*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.menu {
    display: block;
    display: -ms-flexbox;
    /* display: flex; */
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: #f8f9fa;
    /* background-size: auto; */
    /* border-top-width: 0; */
    border-top-color: #f8f9fa;
    border-top-style: solid;
    border-bottom-width: 0;
    border-bottom-color: #f8f9fa;
    border-bottom-style: solid;
}

.prod-img {
    border: 1px solid #f3f3f3;
    padding: 3px !important;
    width: 100% !important;
    border-radius: 5px !important;
}

#products-container div p {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

/*box 1*/
.sub_save .box1 {
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
}

    .sub_save .box1 h4 {
        padding: 30px;
        color: #000;
        font-weight: 300;
        font-size: 35px;
    }

    .sub_save .box1 .lg-txt {
        padding: 40px;
        background: #4A5F70;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 85px;
        font-weight: 700;
    }

        .sub_save .box1 .lg-txt span {
            font-size: 32px;
            font-weight: 700;
        }

    .sub_save .box1 h5 {
        padding: 10px;
        font-weight: 300;
    }

.sub_save .title {
    color: #01c07e;
    font-family: "Nilland",Sans-serif;
    font-size: 65px;
    font-weight: 500;
}

.sub_save .box1 a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #000;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    padding: 15px 45px;
}

    .sub_save .box1 a:hover {
        color: #fff;
        background-color: #4a5f70;
    }
/*box 1 end*/


/*box 2*/
.sub_save .box2 {
    background: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.5);
    margin-top: -120px;
}

    .sub_save .box2 h4 {
        padding: 30px;
        color: #000;
        font-weight: 300;
        font-size: 35px;
    }

    .sub_save .box2 .lg-txt {
        padding: 40px;
        background: #01C07E;
        color: #fff;
        font-family: 'Open Sans', sans-serif;
        font-size: 85px;
        font-weight: 700;
    }

    .sub_save .box2 .asd {
        position: relative;
        top: -16px;
        font-size: 23px !important;
        font-weight: 500 !important;
    }

    .sub_save .box2 .lg-txt span small {
        font-weight: 300;
        font-size: 18px;
        position: relative;
        top: 0px;
        left: -25px;
    }

    .sub_save .box2 .lg-txt span {
        font-size: 32px;
        font-weight: 700;
    }

    .sub_save .box2 i {
        color: #006BCD;
    }

    .sub_save .box2 h5 {
        padding: 10px;
        font-weight: 300;
    }

.sub_save .title {
    color: #01c07e;
    font-family: "Nilland",Sans-serif;
    font-size: 65px;
    font-weight: 500;
}

.sub_save .box2 a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #01C07E;
    border-style: solid;
    border-width: 1px;
    border-radius: 3px;
    padding: 15px 45px;
}

.sub_save .price-ribbon {
    position: relative;
    top: 0;
    left: 420px;
    width: 100px;
}

.sub_save .box2 a:hover {
    color: #fff;
    background-color: #4a5f70;
}

@media screen and (max-width: 768px) {
    .sub_save .price-ribbon {
        position: relative;
        top: 0;
        left: 210px !important;
        width: 100px;
    }

    .sub_save .title {
        font-size: 35px;
    }

    .sub_save .box1 .lg-txt, .sub_save .box2 .lg-txt {
        font-size: 50px;
    }

    .sub_save .box2 .asd {
        font-size: 15px !important;
    }

    .sub_save .box2 .lg-txt span small {
        font-size: 14px;
        left: -16px;
    }
}
/*box 2 end*/

/*.cart-click img {
    width: 55%;
}*/

.prod-img {
    width: 75%;
}

.parent p {
    font-size: 15px;
    line-height: 1.5rem;
    color: #212529;
    font-weight: 400;
    margin-top: -10px;
    font-family: 'Open Sans', sans-serif;
}

.items-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-bottom: 0;
    color: #01c07e;
}

    .items-menu ul li {
        list-style: none;
        text-decoration: none;
    }

    .items-menu a {
        font-size: 15px;
        letter-spacing: 1px;
        color: #007bff;
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

.items:before {
    display: inline-block;
    padding-right: .5rem;
    color: #000;
    content: "/";
}

.items span {
    color: #01c07e;
}

.block1 h1 {
    font-family: "Nilland",Sans-serif;
    color: #006bcd;
    margin: auto;
}

.block1 h3 {
    color: #01c07e;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.2em;
}

.block1 span {
    color: #4a5f70;
    font-family: "Nilland",Sans-serif;
    font-size: 64px;
    font-weight: 500 !important;
    text-transform: capitalize;
    line-height: 1.2em;
    text-align: justify;
}

.block2 h3 {
    font-family: "Nilland",Sans-serif;
    font-size: 45px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.4em;
    color: #4a5f70;
}

.subs {
    text-align: center;
}

.btn-green {
    width: 185px;
    background-color: #0069d9;
    border-color: #0062cc;
    background-image: none;
    border-radius: 3px;
    font-size: 14px;
    letter-spacing: 1.3px;
    color: #fff;
    padding: 8px 20px;
    margin: auto;
    display: block;
}

.frame {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    background: #fff;
    min-height: 470px;
}

    .frame p {
        color: #006bcd;
        font-family: "Nilland",Sans-serif;
        font-size: 24px;
        font-weight: 400;
        padding-left: 10px;
        text-transform: capitalize;
    }
