﻿@font-face {
  font-family: Roboto_;
  src: url('../fonts/Roboto-Medium-webfont.eot?2');
  src: url('../fonts/Roboto-Medium-webfont.eot?2#iefix') format('embedded-opentype'), url('../fonts/Roboto-Medium-webfont.woff?2') format('woff'), url('../fonts/Roboto-Medium-webfont.ttf?2') format('truetype'), url('../fonts/Roboto-Medium-webfont.svg?2#Roboto-Medium-webfont') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: Roboto_;
  src: url('../fonts/Roboto-Regular-webfont.eot?2');
  src: url('../fonts/Roboto-Regular-webfont.eot?2#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff?2') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf?2') format('truetype'), url('../fonts/Roboto-Regular-webfont.svg?2#Roboto-Regular-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: Roboto_;
  src: url('../fonts/Roboto-Light-webfont.eot?2');
  src: url('../fonts/Roboto-Light-webfont.eot?2#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-webfont.woff?2') format('woff'), url('../fonts/Roboto-Light-webfont.ttf?2') format('truetype'), url('../fonts/Roboto-Light-webfont.svg?2#Roboto-Light-webfont') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Font-icon;
  src: url('../fonts/iconfont.eot?2');
  src: url('../fonts/iconfont.eot?2#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff?2') format('woff'), url('../fonts/iconfont.ttf?2') format('truetype'), url('../fonts/iconfont.svg?2#iconfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: Font-icon;
    src: url('../fonts/iconfont.svg?2#iconfont') format('svg');
  }
}
.basket {
  position: relative;
  background: #FFFFFF;
  font-size: 13px;
  height: 31px;
  line-height: 29px;
  padding: 0 15px 0 35px;
  border: 1px solid #ddd;
  border-bottom: 0;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  z-index: 900;
  margin-top: -1px;
}
.basket:before {
  content: "\e620";
  font-family: Font-icon;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10px;
  top: 0;
  font-size: 17px;
}
.basket .notify {
  min-width: 18px;
  height: 18px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
  line-height: 18px;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  font-style: normal;
  background: #eeeeee;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-top: -2px;
}
.basket .notify.success {
  background: #fff100;
}


.table {
  width: 100%;
  max-width: 100%;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #eeeeee;
  padding: 12px 8px;
  line-height: 18px;
  vertical-align: top;
  text-align: left;
}
.table > thead > tr > th {
  vertical-align: bottom;
}
table.middle > tbody > tr > td {
  vertical-align: middle;
}
td.nowrap,
th.nowrap {
  white-space: nowrap;
}
.cart-container {
  border: 2px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.cart-container + .item-mini {
  display: none;
}
.cart-container .table > thead > tr > th {
  border-top: 0;
  background: #f4f4f4;
  color: #555555;
  padding: 15px 8px 10px 8px;
}
.cart-container tr,
.cart-container th,
.cart-container td {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn {
  display: inline-block;
  cursor: pointer;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  -webkit-transition: background 0.1s ease-in-out;
  -moz-transition: background 0.1s ease-in-out;
  -o-transition: background 0.1s ease-in-out;
  transition: background 0.1s ease-in-out;
  border: 1px solid transparent;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: normal;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 18px;
  text-decoration: none;
}
.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
  /* standard: ff gt 1.5, opera, safari */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* ie 8 */
  filter: alpha(opacity=50);
  /* ie lt 7 */
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.btn-while {
  display: block;
  width: 90%;
  font-size: 16px;
  padding: 12px 16px;
  margin: 0 auto;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.33;
}
.btn-sm {
  padding: 5px 10px;
  font-size: 11px;
  line-height: 1.5;
}
.btn-xs {
  padding: 1px 5px;
  font-size: 11px;
  line-height: 1.5;
}
.btn-default {
  color: #333333;
  background-color: #FFFFFF;
  border-color: #c4c7cc;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default.active {
  color: #333333;
  background-color: #ebebeb;
  border-color: #a3a8b0;
}
.btn-default[disabled],
.btn-default.disabled,
.btn-default[disabled]:hover,
.btn-default.disabled:hover,
.btn-default[disabled]:active,
.btn-default.disabled:active,
.btn-default[disabled]:focus,
.btn-default.disabled:focus,
.btn-default[disabled].active,
.btn-default.disabled.active {
  background-color: #FFFFFF;
  border-color: #c4c7cc;
}
.btn-primary {
  color: #FFFFFF;
  background-color: #337ab7;
  border-color: #337ab7;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.active {
  color: #FFFFFF;
  background-color: #2a6597;
  border-color: #265a87;
}
.btn-primary[disabled],
.btn-primary.disabled,
.btn-primary[disabled]:hover,
.btn-primary.disabled:hover,
.btn-primary[disabled]:active,
.btn-primary.disabled:active,
.btn-primary[disabled]:focus,
.btn-primary.disabled:focus,
.btn-primary[disabled].active,
.btn-primary.disabled.active {
  background-color: #337ab7;
  border-color: #337ab7;
}
.btn-success {
  color: #FFFFFF;
  background-color: #5BC00B;
  border-color: #5BC00B;
}
.btn-success:hover,
.btn-success:active,
.btn-success:focus,
.btn-success.active {
  color: #FFFFFF;
  background-color: #499909;
  border-color: #408608;
}
.btn-success[disabled],
.btn-success.disabled,
.btn-success[disabled]:hover,
.btn-success.disabled:hover,
.btn-success[disabled]:active,
.btn-success.disabled:active,
.btn-success[disabled]:focus,
.btn-success.disabled:focus,
.btn-success[disabled].active,
.btn-success.disabled.active {
  background-color: #5BC00B;
  border-color: #5BC00B;
}
.btn-danger {
  color: #FFFFFF;
  background-color: #e51212;
  border-color: #e51212;
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger:focus,
.btn-danger.active {
  color: #FFFFFF;
  background-color: #bf0f0f;
  border-color: #ac0e0e;
}
.btn-danger[disabled],
.btn-danger.disabled,
.btn-danger[disabled]:hover,
.btn-danger.disabled:hover,
.btn-danger[disabled]:active,
.btn-danger.disabled:active,
.btn-danger[disabled]:focus,
.btn-danger.disabled:focus,
.btn-danger[disabled].active,
.btn-danger.disabled.active {
  background-color: #e51212;
  border-color: #e51212;
}
.btn-warning {
  color: #FFFFFF;
  background-color: #FFA500;
  border-color: #FFA500;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning.active {
  color: #FFFFFF;
  background-color: #d68b00;
  border-color: #c27d00;
}
.btn-warning[disabled],
.btn-warning.disabled,
.btn-warning[disabled]:hover,
.btn-warning.disabled:hover,
.btn-warning[disabled]:active,
.btn-warning.disabled:active,
.btn-warning[disabled]:focus,
.btn-warning.disabled:focus,
.btn-warning[disabled].active,
.btn-warning.disabled.active {
  background-color: #FFA500;
  border-color: #FFA500;
}
small {
  font-size: 11px;
  color: #999999;
}
.content-box {
  background: #f6f6f6;
  font-size: 14px;
  border: 1px solid #e9e9e9;
  padding: 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.tag small {
  line-height: 14px;
  display: block;
}
.price .discount {
  font-size: 12px;
  text-decoration: line-through;
  display: block;
  color: #999999;
}
.price .perc {
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  float: none;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  padding: 1px 5px;
  background: #FFA500;
  padding-right: 15px;
  position: relative;
  margin-top: 2px;
}
.price .perc:after {
  content: '';
  border: 8px solid transparent;
  border-right: 8px solid #FFFFFF;
  border-right-width: 6px;
  position: absolute;
  top: 0;
  right: 0;
}
.price .unitprice {
  font-size: 14px;
  display: block;
}
.price .totalprice {
  font-size: 16px;
  font-weight: bold;
  display: block;
}
 + .cart-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #eeeeee;
}
.cart-header > tr > th {
  font-size: 13px;
  color: #999999;
}
.tab-footer {
  clear: both;
  padding: 8px;
  font-size: 12px;
  text-align: right;
  position: relative;
  line-height: 18px;
  color: #555555;
}
.tab-footer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #eeeeee;
}
.tab-footer > div {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  position: relative;
}
.tab-footer b {
  color: #222222;
}
.list-cartvalue .info-cartvalue {
  color: #999;
  margin: 0 2px 0 15px;
  line-height: 18px;
  display: inline-block;
}
.label {
  display: inline-block;
  margin: 7px 10px 0 0;
  line-height: 10px;
  font-size: 12px;
}
.label.success {
  color: #5BC00B;
}
.label.danger {
  color: #e51212;
}
.product-thumbnail {
  padding-left: 80px;
}
.product-thumbnail > a {
  display: block;
  width: 80px;
  height: auto;
  float: left;
  margin-left: -80px;
  line-height: 0;
  position: relative;
}
.product-thumbnail > a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid rgba(34, 34, 34, 0.1);
}
.product-thumbnail > a img {
  width: 70px;
  height: auto;
}
.product-thumbnail figcaption {
  text-align: left;
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}
.product-thumbnail figcaption > span {
  display: block;
}
.product-thumbnail figcaption .title {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  margin-bottom: 2px;
}
.product-thumbnail figcaption .description {
  font-size: 12px;
  color: #999999;
  margin-bottom: 0px;
  line-height: 16px;
}
.product-thumbnail figcaption .tag {
  display: block;
  font-size: 12px;
  color: #999999;
  text-transform: lowercase;
}
.product-thumbnail figcaption .tag span {
  color: #333333;
}
.stock-mode {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  text-align: left;
}
.stock-status {
  display: block;
  font-size: 14px;
}
.stock-status.success {
  color: #5BC00B;
}
.stock-status.success:before {
  content: "\e116";
  font-family: Font-icon;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 11px;
  margin-right: 5px;
}
.stock-status.unsuccess {
  color: #e51212;
}
.stock-desc {
  display: block;
  font-size: 13px;
}
.cart-container .remove {
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  color: #999999;
}
.cart-container .remove:before {
  content: "\e117";
  font-family: Font-icon;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.cart-container .remove:hover {
  color: #333333;
  cursor: pointer;
}
._cart-article-uom {
  color: #999;
  font-size: 12px;
  display: block;
}
.qty {
  width: 74px !important;
  height: 41px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  *display: inline;
}
.qty .button-sc {
  position: absolute;
  right: 0;
  width: 27px;
  height: 21px;
  line-height: 21px;
  font-size: 11px;
  color: #333333;
  background-color: #eeeeee;
  text-align: center;
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
  border: 1px solid #dddddd;
}
.qty .button-sc:hover {
  background-color: #dfdfdf;
  cursor: pointer;
}
.qty .button-sc.add {
  top: 0;
}
.qty .button-sc.add:before {
  content: "\e114";
  font-family: Font-icon;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.qty .button-sc.remove {
  top: 20px;
}
.qty .button-sc.remove:before {
  content: "\e115";
  font-family: Font-icon;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.qty input[type="text"] {
  width: 45px !important;
  height: 41px !important;
  line-height: 41px;
  float: left;
  margin: 0;
  padding: 0 !important;
  border: 1px solid #dddddd !important;
  border-right-width: 0 !important;
  display: block;
  text-align: center;
  font-size: 14px;
  -webkit-box-shadow: inset 0 1px 2px 0 rgba(51, 51, 51, 0.1);
  -moz-box-shadow: inset 0 1px 2px 0 rgba(51, 51, 51, 0.1);
  box-shadow: inset 0 1px 2px 0 rgba(51, 51, 51, 0.1);
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.qty.disabled .button-sc {
  display: none;
}
.qty.disabled input {
  border: 0;
  border-right-width: 1px!important;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
}
.order-summary .callout {
  display: none;
}
.step4 .order-summary .callout,
.step5 .order-summary .callout {
  display: block;
}
.callout {
  background: #FFFFFF;
  padding: 30px;
  border: 1px solid #c4c7cc;
  border-left-width: 4px;
  line-height: 20px;
  -webkit-border-radius: 2px 0 0 2px;
  -moz-border-radius: 2px 0 0 2px;
  border-radius: 2px 0 0 2px;
  margin-bottom: 20px;
  position: relative;
  font-size: 13px;
}
.callout .edit {
  margin-top: 10px;
}
.callout .edit a {
  color: #3399CC;
  cursor: pointer;
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
}
.callout dl dt {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 23px;
  font-weight: bold;
}
.callout dl dd {
  display: inline-block;
  vertical-align: top;
  *display: inline;
  margin-right: 7px;
  color: #555555;
}
.callout dl dd b {
  color: #333333;
}
.callout dl dd.space {
  padding: 7px 0;
}
.callout dl dd a {
  color: #3399CC;
}
.callout-warning {
  border-left-color: #FFA500;
}
.callout-warning .icon {
  color: #FFA500;
  margin-right: 10px;
}
.callout.bank {
  margin-top: 15px;
  display: none;
}
.callout.list dd {
  display: block;
}
.callout.message {
  margin: 30px;
}
#Field1_4:checked + label + .card {
  display: block;
}
#Field1_5:checked + label + .bank {
  display: block;
}
.wizard {
  padding-bottom: 40px;
}
.wizard header {
  margin-bottom: 30px;
}
.wizard header .title {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 5px;
}
.wizard header .information {
  font-size: 16px;
  line-height: 25px;
  color: #555555;
  font-weight: 300;
}
.wizard header .information b {
  font-weight: normal;
}
.wizard header .note {
  font-size: 11px;
  color: #555555;
}
.cont-shipping {
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 30px;
}
.page {
  background: #FFFFFF;
  margin-top: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.form {
  width: 100%;
  margin-bottom: 30px;
}
.form .field {
  padding: 10px 15px 15px;
  position: relative;
}
.form .field .legend {
  font-size: 13px;
  display: block;
  margin-bottom: 10px;
}
.form .field .faq-small {
  width: 15px;
  height: 15px;
  background: #cccccc;
  position: absolute;
  right: 15px;
  top: 10px;
  color: #FFFFFF;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  line-height: 12px;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.form .field .faq-small:before {
  content: "\e617";
  font-family: Font-icon;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 9px;
}
.form .field .faq-small:hover {
  width: 20px;
  height: 20px;
  line-height: 20px;
  right: 12px;
  top: 8px;
}
.form .field .faq-small:hover:before {
  font-size: 14px;
}
.form .field .faq-small:hover .alert {
  display: block;
}
.form.small {
  width: 50%;
  float: left;
}
.sign-in-up {
  font-size: 14px;
  color: #555555;
  display: block;
  cursor: pointer;
}
.cont-social {
  width: 50%;
  float: left;
  position: relative;
  padding: 26px 0 26px 70px;
}
.cont-social fieldset {
  position: absolute;
  left: 34px;
  top: 0;
  height: 100%;
  display: block;
  border-left: 1px solid #eeeeee;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.cont-social fieldset legend {
  position: absolute;
  text-align: center;
  padding: 7px 11px;
  color: #999999;
  background: #FFFFFF;
  border: 1px solid #eeeeee;
  width: 40px;
  height: 40px;
  top: 54px;
  left: 31px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin-left: -50px;
}
.finalbox {
  font-size: 14px;
}
.finalbox .final-message {
  text-align: center;
  position: relative;
}
.finalbox .final-message .title {
  font-size: 30px;
  font-weight: bold;
  color: #222222;
  margin-bottom: 5px;
}
.finalbox .final-message .subtitle {
  font-size: 20px;
  font-weight: 300;
  color: #333333;
  line-height: 30px;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.finalbox .final-message.success:before {
  content: "\e60c";
  font-family: Font-icon;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #5BC00B;
  font-size: 65px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.finalbox .final-message.success .subtitle {
  border-bottom: 2px solid #5BC00B;
}
.finalbox .final-message.warning {
  border: 1px solid #c8c8c8;
  padding-left: 100px;
}
.finalbox .final-message.warning:before {
  font-size: 65px;
  position: absolute;
  content: "\ea07";
  font-family: Font-icon;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFA500;
  height: 100%;
  width: 100px;
  background: #fff6e5;
  left: 0;
  top: 0;
  line-height: 220%;
}
.finalbox .final-message.warning .pad-finalbox {
  padding: 25px;
  font-size: 14px;
}
.finalbox .final-message.warning .pad-finalbox a {
  color: #3399CC;
}
.finalbox .final-message.warning .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
}
.finalbox .final-message.error {
  border: 1px solid #c8c8c8;
  padding-left: 100px;
}
.finalbox .final-message.error:before {
  font-size: 65px;
  position: absolute;
  content: "\e619";
  font-family: Font-icon;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #e51212;
  height: 100%;
  width: 100px;
  background: #fde0e0;
  left: 0;
  top: 0;
  line-height: 220%;
}
.finalbox .final-message.error .pad-finalbox {
  padding: 25px;
  font-size: 14px;
}
.finalbox .final-message.error .pad-finalbox a {
  color: #3399CC;
}
.finalbox .final-message.error .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
}
.finalbox .code {
  padding: 5px 15px;
  font-size: 16px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  *display: inline;
}
.signin {
  margin-bottom: 30px;
}
.cont-nav-button {
  padding: 11px 0;
  text-align: center;
  clear: both;
}
.cont-nav-button .btn + .btn {
  margin-left: 10px;
}
.col-100 {
  border: 1px solid #c4c7cc;
  padding: 20px;
  background: #fbfbfb;
}
.col-100:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.col-100 .col-50 {
  width: 50%;
  float: left;
  padding: 0 20px;
}
.title-minifaq {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 0 20px;
}
.minifaq {
  margin-bottom: 35px;
}
.minifaq > div {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.minifaq p {
  font-size: 14px;
  line-height: 21px;
}
.lbl-mobile {
  display: none;
}
.head-logo {
  margin-bottom: 15px;
  width: auto;
  margin: 0 auto;
  padding: 20px 0 10px 50px;
}
.head-logo img {
  width: 200px;
  height: auto;
}
.content-all {
  width: 1024px;
  margin: 0 auto;
}
.order-summary h4 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 20px;
}
.order-summary h4 .t1 {
  display: block;
}
.order-summary h4 .t2 {
  display: none;
}
.cart-wizard .order-summary h4 .t1 {
  display: none;
}
.cart-wizard .order-summary h4 .t2 {
  display: block;
}
.order-summary .order-price {
  padding: 20px;
  background: #f6f6f6;
  font-size: 14px;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.order-summary .order-price .table {
  font-size: 14px;
  margin-bottom: 20px;
}
.order-summary .order-price .table tr + tr {
  border-top: 1px solid #e2e2e2;
}
.order-summary .order-price .table th {
  width: 50%;
  vertical-align: middle;
  padding: 8px 3px;
  text-align: left;
  color: #555555;
  font-size: 13px;
}
.order-summary .order-price .table th span {
  display: block;
  color: #999999;
  font-size: 11px;
}
.order-summary .order-price .table td {
  width: 50%;
  vertical-align: middle;
  text-align: right;
  padding: 8px 3px;
}
.order-summary .order-price .total {
  font-size: 21px;
  color: #333333;
  font-weight: 500;
}
.cart-wizard .order-summary .order-price .btn {
  display: none;
}
.step5 .cart-wizard .order-summary .order-price .table.prod {
  display: none;
}
.remove-coupon {
  color: #999999;
  font-size: 12px;
  cursor: pointer;
  padding: 0 3px;
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: #bfbfbf;
  display: inline-block;
  vertical-align: top;
  *display: inline;
}
.remove-coupon:before {
  content: "\e117";
  font-family: Font-icon;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #FFFFFF;
}
.remove-coupon:hover {
  background: #999999;
}
.coupon {
  background: #FFFFFF;
  padding: 30px;
  border: 1px dashed #c4c7cc;
}
.note {
  font-size: 11px;
  color: #999999;
}
.enter-coupon {
  margin-top: 15px;
}
.enter-coupon .full {
  width: 58%;
  display: inline-block;
  vertical-align: top;
  *display: inline;
  border: 1px solid #c4c7cc;
  border-top: 1px solid #aeb2b9;
  position: relative;
  padding: 11px 20px;
  color: #999999;
  font-size: 12px;
  background: #FFFFFF;
  max-width: 100%;
  outline: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.enter-coupon .btn {
  width: 38%;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
.container:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
  }
}
.conteiner-pading {
  padding-left: 10px;
  padding-right: 10px;
}
.row:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding: 0 10px;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-sx-1, .col-sx-2, .col-sx-3, .col-sx-4, .col-sx-5, .col-sx-6, .col-sx-7, .col-sx-8, .col-sx-9, .col-sx-10, .col-sx-11, .col-sx-12 {
  float: left;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .conteiner-pading {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .conteiner-pading {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .conteiner-pading {
    padding-left: 50px;
    padding-right: 50px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 400;
  color: #222222;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #555555;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 13px;
}
h6,
.h6 {
  font-size: 12px;
}
small,
.small {
  font-size: 12px;
}
.text-primary {
  color: #337ab7;
}
.text-primary:hover {
  color: #285f8f;
}
.text-warning {
  color: #FFA500;
}
.text-warning:hover {
  color: #cc8400;
}
.text-danger {
  color: #e51212;
}
.text-danger:hover {
  color: #b60e0e;
}
.text-success {
  color: #5BC00B;
}
.text-success:hover {
  color: #449008;
}
.text-info {
  color: #5bc0de;
}
.text-info:hover {
  color: #31b0d5;
}
.text-muted {
  color: #999999;
}
.text-muted:hover {
  color: #808080;
}
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.dn {
  display: none !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb15 {
  margin-bottom: 15px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.tab-fixed {
  table-layout: fixed;
}
.valign-m {
  vertical-align: middle!important;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
  *display: inline;
}
.alert {
  padding: 15px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  background: #FFFFFF;
  border: 1px solid #c4c7cc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 20px;
}
.alert.alert-warning {
  color: #664200;
  border: 1px solid #ffe71a;
  background: #fffae5;
}
.alert.alert-danger {
  color: #860b0b;
  border: 1px solid #fbcec8;
  background: #fde4e0;
  /*#f2dede*/
}
.alert.alert-default {
  color: #666666;
  border: 1px solid #e5e5e5;
  background: #ffffff;
}
.alert a {
  color: #3399CC;
}
.alert.pop {
  display: none;
  width: 250px;
  position: absolute;
  margin-bottom: 0;
  bottom: 38px;
  left: -120px;
  z-index: 100;
  padding-bottom: 20px;
  -webkit-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.15);
  box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.15);
}
.alert.pop:before {
  content: "";
  position: absolute;
  right: 120px;
  bottom: -8px;
  width: 29px;
  height: 15px;
  -webkit-border-radius: 100% 0 0 0;
  -moz-border-radius: 100% 0 0 0;
  border-radius: 100% 0 0 0;
  background: #FFFFFF;
  border-right: 1px solid #c4c7cc;
  border-bottom: 1px solid #c4c7cc;
  -webkit-transform: rotate(45deg) skewX(45deg);
  -moz-transform: rotate(45deg) skewX(45deg);
  -o-transform: rotate(45deg) skewX(45deg);
  -ms-transform: rotate(45deg) skewX(45deg);
  transform: rotate(45deg) skewX(45deg);
  -webkit-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.15);
  -moz-box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.15);
  box-shadow: 0 2px 2px 0 rgba(51, 51, 51, 0.15);
}
.alert-warning.alert.pop:before {
  background: #fffae5;
  border-right: 1px solid #ffe71a;
  border-bottom: 1px solid #ffe71a;
}
.cart-mini input {
  line-height: normal;
}
.cart-mini input[type="checkbox"],
.cart-mini input[type="radio"] {
  padding: 0;
}
.cart-mini input[type="number"]::-webkit-inner-spin-button,
.cart-mini input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.layout-main {
  padding: 30px;
}
.layout-main:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
  font-size: 0;
}
.layout-main *,
.cart-mini * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url(/Scripts/boxsizing.htc);
  word-spacing: 0;
}
@media (max-width: 414px) {
	/*
  .layout-main {
    padding: 15px;
  }
  thead {
    display: none;
  }
  tr {
    display: block;
  }
  tr td {
    display: block;
  }
  tr td.c-2 {
    width: 33%;
    float: left;
  }
  tr td.c-3 {
    width: 33%;
    float: left;
  }
  tr td.c-4 {
    width: 33%;
    float: left;
  }
  tr td .qty {
    float: left;
  }
  tr td .price {
    float: right;
  }
  tr td .remove {
    background: #eeeeee;
    border: 1px solid #ccc;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  tr td .remove:before {
    content: attr(title);
    font-family: Roboto,Arial;
  }
  .order-summary .order-price {
    padding: 12px;
  }
  .col-md-3 {
    width: 100%;
  }
  .col-md-3 table {
    background: none;
  }
  .col-md-3 table td {
    border: none;
  }
  */
}
.tab-footer {
  text-align: left;
}
.order-price tr th {
  float: left;
}
.order-price tr td {
  float: left;
}

@media screen and (max-width: 39.9375em) {
	
	table {width:100%;}
	thead {display: none;}
	/*th {display: none;}*/
	tr:nth-of-type(2n) {background-color: inherit;}
	tr td:first-child {background: #f4f4f4;}
	tr td:last-child {background: #ecf4fb; font-weight:bold;}
	tbody td {display: block;  text-align:center !important;}
	tbody td:before { 
		content: attr(data-th); 
		display: block;
		text-align:center;  
	  }
	
	.qty {
		float:none;
	}
	
	.order-summary .order-price {
		padding: 0;
	}	
}