@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600,600italic,700);
body {
  background: transparent; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif; }

button, input, select, textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }
a:active, a:hover {
  outline: 0; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h2 {
  font-size: 1.5em;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.67em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

dfn {
  font-style: italic; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

mark {
  background: #ff0;
  color: #000; }

p, pre {
  margin: 1em 0; }

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: none; }
  q:before, q:after {
    content: "";
    content: none; }

small {
  font-size: 80%; }

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em; }

sub {
  bottom: -0.25em; }

dl, menu, ol, ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic; }

svg:not(:root) {
  overflow: hidden; }

figure, form {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px; }

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle; }

button, input {
  line-height: normal; }

button, select {
  text-transform: none; }

button, html input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible; }

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

button[disabled], html input[disabled] {
  cursor: default; }

input[type="checkbox"], input[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px; }
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  color: #333;
  font-size: 62.5%;
  height: auto;
  line-height: 1.3;
  min-height: 100%;
  min-width: 320px;
  position: relative; }

::-moz-selection {
  background: #333;
  color: white;
  text-shadow: none; }

::selection {
  background: #333;
  color: white;
  text-shadow: none; }

body {
  font-family: Arial, sans-serif;
  width: 100%; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #b1b0b0;
  margin: 16px 0;
  padding: 0; }

a {
  color: #333;
  cursor: pointer;
  text-decoration: none; }

a:focus {
  outline: 0; }

a:hover, a:focus {
  color: #333;
  text-decoration: none; }

a:link {
  -webkit-tap-highlight-color: #cccccc; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
p, li, ul, ol {
  font-weight: normal;
  margin: 0;
  padding: 0; }

audio, canvas, img, video {
  vertical-align: middle; }

button, input[type="text"] {
  font-family: Arial, sans-serif; }

input[type="text"],
input[type="email"],
input[type="password"] {
  -webkit-appearance: none;
  -moz-appearance: none; }

a:focus {
  outline: 0; }

a.focus {
  outline: 3px solid #a5ccee; }

a.focus:active {
  outline: 3px solid #501b03; }

.old-browsers-notice {
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  color: #b94a48;
  display: block;
  margin: 0 auto;
  padding: 1%;
  text-align: center;
  width: 80%; }
  .old-browsers-notice a {
    color: #b94a48;
    font-weight: bold; }
    .old-browsers-notice a:hover, .old-browsers-notice a:visited {
      text-decoration: underline; }
    .old-browsers-notice a img {
      padding: 10px; }

.clearfix, .cart-item, .cart-options-shipping-form, .cart-code-form, .cart-code-holder.apply-code form, .cart-refresh, .reverse-product-suggestions__books, .form-field-double, .form-creditfield, .sidecart-wrap, .sidecart-item, .sidecart-item-content, .confirmation-item, .confirmation-item-content,
.cart-shipping {
  zoom: 1; }
  .clearfix:after, .cart-item:after, .cart-options-shipping-form:after, .cart-code-form:after, .cart-code-holder.apply-code form:after, .cart-refresh:after, .reverse-product-suggestions__books:after, .form-field-double:after, .form-creditfield:after, .sidecart-wrap:after, .sidecart-item:after, .sidecart-item-content:after, .confirmation-item:after, .confirmation-item-content:after,
  .cart-shipping:after {
    content: "";
    clear: both;
    display: block; }

.ir, .arrow-down, .header-back, .header-cart, .cart-options-code-refresh {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  *line-height: 0;
  overflow: hidden;
  text-align: left;
  text-indent: -999em; }
  .ir br, .arrow-down br, .header-back br, .header-cart br, .cart-options-code-refresh br {
    display: none; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }

.invisible {
  visibility: hidden; }

.shy {
  position: absolute;
  left: -9999px; }

.left {
  float: left; }

.right {
  float: right; }

.content-wrap, .cart, .form-wrap, .login, .confirmation {
  margin: 0 auto;
  min-width: 320px;
  padding: 0 0 40px;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .content-wrap, .cart, .form-wrap, .login, .confirmation {
      max-width: 688px; } }
  .content-wrap.centered, .centered.cart, .centered.form-wrap, .centered.login, .centered.confirmation {
    text-align: center; }
  .content-wrap.padded, .padded.cart, .padded.form-wrap, .padded.login, .padded.confirmation {
    padding-top: 20px; }

.gentitle {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 30px; }
  @media screen and (min-width: 768px) {
    .gentitle {
      font-size: 20px;
      margin: 0 0 36px; } }

.gensubtitle {
  font-size: 14px;
  font-weight: 600;
  margin: 40px 0 20px; }
  .gensubtitle:first-child {
    margin-top: 0; }

.genp {
  font-size: 14px;
  margin: 0 10px 20px; }
  @media screen and (min-width: 768px) {
    .genp {
      margin-left: auto;
      margin-right: auto; } }

.genalt {
  font-size: 14px;
  margin: 0 10px 20px; }
  @media screen and (min-width: 768px) {
    .genalt {
      margin-left: auto;
      margin-right: auto;
      margin-top: -20px; } }
  @media screen and (min-width: 768px) {
    .genalt.unscooched {
      margin-top: 0; } }

.arrow-down {
  background: url('/common/btn-arrow-down@2x.png') no-repeat center center;
  -webkit-background-size: 44px 24px;
  background-size: 44px 24px;
  bottom: 26px;
  display: block;
  height: 24px;
  left: 0;
  margin: auto;
  outline: none;
  position: absolute;
  right: 0;
  width: 44px; }

.header {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(221, 228, 231, 0.2) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(221, 228, 231, 0.2)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(221, 228, 231, 0.2) 100%);
  border-bottom: 1px solid #e7e7e7;
  display: block;
  padding: 12px 0;
  position: relative;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .header {
      padding: 23px 0;
      z-index: 20; } }

.header-logo {
  display: none; }
  @media screen and (min-width: 768px) {
    .header-logo {
      display: inline-block;
      height: 47px;
      margin: 0 20px;
      width: auto; } }

.header-logo-mobile {
  display: inline-block;
  height: 23px; }
  @media screen and (min-width: 768px) {
    .header-logo-mobile {
      display: none; } }

.header-back {
  background: url('/assets/layout/ico-arrow-red@2x.png') no-repeat center center;
  -webkit-background-size: 13px 12px;
  background-size: 13px 12px;
  color: #3366cc;
  font-weight: normal;
  font-size: 15px;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px; }
  @media screen and (min-width: 768px) {
    .header-back {
      background-position: 35px center;
      border-right: 1px solid #e7e7e7;
      height: 65px;
      line-height: 65px;
      overflow: visible;
      padding: 0 40px 0 56px;
      text-indent: 0;
      -webkit-transition: -webkit-box-shadow 0.3s, color 0.3s;
      transition: box-shadow 0.3s, color 0.3s;
      width: auto; }
      .header-back:hover {
        -webkit-box-shadow: inset 0px 4px 0px -2px #3366cc;
        box-shadow: inset 0px 4px 0px -2px #3366cc;
        color: #3366cc; } }

.header-cart {
  background: url('/assets/common/ico-cart-header@2x.png') no-repeat center 15px;
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
  height: 35px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px; }
  @media screen and (min-width: 768px) {
    .header-cart {
      background: url('/assets/common/ico-cart-header@2x.png') no-repeat 20px 20px;
      -webkit-background-size: 20px 20px;
      background-size: 20px 20px;
      border-left: 1px solid #e7e7e7;
      font-size: 15px;
      font-weight: normal;
      height: 65px;
      line-height: 65px;
      overflow: visible;
      padding: 0 40px 0 56px;
      text-indent: 0;
      -webkit-transition: -webkit-box-shadow 0.3s, color 0.3s;
      transition: box-shadow 0.3s, color 0.3s;
      width: auto; }
      .header-cart:hover, .header-cart:focus {
        -webkit-box-shadow: inset 0px 4px 0px -2px #3366cc;
        box-shadow: inset 0px 4px 0px -2px #3366cc;
        color: #3366cc; } }

.cart-big-title {
  padding: 50px 0;
  text-align: center; }
  .cart-big-title h1 {
    font-size: 21px;
    font-weight: bold;
    -webkit-font-smoothing: antialiased; }
  .cart-big-title .ico-cart-header {
    background: url('/assets/common/ico-cart-header@2x.png') no-repeat center center;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    display: inline-block;
    height: 20px;
    margin-right: 12px;
    width: 20px; }

@media print {
  tr,
  img {
    page-break-inside: avoid; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; }

  thead {
    display: table-header-group; } }
.breadcrumbs {
  display: table;
  list-style: none;
  margin: 25px auto;
  max-width: 1024px;
  width: 90%; }
  .breadcrumbs li {
    display: table-cell;
    position: relative;
    text-align: center; }
    .breadcrumbs li a:after {
      _border-color: #000000 #000000 #000000 #007bff;
      _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
      border-color: transparent transparent transparent transparent;
      border-style: solid;
      border-width: 17.5px 0 17.5px 15px;
      content: "";
      display: block;
      height: 0;
      line-height: 0px;
      position: absolute;
      right: -15px;
      top: -1px;
      width: 0; }
    .breadcrumbs li a.done:after {
      border-color: transparent transparent transparent transparent; }
    .breadcrumbs li a.active:after {
      border-color: transparent transparent transparent #fabb00; }
    .breadcrumbs li:nth-child(1) {
      z-index: 6; }
      .breadcrumbs li:nth-child(1) a {
        border-left: 1px solid #e7e7e7;
        padding: 0 0 0 15px; }
    .breadcrumbs li:nth-child(2) {
      z-index: 5; }
    .breadcrumbs li:last-child {
      z-index: 4; }
      .breadcrumbs li:last-child a {
        border-right: 1px solid #e7e7e7; }
      .breadcrumbs li:last-child a:after {
        display: none; }
    @media screen and (min-width: 768px) {
      .breadcrumbs li {
        width: 33.33333%; } }
  .breadcrumbs a {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(221, 228, 231, 0.65)));
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 33px;
    min-width: 50px;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: color 0.3s;
    transition: color 0.3s; }
    .breadcrumbs a:hover {
      color: #fabb00; }
    .breadcrumbs a.done {
      background: #e7e7e7; }
    .breadcrumbs a.active {
      background: #fabb00;
      border-color: #fabb00 !important;
      color: white; }
      .breadcrumbs a.active span {
        display: inline; }
  .breadcrumbs span {
    display: none; }
    @media screen and (min-width: 768px) {
      .breadcrumbs span {
        display: inline; } }

.genbutton,
.login-guest {
  background: #fabb00;
  border: 1px solid #C9D6DC;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: inset -4px 1px 5px 0 rgba(43, 63, 74, 0.38);
  box-shadow: inset -4px 1px 5px 0 rgba(43, 63, 74, 0.38);
  color: #000000;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 52px;
  line-height: 52px;
  outline: none;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  -webkit-font-smoothing: antialiased; }
  .genbutton:hover,
  .login-guest:hover {
    background: #666666;
    -webkit-box-shadow: inset -4px 1px 5px 0 rgba(43, 63, 74, 0.38);
    box-shadow: inset -4px 1px 5px 0 rgba(43, 63, 74, 0.38);
    border-color: #666666;
    color: #ffffff; }
  .genbutton:focus, .genbutton:active,
  .login-guest:focus,
  .login-guest:active {
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    .genbutton,
    .login-guest {
      margin: 0 auto;
      margin-bottom: 15px;
      padding: 0 25px;
      width: auto; } }
  .genbutton.spaced,
  .login-guest.spaced {
    margin-top: 40px; }
    @media screen and (min-width: 768px) {
      .genbutton.spaced,
      .login-guest.spaced {
        margin-top: 40px; } }

.cart-item {
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 10px 110px 10px;
  position: relative;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .cart-item {
      padding: 20px 300px 20px 0; } }

.cart-item-image {
  float: left;
  margin: 0 5% 0 0;
  width: 25%; }

.cart-item-content {
  float: left;
  width: 70%; }

.cart-item-numbers {
  bottom: 20px;
  font-size: 16px;
  left: 0;
  padding: 0 10px 0 10px;
  position: absolute;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .cart-item-numbers {
      bottom: auto;
      left: auto;
      padding: 0;
      right: 0;
      text-align: right;
      width: 240px; } }

.cart-item-price {
  color: #333;
  font-weight: normal;
  margin: 0 0 10px; }

.cart-original-number {
  color: #333;
  display: inline-block;
  font-weight: 400;
  margin: 0 5px;
  text-decoration: line-through; }

.cart-special-number {
  color: #3366cc;
  display: inline-block; }

.cart-discount-description {
  color: #3366cc;
  font-size: 12px;
  line-height: 12px;
  margin-top: 12px;
  padding: 10px;
  border: 1px dashed rgba(190, 1, 1, 0.3);
  display: block; }
  .cart-discount-description p {
    line-height: 16px;
    font-size: 13px; }

.cart-item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 8px; }

.cart-item-authors {
  list-style: none;
  margin: 0 0 8px; }
  .cart-item-authors li {
    color: #3366cc;
    display: inline-block;
    font-size: 15px;
    font-weight: bold; }
    .cart-item-authors li:after {
      color: #3366cc;
      content: ", "; }
    .cart-item-authors li:last-child:after {
      content: ""; }
    @media screen and (min-width: 768px) {
      .cart-item-authors li {
        font-size: 15px; } }

.cart-item-description {
  color: #333;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px; }

.cart-item-format-isbn {
  border: 1px solid #cecece;
  margin: 5px 0;
  padding: 5px 10px; }

.cart-item-format-title {
  font-size: 18px;
  font-weight: bold; }

.cart-item-qty {
  border: 1px solid #e7e7e7;
  display: inline-block;
  font-family: Arial, sans-serif;
  font-size: 14px;
  height: 40px;
  outline: none;
  text-align: center;
  vertical-align: top;
  width: 74px; }
  .cart-item-qty:focus {
    border-color: #b1b0b0; }
  @media screen and (min-width: 768px) {
    .cart-item-qty {
      height: 44px;
      width: 64px; } }

.cart-item-remove {
  color: #3366cc;
  font-weight: normal;
  position: absolute;
  bottom: 25px;
  margin: 0 10px;
  right: 0;
  font-size: 14px;
  text-decoration: underline; }
  .cart-item-remove:before {
    background: url('/assets/layout/ico-remove-red@2x.png') no-repeat center center;
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;
    content: "";
    display: inline-block;
    height: 21px;
    left: -27px;
    position: absolute;
    width: 21px; }
  @media screen and (min-width: 768px) {
    .cart-item-remove {
      margin: 0; } }
  .cart-item-remove:hover {
    color: #3366cc;
    text-decoration: underline; }

.cart-options {
  background: #e7e7e7;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 10px 10px 20px;
  text-align: center;
  text-decoration: underline; }
  @media screen and (min-width: 768px) {
    .cart-options {
      font-size: 0;
      padding: 20px 0; } }

.cart-options-code, .cart-options-shipping {
  border-top: 1px solid #959fa4;
  padding: 20px; }
  .cart-options-code:first-child, .cart-options-shipping:first-child {
    border-top: none; }
  .cart-options-code p, .cart-options-shipping p {
    font-size: 12px;
    font-style: italic;
    margin: 0 0 10px; }
  @media screen and (min-width: 768px) {
    .cart-options-code, .cart-options-shipping {
      border-left: 1px solid #7d7d7d;
      border-top: none;
      display: inline-block;
      padding: 0 20px;
      vertical-align: top;
      width: 320px; }
      .cart-options-code:first-child, .cart-options-shipping:first-child {
        border-left: none; } }

.cart-options-code-title, .cart-options-shipping-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 25px;
  margin: 0 0 6px;
  text-transform: uppercase; }

.cart-options-code-title {
  display: inline-block;
  padding: 0 0 0 30px;
  position: relative; }
  .cart-options-code-title:before {
    background: #3366cc url('/assets/cart/bkg-cart-options-check@2x.png') no-repeat 6px 8px;
    -webkit-background-size: 14px 11px;
    background-size: 14px 11px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    width: 25px; }
    .no-backgroundsize .cart-options-code-title:before {
      background-image: url('/assets/cart/bkg-cart-options-check.png'); }

.cart-options-code-input {
  border: 1px solid #b1b0b0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  height: 40px;
  outline: none;
  text-align: center;
  width: 210px; }
  .cart-options-code-input:focus {
    border-color: #959fa4; }

.cart-options-code-refresh {
  background: url('/assets/cart/bkg-cart-options-refresh@2x.png') no-repeat center center;
  -webkit-background-size: 15px 12px;
  background-size: 15px 12px;
  border: none;
  display: inline-block;
  height: 40px;
  vertical-align: top;
  width: 28px; }
  .no-backgroundsize .cart-options-code-refresh {
    background-image: url('/assets/cart/bkg-cart-options-refresh.png'); }
  .cart-options-code-refresh:focus {
    outline: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transform: rotate(180deg) translateX(-1px);
    -ms-transform: rotate(180deg) translateX(-1px);
    transform: rotate(180deg) translateX(-1px); }

.cart-options-code-savings {
  font-size: 14px;
  font-style: italic;
  padding-top: 10px; }

.cart-options-shipping-form {
  display: inline-block;
  vertical-align: top; }

.cart-options-shipping-country {
  background-color: white !important;
  border: 1px solid #b1b0b0;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 0 8px 0 0;
  max-width: 82px;
  width: 82px; }
  .cart-options-shipping-country:before {
    left: 14px !important;
    top: 0px !important; }
  .cart-options-shipping-country:focus {
    border-color: #959fa4; }

.cart-options-shipping-cost {
  font-size: 14px;
  font-weight: 600;
  line-height: 40px; }

.cart-totals {
  color: #333;
  font-style: normal;
  font-weight: bold;
  border-bottom: 1px solid #e7e7e7;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.5;
  margin: 15px 0;
  padding: 0 0 15px 0; }
  @media screen and (min-width: 768px) {
    .cart-totals {
      text-align: right; } }

.cart-submit {
  background: #fabb00;
  border: 1px solid #C9D6DC;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: inset -4px 1px 5px 0 rgba(43, 63, 74, 0.38);
  box-shadow: inset -4px 1px 5px 0 rgba(43, 63, 74, 0.38);
  color: #000000;
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  height: 52px;
  outline: none;
  padding: 0 20px;
  text-align: center;
  width: 100%;
  -webkit-font-smoothing: antialiased; }
  .cart-submit:hover {
    background: #666666;
    -webkit-box-shadow: inset -4px 1px 5px 0 rgba(43, 63, 74, 0.38);
    box-shadow: inset -4px 1px 5px 0 rgba(43, 63, 74, 0.38);
    border-color: #666666;
    color: #ffffff; }
  .cart-submit:focus, .cart-submit:active {
    text-decoration: none; }
  @media screen and (min-width: 768px) {
    .cart-submit {
      float: right;
      margin: 0 auto;
      padding: 0 25px;
      width: auto; } }

@media screen and (min-width: 768px) {
  .cart-actions {
    display: table;
    width: 100%; }
    .cart-actions form {
      display: table-cell;
      vertical-align: middle; } }

.continue-shopping {
  color: #3366cc;
  font-size: 15px;
  font-weight: normal;
  position: relative;
  padding-left: 23px;
  padding-bottom: 20px;
  display: inline-block;
  float: none; }
  @media screen and (min-width: 768px) {
    .continue-shopping {
      float: left; } }
  .continue-shopping:before {
    background: url('/assets/layout/ico-arrow-red@2x.png') no-repeat;
    -webkit-background-size: 14px 12px;
    background-size: 14px 12px;
    content: "";
    display: inline-block;
    height: 12px;
    left: 0;
    padding-right: 5px;
    position: absolute;
    top: 4px;
    width: 14px; }
  .continue-shopping:hover, .continue-shopping:focus, .continue-shopping:active {
    color: #3366cc;
    text-decoration: underline; }

.free-shipping-conditions {
  background: #e2e9ec;
  -webkit-box-shadow: 0 1px 2px 0 rgba(43, 63, 74, 0.38);
  box-shadow: 0 1px 2px 0 rgba(43, 63, 74, 0.38);
  color: #2b3f4a;
  font-size: 14px;
  margin-bottom: 30px;
  padding: 15px 20px 15px 50px;
  position: relative; }
  .free-shipping-conditions:before {
    background: url('/assets/layout/ico-livraison@2x.png') no-repeat;
    -webkit-background-size: 24px 17px;
    background-size: 24px 17px;
    content: "";
    display: inline-block;
    height: 17px;
    position: absolute;
    left: 16px;
    top: 19px;
    width: 28px; }
  .free-shipping-conditions h4 {
    font-size: 18px;
    font-weight: bold; }

.cart-shipping {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 25px;
  padding-bottom: 25px;
  text-align: left; }
  .cart-shipping h3 {
    color: #2b3f4a;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: left; }
  .cart-shipping .form {
    margin-left: 0;
    float: left;
    width: 100%; }
    @media screen and (min-width: 768px) {
      .cart-shipping .form {
        width: 85%; } }
  .cart-shipping .shipping-price {
    color: #2b3f4a;
    font-size: 15px;
    float: none;
    padding: 0 10px;
    line-height: 75px; }
    @media screen and (min-width: 768px) {
      .cart-shipping .shipping-price {
        float: right;
        padding: 0; } }

.cart-shipping-submit {
  background: none;
  border: none;
  color: #3366cc;
  font-size: 14px;
  float: right;
  text-decoration: underline; }

.cart-item-recap {
  font-size: 16px; }

.cart-code-holder h3 {
  color: #2b3f4a;
  font-size: 18px;
  font-weight: bold;
  line-height: 55px;
  margin: 10px 0;
  text-align: left; }

.cart-code-holder.apply-code h3 {
  float: left;
  width: 50%; }
.cart-code-holder.apply-code form {
  float: right;
  width: 50%; }
  .cart-code-holder.apply-code form .form {
    margin: 10px 0; }

.cart-code-delete-box {
  border: 1px dashed rgba(190, 1, 1, 0.3);
  color: #3366cc;
  text-align: left;
  padding: 15px; }
  .cart-code-delete-box h4 {
    font-size: 18px;
    font-weight: bold; }
  .cart-code-delete-box p {
    font-size: 13px; }
  .cart-code-delete-box .cart-submit-code {
    float: none;
    margin: 0;
    padding: 0; }

.cart-submit-code {
  background: none;
  border: none;
  color: #3366cc;
  font-size: 14px;
  float: right;
  text-decoration: underline; }

.cart-totals-code {
  text-align: right; }
  .cart-totals-code p {
    font-size: 18px;
    font-weight: bold;
    color: #2b3f4a;
    border-bottom: 1px solid #e7e7e7;
    font-weight: bold;
    line-height: 1.5;
    margin: 30px 0;
    padding: 0 0 30px 0; }
  .cart-totals-code span {
    font-weight: normal; }

.cart-refresh .ico-refresh {
  background: url('/assets/layout/ico-sync@2x.png') no-repeat;
  -webkit-background-size: 16px 22px;
  background-size: 16px 22px;
  display: block;
  float: right;
  height: 22px;
  width: 16px; }

.more-info-holder {
  background: -webkit-gradient(linear, left top, left bottom, from(#dde4e7), color-stop(60%, white), to(white));
  background: -webkit-linear-gradient(top, #dde4e7 0%, white 60%, white 100%);
  background: linear-gradient(to bottom, #dde4e7 0%, white 60%, white 100%);
  padding: 10px 0 40px; }

.more-info-inner {
  color: #2b3f4a;
  margin: 25px auto;
  max-width: 668px;
  width: 90%; }
  .more-info-inner p {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 10px; }
  .more-info-inner h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 10px; }

.cart-taxes {
  padding: 20px 0 0 0; }
  .cart-taxes p {
    font-size: 10px;
    text-align: right; }

.reverse-product-suggestions {
  padding-bottom: 60px;
  font-size: 15px; }

.reverse-product-suggestions__intro {
  max-width: 530px;
  margin: 0 auto;
  padding: 40px 0; }
  .reverse-product-suggestions__intro h2 {
    color: #2B3F4A;
    font-size: 21px;
    font-weight: 800;
    maring-bottom: 20px; }

.reverse-product-suggestions__books {
  border: 1px solid #d6d7d8;
  padding: 35px 40px;
  margin-bottom: 25px; }

.reverse-product-suggestions__books-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  padding-bottom: 30px; }

.reverse-product-suggestions__books-image {
  width: 33%; }
  .reverse-product-suggestions__books-image img {
    width: 100%;
    padding-right: 25px; }

.reverse-product-suggestions__format-list {
  list-style: none; }
  .reverse-product-suggestions__format-list li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d6d7d8;
    padding: 15px 20px; }
  .reverse-product-suggestions__format-list li + li {
    border-top: none; }
  .reverse-product-suggestions__format-list input {
    margin: 3px 0 0 0; }
  .reverse-product-suggestions__format-list label {
    padding-left: 15px; }

.custom-select, .cart-options-shipping-country {
  background: transparent url('/assets/common/bkg-select-arrows@2x.png') no-repeat right center;
  -webkit-background-size: 13px 12px;
  background-size: 13px 12px;
  display: block;
  font-size: 12px;
  line-height: 38px;
  overflow: hidden;
  position: relative;
  text-align: right;
  vertical-align: top;
  width: 100%; }
  .custom-select:before, .cart-options-shipping-country:before {
    display: block;
    left: 0;
    position: absolute; }
  .custom-select[data-abbr]:before, [data-abbr].cart-options-shipping-country:before {
    content: attr(data-abbr);
    display: block;
    font-size: 18px;
    top: 2px; }
  .custom-select[data-country="AF"]:before, [data-country="AF"].cart-options-shipping-country:before {
    background-image: url('/common/countries/AF.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="ZA"]:before, [data-country="ZA"].cart-options-shipping-country:before {
    background-image: url('/common/countries/ZA.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="AL"]:before, [data-country="AL"].cart-options-shipping-country:before {
    background-image: url('/common/countries/AL.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="DZ"]:before, [data-country="DZ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/DZ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="DE"]:before, [data-country="DE"].cart-options-shipping-country:before {
    background-image: url('/common/countries/DE.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="AD"]:before, [data-country="AD"].cart-options-shipping-country:before {
    background-image: url('/common/countries/AD.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="AO"]:before, [data-country="AO"].cart-options-shipping-country:before {
    background-image: url('/common/countries/AO.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="AI"]:before, [data-country="AI"].cart-options-shipping-country:before {
    background-image: url('/common/countries/AI.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="AQ"]:before, [data-country="AQ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/AQ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="AG"]:before, [data-country="AG"].cart-options-shipping-country:before {
    background-image: url('/common/countries/AG.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SA"]:before, [data-country="SA"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SA.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="AR"]:before, [data-country="AR"].cart-options-shipping-country:before {
    background-image: url('/common/countries/AR.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="AM"]:before, [data-country="AM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/AM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="AW"]:before, [data-country="AW"].cart-options-shipping-country:before {
    background-image: url('/common/countries/AW.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="AU"]:before, [data-country="AU"].cart-options-shipping-country:before {
    background-image: url('/common/countries/AU.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="AT"]:before, [data-country="AT"].cart-options-shipping-country:before {
    background-image: url('/common/countries/AT.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="AZ"]:before, [data-country="AZ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/AZ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BS"]:before, [data-country="BS"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BS.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BH"]:before, [data-country="BH"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BH.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BD"]:before, [data-country="BD"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BD.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BB"]:before, [data-country="BB"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BB.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BE"]:before, [data-country="BE"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BE.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BM"]:before, [data-country="BM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BT"]:before, [data-country="BT"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BT.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BY"]:before, [data-country="BY"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BY.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BO"]:before, [data-country="BO"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BO.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BA"]:before, [data-country="BA"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BA.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BW"]:before, [data-country="BW"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BW.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BN"]:before, [data-country="BN"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BN.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BR"]:before, [data-country="BR"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BR.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BG"]:before, [data-country="BG"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BG.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BF"]:before, [data-country="BF"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BF.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BI"]:before, [data-country="BI"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BI.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BZ"]:before, [data-country="BZ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BZ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BJ"]:before, [data-country="BJ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BJ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="KH"]:before, [data-country="KH"].cart-options-shipping-country:before {
    background-image: url('/common/countries/KH.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CM"]:before, [data-country="CM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CA"]:before, [data-country="CA"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CA.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CV"]:before, [data-country="CV"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CV.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CL"]:before, [data-country="CL"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CL.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CN"]:before, [data-country="CN"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CN.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CY"]:before, [data-country="CY"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CY.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CO"]:before, [data-country="CO"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CO.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="KM"]:before, [data-country="KM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/KM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CG"]:before, [data-country="CG"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CG.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="KP"]:before, [data-country="KP"].cart-options-shipping-country:before {
    background-image: url('/common/countries/KP.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="KR"]:before, [data-country="KR"].cart-options-shipping-country:before {
    background-image: url('/common/countries/KR.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CR"]:before, [data-country="CR"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CR.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="HR"]:before, [data-country="HR"].cart-options-shipping-country:before {
    background-image: url('/common/countries/HR.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CU"]:before, [data-country="CU"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CU.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CW"]:before, [data-country="CW"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CW.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CI"]:before, [data-country="CI"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CI.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="DK"]:before, [data-country="DK"].cart-options-shipping-country:before {
    background-image: url('/common/countries/DK.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="DJ"]:before, [data-country="DJ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/DJ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="DM"]:before, [data-country="DM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/DM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="ES"]:before, [data-country="ES"].cart-options-shipping-country:before {
    background-image: url('/common/countries/ES.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="EE"]:before, [data-country="EE"].cart-options-shipping-country:before {
    background-image: url('/common/countries/EE.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="FJ"]:before, [data-country="FJ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/FJ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="FI"]:before, [data-country="FI"].cart-options-shipping-country:before {
    background-image: url('/common/countries/FI.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="FR"]:before, [data-country="FR"].cart-options-shipping-country:before {
    background-image: url('/common/countries/FR.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GA"]:before, [data-country="GA"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GA.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GM"]:before, [data-country="GM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GH"]:before, [data-country="GH"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GH.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GI"]:before, [data-country="GI"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GI.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GD"]:before, [data-country="GD"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GD.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GL"]:before, [data-country="GL"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GL.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GR"]:before, [data-country="GR"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GR.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GP"]:before, [data-country="GP"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GP.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GU"]:before, [data-country="GU"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GU.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GT"]:before, [data-country="GT"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GT.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GG"]:before, [data-country="GG"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GG.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GN"]:before, [data-country="GN"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GN.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GQ"]:before, [data-country="GQ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GQ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GW"]:before, [data-country="GW"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GW.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GY"]:before, [data-country="GY"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GY.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GF"]:before, [data-country="GF"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GF.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GE"]:before, [data-country="GE"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GE.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GS"]:before, [data-country="GS"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GS.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="HT"]:before, [data-country="HT"].cart-options-shipping-country:before {
    background-image: url('/common/countries/HT.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="HN"]:before, [data-country="HN"].cart-options-shipping-country:before {
    background-image: url('/common/countries/HN.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="HK"]:before, [data-country="HK"].cart-options-shipping-country:before {
    background-image: url('/common/countries/HK.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="HU"]:before, [data-country="HU"].cart-options-shipping-country:before {
    background-image: url('/common/countries/HU.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="IN"]:before, [data-country="IN"].cart-options-shipping-country:before {
    background-image: url('/common/countries/IN.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="ID"]:before, [data-country="ID"].cart-options-shipping-country:before {
    background-image: url('/common/countries/ID.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="IQ"]:before, [data-country="IQ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/IQ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="IR"]:before, [data-country="IR"].cart-options-shipping-country:before {
    background-image: url('/common/countries/IR.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="IE"]:before, [data-country="IE"].cart-options-shipping-country:before {
    background-image: url('/common/countries/IE.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="IS"]:before, [data-country="IS"].cart-options-shipping-country:before {
    background-image: url('/common/countries/IS.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="IL"]:before, [data-country="IL"].cart-options-shipping-country:before {
    background-image: url('/common/countries/IL.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="IT"]:before, [data-country="IT"].cart-options-shipping-country:before {
    background-image: url('/common/countries/IT.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="JM"]:before, [data-country="JM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/JM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="JP"]:before, [data-country="JP"].cart-options-shipping-country:before {
    background-image: url('/common/countries/JP.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="JE"]:before, [data-country="JE"].cart-options-shipping-country:before {
    background-image: url('/common/countries/JE.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="JO"]:before, [data-country="JO"].cart-options-shipping-country:before {
    background-image: url('/common/countries/JO.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="KZ"]:before, [data-country="KZ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/KZ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="KE"]:before, [data-country="KE"].cart-options-shipping-country:before {
    background-image: url('/common/countries/KE.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="KG"]:before, [data-country="KG"].cart-options-shipping-country:before {
    background-image: url('/common/countries/KG.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="KI"]:before, [data-country="KI"].cart-options-shipping-country:before {
    background-image: url('/common/countries/KI.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="KW"]:before, [data-country="KW"].cart-options-shipping-country:before {
    background-image: url('/common/countries/KW.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="RE"]:before, [data-country="RE"].cart-options-shipping-country:before {
    background-image: url('/common/countries/RE.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="LA"]:before, [data-country="LA"].cart-options-shipping-country:before {
    background-image: url('/common/countries/LA.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="LS"]:before, [data-country="LS"].cart-options-shipping-country:before {
    background-image: url('/common/countries/LS.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="LV"]:before, [data-country="LV"].cart-options-shipping-country:before {
    background-image: url('/common/countries/LV.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="LB"]:before, [data-country="LB"].cart-options-shipping-country:before {
    background-image: url('/common/countries/LB.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="LR"]:before, [data-country="LR"].cart-options-shipping-country:before {
    background-image: url('/common/countries/LR.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="LY"]:before, [data-country="LY"].cart-options-shipping-country:before {
    background-image: url('/common/countries/LY.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="LI"]:before, [data-country="LI"].cart-options-shipping-country:before {
    background-image: url('/common/countries/LI.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="LT"]:before, [data-country="LT"].cart-options-shipping-country:before {
    background-image: url('/common/countries/LT.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="LU"]:before, [data-country="LU"].cart-options-shipping-country:before {
    background-image: url('/common/countries/LU.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MO"]:before, [data-country="MO"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MO.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MK"]:before, [data-country="MK"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MK.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MY"]:before, [data-country="MY"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MY.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MW"]:before, [data-country="MW"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MW.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MV"]:before, [data-country="MV"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MV.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MG"]:before, [data-country="MG"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MG.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="ML"]:before, [data-country="ML"].cart-options-shipping-country:before {
    background-image: url('/common/countries/ML.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MT"]:before, [data-country="MT"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MT.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MA"]:before, [data-country="MA"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MA.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MQ"]:before, [data-country="MQ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MQ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MU"]:before, [data-country="MU"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MU.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MR"]:before, [data-country="MR"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MR.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="YT"]:before, [data-country="YT"].cart-options-shipping-country:before {
    background-image: url('/common/countries/YT.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MX"]:before, [data-country="MX"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MX.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="FM"]:before, [data-country="FM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/FM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MD"]:before, [data-country="MD"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MD.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MC"]:before, [data-country="MC"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MC.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MN"]:before, [data-country="MN"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MN.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MS"]:before, [data-country="MS"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MS.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="ME"]:before, [data-country="ME"].cart-options-shipping-country:before {
    background-image: url('/common/countries/ME.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MZ"]:before, [data-country="MZ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MZ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MM"]:before, [data-country="MM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="NA"]:before, [data-country="NA"].cart-options-shipping-country:before {
    background-image: url('/common/countries/NA.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="NR"]:before, [data-country="NR"].cart-options-shipping-country:before {
    background-image: url('/common/countries/NR.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="NI"]:before, [data-country="NI"].cart-options-shipping-country:before {
    background-image: url('/common/countries/NI.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="NE"]:before, [data-country="NE"].cart-options-shipping-country:before {
    background-image: url('/common/countries/NE.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="NG"]:before, [data-country="NG"].cart-options-shipping-country:before {
    background-image: url('/common/countries/NG.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="NU"]:before, [data-country="NU"].cart-options-shipping-country:before {
    background-image: url('/common/countries/NU.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="NO"]:before, [data-country="NO"].cart-options-shipping-country:before {
    background-image: url('/common/countries/NO.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="NC"]:before, [data-country="NC"].cart-options-shipping-country:before {
    background-image: url('/common/countries/NC.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="NZ"]:before, [data-country="NZ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/NZ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="NP"]:before, [data-country="NP"].cart-options-shipping-country:before {
    background-image: url('/common/countries/NP.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="OM"]:before, [data-country="OM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/OM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="UG"]:before, [data-country="UG"].cart-options-shipping-country:before {
    background-image: url('/common/countries/UG.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="UZ"]:before, [data-country="UZ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/UZ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="PK"]:before, [data-country="PK"].cart-options-shipping-country:before {
    background-image: url('/common/countries/PK.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="PW"]:before, [data-country="PW"].cart-options-shipping-country:before {
    background-image: url('/common/countries/PW.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="PA"]:before, [data-country="PA"].cart-options-shipping-country:before {
    background-image: url('/common/countries/PA.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="PG"]:before, [data-country="PG"].cart-options-shipping-country:before {
    background-image: url('/common/countries/PG.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="PY"]:before, [data-country="PY"].cart-options-shipping-country:before {
    background-image: url('/common/countries/PY.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="NL"]:before, [data-country="NL"].cart-options-shipping-country:before {
    background-image: url('/common/countries/NL.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BQ"]:before, [data-country="BQ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BQ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="PH"]:before, [data-country="PH"].cart-options-shipping-country:before {
    background-image: url('/common/countries/PH.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="PL"]:before, [data-country="PL"].cart-options-shipping-country:before {
    background-image: url('/common/countries/PL.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="PF"]:before, [data-country="PF"].cart-options-shipping-country:before {
    background-image: url('/common/countries/PF.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="PT"]:before, [data-country="PT"].cart-options-shipping-country:before {
    background-image: url('/common/countries/PT.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="PE"]:before, [data-country="PE"].cart-options-shipping-country:before {
    background-image: url('/common/countries/PE.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="QA"]:before, [data-country="QA"].cart-options-shipping-country:before {
    background-image: url('/common/countries/QA.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="RO"]:before, [data-country="RO"].cart-options-shipping-country:before {
    background-image: url('/common/countries/RO.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="GB"]:before, [data-country="GB"].cart-options-shipping-country:before {
    background-image: url('/common/countries/GB.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="RU"]:before, [data-country="RU"].cart-options-shipping-country:before {
    background-image: url('/common/countries/RU.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="RW"]:before, [data-country="RW"].cart-options-shipping-country:before {
    background-image: url('/common/countries/RW.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CF"]:before, [data-country="CF"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CF.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="DO"]:before, [data-country="DO"].cart-options-shipping-country:before {
    background-image: url('/common/countries/DO.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CD"]:before, [data-country="CD"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CD.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="EH"]:before, [data-country="EH"].cart-options-shipping-country:before {
    background-image: url('/common/countries/EH.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BL"]:before, [data-country="BL"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BL.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="KN"]:before, [data-country="KN"].cart-options-shipping-country:before {
    background-image: url('/common/countries/KN.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SM"]:before, [data-country="SM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MF"]:before, [data-country="MF"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MF.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SX"]:before, [data-country="SX"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SX.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="PM"]:before, [data-country="PM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/PM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="VC"]:before, [data-country="VC"].cart-options-shipping-country:before {
    background-image: url('/common/countries/VC.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SH"]:before, [data-country="SH"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SH.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="LC"]:before, [data-country="LC"].cart-options-shipping-country:before {
    background-image: url('/common/countries/LC.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SV"]:before, [data-country="SV"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SV.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="WS"]:before, [data-country="WS"].cart-options-shipping-country:before {
    background-image: url('/common/countries/WS.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="AS"]:before, [data-country="AS"].cart-options-shipping-country:before {
    background-image: url('/common/countries/AS.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="ST"]:before, [data-country="ST"].cart-options-shipping-country:before {
    background-image: url('/common/countries/ST.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="RS"]:before, [data-country="RS"].cart-options-shipping-country:before {
    background-image: url('/common/countries/RS.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SC"]:before, [data-country="SC"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SC.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SL"]:before, [data-country="SL"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SL.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SG"]:before, [data-country="SG"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SG.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SK"]:before, [data-country="SK"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SK.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SI"]:before, [data-country="SI"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SI.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SO"]:before, [data-country="SO"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SO.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SD"]:before, [data-country="SD"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SD.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SS"]:before, [data-country="SS"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SS.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="LK"]:before, [data-country="LK"].cart-options-shipping-country:before {
    background-image: url('/common/countries/LK.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CH"]:before, [data-country="CH"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CH.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SR"]:before, [data-country="SR"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SR.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SE"]:before, [data-country="SE"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SE.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SJ"]:before, [data-country="SJ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SJ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SZ"]:before, [data-country="SZ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SZ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SY"]:before, [data-country="SY"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SY.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SN"]:before, [data-country="SN"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SN.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="TJ"]:before, [data-country="TJ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/TJ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="TZ"]:before, [data-country="TZ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/TZ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="TW"]:before, [data-country="TW"].cart-options-shipping-country:before {
    background-image: url('/common/countries/TW.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="TD"]:before, [data-country="TD"].cart-options-shipping-country:before {
    background-image: url('/common/countries/TD.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CZ"]:before, [data-country="CZ"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CZ.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="TF"]:before, [data-country="TF"].cart-options-shipping-country:before {
    background-image: url('/common/countries/TF.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="IO"]:before, [data-country="IO"].cart-options-shipping-country:before {
    background-image: url('/common/countries/IO.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="PS"]:before, [data-country="PS"].cart-options-shipping-country:before {
    background-image: url('/common/countries/PS.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="TH"]:before, [data-country="TH"].cart-options-shipping-country:before {
    background-image: url('/common/countries/TH.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="TL"]:before, [data-country="TL"].cart-options-shipping-country:before {
    background-image: url('/common/countries/TL.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="TG"]:before, [data-country="TG"].cart-options-shipping-country:before {
    background-image: url('/common/countries/TG.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="TK"]:before, [data-country="TK"].cart-options-shipping-country:before {
    background-image: url('/common/countries/TK.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="TO"]:before, [data-country="TO"].cart-options-shipping-country:before {
    background-image: url('/common/countries/TO.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="TT"]:before, [data-country="TT"].cart-options-shipping-country:before {
    background-image: url('/common/countries/TT.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="TN"]:before, [data-country="TN"].cart-options-shipping-country:before {
    background-image: url('/common/countries/TN.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="TM"]:before, [data-country="TM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/TM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="TR"]:before, [data-country="TR"].cart-options-shipping-country:before {
    background-image: url('/common/countries/TR.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="TV"]:before, [data-country="TV"].cart-options-shipping-country:before {
    background-image: url('/common/countries/TV.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="UA"]:before, [data-country="UA"].cart-options-shipping-country:before {
    background-image: url('/common/countries/UA.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="UY"]:before, [data-country="UY"].cart-options-shipping-country:before {
    background-image: url('/common/countries/UY.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="VU"]:before, [data-country="VU"].cart-options-shipping-country:before {
    background-image: url('/common/countries/VU.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="VA"]:before, [data-country="VA"].cart-options-shipping-country:before {
    background-image: url('/common/countries/VA.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="VN"]:before, [data-country="VN"].cart-options-shipping-country:before {
    background-image: url('/common/countries/VN.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="VE"]:before, [data-country="VE"].cart-options-shipping-country:before {
    background-image: url('/common/countries/VE.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="WF"]:before, [data-country="WF"].cart-options-shipping-country:before {
    background-image: url('/common/countries/WF.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="YE"]:before, [data-country="YE"].cart-options-shipping-country:before {
    background-image: url('/common/countries/YE.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="ZM"]:before, [data-country="ZM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/ZM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="ZW"]:before, [data-country="ZW"].cart-options-shipping-country:before {
    background-image: url('/common/countries/ZW.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="AX"]:before, [data-country="AX"].cart-options-shipping-country:before {
    background-image: url('/common/countries/AX.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="EG"]:before, [data-country="EG"].cart-options-shipping-country:before {
    background-image: url('/common/countries/EG.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="AE"]:before, [data-country="AE"].cart-options-shipping-country:before {
    background-image: url('/common/countries/AE.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="EC"]:before, [data-country="EC"].cart-options-shipping-country:before {
    background-image: url('/common/countries/EC.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="ER"]:before, [data-country="ER"].cart-options-shipping-country:before {
    background-image: url('/common/countries/ER.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="US"]:before, [data-country="US"].cart-options-shipping-country:before {
    background-image: url('/common/countries/US.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="ET"]:before, [data-country="ET"].cart-options-shipping-country:before {
    background-image: url('/common/countries/ET.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="BV"]:before, [data-country="BV"].cart-options-shipping-country:before {
    background-image: url('/common/countries/BV.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CX"]:before, [data-country="CX"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CX.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="NF"]:before, [data-country="NF"].cart-options-shipping-country:before {
    background-image: url('/common/countries/NF.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="PN"]:before, [data-country="PN"].cart-options-shipping-country:before {
    background-image: url('/common/countries/PN.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="IM"]:before, [data-country="IM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/IM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="KY"]:before, [data-country="KY"].cart-options-shipping-country:before {
    background-image: url('/common/countries/KY.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CC"]:before, [data-country="CC"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CC.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="CK"]:before, [data-country="CK"].cart-options-shipping-country:before {
    background-image: url('/common/countries/CK.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="FO"]:before, [data-country="FO"].cart-options-shipping-country:before {
    background-image: url('/common/countries/FO.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="HM"]:before, [data-country="HM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/HM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="FK"]:before, [data-country="FK"].cart-options-shipping-country:before {
    background-image: url('/common/countries/FK.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MP"]:before, [data-country="MP"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MP.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="MH"]:before, [data-country="MH"].cart-options-shipping-country:before {
    background-image: url('/common/countries/MH.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="SB"]:before, [data-country="SB"].cart-options-shipping-country:before {
    background-image: url('/common/countries/SB.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="TC"]:before, [data-country="TC"].cart-options-shipping-country:before {
    background-image: url('/common/countries/TC.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="VG"]:before, [data-country="VG"].cart-options-shipping-country:before {
    background-image: url('/common/countries/VG.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="VI"]:before, [data-country="VI"].cart-options-shipping-country:before {
    background-image: url('/common/countries/VI.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select[data-country="UM"]:before, [data-country="UM"].cart-options-shipping-country:before {
    background-image: url('/common/countries/UM.jpg');
    -webkit-border-radius: 10px;
    border-radius: 10px;
    content: "";
    height: 20px;
    top: 12px;
    width: 20px; }
  .custom-select select, .cart-options-shipping-country select {
    background: transparent;
    border: transparent;
    color: transparent;
    font-size: 12px;
    height: 38px;
    opacity: 0;
    outline: none;
    vertical-align: top;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .custom-select select::-ms-expand, .cart-options-shipping-country select::-ms-expand {
      display: none; }
  .custom-select option, .cart-options-shipping-country option {
    color: #333; }

.form-wrap {
  background: #f7f7f7;
  border-bottom: 1px solid #b1b0b0;
  border-top: 1px solid #b1b0b0;
  margin: 0 auto 20px;
  padding: 20px 0 0;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .form-wrap {
      background: transparent;
      border: none; } }

.form {
  background: white;
  border: 1px solid #e7e7e7;
  margin: 0 10px 20px; }

.form-field, .form-creditfield {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  padding: 12px 15px 10px;
  text-align: left; }
  .form-field:last-child, .form-creditfield:last-child {
    border-bottom: none; }
  .form-field input[type="text"], .form-creditfield input[type="text"],
  .form-field input[type="email"],
  .form-creditfield input[type="email"],
  .form-field input[type="number"],
  .form-creditfield input[type="number"] {
    font-family: Arial, sans-serif; }
  .form-field input[type="text"], .form-creditfield input[type="text"],
  .form-field input[type="email"],
  .form-creditfield input[type="email"],
  .form-field input[type="password"],
  .form-creditfield input[type="password"],
  .form-field input[type="number"],
  .form-creditfield input[type="number"] {
    background: transparent;
    border: none;
    font-size: 18px;
    margin: 8px 0 0;
    outline: none;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1; }
  .form-field input[type="password"], .form-creditfield input[type="password"] {
    font-size: 24px; }

.form-field-double {
  border-bottom: 1px solid #e7e7e7; }
  .form-field-double:last-child {
    border-bottom: none; }
  .form-field-double .form-field, .form-field-double .form-creditfield {
    border-bottom: none;
    float: left;
    margin: 0; }
    .form-field-double .form-field.large, .form-field-double .large.form-creditfield {
      width: 70%; }
    .form-field-double .form-field.small, .form-field-double .small.form-creditfield {
      border-left: 1px solid #e7e7e7;
      width: 30%; }
    .form-field-double .form-field.right-half, .form-field-double .right-half.form-creditfield, .form-field-double .form-field.left-half, .form-field-double .left-half.form-creditfield {
      width: 50%; }
    .form-field-double .form-field.right-half, .form-field-double .right-half.form-creditfield {
      border-left: 1px solid #e7e7e7; }

.form-label {
  color: #959fa4;
  font-size: 18px;
  padding-top: 8px;
  position: absolute;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transform-origin: 0% 0%;
  -ms-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transition: -webkit-transform 0.3s, color 0.3s;
  transition: transform 0.3s, color 0.3s; }
  .filled .form-label, .permafilled .form-label {
    color: #7d7d7d;
    -webkit-transform: scale(0.7) translateY(-17px);
    -ms-transform: scale(0.7) translateY(-17px);
    transform: scale(0.7) translateY(-17px); }
  .prefilled .form-label {
    color: #7d7d7d;
    -webkit-transition: none;
    transition: none; }
  .focused .form-label {
    color: #3366cc; }
  .error .form-label {
    color: #fc4e2d !important; }

.form-checkbox, .form-radio {
  background: white;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 14px;
  margin: 0 12px 12px;
  min-height: 52px;
  padding: 18px 20px 18px 50px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .form-checkbox:before, .form-radio:before {
    background: white;
    border: 1px solid #e7e7e7;
    content: "";
    display: block;
    height: 20px;
    left: 16px;
    position: absolute;
    top: 14px;
    width: 20px; }
  .form-checkbox.checked, .checked.form-radio {
    border-color: #3366cc; }
    .form-checkbox.checked:before, .checked.form-radio:before {
      background: #3366cc url('/assets/cart/bkg-cart-options-check@2x.png') no-repeat center center;
      -webkit-background-size: 14px 11px;
      background-size: 14px 11px;
      border-color: #3366cc; }
  @media screen and (min-width: 768px) {
    .form-checkbox, .form-radio {
      margin: 0 12px; } }
  .form-checkbox input, .form-radio input {
    display: none; }

.form-radio:before {
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.form-creditfield {
  padding-top: 0;
  position: relative;
  -webkit-transition: padding 0.3s;
  transition: padding 0.3s;
  min-height: 54px; }
  .form-creditfield.mastercard, .form-creditfield.visa, .form-creditfield.amex {
    padding-left: 60px;
    position: relative; }
  .form-creditfield:before {
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 33px 33px;
    background-size: 33px 33px;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
    width: 0; }
  .form-creditfield.mastercard:before, .form-creditfield.visa:before, .form-creditfield.amex:before {
    border-right: 1px solid #b1b0b0;
    width: 50px; }
  .form-creditfield.mastercard:before {
    background-image: url('/assets/creditcard/icon-mastercard@2x.png'); }
  .form-creditfield.visa:before {
    background-image: url('/assets/creditcard/icon-visa@2x.png'); }
  .form-creditfield.amex:before {
    background-image: url('/assets/creditcard/icon-americanexpress@2x.png'); }
  .form-creditfield:after {
    background: url('/assets/creditcard/bkg-cvchelp@2x.png') no-repeat left top;
    -webkit-background-size: 70px 49px;
    background-size: 70px 49px;
    content: "";
    display: block;
    height: 49px;
    left: 80%;
    top: 0;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 70px; }
    @media screen and (min-width: 768px) {
      .form-creditfield:after {
        top: -40px; } }
  .form-creditfield[data-cardstep="3"]:after {
    opacity: 1; }
  .form-creditfield input.error {
    color: #3366cc; }

.form-creditfield-overflow {
  min-height: 54px;
  overflow: hidden; }

.form-creditfield-number {
  float: left;
  margin: 0;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .form-creditfield-number {
      width: 45%; } }
  .form-creditfield-number input {
    position: absolute; }
    @media screen and (min-width: 768px) {
      .form-creditfield-number input {
        left: -135px;
        width: 185px !important; } }
    @media screen and (min-width: 570px) {
      .form-creditfield-number input {
        left: auto;
        width: 100% !important; } }
    .form-creditfield-number input input {
      left: auto;
      width: 100% !important; }

.form-creditfield-exp {
  color: #959fa4;
  float: left;
  font-size: 18px;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
  width: 75%; }
  @media screen and (min-width: 768px) {
    .form-creditfield-exp {
      margin-left: 0px;
      width: 35%; } }
  .form-creditfield-exp input {
    display: inline-block;
    width: 24px !important; }
    .form-creditfield-exp input::-webkit-input-placeholder {
      font-size: 12px;
      line-height: 24px; }
    .form-creditfield-exp input::-moz-placeholder {
      font-size: 12px;
      line-height: 24px; }
    .form-creditfield-exp input:-ms-input-placeholder {
      font-size: 12px;
      line-height: 24px; }
    .form-creditfield-exp input::placeholder {
      font-size: 12px;
      line-height: 24px; }
    .form-creditfield-exp input:last-child {
      margin-left: 2px; }

.form-creditfield-cvc {
  float: left;
  padding-top: 12px;
  position: relative;
  width: 41px; }

.form-note {
  color: #959fa4;
  display: block;
  font-size: 14px;
  margin: 0 0 30px; }

.form-errors-wrap, .form-confirm-wrap {
  background: #bb332a;
  color: #fff;
  margin: 0 10px 20px;
  max-width: 668px;
  padding-bottom: 10px;
  text-align: left; }
  @media screen and (min-width: 768px) {
    .form-errors-wrap, .form-confirm-wrap {
      margin: 0 auto 20px; } }

.form-errors-notice, .form-confirm-notice {
  background: #ea5147;
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 12px;
  padding: 10px 0;
  text-align: center; }
  .form-errors-notice .title-notice, .form-confirm-notice .title-notice {
    position: relative; }
  .form-errors-notice .ico-notice, .form-confirm-notice .ico-notice {
    height: 20px;
    left: -25px;
    position: absolute;
    width: 20px; }
    @media screen and (min-width: 768px) {
      .form-errors-notice .ico-notice, .form-confirm-notice .ico-notice {
        background: url('/assets/layout/ico-warnning@2x.png') no-repeat;
        -webkit-background-size: 20px 20px;
        background-size: 20px 20px; } }

.form-errors {
  font-size: 14px;
  list-style: none; }
  .form-errors li {
    margin: 0 0 4px;
    padding: 0 15px 0 25px; }

.form-confirm-wrap {
  background-color: #2b3f4a;
  -webkit-box-shadow: 0 2px 4px 0 rgba(43, 63, 74, 0.38);
  box-shadow: 0 2px 4px 0 rgba(43, 63, 74, 0.38);
  color: #fff;
  margin-top: 30px;
  text-align: center; }

.form-confirm-notice {
  background: transparent;
  color: #fff;
  display: inline-block;
  padding: 20px 0 10px;
  margin: 0;
  position: relative; }
  .form-confirm-notice:before {
    background: url('/assets/layout/ico-remove-white@2x.png') no-repeat;
    -webkit-background-size: 21px 21px;
    background-size: 21px 21px;
    content: " ";
    display: inline-block;
    height: 21px;
    position: absolute;
    left: -27px;
    width: 21px; }

.infocard {
  border: 1px solid #b1b0b0;
  font-size: 18px;
  margin: 0 10px 50px;
  padding: 14px 20px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .infocard {
      margin-bottom: 80px;
      padding: 30px 40px; } }
  .infocard.credit {
    padding: 13px 0 13px 50px; }
    .infocard.credit:before {
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-background-size: 33px 33px;
      background-size: 33px 33px;
      border-right: 1px solid #b1b0b0;
      content: "";
      display: block;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 50px; }
    .infocard.credit[data-card="visa"]:before {
      background-image: url('/assets/creditcard/icon-visa@2x.png'); }
    .infocard.credit[data-card="mastercard"]:before {
      background-image: url('/assets/creditcard/icon-mastercard@2x.png'); }
    .infocard.credit[data-card="americanexpress"]:before, .infocard.credit[data-card="amex"]:before {
      background-image: url('/assets/creditcard/icon-americanexpress@2x.png'); }

.infocard-show {
  background: white url('/assets/infocard/btn-edit-mobile@2x.png') no-repeat center center;
  -webkit-background-size: 74px 14px;
  background-size: 74px 14px;
  border-bottom: 1px solid #b1b0b0;
  border-left: 1px solid #b1b0b0;
  border-right: 1px solid #b1b0b0;
  border-top: none;
  bottom: -35px;
  color: #959fa4;
  display: block;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  height: 34px;
  left: 0;
  line-height: 32px;
  margin: 0 auto;
  outline: none;
  padding: 0 0 0 20px;
  position: absolute;
  right: 0;
  text-align: center;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  width: 90%; }
  .infocard-show:hover, .infocard-show:focus {
    border-color: #959fa4; }
  @media screen and (min-width: 768px) {
    .infocard-show {
      background: #e7e7e7 url('/assets/infocard/btn-edit-desktop@2x.png') no-repeat center center;
      -webkit-background-size: 74px 14px;
      background-size: 74px 14px;
      color: #8d8d8d;
      width: 282px; } }
  .confirmation-shading .infocard-show {
    background-color: white; }

.purchased {
  list-style: none;
  margin: 0 0 20px; }

.purchased-link {
  background: #e7e7e7;
  border-bottom: 1px solid #b1b0b0;
  border-top: 1px solid #b1b0b0;
  display: block;
  padding: 12px 20px;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s; }
  .purchased-link:hover {
    border-color: #3366cc; }
  @media screen and (min-width: 768px) {
    .purchased-link {
      border-left: 1px solid #b1b0b0;
      border-right: 1px solid #b1b0b0;
      -webkit-border-radius: 4px;
      border-radius: 4px; } }

.purchased-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 6px; }

.purchased-description {
  font-size: 13px; }

@-webkit-keyframes showsidecart {
  0% {
    background: transparent; }
  100% {
    background: rgba(0, 0, 0, 0.4); } }

@keyframes showsidecart {
  0% {
    background: transparent; }
  100% {
    background: rgba(0, 0, 0, 0.4); } }
@-webkit-keyframes hidesidecart {
  0% {
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    background: transparent;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes hidesidecart {
  0% {
    background: rgba(0, 0, 0, 0.4);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    background: transparent;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.sidecart-wrap {
  background: rgba(0, 0, 0, 0.4);
  display: block;
  min-height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  -webkit-transform: translateY(-20000px);
  -ms-transform: translateY(-20000px);
  transform: translateY(-20000px);
  width: 100%;
  z-index: 10; }
  @media screen and (min-width: 768px) {
    .sidecart-wrap {
      height: 100%; } }
  .sidecart-wrap.show {
    -webkit-animation: showsidecart 1s;
    animation: showsidecart 1s;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  .sidecart-wrap.hide {
    -webkit-animation: hidesidecart 1s;
    animation: hidesidecart 1s;
    -webkit-transform: translateY(-20000px);
    -ms-transform: translateY(-20000px);
    transform: translateY(-20000px); }

.sidecart {
  background: white;
  display: block;
  font-size: 16px;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  width: 310px;
  z-index: 11;
  height: 100%;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 768px) {
    .sidecart {
      height: calc(100% - 104px);
      top: 104px; } }
  .sidecart-wrap.show .sidecart {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); }

.sidecart-header {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  line-height: 50px;
  position: relative;
  text-align: center; }

.sidecart-header-title {
  font-size: 17px; }
  .sidecart-header-title .ico-cart {
    background: url('/assets/common/ico-cart-header@2x.png') no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px; }

.sidecart-header-close {
  background: transparent;
  border: none;
  color: #333;
  font-size: 24px;
  height: 50px;
  outline: none;
  padding: 0;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  width: 45px; }
  .sidecart-header-close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }

.sidecart-item {
  border-bottom: 1px solid #e7e7e7;
  padding: 20px 10px; }

.sidecart-item-image {
  float: left;
  width: 80px; }

.sidecart-item-content {
  font-size: 12px;
  float: right;
  width: 200px; }

.sidecart-item-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 4px; }

.sidecart-item-price {
  background: #e7e7e7;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  color: #7d7d7d;
  float: right;
  font-size: 15px;
  font-weight: normal;
  padding: 6px 0;
  text-align: center;
  width: 112px; }

.sidecart-item-secondary-price {
  float: right;
  font-weight: normal;
  padding: 6px 0;
  text-align: center;
  width: 112px;
  text-decoration: line-through; }

.sidecart-item-price-old {
  color: #aaa;
  display: block;
  text-decoration: line-through;
  font-weight: 400; }

.sidecart-shipping {
  background: #e7e7e7;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-weight: 600;
  margin: 20px 10px;
  padding: 20px 10px;
  text-align: center; }
  .sidecart-shipping em {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 6px; }
  .sidecart-shipping span {
    color: #3366cc; }

.sidecart-totals {
  line-height: 1.4;
  margin: 20px;
  text-align: right; }
  .sidecart-totals strong {
    font-weight: normal; }

.sidecart-totals-total {
  color: #3366cc; }

.sidecart-back-btn {
  background: #3366cc;
  color: white;
  display: block;
  margin: 0 0 20px;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase; }
  .sidecart-back-btn:hover {
    color: white;
    text-decoration: underline; }

.totals {
  font-size: 14px;
  font-style: italic;
  line-height: 1.8;
  margin: 30px auto 40px;
  text-align: right;
  width: 60%; }
  @media screen and (min-width: 768px) {
    .totals {
      border: 1px solid #b1b0b0;
      margin: 50px auto 60px;
      padding: 30px 100px;
      width: 500px; }
      .confirmation-shading .totals {
        border: none !important;
        margin: 20px auto 30px; } }

.totals-label {
  color: #333;
  float: left;
  font-style: normal;
  font-weight: 400; }

.totals-subtotal, .totals-total {
  font-size: 16px;
  font-weight: 600; }
  .confirmation-shading .totals-subtotal, .confirmation-shading .totals-total {
    border-color: #b1b0b0 !important; }

.totals-subtotal {
  border-bottom: 1px solid #e7e7e7;
  margin: 0 0 4px; }

.totals-total {
  border-top: 1px solid #e7e7e7;
  margin: 4px 0 0; }
  .confirmation-shading .totals-total {
    color: #3366cc; }

.login {
  padding: 30px 0;
  text-align: center; }

.login-submit {
  margin: 0 auto 20px; }

.login-forgot {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 30px;
  text-decoration: underline; }

.login-tabs {
  border-bottom: 1px solid #e7e7e7; }
  .login-tabs .login-tabs-holder {
    margin: 0 auto;
    padding: 0 10px;
    height: 70px;
    max-width: 688px;
    position: relative; }
  .login-tabs a {
    font-size: 15px;
    font-weight: bold;
    padding: 15px 30px 10px;
    position: absolute;
    bottom: -1px;
    color: #3366cc; }
    .login-tabs a.connect {
      left: 0; }
    .login-tabs a.create {
      left: 150px; }
    .login-tabs a.active {
      background: #fff;
      border: 1px solid #e7e7e7;
      border-bottom: 1px solid #fff;
      -webkit-border-top-left-radius: 10px;
      border-top-left-radius: 10px;
      -webkit-border-top-right-radius: 10px;
      border-top-right-radius: 10px;
      color: #6a7880; }

.completed-form {
  display: none;
  margin: 20px 0 0; }
  .completed-form.checked {
    display: block; }

.confirmation {
  padding: 30px 0;
  text-align: center; }

.confirmation-shading {
  background: #f7f7f7;
  border-bottom: 1px solid #b1b0b0;
  border-top: 1px solid #b1b0b0;
  margin: 0 0 40px;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 768px) {
    .confirmation-shading {
      border: none;
      padding: 30px 70px 10px; } }

.confirmation-shading-title {
  font-size: 14px;
  font-style: italic;
  margin: 20px 0 10px; }

.confirmation-item {
  border-bottom: 1px solid #b1b0b0;
  font-size: 16px;
  padding: 20px 0;
  text-align: left; }

.confirmation-item-image .confirmation-item-content {
  width: 70%; }

.confirmation-item-content {
  float: left;
  width: 100%; }

.confirmation-item-title {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 16px; }

.confirmation-item-price {
  color: #3366cc;
  float: right; }

.confirmation-option {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 24px; }
  .confirmation-option span {
    color: #3366cc; }
    .confirmation-option span.promo {
      color: #333; }

/*# sourceMappingURL=global-compiled.css.erb.map */
