/*@import url(https://fonts.googleapis.com/css2?family=Playfair+Display&family=Rubik:wght@400;300;600;700&display=swap);*/

@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;600;700&family=Josefin+Sans:wght@300;400&family=Oswald:wght@400&display=swap');

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body, html {
    height: 100%
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    -webkit-box-shadow: 0 0 1px rgba(255,255,255,.5);
}
body {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 20px;
    position: relative;
    visibility: visible;
    color: #3b454d;
    background-color: #fff;
    overflow-x: hidden
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Rubik',sans-serif;
    font-weight: 600;
    margin-top: 0;
    color: #3b454d
}

h1 {
    font-size: 36px;
    line-height: 42px
}

h2 {
    font-size: 30px;
    line-height: 36px
}

h3 {
    font-size: 24px;
    line-height: 30px
}

h4 {
    font-size: 18px;
    line-height: 24px
}

h5 {
    font-size: 14px;
    line-height: 18px
}

h6 {
    font-size: 12px;
    line-height: 14px
}

p:last-child {
    margin-bottom: 0
}

a, button {
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: inherit
}

a, button, img, input, span {
    -webkit-transition: all .1s ease 0s;
    transition: all .1s ease 0s
}

:focus {
    outline: 0 !important
}

a:focus {
    text-decoration: none;
    color: inherit;
    outline: 0
}

a:hover {
    text-decoration: none;
    color: #777777
}

button, input[type=submit] {
    cursor: pointer
}

ul {
    margin: 0;
    padding: 0;
    list-style: outside none none
}

.tab-content {
    width: 100%
}

    .tab-content .tab-pane {
        display: block;
        visibility: hidden;
        overflow: hidden;
        max-width: 100%;
        height: 0;
        opacity: 0
    }

        .tab-content .tab-pane.active {
            visibility: visible;
            overflow: visible;
            height: auto;
            opacity: 1
        }

.border-bottom {
    border-bottom: 1px solid #ededed
}

select {
    padding-right: 15px;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' version=\'1.1\' height=\'10px\' width=\'15px\'%3E%3Ctext x=\'0\' y=\'10\' fill=\'black\'%3E%E2%96%BE%3C/text%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: 95% 50%;
    -webkit-appearance: none;
    -moz-appearance: none
}

.tippy-tooltip.sharpborder-theme .tippy-backdrop {
    font-weight: 400;
    color: #fff;
    background-color: #3a9943
}

.tippy-tooltip.sharpborder-theme {
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    padding: 8px 10px;
    white-space: nowrap;
    color: #fff;
    background-color: #3a9943
}

.tippy-popper[x-placement^=top] .tippy-tooltip.sharpborder-theme .tippy-arrow {
    border-top-color: #3a9943
}

.header-area {
    position: relative;
    z-index: 9
}

.header-sticky.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: .7s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .7s ease-in-out 0s normal none 1 running fadeInDown
}

.header-area.is-sticky .navigation-top {
    display: none
}

.header-area.is-sticky .navigation-menu-area {
    background: rgba(255,255,255,.7)
}

    .header-area.is-sticky .navigation-menu-area:hover {
        background-color: #fff
    }

.header-area--absolute {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .header-area--absolute {
        position: relative
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area--absolute {
        position: relative
    }
}

@media only screen and (max-width:767px) {
    .header-area--absolute {
        position: relative
    }
}

.header-area--absolute.is-sticky--absolute {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: .7s ease-in-out 0s normal none 1 running fadeInDown;
    animation: .7s ease-in-out 0s normal none 1 running fadeInDown;
    background-color: rgba(241,241,239,.7)
}

    .header-area--absolute.is-sticky--absolute:hover {
        background-color: #f1f1ef
    }

    .header-area--absolute.is-sticky--absolute .navigation-top-topbar {
        display: none
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area--absolute.is-sticky--absolute .navigation-top-search-area {
        margin-top: 0 !important
    }
}

@media only screen and (max-width:767px) {
    .header-area--absolute.is-sticky--absolute .navigation-top-search-area {
        margin-top: 0 !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area--absolute.is-sticky--absolute .logo {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .header-area--absolute.is-sticky--absolute .logo {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area--absolute.is-sticky--absolute .search-icon {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .header-area--absolute.is-sticky--absolute .search-icon {
        display: none !important
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .header-area--absolute.is-sticky--absolute .header-cart-icon {
        display: none !important
    }
}

@media only screen and (max-width:767px) {
    .header-area--absolute.is-sticky--absolute .header-cart-icon {
        display: none !important
    }
}

.header-area--absolute.is-sticky--absolute .main-menu--separate nav > ul > li > a {
    line-height: 70px
}

.navigation-top {
    background-color: #3a9943
}

.navigation-top-topbar {
    border-bottom: 1px solid rgba(255,255,255,.17)
}

@media only screen and (max-width:767px) {
    .header-top-social-links {
        padding-bottom: 10px;
        border-bottom: 1px solid rgba(255,255,255,.17)
    }
}

.headertop-dropdown-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align:center;
}

@media only screen and (max-width:767px) {
    .headertop-dropdown-container {
        padding-top: 10px
    }
}

@media only screen and (max-width:479px) {
    .headertop-dropdown-container:first-child .extra-small-mobile-fix {
        left: 0
    }
}

.headertop-dropdown-container .header-top-single-dropdown {
    position: relative;
    margin: 0 auto;
}

    .headertop-dropdown-container .header-top-single-dropdown a {
        font-size: 15px;
        font-weight: 300;
        color: #fff
    }
.sepetim-div a {
    font-family: 'Josefin Sans', sans-serif;
    color: #343a40;
    font-size: 16px;
    font-weight: 300;
    padding-top: 15px;
    line-height: 30px;
}
.headertop-dropdown-container .header-top-single-dropdown a:hover {
    color: #3a9943
}

        .headertop-dropdown-container .header-top-single-dropdown a i {
            font-size: 11px;
            margin-left: 3px
        }

.headertop-dropdown-container .header-top-single-dropdown__dropdown-menu-items {
    position: absolute;
    z-index: 5;
    top: 165%;
    right: -15%;
    left: auto;
    display: none;
    min-width: 160px;
    padding: 0 20px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1)
}

    .headertop-dropdown-container .header-top-single-dropdown__dropdown-menu-items.deactive-dropdown-menu {
        display: none
    }

    .headertop-dropdown-container .header-top-single-dropdown__dropdown-menu-items.active-dropdown-menu {
        display: block
    }

    .headertop-dropdown-container .header-top-single-dropdown__dropdown-menu-items ul li {
        border-bottom: 1px solid #eee
    }

        .headertop-dropdown-container .header-top-single-dropdown__dropdown-menu-items ul li:last-child {
            border-bottom: 0
        }

        .headertop-dropdown-container .header-top-single-dropdown__dropdown-menu-items ul li a {
            font-family: 'Rubik',sans-serif;
            font-size: 15px;
            font-weight: 500;
            line-height: 2.2;
            display: block;
            padding: 10px 0;
            text-align: left;
        }
            .headertop-dropdown-container .header-top-single-dropdown__dropdown-menu-items ul li a img {
                margin-right: 10px;
            }
            .headertop-dropdown-container .header-top-single-dropdown__dropdown-menu-items ul li a:hover {
                color: #3a9943
            }

.headertop-dropdown-container span.separator {
    margin: 0 15px;
    color: #fff
}

.search-bar {
    position: relative
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .search-bar {
        width: 95%;
        -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
        transform: translateX(30px)
    }
}

.search-bar input {
    font-family: 'Rubik',sans-serif;
    font-size: 13px;
    font-weight: 300;
    width: 100%;
    height: 48px;
    padding: 0 65px 0 20px;
    color: #fff;
    border: 0;
    border-radius: 0;
    background: rgba(255,255,255,.2)
}

.search-bar button {
    font-family: 'Rubik',sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    margin: 0;
    padding: 0;
    color: #fff;
    border: 0;
    background: 0 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

    .search-bar button:hover {
        color: #3a9943
    }

.search-bar::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

.search-bar::-moz-placeholder {
    opacity: 1;
    color: #fff
}

.search-bar:-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.search-bar::-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.search-bar::placeholder {
    opacity: 1;
    color: #fff
}

.search-bar:-ms-input-placeholder {
    color: #fff
}

.search-bar::-ms-input-placeholder {
    color: #fff
}
.customer-support-text {
/*    margin-left: -45px;*/
    position: relative;
/*    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px)*/
}

@media only screen and (min-width:992px) and (max-width:1199px) {
/*    .customer-support-text {
        -webkit-transform: translateX(70px);
        -ms-transform: translateX(70px);
        transform: translateX(70px)
    }*/
}

@media only screen and (max-width:767px) {
    .customer-support-text {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

@media only screen and (max-width:575px) {
    .customer-support-text {
        display: inline-block
    }
}

.customer-support-text .icon {
    position: absolute;
    top: 5px;
    left: 0
}

.customer-support-text .text {
/*    padding-left: 40px*/
}

@media only screen and (max-width:575px) {
    .customer-support-text .text {
        text-align: left
    }
}

.customer-support-text .text span {
    font-family: 'Rubik',sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 18px;
    color: #fff
}

.customer-support-text .text p {
    font-size: 13px;
    width:110%;
   padding-top:5px;
}

.header-cart-icon {
    position: relative;
    text-align:center;
}
    .header-cart-icon span {
        color: #343a40;
        font-size: 15px;
        font-weight: 300;
    }

    .header-cart-icon .small-cart-trigger {
        font-family: 'Rubik',sans-serif;
        font-size: 27px;
        font-weight: 400;
        line-height: 46px;
        position: relative;
        display: inline-block;
        padding-right: 27px;
        padding-left: 8px;
        color: #fff;
        border: 1px solid rgba(255,255,255,.17);
        border-radius: 5px
    }

        .header-cart-icon .small-cart-trigger .cart-counter {
            font-family: 'Rubik',sans-serif;
            font-size: 11px;
            font-weight: 400;
            font-style: normal;
            line-height: 16px;
            position: absolute;
            top: 50%;
            left: 38px;
            width: 16px;
            height: 16px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            text-align: center;
            color: #3b454d;
            border-radius: 100%;
            background: #fff
        }

        .header-cart-icon .small-cart-trigger.active, .header-cart-icon .small-cart-trigger:hover {
            color: #3b454d;
            border-color: #fff;
            background: #fff
        }

            .header-cart-icon .small-cart-trigger.active .cart-counter, .header-cart-icon .small-cart-trigger:hover .cart-counter {
                color: #fff;
                background: #3a9943
            }

.small-cart {
    position: absolute;
    z-index: 9;
    right: 0;
    left: auto;
    display: none;
    width: 380px;
    margin-top: 26px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1)
}

@media only screen and (max-width:479px) {
    .small-cart {
        max-width: 300px
    }
}

.small-cart-item-wrapper {
    padding: 30px;
    border-bottom: 1px solid #ebebeb
}

    .small-cart-item-wrapper .single-item {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 30px;
        padding-bottom: 30px;
        border-bottom: 1px solid #ebebeb
    }

        .small-cart-item-wrapper .single-item:last-child {
            margin-bottom: 0;
            padding-bottom: 0;
            border-bottom: 0
        }

        .small-cart-item-wrapper .single-item .image {
            -webkit-flex-basis: 80px;
            -ms-flex-preferred-size: 80px;
            flex-basis: 80px
        }

        .small-cart-item-wrapper .single-item .remove-icon {
            position: absolute;
            top: 0;
            right: 0
        }

            .small-cart-item-wrapper .single-item .remove-icon i {
                font-size: 12px
            }

            .small-cart-item-wrapper .single-item .remove-icon:hover {
                color: #3a9943
            }

        .small-cart-item-wrapper .single-item .content {
            padding-left: 10px;
            text-align: left;
            -webkit-flex-basis: calc(100% - 80px);
            -ms-flex-preferred-size: calc(100% - 80px);
            flex-basis: calc(100% - 80px)
        }

            .small-cart-item-wrapper .single-item .content p {
                margin-bottom: 0
            }

                .small-cart-item-wrapper .single-item .content p.cart-name a {
                    font-family: 'Rubik',sans-serif;
                    font-size: 15px;
                    font-weight: 300;
                    line-height: 20px;
                    margin-bottom: 8px;
                    color: #3b454d
                }

                    .small-cart-item-wrapper .single-item .content p.cart-name a:hover {
                        color: #3a9943
                    }

                .small-cart-item-wrapper .single-item .content p.cart-quantity {
                    font-family: 'Rubik',sans-serif;
                    font-size: 16px;
                    font-weight: 700;
                    line-height: 18px;
                    color: #3a9943
                }

                    .small-cart-item-wrapper .single-item .content p.cart-quantity .quantity-mes {
                        font-family: 'Rubik',sans-serif;
                        font-size: 13px;
                        font-weight: 300;
                        line-height: 18px;
                        color: #3b454d
                    }

.cart-calculation-table {
    padding: 30px
}

    .cart-calculation-table table tbody tr:last-child td:last-child {
        font-size: 22px;
        color: #3a9943
    }

    .cart-calculation-table table tbody tr td {
        font-family: 'Rubik',sans-serif;
        font-size: 18px;
        font-weight: 600;
        line-height: 30px;
        padding-top: 0;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
        color: #3b454d;
        border-top: 0
    }

.cart-buttons a {
    display: block;
    margin-bottom: 10px
}

    .cart-buttons a:last-child {
        margin-bottom: 0
    }

.deactive-dropdown-menu {
    display: none
}

.active-dropdown-menu {
    display: block
}

.navigation-menu-area {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.08);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.08)
}

.main-menu nav > ul > li {
/*    position: relative;*/
    display: inline-block;
/*    padding: 0 25px;*/
    cursor: pointer
}
.main-menu > nav > ul {
    text-align: center;
}
    .main-menu nav > ul > li:last-child {
        margin-right: 0
    }

    .main-menu nav > ul > li.active > a, .main-menu nav > ul > li:hover > a {
        position: relative;
        color: #3a9943
    }

    .main-menu nav > ul > li.menu-item-has-children > a::after {
        font-family: Ionicons;
        font-size: 11px;
        font-weight: 300;
        float: right;
        margin-left: 5px;
        content: '\f3d0';
        -webkit-transition: .3s;
        transition: .3s
    }
.page-wrapper-light-green .main-menu nav > ul > li > a {
    font-family: Josefin Sans,sans-serif;
    color: #1a1a1a;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    font-size: 13px;
}
.main-menu nav > ul > li > a {
    font-family: Josefin Sans,sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 24px;
    line-height: 40px;
    display: block;
    color: #3b454d
}

    .main-menu nav > ul > li:hover > .mega-menu, .main-menu nav > ul > li:hover > .sub-menu {
        z-index: 999;
        visibility: visible;
        margin-top: 0;
        border-top: 1px solid #777;
        opacity: 1
    }

.main-menu--separate nav > ul {
    text-align: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu--separate nav > ul {
        text-align: left
    }
}

.main-menu--separate nav > ul > li > a {
    line-height: 100px
}

.main-menu--separate .sub-menu {
    text-align: left
}

.main-menu--separate .mega-menu {
    text-align: left
}

    .main-menu--separate .mega-menu.four-column {
        left: -300px
    }

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .main-menu--separate .mega-menu.four-column {
        left: -300px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .main-menu--separate .mega-menu.four-column {
        left: -450px
    }
}

.sub-menu {
    position: absolute;
    top: 100%;
    left: -20px;
    visibility: hidden;
    width: 230px;
    padding: 15px 0;
    opacity: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1)
}

    .sub-menu li {
        position: relative
    }

        .sub-menu li a {
            font-size: 14px;
            font-weight: 600;
            display: block;
            padding: 10px 15px;
            text-transform: uppercase;
            color: #3b454d
        }

            .sub-menu li a:hover {
                color: #3a9943
            }

        .sub-menu li.menu-item-has-children > a::after {
            font-family: Ionicons;
            font-size: 11px;
            font-weight: 300;
            float: right;
            margin-left: 5px;
            content: '\f3d1'
        }

        .sub-menu li:hover > .sub-menu {
            z-index: 999;
            visibility: visible;
            margin-top: 0;
            opacity: 1
        }

    .sub-menu .sub-menu {
        position: absolute;
        top: 0;
        right: auto;
        left: 100%;
        visibility: hidden;
        opacity: 0
    }

        .sub-menu .sub-menu li a {
            font-family: 'Rubik',sans-serif;
            font-size: 14px;
            font-weight: 300;
            padding: 7px 15px;
            text-transform: capitalize;
            color: #666
        }

            .sub-menu .sub-menu li a:hover {
                color: #3a9943
            }

        .sub-menu .sub-menu .sub-menu {
            right: 100%;
            left: auto
        }

            .sub-menu .sub-menu .sub-menu .sub-menu {
                right: auto;
                left: 100%
            }

            .sub-menu .sub-menu .sub-menu .sub-menu {
                right: 100%;
                left: auto
            }

.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    visibility: hidden;
    width: 100%;
    opacity: 0;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.1)
}

    .mega-menu.four-column {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        padding: 15px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .mega-menu.four-column {
        width: 100%;
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .mega-menu.four-column {
        left: -200px;
        width: 900px
    }
}

.mega-menu.four-column > li {
    width: 25%
}

.mega-menu > li > a {
    font-family: 'Rubik',sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #3b454d;
    color: #3b454d
}

    .mega-menu > li > a:hover {
        color: #3a9943
    }

.mega-menu > li ul li a {
    font-family: 'Rubik',sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
    color: #3b454d
}

    .mega-menu > li ul li a:hover {
        color: #3a9943
    }

.megamenu-banner a img {
    -webkit-transition: .3s;
    transition: .3s
}
.megamenu-banner{float:right;}
.megamenu-banner a:hover img {
    opacity: .7
}

.mobile-menu .mean-bar {
    position: relative;
    text-align: right;
/*    border: 1px solid #153d4d;*/
/*    background: #153d4d;*/
    border-radius: 6px;
}
.meanmenu-reveal.meanclose {
    margin-bottom: -10px;
}
    .mobile-menu .mean-bar:before {
    font-size: 16px;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    content: 'MENU';
    color: #363f4d
}

    .mobile-menu .mean-bar .meanmenu-reveal span {
        position: relative
    }

        .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar {
            display: block;
            width: 20px;
            height: 1px;
            margin: 0 0;
            background-color: #3b454d
        }

            .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after, .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
                position: absolute;
                left: 0;
                width: 100%;
                height: 100%;
                content: '';
                background-color: #3b454d
            }

            .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::before {
                top: -8px
            }

            .mobile-menu .mean-bar .meanmenu-reveal span.menu-bar::after {
                bottom: -8px
            }

        .mobile-menu .mean-bar .meanmenu-reveal span.menu-close {
            display: block;
            width: 24px;
            height: 1px;
            margin: 5px 0;
            background-color: transparent
        }

            .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after, .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
                position: absolute;
                left: 0;
                width: 100%;
                height: 100%;
                content: '';
                background-color: #3b454d
            }

            .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::before {
                top: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg)
            }

            .mobile-menu .mean-bar .meanmenu-reveal span.menu-close::after {
                bottom: 0;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg)
            }

        .mobile-menu .mean-bar .meanmenu-reveal span.mean-menu-text {
            font-size: 14px;
            font-weight: 700;
            line-height: 20px;
            position: absolute !important;
            top: 1px;
            left: 0;
            color: #3b454d
        }

            .mobile-menu .mean-bar .meanmenu-reveal span.mean-menu-text i {
                font-size: 18px;
                line-height: 19px;
                display: inline-block;
                margin-right: 5px;
                vertical-align: top
            }

    .mobile-menu .mean-bar .mean-nav {
        text-align: left;
        background-color: #fff
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .mobile-menu .mean-bar .mean-nav {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .mobile-menu .mean-bar .mean-nav {
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.mobile-menu .mean-bar .mean-nav > ul {
    overflow-x: hidden;
    border: 1px solid #eee;
    border-top: 0 solid transparent
}

@media only screen and (max-width:767px) {
    .mobile-menu .mean-bar .mean-nav > ul {
        overflow-y: auto;
        max-height: 180px
    }
}

@media only screen and (max-width:575px) {
    .mobile-menu .mean-bar .mean-nav > ul {
        overflow-y: auto;
        max-height: 360px
    }
}

.mobile-menu .mean-bar .mean-nav > ul li {
    position: relative;
    display: block;
    float: left;
    width: 100%
}

    .mobile-menu .mean-bar .mean-nav > ul li a {
        font-family: 'Rubik',sans-serif;
        font-size: 12px;
        font-weight: 600;
        line-height: 32px;
        position: relative;
        display: block;
        padding: 0 10px 0 20px;
        text-transform: uppercase;
        color: #3b454d;
        border-top: 1px solid #eee
    }

        .mobile-menu .mean-bar .mean-nav > ul li a::after {
            display: none
        }

        .mobile-menu .mean-bar .mean-nav > ul li a:hover {
            padding-left: 25px;
            color: #3b454d
        }

        .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
            font-size: 20px !important;
            line-height: 44px;
            position: absolute;
            top: 0;
            right: -1px;
            width: 40px;
            height: 46px;
            padding: 0;
            text-align: center;
            color: #3b454d;
            border: 1px solid #eee
        }

            .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand.mean-clicked {
                line-height: 40px
            }

    .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
        position: static;
        z-index: 1;
        display: none;
        visibility: visible;
        float: left;
        width: 100%;
        margin: 0;
        padding: 0 !important;
        -webkit-transition: none;
        transition: none;
        opacity: 1;
        background-color: rgba(0,0,0,.03);
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li, .mobile-menu .mean-bar .mean-nav > ul li ul li {
            display: block;
            float: left;
            width: 100%;
            margin: 0;
            padding: 0;
            border-right: 0 solid transparent;
            -webkit-box-flex: 0;
            -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%
        }

            .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li a {
                font-size: 12px;
                display: block;
                margin-bottom: 0
            }

                .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a::before, .mobile-menu .mean-bar .mean-nav > ul li ul li a::before {
                    display: none
                }

            .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul {
                background-color: rgba(0,0,0,.04)
            }

                .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a {
                    border-top: 1px solid #ddd
                }

                    .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul li a.mean-expand {
                        border: 1px solid #ddd
                    }

                .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul {
                    background-color: rgba(0,0,0,.05)
                }

                    .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a {
                        border-top: 1px solid #eee
                    }

                        .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li ul ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li .sub-menu ul li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul .sub-menu li a.mean-expand, .mobile-menu .mean-bar .mean-nav > ul li ul li ul ul li a.mean-expand {
                            border: 1px solid #eee
                        }

.search-icon a i {
    font-size: 22px
}

.search-icon a:hover {
    color: #f72525
}

.page-wrapper-light-green .header-area.is-sticky .navigation-menu-area {
    background: rgba(237,44,122,.85)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .page-wrapper-light-green .header-area.is-sticky .navigation-menu-area {
        background: #777777
    }
}

@media only screen and (max-width:767px) {
    .page-wrapper-light-green .header-area.is-sticky .navigation-menu-area {
        background: #777777
    }
}

.page-wrapper-light-green .header-area.is-sticky .navigation-menu-area:hover {
    background-color: #777777
}

.page-wrapper-light-green .navigation-top {
    background-color: #fff
}

.page-wrapper-light-green .navigation-top-topbar {
    border-bottom: 1px solid #ededed;
    padding: 5px 0;
    background: #e8f5f4;
}

.page-wrapper-light-green .header-top-social-links .follow-text {
    color: #a4a4a4
}

.page-wrapper-light-green .header-top-social-links .social-link-small li a {
    color: #777;
    font-size:13px;
}
    .page-wrapper-light-green .header-top-social-links .social-link-small li a:hover{color:#000 !important;}

    .page-wrapper-light-green .header-top-social-links .social-link-small li a:hover {
        color: #777777
    }

.page-wrapper-light-green .headertop-dropdown-container .header-top-single-dropdown a {
    color: #343a40;
}

    .page-wrapper-light-green .headertop-dropdown-container .header-top-single-dropdown a:hover {
        color: #007cad
    }

.page-wrapper-light-green .headertop-dropdown-container span.separator {
    margin: 0 15px;
    color: #3b454d
}
.page-wrapper-light-green .search-bar input {
    border-radius:4px;
    color: #153d4d;
    /*    background: #f5f8f8;*/
border: 1px solid #ececec;
    /*    border-bottom: 1px solid #777;*/
}
.page-wrapper-light-green .search-bar::-webkit-input-placeholder {
    opacity: 1;
    color: #a9a9a9
}

.page-wrapper-light-green .search-bar::-moz-placeholder {
    opacity: 1;
    color: #a9a9a9
}

.page-wrapper-light-green .search-bar:-ms-input-placeholder {
    opacity: 1;
    color: #a9a9a9
}

.page-wrapper-light-green .search-bar::-ms-input-placeholder {
    opacity: 1;
    color: #a9a9a9
}

.page-wrapper-light-green .search-bar::placeholder {
    opacity: 1;
    color: #a9a9a9
}

.page-wrapper-light-green .search-bar:-ms-input-placeholder {
    color: #a9a9a9
}

.page-wrapper-light-green .search-bar::-ms-input-placeholder {
    color: #a9a9a9
}

.page-wrapper-light-green .search-bar button {
    color: #dce4e6;
/*    border-top-right-radius: 0;*/
    border-bottom-right-radius: 0;
    /*    border-bottom:1px solid #777;*/
    /*    background-color: #f8d0c5 !important;*/
}

    .page-wrapper-light-green .search-bar button:hover {
        /*        background-color: #dff6f5;*/
        color: #265467;
    }


.page-wrapper-light-green .customer-support-text .text p {
    color: #343a40;
}

.page-wrapper-light-green .header-cart-icon .small-cart-trigger {
    color: #3b454d;
    background-color: #3a9943
}

    .page-wrapper-light-green .header-cart-icon .small-cart-trigger.active, .page-wrapper-light-green .header-cart-icon .small-cart-trigger:hover {
        color: #fff;
        background-color: #777777
    }

        .page-wrapper-light-green .header-cart-icon .small-cart-trigger.active .cart-counter, .page-wrapper-light-green .header-cart-icon .small-cart-trigger:hover .cart-counter {
            color: #3b454d;
            background-color: #fff
        }

.float {
    position: fixed;
    width: 50px;
    height: 40px;
    font-size: 19px;
    bottom: 40%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    left: 0;
    background-color: #25d366;
    color: #FFF;
    text-align: center;
    z-index: 100;
}

    .float span {
        display: none;
    }

    .float:hover {
        color: #fff;
        background-color: #30e473;
        width: 150px;
    }

        .float:hover span {
            display: inline-block;
        }


.float-phone {
    position: fixed;
    width: 30px;
    height: 40px;
    font-size: 14px;
    bottom: 47%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    left: 0;
    background-color: #153d4d;
    color: #FFF;
    text-align: center;
    z-index: 100;
}

    .float-phone span {
        display: none;
    }

    .float-phone:hover {
        color: #fff;
        background: #153d4d;
        width: 150px;
    }

        .float-phone:hover span {
            display: inline-block;
        }


.float-phone2 {
    position: fixed;
    width: 50px;
    height: 40px;
    font-size: 19px;
    bottom: 54%;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    left: 0;
    background-color: #f3ebe2;
    color: #333;
    text-align: center;
    z-index: 100;
}

    .float-phone2 span {
        display: none;
    }

    .float-phone2:hover {
        color: #333;
        background: #eaddcf;
        width: 150px;
    }

        .float-phone2:hover span {
            display: inline-block;
        }
.page-wrapper-light-green .cart-buttons a {
    background-color: #154b5c
}

    .page-wrapper-light-green .cart-buttons a:hover {
        background-color: #3b454d
    }

.page-wrapper-light-green .small-cart-item-wrapper .single-item .remove-icon:hover {
    color: #777777
}

.page-wrapper-light-green .small-cart-item-wrapper .single-item .content p.cart-name a:hover {
    color: #777777
}

.page-wrapper-light-green .small-cart-item-wrapper .single-item .content p.cart-quantity {
    color: #777777
}

.page-wrapper-light-green .cart-calculation-table table tbody tr:last-child td:last-child {
    color: #777777
}

.page-wrapper-light-green .navigation-menu-area {
    border-top: 1px solid #bdc2bf;
    /*    background: #f8f8f8;*/
    -webkit-box-shadow: none;
    box-shadow: none
}

.page-wrapper-light-green .main-menu nav > ul > li > a {
    color: #5c4434;
}

.page-wrapper-light-green .main-menu nav > ul > li.active > a, .page-wrapper-light-green .main-menu nav > ul > li:hover > a {
    color: #7a315f;
}

.page-wrapper-light-green .sub-menu li a:hover {
    color: #153d4d
}

.page-wrapper-light-green .mega-menu li a:hover {
    color: #153d4d
}

.page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-bar {
    background-color: #153d4d;
}

    .page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-bar:after, .page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-bar:before {
        background-color: #153d4d;
    }

.page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-close:after, .page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-close:before {
    background-color: #153d4d;
}

.page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .mean-menu-text {
    color: #153d4d;
}

.page-wrapper-blue .header-area.is-sticky .navigation-menu-area:hover {
    background-color: #fff
}

.page-wrapper-blue .navigation-top {
    background-color: #fff
}

.page-wrapper-blue .navigation-top-topbar {
    border-bottom: 1px solid #ededed
}

.page-wrapper-blue .header-top-social-links .follow-text {
    color: #a4a4a4
}

.page-wrapper-blue .header-top-social-links .social-link-small li a {
    color: #777
}

    .page-wrapper-blue .header-top-social-links .social-link-small li a:hover {
        color: #0eb9cb
    }

.page-wrapper-blue .headertop-dropdown-container .header-top-single-dropdown a {
    color: #a4a4a4
}

    .page-wrapper-blue .headertop-dropdown-container .header-top-single-dropdown a:hover {
        color: #0eb9cb
    }

.page-wrapper-blue .headertop-dropdown-container span.separator {
    margin: 0 15px;
    color: #3b454d
}

.page-wrapper-blue .search-bar input {
    color: #a9a9a9;
    background: #f5f5f5
}

.page-wrapper-blue .search-bar::-webkit-input-placeholder {
    opacity: 1;
    color: #a9a9a9
}

.page-wrapper-blue .search-bar::-moz-placeholder {
    opacity: 1;
    color: #a9a9a9
}

.page-wrapper-blue .search-bar:-ms-input-placeholder {
    opacity: 1;
    color: #a9a9a9
}

.page-wrapper-blue .search-bar::-ms-input-placeholder {
    opacity: 1;
    color: #a9a9a9
}

.page-wrapper-blue .search-bar::placeholder {
    opacity: 1;
    color: #a9a9a9
}

.page-wrapper-blue .search-bar:-ms-input-placeholder {
    color: #a9a9a9
}

.page-wrapper-blue .search-bar::-ms-input-placeholder {
    color: #a9a9a9
}

.page-wrapper-blue .search-bar button {
    color: #3b454d;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

    .page-wrapper-blue .search-bar button:hover {
        color: #0eb9cb
    }

.page-wrapper-blue .customer-support-text .text span {
    color: #888
}

.page-wrapper-blue .customer-support-text .text p {
    color: #3b454d
}

.page-wrapper-blue .header-cart-icon .small-cart-trigger {
    color: #fff;
    background-color: #0eb9cb
}

    .page-wrapper-blue .header-cart-icon .small-cart-trigger.active, .page-wrapper-blue .header-cart-icon .small-cart-trigger:hover {
        color: #3b454d;
        background-color: #3a9943
    }

        .page-wrapper-blue .header-cart-icon .small-cart-trigger.active .cart-counter, .page-wrapper-blue .header-cart-icon .small-cart-trigger:hover .cart-counter {
            color: #fff;
            background-color: #0eb9cb
        }

.page-wrapper-blue .cart-buttons a {
    background-color: #0eb9cb
}

    .page-wrapper-blue .cart-buttons a:hover {
        background-color: #3b454d
    }

.page-wrapper-blue .small-cart-item-wrapper .single-item .remove-icon:hover {
    color: #0eb9cb
}

.page-wrapper-blue .small-cart-item-wrapper .single-item .content p.cart-name a:hover {
    color: #0eb9cb
}

.page-wrapper-blue .small-cart-item-wrapper .single-item .content p.cart-quantity {
    color: #0eb9cb
}

.page-wrapper-blue .cart-calculation-table table tbody tr:last-child td:last-child {
    color: #0eb9cb
}

.page-wrapper-blue .navigation-menu-area {
    background-color: #fff
}

.page-wrapper-blue .main-menu nav > ul > li > a {
    color: #3b454d
}

.page-wrapper-blue .main-menu nav > ul > li.active > a, .page-wrapper-blue .main-menu nav > ul > li:hover > a {
    color: #0eb9cb
}

.page-wrapper-blue .sub-menu li a:hover {
    color: #0eb9cb
}

.page-wrapper-blue .mega-menu li a:hover {
    color: #0eb9cb
}

.page-wrapper-red .navigation-top {
    background-color: transparent
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .page-wrapper-red .navigation-top {
        background-color: #fff
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .page-wrapper-red .navigation-top {
        background-color: #fff
    }
}

@media only screen and (max-width:767px) {
    .page-wrapper-red .navigation-top {
        background-color: #fff
    }
}

.page-wrapper-red .navigation-top-topbar {
    border-bottom: 1px solid #e0e0e0
}

.page-wrapper-red .header-top-social-links .follow-text {
    color: #666
}

.page-wrapper-red .header-top-social-links .social-link-small li a {
    color: #777
}

    .page-wrapper-red .header-top-social-links .social-link-small li a:hover {
        color: #f72525
    }

.page-wrapper-red .headertop-dropdown-container .header-top-single-dropdown a {
    color: #666
}

    .page-wrapper-red .headertop-dropdown-container .header-top-single-dropdown a:hover {
        color: #f72525
    }

.page-wrapper-red .headertop-dropdown-container span.separator {
    margin: 0 15px;
    color: #3b454d
}

.page-wrapper-red .header-cart-icon .small-cart-trigger {
    color: #3b454d;
    background-color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .page-wrapper-red .header-cart-icon .small-cart-trigger {
        border-color: #3b454d
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .page-wrapper-red .header-cart-icon .small-cart-trigger {
        border-color: #3b454d
    }
}

@media only screen and (max-width:767px) {
    .page-wrapper-red .header-cart-icon .small-cart-trigger {
        border-color: #3b454d
    }
}

.page-wrapper-red .header-cart-icon .small-cart-trigger.active, .page-wrapper-red .header-cart-icon .small-cart-trigger:hover {
    color: #fff;
    border-color: #f72525;
    background-color: #f72525
}

    .page-wrapper-red .header-cart-icon .small-cart-trigger.active .cart-counter, .page-wrapper-red .header-cart-icon .small-cart-trigger:hover .cart-counter {
        color: #3b454d;
        background-color: #fff
    }

.page-wrapper-red .header-cart-icon .small-cart-trigger .cart-counter {
    color: #fff;
    background-color: #f72525
}

.page-wrapper-red .cart-buttons a {
    background-color: #f72525
}

    .page-wrapper-red .cart-buttons a:hover {
        background-color: #3b454d
    }

.page-wrapper-red .small-cart-item-wrapper .single-item .remove-icon:hover {
    color: #f72525
}

.page-wrapper-red .small-cart-item-wrapper .single-item .content p.cart-name a:hover {
    color: #f72525
}

.page-wrapper-red .small-cart-item-wrapper .single-item .content p.cart-quantity {
    color: #f72525
}

.page-wrapper-red .cart-calculation-table table tbody tr:last-child td:last-child {
    color: #f72525
}

.page-wrapper-red .navigation-menu-area {
    background-color: #fff
}

.page-wrapper-red .main-menu nav > ul > li > a {
    color: #3b454d
}

.page-wrapper-red .main-menu nav > ul > li.active > a, .page-wrapper-red .main-menu nav > ul > li:hover > a {
    color: #f72525
}

.page-wrapper-red .sub-menu li a:hover {
    color: #f72525
}

.page-wrapper-red .mega-menu li a:hover {
    color: #f72525
}

.footer-text-block__title {
    font-family: 'Rubik',sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    margin-bottom:10px;
    color: #3b454d
}

.footer-text-block__content {
    font-family: 'Rubik',sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 24px;
    color: #fff
}

.footer-widget-title {
    margin-bottom: 25px
}

    .footer-widget-title a {
        font-family: 'Rubik',sans-serif;
        font-size: 17px;
        font-weight: 600;
        line-height: 24px;
        color: #3b454d
    }

        .footer-widget-title a:hover {
            text-decoration: underline
        }

.'Rubik'-footer-widget-title {
    font-family: 'Rubik',sans-serif;
    font-family: 'Rubik',sans-serif;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px;
    color: #3b454d
}

.p-phone {
    font-size:12px;
}

.telefon-block {
    margin-bottom:15px;
}

        .telefon-block a:hover {
            color: #3b454d
        }

.color-whatsapp {
    color: #3a9943 !important
}

    .color-whatsapp:hover {
        color: #40b64c !important
    }

.email-block {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid #a9a9a9;
    text-align: center;
    background: #fff;
    float: left;
    width: 100%
}

    .email-block a:hover {
        color: #3b454d
    }

.bg-iyzico {
    background: url(../img/icons/iyzico.png) no-repeat right bottom
}

.bg-lets {
    background: url(../img/icons/lets.png) no-repeat center bottom
}

.bg-3ds {
    background: url(../img/icons/3ds.png) no-repeat left bottom
}

.footer-navigation nav ul li {
    display: list-item
}

    .footer-navigation nav ul li a {
        font-size: 12px;
        font-weight: 300;
        line-height: 24px;
        position: relative;
        display: block;
        padding: 3px 0;
        color: #fff
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-navigation nav ul li a {
        line-height: 20px
    }
}

@media only screen and (max-width:767px) {
    .footer-navigation nav ul li a {
        line-height: 20px
    }
}

.footer-navigation nav ul li a:hover {
    color: #153d4d;
}
.footer-interflora {
    margin-top: -110px;
    border: 25px solid #fff;
}
.footer-social-icon-block ul li {
    margin-top: 10px;
    margin-right: 7px;
    margin-bottom: 0
}

    .footer-social-icon-block ul li:last-child {
        margin-right: 0
    }

    .footer-social-icon-block ul li a {
        color: #fff;
        font-size: 12px
    }

        .footer-social-icon-block ul li a:hover {
            opacity: .7
        }

        .footer-social-icon-block ul li a i {
            font-size: 14px;
            line-height: 28px;
            display: inline-block;
            width: 28px;
            height: 28px;
            text-align: center;
            color: #fff;
            border: 0;
            border-radius: 100%;
            margin-right: 10px
        }

            .footer-social-icon-block ul li a i:before {
                color: #fff;
            }

        .footer-social-icon-block ul li a i {
            border: 1px solid #fff;
        }

        .footer-social-icon-block ul li a.twitter-icon {
            background: #7d7d7d
        }

        .footer-social-icon-block ul li a.googleplus-icon {
            background: #7d7d7d
        }

        .footer-social-icon-block ul li a.instagram-icon {
            background: #7d7d7d
        }

        .footer-social-icon-block ul li a.youtube-icon {
            background: #7d7d7d
        }

.footer-area {
    background: #474747;
    border-top: 1px solid #d5d5d5
}

.copyright-text-area {
    padding: 20px 0;
    border-top: 1px solid #d5d5d5
}

.copyright-text p {
    font-weight: 400;
    margin: 0;
    text-transform: capitalize;
    color: #999
}

    .copyright-text p a {
        color: #3b454d
    }

        .copyright-text p a:hover {
            color: #3a9943
        }

.page-wrapper-light-green .footer-navigation nav ul li a:hover {
    color: #777777
}

.page-wrapper-light-green .copyright-text p a:hover {
    color: #777777
}

.page-wrapper-blue .footer-navigation nav ul li a:hover {
    color: #0eb9cb
}

.page-wrapper-blue .copyright-text p a:hover {
    color: #0eb9cb
}

.page-wrapper-red .footer-navigation nav ul li a:hover {
    color: #f72525
}

.page-wrapper-red .copyright-text p a:hover {
    color: #f72525
}

.sidebar-widget {
    padding: 20px;
    background: #f8f8f8
}

    .sidebar-widget > ul {
        padding-bottom: 32px;
        border-bottom: 1px solid #dcdcdc
    }

        .sidebar-widget > ul li.has-children > ul {
            padding-left: 15px
        }

        .sidebar-widget > ul li a {
            font-size: 15px;
            line-height: 24px;
            position: relative;
            display: block;
            padding: 5px 0;
            text-transform: capitalize;
            color: #3b454d;
        }

            .sidebar-widget > ul li a.active, .sidebar-widget > ul li a:hover {
                color: #153d4d
            }

.sidebar-widget-title {
    font-family: 'Rubik',sans-serif;
    font-family: 'Rubik',sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin: 15px 0 11px;
    color: #3b454d
}

.sidebar-price {
    padding-bottom: 34px;
    border-bottom: 1px solid #dcdcdc
}

    .sidebar-price #price-range {
        position: relative;
        width: 100%;
        height: 5px;
        margin: 7px 0;
        border-radius: 50px;
        background-color: #ccc
    }

        .sidebar-price #price-range .ui-slider-range {
            position: absolute;
            top: 0;
            height: 100%;
            background-color: #3a9943
        }

        .sidebar-price #price-range .ui-slider-handle {
            position: absolute;
            top: -7px;
            display: block;
            width: 19px;
            height: 19px;
            cursor: pointer;
            -webkit-transition: none;
            transition: none;
            border: 5px solid #3a9943;
            border-radius: 50px;
            background-color: #fff;
            -webkit-box-shadow: 2px 4px 4px rgba(0,0,0,.15);
            box-shadow: 2px 4px 4px rgba(0,0,0,.15)
        }

            .sidebar-price #price-range .ui-slider-handle:hover {
                background-color: #3a9943
            }

    .sidebar-price .price-amount {
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin-top: 12px;
        padding: 0;
        color: #3b454d;
        border: none;
        background-color: transparent
    }

.sidebar-filter-group {
    padding-bottom: 29px;
    border-bottom: 1px solid #dcdcdc
}

    .sidebar-filter-group a {
        line-height: 24px;
        position: relative;
        display: block;
        padding: 5px 0;
        padding-left: 21px;
        text-transform: capitalize;
        color: #3b454d;
        border: 0
    }

        .sidebar-filter-group a:before {
            position: absolute;
            top: 50%;
            left: 0;
            width: 12px;
            height: 12px;
            margin-top: -6px;
            content: '';
            border: 1px solid #3b454d;
            background: 0 0
        }

        .sidebar-filter-group a span {
            float: right
        }

        .sidebar-filter-group a.active, .sidebar-filter-group a:hover {
            color: #3a9943
        }

            .sidebar-filter-group a.active:before, .sidebar-filter-group a:hover:before {
                border-color: #3a9943;
                background: #3a9943
            }

.sidebar-filter-group-color {
    display: grid;
    padding-bottom: 10px;
    grid-template-columns: auto auto
}

    .sidebar-filter-group-color a {
        line-height: 24px;
        position: relative;
        display: block;
        padding: 5px 0;
        padding-left: 21px;
        text-transform: capitalize;
        color: #3b454d;
        border: 0
    }

        .sidebar-filter-group-color a:before {
            position: absolute;
            top: 50%;
            left: 0;
            width: 12px;
            height: 12px;
            margin-top: -6px;
            content: '';
            border: 1px solid #3b454d;
            background: 0 0
        }

        .sidebar-filter-group-color a span {
            float: none;
            margin-left: 2px
        }

        .sidebar-filter-group-color a.active, .sidebar-filter-group-color a:hover {
            color: #3a9943
        }

            .sidebar-filter-group-color a.active:before, .sidebar-filter-group-color a:hover:before {
                border-color: #3a9943;
                background: #3a9943
            }

.tag-container li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px
}

    .tag-container li a {
        padding: 5px 10px;
        color: #555;
        border: 1px solid #ebebeb;
        border-radius: 3px
    }

        .tag-container li a:hover {
            color: #fff;
            border-color: #3a9943;
            background-color: #3a9943
        }

.sidebar-search-box {
    position: relative;
    border: 1px solid #e0e0e0
}

    .sidebar-search-box input {
        width: 100%;
        padding: 10px;
        padding-left: 10px;
        border: none
    }

    .sidebar-search-box button {
        position: absolute;
        top: 10px;
        right: 0;
        border: none;
        background: 0 0
    }

        .sidebar-search-box button:hover {
            color: #3a9943
        }

.single-block {
    padding: 15px 0;
    border-bottom: 1px solid #ddd
}

    .single-block:first-child {
        padding-top: 0
    }

    .single-block:last-child {
        padding-bottom: 0;
        border-bottom: 0
    }

    .single-block .image {
        margin-right: 5px;
        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px
    }

        .single-block .image a {
            display: block;
            border: 2px solid transparent
        }

            .single-block .image a img {
                width: 100%
            }

            .single-block .image a:hover {
                border: 2px solid #3a9943
            }

    .single-block .content {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

        .single-block .content p {
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            margin-bottom: 0;
            color: #3b454d
        }

            .single-block .content p a:hover {
                color: #3a9943
            }

            .single-block .content p span {
                font-size: 12px;
                font-weight: 400;
                line-height: 16px;
                display: block;
                margin-top: 5px;
                color: #999
            }

    .single-block.comment-block .image {
        -webkit-flex-basis: 80px;
        -ms-flex-preferred-size: 80px;
        flex-basis: 80px
    }

    .single-block.comment-block .content p span {
        font-size: 14px;
        line-height: 20px;
        color: #666
    }

    .single-block.comment-block .content p a {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        color: grey
    }

        .single-block.comment-block .content p a:hover {
            color: #3a9943
        }

.tag-container > li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px
}

    .tag-container > li > a {
        display: block;
        padding: 5px 10px !important;
        color: #555;
        border: 1px solid #ebebeb;
        border-radius: 3px
    }

        .tag-container > li > a:hover {
            color: #fff !important;
            border-color: #3a9943;
            background-color: #3a9943
        }

.follow-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    color: #fff
}

.social-link-small {
    display: inline-block
}

    .social-link-small li {
        display: inline-block;
        margin-right: 20px
    }

        .social-link-small li:last-child {
            margin-right: 0
        }

        .social-link-small li a {
            color: #fff
        }

            .social-link-small li a:hover {
                color: #3a9943
            }

.theme-button {
    font-family: 'Rubik',sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    padding: 0 30px;
    -webkit-transition: .3s;
    transition: .3s;
    text-align: center;
    color: #fff;
    border: none;
    background-color: #3a9943
}

    .theme-button:hover {
        color: #fff;
        background-color: #3b454d
    }

.theme-button--outline {
    color: #3a9943;
    border: 1px solid #3a9943;
    background-color: #fff
}

    .theme-button--outline:hover {
        color: #fff;
        background-color: #3a9943
    }

.product-cart-button {
    line-height: 41px;
    padding: 0 70px;
}

@media only screen and (max-width:479px) {
    .product-cart-button {
        padding: 0 40px
    }
}

.compare-button a, .wishlist-button a {
    font-family: 'Rubik',sans-serif;
    font-size: 13px;
    font-weight: 700;
    line-height: 30px;
}

    .compare-button a i, .wishlist-button a i {
        margin-right: 5px
    }

    .compare-button a:hover, .wishlist-button a:hover {
        color: #3a9943
    }

.contact-button {
    line-height: 55px;
    border-radius: 5px
}
.quick-search .nice-select {
    height: 55px;
    line-height: 55px;
    border-radius: 6px;
}
.list-cart-button {
    line-height: 38px;
    width: 100%;
    margin-top: 34px;
    padding: 0 30px;
    color: #3b454d;
    border-radius: 5px;
    background: #f0f0f0
}

    .list-cart-button:hover {
        color: #fff;
        background-color: #3a9943
    }

a.scroll-top {
    font-family: Ionicons;
    line-height: 42px;
    position: fixed;
    z-index: 999;
    right: 30px;
    bottom: 80px;
    display: none;
    width: 42px;
    height: 42px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #008539;
}

    a.scroll-top:after {
        font-size: 14px;
        display: inline;
        content: '\f3d8'
    }

.page-wrapper-light-green a.scroll-top {
    background: #777777
}

.page-wrapper-blue a.scroll-top {
    background: #0eb9cb
}

.page-wrapper-red a.scroll-top {
    background: #f72525
}

.search-overlay {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.75)
}

.search-form {
    position: absolute;
    top: 47%;
    left: 50%;
    width: 1110px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .search-form {
        width: 700px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .search-form {
        width: 650px
    }
}

@media only screen and (max-width:767px) {
    .search-form {
        width: 500px
    }
}

@media only screen and (max-width:767px) {
    .search-form {
        width: 400px
    }
}

@media only screen and (max-width:479px) {
    .search-form {
        width: 300px
    }
}

.search-form form input {
    font-size: 24px;
    font-weight: 400;
    position: relative;
    width: 100%;
    height: 70px;
    padding: 0 50px 0 15px;
    color: #fff;
    border: 0;
    border-bottom: 1px solid #f72525;
    border-radius: 0;
    background: 0 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .search-form form input {
        font-size: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .search-form form input {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .search-form form input {
        font-size: 20px
    }
}

@media only screen and (max-width:479px) {
    .search-form form input {
        font-size: 15px;
        height: 50px
    }
}

.search-form form::-webkit-input-placeholder {
    opacity: 1;
    color: #fff
}

.search-form form::-moz-placeholder {
    opacity: 1;
    color: #fff
}

.search-form form:-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.search-form form::-ms-input-placeholder {
    opacity: 1;
    color: #fff
}

.search-form form::placeholder {
    opacity: 1;
    color: #fff
}

.search-form form:-ms-input-placeholder {
    color: #fff
}

.search-form form::-ms-input-placeholder {
    color: #fff
}

.search-form form button {
    font-size: 34px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 50px;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    border: 0;
    background: 0 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .search-form form button {
        font-size: 26px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .search-form form button {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    .search-form form button {
        font-size: 26px
    }
}

@media only screen and (max-width:479px) {
    .search-form form button {
        font-size: 20px
    }
}

.search-form form button:hover {
    color: #f72525
}

.close-search-overlay {
    font-size: 72px;
    position: absolute;
    top: 20px;
    right: 30px;
    color: #fff
}

@media only screen and (max-width:479px) {
    .close-search-overlay {
        font-size: 50px
    }
}

.close-search-overlay:hover {
    color: #f72525
}

.slick-slide > div > div {
    vertical-align: middle
}

.ht-slick-slider {
    position: relative
}

    .ht-slick-slider .slick-arrow {
        font-size: 16px;
        position: absolute;
        z-index: 2;
        top: -58px;
        right: 0;
        width: 33px;
        height: 33px;
        -webkit-transition: .3s;
        transition: .3s;
        color: #3b454d;
        border: none;
        border-radius: 5px;
        background: #f8f4ee
    }

        .ht-slick-slider .slick-arrow:hover {
            color: #fff;
            background-color: #3a9943
        }

        .ht-slick-slider .slick-arrow.slick-prev {
            right: 40px
        }

.slick-slide img {
/*    background-color: #fff*/
}

.hero-slider-wrapper .slick-active .hero-slider-content {
    overflow: hidden
}

    .hero-slider-wrapper .slick-active .hero-slider-content > :nth-child(1) {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: .5s;
        animation-delay: .5s
    }

    .hero-slider-wrapper .slick-active .hero-slider-content > :nth-child(2) {
        -webkit-animation-name: rollIn;
        animation-name: rollIn;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: 1s;
        animation-delay: 1s
    }

    .hero-slider-wrapper .slick-active .hero-slider-content > :nth-child(3) {
        -webkit-animation-name: fadeInLeft;
        animation-name: fadeInLeft;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: 1.5s;
        animation-delay: 1.5s
    }

    .hero-slider-wrapper .slick-active .hero-slider-content > :nth-child(4) {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
        -webkit-animation-delay: 2.5s;
        animation-delay: 2.5s
    }

.hero-slider-wrapper .slick-dots {
    position: absolute;
    bottom:-30px;
    left: 50%;
    padding: 0 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50px;
    background-color: #fff
}

    .hero-slider-wrapper .slick-dots li {
        display: inline-block
    }

        .hero-slider-wrapper .slick-dots li button {
            font-size: 0;
            width: 10px;
            height: 10px;
            margin-right: 10px;
            padding: 0;
            -webkit-transition: .3s;
            transition: .3s;
            border: none;
            border-radius: 50%;
            background: 0 0;
            background-color: #d7d7d7
        }

            .hero-slider-wrapper .slick-dots li button:hover {
                background-color: #3a9943
            }

        .hero-slider-wrapper .slick-dots li.slick-active button {
            background-color: #3a9943
        }

        .hero-slider-wrapper .slick-dots li:last-child button {
            margin-right: 0
        }

.hero-slider-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 495px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.hero-slider-item-wrapper--minimal-height {
    height: 470px
}

.hero-slider-item-wrapper--fullwidth {
    height: 700px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-slider-item-wrapper--fullwidth {
        background-position-x: 50%
    }
}

@media only screen and (max-width:767px) {
    .hero-slider-item-wrapper--fullwidth {
        background-position-x: 25%
    }
}

.hero-slider-item-wrapper--fullwidth--maxheight {
    height: 860px
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .hero-slider-item-wrapper--fullwidth--maxheight {
        height: 650px !important
    }
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .hero-slider-item-wrapper {
        height: 350px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-slider-item-wrapper {
        height: 350px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-slider-item-wrapper {
        height: 450px;
        background-position-x: 50%
    }
}

@media only screen and (max-width:767px) {
    .hero-slider-item-wrapper {
        height: 400px;
        background-position-x: 15%
    }
}

@media only screen and (max-width:479px) {
    .hero-slider-item-wrapper {
        height: 100%;
        margin-top:30px;
        background-position-x: 30%
    }
}

.hero-slider-content > * {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.hero-slider-content p.slider-title--small {
    font-family: 'Rubik',sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 5px;
    color: #666
}

@media only screen and (max-width:479px) {
    .hero-slider-content p.slider-title--small {
        font-size: 16px;
        line-height: 16px
    }
}

.hero-slider-content p.slider-title--big-bold {
    font-family: 'Rubik',sans-serif;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin-bottom: 5px;
    color: #3b454d
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .hero-slider-content p.slider-title--big-bold {
        font-size: 50px;
        line-height: 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-slider-content p.slider-title--big-bold {
        font-size: 50px;
        line-height: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-slider-content p.slider-title--big-bold {
        font-size: 40px;
        line-height: 40px
    }
}

@media only screen and (max-width:767px) {
    .hero-slider-content p.slider-title--big-bold {
        font-size: 40px;
        line-height: 40px
    }
}

@media only screen and (max-width:479px) {
    .hero-slider-content p.slider-title--big-bold {
        font-size: 30px;
        line-height: 30px
    }
}

.hero-slider-content p.slider-title--big-light {
    font-family: 'Rubik',sans-serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 60px;
    margin-bottom: 35px;
    color: #3b454d
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .hero-slider-content p.slider-title--big-light {
        font-size: 50px;
        line-height: 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .hero-slider-content p.slider-title--big-light {
        font-size: 50px;
        line-height: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-slider-content p.slider-title--big-light {
        font-size: 40px;
        line-height: 40px
    }
}

@media only screen and (max-width:767px) {
    .hero-slider-content p.slider-title--big-light {
        font-size: 40px;
        line-height: 40px
    }
}

@media only screen and (max-width:479px) {
    .hero-slider-content p.slider-title--big-light {
        font-size: 30px;
        line-height: 30px
    }
}

.hero-slider-content .hero-slider-button {
    padding: 0 25px;
    border-radius: 5px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .hero-slider-content .hero-slider-button {
        font-size: 14px;
        line-height: 40px;
        padding: 0 15px
    }
}

@media only screen and (max-width:767px) {
    .hero-slider-content .hero-slider-button {
        font-size: 14px;
        line-height: 40px;
        padding: 0 15px
    }
}

@media only screen and (max-width:479px) {
    .hero-slider-content .hero-slider-button {
        font-size: 12px;
        line-height: 40px;
        padding: 0 15px
    }
}

.blog-post-slider-wrapper .slick-list {
    margin: 0 -10px
}

.blog-post-slider-wrapper .slick-slide > div {
    padding: 0 10px
}

.blog-post-slider-wrapper .slider-single-post {
    border: 1px solid #f5f5f5
}

.blog-post-slider-wrapper .slider-single-post__image a {
    position: relative;
    display: block;
    width: 100%
}

    .blog-post-slider-wrapper .slider-single-post__image a:after {
        font-family: fontAwesome;
        font-size: 23px;
        line-height: 52px;
        position: absolute;
        top: 50%;
        left: 50%;
        visibility: hidden;
        width: 52px;
        height: 52px;
        content: '\f03e';
        -webkit-transition: .3s;
        transition: .3s;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        text-align: center;
        opacity: 0;
        color: #fff;
        border: 1px solid #3a9943;
        background-color: #3a9943
    }

    .blog-post-slider-wrapper .slider-single-post__image a img {
        width: 100%;
        -webkit-transition: .6s;
        transition: .6s
    }

    .blog-post-slider-wrapper .slider-single-post__image a:hover img {
        opacity: .7
    }

    .blog-post-slider-wrapper .slider-single-post__image a:hover:after {
        visibility: visible;
        opacity: 1
    }

.blog-post-slider-wrapper .slider-single-post__content {
    padding: 12px 20px 15px 20px
}

    .blog-post-slider-wrapper .slider-single-post__content .post-title {
        margin-bottom: 0
    }

        .blog-post-slider-wrapper .slider-single-post__content .post-title a {
            font-family: 'Rubik',sans-serif;
            font-size: 16px;
            font-weight: 600;
            line-height: 24px;
            display: block;
            margin-bottom: 20px;
            color: #3b454d
        }

            .blog-post-slider-wrapper .slider-single-post__content .post-title a:hover {
                color: #3a9943
            }

    .blog-post-slider-wrapper .slider-single-post__content .post-meta .author-name {
        font-size: 13px;
        position: relative;
        display: inline-block;
        margin: 0;
        margin-right: 14px;
        color: #999
    }

        .blog-post-slider-wrapper .slider-single-post__content .post-meta .author-name span {
            color: #3b454d
        }

        .blog-post-slider-wrapper .slider-single-post__content .post-meta .author-name:after {
            position: absolute;
            top: 50%;
            right: -10px;
            width: 3px;
            height: 3px;
            margin-top: -1.5px;
            content: '';
            border-radius: 100%;
            background: #999
        }

    .blog-post-slider-wrapper .slider-single-post__content .post-meta .post-date {
        font-size: 13px;
        display: inline-block;
        color: #999
    }

.footer-blog-post-slider-wrapper .slick-slide > div:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f0f0f0
}

.single-footer-blog-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.single-footer-blog-post__image {
    -webkit-flex-basis: 110px;
    -ms-flex-preferred-size: 110px;
    flex-basis: 110px
}

    .single-footer-blog-post__image a {
        display: block;
        width: 100%
    }

        .single-footer-blog-post__image a img {
            width: 100%;
            -webkit-transition: .3s;
            transition: .3s
        }

        .single-footer-blog-post__image a:hover img {
            opacity: .7
        }

.single-footer-blog-post__content {
    padding-left: 10px;
    -webkit-flex-basis: calc(100% - 110px);
    -ms-flex-preferred-size: calc(100% - 110px);
    flex-basis: calc(100% - 110px)
}

    .single-footer-blog-post__content .blog-post-title a {
        font-family: 'Rubik',sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #3b454d
    }

        .single-footer-blog-post__content .blog-post-title a:hover {
            color: #f72525
        }

    .single-footer-blog-post__content .blog-post-meta .author-name {
        font-size: 12px;
        font-weight: 300;
        line-height: 17px;
        position: relative;
        display: inline-block;
        margin: 0;
        margin-right: 14px;
        color: #999
    }

        .single-footer-blog-post__content .blog-post-meta .author-name span {
            color: #3b454d
        }

        .single-footer-blog-post__content .blog-post-meta .author-name:after {
            position: absolute;
            top: 50%;
            right: -10px;
            width: 3px;
            height: 3px;
            margin-top: -1.5px;
            content: '';
            border-radius: 100%;
            background: #999
        }

    .single-footer-blog-post__content .blog-post-meta .post-date {
        font-size: 12px;
        line-height: 17px;
        display: inline-block;
        color: #999
    }

.brand-logo-slider-wrapper {
    padding: 34px 0;
    border-top: 1px solid #ededed
}

.brand-logo-slider-wrapper--double-border {
    border-bottom: 1px solid #ededed
}

.single-brand-logo a {
    display: block;
    width: 100%;
    text-align: center
}

    .single-brand-logo a img {
        margin: 0 auto
    }

    .single-brand-logo a:hover img {
        opacity: .7
    }

.instagram-image-slider-wrapper {
    margin-top: -10px
}

    .instagram-image-slider-wrapper .slick-list {
        margin: 0 -5px
    }

    .instagram-image-slider-wrapper .slick-slide > div {
        margin: 0 5px;
        margin-top: 10px
    }

    .instagram-image-slider-wrapper .single-instagram-image a {
        position: relative;
        display: block;
        width: 100%
    }

        .instagram-image-slider-wrapper .single-instagram-image a img {
            width: 100%
        }

        .instagram-image-slider-wrapper .single-instagram-image a:hover:before {
            visibility: visible;
            opacity: .7
        }

        .instagram-image-slider-wrapper .single-instagram-image a:hover:after {
            visibility: visible;
            opacity: 1
        }

        .instagram-image-slider-wrapper .single-instagram-image a:before {
            position: absolute;
            top: 0;
            left: 0;
            visibility: hidden;
            width: 100%;
            height: 100%;
            content: '';
            -webkit-transition: .3s;
            transition: .3s;
            opacity: 0;
            background-color: #3a9943
        }

        .instagram-image-slider-wrapper .single-instagram-image a:after {
            font-family: IonIcons;
            font-size: 24px;
            position: absolute;
            top: 50%;
            left: 50%;
            visibility: hidden;
            content: '\f350';
            -webkit-transition: .3s;
            transition: .3s;
            -webkit-transform: translate(-50%,-50%);
            -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
            opacity: 0;
            color: #fff
        }

.category-slider-wrapper-one .slick-list {
    margin-right: -10px;
    margin-left: -10px
}

.category-slider-wrapper-one .slick-slide > div {
    margin: 0 10px
}

.category-slider-wrapper-one .single-category-item:hover .single-category-item__image a img {
    opacity: .7
}

.category-slider-wrapper-one .single-category-item__image {
    position: relative
}

    .category-slider-wrapper-one .single-category-item__image a {
        display: block;
        width: 100%
    }

        .category-slider-wrapper-one .single-category-item__image a img {
            width: 100%;
            max-height:130px;
            -webkit-transition: .6s;
            transition: .6s
        }

/*.category-slider-wrapper-one .single-category-item__image__content {
    position: absolute;
    bottom: 20px;
    left: 50%;
    width: 80%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center
}*/

    .category-slider-wrapper-one .single-category-item__image__content .category-title {
        margin-bottom: 0
    }

        .category-slider-wrapper-one .single-category-item__image__content .category-title a {
            font-family: 'Rubik',sans-serif;
            font-size: 17px;
            font-weight: 600;
            line-height: 22px;
            -webkit-transition: .3s;
            transition: .3s;
            color: #343434
        }

            .category-slider-wrapper-one .single-category-item__image__content .category-title a:hover {
                color: #3a9943
            }

    .category-slider-wrapper-one .single-category-item__image__content .quantity {
        font-family: 'Rubik',sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        color: #868686
    }

.category-slider-wrapper-two .slick-list {
    margin-right: -10px;
    margin-left: -10px
}

.category-slider-wrapper-two .slick-slide > div {
    margin: 0 10px
}

.category-slider-wrapper-two .single-category-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border: 1px solid #f0f0f0
}

@media only screen and (max-width:575px) {
    .category-slider-wrapper-two .single-category-item {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column
    }
}

@media only screen and (max-width:479px) {
    .category-slider-wrapper-two .single-category-item {
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row
    }
}

.category-slider-wrapper-two .single-category-item:hover .single-category-item__image a img {
    opacity: .7
}

.category-slider-wrapper-two .single-category-item__image {
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .category-slider-wrapper-two .single-category-item__image {
        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px
    }
}

@media only screen and (max-width:767px) {
    .category-slider-wrapper-two .single-category-item__image {
        -webkit-flex-basis: 70px;
        -ms-flex-preferred-size: 70px;
        flex-basis: 70px
    }
}

@media only screen and (max-width:575px) {
    .category-slider-wrapper-two .single-category-item__image {
        margin-bottom: 20px;
        -webkit-flex-basis: 70px;
        -ms-flex-preferred-size: 70px;
        flex-basis: 70px
    }
}

@media only screen and (max-width:479px) {
    .category-slider-wrapper-two .single-category-item__image {
        margin-bottom: 0;
        -webkit-flex-basis: 100px;
        -ms-flex-preferred-size: 100px;
        flex-basis: 100px
    }
}

.category-slider-wrapper-two .single-category-item__image a {
    display: block;
    width: 100%
}

    .category-slider-wrapper-two .single-category-item__image a img {
        width: 100%;
        -webkit-transition: .3s;
        transition: .3s
    }

.category-slider-wrapper-two .single-category-item__content {
    padding-left: 20px;
    -webkit-flex-basis: calc(100% - 150px);
    -ms-flex-preferred-size: calc(100% - 150px);
    flex-basis: calc(100% - 150px)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .category-slider-wrapper-two .single-category-item__content {
        -webkit-flex-basis: calc(100% - 100px);
        -ms-flex-preferred-size: calc(100% - 100px);
        flex-basis: calc(100% - 100px)
    }
}

@media only screen and (max-width:767px) {
    .category-slider-wrapper-two .single-category-item__content {
        -webkit-flex-basis: calc(100% - 70px);
        -ms-flex-preferred-size: calc(100% - 70px);
        flex-basis: calc(100% - 70px)
    }
}

@media only screen and (max-width:575px) {
    .category-slider-wrapper-two .single-category-item__content {
        padding-left: 0;
        -webkit-flex-basis: calc(100% - 70px);
        -ms-flex-preferred-size: calc(100% - 70px);
        flex-basis: calc(100% - 70px)
    }
}

@media only screen and (max-width:479px) {
    .category-slider-wrapper-two .single-category-item__content {
        padding-left: 20px;
        -webkit-flex-basis: calc(100% - 100px);
        -ms-flex-preferred-size: calc(100% - 100px);
        flex-basis: calc(100% - 100px)
    }
}

.category-slider-wrapper-two .single-category-item__content .category-item-title {
    margin-bottom: 5px
}

    .category-slider-wrapper-two .single-category-item__content .category-item-title a {
        font-family: 'Rubik',sans-serif;
        font-size: 16px;
        font-weight: 600;
        line-height: 21px;
        color: #3b454d
    }

        .category-slider-wrapper-two .single-category-item__content .category-item-title a:hover {
            color: #777777
        }

.category-slider-wrapper-two .single-category-item__content .category-list-item {
    margin-bottom: 10px
}

    .category-slider-wrapper-two .single-category-item__content .category-list-item li a {
        font-family: 'Rubik',sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 20px;
        color: #666
    }

        .category-slider-wrapper-two .single-category-item__content .category-list-item li a:hover {
            color: #777777
        }

.category-slider-wrapper-two .single-category-item__content .category-link {
    font-family: 'Rubik',sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #777777
}

    .category-slider-wrapper-two .single-category-item__content .category-link:hover {
        text-decoration: underline
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-widget-slider .slick-list {
        margin-right: -10px;
        margin-left: -10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-widget-slider .slick-slide {
        margin: 0 10px
    }
}

.single-widget-slider .slick-slide > div {
    margin-bottom: 20px
}

    .single-widget-slider .slick-slide > div:last-child {
        margin-bottom: 0
    }

.product-single-row-slider-wrapper--border-bottom {
    padding-bottom: 40px;
    border-bottom: 1px solid #ededed
}

.product-single-row-slider-wrapper .slick-list {
    margin-right: -10px;
    margin-left: -10px
}

.product-single-row-slider-wrapper .slick-slide {
    margin: 0 10px
}

    .product-single-row-slider-wrapper .slick-slide.slick-active {
        -webkit-animation-name: zoomIn;
        animation-name: zoomIn;
        -webkit-animation-duration: .6s;
        animation-duration: .6s
    }

.product-double-row-slider-wrapper .slick-list {
    margin-right: -10px;
    margin-left: -10px
}

.product-double-row-slider-wrapper .slick-slide {
    margin: 0 10px
}

    .product-double-row-slider-wrapper .slick-slide.slick-active {
        -webkit-animation-name: zoomIn;
        animation-name: zoomIn;
        -webkit-animation-duration: .6s;
        animation-duration: .6s
    }

    .product-double-row-slider-wrapper .slick-slide > div:last-child {
        margin-top: 20px
    }

.banner-double-row-slider-area .col-custom-5 {
    max-width: 40%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%
}

@media only screen and (max-width:767px) {
    .banner-double-row-slider-area .col-custom-5 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.banner-double-row-slider-area .col-custom-7 {
    max-width: 60%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%
}

@media only screen and (max-width:767px) {
    .banner-double-row-slider-area .col-custom-7 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.product-single-row-double-slider-wrapper .slick-slide > div {
    margin: 0 10px
}

.product-single-row-double-slider-wrapper .slick-list {
    margin-right: -10px;
    margin-left: -10px
}

.double-slider-single-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border: 1px solid #f0f0f0
}

@media only screen and (max-width:575px) {
    .double-slider-single-item {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column
    }

        .double-slider-single-item .double-slider-single-item__inner-slider {
            width: 100%
        }

        .double-slider-single-item .double-slider-single-item__content {
            width: 100%;
            padding-left: 0
        }
}

.double-slider-single-item__inner-slider {
    display: inline-block;
    width: 270px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .double-slider-single-item__inner-slider {
        width: 200px
    }
}

.double-slider-single-item__content {
    position: relative;
    display: inline-block;
    width: calc(100% - 290px);
    padding-left: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .double-slider-single-item__content {
        width: calc(100% - 220px)
    }
}

.double-slider-single-item:hover .hover-icons {
    right: 15px;
    visibility: visible;
    opacity: 1
}

.small-image-slider-wrapper {
    margin-top: 10px;
    padding: 0 20px
}

    .small-image-slider-wrapper:hover .slick-arrow {
        visibility: visible;
        opacity: 1
    }

    .small-image-slider-wrapper .slick-current > div {
        border: 1px solid #3a9943
    }

    .small-image-slider-wrapper .slick-arrow {
        top: 50%;
        visibility: hidden;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: 0;
        background: 0 0
    }

        .small-image-slider-wrapper .slick-arrow:hover {
            color: #777777;
            background: 0 0 !important
        }

        .small-image-slider-wrapper .slick-arrow.slick-next {
            right: -25px;
            left: auto
        }

        .small-image-slider-wrapper .slick-arrow.slick-prev {
            right: auto;
            left: -25px
        }

    .small-image-slider-wrapper .slick-list {
        margin-right: -5px;
        margin-left: -5px
    }

    .small-image-slider-wrapper .slick-slide > div {
        margin: 0 5px
    }

.small-image-slider-wrapper--quickview {
    margin-top: 20px;
    padding: 0 30px
}

    .small-image-slider-wrapper--quickview .slick-arrow {
        font-size: 30px;
        visibility: visible;
        opacity: 1
    }

        .small-image-slider-wrapper--quickview .slick-arrow.slick-prev {
            left: -40px
        }

        .small-image-slider-wrapper--quickview .slick-arrow.slick-next {
            right: -40px
        }

    .small-image-slider-wrapper--quickview .slick-slide > div {
        margin: 0 10px
    }

@media only screen and (max-width:767px) {
    .small-image-slider-wrapper--side-style .small-image-slider {
        padding: 0 30px
    }
}

.small-image-slider-wrapper--side-style .slick-slide:first-child > div{
    margin-top:0;
}
.small-image-slider-wrapper--side-style .slick-slide > div {
    margin: 7px 0
}

@media only screen and (max-width:767px) {
    .small-image-slider-wrapper--side-style .slick-slide > div {
        margin: 0 5px
    }
}

.small-image-slider-wrapper--side-style .slick-arrow {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

    .small-image-slider-wrapper--side-style .slick-arrow.slick-prev {
        top: -30px;
        right: auto;
        bottom: auto;
        left: 50%
    }

    .small-image-slider-wrapper--side-style .slick-arrow.slick-next {
        top: auto;
        right: auto;
        bottom: -30px;
        left: 50%
    }

.big-image-slider-wrapper {
    position: relative;
    cursor: pointer
}

.big-image-slider-wrapper--change-cursor {
    cursor: crosshair !important
}

.big-image-slider-wrapper--gallery-mode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .big-image-slider-wrapper--gallery-mode .big-image-slider-single-item {
        border: 1px solid #ddd;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

.big-image-slider-wrapper--sticky-mode {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

    .big-image-slider-wrapper--sticky-mode .big-image-slider-single-item {
        border: 1px solid #ddd;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

.big-image-slider-wrapper--slider-mode .big-image-box-slider {
    padding-right: 50px;
    padding-left: 50px
}

.big-image-slider-wrapper--slider-mode .slick-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .big-image-slider-wrapper--slider-mode .slick-arrow.slick-next {
        right: 0;
        left: auto
    }

    .big-image-slider-wrapper--slider-mode .slick-arrow.slick-prev {
        right: auto;
        left: 0
    }

.big-image-slider-wrapper--slider-mode .slick-list {
    margin-right: -10px;
    margin-left: -10px
}

.big-image-slider-wrapper--slider-mode .slick-slide > div {
    margin: 0 10px
}

.small-image-slider-single-item {
    cursor: pointer
}

    .small-image-slider-single-item img {
        width: 100%
    }

.page-wrapper-light-green .hero-slider-button {
    background-color: #777777
}

    .page-wrapper-light-green .hero-slider-button:hover {
        background-color: #3b454d
    }

.page-wrapper-light-green .hero-slider-wrapper .slick-dots li.slick-active button {
    background-color: #777777
}

.page-wrapper-light-green .hero-slider-wrapper .slick-dots li button:hover {
    background-color: #777777
}

.page-wrapper-light-green .ht-slick-slider .slick-arrow:hover {
    background-color: #777777
}

.page-wrapper-light-green .ht-slick-slider .slick-arrow.slick-prev {
    right: 40px
}

.page-wrapper-light-green .blog-post-slider-wrapper .slider-single-post__image a:after {
    border: 1px solid #777777;
    background-color: #777777
}

.page-wrapper-light-green .blog-post-slider-wrapper .slider-single-post__content .post-title a:hover {
    color: #777777
}

.page-wrapper-light-green .instagram-image-slider-wrapper .single-instagram-image a:before {
    background-color: #777777
}

.page-wrapper-light-green .small-image-slider-wrapper .slick-current > div {
    border: 1px solid #e6dace;
}

.page-wrapper-light-green .small-image-slider-wrapper .slick-arrow:hover {
    color: #777777
}

.page-wrapper-blue .hero-slider-button {
    background-color: #0eb9cb
}

    .page-wrapper-blue .hero-slider-button:hover {
        background-color: #3b454d
    }

.page-wrapper-blue .hero-slider-wrapper .slick-dots li.slick-active button {
    background-color: #0eb9cb
}

.page-wrapper-blue .hero-slider-wrapper .slick-dots li button:hover {
    background-color: #0eb9cb
}

.page-wrapper-blue .ht-slick-slider .slick-arrow:hover {
    background-color: #0eb9cb
}

.page-wrapper-blue .ht-slick-slider .slick-arrow.slick-prev {
    right: 40px
}

.page-wrapper-blue .blog-post-slider-wrapper .slider-single-post__image a:after {
    border: 1px solid #0eb9cb;
    background-color: #0eb9cb
}

.page-wrapper-blue .blog-post-slider-wrapper .slider-single-post__content .post-title a:hover {
    color: #0eb9cb
}

.page-wrapper-blue .instagram-image-slider-wrapper .single-instagram-image a:before {
    background-color: #0eb9cb
}

.page-wrapper-blue .small-image-slider-wrapper .slick-current > div {
    border: 1px solid #0eb9cb
}

.page-wrapper-blue .small-image-slider-wrapper .slick-arrow:hover {
    color: #0eb9cb
}

.page-wrapper-red .hero-slider-button {
    background-color: #3b454d
}

    .page-wrapper-red .hero-slider-button:hover {
        background-color: #f72525
    }

.page-wrapper-red .hero-slider-wrapper .slick-dots li.slick-active button {
    background-color: #3b454d
}

.page-wrapper-red .hero-slider-wrapper .slick-dots li button:hover {
    background-color: #3b454d
}

.page-wrapper-red .ht-slick-slider .slick-arrow:hover {
    background-color: #f72525
}

.page-wrapper-red .ht-slick-slider .slick-arrow.slick-prev {
    right: 40px
}

.page-wrapper-red .category-slider-wrapper-two .single-category-item__content .category-item-title a:hover {
    color: #f72525
}

.page-wrapper-red .category-slider-wrapper-two .category-list-item li a:hover {
    color: #f72525
}

.page-wrapper-red .category-slider-wrapper-two .category-link {
    color: #f72525
}

.page-wrapper-red .small-image-slider-wrapper .slick-current > div {
    border: 1px solid #f72525
}

.page-wrapper-red .small-image-slider-wrapper .slick-arrow:hover {
    color: #f72525
}

.single-split-banner__image {
    position: relative;
/*    border: 1px solid #777777;*/
/*    border-radius: 15px;*/
    margin-bottom:15px;
}

    .single-split-banner__image a {
        display: block;
        width: 100%
    }

        .single-split-banner__image a img {
/*            border-radius: 13px;*/
border:none;
            width: 100%;
            -webkit-transition: .6s;
            transition: .6s
        }

        .single-split-banner__image a:hover img {
            opacity: .7
        }

.single-split-banner__image__content {
    text-align: left;
    position: absolute;
    top: 50%;
    /*padding-left: 20px;*/
/*    border-left: 1px solid #fff;*/
    margin-left: -1px;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

    .single-split-banner__image__content p {
        margin-bottom: 0
    }

        .single-split-banner__image__content p.split-banner-title--light {
            font-family: 'Rubik',sans-serif;
            font-size: 20px;
            font-weight: 300;
            line-height: 20px;
            margin-bottom: 5px;
            color: #666
        }

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-split-banner__image__content p.split-banner-title--light {
        font-size: 16px;
        line-height: 16px
    }
}

@media only screen and (max-width:479px) {
    .single-split-banner__image__content p.split-banner-title--light {
        font-size: 16px;
        line-height: 16px
    }
}

.single-split-banner__image__content p.split-banner-title--bold {
    font-family: 'Rubik',sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
    color: #3b454d
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-split-banner__image__content p.split-banner-title--bold {
        font-size: 22px;
        line-height: 22px
    }
}

@media only screen and (max-width:479px) {
    .single-split-banner__image__content p.split-banner-title--bold {
        font-size: 22px;
        line-height: 22px
    }
}

.single-split-banner__image__content p.split-banner-title--bold--small {
    font-size: 22px;
    line-height: 22px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-split-banner__image__content p.split-banner-title--bold--small {
        font-size: 19px;
        line-height: 19px
    }
}

@media only screen and (max-width:479px) {
    .single-split-banner__image__content p.split-banner-title--bold--small {
        font-size: 19px;
        line-height: 19px
    }
}

.single-split-banner__image__content p.split-banner-title--price {
    font-family: 'Rubik',sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    color: #666
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-split-banner__image__content p.split-banner-title--price {
        font-size: 15px;
        line-height: 15px
    }
}

@media only screen and (max-width:479px) {
    .single-split-banner__image__content p.split-banner-title--price {
        font-size: 15px;
        line-height: 15px
    }
}

.single-split-banner__image__content p.split-banner-title--price .amount {
    font-family: 'Rubik',sans-serif;
    font-size: 15px;
    background: #3b454d;
    font-weight: 600;
    padding: 3px 15px !important;
    border-radius:15px;
    line-height: 24px;
    display: block;
    margin-top: 5px;
    color: #fff;
}

    .single-split-banner__image__content p.split-banner-title--price .amount i {
        float: right;
        margin-left: 10px;
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-split-banner__image__content p.split-banner-title--price .amount {
        font-size: 18px;
        line-height: 18px
    }
}

@media only screen and (max-width:479px) {
    .single-split-banner__image__content p.split-banner-title--price .amount {
        font-size: 18px;
        line-height: 18px
    }
}

.full-banner__content h5 {
    font-family: 'Rubik',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #3a9943
}

.full-banner__content h4 {
    font-family: 'Rubik',sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 35px;
    color: #3b454d
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .full-banner__content h4 {
        font-size: 30px;
        line-height: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .full-banner__content h4 {
        font-size: 30px;
        line-height: 30px
    }
}

@media only screen and (max-width:767px) {
    .full-banner__content h4 {
        font-size: 30px;
        line-height: 30px
    }
}

@media only screen and (max-width:479px) {
    .full-banner__content h4 {
        font-size: 22px;
        line-height: 22px
    }
}

.full-banner__content h3 {
    font-family: 'Rubik',sans-serif;
    font-size: 60px;
    font-weight: 500;
    line-height: 60px;
    color: #3b454d
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .full-banner__content h3 {
        font-size: 50px;
        line-height: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .full-banner__content h3 {
        font-size: 45px;
        line-height: 45px
    }
}

@media only screen and (max-width:767px) {
    .full-banner__content h3 {
        font-size: 45px;
        line-height: 45px
    }
}

@media only screen and (max-width:479px) {
    .full-banner__content h3 {
        font-size: 35px;
        line-height: 35px
    }
}

.full-banner__content p {
    font-family: 'Rubik',sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 40px;
    color: #666
}

.full-banner__content .banner-button {
    padding: 0 20px;
    border-radius: 5px
}

@media only screen and (max-width:479px) {
    .full-banner__content .banner-button {
        font-size: 12px;
        line-height: 40px;
        padding: 0 15px
    }
}

.full-banner__image a {
    display: block;
    width: 100%
}

    .full-banner__image a img {
        width: 100%;
        -webkit-transition: .6s;
        transition: .6s
    }

    .full-banner__image a:hover img {
        opacity: .7
    }

.full-banner-two__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 0 45px;
    padding-right: 65px;
    background-color: #777777;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .full-banner-two__content {
        padding-top: 40px;
        padding-right: 40px;
        padding-bottom: 40px
    }
}

@media only screen and (max-width:767px) {
    .full-banner-two__content {
        padding-top: 40px;
        padding-right: 40px;
        padding-bottom: 40px
    }
}

.full-banner-two__content__wrapper h3 {
    font-size: 52px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 5px;
    letter-spacing: -1px;
    color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .full-banner-two__content__wrapper h3 {
        font-size: 40px;
        line-height: 40px
    }
}

@media only screen and (max-width:479px) {
    .full-banner-two__content__wrapper h3 {
        font-size: 30px;
        line-height: 30px
    }
}

.full-banner-two__content__wrapper h4 {
    font-size: 52px;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 20px;
    letter-spacing: -1px;
    color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .full-banner-two__content__wrapper h4 {
        font-size: 40px;
        line-height: 40px
    }
}

@media only screen and (max-width:479px) {
    .full-banner-two__content__wrapper h4 {
        font-size: 30px;
        line-height: 30px
    }
}

.full-banner-two__content__wrapper p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
    color: #fff
}

.full-banner-two__content__wrapper .banner-two-button {
    color: #3b454d;
    border-radius: 5px;
    background-color: #fff
}

    .full-banner-two__content__wrapper .banner-two-button:hover {
        background-color: #3a9943
    }

@media only screen and (max-width:479px) {
    .full-banner-two__content__wrapper .banner-two-button {
        font-size: 12px;
        line-height: 40px;
        padding: 0 15px
    }
}

.full-banner-two__image a {
    display: block;
    width: 100%
}

    .full-banner-two__image a img {
        width: 100%;
        -webkit-transition: .6s;
        transition: .6s
    }

    .full-banner-two__image a:hover img {
        opacity: .7
    }

.full-banner-bg-wrapper {
    padding-left:0 !important;
    padding-top: 70px;
    padding-left: 70px;
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .full-banner-bg-wrapper {
        background-position-x: 20%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .full-banner-bg-wrapper {
        background-position-x: 15%
    }
}

@media only screen and (max-width:767px) {
    .full-banner-bg-wrapper {
        padding-left: 50px;
        background-position-x: 15%
    }
}

@media only screen and (max-width:479px) {
    .full-banner-bg-wrapper {
        padding-left: 30px;
        background-position-x: 30%
    }
}

.full-banner-bg-wrapper__content {
 text-align:center;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .full-banner-bg-wrapper__content {
        max-width: 50%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .full-banner-bg-wrapper__content {
        max-width: 60%
    }
}

@media only screen and (max-width:767px) {
    .full-banner-bg-wrapper__content {
        max-width: 80%
    }
}

@media only screen and (max-width:479px) {
    .full-banner-bg-wrapper__content {
        max-width: 100%
    }
}

.full-banner-bg-wrapper__content h3 {
    font-family: 'Rubik',sans-serif;
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
    letter-spacing: -1px;
    color: #3b454d
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .full-banner-bg-wrapper__content h3 {
        font-size: 60px;
        line-height: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .full-banner-bg-wrapper__content h3 {
        font-size: 55px;
        line-height: 55px
    }
}

@media only screen and (max-width:767px) {
    .full-banner-bg-wrapper__content h3 {
        font-size: 55px;
        line-height: 55px
    }
}

@media only screen and (max-width:575px) {
    .full-banner-bg-wrapper__content h3 {
        font-size: 45px;
        line-height: 45px
    }
}

@media only screen and (max-width:479px) {
    .full-banner-bg-wrapper__content h3 {
        font-size: 35px;
        line-height: 35px
    }
}

.full-banner-bg-wrapper__content h4 {
    font-family: 'Rubik',sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 30px;
    color: #3b454d
}

@media only screen and (max-width:575px) {
    .full-banner-bg-wrapper__content h4 {
        font-size: 30px;
        line-height: 30px
    }
}

@media only screen and (max-width:479px) {
    .full-banner-bg-wrapper__content h4 {
        font-size: 25px;
        line-height: 25px
    }
}

.full-banner-bg-wrapper__content p {
    font-family: 'Rubik',sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 35px;
    color: #666
}

@media only screen and (max-width:479px) {
    .full-banner-bg-wrapper__content p {
        font-size: 18px;
        line-height: 22px
    }
}

.full-banner-bg-wrapper__content .banner-bg-button {
    color: #fff;
    border-radius: 5px;
    background-color: #3b454d
}

    .full-banner-bg-wrapper__content .banner-bg-button:hover {
        background-color: #f72525
    }

@media only screen and (max-width:479px) {
    .full-banner-bg-wrapper__content .banner-bg-button {
        font-size: 12px;
        line-height: 40px;
        padding: 0 15px
    }
}

.slider-banner a {
    display: block;
    width: 100%
}

    .slider-banner a img {
        width: 100%;
        -webkit-transition: .6s;
        transition: .6s
    }

    .slider-banner a:hover img {
        opacity: .7
    }

.page-sidebar-banner a {
    display: block;
    width: 100%
}

    .page-sidebar-banner a img {
        -webkit-transition: .3s;
        transition: .3s
    }

    .page-sidebar-banner a:hover img {
        opacity: .7
    }

.page-wrapper-light-green .single-split-banner__image__content p.split-banner-title--price .amount {
    color: #fff
}

.page-wrapper-red .single-split-banner__image__content p.split-banner-title--price .amount {
    color: #3b454d
}

.page-wrapper-blue .single-split-banner__image__content p.split-banner-title--price .amount {
    color: #0eb9cb
}

.icon-feature-wrapper {
    padding: 30px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .icon-feature-wrapper {
        margin-top: -15px
    }
}

@media only screen and (max-width:767px) {
    .icon-feature-wrapper {
        margin-top: -15px
    }
}

@media only screen and (max-width:479px) {
    .icon-feature-wrapper .col-6 {
        max-width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%
    }
}

.single-icon-feature {
    position: relative;
    padding: 10px 0;
    padding-left: 75px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-icon-feature {
        margin-top: 15px
    }
}

@media only screen and (max-width:767px) {
    .single-icon-feature {
        margin-top: 15px
    }
}

.single-icon-feature--product-details {
    padding: 5px 25px 5px 30px;
    min-width: 195px;
    margin-left: 15px;
}
    .single-icon-feature--product-details:not(:last-child) {
        border-right: 1px solid #e7e7e7;
    }
    .single-icon-feature__icon {
        position: absolute;
        top: 50%;
        left:0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

.single-icon-feature__content p {
    margin-bottom: 0
}

    .single-icon-feature__content p.feature-title {
        font-family: 'Rubik',sans-serif;
        font-family: 'Rubik',sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: #3a9943
    }

    .single-icon-feature__content p.feature-text {
        font-family: 'Rubik',sans-serif;
        font-size: 13px;
        font-weight: 300;
        line-height: 16px;
        color: #666
    }

.page-wrapper-light-green .single-icon-feature__content p {
    margin-bottom: 0;
    color: #a8d2b5;
}

    .page-wrapper-light-green .single-icon-feature__content p.feature-title {
        font-family: 'Rubik',sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: #777777
    }

.page-wrapper-blue .single-icon-feature__content p {
    margin-bottom: 0
}

    .page-wrapper-blue .single-icon-feature__content p.feature-title {
        font-family: 'Rubik',sans-serif;
        font-size: 14px;
        font-weight: 600;
        line-height: 18px;
        color: #0eb9cb
    }

.section-title h1, .section-title h2 {
    font-family: 'Rubik',sans-serif;
    font-family: 'Rubik',sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 27px;
    position: relative;
    margin: 0;
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #3b454d
}

    .section-title h1:after, .section-title h2:after {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 66px;
        height: 2px;
        content: '';
        background: #3a9943
    }

.section-title h1 {
    line-height: 37px
}

    .section-title h1:after {
        top: 50px
    }

.section-title--medium h2 {
    font-family: 'Rubik',sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #3b454d
}

.page-wrapper-light-green .section-title h2:after {
    background: #777777
}

.page-wrapper-red .section-title h2:after {
    background: #f72525
}

.page-wrapper-blue .section-title h2:after {
    background: #0eb9cb
}

.newsletter-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 40px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .newsletter-wrapper {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start
    }
}

@media only screen and (max-width:767px) {
    .newsletter-wrapper {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: start;
        -ms-flex-align: start;
        align-items: start
    }
}

@media only screen and (max-width:479px) {
    .newsletter-wrapper {
        padding: 40px 20px
    }
}

.newsletter-wrapper__text {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .newsletter-wrapper__text {
        width: 100%;
        margin-bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .newsletter-wrapper__text {
        width: 100%;
        margin-bottom: 20px
    }
}

.newsletter-wrapper__text h5 {
    font-family: 'Rubik',sans-serif;
    font-family: 'Rubik',sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
    color: #fff
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .newsletter-wrapper__text h5 {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .newsletter-wrapper__text h5 {
        font-size: 22px;
        line-height: 26px
    }
}

@media only screen and (max-width:575px) {
    .newsletter-wrapper__text h5 {
        font-size: 18px;
        line-height: 24px
    }
}

.newsletter-wrapper__text p {
    font-family: 'Rubik',sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
    color: #fff
}

@media only screen and (max-width:575px) {
    .newsletter-wrapper__text p {
        font-size: 14px;
        line-height: 20px
    }
}

.newsletter-wrapper__form {
    position: relative;
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .newsletter-wrapper__form {
        width: 80%
    }
}

@media only screen and (max-width:767px) {
    .newsletter-wrapper__form {
        width: 80%
    }
}

@media only screen and (max-width:575px) {
    .newsletter-wrapper__form {
        width: 90%
    }
}

@media only screen and (max-width:479px) {
    .newsletter-wrapper__form {
        width: 100%
    }
}

.newsletter-wrapper__form div {
    position: relative
}

    .newsletter-wrapper__form div input {
        font-size: 14px;
        line-height: 30px;
        display: inline-block;
        width: 100%;
        height: 48px;
        padding: 10px 15px;
        padding-right: 52px;
        text-align: left;
        vertical-align: top;
        color: #a9a9a9;
        border: 1px solid #154b5c;
        border-radius: 50px;
        background: #fff;
        -webkit-box-shadow: none;
        box-shadow: none
    }

@media only screen and (max-width:479px) {
    .newsletter-wrapper__form div input {
        font-size: 12px;
        padding-right: 100px
    }
}

.newsletter-wrapper__form div::-webkit-input-placeholder {
    opacity: 1;
    color: #a9a9a9
}

.newsletter-wrapper__form div::-moz-placeholder {
    opacity: 1;
    color: #a9a9a9
}

.newsletter-wrapper__form div:-ms-input-placeholder {
    opacity: 1;
    color: #a9a9a9
}

.newsletter-wrapper__form div::-ms-input-placeholder {
    opacity: 1;
    color: #a9a9a9
}

.newsletter-wrapper__form div::placeholder {
    opacity: 1;
    color: #a9a9a9
}

.newsletter-wrapper__form div:-ms-input-placeholder {
    color: #a9a9a9
}

.newsletter-wrapper__form div::-ms-input-placeholder {
    color: #a9a9a9
}

.newsletter-wrapper__form div .btn {
    font-size: 16px;
    font-weight: 700;
    line-height: 46px;
    position: absolute;
    top: 50%;
    right: -1px;
    max-width: 120px;
    padding: 0 18px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    color: #3b454d;
    border: 1px solid #154b5c;
    border-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    background: #fff;
}

@media only screen and (max-width:479px) {
    .newsletter-wrapper__form div .btn {
        font-size: 12px;
        max-width: 80px;
        padding: 0 10px
    }
}

.newsletter-wrapper__form div .btn:hover {
    color: #777777
}

.newsletter-wrapper__form .mailchimp-alerts {
    color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px),only screen and (max-width:767px) {
    .newsletter-popup-area {
        display: none
    }
}

.newsletter-popup-area:after {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    visibility: visible;
    width: 100%;
    height: 100%;
    content: '';
    opacity: .8;
    background-color: #3b454d
}

.newsletter-popup-content {
    position: fixed;
    z-index: 999;
    top: 50%;
    left: 50%;
    width: 50%;
    padding: 50px 20px;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    background: #fff
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .newsletter-popup-content {
        width: 70%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .newsletter-popup-content {
        width: 80%
    }
}

.newsletter-popup-content .close-newsletter-popup {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px 15px;
    color: #fff;
    background-color: #3b454d
}

    .newsletter-popup-content .close-newsletter-popup:hover {
        background-color: #3a9943
    }

.newsletter-popup-content h2 {
    font-family: 'Rubik',sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #000
}

.newsletter-popup-content p {
    font-family: 'Rubik',sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    color: #666
}

.newsletter-popup-content .subscription-form form input {
    font-size: 15px;
    display: block;
    width: 65%;
    height: 40px;
    margin: 20px auto;
    padding: 0 15px;
    border: medium none;
    background: #ebebeb none repeat scroll 0 0
}

.newsletter-popup-content .subscription-form form button {
    margin-bottom: 20px;
    color: #3b454d;
    border-radius: 5px;
    background-color: #f0f0f0
}

    .newsletter-popup-content .subscription-form form button:hover {
        color: #fff;
        background-color: #3a9943
    }

.page-wrapper-light-green .newsletter-wrapper__form div button:hover {
    color: #777777
}

.page-wrapper-red .newsletter-wrapper__form div button {
    color: #fff;
    background-color: #f72525
}

    .page-wrapper-red .newsletter-wrapper__form div button:hover {
        background-color: #3b454d
    }

.page-wrapper-blue .newsletter-wrapper__form div button:hover {
    color: #0eb9cb
}

.product-title {
    margin-bottom: 5px
}

    .product-title a {
        font-family: 'Rubik',sans-serif;
        font-family: 'Rubik',sans-serif;
        font-size: 15px;
        font-weight: 400;
        line-height: 20px;
        -webkit-transition: .3s;
        transition: .3s;
        color: #3b454d
    }

        .product-title a:hover {
            color: #f8a994
        }

.rating {
    margin-bottom: 10px
}

    .rating i {
        font-size: 17px;
        color: #e0e0e0
    }

        .rating i.active {
            color: #3a9943
        }

.product-price {
    margin-bottom: 0
}

    .product-price .discounted-price {
        font-family: 'Rubik',sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        color: #3a9943
    }

    .product-price .main-price {
        font-family: 'Rubik',sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 22px;
        color: #3a9943
    }

        .product-price .main-price.discounted {
            font-family: 'Rubik',sans-serif;
            font-size: 13px;
            font-weight: 300;
            line-height: 18px;
            text-decoration: line-through;
            color: #868686
        }

.product-price--medium .discounted-price {
    font-family: 'Rubik',sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #3a9943
}

.product-price--medium .main-price {
    font-family: 'Rubik',sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #3a9943
}

    .product-price--medium .main-price.discounted {
        font-family: 'Rubik',sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 21px;
        color: #868686
    }

.product-price--big .discounted-price {
    font-family: 'Rubik',sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    color: #3a9943
}

@media only screen and (max-width:479px) {
    .product-price--big .discounted-price {
        font-size: 26px;
        line-height: 38px
    }
}

.product-price--big .main-price {
    font-family: 'Rubik',sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 45px;
    color: #3a9943
}

@media only screen and (max-width:479px) {
    .product-price--big .main-price {
        font-size: 26px;
        line-height: 38px
    }
}

.product-price--big .main-price.discounted {
    font-family: 'Rubik',sans-serif;
    font-size: 25px;
    font-weight: 300;
    line-height: 30px;
    color: #868686
}

@media only screen and (max-width:479px) {
    .product-price--big .main-price.discounted {
        font-size: 20px;
        line-height: 30px
    }
}

.product-short-desc {
    font-family: 'Rubik',sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #666
}

.discount-label {
    font-size: 11px;
    font-weight: 400;
    line-height: 24px;
    position: absolute;
    top: 5px;
    right: auto;
    left: 5px;
    width: 60px;
    height: 25px;
    padding-left: 5px;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left center
}

.discount-label--green {
    background-image: url(../img/icons/black-discount-label.png)
}

.discount-label--red {
    background-image: url(../img/icons/red-discount-label.png)
}

.discount-label--blue {
    background-image: url(../img/icons/blue-discount-label.png)
}

.discount-label--static {
    position: static;
    display: inline-block
}

.hover-icons {
    position: absolute;
    right: 0;
    bottom: 15px;
    visibility: hidden;
    padding: 5px;
    -webkit-transition: .6s;
    transition: .6s;
    opacity: 0;
    border-radius: 25px;
    background: #fff
}

    .hover-icons ul li a {
        font-size: 16px;
        font-weight: 400;
        line-height: 36px;
        width: 36px;
        height: 36px;
        padding: 0;
        -webkit-transition: .6s;
        transition: .6s;
        text-align: center;
        color: #3b454d;
        border-radius: 100%;
        background: #fff
    }

        .hover-icons ul li a.active, .hover-icons ul li a:hover {
            color: #fff;
            background: #3a9943
        }

.cart-icon {
    position: absolute;
    right: 15px;
    bottom: 35px;
    display: inline-block
}

.cart-icon--double-slider {
    right: -20px
}

@media only screen and (max-width:767px) {
    .cart-icon--double-slider {
        right: -25px
    }
}

@media only screen and (max-width:575px) {
    .cart-icon--double-slider {
        right: 0
    }
}

.cart-icon a {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    display: block;
    width: 36px;
    height: 36px;
    padding: 0;
    -webkit-transition: .6s;
    transition: .6s;
    text-align: center;
    color: #3b454d;
    border-radius: 100%;
    background: #f8f4ee
}

    .cart-icon a.active, .cart-icon a:hover {
        color: #fff;
        background-color: #3a9943
    }

.single-widget-product {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.single-widget-product__image {
    -webkit-flex-basis: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px
}

    .single-widget-product__image a {
        display: block;
        width: 100%
    }

        .single-widget-product__image a img {
            width: 100%
        }

.single-widget-product__content {
    padding-left: 20px;
    -webkit-flex-basis: calc(100% - 100px);
    -ms-flex-preferred-size: calc(100% - 100px);
    flex-basis: calc(100% - 100px)
}

.urun-item .single-slider-product {
/*    border: 1px solid #edf1f2;*/
    border-radius: 4px;
}
    .single-slider-product {
    -webkit-transition: .6s;
    transition: .6s;
    transition: all .3s ease-in-out
}
.urun-item .single-slider-product:hover {
/*    border: 1px solid #c7c0c0;*/
}

    .single-slider-product__image {
        /*border: 1px solid #eaeaea;*/
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        position: relative;
        /*    height: 555px;
    line-height: 555px;*/
        overflow: hidden;
    }

    .single-slider-product__image > a {
        display: block;
        border-radius: 10px;
        width: 100%;
        text-align: center;
        z-index:1;
    }

        .single-slider-product__image > a img:nth-child(1) {
            visibility: visible;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            opacity: 1;
            display: block;
            margin: auto;
            max-height: 100%;
            width: 100%;
/*            padding-bottom: 15%;*/
        }

        .single-slider-product__image > a img:nth-child(2) {
            position: absolute;
            top: 0;
            left: 0;
            visibility: hidden;
            margin:auto;
            opacity: 0;
/*            width: 85%;*/
        }

.single-slider-product__content {
    margin-top:0;
    position: relative;
    overflow: hidden;
    padding: 15px 10px 0 10px;
    text-align: left;
    border: 1px solid #e5e0d8;
    border-top: 0;
    background: #fff;
    border-radius:6px;
}

/*.single-slider-product:hover .single-slider-product__content, .single-slider-product:hover .single-slider-product__image {
    border-color: #a48964;
}*/

    .single-slider-product:hover .single-slider-product__image > a img:nth-child(2) {
        visibility: visible;
        opacity: 1;
        background:#fff;
    }

.single-slider-product:hover .hover-icons {
    right: 15px;
    visibility: visible;
    opacity: 1
}

.product-detail-content {
    padding: 0 20px 20px 20px
}

.tags .tag-title {
    font-family: 'Rubik',sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #666
}

.tags .tag-list {
    display: inline-block
}

    .tags .tag-list li {
        display: inline-block
    }

        .tags .tag-list li a {
            font-family: 'Rubik',sans-serif;
            font-size: 14px;
            font-weight: 300;
            line-height: 20px;
            color: #343434
        }

            .tags .tag-list li a:hover {
                color: #3a9943
            }

.product-details-title {
    font-family: Rubik,sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    width: 100%;
    color: #3b454d
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .product-details-title {
        font-size: 22px;
        line-height: 26px
    }

}

@media only screen and (min-width:768px) and (max-width:991px) {
    .product-details-title {
        font-size: 22px;
        line-height: 26px
    }
}

@media only screen and (max-width:767px) {
    .product-details-title {
        font-size: 22px;
        line-height: 26px
    }
}

.product-info-block .single-info .title {
    font-family: 'Rubik',sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 24px;
    color: #000
}

.product-info-block .single-info .value {
    font-family: 'Rubik',sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 24px
}

    .product-info-block .single-info .value a {
        font-weight: 700
    }

        .product-info-block .single-info .value a:hover {
            text-decoration: underline;
            color: #3a9943
        }

.product-short-desc {
    font-family: 'Rubik',sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    padding: 23px 0;
    color: #666;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0
}

.quantity .quantity-title {
    font-family: 'Rubik',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
    color: #222
}

.pro-qty {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 40px;
    border: 1px solid #ddd
}

    .pro-qty input {
        width: 100%;
        height: 100%;
        padding-right: 25px;
        padding-left: 20px;
        border: none
    }

    .pro-qty a {
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        position: absolute;
        width: 20px;
        height: 20px;
        text-align: center
    }

        .pro-qty a:hover {
            color: #3a9943
        }

        .pro-qty a.inc {
            top: 0;
            right: 0;
            border-bottom: 1px solid #ddd;
            border-left: 1px solid #ddd
        }

        .pro-qty a.dec {
            right: 0;
            bottom: 0;
            padding-top: 2px;
            border-left: 1px solid #ddd
        }

.size {
    font-family: 'Rubik',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #222
}

    .size span.title {
        font-weight: 500
    }

    .size .nice-select {
        float: none;
        margin-top: 5px;
        border: 1px solid #ddd
    }

.nice-select .list {
    width: 100%
}

.color {
    font-family: 'Rubik',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #222
}

    .color span.title {
        font-weight: 500
    }

    .color span.color-block {
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-top: 10px;
        margin-right: 5px
    }

    .color span.color-choice-1 {
        background-color: #b09603
    }

    .color span.color-choice-2 {
        background-color: #c8bdbb
    }

    .color span.color-choice-3 {
        background-color: #225170
    }

    .color span.active {
        width: 32px;
        height: 32px;
        border: 2px solid #3a9943
    }

.group-product-form .table-content table {
    width: 100%;
    text-align: center;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #e5e5e5;
    border-radius: 0;
    background: #fff none repeat scroll 0 0
}

    .group-product-form .table-content table td {
        width: 33.33%;
        padding: 12px 10px;
        border-right: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5
    }

        .group-product-form .table-content table td.product-name {
            font-weight: 500
        }

            .group-product-form .table-content table td.product-name a {
                font-size: 14px
            }

                .group-product-form .table-content table td.product-name a:hover {
                    color: #3a9943
                }

        .group-product-form .table-content table td p span {
            display: block;
            margin-top: 10px
        }

.product-details-feature-wrapper {
/*    padding: 20px 0;*/
/*    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed*/
}

@media only screen and (max-width:575px) {
    .product-details-feature-wrapper {
        flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important
    }
}

.social-share-buttons h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase
}

.social-share-buttons ul {
    margin-bottom: 15px
}

    .social-share-buttons ul li {
        display: inline-block;
        margin-right: 5px
    }

@media only screen and (max-width:767px) {
    .social-share-buttons ul li {
        margin-bottom: 5px
    }
}

.social-share-buttons ul li a {
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    border: 1px solid #ddd
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .social-share-buttons ul li a {
        margin-bottom: 5px
    }
}

@media only screen and (max-width:767px) {
    .social-share-buttons ul li a {
        margin-bottom: 5px
    }
}

.social-share-buttons ul li a i.fa-twitter {
    color: #1da1f2
}

.social-share-buttons ul li a i.fa-facebook {
    color: #4867aa
}

.social-share-buttons ul li a i.fa-google-plus {
    color: #dd5144
}

.social-share-buttons ul li a i.fa-pinterest {
    color: #bd081b
}

.social-share-buttons ul li:hover a {
    color: #fff
}

    .social-share-buttons ul li:hover a i.fa {
        color: #fff
    }

    .social-share-buttons ul li:hover a.twitter {
        background-color: #1da1f2
    }

    .social-share-buttons ul li:hover a.facebook {
        background-color: #4867aa
    }

    .social-share-buttons ul li:hover a.google-plus {
        background-color: #dd5144
    }

    .social-share-buttons ul li:hover a.pinterest {
        background-color: #bd081b
    }

.review-links a {
    font-family: 'Rubik',sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 13px;
    color: #9e9e9e
}

.review-links .separator {
    font-weight: 300;
    margin: 0 10px
}

.p-banka-siparis-bilgi{
    font-size:25px; text-align:center;margin-bottom:30px !important;line-height:20px; display:block;
}
@media only screen and (max-width:479px) {
    .product-description-review-container nav .nav-tabs {
        flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row
    }
}

/*@media only screen and (max-width:479px) and (max-width:479px) {
    .product-description-review-container nav .nav-tabs .nav-link {
        border-right: 1px solid #ebebeb !important
    }
}*/

/*@media only screen and (max-width:479px) and (max-width:479px) {
    .product-description-review-container nav .nav-tabs .nav-link:last-child {
        border-right: none !important
    }
}
*/
.product-description-review-container nav .nav-tabs a.nav-link {
    font-size: 17px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    margin-right: 25px;
    margin-left:25px;
    padding: 13px 0;
    text-transform: capitalize;
    color: #a9a9a9;
    border-radius: 6px;
    background: 0 0
}
.product-description-review-container nav .nav-tabs a.nav-link.active {
    color: #154b5c;
    font-weight: bold;
    /*       letter-spacing: 0.1rem;
        text-transform: uppercase;*/
    border: 1px solid #154b5c;
}

.product-description-review-container nav .nav-tabs a:hover {
    color: #3b454d
}

.product-description-review-container nav .nav-tabs a:last-child {
    margin-right: 0
}

.product-description-review-container .tab-content .tab-pane.active {
    padding: 20px 0
}

.product-description-review-container .tab-content .tab-pane .product-description p {
    font-family: 'Rubik',sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 24px;
    color: #666
}

.product-ratting-wrap {
    overflow: hidden
}

.pro-avg-ratting {
    float: left;
    width: 100%;
    margin-bottom: 20px
}

    .pro-avg-ratting h4 {
        font-size: 18px;
        font-weight: 500;
        line-height: 28px;
        margin: 0 0 7px
    }

        .pro-avg-ratting h4 span {
            font-size: 12px;
            font-weight: 400;
            line-height: 10px;
            color: #3b454d
        }

    .pro-avg-ratting > span {
        font-size: 12px;
        line-height: 10px;
        display: block
    }

.ratting-list {
    float: left;
    width: 100%;
    margin-bottom: 30px
}

    .ratting-list .sin-list {
        margin-right: 30px
    }

        .ratting-list .sin-list:last-child {
            margin-right: 0
        }

        .ratting-list .sin-list i {
            font-size: 18px;
            color: #ffc107
        }

        .ratting-list .sin-list span {
            color: #666
        }

.rattings-wrapper {
    float: left;
    width: 100%;
    margin-bottom: 40px
}

.sin-rattings { border-bottom: 1px solid #eeee;
    padding-bottom: 30px;
    padding-top: 10px;
}

    .sin-rattings:last-child {
        margin-bottom: 0
    }

    .sin-rattings .ratting-author {
        float: left;
        width: 100%;
        margin-bottom: 10px
    }

        .sin-rattings .ratting-author h3 {
            font-size: 16px;
            font-weight: 600;
            line-height: 18px;
            float: left;
            margin: 0;
            margin-right: 15px
        }

@media only screen and (max-width:575px) {
    .sin-rattings .ratting-author .ratting-star {
        float: left;
        width: 100%;
        margin-top: 5px
    }
}

.sin-rattings .ratting-author .ratting-star i, .sin-rattings .ratting-author .ratting-star span {
    font-size: 12px;
    line-height: 18px;
    float: left;
    color: #ffc107
}

.sin-rattings .ratting-author .ratting-star span {
    margin-left: 5px
}

.sin-rattings p {
    font-size: 15px;
    line-height: 24px;
    color: #666
}

.ratting-form-wrapper {
    float: left;
    width: 100%
}

    .ratting-form-wrapper h3 {
        font-size: 16px;
        font-weight: 500;
        line-height: 16px;
        margin: 0 0 30px;
        text-transform: uppercase
    }

.ratting-form h5 {
    font-size: 14px;
    line-height: 18px;
    float: left;
    margin-right: 10px
}

.ratting-form .ratting-star i {
    font-size: 14px;
    line-height: 18px;
    display: block;
    float: left;
    margin-right: 3px
}

    .ratting-form .ratting-star i:last-child {
        margin: 0
    }

.ratting-form label {
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
    color: #666
}

.ratting-form input {
    font-size: 13px;
    line-height: 24px;
    width: 100%;
    padding: 8px 15px;
    color: #666;
    border: 1px solid #ddd;
    background-color: transparent
}

    .ratting-form input[type=submit] {
        font-weight: 600;
        width: auto;
        padding: 8px 30px;
        text-transform: uppercase;
        color: #fff;
        border-color: #3b454d;
        border-radius: 3px;
        background-color: #3b454d
    }

        .ratting-form input[type=submit]:hover {
            color: #fff;
            border-color: #3a9943;
            background-color: #3a9943
        }

.ratting-form textarea {
    font-size: 13px;
    line-height: 24px;
    width: 100%;
    height: 80px;
    padding: 8px 15px;
    resize: none;
    color: #666;
    border: 1px solid #ddd;
    background-color: transparent
}

.single-slider-product--list-view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 19px;
    border: 1px solid #f0f0f0
}

@media only screen and (max-width:575px) {
    .single-slider-product--list-view {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column
    }
}

.single-slider-product--list-view__image {
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-slider-product--list-view__image {
        -webkit-flex-basis: 200px;
        -ms-flex-preferred-size: 200px;
        flex-basis: 200px
    }
}

.single-slider-product--list-view__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    border: none;
    -webkit-flex-basis: calc(100% - 250px);
    -ms-flex-preferred-size: calc(100% - 250px);
    flex-basis: calc(100% - 250px)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-slider-product--list-view__content {
        -webkit-flex-basis: calc(100% - 200px);
        -ms-flex-preferred-size: calc(100% - 200px);
        flex-basis: calc(100% - 200px)
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-slider-product--list-view__content {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column
    }
}

@media only screen and (max-width:767px) {
    .single-slider-product--list-view__content {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column
    }
}

.single-slider-product--list-view__content__details {
    padding: 0 20px;
    border-right: 1px solid #f0f0f0;
    -webkit-flex-basis: 65%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-slider-product--list-view__content__details {
        padding-right: 0;
        border-right: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (max-width:767px) {
    .single-slider-product--list-view__content__details {
        padding-right: 0;
        border-right: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (max-width:575px) {
    .single-slider-product--list-view__content__details {
        padding-left: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-slider-product--list-view__content__details {
        -webkit-flex-basis: 55%;
        -ms-flex-preferred-size: 55%;
        flex-basis: 55%
    }
}

.single-slider-product--list-view__content__details .product-title {
    margin-top: 15px;
    margin-bottom: 15px
}

    .single-slider-product--list-view__content__details .product-title a {
        font-family: 'Rubik',sans-serif;
        font-family: 'Rubik',sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 24px;
        color: #3b454d
    }

        .single-slider-product--list-view__content__details .product-title a:hover {
            color: #3a9943
        }

.single-slider-product--list-view__content__details .short-desc {
    font-family: 'Rubik',sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #666
}

.single-slider-product--list-view__content__actions {
    padding: 15px 0 0 20px;
    -webkit-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .single-slider-product--list-view__content__actions {
        -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
        flex-basis: 45%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .single-slider-product--list-view__content__actions {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (max-width:767px) {
    .single-slider-product--list-view__content__actions {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

@media only screen and (max-width:575px) {
    .single-slider-product--list-view__content__actions {
        padding-left: 0
    }
}

.single-slider-product--list-view__content__actions .availability .availability-title {
    font-family: 'Rubik',sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #666
}

.single-slider-product--list-view__content__actions .availability .availability-value {
    font-family: 'Rubik',sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #3a9943
}

.single-slider-product--list-view__content__actions .product-price .discounted-price {
    font-family: 'Rubik',sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #3a9943
}

.single-slider-product--list-view__content__actions .product-price .main-price {
    font-family: 'Rubik',sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #3a9943
}

    .single-slider-product--list-view__content__actions .product-price .main-price.discounted {
        font-family: 'Rubik',sans-serif;
        font-size: 18px;
        font-weight: 300;
        line-height: 25px;
        color: #868686
    }

.single-slider-product--list-view__content__actions .hover-icons {
    position: static;
    visibility: visible;
    opacity: 1
}

    .single-slider-product--list-view__content__actions .hover-icons ul {
        text-align: center
    }

        .single-slider-product--list-view__content__actions .hover-icons ul li {
            display: inline-block
        }

.page-wrapper-light-green .product-title a:hover {
    color: #777777
}

.page-wrapper-light-green .product-price .discounted-price {
    color: #777777
}

.page-wrapper-light-green .product-price .main-price {
    color: #777777
}

    .page-wrapper-light-green .product-price .main-price.discounted {
        color: #868686
    }

.page-wrapper-light-green .product-price--medium .discounted-price {
    font-family: 'Rubik',sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #777777
}

.page-wrapper-light-green .product-price--medium .main-price {
    font-family: 'Rubik',sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    color: #777777
}

    .page-wrapper-light-green .product-price--medium .main-price.discounted {
        font-family: 'Rubik',sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 21px;
        color: #868686
    }

.page-wrapper-light-green .hover-icons ul li a.active, .page-wrapper-light-green .hover-icons ul li a:hover {
    background-color: #777777
}

.page-wrapper-light-green .cart-icon a.active, .page-wrapper-light-green .cart-icon a:hover {
    background-color: #777777
}

.page-wrapper-light-green .tags .tag-list li a:hover {
    color: #777777
}

.page-wrapper-light-green .product-info-block .single-info .value a:hover {
    color: #777777
}

.page-wrapper-light-green .pro-qty a:hover {
    color: #777777
}

.page-wrapper-light-green .product-cart-button {
    background-color: #46a144;
}

    .page-wrapper-light-green .product-cart-button:hover {
        background-color: #368b2f
    }

.page-wrapper-light-green .compare-button a:hover, .page-wrapper-light-green .wishlist-button a:hover {
    color: #777777
}

.page-wrapper-red .product-title a:hover {
    color: #f72525
}

.page-wrapper-red .product-price .discounted-price {
    color: #f72525
}

.page-wrapper-red .product-price .main-price {
    color: #f72525
}

    .page-wrapper-red .product-price .main-price.discounted {
        color: #868686
    }

.page-wrapper-red .hover-icons ul li a.active, .page-wrapper-red .hover-icons ul li a:hover {
    background-color: #f72525
}

.page-wrapper-red .cart-icon a.active, .page-wrapper-red .cart-icon a:hover {
    background-color: #f72525
}

.page-wrapper-red .tags .tag-list li a:hover {
    color: #f72525
}

.page-wrapper-red .product-info-block .single-info .value {
    color: #f72525
}

    .page-wrapper-red .product-info-block .single-info .value a:hover {
        color: #f72525
    }

.page-wrapper-red .pro-qty a:hover {
    color: #f72525
}

.page-wrapper-red .product-cart-button {
    background-color: #f72525
}

    .page-wrapper-red .product-cart-button:hover {
        background-color: #3b454d
    }

.page-wrapper-red .compare-button a:hover, .page-wrapper-red .wishlist-button a:hover {
    color: #f72525
}

.page-wrapper-blue .product-title a:hover {
    color: #0eb9cb
}

.page-wrapper-blue .product-price .discounted-price {
    color: #0eb9cb
}

.page-wrapper-blue .product-price .main-price {
    color: #0eb9cb
}

    .page-wrapper-blue .product-price .main-price.discounted {
        color: #868686
    }

.page-wrapper-blue .hover-icons ul li a.active, .page-wrapper-blue .hover-icons ul li a:hover {
    background-color: #0eb9cb
}

.page-wrapper-blue .cart-icon a.active, .page-wrapper-blue .cart-icon a:hover {
    background-color: #0eb9cb
}

.page-wrapper-blue .tags .tag-list li a:hover {
    color: #0eb9cb
}

.page-wrapper-blue .product-info-block .single-info .value {
    color: #0eb9cb
}

    .page-wrapper-blue .product-info-block .single-info .value a:hover {
        color: #0eb9cb
    }

.page-wrapper-blue .pro-qty a:hover {
    color: #0eb9cb
}

.page-wrapper-blue .product-cart-button {
    background-color: #0eb9cb
}

    .page-wrapper-blue .product-cart-button:hover {
        background-color: #3b454d
    }

.page-wrapper-blue .compare-button a:hover, .page-wrapper-blue .wishlist-button a:hover {
    color: #0eb9cb
}

.counter-deal {
    font-family: 'Rubik',sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;
    position: absolute;
    top: 50%;
    right: 127px;
    display: inline-block;
    padding: 0 20px;
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    transform: translateY(-80%);
    color: #fff;
    border-radius: 5px;
    background-color: #3a9943
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .counter-deal {
        -webkit-transform: translateY(-160%);
        -ms-transform: translateY(-160%);
        transform: translateY(-160%)
    }
}

@media only screen and (max-width:767px) {
    .counter-deal {
        position: static;
        margin-bottom: 30px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.counter-deal .deal-countdown {
    display: inline-block;
    margin-left: 15px
}

    .counter-deal .deal-countdown .single-countdown {
        display: inline-block
    }

    .counter-deal .deal-countdown .single-countdown__text {
        margin: 0 5px
    }

.page-wrapper-light-green .counter-deal {
    background-color: #777777
}

.page-wrapper-blue .counter-deal {
    background-color: #0eb9cb
}

.page-wrapper-red .counter-deal {
    background-color: #f72525
}

.product-availability__text {
    font-family: 'Rubik',sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    color: #666;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.product-availability .progress {
    height: 10px
}

    .product-availability .progress .progress-bar.bg-warning {
        background-color: #3a9943 !important
    }

.quick-view-modal-container {
    z-index: -1;
    display: block !important;
    visibility: hidden;
    opacity: 0
}

    .quick-view-modal-container.show {
        z-index: 99999;
        visibility: visible;
        opacity: 1
    }

    .quick-view-modal-container .modal-dialog {
        max-width: 80%
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .quick-view-modal-container .modal-dialog {
        max-width: 90%
    }
}

@media only screen and (max-width:767px) {
    .quick-view-modal-container .modal-dialog {
        max-width: 90%
    }
}

@media only screen and (max-width:575px) {
    .quick-view-modal-container .modal-dialog {
        max-width: 100%
    }
}

.quick-view-modal-container .modal-header {
    padding-bottom: 0;
    border: none
}

    .quick-view-modal-container .modal-header button {
        z-index: 999
    }

.quick-view-modal-container .modal-body {
    padding: 30px 50px 70px 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .quick-view-modal-container .modal-body {
        padding: 30px 30px 70px 30px
    }
}

@media only screen and (max-width:767px) {
    .quick-view-modal-container .modal-body {
        padding: 30px 30px 70px 30px
    }
}

@media only screen and (max-width:479px) {
    .quick-view-modal-container .modal-body {
        padding: 30px 15px 70px 15px
    }
}

.quick-view-modal-container .modal-content {
    overflow: auto;
    max-height: 850px;
    border-radius: 0
}

@media only screen and (min-width:1200px) and (max-width:1499px) {
    .quick-view-modal-container .modal-content {
        overflow: auto;
        max-height: 500px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .quick-view-modal-container .modal-content {
        overflow: auto;
        max-height: 500px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .quick-view-modal-container .modal-content {
        overflow: auto;
        max-height: 500px
    }
}

@media only screen and (max-width:767px) {
    .quick-view-modal-container .modal-content {
        overflow: auto;
        max-height: 500px
    }
}

.breadcrumb-content ul li {
    font-family: 'Rubik',sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    display: inline-block;
    margin-right: 20px;
    color: #3b454d;
    text-transform: uppercase
}

    .breadcrumb-content ul li.has-child {
        position: relative
    }

        .breadcrumb-content ul li.has-child:before {
            font-family: Ionicons;
            font-size: 12px;
            position: absolute;
            right: -15px;
            display: inline-block;
            padding: 0;
            content: '\f3d3';
            vertical-align: top;
            color: #666
        }

    .breadcrumb-content ul li:last-child {
        margin-right: 0
    }

    .breadcrumb-content ul li a {
        font-family: 'Rubik',sans-serif;
        font-size: 13px;
        font-weight: 400;
        line-height: 25px;
        color: #666
    }

.pagination-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 20px;
    border: 1px solid #ededed;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:767px) {
    .pagination-section {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column
    }
}

.pagination-section .pagination {
    display: inline-block;
    padding: 10px 0
}

    .pagination-section .pagination li {
        display: inline-block
    }

        .pagination-section .pagination li a {
            font-size: 14px;
            font-weight: 400;
            line-height: 30px;
            width: 30px;
            height: 30px;
            padding: 0;
            -webkit-transition: .3s;
            transition: .3s;
            text-align: center;
            color: #3b454d;
            border: 0;
            border-radius: 4px;
            background: #fff
        }

            .pagination-section .pagination li a:hover {
                color: #fff;
                background: #3a9943
            }

        .pagination-section .pagination li.active a {
            font-size: 14px;
            font-weight: 400;
            line-height: 30px;
            width: 30px;
            height: 30px;
            padding: 0;
            text-align: center;
            color: #fff;
            border: 0;
            border-radius: 4px;
            background: #3a9943
        }

.pagination-section .pagination-text {
    font-family: 'Rubik',sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 38px;
    color: #666
}

.cart-table {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.1)
}

    .cart-table .table {
        margin: 0
    }

@media only screen and (max-width:767px) {
    .cart-table .table {
        border-top: 8px solid #f8f4ee
    }
}

.cart-table .table thead {
    background-color: #f8f4ee
}

@media only screen and (max-width:767px) {
    .cart-table .table thead {
        display: none
    }
}

.cart-table .table thead tr th {
    font-size: 16px;
    font-weight: 700;
    padding: 12px 20px;
    text-align: center;
    text-transform: uppercase;
    color: #3b454d;
    border: none
}

.cart-table .table tbody tr td {
    padding: 25px 20px;
    text-align: center;
    vertical-align: middle;
    border: none;
    border-bottom: 1px solid #f8f4ee
}

@media only screen and (max-width:767px) {
    .cart-table .table tbody tr td {
        display: block;
        width: 100%;
        max-width: none;
        padding: 15px;
        text-align: left
    }
}

.cart-table td.pro-thumbnail, .cart-table th.pro-thumbnail {
    width: 160px;
    min-width: 120px;
    max-width: 160px
}

@media only screen and (max-width:767px) {
    .cart-table td.pro-thumbnail a, .cart-table th.pro-thumbnail a {
        width: 160px
    }
}

.cart-table td.pro-title, .cart-table th.pro-title {
    min-width: 200px
}

.cart-table td.pro-thumbnail a {
    display: block
}

    .cart-table td.pro-thumbnail a img {
        width: 100%;
        background-color: #f6f7f8
    }

.cart-table td.pro-title a {
    font-size: 16px;
    font-weight: 500;
    color: #3b454d
}

    .cart-table td.pro-title a:hover {
        color: #3a9943
    }

.cart-table td.pro-price span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: #3b454d
}

.cart-table td.pro-subtotal span {
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: #3b454d
}

.cart-table td.pro-addtocart button {
    font-weight: 700;
    line-height: 24px;
    width: 140px;
    height: 36px;
    padding: 5px 20px;
    text-transform: capitalize;
    color: #3b454d;
    border: 1px solid #3a9943;
    border-radius: 0;
    background-color: #3a9943
}

.cart-table td.pro-remove a {
    font-weight: 500;
    display: block;
    color: #3b454d
}

    .cart-table td.pro-remove a i {
        font-size: 15px
    }

    .cart-table td.pro-remove a:hover {
        color: red
    }

@media only screen and (max-width:767px) {
    .cart-table td.pro-remove a {
        width: 60px;
        text-align: center
    }
}

.calculate-shipping {
    margin-bottom: 23px
}

    .calculate-shipping h4 {
        font-size: 20px;
        font-weight: 700;
        line-height: 23px;
        margin-bottom: 30px;
        text-decoration: underline;
        text-transform: capitalize
    }

    .calculate-shipping form .nice-select {
        line-height: 24px;
        width: 100%;
        height: 36px;
        padding: 5px 20px;
        border: 1px solid #999;
        border-radius: 0;
        background-color: transparent
    }

        .calculate-shipping form .nice-select::after {
            border-color: #3b454d
        }

        .calculate-shipping form .nice-select .current {
            font-size: 14px;
            line-height: 24px;
            display: block;
            color: #3b454d
        }

        .calculate-shipping form .nice-select .list {
            width: 100%
        }

    .calculate-shipping form input {
        line-height: 24px;
        width: 100%;
        height: 36px;
        padding: 5px 20px;
        color: #3b454d;
        border: 1px solid #999;
        border-radius: 0;
        background-color: transparent
    }

        .calculate-shipping form input[type=submit] {
            font-weight: 400;
            width: 140px;
            text-transform: uppercase;
            color: #fff;
            border-color: #3b454d;
            border-radius: 3px;
            background-color: #3b454d
        }

            .calculate-shipping form input[type=submit]:hover {
                border-color: #3a9943;
                background-color: #3a9943
            }

.discount-coupon h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 30px;
    text-decoration: underline;
    text-transform: capitalize
}

.discount-coupon div input {
    line-height: 24px;
    width: 100%;
    height: 36px;
    padding: 5px 20px;
    color: #333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent
}

    .discount-coupon div input[type=submit] {
        font-weight: 400;
        width: 120px;
        text-transform: uppercase;
        color: #fff;
        border-color: #333;
        border-radius: 3px;
        background-color: #333
    }

        .discount-coupon div input[type=submit]:hover {
            border-color: #777777;
            background-color: #777777;
        }
.cart-summary {
    float: right;
    width: 100%;
    margin-left: auto
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cart-summary {
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    .cart-summary {
        margin-left: 0
    }
}

.cart-summary .cart-summary-wrap {
    margin-bottom: 20px;
    padding: 45px 50px;
    background-color: #f8f4ee
}

@media only screen and (max-width:575px) {
    .cart-summary .cart-summary-wrap {
        padding: 25px 30px
    }
}

.cart-summary .cart-summary-wrap h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 30px;
    text-decoration: underline;
    text-transform: capitalize
}

.cart-summary .cart-summary-wrap p {
    font-size: 14px;
    font-weight: 500;
    line-height: 23px;
    color: #3b454d
}

    /*.cart-summary .cart-summary-wrap p span {
        float: right
    }*/

.cart-summary .cart-summary-wrap h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    margin: 0;
    padding-top: 9px;
    color: #000;
    border-top: 1px solid #999
}

    .cart-summary .cart-summary-wrap h2 span {
        float: right
    }

.cart-summary .cart-summary-button {
    overflow: hidden;
    width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .cart-summary .cart-summary-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media only screen and (max-width:767px) {
    .cart-summary .cart-summary-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.cart-summary .cart-summary-button button {
    line-height: 24px;
    float: right;
    width: 140px;
    height: 36px;
    margin-top: 10px;
    margin-left: 20px;
    padding: 5px 20px;
    color: #3b454d;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent
}

    .cart-summary .cart-summary-button button:last-child {
        margin-left: 0
    }

    .cart-summary .cart-summary-button button:hover {
        color: #fff;
        border-color: #3a9943;
        background-color: #3a9943
    }

    .cart-summary .cart-summary-button button.checkout-btn {
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        border-color: #3b454d;
        border-radius: 3px;
        background-color: #3b454d
    }

        .cart-summary .cart-summary-button button.checkout-btn:hover {
            border-color: #3a9943;
            background-color: #3a9943
        }

@media only screen and (min-width:768px) and (max-width:991px) {
    .cart-summary .cart-summary-button button {
        margin-right: 20px;
        margin-left: 0
    }

        .cart-summary .cart-summary-button button:last-child {
            margin-right: 0
        }
}

@media only screen and (max-width:767px) {
    .cart-summary .cart-summary-button button {
        margin-right: 10px;
        margin-left: 0
    }

        .cart-summary .cart-summary-button button:last-child {
            margin-right: 0
        }
}

@media only screen and (max-width:575px) {
    .cart-summary .cart-summary-button button {
        width: 130px
    }
}

.checkout-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 30px;
    text-decoration: underline;
    text-transform: capitalize
}

.checkout-form label {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 12px;
    text-transform: capitalize
}

.checkout-form .nice-select {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    padding: 10px 20px;
    color: #3b454d;
    border: 1px solid #154b5c;
    border-radius: 50px;
    background-color: #fff
}

    .checkout-form .nice-select::after {
        right: 20px;
        width: 6px;
        height: 6px;
        border-width: 1px;
        border-color: #3b454d
    }

    .checkout-form .nice-select .current {
        line-height: 23px;
        display: block;
        color: #3b454d
    }

    .checkout-form .nice-select .list {
        width: 100%
    }

.checkout-form input, .checkout-form textarea, .checkout-form select {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 20px;
    color: #3b454d;
    border-radius: 50px;
    border: 1px solid #154b5c;
    background-color: #fff
}

    .checkout-form input[type=checkbox] {
        width: auto
    }

.checkout-form .check-box {
    float: left;
    margin-right: 70px
}

    .checkout-form .check-box:last-child {
        margin-right: 0
    }

    .checkout-form .check-box input[type=checkbox] {
        display: none
    }

        .checkout-form .check-box input[type=checkbox] + label {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            position: relative;
            margin: 0;
            padding-left: 30px;
            color: #3b454d
        }

            .checkout-form .check-box input[type=checkbox] + label::before {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 20px;
                height: 20px;
                content: '';
                -webkit-transition: all .3s ease 0s;
                transition: all .3s ease 0s;
                border: 2px solid #999
            }

            .checkout-form .check-box input[type=checkbox] + label::after {
                font-family: Fontawesome;
                font-size: 12px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 20px;
                content: '\f00c';
                -webkit-transition: all .3s ease 0s;
                transition: all .3s ease 0s;
                text-align: center;
                opacity: 0;
                color: #3b454d
            }

        .checkout-form .check-box input[type=checkbox]:checked + label::before {
            border: 2px solid #3b454d
        }

        .checkout-form .check-box input[type=checkbox]:checked + label::after {
            opacity: 1
        }

#shipping-form {
    display: none
}

.checkout-cart-total {
    padding: 45px;
    background-color: #f7f8f8;
    -webkit-box-shadow: 0 5px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.1);
}

@media only screen and (max-width:575px) {
    .checkout-cart-total {
        padding: 30px 10px;
    }
}

.checkout-cart-total h4 {
    font-weight: 700;
    line-height: 23px;
    -webkit-flex-basis: 18px;
    -ms-flex-preferred-size: 18px;
    flex-basis: 18px
}

    .checkout-cart-total h4:first-child {
        margin-top: 0;
        margin-bottom: 25px
    }

    .checkout-cart-total h4:last-child {
        margin-top: 15px;
        margin-bottom: 0
    }

    .checkout-cart-total h4 span {
        display: block;
        float: right
    }

.checkout-cart-total ul {
    border-bottom: 1px solid #999
}

    .checkout-cart-total ul li {
        font-size: 14px;
        font-weight: 500;
        line-height: 23px;
        display: block;
        margin-bottom: 16px;
        color: #3b454d
    }

        .checkout-cart-total ul li span {
            color: #3b454d
        }
.checkout-cart-total label{margin-bottom:0;}
.checkout-cart-total span{ font-weight:600;}
.checkout-cart-total label i {
    font-style: normal;
}
.checkout-cart-total p {
    font-size: 14px;
    padding-left: 15px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    padding: 10px 0;
    color: #505050;
    border-bottom: 1px solid #999
}

    .checkout-cart-total p span {
        float: right
    }

.checkout-payment-method {
    padding: 45px;
    background-color: #f8f4ee
}
@media only screen and (max-width:575px) {
    .checkout-payment-method {
        padding: 30px
    }
}

.single-method {
    margin-bottom: 20px
}

    .single-method:last-child {
        margin-bottom: 0
    }

    .single-method input[type=radio] {
        display: none
    }

        .single-method input[type=radio] + label {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            position: relative;
            margin: 0;
            padding-left: 30px;
            color: #3b454d
        }

            .single-method input[type=radio] + label::before {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 20px;
                height: 20px;
                content: '';
                -webkit-transition: all .3s ease 0s;
                transition: all .3s ease 0s;
                border: 2px solid #999
            }

            .single-method input[type=radio] + label::after {
                position: absolute;
                top: 5px;
                left: 5px;
                display: block;
                width: 10px;
                height: 10px;
                content: '';
                -webkit-transition: all .3s ease 0s;
                transition: all .3s ease 0s;
                text-align: center;
                opacity: 0;
                background-color: #3b454d
            }

        .single-method input[type=radio]:checked + label::before {
            border: 2px solid #3b454d
        }

        .single-method input[type=radio]:checked + label::after {
            opacity: 1
        }

    .single-method input[type=checkbox] {
        display: none
    }

        .single-method input[type=checkbox] + label {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            position: relative;
            margin: 0;
            padding-left: 30px;
            color: #3b454d
        }

            .single-method input[type=checkbox] + label::before {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 16px;
                height: 16px;
                content: '';
                -webkit-transition: all .3s ease 0s;
                transition: all .3s ease 0s;
                border: 2px solid #999
            }

            .single-method input[type=checkbox] + label::after {
                position: absolute;
                top: 4px;
                left: 4px;
                display: block;
                width: 8px;
                height: 8px;
                content: '';
                -webkit-transition: all .3s ease 0s;
                transition: all .3s ease 0s;
                text-align: center;
                opacity: 0;
                background-color: #3b454d
            }

        .single-method input[type=checkbox]:checked + label::before {
            border: 2px solid #3b454d
        }

        .single-method input[type=checkbox]:checked + label::after {
            opacity: 1
        }

    .single-method p {
        font-size: 14px;
        line-height: 23px;
        display: none;
        margin-top: 8px;
        color: #3b454d
    }

.place-order {
    font-weight: 400;
    line-height: 24px;
    float: left;
    width: 140px;
    height: 36px;
    margin-top: 40px;
    padding: 6px 20px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-radius: 3px;
    background-color: #3b454d
}

    .place-order:hover {
        background-color: #3a9943
    }

.myaccount-tab-menu {
    flex-direction: column;
    background-color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column
}

    .myaccount-tab-menu a {
        font-size: 17px;
        font-weight: 500;
        display: block;
        padding: 15px 15px 13px;
        text-transform: uppercase;
        color: #3b454d;
        border: 1px solid #eee;
        border-bottom: none
    }

        .myaccount-tab-menu a:last-child {
            border-bottom: 1px solid #eee
        }

        .myaccount-tab-menu a.active, .myaccount-tab-menu a:hover {
            color: #fff;
            background-color: #3a9943
        }

        .myaccount-tab-menu a i {
            font-size: 24px;
            width: 25px;
            text-align: center
        }

.myaccount-content {
    font-size: 14px;
    padding: 30px;
    border: 1px solid #eee;
    background-color: #fff
}

@media only screen and (max-width:575px) {
    .myaccount-content {
        padding: 20px 15px
    }
}

.myaccount-content h3 {
    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #eee
}

.myaccount-content .welcome a {
    color: #000
}

    .myaccount-content .welcome a:hover {
        color: #3a9943
    }

.myaccount-content .welcome strong {
    font-weight: 600
}

.myaccount-content a.edit-address-btn {
    font-size: 14px;
    font-weight: 400;
    padding: 10px 20px;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-color: #3b454d;
    border-radius: 3px;
    background: 0 0;
    background-color: #3b454d
}

    .myaccount-content a.edit-address-btn i {
        padding-right: 5px
    }

    .myaccount-content a.edit-address-btn:hover {
        background-color: #3a9943
    }

.myaccount-content button.save-change-btn {
    font-weight: 400;
    width: 140px;
    padding: 10px 0;
    text-transform: uppercase;
    color: #fff;
    border: none;
    border-color: #3b454d;
    border-radius: 3px;
    background: 0 0;
    background-color: #3b454d
}

    .myaccount-content button.save-change-btn:hover {
        background-color: #3a9943
    }

.myaccount-table {
    font-size: 15px;
    white-space: nowrap
}

    .myaccount-table .table th, .myaccount-table table th {
        padding: 10px
    }

    .myaccount-table .table td, .myaccount-table table td {
        padding: 20px 10px;
        vertical-align: middle
    }

        .myaccount-table .table td a:hover, .myaccount-table table td a:hover {
            color: #3a9943
        }

.saved-message {
    font-size: 13px;
    font-weight: 600;
    padding: 20px;
    border-top: 3px solid #3a9943;
    border-radius: 5px 5px 0 0
}

.account-details-form h4 {
    margin: 0
}

.account-details-form input {
    line-height: 24px;
    display: block;
    width: 100%;
    padding: 11px 25px;
    color: #656565;
    border: 1px solid #ebebeb;
    border-radius: 0
}

.login-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 23px;
    margin-bottom: 30px;
    text-decoration: underline;
    text-transform: capitalize
}

.login-form {
    padding: 30px;
    background-color: #fff;
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .login-form {
        padding: 15px
    }
}

.login-form label {
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 12px;
    text-transform: capitalize
}

.login-form .nice-select {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    height: 45px;
    margin-bottom: 15px;
    padding: 10px 20px;
    color: #3b454d;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent
}

    .login-form .nice-select::after {
        right: 20px;
        width: 6px;
        height: 6px;
        border-width: 1px;
        border-color: #3b454d
    }

    .login-form .nice-select .current {
        line-height: 23px;
        display: block;
        color: #3b454d
    }

    .login-form .nice-select .list {
        width: 100%
    }

.login-form input {
    font-size: 14px;
    line-height: 23px;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px 20px;
    color: #333;
    border: 1px solid #999;
    border-radius: 0;
    background-color: transparent
}

    .login-form input[type=checkbox] {
        width: auto
    }

.login-form .check-box {
    float: left;
    margin-right: 70px
}

    .login-form .check-box:last-child {
        margin-right: 0
    }

    .login-form .check-box input[type=checkbox] {
        display: none
    }

        .login-form .check-box input[type=checkbox] + label {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            position: relative;
            margin: 0;
            padding-left: 30px;
            color: #3b454d
        }

            .login-form .check-box input[type=checkbox] + label::before {
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 20px;
                height: 20px;
                content: '';
                -webkit-transition: all .3s ease 0s;
                transition: all .3s ease 0s;
                border: 2px solid #999
            }

            .login-form .check-box input[type=checkbox] + label::after {
                font-family: Fontawesome;
                font-size: 12px;
                line-height: 20px;
                position: absolute;
                top: 0;
                left: 0;
                display: block;
                width: 20px;
                content: '\f00c';
                -webkit-transition: all .3s ease 0s;
                transition: all .3s ease 0s;
                text-align: center;
                opacity: 0;
                color: #3b454d
            }

        .login-form .check-box input[type=checkbox]:checked + label::before {
            border: 2px solid #3b454d
        }

        .login-form .check-box input[type=checkbox]:checked + label::after {
            opacity: 1
        }


.register-button {
    font-weight: bold !important;
    line-height: 24px !important;
    display: block !important;
    float: left !important;
    width: 170px !important;
    height: 50px !important;
    margin-top: 40px !important;
    padding: 10px 25px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    border: none !important;
    border-radius: 3px !important;
    background-color: #153d4d !important
}

    .register-button:hover {
        background-color: #3a9943
    }

.faq-wrapper .panel.panel-default {
    margin-bottom: 20px;
    border: 1px solid #ebebeb
}

.faq-wrapper .card, .faq-wrapper .card-header {
    border-radius: 0
}

.faq-wrapper .card {
    margin-bottom: 15px
}

    .faq-wrapper .card:last-child {
        margin-bottom: 0
    }

.faq-wrapper .card-header {
    padding: 0;
    border-bottom: 0;
    background-color: #e9e9e9
}

    .faq-wrapper .card-header h5 button {
        font-weight: 500;
        position: relative;
        width: 100%;
        padding: 10px 20px;
        text-align: left;
        white-space: normal;
        color: #3b454d;
        overflow-wrap: break-word
    }

        .faq-wrapper .card-header h5 button span {
            position: absolute;
            top: 50%;
            right: 10px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%)
        }

            .faq-wrapper .card-header h5 button span i.fa {
                font-size: 12px;
                display: none;
                visibility: hidden;
                opacity: 0
            }

        .faq-wrapper .card-header h5 button:focus, .faq-wrapper .card-header h5 button:hover {
            text-decoration: none
        }

        .faq-wrapper .card-header h5 button[aria-expanded=true] {
            color: #fff;
            border-radius: 0;
            background-color: #3a9943
        }

            .faq-wrapper .card-header h5 button[aria-expanded=true] span i.fa.fa-chevron-down {
                display: inline;
                visibility: visible;
                opacity: 1
            }

        .faq-wrapper .card-header h5 button[aria-expanded=false] span i.fa.fa-chevron-up {
            display: inline;
            visibility: visible;
            opacity: 1
        }

.faq-wrapper .card-body p {
    font-size: 14px;
    line-height: 24px
}

.compare-table {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.1)
}

    .compare-table .table tbody tr:first-child {
        border-top: 1px solid #eee
    }

    .compare-table .table tbody tr td {
        padding: 25px 30px;
        text-align: center;
        vertical-align: middle;
        border: none;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee
    }

        .compare-table .table tbody tr td:last-child {
            border-right: 1px solid #eee
        }

        .compare-table .table tbody tr td.first-column {
            font-size: 18px;
            font-weight: 600;
            line-height: 1;
            min-width: 180px;
            margin: 0;
            color: #3b454d
        }

        .compare-table .table tbody tr td.product-image-title {
            padding-top: 50px
        }

            .compare-table .table tbody tr td.product-image-title .image {
                clear: both;
                width: 100%;
                margin-bottom: 40px
            }

                .compare-table .table tbody tr td.product-image-title .image img {
                    max-width: 100%
                }

            .compare-table .table tbody tr td.product-image-title .category {
                font-size: 13px;
                line-height: 15px;
                display: block;
                margin-bottom: 10px;
                letter-spacing: .5px;
                text-transform: capitalize;
                color: #3b454d
            }

                .compare-table .table tbody tr td.product-image-title .category:hover {
                    color: #3a9943
                }

            .compare-table .table tbody tr td.product-image-title .title {
                font-size: 16px;
                font-weight: 600;
                line-height: 20px;
                margin-bottom: 10px;
                color: #3b454d
            }

                .compare-table .table tbody tr td.product-image-title .title:hover {
                    color: #3a9943
                }

        .compare-table .table tbody tr td.pro-desc p {
            margin: 0;
            text-align: left
        }

        .compare-table .table tbody tr td.pro-price {
            font-size: 16px;
            font-weight: 500;
            color: #3b454d
        }

        .compare-table .table tbody tr td.pro-color {
            font-size: 16px;
            font-weight: 500;
            color: #3b454d
        }

        .compare-table .table tbody tr td.pro-stock {
            font-size: 16px;
            font-weight: 500;
            color: #3b454d
        }

        .compare-table .table tbody tr td.pro-addtocart .add-to-cart {
            position: relative;
            display: inline-block;
            width: 170px;
            padding: 10px 25px 10px 25px;
            color: #fff;
            border-radius: 3px;
            background-color: #3b454d
        }

            .compare-table .table tbody tr td.pro-addtocart .add-to-cart i.fa {
                padding-right: 10px
            }

            .compare-table .table tbody tr td.pro-addtocart .add-to-cart span {
                font-size: 13px;
                font-weight: 500;
                line-height: 21px;
                overflow: hidden;
                text-align: center;
                text-transform: uppercase
            }

            .compare-table .table tbody tr td.pro-addtocart .add-to-cart:hover {
                background-color: #3a9943
            }

        .compare-table .table tbody tr td.pro-remove button {
            padding: 0;
            border: none;
            background-color: transparent
        }

            .compare-table .table tbody tr td.pro-remove button i {
                font-size: 20px
            }

            .compare-table .table tbody tr td.pro-remove button:hover {
                color: red
            }

        .compare-table .table tbody tr td.pro-ratting i {
            font-size: 14px;
            color: #3b454d
        }

#google-map {
    height: 400px
}

@media only screen and (max-width:767px) {
    #google-map {
        height: 300px
    }
}

@media only screen and (max-width:575px) {
    #google-map {
        height: 250px
    }
}

@media only screen and (max-width:479px) {
    #google-map {
        height: 200px
    }
}

h3.contact-page-title {
    font-size: 32px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 25px;
    color: #3b454d
}

@media only screen and (max-width:575px) {
    h3.contact-page-title {
        font-size: 25px
    }
}

.single-contact-block {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0
}

@media only screen and (max-width:575px) {
    .single-contact-block {
        margin-bottom: 20px;
        padding-bottom: 20px
    }
}

.single-contact-block:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0
}

.single-contact-block h4 {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    color: #222
}

@media only screen and (max-width:575px) {
    .single-contact-block h4 {
        font-size: 20px
    }
}

.single-contact-block h4 img {
    margin: 5px 20px 20px 0
}

.single-contact-block p {
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 0;
    color: #666
}

span.required {
    color: red
}

.contact-form .form-group {
    margin-bottom: 20px
}

.contact-form label {
    font-size: 15px;
    font-weight: 400;
    line-height: 29px;
    display: block;
    margin-bottom: 0;
    color: #888
}

.contact-form input {
    line-height: 50px;
    width: 100%;
    height: 50px;
    padding-left: 20px;
    border: 1px solid #e0e0e0;
    outline: 0;
    background-color: #fff
}

.contact-form textarea {
    line-height: 50px;
    width: 100%;
    height: 200px;
    padding-left: 20px;
    border: 1px solid #e0e0e0;
    outline: 0;
    background-color: #fff
}

.contact-page-side-content {
    padding: 30px;
    background-color: #f8f4ee
}

.about-image img {
    width: 100%
}

.about-content h1 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 23px;
    text-transform: uppercase
}

    .about-content h1 span {
        color: #3a9943
    }

@media only screen and (max-width:767px) {
    .about-content h1 {
        font-size: 24px;
        line-height: 30px
    }
}

.about-content h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 14px
}

.about-content p {
    font-size: 14px;
    line-height: 24px
}

.about-mission-vission-goal h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 13px
}

.about-mission-vission-goal p {
    font-size: 14px;
    line-height: 24px
}

.about-section-title h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 23px
}

@media only screen and (max-width:767px) {
    .about-section-title h3 {
        font-size: 18px;
        line-height: 24px
    }
}

.about-section-title p {
    font-size: 14px;
    line-height: 24px;
    max-width: 600px
}

.about-feature h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px
}

.about-feature p {
    font-size: 14px;
    line-height: 23px;
    max-width: 265px
}

@media only screen and (max-width:767px) {
    .about-feature p {
        max-width: 350px
    }
}

.about-feature-banner .banner {
    margin-left: 70px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .about-feature-banner .banner {
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    .about-feature-banner .banner {
        margin-left: 0
    }
}

.feature-content h2 {
    font-size: 30px;
    max-width: 470px;
    margin-bottom: 0
}

    .feature-content h2 span {
        font-weight: 700
    }

.feature-content h1 {
    font-size: 36px;
    max-width: 470px
}

    .feature-content h1 span {
        font-weight: 700
    }

.feature-content p {
    line-height: 23px;
    max-width: 520px;
    margin-top: 30px;
    margin-bottom: 0
}

.feature-image {
    position: relative;
    z-index: 2
}

    .feature-image::before {
        position: absolute;
        z-index: -1;
        right: 0;
        bottom: -40px;
        width: 380px;
        height: 360px;
        content: '';
        background-color: #fff
    }

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature-image::before {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .feature-image::before {
        display: none
    }
}

.feature-image img {
    width: 100%;
    margin-left: -40px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .feature-image img {
        margin-left: 0
    }
}

@media only screen and (max-width:767px) {
    .feature-image img {
        margin-left: 0
    }
}

.about-feature {
    margin-bottom: -30px
}

.blog-post-slider-container {
    padding: 30px 0
}

    .blog-post-slider-container .col {
        -webkit-box-shadow: 1px 0 0 0 #ebebeb;
        box-shadow: 1px 0 0 0 #ebebeb
    }

    .blog-post-slider-container .single-blog-post {
        text-align: center
    }

        .blog-post-slider-container .single-blog-post .image {
            margin-bottom: 10px
        }

            .blog-post-slider-container .single-blog-post .image a {
                display: block
            }

                .blog-post-slider-container .single-blog-post .image a img {
                    width: 100%
                }

        .blog-post-slider-container .single-blog-post .content h3 {
            margin-bottom: 10px
        }

            .blog-post-slider-container .single-blog-post .content h3 a {
                font-size: 16px;
                font-weight: 400;
                line-height: 25px
            }

        .blog-post-slider-container .single-blog-post .content p {
            margin-bottom: 10px
        }

            .blog-post-slider-container .single-blog-post .content p span {
                font-size: 13px;
                font-weight: 400;
                color: #abaaaa
            }

                .blog-post-slider-container .single-blog-post .content p span i.icon {
                    font-size: 15px;
                    color: #3a9943
                }

                .blog-post-slider-container .single-blog-post .content p span.post-comments {
                    margin-right: 15px
                }

                .blog-post-slider-container .single-blog-post .content p span.post-author a {
                    color: #3a9943
                }

                    .blog-post-slider-container .single-blog-post .content p span.post-author a:hover {
                        color: #3b454d
                    }

            .blog-post-slider-container .single-blog-post .content p.post-excerpt {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 10px
            }

        .blog-post-slider-container .single-blog-post .content a.alula-button {
            font-size: 12px;
            font-weight: 500;
            line-height: 12px;
            display: inline-block;
            padding: 15px 30px;
            text-transform: uppercase;
            color: #363f4d;
            border-radius: 3px;
            background: #f8f4ee
        }

            .blog-post-slider-container .single-blog-post .content a.alula-button:hover {
                color: #fff;
                background-color: #3a9943
            }

.single-blog-post {
    background-color: #fff
}

    .single-blog-post.gallery-type-post {
        display: block
    }

        .single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-arrow {
            visibility: visible;
            opacity: .6
        }

            .single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-arrow:hover {
                opacity: 1
            }

        .single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-next {
            right: 10px
        }

        .single-blog-post.gallery-type-post .single-blog-post-media:hover .slick-prev {
            left: 10px
        }

        .single-blog-post.gallery-type-post .slick-arrow {
            line-height: 40px;
            position: absolute;
            z-index: 9;
            top: 50%;
            visibility: hidden;
            width: 40px;
            height: 40px;
            margin-top: -20px;
            text-align: center;
            opacity: 0;
            color: #fff;
            border: none;
            border-radius: 50%;
            background: 0 0;
            background-color: #323232
        }

        .single-blog-post.gallery-type-post .slick-next {
            right: 30px;
            left: auto
        }

        .single-blog-post.gallery-type-post .slick-prev {
            right: auto;
            left: 30px
        }

    .single-blog-post .single-blog-post-media {
        position: relative
    }

        .single-blog-post .single-blog-post-media .image a {
            display: block;
            width: 100%
        }

            .single-blog-post .single-blog-post-media .image a img {
                width: 100%
            }

        .single-blog-post .single-blog-post-media .blog-categories {
            position: absolute;
            bottom: 20px;
            left: 10px
        }

            .single-blog-post .single-blog-post-media .blog-categories ul li {
                display: inline-block
            }

                .single-blog-post .single-blog-post-media .blog-categories ul li a {
                    display: block;
                    margin-right: 5px;
                    padding: 5px 10px;
                    text-transform: capitalize;
                    border-radius: 3px;
                    background-color: #fff
                }

                    .single-blog-post .single-blog-post-media .blog-categories ul li a:hover {
                        color: #fff;
                        background-color: #3a9943
                    }

        .single-blog-post .single-blog-post-media .video {
            overflow: hidden
        }

            .single-blog-post .single-blog-post-media .video iframe {
                width: 100%
            }

@media only screen and (max-width:479px) {
    .single-blog-post .single-blog-post-media .video iframe {
        height: 200px
    }
}

.single-blog-post .single-blog-post-content .post-audio {
    overflow: hidden
}

    .single-blog-post .single-blog-post-content .post-audio iframe {
        width: 100%
    }

.single-blog-post .single-blog-post-content h3.post-title {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 20px;
    color: #3b454d
}

    .single-blog-post .single-blog-post-content h3.post-title a:hover {
        color: #3a9943
    }

@media only screen and (max-width:575px) {
    .single-blog-post .single-blog-post-content h3.post-title {
        font-size: 25px
    }
}

.post-content ul {
    list-style-type: circle;
    margin-left: 10px
}

.single-blog-post .single-blog-post-content h3.post-title.sticky {
    position: relative;
    padding-left: 25px
}

    .single-blog-post .single-blog-post-content h3.post-title.sticky:before {
        font-family: fontAwesome;
        font-size: 25px;
        position: absolute;
        top: 0;
        left: 0;
        content: '\f08d'
    }

.single-blog-post .single-blog-post-content .post-meta {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0
}

    .single-blog-post .single-blog-post-content .post-meta p span {
        color: #999
    }

        .single-blog-post .single-blog-post-content .post-meta p span i.fa {
            margin-right: 5px
        }

    .single-blog-post .single-blog-post-content .post-meta p a {
        font-weight: 400;
        color: grey
    }

        .single-blog-post .single-blog-post-content .post-meta p a:hover {
            color: #3a9943
        }

    .single-blog-post .single-blog-post-content .post-meta p span.separator {
        padding: 0 5px
    }

.single-blog-post .single-blog-post-content p.post-excerpt {
    font-size: 14px;
    line-height: 29px
}

.single-blog-post .single-blog-post-content a.blog-readmore-btn {
    font-size: 12px;
    font-size: 12px;
    font-weight: 500;
    font-weight: 500;
    line-height: 12px;
    line-height: 18px;
    display: inline-block;
    padding: 15px 30px;
    padding: 15px 25px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #363f4d;
    border-radius: 3px;
    background: #f8f4ee
}

    .single-blog-post .single-blog-post-content a.blog-readmore-btn:hover {
        color: #fff;
        background-color: #153d4d
    }

.blog-single-post-container {
    padding: 25px;
    border: 1px solid #efefef;
    background-color: #fff
}

    .blog-single-post-container h3.post-title {
        font-size: 34px;
        font-weight: 500;
        line-height: 46px;
        margin-bottom: 20px;
        text-align: center;
        color: #3b454d
    }

@media only screen and (max-width:479px) {
    .blog-single-post-container h3.post-title {
        font-size: 25px;
        line-height: 35px
    }
}

.blog-single-post-container .post-meta {
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center
}

    .blog-single-post-container .post-meta p span {
        color: #999
    }

    .blog-single-post-container .post-meta p a {
        font-weight: 400;
        color: #323232
    }

        .blog-single-post-container .post-meta p a:hover {
            color: #3a9943
        }

    .blog-single-post-container .post-meta p span.separator {
        padding: 0 5px
    }

.blog-single-post-container .single-blog-post-media {
    position: relative;
    margin-bottom: 50px
}

    .blog-single-post-container .single-blog-post-media .image img {
        width: 100%
    }

    .blog-single-post-container .single-blog-post-media .blog-image-gallery .single-image img {
        width: 100%
    }

    .blog-single-post-container .single-blog-post-media .blog-categories {
        position: absolute;
        bottom: 20px;
        left: 10px
    }

        .blog-single-post-container .single-blog-post-media .blog-categories ul li {
            display: inline-block
        }

            .blog-single-post-container .single-blog-post-media .blog-categories ul li a {
                display: block;
                margin-right: 5px;
                padding: 5px 10px;
                text-transform: capitalize;
                border-radius: 3px;
                background-color: #fff
            }

                .blog-single-post-container .single-blog-post-media .blog-categories ul li a:hover {
                    color: #fff;
                    background-color: #3a9943
                }

    .blog-single-post-container .single-blog-post-media .video {
        overflow: hidden
    }

        .blog-single-post-container .single-blog-post-media .video iframe {
            width: 100%;
            height: 500px
        }

@media only screen and (max-width:767px) {
    .blog-single-post-container .single-blog-post-media .video iframe {
        height: 400px
    }
}

@media only screen and (max-width:479px) {
    .blog-single-post-container .single-blog-post-media .video iframe {
        height: 250px
    }
}

.blog-single-post-container .post-audio {
    overflow: hidden
}

    .blog-single-post-container .post-audio iframe {
        width: 100%;
        height: 100px
    }

.blog-single-post-container .post-content p {
    font-size: 15px;
    line-height: 29px
}

.blog-single-post-container .post-content blockquote {
    font-size: 14px;
    font-style: italic;
    line-height: 26px;
    margin: 40px 0 40px 40px;
    padding: 30px 45px;
    border: 1px solid #e0e0e0;
    border-left: 5px solid #3a9943;
    background: #f6f6f6
}

@media only screen and (max-width:479px) {
    .blog-single-post-container .post-content blockquote {
        margin-left: 10px;
        padding: 15px 20px
    }
}

.blog-single-post-container .tag-area {
    padding: 10px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0
}

    .blog-single-post-container .tag-area span {
        color: #999
    }

    .blog-single-post-container .tag-area ul {
        display: inline-block
    }

        .blog-single-post-container .tag-area ul li {
            display: inline-block
        }

            .blog-single-post-container .tag-area ul li a {
                font-size: 15px;
                font-weight: 500;
                font-style: italic;
                color: #3b454d
            }

                .blog-single-post-container .tag-area ul li a:hover {
                    color: #3a9943
                }

.blog-single-post-container .social-share-buttons {
    text-align: center
}

    .blog-single-post-container .social-share-buttons h3 {
        font-size: 12px;
        font-weight: 500;
        line-height: 26px;
        width: auto;
        margin: 0 20px;
        margin-bottom: 15px;
        text-transform: uppercase;
        color: #8c8c8c;
        background: 0 0
    }

    .blog-single-post-container .social-share-buttons ul li {
        display: inline-block
    }

        .blog-single-post-container .social-share-buttons ul li a {
            font-size: 12px;
            line-height: 32px;
            display: inline-block;
            width: 32px;
            height: 32px;
            margin-right: 10px;
            text-align: center;
            color: #353535;
            border-radius: 100%;
            background: #f7f7f7
        }

            .blog-single-post-container .social-share-buttons ul li a:hover {
                border-color: transparent
            }

.blog-single-post-container .related-post-container h3.related-post-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #3b454d
}

.blog-single-post-container .related-post-container .single-related-post .image {
    margin-bottom: 15px
}

    .blog-single-post-container .related-post-container .single-related-post .image a {
        display: block;
        width: 100%
    }

        .blog-single-post-container .related-post-container .single-related-post .image a img {
            width: 100%
        }

.blog-single-post-container .related-post-container .single-related-post .content h3.related-post-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 23px
}

    .blog-single-post-container .related-post-container .single-related-post .content h3.related-post-title a:hover {
        color: #3a9943
    }

    .blog-single-post-container .related-post-container .single-related-post .content h3.related-post-title span {
        font-size: 13px;
        font-weight: 400;
        line-height: 24px;
        display: block;
        margin-top: 5px;
        color: #999
    }

.single-blog-post-media {
    position: relative
}

    .single-blog-post-media:hover .slick-arrow {
        visibility: visible;
        opacity: .6
    }

        .single-blog-post-media:hover .slick-arrow:hover {
            opacity: 1
        }

    .single-blog-post-media:hover .slick-next {
        right: 10px
    }

    .single-blog-post-media:hover .slick-prev {
        left: 10px
    }

    .single-blog-post-media .slick-arrow {
        line-height: 40px;
        position: absolute;
        z-index: 9;
        top: 50%;
        visibility: hidden;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        opacity: 0;
        color: #fff;
        border: none;
        border-radius: 50%;
        background: 0 0;
        background-color: #323232
    }

    .single-blog-post-media .slick-next {
        right: 30px;
        left: auto
    }

    .single-blog-post-media .slick-prev {
        right: auto;
        left: 30px
    }

h3.comment-counter {
    font-weight: 500;
    margin-bottom: 20px
}

.comment-container .single-comment {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin: 0 0 30px;
    padding: 30px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.1)
}

    .comment-container .single-comment.reply-comment {
        width: 90%;
        margin-left: 10%
    }

    .comment-container .single-comment:last-child {
        margin-bottom: 0
    }

    .comment-container .single-comment span.reply-btn {
        position: absolute;
        top: 30px;
        right: 30px
    }

        .comment-container .single-comment span.reply-btn a {
            font-size: 13px;
            font-weight: 500;
            display: inline-block;
            padding: 5px 15px;
            color: #3a9943;
            border: 1px solid #3a9943;
            border-radius: 50px
        }

            .comment-container .single-comment span.reply-btn a:hover {
                color: #fff;
                background-color: #3a9943
            }

    .comment-container .single-comment .image {
        -webkit-flex-basis: 50px;
        -ms-flex-preferred-size: 50px;
        flex-basis: 50px
    }

    .comment-container .single-comment .content {
        margin-left: 20px;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

        .comment-container .single-comment .content h3 {
            font-size: 15px;
            font-weight: 700;
            font-style: italic;
            line-height: 29px;
            color: #999
        }

            .comment-container .single-comment .content h3 span.comment-time {
                font-size: 14px;
                font-weight: 400;
                line-height: 29px;
                display: block;
                color: #999
            }

        .comment-container .single-comment .content p.comment-text {
            font-size: 15px;
            line-height: 24px;
            color: #999
        }

.comment-form-container h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 25px;
    color: #3b454d
}

.comment-form-container p {
    font-size: 12px;
    line-height: 23px;
    color: #999
}

.comment-form label {
    font-size: 15px;
    font-weight: 500;
    line-height: 29px;
    display: block;
    margin-bottom: 10px;
    color: #999
}

.comment-form textarea {
    width: 100%;
    height: 130px;
    padding: 15px;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 0 5px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.1)
}

.comment-form input {
    line-height: 48px;
    width: 100%;
    height: 50px;
    padding: 0 15px;
    vertical-align: middle;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    background: #fff
}

.comment-form .fl-btn {
    font-size: 12px;
    font-weight: 500;
    line-height: 12px;
    display: inline-block;
    padding: 15px 30px;
    text-transform: uppercase;
    color: #363f4d;
    color: #fff;
    border: none;
    border-radius: 3px;
    background: #f8f4ee;
    background-color: #3b454d
}

    .comment-form .fl-btn:hover {
        color: #fff;
        background-color: #3a9943
    }

.shop-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
/*    background: #ecf1f2;*/
    /*    border: 1px solid #f8f4ee;*/
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:767px) {
    .shop-header {
        flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.shop-header__left__message {
    font-family: 'Rubik',sans-serif;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 300;
    line-height: 46px;
    font-weight: 400;
    float: left;
    color: #36738b;
    margin: 0
}

@media only screen and (max-width:479px) {
    .shop-header__left__message {
        padding-left: 0!important;
    }
}

.shop-header__right {
    padding-left: 10px
}

    .shop-header__right .single-select-block .select-title {
        font-family: 'Rubik',sans-serif;
        font-size: 14px;
        margin-left:10px !important;
        font-weight: 400;
        line-height: 43px;
        margin-right: 10px;
        color: #666
    }

    .shop-header__right .single-select-block select {
        font-family: 'Rubik',sans-serif;
        font-size: 14px;
        font-weight: 400;
        line-height: 30px;
        padding-left: 10px;
        color: #666;
        border: none
    }

.grid-icons {
    float: left
}

    .grid-icons button {
        float: left;
        width: 40px;
        height: 46px;
        padding: 0;
        border: none;
        background: 0 0;
        background-repeat: no-repeat;
        background-position: center
    }

@media only screen and (max-width:767px) {
    .grid-icons button {
        height: 40px
    }
}

.grid-icons button.three-column {
    background-image: url(../img/icons/grid.png)
}

    .grid-icons button.three-column.active, .grid-icons button.three-column:hover {
        background-image: url(../img/icons/grid-hover.png)
    }

.grid-icons button.four-column {
    background-image: url(../img/icons/grid-4.png)
}

    .grid-icons button.four-column.active, .grid-icons button.four-column:hover {
        background-image: url(../img/icons/grid-4-hover.png)
    }

.grid-icons button.list-view {
    background-image: url(../img/icons/list.png)
}

    .grid-icons button.list-view.active, .grid-icons button.list-view:hover {
        background-image: url(../img/icons/list-hover.png)
    }

.shop-product-wrap.grid .list-view-product {
    display: none
}

.shop-product-wrap.list [class*=col-], .shop-product-wrap.list [class*=col] {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%
}

.shop-product-wrap.list .grid-view-product {
    display: none
}

.main-menu > nav > ul > li > a > img {
    margin-right: 10px;
    max-width: 32px;
}

.main-menu nav > ul > li > a {
    padding: 0 15px
}

.main-menu nav > ul > li:hover {
    background: #fff;
}

.customer-support-text a:hover {
    color: #777777
}

.main-ekstra-urun-banner .full-banner-bg-wrapper__content {
    margin-left: 60%;
    max-width: 30%;
    text-align: right
}

    .main-ekstra-urun-banner .full-banner-bg-wrapper__content h3, .main-ekstra-urun-banner .full-banner-bg-wrapper__content h4, .main-ekstra-urun-banner .full-banner-bg-wrapper__content p {
        color: #fff
    }

    .main-ekstra-urun-banner .full-banner-bg-wrapper__content .banner-bg-button {
        background: #3a9943
    }

.product-title {
    text-align: center
}

    .product-title a {
        text-align: center;
        margin-bottom: 10px;
        height: 40px;
        line-height:30px;
        text-transform: capitalize;
    }

.product-price li .price.discounted-price:after {
    content: "";
    background-color: #999;
    height: 1px;
    position: absolute;
    right: 0;
    top: 18px;
    left: 15%;
    width: 70%;
    transform: rotate( -14deg );
}

.product-price li {

    font-size: 1.875rem;
    padding-top: 0;
    text-align: left;
    width:100%;
}

    .product-price li div {
        text-align: center
    }
.product-price .price.text-success span:first-child {
    font-size:20px;
}
.product-price .price span:first-child {
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    margin-right: -5px;
    color: #3b454d;
}

.product-price .price span {
    display: inline-block;
    vertical-align: middle
}

    .product-price .price span small {
        color: #777777;
        display: block;
        font-size: 12px;
        letter-spacing: -1px;
        line-height: 14px;
        position: relative;
        top: 1px
    }

.product-price .price small:last-child {
    bottom: 0;
    top: auto
}

.product-price {
    width: 100%;
    margin: 0 auto;
    padding: 0
}

    .product-price li .price.discounted-price {
        color: #999;
        position: relative;
        font-weight: 400
    }

        .product-price li .price.discounted-price span, .product-price li .price.discounted-price span small {
            color: #b6b6b6;
        }

.p-ayni-gun-kargo {
    font-size: 13px;
    margin-bottom: 0
}

.ek-urunler  .single-slider-product {
       margin-bottom: 30px;
}

.main-menu .pull-right:hover {
    background: #777777;
    cursor: default
}

.main-menu .pull-right {
    width: 150px;
    padding-top: 12px;
    padding-bottom: 10px;
    padding-right: 0;
    padding-left: 0;
    margin-right: 15px
}

    .main-menu .pull-right img {
        float: left;
        margin-right: 0
    }

    .main-menu .pull-right span {
        float: right
    }

.menu-2-satir {
    padding-top: 3px;
    line-height: 15px;
    text-align: right
}

.frb {
    width: 25%;
    float: left
}

.frb {
    padding: 0 2%
}

    .frb:first-child {
        padding-left: 0
    }

    .frb:last-child {
        padding-right: 0
    }

    .frb input[type=checkbox] ~ .div-takvim, .frb input[type=checkbox] ~ label, .frb input[type=radio] ~ .div-takvim, .frb input[type=radio] ~ label {
        padding: 20px 0 0;
        position: relative;
        cursor: pointer;
        width: 100%;
        border: 1px solid #dce4e6;
        background-color: #f2f5f5;
        border-radius: 6px;
    }

    .frb input[type=checkbox]:empty, .frb input[type=radio]:empty {
        display: none
    }

        .frb input[type=checkbox]:empty ~ .div-takvim span.frb-title, .frb input[type=checkbox]:empty ~ label span.frb-title, .frb input[type=radio]:empty ~ .div-takvim span.frb-title, .frb input[type=radio]:empty ~ label span.frb-title {
            font-size: 16px;
            font-weight: 600;
            margin: 5px 5px 5px 50px;
            min-height:35px;
        }

        .frb input[type=checkbox]:empty ~ .div-takvim span.frb-description, .frb input[type=checkbox]:empty ~ label span.frb-description, .frb input[type=radio]:empty ~ .div-takvim span.frb-description, .frb input[type=radio]:empty ~ label span.frb-description {
            font-weight: 400;
            color: #999;
            font-size: 13px;
            margin: 0 5px 5px 0;
            text-align: center;
            width: 100%
        }

.frb-price {
    font-weight: 400 !important;
    color: #000 !important
}

.frb-title {
    font-size: 18px !important;
    margin-left: 0 !important;
    width: 100%;
    text-align: center
}

.frb input[type=checkbox]:empty ~ .div-takvim span, .frb input[type=checkbox]:empty ~ label span, .frb input[type=radio]:empty ~ .div-takvim span, .frb input[type=radio]:empty ~ label span {
    display: inline-block
}

.frb.frb-primary input[type=checkbox]:checked ~ .div-takvim, .frb.frb-primary input[type=checkbox]:checked ~ label, .frb.frb-primary input[type=checkbox]:checked ~ span, .frb.frb-primary input[type=radio]:checked ~ .div-takvim, .frb.frb-primary input[type=radio]:checked ~ label {
    background-color: #51b549;
    color: #fff !important
}

    .frb.frb-primary input[type=radio]:checked ~ .div-takvim span.frb-description, .frb.frb-primary input[type=radio]:checked ~ label span.frb-description {
        color: #fff !important
    }

.product-detail-content .product-price .price span:first-child {
    font-size: 41px;
    letter-spacing: 0;
    margin-right: 0;
    color: #3b454d !important;
    font-weight: 500 !important
}

.product-detail-content .product-price .price span small {
    color: #3b454d !important
}

    .product-detail-content .product-price .price span small:last-child {
        padding-top: 2px;
        font-size: 12px;
        line-height: 14px;
        letter-spacing: .05px
    }

.price-siparis-ver .product-cart-button {
    float: left;
    width:100%;
    background: #51b549;
    border-radius: 6px;
    padding: 10px 70px
}

.color-theme {
    color: #777777 !important
}

.color-green {
    color: #3a9943 !important
}

.product-description-review-area {
    background: #fbfbfb 80% 0 no-repeat;
    padding: 40px 0
}

.nav-tabs {
    border: none
}

.payment-logo p {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
    text-align: left;
}

.frb-group .nice-select.open, .frb-group .nice-select:active {
    background: #51b549 !important;
    color: #f8f4ee !important
}

.frb-group select, .frb.frb-primary input[data-toggle=datepicker] {
    display: none
}

.frb-group .nice-select {
    background: #51b549 !important;
    color: #f8f4ee !important;
    border: none;
    width: 100%;
    margin-bottom: 10px;
    display: none;
    border-radius:6px;
}

    .frb-group .nice-select:after {
        border-color: #fff
    }

    .frb-group .nice-select .option.focus, .frb-group .nice-select .option.selected.focus, .frb-group .nice-select .option:hover {
        background: #089644 !important;
        color: #fff !important;
    }

    .frb-group .nice-select .option {
        background: #51b549 !important;
        color: #fff !important;
    }

    .frb-group .nice-select .list:hover .option:not(:hover) {
        background: #089644;
    }

    .frb-group .nice-select.open .list {
        width: 100%
    }

.frb.frb-primary input[type=radio]:checked ~ div.nice-select, .frb.frb-primary input[type=radio]:checked ~ div div.nice-select, .frb.frb-primary input[type=radio]:checked ~ input[data-toggle=datepicker] {
    display: block !important
}


.frb.frb-primary input[type=radio]:checked ~ select {
    display: none
}

.frb-group input[type=text]::placeholder {
    color: #fff
}

.frb-group input[type=text] {
    border-radius: 5px;
    background: #05a449;
    color: #fff;
    border: none;
    width: 100%;
    padding: 10px 18px;
    margin-bottom: 10px
}

.product-detail-content .nice-select {
    background-color: #f8f4ee;
    border: none
}

.urun-secenekler {
    background: 0 0;
    padding: 0;
    margin-bottom: 15px
}

    .urun-secenekler .single-method {
        margin-bottom: 5px
    }

        .urun-secenekler .single-method input[type=radio] + label {
            background: #e7edee;
            border-radius: 10px;
        }

            .urun-secenekler .single-method input[type=radio] + label:hover {
                background: #d4d7d8;
                cursor: pointer;
                border-radius: 10px;
            }

            .urun-secenekler .single-method input[type=radio] + label::before {
                border-radius: 50%;
                left: 15px;
                top: 10px
            }

            .urun-secenekler .single-method input[type=radio] + label::after {
                border-radius: 50%;
                background-color: #49b14d;
                left: 20px;
                top: 15px
            }

        .urun-secenekler .single-method input[type=radio]:checked + label::before {
            border-color: #49b14d
        }

        .urun-secenekler .single-method input[type=radio] + label {
            color: #000;
            width: 100%;
            display: block;
            padding: 10px 20px 10px 50px
        }

            .urun-secenekler .single-method input[type=radio] + label span {
                float: right
            }

.urun-ozellestir {
    padding: 25px 25px 0 25px;
    border: 1px solid #edf1f2;
    border-radius: 5px;
    background: #f4f7f7
}

    .urun-ozellestir input {
        font-size: 14px;
        line-height: 23px;
        width: 100%;
        margin-bottom: 15px;
        padding: 10px 20px;
        color: #3b454d;
        border: 2px solid #edf1f2;
        border-radius: 5px;
        background-color: #fff
    }

    .urun-ozellestir .mini-uyari {
        position: absolute;
        float: right;
        bottom: 20px;
        right: 25px;
        font-size: 11px;
        color: #999
    }

.frb input[type=radio]:empty ~ label span.frb-title img {
    filter: brightness(1) invert(0);
    position: absolute;
    top: 10px;
    right: 10px
}

.frb.frb-primary input[type=radio]:checked ~ label span.frb-title img {
    filter: brightness(1) invert(1);
}

.shop-title {
    padding: 0
}

    .shop-title ul {
        width: 75%;
        margin-left: 12.5%
    }

.faq-section .prod-tabs .tab-btns .tab-btn:not(:last-child) {
    background: url(../img/icons/right-arrowelite.png);
    background-position: center right;
    background-repeat: no-repeat
}

.shop-step-img {
    padding: 15px;
    border-radius: 50%;
    display: block;
    height: 60px;
    width: 60px;
    float: left;
    margin: 0 auto;
    /*filter: brightness(0) invert(0)*/
}

.faq-section .prod-tabs .tab-btns .tab-btn span {
    position: relative;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    font-weight: 600;
    font-size: 12px;
    width:100%;
    color: #e8dfd6;
    /* font-weight: 400; */
    float: left;
    cursor: pointer;
    line-height: 1.6em;
    padding: 10px;
    transition: all .5s ease;
    /* text-transform: capitalize;*/
}

.faq-section .prod-tabs .tab-btns .tab-btn {
    width: 25%;
    float: left;
    text-align: center;
    position: relative;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
    line-height: 1.6em;
    padding: 25px 0 25px 0;
    transition: all .5s ease;
    text-transform: capitalize
}

    .faq-section .prod-tabs .tab-btns .tab-btn div {
        display: inline-block;
        margin: 0 auto;
        text-align:center;
/*        border-radius: 35px;*/
    padding: 2px;
    /*        background: #f8f4ee*/
}

    .faq-section .prod-tabs .tab-btns .tab-btn.active-btn div span{
/*        background: #3b454d*/
color:#3b454d;
    }
    .faq-section .prod-tabs .tab-btns .tab-btn.active-btn div .point {
        border: 2px solid #3b454d;
        color: #fff;
        background: #3b454d;
    }
        .active-btn .shop-step-img {
    float: left;
    filter: initial;
    background: #5f676d;
    padding: 12px;
    border-radius: 50%;
    display: block;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    border: 2px solid #fff
}
    .shop-step-img img {
        filter: brightness(5) invert(1) !important
    }
    .active-btn .shop-step-img img {
        filter: brightness(0) invert(1) !important
    }

.faq-section .prod-tabs .tab-btns .tab-btn.active-btn span {
    color: #153d4d
}

.faq-section .prod-tabs .tab-btns .tab-btn.active-btn span {
    color: #fff
}

.sec-satin-al .navigation-top {
    /*    background: #3b454d*/
    border-bottom: 1px solid #e7e7e7;
}

.sec-satin-al img {
/*    filter: brightness(0) invert(1) !important;*/
    max-width: 300px;
    max-height: 77px;
}

.sec-satin-al .logo {
    text-align: center
}

.satin-al .teslimat-bilgileri {
    -webkit-box-shadow: 0 5px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 5px 4px 0 rgba(0,0,0,.1);
    border: 2px solid #f8f4ee;
    background: #FCF9F7;
    border-radius: 5px
}

.btn-ileri {
    width: 100%;
    margin: 15px;
    padding: 10px;
    font-weight: 400;
    font-size: 20px;
    border-radius:6px;
}

    .btn-ileri i {
        float: right;
        padding: 13px 15px 0 0
    }

.siparis-ozet .checkout-title {
    text-align: center;
    font-style: normal;
    text-decoration: none
}

.satin-al .teslimat-bilgileri .input-icon i {
    position: absolute;
    left: 25px;
    top: 43px;
    font-size: 25px;
    color: #154b5c
}

.satin-al .teslimat-bilgileri .input-icon input, .satin-al .teslimat-bilgileri .input-icon textarea {
    padding-left: 40px
}

.ek-urunler .product-price li {
    width: 100%;
    float: inherit
}

.btn-sepet-ekle {
    background: #777777;
    border-radius:0;
    color: #fff !important
}

.ek-urunler .single-slider-product__content {
    text-align: center
}

    .ek-urunler .single-slider-product__content input {
        border: none;
        text-align: center;
        background: #3caa47;
        color: #fff;
        width: 60px
    }

.ek-urunler .pro2-qty a.dec {
    left: 0;
    height: 100%;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 30px;
    background: #3a9943;
    border: none;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.ek-urunler .pro2-qty a.inc {
    right: 0;
    height: 100%;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 30px;
    background: #3a9943;
    border: none;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.ek-urunler .pro2-qty {
    border: none
}

.ek-urunler .pro-qty a.dec {
    left: 0;
    height: 100%;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 30px;
    background: #3a9943;
    border: none;
    color: #fff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.ek-urunler .pro-qty a.inc {
    right: 0;
    height: 100%;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: 30px;
    background: #3a9943;
    border: none;
    color: #fff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

.ek-urunler .pro-qty {
    border: none
}

.satin-al .kart-mesaji .nice-select, .satin-al .kart-mesaji input {
    border-radius: 5px;
    background: #fff;
    border-radius: 50px;
    border: 1px solid #154b5c;
}

.satin-al .kart-mesaji {
    background: #f7f8f8;
    padding-left: 60px;
    padding-right: 60px
}

.input-kart-mesaji {
    font-size: 18px !important;
    line-height: 30px !important;
    border-radius: 20px !important;
    text-align: center;
    font-family: 'Rubik', sans-serif;
}

.satin-al .kart-mesaji .onceki-mesaj {
    position: absolute;
    left: -20px;
    top: 35%;
    font-size: 30px;
    color: #999
}

    .satin-al .kart-mesaji .onceki-mesaj:hover, .satin-al .kart-mesaji .sonraki-mesaj:hover {
        color: #3b454d
    }

.satin-al .kart-mesaji .sonraki-mesaj {
    position: absolute;
    right: -20px;
    top: 35%;
    font-size: 30px;
    color: #999
}

.hazir-mesajlar {
    display: none
}

.satin-al .div-kart-mesaji .disabled {
    display: none
}

.div-ortala {
    margin: 0 auto
}

.single-select-block .select-title {
    float: right;
    display: block
}

.sticky-active {
    margin-top: 250px
}

.megamenu-banner.pull-right:hover {
    background: 0 0 !important
}

.mega-menu-tumunu-gor a {
/*    font-weight: 700;*/
    margin-bottom: 10px
}

.mega-menu li a {
    padding: 5px 0;
    width: 100%
}

.mobile-menu-view {
    display: none !important
}

.mobile-hide {
    display: block
}

::selection {
    background: #777777;
    color: #fff
}

::-moz-selection {
    background: #777777;
    color: #fff
}

.ui-autocomplete {
    font-family: 'Rubik',sans-serif !important;
    position: absolute;
    left: 0;
    background: #fff;
    padding: 10px 0;
    z-index: 100;
    -webkit-box-shadow: 2px 5px 7px rgba(0,0,0,.4);
    -moz-box-shadow: 2px 5px 7px rgba(0,0,0,.4);
    box-shadow: 2px 5px 7px rgba(0,0,0,.4);
    border-radius: 0 0 6px 6px
}

.ui-menu-item {
    padding: 5px;
    width: 100%
}

    .ui-menu-item img {
        border: 1px solid #c7c7c7;
        border-radius: 3px;
        margin-right: 5px
    }

.width100 {
    width: 100% !important
}

.col-lg-4 .single-split-banner img {
    border-radius: 0;
}

.banka-hesaplari {
    min-height: 230px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 30px
}

    .banka-hesaplari:hover {
        border: 1px solid #777777
    }

    .banka-hesaplari h3 {
        text-align: center;
        color: #3b454d;
        margin-bottom: 15px
    }

    .banka-hesaplari p {
        margin-bottom: 5px
    }

        .banka-hesaplari p strong {
            width: 110px;
            display: inline-block
        }

    .banka-hesaplari .img-bank {
        text-align: center;
   
    }

        .banka-hesaplari .img-bank img {
            height:50px ;
            margin: 0 auto
        }

.big-image-slider-wrapper {
/*    border: 1px solid #e8dfd6;*/
    background:#fff;
}

    .big-image-slider-wrapper img {
        margin: 0 auto;
        max-height: 650px;
        background:#fff;
    }

.odeme-havale .panel-group {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    padding: 10px;
    background: #f8f4ee
}

    .odeme-havale .panel-group .panel:not(:first-child) h4 {
        border-top: 1px solid rgba(0,0,0,.1)
    }

    .odeme-havale .panel-group h4 {
        margin-bottom: 0
    }

        .odeme-havale .panel-group h4 a {
            width: 100%;
            padding-top: 10px;
            padding-bottom: 10px;
            text-align: center
        }

    .odeme-havale .panel-group .panel-body p {
        margin-bottom: 0
    }

    .odeme-havale .panel-group .panel-body {
        padding: 10px;
        background: #fff;
        border-radius: 5px
    }

    .odeme-havale .panel-group .panel {
        border-radius: 5px
    }

.odeme-tab a.nav-link {
/*    margin-right: 75px !important;*/
    padding: 13px 15px !important
}

img:not(.initial) {
    transition: opacity 1s
}

img.initial, img.loaded, img.error {
    opacity: 1
}

img:not([src]) {
    visibility: hidden
}

.pb-10 {
    padding-bottom: 10px !important
}

.pt-10 {
    padding-top: 10px !important
}

.pb-20 {
    padding-bottom: 10px !important
}

.pt-20 {
    padding-top: 10px !important
}

.pt-30 {
    padding-top: 30px !important
}

.pl-20 {
    padding-left: 20px !important
}

.pr-20 {
    padding-right: 20px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

.mb-40 {
    margin-bottom: 40px !important
}
.mb-30 {
    margin-bottom: 30px !important
}

.mt-20 {
    margin-top: 20px !important
}
.mt-30 {
    margin-top: 30px !important
}

.pb-25 {
    padding-bottom: 25px !important
}
.pb-20 {
    padding-bottom: 20px !important
}
.pb-15 {
    padding-bottom: 15px !important
}

.pt-25 {
    padding-top: 25px !important
}

.pt-15 {
    padding-top: 15px !important
}

.pt-40 {
    padding-top: 40px !important
}
.ml-50 {
    margin-left: 50px !important;
}
.pb-40 {
    padding-bottom: 40px !important
}
.mt-50 {
    margin-top: 50px !important
}
.ui-corner-all li{cursor:pointer;
}
    .ui-corner-all li img{border:none;}
    .ui-corner-all li:hover {
        background-color: #edf1f2;
        -webkit-box-shadow: inset 0 0 4px rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 0 4px rgba(0,0,0,.05);
        box-shadow: inset 0 0 4px rgba(0,0,0,.05);
    }
.ui-helper-hidden-accessible{display:none!important;}


@media (min-width:1600px) {
    .container {
        max-width: 1490px
    }
}

@media only screen and (max-width:1400px) {
    .main-menu nav > ul > li {
        padding: 0
    }
}

@media screen and (max-width:1366px) {
    .single-slider-product__content {
        padding: 10px 5px 10px 5px
    }

    .product-price .price span small {
        font-size: 12px
    }

    .product-price .price span small {
        font-size: 12px
    }

    .product-price .price span:first-child {
        font-size: 26px
    }

/*    .single-slider-product__image {
        height: 246px;
    display: flex;
    }*/
    .single-split-banner{
        text-align:center;
    }
}

@media screen and (max-width:1280px) {
    .container {
        max-width: 1200px
    }

    .product-price .price span:first-child {
        font-size: 25px
    }
}

@media screen and (max-width:768px) {
    .xs-offset-0 {
        margin-left: 0px !important;
    }
    .ek-urunler {
        width: 100% !important;
    }
    .mt-sm-30 {
        margin-top: 30px !important
    }

    .mb-sm-10 {
        margin-bottom: 10px !important
    }

    .mb-sm-20 {
        margin-bottom: 20px !important
    }

    .mt-sm-15 {
        margin-top: 15px !important;
    }

    .mb-sm-15 {
        margin-bottom: 15px !important;
    }

    .pr-sm-30 {
        padding-right: 30px !important;
    }

    .pl-sm-30 {
        padding-left: 30px !important;
    }

    .odeme-tab a.nav-link {
        margin-right: 0 !important
    }

    .odeme-havale .panel-group {
        margin-bottom: 10px
    }

   .single-slider-product__image {
/*        height: 515px;*/
    }
    .single-slider-product__image > a img:nth-child(1){padding-bottom:0;}

    .col-xs-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .single-slider-product__content {
        padding: 10px 5px
    }

    .product-price .price span:first-child {
        font-size: 14px;
    }
    .product-price .price.text-success span:first-child {
        font-size: 18px;
    }
    .product-price li .price.discounted-price{
        height:22px;
    }
    .product-price li .price.discounted-price {
        margin-right: 0
    }

    .product-price .price span small {
        font-size: 12px;
        line-height: 12px
    }

    .single-slider-product {
        margin-bottom: 15px
    }

    .bg-iyzico {
        background-position: bottom right 10px
    }

    .bg-lets {
        background-position: center right 10px
    }

    .bg-3ds {
        background-position: top right 10px
    }

    .p-phone {
        font-size: 18px
    }
    .hero-slider-wrapper .slick-dots {
        bottom: 5px;
        height: 15px;
    }
        .hero-slider-wrapper .slick-dots li button {
            width: 5px;
            height: 5px;
            margin-right: 10px;
        }
    .location-left .location-content .destination{
        margin-left:0 !important;
    }
    ul.destination {
        width: calc(100%) !important;
    }
    .ribbon1 {
        top: 15px !important;
    }
    .loca-search {
        padding-bottom: 20px !important;
    }
    .mobile-menu .mean-bar .mean-nav {
        background-color: white;
    }

        .mobile-menu .mean-bar .mean-nav > ul {
            border: none
        }

            .mobile-menu .mean-bar .mean-nav > ul li a {
                color: #153d4d;
                padding-left: 10px
            }

            .mobile-menu .mean-bar .mean-nav > ul li > a > img {
                padding-right: 10px;
                max-width: 42px;
            }

            .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
                color: #153d4d;
            }

            .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
                border: none
            }

            .mobile-menu .mean-bar .mean-nav > ul .pull-right br {
                content: '';
                margin-right: 5px
            }

            .mobile-menu .mean-bar .mean-nav > ul li a:hover {
                color: #fff
            }
            .urun-secenekler .single-method input[type=radio] + label {
                padding-bottom: 30px
            }
        .product-detail-content {
            padding: 0
        }

    .frb-title {
        font-size: 11px !important;
        font-weight: 500 !important;
        line-height:13px!important;
    }

    .urun-ozellestir {
        padding: 15px
    }

    .price-siparis-ver .product-cart-button {
        padding: 25px
    }

    .frb {
        padding: 0 1%
    }

    .frb-group .nice-select {
        padding-left: 5px;
        font-size: 12px
    }

        .frb-group .nice-select .option {
            padding-left: 5px
        }

        .frb-group .nice-select.open:after {
            display: none
        }

        .frb-group .nice-select:after {
            display: none
        }

    .frb-group select, .frb.frb-primary input[data-toggle=datepicker] {
        font-size: 12px;
        padding-left: 5px;
        padding-right: 5px
    }

    a.scroll-top {
        bottom: 5px;
        right: 15px;
    }

    .shop-title ul {
        width: 100%;
        margin-left: 0
    }

    .faq-section .prod-tabs .tab-btns .tab-btn span {
        font-size: 12px;
        padding: 5px;
        letter-spacing:0;
    }

    .faq-section .prod-tabs .tab-btns .tab-btn div {
        display: block
    }

    .faq-section .prod-tabs .tab-btns .tab-btn.active-btn span {
        color: #666;
    }

    .active-btn .shop-step-img, .shop-step-img {
        margin-top: 10px
    }

    .frb input[type=radio]:empty ~ label span.frb-title img {
        display: none
    }

    .mobile-menu .mean-bar .mean-nav > ul li a.mean-expand {
        width: 100%;
        text-align: right;
        font-size: 0 !important
    }

    .mobile-menu .mean-bar .mean-nav > ul li .mega-menu, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu, .mobile-menu .mean-bar .mean-nav > ul li ul {
        background: #fff
    }

        .mobile-menu .mean-bar .mean-nav > ul li .mega-menu li a, .mobile-menu .mean-bar .mean-nav > ul li .sub-menu li a, .mobile-menu .mean-bar .mean-nav > ul li ul li a {
            color: #333
        }

    .mega-menu-tumunu-gor {
        /*display: none*/
        text-align: left !important;
        margin-bottom: 0 !important;
        padding-left: 45px !important;
    }

    .mobile-menu-view {
        display: block !important
    }

        .mobile-menu-view img {
            /*filter: brightness(0) invert(1)*/
        }

    .mobile-hide {
        display: none
    }

    .customer-support-text .text p {
        font-size: 16px
    }

    .input-kart-mesaji {
        font-size: 15px !important;
        line-height: 20px !important
    }

    .big-image-slider99:before {
        content: '';
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        background: transparent;
        z-index: 1;
    }

    .float {
        position: fixed;
        width: 100%;
        height: 49px;
        bottom: 0;
        left: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        background-color: #25d366;
        color: #FFF;
        border-radius: 0;
        text-align: center;
        font-size: 20px;
        z-index: 100;
    }

        .float span {
            display: inline-block;
        }

    .sepetim-div {
/*        padding-right: 30px !important;*/
/*         display: inline-block !important;*/
    }
    .search-bar {
        margin-bottom:5px;
/*        margin-top: 10px;*/
  /*      position: absolute;
        top: 65px;
        width: 92%;*/
    }
    .search-bar input {
        height: 32px;
    }

    .page-wrapper-light-green .search-bar button {
        height: 32px;
        line-height: 5px;
        padding: 5px 0;
    }

    .header-sticky {
        margin-bottom: 0;
    }

    .alici-bilgileri-urun-div {
        min-height: 85px !important;
    }

    .logo img{max-height:45px;}
    .customer-support-text .text{text-align:center!important;}
        .customer-support-text .text p {
            font-size: 12px;
            padding-right: 10px;
        }
    .headertop-dropdown-container{padding-top:0;}
    .navigation-top-search-area .col-3{padding:10px 0;}
    .navigation-top-search-area .col-3 img{width:24px;}
    .header-cart-icon span {
        font-size: 12px;
    }
    .headertop-dropdown-container .header-top-single-dropdown__dropdown-menu-items{top:100%;}
    .small-cart {
        left: 25px;
        top: 50%;
    }
    .navigation-top-search-area{padding-bottom:0 !important;}
    .breadcrumb-content{margin-top:0;margin-left:50px;
    }
    .compare-button a {
        line-height: 15px;
    }
    .faq-section .prod-tabs .tab-btns .tab-btn.active-btn div span {
        font-size: 11px;
        letter-spacing: 0;
        text-transform:capitalize;
        width:100%;
    }
    .faq-section .prod-tabs .tab-btns .tab-btn span{text-transform:capitalize; font-size:11px;}
    .shop-title .tab-btn small {
        margin-top: 25px !important;
        line-height: 12px !important;
        font-size: 9px !important;
    }
    .satin-al .btn-ileri{margin-left:0; margin-right:0;}
    .sec-satin-al .logo img{margin-bottom:0 !important;}
    .mobile-pt-20 {
        margin-top: 20px;
    }
    #body_divSadeceIst {
        margin-top: 20px;
    }
    .faq-section .prod-tabs .tab-btns .tab-btn:not(:last-child) {
        background: none;
    }
    .satin-al .kart-mesaji {
        padding: 15px;
    }
    .ek-urunler .single-slider-product__image{
        height:155px;
    }
    .satin-al .kart-mesaji .sonraki-mesaj{right:20px;}
    .satin-al .kart-mesaji .onceki-mesaj{left:20px;}
    .mesaj-select {
        overflow-x: auto;
    }
    .satin-al .navigation-top-search-area{padding-bottom:10px!important;}
    .search-bar input {
        padding: 0 65px 0 0;
    }
    .page-wrapper-light-green .mega-menu li a div{float:left;}
    .product-description-review-container nav .nav-tabs a.nav-link {
        margin: 0;
        text-align: center;
        font-size: 11px;
        line-height: 11px;
    }
    .footer-content-wrapper{text-align:center;}
    .copyright-text-area    > div > div{text-align:center!important;
                                        padding:10px 0;
    }
    .mesaj-select table{margin:inherit !important;}
    .frb input[type=checkbox]:empty ~ .div-takvim span.frb-title, .frb input[type=checkbox]:empty ~ label span.frb-title, .frb input[type=radio]:empty ~ .div-takvim span.frb-title, .frb input[type=radio]:empty ~ label span.frb-title {min-height:25px!important;}
    .a-ileri span{font-size:19px!important;line-height:30px !important;}
    .a-ileri{height:355px !important;}
    .urun-list-btn{font-size:11px!important;}
    /*MOBILE END*/
}
.siparis-takip .cart-summary {
    max-width: initial !important;
}

.siparis-takip .cart-summary-wrap {
}

.siparis-takip .div-detaylar {
    border: 1px solid #d4d4d4;
    border-radius: 10px;
}

.siparis-takip .bg-white {
    background: #fff;
    border-radius: 10px;
}

.siparis-takip .list-detail {
    padding: 15px 15px;
    border-radius: 10px;
}

    .siparis-takip .list-detail .text-center {
        background: #fff;
        padding: 15px;
        border-radius: 10px;
    }

        .siparis-takip .list-detail .text-center span {
            position: relative;
            left: auto;
            float: initial !important;
        }

    .siparis-takip .list-detail p {
        color: #666;
        margin-bottom: 5px;
    }

        .siparis-takip .list-detail p span:first-child {
            width: 140px;
            float: left;
        }

        .siparis-takip .list-detail p span:last-child {
            color: #000;
        }

.my-float {
    margin-top: 16px;
}

.nice-select .list {
    max-height: 250px;
    overflow-y: auto;
}

.text-justify {
    text-align: justify;
}

.uye-ol-icerik {
    padding: 50px;
}

    .uye-ol-icerik h2 {
        font-style: italic;
        font-weight: normal;
    }

.saat-dakika {
    width: 50% !important;
    float: left;
}

    .saat-dakika:first-child {
        padding-right: 10px;
    }

    .saat-dakika:last-child {
        padding-left: 10px;
    }


.alici-bilgileri-urun-div {
    background-color: #f7f8f8;
    padding: 15px;
    border-radius: 4px;
    flex-direction: column;
}

.midline-title__product-name {
    padding: 0;
    max-width: 55%;
    white-space: normal;
}

.midline-title__delivery-text {
    padding: 0;
    max-width: 45%;
    float: right;
}
.p-ayni-gun-kargo {
    color: #b9cfcf;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
}
/*.urun-list-btn {
    margin-top: 0;
    border-radius: 10px;
    padding: 5px 25px;
    font-size: 13px;
    color: #f8f4ee;
    background: #153d4d;
}*/
    /*.urun-list-btn:hover {
        color: #f8f4ee;
        background: #1b4c60;
    }*/
.single-slider-product .product-price {
    display:flex;
}

.float span {
    display: none;
}


.cart-counter {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 11px;
    font-weight: 400;
    font-style: normal;
    line-height: 16px;
    position: absolute;
    width: 16px;
    height: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    border-radius: 100%;
    margin-top: 10px;
    margin-left: -10px;
    color: #fff;
    background: #153d4d;
}

.margin-auto {
    margin: 0 auto;
}

.form-action {
    text-align: center;
    display: inherit;
}

.login-form .input-icon i {
    position: absolute;
    left: 25px;
    top: 43px;
    font-size: 25px;
    color: #948062;
}

.login-form .input-icon input {
    font-size: 16px;
}

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover, .datepicker-panel > ul > li:hover {
    background-color: rgb(5, 164, 73) !important;
    border-bottom-color: rgb(5, 164, 73) !important;
}
.datepicker-top-left, .datepicker-top-right, .datepicker-top-left::before, .datepicker-top-right::before {
    border-top-color: rgb(5, 164, 73) !important;
    border-bottom-color: rgb(5, 164, 73) !important;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 25px;
    left: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float {
    margin-top: 14px;
}

.nologo img {
    filter: initial !important;
}



/* CSS Multiple Whatsapp Chat */
.whatsapp-name {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 0.5;
}

#whatsapp-chat {
    box-sizing: border-box !important;
    outline: none !important;
    position: fixed;
    width: 350px;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    left: 30px;
    overflow: hidden;
    z-index: 99;
    animation-name: showchat;
    animation-duration: 1s;
    transform: scale(1);
}

a.blantershow-chat {
    /*   background: #009688; */
    background: #fff;
    color: #404040;
    position: fixed;
    display: flex;
    font-weight: 400;
    height: 40px;
    justify-content: space-between;
    z-index: 98;
    bottom: 25px;
    left: 30px;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
}

    a.blantershow-chat svg {
        transform: scale(1.2);
        margin: 0 10px 0 0;
    }

.header-chat {
    /*   background: linear-gradient(to right top, #6f96f3, #164ed2); */
    background: #009688;
    background: #095e54;
    color: #fff;
    padding: 20px;
}

    .header-chat h3 {
        margin: 0 0 10px;
    }

    .header-chat p {
        font-size: 14px;
        line-height: 1.7;
        margin: 0;
    }

.info-avatar {
    position: relative;
}

    .info-avatar img {
        border-radius: 100%;
        width: 50px;
        float: left;
        margin: 0 10px 0 0;
        background-color: white;
        padding: 10px;
    }

a.informasi {
    padding: 20px;
    display: block;
    overflow: hidden;
    animation-name: showhide;
    animation-duration: 0.5s;
}

    a.informasi:hover {
        background: #f1f1f1;
    }

.info-chat span {
    display: block;
}

#get-label,
span.chat-label {
    font-size: 12px;
    color: #888;
}

#get-nama,
span.chat-nama {
    margin: 5px 0 0;
    font-size: 15px;
    font-weight: 700;
    color: #222;
}

#get-label,
#get-nama {
    color: #fff;
}

span.my-number {
    display: none;
}

/* .blanter-msg {
  color: #444;
  padding: 20px;
  font-size: 12.5px;
  text-align: center;
  border-top: 1px solid #ddd;
} */
textarea#chat-input {
    border: none;
    font-family: "Arial", sans-serif;
    width: 100%;
    height: 45px;
    outline: none;
    resize: none;
    padding: 10px;
    font-size: 14px;
}

a#send-it {
    width: 45px;
    font-weight: 700;
    padding: 10px 10px 0;
    background: #eee;
    border-radius: 0;
}

    a#send-it svg {
        fill: #a6a6a6;
        height: 24px;
        width: 24px;
    }

.first-msg {
    background: transparent;
    padding: 30px;
    text-align: center;
}

    .first-msg span {
        background: #e2e2e2;
        color: #333;
        font-size: 14.2px;
        line-height: 1.7;
        border-radius: 10px;
        padding: 15px 20px;
        display: inline-block;
    }

.start-chat .blanter-msg {
    display: flex;
}

#get-number {
    display: none;
}

a.close-chat {
    position: absolute;
    top: 5px;
    right: 15px;
    color: #fff;
    font-size: 30px;
}

@keyframes ZpjSY {
    0% {
        background-color: #b6b5ba;
    }

    15% {
        background-color: #111111;
    }

    25% {
        background-color: #b6b5ba;
    }
}

@keyframes hPhMsj {
    15% {
        background-color: #b6b5ba;
    }

    25% {
        background-color: #111111;
    }

    35% {
        background-color: #b6b5ba;
    }
}

@keyframes iUMejp {
    25% {
        background-color: #b6b5ba;
    }

    35% {
        background-color: #111111;
    }

    45% {
        background-color: #b6b5ba;
    }
}

@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

@media screen and (max-width: 480px) {
    #whatsapp-chat {
        width: auto;
        left: 3%;
        right: 5%;
        font-size: 80%;
    }
}

#whatsapp-chat.hide {
    display: none;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

#whatsapp-chat.show {
    display: block;
    animation-name: showhide;
    animation-duration: 0.5s;
    transform: scale(1);
    opacity: 1;
}

.whatsapp-message-container {
    display: flex;
    z-index: 1;
}

.whatsapp-message {
    padding: 7px 14px 6px;
    background-color: white;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

.whatsapp-chat-body {
    padding: 20px 20px 20px 10px;
    background-color: #e6ddd4;
    position: relative;
}

    .whatsapp-chat-body::before {
        display: block;
        position: absolute;
        content: "";
        left: 0px;
        top: 0px;
        height: 100%;
        width: 100%;
        z-index: 0;
        opacity: 0.08;
        background-image: url("https://elfsight.com/assets/chats/patterns/whatsapp.png");
    }

.dAbFpq {
    display: flex;
    z-index: 1;
}

.eJJEeC {
    background-color: white;
    width: 52.5px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    margin-left: 10px;
    opacity: 0;
    transition: all 0.1s ease 0s;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
}

.hFENyl {
    position: relative;
    display: flex;
}

.ixsrax {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    background-color: #9e9da2;
    animation-name: ZpjSY;
}

.dRvxoz {
    height: 5px;
    width: 5px;
    margin: 0px 2px;
    background-color: #b6b5ba;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    top: 0px;
    animation-name: hPhMsj;
}

.kAZgZq {
    padding: 7px 14px 6px;
    background-color: white;
    border-radius: 0px 8px 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    opacity: 0;
    transform-origin: center top 0px;
    z-index: 2;
    box-shadow: rgba(0, 0, 0, 0.13) 0px 1px 0.5px;
    margin-top: 4px;
    margin-left: -54px;
    max-width: calc(100% - 66px);
}

    .kAZgZq::before {
        position: absolute;
        background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAmCAMAAADp2asXAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACQUExURUxpccPDw9ra2m9vbwAAAAAAADExMf///wAAABoaGk9PT7q6uqurqwsLCycnJz4+PtDQ0JycnIyMjPf3915eXvz8/E9PT/39/RMTE4CAgAAAAJqamv////////r6+u/v7yUlJeXl5f///5ycnOXl5XNzc/Hx8f///xUVFf///+zs7P///+bm5gAAAM7Ozv///2fVensAAAAvdFJOUwCow1cBCCnqAhNAnY0WIDW2f2/hSeo99g1lBYT87vDXG8/6d8oL4sgM5szrkgl660OiZwAAAHRJREFUKM/ty7cSggAABNFVUQFzwizmjPz/39k4YuFWtm55bw7eHR6ny63+alnswT3/rIDzUSC7CrAziPYCJCsB+gbVkgDtVIDh+DsE9OTBpCtAbSBAZSEQNgWIygJ0RgJMDWYNAdYbAeKtAHODlkHIv997AkLqIVOXVU84AAAAAElFTkSuQmCC");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        top: 0px;
        left: -12px;
        width: 12px;
        height: 19px;
    }

.bMIBDo {
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.4);
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111111;
}

.iSpIQi {
    font-size: 14px;
    line-height: 19px;
    margin-top: 4px;
    color: #111111;
}

.cqCDVm {
    text-align: right;
    margin-top: 4px;
    font-size: 12px;
    line-height: 16px;
    color: rgba(17, 17, 17, 0.5);
    margin-right: -8px;
    margin-bottom: -4px;
}
@media screen and (max-width:1366px) {
    .single-split-banner__image {
        min-height: auto;
    }
}

.kategori-urun-list .kategori .title {
    display:block;
    text-align:center;padding-top:10px;
}
.kategori-urun-list .kategori{padding:0 0 30px 0; text-align:center;}
    .kategori-urun-list .kategori:hover .title {
        color: #f8a994;
    }
.location-right .item {
/*    display: table;*/
display:flex;
    padding-top: 5px;
    padding-left:30px;
    border:none !important;
}
    .location-right .item img {
        display: table-cell;
        float: left;
    }
    .location-right .item span {
        display: table-cell;
        float: left;
        text-align: left;
        padding-left: 10px;
        padding-top: 10px;
        color: #4b1e3a;
        font-size: 12px;
        line-height: 12px;
    }
.loca-search {
/*    background: #dff6f5;
    padding-bottom:15px;*/
}
.location-right {
    border: 1px solid #fff;
}
.location-left {
    margin-top: 20px;
    padding: 15px;
    border-radius: 6px;
    /*background: #f7f5f5ee;*/
    display: flex;
}
ul.destination li .btn {
    padding-left: 35px;
    background: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ribbon1 {
    position: absolute;
    top: 5px;
    left: 45px;
    z-index: 1;
}
    .ribbon1 span {
        position: relative;
        display: block;
        text-align: center;
        background: #51b549;
        font-size: 10px;
        color: #fff;
        line-height: 1;
        padding: 4px 8px 2px;
        border-radius: 10px;
        width: 90px;
    }

.main-menu nav > ul > li:not(:last-child) {
/*    border-right: 1px dotted #cac8c8;*/
    
}
    .main-menu nav > ul > li > a{padding:0 10px !important;}
    .main-menu nav > ul > li {
        margin-left: -4px;
    }
.main-menu nav {
    /*    padding-top: 15px;*/
}
.page-wrapper-light-green .mega-menu li a {
    padding: 2px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dce4e6;
}
    .page-wrapper-light-green .mega-menu li a:hover {
        background-color: #fff;
        border-bottom-color: #153d4d;
        /*        box-shadow: 0 10px 20px rgba(28,30,59,.16);*/
    }


    .page-wrapper-light-green .mega-menu li a div img {
        width: 45px !important;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        display: block;
        max-width: 100%;
        max-height: 100%;
    }
    .page-wrapper-light-green .mega-menu li a div {
        position: relative;
        width: 45px;
        height: 45px;
    }
    .page-wrapper-light-green .mega-menu li a span {
        font-size: 12px;
        line-height: 40px;
        width: 180px;
        padding-left: 10px;
        text-align: left;
    }
/*.page-wrapper-light-green .mega-menu li{margin-bottom:15px;}*/
.search-bar small{color:#a9a9a9; font-size:10px;}
.search-bar small a{color:#3b454d; font-weight:500;}
    .search-bar small a:hover {
        color: #4aaaa6;

    }
.banner-double-row-slider-area h1{font-size:20px;}
.urun-item {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 10px;
}
    .urun-item .single-slider-product__image{}
    .urun-item .single-slider-product__content {
/*        position: absolute;*/
        bottom: 0;
/*        width: calc(100% - 30px);*/
        border: none;
    }
    .urun-item .product-title {
        /*        position: absolute;*/
        /*        top: 0;*/
        /*        width: calc(100% - 30px);*/
        z-index: 1;
        padding: 10px;
        margin-bottom: 0;
        font-family: 'Rubik', sans-serif;
        font-size: 15px;
        line-height: 20px;
        width: 100%;
        min-height: 65px;
    }
    .urun-item .product-price li div {
        font-family: 'Rubik', sans-serif;
    }
    .urun-item:hover .product-title a {
        color: #f8a994;
    }
    .urun-item .single-split-banner a{display:block;}

.product-details-area {
/*    background: #FCF9F7;*/
    padding-top:30px;
    padding-bottom:30px;
}
.breadcrumb-area {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

.info-item {
    width: 100%;
    color: inherit;
    border: 1px solid #e8e3d8;
    background-color: #fff;
    margin-bottom:30px;
    text-align:center;
}
    .info-item img {
        max-height: 125px;
        margin-top: 15px;
    }
    .info-item .title {
        font-size: 16px;
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 5px;
        text-align: center;
        font-weight: bold;
        display: block;
    }

.default-info-area {
    background: #fcf9f7;
    padding: 50px 0 50px 0;
}

.tab-content #product-description {
/*    border: 1px solid #e8dfd6;
    background:#fff;*/
    padding:20px 0;
}
.product-detail-content .product-description p {
    color: #949ea6;
    font-size:13px;
}
.single-footer-widget h5 {
    color: #fff;
    font-size: 12px;
}
#product-description ul li {
    font-size: 13px;
    margin: 15px 0;
    line-height: 21px;
    letter-spacing: 0.1rem;
}
    #product-description ul li:before {
        content: '';
        background: url('../img/icons/001-rose.png');
        width: 24px;
        height: 24px;
        position: relative;
        display: block;
        left: 48%;
        margin-bottom:15px;
    }

.compare-button {
    font-weight: bold;
    padding: 10px 15px;
    color: #3597ec;
    background: #eaf5ff;
    width: 100%;
    text-align: left;
    font-weight: normal;
    margin-top: 10px;
    border-radius: 6px;
    line-height:25px;
    margin-bottom:10px;
}
    .compare-button b{font-weight:600;}
     .div-takvim i {
        font-size: 23px;
        line-height: 10px;
    }
.compare-button span {
    font-size: 13px;
}
.compare-button small {
    color: #949494;
    font-weight:500;
    display: block;
    line-height: 13px;
}

.tab-btn .point {
    width: 32px;
    height: 32px;
    border: 2px solid #e8dfd6;
    border-radius: 50%;
    display: block;
    color: #e8dfd6;
    margin: 0 auto;
    padding:2px;
}

.kart-mesaj-radio label {
    border-bottom: 1px solid #c3b29b;
    margin: 0 15px;
    color: #154b5c;
    width: 85px !important;
    text-align: center;
    padding: 10px 5px 5px 5px !important;
    height: 60px;
    line-height: 13px;
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    vertical-align: bottom;
    margin-bottom: 10px;
}
.mesaj-select{ margin-bottom:30px;}
.kart-mesaj-radio input[type=radio]:checked ~ label {
    background: #154b5c !important;
}
/*.urun-item:nth-child(3n+1) .single-slider-product {
    background: rgb(242,242,242);
    background: linear-gradient(135deg, #fefbfb 0%, #f5f7f6 100%);
}
.urun-item:nth-child(3n+2) .single-slider-product {
    background: rgb(242,242,242);
    background: linear-gradient(45deg, #ffffff 0%, #f6f6f6 100%);
}
.urun-item:nth-child(3n+3) .single-slider-product {
    background: rgb(242,242,242);
    background: linear-gradient(0deg, #ffffff 0%, #f7f7f7 100%);
}*/
.mesaj-select {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
}
.mesaj-select table{margin:0 auto;}
@supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    .mesaj-select table {
        margin-left: -15px !important;
    }
}

@media screen and (min-width:768px) and (max-width:1366px){
    .header-cart-icon{margin:0 -6px;}
    .customer-support-text{margin:0 -15px;}
}
.single-slider-product small {
    display: block;
    position: absolute;
    z-index: 1;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-size: 11px;
}
.login-form .check-box a{text-decoration:underline;}
.login-form .check-box label{text-transform:initial;}
.slick-slide img{margin:0 auto;}
.hero-slider-item-wrapper a{width:100%;}
.reklam-area {
    text-align: center;
}
.category-slider-wrapper-one .single-category-item__image__content .category-title a {
  /*  font-family: Quicksand,sans-serif;*/
    padding-top: 10px;
    font-size: 13px;
    font-weight: 600;
    line-height: 15px;
    -webkit-transition: .3s;
    transition: .3s;
    color: #343434;
}
/*.category-slider-wrapper-one .single-category-item__image a img{width:auto;}*/
.category-slider-wrapper-one .single-category-item__image a {
    display: block;
    width: 100%;
}
.category-slider-wrapper-one .single-category-item__image__content{text-align:center;position:relative;}
.quick-search {
    z-index: 1;
/*    margin-top:-60px;*/
    margin-bottom:60px;
    position:relative;
}
    .quick-search > div {
        width: 100%;
        margin-top:50px;
        padding: 15px 0;
/*        background: #fff;*/
        background: url(/img/flower-pattern.jpg);
        text-align: center;
        border-radius: 4px;
        /*        overflow: hidden;*/
        display: flex;
        align-items: center;
        box-shadow: 0 4px 80px rgba(0,0, 0, 0.2);
    }
.quick-search-title {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-align: left;
    float: left;
    width: 26%;
    margin: 0;
    text-transform: uppercase;
}
.quick-search > div .sec {
    float: left;
    width: 28.6%;
    position: relative;
/*    background: #fff;*/
    border-radius: 4px;
    margin-right: 2%;
}
    .quick-search > div .sec .theme-button {
        background: #fd8471;
    }
        .quick-search > div .sec .theme-button:hover {
            background: #ed6054;
        }
        .sepetim-div a:hover {
            color: #007cad !important;
        }
.header-siparis-takip a:hover span {
    color: #007cad !important;
}
.quick-search > div .sec.gift-input, .quick-search > div .sec.date-input {
    float: left;
}
.btn-warning {
    background: #ff9212;
}
.btn-warning:hover {
    background: #fe9e3e;
}
.btn-success {
    background: #4b1e3a !important;
    color: #fff;
}
    .btn-success:hover {
        background: #863567 !important;
        color: #fff;
    }
.full-banner-bg-wrapper__content h3 {
    font-size: 45px;
}
.full-banner-bg-wrapper__content h4 {
    font-size: 17px;
    margin-bottom:0;
    letter-spacing:0.2rem;
}
.full-banner-bg-wrapper__content p{width:50%; margin:0 auto; font-size:15px; margin-bottom:20px;}
.abone-button-list {
    display: flex;
/*    align-items: center;*/
    justify-content: center;
}
.abone-button-list .item{
    background:#fff;
    text-align:center;
    padding:30px;
    width:300px;
    margin:15px;
}
.abone-button-list .item img{margin-bottom:15px;display:block; margin:0 auto;}
    .abone-button-list .item .title{letter-spacing:0.2rem; color:#000; font-size:13px; display:block; margin-bottom:15px; margin-top:30px;}
    .abone-button-list .item p{font-size:13px; width:100%;}
.full-banner-bg-wrapper__content h3 {
    font-family: 'Playfair Display', serif;
}
.hapiness-area {
    background: #f2f4f6;
    padding: 120px 0;
}
    .hapiness-area h3 {
        margin-top:30px;
        font-family: 'Playfair Display', serif;
    }
.kurumsal-area{background:#fff;
            padding:20px 40px 20px 40px;
}
    .kurumsal-area h4 {
        font-size: 25px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
        text-align: left;
        margin-top:50px;
    
        margin-bottom:30px;}
    .kurumsal-area blockquote{letter-spacing:0.1rem; font-size:12px;margin-bottom:30px;}
    .video-img {
        margin-top: -40px;
        margin-right: -81px;
        margin-bottom: -40px;
    }
.video-man-img{position:absolute;right:0;margin-top:-25px;}
.guvenlik-area {
    background: #517786;
    color: #fff;
    text-align:center;
    padding:100px 0;
}
.guvenlik-area h3{color:#fff; font-size:35px;}
.guvenlik-list{margin-top:30px;}
.guvenlik-list li {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.guvenlik-list li img {
    margin-right:15px;
    width: 64px;
    float: left;
    margin-top:-10px;
}
.btn-default{background:#3b454d; color:#fff;}
.btn-default:hover{background:#4c565e;}
#countdown_timer > div > div:first-child {
    margin-bottom: 8px;
    font-size: 48px;
    font-weight: bold;
}
#countdown_timer  {
    display: grid;
    column-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    text-align:center;
}
    #countdown_timer > div > div:last-child {
        font-size: 12px;
        text-transform: uppercase;
    }
/*    #countdown_timer > div:first-child{display:none;}*/

.checkout-cart-total #countdown_container {
    margin-top:50px;
}
.header-cart-icon {
    min-width: 85px;
}
.eski-fiyat {
    text-decoration: line-through;
    color: #a5b1b1;
}
.header-button-list  {
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
    .header-button-list .div-item {
        padding: 0 15px;
        line-height: 45px;
    }
        /*.header-button-list .div-item:not(:last-child) {
            border-right: 1px solid #eee;
        }*/
.header-button-list {
    /*border: 1px solid #eee;*/
    border-radius: 30px;
    padding-right:0!important;
    padding-left:0!important;
}
    .header-button-list a{padding-top:15px;}
    .sepetim-div a {
        margin-bottom: -10px;
    }
    @media screen and (max-width:1366px) {
        .location-left .location-content .destination .btn {
        }
    }

    .product-header-title {
  /*  border: solid 1px #e2e7e9;
    background-color: #f2f5f5;*/
/*    padding:15px;*/
    border-radius:6px;
    width:100%;
}
.product-header-title h1{font-weight:normal;}
.detay-indirim {
    background: #e64e41;
    color: #fff;
    border-radius: 6px;
    padding: 10px;
    display:inline-block;
    margin-top:15px;
}
.width-50{width:50px;}
.block-3 {
    display: flex;
    column-gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}
.span-teslimat-bilgi {
    font-size: 13px;
    line-height: 35px;
}
.product-details-feature-wrapper {
    display: flex;
}
.div-urun-detay p span{
    font-family: 'Rubik',sans-serif !important;
    font-size:13px !important;
}
.product-installment__submenu {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
    display: flex;
    flex: 0 0 100%;
    overflow-x: auto;
}
.product-installment__submenu {
    display: block;
    flex: unset;
    overflow-x: unset;
}
.product-installment__list {
    flex: unset;
    margin: 0 10px 10px 0;
}
.product-installment__img {
    height: 78px;
    border-radius:6px;
}
.product-installment__list {
    float: left;
    overflow: hidden;
    border-radius: 6px;
    margin: 0 5px 10px 0;
    flex: 0 0 auto;
}
.product-payment__submenu {
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
.stories-slider .single-category-item {float:left;
}
    .stories-slider .single-category-item{max-width:150px;}
    .product-payment__list {
        float: left;
        border: 1px solid #e2e7e9;
        border-radius: 6px;
        margin: 0 10px 10px 0;
        overflow: hidden;
    }
.product-payment__img {
    height: 54px;
}
.abonelik-detay-list {
    padding: 20px;
    border: solid 1px #e2e7e9;
    border-radius:6px;
    margin-bottom:20px;
}

    .abonelik-detay-list span{font-weight:500;margin-bottom:10px; display:block;}
    .abonelik-detay-list ul {
        list-style: disc !important;
        padding-left: 20px;
    }
.abonelik-detay-list a{color:#3a9943; margin-top:10px;}
.single-slider-product .product-price .detay-indirim {
    font-size: 1rem;
    padding: 1px 9px;
    margin-top: 0;
}
.pro-covid-safety .covid-icon {
    background: no-repeat url('../img/icons/covid.png');
    width: 36px;
    height: 31px;
    display: inline-block;
    background-size: 36px;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: 10px;
}
.pro-covid-safety {
    background: #fff;
    border-radius: 6px;
    padding: 5px 10px;
    border: 1px solid #eee;
    position: absolute;
    margin-top: -45px;
    right: 30px;
}
.pro-covid-safety span:last-child {
    float: right;
    line-height: 15px;
    font-size:12px;
}
.product-price .item-block:nth-child(2) {
    width: 50%;
}
.product-price .item-block:nth-child(3) {
    width: 150px;
    text-align:right;
}
.rattings-wrapper{border-radius:6px; border:1px solid #eee; padding:20px;}
.sec-abonelik p{display:block; font-size:12px; font-weight:500; margin-bottom:10px;}
    .sec-abonelik p i{color:#3a9943;}
    .sec-abonelik .frb {
        width: 33.3%;
    }
.sec-abonelik .frb-group {
    display: flex;
}
.sec-abonelik .frb-description {
    line-height: 13px;
    font-size: 16px; color:#000 !important;
    font-weight:500 !important;
}
.mail-box-letter-item {
    margin: 5px;
    -webkit-border-radius: .25rem;
    border-radius: .25rem;
    background: #f6f8fa;
    padding: 13px;
    line-height: 18px;
    font-size: .9375rem;
}
    .mail-box-letter-item .mail-box-letter-item-in {
        position: relative;
        padding: 0 0 0 44px;
        min-height: 32px;
    }
    .mail-box-letter-item .mail-box-letter-item-txt {
        width: 100%;
        overflow: hidden;
    }
    .mail-box-letter-item.gelen {
        margin-right: 15%;
    }

    .mail-box-letter-item.giden {
        background: #008539;
        text-align: right;
        color: #fff;
        margin-left: 15%;
    }

        .mail-box-letter-item.giden .tbl-cell-date {
            color: #fff;
        }
    .mail-box-letter-item.gelen .mail-box-letter-item-txt{font-weight:bold;}

    .btn-elite{border-bottom:2px solid #3b454d; letter-spacing:0.2rem; border-radius:0; font-weight:bold; text-transform:uppercase;font-size:12px;}




.shop-title .tab-btn small {
    text-transform: initial;
    left: 0;
    color: #fff;
    display: block;
    font-size: 10px;
/*    position: absolute;*/
    margin-top: 40px;
    line-height: 12px;
    border: 1px solid #e8830d;
    background: #ff9212;
    border-radius:6px; padding:3px 5px;
}
.uye-tip{border:1px solid #3b454d; margin-bottom:20px; padding:5px 15px; font-weight:bold; display:inline-block;}
.abonelik-detay-top {
    padding:120px 0;
}
.subscription-value-props {
    max-width: 768px;
    margin: 24px auto 2.85rem;
}
    .subscription-value-props .unstyled-list {
        flex-direction: column;
    }
.subscription-value-props__item {
    flex-wrap: wrap;
    align-items: center;
}
    .subscription-value-props__item:nth-child(odd) .subscription-value-props__item__icon {
        margin-right: 3.5625rem;
    }
.subscription-value-props__item__icon:before {
    font-size: 6.75rem;
}
.subscription-value-props__item:nth-child(odd) .subscription-value-props__item__description {
    margin-right: 7.125rem;
}
.subscription-value-props__item__icon {
    width: 14.25rem;
    height: 14.25rem;
    flex: 0 0 14.25rem;
    align-items: center;
    justify-content: center;
    margin: 16px auto;
    background-color: #D5DFC2;
    border-radius: 50%;
}
.subscription-value-props__item:not(:last-child):after {
    display: block;
    flex: 0 0 50%;
    order: 2;
    width: 50%;
    height: 6rem;
    content: '';
    border-right: 2px dotted #d2d8df;
}
.subscription-value-props__item__description {
    flex: 0 0 calc(100% - 24.9375rem);
}
.subscription-value-props__item:nth-child(even) .subscription-value-props__item__icon {
    order: 1;
    margin-left: 3.5625rem;
}
.abonelik-steps .step {
    font-size: 40px;
    font-family: 'Playfair Display', serif;
    margin-bottom: 25px;
    display:block;
}
.abonelik-steps h3 {
    font-weight: normal;
    font-size: 30px;
    margin-bottom:20px;
    font-family: 'Playfair Display', serif;
}
.abonelik-steps .item {
    text-align: center;
    padding-bottom: 50px;
}
.davet-et-kazan-form{margin:10px;border:1px solid #d9d9d9; padding:30px;}
    .davet-et-kazan-form h4 {
        font-family: 'Playfair Display', serif;
        font-weight:normal;
        text-align:center;text-decoration:none;
        font-size:35px;
    }
.davet-et-kazan-form p{font-size:16px;
                       font-weight:300;text-align:center;
                       line-height:25px;letter-spacing:0.1rem;
}
    .davet-et-kazan-form .register-button{background:#3b454d !important; margin:0 auto !important; float:inherit!important;}
.mobile-sepet{display:none;}
.a-favori {
    position: absolute;
    z-index:2;
    top: 5px;
    right: 5px;
    line-height: 0;
    width: auto !important;
    text-align: right !important;
    padding: 5px;
    background: #fff;
    color: #e64e41;
    border-radius: 50% !important;
}
.a-tum-favori {
    color: black;
    position: absolute;
    top: 5px;
    right: 100px;
    line-height: 0;
    width: auto !important;
    text-align: right !important;
    /* padding: 5px; */
    background: #fff;
    border-radius: 25px !important;
    border: 1px solid #b7b7b7;
    padding: 10px !important;
    font-size: 12px;
}
.profil-puanlarim {
    color: #008539;
    border: 1px solid #008539;
    margin-bottom: 20px;
    padding: 5px 15px;
    float: right;
    margin-top: -75px;
    font-weight: bold;
    display: inline-block;
}
.sadece-Ankara {
    position: absolute;
    top: 5px;
    left: 5px;
    background: #e64e41;
    color: #fff;
    font-size:12px;
    border-radius: 6px;
    padding: 3px 10px;
    display: inline-block;
}
.alisverise-basla i{font-size:45px; margin-bottom:30px; color:#3a9943;}
.alisverise-basla {
    text-align: center;
    font-size: 20px;
    margin-bottom:30px;
}
.bayi-header .navigation-top {
    background: #dfefee;
}
   /* .bayi-header .logo img {
        filter: brightness(0) invert(1);
    }
*/
.bayi-header .check-box table{width:100%;}
.bayi-header .check-box table tr td input {
    float: left;
    height: 20px;
    width: 20px;
    margin-top: 5px;
    margin-right: 10px;
}
.bayi-header .input-icon i {
    top: 13px !important;
}
.bayi-header .input-icon i {
    position: absolute;
    left: 25px;
    top: 43px;
    font-size: 25px;
    color: #3a9943;
}
.bayi-header .input-icon input, .bayi-header .input-icon textarea {
    padding-left: 40px;
}
/*MOBILE*/
@media screen and (min-width:1260px) and (max-width:1780px) {
    .hero-slider-item-wrapper {
        height: 400px;
    }
   /* .mega-menu.four-column {
        left: -250px;
    }*/
/*    .main-menu nav ul li:first-child ul, .main-menu nav ul li:nth-child(2) ul {
        left: -300px !important;
    }
    .main-menu nav ul .menu-item-has-children:last-child ul {
        left: -300px !important;
    }*/
}
@media screen and (max-width:768px) {
    .mobile-p-0{padding:0;}
    .quick-search{margin-top:0;margin-bottom:15px;z-index:1;}
    .quick-search > div {
/*        background: #d5e8f6;*/
        display: inline-block;
        border-radius:0;
        box-shadow: none;
    }
    .quick-search .nice-select {
        box-shadow: inset 0 1px 2px rgba(0 ,0, 0 , 0.10);
        border: 1px solid #ccc !important;
        height:40px;
        line-height:40px;
    }

        .quick-search-title {
            color: #387689;
            margin-bottom: 10px;
        }        
            .quick-search-title {
                display: block;
                width: 100%;
            }
        .quick-search > div .sec:nth-child(3){margin-right:0;}
        .quick-search > div .sec {
            margin-bottom:10px;
            width: 49%;
        }
        .quick-search .nice-select{padding-left:5px;}
        .quick-search .submit{width:100% !important;margin-bottom:0 !important;}
        .quick-search .theme-button {
            padding: 0 10px;
            line-height: 40px;
            width: 100% !important;
        }
    ul.destination li .btn {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
    .hero-slider-wrapper .slick-dots {
        bottom: -17px;
    }
    .hero-slider-item-wrapper{height:100px; margin-top:0!important; margin-bottom:0;}
    .split-banner-area{margin-bottom:0!important;}
    .category-slider-wrapper-one .single-category-item__image__content .category-title a {
        font-size: 10px;
    }
    .small-cart {
        left: -50px;
    }
/*    .navigation-top-topbar {display:none;}*/
    .product-detail-content .product-price .price span:first-child {
        letter-spacing: 0px;
    }
    .logo img {
        /*        filter: brightness(0) invert(1);*/
        max-height: 70px;
        margin-bottom: 5px;
    }
    .search-bar small{display:none;}
    .header-area, .page-wrapper-light-green .navigation-top {
/*        background: #e7edee;*/
    }
    .reklam-area{display:none;}
    .page-wrapper-light-green .search-bar input {
        background: #fff;
/*        border: none;*/
        box-shadow: none;
        padding-left: 10px;
    }
    .location-left {
        margin-top: 10px !important;
        padding: 0;
    }
    .loca-search{padding-bottom:0!important;}
    .hafta-title {
        margin-top: 0 !important;
        font-size: 25px!important;
        line-height: 10px!important;
    }

    .quick-search > div {
        margin-top: 0 !important;
    }
    .header-button-list img {
/*        filter: brightness(0) invert(1);*/
        height:38px;
    }
    .search-bar button {
        width: 37px !important;
        background: #fd6e55 !important;
    }
    .header-button-list .div-item > a, .header-cart-icon span, .page-wrapper-light-green .headertop-dropdown-container .header-top-single-dropdown a {
        color: #fff !important;
        font-size: 12px;
    }
    .cart-counter {
        background: #ff9212;
        margin-top:-10px;
    }
    .page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .mean-menu-text {
        color: #504f4d;
        line-height: 17px;
    }
    .mobile-menu .mean-bar .mean-nav {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .mobile-menu-wrapper{position:absolute; padding-top:5px!important; z-index:99; margin-right:15px;}
    .breadcrumb-content ul li {
        font-size: 12px;
        line-height: 16px;
    }
        .breadcrumb-content ul li a {
            line-height: 16px;
            font-size: 12px;
        }
    .breadcrumb-area{padding:5px 0 !important;}
    .pro-covid-safety {
         margin-bottom: 10px;
         margin-top:0;
         right:auto;
         position:relative;
    }
    .compare-button {
        line-height: 15px;
    }
    .product-installment__img {
        height: 56px;
    }
    .price-siparis-ver .product-cart-button{padding:10px 25px;}
    .single-icon-feature--product-details {margin-top:0;}
    .urun-search input {
        border: 2px solid #d3d3d3 !important;
        border-radius: 6px;
    }
    .small-image-slider-wrapper--quickview{padding:5px;}
/*    .header-button-list{display:none;}*/
    .mobile-sepet {
        display: block;
        position: absolute;
        right: 20px;
        top: 7px;
        color: #153d4d;
        font-size: 25px;
    }
    .product-price .item-block:nth-child(2){width:40%;}
    .product-price .item-block:nth-child(3) {
        width: 50px;
    }
    .ratting-list .sin-list i{font-size:13px;}
    .ratting-list .sin-list span{font-size:13px;}
    .single-icon-feature--product-details{margin-left:0;}
    .compare-button span{font-size:12px;}
    .abone-button-list{display:block;}
    .logo{text-align:center !important;}
    .video-img {
        margin-top: -70px;
        margin-right: -10px;
    }
    .header-sticky{
        width: 60px;
        display:none;
    }
    .header-sticky.menu-view{width:100%; display:block;}
    .meanmenu-reveal {
        width: 100%;
        padding: 15px 10px 11px 10px;
    }
    .page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-bar, .page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-bar:after, .page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-bar:before {
        color: #fff !important;
    }
        .page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-bar, .page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-bar:after, .page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-bar:before, .page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-close:after, .page-wrapper-light-green .mobile-menu .mean-bar .meanmenu-reveal .menu-close:before {
            background-color: #000 !important;
        }

    .quick-search-title span {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.faq-wrapper .card-header h5 a {
    font-weight: 500;
    position: relative;
    width: 100%;
    padding:15px 20px;
    text-align: left;
    white-space: normal;
    color: #333;
    overflow-wrap: break-word;
    background:#fff;
}
    .faq-wrapper .card-header h5 a span {
        position: absolute;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .faq-wrapper .card-header h5 a[aria-expanded=false] span i.fa.fa-chevron-down {
        display: inline;
        visibility: visible;
        opacity: 1;
    }
    .faq-wrapper .card-header h5 a span i.fa {
        font-size: 12px;
        display: none;
        visibility: hidden;
        opacity: 0;
    }
    .faq-wrapper .card-header h5 a[aria-expanded=true] {
        color: #fff;
        border-radius: 0;
        background-color: #3a9943;
    }
        .faq-wrapper .card-header h5 a[aria-expanded=true] span i.fa.fa-chevron-up {
            display: inline;
            visibility: visible;
            opacity: 1;
        }
.abone-sss-title {
    font-family: 'Playfair Display', serif;
    font-weight: normal;
    text-align: center;
    font-size: 35px;
    margin-bottom: 20px;
    margin-top: 50px;
}
.hero-slider-wrapper .slick-slide img {
    max-width:initial;height:100%;
/*    max-height:283px;*/
}
.ht-slick-slider .urun-item .product-title {
    padding: 5px 10px;
    min-height: 80px;
}
.disabledContent {
    pointer-events: none;
    cursor: not-allowed;
    background-color: rgb(229, 229, 229) !important;
}
.new-slider-item{margin:20px 0;}
    .new-slider-item img{border-radius:6px; max-height:275px;}
.hafta-title {
    margin-top: 20px;
    font-family: 'Playfair Display';
    font-size: 35px;
    display: block;
    text-align: center;
    color: #1d769a;
    line-height: 35px;
    border: 1px solid #eee;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding: 15px 20px;
    background: #f5f8f8;
}
    .sec-haftalik-urunler img {
        max-width: 100%;
        border-radius: 4px !important;
    }
/*.urun-item .single-slider-product__content .urun-list-btn {*/
    /*    margin-bottom: -40px;
    transition: transform .6s ease;*/
    /*text-align: center;
    position: absolute;
    bottom: 0;
    font-weight:500;
    letter-spacing:0.1rem;
    font-size:12px;
    left: 50%;
    text-transform: uppercase;
    color: #c8e9f7;
    transform: translate(-50%, 31px);
    transition: transform .6s ease;
    z-index: 2;
}*/
/*    .urun-item .single-slider-product__content .urun-list-btn{display:none;}*/

.urun-item {
    transition: transform .6s ease;

}
   
/*.urun-item:hover .single-slider-product__content .urun-list-btn {
    margin-top: -30px;
    margin-bottom: 0;
    transform: translate(-50%, -10px);
    transition: transform .6s ease;
}*/
.sec-haftalik-urunler .ht-slick-slider .slick-arrow.slick-prev {
    text-align: center;
    padding-top: 7px;
    right: 60px;
    top: -53px;
    background: #eaf0f0;
}
    .sec-haftalik-urunler .ht-slick-slider .slick-arrow.slick-prev:hover {
        color: #153d4d;
    }
.sec-haftalik-urunler .ht-slick-slider .slick-arrow.slick-next {
    text-align: center;
    padding-top: 7px;
    right: 15px;
    top: -53px;
    background: #eaf0f0;
}
        .sec-haftalik-urunler .ht-slick-slider .slick-arrow.slick-next:hover {
            color: #153d4d;
        }
.sec-haftalik-urunler .slick-list {
    background: #f5f8f8;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border: 1px solid #eee;
    border-top:none;
}
/*.detay-indirim:after {
    content: "";
    position: absolute;
    width: 4rem;
    top: 46px;
    transform: rotate( 7deg );
    box-shadow: 6px -1px 11px 6px #9f9d9d;
    z-index: -1;
}*/
/* common */
.ribbon2 {
    width: 100px;
    height: 100px;
    overflow: hidden;
    z-index:0;
    position: absolute;
}

    .ribbon2::before,
    .ribbon2::after {
        position: absolute;
        z-index: -1;
        content: '';
        display: block;
        border: 3px solid #e64e41;
    }

    .ribbon2 span {
        position: absolute;
        display: block;
        width: 165px;
        padding: 5px 0;
        font-size:13px;
        background-color: #e64e41;
        color:#fff;
        text-align:center;
        box-shadow: 0 5px 10px rgba(0,0,0,.1);
    }
        .ribbon2 span b{font-weight:500;}
        /* top right*/
        .ribbon-top-right {
            top: -3px;
            right: -3px;
        }

    .ribbon-top-right::before,
    .ribbon-top-right::after {
        border-top-color: transparent;
        border-right-color: transparent;
    }

    .ribbon-top-right::before {
        top: 0;
        left: 0;
    }

    .ribbon-top-right::after {
        bottom: 0;
        right: 0;
    }

    .ribbon-top-right span {
        left: -22px;
        top: 30px;
        transform: rotate(45deg);
    }
.urun-tukendi .ribbon2 span {
    background-color: #a0a0a0;
}
.urun-tukendi img {
    opacity:0.5 !important;
}
.urun-tukendi .urun-list-btn:hover, .urun-tukendi .urun-list-btn {
    background: #a0a0a0;
}
.urun-tukendi  .product-title {
    color: #a0a0a0;
}
.urun-tukendi .product-price .price span:first-child, .product-price .price span small {
    color: #a0a0a0;
}
.quick-search-title span {
    z-index: 1;
    display: block;
    position: relative;
    margin-bottom: -15px;
    margin-left: -30px;
    background: #000000;
    color: #fff;
    font-weight: 400;
    margin-right: 20px;
    padding: 10px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.location-left .location-content .destination .btn {
    white-space: initial;
    padding-right: 30px;
}
/*.sec-haftalik-urunler .ribbon-top-right {
    top: 15px;
    right: 11px;
}*/
/*  .urun-item:hover .single-slider-product__content .urun-list-btn {
            display:block;

        }*/

.stories-slider .slick-dots {
    bottom: -30px;
}
.stories-slider .slick-arrow.slick-prev {
    padding-top: 7px;
    right: 40px;
    left: -15px;
    top: 30%;
    text-align: center;
    border-radius:50%;
    background: #fff;
}
.stories-slider .slick-arrow.slick-next {
    padding-top: 7px;
    right: -15px;
    border-radius: 50%;
    top: 30%;
    text-align: center;
    background: #fff;
}
.stories-slider .slick-arrow:hover {
    background-color: #153d4d !important;
}
.sec-haftalik-urunler .ht-slick-slider .urun-item {
    width: 279px;
    float: left;
}
.ek-urunler .product-title a {
    font-size: 13px;
    margin-bottom: 0;
    height: 25px;
}
.ek-urunler .product-title {
    min-height: 25px !important;
}
.ek-urunler .single-slider-product__content {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ek-urunler .single-slider-product__image {
    border-radius: 6px;
    border: 1px solid #eaeaea;
    border-bottom: none;
}
.ek-urunler .single-slider-product__content input{border-radius:0;}
.mobile-title {display:none;}
@media screen and (min-width:1200px) and (max-width:1920px) {
    .hero-slider-item-wrapper {
                    height: 540px;
                }
            }

            @media screen and (min-width:1200px) and (max-width:1660px) {
                .hero-slider-wrapper .slick-slide img{max-width:100%!important;}
                .hero-slider-item-wrapper {
                    height: 370px;
                }
                .ht-slick-slider .urun-item {
                    width: 231px;
                    float: left;
                }
                .hafta-title {
                    font-size: 25px;
                    padding: 6px 20px;
                }

                .location-right .item span {
                    font-size: 21px;
                    line-height: 21px;
                }

                .location-left .title {
                    font-size: 13px !important;
                }

                .sec-haftalik-urunler .ht-slick-slider .slick-arrow.slick-prev, .sec-haftalik-urunler .ht-slick-slider .slick-arrow.slick-next {
                    top: -40px;
                }
                .hero-slider-item-wrapper img {
                    margin: 0 auto;
                    width: auto;
                    height: 100%;
                    display: flex;
/*                    margin-left: -13%;*/
                    max-width: initial;
                }

                .newsletter-wrapper__form div input {
                    padding: 10px 5px;
                    font-size: 12px;
                }

                .info-item .title {
                    font-size: 13px;
                }
                .product-title{font-size:24px !important;line-height:16px !important;min-height:52px!important;}
                .p-ayni-gun-kargo{margin-bottom:0 !important;}
                .urun-item:hover .single-slider-product__content {
                    padding-bottom: 45px;
                }
            }

            @media screen and (max-width:768px) {
                .hero-slider-item-wrapper {
                    height: 100%;
                }

                    .hero-slider-item-wrapper img {
                        margin: 0 auto;
                        width: auto;
                        height: 150px !important;
                        display: flex;
                        margin-left: 0;
                        max-width: initial;
                    }

                a.blantershow-chat {
                    left: 10px;
                    bottom: 5px;
                }

                #whatsapp-chat {
                    bottom: 60px;
                }

                .single-slider-product .product-price .detay-indirim {
                    font-size: 0.9rem;
                }

                .product-price li .price.discounted-price:after {
                    top: 16px;
                    left: 25%;
                    width: 50%;
                }

                .product-price li {
                    font-size: 1rem;
                    width: 50%;
                    float: left;
                }

                .p-ayni-gun-kargo {
                    font-size: 9px;
                    letter-spacing: 0.1rem;
                    line-height: 12px;
                    margin-bottom: 0;
                }

                .urun-item .product-title {
                    line-height: 15px;
                    font-size: 12px;
                    min-height: 80px!important;
                    padding:5px!important;
                }
                .mobile-menu .mean-bar .mean-nav > ul li.menu-item-has-children>a:nth-child(1)::before {
                    font-family: Ionicons;
                    font-size: 11px;
                    font-weight: 300;
                    float: right;
                    margin-left: 5px;
                    content: '\f3d0';
                    -webkit-transition: .3s;
                    transition: .3s;
                }
                .mobile-title {
                    display: block;
                    margin-top: 5px;
                    margin-bottom: -12px;
                }
                .hero-slider-wrapper .slick-slide img {
                    max-width: 100% !important;
                    height: auto !important;
                }
                .stories-slider img {
                    max-height: 65px !important;
                }
                .ht-slick-slider .product-price .price span:first-child {
                    font-size:12px;
                }
                .ht-slick-slider .product-price .price.text-success span:first-child{font-size:13px;}
                .mobile-title b {
                    background: #153d4d;
                    color: #fff;
                    font-weight: 400;
                    font-size: 10px;
                    padding: 2px 5px 7px 5px;
                    border-top-left-radius: 5px;
                    border-top-right-radius: 5px;
                }
                    .urun-item {
                        margin-bottom: 0;
                    }
                .page-wrapper-light-green .mega-menu li a span {
                    font-size: 10px;
                    width:100%;
                }
                .mobile-menu .mean-bar .mean-nav > ul > li > ul li a {
                    padding-left: 0 !important;
                }

                .page-wrapper-light-green .mega-menu li a div {
                    width: 32px;
                    height: 32px;
                }

                    .page-wrapper-light-green .mega-menu li a div img {
                        width: 32px !important;
                    }
                .satin-al .teslimat-bilgileri .input-icon i {
                    top: 31px;
                }
                .checkout-form label {
                    margin-bottom: 0;
                }
                .checkout-cart-total ul li span{float:inherit;}
                .checkout-form label i{font-style:normal;}
                .single-slider-product .product-price {
                    display: inline-block;
                    margin-bottom: 5px !important;
                }
                .checkout-cart-total ul li{font-size:12px;}
                .checkout-form label{font-size:12px;}
                .sec-haftalik-urunler .ht-slick-slider .slick-arrow.slick-next {
                    top: -35px;
                }
                .sec-haftalik-urunler .ht-slick-slider .slick-arrow.slick-prev {
                    top: -35px;
                }
                .hafta-title{text-align:left;}
                .shop-header__right {
                    padding-left: 0 !important;
                    width: 100%;
                }

                .shop-header__left__message {
                    font-size: 16px;
                    line-height: 30px;
                }

                .location-right .item {
                    display: block;
                    padding-left: 5px;
                    text-align: center;
                    padding-right: 5px;
                }
                    .location-right .item img {
                        display: initial !important;
                        float: inherit !important;
                        max-height: 50px!important;
                    }
                    .location-right .item span {
                        text-align: center;
                        padding-left: 0;
                        font-size: 10px;
                        padding-top:0;
                        line-height: 11px;
                    }
                .location-right{border-left:0 !important;}
                .nice-select .current {
                    font-family: 'Open Sans Condensed', sans-serif;
                }
                .nice-select .option {
                    letter-spacing: -0.05em;
                    font-weight: 300;
                    font-size: 12px;
                }
                .frb input[type=radio]:empty ~ label span.frb-description {
                    letter-spacing: 0rem;
                }
                .breadcrumb-content ul li.has-child:before {
                    right: -10px;
                }
                .breadcrumb-content ul li {
                    margin-right: 10px;
                }
                .small-image-slider .slick-slide img {
                    max-height: 45px;
                }
                .urun-secenekler .single-method input[type=radio] + label{padding-bottom:10px;}
                /*MOBILE END*/
            }
.favorite__icon {
    background-color: #fff;
    margin-right: 8px;
    border-radius: 6px;
    border: solid 1px #ef265c;
    color: #fff;
    font-size: 18px;
    margin-right: 0;
    padding: 10px;
}
    .favorite__icon::before {
        color: #ef265c;
    }
.favorite__text {
    color: #b5b5b5;
    line-height: 1.38;
}
.favorite__icon.active {
    background: #ef265c;
}
    .favorite__icon.active::before {
        color: #fff;
    }
.favorite__icon:hover {
    background: #ef265c;
}
    .favorite__icon:hover:before {
        color: #fff !important;
    }
@media screen and (max-width:1368px) {
/*    .hero-slider-wrapper .slick-slide img {
        max-height: 229px;
    }*/

}
.div-teslim-saat .frb-group .nice-select .list li {
    font-family: 'Open Sans Condensed', sans-serif;
}

.div-teslim-saat .nice-select .current,
.div-teslim-saat input {
    font-family: 'Open Sans Condensed', sans-serif;
}




.a-ileri {
    border: 1px solid #edf1f2;
    border-radius: 4px;
    height: 526px;
    background: #f6f6f6;
    position: relative;
}

    .a-ileri span {
        margin: 0;
        position: absolute;
        top: 50%;
        width: 100%;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-weight: bold;
        font-size: 40px;
        text-transform: uppercase;
        letter-spacing: 0.3rem;
        line-height: 50px;
        text-align: center;
    }

    .a-ileri:hover {
        background: #eee;
    }

.no_result_location {
    background-color: #ca2b1e;
    color: #fff;
    padding: 5px;
    margin-bottom: -20px !important;
    margin-top: -10px !important;
}

#MyPopup {
    color: #00b3c6;
}

    #MyPopup .btn-success {
        background: #00c5c1 !important;
        border-color: #00c5c1 !important;
    }

        #MyPopup .btn-success:hover {
            background: #0fe0dc !important;
        }

    #MyPopup .btn-default {
        background: #b6b6b6 !important;
        border-color: #a0a0a0 !important;
        font-size: 13px;
    }

    #MyPopup .modal-header {
        background: rgb(0,110,217);
        background: linear-gradient(90deg, rgba(0,110,217,1) 0%, rgba(0,229,184,1) 100%);
    }

        #MyPopup .modal-header h5 {
            color: #fff;
        }
        @media screen and (max-width:1366px){
            .a-ileri{height:450px;}

        }
@media screen and (min-width:768px) and (max-width:1366px) {
    .ht-slick-slider .urun-item {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
    .badge-sepet-indirim {
        text-align: center;
        font-size: 11px;
        border: 1px solid #f72525;
        border-radius: 6px;
        color: #f72525;
        margin: 0 5px;
    }

    .badge-sepet-indirim-detay {
        font-size: 14px;
        color: #e64e41;
        padding-top: 5px;
        margin-top: 5px;
        border-top: 1px solid #e64e41;
        display: inline-block;
    }

        .badge-sepet-indirim-detay b {
            display: block;
            font-size: 24px;
        }

    .p-ind-yok {
        min-height: 22px;
        margin-bottom: 0;
    }

    @media screen and (max-width:768px) {
        .badge-sepet-indirim {
            line-height: 14px;
            margin-bottom: 5px;
        }

        .p-ind-yok {
            min-height: 30px;
            margin-bottom: 5px;
        }
        .sec-haftalik-urunler{display:none;}
    }
.main-tabs li {
    min-width: 151px;
    background: #fff;
    margin: 0 10px;
    border-radius: 6px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.main-tabs li img{max-height:70px;}
    .main-tabs li a {
        display: block;
        padding: 10px;
    }
    .main-tabs li a > div {
        height: 70px;
        line-height: 70px;
        display: block;
    }


.main-tab-details{margin-bottom:50px;}
.main-tab-details a div {
    position: relative;
    width: 45px;
    height: 45px;
    margin:0 auto;
}
    .main-tab-details a {
        text-align: center;
        padding: 10px 0;
        display: grid;
        align-items: center;
/*        border-bottom: 1px solid #dce4e6;*/
    }
        .main-tab-details a span {
            padding:5px 0;
        }

.banner-mobile {
    display: none;
}
.web-hide {
    display: none;
}
.mobile-hide {
    display: inline-block;
}
.mobile-phone {
    display: none;
}
@media screen and (max-width:768px) {
    .mobile-phone {
        display: block;
    }
    .header-button-list .div-item {
        line-height: 45px;
        float: right;
        position: absolute;
        right: 15px;
        margin-top: -2px;
        margin-left: 34px;
        padding-right: 0;
        margin-bottom: -10px;
        display:none;
    }
    .page-wrapper-light-green .navigation-top-topbar {
        background: #f7f7f7;
    }
    .ayni-gun-teslim {
        margin-bottom: -10px;
    }
    .web-hide {
        display: inline-block;
    }
    .mobile-hide {
        display: none;
    }
    .main-tabs {
        grid-template-columns: repeat(2, 1fr);
        display: grid;
        margin-top: 50px;
    }

        .main-tabs li {
            display: block;
            margin-top: 5px;
            margin-bottom: 5px;
            width: 44%;
            float: left;
        }

    .banner-mobile {
        display: block !important;
    }

    .banner-web {
        display: none !important;
    }

    .mobile-hide {
        display: none;
    }

    .customer-support-text .text {
        text-align: left;
    }

        .customer-support-text .text p {
            margin-bottom: 0;
        }

    a.blantershow-chat {
        left: 10px !important;
        bottom: 5px !important;
    }

    .mobile-phone {
        background: #fff;
        color: #404040;
        position: fixed;
        display: flex;
        font-weight: 400;
        justify-content: space-between;
        z-index: 98;
        bottom: 5px;
        right: 75px;
        font-size: 15px;
        padding: 10px 20px;
        border-radius: 30px;
        box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
        display: block;
    }

    .new-urun-detay .search-bar {
        display: none;
    }

    .new-urun-detay .mobile-sepet {
        color: #333;
    }

    .new-urun-detay .mobile-menu .mean-bar .meanmenu-reveal .menu-bar, .new-urun-detay .mobile-menu .mean-bar .meanmenu-reveal .menu-bar:after, .new-urun-detay .mobile-menu .mean-bar .meanmenu-reveal .menu-bar:before, .new-urun-detay .mobile-menu .mean-bar .meanmenu-reveal .menu-close:after, .new-urun-detay .mobile-menu .mean-bar .meanmenu-reveal .menu-close:before {
        background-color: #333 !important;
    }

    .new-urun-detay .header-area, .new-urun-detay .navigation-top {
        background: #eee;
    }

    .new-urun-detay .mobile-menu .mean-bar .meanmenu-reveal .menu-bar {
        background-color: #333 !important;
    }

    .new-urun-detay .logo img {
        max-height: 32px;
        margin-bottom: 5px;
        margin-top: 5px;
    }

    .page-wrapper-light-green .navigation-menu-area {
        border-bottom: 0 !important;
    }

    .new-urun-detay .product-details-area {
        padding-top: 15px;
    }

    .new-urun-detay .product-header-title {
        background-color: #fff !important;
        border: none !important;
        padding: 0;
    }

    .new-urun-detay .product-price .item-block:nth-child(2) {
        display: block;
        width: 85%;
    }

    .new-urun-detay .product-price--big .discounted-price {
        float: left;
    }

    .new-urun-detay .detay-indirim {
        margin-top: 0;
    }

    .new-urun-detay .eski-fiyat {
        float: right;
    }

    .new-urun-detay .product-details-title {
        margin-top: 5px !important;
    }

    .new-urun-detay .location-left .title {
        color: #0e9142 !important;
        font-size: 11px;
    }

    .new-urun-detay .location-left {
        background: #fff;
        padding: 0;
    }

    .new-urun-detay ul.destination li .btn:before {
        color: #007800;
    }

    .new-urun-detay .location-left .location-content .destination .btn {
        border: 1px solid #B3B3B3;
        background-image: linear-gradient(to top,#F0F8F3 0%,#fff 100%);
    }

    .new-urun-detay .location-left .location-content {
        padding: 0;
    }

    .new-urun-detay #body_divMagaza2 {
        max-width: 100%;
        padding: 0 !important;
    }

    .new-urun-detay .single-icon-feature--product-details {
        min-width: initial;
        width: 33%;
        float: left;
    }

    .new-urun-detay .product-details-feature-wrapper {
        display: inline-block !important;
        width: 100%;
    }

    .new-urun-detay .single-icon-feature--product-details {
        padding: 5px 5px 5px 30px !important;
        border-right: 0;
    }

    .new-urun-detay .single-icon-feature__content {
        padding-left: 10px;
    }

        .new-urun-detay .single-icon-feature__content p.feature-text {
            font-size: 11px;
        }

    .new-urun-detay .product-info-block {
        display: none;
    }

    .new-urun-detay #body_divAyniGunTeslimat2 {
        margin-bottom: -20px;
        margin-top: -40px;
    }

    .p-ayni-gun-kargo img {
        width: 50px;
    }

    .p-ayni-gun-kargo {
        top: 35%;
    }

    .detay-indirim {
        height: 32px;
        width: 32px;
        line-height: 25px;
        background: #e64e41;
        color: #fff;
        font-size: 12px;
        border-radius: 50%;
        padding: 4px;
        display: inline-block;
        position: absolute;
        margin-top: 0;
    }

    .banner-double-row-slider-area .col-xs-6 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .hafta-title {
        font-size: 25px;
    }

    .new-urun-detay .location-left {
        padding: 0 !important;
        margin-top: 0 !important;
    }

    .sec-haftalik-urunler {
        margin-bottom: 15px;
    }

    .quick-search {
        padding-top: 0 !important;
    }

    .navigation-top-search-area {
        padding-top: 0 !important;
        /*                                padding-bottom:10px!important;*/
    }

    .item-yorum {
        width: 150px !important;
        position: absolute;
        right: 15px;
        margin-top: 10px;
    }
    .new-urun-detay .product-price--big .discounted-price{min-width:150px;}
    .product-price .price.text-success span:first-child {
        font-size: 20px;
    }
    #body_divUrunSearch{margin-top:0!important;}
    .new-urun-detay .mobile-menu .mean-bar{
        background:none!important;
    }
    .sin-rattings {
        padding-bottom: 50px;
    }
    .search-bar img {
        margin-top: -22px;
    }
    .page-wrapper-light-green .search-bar input{border-radius:16px;}
    .category-slider-wrapper-one {
        padding: 0 30px;
    }
        .category-slider-wrapper-one .slick-arrow.slick-next {
            right: -30px;
        }
        .category-slider-wrapper-one .slick-arrow.slick-prev {
            left: -30px;
        }
}
@media screen and (min-width:768px) and (max-width:1366px){
/*    .top-logo a img{width:125px;}*/
    .ayni-gun-teslim li a {
        padding: 5px 5px;
        font-size: 12px;
    }
    .ayni-gun-teslim li:first-child {
        font-size: 12px;
        padding: 0 0 0 10px;
    }
    .ayni-gun-teslim li a {
        padding: 5px 5px !important;
    }
    .ayni-gun-teslim li:first-child {
        padding: 0 0 0 5px !important;
        font-size: 11px !important;
    }
    /*LAPTOP*/
}
.urun-listing-3 .quick-search > div {
    margin-top:0;
}
.urun-listing-3 .quick-search {margin-bottom:0;}

#minutes, #hours {
    font-weight: bold;
}

#timer {
    font-size: 13px;
}
.search-bar img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
    width: 27px;
}

.search-bar button {
    /*background: #fd8471;*/
    padding: 10px 0;
    height: 47px;
    width: 47px;
    line-height: 13px;
    border-radius: 0 10px;
}
.ayni-gun-teslim li {
    float: left;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
    .ayni-gun-teslim li a {
        padding: 5px 5px;
    } 
    .ayni-gun-teslim span{font-weight:bold;font-size:12px;}
.ayni-gun-teslim {background:#f7f7f7;border-radius:16px; display:inline-block; padding:5px 0;  font-family:Oswald,sans-serif;}
    .ayni-gun-teslim img{padding-left:5px;}
    .ayni-gun-teslim li:first-child {
        border-left: none;
        border-right: none;
        padding: 0 0 0 15px;
    }
    .ayni-gun-teslim li:nth-child(2) {
        border-left: none;
    }
    .ayni-gun-teslim li:last-child {
        border-right: none;
    }
.ayni-gun-teslim a:hover{color:#3a9943;}
.top-logo a:last-child{background:none;}
.top-logo a:not(:last-child) {
    /*    border-right: 1px solid #795c39;*/
}

.top-logo a.active {
    -webkit-box-shadow: 5px 5px 12px -4px rgba(0,0,0,0.63);
    box-shadow: 5px 5px 12px -4px rgba(0,0,0,0.63);
}

.top-logo a {
    background: #fff;
    border-radius: 16px;
    margin: 0 5px;
    padding: 5px 5px;
}

.top-logo a:first-child {
    margin-left: 0;
}

.top-logo a img {
    max-height: 30px;
}
.urun-listing-3 .hero-slider-wrapper .slick-slide img {
    width:auto!important;
}