@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&display=swap');
/*
input[type=radio] {
    width: 20px;
    height: 20px;
    border: 2px solid red !important;
}
*/

.radio {
    padding-top: 15px;
}

.radio div {
    display: inline-block;
    padding-left: 30px;
}

.radio label {
    font-family: 'Spartan-Medium';
    font-size: 16px;
    padding-left: 30px;
    padding-right: 30px;
}

#sub {
    background-color: #2189b6;
    margin-bottom: 10px;
    margin-top: 40px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

#sub2 {
    background-color: #2189b6;
    margin-bottom: 10px;
    margin-top: 40px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

/* #category {
    width: 90%;
    margin-left: 80px;
    font-family: 'Spartan-Medium';
}

#category img {
    display: inline-block;
}
    
.category button {
    font-family: 'Spartan-Medium';
    text-align: center;
    background-color: #226971;
    color: #ffffff;
    width: 100%;
    border-radius: 0px;
    font-size: 12px;
    padding-top: 10px;
    transition: .1s;
}

.category button:hover {
    background: #2685a1;
}

*/

.category p {
    font-family: 'Spartan-Medium';
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

.side {
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    opacity: 0;
    left: 0;
    font-family: 'Spartan-Medium';
}

.side1 {
    left: 0;
    font-family: 'Spartan-Medium';
}

.side button {
    display: block;
    border-radius: 8px;
    background-color: #226971;
    margin-top: 1px;
    color: #ffffff;
    width: 90%;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
}

#hide {
    display: none;
}

#hide1 {
    display: none;
}

#sticky {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 50%;
    justify-content: flex-end;
    margin-top: 20px;
    cursor: pointer;
    z-index: 999;
}

#sticky-cart {
    width: 90px;
    height: 50px;
    justify-content: center;
    display: flex;
    background-color: #2189b6;
    align-items: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

#sticky-login {
    width: 90px;
    height: 50px;
    justify-content: center;
    display: flex;
    background-color: #22697f;
    align-items: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.meat p {
    color: #ffffff;
}

.meat {
    width: 100%;
    background-image: url('images/meat.jpg');
    background-size: cover;
}

.mobhead {
    font-size: 0.5rem;
    color: #ffffff;
}

.mobhead img {
    width: 40px;
}

.accordion-body {
    padding: 0px;
}

.accordion-body button {
    width: 100%;
}

.accordion-item .collapsed {
    width: 100%;
}

.accordion-button:not(.collapsed) {
    font-family: 'Spartan-Medium';
    text-align: center;
    background-color: #226971;
    color: #ffffff;
    width: 80%;
    border-radius: 0px;
    font-size: 15px;
    padding: 10px;
}

/*
.form-check-input:checked {
    background-color: red;
    padding: 0px;
}
*/

@media only screen and (max-device-width: 1366px) and (max-device-height: 768px) {
    .mobhead img {
        width: 70px;
    }
}

@media only screen and (max-device-width: 768px) {
    /*
    input[type=radio] {
        border: 2px solid red !important;
    }
    */
    .radio label {
        display: inline-block;
        padding-left: 0px;
        padding-right: 0px;
    }

    .side button {
        display: block;
        border-radius: 8px;
        background-color: #226971;
        margin-top: 1px;
        color: #ffffff;
        width: 100%;
        font-size: 10px;
        transition: all 0.25s;
        -webkit-transition: all 0.25s;
        text-align: left;
    }
}

@media(max-width:992px) {
    .form-check-input-Mobile {
        margin-right: 5px;
    }
}

.abc {
    position: absolute;
    z-index: 999;
}



.accordion-flush .accordion-item .accordion-button {
    display: block;
    border-radius: 8px;
    background-color: #226971;
    margin-top: 1px;
    color: #ffffff;
    width: 100%;
    font-size: 14px;
    transition: all 0.25s;
    -webkit-transition: all 0.25s;
    text-align: left;
}

.ribbon {
    width: 50%;
    position: absolute;
    z-index: 1;
    top: 0;

}

.ribbon-mobile {
    width: 50%;
    position: absolute;
    z-index: 1;
    top: 0%;
}

.fa-check {
    width: 30px;
    display: inline-block;
    padding: 0;
    margin: 0;
    padding-left: 8px;
    color: #2db450;
}

@media only screen and (min-width: 442px) and (max-width: 767px) {
    .accordion-button:not(.collapsed) {
        font-family: 'Spartan-Medium';
        text-align: center;
        background-color: #226971;
        color: #ffffff;
        width: 80%;
        border-radius: 0px;
        font-size: 15px;
        padding: 10px;
    }

    .accordion-flush .accordion-item .accordion-button {
        display: block;
        border-radius: 8px;
        background-color: #226971;
        margin-top: 1px;
        color: #ffffff;
        width: 100%;
        padding: 8px;
        font-size: 10px;
        transition: all 0.25s;
        -webkit-transition: all 0.25s;
        text-align: left;
    }

    .radio div {
        padding-left: 3px;
        margin-right: 5px;
    }

    .radio label {
        font-size: 12px;
    }

    .category p {
        font-size: 15px;
        font-family: 'Spartan-Medium';
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 3px;
    }

    .category button {
        font-family: 'Spartan-Medium';
        text-align: center;
        background-color: #226971;
        color: #ffffff;
        width: 80%;
        border-radius: 0px;
        font-size: 15px;
        padding: 5px;
    }



    .fa-check {
        width: 20px;
        display: inline-block;
        padding: 0;
        margin: 0;
        padding-left: 3px;
        color: #2db450;
    }
}

@media(max-width:442px) {
    .category button {
        font-size: 12px;
    }

    .category p {
        font-size: 12px;
    }


}

@media only screen and (min-width: 768px) and (max-width: 979px) {
    .radio div {
        padding-left: 3px;
    }

    .radio label {
        font-size: 12px;
    }



    .fa-check {
        width: 20px;
        display: inline-block;
        padding: 0;
        margin: 0;
        padding-left: 3px;
        color: #2db450;
    }

    .category p {
        font-size: 15px;
        font-family: 'Spartan-Medium';
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 3px;
    }

    .category button {
        font-family: 'Spartan-Medium';
        text-align: center;
        background-color: #226971;
        color: #ffffff;
        width: 80%;
        border-radius: 0px;
        font-size: 15px;
        padding: 5px;
    }
}

.side2 {
    opacity: 0;
}

@media only screen and (min-width: 980px) and (max-width: 1023px) {
    .radio label {
        font-size: 12px;
    }

    .radio div {
        padding-left: 3px;
    }

    .ribbon {
        font-size: 14px;
        padding: 3px;
        padding-right: 5px;
        width: 80px;
    }

    .fa-check {
        width: 20px;
        display: inline-block;
        padding: 0;
        margin: 0;
        padding-left: 3px;
        color: #2db450;
    }

    .category p {
        font-size: 15px;
        font-family: 'Spartan-Medium';
        font-weight: bold;
        margin-bottom: 5px;
        margin-top: 3px;
    }

    .category button {
        font-family: 'Spartan-Medium';
        text-align: center;
        background-color: #226971;
        color: #ffffff;
        width: 80%;
        border-radius: 0px;
        font-size: 15px;
        padding: 5px;
    }
}



.list-group.panel>.list-group-item {
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item-success {
    background-color: #2189b6;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.list-group-item-success:hover {
    background-color: #22697f !important;
    color: #fff;
    text-decoration: none;
}

.listcolor a {
    background-color: rgb(34, 105, 113, 0.7);
    color: #fff;
    text-decoration: none;
}

.color-active {
    background-color: #22697f !important;
    color: #fff;
    text-decoration: none;
}

.list-group-item {
    text-transform: uppercase;
    text-decoration: none;
}

.list-group-item:hover {
    background-color: rgb(34, 105, 113, 0.8);
    color: #fff;
    text-decoration: none;
}

/* loader css */
.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 1.5s linear infinite;
    margin: auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.fa-caret-down {
    margin-left: 5px;
}

.category-panel-top {
    background: #2189b6;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

.breadcrumb {
    font-size: 12px;
    background: #f8f9fa;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.sale-price {
    font-family: 'Permanent Marker', cursive;
    color: #e81e25;
    font-size: 1.75em;
}

.form-control.product_qty {
    padding: 0;
}