/* blink screen css start */

.blink {
    position: fixed;
    width: 100% !important;
    height: 100vh !important;
    background-color: #ffffffda;
    display: grid;
    align-content: center;
    justify-content: center;
    z-index: 999999;
    font-size: 22px !important;
    color: #E3000F;
    font-weight: 700;
}
a{
    cursor: pointer !important;
}
a:hover h5{
    color: #E3000F !important;
}
body a:hover:not(.breadcrumb__option a), .footer__copyright__text a, .main-text {
    color: #E3000F !important;
}
/* blink end */

.categories__item{
    height: unset !important;
    aspect-ratio: 1 !important;
}
.section-bg{
    background-color: #f3f6fa !important;
}
.section-pd{
    padding:40px 0px !important;
}
.header__top {
    background-color: #E3000F;
}

.header__top p {
    color: #FFF !important;
}

.header__logo img {
    max-width: 80% !important;
}

footer .category-list {
    gap: 10px !important;
    list-style: none !important;
}

footer .category-list a,
p {
    color: #1c1c1c !important;
}

footer .category-list li:not(:last-child) {
    padding-right: 10px;
    border-right: 1px solid #E3000F !important;
}

.product__details__text td .share a {
    display: inline-block;
    font-size: 15px;
    color: #1c1c1c;
    margin-right: 25px;
}

.categories__slider h5 {
    color: #FFF !important;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px 5px;
    background: #E3000F;
}
.sidebar {
    box-shadow: 0px 2px 10px 0px #E7E7E7 !important;
}

.owl-prev:hover,
.owl-next:hover {
    color: #E3000F !important;
    border-color: #E3000F !important;
}

.top-rated-products img,
.latest-products img {
    aspect-ratio: 1 !important;
    object-fit: contain;
}

.footer__widget .footer__widget__social a:hover {
    color: #FFF !important;
}

body a.primary-btn:hover {
    background-color: #FFF !important;
    border: 1px solid #E3000F !important;
}

.product__pagination {
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.product__pagination input {
    background: #E3000F;
    border: unset !important;
    padding: 7px 10px;
    line-height: 1;
    color: #FFFF !important;
    border: 1px solid #E3000F !important;
}

span.current-page {
    padding: 7px 10px;
    line-height: 1;
    border: 1px solid #e3000f;
}

.primary-btn {
    border: 1px solid #e3000f !important;
}

.product__pagination input:hover {
    background-color: #FFF !important;
    color: #E3000F !important;
}

.product__item__pic.set-bg {
    background-size: cover !important;
    /* border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important; */
    background-position: center;
    height: 250px !important;
    margin: 15px !important;
}

.registration_input p,
.checkout__input p {
    color: #1c1c1c;
    margin-bottom: 5px;
}

.registration_input p span,
.checkout__input p span {
    color: #E3000F;
}

.contact-form form .registration_input input:not(.primary-btn) {
    margin-bottom: 20px !important;
}

.registration_input .primary-btn {
    display: inline-block;
    width: auto;
    color: #FFF;
    padding: 10px 20px !important;
}

.registration_input a:not(.primary-btn) {
    color: #E3000F !important;
    text-decoration: underline;
}

.registration_input .nice-select, .checkout__input .nice-select {
    width: 100% !important;
}

.registration_input .nice-select ul, .checkout__input .nice-select ul {
    width: 100% !important;
    height: 250px !important;
    overflow: auto;
}

img.cart-img {
    max-width: 100px !important;
}

.sidebar__item li.active a {
    color: #E3000F !important;
    font-weight: 700;
    letter-spacing: 1px;
}

.product__details__pic__slider.owl-carousel .owl-item img {
    aspect-ratio: 1;
    object-fit: contain !important;
}

.checkout__input input {
    color: #1c1c1c !important;
}

/* favourite product */

.product__item__pic__hover li:hover span i {
    color: #ffffff;
    transform: rotate(360deg);
}

.product__item__pic__hover li span i{
    position: relative;
    transform: rotate(0);
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.product__item__pic__hover li:hover span {
    background: #e3000f;
    border-color: #e3000f;
}

.product__item__pic__hover li span{
    cursor: pointer;
}

.product__item__pic__hover li.favourite-product span{
    background-color: #e3000f !important;
    border-color: #e3000f !important;
}

.product__item__pic__hover li.favourite-product span i {
    color: #FFF !important;
}

.product__item__pic__hover li span {
    font-size: 16px;
    color: #1c1c1c;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ebebeb;
    background: #ffffff;
    display: block;
    border-radius: 50%;
    -webkit-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
}

.product__item__pic__hover li a {
    background-color: #E3000F !important;
    color: #FFF !important;
    border-color: #E3000F !important;
}

.product__details__text .add_to_favourite {
    cursor: pointer;
}

.product__details__text .add_to_favourite.favourite-product {
    background-color: #E3000F !important;
    color: #FFF !important;
}

.primary-text {
    color: #E3000F !important;
}

.hero_slider .hero__item {
    background-size: contain !important;
}

.hero__search__form form input {
    width: 80% !important;
}

.profile_sidebar li a,
.hero__search__form form input {
    color: #1c1c1c !important;
}

.profile_sidebar li a:hover,
.profile_sidebar li a.active {
    background-color: #E3000F !important;
    color: #FFF !important;
}

.dashboard-content {
    border: 1px solid #ebebeb;
    padding: 20px;
}

.dashboard-list li a {
    border-bottom: 1px solid #ebebeb;
    font-weight: 600;
    padding: 10px 15px;
}

.address-details {
    padding: 20px !important;
    width: auto;
    display: inline-block;
    box-shadow: 0px 2px 10px 0px #e7e7e7;
    border-radius: 10px;
}

/* product listing css start */

.product__item .product__item__pic__hover {
    top: 20px !important;
    width: unset !important;
    right: 20px !important;
    z-index: 99;
    opacity: 0;
    height: fit-content !important;
    transition: opacity 0s;
}

.product__item:hover .product__item__pic__hover {
    opacity: 1 !important;
}

.product__item .product__item__text{
    text-align: left !important;
}

.product__item {
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background-color: #FFF;
}

.product__item .product__item__text {
    padding: 10px 10px 0px !important;
    /* background: #E3000F !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; */
}

.product__item .product_add_to_cart {
    padding: 0px 10px 10px !important;
}

.product__item .product_add_to_cart input.primary-btn{
    padding: 10px 15px !important;
}

.product__item a:hover .product__item__text h6 {
    color: #E3000F !important;
}

.product__item .product__item__text h6 {
    min-height: 45px !important;
    font-weight: 600 !important;
    font-size: 17px !important;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
}

.product__item:hover {
    box-shadow: 0px 1px 10px 0px #e7e7e7;
    transition: transform .2s;
    transform: scale(1.02);
}

.product_add_to_cart h5 {
    font-size: 20px;
    font-weight: 700;
}

.product_add_to_cart h5 span {
    font-size: 17px !important;
    font-weight: 400;
}

.sidebar__item .latest-product__slider.owl-carousel .owl-nav{
    right: 5px !important;
    top: -69px !important;
}

/* product listing css End */
.header__top__right__profile {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.header__top__right__profile ul {
    background: #222222;
    width: 100px;
    text-align: left;
    padding: 5px 0;
    position: absolute;
    left: 0;
    top: 43px;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -ms-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    transition: all, 0.3s;
}

.header__top__right__profile:hover ul {
    top: 23px;
    opacity: 1;
    visibility: visible;
}

.header__top__right__profile ul li {
    list-style: none;
}

.header__top__right__profile ul li a {
    font-size: 14px;
    color: #ffffff;
    padding: 5px 10px;
}

.footer__widget ul {
    width: unset !important;
    float: unset !important;
    column-gap: 20px !important;
    row-gap: 10px !important;
}

h4.sidebar-heading {
    background: #E3000F;
    padding: 10px;
    color: #FFF !important;
    margin-bottom: 30px !important;
}

.sidebar__item ul {
    padding-left: 20px !important;
}
.product__details__text .product__details__price span{
    font-size: 20px;
}
.footer .hero__search__phone__icon:hover{
    background-color: #E3000F !important;
}
.footer .hero__search__phone__icon i {
    color: #E3000F !important;
}
.footer .hero__search__phone__icon:hover i {
    color: #FFF !important;
}
.footer .hero__search__phone__icon{
    height: unset !important;
    width: unset !important;
}
.footer .hero__search__phone__icon a{
    display: block;
    height: 50px !important;
    width: 50px !important;
}
.home-categories{
    height: 450px;
    overflow: auto;
}

.home-categories::-webkit-scrollbar-track, #products_name::-webkit-scrollbar-track, .checkout-product-list tbody::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

.home-categories::-webkit-scrollbar, #products_name::-webkit-scrollbar, .checkout-product-list tbody::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

.home-categories::-webkit-scrollbar-thumb, #products_name::-webkit-scrollbar-thumb, .checkout-product-list tbody::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #E3000F;
}
.hero__search{
    overflow: unset !important;
}
#products_name {
    display: none;
    list-style: none !important;
    background-color: #FFF;
    border: 1px solid #ebebeb;
    position: absolute;
    z-index: 999;
    width: 100%;
    max-height: 300px;
    overflow: auto;
}
#products_name .product-item{
    line-height: 1.8;
    padding: 10px;
    cursor: pointer;
}

#products_name .product-item:hover, #products_name .product-item.active {
    background-color: #f0f0f0;
}
.footer-play-store{
    width: 200px !important;
}
.header-play-store{
    width: 150px !important;
}
.checkout-product-list thead, .checkout-product-list tbody{
    display: block;
}
.checkout-product-list tbody{
    max-height: 200px !important;
    overflow: auto;
}
.login-modal-link{
    cursor: pointer;
}
#LoginModal img{
    max-width: 250px !important;
}
.select2-container .select2-selection--single{
    height: 44px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 42px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 42px !important;
}
.select2-container--default .select2-selection--single {
    border-color: #ebebeb !important;
}
.order-list-modal table th{
    border-top: unset !important;
}
#orders button.modalButton{
    background-color: #E3000F !important;
    padding: 5px 10px !important;
    border: unset !important;
    border-radius: 5px;
}
.order-list-modal img{
    width: 100px;
    aspect-ratio: 1 !important;
    object-fit: contain;
}
.order-list-modal .table td{
    vertical-align: middle !important;
}
body .categories__slider a:hover h5{
    color:#FFF !important;
}
@media only screen and (min-width:767px) {
    .modal-dialog{
        max-width: 600px !important;
    }
    .order-list-modal.modal-dialog{
        max-width: 800px !important;
    }
    .hero__search__form{
        width:475px !important;
    }
}

@media only screen and (max-width:767px) {
    h2{
        font-size: 32px !important;
    }
    .spad {
        padding-bottom: 40px !important;
    }
    .breadcrumb-section{
        padding: 30px 0px !important;
    }
    .breadcrumb__text h2{
        font-size: 36px !important;
    }
    .sidebar .sidebar__item:first-child{
        display: none !important;
    }
    .product__item .product__item__text h6{
        min-height: unset !important;
    }
    #frmSearch .filter__item > .row{
        flex-wrap: nowrap !important;
    }
    .featured .featured__filter{
        row-gap:20px !important;
    }
    .latest-product .row{
        row-gap:30px !important;
    }
    .latest-product__text h4{
        margin-bottom:30px !important;
    }
    .header__cart {
        padding-bottom: 10px !important;
    }
    footer.footer .row{
        row-gap:20px !important;
    }
    .footer__copyright, .footer__copyright__text, .footer__copyright__text p{
        margin: unset !important;
    }
}
.product__item {
    margin-bottom: 30px;
}
.product__item:hover{
    transform: scale(1.01) !important;
}
.breadcrumb-section.set-bg{
    background-color: #E3000F !important;
    background-image: unset !important;
}
hr {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.contact-form form select {
    width: 100%;
    height: 50px;
    font-size: 16px;
    color: #6f6f6f;
    padding-left: 20px;
    border: 1px solid #ebebeb;
    border-radius: 4px;
}

.contact-form form input,
.contact-form form select,
.contact-form form textarea {
    margin-bottom: 20px !important;
}

.contact-form form textarea {
    height: 100px !important;
}

.contact-form form .form-group input {
    width: unset !important;
    height: unset !important;
    margin-bottom: unset !important;
}

#product_inqury_modal .modal-header .close{
    padding: unset !important;
    margin: unset !important;
}

#product_inqury_modal .modal-header{
    align-items: center !important;
}