.nav-link{
    color: #3e3e3e !important;
}
.nav-link:hover{
    color: #035bff !important;
}
#logo{
    display: inline-block;
    /*width: 100px;*/
    width: 8em;
}
#searchInput{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 35vw !important;
}
#searchInput:focus{
    outline: none !important;
    box-shadow: none !important;
    border-color: #f9be18e0 !important;
}
#btnGroupAddon, #btnGroupAddon2, #btnGroupAddon3{
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    color: #000 !important;
    border-color: #f9be18e0 !important;
    background-color: #f9be18e0 !important;
}
#btnGroupAddon:hover, #btnGroupAddon2:hover, #btnGroupAddon3:hover{
    background-color: #ffc107 !important;
    color: #fff !important;
}
#navbarDropdown img{
    width: 2em;
    height: 2em;
    border-radius: 100%;
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.5);
    padding: 1px;
}
#navbarDropdown{
    color: #ee1b27 !important;
}
.sign-in span{
    vertical-align: 0.3em;
}
.cart-icon{
    position: relative;
    margin-top: auto;
}
.cart-icon div{
    display: inline-block;
    width: auto;
    position: relative;
}
.cart-icon i{
    font-size: 1.5em;
}
.cart-noti{
    position: absolute;
    background-color: #ee1b27;
    color: #fff;
    font-size: 0.7em;
    right: -5px;
    top: -5px;
    padding: 1px 2px;
}
.title{
    display: inline-block;
    margin-top: 1.5em;
    position: relative;
    font-size: 1.5em;
}
.title::after{
    content: "";
    height: 4px;
    background: -webkit-gradient(linear,left top,right top,from(#035bff),to(#ee1b27));
    background: linear-gradient(90deg,#035bff,#ee1b27);
    width: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    border-radius: 2px;
}
.item a{
    text-decoration: none;
    color: #000;
}
.item .img-container{
    padding: 0.7em;
    /* background-color: #cccccc; */
    /* border: 1px solid #cccccc; */
}
.item img{
    width: 100% !important;
    height: 12em;
}
.item-title{
    font-size: 1em;
    margin-top: 0.5em;
    margin-bottom: 0;
}
.add-container{
    text-align: right;
    padding: 0 6px;
}
.add-to-cart-h{
    font-size: 0.8em !important;
    margin-top: 0.3em !important;
    display: block;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: -0.3em;*/
}
.item-price{
    margin: 0.5em 0 0 0;
    color: #a9a9a9 !important;
    position: relative;
}
hr{
    border-top: 4px solid rgba(0,0,0,.1) !important;
}
.cat-container{
    overflow-x: auto;
    /* overflow-y: hidden; */
    height: auto;
    width: 100%;
    /* background-color: red; */
    display: inline-block;
    /* margin-bottom: 50px; */
    white-space: nowrap;
    padding: 15px;
    padding: 0.5em;
    /* border-top: 1px solid #ccc; */
}
#tab{
    /*background-color: #060473!important;*/
    background-color: #1c4361!important;
}
.cat{
    display: inline-block;
    /* overflow-x: auto; */
    padding: 15px 80px;
    cursor: pointer;
    position: relative;
    color: #fff;
    border-bottom: 4px solid transparent;
    /* border-bottom: 1px solid #cccccc; */
    /* background-color: #2e3190; */
}
.cat:hover{
    transition: 0.5s color;
    color: #f9be18e0 !important;
    border-bottom: 4px solid #f9be18e0;
}
.cat.active{
    color: #f9be18e0;
    /* color: #035bff; */
}
.cat.active::after{
    content: "";
    height: 4px;
    background: -webkit-gradient(linear,left top,right top,from(#035bff),to(#ee1b27));
    background: linear-gradient(90deg,#035bff,#ee1b27);
    width: 100%;
    position: absolute;
    bottom: -4px;
    left: 0;
    border-radius: 2px;
}
/* width */
.cat-container::-webkit-scrollbar {
    width: 20px;
}
footer{
    text-align: center;
    background: #1c4361!important;
    /*background: #0b325a;*/
    padding: 2em 0;
    color: #fff;
}
.sm-footer{
    background-color: #eee;
    position: fixed;
    bottom: 0;
}
.sm-footer span{
    font-size: 0.7em;
}
.sm-footer b{
    font-size: 0.7em;
    color: #ee1b27;
}
.sm-footer .d-flex div{
    line-height: 1em;
}
.sm-footer a{
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.sm-footer a:hover{
    color: #035bff;
}
.search-container{
    position: fixed;
    top: 0;
    padding: 0 10vw;
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    padding-top: 10vh;
    z-index: 10;
}
.search-container .input-group{
    width: 100%;
}
.search-container .search-result{
    /* height: 500px; */
    width: 100%;
    background-color: #fff;
}
.search-container .search-result .ind-result{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 5px 1em;
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
    color: #000;
}
.ind-result.stitle{
    background: #dedede;
}
.search-container .search-close{
    position: absolute;
    background-color: #ee1b27;
    color: #fff;
    top: 4vh;
    right: 7vw;
    padding: 0.3em 0.6em;
    font-size: 1em;
    cursor: pointer;
}
.search-container .search-close:hover{
    background-color: #c90f18;
}
/*Register From*/
#register-form{
    margin-top: 5em;
    margin-bottom: 7em;
}
#register-form h5{
	font-weight: bold;
	font-size: 1.5em;
}
#register-form p{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 3em;
}
#register-form form label{
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 0.7em;
	cursor: pointer;
}
#register-form form input{
	border-radius: 0;
	padding: 0.5em 1em;
	background: #f3f1f1;
}
#register-form form input:focus{
	border-color: #035bff;
    box-shadow: 0 0 0 0.2rem rgba(68, 7, 236, 0.25);
}
#register-form form .submit{
	margin-top: 0.7em;
	border-radius: 0;
	background: #035bff;
	border-color: #035bff;
	margin-bottom: 1em !important;
}
#register-form form .submit:hover{
	box-shadow: 0 0 0 0.2rem rgba(68, 7, 236, 0.25);
}
#register-form form a{
    text-decoration: none;
    color: #d4413c;
}
#register-form form a:hover{
	text-decoration: none;
    color: #035bff !important;
}
/* cart */
#cart{
	margin-top: 5em;
}
#cart h5{
	font-weight: bold;
	font-size: 1.5em;
}
#cart p{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 3em;
}
#cart .cart-empty{
	font-size: 1.3em;
	margin-top: 5em;
	margin-bottom: 7em;
	padding: 1em;
}
#cart .order-title{
	font-size: 1.2em;
}
#cart .order-title span{
	font-size: 0.8em;
	cursor: pointer;
	color: #d4413c;
}
#cart .order-title span:hover{
	text-shadow: 0 0 1px rgba(0,0,0,0.5);
}
#cart .order-container{
	margin-bottom: 10em;
}
#cart #cart-orders .title{
	font-size: 1em;
	margin: 0;
}
#cart #cart-orders .extra{
	margin-top: 0.4em;
	margin-left: 3em;
	color: #a9a9a9 !important;
	margin-bottom: 0;
}
#cart #cart-orders .extra i{
	color: #28a745;
	margin-right: 1em;
}
#cart #cart-orders .info{
	margin-top: 0.5em;
	margin-bottom: 0;
}
#cart #cart-orders .info i{
	margin-right: 1em;
}
#cart #cart-orders .row{
	padding: 1em 0;
	margin-bottom: 1em;
}
#cart #cart-orders .second{
	background-color: #f3f2f2;
}
#cart #cart-orders .price{
	font-size: 1em;
	font-weight: bold;
}
#cart #cart-orders img{
    display: inline-block;
    width: 100%;
    height: 7em;
}
#cart #cart-orders .price p{
	margin-bottom: 0;
	margin-top: 0.4em;
}
#cart #cart-orders .price i{
	margin: 0 1em;
	color: #d4413c;
}
#cart #cart-orders .edit a{
	text-decoration: none;
	font-size: 0.8em;
	background-color: #035bff;
	padding: 0.3em 0.5em;
	color: #fff;
	margin-left: 0.3em;
}
#cart #cart-orders .edit a:hover{
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.4);
}
#cart .total{
	font-weight: bold;
	font-size: 1em;
}
#cart .total span{
	color: #28a745;
}
#cart .delivery{
	font-weight: bold;
	padding-left: 15px;
	font-size: 1em;
	margin-top: 1em;
}
#cart .delivery a{
	text-decoration: none;
	font-size: 0.8em;
	/*background-color: #d4413c;*/
	padding: 0.3em 0.5em;
	color: #fff;
	margin-left: 1em;
	border-radius: 0;
}
#cart .confirm-order{
	margin-top: 2em;
	background-color: #035bff;
	color: #fff;
	text-decoration: none;
}
/* product detail */
.product-detail{
    margin-top: 4em;
}
.product-detail img{
    width: 100%;
}
.product-detail .thumbnail img{
    height: 4em;
    padding: 0.3em;
    border: 1px solid #cccccc;
    margin-bottom: 0.75em;
    cursor: pointer;
    box-shadow: 0 0 0.5em -1px #035bff00;
}
.product-detail .thumbnail img.active{
    padding: 0.3em;
    box-shadow: 0 0 0.2em 1px #035bffc2;
}
.product-detail .product-image{
    border: 1px solid #cccccc;
    height: 13.5em;
    cursor: pointer;
    padding: 0.5em;
}
.product-zoom-image{
    position: relative;
    transition: 0.5s all;
}
.product-zoom-width{
    max-width: 30em;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.6);
    margin-left: 2em;
    min-height: 25em;
    max-height: 25em;
    overflow: hidden;
    margin-bottom: 4em;
}
.product-zoom-image h1{
    font-size: 1.5em;
}
.product-zoom-image hr{
    border-top: 1px solid rgba(0,0,0,.1) !important;
}
.product-zoom-image p{
    font-size: 1em;
    margin-bottom: 1em;
    margin-left: 1.5em;
    color: #3e3e3e;
}
.product-zoom-image .instr{
    background-color: #f3f3f3;
    font-size: 1em;
    padding: 0.6em 1em;
    border-bottom: 1px solid #a9a9a9;
}
.product-zoom-image .des{
    font-size: 1em;
    padding: 0.6em 1em;
    border-bottom: 1px solid #a9a9a9;
}
.product-zoom-image .des input{
    width: 3em;
    text-align: center;
    user-select: none;
}
.product-zoom-image .des i{
    cursor: pointer;
    color: #f5b400;
    user-select: none;
}
.product-zoom-image .des i:hover{
    transition: 0.3s color;
    color: #ee1b27;
}
.product-zoom-image .instr:first-child{
    border-top: 1px solid #a9a9a9;
}
/*  */
.product-zoom-image .row>.des ~ .des{
    border-top: none !important;
}
/*  */
.product-zoom-image .row>.des{
    border-top: 1px solid #a9a9a9;
}
/*  */
.color{
    display: inline-block;
    vertical-align: -4px;
    width: 1.5em;
    margin-right: 0.5em;
    cursor: pointer;
    height: 1.5em;
    border: 1px solid #a9a9a9;
    background-color: #f0f;
}
.product-zoom-image .color.active{
    border: 2px solid #000;
    box-shadow: 0 0 5px 1px rgba(0,0,0,0.5);
}
.whistlist{
    color: #302b2b;
    cursor: pointer;
    margin-left: 1em;
    text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.whistlist.active{
    color: #ee1b27 !important;
    transition: 0.3s color;
}
.whistlist:hover{
    text-shadow: 0 0 7px #ffbd08fd;
}
/*checkout*/
#checkout{
	margin-top: 4em;
}
#checkout h5{
	font-weight: bold;
    font-size: 1.2em;
    margin-top: 1.2em;
}
#checkout p{
	font-size: 0.8em;
	font-weight: bold;
	margin-bottom: 3em;
}
#checkout .nav-link{
	color: #000 !important;
	border: none !important;
	margin: 0;
	margin-right: 1.5em;
	margin-top: 2em;
}
#checkout .nav-link.active{
	color: #035bff !important;
	border-bottom: 2px solid #035bff !important;
}
#checkout .nav-link:hover{
	color: #035bff !important;
	border-bottom: 2px solid #035bff !important;
}
#checkout form label{
	font-weight: bold;
	font-size: 1.1em;
	margin-top: 0.7em;
	cursor: pointer;
}
#checkout form input, #checkout form textarea{
	border-radius: 0;
	padding: 1em 1em;
	background: #f3f1f1;
	height: auto;
}
#checkout form input:focus, #checkout form textarea:focus{
	border-color: #035bff;
    box-shadow: 0 0 0 0.2rem rgba(58, 38, 245, 0.25);
}
#checkout form .submit{
	margin-top: 0.7em;
	border-radius: 0;
	background: #035bff;
	border-color: #035bff;
	margin-bottom: 1em !important;
}
#checkout form .submit:hover{
	box-shadow: 0 0 0 0.2rem rgba(58, 38, 245, 0.25);
}
/* #checkout .accepted-card{ */

/* } */
#checkout .accepted-card h5{
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 2em;
	text-decoration: underline;
	margin-bottom: 1em;
}
#checkout .accepted-card img{
	display: inline-block;
	width: 4em;
	height: 3em;
}
#checkout form select{
	border-radius: 0;
	padding: 0.5em;
	background: #f3f1f1;
	display: inline-block;
}
#checkout .credit-title{
	margin-top: 2em;
	text-decoration: underline;
}
#checkout #mpu-tab img{
	width: 2.5em;
	height: 0.8em;
	margin-left: 1em;
}
#checkout #point-card img{
	width: 6em;
	height: 6em;
	margin-top: 1em;
}
#checkout #point-card .profile{
	border-radius: 100%;
}
#profile{
	margin-top: 7em;
}
#profile .username{
	font-size: 1.3em;
	font-weight: bolder;
}
#profile .username a{
	font-size: 0.7em;
	background-color: #f9be18e0 !important;
	padding: 0.7em 1.7em;
	color: #000;
	text-decoration: none;
	transition: 0.3s color;

}
#profile .username a:hover{
	color: #fff;
}
#profile .date{
	font-size: 0.9em;
	font-weight: bold;
}
#profile hr{
	margin: 2em 0;
}
#profile .qr{
	width: 100px;
	height: 100px;
	margin-right: 2em;
}
#profile .profile-img{
	width: 150px;
	height: 150px;
	border-radius: 100%;
}
#profile .info{
	margin-top: 1em;
}
#profile .info span{
	margin-left: 4em;
}
#profile .info .point{
	color: #035bff;
	font-weight: bold;
}
.modal .float-left button{
	padding: 0.7em;
    background: #dddede;
    outline: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
}
.modal .float-left .add:hover{
	background: #035bff;
}
.modal .float-left .minus:hover{
	background: #035bff;
}
.carousel-control-next, .carousel-control-prev{
    z-index: 0 !important;
}
.search-result-lg{
    position: absolute;
    z-index: 1;
    width: 35vw !important;
    background-color: #fff;
    box-shadow: 0 4px 6px 1px rgba(0,0,0,0.5);
}
.search-result-lg .ind-result{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 5px 1em;
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
    color: #000;
}
.search-result-md{
    position: absolute;
    z-index: 1;
    width: calc(100% - 6rem) !important;
    background-color: #fff;
    box-shadow: 0 4px 6px 1px rgba(0,0,0,0.5);
}
.search-result-md .ind-result{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    padding: 5px 1em;
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
    color: #000;
}
#pzl{
    width: 100%;
    height: 100%;
    position: absolute;
    background: transparent;
}
/* arrow animation */
.arrow {
    top: 1.75em;
    color: #dedede;
    position: absolute;
}
.arrow.left{
    left: 0;
}
.arrow.right{
    right: 0;
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
.bounceright {
  -webkit-animation: bouncer 2s infinite;
  animation: bouncer 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(-1em);
            transform: translateX(-1em);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(-1em);
            transform: translateX(-1em);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(-0.5em);
            transform: translateX(-0.5em);
  }
}

@-webkit-keyframes bouncer {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(1em);
            transform: translateX(1em);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
}
@keyframes bouncer {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(1em);
            transform: translateX(1em);
  }
  40% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  60% {
    -webkit-transform: translateX(0.5em);
            transform: translateX(0.5em);
  }
}

/*LB Style*/
.b-title{
    text-align: center;
    width: 100%;
    margin-top: 0em;
    margin-bottom: 1em;
}
#lsb p, #sidebar p{
    border-bottom: 1px solid #dddd;
    margin-bottom: 0;
    padding-left: 0.5em;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: bold;
    padding: 0.2em 0 0.2em 1em;
}
#lsb p:hover, #sidebar p:hover{
    color: #007bff;
    transition: 0.3s color;
}
#lsb p.active, #sidebar p.active{
    color: #007bff;
}
#mlsb{
    padding: 1em 1.5em;
}
/*End LB Style*/
/*mlsb style*/
.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    /*margin-bottom: 40px;*/
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    height: 100vh;
    z-index: 999;
    background: #fff;
    /*color: #fff;*/
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#dismiss:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    display: none;
    position: fixed;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}
.overlay.active {
    display: block;
    opacity: 1;
}

#sidebar .sidebar-header {
    padding: 1.5em 1.5em 0 1.5em;
    background: #1c4361;
    color: #fff;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
#sidebar a[aria-expanded="true"] {
    color: #fff;
    background: #6d7fcc;
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}
/*end mlsb style*/


@media (max-width: 575.98px) {
    #cart #cart-orders img{
        display: inline-block;
        width: 100%;
        height: 15em;
        padding: 0.75em;
    }
}

@media (max-width: 767.98px) { 
    .item img{
        height: 9em;
    }
    #checkout .nav-tabs .nav-item{
        width: 100%;
        text-align: center;
    }
    #cart #cart-orders img{
        display: inline-block;
        width: 100%;
        height: 24em;
        padding: 3em;
    }
    .product-detail .product-image{
        height: 20em;
        margin-bottom: 2em;
    }
}

@media (max-width: 991.98px) { 
    .product-detail{
        max-width: initial !important;
    }
    .cat{
        padding: 5px 50px 10px 50px;
    }
}
input.empty {
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
}
.s-stock{
    font-size: 1em;
    font-weight: bold;
    border: 2px solid #1c4361;
    padding: 0px 10px 0px 40px;
    position: relative;
    border-radius: 20px;
    display: inline-block;
    margin-left: 5px;
    color: #28a745;
}
.s-stock img{
    height: 30px;
    width: auto !important;
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    margin: auto;
}