/* -----------------------------------
Template:  Theme Name

NOTE: This is Header style file. All Header related style included in this file.

--------------------------------------*/
.block-cart:hover .top-cart-title a {
    color: #FF2667;
}

.shop-cart-area {
    float: right;
    position: relative;
    width: 100%;
}

.top-cart-wrapper {
    cursor: pointer;
    display: inline-block;
    position: relative;
    right: 0;
    /*top: 10px;*/
    vertical-align: middle;
}


.top-cart-title {
    border: 0 none;
    box-shadow: none;
    font-size: 13px;
    /*height: 65px;*/
    margin-bottom:-3px;
    margin-top:-5px;
    padding-left: 0px;
    position: relative;
    text-align: center;
    vertical-align: top;
    font-weight: 400;
    color: #636363;
}



.block-cart {
    display: inline-block;
    position: relative;
    width: 100px;
}

.top-cart-content {
    border-top: 1px solid #DDDDDD;
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
    opacity: 0;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: left;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    width: 300px;
    visibility: hidden;
    z-index: 99999999;
}

.block-cart:hover .top-cart-content,
.cartbox-style-2:hover .top-cart-content {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
}


.top-cart-content .cart-actions {
    margin: 20px 0 0;
    padding: 0;
}

    .top-cart-content .cart-actions button {
        display: block;
        width: 100%;
        padding: 0;
        border: none;
    }

        .top-cart-content .cart-actions button span {
            background: #337AB7 none repeat scroll 0 0;
            border: 0 none;
            border-radius: 0;
            color: #ffffff;
            display: block;
            font-size: 14px;
            font-weight: 700;
            padding: 10px 25px;
            text-transform: uppercase;
            width: 100%;
            transition: 0.3s;
        }

        .top-cart-content .cart-actions button:hover span {
            background: #424242 none repeat scroll 0 0;
        }