@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css2?family=Krub:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap');

@media only screen and (max-width: 1199px) {
}


 ol, ul, li {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
    display: block;
}
body {
}
ol, ul {
    list-style: none;
}




body{
	font-family: 'Open Sans', sans-serif;
    font-family: "Krub", sans-serif;
}
h1, h2, h3 {
    font-weight: 700;
    font-family: "Libre Bodoni", serif;
}
img{
    max-width: 100%;
}
.top-blue-boredr {
    float: left;
    width: 100%;
    background: #23418D;
    height: 10px;
    box-shadow: 0 0 10px rgb(67 66 66 / 25%);
    margin-bottom: 15px;
}
@media only screen and (max-width: 1920px) {
    .container{}
}
.custom-secondary svg rect{
    stroke: #212529;
}
.custom-secondary svg{
    position: relative;
    top: -2px;
    right: 5px;
}
.custom-secondary {
    border: 1px solid #F5F5F5;
    border-radius: 30px;
    color: #212529;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    margin-top: 10px;
    background: transparent;
}
/*.custom-secondary:before {
    display: inline-block;
    position: absolute;
    content: "";
    top: 18px;
    right: 15px;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    border-right: 2px solid #212529;
    border-bottom: 2px solid #212529;
}*/
.top-search .btn {
    border-radius: 0;
    display: block;
    width: 120px;
    border: none;
    background: #F7AA3F;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 10px;
    font-size: 14px;
}
.top-search .svg-icon{
    width: 16px;
}
.top-search {
    border: 1px solid #ccc;
    padding: 0;
    border-radius: 35px;
    background: #F7F7F7;
    margin-top: 10px;
}
.top-search .form-control {
    border: none;
    background: transparent;
    font-size: 14px;
    padding: 10px 15px;
}
.logo{
    padding: 0;
}
.top-user{
    list-style: none;
    display: block;
    margin: 0;
    margin-top: 17px;
    padding: 0;
    text-align: right;
}
.top-user li{
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-left: 20px;
}
.top-user li a{
    text-decoration: none;
    color: #212529;
}
.top-user li span{
    color: #23418D;
}
.nav-box {
    margin-top: 10px;
    border-radius: 5px;
    background: #F3F3F3;
    border: 1px solid #F7F7F7;
}
.nav-box .top-user span{
    color: #999999;
}
.cart-box {
    background: #23418D;
    margin: 0;
    display: block;
    width: 128px;
    float: right;
    padding: 0;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.cart-box li {
    display: inline-block;
    padding: 15px 10px;
}
.pad-r-0{
    padding-right: 0;
}
.cart-box li span {
    background: #F7AA3F;
    color: #fff;
    width: 18px;
    height: 18px;
    float: right;
    border-radius: 50%;
    font-size: 12px;
    position: relative;
    left: -5px;
    top: -5px;
    border: 1px solid #23418d;
}
.nav-box-d .nav-link {
    font-size: 14px;
    font-weight: 500;
    color: #212529;
    padding: 10px 12px !important;
}
.nav-box-d .nav-link.active{
    color: #23418D;
}
.categories-item{
}
#carousel03{
    margin-top: 10px;
}
#carousel03 .owl-item img{
    width: auto;
    max-width: 100%;
    float: left;
    display: inline-block;
}
.categories-item div{
    float: left;
    font-size: 12px;
    display: inline-block;
    margin-left: 10px;
}
.categories-item div label{
    display: block;
    font-weight: 600;
    margin-top: 7px;
}
.main-slider .carousel-item{
    background: #F3F7FF;
    min-height: 300px;
    border-radius: 10px;
}
.main-slider #carouselExampleCaptions{
    padding: 0;
    margin-top: 10px;
}
.heading-style{
    font-size: 35px;
    color: #1E1E1E;
    margin-top: 50px;
}
.heading-style span{
    color: #F7AA3F;
}
.main-slider-content {
    margin: 0;
    padding: 10px;
    list-style: none;
    display: block;
    width: 100%;
    background: #F3F7FF;
    border-radius: 10px;
    float: left;
    text-align: center;
    margin-top: 10px;
}
.main-slider-content li{
    width: 30%;
    display: inline-block;
    float: left;
}
.main-slider-content li:nth-child(2){
    width: 40%;
    display: inline-block;
    float: left;
}
.top-one{
    background: #F9FAFF;
    border-radius: 10px;
    padding-top: 10px;
}
.top-one h2 {
    font-size: 32px;
    display: block;
    float: left;
    margin-top: 15px;
}
.top-one h2 span{
    display: block;
    color: #23418D;
}
.top-one div{
    padding: 0 20px;
}
.pad-l-0{
    padding-left: 0;
}
.featured-products, .trending-now {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.head-part{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.clr{
    color: var(--orangish);
}
.link-btn{
    text-decoration: none;
    color: darkblue;
    padding: 5px;
    border-radius: 4px;
    background-color: skyblue;
}
.box{
    border: 1px solid lightgrey;
    display: flex;
    flex-direction: row;
    border-radius: 5px;    
    align-items: center;
    position: relative;
    margin-bottom: 20px;
}
.mg{
    margin-bottom: 25px;
}
.box img{
   padding: 20px 10px;
}
.favorites-heart {
    position: absolute;
    right: 10px;
    top: 8px;
}
.favorites-heart i {
    font-size: 20px;
    color: #C4C2C0;
}
.product-point {
    font-weight: 600;
    margin-bottom: 0;
    font-size: 14px;
}
.product-text {
    color: #0D233E;
    font-size: 14px;
    margin-top: 15px;
    font-weight: 500;
}
.featured-product-box .button {
    background: #DCE6FF;
    border: none;
    padding: 5px 20px 10px;
    font-size: 14px;
    color: #23418D;
    border-radius: 30px;
    margin-top: 20px;
}
.featured-product-box .border {
    border: 1px solid grey;
    border-radius: 7px;
    float: left;
    width: 100%;
    padding: 10px;
    flex-direction: row;
    align-items: center;
    position: relative;
    display: flex;
    min-height: 330px;
}
.featured-product-box .img{
text-align: center;
}

.featured-product-box .img1{
   padding-top:5px;
   padding-bottom:5px;
}
.featured-product-box .img-align{
   text-align: end;
}
.featured-product-box .small-btn{
   font-size:14px;
   color:#23418D;
   border:1px solid #8c99bc;
   padding:4px;
   background-color:#8c99bc;
   border-radius:2px;
}
.featured-product-box .flex{
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.featured-product-box{}
.owl-carousel .owl-item img{
    width: auto;
    max-width: 100%;
}
.featured-product-box-favorites{
    float: right;
}
.featured-product-box-content{
    display: block;
    float: left;
    width: 100%;
}
.featured-product-box-content img{
    margin: 0 auto !important;
}
.best-selling{
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    padding: 15px;
}
.best-selling .box {
    border: none;
    margin-bottom: 0;
}
.best-selling .box img {
    padding: 15px 10px;
}
.featured-product-box .button .bi {
    font-size: 20px;
    margin-right: 5px;
}
.product-point span{
    color: #F7AA3F;
    font-weight: normal;
}
.trending-now .product-text {
    margin-top: 0;
    margin-bottom: 5px;
}
.heading-with-border{
    border-bottom: 1px solid #D9D9D9;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
#carousel04{
    float: left;
    width: 100%;
}
.heading-with-border .heading-style{
    margin-top: 0;
    margin-bottom: 0;
    float: left;
}
.heading-with-border:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    background: #F7AA3F;
    height: 3px;
    width: 60px;
    border-radius: 5px;
    border-right: 15px solid #fff;
}
.primary-btn-custome {
    color: #23418D;
    font-size: 14px;
    background: #DCE6FF;
    border: none;
    float: right;
}
.best-selling .heading-with-border{
    float: none;
    margin-bottom: 10px;
}
.best-selling .heading-with-border .heading-style{
    float: none;
    font-size: 20px;
}
.new-products-wrapper{
    float: left;
    width: 100%;
}
.new-products-wrapper #carousel05{
    float: left;
    width: 100%;
}
.top-one .btn-primary {
    border: none;
    background: #23418d;
    font-size: 14px;
    padding: 12px 15px;
}
.btn:hover{
    background: #F7AA3F;
}
footer{
    background: #23418D;
    padding: 25px 0;
    float: left;
    width: 100%;
    margin-top: 30px;
}
footer p{
    margin-bottom: 0;
    color: #fff;
    font-size: 16px;
}
.top-logo-box{
    padding: 0;
    margin:0;
    list-style: none;
}
.logo{
    width: 10%;
    float: left;
}
.categories-dropdown{
    width: 17%;
    float: left;
    padding: 0 10px;
}
.top-searh-box{
    width: 48%;
    float: left;
    padding: 0 10px;
}
.logout-box{
    width: 25%;
    float: left;
    padding: 0 10px;
}
.top-logo-box .dropdown-toggle::after{
    display: none;
}
.d-m{
    display: none;
}

.navigation {
  position: fixed;
  width: 335px;
  height: 70px;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
  bottom: 0;
  left: 23%;
}

.navigation ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  padding: 0;
}
.navigation ul li {
  position: relative;
  list-style: none;
  width: 70px;
  height: 70px;
  z-index: 1;
}
.navigation ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  color: #333;
  font-weight: 500;
}
.navigation ul li a .icon {
  position: relative;
  display: block;
  line-height: 75px;
  text-align: center;
  transition: 0.5s;
}
.navigation ul li.active a .icon {
  color: #fff;
}
.navigation ul li a .icon i {
  font-size: 20px;
}
.navigation ul li a .title {
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translate(-50%, 15%);
  width: auto;
  background: #fff;
  padding: 5px 10px;
  border-radius: 7px;
  transition: 0.5s;
  opacity: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  visibility: hidden;
}
.title-nav {
    top: -220px !important;
    width: 100px !important;
    left: 65% !important;
    padding: 0 !important;
    border: 2px solid #fff;
}
.title-nav b {
    display: block;
    text-align: center;
    padding: 5px 0;
    background: #23418d;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #fff;
}
.navigation ul li:hover a .title {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 50%);
}
.navigation ul li a .title::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #fff;
  bottom: -8px;
  left: 48%;
  transform: rotate(45deg) translateX(-50%);
  border-radius: 2px;
}
.navigation ul .indicator {
  position: absolute;
  left: 0;
  width: 70px;
  height: 70px;
  transition: all 0.5s;
}
.navigation ul .indicator::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #333;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: 0.5s;
}
.navigation ul li:nth-child(1).active ~ .indicator {
  transform: translateX(calc(51px * 0));
  left: -6px;
}
.navigation ul li:nth-child(2).active ~ .indicator {
  transform: translateX(calc(50px * 1));
}
.navigation ul li:nth-child(3).active ~ .indicator {
  transform: translateX(calc(52px * 2));
}
.navigation ul li:nth-child(4).active ~ .indicator {
  transform: translateX(calc(54px * 3));
}
.navigation ul li:nth-child(5).active ~ .indicator {
  transform: translateX(calc(54px * 4));
}
.navigation ul li:nth-child(6).active ~ .indicator {
  transform: translateX(calc(54px * 5));
}

.navigation ul li:nth-child(1).active ~ .indicator::before {
  background-color: #23418d;
}
.navigation ul li:nth-child(2).active ~ .indicator::before {
  background-color: #f7aa3f;
}
.navigation ul li:nth-child(3).active ~ .indicator::before {
  background-color: #05c46b;
}
.navigation ul li:nth-child(4).active ~ .indicator::before {
  background-color: #0fbcf9;
}
.navigation ul li:nth-child(5).active ~ .indicator::before {
  background-color: #ff4f01;
}
.navigation ul li:nth-child(6).active ~ .indicator::before {
  background-color: #59d309;
}
.nav-box-d{
    border-radius: 5px;
    background: #F3F3F3;
    border: 1px solid #F7F7F7;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}
.nav-d{
    width: 50%;
    float: left;
    padding-left: 10px;
}
.top-user-d {
    width: 35%;
    float: left;
    text-align: right;
}
.cart-box-d {
    width: 15%;
    float: left;
}
.top-logo-box-m{
    display: none;
}
.nav-box-d .top-user{
    margin-top: 14px;
}
#carousel06{
    float: left;
    width: 100%;
}
.main-top-first-page .logout-box{
    float: right;
}
.main-top-first-page .cart-box-d{
    float: right;
}
.main-top-first-page .nav-box-d .top-user li a {
    background: #f7aa3f;
    text-align: center;
    border-radius: 5px;
    padding: 12px;
    top: 2px;
    position: relative;
}
.main-top-first-page .nav-box-d .top-user li a img{
    position: relative;
    margin-right: 5px;
}
.first-page-wrapper .carousel-caption {
    right: 5%;
    bottom: 30%;
    left: 5%;
    text-align: left;
    padding-right: 35%;
}
.first-page-wrapper .heading-style {
    color: #ffffff;
    margin-top: 0;
}
.first-page-wrapper .carousel-caption p {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 30px;
    margin-top: 20px;
}
.first-page-wrapper {
    float: left;
    width: 100%;
    margin-top: 30px;
    min-height: 60vh;
    align-items: center;
    display: flex;
}
.main-top-first-page{
    min-height: 20vh;
}
.first-page-footer {
    align-items: center;
    display: flex;
    min-height: 15vh;
}
.first-page-balance .box{
    border: none;
}
.first-page-balance h3 {
    font-size: 25px;
    margin-bottom: 10px;
}
.first-page-balance {
    padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 30px;
}
.first-page-balance li{
    border-bottom: 1px solid #D9D9D9;
    float: left;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
}
.first-page-balance li:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    background: #23418D;
    height: 1px;
    width: 60px;
    border-radius: 5px;
    border-right: 15px solid #fff;
}
.first-page-balance li:nth-child(2):after {
    right: 0;
    left: auto;
    border-right: 0;
    border-left: 15px solid #fff;
}

@media only screen and (max-width: 1400px) {
    .top-searh-box {
        width: 44%;
    }
    .logout-box {
        width: 29%;
    }
}
@media only screen and (max-width: 1199px) {
    .top-search .btn span{
        display: none;
    }
    .top-search .btn{
        width: 75px;
    }
    .top-searh-box {
        width: 40%;
    }
    .logout-box {
        width: 33%;
    }
    .custom-secondary span{
        display: none;
    }
    .custom-secondary {
        width: 45px;
        height: 45px;
        border-radius: 50%;
    }
    .nav-d{
        width: 45%;
    }
    .top-user-d {
        width: 40%;
    }
    .cart-box-d {
        width: 15%;
    }
    .heading-style{
        margin-top: 0;
    }
    .main-slider .carousel-item{
        min-height: 250px;
    }
    .top-one h2 span{
        display: inline-block;
    }
}
@media only screen and (max-width: 992px) {
    .top-user {
        text-align: center;
        background: #f9faff;
        padding: 11px;
        border-radius: 5px;
        margin-top: 15px;
        float: left;
        width: 100%;
    }
    .top-logo-box-d{
        display: none;
    }
    .nav-box{
        display: none;
    }
    .custom-secondary {
        width: auto;
        height: auto;
        border-radius: 30px;
        float: right;
    }
    .custom-secondary span {
        display: inline;
    }
    .logo{
        width: 25%;
    }
    .categories-dropdown{
        width: 75%;
    }
    .top-searh-box {
        width: 100%;
    }
    .d-m{
        display: block;
    }
    .nav-box-d{
        display: none;
    }
    .main-top-first-page .top-logo-box .nav-box-d {
        display: block;
        margin-bottom: 20px;
        border: none;
    }
    .main-slider-content li:nth-child(3){
        display: none;
    }
    .main-slider-content li{
        width: 50%;
    }
    .top-one {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .best-selling {
        width: 300px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
    .top-user li{
        float: left;
        margin-left: 0;
    }
    .top-user li:last-child{
        float: right;
    }
    .main-top-first-page{
        min-height: auto;
    }
    .first-page-wrapper{
        margin-top: 0;
        min-height: auto;
    }
    .first-page-wrapper .carousel-caption {
        bottom: 20%;
        padding-right: 0;
    }
    .first-page-m-icons{
        display: block;
    }
    .nav-box-d .nav-link {
        border-bottom: 1px solid #ccc;
    }
    .nm-bgi {
        padding-left: 0;
        padding-right: 0;
        border-radius: 10px;
        margin-bottom: 20px;
    }
    .overlay{
        border-radius: 10px;
        padding: 10px;
        position: relative;
    }
    .nm-mb-md-1 {
        border-radius: 10px;
    }
}
@media only screen and (max-width: 768px) {
    .top-logo-box-m {
        display: block;
        position: absolute;
        z-index: 9999999;
    }
    .main-slider-content li{
        width: 100%;
    }
    .main-slider-content li:nth-child(2){
        width: 100%;
    }
    .owl-carousel .owl-item img {
        width: auto;
        margin: 0 auto;
    }
    .pad-l-0{
        padding-left: 15px;
    }
    .heading-style {
        font-size: 28px;
    }
    footer{
        margin-bottom: 70px;
    }
    .main-top-first-page .top-logo-box .nav-box-d nav .navbar-toggler {
        display: block;
        right: 0;
        position: absolute;
        background: #23418d;
        padding: 10px;
    }
    .main-top-first-page .top-logo-box .nav-box-d nav {
        padding: 0;
    }
    .main-top-first-page .top-logo-box .nav-box-d nav .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        position: absolute;
        z-index: 10;
        background: #F3F3F3;
        width: 100%;
        top: 43px;
        border-radius: 5px;
    }
    .navbar-toggler-icon{
        background-image: url(../images/download.png);
    }
}
@media only screen and (max-width: 600px) {
    .navigation{
        left: 18%;
    }
    .top-user li {
        font-size: 13px;
        margin-left: 0;
    }
    .categories-item div {
        margin-left: 3px;
    }
}
@media only screen and (max-width: 500px) {
    .navigation {
        left: 12%;
    }
}
@media only screen and (max-width: 400px) {
    .navigation {
        left: 4%;
    }
}
.nm-bgi .heading-style{
    color: #fff;
    font-size: 45px;
    margin-top: 0;
}
.nm-bgi .heading-style span {
    color: #23418D;
}
.featured-product-box .button:hover {
    background: #23418D;
    color: #fff;
}