﻿.wstabitem .wsshoplink-active a .spanHover:hover {
    color: black !important;
}

::-webkit-scrollbar {
    width: 1px;
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background-image: linear-gradient(-180deg, #9E9E9E 0%, #BDBDBD 100%) !important;
}

.svg {
    width: 12%;
    margin-right: 10px;
    margin-top: 0px;
    margin-bottom: -4px;
}

    .svg path {
        fill: #deb955 !important;
    }

a {
    color: #000;
}

.headerr {
    background-color: #fff;
    box-shadow: 0.1rem 0.1rem 0.4rem 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    width: 100%;
    z-index: 3;
    top: 0;
}

    .headerr a {
        text-decoration: none;
    }

    .headerr .logo {
        display: flex;
        align-items: center;
        justify-content: center;
        /*height: 5rem;*/
        padding: 0 1rem;
        text-decoration: none;
    }

    .headerr > ul.menu {
        margin: 0 !important;
        padding: 0 !important;
        list-style: none !important;
        flex-basis: 100%;
        max-height: 0;
        transition: max-height .2s ease-out !important;
        overflow: auto !important;
        background-color: #fff !important;
    }

        .headerr > ul.menu > li {
            min-width: 8rem;
        }

            .headerr > ul.menu > li > a {
                display: flex;
                align-items: center;
                height: 5rem;
                padding: 0 2rem;
                text-decoration: none;
            }

                .headerr > ul.menu > li > a:hover {
                    background-color: #f5f6f7;
                }

    .headerr .menu-icon {
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        height: 5rem;
        width: 5rem;
        position: relative;
        user-select: none;
    }

        .headerr .menu-icon .navicon {
            background: #333;
            display: block;
            height: .2rem;
            position: relative;
            transition: background .2s ease-out;
            width: 1.8rem;
        }

            .headerr .menu-icon .navicon:before, .headerr .menu-icon .navicon:after {
                background: #333;
                content: '';
                display: block;
                height: 100%;
                position: absolute;
                transition: all .2s ease-out;
                width: 100%;
            }

            .headerr .menu-icon .navicon:before {
                top: .5rem;
            }

            .headerr .menu-icon .navicon:after {
                top: -.5rem;
            }

    .headerr .menu-btn {
        display: none;
    }

        .headerr .menu-btn:hover {
            background-color: #f4f4f4;
        }

        .headerr .menu-btn:checked ~ .menu {
            max-height: calc(85vh - 5rem);
        }

        .headerr .menu-btn:checked ~ .menu-icon .navicon {
            background: transparent;
        }

            .headerr .menu-btn:checked ~ .menu-icon .navicon:before {
                transform: rotate(-45deg);
            }

            .headerr .menu-btn:checked ~ .menu-icon .navicon:after {
                transform: rotate(45deg);
            }

        .headerr .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before, .headerr .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
            top: 0;
        }

@media (min-width: 40em) {
    .headerr {
        justify-content: flex-end;
    }

        .headerr .logo {
            margin-right: auto;
        }

        .headerr li {
            float: left;
        }

            .headerr li a {
                display: flex;
                justify-content: center;
            }

        .headerr ul.menu {
            flex-basis: auto !important;
            max-height: none !important;
        }

        .headerr .menu-icon {
            display: none;
        }

        .headerr .dropdown > ul {
            position: absolute;
        }

            .headerr .dropdown > ul > li {
                display: block;
                padding-left: 2rem;
            }

        .headerr .dropdown label {
            justify-content: center;
        }
}

/*Cookies Css*/
/* Main styling of the cookie warning bar */
#cookie-bar {
    padding: 15px;
    display: block;
    top: 0;
    bottom: auto;
    width: 100%;
    z-index: 100;
    background-color: rgba(0, 0, 0, .8);
    color: white;
}

    #cookie-bar a {
        color: #ffffff;
        display: inline-block;
        border-radius: 3px;
        text-decoration: none;
        padding: 4px 6px;
        margin-left: 8px;
    }

    #cookie-bar p {
        margin: 0;
        padding-bottom: 4px;
        max-width: 100%;
        text-align: center;
    }

    #cookie-bar .cb-buttons {
        margin: 0;
        text-align: center;
        max-width: 100%;
    }

@media (min-width: 768px) {
    #cookie-bar p {
        margin: 0;
        padding: 4px 10px 0;
        max-width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        float: left;
    }

    #cookie-bar .cb-buttons {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -ms-text-overflow: ellipsis;
        text-align: right;
    }
}

/* Additional positions for the cookie bar*/
#cookie-bar.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

    #cookie-bar.fixed.bottom {
        bottom: 0;
        top: auto;
    }

/* Buttons */
#cookie-bar .cb-enable {
    background: #007700;
}

    #cookie-bar .cb-enable:hover {
        background: #009900;
    }

#cookie-bar .cb-disable {
    background: #990000;
}

    #cookie-bar .cb-disable:hover {
        background: #bb0000;
    }

#cookie-bar .cb-policy {
    background: transparent;
    text-decoration: underline;
}

    #cookie-bar .cb-policy:hover {
        background: rgba(0,0,0,.5);
    }

.modal77 {
    position: fixed;
    z-index: 1040;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
    filter: alpha(opacity=60);
    opacity: .6;
    -moz-opacity: .8;
}

.center {
    z-index: 1000;
    margin: 250px auto;
    padding: 10px;
    width: 130px;
    background-color: #fff;
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

    .center > img {
        width: 100%;
        background-image:url(loading/sweetloading.gif);
    }
