/* Colours */
/* Standard Buttons */
/* Alt Buttons - Add To Cart etc */
/* Fonts */
/* Layout things */
/* Main Nav things */
/* Input, form stuff */
/* My Account */
/* Mixins  - Layout */
/* Mixins - Buttons and links */
/* Mixins - Transitions */
/* Mixins - Other */
/* Flex */
/* Mobile non-carousel slider content (scroll left to right)) - NOTE: This needs to sit flush to the browser window, putting it within
a div with padding/margins may cause side scrolling of whole window, negative margin on this div will fix that */
/* This is each "block" of content within the slider:  */
/* ====== Cart ====== */
/*===== Default Cart  =====*/
/* line 7, ../sass/sass/cart-vars.scss */
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
.cart {
  float: left;
  width: 100%;
}
/* line 10, ../sass/sass/cart-vars.scss */
.cart .cart-main {
  float: left;
  width: 100%;
}
/* line 15, ../sass/sass/cart-vars.scss */
.cart .totals h2 {
  border-bottom: 1px solid #ebeef0;
}
/* line 21, ../sass/sass/cart-vars.scss */
.cart .checkout-types button {
  overflow: visible;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background: #fd903a;
  color: #fff;
  text-shadow: 1px 3px 2px #e38134;
  padding: 8px 15px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
  margin-bottom: 10px;
  font-size: 20px;
  padding: 10px 0px;
  background-image: none;
}
/* line 187, ../sass/sass/vars.scss */
.cart .checkout-types button:hover {
  background-color: #fc7408;
}
/* line 72, ../sass/sass/cart-vars.scss */
.cart .crosssell li.item .product .product-details .price-box {
  color: #999999;
}
/* line 75, ../sass/sass/cart-vars.scss */
.cart .crosssell li.item .product .product-details .price-box .old-price {
  color: #606060;
}
/* line 79, ../sass/sass/cart-vars.scss */
.cart .crosssell li.item .product .product-details .price-box .special-price {
  color: #4a4a4a;
}
/* line 83, ../sass/sass/cart-vars.scss */
.cart .crosssell li.item .product .product-details button {
  overflow: visible;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background: #fd903a;
  color: #fff;
  text-shadow: 1px 3px 2px #e38134;
  padding: 8px 15px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  margin-top: 15px;
}
/* line 187, ../sass/sass/vars.scss */
.cart .crosssell li.item .product .product-details button:hover {
  background-color: #fc7408;
}
/* line 87, ../sass/sass/cart-vars.scss */
.cart .crosssell li.item .product .product-details button:hover {
  background: #fc7408;
}

/* line 105, ../sass/sass/cart-vars.scss */
table.cart-table tr td.cart-details .product-name a {
  text-decoration: none;
}
/* line 221, ../sass/sass/vars.scss */
table.cart-table tr td.cart-details .product-name a:hover {
  text-decoration: underline;
}

/* line 125, ../sass/sass/cart-vars.scss */
.truncated .truncated_full_value .item-options {
  border: 1px solid #ebeef0;
}

/*===== Alternate Cart  =====*/
/* line 136, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .page-title {
  margin-bottom: 50px;
}
/* line 141, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .cart-main .cart-content {
  width: 540px;
}
/* line 145, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .cart-main .cart-content table.cart-table {
  margin-bottom: 40px;
}
/* line 148, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .cart-main .cart-content table.cart-table th {
  font-size: 18px;
  font-weight: 700;
  border-color: #e1e1e1;
}
/* line 155, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .cart-main .cart-content table.cart-table tr td {
  border-color: #e1e1e1;
  padding: 15px 10px 20px;
}
/* line 159, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .cart-main .cart-content table.cart-table tr td:first-child {
  padding-left: 0;
}
/* line 166, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .cart-main .cart-content table.cart-table tr td.cart-details h2.product-name a {
  font-size: 15px;
  color: #444444;
  text-decoration: none;
  margin-right: 0;
}
/* line 176, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .cart-main .cart-content table.cart-table tr td a {
  font-size: 12px;
  color: #999999;
  text-decoration: underline;
  margin-right: 10px;
}
/* line 182, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .cart-main .cart-content table.cart-table tr td a:hover {
  text-decoration: none;
}
/* line 186, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .cart-main .cart-content table.cart-table tr td a.btn-remove2 {
  display: inline;
  background: none;
  text-indent: initial;
  font-size: 12px;
  line-height: auto;
  height: auto;
  width: auto;
}
/* line 197, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .cart-main .cart-content table.cart-table tr td .cart-price {
  color: #444444;
  font-size: 15px;
}
/* line 204, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .cart-main .cart-content table.cart-table tr td.quantity input.qty {
  color: #999999;
  font-size: 15px;
  border-color: #d2d9d5;
  width: 45px;
}
/* line 214, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .cart-main .cart-content table.cart-table tr td.last .cart-price {
  font-weight: 700;
}
/* line 223, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .cart-main .cart-content table.cart-table tfoot tr td {
  padding-right: 0;
}
/* line 228, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .cart-main .cart-content table.cart-table tfoot .button.btn-update {
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  background: transparent;
  color: #999;
  border: 0;
  text-decoration: underline;
}
/* line 237, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .cart-main .cart-content table.cart-table tfoot .button.btn-update:hover {
  text-decoration: none;
}
/* line 249, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals {
  width: 340px;
}
/* line 252, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 {
  float: left;
  width: 100%;
  background: #f2f2f2;
  padding: 20px;
}
/* line 257, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 .discount {
  margin-top: 0;
  margin-bottom: 20px;
}
/* line 262, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 .discount .discount-form .input-box {
  width: 190px;
  margin: 0;
}
/* line 266, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 .discount .discount-form .input-box input {
  font-size: 15px;
  color: #999999;
  padding: 0 20px;
  border-color: #d2d9d5;
}
/* line 273, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 .discount .discount-form .buttons-set {
  margin: 0;
  width: 96px;
}
/* line 278, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 .discount .discount-form .buttons-set button.button {
  width: 100%;
  height: 40px;
  background: #999999;
  border: 0;
  color: #fff;
  font-size: 16px;
}
/* line 286, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 .discount .discount-form .buttons-set button.button.cancel {
  margin-top: 5px;
}
/* line 290, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 .discount .discount-form .buttons-set button.button:hover {
  background: gray;
}
/* line 300, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 table#shopping-cart-totals-table {
  border-top: 1px solid #999;
  font-size: 15px;
  margin-bottom: 30px;
}
/* line 306, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 table#shopping-cart-totals-table tbody tr {
  border-bottom: 1px solid #999;
}
/* line 309, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 table#shopping-cart-totals-table tbody tr td {
  padding: 15px 0;
}
/* line 312, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 table#shopping-cart-totals-table tbody tr td .price {
  font-weight: 700;
}
/* line 321, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 table#shopping-cart-totals-table tfoot tr td {
  padding-top: 25px;
  font-size: 15px;
}
/* line 325, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 table#shopping-cart-totals-table tfoot tr td .price {
  font-size: 26px;
}
/* line 335, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 .checkout-types button {
  font-size: 16px;
  height: 40px;
  margin-bottom: 0;
}
/* line 341, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 .checkout-types .paypal-logo {
  margin-top: 20px;
}
/* line 344, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .totals .totals-block-1 .checkout-types .paypal-logo .paypal-or {
  margin-bottom: 30px;
  font-size: 15px !important;
}
/* line 353, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .crosssell {
  width: 540px;
}
/* line 356, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .crosssell h2 {
  font-size: 18px;
}
/* line 361, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .crosssell li.item {
  width: 180px;
}
/* line 364, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .crosssell li.item .product {
  width: 140px;
  text-align: center;
}
/* line 369, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .crosssell li.item .product .product-details .product-name {
  margin-bottom: 5px;
}
/* line 372, ../sass/sass/cart-vars.scss */
.checkout-cart-index-custom2 .cart .crosssell li.item .product .product-details .product-name a {
  text-decoration: none;
}
/* line 221, ../sass/sass/vars.scss */
.checkout-cart-index-custom2 .cart .crosssell li.item .product .product-details .product-name a:hover {
  text-decoration: underline;
}
