@charset "utf-8";
/* @font-face {
    font-family: 'Mongolian Baiti';
    src: url('../fonts/MongolianBaiti.eot');
    src: url('../fonts/MongolianBaiti.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MongolianBaiti.woff2') format('woff2'),
        url('../fonts/MongolianBaiti.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

@font-face {
	font-family: 'Helvetica';
	src: url('../fonts/Helvetica.eot') format('embedded-opentype');
	src: url('../fonts/Helvetica.ttf') format('truetype');
	src: url('../fonts/Helvetica.svg') format('svg');
	font-weight: normal;
	font-style: normal;
  }

/* body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-family: 'Lato', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Raleway', sans-serif;
} */

body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-family: 'Helvetica', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Helvetica', sans-serif;
}

img {
	max-width: 100%;
	outline: none;
}
.clr {
	clear: both;
}
/*=====common=====*/
.container{
	padding-left: 0;
	padding-right: 0;
}
header{
	margin: 0;
	padding: 0;
	position: relative;
	background: #ebe9e9;
}
.header_top {
	float: right;
	background: #1660a8;
	padding:7px 0 10px 0;
	position: relative;
	height: 60px;
	width: 57%;
	z-index: 10;
}
.header_top:before {
	content: "";
	position: absolute;
	left: -50px;
	top: 0;
	width: 0;
	height: 0;
	border-top: 60px solid #1660a8;
	border-left:50px solid transparent;
}
.header_top_inner {
	position: absolute;
	left: 10px;
	top: 7px;
	bottom: 10px;
}
.login_part {
	margin: 0;
	padding:10px 0 0 0;
	float: left;
}
.login_part ul {
	margin: 0;
	padding: 0;
	clear: both;
	display: table;
	width: 100%;
}
.login_part ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
	display: inline-block;
}
.login_part ul li a {
    margin: 0;
    padding: 0 10px;
    color: #e7e7e7;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
}
.login_part ul li:first-child a{
	padding-left: 0;
}
.contact_part {
	margin: 0;
	padding: 0 0 0 10px;
	float: right;
}
.contact_part ul{
	margin: 0;
	padding: 0;
	display: table;
	width: 100%; 
	clear: both;
}
.contact_part ul li {
    margin: 0;
    padding: 0 12px 0 30px;
    list-style-type: none;
    position: relative;
    line-height: 20px;
    display: inline-block;
}
.contact_part ul li:last-child {
	padding-right: 0;
}
.contact_part ul li img {
	position: absolute;
	left: 0;
	top: 5px;
}
.contact_part ul li span{
	display: block;
	color: #fff;
	font-size: 14px;
}
.contact_part ul li a{
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
}
.header_btm{
	margin: 0;
	padding:10px 0;
	position: relative;
}
.logo{
	margin: 0;
	padding: 0;
	max-width: 219px;
}
.logo img{
	width: 100%;
	display: block;
}
#main-nav.stellarnav{
	background: #1660a8;
	border-radius: 2px;
	margin-top: 38px;
}
#main-nav.stellarnav ul li a {
	padding:12px 10px;
	margin: 0;
	font-size: 16px;
	color: #fff;
	text-transform: capitalize;
}
#main-nav.stellarnav ul{
	text-align: center;
}

#main-nav.stellarnav ul > li:hover > a{
	color: #f4b601;
}
/*
#main-nav.stellarnav ul > li.active > a {
	color: #f26d62;
}*/
#main-nav.stellarnav ul > ul > li > a{
	color:#333;
}
#main-nav.stellarnav.light ul ul {
	background: rgba(0,0,0,0.7);
	text-align: left;
}
#main-nav.stellarnav.light ul ul li{
	margin: 0;
}

#main-nav.stellarnav.light ul ul > li:hover > a{
	color: #f4b601;
}
#main-nav.stellarnav.light ul ul li a{
	text-transform: capitalize;
	color: #fff;
	padding:10px 15px;
}
.header_search {
	margin-top: 38px;
	position: relative;
}
.header_search form input[type="text"] {
	padding: 10px 40px 10px 15px;
	margin: 0;
	border: none;
	background: #fff;
	width: 100%;
	height: 44px;
	color: #000;
	font-size: 15px;
	border-radius: 2px;
}
.header_search form button[type="submit"]{
	padding: 10px;
	border: none;
	height: 44px;
	width: 44px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: url(../images/search-icon.png) #103b65 no-repeat;
	background-position: center;
	font-size: 0;
	border-radius: 2px;
}
.mid_section {
	margin: 0;
	padding: 20px 0 70px 0;
}
.left_sidebar {
	margin: 0;
	padding: 0;
}
.category_list {
	margin: 0;
	padding: 0;
	position: relative;
}
.category_list h2 {
	text-align: left;
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 20px;
	color: #222;
	font-weight: 700;
}
.category_list h2 span{
	color: #1660a8;
	display: block;
}
.category_list_box {
	margin: 0 0 25px 0;
	padding: 0;
	background: #1660a8;
}
.category_list_box ul{
	margin: 0;
	padding: 0;
}
.category_list_box ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #2e82d3;
}
.category_list_box ul li:last-child{
	border-bottom: none;
}
.category_list_box ul li a{
	padding: 10px 20px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 600;
    display: block;
    text-transform: uppercase;
    text-decoration: none;
}
.category_list_box ul li a:hover{
	color: #f4b601;
}
.get_quote {
	margin: 0;
	padding: 0;
	position: relative;
}
.quote_text {
	margin: 0;
	padding: 30px 20px 10px 20px;
	position: relative;
	text-align: center;
	background: #0b355c;
}
.quote_text h2 {
    margin: 0 0 15px 0;
    padding: 0;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Lato', sans-serif;
}
.quote_text span {
    display: block;
    font-weight: 700;
    color: red;
    margin: 5px 0 0 0;
    font-size: 28px;
}
.quote_text img{
	width: 100px;
}
.get_quote a{
	font-size: 18px;
	color: #000;
	text-align: center;
	padding: 15px;
	display: block;
	text-transform: capitalize;
	background: #f4b601;
	text-decoration: none;
}
.right_panel {
	margin: 0;
	padding: 0 0 0 50px;
}
.product_list {
	margin: 0;
	padding: 0;
}
.product_list ul{
	margin: 0;
	padding: 0;
	display: table;
	clear: both;
	width: 100%;
}
.product_list ul li {
    margin: 0 1.5em 1em 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 108px;
    position: relative;
}

.product_list ul li img {
    position: absolute;
    bottom: 55px;
    right: 2px;
    width: 44%;
}

.product_list ul li:hover a{
	color:#f4b601;
}
.product_list ul li a {
    padding: 10px 0 0 0;
    text-align: center;
    display: block;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    min-height: 169px;
    font-weight: 700;
}
.product_list ul li:nth-child(3n) {
	margin-right: 0;
}
.product_itembox {
    border: 1px solid #f4b601;
    text-align: center;
    height: 108px;
    margin-bottom: 12px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    width: 100%;
}

.welcome_section {
	padding: 37px 0 0 0;
	margin: 0;
}
.welcome_section h2 {
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 27px;
	color: #222;
	font-weight: 700;
	line-height: 30px;
}
.welcome_section h2 span{
	display: block;
	color: #1660a8;
	
}
.welcome_section p {
	margin: 0 0 16px 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

.welcome_section p a{font-weight:bold;}

.welcome_section p:last-child{
	margin-bottom: 0;
}
.newsletter{
	margin: 0;
	padding: 40px 0;
	background: #e2e2e2;
}
.newletter_form{
	margin: 0;
	padding: 0;
	position: relative;
}
.newletter_form label {
    float: left;
    color: #0d0d0d;
    font-size: 18px;
    width: 20%;
    padding: 0 0px;
    font-weight: 500;
    margin: 10px 0;
}
.newletter_form .ff {
    width: auto;
    position: relative;
}
.newletter_form input {
    border: 1px solid #bbc2c2;
    padding: 10px 10px;
    background: #fff;
    color: #000;
    font-size: 16px;
    margin: 0 0px 0 10px;
    min-width: 250px;
}
.newletter_form button[type="submit"] {
    background: #f4b601;
    padding: 10px 10px;
    font-size: 18px;
    border: none;
    font-weight: 300;
    text-transform: capitalize;
}
.imm_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.social_area {
	margin: 0;
	padding: 0;
	text-align: right;
	display:table;
	width: 100%;
	clear: both;
}
.social_area label {
	display: inline-block;
	color: #0d0d0d;
	font-size: 18px;
	padding: 12px 15px 0 0;
	font-weight: 500;
	margin:0;
}
.social_area ul{
	float: right;
	margin: 5px 0 0 0;
	padding: 0;
}
.social_area ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: none;
	display: inline-block;
}
.social_area ul li a{
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 40px;
	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
	margin-left: 5px;
}
.nextstep.disabled {
   filter: blur(2px);
   pointer-events: none;
  cursor: default;
}

.social_area ul li a.fb{background: #3b5998;}
.social_area ul li a.twt{background: #00ace2;}
.social_area ul li a.gplus{background: #dd4b39;}
.social_area ul li a.insta{background: #125688;}

/*Footer start*/
footer{
	margin:0;
	padding:50px 0;
	background: #081623;
}
.ft_header {
	margin: 0;
	padding: 0;
}
.footer_top {
	margin: 0;
	padding: 0;
}
.ft_header h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 18px;
	color: #fff;
	text-transform: capitalize;
	font-weight: 600;
}
.contact_info {
	margin: 0;
	padding: 0;
        font-weight: 600;
}
.contact_info p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 15px;
	color: #e3e3e3;
}
.contact_info p:last-child {
    margin-bottom: 0;
}
.contact_info p a {
	margin-left: 0;
	color: #e3e3e3;
	word-wrap: break-word;
}
.ft_nav {
	margin: 0;
	padding: 0;
}
.ft_nav ul {
	margin: 0;
	padding: 0;
}
.ft_nav ul li {
	margin: 7px 0;
	padding: 0;
	list-style-type: none;
}
.ft_nav ul li a {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: #e3e3e3;
	text-decoration: none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.ft_nav ul li a:hover {
	color: #f4b601;
}
.footer_map {
	width: 100%;
	height: 220px;
}
.footer_map iframe{
	width: 100%;
	height: 100%;
}
.no_pad_right{padding-right: 0;}
.copyright {
	margin: 30px 0 0 0;
	padding: 0;
	font-size: 15px;
	color: #fbfbfb;
}
.copyright span, .copyright a {
	color: #fbfbfb;
}
.copyright a:hover {
	color: #dca81f;
	text-decoration: none;
}
/*Footer End*/

/*Innerpage start*/
.page_inner{
	padding: 30px 0 50px 0;
	margin: 0;
}
.best_prices{
	margin: 0;
	padding: 0;
}
.best_prices_left {
	padding: 11px 20px;
	background: #1660a8;
	clear: both;
	display: table;
	width: 100%;
}
.best_price_head {
	margin: 0;
	padding: 15px;
	background: url(../images/shape1.png) no-repeat;
	height: 126px;
	width: 126px;
	background-size: cover;
	background-position: center;
	float: left;
}
.best_price_head h2 {
	font-size: 16px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	transform: translate(0, 46%);
}
.best_price_text {
	width: 65%;
	float: right;
	margin-top: 25px;
}
.best_price_text ul{
	margin: 0;
	padding: 0;
}
.best_price_text ul li {
	margin: 0;
	padding: 0 0 0 12px;
	list-style-type: none;
	color: #fff;
	font-size: 16px;
	position: relative;
}
.best_price_text ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 17px;
	width: 6px;
	height: 2px;
	background:#fff;
}
.price_table table {
	border: 2px solid #d7d7d7;
	margin-bottom: 0;
}
.price_table table tr th{
	font-size: 18px;
	color: #1660a8;
	font-weight: 500;
}
.price_table table tr th, .price_table table tr td {
	padding: 4px 20px;
}
.prod-tab-page.price_table table tr td {
	font-size: 14px;
}
.mid_body_all{
	padding: 40px 0 0 0;
}
.prod-tab-page .mid_body_all{
	padding: 10px 0 0 0;
}
.order_color {
	margin: 0 0 30px 0;
	padding: 0;
}
.order_color h2 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 20px;
	color: #222;
	font-weight: 700;
}
.order_image {
	margin: 0;
	padding: 0;
}
.order_image img {
	width: 145px;
}
.order_text{
	margin: 0;
	padding: 0;
}
.order_text ul{
	margin: 0;
	padding: 0;
}
.order_text ul li {
	margin: 0;
	padding: 0 0 7px 12px;
	list-style-type: none;
	position: relative;
	font-size: 16px;
	color: #000;
	font-weight: 300;
}

.order_text ul li:before{
	content: "-";
	position: absolute;
	left: 0;
	top: 0;
}
.get_your_color{
	margin: 0;
	padding: 0;
}
.get_your_color h2.getcolor {
	margin: 0 0 5px 0;
    padding: 12px;
    background: #1660a8;
    font-size: 15px;
    color: #fff;
    border: 1px solid #173f67;
}
.printing_options{
	padding: 20px;
	border: 1px solid #b6b6b6;
	margin-bottom: 30px;
}
.print_opt_box {
	margin: 0;
	padding: 0;
}
.print_opt_box h3 {
	color: #222;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
}
.opt_sel {
	margin-bottom: 15px;
}
.left_pan_taxt {
	margin: 7px 0 0 0;
	font-size: 15px;
	color: #333;
	font-weight: normal;
}
.input_fld {
	margin: 0;
	padding: 0;
}
.input_fld input.form-control {
	padding: 8px 15px;
	margin: 0;
	border: 1px solid #b6b6b6;
	color: #000;
	font-size: 16px;
	width: 100%;
	border-radius: 0;
	height: 40px;
	font-weight: 300;
}
.input_fld select{
	background: url(../images/caret-down.png) no-repeat #fff;
	background-position: center right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	border-radius: 0;
	height: 40px;
	border: 1px solid #b6b6b6;
	padding:8px 20px 8px 15px;
	color: #000;
	font-size: 16px;
	font-weight: 300;
}
.printing_delivery{
	padding: 20px;
	border: 1px solid #b6b6b6;
	margin-bottom: 20px;
}
.printing_delivery h2 {
	font-size: 16px;
	color: #222;
	line-height: 26px;
	font-weight: 700;
}
.price_box{
	padding:15px 20px;
	border: 1px solid #b6b6b6;
	margin-bottom: 20px;	
}
.price_box .price_head {
	font-size: 17px;
	font-weight: 700;
	float: left;
	font-family: 'Raleway', sans-serif;
}
.price_box .priceA {
	font-size: 17px;
	font-weight: 700;
	float: right;
	font-family: 'Raleway', sans-serif;
}
.button_area {
	text-align: right;
}
.button_area button.nextstep {
	background: #f4b601;
	color: #0d0d0d;
	font-size: 18px;
	font-weight: 300;
	padding: 15px 40px;
	text-align: center;
	border: none;
	border-radius: 2px;
}

.review_sec{
	margin: 0 0 30px 0;
	padding: 0;
	border: 1px solid #b6b6b6;
}
.review_sec h2 {
	color: #fff;
	background: #1660a8;
	font-size: 19px;
	padding: 10px 15px;
}

.review_box{
	margin: 0;
	padding:30px 20px;
}
.review_box ul{
	margin: 0;
	padding: 0;
}
.review_box ul li {
	position: relative;
	list-style-type: none;
	padding: 0 0 40px 90px;
	font-size: 14px;
	color: #333;
	line-height: 21px;
	font-weight: normal;
}
.review_box ul li:last-child{
	padding-bottom: 0;
}
.review_box ul li img{
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
}
.assistance_req {
	margin: 0 0 30px 0;
	padding: 30px;
	background: url(../images/assis-bg.png) no-repeat #fff;
	background-size: 100% auto;
	height: 372px;
	background-position: center bottom;
	border: 1px solid #b6b6b6;
}
.assistance_req ul{
	margin: 0;
	padding: 0;
}
.assistance_req h2 {
	font-size: 20px;
	color: #222;
	font-weight: 700;
	margin-bottom: 20px;
}
.assistance_req ul li {
	margin: 0;
	padding: 0 0 20px 35px;
	list-style-type: none;
	position: relative;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.assistance_req ul li:first-child a{
	color: #222;
}
.assistance_req ul li img{
	position: absolute;
	left: 0;
	top: 3px;
}
.assistance_req ul li span{
	display: block;
}
.design_spec{
	margin: 0 0 30px 0;
	padding: 30px;
	border: 1px solid #b6b6b6;
}
.design_spec h2 {
	font-size: 20px;
	color: #222;
	font-weight: 700;
	margin-bottom: 20px;
}
.design_spec p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}

.template_copy{
	margin: 0 0 30px 0;
	padding: 30px;
	border: 1px solid #b6b6b6;
}
.template_copy h2 {
	font-size: 20px;
	color: #222;
	font-weight: 700;
	margin-bottom: 20px;
}
.template_copy p{
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #333;
	font-weight: normal;
}
.template_copy a {
	display: block;
	font-size: 14px;
	font-weight: normal;
}

.more_info{
	margin: 0;
	padding: 0;
}
.more_info h2 {
	font-size: 20px;
	color: #222;
	font-weight: 700;
	margin-bottom: 30px;
}
.more_info p {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	color: #333;
}
/*Innerpage end*/

/*------Contact page-----*/
.contact_left {
	margin: 0;
	padding: 0;
}
.contact-heading {
	margin: 0 0 60px 0;
	font-size: 30px;
	color: #333;
	position: relative;
	text-transform: capitalize;
}

.contact-heading:before {
    content: "";
    height: 3px;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: -15px;
    z-index: 1;
    background:#f4b601;
}
.contact_left ul {
	list-style-type: none;
	padding: 0;
}
.contact_left ul > li {
	padding: 0 0 0 40px;
	position: relative;
	margin-bottom: 20px;
}
.contact_left ul > li > i {
	padding: 7px;
	color: #fff;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	font-size: 14px;
	text-align: center;
	background:#f4b601;
	height: 30px;
	width: 30px;
}
.contact_left ul > li h3 {
	margin: 0 0 5px 0;
	font-size: 14px;
	color: #222;
	text-transform: uppercase;
	font-weight: 700;
}
.contact_left ul > li p {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #000;
}
.contact_left ul > li a{
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.contact_right {
	margin: 0;
	padding: 0;
}

.contact_right .form-group input[type='text'] {
	margin: 0;
	padding: 10px;
	width: 100%;
	color: #333;
	border: 1px solid #777;
	background: #fff;
	height: 45px;
	border-radius: 4px;
}
.contact_right .form-group textarea {
	margin: 0;
	padding: 10px;
	width: 100%;
	color: #333;
	border: 1px solid #777;
	background: #fff;
	height: 200px;
	border-radius: 4px;
}
.send_btn {
	margin: 0;
	padding: 10px 20px;
	background: #1660a8;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	border: 1px solid #1660a8;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	letter-spacing: 2px;
}
.send_btn:hover {
	background: #fff;
	color: #000;
}
.map_area {
	width: 100%;
	height: 250px;
}
.map_area iframe {
	width: 100%;
	height: 100%;
}
/*------Contact page-----*/

/*=====start 14/11/2018=====*/
/* cart page*/
/* Global settings */
/* Global "table" column settings */
.table.cart-table .product-removal .edit_cart {
	margin-bottom: 5px;
}





/* This is used as the traditional .clearfix class */
.group:before, .shopping-cart:before, .column-labels:before, .product:before, .totals-item:before,
.group:after,
.shopping-cart:after,
.column-labels:after,
.product:after,
.totals-item:after {
  content: '';
  display: table;
}

.group:after, .shopping-cart:after, .column-labels:after, .product:after, .totals-item:after {
  clear: both;
}

.group, .shopping-cart, .column-labels, .product, .totals-item {
  zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */
.product .product-price:before, .product .product-line-price:before, .totals-value:before {
  content: '$';
}
.shopping_cart_bx h1 {
	margin: 10px 0 30px 0;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
.shopping-cart {
	margin-top: 0;
}
.shopping_order{
	margin: 0 0 30px 0;
	padding: 0;
}
.shopping_order h2 {
	margin: 0;
	padding: 0;
	font-size: 30px;
	color: #333;
	text-transform: capitalize;
	font-weight: 700;
	float: left;
}
.shopping_order h2 img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.shopping_order span.order_id {
	float: right;
	color: #40a128;
	margin-top: 10px;
	font-size: 16px;
	font-weight: 700;
}
.shopping_order span.order_id span{
	margin-left: 10px;
	font-weight: normal;
}
.shopping_header {
	padding: 10px 0;
	margin: 0 0 5px 0;
	border-top: 1px solid #8ec9f8;
	border-bottom: 1px solid #8ec9f8;
}
.update_shipping_quote{
	margin: 0;
	padding: 0;
	border: 1px solid #40a128;
}
.update_shipping_quote h3 {
	margin: 0;
	padding: 8px;
	background: #40a128;
	font-size: 18px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.quote_box {
	margin: 0;
	padding: 15px;
}
.quote_box .form-group{
	clear: both;
	display: table;
	width: 100%;
	margin-bottom: 10px;
}
.quote_box .form-group .quote_retrieve{
	font-size: 14px;
	text-align: right;
	color: #40a128;
}
.quote_box .form-group label {
	width: 60%;
	float: left;
	margin: 0;
	font-style: italic;
	font-size: 14px;
	color: #333;
}
.quote_box .form-group .inputFld {
	float: left;
	width: 40%;
	position: relative;
}
.quote_box .form-group input, .quote_box .form-group select {
	width: 100%;
	font-size: 14px;
	color: #000;
	border: 1px solid #333;
	padding: 3px 5px;
	height: 28px;
}
.dpicker input{
	padding-left: 35px !important;
}
.dpicker:before {
	content: "";
	background: url(../images/calender.png) no-repeat;
	height: 24px;
	width: 24px;
	background-position: center left;
	position: absolute;
	top: 2px;
	left: 4px;
	background-size: contain;
	opacity: 0.6;
}
.quote_box .form-group select{
	padding-right: 20px;
	background: url(../images/arrow_down.png) no-repeat #fff;
    background-position-x: 0%;
    background-position-y: 0%;
	background-position: center right;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.update_shipping_text{
	margin: 0;
	padding:20px 0 0 0;
}
.update_shipping_text h2 {
	color: #333;
	float: none;
	font-size: 24px;
	font-weight:700;
	text-transform: inherit;
	margin: 0;
	position: relative;
	padding: 0 0 10px 60px;
}
.update_shipping_text h2:before {
	content: "";
	background: url(../images/back-icon.png) no-repeat;
	height: 28px;
	width: 48px;
	background-position: center top;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.update_shipping_text p{
	font-size: 14px;
	color: #000;
	margin: 0 0 7px 0;
}
.update_shipping_text p span{
	color: #1660a8;
	font-weight: 700;
}
/* Column headers */
.column-labels label {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	color:#9b9b9b;
}
.column-labels .product-image, .column-labels .product-details, .column-labels .product-removal {
	text-indent: -9999px;
}

/* Product entries */
.product {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}
.product .product-image {
	text-align: center;
}
.product .product-image img {
	width: 70px;
}
.product .product-details .product-title {
	margin-right: 20px;
	font-size: 15px;
	color: #000;
	font-weight: 600;
}
.product .product-details .product-description {
	margin: 0;
	line-height: 1.4em;
	font-size: 14px;
	padding: 5px 30px 5px 0;
}
.product .product-quantity input {
	width: 40px;
}
.product .remove-product {
	border: 0;
	padding: 4px 8px;
	background-color: #c66;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
}
.product .remove-product:hover {
	background-color: #a44;
}

/* Totals section */
.totals .totals-item {
	float: right;
	clear: both;
	width: 100%;
	margin-bottom: 5px;
}
.totals .totals-item label {
	float: left;
	clear: both;
	width: 79%;
	text-align: right;
	color: #515151;
	font-size: 16px;
	font-weight: 400;
}
.totals .totals-item .totals-value {
	float: right;
	width: 21%;
	text-align: right;
	font-size: 16px;
	color: #000;
}

.btn-area .btn{
	padding: 6px 20px;
}
.checkout {
	float: right;
	border: 0;
	margin-top: 20px;
	padding: 6px 25px;
	background-color: #6b6;
	color: #fff;
	font-size: 25px;
	border-radius: 3px;
}

.checkout:hover {
	background-color: #494;
}
.apply_coupon {
	margin: 10px 0 20px 0;
	padding: 10px;
	background: #f5f5f5;
	border: 1px solid #eee;
	border-radius: 4px;
}
.apply_coupon input[type="text"]{
	max-width: 200px;
}
.apply_coupon input[type="text"] {
	max-width: 200px;
	width: 100%;
	padding: 6px 10px;
	vertical-align: middle;
	border: 1px solid #ccc;
	border-radius: 2px;
	color: #000;
	font-size: 14px;
}
/*===checkout===*/
.checkout-bd {
	padding: 20px;
	background: #f5f5f5;
	margin-bottom: 30px;
	border: 1px solid #e1e1e1;
}
.billing_details {
	margin: 0;
	padding: 0;
}
.billing_details h3{
	margin: 0;
	padding: 0 15px 20px 15px;
	color: #333;
	font-size: 20px;
	font-weight: 700;
	text-transform: capitalize;
}
.billing_details h3 label {
	margin: 0;
}
.billing_details .form-group label {
	display: block;
	color: #666;
	font-size: 14px;
	text-transform: capitalize;
	margin-bottom: 5px;
}
.order_notes{
	margin: 0;
	padding: 0;
}
.order_notes textarea{
	height:80px;
}
.your_order{
	margin: 0 0 30px 0;
	padding: 0;
}
.your_order h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 22px;
	color: #333;
	text-transform: capitalize;
	font-weight: 700;
}
.your_order .table{
	margin-bottom: 0;
}
.your_order .table > thead > tr > th {
	background: #999;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
}
.your_order .table > tbody > tr > td {
	font-size: 15px;
	color: #787878;
	font-weight: 600;
}
.your_order .table > tfoot > tr > th{
	background: #999;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
}
.your_order .table > tfoot > tr > td {
	font-size: 15px;
	color: #000;
	font-weight: 600;
}
.payment_mood{
	margin: 0 0 30px 0;
	padding:0;
}
.payment_mood h2{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 22px;
	color: #333;
	text-transform: capitalize;
	font-weight: 700;
}
.paymood_box{
	margin:0;
	padding: 30px;
	background: #ebe9eb;
	border: 1px solid #e1e1e1;
}
.paymood_box ul{
	margin: 0;
	padding: 0;
}
.paymood_box ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	color:#333;
	font-size: 15px;
	line-height: 30px;
}
.paymood_box #accordion label input {
	margin: 0 10px 0 0;
}
.paymood_box #accordion label img{
	margin-left: 10px;
}
.payment_box {
	padding: 0;
	background: #fefefe;
	position: relative;
}
.paymood_box #accordion label {
	display: block;
	color: #666;
	font-size: 14px;
	text-transform: capitalize;
	margin: 0;
}
.paymood_box #accordion .panel-body p{
	margin: 0;
	font-size: 16px;
	color: #000;
}
.place_order {
	margin: 0;
	padding: 0;
}
/* order success page */
.order_success {
	padding: 70px 20px;
	max-width: 700px;
	margin: 20px auto;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 5px;
	box-shadow: 1px 0px 10px 1px rgba(204,204,204,0.3);
}
.order_success h1 {
	text-transform: uppercase;
	font-size: 26px;
	letter-spacing: 4px;
	color: #000;
	font-weight: 700;
	margin-bottom: 30px;
}
.order_success p {
	display: block;
	font-size: 18px;
	color: #666;
	margin-bottom: 20px;
}
.order_success p span{
	color: #40a128;
	margin-left: 10px;
	font-weight: 600;
}
.order_success button.btn{
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	margin-top: 10px;
}
/*upload page*/
.upload_pg{
	max-width: 900px;
	margin: 20px auto;
}
.upload_pg h2{
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 30px;
	color: #333;
	text-transform: capitalize;
	font-weight: 700;
}
.upload_pg h2 img {
	width: 50px;
	height: 50px;
	margin-right: 10px;
}
.bg_box{
	margin: 0;
	padding:0;
}
/*****************************************
  upload button styles
******************************************/
.file-upload {
	position: relative;
	display: block;
	text-align: center;
}

.file-upload__label {
	display: block;
	padding: 12px 15px;
	color: #fff;
	background: #222;
	border-radius: .4em;
	transition: background .3s;
	margin-bottom: 20px;
	font-size: 18px;
}
.file-upload__label:hover {
  cursor: pointer;
  background: #000;
}

.file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0;
}
.item_descriptions{
	margin: 0 0 30px 0;
	padding: 20px;
	border:1px solid #ccc;
}
.item_descriptions h3{
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 20px 0;
	color: #1660a8;
}
.item_descriptions p{
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #000;
}
.item_descriptions p strong {
	margin-right: 7px;
}
.item_descriptions h5.item_name {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 5px;
}
.inprogress {
	margin: 0 0 30px 0;
	padding: 0;
	float: left;
	width: 100%;
}
.inprogress h3{
	margin: 0;
	padding: 10px 15px;
	background: #1660a8;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
}
.inprogress_fld {
	margin: 0;
	padding: 20px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 18px;
	min-height: 100px;
	float: left;
	width: 100%;
}
.preview_file {
	float: left;
}
/*=====End 14/11/2018=====*/

/*====start 19/11/2018====*/
.login_form {
	margin: 0;
	padding:30px 50px;
	border: 1px solid #8ec9f8
}
.login_box {
	margin: 0;
	padding: 0;
}
.login_box h2 {
	font-size: 30px;
	font-weight: 500;
	color: #005dab;
	margin: 0 0 30px 0;
}
.login_box .form-group{
	margin-bottom:20px;
}
.login_box .form-group label {
	display: block;
	font-size: 15px;
	color: #333;
}
.login_box .form-group .form-control {
	padding: 8px 15px;
	height: 38px;
	color: #000;
	font-size: 15px;
	border: 1px solid #ccc;
}
.login_box .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color:#666;
}
.login_box .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
  color:#666;
}
.login_box .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
  color:#666;
}
.login_box .form-group .form-control:-moz-placeholder { /* Firefox 18- */
  color:#666;
}
.login_box .submit_btn {
	padding: 5px 36px;
	background: #005dab;
	border: none;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
}
.login_box .submit_btn:hover{
	opacity: 0.8;
}
.new_user {
	margin: 20px 0 0 0;
	padding: 0;
}
.new_user ul{
	margin: 0;
	padding: 0;
}
.new_user ul li{
	margin: 0 0 6px 0;
	padding: 0;
	list-style-type: none;
	display: block;
}
.new_user ul li a{
	font-size: 15px;
}
.login_share_ad {
	padding: 30px 0 0 50px;
	margin: 0;
}
.login_share_ad h2 {
	margin: 0 0 30px 0;
	padding: 0;
	font-size: 26px;
	color: #c30707;
}
.login_share_ad h5 {
	font-size: 18px;
	color: #333;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.login_share_ad ul{
	margin: 0;
	padding: 0;
}
.login_share_ad ul li{
	margin: 0 0 5px 0;
	padding: 0;
	list-style-type: none;
	font-size: 16px;
	color: #595959;
}
.account_infoside {
	margin: 0;
	padding: 0;
}
.account_infoside .ac{
	margin: 0 0 30px 0;
	padding: 0;
}
.account_infoside .ac h3{
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 18px;
	color: #000;
	text-transform: uppercase;
	font-weight: 700;
}
.accountLink {
	margin: 0;
	padding: 0 0 0 30px;
}
.accountLink li{
	margin: 0;
	padding: 0 0 5px 15px;
	list-style-type: none;
	position: relative;
}
.accountLink li:before{
	content: "\f105";
	font-family: "FontAwesome";
	color: #333;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
}
.accountLink li:hover:before{
	content: "\f105";
	font-family: "FontAwesome";
	color: #f4b601;
}
.accountLink li a{
	font-size: 15px;
	color: #333;
	text-decoration: none;
}
.accountLink li a:hover{
	color: #f4b601;
}

.needAssistance {
	margin: 0;
	padding: 0 0 0 30px;
}
.needAssistance li{
	margin: 0;
	padding: 0 0 5px 15px;
	list-style-type: none;
	font-size: 15px;
	color: #333;
	position: relative;
}
.needAssistance li:before{
	content: "\f105";
	font-family: "FontAwesome";
	color: #333;
	font-size: 14px;
	position: absolute;
	left: 0;
	top: 0;
}
.needAssistance li:hover:before{
	content: "\f105";
	font-family: "FontAwesome";
	color: #f4b601;
}
.needAssistance li a{
	font-size: 15px;
	color: #333;
	text-decoration: none;
}
.needAssistance li a:hover{
	color: #f4b601
}
.addrss_heading{
	margin: 0 0 10px 0;
	padding:0 0 10px 0;
	display: table;
	width: 100%;
	border-bottom: 1px solid #8ec9f8;
}
.addrss_heading .heading {
	float: left;
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 700;
	color: #1660a8;
}
.addrss_heading .new_address_btn{
	float: right;
	border: 1px solid #333;
	padding: 8px 20px;
	font-size: 16px;
	background: #f4b601;
	text-transform: capitalize;
	font-weight: 700;
}
.search_address{
	padding: 15px;
	margin: 0 0 30px 0;
	border: 1px solid #ddd;
	background: #f5f5f5;
}
.search_address h2 {
	margin: 0 0 20px 0;
	padding: 0;
	font-size: 20px;
	color: #000;
	font-weight: 700;
}
.search_address .form-group{
	margin-bottom: 10px;
	position: relative;
}
.search_address .form-group label {
	font-size: 14px;
	color: #333;
	display: block;
}
.search_address .form-group .form-control {
	font-size: 14px;
	color: #000;
}
.srch_address input[type="submit"] {
	margin: 0;
	padding: 8px 20px;
	border: 1px solid #333;
	background: #666;
	text-align: center;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.update_adres {
	padding: 15px;
	margin: 0;
	border: 1px solid #ddd;
	background: #f5f5f5;
}
.update_adres .form-group{
	margin-bottom: 10px;
}
.update_adres .form-group label {
	font-size: 14px;
	color: #333;
	display: block;
}

.border_left {
	border-left: 1px solid #ddd;
}
.update_notes {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #dedede;
	text-align: center;
}
.update_notes p{
	font-size: 16px;
	color: #333;
	margin: 0;
	font-weight: 600;
}


/*====End 19/11/201/====*/

.hover_table{
	background: #fff;
	z-index: 999;
	border: #86860b solid 1px;
	box-shadow: 2px 2px 3px 2px #86860b;
}

/*18.03.2019*/
.product_left_tab {width:100%;padding: 10px 0 30px;}
.product_left_tab .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {border:none;background: #1660A8;border-radius: 0;font-size: 16px;color: #fff;padding: 11px 29px!important;} 
.product_left_tab .nav-tabs > li > a {background: #eee;color:#000;font-size: 16px;border-radius: 0;}
.product_left_tab .nav-tabs {border: none;}
.product_left_tab .nav > li > a {padding: 10px 29px;}
.product_left_tab .tab-content {width: 100%;border: 1px solid #b6b6b6;padding: 20px;margin-top: 6px; display: flex;}
.product_left_tab .tab-content h2 {font-size: 20px;color: #222;font-weight: 700;margin-bottom: 20px;}
.product_left_tab .tab-content p {font-size: 14px;color: #333;font-weight: normal;margin: 0 0 15px;line-height: 24px;}
.product_left_tab .tab-content p span {color:#1660A8;font-weight: bold;}
.pricetable span {    display: block;
    background: #1660A8;
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
    text-align: center;}
.pricetable {width: 100%;margin-top: 11px;}

.page_inner p {
	color: #666;
	font-size: 16px;
	line-height: 1.7;
	margin: 0;
}
#image_name {
	font-size: 12px;
}

/*******************************************
			12-07-2019 (SB)
*******************************************/
a.view_uploadded_docs {
    background: #f4b601;
    color: #000;
    text-decoration: none;
	padding: 13px 25px;
	font-size: 14px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

a.view_uploadded_docs:hover{
	background: #1660a8;
    color: #fff;
}

a.view_uploadded_docs_admin {
    background: #f4b601;
    color: #000;
    text-decoration: none;
    padding: 9px 5px;
    font-size: 11px;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
    width: 100px;
    overflow: hidden;
}


a.view_uploadded_docs_admin:hover{
	background: #1660a8;
    color: #fff;
}

.faq_area p{
	margin-bottom: 20px;
}

/*===18/07/2019====*/
.product_list .p_box {
	margin-bottom: 20px;
	position: relative;
	min-height: 228px;
}
.product_list .p_box a  img{
	border:1px solid #f4b601;
	width: 100%;
}
.product_list .p_box a{
	position: relative;
	text-decoration: none;
}
.imgtxt {
    position: relative; overflow: hidden;
}
.product_label {position: absolute;top:36px;right:-40px;background:#f00;color:#fff;font-size:12px;padding:3px 30px;transform: rotate(45deg);}
.imgbtn {
    position: absolute;
    bottom: 5px;
    right: 5px;
    font-size: 10px;
    background: #f4b601;
    padding: 3px 7px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 30px;
    font-weight: 700;
}
.pbxcontent {
    color: #000;
    font-size: 13px;
    font-weight: 700;
	margin: 6px 0 0 0;
	text-align: center;
	transition-duration: 0.3s;
	min-height: 36px;
}
.product_list .p_box:hover .pbxcontent{
	color: #f4b601;
}
.cart-table thead tr th {
	vertical-align: middle;
	border: 1px solid #ccc;
	font-size: 13px;
	font-weight: 700;
}
.cart-table tr td {
	border: 1px solid #ccc;
	vertical-align: middle;
}
.table.cart-table {
	border: 1px solid #ccc;
}
.table.cart-table thead {
	color: #fff;
	background: #000;
}

/*==== start 06/08/2019====*/
.cont_button input:focus{
	outline: none;
	border: none;
}
.search_address .form-group input[type="checkbox"]{
	float: left;
	margin-right: 5px;
}
.product_listBox {
	margin-bottom: 15px;
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ddd;
	padding:0;
	border-radius: 4px;
}
.order_id {
	width: 10%;
	padding: 10px;
	text-align: left;
	font-weight: 600;
}
.product_img {
	background: #f4b601;
	color: #000;
	text-decoration: none;
	padding: 10px;
	font-size: 14px;
	font-weight: 600;
	display: block;
	width: 12%;
	word-wrap: break-word;
}
.product_descriptions {
	width: 40%;
	padding: 10px;
}
.poduct_price {
	padding: 10px;
	width: 8%;
	text-align: center;
	font-weight: 600;
}
.delivery_date {
	width: 20%;
	padding: 10px;
}
.delivery_status {
	width: 10%;
	text-align: right;
	padding: 10px;
}
.product_listBox > div {
	border-right: 1px solid #ddd;
}
.product_listBox > div:last-child{
	border-right: none;
}
.order_id, .product_img, .product_descriptions, .poduct_price, .delivery_date, .delivery_status{
	font-size: 14px;
}
.product_descriptions .product-title{
	font-weight: 600;
	font-size: 14px;
}
.product_descriptions .product-description{
	font-size: 14px;
}
.product_descriptions .quantity{
	font-size: 14px;
	font-weight: 600;
}
/*==== end 06/08/2019====*/
.register-box .submit_btn{
    padding: 5px 36px;
    background: #005dab;
    border: none;
    font-size: 20px;
    font-weight: 300;
    color: #fff;
}
.register-box h3 {
    font-size: 20px;
    color: #005dab;
    margin-bottom: 15px;
    
}
.register-box {
    margin: 0;
    padding: 30px 50px;
    border: 1px solid #8ec9f8;
}

.login_part ul li ul {width: 200px;background: #fff;box-shadow: 0px 3px 6px #ccc;
	position: absolute;left:0;top:21px;display: none;}
	.login_part ul li ul li {list-style: none;display: block;padding: 10px;border-bottom: 1px solid #ccc;}
	.login_part ul li ul li a {display: block;color:#000;font-size: 13px;padding: 0;}
	.login_part ul li:hover ul {display: block;}
	.login_part ul li ul li:hover {background: #005dab;}
	.login_part ul li ul li:hover a {color:#fff!important;}


.ft_header h4 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}

/********************** 26-10-2020 ****************************/
.category_list_box {
    background: #333333;
}
.category_list_box ul li {
    border-bottom: 1px solid #1F1F1f;
}
.header_top,
#main-nav.stellarnav,
.header_search form button[type="submit"] {
    background-color: #b10000;
}
.header_top:before {
    border-top: 60px solid #b10000;
}
.product_left_tab .nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background: #8f0100;
}
.welcome_section h2 span,
.category_list h2 span {
    color: #8f0100;
}
.get_your_color h2.getcolor{
    border: 1px solid #8f0100;
}
.get_your_color h2.getcolor,
.pricetable span {
    background: #8f0100;
}

.logo {
    max-width: unset;
    margin: 20px -20px 0 !important;
}

.logo img {
    height: 100px;
}

.mgs{
	margin-bottom:15px;
}
.mgs h2 {
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0;
}
.mgs p{
	display:inline-block;
	vertical-align:middle;
	width:90%;
	margin-left:20px;
	color:red;
	font-weight:bold;
	font-size:large;
}