/*
 *-----------------------------------------------------------------------------------
 * === WEBSITE DESIGN ===
 *-----------------------------------------------------------------------------------
 * author Solutii Soft
 */
  
/* === HTML ELEMENTS === */
/*
	* { 
		outline: none !important; 
		border-radius: 0 !important;
	}

	body {
		font-family: 'Dosis', arial;
		line-height: 1;
		padding-bottom: 20px;
		text-rendering: optimizelegibility;
        margin-top: 70px;
	}
	
	a:link, 
	a:hover, 
	a:active {
        text-decoration: none;
	}
	
	h1,
	h2, 
	h3,
    h4 {
		font-family: 'Dosis', arial;
	}

	ul {
		list-style: none;
	}
    
	li, 
    p, 
    label {
		font-size: 16px;
		font-weight: 400;
        line-height: 1.7;
	}	

    main{
        margin-top: 20px;
        margin-bottom: 20px;
    }*/
/* === END HTML ELEMENTS === */	

/* === OVERIDE BOOTSTRAP === */
/*    .navbar-brand  {
        color: #FFFFFF;
    }
    .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
        background-color: #FFFFFF;
    }    
    .table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
        border-bottom-width: 1px;
    }    */
/* === END OVERIDE BOOTSTRAP === */

    #navCart {
        margin-top: 8px;
    }

    /* === LOGO === */
    .logo {
        background-color: #39B3D7;
        border: 1px solid #39B3D7;    
        box-shadow: 0 0 0 1px #FFF inset;
        color: #FFFFFF;
        font-size: 45px;
        padding: 10px 20px;
        text-shadow: 1px 1px 0px #000000;
    }
    .logo i {
        font-size: 30px;
    }
    .logo.little {
        text-shadow: none;
        font-size: 18px; 
    }
    /* === END LOGO === */
    
    
    /* === WISH AND CART DROPDOWN === */
    .wishMenu,
    .cartMenu {
        left: auto;
        right: 0;
    }    
    .wishMenu table,
    .cartMenu  table {    
        color: #333333;
        line-height: 1.42857;
        margin: 10px;
        white-space: nowrap;    
        min-width: 290px;
    }
    .wishMenu th,
    .cartMenu  th { 
        text-transform: uppercase;
    }    
    .wishMenu td,
    .cartMenu  td { 
        padding: 4px;
        vertical-align: top;
    }
    .wishMenu tfoot td,
    .cartMenu tfoot td {    
        font-weight: 600;
    }
    .wishMenu  tbody tr:last-child,
    .cartMenu  tbody tr:last-child {
        background-color: #EFEFEF;
    }    
    .wishMenu a,
    .cartMenu  a {
        color: #000000;
    }
    
    .wishMenu .remove-product ,
    .cartMenu .remove-product {
        line-height: 1.42857;
        padding: 1px 8px;
        color: #FFFFFF !important;
    }
    /* === END WISH AND CART DROPDOWN === */
    
    
    /* === WISH AND CART NAV BUTTONS === */
    /* --- end simple buttons --- */
    .btn-wish,
    .btn-wish:hover, 
    .btn-wish:focus   {
        color: #BB1757;
        box-shadow: 0 0 0 1px #DDDDDD inset;
    }
/*    .btn-cart,
    .btn-cart:hover, 
    .btn-cart:focus  {
        color: #174B97;
        box-shadow: 0 0 0 1px #DDDDDD inset;
    }*/
    .btn-checkout,
    .btn-checkout:hover,
    .btn-checkout:focus {
        color: #4CAC52;
        box-shadow: 0 0 0 1px #DDDDDD inset;    
    }
    /* --- end simple buttons --- */
    /* === WISH AND CART NAV BUTTONS === */
    
    
    /* === PRODUCTS === */
    .caption h2 {
        height: 70px;
        font-weight: 400;
        text-transform: uppercase;
    }
/*    .old-price {
        padding-top: 4px;
        text-decoration: line-through;
    }*/
/*    .price {
        font-size: 22px;
        color: #BB1757;
    }    */

    .color1 {
        color: #BB1757;
    }
    .color2 {
        color: #174B97;
    }
    .color3 {
        color: green;
    }
    /* === END PRODUCTS === */

    
    /* === CHECKOUT === */
    #cartContainer {
        /*font-size: 16px;*/
    }
    #cartContainer thead {
        font-size: 18px;
    }
    #cartContainer tfoot {
        font-weight: 500;
    }
    #cartContainer  tbody tr:last-child {
        background-color: #EFEFEF;
    }      
    #cartContainer .t-qty {
        width: 180px;
    }
    /* === END CHECKOUT === */
