@font-face {
    font-family: 'IRANSans';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/IRANSansRegular.woff2') format("woff");
}

@font-face {
    font-family: 'IRANSansBold';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/IRANSansBold.woff2') format("woff2");
}

@font-face {
    font-family: Pelak;
    font-style: normal;
    font-weight: 100;
    src: url('../fonts/Pelak-Thin.woff2') format('woff2');
}

@font-face {
    font-family: Pelak;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Pelak-light.woff2') format('woff2');
}

@font-face {
    font-family: Pelak;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Pelak-Medium.woff2') format('woff2');
}

@font-face {
    font-family: Pelak;
    font-style: normal;
    font-weight: 800;
    src: url('../fonts/Pelak-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: Pelak;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/Pelak-Black.woff2') format('woff2');
}


body {
    font-family: Pelak;
    font-size: 13px;
    direction: rtl;
    text-align: right;
    line-height: 25px;
    padding: 0;
    background: #f7f7f7;
    margin: 0;
    padding-top: 150px;
}

    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;
}

.col-mini {
    padding-right: 5px;
    padding-left: 5px;
}

.row-middle {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.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;
    background: white;
}

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: 130px;
}

    header.fixed-header {
        height: 65px;
    }

        header.fixed-header.with-nav {
            height: 115px;
        }

.shadow-second {
    box-shadow: 0 0 10px #002E5A;
}

.top-banner-container {
    height: 70px;
    transition: all 0.2s;
    background-color: #1b55a3;
    display: none;
}

header.fixed-header .top-banner-container {
    height: 0;
}

.top-banner-container img {
    height: 100%;
}

header .search-part {
    background-color: white;
    height: 50px;
    border-radius: 25px;
    padding-right: 55px;
    position: relative;
    border: 2px solid #ebebeb;
}

    header .search-part button {
        position: absolute;
        right: 2px;
        top: 13px;
        width: 50px;
        border-radius: 50%;
        font-size: 20px;
        border: none;
        color: #a6a6a6;
        outline: none;
        z-index: 1;
        background: white;
    }

    header .search-part input {
        width: 100%;
        border: none;
        background-color: transparent;
        padding: 5px 0 5px 10px;
        height: 100%;
        outline: none;
        position: absolute;
        left: 0;
        right: 50px;
        z-index: 3;
    }

.quick-search {
    position: absolute;
    left: 15px;
    right: 15px;
    padding-top: 10px;
    background: #f5f5f5;
    border-radius: 25px;
    padding-right: 15px;
    line-height: 30px;
    font-size: 12px;
    border: 2px solid #dedddd;
    top: 50px;
    padding-bottom: 5px;
    max-height: 200px;
    overflow-y: scroll;
    z-index: 1;
}

.header-basket-container {
    padding-top: 0;
}

.basket-icon {
    width: 50px;
    border: 2px solid #ebebeb;
    color: #787878;
    border-radius: 50%;
    display: inline-block;
    height: 50px;
    text-align: center;
    padding-top: 14px;
    font-size: 20px;
    margin-right: 5px;
    float: left;
    position: relative;
    background-color: white;
}

.basket-icon-count {
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: #6688cc;
    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: 10.5px;
}

.user-icon {
    border: 2px solid #ebebeb;
    color: #787878;
    border-radius: 50px;
    display: inline-block;
    height: 50px;
    text-align: center;
    padding-top: 11px;
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
    padding-right: 20px;
    padding-left: 20px;
    float: left;
    background-color: white;
}

.header-menu-part {
    border-bottom: 2px solid rgba(0,0,0,.1);
    transition: all 0.2s;
    background-color: #0B89D9;
}

    .header-menu-part:hover {
        background-color: #002E5A;
    }

.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;
            color: white;
        }

.menu-icon {
    font-weight: bold;
    color: white;
    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 > ul {
        padding-right: 0;
    }

        .menu-icon-container > ul > li {
            list-style: none;
            transition: all 0.2s;
            display: inline-block;
        }

        .menu-icon-container > ul li:hover {
        }

        .menu-icon-container > ul li a {
            display: inline-block;
            padding-right: 10px;
            padding-left: 10px;
        }

        .menu-icon-container > ul > li > a {
            color: white;
        }

.menu-side ul {
    padding-right: 10px;
}

.sub-menu {
    position: fixed;
    left: 0;
    right: 0;
    background-color: white;
    z-index: 11;
    top: 140px;
    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;
}

    .sub-menu ul {
        padding-right: 0px;
    }

        .sub-menu ul li {
            display: inline-block;
            line-height: 25px;
            width: 100%;
            transition: all 0.2s;
            font-size: 12px;
        }

    .sub-menu h4 {
        margin-bottom: 15px;
    }

    .sub-menu .menu-image {
        width: 100%;
    }

    .sub-menu ul li:hover {
        padding-right: 5px;
    }

    .sub-menu .border-side {
        border-left: 2px solid rgba(0,0,0,.1);
        padding-left: 0;
    }

    .sub-menu .menu-image-container {
        text-align: center;
        padding: 0 15px;
        position: relative;
    }

        .sub-menu .menu-image-container img {
            max-width: 150px;
            height: 150px;
        }

        .sub-menu .menu-image-container .menu-title {
            display: inline-block;
            margin-top: 20px;
            margin-bottom: 0;
            height: unset;
        }

.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 li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 130px;
}

.menu-icon-container li:hover .menu-icon {
    color: white !important;
}

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%;
    width: 50%;
    border-radius: 40px;
}

.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: 15px;
    border: 2px solid #ebebeb;
}

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: 30px;
        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;
    margin-top: 50px;
}

.special-part h3.title-page {
    text-align: right;
    width: 100%;
    position: relative;
}

.special-part {
    background-color: #002E5A;
    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: #002E5A;
            color: white !important;
        }

    .special-part .h4-title {
        color: white;
        margin: 0;
        margin-top: 10px;
    }

.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-row-container {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.product-col {
    max-width: 20%;
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.product {
    position: relative;
    padding: 5px;
}

    .product .product-image {
        width: 80%;
        margin: 0 auto;
    }

.product-item {
    padding-top: 15px;
    border: 2px solid #ebebeb;
    background-color: white;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    border-radius: 15px;
    transition: all 0.2s;
    padding-bottom: 15px;
    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: 80%;
    margin: 0 auto;
}

.product-title {
    width: 100%;
    display: inline-block;
    padding: 15px 15px 0;
    overflow: hidden;
    height: 60px;
}

.product-brand {
    width: 100%;
    display: inline-block;
    font-size: 12px;
}

.product-count {
    margin: 10px 0;
    width: 100px;
    border: 1px solid #d5d5d4;
}

.product-price {
    color: #002E5A;
    text-align: right;
    padding: 10px 0;
}

    .product-price.unavailable {
        color: red;
        font-weight: bold;
    }

        .product-price.unavailable[product-status='PRODUCT_STATUS_SOON'] {
            color: #002E5A;
        }

.product .discount-tag, .menu-image-container .discount-tag {
    background-color: #002E5A;
    width: 40px;
    padding-top: 2.5px;
    font-weight: bold;
    font-size: 10px;
    color: white !important;
    border-radius: 5px;
    border: 2px solid #002E5A;
    display: inline-block;
    text-align: center;
    float: left;
}

.product .add-to-cart {
    border: 2px solid #0B89D9;
    width: 100%;
    height: 40px;
    padding-top: 6px;
    font-weight: bold;
    color: #0B89D9 !important;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}

.product .unavailable {
    border: 2px solid #444444;
    color: #444444 !important;
    background-color: #e8e8e8;
}

.product .product-price-content {
    line-height: 20px;
    width: 100%;
    display: inline-block;
}

.product .product-price {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
}

.product-price-timer {
    font-size: 12px;
    color: #979899;
    cursor: pointer;
    display: none;
}

.product-price-timer-icon {
    color: #979899;
    font-size: 11px;
    cursor: pointer;
}

.item-main-price {
    font-weight: bold;
}

    .item-main-price.text-center {
        width: 100%;
        display: inline-block;
    }

.item-old-price {
    text-decoration: line-through;
    font-size: 10px;
    color: #979899;
    margin: 0 10px;
}

.discount-row-part {
    padding: 30px 0;
}

.discount-row {
    background-color: #002E5A;
    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;
    }

    .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: #002E5A;
        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:hover {
        background-color: #002E5A;
        transition: all 0.2s;
        color: white;
    }

        .blog-item:hover .blog-title {
            color: white !important;
        }

        .blog-item:hover .blog-more {
            background-color: white;
            color: #002E5A;
        }

.h4-title {
    font-size: 20px;
    margin-bottom: 20px;
}

main {
}

footer {
    background-color: #f1f5f6;
    padding: 50px 0 0;
}

    footer .benefit-part {
        height: 165px;
        background-color: white;
        border-radius: 5px;
        box-shadow: 0 0 10px #ebebeb;
        border: 2px solid #ebebeb;
        margin-top: -135px;
        padding: 12.5px 15px 15px;
        font-weight: bold;
        font-size: 17px;
    }

        footer .benefit-part img {
            height: 100px;
            margin-left: 10px;
        }

        footer .benefit-part span {
            width: 100%;
            display: inline-block;
            font-size: 12px;
        }

    footer .enamad-container {
        text-align: right;
    }

        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%;
        }

    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: #002E5A;
            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: #002E5A;
}

.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 {
    height: 427px;
}

    .product-new-big img {
        max-height: 100%;
    }

.product-new-big {
    border: 2px solid #ebebeb;
    background-color: white;
    text-align: center;
    border-radius: 5px;
    transition: all 0.2s;
    padding: 50px;
}

.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-item .bt-up {
    display: none;
}

.filter-item.expanded .bt-up {
    display: block;
}

.filter-item.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;
}

.filter-content {
    display: none;
}

.filter-item.expanded .filter-content {
    display: block;
}

.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: #002E5A;
        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: #002E5A !important;
}

.pretty .state label:before {
    background-color: white;
}

.side-category {
    padding: 0;
    font-size: 12px;
    line-height: 30px;
    overflow: hidden;
    margin-bottom: 15px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .side-category.expanded {
        max-height: unset;
    }


    .side-category ul {
        padding-right: 30px;
        line-height: 25px;
    }

    .side-category i.bt-down {
        color: #2c3b92;
        font-weight: bold;
    }

.filter-part-container {
    position: sticky;
    top: 80px;
}

.filter-part-container {
    padding: 0;
}

.filter-part-content {
    background-color: white;
    padding: 0;
    border-radius: 5px;
    margin-bottom: 15px;
}

.filter-header {
    padding: 13.5px 15px;
    text-align: right;
    position: relative;
    font-weight: bold;
    cursor: pointer;
    border-bottom: 2px solid #f5f5f5;
}

    .filter-header i {
        position: absolute;
        left: 15px;
        top: 16px;
        display: inline-block;
    }

        .filter-header i.fa-chevron-up {
            display: none;
        }


.search-order-container {
    background-color: white;
    padding: 15px 15px 2.5px;
}

    .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: #002E5A;
        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;
        width: 100%;
        border-left: 2px solid #ebebeb;
    }

    .product-details .product-details-icons {
        position: absolute;
        padding: 0;
        left: 10px;
        top: -15px;
        line-height: 35px;
    }

.related-container {
    padding-top: 15px;
}

.list-breadcrumb {
    list-style: none;
    margin: 0 auto 16px auto;
    padding: 0;
}

    .list-breadcrumb li {
        display: inline-block;
        font-size: 11px;
        margin: 0 5px;
    }

.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;
}

.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-bottom: 15px;
}

.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 {
    padding: 18px 10px;
    border: 2px solid #dee2e6;
    border-radius: 5px;
    display: inline-block;
    margin-left: 2px;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;
    text-align: center;
    line-height: 0;
    height: 35px;
    margin-bottom: 5px;
}

    .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: #5088d2;
    background-color: #cbe1ff;
}

.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: #002E5A;
        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 {
    background-color: #002E5A;
    border-color: #002E5A;
    color: white;
}

.button-bale {
    background-color: #00C493 !important;
    border-color: #00C493 !important;
    color: white;
}

.button-brown {
    background-color: #CD9B47;
    border-color: #CD9B47;
    color: white;
}

.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: #002E5A;
    }

        .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;
        height: 40px;
    }

        .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: 100000;
    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-image: linear-gradient(to right, #1e8688, #1db7be);
    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: 0.6;
        visibility: visible;
    }

.mz-expand .mz-caption {
    font-family: Peyda;
}

.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: #002E5A;
    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;
    margin-bottom: 30px;
    direction: rtl !important;
    text-align: right !important;
    border: 2px solid #ebebeb;
}

    .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 h2 {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .category-container ul {
        list-style: disc;
        line-height: 30px;
    }

    .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: #002E5A;
            }

.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: #002E5A;
    border-color: #002E5A;
    color: white;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 4px;
}

.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: 70px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.quick-search {
    position: absolute;
    left: 15px;
    right: 15px;
    padding-top: 10px;
    background: #f5f5f5;
    border-radius: 25px;
    padding-right: 15px;
    line-height: 30px;
    font-size: 12px;
    border: 2px solid #dedddd;
    top: 50px;
    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: 10px;
        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;
}

.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-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;
    width: 50%;
    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: 12px;
}

.payment-part-container {
    border: 2px solid #ebebeb;
    border-radius: 12px;
    padding: 30px;
}

.coupon-part {
    display: inline-block;
    border: 1px solid #CACACA;
    border-radius: 10px;
    margin: 0 auto;
}

    .coupon-part [type='button'] {
        border: 2px solid #1F7F80;
        border-radius: 10px;
        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: 10px;
        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: 15px;
    width: 40px;
    height: 40px;
    margin-left: 10px;
    border: 1px solid #CACACA;
}

.your-credit-part-content {
    padding: 30px;
    border-radius: 5px;
    border: 2px solid #ebebeb;
    font-size: 15px;
    font-weight: bold;
}

.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: #002E5A;
        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: #002E5A;
        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: #002E5A;
}

.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;
}

.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: 15px;
}

    figure.effect-apollo h2 {
        text-align: right;
        text-shadow: 0 0 5px black;
        font-size: 16px;
    }

.product-row {
    background-color: white;
    border-radius: 15px;
}

    .product-row .product-row-title {
        padding: 30px;
        border-bottom: 2px dashed #eaeaea;
        height: 80px;
    }

        .product-row .product-row-title.double-title {
            height: 110px;
        }

        .product-row .product-row-title h2 {
            font-weight: bold;
            font-size: 16px;
            float: right;
        }

.side-product-banner {
}

.side-product-banner {
    width: 100%;
    text-align: center;
}

    .side-product-banner img {
        width: 100%;
        margin: 0 auto;
    }

.special-part-container {
    background-color: #fcaf17;
}

.installment-part ul {
    list-style: disc;
}

.installment-part .installment-icon {
    padding: 5px 0;
}

    .installment-part .installment-icon img {
        width: 100%;
        padding: 15px;
        background-color: white;
    }

.brand-part-container {
    background-color: #fcaf17;
}

    .brand-part-container h4 {
        color: white;
        text-align: center;
        text-shadow: 0 0 10px #626262;
    }

.brand-slider-container {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}

.brand-item {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

    .brand-item img {
        width: 100%;
        border-radius: 5px;
    }

.side-checkbox {
    padding-top: 10px;
    padding-bottom: 10px;
}

.filter-price-container {
    padding: 15px;
}

.single-checkbox {
    padding-right: 15px;
}

.navigation {
    margin-bottom: 15px;
}

    .navigation a {
        color: #7f7f7f;
    }

.product-details {
    background-color: white;
    border-radius: 10px;
    padding: 30px;
    text-align: right;
}

    .product-details .box-pay-cash {
        background-color: #f2f2f2;
        color: #3C82F4;
        padding: 5px 5px 5px 15px;
        display: inline-block;
        border-radius: 10px;
        width: 100%;
        margin-bottom: 10px;
        color: black;
    }

        .product-details .box-pay-cash img {
            width: 40px;
            border-radius: 5px;
            margin-left: 10px;
        }

    .product-details .box-installment-snapp {
        background-color: #EFF6FF;
        color: #3C82F4;
        padding: 5px 5px 5px 15px;
        display: inline-block;
        border-radius: 10px;
        width: 100%;
    }

.container-price {
    display: flex;
    align-items: center;
    justify-content: left;
}

.product-details .box-installment-snapp img {
    width: 40px;
    border-radius: 5px;
    margin-left: 10px;
}

.product-details .product-image-container {
    border-left: 2px solid #f4f4f4;
    padding: 30px;
}

.product-details .product-related-container {
    padding-top: 30px;
}

    .product-details .product-related-container img {
        width: 60px;
        height: 60px;
        border-radius: 5px;
        border: 2px solid #f4f4f4;
    }

.product-details h1 {
    font-size: 20px;
}

.product-details .product-tags {
    list-style: square;
    line-height: 20px;
}

    .product-details .product-tags li {
        margin-bottom: 10px;
        list-style: square;
    }

        .product-details .product-tags li.underline-text a {
            border-bottom: 1px dashed #AAA;
        }

.product-benefits {
    border-top: 1px dashed #081e6a;
    padding-top: 15px;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    font-size: 11px;
    font-weight: bold;
}

.product-details .benefit-part {
    left: 0;
    bottom: 0;
    font-size: 10px;
    width: 50%;
}

    .product-details .benefit-part span {
        display: none;
    }

.product-details-content {
    padding: 0 30px 30px;
}

.product-details .brand-icon img {
    width: 30px;
    margin-left: 10px;
}

.product-details-discount {
    color: #002E5A;
    background-color: #e8eef5;
    border-radius: 25px;
    position: absolute;
    display: inline-block;
    top: 0;
    left: 15px;
    font-size: 12px;
    padding: 5px 10px;
    font-weight: bold;
}

.product-details-box-cart {
    background-color: white;
    border-radius: 10px;
    padding: 30px 15px;
    position: sticky;
    top: 130px;
}

    .product-details-box-cart .price-off {
        text-decoration: line-through;
    }

.list-custom-feild {
    list-style: none;
}

    .list-custom-feild li {
        padding: 10px;
        min-height: 42px;
    }

        .list-custom-feild li strong {
            min-width: 140px;
            color: #757575;
            display: inline-block;
            font-weight: 400;
        }

.box-swiper-collection .circle {
    display: none
}

.list-custom-feild li:nth-child(odd) {
    background-color: #FAFAFA;
}

.list-custom-feild li span {
    color: #212121;
}

.list-custom-feild li:nth-child(even) {
    background-color: #fff;
}

.box-feild-value {
    margin: 0;
}

    .box-feild-value .main-title-list-filed {
        font-size: 16px;
        font-weight: 600;
        padding-top: 5px;
        color: #424242;
    }

.box-detail-product {
    margin: 20px 0;
    padding: 30px 15px;
    border-top: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0;
    text-align: justify;
}

    .box-detail-product .main-title-detail-product {
        font-size: 16px;
        font-weight: 600;
        color: #424242;
    }

    .box-detail-product p {
        color: #616161;
    }

.product-icon i {
    font-size: 25px;
    margin-bottom: 10px;
}

.product-icon a {
    display: inline-block;
    width: 100%;
    font-size: 8px;
    font-weight: bold;
}

.price-part {
    border-top: 1px dashed #215e9c;
    border-bottom: 1px dashed #215e9c;
    margin-top: 15px;
    padding: 15px 0;
    font-weight: bold;
}

.dropdown-container {
    border-bottom: 1px dashed #215e9c;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.price-part select {
    width: 100%;
    padding: 10px;
}

.count-part {
    padding: 15px 0;
    font-size: 11px;
    font-weight: bold;
}

.count-button {
    background-color: #e6e6e7;
    color: black;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: inline-block;
    font-size: 13px;
    text-align: center;
    padding-top: 10px;
    transition: all 0.2s;
}

    .count-button:hover {
        background-color: black;
        color: #e6e6e7;
    }

.basket-item .count-button {
    width: 25px;
    height: 25px;
    padding-top: 2px;
    font-size: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

.total-count {
    font-size: 15px;
    margin-top: -10px;
    display: inline-block;
}

.button-part {
    padding-top: 20px;
}

.button-orange-inverse {
    color: #f36f32;
    border: 2px solid #f36f32;
    font-weight: bold;
    padding: 7.5px 20px;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    font-size: 13px;
    background-color: white;
    box-shadow: none;
}

.button-orange {
    color: white;
    border: 2px solid #f36f32;
    background-color: #f36f32;
    font-weight: bold;
    padding: 7.5px 20px;
    display: inline-block;
    border-radius: 25px;
    text-align: center;
    font-size: 13px;
}

.button-blue-inverse {
    color: #0B89D9;
    border: 2px solid #0B89D9;
    font-weight: bold;
    padding: 7.5px 20px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
    background-color: white;
    box-shadow: none;
}

.button-blue {
    color: white;
    border: 2px solid #0B89D9;
    background-color: #0B89D9;
    font-weight: bold;
    padding: 7.5px 20px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
}

.button-green {
    color: white;
    border: 2px solid #25d366;
    background-color: #25d366;
    font-weight: bold;
    padding: 7.5px 20px;
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
}

.product-buy-part {
    position: absolute;
    bottom: 100px;
    left: 15px;
    right: 15px;
}

.link-button-orange {
    color: #f36f32;
    display: inline-block;
    border-bottom: 2px dashed #f36f32;
}

    .link-button-orange:hover {
        color: #f36f32 !important;
    }

.product-features {
    background-color: white;
    padding: 30px 45px 15px;
    border-radius: 10px;
}

    .product-features h2 {
        font-size: 18px;
    }

    .product-features .feature-item {
        font-size: 13px;
        padding-bottom: 10px;
    }

.product-related {
    background-color: white;
    padding: 30px 30px 15px;
    border-radius: 10px;
}

.product-description {
    background-color: white;
    padding: 30px 45px 15px;
    border-radius: 10px;
}

    .product-description h2, .product-related h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .product-description p {
        font-size: 13px;
    }

    .product-description ul {
        padding-right: 40px;
        list-style: disc;
    }

.package-info {
    display: inline-block;
    background-color: #e8eef5;
    color: #002E5A;
    padding: 5px 20px;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 12px;
    font-weight: bold;
}

.rating-info .space {
    margin-right: 30px;
    margin-left: 30px;
}

.rating-info .comment-count {
    color: #215e9c;
    border-bottom: 1px dashed #215e9c;
    padding-bottom: 0px;
}

.product-details hr {
    border-style: dashed;
}


.product-benefits {
    border-top: 2px solid #ebebeb;
    padding-top: 15px;
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    font-size: 12px;
    font-weight: bold;
}

    .product-benefits img {
        float: right;
        width: 60px;
        color: black;
    }

    .product-benefits div {
        padding-top: 5px;
    }

    .product-benefits span {
        display: inline-block;
    }

.special-offer-container {
    position: relative;
    border-radius: 15px;
}

    .special-offer-container img {
        border-radius: 15px;
    }

.price-index {
    line-height: 0;
    padding-top: 10px;
}

    .price-index .main-price span:first-child {
        font-weight: 600;
        font-size: 20px;
    }

    .price-index .main-price span:nth-child(2) {
        color: #757575;
        font-size: 12px;
        font-weight: 400 !important;
    }

.price-old {
    font-size: 12px;
    color: #757575;
    padding-left: 5px;
}

.disount-percent {
    display: inline-block;
    background-color: #0B89D9;
    color: #fff;
    width: 30px;
    font-size: 10px;
    height: 22px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    border-radius: 2px;
}

.special-offer-box-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.offer-box {
    max-width: 400px;
    background-color: white;
    padding: 45px 30px 30px;
    border-radius: 15px;
    margin: 60px auto 0 auto;
    text-align: center;
}

    .offer-box .off-percent {
        background-color: #e8eef5;
        color: #002E5A;
        border-radius: 50%;
        width: 70px;
        height: 70px;
        text-align: center;
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        padding-top: 24px;
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .offer-box label {
        font-weight: bold;
        font-size: 15px;
        margin-bottom: 20px;
    }

.wide-banner img {
    border-radius: 15px;
    box-shadow: 0 0 10px #e2e2e2;
}

.pollet-category-container {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -340px;
    z-index: 1;
}

.category-part {
    background-color: white;
    border-radius: 5px;
    padding: 15px;
}

    .category-part h3 {
        margin-bottom: 15px;
    }

.row-category, .row-banner {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.col-category, .col-banner {
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.category-item {
    text-align: center;
}

    .category-item img {
        border-radius: 15px;
        border: 2px solid #ebebeb;
    }

    .category-item .category-title {
        border-radius: 15px;
        border: 2px solid #ebebeb;
        display: inline-block;
        width: 100%;
        margin-top: 5px;
        text-align: center;
        padding: 10px 15px;
        background-color: white;
    }

    .category-item .category-devider {
        border: 1px solid #ebebeb;
        display: inline-block;
        width: 80px;
        margin-top: 5px;
    }

.owl-carousel .owl-stage-outer {
    border-radius: 15px;
}

.owl-carousel .owl-item img {
    border-radius: 15px;
}

.owl-item {
    filter: blur(10px);
    border: 2px solid #ebebeb;
    box-shadow: 0 0 10px #ebebeb;
    border-radius: 15px;
    opacity: 0.3;
    transition: all 0.2s;
}

    .owl-item.center {
        filter: none;
        opacity: 1;
    }

.special-offer-icon {
    width: 30px;
    margin-left: 10px;
    margin-right: 10px;
}

.swiper-button-next:after, .swiper-button-prev:after,
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    left: 40px;
    right: auto;
}

.swiper-slide.swiper-slide-duplicate-active {
    filter: blur(8px);
    -webkit-filter: blur(8px);
    pointer-events: none;
    opacity: 1;
}

.product-details .product-details-icons a {
    cursor: pointer;
}


/*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: 750px;
    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: 450px;
    }

    .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: #f0f0f0;
}

    .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: .6;
    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 {
    position: absolute;
    top: -50px;
    width: 100%;
    z-index: 1;
}

    .md-content .modal-head h3 {
        font-size: 15px;
        border-radius: 20px;
        height: 50px;
        padding: 12px 0;
        display: inline-block;
        color: #262a2f !important;
    }

        .md-content .modal-head h3 img {
            height: 30px;
            margin-left: 5px;
        }

.modal-header {
    position: relative;
    display: block;
    padding-right: 70px;
    border: none;
}

    .modal-header label {
        display: inline-block;
        font-weight: bold;
        font-size: 17px;
    }

    .modal-header .logo {
        height: 50px;
        float: right;
        margin-left: 15px;
        position: absolute;
        right: 0;
        top: 20px;
    }

.modal-close {
    position: absolute;
    display: inline-block;
    left: 10px;
    top: 10px;
    background-color: white;
    height: 30px;
    width: 30px;
    text-align: center;
    z-index: 10;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #f5f5f5;
    padding-top: 3.5px;
}

    .modal-close i {
        color: black;
        font-weight: bold;
        font-size: 16px;
    }

    .modal-close .bt-arrow-left:before {
        margin: 0;
    }

.modal-foot {
    width: 100%;
    text-align: center;
    line-height: 0;
    padding-bottom: 30px;
}

    .modal-foot a {
        display: inline-block;
        width: unset;
        padding: 20px 25px;
        margin: 0;
    }

.modal-body {
    padding: 15px;
}

    .modal-body.no-padding {
        padding-right: 0;
        padding-left: 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;
}

.modal-title {
    display: inline-block;
    margin-bottom: 10px;
    display: inline-block;
    color: #c1c1c1;
    width: 100%;
}

.show-password {
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 1;
    font-size: 25px;
    color: #b9b9b9;
    cursor: pointer;
}

.required {
    color: red;
    font-weight: bold;
}

#modal-compare-products .col-sm-3:last-child .product {
    border: none;
}


/*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;
    }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    appearance: textfield;
}

@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;
    }

    .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;
    }

    .row-mini-xs {
        margin-left: -5px;
        margin-right: -5px;
    }

    .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: 110px;
    }

    header, header.fixed-header {
        height: 110px;
    }

        header.fixed-header.with-nav {
            height: 110px;
        }

        header .logo {
            margin-top: 5px;
        }

    .search-container-part {
        opacity: 1;
        visibility: visible;
        margin-top: 10px;
    }

    header.fixed-header.with-nav .search-container-part {
        opacity: 1;
        visibility: visible;
    }

    header .search-part {
        height: 40px;
    }

        header .search-part button {
            top: 7px;
        }

    .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: 8px;
        padding-right: 0;
        padding-left: 0;
    }

    .toggle-menu {
        font-size: 15px;
        padding-top: 8px;
        width: 40px;
        border: 2px solid #ebebeb;
        color: #787878;
        border-radius: 50%;
        display: inline-block;
        height: 40px;
        text-align: center;
        margin-right: 5px;
    }

    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: 110px;
        margin-top: -80px;
        padding-right: 0;
        padding-left: 0;
    }

        footer .benefit-part img {
            height: 50px;
            margin: 0;
        }

        footer .benefit-part span {
            font-size: 9px;
        }

    footer .social-icon-container {
        text-align: center;
    }

    footer .copyright {
        font-size: 10px;
    }

    .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: 30px;
    }

    .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 #2b3b92;
            text-align: right;
            color: #262a2f !important;
        }

            .mob-menu-list > li > a > i {
                position: absolute;
                left: 12px;
                top: 6px;
                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: 6px;
            }

        .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;
        }

        .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 {
        max-height: 280px;
        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);
    }

    .single-checkbox {
        height: 50px;
        padding-top: 13px;
        font-weight: bold;
    }

    .search-order-container {
        padding-top: 10px;
        height: 50px;
    }

        .search-order-container label {
            margin: 0;
        }

        .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;
        }

    .product .discount-tag, .menu-image-container .discount-tag {
        top: 5px;
        left: 5px;
        background-color: white;
    }

    .basket-header {
        height: 60px;
        border-bottom: 2px solid rgba(0, 0, 0, .1);
        padding-top: 3px;
    }

    .product-details {
        padding: 15px;
    }

        .product-details h1 {
            line-height: 40px;
            margin-bottom: 0;
            text-align: center;
        }

    .brand-line-container {
        border-bottom: 2px solid #dee2e6 !important;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .product-details-discount {
        left: 0;
    }

    .product-details .product-image-container {
        border: 0;
        padding: 0;
    }

    .package-info {
        width: 100%;
        text-align: center;
    }

    .product-benefits {
        position: relative;
        right: unset;
        top: unset;
        left: unset;
        bottom: unset;
        padding-top: 10px;
    }

    .product-details-content {
        padding: 0;
    }

    .rating-info {
        display: none;
    }

    .product-features {
        padding: 15px 0 0;
    }

        .product-features .feature-title {
            background-color: #f7f7f7;
            padding: 5px 15px;
        }

        .product-features .feature-value {
            padding: 5px 15px;
        }

        .product-features .feature-item {
            padding-bottom: 0;
        }

    .product-description {
        padding: 15px;
    }

        .product-description h2 {
            line-height: 30px;
        }

    .product-row .product-row-title {
        padding: 15px;
    }

        .product-row .product-row-title.double-title {
            height: 80px;
        }

    .special-offer-box-container {
        position: relative;
    }

    .offer-box {
        margin-top: 15px;
    }

    .padding-mini-xs {
        padding-left: 5px;
        padding-right: 5px;
    }

    .pollet-category-container {
        position: relative;
        margin-top: 15px;
    }

    .installment-part .installment-icon {
        padding: 15px 0;
    }

    .product .add-to-cart {
        font-size: 10px;
    }

    .category-item .category-title {
        font-size: 11px;
    }

    .product-details .main-picture {
        border: none;
        max-width: 70%;
        margin: 0 auto;
    }

    .product-buy-part {
        position: inherit;
    }

    .product-buy-part {
        bottom: unset;
        left: unset;
        right: unset;
        position: relative;
    }

    .product-details h1 {
        margin-top: 15px;
    }

    .product-details .product-tags {
        padding-right: 20px;
    }

    .product-details .box-installment-snapp, .product-details .box-pay-cash {
        font-size: 10px;
    }

        .product-details .box-pay-cash img, .product-details .box-installment-snapp img {
            width: 35px;
        }

    .list-custom-feild {
        padding: 0;
    }

    .container-price {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        display: block;
        z-index: 100;
        background: white;
        padding: 10px;
        box-shadow: 0 0 10px #e2e2e2;
    }

    .col-xs-2-5 {
        max-width: 20% !important;
        flex: 0 0 20% !important;
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .col-xs-2-5 .modal-input {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .col-low {
        padding-left: 7.5px;
        padding-right: 7.5px;
    }

    .quick-search {
        left: 0;
        right: 0;
        top: 35px;  
    }

    .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;
    }

    .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;
        }

    .post-container h1 {
        font-size: 20px;
    }
}
