.page-wrapper {
	padding-top: 35px;
	padding-bottom: 35px;
}
td p {
	margin: 0;
}
a:hover, button:hover, .button:hover, .btn:hover{
	text-decoration: none;
}
#loading_wrapper {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	text-align: center;
	top: 0;
	background-color: #fff;
	box-sizing: border-box;
	padding-top: 250px;
}
.button, .btn, input[type="submit"], form button {
	display: inline-block;
	border-radius: 0;
	text-transform: uppercase;
	font-size: .85rem;
	text-align: center;
	line-height: 1.2;
	padding: .75rem 2.2rem;
	height: 2.642rem;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	backface-visibility: hidden;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
} 
.button:hover, .btn:hover, input[type="submit"]:hover, form button:hover {
	text-decoration: none;
}
.products-list {
	position: relative;
}
.product-image {
	position: relative;
	overflow: hidden;
}
.content-product {
	border: 1px solid #e9e9e9;
	padding: 15px;
}
.content-product .product-image{
	max-width: 100%;
	margin: 0 auto 15px;
}
.content-product .product-content-image {
	text-align: center;
	display: block;
	min-height: 100px;
	backface-visibility: hidden;
}
.content-product .product-content-image img {
	display: inline-block;
	backface-visibility: hidden;
	z-index: 1;
	max-height: 115px;
}
.content-product .product-details {
	position: relative;
	padding-bottom: 12px;
	text-align: center;
}
.content-product .products-page-cats, .content-product .products-page-cats a, .content-product .products-page-brands, .content-product .products-page-brands a, .content-product .price {
	color: #888888;
}
.product-details > :not(a) {
	margin-bottom: 0;
	line-height: 1.5;
}
.content-product .product-title {
	font-size: 1.14rem;
}
.content-product .product-title a {
	display: block;
	width: 100%;
	font-weight: 400;
	font-style: normal;
	color:#222222;
}
.product-image img {
	max-height: 450px;
}
.content-product .price {
	width: 100%;
	margin-top: 1px;
	display: block;
}
.content-product .products-page-cats, .content-product .products-page-cats a, .content-product .products-page-brands, .content-product .products-page-brands a, .content-product .price {
	color: #888888;
}
.content-product .product-details .button:not(.compare){
	margin-top: 15px;
}
.content-product .button {
	height: auto;
	padding-top: .91rem;
	padding-bottom: .91rem;
	border: none;
}
.product-description {
	margin-bottom: 15px;
	display: block;
	position: relative;
}
div.product-info .price div {
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
}
.btn-group-sm > .btn, .btn-sm {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	height: auto;
	border-radius: .2rem;
}
.product-attrgrp label {
	display: block;
}
.product-attrgrp {
	margin-bottom: 15px;
	display: block;
	position: relative;
}
.btn-group-toggle > .btn {
	cursor: pointer;
}
.product-info .category {
	margin-bottom: 15px;
}
.widget-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.widget-box ul > li {
	display: block;
	margin-bottom: 10px;
}
.widget-box ul > li > a {
	color: #444;
}
.widget-box ul > li > a:hover {
	color: #000;
	text-decoration: underline;
}
.cart-data {
	padding-bottom: 40px;
}
.cart-page .card-image {
	margin-bottom: 10px;
	display: block;
	position: relative;
}
.cart-page .options {
	margin-bottom: 10px;
	display: block;
	position: relative;
}
.subitems.subitem-list {
	list-style: none;
	margin: 0 ;
	padding: 0;
	display: block;
	position: relative;
}
.subitems.subitem-list li{
	border-bottom: 1px dotted #ccc;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.subitems.subitem-list li .sub-name {
	float: left;
	text-align: left;
	width: 37%;
	line-height: 18px;
	padding: 6.5px 0;
}
.subitems.subitem-list li  .sub-price {
	float: right;
	text-align: right;
}
.cart-item .sub-total {
	text-align: right;
	width: 100%;
}
.cart-item .sub-total .text {
	float: left;
	text-align: left;
}
.cart-item .sub-total .price, .cart-item .sub-total .discount-price, .cart-item .sub-total .strikeout-price {
	font-size: 16px;
	font-weight: bold;
}
.totals .prices div, .totals .prices h2 {
	float: right;
	text-align: right;
	width: 100%;
}
.totals h2.pay .price, .totals h2.pay .discount-price {
	color: black;
	font-size: 24px;
	font-weight: bold;
}
.totals .prices h3 {
	font-weight: bold;
	font-size:20px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.cart-actions {
	display: block;
	margin-top: 20px;
	float: left;
	width: 100%;
	position: relative;
}
.cart-item .remove-link, .cart-item .remove-link:not([href]) {
	text-align: right;
	float: right;
	color: #007bff;
	cursor: pointer;
}
.cart-item .cart-data {
	border-bottom: 1px dotted #333;
	margin-bottom: 40px;
}
.cart-item .cart-data:last-child {
	border-bottom: 0px dotted #333;
	margin-bottom: 0px;
}
.cart-page, .checkout-page {
	margin-bottom: 40px;
}


.payment-page .payment-form {
	background: #E6EBF1;
	min-height: 100%;
	padding: 20px 20px 0;
	border-radius: 5px;
}

.payment-page form {
  width: 480px;
  margin: 20px 0;
}

.payment-page .group {
  background: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  margin-bottom: 20px;
}

.payment-page label {
  position: relative;
  color: #8898AA;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
  display: flex;
  flex-direction: row;
}

.payment-page .group label:not(:last-child) {
  border-bottom: 1px solid #F0F5FA;
}

.payment-page label > span {
  width: 120px;
  text-align: right;
  margin-right: 30px;
}

.payment-page .field {
  background: transparent;
  font-weight: 300;
  border: 0;
  color: #31325F;
  outline: none;
  flex: 1;
  padding-right: 10px;
  padding-left: 10px;
  cursor: text;
}

.payment-page .field::-webkit-input-placeholder {
  color: #CFD7E0;
}

.payment-page .field::-moz-placeholder {
  color: #CFD7E0;
}

.payment-page button {
  float: left;
  display: block;
  background: #666EE8;
  color: white;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.10), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: 0;
  margin-top: 20px;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  height: 40px;
  line-height: 38px;
  outline: none;
}

.payment-page button:focus {
  background: #555ABF;
}

.payment-page button:active {
  background: #43458B;
}

.payment-page .outcome {
  float: left;
  width: 100%;
  padding-top: 8px;
  min-height: 24px;
  text-align: center;
}

.payment-page .success,
.payment-page .error {
  display: none;
  font-size: 13px;
}

.payment-page .success.visible,
.payment-page .error.visible {
  display: inline;
}

.payment-page .error {
  color: #E4584C;
}

.payment-page .success {
  color: #666EE8;
}

.payment-page .success .token {
  font-weight: 500;
  font-size: 13px;
}
