/*#region variabless*/
/*#endregion variabless*/
/*#region div templates*/
.pointer {
  cursor: pointer;
}
/*#endregion div templates*/

/*#region quantity*/

.quantityBox > span {
  font-size: 13px;
  margin-top: 10px;
  display: block;
  padding: 0 3px;
  color: #7c7c7c;
}
.quantityBox .chooseQuantity {
  margin: 5px 0 25px;
}
.quantityBox .quantity-button {
  color: #e20074;
  background-color: #d8d8d8;
  width: 27px;
  height: 27px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -ie-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  padding: 0px;
  margin: 0px;
  -webkit-box-shadow: none;
  -khtml-box-shadow: none;
  -moz-box-shadow: none;
  -ie-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
.quantityBox .quantity-button:hover {
  background-color: #cbcbcb;
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.quantityBox .quantity-button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.quantityBox .quantityNumber {
  margin: 0px 3px;
  font-size: 19px;
  font-family: tscreen-medium;
  width: 18px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
}
/*#endregion quantity*/

/*#region priceSlider*/

.rzslider {
  margin-top: 50px;
}
.rzslider .rz-pointer {
  top: -7px;
  width: 18px;
  height: 18px;
  background-color: #e20074;
  border-radius: 100px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rzslider .rz-pointer:after {
  display: none;
}
.rzslider .rz-pointer:hover {
  background: #f12d91;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  -khtml-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ie-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.rzslider .rz-bar {
  height: 5px;
  background: #cacaca;
  border-radius: 5px;
}
.rzslider .rz-selection {
  background: rgba(226, 0, 116, 0.3);
  border-radius: 10px;
}
.rzslider .rz-bubble {
  color: #e20074;
  left: auto !important;
  position: relative !important;
  margin-top: -24px;
  display: inline-block;
  float: left;
  visibility: hidden !important;
  display: none;
}
.rzslider .rz-bubble.rz-model-value {
  margin-bottom: 14px;
}
.rzslider .rz-bubble.rz-limit.rz-floor,
.rzslider .rz-bubble.rz-limit.rz-ceil {
  visibility: hidden !important;
  display: none;
}
.rzslider .rz-bubble.rz-model-value,
.rzslider .rz-bubble.rz-model-high {
  visibility: visible !important;
  display: inline-block;
}
.rzslider .rz-bubble:after {
  position: relative;
  display: inline-block;
  padding-left: 3px;
}
.rzslider .rz-bubble.rz-model-high:before {
  content: ' до ';
  position: relative;
  display: inline-block;
  padding-right: 3px;
}
/*#endregion priceSlider*/

/*#region productFilters*/

.product-filters h3 {
  font-size: 17px;
  margin-bottom: 0px;
}
/*#endregion productFilters*/

/*#region tooltip*/

#phone-list .one-t-dicklaimer-message {
  padding: 7px 10px !important;
  border-radius: 3px !important;
  background: rgba(64, 64, 64, 0.9) !important;
}
#phone-list .one-t-dicklaimer-message p {
  font-size: 13px !important;
  font-family: tscreen-regular;
}
#phone-list .one-t-dicklaimer-message:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid rgba(64, 64, 64, 0.9);
}
/*#endregion tooltip*/

/*#region priceSteps*/

.check-phone-price-steps {
  counter-reset: section;
}
.check-phone-price-steps h3::before {
  counter-increment: section;
  content: counter(section);
}
/*#endregion priceSteps*/

/*#region reset*/

.inner-cont select:hover,
.outer-content select:hover,
.inner-cont select,
.outer-content select {
  font-size: 15px !important;
  -webkit-border-radius: 5px !important;
  -khtml-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
  -ie-border-radius: 5px !important;
  -o-border-radius: 5px !important;
  -ms-border-radius: 5px !important;
  border-radius: 5px !important;
  color: #383838 !important;
  height: 35px !important;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ie-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: all 0.2s ease-in-out !important;
  -khtml-transition: all 0.2s ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -ie-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;
  margin-bottom: 10px !important;
  display: block !important;
  width: 100% !important;
  padding: 5px 12px !important;
  line-height: 1.42857143 !important;
  color: #555555 !important;
  background-color: white !important;
  background-image: none !important;
  border: 1px solid #cccccc !important;
  font-family: tscreen-medium;
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
}
.btn-magen {
  height: 35px;
  line-height: 22px !important;
}
.inner-cont h1 {
  font-size: 22px;
}
.inner-cont h2 {
  font-size: 19px;
  text-align: left;
}
.inner-cont h3 {
  margin-top: 25px;
}
.onlineDoc span {
  font-size: 12px;
}
/*#endregion button*/

/*#region thomeProductsBlocks*/

#phone-list .eyecatcher {
  position: absolute;
  max-width: 75px;
  right: 0px;
  top: -5px;
}
@media (max-width: 767px) {
  #phone-list .detailsTable {
    display: table;
    margin: 0 auto;
    width: auto;
  }
}
#phone-list .thomeProductsBlocks .detailsButton:before {
  clear: both;
  content: '';
  display: table;
}
#phone-list .thomeProductsBlocks .detailsTable {
  display: block;
}
#phone-list .thomeProductsBlocks .detailsTable > div.phoneImgHolder {
  width: 100%;
  overflow: visible;
  position: relative;
  height: 175px;
}
#phone-list .thomeProductsBlocks .detailsTable > div.phoneImgHolder .phone-img {
  max-height: 100%;
}
#phone-list .thomeProductsBlocks .detailsTable > div.phoneImgHolder .eyecatcher {
  position: absolute;
  max-width: 65px;
  right: 20%;
}
#phone-list .thomeProductsBlocks .detailsTable > div.phoneDetailsHolder {
  width: 100%;
  padding-left: 5px;
}
#phone-list .thomeProductsBlocks .detailsTable > div.phoneDetailsHolder .priceTable {
  display: block;
  margin: -15px 0 15px;
  width: auto;
  float: right;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
#phone-list .thomeProductsBlocks .detailsTable > div.phoneDetailsHolder .priceTable:after {
  clear: both;
  content: '';
  display: table;
}
#phone-list .thomeProductsBlocks .detailsTable > div {
  display: block;
  vertical-align: top;
}
@media (max-width: 767px) {
  #phone-list .thomeProductsBlocks .detailsTable {
    display: table;
    margin: 0 auto;
    width: auto;
  }
}
/*#endregion thomeProductsBlocks*/

/*#region alert warning*/

.alert.alert-warning {
  border-color: transparent;
}
.alert.alert-warning h3 {
  text-transform: uppercase;
  color: #383838;
  margin-top: 10px;
}
/*#endregion alert warning*/

/*#region Webshop Modal */

.webshop-modal button.close span {
  font-size: 36px;
  color: #333333;
}
.webshop-modal button.close {
  opacity: 1;
  position: absolute;
  right: 7px;
  top: 25px;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
}
.webshop-modal button.close:active,
.webshop-modal button.close:focus,
.webshop-modal button.close:active:focus {
  outline: none;
}
.webshop-modal button.close:hover span {
  color: #e20074;
}
.webshop-modal {
  text-align: center;
}
.webshop-modal .invalid-input {
  border-color: #b30000;
  background: #fdf2f2;
}
.webshop-modal .modal-header {
  position: relative;
  padding: 0;
  border-bottom: 0px solid #e5e5e5;
  min-height: 40px;
}
.webshop-modal .modal-header .modal-title {
  padding: 0 20px;
}
.webshop-modal .modal-footer {
  text-align: center;
  border-top: 0;
}
.webshop-modal .modal-footer .btn {
  display: inline-block;
  text-align: center;
  min-width: auto;
  text-shadow: none;
  padding-top: 0;
  height: 35px;
  line-height: 22px !important;
  padding: 5px 20px !important;
}
.webshop-modal .modal-body {
  padding: 10px 25px;
}
.webshop-modal .modal-body ol {
  padding-left: 20px;
}
.webshop-modal .modal-body ol li {
  margin-bottom: 10px;
}
/*#endregion Webshop Modal */

#miniShoppingCart:not(.ng-scope) {
  display: none;
}
#intro-text h1 {
  padding-bottom: 0px;
}
#intro-text .order-number {
  font-family: 'tscreen-medium';
  margin-bottom: 0px;
}
.loading img {
  width: auto;
  height: auto;
}
.newValue.disclaimerCustom .one-t-dicklaimer.customTooltip {
  /*top: -50% !important;*/
  right: 20px !important;
}
.newValue.disclaimerCustom .one-t-dicklaimer.customTooltip:hover .one-t-dicklaimer-message {
  left: -70px;
  right: auto;
}
@media (max-width: 767px) {
  .customTooltip {
    top: 20px !important;
    right: 20px !important;
  }
}
