body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    color: #303030;
    font-family: 'poppinsregular' !important;
}

@font-face {
    font-family: 'barlow_condensedregular';
    src: url('../font/barlowcondensed-regular-webfont.woff2') format('woff2'), url('../font/barlowcondensed-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppinsregular';
    src: url('../font/poppins-regular-webfont.woff2') format('woff2'), url('../font/poppins-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.store_nav {
    border-bottom: 4px solid #e3e3e3;
}

    .store_nav .nav-link {
        font-size: 18px;
        padding: 3px 10px;
        line-height: 18px;
    }

.search_wrp button {
    position: absolute;
    right: 10px;
    top: 6px;
}

    .search_wrp button i {
        font-size: 25px;
    }

.banner_area {
    height: 450px;
}

    .banner_area img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.square_pic {
    height: 615px;
}

    .square_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.rect_pic {
    height: 300px;
    margin-bottom: 15px;
}

    .rect_pic img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.card {
   
    border: 0px!important;
  
}						  
.card-img {
    max-height: 300px;
    padding: 10px;
}

    .card-img img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.video_wrp {
    height: 500px;
}

    .video_wrp video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}
.carousel-control-prev .bg-transparent {
    background-color: inherit !important;
}
.carousel-control-next .bg-transparent {
    background-color: inherit !important;
}

.modal-content {
  
    background-color: #000!important;
     border:0px!important; 
   
}
.modal-footer {
    border-top: 0px !important;
}
.modal-body {
     background: #000!important; 
   
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 3rem!important;
    height: 3rem!important;
    background-color: #000 !important;
}
header {
    background: #7d3c92;
    padding: 0.5rem;
}

.menu {
    padding-top: 5px;
}

.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .menu ul li {
        display: inline-block;
        position: relative;
    }

        .menu ul li a {
            color: #fff;
            text-decoration: none;
            font-family: 'barlow_condensedregular';
            font-size: 16px;
            text-transform: uppercase;
            padding: 0 5px;
			 cursor:pointer;
        }
 .menu-icon ul li a {
                cursor:pointer;
                font-size: 20px;
                
            }
         .menu ul li a:hover {
                color: #d477f2;
                text-decoration: underline;
               
            }
        .menu ul li select {
            background: none;
            border: 0;
            color: #fff;
            color: #fff;
            text-decoration: none;
            font-family: 'barlow_condensedregular';
            font-size: 20px;
            text-transform: uppercase;
            padding: 0 5px;
        }

            .menu ul li select:focus {
                outline: 0;
            }

            .menu ul li select option {
                color: #000;
                font-size: 14px;
            }

.badge {
    border-radius: 1em;
    font-size: 10px;
    left: 26px;
    padding: 3px 4px 1px;
    position: absolute;
    top: -2px;
    font-size: .5em !important;
}

.bg-maincolor {
    background-color: #f56981;
}

.footer_top {
    background: #0e0e11;
    background-image: url('../image/footer-strip-purple.png');
    background-repeat: repeat-x;
    background-position-y: bottom;
    padding:2rem 0;
    color: #ccc;
}

.footer_top ul{
    list-style: none;
    margin:0;
    padding:0;
}

    .footer_top ul li {
        font-size: 14px;
        padding-bottom: 5px;
    }

    .footer_top ul li a {
        color: #fff;
        text-decoration: none;
    }

.footer_bottom {
    background-color: #202022;
    padding: 2rem 0;
    color: #afacac;
}

    .footer_top p, .footer_bottom p {
        font-size: 16px;
    }

    .footer_bottom i {
        border: 1px solid #afacac;
        padding: 5px;
        border-radius: 50%;
        margin-right: 8px;
    }