body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
}
/* default font size */
.fa {
	font-size: 14px;
}
legend {
	color: #777;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 30px;
	margin-bottom: 28px;
	font-weight: 300;
}
h2 {
	font-size: 25px;
	font-weight: 300;
	margin-bottom: 20px;
}
h3 {
	font-size: 19px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 11px;
}
a {
	color: #337ab7;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
	color:#777;
	font-family: "Open Sans", sans-serif;
	padding: 0.9em 0.8em;
	font-size: 13px;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	outline: none;
	border-radius: 4px;
	width: 100%;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.5;
	font-weight: 400;
    height: 48px;
	box-shadow: none;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 0;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */

.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	/*
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;*/
}
/* top  (SEE header.css by OG) <--- DELETED */

/* cart */

/* menu */
#menu {
	/*
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	*/
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	/*
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	*/
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	/*
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	*/
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	/*
	background-color: #229ac8;
	*/
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content 
#content {
	min-height: 600px;
}
 footer DELETE by OG*/

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
}
#content > h1,
#content > h2 {
	margin-top: 0 !important;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border-radius: 4px;
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	/*
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	*/
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-danger {
	color: #ffffff;
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-success {
	color: #ffffff;
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-info {
	color: #ffffff;
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
/*.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
}*/
/* carousel */
.carousel-caption {
	color: #FFFFFF;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #CCC;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 4px;
    border-radius: 4px; 
    background: #CCC;
}
::-webkit-scrollbar-thumb:window-inactive {
	background: #CCC; 
}
/* INPUT FLOAT LABELS BEGIN OF */
.label_float {
	left: 12px;
    top: 4px;
	text-transform: uppercase;
	font-size: 10px !important;
	font-weight: 400;
    opacity: 0;
    cursor: text;
	position: absolute;
	color: #acacac;
	height: 1px !important;
	margin: 0 0 .9em;
	display: block;
	white-space: nowrap;
}
.label_float_on {
	opacity:1;
}
.input_float_on {
    margin:0;
}
.input_float_on {
    padding-top: 16px !important;
	padding-bottom: 2px !important;
}
.textarea_label_float_on {
	padding: 10px 10px 17px 11px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	height: 28px;
	background-color: white;
	display: block;
}
.textarea_float_on {
    padding: 30px 10px 10px 11px!important;
	position: absolute;
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.float_select_has_value {
	color: #777 !important;
}
.float_select_has_value option {
    color: #777 !important;
}
.float_select_has_no_value {
	color: #aaaaaa !important;
}
.float_select_has_no_value option {
    color: #777 !important;
}
select {
	padding-left: 0.8em;
	padding-right: 26px;
    background-image: url("../../../../../../images/select-arrow.png") !important;
    background-position: center right;
    background-repeat: no-repeat;
}
select:disabled {
    background-image: none;
}
textarea {
  line-height: 1.33;
  min-height: 8em;
  font-family: "Open Sans", sans-serif;
  font-size: inherit;
  height: 12em;
  max-height: 24em;
  resize: none;
}
:not([readonly]):focus::-webkit-input-placeholder {
  opacity: 0;
}
:not([readonly]):focus:-moz-placeholder {
  opacity: 0;
}
:not([readonly]):focus::-moz-placeholder {
  opacity: 0;
}
:not([readonly]):focus:-ms-input-placeholder {
  opacity: 0;
}
/* INPUT FLOAT LABELS END OF */
.table_address_book tr:last-child td {
	border-bottom: 1px solid #ddd;
}
.table_address_book td {
	padding: 12px !important;
}
.login_box > div {
	padding: 0 40px;
}
.login_box > div:first-child h2 {
	margin-bottom: 24px;
}
@media (min-width: 900px) {
	.login_box > div:nth-child(1) {
		padding: 0 80px 0 40px;
	}
	.login_box > div:nth-child(1) {
		padding: 0 40px 0 80px;
	}
}
.product_remove_td {
	vertical-align: middle !important;
	padding: 8px 0 8px 8px !important;
}
.product_remove_td a {
	color: #999;
	font-size: 2.4em;
	cursor: pointer;
}
.product_remove_td a:hover {
	color: red;
}
/*
.shopping_cart_table {
	border: 1px solid #ddd;
	margin-bottom: 0;
}
.shopping_cart_table thead > tr > td {
	text-transform: uppercase;
}
.shopping_cart_table tbody > tr:not(:last-child) > td {
	border-bottom: 1px solid #f1f1f1;
}
.shopping_cart_table td {
	padding: 14px !important;
}
.shopping_cart_table td:nth-child(1),
.shopping_cart_table td:nth-child(2) {
	width: 40px;
}
.shopping_cart_table td:nth-child(4),
.shopping_cart_table td:nth-child(5),
.shopping_cart_table td:nth-child(6) {
	width: 100px;
}

.table_shopping_cart_totals {
	margin-bottom: 10px !important;
}
.table_shopping_cart_totals tr td {
	border: 0 !important;
	border-bottom: 0 !important;
	padding: 3px 14px !important;
	padding: 3px 14px !important;
}
.table_shopping_cart_totals tr:first-child td {
	padding-top: 18px !important;
}
.table_shopping_cart_totals tr:nth-last-child(3) td {
	padding-bottom: 18px !important;
}
.table_shopping_cart_totals tr:nth-last-child(2) td {
	padding-bottom: 18px !important;
	padding-top: 18px !important;
	border-bottom: 1px solid #dcdcdc !important;
	border-top: 1px solid #dcdcdc !important;
	font-size: 1.2em;
}
.table_shopping_cart_totals tr:last-child td {
	padding-top: 14px !important;
	padding-bottom: 14px !important;
	text-align: right;
}
*/
.button_larger {
	height: 48px;
}
.panel-heading {
	height: 48px;
}
.panel-heading > h4 {
	line-height: 28px !important;
}
#modal-shipping .modal-header,
#modal-shipping .modal-body {
	padding: 24px !important;
}
/*
.text-danger {
	position: absolute;
	top: 3px;
	left: 12px;
}
*/
.has-error input {
	border: 1px solid #d93025 !important;
}
.error_asterisk {
	display: inline-block;
	font-size: 2.3em;
	color: #e6e6e6;
	position: absolute;
	top: 18px;
	right: 12px
}
.has-error .error_asterisk {
	color:  #d93025 !important;
}
.alert-dismissable .close, .alert-dismissible .close {
	top: -1px;
	right: -4px;
}
.address_boxes > div {
	padding-left: 0 !important;
}
.address_boxes > div > div {
	border: 1px solid #ddd;
	margin-top: 10px;
	border-radius: 4px;
}
.address_boxes > div > div > div {
	padding: 10px 20px;
}
.address_boxes > div > div > div:first-child {
	border-bottom: 1px solid #ddd;
	text-transform: capitalize;
	font-weight: bold;
	background-color: #f9f9f9;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.address_boxes > div > div > div:last-child {
	height: 10px;
}
.address_boxes > div > div a {
	display: inline-block;
}
.address_boxes > div > div a {
	font-weight: bold;
	margin-top: 1px;
	vertical-align: top;
}
@media (min-width: 478px) {
	.panel-body {
		padding: 25px;
	}
}
#accordion a:focus, a:hover {
	text-decoration: none;
}
.simple_button_gray {
	background-color: #f5f5f5;
	border: 1px solid #d8d8d8;
	color: #333;
}
.simple_button_gray:hover {
	border-color: #c6c6c6;
}
#cancel_add_new_payment_address_button {
	display: none;
}
#cancel_add_new_shipping_address_button {
	display: none;
}
.hide_radio {
	display: none;
}
#cart_checkout_section .order_summary {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
#cart_checkout_section {
	list-style-type: none;
	padding: 0;
	border: 1px solid #ddd;
	border-radius: 4px;
}
#cart_checkout_section a:not(.checkout_edit_link_cart) {
	color: #777;
}
#cart_checkout_section a.checkout_edit_link_cart:hover {
	color: #337ab7;
}
#cart_checkout_section li {
	padding: 10px;
}
#cart_checkout_section li:first-child {
	background-color: #f5f5f5;
	height: 48px;
	line-height: 26px;
	border-bottom: 1px solid #ddd;
}
.table_products tr:first-child td {
	border-top: 0;
}
.order_summary {
	font-size: 16px;
	font-weight: 500;
	padding-left: 15px !important;
}
.cc_icon_checkout {
	margin-top: -3px;
	margin-right: 4px;
	display: inline-block;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
}
.cc_icon_checkout.amex {
	padding: 6px 1px 6px 3px;
}
.cc_icon_checkout.visa {
	padding: 6px 4px;
}
.cc_icon_checkout.mastercard {
	padding: 3px 4px;
}
.cc_icon_checkout.discover {
	padding: 6px 3px;
}
.cc_icon_checkout.diners {
	padding: 3px 7px;
}
.cc_icon_checkout.jcb {
	padding: 2px 7px;
}
.cc_icon_checkout.unionpay {
	padding: 3px 4px;
}

#modal-agree .modal-dialog {
	width: 90%;
}
#modal-agree .modal-dialog{
    overflow-y: initial !important
}
#modal-agree .modal-header {
	padding: 20px 30px;
}
#modal-agree .modal-body {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
	padding: 25px 30px;
}
.information_div h4 {
	font-weight: bold;
}
.information_div p {
	text-align: justify;
	font-size: 1.1em;
	padding-top: 10px;
	padding-bottom: 25px;
	line-height: 160%;
}
.btn.btn-default,
.btn.btn-primary {
	border: 0;
}
.order_total_modules {
	display: inline-block
}
.order_total_modules #button-coupon  {
	background-color: #fff;
	border: 1px solid #e6e6e6;
	color: #337ab7;
	font-weight: bold;
}
.order_total_modules a {
	color: #337ab7;
	font-size: 13px;
}
.order_total_modules div {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	background-color: #fff !important;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.order_total_modules .panel-heading {
	height: auto;
}
.order_total_modules #button-coupon {
	width: 70px;
	height: 36px;
}
.order_total_modules input[name=coupon] {
	width: 110px;
	height: 36px;
}
.btn.active, .btn:active {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}

/* CSS OG Custom checkbox BEGIN OF*/
.checkbox_container {
	display: inline-block;
	position: relative;
	padding-left: 26px !important;
	margin-right: 8px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox_container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
.checkbox_checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	border: 2px solid #dcdcdc;
	border-radius: 4px;
}
.checkbox_container:hover input ~ .checkbox_checkmark {
	border-color: #ccc;
}
.checkbox_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.checkbox_container input:checked ~ .checkbox_checkmark:after {
  display: block;
}
.checkbox_container .checkbox_checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #999;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* CSS OG Custom Checkbox END OF */

/* CSS OG Custom Radio BEGIN OF */
.radio_container {
  display: inline-block;
  position: relative;
  padding-left: 26px !important;
  margin-bottom: 12px;
  margin-right: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.radio_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #dcdcdc;
  border-radius: 50%;
}
.radio_container:hover input ~ .radio_checkmark {
  border-color: #ccc;
}
.radio_checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.radio_container input:checked ~ .radio_checkmark:after {
  display: block;
}
.radio_container .radio_checkmark:after {
  top: 2px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #999;
}
/* CSS OG Custom Radio END OF */

.completed_panel {
	display: none;
	padding: 15px 25px 25px 25px;
	border-top: 1px solid #dcdcdc;
}
.completed_panel.cc_card {
	padding-top: 40px !important;
}
.checkout_edit_link {
	display: none;
	float: right;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #337ab7;
}
.checkout_edit_link_cart {
	float: right;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #337ab7;
}
.clickable_row {
	cursor: pointer;
}
.clickable_row:hover {
	background-color: #fcfcfc;
}
.table_container_responsive div {
	white-space: nowrap;
}
.table_container_responsive {
	overflow-x: auto;
}
.border_radius_header > div:first-child > div:first-child {
	border-top-left-radius: 4px;
}
.border_radius_header > div:first-child > div:last-child {
	border-top-right-radius: 4px;
}
.border_radius_footer > div:last-child > div:first-child {
	border-bottom-left-radius: 4px;
}
.border_radius_footer > div:last-child > div:last-child {
	border-bottom-right-radius: 4px;
}
.required.has-error .input_float_wrapper .textarea_label_float_on {
	border-top: 1px solid #d93025;
	border-left: 1px solid #d93025;
	border-right: 1px solid #d93025;
}
.has-error .form-control:focus {
	border-color: #d93025;
}
.order_history_table_products {
	display: table;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #ddd;
	border-top: 0;
	margin-bottom: 15px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.order_history_table_products > div {
	display: table-row;
}
.order_history_table_products > div > div {
	display: table-cell;
	padding: 7px 22px;
}
.order_history_table_products > div > div:first-child {
	width: 1px;
	white-space: nowrap;
}
.order_history_table_products > div > div {
	padding: 12px 22px;
	vertical-align: middle;
}
.order_history_table_products > div:first-child > div {
	padding-top: 18px;
}
.order_history_table_products > div:last-child > div {
	padding-bottom: 25px;
}
.order_history_table_products > div:not(:last-child) > div {
	border-bottom: 1px solid #f1f1f1;
}
.order_history_table {
	display: table;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #ddd;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.order_history_table > div {
	display: table-row;
}
.order_history_table > div:not(:last-child) > div {
	border-bottom: 1px solid #ddd;
}
.order_history_table > div > div:not(:last-child) {
	width: 1px;
	white-space: nowrap;
}
.order_history_table > div > div {
	display: table-cell;
	padding: 14px 22px;
}
.order_history_table > div:first-child > div:last-child {
	text-align: right;
}
.order_history_table > div:first-child > div > span {
	font-size: 0.85em;
	text-transform: uppercase;
}
.order_history_table > div:first-child > div {
	background-color: #f9f9f9;
	padding: 10px 22px;
}
.pagination_margin_top {
	margin-top: 25px;
}
.order_info_table_common {
	display: table;
	width: 100%;
	border: 1px solid #dcdcdc;
	border-radius: 4px;
	margin-bottom: 20px;
}
.order_info_table_common > div {
	display: table-row;
}
.order_info_table_common > div > div {
	display: table-cell;
}
.order_info_addresses_table > div {
	width: 50%;
}
.order_info_table_with_header > div:first-child > div {
	background-color: #f5f5f5;
	border-bottom: 1px solid #dcdcdc;
	font-weight: bold;
}
@media (max-width: 768px) {
	.order_info_addresses_table > div:nth-child(2) > div {
		padding-top: 14px;
	}
	.order_info_table_with_header > div:first-child > div {
		padding: 10px 14px;
	}
	.order_info_table_common > div > div {
		display: table-cell;
		padding: 14px;
	}
	.order_info_status_history_table > div > div {
		padding: 8px 14px;
	}
	.order_details > div > div {
		padding-top: 10px;
	}
}
@media (min-width: 769px) {
	.order_info_addresses_table > div:nth-child(2) > div {
		padding-top: 14px;
	}
	.order_info_table_with_header > div:first-child > div {
		padding: 14px 22px;
	}
	.order_info_table_common > div > div {
		display: table-cell;
		padding: 22px;
	}
	.order_info_status_history_table > div > div {
		padding: 8px 22px;
	}
	.order_details > div > div {
		padding-top: 17px;
	}
}
.order_info_products_table div  {
	vertical-align: top;
}
.order_info_products_table > div > div:not(:nth-child(2)) {
	width: 1px;
	white-space: nowrap;
}
.order_info_products_table > div:not(:last-child) > div {
	border-bottom: 1px solid #dcdcdc;
}
.order_info_products_table {
	margin-bottom: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.order_info_totals_table {
	border-top: 0;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-bottom: 30px;
}
.order_info_totals_table > div > div {
	border: 0 !important;
	text-align: right;
	padding: 2px 20px !important;
	font-weight: bold;
}
.order_info_totals_table > div > div:last-child {
	padding-left: 0 !important;
}
.order_info_totals_table > div > div:not(:first-child) {
	width: 1px;
	white-space: nowrap;
}
.order_info_totals_table > div:first-child > div {
	padding-top: 20px !important;
}
.order_info_totals_table > div:last-child > div {
	padding-bottom: 24px !important;
}
.order_info_status_history_table > div > div {
	border-bottom: 1px solid #f6f6f6
}
.order_info_status_history_table > div:nth-child(2) > div {
	padding-top: 14px;
	border-top: 0;
}
.order_info_status_history_table > div:last-child > div {
	padding-bottom: 16px;
	border-bottom: 0;
}
.order_info_status_history_table > div > div:not(:last-child) {
	width: 1px;
	white-space: nowrap;
}
.return_products_table > div > div:not(:last-child) {
	width: 100px;
	white-space: nowrap;
}
html {
	position: relative;
	min-height: 100%;
}
@media (max-width: 768px) {
	.hide_on_less_than_768 {
		display: none !important;
	}
	.show_on_small_amount {
		display: inline-block;
		margin-bottom: 5px;
	}
	.show_on_small_remove_button {
		display: inline-block;
		margin-top: 5px;
		cursor: pointer;
	}
	.product_name_td {
		vertical-align: middle !important;
	}
	.product_name_thumb {
		vertical-align: middle !important;
	}
}
@media (min-width: 769px) {
	.hide_on_more_than_769 {
		display: none !important;
	}
	.show_on_small_amount {
		display: none !important;
	}
	.show_on_small_remove_button {
		display: none;
	}
}
@media (max-width: 478px) {
	.hide_on_less_than_478 {
		display: none !important;
	}
}
@media (min-width: 479px) {
	.hide_on_more_than_479 {
		display: none;
	}
}
.radio_button_group_table {
	display: table;
}
.radio_button_group_table > div {
	display: table-cell;
	padding: 5px 15px 0 15px;
	text-align: left;
}
.radio_button_group_table > div:first-child {
	padding-right: 0;
}
.radio_button_group_table > div: first-child {
	width: 1px;
	white-space: nowrap
}
#cart_total > div {
	padding-top: 8px;
}
#cart_total > div:first-child {
	padding-right: 0;
}
#cart_total > div > strong {
	display: block;
	border-top: 1px solid #dcdcdc;
	padding-top: 12px;
}
#cart_total > td:first-child {
	padding-right: 0 !important;
}
#cart_total > td:last-child {
	padding-left: 0 !important;
}
#cart_total > td > strong {
	display: block;
	border-top: 1px solid #dcdcdc;
	margin-top: 8px;
	padding-top: 12px;
}
@media (min-width: 480px) {
	.order_details span {
		display: none;
		padding-bottom: 100px;
	}
}
.order_details b {
	display: inline-block;
}








