/* common css */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
*{
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
}
::-moz-selection {
    color: #fff;
    background: #be3240;
  }
  
  ::selection {
    color: #fff;
    background: #be3240;
  }
.width-100{
	width:100%;
	float: left;
}
body{
    background-color: #fafdfb;
    color:#868c8d;
}
.innerpage ul li{
    list-style: none;
}
.innerpage ol{
    padding-left: 16px;
}
a{
    text-decoration: none !important;
    outline: none !important;
}
.section-title{
    border-bottom: 1px solid #bf3540;
    margin-bottom: 10px;
 h2 {
    background-color: #bf3540;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: 0px 15px;
    display: inline-block;
    line-height: 35px;
    margin-bottom: 0;
    position: relative;
    &::after{
        content: " ";
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 36px solid #bf3540;
    position: absolute;
    right: -14px;
    top: 0;
    }
}
}
/* header */
.header__top {
    background-color: #BE3240;
    padding: 0 0;
    text-align: center;
    display: block;
    transition-duration: 1s;
    padding: 3px 0px;
    .top-contact p {
        font-size: 14px;
        color: #fff;
        font-weight: 500;
        text-transform: uppercase;
        line-height: 26px;
        margin-bottom: 0;
        text-align: left;
    }
    .c-topnav{
        ul{
            text-align: right;
            margin: 0px;
            padding: 0px;
            li{
                list-style: none;
                display: inline;
                a{
                    padding: 0px 10px;
                    color: #fff;
                    font-size: 11px;
                    text-transform: uppercase;
                    font-weight: 600;
                    display: inline-block;
                    line-height: 26px;

                }
                &:nth-last-child(1){
                    a{
                        padding-right: 0px;
                    }
                }
            }
        }
        
    }
}
.header__middle {
    background-color: #f9f9f9;
    padding: 0 0;
    .mobile-menu {
        position: absolute;
        top: 35px;
        left: 15px;
    }
    
    .site-logo {
        width: 180px;
        margin: 20px auto;
        img{
            width: 100%;
        }
    }
    .search-section {
        position: relative;
        display: none;
        input[type="text"] {
            border: 1px solid #dedede;
            border-radius: 0px;
        }
        .c-input {
            width: 100%;
            border-radius: 50px;
            padding: 8px 18px;
            border: none;
            outline: 0;
        }
        .btn {
            background-color: #be3240;
            padding: 5px 20px;
            color: #fff;
            text-transform: uppercase;
            font-weight: 600;
            position: absolute;
            font-size: 12px;
            top: 0;
            right: 0;
            border-radius: 0px;
            height: 42px;
        }
    }
    .cart-nav {
        text-align: right;
        margin-bottom: 0px;
        display: none;
        line-height: 28px;
        li{
            display: inline-block;
            position: relative;
            width: calc((100% - 20px) / 4);
            text-align: center;
            font-size: 0;
            a{
                padding: 10px 5px;
                font-size: 25px;
                text-align: center;
                display: block;
                &:hover{
                    background-color: #ddd;
                }
                i{
                    color: #be3240;
                    font-size: 25px !important;
                }
                span{
                    font-size: 12px;
                    line-height: 15px;
                    display: block;
                    text-align: center;
                    color: #de7781;
                    margin-top: 3px;
                    font-weight: 600;
                }
                
            }
            .shopping-cart .cart-cout, &.wishlist-block small.cart-cout {
                position: absolute;
                background-color: #3f3484;
                width: auto;
                height: 16px;
                border-radius: 50%;
                font-size: 12px;
                color: #fff;
                font-weight: bold;
                line-height: 16px;
                right: 10px;
                top: 3px;
                padding: 0 5px;
            }
            &::after{
                content: "";
                height: 30px;
                width: 1px;
                position: absolute;
                right: -1px;
                background-color: #d4d4d4;
                top: 50%;
                transform: translateY(-50%);
            }
            &:nth-last-child(1){
                a{
                    padding-right: 0px;
                }
                &::after{
                   display: none;
                }
            }
        }
    }
}
.c-header__bottom {
    background: #fff;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    .c-navigation ul li{
        a {
            padding: 16px;
            color: #444;
            font-size: 18px;
            font-weight: 500;
            &:hover{
                color: #BE3240;
            }
        }
&:nth-last-child(1) a{
color: #fff;
background: #414084;
}
    } 
}






/* Slider */
.slider{
    .slick-prev, .slick-next {
        top: -30px;
        z-index: 9999;
        width: 30px;
        height: 30px;
        padding: 4px;
        box-sizing: border-box;
        background: #be3240;
    }
    .slick-prev{
        left: auto;
        right: 40px;
    }
    .slick-next{
        right: 0;
    }
}
.na-details {
    padding: 4px;
    float: left;
    width: 100%;
    .na-inner{
        float: left;
    width: 100%;
    position: relative;
    padding:10px;
    background: #fff;
    a{
        img{
            width: 100%;
            height: 280px;
            object-fit: cover;
        }
    }
    .na-stamp {
        font-size: 14px;
        position: absolute;
        right: -6px;
        width: 70px;
        height: 70px;
        background-image: url(../images/offer-tag.png);
        background-size: 70px;
        top: -6px;
        color: #fff;
        text-align: center;
        line-height: 15px;
        font-weight: 700;
        padding: 20px;
        Span{
            font-size: 16px;
        }
    }
    .na-do-list {
        width: 100%;
        text-align: center;
        color: #000;
        background: rgba(255,255,255,0.8);
        margin-top: -56px;
        padding: 10px;
        z-index: 999;
        position: relative;
        opacity: 0;
        a{
            font-size: 24px;
            color: #444141;
            padding: 0px 12px;
            &:hover{
                color: #000;
            }
        }
    }
    .na-tetle-an-add {
        width: 100%;
        text-align: center;
        float: left;
       
        h3{
            margin-bottom: 0px;
            
            a{
                color: #565656;
                display: inline-block;
                line-height: 24px;
                -webkit-transition-duration: 500ms;
                transition-duration: 500ms;
                outline: none;
                cursor: pointer;
                font-size: 18px;
                max-width: 100%;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
                margin-top: 10px;
                margin-bottom: 0px;
                &:hover{
                    color: #000;
                }
            }
        }
        p{
            font-size: 14px;
            margin-bottom: 0px;
            &.price{
                font-size: 18px;
                font-weight: 700;
                i{
                    font-size: 16px;
                }
                span{
                    color: #BE3240;
                    text-decoration: line-through;
                    margin-left: 5px;
                }
            }
        }
    }
    &:hover{
        .na-do-list{
            opacity: 1;
        }
    }
    }
}
.footer-top {
    color: #fff;
    background: #272823;
    h3 {
        font-size: 24px;
        margin-bottom: 16px;
        padding-bottom: 8px;
        border-bottom: 1px dotted;
    }
    ul{
        margin: 0px;
        padding: 0px;
        li{
            list-style: none;
            margin-bottom: 6px;
        }
    }
    a{
        color:#fff;
        font-weight: 600;
        &:hover{
            color: #BE3240;
        }
    }
    button{
        position: absolute;
        top: 0;
        right: 0;
        min-height: 46px;
    }
    input{
        min-height: 46px;
        margin-bottom: 12px;
        
    }
    form {
        float: left;
        width: 100%;
        margin-bottom: 12px;
        & ~ p{
            font-size: 14px;
        }
    }
    
}
.copy-right{
    background-color: #161614;
    color: #777;
    font-size: 12px;
    a{
        color:#fff;
        font-weight: 600;
        &:hover{
            color: #BE3240;
        }
    }
}

.Upanyas {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    .Upanyas-list {
        width: 49%;
        box-sizing: border-box;
        padding: 10px;
        .Upanyas-img {
            float: left;
            width: 80px;
            img{
                width: 100%;
                height: 80px;
                object-fit: cover;
                object-position: center;
            }
        }
        .Upanyas-cont {
            float: left;
            width: calc(100% - 80px);
            padding-left: 10px;
            h3{
                font-weight: 700;
                font-size: 14px;
                color: #be3240;
            }
            p{
                font-size: 12px;
                font-weight: 300;
                margin-bottom: 4px;
                &.price{
                    font-weight: 600;
                    color: #be3240;
                    
                    span{
                        padding-right: 8px;
                        color: #000;
                        
                        text-decoration: line-through;
                    }
                }
            }
        }
    }
}

nav{
    .breadcrumb{
        background: transparent;
        padding: 0px;
        li{
            font-weight: 500;
            &.active{
            color: #2E3333;
            }
            a{
                color: #777;
            }
        }
    }
}
.filter-list {
    width: 100%;
    float: left;
    max-height: 300px;
    overflow: auto;
    h4{
        color: #BE3240;
        font-size: 18px;
        font-weight: 700;
    }
    ul{
        li{
            list-style: none;
            a{
                color: #868C8D;
                font-size: 12px;
                &:hover{
                    color: #BE3240;
                }
            }
        }
    }
}
.Showing-rz{
    color: #000;
}

.innerpage{
    .pagination {
        li{
            padding: 4px;
            a{
                border: none;
                color: #000;
                min-width: 30px;
                &:hover,
                &.active{
                    background: #BE3240;
                    border-radius: 50%;
                    color: #fff;
                }
            }
            
        }
    }
    .na-details.top-add{
        margin-bottom: 20px;
        border: 1px solid #ccc;
    }
    .na-do-list-bt {
        width: 100%;
        text-align: center;
        color: #000;
        background: rgba(255,255,255,0.8);
        padding: 10px;
        z-index: 999;
        position: relative;
        float: left;
        a{
            font-size: 24px;
            color: #444141;
            padding: 0px 12px;
            &:hover{
                color: #000;
            }
        }
    }
}

.fil-l-bt .na-details {
    border: 1px solid #f2f2f2;
    padding: 0px;
    margin: 0px;
    .na-inner{
        padding: 4px;
    }
}

.dtl-view-img {
    width: 100%;
    margin-bottom: 16px;
    float: left;
    a{
        width: 100%;
        img{
            width: 100%;
            max-height: 450px;
            object-fit: cover;
        }
    }
}
.btm-gri-img {
    display: flex;
    width: 100%;
    float: left;
    justify-content: center;
    margin-bottom: 16px;
    img{
        width:80px;
        border: 2px solid #f2f2f2;
        height: 120px;
        object-fit: cover;
    }
    
}
.prd-details{
    h2 {
        font-size: 30px;
        color: #000;
        font-weight: 600;
    }
    h3{
        color: #152C64;
        font-size: 20px;
        font-weight: 600;
    }
    p.price{
        font-size: 28px;
        
        color: #BE3240;
        span{
            color: #464646;
            text-decoration: line-through;
        }
        i{
            font-size: 24px;
        }
    }
    p.offer {
        color: green;
        font-size: 22px;
        font-weight: 600;
    }
    p{
        margin-bottom: 8px;
    }
}
.category{
    p{
        a{
            color: #000;
            font-weight: 600;
        }
    }
}
.cod-checker {
    float: left;
    padding: 16px;
    border: 1px solid #ccc;
    width: 100%;
    margin: 16px 0px;
    input {
        width: 100%;
        padding: 10px;
    &[type="submit"]{
        border: 1px solid #BE3240;
        background: #BE3240;
        color: #fff;
        min-height: 48px;
        border-radius: 0px !important;
    }
}
    
}
.quick_buy_container {
    width: 100%;
    float: left;
    button {
        min-height: 40px;
        padding: 0px 18px;
        border: none;
        background:#BE3240;
        color: #fff;
    }
    .quantity {
        
        width: 40px;
        display: inline-block;
        input[type="number"] {
            width: 100%;
            text-align: center;
            min-height: 40px;
        }
    }
}
.innerpage{
    .Upanyas .Upanyas-list {
        width: 100%;
        border: 1px solid #ccc;
    }
}

.innerpage form{
    padding: 50px;
    background: rgba(255,255,255,0.8);

    .form-control{
        border-radius: 0px;
    }
    button{
        &.btn{
            border-radius: 0px;
            min-width: 120px;
            background: #BE3240;
            padding: 9px;
            border: 1px solid #BE3240;
            &:hover{
                background: #000;
                border: 1px solid #a1a1a1;
            }
        }
    }
}

.review-dtl {
    display: flex;
    width: 100%;
    float: left;
    margin-bottom: 16px;
    line-height: 14px;
    .ret-mark,
    .rating {
        min-width: 50px;
        float: left;
    }
    .progress {
        float: left;
        width: calc(100% - 100px);
        margin: 0px 10px;
    }
}

.star-rating .form-check {
    position: relative;
    
    label.form-check-label {
        position: absolute;
    }
    
    input:not(:checked) ~ label{
        color: #be3240;
        opacity: 1;
    
    }
    input{
        opacity: 0;
        & ~ label{
            color: #404040;
            opacity: 0.25;
        }
    }
    input:checked ~ label{
        color: #be3240;
        opacity: 1;
    }   
    &.active ~ .form-check{
        input:not(:checked) ~ label{
            color: #404040;
            opacity: 1;
        
        }
    }
}

.wislist-det{
    a.an-img {
        width: 120px;
        float: left;
        img{
            height: 175px;
        }
    }
   .na-inner .na-tetle-an-add {
        width: calc(100% - 250px);
        text-align: left;
        padding-left: 20px;
        h3{
            small{
                display: block;
                font-size: 14px;
                color: green;
                font-weight: 600;
                margin-bottom: 4px;
            }
            a{
                margin: 0px;
                font-size: 30px;
                
            }
        }
        a.btn.ad-acrt {
            background: #be3240;
            border-radius: 0px;
            color: #fff;
            margin-top: 10px;
            &:hover{
                background: #000;
            }
        }
    } 
    .in-stok {
        position: absolute;
        right: 10px;
        background: #fff;
        color: #fff;
        padding: 2px;
        min-width: 86px;
        text-align: center;
        border: 3px solid;
        color: green;
        border-radius: 10px;
    }
}
.c-header__botto.fixed-top{
    animation-name: top-fix;
  animation-duration: 2s;
  transition: all 2s;
}
.publisher-list {
    width: 100%;
    float: left;
    margin-bottom: 16px;
    .publisher-list-title {
        padding:8px 10px;
        background: #be3240;
        color: #fff;
        font-size: 20px;
        font-weight: 700;
    }
    .publisher-list-cont {
        float: left;
        padding: 10px;
        background: #f2f2f2;
        width: 100%;
        ul{
            width: 100%;
            float: left;
            height: 150px;
            overflow: auto;
            li{
                margin-bottom: 8px;
                a{
                    color: #777;
                    font-weight: 600;
                    &:hover{
                        color: #000;
                    }
                }
            }
        }
    }
}

.catr-details{
    table{
        border: 2px solid #f2f2f2;
        thead{
            tr{
                th{
                    color: #fff;
                    background: #be3240;
                }
            }
        }
        tbody{
            tr{
                td{
                    &.product-remove{
                        a{
                        color: #be3240;
                        font-size: 24px;
                        font-weight: 700;
                        }
                    }
                    a{
                        color: #000;
                        &:hover{
                            color: #be3240;
                        }
                       
                        
                    }
                    button{
                        background: #be3240;
                        color: #fff;
                        padding: 10px;
                        border: none;
                        }
                        .coupon {
                            width: calc(100% - 125px);
                            float: left;
                            input{
                                min-height: 46px;
                                padding: 8px;
                                border: 1px solid #f2f2f2;
                            }
                            & ~ button{
                                min-width: 125px;
                                padding: 8px 20px;
                                min-height: 46px;
                            }
                        }
                }
            }
        }
    }
    .quantity input[type="number"] {
        width: 45px;
        text-align: center;
        min-height: 32px;
        border: 1px solid #ccc;
    }
    a.checkout-button {
        padding: 10px 16px;
        background: #be3240;
        margin-bottom: 20px;
        color: #fff;
        display: block;
        max-width: 175px;
        text-align: center;
        float: right;
    }
    .bg-tr{
        background: transparent !important;
        a{
            margin-bottom: 10px;
        }
    }
    section.shipping-calculator-form p input, section.shipping-calculator-form p select {
        width: 100%;
        min-height: 38px;
        padding: 4px;
        border: 1px solid #f2f2f2;
    }
    .cart_totals  table tbody{
        tr{
            th{
                background: #be3240;
                min-width: 100px;
                width: 100px;
                color: #fff;
            }
        }
    }
}
@keyframes top-fix {
  from {top: -100px;}
  to {top: 0px;}
}

.dropdown-menu.megamenu {
    min-width: 1110px;
    column-count: 3;
    padding: 16px;
    z-index: 99999;
    h4{
        color: #be3240;
    }
    a.dropdown-item {
        padding: 4px !important;
        font-size: 12px;
        &:hover{
            background: transparent !important;
        }
    }    
}
/* responsive */
@media (min-width: 1025px){
    .c-header__top {
        text-align: right;
        display: block;
    }
    .mobile-menu {
        display: none;
    }
    .site-logo {
        max-width: 180px;
        margin: 0 0;
        text-align: left;
    }
    .header__middle {
        z-index: 99999;
        .search-section {
            display: block;
        }
        .cart-nav {
            display: block;
        }
        .mobile-search-head {
            display: none;
        }
    }
    }

@media (max-width: 575.98px) { 
    p.bottom-inst.m-0 {
        text-align: center;
    }
    .copy-right .col-md-3.text-right {
        text-align: center !important;
    }
    .add-tis{
        img{
            margin-bottom: 16px;
        }
    }
    .fil-l-bt {
        display: none;
    }
    .mobile-search-head .cart-icon .cart-cout {
        position: absolute;
        background-color: #3f3484;
        width: auto;
        height: 16px;
        border-radius: 50%;
        font-size: 10px;
        color: #fff;
        font-weight: bold;
        line-height: 16px;
        right: -8px;
        top: -3px;
        padding: 0 5px;
    }
    .shopping-cart .cart-cout, .wishlist-block small.cart-cout {
        position: absolute;
        background-color: #3f3484;
        width: auto;
        height: 16px;
        border-radius: 50%;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        line-height: 16px;
        right: 10px;
        top: 3px;
        padding: 0 5px;
    }
    .col-md-3.remove-margin {
        a{
            color: #be3240;
            position: relative;
            padding: 2px 2px;
            margin-left: 14px;
            font-size: 22px;
        }
        position: absolute;
        top: 38px;
        right: 15px;
        text-align: right;
        max-width: 165px;
        width: 165px;
    }
    .Upanyas .Upanyas-list {
        width: 100%;
    }
    .header__middle .site-logo {
        width: auto;
        margin: 28px 40px;
    }
    .header__middle .site-logo img {
        width: 140px;
    }
    .mobile-menu a {
        color: #be3240;
        font-size: 26px;
    }
    .header__top {
        display: none;
    }
}
@media (min-width: 576px) and (max-width: 767.98px) {
    .fil-l-bt {
        display: none;
    }
    .add-tis{
        img{
            margin-bottom: 16px;
        }
    }
    p.bottom-inst.m-0 {
        text-align: center;
    }
    .copy-right .col-md-3.text-right {
        text-align: center !important;
    }
    .mobile-search-head .cart-icon .cart-cout {
        position: absolute;
        background-color: #3f3484;
        width: auto;
        height: 16px;
        border-radius: 50%;
        font-size: 10px;
        color: #fff;
        font-weight: bold;
        line-height: 16px;
        right: -8px;
        top: -3px;
        padding: 0 5px;
    }
    .shopping-cart .cart-cout, .wishlist-block small.cart-cout {
        position: absolute;
        background-color: #3f3484;
        width: auto;
        height: 16px;
        border-radius: 50%;
        font-size: 12px;
        color: #fff;
        font-weight: bold;
        line-height: 16px;
        right: 10px;
        top: 3px;
        padding: 0 5px;
    }
    .col-md-3.remove-margin {
        a{
            color: #be3240;
            position: relative;
            padding: 2px 2px;
            margin-left: 14px;
            font-size: 22px;
        }
        position: absolute;
        top: 38px;
        right: 30px;
        text-align: right;
        max-width: 165px;
        width: 165px;
    }
    .mobile-menu a {
        color: #be3240;
        font-size: 26px;
    }
    .header__top {
        display: none;
    }
}
@media(max-width: 767.98px) {
    .dropdown-menu.megamenu {
        min-width: 100%;
        column-count: auto;
        padding: 16px;
        z-index: 99999;
        overflow-y: scroll !important;
        max-height: 90vh;
    }
    .colse.d-block.d-md-none {
        right: 12px;
        position: absolute;
        width: 40px;
        height: 40px;
        border: 2px solid #be3240;
        color: #be3240;
        text-align: center;
        line-height: 38px;
        border-radius: 50%;
        top: 10px;
        z-index: 99999;
    }
    .c-header__bottom {
        /* display: block; */
        top: 0px;
        position: fixed;
        height: 100vh;
        overflow: auto;
        left: 0;
        z-index: 99999;
        transform: translate(-100%);
        padding: 30px 16px;
        &.show{
            transform: translate(-0%);
            transition: all 0.98s;
        }
        ul{
            li{
                display: block;
                width: 100%;
            }
        }
    }
}
@media (min-width: 768px) and (max-width: 991.98px) {
    .dropdown-menu.megamenu {
        min-width: 640px;
    }
    .innerpage .na-do-list-bt a {
        padding: 0px 4px;
    }
    .quick_buy_container button {
        padding: 0px 12px;
    }
    .listing-page .na-details .na-inner a img {
        height: 160px;
    }
    .listing-page .innerpage .na-do-list-bt a {
        font-size: 16px;
        padding: 0px 4px;
    }
    .header__top .top-contact p {
        font-size: 12px;
    }
    .section-title h2 {
        font-size: 14px;
        line-height: 36px;
    }
    .header__middle .cart-nav li a span {
        font-size: 8px;
    }
    .c-header__bottom .c-navigation ul li a {
        padding: 16px 12px;
        font-size: 14px;
    }
    .c-header__top {
        text-align: right;
        display: block;
    }
    .mobile-menu {
        display: none;
    }
    .site-logo {
        max-width: 100%;
        margin: 0 0;
        text-align: left;
    }
    .header__middle {
        z-index: 99999;
        .search-section {
            display: block;
        }
        .cart-nav {
            display: block;
        }
        .mobile-search-head {
            display: none;
        }
    }

}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .dropdown-menu.megamenu {
        min-width: 920px;
    }
    .c-header__top {
        text-align: right;
        display: block;
    }
    .mobile-menu {
        display: none;
    }
    .site-logo {
        max-width: 100%;
        margin: 0 0;
        text-align: left;
    }
    .header__middle {
        z-index: 99999;
        .search-section {
            display: block;
        }
        .cart-nav {
            display: block;
        }
        .mobile-search-head {
            display: none;
        }
    }

}
