.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;
    }
}

/* Bandai Store Code*/
.page-wrapper .page-header::before {
    background-repeat: no-repeat;
    background: linear-gradient(45deg, #fff 0 20%, #0069b1 20% 40%, #00b0b9 40% 60%, #f6b700 60% 80%, #df4f61 80% 100%);
    background-size: auto;
    background-size: 100% 100%;
    display: inline-block;
    width: 80%;
    height: 9px;
    content: "";
    float: right;
}

.brand-label {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000;
}



.navigation .level0 > .level-top {
    line-height: 1.42857143;
    padding: .9em 1.8em;
    color: rgb(54, 54, 54);
    font-size: 14px;
    font-weight: 700;
}

@media (min-width: 769px) {
    .navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
        color: rgb(54, 54, 54);
        background: #fc0009;
    }

    .catalog-category-view.page-products .page-title-wrapper {
        display: none;
    }

    .main-heading h1 {
        padding: 20px 20px 0px;
    }

    .cms-index-index h1 {
        padding: 20px 20px 0 10px;
    }

    .page-footer .footer.content {
        padding: 50px 15px 40px;
    }
}

.shop-title-links h4 {
    font-weight: 400;
    text-decoration: underline;
    font-size: 26px;
    margin: 0 0 50px;
}

.shop-title-links h4 a {
    color: #222;
}

.shop-title-links h4 a:hover {
    color: #006bb4;
}

.wtoc h2 {
    font-size: 42px;
    line-height: 48px;
    color: #333;
    margin: 0 0 10px;
}

.wtoc h3 {
    font-size: 32px;
    line-height: 40px;
    color: #333;
    margin: 0 0 10px;
}

.wtoc a.button {
    color: #333;
    text-decoration: none;
    margin: 10px 5px;
    padding: 10px 40px;
    border: 3px solid #333;
    font-size: 28px;
    display: inline-block;
}

#button-external {
    margin: 10px 5px;
    padding: 10px 40px;
    height: auto;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-size: 28px;
    width: auto;
    color: #353535 !important;
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-decoration: none !important;
    background: #fff;
    border-radius: 0px;
    -webkit-appearance: none;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    border: 3px solid #353535;
}

.video-content h2 {
    font-size: 42px;
    line-height: 48px;
    margin: 0;
    padding: 0 0 15px 0;
}

.video-content h3 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
    max-width: 50%;
    margin: auto;
}

/* News  */
.block-inner .block-title-wrap h4 {
    display: block !important;
    background: transparent !important;
    color: #333 !important;
    padding: 0 0 25px !important;
    font-weight: 600 !important;
    font-size: 40px;
    line-height: 48px;
    margin: 0 !important;
}

.block-inner .block-title-wrap {
    border-bottom: 0px solid #222 !important;
    margin-bottom: 26px !important;
    background: transparent !important;;
}

/* Category Static Block */
.hcategory-txt {
    position: relative;
}

.hcategory-txt h2 {
    position: absolute;
    top: 40%;
    left: 10%;
    right: 10%;
    bottom: 10%;
    text-align: center;
    vertical-align: middle;
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
}

.hcategory-txt h2 a {
    color: #e60000;
    -webkit-text-stroke: 2px #fff;
    font-weight: 700;
}

.hcategory-txt h2 a:hover {
    text-decoration: none;
}

/* Category Static Block */
/* Category Page */
.catalog-category-view .cms-block-section h1 {
    text-align: left;
    font-size: 40px;
    line-height: 48px;
    font-weight: 700;
    color: #333;
	padding-left: 0;
}

.catalog-category-view .slick-slide .pagebuilder-slide-wrapper {
    min-height: auto !important;
}

.catalog-category-view .pagebuilder-slide-wrapper .pagebuilder-overlay {
    padding: 0px;
}

.catalog-category-view .cms-block-section ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.catalog-category-view .cms-block-section ul li {
    width: 100% !important;
    margin: 0;
}

.catalog-category-view .cms-block-section ul li .block-promo {
    display: flex;
}

.catalog-category-view .cms-block-section ul li .block-promo + .block-promo {
    display: none;
}

@media (min-width: 768px) {
    .catalog-category-view .cms-block-section ul {
        grid-template-columns: repeat(4, 1fr);
    }

    .category-mix-section {
        margin-top: 0px;
    }
}

/* Category Page */
/*PLP */
@media (min-width: 769px) {
    .page-layout-1column .products ~ .toolbar-products {
        clear: both;
    }

    .page-products .columns {
        padding-top: 60px;
    }
}

.mass-add-to-cart .products.list.items.product-items {
    width: 100%;
}

.products-grid .product-item-info {
    margin: 0;
    padding: 9px;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    margin: 0;
}

@media (min-width: 1024px) {
    .page-products.page-layout-1column .products-grid .product-item {
        margin-left: 0;
        width: 24%;
        margin-right: 1%;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .page-products .column.main {
        width: 100%;
    }

}

/*PLP */
/* PDP */
@media (min-width: 769px) {
    .page-layout-1column .product-info-main {
        display: flex;
        flex-direction: column;
    }

    .page-title-wrapper.product {
        order: 1;
    }

    .product-info-main .product-info-price {
        width: 80%;
        order: 2;
        border: 0;
    }

    .product-info-main li {
        order: 3;
        position: absolute;
        right: 0;
        width: 12% !important;
        margin: 5% 1% 0 0 !important;
    }

    .product-info-main .product-add-form {
        padding-top: 20px;
        order: 4;
    }

    .age {
        order: 5;
    }

    .marketplaces {
        order: 6;
    }

    .marketplaces h1 {
        font-size: 22px;
        line-height: 30px;
        margin: 0;
    }
}

/* PopUp */
.modal-inner-content img {
    ext-align: center;
    margin: auto;
    display: block;
}

.modal-footer button.action {
    background: #e60000;
    color: #fff;
    border: 1px soldi #e60000;
    border-radius: 3px;
}

.catalog-category-view .pagebuilder-slide-wrapper [data-element='content'] {
    min-height: 500px;
}

.catalog-category-view .slick-slide .pagebuilder-slide-wrapper {
    height: 75vh;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .catalog-category-view .slick-slide .pagebuilder-slide-wrapper {
        height: 50vh;
    }
}

@media (min-width: 1500px) and (max-width: 1600px) {
    .catalog-category-view .slick-slide .pagebuilder-slide-wrapper {
        height: 50vh;
    }
}

@media (max-width: 1200px) {
    .catalog-category-view .slick-slide .pagebuilder-slide-wrapper {
        height: 30vh;
    }
}

@media (max-width: 768px) {
    .catalog-category-view .slick-slide .pagebuilder-slide-wrapper {
        height: 15vh;
    }
}
/*12-05-2023 code */

.video-section .video-content h2 {
    font-size: 24px;
    font-weight: 700;
}
.video-section .video-content h3 {
    font-size: 18px;
    max-width: 80%;
    font-weight: 400;
}
.video-section .video-content a.button.external {
    border: none;
    color: #ff0000 !important;
    font-size: 18px;
    padding: 0;
}
.video-section .video-content a#button-external {
    border: none;
    color: #ff0000 !important;
    font-size: 18px;
    padding: 0;
}

.video-section .pagebuilder-column[data-pb-style=K6ELAXI] {
    justify-content: center !important;
}
.wtoc h2{
font-weight: 600;
}
.wtoc a.button{
line-height: 28px;
}
.pagebuilder-slider.slick-initialized.slick-slider {
    margin-bottom: 20px !important;
}
.catalog-product-view .product-info-main .product.attribute.description ul li {
    position: relative;
    width: 100% !important;
}
.catalog-product-view .product-info-main .product.attribute.description ul {
    padding:0; margin-bottom: 10px;
}
.catalog-product-view .product-info-main .product.data.items > .item.content{
padding: 15px 15px 15px 35px;
}
.age {
    margin-bottom: 30px;
}
.category-company .page-main {
    max-width: 100%;
    margin: 0;
    padding: 0;
}
h3.red {
    color: #e60000;
    line-height: 46px;
    max-width: 1100px;
    margin: auto;
    font-size: 32px;
}
.category-company  .category-mix-section {
    margin-top: 0px;
    display: none;
}
.category-company div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
    position: relative;
    transition: all .3s;
    background-color: #e60000;
    width: max-content;
    padding: 10px 20px;
    color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    font-size: 28px;
    line-height: 34px;
}
.category-company div[data-content-type='tabs'].tab-align-left .tabs-content {
    border-top-left-radius: 0 !important;
    background-color: #e60000;
    color: #ffffff;
    padding: 20px;
    line-height: 30px;
    font-weight: 500;
border: none;
font-size: 18px;
}
.category-company  div[data-content-type='tabs'] .tabs-navigation li.tab-header{
border: none;
}
.company-intro h2 {
    font-size: 42px;
    line-height: 48px;
margin-top: 0;
}
.company-intro p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
}
.company-team {
    font-size: 18px;
    line-height: 26px;
    color: #353535;
}
.company-intro a {
    color: #353535;
    text-decoration: underline;
}
.company-history h2{
font-size: 42px;
    line-height: 48px;
}
.category-company.page-products .columns {
    padding: 0;
    min-height: auto;
}
.category-company.page-products .columns .column.main {
    padding: 0;
}
.category-company.page-products .category-cms {
    margin: 0;
}
.origtama-banner .pagebuilder-slider.slick-initialized.slick-slider {
    margin-bottom: 0px !important;
}
.origtamag-video .pagebuilder-column-group {
    width: 92%;
    padding: 0 4%;
    max-width: 1360px;
    margin: auto;
}
.origtamag-video .half {
    float: left;
    width: 100%;
    padding: 0 6% 0 0;
}
.origtamag-video h2 {
    font-size: 42px;
    line-height: 48px; color: #ffffff;
}
.origtamag-video p {
    font-size: 20px;
    line-height: 28px; color: #ffffff;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price-container > span.custom-price-label{
display: inline-block; font-size: 18px; font-weight: 700;
    line-height: 24px; color: #353535;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price {
    color: #353535;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    padding-left: 5px;
}
@media (min-width: 1500px) and (max-width: 1600px){
.catalog-category-view .slick-slide .pagebuilder-slide-wrapper {
    height: 90vh;
}
}
.catalog-product-view .product-info-main .product-info-price{
display: flex;
    flex-direction: column; width: 100%;
}
.catalog-product-view .product-info-main .product.attribute.overview {
    order: 1;
max-width: 80%;
}
.catalog-product-view .product-info-main li{
order:2;
}
.catalog-product-view .product-info-main .price-box.price-final_price{
order: 3;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
    order: 4;
text-align: left;
    padding: 0;
}
.catalog-product-view .product.info.detailed {
    order: 7;
}
.catalog-product-view .product-info-main .product.attribute.sku .type {
    font-weight: bold;
    margin-right: 5px;
    font-size: 18px;
    color: #353535;
}
.catalog-product-view .product-info-main .product.attribute.sku .value {
    display: inline-block;
    font-size: 18px;
    color: #353535;
}
.product-info-main .product-info-price .price-box .price-container > span{
display: inline;
}
.marketplaces h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: #353535;
}
.age > span:first-child {
    font-weight: bold;
    padding-right: 5px;
}
.age > span {
    font-size: 18px;
    color: #353535;
}
@media(max-width: 991px){
.page-wrapper .page-header .nav-toggle:before {
    color: #757575; font-size: 25px;
}
.page-wrapper .page-header .header.content a.logo{
left: 45px;
}
.page-wrapper .page-header .header-3in1{
width:auto;
}
.page-wrapper .page-header .header-3in1 > div {
    width: auto;
}
.page-wrapper .page-header ul.header-social li a{
font-size: 20px;
}
.cms-index-index .slick-list .slick-slide .pagebuilder-slide-wrapper {
    min-height: auto !important;
}
.cms-index-index .pagebuilder-slider.slick-initialized.slick-slider {
    margin-bottom: 0px !important;
}
.main-heading h1 span {
    font-size: 20px !important;
    padding-left: 15px;
}
.main-heading h1 {
margin-bottom:0px;
}
.hcategory-txt h2{
margin-top: 10px; font-size: 34px;
}
.home-shop-head {
    padding: 0 15px;
}
.cms-index-index h1 span{
    padding: 0 15px;
}
.homeshop-content {
    padding: 0 15px;
}
.wtoc h2 {
    font-size: 26px;
    line-height: 40px;
}
.wtoc h3 {
    font-size: 22px;
    line-height: 40px;
}
.wtoc a.button {
    line-height: 16px;
    font-size: 20px;
    padding: 15px;
}
.homeblog {
    padding: 0 15px;
}
.homeblog h4.block-title {
    font-size: 32px;
	 color: #000000 !important;
}
.catalog-product-view .product-info-main .product-info-price{
padding: 0 15px;
}
.catalog-product-view .product-info-main .product.attribute.overview{
max-width: 100%;
}
body.catalog-product-view .product-info-main .product-info-price{
display : block;
}
.marketplaces h1 {
    font-size: 24px;
}
.pages-item-previous, .pages-item-next {
    position: relative;
}
h3.red {
    line-height: 32px;
    font-size: 20px;
    padding: 0 15px;
}
.company-tabs {
    margin: 15px;
}
.company-team{
padding: 0 15px;
}
.company-intro {
    padding: 15px !important;
}
.company-intro h2 {
    font-size: 32px;
    line-height: 30px;
    margin-top: 10px;
}
}
@media (max-width: 1024px) and (min-width: 768px){
.page-wrapper .page-header .header.content a.logo img {
    margin-top: 0;
}
.page-wrapper .page-header .header-3in1 {
    justify-content: right;
}
.brand-label {
    font-size: 20px;
}
}
@media (min-width: 1500px) and (max-width: 1600px) {
	.catalog-category-view .slick-slide .pagebuilder-slide-wrapper {
		height: auto;
	}
}

body .page-wrapper .breadcrumbs {
	margin-top: 15px !important;
}

@media(min-width: 1200px) {
	.page-products #amasty-shopby-product-list .products-grid .product-items .product-item {
		margin-left: 0;
		width: 24%;
	}
}

@media(max-width: 767px) {
	#amasty-shopby-product-list .products.wrapper {
		display: inline-block;
	}

	.toolbar-products {
		display: inline-block;
	}
}

/*CSS code 15-05-2023*/
@media (min-width: 1500px) and (max-width: 1600px) {
	.catalog-category-view .slick-slide .pagebuilder-slide-wrapper {
		height: auto;
	}
}

body .page-wrapper .breadcrumbs {
	margin-top: 15px !important;
}

@media(min-width: 1200px) {
	.page-products #amasty-shopby-product-list .products-grid .product-items .product-item {
		margin-left: 0;
		width: 24%;
	}
}

@media(max-width: 767px) {
	#amasty-shopby-product-list .products.wrapper {
		display: inline-block;
	}

	.toolbar-products {
		display: inline-block;
	}
}
.catalog-product-view .product-info-main .product.attribute.overview {
  order: 1;
  max-width: 68%;
}
.product-info-price iframe {
    order: 2;
    margin: 15px 0;
}
.catalog-product-view .product-info-main .product.data.items > .item.content {
  padding: 15px 15px 15px 20px;
}
.catalog-product-view .product-info-main .product.attribute.description ul li {   
    margin: 0 1% 10px 0 !important;
}
.value ul {
  margin-left: 15px;
}
.value img {
  width: 49%;
  vertical-align: top;
  margin: 0;
}
.value-alert {
    display: flex;
    justify-content: space-around;
    padding: 10px;
}
.value-alert img {
    max-width: 210px;
    width: auto !important;
}

/*New CSS */
.product-info-main .product.attribute.overview {
    margin: 0px 0 20px 0;
}

@media (min-width: 769px) {
    .product-info-main .product-info-price {
        position: relative;
    }

    .product-info-main li {
        right: 0;
        width: 25% !important;
        margin: 0% 0% 0 0 !important;
    }
}

/*Footer Css */
ul.footer-menu li,
ul.sub-footer-menu li {
    list-style-type: none;
    display: inline-block;
    width: auto;
    padding: 0 20px;
}

.footercopy {
    text-align: center;
    margin: 20px 0 20px 0;
}

.footer.content ul {
    float: none;
    margin: 0px 0 5px;
}

ul.header-social {
    display: inline-block;
    float: none;
    margin-right: 25px;
    margin-bottom: 5px !important;
}

@media (min-width: 769px) {
    .footer.content ul {
        padding-right: 0;
        text-align: center;
        margin: 20px 0;
    }

    .footer.content ul {
        float: none;
        margin: 0px 0 5px;
    }
}

@media (max-width: 769px) {
    ul.footer-menu li, ul.sub-footer-menu li {
        display: flex;
        padding: 0 20px 10px;
        justify-content: center;
    }
}


/* Home Page Latest News */
.template-1-2.my-5 {
    padding: 0 10px;
}

.post-description h3 {
line-height: 1.0;
color:#fff;
}

.template-1-2 .post-list .post-description{
    color:#fff;  
    line-height: 1.0;
    font-size: 1.8rem;
}

.post-description p {
    margin-bottom: 0.5rem;
}

.template-1-2 .post-list .post-description span {
    font-size: 18px !important;
    text-align: left;
    float: left;
}

/* Home Page Latest News */
.product-info-price iframe {
    width: 100%;
}


/* Category Style */

.catalog-category-view .cms-block-section ul {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
}

.catalog-category-view .cms-block-section ul li {
    width: 100% !important;
    margin: 0;
    margin-right: 0px;
}

.catalog-category-view .cms-block-section ul li img {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border: 0px solid #f1f1f1;
}

.catalog-category-view .cms-block-section ul li .block-promo + .block-promo {
    display: block;
    color: #333333;
    text-align: center;
    line-height: 22px;
    font-weight: 700;
	padding-top: 16px; 
}

.block-promo h3 {
    margin-top: 1.5rem;
    margin-bottom: 0rem;
}
/* 13-6-23 UAT fixes */
.footercopy ul.header-social > li a {
    padding: 0 8px;
}

@media (max-width: 767px){
.header.content .nav-toggle{
right: 15px;
    left: auto;
}
body .page-wrapper .page-header .header.content a.logo {
    left: 0;
}
body .page-wrapper .page-header .header.content a.logo img {
    max-width: 100%;
}
body .page-wrapper .page-header .header-3in1 {
    width: 100%;
}
body .page-wrapper .page-header .header-3in1>div {
    margin: 0 !important;
}
body .page-wrapper .page-header ul.header-social{
margin-left:0;
}
body .page-wrapper .page-header ul.header-social > li {
    margin: 0 12px 0 0;
}
body.catalog-category-view aside.modal-popup.modal-slide._inner-scroll._show {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
body.catalog-category-view aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap {
    background: #ffffff;
    max-width: 90%;
    min-height: auto;
    margin: auto;
}
body.catalog-category-view .cms-block-section ul{
grid-row-gap: 35px;
    grid-auto-flow: row;
    grid-template-columns: repeat(1,1fr);
}
}

@media (min-width: 1200px) and (max-width: 1500px) {
.catalog-category-view .slick-slide .pagebuilder-slide-wrapper {
  height: auto !important;
}
}


/* product-info-main */

body.catalog-product-view .product-info-main .product-info-price {
  display: block;
  position: relative;
}
.catalog-product-view .product-info-main li {
  order: 2;
  float: right !important;
  position: absolute;
  right: 0;
  top: 0;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  float: left;
  clear: both;
}

.catalog-product-view .product-info-main li {
  order: 2;
  float: right !important;
}

/* product-info-main */
/* nav-sections*/

.section-item-title.nav-sections-item-title ~ .section-item-title.nav-sections-item-title { display:none;}

/* nav-sections*/

.isproductdetails .product.data.items a.data.switch {
    border: 0;
    padding: 0;
    padding-bottom: 0px;
    font-size: 32px;
    line-height: 40px;

}

.isproductdetails .product.data.items>.item.content {
    border: 0;
}

.catalog-product-view .product-info-main .isproductdetails .product.data.items>.item.content {
    padding: 0 10px 10px 8px;
}

.catalog-product-view .product-info-main .isproductdetails .product.data.items>.item.content ul li {
    padding: 0 0 5px 0;
    font-size: 18px;
    line-height: 24px;
}

/*  Slider */

body .slick-list .slick-slide .pagebuilder-slide-wrapper {
  min-height: auto !important;
  background-size: contain !important;
}

body .slick-list .slick-slide p { margin-bottom:0;}
body .pagebuilder-slider.slick-initialized.slick-slider {
  margin-bottom: 0px !important;
}
.catalog-category-view .slick-slide .pagebuilder-slide-wrapper {
  height: auto;
}
.catalog-category-view .pagebuilder-slide-wrapper [data-element="content"] {
  min-height: auto;
}
.slick-slide img.transparent-desktop-banner { display:block !important;}
.slick-slide img.transparent-mobile-banner { display:none !important;}
@media(max-width: 640px){
.slick-slide img.transparent-desktop-banner { display:none !important;}
.slick-slide img.transparent-mobile-banner { display:block !important;}
}
/*  Slider */



/*Admin css*/
@media (min-width: 1500px) and (max-width: 1600px){
.catalog-category-view .slick-slide .pagebuilder-slide-wrapper {
    height: auto;
}
}
body .page-wrapper .breadcrumbs {
    margin-top: 15px !important;
}
@media(min-width: 1200px){
.page-products #amasty-shopby-product-list .products-grid .product-items .product-item {
    margin-left: 0;
    width: 24%;
}
}
@media(max-width: 767px){
#amasty-shopby-product-list .products.wrapper {
    display: inline-block;
}
.toolbar-products {
    display: inline-block;
}
}


/* header */
.page-wrapper .page-header {
    padding: 0px 0px 8px;
}
.brand-label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 16px;
  color: #353535;
}
/* Header */
/* Menu */
.nav-sections, .navigation {
  background: #fff;
}

@media (min-width: 769px) {
.navigation .level0 {
  margin: 0;
}
.navigation .level0 > .level-top {
  position: relative;
  color: #353535;
  font-size: 28px;
  font-weight: 600;
  height: 30px;
  margin: 10px 0;
  border-right: 1px solid #353535;
  padding-right: ;
  display: inline-block;
  line-height: 30px;
  text-transform: uppercase;
  padding: 0px 10px 0px;
}

.navigation .level0 > .level-top:hover, .navigation .level0 > .level-top.ui-state-focus {
  color: #e60000;
  background: transparent;    
}
.navigation .level0.active > .level-top, .navigation .level0.has-active > .level-top {
  border-width: 0;
  color: #e60000;
  border-right: 1px solid #353535;
}
.navigation .level0:last-child a {
  border-width: 0;
}
}

/* Menu */
.cms-index-index h1 {
  padding: 10px 20px 0 10px;
  font-size: 36px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 36px;
  position: relative;
  margin-bottom: 30px;
  color: #353535;
}
.cms-index-index h1 span {
  font-size: 36px !important;
  font-weight: 600;
}
.hcategory-txt h2 {
  position: absolute;
  top: 40%;
  left: 5%;
  right: 5%;
  bottom: 10%;
  text-align: center;
  vertical-align: middle;
  font-size: 50px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 72px;
}

.shop-title-links h4 {
  font-weight: 400;
  text-decoration: underline;
  font-size: 28px;
  margin: 0 0 50px;
}

/* Video Section */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0 0 15px 0;
  font-weight: 600;
}
.video-section .video-content h2 {
    font-size: 42px;
    font-weight: 700;
}
.video-section .video-content h3 {
    font-size: 24px;
    max-width: 65%;
    font-weight: 700;
    padding: 0 0 15px 0;
}

.video-section .video-content a#button-external {
    border: none;
    color: #353535 !important; 
    font-size: 18px;
    padding: 0;
    font-size: 28px;
    border: 3px solid #353535;
    margin: 10px 5px;
    padding: 10px 40px;
}

.video-section .video-content a#button-external:hover {
  background-color: transparent;
  color: #ff0000 !important;
  border-color: #ff0000;
}
.wtoc a.button:hover {
  background-color: transparent;
  color: #353535 !important;
  border-color: #353535;
}
/* Video Section */

/* Footer */
ul li {
  padding: 0 0 5px 0;
  font-size: 18px;
  line-height: 24px;
}   
.page-footer a {
    color: #fff;
}
ul.sub-footer-menu li a {
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
}
.footer ul.header-social {
  padding: 20px 0px;
}
.footer p {
  font-size: 16px;
  text-align: center;
}
/* Footer */
@media(min-width: 1200px){
.navigation .level0 > .level-top{
margin: 20px 0;
}
.navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main{
max-width: 1360px;
}
.page-wrapper .page-header::before{
width: 100%; height: 11px; max-width: 1360px;
}
body .breadcrumbs .item:not(:last-child):after {
    content: "|";
    color: #353535;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
body .breadcrumbs li {
    color: #353535;
    text-decoration: none;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    padding: 0;
}
body .breadcrumbs a, body .breadcrumbs a:visited {
    color: #e60000;
    text-decoration: none;
}
body .product-info-main .page-title-wrapper h1 {
    font-size: 48px;
    line-height: 54px;
}
.catalog-product-view .product.media {
    width: 45%;
    float: left;
    padding-right: 5%;
}
.catalog-product-view .product-info-main{
width: 50%;
}
body .page-wrapper .breadcrumbs {
    padding: 0 20px 40px 20px;
}
}
[class^=template-] {
    position: relative;
    overflow: hidden;
    background: #DF4F61;
}

[class^=template-] .post-list .image-container {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 144px;
    width: 100%;
    order: 0;
    position: relative;
    text-align: center;
    margin: auto;
}
.post-list .post-info .post-title-wrap h3 {
    margin: 0 !important;
    padding: 0;
}
.post-list .post-info .post-title-wrap h3 a{
	 color: #000000 !important;
    font-weight: 600 !important;
}
[class^=template-] .block-content .post-list .post-info h3 a {
        font-size: 18px !important;
    line-height: 20px;
    font-weight: 600;
    color: #000000 !important; 
}
.post-list .post-info .post-data-wrap {
    font-size: 18px;
    font-family: sans-serif;
}
.post-list .post-info .post-data-wrap a {
    font-weight: 600;
    color: #fff;
}
[class^=template-] .post-data {
    color: #000000 !important;
    padding: 0px 0px 10px;
    text-align: center;
    font-size: 18px !important;	
    font-weight: 600 !important;
}
[class^=template-] .post-list .post-info {
    padding: 0;
}
[class^=template-] .post-list .image-container {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
      max-width: 100% !important;
    width: 100% !important;
    order: 0;
    position: relative;
    margin-bottom: 10px;
}
.post-author-name * {
    color: #000000 !important;
    font-weight: 600 !important;
}
.block-inner .block-title-wrap h4 {    
    color: #000000 !important;    
    font-size: 36px;   
    text-transform: uppercase;
}
.homeblogsection .block-inner {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 20px;
}
.homeblogsection .block-title-wrap {
    display: flex;
    align-items: center;
}
.homeblogsection .block-inner .block-title-wrap p {
    margin: 0;
    padding-bottom: 25px;
    color: #333333;
    padding-left: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
}
.homeblogsection [class^=template-] {
    padding: 70px 0;
}
/* PDP */
.clearpix{
 clear:both
}

.breadcrumbs a {
font-size: 15px;
   color: #e60000;
    text-decoration: none;
}
.breadcrumbs a {
 color: #e60000;
    text-decoration: underline;
}
.product-info-main .product.attribute.overview {
    margin: 20px 0;
    font-size: 18px;
    line-height: 24px;
}
.catalog-product-view .product-info-main .isproductdetails .product.data.items>.item.content ul li {
    padding: 0 0 0px 0;
    font-size: 18px;
    line-height: 24px;
}

/* PLP */
.catalog-category-view .cms-block-section ul {
    margin: 30px 0;
}
.catalog-category-view .products-grid ol {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
.catalog-category-view .products-grid ol {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
}
.catalog-category-view .products-grid ol li {
    width: 100% !important;
    margin: 0;
    margin-right: 0px;
    padding:0;
}
@media (min-width: 768px) {
.catalog-category-view .products-grid ol {
    grid-template-columns: repeat(4, 1fr);
}
}
.products-grid .product-item-info {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    width: 100%;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
    background: #ffffff;
    box-shadow: none;
    border: 0;
    margin: 0 auto;
    padding:0px;
    position: relative;
    z-index: 9;
}
.page-products.page-layout-1column .products-grid .product-item {
    margin-right: 0%;
width:100%;
}
.product-image-container {
    display: inline-block;
    max-width: 100%;
    width: 100% !important;
}
.products-grid .product-item-info > a {
    background: #ffffff;
    box-shadow:0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
border:0;
    margin: 0px;
    padding:0px;
    position: relative;
    z-index: 9;
    display: block;
    margin-bottom: 15px;
}
.abs-product-link, .product-item-name, .product.name a ,a.product-item-link {
    color: #666;
    text-align: center;
    line-height: 22px;
    font-weight: 700;
    font-size: 18px;
}
 .product.name a:hover  {
   color: #666;
}




/*20-06-23*/

.hcategory-txt img{
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
}
.hcategory-txt h2 a{
        -webkit-text-stroke: 3px #fff;
}
.homeshop-content .shop-title-links h2{
    margin-top: 15px;
}
.homeshop-content .shop-title-links h2 a{
    text-transform: uppercase;
    color: #353535;
    font-weight: 600;
}
.homeshop-content .shop-title-links h2 a:hover{
    color: #e60000;
}
.homeshop-content h1{
    margin-top: 70px;
    width: 100%;
    display: table;
}
.homeblogsection .template-1-3.mb-5{
    margin-bottom: 0px !important;
}
.wtoc a.button{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
}
.category-brands.catalog-category-view .cms-block-section ul {
    grid-column-gap: 60px;
    grid-row-gap: 30px;
}
.category-company .company-tabs ul li{
    padding-bottom: 0px;
}
body .page-wrapper .breadcrumbs {
    padding: 0 20px 10px 20px !important;
}


@media(max-width: 768px){
    .page-header{
        margin-bottom: 0px !important;
    }
    .cms-index-index h1 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .hcategory-txt h2 {
        font-size: 36px;
    }
    .wtoc h2 {
        font-size: 26px;
        line-height: normal;
        margin-bottom: 0;
        padding-bottom: 10px;
    }
    .video-section .video-content h3 {
        max-width: 100%;
    }
    .video-section .video-content h2 {
        font-size: 26px;
    }
    .block-inner .block-title-wrap h4 {
        font-size: 26px;
        line-height: normal;
    }
    .page-footer {
        margin-top: 0 !important;
    }
    .company-history{
        padding: 0px 15px;
    }
}


@media (min-width: 768px) and (max-width: 1024px){
    .category-brands.catalog-category-view .cms-block-section ul {
        grid-column-gap: 30px;
        grid-row-gap: 10px;
    }
    .categorypath-brands .page-title-wrapper{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .navigation .level0 > .level-top{
        font-size: 20px;
    }
}

/*27-06-2023*/
body .slick-list .slick-slide .pagebuilder-slide-wrapper {
background-size: cover !important;
}
@media (max-width: 768px){
.collection-categories{
margin-top:20px;
        grid-template-columns: repeat(1,1fr) !important;
    }
	.cms-index-index .homeshop-content h1 {
	    margin-top: 0px !important;
	    margin-bottom: 20px !important;
	    padding: 0px !important;
	}
.category-brands.catalog-category-view .page-title-wrapper{
    display: none;
}
.catalog-product-view .page-main{
    padding: 20px 15px;
}
.catalog-product-view .page-main .product-info-main ul{
    padding-left: 20px !important;
}
.catalog-product-view .page-main .product-info-main .data.switch{
    padding-left: 15px !important;
}
/* */
.catalog-category-view .products-grid ol {
  grid-template-columns: repeat(1,1fr);
}
.value-alert {
  display: inline-block;
}
#amasty-shopby-product-list .products.wrapper.products-grid {
    display: inline-block;
    width: 100%;
}
}
  @media (max-width: 640px) {
.mass-add-to-cart .products.list.items.product-items {
  overflow-x: unset;
}
}
  @media (min-width: 1024px) {
.page-products #amasty-shopby-product-list .products-grid .product-items .product-item .product-item-info {
  margin: 0;
  padding: 0;
}
}
.modal-popup.modal-slide .modal-footer {
border:0;
}
.modal-inner-content {
  text-align: center;
}
.modal-inner-content {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
}
  @media (min-width: 769px) {
.modals-wrapper .modal-popup .modal-inner-wrap {
  width: 480px;
}
}
.collection-categories{
    list-style-type:none;
    padding: 0px !important;
    grid-template-columns: repeat(4,1fr);
    display: grid !important;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
}
.collection-categories li a img{
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.2), 0 6px 20px 0 rgba(0,0,0,.19);
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 9;
    display: block;
    margin-bottom: 15px;
}
.collection-categories li p{
    color: #333333;
    text-align: center;
    line-height: 22px;
    font-weight: 700;
    margin-bottom: 0px;
    font-size: 2.4rem;
	padding-top:5px;
}
body aside.modal-popup.modal-slide._inner-scroll._show {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  }
  aside.modal-popup.modal-slide._inner-scroll._show .modal-inner-wrap {
  background: #fff;
  max-width: 90%;
  min-height: auto;
  margin: auto;
}
.modal-inner-content-fp {
  text-align: center;
}

/* Blog */
body  [class^="template-"] .image-wrap._4x3 {
  padding-bottom: 35.1% !important;
}
/* Blog */
[class^="template-"] .post-list .post-item {
  margin-bottom: 1.5rem;
  display: block !important;
  text-align: left;
}
.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;
}
@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;
  }
}

@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%;
}

/* Latest Blogs Font weight and size of the text */
.template-1-2 .post-list .post-description {
  max-height: 56px !important;
  color: #333;
  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;
}
.template-1-2 .post-list .post-description p {
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: left !important;
	color: #000000 !important;
}
.template-1-2 .post-list .post-description div {
	color: #000000 !important;
	font-weight: bold !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;
}

/*28-06-2023*/

.brand-label img {
  max-width: 60%;
}

@media screen and (max-width: 767px) {
	.modal-popup.modal-slide {
	  left: 0;
	}
	.modal-popup.ageverification-box.modal-slide._show {
	  left: 0;
	  top: 50%;
	  transform: translateY(-50%);
	}
	.modal-popup.modal-slide .modal-inner-wrap[class] {
	  max-width: 90%;
	  margin: auto;
	height: auto;
	background-color: #fff;
	}
	.age-verification-popup {
	  padding: 0;
	}
}
@media (min-width: 769px) {
	.modals-wrapper .modal-popup .modal-inner-wrap {
	  width: 480px !important;
	}
}
.product.data.items > .item.title > .switch {
font-weight: 400;
}
@media only screen and (max-width: 639px) {
	.product-info-price > :first-child {
	  padding-left: 0px;
	}
}
@media only screen and (max-width: 991px) {
.product-info-main .product-info-price, .product.data.items {
	border	: 0;
	}
.isproductdetails .product.data.items a.data.switch {
         font-size: 26px;
     }
}

/*product tabs*/


@media (min-width:768px) {

	#tab-label-description-title,
	#tab-label-amfile_attachment-title, 
	#tab-label-blog-relatedposts-tab-title{
		font-size: 18px;
		line-height: 48px;
		padding: 1px 10px;
		letter-spacing: 0em;
		text-transform: none !important;
		padding: 1px 10px;

		color: #666;
		font-weight: 600;
		height: 48px;
	}

	.product.data.items>.item.title {
		width: 100% !important;
	}

	#amfile_attachment {
		margin-top: 49px !important;
	}

	.product.data.items>.item.content {
		margin-top: 84px !important;
	}

	.catalog-product-view .product-info-main .product.data.items>.item.content ul li {
		font-size: 16px;
		line-height: 22px;
	}

	.catalog-product-view .product-info-main .isproductdetails .product.data.items>.item.content ul li {
		font-size: 16px;
		line-height: 22px;
	}

	#tab-label-description-title {
		background: #eaeaea;
	}

	.active #tab-label-description-title {
		background: #fff;
		border-left: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}

	#tab-label-amfile_attachment-title,
#tab-label-blog-relatedposts-tab-title	{
		background: #eaeaea;
	}

	.active #tab-label-amfile_attachment-title {
		background: #fff;
		border-right: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
	.active #tab-label-blog-relatedposts-tab-title {
		background: #fff;
		border-right: 1px solid #ccc;
		border-top: 1px solid #ccc;
	}
}

@media (min-width:991px) {

	#tab-label-description-title,
	#tab-label-amfile_attachment-title,
#tab-label-blog-relatedposts-tab-title	{
		font-size: 17px;
		line-height: 50px;
		padding: 1px 15px;
		letter-spacing: 0em;
		height: 50px;
		border: 0
	}

	.product.data.items>.item.content {
		margin-top: 49px !important;
	}

	.product.data.items>.item.title {
		width: auto !important;
	}


}

@media (min-width:1100px) {

	#tab-label-description-title,
	#tab-label-amfile_attachment-title,
#tab-label-blog-relatedposts-tab-title	{
		font-size: 20px;
		line-height: 52px;
		padding: 1px 10px;
		letter-spacing: 0em;
		height: 52px;
	}

	.product.data.items>.item.content {
		margin-top: 51px !important;
	}

	.catalog-product-view .product-info-main .product.data.items>.item.content ul li {
		font-size: 18px;
		line-height: 24px;
	}

	.catalog-product-view .product-info-main .isproductdetails .product.data.items>.item.content ul li {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (min-width:1250px) {

	#tab-label-description-title,
	#tab-label-amfile_attachment-title,
#tab-label-blog-relatedposts-tab-title	{
		font-size: 26px;
		line-height: 62px;
		padding: 1px 25px;
		letter-spacing: 0em;
		height: 62px;
	}

	.product.data.items>.item.content {
		margin-top: 61px !important;
	}

	.product.data.items>.item.title {
		width: auto !important;
	}

	#amfile_attachment {
		margin-top: 61px !important;
		padding-top: 20px;
	}
}

@media (min-width:1360px) {

	.catalog-product-view .product-info-main .product.data.items>.item.content {
		padding: 15px 15px 15px 20px;
	}

}

.isproductdetails .product.data.items a.data.switch {
	font-size: 26px;
	line-height: 40px;
	text-transform: none !important;
}

@media (min-width:768px) {
	.isproductdetails #tab-label-description-title {
		font-size: 26px;
		line-height: 40px;
		font-weight: 600;
		text-transform: none !important;
		height: 48px;
		line-height: 48px;
		padding: 0 !important;
		border: 0;
		color: #333;
	}

	.isproductdetails .product.data.items>.item.content {
		margin-top: 47px !important;
	}


}
/*01-08-2023*/
.cms-index-index h1 {
font-size: 40px;
line-height: 48px;
}

@media (max-width: 768px) {
	#html-body [data-pb-style="FNY51A7"], #html-body [data-pb-style=UGYXTFV] {
	  margin-bottom: 15px !important;
	}
	h1 {
	  font-size: 20px;
	  line-height: 30px;
	  margin-bottom: 0;
	  padding: 0;
	}
	.cms-index-index h1 {
	  padding: 10px 15px 0 15px;
		}
	.pagebuilder-column.hcategory-txt {
	  padding: 0 5px;
	}
	.block-inner .block-title-wrap h4 {
	  font-size: 20px;
	  line-height: normal;
	}
	.catalog-category-view .cms-block-section h1 {
	  text-align: left;
	  font-size: 20px;
	  line-height: 30px;
	  font-weight: 600;
	}
	.page-with-filter .cms-block-section.sub-category-list h1 {
	  padding: 5px 0 20px;
	}
	.cms-block-section.sub-category-list h1 {
	  padding: 15px 0 20px;
	}
	.catalog-category-view .cms-block-section ul {
	  margin: 0px 0;
	}
.page-products .columns {
    padding-top: 0px;
}
	.collection-categories {
	  margin-top: 0;
	}
	body.mass-add-to-cart .products.list.items.product-items {
	  margin-top: 20px;
	}
	#amasty-shopby-product-list h1 {
	  padding: 15px 0 0px;
	}
      #amasty-shopby-product-list .products {
               margin-top: 15px;
      }
}
@media (min-width: 769px) {
.page-products .columns {
    padding: 2px 20px;
}
}
@media (max-width:768px) {
.product.data.items > .item.title > .switch {
  font-weight: 400;
  text-transform: none;
  font-size: 26px;
}
}
/*02-08-2023*/
@media (max-width:768px) {
	.product.data.items>.item.title>.switch {
		font-weight: 400;
		text-transform: none;
		font-size: 26px;
	}
}
@media (max-width:991px) {
.cms-index-index h1 {
    font-size: 36px !important;
    line-height: 38px !important;
}
}
@media (max-width: 768px){
.cms-index-index h1 {
    font-size: 20px !important;
    line-height: 30px !important;
    margin-bottom: 0;
}
}

/*Recent Product Tab related changes 31-08-2023*/

@media (min-width: 768px) and (max-width: 992px)   {
.product.data.items > .item.content {
  margin-top: 47px !important;
}
.product.data.items > .item.title {
  width: auto !important;
}
}
.product-info-main .product-info-price {
	border-bottom:0;
}
/*Header block css code*/
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;
}

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%;
  }
/* 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 */
/* Related Product */
.block.related .block-actions {
    display:none;
}
.block.related .field.choice.related {
   display:none;
}
.block.related .product-item-info.related-available {
  padding-right: 10px !important;     
}
/*ends related product*/
/* CSS for footer do not sell my personal data button*/
footer #ot-sdk-btn.ot-sdk-show-settings:hover {
    background: none !important;
}

#ot-sdk-btn.ot-sdk-show-settings, #ot-sdk-btn.optanon-show-settings {
    color: #fff !important;
    font-weight: 400 !important;
    background-color: black;
    border: none !important;
    font-size: 13px !important;
    font-family: 'Poppins', sans-serif !important;
    padding: 0 !important;
}
/* ends here */
/*ADA Accessibility changes */
span.post-date {
    color: #333 !important;
    font-weight: 600;
}
.post-view-modern .post-author-name * {
    color: #333 !important;
   font-weight: 600;
}
.blog-post-view .post-nextprev .nextprev-link span {
    display: block;
    color: #005994 !important;
    font-size: 14px;
    font-weight: 600;
}
.blog-post-view .post-nextprev .nextprev-link {
    display: block;
    font-size: 20px;
    color: #222222 !important;
    font-weight: 600;
    text-align: right;
    opacity: 0.7;
}
@media screen and (max-width: 767px) {
.breadcrumbs .items a
{
     color :#006bb4 !important;
    }
}
.post-content a {
    font-weight: 600;
}
.latest-blog-view-all p{
	color: #000000 !important;
    font-weight: 600 !important;
}
.widget.blog-search .action.search > span {
background:#C2C2C2;
}
.catalog-category-view .cms-block-section ul li .block-promo+.block-promo h2 {
    font-size: 2.4rem;
    font-weight: 1000;
}
.hcategory-txt h2 a {
    color: #000000 !important;       
}

.footercopy ul.header-social li a .fa-twitter:before {
    background: url(/media/wysiwyg/icon/twitter-logo-white.png) !important;
    width: 20px;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}
@media (max-width: 767px) {
ul.header-social li a .fa-twitter::before{
 width: 16px;
  height: 16px;
}
}
/* Added for Bandai PLP page*/
.product-item-name a.product-item-link {
    color: #333333 !important;
    font-size: 2.4rem !important;
}
/* Added for privacy policy page*/
.page-main-full-width p a{
    font-weight: bold;
}
/* Added for career page*/
.links-in-career-page{
font-weight: bold;
}
/*Added for Blog posts*/
.post-description .post-text-hld h3 {
    color: #333333 !important;
}
.slick-dots li.slick-active button, .slick-dots li.slick-active .quote-details-items .actions-toolbar > .action {
    color: #A6A6A6 !important;
}
/* ends here */
/*CSS fix for white space below PDP image  */
.products.products-grid .product-item-info>a{
display: flex ;
}

/* bandai blog  */
.template-3-6.mb-5.bandaiblog { 
background: transparent;
}

.template-3-6.mb-5.bandaiblog .block-inner .block-title-wrap{
border-bottom:2px solid #222222 !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;
}
/*Added for catalog search*/
.catalogsearch-result-index div#amasty-shopby-product-list h1{
display:none;
}
/* Added for owlCarousel  slider*/
@media(max-width: 767px){
.sm-imageslider {
 padding: 0 15px;
}
/* Added for search*/
.page-wrapper .page-header .Search_block .actions .btn-search-header{
opacity: 1 !important;
background: #fff;
}
.page-wrapper .page-header .Search_block {
margin-top: 0px !important;
margin-right: 10px;
}
}
/* owlcarasoul arrow css */
.sm-imageslider-content.owl-theme .owl-prev, .sm-imageslider-content.owl-theme .owl-next{
    position: absolute;
    top: 50%;
    transform: translatey(-50%);
    background: #000000;
    line-height: 1;
    padding: 10px;
}
.sm-imageslider-content.owl-theme .owl-prev:hover,
.sm-imageslider-content.owl-theme .owl-next:hover{
    background: #000000; opacity: 0.5;
}
.sm-imageslider-content.owl-theme .owl-prev span, 
.sm-imageslider-content.owl-theme .owl-next span{
line-height: 1; font-size: 21px;
}
.sm-imageslider-content.owl-theme .owl-prev span:before,
.sm-imageslider-content.owl-theme .owl-next span:before{
font-size: 20px;
line-height: 1;
    padding: 5px;
}
.sm-imageslider-content .owl-prev{
    left:0;
}
.sm-imageslider-content .owl-next{
    right:0;
}
/* Pagetemplate page css*/
@media(max-width: 768px){
.pagetemplate-right{
	display: flex;
	}
.pt-column-right{
	order: -1;
	}
}
/** Bandai blog page slider css**/
body .blog-slider.slick-slider .pagebuilder-slide-wrapper {
    background-size: contain !important;
}
body .blog-slider.slick-slider .pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 450px !important;
}
.post-description .blog-slider .znt-pause-btn{
display: none !important;
}/* 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:hover .pagebuilder-banner-button.pagebuilder-button-primary,
.pagebuilder-column-group .pagebuilder-column a:focus .pagebuilder-banner-button.pagebuilder-button-primary {
	opacity: 1 !important;
	visibility: visible !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-login 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;
}

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

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

.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;
}

.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 {
	
}

/*.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*/
/* 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 */