body {
    margin: 0;
    padding: 0;
    /* background-color: rgb(239, 239, 239); */
}

li.list-item-icon {
    margin: 15px;
}


.list__container {
    list-style-type: none;
    color: gray;
    font-size: 13px;
    justify-content: right;
    padding: 0;
    padding-top: 5px;
    margin-bottom: 8px;
}

.img-icon {
    width: 20px;
    height: 15px;
    margin-bottom: 3px;
}

/* mo*/
.list-item {
    /* margin-left: 25px; */
}



.second__container {
    margin: auto;
    width: 100%;
    justify-content: center !important;
}

.second__container>.list__container {
    font-size: 15px;
    justify-content: flex-start;
}

.search__container {
    /* position: relative; */
    margin-left: 0vw;
    /* padding: 0px 299px 0 0; */
    padding: 0px 418px 0 0;

    height: 35px;
    border-radius: 25px;
    border: 2px solid #ffda00;
    position: relative;
}

.search_bar {
    position: absolute;
    left: 50%;
    top: 2px;
    transform: translateX(-50%);
    width: 70%;
    border: 0;
    outline: none;
}

.left__side__bar {
    position: absolute;
    left: 10px;
    top: 2px;
}

.right__container {
    display: flex;
}

.right__side__bar {
    position: absolute;
    right: 15px;
    top: 2px;
}

.list__container_v2 {
    list-style-type: none;
    font-weight: bold;
    font-size: 17px;
    /* padding-bottom: 8px; */
    /* padding: 4px 0 !important; */
}

.black__item {
    background: #000 !important;
    color: white;
}

/* mo */
.list__container_v2>.list-item {
    /* margin-left: 8vw; */
}

/* mo */
.header {
    /* box-shadow: 0px 0px 10px 0px rgb(167, 162, 162); */
    background-color: white;
}

.logo__container__mobile>img {
    width: 200px;
}

.logo__container {
    display: none;
}

/* mo */
.list__container_v2 {
    display: none !important;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding: 0;
    margin: 0;
}

.navbar-collapse {
    align-items: baseline;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 218, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

a {
    text-decoration: none;
}

.icon__footer {
    width: 50px;
}

.first__item.d-flex.flex-column.text-center,
.left_text_section {
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.first__section__two {
    flex-direction: column;
}

.footer_img {
    margin: 25px 0 10px 0;
}

.first__section__two {
    background-color: white;
}

.footer__section {
    margin: 15px 50px;
    text-align: center;
}

.row {
    margin: 0 !important;
}

#email {
    width: 280px;
    height: 40px;
}

.content__text {
    color: gray;
    font-weight: bold;
    margin-right: 15px;
}

.new__btn {
    outline: none;
    border: none;
    color: white;
    background-color: black;
    padding: 8px 15px;
}

.new__btn:hover {
    background-color: gray;
}

.newsletter__section {
    justify-content: center;
    background-color: white;
    padding-bottom: 25px !important;
}

@media only screen and (min-width:990px) {
    .logo__container__mobile {
        display: none;
    }

    .logo__container {
        display: block;
    }

    .list__container {
        display: flex;
    }

    .list__container_v2 {
        display: flex !important;
        flex-direction: row;
        background-color: #FFDA00;
    }

    .second__container {
        justify-content: space-between !important;
    }

    .search__container {
        /* position: relative; */
        margin-left: 4 vw;
    }

    .first__section__two {
        flex-direction: row;
    }

    /* Css for Checkout page */
    p.paiement__item.or__container {
        margin-top: 8px;
    }

    .first__side {
        margin-bottom: 28px;
    }

    nav.navbar.navbar-expand-lg {
        margin: 0 15px;
    }

    /* end checkout css */
}

@media screen and (max-width:775px) {
    .first__section {
        display: none !important;
    }

    .second__container {
        margin: 15px 0 !important;
    }

    .right__container {
        flex-direction: column-reverse;
    }

    .right__section {
        flex-direction: column;
        margin: 50px 0;
    }

    #email::placeholder {
        font-size: 13px !important;
    }

    .footerLinks {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .footerLinks_col {
        margin-bottom: 25px;
    }

    .newsletter___wrapper {
        flex-direction: column;
    }

    .input__container__newsletter {
        margin: 15px 0;
    }

    #email {
        width: 240px;
    }
}

.footerSoical_item>i {
    background-color: rgb(77, 75, 75);
    padding: 10px;
    margin: 0 5px;
    border-radius: 50%;
    color: white;
}

/* .blue:hover {
    background-color: rgb(96, 96, 217);
} */

.red:hover {
    background-color: red;
}

.cyan:hover {
    background-color: rgb(27, 224, 224);
}

.pint:hover {
    background-color: #cb2027;
}

.vk:hover {
    background-color: #6383a8;
}

.instagram:hover {
    background-color: #0193ff;
}

.footerLinks {
    display: flex;
    justify-content: space-around;
    background-color: white;
    padding: 25px 0;
}

.footerLinks_col {
    display: flex;
    flex-direction: column;
    margin-bottom: 0rem;
    margin-left: 0px !important;
    font-size: 13px !important;
}

.footerLinks_col>a,
.footerLinks_col>a:hover {
    color: gray !important;
}

/* .carousel-inner img {
    width: 100%;
}

#productCarousel .carousel-indicators {
    position: static;
    margin-top: 20px;
}

#productCarousel .carousel-indicators>li {
    width: 100px;
    height: 40px;
}

#productCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5;
}

#productCarousel .carousel-indicators li.active img {
    opacity: 1;
}

#productCarousel .carousel-indicators li:hover img {
    opacity: 0.75;
}

#productCarousel .carousel-indicators .img-fluid {
    height: 40px;
}

.carousel-item img {
    width: 300px;
    height: 300px;
} */

.bottom__slider {
    position: relative;
}

.review__bar>p {
    margin: 15px 3px;
}

.caro-section .content .buttonbox .countbox {
    height: 50px;
    border: 1px solid gainsboro;
    border-radius: 30px;
    padding: 0 10px;
}



.plus {
    border: 1px solid rgb(123, 122, 122);
}

.btn.btnPaypal .lightningPayPalImg {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA25pVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoyNzMwOGI4OS0yNzAwLTU1NDktOWQ5Zi0wYmY3M2FjNTY1NmIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QzAyOEUzQzEyRERGMTFFOUIwMERENUIzM0UxNDY2OEIiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QzAyOEUzQzAyRERGMTFFOUIwMERENUIzM0UxNDY2OEIiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6RDE5OTRGRjlEQjYyMTFFOEJBNEQ4QzA1MjgzMTUwQTgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6RDE5OTRGRkFEQjYyMTFFOEJBNEQ4QzA1MjgzMTUwQTgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5g+6PAAAABrklEQVR42mL838Xwn2HgQCPTQFoOxA1MA2k5iME0kJaDAAtepUa5DAzOkzDFL8xgYNidSbHl+EOAEShllIcp/mg/A8O+fKpYjt8BasEMDIIqqGIf7jIwbA5nYPj7iyqW43eASREq/9cnBoYNgQwM315TzXLcDpCygGAY+P+XgWFrLAPD68tUtRy3A0wKUfmHaxgY7myiuuXgpIZREvLJMTCkAuOaCSmD/PwADAUkZdeWMjDszaXYcuzZEJT1mNCE2QWQcsE+BoYDxVSxHLsDvr9lYDjZCWGLaDEwKPsi5EBpYEMQvlxAkuXYHXCyA8H2WoRgf37CwLDWCxgdH6lmOf5syM4PKQtgWRBkOcgRVLQcvwM0IhgYWLmIyYJkW47fAbpJEHpPLr4sSJHluB0gqsvAIGkGSQ8XptPMctwOAPkelNcPVeG2vPQ/xZZjzwXMbAwMPFKQeMfeWqOa5dhDQBiY93em4crrVLUcewi8ukDzYMfvAHwJrpuR6u0zJqItpxFgGkjLCTmA5pbjcwBdLMflALpZjs0BdLUc3QF0txzZAQNiOcwBA2Y5CAAEGACpZn2BsvtauQAAAABJRU5ErkJggg==) no-repeat 50%;
}

.btn.btnPaypal {
    width: 160px;
    background: #ffc439 url(data:image/png;base64,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) no-repeat 50%;
    position: relative;
}

.goodsIntro_btnWrap .btn,
.goodsIntro_btnWrap .goodsIntro_btnFav {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
    height: 50px;
    line-height: 50px;
}

.btn.btnPaypal {
    width: 160px;
    background: #ffc439 url(data:image/png;base64,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) no-repeat 50%;
    position: relative;
    height: 100%
}

.stars__container>i {
    color: #ffc439;
}

.price {
    color: #f74046;
    font-size: 25px;
    /* margin-bottom: 24px; */
}

.color,
.ships {
    border: 1px solid #f74046;
    padding: 2px 15px;
    color: #f74046;
}

.text>p {
    margin: 0;
}

/* 
.carousel {
    top: 60px;
} */

#header {
    margin-bottom: 100px;
}

#footer {
    margin-top: 100px;
}

.favorite__container {
    font-size: 18px;
}

.logo__container>a>img {
    width: 150px;
    margin: 0px;
}

.description__container {
    border-bottom: 1px solid #ffda00;
    padding: 13px 0;
}

.description>a {
    background-color: #ffda00;
    padding: 15px;
    color: black;
    font-weight: bold;
}

.description>a:hover,
.review>a:hover {
    text-decoration: none;
    background-color: #ffda00;
}

.main__desc__container {
    width: 100%;
    margin: 0 8vw !important;
}

.review>a {
    background-color: #fff;
    padding: 15px;
    color: gray;
}

@media screen and (max-width:1250px) {
    /* .carousel__container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .carousel__inside__container {
        align-items: center;
        justify-content: center;
    } */

    .review__bar {
        margin-top: 85px;
        margin-bottom: 45px;
    }

    .btns__container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px 0 !important;
    }

    .paypal__container {
        height: 50px;
        max-width: 150px;
    }

    .qty__btn__container {
        margin: 0 !important;
    }

    /* 
    .carousel__container {
        font-size: 13px;
    } */

    .btn {
        font-size: 14px;
    }

    .content__container,
    .title__container {
        margin: 0 15px;
    }


}

@media screen and (min-width:650px) {
    /* .carousel__inside__container {
        width: 70%;
    } */

}

@media screen and (max-width:1300px) {
    .list-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .list-item>img {
        margin: 3px;
    }

    .body.mt-5 {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    #productCarousel {
        width: 500px;
        margin: 50px;
    }
}

/* mo */
#header,
#footer {
    /* box-shadow: 0px 0px 10px 0px rgb(219, 219, 219); */
}

#footer {
    padding: 8px 0;
}


/* mo */
.third__container {
    margin-bottom: 5px;
    margin-top: 8px;
    width: 100%;
}

.list__container_v2>.list-item {
    /* margin-left: 8vw; */
    background: #ffda00;
    width: 200px;
    text-align: center;
    padding: 5px 0;
}

.font__black {
    color: #000;
}

.terms__title {
    position: relative;
}

.terms__title:after {
    position: absolute;
    content: "";
    width: 100px;
    height: 4px;
    bottom: -5px;
    left: 0;
    background-color: #ffda00;
}

/* About us CSS */
.about__title {
    text-align: center;
    position: relative;
}

.about__title:after {
    position: absolute;
    content: "";
    width: 50px;
    height: 4px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ffda00;
}

.title__container__about__us {
    position: relative;
}

.title__about__us {
    position: absolute;
    top: 32px;
    left: 45px;
    font-weight: bolder;
}

.title__about__us__center {
    position: absolute;
    top: 32px;
    left: 50%;
    font-weight: bolder;
}

.title__container__about__us__ {
    position: relative;
    width: 400px;
    margin: 0 auto;
}


.num__img_about__us {
    width: 70px;
}

.squeeze {
    margin: 50px;
}

.content__container__about__us {
    margin-top: 50px !important;
}

.dashedrow {
    border: 1px dashed #e0e0e0;
    margin: 21px auto;
    border-bottom: 0;
}

.second__section__about__us {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 50px 150px;
}

.thrid__section__about__us {
    display: flex;
}

.content__container__third__section {
    margin: 50px;
}

.middle__pay {
    margin: 0 25px;
}

.payment__container {
    text-align: center;
}

.title__payment {
    margin-top: 10px;
}

.btn__container__about__us {
    margin: 0 auto;
    text-align: center;
}

.btn__container__about__us>button {
    width: 300px;
    margin-top: 25px;
    background-color: #ffda00;
    border: 0;
    padding: 10px 25px;
    font-weight: bold;
}

.up__container__about__us {
    display: flex;
    margin: 50px;
    align-items: center;
}

.one,
.two,
.three {
    width: 160px;
    text-align: center;
}

.title__left__side__fifth {
    font-weight: bold;
    position: relative;
    font-size: 22px;
}

.title__left__side__fifth:after {
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFDA00;
}

.num {
    font-size: 54px;
    height: 74px;
    font-weight: bold;
    line-height: 74px;
    font-family: OpenSans-Bold, Arial, Helvetica, sans-serif;
    color: #FFDA00;
}

.text__container__fifth {
    margin-top: 20px;
}

.left__side__fifth {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 10px 47px;
}

.main__container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.right__side__fifth>.up__container__about__us>.one>.num {
    position: relative;
}

.right__side__fifth>.up__container__about__us>.one>.num:after {
    position: absolute;
    content: "";
    width: 30px;
    height: 5px;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
    background-color: black;
}

/*
#productCarousel .carousel-inner img {
    width: 100%
}

#productCarousel .carousel-item {
    height: 500px !important;
    width: calc(100% - 120px) !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: 0px;
    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;
}

.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;
} */

.body.mt-5 {
    display: flex;
}

.carousel {
    height: 100%;
}

@media only screen and (min-width: 768px) {
    .col-md-8 {
        max-width: 40.666667% !important;
    }

    #productCarousel {
        margin: 0 0 0 29px;
    }
}

@media screen and (max-width:767px) {
    #productCarousel {
        width: 100% !important;
        margin: 0 !important;
    }
}

.contact__title {
    position: relative;
}

.contact__title:after {
    position: absolute;
    content: "";
    width: 70px;
    height: 5px;
    top: 55px;
    left: 0;
    background-color: #ffda00;
}

.form__container {
    display: flex;
    flex-direction: column;
}

textarea {
    resize: none;
    margin-top: 15px;
}

.btn__form__container {
    margin-top: 15px;
}

@media screen and (max-width:993px) {
    .aboutus__container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .up__container__header {
        display: none !important;
    }

    .logo_img {
        /* width: 150px; */
        margin: 30px 15px;
        object-fit: cover;
    }

    .search__container {
        padding: 0px 300px 0 0;
    }
}

button.btn-send {
    padding: 10px 35px;
    border: none;
    background-color: #FFDA00;
    font-weight: bold;
    color: #000;
}

.up__container__header {
    list-style: none;
    display: flex;
    justify-content: end;
    margin: 0 20px 0 0;
}

.up__item__header {
    margin: 10px 15px 0;
}

.up__item__header {
    font-size: 13px;
}

.navbar {
    padding: 0 !important;
}

.brand>a>img {
    width: 50px !important;
    margin: 5px;
}

.usa__icon {
    width: 20px;
}

.carousel-item img{
    min-width: 450px!important;
}
.carousel-item img {
    margin-right: 80px;
}



#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:982px) {
    .carousel-item img {
        min-width: 345px!important;
    }
}

@media screen and (max-width:900px)
{
   
    #productCarousel{
        width: 500px!important;
    }
    #productCarousel .carousel-item img{
        width: 100%;
    }
    .carousel-item > img {
        padding: 0px!important;
    }
}

@media screen and (max-width:650px) {
    .carousel-item img{
        width: 100%!important;
    }
    .carousel-item img{
        min-width: 100%!important;
    }
    #productCarousel {
        width: 100%!important;
    }
}

@media (min-width: 992px){
.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 50.666667%;
}
}