
#content,.content-wrap{
    margin-top:20px !important;
}

.border-form-control {
    border-top: transparent;
    border-right: transparent;
    border-left: transparent;
    border-bottom: 1px solid #ddd;
}
 
#primary-menu ul li > a{
    font-weight:normal !important;
    text-transform: uppercase;
    font-size: 12px;
}
 
#primary-menu ul li > a:hover,#primary-menu ul li > a div:hover{
    font-weight: bold !important;
    color: #000;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
    color: #000;
}

.top-cart-trigger span{
    left:5px !important;
}

.top-cart-action .button{
    border: none;
    color: #fff;
    background: #004dda;
    outline: none;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    padding: 12px 25px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    line-height: normal;
}

.button{
    font-weight: normal;
    text-shadow:none;
}

.button.button-3d{
    border-bottom:none;
}

.top-cart-title h4{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: normal;
}

.cart-content h3{
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
}

.view-cart-btn-row{
    margin-top:10px;
}

.view-cart-btn-row .button-red{
    margin-right:10px;
}

#my-cart .button-black{
    border-radius:4px;
}

.shop-page-brand-icon{
    border:1px solid #efefef;
    text-align: center;
}

.product-thumb-box .item-cart-count{
    color:#fff !important;
}

.product-thumb-box .item-cart-count a{
    color:#fff !important;
}


#item-single-content .item-cart-count a{
    color: #fff !important;
}

#avilable-qty-div div{
    background:#fff !important;
}

.product-thumb-box {
    border: 1px solid #efefef;
    padding: 5px;
}

.product-thumb-box .product-image {
    border-bottom: 1px solid #efefef;
    padding: 10px;
}

.product-thumb-box .product-title a {
    min-height: 45px;
}

.product-weight {
    font-size: 11px;
}

#item-single-content .item-cart-count{
    left: 0;
    padding: 5px;
    border-bottom-right-radius: 6PX;
    min-width: 25px;
    right:auto;
}

#inform-checkout {
    background: #1abc9c !important;
}

@media (min-width: 1200px){
    .qty-cart-row {
        min-height: 40px !important;
    }
}