body {
	font-family: Yantramanav, arial;
	font-weight: 300;
	font-size: 18px;
	overflow-x: hidden;
}
h1,h2,h3,h4 {
	color: #060039;
	font-family: Rajdhani, Arial;
	font-weight: 700;
	text-transform: uppercase;
}
h1 { font-size: 60px; font-weight:500; }
h2 { font-size: 40px; }
h3 { font-size: 25px; }
h4 { font-size: 15px; }
@media only screen and (max-width: 767px){
	body { font-size:15px; }
	h1 { font-size: 35px; }
	h2 { font-size: 28px; }
	h3 { font-size: 20px; }
	h4 { font-size: 14px; }
}

h1 > span,h2 > span,h3 > span,h4 > span {
	color: #ef483f;
}

.form-control,
.form-language select,
.form-list select,
.form-list textarea,
.input-text,
.multiple-checkout .data-table select,
.my-wishlist textarea,
.product-options dd .input-text,
.product-options dd select,
.product-options dd textarea {
	border-radius: 0
}
textarea  {
	min-height:150px;
}

a {
	-webkit-transition: background-color 300ms ease, color 300ms ease;
	-moz-transition: background-color 300ms ease, color 300ms ease;
	-ms-transition: background-color 300ms ease, color 300ms ease;
	-o-transition: background-color 300ms ease, color 300ms ease;
	transition: background-color 300ms ease, color 300ms ease;
}
.order-items h3 {
	font-size:24px;
	line-height: 1.4;
}
.std .new-products ul { 
	list-style: none; 
	padding: 0px;
 }

.sorter {
    border-bottom: 1px solid #e5e5e5;
    border-top: 0;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

 .std .products-grid .item {
 	min-height: 450px;
 }

 .add-to-cart {
 	
 }

.add-to-cart label {
	line-height: 45px;
}

.add-to-cart {
	text-align: left;
}
.add-to-cart .btn-cart {
	width: 250px;
}

.qty-cart {
	
}

.qty-cart .text-label {
	display: inline-block;
	min-width: 50px;
}

.qty-cart .text-field {
	display: inline-block;
}

.no-rating {
	margin-bottom: 25px;
}

.add-to-cart input[type=text],
.add-to-cart select {
	font-size: 24px;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    height: 48px;
    border-radius: 0;
}

 .no-gutter [class*='col-'] {
    padding-right:0;
    padding-left:0;
}


body[class*=' sales-order-'] .main-container,
body[class*=' customer-account-'] .main-container {
	padding-top: 30px;
}


.layout-2-cols aside[role=complementary] {
	width: 30%;
}

.layout-2-cols div[role=main]{
	width: 70%;
}

@media only screen and (min-width: 768px) {
	.navbar-right {
		margin-right: 0px;
	}
}

/* header */
header[role=header] {
	/* padding-bottom: 70px; */
	padding-bottom: 34px;
}
header[role=header] .logo img {
	max-width: 100%
}


/* top navigation */
.navbar-default {
	background: none;
	border-color: #838383;
	border-width: 0px 0px 1px 0px;
	border-radius: 0px;
	margin-top: 20px;
}
.navbar-default .nav.navbar-nav {
	font-family: Rajdhani, Arial;
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
}

.navbar-default .nav.navbar-nav > li.active > a,
.navbar-default .nav.navbar-nav > li:hover > a {
	background: #E1E1E1;
	/* color: #EF473F; */
}
.navbar-default .nav.navbar-nav li > a {
	-webkit-transition: background 600ms ease, color 600ms ease;
	-moz-transition: background 600ms ease, color 600ms ease;
	-ms-transition: background 600ms ease, color 600ms ease;
	-o-transition: background 600ms ease, color 600ms ease;
	transition: background 600ms ease, color 600ms ease;
	color: #848484;
}
.navbar-default .navbar-nav>.open>a, 
.navbar-default .navbar-nav>.open>a:focus, 
.navbar-default .navbar-nav>.open>a:hover {
	background: #E1E1E1;
}
.dropdown-menu { 
	padding: 0px; 
}
.navbar-default .dropdown-menu {
	background: #E1E1E1;
	border: 0px;
	box-shadow: none;
	border-radius: 0px;
}

.navbar-default .dropdown-menu > li {
	
}

.navbar-default .dropdown-menu > li:hover {
	
}

.navbar-default .dropdown-menu > li.current > a,
.navbar-default .dropdown-menu > li:hover > a {
	background: #09517B;
	color: #FFF;
}

.navbar-default div.dropdown-menu {
	padding: 20px;
}
ul.product-tabs {
	border-bottom: 1px solid #000;
}


.modal-media .modal-dialog {
	max-width: 830px;
}

.navbar-default .dropdown-menu > li > a {
	font-weight: 700;
	line-height: 32px;
}


.mini-cart-list {
	color: #363636;
	width: 360px;
	max-width: 100%;
}

.mini-cart-list h3 {
	font-size: 24px;
	margin: 0px;
	padding: 10px 0px;
	line-height: 1;
}

.cart-list-pane {
	text-transform: none;
	padding: 15px 0px;
}

.cart-list-pane::after {
	content: "";
	display: block;
	clear: both;
	height: 0px;
}

.cart-item-info {
	float: left;
	width: calc(100% -50px);
	line-height: 1;
}

.cart-item-info > a {
	font-size: 20px;
	color: #363636;
	padding-bottom: 5px;
}

.cart-item-info .skucode {
	font-weight: 500;
}

.cart-item-qty {
	width: 50px;
	font-size: 20px;
	text-align: right;
	float: right;
	line-height: 1;
}

.cart-list-link { 
	padding: 15px 0px;
}

.cart-list-link > a { 
	background: #09517B;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
	max-width: 100%;
	min-width: 180px;
	text-decoration: none;
	display: inline-block;
	line-height: 46px;
}

@media only screen and (min-width: 768px) {
	.navbar-collapse { 
		padding-left: 0px; 
		padding-right: 0px; 
	}
}
@media only screen and (max-width: 767px) {
	header[role=header] {
		padding-top:60px;
		padding-bottom:20px;
	}
	header[role=header] .logo {
		text-align:center;
	}
	
	header[role=header] .navbar-brand>img {
		max-height: 100%;
	}
	header[role=header] .navbar-main { 
	    position: fixed;
	    top: 0px;
	    z-index: 20;
	    background: #FFF;
	    left: 0px;
	    right: 0px;
	    margin: 0px;
	}


	.navbar-brand { 
		opacity: 0; 
		-webkit-transition: opacity 300ms ease;
		-moz-transition: opacity 300ms ease;
		-ms-transition: opacity 300ms ease;
		-o-transition: opacity 300ms ease;
		transition: opacity 300ms ease;
	}
	.navbar-brand.show_mini_logo { 
		opacity: 1;
	}

}
/* top navigation */


/* mini login */
.mini-login {
	padding-top: 15px;
}

.mini-login .input-text {
	border-radius: 0px;
	border-right: 0px;
	font-size: 18px;
	height: 40px;
}

.mini-login .button {
	background: #848484;
	width: 100%;
	border-radius: 0px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 18px;
	padding: 7px 10px;
}
/* mini login */

/* account top menu */
.account-top-menu { 
	background-color: #0B213E;
}

.account-top-menu .container { 
	
}

.custom-nav-wrapper {
	
}

ul.custom-nav {
	margin: 0px; 
	padding: 0px;
}

ul.custom-nav > li {
	float: left;
}

ul.custom-nav > li > strong,
ul.custom-nav > li > a {
	display: inline-block;
	color: #DCDCDC;
	font-family: Rajdhani, Arial;
	font-weight: 700;
	font-size: 18px;
	text-transform: uppercase;
	text-decoration: none;
	transition: color 300ms ease;
	padding: 18px 20px;
}


ul.custom-nav > li.current > a,
ul.custom-nav > li.current > strong,
ul.custom-nav > li:hover > a {
	color: #FFF;
}


span.cart_bg {
	display: inline-block;
	background: #EF473F;
	color: #FFF;
	border-radius: 10px;
	min-width: 20px;
	text-align: center;
    line-height: 1;
    padding: 2px 3px 2px 3px;
}

/* page banner */
.page-banner {
	
}

.page-banner-wrapper {
	
}

.page-banner-img {
	overflow: hidden;
}

.page-banner-img img {
	width: 100%;
	 /* max-width: 100%;
	 	min-width: 750px;
	 	left: 50%;
	    position: relative;
	    transform: translateX(-50%);  */
}

/* page banner */

/* slider */
.slider-container {
	padding-bottom: 70px;
}
.slide-pane { 
	position: relative; 
}
.slide-image {
	overflow: hidden;
}
.slide-image img { 
	width: 100%;
	/* max-width: 100%;
	min-width: 1100px;
	left: 50%;
	    position: relative;
	    transform: translateX(-50%); */
}
.slide-content {  
	position: absolute; 
	top: 50%; 
	left: 0px;
	transform: translateY(-50%);
	width: 100%;
	color: #FFF;
}
.slide-content h1,
.slide-content h2,
.slide-content h3 {  
	color: #FFF;
	font-family: Rajdhani, Arial;
	font-weight: 700;
	font-size: 75px;
	text-transform: uppercase;
}
.slide-content-inner {
	font-family: Yantramanav, arial;
	font-size:30px;
	line-height: 1.2;
}
a.slide-link {
	background: #EF473F;
	color: #FFF;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 30px;
	font-family: Rajdhani, Arial;
	font-weight: 700;
	font-size: 30px;
	text-decoration: none;
	transition: background 600ms ease, color 600ms ease;
}
a.slide-link:hover {
	background: #EC1E13;
}
.slider-container .slick-dots {
	position: absolute;
	z-index: 9;
	left: 50%;
	transform: translateX(-50%);
	margin: 20px 0px;
	padding: 0px;
}
.slider-container .slick-dots > li {
	float: left;
	margin: 0px 6px;
}
.slider-container .slick-dots > li.slick-active > button {
	background:#CBCBCB;
}
.slider-container .slick-dots > li > button {
	background:#FFF;
	border: 0px;
	height: 10px;
	width: 48px;
	overflow: hidden;
	border: 1px solid #CBCBCB;
	text-indent: -1111px;
}
.slider-container:hover .slick-arrow {
	opacity: 0.55;
}
.slider-container .slick-arrow {
	transition: opacity 600ms ease;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	font: normal normal normal 0px FontAwesome;
	background:none;
	border: none;
	display: inline-block;
	padding: 0px;
	margin: 0px;
	line-height: 1;
	opacity: 0.15;
}
.slider-container .slick-arrow::before {
	font-size: 70px;
	color: #FFF;
}
.slider-container .slick-prev {
	left: 5%;
}
.slider-container .slick-next {
	right: 5%;
}

.slider-container .slick-prev::before {
	content: "\f100";
}
.slider-container .slick-next::before {
	content: "\f101";
}

/* slider */
.global-site-notice {
	margin: 15px 0px;
}
div[role=main] {
	padding-top: 10px;
	padding-bottom: 50px;
}

/* home page */



.main-container {
	padding-top: 0px;
}
.cms-home .main-container,
.cms-wholesale-services .main-container {
	padding-top: 0px;
	background: url('../images/home-bg.jpg') repeat-x 100% 100%;

}

.home-content {  
	font-size: 24px;
	font-weight: light;
	line-height: 1.2;
	color: #848484;
}
@media only screen and (max-width: 767px) {
	.home-content {
		font-size:18px;
	}
}


.customblocks-service-wrapper {
	padding-top: 100px;
}

.customblocks-service-pane {
	min-height:400px;
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-color: #FFF;
	-webkit-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06);
	-moz-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06);
	-ms-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06);
	-o-box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06);
	box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.06);
	font-size:18px;
	font-family: Yantramanav, arial;
	/* padding:35px; */
	color:#838383;
	margin-bottom:15px;
}
.customblocks-service-pane h3 {
	font-size:48px;
	margin:0px;
	padding-bottom: 10px;
}
.customblocks-service-content { 
	padding-bottom:20px;
	max-width:166px;
}
.service-content-pane { 
	background:rgba(255,255,255, 0.5);
	color: #535151;	
	padding:35px;
	min-height: 400px;
}
a.btn-customblock-link,
.customblocks-service-pane a.btn-customblock-link {
	font-size:18px;
	padding:5px 30px;
	text-decoration: none;
}
/* home page */


input[type=text],input[type=password],input[type=email] {
	font-family: Rajdhani, Arial;
	font-weight: 500;
}

button, button.button {
	font-family: Rajdhani, Arial;
	font-weight: 700;
}


.block-layered-nav dl {
    margin: 0;
    font-family: Rajdhani, Arial;
    font-weight: 500;
}




/* product grid item box */

@media only screen and (min-width:768px) {
	.product-essential .product-img-box {
		padding-right: 0px;
	}
}
.product-img-box .more-views {
	padding-top: 0px;
	border: 0;
}

.box-collateral.box-reviews {
	border:0;
}


.img-thumbnail,
.product-essential .product-img-box img, 
.products-grid .product-image img, 
.products-list .product-image img { 
	padding: 0px; 
	border-radius: 0px;
}

.product-image.product-image-zoom img {
	width: 100%;
}

.product-image.product-image-zoom a {
	width: 100%;
	border-radius: 0px;
	padding: 0px;
	display: inline-block;
}

.product-essential .product-img-box .more-views ul li {
	padding: 0px;
	margin-bottom: 14px;
}
.product-essential .product-img-box .more-views ul li a {
	display: block;
	border: 1px solid #EEE;
}
.product-essential .product-img-box .more-views ul li img {
	padding: 0px;
}

.page-header, 
.page-title {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.cart .page-title {
	font-size: 24px;
}

.page-header h1, 
.page-title h1 {
	margin: 0px 0px 0px;
	line-height: 1;
}

.pager {
	border: 0px;
}

.bottom-pagination {
	padding: 40px 0px;
}

.custom-grid-pane { 
	border: 1px solid #eee;
	position: relative;
	padding: 0 0 50px 0;
	margin-bottom: -1px;
    text-align: center;
	font-family: Rajdhani, Arial;
	font-weight: 500;
    -webkit-transition: box-shadow 300ms ease;
    -moz-transition: box-shadow 300ms ease;
    -ms-transition: box-shadow 300ms ease;
    -o-transition: box-shadow 300ms ease;
    transition: box-shadow 300ms ease;
    padding: 15px 15px 50px;
    margin-bottom: 15px;
}

.custom-grid-pane:hover { 
	box-shadow: 0px 0px 10px #ddd;
}
.custom-grid-pane:hover .btn-cart { 
	background: #ef483f;
}

.custom-grid-image {
	
}

.custom-grid-image img {
	max-width: 100%;
}

.custom-grid-title .product-name a,
.custom-grid-title .product-name {
	font-size: 24px;
	line-height: 1;
	text-decoration: none;
	color: #0b213e;
	padding: 5px 0px;
}


.custom-grid-price {
	padding-bottom: 5px;
}


.custom-grid-rating .amount,
.custom-grid-rating .rating-box {
	float: none;
	display: inline-block;
}

.custom-grid-actions { 
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
}


/* cart / order list */
.data-table, 
.data-table>tbody>tr>td, 
.data-table>tbody>tr>th, 
.data-table>tfoot>tr>td, 
.data-table>tfoot>tr>th, 
.data-table>thead>tr>td, 
.data-table>thead>tr>th, 
.table-bordered, 
.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th
table#shopping-cart-table {
	border: 0;
}

#shopping-cart-table {
	font-size: 24px;
}

#shopping-cart-table .product-name {
	font-size: 24px;
	font-weight:700;
}

#shopping-cart-table a {
	text-decoration: none;
	color: #333;
}


#shopping-cart-table .btn-custom-remove { 
    width: 30px;
    height: 30px;
    background: #949494;
    color: #FFF;
    display: inline-block;
    border-radius: 15px;
    line-height: 30px;
    padding: 3px 0px 0px 0px;
    text-align: center;;
}

#shopping-cart-table tbody td {
	padding: 15px 5px;
}
#shopping-cart-table .item-options { 
    font-size: 15px;
}

#shopping-cart-table .item-options dd { 
    line-height: 1;
    margin-bottom: 5px;
}
#shopping-cart-table input.form-control,
#shopping-cart-table select.form-control {
    font-size: 24px;
    height: auto;
    padding: 2px 0px 0px 2px;
    border-radius: 0px;
	min-width: 80px;
}
#shopping-cart-table .item-msg {
    font-size: 12px;
}

.data-table>colgroup+thead>tr:first-child>th,
.data-table>thead>tr>td, 
.data-table>thead>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th {
	border-bottom: 2px solid #CCCCCC;
	border-top: 2px solid #CCCCCC;
	font-family: Rajdhani;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 700;
	color: #363636;
}


.checkout-types { 
	text-align: right; 
}


#shopping-cart-totals-table {
	text-transform: uppercase;
	width: 100%;
	font-family: Rajdhani, Arial;
	font-weight: 700;
}

#shopping-cart-totals-table tbody {
	font-size: 24px;
	font-weight: 500;
}

#shopping-cart-totals-table tfoot {
	font-size: 30px;
}

#shopping-cart-totals-table td {
	padding-bottom: 20px;

}
#shopping-cart-totals-table td:first-child {
	padding-right: 40px;
}

.total-pane{ 
	background: #EBEBEB;
	padding: 50px 35px;
	border-top: 2px solid #CCCCCC;
	margin-bottom: 30px;
}

.btn-checkout {
	border-radius: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #09517B;
	width: 270px;
	max-width: 100%;
	text-align: center;
	font-size: 18px;
	font-family: Rajdhani, Arial;
	font-weight: 700;
	border: none;
}

.btn-continue  {
	border-radius: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #ABABAB;
	width: 270px;
	max-width: 100%;
	text-align: center;
	font-size: 18px;
	font-family: Rajdhani, Arial;
	font-weight: 700;
}




ul.account-navigation {

}

ul.account-navigation > li {
	font-family: Rajdhani, Arial;
	font-weight: 500;
	text-transform: uppercase;
}

ul.account-navigation > li > a {
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;

	font-family: Rajdhani, Arial;
	font-weight: 500;
	display: block;
	text-decoration: none;
	background: #FCFCFC;
}

ul.account-navigation > li.current,
ul.account-navigation > li:hover > a {
	font-weight: 700;
	background: #EBEBEB;
}
ul.account-navigation > li.current > strong,
ul.account-navigation > li.current > a,
ul.account-navigation > li > a  {
	display: block;
	padding: 25px 25px;
	font-size: 22px;
	color: #0B213E;
}


.page-services {
	font-size: 24px;
	line-height: 1.2
}

/*  .page-services h1 {
	font-size: 60px;
	font-weight:500;

} 
*/
.thumbnail {
	
}

.thumbnail img {
	max-width: 100%;
}

.btn-gray {
	border-radius: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #ABABAB;
	width: 270px;
	max-width: 100%;
	text-align: center;
	font-size: 18px;
	font-family: Rajdhani, Arial;
	font-weight: 700;
}

.btn-lgray {
	border-radius: 0px;
	text-transform: uppercase;
	color: #333;
	background: #D6D6D6;
	width: 270px;
	max-width: 100%;
	text-align: center;
	font-size: 18px;
	font-family: Rajdhani, Arial;
	font-weight: 700;
}

.btn-blue:focus,
.btn-blue:hover {
	color: #FFFFFF;
}

.buttons-set button.button,
.btn-blue {
	border-radius: 0px;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #0A527C;
	width: 270px;
	max-width: 100%;
	text-align: center;
	font-size: 18px;
	font-family: Rajdhani, Arial;
	font-weight: 700;
}

.service-btn {
	padding: 40px 0px;
}

.dashboard {  
	font-size: 24px;
}


.load-link .fa-spin {
	display: none;
}

.load-link.progressing .fa-spin {
	display: inline-block;
}

.dashboard h3 {  
	margin: 0px;
	font-size: 24px;
	font-family: Rajdhani, Arial;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 15px;
	border-top: 2px solid #CCC;
    padding-top: 15px;
}

.dashboard address {
	margin: 0px;
}

.dashboard .infobox {
	margin-bottom: 50px;
	font-weight:400;
}

.dashboard .welcome-msg { margin-bottom: 50px; }

.nonpad { padding-right:15px; }

.member-form .textarea {
	min-height: 150px;
	font-family: Rajdhani, Arial;
	font-weight: 500;
}
/* .member-form .textarea,
.member-form .input-text {
	font-size: 22px;
} */

#my-orders-table {
	border-bottom: 2px solid #CCC;
}

.page-success .page-title h1 {
	font-size: 50px;
	font-weight:500;
	margin-bottom:15px;
}

.my-account {
	font-size:24px;
}

.page-success .page-content {
	font-size: 18px;
	margin-bottom:60px;
}


.std ul.form-list.messages {
}
.std ul.form-list {
	padding-left:0px;
	list-style:none;
}




@media only screen and (max-width:1366px) {
	.slide-content h1, .slide-content h2, .slide-content h3  {
		font-size: 58px;
	}
	.slide-content-inner {
		font-size: 24px;
	}

	.customblocks-service-pane {
		min-height: 350px;
		background-size: 70%;
	}
}

@media only screen and (max-width:767px) {
	.customblocks-service-pane {
		min-height: 0px;
		background-size: 52%;
	}
	
	.slide-image img { 
		min-width: 1000px;
	}
	.slide-content h1,
	.slide-content h2,
	.slide-content h3 {  
		font-size: 45px;
	}
	a.slide-link,
	.slide-content-inner {
		font-size:20px;
	}



}
@media only screen and (max-width: 414px) {
	/* .customblocks-service-content { 
		padding-bottom:0;
		margin-bottom:20px;
		max-width:100%;
		background:rgba(255,255,255, 0.5);
		color: #535151;
	} */
}
@media only screen and (max-width: 460px) {
	.slide-content h1,
	.slide-content h2,
	.slide-content h3 {  
		font-size: 30px;
	}
	a.slide-link,
	.slide-content-inner {
		font-size:15px;
	}
}

@media only screen and (min-width: 1200px) and (max-width: 1366px) {
	.container { width: 970px; }
	.customblocks-service-pane h3 { font-size: 38px; }
}
