.mg-header .icon-menu::before,
header .icon-menu::before {
    display: none;
}

.zepet a {
    position: relative;
}

.zepet a span {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #000;
    color: #fff;
    text-align: center;
    right: 5px;
    border-radius: 50%;
    top: 10px;
    z-index: 999;
    font-size: 12px;
}

.tercih {
    cursor: pointer;
}

.payment-order ul.tabs li label {
    cursor: pointer;
    font: 600 18px/20px "Poppins";
    color: #000;
}

.payment-order ul.tabs li {
    padding-left: 0;
}

.sepet-success {
    position: fixed;
    z-index: 9999999;
    top: 10px;
    right: 10px;
    background-color: #fff;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    padding: 30px 30px 20px 30px;
    color: #222;
    width: 300px;
    height: auto;
    border-radius: 10px;
    font-size: 16px;
    display: none;
}

.sepet-success a {
    display: block;
    background-color: #222;
    border: 2px solid transparent;
    padding: 10px 15px;
    color: #fff;
    border-radius: 7px;
    margin: 10px 0;
    transition: 300ms all;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -ms-transition: 300ms all;
}

.sepet-success a:hover {
    text-decoration: none;
    border-color: #222;
    background-color: transparent;
    color: #222;
}

.butonlar {
    margin-top: 20px;
    display: block !important;
}

.butonlar a {
    display: inline-block !important;
    font-family: 'Abril Fatface';
    font-weight: 400;
    font-size: 17px;
    padding: 13px 30px;
    background: black;
    color: #fff;
    transition: all .3s ease;
    border: 1px solid black;
    width: 40%;
    margin: 0 15px;
}

.butonlar a:hover {
    background-position: 100%;
    background-color: #fff;
    color: black;
    text-decoration: none;
}

.butonlar a:focus {
    text-decoration: none;
}

.siparis-bilgileri p {
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 15px;
    font-size: 15px;
}

.takib {
    background-color: #fff;
    color: #222;
    border: 2px solid transparent;
    padding: 5px 15px;
    border-radius: 6px;
    transition: 300ms all;
    -webkit-transition: 300ms all;
    -moz-transition: 300ms all;
    -ms-transition: 300ms all;
}

.takib:hover {
    background-color: #ac4848 !important;
    border-color: #fff;
    color: #fff;
    text-decoration: none;
}

.yg-header .logo-normal {
    display: none !important;
}

.yg-header .logo-fixed {
    display: block !important;
}

.yg-header .takib {
    border-color: #ac4848 !important;
}

.img-link .img-color-1,
.img-link .img-color-2,
.img-link .img-color-3 {
    height: 180px;
}

.img-link {
    padding-top: 0;
    padding-bottom: 50px;
}

.product-collection {
    margin-bottom: 40px;
}

.slider-for .slick-slide {
    margin: 0 !important;
}

.slider-nav .slick-slide {
    margin: 0 !important;
    cursor: pointer;
    padding: 0 5px;
}

.related {
    margin-top: 100px;
}

.who p {
    padding: 0 200px;
}

.magaza-logolar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 20px;
}

.magaza-logolar li {
    margin: 0 10px;
}

.magaza-logolar li a:hover {
    opacity: 0.5;
}

.magaza-logolar li:hover a {
    transform: none !important;
}

@media(max-width: 991px) {
    .slick-slider {
        padding: 0 !important;
        margin: 0 !important;
    }
    .product-content .img-content {
        padding-left: 15px;
        margin-bottom: 40px;
    }
    .product-content .detail .prince {
        margin-right: 0;
    }
    .product-detail {
        margin-top: 50px;
    }
    .related {
        margin-top: 55px;
    }
    .takib {
        position: absolute !important;
        top: 70px;
        right: 0;
        width: 100%;
        border-top: 1px solid #E5E5E5;
        border-bottom: 1px solid #ac4848;
        text-align: center;
        z-index: 999;
        border-radius: 0;
        margin-top: 0 !important;
    }
    .pos-header.mg-header .menu-main li a,
    .pos-header.mg-header nav ul li span,
    .pos-header.mg-header nav ul li,
    .pos-header.mg-header nav ul.navbar-right>li>a,
    .pos-header.mg-header nav #language-figure::before {
        color: #222 !important;
    }
    header .menu-main {
        width: 100% !important;
    }
    .pos-header .logo-normal {
        display: none !important;
    }
    .pos-header .logo-fixed {
        display: block !important;
    }
    .logo {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .logo img {
        width: 80%;
        float: none;
    }
    .logo li {
        padding-left: 0;
    }
    #myNavbar {
        z-index: 99999;
    }
    .who p {
        padding: 0 20px;
        line-clamp: 4;
        -webkit-line-clamp: 4;
        -moz-line-clamp: 4;
        -ms-line-clamp: 4;
    }
    .who h1 {
        display: none !important;
    }
    .who .h2 {
        top: 30px;
        display: block !important;
    }
    .who p {
        top: 100px;
    }
    .butonlar a {
        width: 100%;
        margin: 0 0 20px 0 !important;
    }
    .banner .title-banner {
        top: 50%;
    }
    footer .info-footer {
        padding-top: 0;
    }
    .banner .title-banner h1 {
        font-size: 25px;
        margin: 0 !important;
        padding: 0 !important;
    }
    .order-tracking {
        padding-top: 0;
    }
    .wellcome p {
        padding-right: 0;
    }
    .content {
        padding-top: 0;
    }
    .banner {
        padding-bottom: 0 !important;
        padding-top: 37px !important;
    }
    .banner .title-banner h1 {
        padding-top: 0;
    }
    .img-link {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .img-link h2 {
        font-size: 16px;
    }
    .img-link .img-color-1,
    .img-link .img-color-2,
    .img-link .img-color-3 {
        height: auto;
        padding: 38px 20px 39px 20px;
    }
    .message .message-contact h1 {
        margin: 25px 0 5px 0px;
    }
    .message-contact form div {
        padding: 0 !important;
    }
    .message .message-contact form input {
        width: 100%;
    }
    .message .message-contact form button {
        margin: 25px 0 0 0;
    }
    .kartlandin {
        margin-top: -15px;
    }
    .navbar-toggle {
        margin-top: 20px;
    }
    .sepet-success {
        width: 80%;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }
    .tablokapsa {
        overflow-y: scroll !important;
    }
    .float-right,
    .float-left {
        float: none;
    }
    .cart-box-container .col-md-4 {
        padding: 15px !important;
    }
    .row-total h3 {
        padding-left: 0;
    }
    .container-ver2 .row {
        margin: 0 !important;
    }
    .form-horizontal .col-md-6 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .form-horizontal .col-md-6:nth-child(2n) {
        padding-left: 0;
    }
    .check-out .form-horizontal .form-control {
        margin-bottom: 0 !important;
    }
    .tabs {
        margin: 0;
        padding: 0;
    }
    .back-to-top {
        right: 30px;
    }
    .container-ver2 .row .col-md-4 {
        padding: 0 !important;
    }
    .logo-fixed a {
        display: inline-block;
        position: relative;
        z-index: 999;
    }
}