@import url('https://fonts.googleapis.com/css2?family=Spartan&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --light: #fff;
    --dark: #000;
    --primary: #f8f2f2;
    --secondary: #e65783;
    --teritary: #200204;
}

body {
    background: var(--light);
    font-family: 'Spartan', sans-serif;
}


p {
    margin-bottom: 0;
}


.up_sec_head_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 5px 15px;
    background-color: #0067a0;
}

.logo_image {
    width: 100px;
}

#splitter {
    height: 1.5rem;
    margin: 0 0.5rem 0 0.5rem;
    flex: 0 0 0.0625rem;
    background-color: #5597bb;
}

.menu_container_head>a {
    margin: 0 10px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.search_head_container {
    position: relative;
}

.search_input {
    width: 40vw;
    border-radius: 25px;
    height: 40px;
    padding: 0 15px;
    font-size: 15px;
    border: none;
    font-weight: bold;
}

.fa-search {
    position: absolute;
    top: 13px;
    right: 15px;
}

.left_sec_head_container {
    display: flex;
    align-items: center;
}

.logo_menu {
    width: 20px;
}

.first__side_head {
    display: flex;
    align-items: center;
}
    
.menu_container_head {
    display: flex;
}

.item_sec_head {
    padding: 5px 15px;
    font-size: 12px;
}

.item_sec_head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item_sec_head>p {
    padding: 5px 0;
    color: white;
    font-weight: bolder;
}

@media screen and (max-width:1150px) {
    .search_head_container {
        display: none;
    }

    .up_sec_head_container {
        justify-content: space-between;
    }
}

@media screen and (max-width:750px) {
    .up_sec_head_container {
    	padding: 15px 0;
        flex-direction: column;
    }

    .left_sec_head_container {
        margin-top: 15px;
    }

    .down_bar_container {
        display: none !important;
    }
}

.top__btn_footer_container {
    background-color: #d9d9d9;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.social_logo {
    width: 40px;
}

.footer_logo {
    width: 100px;
}

.footer_logo_container {
    margin: 25px;
    text-align: center;
}

ul {
    list-style: none;
}

.links_footer {
    width: 100%;
}

.links_footer>ul {
    display: flex;
    justify-content: space-around;
}

.links_footer>ul>a,
.last_p_footer>p>a {
    text-decoration: none;
    color: white;
    font-size: 13px;
}

.last_p_footer {
    margin: 15px 25px;
}

.last_p_footer>p {
    text-align: center;
    color: white;
}

.title__container,
.description__section {
    margin: 35px;
}

.product__title {
    font-weight: bolder;
    font-size: 22px;
}

.brand__title,
.brand__container>a {
    margin-top: 15px;
    font-size: 14px;
    color: rgb(88, 88, 88);
    font-size: bolder;
}

.brand__container {
    display: flex;
    align-items: center;
}

.brand__container>a {
    padding: 5px 10px;
    font-size: 12px;
    color: rgb(66, 66, 217);
}

#productCarousel {
    margin-top: 15px;
    width: 150px;
    height: 150px;
}

#productCarousel .carousel-item img {
    width: 100%;
    height: 400px !important;
    object-fit: contain;
    border: 1px solid lightgrey;
    border-radius: 0.25rem !important;
}

#productCarousel {
    margin-top: 15px;
    width: 50vw !important;
    height: 400px !important;
}

#productCarousel .carousel-inner img {
    width: 100%
}

#productCarousel .carousel-item {
    height: 500px !important;
    width: calc(100% - 100px) !important;
    overflow: hidden;
}

#productCarousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 1px solid lightgrey;
    border-radius: .25rem !important;
}

#productCarousel .carousel-indicators {
    position: absolute;
    right: 0;
    top: -10px;
    margin-top: 0px;
    margin-right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    overflow-y: scroll;
}

#productCarousel .carousel-indicators::-webkit-scrollbar {
    width: 3px;
    background: #fff;
}

#productCarousel .carousel-indicators::-webkit-scrollbar-thumb {
    background: lightgrey;
}

#productCarousel .carousel-indicators>li {
    width: 80px;
    height: 85px;
}

#productCarousel .carousel-indicators li {
    margin-right: 4px;
    border: 1px solid grey;
    border-radius: .25rem !important;
    margin-top: 5px;
}

#productCarousel .carousel-indicators li img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    display: block;
    opacity: 1;
}

#productCarousel .carousel-indicators li.active {
    border: 1px solid var(--dark);
    border-radius: .25rem !important;
}

#productCarousel .carousel-indicators li.active img {
    opacity: 1;
}

#productCarousel .carousel-indicators li:hover img {
    opacity: 1;
}

.carousel-indicators .list-inline {
    margin-bottom: 0 !important;
}

#productCarousel .carousel-indicators {
    margin-top: 5px !important;
    margin-bottom: 0 !important;
}

.client-feedback .carousel-indicators {
    bottom: -60px;

}

.client-feedback .carousel-indicators li {
    height: 0px;
    width: 18px;
    border-radius: 50%;
    background: #999;
    opacity: 0.2;
}

.client-feedback .carousel-indicators li.active {
    background: #999;
    opacity: 1;
}

@media screen and (max-width:992px) {
    #productCarousel {
        margin: 15px 0 0 0 !important;
        width: 600px !important;
        height: 400px !important;
        justify-content: center;
    }

    .product__container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width:700px) {
    #productCarousel {
        width: 100% !important;
    }
}

.second_row_product,
.delivery_icon,
.pickups__container {
    display: flex;
}

.instant_saving_badge {
    background-color: red;
    color: #fff;
    padding: 3px 10px;
    font-size: 13px;
    font-weight: bolder;
    width: 125px;
}

.delivery_icon {
    align-items: center;
}

.delivery_icon>p {
    color: #355F80;
    font-size: 13px;
    font-weight: bolder;
    padding: 0 15px;
}

.bonus_container>p,
.upper_price {
    font-size: 11px;
    margin: 2px;
}

.discount_container {
    color: #EC0439;
    font-size: 22px;
    font-weight: bolder;
    padding: 8px 0;
}

.upper_price,
.price {
    font-weight: bolder;
}

.price {
    font-size: 35px;
}

.saving__container,
.memberhsip_container {
    font-size: 11px;
    font-weight: bolder;
    margin-top: 10px;
}

.red {
    color: red;
}

.pickup_container {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border: 2px solid #355F80;
    border-radius: 8px;
    width: 150px;
    margin: 15px 0 0 0;
}

.pickup_container>p {
    font-size: 12px;
    padding: 5px;
    font-weight: bolder;
}

.mid {
    margin: 15px 15px 0 15px;
}

.add_cart {
    background-color: #0067A0;
    color: white;
    width: 35vw;
    border: none;
    height: 40px;
    border-radius: 25px;
    font-size: 13px;
    font-weight: bolder;
}

.shipping_title {
    margin-top: 20px;
    font-weight: bolder;
    font-size: 14px;
}

.shipping_p {
    font-size: 12px;
    font-weight: bold;
}

.cart_container {
    margin-top: 20px;
}

hr {
    margin-bottom: 0;
}

.product_details {
    border-left: 1px solid lightgray;
    padding: 35px;
}

.second_row_product {
    border-bottom: 1px solid lightgray;
    width: 100%;

}

#productCarousel {
    margin: 35px 15px;
}

@media screen and (max-width:1179px) {
    .second_row_product {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .product_details,
    .second_row_product {
        border: none;
    }

    .add_cart {
        width: 100%;
    }
}

@media screen and (max-width:575px) {
    .pickup_container {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px 20px;
        border: 2px solid #355F80;
        border-radius: 8px;
        width: 100%;
        margin: 15px 0 0 0;
        /* text-align: center; */
    }

    .pickups__container,
    .brand__container {
        flex-direction: column;
    }

    .title__container,
    .description__section {
        margin: 20px 15px;
    }

    .title__container{
	text-align:center;	
    }

    #productCarousel .carousel-item {
        width: calc(100% - 80px) !important;
    }

}

.title_desc,
.product_details_title,
.desc_title {
    font-weight: bolder;
    margin: 15px 0;
}

.product_details_title {
    border-bottom: 2px solid #355F80;
    width: fit-content;
}

.desc_container {
    margin: 25px 0;
    border: 1px solid lightgray;
    border-radius: 15px;
    padding: 10px 35px;
}

.desc_content {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 15px;
}

/* .up_sec_head_container {
    margin-bottom: 20px;
} */

.menu_container_head>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.menu_container_head>a>i {
    padding: 5px;
}

.cart_icon {
    padding: 0;
}

.cart_checkout_title {
    font-weight: bolder;
}

.shipping_p {
    padding: 15px 0;
    font-size: 16px;
}

.zip_area {
    background-color: #F6F6F6;
    color: #0067A0;
    font-weight: bolder;
    font-size: 12px;
    margin: 15px 0;
    padding: 15px;
    display: flex;
    justify-content: space-between;
}

.calendar__container {
    display: flex;
    color: black;
}

.calendar__container>p {
    padding: 0 5px;
}

.product__details_checkout,
.product_data {
    display: flex;
}

.product_img_checkout {
    width: 70px;
}



.contet_checkout_product>p,
.down_bar_container {
    font-size: 12px;
    font-weight: bolder;
}

.free_ship {
    font-size: 10px !important;
    margin: 5px 0;
}

.gray {
    color: gray;
    font-size: 11px !important;
}

.qty_input {
    width: 50px;
}

.qty_container {
    margin: 0 70px;
}

.price_check {
    font-weight: bolder;
}

.checkout_banner {
    font-size: 12px;
    padding: 35px;
    margin: 0 35px;
    box-shadow: 0 0.0625rem 0.25rem 0 rgb(66 66 66 /40%);
}

.cart__checkout__container {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.checkout_banner>h4 {
    font-size: 16px;
    font-weight: bolder;
    margin: 0 !important;
}

.checkout_banner>hr {
    margin: 10px 0;
}

.checkout_banner>p {
    color: rgb(88, 85, 85);
    font-weight: bolder;
    margin: 10px 0;
}

.zip_code,
.blue_text {
    color: #0067A0 !important;
    font-weight: bolder;
}

.become_membership_container {
    display: flex;
    border: 1px solid #0067A0;
    border-radius: 8px;
    padding: 12px;
}

.blue_text,
.member_text {
    padding: 0 10px;
}

.sales_tax {
    margin-top: 10px;
}

.sales_container,
.total_check_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bolder;
}

.total_check_container {
    font-size: 15px;
}

.right_side_total {
    margin: 15px 0;
}

.begin_checkout_btn>a>button {
    width: 100%;
    margin: 5px 0;
    background-color: #0067a0;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 25px;
    font-weight: bolder;
}

.subject_terms_container {
    margin-top: 15px;
    color: #0067a0;
    font-weight: bolder;
    text-align: center;
}

.subtotal {
    display: flex;
    justify-content: space-between;
    font-weight: bolder;
}

.all_product_container_check {
    margin-top: 35px;
}

.est {
    margin-top: 20px !important;
}

.product_data {
    border-bottom: 1px solid #D9D9D9;
    margin: 0 15px;
}

.actions_check_product {
    text-align: end;
    margin: 20px 15px;
    font-size: 12px;
}

.product__details_checkout {
    margin-top: 25px;
}

@media screen and (max-width:1050px) {
    .cart__checkout__container {
        flex-direction: column;
    }

    .all_product_container_check {
        max-width: 100% !important;
    }
}


@media screen and (max-width:650px) {

    .product__details_checkout,
    .product_data {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .contet_checkout_product {
        text-align: center;
    }

    .contet_checkout_product,
    .qty_container,
    .price_container {
        margin: 15px 0;
    }

    .product_img_checkout {
        width: 150px;
    }

    .all_container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width:460px) {

    .zip_area {
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .calendar__container {
        margin: 15px 0;
    }
}

.down_bar_container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 25px;
    border: 1px solid #D9D9D9;
}

.down_bar_container>ul {
    display: flex;
    margin: 0;
}

.down_bar_container>ul>a {
    padding: 5px 15px;
    color: black;
}

.all_container,
.second_row_privacy,
.left_side_privacy_container,
.links_terms_container {
    display: flex;
}

.product_data {
    justify-content: space-between;
    width: 100%;
}

.all_container {
    justify-content: center;
    align-items: center;
}

.title_privacy_container,
.title_terms_container {
    margin-top: 50px;
    text-align: center;
}

.date_privacy {
    margin-top: 15px;
    font-size: 12px;
}

.p_item_container {
    padding: 10px 0;
    border-top: 1px solid #D9D9D9;
}

.p_item_container>.p_item {
    color: #0067A0;
    font-weight: bolder;
    font-size: 14px;
}

.left_side_privacy_container {
    flex-direction: column;
}

.right_side_privacy>p {
    margin-top: 20px;
}

.right_side_privacy>ul {
    list-style-type: disc;
    margin: 25px;
}

.right_side_privacy>h4 {
    margin: 55px 0 45px 0;
}

table {
    margin-top: 35px;
}

table,
td {
    border: 1px solid rgb(194, 194, 194);
}

td,
td>p {
    margin: 15px;
}

td>b {
    margin: 15px;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 1 0 58.333333% !important;
    /* max-width: 87.333333%; */
}

@media screen and (max-width:995px) {
    .second_row_privacy {
        flex-direction: column;
        font-size: 13px;
    }

    .left_side_privacy_container,
    .right_side_privacy {
        margin: 0.5rem !important;

    }

    .left_side_privacy_container,
    .right_side_privacy {
        margin-top: 40px !important;
        max-width: 100% !important;
    }

    .terms_body_container {
        margin: 25px !important;
    }

    .links_footer>ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .links_footer>ul>a {
        padding: 15px 0;
    }
}

.terms_body_container {
    margin: 0 100px;
}

.title_terms_container>h3 {
    font-weight: bolder;
    font-size: 22px;
}

.date_terms {
    font-weight: bold;
    font-size: 12px;
}

.terms_container_content {
    margin-top: 2 0px;
}

.links_terms_container {
    font-size: 13px;
    padding: 5px 15px;
}

.links_terms_container>a {
    color: #1867A0;
    font-weight: bolder;
}

.links_terms_container {
    flex-direction: column;
}

.bottom_hr {
    margin-top: 0 !important;
}

.content_terms_container>h5,

.content_terms_container>h6 {
    font-weight: bolder;
    margin: 15px 0;
}

.content_terms_container>p {
    font-size: 11px;
    font-weight: 600;
    margin-top: 15px;
}
.first_sec_footer{
    /* padding: 12px; */
    font-weight: bolder;
}
.top__btn_footer_container > a{
    text-decoration: none;
    color: #000!important;
    font-size: 13px;
}
.top_trigger{
    padding: 15px;
    width: 100%;
    text-align: center;
}
.second_footer_sec_container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 15px;
}
.left_sec_container > h3{
    font-size: 1.3rem;
    color: #424242;
    font-weight: bolder!important;
}

.left_sec_container > p{
    font-size: 0.7rem;
    font-weight: 600;
}

.lists_container{
    display: flex;
    justify-content: space-between;
    padding: 25px 25px;
}
.lists_container>ul>li{
    font-size: 12px;
    padding: 10px;
}
.bold_list{
    font-size: 15px!important;
}

.second_footer_sec_container,.lists_container{
    background-color: #f1f4f6;
}

#hr{
    margin: 0!important;
}

#email_container{
    width: 280px;
    height: 40px;
    font-size: 14px;
    padding-left:5px;
}

#sign_btn{
    height: 40px;
    width: 100px;
    border: none;
    background-color: #1867A0;
    color: white;
    border-radius: 25px;
    margin-left: 5px;
    outline: none;
}

.footer_lnk{
    text-decoration: none!important;
    color: white!important;
    margin: 0 5px;
}

@media screen and (max-width:1308px)
{
    .second_footer_sec_container,
    .lists_container{
        justify-content: space-evenly;
    }
    .left_sec_container{
        margin-left: 50px;
    }
    .right_sec_container{
        margin-left: 150px!important;
    }
}

@media screen and (max-width:1200px)
{
    .second_footer_sec_container,
    .lists_container{
        flex-direction: column;
        text-align: center;
        padding: 50px 0;
    }
    .left_sec_container{
        max-width: 80%!important;
    }
    .col-5{
        max-width: 100%!important;
    }
    .right_sec_container{
        max-width: 80%!important;
        margin: 40px 0;
        margin-left: 0px!important;
    }
}
.icons_container_social{
    text-align: center;
    padding: 20px;
}
.last__container__footer{
    background-color: #142b3c;
    padding: 20px;
}
.cop_footer{
    display: flex;
    justify-content: center;
    color: #fff;
    font-size: 11.5px;
    list-style-type: none!important;
}
.cop_footer > li{
    margin: 0 10px;
}

@media screen and (max-width:780px){
    .cop_footer{
        flex-direction: column;
        text-align: center;
    }
    .cop_footer > a, .cop_footer > li{
        margin: 15px 10px;
    }
    #email_container{
        width: 200px;
        font-size: 12px;
    }
    
    #sign_btn{
        width: 70px;
        font-size: 12px;
    }
}

@media screen and (max-width:600px){
    .right_sec_container{
        max-width: 100%!important;
    }
}

.contactus__container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.row_input_contact{
    margin: 10px;
}
.contactus__container > div > input{
    padding: 5px;
}
#email_input,
#number_input,
#desc_input{
    width: 450px;
}
.title_contactus{
    font-weight: bolder;
}
.contactus__container{
    margin: 50px 0;
}
.title_contactus{
    margin: 10px;
}
.p_contactus{
    text-align: center;
    font-size: 14px;
}
#email_input,
#number_input,
#desc_input,
#first_name,
#last_name{
    font-size: 14px;
}
#first_name,
#last_name{
    width: 220px;
}
@media screen and (max-width:700px){
    #email_input,
    #number_input,
    #desc_input,
    #first_name,
    #last_name{
        width: 350px;
        font-size: 13px;
    }
    .name_inputs{
        display: flex;
        flex-direction: column;
    }
    #first_name{
        margin: 15px 0;
    }

}

#desc_input{
    resize: none;
    padding: 10px;
}

.btn_send{
    padding: 10px 35px;
    background-color: #0067a0;
    border: none;
    color: white;
    font-weight: bolder;
    border-radius: 24px;
    font-size: 13px;
}
.body_about{
    background-color: #0067A0;
    color: white;
    text-align: center;
    padding: 100px 0;
}

.title_about{
    font-weight: bolder;
    padding: 15px;
    font-size: 28px;
}

.p_about{
    font-size: 13px;
    padding: 0 100px;
}

.h_{
    display: flex;
    justify-content: center;
    background-color: #071e7a;
    color: white;
}

.h_ > li{
    padding: 15px;
}

.title_about__{
    text-align: center;
    font-weight: bolder;
    padding: 25px;
}

.content_about{
    padding: 0 300px;
}
.content_about > p {
    margin: 15px 0;
}

@media screen and (max-width:1300px)
{
    .content_about{
        padding: 0 100px;
    }
}

@media screen and (max-width:800px)
{
    .content_about{
        padding: 0 50px;
    }
    .p_about{
        font-size: 13px;
        padding: 0 50px;
    }
    .body_about{
        padding: 0px 0 35px 0;
    }
}