.text-danger-muted{
	color:#ef5f5f !important;

}

.border-radius-0{
	border-radius: 0 !important;

}
.icn-heart{
    font-size: 18px;
    font-weight: 700 !important;
}
.icn-heart.active{
    color: red;
    /*background: red;*/
}
@media (min-width: 768px) {
    .suggestion-box{
     top: 45px;
     width:300px !important;
 }

 .account-right{
    margin-left: 10px !important;
}

}

.text-primary{
    color: #29292b !important
}

.suggestion-box{
 border: 1px solid #cccccc70;
 border-radius:0;
 position: relative;
 background: #fff;
 z-index: 999;
 opacity: 1;
 color: #000;
}

.suggestion-box ul{
    list-style: none;
    /* padding: 5px; */
    width: 100%;
    padding: 6px;
    margin: 0;
}
.suggestion-box ul li {
	margin:0;
	cursor: pointer;
	padding: 5px 5px;
}
.suggestion-box ul li:hover {
	background: #cccccc52;
}
.suggestion-box ul li .fa{
	font-size: 20px;
	margin-right: 10px;
}
.suggestion-info{
	margin-left: 30px;
}
.border-dotted{
	opacity: 0.5;
}

.count-input .js-btn-plus:first-child {
    right: auto;
    left: 0;
    top: 46%;
}

.count-input .js-btn-plus {
    display: block;
    position: absolute;
    width: 40px;
    height: 34px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    line-height: 34px;
    top: 50%;
    right: 0;
    margin-top: -17px;
    text-decoration: none;
    cursor: pointer;
}

.coupon-code-area {
    position: relative;
    z-index: 1;
}

.coupon-code-area input {
    width: 100%;
    height: 52px;
    border: none;
    background-color: #f4f2f8;
    padding: 0 30px;
    font-size: 12px;
}

.coupon-code-area a {
    border: none;
    text-transform: uppercase;
    background-color: #2b2b2b;
    padding: 12px 25px;
    font-size: 14px;
    position: absolute;
    top: 0;
    color: #fff;
    font-weight: 700;
    right: 0;
}

/*Account*/


.round-image{
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px #ccc;
    border-radius: 50%;
}

.round-image:hover{
    transform: scale(1.03);
    transition: transform .3s ease;
    cursor: pointer;
}


.round-image{
    width: 60px;
    height: 60px;
    border: 1px solid #ccc;
    box-shadow: 1px 1px 4px #ccc;
    border-radius: 50%;
}

.round-image:hover{
    transform: scale(1.03);
    transition: transform .3s ease;
    cursor: pointer;
}

.product-quantity{
    text-align: center;
}
.btn-remove-cart{
    height: 20px;
    width: 20px;
    padding: 1px;
    margin: 0;
    text-align: center;
    background: #322c7f;
    border-radius: 0;
    border: 1px solid white;
    /*box-shadow: 1px 1px 5px #322c7f;*/
    letter-spacing: 0 !important;
    font-size: 12px !important;
}
.btn-remove-cart:hover
{
    background: #fff;
    color: #322c7f;
}
.btn-plus-minus{
    padding: 4px !important;
    height: 30px !important;
}
.star-rating{
    padding-bottom: 5px;
    width: max-content;
    cursor: pointer;
}
.product-star-rating{
    width: 100% !important;
}
.box-shadow-div{
    box-shadow: 1px 2px 5px #ccc;
}
.panel-orders{
    /*margin: 10px 0px;*/
    /*box-shadow: 1px 1px 4px;*/
}
.panel-orders .panel-heading{
    padding: 10px !important;
}
.panel-orders:hover{
    /*box-shadow: 1px 1px 1px 2px #CCC;*/
    cursor: pointer;
}
.panel-orders:hover img{
    transform: scale(1.2);
    transition: transform .5s ease;
}
.order-product{
    padding: 5px;
    width: 110px;
    height: auto;
    /*box-shadow: 1px 1px 4px;*/
}
.icon.active{
    color: #DE0F0C;
}
.wishlist-product{
    padding: 5px;
    width: 100px;
    height: auto;
    /*box-shadow: 1px 1px 4px;*/
}
.border-radius-0{
    border-radius: 0 !important;
}
.bb-1{
    border-bottom: 1px solid #ccc;
}
.bb-2{
    border-bottom: 2px solid #ccc;
}
.bb-3{
    border-bottom: 3px solid #ccc;
}
.br-2{
    border-right: 2px solid #ccc;
}
.text-upper{
    text-transform: uppercase !important;
}

.credit-card{
    width: 100%;
    padding: 0;
    min-height: 200px;
    background: url(./card-bg.png);
    color: #fff;
    background-size: 100% 100%;
    border: 1px solid #000;;
}
.credit-card:hover{
    box-shadow: 1px 2px 3px #000;
    cursor: pointer;
    transform: scale(1.01);
    transition: transform .3s ease;
}

.card-details{
    padding: 5px;
    min-height: 100%;
    margin: 0;
}
.card-number{
    text-align: center;
    font-size: 30px;
    white-space: nowrap;
}
.address-card{
    width: 100%;
    padding: 0;
    min-height: 200px;
    background: url(../images/add_card.png);
    color: #fff;
    background-size: 100% 100%;
    border:1px solid #ccc;
}
.address-card .card-details{
    padding: 5px 10px;
}
.address-card:hover{
    box-shadow: 2px 2px 3px #ccc;
    cursor: pointer;
    transform: scale(1.01);
    transition: transform .3s ease;
}
.faq-card{
    margin-bottom: 10px;
}
.faq-card:hover{
    border: 1px solid #ccc;
    box-shadow: 2px 2px 3px #ccc;
}
.fw-400{
    font-weight: 400 !important;
}
.section-shadow{
    box-shadow: 1px 1px 3px #ccc !important;
}
.section-shadow:hover{
    box-shadow: 1px 2px 5px #ccc !important;
}

.fs-10{
    font-size: 10px !important;
}
.fs-12{
    font-size: 12px !important;
}
.fs-14{
    font-size: 14px !important;
}
.fs-15{
    font-size: 15px !important;
}
.fs-16{
    font-size: 16px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-18{
    font-size: 18px !important;
}
.fs-20{
    font-size: 20px !important;
}
.fs-24{
    font-size: 24px !important;
}
.fs-26{
    font-size: 26px !important;
}

.mb-5{
    margin-bottom: 5px !important;
}
.not-found{
    width: 50px;
    height: 50px;
    margin-bottom: 30px;
}

.rating-label{
    border-radius: 30px;
    padding: 0 12px;
}
.small-rating-label{
    border-radius: 20px;
    padding: 4px 10px;
    margin-right: 20px;
}
.rate-image{
    height: 50px;
}
.add-image-thumb{
    height: 30px;
    width: 30px;
}
.rate-images .file-preview-frame{
    padding: 2px;
}
.prev-image-thumb{
    height: 60px;
    width: 60px;
}
.img-circle{
    border-radius: 50%;
}
.img-wishlist {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

figure.containerZoom{
    background-position:50% 50%;
    position:relative;
    width:100%;
    overflow:hidden;
    cursor:zoom-in;
    margin:0;
}
figure.containerZoom img{
    transition:opacity .5s;
    display:block;
    width:100%
}
figure.containerZoom.active img{
    opacity:0
}