#header{
    background-color: #2d2d38;
    padding: 2px 50px;
}

#header .logo_img{
    width: 150px;
}

.row_head_container{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.input_container{
    align-items: center;
}

#search_bar_head{
    width: 600px;
    height: 38px;
    border-radius: 5px 0px 0px 5px;
    border: none;
}

.fa-search{
    height: 38px;
    padding: 8px 12px;
    background-color: #ff6a00;
    color: white;
    border-radius: 0px 5px 5px 0px;
}

.ship_p,
.fa-shopping-cart{
    color: #fff;
    padding: 5px 15px;
    font-size: 17px;
    margin: 0!important;
}

.btns_container_head{
    display: flex;
    align-items: center;
    justify-content: center;
}

.fa-shopping-cart{
    font-size: 25px;
}

.first__btn_nav{
    font-size: 14px;
}
.gray{
    color: gray;
    font-size: 14px;
}

.p_b{
    margin: 0;
    color: white;
}

.white{
    color: #fff;
    font-size: 13px;
}
.user{
    width: 32px;
    margin: 8px;
}
.flex_nav{
    display: flex;
    justify-content: center;
    align-items: center;
}

.sign{
    font-size: 14px;
}

/* ---------------------------------------- */

@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;
}


.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;
}



/* ----------------------------------------- */

.stars__i,.re_c{
    display: flex;
    align-items: center;
}

.body{
    display: flex;
    /* align-items: center; */
    justify-content: center;
}
.re_c,
.second_inside_container_b{
    display: flex;
    align-items: center;
}

.title_sc{
    font-size: 16px;
    padding-bottom: 15px;
    font-weight: 500;
}

.fa-star{
    color: #ff6a00;
}

a{
    text-decoration: none!important;
    color: black;
}
a:hover{
    color: #ff6a00;;
}

.review_c{
    padding: 0 10px;
}

.re_c{
    font-size: 14px;
}
.bold{
    font-weight: bold;
}

.price_c_b{
    display: flex;
    align-items: center;
}

.price_{
    font-size: 24px;
    padding: 10px 0 0 0;
}

.del_p{
    padding: 15px 15px 10px 15px;
}

.voucher_container{
    font-size: 13px;
}

.qty__container{
    padding: 15px 0;
}

.qty_p{
    padding: 0px 0 10px 0;
}

#number{
    width: 60px;
}

.shipping_contrainer__{
    display: flex;
    align-items: center;
    font-size: 14px;
}

.price_shipping{
    padding: 0 5px;
}

.deliv_c{
    color: gray;
    font-size: 14px;
}

.btn__buy{
    width: 220px;
    height: 50px;
    margin: 15px 0;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: bolder;
    transition: 0.9s all ease-in;  
    background-color: #4bcba7;
    outline: none;
}

.btn__buy:hover{
    transition: 0.9s all ease-in;
    background-color: #21a982;
}

.list__c_h{
    display: flex;
    color: white;
    list-style: none;
}

.list__c_h > li {
    padding: 10px 15px 5px 15px;
    font-size: 14px;
    font-weight: bolder ;
}

.orange{
    color: #ff6a00;
}

.txt__{
    font-size: 15px!important;
 }

 .link__cc{
    color: gray;
 }

 .txt_ta{
    font-size: 16px!important;
 }

 .first__container_fo{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
 }

 .first__c_qs{
    padding: 0 20px;
 }
 .first__c_qs{
    font-size: 15px;
    text-align: center;
 }

 .all__sec__con{
    background-color: rgb(247, 247, 247);
 }

 .get__kus ,.get__pay, .download__app{
    list-style: none;
    font-size: 14px;
    padding: 15px;
 }
 .get__kus > a > li{
    padding: 10px 0;
 }

 .container__{
    margin: 15px 50px;
    display: flex;
    justify-content: space-between;
 }

 .get__pay , .download__app{
    padding: 15px 120px;
 }

 .get__pay > a > li{
    padding: 10px 0;
 }

 .app__{
    display: flex;
    padding: 15px 0;
 }

 .android_i{
    padding: 0 10px;
 }

 .icons__ > .fa{
    padding: 10px;
    background-color: gray;
    border-radius: 50%;
    font-size: 12px;
    padding: 8px;
    color: white;
    margin: 10px 2px;
 }

 .app__{
    margin: 5px 0;
 }

 .android_i{
    margin: 0 15px;
 }

 .apple_i > .fa , .android_i > .fa{
    font-size: 15px;
 }

 .android_i , .apple_i{
    background-color: white;
    border: 2px solid black;
    padding:  5px 10px;
    border-radius: 100%;
 }

 .download__app{
    margin-top: 10px;
 }

 .first__container_fo{
    padding: 25px 0;
 }

 .sec_h{
    font-size: 15px;
    margin-top: 15px;
 }

 #number{
    padding: 0 5px;
 }

 .body{
    margin-top: 40px!important;
}

 @media screen and (max-width:1300px){
    .input_container {
        display: none!important;
    }
    .list__c_h,.app__{
        justify-content: center;
    }
   
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px!important;
}
 }

@media screen and (max-width:1110px) {
    .container__,
    .first__container_fo,
    .body{
        text-align: center;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .first__c_qs{
        margin: 25px;
    }
    .second__container_body{
        margin: 0px!important;
    }
    .price_c_b, .shipping_contrainer__{
        justify-content: center;
    }
    .fa-minus{
        left: 45.7%!important;
    }
    .fa-plus{
        left: 52.7%!important;
    }
}

@media screen and (max-width:800px) {
    .list__c_h,
    .flex_nav,
    .ship__b{
        display: none!important;
    }

    .txt_ta{
        font-size: 14px!important;
    }

    .logo_container{
        margin: 12px 0;
    }
}


.body__footer_container{
    background-color: #f4f4f4;
}

.ship_adr,
.pay__meth,
.order__container{
    background-color: white;
    margin-top: 15px;
    width: 60vw;
    border-radius: 8px;
    padding: 25px;
}

.ship_adr{
    display: flex;
    justify-content: space-between;
}

.ship__img{
    width: 150px;
    border-radius: 8px;
}

.all_container__ship{
    margin-top: 25px;
    display: flex;
}

.details___c{
    padding: 15px;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.promo__sticker{
    color: orangered;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    padding: 2px 8px;
    background-color: rgba(red, green, blue, alpha);
}

.sale__sticker{
    color: white;
    background-color: orangered;
    font-size: 12px;
    text-align: center;
    border-radius: 4px;
    padding: 2px 8px;
    margin: 0px 10px 0 10px;
}

.stickers__c{
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.price__container__c{
    margin-top: 25px;
}

.title__qty__x{
    display: flex;
}

.detail__cc{
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 14px;
}

.cc__p_d{
    margin: 5px 35px;
}

.price__c__all{
    padding: 15px 0;
}
.body__footer{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.discounts__{
    background-color: white;
    margin: 15px;
    width: 30vw;
    border-radius: 8px;
    padding: 25px;
}

.coupons_c > .coupons__p{
    font-size: 14px;
    margin-top: 15px;
}

.pay__cc__check{
    background-color: white;
    margin: 15px;
    width: 30vw;
    border-radius: 8px;
    padding: 25px;  
}

.total__p{
    font-size: 20px;
}

.total__cc__pp{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    align-items: center;
}

.total__price__cccc{
    font-size: 24px;
}

.btn__c_c{
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_or{
    margin-top: 15px;
    background-color: orangered;
    width: 100%;
    text-align: center;
    color: white;
    padding: 10px 0;
    border-radius: 8px;
}
.title__qty__x{
    justify-content: space-between      ;
}
@media screen and (max-width:1100px)
{
    .body__footer{
        flex-direction: column;
        align-items: center;
    }
    .pay__cc__check,.discounts__{
        width: 60vw;
    }
}

@media screen and (max-width:800px)
{
    .pay__cc__check,.discounts__,.order__container,.pay__meth,.ship_adr{
        width: 80vw;
    }
    .all_container__ship{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .details___c{
        text-align: center;
    }
    .stickers__c{
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width:600px)
{
    .pay__cc__check,.discounts__,.order__container,.pay__meth,.ship_adr{
        width: 90vw;
    }
}

.privacy__ccc{
    justify-content: center;
    align-items: center;
}

.body__privacy_c{
    padding-top: 25px;
    background-color: #f4f4f4;
}
.body__pp{
    background-color: #f4f4f4;
}
#search_bar_head{
    padding: 5px;
    font-size: 14px;
}

.all_container__privacy {
    background-color: white;
    width: 80vw;
    border-radius: 8px;
    padding: 15px 25px;
    margin: 25px 0;
}

.body__privacy_c {
    padding-top: 25px;
    display: flex;
    background-color: #f4f4f4;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}
.title_c_p_cc{
    text-align: center;
    padding: 15px;
    font-size: 20px;
    font-family: bolder;
}

.title__h__p_c{
    margin: 15px;
    font-weight: bolder;
}

.head__t__c{
    font-size: 12px;
}


/*----------start-----------*/


.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: 42%!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;
}

.app__container ,
.supplier__container,
.social_media_icons{
    display: flex;
    align-items: center;
    font-size: 14px;
}

.social_icon{
    padding: 5px;
}

.sup_icon{
    width: 65px;
    padding-top: 35px;
}

.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;
    }
}
.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;
}

/*----------end------------------*/

.body{
    margin: 50px;
}

@media screen and (max-width: 800px){
#productCarousel {
    max-width: 100%!important;
}
.body{
    margin: 25px!important;
}

}

@media screen and (max-width: 600px){
    #productCarousel {
        max-width: 100%!important;
    }
    .body{
        margin: 25px!important;
    }
    #productCarousel .carousel-indicators {
        right: -13px!important;
    }
}

@media screen and (max-width:500px){
    .second_inside_container_b,.re_c{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .sep_{
        display: none;
    }
    .review_c{
        padding: 5px;
    }
    .get__pay, .download__app{
        padding: 15px 0;
    }
}


.first__container_fo{
    background-color: white;
    margin-top: 30px;
}

.body__footer{
    margin-top: 25px;
}

.first__sec_ab,
.second__sec_ab{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px 150px;
}

.glos_c{
    padding: 12px;
    position: relative;
}

.glos_c::after{
    position: absolute;
    content: "";
    width: 80px;
    height: 5px;
    background: #ff6a00;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 25px;
}

.p_cc{
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: space-around;
}

.second__sec_ab{
    background-color: #fff
}

.f_s_c{
    border: 2px solid black;
    padding: 10px 15px;
    border-radius: 50%;
}

.bg-ab{
    /*margin: 25px 15px;*/
    width: 450px;
}

.pp_ab{
    padding: 50px 25px;
    background-color: #ff6a00;
    color: white;
}
.pp_cc{
    margin-top: 25px;
}

.glos_c{
    text-align: center;
}

.h3_cc{
    margin-top: 15px;
}

.left_right_cc_ab{
    display: flex;
    height: 350px;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    margin-top: 25px;
}

.left__ab_cc{
    background-image: url(../images/left_ab.jpg);
    width: 500px;
    margin: 25px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.tt_ab{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border: 2px solid rgb(175, 175, 175);
    margin: 50px 15px;
    padding: 45px 35px;
}
.right__ab_cc{
    background-image: url(../images/right_ab.jpg);
    width: 500px;
    margin: 25px;
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.pp_cc{
    text-align: center;
}

@media screen and (max-width:1100px) {
    .first__sec_ab, .second__sec_ab{
        padding: 15px 50px!important;
    }
}

@media screen and (max-width:850px){
    .s_cc{
        flex-direction: column!important;
    }
    .bg-ab{
        width: 100%;
    }
}

@media  screen and (max-width:850px) {
    .left_right_cc_ab{
        padding: 350px 0;
        flex-direction: column!important;
        align-items: center;
    }
    .right__ab_cc,
    .left__ab_cc{
        width: 80%;
    }
}

@media  screen and (max-width:500px) {
    .right__ab_cc,
    .left__ab_cc{
        width: 90%;
    }
    .review__section{
        padding: 15px 10px!important;
    }
}

.review__section{
    padding: 15px 50px;
}

.first__review_c{
    display: flex;
    width: 100%;
    margin-top: 25px;
    justify-content: space-between;
}

.big_rate{
    font-size: 30px;
    font-weight: bolder;
}

.icons_c_r > i{
    margin: 5px 0;
    width: 30px;
    font-size: 30px;
}

.link_r_c{
    margin-top: 25px;
}

.link_r_c > a{
    color: lightskyblue;
}

.link_r_c > a:hover{
    cursor: pointer;
    color: black;
}

.bar_c_rev{
    display: flex;
    align-items: center;
}
.pg{
    margin: 5px 15px;
    height: 20px;
    width: 220px;
}

.btn_or__c{
    background-color: #ff6a00;
    height: 40px;
    width: 300px;
    border: none;
    border-radius:  5px;
    color: white;
    font-weight: bolder;
}

.p_r_th{
    margin: 25px 0;
}

.first__review_c,
.reviews__sec{
    padding: 15px 100px;  
}

.third_sec_rev{
    width: 350px;
}

.star_t_c{
    font-size: 14px;
}

.links__cc{
    display: flex;
}
.link{
    padding: 15px;
}

.clicked{
    font-weight: bolder;
    position: relative;
}

.clicked::after{
    position: absolute;
    content: "";
    bottom: 0;
    width: 118px;
    height: 3px;
    background-color: #000;
    left: 50%;
    transform: translateX(-50%);
}

.lk__cc{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.left_ch,
.right__ch{
    padding: 15px;
    display: flex;
    align-items: center;
}

.txt_ch{
    padding: 0 15px;
}

.rv__check{
    display: flex;
}

.btn__{
    font-size: 13px;
    padding: 5px 15px;
}

.rv__check{
    background-color: #f4f4f4;
}

.txt_ch,
.name_{
    font-size: 14px;
}

.cmnt_img{
    width: 70px;
}

.cmnt__sec{
    display: flex;
    margin-top: 25px;
}

.sec_cc_img{
    padding: 5px 10px;
}

.badge_vip{
    padding: 2px 5px 5px 5px;
    background-color: #ffe18d;
    color: #91653a;
    font-weight: bolder;
    height: 26px;
    margin-top: 5px;
    font-size: 14px;
    border-radius: 5px;
}
.name_{
    font-weight: bold;
}

.us_logo{
    font-size: 13px;
}

.cmnt__container,
.first__sec__up,
.icons__cmnt__cc{
    display: flex;   
}

.img_sec_cmnt{
    width: 100px;
}

.second__sec__up{
    padding: 10px 0;
}

.date__cc{
    padding: 0 10px;
    font-size: 14px;
}

.cmnt__sec__body{
    margin: 20px 70px;
}

.icons__cmnt__cc{
    margin-top: 25px;
}

.second__sec__up{
    margin: 3px 0;
    font-size: 14px;
}

.cmnt__p{
    font-size: 15px;
    align-items: center;
    padding-left: 20px;
}

@media screen and (max-width:1200px) {
    .first__review_c, .reviews__sec {
        padding: 0px;
    }
}

@media screen and (max-width:1050px){
    .first__review_c{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .third_sec_rev{
        margin-top: 25px;
        text-align: center;
    }
}

@media screen and (max-width:800px){
    .lk__cc{
        font-size: 13px;
    }
    .first__sec__up,
    .icons__cmnt__cc{
        align-items: center;
    }
    .txt_ch,
    .second__sec__up,
    .date__cc
    ,.cmnt__p{
        font-size: 12px;
    }
}

@media screen and (max-width:700px){
    .cmnt__container,
    .cmnt__sec__body{
        flex-direction: column;
        justify-content: center;
        /* align-items: center; */
    }
    .first__sec__up,.icons__cmnt__cc{
        justify-content: center;
    }
    .third__sec_up{
        text-align: center;
    }
    .right__ch > .txt_ch{
        display: none;
    }
    .rv__check{
        justify-content: space-between;
    }
    .second__sec__up{
        text-align: center;
    }
}

@media screen and (max-width:625px){
    .cc_l{
        display: none;
    }
}

@media screen and (max-width:485px){
    .left_ch > .txt_ch{
        display: none;
    }
    .fa-plus{
        left: 53.7%!important;
    }
    .fa-minus{
        left: 43.7%!important;
    }
}

@media screen and (max-width:1110px){
	#productCarousel .carousel-indicators {
        bottom: 97px!important;
    }
    .btns_container__{
        justify-content: center;
    }
    
}

.fav_btn_{
    border: 1px solid #ebebeb;
    cursor: pointer;
    /* line-height: 46px; */
    padding: 25px;
    height: 46px;
    background-color: white;
    font-size: 14px;
    display: flex;
    align-items: center;
    transition: 0.5s all ease-in;
    border-radius: 4px;
    /* margin-left: 12px; */
}

.fa-heart-o:before{
    font-size: 19px;
    transition: 0.5s all ease-in;
}

.num_fav{
    padding: 5px;
    font-size: 15px;
}

.fav_btn_:hover{
    transition: 0.5s all ease-in;
    border:1px solid #ff6a00!important;
}

.fa-heart-o:hover{
    transition: 0.5s all ease-in;
    color: #ff6a00!important;
}

.btns_container__{
    display: flex;
    align-items: center;
}

.fav_btn_container{
    margin: 0 10px;
}

#number{
    border: 1px solid #ebebeb;
    /* cursor: pointer; */
    border-radius: 7px;
    height: 45px;
    width: 70px;
    padding: 0 25px;
    outline: none;
}

.qty_in_container{
    position: relative;
}

.fa-minus{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.fa-plus{
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

.fa-minus:before,
.fa-plus:before{
    font-size: 13px;
    cursor: pointer;
}

.secure_h1{
    font-size: 12px;
    font-weight: bolder;
}

.secure_p{
    font-size: 12px;
}

.second__container_body{
    margin: 28px;
}