@import 'promo.css';

.variants_row {
  background-color: transparent;
  transition: background-color 1s ease;
}
.variants_row.highlight {
  background-color: rgba(55, 182, 233, 0.5);
}

.zoom_picts_box_relative {
  position: relative;
}

.zoom_picts .pict_zoom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 12px;
}

.zoom_magnifier_img_wrap {
  display: inline-block;
  box-sizing: content-box;
  position: relative;
}

.zoomContainer .zoomLens {
  border: 2px solid #ededed !important;
}

.opt_desc {
  font-weight: bold;
}

.prices_disclamer {
  color: red;
  font-weight: bold;
}

.zoom_properties {
  font-size: 18px;
}

/*.zoom_properties .js_product_quantity
{
	(*width: 90px;*)
}*/
.qty-plus-minus .js_product_quantity {
  border: 0;
  background: 0 0;
  height: 33px !important;
  margin: 0 !important;
  box-shadow: 0 0 0;
  border-radius: 0;
  width: 56px !important;
  padding: 0;
  border: 0;
  background: none;
  text-align: center;
}

.qty-plus-minus button {
  height: 32px;
  line-height: 32px;
  background: 0 0;
  border: 0;
  color: #58595b;
  border-radius: 0 !important;
  font-weight: 400;
  font-size: 23px;
  padding: 0;
  width: 30px;
  text-align: center;
}

.qty-plus-minus {
  height: 34px;
  border: 1px #e1e1e1 solid;
  border-radius: 5px;
  display: flex;
  width: 100px !important;
  padding: 0 7px;
  z-index: 100;
  position: relative;
}

.zoom_properties .vendor {
  margin: 0 0 5px 0;
}

/*.zoom_properties .save
{
	display: inline;
	margin-left: 10px;
	padding: 0 10px;
	background: #649FA8;
	border: 3px double #FFF;
	color: #FFF;
	white-space: nowrap;
}*/
.zoom_properties .qty .col-sm-4 {
  padding-left: 0;
}

.zoom_properties .discounts_info_upsale {
  float: right;
}

.zoom_properties .rr-star-st {
  clear: left;
  margin-top: 10px;
}

.zoom_properties .small_desc {
  margin: 10px 0 30px;
}

.zoom_properties .download_pdf a {
  padding-right: 10px;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  color: #1869a9;
}

.zoom_properties .download_pdf a:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 28px;
  color: #1869a9;
  margin-right: 7px;
  vertical-align: -2px;
  content: '\f56d';
  font-weight: bold;
}

.zoom_properties .rx_message {
  padding-right: 10px;
  font-weight: bold;
  margin-top: 10px;
  display: inline-block;
  color: #00710b;
}

.zoom_properties .rx_message:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 28px;
  color: #00710b;
  margin-right: 7px;
  vertical-align: -2px;
  content: '\f572';
  font-weight: bold;
}

.variants_header td {
  font-size: 15px;
}

.variants_header .products__list__item__offer__price__value {
  font-size: 18px;
  vertical-align: middle;
}

.variants_header th {
  font-size: 15px;
  vertical-align: middle;
}

.zoom_picts .file {
  float: right;
}

.zoom_picts .file:before {
  font-family: 'fontAwesome';
  font-size: 1.3em;
  color: #3a5ba1;
  margin-right: 7px;
  vertical-align: -2px;
  content: '\f1c1';
}

.zoom-rel {
  margin-top: 20px;
}

.more_picts {
  margin-top: 0;
  text-align: center;
}

.more_picts .subtitle {
  text-transform: uppercase;
  color: #555555;
  margin-bottom: 5px;
}

.more_picts ul li {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  padding: 5px;
  height: 88px;
  line-height: 71px;
  vertical-align: top;
}

.gray_line_products {
  padding-top: 30px;
  padding-bottom: 80px;
  /*box-shadow: 0px -5px 7px rgba(65, 91, 98, 0.165);*/
  background: #f1f1f1;
  margin-top: 50px;
}

.gray_line_products h3 {
  margin-bottom: 40px;
}

.discounts_info_upsale {
  margin: 0;
}

.discounts_info_upsale th {
  text-align: center;
  font-size: 12px;
  padding: 2px !important;
}

.discounts_info_upsale td {
  text-align: center;
  font-size: 12px;
  padding: 2px !important;
}

.btn-sold_out_form {
  white-space: normal;
}

.btn-sold_out_form:hover {
  background-color: #ba0204;
  border-color: #950101;
}

.product_zoom_sold_out .soldout {
  text-align: left;
  padding: 0;
  margin-bottom: 5px;
}

.product_zoom_sold_out .center {
  text-align: left;
}

.product_zoom_sold_out .btn-sold_out_form {
  color: #fff;
  background-color: #ba0204;
  border-color: #950101;
}

.product_zoom_sold_out .btn-sold_out_form:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

ul.prod_radio_caption {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  /* Remove bullet points */
  padding: 0;
}

ul.prod_radio_caption li {
  width: 33.3333%;
  box-sizing: border-box;
  padding: 5px;
}

.product_option {
  float: none;
  /*width: 100% !important;*/
  padding: 10px 20px 0 0;
  margin: 20px 0 0;
  border-top: 2px dotted #e5e5e5;
  display: inline-block;
  max-width: 100%;
  min-width: 80%;
}

.product_option ul.prod_radio_caption li .product_option {
  min-width: 0;
  padding: 0;
  margin: 0;
}

ul.prod_radio_caption li label {
  margin-left: 5px;
  cursor: pointer;
}

.product_option label {
  padding-right: 0;
  /*text-align: right;*/
  font-size: 15px;
}

.product_option .row {
  margin-top: 3px;
  margin-bottom: 3px;
}

.product_option .col-md-7 {
  padding-right: 0;
}

.qty {
  margin: 15px 0 15px -15px;
  background: #f1f1f1;
  padding: 10px 0;
  border-radius: 3px;
  /*display: inline-flex;*/
  /*max-width: 100%;*/
  /*min-width: 80%;*/
}

.qty label {
  text-align: right;
  padding-right: 0;
  font-weight: bold;
}

.qty .btn {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: 0;
}

.modal-content .qty .btn {
  font-size: 13px;
  margin-top: 3px;
}

.wishlist-box {
  text-align: center;
  margin: 10px 0;
}

.long_desc {
  margin: 10px 0 30px;
}

.long_desc img {
  max-width: 100% !important;
}

.long_desc .row {
  margin-top: 10px;
  margin-bottom: 10px;
}

.pict_zoom {
  padding: 0;
  border: 2px solid #ededed;
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  margin: 0 0 20px 0;
  min-height: 350px;
  line-height: 350px;
  position: relative;
}

.pict_zoom img {
  max-width: 100%;
  max-height: 100%;
}

.ic-free {
  width: 159px;
  height: 79px;
  position: absolute;
  right: -29px;
  bottom: 26px;
  z-index: 100;
  background: url(/cms/img/ic-free.svg) center no-repeat;
}

.Warranty_inc {
  position: relative;
  right: 15px;
  top: -119px;
  margin-bottom: -109px;
  width: 110px;
  height: 110px;
  text-align: center;
  vertical-align: middle;
  border-radius: 150px;
  background: #f68d13;
  border: 10px double #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  padding-top: 12px;
}

.sale_line {
  color: red;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: bold;
  margin-top: 9px;
}

.btnMatch {
  font-size: 18px;
  color: #00527e;
  padding: 0;
  text-transform: uppercase;
}

.btnMatch i {
  margin-right: 5px;
}

.pict_zoom4compare {
  min-height: 250px;
  line-height: 250px;
}

.mobile_variant_title {
  font-weight: bold;
  margin-right: 5px;
}

/*.variant_q
{
	max-width: 100px;
}*/
#POPUPZOOM_Modal h3 {
  color: #00527e;
  font-weight: 600;
  font-size: 30px;
}

#POPUPZOOM_Modal .btn-danger {
  width: 200px;
  text-transform: uppercase;
  font-weight: bold;
}

#POPUPZOOM_Modal .modal-body {
  padding-right: 50px;
  padding-left: 50px;
}

#POPUPZOOM_Modal .card-body {
  padding-top: 2px;
  font-size: 14px;
}

#POPUPZOOM_Modal .modal-footer.text-center {
  text-align: center !important;
  display: block;
  border: none;
  padding-top: 0;
  padding-bottom: 25px;
}

#POPUPZOOM_Modal .modal-footer.text-center .btn {
  display: inline-block !important;
}

#POPUPZOOM_Modal h4 {
  font-size: 15px;
  /*font-weight: bold;*/
}

#POPUPZOOM_Modal .qty-plus-minus-box {
  margin-top: 15px;
}

#POPUPZOOM_Modal .qty-plus-minus {
  /*width: 100% !important;*/
}

#POPUPZOOM_Modal .free {
  float: right;
  padding: 2px 15px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  border-radius: 5px;
  margin-right: -15px;
  background: #f26522;
}

#POPUPZOOM_Modal .card-footer {
  background: transparent;
  border: none;
  padding-top: 0;
  padding-bottom: 15px;
}

#POPUPZOOM_Modal .img {
  height: 200px;
  line-height: 200px;
  margin-bottom: 10px;
}

.variants_list {
  margin-top: 30px;
  font-size: 14px;
}

.variants_list .products__list__item__offer__price__value {
  font-size: 17px;
}

.variants_list .img {
  height: 200px;
  line-height: 200px;
  margin-bottom: 10px;
}

.variants_list .js_select {
  position: absolute;
}

.variants_list h4 {
  font-size: 18px;
}

.variants_list .card-footer {
  background: transparent;
  border: none;
  text-align: center;
  padding-top: 0;
  padding-bottom: 15px;
}

.variants_list .qty-plus-minus-box {
  display: inline-block;
}

.variants_list .qty {
  margin: 15px 0;
}

.bank-logo {
  max-width: 200px;
}

#UPSALES_POPUP_Modal .products__list__item__caption__link__name {
  font-size: 15px !important;
  display: block;
  margin: 0;
}

#UPSALES_POPUP_Modal .products__list__item__offer__price__caption {
  display: none;
}

#UPSALES_POPUP_Modal .products__list__item__offer__price {
  display: inline-block;
}

#UPSALES_POPUP_Modal .products__list__item__offer__price__value {
  /*font-size: 15px;*/
}

#UPSALES_POPUP_Modal .option_block4tpye_select .col-form-label {
  display: none;
}

#UPSALES_POPUP_Modal .option_block4tpye_select {
  /*display: block;*/
  /*width: 132%;*/
  margin: 0;
  padding: 0;
}

#UPSALES_POPUP_Modal .option_block4tpye_select .col-md-auto {
  min-width: 100%;
  width: 100%;
  margin: 0;
}

#UPSALES_POPUP_Modal .option_block4tpye_select select {
  font-size: 13px;
}

#UPSALES_POPUP_Modal input {
  font-size: 15px;
}

#UPSALES_POPUP_Modal .qty {
  margin: 0;
  background: transparent;
  padding: 0;
}

#UPSALES_POPUP_Modal .qty div {
  /*padding: 0;*/
}

#UPSALES_POPUP_Modal .btn {
  /*font-size: 12px !important;*/
  margin: 0;
}

#UPSALES_POPUP_Modal .products__list__item__picture {
  padding: 0;
}

#UPSALES_POPUP_Modal .products__list__item__picture img {
  max-height: 160px;
}

@media (max-width: 575px) {
  .qty {
    margin: 20px 0 0;
    text-align: center;
  }

  .qty .wishlist1 {
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .zoom_properties h1 {
    font-size: 30px;
    margin-top: 30px;
  }

  .zoom_properties iframe {
    max-width: 100%;
  }

  .Warranty_inc {
    right: 0;
  }

  .variants_header th {
    display: none;
  }

  .variants_row {
    display: inline-block;
    padding: 20px 30px;
    border-bottom: 1px solid #ccc;
  }

  .variants_row td {
    border: none;
    padding: 3px;
    font-size: 17px;
  }

  .variants_row td:nth-child(1) {
    display: inline-block;
    width: 20px;
    height: 20px;
  }

  .variants_row td:nth-child(2) {
    display: inline-block;
    width: auto;
  }

  .variants_row td:nth-child(3) {
    display: inline-block;
    width: 100%;
    min-width: 100%;
  }

  .variants_row td:nth-child(4) {
    display: inline-block;
    width: 100%;
    min-width: 100%;
  }

  .variants_row td input {
    display: inline-block;
  }

  .variants_row td:nth-child(5) {
    display: inline-block;
    width: 100%;
    min-width: 100%;
  }

  .variants_row td:nth-child(6) {
    display: inline-block;
    width: 100%;
    min-width: 100%;
  }

  .variants_row td:nth-child(7) {
    display: inline-block;
    width: 100%;
    min-width: 100%;
  }

  #POPUPZOOM_Modal .modal-body {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .zoom_properties h1 {
    margin-top: 30px;
  }

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

  .qty .wishlist1 {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .zoom_properties h1 {
    font-size: 30px;
    margin-top: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .qty .wishlist-box-zoom {
    margin-top: 12px;
    margin-left: 13px;
  }
}

@media (min-width: 1200px) and (max-width: 1350px) {
  #POPUPZOOM_Modal .qty-plus-minus {
    width: 100% !important;
  }

  .ic-free {
    right: 19px;
    bottom: 0;
  }
}

@media (min-width: 1351px) {
  #POPUPZOOM_Modal .qty-plus-minus {
    width: 100% !important;
  }
}

/*
 * Custom Select jQuery Plugin Base
 */
.custom-select {
  position: relative;
}

.custom-select__option {
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  cursor: pointer;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select__option-wrap {
  position: relative;
}

.custom-select__input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0;
  border-width: 1px 0;
  border-style: solid;
  border-radius: 0;
  font-family: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select__dropdown {
  display: none;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: 100%;
  left: 0;
}

.custom-select--active .custom-select__dropdown {
  display: block;
}

.custom-select--dropup .custom-select__dropdown {
  top: auto;
  bottom: 100%;
}

/*
 * Custom Select jQuery Plugin Theme
 */
.custom-select__option {
  position: relative;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: bold;
  color: #212121;
  line-height: 1.5;
}

.custom-select__option:focus {
  outline: none;
}

.custom-select__option:hover,
.custom-select__option:focus {
  background-color: #f9f9f9;
}

.custom-select__option--value {
  padding-right: 1.875rem;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 0.25rem;
}

.custom-select__option--value::after {
  position: absolute;
  box-sizing: border-box;
  width: 0;
  height: 0;
  top: 50%;
  right: 0.75rem;
  border-width: 0.3rem;
  border-bottom-width: 0;
  border-style: solid;
  border-color: currentColor transparent;
  transform: translateY(-50%);
  content: '';
}

.custom-select--active .custom-select__option--value::after {
  transform: translateY(-50%) rotate(-180deg);
}

.custom-select--active .custom-select__option--value {
  border-bottom-color: transparent;
  border-radius: 0.25rem 0.25rem 0 0;
}

.custom-select--active .custom-select__option--value:hover,
.custom-select--active .custom-select__option--value:focus {
  background-color: #fff;
}

.custom-select--dropup.custom-select--active .custom-select__option--value {
  border-top-color: transparent;
  border-bottom-color: #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
}

.custom-select__option--selected {
  background-color: #fcfcfc;
}

.custom-select__option[disabled] {
  color: #a1a1a1;
  cursor: default;
}

.custom-select__option[disabled]:hover,
.custom-select__option[disabled]:focus {
  background-color: transparent;
}

.custom-select__option-wrap {
  overflow-y: auto;
  max-height: 11.25rem;
}

.custom-select__option-wrap::-webkit-scrollbar {
  width: 16px;
}

.custom-select__option-wrap::-webkit-scrollbar-thumb {
  background-color: #e6e6e6;
  background-clip: padding-box;
  border-width: 0 4px;
  border-style: solid;
  border-color: transparent;
}

.custom-select__input {
  position: relative;
  z-index: 1;
  height: 2.25rem;
  margin-top: -1px;
  padding: 0 0.75rem;
  border-color: #e6e6e6;
  transform: translateY(1px);
  font-size: 1rem;
  color: #212121;
}

.custom-select__input:focus {
  outline: none;
}

.custom-select--dropup .custom-select__input {
  border-top-width: 0;
  margin-top: 0;
  transform: translateY(0);
}

.custom-select__dropdown {
  overflow: hidden;
  z-index: 1;
  top: calc(100% - 1px);
  background-color: #fff;
  border-width: 0 1px 1px;
  border-style: solid;
  border-color: #e6e6e6;
  border-radius: 0 0 0.25rem 0.25rem;
}

.custom-select--dropup .custom-select__dropdown {
  bottom: calc(100% - 1px);
  border-width: 1px 1px 0;
  border-radius: 0.25rem 0.25rem 0 0;
}
