﻿@import url(layout/reset.css);
@import url(layout/fonts.css);
@import url(home/slideshow.css);
.container {
    width: 92%;
}

.mainpanel {
    font-size: 0;
    background: transparent;
    padding: 20px 0;
    box-shadow: 0 0 0 0;
}

.popupstore {
    background: rgba(2, 2, 2, 0.7);
    direction: rtl;
    font-size: 0;
    height: 100vh;
    left: 0;
    position: fixed;
    text-align: right;
    top: 0;
    width: 100%;
    z-index: 10;
    display: flex;
}

    .popupstore strong {
        font-size: 20px;
        text-align: center;
        width: 100%;
        margin: auto;
        display: block;
        background: #fff;
        padding: 10px;
        border-radius: 10px;
        border: 2px solid #fd0000;
        max-width: 500px;
        padding: 45px;
    }

    .popupstore a {
        font-size: 15px;
        background: #fd0000;
        padding: 10px 20px;
        color: #fff;
        border-radius: 10px;
        display: block;
        width: 100px;
        margin: 20px auto 0;
    }

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

.mainpanel .slideshow {
    margin: -40px 0 20px 0;
}

.slideshow, .slidebox {
    border-radius: 0 0 10px 10px;
}

.slideshowbullets {
    bottom: 0
}

    .slideshowbullets .active {
        background: #fff !important;
    }

}

header {
    font-size: 0;
    position: relative;
    height: calc(100vh);
    background: linear-gradient( #fff, #00544f);
    position: relative;
    z-index: 1;
    width: 262px;
    position: fixed;
    top: 0px;
    right: 35px;
    border-radius: 0;
    overflow: hidden;
    box-shadow: 0 0 29px 23px #0d0d0d22;
}

    header:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        height: 70px;
        width: 100%;
        animation: 20s infinite bganimation;
        background: url(/images/bg.png) repeat-x top / 200px;
        z-index: 1;
    }

@keyframes bganimation {
    0% {
        background: url(/images/bg.png) repeat-x center left 0;
        background-size: 200px;
    }

    50% {
        background: url(/images/bg.png) repeat-x center left 200px;
        background-size: 200px;
    }

    100% {
        background: url(/images/bg.png) repeat-x center left 0;
        background-size: 200px;
    }
}

.logo-box {
    text-align: center;
    position: relative;
    display: block;
    padding: 6px 0;
    margin: 0 auto;
}

    .logo-box .logo {
        width: 150px;
        display: block;
        margin: 100px auto 30px;
    }

.header-box {
    display: block;
}

.cart {
    background: #ffeeed url('/icons/cart.png') no-repeat center;
    width: 40px;
    display: inline-block;
    height: 40px;
    background-size: 23px;
    cursor: pointer;
    border-radius: 10px;
    position: absolute;
    left: 420px;
    top: 10px;
    box-shadow: 0 0 6px 1px #0001;
    z-index: 2;
    border: 2px solid #da0000;
}

    .cart strong {
        position: absolute;
        right: -14px;
        top: 24px;
        width: 27px;
        height: 27px;
        line-height: 27px;
        text-align: center;
        background: #da0000;
        color: #fff;
        border-radius: 50px;
        font-size: 16px;
        font-weight: 500;
        border-radius: 6px;
        box-shadow: 0 9px 1px 4px rgba(0,0,0,.04);
    }

/*header .login {
    background: url('/icons/login.png')no-repeat center;
    width: 40px;
    display: block;
    height: 40px;
    background-size: 30px;
    cursor: pointer;
    position: relative;
}
*/
    header .login strong {
        font-size: 20px;
        display: block;
        text-align: left;
        font-weight: 500;
        position: absolute;
        right: 40px;
        top: 4px;
        width: 133px;
    }

header .tools {
    display: block;
    width: 100%;
    margin-top: 60px;
    background: #fff;
    box-shadow: 0 0 20px 4px #0001;
    padding: 20px 25px;
}

header .loginbox {
    background: #fff url('/icons/login.png') no-repeat center;
    display: inline-block;
    height: 40px;
    background-size: 30px;
    cursor: pointer;
    z-index: 2;
    border-radius: 10px;
    background-size: 20px;
    margin-right: 0;
    position: relative;
    width: 40px;
}

    header .loginbox strong {
        font-size: 15px;
        min-width: 167px;
        display: block;
        position: absolute;
        right: 39px;
        top: 6px;
        color: #000;
        cursor: pointer;
        border-radius: 26px;
        text-align: right;
        padding: 0 5px;
        height: 30px;
        line-height: 30px;
        font-weight: 500;
    }

    header .loginbox ul {
        list-style-type: none;
        right: 0;
        top: 47px;
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 9px 1px 4px rgba(0,0,0,.04);
        font-size: 14px;
        padding: 0;
        position: absolute;
        display: none;
        z-index: 2;
        width: 210px;
        overflow: hidden;
        border-top: 4px solid #face41;
    }

        header .loginbox ul li a {
            display: block;
            color: #000;
            min-width: 173px;
            height: 50px;
            line-height: 50px;
            border-bottom: 1px solid #f9f9f9;
            padding: 0 10px;
            transition: 0.5s all ease;
        }

            header .loginbox ul li a:hover {
                background: #face41;
            }

        header .loginbox ul li:last-child a {
            border: 0
        }

header .tools:hover ul {
    display: block;
}

.header-box .menu {
    font-size: 0;
    padding: 20px 0 0 0;
}

    .header-box .menu li {
    }
/*.header-box .menu li:nth-child(2){
    margin-left: 190px;
}
.header-box .menu li:nth-child(2) a:before {
    display: none;
}*/
.adboxes {
    font-size: 0;
}

.header-box .menu li a {
    font-size: 18px;
    position: relative;
    color: #fff;
    font-weight: 200;
    font-weight: 300;
    height: 50px !important;
    display: block;
    line-height: 50px !important;
    padding-right: 30px;
    letter-spacing: -1px;
}

    .header-box .menu li a:before {
        content: '';
        position: absolute;
        right: 0;
        top: 7px;
        height: 10px;
        width: 10px;
        background: linear-gradient(35deg,#ffd687,#face41);
        opacity: 1;
        border-radius: 40px;
        box-sizing: border-box;
        display: none;
    }

.search-box {
    position: relative;
    width: 50%;
    margin: auto;
    display: none;
}

.search-input {
    background-color: #FFF9E8;
}

.search-btn {
    background: url('/icons/seach.png') no-repeat center;
    background-size: 30px;
    background-position-y: center;
    width: 55px;
    height: 55px;
    display: block;
    position: absolute;
    left: 0;
    z-index: 1;
    top: 10px;
}

.suggestedproducts {
    background: linear-gradient(#dddcdb, #c7c3b7 );
    position: relative;
    display: block;
    min-height: 288px;
    margin-top: 40px;
    border-radius: 20px;
    padding: 40px 0;
    overflow: hidden;
    width:100%;
}

    .suggestedproducts ul {
        font-size: 0;
        padding-right: 207px;
        margin-bottom: 25px;
        margin-top: auto;
        direction: rtl;
        text-align: right;
    }

        .suggestedproducts ul li {
            width: 22.9%;
            display: inline-block;
            margin-left: 2%;
            vertical-align: top;
            background: #fff;
            text-align: center;
            border-radius: 15px;
            margin-bottom: 20px;
            min-height: 425px;
            border: 2px solid #fff;
            transition: 2s all ease;
            max-height: 425px;
            overflow: hidden;
        }

            .suggestedproducts ul li:hover {
                opacity: 0.8;
                background: #fff;
                border: 2px solid #000;
            }

                .suggestedproducts ul li:hover h2 {
                    color: #07005c;
                }

            .suggestedproducts ul li a {
                display: block;
                color: #000;
                width: 100%;
            }

                .suggestedproducts ul li a div {
                    font-size: 11px;
                    height: 60px;
                    position: relative;
                    line-height: 70px;
                    text-align: center;
                }

                    .suggestedproducts ul li a div:last-child:before {
                        display: none;
                    }

                    .suggestedproducts ul li a div.size-1 {
                        background: url(/images/350-min.png) no-repeat bottom 1px right 5px;
                        background-size: 40px;
                    }

                    .suggestedproducts ul li a div.size-2 {
                        background: url(/images/700-min.png) no-repeat bottom 1px right 5px;
                        background-size: 40px;
                    }

                    .suggestedproducts ul li a div.size-6 {
                        background: url(/images/1000-min.png) no-repeat bottom 1px right 5px;
                        background-size: 40px;
                    }

                    .suggestedproducts ul li a div:before {
                        content: '';
                        bottom: 0;
                        left: 0;
                        right: 0;
                        position: absolute;
                        height: 2px;
                        background: linear-gradient(90deg, transparent, #ddd, transparent);
                    }

                .suggestedproducts ul li a h2 {
                    font-size: 15px;
                    height: 90px;
                    padding: 10px 20px;
                    font-weight: 200;
                    line-height: 33px;
                    font-weight: 500;
                    text-align: center;
                    color: #543a1e;
                }

                .suggestedproducts ul li a img {
                    width: 200px;
                    margin: 10px auto 0;
                    border-radius: 15px;
                    display: block;
                    height: 200px;
                    object-fit: contain;
                }

                .suggestedproducts ul li a .mm {
                    font-size: 15px
                }

                .suggestedproducts ul li a .degree {
                    font-size: 15px;
                    padding-right: 5px;
                    color: #017233;
                }

                .suggestedproducts ul li a .price {
                    font-size: 15px;
                    font-weight: 500;
                    margin-right: 20px;
                    display: inline-block;
                    position: relative;
                }

                    .suggestedproducts ul li a .price:before {
                        content: 'تومان';
                        position: absolute;
                        left: -25px;
                        top: -2px;
                        font-size: 10px;
                        transform: rotate(-30deg);
                        color: #777;
                        letter-spacing: -1px;
                        font-weight: 200;
                    }

                .suggestedproducts ul li a .pricetype {
                    font-size: 15px;
                    padding-right: 5px;
                }

.suggestedproducts-titr {
    position: absolute;
    width: 149px;
    right: 26px;
    top: 43px;
    color: #327571;
    font-size: 15.5px;
    font-weight: 400;
    text-align: center;
    display: block;
    font-weight: 700;
}

    .suggestedproducts-titr::before {
        content: '';
        position: absolute;
        bottom: -18px;
        background: linear-gradient(90deg, transparent, #196561, transparent);
        height: 2px;
        width: 100%;
        right: 0;
        border-radius: 6px;
    }

.filter {
    font-size: 0;
    padding-right: 207px;
    margin-bottom: 25px;
    margin-top: auto;
    direction: rtl;
    text-align: right;
}

    .filter a {
        font-size: 11px;
        border: 2px solid #222;
        display: inline-block;
        margin-left: 10px;
        line-height: 50px;
        border-radius: 10px;
        padding: 0 10px;
        background: #fff;
        cursor: pointer;
        font-weight: 700;
        color: #000;
    }

        .filter a img {
            max-height: 25px;
            display: inline-block;
            vertical-align: middle;
            margin-right: 12px;
        }

        .filter a.active {
            border: 2px solid #14aa57;
            background: #efe;
        }

.unvisible {
    background: #efe !important;
    transition: 2s all ease;
    transform: scale(1.05);
    opacity: 0.5;
    border: 2px solid #14aa57 !important;
}

.bee {
    position: absolute;
    right: 21px;
    top: 98px;
    margin: auto;
    width: 160px;
    opacity: 1.3;
}

.prev {
    font-size: 0;
    background: url('/icons/prev.png') no-repeat;
    width: 50px;
    height: 60px;
    position: absolute;
    right: 45px;
    top: 35px;
    background-size: 50px;
    opacity: 0.2;
    background-size: 20px;
    cursor: pointer;
    transition: 0.4s all ease;
    display: none;
}

.next {
    font-size: 0;
    background: url('/icons/next.png') no-repeat;
    width: 50px;
    height: 60px;
    position: absolute;
    right: 82px;
    top: 35px;
    background-size: 50px;
    opacity: 0.2;
    background-size: 20px;
    cursor: pointer;
    transition: 0.4s all ease;
    display: none;
}

    .next:hover, .prev:hover {
        opacity: 1;
    }

.product-page {
    font-size: 0;
    margin-top: 70px;
    position: relative;
    top: -70px;
    background: #f4f4f4;
    padding: 0 30px 100px;
}

.product-images {
    width: 26%;
    display: inline-block;
    vertical-align: top;
    min-height: 400px;
    margin-left: 4%;
    margin-top: 60px;
}

    .product-images img {
        max-width: 100%;
        border-radius: 10px;
        background: #fff;
    }

.product-info-details {
    column-count: 2;
}

.weightradiobutton {
    margin: 20px 0 40px;
    font-size: 15px;
    background: #fff9e5;
    padding: 20px;
    border-radius: 16px;
    max-width: 600px;
}

    .weightradiobutton ul {
        list-style-type: none;
        margin-top: 20px
    }

        .weightradiobutton ul li {
            display: inline-block;
            vertical-align: top;
            margin: 5px;
            margin-left: 20px;
        }

            .weightradiobutton ul li a {
                font-size: 18px;
                background: #f7f7f7;
                font-weight: 400;
                display: block;
                height: 38px;
                line-height: 38px;
                border: 1px solid #eaeaea;
                padding: 0 10px;
                border-radius: 4px;
                position: relative;
                letter-spacing: -1px;
                color: #555;
                cursor: pointer;
                border-right: 10px solid #eee;
            }

                .weightradiobutton ul li a.active {
                    border: 1px solid #14aa57;
                    background: #cfffe4;
                    color: #00401c;
                    border-right: 8px solid #14aa58;
                }

                    .weightradiobutton ul li a.active:before {
                        content: '✓';
                        position: absolute;
                        width: 20px;
                        height: 20px;
                        border-radius: 40px;
                        background: #14ff57 url(/icons/tick.png);
                        left: -10px;
                        top: -10px;
                        text-align: center;
                        line-height: 20px;
                        border: 1px solid #14ee57;
                        font-size: 20px;
                    }

.prodcut-info-item {
    font-size: 12px;
    color: #555;
    ;
    margin-bottom: 6px;
    font-size: 0;
}

    .prodcut-info-item span {
        display: inline-block;
        vertical-align: top;
        background: linear-gradient(90deg,#fff9e5, #fff);
        border-radius: 4px;
        padding: 0 5px;
        color: #00135b;
        width: 150px;
        font-size: 12px;
    }

    .prodcut-info-item strong {
        font-weight: 400;
        color: #000;
        margin-right: 5px;
        color: #000442;
        background: #e8e5ff;
        width: 100px;
        display: inline-block;
        text-align: center;
        vertical-align: top;
        border-radius: 4px;
        font-size: 12px;
    }

.product-info {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    padding: 60px 10px 0 320px;
}

.product-info-title {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.product-tools {
    width: 260px;
    display: block;
    vertical-align: top;
    padding-top: 40px;
    position: absolute;
    left: 50px;
    top: 39px;
    padding-right: 20px;
}

    .product-tools:before {
        content: '';
        position: absolute;
        top: -40px;
        bottom: 0;
        right: -25px;
        width: 4px;
        height: calc(100% + 150px);
        background: linear-gradient(#ed353b,#eee);
    }

.price-box {
    margin-bottom: 20px;
}

.price-old {
    font-size: 27px;
    color: #878787;
    text-decoration: line-through solid #C30000 2px;
    position: relative;
    display: block;
    text-align: left;
    padding-left: 40px;
}

    .price-old:before {
        content: 'تومان';
        position: absolute;
        left: 5px;
        top: 10px;
        font-size: 10px;
        transform: rotate(-30deg);
        color: #aaa;
        letter-spacing: -1px;
    }

.price-main {
    font-size: 39px;
    color: #006456;
    position: relative;
    display: block;
    text-align: left;
    padding-left: 40px;
    font-weight: 700;
}

    .price-main:before {
        content: 'تومان';
        position: absolute;
        left: 5px;
        top: 12px;
        font-size: 10px;
        transform: rotate(-30deg);
        color: #000;
        letter-spacing: -1px;
    }

.final-price.price-main:before {
    content: 'تومان';
    position: absolute;
    left: -35px;
    top: 14px;
    font-size: 10px;
    transform: rotate(-30deg);
    color: #000;
    letter-spacing: -1px;
}

.addtobasket, .addtobasket-sign {
    font-size: 15px;
    color: #fff;
    background: #14AA57 url(/icons/plus.png) no-repeat center left 17px;
    padding: 10px 20px;
    border-radius: 11px;
    display: block;
    background-size: 19px;
    position: relative;
    cursor: pointer;
    font-weight: 700;
}

.addtobasket-sign {
    background: #33D3CA url(/icons/login.png) no-repeat center left 15px;
    background-size: 20px;
}

    .addtobasket:before, .addtobasket-sign:before {
        content: '';
        position: absolute;
        left: 50px;
        top: 0;
        bottom: 0;
        background: #fff;
        width: 2px;
        height: 100%;
        transform: rotate(5deg);
    }

.addtobasket:hover {
    background-color: #148857;
}

.addtobasket-sign:hover {
    background-color: #148857;
}

.short-link {
    margin-top: 50px;
    position: relative;
}

    .short-link strong {
        font-size: 15px;
        display: block;
        margin-bottom: 10px;
        font-weight: 400;
    }

    .short-link #copytext {
        font-size: 16px;
        color: #000;
        background: #E8E8E8;
        padding: 0 0 0 40px;
        border-radius: 6px;
        letter-spacing: 1px;
        height: 40px;
        line-height: 40px;
        display: block;
        text-align: left;
        font-weight: 200;
    }

.copy {
    background: url('/icons/copy.png') no-repeat center;
    font-size: 0;
    width: 30px;
    height: 30px;
    background-size: 26px;
    border: navajowhite;
    position: absolute;
    left: 4px;
    top: 38px;
    opacity: 0.4;
}

.copycompletedtext {
    font-size: 15px;
    background: rgb(195, 0, 0);
    padding: 3px 10px;
    color: rgb(255, 255, 255);
    border-radius: 20px;
    margin-right: 5px;
    display: none;
    position: absolute;
    left: 24px;
    top: 16px;
}

.rate-line {
    position: relative;
    font-size: 0;
    margin-top: 60px;
}

    .rate-line strong {
        margin-left: 1%;
        position: relative;
        display: inline-block;
        vertical-align: top;
    }

        .rate-line strong:after {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: -22px;
            width: 2px;
            height: 100%;
            background: linear-gradient(#efefef,#aaa,#efefef);
        }

    .rate-line .votes {
        width: 12%;
        font-size: 15px;
        font-weight: 500;
    }

    .rate-line .percent {
        font-size: 14px;
        font-weight: 400;
        margin: 0 20px 0 50px;
    }

    .rate-line .totalvotes {
        font-size: 15px;
        font-weight: 400;
    }

        .rate-line .totalvotes:after {
            content: none;
        }

.line-container {
    vertical-align: middle;
    display: block;
    height: 10px;
    background: #D9D9D9;
    border-radius: 4px;
    margin: 5px 0;
    direction: ltr;
}

    .line-container .line-filled {
        width: 50%;
        background: linear-gradient(90deg, #14FF57, #14aa57);
        height: 10px;
        border-radius: 4px;
    }

.prodcut-description {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .prodcut-description .sub-title {
        font-size: 15px;
        margin-bottom: 30px;
        font-weight: 500;
    }

    .prodcut-description div {
        font-weight: 400;
        color: #333;
    }

        .prodcut-description div p {
            font-size: 15px;
            line-height: 30px;
            text-align: justify;
        }

.product-extra-info {
    font-size: 0;
    margin-bottom: 100px;
}

    .product-extra-info .product-extra-one-box {
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-left: 2%;
        text-align: center;
        position: relative;
        color: #000;
    }

        .product-extra-info .product-extra-one-box:nth-child(4n) {
            margin-left: 0;
        }

        .product-extra-info .product-extra-one-box::before {
            content: '';
            position: absolute;
            top: 25px;
            bottom: 0;
            left: -25px;
            width: 1px;
            height: 100px;
            background: linear-gradient(#efefef,#aaa,#efefef);
        }

        .product-extra-info .product-extra-one-box:nth-child(2n)::before {
            content: none;
        }

        .product-extra-info .product-extra-one-box img {
            width: 50px;
            height: 50px;
            margin-bottom: 15px;
        }

        .product-extra-info .product-extra-one-box strong {
            font-size: 15px;
            display: block;
            text-align: center;
            margin-bottom: 10px;
            font-weight: 500;
        }

        .product-extra-info .product-extra-one-box p {
            font-size: 15px;
            text-align: center;
        }

.product-extra-one-box-long {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    margin-left: 4%;
    margin-top: 160px;
    position: relative;
}

    .product-extra-one-box-long::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: -25px;
        width: 1px;
        height: 100px;
        background: linear-gradient(#efefef,#aaa,#efefef);
    }

    .product-extra-one-box-long:nth-child(2n) {
        margin-left: 0;
    }

        .product-extra-one-box-long:nth-child(2n)::before {
            content: none;
        }

    .product-extra-one-box-long strong {
        font-size: 15px;
        margin-bottom: 13px;
        font-weight: 500;
        display: block;
    }

    .product-extra-one-box-long p {
        font-size: 14px;
        line-height: 30px;
        color: #333;
    }

.btncloselocationpanel {
    background: url(/icons/close.png) center center no-repeat #fff;
    box-shadow: 0 7px 8px 2px rgba(0,0,0,.04);
    cursor: pointer;
    font-size: 0;
    height: 36px;
    left: 30px;
    opacity: 1;
    position: absolute;
    top: 10px;
    width: 36px;
    margin-left: -18px;
    border-radius: 20px;
    filter: grayscale(1);
    z-index: 4;
    background-size: 15px;
}

.notshow {
    display: none;
}

.showform {
    display: block;
}


.ad-box {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
    direction: rtl;
}

    .ad-box:nth-child(2n) {
        margin-left: 0;
    }

    .ad-box img {
        width: 100%;
        border-radius: 10px;
    }

.return {
    position: absolute;
    left: 0;
    top: 40px;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 8px 10px 8px 40px;
    background: #fff url(/icons/return.png) no-repeat center left 10px;
    background-size: 20px;
}

header .navbtn {
    background: url(/icons/navbtn.png) no-repeat center center;
    background-size: auto;
    background-size: auto;
    background-size: 15px;
    border-radius: 4px;
    display: none;
    height: 35px;
    left: 0;
    transition: .5s all ease;
    width: 40px;
    height: 40px;
    /*! border: 1px solid #000; */
    background-color: #fff;
    border-radius: 10px;
}

.mobile-navigation {
    background: #fff;
    bottom: 0;
    box-shadow: 0 5px 20px rgba(0,0,0,0.3);
    display: none;
    height: 100vh;
    right: -280px;
    /*! margin: auto; */
    opacity: 0;
    position: fixed;
    top: 0;
    transition: .5s all ease;
    min-width: 240px;
    z-index: 10;
    width: 50%;
    padding-top: 30px;
}

    .mobile-navigation ul {
        list-style-type: none;
        margin: 15px auto 0;
        width: 93%;
        padding: 20px;
    }

        .mobile-navigation ul li:first-child a {
            background: url(/icons/028-user-1.png) no-repeat center left 10px;
            background-size: auto;
            background-size: 16px;
        }

        .mobile-navigation ul li a {
            color: #333;
            display: block;
            font-size: 12px;
            font-weight: 400;
            height: 50px;
            line-height: 50px;
            padding: 0;
            text-align: right;
            position: relative;
        }

            .mobile-navigation ul li a::before {
                content: '';
                position: absolute;
                right: 0;
                left: 0;
                margin: auto;
                bottom: 0;
                height: 2px;
                background: linear-gradient(90deg, #fff, #ddd);
            }

.show-mobile-navigation {
    right: 0;
    opacity: 1;
    z-index: 100;
}

.mobile-navigation .footer-logo img {
    max-width: 40%;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
}

.shop-page {
    position: relative;
    font-size: 0;
    min-height: 480px;
    margin-top: 0;
    background: #eee;
    padding-top: 40px;
}

    .shop-page .shop-page-right, .shop-page .shop-page-left {
        display: inline-block;
        vertical-align: top;
        width: 25%;
        font-size: 14px;
    }

.shop-page-price {
    background: #fff;
    padding: 50px 25px;
    border-radius: 10px;
    margin-top: 60px;
    font-size: 20px;
}

    .shop-page-price .small-font-size {
        font-size: 12px;
        position: relative;
        padding: 0;
        margin-bottom: 18px;
    }

        .shop-page-price .small-font-size:before {
            content: '';
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 2px;
            background: linear-gradient(90deg, transparent, #fd8e00, transparent);
        }

    .shop-page-price .currency-show {
        font-weight: 700;
        letter-spacing: -0.2px;
        color: #087338;
        text-shadow: 5px 5px 1px #f7f7f7;
        padding: 0;
        margin-left: 40px;
    }

        .shop-page-price .currency-show.small-price {
            font-size: 14px;
            color: #000;
            height: 60px;
        }

            .shop-page-price .currency-show.small-price:before {
                top: 5px;
            }

.shop-page .shop-page-right {
    margin-left: 5%;
    width: 70%;
    padding: 50px 0;
}

.shop-page .shop-basket-item {
    position: relative;
    padding-right: 130px;
    min-height: 110px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

    .shop-page .shop-basket-item:before {
        content: '';
        position: absolute;
        bottom: -10px;
        ;
        right: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, transparent, #ddd );
    }

    .shop-page .shop-basket-item .price {
        color: #148857;
        font-size: 20px;
        font-weight: 500;
    }

    .shop-page .shop-basket-item img {
        max-width: 100px;
        max-height: 100px;
        position: absolute;
        right: 0;
        top: 0;
        background: #fff;
        border-radius: 11px;
    }

    .shop-page .shop-basket-item h2 {
        font-weight: 400;
        font-size: 16px;
        padding-top: 8px;
    }

    .shop-page .shop-basket-item p {
        font-size: 14px;
        margin-top: 10px;
        color: #da0000;
    }

    .shop-page .shop-basket-item .price-main {
        font-size: 20px;
        width: 100px;
        color: #000;
    }

        .shop-page .shop-basket-item .price-main:before {
            top: 7px;
            ;
        }

    .shop-page .shop-basket-item .price-old {
        font-size: 16px;
        width: 100px;
    }

        .shop-page .shop-basket-item .price-old:before {
            top: 7px;
            ;
        }

.shop-page-right .title {
    font-weight: 500;
    margin-bottom: 50px;
    position: relative;
}

    .shop-page-right .title strong {
        background: #eee;
        z-index: 1;
        position: relative;
        padding-left: 20px;
    }

    .shop-page-right .title:before {
        position: absolute;
        left: 0;
        left: 0;
        top: 15px;
        height: 4px;
        width: 100%;
        background: linear-gradient(90deg,#fff,#eee);
        content: '';
        border-radius: 4px;
        border-left: 151px solid #ff4545;
        box-sizing: border-box;
    }

.shop-page .shop-basket-item .countbox {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 40px;
}

    .shop-page .shop-basket-item .countbox .countbox-plus,
    .shop-page .shop-basket-item .countbox .countbox-minus {
        background: #e0ffee;
        width: 27px;
        border-radius: 4px;
        text-align: center;
        color: #14aa57;
        display: inline-block;
        vertical-align: top;
        height: 40px;
        line-height: 42px;
        font-size: 32px;
        cursor: pointer;
    }

    .shop-page .shop-basket-item .countbox .countbox-input {
        background: #f7f7f7;
        width: 60px;
        border-radius: 4px;
        color: #14aa57;
        display: inline-block !important;
        vertical-align: top !important;
        height: 40px !important;
        line-height: 40px !important;
        border: none;
        text-align: center !important;
        margin: 0;
        font-weight: 700 !important;
        font-size: 30px !important;
    }

    .shop-page .shop-basket-item .countbox .countbox-minus {
        background: #f99;
        color: #811;
    }

.next-box {
    position: relative;
    margin-top: 20px;
}

    .next-box .next-btn {
        display: block;
        background: #14aa57;
        font-size: 15px;
        height: 50px;
        line-height: 50px;
        color: #fff;
        border-radius: 8px;
        text-align: center;
        cursor: pointer;
    }

.new-location-box {
    border: 2px solid #eee;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    background: #fafafa;
}

    .new-location-box p {
        text-align: center;
        margin-top: 20px;
    }

.location-form {
    padding: 20px;
    background: #eee;
    height: 100vh;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    background: linear-gradient(#dfe6eb, #fff6c6);
    box-shadow: 0 2px 51px #4444;
    width: 360px;
}

    .location-form h2 {
        border-bottom: 2px solid #a9a9a8;
        font-size: 14px;
        margin-bottom: 20px;
        height: 40px;
        color: #035729;
        font-weight: 700;
    }

    .location-form strong {
        font-size: 11px;
        display: block;
        margin-bottom: 4px;
    }

    .location-form input, .location-form select, .location-form textarea {
        width: 100%;
        margin-bottom: 5px;
    }

    .location-form .btn {
        height: 40px;
        margin-top: 30px
    }

.new-location-box a {
    background: #14aa57;
    color: #fff;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    display: block;
    width: 150px;
    margin: 20px auto;
    border-radius: 6px;
}

.one-location {
    border: 2px solid #eee;
    margin: 0 0 20px 0;
    padding: 20px;
    border-radius: 10px;
    background: linear-gradient(-90deg,#fff2bf, #fff);
    font-size: 11px;
    position: relative;
    padding-right: 140px;
    cursor: pointer;
    line-height: 25px;
}

    .one-location:before {
        background: #fff;
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 100px;
        border-radius: 10px;
    }

    .one-location:after {
        content: '✔';
        font-weight: 700;
        font-size: 30px;
        position: absolute;
        right: 35px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 25px;
        width: 25px;
        background: #ddd;
        border-radius: 100px;
        background-size: 11px;
        opacity: 0.2;
        text-align: center;
        line-height: 25px;
    }

    .one-location h2 {
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 10px
    }

    .one-location strong span {
        margin-left: 10px;
    }

        .one-location strong span:after {
            content: ' | ';
            margin-right: 10px;
            color: #da0000;
            font-size: 10px
        }

    .one-location.active {
        background: linear-gradient(-90deg, #bbffbb, #fff);
    }

        .one-location.active:before {
            background: #14aa57;
        }

        .one-location.active:after {
            background-color: #148857;
            opacity: 1;
            color: #fff;
        }

.order-location {
    margin: 20px 0;
}

    .order-location .post-price {
        font-size: 16px;
        border-top: 2px solid #000;
        height: 40px;
        line-height: 40px;
        margin-top: 20px;
        display: inline-block;
    }

.pay-page {
    padding: 50px;
    margin: 0;
    background: linear-gradient( 45deg, #ffe2e2, #ffffd0);
    border-radius: 10px;
}

.order-ready {
    text-align: center;
    border: 2px solid #eee;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

    .order-ready strong {
        font-weight: 500;
        color: #14aa57;
    }

.pay-page .shop-basket-item {
    position: relative;
    padding-right: 70px;
    padding-top: 0;
    min-height: 79px;
    margin-bottom: 5px;
    background: linear-gradient(90deg, #fff, #fff);
    border-radius: 10px;
    border: 2px solid #eee;
}

    .pay-page .shop-basket-item .price {
        color: #148857;
        font-size: 20px;
        font-weight: 500;
    }

    .pay-page .shop-basket-item img {
        max-width: 50px;
        top: 13px;
        right: 8px;
    }

    .pay-page .shop-basket-item h2 {
        font-size: 11px;
        padding-top: 8px;
    }

    .pay-page .shop-basket-item p {
        font-size: 9px;
        margin-top: 5px;
    }

    .pay-page .shop-basket-item .price-main {
        font-size: 18px;
        width: 86px;
        color: #000;
    }

        .pay-page .shop-basket-item .price-main:before {
            top: 7px;
            ;
        }

    .pay-page .shop-basket-item .price-old {
        font-size: 16px;
        width: 100px;
    }

        .pay-page .shop-basket-item .price-old:before {
            top: 7px;
            ;
        }

    .pay-page .shop-basket-item .countbox {
        left: auto;
        right: 60%;
        top: 21px;
    }

    .pay-page .shop-basket-item .sumbox {
        position: absolute;
        left: 50px;
        top: 21px;
    }

        .pay-page .shop-basket-item .sumbox strong {
            font-weight: 500;
        }


@media (max-width: 1150px) {

    .product-tools {
        width: 100%;
        display: block;
        padding-top: 18px;
        position: fixed;
        left: 0;
        bottom: 0;
        background: #fff;
        border-top: 1px solid #d9d0d0;
        height: 75px;
        top: unset;
        padding: 0;
        z-index: 1;
    }

        .product-tools::before {
            content: none;
        }

    .price-box {
        position: absolute;
        bottom: 0;
        left: 18px;
        margin: 0;
    }

    .price-old {
        font-size: 18px;
    }

    .price-main {
        font-size: 28px;
    }

    .addtobasket {
        font-size: 15px;
        color: #fff;
        display: block;
        width: 200px;
        margin: 20px 12px 15px 0;
    }

    .short-link {
        display: none;
    }

    .product-images {
        width: 100%;
        text-align: center;
    }

        .product-images img {
            width: 350px;
        }

    .product-info {
        width: 100%;
        display: block;
        padding: 0;
    }

    .weightradiobutton {
        max-width: 100%;
    }

    .rate-line .votes {
        width: 12%;
    }

    .rate-line .percent {
        width: 18%;
    }

    .rate-line .totalvotes {
        width: 10%;
    }
}

@media (max-width: 1200px) {
    .suggestedproducts ul {
        padding-left: 20px;
    }

        .suggestedproducts ul li {
            width: 32%;
        }

            .suggestedproducts ul li:nth-child(4n) {
                margin-left: 2%;
            }

            .suggestedproducts ul li:nth-child(3n) {
                margin-left: 0;
            }
}

@media (max-width: 1140px) {
    .container {
        width: 100% !important;
    }

    header .cart {
        left: auto;
        right: 25px;
    }

    header .login {
        left: 80px;
    }

    header .navbtn {
        left: 20px;
    }
}

@media (max-width: 1100px) {
    header .navbtn {
        display: block;
        top: 20px;
    }

    .header-box .menu {
        display: none;
    }

    .mainpanel .slideshow {
        display: block !important;
    }
}

@media (min-width: 1100px) and (max-width: 1200px) {
    .mainpanel .slideshow {
        margin: -25px 0 20px 0;
    }
}

@media (max-width: 1050px) {
    footer .socialnetwork {
        left: 0;
    }

    footer p {
        padding-top: 70px;
    }

    footer .footerlogo {
        right: 15px;
    }

    .return {
        display: none;
    }
}

@media (max-width: 1000px) {
    .bee {
        display: none;
    }

    .suggestedproducts ul {
        padding-right: 20px;
    }

    .filter {
        margin-top: 65px;
        padding: 0 20px;
    }
}

@media (max-width: 900px) {
    .product-extra-one-box-long {
        width: 100%
    }

    .search-box {
        width: 100%;
        position: absolute;
        top: 90px;
        z-index: 100;
    }

    .suggestedproducts ul {
    }

    .product-extra-one-box-long {
        margin-left: 0 !important;
    }

    .slideshow {
        margin: 80px 0 0 0;
    }

    .shop-page .shop-page-right {
        width: 100%;
    }

    .shop-page .shop-page-right, .shop-page .shop-page-left {
        width: 100%;
    }

    .shop-page-price {
        margin-top: 0;
    }

    .shop-page .shop-page-right {
        margin-left: 0;
        width: 100%;
    }

    .shop-page-price {
        margin-top: 0;
    }

    .shop-page .shop-page-right {
        margin-left: 0;
        width: 100%;
    }

    .pay-page {
        padding: 10px;
    }
}

@media (max-width: 850px) {
    .filter a {
        width: 48%;
        margin-bottom: 10px;
        margin-left: 2%
    }

    .rate-line .votes {
        width: 20%;
    }

    .rate-line .percent {
        width: 30%;
    }

    .rate-line .totalvotes {
        width: 10%;
    }
}

@media (max-width: 768px) {
    .product-page {
        padding: 0 10px 100px;
    }

    .suggestedproducts ul li {
        width: 49%;
    }

        .suggestedproducts ul li:nth-child(4n) {
            margin-left: 2%;
        }

        .suggestedproducts ul li:nth-child(3n) {
            margin-left: 2%;
        }

        .suggestedproducts ul li:nth-child(2n) {
            margin-left: 0;
        }
}

@media (max-width: 700px) {
    .product-extra-info .product-extra-one-box {
        width: 49%;
        margin-bottom: 40px
    }

        .product-extra-info .product-extra-one-box:nth-child(2n) {
            margin-left: 0
        }

    .product-extra-one-box-long {
        margin-top: 60px;
    }
}

@media (max-width: 650px) {
    .product-info-details {
        column-count: 1;
    }

    .prodcut-info-item span {
        width: 58%;
        margin-left: 2%;
    }

    .prodcut-info-item strong {
        width: 38%;
        margin-left: 0;
    }
}

@media (max-width: 600px) {
    .ad-box {
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .logo-box {
        right: 0;
        left: 0;
        top: 80px;
        width: 110px;
        height: 110px;
    }

        .logo-box img {
            width: 70px !important;
            margin: 20px !important;
        }

    .shop-page .shop-basket-item {
        min-height: 175px;
    }

        .shop-page .shop-basket-item .countbox {
            top: 130px;
        }
}


@media (max-width: 550px) {
    .rate-line strong::after {
        left: 1px;
    }

    .rate-line .votes {
        width: 33%;
        font-size: 14px;
    }

    .rate-line .percent {
        width: 45%;
        font-size: 13px;
        margin: 0 2%;
    }

    .rate-line .totalvotes {
        width: 16%;
        font-size: 12px;
    }

    .filter a {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    .bee {
        display: none;
    }

    .suggestedproducts-titr {
        top: 115px;
    }

    .suggestedproducts ul {
        margin-right: 0;
        padding-right: 18px;
    }

    .suggestedproducts .next {
        display: none;
        left: 100px;
        top: 50px;
    }

    .suggestedproducts .prev {
        display: none;
        left: 160px;
        top: 50px;
    }

    .suggestedproducts strong {
        display: none;
    }

    .pay-page .shop-basket-item .countbox {
        right: 80%;
    }
}

@media (max-width: 480px) {
    .addtobasket {
        font-size: 12px;
        width: 175px;
    }

    .price-box {
        left: 5px;
        top: 0;
    }

    .price-old {
        font-size: 18px;
    }

    .price-main {
        font-size: 22px;
    }

    .suggestedproducts ul li {
        width: 100%;
        margin-left: 0;
    }

    .suggestedproducts ul {
        padding: 0 10px;
    }
}

@media (max-width: 400px) {
    .shop-page .shop-basket-item {
        padding-right: 110px;
    }
}

.page-title {
    position: relative;
    text-align: right;
    padding: 10px 0;
    font-weight: 700;
    font-size: 18px;
}

    .page-title:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, transparent, #eee, transparent);
    }

.page-body {
    margin: 0 auto;
    padding: 50px;
    font-weight: 400;
    line-height: 2;
    color: #222;
    padding: 20px 0 100px;
    font-size: 14px;
    text-align: justify;
}

    .page-body b, .page-body strong {
        font-weight: 500;
    }

    .page-body * {
        text-align: justify;
    }

.boxedcontent {
    background: #fafafa;
    padding: 50px;
    border-radius: 10px;
    max-height: 400px;
    overflow: auto;
}

.approve-btn {
    display: block;
    position: relative;
    background: linear-gradient(90deg, #145557, #14aa57);
    color: #fff;
    padding: 0 10px;
    border-radius: 5px;
    width: 200px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    z-index: 5;
    margin-top: 30px;
    font-weight: 700;
    font-size: 18px;
}
