﻿/*CSS created by Hyperware
 *
 * Author: Antonios Stefanou
 *
 */

.hw_full_width {
    width: 100%;
}

.header-style-six .shopping_cart {
    margin-left: 20px;
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color: #ffa500;
    font-weight: 400;
    background-color: #000000;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

    .header-style-six .shopping_cart .shopping_cart_counter {
        position: absolute;
        padding: 0px;
        border-radius: 50%;
        color: #FFF;
        bottom: 25px;
        left: 15px;
        background: #000;
        height: 25px;
        width: 25px;
    }

        .header-style-six .shopping_cart .shopping_cart_counter p {
            display: block;
            color: #FFF;
            font-weight: 500;
        }

    .header-style-six.fixed-header .shopping_cart {
        background-color:#FFF;
    }

        .header-style-six.fixed-header .shopping_cart .shopping_cart_counter {
            background-color: #FFF;    
        }

            .header-style-six.fixed-header .shopping_cart .shopping_cart_counter p{
                color: #000;
            }

.show {
    display: block;
}

.hide {
    display:none;
}

label {
    display:initial !important;
}

.dropdown-menu {
    padding-left: 10px;
    padding-right: 25px;
}

    .dropdown-menu .profile-info:first-child {
        border-right: solid 1px #000;
    }

    .dropdown-menu .profile-login:first-child {
        border-right: solid 1px #000;
    }

.cart-section .totals-table .col i {
    font-weight:normal;
    font-size:12px;
    text-transform:none;
}