/**

*File name : style.css
*Created by : Lexicon Consultants Pvt Ltd

**/

/*Import fonts from fonts.css file*/
@import url(./fonts.css);
/**Fontawosome css
@import url(./all.min.css);**/
/*Import _variable.css*/
@import url(./partials/_variables.css);
/*Import _global.css*/
@import url(./partials/_global.css);
/**Import css ends*/



/**header-contact csss**/
.header-contact{
    background: var(--nevyblue-dark-color);
    padding: 0.1rem 0 0.2rem;
    vertical-align: middle;}
.header-contact .phone{}
.header-contact .phone a{
    color: #fff;
    text-decoration: none;
    font-size: 10pt;
    display: inline-block;
    margin-right: 1rem;
    transition: all 0.5s ease-in-out;
}
.header-contact .phone a:hover{color: var(--secondary-color);}
.header-contact .phone .fa-phone-alt{
	font-size: 7pt;
    background: #4c4c4c;
    color: #fff;
    border-radius: 50%;
    padding: 0.4rem;
    margin-right: 0.3rem;

}
.header-contact .phone .fa-envelope{
	font-size: 7pt;
    background: #4c4c4c;
    color: #fff;
    border-radius: 50%;
    padding: 0.4rem;
    margin-right: 0.3rem;

}

.header-contact .social-media{
	text-align: right;
    color: #fff;
}
.header-contact .social-media a{
    text-decoration: none;
    font-size: 10pt;
    display: inline-flex;
    margin-right: 0.2rem;
}
.header-contact .social-media a i{
     background: transparent;
    color: #fff;
    padding: 0.1rem 0.3rem;
    border-radius: 2pt;
    transition: all 0.5s ease-in-out;
}
.header-contact .social-media a:hover .fa-facebook-f{background: #5263da; color: #fff;}
.header-contact .social-media a:hover .fa-twitter{background: #28a6ff; color: #fff;}
.header-contact .social-media a:hover .fa-linkedin-in{background: #289cff; color: #fff;}

.search-header{
    background: var(--nevyblue-light-color);
        padding: 1rem 0;
}
.search-form-wrap{margin: 0 2rem;}
.search-select{}
.search-select select{
    border: none;
    box-sizing: border-box;
    box-shadow: none;
    padding: 0.4rem 0.5rem;
    margin: 0 0.2rem 0 0;
    border-radius: 4px;
    font-size: 14px;
}
.search-input input{
        border: none;
    box-sizing: border-box;
    box-shadow: none;
    padding: 0.4rem 0.5rem;
    margin: 0;
    border-radius: 4px;
    font-size: 14px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 100%;

}
.search-button button{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-search{
    background: var(--secondary-color);
    color:#fff;
}

.navbar-expand-lg .navbar-nav .nav-link{
	font-size: 0.9rem;
    text-transform: uppercase;
    color: #000;
    margin-right: 1.5rem;
    transition: all 0.5s ease-in-out;
    padding: 0.4rem 0;
}
.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link.active{ color: #4bbb78;  }
.main-header{
	    box-shadow: 0 7px 7px 0px rgba(0, 0, 0, 0.08);
    /*position: relative;*/
    z-index: 9;
    background: #f2f2f2;
}
/**header-contact csss ends**/
/**main-slider css**/
#main-slider{
	position: relative;
}
.banner-text{
    position: absolute;
    top: 70%;
    bottom: 30%;
    left: 10%;}
.banner-text h4{
	font-size: 27pt;
    font-weight: 600;
    color: #000;
}
.banner-text p{
	font-size: 14pt;
    color: #0a8fa3;
}
/**main-slider css ends**/
/**shopBy-slider**/
.shopBy{padding: 2rem 0;}
#shopBy-slider{    margin: 2rem 0;}

#shopBy-slider .item{
        margin: 0px 1.2rem;
    text-align: center;
}
#shopBy-slider .item a{ cursor: pointer; }
#shopBy-slider .item img{}
#shopBy-slider .item h5{ margin: 1rem 0 0;  font-size: 15px;}
#shopBy-slider .item h5 a{font-size: 15px; color: #000; text-decoration: none; transition: color 0.3s ease-in-out;}
#shopBy-slider .item h5 a:hover{ color: var(--secondary-color); }
/**shopBy-slider end**/
/**Produc box design**/
.product-listing{
    padding: 2rem 0;
}
.haf{
  margin-top: 1rem;
}
.haf [class*="col-"]{
    }
.haf-wrap{
    background: #f6f6f6;
    margin-bottom: 1rem;
}
.haf-img{
    background: #dfdfdf;
    text-align: center;
    margin-bottom: 1rem;
    overflow: hidden;
}
.haf-img img{}
.haf-cont{
    font-size: 14px;
    padding: 0 0.4rem 0.4rem;
    text-align: center;
}
.haf-cont h3{
    text-align: center;
    font-size: 15px;
    color: #000;
}
.haf-cont .product-price{font-size: 14px;}
.haf-cont .old-price{ text-decoration: line-through; color: #a4a4a4; margin-left: 1rem;}
.haf-cont p{
    line-height: normal;
    font-size: 0.8rem;
    text-align: justify;
    overflow: hidden;
}
.product-btn{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.haf-cont a, .haf-cont .view-detail{
    padding: 0.3rem 1.4rem;
    line-height: normal;
    color: #fff;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    border-radius: 10rem;
    font-size: 14px;
    margin-bottom: 1rem;
}
.haf-cont a{background: var(--secondary-color);}
.haf-cont a:hover{
    background: var(--green-color);
}
.haf-cont .view-detail{
    background: var(--green-color);
}
.haf-cont .view-detail:hover{background: var(--secondary-color);}
/**Product box design end**/

/**Product search design**/
.product-search{margin: 4rem 0 2rem;}
.form-flex{
    padding: 1.5rem 1rem 1rem;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    background: #282632;
}
.form-flex .flex-wrap{
    display: flex;
    justify-content: space-between;
}
.form-flex .flex-wrap .form-group{
    margin: 0 !important;
    flex-basis: 24%;
    box-sizing: border-box;
}
.form-flex .btn-flex{
        display: flex;
    align-items: center;
    height: 50px;
}
.form-flex .btn-flex button{
        margin: auto;
    flex-basis: 20%;
    box-sizing: border-box;

}
/**Product search design end**/
/**Product img and small detail**/
.product-detail{padding:5rem 0;}
.proImg{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 0 2rem;
    border: 1px solid #dcdcdc;
}
.proSmall p{ font-size: 14px; color: var(--gray-color);}
.proSmall .product-price{
    font-size: 16px;
    margin: 1rem 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 1rem 0.5rem;
}
.proSmall .product-price .old-price{
    text-decoration: line-through;
    color: #a4a4a4;
    margin-left: 1rem;
}
.proSmall ul li{
        font-size: 14px;
    margin-bottom: 0.2rem;
}
.proSmall ul.spec{list-style: none;}
.proSmall ul.spec li{
    list-style: none;
    display: inline-block;
    margin: 0 0.5rem;
    font-size: 15px;
    font-weight: 500;
}
.proSmall ul.spec li i{
    color: var(--secondary-color);
    transition: 0.5s;
    margin-right: 0.3rem;
}
.proSmall ul.spec li:hover i{ transform: rotateY(360deg); }
.proSmall .product-btn a{flex:1;}

.pro-det-spec p{font-size: 14px;
    line-height: 1.5rem;}
.pro-det-spec table tr td , .pro-det-spec table tr th{ font-size: 14px; }
/**Product img and small detail end**/
/**loginSection **/
.loginSection{ padding: 2rem 0; }
.loginFormWrap{
    padding: 3rem;
    margin: 2rem 0;
    background: #fbfbfb;
}
.loginFormWrap h4, .registerFormWrap h4{    text-align: center;}
.loginFormWrap p, .registerFormWrap p{text-align: center; color: var(--gray-color);}
.registerFormWrap{
     padding: 3rem;
    margin: 3rem 0;
}
/**loginSection end**/
/**ShoppingCart css**/
.shopCart{    padding: 3rem 0;}
.table.cart-table{
margin: 2rem 0 27.5px;
}
.table.cart-table tr td{ vertical-align: middle; }
.table.cart-table tr:last-child{border-bottom: 1px solid #e8e9eb;}
.table.cart-table .itemName{}
.table.cart-table .itemName a{color: #000; text-decoration: none; font-weight: 500;}
.table.cart-table .itemName a:hover{ color: var(--secondary-color); }
.table.cart-table .removeItem{text-align: center; margin: 0.2rem 0 0;}
.table.cart-table tr td input[type="text"]{
    width: 60px;
    text-align: center;
    margin: auto;
}
.table.cart-table tr td .item-number-set{
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    width: 130px;
    margin: 0 auto;
}
.table.cart-table tr td .item-number-set button{
        width: 30px;
    height: 30px;
    background: linear-gradient(#fff,#f9f9f9);
    display: inline-block;
    border: 1px solid #c2c2c2;
    cursor: pointer;
    font-size: 16px;
    border-radius: 50%;
    line-height: 1;
}


.coupon{
   display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1rem 0 2rem;
    background: #f2f2f2;
    padding: 1rem;
}
.coupon .coup-icon{width: 2rem; margin: 0 1rem 0 0; line-height: normal;}
.coupon .coup-icon i{    color: #dc3545;}
.coupon .coup-text{
        width: 13rem;
    text-align: left;
}
.coupon .coup-text p{
        text-align: left;
    font-size: 14px;
    margin: 0 0.4rem 0 0;
    line-height: normal;
}
.coupon .coup-in{width: 28rem; margin: 0 1rem 0 0;}
.coupon .coup-in input{}
.coupon .coup-bt{width: 4rem;}
.coupon .coup-bt a{}


/**ShoppingCart css end**/
/**Checkout page**/
.checkout .loginFormWrap{
    margin-top: 0;
    padding: 2rem 1rem;
}
.customer-detail ul li label.name{width: 20%; font-size: 14px;
    color: #3d3d3e;}
.customer-detail ul li div.content{width: 45%; font-size: 14px; line-height: normal;}
body.sladd .customer-detail ul li div.content{width: 100%;}
.customer-detail ul li div.content > .contact{
        display: block;
    font-size: 13px;
    font-weight: 600;
    margin: 0 1px 5px;
    background: #dcdcdc;
    padding: 2px;
}
.customer-detail ul li div.controll{
    display: flex;
    flex-direction: column;
}
.customer-detail ul li a.change{width: auto; font-size: 14px; font-weight: 500; margin: 2px 16px;}
/**Checkout page end**/

/**Block css**/
.block{    padding-top: 3rem;
    padding-bottom: 3rem;}
.block-inner{
	position: relative;
}
.block-inner:before{
	opacity: 0.2;
	top:0;
	right: 0;
	content: ' ';
	position:absolute;
	width: 100%;
	height: 100%;
	background: url('img/page-bg-R.png') no-repeat right top;
}
.block-inner:after{
	opacity: 0.2;
	bottom: 0;
	left: 0;
	content: ' ';
	position:absolute;
	width: 100%;
	height: 100%;
	background: url('img/page-bg-L.png') no-repeat left bottom;
}

.footer-main{
 background:  #ffcc66;
 padding: 1rem 0;
}
.footer-main h5{
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
        margin: 1rem 0 0.2rem;
}
.footer-main ul{text-align: center; margin: 0; padding: 0; list-style: none;}
.footer-main ul li{
padding: 0;
    list-style: none;
    display: block;
    font-size: 12pt; }

.footer-main ul li a{
	    text-decoration: none;
    font-size: 15px;
    margin: 0;
    font-weight: 400;
}
.footer-main ul li a:hover, .footer-main ul li a.active{
	color: #fff;
}
.footer-main p{
	font-size: 11pt;
    color: #fff;
    margin-top: 1rem;
}

.btn{
	    font-size: 9pt;
    text-transform: uppercase;
}
/**Media query**/
@media only screen and (min-width: 668px) and (max-width: 1074px){
	.banner-text{
	position: absolute;
    top: 12%;
    bottom: 50%;
    left: -50%;
    right: -50%;
    width: 100%;
    margin: 0 auto;
	}
	.banner-text h4 {
    font-size: 16pt;
    font-weight: 600;
    color: #000;
    text-align: center;
}
.banner-text p {
    font-size: 10pt;
    color: #0a8fa3;
    text-align: center;
}
}

@media only screen and (max-width: 668px){
.banner-text{
	display: none;
	visibility: hidden;
}
.search-header-flex{
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.search-form-wrap{
 margin-top:1rem;
}
}

@media only screen and (max-width: 767px){
	.block-1{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eef0d3+0,eef0d3+50,fef5ec+51,fef5ec+100 */
background: #eef0d3; /* Old browsers */
background: -moz-linear-gradient(top,  #eef0d3 0%, #eef0d3 58%, #fef5ec 51%, #fef5ec 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eef0d3 0%,#eef0d3 58%,#fef5ec 51%,#fef5ec 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eef0d3 0%,#eef0d3 58%,#fef5ec 51%,#fef5ec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eef0d3', endColorstr='#fef5ec',GradientType=0 ); /* IE6-9 */
	}
	#main-slider:after{
		background: url(img/banner-right2.png) no-repeat right top;
	}
	.header-contact .social-media, .header-contact .phone{
		text-align: center;
    margin-bottom: 0.5rem;
	}
}
/**Media query ends**/
