
.pb-15 {
    padding-bottom: 25px !important;
}

.whatsappbutton img {
    position: relative;
    top: -2px;
}

.carousel-control-prev, .carousel-control-next {
    display: none !important;
}

.whatsappbutton {
    background-color: #49cf50;
    border-radius: 20px;
    padding: 10px 7px;
    FONT-SIZE: 13px;
    font-weight: 600;
    color: #fff;
    border: solid 1px #49cf50;
}
    .whatsappbutton:hover {
        background-color: #fff;
        border-radius: 20px;
        padding: 10px 7px;
        FONT-SIZE: 13px;
        font-weight: 600;
        color: #49cf50;
        border: solid 1px #49cf50;
    }

    .whatsappbutton label {
        cursor:pointer !important;
    }

body {
    font-size: 13px !important;
    line-height: 1.5;
    font-weight: 400;
    font-family: Montserrat color: #262626;
    overflow-x: hidden;
}
.katgorsel {
    width: 100%;
    height: auto !important ; /* istediğin sabit yükseklik, örn: 220px */
    border: 1px solid #ddd; /* isteğe bağlı: çerçeve */
    border-radius: 8px; /* isteğe bağlı köşe yumuşatma */
    background-color: #fff; /* boş alan için beyaz zemin */
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

    .katgorsel img {
        width: 100%;
        height: 100%;
        object-fit: contain; /* resmi kırpmadan sığdırır */
    }


.referans_box {
    width: 100%; /* kutunun genişliği */
    height: 100px; /* kutunun yüksekliği */
    border: 2px solid #f6f6f6; /* kutu etrafına çerçeve */
    border-radius: 8px; /* köşeleri yumuşatmak istersen */
    overflow: hidden; /* taşan kısımları gizle */
    display: flex;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    padding: 10px !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1); /* isteğe bağlı gölge efekti */
}

.referans_Gorsel {
    width: 100%;
    height: 100%;
    margin: 0;
}

    .referans_Gorsel img {
        width: 100%;
        height: 100%;
        object-fit: contain; /* resmi orantılı biçimde kutuya sığdırır */
    }



.primarybutton {
    background-color: #690404;
    border-radius: 20px;
    padding: 10px 18px;
    FONT-SIZE: 13px;
    font-weight: 600;
    color: #fff;
    border: solid 1px #690404;
}
    .primarybutton:hover {
        background-color: #fff;
        border-radius: 20px;
        padding: 10px 18px;
        FONT-SIZE: 13px;
        color: #690404;
        border: solid 1px #690404;
        font-weight: 600;
    }

.urun {
   
    height: 400px;
    background-size: contain;
    background-repeat: no-repeat;
    object-fit: fill;
    background-position: center center;
}

    body i {
        font-size: 15px !important;
        padding-right:5px !important;
    }

.f18 {
    font-size: 18px !important;
}


.banner-cate-name img {
    object-fit: cover;
    transform: scale(0.9); /* Görseli varsayılan durumda küçült */
    transition: transform 0.3s ease; /* Yumuşak geçiş efekti */
}
.banner-cate-name:hover img {
    transform: scale(1); /* Görseli biraz büyüt */
}
.special-category-banner:hover .overlay {
    opacity: 1; /* Overlay görünür olsun */
}


.special-category-banner .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Koyu bir katman */
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none; /* Fareyle etkileşim olmasın */
}


.ust_buton a i {
    padding-right: 10px !important;
}

.buttons a {
    border: none !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.remove_btn i {
    color: red;
}

.shopping-cart-table thead {
    background-color: #f6f6f6 !important;
}


.product-thumbnail {
    /*  background-position:center center !important;
    background-size:cover !important;
    background-repeat:no-repeat !important;
    height:400px!important;*/
}

a {
    transition: 0.2s ease-in-out !important;
    text-decoration: none;
}

    a:hover, a:focus {
        transition: 0.2s ease-in-out !important;
        text-decoration: none;
    }

p {
    margin-bottom: 15px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-weight: 700;
    font-family: Montserrat color: #262626;
}

ul {
    margin: 0;
    padding: 0;
}

    ul li {
        list-style: none;
    }

strong, b {
    font-weight: 700;
}

figure {
    margin: 0;
}

.kategori_baslik {
    position: absolute;
    right: 40px;
    bottom: 20px;
}

img {
    max-width: 100%;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
}

    button:active, button:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }


.bg_ligth_grey {
    background-color: #f0f0f069 !important;
}

/*.single-product-wrap {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    background-color: #fff !important;
    transition: 0.2s ease-in-out !important;
}
    .single-product-wrap:hover {
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        background-color: #fff !important;
        transition: 0.2s ease-in-out !important;
    }*/


.btn {
    border: none;
    -webkit-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
    padding: 8px 13px;
    font-size: 1.3rem;
    text-transform: capitalize;
    border-radius: 0;
}

    .btn:active, .btn:focus {
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    .btn i.fa {
        margin-right: 5px;
    }

    .btn.btn-small {
        padding: 8px 20px;
    }

    .btn.btn-full {
        width: 100%;
    }

    .btn.btn-round {
        border-radius: 50%;
        padding: 0;
        line-height: 40px;
        height: 40px;
        width: 40px;
    }

        .btn.btn-round i.fa {
            padding: 0;
            margin: 0;
        }

    .btn.btn-semi-round {
        border-radius: 100px;
    }

    .btn.btn-brand {
        background-color: #690404;
        color: #fff;
    }

.sidebar-list li a {
    text-align: left !important;
}

.banner-cate-name i {
    text-align: right;
    float: right;
    margin: 0 !important;
    padding-top: 4px;
}

.banner-cate-name .btn btn-black {

    padding:12px !important;
}

.btn.btn-brand:hover {
    background-color: #b03030;
}

.btn.btn-black {
    background-color: #353535;
    color: #ffffff;
    font-weight: 600;
    width: 100%;
    font-size: 13px !important;
    text-align: left;
}

    .btn.btn-black:hover {
        background-color: #690404;
        color: #fff !important;
        font-weight: 600;
        font-size: 14px;
    }

.btn.btn-transparent {
    background-color: transparent;
    border: 1px solid #690404;
    color: #262626;
}

    .btn.btn-transparent:hover {
        background-color: #690404;
        color: #fff;
    }

.pro-qty {
    border: 1px solid #e7e7e7;
    display: inline-block;
    position: relative;
    height: 40px;
    width: 100px;
}

    .pro-qty input {
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: center;
        padding: 0 40px 0 15px;
        outline: none;
        width: 100%;
        border: none;
        height: 100%;
    }

    .pro-qty a {
        color: #000;
        font-weight: normal;
        font-size: 1.4rem;
        position: absolute;
        text-align: center;
        border-left: 1px solid #e7e7e7;
        height: 50%;
        right: 0;
        width: 25px;
        line-height: 33px;
    }

        .pro-qty a:hover {
            color: #690404;
        }

        .pro-qty a.inc {
            top: 0;
            border-bottom: 1px solid #e7e7e7;
        }

        .pro-qty a.dec {
            bottom: 0;
        }

.table-responsive::-webkit-scrollbar-thumb, .list::-webkit-scrollbar-thumb {
    border-radius: 0;
    border: 0;
    background-color: #690404;
}

.table-responsive::-webkit-scrollbar, .list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 15px;
    height: 5px;
    background-color: rgba(210, 91, 91, 0.3);
}

.nice-select {
    border-radius: 0px;
    float: none;
    height: auto;
    text-transform: capitalize;
    line-height: inherit;
    padding: 8px 30px 8px 15px;
    width: 200px;
}

@media only screen and (max-width: 479.98px), only screen and (max-width: 575.98px) {
    .nice-select {
        width: 160px;
    }
}

.nice-select span.current {
    font-weight: 600;
    font-size: 1.3rem;
}

.nice-select .list {
    border-radius: 0px;
    width: 100%;
}

    .nice-select .list .option {
        line-height: 30px;
        min-height: 30px;
    }

.form-check {
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-check-input[type=checkbox], .form-check-input[type=radio] {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin-left: 0;
    margin-top: -2px;
    cursor: pointer;
    min-width: 13px;
    min-height: 13px;
}

    .form-check-input[type=checkbox]:focus, .form-check-input[type=radio]:focus {
        border-color: #dfdfdf;
    }

    .form-check-input[type=checkbox]:checked, .form-check-input[type=radio]:checked {
        border-color: #690404;
        background-color: #690404;
    }

.form-check-input[type=radio] {
    border-radius: 50%;
}

.form-check-label {
    color: #262626;
    font-size: 1.4rem;
    line-height: 1;
    padding-left: 10px;
    cursor: pointer;
}

@media only screen and (max-width: 479.98px) {
    .form-check-label {
        font-size: 1.3rem;
    }



    iframe {
        height: 750px !important;
        width: 100%;
    }

    .odeme-yontemi {
        display: none !important;
    }

    .whats-app {
        position: fixed;
        bottom: 25px;
        left: 30px;
        text-align: left;
        color: white;
        z-index: 99999;
    }

    .phone {
        position: fixed;
        bottom: 90px;
        left: 30px;
        text-align: left;
        color: white;
        z-index: 99999;
    }
}

@media only screen and (min-width: 991px) {
    .container {
        max-width: 1230px;
    }
    .desktop_none {
        display: none !important;
    }

    .mobile_none {
        display: block !important;
    }

    iframe {
        height:400px !important;
        width: 100%;
    }


    .odeme-yontemi {
        display: none !important;
    }

    .telefon {
        position: fixed;
        bottom: 70px;
        left: 30px;
        text-align: left;
        color: white;
        z-index: 99999;
    }

    .whats-app {
        position: fixed;
        bottom: 20px;
        left: 30px;
        text-align: left;
        color: white;
        z-index: 99999;
    }
}

.form-check-label a {
    color: #262626;
    font-weight: 500;
}

    .form-check-label a:hover {
        color: #690404;
    }

fieldset {
    margin-top: 30px;
}

    fieldset legend {
        border-bottom: 1px solid #c5c5c5;
        color: #000;
        font-size: 2.4rem;
        line-height: 1.5;
        padding-bottom: 10px;
        text-transform: capitalize;
    }

.slick-slider {
    margin-bottom: 0;
    -webkit-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
}

    .slick-slider .slick-slide > div > div,
    .slick-slider .slick-slide > div > figure {
    }

    .slick-slider .slick-arrow {
        height: 60px;
        width: 40px;
        padding: 0;
        cursor: pointer;
        background-color: #690404;
        border-radius: 0;
        -webkit-transition: 0.2s 0.2s ease-out;
        transition: 0.2s 0.2s ease-out;
        color: #fff;
        font-size: 1.6rem;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        left: 0;
        z-index: 1;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        pointer-events: none;
    }

        .slick-slider .slick-arrow.slick-next {
            left: auto;
            right: 0;
        }

        .slick-slider .slick-arrow:hover {
            background-color: #690404;
            color: #fff;
        }

        .slick-slider .slick-arrow * {
            margin: 0;
        }

    .slick-slider .slick-dots {
        margin-top: 35px;
        text-align: center;
        line-height: 1;
    }

        .slick-slider .slick-dots li {
            border: 1px solid #D4D4D4;
            background-color: #D4D4D4;
            border-radius: 50%;
            cursor: pointer;
            display: inline-block;
            -webkit-transition: 0.2s 0.2s ease-out;
            transition: 0.2s 0.2s ease-out;
            margin-right: 10px;
            height: 12px;
            width: 12px;
        }

            .slick-slider .slick-dots li:hover, .slick-slider .slick-dots li.slick-active {
                background-color: #262626;
                border-color: #262626;
            }

            .slick-slider .slick-dots li button {
                display: none;
            }

    .slick-slider.slick-vertical .slick-arrow {
        top: 5px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

        .slick-slider.slick-vertical .slick-arrow.slick-prev {
            top: auto;
            bottom: 10px;
        }

    .slick-slider img {
        width: 100%;
    }

    .slick-slider:hover .slick-arrow {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
        pointer-events: visible;
    }

::-moz-selection {
    color: #fff;
    background: #690404;
}

::selection {
    color: #fff;
    background: #690404;
}

#quickViewModal.modal {
    display: block !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none;
    z-index: -99;
}

    #quickViewModal.modal.show {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
        pointer-events: visible;
        z-index: 9999;
        -webkit-animation: slideInDown 0.2s forwards;
        animation: slideInDown 0.2s forwards;
    }

    #quickViewModal.modal .modal-content {
        border: none;
        border-radius: 0;
    }

    #quickViewModal.modal .modal-dialog {
        max-width: 1140px;
    }

        #quickViewModal.modal .modal-dialog .modal-body {
            padding: 0 30px 0 0;
        }

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
    #quickViewModal.modal .modal-dialog .modal-body {
        padding: 15px;
    }
}

#quickViewModal.modal .modal-dialog .close {
    background-color: #262626;
    color: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    height: 60px;
    width: 60px;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 99;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    #quickViewModal.modal .modal-dialog .close {
        left: auto;
        right: 0;
        top: 0;
        height: 40px;
        width: 40px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    #quickViewModal.modal .modal-dialog .close {
        top: auto;
        bottom: 100%;
    }
}

/*.container-fluid {
    padding: 0 80px;
}*/

    @media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
        .container-fluid {
            padding: 0 15px;
        }
    }

    .veeraModal.mfp-wrap .mfp-container {
    padding: 0;
}

    .veeraModal.mfp-wrap .mfp-container .mfp-content {
        padding: 0;
        width: auto;
    }

.veeraModal .mfp-close {
    font-size: 32px;
    line-height: 1;
    color: #ffffff;
    position: absolute;
    top: 5px;
    right: 5px;
}

    .veeraModal .mfp-close:hover {
        color: #690404;
       
    }
.contact-info {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

/* Mobilde sadece telefon ve adres görünsün ve yan yana olsun */
@media (max-width: 767px) {
    .contact-info {
        justify-content: center;
    }

        .contact-info .email {
            display: none; /* E-posta mobilde gizlendi */
        }

        .contact-info .phone,
        .contact-info .address {
            display: inline-flex;
            align-items: center;
            font-size: 16px;
            gap: 5px;
        }
}

@media only screen and (max-width: 767.98px) {
    .veeraModal .mfp-close {
        top: 5px;
        right: -34px;
        font-size: 32px;
    }


}

.page-padding {
    padding: 90px 0;
}

.section-title-wrap {
    font-size: 1.3rem;
    line-height: 1.5;
    color: #8d8d8d;
    margin-bottom: 30px;
    text-align:center;
}

@media only screen and (max-width: 767.98px) {
    .section-title-wrap {
        margin-bottom: 30px;
    }
}

.sidebar-body {
}

.blog-post-content p {
    font-size: 14px;
    font-weight: 400 !important;
    color:#111
}

.blog-post-content h2 {
    font-size: 14px;
    font-weight: 600 !important;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section-title-wrap {
        margin-bottom: 40px;
    }
}

.section-title-wrap h2 {
    font-size: 23px;
    line-height: 1;
    text-transform: capitalize;
    font-weight: 900;
    margin-top: 20px;
    margin-bottom: 0px;
    position: relative;
    padding-bottom: 32px;
    color: #690404;
    font-family: poppins, sans-serif;
}

.section-title-wrap p {
    font-size: 15px !important;
}

@media only screen and (max-width: 767.98px) {
    .section-title-wrap h2 {
        font-size: 15px;
        padding-bottom: 15px;
    }
}
.header-five .logo-area img {
    width: 100% !important;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section-title-wrap h2 {
        padding-bottom: 20px;
    }
}

.text-right {
    text-align: right !important;
}

.tumu {
    color: #5a5a5a;
    font-size: 12px;
}

/*.kategori h1:before {
    background-color: #F44336;
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 9%;
    bottom: 10px;
    height: 2px;
    width: 15%;
}*/


.kategori h1 {
    font-weight: 600 !important;
    color: #690404 !important;
    font-size:25px !important;
}

.section-title-wrap h2:before {
    background-color: #F44336;
    content: "";
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 10px;
    height: 2px;
    width: 15%;
}

.section-title-wrap p {
    margin-bottom: 0;
}

.section-title-wrap.style-two {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 68px;
}

@media only screen and (max-width: 767.98px) {
    .section-title-wrap.style-two {
        margin-bottom: 28px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .section-title-wrap.style-two {
        margin-bottom: 38px;
    }
}

.section-title-wrap.style-two h2 {
    font-family: "Playfair Display", serif;
    font-size: 4.8rem;
    padding-bottom: 17px;
}

@media only screen and (max-width: 575.98px) {
    .section-title-wrap.style-two h2 {
        font-size: 3.5rem;
    }
}

.section-title-wrap.style-two h2:before {
    display: none;
}

.section-title-wrap.style-three h2 {
    font-family: Montserrat font-size: 22px;
    padding-bottom: 30px;
}

.tooltip .tooltip-inner {
    font-size: 1.3rem;
    line-height: 1;
    text-shadow: none;
    padding: 8px 15px 10px;
    border-radius: 0;
}

.page-pagination ul {
    line-height: 1;
}

    .page-pagination ul li {
        margin: 0 5px;
    }

        .page-pagination ul li a {
            border: 1px solid transparent;
            border-radius: 50%;
            color: #848484;
            font-size: 1.2rem;
            text-align: center;
            display: block;
            line-height: 40px;
            height: 40px;
            width: 40px;
        }

            .page-pagination ul li a [class*=dl-icon] {
                vertical-align: middle;
            }

            .page-pagination ul li a.active {
                border-color: #e7e7e7;
                color: #000;
            }

.no-margin {
    margin-top: 0 !important;
}

    .no-margin [class*=col-] > div {
        margin: 0 !important;
    }

.video-popup .mfp-close {
    background-color: #262626;
    color: #fff !important;
    text-align: center;
    padding: 0;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    top: 0;
    left: 100%;
    right: auto;
    line-height: 60px;
    height: 60px;
    width: 60px;
    -webkit-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
    z-index: 1;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .video-popup .mfp-close {
        bottom: 100%;
        left: auto;
        right: 0;
        top: auto;
        line-height: 40px;
        height: 40px;
        width: 40px;
    }
}

.row:not(.g-0) {
    margin-left: -15px;
    margin-right: -15px;
}

    .row:not(.g-0) > * {
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }

@media only screen and (min-width: 991px) {
    .container {
        max-width: 1280px;
    }

    .header-five .logo-area img {
        width: 100px !important;
    }
}
/*===========================
Start Header Area
==============================*/
.header-content-wrapper {
    padding: 30px 0;
    position: relative;
}

    .header-content-wrapper .header-left-area, .header-content-wrapper .header-right-area {
        -webkit-box-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%;
    }

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header-content-wrapper .header-left-area, .header-content-wrapper .header-right-area {
        width: 50%;
        -webkit-box-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.header-content-wrapper .header-mainmenu-area {
    -webkit-box-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    width: 60%;
}

.header-content-wrapper button {
    background-color: transparent;
    cursor: pointer;
    line-height: 1;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
}

    .header-content-wrapper button.menu-icon-bar {
        font-size: 2.6rem;
        margin-left: 30px;
    }

@media only screen and (max-width: 767.98px) {
    .header-content-wrapper button.menu-icon-bar {
        margin-left: 15px;
    }
}

.header-content-wrapper button.menu-icon-bar:hover {
    color: #690404;
}

.header-content-wrapper .menu-icon-wrap {
    height: 26px;
}

@media only screen and (max-width: 767.98px) {
    .logo-area {
        max-width: 100%;
    }
    .fa-bars:before, .fa-navicon:before, .fa-reorder:before {
        content: "\f0c9";
        font-size: 20px !important ;
    }
    .mobile_none {
        display:none !important;
    }

    .menu-icon-wrap {
        display: block !important;
        /* width: 84%; */
        padding-left: 5px;
        padding-top: 5px;
        position: absolute;
        right: 10px;
        padding-top: 15px;
        font-size: 19px;
    }
    .menu-icon-bar {
        color: #111;
        font-size: 20px;
        font-weight: bold;
    }
}

.header-right-area button {
    font-size: 1.6rem;
    line-height: 1;
}

    .header-right-area button:hover {
        color: #690404;
    }

.header-right-area .user-area {
    margin: 0 25px;
}

    .header-right-area .user-area li .dropdown-nav {
        width: 200px;
        padding: 30px;
        margin-top: 30px;
        left: auto;
        right: -15px;
    }

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .header-right-area .user-area li .dropdown-nav {
        padding: 15px;
        width: 150px;
    }
}

.header-right-area .user-area li .dropdown-nav:after {
    content: "";
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: 100%;
}

.header-right-area .user-area li .dropdown-nav li {
    margin-bottom: 20px;
}

    .header-right-area .user-area li .dropdown-nav li:last-child {
        margin-bottom: 0;
    }

    .header-right-area .user-area li .dropdown-nav li a {
        color: #8d8d8d;
        font-size: 1.1rem;
        line-height: 1;
        text-transform: uppercase;
    }

        .header-right-area .user-area li .dropdown-nav li a:hover {
            color: #690404;
        }

.header-right-area .user-area li.dropdown-show:hover button {
    color: #690404;
}

.header-right-area .mini-cart-icon {
    position: relative;
}

    .header-right-area .mini-cart-icon .cart-count {
        background-color: #262626;
        color: #fff;
        border-radius: 50%;
        font-size: 1rem;
        line-height: 15px;
        display: block;
        position: absolute;
        top: -15px;
        left: 2px;
        height: 15px;
        width: 15px;
    }

.sticky-header {
    -webkit-transition: 0.5s 0.2s ease-out;
    transition: 0.5s 0.2s ease-out;
}

    .sticky-header.fixedHeader {
        background-color: #690404 !important;
        -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
        -webkit-transition: 0.5s 0.2s ease-out;
        transition: 0.5s 0.2s ease-out;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 992;
        -webkit-animation: slideInDown 0.7s both;
        animation: slideInDown 0.7s both;
    }




        .sticky-header.fixedHeader .mainmenu > li > a {
            color: #fff !important;
        }

            .sticky-header.fixedHeader .mainmenu > li > a:hover {
                color: #dfdfdf !important;
            }


.preheader-area-wrapper {
    font-size: 13px;
    line-height: 10px;
    padding: 24px 0;
}

    .preheader-area-wrapper a {
        color: #262626;
    }

        .preheader-area-wrapper a:hover {
            color: #690404;
        }

        .preheader-area-wrapper a i.fa {
            font-size: 1.6rem;
            vertical-align: middle;
            margin-right: 0px;
        }

.preheader-left-area a {
    margin-right: 20px;
}

@media only screen and (max-width: 479.98px) {
    .preheader-left-area a {
        display: block;
        text-align: center;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.preheader-left-area a:last-child {
    margin: 0;
}

.preheader-middle-area {
    color: #690404;
}

.preheader-right-area button {
    position: relative;
    margin-left: 20px;
}

    .preheader-right-area button:hover, .preheader-right-area button:focus {
        color: #690404;
        border: none;
    }

    .preheader-right-area button:before {
        font-family: "FontAwesome";
        font-size: 1.6rem;
        line-height: 1;
        margin-right: 5px;
        vertical-align: middle;
        display: inline-block;
        float: left;
    }

    .preheader-right-area button.language-switch-btn:before {
        content: "\f0ac";
    }

    .preheader-right-area button.currency-switch-btn:before {
        content: "\f155";
    }

    .preheader-right-area button.myaccount-switch-btn:before {
        content: "\f2c0";
    }

.preheader-right-area .switcher .dropdown-nav {
    width: 100%;
    text-align: center;
    padding: 20px 10px;
    margin-top: 15px;
}

    .preheader-right-area .switcher .dropdown-nav:before {
        content: "";
        position: absolute;
        bottom: 100%;
        left: 0;
        height: 15px;
        width: 100%;
    }

    .preheader-right-area .switcher .dropdown-nav li {
        margin-bottom: 15px;
    }

        .preheader-right-area .switcher .dropdown-nav li:last-child {
            margin-bottom: 0;
        }

        .preheader-right-area .switcher .dropdown-nav li a {
            font-size: 1.1rem;
            line-height: 1;
            text-transform: uppercase;
        }

.search-box-wrap .aramatext {
    position: relative;
}

.search-box-wrap .aramatext {
    border: solid 1px #c9c9c9;
    /* border-bottom: 1px solid #737373; */
    padding: 10px;
    font-size: 13PX;
    line-height: 1.5;
    outline: none;
    display: block;
    width: 100%;
    border-radius: 30px;
}

.float-right {
   text-align:right !important;
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #690404 !important;
    outline: 0;
    box-shadow: unset !important;
}
.primarybutton i {
    position: RELATIVE;
    top: 1px;
    padding-left: 6px;
}

.srch-btn i {
    color: #690404 !important;
    line-height: 2.5 !important;
}

.search-box-wrap .srch-btn {
    position: absolute;
    right: 27px;
    top: 4px;
}






.search-box-wrap form input[type=search]:focus {
    border-bottom-color: #690404;
}

.search-box-wrap form .srch-btn {
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 1.3rem;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

/*==================
Header Two
=====================*/
.header-two .headroom.headroom--not-top.headroom--pinned {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}

.header-two .header-left-area .menu-icon-wrap {
    height: auto;
    line-height: 1;
}

    .header-two .header-left-area .menu-icon-wrap button {
        font-size: 1.6rem;
        margin: 0;
    }

.header-two #mainmenu-wrap .mainmenu li a {
    font-weight: 400;
}

/*==================
Header Three
=====================*/
.header-three {
    padding: 10px 0;
}

@media only screen and (max-width: 767.98px) {
    .header-three {
        padding: 0;
    }
}

.header-three .header-content-wrapper .header-left-area, .header-three .header-content-wrapper .header-right-area {
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    width: 25%;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header-three .header-content-wrapper .header-left-area, .header-three .header-content-wrapper .header-right-area {
        width: 50%;
        -webkit-box-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    }
}

.header-three .header-mainmenu-area {
    -webkit-box-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    width: 47%;
}

    .header-three .header-mainmenu-area #mainmenu-wrap .mainmenu {
        -moz-justify-content: flex-start !important;
        -ms-justify-content: flex-start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
        -ms-flex-pack: flex-start !important;
    }

        .header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li:first-child {
            padding-left: 0;
        }

            .header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li:first-child a {
                padding-left: 0;
            }

                .header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li:first-child a.current:before {
                    left: 0;
                    width: calc(100% - 15px);
                }

        .header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li.mega-fullwidth .mega-menu-wrap.dropdown-nav {
            left: 0;
            -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
        }

        .header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li.mega-fullwidth:hover .mega-menu-wrap.dropdown-nav {
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
        }

        .header-three .header-mainmenu-area #mainmenu-wrap .mainmenu > li > a {
            font-size: 1.6rem;
        }

/*==================
Header Five
=====================*/
.header-five .preheader-area-wrapper {
    border-bottom: 1px solid #F9F9F9;
    padding: 12px 0;
    background-color: #690404;
}

    .header-five .preheader-area-wrapper .preheader-left-area a {
        color: #fff;
        font-size: 13px;
        margin: 0;
    }

        .header-five .preheader-area-wrapper .preheader-left-area a i.fa {
            margin-top: -2px;
        }

        .header-five .preheader-area-wrapper .preheader-left-area a:hover {
            color: #ccc;
        }

    .header-five .preheader-area-wrapper .preheader-right-area {
        color: #ffffff;
        font-size: 16px;
    }

        .header-five .preheader-area-wrapper .preheader-right-area button {
            color: #8d8d8d;
        }

@media only screen and (max-width: 479.98px) {
    .header-five .preheader-area-wrapper .preheader-right-area button {
        margin-left: 10px;
    }
}

.header-five .preheader-area-wrapper .preheader-right-area button:before {
    font-size: 1.4rem;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 479.98px) {
    .header-five .preheader-area-wrapper .preheader-right-area button:before {
        margin-right: 4px;
    }
}

.header-five .preheader-area-wrapper .preheader-right-area button:hover {
    color: #690404;
}

.header-five .preheader-area-wrapper .preheader-right-area .switcher .dropdown-nav {
    left: auto;
    right: 0;
}

    .header-five .preheader-area-wrapper .preheader-right-area .switcher .dropdown-nav li {
        margin-bottom: 20px;
    }

        .header-five .preheader-area-wrapper .preheader-right-area .switcher .dropdown-nav li:last-child {
            margin-bottom: 0;
        }

.header-five .preheader-area-wrapper .preheader-right-area .switcher.myaccount-switcher .myaccount-switch-btn {
    margin-left: 0;
}

.header-five .preheader-area-wrapper .preheader-right-area .switcher.myaccount-switcher .dropdown-nav {
    white-space: nowrap;
    text-align: left;
    padding: 30px;
    width: 200px;
    left: 0;
    right: auto;
}

.header-five .header-five-middle-area {
    padding: 20px 0 !important;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header-five .header-five-middle-area {
        padding: 20px 0 25px;
    }
}

@media only screen and (max-width: 767.98px) {
    .header-five .header-five-middle-area {
        padding: 25px 0;
    }
}

.header-five .header-five-middle-area .minicart-button-content {
    font-size: 1.3rem;
}

    .header-five .header-five-middle-area .minicart-button-content button {
        line-height: 24px;
    }

        .header-five .header-five-middle-area .minicart-button-content button:hover {
            color: #690404;
        }

        .header-five .header-five-middle-area .minicart-button-content button i[class*=dl-icon-] {
            font-size: 2.4rem;
            vertical-align: text-bottom;
            line-height: 1;
            margin-right: 5px;
        }

    .header-five .header-five-middle-area .minicart-button-content .slicknav_menu {
        text-align: left;
    }

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .header-five .header-five-middle-area .minicart-button-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-align-items: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -moz-justify-content: flex-end;
        -ms-justify-content: flex-end;
        -webkit-box-pack: end;
        justify-content: flex-end;
        -ms-flex-pack: flex-end;
    }
}

@media only screen and (max-width: 479.98px) {
    .header-five .header-five-middle-area .minicart-button-content {
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: space-between;
    }
}

@media only screen and (max-width: 479.98px) {
    .header-five .header-five-middle-area [class^=col-6] {
        max-width: 100%;
        -webkit-box-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        text-align: center !important;
    }

        .header-five .header-five-middle-area [class^=col-6] .logo-area {
            margin-bottom: 20px;
            display: block;
        }
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header-five .header-five-middle-area [class^=col-]:last-child {
        position: static;
    }
}

.header-five .header-five-middle-area .slicknav_menu .slicknav_nav {
    top: calc(100% - 50px);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header-five .header-five-middle-area .slicknav_menu .slicknav_nav {
        top: calc(100% - 0px);
    }
}

.header-five .navigation-area-wrapper {
    background-color: #69040414;
}

.bilgilendirme {
    background-color: #e86767;
    padding: 10px 0;
}


    .bilgilendirme p {
        color: #fff !important;
        padding: 0;
        margin: 0;
    }

.header-five .navigation-area-wrapper #mainmenu-wrap .mainmenu li a {
    font-weight: 500;
}

.header-five .navigation-area-wrapper #mainmenu-wrap .mainmenu li.mega-fullwidth .dropdown-nav.mega-menu-wrap {
    margin-top: 30px !important;
}

.header-five .logo-area {
    margin: auto;
    width: 100% !important;
    text-align: left;
}

    .header-five .logo-area img {
        width: 100% !important;
    }
/*==================
Header Seven
=====================*/
.header-seven {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.06);
    box-shadow: 0px 0px 60px 0px rgba(41, 44, 58, 0.06);
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100vh;
    width: 350px;
    z-index: 99;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .header-seven {
        width: 250px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .header-seven {
        -webkit-box-shadow: none;
        box-shadow: none;
        position: relative;
        height: auto;
        width: auto;
        padding: 30px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .header-seven .header-content-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-align-items: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -moz-justify-content: space-between;
        -ms-justify-content: space-between;
        -webkit-box-pack: justify;
        justify-content: space-between;
        -ms-flex-pack: space-between;
    }
}

.header-seven .header-content-wrap .header-right-area .user-area .dropdown-nav {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

    .header-seven .header-content-wrap .header-right-area .user-area .dropdown-nav:after {
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) {
    .header-seven .logo-area {
        margin: auto;
    }
}

.header-seven .slicknav_menu {
    text-align: left;
}

/*==================
Header Eight
=====================*/
.header-eight .preheader-area-wrapper {
    padding: 20px 0;
    font-size: 1.2rem;
}

    .header-eight .preheader-area-wrapper i.fa, .header-eight .preheader-area-wrapper [class*=dl-icon-] {
        font-size: 1.3rem;
    }

    .header-eight .preheader-area-wrapper .switcher button:before {
        font-size: 1.3rem;
    }

.header-eight .header-five-middle-area {
    padding: 26px 0 40px;
    position: relative;
}

@media only screen and (max-width: 767.98px) {
    .header-eight .header-five-middle-area {
        padding: 10px 0 30px;
    }
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header-eight .header-five-middle-area [class^=col-]:last-child {
        position: static;
    }
}

.header-eight .header-five-middle-area .slicknav_menu .slicknav_nav {
    top: calc(100% - 70px);
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header-eight .header-five-middle-area .slicknav_menu .slicknav_nav {
        top: calc(100% - 30px);
    }
}

.header-eight .navigation-area-wrapper {
    background-color: #262626;
    padding: 20px 0;
}

    .header-eight .navigation-area-wrapper .category-menu-wrapper {
        line-height: 1;
    }

        .header-eight .navigation-area-wrapper .category-menu-wrapper .shopByCategory-btn {
            color: #fff;
        }

            .header-eight .navigation-area-wrapper .category-menu-wrapper .shopByCategory-btn span {
                padding-left: 10px;
            }

            .header-eight .navigation-area-wrapper .category-menu-wrapper .shopByCategory-btn span, .header-eight .navigation-area-wrapper .category-menu-wrapper .shopByCategory-btn i {
                vertical-align: middle;
                display: table-cell;
            }

        .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li {
            padding: 0;
        }

            .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav {
                width: 100%;
                margin-top: 25px;
            }

                .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li {
                    margin-bottom: 30px;
                }

                    .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li:last-child {
                        margin-bottom: 0;
                    }

                    .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li > a {
                        font-size: 1.4rem;
                    }

                        .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li > a:after {
                            display: none;
                        }

                    .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li .dropdown-nav li {
                        margin-bottom: 20px;
                    }

                        .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li .dropdown-nav li:last-child {
                            margin-bottom: 0;
                        }

                    .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li .dropdown-nav.mega-menu-wrap .mega-item-title {
                        margin-bottom: 25px;
                    }

                    .header-eight .navigation-area-wrapper .category-menu-wrapper .mainmenu > li > .dropdown-nav > li:hover > a {
                        color: #690404;
                    }

    .header-eight .navigation-area-wrapper #mainmenu-wrap .mainmenu {
        -moz-justify-content: flex-start !important;
        -ms-justify-content: flex-start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
        -ms-flex-pack: flex-start !important;
    }

        .header-eight .navigation-area-wrapper #mainmenu-wrap .mainmenu > li > a {
            color: #fff;
            font-weight: 400;
        }

        .header-eight .navigation-area-wrapper #mainmenu-wrap .mainmenu > li .dropdown-nav {
            margin-top: 20px !important;
        }

/*===============================
Start Preloader Wrap
================================*/
.preloader-active {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    overflow: hidden;
}

    .preloader-active .preloader-area-wrap {
        background-color: #fff;
        position: absolute;
        left: 0;
        display: block;
        top: 0;
        height: 100vh;
        width: 100vw;
        z-index: 999999;
    }

        .preloader-active .preloader-area-wrap .spinner div {
            background-color: #690404;
            border-radius: 50%;
            width: 20px;
            height: 20px;
            -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        }

            .preloader-active .preloader-area-wrap .spinner div.bounce1 {
                -webkit-animation-delay: -0.32s;
                animation-delay: -0.32s;
            }

            .preloader-active .preloader-area-wrap .spinner div.bounce2 {
                -webkit-animation-delay: -0.16s;
                animation-delay: -0.16s;
            }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.preloader-area-wrap {
    display: none;
}

/*===============================
Start Page Header Wrapper
================================*/
.page-header-wrapper {
   
    padding: 15px 0;
    text-align: left;
    background-color: #fff;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .page-header-wrapper {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .page-header-wrapper {
        padding: 10px 0;
    }
}

.page-header-wrapper .page-header-content h2 {
    font-weight: 500;
    font-size: 19px;
    margin-top: 0px;
}

@media only screen and (max-width: 575.98px) {
    .page-header-wrapper .page-header-content h2 {
        font-size: 2.2rem;
    }
}

.page-header-wrapper .page-header-content .page-breadcrumb ul li {
    position: relative;
}

    .page-header-wrapper .page-header-content .page-breadcrumb ul li:after {
        content: "/";
        font-size: 1rem;
        margin: 0 10px;
    }

    .page-header-wrapper .page-header-content .page-breadcrumb ul li:last-child:after {
        display: none;
    }

    .page-header-wrapper .page-header-content .page-breadcrumb ul li a {
        font-size: 13px;
        color: #8d8d8d;
    }

        .page-header-wrapper .page-header-content .page-breadcrumb ul li a:hover, .page-header-wrapper .page-header-content .page-breadcrumb ul li a.active {
            color: #262626;
        }

        .page-header-wrapper .page-header-content .page-breadcrumb ul li a.active {
            pointer-events: none;
        }

.page-header-wrapper.layout-two {
    background-image: url(../img/my-account-bgtitle.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

    .page-header-wrapper.layout-two .page-header-content h2 {
        color: #fff;
    }

    .page-header-wrapper.layout-two .page-header-content .page-breadcrumb {
        color: #fff;
    }

        .page-header-wrapper.layout-two .page-header-content .page-breadcrumb a {
            color: #fff;
        }

            .page-header-wrapper.layout-two .page-header-content .page-breadcrumb a.active {
                color: #fff;
            }

.dropdown-nav {
    background-color: #690404;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
    top: 100%;
    left: 0;
    width: 300px;
    z-index: 999;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
}

    .dropdown-nav.mega-menu-wrap {
        width: auto;
    }

.footer_sosyal a {
    display:inline-block !important ;
}

.dropdown-show {
    position: relative;
}

    .dropdown-show:hover > .dropdown-nav {
        pointer-events: visible;
        visibility: visible;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -webkit-transform: none;
        transform: none;
    }

    .dropdown-show:hover .arrow-toggle:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.arrow-toggle {
    position: relative;
}

    .arrow-toggle:after {
        content: "\f107";
        font-family: "FontAwesome";
        vertical-align: middle;
        margin-left: 5px;
        display: inline-block;
        -webkit-transition: 0.1s 0.2s ease-out;
        transition: 0.1s 0.2s ease-out;
    }

/*============================================
 Start Navigation // Main Menu Style
=============================================*/
.mainmenu > li {
   
}

    .mainmenu > li > a {
        font-size: 15px;
        color: #262626;
        line-height: 1;
        font-weight: 600;
        display: inline-block;
        padding: 14px 25px;
        position: relative;
        border-right: solid 1px #cccccc;
    }

        .mainmenu > li > a.current {
            color: #690404;
        }

            .mainmenu > li > a.current:before {
                background-color: #690404;
                content: "";
                position: absolute;
                left: 15px;
                bottom: 2px;
                height: 2.5px;
                width: calc(100% - 30px);
            }

    .mainmenu > li:hover > a {
        color: #ffff;
        background-color: #690404 !important;
    }

    .mainmenu > li .dropdown-nav {
        padding: 10px 0;
        margin-top: 0px;
    }

.burc img {
    border-radius: 100% !important;
}

    .burc img:hover {
        opacity: 0.7 !important;
    }

.mainmenu > li .dropdown-nav:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 100%;
}

.mainmenu > li .dropdown-nav li {
   
    margin-bottom: 10px;
    cursor: pointer;
}

    .mainmenu > li .dropdown-nav li:last-child {
        margin-bottom: 0;
    }

    .mainmenu > li .dropdown-nav li a {
        color: #fff;
        font-size: 12PX;
        font-weight: 400;
        display: inline-block;
        position: relative;
        padding: 5px 12px;
    }

.ust_buton a {
    background-color: #525252 !important;
    border-radius: 5px !important;
    padding: 9px 13px !important;
    color: #fff;
    font-size: 13px;
}





    .ust_buton a:hover {
        background-color: #690404 !important;
        border-radius: 30px !important;
        padding: 9px 13px !important;
        color: #fff !important;
        font-size: 13px;
    }
/*.minicart-button-content a:first-child {
    margin: 0 13px;
    border-right: solid 1px #ababab;
}

.minicart-button-content a {
    background-color: #111;
    padding: 10px 15px;
    border-radius: 20px;
    color: #fff !important;
}*/

.minicart-button-content .mini-cart-icon {
    color: #fff !important;
}

.mainmenu > li .dropdown-nav li a:before {
    content: "";
    border-top: 1px solid #ffb0b0a3;
    right: 0;
    left: auto;
    width: 0;
    position: absolute;
    -webkit-transition: width 300ms ease-out;
    bottom: 0;
}

.mainmenu > li .dropdown-nav li:hover > a {
    color: #e2e2e2;
}

    .mainmenu > li .dropdown-nav li:hover > a:before {
        left: 0;
        right: auto;
        width: 100%;
    }

.mainmenu > li .dropdown-nav li .dropdown-nav {
    left: 100%;
    top: -10px;
    margin-top: 0;
    margin-left: 1px;
}

    .mainmenu > li .dropdown-nav li .dropdown-nav li a:after {
        display: none;
    }

.mainmenu > li .dropdown-nav li.dropdown-show:hover .dropdown-nav {
}

.mega-menu-wrap {
    white-space: nowrap;
}

    .mega-menu-wrap .mega-menu-item {
        margin-bottom: 0 !important;
    }

        .mega-menu-wrap .mega-menu-item a.mega-item-title {
            margin-bottom: 10px;
            font-weight: 700 !important;
            color: #262626 !important;
            font-size: 13px !important;
        }

        .mega-menu-wrap .mega-menu-item ul li {
            padding: 0 !important;
        }

.mega-fullwidth {
    position: static;
}

    .mega-fullwidth .mega-menu-wrap {
        background-image: url(../img/menu-shop-bg.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        max-width: 1140px;
        width: 100%;
    }

        .mega-fullwidth .mega-menu-wrap.dropdown-nav {
            margin-top: 0 !important;
            left: 50%;
            -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
            -webkit-transform: translate(-50%, 20px);
            transform: translate(-50%, 20px);
        }

    .mega-fullwidth:hover .dropdown-nav {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

.main-menu-list {
    margin-top: 70px;
}

    .main-menu-list ul.mainmenu > li {
        margin-bottom: 35px;
    }

        .main-menu-list ul.mainmenu > li:last-child {
            margin-bottom: 0;
        }

        .main-menu-list ul.mainmenu > li > a {
            font-size: 2rem;
            line-height: 1;
            font-weight: 300;
            text-transform: uppercase;
            display: inline-block;
        }

        .main-menu-list ul.mainmenu > li .dropdown-nav {
            left: 100%;
            top: 0;
            margin-top: -30px;
            text-align: left;
        }

            .main-menu-list ul.mainmenu > li .dropdown-nav li a {
                font-size: 1.4rem;
            }

        .main-menu-list ul.mainmenu > li.mega-fullwidth {
            position: relative;
        }

            .main-menu-list ul.mainmenu > li.mega-fullwidth .mega-menu-wrap.dropdown-nav {
                background-color: #fff;
                margin-top: -30px !important;
                -webkit-transform: translate(0, 20px);
                transform: translate(0, 20px);
                width: auto;
                background-image: none;
            }

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .main-menu-list ul.mainmenu > li.mega-fullwidth .mega-menu-wrap.dropdown-nav {
        padding: 20px 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .main-menu-list ul.mainmenu > li.mega-fullwidth .mega-menu-wrap.dropdown-nav .mega-menu-item {
        padding: 0 10px;
    }

        .main-menu-list ul.mainmenu > li.mega-fullwidth .mega-menu-wrap.dropdown-nav .mega-menu-item ul li a {
            font-size: 1.2rem;
        }
}

.main-menu-list ul.mainmenu > li.mega-fullwidth:hover .dropdown-nav {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.slicknav_menu {
    background-color: transparent;
    left: 0;
    padding: 0;
    top: 0;
    display: none;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .slicknav_menu {
        display: block;
    }
}

.slicknav_menu .slicknav_btn {
    background-color: transparent;
    color: #262626;
    border-radius: 1px;
    margin: 0;
    margin-left: 25px;
    padding: 0;
}

    .slicknav_menu .slicknav_btn .slicknav_icon {
        display: none;
    }

    .slicknav_menu .slicknav_btn .slicknav_menutxt {
        text-transform: uppercase;
        text-shadow: none;
        font-weight: 400;
        color: #262626;
        font-size: 1.6rem;
    }

        .slicknav_menu .slicknav_btn .slicknav_menutxt span, .slicknav_menu .slicknav_btn .slicknav_menutxt i {
            vertical-align: middle;
            display: table-cell;
        }

.slicknav_menu .slicknav_nav {
    background-color: #262626;
    left: 0;
    position: absolute;
    padding: 0;
    top: calc(100% + 0px);
    width: 100%;
    max-height: 300px;
    overflow: auto;
    z-index: 97;
}

    .slicknav_menu .slicknav_nav li a {
        border-bottom: 1px solid #dfdfdf;
        padding: 0 40px 0 20px;
        margin: 0;
        display: block;
        position: relative;
        line-height: 45px;
    }

        .slicknav_menu .slicknav_nav li a:hover, .slicknav_menu .slicknav_nav li a:focus, .slicknav_menu .slicknav_nav li a:active {
            background-color: transparent;
            border-radius: 0;
            color: #690404;
        }

        .slicknav_menu .slicknav_nav li a .slicknav_arrow {
            border-left: 1px solid #dfdfdf;
            margin-left: 0;
            font-size: 2.2rem;
            position: absolute;
            right: 0;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            text-align: center;
            width: 40px;
        }

    .slicknav_menu .slicknav_nav li .slicknav_row {
        border-bottom: 0;
        padding: 0;
    }

    .slicknav_menu .slicknav_nav li ul {
        margin: 0;
        background-color: #000;
    }

        .slicknav_menu .slicknav_nav li ul ul {
            background-color: #333333;
        }

/*=============================
Start Search box Wrapper
================================*/
.modalSearchBox {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    pointer-events: none;
    z-index: 1040;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .modalSearchBox .modaloverlay {
        background-color: white;
        cursor: url("../img/icons/cancel.png"), auto;
        height: 100vw;
        -webkit-transform: scale(0) translate(0);
        transform: scale(0) translate(0);
        border-radius: 50%;
        opacity: 0.95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
        filter: alpha(opacity=95);
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: absolute;
        right: -50vw;
        top: -50vw;
        width: 100vw;
        z-index: 10;
    }

    .modalSearchBox.modalOpen {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        pointer-events: visible;
    }

        .modalSearchBox.modalOpen .modaloverlay {
            -webkit-transform: scale(2.5) translate(-25%, 25%);
            transform: scale(2.5) translate(-25%, 25%);
            opacity: 0.9;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
            filter: alpha(opacity=90);
        }

        .modalSearchBox.modalOpen .search-box-wrapper {
            -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
            -webkit-transition: 0.5s 0.2s ease-out;
            transition: 0.5s 0.2s ease-out;
            -webkit-transition-delay: 0.6s;
            transition-delay: 0.6s;
        }

    .modalSearchBox .search-box-wrapper {
        -webkit-transform: translate(-50%, 100px);
        transform: translate(-50%, 100px);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        left: 50%;
        text-align: center;
        top: 50%;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition: 0s 0.2s ease-out;
        transition: 0s 0.2s ease-out;
        position: absolute;
        max-width: 800px;
        width: 100%;
        z-index: 1100;
        padding: 0 20px;
    }

        .modalSearchBox .search-box-wrapper p {
            margin: 0;
            font-weight: 300;
            font-size: 1.8rem;
            color: black;
        }

@media only screen and (max-width: 767.98px) {
    .modalSearchBox .search-box-wrapper p {
        font-size: 1.4rem;
    }
}

.modalSearchBox .search-box-wrapper .search-box-form {
    margin-top: 30px;
}

    .modalSearchBox .search-box-wrapper .search-box-form form {
        position: relative;
    }

        .modalSearchBox .search-box-wrapper .search-box-form form input {
            background-color: transparent;
            border: none;
            border-bottom: 2px solid black;
            font-size: 3rem;
            font-weight: 300;
            display: block;
            outline: none;
            text-align: center;
            padding: 10px 70px 10px 10px;
            width: 100%;
            color: black;
        }

            .modalSearchBox .search-box-wrapper .search-box-form form input::-webkit-input-placeholder {
                color: black;
                opacity: 0.7;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
                filter: alpha(opacity=70);
            }

            .modalSearchBox .search-box-wrapper .search-box-form form input::-moz-placeholder {
                color: black;
                opacity: 0.7;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
                filter: alpha(opacity=70);
            }

            .modalSearchBox .search-box-wrapper .search-box-form form input:-ms-input-placeholder {
                color: black;
                opacity: 0.7;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
                filter: alpha(opacity=70);
            }

            .modalSearchBox .search-box-wrapper .search-box-form form input::-ms-input-placeholder {
                color: black;
                opacity: 0.7;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
                filter: alpha(opacity=70);
            }

            .modalSearchBox .search-box-wrapper .search-box-form form input::placeholder {
                color: black;
                opacity: 0.7;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
                filter: alpha(opacity=70);
            }

            .modalSearchBox .search-box-wrapper .search-box-form form input::-moz-placeholder {
                color: black;
                opacity: 0.7;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
                filter: alpha(opacity=70);
            }

@media only screen and (max-width: 767.98px) {
    .modalSearchBox .search-box-wrapper .search-box-form form input {
        font-size: 2rem;
    }
}

.modalSearchBox .search-box-wrapper .search-box-form form button.btn-search {
    font-size: 3rem;
    position: absolute;
    right: 2px;
    top: 0;
    height: 100%;
    color: black;
}

/*===============================
Start Mini Cart Wrapper
================================*/
.modal-minicart {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transition: transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

    .modal-minicart .minicart-content-wrap {
        background-color: #fff;
        max-width: 420px;
        padding: 100px 50px 50px;
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

@media only screen and (max-width: 767.98px) {
    .modal-minicart .minicart-content-wrap {
        overflow: auto;
    }
}

.modal-minicart .minicart-content-wrap h2 {
    font-size: 1.8rem;
    line-height: 1.2;
    font-weight: 400;
    margin-bottom: 40px;
}

.mfp-ready .modal-minicart {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.minicart-product-list {
    max-height: 300px;
    overflow: auto;
    margin-right: -70px;
    padding-right: 70px;
}

@media only screen and (max-width: 767.98px) {
    .minicart-product-list {
        padding-right: 10px;
        margin-right: -10px;
    }
}

.minicart-product-list .single-product-item {
    position: relative;
    margin-bottom: 30px;
    padding-right: 25px;
}

    .minicart-product-list .single-product-item:last-child {
        margin-bottom: 0;
    }

    .minicart-product-list .single-product-item .product-thumb {
        max-width: 70px;
        -webkit-box-flex: 0 0 70px;
        -ms-flex: 0 0 70px;
        flex: 0 0 70px;
        margin-right: 20px;
    }

    .minicart-product-list .single-product-item .product-details {
        margin-top: 10px;
    }

        .minicart-product-list .single-product-item .product-details .product-title {
            font-size: 1.4rem;
            font-weight: 400;
            line-height: 1.2;
            margin-bottom: 10px;
        }

            .minicart-product-list .single-product-item .product-details .product-title a {
                color: #262626;
            }

                .minicart-product-list .single-product-item .product-details .product-title a:hover {
                    color: #690404;
                }

        .minicart-product-list .single-product-item .product-details .prod-cal {
            font-size: 1.3rem;
            font-weight: 400;
            line-height: 1.2;
        }

            .minicart-product-list .single-product-item .product-details .prod-cal .multiplication {
                margin: 0 5px;
            }

    .minicart-product-list .single-product-item .remove-icon {
        font-size: 2rem;
        color: #262626;
        position: absolute;
        right: 0;
        top: 5px;
    }

        .minicart-product-list .single-product-item .remove-icon:hover {
            color: #690404;
        }

.minicart-calculation-wrap {
    margin-top: 38px;
}

    .minicart-calculation-wrap .cal-title {
        font-size: 1.3rem;
    }

    .minicart-calculation-wrap .cal-amount {
        font-size: 1.8rem;
        line-height: 1;
        font-weight: 500;
    }

@media only screen and (max-width: 767.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .minicart-btn-group {
        margin-bottom: 50px;
    }
}

.minicart-btn-group .btn {
    display: block;
}

@media only screen and (max-width: 767.98px) {
    .minicart-btn-group .btn {
        display: inline-block;
        padding: 10px 22px;
    }

        .minicart-btn-group .btn:last-child {
            margin-top: 0 !important;
        }
}

/*==================================
Start Left Offside Menu Wrapper
===================================*/
.modalLeftOffside {
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: transform 0.2s ease;
    -webkit-transition: -webkit-transform 0.2s ease;
    transition: -webkit-transform 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

    .modalLeftOffside .leftoffside-content-wrap {
        background-color: #fff;
        max-width: 420px;
        padding: 8px 17px 16px;
        height: 100vh;
        overflow: auto;
    }

.mfp-ready .modalLeftOffside {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.offside-menu ul.left-offsidemenu li {
    margin-bottom: 7px;
}

.left-offsidemenu i {
    font-size:10px !important;
}

.offside-menu ul.left-offsidemenu li:last-child {
    margin-bottom: 0;
}

    .offside-menu ul.left-offsidemenu li a {
        font-weight: 600;
        font-size: 12px;
        line-height: 1;
        color: #262626;
    }

        .offside-menu ul.left-offsidemenu li a:hover {
            color: #690404;
        }

.offside-text {
    font-size: 1.3rem;
    line-height: 1.5;
    margin-top: 80px;
}

    .offside-text img {
        margin-bottom: 10px;
    }

    .offside-text a {
        display: block;
        color: #262626;
        margin-bottom: 5px;
    }

        .offside-text a:hover {
            color: #690404;
        }

.offset-menu-footer {
    margin-top: 10px;
}

    .offset-menu-footer .social-icons {
        margin: 15px 0 25px;
    }

        .offset-menu-footer .social-icons a {
            margin-right: 20px;
        }

    .offset-menu-footer .copyright {
        font-size: 1.1rem;
    }

/*===========================
Off Canvas Main Menu Start
============================*/
.offcanvas-mainmenu-wrapper .mainmenu {
    display: none;
}

.offcanvas-mainmenu-wrapper .slicknav_menu {
    display: block;
}

    .offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_btn {
        display: none;
    }

    .offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav {
        background-color: transparent;
        display: block !important;
        position: static;
        max-height: 100%;
        width: 250px;
    }

@media only screen and (max-width: 479.98px) {
    .offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav {
        width: 200px;
    }
}

.offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li a {
    color: #262626;
    border: none;
    font-weight: 700;
    font-size: 1.8rem;
}

    .offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li a:hover {
        color: #690404;
    }

    .offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li a .slicknav_arrow {
        border: none;
        font-weight: 300;
        font-size: 1.6rem;
        color: #000;
    }

.offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li ul {
    background-color: transparent;
    margin-left: 15px;
}

    .offcanvas-mainmenu-wrapper .slicknav_menu .slicknav_nav li ul li a {
        font-weight: 400;
        font-size: 1.4rem;
    }

.slider-area-wrapper {
    overflow: hidden;
}

    .slider-area-wrapper .tp-caption.LA-BTN-OUTLINE-Black,
    .slider-area-wrapper .LA-BTN-OUTLINE-Black {
        color: #262626;
        font-size: 13px;
        line-height: 21px;
        font-weight: 400;
        font-style: normal;
        text-decoration: none;
        background-color: rgba(38, 38, 38, 0);
        border: 2px solid #262626;
    }

        .slider-area-wrapper .tp-caption.LA-BTN-OUTLINE-Black:hover,
        .slider-area-wrapper .LA-BTN-OUTLINE-Black:hover {
            color: #ffffff;
            text-decoration: none;
            background-color: #262626;
            border: 2px solid #262626;
            cursor: pointer;
        }

/*=============================
Home 1 Revolution Slider Css
===============================*/
#rev_slider_home1 .larev-dot.tp-bullets:before {
    content: " ";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    padding: 10px;
    margin-left: -10px;
    margin-top: -10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

#rev_slider_home1 .larev-dot.tp-bullets .tp-bullet {
    width: 10px;
    height: 10px;
    position: absolute;
    background: rgb(212, 212, 212);
    border-radius: 50%;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    #rev_slider_home1 .larev-dot.tp-bullets .tp-bullet:hover .tp-bullet-title {
        visibility: visible;
        transform: translatex(0px);
        -webkit-transform: translatex(0px);
    }

    #rev_slider_home1 .larev-dot.tp-bullets .tp-bullet.selected:hover .tp-bullet-title {
        background: rgb(38, 38, 38);
    }

    #rev_slider_home1 .larev-dot.tp-bullets .tp-bullet:hover, #rev_slider_home1 .larev-dot.tp-bullets .tp-bullet.selected {
        background: rgb(38, 38, 38);
    }

#rev_slider_home1 .larev-dot .tp-bullet-title {
    position: absolute;
    font-size: 12px;
    padding: 0 10px;
    font-weight: 600;
    right: 27px;
    top: -4px;
    background: rgba(255, 255, 255, 0.75);
    visibility: hidden;
    transform: translateX(-20px);
    -webkit-transform: translateX(-20px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition: transform 0.3s;
    line-height: 20px;
    white-space: nowrap;
}

    #rev_slider_home1 .larev-dot .tp-bullet-title:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent rgba(255, 255, 255, 0.75);
        content: " ";
        position: absolute;
        right: -10px;
        top: 0;
    }

/*=========================================
Home 2, 3 and 7 Revolution Slider Css
=============================================*/
#rev_slider_home_3 .larev-dot2.tp-bullets .tp-bullet, #rev_slider_home_2 .larev-dot2.tp-bullets .tp-bullet, #rev_slider_home_7 .larev-dot2.tp-bullets .tp-bullet {
    width: 30px;
    padding-bottom: 13px;
    background: none;
    text-align: right;
    border-bottom: 2px solid rgba(38, 38, 38, 0.2);
}

    #rev_slider_home_3 .larev-dot2.tp-bullets .tp-bullet .tp-bullet-title, #rev_slider_home_2 .larev-dot2.tp-bullets .tp-bullet .tp-bullet-title, #rev_slider_home_7 .larev-dot2.tp-bullets .tp-bullet .tp-bullet-title {
        color: rgba(38, 38, 38, 0.2);
        font-size: 12px;
        opacity: 0;
        position: relative;
        top: -5px;
    }

    #rev_slider_home_3 .larev-dot2.tp-bullets .tp-bullet.selected, #rev_slider_home_2 .larev-dot2.tp-bullets .tp-bullet.selected, #rev_slider_home_7 .larev-dot2.tp-bullets .tp-bullet.selected {
        border-bottom-color: #262626;
        width: 50px;
        right: 0;
        left: auto !important;
    }

        #rev_slider_home_3 .larev-dot2.tp-bullets .tp-bullet.selected .tp-bullet-title, #rev_slider_home_2 .larev-dot2.tp-bullets .tp-bullet.selected .tp-bullet-title, #rev_slider_home_7 .larev-dot2.tp-bullets .tp-bullet.selected .tp-bullet-title {
            color: #262626;
            opacity: 1;
        }

/*=========================================
Home 4, 6, 8, 9 and 15 Revolution Slider Css
==============================================*/
#rev_slider_home_4 .tparrows, #rev_slider_home_6 .tparrows, #rev_slider_home_8 .tparrows, #rev_slider_home_9 .tparrows, #rev_slider_home_15 .tparrows {
    width: 50px;
    height: 50px;
    background: #690404;
    border-radius: 30px !important;
}

    #rev_slider_home_4 .tparrows:before, #rev_slider_home_6 .tparrows:before, #rev_slider_home_8 .tparrows:before, #rev_slider_home_9 .tparrows:before, #rev_slider_home_15 .tparrows:before {
        font-family: "FontAwesome";
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 40px;
        color: rgb(255, 255, 255);
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    #rev_slider_home_4 .tparrows.tp-leftarrow:before, #rev_slider_home_6 .tparrows.tp-leftarrow:before, #rev_slider_home_8 .tparrows.tp-leftarrow:before, #rev_slider_home_9 .tparrows.tp-leftarrow:before, #rev_slider_home_15 .tparrows.tp-leftarrow:before {
        content: "\f104";
    }

    #rev_slider_home_4 .tparrows.tp-rightarrow:before, #rev_slider_home_6 .tparrows.tp-rightarrow:before, #rev_slider_home_8 .tparrows.tp-rightarrow:before, #rev_slider_home_9 .tparrows.tp-rightarrow:before, #rev_slider_home_15 .tparrows.tp-rightarrow:before {
        content: "\f105";
    }

/*===============================
Start Special Categories Banner
================================*/
.special-category-banner .special-category-header {
    margin-bottom: 48px;
}

.special-category-banner {

    background-color:#fff !important;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .special-category-banner .special-category-header {
        margin-bottom: 25px;
    }
}

.bulten {
    padding: 30px 0 15px 0;
}

    .bulten h2 {
        color: #111 !important;
        font-weight: 400;
        font-size: 23px;
        padding-left: 20px;
        padding-top: 10px;
    }

    .bulten p {
        color: #111 !important;
        font-size: 12px !important;
    }

.checkbuttons a {
    color: black !important;
    font-weight: 500 !important;
}

.bulten .btn-black {
    background-color: #ffffff;
    color: #fff;
    font-weight: 600;
    width: 100% !important;
    /* height: 50px; */
    padding: 14.6px 10px;
    font-size: 14px !important;
    letter-spacing: 1px;
    background-color: black;
}


.checkbuttons label {
    display: inline !important;
    font-size: 14px !important;
}

@media only screen and (max-width: 767.98px) {
    .special-category-banner .special-category-header {
        margin-bottom: 15px;
    }
}

.special-category-banner .special-category-header .special-cate-header-content {
    font-family: "Playfair Display", serif;
    line-height: 2;
}

    .special-category-banner .special-category-header .special-cate-header-content img {
        margin-bottom: 33px;
    }

/*.special-category-banner .special-category-banner-content {
    margin-top: -30px;
}*/

.special-category-banner.special-cate-bg {
    background-image: url("../img/category/home8/h8-bg3.png"), url("../img/category/home8/h8-bg2.png");
    background-repeat: no-repeat;
    background-position: right top, left bottom;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .special-category-banner.special-cate-bg {
        background-size: 200px 200px;
    }
}

@media only screen and (max-width: 767.98px) {
    .special-category-banner.special-cate-bg {
        background-size: 150px 150px;
    }
}

.single-special-banner {
 
    background-color: #fff;
}

    .single-special-banner .banner-thumbnail {
        position: relative;
       
    }

   

        .single-special-banner .banner-thumbnail img.banner-thumb {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: 0.5s 0.5s ease-out;
            transition: 0.5s 0.5s ease-out;
        }


.banner-cate-name h2 {
    font-size: 20px;
    font-weight: 700;
    text-shadow: 1px 4px 9px rgba(99, 99, 99, 1);
}

.banner-cate-name h3 {
    font-size: 25px;
    font-weight: 600;
    text-shadow: 1px 4px 9px rgba(99, 99, 99, 1);
}

.single-special-banner .banner-thumbnail .banner-cate-name {
   
    color:#fff !important ;
    width: 100%;
    background-color: #690404;
    letter-spacing: normal !important;
}

    .single-special-banner .banner-thumbnail .banner-cate-name .banner-title {
        font-size: 24px;
        color: #fff;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 16px;
    }

@media only screen and (max-width: 767.98px) {
    .single-special-banner .banner-thumbnail .banner-cate-name .banner-title {
        font-size: 1.6rem;
    }
}

.single-special-banner .banner-thumbnail .banner-cate-name .banner-sale {
    display: block;
    margin: auto;
}

@media only screen and (max-width: 767.98px) {
    .single-special-banner .banner-thumbnail .banner-cate-name .banner-sale {
        max-width: 100px;
    }
}

.single-special-banner .banner-thumbnail .banner-cate-name .btn {
    padding: 8px 5px;
    min-width: 122px;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1;
    margin-top: 20px;
    border-radius: 30px;
}

@media only screen and (max-width: 767.98px) {
    .single-special-banner .banner-thumbnail .banner-cate-name .btn {
        min-width: 120px;
        padding: 15px 10px;
    }
}


.single-special-banner:hover .banner-thumbnail img.banner-thumb {
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*.single-special-banner:hover .banner-thumbnail .btn {
    background-color: #690404;
}*/

.special-category-banner.layout-two .banner-cate-name a.category-name {
    background-color: #fff;
    font-size: 1.8rem;
    line-height: 1.2;
    color: #262626;
    display: inline-block;
    padding: 20px 45px;
}

@media only screen and (max-width: 479.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .special-category-banner.layout-two .banner-cate-name a.category-name {
        padding: 15px 30px;
        font-size: 1.4rem;
    }
}

.special-category-banner.layout-two .masonry-category .banner-thumbnail img {
    display: block;
    margin: auto;
}

.special-category-banner.layout-two .masonry-category .banner-cate-name {
    top: auto;
    bottom: 20px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.special-category-banner.layout-three .single-special-banner .banner-thumbnail:before {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
    visibility: hidden;
    pointer-events: none;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.special-category-banner.layout-three .single-special-banner .banner-cate-name {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
    z-index: 1;
}

    .special-category-banner.layout-three .single-special-banner .banner-cate-name a.category-name {
        color: #fff;
        font-size: 2.5rem;
        text-transform: capitalize;
    }

.special-category-banner.layout-three .single-special-banner:hover .banner-thumbnail:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}

.special-category-banner.layout-three .single-special-banner:hover .banner-cate-name {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: visible;
}

.special-category-banner.layout-four {
    margin-top: -190px;
}

    .special-category-banner.layout-four .banner-cate-name {
        left: 0;
        top: auto;
        bottom: 0;
        -webkit-transform: none;
        transform: none;
        width: auto;
    }

        .special-category-banner.layout-four .banner-cate-name a.category-name {
            background-color: #262626;
            color: #fff;
            display: block;
            padding: 22px 60px;
        }

.special-category-banner.layout-five .banner-cate-name {
    left: auto;
    right: 30%;
    -webkit-transform: translate(45%, -50%);
    transform: translate(45%, -50%);
}

    .special-category-banner.layout-five .banner-cate-name a.category-name {
        font-family: "Playfair Display", serif;
        font-size: 3.6rem;
        font-weight: 700;
        color: #fff;
    }

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .special-category-banner.layout-five .banner-cate-name a.category-name {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .special-category-banner.layout-five .banner-cate-name a.category-name {
        font-size: 2.5rem;
    }
}

.special-category-banner.layout-six .banner-cate-name {
    position: absolute;
    left: 40%;
    width: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

    .special-category-banner.layout-six .banner-cate-name h2 {
        color: #fff;
        font-size: 7.2rem;
        line-height: 1.2;
        font-weight: 300;
    }

        .special-category-banner.layout-six .banner-cate-name h2 b {
            font-weight: 300;
            opacity: 0.6;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
            filter: alpha(opacity=60);
            display: block;
        }

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    .special-category-banner.layout-six .banner-cate-name h2 {
        font-size: 3.8rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .special-category-banner.layout-six .banner-cate-name h2 {
        font-size: 5rem;
    }
}

.special-category-banner.layout-six .banner-cate-name .btn-transparent {
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 35px;
    font-size: 1.3rem;
    margin-top: 28px;
    display: inline-block;
}

/*===========================================
Start Slider Categories Area / index5.html
============================================*/
.slider-categories-wrapper .single-slider-category .category-thumb {
    position: relative;
    overflow: hidden;
    padding: 5px;
}

    .slider-categories-wrapper .single-slider-category .category-thumb:after {
        background-color: rgba(255, 255, 255, 0.3);
        content: "";
        position: absolute;
        top: 0;
        right: auto;
        left: calc(-100% + 0px);
        -webkit-transform: skew(-25deg, 0deg);
        transform: skew(-25deg, 0deg);
        height: 100%;
        width: 30%;
        padding: 5px;
    }

    .slider-categories-wrapper .single-slider-category .category-thumb img {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
        -webkit-transition: 0.3s 0.3s ease-out;
        transition: 0.3s 0.3s ease-out;
    }

    .slider-categories-wrapper .single-slider-category .category-thumb .category-name {
        position: absolute;
        left: 5px;
        bottom: 0%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

        .slider-categories-wrapper .single-slider-category .category-thumb .category-name a {
            background-color: #262626;
            padding: 10px 18px;
            color: #fff;
            border-radius: 0 30px 30px 0;
        }

.slider-categories-wrapper .single-slider-category:hover .category-thumb:after {
    left: calc(100% + 100px);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: 0.5s 0.5s ease-out;
    transition: 0.5s 0.5s ease-out;
}

.slider-categories-wrapper .single-slider-category:hover .category-thumb img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.slider-categories-wrapper .slick-slider .slick-dots .slick-active {
    background-color: #690404;
    border-color: #690404;
}

/*===============================
Products Style Here
================================*/
.products-wrapper {
    /*overflow: hidden;*/
}

    .products-wrapper .slick-slider .slick-list {
        margin: 0 -15px;
    }

        .products-wrapper .slick-slider .slick-list .slick-slide {
            margin: 0 7px;
        }

    .products-wrapper .slick-slider .slick-dots {
        margin-top: 48px;
    }

@media only screen and (max-width: 767.98px) {
    .products-wrapper .slick-slider .slick-dots {
        margin-top: 25px;
    }
}

.products-wrapper .slick-slider .slick-dots .slick-active {
    background-color: #690404;
    border-color: #690404;
}

.products-wrapper .product-centerCarousel-wrap {
    padding-bottom: 60px;
}

    .products-wrapper .product-centerCarousel-wrap .slick-slider .slick-list {
        margin: 0 -10px;
    }

        .products-wrapper .product-centerCarousel-wrap .slick-slider .slick-list .slick-slide {
            margin: 0 10px;
        }

    .products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow {
        background-color: transparent;
        border: 1px solid #8d8d8d;
        color: #8d8d8d;
        border-radius: 50%;
        -webkit-transition: 0.2s 0.2s ease-out;
        transition: 0.2s 0.2s ease-out;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
        pointer-events: visible;
        top: calc(100% + 45px);
        left: 50%;
        height: 30px;
        width: 30px;
    }

        .products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow.slick-prev {
            margin-left: -35px;
        }

        .products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow.slick-next {
            margin-left: 5px;
        }

        .products-wrapper .product-centerCarousel-wrap .slick-slider .slick-arrow:hover {
            color: #690404;
            border-color: #690404;
        }

.single-product-wrap {
    overflow: hidden;
    text-align: center;
    z-index: 1;
    border: solid 1px #eaeaea;
    text-align: center;
}

    .single-product-wrap .product-thumbnail {
        position: relative;
        overflow: hidden;
    }

        .single-product-wrap .product-thumbnail a img {
            -webkit-transition: 0.3s 0.2s ease-out;
            transition: 0.3s 0.2s ease-out;
            width: 100%;
            z-index: 1;
        }

            .single-product-wrap .product-thumbnail a img.secondary-thumb {
                position: absolute;
                left: 0;
                top: 0;
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                filter: alpha(opacity=0);
                visibility: hidden;
                pointer-events: none;
            }

        .single-product-wrap .product-thumbnail .product-hvr-content > .btn-addToCart {
            font-size: 1.3rem;
            text-transform: capitalize;
            position: absolute;
            left: 0;
            bottom: 0;
            line-height: 1;
            width: 100%;
            -webkit-transition: 0.3s 0.2s ease-out;
            transition: 0.3s 0.2s ease-out;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
            visibility: hidden;
            pointer-events: none;
            z-index: 3;
        }

@media only screen and (max-width: 767.98px) {
    .single-product-wrap .product-thumbnail .product-hvr-content > .btn-addToCart {
        padding: 13px 10px;
    }
}

.single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group {
    position: absolute;
    bottom: 80px;
    right: 30px;
    z-index: 3;
}

    .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a, .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span {
        background-color: #fff;
        color: #262626;
        font-size: 1.8rem;
        border-radius: 50%;
        display: block;
        line-height: 50px;
        margin-bottom: 10px;
        padding: 0;
        cursor: pointer;
        height: 45px;
        width: 45px;
        -webkit-transition: 0.2s 0.2s ease-out;
        transition: 0.2s 0.2s ease-out;
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
    }

        .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a:hover, .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span:hover {
            background-color: #690404;
            color: #fff;
            -webkit-transition-delay: 0.1s !important;
            transition-delay: 0.1s !important;
        }

            .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a:hover button, .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span:hover button {
                color: #fff;
            }

        .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a:last-child, .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span:last-child {
            margin-bottom: 0;
        }

    .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group button {
        display: inline-block;
        width: 100%;
    }

.single-product-wrap .product-details {
    background-color: #f1f1f1;
    padding: 10px 0;
    text-align:center;
}
.products-wrapper h3 {
    font-size:15px!important;
}

.single-product-wrap .product-details .product-name {
    font-size: 15px;
    line-height: normal;
    margin: 0 !important;
    font-weight: 600;
}

        .single-product-wrap .product-details .product-name a {
            color: #262626;
        }

            .single-product-wrap .product-details .product-name a:hover {
                color: #690404;
            }

    .single-product-wrap .product-details .product-prices {
        color: #111;
        font-size: 20px;
        font-weight: bold;
        margin: 10px 0 !important;
        line-height: unset;
    }

        .single-product-wrap .product-details .product-prices del {
            color: #8d8d8d;
            margin-right: 5px;
            font-size: 14px !important;
        }

    .single-product-wrap .product-details .product-desc {
        color: #8d8d8d;
        font-size: 1.4rem;
        line-height: 2;
        margin-bottom: 0;
    }

    .single-product-wrap .product-details .list-view-content {
        display: none;
    }

        .single-product-wrap .product-details .list-view-content .btn {
            padding: 15px 45px;
        }

        .single-product-wrap .product-details .list-view-content a {
            margin-right: 20px;
            vertical-align: middle;
            display: inline-block;
        }

            .single-product-wrap .product-details .list-view-content a i {
                color: #262626;
                font-size: 2rem;
            }

                .single-product-wrap .product-details .list-view-content a i:hover {
                    color: #690404;
                }

.single-product-wrap .product-badge {
    background-color: #262626;
    color: #fff;
    padding: 15px 12px;
    font-size: 1.2rem;
    text-transform: capitalize;
    line-height: 1;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    min-width: 85px;
    -webkit-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
}

    .single-product-wrap .product-badge.sale {
        background-color: #79bf56;
    }

    .single-product-wrap .product-badge.hot {
        background-color: #ea6153;
    }

.single-product-wrap:hover .product-thumbnail a img.primary-thumb {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
    pointer-events: none;
}

.single-product-wrap:hover .product-thumbnail a img.secondary-thumb {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: visible;
}

.single-product-wrap:hover .product-thumbnail .product-hvr-content .btn-addToCart {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
    pointer-events: visible;
}

.single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group a, .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group span {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    visibility: visible;
}

    .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group a:nth-child(2), .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group span:nth-child(2) {
        -webkit-transition-delay: 0.45s;
        transition-delay: 0.45s;
    }

    .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group a:nth-child(3), .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group span:nth-child(3) {
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }

    .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group a:nth-child(4), .single-product-wrap:hover .product-thumbnail .product-hvr-content .prod-btn-group span:nth-child(4) {
        -webkit-transition-delay: 0.55s;
        transition-delay: 0.55s;
    }

.single-product-wrap:hover .product-thumbnail .product-hvr-content .product-badge {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}

.layout-two .single-product-wrap {
    position: relative;
}

    .layout-two .single-product-wrap:after {
        background-color: #000;
        content: "";
        position: absolute;
        pointer-events: none;
        left: 0;
        top: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: 0.2s 0.2s ease-out;
        transition: 0.2s 0.2s ease-out;
        visibility: hidden;
        height: 100%;
        width: 100%;
        z-index: 2;
    }

@media only screen and (max-width: 767.98px) {
    .layout-two .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group {
        bottom: 100px;
    }
}

@media only screen and (max-width: 767.98px) {
    .layout-two .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group span, .layout-two .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a {
        font-size: 1.4rem;
        line-height: 40px;
        height: 35px;
        width: 35px;
    }
}

.layout-two .single-product-wrap .product-details {
    position: absolute;
    bottom: -50px;
    width: 100%;
    -webkit-transition: 0.3s 0.2s ease-out;
    transition: 0.3s 0.2s ease-out;
    z-index: 3;
}

    .layout-two .single-product-wrap .product-details * {
        color: #fff !important;
    }

.layout-two .single-product-wrap:hover:after {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    visibility: visible;
}

.layout-two .single-product-wrap:hover .product-details {
    top: auto;
    bottom: 50px;
}

.product-filter-menu {
    margin-bottom: 30px;
    position: relative;
    z-index: 22;
}

@media only screen and (max-width: 767.98px) {
    .product-filter-menu {
        margin-bottom: 20px;
    }
}

.product-filter-menu ul li {
    font-size: 1.6rem;
    line-height: 1;
    color: #8d8d8d;
    text-transform: capitalize;
    margin: 0 20px;
    position: relative;
    -webkit-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
    cursor: pointer;
    padding-bottom: 5px;
}

@media only screen and (max-width: 767.98px) {
    .product-filter-menu ul li {
        margin-bottom: 10px;
    }
}

.product-filter-menu ul li:hover {
    color: #262626;
}

.product-filter-menu ul li.active {
    color: #262626;
}

    .product-filter-menu ul li.active:before {
        background-color: #262626;
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        width: 100%;
    }

.product-filter-menu.layout-two {
    margin-bottom: 65px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .product-filter-menu.layout-two {
        margin-bottom: 36px;
    }
}

@media only screen and (max-width: 767.98px) {
    .product-filter-menu.layout-two {
        margin-bottom: 30px;
    }
}

.product-filter-menu.layout-two li {
    font-size: 3.6rem;
    color: #D4D4D4;
    padding-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .product-filter-menu.layout-two li {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .product-filter-menu.layout-two li {
        font-size: 2.2rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .product-filter-menu.layout-two li {
        font-size: 1.6rem;
    }
}

.product-filter-menu.layout-two li:before {
    display: none;
}

.product-filter-menu.layout-three {
    margin-bottom: 45px;
}

@media only screen and (max-width: 767.98px) {
    .product-filter-menu.layout-three {
        margin-bottom: 20px;
    }
}

.product-filter-menu.layout-three li {
    font-size: 1.3rem;
}

.product-category-filter-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-top: -50px;
}

@media only screen and (max-width: 767.98px) {
    .product-category-filter-wrap {
        margin-top: -30px;
    }
}

.product-category-filter-wrap .single-product-wrap {
    max-width: 25%;
    -webkit-box-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    margin-top: 50px;
}

@media only screen and (max-width: 479.98px) {
    .product-category-filter-wrap .single-product-wrap {
        max-width: 100% !important;
        -webkit-box-flex: 0 0 100% !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .product-category-filter-wrap .single-product-wrap {
        max-width: 50%;
        -webkit-box-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .product-category-filter-wrap .single-product-wrap {
        max-width: 33.333%;
        -webkit-box-flex: 0 0 33.333%;
        -ms-flex: 0 0 33.333%;
        flex: 0 0 33.333%;
    }
}

.grid-three {
    margin: -20px -10px 0;
}

    .grid-three .single-product-wrap {
        margin: 0 10px;
        max-width: calc(33.333% - 20px);
        -webkit-box-flex: 0 0 calc(33.333% - 20px);
        -ms-flex: 0 0 calc(33.333% - 20px);
        flex: 0 0 calc(33.333% - 20px);
        margin-top: 20px;
    }

@media only screen and (max-width: 479.98px) {
    .grid-three .single-product-wrap {
        max-width: calc(100% - 20px) !important;
        -webkit-box-flex: 0 0 calc(100% - 20px) !important;
        -ms-flex: 0 0 calc(100% - 20px) !important;
        flex: 0 0 calc(100% - 20px) !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .grid-three .single-product-wrap {
        max-width: calc(50% - 20px);
        -webkit-box-flex: 0 0 calc(50% - 20px);
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .grid-three .single-product-wrap {
        max-width: calc(50% - 20px);
        -webkit-box-flex: 0 0 calc(50% - 20px);
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
}

.grid-four {
    margin: -50px -10px 0;
}

    .grid-four .single-product-wrap {
        margin: 0 10px;
        max-width: calc(25% - 20px);
        -webkit-box-flex: 0 0 calc(25% - 20px);
        -ms-flex: 0 0 calc(25% - 20px);
        flex: 0 0 calc(25% - 20px);
        margin-top: 50px;
    }

@media only screen and (max-width: 479.98px) {
    .grid-four .single-product-wrap {
        max-width: calc(100% - 20px) !important;
        -webkit-box-flex: 0 0 calc(100% - 20px) !important;
        -ms-flex: 0 0 calc(100% - 20px) !important;
        flex: 0 0 calc(100% - 20px) !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .grid-four .single-product-wrap {
        max-width: calc(50% - 20px);
        -webkit-box-flex: 0 0 calc(50% - 20px);
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .grid-four .single-product-wrap {
        max-width: calc(33.333% - 20px);
        -webkit-box-flex: 0 0 calc(33.333% - 20px);
        -ms-flex: 0 0 calc(33.333% - 20px);
        flex: 0 0 calc(33.333% - 20px);
    }
}

.grid-five {
    margin: -50px -10px 0;
}

    .grid-five .single-product-wrap {
        margin: 0 10px;
        max-width: calc(20% - 20px);
        -webkit-box-flex: 0 0 calc(20% - 20px);
        -ms-flex: 0 0 calc(20% - 20px);
        flex: 0 0 calc(20% - 20px);
        margin-top: 50px;
    }

@media only screen and (max-width: 479.98px) {
    .grid-five .single-product-wrap {
        max-width: calc(100% - 20px) !important;
        -webkit-box-flex: 0 0 calc(100% - 20px) !important;
        -ms-flex: 0 0 calc(100% - 20px) !important;
        flex: 0 0 calc(100% - 20px) !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .grid-five .single-product-wrap {
        max-width: calc(50% - 20px);
        -webkit-box-flex: 0 0 calc(50% - 20px);
        -ms-flex: 0 0 calc(50% - 20px);
        flex: 0 0 calc(50% - 20px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .grid-five .single-product-wrap {
        max-width: calc(33.333% - 20px);
        -webkit-box-flex: 0 0 calc(33.333% - 20px);
        -ms-flex: 0 0 calc(33.333% - 20px);
        flex: 0 0 calc(33.333% - 20px);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .grid-five .single-product-wrap {
        max-width: calc(25% - 20px);
        -webkit-box-flex: 0 0 calc(25% - 20px);
        -ms-flex: 0 0 calc(25% - 20px);
        flex: 0 0 calc(25% - 20px);
    }
}

.masonry-layout .single-product-wrap .product-thumbnail {
    overflow: hidden;
}

    .masonry-layout .single-product-wrap .product-thumbnail.masonry-height-530 {
        max-height: 530px;
    }

    .masonry-layout .single-product-wrap .product-thumbnail.masonry-height-350 {
        max-height: 350px;
    }

.product-load-more-wrap .btn-transparent {
    border-color: #262626;
    padding: 15px 40px;
}

    .product-load-more-wrap .btn-transparent:hover {
        border-color: #690404;
    }

.products-on-column {
    margin-top: -30px;
}

    .products-on-column .single-product-wrap {
        margin-top: 30px;
    }

.products-wrapper.list-view [class*=col-] {
    max-width: 100%;
    -webkit-box-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}

    .products-wrapper.list-view [class*=col-] .single-product-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

@media only screen and (max-width: 767.98px) {
    .products-wrapper.list-view [class*=col-] .single-product-wrap {
        display: block;
    }
}

.products-wrapper.list-view [class*=col-] .single-product-wrap .product-thumbnail {
    max-width: 320px;
    -webkit-box-flex: 0 0 320px;
    -ms-flex: 0 0 320px;
    flex: 0 0 320px;
}

@media only screen and (max-width: 767.98px) {
    .products-wrapper.list-view [class*=col-] .single-product-wrap .product-thumbnail {
        max-width: 100%;
        -webkit-box-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

.products-wrapper.list-view [class*=col-] .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group {
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .products-wrapper.list-view [class*=col-] .single-product-wrap .product-thumbnail .product-hvr-content .prod-btn-group a {
        display: none;
    }

.products-wrapper.list-view [class*=col-] .single-product-wrap .product-thumbnail .product-hvr-content .btn-addToCart {
    display: none;
}

.products-wrapper.list-view [class*=col-] .single-product-wrap .product-details {
    max-width: calc(100% - 320px);
    -webkit-box-flex: 0 0 calc(100% - 320px);
    -ms-flex: 0 0 calc(100% - 320px);
    flex: 0 0 calc(100% - 320px);
    text-align: left;
    margin-left: 50px;
    margin-top: 0;
}

@media only screen and (max-width: 767.98px) {
    .products-wrapper.list-view [class*=col-] .single-product-wrap .product-details {
        max-width: 100%;
        -webkit-box-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .products-wrapper.list-view [class*=col-] .single-product-wrap .product-details {
        margin-left: 30px;
    }
}

.products-wrapper.list-view [class*=col-] .single-product-wrap .product-details .product-name, .products-wrapper.list-view [class*=col-] .single-product-wrap .product-details .product-prices {
    font-size: 1.8rem;
}

.products-wrapper.list-view [class*=col-] .single-product-wrap .product-details .product-prices {
    margin: 30px 0 20px;
}

@media only screen and (max-width: 767.98px) {
    .products-wrapper.list-view [class*=col-] .single-product-wrap .product-details .product-prices {
        margin: 15px 0 10px;
    }
}

.products-wrapper.list-view [class*=col-] .single-product-wrap .product-details .list-view-content {
    display: block;
}

/*===============================
Start Instagram Feed Area
================================*/
.instagram-item {
    position: relative;
}

    .instagram-item:hover .instagram-image::before {
        opacity: 0.5;
        visibility: visible;
    }

    .instagram-item:hover .add-action {
        top: 50%;
    }

        .instagram-item:hover .add-action a {
            opacity: 1;
            visibility: visible;
        }

    .instagram-item .add-action {
        position: absolute;
        top: calc(50% + 30px);
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 2;
    }

        .instagram-item .add-action a {
            background-color: #fff;
            border-radius: 100%;
            width: 45px;
            height: 45px;
            line-height: 47px;
            display: block;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            text-align: center;
            font-size: 18px;
        }

            .instagram-item .add-action a i {
                color: #000;
            }

            .instagram-item .add-action a:hover {
                background-color: #690404;
            }

                .instagram-item .add-action a:hover i {
                    color: #fff;
                }

.instagram-image {
    position: relative;
    display: block;
    overflow: hidden;
}

    .instagram-image::before {
        background-color: #000;
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 1;
        pointer-events: none;
    }

    .instagram-image img {
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        display: block;
        width: 100%;
    }

/*=========================================
Start Spacial Offers Product Area
=============================================*/
.special-content-wrap {
    margin-top: -30px;
}

.single-special-product {
    margin-top: 30px;
}

    .single-special-product .single-product-wrap .product-hvr-content .prod-btn-group {
        right: auto;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

        .single-special-product .single-product-wrap .product-hvr-content .prod-btn-group a, .single-special-product .single-product-wrap .product-hvr-content .prod-btn-group span {
            display: inline-block;
            margin-bottom: 0;
            margin-right: 10px;
        }

            .single-special-product .single-product-wrap .product-hvr-content .prod-btn-group a:last-child, .single-special-product .single-product-wrap .product-hvr-content .prod-btn-group span:last-child {
                margin-right: 0;
            }

    .single-special-product .single-product-wrap .product-details {
        position: relative;
    }

        .single-special-product .single-product-wrap .product-details .product-prices {
            position: absolute;
            right: 30px;
            top: -23px;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            z-index: 3;
        }

@media only screen and (max-width: 767.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .single-special-product .single-product-wrap .product-details .product-prices {
        top: -30px;
        right: 15px;
    }
}

.single-special-product .single-product-wrap .product-details .product-prices .price {
    background-color: #690404;
    color: #fff;
    font-size: 1.8rem;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    border-radius: 50%;
    line-height: 1;
    margin-bottom: 0;
    height: 90px;
    width: 90px;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .single-special-product .single-product-wrap .product-details .product-prices .price {
        font-size: 1.3rem;
        height: 60px;
        width: 60px;
    }
}

.single-special-product .single-product-wrap .product-details .product-prices .price span {
    font-size: 1.2rem;
    display: block;
    margin-bottom: 5px;
}

.sale-countdown-wrap {
    margin-top: 20px;
}

    .sale-countdown-wrap .sale-countdown {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-justify-content: center;
        -ms-justify-content: center;
        -webkit-box-pack: center;
        justify-content: center;
        -ms-flex-pack: center;
    }

        .sale-countdown-wrap .sale-countdown .countdown-item {
            margin-right: 45px;
        }

@media only screen and (max-width: 767.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .sale-countdown-wrap .sale-countdown .countdown-item {
        margin-right: 20px;
    }
}

.sale-countdown-wrap .sale-countdown .countdown-item:last-child {
    margin-right: 0;
}

.sale-countdown-wrap .sale-countdown .countdown-item span {
    display: block;
}

    .sale-countdown-wrap .sale-countdown .countdown-item span.countdown-time {
        font-size: 3rem;
        line-height: 1;
        font-weight: 500;
    }

@media only screen and (max-width: 767.98px) {
    .sale-countdown-wrap .sale-countdown .countdown-item span.countdown-time {
        font-size: 2rem;
    }
}

.sale-countdown-wrap .sale-countdown .countdown-item span.countdown-label {
    color: #8d8d8d;
    font-size: 1.3rem;
}

/*===============================
Start Call to Action Area
================================*/
.call-to-action-wrapper {
    background-color: #f9f9f9;
    padding: 55px 0;
}

    .call-to-action-wrapper .call-action-content-wrapper {
        margin-top: -30px;
    }

.single-call-to-action-wrap {
    color: #8d8d8d;
    font-size: 1.1rem;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

.sosyaliconleft a {
    margin-right: 7px !important;
}

.single-call-to-action-wrap * {
    margin: 0;
    color: #690404;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}

.single-call-to-action-wrap h2 {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 5px;
}

.single-call-to-action-wrap .action-icon {
    margin-right: 20px;
    max-width: 50px;
}

.call-to-action-wrapper.layout-two {
    background-color: #e4e4e445;
    padding: 30px 0;
}

@media only screen and (max-width: 767.98px) {
    .call-to-action-wrapper.layout-two {
        padding: 50px 0;
    }
}

#footer-area {
    background-color: #690404;
}

.call-to-action-wrapper.layout-two .single-call-to-action-wrap {
    font-size: 1.2rem;
    background-color: #fff;
    padding: 14px;
    border-radius: 10px;
}

    .call-to-action-wrapper.layout-two .single-call-to-action-wrap h2 {
        font-weight: 600;
        color: #111;
        text-transform: uppercase;
    }

    .call-to-action-wrapper.layout-two .single-call-to-action-wrap .action-icon i {
        font-size: 4.5rem;
        line-height: 1;
        color: #f44336;
    }

#my-account-page-wrapper {
    /* background-image: url(/assets/img/login5.jpg);*/
    background-position: center center !important;
    background-repeat: no-repeat !important;
    background-color: #f0f0ee;
    width: 100%;
    background-size: cover;
    height: 100% !important;
}

.my-account-item-wrapper {
    width: 500px !important;
    margin: 0 auto;
    padding: 19px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
/*===============================
Start Banner Area // Home3
================================*/
.banner-content-wrap {
    background-image: url("../img/banner/home3-banner-bg.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner-content-wrap {
        padding: 80px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-content-wrap {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 479.98px) {
    .banner-content-wrap [class*=col-] {
        max-width: 100%;
        -webkit-box-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-content-wrap .banner-content {
        padding: 0 20px;
    }
}

.banner-content-wrap .banner-content h4, .banner-content-wrap .banner-content h2 {
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 9px;
}

.banner-content-wrap .banner-content h4 {
    font-size: 25px;
    margin-top: -5px;
    font-weight: 600
}

@media only screen and (max-width: 767.98px) {
    .banner-content-wrap .banner-content h4 {
        font-size: 2rem;
    }
}

.banner-content-wrap .banner-content h2 {
    font-size: 18px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner-content-wrap .banner-content h2 {
        font-size: 6rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-content-wrap .banner-content h2 {
        font-size: 4rem;
    }
}

.banner-content-wrap .banner-content h3 {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 300;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767.98px) {
    .banner-content-wrap .banner-content h3 {
        margin-bottom: 25px;
    }
}

.banner-content-wrap .banner-content .btn-transparent {
    border-width: 2px;
    border-color: #262626;
    padding: 15px 45px;
}

@media only screen and (max-width: 767.98px) {
    .banner-content-wrap .banner-content .btn-transparent {
        padding: 10px 30px;
    }
}

.banner-content-wrap .banner-content .btn-transparent:hover {
    border-color: #690404;
}

/*===========================================
Start Banner Area // Home4
=============================================*/
.banner-area-wrapper.layout-two {
    background-image: url("../img/kalip-ofisi.png");
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 145px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .banner-area-wrapper.layout-two {
        padding: 70px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .banner-area-wrapper.layout-two {
        padding: 50px 0;
    }
}

.banner-area-wrapper.layout-two .banner-content-wrap {
    background-image: none;
    padding: 0;
}

    .banner-area-wrapper.layout-two .banner-content-wrap * {
        color: #fff;
    }

    .banner-area-wrapper.layout-two .banner-content-wrap .btn-transparent {
        border-color: #F44336;
        background-color: #F44336;
        border-radius: 25px;
    }

        .banner-area-wrapper.layout-two .banner-content-wrap .btn-transparent:hover {
            border-color: #fff;
            background-color: transparent;
            border-radius: 25px;
        }

/*==========================================
Start Summer Banner Area / index6.html
===========================================*/
.summer-banner-area {
    background-image: url("../img/summer.jpg");
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 200px 0;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .summer-banner-area {
        padding: 130px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .summer-banner-area {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .summer-banner-area {
        padding: 50px 0;
    }
}

.summer-banner-area:before {
    background-color: rgba(0, 0, 0, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.summer-banner-area .summer-banner-content h4, .summer-banner-area .summer-banner-content h2 {
    text-transform: uppercase;
    color: #fff;
}

.summer-banner-area .summer-banner-content h4 {
    font-size: 2rem;
    margin-top: -5px;
    margin-bottom: 10px;
    letter-spacing: 2px;
}

@media only screen and (max-width: 575.98px) {
    .summer-banner-area .summer-banner-content h4 {
        font-size: 1.7rem;
    }
}

.summer-banner-area .summer-banner-content h2 {
    font-size: 12rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .summer-banner-area .summer-banner-content h2 {
        font-size: 9rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .summer-banner-area .summer-banner-content h2 {
        font-size: 4rem;
    }
}

.summer-banner-area .summer-banner-content .btn-brand {
    background-color: #fff;
    color: #262626;
    padding: 20px 60px;
    margin-top: 83px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .summer-banner-area .summer-banner-content .btn-brand {
        margin-top: 38px;
    }
}

@media only screen and (max-width: 767.98px) {
    .summer-banner-area .summer-banner-content .btn-brand {
        margin-top: 18px;
        padding: 10px 25px;
    }
}

.summer-banner-area .summer-banner-content .btn-brand:hover {
    background-color: #690404;
    color: #fff;
}

.summer-banner-area.layout-two {
    background-image: url("../img/new-summer.jpg");
    background-attachment: scroll;
    padding: 143px 0 160px;
    position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .summer-banner-area.layout-two {
        padding: 48px 0 60px;
    }
}

@media only screen and (max-width: 767.98px) {
    .summer-banner-area.layout-two {
        padding: 45px 0 50px;
    }
}

.summer-banner-area.layout-two .summer-banner-content * {
    text-transform: capitalize;
    color: #fff;
}

.summer-banner-area.layout-two .summer-banner-content h4 {
    font-weight: 400;
    font-size: 2.4rem;
    margin: 10px 0 40px;
}

@media only screen and (max-width: 767.98px) {
    .summer-banner-area.layout-two .summer-banner-content h4 {
        margin: 10px 0 20px;
    }
}

.summer-banner-area.layout-two .summer-banner-content .btn-transparent {
    border: 2px solid #fff;
    padding: 15px 50px;
    display: inline-block;
}

    .summer-banner-area.layout-two .summer-banner-content .btn-transparent:hover {
        border-color: #690404;
    }

.summer-banner-area.layout-three {
    background-image: url("../img/summer-sale-bg.jpg");
    background-attachment: scroll;
}

    .summer-banner-area.layout-three h4 {
        font-size: 4.8rem;
        font-weight: 600;
        text-transform: capitalize;
        margin-bottom: 28px;
    }

@media only screen and (max-width: 575.98px) {
    .summer-banner-area.layout-three h4 {
        font-size: 3.5rem;
    }
}

.summer-banner-area.layout-three img {
    display: block;
    margin: auto;
}

@media only screen and (max-width: 767.98px) {
    .summer-banner-area.layout-three img {
        max-width: 65%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .summer-banner-area.layout-three img {
        max-width: 45%;
    }
}

.summer-banner-area.layout-three .btn-brand {
    margin-top: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .summer-banner-area.layout-three .btn-brand {
        margin-top: 38px;
    }
}

@media only screen and (max-width: 767.98px) {
    .summer-banner-area.layout-three .btn-brand {
        margin-top: 18px;
        padding: 10px 25px;
    }
}

.summer-banner-area.layout-three .btn-brand:hover {
    background-color: #690404;
    color: #fff;
}

/*===============================
Start Testimonial Area
================================*/
.testimonial-area-wrapper {
    background-color: #f9f9f9;
    padding: 50px 0 70px;
}

    .testimonial-area-wrapper .testimonial-content-wrapper {
        position: relative;
    }

        .testimonial-area-wrapper .testimonial-content-wrapper:before {
            content: url("../img/icons/quote.png");
            display: inline-block;
            margin-bottom: 23px;
        }

        .testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap {
            font-size: 2.6rem;
            line-height: 1.5;
            font-family: "Playfair Display", serif;
        }

@media only screen and (max-width: 767.98px) {
    .testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap {
        font-size: 2rem;
        line-height: 1.5;
    }
}

.testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap * {
    margin-bottom: 0;
}

.testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap .client-name {
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 400;
    font-family: Montserrat margin-top: 30px;
}

    .testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap .client-name .client-type {
        margin-left: 25px;
        position: relative;
    }

        .testimonial-area-wrapper .testimonial-content-wrapper .single-testimonial-wrap .client-name .client-type:before {
            background-color: #262626;
            border-radius: 50%;
            content: "";
            position: absolute;
            left: -16px;
            top: 50%;
            -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
            height: 5px;
            width: 5px;
        }

/*===============================
Start Newsletter Area
================================*/
#newsletter-area-wrap {
    background-image: url("../img/newsletterbg.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    padding: 125px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #newsletter-area-wrap {
        padding: 60px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    #newsletter-area-wrap {
        padding: 50px 0;
    }
}

#newsletter-area-wrap h2 {
    font-size: 3.6rem;
    line-height: 1.2;
    font-weight: 400;
    margin-top: -7px;
    margin-bottom: 0;
}

@media only screen and (max-width: 767.98px) {
    #newsletter-area-wrap h2 {
        font-size: 2.6rem;
    }
}

#newsletter-area-wrap .newsletter-area {
    margin-top: 22px;
}

    #newsletter-area-wrap .newsletter-area input[type=email] {
        border: none;
        padding: 25px 30px;
        padding-right: 110px;
    }

    #newsletter-area-wrap .newsletter-area button {
        right: 30px;
        font-size: 1.4rem;
    }

/*===============================
Start We Love Fashion Banner
================================*/
.love-fashion-text {
    color: #8d8d8d;
}

    .love-fashion-text h2 {
        font-family: "Playfair Display", serif;
        font-size: 6.4rem;
        line-height: 1.2;
        font-weight: 400;
        margin-bottom: 30px;
    }

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .love-fashion-text h2 {
        font-size: 3.6rem;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .love-fashion-text h2 {
        font-size: 4rem;
        margin-bottom: 10px;
    }
}

.love-fashion-text .btn {
    padding: 17px 40px;
    margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .love-fashion-text .btn {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767.98px) {
    .love-fashion-text .btn {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 767.98px) {
    .love-fashion-thumbnail img {
        max-width: 300px;
        margin: auto;
    }
}

/*===============================
Start Header Sale Discount Bar
================================*/
.header-discount-bar {
    background-color: #690404;
    border: none;
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
    border-radius: 0;
    font-weight: 300;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 10px 0;
}

@media only screen and (max-width: 575.98px) {
    .header-discount-bar {
        padding: 10px;
        font-size: 1.1rem;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .header-discount-bar {
        padding: 10px 0;
    }
}

.header-discount-bar p {
    margin: 0;
}

.header-discount-bar a {
    color: #fff;
    font-weight: 600;
}

    .header-discount-bar a:hover {
        color: #262626;
    }

.header-discount-bar .close-button-wrap {
    position: absolute;
    right: 50px;
    top: 50%;
    margin-top: -11px;
}

@media only screen and (max-width: 767.98px) {
    .header-discount-bar .close-button-wrap {
        right: 5px;
    }
}

.header-discount-bar .close-button-wrap .close {
    color: #fff;
    text-shadow: none;
    font-weight: 300;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    font-size: 2.2rem;
    line-height: 1;
}

.header-discount-bar.layout-two {
    background-color: #bdfbe1;
    padding: 10px;
    color: #262626;
    letter-spacing: normal;
    font-size: 1.4rem;
    font-weight: 500;
    text-transform: capitalize;
}

    .header-discount-bar.layout-two .btn {
        border-radius: 5px;
        margin-left: 15px;
        font-weight: 400;
    }

        .header-discount-bar.layout-two .btn:hover {
            background-color: #262626;
            color: #fff;
        }

    .header-discount-bar.layout-two .close {
        color: #000;
    }

/*===============================
Start Single Product Banner
================================*/
.single-product-banner-area {
    background-image: url("../img/product-banner/single-product-banner-1.jpg");
    background-size: cover;
    background-position: center center;
    padding: 250px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-product-banner-area {
        padding: 100px 0;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-product-banner-area {
        padding: 60px 0;
    }
}

.single-product-banner-area .single-product-banner-content h2 {
    font-size: 4.8rem;
    line-height: 1.2;
    font-weight: 400;
    margin-top: -7px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .single-product-banner-area .single-product-banner-content h2 {
        font-size: 3.6rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-product-banner-area .single-product-banner-content h2 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-product-banner-area .single-product-banner-content h2 {
        font-size: 2.4rem;
    }
}

.single-product-banner-area .single-product-banner-content h2 a {
    color: #262626;
}

.single-product-banner-area .single-product-banner-content .reference {
    font-size: 1.2rem;
    line-height: 1;
}

.single-product-banner-area .single-product-banner-content .price {
    display: block;
    font-size: 3.6rem;
    line-height: 1;
    font-weight: 300;
    margin: 30px 0 37px;
}

@media only screen and (max-width: 767.98px) {
    .single-product-banner-area .single-product-banner-content .price {
        font-size: 2.4rem;
        margin: 15px 0 20px;
    }
}

.single-product-banner-area .single-product-banner-content .btn-transparent {
    border-color: #262626;
    padding: 18px 60px;
}

@media only screen and (max-width: 767.98px) {
    .single-product-banner-area .single-product-banner-content .btn-transparent {
        padding: 12px 30px;
    }
}

.single-product-banner-area .single-product-banner-content .btn-transparent:hover {
    border-color: #690404;
}

/*===============================
Start Sidebar Area Wrapper
================================*/
.single-sidebar-wrap {
    margin-bottom: 58px;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-sidebar-wrap {
        margin-bottom: 38px;
    }
}

.single-sidebar-wrap:last-child {
    margin-bottom: 0;
}

.single-sidebar-wrap .sidebar-title {
    font-weight: 600;
    font-size: 23px;
    line-height: 1;
    color: #690404;
    margin-top: 5px;
    margin-bottom: 10px;
}

.sidebar-list {
    line-height: 1;
}

    .sidebar-list li {
        margin-bottom: 7px;
    }

        .sidebar-list li:last-child {
            margin-bottom: 0;
        }

.siparis_gorsel {
    background-size: contain;
    height: 75px;
    background-position: center center;
    background-repeat: no-repeat;
}

.sidebar-list li a {
    color: #fff;
    background-color: #373737;
    font-size: 13px;
    padding: 12px 8px;
    -webkit-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
    display: block;
    text-align: left !important;
}

    .sidebar-list li a:hover {
        text-decoration: none;
        background-color: #690404;
        color: #fff;
        padding: 12px 12px;
    }

    .sidebar-list li a span {
        float: right;
        text-align: center;
        width: 50px;
    }

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .sidebar-list li a span {
        float: none;
    }
}

.price-range-wrap {
    margin-right: 15px;
    padding-top: 8px;
}

    .price-range-wrap .price-range.ui-widget-content {
        border: none;
        background: #eeeeee;
        height: 3px;
    }

        .price-range-wrap .price-range.ui-widget-content .ui-slider-range {
            background: #262626;
        }

        .price-range-wrap .price-range.ui-widget-content .ui-slider-handle {
            border-radius: 50%;
            border: none;
            background: #262626;
            height: 15px;
            width: 15px;
            outline: none;
            top: -6px;
            cursor: ew-resize;
            margin-left: 0;
        }

    .price-range-wrap .range-slider {
        font-size: 1.4rem;
        line-height: 1;
        color: #8d8d8d;
        margin-top: 22px;
    }

        .price-range-wrap .range-slider * {
            margin: 0;
            line-height: 1;
        }

        .price-range-wrap .range-slider input#amount {
            border: none;
            outline: none;
            font-size: 1.4rem;
            line-height: 1;
            color: #8d8d8d;
            pointer-events: none;
            height: 12px;
        }

.size-list {
    margin-top: -2px;
}

    .size-list li {
        display: inline-block;
        margin: 4px 2px;
    }

        .size-list li a {
            border: 1px solid #dddddd;
            color: #8d8d8d;
            font-size: 1.2rem;
            text-align: center;
            display: block;
            line-height: 40px;
            height: 40px;
            width: 40px;
        }

            .size-list li a:hover {
                border-color: #262626;
                background-color: #262626;
                color: #fff;
            }

.tags-cloud li {
    display: inline-block;
    position: relative;
}

    .tags-cloud li:after {
        content: ",";
    }

    .tags-cloud li:last-child:after {
        display: none;
    }

    .tags-cloud li a {
        font-size: 1.4rem;
        line-height: 1;
        color: #262626;
    }

        .tags-cloud li a:hover {
            color: #690404;
        }

.sidebar-search-box form {
    position: relative;
}

    .sidebar-search-box form input[type=search] {
        outline: none;
        border: 1px solid #e7e7e7;
        font-size: 1.3rem;
        line-height: 1.5;
        padding: 15px 40px 15px 15px;
        display: block;
        -webkit-transition: 0.3s 0.2s ease-out;
        transition: 0.3s 0.2s ease-out;
        width: 100%;
    }

        .sidebar-search-box form input[type=search]:focus {
            border-color: #262626;
        }

    .sidebar-search-box form button {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        right: 15px;
        line-height: 1;
    }

        .sidebar-search-box form button:hover {
            color: #690404;
        }

.sidebar-author-profile .author-pic {
    max-width: 100px;
    max-height: 100px;
    margin: 0 auto 13px;
    border-radius: 50%;
    overflow: hidden;
}

.sidebar-author-profile .author-info {
    color: #8d8d8d;
    font-size: 1.3rem;
    line-height: 1.5;
}

    .sidebar-author-profile .author-info h4 {
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1;
    }

.sidebar-author-profile .author-social-link a {
    color: #8d8d8d;
    margin-right: 10px;
}

    .sidebar-author-profile .author-social-link a:last-child {
        margin-right: 0;
    }

    .sidebar-author-profile .author-social-link a:hover {
        color: #690404;
    }

.footer_logo {
    width: 210px !important;
}
/*==============================
Start Footer Section
============================*/


.contact-form-wrap {
    background-color: #fcfcfc;
    padding: 10px;
}

.contact-text a {
    margin-bottom: 5px !important;
}

.footer-widget-item-wrap {
    margin-top: 30px;
}

    .footer-widget-item-wrap  h2 {
        font-size: 18px !important ;
     
       
        font-weight: 700;
      
        margin-bottom: 15px;
        color: #fff;
    }

    .footer-widget-item-wrap .widget-body {
        color: #ffffff;
        font-size: 14px;
        letter-spacing: 0.4px;
        line-height: 1.5;
    }

        .footer-widget-item-wrap .widget-body a {
            color: #fff;
            display: block;
            font-size: 12px;
            font-weight: 500 !important;
        }

            .footer-widget-item-wrap .widget-body a:hover {
                color: #dfdfdf;
            }

        .footer-widget-item-wrap .widget-body .contact-text p {
            margin-bottom: 0;
            color: #fff;
        }

        .footer-widget-item-wrap .widget-body .contact-text a {
            margin-bottom: 5px;
        }

        .footer-widget-item-wrap .widget-body .about-text a {
            margin-bottom: 18px;
        }

        .footer-widget-item-wrap .widget-body .about-text p {
            margin-bottom: 0;
            line-height: 22px;
        }

.footer-bottom-wrapper {
    border-top: 1px solid #dfdfdf;
    padding: 15px 0;
    background-color: #ffffffd1;
}

    .footer-bottom-wrapper .copyright-text {
        font-size: 13px;
        color: #616161;
    }

        .footer-bottom-wrapper .copyright-text * {
            margin-bottom: 0;
            color: #111;
        }

        .footer-bottom-wrapper .copyright-text a {
            color: #111 !important;
        }

.newsletter-area form {
    position: relative;
}

    .newsletter-area form input[type=email] {
        border: none;
        border-bottom: 1px solid #dfdfdf;
        padding: 5px 70px 5px 0;
        display: block;
        outline: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 1.4rem;
        width: 100%;
    }

    .newsletter-area form button.btn {
        background-color: transparent;
        padding: 0;
        margin: 0;
        font-size: 1.2rem;
        line-height: 1;
        font-weight: 600;
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

        .newsletter-area form button.btn:hover {
            color: #690404;
        }

.newsletter-area .mailchimp-alerts {
    color: #690404;
}

.footer-menu li {
    margin-right: 20px;
    line-height: 0;
}

    .footer-menu li:last-child {
        margin-right: 0;
    }

    .footer-menu li a {
        font-size: 1.1rem;
        line-height: 1;
        color: #fff;
        text-transform: capitalize;
    }

        .footer-menu li a:hover {
            color: #fff;
        }

.footer-social-icons a {
    color: #fff !important;
    font-size: 11px !important;
    line-height: 1;
    margin-right: 20px;
}

    .footer-social-icons a:hover {
        color: #dfdfdf !important;
        font-size: 11px !important;
        line-height: 1;
        margin-right: 20px;
    }

    .footer-social-icons a:last-child {
        margin-right: 0;
    }

.footer-list li {
    margin-bottom: 18px;
    text-transform: capitalize;
}

    .footer-list li:last-child {
        margin-bottom: 0;
    }

#footer-area.footer-three {
    background-color: #262626;
    color: #fff;
}

    #footer-area.footer-three .about-text {
        margin-top: 0;
        color: #8d8d8d;
    }

@media only screen and (max-width: 575.98px) {
    #footer-area.footer-three .about-text {
        font-size: 1.2rem;
    }
}

#footer-area.footer-three .footer-menu li a {
    font-size: 1.8rem;
    color: #fff;
    margin-right: 15px;
}

@media only screen and (max-width: 575.98px) {
    #footer-area.footer-three .footer-menu li a {
        font-size: 1.1rem;
        margin-right: 0;
    }
}

#footer-area.footer-three .footer-menu li a:hover {
    color: #8d8d8d;
}

#footer-area.footer-three .footer-menu li:last-child a {
    margin-right: 0;
}

#footer-area.footer-three .footer-bottom-wrapper {
    border: none;
}

    #footer-area.footer-three .footer-bottom-wrapper .copyright-text {
        color: #8d8d8d;
    }

        #footer-area.footer-three .footer-bottom-wrapper .copyright-text a {
            color: #8d8d8d !important;
        }

    #footer-area.footer-three .footer-bottom-wrapper .footer-social-icons a {
        color: #fff !important;
    }

        #footer-area.footer-three .footer-bottom-wrapper .footer-social-icons a:hover {
            color: #690404 !important;
        }

.footer-four .footer-menu li a {
    font-weight: 700;
    color: #000;
    font-size: 1.2rem;
}

    .footer-four .footer-menu li a:hover {
        color: #690404;
    }

.footer-four .footer-bottom-wrapper {
    border-top: 0 solid transparent;
}

@media only screen and (max-width: 767.98px) {
    .footer-four .footer-widget-content {
        margin-top: -15px;
    }

        .footer-four .footer-widget-content .footer-widget-item-wrap {
            margin-top: 15px;
        }
}

/*===============================
Home Page Style Left Fixed Header
================================*/
.site-content-wrapper {
    position: relative;
    padding-left: 350px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .site-content-wrapper {
        padding-left: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .site-content-wrapper {
        padding-left: 250px;
    }
}

.site-content-wrapper .container-fluid {
    padding: 0 65px;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .site-content-wrapper .container-fluid {
        padding: 0 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 1200px) {
    .site-content-wrapper .summer-banner-area.hero-banner {
        height: 100vh;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .site-content-wrapper .summer-banner-area .summer-banner-content h2 {
        font-size: 8rem;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    .site-content-wrapper .summer-banner-area .summer-banner-content h2 {
        font-size: 10rem;
    }
}

.site-content-wrapper .summer-banner-area .summer-banner-content .btn {
    margin-top: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .site-content-wrapper .special-category-banner.layout-six .banner-cate-name h2 {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 479.98px) {
    .site-content-wrapper .special-category-banner.layout-six .banner-cate-name h2 {
        font-size: 2.5rem;
    }
}

.site-content-wrapper .special-category-banner.layout-six .banner-cate-name .btn-transparent {
    padding: 10px 15px;
    margin-top: 10px;
}

.site-content-wrapper .home-search-box {
    padding: 50px 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .site-content-wrapper .home-search-box {
        padding: 0 15px 30px;
    }
}

.site-content-wrapper .home-search-box .search-box-form input {
    border: none;
    font-size: 7rem;
    color: #848484;
    font-weight: 300;
    outline: none;
    text-align: center;
    width: 100%;
    display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .site-content-wrapper .home-search-box .search-box-form input {
        padding: 5px 10px;
        font-size: 4rem;
    }
}

@media only screen and (max-width: 575.98px) {
    .site-content-wrapper .home-search-box .search-box-form input {
        font-size: 2rem;
    }
}

.site-content-wrapper .home-search-box .search-box-form input::-webkit-input-placeholder {
    color: #848484;
}

.site-content-wrapper .home-search-box .search-box-form input::-moz-placeholder {
    color: #848484;
}

.site-content-wrapper .home-search-box .search-box-form input:-ms-input-placeholder {
    color: #848484;
}

.site-content-wrapper .home-search-box .search-box-form input::-ms-input-placeholder {
    color: #848484;
}

.site-content-wrapper .home-search-box .search-box-form input::placeholder {
    color: #848484;
}

.site-content-wrapper .home-search-box .search-box-form input::-moz-placeholder {
    color: #848484;
}

@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .site-content-wrapper .products-wrapper .grid-four .single-product-wrap {
        max-width: calc(33.333% - 20px);
        -webkit-box-flex: 0 0 calc(33.333% - 20px);
        -ms-flex: 0 0 calc(33.333% - 20px);
        flex: 0 0 calc(33.333% - 20px);
    }
}

.single-product-banner-wrapper .single-product-banner-area {
    height: 100vh;
}

    .single-product-banner-wrapper .single-product-banner-area.bg-1 {
        background-image: url("../img/product-banner/single-product-banner-2.jpg");
    }

    .single-product-banner-wrapper .single-product-banner-area.bg-3 {
        background-image: url("../img/product-banner/single-product-banner-3.jpg");
    }

    .single-product-banner-wrapper .single-product-banner-area.bg-4 {
        background-image: url("../img/product-banner/single-product-banner-4.jpg");
    }

/*========================================
Start Home Banner Wrapper // index13
=========================================*/
.single-home-banner-wrap .home-banner-content {
    max-width: 470px;
    margin: auto;
    color: #8d8d8d;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .single-home-banner-wrap .home-banner-content {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-home-banner-wrap .home-banner-content {
        margin-top: 23px;
    }
}

.single-home-banner-wrap .home-banner-content h2 {
    font-weight: 300;
    font-size: 3.6rem;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .single-home-banner-wrap .home-banner-content h2 {
        font-size: 3rem;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 479.98px) {
    .single-home-banner-wrap .home-banner-content h2 {
        font-size: 2rem;
        font-weight: 500;
    }
}

.single-home-banner-wrap .home-banner-content .btn {
    padding: 20px 60px;
    margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px), only screen and (max-width: 767.98px) {
    .single-home-banner-wrap .home-banner-content .btn {
        padding: 15px 30px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-home-banner-wrap:nth-child(2n) [class*=col-md-6] {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

        .single-home-banner-wrap:nth-child(2n) [class*=col-md-6]:last-child {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }
}

@media only screen and (max-width: 767.98px) {
    .single-home-banner-wrap:nth-child(1n+2) {
        margin-top: 50px;
    }
}

.layout-two .single-home-banner-wrap {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: 0;
    height: 100vh;
}

@media only screen and (max-width: 575.98px) {
    .layout-two .single-home-banner-wrap {
        height: auto;
        padding: 80px 0;
    }
}

.layout-two .single-home-banner-wrap.bg-1 {
    background-image: url("../img/banner/home14/h14-banner-1.jpg");
}

.layout-two .single-home-banner-wrap.bg-2 {
    background-image: url("../img/banner/home14/h14-banner-2.jpg");
}

.layout-two .single-home-banner-wrap.bg-3 {
    background-image: url("../img/banner/home14/h14-banner-3.jpg");
}

.layout-two .single-home-banner-wrap.bg-4 {
    background-image: url("../img/banner/home14/h14-banner-4.jpg");
}

.layout-two .single-home-banner-wrap .container, .layout-two .single-home-banner-wrap .row {
    height: 100%;
}

.layout-two .single-home-banner-wrap .home-banner-content {
    margin-top: 0;
    max-width: 100%;
}

    .layout-two .single-home-banner-wrap .home-banner-content h4 {
        text-transform: uppercase;
        color: #fff;
        font-size: 2rem;
        line-height: 1.2;
        letter-spacing: 2px;
        margin-bottom: 6px;
    }

@media only screen and (max-width: 575.98px) {
    .layout-two .single-home-banner-wrap .home-banner-content h4 {
        font-size: 1.6rem;
        font-weight: 600;
    }
}

.layout-two .single-home-banner-wrap .home-banner-content h2 {
    text-transform: capitalize;
    color: #fff;
    font-size: 14rem;
    line-height: 1;
    margin-bottom: 54px;
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .layout-two .single-home-banner-wrap .home-banner-content h2 {
        font-size: 8rem;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767.98px) {
    .layout-two .single-home-banner-wrap .home-banner-content h2 {
        font-size: 5rem;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 479.98px) {
    .layout-two .single-home-banner-wrap .home-banner-content h2 {
        font-size: 3rem;
    }
}

.layout-two .single-home-banner-wrap .home-banner-content .btn {
    background-color: #fff;
    color: #262626;
}

    .layout-two .single-home-banner-wrap .home-banner-content .btn:hover {
        background-color: #690404;
        color: #fff;
    }

.layout-two .two-column-banner .single-home-banner-wrap {
    background-attachment: scroll;
}

    .layout-two .two-column-banner .single-home-banner-wrap .home-banner-content h2 {
        font-size: 11rem;
        margin-bottom: 26px;
    }

@media only screen and (min-width: 1200px) and (max-width: 1599.98px), only screen and (min-width: 992px) and (max-width: 1199.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .layout-two .two-column-banner .single-home-banner-wrap .home-banner-content h2 {
        font-size: 8rem;
    }
}

@media only screen and (max-width: 767.98px) {
    .layout-two .two-column-banner .single-home-banner-wrap .home-banner-content h2 {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 479.98px) {
    .layout-two .two-column-banner .single-home-banner-wrap .home-banner-content h2 {
        font-size: 3rem;
    }
}

/*===============================
Start Latest Blog Area
================================*/
#latest-blog-wrapper .blog-content-wrap {
    margin-top: -35px;
}

.single-blog-post-wrap {
    margin-top: 35px;
}

    .single-blog-post-wrap .blog-post-thumbnail {
        overflow: hidden;
        position: relative;
    }

        .single-blog-post-wrap .blog-post-thumbnail:before {
            background-color: rgba(0, 0, 0, 0.2);
            content: "";
            position: absolute;
            pointer-events: none;
            left: 0;
            top: 0;
            -webkit-transition: 0.2s 0.2s ease-out;
            transition: 0.2s 0.2s ease-out;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            visibility: hidden;
            height: 100%;
            width: 100%;
            z-index: 1;
        }

        .single-blog-post-wrap .blog-post-thumbnail img {
            -webkit-transform: scale(1.1);
            transform: scale(1.1);
            -webkit-transition: 0.2s 0.2s ease-out;
            transition: 0.2s 0.2s ease-out;
        }

    .single-blog-post-wrap .blog-post-content {
        font-size: 1.3rem;
        line-height: 1.8;
        color: #8d8d8d;
        font-weight: 300;
        margin-top: 0px;
    }

        .single-blog-post-wrap .blog-post-content h2 {
            font-size: 1.8rem;
            line-height: 1.2;
            font-weight: 600;
            margin-bottom: 22px;
            color:#111
        }

            .single-blog-post-wrap .blog-post-content h2 a {
                color: #262626;
            }

                .single-blog-post-wrap .blog-post-content h2 a:hover {
                    color: #690404;
                }

        .single-blog-post-wrap .blog-post-content .btn {
            padding: 13px 40px;
            margin-top: 8px;
        }

            .single-blog-post-wrap .blog-post-content .btn.btn-transparent {
                border: 2px solid #D4D4D4;
            }

                .single-blog-post-wrap .blog-post-content .btn.btn-transparent:hover {
                    border-color: #262626;
                    background-color: #262626;
                }

    .single-blog-post-wrap:hover .blog-post-thumbnail:before {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .single-blog-post-wrap:hover .blog-post-thumbnail img {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .single-blog-post-wrap.video-thumb .blog-post-thumbnail:after {
        content: ">";
        font-family: "dl-icon";
        background-color: #fff;
        border-radius: 50%;
        font-size: 1.6rem;
        text-align: center;
        padding-left: 3px;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        line-height: 60px;
        height: 60px;
        width: 60px;
        z-index: 2;
    }

.blog-meta {
    margin-bottom: 5px;
}

    .blog-meta a {
        color: #8d8d8d;
        font-size: 1.2rem;
        line-height: 1;
    }

        .blog-meta a:hover {
            color: #690404;
        }

    .blog-meta span {
        color: #8d8d8d;
        font-size: 1.2rem;
        line-height: 1;
        vertical-align: middle;
        margin: 0 3px;
    }

/*=============================
Start Blog Page Wrapper
===============================*/
.blog-page-post-wrap {
    /*  margin-top: -50px;*/
}

    .blog-page-post-wrap .single-blog-post-wrap {
        margin-top:34px;
    }

.single-blog-post-wrap .blog-post-thumbnail.masonry-height-325 img {
    height: 325px;
}

.single-blog-post-wrap .blog-post-thumbnail.masonry-height-300 img {
    height: 300px;
}

.single-blog-post-wrap .blog-post-thumbnail.masonry-height-275 img {
    height: 275px;
}

/*=================================
Start Single Blog Page Wrapper
==================================*/
.single-blog-content {
    font-size: 1.3rem;
    line-height: 2;
}

    .single-blog-content h2 {
        font-size: 2.4rem;
        line-height: 1.3;
        font-weight: 600;
        margin-bottom: 15px;
    }

@media only screen and (max-width: 767.98px) {
    .single-blog-content h2 {
        font-size: 1.6rem;
    }
}

.single-blog-content .blockquote p, .single-blog-content blockquote p {
    font-size: 2rem;
    line-height: 1.5;
    font-family: "Playfair Display", serif;
}

.single-blog-content .blockquote .blockquote-footer, .single-blog-content blockquote .blockquote-footer {
    font-size: 1.4rem;
    color: #262626;
}

    .single-blog-content .blockquote .blockquote-footer cite, .single-blog-content blockquote .blockquote-footer cite {
        font-family: "Playfair Display", serif;
        color: #555;
    }

.comment-area-wrap h2 {
    font-size: 1.8rem;
    font-weight: 600;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 46px;
    margin-bottom: 30px;
}

.comment-area-wrap .leave-comment-area {
    font-size: 1.3rem;
    color: #8d8d8d;
}

    .comment-area-wrap .leave-comment-area h2 {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 23px;
    }

    .comment-area-wrap .leave-comment-area em span {
        color: #e74c3c;
    }

.single-comment-wrap {
    font-size: 1.3rem;
    line-height: 1.6;
    color: #8d8d8d;
    margin-bottom: 35px;
}

    .single-comment-wrap:last-child {
        margin-bottom: 0;
    }

    .single-comment-wrap.comment-reply {
        margin-left: 50px;
    }

@media only screen and (max-width: 767.98px) {
    .single-comment-wrap.comment-reply {
        margin-left: 20px;
    }
}

.single-comment-wrap .author-thumb {
    margin-right: 15px;
    height: 70px;
    max-width: 70px;
    -ms-flex-basis: 70px;
    -ms-flex-preferred-size: 70px;
    flex-basis: 70px;
    overflow: hidden;
}

.single-comment-wrap .comments-info {
    margin-top: -4px;
    -ms-flex-basis: calc(100% - 70px);
    -ms-flex-preferred-size: calc(100% - 70px);
    flex-basis: calc(100% - 70px);
}

.single-comment-wrap .comment-footer a {
    font-size: 1.2rem;
    color: #8d8d8d;
}

    .single-comment-wrap .comment-footer a strong {
        color: #262626;
    }

    .single-comment-wrap .comment-footer a.btn-reply:hover {
        color: #690404;
    }

/*===============================
Start Shop Page Wrapper
================================*/
/* Start Product Config Area */
.product-config-area {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: right;
}

    .product-config-area ul li {
        color: #8d8d8d;
    }

        .product-config-area ul li a, .product-config-area ul li button {
            color: #8d8d8d;
            font-size: 15px;
        }

    .product-config-area .product-config-left p {
        margin-bottom: 0;
        color: #262626;
    }

    .product-config-area .product-config-left .product-show-quantity {
        margin-left: 50px;
    }

@media only screen and (max-width: 575.98px) {
    .product-config-area .product-config-left .product-show-quantity {
        margin-left: 0;
    }
}

.product-config-area .product-config-left .product-show-quantity li {
    margin-right: 15px;
}

    .product-config-area .product-config-left .product-show-quantity li:last-child {
        margin-right: 0;
    }

    .product-config-area .product-config-left .product-show-quantity li a {
        padding-bottom: 2px;
    }

        .product-config-area .product-config-left .product-show-quantity li a:hover {
            color: #262626;
        }

        .product-config-area .product-config-left .product-show-quantity li a.active {
            color: #262626;
            border-bottom: 1px solid #262626;
        }

.product-config-area .product-config-right ul > li {
    display: inline-block;
}

.product-config-area .product-config-right ul.product-view-mode {
    margin-right: 30px;
    font-size: 1.8rem;
}

    .product-config-area .product-config-right ul.product-view-mode li {
        margin-right: 5px;
        cursor: pointer;
        -webkit-transition: 0.2s 0.2s ease-out;
        transition: 0.2s 0.2s ease-out;
    }

        .product-config-area .product-config-right ul.product-view-mode li:last-child {
            margin-right: 0;
        }

        .product-config-area .product-config-right ul.product-view-mode li.active, .product-config-area .product-config-right ul.product-view-mode li:hover {
            color: #262626;
        }

.product-config-area .product-config-right ul.product-filter-sort li {
    margin-left: 15px;
}

    .product-config-area .product-config-right ul.product-filter-sort li:first-child {
        margin-left: 0;
    }

    .product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav {
        left: auto;
        right: 0;
        padding: 10px;
        margin-top: 15px;
        width: auto;
        white-space: nowrap;
    }

        .product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav:after {
            content: "";
            height: 15px;
            width: 100%;
            position: absolute;
            bottom: 100%;
        }

        .product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav li {
            display: block;
            margin: 0;
        }

            .product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav li a {
                font-size: 1.3rem;
                display: block;
                padding: 8px;
            }

                .product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav li a.active, .product-config-area .product-config-right ul.product-filter-sort li.sort-by .dropdown-nav li a:hover {
                    background-color: #262626;
                    color: #fff;
                }

    .product-config-area .product-config-right ul.product-filter-sort li .arrow-toggle.arrow-rotate:after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

/* Start Product Filter Item Area */
.product-filter-item-wrapper {
    display: none;
}

    .product-filter-item-wrapper .product-filter-content {
        -webkit-box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
        margin-top: 20px;
        padding: 36px 40px;
    }

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .product-filter-item-wrapper .product-filter-content {
        padding: 30px 15px;
    }
}

.product-filter-item-wrapper .single-filter-item-wrap {
    position: relative;
}

    .product-filter-item-wrapper .single-filter-item-wrap:after {
        background-color: #d4d4d4;
        content: "";
        display: none;
        position: absolute;
        top: 0;
        right: -15px;
        height: 100%;
        width: 1px;
    }

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .product-filter-item-wrapper .single-filter-item-wrap:after {
        display: block;
    }
}

.product-filter-item-wrapper .single-filter-item-wrap:last-child:after {
    display: none;
}

@media only screen and (max-width: 767.98px) {
    .product-filter-item-wrapper .single-filter-item-wrap:nth-child(1n+2) {
        margin-top: 40px;
    }
}

.product-filter-item-wrapper .single-filter-item-wrap .filter-item-title {
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 1;
    margin-bottom: 27px;
}

.filter-item-list li {
    margin-bottom: 10px;
}

    .filter-item-list li:last-child {
        margin-bottom: 0;
    }

    .filter-item-list li a {
        color: #8d8d8d;
        font-size: 1.4rem;
        line-height: 1;
        text-transform: capitalize;
    }

        .filter-item-list li a:hover, .filter-item-list li a.active {
            color: #690404;
        }

.color-filter li {
    position: relative;
}

    .color-filter li:before {
        background-color: #D4D4D4;
        border-radius: 50%;
        content: "";
        display: inline-block;
        margin-right: 10px;
        vertical-align: middle;
        height: 15px;
        width: 15px;
    }

    .color-filter li.black:before {
        background-color: #000;
    }

    .color-filter li.blue:before {
        background-color: #3b5998;
    }

    .color-filter li.pink:before {
        background-color: #FF69B4;
    }

    .color-filter li.violet:before {
        background-color: #9933cc;
    }

    .color-filter li.orange:before {
        background-color: #f5740a;
    }

.spurs-checkbox li a {
    position: relative;
    -webkit-transition: 0.05s 0.2s ease-out;
    transition: 0.05s 0.2s ease-out;
}

    .spurs-checkbox li a:before {
        content: "";
        border: 1px solid #848484;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        height: 12px;
        width: 12px;
        -webkit-transition: 0.05s 0.2s ease-out;
        transition: 0.05s 0.2s ease-out;
    }

    .spurs-checkbox li a:after {
        content: "\f00c";
        font-family: "FontAwesome";
        position: absolute;
        left: 1px;
        font-size: 0.9rem;
        line-height: 1;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -webkit-transition: 0.05s 0.2s ease-out;
        transition: 0.05s 0.2s ease-out;
        visibility: hidden;
    }

    .spurs-checkbox li a:hover:before, .spurs-checkbox li a.active:before {
        border-color: #690404;
        -webkit-transition: 0.05s 0.2s ease-out;
        transition: 0.05s 0.2s ease-out;
    }

    .spurs-checkbox li a:hover:after, .spurs-checkbox li a.active:after {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
    }

.snptwdgt-rtd__ftr, .crd-cta-blck {
    display: none;
}

.snptico-shopping-bag {
    background-color: #262626 !important;
    font-size: 16px !important;
    line-height: 30px !important;
    height: 50px;
    width: 50px;
}

@media only screen and (max-width: 767.98px) {
    .snptico-shopping-bag {
        font-size: 10px !important;
        line-height: 15px !important;
        height: 30px;
        width: 30px;
    }

    .katgorsel {
        background-size: contain;
        background-position: center center;
        background-repeat: no-repeat !important;
        height: 300px !important;
        object-fit: fill;
    }
}

.kategori_link a:hover::after {
    background: rgb(0 0 0 / 9%) /* Hafif siyah overlay */
}

.kategori_link a {
    transition: all 0.3s ease-in-out; /* Geçiş efekti */
}

    .kategori_link a::after {
        content: "";
        position: absolute;
        top: 0;
        left: 17px;
        width: 92%;
        height: 96%;
        background: rgba(0, 0, 0, 0);
        transition: background 0.3s ease-in-out;
    }


.urungorsel {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat !important;
    height: 300px !important;
    background-color: #fff;
    object-fit: fill;
}
/*===================================
Start Single Product Page Wrapper
======================================*/
.single-product-thumb-wrap figure {
    margin: 0;
}

.single-product-thumb-wrap .product-thumb-large-view {
    position: relative;
}

    .single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns {
        position: absolute;
        top: 20px;
        right: 20px;
    }

        .single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns button, .single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns a {
            background-color: white;
            border-radius: 50%;
            color: #262626;
            margin-bottom: 10px;
            display: block;
            -webkit-transition: 0.3s 0.2s ease-out;
            transition: 0.3s 0.2s ease-out;
            text-align: center;
            line-height: 55px;
            height: 50px;
            width: 50px;
        }

            .single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns button:last-child, .single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns a:last-child {
                margin-bottom: 0;
            }

            .single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns button:hover, .single-product-thumb-wrap .product-thumb-large-view .product-thumb-btns a:hover {
                background-color: #690404;
                color: white;
            }

.single-product-thumb-wrap .product-thumbnail-nav {
    max-width: 410px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
}

    .single-product-thumb-wrap .product-thumbnail-nav .slick-list {
        margin: 0 -5px;
    }

        .single-product-thumb-wrap .product-thumbnail-nav .slick-list .slick-slide {
            margin: 0 5px;
        }

            .single-product-thumb-wrap .product-thumbnail-nav .slick-list .slick-slide.slick-current img {
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                filter: alpha(opacity=100);
            }

    .single-product-thumb-wrap .product-thumbnail-nav .product-thumb-item {
        cursor: pointer;
        max-width: 130px;
        max-height: 150px;
    }

        .single-product-thumb-wrap .product-thumbnail-nav .product-thumb-item img {
            opacity: 0.2;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
            filter: alpha(opacity=20);
        }

.single-product-thumb-wrap.tab-style-left {
    position: relative;
    border: solid 1px #ededed;
}

    .single-product-thumb-wrap.tab-style-left .product-thumb-large-view {
        margin-left: 100px;
    }

@media only screen and (max-width: 767.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .single-product-thumb-wrap.tab-style-left .product-thumb-large-view {
        margin-left: 110px;
    }
}

@media only screen and (max-width: 575.98px) {
    .single-product-thumb-wrap.tab-style-left .product-thumb-large-view {
        margin-left: 70px;
    }
}

.single-product-thumb-wrap.tab-style-left .vertical-tab-nav {
    max-width: 170px;
    position: absolute;
    top: 0;
    left: 0;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 992px) and (max-width: 1199.98px) {
    .single-product-thumb-wrap.tab-style-left .vertical-tab-nav {
        max-width: 100px;
    }
}

@media only screen and (max-width: 575.98px) {
    .single-product-thumb-wrap.tab-style-left .vertical-tab-nav {
        max-width: 60px;
    }
}

.single-product-thumb-wrap.tab-style-left .vertical-tab-nav .product-thumb-item {
    max-height: 80px;
    width: 80px !important;
    cursor: pointer;
    margin-bottom: 20px;
    overflow: hidden;
}

@media only screen and (max-width: 767.98px) {
    .single-product-thumb-wrap.tab-style-left .vertical-tab-nav .product-thumb-item {
        margin-bottom: 10px;
    }

    .katgorsel {
        background-size: cover; /* Görseli kırpmadan tamamen sığdırır */
        background-position: center center; /* Ortalar */
        background-repeat: no-repeat !important; /* Tekrar etmesini engeller */
        width: 100%; /* Genişliği tam ayarlar */
        height: 180px !important; /* Sabit yükseklik (değiştirebilirsin) */
        object-fit: contain; /* Resmin tamamını gösterir, bozulmayı önler */
        border-radius: unset !important;
        border: solid 1px #69040433
    }
}

.single-product-thumb-wrap.tab-style-left .vertical-tab-nav .slick-slide {
    border: none;
}

    .single-product-thumb-wrap.tab-style-left .vertical-tab-nav .slick-slide .product-thumb-item {
        opacity: 0.2;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
        border: solid 1px #690404;
        transition: ease-in-out 0.2s;
    }

    .single-product-thumb-wrap.tab-style-left .vertical-tab-nav .slick-slide.slick-current .product-thumb-item {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        border: solid 1px #690404;
        transition: ease-in-out 0.2s;
    }

.single-product-thumb-wrap .product-thumb-sticky-left .product-thumb-item {
    margin-bottom: 10px;
}

    .single-product-thumb-wrap .product-thumb-sticky-left .product-thumb-item:last-child {
        margin-bottom: 0;
    }

.single-product-thumb-wrap .product-thumb-masonry .product-thumb-item {
    max-width: 50%;
}

.single-product-thumb-wrap .product-thumb-masonry .masonry-height-350 {
    max-height: 351px;
    overflow: hidden;
}

.single-product-details .product-name {
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    color: #690404;
}

.single-product-details .prices-stock-status {
    margin: 30px 0;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-product-details .prices-stock-status {
        margin: 15px 0;
    }
}

.single-product-details .quantity-btn-group {
    margin-top: 47px;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-product-details .quantity-btn-group {
        margin-top: 27px;
    }
}

@media only screen and (max-width: 479.98px) {
    .single-product-details .quantity-btn-group {
        margin-bottom: 4px;
    }
}

.single-product-details .prices-group .old-price {
    font-size: 20px;
    font-weight: 600;
    color: #606060;
    margin-right: 10px;
}

.sku {
    font-size: 14px !important;
}

.single-product-details .prices-group .price {
    font-size: 26px;
    font-weight: 600;
    color: #F44336;
}

.diger_renkler {
    border: 1px solid #D4D4D4;
    cursor: pointer;
    color: #8d8d8d;
    height: 100%;
    padding: 3px;
    font-size: 1.3rem;
    display: block;
    text-align: center;
    -webkit-transition: 0.3s 0.2s ease-out;
    transition: 0.3s 0.2s ease-out;
    margin-right: 5px;
    overflow: hidden;
    width: 52px;
    border-radius: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.single-product-details .stock-status {
    color: #ffffff;
    font-weight: 600;
    background-color: #00b145;
    font-size: 13px;
    border-radius: 30px;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    top: 1px;
}

.single-product-details .stock-status_not {
    color: #ffffff;
    font-weight: 600;
    background-color: red;
    font-size: 13px;
    border-radius: 30px;
    padding: 8px 12px;
    position: absolute;
    right: 0;
    top: 1px;
}

.single-product-details .stock-status [class*=dl-icon-] {
    font-size: 1.4rem;
    vertical-align: middle;
    margin-right: 7px;
}

.single-product-details .product-desc {
    color: #8d8d8d;
    font-size: 1.4rem;
    line-height: 1.8;
}

.single-product-details .pro-qty {
    height: 54px;
    margin-right: 10px;
}

@media only screen and (max-width: 479.98px) {
    .single-product-details .pro-qty {
        width: 50%;
        height: 49.5px;
        margin-bottom: 20px;
    }
}

.single-product-details .list-btn-group .btn-black {
    padding: 15px 20px;
}

@media only screen and (max-width: 479.98px) {
    .single-product-details .list-btn-group .btn-black {
        padding: 15px 30px;
    }
}

.single-product-details .list-btn-group a:not(.btn) {
    color: #262626;
    margin-left: 20px;
    vertical-align: middle;
}

@media only screen and (min-width: 1200px) and (max-width: 1599.98px) {
    .single-product-details .list-btn-group a:not(.btn) {
        margin-left: 10px;
    }
}

@media only screen and (max-width: 479.98px) {
    .single-product-details .list-btn-group a:not(.btn) {
        display: none;
    }
}

.single-product-details .find-store-delivery a {
    font-size: 1.2rem;
    color: #262626;
    vertical-align: middle;
    margin-right: 20px;
}

    .single-product-details .find-store-delivery a:last-child {
        margin-right: 0;
    }

    .single-product-details .find-store-delivery a i {
        font-size: 1.6rem;
        margin-right: 3px;
        vertical-align: middle;
    }

    .single-product-details .find-store-delivery a:hover {
        color: #690404;
    }

.single-product-details .group-product-wrap .table {
    padding: 0;
    margin: 0;
    white-space: nowrap;
}

    .single-product-details .group-product-wrap .table tr td {
        padding: 10px 15px;
        vertical-align: middle;
        width: 20%;
    }

        .single-product-details .group-product-wrap .table tr td.product-quantity .pro-qty {
            height: 55px;
            margin-right: 0;
            margin-bottom: 0;
            width: 100px;
        }

        .single-product-details .group-product-wrap .table tr td.product-list {
            width: 60%;
        }

            .single-product-details .group-product-wrap .table tr td.product-list a {
                color: #262626;
            }

                .single-product-details .group-product-wrap .table tr td.product-list a:hover {
                    color: #690404;
                }

.single-product-details .configurable-item {
    margin-bottom: 40px;
}

    .single-product-details .configurable-item:last-child {
        margin-bottom: 0;
    }

    .single-product-details .configurable-item .configurable-name {
        font-weight: 500;
        font-size: 16px;
        margin-bottom: 14px;
    }

        .single-product-details .configurable-item .configurable-name b {
            text-transform: capitalize;
            margin-left: 5px;
            font-size: 1.3rem;
        }

    .single-product-details .configurable-item .configurable-list li {
        border: 1px solid #D4D4D4;
        cursor: pointer;
        color: #8d8d8d;
        height: 60px;
        padding: 3px;
        font-size: 1.3rem;
        display: block;
        text-align: center;
        -webkit-transition: 0.3s 0.2s ease-out;
        transition: 0.3s 0.2s ease-out;
        margin-right: 5px;
        overflow: hidden;
        width: 60px;
        border-radius: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .single-product-details .configurable-item .configurable-list_beden li {
        border: 1px solid #D4D4D4;
        cursor: pointer;
        color: #000000;
        /* height: 40px; */
        padding: 7px;
        font-size: 15px;
        /* display: block; */
        text-align: center;
        -webkit-transition: 0.3s 0.2s ease-out;
        transition: 0.3s 0.2s ease-out;
        margin-right: 5px;
        overflow: hidden;
        width: 40px;
    }



    .single-product-details .configurable-item .configurable-list li img {
    }

    .single-product-details .configurable-item .configurable-list li.active, .single-product-details .configurable-item .configurable-list li:hover {
        border-color: #690404;
        color: #690404;
    }

    .single-product-details .configurable-item .configurable-list li span {
        line-height: 30px;
        display: block;
    }

.product-description-review {
    margin-top: 10px;
}

    .product-description-review .desc-review-tab-menu {
        border-bottom: 0;
    }

        .product-description-review .desc-review-tab-menu li a {
            color: #222;
            font-size: 1.4rem;
            display: inline-block;
            padding: 15px 30px;
            font-weight: 600;
            background-color: #f6f6f6;
            border: solid 1px #f7f7f7;
        }

            .product-description-review .desc-review-tab-menu li a.active {
                background-color: #262626;
                color: #ffffff;
                border: solid 1px #f7f7f7;
            }

    .product-description-review .tab-content {
        color: #8d8d8d;
        font-size: 1.4rem;
        line-height: 1.8;
        margin-top: 0px;
        padding: 15px;
        border: solid 1px #efefef;
    }

.product-ratting-wrap {
    /*-- Ratting Form Wrap --*/
    /*-- Ratting Form --*/
}

    .product-ratting-wrap .pro-avg-ratting {
        margin-bottom: 20px;
        float: left;
        width: 100%;
    }

        .product-ratting-wrap .pro-avg-ratting h4 {
            font-size: 1.8rem;
            margin: 0 0 7px;
            font-weight: 600;
        }

            .product-ratting-wrap .pro-avg-ratting h4 span {
                color: #000;
                font-size: 1.2rem;
            }

        .product-ratting-wrap .pro-avg-ratting > span {
            display: block;
        }

    .product-ratting-wrap .ratting-list {
        margin-bottom: 30px;
        float: left;
        width: 100%;
    }

        .product-ratting-wrap .ratting-list .sin-list {
            margin-right: 30px;
        }

            .product-ratting-wrap .ratting-list .sin-list:last-child {
                margin-right: 0;
            }

            .product-ratting-wrap .ratting-list .sin-list i {
                color: #fbbf00;
            }

            .product-ratting-wrap .ratting-list .sin-list span {
                color: #666666;
            }

    .product-ratting-wrap .sin-rattings {
        margin-bottom: 40px;
    }

        .product-ratting-wrap .sin-rattings:last-child {
            margin-bottom: 0;
        }

        .product-ratting-wrap .sin-rattings .ratting-author {
            float: left;
            width: 100%;
            margin-bottom: 10px;
        }

            .product-ratting-wrap .sin-rattings .ratting-author h3 {
                float: left;
                font-size: 1.4rem;
                font-weight: 600;
                margin: 0;
                line-height: 18px;
                margin-right: 15px;
            }

            .product-ratting-wrap .sin-rattings .ratting-author .ratting-star i, .product-ratting-wrap .sin-rattings .ratting-author .ratting-star span {
                color: #fbbf00;
                font-size: 1.3rem;
                line-height: 1.5;
                float: left;
            }

            .product-ratting-wrap .sin-rattings .ratting-author .ratting-star span {
                margin-left: 5px;
                color: #8d8d8d;
            }

        .product-ratting-wrap .sin-rattings p {
            color: #8d8d8d;
            font-size: 1.3rem;
            line-height: 1.8;
        }

    .product-ratting-wrap .ratting-form-wrapper {
        margin-top: 40px;
    }

        .product-ratting-wrap .ratting-form-wrapper h3 {
            font-size: 1.8rem;
            line-height: 1.5;
            margin: 0 0 20px;
            text-transform: capitalize;
        }

    .product-ratting-wrap .ratting-form h5 {
        float: left;
        font-size: 1.4rem;
        line-height: 18px;
        margin-right: 10px;
        font-weight: 600;
    }

    .product-ratting-wrap .ratting-form .ratting-star i {
        color: #D4D4D4;
        font-size: 14px;
        float: left;
        line-height: 18px;
        display: block;
        margin-right: 3px;
        cursor: pointer;
        -webkit-transition: 0.3s 0.2s ease-out;
        transition: 0.3s 0.2s ease-out;
    }

        .product-ratting-wrap .ratting-form .ratting-star i:hover {
            color: #fbbf00;
        }

        .product-ratting-wrap .ratting-form .ratting-star i:last-child {
            margin: 0;
        }

    .product-ratting-wrap .ratting-form label {
        display: block;
        margin-bottom: 5px;
        font-weight: 400;
        color: #262626;
    }

    .product-ratting-wrap .ratting-form input {
        width: 100%;
        background-color: transparent;
        border: 1px solid #dddddd;
        font-size: 13px;
        line-height: 24px;
        padding: 8px 15px;
        color: #666666;
        outline: none;
        -webkit-transition: 0.1s 0.2s ease-out;
        transition: 0.1s 0.2s ease-out;
    }

        .product-ratting-wrap .ratting-form input:focus {
            border-color: #690404;
        }

    .product-ratting-wrap .ratting-form textarea {
        width: 100%;
        background-color: transparent;
        border: 1px solid #dddddd;
        font-size: 13px;
        line-height: 24px;
        padding: 8px 15px;
        color: #666666;
        height: 100px;
        outline: none;
        resize: none;
        -webkit-transition: 0.1s 0.2s ease-out;
        transition: 0.1s 0.2s ease-out;
    }

        .product-ratting-wrap .ratting-form textarea:focus {
            border-color: #690404;
        }

    .product-ratting-wrap .ratting-form .btn {
        padding: 15px 40px;
    }


.hpredil {
    font-size: 15px;
    padding-bottom: 20px;
    display: inline-block;
    color: #111;
}



.single-product-footer {
    font-size: 1.2rem;
    margin-top: 1px;
    padding-top: 0;
}

@media only screen and (max-width: 575.98px) {
    .single-product-footer {
        padding-top: 26px;
        margin-top: 26px;
    }
}

.single-product-footer a {
    color: #262626;
    -webkit-transition: 0.2s 0.2s ease-out;
    transition: 0.2s 0.2s ease-out;
}

    .single-product-footer a:hover {
        color: #690404;
        text-decoration: underline;
    }

.single-product-footer .prod-footer-list {
    margin-bottom: 5px;
}

    .single-product-footer .prod-footer-list li {
        display: inline-block;
        position: relative;
    }

        .single-product-footer .prod-footer-list li:last-child:after {
            display: none;
        }

        .single-product-footer .prod-footer-list li:after {
            content: ", ";
        }

        .single-product-footer .prod-footer-list li.list-name {
            margin-right: 5px;
        }

            .single-product-footer .prod-footer-list li.list-name:after {
                display: none;
            }

.single-product-footer .social-share {
    margin-bottom: 0;
}

    .single-product-footer .social-share dt {
        font-weight: 400;
        margin-bottom: 5px;
    }

    .single-product-footer .social-share dd {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 0;
    }

        .single-product-footer .social-share dd:last-child {
            margin-right: 0;
        }

/*===============================
Start My Account Wrapper
================================*/
.my-account-item-wrapper h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.my-account-item-wrapper .lost-pswd a {
    color: #690404;
    font-size: 1.2rem;
    line-height: 1;
    width: 50%;
}

    .my-account-item-wrapper .lost-pswd a:hover {
        color: #262626;
        text-decoration: underline;
    }

.single-form-input {
    color: #8d8d8d;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-bottom: 25px;
}

    .single-form-input:last-child {
        margin-bottom: 0;
    }

    .single-form-input a:not(.btn) {
        color: #690404;
    }

    .single-form-input label:not(.form-check-label) {
        color: #262626;
        display: block;
        margin-bottom: 5px;
        margin-top: 20px;
        font-weight: 500;
    }

        .single-form-input label:not(.form-check-label) sup {
            color: #e74c3c;
            font-size: 1.5rem;
            top: -0.1rem;
        }

    .single-form-input input:not(.form-check-input) {
        border: 1px solid #D4D4D4;
        font-size: 1.4rem;
        display: block;
        outline: none;
        padding: 10px;
        -webkit-transition: 0.3s 0.2s ease-out;
        transition: 0.3s 0.2s ease-out;
        width: 100%;
    }

        .single-form-input input:not(.form-check-input):focus {
            border-color: #262626;
        }

    .single-form-input .form-check-input {
        margin-top: 1px;
    }

    .single-form-input .btn {
        padding: 10px 50px;
        border-radius: 20px !important;
        width: 100%;
    }

.shopping-cart-table .old-price {
    text-decoration: line-through !important;
    font-size: 11px;
}

.shopping-cart-table .pricetotal {
    font-weight: 600 !important;
    font-size: 17px;
    padding-left: 10px !important;
}

.shopping-cart-table .price {
    font-weight: 500 !important;
    font-size: 17px;
    padding-left: 10px !important;
}
/*===============================
Start Cart Page Wrapper
================================*/
.shopping-cart-table thead th {
    font-weight: 500;
    font-size: 1.3rem;
    border-bottom: 0;
}

.shopping-cart-table tr td, .shopping-cart-table tr th {
    vertical-align: middle;
    width: 15%;
    padding: 10px;
    border-color: rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

    .shopping-cart-table tr td.product-list, .shopping-cart-table tr th.product-list {
        width: 55%;
    }

.shopping-cart-table .product-list .remove-icon {
    margin-right: 15px;
}

    .shopping-cart-table .product-list .remove-icon button {
        color: #848484;
    }

        .shopping-cart-table .product-list .remove-icon button:hover {
            color: #690404;
        }

.shopping-cart-table .product-list .product-thumb {
    display: block;
    width: 50px;
    margin-right: 20px;
}

.shopping-cart-table .product-list .product-name {
    color: #262626;
    font-size: 1.3rem;
    line-height: 1;
}

    .shopping-cart-table .product-list .product-name:hover {
        color: #690404;
    }

.shopping-cart-table .pro-qty {
    height: 55px;
}

.cart-coupon-update-area {
    font-size: 1.3rem;
    margin-top: 20px;
}

    .cart-coupon-update-area button {
        font-size: 1.4rem;
        font-weight: 600;
    }

        .cart-coupon-update-area button:hover {
            color: #690404;
        }

    .cart-coupon-update-area .coupon-form-wrap {
        width: 55%;
    }

@media only screen and (max-width: 575.98px) {
    .cart-coupon-update-area .coupon-form-wrap {
        width: 100%;
    }
}

.cart-coupon-update-area .coupon-form-wrap form {
    position: relative;
}

    .cart-coupon-update-area .coupon-form-wrap form input {
        border: none;
        border-bottom: 1px solid #e7e7e7;
        display: block;
        outline: none;
        padding: 5px 100px 5px 0;
        -webkit-transition: 0.2s 0.2s ease-out;
        transition: 0.2s 0.2s ease-out;
        width: 100%;
    }

        .cart-coupon-update-area .coupon-form-wrap form input:focus {
            border: 1px solid #cfcfcf;
        }

    .cart-coupon-update-area .coupon-form-wrap form .btn-apply {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

.cart-coupon-update-area .cart-update-buttons button:nth-child(1n+2) {
    margin-left: 10px;
}

.cart-calculate-area {
    background-color: #F9F9F9;
    padding: 20px;
}

    .cart-calculate-area h5 {
        font-weight: 600;
        font-size: 17px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .cart-calculate-area .cart-cal-table {
        white-space: nowrap;
    }

        .cart-calculate-area .cart-cal-table table {
            margin-bottom: 0;
        }

        .cart-calculate-area .cart-cal-table td, .cart-calculate-area .cart-cal-table th {
            font-size: 1.3rem;
            font-weight: 400;
            padding: 5px 0 15px;
        }

        .cart-calculate-area .cart-cal-table .shipping-method li {
            margin-bottom: 15px;
        }

            .cart-calculate-area .cart-cal-table .shipping-method li:last-child {
                margin-bottom: 0;
            }

        .cart-calculate-area .cart-cal-table .shipping-method .form-check-input {
            margin-top: 1px;
        }

        .cart-calculate-area .cart-cal-table .order-total {
            border-top: 1px solid #DBDBDB;
        }

            .cart-calculate-area .cart-cal-table .order-total th, .cart-calculate-area .cart-cal-table .order-total td {
                padding-top: 15px;
            }

    .cart-calculate-area .proceed-checkout-btn {
        /*margin: 15px -30px 0;*/
    }

.odemebtn i {
    float: right;
    padding-top: 6px;
}
/*===============================
Start Checkout Page Wrapper
================================*/
.checkout-page-coupon-area .card {
    border: none;
    padding: 0;
}

    .checkout-page-coupon-area .card h3 {
        background-color: #eeeff2;
        font-size: 1.3rem;
        line-height: 1.2;
        font-weight: 400;
        margin-bottom: 0;
        padding: 20px 30px;
    }

        .checkout-page-coupon-area .card h3 i {
            color: #008000;
            margin-right: 10px;
        }

        .checkout-page-coupon-area .card h3 span {
            cursor: pointer;
            -webkit-transition: 0.2s 0.2s ease-out;
            transition: 0.2s 0.2s ease-out;
        }

            .checkout-page-coupon-area .card h3 span:hover {
                color: #690404;
            }

    .checkout-page-coupon-area .card .card-body {
        color: #8d8d8d;
        font-size: 1.3rem;
        line-height: 1.5;
        padding: 0;
        margin-top: 30px;
    }

        .checkout-page-coupon-area .card .card-body .apply-coupon-wrapper input {
            border: 1px solid #e7e7e7;
            outline: none;
            padding: 16px 20px;
            max-width: 500px;
            width: 100%;
        }

        .checkout-page-coupon-area .card .card-body .apply-coupon-wrapper button.btn {
            padding: 16px 30px;
            margin-left: 20px;
        }

@media only screen and (max-width: 767.98px) {
    .checkout-page-coupon-area .card .card-body .apply-coupon-wrapper button.btn {
        margin-left: 0;
        margin-top: 10px;
    }
}

/*.checkout-billing-details-wrap {
    margin-top: 50px;
}*/

@media only screen and (max-width: 767.98px) {
    .checkout-billing-details-wrap {
        margin-top: 30px;
    }
}

.checkout-billing-details-wrap h2 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 46px;
}

@media only screen and (max-width: 767.98px) {
    .checkout-billing-details-wrap h2 {
        margin-bottom: 26px;
    }
}

.checkout-billing-details-wrap h2:before {
    background-color: #262626;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
}

.single-input-item {
    font-size: 1.3rem;
    color: #8d8d8d;
    margin-bottom: 21px;
}

    .single-input-item label:not(.form-check-label) {
        font-size: 13px;
        color: #262626;
        display: block;
        font-weight: 500;
        margin-bottom: 10px;
        position: relative;
    }

        .single-input-item label:not(.form-check-label).required:after {
            content: "*";
            color: red;
            margin-left: 2px;
        }

    .single-input-item input:not(.form-check-input), .single-input-item textarea {
        font-size: 13px;
        border: 1px solid #cfcfcf;
        color: #3a3a3a;
        display: block;
        outline: none;
        padding: 15px 20px;
        -webkit-transition: 0.2s 0.2s ease-out;
        transition: 0.2s 0.2s ease-out;
        width: 100%;
    }

        .single-input-item input:not(.form-check-input):focus, .single-input-item textarea:focus {
            border-color: #262626;
        }

    .single-input-item .nice-select {
        line-height: 30px;
        height: 50px;
        width: 100%;
        border: 1px solid #cfcfcf;
    }

        .single-input-item .nice-select .current {
            color: #8d8d8d;
            font-weight: 400;
        }

        .single-input-item .nice-select .list {
            font-size: 1.3rem;
        }

.checkout-box-wrap {
    font-size: 1.3rem;
    color: #8d8d8d;
}

    .checkout-box-wrap .account-create, .checkout-box-wrap .ship-to-different {
        display: none;
    }

.order-details-area-wrap {
    border: 2px solid #e7e7e7;
    padding: 50px;
    margin-top: 50px;
    color: #8d8d8d;
    font-size: 1.3rem;
    line-height: 1.5;
}

@media only screen and (max-width: 575.98px) {
    .order-details-area-wrap {
        padding: 30px 20px;
    }
}

@media only screen and (max-width: 767.98px), only screen and (min-width: 768px) and (max-width: 991.98px) {
    .order-details-area-wrap {
        margin-top: 30px;
    }
}

.order-details-area-wrap h2 {
    font-weight: 600;
    font-size: 2rem;
    line-height: 1;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 35px;
}

@media only screen and (max-width: 767.98px) {
    .order-details-area-wrap h2 {
        margin-bottom: 26px;
    }
}

.order-details-area-wrap h2:before {
    background-color: #262626;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 50px;
}

.order-details-area-wrap .order-details-table {
    font-size: 1.3rem;
    line-height: 1;
    white-space: nowrap;
}

    .order-details-area-wrap .order-details-table .custom-control-label, .order-details-area-wrap .order-details-table th {
        font-size: 1.3rem;
        font-weight: 400;
    }

    .order-details-area-wrap .order-details-table .table thead {
        border-bottom: 1px solid #e7e7e7;
        margin-bottom: 27px;
    }

        .order-details-area-wrap .order-details-table .table thead th {
            margin-bottom: 27px;
        }

    .order-details-area-wrap .order-details-table .table tbody {
        border-bottom: 1px solid #e7e7e7;
    }

        .order-details-area-wrap .order-details-table .table tbody .cart-item:first-child td {
            padding-top: 30px;
        }

        .order-details-area-wrap .order-details-table .table tbody .cart-item:last-child td {
            padding-bottom: 30px;
        }

    .order-details-area-wrap .order-details-table .table tfoot .shipping .shipping-method li {
        margin-bottom: 15px;
    }

        .order-details-area-wrap .order-details-table .table tfoot .shipping .shipping-method li:last-child {
            margin-bottom: 0;
        }

    .order-details-area-wrap .order-details-table .table tfoot .total-amount {
        font-size: 2rem;
    }

    .order-details-area-wrap .order-details-table .table tfoot tr {
        border-bottom: 1px solid #e7e7e7;
    }

    .order-details-area-wrap .order-details-table .table tr td, .order-details-area-wrap .order-details-table .table tr th {
        padding: 15px 0;
        color: #000;
    }

        .order-details-area-wrap .order-details-table .table tr td:last-child, .order-details-area-wrap .order-details-table .table tr th:last-child {
            text-align: right;
        }

    .order-details-area-wrap .order-details-table .product-title .product-quantity {
        color: #8d8d8d;
        font-size: 1.4rem;
    }

.order-details-area-wrap .order-details-footer {
    margin-top: 16px;
}

    .order-details-area-wrap .order-details-footer .custom-control .custom-control-label {
        font-size: 1.2rem;
        line-height: 1.5;
    }

        .order-details-area-wrap .order-details-footer .custom-control .custom-control-label:before {
            top: 4px;
        }

        .order-details-area-wrap .order-details-footer .custom-control .custom-control-label:after {
            top: 3px;
        }

/*==============================
Start Compare Page Wrapper
=================================*/
.compare-table .table {
    color: #8d8d8d;
    font-size: 1.3rem;
    line-height: 1.5;
}

    .compare-table .table tbody tr th {
        background-color: #f2f2f2;
        text-align: left !important;
    }

    .compare-table .table tbody tr td, .compare-table .table tbody tr th {
        text-align: center;
        padding: 20px;
        vertical-align: middle;
        border-color: #e7e7e7;
    }

        .compare-table .table tbody tr td.first-column, .compare-table .table tbody tr th.first-column {
            min-width: 175px;
            font-weight: 600;
            color: #262626;
            margin: 0;
        }

@media only screen and (max-width: 767.98px) {
    .compare-table .table tbody tr td.first-column, .compare-table .table tbody tr th.first-column {
        min-width: 115px;
    }
}

.compare-table .table tbody tr td.product-image-title, .compare-table .table tbody tr th.product-image-title {
    min-width: 310px;
    vertical-align: bottom;
}

@media only screen and (max-width: 767.98px) {
    .compare-table .table tbody tr td.product-image-title, .compare-table .table tbody tr th.product-image-title {
        min-width: 220px;
    }
}

.compare-table .table tbody tr td.product-image-title .image, .compare-table .table tbody tr th.product-image-title .image {
    clear: both;
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

    .compare-table .table tbody tr td.product-image-title .image img, .compare-table .table tbody tr th.product-image-title .image img {
        max-width: 100%;
    }

.compare-table .table tbody tr td.product-image-title .category, .compare-table .table tbody tr th.product-image-title .category {
    display: block;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    color: #8d8d8d;
    margin-bottom: 5px;
}

.compare-table .table tbody tr td.product-image-title .title, .compare-table .table tbody tr th.product-image-title .title {
    color: #262626;
    font-weight: 500;
}

    .compare-table .table tbody tr td.product-image-title .title:hover, .compare-table .table tbody tr th.product-image-title .title:hover {
        color: #690404;
    }

.compare-table .table tbody tr td.pro-desc p, .compare-table .table tbody tr th.pro-desc p {
    margin: 0;
}

.compare-table .table tbody tr td.pro-price, .compare-table .table tbody tr td.pro-color, .compare-table .table tbody tr td.pro-stock, .compare-table .table tbody tr th.pro-price, .compare-table .table tbody tr th.pro-color, .compare-table .table tbody tr th.pro-stock {
    font-weight: 400;
}

.compare-table .table tbody tr td.pro-remove button, .compare-table .table tbody tr th.pro-remove button {
    border: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
    -webkit-transition: 0.3s 0.2s ease-out;
    transition: 0.3s 0.2s ease-out;
}

    .compare-table .table tbody tr td.pro-remove button:hover, .compare-table .table tbody tr th.pro-remove button:hover {
        color: #e74c3c;
    }

    .compare-table .table tbody tr td.pro-remove button i, .compare-table .table tbody tr th.pro-remove button i {
        font-size: 1.6rem;
        line-height: 1.5;
    }

.compare-table .table tbody tr td.pro-ratting i, .compare-table .table tbody tr th.pro-ratting i {
    color: #fbbf00;
}

/*==========================================
Start Tracking Order Page Wrapper
===========================================*/
.tracking-order-content {
    font-size: 1.3rem;
    line-height: 2;
}

.tracking-order-form .single-input-item input {
    padding: 20px;
}

.tracking-order-form .btn {
    padding: 20px 45px;
}

/*==========================================
Start Team Page Wrapper
===========================================*/
.single-team-member {
    margin-top: 30px;
}

    .single-team-member .member-pic {
        position: relative;
    }

        .single-team-member .member-pic img {
            width: 100%;
        }

        .single-team-member .member-pic:before {
            background-color: rgba(210, 91, 91, 0.8);
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
            -webkit-transition: 0.3s 0.2s ease-out;
            transition: 0.3s 0.2s ease-out;
            visibility: hidden;
            height: 100%;
            width: 100%;
        }

    .single-team-member .member-details {
        margin-top: 20px;
        text-transform: capitalize;
    }

        .single-team-member .member-details h3 {
            font-size: 1.8rem;
            line-height: 1;
            font-weight: 400;
        }

        .single-team-member .member-details .member-position {
            color: #8d8d8d;
            font-size: 1.2rem;
            line-height: 1;
        }

    .single-team-member .member-social-links {
        position: absolute;
        top: 50%;
        left: 0;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        visibility: hidden;
        -webkit-transform: translate(0, 20px);
        transform: translate(0, 20px);
        -webkit-transition: 0.3s 0.2s ease-out;
        transition: 0.3s 0.2s ease-out;
        width: 100%;
    }

        .single-team-member .member-social-links a {
            background-color: white;
            border-radius: 50%;
            font-size: 1.3rem;
            color: #262626;
            display: inline-block;
            line-height: 40px;
            margin-right: 5px;
            height: 40px;
            width: 40px;
        }

            .single-team-member .member-social-links a:last-child {
                margin-right: 0;
            }

            .single-team-member .member-social-links a:hover {
                background-color: #262626;
                color: #fff;
            }

    .single-team-member:hover .member-pic:before {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
    }

    .single-team-member:hover .member-social-links {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        visibility: visible;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.team-member-content {
    margin-top: -30px;
}

/*===============================
Start About Page Wrapper
================================*/
#about-page-wrapper {
    font-size: 1.3rem;
    line-height: 1.5;
    line-height: 2;
}

    #about-page-wrapper h2 {
        font-size: 3.2rem;
        line-height: 1.2;
        font-weight: 600;
        margin-bottom: 16px;
    }

@media only screen and (max-width: 767.98px) {
    #about-page-wrapper h2 {
        font-size: 1.8rem;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #about-page-wrapper h2 {
        font-size: 2.6rem;
        margin-bottom: 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #about-page-wrapper .about-thumbnail {
        max-width: 40%;
        margin: 0 auto;
    }
}

.about-icon-list li {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 600;
    margin-bottom: 30px;
}

    .about-icon-list li:last-child {
        margin-bottom: 0;
    }

    .about-icon-list li img {
        max-width: 30px;
        margin-right: 15px;
    }

.brand-accordion .card {
    border: 1px solid #e7e7e7 !important;
    border-radius: 0;
    margin-bottom: 15px;
    padding: 20px;
}

    .brand-accordion .card:last-child {
        margin-bottom: 0;
    }

    .brand-accordion .card .card-header {
        background-color: transparent;
        padding: 0;
        border: none;
    }

        .brand-accordion .card .card-header button {
            font-weight: 600;
            padding: 0;
            -webkit-transition: none 0.2s ease-out;
            transition: none 0.2s ease-out;
        }

            .brand-accordion .card .card-header button[aria-expanded=true] {
                color: #690404;
                margin-bottom: 10px;
            }

    .brand-accordion .card .card-body {
        padding: 0;
        font-size: 1.3rem;
        line-height: 2;
    }

        .brand-accordion .card .card-body p {
            margin-bottom: 0;
        }

.provide-best-service {
    background: url(../img/about2-bg2.jpg) center center;
    background-size: cover;
    padding: 85px 0;
}

@media only screen and (max-width: 767.98px) {
    .provide-best-service {
        padding: 47px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .provide-best-service {
        padding: 57px 0;
    }
}

.best-service-list {
    padding-left: 20px;
    margin-bottom: 20px;
}

    .best-service-list li {
        list-style: doted;
        color: #690404;
        margin-bottom: 10px;
    }

        .best-service-list li:last-child {
            margin-bottom: 0;
        }

        .best-service-list li span {
            color: #262626;
        }

.skills-left-area .single-skill-wrap {
    margin-bottom: 35px;
}

    .skills-left-area .single-skill-wrap:last-child {
        margin-bottom: 5px;
    }

    .skills-left-area .single-skill-wrap .skill-title {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 1;
        margin-bottom: 10px;
        text-transform: capitalize;
    }

    .skills-left-area .single-skill-wrap .skillbar {
        background-color: #E3E3E3;
        display: block;
        position: relative;
    }

        .skills-left-area .single-skill-wrap .skillbar .skillbar-bar {
            background-color: #262626;
            height: 8px;
            position: relative;
            width: 0;
        }

            .skills-left-area .single-skill-wrap .skillbar .skillbar-bar .skill-percent {
                position: absolute;
                font-size: 1.6rem;
                right: -12px;
                top: -35px;
            }

/*============================
Start Contact Page Wrapper
==============================*/
.contact-method h3 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 42px;
    margin-top: -5px;
}

@media only screen and (max-width: 767.98px) {
    .contact-method h3 {
        margin-bottom: 20px;
        font-size: 2.2rem;
    }
}

.single-contact-info i {
    padding-right: 10px !important;
}

.contact-info-content a {
    font-size: 15px;
    color: #565656;
    padding-bottom: 10px !important;
    font-weight: 600;
}

    .contact-info-content a i {
        padding-right: 10px !important;
    }


.contact-info-content iletisim {
}

.contact-method .btn {
    padding: 15px 40px;
}

.contact-method .alert {
    margin: 10px 0 0;
}

    .contact-method .alert * {
        margin: 0;
    }

.single-contact-info {
    color: #8d8d8d;
    font-size: 1.3rem;
    line-height: 1.5;
    margin-bottom: 45px;
}

@media only screen and (min-width: 991px) {
    .single-contact-info {
        margin-bottom: 25px;
    }


    .btn.btn-black {
        background-color: #353535;
        color: #ffffff;
        font-weight: 600;
        width: 100%;
        font-size: 13px !important;
        text-align: left;
    }

    .katgorsel {
        background-size: cover; /* Görseli kırpmadan tamamen sığdırır */
        background-position: center center; /* Ortalar */
        background-repeat: no-repeat !important; /* Tekrar etmesini engeller */
        width: 100%; /* Genişliği tam ayarlar */
        height: 400px !important; /* Sabit yükseklik (değiştirebilirsin) */
        object-fit: contain; /* Resmin tamamını gösterir, bozulmayı önler */
        border-radius: unset !important;
        border: solid 1px #69040433
    }
}

.single-contact-info h4 {
    font-weight: 600;
    font-size: 1.3rem;
    line-height: 1;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767.98px) {
    .single-contact-info h4 {
        margin-bottom: 10px;
    }

    .btn.btn-black {
        background-color: #fff;
        color: #111;
        font-weight: 600;
        width: 100%;
        font-size: 13px !important;
        text-align: left;
    }
}

.single-contact-info p {
    margin-bottom: 0;
}

.map-area-wrapper {
    height: 350px;
}

    .map-area-wrapper #map_content {
        height: 100%;
    }

/*==========================================
Start Coming Soon Page Wrapper
===========================================*/
#coming-soon-page-wrapper {
    background: url(../img/coming-soon-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 100vh;
    position: relative;
}

    #coming-soon-page-wrapper:before {
        background-color: rgba(0, 0, 0, 0.2);
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }

    #coming-soon-page-wrapper .coming-soon-content-wrap {
        color: white;
        font-size: 1.3rem;
        line-height: 2;
    }

        #coming-soon-page-wrapper .coming-soon-content-wrap h2 {
            color: white;
            font-size: 9rem;
            line-height: 1;
            font-weight: 300;
            margin-bottom: 25px;
        }

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    #coming-soon-page-wrapper .coming-soon-content-wrap h2 {
        font-size: 7rem;
    }
}

@media only screen and (max-width: 767.98px) {
    #coming-soon-page-wrapper .coming-soon-content-wrap h2 {
        font-size: 5rem;
    }
}

@media only screen and (max-width: 575.98px) {
    #coming-soon-page-wrapper .coming-soon-content-wrap h2 {
        font-size: 2.6rem;
        margin-bottom: 15px;
    }
}

#coming-soon-page-wrapper .coming-soon-content-wrap .btn {
    padding: 20px 50px;
}

#coming-soon-page-wrapper .coming-soon-content-wrap .newsletter-area input {
    background-color: transparent;
    color: white;
}

    #coming-soon-page-wrapper .coming-soon-content-wrap .newsletter-area input::-webkit-input-placeholder {
        color: white;
        font-size: 1.3rem;
    }

    #coming-soon-page-wrapper .coming-soon-content-wrap .newsletter-area input::-moz-placeholder {
        color: white;
        font-size: 1.3rem;
    }

    #coming-soon-page-wrapper .coming-soon-content-wrap .newsletter-area input:-ms-input-placeholder {
        color: white;
        font-size: 1.3rem;
    }

    #coming-soon-page-wrapper .coming-soon-content-wrap .newsletter-area input::-ms-input-placeholder {
        color: white;
        font-size: 1.3rem;
    }

    #coming-soon-page-wrapper .coming-soon-content-wrap .newsletter-area input::placeholder {
        color: white;
        font-size: 1.3rem;
    }

    #coming-soon-page-wrapper .coming-soon-content-wrap .newsletter-area input::-moz-placeholder {
        color: white;
        font-size: 1.3rem;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
    }

#coming-soon-page-wrapper .coming-soon-content-wrap .newsletter-area button {
    color: white;
    padding: 0;
}

.coming-soon-count-down .countdown-item {
    margin-right: 70px;
}

    .coming-soon-count-down .countdown-item:last-child {
        margin-right: 0;
    }

@media only screen and (max-width: 767.98px) {
    .coming-soon-count-down .countdown-item {
        margin-right: 30px;
    }
}

.coming-soon-count-down .countdown-item .countdown-time {
    display: block;
    font-size: 4rem;
    line-height: 1;
}

@media only screen and (max-width: 767.98px) {
    .coming-soon-count-down .countdown-item .countdown-time {
        font-size: 3rem;
    }
}

/*============================
Start FAQ Page Wrapper
===============================*/
.single-subject-by-faq-wrap {
    margin-bottom: 88px;
}

    .single-subject-by-faq-wrap:last-child {
        margin-bottom: 0;
    }

@media only screen and (min-width: 768px) and (max-width: 991.98px) {
    .single-subject-by-faq-wrap {
        margin-bottom: 58px;
    }
}

@media only screen and (max-width: 767.98px) {
    .single-subject-by-faq-wrap {
        margin-bottom: 45px;
    }
}

.single-subject-by-faq-wrap h3 {
    font-size: 2.4rem;
    font-weight: 600;
    margin-bottom: 46px;
}

@media only screen and (max-width: 767.98px) {
    .single-subject-by-faq-wrap h3 {
        margin-bottom: 26px;
    }
}

.single-subject-by-faq-wrap .brand-accordion .card .card-header button {
    display: block;
    position: relative;
    text-align: left;
    width: 100%;
}

    .single-subject-by-faq-wrap .brand-accordion .card .card-header button:after {
        content: "+";
        position: absolute;
        right: 0;
        font-size: 2rem;
        color: #262626;
        line-height: 1;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .single-subject-by-faq-wrap .brand-accordion .card .card-header button[aria-expanded=true]:after {
        content: "-";
    }

/*==========================================
Start Start 404 Error Page Wrapper
===========================================*/
#error-page-wrapper {
    background: url(../img/404-bg.jpg) center center;
    background-size: cover;
    height: 100vh;
}

    #error-page-wrapper .error-page-content {
        font-size: 1.4rem;
        line-height: 1.5;
    }

        #error-page-wrapper .error-page-content h2 {
            font-size: 15rem;
            line-height: 1;
            font-weight: 300;
            margin-bottom: 15px;
            -webkit-animation: rubberBand 1.5s forwards 0.2s;
            animation: rubberBand 1.5s forwards 0.2s;
        }

@media only screen and (max-width: 767.98px) {
    #error-page-wrapper .error-page-content h2 {
        font-size: 10rem;
    }
}

.footer_contact h1 {
    font-size:13px !important;
    color:#fff !important ;
}

#error-page-wrapper .error-page-content h5 {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 28px;
} 

#error-page-wrapper .error-page-content .btn {
    padding: 20px 60px;
    margin-top: 20px;
}
