body {
  color: #202020 !important;
}
#product .product-additional-info .js-mailalert {
  text-align: left !important;
  margin-bottom: 25px;
  display: inline-block;
  width: 100%;
  border: solid 1px #bf0d0d;
  padding: 15px 20px;
}

#product .product-additional-info .js-mailalert input.form-control {
  width: calc(75% - 25px);
  float: left;
  margin-right: 25px;
}

#product .product-additional-info .js-mailalert button.js-mailalert-add {
  margin: 0 !important;
  padding: 0;
  width: 25%;
  height: 41px;
  float: left;
}

#product .blockreassurance_product {
  float: inherit;
  width: 100%;
}

#contact .container .contact-form {
  border: none;
}

/*
#btn-bonorder {
    margin-top: 0 !important;
}
*/

#btn-bonorder {
  margin-top: -82px;
}

#contact #content {
  margin-top: 10px !important;
}

#contact section.contact-form {
  padding: 0 !important;
}

#block-new-products {
  margin-bottom: 70px !important;
  padding-top: 70px;
}

#block-new-products .products article {
  margin: 0 !important;
}

#block-discount-products {
  margin-bottom: 70px !important;
}

#products .products-grid > article {
  border: solid 1px #e6e6e6;
  border-radius: 5px;
}

#products .products-grid > article.product-list-ad {
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

#products .products-grid > article.product-list-ad ul {
  margin: 0;
}

#category .products-grid.active .product-four {
  flex: 0 0 20%;
  max-width: 20%;
}

.product-list-ad #boninfoban .boninfoban-item .boninfoban-item-description h4 {
  font-size: 14px !important;
}

.product-list-ad #boninfoban .boninfoban-item .boninfoban-item-description h3 {
  font-size: 20px !important;
}

.product-list-ad #boninfoban .boninfoban-item .boninfoban-item-description p {
  font-size: 14px !important;
  padding: 0 5px;
}

#footer .footer-container-bottom .footer-payment {
  height: inherit !important;
}

.footer-payment ul {
  display: inline-block;
  margin: 15px 0;
}

.footer-payment ul li {
  float: left;
}

.footer-payment ul li img {
  height: 20px;
}

.footer-bank-list {
  display: flex;
  align-items: center;
  justify-content: center;
}

#block-new-products .slick-prev,
#block-new-products .slick-next {
  display: none !important;
}

#block-new-products,
#mod-featured-products {
  padding-top: 25px;
  margin-left: -15px;
  margin-right: -15px;
}

#block-discount-products .slick-list,
#block-new-products .slick-list,
#mod-featured-products .slick-list {
  margin-left: -4px;
  margin-right: -4px;
}

#block-new-products #mod-featured-products {
  margin-bottom: 70px !important;
}

#block-discount-products > .container {
  padding: 0;
}

#mod-product-detail-slider .products article,
#block-discount-products .products article,
#block-new-products .products article,
#mod-featured-products .products article {
  margin: 0 5px !important;
  border: solid 1px #e6e6e6;
  border-radius: 5px;
  float: left;
}

#block-discount-products .slick-track,
#block-new-products .slick-track,
#mod-featured-products .slick-track {
  padding: 15px 0px;
}

#block-new-products .products article:hover,
#mod-featured-products .products article:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

/*
#bonbanners a { 
  border-radius: 20px !important;
}
*/

#bonbanners .banner-list {
  margin-left: -15px;
  margin-right: -15px;
}

#bonbanners .banner-list .banner-item .banner-inner h3 {
  border-radius: 50px;
  box-shadow: 6px 6px 5px 0px rgba(0, 0, 0, 0.1);
}

#block-new-products .products:not(.slick-initialized),
#mod-featured-products .products:not(.slick-initialized) {
  overflow: hidden;
  display: flex;
  width: 100%;
  flex-direction: row;
}

.slick-dots {
  position: relative;
}

.slick-dots li button::before {
  color: #44444469;
  font-size: 14px;
}

.slick-dots li.slick-active button::before {
  color: #444;
  font-size: 14px;
}

#mod-featured-comments {
  background: #fbfafa;
  padding: 50px 0px;
}

#mod-featured-comments .comments {
  display: inline-block;
  width: 100%;
}

#mod-featured-comments .comments .comment {
  background: #f6f6f6;
  margin: 0 10px;
  border-radius: 20px;
  padding: 15px 20px;
}

#mod-featured-comments .comments .comment > span {
  width: 100%;
  float: left;
}

#mod-featured-comments .comments .comment .customer {
  font-size: 14px;
  text-transform: uppercase;
  color: #f33676;
  font-weight: 500;
  padding: 0;
}

#mod-featured-comments .comments .comment .date {
  font-size: 13px;
  line-height: 1.7;
}

#mod-featured-comments .comments .comment .content {
  font-size: 13px;
  line-height: 1.7;
  color: #7a7a7a;
  min-height: 125px;
}

#product #footer {
  padding-bottom: 0 !important;
}

.comments_note div.star.grey {
  color: #acacac;
}

.comments_note li:first-child > div {
  margin-left: 0;
}

#contact #content .promo-banner-wrapper p {
  color: #3a3a3a;
}

#checkout #checkout-guest-form .form-group em {
  display: none;
}

.product-description .comments_scroll {
  display: flex;
}

.product-miniature .thumbnail-container .comments_note span {
  display: block !important;
  margin: 0;
}

#contact .container .contact-form h3 {
  text-transform: inherit;
}

.products .product-thumbnail img,
.product-image-container .product_img_link img {
  background-color: #fff;
}

#bonpromotion {
  margin-bottom: 0 !important;
}

#bonpromotion > ul {
  margin-bottom: 0 !important;
}

#footer {
  z-index: 1;
}

/*
#bonhtmlcontent .box-htmlcontent {

}

#bonhtmlcontent .box-htmlcontent > .box-icon {
    display: inline-block;
    width: inherit;
    margin: inherit;
}
*/

#index .breadcrumb {
  display: none !important;
}

#bonswiper {
  margin: 0;
}

#bonhtmlcontent {
  padding: 15px 0;
  background: #eee;
  margin-bottom: 50px;
}

#bonhtmlcontent .box-htmlcontent > .box-icon i {
  font-size: 20px;
}

#bonhtmlcontent .box-htmlcontent .box-content {
}

#bonhtmlcontent .box-htmlcontent .box-content i {
  margin-right: 5px;
}

#_desktop_cart.bon-desktop-sticky-cart {
  display: flex !important;
}

.tax-shipping-delivery-label > div:nth-child(2) {
  display: none;
}
.steco_flex_container > .price {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .small_cart_product_image {
    width: 30%;
    object-fit: cover;
    height: auto;
  }
  #bonhtmlcontent .box-htmlcontent {
    margin-bottom: 5px;
  }

  #footer .footer-container .links ul > li span::before {
    top: -2px;
  }

  #footer .footer-container .block-contact .footer_adsress {
    padding-left: 23px;
  }

  .block_newsletter .gdpr_consent {
    text-align: center;
  }
}

@media only screen and (min-width: 1030px) and (max-width: 1412px) {
  #category .products-grid.active .product-four {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1030px) {
  #category .products-grid.active .product-four {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}

/* @media (max-width: 992px) {
  #wrapper {
    margin-top: 15px;
  }
} */

@media only screen and (max-width: 840px) {
  .footer-payment ul {
    display: inline-block;
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .footer-payment ul li {
    float: left;
    padding: 10px;
  }
}

#close_bon_ship {
  display: none !important;
}

/* Single Product Page */
.product-page-right .h1 {
  padding-right: 0px !important;
  width: 74%;
}
.product-page-right .product-price .current-price {
  font-size: 34px !important;
}
.product-page-right .product-prices {
  margin-top: 0px !important;
  margin-bottom: 30px;
}
.mlc {
  font-size: 13px !important;
  max-width: 100% !important;
}
.mon-loan-calculator {
  display: flex !important;
}
.mon-head,
.mon-body {
  width: 50% !important;
  border: none;
}
.product-information {
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.23);
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.product-description ul {
  list-style: disc;
  padding-left: 20px;
}

@media (min-width: 1200px) {
  #wrapper {
    min-height: 70vh;
  }
}
@media screen and (max-width: 767px) {
  .product-add-to-cart .add-to-cart-bonwrapper .add-to-cart {
    width: 100%;
  }
  .tabs #tab-list {
    display: flex !important;
    gap: 20px;
  }
  #btn-bonorder a.btn-bonorder {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    width: 100%;
  }
}
/* Update 05-1 */
@media (max-width: 1279px) {
  .page-manufacturer #products h1 {
    margin-top: 20px;
    font-size: 18px;
  }
  #main
    .images-container
    .js-qv-mask
    .slick-slider
    .slick-arrow.slick-next:before,
  #main
    .images-container
    .js-qv-mask
    .slick-slider
    .slick-arrow.slick-prev:before {
    font-size: 38px;
  }

  #main .images-container .js-qv-mask .slick-arrow.slick-next,
  #main .images-container .js-qv-mask .slick-arrow.slick-prev {
    opacity: 1 !important;
  }
}
#main .images-container .js-qv-mask:hover .slick-arrow.slick-next,
#main .images-container .js-qv-mask:hover .slick-arrow.slick-prev {
  opacity: 1 !important;
}
.bootstrap-touchspin input.form-control,
.bootstrap-touchspin input.input-group {
  padding: 12.5px !important;
}
.multiparcels_shipping_terminal_select_holder {
  margin-left: 10px;
  margin-right: 20px;
}
.custom-checkbox input[type="checkbox"] {
  z-index: 10;
}
.ui-datepicker-calendar tr th,
.ui-datepicker-calendar tr td {
  min-width: 0px !important;
  height: 10px !important;
}
.ui-datepicker td span,
.ui-datepicker td a {
  padding: 9px !important;
}
.page-order table td,
.page-order table th {
  padding: 2px !important;
}
.ui-datepicker .ui-datepicker-header {
  padding: 0px !important;
}
#checkout-guest-form #customer-form p {
  display: flex !important;
  justify-content: center !important;
}
.feds_custom-input-box .feds_custom-input-item.feds_custom-input-color {
  width: 30px !important;
  height: 30px !important;
  border: transparent;
  border-radius: 50%;
  border-radius: 50%;
  margin-bottom: 5px;
  margin-right: 5px;
  border: solid 1px #d9d8d8 !important;
}
.facet_type_colorbox [class^="feds-"]:before,
.facet_type_colorbox [class*=" feds-"]:before {
  line-height: 2em !important;
  width: 2em !important;
}
.feds_custom-input-box .feds_custom-input-item i {
  font-size: 14px !important;
}
#content-wrapper #main h1 {
  margin-top: 10px !important;
}
/* Update 05-02 */
@media screen and (max-width: 767px) {
  label[for="use_same_address"] {
    text-align: left !important;
  }
  #checkout-guest-form #customer-form p {
    display: block !important;
  }
  .pagination {
    flex-direction: column;
  }
  .pagination > div:first-child {
    text-align: center;
  }
  .pagination .page-list {
    padding: 1rem !important;
  }
}
input[value="1512"] + span {
  background-image: linear-gradient(
    to right,
    red,
    orange,
    yellow,
    green,
    blue,
    indigo,
    violet
  ) !important;
}
.product-miniature h3.product-title {
  overflow: hidden;
}
#order-confirmation .card {
  margin-bottom: 10px;
  border-radius: 20px !important;
}
#cart #main .card.cart-summary,
#cart #main .card.cart-container {
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.23);
  border-radius: 8px !important;
}
#payment-confirmation {
  text-align: center;
}
body#checkout #js-checkout-summary .block-promo .promo-input,
#cart .block-promo .promo-input,
#cart .block-promo .promo-input {
  border-radius: 9px !important;
}
.block-promo .collapse:not(.show) {
  display: block !important;
}
#cart .block-promo .promo-code form {
  text-align: left !important;
}
#cart .block-promo .promo-code {
  padding-top: 0px !important;
}
#cart .block-promo .promo-code {
  padding-top: 0px !important;
}
.blockreassurance_product .item-product img,
.blockreassurance_product .item-product svg {
  height: 35px;
  width: 72px !important;
  object-fit: cover;
}
.blockreassurance_product div:first-child > .item-product img {
  width: 35px !important;
  margin-left: 20px;
}
.products .slick-list .product-thumbnail,
.product-image-container .slick-list .product_img_link {
  min-height: 317px;
}
.btn-primary,
.btn-secondary,
.btn-tertiary,
.steco_confirmation_btn,
.ets_av_cancel,
.steco-btn-spin {
  border-radius: 50px !important;
}
.steco_heading {
  background-color: #e2356f;
  color: white !important;
  padding: 10px 0px !important;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.steco_column_section {
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.23);
  padding: 20px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  margin-bottom: 20px;
}
.steco-cart-voucher .collapse:not(.show) {
  display: block !important;
}
.steco_sub_heading {
  color: #444444;
  font-size: 20px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}
.st_form_item_p_or_c > label {
  display: none;
}
.steco_addresses_form {
  margin-top: -29px;
}

/* Login */
.stacc_1_3 {
  display: flex;
}
#steco_pi_forms > .card {
  width: 50%;
}
#steco_login_form.steco_pi_form {
  width: 200%;
  position: relative;
  z-index: 20;
}
#collapse_register {
  margin-left: -99%;
  /* margin-right: -99%; */
}
.st_address_form_delivery .st_form_item_firstname,
.st_address_form_delivery .st_form_item_lastname {
  display: none !important;
}
.input-group .input-group-btn > .btn {
  padding: 0.7rem 1rem !important;
}
#st-checkout-addresses-step {
  margin-top: 15px;
}
.product-reference{
  display: block;
}
.bonbrand-and-reference {
  direction: ltr;
  padding-top:10px;
}
@media (max-width: 500px) {
  .bon_manufacture_product {
    display: inline-block;
    position: sticky !important;
    padding-bottom: 10px !important;
  }
  .bonbrand-and-reference {
    direction: rtl;
    display:flex !important;
    justify-content: space-between !important ;
  }
  .product-page-right .h1 {
    padding-right: 0px !important;
    width: 100%;
  }
  .product-reference{
    display: flex;
    align-items: center !important;
    direction: ltr;
  }
  .product-reference label{
    margin-bottom: 0;
    margin-right: 5px;
  }
}


.small_cart_product_list .steco_flex_container img {
  width: 30%;
  height: auto;
}
.cart-summary-totals .cart-summary-line:not(.cart-total) {
  display: none;
}
.card-body.cart-summary-totals .cart-summary-line.cart-total {
  padding: 0 10px;
}
.card-body.cart-summary-totals {
  padding: 0px;
}
.card-body.cart-summary-totals .row > div {
  font-size: 13px !important;
  padding: 0 !important;
  max-width: 200px !important;
}
.card-body.cart-summary-totals .row .text-right {
  text-align: left !important;
  padding-left: 28px !important;
  font-weight: 700;
  font-size: 16px !important;
}
#module-steasycheckout-default #collapse_guest {
  margin-left: -199%;
}
/* .st_form_item_birthday {
  display: none !important;
} */
#collapse_register {
  position: relative;
  z-index: 100;
}
.select2-container .select2-selection--single {
  display: inline-grid !important;
  width: 100%;
}
/* later delete */
/* #payment-option-3-container {
  display: none !important;
} */


#product .tabs.product-tabs #tab-content .active.fade:not(.show) {
  opacity: 1 !important;
}