
body {
    margin: 0;
    font-family: 'Barlow', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

/* 'Playfair Display', serif */

html {
  scroll-behavior: smooth;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding:1.5rem 0rem 1.5rem 1.5rem;
	background: transparent;
}
a.navbar-brand.header_logo {
    width: 200px;
}
ul.navbar-nav.ml-auto {
    /*background-color: #1c1b1b;*/
	background-color: #05172f;
    padding: 5px 15px;
    border-radius: 25px 0 0 25px;
}
header {
    position: fixed;
    top: 15px;
    right: 0;
    width: 100%;
    z-index:99999;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    font-size: 16px;
    padding: 0.5rem 1rem;
    font-family: 'Barlow', sans-serif;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .nav-link.active {
    color: #ffcc01;
}
li.nav-item {
    position: relative;
}
.dropdown-menu.cstm_menu_dropdown {
    border: none;
    background-color: #05172f;
}

.dropdown-menu.cstm_menu_dropdown a {
    color: #fff;
    font-family: 'Barlow', sans-serif;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff !important;
    text-decoration: none !important;
    background-color: transparent !important;
}

.error {
    color: red;
}

/************************************/

section{float:left;width:100%;position:relative;}
.banner_section {
    position: relative;
    height: 100%;
}

.banner_section img {
    height: 100vh;
    width: 100%;
}
.banner_content {
    position: absolute;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    width: 90%;
    top: 0;
    z-index: 9;
    left: 5%;
    right: 5%;
}
.banner_content h2 {
    margin: 0;
    color: #fff;
    font-size: 60px;
    text-align: center;
	/* font-family: 'Playfair Display', serif; */
	text-shadow: 2px 2px 4px #000;
	font-weight: 700;
}
.owl-nav button:focus {
    outline: none;
    box-shadow: none;
}

.banner_logo_img {
    /* box-shadow: 0px 0px 15px #000; */
    /* padding: 10px; */
    /* background-color: #fff; */
    width: 350px;
}



/*****************************************/

#product_category {
    background-image: url(../images/category-bannner.jpeg);
    height: 100%;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    float: left;
    width: 100%;
	background-attachment: fixed;
}

.section_padding {
    padding: 50px 0;
}
.category_haeding h3 {
    margin: 0;
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    width: fit-content;
    background-color: #011842;
    padding: 10px 50px;
    border-radius: 0px 25px 25px 0px;
}
.category_div {
    float: left;
    width: 100%;
    background-color: #fff;
    padding: 5px;
}

.product_category_content {
    background-color: #d8dadd;
    float: left;
    width: 100%;
    padding: 15px 15px;
    margin-top: 5px;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 10vh;
}

.product_category_img {
    float: left;
    width: 100%;
    height: 280px;
}
.product_category_img img {
    height: 100%;
    width: 100%;
}
.product_category_content h5 {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1c1b1b;
    text-transform: uppercase;
    text-align: center;
    margin: 0;
}
.top_category {
    background-color: #01184285;
}

footer {
    float: left;
    width: 100%;
    background-color: #05172f;
    color: #fff;
    padding: 15px 0;
}

.copyright_div p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: 'Barlow', sans-serif;
}

.powerdby_div p {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Barlow', sans-serif;
}

.copyright_div {
    text-align: left;
}

.powerdby_div {
    text-align: right;
}

.powerdby_div p a {
    color: #ffcc01;
}
.owl-nav {}

.owl-nav button.owl-prev {
    position: absolute;
    left: 2%;
    top: 50%;
}

.owl-nav button.owl-next {
    position: absolute;
    right: 2%;
    top: 50%;
}

.owl-nav button.owl-prev span {
    color: #fff;
    font-size: 50px;
}

.owl-nav button.owl-next span {
    color: #fff;
    font-size: 50px;
}


/******************** SLIDER CODE ********************/

#slider .item {
    height: 100%;
    width: 100%;
	position: relative;
}

#slider .owl-carousel {
    height: 100%;
}

#slider .owl-stage-outer {
    height: 100%;
}

#slider .owl-stage {
    height: 100%;
}

#slider .owl-item {
    height: 100%;
}

#slider .item img {
    height: 100%;
    width: 100%;
}
#slider {
    height: 100vh;
}
#slider .item:after {
    content: '';
    background-color: #01184254;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.store_inner_div_content{
    padding: 0px 75px 0px 73px;
}














