.min-price[type=text],
.max-price[type=text] {
    padding: 0px 9px;
    display: inline-block;
    width: 45%;
    height: 33px;
    font-size: 13px;
}

.input-i {
    margin: 0px 5px;
}

.price-button {
    margin-top: 7px;
    border-radius: 2px;
    color: #333e48;
    padding: 4px 13px;
    font-size: 14px;
    text-align: center;
    width: 100%;
    height: auto;
    display: inline-block;
    position: relative;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.price-button:hover
{
    opacity: 0.8;
}

.price-content
{
    margin-top: 45px;
    margin-bottom: 45px !important;
}

label.error
{
    color:red;
}

input.error
{
    border: 2px solid red;
}

.product-favorite.active
{
    color:red !important;
}

.rating-input {
    display: inline-block;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 50px;
}

.rating-input label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating-input label:last-child {
    position: static;
}

.rating-input label:nth-child(1) {
    z-index: 5;
}

.rating-input label:nth-child(2) {
    z-index: 4;
}

.rating-input label:nth-child(3) {
    z-index: 3;
}

.rating-input label:nth-child(4) {
    z-index: 2;
}

.rating-input label:nth-child(5) {
    z-index: 1;
}

.rating-input label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.rating-input label .icon {
    transition: all 500ms;
    float: left;
    color: transparent;
    font-size: 42px;
    margin-right: 9px;
}

.rating-input label:last-child .icon {
    color: #919191;
}

.rating-input:not(:hover) label input:checked ~ .icon,
.rating-input:hover label:hover input ~ .icon {
    color: #f28b00;
}

.rating-input label input:focus:not(:checked) ~ .icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #09f;
}

.order-input input
{
    height: 34px;
    border: 1px solid #ccc;
    text-align: center;
}

.order-input .btn
{
    color: #333333d6;
}

.order-input
{
    width: 65%;
}

.form-control[readonly]
{
    background-color: #fff;
    cursor: pointer;
}


.adet-td input
{
  width: 45px !important;
}

.sepetten-sil
{
    cursor: pointer;
}


.free-cargo-str
{
    margin-top: 15px;
    background: #fdfdfd;
    border: 1px solid #ccc;
    border: solid 3px rgba(35, 35, 35, 0.1);
    padding: 5px 13px !important;
    font-size: 13px !important;
    color: #333;
    border-radius: 4px;
}





/**
 * adres kısmı
 */

 .address-box
 {
    margin-top: 50px;
}

.adress-content {
    color: #434343;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.adress-header {
    font-size: 20px;
    border-bottom: 1px solid #ddd;
}

.adress-list>ul {
    padding-left: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.adress-list>ul>li {
    transition: all 300ms;
    cursor: pointer;
    list-style: none;
    padding: 35px 30px;
    border-bottom: 1px solid #ddd;
}

.adress-list ul li label {
    cursor: pointer;
    font-weight: normal;
    font-size: 13px;
    line-height: unset;
    margin-bottom: 0px;
    display: block;
}

.adress-name {
    width: 25%;
    margin-top: 20px;
    text-align: center;
    padding-right: 25px;
}

.adress-list>ul>li:last-child {
    border-bottom: 0px;
}

.adress-name,
.adress {
    float: left;
}

.adress-list ul li.active {
    background: #fff;
    position: relative;
}



.adress-btn .btn-2 {
    margin-right: 0px;
}



.adress-title {
    font-size: 17px;
}



.adress-header div {
    display: inline-block;
    padding: 9px 20px;
}

.new-adress-button {
    cursor: pointer;
    float: right;
    font-size: 15px;
    background: #f92400;
    color: #fff;
    font-weight: 600;
    line-height: 29px;
}

.new-adress-button:hover
{
    opacity: 0.7;
    transition: all 300ms;
}

.adress-textarea {
    min-height: 0 !important;

    height: 95px;
}

.adress-change {
    text-decoration: underline;
}

.adress-content {
    margin-bottom: 45px;
}


.adress-span {
    display: block;
}

.adress {
    width: 75%
}

.adress-radio .checkmark
{
    top: 0px;
    left: 62px;
}

.adress-n
{
    top: 24px;
    position: relative;
}

.btn-cart-totals .fa-spinner
{
    font-size: 19px;
}

.adres-p
{
    font-size: 14px;
    margin-bottom: 0;
    border-top: 1px solid #cccccc78;
    padding-top: 12px;
}

.adress-content select.error, .adress-content textarea.error
{
    border: 2px solid #f92400 !important;
}

.adress-btn
{
    text-align: right;
    margin-top: 22px;
}


/* The container */
.container-radio {
    margin-right: 20px;
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
    border: 1px solid #cccccc5c;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark {
    background-color: #eeeeee;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark {
    background-color: #eeeeee;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark:after {
    top: 6px;
    left: 6.6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #292b2cb5;
}

.order-next-content
{
    margin-top: 25px;
}

.havale-information ul li
{
    list-style: none;
}

.havale-information
{
    padding: 17px 20px;
    background: #eeeeee0f;
    border: 1px solid #ccc;
    border-radius: 2px;
}


.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #3ac47d;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #2e9d64;
}

.badge-info {
  color: #fff;
  background-color: #16aaff;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #0090e2;
}

.badge-warning {
  color: #212529;
  background-color: #f7b924;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #e0a008;
}

.badge-danger {
  color: #fff;
  background-color: #d92550;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #ad1e40;
}

.badge-light {
  color: #212529;
  background-color: #eeeeee;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #d5d5d5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}


#teknik-ozellikler table td
{
    padding: 15px;
}

#teknik-ozellikler table tr td:first-child
{
    width: 120px;
    font-weight: bold;
    color: #484848;
}
#teknik-ozellikler table tr td
{
    padding: 11px 0;
}

#teknik-ozellikler table tr:not(:last-child)
{
    border-bottom: 1px solid #e5e5e5;
}

#teknik-ozellikler table
{
    width: 100%;
}

.discount-price
{
    position: absolute;
    right: 0;
    background: #d4af37;
    z-index: 9;
    color: #fff;
    font-size: 11.5px;
    padding: 4px 5px;
    border-bottom-left-radius: 4px;
}

.no-stok-product span
{
    color:red;
}

.notification-a:hover
{
    cursor: pointer;
    opacity: 0.8;
}

