/*Mixins*/
/*End Mixins*/
/*Variables*/
/*End Variables*/
/* ----------------Initial valuables ------------------*/
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-smooth: always;
  font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

html {
  font-size: 14px;
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  height: 100%;
  touch-action: manipulation; }

body {
  background: white;
  color: #7d7d7d;
  line-height: 1.55em;
  font-size: 14px;
  font-family: Droid Sans;
  font-weight: 500; }

/*Global*/
.list--inline li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  margin-bottom: 0;
  vertical-align: middle; }

.input-group {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate; }

@media (max-width: 767px) {
  .small--hide {
    display: none; } }

.drawer {
  display: none; }

.site-header__cart,
.site-header__search {
  position: relative; }
  .site-header__cart .icon-cart,
  .site-header__cart .icon-search,
  .site-header__search .icon-cart,
  .site-header__search .icon-search {
    vertical-align: middle; }

@media only screen and (min-width: 750px) {
  .site-header__cart {
    position: absolute;
    top: 50%;
    right: 0;
    padding: 8px 0;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); } }
select {
  color: #7d7d7d;
  line-height: 1.55em;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  padding: 8px 15px; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/*End Global*/
/*HTML element*/
article,
aside,
details,
figcaption,
figure,
dialog,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/*End HTML element*/
/*Form and input*/
form {
  margin: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-size: 14px;
  margin: 0;
  vertical-align: baseline;
  height: 40px;
  line-height: 40px; }

button,
input {
  line-height: 1.55em; }
  button:focus,
  input:focus {
    outline: none;
    border: none; }

input:focus::-webkit-input-placeholder {
  color: transparent !important;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
  border: none;
  border: none; }

input:focus:-moz-placeholder {
  /* Firefox 18- */
  color: transparent; }

input:focus::-moz-placeholder {
  /* Firefox 19+ */
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  vertical-align: top; }

select,
input[type=file] {
  height: auto;
  line-height: 1.55em; }

input,
textarea {
  font-family: Droid Sans;
  -webkit-appearance: none;
  vertical-align: top;
  height: 24px;
  line-height: 1.55em;
  font-size: 14px;
  padding: 5px 10px;
  border: 1px solid #f1f1f1;
  display: inline-block;
  *display: block;
  zoom: 1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06) inset;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }

input.focus,
input:focus,
textarea.focus,
textarea:focus {
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 2px 1px rgba(76, 144, 238, 0.3) inset;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 2px 1px rgba(76, 144, 238, 0.3) inset;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 2px 1px rgba(76, 144, 238, 0.3) inset;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }

input[type=password]:focus,
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
textarea:focus {
  outline: none; }

input[type=checkbox],
input[type=radio] {
  height: 16px;
  line-height: 1.55em;
  vertical-align: middle; }

input[type=checkbox] {
  -webkit-appearance: checkbox; }

input[type=file] {
  cursor: pointer;
  border: none;
  box-shadow: none;
  padding: 0;
  margin: 0; }

input[type=submit] {
  cursor: pointer; }

select {
  font-size: 14px;
  display: inline-block;
  *display: block;
  zoom: 1;
  color: #7d7d7d;
  font-family: Droid Sans;
  vertical-align: top;
  height: 22px;
  line-height: 1.55em;
  padding: initial;
  border: 1px solid #f1f1f1;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

select:focus,
select.focus {
  outline: none;
  border: 1px solid #f1f1f1;
  -webkit-box-shadow: 0px 2px 1px rgba(76, 144, 238, 0.3) inset;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0px 2px 1px rgba(76, 144, 238, 0.3) inset;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0px 2px 1px rgba(76, 144, 238, 0.3) inset;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }

textarea {
  min-height: 72px; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

/*End Form and input*/
/*Typo*/
h1, h2, h3, h4, h5, h6 {
  color: #282828;
  font-family: Droid Sans;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.55em; }

h1 {
  font-size: 24px; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 16px; }

h4 {
  font-size: 14px; }

h5 {
  font-size: 13px; }

h6 {
  font-size: 12px; }

p {
  margin: 0 0 10px;
  line-height: 1.55em;
  color: #7d7d7d; }

/*End Typo*/
/*Link and Buttons*/
a {
  color: #222222;
  text-decoration: none;
  font-size: 14px;
  font-family: Droid Sans;
  font-weight: 500; }

a:hover {
  color: #fc7070;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)"; }

a:focus {
  text-decoration: none !important;
  outline: none !important;
  border: none !important; }

a.btn,
input.btn,
button.btn {
  font-family: Droid Sans;
  -webkit-box-shadow: 0 0 0 transparent inset;
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 0 0 transparent inset;
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 0 0 transparent inset;
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
  display: inline-block;
  *display: block;
  zoom: 1;
  height: 36px;
  line-height: 36px;
  border: none;
  margin: 0;
  padding: 0 20px;
  color: white;
  border: 1px solid #282828;
  background: #282828;
  -ms-transition: ease all 0.5s;
  -webkit-transition: ease all 0.5s;
  transition: ease all 0.5s;
  margin-bottom: 2px; }
  @media (max-width: 767px) {
    a.btn,
    input.btn,
    button.btn {
      padding: 0 10px; } }

a.btn:hover,
input.btn:hover,
button.btn:hover {
  background-color: white;
  color: #282828;
  -webkit-backface-visibility: hidden;
  border-color: #282828; }

a.btn:hover:disabled,
input.btn:hover:disabled,
button.btn:hover:disabled {
  @includ opacity(0.2,20);
  cursor: default; }

input.disabled.btn:hover,
button.disabled.btn:hover {
  background-color: #282828;
  color: white; }

.btn:disabled,
.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$var2)";
  cursor: default; }

/*End Link and Buttons*/
/*Table*/
table {
  width: 100%;
  border-spacing: 0; }

table tr td {
  border-top: 1px solid #f1f1f1; }

table tr td, table tr th {
  padding: 10px;
  text-align: left; }

strong {
  font-weight: 700; }

em {
  font-style: italic; }

/*End Table*/
/* ============================================ *
* Checkout - Cart
* ============================================ */
.cart .page-title {
  margin-bottom: 15px; }

.cart .page-title:after {
  content: '';
  display: table;
  clear: both; }

.cart .page-title h1 {
  float: left;
  border-bottom: none;
  margin-bottom: 6px;
  margin-right: 10px; }

.checkout-types {
  float: right;
  text-align: right;
  max-width: 100%;
  /* We always want this shipping method to display on its own line */ }

.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 .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: 7px; }

@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 {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .cart-table .product-name {
    text-transform: capitalize;
    font-weight: 500; }

.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: middle; }

.cart-table h2 {
  color: #636363;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0; }

.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 15px;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif; }
  .cart-table thead th.shoppingcart-qty .cart-qty-inner,
  .cart-table tbody td.shoppingcart-qty .cart-qty-inner {
    display: flex; }
    .cart-table thead th.shoppingcart-qty .cart-qty-inner input,
    .cart-table tbody td.shoppingcart-qty .cart-qty-inner input {
      height: 42px;
      line-height: 42px;
      border-left: 0;
      border-right: 0; }
    .cart-table thead th.shoppingcart-qty .cart-qty-inner .qty-ctl,
    .cart-table tbody td.shoppingcart-qty .cart-qty-inner .qty-ctl {
      border: 1px solid #e1e1e1; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px; }

.cart-table tr {
  border-bottom: 1px solid #f1f1f1; }
  .cart-table tr:last-child {
    border-bottom: 0; }
    @media (max-width: 767px) {
      .cart-table tr:last-child {
        border-bottom: 1px solid #f1f1f1; } }
  @media (max-width: 767px) {
    .cart-table tr {
      border-bottom: 0; } }
.cart-table thead tr {
  border-bottom: 1px solid #f1f1f1 !important; }

.cart-table tfoot tr {
  background: none; }

.cart-table tfoot tr > td:after {
  content: '';
  display: table;
  clear: both; }

.cart-table span.or {
  font-size: 9px;
  padding: 0 5px;
  text-transform: uppercase;
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif; }

.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 {
  padding-left: 0;
  padding-right: 0; }

.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 {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-size: 12px;
  margin: 5px 0 12px; }

.cart-table .product-cart-sku .label {
  font-weight: 600; }

.cart-table .btn-empty {
  float: left; }
  .cdz-rtl .cart-table .btn-empty {
    float: right; }

.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center; }

.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 #282828;
  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 #282828;
  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: block; }

.cart-table .cart-links > li:last-child {
  margin-bottom: 0; }

.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center; }

.cart-table .product-cart-actions .qty {
  height: 30px;
  border-color: silver;
  border-radius: 0;
  margin-bottom: 10px;
  text-align: center;
  width: 3.2em; }

.cart-table .product-cart-actions .button {
  margin-bottom: 5px; }

.cart-table .item-options {
  padding-left: 15px; }

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 12px; }

  .cart-table th,
  .cart-table td {
    padding: 7px 6px; }

  .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 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: "Poppins", "Helvetica Neue", Verdana, Arial, 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: 25%;
    float: left;
    padding-bottom: 0; }

  .cart-table .product-cart-image a.cart-edit {
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase; }

  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%; }

  .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 0px 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: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif; }

  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%; }

  .cart-table .cart-footer-actions #empty_cart_button {
    float: right; }

  .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) ":"; } }
/* -------------------------------------------- *
* Button - Remove / Previous
*/
.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #ededed;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative; }

.btn-remove:hover,
.btn-previous:hover {
  background-color: #282828;
  border-color: #282828; }

.btn-remove:after,
.btn-remove2:after {
  content: 'X';
  color: #282828;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 10px;
  font-family: Arial, "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold; }

.btn-remove:hover:after {
  color: #FFFFFF;
  text-decoration: none; }

.btn-remove2 {
  background: none;
  border: none;
  vertical-align: top; }

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #282828;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px; }

.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid white;
  border-left: none; }

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px; }

/* ============================================ *
* Checkout - Estimate Shipping and Tax
* ============================================ */
.shipping h2 {
  font-size: 12px;
  font-weight: bold;
  margin: 0 0 5px; }

.shipping select {
  max-width: 100%;
  height: 30px;
  display: block;
  border: 1px solid #f1f1f1; }

.shipping select.validation-failed {
  border-color: #df280a; }

.shipping .shipping-desc {
  display: none; }

.shipping .buttons-set {
  border: none;
  margin: 0;
  padding: 0; }

.shipping .form-list:after {
  content: '';
  display: table;
  clear: both; }

.shipping .form-list li {
  float: none;
  margin: 5px 0 10px 0; }

.shipping .form-list .shipping-country {
  width: 37%; }

.shipping .form-list .shipping-region {
  width: 41%; }

.shipping .form-list .shipping-postcode {
  margin-right: 0;
  width: 18%; }

.shipping .form-list .shipping-postcode input {
  margin-top: 4px; }

.shipping .form-list .input-box {
  padding-top: 0; }

.shipping .form-list input {
  height: 30px;
  margin-top: 4px; }

.shipping .form-list label {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap; }

.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left; }

.shipping .sp-methods dd {
  margin-bottom: 10px; }

.shipping .sp-methods label {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-size: 12px;
  font-style: italic;
  min-width: 100px; }

.shipping .sp-methods label span {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-weight: bold;
  font-style: normal; }

.shipping #co-shipping-method-form .buttons-set .button {
  float: left;
  margin-left: 0; }

.shipping #co-shipping-method-form .sp-methods dd label {
  border: 1px solid #cccccc;
  background-color: #ececec;
  min-width: 220px; }

.shipping #co-shipping-method-form .sp-methods dd label:hover {
  background-color: #dbdbdb; }

@media only screen and (max-width: 770px) {
  .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 {
  text-align: right; }

.cart .cart-totals:after {
  content: '';
  display: table;
  clear: both; }

.cart .cart-totals table {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
  width: 100%; }

.cart .cart-totals table td {
  padding: 2px 0px; }

.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 tfoot {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6; }

.cart .cart-totals table tfoot td {
  font-size: 24px;
  padding: 2px 5px;
  vertical-align: top; }

.cart .cart-totals table tfoot strong span,
.cart .cart-totals table tfoot span.price {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif; }

.cart .cart-totals table tfoot strong {
  font-weight: 400; }

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right; } }
@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px; } }
.discount-form:after,
#giftcard-form:after {
  content: '';
  display: table;
  clear: both; }

#discount-coupon-form,
.cart .giftcard {
  width: 100%; }

#discount-coupon-form h2,
.cart .giftcard h2 {
  display: none; }

#discount-coupon-form label,
.cart .giftcard label {
  font-family: "Poppins", "Helvetica Neue", Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  min-width: 105px;
  display: inline-block;
  margin-right: 10px; }

#discount-coupon-form .field-wrapper,
.cart .giftcard .field-wrapper {
  display: inline-block; }

#discount-coupon-form .validation-advice,
.cart .giftcard .validation-advice {
  display: inline; }

#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; }

#discount-coupon-form .input-text,
.cart .giftcard .input-text {
  border-radius: 0;
  height: 30px;
  margin: 4px 10px 0 0;
  width: 190px; }

.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; }

/* ============================================ *
* Checkout - Cart Cross sell
* ============================================ */
.crosssell h2 {
  color: #282828; }

.crosssell .item a.product-image {
  width: auto;
  float: left; }

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */ }

  .crosssell .products-grid > li:nth-child(even),
  .crosssell .products-grid > li:nth-child(3n),
  .crosssell .products-grid > li {
    width: 47.72727%;
    margin-right: 4.54545%; }

  .crosssell .products-grid > li:nth-child(odd) {
    clear: left; }

  .crosssell .products-grid > li:nth-child(even) {
    margin-right: 0; }

  .crosssell .products-grid > li:nth-child(3n+1) {
    clear: none; } }
@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: 0 0px 40px; }

  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px; } }
/* ============================================ *
* Checkout - One Page
* ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none; }

.checkout-onepage-index .col-main {
  width: auto;
  float: none; }

@media only screen and (min-width: 980px) {
  .checkout-onepage-index .col-main {
    float: left;
    width: 68.75%;
    padding-right: 20px; }

  .checkout-onepage-index .col-right,
  .checkout-onepage-index .col-left {
    width: 31.25%;
    display: block; }

  .checkout-onepage-index .col-right {
    padding-left: 0; } }
.opc select {
  width: 365px; }

/* ----------------Initial valuables ------------------*/
/*Update 2.1.5 - Fancyblox*/
.fb-wrap, .fb-skin, .fb-outer, .fb-inner, .fb-image, .fb-wrap iframe, .fb-wrap object, .fb-nav, .fb-nav span, .fb-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fb-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fb-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fb-opened {
  z-index: 10000; }

.fb-opened .fb-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fb-outer, .fb-inner {
  position: relative; }

.fb-inner {
  overflow: hidden; }

.fb-type-iframe .fb-inner {
  -webkit-overflow-scrolling: touch; }

.fb-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fb-image, .fb-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fb-image {
  max-width: 100%;
  max-height: 100%; }

#fb-loading, .fb-close, .fb-prev span, .fb-next span {
  background-image: url("https://cdn.shopify.com/s/files/1/2930/7174/t/3/assets/fancybox_sprite.png?676"); }

#fb-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  opacity: .8;
  cursor: pointer;
  z-index: 8060; }

#fb-loading div {
  width: 48px;
  height: 48px;
  background: url("https://cdn.shopify.com/s/files/1/2930/7174/t/3/assets/fancybox_loading.gif?676") center center no-repeat; }

.fb-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fb-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("https://cdn.shopify.com/s/files/1/2930/7174/t/3/assets/blank.gif?676");
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040; }

.fb-prev {
  left: 0; }

.fb-next {
  right: 0; }

.fb-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fb-prev span {
  left: 10px; }

.fb-next span {
  right: 10px;
  text-align: right; }

.fb-nav:hover span {
  visibility: visible; }

.fb-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

.fb-lock {
  overflow: hidden !important;
  width: auto; }

.fb-lock body {
  overflow: hidden !important; }

.fb-lock-test {
  overflow-y: hidden !important; }

.fb-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.8); }

.fb-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 9999; }

.fb-lock .fb-overlay {
  overflow: auto;
  overflow-y: scroll; }

.fb-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fb-opened .fb-title {
  visibility: visible; }

.fb-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fb-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fb-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fb-title-inside-wrap {
  padding-top: 10px; }

.fb-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

.fb-close:hover {
  opacity: 1; }

a.fb-next, a.fb-prev {
  font-size: 26px;
  opacity: 0.8;
  color: #000000; }

body.is-touch .fb-nav span {
  display: none; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fb-loading, .fb-close, .fb-prev span, .fb-next span {
    background-image: url("https://cdn.shopify.com/s/files/1/2930/7174/t/3/assets/fancybox_sprite@2x.png?676");
    background-size: 44px 152px; }

  #fb-loading div {
    background-image: url("https://cdn.shopify.com/s/files/1/2930/7174/t/3/assets/fancybox_loading@2x.gif?676");
    background-size: 24px 24px; } }
/*End Update 2.1.5 - Fancyblox*/