*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.logo_img{
    width: 120px;
}
.second__section{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.search__container{
    display: flex;
    align-items: center;
    position: relative;
}
#search_input{
    width: 700px;
    height: 40px;
    border-radius: 24px;
    border: 2px solid #ff6a00;
    padding: 0 15px;
    font-size: 12px;
   
}
#search_btn{
    position: absolute;
    right: 0px;
    background-color: #ff6a00;
    height: 40px;
    width: 100px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0px 18px 18px 0;
    color: white;
}
.icons__container_head{
    display: flex;
    list-style: none;
    font-size: 13px;
}
.icons__container_head > a{
    padding: 0 15px;
}
/* .second__section{
    margin-top: 20px;
} */

.second__section{
    padding: 20px 0;
    border-bottom: 1px solid rgb(215, 215, 215);
}

.last__section{
    list-style: none;
    display: flex;
    border-bottom: 1px solid rgb(232, 232, 232);
    padding: 0 40px;
}

.last__section > a {
    padding: 15px;
    font-size: 14px
}

a{
    text-decoration: none;
    color: black;
}

@media screen and (max-width:1260px)
{
    .search__container{
        display: none;
    }
}

@media screen and (max-width:870px)
{
   .ls{
    display: none;
   }
}

/*---------------------------------------------------------------*/



@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;
}


.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: 500px!important;
    height: 400px !important;
    position: relative;
}

#productCarousel .carousel-inner img {
    width: 100%
}

#productCarousel .carousel-item {
    height: 400px !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;
    height: 400px;
}

.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%;
    padding: 0 42px;
}

#productCarousel {
    margin: 35px 15px;
}

@media screen and (max-width:1179px) {
    .second_row_product,.second_product__ {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .product_details,
    .second_row_product {
        border: none;
    }

    .add_cart {
        width: 100%;
    }
    .second_row_product{
	padding: 0px!important;
    }
}

@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 #ff6a00;
    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;
}


.col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 35%!important;
}

.prices__container{
    display: flex;
    justify-content: space-between;
}

.rev_container,
.stickers__container_details,
.benefits__container,
.protection__container,
.color__container{
    display: flex;
}
.review_count{
    padding: 0 5px;
}
.buyers__count,.review_count{
    font-size: 14px;
}
.copy__container{
    margin: 10px 0;
}

.stick_container{
    display: inline-block;
    padding: 0 8px;
    background-image: linear-gradient(-45deg, #f5515f, #ff7527);
    border-radius: 2px 0 0 2px;
    color: #fff;
    font-family: Roboto-Bold,sans-serif;
    font-size: 12px;
}
.stick__container{
    display: flex;
    background: #fff0e6;
    border-radius: 2px;
    align-items: center;
    padding-left: 4px;
    padding-right: 12px;
    font-size: 12px;
    color: #ff6a00;
}
.stickers__container_details{
    margin: 10px 0;
}
/* .fa-star{
    font-size: 1px;
} */

.nbr_container
,
.benefits__container,
.protection__container,
.color__container{
    font-size: 15px;
    margin: 15px 0 0 0;
}

.dollar_container{
    font-weight: bolder;
    font-size: 20px;
    color: #ff6a00;
}

.right_side_detail{
    padding: 0 25px;
}
.coupon{
    padding: 0 35px;
}
.benefits__container,
.protection__container,
.color__container{
    font-size: 14px;
}

@media screen and (max-width:1180px){
    #productCarousel{
        max-width: 70%!important;
    }
}

.checkout__all__container{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 25px;
    height: 350px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%);
    border-radius: 15px;
}

.checkout__container>p{
    font-size: 13px;
}

.price__container,
.flexed{
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    align-items: center;
}

.lead_container
,.shipping_>p{
    text-align: end;
}

.price_check{
    font-size: 16px;
}

.lead_container,
.shipping_>p{
    font-size: 14px;
}
.btns_check_container{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.btns_check_container>button{
    margin: 5px;
}

.deliv__container > p{
    font-size: 14px;
}
.buy_btn{
    width: 220px;
    border-radius: 25px;
    border: none;
    font-size: 13px;
    padding: 5px;
    color: white;
    background-color: #ff6a00;
}

.btn_con{
    color: #ff6a00;
    background-color: white;
    border: 1px solid #ff6a00;
}
.flexed,
.lead_container,
.deliv__container{
    padding: 10px 0;
}

.checkout__all__container{
    padding: 15px;
}

.checkout__container,
.shipping_
{
    border-bottom: 1px dotted gray;
}

.addcart{
    padding: 10px;
    font-size: 13px;
}

.sell_con{
    padding: 10px 0;
}

.first_footer_section{
    display: flex;
    justify-content: space-around;
    margin: 15px 0;
}

.app__container ,
.supplier__container,
.social_media_icons{
    display: flex;
    align-items: center;
    font-size: 14px;
}

.social_icon{
    padding: 5px;
}

.sup_icon{
    width: 40px;
    /* padding-top: 35px; */
    margin:8px;
}

.app_icon{
    width: 150px;
    padding-left: 10px;
}

.links__container{
    text-align: center;
    font-size: 14px;
    color: gray;
}

.links__container>a,
.under_links_one>a{
    text-decoration: none;
    font-size: 14px;
    color: rgb(84, 84, 84);
}

.under_links_one{
    text-align: center;
    padding: 10px;
    color: rgb(84, 84, 84);
    font-size: 14px;
}

@media screen and (max-width:1254px)
{
    .first_footer_section{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 15px;
    }
    .links__container{
        padding: 15px;
    }
}

@media screen and (max-width: 620px){
    .icons__container_head{
        display: none;
    }
    #productCarousel {
        max-width: 100!important;
    }
}

a{
    text-decoration: none!important;
}

a:hover{
    color: #ff6a00;
}

.img__container_checkout{
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 15px 100px;
}

.img_check{
   width: 180px;
}

.buy_now_p{
    margin-top: 2px;
    padding: 0 15px;
    font-size: 21px;
}

.checkout_body{
    background-color:#f4f4f4;
}

#header__checkout{
    margin: 0;
    background-color: #fff!important;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 5%);
}

.bold_p{
    font-weight: bolder;
}

.trade_container{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.body_check_all{
    padding: 15px 80px;
}

.protect_icon{
    width: 28px;
}

.p_container_trade{
    margin: 0 15px;
}

.address__container,
.check_card,
.product_check_card__container{
    background-color: #fff;
}
.under_content_container_check{
    display: flex;
    margin-top: 25px;
}

.item_total_container,
.oder_check_card{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.submit_btn{
    background-color: #ff6a00;
    color: white;
    border: none;
    width: 280px;
    height: 40px;
    border-radius: 20px;
}

.btn_container{
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.check_card{
    padding: 20px;
    border-radius: 12px;
    color: gray;
}

.address__container{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    border-radius: 10px;
}
.address__container > a{
    border: 1px dotted black;
    padding: 20px 20vw;
    border-radius: 10px;
}

.product_check_card__container{
    margin-top: 15px;
    padding: 25px 35px;
}
.store_container_card{
    padding-bottom: 10px;
    color: gray;
    border-bottom: 1px solid rgb(194, 194, 194);
    font-size: 14px;
}
.store_container_card{
    display: flex;
    justify-content: space-between;
}
.chat_sup > a{
    color: gray;
}
#product_picture{
    width: 80px;
}

.product_container_infos,
.details_{
    display: flex;
}
.details_{
    justify-content: space-between;
}

.product_container_infos{
    padding-top: 15px;
}

.product_details_container{
    padding-left: 15px;
}

.main_title_product{
    font-weight: bolder;
    font-size: 15px;
}

.main_btn{
    width: 100%;
    margin-top: 25px;
    border: 1px solid rgb(156, 155, 155);
    background-color: #fff;
    border-radius: 15px;
    font-size: 14px;
    padding: 5px;
}

.product_check_card__container{
    border-radius: 15px!important;
}

.min_p{
    margin-top: 15px;
    font-size: 14px ;
}

.item_price{
    padding-top: 15px;
    text-align: right;
}

.main_btn:hover{
    background-color: #ff6a00;
    color: white;
    border: none;
    cursor: pointer;
}

/* @media screen and (max-width:1290px){
    .address__container > a{
        padding: 20px 260px;
    }   
}

@media screen and (max-width:1050px){
    .address__container > a{
        padding: 20px 280px;
    }   
}

@media screen and (max-width:850px){
    .address__container > a{
        padding: 20px 220px;
    }   
} */

@media screen and (max-width:1020px) {
    .under_content_container_check{
        flex-direction: column;
    }
    .left__container_check,
    .right__container_check{
        max-width: 100%!important;
    }
    .right__container_check{
        margin-top: 25px;
    }
}

@media screen and (max-width:900px) {
    .img___{
        margin-bottom: 25px;
    }
    .product_container_infos{
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .body_check_all{
        padding: 15px 2px;
    }
    .trade_container{
        padding: 15px 15px;
    }
    .p_container_trade{
        font-size: 14px;
    }
}

#header,
#footer {
    background-color: white;
}

.search_terms_container{
    display: flex;
    padding-top: 25px;
    justify-content: space-around;
}
.search_terms_input_container{
    width: 550px;
    display: flex;
}
#search_terms{
    width: 450px;
    border-radius: 10px 0 0px 10px;
    border-right: none;
    outline: none;
    border: 2px solid #3d7fff;;
    padding: 0 10px;
    font-size: 14px;
}
#btn_search{
    background-color: #3d7fff;
    border-radius: 0 10px 10px 0;
    border: 1px solid #3d7fff;;
    padding: 0 25px;
    color: white;
    font-weight: bold;
}
.bold_p{
    margin: 15px 0;
}
.body_terms_ > p{
    margin: 10px 0;
    font-size: 14px;
}
.body_terms_{
    margin: 35px 300px;
}

@media screen and (max-width:1250px) {
    .body_terms_{
        margin: 35px 150px;
    }
}

@media screen and (max-width:850px) {
    .body_terms_{
        margin: 35px 50px;
    }
    .search_terms_container{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .search_terms_input_container{
        margin-top: 25px;
        justify-content: center;
        height: 40px;
        width: 90%;
    }
}

.row_container_contact{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.form_center_container > .form-row{
    justify-content: center;
    align-items: center;
    margin: 15px;
}

.col__{
    width: 350px;
}

.second_product__{
    display: flex;          
    justify-content: space-between;
    width: 100%;
}

.link_head_container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.pro{
    width: 32px;
}

@media screen and (max-width:800px){
	#productCarousel {
    max-width: 98% !important;
}
}

#footer{
    background-color: #f5f5f5;
    padding: 25px 0;
}