@import url('https://fonts.googleapis.com/css2?family=Sofia&display=swap');

.footer_con {
    background: #111111 !important;
}

.footerbottom_con {
    background-color: #080808;
}

.bgcolor_con {
    /*background-color: #83B1FF !important;*/
    background-color: #FFB91F !important;
    color: #000;
    font-weight: 700;
}

.bgcolors_con {
    color: #000 !important;
}

.bgcolor_con::after {
    background-color: #FFDAA3 !important;
}

.text_black {
    color: white !important;
}

.text_black li a {
    color: white !important;
}

.theme1 .footer-widget .section-title:after {
    background: #FFDAA3 !important;
}


#scrollUp {
    background: #FFB91F !important;
}

.colorafter:after {
    background: #FFDAA3 !important;
}

.color_brown {
    color: #fff !important;
}

.color_black .active a {
    color: black !important;
}

.small_lang li a {
    text-transform: unset !important;

}

/* privacy policy start css */
.privacy_banner {
    max-width: 100%;
}

.privacy_text_main {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 60px;
}

.privacy_text_inner {
    max-width: 85%;
    flex: 0 0 85%;
    margin: auto;
}

.bold_para {
    padding: 20px 0px;
    font-size: 18px;
    font-weight: 700;
}

.bold_text {
    font-size: 30px;
    font-weight: 700;
    color: black;
}

.para_a {
    padding: 10px 0;
    font-weight: 500;
    color: black;
}

.inner_para {
    font-size: 14px;
    line-height: 24px;
}

/* .policy_li{
    list-style: disc;
} */
.policy_li {
    position: relative;
    list-style: none;
    padding-left: 15px;
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
    color: black;
}

.policy_li::before {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: #333;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
}

.third {
    padding-bottom: 20px;
}

/* privacy policy start end */
/* swiper slider css start */
.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category_slider {
    overflow: hidden;
    margin: 40px;
}

.container_category {
    max-width: 90%;
}

.swiper-button-next:after,
.swiper-button-prev:after {

    font-size: 25px !important;
    color: black;
}

.swiper-pagination-bullet {
    background-color: black !important;
}

.category_text {
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    text-align: center;
    color: black;
}

/* swiper slider css end */
@media (max-width: 600px) {
    .logo img {
        width: 80px !important;
    }

    .py-15 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

/* alert design  */

.alert_message_con {
    max-width: 400px;
    width: 100%;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 0px;
    overflow: hidden;
    z-index: 9999;

}

.alert {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    overflow: hidden !important;
}

.alert-danger {
    color: #993746;
    background-color: #ffdee3;
    border-color: #ffd1d8;
}

.alert-success {
    color: #287f5f;
    background-color: #d9f6ec;
    border-color: #caf3e4;
}

.btn-close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75;
}

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0px;
    padding-top: 0px !important;
    padding-right: 0px !important;
    color: #000;
    border: 0;
    border-radius: 0.25rem;
    opacity: .5;
    font-size: 25px;
    background: transparent;
}

.fade {
    transition: opacity .15s linear;
}

.alert-danger:before {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    background: #993746;
    left: 0px;
    bottom: 0px;
    animation: 5s slide-right;
}

.alert-danger:before {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    background: #993746;
    left: 0px;
    bottom: 0px;
    animation: 6s slide-right;
}

.alert-success:before {
    position: absolute;
    height: 2px;
    width: 100%;
    content: "";
    background: #287f5f;
    left: 0px;
    bottom: 0px;
    animation: 6s slide-right;
}

@keyframes slide-right {
    from {
        width: 100%;
    }

    to {
        width: 0%;
    }
}

/* end alert design */

.error {
    font-size: 13px !important;
    color: #f00 !important;
    padding: 0px !important;
}

.contact-form input,
.contact-form textarea {
    padding: 0px 10px !important;
}

.emptyblogcon div {
    margin: 0px auto;
    text-align: center;
}

.emptyblogimg img {
    width: 50px;

}

.emptyblogtitle {
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0px;
}

.emptyblogcontent {
    font-size: 14px;
}

.emptyblogcontent {
    border: 1px dashed #f5f5f5;
    padding: 100px 0px;
}

.emptyblogmessage {
    width: 50%;
    margin: 0px auto;
}

.emptybloganchor {
    margin-top: 20px !important;
}

.single-form textarea {
    padding: 10px 10px !important;
}

.single-form input {
    padding: 0px 10px !important;
}

.comment-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-review {
    width: 100% !important;
}

.review-content {
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
}

.blog_loadmore {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#leavecomment {
    border: 1px dashed #f5f5f5;
    padding: 20px;
    margin-top: 50px;
}

.form_btn button {
    height: 40px;
    line-height: 0px;
    background: black;
    color: white;
    border: none !important;
    padding: 0px 20px;
    cursor: pointer;
    outline: 0px;

}

.pincode_flex {
    display: flex;
}

.form_design input {
    height: 40px;
    padding: 0px 10px;
    width: calc(100% - 0px);
    background: transparent;
    border: 1px solid #dbcdbf;
    outline: 0;
}

.pincode_text {
    font-size: 18px;
    font-weight: 600;
    color: black;
    gap: 7px;
    display: flex;
    padding-bottom: 10px;
}

.custom_price {
    display: flex;
    gap: 8px;
}

.custom_wislist {
    display: flex;
    gap: 8px;
}

/* location css setion start */
.location_con {
    max-width: 100%;
    width: 100vw;
    padding: 20px 0px;
    background-color: white;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 99999;
    -webkit-box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, .06);
    box-shadow: 0 0 11.83px 1.17px rgba(0, 0, 0, .06);
}

.location_inner {
    max-width: 85%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.location_left {
    max-width: calc(100% - 450px);
    flex: 0 0 calc(100% - 450px);
}

.location_left p {
    font-size: 13px;
    font-weight: 600;
}

.location_right {
    max-width: 350px;
    flex: 0 0 350px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.location_btn button {
    background-color: transparent;
    color: #000;
    padding: 5px;
    width: 100px;
    font-size: 14px;
    margin-right: 20px;
    text-decoration: underline;
}

.location_btnto button {
    background-color: black;
    color: white;
    padding: 5px;
    width: 150px;
    font-size: 14px;
}

@media (max-width: 1040px) {
    .location_left {
        font-size: 14px;
    }

    .location_right {
        max-width: 300px;
        flex: 0 0 300px;
    }

    .location_left {
        max-width: calc(100% - 350px);
        flex: 0 0 calc(100% - 350px);
    }
}

@media (max-width: 992px) {

    .location_right {
        width: 300px;
        max-width: 300px;
        flex: 0 0 300px;
        margin: 0 auto;
        padding-top: 20px;
    }

    .location_left {
        max-width: calc(100% - 0px);
        flex: 0 0 calc(100% - 0px);
    }
}

/* location css setion end */

.estddatecon {
    color: #5A5AC9;
    font-weight: 500;
}


/* empty cart */

.empty_cart_title {
    font-size: 16px;
    text-align: center;
    color: #000;
    font-weight: 600;
}

.empty_cart_title_p {
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    padding: 10px 0px 15px 0px;
}

.empty_cart_title_p_top a {
    display: block;
    background: #000;
    color: #fff;
    width: 150px;
    margin: 0px auto;
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.empty_cart_title_p_top a:hover {
    color: #FFDAA3;
}

.empty_cart_con_img {
    text-align: center;

    margin-bottom: 30px;
}

.empty_cart_con_img img {
    height: 130px;
    width: 130px;
}

#frmcheckouts {
    display: flex;
    justify-content: space-between;
}

.swiper-wrapper {
    justify-content: center !important;
}

.category_slider .title {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    font-weight: 600;
}

.section-title .title:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 60px;
    height: 0px;
    content: "";
    background: #5a5ac9;
}

.small_lang li a {
    font-size: 18px;
    margin: 0px 10px;
    color: #3E424D !important;
}



.color_black .active a {
    color: #3E424D !important;
}

.location_left a {
    color: #71A2F1;
}

.marq {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-top li {
    /*color: #FFDAA3;*/
    color:#FFB91F !important;
    font-size: 16px;
    margin-right: 30px;
    display: inline-block;
    position: relative;
}

.header-top li::after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    /*background-color: #FFDAA3;*/
    background-color: #FFB91F !important;
    left: -10px;
    top: 30%;
    transform: translateX(-50%);
    border-radius: 50%;
}


/* track order page design start */
.trackorder_main {
    max-width: 100%;
    padding: 50px 0px;
}

.trackorder_inner {
    max-width: 85%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.trak_left {
    max-width: 350px;
    flex: 0 0 350px;
}

.trak_right {
    max-width: calc(100% - 450px);
    flex: 0 0 calc(100% - 450px);
}

.track_toitem {
    display: flex;
    justify-content: space-between;
    padding: 40px 0px;
    flex-wrap: wrap;
}

.form_desgin input {
    width: calc(100% - 20px);
    outline: none;
    border: 1px solid #eceaea;
    padding: 5px;
    margin: 10px 0px;
}

.track_text {
    font-size: 20px;
    font-weight: 600;
    color: black;
}

.track_paras {
    font-size: 14px;
    list-style: 22px;
    padding: 5px 0px;
}

.btns button {
    background-color: black;
    color: white;
    font-size: 14px;
    padding: 5px;
    width: 80px;
    margin-top: 10px;
}

.track_para {
    padding: 10px 0px;
}

.track_orderres {
    max-width: 48%;
    width: 48%;
}

.track_icon_bold {
    font-size: 18px;
    font-weight: 700;
    padding: 8px 0px;
}

.track_textst {
    font-size: 22px;
    font-weight: 700;
    color: black;
}

@media (max-width: 1040px) {
    .trak_left {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .trak_right {
        max-width: calc(100% - 0px);
        flex: 0 0 calc(100% - 0px);
        margin-top: 60px;
    }

}

@media (max-width: 768px) {
    .track_orderres {
        max-width: 100%;
        width: 100%;
        margin-top: 40px;
    }

    .track_toitem {
        padding: 0px 0px;
    }
}

/* track order page design end */

#frmcookiescon {
    display: none;
}

.comment_con {
    border-top: 1px dashed #f5f5f5;
}

.blogcomment_con {
    width: 100%;
    border: 1px solid #f5f5f5;
    padding: 50px 0px;
}

.nocomment {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.nocomment_subtitle {
    color: #E05B43;
}

.nocomment_title {
    font-size: 17px;
}

.nocomment_anchor a,
.blog_loadmore a {
    text-decoration: underline !important;
    color: #111;


}

.nocomment_anchor {
    margin-top: 10px;
}

.comment_cont,
.blog_loadmore {
    width: 95%;
    margin: 0px auto;
}

.blog_loadmore {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
}

.comment_cont {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.comment_cont:first-child {
    margin-top: 0px;
}

.comment_img {
    flex: 0 0 40px;
    max-width: 40px;
}

.commentmatter {
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
}

.comecontent {
    font-size: 13px;
    color: #7F889C;
    line-height: 20px;
    margin-top: 8px;
}

.commenttitle span:first-child {
    margin-right: 10px;
    font-size: 15px;
    font-weight: 600;
}

.commenttitle span:last-child {
    color: #E25A51;
}

.blog_loadmore button {
    height: 40px;
    width: 130px;
    background: #111;
    color: #F0D367;
    border: none;
    outline: 0;
    margin-right: 10px;
    transition: all 0.5s ease;
}

.blog_loadmore button:hover {
    background-color: #F0D367;
    color: #111;
    transition: all 0.5s ease;
}

.blog_loadmore a {
    font-weight: 400;
}

.blog-posts h3 {
    font-size: 16px;
    padding: 20px 0px;
    font-weight: 600;
}

.blog-single-tags {
    flex: 0 0 70%;
    max-width: 70%;
}

.ion-social-facebook {
    color: #395693;
}

.ion-social-instagram {
    color: #E05B43;
}

.youtube i {
    color: #F70000;
}

.ion-social-google {
    color: #006EAB;
}

.ion-social-twitter {
    color: #1C96E8;
}

.single-post-content p {
    margin-bottom: 0px !important;
    text-align: justify;
}

.blog-single-tags-share {
    margin-top: 50px;
}

.animation_main_con {
    max-width: 100%;
}

.animation_inner_con {
    max-width: 85%;
    margin: 0 auto;
}

.animation_flex {
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.animation_top_text {
    font-size: 40px;
    font-weight: 700;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 50px;
}

.animation_left {
    max-width: 58%;
    flex: 0 0 58%;
}

.animation_right {
    max-width: 38%;
    flex: 0 0 38%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.animation_para {
    font-size: 14px;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: justify;
    width: 80%;
}

.animation_btn {
    max-width: 100%;
    flex: 0 0 100%;
    display: flex;
    gap: 10px;
    align-items: center;
}

.animation_btn button {
    background-color: black;
    color: white;
    outline: none;
    padding: 0px 7px 0px 7px;
    font-size: 14px;
    width: 130px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
    font-size: 12px;
    align-items: center;
}

.animation_top_text {
    vertical-align: middle;
}

span i {
    font-size: 20px;
}

.animation_duck {
    width: 450px;
    height: 550px;
    margin-top: -60px;
}

.animation_right {
    max-width: 100%;
    text-align: end;
}

.animation_lern {
    font-weight: 700;
    color: black;
}

.animation_top_text span {
    display: inline-block;

}

/* next animation section start */
.animation_next_con {
    max-width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.animation_next_inner {
    max-width: 85%;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.animation_next_left {
    max-width: 40%;
    width: 40%;
}

.animation_next_right {
    max-width: 55%;
    width: 55%;
}

.animation_next_bold {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    color: black;
}

.animation_next_parab {
    font-weight: 600;
    line-height: 24px;
    font-size: 16px;
    padding: 10px 0px;
}

.animation_next_para {
    font-size: 14px;
    list-style: 24px;
}

.animation_next_btn {
    max-width: 100%;
    padding: 20px 0px;
}

.animation_next_btn button {
    background-color: black;
    color: white;
    padding: 7px 0px;
    width: 100px;
    outline: none;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;

}

.animation_surone {
    max-width: 500px;
    height: 500px;
}

.animation_icon {
    max-width: 50px;
    height: 50px;
}

.animation_next_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.animation_custom {
    max-width: 46%;
    flex: 0 0 46%;

}

@media (max-width: 1040px) {
    .animation_left {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .animation_right {
        max-width: 100%;
        flex: 0 0 100%;
    }

    .animation_right {
        text-align: center;
    }

    .animation_duck {
        margin-top: 0px;
    }
}

@media screen and (max-width:768px) {
    .animation_duck {
        width: 250px;
        height: 350px;
    }

    .animation_para {
        width: 100%;
    }

    .animation_top_text {
        font-size: 30px;
        text-align: center;
    }

    .indexduct {
        display: none !important;
    }

    .animation_main_con {
        overflow-x: hidden !important;
    }
}

body {
    overflow-x: hidden !important;
}

@media (max-width: 1040px) {
    .animation_next_left {
        max-width: 100%;
        width: 100%;
    }

    .animation_next_right {
        max-width: 100%;
        width: 100%;
    }

    .animaiton_surimgone {
        text-align: center;
    }

    .animation_next_right {
        margin-top: 80px;
    }
}

@media (max-width: 992px) {
    .animation_custom {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 40px;

    }

    .animation_next_flex {
        margin-bottom: 0px;
    }
}

@media (max-width: 600px) {
    .animation_custom {
        max-width: 100%;
        flex: 0 0 100%;
        margin-bottom: 40px;

    }

    .animation_next_flex {
        margin-bottom: 0px;
    }

    .animation_surone {
        max-width: 300px;
        height: 300px;
    }
}


/* next animation section end */
.footer_con {
    /*background: #64AC8B !important;*/
    background-color: #111;
    /* fallback for old browsers */

}


.theme1 .footer-widget .section-title:after {
    /*background: #81b6fa !important;*/
    background-color:#FFB91F;
}


.custom_price span:first-child {
    color: #7F889C;
    text-decoration: line-through;
}

.categoryindextitle {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    margin-top: 20px;
}

@media screen and (max-width:576px) {
    .d-sm-block {
        display: block !important;
    }
}

.sidbar-widget {
    padding: 0px;
}

.search-filter .sidbar-widget li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search-filter .sidbar-widget li {
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.search-filter h4 {
    border-bottom: 1px solid #f5f5f5;
    font-weight: 700 !important;
    font-size: 15px !important;
    padding-bottom: 5px;
}

body,
.bg-white {
    background: white !important;
}

.product-card {
    background: transparent !important;
}

.pro-btn {
    background: #000;
    color: #fff;
}
.pro-btn:hover {
    background-color: #ffb851 !important;
    color: #000 !important;
}

#amount {
    background: transparent;
    font-size: 18px;
}

.contact-form {
    background: transparent;
    border: 1px solid #f5f5f5;
}

.contact-form input,
.contact-form textarea {
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.single-contact-block {
    border-bottom: 1px solid #f5f5f5;
}


/* empty product design */

.emptyprodut_inner {
    max-width: 90%;
    margin: 0px auto;
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f5f5f5;
    padding: 150px 0px;
}

.empryproduct_para,
.empryproduct_bold {
    text-align: center;
}

.empryproduct_para {
    width: 60%;
}

.empryproduct_bold {
    font-size: 25px;
    font-weight: 700;
    padding: 10px 0px;
}

.search-filter h4,
.sidbar-widget .title,
.search-filter .sidbar-widget li {
    border-bottom: 1px solid #f5f5f5;
}

.btnshopcategory {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subcategorycon {
    background-color: #f5f5f5;
    padding: 10px;
}

.btnshopsubcategory,
.btnshopsubcategorymain {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.subcategorycon {
    display: none;
}

.provariationbutton {
    margin-bottom: 20px;
}

.provariationbutton_con button {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    color: #000;
    cursor: pointer;
    border: 1px solid #dbcdbf;
    background: transparent;
    outline: 0;
}

.provariationbutton_title {
    margin-bottom: 10px;
    font-weight: 800;
}

.provariationbutton_con_active {
    background-color: #000 !important;
    color: #fff !important;
}

.productreviews {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.productreviews_left {
    flex: 0 0 55%;
    max-width: 55%;
}

.productreviews_right {
    flex: 0 0 35%;
    max-width: 35%;
}

.productSku {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 800;
}

.proskuleft {
    flex: 0 0 40px;
    max-width: 40px;
}



.sharebutton i {
    font-size: 20px;
}

.facebook i {
    color: #5271A4;
}

.instagram i {
    color: #F6301B;
}

.youtube i {
    color: #F60000;
}

.linkedin i {
    color: #3C86AD;
}

.twitter i {
    color: #4DB7EA;
}

.productpricedetails_con {
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.productpricedetails {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;

}

/* rattting con  */

.rating-box {
    text-align: center;
    padding: 0px 10px;
    margin-top: 20px;
}


.rating-box h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.rating-box .stars {
    display: flex;
    align-items: center;
    gap: 25px;
}

.stars i {
    font-size: 30px;
    color: #b5b8b1;
    transition: all 0.2s;
    cursor: pointer;
}

.stars i.active {
    color: #ffb851;
    transform: scale(1.2);
}

.rating-box {
    border: 1px solid #f5f5f5;
}

.checkoutproslide {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.checkoutproslide span:last-child {
    flex: 0 0 100px;
    max-width: 100px;
    text-align: right;
    font-weight: 600;
}

.productdetailsreviewCon {
    height: 100%;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10%;
}

.productdetailsreviewCon_title {
    font-size: 16px;
    font-weight: 700;
}

.productdetailsColorbtn {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 6px;
}

.productdetailsColorbtnactive {
    border: 4px solid #dbcdbf;
}

.productdetailsColorbtn_con {
    padding: 20px 0px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}


.btn-whatsapp-pulse {
    background: #25d366;
    color: white;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 0;
    height: 0;
    padding: 35px;
    text-decoration: none;
    border-radius: 50%;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
    }

    80% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.btn-whatsapp-pulse-border {
    bottom: 30px;
    left: 10px;
    animation-play-state: paused;
}

.btn-whatsapp-pulse-border::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: 0.75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: 0.75;
    }

    75% {
        padding: 50px;
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}



.productcondrop {
    position: relative;
    position: absolute;
    width: 500px;
    padding: 10px;
    top: 100%;
    right: 0px;
    background: #FFF2DA;
    -webkit-box-shadow: 0px 1px 59px -19px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0px 1px 59px -19px rgba(0, 0, 0, 0.41);
    box-shadow: 0px 1px 59px -19px rgba(0, 0, 0, 0.41);
    z-index: 888;
}

.productcondrop_bottom {
    margin-top: 10px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #888 #f4f4f4;
}

.productcondrop_bottom a {
    display: block;
    text-align: left !important;
    font-size: 14px !important;
}

.productcondrop_top input[type="text"] {
    height: 40px;
    width: 100%;
    border: 1px solid #dbcdbf;
    padding: 0px 10px;
    background: #FFF2DA;
}

/* Define scrollbar track */
.productcondrop_bottom::-webkit-scrollbar {
    width: 8px;
    /* Adjust width as needed */
}

/* Define scrollbar thumb */
.productcondrop_bottom::-webkit-scrollbar-thumb {
    background-color: #888;
    /* Color of the thumb */
    border-radius: 4px;
    /* Rounded corners */
}

/* Define scrollbar track when being hovered */
.productcondrop_bottom::-webkit-scrollbar-thumb:hover {
    background-color: #555;
    /* Color of the thumb when hovered */
}

.productcondrop {
    display: none;
}

.isproductcondropshow {
    display: block;
}

.prosearchHeader {
    margin-top: -5px;
}

@media screen and (max-width:575px) {
    .respomobileburger {
        margin-top: -15px !important;
    }

    .headermenuconul {
        align-items: center;
    }
}

@media screen and (max-width:992px) {
    .productcondrop {
        top: calc(100% + 10px);
    }


}

@media screen and (max-width:601px) {
    .productcondrop {
        top: calc(100% + 5px);
        width: 100%;
    }

    .ratting-form .col-md-6 {
        width: 100%;
    }
}

@media screen and (max-width:802px) {

    .productreviews {
        flex-wrap: wrap;
    }

    .productreviews_left,
    .productreviews_right {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .productreviews_left {

        border: 1px solid #f5f5f5;
        margin-bottom: 40px;
    }
}

.productdetailsaddtocart {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 30px 0px;
}

.productdetailsaddtocart .addtowishlist {
    padding: 18px 20px !important;
}

.form-submit {
    text-align: center;
}

.productcondrop_bottom a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.productcondrop_bottom a span:last-child {
    margin-left: 10px;
    line-height: 22px;
}

.productcondrop_bottom a:last-child {
    border-bottom: none !important;
}


@media screen and (max-width:500px) {
    .indexshippingicons {
        padding-top: 0px !important;
    }

    .animation_next_con {
        padding: 0px !important;
    }

    .animation_custom div {
        text-align: center !important;
    }

    .whychooseindex div {
        text-align: center;
    }

    .whychooseindex img {
        text-align: center;
        margin: 0px auto;
    }

    .section-title {
        padding-bottom: 20px !important;

    }

    .blog-post-content * {
        text-align: center;
    }

    .indexnewarrivals {
        padding-bottom: 20px !important;
    }

    .animation_btn div {
        margin: 0px auto !important;
    }

    .animation_para {
        padding: 0px !important;
        padding-bottom: 20px !important;
    }

    .product-tab {
        padding-bottom: 0px !important;
    }

    .indexcategoryhome {
        padding-bottom: 0px !important;
    }

    .product-tab-nav {
        margin-bottom: 20px !important;
    }

    .productpricedetails_con {
        margin-bottom: 0px !important;
    }

    .productdetailsaddtocart button {
        line-height: 20px;
    }
}
.animation_duck{
    margin-top: 0px !important;
}

.slick-nav .slick-prev {
    left: -25px !important;
    opacity: 1 !important;
    visibility: visible !important;

}

.slick-nav .slick-next {
    right: -25px !important;
    opacity: 1 !important;
    visibility: visible !important;
}

@media screen and (max-width:768px) {
    .slick-nav .slick-prev {
        left: -25px !important;
        opacity: 1 !important;
        visibility: visible !important;

    }

    .slick-nav .slick-next {
        right: -25px !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media screen and (max-width:600px) {
    body {
        overflow-x: hidden !important;
    }

    section {
        width: 90%;
        margin: 0px auto;
    }
}

@media screen and (max-width: 480px) {
    .section-title .title {
        font-size: 25px !important;
    }
}

.main-slider .slick-arrow {
    top: unset !important;
    bottom: 20px;
}

.main-slider .slick-prev {
    left: unset !important;
    right: 100px !important;
}

@media screen and (max-width:600px) {
    .indexhomeslider {
        width: 100% !important;
        position: relative !important;
    }

    .indexhomeslider .slick-next,
    .indexhomeslider .slick-prev {
        opacity: 1 !important;
        visibility: visible;
    }

    .indexhomeslider .slick-arrow {
        height: 30px !important;
        width: 30px !important;
        line-height: 30px !important;
        bottom: 5px !important;
    }

    .indexhomeslider .slick-prev {
        left: unset !important;
        right: 80px !important;
    }
}

/* .indexcategoryhome,
.product-tab,
.indexnewarrivals,
.blog-section {
    overflow-x: hidden !important;
    overflow-y: hidden !important;
} */

@media screen and (max-width:1200px){
    .product_arrow_con .slick-arrow{
        top: unset !important;
        bottom: -90px !important;
    }
    .product_arrow_con .slick-prev{
        left: 50% !important;
        transform: translateX(calc(-50% - 30px ));
     
    }
    .product_arrow_con .slick-next{
        right: unset !important;
        left: 50% !important;
        transform: translateX(calc(-50% + 30px ));
        
    }
    .blog-section{
        margin-bottom: 50px;
    }
    .product-tab .slick-arrow{
     
    }
    .product-tab{
        padding-bottom: -50px !important;
    }
    .animation_top_text{
        padding-top: 80px !important;
    }
    
    .indexcategoryhome .slick-arrow{
        bottom: -60px !important;
    }
}

@media screen and (max-width: 600px ){
    .product_arrow_con .slick-arrow{
        top: unset !important;
        bottom: -60px !important;
    }
    .product_arrow_con .slick-prev{
        left: 50% !important;
        transform: translateX(calc(-50% - 10px ));
     
    }
    .product_arrow_con .slick-next{
        right: unset !important;
        left: 50% !important;
        transform: translateX(calc(-50% + 30px ));
        
    } 
    .product_arrow_con .slick-arrow {
        height: 30px !important;
        width: 30px !important;
        line-height: 30px !important;
    }
    .indexnewarrivals .slick-arrow{
        bottom: -30px !important;
    }
    .indexnewarrivals{
        padding-bottom: 90px !important;
    }
    .animation_top_text{
        padding-top: 100px !important;
    }
    .product-tab .slick-arrow{
        bottom: -30px !important
    }
    .indexcategoryhome .slick-arrow{
        bottom: -40px !important;
    }
    .product-tab {
        padding-top: 20px !important;
    }
    .product-tab .section-title{
        padding-bottom: 0px !important;
    }
    .product-tab .section-title{
        padding-bottom: 0px !important;
    }
}

@media screen and (max-width:500px) {
    .product-tab .section-title{
        padding-top: 30px !important;
    }
}

.media-body{
    width: 100%;   
}

.webtitlesection{
  width: 100% !important;
  max-width: 100% !important;
  
}
@media screen and (max-width: 1200px) {
    .breadcrumb-section {
        padding-top: 0px !important;
        padding-bottom: 80px;
    }
}

@media screen and (max-width:500px){
    .blog-post-content{
        text-align:center !important;
    }
    .blog-section{
        padding-bottom:0px !important;
        margin-bottom:0px !important;
        margin-bottom:120px !important;
    }
    .footer_con{
        margin-top: 60px !important;
    }
}

@media screen and (max-width: 500px){
    .productdetailsaddtocart button{
        padding: 10px 15px !important;
    }
    .product-tab-menu .nav-item, .product-tab-menu .nav-item a{
        margin:0px !important;
        padding:0px !important;
        font-size: 15px !important;
    }
    .nav-pills{
        gap:10px;
        justify-content: flex-start !important;
        margin-left:20px !important;
    }
    
   .productdetaisl_containes{
        text-align: justify;
   }
   .tab-pane{
       margin-bottom: 50px !important;
   }
   .privacy_text_main{
     padding-bottom: 0px !important;
   }
    
}
.privacy_text_main{
    text-align:justify;
}

.policy_li::before {
    top: 12px !important;
}

 @media screen and (max-width: 600px){
     .privacy_text_inner{
        max-width:100% !important;  
     }
 }

.slick-arrow{
    background: #444444 !important;
}
.product-sync-init .slick-arrow{
    display:none !important;
}

.main-slider .slick-prev {
    left: 50% !important;
    transform:translateX(calc(-50% - 70px));
}
.main-slider .slick-next {
    left: 50% !important;
    transform:translateX(calc(-50% + 70px));
}
.main-slider .slick-dots{
    margin-bottom: 8px;
}
.slick-dots{
    display: flex;
    justify-content: center !important;
    align-items:center !important;
    gap: 10px !important;
    margin-top: 20px !important;
}
.slick-dots{
    margin-bottom: 20 !important; 
}
.slick-dots li {
    height: 20px !important;
    width: 20px !important;
    background-color: #444444 !important;
    border-radius: 50% !important;
    overflow: hidden !important;
    color: #444444;
    text: "" !important;

}
.slick-dots li button{
        background-color: #444444 !important;
        color:#444444 !important;
}

.theme1 .slick-dots li.slick-active button, .theme1 .slick-dots li button:hover {
    background: #FFB91F !important;
      /*background-color: rgba(35, 63, 146, 1) !important;*/
    color:#FFB91F !important;
    height:100% !important;
    width:100% !important
    
}



@media screen and (max-width: 600px) {
    .main-slider .slick-next {
        left: 50% !important;
        transform: translateX(calc(-50% + 20px));
    }
    .main-slider .slick-prev {
        left: 50% !important;
        transform: translateX(calc(-50% - 20px));
    }
}
.chichimpushow{
    display:flex !important;
}

#scrollUp  i{
    color: #000;
}

.coppy-right p {
    color: #000;
}

.single-form input[type=submit]{
    background-color: #000 !important;
    color: #fff;
}

.single-form input[type=submit]:hover{
    background-color: #FFB91F !important;
    color: #fff !important;
}

.sidbar-widget .title:before{
    background-color: #FFB91F !important; 
}

.btn-dark:hover{
    background: #FFB91F;
    color: #000;
    border: none;
}

.service-section .single-blog img{
    width: 60px;
}

.header-middle{
    padding: 20px 0px !important;
}
.callmeheader{
    display:block;
    height:35px;
    width: 120px;
    background: #FFB91F;
    color: #000;
    line-height: 35px !important;
    text-align:center;
    margin-top: -10px !important;
}











