.input-counter-home span:hover {
    color: #E8B43F;
}
.product-card .content span {
    font-size: 18px;
    color: #E8B43F;
    font-weight: 600;
}
.product-card-tag {
    background-color: #E8B43F;
    font-size: 14px;
    color: #ffffff;
    padding: 5px 20px 5px 20px;
}
.product-detls-image {
     background-color: #ffffff;
}
.product-card .product-card-img .product-card-tag {
    position: absolute;
    top: 30px;
    right: auto;
}
.input-counter-home span {
    position: absolute;
    top: 0;
    background-color: transparent;
    cursor: pointer;
    color: #10142D;
    width: 50px;
    height: 100%;
    line-height: 55px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.input-counter-home span.minus-btn {
    left: -10px;
}
.input-counter-home {
    max-width: 70px;
    min-width: 70px;
    margin-right: 15px;
    text-align: center;
    display: inline-block;
    position: relative;
}
.input-counter-home input {
    height: 50px;
    color: #E8B43F;
    outline: 0;
    display: block;
    border: none;
    background-color: #f8f8f8;
    text-align: center;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
}
.pt-150 {
    padding-top: 150px;
}
.product-card .product-card-img {
    background-color: #ffffff;
}
.product-card-img {
    height: 346px;
}
.cart-wraps-area .cart-totals ul li {
    border: 1px solid #b8b08c !important;
    padding: 10px 15px;
    color: #555555;
    overflow: hidden;
    font-weight: 500;
}
.form-control-address {
    -webkit-appearance: auto;
    height: 50px;
    color: #10142D;
    border: 1px solid #E8B43F;
    background-color: #F1F1F1;
    font-size: 14px;
    padding: 10px 20px;
    width: 100%;
    font-weight: 500;
    border-radius: 0;
}
.nav-other-2 .nav-other-item-2 .cart-btn-area-2 span {
    position: absolute;
    top: 8px;
    width: 15px;
    height: 15px;
    right: -5px;
    line-height: 15px;
    background-color: #E8B43F;
    color: #ffffff;
    font-size: 10px;
    text-align: center;
    border-radius: 50px;
}
.nav-other-2 .nav-other-item-2 .cart-btn-area-2:hover .cart-btn-2 {
    color: #E8B43F;
}
.nav-other-2 .nav-other-item-2 .cart-btn-area-2 .cart-btn-2 {
    position: relative;
    font-size: 24px;
    color: #10142D;
    top: 3px;
}
.side-nav-responsive .dot-menu {
    padding: 0 10px;
    height: 30px;
    cursor: pointer;
    z-index: 999;
    position: absolute;
    right: 15px;
    top: 5px;
}
