/*===================================== 
YOU CAN WRIGHT CUSTOME CSS 
======================================*/
.cart-dropdown-item-wraper {
    top: 110%;
    right: 50px;
    position: absolute;
    z-index: 999;
    background-color: #fff;
    padding: 10px;
    border: 3px solid #eaeaea;
    width: 280px;
    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;
}

.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 {
    padding: 10px 0px;
    margin-top: 10px;
    /* margin-bottom: 10px; */
    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;
}

.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: 14px;
    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 {
    padding: 20px 0px 10px 0px;
    text-align: center;
    /* border-top: 1px solid #eee; */
}
.con-right{
    margin-top: 8%;
}
/* contact page css */
.contact-sec {
    padding: 50px 0;
}
.contact-box {
    padding: 30px;
    /* width: 85%; */
    margin: 0 auto;
    border: 5px solid #ccc;
}
.con-right p {
    text-align: right;
    margin: 0 0 10px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.contact-form {
    margin: 40px auto;
    background: #fff;
    width: 100%;
    box-shadow: 0 0 11px #ccc;
    padding: 40px;
}
.contact-box h4 {
    text-align: left;
    color: #000;
    font-weight: 900;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 30px;
}
.contact-form form label {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #222;
}
.contact-form form input[type="text"], .contact-form form input[type="email"], .contact-form form input[type="tel"], .contact-form form textarea {
    background: #fff;
    color: #000;
    width: 100%;
    padding: 10px;
    margin: 0 0 10px 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 16px;
    border: 1px solid #ccc;
    resize: none;
}
.contact-form form input[type="submit"] {
    background: #39b54a;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 0;
    text-transform: capitalize;
    letter-spacing: 0;
    border: 1px solid #39b54a;
    font-family: 'Poppins', sans-serif;
}
.contact-details h5, .contact-txt p {
    text-align: left;
    margin: 0 0 10px 0;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
}
.ee-contactpage{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}


/*laptop view*/
@media screen and (min-width: 992px){
    /* .contact-box{margin-top:-9%;} */
    /* .cont-edd{margin-top:15%;} */
}


