@font-face {
    font-family: 'Dana';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/dana-medium.woff') format("woff"), url('../fonts/dana-medium.eot') format("embedded-opentype");
}


@font-face {
    font-family: 'Gibson';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Gibson/gibson.woff2') format("woff2"), url('../fonts/Gibson/gibson.woff') format("woff"), url('../fonts/Gibson/gibson.ttf') format("truetype"), url('../fonts/Gibson/gibson.eot') format("embedded-opentype");
}

body {
    font-family: Dana;
    font-size: 13px;
    direction: rtl;
    text-align: right;
    line-height: 25px;
    padding: 0;
    background: white;
    margin: 0;
    padding-top: 170px;
}

    body.print {
        padding: 0;
        margin: 0;
        background-color: white;
    }

.print-layout {
    max-width: 1200px;
    border: 1px dashed gray;
    margin: 0 auto;
    padding: 20px 15px;
    line-height: 30px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

ul {
    list-style: none;
    margin: 0;
}

.bold {
    font-weight: bold;
}

.img-responsive {
    max-width: 100%;
}

.fit-width {
    width: 100%;
}

.fit-height {
    height: 100%;
}

.flex-vertical-center {
    align-items: center;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.flex-vertical-end {
    align-items: end;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

.flex-vertical-start {
    align-items: start;
    justify-content: center;
    flex-direction: column;
    display: flex;
}

a {
    color: black;
}

    a:hover {
        text-decoration: none;
        color: black;
    }

.container {
    max-width: 1350px;
}

.clear {
    clear: both;
}

.devider-5 {
    height: 5px;
    clear: both;
}

.devider-10 {
    height: 10px;
    clear: both;
}

.devider-15 {
    height: 15px;
    clear: both;
}

.devider-30 {
    height: 30px;
    clear: both;
}

.devider-50 {
    height: 50px;
    clear: both;
}

.devider-60 {
    height: 60px;
    clear: both;
}

.relative {
    position: relative;
}

.no-margin {
    margin: 0;
}

.no-margin-right {
    margin-right: 0;
}

.no-padding {
    padding: 0;
}

.display-none {
    display: none !important;
}

.fit-width {
    width: 100%;
}

.float-right {
    float: right;
}

.underline {
    text-decoration: underline;
}

.visible-xs {
    display: none;
}

.no-border {
    border: none;
}

.no-shadow {
    box-shadow: none;
}

.padding {
    padding-right: 15px;
    padding-left: 15px;
}

.col-sm-2-5 {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.col-sm-7-5 {
    flex: 0 0 80%;
    max-width: 80%;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
}

.no-padding-left {
    padding-left: 0;
}

.no-padding-right {
    padding-right: 0;
}

.box-shadow {
    box-shadow: 0 0 10px #e2e2e2;
}

.border-radius {
    border-radius: 5px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

.row-mini {
    margin-left: -5px;
    margin-right: -5px;
}

.row-mini-imp {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.col-mini {
    padding-right: 5px;
    padding-left: 5px;
}

.row-middle {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.row-middle-imp {
    margin-left: -7.5px !important;
    margin-right: -7.5px !important;
}

.col-middle {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

header .header-main-part {
    padding: 15px 0;
    height: 80px;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    padding-top: 13.5px;
}

header.fixed-header .header-main-part {
    padding-top: 6px;
    padding-bottom: 5px;
    height: 65px;
}

header .logo {
    height: 50px;
}

header hr {
    margin: 0;
    border-width: 2px;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 11;
    background-color: white;
    /*overflow: hidden;*/
    transition: all 0.2s;
    height: 170px;
}

    header.fixed-header {
        height: 65px;
    }

        header.fixed-header.with-nav {
            height: 115px;
        }

.top-banner-container {
    height: 40px;
    transition: all 0.2s;
}

header.fixed-header .top-banner-container {
    height: 0;
}

.top-banner-container img {
    height: 100%;
}

.search-container-part {
    height: 50px;
    padding-bottom: 5px;
    padding-right: 50px;
    padding-left: 50px;
}

.search-container {
    border: 2px solid #ebebeb;
    border-radius: 5px;
    height: 50px;
    width: 100%;
    position: relative;
}

    .search-container button {
        position: absolute;
        left: 0;
        top: 0;
        left: 0;
        bottom: 0;
        border: none;
        background-color: #00b5c9;
        color: white;
        width: 50px;
        font-size: 20px;
        padding-top: 5px;
        outline: none;
        border-radius: 5px 0 0 5px;
    }

    .search-container input {
        width: 100%;
        padding: 11px 15px 10px;
        height: 46px;
        border: none;
        outline: none;
        border-radius: 5px;
    }

.search-order-title {
    margin: 0;
}

.header-basket-container {
    padding-top: 0;
}

.basket-icon {
    width: 50px;
    border: 2px solid #ebebeb;
    color: #787878;
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    text-align: center;
    padding-top: 14px;
    font-size: 20px;
    margin-right: 5px;
    float: left;
    position: relative;
}

.basket-icon-count {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #00acaa;
    color: white;
    border-radius: 50%;
    display: inline-block;
    font-size: 9px;
    width: 25px;
    height: 25px;
    text-align: center;
    border: 2px solid #ebebeb;
    line-height: 0;
    padding-top: 12.5px;
}

.user-icon {
    border: 2px solid #ebebeb;
    color: #787878;
    border-radius: 5px;
    display: inline-block;
    height: 50px;
    text-align: center;
    padding-top: 12px;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.header-menu-part {
    border-bottom: 2px solid rgba(0,0,0,.1);
    transition: all 0.2s;
}

.fixed-header .header-menu-part {
    /*display: none;*/
    visibility: hidden;
    opacity: 0;
}

.fixed-header.with-nav .header-menu-part {
    /*display: flex;*/
    visibility: visible;
    opacity: 1;
}

.main-menu {
    padding: 0;
    margin: 0;
}

    .main-menu li {
        display: inline-block;
    }

        .main-menu li a {
            display: inline-block;
            padding: 13px;
            height: 50px;
            font-weight: bold;
        }

.menu-icon {
    font-weight: bold;
    color: #0298a9;
    padding-top: 13px;
    display: inline-block;
}

    .menu-icon > i {
        margin-left: 10px;
        font-size: 17px;
        float: right;
        margin-top: 4px;
    }

.menu-side {
    position: absolute;
    background-color: white;
    z-index: 5;
    left: 0;
    right: 15px;
    top: 40px;
    padding: 15px;
    border: 2px solid rgba(0,0,0,.1);
    border-top: 0;
    line-height: 30px;
    border-radius: 0 0 10px 10px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.menu-icon-container {
    position: unset;
}

    .menu-icon-container:hover .menu-side {
        opacity: 1;
        visibility: visible;
        top: 50px;
    }

    .menu-icon-container .menu-side ul {
        padding-right: 20px;
    }

        .menu-icon-container .menu-side ul li {
            list-style: disc;
            transition: all 0.2s;
        }

            .menu-icon-container .menu-side ul li:hover {
                padding-right: 10px;
            }

.menu-side ul {
    padding-right: 10px;
}

.sub-menu {
    position: fixed;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 11;
    top: 180px;
    padding: 20px 0;
    border-radius: 0 0 10px 10px;
    border-top: 2px solid #ebebeb;
    border-bottom: 2px solid #ebebeb;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.sidebar ul li a {
}

.sidebar ul {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
    font-weight: bold;
}

    .sidebar ul li {
        width: 100%;
        text-align: right;
    }

        .sidebar ul li a {
            display: inline-block;
            width: 100%;
            padding: 5px 0;
        }

.sidebar li {
    border-left: 1px solid #cd9b47
}

    .sidebar li:hover {
        border-left: 3px solid #cd9b47;
    }

        .sidebar li:hover a {
            color: #cd9b47 !important;
        }

.product-menu-link {
    transition: all 0.2s;
    font-size: 11px;
}

    .product-menu-link:hover {
        padding-right: 5px;
    }

.product-menu-title {
    margin-bottom: 10px;
}

.menu-icon-container:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 170px;
}

header.fixed-header.with-nav .menu-icon-container:hover .sub-menu {
    top: 115px;
}

[mega-menu] {
    display: none;
    max-height: 400px;
    overflow-y: scroll;
}

    [mega-menu].active {
        display: flex;
    }

.product-menu-title img {
    width: 30px;
}

.banner-container {
    background-color: #f1f5f6;
    padding: 30px;
}

    .banner-container img {
        width: 100%;
    }

.main-slider-container {
    border-radius: 5px;
    height: 100%;
}

    .main-slider-container img {
        height: 100%;
    }

.slider-item {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #ADADAD !important;
    border: 3px solid #ADADAD;
    box-shadow: 0 0 5px #0000007a;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background-image: linear-gradient(to right, #1e8688, #1db7be) !important;
}

.banner {
    width: 100%;
    border-radius: 5px;
}

h3.title-page a {
    font-size: 12px;
    position: absolute;
    left: 15px;
    margin-top: 10px;
    color: #CD9B47;
    display: inline-block;
    background: #edece9;
    padding-right: 10px;
}

h3.title-page {
    text-align: right;
    padding-right: 15px;
    position: relative;
    height: 30px;
}

    h3.title-page span {
        font-size: 16px;
        position: absolute;
        right: 15px;
        top: 10px;
        z-index: 2;
        padding-left: 10px;
        padding-right: 25px;
        background-color: white;
    }

        h3.title-page span::before, h3.title-page span::after {
            display: none;
        }

    h3.title-page .back-line {
        position: absolute;
        display: inline-block;
        left: 15px;
        right: 15px;
        border-color: #cd9b47;
        border-width: 2px;
        height: 3px;
        top: 5px;
        content: "";
        z-index: 0;
    }

.special-part-container {
    padding: 0;
}

.special-part h3.title-page {
    text-align: right;
    width: 100%;
    position: relative;
}

.special-part {
    background-color: #00b5c9;
    padding: 15px 30px 30px;
    border-radius: 5px;
}

    .special-part h3.title-page {
        text-align: right;
    }

        .special-part h3.title-page span::before, .special-part h3.title-page span::after {
            display: none !important;
        }

        .special-part h3.title-page span, .special-part h3.title-page a {
            background-color: #00b5c9;
            color: white !important;
        }

    .special-part .h4-title {
        color: white;
        margin: 0;
        margin-top: 10px;
        width: 100%;
    }

        .special-part .h4-title .h4-title-link {
            float: left;
            font-size: 10px;
            color: white;
            display: inline-block;
        }

.icon-benefit {
    width: 100%;
    background-color: white;
    border-radius: 5px;
    box-shadow: 0 0 5px #d2d2d2;
}

.product-slider-container .swiper-wrapper {
    padding: 10px 0;
}

.product {
    position: relative;
    padding: 5px;
}

.product-item {
    border: 2px solid #ebebeb;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 5px;
    transition: all 0.2s;
    padding-bottom: 10px;
    box-shadow: 0 0 10px #ebebeb;
}

    .product-item .item-color {
        float: right;
        width: 20px;
        height: 20px;
        margin-bottom: 15px;
        border-radius: 50%;
        display: inline-block;
        border: 1px solid #EAEAEA;
        margin-left: 5px;
    }

.product-item-color-container {
    overflow: hidden;
    height: 50px;
    padding: 15px;
}

.compare-product-item .product-item, .product-item:hover {
    box-shadow: 0 0 10px #e2e2e2;
}

.remove-compare {
    color: #1db8bf !important;
    box-shadow: 0 0 5px #AAA;
    display: inline-block;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: white;
    z-index: 1;
    font-size: 18px;
    padding-top: 2px;
}

.product-item-content {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

.product-item .img-product {
    width: 100%;
    margin: 0 auto;
    border-radius: 5px !important;
}

.product-item .img-product-container {
    padding: 14px;
}

.product-title {
    width: 100%;
    display: inline-block;
    padding: 0 15px;
    height: 65px;
    overflow: hidden;
}

.product-brand {
    width: 100%;
    display: inline-block;
    font-size: 12px;
}

.product-count {
    margin: 10px 0;
    width: 100px;
    border: 1px solid #d5d5d4;
}

.product-price {
    color: #1f7f80;
    text-align: right;
}

    .product-price.unavailable {
        color: red;
        font-weight: bold;
    }

        .product-price.unavailable[product-status='PRODUCT_STATUS_SOON'] {
            color: #1f7f80;
        }

.product .discount-tag {
    position: absolute;
    border: 2px solid #1f7f80;
    left: 20px;
    top: 20px;
    width: 35px;
    height: 35px;
    padding-top: 5px;
    font-weight: bold;
    color: #1f7f80 !important;
    border-radius: 5px;
}

.product .add-to-cart {
    border: 2px solid #1f7f80;
    width: 35px;
    height: 35px;
    padding-top: 5px;
    font-weight: bold;
    color: #1f7f80 !important;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}

.product .product-price-content {
    line-height: 20px;
}

.product .product-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;
    height: 38px;
}

.product-price-timer {
    font-size: 12px;
    color: #979899;
    cursor: pointer;
    display: none;
}

.product-price-timer-icon {
    color: #979899;
    font-size: 11px;
    cursor: pointer;
}

.item-old-price {
    text-decoration: line-through;
    font-size: 10px;
    color: #979899;
}

.discount-row-part {
    padding: 30px 0;
}

.discount-row {
    background-color: #1f7f80;
    padding: 30px 0 30px;
    border-radius: 5px;
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}

    .discount-row h4 {
        margin-bottom: 30px;
        color: white;
    }

.discount-product-slider {
}

.discount-row .swiper-button-next:after, .discount-row .swiper-button-prev:after {
    color: white;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px;
}

.new-row-part .swiper-button-next {
    right: -40px !important;
}

.new-row-part .swiper-button-prev {
    left: -40px !important;
}

.blog-item {
    border-radius: 5px;
    border: 2px solid #ebebeb;
    background-color: white;
    box-shadow: 0 0 10px #ebebeb;
}

    .blog-item .blog-image {
        border-radius: 5px;
        max-height: 240px;
    }

    .blog-item .blog-title {
        font-weight: bold;
        margin: 10px 0;
        display: inline-block;
        font-size: 13px;
    }

    .blog-item time {
        font-size: 18px;
        display: inline-block;
        margin-bottom: 5px;
    }

    .blog-item .blog-more {
        background-color: #1f7f80;
        color: white;
        display: inline-block;
        border-radius: 5px;
        height: 40px;
        width: 40px;
        text-align: center;
        font-size: 18px;
        padding-top: 10px;
        transition: all 0.2s;
    }

    .blog-item .blog-content {
        padding: 15px;
    }

        .blog-item .blog-content > p {
            padding: 15px;
            height: 70px;
        }

    .blog-item:hover {
        background-color: #1f7f80;
        transition: all 0.2s;
        color: white;
    }

        .blog-item:hover .blog-title {
            color: white !important;
        }

        .blog-item:hover .blog-more {
            background-color: white;
            color: #1f7f80;
        }

.h4-title {
    font-size: 20px;
    margin-bottom: 20px;
}

main {
    border-bottom: 2px solid #ebebeb;
    background-color: #fcfcfc;
}

footer {
    background-color: #f1f5f6;
    padding: 50px 0 0;
}

    footer .benefit-part {
        height: 130px;
        background-color: white;
        border-radius: 5px;
        box-shadow: 0 0 10px #ebebeb;
        border: 2px solid #ebebeb;
        margin-top: -115px;
        padding: 12.5px 15px 15px;
        font-weight: bold;
        font-size: 17px;
    }

        footer .benefit-part img {
            height: 100px;
            margin-left: 10px;
        }

    footer .enamad-container {
        text-align: right;
        height: 100%;
    }

        footer .enamad-container img {
            background-color: white;
            padding: 20px 10px;
            border-radius: 5px;
            box-shadow: 0 0 10px #ebebeb;
            border: 2px solid #ebebeb;
            width: 100% !important;
            height: 100% !important;
            max-height: 200px;
        }

    footer h3 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    footer ul {
        padding-right: 0px;
    }

    footer .social-icon-container {
        margin-top: 20px;
        text-align: left;
    }

        footer .social-icon-container > a {
            display: inline-block;
            background-color: white;
            border-radius: 5px;
            margin-right: 5px;
        }

            footer .social-icon-container > a img {
                width: 40px;
                height: 40px;
                border-radius: 5px;
                box-shadow: 0 0 10px #ebebeb;
                border: 2px solid #ebebeb;
            }

    footer .newsletter-container {
        margin-top: 30px;
    }

    footer .newsletter-text-container {
        background-color: white;
        padding: 5px;
        position: relative;
        border-radius: 5px;
        height: 50px;
        box-shadow: 0 0 10px #ebebeb;
        border: 2px solid #ebebeb;
    }

        footer .newsletter-text-container form {
            height: 100%;
        }

        footer .newsletter-text-container input[type='text'] {
            width: 100%;
            height: 100%;
            padding-right: 15px;
            outline: none;
            border: none;
        }

        footer .newsletter-text-container input[type='button'] {
            background-color: #0298a9;
            color: white;
            position: absolute;
            border: none;
            outline: none;
            left: 5px;
            top: 5px;
            bottom: 5px;
            border-radius: 5px;
            padding: 6px 15px 10px;
        }

    footer .logo-footer {
        max-height: 70px;
        margin-top: 20px;
        margin-bottom: 10px;
        max-width: 100%;
    }

    footer hr {
        border-width: 2px;
    }

    footer .copyright {
        padding-bottom: 15px;
        display: inline-block;
        margin: 0 auto;
    }

.part-new {
    background-color: #f4f4f4;
    padding-bottom: 15px;
}

.product-new {
    padding-top: 0;
}

hr {
    border-width: 2px;
}

.product-new .img-product {
    width: 100%;
}

.product-new .product-item {
    padding-top: 15px;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.product-new:hover .product-item, .product-new.active .product-item {
    border-color: #00b5c9;
}

.product-new .product-item hr {
    border-width: 2px;
}

.product.product-new .add-to-cart {
    width: 100%;
}

    .product.product-new .add-to-cart span {
        font-size: 11px;
        float: right;
        margin-right: 10px;
        margin-top: -1px;
    }

.product.product-new .product-title {
    padding: 0;
}

.product.product-new .add-to-cart i {
    float: left;
    display: inline-block;
    margin: 5px;
    margin-left: 10px;
}

.col-product-new {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.product-new-big {
    border: 2px solid #ebebeb;
    background-color: white;
    text-align: center;
    border-radius: 5px;
    transition: all 0.2s;
    padding: 50px;
    padding-top: 20px;
    height: 427px;
}

    .product-new-big img {
        max-height: calc(100% - 25px);
    }

.filter-part {
    background-color: white;
    padding: 15px;
    padding-bottom: 0;
    border-radius: 5px;
}

    .filter-part .filter-header h4 {
        font-size: 14px;
        margin: 0;
        cursor: pointer;
    }

    .filter-part .filter-content-container {
        display: none;
    }

    .filter-part.expanded .filter-content-container {
        display: block;
    }

    .filter-part.expanded .filter-header {
        border-bottom: 1px solid #cd9b47;
    }

        .filter-part.expanded .filter-header h4 {
            padding-bottom: 10px;
        }

    .filter-part .filter-header {
        position: relative;
    }

    .filter-part .bt-up {
        display: none;
    }

    .filter-part.expanded .bt-up {
        display: block;
    }

    .filter-part.expanded .bt-down {
        display: none;
    }

    .filter-part .filter-header a.remove-filters {
        position: absolute;
        left: 0;
        top: 2px;
        font-size: 10px;
        color: #cd9b47;
        font-weight: bold;
    }

.filter-tag-container a {
    display: inline-block;
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px #5f5f5f;
    padding: 5px 10px 5px 5px;
    border-radius: 5px;
    background-color: white;
    font-size: 11px;
}

    .filter-tag-container a i {
        margin-right: 10px;
    }

.filter-part .filter-up {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 10px;
    color: #cd9b47;
    font-weight: bold;
}

    .filter-part .filter-up i {
        cursor: pointer;
    }

.filter-checkbox-container {
    font-size: 12px;
    line-height: 25px;
    max-height: 200px;
    direction: rtl;
    overflow-y: scroll;
}

.noUi-horizontal .noUi-handle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.noUi-target {
    box-shadow: none;
    border-color: #edece9;
    background: #edece9;
}

.noUi-horizontal .noUi-handle {
    top: -14px;
    outline: none !important;
    box-shadow: 0 0 5px #D9D9D9;
}

.noUi-handle:after {
    left: 5px;
}

.noUi-handle:after, .noUi-handle:before {
    background: none;
    top: 2px;
    font-size: 18px;
    cursor: pointer;
}

.noUi-handle:after {
    font-family: "bt-font";
    content: '\e80e';
}

.noUi-origin {
}

    .noUi-origin:nth-child(odd) .noUi-handle:after {
        font-family: "bt-font";
        content: '\e810';
    }

.noUi-horizontal {
    height: 5px;
}

.price-range-values {
    font-size: 11px;
}

    .price-range-values span {
        color: #1DB8BF;
        font-weight: bold;
    }

.pretty .state label:after, .pretty .state label:before {
    left: unset;
    right: 0;
}

.pretty.p-svg .state .svg {
    left: unset;
    right: 0;
}

.pretty input:checked ~ .state.p-success label:after, .pretty.p-toggle .state.p-success label:after {
    background-color: #1ea1a6 !important;
}

.pretty .state label:before {
    background-color: white;
}

.filter-part-container {
    position: sticky;
    top: 130px;
}

.search-order-container {
    background-color: white;
    padding: 15px 15px 10px;
}

    .search-order-container ul {
        padding: 0;
    }

        .search-order-container ul li {
            display: inline-block;
        }

            .search-order-container ul li a {
                background-color: #f5f5f5;
                position: inline-block;
                padding: 7.5px 10px;
                border-radius: 5px;
                margin-left: 7px;
                transition: all 0.2s;
            }

    .search-order-container select {
        display: none;
        width: 100%;
        padding: 2.5px 10px;
    }

    .search-order-container ul li:hover a, .search-order-container ul li.active a {
        background-color: #00b5c9;
        color: white;
    }

.search-result-container {
    margin-top: 15px;
    border-radius: 5px;
    margin-right: 0;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0px;
}

    .search-result-container .product {
        padding: 0;
    }

        .search-result-container .product .product-item {
            box-shadow: none;
            border-width: 1px;
            border-radius: 0;
        }

.search-brands {
    background-color: white;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    width: 100%;
    padding: 2px 5px;
}

    .search-brands input {
        padding: 5px 10px 2.5px;
        border: none;
        width: 80%;
        outline: none;
        font-size: 12px;
    }

    .search-brands i {
        margin-right: 10px;
    }

.pretty .state label:after, .pretty .state label:before {
    border-width: 2px;
}

.filter-checkbox-container {
    padding-right: 15px;
}

.pretty .state label:before {
    border: 2px solid #ebebeb;
}

.product-details {
    padding: 0 15px;
    background-color: white;
    border-radius: 5px;
}

    .product-details .main-picture {
        cursor: pointer;
        margin-top: 60px;
    }

.related-container {
    padding-top: 15px;
}

.related-item, .related-item-more {
    border: 2px solid #dee2e6;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
    transition: all 0.2s;
    font-size: 13px;
}

    .related-item:hover {
        border-color: black;
    }

    .related-item img {
        border-radius: 5px;
    }

.related-item-more {
    background-color: #f5f5f5;
    color: #b4b4b4;
    font-weight: bold;
    text-align: center;
    width: 100%;
    font-size: 15px;
    aspect-ratio: 1 / 1;
    padding-top: 18%;
    margin-bottom: 15px;
}

.related-container .related-item:nth-of-type(n+6) {
    display: none;
}

.available-items {
    background-color: #fdeeea;
    border-radius: 15px;
    color: #ef623c;
    padding: 4px 10px 5px;
    position: absolute;
    right: 0;
    top: 15px;
    font-weight: bold;
    font-size: 11px;
    z-index: 5;
}

.brand-logo {
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 5;
    display: inline-block;
    height: 35px;
}

    .brand-logo img {
        width: 100%;
        height: 100%;
    }

.details-icons {
    bottom: 15px;
    left: 0;
    right: 0;
}

    .details-icons div {
        display: inline-block;
        margin: 10px;
        line-height: 15px;
    }

        .details-icons div span {
            display: inline-block;
            width: 100%;
            text-align: center;
            font-size: 10px;
            font-weight: bold;
        }

    .details-icons .fa-star {
        color: #ffc11e;
        font-size: 20px;
    }

    .details-icons .fa-heart {
        color: #ee5931;
        font-size: 20px;
    }

    .details-icons .fa-comment {
        color: #7f7f7f;
        font-size: 20px;
    }

    .details-icons img {
        width: 20px;
        cursor: pointer;
    }

.product-details h1 {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 15px;
    max-width: 600px;
}

.product-details h2 {
    font-size: 15px;
    color: #696667;
    font-weight: normal;
    font-family: calibri;
}

.product-abilities {
    position: absolute;
    left: 15px;
    top: 15px;
    direction: ltr;
    z-index: 5;
}

    .product-abilities a {
        margin-right: 20px;
        display: inline-block;
    }

    .product-abilities i {
        font-size: 25px;
        margin-top: 10px;
    }

    .product-abilities img {
        height: 25px;
        margin-top: -15px;
    }

    .product-abilities .grayscale {
        filter: grayscale(100%);
    }

.product-details hr {
    border-width: 2px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.product-details label {
    font-weight: bold;
}

.product-details .select-color {
    width: 40px;
    height: 40px;
    border: 2px solid #dee2e6;
    border-radius: 5px;
    display: inline-block;
    margin-left: 5px;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
    text-align: center;
    line-height: 0;
}

    .product-details .select-color.unavailable {
        cursor: not-allowed;
    }

.color-swiper .select-color {
    width: 100%;
    height: unset !important;
}

.product-details .select-color img {
    border-radius: 5px;
}

.product-details .select-color.active, .product-details .select-color:hover {
    border-color: #0298a9;
}

.product-details .select-color .fa-ban {
    display: none;
}

.product-details .select-color.unavailable .fa-ban {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    bottom: 0;
    color: white;
    text-shadow: 0 0 5px black;
    font-size: 20px;
    pointer-events: none;
}

.product-details .select-size {
    background-color: #f5f5f5;
    border-radius: 3px;
    display: inline-block;
    margin-left: 5px;
    transition: all 0.2s;
    padding: 5px 15px;
    cursor: pointer;
}

    .product-details .select-size.active, .product-details .select-size:hover {
        background-color: #0298a9;
        color: white;
    }

.guide-size {
    color: #3a74bd;
    border-bottom: 2px dashed #3a74bd;
    margin-right: 15px;
    padding-bottom: 5px;
}

    .guide-size img {
        width: 12px;
    }

.button {
    display: inline-block;
    border-radius: 5px;
    padding: 10px 0px;
    outline: none;
    border-width: 2px;
    border-style: solid;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.button-green, .button-green:hover, .button-green:active {
    background-color: #0298a9;
    border-color: #0298a9;
    color: white !important;
}

.button-padding {
    padding-left: 20px;
    padding-right: 20px;
}

.button-brown {
    background-color: #CD9B47;
    border-color: #CD9B47;
    color: white;
}

.select-basket-count {
    padding: 14px 0px;
    text-align: center;
    font-size: 11px;
    font-weight: bold;
    border-radius: 5px;
    width: 100%;
}

.tab-container {
    background-color: #1c1c23;
    border-radius: 5px;
}

    .tab-container ul {
        margin: 0;
        padding: 0;
        font-size: 12px;
        font-weight: bold;
    }

        .tab-container ul li {
            display: inline-block;
            padding: 15px 10px;
            border-bottom: 5px solid #1c1c23;
            transition: all 0.2s;
        }

    .tab-container a {
        color: #98989b !important;
    }

    .tab-container ul li.active, .tab-container ul li:hover {
        border-color: #0298a9;
    }

        .tab-container ul li.active a, .tab-container ul li:hover a {
            color: white !important;
        }

.fixed-sticky .tab-container ul li {
    padding-top: 10px;
    padding-bottom: 10px;
}

.tab-page {
    background-color: white;
    padding: 30px 30px 0;
    border-radius: 5px;
    margin-top: 15px;
}

    .tab-page.no-padding-tab {
        padding: 0;
    }

    .tab-page h2, .tab-page .h2 {
        font-size: 16px;
        margin-bottom: 20px;
        display: block;
    }

    .tab-page ul {
        list-style: disc;
    }

.product-defenition {
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
    margin-left: -30px;
    margin-right: -30px;
}

    .product-defenition .with-border {
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
        padding: 10px 20px;
    }

.modal-input {
    background-color: #f0f0f0;
    border-radius: 5px;
    padding: 5px 15px;
    margin-bottom: 5px;
    position: relative;
}

    .modal-input.no-margin {
        margin: 0 !important;
    }

    .modal-input input[type="file"] {
        display: none;
    }

    .modal-input span, .modal-input label {
        font-size: 12px;
        margin: 0;
    }

    .modal-input input, .modal-input select, .modal-input textarea {
        width: 100%;
        background-color: transparent;
        outline: none;
        border: none;
    }

        .modal-input input.multiline {
            height: 100%;
        }

    .modal-input a {
        position: absolute;
        left: 20px;
        font-size: 12px;
        color: #1e6ab4;
        font-weight: bold;
    }

    .modal-input.input-recover {
        padding-left: 0;
        padding-right: 0;
    }

    .modal-input.more-height input {
        height: 50px;
    }

    .modal-input .select-file {
        position: absolute;
        left: 8px;
        top: 8px;
        height: 45px;
        padding-top: 7px;
        cursor: pointer;
    }

    .modal-input .user-score {
        position: absolute;
        right: -10px;
        top: -10px;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

        .modal-input .user-score img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

        .modal-input .user-score .with-tooltip {
            position: absolute;
            right: 0;
            top: 0;
        }

            .modal-input .user-score .with-tooltip span {
                position: absolute;
                width: 300px;
                right: -25px;
                top: -60px;
                background-color: #6b727b;
                color: white;
                padding: 10px;
                border-radius: 5px;
                visibility: hidden;
                opacity: 0;
                transition: all 0.2s;
            }

        .modal-input .user-score:hover .with-tooltip span {
            visibility: visible;
            opacity: 1;
            top: -50px;
        }

        .modal-input .user-score .with-tooltip span:before {
            content: "";
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #6b727b;
            position: absolute;
            bottom: -10px;
            right: 25px;
        }

        .modal-input .user-score .with-tooltip span:after {
            content: "";
            width: 0;
            height: 0;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            border-top: 10px solid #6b727b;
            position: absolute;
            bottom: -10px;
            right: 25px;
        }

.tab-page .modal-input {
    margin-bottom: 15px;
}

.buy-box {
    background-color: white;
    border-radius: 5px;
    padding: 0 15px;
    position: sticky;
    top: 95px;
    margin-bottom: 15px;
}

    .buy-box .border-left, .buy-box .border-bottom {
        border-width: 2px !important;
    }

    .buy-box .details-icons {
        position: relative;
        bottom: unset;
        left: unset;
        right: unset;
        height: 100%;
    }

        .buy-box .details-icons div {
            width: 100%;
            margin: 0;
            height: 33.333%;
            display: flex;
        }

            .buy-box .details-icons div i {
                color: #1c1c23;
                font-size: 18px;
            }

.tab-page h2, .tab-page .h2 {
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    font-weight: bold;
}

.fixed-sticky {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9;
    top: -100px;
    transition: all 0.2s;
}

    .fixed-sticky.show-up {
        top: 65px;
    }

    .fixed-sticky:hover {
        z-index: 12;
    }

.related-slider, .related-slider * {
    direction: ltr !important;
}

.basket-item {
    position: relative;
    padding: 10px;
    font-size: 11px;
    margin-bottom: 15px;
}

    .basket-item .remove-basket {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        color: #979899;
        z-index: 1;
        height: 15px;
    }

.remove-filip-basket {
    position: absolute;
    top: 10px;
    left: 10px;
    cursor: pointer;
    fill: #979899;
    height: 15px;
    z-index: 1;
    font-size: 15px;
}

.basket-item input[type='text'] {
    width: 100%;
    margin: 5px 0;
}

.confirm-basket {
    background-image: linear-gradient(to right, #1e8688, #1db7be);
    width: 100%;
    padding: 10px 15px;
    color: white !important;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    font-size: 16px;
    box-shadow: 0 0 10px #1e8688;
    max-width: 80%;
    margin-top: 15px;
}

.basket-total {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    padding-bottom: 30px;
    background-color: white;
}

.basket-total-price {
}

.basket-brand-name {
    font-size: 10px !important;
}

.basket-item .line-devider {
    border-bottom: 2px solid #dee2e6;
    display: inline-block;
    width: 100%;
}

.basket-item .basket-base-price {
    font-size: 10px;
}

.basket-item .basket-count {
    font-size: 13px;
    margin-top: 2px;
    display: inline-block;
}

.side-basket {
    position: fixed;
    left: -400px;
    width: 400px;
    top: 0;
    bottom: 0;
    z-index: 12;
    transition: all 0.2s;
    box-shadow: 0 0 10px #e2e2e2;
    background-color: white;
}

.basket-header .fr-close {
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 25px;
    color: #979899;
}

.side-basket-content {
}

.basket-add-icon {
    width: 20px;
    margin: 0 3px;
    cursor: pointer;
}

    .basket-add-icon.disabled {
        cursor: unset;
    }

.side-basket h2 {
    font-size: 17px;
    text-align: center;
    padding-top: 15px;
}

.side-basket ul {
    margin: 0;
    padding: 5px 15px 150px 15px;
    list-style: none;
    max-height: 85%;
    overflow-y: scroll;
}

    .side-basket ul li {
        width: 100%;
        box-shadow: 0 0 10px #e2e2e2;
        border-radius: 5px;
    }

.basket-icon img {
    height: 100%;
}

.basket-part.show-up .side-basket {
    left: 0;
}

.item-filip {
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background-color: white;
    border-radius: 10px;
    padding-top: 30px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
}

.basket-item.show-filip .item-filip {
    visibility: visible;
    opacity: 1;
}

.item-filip p {
    font-weight: bold;
}

.basket-replace-button, .basket-filip-remove-button {
    display: inline-block;
    padding: 5px 25px;
    margin-top: 10px;
    border-radius: 5px;
    font-size: 10px;
    font-weight: bold;
}

.basket-replace-button {
    background-color: #0298a9;
    border-color: #0298a9;
    padding-top: 6px;
    padding-bottom: 8px;
    color: white !important;
}

.basket-filip-remove-button {
    border: 2px solid #0f7c9b;
    color: #262a2f;
}

.basket-plus, .basket-minus {
    font-size: 15px;
    margin: 0 5px;
    display: inline-block;
    border: 2px solid #dee2e6;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    line-height: 0;
    padding-top: 11px;
    cursor: pointer;
}

.basket-close {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}

.overlay {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 12;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
    background-color: rgba(0, 0, 0, 0.5);
}

    .overlay.show-up {
        opacity: 1;
        visibility: visible;
    }

.product-details .product-price-old, .buy-box .product-price-old, .product-price-old {
    text-decoration: line-through;
    font-size: 12px;
    color: #c0c0c0;
}

.product-details .product-percent, .buy-box .product-percent, .basket-item .product-percent, .order-item .product-percent, .product-percent {
    background-color: #00acaa;
    color: white;
    margin-left: 5px;
    border-radius: 15px;
    padding: 3px 10px;
    font-size: 12px;
}

.post-container {
    background-color: white;
    border-radius: 5px;
    line-height: 30px;
    text-align: justify;
    padding: 15px 30px;
}

    .post-container h1 {
        font-size: 25px;
        margin-bottom: 20px;
        margin-top: 15px;
    }

    .post-container h2 {
        font-size: 22px;
    }

    .post-container h3 {
        font-size: 18px;
    }

    .post-container h4 {
        font-size: 15px;
    }

    .post-container h5 {
        font-size: 12px;
    }

    .post-container h6 {
        font-size: 10px;
    }

    .post-container img {
        max-width: 100%;
    }

    .post-container .post-picture {
        border: 2px solid #ebebeb;
        padding: 5px;
        border-radius: 5px;
    }

    .post-container ul {
        list-style: disc;
    }

.post-item {
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 15px;
    padding-top: 15px;
}

    .post-item img {
        border: 2px solid #ebebeb;
        border-radius: 5px;
        padding: 5px;
    }

    .post-item h2 {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 35px;
    }

    .post-item p {
        margin-bottom: 70px;
        text-align: justify;
        line-height: 30px;
    }


.side-blog-post {
    background: white;
    border-radius: 5px;
    padding: 15px;
}

    .side-blog-post .side-blog img {
        width: 100%;
        padding: 2px;
        border: 1px solid #c1c1c1;
        float: right;
    }

    .side-blog-post .side-blog a {
        display: inline-block;
        float: right;
    }

.category-container {
    border: 2px solid #ebebeb;
    background-color: white;
    border-radius: 5px;
    padding: 30px 30px 15px;
    position: sticky;
    top: 130px;
}

    .category-container li {
        transition: all 0.2s;
    }

        .category-container li.active, .category-container li:hover {
            margin-right: 10px;
        }

            .category-container .active a, .category-container li:hover a {
                color: #0298a9;
            }

    .category-container h2 {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .category-container ul {
        list-style: disc;
        line-height: 30px;
    }

.post-calendar {
    position: absolute;
    bottom: 0;
    right: 15px;
    font-size: 11px;
}

.post-index .post-calendar {
    bottom: 15px;
    left: 30px;
}

.post-read-more {
    position: absolute;
    bottom: 0;
    left: 15px;
    background-color: #0298a9;
    border-color: #0298a9;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 4px;
}

/*Alerts Part*/
.alert-holder {
    position: fixed /*absolute*/;
    right: 0;
    left: 0;
    top: -400px;
    width: 100%;
    text-align: center;
    z-index: 99999999999999;
    transition: all 0.2s;
}

    .alert-holder.show-up {
        top: 0;
    }


.alert-box {
    background: #fff;
    color: #545e71;
    width: 400px;
    max-width: 100%;
    padding: 20px 30px;
    margin: 0 auto;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin-top: 30px;
    border-radius: 5px;
}

    .alert-box .alert-text {
        font-size: 14px;
        margin-top: 10px;
    }

    .alert-box .alert-ic {
        font-size: 40px;
    }

    .alert-box.successful .alert-ic {
        color: #1e6ab4;
    }

    .alert-box.failed .alert-ic {
        color: #bc2031;
    }

    .alert-box.info .alert-ic {
        color: #999;
    }

.loading-container {
    align-items: center;
    justify-content: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100;
    display: none;
}

    .loading-container.show-up {
        display: flex;
    }

    .loading-container .loading {
        width: 200px;
        height: 160px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        background-color: white;
        text-align: center;
        flex-direction: column;
        padding-top: 0;
    }

.loadingImg {
    width: 200px;
    height: 160px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    background-color: white;
    text-align: center;
    flex-direction: column;
    padding-top: 40px;
}

.loading-container .loading img {
    margin: 0 0 0 0;
    width: 150px;
}

.quick-search {
    position: absolute;
    left: -1px;
    right: -1px;
    padding-top: 10px;
    background: #f5f5f5;
    border-radius: 5px;
    padding-right: 15px;
    line-height: 30px;
    font-size: 12px;
    border: 2px solid #dedddd;
    top: 46px;
    padding-bottom: 5px;
    max-height: 200px;
    overflow-y: scroll;
    z-index: 1;
}

.profile-page {
    border: 2px solid #ebebeb;
    box-shadow: 0 0 5px #ebebeb;
    border-radius: 5px;
    background-color: white;
    padding: 25px;
}

.login-desk-part {
    background-size: cover;
    box-shadow: 0 0 5px #ebebeb;
    border-right: 2px solid #ebebeb;
    border-radius: 5px;
    padding: 30px 50px;
    text-align: center;
}

.regiser-desk-part {
    padding-left: 30px;
}

.profile-page h4 {
    color: black;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.login-desk-part h5 {
    color: #1F303C;
    font-size: 18px;
    line-height: 30px;
    position: relative;
}

    .login-desk-part h5:before, .login-desk-part h5:after {
        content: "";
        position: absolute;
        right: -30px;
        width: 30px;
        height: 30px;
        /*background-image: url(../image/icons/star.svg);*/
        background-size: contain;
        top: 0;
    }

    .login-desk-part h5:after {
        right: unset;
        left: -30px;
    }

.regiser-desk-part h5:after {
    display: none !important;
}

.revert-button {
    display: inline-block;
    padding: 10px 40px;
    /*background-image: linear-gradient(45deg, #CD9B47, #CD9B47, #CD9B47, #F1D5A4, #CD9B47);*/
    border-radius: 5px;
    color: white !important;
    box-shadow: 0 0 5px #AAA;
}

.login-form-part .revert-button {
    border: none;
}

.login-form-part .link-gray {
    color: #CD9B47;
}

.textbox, .selectbox {
    border: 2px solid #ebebeb;
    border-radius: 5px;
    padding: 5px 20px;
    width: 100%;
}

.cart-page {
    background-color: white;
    padding: 30px 60px 60px;
    border-radius: 5px;
    border: 2px solid #ebebeb;
}

    .cart-page .basket-row .product-picture img {
        border: 2px solid #ebebeb;
        border-radius: 5px;
        width: 100px;
    }

    .cart-page .basket-total-devider {
        height: 5px;
        background-color: #CEAD74;
        display: inline-block;
        width: 100%;
    }

    .cart-page .basket-total-row span {
        font-weight: bold;
        font-size: 15px;
    }

    .cart-page th {
        text-align: center;
        padding-bottom: 30px;
    }

    .cart-page .cart-product-count {
        display: inline-block;
        margin: 0 10px;
    }

    .cart-page .add-minus-button img {
        display: inline-block;
        width: 25px;
    }

    .cart-page td .fr-close {
        font-size: 20px;
        color: #979899;
    }

    .cart-page td {
        padding: 5px;
    }

        .cart-page td input[type='text'] {
            border: 1px solid #979899;
            margin: 5px 0;
            width: 100px;
        }

    .cart-page .brand-name {
        color: #979899;
    }

    .cart-page .add-address-button {
        margin: 0;
        width: unset;
        padding: 0 20px 0 0;
        float: left;
        border-radius: 20px 10px 10px 20px;
        outline: none;
        cursor: pointer;
        display: inline-block;
        border: 2px solid #1e8688;
        line-height: 0;
        margin-left: 10px;
    }

        .cart-page .add-address-button img {
            height: 35px;
            margin: -2px;
            float: left;
            margin-right: 15px;
        }

        .cart-page .add-address-button label {
            margin-top: 15px;
            font-weight: bold;
            font-size: 12px;
            cursor: pointer;
        }

    .cart-page .basket-old-price {
        text-decoration: line-through;
        display: inline-block;
        width: 100%;
        font-size: 11px;
    }

.basket-deactivate {
    color: red;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.next-level-part {
    text-align: left;
}

    .next-level-part .button {
        padding-right: 50px;
        padding-left: 50px;
        font-weight: bold;
        outline: none;
    }

.swiper-button-disabled {
    display: none;
}

.address-item {
    padding-right: 40px;
    color: #979899;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
}

.address-item-container {
    border: 2px solid #e0e0e0;
    width: 100%;
    border-radius: 5px;
    color: #979899;
    padding: 15px;
    transition: all 0.2s;
    font-size: 11px;
}

.address-item img {
    height: 20px;
    margin-top: -5px;
}

.address-item label {
    margin: 3px;
    margin-right: 10px;
}

.address-item .edit-part {
    padding-top: 35px;
    vertical-align: middle;
    text-align: left:
}

    .address-item .edit-part a {
        display: inline-block;
        margin-left: 15px;
    }

    .address-item .edit-part img {
        height: 25px;
    }

.address-item .address-title {
    height: 50px;
    display: inline-block;
}

.address-item-container.disabled {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    pointer-events: none;
}

.address-check-container {
    position: absolute;
    right: 10px;
    top: 55px;
}

.send-type-item.disabled {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    pointer-events: none;
}

.send-check-container {
    top: 40px;
}

.delivery-part {
    display: none;
}

.address-check-container .simple-checkbox {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    box-shadow: 0px 1px 1px 1px #e0e0e0 inset;
    padding: 2px;
    position: relative;
}

.address-check-container .simple-checkbox-selected {
    position: absolute;
    right: 2px;
    left: 2px;
    top: 2px;
    bottom: 2px;
    display: inline-block;
    background-image: linear-gradient(to right, #1e8688, #1db7be);
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

.address-item.selected .address-item-container, .address-item:hover .address-item-container {
    border-color: #1F7F80;
}

.address-item.selected .simple-checkbox-selected, .address-item:hover .simple-checkbox-selected {
    opacity: 1;
    visibility: visible;
}

.send-type .send-type-container {
    padding-right: 40px;
    color: #979899;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    margin-bottom: 15px;
}

.send-type-price {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.circle-inactive {
    width: 30px;
    height: 30px;
    background-color: #CACACA;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.cart-progress-line, .cart-progress-line-gray {
    background-color: #CACACA;
    position: absolute;
    right: 12.5%;
    left: 12.5%;
    top: 12.5px;
    height: 5px;
}

.cart-progress-line-gray {
    background-color: #DCBC86;
    z-index: 1;
    left: unset;
}

    .cart-progress-line-gray.completed {
        left: 0;
        right: 0;
        width: unset;
    }

.progress-title {
    position: absolute;
    width: 100px;
    right: -30px;
    text-align: center;
    top: -25px;
    display: inline-block;
    font-size: 12px;
}

.oval {
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    background-color: #CEAD74;
    width: 30px;
    border-radius: 50%;
}

.payment-part {
    background-size: contain;
    border-radius: 5px;
    padding: 0;
}

.payment-part-container {
    border: 2px solid #ebebeb;
    border-radius: 5px;
    padding: 30px;
}

.coupon-part {
    display: inline-block;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    margin: 0 auto;
}

    .coupon-part [type='button'] {
        border: 2px solid #1F7F80;
        border-radius: 5px;
        padding: 10px 20px;
        margin: -1px;
        font-size: 12px;
        outline: none;
        background: white;
        font-weight: bold;
    }

    .coupon-part [type='text'] {
        border: 1px solid white;
        border-radius: 5px;
        outline: none;
        width: 300px;
        padding: 8px 20px;
    }

.coupon-container {
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s;
}

    .coupon-container.show-up {
        height: 80px;
        opacity: 1;
        visibility: visible;
    }

.coupon-remove {
    color: red;
    font-weight: bold;
}

.successful-icon {
    width: 150px;
}

.callback-page {
    line-height: 30px;
}

.merchant-image {
    border-radius: 5px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border: 1px solid #CACACA;
}

.brands-container {
}

    .brands-container .brand-item {
        text-align: center;
        margin-bottom: 30px;
    }

        .brands-container .brand-item img {
            border: 2px solid #ebebeb;
            border-radius: 5px;
            margin-bottom: 10px;
            background-color: white;
            max-width: 100px;
        }

.socials img {
    height: 40px;
    margin: 5px;
}

.your-credit-part-content {
    padding: 30px;
    border-radius: 5px;
    border: 2px solid #ebebeb;
    font-size: 15px;
    font-weight: bold;
}

    .your-credit-part-content input[type='text'] {
        border: 2px solid #ebebeb;
        border-radius: 5px;
        padding: 5px 10px;
        max-width: 100px;
        text-align: center;
    }

.credit-amount {
    width: 100%;
    display: inline-block;
    padding: 30px 0;
    text-align: center;
    border: 2px solid #ebebeb;
    border-radius: 5px;
    transition: all 0.2s;
}

    .credit-amount.active, .credit-amount:hover {
        border-color: #0298a9;
        box-shadow: 0 0 10px #e2e2e2;
    }

.profile-order-item {
    border: 2px solid #ebebeb;
    background-color: white;
    padding: 20px 30px 15px;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.profile-empty-row {
    border: 2px solid #ebebeb;
    background-color: white;
    padding: 30px 15px;
    text-align: center;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 15px;
}

.profile-favorites-container .product {
    margin-bottom: 10px;
}

.order-status-icon {
    float: right;
}

    .order-status-icon i {
        font-size: 20px;
        color: #0298a9;
        margin-right: 10px;
    }

.order-id {
    display: inline-block;
    height: 20px;
    padding-top: 11px;
    float: right;
}

.order-arrow {
    color: #1db7be !important;
    font-size: 15px;
    display: inline-block;
    float: right;
    font-size: 20px;
    margin-left: 10px;
}

    .order-arrow .bt-up {
        display: none;
    }

.order-name {
    color: #cd9b47 !important;
    float: left;
    display: inline-block;
    padding-top: 10px;
    font-size: 12px;
}

.credit-pane {
    padding: 60px;
}

.profile-order-item .line-devider {
    clear: both;
    padding: 15px 0;
}

.order-head-item {
    cursor: pointer;
    line-height: 0;
}

.profile-order-item .line-devider hr {
    margin: 0;
    border-color: #0298a9;
}

.order-body {
    padding: 0 0 0;
    line-height: 35px;
}

.order-products-container {
    height: 0;
    transition: all 0.2s;
    overflow: hidden;
}

.profile-order-item.expanded .order-products-container {
    height: unset;
}

.profile-order-item.expanded .bt-up {
    display: inline-block;
}

.profile-order-item.expanded .bt-down {
    display: none;
}

.order-product-item {
    margin-top: 5px;
    margin-bottom: 10px;
}

    .order-product-item .border-right {
        border-color: #cd9b47 !important;
    }

.order-product-image img {
    box-shadow: 0 0 2px #c5c5c5;
    height: 80px;
    border-radius: 5px;
    background-color: white;
    float: right;
    margin-left: 10px;
}

.order-product-brand {
    font-size: 12px;
}

/*Modal Part*/
.md-perspective, .md-perspective body {
    height: 100%;
    overflow: hidden;
}

    .md-perspective body {
        background: #222;
        -webkit-perspective: 600px;
        -moz-perspective: 600px;
        perspective: 600px;
    }

.md-modal {
    position: fixed;
    top: 45%;
    left: 50%;
    width: 50%;
    max-width: 630px;
    min-width: 320px;
    height: auto;
    z-index: 200000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

    .md-modal.md-small {
        max-width: 350px;
    }

    .md-modal.md-large {
        max-width: 1000px;
    }

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    z-index: 99997;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: rgba(0, 0, 0, 0.5);
}

    .md-overlay.login-reg {
        background: rgba(255, 255, 255, 1);
        opacity: 0.98 !important;
    }

    .md-overlay.story-ov {
        background: none;
    }

        .md-overlay.story-ov:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: #a58f79;
            /* fallback for old browsers */
            background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
            /* Chrome 10-25, Safari 5.1-6 */
            background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1));
            /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
            z-index: 998;
        }

    .md-overlay.login-reg:after {
        opacity: 0;
    }

.md-show ~ .md-overlay {
    opacity: 0.95;
    visibility: visible;
}

.md-effect-1 .md-content {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: white;
    position: relative;
    box-shadow: 0 0 5px #AAA;
    border-radius: 5px;
}

.md-content .modal-head {
    text-align: right;
    width: 100%;
    z-index: 1;
    padding: 5px 50px 0;
}

    .md-content .modal-head h3 {
        font-size: 15px;
        background-color: white;
        padding: 12px 0;
        display: inline-block;
        color: #262a2f !important;
        width: 100%;
        border-bottom: 2px solid #ebebeb;
    }

.modal-close {
    position: absolute;
    display: inline-block;
    left: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    border: 2px solid #ebebeb;
    text-align: center;
    padding-top: 4px;
    z-index: 10;
    cursor: pointer;
}

    .modal-close i {
        color: #1e9a9e;
        font-weight: bold;
        font-size: 15px;
    }

.modal-foot {
    width: 100%;
    text-align: center;
    line-height: 0;
    padding-bottom: 15px;
}

    .modal-foot a {
        display: inline-block;
        width: unset;
        padding: 20px 25px;
        margin: 0;
    }

.modal-body {
    padding: 10px 50px 0;
}

.md-show.md-effect-1 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.md-close {
    position: fixed;
    left: 20px;
    top: 20px;
    background: none;
    color: #fff;
    border: 0;
    font-size: 20px;
    z-index: 999;
}

.md-overlay.login-reg .md-close {
    color: #333;
}

.md-trigger {
    position: relative;
    z-index: 888;
    cursor: pointer;
}

.comment-part {
    /*max-height: 1200px;*/
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

    .comment-part.expanded {
        max-height: unset !important;
    }

.comment-container {
    position: relative;
    margin-bottom: 35px;
    padding-bottom: 1px;
}

.comment-user {
    line-height: 13px;
    margin-bottom: 10px;
}

.comment-info {
    font-size: 11px;
}

.comment-body {
    margin-bottom: 35px;
    position: relative;
}

.comment-container .button {
    position: absolute;
    bottom: -18px;
    right: 30px;
    padding: 5px 20px;
}

.comment-answer-container {
    padding-right: 100px;
}

.comment-answer {
    background-color: #1c1c23;
    border-radius: 5px;
    padding: 30px;
    margin-top: 15px;
}

    .comment-answer .comment-user {
        color: white;
    }

    .comment-answer .comment-body {
        color: #c9c9cb;
    }

    .comment-answer .comment-body {
        margin-bottom: 0;
    }

#ulProductDetails {
    max-height: 130px;
    overflow: hidden;
}

.span-more {
    display: block;
}

.span-less {
    display: none;
}

.products-tag-container.showup #ulProductDetails {
    max-height: unset;
}

.products-tag-container.showup .span-more {
    display: none;
}

.products-tag-container.showup .span-less {
    display: block;
}

.vpn-error {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}

.send-code-title {
    font-size: 9px;
    margin-top: 15px !important;
}

.home-category-item {
    text-align: center;
}

    .home-category-item span {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
    }

    .home-category-item img {
        width: 100%;
        border-radius: 10px;
        border: 2px solid #ebebeb;
        padding: 5px;
    }

.grid {
    padding: 0;
    border-radius: 15px;
}

    .grid figure {
        width: 100%;
        min-width: unset;
        max-width: unset;
        min-height: unset;
        max-height: unset;
        float: unset;
        margin: 0;
    }

        .grid figure p {
            letter-spacing: unset;
            font-size: unset;
        }

figure {
    border-radius: 5px;
}

    figure.effect-apollo h2 {
        text-align: right;
        text-shadow: 0 0 5px black;
        font-size: 16px;
    }

.hotel-item .figcaption-link {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.special-part-background .product-row {
    background-color: #16626a;
    padding-bottom: 15px;
}

.special-part-background h2 {
    color: white !important;
}

@media only screen and (max-width: 1000px) {
    .container-fluid {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 768px) {
    .xs-center {
        text-align: center !important;
    }

    .hidden-xs {
        display: none;
    }

    .visible-xs {
        display: block;
    }

    .flex-xs {
        display: flex;
    }

    .fit-xs {
        width: 100%;
    }

    .padding-xs {
        padding-right: 15px;
        padding-left: 15px;
    }

    .mini-padding-xs-left {
        padding-left: 7.5px;
    }

    .mini-padding-xs-right {
        padding-right: 7.5px;
    }

    .navigation {
        margin-bottom: 15px;
    }

    .row {
        margin: 0;
    }

    .col-sm-2-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .col-sm-7-5 {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .top-banner-container {
        display: none;
    }

    .left-navigation-part, .right-navigation-part {
        display: none;
    }

    .related-slider .left-navigation-part, .related-slider .right-navigation-part {
        background-image: none !important;
        border-radius: 5px !important;
        display: block;
    }

    .product-abilities {
        position: initial;
        text-align: center;
    }

        .product-abilities a {
            margin-left: 10px;
            margin-right: 10px;
        }

    .label-fit-xs {
        display: inline-block;
        width: 100%;
    }

    body {
        padding-top: 120px;
    }

    header, header.fixed-header {
        /*height: 60px;*/
        height: 120px;
    }

        header.fixed-header.with-nav {
            height: 120px;
        }

        header .logo {
            margin-top: 5px;
        }

    .search-container {
        margin-top: 10px;
        /*opacity: 0;
        visibility: hidden;*/
        transition: all 0.2s;
    }

    header.fixed-header.with-nav .search-container {
        opacity: 1;
        visibility: visible;
    }

    .row-xs {
        margin-left: -7.5px;
        margin-right: -7.5px;
    }

    .col-xs {
        padding-right: 7.5px;
        padding-left: 7.5px;
    }

    .no-padding-xs {
        padding-left: 0;
        padding-right: 0;
    }

    .mobile-menu {
        padding: 10px 15px;
        display: flex;
    }

    .basket-icon, .user-icon {
        height: 40px;
        width: 40px;
        font-size: 15px;
        padding-top: 9px;
        padding-right: 0;
        padding-left: 0;
    }

    .toggle-menu {
        font-size: 15px;
        padding-top: 10px;
        width: 40px;
        border: 2px solid #ebebeb;
        color: #787878;
        border-radius: 5px;
        display: inline-block;
        height: 40px;
        text-align: center;
    }

    header .logo {
        height: 30px;
    }

    .special-part {
        padding-right: 0px;
        padding-left: 0px;
    }

        .special-part .swiper-button-next, .special-part .swiper-button-prev {
            display: none;
        }

        .special-part .h4-title {
            padding-right: 15px;
            margin-bottom: 10px;
        }

    .col-product-new {
        padding: 0;
    }

    .product-new {
        padding: 0;
    }

    .product.product-new .product-title {
        height: unset;
    }

    .part-new {
        padding-bottom: 0;
    }

    .product {
        padding: 0;
    }

    .h4-title {
        margin-bottom: 25px;
    }

    footer .benefit-part {
        height: 80px;
        margin-top: -80px;
    }

        footer .benefit-part img {
            height: 50px;
            margin: 0;
        }

    footer .social-icon-container {
        text-align: center;
    }

    .overlay {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        z-index: 12;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s;
        background-color: rgba(0, 0, 0, 0.1)
    }

        .overlay.show-up {
            opacity: 1;
            visibility: visible;
        }

    .menu-mobile {
        right: -60%;
        width: 75%;
        position: fixed;
        top: 0;
        bottom: 0;
        background-color: white;
        z-index: 12;
        visibility: hidden;
        transition: all 0.2s;
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        box-shadow: 0 0 5px #AAA;
    }

        .menu-mobile.show-up {
            right: 0;
            visibility: visible;
            opacity: 1;
        }

    .side-logo {
        height: 60px;
    }

    .mobile-menu-body {
        padding: 15px;
        overflow-y: scroll;
        max-height: 100%;
    }

    .mob-menu-list {
        padding: 0;
        margin: 0;
    }

        .mob-menu-list > li > a {
            padding: 5px 12px 5px 35px;
            position: relative;
            display: block;
            font-size: 14px;
            cursor: pointer;
            border-bottom: 1px solid #CD9B47;
            text-align: right;
            color: #262a2f !important;
        }

            .mob-menu-list > li > a > i {
                position: absolute;
                left: 0;
                top: 7px;
                transition: all ease 0.3s;
                -o-transition: all ease 0.3s;
                -webkit-transition: all ease 0.3s;
                -moz-transition: all ease 0.3s;
                font-size: 12px;
            }

        .mob-menu-list.lv-a {
            padding: 0 0 0 20px;
            /*
            background: rgba(0, 0, 0, 0.03);
            box-shadow: inset 0 1px 3px rgba(0,0,0,0.06), inset 0 1px 2px rgba(0,0,0,0.12);
			*/
        }

            .mob-menu-list.lv-a > li > a {
                font-size: 13px;
                padding: 5px 10px 5px 30px;
            }

            .mob-menu-list.lv-a > li a > i {
                left: 8px;
                top: 8px;
            }

        .mob-menu-list.lv-b {
            padding-right: 30px;
        }

            .mob-menu-list.lv-b > li > a {
                padding: 5px 15px 5px 15px;
                font-size: 13px;
                font-weight: 300;
                color: #666;
            }

    .has-sub.lv-show i {
        transform: rotate(180deg);
    }

    .mob-menu-list.lv-a, .mob-menu-list.lv-b {
        max-height: 0;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
        opacity: 0;
        visibility: hidden;
        transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
    }

    .lv-show + .mob-menu-list.lv-a {
        max-height: 800px;
        padding-top: 10px;
        padding-bottom: 10px;
        opacity: 1;
        visibility: visible;
        display: block;
    }

    .lv-show + .mob-menu-list.lv-b {
        max-height: 800px;
        opacity: 1;
        visibility: visible;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .side-basket {
    }

        .side-basket ul {
            padding: 15px;
            padding-bottom: 70px;
        }

        .side-basket h2 {
            padding-top: 17px;
        }

    .basket-part.show-up .side-basket {
        width: 85%;
    }

    .side-basket.basket-page {
        position: relative;
        bottom: unset !important;
        height: unset !important;
        box-shadow: none;
    }

        .side-basket.basket-page ul {
            max-height: unset !important;
            padding: 0;
            overflow-y: unset !important
        }

    .basket-total {
        padding-bottom: 15px;
        padding-top: 10px;
    }

        .basket-total a {
            margin-top: 7.5px;
        }

    .side-basket hr {
        margin-bottom: 0px;
    }

    .basket-item {
        margin-bottom: 15px;
        padding-right: 0;
    }

    .basket-part.show-up .basket-icon {
        bottom: 60%;
        box-shadow: none;
        left: 0;
    }

    .basket-part .basket-icon-count {
        position: absolute;
        right: unset !important;
        top: unset !important;
        color: white;
        display: inline-block;
        font-size: 12px;
        left: 36px;
        bottom: 14px;
    }

    .next-level-part .button {
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .side-basket ul {
        overflow-y: scroll;
    }

    .menu-mobile-header .bt-left, .basket-header .bt-left, .filter-header-bar .bt-left {
        display: inline-block;
        left: 8px;
        top: 17px;
        position: absolute;
        font-size: 20px;
    }

    .search-result-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .search-order-container {
        padding-top: 10px;
    }

        .search-order-container select {
            display: block;
            border: 2px solid #ebebeb;
            border-radius: 5px;
        }

        .search-order-container h4 {
            margin: 0;
        }

    .product-box-footer {
        display: block;
        background-color: white;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        height: 60px;
        z-index: 10;
        box-shadow: 0 0 10px #e2e2e2;
        border-radius: 10px 10px 0 0;
        padding: 10px 15px;
    }

        .product-box-footer .button-orange {
            height: 40px;
            border-radius: 10px;
            width: 100%;
        }

        .product-box-footer .price-off {
            font-size: 10px;
            text-decoration: line-through;
        }

        .product-box-footer .low-height {
            line-height: 20px;
        }

        .product-box-footer .button {
            padding-top: 6.5px;
            padding-bottom: 5px;
        }

    .post-container {
        padding-left: 15px;
        padding-right: 15px;
    }

        .post-container img {
            height: unset !important;
        }

    .cart-page {
        padding-left: 0;
        padding-right: 0;
    }

    .basket-page > ul {
        padding: 0 !important;
    }

    .profile-order-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .progress-title {
        font-size: 10px;
    }

    .modal-body {
        padding-left: 0;
        padding-right: 0;
    }

    .md-content .modal-head {
        padding: 0 15px;
    }

    .next-level-part {
        padding: 0 15px;
    }

    .modal-body label {
        font-size: 10px;
    }

    .modal-close {
        top: 7.5px;
    }

    .address-item label {
        font-size: 8px;
    }

    .address-item .address-title {
        height: unset;
    }

    .address-item .edit-part {
        padding-top: 0;
    }

    .send-type-item {
        padding-left: 0 !important;
    }

        .send-type-item [data-bind='text: name'], .delivery-type-item [data-bind='text: name'] {
            font-size: 10px !important;
        }

        .send-type-item .send-type-price, .delivery-type-item .send-type-price {
            font-size: 15px !important;
        }

    .no-padding-left-xs {
        padding-left: 0;
    }

    .delivery-type-item {
        padding-left: 0 !important;
    }

    .coupon-part {
        width: 100%;
    }

        .coupon-part [type='text'] {
            width: 50%;
        }

        .coupon-part [type='button'] {
            width: 40%;
            float: left;
        }

    footer .enamad-container img {
        max-height: 170px;
    }

    .blog-item .blog-image {
        max-height: 135px;
    }
}
