#subscription_filters {
    width: 100%;
    margin: 20px auto;
    text-align: center;
}
#subscription_profile {
    width: 100%;
    margin: 5px auto 0 auto;
    text-align: center;    
}
#subscription_profile .btn input {
    display: none;
}
#subscription_profile .btn,
#subscription_profile .btn:hover,
#subscription_profile .btn:focus,
#subscription_profile .btn.active,
#subscription_profile .btn.focus,
#subscription_profile .btn.hover {
    width: 150px;
    height: 150px;
    background-color: #ccc !important;
    border: 0px solid #999 !important;
    border-radius: 10px !important;
    outline: none !important;
    cursor: pointer;
    box-shadow: none !important;
    background-size: 105%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    opacity: 0.9 !important;
}
#subscription_profile .btn:hover {
    opacity: 1 !important;
}
#subscription_profile .btn:nth-child(1) {
    background-image: url(../img/reg-lessor.png);
    margin-right: 5px;
}
#subscription_profile .btn:nth-child(2) {
    background-image: url(../img/reg-landlord.png);
    margin-left: 5px;
}
#subscription_profile .btn.active {
    color: #fff !important;
    background-color: #1ab394 !important;
}
#subscription_accounting {
    width: 100%;
    margin: 10px auto 0 auto;
    text-align: center;
}
#subscription_range {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#subscription_range .house {
  width: 30px;
}
#subscription_range .houses {
  width: 40px;
}
#subscription_range .minus,
#subscription_range .plus {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    color: #fff;
    background-color: #ddd;
    border: 0px;
    border-radius: 10px;
    cursor: pointer;
}
#subscription_range .minus:hover,
#subscription_range .plus:hover {
    background-color: #ccc;
}
#subscription_range .slider {
    display: inline-block;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 220px;
    height: 10px;
    border-radius: 5px;
    background: #eee;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}
#subscription_range .slider:hover {
    opacity: 1;
}
#subscription_range .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #1ab394;
    cursor: pointer;
}
#subscription_range .slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #1ab394;
    cursor: pointer;
}
#subscription_range .labs {
    display: block;
    margin: 20px auto;
}
#subscription_range .val {
    margin: 0px auto;
    width: 150px;
    border-radius: 5px;
    text-align: center;
}
#subscription_benefit input {
    margin: 0 auto;
    width: 300px;
    text-align: center;
}
#subscription_discount .labs {
    display: block;
    margin: 20px auto;
}
#subscription_discount label {
    font-size: 13px;
    cursor: pointer;
}
#subscription_discount input[type=text] {
    display: none;
    margin: 0 auto;
    width: 300px;
    text-align: center;
}
#subscription_accounting .profile-accounting {
    position: relative;
    display: inline-block;
    -webkit-appearance: none;
    margin: 10px 0px 0px 10px;
    width: 50px;
    height: 20px;
    border-radius: 5px;
    background: #eee;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    vertical-align: bottom;
    cursor: pointer;
}
#subscription_accounting .profile-accounting:hover {
    opacity: 1;
}
#subscription_accounting .profile-accounting::before {
    content: 'tak';
    position: absolute;
    top: 1px;
    right: 5px;
    color: #fff;
    font-size: 12px;
}
#subscription_accounting .profile-accounting::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 28px;
    height: 20px;
    border-radius: 5px;
    background: #1ab394;
    cursor: pointer;
}
#subscription_accounting .profile-accounting::-moz-range-thumb {
    background: #1ab394;
}
#subscription_accounting .profile-accounting.none::-webkit-slider-thumb {
    background: #999;
}
#subscription_accounting .profile-accounting.none::-moz-range-thumb {
    width: 28px;
    height: 20px;
    border-radius: 5px;
    background: #999;
    cursor: pointer;
}
#subscription_accounting .profile-accounting.none::before {
    content: 'nie';
    position: absolute;
    top: 1px;
    left: 5px;
    color: #fff;
    font-size: 12px;
}
#subscriptions_list .product-discount,
#services_list .product-discount {
    position: absolute;
    z-index: 2;
    top: -20px;
    right: -50px;
    padding: 40px 50px 5px 50px;
    font-size: 16px;
    font-weight: bold;
    background-color: #c00;
    color: #fff;
    transform: rotate(45deg);
}

.sub-disabled {
    opacity: 0.4;
    cursor: no-drop;
}
.sub-disabled .product-box:hover {
    border: 1px solid #f3f3f4;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.sub-disabled .sub-buy {
    visibility: hidden;
}
.product-box {
  padding: 0;
  border: 1px solid #e7eaec;
  overflow: hidden;
  position: relative;
}
.product-box:hover,
.product-box.active {
  border: 1px solid transparent;
  -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
  -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
  box-shadow: 0 3px 7px 0 #a8a8a8;
}
.product-imitation {
  text-align: center;
  padding: 90px 0;
  background-color: #f8f8f9;
  color: #bebec3;
  font-weight: 600;
}
/* .cart-product-imitation {
  text-align: center;
  padding-top: 30px;
  height: 80px;
  width: 80px;
  background-color: #f8f8f9;
} */
/* .product-imitation.xl {
  padding: 120px 0;
} */
.product-desc {
  padding: 15px 10px 10px 15px;
  position: relative;
}
.product-name {
  font-size: 14px;
  font-weight: 600;
  color: #676a6c;
  display: block;
  margin: 2px 0 5px 0;
}
.product-name:hover,
.product-name:focus {
  color: #1ab394;
}
.product-price {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #1ab394;
  padding: 5px 10px;
  position: absolute;
  bottom: 0;
  right: 0;
}
/* .product-detail .ibox-content {
  padding: 30px 30px 50px 30px;
} */
