@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700");

body {
  font-family: "Poppins";
}
.container {
  width: 100%;
  max-width: 1278px;
}
button {
  cursor: pointer;
}
#header {
  box-shadow: none;
}
#header a {
  color: #171a2d;
}
#header .header-top {
  padding: 18px 0 0;
}
#header .header-top .header-inner {
  display: flex;
  align-items: center;
}
#header .header-top img.logo {
  max-width: 230px;
  width: 100%;
}
#header .header-nav .blockcart {
  background-color: #171a2d;
  color: #ffffff;
}
#footer {
  padding: 0px !important;
  background-color: #0f1017 !important;
  border-top: 1px solid #ffffff;
  color: #ffffff !important;
  font-size: 12px;
  line-height: 18px;
}
#footer p {
  font-size: 12px;
  color: #ffffff;
}
#footer .footer-container {
  padding: 25px 0 36px;
}
#footer .footer-container .footer-row {
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-top-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 0;
}
header .header-top-right a {
  font-size: 16px;
}
header .header-top-right .category-dropdown {
  padding: 10px 20px;
  min-width: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-left: solid 1px #171a2d;
  border-right: solid 1px #171a2d;
}
header .header-top-right .dropdown a img {
  margin-right: 17.5px;
}
header .header-top-right .sort-by-brand-dropdown a img {
  margin-right: 7px;
}
header .header-top-right .dropdown-toggle::after {
  border-width: 7px;
}
header .header-top-right .sort-by-brand-dropdown.dropdown {
  border-right: solid 1px #171a2d;
  padding: 10px 20px;
  min-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}
header .header-top-right .my-account a.account {
  display: flex;
  align-items: center;
}
header .header-top-right .my-account {
  border-right: solid 1px #171a2d;
  padding: 10px 20px;
  min-width: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
}
header .header-top-right .my-account a img {
  margin-right: 11px;
}
header .header-top-right .my-cart {
  padding: 0 30px 0 25px;
}
header .header-top-right .my-cart .cart-preview {
  min-width: 133px;
  min-height: 48px;
  padding: 12px 8px;
  background: #171a2d;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#header .header-top-right .my-cart .cart-preview a {
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: center;
}
#header .header-top-right .my-cart .cart-preview img {
  margin-right: 6px;
}
header .header-top-right .user-logout img {
  margin-right: 9px;
}
header .header-top-right .dropdown-menu {
  position: absolute;
  float: none;
  margin-top: 0;
  border: none;
  padding: 0;
  border-radius: 8px;
  background: transparent;
}
header .header-top-right .dropdown-menu .dropdown-menu-inner {
  border-radius: 8px;
  box-shadow: 0px 0px 6px #171a2d;
  padding: 15px 0 20px;
  min-width: 260px;
  margin-top: 35px;
  background: #fff;
  width: 100%;
  position: relative;
}
header .header-top-right .dropdown-menu .dropdown-menu-inner li {
  margin: 0;
  padding: 0;
}
header .header-top-right .dropdown-menu .dropdown-menu-inner li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
  margin: 0 17px;
  width: calc(100% - 34px);
  border-bottom: 1px solid #a4a4a7;
}
header .header-top-right .dropdown-menu .dropdown-menu-inner li:last-child a {
  border-bottom: none;
}
header .header-top-right .dropdown-menu .dropdown-menu-inner li a .arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #171a2d;
  border-top: 2px solid #171a2d;
  transform: rotate(45deg);
  color: #171a2d;
}
header .header-top-right .dropdown-menu .dropdown-menu-inner li:hover {
  background: #a4a4a7;
  border-radius: 5px;
}
header .header-top-right .dropdown-menu .dropdown-menu-inner li:hover a {
  font-weight: 600;
  border-bottom: solid 1px transparent;
}
header .header-top-right .dropdown-menu .dropdown-menu-inner ul.dropdown-menu {
  box-shadow: none;
  background: transparent;
  position: absolute;
  top: 0;
  left: 260px;
  width: 693px;
  min-width: auto;
  float: left;
  padding: 0 0 0 9px;
}
header
  .header-top-right
  .dropdown-menu
  .dropdown-menu-inner
  ul.dropdown-menu
  .dropdown-menu-inner {
  margin: 0;
  padding: 26px 30px 0;
}
header
  .header-top-right
  .dropdown-menu
  .dropdown-menu-inner
  ul.dropdown-menu
  .dropdown-menu-inner
  .row {
  display: flex;
  flex-wrap: wrap;
}
#header
  .header-top-right
  .dropdown-menu
  .dropdown-menu-inner
  ul.dropdown-menu
  .h5 {
  color: #171a2d;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
#header
  .header-top-right
  .dropdown-menu
  .dropdown-menu-inner
  ul.dropdown-menu
  a {
  color: #a4a4a7;
  font-weight: 400;
  margin: 0 0 9px;
  padding: 0;
}
header
  .header-top-right
  .dropdown-menu
  .dropdown-menu-inner
  ul.dropdown-menu
  .col-md-4 {
  margin-bottom: 30px;
}
header
  .header-top-right
  .dropdown-menu
  .dropdown-menu-inner
  ul.dropdown-menu
  li:hover {
  background: transparent;
  border-radius: 0;
}
#header
  .header-top-right
  .dropdown-menu
  .dropdown-menu-inner
  ul.dropdown-menu
  a:hover {
  color: #171a2d;
}
.checkout .minimum-order {
  color: #171a2d;
  font-size: 14px;
}
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

#header .custom-search {
  position: relative;
  top: 28px;
  margin: -5px 0 0;
}
.custom-search .custom-search-inner {
  box-shadow: 0px 0px 6px #e52407;
  border: 1px solid #e52407;
  border-radius: 8px;
  display: flex;
  align-items: center;
  min-height: 56px;
  background: #fff;
}
.custom-search .custom-search-inner #search_widget {
  min-width: 100%;
  margin-bottom: 0px;
}
.custom-search .custom-search-inner #search_widget form {
  display: flex;
  align-items: center;
}
.custom-search .custom-search-inner #search_widget input {
  border: none;
  background: no-repeat;
  outline: none;
  box-shadow: none;
  font-size: 14px;
  padding: 15px 45px;
  color: #171a2d;
}
.custom-search .custom-search-inner #search_widget input::placeholder {
  color: #a4a4a7;
  opacity: 0.6;
}
.custom-search .custom-search-inner button.btn-search {
  border: 1px solid #e52407;
  border-radius: 8px;
  background: #e52407;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  min-width: 35px;
  min-height: 34px;
  margin-right: 9px;
  cursor: pointer;
  outline: none;
  box-shadow: none;
  transition: 0.5s ease-out;
}
.custom-search .custom-search-inner button.btn-search:hover {
  background: #171a2d;
  border-color: #171a2d;
}
#wrapper {
  padding: 105px 0 0;
  background: #171a2d;
  color: #fff;
  min-height: calc(100vh - 274px);
}
.promo-banner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
}
.promo-banner .content {
  padding: 0 0 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #515259;
  border-radius: 12px;
  max-width: 932px;
  position: relative;
}
.promo-banner .content .image {
  width: 100%;
}
.promo-banner .content .image img {
  position: absolute;
  bottom: 0;
  right: 0;
}
.promo-banner .contact-card {
  background: #d4d4d6;
  border-radius: 12px;
  max-width: 300px;
  padding: 33px 22px 23px;
}
.promo-banner .contact-card h3 {
  color: #171a2d;
  font-size: 26px;
  font-weight: 800;
  margin: 0px 6px 39px;
  max-width: 184px;
  line-height: 38px;
}
.promo-banner .contact-card a {
  background: #e35843;
  color: #ffffff;
  border: none;
  border-radius: 12px;
  padding: 5px 20px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  min-width: 256px;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease-out;
}
.promo-banner .contact-card a:hover {
  background: #171a2d;
}
.promo-banner .contact-card a img {
  margin-right: 22px;
}
.promo-banner .content .content-inner h4 {
  font-size: 19px;
  line-height: 29px;
  color: #e35843;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.promo-banner .content .content-inner h2 {
  font-size: 26px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 10px;
}
.promo-banner .content .content-inner p {
  font-size: 16px;
  line-height: 25px;
  color: #a4a4a7;
  margin-bottom: 0;
}
.category-section {
  margin: 50px 0 208px;
}
.category-section .content {
  max-width: 1030px;
  margin: 0 auto 39px;
  padding: 0 15px;
}
.category-title {
  text-align: center;
  color: #e35843;
  font-weight: bolder;
  font-size: 34px;
  line-height: 51px;
  margin-bottom: 10px;
}
.category-subtitle {
  text-align: center;
  letter-spacing: 0px;
  color: #ffffff;
}
.category-subtitle p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
}
.category-section .category-row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
}
.category-section .category-row .block {
  padding: 0 8px;
}
.category-section .grid-item {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 16px;
  transition: 0.3s ease-out;
}
.category-section .grid-item img {
  width: 100%;
  height: auto;
  display: block;
  min-height: 270px;
  object-fit: cover;
  transition: 0.3s ease-out;
}
.category-section .grid-item-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(81, 82, 89, 0.75);
  color: #fff;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 800;
  border-radius: 0px 0px 12px 12px;
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main .page-footer {
  margin: 0;
}
.page-footer a {
  color: #ffffff;
}
.category-section .grid-item:hover {
  box-shadow: 0px 0px 6px #e52407;
}
.category-section .grid-item:hover img {
  transform: scale(1.1);
}

#authentication #wrapper {
  padding: 0;
}
.page-my-account #wrapper,
.page-order #wrapper {
  padding: 88px 0 0;
}
.page-my-account #main .page-header {
  margin: 0 0 40px;
}
.page-my-account #main .page-header h1 {
  color: #fff;
  font-size: 24px;
  line-height: 35px;
}
.page-my-account #main .page-content {
  margin-bottom: 200px;
}
.page-my-account #content .links a {
  background: transparent;
}
.page-my-account #content .links a span.link-item {
  background: transparent;
  box-shadow: 0px 0px 8px #e8e8e872;
  border-radius: 12px;
  padding: 49px 0 29px;
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.page-my-account #content .links a:hover span.link-item {
  box-shadow: 0px 0px 16px #e8e8e872;
}
.page-my-account #content .links a img {
  padding-bottom: 0;
  font-size: 70px;
  color: #fff;
  height: auto;
  margin-bottom: 24px;
}
.page-my-account #content .links a:hover i {
  color: #fff;
}

.page-customer-account #wrapper {
  padding: 88px 0 0;
}
.page-customer-account #main .page-header {
  margin: 0 0 27px;
}
.page-customer-account #main .page-content {
  margin-bottom: 118px;
  box-shadow: 0px 0px 8px #27b9d7;
  border: 1px solid #707070;
  border-radius: 10px;
  background: transparent;
  padding: 75px 55px;
  color: #fff;
}
.page-customer-account #main .page-header h1 {
  color: #fff;
  font-size: 24px;
  line-height: 35px;
}
.page-customer-account #main .address-form legend {
  font-size: 16px;
  line-height: 25px;
  font-weight: bold;
  padding: 0 15px;
}
.page-customer-account #main .address-form .form-control,
body#checkout section.checkout-step #delivery-address .form-control,
body#checkout section.checkout-step #invoice-address .form-control {
  padding: 5px 17px;
  color: #171a2d;
  background: transparent !important;
  color: #a4a4a7 !important;
}
.page-customer-account #main .address-form .form-control-label,
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label {
  height: 32px;
}
.page-customer-account #content .order-actions a {
  color: #fff;
}
.page-customer-account #main a.account-link {
  margin-bottom: 50px;
  display: inline-block;
}
form .form-control-label,
label,
.label {
  font-size: 14px;
  color: #fff;
  text-align: left;
  padding: 0;
  margin: 0;
}
.form-group {
  margin-bottom: 24px;
  display: flex;
  justify-content: center;
  position: relative;
}
button.form-control-submit {
  min-width: 187px;
  min-height: 57px;
  padding: 10px 10px;
  border-radius: 8px;
  outline: none;
  box-shadow: none;
  border: none;
  background: #e52407;
  font-size: 16px;
}
.form-control {
  padding: 14px 17px;
  color: #171a2d;
  background: #ffffffac !important;
  border: 1px solid #a4a4a7;
  border-radius: 5px !important;
}
.form-control-comment {
  padding: 0;
  color: #a4a4a7;
  font-size: 14px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
}
form .form-control-label {
  display: flex;
  align-items: center;
  height: 50px;
}
.form-control + .form-control-comment {
  height: auto;
  margin: 8px 0 0 17px;
  justify-content: flex-start;
}
.form-control-valign {
  padding-top: 0;
  display: flex;
  align-items: center;
}
.form-group label.col-md-2.form-control-label {
  width: 14%;
  padding-left: 15px;
  padding-right: 15px;
}
.col-md-1.form-control-comment {
  position: absolute;
  right: 70px;
}
.input-group .input-group-btn {
  position: absolute;
  right: 0;
}
.input-group .input-group-btn button.btn {
  background: #515259 !important;
  font-size: 14px;
  border: 1px solid #a4a4a7;
  border-radius: 5px;
  min-height: 50px;
  z-index: 9;
}
.input-group {
  outline: none;
}
.progress {
  height: 12px;
  border-radius: 5px;
}
.progress-bar {
  border-radius: 5px;
}
p,
.page-content.page-cms ul {
  color: #a4a4a7;
  font-size: 14px;
}
.password-requirements-length i.material-icons,
.password-requirements-score i.material-icons {
  margin-right: 10px;
  color: #e52407;
}
.form-control-select {
  height: auto !important;
}
.login-card .form-control {
  background: transparent !important;
}
.custom-checkbox input[type="checkbox"] + span {
  border-color: #fff;
  background: #fff;
  border-radius: 2px;
}
.page-cart #wrapper {
  padding: 81px 0 0;
}
.page-cart #wrapper .cart-grid {
  margin-bottom: 75px;
}
.cart-title {
  margin-bottom: 20px;
}
.cart-title h1 {
  color: #ffffff;
  font-size: 24px;
  line-height: 35px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.cart-title p {
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  margin: 0;
}
.cart-title p span {
  color: #e52407;
  font-weight: bold;
}
.page-cart #wrapper .cart-grid .card.cart-summary {
  box-shadow: 0px 0px 8px #e8e8e872;
  border-radius: 12px;
  background: #d4d4d6;
}
.page-cart #wrapper .cart-grid .card {
  box-shadow: 0px 0px 8px #e8e8e872;
  border-radius: 12px;
  background: #ffffff;
}
.card-block.checkout {
  padding: 0 16px 24px;
}
.card-block.checkout .btn-primary {
  border-radius: 8px;
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-transform: none;
}
.card-block {
  padding: 20px 16px 0;
}
.cart-summary-line,
.cart-summary-line:not(:last-child) {
  margin-bottom: 9px;
}
.cart-summary-line:last-child {
  margin-bottom: 0;
}
.cart-summary-line .label,
.cart-summary-line .value {
  font-size: 14px;
  line-height: 21px;
  color: #171a2d;
  font-weight: 400;
}
.card-block.cart-detailed-subtotals + .cart-summary-totals .cart-total {
  border-top: 1px solid #a4a4a7;
  padding: 16px 0;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total .label {
  font-size: 16px;
  line-height: 25px;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total .value {
  font-size: 18px;
  line-height: 25px;
}
.cart-table-name h3 {
  color: #171a2d;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  margin-bottom: 0;
}
.cart-grid-body .cart-overview {
  padding: 24px;
  color: #171a2d;
}
.cart-table-title {
  padding: 11px 0;
  border-bottom: 1px solid #a4a4a7;
}
.cart-table-title .cart-table-name {
  display: flex;
  align-items: center;
}
.cart-grid-body .cart-overview .cart-item {
  border-bottom: 1px solid #a4a4a7;
  padding: 18px 0;
}
.cart-grid-body .cart-overview .cart-item:last-child {
  border: none;
}
.cart-grid-body .cart-overview .cart-item .product-line-grid {
  display: flex;
  align-items: center;
}
.product-line-info a.label,
.product-line-info .label {
  color: #171a2d;
  font-size: 14px;
}
.cart-item .product-line-grid .product-image-grid,
.cart-table-title .cart-table-name .product-image-grid {
  padding-left: 0;
  width: 109px;
}
.cart-item .product-line-grid .product-name-grid,
.cart-table-title .cart-table-name .product-name-grid {
  width: calc(25% + 54px);
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}
.cart-item .product-line-grid .product-delete-grid,
.cart-table-title .cart-table-name .product-delete-grid {
  text-align: center;
  width: 30px;
  padding: 0;
}
.cart-item .product-line-grid .product-line-discounts,
.cart-table-title .cart-table-name .product-line-discounts {
  padding-right: 0;
}
.cart-item .product-line-grid .product-line-grid-body,
.cart-item .product-line-grid .product-line-actions {
  text-align: center;
  padding-right: 8px;
  padding-left: 8px;
}
.product-line-info.product-price.h5 {
  margin-bottom: 0;
  color: #171a2d;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}
.product-line-info.product-price .product-discount {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  align-items: center;
  color: #a4a4a7;
  margin-bottom: 7px;
}
.product-line-info.product-price .product-discount span.regular-price,
.product-line-info.product-price .discount {
  margin: 0;
}
.product-line-info.product-price .discount {
  border-radius: 8px;
  font-size: 14px;
  line-height: 21px;
  padding: 3px 3px;
  font-weight: bold;
}
.product-line-grid-body .input-group.bootstrap-touchspin {
  float: none;
  border: 1px solid #a4a4a7;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}
.product-line-grid-body
  .input-group.bootstrap-touchspin
  input.js-cart-line-product-quantity.form-control {
  width: 60px;
  text-align: center;
  height: 48px;
  border: none;
  outline: none;
  box-shadow: none;
  color: #a4a4a7;
  font-size: 20px;
}
.product-line-grid-body .bootstrap-touchspin .input-group-btn-vertical button {
  margin: 0;
  padding: 2px 0px;
  min-width: 29px;
  min-height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: none;
  border-top: none;
  border-color: #a4a4a7;
}
.product-line-grid-body
  .bootstrap-touchspin
  .input-group-btn-vertical
  button
  i {
  position: relative;
  top: 0;
  left: 0;
  font-size: 26px;
  color: #a4a4a7;
}
.product-line-grid-body
  .bootstrap-touchspin
  .input-group-btn-vertical
  button.bootstrap-touchspin-up {
  border-radius: 5px 5px 0 0;
}
.product-line-grid-body
  .bootstrap-touchspin
  .input-group-btn-vertical
  button.bootstrap-touchspin-down {
  border-radius: 0 0 5px 5px;
  border-bottom: none;
}
.disabled-form .form-control-comment {
  display: none;
}
.product-line-grid-right .cart-line-product-actions .remove-from-cart,
.product-line-grid-right .product-price .remove-from-cart {
  margin-top: 0;
}
.block-promo .promo-input + button {
  margin: 0;
  border: none;
  min-height: 40px;
  border-radius: 5px;
}
.block-promo .promo-input {
  margin: 0;
  border-radius: 5px;
  border-color: #a4a4a7;
}
.block-promo .promo-name .cart-summary-line span {
  color: #e52407;
}
.block-promo .promo-code-button {
  padding: 15px 0 0;
}
.block-promo .promo-name li.cart-summary-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-promo .promo-name li.cart-summary-line span.label {
  word-break: break-all;
  width: 50%;
}
.block-promo .promo-name li.cart-summary-line .float-xs-right {
  width: 50%;
  text-align: right;
}
.modal-backdrop.in {
  opacity: 0.7;
}
.modal-backdrop {
  background-color: #171a2d;
}
#cartPopup .modal-dialog,
#blockcart-modal .modal-dialog {
  max-width: 1026px;
}
#cartPopup .modal-dialog .modal-content,
#blockcart-modal .modal-dialog .modal-content {
  width: 100%;
  border-radius: 12px;
  border: none;
}
#cartPopup .modal-content .modal-footer {
  padding: 24px 27px 27px;
  text-align: center;
  border: none;
}
#cartPopup .modal-content .modal-footer button {
  border-radius: 8px;
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  width: 100%;
  max-width: 330px;
  white-space: normal;
}
#cartPopup .modal-content .modal-body {
  padding: 0;
}
#cartPopup .modal-content .modal-body .header {
  text-align: center;
  width: 100%;
  padding: 16px 22px 22px;
}
#cartPopup .modal-content .modal-body .header p {
  margin: 0;
  font-size: 14px;
  line-height: 21px;
  color: #171a2d;
}
#cartPopup .modal-content .modal-body .header p b {
  font-weight: 500;
}
#cartPopup .modal-content .modal-body hr {
  border-color: #a4a4a7;
  margin-bottom: 0;
}
#cartPopup .modal-content .modal-body table {
  border: none;
  border-spacing: 0;
  color: #171a2d;
  margin-bottom: 16px;
}
#cartPopup .modal-content .modal-body table th,
#cartPopup .modal-content .modal-body .table td {
  border-top: none;
  white-space: nowrap;
}
#cartPopup .modal-content .modal-body table thead th {
  padding: 7px 4px;
  text-align: center;
  border-bottom: none;
}
#cartPopup .modal-content .modal-body table tbody tr {
  background: #a4a4a764;
  border-bottom: solid 3px #fff;
}
#cartPopup .modal-content .modal-body table tbody tr td {
  padding: 12px 4px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
  vertical-align: middle;
}
.text-danger {
  color: #e52407 !important;
}
#cartPopup .modal-content .modal-body table .product-image {
  margin-right: 10px;
}
#cartPopup .modal-content .modal-body table .product-image img {
  width: 58px;
  height: 58px;
  object-fit: cover;
}
#cartPopup .modal-content .modal-body table tbody tr td.text-left {
  text-align: left;
}
#cartPopup .modal-content .modal-body table tbody tr td:first-child {
  padding: 12px 34px;
}
.breadcrumb {
  margin-bottom: 40px;
}
#wrapper .breadcrumb li a {
  color: #ffffff;
  font-size: 12px;
}
.page-product #wrapper,
.page-category #wrapper {
  padding: 77px 0 0;
}
.page-product #main {
  margin: 0 0 150px;
}
#wrapper .breadcrumb li::after {
  margin: 0 7px 0 4px;
  color: #7a7a7a;
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(45deg);
}
#wrapper .breadcrumb li:last-child::after {
  display: none;
}
#wrapper .breadcrumb li:last-child {
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}
#product #content {
  max-width: 552px;
  margin: 0;
}
.product-cover img {
  background: #fff;
  border-radius: 12px;
}
.product-images > li.thumb-container img {
  border-radius: 12px;
}
.page-product h1 {
  color: #fff;
  font-size: 20px;
  text-transform: none;
  margin: 0 0 15px;
}
.page-product .product-prices {
  margin: 0 0 21px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page-product .product-prices .listing-price {
  width: 100%;
  margin-bottom: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #515259;
  font-size: 12px;
}
.page-product .product-prices .listing-price p {
  margin-bottom: 0;
  color: #515259;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
.page-product .product-prices .listing-price .price {
  color: #515259;
  font-size: 18px;
  font-weight: bold;
  margin: 0 5px;
}
.page-product .product-prices .discount-price {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
.page-product .product-prices .discount-price p {
  margin-bottom: 0;
  color: #515259;
  font-size: 14px;
  line-height: 21px;
}
.page-product .product-prices .discount-price .discount {
  color: #e52407;
  font-size: 18px;
  background: none;
  padding: 0;
  border-radius: 0;
  margin: 0 0 0 5px;
}
.page-product .product-prices .tax-shipping-delivery-label {
  color: #a4a4a7;
  width: 100%;
  font-size: 12px;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 20px;
  padding-bottom: 8px;
  margin-top: 5px;
}
.page-product .product-prices .product-discount,
.page-product .product-prices .product-price {
  margin-bottom: 0;
}
.page-product .product-prices .product-price {
  color: #171a2d;
  border-top: 1px solid #707070;
  width: 100%;
  margin: 14px 0 0;
  padding: 16px 0 0;
}
.page-product .product-prices .product-price p {
  color: #171a2d;
  margin-bottom: 9px;
}
.page-product .product-prices .product-price .current-price {
  margin: 0;
  display: flex;
  align-items: center;
  color: #171a2d;
  font-size: 12px;
  font-weight: 500;
}
.page-product .product-prices .product-price .current-price-value {
  font-size: 26px;
  margin-right: 5px;
  font-weight: bold;
}
.page-product .product-prices .product-price .discount {
  border-radius: 8px;
  font-size: 16px;
  line-height: 21px;
  padding: 2px 8px;
  font-weight: bold;
  margin: 0 0 0 8px;
}
.page-product .product-prices .product-discount {
  margin-left: 5px;
  color: #a4a4a7;
  font-size: 16px;
  padding: 0 3px;
}
.page-product .product-prices .product-discount .regular-price {
  margin: 0;
}
.page-product .product-information,
.page-product .product-information p {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}
.page-product .product-information .product-actions {
  margin-top: 24px;
  border-top: 1px solid #ffffff;
}
.page-product .product-information .product-actions .product-variants select {
  background: #fff !important;
}
.page-product .product-information .product-actions .product-reference span {
  font-weight: 600;
  font-size: 16px;
}
.page-product .product-information .product-actions .product-reference label {
  font-size: 16px;
}
.page-product .product-information .product-actions .product-add-to-cart {
  margin-top: 40px;
}
.page-product .product-add-to-cart .control-label {
  display: none;
}
.page-product .product-add-to-cart .product-quantity {
  flex-wrap: wrap;
}
.page-product .product-add-to-cart .product-quantity .qty {
  margin-right: 15px;
}
.page-product .product-add-to-cart #product-availability {
  color: #171a2d;
  font-weight: 500;
  font-size: 14px;
}
.page-product .product-price-box {
  background: #d4d4d6;
  border-radius: 12px;
  padding: 30px 18px 18px;
}
.page-product .input-group.bootstrap-touchspin {
  float: none;
  border: 1px solid #a4a4a7;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  background: #fff;
}
.page-product .input-group.bootstrap-touchspin input.form-control {
  width: 84px !important;
  text-align: center;
  height: 56px !important;
  border: none;
  outline: none;
  box-shadow: none;
  color: #a4a4a7 !important;
  font-size: 20px;
}
.page-product .bootstrap-touchspin .input-group-btn-vertical button {
  margin: 0;
  padding: 2px 0px;
  min-width: 29px;
  min-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: none;
  border-top: none;
  border-color: #a4a4a7;
}
.page-product .bootstrap-touchspin .input-group-btn-vertical button i {
  position: relative;
  top: 0;
  left: 0;
  font-size: 26px;
  color: #a4a4a7;
}
.page-product
  .bootstrap-touchspin
  .input-group-btn-vertical
  button.bootstrap-touchspin-up {
  border-radius: 5px 5px 0 0;
}
.page-product
  .bootstrap-touchspin
  .input-group-btn-vertical
  button.bootstrap-touchspin-down {
  border-radius: 0 0 5px 5px;
  border-bottom: none;
}
.page-product .product-add-to-cart .product-quantity .add {
  max-width: 100%;
  min-width: calc(100% - 130px);
}
.page-product .product-add-to-cart .product-quantity .add button.add-to-cart {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border-radius: 8px;
  padding: 8px 8px;
  min-height: 58px;
}
.page-product
  .product-add-to-cart
  .product-quantity
  .add
  button.add-to-cart
  img {
  margin-right: 8px;
}
#blockcart-modal .modal-header .close .material-icons {
  color: #515259;
}
#blockcart-modal .modal-header {
  padding: 24px 0 16px;
  background: transparent;
  border-color: #a4a4a7;
  width: calc(100% - 36px);
  margin: auto;
}
#blockcart-modal .modal-header .close {
  margin-top: -12px;
}
#blockcart-modal .modal-body {
  padding: 43px 42px 41px;
  background: transparent;
  font-size: 14px;
  color: #171a2d;
}
#blockcart-modal .modal-title {
  font-size: 14px;
  color: #171a2d;
}
#blockcart-modal .modal-title i.material-icons {
  margin-right: 9px;
  color: #0fe39a;
}
#blockcart-modal .divide-left {
  border-left: 1px solid #a4a4a7;
}
#blockcart-modal .product-image {
  max-width: 100%;
}
#blockcart-modal .product-name {
  font-size: 14px;
  line-height: 21px;
  color: #171a2d;
  font-weight: bold;
  margin-bottom: 13px;
  padding: 0;
}
#blockcart-modal .product-price {
  font-size: 26px;
  color: #171a2d;
  line-height: 36px;
  font-weight: bold;
  padding: 0;
}
#blockcart-modal .product-discount {
  display: flex;
  align-items: center;
  color: #a4a4a7;
  margin-bottom: 8px;
}
#blockcart-modal .product-discount .regular-price {
  font-size: 16px;
  margin-right: 10px;
}
.discount.discount-percentage {
  border-radius: 8px;
  font-size: 16px;
  line-height: 21px;
  padding: 2px 8px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background: #e52407;
}
#blockcart-modal .cart-content {
  padding-left: 18px;
}
#blockcart-modal .cart-content p.cart-products-count {
  font-size: 14px;
  font-weight: 500;
  color: #171a2d;
  padding: 0;
  margin: 0 0 22px;
}
#blockcart-modal .cart-content p,
#blockcart-modal .cart-content .page-content.page-cms ul,
.page-content.page-cms #blockcart-modal .cart-content ul {
  color: #171a2d;
  font-size: 14px;
  padding: 0;
  margin-bottom: 9px;
}
#blockcart-modal .cart-content p.product-total {
  padding: 0;
  background-color: transparent;
  color: #171a2d;
}
#blockcart-modal .cart-content p .label {
  color: #171a2d;
  font-size: 14px;
  font-weight: 400;
}
#blockcart-modal .cart-content p .value {
  color: #171a2d;
  font-size: 14px;
  font-weight: 400;
}
#blockcart-modal .cart-content p.product-total .label {
  font-size: 16px;
  color: #171a2d;
  font-weight: 600;
}
#blockcart-modal .cart-content p.product-total .value {
  font-size: 18px;
  color: #171a2d;
  font-weight: 600;
}
#blockcart-modal .cart-content .cart-content-btn {
  margin-top: 20px;
  width: 100%;
  justify-content: flex-start;
}
#blockcart-modal .cart-content .cart-content-btn button {
  margin-right: 11px;
  border: 1px solid #e52407;
  border-radius: 8px;
  padding: 10px 10px;
  width: 100%;
  max-width: 190px;
  height: auto;
  color: #171a2d;
  font-size: 14px;
  text-transform: none;
  background: none;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
#blockcart-modal .cart-content .cart-content-btn .btn-primary {
  width: 100%;
  max-width: 190px;
  height: auto;
  background: #e52407;
  border-radius: 8px;
  text-transform: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
#cart-modal {
  position: absolute;
  top: initial;
  left: initial;
  right: initial;
  bottom: initial;
  border-radius: 12px;
  width: 408px;
  margin: 11px 0 0 -112px;
  box-shadow: 0px 0px 6px #171a2d;
}
#cart-modal .modal-content {
  background: #d4d4d6;
  border-radius: 12px;
  border: none;
  padding: 24px;
}
#cart-modal .modal-content .cart-item {
  padding: 0 0 12px;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #a4a4a7;
  margin-bottom: 12px;
}
#cart-modal .modal-content p.cart-warning {
  background: #515259;
  border-radius: 6px;
  padding: 15px 11px;
  margin-bottom: 12px;
  color: #fff;
}
#cart-modal .modal-content p.cart-warning b {
  font-weight: 600;
}
#cart-modal .modal-content a {
  width: 100%;
  outline: none;
  box-shadow: none;
  min-height: 44px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
}
#cart-modal .modal-content a.checkout-button {
  background: #e52407;
  border: none;
  color: #ffffff;
  font-weight: 500;
}
#cart-modal .modal-content a.checkout-button.disabled {
  background: #a4a4a7;
  color: #ffffff;
  cursor: not-allowed;
}
#cart-modal .modal-content a.continue-shopping {
  background: transparent;
  border: 1px solid #515259;
  color: #515259;
  font-weight: 500;
}
#cart-modal .modal-content .cart-item img.product-image {
  width: 68px;
  height: 68px;
  object-fit: contain;
  margin-right: 24px;
}
#cart-modal .modal-content .cart-item .product-info {
  width: 68%;
  margin-right: auto;
}
#cart-modal .modal-content .cart-item .product-info p {
  margin-bottom: 10px;
  color: #171a2d;
}
#cart-modal .modal-content .cart-item .product-info p:last-child {
  margin-bottom: 0;
}
#cart-modal .modal-content .cart-item .product-info p span {
  color: #a4a4a7;
}
#cart-modal .modal-content .cart-item button,
#cart-modal .modal-content a.delete-item {
  width: auto;
  border: none;
  background: transparent;
  padding: 0;
  min-height: auto;
  margin: 0;
  box-shadow: none;
  outline: none;
}
body#checkout #header .header-nav {
  padding: 0;
}
#checkout #search_widget {
  display: block;
}
body#checkout .title h1 {
  color: #fff;
  font-size: 24px;
  line-height: 35px;
  margin-bottom: 21px;
}
body#checkout .cart-grid-right {
  padding-left: 10px;
}
body#checkout .cart-grid-right .card {
  background: #d4d4d6;
  box-shadow: 0px 0px 8px #e8e8e872;
  padding-bottom: 20px;
  border-radius: 12px;
}
body#checkout .cart-grid-right .card .cart-summary-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body#checkout .cart-grid-right .card .cart-summary-products p {
  color: #171a2d;
  font-weight: 500;
}
body#checkout .cart-grid-right .card .cart-summary-products p a {
  color: #a4a4a7;
  font-size: 12px;
  font-weight: 400;
}
.media-left {
  padding-right: 6px;
}
body#checkout #cart-summary-product-list img {
  width: 31px;
  border: none;
}
body#checkout #cart-summary-product-list .media-body a {
  color: #171a2d;
  font-size: 14px;
}
body#checkout #cart-summary-product-list .media-body .product-name {
  width: 100%;
}
body#checkout #cart-summary-product-list .media-body .product-line-info {
  display: none;
}
body#checkout #cart-summary-product-list .media-body .product-quantity {
  color: #171a2d;
  font-size: 12px;
  padding: 0 9px;
}
body#checkout #cart-summary-product-list .media-body .product-price {
  color: #171a2d;
  font-size: 14px;
}
body#checkout #cart-summary-product-list .media-body {
  display: flex;
  align-items: center;
  width: 100%;
}
.media-list li.media {
  display: flex;
  align-items: center;
  border-top: 1px solid #a4a4a7;
  padding: 9px 0;
}
body#checkout .cart-grid-right .card .cart-summary-subtotals-container {
  padding: 18px 0 12px;
  border-top: 1px solid #a4a4a7;
  border-bottom: 1px solid #a4a4a7;
}
body#checkout
  .cart-grid-right
  .card
  .cart-summary-subtotals-container
  .cart-summary-line
  .label {
  font-size: 14px;
}
body#checkout
  .cart-grid-right
  .card
  .cart-summary-subtotals-container
  .cart-summary-line
  .value {
  font-size: 14px;
  font-weight: 400;
}
.card-block.cart-summary-totals .cart-summary-line.cart-total {
  padding: 22px 0 16px;
}
body#checkout a:hover {
  color: #171a2d;
}
ul.media-list {
  margin-bottom: 9px;
}
.text-right.cart-page-redirect {
  text-align: right;
  margin-bottom: 13px;
}
.cart-page-redirect span.step-edit {
  color: #515259;
  font-size: 12px;
}
.cart-page-redirect span.step-edit i {
  font-size: 14px;
}
body#checkout section#content {
  margin-bottom: 200px;
}
body#checkout section.checkout-step {
  padding: 0;
  background-color: transparent;
}
body#checkout .cart-grid-body .card {
  box-shadow: 0px 0px 8px #e8e8e872;
  border-radius: 12px;
  background: transparent;
  padding: 18px 28px 18px;
}
body#checkout section.checkout-step.-unreachable .step-title {
  color: #a4a4a7;
}
body#checkout section.checkout-step.js-current-step .step-title {
  color: #fff;
  border-color: transparent !important;
}
body#checkout section#checkout-payment-step.-unreachable .step-title {
  border-bottom: none;
}
body#checkout section.checkout-step.-complete:first-of-type .step-title,
body#checkout section.checkout-step.-current + .checkout-step .step-title {
  padding-top: 0;
}
body#checkout section.checkout-step .step-title {
  padding: 25px 0 !important;
  font-size: 18px;
  font-weight: bold;
  text-transform: none;
  opacity: 1 !important;
  border-color: #707070 !important;
  color: #a4a4a7;
}
body#checkout section.checkout-step .step-number {
  width: auto !important;
  margin: 0 !important;
  font-size: 18px !important;
  font-weight: bold;
  border: none !important;
  border-radius: 0 !important;
  height: auto !important;
  background: none !important;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-number {
  display: inline-flex;
}
body#checkout section.checkout-step.-reachable.-complete h1 .done {
  display: inline-block;
  color: #a4a4a7;
  margin: 0 0 0 10px;
  padding: 0;
  font-weight: bold;
}
body#checkout section.checkout-step.-reachable.-complete h1 .step-edit {
  margin: 0;
  color: #a4a4a7;
  font-size: 12px;
  line-height: 25px;
}
body#checkout section.checkout-step .step-edit .edit {
  font-size: 12px;
}
body#checkout section.checkout-step .content {
  padding: 24px 0 30px 20px;
}
body#checkout section.checkout-step .content p,
body#checkout section.checkout-step .content p a {
  color: #fff;
}
body#checkout button.continue {
  width: 100%;
  border-radius: 8px;
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  line-height: 25px;
  outline: none;
}
body#checkout section.checkout-step .address-item.selected,
body#checkout section.checkout-step .address-item {
  background: transparent;
  border: 1px solid #a4a4a7;
  border-radius: 12px;
  box-shadow: 0px 0px 8px #e8e8e872;
  flex: auto;
  max-width: 340px;
  width: 340px;
  margin-bottom: 20px;
}
body#checkout #cart-summary-product-list {
  width: 100%;
}
body#checkout section.checkout-step .address-footer {
  padding: 0.625rem;
  text-align: center;
  border-top: 1px solid #a4a4a7;
  box-shadow: 0px 0px 8px #e8e8e872;
  border-radius: 12px;
}
body#checkout section.checkout-step .edit-address,
body#checkout section.checkout-step .delete-address {
  color: #fff !important;
  font-size: 12px;
  margin: 0 12px;
}
body#checkout section.checkout-step .delete-address .delete,
body#checkout section.checkout-step .delete-address .edit,
body#checkout section.checkout-step .edit-address .delete,
body#checkout section.checkout-step .edit-address .edit {
  font-size: 14px;
  margin-right: 3px;
}
body#checkout section.checkout-step .address-item > header {
  min-height: auto;
  margin-bottom: 0;
}
body#checkout section.checkout-step .address-alias {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}
body#checkout .custom-radio {
  width: 25px;
  height: 25px;
  background: transparent;
  border-color: #fff;
}
body#checkout section.checkout-step .custom-radio input[type="radio"] {
  width: 11px;
  height: 11px;
}
body#checkout section.checkout-step .radio-block {
  padding: 15px 15px;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #a4a4a7;
  border-radius: 12px;
  width: 100%;
}
body#checkout section.checkout-step .address {
  margin-left: 15px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 18px 0;
}
body#checkout .custom-radio input[type="radio"]:checked + span {
  position: absolute;
  top: 6px;
  left: 6px;
  display: flex;
  width: 11px;
  height: 11px;
  background-color: #e52407;
  border-radius: 50%;
}
.custom-radio input[type="radio"]:checked + span {
  background-color: #e52407;
}
body#checkout section.checkout-step .add-address {
  margin-top: 30px;
}
body#checkout .cancel-address {
  display: block;
  color: #fff;
  text-decoration: underline;
  width: 100%;
  font-size: 12px;
  margin: 15px 0 30px;
}
body#checkout .cancel-address:hover {
  color: #fff;
}
body#checkout section.checkout-step #delivery-address .form-control-label,
body#checkout section.checkout-step #invoice-address .form-control-label {
  font-weight: 400;
}
body#checkout section.checkout-step #delivery-address .col-md-7.js-input-column,
body#checkout section.checkout-step #invoice-address .col-md-7.js-input-column {
  width: 86%;
}
body#checkout
  section.checkout-step
  #delivery-address
  .col-md-1.form-control-comment,
body#checkout
  section.checkout-step
  #invoice-address
  .col-md-1.form-control-comment {
  display: none;
}
body#checkout section.checkout-step #delivery-address,
body#checkout section.checkout-step #invoice-address {
  margin: 30px 0 0;
}
body#checkout section.checkout-step .form-group {
  justify-content: flex-start;
}
body#checkout section.checkout-step .delivery-options .delivery-option {
  min-height: 80px;
  padding: 20px 0;
  background: #d4d4d6;
  margin: 0 0 21px;
  box-shadow: 0px 0px 8px #e8e8e872;
  border-radius: 12px;
  color: #171a2d;
}
body#checkout
  section.checkout-step
  .delivery-options
  .delivery-option
  .custom-radio {
  border-color: #515259;
}
body#checkout
  section.checkout-step
  .delivery-options
  .delivery-option
  label
  .carrier:not(.carrier-hasLogo)
  > .col-xs-12,
body#checkout
  section.checkout-step
  .delivery-options
  .delivery-option
  label
  .carrier
  > .col-xs-12 {
  padding-left: 0;
}
body#checkout section.checkout-step .carrier-delay,
body#checkout section.checkout-step .carrier-name,
span.carrier-price {
  color: #171a2d;
  font-size: 14px;
  font-weight: 400;
}
body#checkout section.checkout-step .delivery-options .delivery-option img {
  width: 72px;
}
body#checkout #delivery h3 {
  color: #ffffff;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 10px;
}
body#checkout #delivery > label {
  line-height: 21px;
  margin-bottom: 14px;
}
body#checkout #delivery textarea {
  margin-bottom: 24px;
}
body#checkout #delivery textarea {
  margin-bottom: 24px;
  border: 1px solid #a4a4a7;
  border-radius: 7px;
  background: transparent;
  outline: none;
  color: #a4a4a7;
  padding: 12px 14px;
  font-size: 14px;
  line-height: 21px;
}
body#checkout #delivery textarea::placeholder {
  color: #a4a4a7;
  opacity: 1;
}
body#checkout section.checkout-step .form-group [for="use_same_address"] {
  margin-left: 30px;
}
body#checkout section.checkout-step .payment-options .custom-radio {
  margin-right: 13px;
}
body#checkout .additional-information {
  margin-top: 14px;
  margin-left: 38px;
  font-size: 14px;
}
.definition-list dl dd,
.definition-list dl dt {
  background: transparent !important;
  border: solid 1px #fff;
}
body#checkout .condition-label {
  padding-left: 29px;
  margin-top: 0;
}
body#checkout .condition-label label {
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
body#checkout .condition-label label a {
  color: #a4a4a7;
  text-decoration: underline;
}
body#checkout #payment-confirmation {
  margin-top: 50px;
  width: 100%;
}
body#checkout #payment-confirmation button {
  width: 100%;
  border-radius: 8px;
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  line-height: 25px;
  outline: none;
}
body#checkout #payment-confirmation button.disabled {
  color: #a4a4a7;
}
.page-category #wrapper {
  padding-bottom: 208px;
}
.page-category #left-column .block-categories {
  padding: 21px 14px 12px;
  background: #d4d4d6;
  border-radius: 12px;
}
.page-category #left-column #search_filters_wrapper {
  display: none;
}
.page-category #left-column .block-categories h5 {
  color: #171a2d;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 6px;
}
.page-category #left-column .block-categories .card {
  margin-bottom: 16px;
  background: transparent;
  border-radius: 0;
}
.page-category #left-column .block-categories .card .card-header {
  background: #171a2d;
  border-radius: 5px;
  margin-bottom: 7px;
}
.page-category #left-column .block-categories .card .card-header button {
  color: #fff;
  width: 100%;
  padding: 5px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  line-height: 24px;
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.page-category
  #left-column
  .block-categories
  .card
  .card-header
  button.dropdown-toggle::after {
  border-top: 5px solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}
.page-category
  #left-column
  .block-categories
  .card
  [aria-labelledby="headingOne"] {
  background: #171a2d;
  border-radius: 5px;
  color: #fff;
}
.page-category
  #left-column
  .block-categories
  .card
  [aria-labelledby="headingOne"]
  .card-body {
  padding: 18px 12px 8px;
}
.page-category .form-check {
  margin-bottom: 10px;
  position: relative;
}
.page-category .form-check.active::after {
  content: "";
  position: absolute;
  top: 0;
  left: -12px;
  width: 100%;
  height: 100%;
  background: #212540;
  z-index: auto;
  border-radius: 5px;
}
.page-category .block-categories a {
  color: #fff;
}
.page-category .form-check-input {
  margin: 0;
}
.page-category .form-check .form-check-label {
  padding: 0 0 0 10px;
  position: relative;
  z-index: 9;
}
.page-category .form-check .form-check-label a {
  font-size: 14px;
  line-height: 24px;
  padding: 0;
}
.page-category .form-check .custom-radio {
  width: auto;
  height: auto;
  background: none;
  border: none;
  margin: 0;
  line-height: 0;
  z-index: 9;
}
.page-category .form-check .custom-radio label {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #a4a4a7;
  border-radius: 3px;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.2s, border-color 0.2s;
}
.page-category .form-check .custom-radio input[type="radio"]:checked + label {
  background-color: #e52407;
  border-color: #e52407;
}
.page-category .form-check .custom-radio label::after {
  content: "✓";
  color: #fff;
  font-size: 12px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.page-category
  .form-check
  .custom-radio
  input[type="radio"]:checked
  + label:after {
  display: block;
}
.page-category .form-check a {
  width: 100%;
  display: inline-block;
  position: relative;
}
.page-category #content-wrapper h1 {
  color: #ffffff;
  font-size: 24px;
  line-height: 35px;
  text-transform: none;
  margin-bottom: 20px;
}
.pagination {
  color: #fff;
}
.page-category #content-wrapper .product-miniature,
.page-search #content-wrapper .product-miniature {
  display: flex;
  justify-content: center;
  width: 100%;
  background: #515259;
  border: 2px solid #a4a4a7;
  border-radius: 12px;
  margin-bottom: 30px;
}
.page-category #content-wrapper .product-miniature .thumbnail-container,
.page-search #content-wrapper .product-miniature .thumbnail-container {
  margin: 0;
  width: 100%;
  background: transparent;
}
.page-category
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .highlighted-informations,
.page-search
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .highlighted-informations {
  display: none;
}
.product-miniature .thumbnail-container .product-thumbnail {
  position: relative;
  height: 221px;
  border-radius: 12px;
}
.product-miniature .thumbnail-container .product-thumbnail img {
  width: 100%;
  object-fit: contain;
  height: 221px;
  border-radius: 10px;
  background: #fff;
}
.page-category
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .product-description,
.page-search
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .product-description {
  background: transparent;
  padding: 15px 20px;
}
.page-category
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .product-description
  .product-title,
.page-search
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .product-description
  .product-title {
  margin: 0 0 9px;
  color: #ffffff;
}
.page-category
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .product-description
  .product-title
  a,
.page-search
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .product-description
  .product-title
  a {
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.page-category
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .product-price-and-shipping {
  color: #ffffff;
  font-size: 24px;
  line-height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 12px;
}
.page-category
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .product-price-and-shipping
  .regular-price {
  color: #a4a4a7;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.page-category
  #content-wrapper
  .product-miniature
  .product-flags
  li.product-flag {
  margin: 12px 0 0 17px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  padding: 8px 10px;
}
.page-category
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .product-quantity {
  margin-bottom: 5px;
}
.page-category
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .product-quantity
  .qty {
  margin-right: 10px;
  margin-bottom: 0;
}
.page-category
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .product-quantity
  .qty
  #quantity_wanted {
  width: 36px;
  padding: 0;
  border-radius: 0 !important;
  background: #fff !important;
  border: none;
  height: 36px;
  font-size: 16px;
  text-align: center;
}
.page-category
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .product-quantity
  .qty
  .input-group-btn-vertical {
  display: none;
}
.page-category
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .product-quantity
  .add {
  margin-bottom: 0;
  width: 100%;
}
.page-category
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .product-quantity
  .add
  button {
  width: 100%;
  border-radius: 8px;
  min-width: auto;
  padding: 7px 10px;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  outline: none;
  box-shadow: none;
}
.page-category
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .product-quantity
  .add
  button
  img {
  display: none;
}
.page-category
  #content-wrapper
  .product-miniature
  .product-flags
  li.product-flag.new {
  font-size: 14px;
}
.pagination .page-list {
  background: transparent;
  border-radius: 0;
  padding: 0;
  width: auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pagination .page-list li {
  border: 1px solid #a4a4a7;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-list li a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  min-height: 40px;
  text-decoration: none;
  letter-spacing: 0 !important;
}
.pagination .page-list li.current {
  border-color: #e52407;
}
.pagination a {
  color: #e52407;
}
.pagination .page-list a {
  font-size: 14px;
  color: #171a2d;
}
.pagination .page-list li.current a {
  color: #e52407;
}
.page-order-confirmation #main,
.page-order-detail #main {
  margin-bottom: 175px;
}
.page-order-confirmation .card,
.page-order-detail .box {
  background: #d4d4d6;
  border-radius: 8px;
  margin-bottom: 32px !important;
}
.page-order-detail .box {
  padding: 25px 32px 22px;
  color: #171a2d;
}
.page-order-detail #order-infos ul li {
  margin-bottom: 8px;
}
.page-order-detail #order-infos ul li:last-child {
  margin-bottom: 0;
}
.page-order-detail .box table,
.page-order-detail .box .table thead th,
.page-order-detail .box .table td {
  border-color: #707070;
}
.page-order-detail .box .thead-default th {
  background: #515259 !important;
  color: #ffffff;
}
.page-order-confirmation .card .card-block {
  padding: 20px 32px 20px;
}
.page-order-confirmation .card .card-block .card-title {
  color: #171a2d;
  text-transform: uppercase;
  font-size: 16px !important;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 22px;
}
.page-order-confirmation .card .card-block p,
.page-order-detail p {
  margin-bottom: 0;
  color: #171a2d;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
}
.page-order-confirmation .card .card-block .card-title i,
.page-order-confirmation .card .card-block .card-title img {
  color: #171a2d;
  padding: 0;
  margin: 0 13px 0 0;
  width: auto;
  height: auto;
  font-size: 24px;
  max-height: 18px;
}
.page-order-confirmation #order-reference-value {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  margin-bottom: 22px;
}
.page-order-confirmation .card .card-block #order-items {
  border: none;
}
.page-order-confirmation #order-items .h3 {
  margin-bottom: 17px;
}
.page-order-confirmation #order-items .order-line {
  margin-top: 0;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #171a2d;
  font-size: 16px;
  line-height: 25px;
  font-weight: 500;
}
.page-order-confirmation #order-items .order-line .image {
  margin-right: 24px;
}
.page-order-confirmation #order-items .order-line .image img {
  margin-bottom: 0;
  width: 85px;
  height: 85px;
  object-fit: contain;
}
.page-order-confirmation #order-items .order-line .product-content {
  display: flex;
  align-items: center;
}
.page-order-confirmation #order-items .order-line span {
  display: inline-block;
  font-size: 14px;
  line-height: 21px;
  color: #171a2d;
  font-weight: bold;
}
.page-order-confirmation #order-items .order-line .qty {
  margin-bottom: 0;
}
.page-order-confirmation
  .card
  .card-block
  #order-items
  .order-confirmation-table
  hr {
  border-top-color: #515259;
  margin-top: 30px;
}
.page-order-confirmation #order-items table tr {
  height: auto;
}
.page-order-confirmation #order-items table tr td {
  padding-left: 0;
  padding-right: 0;
  color: #171a2d;
  font-size: 14px;
  line-height: 21px;
}
.page-order-confirmation .card .card-block #order-items .total-price {
  background: #515259 0% 0% no-repeat padding-box;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 17px 32px 17px 32px;
  width: calc(100% + 64px);
  margin: 20px -32px -20px;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}
.page-order-confirmation
  .card
  .card-block
  #order-items
  .total-price
  .price-value {
  font-size: 18px;
}
.page-order-confirmation #main .page-content,
.page-order-detail #main .page-content {
  margin-bottom: 32px;
}
.page-order-confirmation #main .addresses .card {
  margin-bottom: 0 !important;
  padding: 25px 32px 22px;
}
.page-order-confirmation #main .addresses .card h4,
.page-order-detail #main .addresses .card h4 {
  margin-bottom: 17px;
  color: #171a2d;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
}
.page-order-confirmation #main .addresses address,
.page-order-detail #main .addresses address {
  margin-bottom: 0;
  color: #171a2d;
  font-size: 14px;
  line-height: 22px;
}
.page-order-confirmation .card.definition-list .card-block {
  padding: 27px 32px;
  color: #171a2d;
}
.page-order-confirmation .card.definition-list .card-block p {
  margin-bottom: 17px;
}
.page-order-confirmation .card.definition-list .card-block dl {
  margin-bottom: 26px;
}
.page-order-confirmation .card.definition-list .card-block dl dt {
  background: #515259 !important;
  border-radius: 8px;
  border-color: #515259 !important;
  margin: 0 14px 10px 0;
  padding: 12px 27px;
  color: #ffffff;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  flex: 0 0 30%;
}
.page-order-confirmation .card.definition-list .card-block dl dd {
  background: transparent !important;
  border-radius: 8px;
  border-color: #707070 !important;
  margin: 0 14px 10px 0;
  padding: 12px 20px;
  color: #171a2d;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  flex: 0 0 38%;
}
.page-order-confirmation .card.definition-list .card-block p a {
  text-decoration: underline;
  color: #171a2d;
  font-size: 14px;
}
.page-order-confirmation .card.definition-list .card-block strong {
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
}
.page-order-detail .order-message-form.box header {
  margin-bottom: 30px;
}
.page-order-detail .order-message-form .form-group {
  justify-content: flex-start;
  margin: 0 0 24px;
}
.page-order-detail .order-message-form .form-group label {
  color: #171a2d;
}
.page-order-detail .form-group .form-control {
  outline: none;
}
.page-addresses .address {
  background: transparent;
  border: 1px solid #a4a4a7;
  border-radius: 12px;
  box-shadow: 0px 0px 8px #e8e8e872;
}
.page-addresses .address .address-footer {
  padding: 0.625rem;
  text-align: center;
  border-top: 1px solid #a4a4a7;
  box-shadow: 0px 0px 8px #e8e8e872;
  border-radius: 12px;
}
.page-addresses .address .address-footer a {
  color: #fff !important;
  font-size: 12px;
  margin: 0 12px;
}
.page-addresses .address .address-body {
  padding: 0;
}
.page-addresses .address .address-body h4 {
  padding: 15px 15px;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid #a4a4a7;
  border-radius: 12px;
  width: 100%;
  margin-bottom: 0;
  font-weight: 500;
  color: #fff;
  font-size: 16px;
}
.page-addresses .address .address-body address {
  margin-left: 15px;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  padding: 18px 0;
}
.page-addresses .addresses-footer {
  margin: 0 0 50px;
}
.page-addresses .addresses-footer a,
.page-addresses .addresses-footer a:hover {
  color: #ffffff;
}
.page-history #main .page-content h6 {
  margin-bottom: 30px;
  font-size: 18px;
}
.page-history .thead-default th {
  color: #515259;
}
.page-search #main {
  margin-bottom: 175px;
}
.page-search h1 {
  color: #ffffff;
  font-size: 24px;
  text-transform: none;
  margin-bottom: 30px;
}
.js-address-form .h4 {
  color: #fff;
}
body#checkout section.checkout-step #invoice-address .disabled-form legend {
  display: none;
}
.page-customer-account #main .address-form .disabled-form + .form-footer {
  display: none;
}

@media screen and (max-width: 1300px) {
  header .header-top-right .my-cart {
    padding: 0 20px 0 20px;
  }
  header .header-top-right .category-dropdown {
    padding: 10px 8px;
    min-width: 236px;
  }
  header .header-top-right .sort-by-brand-dropdown.dropdown {
    padding: 10px 8px;
    min-width: 180px;
  }
  header .header-top-right .my-account {
    padding: 10px 8px;
    min-width: 150px;
  }
  header
    .header-top-right
    .dropdown-menu
    .dropdown-menu-inner
    ul.dropdown-menu {
    width: 580px;
  }
  #footer .footer-container .footer-row {
    padding: 0 30px;
  }
  .cart-grid .cart-grid-body,
  .cart-grid .cart-grid-right {
    width: 100%;
  }
  #cart-modal {
    right: 15px;
    margin: 11px 0 0 0;
  }
}

@media screen and (max-width: 1199px) {
  header .header-top-right a {
    font-size: 15px;
  }
  .promo-banner .contact-card a {
    min-width: 100%;
  }
  .category-section .content {
    max-width: 100%;
    padding: 0;
  }
  #footer .footer-container .footer-row {
    padding: 0;
  }
  #header .header-top img.logo {
    width: 100%;
  }
  header .header-top-right .sort-by-brand-dropdown a img,
  header .header-top-right .dropdown a img,
  header .header-top-right .my-account a img,
  header .header-top-right .user-logout img {
    margin-right: 8px;
    max-width: 14px;
  }
  #header .header-top-right .my-cart .cart-preview img,
  header .header-top-right .user-logout img {
    max-width: 16px;
  }
  header .header-top-right .category-dropdown,
  header .header-top-right .sort-by-brand-dropdown.dropdown,
  header .header-top-right .my-account {
    min-width: auto;
  }
  header .header-top-right .my-cart {
    padding: 0 15px;
  }
  header
    .header-top-right
    .dropdown-menu
    .dropdown-menu-inner
    ul.dropdown-menu {
    width: 490px;
  }
  .promo-banner .content {
    padding: 0 0 0 20px;
  }
  .page-customer-account #main .page-content {
    padding: 40px 20px;
  }
  .col-md-1.form-control-comment {
    position: absolute;
    right: 40px;
  }
}

@media screen and (max-width: 1023px) {
  #header .header-top .header-inner {
    justify-content: space-between;
  }
  #header .header-top .header-inner .col-md-3,
  #header .header-top .header-inner .col-md-9 {
    width: auto;
  }
  #header .header-top img.logo {
    width: 100%;
    max-width: 160px;
  }
  #header .header-top-right .my-cart .cart-preview span.hidden-sm-down {
    display: none;
  }
  #header .header-top-right .my-cart .cart-preview img {
    max-width: 20px;
  }
  header .header-top-right .my-cart .cart-preview {
    min-width: auto;
    padding: 12px 12px;
  }
  header .header-top-right .my-account a.account span,
  header .header-top-right .user-logout span {
    display: none;
  }
  header .header-top-right .my-account a img,
  header .header-top-right .user-logout img {
    max-width: 20px;
    margin: 0;
  }
  #header .header-top-right .my-cart .cart-preview img {
    margin-right: 0;
  }
  header
    .header-top-right
    .dropdown-menu
    .dropdown-menu-inner
    ul.dropdown-menu {
    width: 470px;
  }
  header .header-top-right .dropdown-menu {
    left: -202px;
  }
  .page-product .col-md-4 {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .promo-banner {
    flex-wrap: wrap;
  }
  .promo-banner .content,
  .promo-banner .contact-card,
  .promo-banner .contact-card h3 {
    width: 100%;
    max-width: 100%;
  }
  .promo-banner .contact-card h3 {
    text-align: center;
  }
  .promo-banner .content .image img {
    position: relative;
  }
  .product-line-grid-body
    .input-group.bootstrap-touchspin
    input.js-cart-line-product-quantity.form-control {
    width: 46px;
    height: 40px;
  }
  .product-line-grid-body
    .bootstrap-touchspin
    .input-group-btn-vertical
    button {
    padding: 2px 0px;
    min-width: 29px;
    min-height: 20px;
    height: 20px;
  }
  .product-line-info.product-price .product-discount {
    gap: 3px;
  }
  .product-line-info.product-price .discount {
    font-size: 12px;
  }
  .product-line-info.product-price.h5 {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .page-product #main {
    margin: 0 0 40px;
  }
  .promo-banner .content {
    flex-direction: column-reverse;
    padding: 0 0 20px;
  }
  .promo-banner .content .image img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .promo-banner .content .content-inner {
    padding: 20px 20px 0;
  }
  #footer .footer-container .footer-row {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  #header .custom-search {
    top: 0;
    margin: 0 0 18px;
  }
  .category-section {
    margin: 50px 0 50px;
  }
  #header .header-nav .user-info .account span {
    display: none;
  }
  #wrapper,
  .page-my-account #wrapper,
  .page-cart #wrapper,
  .page-product #wrapper,
  .page-order #wrapper,
  .page-category #wrapper,
  .page-customer-account #wrapper {
    padding: 50px 0 0;
  }
  #header .header-nav .user-info {
    margin: 0;
    min-height: 50px;
    display: flex;
    align-items: center;
  }
  #header .header-nav .user-info .account {
    margin-left: 20px;
  }
  .cart-grid-body .cart-overview {
    overflow: auto;
  }
  .cart-grid-body .cart-overview ul.cart-items {
    width: 680px;
  }
  .product-line-grid-body {
    margin-bottom: 0;
  }
  .cart-item .product-line-grid .product-line-discounts,
  .cart-table-title .cart-table-name .product-line-discounts {
    width: 110px;
  }
  .cart-item .product-line-grid .product-line-qty,
  .cart-table-title .cart-table-name .product-line-qty {
    width: 108px;
  }
  .page-cart #wrapper .cart-grid {
    margin-bottom: 50px;
  }
  #blockcart-modal .divide-left {
    border: none;
  }
  #blockcart-modal .cart-content {
    padding: 30px 0 0;
  }
  #blockcart-modal .modal-body {
    padding: 20px 18px 30px;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu {
    padding: 0 1.25rem;
  }
  #mobile_top_menu_wrapper .top-menu .sub-menu li > a {
    font-weight: 400;
  }
  #mobile_top_menu_wrapper
    .top-menu
    .sub-menu
    li
    > a.dropdown-item.dropdown-submenu {
    font-weight: 600;
  }
  .page-order-confirmation #main,
  .page-order-detail #main {
    margin-bottom: 60px;
  }
  .page-my-account #main .page-content,
  .page-customer-account #main .page-content {
    margin-bottom: 40px;
  }
  .page-order-confirmation .card .card-block,
  .page-order-detail .box {
    padding: 20px 15px 20px;
  }
  .page-order-confirmation .card .card-block #order-items {
    margin-bottom: 0;
  }
  .page-order-confirmation .card .card-block #order-items .total-price {
    width: calc(100% + 30px);
    margin: 20px -15px -20px;
    padding: 15px;
  }
  .page-order-confirmation #main .addresses .card,
  .page-order-detail #main .addresses .card {
    margin-bottom: 0 !important;
    padding: 25px 15px 22px;
  }
  .page-order-confirmation .card.definition-list .card-block {
    padding: 27px 15px;
    color: #171a2d;
  }
  .page-order-confirmation .card.definition-list .card-block dl dt,
  .page-order-confirmation .card.definition-list .card-block dl dd {
    flex: 0 0 100%;
  }
  .page-order-confirmation #order-items .h3 {
    border-color: #515259;
  }
  .page-order-confirmation #main .page-content .pl-0 {
    padding-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .page-order-confirmation #main .page-content .pr-0 {
    padding-left: 0;
    width: 100%;
  }
  .page-order-confirmation #order-items .order-line .image {
    margin-right: 12px;
  }
  .page-order-confirmation #order-items .order-line .qty .col-xs-4 {
    width: 30%;
  }
  .form-group {
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 16px;
  }
  .form-group label.col-md-2.form-control-label {
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .form-group label.col-md-2 + .col-md-7 {
    width: 100%;
  }
  .col-md-1.form-control-comment {
    position: relative;
    right: 0px;
    padding: 8px 15px 0;
    height: auto;
  }
  .form-control + .form-control-comment {
    height: auto;
    margin: 8px 0 0 0;
    justify-content: flex-start;
    text-align: left;
  }
  #history .orders .order a {
    color: #fff;
  }
  body#checkout section.checkout-step .address-item.selected,
  body#checkout section.checkout-step .address-item {
    flex: auto;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  body#checkout section.checkout-step .content {
    padding: 10px 0 20px 0px;
  }
  body#checkout section#content {
    margin-bottom: 50px;
  }
  body#checkout
    section.checkout-step
    #delivery-address
    .col-md-7.js-input-column,
  body#checkout
    section.checkout-step
    #invoice-address
    .col-md-7.js-input-column {
    width: 100%;
  }
  .page-order-detail .box .order-total,
  .page-order-detail .box ul li {
    margin-bottom: 9px;
  }
  .pagination .page-list {
    justify-content: center;
    padding: 20px 0;
  }
}

@media screen and (max-width: 460px) {
  #cart-modal {
    width: calc(100% - 30px);
  }
  #cart-modal .modal-content {
    padding: 12px;
  }
}

@media screen and (max-width: 400px) {
  .page-product
    .product-information
    .product-actions
    .product-add-to-cart
    .product-quantity {
    flex-wrap: wrap;
    gap: 10px;
  }
}
.loader {
  width: 20px;
  height: 20px;
  border: 5px solid #fff;
  border-bottom-color: #171a2d;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.product-flags li.product-flag.discount-percentage,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount {
  background-color: green;
}

#main
  > div
  > div.cart-grid-body.col-lg-8
  > div
  > div
  > ul
  > li.cart-item
  > div
  > div.product-line-grid-body.product-line-discounts.col-md-2
  > div
  > div.current-price {
  display: flex;
}

#blockcart-modal
  > div
  > div
  > div.modal-body
  > div
  > div.col-md-6.divide-left
  > div
  > p {
  display: block;
}

.product-quantity .input-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-quantity .input-group-prepend,
.product-quantity .input-group-append {
  display: flex;
}

.product-quantity .btn-touchspin {
  border-radius: 6px;
  padding: 0 12px;
  height: 40px;
  font-size: 18px;
  font-weight: bold;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.product-quantity .btn-touchspin:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.product-quantity .form-control {
  height: 40px;
  max-width: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  border-radius: 6px;
  border: 1px solid #ccc;
  margin: 0 4px;
  padding: 0;
}


/* CARDS */

.page-category
  #content-wrapper
  .product-miniature
  .thumbnail-container
  .product-quantity
  .add {
	width:50%;
	  margin-left:10px;
}

.input-group .form-control:not(:first-child):not(:last-child) {
	background-color: white !important;
	color: grey;
	font-weight: 500;
}

.product-quantity .btn-touchspin {
	font-weight: 500;
}

.final_price_with_sp_tax {
    margin-bottom: 15px ! Important;
    color: white;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 1.5em;
}


.customer-discount{
	font-weight:500;
    position: relative;
    top: -298px;
    left: -13px;
    color: white;
    background-color: #e52407;
    padding: 5px;
    border-radius: 6px;
	display:inline;
}

.page-category #content-wrapper .product-miniature .thumbnail-container .product-description .product-title {
	min-height: 65px;
}

.product-price-category-page {
    display: table;
    color: white;
    font-weight: 500;
    font-size: 1.1em;
    color: lightgrey;
}




.btn-primary{
	width:200px;
    border-radius: 8px;
    min-width: auto;
    padding: 7px 10px;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    outline: none;
    box-shadow: none;
	color: #ffffff;
    background-color: #e52407;
    border-color: transparent;
} 

.page-search #content-wrapper .product-miniature .thumbnail-container .product-description .product-title {
    min-height: 75px;
}

.product-description .product-quantity .qty, .product-quantity .add {
    display: inline-flex;
    float: left;
    margin-bottom: 0px;
	margin-left:10px;
	width: 50%;
}

.page-category #content-wrapper .product-miniature .thumbnail-container .product-description, .page-search #content-wrapper .product-miniature .thumbnail-container .product-description {
    background: transparent;
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    min-height: 206px;
    justify-content: space-between;
}


.product-description .btn:disabled {
	cursor: not-allowed;
    opacity: 0.65;
    width: 200px;
    display: block;
    white-space: normal;
    box-sizing: border-box;
}

.product-description .add button {
    white-space: normal;
	padding-top: 3px !Important;
    padding-bottom: 3px !Important;
    font-size: 13px !Important;
}

.page-category #content-wrapper .product-miniature .thumbnail-container .product-quantity .add button {
    width: 120px;
}

.btn:disabled + .product-price-category-page {
	visibility: hidden !Important;
}


.product-mini-info {
	display:flex;
	justify-content: center;
	gap: 20px;
}

.page-product .product-add-to-cart .product-quantity .add button.add-to-cart {
	max-height: 60px;
}


.page-product .bootstrap-touchspin .input-group-btn-vertical button {
    height: 30px;
}

.addiva {
    font-size: 0.85em;
    color: lightgray;
    margin-left: 4px;
    display: inline;
    white-space: nowrap;
}

#search .price {
    font-weight: 500 !important;
    font-size: 1.1em !important;
    color: lightgrey !important;
	line-height: 0px !important;
}