
/* CSS Document */

/******************************

COLOR PALETTE




[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
	3.1 Currency
	3.2 Language
	3.3 Account
	3.4 Main Navigation
	3.5 Hamburger Menu
	3.6 Logo
	3.7 Main Slider
4. Banner
5. New Arrivals
	5.1 New Arrivals Sorting
	5.2 New Arrivals Products Grid
6. Deal of the week
7. Best Sellers
	7.1 Slider Nav
8. Benefit
9. Blogs
10. Newsletter
11. Footer




******************************/

.hsv b {
    font-size:24px;
}

.siparis-baslik {
    font-size: 30px;
    font-weight:700
}


.orta_div {
    padding: 10px 5px 10px 5px;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.telefondiv {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: top right;
    z-index: 9999;
    position: fixed;
    margin-top: 450px;
    right: 0px;
}

.telefon {
    color: white;
    background-color: #0995d5;
    padding: 5px 10px 5px 10px;
    font-size: 18px;
}


/*radiobutton stil*/
.radiobuttonlist {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

radiobuttonlist datalist {
    border: 10px solid red;
}

.radiobuttonlist input {
    width: 15px;
    height: 15px;
    margin: 10px;
}

.radiobuttonlist label {
    color: #3E3928;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin: 0px 0px 0px 0px;
    white-space: nowrap;
    clear: left;
    margin-right: 5px;
}

.radiobuttonlist span.selectedradio label {
    background-color: #F7F5E8;
    color: #000000;
    font-weight: bold;
    border-bottom-color: #F3F2E7;
}

.radiobuttonlist label:hover {
    color: #CC3300;
    background: #D1CFC2;
}

.radiobuttoncontainer {
    position: relative;
    z-index: 1;
}

.radiobuttonbackground {
    position: relative;
    z-index: 0;
    border: solid 1px #AcA899;
    padding: 10px;
    background-color: #F3F2E7;
}
/*radiobutton stil end*/
.radioButtons {
    border: none;
    border-collapse: collapse;
    margin-bottom: 10px;
    line-height: 1.0;
    width: 100%;
}

    .radioButtons input {
        float: left;
        width: 20px;
        height: 32px;
        margin-left:10px;
    }

    .radioButtons label {
        font-family: Arial;
        font-size: 15px;
        color: #555555;
        line-height: 2;
        margin-left: 10px;
    }

    .radioButtons td {
        width: 100%;
        border: 1px solid #e6e6e6;
        border-radius: 2px;
    }

/***********
1. Fonts
***********/
table.blueTable {
    border: 1px solid #1C6EA4;
    background-color: #EEEEEE;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

    table.blueTable td, table.blueTable th {
        border: 1px solid #AAAAAA;
        padding: 5px 1px;
    }

    table.blueTable tbody td {
        font-size: 13px;
        font-weight: bold;
        color: #313131;
    }

    table.blueTable tr:nth-child(even) {
        background: #c5c5c5;
    }

    table.blueTable thead {
        background: green;
        background: -moz-linear-gradient(top, green 0%, green 66%, green 100%);
        background: -webkit-linear-gradient(top, green 0%, green 66%, green 100%);
        background: linear-gradient(to bottom, green 0%, green 66%, green 100%);
        border-bottom: 2px solid #444444;
    }

        table.blueTable thead th {
            font-size: 15px;
            font-weight: bold;
            color: #FFFFFF;
            border-left: 3px solid #D0E4F5;
        }

            table.blueTable thead th:first-child {
                border-left: none;
            }

    table.blueTable tfoot {
        font-size: 14px;
        font-weight: bold;
        color: #FFFFFF;
        background: #D0E4F5;
        background: -moz-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        background: -webkit-linear-gradient(top, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        background: linear-gradient(to bottom, #dcebf7 0%, #d4e6f6 66%, #D0E4F5 100%);
        border-top: 2px solid #444444;
    }

        table.blueTable tfoot td {
            font-size: 14px;
        }

        table.blueTable tfoot .links {
            text-align: right;
        }

            table.blueTable tfoot .links a {
                display: inline-block;
                background: #1C6EA4;
                color: #FFFFFF;
                padding: 2px 8px;
                border-radius: 5px;
            }

/*********************************
2. Body and some general stuff
*********************************/

.metin-yasla {
    text-align: justify;
}

table thead tr {
    margin: 30px;
}

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    line-height: 23px;
    font-weight: 400;
    background: #FFFFFF;
    color: #1e1e27;
}

div {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style: none;
    margin-bottom: 0px;
}

p {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    line-height: 1.5;
    color: #3c3c3c;
    margin: 5px 0px 5px 0px;
    padding-bottom: 15px;
}

    p a {
        display: inline;
        position: relative;
        color: inherit;
        border-bottom: solid 2px #fde0db;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

a, a:hover, a:visited, a:active, a:link {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

p a:active {
    position: relative;
    color: #FF6347;
}

p a:hover {
    color: #FF6347;
    background: #fde0db;
}

    p a:hover::after {
        opacity: 0.2;
    }

::selection {
    background: #fde0db;
    color: #FF6347;
}

p::selection {
    background: #fde0db;
}

h1 {
    font-family: Arial;
    font-size: 32px;
    line-height: 1.5;
    color: #282727;
    font-weight: bold;
}

h2 {
    font-family: Arial;
    font-size: 28px;
    line-height: 1.5;
    color: #282727;
    font-weight: bold;
}

h3 {
    font-family: Arial;
    font-size: 24px;
    line-height: 1.5;
    color: #282727;
    font-weight: bold;
}

h4 {
    font-family: Arial;
    font-size: 20px;
    line-height: 1.5;
    color: #282727;
    font-weight: bold;
}

h5 {
    font-family: Arial;
    font-size: 16px;
    line-height: 1.5;
    color: #282727;
    font-weight: bold;
}

h6 {
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
    color: #282727;
    font-weight: bold;
}

h1, h2, h3, h4, h5, h6 {
    color: #282828;
    -webkit-font-smoothing: antialiased;
    -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

    h1::selection,
    h2::selection,
    h3::selection,
    h4::selection,
    h5::selection,
    h6::selection {
    }

::-webkit-input-placeholder {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
}

:-moz-placeholder /* older Firefox*/ {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
}

::-moz-placeholder /* Firefox 19+ */ {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
}

:-ms-input-placeholder {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
}

::input-placeholder {
    font-size: 16px !important;
    font-weight: 500;
    color: #777777 !important;
}

.form-control {
    color: #db5246;
}

section {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.fill_height {
    height: 100%;
}

.super_container {
    width: 100%;
    overflow: hidden;
}

/*********************************
3. Home
*********************************/

.header {

}

.top_nav {
    width: 100%;
  
    background: #fff;
}

.top_nav_left {
    height: 50px;
    line-height: 50px;
    font-size: 13px;
    color: #b5aec4;
    text-transform: uppercase;
}

/*********************************
3.1 Currency
*********************************/

.currency {
    display: inline-block;
    position: relative;
    min-width: 50px;
    border-right: solid 1px #33333b;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
    background: #1e1e27;
}

    .currency > a {
        display: block;
        color: #b5aec4;
        font-weight: 400;
        height: 50px;
        line-height: 50px;
        font-size: 13px;
        text-transform: uppercase;
    }

        .currency > a > i {
            margin-left: 8px;
        }

    .currency:hover .currency_selection {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

.currency_selection {
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

    .currency_selection li {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 50px;
    }

        .currency_selection li a {
            display: block;
            color: #232530;
            border-bottom: solid 1px #dddddd;
            font-size: 13px;
            text-transform: uppercase;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: all 0.3s ease;
        }

            .currency_selection li a:hover {
                color: #b5aec4;
            }

        .currency_selection li:last-child a {
            border-bottom: none;
        }

/*********************************
3.2 Language
*********************************/

.language {
    display: inline-block;
    position: relative;
    min-width: 50px;
    border-right: solid 1px #33333b;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
    background: #1e1e27;
}

    .language > a {
        display: block;
        color: #b5aec4;
        font-weight: 400;
        height: 50px;
        line-height: 50px;
        font-size: 13px;
    }

        .language > a > i {
            margin-left: 8px;
        }

    .language:hover .language_selection {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

.language_selection {
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

    .language_selection li {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 50px;
    }

        .language_selection li a {
            display: block;
            color: #232530;
            border-bottom: solid 1px #dddddd;
            font-size: 13px;
            -webkit-transition: opacity 0.3s ease;
            -moz-transition: opacity 0.3s ease;
            -ms-transition: opacity 0.3s ease;
            -o-transition: opacity 0.3s ease;
            transition: all 0.3s ease;
        }

            .language_selection li a:hover {
                color: #b5aec4;
            }

        .language_selection li:last-child a {
            border-bottom: none;
        }

/*********************************
3.3 Account
*********************************/

.account {
    display: inline-block;
    position: relative;
    min-width: 50px;
    padding-left: 20px;
    text-align: center;
    vertical-align: middle;
    background: #1e1e27;
}

    .account > a {
        display: block;
        color: #b5aec4;
        font-weight: 400;
        height: 50px;
        line-height: 50px;
        font-size: 13px;
    }

        .account > a > i {
            margin-left: 8px;
        }

    .account:hover .account_selection {
        visibility: visible;
        opacity: 1;
        top: 100%;
    }

.account_selection {
    display: block;
    position: absolute;
    right: 0;
    top: 120%;
    margin: 0;
    width: 100%;
    background: #FFFFFF;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
}

    .account_selection li {
        padding-left: 10px;
        padding-right: 10px;
        line-height: 50px;
    }

        .account_selection li a {
            display: block;
            color: #232530;
            border-bottom: solid 1px #dddddd;
            font-size: 14px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            .account_selection li a:hover {
                color: #b5aec4;
            }

        .account_selection li:last-child a {
            border-bottom: none;
        }

        .account_selection li a i {
            margin-right: 10px;
        }

/*********************************
3.4 Main Navigation
*********************************/

    .main_nav_container {
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    }

    .main_nav_container {
        width: 100%;
        background: #FFFFFF;
        box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
    }

    .navbar {
        width: auto;
        height: 100px;
        float: right;
        padding-left: 0px;
        padding-right: 0px;
    }

    .navbar_menu li {
        display: inline-block;
    }

        .navbar_menu li a {
            display: block;
            color: #1e1e27;
            font-size: 13px;
            font-weight: 500;
            text-transform: uppercase;
            padding: 20px;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -ms-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
        }

            .navbar_menu li a:hover {
                color: #b5aec4;
            }

    .navbar_user {
        margin-left: 37px;
    }

        .navbar_user li {
            display: inline-block;
            text-align: center;
        }

            .navbar_user li a {
                display: -webkit-box;
                display: -moz-box;
                display: -ms-flexbox;
                display: -webkit-flex;
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: center;
                position: relative;
                width: 40px;
                height: 40px;
                color: #1e1e27;
                -webkit-transition: color 0.3s ease;
                -moz-transition: color 0.3s ease;
                -ms-transition: color 0.3s ease;
                -o-transition: color 0.3s ease;
                transition: color 0.3s ease;
            }

                .navbar_user li a:hover {
                    color: #b5aec4;
                }

    .checkout a {
        background: #eceff6;
        border-radius: 50%;
    }

    .checkout_items {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: -9px;
        left: 22px;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #fe4c50;
        font-size: 12px;
        color: #FFFFFF;
    }

    /*********************************
3.5 Hamburger Menu
*********************************/

    .hamburger_container {
        display: none;
        margin-left: 40px;
    }

        .hamburger_container i {
            font-size: 24px;
            color: #1e1e27;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .hamburger_container:hover i {
            color: #b5aec4;
        }

    .hamburger_menu {
        position: fixed;
        top: 0;
        right: -400px;
        width: 400px;
        height: 100vh;
        background: rgba(255,255,255,0.95);
        z-index: 10;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .hamburger_menu.active {
            right: 0;
        }

    .fs_menu_overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 9;
        background: rgba(255,255,255,0);
        pointer-events: none;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
    }

    .hamburger_close {
        position: absolute;
        top: 26px;
        right: 10px;
        padding: 10px;
        z-index: 1;
    }

        .hamburger_close i {
            font-size: 24px;
            color: #1e1e27;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .hamburger_close:hover i {
            color: #b5aec4;
        }

    .hamburger_menu_content {
        padding-top: 100px;
        width: 100%;
        height: 100%;
        padding-right: 20px;
    }

    .menu_item {
        display: block;
        position: relative;
        border-bottom: solid 1px #b5aec4;
        vertical-align: middle;
    }

        .menu_item > a {
            display: block;
            color: #1e1e27;
            font-weight: 500;
            height: 50px;
            line-height: 50px;
            font-size: 14px;
            text-transform: uppercase;
        }

            .menu_item > a:hover {
                color: #b5aec4;
            }

            .menu_item > a > i {
                margin-left: 8px;
            }

        .menu_item.active .menu_selection {
            display: block;
            visibility: visible;
            opacity: 1;
        }

    .menu_selection {
        margin: 0;
        width: 100%;
        max-height: 0;
        overflow: hidden;
        z-index: 1;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .menu_selection li {
            padding-left: 10px;
            padding-right: 10px;
            line-height: 50px;
        }

            .menu_selection li a {
                display: block;
                color: #232530;
                border-bottom: solid 1px #dddddd;
                font-size: 13px;
                text-transform: uppercase;
                -webkit-transition: opacity 0.3s ease;
                -moz-transition: opacity 0.3s ease;
                -ms-transition: opacity 0.3s ease;
                -o-transition: opacity 0.3s ease;
                transition: all 0.3s ease;
            }

                .menu_selection li a:hover {
                    color: #b5aec4;
                }

            .menu_selection li:last-child a {
                border-bottom: none;
            }

    /*********************************
3.6 Logo
*********************************/

    .logo_container {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 15px;
    }

        .logo_container a {
            font-size: 24px;
            color: #1e1e27;
            font-weight: 700;
            text-transform: uppercase;
        }

            .logo_container a span {
                color: #fe4c50;
            }

        .logo_container img {
            max-height: 80px;
        }

    /*********************************
3.7 Main Slider
*********************************/

    .main_slider {
        width: 100%;
        /*height: 375px;*/
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        margin-top: 130px;
    }

    .main_slider_content {
        width: 60%;
    }

        .main_slider_content h6 {
            font-weight: 500;
            text-transform: uppercase;
            margin-bottom: 29px;
        }

        .main_slider_content h1 {
            font-weight: 400;
            line-height: 1;
        }

    /*********************************
6. Contact Us
*********************************/

    .contact_contents {
        padding-right: 30px;
    }

        .contact_contents h1,
        .follow_us_contents h1,
        .get_in_touch_contents h1 {
            font-size: 40px;
            font-weight: 500;
        }

        .contact_contents p,
        .get_in_touch_contents p {
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 0px;
        }

        .contact_contents div {
            margin-top: 22px;
        }

            .contact_contents div:first-of-type {
                margin-top: 39px;
            }

    /*********************************
8. Contact Form
*********************************/

    .form_input {
        display: block;
        width: 100%;
        height: 50px;
        border: solid 1px #e5e5e5;
        padding-left: 20px;
        font-size: 16px;
        margin-bottom: 10px;
    }

    .input_message {
        width: 100%;
        margin-bottom: 5px;
        font-size: 16px;
        padding-bottom: 15px;
    }

    .form_input:focus,
    #newsletter_email:focus {
        border: solid 1px #7f7f7f !important;
        box-shadow: none !important;
    }

    .message_submit_btn {
        background: Green;
        color: #FFFFFF;
        text-transform: uppercase;
        width: 100%;
        border: none;
        height: 46px;
        cursor: pointer;
        font-weight: 500;
    }

        .message_submit_btn:hover {
            background: #fe4c50 !important;
        }

    :focus {
        outline: none !important;
    }

    .input_ph::-webkit-input-placeholder {
        font-size: 16px !important;
        font-weight: 400;
        color: #b9b4c7 !important;
    }

    .input_ph:-moz-placeholder /* older Firefox*/ {
        font-size: 16px !important;
        font-weight: 400;
        color: #b9b4c7 !important;
    }

    .input_ph::-moz-placeholder /* Firefox 19+ */ {
        font-size: 16px !important;
        font-weight: 400;
        color: #b9b4c7 !important;
    }

    .input_ph:-ms-input-placeholder {
        font-size: 16px !important;
        font-weight: 400;
        color: #b9b4c7 !important;
    }

    .input_ph::input-placeholder {
        font-size: 16px !important;
        font-weight: 400;
        color: #b9b4c7 !important;
    }

    textarea {
        border: solid 1px #e5e5e5;
        padding-left: 20px;
        padding-top: 15px;
    }

        textarea:hover {
            border-color: #7f7f7f !important;
        }

    .input_name {
        margin-bottom: 19px;
        margin-top: 31px;
    }

    .input_review {
        display: block;
        width: 100%;
        border: solid 1px #e5e5e5;
        margin-top: 23px;
        padding-left: 20px;
        padding-top: 13px;
    }

    .user_star_rating {
        display: inline-block;
        margin-left: 18px;
    }

        .user_star_rating li {
            display: inline-block;
            margin-right: -3px;
            cursor: pointer;
        }

            .user_star_rating li i {
                color: #f5c136;
                font-size: 18px;
            }

    .review_submit_btn {
        width: 170px;
        border: none;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
    }


    /*********************************
4. Breadcrumbs
*********************************/

    .breadcrumbs {
    width: 100%;
    height: 60px;
    border-bottom: solid 1px #ebebeb;
    margin-bottom: 15px;
    margin-top: 32px;
}

    .breadcrumbs ul li {
        display: inline-block;
        margin-right: 4px;
    }

        .breadcrumbs ul li.active a {
            color: #b9b4c7;
        }

        .breadcrumbs ul li i {
            margin-right: 17px;
        }

        .breadcrumbs ul li a {
            color: #51545f;
        }

    .lazy {
        width: 100%;
    }

    .text-area {
        margin: 30px 0;
    }

    /*********************************
4. Banner
*********************************/

    .banner {
        width: 100%;
        margin-top: 30px;
    }

    .banner_item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        margin-top: 25px;
    }

    .banner_category {
        height: 50px;
        background: #FFFFFF;
        min-width: 180px;
        padding-left: 25px;
        padding-right: 25px;
    }

        .banner_category a {
            display: block;
            color: #1e1e27;
            text-transform: uppercase;
            font-size: 22px;
            font-weight: 600;
            text-align: center;
            line-height: 50px;
            width: 100%;
            -webkit-transition: color 0.3s ease;
            -moz-transition: color 0.3s ease;
            -ms-transition: color 0.3s ease;
            -o-transition: color 0.3s ease;
            transition: color 0.3s ease;
        }

            .banner_category a:hover {
                color: #b5aec4;
            }

    /*********************************
5. New Arrivals
*********************************/

    .new_arrivals {
        width: 100%;
    }

    .new_arrivals_title {
        margin-top: 0px;
    }

    /*********************************
5.1 New Arrivals Sorting
*********************************/

    .new_arrivals_sorting {
        display: inline-block;
        border-radius: 3px;
        margin-top: 59px;
        overflow: visible;
    }

    .grid_sorting_button {
        height: 40px;
        min-width: 102px;
        padding-left: 25px;
        padding-right: 25px;
        cursor: pointer;
        border: solid 1px #ebebeb;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        background: #FFFFFF;
        border-radius: 3px;
        margin: 0;
        float: left;
        margin-left: -1px;
    }

        .grid_sorting_button:first-child {
            margin-left: 0px;
        }

        .grid_sorting_button:last-child {
        }

        .grid_sorting_button.active:hover {
            background: #FE7C7F !important;
        }

        .grid_sorting_button.active {
            color: #FFFFFF;
            background: #fe4c50;
        }

    /*********************************
5.2 New Arrivals Products Grid
*********************************/

    .product-grid {
        width: 100%;
        margin-top: 57px;
    }

    .product-item {
        width: 20%;
        height: 380px;
        cursor: pointer;
    }

        .product-item::after {
            display: block;
            position: absolute;
            top: 0;
            left: -1px;
            width: calc(100% + 1px);
            height: 100%;
            pointer-events: none;
            content: '';
            border: solid 2px rgba(235,235,235,0);
            border-radius: 3px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .product-item:hover::after {
            box-shadow: 0 25px 29px rgba(63, 78, 100, 0.15);
            border: solid 2px rgba(235,235,235,1);
        }

    .product {
        width: 100%;
        height: 340px;
        border-right: solid 1px #e9e9e9;
    }

    .product_image {
        width: 100%;
    }

        .product_image img {
            width: 100%;
        }

    .product_info {
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
    }

    .product_name {
        margin-top: 27px;
    }

        .product_name a {
            color: #1e1e27;
            line-height: 20px;
        }

        .product_name:hover a {
            color: #b5aec4;
        }

    .discount .product_info .product_price {
        font-size: 14px;
    }

    .product_price {
        font-size: 16px;
        color: #fe4c50;
        font-weight: 600;
    }

        .product_price span {
            font-size: 12px;
            margin-left: 10px;
            color: #b5aec4;
            text-decoration: line-through;
        }

    .product_bubble {
        position: absolute;
        top: 15px;
        width: 50px;
        height: 22px;
        border-radius: 3px;
        text-transform: uppercase;
    }

        .product_bubble span {
            font-size: 12px;
            font-weight: 600;
            color: #FFFFFF;
        }

    .product_bubble_right::after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: 6px;
        right: auto;
        top: auto;
        bottom: -6px;
        border: 6px solid;
    }

    .product_bubble_left::after {
        content: ' ';
        position: absolute;
        width: 0;
        height: 0;
        left: auto;
        right: 6px;
        bottom: -6px;
        border: 6px solid;
    }

    .product_bubble_red::after {
        border-color: transparent transparent transparent #fe4c50;
    }

    .product_bubble_left::after {
        border-color: #51a042 #51a042 transparent transparent;
    }

    .product_bubble_red {
        background: #fe4c50;
    }

    .product_bubble_green {
        background: #51a042;
    }

    .product_bubble_left {
        left: 15px;
    }

    .product_bubble_right {
        right: 15px;
    }

    .add_to_cart_button {
        width: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .add_to_cart_button a {
            font-size: 12px;
            font-weight: 600;
        }

    .product-item:hover .add_to_cart_button {
        visibility: visible;
        opacity: 1;
    }

    .favorite {
        position: absolute;
        top: 15px;
        right: 15px;
        color: #b9b4c7;
        width: 17px;
        height: 17px;
        visibility: hidden;
        opacity: 0;
    }

    .favorite_left {
        left: 15px;
    }

    .favorite.active {
        visibility: visible;
        opacity: 1;
    }

    .product-item:hover .favorite {
        visibility: visible;
        opacity: 1;
    }

    .favorite.active::after {
        font-family: 'FontAwesome';
        content: '\f004';
        color: #fe4c50;
    }

    .favorite::after {
        font-family: 'FontAwesome';
        content: '\f08a';
    }

    .favorite:hover::after {
        color: #fe4c50;
    }

    /*********************************
6. Deal of the week
*********************************/

    .deal_ofthe_week {
        width: 100%;
        margin-top: 41px;
        background: #f2f2f2;
    }

    .deal_ofthe_week_img {
        height: 540px;
    }

        .deal_ofthe_week_img img {
            height: 100%;
        }

    .deal_ofthe_week_content {
        height: 100%;
    }

    .section_title {
        display: inline-block;
        text-align: center;
    }

        .section_title h2 {
            display: inline-block;
        }

        .section_title::after {
            display: block;
            position: absolute;
            top: calc(100% + 13px);
            left: 50%;
            -webkit-transform: translateX(-50%);
            -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            -o-transform: translateX(-50%);
            transform: translateX(-50%);
            width: 60px;
            height: 5px;
            background: #fe4c50;
            content: '';
        }

    .timer {
        margin-top: 66px;
    }

        .timer li {
            display: inline-block;
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: #FFFFFF;
            margin-right: 10px;
        }

            .timer li:last-child {
                margin-right: 0px;
            }

    .timer_num {
        font-size: 48px;
        font-weight: 600;
        color: #fe4c50;
        margin-top: 10px;
    }

    .timer_unit {
        margin-top: 12px;
        font-size: 16px;
        font-weight: 500;
        color: #51545f;
    }

    .deal_ofthe_week_button {
        width: 140px;
        background: #1e1e27;
        margin-top: 52px;
    }

        .deal_ofthe_week_button:hover {
            background: #2b2b34 !important;
        }

    /*********************************
7. Best Sellers
*********************************/

    .product_slider_container {
        width: 100%;
        height: 340px;
        margin-top: 73px;
    }

        .product_slider_container::after {
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            width: 1px;
            height: 100%;
            background: #FFFFFF;
            content: '';
            z-index: 1;
        }

    .product_slider {
        overflow: visible !important;
    }

    .product_slider_item .product-item {
        height: 340px;
    }

    .product_slider_item {
        width: 20%;
    }

        .product_slider_item .product-item {
            width: 100% !important;
        }

    /*********************************
7.1 Slider Nav
*********************************/

    .product_slider_nav {
        position: absolute;
        width: 30px;
        height: 70px;
        background: #d3d3d6;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 2;
        cursor: pointer;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .product_slider_container:hover .product_slider_nav {
        visibility: visible;
        opacity: 1;
    }

    .product_slider_nav i {
        color: #FFFFFF;
        font-size: 12px;
    }

    .product_slider_nav_left {
        top: 50%;
        left: 0;
    }

    .product_slider_nav_right {
        top: 50%;
        right: 0;
    }

    /*********************************
8. Benefit
*********************************/

    .benefit {
        margin-top: 74px;
    }

    .benefit_row {
        padding-left: 15px;
        padding-right: 15px;
    }

    .benefit_col {
        padding-left: 0px;
        padding-right: 0px;
    }

    .benefit_item {
        height: 100px;
        background: #f3f3f3;
        border-right: solid 1px #FFFFFF;
        padding-left: 25px;
    }

    .benefit_col:last-child .benefit_item {
        border-right: none;
    }

    .benefit_icon i {
        font-size: 30px;
        color: #fe4c50;
    }

    .benefit_content {
        padding-left: 22px;
    }

        .benefit_content h6 {
            text-transform: uppercase;
            line-height: 18px;
            font-weight: 500;
            margin-bottom: 0px;
        }

        .benefit_content p {
            font-size: 12px;
            line-height: 18px;
            margin-bottom: 0px;
            color: #51545f;
        }

    /*********************************
9. Blogs
*********************************/

    .blogs {
        margin-top: 72px;
    }

    .blogs_container {
        margin-top: 53px;
    }

    .blog_item {
        height: 255px;
        width: 100%;
    }

    .blog_background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    .blog_content {
        position: absolute;
        top: 30px;
        left: 30px;
        width: calc(100% - 60px);
        height: calc(100% - 60px);
        background: rgba(255,255,255,0.9);
        padding-left: 10px;
        padding-right: 10px;
        visibility: hidden;
        opacity: 0;
        transform-origin: center center;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .blog_item:hover .blog_content {
        visibility: visible;
        opacity: 1;
        transform: scale(1);
    }

    .blog_title {
        font-weight: 500;
        line-height: 1.25;
        margin-bottom: 0px;
    }

    .blog_meta {
        font-size: 12px;
        line-height: 30px;
        font-weight: 400;
        text-transform: uppercase;
        color: #51545f;
        margin-bottom: 0px;
        margin-top: 3px;
        letter-spacing: 1px;
    }

    .blog_more {
        font-size: 14px;
        line-height: 16px;
        font-weight: 500;
        color: #fe4c50;
        border-bottom: solid 1px #fe4c50;
        margin-top: 12px;
    }

        .blog_more:hover {
            color: #FE7C7F;
        }

    /*********************************
10. Newsletter
*********************************/

    .newsletter {
        width: 100%;
        background: #f2f2f2;
        margin-top: 81px;
    }

    .newsletter_text {
        height: 120px;
    }

        .newsletter_text h4 {
            margin-bottom: 0px;
            line-height: 24px;
        }

        .newsletter_text p {
            margin-bottom: 0px;
            line-height: 1.7;
            color: #51545f;
        }

    .newsletter_form {
        height: 120px;
    }

    #newsletter_email {
        width: 300px;
        height: 46px;
        background: #FFFFFF;
        border: none;
        padding-left: 20px;
    }

        #newsletter_email:focus {
            border: solid 1px #7f7f7f !important;
            box-shadow: none !important;
        }

    :focus {
        outline: none !important;
    }

    #newsletter_email::-webkit-input-placeholder {
        font-size: 14px !important;
        font-weight: 400;
        color: #b9b4c7 !important;
    }

    #newsletter_email:-moz-placeholder /* older Firefox*/ {
        font-size: 14px !important;
        font-weight: 400;
        color: #b9b4c7 !important;
    }

    #newsletter_email::-moz-placeholder /* Firefox 19+ */ {
        font-size: 14px !important;
        font-weight: 400;
        color: #b9b4c7 !important;
    }

    #newsletter_email:-ms-input-placeholder {
        font-size: 14px !important;
        font-weight: 400;
        color: #b9b4c7 !important;
    }

    #newsletter_email::input-placeholder {
        font-size: 14px !important;
        font-weight: 400;
        color: #b9b4c7 !important;
    }

    .newsletter_submit_btn {
        width: 160px;
        height: 46px;
        border: none;
        background: #fe4c50;
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 500;
        text-transform: uppercase;
        cursor: pointer;
    }

        .newsletter_submit_btn:hover {
            background: #FE7C7F;
        }



    /*********************************
5. Single Product Section
*********************************/

    .single_product_container {
        margin-top: 10px;
        border-top:1px solid #d7d1d1;
        /*padding-bottom: 80px;*/
    }

    .single_product_thumbnails {
        height: 527px;
    }

        .single_product_thumbnails ul li {
            position: relative;
            height: 136px;
            margin-bottom: 30px;
            cursor: pointer;
        }

            .single_product_thumbnails ul li::after {
                display: block;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                border: solid 1px #fe4c50;
                content: '';
                visibility: hidden;
            }

            .single_product_thumbnails ul li.active::after,
            .single_product_thumbnails ul li:hover::after {
                visibility: visible;
            }

            .single_product_thumbnails ul li img {
                width: 100%;
            }

    .image_col {
        padding-right: 30px;
    }

    /*.single_product_image {
    width: 100%;
    height: 415px;
}*/

    .single_product_image_background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-size: cover;
        /*background-position: center center;*/
    }

    /*********************************
6. Product Details
*********************************/

    .product_details {
        width: 100%;
    }

    .product_details_title {
        font-weight: 500;
        line-height: 30px;
    }

        .product_details_title p {
            margin-top: 12px;
        }

    .free_delivery {
        background: #f5f5f5;
        margin-top: 53px;
    }

        .free_delivery i {
            display: inline-block;
        }

        .free_delivery span:last-child {
            display: inline-block;
            height: 40px;
            line-height: 40px;
            text-transform: uppercase;
        }

        .free_delivery span:first-child {
            display: inline-block;
            margin-right: 19px;
            font-size: 16px;
            -webkit-transform: translateY(-1px);
            -moz-transform: translateY(-1px);
            -ms-transform: translateY(-1px);
            -o-transform: translateY(-1px);
            transform: translateY(-1px);
        }

    .original_price {
        font-weight: 500;
        color: #b9b4c7;
        text-decoration: line-through;
        /* line-height: 30px;
    margin-top: 21px;*/
    }

    .product_price {
        display: inline-block;
        font-size: 25px;
        color: #fe4c50;
        font-weight: 500;
        margin-top: 2px;
    }

    .star_rating {
        display: inline-block;
        margin-top: 1px;
    }

        .star_rating li {
            display: inline-block;
            margin-right: -2px;
            cursor: pointer;
        }

            .star_rating li i {
                color: #fac451;
            }

    .product_color {
        margin-top: 27px;
    }

        .product_color ul {
            display: inline-block;
            margin-left: 26px;
        }

            .product_color ul li {
                display: inline-block;
                width: 12px;
                height: 12px;
                border-radius: 50%;
                margin-right: 29px;
                cursor: pointer;
            }

    .quantity {
        width: 100%;
        height: 40px;
        margin-top: 23px;
    }

    .quantity_selector {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 132px;
        height: 100%;
        border: solid 1px #e5e5e5;
        margin-left: 29px;
    }

        .quantity_selector span {
            font-weight: 500;
            color: #232530;
        }

    .plus,
    .minus {
        padding-left: 14px;
        padding-right: 14px;
        cursor: pointer;
    }

        .plus:hover,
        .minus:hover {
            color: #b5aec4;
        }

    .add_to_cart_button {
        width: 160px;
        margin-left: 19px;
        font-size: 12px !important;
    }

    .product_favorite {
        width: 40px;
        height: 100%;
        margin-left: 22px;
        border: solid 1px #e5e5e5;
        border-radius: 2px;
        cursor: pointer;
    }

        .product_favorite:hover::after {
            color: #fe4c50;
        }

        .product_favorite::after {
            font-family: 'FontAwesome';
            content: '\f08a';
            font-size: 14px;
        }

        .product_favorite.active::after {
            content: '\f004';
            color: #fe4c50;
        }

    /*********************************
7. Tabs
*********************************/

    .tabs_section_container {
        width: 100%;
    }

    .tabs_container {
        margin-top: 66px;
        margin-bottom: 66px;
    }

    .tabs {
    }

    .tab {
        margin-right: 50px;
        cursor: pointer;
    }

        .tab:last-child {
            margin-right: 0px;
        }

        .tab span {
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            font-weight: 500;
            color: #1e1e27;
        }

        .tab:hover span {
            color: #b5aec4;
        }

        .tab.active span {
            color: #fe4c50;
            border-bottom: solid 1px #fe4c50;
        }

    .tab_container {
        width: 100%;
        display: none;
    }

        .tab_container.active {
            display: block;
        }

    /*********************************
7.1 Description
*********************************/

    .desc_col {
    }

    .tab_title {
        /*margin-bottom: 98px;*/
        width: 100%;
    }

        .tab_title h4 {
            display: inline-block;
            color: #fe4c50;
            border-bottom: solid 1px #fe4c50;
        }

    .tab_text_block {
        margin-bottom: 133px;
    }

        .tab_text_block p {
            font-weight: 400;
            margin-top: 10px;
        }

    .tab_image {
        width: 100%;
        margin-bottom: 131px;
    }

        .tab_image img {
            width: 100%;
        }

    .desc_last {
        margin-bottom: 0px;
    }

    /*********************************
7.2. Additional Info
*********************************/

    .additional_info_col p span {
        margin-left: 22px;
    }

    .additional_info_title {
        /*margin-bottom: 48px;*/
    }

    /*********************************
7.3 Reviews
*********************************/

    .reviews_title {
        margin-bottom: 58px;
    }

    .user_review_container {
        width: 100%;
        margin-bottom: 37px;
    }

    .reviews_col {
        padding-right: 30px;
    }

    .user_pic {
        width: 70px;
        height: 70px;
        background: #ebebeb;
        border-radius: 50%;
    }

    .user_rating .star_rating {
        margin-left: 5px;
        margin-top: 13px;
    }

        .user_rating .star_rating li {
            margin-right: -3px;
        }

            .user_rating .star_rating li i {
                font-size: 12px;
            }

    .review {
        padding-left: 30px;
    }

    .review_date {
        color: #fe4c50;
        margin-top: -4px;
    }

    .user_name {
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 18px;
    }

    .review p {
        font-weight: 400;
    }

    /*********************************
8. Add Review
*********************************/

    .add_review {
        margin-top: 94px;
    }

    #review_form > div {
        margin-bottom: 40px;
    }

    #review_form div:nth-child(2) h1 {
        display: inline-block;
    }

    #review_form div:nth-child(2) {
        margin-bottom: 20px;
    }

    #review_form > div:last-child {
        margin-bottom: 0px;
    }

    .add_review h1 {
        font-size: 18px;
        font-weight: 500;
    }

    .form_input {
        display: block;
        width: 100%;
        height: 50px;
        border: solid 1px #e5e5e5;
        padding-left: 20px;
    }

    .input_name {
        margin-bottom: 10px;
        margin-top: 10px;
    }

    .input_review {
        display: block;
        width: 100%;
        border: solid 1px #e5e5e5;
        margin-top: 23px;
        padding-left: 20px;
        padding-top: 13px;
    }

    .user_star_rating {
        display: inline-block;
        margin-left: 18px;
    }

        .user_star_rating li {
            display: inline-block;
            margin-right: -3px;
            cursor: pointer;
        }

            .user_star_rating li i {
                color: #f5c136;
                font-size: 18px;
            }

    .review_submit_btn {
        width: 170px;
        border: none;
        color: #FFFFFF;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
    }


    /*********************************
11. Footer
*********************************/

    .footer_nav_container {
        height: auto;
      
    }

    .cr {
        margin-right: 48px;
    }

    .footer_nav li {
        display: inline-block;
        margin-right: 45px;
    }

        .footer_nav li:last-child {
            margin-right: 0px;
        }

        .footer_nav li a, .cr {
            font-size: 14px;
            color: #51545f;
            line-height: 30px;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .footer_nav li a:hover, .cr a, .cr i {
                color: #fe4c50;
            }

    /*.footer_social {
    height: 100px;
}*/

    .footer_social ul li {
        display: inline-block;
        margin-right: 10px;
    }

        .footer_social ul li:last-child {
            margin-right: 0px;
        }

        .footer_social ul li a {
            color: #51545f;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
            padding: 10px;
        }

        .footer_social ul li:last-child a {
            padding-right: 0px;
        }

        .footer_social ul li a:hover {
            color: #fe4c50;
        }

    /*Mobil Menu*/
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
        background-color: green;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        text-align: center;
    }

        .sidenav a {
            padding: 8px 8px 8px 32px;
            text-decoration: none;
            font-size: 18px;
            color: white;
            display: block;
            transition: 0.3s;
        }

            .sidenav a:hover {
                color: #f1f1f1;
            }

        .sidenav .closebtn {
            position: absolute;
            top: 0;
            right: 25px;
            font-size: 46px;
            margin-left: 50px;
        }

    .openmenu {
        right: 45px;
        font-size: 36px;
        cursor: pointer
    }

    @media screen and (max-height: 450px) {
        .sidenav {
            padding-top: 15px;
        }

            .sidenav a {
                font-size: 18px;
            }
    }
    /*[ btn show menu ]
-----------------------------------------------------------*/
    .btn-show-menu {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    /*[ Header Mobile ]
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>*/
    .wrap_header_mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        min-height: 80px;
        padding-left: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: white;
        display: none;
        border-bottom: 1px solid #272a68;
    }

    @media (max-width: 992px) {
        .wrap_header_mobile {
            display: -webkit-box;
            display: -webkit-flex;
            display: -moz-box;
            display: -ms-flexbox;
            display: flex !important;
        }

        .wrap_header {
            display: none;
        }

        .container-menu-header-v3,
        .container-menu-header-v2,
        .container-menu-header {
            display: none;
        }

        .top-bar {
            display: none;
        }

        header {
            height: auto !important;
        }

        .container1-page {
            margin-left: 0px;
        }
    }

    .logo-mobile {
        display: block;
    }

        .logo-mobile img {
            max-height: 80px;
        }

    .container-menu-header {
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid #c4c4c4;
    }

    .whatsapp {
        position: fixed;
        margin-top: 250px;
        z-index: 9999;
        right: 0;
    }

        .whatsapp img {
            max-height: 60px;
        }

    .yilbasi {
        background-color: red;
        padding: 10px
    }

        .yilbasi h2 {
            color: white;
        }

        .yilbasi h3 {
            color: #fae981;
        }
.blog-detail-img img {
    width: 100%;
    height: auto;
}
.imganasayfa{
    border:1px solid #ebebeb;
}
.col-md-4 p{
    margin-bottom:0px;
    font:bold;
}