﻿

.page-top-info {
    padding: 30px 0 30px;
}

h2 {
   
     text-transform: none; 
}
.product-item .tag {
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #50e550;
    line-height: 1;
    text-transform: uppercase;
    border-radius: 0;
    min-width: 65px;
    padding: 5px 5px 5px;
}

.product-item .tag-saleval {
    background: #c850e5;
    bottom: 0;
}






.category-menu li.active > .sub-menu {
    margin-left: 10px;
}

.category-menu li .sub-menu li a {
    padding-left: 15px;
}

.category-menu li a {
    padding: 12px 0 5px 15px;
}

.category-menu li.active > a:after {
    background-color: #da1e1e;
}

.category-menu li.active > a {
    color: #da1e1e;
    font-weight: 800;
}

.footer-section .container {
    margin-bottom: 50px;
}

@media (min-width: 1001px) {


    /*** GLOBAL STYLES ***/


    .master-wrapper-content {
        width: 980px;
        margin: auto;
    }

    .center-2 {
        float: right;
        width: 73%;
    }

    .side-2 {
        float: left;
        width: 25%;
    }

        .side-2 .filter-widget {
            margin-bottom: 50px;
        }

    .page {
        text-align: left;
    }
}



    .user-panel .up-item i {
        font-size: 15px;
    }

    .user-panel .up-item:first-child {
        margin-right: 0px;
    }

    .user-panel .up-item {
        margin-right: 5px;
    }

    .breadcrumb {
        background-color: transparent;
        padding: .75rem 0;
    }

        .breadcrumb a {
            color: #212529;
            font-weight: bolder;
        }



    .footer-section {
        clear: both;
    }


    ol, ul {
        list-style: none;
    }

    .hidden {
        visibility: hidden;
    }


    .mb-20 {
        margin: 0 0 25px;
    }

    .message-error, .field-validation-error, .username-not-available-status, .poll-vote-error, .password-error {
        display: block;
        text-align: left;
        font-size: 13px;
        color: #e4434b;
        margin-top: 5px;
    }

    .product-item .pi-text p {
        display: contents;
    }


    .product-details .social-sharing {
        padding-top: 0px;
    }

    .product-details .prices {
        display: grid;
    }

    .product-details .product-price {
        font-size: 24px;
        font-weight: 700;
        width: 100%;
    }

    .product-details .availability, .product-details .manufacturers {
        margin: 0 0 20px;
        overflow: hidden;
        font-size: 15px;
        font-weight: 700;
    }

    .product-details .p-stock, .manufacturers .value a {
        color: #f51167;
        box-sizing: border-box;
        display: inline-block;
        font-size: 15px;
        font-weight: 700;
    }


    .card-right .site-btn {
        padding: 20px 47px 15px;
    }

    .nav > li {
        position: relative;
        display: block;
        width: 100%;
        margin: 5px 0px;
    }

    .nav.tabs li a {
        background-color: #818385;
        color: #FFFFFF;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 15px;
    }

    .nav > li.active a {
        background-color: #000000;
    }

    .nav-sidebar .nav.tabs {
        border-right: thin solid #EFEFEF;
    }

    .nav {
        padding-left: 0;
        margin-bottom: 0;
        list-style: none;
    }

    nav {
        display: block;
    }

    /*********** NOTIFICATIONS & POPUPS  ***********/
    .bar-notification-container {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        width: 100%;
        line-height: 16px;
        color: #fff;
        opacity: 0.95;
    }

    .bar-notification.success {
        background-color: #4bb07a;
    }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification.warning {
        background-color: #f39c12;
    }

    .bar-notification {
        position: relative;
        display: none;
        padding: 15px 25px 15px 10px;
    }

        .bar-notification .content {
            margin: 0 10px 0 0;
        }

            .bar-notification .content a {
                color: #fff;
                text-decoration: underline;
            }

        .bar-notification .close {
            position: absolute;
            top: 0;
            right: 0;
            width: 32px;
            height: 32px;
            margin: 7px;
            background: #fff url('../assets2/img/close.png') center no-repeat;
            cursor: pointer;
        }

    .popup-notification {
        border-radius: 5px;
        padding: 3px;
        margin: 5px 0;
    }

        .popup-notification.success {
            border: 2px rgba( 75,176,122,.5) solid;
        }

        .popup-notification.error {
            border: 2px rgba( 228,68,76,.5) solid;
        }

        .popup-notification.warning {
            border: 2px rgba( 243,156,18,.5) solid;
        }

    .noscript {
        border-bottom: 1px solid #333;
        background-color: #ff9;
        padding: 30px 15px;
        text-align: center;
        line-height: 22px;
        color: #444;
    }

    .bar-notification .content {
        color: #fff;
    }

    .ajax-loading-block-window {
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 999;
        width: 32px;
        height: 32px;
        margin: -16px 0 0 -16px;
    }

        .ajax-loading-block-window .block-window-loader {
            width: 40px;
            height: 40px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -13px;
            margin-left: -13px;
            border-radius: 60px;
            animation: loader 0.8s linear infinite;
            -webkit-animation: loader 0.8s linear infinite;
        }


    .attribute-squares {
        font-size: 0;
    }

        .attribute-squares label {
            display: block;
            margin: 0 !important;
            overflow: hidden;
        }

        .attribute-squares .attribute-square-container {
            display: block;
            position: relative;
            z-index: 0;
            padding: 1px;
        }

        .attribute-squares .attribute-square {
            display: table !important;
            width: 32px !important;
            height: 32px !important;
            border: 1px solid #444 !important;
            cursor: pointer;
        }

        .attribute-squares li.selected-value {
            border: 5px solid #ff6a00;
        }

        .attribute-squares li input {
            position: relative;
            z-index: -1;
            margin: -32px 0 0;
            vertical-align: middle;
        }

    @media (min-width: 1001px) {
        .attribute-squares li {
            margin: 0 10px 10px 0;
        }
    }

    .attribute-squares li {
        display: inline-block;
        margin: 0 5px 5px;
        text-align: center;
    }

    @media (min-width: 481px) {
        .overview-buttons div {
            display: inline-block;
            width: auto;
            margin: 0 0px 3px;
        }
    }




    .checkout-form .opcbillingaddress .row, .checkout-form .opcShippingaddress .row {
        margin: 0 5px;
    }




    .product-price {
        float: inherit;
        width: 100%;
    }


    .cart-section .productd a, .data-table .productd a, .data-table .info a {
        font-weight: bold;
        color: #444;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0;
    }









.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}