﻿/*#region Stilim Burada Button */
.btn-tarim {
    background-color: #464646;
    color: #fff !important;
    border-color: #464646;
}

    .btn-tarim:hover {
        background-color: #218838;
        color: #fff !important;
        border-color: #1e7e34;
    }
.tazesi_alt_renk1 {
    background-color: #ccffcc !important;
}

.tazesi_alt_renk2 {
    background-color: #f7fff7 !important;
}

.tazesi_alt_renk3 {
    background-color: #d9f5d9 !important;
}

.Pager-navigation-text {
    position: absolute;
    right: 2em;
}

.favoriteProducts {
    cursor: pointer;
    color: #464646;
}

    .favoriteProducts:hover {
        color: #464646 !important;
    }

.dashboardContainerFluid {
    height: calc(100% - 70px - 1.5em);
}

.height100percent {
    height: 100%;
}

    .height100percent > .card {
        width: 100%;
        height: calc(100%);
    }

.product_description_area {
    min-height: 500px;
}

.product_image_area {
    min-height: 500px;
    max-height: 550px;
}

li.product:hover {
    cursor: pointer;
}

.addressPageRow {
    width: 100%;
    background: white;
    padding: 15px;
    max-height: calc(100% - 1.5em);
    overflow-y: hidden;
    font-size: small !important;
}

@media (max-width:1366px) {
    .addressPageRow button {
        font-size: 0.7em !important;
    }
}

@media (min-width:1367px)and (max-width:1920px) {
    .addressPageRow button {
        font-size: 0.8em !important;
    }
}

.addressPageDiv {
    max-height: calc(100vh - 150px - 1.5em);
    height: calc(100vh - 150px - 1.5em);
    overflow-y: auto;
    overflow-x: hidden;
}

#AddressPageOperationsDiv > button, #AddressPageOperationsDiv > a {
    width: 100%;
    font-size: inherit;
}

.addressSelectButton {
    padding: 0;
}

.borderRed {
    border-color: red !important;
}


#header-login {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 1002;
    margin-top: 46px;
    border: 1px solid #464646;
    border-radius: 10px;
    margin-right: 35px;
    width: 180px;
    box-shadow: 7px 7px 14px -1px rgba(0,0,0,0.75);
}

/*#region Modal Width */

div.px-modal-lg {
    max-width: 900px !important;
    width: 900px !important;
}

div.px-modal-md {
    max-width: 700px !important;
    width: 700px !important;
}

div.px-modal-sm {
    max-width: 400px !important;
    width: 400px !important;
}

/*#endregion */

.btn-px {
    border-radius: 3px !important;
    padding: 9px;
}

/*#region Card Style */
.px-card {
    border-radius: 0px !important;
    border-color: #464646;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
}

    .px-card span.text-muted {
        font-size: 12px;
    }

.btn-px {
    border-radius: 0px !important;
    background-color: #464646;
    color: #fff;
    padding: 1px;
}

    .btn-px:hover {
        color: #fff !important;
        background-color: #464646;
    }

div.product_details {
    padding: 10px 0px 10px 0px;
    background-color: #f7fff7;
}

div.px-product-details {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
}

    div.px-product-details .tab-content {
        background-color: #f7fff7 !important;
        padding: 10px;
    }

.product_info_button ul.nav .active {
    border-bottom: 2px solid #464646;
}

.product_info_button ul.nav a {
    transition: none;
}

    .product_info_button ul.nav a:hover {
        border-bottom: 2px solid #464646;
    }

.product_d_info div.px-product-details {
    padding: 0px !important;
}

    .product_d_info div.px-product-details .product_info_button {
        background-color: #e9eef1;
        padding-bottom: 0px !important;
        padding-left: 10px;
        padding-top: 10px;
        margin-bottom: 0px !important;
    }


/*#endregion */


/*#region Profil Sayfasi Style */
.px_profile_style {
    padding-left: 15px;
}

    .px_profile_style .col-lg-9 {
        padding: 20px;
        padding-right: 16px;
    }

    .px_profile_style .px_profile_left {
        text-transform: uppercase;
        font-weight: 500;
        /*padding: 30px;*/
        padding: 0px;
        color: #000;
        background-color: #e9ecef;
    }

    .px_profile_style .col-lg-9 .tab-content {
        padding: 10px;
    }

.userProfile .card-body {
    padding: 0px;
}

.px_profile_style .col-lg-3 .user-link {
    border-radius: 0px;
    color: #000;
    padding: 4px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: transparent;
    border-right: 1px solid transparent;
}

    .px_profile_style .col-lg-3 .user-link:hover {
        background-color: #464646;
        border-radius: 5px;
        color: #fff;
    }

.px_profile_style .col-lg-3 .active {
    border-right: 1px solid #464646;
    padding: 4px;
    color: #464646;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.profilAvatar img {
    border-radius: 50%;
}

.profilAvatar .col-lg-3 .px_profile_image_alt {
    height: 30px;
    position: relative;
    bottom: 20px;
}

.profilAvatar .px_profil_upload_image {
    cursor: pointer !important;
    font-weight: 700;
    color: #464646 !important;
}

.profilAvatar .col-lg-3 .px_profile_image_alt input {
    padding: 10px;
    display: none;
    text-align: center;
}

.profilAvatar .col-lg-3:hover .px_profile_image_alt input {
    display: block;
}

/*#endregion */


/*#region Pandora Input Style */
.px_input_control {
    color: #28a745;
    background-color: #f8f9fa;
    width: 100%;
    display: block;
    font-size: 1rem;
    padding: .375rem .75rem;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 0.1px solid #28a745;
    border-top-left-radius: .800rem;
    border-radius: 0px;
}

    .px_input_control:focus {
        background-color: #d9f5d9;
    }

    .px_input_control:disabled, .px_input_control[readonly] {
        background-color: #e9ecef;
        color: gray;
        border-bottom: 0.1px solid gray;
    }

/*#endregion */

.px_sol_kategori_icerik {
    background: #80b82d;
    color: #fff;
    border-radius: 3px;
}

/*#region Product detail / list products  */

svg.px-icon {
    width: 21px;
    vertical-align: bottom;
    margin-right: 4px;
}

.input-productQuantity input[type=number] {
    float: left;
    width: 70px !important;
    height: 42px !important;
    padding: 0;
    font-size: 1.2em;
    text-transform: uppercase;
    text-align: center;
    color: #292929;
    border: 3px #d1d1d1 solid !important;
    background: none;
    outline: none;
    pointer-events: none;
    margin: 0 !important;
    border-radius: 0 !important;
}

span.spinner {
    /* position: absolute; */
    height: 40px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-touch-callout: none;
}

    span.spinner > .sub,
    span.spinner > .add {
        float: left;
        display: block;
        width: 35px;
        height: 42px;
        text-align: center;
        font-family: Lato;
        font-weight: 700;
        font-size: 1.2em;
        line-height: 33px;
        color: #383838;
        border: 2px #d0d0d0 solid;
        background: #cecece;
        border-right: 0;
        border-radius: 2px 0 0 2px;
        cursor: pointer;
        transition: 0.1s linear;
        -o-transition: 0.1s linear;
        -ms-transition: 0.1s linear;
        -moz-transition: 0.1s linear;
        -webkit-transition: 0.1s linear;
    }

    span.spinner > .add {
        top: 0;
        border: 2px #cecece solid;
        border-left: 0;
        border-radius: 0 2px 2px 0;
    }

        span.spinner > .sub:hover,
        span.spinner > .add:hover {
            background: #292929;
            color: #ffffff;
        }

.input-productQuantity input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.product_ratting.text-warning {
    float: right;
}

.product_ratting ul li.review {
    display: inline;
}

.product_d_right .product_ratting ul li.review a {
    color: #5a5a5a;
    margin-left: 0px !important;
}

.product_d_right h1 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px !important;
    padding-top: 13px;
}

    .product_d_right h1 a {
        color: #484848;
    }

.price_box span.current_price {
    font-weight: 500;
    font-size: 20px !important;
}

a.brand-url {
    color: #4e7fec;
    font-weight: 500;
}

.product_d_right .price_box {
    margin-top: 35px;
}

.satici-box {
    background: white;
    /* width: 100%; */
    padding: 4px 12px;
    display: inline-block;
    border: 1px solid #cecece;
    border-radius: 4px;
}

    .satici-box p a {
        color: #464646;
    }

    .satici-box p {
        color: #484848;
        font-weight: 600;
    }

.singleproduct-option {
    background: white;
    width: 30%;
    float: left;
    padding: 9px;
    margin: 6px;
    border-radius: 7px;
    border: 2px solid #4646469c;
    height: 65px;
}

.option-left-text {
    width: 65%;
    float: left;
}

.option-pic {
    width: 30%;
    float: right;
}

    .option-pic svg {
        /* margin-top: -9px; */
        max-width: 50px;
    }

.bottom-product-list {
    display: inline-flex;
    padding: 8px;
    margin-top: 8px;
}

    .bottom-product-list img {
        filter: opacity(0.5);
        width: 25px;
        margin-right: 5px;
    }

span.text-option-bottom {
    margin-right: 29px;
    font-size: 13px;
}

.stilim-product-gal img {
    border-radius: 20px 0px 0px 0px;
}

.stilim-product-details {
    border-radius: 13px 13px 13px 13px;
}

.stilim-product-row {
    border-radius: 20px;
    border: 1px solid #eaeaea;
    z-index: 9999999;
}

.product_details.mb-70.mt-30 row {
    border-radius: 50px;
}

.row.stilim-product-row {
}

#img-1 {
    border-radius: 20px;
    border: none;
}

.beden-table {
    float: right;
    position: absolute;
    right: 27px;
    margin-top: -41px;
}

ul.optionBeden li.activeOption a {
    background: #464646 !important;
}

.product_variant.color ul li:hover {
    border-color: #464646 !important;
}

.product_variant.color ul li {
    border: 1px solid #4646469c;
}

.row.stilim-product-row {
    margin: 0px !important;
}

.option-left-text p {
    font-size: 13px;
}

.mini_cart.active {
    max-width: 358px;
    overflow: hidden;
}

.product_details .container .row .col-lg-6 {
    margin: 0 !important;
    padding: 0 !important;
}

.color_three .footer_bottom {
    background: #dadada;
}

.copyright_area p {
    color: #ffffff;
}

.shop_area.shop_reverse .col-lg-9.col-md-12 {
    background: #fbfbfb;
    padding: 15px;
}

.shop_toolbar_wrapper {
    background: white;
}



.price_box {
    padding-bottom: 12px;
}


.product_thumb {
    max-height: 252px;
}


.product_details {
    background: #fff !important;
}

.price_box span {
    font-size: 36px;
    font-weight: 700;
}



ul.optionBeden li {
    padding: 0px !important;
}

    ul.optionBeden li.option.activeOption {
        padding: 0px !important;
        border-color: #cb3298 !important;
    }



.product-details-tab img {
    width: 100% !important;
}

/*.single_product .price_box span.current_price {
    font-size: 17px !important;*/
/*position: absolute;*/
/*bottom: 18px;*/
/* text-align: center; */
/* margin: 0 auto; */
/* vertical-align: middle; */
/*width: 100%;*/
/*left: 0px;*/
/*}*/


a#addToCart {
    background-image: linear-gradient(to right, #AA4465 0%, #FFA69E 51%, #AA4465 100%);
}

a#addToCart {
    margin: 10px;
    padding: 15px 45px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    display: block;
}

    a#addToCart:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }


/* 
a#addToCart {
    background: #313131;

} */


a#addToCart {
    padding: 11px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    box-shadow: 0 0 20px #eee;
    border-radius: 4px;
    display: block;
    border: none;
    font-size: 13px;
}

    a#addToCart:hover {
        background-position: right center; /* change the direction of the change here */
        color: #fff;
        text-decoration: none;
    }


.product_variant.quantity input {
}

.product_d_right {
    background: #68b66b0f;
    padding: 20px;
    height: 100%;
    border-radius: 0px 20px 20px 0px;
}

.single-zoom-thumb ul li {
    border: none !important;
}

.product_info_button ul li {
    padding-bottom: 11px;
}

.Pager-navigation-text {
    position: absolute;
    right: 2em;
}

.favoriteProducts {
    cursor: pointer;
    color: #ec1231;
}

    .favoriteProducts:hover {
        color: #464646 !important;
    }

.dashboardContainerFluid {
    height: calc(100% - 70px - 1.5em);
}

.height100percent {
    height: 100%;
}

    .height100percent > .card {
        width: 100%;
        height: calc(100%);
    }

.product_description_area {
    min-height: 500px;
}

.product_image_area {
    min-height: 500px;
    max-height: 550px;
}

li.product:hover {
    cursor: pointer;
}

.addressPageRow {
    width: 100%;
    background: white;
    padding: 15px;
    max-height: calc(100% - 1.5em);
    overflow-y: hidden;
    font-size: small !important;
}

@media (max-width:1366px) {
    .addressPageRow button {
        font-size: 0.7em !important;
    }
}

@media (min-width:1367px)and (max-width:1920px) {
    .addressPageRow button {
        font-size: 0.8em !important;
    }
}

.addressPageDiv {
    max-height: calc(100vh - 150px - 1.5em);
    height: calc(100vh - 150px - 1.5em);
    overflow-y: auto;
    overflow-x: hidden;
}

#AddressPageOperationsDiv > button, #AddressPageOperationsDiv > a {
    width: 100%;
    font-size: inherit;
}

.addressSelectButton {
    padding: 0;
}

.borderRed {
    border-color: red !important;
}

.slider_area .owl-dots {
    /*bottom: 260px;*/
}

.slider_content h1 {
    margin-bottom: -21px;
}

.slider_content {
    /*    padding-top: -240px;
    margin-top: -240px;*/
}

    .slider_content a {
        margin-top: -120px;
        padding-top: -120px;
    }


#header-login {
    display: none;
    position: absolute;
    background-color: white;
    z-index: 1002;
    margin-top: 46px;
    border: 1px solid #C39;
    border-radius: 10px;
    margin-right: 35px;
    width: 180px;
    box-shadow: 7px 7px 14px -1px rgba(0,0,0,0.75);
}

/*#region Modal Width */

div.px-modal-lg {
    max-width: 900px !important;
    width: 900px !important;
}

div.px-modal-md {
    max-width: 700px !important;
    width: 700px !important;
}

div.px-modal-sm {
    max-width: 400px !important;
    width: 400px !important;
}

/*#endregion */


/*#region Card Style */
.px-card {
    border-radius: 0px !important;
    border-color: #CC3399; /*#fff0fa*/
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
}

    .px-card span.text-muted {
        font-size: 12px;
    }

.btn-px {
    border-radius: 3px !important;
    background-color: #CC3399;
    color: #fff;
    padding: 9px;
}

    .btn-px:hover {
        color: #fff !important;
        background-color: #ff74d1;
    }

div.product_details {
    padding: 10px 0px 10px 0px;
    background-color: #fffafd;
}

div.px-product-details {
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important; */
}

    div.px-product-details .tab-content {
        background-color: #ffffff !important;
        padding: 10px;
    }


.product_info_button ul.nav a {
    transition: none;
}


.product_d_info div.px-product-details {
    padding: 0px !important;
}

    .product_d_info div.px-product-details .product_info_button {
        margin-bottom: 0px !important;
        background-color: #e9eef1;
        padding-bottom: 0px !important;
        padding-left: 10px;
        padding-top: 10px;
    }

/*#endregion */


/*#region Store Detail Image Style */

.sellerName .storeImage {
    border-radius: 50%;
    height: 100px;
}

/*#endregion */


.boutique img {
    width: 65px !important;
    height: 65px !important;
    object-fit: cover;
}


.row.shop_wrapper > .col-lg-4.col-md-4.col-sm-6.col-12 {
    /* padding: 8px; */
    padding-left: 7px;
    padding-right: 7px;
}

.shop_area.shop_reverse > .col-lg-9.col-md-12 {
    padding: 9px;
}



.row.shop_wrapper {
    padding: 9px;
}

.shop_wrapper.grid_list .single_product {
    margin-bottom: 0px !important;
    height: 100%;
}

    .shop_wrapper.grid_list .single_product img {
        width: 100% !important;
        height: 100% !important;
    }



    .shop_wrapper.grid_list .single_product .price_box span.current_price {
        font-size: 17px !important;
        position: relative;
        bottom: 18px;
        /* text-align: center; */
        /* margin: 0 auto; */
        /* vertical-align: middle; */
        width: 100%;
        right: 0px;
    }


.grid_list .product_content.list_content h4.product_name {
    font-size: 18px;
    padding-top: 38px;
}

.row.shop_wrapper.grid_list .col-12 {
    margin-bottom: 12px;
}

.teslimat-content, .odeme-content, .onay-content, .yeniadres-content {
    padding: 0px !important;
}

    .yeniadres-content .modal-header {
        background: #464646 !important;
        border-radius: 0;
        color: white;
    }



/*#endregion */
/*#region Loader */

.preLoader {
    background-color: #cbcbcb88;
    visibility: hidden;
    display: flex;
    justify-content: center;
    z-index: 11111;
    position: fixed;
    width: 100%;
    height: 100%;
}

    .preLoader .content {
        margin: auto;
    }



/*#endregion */


.px_dropdown_style {
    color: #464646;
    background-color: #f4fff5;
    padding: 10px;
    padding-left: 0px;
    padding-right: 0px;
    border: none;
    border-bottom: 1px solid #28a745;
}

    .px_dropdown_style option {
        padding: 10px;
    }


/*#region Menu Bug Fixed */
.categories_menu_toggle {
    z-index: 111;
}

/*#endregion */


.line-height-17 {
    line-height: 17px;
}

/*#region PandoraX Combobox */
div.PxSelect div.PxSelectMenu {
    padding: 10px;
    color: #464646;
}

    div.PxSelect div.PxSelectMenu .drpBtn:hover {
        cursor: pointer;
    }

div.PxSelect ul.PxSelectMenuContent {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    background-color: #fffafd;
    position: absolute;
    width: 250px;
    display: none;
    list-style: none;
    overflow: hidden;
    z-index: 111;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
}

div.PxSelect .PxSelectMenuContent li {
    padding-left: 10px;
    font-size: 13px;
    font-weight: 600;
}

    div.PxSelect .PxSelectMenuContent li:hover {
        cursor: pointer;
        color: #464646;
    }

div.PxSelect ul.PxSelectMenuContent li.activeSelect {
}
/*#endregion */


/*#region Customize CheckBox  */
.checkbox {
    display: inline-block;
    height: 19px;
}

    .checkbox label:after {
        content: '';
        display: table;
        clear: both;
    }

    .checkbox .cr {
        position: relative;
        display: inline-block;
        border: 1px solid #464646;
        border-radius: .25em;
        width: 1.4em;
        height: 1.3em;
        float: left;
    }

        .checkbox .cr .cr-icon {
            position: absolute;
            font-size: .8em;
            line-height: 0;
            top: 50%;
            left: 15%;
        }

    .checkbox label input[type="checkbox"] {
        display: none;
    }

        .checkbox label input[type="checkbox"] + .cr > .cr-icon {
            opacity: 0;
        }

        .checkbox label input[type="checkbox"]:checked + .cr > .cr-icon {
            opacity: 1;
        }

        .checkbox label input[type="checkbox"]:disabled + .cr {
            opacity: .5;
        }

/*#endregion */

/*#region Sol Fiyat Filtresi Input Style */
.inputGroupPriceList {
    flex-direction: row;
    flex-flow: wrap;
    display: flex;
    padding-bottom: 10px;
}

    .inputGroupPriceList input[name=PriceFilterInput]:not(:first-child) {
        margin-left: 10px;
    }

    .inputGroupPriceList input[name=PriceFilterInput] {
        width: 30%;
        border: 1px solid #cbcbcb;
        border-radius: .3em;
        border-width: medium;
    }

        .inputGroupPriceList input[name=PriceFilterInput]:focus {
            border: 1px solid #464646;
            border-width: medium;
        }

        .inputGroupPriceList input[name=PriceFilterInput]:not(:first-child) {
            margin-left: 10px;
        }

    .inputGroupPriceList button {
        background-color: #ccc;
        color: #fefefe;
        width: 20%;
        margin-left: 10px;
        border-radius: .3em;
        border: none;
    }

.activeCategory {
    background-color: #464646;
    color: #fff;
}

    .activeCategory:hover {
        background-color: #28a745 !important;
        color: #fff !important;
    }

    .activeCategory a:hover {
        background-color: #28a745 !important;
        color: #fff !important;
    }

.categories_left_menu .SubItem {
    font-size: 13px;
    padding-left: 25%;
}

    .categories_left_menu .SubItem a:hover {
        color: #464646;
    }
/*#endregion */


/*#region Current Price CSS */


.sidebar_widget .current-price .current-price-item {
    display: inline-block;
    font-weight: bold;
    font-size: 75%;
    background-color: rgba(0,0,0,0.12);
    border-radius: 25px;
}

    .sidebar_widget .current-price .current-price-item i {
        padding: 2px 3px 2px 3px;
        border-radius: 50%;
        border: 1px solid rgba(0,0,0,0);
    }

        .sidebar_widget .current-price .current-price-item i:hover {
            background-color: rgba(0,0,0,0.24);
            border: 1px solid rgba(0,0,0,0.12);
            cursor: pointer;
        }
/*#endregion */


/*#region Mağazayı Favorilere Ekle Buton Css */
.favorite-store-button {
    position: absolute;
    right: 0;
    bottom: 0;
    border: none;
    width: 25%;
}

    .favorite-store-button .favorite-store-text {
        font-weight: bold;
        color: #fff;
        padding: 10px !important;
        background: linear-gradient(90deg, rgba(64,169,68,1) 15%, rgba(64,169,68,0.6250875350140056) 46%, rgba(64,169,68,0.5886729691876751) 78%);
    }

    .favorite-store-button .favorite-store-icon {
        background-color: rgba(0,0,0,0.12);
    }

        .favorite-store-button .favorite-store-icon i {
            color: #464646;
        }



/*#endregion */



/*#region Material Design Box Shadows */

.elevation-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
}

.elevation-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
}

.elevation-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23) !important;
}

.elevation-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22) !important;
}

.elevation-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22) !important;
}

.elevation-hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24) !important;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1) !important;
}

    .elevation-hover:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22) !important;
    }
/*#endregion */

/*#region Left Menu CSS */

.categories_menu_toggle .categorie_main_menu .categorie_sub_menu {
    position: absolute;
    left: 100%;
    /* background-color: #fff; */
    top: 0;
    /* display: none; */
    width: 100%;
    /* border-radius: 3px; */
    /* padding-left: 14px; */
}

    .categories_menu_toggle .categorie_main_menu .categorie_sub_menu .categorie_attr_menu {
        position: absolute;
        left: 100%;
        background-color: #fff;
        top: 0;
        display: none;
        width: 65%;
        border-radius: 3px;
    }



.categories_menu_toggle .categorie_main_menu li {
    position: relative;
}

    .categories_menu_toggle .categorie_main_menu li a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-weight: 700;
        font-size: 14px;
    }

.categories_menu_toggle .categorie_main_menu > li:hover {
    background-color: #e7e7e7;
}

    .categories_menu_toggle .categorie_main_menu > li:hover .categorie_sub_menu {
        display: block;
    }

        .categories_menu_toggle .categorie_main_menu > li:hover .categorie_sub_menu > li:hover .categorie_attr_menu {
            display: block;
        }

.categories_menu_toggle .categorie_main_menu .categorie_sub_menu .categorie_attr_menu a {
    font-size: 12px;
    font-weight: bold;
}

.categories_menu_toggle .categorie_main_menu .categorie_sub_menu a {
    font-size: 12px;
    font-weight: bold;
}

.categories_menu_toggle .categorie_main_menu li:hover .categorie_sub_menu a:hover {
    color: #a0b87e;
}

.categories_menu_toggle .categorie_main_menu li:hover .categorie_sub_menu li:hover {
    /* background-color: #e5ffe6; */
}

.categories_menu_toggle .categorie_main_menu li .categorie_sub_menu li a {
    padding: 9px 4px;
    background: #000000;
    padding-left: 14px;
    color: white;
    width: 100%;
    font-size: 14px;
}

.categories_menu_toggle .categorie_main_menu li .categorie_sub_menu li .categorie_attr_menu li a {
    padding: 4.5px;
}

/*#endregion */


/*#region Anasayfa Slider ArkaPlan AnaSayfa Öne Çıkan Ürün CSS */
.featured-product-container {
    height: 75vh;
    background-size: cover;
    background-position: bottom;
    background-image: url(/Themes/Default/ui/img/anasayfa/store_default.png);
}

.slider-body {
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.40);
}

.active .slider_content .slider-body {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.featured-product {
    position: relative;
}

.featured-product-image-box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 90%;
}

.featured-product-image-content {
    text-align: center;
    padding: 10px;
}

.img-featured {
    max-height: 300px;
}


@media only screen and (max-width : 770px) {
    .featured-product-container {
        min-height: 170vh;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .featured-product-image-content {
        margin-top: 20px;
    }
}

@media only screen and (max-width : 500px) {
    .featured-product-container {
        min-height: 155vh;
        background-repeat: no-repeat;
        background-size: contain;
    }

    .featured-product-image-content {
        margin-top: 20px;
    }
}

@media only screen and (max-width : 400px) {
    .featured-product-container {
        min-height: 140vh;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

/*#endregion */


/*#region footer css */
.footer_bottom {
    padding: 10px 0px !important;
}

    .footer_bottom img {
        padding: 10px 0px !important;
    }

.img-etbis {
    height: 100px;
}

/*#endregion */

/*#region Kategori Detay Sayfası Sol Kategoriler Menüsü */
.categorie-detail-main-menu > li > div a {
    font-size: 15px;
    color: #464646;
}

.categorie-detail-main-menu ul {
    padding-left: 5px;
    justify-content: center;
    border-radius: 10px;
    color: #464646;
    font-weight: bold;
    display: flex;
    flex-direction: column;
}

.categorie-detail-main-menu .activeCategory {
    color: #ffffff !important;
    border-radius: 3px;
    padding: 5px;
}

    .categorie-detail-main-menu .activeCategory a {
        color: #ffffff !important;
    }

    .categorie-detail-main-menu .activeCategory + .categorie-detail-sub-menu {
        padding-left: 10px;
    }
/*#endregion */

.px-modal-close-button {
    background-color: white;
    position: absolute;
    border-radius: 50%;
    right: 10px;
    top: 10px;
    z-index: 1;
    padding: 0px 10px 0px 10px;
}

/*.ion-ios-arrow-right {
    margin-left: 10px;
}

.ion-ios-arrow-left {
    margin-right: 10px;
}*/


.mainNav {
    background: #f5f5f5;
    width: 100%;
    margin-bottom: 22px;
}

    .mainNav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        border-bottom: 1px solid #444
    }

        .mainNav ul li {
            border-top: 1px solid #dbdbdb;
        }

            .mainNav ul li a {
                color: #000000;
                display: block;
                font-size: 1.1em;
                line-height: normal;
                padding: 12px 20px;
                text-decoration: none;
                font-weight: 400;
            }

                .mainNav ul li a:hover {
                    background: #cf1f1f;
                    text-decoration: none;
                    color: white;
                }

        .mainNav ul ul {
            border-bottom: none;
        }

            .mainNav ul ul li {
                border-top: 1px solid #bd1515;
                background: #cf1f1f;
            }

                .mainNav ul ul li a {
                    color: #FFFFFF;
                    display: block;
                    font-size: 1em;
                    line-height: normal;
                    padding: 0.5em 1em 0.5em 2.5em;
                }

                    .mainNav ul ul li a:hover {
                        background: #333;
                    }

            .mainNav ul ul ul {
                border-top: 1px solid #222;
            }

                .mainNav ul ul ul li {
                    border: none;
                }

                    .mainNav ul ul ul li a {
                        padding-left: 3.5em;
                        padding-top: 0.25em;
                        padding-bottom: 0.25em;
                    }

ul li.has-subnav .accordion-btn {
    color: #000;
    /* background:rgba(255,255,255, 0.15); */
    font-size: 13px;
    vertical-align: middle;
    line-height: 50px !important;
    height: 50px !important;
}




.menuNav-title-wrap h2 {
    color: #ffffff;
    font-size: 20px;
}

.menuNav-title-wrap {
    /* position: fixed; */
    /* right: 21px; */
    /* top: 10px; */
}

#dl-menu {
    background: #cf1f1f;
}

ul.mainNav.accordion-nav li {
    padding: 4px;
}

.mainNav li .dl-submenu li {
    padding: 0px;
}

.menu-new {
    display: flex;
}

.menuNav-title-wrap h2 {
    margin-left: 38px;
    margin-top: 0;
}

/*home four start*/
.footer-widget-four h5 {
    font-size: 17px;
    font-weight: 700;
    color: #000;
    margin-bottom: 45px;
}

.footer-widget-four span {
    font-size: 15px;
    color: #555;
    font-weight: 400;
}

.address-four .single-add {
    position: relative;
}

    .address-four .single-add i {
        font-size: 18px;
        color: #000;
        position: absolute;
        top: 3px;
        left: 0px;
    }

    .address-four .single-add .add-text {
        padding-left: 30px;
    }

.footer-widget-four ul li a {
    font-size: 15px;
    color: #555;
    font-weight: 400;
}

.footer-widget-four ul li {
    margin-bottom: 18px;
}

    .footer-widget-four ul li a:hover {
        padding-left: 3px;
    }

    .footer-widget-four ul li a i {
        margin-right: 5px;
        font-size: 13px;
    }

.copy-border-four {
    padding: 20px 0px;
    border-top: 1px solid #ccc;
}

.copy-four-text span {
    font-size: 15px;
    color: #555;
    font-weight: 400;
}

.custom-width-20 {
    max-width: 20%;
}
