﻿.cart-totals .checkout-types .btn-checkout {
	font-size: 16px;
	padding: 14px 60px;
}

@media only screen and (max-width: 991px) {
.cart-totals .checkout-types .btn-checkout {
	padding: 7px 12px
}
}
.cart-totals .checkout-types .btn-checkout {
    background-color: #0090e3
}
.cart-totals .checkout-types .btn-checkout:hover {
	background: #00c4b4
}
.cart-totals .checkout-types .btn-checkout:active, .cart-totals .checkout-types .btn-checkout:focus {
	background: #00c4b4
}
.shipping #co-shipping-method-form input[type="radio"], .shipping #co-shipping-method-form input[type="checkbox"] {
	float: left;
	margin-top: 5px;
	display: none
}
.shipping #co-shipping-method-form input[type="radio"]+label, .shipping #co-shipping-method-form input[type="radio"]+.label label {
	cursor: pointer;
	position: relative;
	padding-left: 27px;
	text-transform: none;
	display: inline-block
}
.shipping #co-shipping-method-form input[type="radio"]+label:before, .shipping #co-shipping-method-form input[type="radio"]+.label label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	border-radius: 50%;
	left: 0;
	top: 2px;
	background-color: #fff;
	border: solid 1px #dfdfdf
}
.shipping #co-shipping-method-form input[type="radio"]+label:after, .shipping #co-shipping-method-form input[type="radio"]+.label label:after {
	content: "";
	display: inline-block;
	position: absolute;
	border-radius: 50%;
	width: 0px;
	height: 0px;
	left: 9px;
	top: 10px;
    background-color: #0090e3;
	box-shadow: inset -1px -1px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px 0px rgba(255,255,255,0.8)
}
.shipping #co-shipping-method-form input[type="radio"]+label:hover, .shipping #co-shipping-method-form input[type="radio"]+.label label:hover {
    color: #0090e3
}
.shipping #co-shipping-method-form input[type=radio]:checked+.label label:after, .shipping #co-shipping-method-form input[type=radio]:checked+label:after {
	width: 12px;
	height: 12px;
	left: 2px;
	top: 4px
}
.shipping #co-shipping-method-form input[type="checkbox"]+label, .shipping #co-shipping-method-form input[type="checkbox"]+.label label {
	display: inline-block;
	padding-left: 27px;
	position: relative;
	clear: both;
	cursor: pointer;
	text-transform: none
}
.shipping #co-shipping-method-form input[type="checkbox"]+label:before, .shipping #co-shipping-method-form input[type="checkbox"]+.label label:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 2px;
	background-color: #fff;
	border: solid 1px #dfdfdf
}
.shipping #co-shipping-method-form input[type="checkbox"]+label:after, .shipping #co-shipping-method-form input[type="checkbox"]+.label label:after {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	display: inline-block;
	position: absolute;
	font-size: 0;
	left: 9px;
	top: 10px;
    color: #0090e3;
	text-shadow: inset 0px 1px 1px 0px rgba(0,0,0,0.3), 0px 1px 0px 0px rgba(255,255,255,0.8)
}
.shipping #co-shipping-method-form input[type="checkbox"]+label:hover, .shipping #co-shipping-method-form input[type="checkbox"]+.label label:hover {
    color: #0090e3
}
.shipping #co-shipping-method-form input[type=checkbox]:checked+label:after, .shipping #co-shipping-method-form input[type=checkbox]:checked+.label label:after {
	font-size: 22px;
	top: -7px;
	left: 0
}
.theme-border, .table-bordered {
    border-top:solid 2px #0090e3
}
.theme-color {
    color: #0090e3
}
.title-border, .crosssell h2 {
	border-bottom: solid 2px #dfdfdf;
	padding-bottom: 10px !important;
	margin-bottom: 40px !important
}

@media only screen and (max-width: 767px) {
.title-border, .crosssell h2 {
	padding-bottom: 10px !important
}
}
.theme-block {
	border: solid 1px #dfdfdf;
    border-top:solid 2px #0090e3;
	padding: 30px 29px;
	margin-bottom: 60px;
	background: #fff
}
.no-theme-block {
	border: none;
	padding: 0;
	margin-bottom: 0
}
.table-bordered thead>tr>th, .table-bordered thead>tr>td {
	font-size: 16px;
	line-height: 1.667em;
	color: #000;
	text-transform: uppercase;
	font-weight: 500
}

@media only screen and (max-width: 991px) {
.theme-block {
	padding: 15px;
	margin-bottom: 30px
}
}
.table-bordered thead>tr>th, .table-bordered thead>tr>td {
	border-bottom-width: 1px
}
.table-bordered th, .table-bordered td {
	border: solid 1px #dfdfdf
}
.ink {
	display: block;
	position: absolute;
	background: rgba(0,0,0,0.1);
	border-radius: 100%;
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	transform: scale(0);
	z-index: 9999
}
.animate {
	-webkit-animation: ripple 0.65s linear;
	-webkit-animation: ripple 0.65s linear;
	-moz-animation: ripple 0.65s linear;
	-ms-animation: ripple 0.65s linear;
	-o-animation: ripple 0.65s linear;
	animation: ripple 0.65s linear
}
@-webkit-keyframes ripple {
100% {
opacity:0;
-moz-transform:scale(2.5);
-o-transform:scale(2.5);
-ms-transform:scale(2.5);
-webkit-transform:scale(2.5);
transform:scale(2.5)
}
}
@-moz-keyframes ripple {
100% {
opacity:0;
-moz-transform:scale(2.5);
-o-transform:scale(2.5);
-ms-transform:scale(2.5);
-webkit-transform:scale(2.5);
transform:scale(2.5)
}
}
@-o-keyframes ripple {
100% {
opacity:0;
-moz-transform:scale(2.5);
-o-transform:scale(2.5);
-ms-transform:scale(2.5);
-webkit-transform:scale(2.5);
transform:scale(2.5)
}
}
@keyframes ripple {
100% {
opacity:0;
-moz-transform:scale(2.5);
-o-transform:scale(2.5);
-ms-transform:scale(2.5);
-webkit-transform:scale(2.5);
transform:scale(2.5)
}
}
.icon-sprite, .icon-sprite-for-modules {
	background-image: url(../images/icon_sprite.png);
	background-repeat: no-repeat;
	text-indent: -9999px
}
.icon-sprite-for-modules {
	background-image: url(../images/icon_sprite.png)
}

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 4 / 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
.icon-sprite, .icon-sprite-for-modules {
	background-image: url(../images/icon_sprite@2x.png);
	background-size: 100px 1000px
}
}
.cart .button {
	white-space: normal
}
.cart-forms {
	content: '';
	display: table;
	clear: both;
	display: block
}
.cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {
	padding: 15px 20px 20px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-top: none
}
.cart-forms .discount {
	border-right: none
}
.shipping h2, #discount-coupon-form h2, .cart .giftcard h2 {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 13px
}
.shipping .form-list label, .shipping .sp-methods dt, #discount-coupon-form label, .cart .giftcard label {
	font-size: 14px;
	color: #000;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 4px;
	display: block
}
#discount-coupon-form .input-text, .cart .giftcard .input-text {
	background: #fff;
	margin-bottom: 21px;
	width: 100%
}
.cart-table, .cart-totals, .cart-forms .discount, .cart-forms .giftcard, .cart-forms .shipping {
	margin-bottom: 0
}
.checkout-cart-index #postcode {
	width: 100%
}
.display-both-prices .cart-table {
	float: none;
	width: 100%;
	border: none;
	border-bottom: solid 1px #dfdfdf
}
.display-both-prices .cart-table tbody td {
	border: none
}
.display-both-prices .cart-forms {
	float: left;
	padding-right: 10px;
	padding-left: 0
}
.display-both-prices .cart-totals-wrapper, .display-both-prices .crosssell {
	padding-left: 10px
}
.display-both-prices .cart-forms, .display-both-prices .cart-totals-wrapper {
	width: 50%;
	float: left
}

@media only screen and (max-width: 599px) {
.display-single-price .cart-table {
	float: none;
	width: 100%;
	border: none;
	border-bottom: solid 1px #dfdfdf
}
.display-single-price .cart-table tbody td {
	border: none
}
.display-single-price .cart-forms {
	float: left;
	padding-right: 10px;
	padding-left: 0
}
.display-single-price .cart-totals-wrapper, .display-single-price .crosssell {
	padding-left: 10px
}
.display-single-price .cart-forms, .display-single-price .cart-totals-wrapper {
	width: 50%;
	float: left
}
}

@media only screen and (max-width: 599px) {
.product-cart-sku {
	display: none
}
.display-both-prices .cart-forms, .display-both-prices .cart-totals-wrapper, .display-both-prices .crosssell, .display-single-price .cart-forms, .display-single-price .cart-totals-wrapper, .display-single-price .crosssell {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
	float: none;
	width: 100%
}
}
.display-single-price:after {
	content: '';
	display: table;
	clear: both
}
.cart .page-title {
	margin-bottom: 39px
}
.cart .page-title:after {
	content: '';
	display: table;
	clear: both
}
.cart .page-title h1 {
	border-bottom: none;
	margin: 0;
	font-size: 20px;
}
.cart .page-title h1:before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	/*
	content: "";
	*/
	font-size: 45px;
    color: #0090e3;
	padding-right: 0.244em
}

@media only screen and (max-width: 767px) {
.cart .page-title h1:before {
	font-size: 30px
}
}
.checkout-types {
	float: right;
	text-align: right;
	max-width: 100%
}
.checkout-types li {
	vertical-align: top;
	margin: 0 0 5px 5px
}
.checkout-types li:after {
	content: '';
	display: table;
	clear: both
}
.checkout-types li img {
	display: inline;
	vertical-align: top
}
.checkout-types li:first-child {
	margin-left: 0
}
.checkout-types .method-checkout-cart-methods-multishipping {
	display: block
}
.checkout-types.top li {
	display: inline-block
}
.checkout-types.top .bml_button {
	display: inline-block;
	vertical-align: top
}
.checkout-types.top .bml_button img {
	display: block
}
.checkout-types.top .paypal-logo .paypal-or {
	margin-top: 5px
}
.checkout-types.bottom {
	overflow: hidden;
	clear: both
}
.checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
	display: block
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
	margin: 0px;
	display: block;
	text-align: center
}

@media only screen and (min-width: 741px) {
.checkout-types.bottom .paypal-or {
	text-align: right;
	padding-right: 70px;
}
}
.cart-totals .checkout-types .btn-checkout {
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 700;
	padding: 10 40px;
}
.cart-totals .checkout-types .btn-checkout span span::before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	/*
	content: "";
	*/
	font-size: 28px;
	color: #fff;
	float: right;
	left: 0.333em;
	right: auto;
	position: relative;
	z-index: 4;
	vertical-align: bottom;
	display: inline-block
}

@media only screen and (max-width: 991px) {
.cart-totals .checkout-types .btn-checkout span span::before {
	display: none
}
}
.cart-totals .checkout-types .btn-checkout.button-secondary span span::before, .cart-totals .checkout-types .btn-checkout.button2 span span::before {
	color: #fff
}
.cart-totals .checkout-types .btn-checkout:hover span span::before {
	margin: 0 -7px 0 7px
}
.cart-totals .checkout-types a {
	font-weight: 500
}

@media only screen and (max-width: 740px) {
.checkout-types {
	float: none;
	text-align: center
}
.checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
	width: auto;
	float: none
}
.checkout-types li {
	float: none;
	width: 100%;
	margin-left: 0
}
}

@media only screen and (max-width: 599px) {
.btn-checkout {
	width: 100%
}
}
.cart-table {
	border: solid 1px #dfdfdf
}
.cart-table th, .cart-table td, .cart-table tbody td {
	vertical-align: top;
	border-right: solid 1px #dfdfdf
}
.cart-table th:first-child, .cart-table td:first-child, .cart-table tbody td:first-child {
	border-right: none
}
.cart-table h2.product-name {
	margin: 0;
	margin-bottom: 10px;
    color: #0090e3;
    font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: none;
	text-transform: none;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 10px
}
.cart-table h2.product-name a {
    color: #0090e3
}
.cart-table h2.product-name a:hover {
	color: #00c4b4
}
.cart-table tbody td {
	padding: 20px;
    font-family: 'Open Sans', sans-serif;
}
.cart-table thead th {
	padding: 12px 20px 13px;
	font-size: 16px;
	color: #000;
	font-weight: 500
}
.cart-table .product-cart-info {
	width: 38%;
	padding-left: 0
}
.cart-table tfoot tr {
	background: none
}
.cart-table tfoot tr>td:after {
	content: '';
	display: table;
	clear: both
}
.cart-table tfoot td {
	padding: 20px 20px 10px
}
.cart-table tfoot td .button {
	margin-bottom: 10px
}
.cart-table span.or {
	padding: 0 18px;
	text-transform: none
}
.cart-table .product-cart-image .cart-links, .cart-table .product-cart-info .btn-remove, .cart-table .product-cart-actions .button {
	display: none
}
.cart-table .product-cart-image .product-image img {
	max-width: 100%;
	width: 100%
}
.cart-table .product-cart-image a.cart-edit {
	display: none
}
.cart-table .product-cart-sku {
	margin: 5px 0 12px
}
.cart-table .product-cart-sku .label {
	color: #000
}
.cart-table .btn-empty {
	float: left
}
.cart-table .btn-empty span span::before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	font-size: 22px;
	color: #fff;
	float: left;
	left: auto;
	right: 0.333em;
	position: relative;
	z-index: 4;
	vertical-align: bottom;
	display: inline-block
}

@media only screen and (max-width: 991px) {
.cart-table .btn-empty span span::before {
	display: none
}
}
.cart-table .btn-empty.button-secondary span span::before, .cart-table .btn-empty.button2 span span::before {
	color: #fff
}
.cart-table .product-cart-total, .cart-table .product-cart-price {
	text-align: left
}
.cart-table .cart-tax-total {
	position: relative;
	cursor: pointer
}
.cart-table .cart-tax-total:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
    border-right:6px solid #0090e3;
	border-left: none;
	position: absolute;
	top: 3px;
	right: -11px
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	display: block;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
    border-top:6px solid #0090e3;
	border-bottom: none;
	right: -15px;
	top: 6px
}
.cart-table .cart-links>li {
	white-space: nowrap;
	line-height: 1.3;
	margin-bottom: 5px;
	min-width: 65px;
	font-size: 13px
}
.cart-table .cart-links>li>a {
	display: inline-block
}
.cart-table .cart-links>li:last-child {
	margin-bottom: 0
}
.cart-table tbody td .item-options {
	padding: 0;
	margin-left: 0 !important;
	margin: 0
}
.cart-table tbody td .item-options.additional {
	display: none
}
.cart-table .showmore {
	font-size: 12px;
    color: #0090e3;
	cursor: pointer
}
.cart-table .showmore:hover {
	color: #000
}
.cart-table .showmore::before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
    /*
	content: "";
	*/
	padding-right: 2px;
	font-size: 16px;
	line-height: 12px;
	vertical-align: middle
}
.cart-table .showmore.active::before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	/*
	content: ""
	*/
}
.cart-table .product-cart-remove {
	padding: 30px 5px
}
.cart-table .product-image {
	padding: 5px
}
.cart-table .cart-price .price {
	font-size: 16px;
    color: #0090e3;
	font-weight: 500
}
.cart-table .btn-continue, .cart-table .btn-update  { 
    text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.cart-table .btn-continue span span::before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	/*
	content: "";
	*/
	font-size: 28px;
	color: #fff;
	float: left;
	left: auto;
	right: 0.333em;
	position: relative;
	z-index: 4;
	vertical-align: bottom;
	display: inline-block
}

@media only screen and (max-width: 991px) {
.cart-table .btn-continue span span::before {
	display: none
}
}
.cart-table .btn-continue.button-secondary span span::before, .cart-table .btn-continue.button2 span span::before {
	color: #fff;
}
.cart-table .btn-continue:hover span span::before {
	margin-right: 5px;
	margin-left: -5px
}
.cart-table .btn-update span span::before {
	display: inline-block;
	font-family: "material-design";
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
	content: "";
	font-size: 28px;
	color: #fff;
	float: left;
	left: auto;
	right: 0.333em;
	position: relative;
	z-index: 4;
	vertical-align: bottom;
	display: inline-block; 
}

@media only screen and (max-width: 991px) {
.cart-table .btn-update span span::before {
	display: none
}
}
.cart-table .btn-update.button-secondary span span::before, .cart-table .btn-update.button2 span span::before {
	color: #fff; 
}
.cart-table .btn-update:hover span span::before {
	-moz-transform: rotate(181deg);
	-o-transform: rotate(181deg);
	-ms-transform: rotate(181deg);
	-webkit-transform: rotate(181deg);
	transform: rotate(181deg)
}
.cart-table .product-cart-actions {
	min-width: 60px;
	text-align: center;
	width: 20%
}
.cart-table .product-cart-actions .qty {
	height: 30px;
	border-color: #dfdfdf;
	border-radius: 0;
	margin-bottom: 10px;
	text-align: center;
	width: 3.2em;
	display: block;
	margin: 0 auto 10px
}
.cart-table .product-cart-actions .button {
	margin-bottom: 5px
}
.cart-table .product-cart-actions .button.btn-update span span::before {
	display: none !important
}

@media only screen and (max-width: 991px) {
.cart-table .product-cart-info {
	padding-left: 15px
}
.cart-table thead th {
	font-size: 12px;
	padding: 10px
}
.cart-table th, .cart-table td, .cart-table tbody td {
	padding: 7px 6px
}
.cart-table th .cart-price .price, .cart-table td .cart-price .price, .cart-table tbody td .cart-price .price {
	font-size: 1.2em
}
.cart-table .product-cart-actions>li {
	white-space: inherit
}
}

@media only screen and (max-width: 699px) {
.display-both-prices .cart-table thead th.cart-total-head, .display-both-prices .cart-table td.product-cart-total {
	display: none
}
}

@media only screen and (max-width: 599px) {
.cart-table colgroup, .cart-table thead {
	display: none
}
.cart-table tr {
	display: block;
	margin-bottom: 10px;
	padding-bottom: 10px;
	position: relative;
	width: 100%
}
.cart-table tr:after {
	content: '';
	display: table;
	clear: both
}
.cart-table tr:last-child {
	margin-bottom: 0
}
.cart-table tfoot tr {
	padding-bottom: 0
}
.cart-table tfoot td {
	padding: 5px 0
}
.cart-table td {
	border: none;
	display: block
}
.cart-table td[data-rwd-label] {
	padding-left: 15px;
	margin-bottom: 6px
}
.cart-table td[data-rwd-label] .price {
	font-weight: normal
}
.cart-table td[data-rwd-label]:before {
	content: attr(data-rwd-label) ":";
	font-size: 12px;
    font-family: 'Open Sans', sans-serif;
	padding-right: 5px;
	text-transform: uppercase
}
.cart-table td.product-cart-price {
	text-align: left
}
.cart-table h2 {
	font-size: 12px
}
.cart-table .cart-links {
	padding-top: 5px;
	padding-right: 5px
}
.cart-table .cart-links>li {
	white-space: normal;
	text-align: center
}
.cart-table .cart-links>li>a {
	padding: 2px 0px
}
.cart-table .cart-tax-info {
	font-style: italic;
	padding-left: 15px;
	font-size: 13px
}
.cart-table .cart-tax-info .price {
	font-size: 13px
}
.cart-table .product-cart-image {
	width: 40%;
	float: left;
	padding-bottom: 0
}
.cart-table .product-cart-image a.cart-edit {
	display: block;
	font-size: 14px;
	text-align: center;
	text-transform: uppercase
}
.cart-table .product-cart-info, .cart-table td[data-rwd-label] {
	float: right;
	width: 60%
}
.cart-table .product-cart-actions, .cart-table .product-cart-price {
	padding-bottom: 0;
	padding-top: 0;
	float: right
}
.cart-table .product-cart-remove, .cart-table .product-cart-total, .cart-table .product-cart-actions .cart-links {
	display: none
}
.cart-table .product-cart-image .cart-links, .cart-table .product-cart-info .btn-remove {
	display: block
}
.cart-table .product-cart-actions .button {
	display: none
}
.cart-table .product-cart-info .btn-remove {
	float: right;
	margin: -4px -15px 2px 7px
}
.cart-table .product-cart-info .product-cart-sku {
	margin-bottom: 5px
}
.cart-table .product-cart-actions {
	text-align: left
}
.cart-table .product-cart-actions .qty {
	margin-right: 7px;
	margin-bottom: 7px
}
.cart-table .price, .cart-table .product-cart-price:before {
	font-weight: 500;
	font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
.cart-table .cart-footer-actions {
	text-align: center;
	width: 100%
}
.cart-table .cart-footer-actions #empty_cart_button {
	float: right;
	margin-bottom: 10px
}
.cart-table .cart-footer-actions .btn-continue {
	float: left
}
.cart-table .cart-footer-actions .btn-update, .cart-table .cart-footer-actions span.or {
	display: none
}
.display-both-prices .cart-table td[data-rwd-tax-label]:before {
	content: attr(data-rwd-tax-label) ":"
}
}
.cart .shipping {
	width: 75%;
	float: left
}
.shipping select.validation-failed {
	border-color: #ee372a
}
.shipping .shipping-desc {
	display: none
}
.shipping .buttons-set {
	border: none;
	margin: 0;
	padding: 0
}
.shipping .form-list {
	padding: 0;
	border: none;
	margin: 0
}
.shipping .form-list:after {
	content: '';
	display: table;
	clear: both
}
.shipping .form-list>li {
	float: left;
	margin: 0 2% 10px 0
}
.shipping .form-list .shipping-country {
	width: 32%
}
.shipping .form-list .shipping-region {
	width: 32%
}
.shipping .form-list .shipping-postcode {
	margin-right: 0;
	width: 32%
}
.shipping .form-list .input-box {
	padding-top: 0
}
.shipping .form-list input {
	background: #fff;
	margin-top: 0px;
	width: 100%
}
.shipping .form-list select {
	margin-top: 0;
	background: #fff;
	height: 40px
}
.shipping .form-list select option {
	padding: 5px 10px
}
.shipping .buttons-set {
	padding-top: 11px
}
.shipping .buttons-set button {
	float: left;
	margin: 0;
	min-width: auto
}
.shipping .sp-methods {
	padding: 10px 0 0;
	text-align: left
}
.shipping .sp-methods dd {
	margin-bottom: 10px
}
.shipping .sp-methods span.price {
	font-weight: bold;
	font-style: normal;
    color: #0090e3
}
.shipping #co-shipping-method-form .buttons-set .button {
	float: left;
	margin-left: 0
}
.shipping #co-shipping-method-form .sp-methods dd label {
	padding: 0;
	background: none;
	margin-bottom: 10px
}
.shipping #co-shipping-method-form .sp-methods dd label:hover {
	background: none
}
#billing-new-address-form .input-box {
	padding-bottom: 8px;
	position: relative
}
#billing-new-address-form .input-box .validation-advice {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	padding: 0px 3px;
	border: 1px solid #ddd;
	border-radius: 3px;
	font-size: 12px
}
#billing-new-address-form .input-box .validation-advice:before {
	content: "";
	position: absolute;
	top: -4px;
	left: 10px;
	display: block;
	width: 8px;
	height: 8px;
	z-index: 140;
	background: #fff;
	border: 1px solid #ddd;
	border-right: 0;
	border-bottom: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

@media only screen and (max-width: 767px) {
.shipping .shipping-form .form-list>li {
	width: 100%;
	float: none
}
.shipping .shipping-form .form-list>li label {
	display: block
}
.shipping .shipping-form .form-list>li input, .shipping .shipping-form .form-list>li select {
	width: 100%
}
}
.cart .cart-totals {
	border: solid 1px #dfdfdf;
	margin-top: -1px;
	padding: 25px 40px
}
.cart .cart-totals:after {
	content: '';
	display: table;
	clear: both
}
.cart .cart-totals table {
    font-family: 'Open Sans', sans-serif;
	margin: 25px 0 27px;
	text-transform: uppercase;
	width: 50%;
	float: right;
	color: #000
}
.cart .cart-totals table::after {
	content: '';
	display: table;
	clear: both
}
.cart .cart-totals table td {
	padding: 2px 0px;
	vertical-align: middle
}
.cart .cart-totals table td:first-child {
	padding-right: 10px;
	min-width: 120px
}
.cart .cart-totals table tbody tr:last-child td, .cart .cart-totals table tbody tr:last-child th {
	padding-bottom: 10px
}
.cart .cart-totals table tbody td.a-right:first-child {
	text-align: left
}
.cart .cart-totals table tfoot {
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6
}
.cart .cart-totals table tfoot td {
	font-size: 18px;
	padding: 7px 0
}
.cart .cart-totals table tfoot td.a-right {
	text-align: left
}
.cart .cart-totals table tfoot strong span, .cart .cart-totals table tfoot span.price {
	font-size: 34px;
    color: #0090e3;
	font-weight: 500
}
.cart .cart-totals table tfoot strong {
	font-weight: 500
}
.cart .cart-totals .price {
	font-size: 24px;
    color: #0090e3;
	font-weight: 500
}

@media only screen and (max-width: 991px) {
.cart .cart-totals table {
	width: 100%
}
}

@media only screen and (max-width: 767px) {
.cart .cart-totals {
	padding: 15px
}
.cart .cart-totals table {
	width: 100%
}
.cart .cart-totals table tfoot td {
	font-size: 18px
}
.cart .cart-totals table tfoot strong span, .cart .cart-totals table tfoot span.price {
	font-size: 15px;
	font-weight: 500
}
.cart .cart-totals table tfoot strong {
	font-weight: 500;
	font-size: 15px
}
.cart .cart-totals .price {
	font-size: 15px
}
}

@media only screen and (max-width: 600px) {
.cart-totals {
	text-align: right
}
}
.discount-form:after, #giftcard-form:after {
	content: '';
	display: table;
	clear: both
}
#discount-coupon-form {
	width: 25%;
	float: left
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
#discount-coupon-form .discount {
	padding-bottom: 14px
}
}
#discount-coupon-form .discount {
	padding-bottom: 14px\9
}
#discount-coupon-form .validation-advice {
	float: none;
	margin: -15px 0 20px
}
#discount-coupon-form .field-wrapper, .cart .giftcard .field-wrapper {
	display: inline-block
}
#discount-coupon-form .validation-advice, .cart .giftcard .validation-advice {
	display: block
}
#discount-coupon-form .button-wrapper, .cart .giftcard .button-wrapper {
	display: inline-block;
	vertical-align: bottom
}
#discount-coupon-form .button-wrapper>button, .cart .giftcard .button-wrapper>button {
	float: left
}
.cart .giftcard p {
	margin-bottom: 7px
}
.cart .giftcard .check-gc-status {
	float: left;
	padding: 0px
}
.cart .giftcard .check-gc-status>span>span {
	font-size: 14px;
	text-transform: none
}

@media only screen and (max-width: 991px) {
.cart .shipping, #discount-coupon-form {
	width: 100%;
	float: none
}
.cart-forms .discount {
	border-right: solid 1px #dfdfdf
}
}
.crosssell h2 {
	margin: 0;
	margin-bottom: 10px;
    color: #0090e3;
    font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.4;
	text-rendering: optimizeSpeed;
	text-transform: none;
	font-weight: 500
}

@media only screen and (max-width: 599px) {
.cart-table .cart-tax-total:after {
	right: -9px
}
.cart-table .cart-tax-total.cart-tax-total-expanded:after {
	right: -13px
}
}

@media only screen and (max-width: 320px) {
.crosssell ul .item {
	padding-bottom: 40px
}
.crosssell ul .product-details .crosssell-actions {
	padding: 0 5px
}
}
/*# sourceMappingURL=checkout-cart.css.map */
