﻿tbody::before {
    content: '';
    display: block;
    height: 20px;
}

.filterstyle {
    margin: 20px 0 20px 0;
}

.textRtl {
    text-align: right;
}

.k-item {
    text-align: center;
}

.menu .catalog li .submenu .offerRtl {
    display: block;
    position: absolute;
    width: 512px;
    min-height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    border: none;
    -webkit-border-radius: 0 0 0px 0;
    -moz-border-radius: 0 0 0px 0;
    border-radius: 0 0 0px 0;
}

.switchers {
    display: block;
    position: absolute;
    list-style: none;
    top: -20px;
    left: 155px;
}

    .switchers li {
        display: inline-block;
        position: relative;
        z-index: 2;
        /*color: #a3c756;*/
        color: #fff;
        border: 2px solid #fff;
        text-align: center;
        font-size: 1em;
        padding: 3px 13px;
        font-weight: 400;
        margin-right: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

        .switchers li .dropdown {
            display: none;
            position: absolute;
            list-style: none;
            background: #2f343b;
            padding: 0 1px 5px 1px;
            top: 100%;
            left: 1px;
            border: 1px solid #fff;
            -webkit-border-radius: 0 0 5px 5px;
            -moz-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px;
        }

            .switchers li .dropdown li {
                display: block;
                font-size: 1.15em;
                border: none;
                padding: 0 !important;
                margin-right: 0;
                margin-bottom: 0;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                border-radius: 0;
                border-top: 1px solid #fff;
            }

                .switchers li .dropdown li:first-child {
                    border-top: none;
                }

                .switchers li .dropdown li a {
                    display: block;
                    /*color: #a3c756;*/
                    color: #03a9f4;
                    padding: 3px 12px;
                }

                    .switchers li .dropdown li a:hover {
                        color: #fff;
                    }

        .switchers li:hover {
            background: #fff;
            color: #fff;
            -webkit-border-radius: 5px 5px 0 0;
            -moz-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
        }

            .switchers li:hover .dropdown {
                display: block;
            }

                .switchers li:hover .dropdown li {
                    background: none;
                }

                    .switchers li:hover .dropdown li a {
                        text-decoration: none;
                    }

.shopping-cart table td.name, .wishlist table td.name {
    font-size: 1em;
    font-weight: 300;
}


.footer .container .middleP {
    text-align: left;
    color: white;
}

    .footer .container .middleP span {
        font-size: 16px;
    }

.container a.logo.logoPartial {
    text-align: left;
}

    .container a.logo.logoPartial img {
        /*height: 50px;*/
        max-width: none !important;
    }

ul.main li.active, ul.main li ul li.active {
    border-top: solid 3px #024a1c !important;
}

.price-label, #lightGallery-outer, .thumb_cont, body > footer {
    background-color: #1b5c32 !important;
}

.copyright p, .footer .mail a {
    /*color: cadetblue !important;*/
    /*color: #ef3434 !important;*/
    color: white !important;
}

.btn.btn-outlined-invert i.icon-shopping-cart-content.otherColor {
    color: #004d46 !important;
}

.cart-btn > .btn b {
    color: #004d46 !important;
    font-weight: 700 !important;
    font-size: 14px !important;
}

.footer .mail a {
    text-decoration: underline;
    color: cyan !important;
}

    .footer .mail a :active {
        color: #FF0000 !important;
    }

    .footer .mail a :visited {
        color: #800080 !important
    }

.red {
    color: red;
}

.infoMessage {
    /*text-align: center;*/
    margin-bottom: 20px;
}

.font18 {
    font-size: 18px;
}

.toolbar .cart-btn {
    background-color: #faa5a5;
}

.footer a {
    color: white;
}


@media screen and (max-width: 640px) {

    .btn.btn-outlined-invert i.icon-shopping-cart-content.otherColor {
        color: #ef3434 !important;
    }

    header .toolbar .cart-btn > .btn span {
        display: inherit;
        font-size: 12px;
        font-weight: 300;
        margin-top: -5px;
        top: 3px;
        left: 13px;
    }
}
