html {
	position: relative;
	min-height: 100%;
}
body{
	color: #304d50;
	font-family: Arial, sans-serif;
}

.text-blue {
	color: #304d50;
}
.text-orange {
	color: #e87722;
}

.bg-main {
	background-color: #304d50;
}

.bg-yellow {
	background-color: #ffd444;
}

.bg-darkblue {
	background-color: #006269;
}

.bg-blue {
	background-color: #0097a9;
}
.service .btn-orange {
	min-width: 130px;
}

.btn-orange {
    color: #fff !important;
    background-color: #e87722!important;
    border-color: #e87722 !important;
}

.text-ccc {
	color: #ccc;
}

.btn-orange:hover {
	background-color: #d26716!important;
}

.btn-darkblue {
	color: #fff !important;
	background-color: #006269!important;
	border-color:  #006269!important;
}

.btn-darkblue:hover {
	background-color: #004247!important;
}

a:hover {
	text-decoration: none;
}

input, textarea {
	border-radius: 0 !important;
}

.border-o {
	border: 1px solid #e87722!important;
}
.border-blue {
	border: 1px solid #304d50!important;
}

.btn {
	border-radius: 0 !important;
}

/* Header */
header #topbar ul li a:hover {
	color: #304d50;
}

header #topbar ul li:first-child::after {
	content: " | ";
	color: #304d50;
	display: inline-block;
	font-size: 100%;
	margin: 0 -0.3em 0 .5em;
}

#topbar ul li:last-child {
	position: relative;
	top: -3px;
}

#topbar .cart-total {
	position: relative;
    top: -5px;
	left: -5px;
	border-radius: 50%;
	background-color: #e87722;
	color: #fff;
}

.menu .navbar-collapse li a {
	color: #304d50 !important;
}

.menu .navbar-collapse li a:hover {
	color: #e87722 !important;
}

.menu .navbar-collapse .form-inline{
	position: relative;
}

.menu .navbar-collapse .form-inline .form-control{
	width: 100%;
	position: relative;
}

.menu .navbar-collapse .form-inline .fa-search {
	position: absolute;
	background: transparent;
	right: .3em;
	outline: none;
	cursor: pointer;
	color: #e87722;
}

.menu .navbar-toggler {
	border-radius: 0!important;
	border-color: #e87722 !important;
}

.line-group .line-1 {
	padding: 2px 0;
	border-top: 7px solid #ffd444;
	background-color: #0097a9;
	border-bottom: 2px solid #006269;
}

.line-group .line-2, .line-group-login  .line-2{
	background-color: #e87722;
	padding: 5px 0;
}
.list-product .card {
	position: relative;
	border: 2px solid #006269;
	border-radius: 0;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 30px;
	background-color: #006269;
}

.list-product .card-body {
	padding: 1rem;
}

.list-product .card .label {
	position: absolute;
	top: .8em;
	right: 0;

}

.list-product .card .label.sale {
	width: 100px;
	left: 0;
}

.list-product .card:hover {
	box-shadow: 0 0 5px 1px rgba(0, 0, 0, .4);
}

.pro-pagination .page-item .page-link{
	border-radius: 0;
}

.pro-pagination .page-link {
	color: #006269;
    background-color: #fff;
    border: 1px solid #006269;
}

.pro-pagination .page-link:hover {
	background-color: #ddd;
}

.page-item.active .page-link {
    background-color: #006269!important;
    border: 1px solid #006269!important;
}
.page-item.active .page-link:hover{
    color: #fff!important;
}

.product-view .product-thumbnail .bx-wrapper {
	border: 2px solid #e87722;
	margin-bottom: 30px;
}

.product-view .bx-pager-item{
	border: 1px solid #304d50;
	width: calc(100% / 4);
	text-align: center;
	padding: 10px 0;
}
.product-view .bx-pager-item:not(:first-child) {
	border-left: none;
}

.product-title {
	font-size: 20px;
}

.tab-product .nav-pills {
	border-top: 1px solid #006269;
}

.tab-product .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background-color: #e87722 !important;
}

.tab-product .nav-pills .nav-link {
	color: #fff!important;
	background-color: #ccc;
	border-radius: 0;
}

.tab-product .tab-content {
	border-bottom: 1px solid #006269;
}

.alert-dismissible .close {
	top: 3px;
	outline: none;
}

.hide {
	display: none;
}

.show {
	display: block;
}

form input, form textarea{
	border-radius: 0 !important;
}

form label{
	color: #304d50;
	font-weight: normal;
}

form button{
	border: none !important;
	border-radius: 0 !important;
}

.product-options .product-color {
	padding: 10px;
	cursor: pointer;
}

.product-options .product-size {
	cursor: pointer;
}

.product-options .product-color.selected {
	border: 1px solid #304d50;
}
.product-options .product-size.selected {
	color: #e87722;
}
.product-options .product-size.selected:after {
	color: #304d50;
}
.product-options .size-option:not(:last-child):after {
	content: ",";
	margin: 0 1px 0 2px;
}

select.form-control:not([size]):not([multiple]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	border-radius: 0;
}

.progress-outer {
	float: left;
	background: #f1f1f1; 
	width: 150px; 
	height: 12px; 
	margin: 5px 10px;
}

.progress-inner {
	height: 100%;
	background-color: #e87722;
}

.line-group-login .line-1 {
	border-top: 3px solid  #0097a9;
	background-color: #006269;
	padding: 2.5px 0;
	border-bottom: 6px solid #ffd444;
}

form .verifycode{
	background-color: #eee;
	text-align: center;
	border-color: transparent;
}

.link-extra .pipe::after {
	content: " | ";
	color: #304d50;
	display: inline-block;
	font-size: 100%;
	margin: 0 .3em 0 .5em;
}

.link-extra a:hover {
	color: #e87722;
}

.wrap {
	background-repeat: no-repeat;
	background-position: right top;
}

.capcha .form-control[readonly]{
	color: #e87722!important;
	box-shadow: none;
	outline: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

ul.checkout-step {
	margin: 10px 0;
    padding: 0;
    width: 100%;
    display: table;
    position: relative;
}
ul.checkout-step > li{
	text-align: center;
    padding: 0 !important;
    margin: 0;
    display: table-cell;
}
ul.checkout-step > li:before{
	border: solid 1px #0097a9;
	position: absolute;
	top: 35%;
	z-index: -1;
	left: 0;
	content: " ";
	display: block ;
	width: 100%;
}
ul.checkout-step > li > span{
	display:block;
	width: 44px;
	height: 44px;
	background: #bdbdbd;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	border-radius: 50%;
	line-height: 44px;
	margin: auto;
}
ul.checkout-step>li.active>span{
	background: #e87722;
}

.size-30 {
	font-size: 30px;
}

table.shoppingcart .checkbox label{
	margin-bottom: 0!important;
}

table.shoppingcart{
	margin-bottom: 10px;
}
table.shoppingcart>tbody>tr>td{
	vertical-align: middle;
}
table.shoppingcart td.head{
	background: #e87722;
	color: #fff;	
	font-weight: bold;
}
table.shoppingcart td.no-border{
	border: none;
}
table.shoppingcart .checkbox{
	margin:0;
}
table.shoppingcart .delivery-method{
	border: solid 1px #ccc;
	padding: 10px;
	cursor: pointer;
}
table.shoppingcart .delivery-method.active, .payment-method.active{
	background:#ffd444;
}
.table td, .table th {
	padding: .4rem!important;
}
.payment-method{
	border: solid 1px #ccc;
	padding: 10px;
	cursor: pointer;
}
.payment-method img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
}

/************ FOOTER *****************/
footer{
	background-color: #cccccc;
	border-top: solid 3px #006269;
}
footer .list-unstyled a:hover {
	color: #e87722!important;
}

.list-group-item {
	color: #304d50!important;
}

.list-group-item.active {
	background-color: #e87722!important;
	color: #fff!important;
	border: none!important;
}

.shipping-form, .invoice-form {
	display: none;
}


.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #006269;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}