
/*COMMON CSS*/
a{
	color: #666;
	text-decoration: none !important;
}
p ,a{
    line-height: 1.2;
}

.btn {
    border-radius: 0;
}
.blue-btn{
	background:#009aff !important;
	color: #fff !important;
}
.blue-btn:hover{
    background: #E91E63 !important;
}
.sec-head {
    margin-bottom: 15px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 7px;
    font-weight: 600;
    color: #009aff;
}
.sec-head:after {
    height: 2px;
    width: 109px;
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background: #E91E63;
    transform: translate(-50%);
}
.section-gaping{
	margin-top: 30px;
	margin-bottom: 30px;
}
.pagination .active {
    background: #e91e63;
    color: #fff;
}




/*LOGIN MODAL*/
.close-mdl.close {
    float: none;
    font-size: initial;
}
.my-mdl-header .close {
    line-height: inherit;
    font-size: 30px;
}
.my-mdl-header {
    color: #009aff;
    padding: 5px 10px;
    justify-content: center;
}
.my-mdl-header .modal-title {
    width: 100%;
}
.my-mdl-body {
    padding: 25px 70px;
}
.my-mdl-body form {
    margin-bottom: 15px;
}
.mdl-btm-p {
    font-size: 16px;
    font-weight: 600;
}
.mdl-btm-p a {
    color: #009aff;
}
.input-icon {
    display: flex;
    align-items: center;
}
.input-icon input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}   
.input-icon i {
    font-size: 24px;
    background: #009aff;
    height: 38px;
    line-height: unset;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0 7px;
    color: #fff;
}
.my-mdl-body label {
    margin-bottom: 0;
}   
.login-btn {
    text-transform: uppercase;
}

/*REGISTRATON PAGE*/
.cus-reg {
    padding: 30px 0;
}
.label-p {
    margin-bottom: 2px;
    font-weight: 600;
    color: #333;
}
.label-p span {
    color: red;
    font-size: 20px;
    line-height: 0;
}
.gend {
    margin-bottom: .5rem;
}



.my-header-search input {
    border-radius: 0;
}
.my-header-search select {
    border-radius: 0;
    width: initial;
}
.my-header-search input:focus{
	box-shadow: 0 0 0 0;
}
.my-header-search select:focus{
	box-shadow: 0 0 0 0;
}
.my-header-search button{

}
.my-nav{
    background: #009aff;
}
.my-nav .navbar-nav {
    width: 100%;
    justify-content: flex-end;
    background: #009aff;
}
.my-nav .navbar-nav .nav-link {
    color: #fff;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}
.my-nav .navbar-nav .nav-link.active,.my-nav .navbar-nav .nav-link:hover{
    color: #E91E63;
}
.my-nav .navbar-nav .nav-link.active:after{
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    background:#E91E63;
    bottom: 0;
    left: 0;
}
.my-nav .navbar-nav .nav-link:hover {}


.look-taletn-img {
    position: relative;
    overflow: hidden;
}
.overlay {
    position: absolute;
    background: #00000085;
    width: 100%;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: all .3s ease-in-out;
}
.overlay h2 {
    margin-top: 100px;
}
.overlay a {
    position: absolute;
    top: 50%;
    border: 2px solid #fff;
    padding: 10px 55px;
    font-weight: 600;
    font-size: 20px;
    left: 50%;
    transform: translate(-50%);
}
.overlay .overlay-btn:hover {
	background:#009aff3d;
	border: 2px solid #009aff;
    transition:all .3s ease;
}
.look-taletn img {
    width: 100%;
    height: 530px;
    min-height: 400px;
    transition: all .3s ease;
    object-fit: cover;
}
.look-taletn-img:hover .overlay {
   height: 100%;
   padding: 10px;
   z-index: 11;
}
.look-taletn-img:hover img{
	transform:scale(1.1);
	z-index: -1;	 	
}






.treand-product {
    /*margin: 30px 0;*/
}
.pro-overlay {
    position: absolute;
    bottom: 0;
    background: #00000085;
    height: 0px;
    width: 100%;
    overflow: hidden;
    transition:all .3s ease;
}
.pro-overlay ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-evenly;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
}
.pro-overlay ul li {

}
.pro-overlay ul li a {
    color: #009aff;
    font-size: 26px;
    transition:all .3s ease;
}
.pro-overlay ul li a:hover{
	color: #fff;
}
.pro-img:hover .pro-overlay{
	height: 50px;
}
.pro-img {
    max-width: 194.83px;
    height: 207.41px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-img img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.pro-dlts {
    padding: 5px 0;
}
.pro-dlts h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    margin: 2px 0;
}
.pro-dlts h5 {
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
}
.pro-dlts h5 a {
    color: #009aff;
}
.pro-cat {
    margin: 0;
    font-weight: 400;
    color: #666;
}
.pro-price {
    color: #333;
    font-weight: 600;
}
.pro-dlts p{
	
}





.latest-class{

}
.latest-class .slick-next {
    right: -30px;
    
}
.latest-class .slick-next:before{
    color: #009aff;
}
.latest-class .slick-prev {
    left: -30px;
    
}
.latest-class .slick-prev:before{
    color: #009aff;
}



.blog {
    padding: 7.5px;
}
.blog:hover .pro-overlay{
	height: 50px;
}
.blog-dtls {
    padding: 5px 0;
}
.blog-top {
    width: 100%;
    min-height: 150px;
    height: 200px;
    background: url(../image/image-9.jpg);
    background-size: cover;
    position: relative;
}

.blog-top img {
    width: 100%;
}
.blog-dtld-top {
    margin: 0;
    display: flex;
    justify-content: space-between;
    color: #666;
    font-size: 14px;
}
.blog-dtls h5 {
    margin-bottom: 0;
    margin-top: 5px;
}
.blog-dtls h5 a{
	color: #009aff;
}
/*.latest-class .owl-nav.disabled{
	display: block !important;
}
*/


.testimonial{
    background: #0070b926;
    padding: 33px 15px 10px;
}
.testimonial-quote {
    font-size: 35px;
    color: #e91e63;
}
.testimonials-text {
    margin: 0;
    margin: 15px 15px;
}
.testimonial-img {
    margin: 0 auto;
    height: 60px;
    width: 60px;
    background: #009aff;
    padding: 2px;
    border-radius: 50%;
    margin-top: 23px;
}
.testimonial-user h5 {
    color: #009aff;
    margin-top: 5px;
    margin-bottom: 0;
    font-size: 18px;
}
.testimonial-user p {
    margin: 0;
    color: #adacac;
}
.testimonial .slick-next {
    right: -37px;
    
}
.testimonial .slick-next:before{
    color: #009aff;
}
.testimonial .slick-prev {
    left: -37px;
}
.testimonial .slick-prev:before{
    color: #009aff;
}




footer {
    background: #0c9ffe;
    padding: 20px;
    color: #fff;
}
.footer-link {
    list-style: none;
    padding: 0;
}
.footer-link li a {
    color: #fff;
}
.social {
    list-style: none;
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}
.social li {
    background: #ffffff;
    margin: 0 3px;
    padding: 4px 0px;
    border-radius: 50%;
}
.social a {
    font-size: 25px;
    padding: 10px;
}
.social a .fa-facebook{
	color: #3b5998;
}
.social a .fa-twitter {
    color: #00aced;
}
.social a .fa-instagram {
    color: #fb3958;
}
.social a .fa-youtube{
	color: #bb0000;
}



/*SHOP PAGE */

.nav-right {
    display: flex;
    align-items: center;
}
.nav-right a {
    font-size: 22px;
    color: #009aff;
    margin-bottom: 0;
}
.login {
  margin-left: 19px;  
}
.reg {
    margin: 0 15px;
}
.slide-box{
	padding: 150px 50px;
	position: relative;
	z-index: 1;
	background-size: cover;
}
.slide-box:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #0000007a;
    z-index: -1;
}
.slide-box h1 {
    color: #E91E63;
    font-size: 50px;
}
.slide-box p {
    color: #fff;
    margin-bottom: 40px;
}

.hero-slider .slick-prev{
	left: -13px !important;
}
.hero-slider .slick-next{
	right: -13px !important;
}



.brandSlider {
    /*background: #009aff;*/
    /*padding: 20px;*/
}
.brandSlider .slick-prev:before{
    color: #666;
}
.brandSlider .slick-next:before{
    color: #666;
}



.brand-img-box {
    display: flex !important;
    justify-content: center;
    align-items: center;
    /*background: #E91E63;
    padding: 7px;*/
}
.brand-img-box img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

.Cat-varicale-slide {
    padding: 54px 0 27px;
}
.cat-slider {
    position: relative;
    /*background: #e91e63;*/
}
.Cat-varicale-slide {
    padding: 15px 0 27px;
}
.car-head h5 {
    text-transform: capitalize;
    font-weight: 600;
    color: #6f6f6f;
}
.car-head {
    margin-bottom: 30px;
    text-align: center;
}
.vr-slide {
    padding: 5px;
    text-align: center;
    background: #fff;
    margin: 2px;
}
.vr-pro img {
    height: 50px;
    width: 50px;
    margin-right: 10px;
}
.vr-pro h5 {
    font-size: 14px;
    margin-bottom: 2px;
    text-align: left;
}
.vr-pro .pro-price {
    margin-bottom: 0;
    font-size: 14px;
    text-align: left;
    color: #009aff !important;
}
.vr-pro {
    display: flex;
    min-height: 50px;
    align-items: center;
}
.vr-slide a {
    font-weight: 600;
}
.cat-slider .slick-prev {
    top: -47px;
    left: 50%;
    transform: translate(-50% , 0);
}

.cat-slider .slick-prev:before {
    font-family: FontAwesome;
    content: '\f106 ';
    color: #009aff;
}
.cat-slider .slick-next {
    right: 50%;
    transform: translate(50% , -50%);
    top: 105%;
}
.cat-slider .slick-next:before{
     font-family: FontAwesome;
    content: '\f107 ';
    color: #009aff;
}





/*PRODUCT DETAILS*/

.bzoom_wrap {
    position: relative;
    height: 434px;
}

ul.Highlights-list {
    padding: 0;
    list-style: none;
}
ul.Highlights-list li{}
ul.Highlights-list li p, a {
    margin-bottom: 5px;
}
.cart-icon-box {
    margin-top: 15px;
}
.cart-dtls {
    font-weight: 600;
    margin-bottom: 0;
    background: #ff7800 !important;
}
.rel-pro-head {
    color: #009aff;
}
p.pro-rate {
    color: #009aff;
}




/*LATEST PRODUCT PAGE CSS*/
.sec-bnr {
    background-size: cover;
    padding: 126px 0px;
    position: relative;
    z-index: 1;
}
.sec-bnr:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1b1b1b8a;
    z-index: -1;
}
.sec-bnr h2 {
    color: #fff;
    font-weight: 600;
    font-size: 50px;
}
.product-top {
    margin-bottom: 10px;
}
.right-select {
    display: flex;
    justify-content: flex-end;
}
.my-hdr-select {
    width: 200px;
    margin-right: 0 !important;
    border-radius: 0;
}









/*CHECK OUT PAGE*/
.mb-15 {
    margin-bottom: 15px;
}
.cart-pro {
    margin-bottom: 15px;
}
.cart-pro:last-child {
    margin-bottom: 0;
}
.my-checko-card h5 {
    color: #009aff;
}
.my-checko-card h5 i {
    line-height: inherit;
    font-weight: 600;
}
.logged-person{

}
.logged-person {
    margin: 0;
    font-weight: 600;
    color: #333;
}
.logged-person a {
    color: #0c9ffe;
    margin-left: 15px;
}
.cart-img-qun {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.cart-img {
    display: flex;
    align-items: center;
    height: 112px;
    margin-bottom: 5px;
    width: 100%;
    justify-content: center;
}
.cart-img-qun img {
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
}
.cart-que {
    display: flex;
    align-items: center;
    width: 55%;
}
.cart-que i {
    color: #009aff;
    transition: all .3s ease;
}
.cart-que i:hover{
    color: #E91E63;
}
.cart-que i.fa-plus {
    margin-left: 15px;
}
.cart-que i.fa-minus {
    margin-right: 15px;
}
.cart-pro-info {
    height: 100%;
    justify-content: space-between;
}
.cart-pro-info h5 {
    margin-bottom: 5px;
}
.cart-pro-info p {
    margin-bottom: 5px;
}
.cart-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}
.cart-btn .btn {
    margin-bottom: 0;
}
.pink-btn{
    background-color:#E91E63;
    color: #fff;
}
.pink-btn:hover{
    color: #fff;
    background:#009aff;
}

.chkreginputs01 {
    width: 100%;
    /* float: left; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #e1e1e1;
    position: relative;
}
.placeordrformpnls01 p {
    margin-bottom: 3px;
    margin-top: 15px;
}
.chkreginputs01 input {
    width: 100%;
    text-align: left;
    border: 0px;
    outline: none;
    padding: 0px 10px 0px !important;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: normal;
    background: #fff;
    border: 0px;
    height: 38px;
}
.chkreginputs01 textarea {
    background: rgba(255,255,255,0.1);
    border: 0px solid #e1e1e1;
    color: #fff;
    height: 100px;
    margin: 0px;
    padding: 8px 10px;
    outline: none;
}
.chkreginputs01 textarea:focus{
    box-shadow: 0 0 0;
}
.chkreginputs01 select {
    border: 0px solid #e1e1e1;
    border-radius: 0px;
    background: #fff url(../image/selectarrow0.png) no-repeat center right;
    margin: 0px;
    font-size: 14px;
}
.chkreginputs01 select:focus {
    box-shadow: 0 0 0;
}
.date-input {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.date-input p {
    display: inline;
    padding: 0 5px;
    margin-top: 0;
}
.chkreginputs01 .fa {
    font-size: 25px;
    color: #009aff;
    padding: 0px 5px 0px 10px;
    margin: 0px 0px 0px 0px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px !important;
}

.placeordrformpnls01 {
    padding: 10px 15px;
}
.delivery-form-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 15px;
}
.orngclrs01 {
    margin-bottom: 0;
    margin-left: 15px;
    color: red;
    font-weight: 600;
}






/*CART PAGE*/

.cart-pro-info h5 {
    color: #0c9ffe;
}


