.font-size-15{
    font-size: 15px;
}
.sticky-bottom{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #1d3557;
    z-index: 999999;
}
.style-UnAJv {
    background-size: cover;
    background-position: center center;
    height: 150px;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-style-4.product-box .product-info h5 {
    margin-top: 6px;
    margin-bottom: 3px;
    font-size: 11px;
}
.style-JYoi3{
    max-width: 100% !important;
}
.product-box .product-info h4{
    font-size: 14px;
    color: #222;
    font-weight: 700;
    margin-bottom: 0;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    line-height: 1.7;
    height: 50px;
    overflow: hidden;
}
/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
/* Horizontal line */
a.active{
    color: #2FA468 !important;
}
.tax{
    font-size: 8;
}
.text-indent{
    text-indent:10px;
}
.hover-green:hover{
    color: #2FA468 !important;
}
.collapsible-link::before {
    content: '';
    width: 14px;
    height: 2px;
    background: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 1rem;
    display: block;
    transition: all 0.3s;
}

/* Vertical line */
.collapsible-link::after {
    content: '';
    width: 2px;
    height: 14px;
    background: #333;
    position: absolute;
    top: calc(50% - 7px);
    right: calc(1rem + 6px);
    display: block;
    transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
    transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
    transform: rotate(180deg);
}

.general-blue{
    color: #1D3557;
}
.footer-top h1,.footer-top h2,.footer-top h3,.footer-top h4,.footer-top h5,.footer-top a,.footer-top p,.footer-top i{
    color:white !important;
}
.footer-top a:hover{
    color: #2FA468 !important;
}
.footer-top i:hover{
    color: #2FA468 !important;
}
.footer-bottom{

}
.general-bg-blue{
    background-color: #1D3557;
}
.general-bg-green{
    background-color: #2FA468;
    color:white;
}
.pro-slider-icon-1-next.slick-arrow{
    color:#2FA468;
}
.pro-slider-icon-1-prev.slick-arrow{
    color:#2FA468;
}
.cursor:hover{
    cursor: pointer;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
    background-color: #1D3557;
}
::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 10%);
    background-color: #F5F5F5;
    border-radius: 10px;
}
.multiple-select-dropdown li [type=checkbox]+label {

    height: 1rem;

}
.text-grey{
    color:grey;
    opacity: 0.2;
}
.img-md{
    width: 50%;
    margin: auto;
}
.modal-backdrop {
    z-index: 1020;
}
.border-radius-7{
    border-radius: 7px;
}
.bg-green{
    background-color: #2FA468 !important;
    color:white;
}
.bg-green:hover{
    background-color: black !important;
}
/*.modal-open .modal {*/
/*    top: 10%;*/
/*}*/
.navbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: white;
}
.cart-detail a{
    color:#2fa468;
}
a.waves-effect, a.waves-light {
    display: unset;
}
/* 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;
}
@media only screen and (min-width: 600px) {
    .parent-grid-4-col {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        /*grid-template-rows: repeat(2, 1fr);*/
        grid-column-gap: 20px;
        grid-row-gap: 15px;
    }
}

.cart_button_qty_increase{
    height: 31px;
    width: 31px;
    border: 1px solid #E3E4E9;
    color: #000000;
    cursor: pointer;
    font-size: 18px;
    line-height: 18px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding-right: 23px;
}
.qty-label{
    margin: 0px 12px 7px !important;
}
.badge-orange{
    background-color: #E77128;
    color:white;
}
