/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Oct 31, 2018, 4:43:14 PM
    Author     : amgad
*/

.js-quickedit-page-title,#block-autocare-page-title h1{
    display: none;
        
}
.title-box a {
    
    color: #343434;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 9px;
    text-transform: uppercase;

}

.uc-product-add-to-cart-form input[type="submit"]{
       background: #f6f6f6 none repeat scroll 0 0;
    border-color: #f6f6f6;
    border-radius: 3px;
    color: #797979;
    width: 140px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700 !important;
    padding: 9.5px 18.5px;
    text-transform: uppercase;
    text-align: center;
    transition: all 700ms ease 0s !important;
    border: 1px solid #f6f6f6;
    
}
.uc-product-add-to-cart-form input[type="submit"]:hover{
    transition: all 700ms ease 0s !important;
    border-color: #d51e27;
    background: #d51e27;
    background-image: -webkit-linear-gradient(top, #d51e27, #bb0a13);
    background-image: -moz-linear-gradient(top, #d51e27, #bb0a13);
    background-image: -ms-linear-gradient(top, #d51e27, #bb0a13);
    background-image: -o-linear-gradient(top, #d51e27, #bb0a13);
    background-image: linear-gradient(to bottom, #d51e27, #bb0a13);
}


.top-rated-products .content a{
        color: #343434;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 1px;
    position: relative;
    text-transform: uppercase;
    top: -4px;
    transition: all 700ms ease 0s;
}





/*cart*/
table{
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 50px;
}
table>thead>tr>th {

    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

table>thead>tr>th {
    vertical-align: middle;/*bottom; */
    border-bottom: 2px solid #ddd;
    text-transform: uppercase;
    font-weight: bold;
}
table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
.uc-cart-view-form table tr th, .uc-cart-view-form table tr td {
    vertical-align: middle;
}
table>tbody>tr>td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    border-top: 1px solid #ddd;
}
.uc-cart-view-form table img {
    width: 70px;
    min-width: 70px;
    border: 1px solid #eee;
    padding: 5px;
}
table td.price span{
    color: #2a2b2f !important;
    font-size: 14px;
    font-weight: bold;
}
table thead th.price {
    display: table-cell !important;
}
table tbody td.price{

    display: table-cell;
}
.uc-cart-view-form table>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
#uc-cart-view-form th.desc {
    width: auto; 
}
#uc-cart-view-form td {
    vertical-align: middle;
}

#uc-cart-view-form .form-actions input{
    background: #000000;
    color: #fefefe;
/*    border-color: #000;*/
    transition: all 700ms ease 0s !important;
    border: 1px solid #000000;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700 !important;
    padding: 9.5px 18.5px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 11px;
    margin-right: 34px;
}
#uc-cart-view-form table input[type="submit"],.uc-cart-checkout-form input[type="submit"]{
       background: #000000;
    color: #fefefe;
/*    border-color: #000;*/
    transition: all 700ms ease 0s !important;
    border: 1px solid #000000;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700 !important;
    padding: 9.5px 18.5px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 11px;
    margin-right: 34px;
}

.uc-cart-checkout-form input[type="text"]{
    border: 2px solid #f4f4f4;
    color: #9e9e9e;
    font-size: 16px;
    height: 48px;
    padding: 0 20px;
    width: 50%;
}
/*#block-autocare-content{margin: 50px;}*/
/*end cart from*/


.single-blog-post .content-box .content a{
    color: #343434;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1px 0 15px;
    transition: all 0.5s ease 0s;
}


.single-sidebar .latest-post li .title a{
    color: #343434;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    position: relative;
    text-transform: uppercase;
    top: -8px;
}