#content.page-home > h1 {
    visibility: hidden;
    display: none;
}
/**** badcategoryslider *****/
.badcategoryslider-block {
    background-color: transparent;
    margin-bottom: 30px;
    margin-top: 36px;
}
.badcategoryslider-item .badcategoryslider-item-img-wrapper .badcategoryslider-item-title {
    width: 91px;
    height: 91px;
    background: #F2F4F9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.badcategoryslider-item-title img {
    height: auto;
}
.badcategoryslider-pagination-wrapper.hidden-xs-down {
    display: none;
}
.badcategoryslider-item-title {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
}
.badcategoryslider-item-content {
    padding-top: 10px;
}
/***** badhome-slider *****/
.container-fluid.badhome-slider-block-container {
    padding-left: 15px;
    padding-right: 15px;
}
.badhome-slider-inner .owl-dots {
    position: absolute;
    top: inherit;
    left: 50%;
    transform: translateX(-50%);
    bottom: -40px !important;
    right: inherit;
    margin: auto;
    z-index: 99;
    display: flex;
    align-items: center;
    text-align: center;
}
.badhome-slider-inner .owl-carousel .owl-dots .owl-dot {
    display: block;
    margin: 5px 0;
    padding: 2px 4px;
    border-radius: 25px;
    border: none!important;
}
.owl-carousel .owl-dots .owl-dot span {
    height: 16px;
    width: 16px;
    display: block;
    background-color: #fff;
    opacity: 1;
    border-radius: 25px;
    border: 1px solid #212B52;
}
.owl-carousel .owl-dots .owl-dot.active span {
    background-color: var(--theme-custom-color);
    opacity: 1;
}
.badhome-slider-pagination {
    display: none;
}
/*** products ***/
.badspecial-product-link-wrapper, .badfeatured-product-link-wrapper, .badnew-product-link-wrapper, .badbestseller-product-link-wrapper {
    display: block; 
}
.badspecial-product-main-title, .badbestseller-product-main-title {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    align-items: center;
    border-bottom: none;
}
.badspecial-product-main-title {
    margin: 0 0 20px;
}
.badmain-title-wrapper .badmain-title {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    font-family: 'Outfit', sans-serif !important;
    padding-bottom: 0;
    text-transform: uppercase;
}
.badspecial-product-pagination.bad-all-pagination {
    padding-top: 0;
}
.badmain-title-wrapper .badmain-title {
    padding-left: 56px;
    position: relative;
}
.badmain-title-wrapper .badmain-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 41px;
    height: 41px;
    background-image: url(/themes/249_Cosmatics/assets/img/home/icon-best-seller.svg);
    background-size: 41px;
    background-repeat: no-repeat;
}
.badhomeblog-main-title .badmain-title-wrapper .badmain-title:before {
    display: none;
}
.badspecial-product-main-title .badmain-title-wrapper .badmain-title:before {
    background-image: url(/themes/249_Cosmatics/assets/img/home/icon-promo.svg);
}
.badbestseller-product-main-title .badmain-title-wrapper .badmain-title:before {
    background-image: url(/themes/249_Cosmatics/assets/img/home/icon-best-seller.svg);
}
.badnew-product-main-title .badmain-title-wrapper .badmain-title:before {
    background-image: url(/themes/249_Cosmatics/assets/img/home/icon-new.svg);
}
.bad-prev-btn i, .bad-next-btn i {
    font-size: 24px;
    color: #E5E5E5;
    top: -2px;
    position: relative;
}
.bad-all-pagination .bad-prev-btn, 
.bad-all-pagination .bad-next-btn {
    width: 47px;
    height: 47px;
    line-height: 47px;
    border: 1px solid #E5E5E5;
    margin: 0 5px;
}
.bad-all-pagination .bad-prev-btn:hover, .bad-all-pagination .bad-next-btn:hover {
    border-color: #212a52;
}
.bad-all-pagination .bad-prev-btn:hover i, .bad-all-pagination .bad-next-btn:hover i {
    color: #212a52;
}
.badspecial-product-link-wrapper, .badbestseller-product-link-wrapper, .badnew-product-link-wrapper, .badfeatured-product-link-wrapper, .badhomeblog-block .badhomeblog-link {
    display: flex;
    justify-content: flex-end;
    padding: 0 0;
    margin-top: 30px;
}
.badproduct-link {
    border: none;
    padding: 0;
}
body#index .badhome-slider-items-content .badhome-slider-items-btn a,
.badspecial-product-link-wrapper .badproduct-link a, 
.badfeatured-product-link-wrapper .badproduct-link a, 
.badnew-product-link-wrapper .badproduct-link a, 
.badbestseller-product-link-wrapper .badproduct-link a, .badhomeblog-link a  {
    padding: 12px 60px 12px 40px;
    font-size: 20px;
    font-family: 'Outfit', sans-serif;
    line-height: 24px;
    font-weight: 600;
    position: relative;
    display: block;
    background: #212B52;
    cursor: pointer;
}
body#index .badhome-slider-items-content .badhome-slider-items-btn a,
body #wrapper #main .page-home .badspecial-products-block .badspecial-product-link-wrapper .badproduct-link.badspecial-product-link a, 
body #wrapper #main .page-home .badfeatured-products-block .badfeatured-product-link-wrapper .badproduct-link.badfeatured-product-link a, 
body #wrapper #main .page-home .badnew-products-block .badnew-product-link-wrapper .badproduct-link.badnew-product-link a, 
body #wrapper #main .page-home .badbestseller-products-block .badbestseller-product-link-wrapper .badproduct-link.badbestseller-product-link a,
body #wrapper #main .page-home .badhomeblog-block .badhomeblog-link a  {
    color: #fff !important;
}
body#index .badhome-slider-items-content .badhome-slider-items-btn a:hover,
.badspecial-product-link-wrapper .badproduct-link a:hover, 
.badfeatured-product-link-wrapper .badproduct-link a:hover, 
.badnew-product-link-wrapper .badproduct-link a:hover, 
.badbestseller-product-link-wrapper .badproduct-link a:hover ,
.badhomeblog-link a:hover {
    background: #E1B877 !important;
    color: #212B52 !important;
}
body#index .badhome-slider-items-content .badhome-slider-items-btn a:hover,
body #wrapper #main .page-home .badspecial-products-block .badspecial-product-link-wrapper .badproduct-link.badspecial-product-link a:hover, 
body #wrapper #main .page-home .badfeatured-products-block .badfeatured-product-link-wrapper .badproduct-link.badfeatured-product-link a:hover,
body #wrapper #main .page-home .badnew-products-block .badnew-product-link-wrapper .badproduct-link.badnew-product-link a:hover, 
body #wrapper #main .page-home .badbestseller-products-block .badbestseller-product-link-wrapper .badproduct-link.badbestseller-product-link a:hover,
body #wrapper #main .page-home .badhomeblog-block .badhomeblog-link a:hover {
    color: #212B52 !important;
}
body#index .badhome-slider-items-content .badhome-slider-items-btn a:after,
.badspecial-product-link-wrapper .badproduct-link a:after,
.badfeatured-product-link-wrapper .badproduct-link a:after,
.badnew-product-link-wrapper .badproduct-link a:after,
.badbestseller-product-link-wrapper .badproduct-link a:after,
.badhomeblog-link a:after {
    content: "\E315";
    font-family: 'Material Icons';
    font-size: 21px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    line-height: 23px;
    font-weight: 600;
    color: #fff;
}
body#index .badhome-slider-items-content .badhome-slider-items-btn a:hover:after,
.badspecial-product-link-wrapper .badproduct-link a:hover:after,
.badfeatured-product-link-wrapper .badproduct-link a:hover:after,
.badnew-product-link-wrapper .badproduct-link a:hover:after, 
.badbestseller-product-link-wrapper .badproduct-link a:hover:after,
.badhomeblog-link a:hover:after {
    color: #212B52 !important;
}
.badbestseller-product-main-title {
    border-bottom: none;
    margin-bottom: 20px;
}
.badnew-product-main-title {
    border-bottom: none;
    margin-bottom: 20px;
}
.badspecial-product-list-box, .badnew-product-list-box, .badtab-product-list-box, 
.badfeatured-product-list-box, .badbestseller-product-list-box, .badlike-product-list-wrapper, 
.badcrossselling-product-list-wrapper, .badviewed-product-list-wrapper, .badcat-prod-product-list-wrapper {
    position: relative;
    margin: 0 -10px;
}
/**** badtwoofferbanner ****/
.badtwoofferbanner-content-img img {
    width: 100%;
    object-fit: cover;
    height: auto;
}
.badtwoofferbanner-content-inner .badtwoofferbanner-content-row1 {
    width: 40%;
}
.badtwoofferbanner-content-inner .badtwoofferbanner-content-row2 {
    width: 60%;
}
.badtwoofferbanner-content-inner.row {
    display: flex;
    flex-direction: row-reverse;
}

/**** custom-text ***/
#custom-text.badcustomtext {
    background: #fff;
    border-radius: 2px;
    margin-bottom: 40px;
    padding: 39px 0;
    text-align: left;
}
#custom-text.badcustomtext .heading h2 {
    font-size: 24px;
    font-weight: 500;
    color: #212B52;
    font-family: 'Outfit', sans-serif;
    text-transform: none;
    line-height: 1.5;
    margin: 0;
    max-width: calc(100% - 34px);
}
#custom-text.badcustomtext p {
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Outfit', sans-serif;
    color: #000!important;
    margin: 0 0 .5rem;
}
#custom-text.badcustomtext .heading {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 0 10px;
    margin-bottom: 10px;
    margin-top: 16px;
    border-bottom: 1px solid #212B52;
}
#custom-text.badcustomtext .heading i {
    margin-right: 10px;
    width: 34px;
}
#custom-text.badcustomtext .d-flex .logo-text {
    margin-right: 20px;
    width: 145px;
    margin-top: 6px;
}
#custom-text.badcustomtext .d-flex .text {
    width: calc(100% - 165px);
    font-size: 16px;
    line-height: 1.5;
    font-family: 'Outfit', sans-serif;
    color: #000;
    margin: 0 0 .5rem;
}
#custom-text.badcustomtext .heading i img {
    height: 24px;
    width: 24px;
}
.bad-custom-content .d-flex {
    display: flex;
    align-items: flex-start;
}
body#index #wrapper .badbottom-wrapper .badcustomtext .badlink-aboutus a {
    padding: 12px 60px 12px 40px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    position: relative;
    display: table;
    background: #212B52;
    cursor: pointer;
    color: #fff !important;
    margin: 24px 0 0 auto;
}
body#index #wrapper .badbottom-wrapper .badcustomtext .badlink-aboutus a::after {
    content: "\E315";
    font-family: 'Material Icons';
    font-size: 21px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    line-height: 23px;
    font-weight: 600;
    color: #fff;
}
body#index #wrapper .badbottom-wrapper .badcustomtext .badlink-aboutus a:hover {
    background: #E1B877 !important;
    color: #212B52 !important;
}
body#index #wrapper .badbottom-wrapper .badcustomtext .badlink-aboutus a:hover::after {
    color: #212B52 !important;
}
body#index #wrapper .badbottom-wrapper .badcustomtext .badlink-aboutus {
    display: flex;
    justify-content: flex-end;
}
/*** blog ***/
.badhomeblog-block.container-fluid {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    position: relative;
    background: #F2F4F9;
    padding: 40px 0;
    margin: 0;
}
.badhomeblog-block .container.badhome-blog-wrapper {
    padding: 0 15px;
}
.badhomeblog-main-title {
    background-color: transparent;
    border: none;
    padding: 0;
    margin-bottom: 30px;
}
.badhomeblog-main-title .badmain-title-wrapper .badmain-title {
    padding-left: 0;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
    text-transform: none;
}
.badhomeblog-block .bad-all-pagination .bad-prev-btn, .badhomeblog-block .bad-all-pagination .bad-next-btn {
    border: 1px solid #B1ADAD;
}
.badhomeblog-block .bad-prev-btn i, .badhomeblog-block .bad-next-btn i {
    color: #B1ADAD;
}
.badhomeblog-block .bad-all-pagination .bad-prev-btn:hover, .badhomeblog-block .bad-all-pagination .bad-next-btn:hover {
    border-color: #212a52;
}
.badhomeblog-item {
    background: #fff;
    margin: 0 12px;
}
.owl-carousel .owl-item .badhomeblog-item-thumbnail img {
    width: 100%;
    z-index: 1;
}
.badhomeblog-item .badhomeblog-item-bottom {
    padding: 20px 16px;
}
.badhomeblog-item-bottom .badhomeblog-item-date {
    color: #E1B877!important;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Outfit', sans-serif;
    line-height: 1.5;
    padding-bottom: 12px !important;
}
.badhomeblog-item-bottom .badhomeblog-item-date i {
    color: #E1B877!important;
}
.badhomeblog-item-bottom .badhomeblog-item-title a {
    -webkit-line-clamp: 2;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 0;
    height: 48px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 500;
}
.badhomeblog-item-bottom .badhomeblog-item-title {
    padding-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
}
.badhomeblog-item-bottom .badhomeblog-item-content, .badhomeblog-item-bottom .badhomeblog-item-content p {
    color: #000 !important;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
}
.badhomeblog-item-bottom .badhomeblog-item-content {
    margin-bottom: 12px !important;
}
.badhomeblog-item .badhomeblog-item-bottom .badhomeblog-item-content-read-more {
    display: inline-block;
    padding: 0;
    width: auto;
    text-align: center;
    background: transparent !important;
    color: #212B52 !important;
    border-bottom: 1px solid #212B52 !important;
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
}

/**** badbrandlist ****/
.badbrandlist-item-img-wrapper {
    border: none!important;
}
.badbrandlist-item {
    padding: 0 11px;
}
.badbrandlist-item-img-wrapper {
    border: none!important;
}
.badbrandlist-block .bad-all-pagination .bad-prev-btn, .badbrandlist-block .bad-all-pagination .bad-next-btn {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    background: #fff;
    border: 1px solid #212B52;
    color: #212B52 !important;
    width: 38px;
    height: 38px;
    line-height: 40px;
}
.badbrandlist-block .bad-all-pagination .bad-next-btn {
    right: 0;
    left: inherit;
}
.badbrandlist-block .bad-all-pagination .bad-prev-btn i, .badbrandlist-block .bad-all-pagination .bad-next-btn i {
    color: #212B52;
    font-size: 22px; 
}
.badbrandlist-content-wrapper .badbrandlist-content {
    padding: 0 65px;
}
.badbrandlist-content-pagination {
    padding: 0;
}
.badbrandlist-block {
    margin-bottom: 30px;
    padding: 0;
}
/*** badoffer ***/
/* .badtwoofferbanner-content-row1 .badtwoofferbanner-content, .badtwoofferbanner-content, .badofferbanner-content-wrapper {
    position: absolute;
    display: block;
    bottom: 28px;
    left: inherit;
    right: 28px;
    top: inherit;
    opacity: 1;
    transform: revert;
    padding: 0;
    margin: 0;
    margin-right: 15px;
} */
.badofferbanner-block .container {
    position: relative;
}
.badtwoofferbanner-content-row1 .badtwoofferbanner-content, .badtwoofferbanner-content, .badofferbanner-content-wrapper {
    position: absolute;
    display: block;
    opacity: 1;
    transform: revert;
    padding: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: 0;
}
.badofferbanner-content-wrapper {
    padding-right: 15px;
    padding-left: 15px;
}
.badtwoofferbanner-content-row1 .badtwoofferbanner-content, .badtwoofferbanner-content {
    margin: 0;
}
.badofferbanner-content-wrapper .badofferbanner-content {
    position: relative;
    opacity: 1;
    width: 100%;
    display: block;
    height: 100%;
    z-index: 2;
}
.badtwoofferbanner-content p, .badtwoofferbanner-content a, .badofferbanner-content p, .badofferbanner-content a {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: block;
    position: static;
}
body#index .badtwoofferbanner-block .badtwoofferbanner-content a, body#index .badofferbanner-block .badofferbanner-content a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 2;
    opacity: 0;
}
body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn,
body#index .badofferbanner-block .badofferbanner-content .cta-btn {
    background: #212a52;
    color: #fff !important;
    padding: 12px 60px 12px 47px;
    width: 196px;
    font-size: 20px;
    font-family: 'Outfit', sans-serif;
    line-height: 24px;
    font-weight: 600;
    background: #212B52!important;
    cursor: pointer;
}
body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn, 
body#index .badofferbanner-block .badofferbanner-content .cta-btn {
    position: absolute;
    display: table;
    bottom: 28px;
    right: 28px;
}
body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn:after, 
body#index .badofferbanner-block .badofferbanner-content .cta-btn:after {
    content: "\E315";
    font-family: 'Material Icons';
    font-size: 21px;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    line-height: 23px;
    font-weight: 600;
    color: #fff;
}
body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn:hover,
body#index .badofferbanner-block .badofferbanner-content .cta-btn:hover,
body#index .badtwoofferbanner-block .badtwoofferbanner-content:hover .cta-btn,
body#index .badofferbanner-block .badofferbanner-content:hover .cta-btn {
    color: #212B52 !important;
    background: #E1B877 !important;
}
body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn:hover:after, 
body#index .badofferbanner-block .badofferbanner-content .cta-btn:hover:after,
body#index .badtwoofferbanner-block .badtwoofferbanner-content:hover .cta-btn:after, 
body#index .badofferbanner-block .badofferbanner-content:hover .cta-btn:after {
    color: #212B52 !important;
}
.badtwoofferbanner-content-img {
    position: relative;
    cursor: auto;
}
/**** badhomeslider ***/
.badhome-slider-items-content {
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    left: 0;
    transform: none;
    margin: 0;
    position: absolute;
}
.badhome-slider-items-content a.link-slider {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 9;
    opacity: 0;
}
.badhome-slider-items-btn {
    position: absolute;
    right: 28px;
    bottom: 28px;
}
body#index .badhome-slider-items-content:hover .badhome-slider-items-btn a {
    background: #E1B877 !important;
    color: #212B52 !important;
}
body#index .badhome-slider-items-content:hover .badhome-slider-items-btn a:after {
    color: #212B52 !important;
}
body#index .badhome-slider-items-content .badhome-slider-items-btn a {
    text-transform: capitalize!important;
}
/******* resposnive *******/

@media (max-width: 1400px) {
    #custom-text.badcustomtext .heading h2 {
        font-size: 18px;
        max-width: calc(100% - 30px);
    }
    #custom-text.badcustomtext .heading i img {
        height: 20px;
        width: 20px;
    }
    #custom-text.badcustomtext .heading {
        align-items: flex-start;
    }
    #custom-text.badcustomtext .heading i {
        margin-right: 10px;
        width: 20px;
    }
}
@media (max-width: 1200px) {
    .badmain-title-wrapper .badmain-title:before {
        width: 30px;
        height: 30px;
        background-size: 30px;
    }
    .badmain-title-wrapper .badmain-title {
        font-size: 24px;
        padding-left: 42px;
        text-align: left;
    }
    .badhomeblog-main-title .badmain-title-wrapper .badmain-title {
        font-size: 24px;
    }
    .badmain-title-wrapper {
        text-align: left;
    }    
    .bad-all-pagination .bad-prev-btn, .bad-all-pagination .bad-next-btn {
        width: 40px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
    .bad-prev-btn i, .bad-next-btn i {
        font-size: 22px;
        top: -1px;
    }
    body#index .badhome-slider-items-content .badhome-slider-items-btn a, body#index #wrapper .badbottom-wrapper .badcustomtext .badlink-aboutus a , .badspecial-product-link-wrapper .badproduct-link a, .badfeatured-product-link-wrapper .badproduct-link a, .badnew-product-link-wrapper .badproduct-link a, .badbestseller-product-link-wrapper .badproduct-link a, .badhomeblog-link a {
        padding: 10px 44px 10px 26px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
    }
    body#index .badhome-slider-items-content .badhome-slider-items-btn a:after, body#index #wrapper .badbottom-wrapper .badcustomtext .badlink-aboutus a:after , .badspecial-product-link-wrapper .badproduct-link a:after, .badfeatured-product-link-wrapper .badproduct-link a:after, .badnew-product-link-wrapper .badproduct-link a:after, .badbestseller-product-link-wrapper .badproduct-link a:after, .badhomeblog-link a:after {
        font-size: 20px;
        right: 20px;
        width: 20px;
        height: 20px;
        line-height: 24px;
        font-weight: 400;
    }
    body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn, body#index .badofferbanner-block .badofferbanner-content .cta-btn {
        padding: 10px 44px 10px 30px;
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        width: 155px;
    }
    body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn:after, body#index .badofferbanner-block .badofferbanner-content .cta-btn:after {
        font-size: 20px;
        right: 22px;
        width: 20px;
        height: 20px;
        line-height: 24px;
        font-weight: 400;
    }
    .badtwoofferbanner-content-inner .badtwoofferbanner-content-row2, .badtwoofferbanner-content-inner .badtwoofferbanner-content-row1 {
        padding-left: 8px;
        padding-right: 8px;
    }
    .badtwoofferbanner-content-inner.row {
        margin-left: -8px;
        margin-right: -8px;
    }

}
@media (max-width: 992px) {
#custom-text.badcustomtext p, #custom-text.badcustomtext .d-flex .text {
    font-size: 15px;
    line-height: 1.5;
    margin: 0 0 .625rem;
}
#custom-text.badcustomtext .heading h2 {
    font-size: 17px;
}
body#index .badhome-slider-items-content .badhome-slider-items-btn a, body#index #wrapper .badbottom-wrapper .badcustomtext .badlink-aboutus a, .badspecial-product-link-wrapper .badproduct-link a, .badfeatured-product-link-wrapper .badproduct-link a, .badnew-product-link-wrapper .badproduct-link a, .badbestseller-product-link-wrapper .badproduct-link a, .badhomeblog-link a {
    padding: 10px 36px 10px 20px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
}
body#index .badhome-slider-items-content .badhome-slider-items-btn a:after, body#index #wrapper .badbottom-wrapper .badcustomtext .badlink-aboutus a:after, .badspecial-product-link-wrapper .badproduct-link a:after, .badfeatured-product-link-wrapper .badproduct-link a:after, .badnew-product-link-wrapper .badproduct-link a:after, .badbestseller-product-link-wrapper .badproduct-link a:after, .badhomeblog-link a:after {
    font-size: 18px;
    right: 12px;
    line-height: 23px;
    font-weight: 400;
}

body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn, body#index .badofferbanner-block .badofferbanner-content .cta-btn {
    padding: 10px 36px 10px 24px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    width: 132px;
}
body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn:after, body#index .badofferbanner-block .badofferbanner-content .cta-btn:after {
    font-size: 18px;
    right: 16px;
    line-height: 23px;
    font-weight: 400;
}
.badhome-slider-block {
    margin-bottom: 40px;
}
.owl-carousel .owl-dots .owl-dot span {
    height: 14px;
    width: 14px;
}
.badhome-slider-inner .owl-dots {
    bottom: -36px !important;
}
.badhomeblog-main-title {
    margin-bottom: 16px;
}
}
@media (max-width: 768px) {
#custom-text.badcustomtext .d-flex .logo-text {
    margin-right: 0;
    width: 100%;
}
#custom-text.badcustomtext .d-flex .text {
    width: 100%;
}
#custom-text.badcustomtext .d-flex {
    display: flex;
    flex-wrap: wrap;
}
#custom-text.badcustomtext .d-flex .logo-text {
    margin-right: 0;
    width: 100%;
    margin: 12px 0px 16px;
}
#custom-text.badcustomtext .d-flex .logo-text img {
    height: 40px;
    width: auto;
}
.owl-carousel .owl-dots .owl-dot span {
    height: 12px;
    width: 12px;
}
.owl-carousel .owl-dots .owl-dot, .badhome-slider-inner .owl-carousel .owl-dots .owl-dot {
    margin: 2px 0;
    padding: 2px 3px;
}
.badhome-slider-block {
    margin-bottom: 30px;
}
.badhome-slider-inner .owl-dots {
    bottom: -24px !important;
}
.badcategoryslider-block {
    margin-bottom: 6px;
    margin-top: 10px;
}
.badcategoryslider-item .badcategoryslider-item-img-wrapper .badcategoryslider-item-title {
    width: 82px;
    height: 82px;
}
.badcategoryslider-item-title {
    font-size: 14px;
    line-height: 1.2;
}
.badmain-title-wrapper .badmain-title {
    font-size: 20px;
    padding-left: 38px;
    text-align: left;
    font-weight: 600;
}
.badmain-title-wrapper .badmain-title:before {
    width: 28px;
    height: 28px;
    background-size: 28px;
    top: 0;
}
.badhomeblog-main-title {
    display: flex;
}
.bad-all-pagination .bad-prev-btn, .bad-all-pagination .bad-next-btn {
    width: 36px !important;
    height: 36px !important;
    line-height: 35px !important;
}
.bad-prev-btn i, .bad-next-btn i {
    font-size: 20px;
    top: -1px;
}
.badbrandlist-content-wrapper .badbrandlist-content {
    padding: 0px 48px;
}
body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn, body#index .badofferbanner-block .badofferbanner-content .cta-btn {
    padding: 9px 32px 9px 22px;
    font-size: 15px;
    width: 122px;
    line-height: 21px;
    font-weight: 500;
}
body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn:after, body#index .badofferbanner-block .badofferbanner-content .cta-btn:after {
    font-size: 17px;
    right: 12px;
}
body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn, body#index .badofferbanner-block .badofferbanner-content .cta-btn {
    bottom: 20px;
    right: 20px;
}
.badhome-slider-items-btn {
    bottom: 20px;
    right: 20px;
}
}
@media (max-width: 576px) {
.badnew-product-list-wrapper .owl-carousel .owl-dots .owl-dot, .badtab-product-list-wrapper .owl-carousel .owl-dots .owl-dot, .badcategoryproductslider-block-content .owl-carousel .owl-dots .owl-dot, .badbrandlist-content .owl-carousel .owl-dots .owl-dot, .badhomeblog-content .owl-carousel .owl-dots .owl-dot, .badcrossselling-product-list-wrapper .owl-carousel .owl-dots .owl-dot, .badlike-product-list-wrapper .owl-carousel .owl-dots .owl-dot, .badcategory-name-image.owl-carousel .owl-dots .owl-dot, .badside-product-wrapper.owl-carousel .owl-dots .owl-dot {
    display: none;
}
.badcategoryslider-block {
    margin-bottom: 10px;
    margin-top: 10px;
}
.badbrandlist-pagination-wrapper.hidden-xs-down, .badspecial-product-pagination-wrapper.hidden-xs-down, .badnew-product-pagination-wrapper.hidden-xs-down, .badhomeblog-content-pagination.hidden-xs-down {
    display: flex !important;
}
.badnew-product-main-title {
    display: flex;
}
.badhomeblog-main-title .badmain-title-wrapper .badmain-title {
    font-size: 20px;
    line-height: 1.2;
    padding: 0;
}
.badmain-title-wrapper .badmain-title {
    font-size: 18px;
    padding-left: 32px;
    text-align: left;
    font-weight: 600;
    margin: 0;
}
.badmain-title-wrapper .badmain-title:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
    top: 1px;
    left: 0;
}
.bad-all-pagination .bad-prev-btn, .bad-all-pagination .bad-next-btn {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    margin: 0 3px;
}
.bad-prev-btn i, .bad-next-btn i {
    font-size: 18px;
    top: -1px;
}
.badspecial-product-main-title, .badbestseller-product-main-title {
    margin: 0 8px 16px;
}
.badhomeblog-item-bottom .badhomeblog-item-title a {
    font-size: 15px;
    line-height: 20px;
    padding-bottom: 0;
    height: 40px;
}
.badhomeblog-item-bottom .badhomeblog-item-title {
    padding-bottom: 6px;
    padding-left: 0;
    padding-right: 0;
}
.badhomeblog-item-bottom .badhomeblog-item-content, .badhomeblog-item-bottom .badhomeblog-item-content p {
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}
.badhomeblog-item .badhomeblog-item-bottom .badhomeblog-item-content-read-more {
    font-size: 15px;
}
.badhomeblog-item-bottom .badhomeblog-item-date {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 8px !important;
}
.badhomeblog-block.container-fluid {
    padding: 30px 0;
}
body#index .badhome-slider-items-content .badhome-slider-items-btn a, body#index #wrapper .badbottom-wrapper .badcustomtext .badlink-aboutus a, .badspecial-product-link-wrapper .badproduct-link a, .badfeatured-product-link-wrapper .badproduct-link a, .badnew-product-link-wrapper .badproduct-link a, .badbestseller-product-link-wrapper .badproduct-link a, .badhomeblog-link a {
    padding: 9px 32px 9px 18px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
}
body#index .badhome-slider-items-content .badhome-slider-items-btn a:after, body#index #wrapper .badbottom-wrapper .badcustomtext .badlink-aboutus a:after, .badspecial-product-link-wrapper .badproduct-link a:after, .badfeatured-product-link-wrapper .badproduct-link a:after, .badnew-product-link-wrapper .badproduct-link a:after, .badbestseller-product-link-wrapper .badproduct-link a:after, .badhomeblog-link a:after {
    font-size: 17px;
    right: 8px;
}
body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn, body#index .badofferbanner-block .badofferbanner-content .cta-btn {
    padding: 9px 32px 9px 22px;
    font-size: 15px;
    width: 122px;
    line-height: 21px;
    font-weight: 500;
}
body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn:after, body#index .badofferbanner-block .badofferbanner-content .cta-btn:after {
    font-size: 17px;
    right: 12px;
}
#custom-text.badcustomtext {
    margin-bottom: 0;
    padding: 32px 0;
}
.badbrandlist-block {
    margin-bottom: 20px;
    padding: 0;
}
.badtwoofferbanner-content-row2 {
    padding-top: 0;
}
.badtwoofferbanner-content-inner .badtwoofferbanner-content-row2, .badtwoofferbanner-content-inner .badtwoofferbanner-content-row1 {
    padding-left: 0;
    padding-right: 0;
}
.badtwoofferbanner-content-inner .badtwoofferbanner-content-row1, .badtwoofferbanner-content-inner .badtwoofferbanner-content-row2 {
    width: 50%;
}
.badtwoofferbanner-content-img img {
    width: 100%;
    object-fit: fill;
    height: 188px;
}
.badspecial-product-link-wrapper, .badbestseller-product-link-wrapper, .badnew-product-link-wrapper, .badfeatured-product-link-wrapper {
    padding: 0;
    margin-top: 20px;
}
 .badhomeblog-block .badhomeblog-link {
    padding: 0 15px;
    margin-top: 20px;
}
.badnew-product-link-wrapper {
    padding: 0;
}
.badproduct-name .badproduct-title a h4 {
    font-size: 14px;
}
.badhome-slider-inner img.owl-lazy {
    /* min-height: 200px;
    object-fit: cover; */
    object-position: left top;
}
.badcategoryslider-block {
    margin-bottom: 12px;
}
.badcategoryslider-content .owl-carousel .owl-dots {
    margin-top: 12px;
}
/* .badcategoryslider-item-title img {
    height: 36px;
} */
.badcategoryslider-item .badcategoryslider-item-img-wrapper .badcategoryslider-item-title {
    width: 72px;
    height: 72px;
}
.badbrandlist-content-wrapper .badbrandlist-content {
    padding: 0;
}
.badbrandlist-block .bad-all-pagination .bad-prev-btn, .badbrandlist-block .bad-all-pagination .bad-next-btn {
    left: 50%;
    top: inherit;
    transform: translateX(-50%);
    bottom: 0;
    margin-left: -20px;
}
.badbrandlist-block .bad-all-pagination .bad-next-btn {
    right: inherit;
    left: 50%;
    margin-left: 20px;
}
.badbrandlist-content-wrapper .bad-all-pagination {
    padding-bottom: 32px;
}
.badnew-product-list-wrapper .owl-carousel .owl-dots .owl-dot, .badtab-product-list-wrapper .owl-carousel .owl-dots .owl-dot, .badcategoryproductslider-block-content .owl-carousel .owl-dots .owl-dot, .badbrandlist-content .owl-carousel .owl-dots .owl-dot, .badhomeblog-content .owl-carousel .owl-dots .owl-dot, .badcrossselling-product-list-wrapper .owl-carousel .owl-dots .owl-dot, .badlike-product-list-wrapper .owl-carousel .owl-dots .owl-dot, .badcategory-name-image.owl-carousel .owl-dots .owl-dot, .badside-product-wrapper.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
}
.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}
.badbrandlist-block .owl-carousel .owl-dots {
    display: none !important;
}
.bad-all-pagination .bad-prev-btn, .bad-all-pagination .bad-next-btn {
    display: none!important;
}
button.readd-more, button.readd-less {
    position: relative;
    display: table;
    background: #212B52;
    cursor: pointer;
    color: #fff !important;
    margin: 15px 0 0 auto;
    padding: 9px 18px 9px 18px;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
    border: none;
    font-family: 'Outfit', sans-serif;
    box-shadow: none;
}
button.readd-more:hover , button.readd-less:hover {
    background: #E1B877;
    color: #212B52;
}
button.readd-more.hide {
    display: none;
}
button.readd-less {
    background: transparent!important;
    color: #212B52 !important;
    text-decoration: underline;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
.badbrandlist-item-img-wrapper {
    min-height: auto;
}
.badofferbanner-img img {
    height: 200px;
    object-fit: cover;
    object-position: left top;
}
body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn, body#index .badofferbanner-block .badofferbanner-content .cta-btn {
    bottom: 15px;
    right: 15px;
}
.container.badhome-blog-wrapper, .container.badnew-products-inner.new-home, .container.badbestseller-products-inner, .badspecial-products-inner.container {
    padding: 0 15px;
}
.badnew-product-list-box, .badtab-product-list-box, .badfeatured-product-list-box, .badbestseller-product-list-box, .badlike-product-list-wrapper, .badcrossselling-product-list-wrapper, .badviewed-product-list-wrapper, .badcat-prod-product-list-wrapper {
    margin: 0;
}
.badhomeblog-content {
        margin: 0 -12px;
}
.badspecial-products-content-box.row {
    margin-right: 0;
    margin-left: 0;
}
.badspecial-product-main-title, .badbestseller-product-main-title {
    margin: 0 0 16px;
}
.badspecial-product-list-box , .badbestseller-product-list-box , .badnew-product-list-box {
    margin-left: -10px;
    margin-right: -10px;
}
}
@media (max-width: 480px) {
    .badtwoofferbanner-content-inner .badtwoofferbanner-content-row1, .badtwoofferbanner-content-inner .badtwoofferbanner-content-row2 {
        width: 100%;
    }
    .badtwoofferbanner-content-inner.row {
        margin-left: 0;
        margin-right: 0;
        flex-wrap: wrap;
    }
    .badtwoofferbanner-content-img img {
        width: 100%;
        object-fit: cover;
        height: auto;
    }
    .badtwoofferbanner-content-row2 {
        padding-top: 8px;
    }   
     .owl-carousel .owl-dots .owl-dot span {
        height: 10px;
        width: 10px;
    }
    body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn, body#index .badofferbanner-block .badofferbanner-content .cta-btn {
        padding: 8px 32px 8px 18px;
        width: 121px;
        height: 39px;
    }
    body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn:after, body#index .badofferbanner-block .badofferbanner-content .cta-btn:after {
        right: 9px;
    }
    body#index .badhome-slider-items-content .badhome-slider-items-btn a {
        padding: 8px 32px 8px 18px;
    }
    .badtwoofferbanner-content-img img {
        height: 200px;
        object-fit: cover;
        object-position: left top;
    }
    body#index .badtwoofferbanner-block .badtwoofferbanner-content .cta-btn, body#index .badofferbanner-block .badofferbanner-content .cta-btn {
        bottom: 15px;
        right: 0;
    }
    .badhome-slider-items-btn {
        bottom: 15px;
        right: 0;
    }
}