/**
* Theme Name: Groci Child
* Description: This is a child theme of Groci, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/KlbTheme">KlbTheme (Sinan ISIK)</a>
* Template: groci
* Version: 1.9.10
*/
.checkout_coupon.woocommerce-form-coupon {
    display: block !important;
}
#e_deliverydate_field span.woocommerce-input-wrapper {
    position: relative;
}
#e_deliverydate_field span.woocommerce-input-wrapper::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    position: absolute;
    top: 15px;
    right: 15px;
}
#order_review_heading {
    font-weight: bold;
}
.woocommerce-checkout h3,
.woocommerce-account h3 {
    font-size: 24px;
    font-weight: bold;
}
.lost_reset_password .password-input {
    width: 100%;
}
.ced_my_account_reorder {
    background: #13C9AE;
    padding: 5px;
    border-radius: 3px;
    color: white;
    margin-right: 5px;
}
.woocommerce-order .woocommerce-order-details h2, .woocommerce-order .woocommerce-customer-details h2, .woocommerce-MyAccount-content section.woocommerce-customer-details h2, .woocommerce-MyAccount-content section.woocommerce-order-details h2 {
    font-weight: bold;
}
.product-quantity .qty {
    width: 100%;
}
.woocommerce-billing-fields {
    margin-top: 11px;
}
@media screen and (max-width:768px) {
    .woocommerce-billing-fields {
        margin-top: 0;
    }
}

.product-categories .cat-item{
    font-size:13px;
}

.contact-number{
    float:left;
    margin-left:-140%;
}

@media only screen and (max-width: 1199px) and (min-width:1025px){
.contact-number{
    margin-left:-110%;
    margin-top:10%;
}
}


@media only screen and (max-width: 1024px) and (min-width:768px){
.contact-number{
    margin-left:-92% !important;
    font-size:11px;
}
}

@media only screen and (max-width: 767px) and (min-width:415px){
.contact-number{
    font-size:11px;
    margin-top:10%;
}
}

@media only screen and (max-width: 414px) and (min-width:260px){
.contact-number{
    font-size:11px;
    margin-top:0%;
     margin-left:-75%;
}
}
.orddd_field_note {
    margin-top: 10px;
}
