/*
Theme Name: Houzez Child
Theme URI: http://www.favethemes.com/
Author: Favethemes
Author URI: http://www.favethemes.com/
Description: Houzez is a premium WordPress theme for real estate agents where modern aesthetics are combined with tasteful simplicity, and where the ease of use is achieved without compromise in your ability to customise the design. Whether you are a real estate agent looking to build a website for your company or a web developer seeking a perfect WordPress theme for your next project, you are certain to appreciate the numerous features and benefits that our theme provides.
Version: 1.0
Tags: white, right-sidebar, left-sidebar, custom-colors, custom-menu, featured-images, post-formats, theme-options, translation-ready
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: houzez
Template: houzez
*/


@import url("../houzez/style.css");

/* Your CSS code goes here
-------------------------------------- */

.cart-button{
	margin-right: 5px;


}
.header-main-wrap.header-transparent-wrap .view-all-cart-btn a {
  color: #004274 !important;
}

.cart-button.dropdown-toggle:hover {
  background-color: transparent !important;
}
.dropdown-menu.dropdown-cart{
left: -170px;

}
ul.dropdown-cart{
  min-width:300px;
/*    border: 2px solid #343434;*/
/*    padding: 2px;*/
/*    margin: 7px;*/
/*    margin-top: 11px;*/
}
ul.dropdown-cart li .item{
    display:block;
    padding:5px 8px;
/*    margin: 3px 0;*/
    
}
ul.dropdown-cart li .item:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;

}

ul.dropdown-cart li .item-left{
    float:left;
}
ul.dropdown-cart li .item-left img,
ul.dropdown-cart li .item-left span.item-info{
    float:left;
}
ul.dropdown-cart li .item-left span.item-info{
    margin-left:10px; 
     
}
ul.dropdown-cart li .item-left span.item-info span{
    display:block;
    line-height: 40px;
}
ul.dropdown-cart li .item-right{
    float:right;
}
ul.dropdown-cart li .item-right button{
    margin-top:14px;
}   


.card-body {  
    background-color: white !important;
}

 .cart-summary a{
    margin:20px 2px;
    font-size: 40px;
    padding: 5px;
}

.remove_cart_item.dropdown-cart-menu {
  font-size: small !important;
  padding: 0px 8px !important;
  line-height: 2;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 13px;
}
.content-area-dropdown-menu{
    font-family: Roboto;
    font-size: 12px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #004274;
}
.li-for-cart-menu {
  border-bottom: 1px solid #dce0e0;
}

.li-for-cart-menu img{
    border-radius: 4px;
}
ul.dropdown-cart li .item:hover{
    color: #00aeff;
  background-color: rgba(0, 174, 255, 0.1);
  border-color: #dce0e0;
    
}
.dropdown-menu.dropdown-cart.header_cart_dropdown.show {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
ul.dropdown-cart li .item:hover .content-area-dropdown-menu{
    color: #00aeff;
}
ul.dropdown-cart li{
    line-height: 1.6;
}

/* Gonley Customize */
.logo-desktop img {
	width: 160px;
	height: 45px;
}


