/*global css*/
body{

}
a, button, p{
	transition:all 0.3s;
}

h1, h2, h3, h4, h5, h6{
font-family: 'Merriweather', serif;
color: #23408f;
font-weight: bold;
font-style: italic;
}


h3{

}

.dropdown-menu > li > a {
	padding: 3px 10px 3px 20px;
}


.dropdown-menu .badge {
	float: right;
}





.navbar .container .visible-xs .btn {
    margin-top: 8px;
    display: block;
    width: 100%;
}

.navbar .container .visible-xs .row {
    margin: auto;
}

.navbar .container .visible-xs .col-xs-4 {
    padding: 2px;
    margin-top: -1px;
}

.navbar .container .visible-xs .header-search .btn {
    margin-top: 0px;

}




.top-header ul li a{
	font-family:'Roboto', sans-serif;
	font-size:15px;
	color:#717171;
	padding-left:5px;
	padding-right:5px;
	}
	
.top-header ul li{
	position:relative;
}

.top-header ul li:before{
	content:"|";
	position:absolute;
	width:1px;
	height:100%;
	right:-1px;
}

.top-header ul li:last-child:before{
	content:"";
}
	
.top-header ul{
	margin-bottom:0;
}

.top-header{
	padding:10px 0;
	border-bottom:solid 1px #d7d7d7;
}

.hd-dk-tbt{
	padding:15px 0;
}
.border-r-none{
	border-radius: 0px;
}
.bg-lblue{
	background: #5daed8;
	color: #fff;
}
 
.bg-blue{
	background: #23408f;
	color: #fff;
} 
 
.btn-lblue:hover{
	background: #0075b1;
	color: #fff;
}
 
 

.header-search{
	width: 100%;
	margin-bottom:20px;
	margin-top: 13px;
}

.header-search .input-group{
	width: 100%;
	margin-left: auto;
}

.header-login-register a:hover{
	background: #152654;
	color: #fff;
}


.header-search .btn{
height: 34px;
}
.padding-10{
	padding: 10px;
}

.navbar-inverse {
	background-color: #23408f;
	border-radius: 0;
	border:0;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;


}

.navbar-inverse .navbar-nav>li>a {
	padding: 15px 40px;
			color: #fff;
}
.navbar-inverse .navbar-nav>li>a:hover{
	background:#5daed8;
}

.navbar {
min-height: 50px; auto;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	color: #fff;
	background-color: #5daed8;
}




.carousel img{
	background-size:cover;
}


.navbar{
	margin-bottom:0px;
}

.slider-btn{
	border-radius: 20px;
	padding: 8px 19px;

}

.slider-p{
	color: #717171;
	font-family:'Roboto', sans-serif;
	font-size: 16px;

}

.homepage-banner .item .bg-item{
	background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
		height: 400px;
		display: table;
		width: 100%;


}


.homepage-banner .item:nth-child(1) .bg-item{
	background-image:url("../images/home-bg.jpg");
}
.homepage-banner .item:nth-child(2) .bg-item{
	background-image:url("../images/home-bg.jpg");
}
.homepage-banner .item:nth-child(3) .bg-item{
	background-image:url("../images/home-bg.jpg");
}




.d-cell{
	display: table-cell;

}
.v-middle{
	vertical-align: middle;
}


.carousel-control.left, .carousel-control.right {
	 background-image:none;
	

}


.homepage-banner .carousel-control .fa-angle-left{
	font-size: 50px;
	background: #0000007a;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	padding-top: 5px;
	padding-right: 7px;

}


.homepage-banner .carousel-control .fa-angle-right{
	font-size: 50px;
	background: #0000007a;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	padding-top: 5px;

	padding-left: 7px;

}


.homepage-banner .carousel-control .fa{
	margin-top: 150px;
}


.homepage-banner .carousel-control {

	width: 9%;
}


.top-icons .media-heading {
	margin-top: 0;
	margin-bottom: 0;
}

.top-icons .media-body{
	display: table-cell;
	vertical-align: middle;
}

.top-icons .media-body h4{
font-family:'Roboto', sans-serif;
font-style: initial;
font-style: normal;
color: #717171;
}


.top-icons .media-left img{
	height: 50px;
	width: 50px;
}

.top-icons{
		padding: 20px 0px;
		border: solid 1px #ccc;
}

.top-icons .col-md-3{
	position: relative;
}

.top-icons .col-md-3:after{
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	border-right: dashed 1px #717171;
	top: 0;
	right: 0;
}

.top-icons .col-md-3:last-child:after {
	border-right: 0;


}

.item-slider-btnleft .fa-angle-left{
	font-size: 50px;
	font-weight: 900;
}

.item-slider-btnright .fa-angle-right{
	font-size: 50px;
	font-weight: 900;
}




.item-slider{
	position: relative;
	margin: 20px;
}

.item-slider-btnleft{
	position: absolute;
	left: -30px;
	top: 27%;
	width: 50px;
	height: 50px;
}

.item-slider-btnright{
	position: absolute;
	right: -30px;
	top: 27%;
	width: 50px;
	height: 50px;
}

.item-slider img{
		margin: 0 auto;
		border: solid 1px #ccc;
		padding: 10px;
}

.item-img{
	margin: 0px 15px;
}
 .spacer-40{
	padding: 40px 0 ;
	
 }



.prod-btn{
border-radius: 20px;
	padding: 10px 35px;
	margin: 53px 0px -22px 0px;
	font-size: 16px;

}


.adcart-btn{
	border-radius: 20px;
	padding: 4px 22px;
	margin: 0px 0;
	font-size: 15px;

}

section h2{
	padding-bottom: 50px;
		margin-top: 0px;
}

.item-slider h3{
	margin-bottom: 40px;
	margin-top: 0;

}

.prod-bg{

margin-top: -10px;
	background: #ecf9ff;
	padding: 25px 15px;
}
.prod-bg h4{
	font-family: 'Roboto', sans-serif;
	font-style: initial;
	font-style: normal;
	font-weight: bold;
	margin: 3px 0px;
}

.prod-bg h5{
	font-family: 'Roboto', sans-serif;
	font-style: initial;
	font-style: normal;
	font-weight: 900;
	font-size: 18px;
	color: #5daed8;

}
.prod-bg p {
	margin: 0 0 0px;
}


.bg-item .btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #4564b7;
}
.bg-item h2{
	text-shadow: 1px -2px 6px rgba(150, 150, 150, 1);
}
.item-slider .btn:hover {
	color: #fff;
	background-color: #0072ab;
	text-decoration: none;
}


.prod-bg .btn:hover {
	color: #fff;
	background-color: #0062b7;
	text-decoration: none;
}

.featured-prod {
}

.prod-bg h4 {
	font-weight: bold;
	
}


.product-slick a{
	color: #23408f;
	text-decoration: none;
	font-weight: bold;
}

.featured-prod-btn{
border-radius: 20px;
	padding: 10px 35px;
	   margin: 62px 0px -22px 0px;
	font-size: 16px;

}
.featured-prod img{
	margin: auto;

}

.featured-prod .btn:hover {
	color: #fff;
	background-color: #0072ab;
	text-decoration: none;
}
.mailing-list {
	margin-top: 40px;

}


.mailing-list h2{
	padding-bottom: 0px;
}
.mailing-list p{
	font-size: 18px;
	font-weight: 500;
}



.mailing-list {
	background-image: url(../images/logo-bg.png);
	background-size: contain;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	padding: 90px;
	opacity: 0.9;
}



.mailing-list:before {
	content: "";
	position: absolute;
	background-color: #dcf3ffed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}

.mailing-list .input-group{
	margin: 0 auto;
	max-width: 500px;
}
.mailing-list .input-group input{
	font-style: italic;
	font-weight: 100;
	padding: 0px 24px;
	letter-spacing: 1px;
}

.mailing-list .input-group input, button{
height: 50px;
}
.footer{
			font-family: 'Roboto', sans-serif;
			font-weight: bold;
			margin-top: 30px; 
}

.footer p{
	color: #282828;
    margin: auto;
}

.foot-header {
	font-size: 20px;
	font-weight: 900;
	color: #23408f;
}
.foot-logo{

	    margin: auto;

}
.widget_item li a {
	color: #282828;

	text-decoration: none;
}

.widget_item li a i {
	color: #5daed8;
	font-weight: 900;
	margin-right: 7px;
	margin-left: -34px;
}

.widget_service li {

	padding-bottom: 10px;
		list-style: none;

}

.m-top-20 {
	margin-top: 20px;
}

.footest{

	border-top: 1px #ccc solid;
	padding: 15px 0px 10px 0px;
}

.footer img {
	margin-left: 0;
	margin-bottom: 20px;
}


.navbar-header{
		background: #fff;
	border: solid 1px #ccc;
}

.xs-logo{
	max-width: 162px;
	height: auto;

}
	

	.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #ccc;
}


.slick-dots{
		display: none!important;
	}



.widget_item ul li i:nth-child(1)  {
margin-left:-20px ;
}

.fix-icon-widths .fa{
	width:15px;
}

.widget_item .setting-icon-fix{
	margin-left: -2px;
}



/* Product category====================================================================*/


.prod-body{
		font-family:'Roboto', sans-serif;
}
.light-blue-bg{
	background-color:#e6f6ff;
}
.top-address{
	font-family:'Roboto', sans-serif;
	margin: 10px 0px;
		padding: 20px 0px;

}
.top-address ul{
	padding: 10px 10px;
	border-radius: 5px;


}
.top-address ul{
margin: 0;
}

.top-address li{

font-size: 18px;
}
.image-box p{
	color: #282828;
}


.list-group-item:last-child, .list-group-item:first-child{
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px; 
}

.nopadding{
	padding: 0;
}

.pane-kc-category .panel-body{
	padding:0;
}

 .categories-list{
	border: #5daed8 solid 1px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
 }


.pane-kc-category .panel-heading {
	background-color: #5daed8;
		border: 1px solid #5daed8;
		font-size: 25px;
		text-transform: uppercase;
			font-family: 'Roboto', sans-serif;
		text-align: center;
		color: #fff;
		font-weight: : 900;
		border-top-right-radius: 10px;
	border-top-left-radius: 10px; 
	cursor:pointer;
}


.categories-list li{
	color: #23408f;	
	font-size: 17px;
	font-family:'Roboto', sans-serif;
}



.prod-list-holder h3{
	font-family:'Roboto', sans-serif;
	font-size: 48px;
	font-style: initial;
	font-weight: 900;
}

.prod-body p{
	color: #717171;
	font-size: 17px;
}

.prod-body p{

	font-size: 17px;
}
.prod-image-holder .prod-bg p{
	color: #000;
	font-size: 14px;
}


.prod-hli li{
	color: #717171;
	font-size: 17px;
	list-style: none;
}
.prod-hli li i{
		color: #23408f;
}


.sorter select{
		border: 1px solid #b3b3b3;
	 background: white;
	 padding: 10px 5px;
	 margin: 0px 10px;
	 min-width: 150px;

}
.sorter .sort-box-holder{
	text-align: right;
}



.image-box{
	margin-top: 20px; 
	text-align: center;
}

.image-box img{

	margin: 0 auto;
}


.categories-list .active{
	background-color: #23408f;
}

.categories-list .active a{
	color:#fff;
}



.prod-list-holder p{
	color: #717171;
}






/* Product preview====================================================================*/







.prev-img-box img{

	max-height: 500px;
	width: 100%;
	object-fit: cover;
	border: 5px solid;

}


.preview-box{
	font-family: 'Roboto', sans-serif;
}

.prod-pev-details{

	border: 1px solid #23408f;
	min-height:500px;
padding: 40px 50px;
	text-align: center;
}



.prod-pev-details h2{
	font-style: initial;
	font-weight: 900;
		font-family: 'Roboto', sans-serif;
		font-size: 35px;
			padding: 5px 0px;

}

.prod-pev-details h5 {
	padding: 5px 0px;
	color: #717171;
	font-family: 'Roboto', sans-serif;
	font-style: initial;
	font-size: 16px;
		font-weight: 500;

}



.prod-pev-details h3{
	font-style: initial;
	color: #5daed8;
	font-weight: 900;
	font-family: 'Roboto', sans-serif;
	font-size:30px;
	padding: 5px 0px;

}

.prod-pev-details p{
	font-style: initial;
	color: #717171;
	font-family: 'Roboto', sans-serif;


}

.prod-pev-details .btn{
	width: 100%;
	background-color: #5daed8;
	font-size: 25px;
	padding: 5px;
	height: 70px;
	text-transform: uppercase;
	color: #fff;
}
.prod-pev-details .btn:hover{
	background-color: #006ea7;
}


.overview-box{
	font-family: 'Roboto', sans-serif;
		margin-bottom: 30px;
}

.overview-box h3, p {
	font-family: 'Roboto', sans-serif;
	font-style: initial;

}



.overview-box i{

		color: #5daed8;
}

.overview-list li i{
	color: #5daed8;
	font-size: 17px;
	list-style: none;
}


.overview-list li{
	color: #717171;
	font-size: 17px;
	list-style: none;
}



.nav-tabs>li>a {
color: #777;
}

.star-rate i{
	font-size: 20px;
		color: #ffcc00;
}

/* Product tab panel====================================================================*/




.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	cursor: default;
	background-color: #23408f;
	border: 1px solid #23408f;
	border-bottom-color: transparent;
	padding: 10px 39px;
	border-radius: 0;
	color: #fff;
	font-size: 22px;
}

.nav-tabs>li>a {
padding: 10px 39px;
	font-size: 22px;
	background-color: #eee;
	 border-radius: 0;
}
.nav-tabs>li>a:hover {
	border-color: #eee #eee #ddd;
	background: #4974ea;
	color: #fff;
	 border: 1px solid #4974ea;
}


.prod-tab-pane  .tab-content{
	border: 1px solid #23408f;
	padding: 20px;

}


.prod-tab-pane  .tab-content h4{
	font-family: 'Roboto', sans-serif;
	font-style: initial;
	font-size: 22px;
		color: #717171;
}

.categories-list-gray-txt{	
	border: #5daed8 solid 1px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.categories-list-gray-txt li:first-child {
	background-color: #5daed8;
	border: 1px solid #5daed8;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: : 600;
	text-align: center;
	color: #fff;
}

.categories-list-gray-txt li{

	color: #707070;
}


.gray-txt{
	color: #717171;
}

.order-qty {
	margin: auto;
    border: 1px black;
    border-style: solid;
    width: 150.99px;
}


.order-qty input{
	width: 50px;
	height: 36px;
	margin-top: -1px;
	text-align: center;
	margin-left: -4px;
	margin-right: -4px;
	border: 0;
	position: relative;
	z-index: 1;
}

.order-qty button{
	width: 50px;
	height: 36px;
	margin: 0;
	border: 0;
	position: relative;
	z-index: 2;
}


.order-qty button:first-child{

	border-right: 1px black solid;
	
}

.order-qty button:last-child{

	border-left: 1px black solid;
	
}



.order-qty button{



}


.add-top a{
		color: #2d2d2d;
}

.add-top{
		background-color: #e6f6ff;
			background-color: #e6f6ff;
	padding: 13px 24px;
}
.add-top .active{
	color: #5daed8;
}


.add-top li+li:before{
	content: "\f101";
		color: #23408f;
		display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}







/*===================01-19-2018 checkout=============*/
.checkout-step input, select{
	border-radius: 0px;
}

.checkout-step .active{
	display:block;
}
 


.checkout-step .country-list, .region-list{
	border-radius: 0px;
}

.checkout-step {
	color: #717171;
}



.checkout-step  .card-header{
	    background: #f6f6f6;
    border: 1px solid #ccc;
    border-top-left-radius: 5px; 
      border-top-right-radius: 5px; 
          padding: 7px 30px;
}


.checkout-step  .card-header h5{
    font-style: initial;
    color: #717171;
    font-weight: 900;
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    cursor: pointer;

}

.checkout-step  .card-header h5 span{
    color: #23408f;
}

.checkout-step  .card-body{
    padding: 20px 10px;
    overflow: auto;
}

.step-h3{
	font-size: 25px;
	color: #717171;
}    
.checkout-step  .card-body button{
	background: #23408f;
    color: #fff;
    font-size: 21px;
    padding: 0px 15px;
    border-radius: 6px;
    border: solid 1px;
}


.checkout-step  .card-body button:hover{
	background: #5daed8;
}


.checkout-login p{
	font-size: 16px;
}




.checkout-login p span{
	color: #d70000;
}
.checkout-login input{
    border-radius: 0;
    padding: 10px 10px;
    height: 40px;
}
.checkout-step  .card-body a{

    text-decoration: none;
    font-size: 18px;
    }


.with-padding-lr{
	padding: 0px 20px;
} 

.post-code{
max-width: 200px;

}


.country-list{
max-width: 300px;

}


.region-list
{
max-width: 300px;

}





/*===================01-19-2018 cart=============*/


.cart-holder{
	    font-family: 'Roboto', sans-serif;
	    color: #717171;
}

.cart-holder h4{
	    font-style: initial;
    font-weight: 900;
font-family: 'Roboto', sans-serif;
    font-size: 40px;

}


.cart-holder .continue {
    font-style: initial;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 22px 10px;
    text-align: right;
    color: #23408f;
	display:block;
}

.cart-holder table th{
	color: #717171;
	background:#f6f6f6;
	border-bottom: 1px solid #ccc!important;
	padding: 20px 20px!important;	 
}


.cart-holder table th:first-child{
	    border-top-left-radius: 6px;
	    background:#f6f6f6;
	    border-bottom: 1px solid #ccc;		
		padding: 20px 20px;	    

}

.cart-holder table th:last-child{
	    border-top-right-radius: 6px;
	    background:#f6f6f6;
	    border-bottom: 1px solid #ccc;
	    padding: 20px 20px;
}


.cart-holder table td span{
color: #23408f;
/* padding: 0px 20px; */
font-size: 18px;

}
.cart-holder table{
    border-bottom: 1px solid #ccc;
}


.cart-holder table img{
    border: 3px solid #000;
    min-width: 100px;
    max-width: 100px;
    height: 100px;
    object-fit: cover;
}
.cart-table-holder {
	width: 100%;
}

.cart-holder table td{
	    vertical-align: middle!important;
	    font-weight: 700;

}

.cart-holder table td .fa-trash-o{
	    font-size: 25px;

}



.cart-holder table td input
{
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border:0;
	width: 30px;
}


.roboto-txt{
	font-family: 'Roboto', sans-serif;
	font-style: initial;
}


.cart-total-holder ul li{
	font-size: 20px;
		width: 49%;
}






.cart-total-holder .c-total{

color:#23408f;
font-weight: 700;
}




.cart-total-holder ul li:last-child{
	    text-align: right;
}



.no-radius{
	border-radius: 0px;
}
.cart-co-bnt {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 10px;
  text-shadow: 2px 2px 1px #1a1a1a;
  color: #ffffff;
  font-size: 20px;
  padding: 15px 20px 15px 20px;
  border: solid #2d89c2 2px;
  text-decoration: none;
}

.cart-co-bnt:hover {
	color: #fff;
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}























.bordered-img-light{
	border: solid 1px #cccccc;
	padding: 10px;
	transition: all 0.3s;
}

.bordered-img-light:hover{
	background: #23408f;
}

.spacer-60{
	padding:60px 0;
}

.category-page-items h4{
	margin-bottom:40px;
}

.prod-holder .item{
	padding-left:15px;
	padding-right:15px;
}

.btn-gradient-blue{
	background-image: url(../images/btn-gradient-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	padding: 15px;
	border-radius: 10px;
}

.btn-gradient-blue:hover{
	background-image: url(../images/btn-gradient-bg-hover.png);
}

.login-sc h2{
	padding-bottom:0;
	font-weight:bold;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	margin-bottom:5;
}

.login-sc h3{
	color:#717171;
	font-family: 'Roboto', sans-serif;
	font-style:normal;
	font-weight:normal;
	margin-top:0;
	margin-bottom:0;
}

.login-sc p{
	color:#717171;
}

.login-sc form label{
		color: #717171;
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	font-weight: normal;
}

.login-sc form .form-control{
	border:solid 1px #898989;
	height:auto;
	border-radius:0;
	padding: 7px;
	margin-bottom:10px;
}

.login-sc form input[type="submit"]{
	border-radius: 3px;
	margin-top:20px;
}

.btn{
	transition: all 0.3s;
}

.login-sc form{
	padding-right: 25%;
}


.shadow-right-bg{
	background-image: url(../images/shadow-right-bg.png);
	background-position: right;
	background-repeat:no-repeat;
}



























/*Responsive CSS*/

@media screen and (max-width: 767px) {


.navbar-header {
	border-left: 0;
	border-bottom: 0;
	border-right: 0;
}


.navbar-nav{
		width: 100%;
	text-align: center;
	margin: 0;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #23408f;
}


.carousel-control.left{
	left: 3%;
}
.carousel-control.right {
    right: 9%;
}


.homepage-banner .carousel-control .fa-angle-right,.homepage-banner .carousel-control .fa-angle-left {
font-size: 39px;
	background: #0000007a;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	padding-top: 5px;
	padding-left: 7px;
}


	.slick-dots{
		display: none!important;
	}
	
	.item-slider-btnleft .fa-angle-left {

	}
	.item-slider-btnright .fa-angle-right {

	}
	.prod-bg {
		margin-top: -10px;
		background: #ecf9ff;
		padding: 25px 15px;
		max-width: 269px;
		margin: auto;
	}	
	.prod-holder .col-md-3{
	margin-bottom: 20px;
	}

	.top-icons .media{
			margin: 10px 0px;
	}
	.con-spacer{
			width: 353px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	}

		.top-icons .col-md-3:after {
		content: "";
		position: absolute;
		width: 1px;
		height: 100%;
		border-bottom: dashed 1px #717171;	 
		border-right: dashed 0px #717171;	    
		top: 0;
		right: 0;
		width: 100%;
	}

		.top-icons .col-md-3:nth-child(4):after {

		border-bottom: dashed 0px #717171;	 
	}

	.slick-arrow{
		
	}



.prod-holder .item-slider-btnleft {
position: absolute;
    left: 20px;
    top: 20%;
    width: 20px;
    height: 20px;
    z-index: 10;
}


.prod-holder .item-slider-btnright {
position: absolute;
    right: 20px;
    top: 20%;
    width: 20px;
    height: 20px;
}

.item-slider-btnright .fa-angle-right {
    font-size: 25px;
    font-weight: 900;
}

.item-slider-btnleft .fa-angle-left {
    font-size: 25px;
    font-weight: 900;
}


/*===================01-20-2018=============*/

.header-login-register{
	float: left!important;
	width: 100%;
}


.header-login-register button{
	height: 40px;
}

.header-login-register button:hover{
	background: #23408f;
}


.mobi-logo{
	margin-top: 15px;
}

.bg-item h2 {
	text-align: center;
	font-size: 25px;
}

.bg-item p {
	text-align: center;
	font-size: 12px;
}
.bg-item a {
	text-align: center;
	    margin: auto;
    display: block;
    max-width: 140px;

}
     

.header-login-register .navbar-toggle .icon-bar {
    background-color: #ccc;

}



.header-login-register .navbar-toggle {
    border-color: #333;
        margin: -3px 10px;

}

.cart-holder h4{
	text-align: center;
}














}





@media (min-width: 768px) and (max-width: 991px) {

	.prod-bg {
	margin-top: -10px;
	background: #ecf9ff;
	padding: 25px 15px;
	max-width: 269px;
	margin: auto;

	}
	.prod-holder .col-md-3{
	margin-bottom: 20px;
	}


		.prod-holder .col-md-3{
	margin-bottom: 20px;
	}
		.top-icons .media{
			margin: 10px 0px;
	}




.homepage-banner .item:nth-child(1) .bg-item{}





	.top-icons .col-md-3:nth-child(2):after {
		content: "";
		border-right: 0;
		border-bottom: dashed 1px #717171;
			width: 100%;

	}

	.top-icons .col-md-3:nth-child(1):after {
		content: "";
		border-right: 0;
		border-bottom: dashed 1px #717171;
		border-right: dashed 1px #717171;
			width: 100%;

	}




}







@media (min-width: 992px) and (max-width: 1199px) {

	.prod-bg {
	margin-top: -10px;
	background: #ecf9ff;
	padding: 25px 15px;
	max-width: 269px;
	margin: auto;
	}
	.prod-holder .col-md-3{
	margin-bottom: 20px;
	}





}

@media screen and (min-width: 1200px) {
		
}



/*Responsive CSS End*/


/*fonts*/

@font-face {
	font-family: 'font-name';
	src: url('../fonts/font-name.html'), url('../fonts/font-name-2.html') format('truetype'), url('../fonts/font-name-3.html') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*fonts end*/


.product-qty-wrapper {
	position: absolute; 
	bottom: 48px; 
	left: 32%;
}

.product-qty-label {
	font-size: 12px;
}

.product-qty-input {
	width: 45px; 
	height: 22px;
	display: inline-block; 
	text-align: center;
}