/** Beden **/
body {
  font-family: "Poppins", serif;
}

.Beden label img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-webkit-radius: 50%;
    zoom: 1;
    /* margin-right: 8px; */
    padding: 0;
    overflow: hidden;
}

.Beden label {}

.Beden label span {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
}

.Beden label>input {
    /* HIDE RADIO */
    visibility: hidden;
    /* Makes input not-clickable */
    position: absolute;
    /* Remove input from document flow */
}

.Beden label>input+span {
    /* IMAGE STYLES */
    cursor: pointer;
    background: #f5f5f5;
    background-color: transparent;
    border: 1px solid #b6b6b6;
    border-radius: 50%;
    color: #8d8d8d;
    display: block;
    float: left;
    font-size: 12px;
    height: 31px;
    line-height: 29px;
    margin-right: 11px;
    margin-top: 5px;
    text-transform: uppercase;
    width: 31px;
    transition: all 0.3s ease 0s;
}

.Beden label>input:checked+span {
    /* (RADIO CHECKED) IMAGE STYLES */
    border: 2px solid #fa4251;
    background-color: #fa4251;
    color: #ffffff;
}

.favorilere-ekle.aktif i {
    color: #ff0000;
}

.unselected {
    background: red;
    color: #ffffff;
    padding: 4px 6px;
    font-weight: bold;
}

.odeme-tipleri .kutu {
    text-align: center;
    width: 100%;
    border: 1px solid #f5f5f5;
    padding: 30px;
}

.odeme-tipleri .kutu span {
    display: block;
    cursor: pointer;
}

.odeme-tipleri img {
    width: 60px;
}

.odeme-tipleri label {
    vertical-align: middle;
}

.odeme-tipleri label>input {
    /* HIDE RADIO */
    visibility: hidden;
    /* Makes input not-clickable */
    position: absolute;
    /* Remove input from document flow */
}

.odeme-tipleri label>input+img {
    /* IMAGE STYLES */
    cursor: pointer;
    border: 2px solid transparent;
}

.odeme-tipleri label>i {
    /* (RADIO CHECKED) IMAGE STYLES */
    font-size: 48px;
}

.odeme-tipleri label>input:checked+img {
    /* (RADIO CHECKED) IMAGE STYLES */
    color: #fa4251;
}

.odeme-tipleri label>input:checked+img+span {
    background: #fa4251;
    color: #ffffff;
}

.checkout-form-list.has-error input[type=text],
.checkout-form-list.has-error input[type=password],
.checkout-form-list.has-error input[type=email],
.has-error textarea {
    border: 1px solid #fa4251
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


/* Loading animation container */

.loading {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    z-index: 100;
    background-color: white;
}


/* Spinning circle (inner circle) */

.loading .maskedCircle {
    width: 20px;
    height: 20px;
    border-radius: 12px;
    border: 3px solid black;
}


/* Spinning circle mask */

.loading .mask {
    width: 12px;
    height: 12px;
    overflow: hidden;
}


/* Spinner */

.loading .spinner {
    position: absolute;
    left: 50%;
    top: 22px;
    width: 26px;
    height: 26px;
    animation: spin 1s infinite linear;
}

.icerikyukle {
    clear: both;
}

#taksitformu {
    width: 100%;
    background-color: #fff;
    margin: 0 0 20px;
    border-collapse: separate;
    border: 2px solid #e2e7e9
}

#taksitformu thead {
    background-color: #464646;
    color: #fff
}

#taksitformu thead th {
    line-height: 38px;
    text-align: left;
    padding: 0 10px;
    border-top: none;
    border-left: none
}

#taksitformu thead th:first-child {
    padding-left: 40px;
    text-align: left
}

#taksitformu tbody tr td:first-child {
    border-left: none
}

#taksitformu tbody tr td:last-child {
    border-right: none
}

#taksitformu tbody tr td {
    border-left: 1px solid #e2e7e9;
    border-top: 1px solid #e2e7e9;
    padding: 0 10px
}

#taksitformu tbody tr {
    line-height: 48px
}

#taksitformu tbody tr.active {
    background-color: #edf1f2;
    color: #464646
}

#taksitformu tbody tr:hover {
    cursor: pointer
}

.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px
}

.control input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.control_indicator {
    position: absolute;
    top: 15px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #e6e6e6;
    border: 0 solid #000
}

.control-radio .control_indicator {
    border-radius: 50%
}

.control:hover input~.control_indicator,
.control input:focus~.control_indicator {
    background: #ccc
}

.control input:checked~.control_indicator {
    background: #464646
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: #0e6647d
}

.control input:disabled~.control_indicator {
    background: #e6e6e6;
    opacity: .6;
    pointer-events: none
}

.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none
}

.control input:checked~.control_indicator:after {
    display: block
}

.control-radio .control_indicator:after {
    left: 7px;
    top: 7px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff
}

.control-radio input:disabled~.control_indicator:after {
    background: #7b7b7b
}

.banka-resim {
    float: left;
    padding-right: 15px;
}

.banka-resim img {
    width: 70px;
}

.banka-bilgiler {
    float: left;
    margin-top: 13px;
}

#search-form {
    /* position: absolute; */
    /* bottom: 0; */
    /* left: 0; */
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.language-menu {
    position: relative;
}

#search-form {
    /* display: none; */
}

.search-area {
    display: inline-block;
    margin-left: 30px;
    padding-top: 41px;
    position: relative;
    float: right;
    padding-right: 25px;
}

.search-input {
    /* width: 233px; */
    /* height: 40px; */
    /* border: none; */
}

.search-input:focus {
    /* border: none; */
}

.search-close {
    position: absolute;
    font-size: 25px;
    right: 0;
    top: 5px;
}

.homezero .row {
    margin: 0;
}

.menu ul li ul {
    //position: absolute;
    /* right: 16px; */
    left: a;
    left: 180px;
    top: 0;
}

.no-padding,
.slide-area-scale,
.homezero [class^="col-"] {
    padding: initial;
    margin: initial;
}

.mainslide:hover>div {
    transform: scale(1.075);
}

.mainslide>div {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.pr2 {
    padding-right: 2px !important;
}

.pb2 {
    padding-bottom: 2px !important;
}

.pt2 {
    padding-top: 2px !important;
}

.ayirac {
    padding: 1px 0;
    display: block;
}

@media (max-width: 480px) {
    header {
        height: 133px;
    }

    .header-area.style-6,
    .header-area.style-6.stick {
        height: 133px;
    }

    .breadcrumb-area {
        background-position: center;
        background-size: contain;
        padding: 100px;
    }

    .search-mobile {
        padding-top: 20px;
    }

    .mean-container .mean-nav {
        position: absolute;
    }

    .pr2 {
        padding-right: 0px !important;
    }

    .pb2 {
        padding-bottom: 0px !important;
    }

    .pt2 {
        padding-top: 0px !important;
    }

    .ayirac {
        padding: 0;
        display: block;
    }
}

.owl-dots.disabled {
    display: None;
}

#exampleModal button.close {
    border: 1px solid #ddd;
    height: 30px;
    line-height: 30px;
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    transition: all 0.3s ease 0s;
    width: 30px;
    z-index: 99999999;
}