/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/
.cart-dropdown-item-wraper {
    top: 110%;
    right: 30px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 2px;
    border: 3px solid #eaeaea;
    width: 336px;
    display: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.16);
    text-align: left;
}

.nav-cart-items {
    position: relative;
    max-height: 300px;
    overflow-y: auto;
}

.nav-cart-items:before {
    border-bottom: 8px solid #efefef;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 15px;
    top: -12px;
    width: 0;
}

.nav-cart-title {
    border-bottom: 1px solid #eee;
}

.nav-cart-title h4 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0px;
    text-transform: uppercase;
}

.nav-cart-item {
    border-top: 1px solid #f5f5f5;
    margin-top: 15px;
    padding-top: 15px;
}

.nav-cart-item:first-child {
    border-top: 0 none;
    margin-top: 0;
    padding-top: 0;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    !i;
    !;
}

.nav-cart-item-image {
    border: 2px solid #eee;
    float: left;
    height: 48px;
    margin-right: 15px;
    transition: border-color 0.2s linear 0s;
    width: 48px;
}

.nav-cart-item-image a,.nav-cart-item-image img {
    display: block;
    height: 44px;
    width: 44px;
}

.nav-cart-item-image:hover {
    border-color: #243447;
}

.nav-cart-item-desc {
    overflow: hidden;
    position: relative;
}

.nav-cart-item-desc a {
    font-size: 13px;
    font-weight: 600;
    height: auto;
    text-align: left;
    width: auto;
}

.nav-cart-item-desc a:hover {
    color: #243447;
}

.nav-cart-item-desc span.nav-cart-item-price {
    color: #999;
    display: block;
    font-size: 12px;
    line-height: 20px;
}

.nav-cart-item-desc a.nav-cart-item-quantity {
    color: #444;
    display: block;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 2px;
    padding: 0px 5px 2px 5px;
}

.nav-cart-item-desc a:hover.nav-cart-item-quantity {
    background-color: #000;
    color: #fff;
}

.nav-cart-action {
    border-top: 1px solid #eee;
}
.con-right{
    margin-top: 8%;
}
.
/*laptop view*/
@media screen and (min-width: 992px){
    .contact-box{margin-top:-9%;}
    .cont-edd{margin-top:15%;}
}


