.margin-sec {
    margin-top: 130px;
}

.product-action ul {
    list-style: none !important;
}

@media(max-width:767px) {
    .margin-sec {
        margin-top: 0% !important;
    }
}

.slider-text {
    padding: 10px 30px;
    background-color: #ffffff94;
}

.active {
    color: #315c1b;
    text-decoration: none;
}

.a-index {
    z-index: 1000 !important;
}

.icon-head {
    color: #fff;
    font-size: 20px;
}

.a-head {
    color: #fff;
    font-size: 15px;
}

.a-head:hover {
    color: #000;
}

.div-head {
    margin-top: 35px;
}

.runningText {
    font: 15px 'roboto_regular';
    text-align: center;
    color: #686868;
    letter-spacing: 1px;
    line-height: 24px;
    margin: 0 auto;
}

.content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.rad-input {
    width: unset;
    height: unset;
}

#time-sec {
    display: flex;
    flex-flow: row wrap;
}

#time-sec>div {
    flex: 1;
    padding: 0.5rem;
}

.time-rad {
    display: none;
}

.time-rad:not(:disabled)~label {
    cursor: pointer;
}

.time-rad:disabled~label {
    color: rgba(188, 194, 191, 1);
    border-color: rgba(188, 194, 191, 1);
    box-shadow: none;
    cursor: not-allowed;
}

.label-rad {
    height: 100%;
    display: block;
    background: white;
    border: 2px solid #315c1b;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5);
    position: relative;
}

.time-rad:checked+label {
    background: #315c1b;
    color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px #315c1b;
}

.time-rad:checked+label::after {
    color: rgba(61, 63, 67, 1);
    font-family: FontAwesome;
    border: 2px solid #315c1b;
    content: "\f00c";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}

p {
    font-weight: 900;
}

@media only screen and (max-width: 700px) {
    #time-sec {
        flex-direction: column;
    }
}

.footer-link {
    color: #000000;
}

.footer-link:hover {
    color: #fff;
}

@media (max-width: 767px) {
    .cart-div {
        display: flex;
        flex-direction: column;
    }
    .cart-button {
        margin: 21px 0 !important;
        padding: 0px 19px !important;
    }
    .modal-cart-btn {
        margin-left: -9px !important;
        padding: 0px 18px !important;
    }
    .cart-div {
        display: flex;
        flex-direction: column;
    }
}