.bootstrap-iso{
	margin-bottom: 5px;
}

.fme_quantity{
    height: 2.3rem !important;
    text-align: center;
/*    margin-left: 1px;*/
    margin-bottom: 10px;
}

.fme_quantity .qty {
    min-width: 2.5rem !important;
    height: 100% ;
    margin-top: 0 !important;
}

.single-product div.product form.cart .fme_quantity {
    float: none;
    margin: 0;
    display: block;
}

.errormsg{
    width: 100%;
    text-align: center;
	margin: auto;
    -webkit-text-fill-color: #ec0c07;
    border-radius: 10px;
    margin-bottom:  5px;
}

.errormsgcart {
    width: 100%;
    text-align: center;
    font-size: 12px;
    margin: auto;
    -webkit-text-fill-color: #ec0c07;
    border-radius: 10px;
}

.fme_qifw_min_quantity, .fme_quantity {
    text-align: center !important;
    margin-right: 0px !important;
}

.fme_qbtns {
    min-width: 2.5rem !important;
/*    min-width: 2.5rem ;*/
    height: 2.3rem !important;
    border: none;
    cursor: pointer;
    line-height: 0 !important;
    min-height: unset !important;
}
.fme_retailer_btn_position{
    justify-content: center;
}
p.minimum-qty-error, p.maximum-qty-error {
    border: 1px solid transparent;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    display: inline-flex;
    align-items: center;
    background-color: #f4f8ff;
    pointer-events: all;
    max-width: fit-content;
    padding: 10px;
    color: #404041;
    gap: 10px;
}
p.minimum-qty-error > svg, p.maximum-qty-error > svg {
    fill: #fff;
    background-color: #007cba;
    border-radius: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    height: 100%;
    padding: 2px;
}
form.fme-qifw-blocks-shop .fme-qifw-input-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: .75rem;
}
form.fme-qifw-blocks-shop input {
    outline: unset !important;
}
form.fme-qifw-blocks-shop .quantity input {
    min-width: 2.25rem !important;
    height: 35px !important;
    padding: 0 10px !important;
    text-align: center;
}
.fme-qifw-add-to-cart-btn button {
    margin-top: 0 !important;
}
/* Chrome, Safari, Edge, Opera */
form.fme-qifw-blocks-shop input::-webkit-outer-spin-button,
form.fme-qifw-blocks-shop input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
form.fme-qifw-blocks-shop input[type=number] {
  -moz-appearance: textfield;
}

@media only screen and (min-width: 312px) and (max-width: 782px) {
    p.minimum-qty-error, p.maximum-qty-error {
        top: 80px;
        margin: 0 !important;
        bottom: unset;
        padding: 5px;
        left: 5px;
        right: 5px;
        font-size: 14px;
        gap: 5px;
    }
    p.minimum-qty-error > svg, p.maximum-qty-error > svg {
        width: 15px;
    }
}

@media screen and (min-width:600px) and (max-width:767px){
    .fme_quantity .qty {
        min-width: 3rem !important;
        height: 2.8vh !important;
        margin-top: 0 !important;
    }
        
}

@media screen and (min-width:768px) and (max-width:1180px){
    .fme_quantity .qty {
        min-width: 3rem !important;
        height: 3.6vh !important;
        margin-top: 0 !important;
    }
        
}
@media screen and (min-width:280px) and (max-width:653px){.fme_quantity .qty {
    min-width: 3rem !important;
    height: 2.8vh !important;
    margin-top: 0 !important;
}
    }
    @media screen and (min-width:390px) and (max-width:844px){
        .fme_quantity .qty {
        min-width: 3rem !important;
        height: 4.4vh !important;
    }
}
@media screen and (min-width:360px) and (max-width:740px){
            .fme_quantity .qty {
            min-width: 3rem !important;
            height: 4.9vh !important;
        }
        }

        @media screen and (min-width:412px) and (max-width:915px){
            .fme_quantity .qty {
            min-width: 3rem !important;
            height: 4vh !important;
        }
        }
@media screen and (min-width:820px) and (max-width:1180px){
            .fme_quantity .qty {
            min-width: 3rem !important;
            height: 3.3vh !important;
        }
        }

        @media screen and (min-width:912px) and (max-width:1368px){
            .fme_quantity .qty {
            min-width: 3rem !important;
            height: 2.8vh !important;
        }
        }

            @media screen and (min-width:540px) and (max-width:720px){
            .fme_quantity .qty {
            min-width: 3rem !important;
            height: 5.1vh !important;
        }
        }