.inmodul {
    width: 100%;
}

#preloader {
    display: none;
}

.member-section-wrapper, .urun-main-kabin {
    width: 100%;
}

.product-action-quanity {
    display: flex;
}

.product-action-quanity input {
    outline: none;
    padding: .65rem .5rem;
}

.product-action-quanity input[type=text] {
    width: 40px;
    text-align: center;
}

.product-action-quanity input[type=button] {
    background: none;
    border: 1px solid #d4d4d4;
    width: 30px;
    cursor: pointer;
}

.social-net li {
    display: inline-block;
}

.social-net li a {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dedede;
    text-decoration: none;
    font-size: 20px;
    transition: .3s ease-in-out;

}

.social-net li a:hover {
    transition: .3s ease-in-out;
    background: #dedede;

}

.form-title {
    margin-bottom: 10px;
}

textarea.form-control {
    width: 100%;
    min-height: 100px;
    max-width: 100%;
    min-width: 100%;
}

button {
    outline: none !important;
}




.sticky-header.fixed .stk-none{
    display: none;
}

.btn-danger, .btn-success, .btn-info {
    color: #fff !important;
    padding: 1rem;
}
.basket-content {
    border: 1px solid #e9e9e9;
    padding: 20px;
}

.basket-content .sumary {
    padding-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}


.list-group-item {
    text-align: center !important;
}
.register-image {
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
    font-size: 14px;
}

.register-box {
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 0 35px rgba(175, 72, 104, 0.4);
}

.gender-box label {
    width: 100%;
    background-color: #fff;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 3rem;
    padding: .75rem 1rem;
    color: #454545;
    border:1px solid #cbcbcb;
}

.gender-box label input {
    margin-right: 10px;
}
.swiper-container {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}