/* Product_details page css */
.price-font {
    font-size: 2rem;
}
.c-size {
    padding: 1px;
}
.cu-font-size {
    font-size: 1.7rem !important;
}
.qty-input {
    width: 40px;
    outline: none;
    border: none;
    margin: 0px;
    padding: 0px;
    text-align: center;
    color: #1f2b7b !important;
}
.qty-sec {
    border: 2px solid #1f2b7b;
    display: inline-block;
}
.active:hover, .active {
    background-color: #1f2b7b !important;
    color: white !important;
}

.buy-now-pd {
    background-color: #f44a40 !important;
    color: white !important;
}

/* product detail slick css for img */
.pimg {
    width: 130px !important;
    border-radius: 5px;
}
.slick-current .pimg{
    padding: 2px;
    border: 2px solid #1f2b7b;
}
@media only screen and (max-width: 535px) {
    .pimg {
        width: 100px !important;
    }
}

@media only screen and (max-width: 437px) {
    .pimg {
        width: 80px !important;
    }
}

@media only screen and (max-width: 378px) {
    .pimg {
        width: 70px !important;
    }
}

/* Product Detail Code End */

/* floating label */

.form-group {
    position: relative;                                
}
.form-group input {                                
    font-size: 16px;                                
    transition: border-color 0.3s;
}

.form-group label {
    position: absolute;
    top: 50%;
    left: 1px;
    transform: translateY(-50%);
    background-color: #fff;
    padding: 0 10px;
    font-size: 15px;
    pointer-events: none;
    transition: 0.2s ease all;
    color: #667381;
    padding-right: 14px;
}
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
    top: 0px;
    left: 20px;
    font-size: 14px;
    color: #1f2b7b;
    padding: 0px 1px;
}


/* for select box */
.sameslect {
    font-size: 14px !important;
    padding: 0px !important;
    left: 19px !important;
    color: #1f2b7b !important;
}
.list {
    width: 100%;
}

/* floating label end */

.error {
    color: rgb(255, 39, 39);
}

/* cart logo in header */
.header-right1 .card-stor {
    padding: 5px 15px;
    border-radius: 50px;
}

.header-right1 .card-stor img {
    width: 15px;
    height: 15px;
}

@media (max-width: 767px) {
  .header-right1 .card-stor {
    position: relative;
    right: 52px;
    top: 6px;
  }
}
