@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url(https://fonts.gstatic.com/s/lato/v13/boeCNmOCCh-EWFLSfVffDg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url(https://fonts.gstatic.com/s/lato/v13/KT3KS9Aol4WfR6Vas8kNcg.woff) format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(https://fonts.gstatic.com/s/lato/v13/9k-RPmcnxYEPm8CNFsH2gg.woff) format('woff');
}
@font-face {
  font-family: 'copperplate-b';
  src: url('../fonts/COPRGTB.TTF');
}
@font-face {
  font-family: 'copperplate-l';
  src: url('../fonts/COPRGTL.TTF');
}
@font-face {
  font-family: 'MuseoSlab';
  src: url('../fonts/exljbris - MuseoSlab-500.otf');
}
@font-face {
  font-family: 'Conv_MuseoSlab';
  src: url('../fonts/MuseoSlab.eot');
  src: local('☺'), url('../fonts/MuseoSlab.woff') format('woff'), url('../fonts/MuseoSlab.ttf') format('truetype'), url('fonts/MuseoSlab.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.checkout-cart-index #maincontent .page-title-wrapper h1 {
  color: #404040;
  font-weight: bold;
}
.checkout-cart-index .page-title-wrapper {
  text-align: center;
  padding: 20px 0px;
  background-color: #FAFAFA;
}
.checkout-cart-index .cart-container .cart.main.actions {
  text-align: right;
  padding: 15px 0;
}
.checkout-cart-index #maincontent .cart-summary {
  display: inline-block;
  width: 100%;
  padding-bottom: 15px;
  border-top: 1px solid #cccccc;
}
.checkout-cart-index #maincontent .content_summary {
  padding: 20px 15px;
}
.checkout-cart-index #maincontent .content_summary #block-giftcard .fa-chevron-up {
  display: none;
}
.checkout-cart-index #maincontent .content_summary #block-giftcard .fa-chevron-down {
  display: inline-block;
}
.checkout-cart-index #maincontent .content_summary #block-giftcard.active .fa-chevron-down {
  display: none;
}
.checkout-cart-index #maincontent .content_summary #block-giftcard.active .fa-chevron-up {
  display: inline-block;
}
.checkout-cart-index #maincontent .checkout-methods-items {
  list-style: none;
  padding: 0;
  text-align: center;
}
.checkout-cart-index #maincontent .checkout-methods-items button {
  width: 100%;
  padding: 10px 15px;
  border-radius: 2px;
}
.checkout-cart-index #maincontent #cart-totals th.mark {
  background: none;
}
.checkout-cart-index #maincontent #shipping-zip-form .control input {
  width: 50%;
}
.checkout-cart-index #maincontent .cart.actions .action.clear,
.checkout-cart-index #maincontent .cart.actions .action.update {
  background-color: #ebebeb;
  padding: 10px;
  border: none;
}
.checkout-cart-index #maincontent .cart.actions .action.clear:hover,
.checkout-cart-index #maincontent .cart.actions .action.update:hover {
  background-color: #D7D7D7 !important;
}
.account .page-title-wrapper h1 {
  margin-top: 0;
}
.account .block {
  display: inline-block;
  width: 100%;
  padding-bottom: 50px;
}
.login-container .block-title,
.account .block-title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.login-container .block-title strong,
.account .block-title strong {
  font-size: 18px;
}
.login-container .block-content,
.account .block-content {
  padding-top: 10px;
}
.login-container .block-content p,
.login-container .block-content .field.note {
  font-size: 14px;
  padding-bottom: 15px;
  font-family: 'Lato', Helvetica, sans-serif;
}
.fieldset .field {
  padding-bottom: 10px;
}
.fieldset .field label {
  display: inline-block;
  padding: 0 0 10px ;
  font-size: 13px;
}
.fieldset .field._required .label::after,
.fieldset .field.required .label::after {
  content: "*";
  font-size: 20px;
  font-weight: normal;
  color: #000;
}
.fieldset .field._required.customer-name-prefix > label::after,
.fieldset .field.required.customer-name-prefix > label::after {
  content: '';
}
.fieldset .field.field-name-prefix > label::after {
  content: '' !important;
}
.fieldset .field input {
  height: 35px;
  width: 100%;
}
.fieldset .field.choice #subscribe {
  height: auto;
}
.fieldset .street .control .field .label {
  display: none;
}
.login-container .fieldset .field input {
  width: 50%;
}
#s_method_flatrate,
#is_subscribed,
.account .fieldset .field.choice input {
  float: left;
  margin-right: 15px;
  height: 15px;
  width: auto;
}
.account.customer-address-form .actions-toolbar {
  float: right;
  width: 220px;
}
.actions-toolbar {
  display: inline-block;
  width: 100%;
}
.actions-toolbar .action.primary {
  float: left;
  padding-right: 15px;
  background-color: #3c2650;
  text-align: center;
  border: 3px solid transparent;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #ffffff;
  padding: 10px 15px;
  font-size: 16px;
  display: block;
}
.action.primary.button {
  padding: 7px 15px;
  font-weight: 600;
}
.action.primary span {
  color: #ffffff;
}
.actions-toolbar .secondary {
  padding: 10px 15px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  float: left;
}
.account .actions-toolbar > .primary,
.login-container .actions-toolbar > .primary {
  padding: 0px 15px;
  float: right;
}
.account .actions-toolbar .secondary .action,
.login-container .actions-toolbar .secondary .action {
  text-decoration: underline;
}
.account .block-collapsible-nav {
  border: 1px solid #cccccc;
  color: #3c2650;
}
.account .block-collapsible-nav-title {
  font-size: 18px;
  border-bottom: 1px solid #3c2650;
  padding: 15px;
  text-align: center;
  background-color: #404040;
  color: #ffffff;
}
.account #block-collapsible-nav li:hover,
.account #block-collapsible-nav li.current {
  background: none;
  color: #3c2650;
}
.account #block-collapsible-nav li a:hover,
.account #block-collapsible-nav li a:focus {
  background: none;
  color: #3c2650;
}
.account #block-collapsible-nav li:hover a,
.account #block-collapsible-nav li:hover strong,
.account #block-collapsible-nav li.current a,
.account #block-collapsible-nav li.current strong {
  color: #3c2650;
}
.account #block-collapsible-nav li strong {
  padding: 15px;
  display: inline-block;
  width: 100%;
}
#checkout-payment-method-load .field input,
#checkout-shipping-method-load .field input {
  width: auto;
  float: left;
  height: auto;
}
#checkout-payment-method-load .field label,
#checkout-shipping-method-load .field label {
  padding: 0 5px;
}
#checkout-payment-method-load .payment-method .payment-method-content {
  display: none;
}
#checkout-payment-method-load .payment-method._active .payment-method-content {
  display: block;
}
#checkout-payment-method-load .payment-method .payment-method-content .payment-method-billing-address .fieldset {
  display: inline-block;
}
#checkout-payment-method-load .payment-method .payment-method-content .payment-method-billing-address .fieldset .field {
  display: inline-block;
  width: 100%;
}
#checkout-payment-method-load .payment-method .payment-method-content .payment-method-billing-address .fieldset .field label {
  padding: 10px 0;
  margin: 0;
}
#checkout-payment-method-load .payment-method .payment-method-content .payment-method-billing-address .fieldset .street legend.label,
#co-shipping-form #shipping-new-address-form .street legend.label {
  font-size: 13px;
  padding-left: 0;
  text-align: left;
  margin: 0;
}
#checkout-payment-method-load .payment-method .payment-method-content .payment-method-billing-address .fieldset .field-tooltip {
  display: inline-block;
  width: 100%;
}
#checkout-payment-method-load .payment-method .payment-method-content .billing-address-details {
  padding-left: 30px;
}
.checkout-index-index #checkout-loader {
  text-align: center;
}
.checkout-index-index .loading-mask {
  width: 100%;
  height: 100%;
  position: relative;
}
.checkout-index-index .loading-mask .loader {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 105;
  text-align: center;
}
.checkout-index-index .form-login .field-tooltip .field-tooltip-content {
  float: left;
  margin-right: 5px;
}
.checkout-index-index .field input {
  height: 50px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
}
.checkout-index-index .opc-summary-wrapper {
  display: none;
}
#checkout-shipping-method-load .sp-methods ul {
  list-style: none;
}
/*BEGIN New cart change*/
.checkout-cart-index .bread {
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
}
.checkout-cart-index .bread .breadcrumbed {
  display: inline-block;
  padding: 16px 0px;
  margin: 0px;
}
.checkout-cart-index .bread .breadcrumbed li {
  float: left;
  font-size: 13px;
  margin: 0px 52px;
  position: relative;
  text-transform: uppercase;
  list-style: none;
}
.checkout-cart-index .bread .breadcrumbed li::after {
  background: white none repeat scroll 0 0;
  color: #eaeaea;
  content: "";
  left: 46%;
  position: absolute;
  top: 31px;
  font-family: "FontAwesome";
}
.checkout-cart-index .bread .breadcrumbed li.current::after {
  color: #e53238;
}
.checkout-cart-index #maincontent #shopping-cart-table {
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
}
.checkout-cart-index #maincontent #shopping-cart-table caption {
  text-align: left;
  padding: 10px 0;
  font-family: 'Lato', Helvetica, sans-serif;
}
.checkout-cart-index #maincontent #shopping-cart-table th {
  background-color: transparent;
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 8px;
  vertical-align: middle;
  white-space: nowrap;
  border-bottom: none;
}
.checkout-cart-index #maincontent #shopping-cart-table th span {
  color: #000000;
}
.checkout-cart-index #maincontent #shopping-cart-table tbody td.col.item a.product-item-photo {
  display: inline-block;
  float: left;
  height: 100px;
  position: relative;
  width: 100px;
}
.checkout-cart-index #maincontent #shopping-cart-table tbody td.col.item .product-item-details {
  float: left;
  padding-left: 10px;
}
.checkout-cart-index #maincontent #shopping-cart-table tfoot {
  border-bottom: 1px solid #e9e9e9;
  color: #888888;
}
.checkout-cart-index #maincontent #shopping-cart-table tfoot tr {
  background-color: #e5f4bd !important;
}
.checkout-cart-index #maincontent #shopping-cart-table tfoot tr td {
  padding: 5px 10px;
}
.checkout-cart-index #maincontent #shopping-cart-table .control.qty {
  position: relative;
}
.checkout-cart-index #maincontent #shopping-cart-table .control.qty div.spinedit {
  position: absolute;
  top: 0;
  right: 0;
}
.checkout-cart-index #maincontent #shopping-cart-table .control.qty div.spinedit .glyphicon {
  display: block;
}
.checkout-cart-index .basket-sub .credit-cards {
  margin-bottom: 16px;
  text-align: center;
}
.checkout-cart-index .basket-sub .credit-cards i {
  font-size: 32px;
}
.checkout-cart-index .basket-sub .left {
  float: left;
  text-align: left;
  width: 50%;
}
.checkout-cart-index .basket-sub .right {
  float: right;
  width: 50%;
}
.checkout-cart-index .basket-sub .sub {
  font-size: 65%;
  padding: 16px;
}
.checkout-cart-index .basket-sub .cart__subtotal {
  font-size: 16px;
  font-weight: bold;
}
.checkout-cart-index .basket-sub hr {
  margin-top: 0px;
}
.checkout-cart-index .basket-sub h3 {
  font-weight: bold;
  margin-top: 0px;
}
.checkout-cart-index .basket-sub p {
  font-size: 12px;
}
.checkout-cart-index .basket-sub .panel {
  text-align: right;
}
.checkout-cart-index .basket-sub .delivery-message {
  padding: 16px 80px;
}
.checkout-cart-index .basket-sub .delivery-message ul {
  list-style: none;
  padding: 0px;
}
.checkout-cart-index .basket-sub .delivery-message ul li {
  margin: 0px 0px 10px 0px;
}
.checkout-cart-index .basket-sub .delivery-message ul li i {
  color: #3a3a3b;
  float: left;
  margin-left: 8px;
  width: 30px;
}
.checkout-cart-index .basket-sub .delivery-message ul li:last-of-type i {
  margin-bottom: 20px;
}
/*END New cart change*/
.opc-progress-bar {
  margin: 30px 0;
  counter-reset: i;
  display: block;
  font-size: 0;
  text-align: center;
}
.opc-progress-bar-item {
  margin: 0 0 10px;
  width: 185px;
  display: inline-block;
  position: relative;
  text-align: center;
  vertical-align: top;
}
.opc-progress-bar-item:before {
  background: #e4e4e4;
  top: 17px;
  transition: background 0.3s;
  content: '';
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 0;
}
.opc-progress-bar-item:last-child:before {
  border-radius: 0;
}
.opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 45px;
  width: 100%;
  word-wrap: break-word;
  color: #3c2650;
  font-weight: 300;
  font-size: 17px;
}
.opc-progress-bar-item > span:before,
.opc-progress-bar-item > span:after {
  background: #9B9B9B;
  height: 30px;
  margin-left: -19px;
  transition: background 0.3s;
  width: 30px;
  border-radius: 3px;
  content: '';
  left: 50%;
  position: absolute;
  top: 0;
}
.opc-progress-bar-item > span:after {
  height: 26px;
  margin-left: -17px;
  top: 2px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  color: #ffffff;
  font-weight: normal;
  font-size: 18px;
}
.opc-progress-bar-item._complete {
  cursor: pointer;
}
.opc-progress-bar-item._complete:hover:before {
  background: #e4e4e4;
}
.opc-progress-bar-item._complete:hover > span:before {
  background: #3c2650;
}
.opc-progress-bar-item._complete > span {
  color: #3c2650;
}
.opc-progress-bar-item._complete > span:after,
.opc-progress-bar-item._complete > span:before {
  font-family: 'Lato';
  background-color: #3c2650;
}
.opc-progress-bar-item._active:before {
  background: #e4e4e4;
}
.opc-progress-bar-item._active > span {
  color: #333333;
}
.opc-progress-bar-item._active > span:before {
  background: #3c2650;
}
.opc-progress-bar-item._active > span:after {
  font-family: 'Lato';
  background: #3c2650;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  max-width: none;
}
.opc-wrapper .form-login {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
}
.checkout-payment-method .actions-toolbar .primary {
  float: right;
  margin: 0;
  background-color: #3c2650;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  color: #ffffff;
  padding: 5px;
  font-size: 16px;
  display: block;
}
.checkout-payment-method .fieldset > .field-select-billing > .control {
  float: none;
  width: 100%;
}
.checkout-billing-address .action-update {
  float: right;
}
.checkout-billing-address .actions-toolbar .action-cancel {
  margin: 6px 20px 0 0;
}
.checkout-payment-method .payment-option-title {
  padding-left: 22px;
}
.checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
  margin-left: 0;
}
.checkout-index-index .modal-popup .form-shipping-address {
  max-width: 500px;
}
.checkout-index-index .modal-popup .modal-footer .action-save-address {
  float: right;
  margin: 0 0 0 20px;
}
.checkout-index-index .actions-toolbar > .primary {
  float: right;
}
.checkout-shipping-method .actions-toolbar .action.primary {
  margin: 0;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  padding: 18px 15px;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 700;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 5px;
}
.opc-estimated-wrapper .minicart-wrapper {
  float: right;
}
.opc-estimated-wrapper .minicart-wrapper .action.showcart::before {
  color: #8f8f8f;
  display: inline-block;
  font-family: 'Lato';
  font-size: 22px;
  font-weight: normal;
  line-height: 28px;
  margin: 0;
  overflow: hidden;
  text-align: center;
  vertical-align: top;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-shadow: none;
  font-weight: 400;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:before {
  color: #333333;
}
.opc-wrapper.col-md-8 {
  padding-left: 0;
}
.opc-wrapper #checkoutSteps {
  padding: 0;
}
.opc-wrapper #checkoutSteps li {
  list-style: none;
  padding: 20px 10px;
  width: 100%;
  display: inline-block;
  background: none;
}
.opc-wrapper #checkoutSteps li.checkout-shipping-method {
  display: none !important;
}
.opc-wrapper .step-title {
  font-size: 18px;
  border-bottom: 0;
  padding-bottom: 0;
}
.opc-wrapper .step-content {
  margin: 0 0 15px;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address,
.opc-wrapper .methods-shipping {
  padding: 20px 0px;
}
.opc-wrapper .form-login + .form-shipping-address {
  margin-top: -15px;
}
.opc-wrapper .shipping-address-items {
  display: inline-block;
  width: 100%;
}
.opc-wrapper .shipping-address-item {
  margin: 0 0 15px;
  padding: 15px;
  width: 100%;
  float: left;
}
.opc-wrapper .shipping-address-item.selected-item {
  border: none;
}
.opc-wrapper .shipping-address-item.selected-item .edit-address-link {
  right: 39px;
}
.opc-wrapper .action-select-shipping-item {
  background-color: #404040;
  border: none;
  padding: 5px 10px;
}
.opc-wrapper .action-show-popup span,
.opc-wrapper .action-select-shipping-item span {
  color: #fff;
}
.opc-wrapper .action-show-popup {
  background-color: #404040;
  border: none;
  padding: 5px 10px;
}
.opc-wrapper .methods-shipping {
  border-bottom: 1px solid #e4e4e4;
  padding-top: 30px;
}
.opc-wrapper .edit-address-link {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
  top: 5px;
}
.opc-wrapper .edit-address-link > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.opc-wrapper .edit-address-link:before {
  -webkit-font-smoothing: antialiased;
  font-size: 18px;
  line-height: 20px;
  color: #8f8f8f;
  font-family: 'Lato';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.opc-wrapper .edit-address-link:hover:before {
  color: #333333;
}
.opc-wrapper .edit-address-link:active:before {
  color: #8f8f8f;
}
.opc-wrapper .step-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding: 25px 0px;
  color: #404040;
  font-weight: bold;
  font-size: 25px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  display: block;
  width: 100%;
}
.opc-sidebar {
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-top: 10px;
}
.opc-sidebar .modal-header {
  display: none;
}
.opc-sidebar .modal-content {
  padding: 10px;
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.opc-sidebar .minicart-items-wrapper .minicart-items {
  padding: 0;
}
.opc-sidebar .minicart-items-wrapper .minicart-items .product-item {
  list-style: none;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}
.opc-sidebar .minicart-items-wrapper .minicart-items .product-item:last-child {
  border: none;
}
.opc-sidebar .minicart-items-wrapper .minicart-items .product-item .product {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
}
.opc-sidebar .minicart-items-wrapper .minicart-items .product-item .product-image-container {
  float: left;
}
.opc-sidebar .minicart-items-wrapper .minicart-items .product-item .product-item-details {
  float: right;
  width: 70%;
  padding-left: 10px;
  display: inline-block;
}
.opc-sidebar .opc-block-shipping-information {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
.opc-sidebar .opc-block-summary .mark {
  background: none;
}
.opc-sidebar .opc-block-summary .mark span.label {
  color: #505050;
  font-size: 13px;
  padding-left: 0;
}
.opc-sidebar .opc-block-summary .items-in-cart .title {
  border-bottom: 1px solid #e4e4e4;
  cursor: pointer;
  display: block;
  margin-bottom: 0;
  padding: 10px 40px 10px 0;
  position: relative;
  text-decoration: none;
}
.opc-sidebar .opc-block-summary .items-in-cart .title::after {
  position: absolute;
  right: 0;
  top: 10px;
  color: inherit;
  content: "";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 12px;
  font-weight: normal;
  line-height: 12px;
  margin: 3px 0 0;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
}
.opc-sidebar .opc-block-summary .items-in-cart.active .title::after {
  content: "";
}
body._has-modal {
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.modals-overlay {
  z-index: 899;
}
.modal-slide,
.modal-popup {
  bottom: 0;
  left: 0;
  min-width: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}
.modal-slide._show,
.modal-popup._show {
  visibility: visible;
}
.modal-slide._show .modal-inner-wrap,
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-slide .modal-inner-wrap,
.modal-popup .modal-inner-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
  opacity: 1;
  pointer-events: auto;
}
.modal-slide {
  left: 44px;
  z-index: 900;
}
.modal-slide._show .modal-inner-wrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal-slide .modal-inner-wrap {
  height: 100%;
  overflow-y: auto;
  position: static;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-duration: .3s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease-in-out;
  width: auto;
}
.modal-slide._inner-scroll .modal-inner-wrap {
  overflow-y: visible;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.modal-slide._inner-scroll .modal-header,
.modal-slide._inner-scroll .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-slide._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-slide._inner-scroll .modal-footer {
  margin-top: auto;
  min-height: auto;
}
.modal-slide._inner-scroll .modal-footer .button {
  padding: 7px 15px;
}
.modal-slide._inner-scroll .modal-footer .button span {
  color: #3c2650;
}
.modal-slide .modal-header,
.modal-slide .modal-content,
.modal-slide .modal-footer {
  padding: 0 2.6rem 2.6rem;
}
.modal-slide .modal-header {
  padding-bottom: 2.1rem;
  padding-top: 2.1rem;
}
.modal-popup {
  z-index: 900;
  left: 0;
  overflow-y: auto;
}
.modal-popup._show .modal-inner-wrap {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.modal-popup .modal-inner-wrap {
  margin: 5rem auto;
  width: 75%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-sizing: border-box;
  height: auto;
  left: 0;
  position: absolute;
  right: 0;
  -webkit-transform: translateY(-200%);
  transform: translateY(-200%);
  transition-duration: .2s;
  -webkit-transition-property: -webkit-transform, visibility;
  transition-property: transform, visibility;
  transition-timing-function: ease;
}
.modal-popup._inner-scroll {
  overflow-y: auto;
}
.ie10 .modal-popup._inner-scroll,
.ie9 .modal-popup._inner-scroll {
  overflow-y: auto;
}
.modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 90%;
}
.ie10 .modal-popup._inner-scroll .modal-inner-wrap,
.ie9 .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: none;
}
.modal-popup._inner-scroll .modal-content {
  overflow-y: auto;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  padding-left: 3rem;
  padding-right: 3rem;
}
.modal-slide .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.modal-popup .modal-content #opc-new-shipping-address .street .label {
  font-size: 14px;
  text-align: left;
  padding-left: 0;
}
.modal-popup .modal-content #opc-new-shipping-address #shipping-save-in-address-book {
  float: left;
  width: auto;
  height: 15px;
  margin-right: 10px;
}
.modal-popup .modal-header,
.modal-popup .modal-footer {
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.modal-popup .modal-header {
  padding-bottom: 1.2rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer {
  margin-top: auto;
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.modal-popup .modal-footer-actions {
  text-align: right;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 0;
}
.modal-custom .action-close:focus,
.modal-popup .action-close:focus,
.modal-slide .action-close:focus,
.modal-custom .action-close:active,
.modal-popup .action-close:active,
.modal-slide .action-close:active {
  background: none;
  border: none;
}
.modal-custom .action-close:hover,
.modal-popup .action-close:hover,
.modal-slide .action-close:hover {
  background: none;
  border: none;
}
.modal-custom .action-close.disabled,
.modal-popup .action-close.disabled,
.modal-slide .action-close.disabled,
.modal-custom .action-close[disabled],
.modal-popup .action-close[disabled],
.modal-slide .action-close[disabled],
fieldset[disabled] .modal-custom .action-close,
fieldset[disabled] .modal-popup .action-close,
fieldset[disabled] .modal-slide .action-close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modal-custom .action-close:before,
.modal-popup .action-close:before,
.modal-slide .action-close:before {
  -webkit-font-smoothing: antialiased;
  font-size: 14px;
  line-height: 14px;
  color: #8f8f8f;
  font-family: 'Lato';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: inherit;
}
.modal-custom .action-close:active:before,
.modal-popup .action-close:active:before,
.modal-slide .action-close:active:before {
  color: inherit;
}
.modal-custom .action-close:hover:before,
.modal-popup .action-close:hover:before,
.modal-slide .action-close:hover:before {
  color: #1a1a1a;
}
.modal-custom .action-close {
  margin: 25px;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 10px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 20px;
}
.modal-slide .action-close {
  padding: 2.1rem 3rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -12.9rem;
  margin-top: 2.1rem;
}
.modals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
}
body._has-modal-custom .modal-custom-overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 899;
}
.authentication-dropdown {
  background-color: #ffffff;
  border: 1px solid #aeaeae;
  -webkit-transform: scale(1, 0);
  -webkit-transform-origin: 0 0;
  -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
  position: absolute;
  text-align: left;
  top: 30px;
  z-index: 1100 !important;
  transform: scale(1, 0);
  transform-origin: 0 0;
  transition: transform linear .1s, visibility 0s linear .1s;
  visibility: hidden;
  width: 100%;
}
.authentication-dropdown._show {
  z-index: 100;
  -webkit-transform: scale(1, 1);
  -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
  transform: scale(1, 1);
  transition: transform linear .1s, visibility 0s linear 0s;
  visibility: visible;
}
.authentication-wrapper {
  width: 100%;
  text-align: right;
  float: right;
}
.authentication-wrapper button {
  background-color: #404040;
  padding: 10px;
  border: none;
}
.authentication-wrapper button span {
  color: #fff;
}
.authentication-wrapper .modal-inner-wrap .modal-header {
  height: 50px;
  display: inline-block;
  width: 100%;
}
.authentication-wrapper .modal-inner-wrap .modal-content {
  box-shadow: none;
  border: none;
  border-radius: 0;
  padding: 15px;
}
.block-authentication {
  padding: 20px 10px;
}
.block-authentication .block-title {
  font-size: 2.6rem;
  border-bottom: 0;
  padding: 25px 0;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.block-authentication .block-content form {
  padding: 20px 0px;
}
.block-authentication .actions-toolbar > .primary {
  display: inline;
  float: right;
  margin-right: 0;
}
.block-authentication .actions-toolbar > .primary .action {
  margin-right: 0;
}
.block-authentication .actions-toolbar > .primary .action span {
  color: #ffffff;
}
.block-authentication .actions-toolbar > .secondary {
  float: left;
  margin-right: 2rem;
  padding-top: 1rem;
}
.popup-authentication .modal-inner-wrap {
  min-width: 768px;
  width: 60%;
}
.popup-authentication .block-authentication {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-top: 1px solid #c1c1c1;
}
.popup-authentication .block[class],
.popup-authentication .form-login,
.popup-authentication .fieldset,
.popup-authentication .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.popup-authentication .block[class] {
  box-sizing: border-box;
  float: left;
  padding: 10px 30px 0 0;
  width: 50%;
}
.popup-authentication .block[class] + .block {
  border-left: 1px solid #c1c1c1;
  border-top: 0;
  margin: 0;
  padding: 10px 0 0 40px;
}
.popup-authentication .block[class] + .block::before {
  left: 0;
  top: 50%;
}
.popup-authentication .actions-toolbar {
  margin-bottom: 0;
  margin-top: auto;
}
.checkout-index-index .modal-popup {
  /*display: none;*/
}
#customer-email-fieldset fieldset {
  width: 100%;
}
#customer-email-fieldset .actions-toolbar .secondary .action {
  margin-left: 10px;
}
#payment .payments .legend {
  display: none;
}
#payment .payments br {
  display: none;
}
#payment .payment-methods .credit-card-types {
  width: 100%;
  display: inline-block;
  padding-left: 0px;
  margin-top: 10px;
}
#payment .payment-methods .credit-card-types .item {
  list-style: none;
  float: left;
  margin: 0px 5px;
  width: auto;
  padding: 0px;
}
#payment .payment-methods .hosted-control {
  height: 50px;
  width: 50%;
  border: 1px solid #e4e4e4;
  padding: 0 10px;
}
#payment .payment-methods .field-tooltip.toggle .field-tooltip-content {
  display: none;
}
#payment .payment-methods .field-tooltip.toggle._active .field-tooltip-content {
  display: block;
}
#payment .payment-methods .hosted-error span {
  color: red;
}
.form-discount .actions-toolbar .primary {
  padding: 0px;
}
.form-discount .actions-toolbar .primary span {
  color: #fff;
}
.ship-via button {
  display: none;
}
/*hide header and footer in checkout page*/
.checkout-index-index #mainNav,
.onepage-index-index #mainNav {
  border-bottom: none;
}
.checkout-index-index #mainNav .headerContainer div:not(.mainLogo),
.onepage-index-index #mainNav .headerContainer div:not(.mainLogo) {
  display: none !important;
}
.opc-block-shipping-information .ship-to {
  margin-bottom: 10px;
}
.opc-block-shipping-information .ship-to .shipping-information-title {
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #eaeaea;
}
.opc-block-shipping-information .ship-to .shipping-information-title > span {
  font-size: 18px;
  font-weight: bold;
}
.opc-block-shipping-information .ship-to .shipping-information-title .action-edit {
  background-color: transparent;
  border: none;
  float: right;
}
.opc-block-shipping-information .ship-to .shipping-information-title .action-edit span {
  color: #989898;
}
.opc-block-shipping-information .ship-to .shipping-information-title .shipping-information-content {
  padding: 10px 0px 10px 0px;
  font-size: 16px;
}
.opc-block-shipping-information .ship-via .shipping-information-title {
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid #eaeaea;
}
.opc-block-shipping-information .ship-via .shipping-information-title > span {
  font-size: 18px;
  font-weight: bold;
}
.opc-block-shipping-information .ship-via .shipping-information-content {
  padding: 10px 0px 10px 0px;
  font-size: 16px;
}
.checkout-onepage-success .page-title-wrapper {
  display: flex;
  flex-flow: row wrap;
}
.checkout-onepage-success .page-title-wrapper h1 {
  text-align: center;
  flex: 1 1 100%;
  order: 2;
}
.checkout-onepage-success .page-title-wrapper h1 span {
  color: #3c2650;
}
.checkout-onepage-success .page-title-wrapper .success-navigation {
  flex: 1 1 100%;
  order: 1;
}
.checkout-onepage-success #content {
  padding: 15px 10px;
}
.checkout-onepage-success .print {
  display: none;
}
.checkout-onepage-success .checkout-success .orderNumber {
  font-size: 20px;
  padding: 10px 5px;
  border-top: 2px solid #eaeaea;
  border-bottom: 2px solid #eaeaea;
  font-weight: bold;
  color: #000;
}
.checkout-onepage-success .checkout-success .orderNumber a,
.checkout-onepage-success .checkout-success .orderNumber span {
  float: right;
}
.checkout-onepage-success .checkout-success .notice {
  font-size: 18px;
}
.checkout-onepage-success .actions-toolbar {
  margin-bottom: 20px;
  margin-top: 30px;
}
.checkout-onepage-success .actions-toolbar .primary {
  text-align: center;
}
.checkout-onepage-success .actions-toolbar .primary .action.primary {
  float: none;
  width: 220px;
  display: inline-block;
}
.checkout-onepage-success .actions-toolbar .primary .action.primary span {
  text-transform: uppercase;
}
.field-error span {
  color: red;
}
.iwd_opc_wrapper input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.iwd_opc_wrapper textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 1px;
}
.iwd_opc_wrapper input[type=checkbox] {
  width: auto;
  height: auto;
}
.iwd_opc_wrapper .cr {
  display: none;
}
@media only screen and (min-width: 769px) {
  /*hide header and footer in checkout page*/
  .checkout-index-index footer #footer,
  .onepage-index-index footer #footer {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .opc-sidebar {
    width: 100%;
  }
  .opc-wrapper.col-md-8 {
    padding-right: 0;
  }
  .step-title,
  .block-authentication .block-title {
    position: relative;
    cursor: pointer;
  }
  .step-title::after,
  .block-authentication .block-title::after {
    position: absolute;
    content: "-";
    right: 0;
  }
  .step-title.inactive::after,
  .block-authentication .block-title.inactive::after {
    content: "+";
  }
  .opc-progress-bar {
    padding: 0px;
  }
  .opc-progress-bar .opc-progress-bar-item {
    width: 25%;
  }
  .block-authentication {
    padding: 0px;
  }
  .block-authentication .block-title {
    padding: 20px 0px;
    border-top: none;
  }
  .opc-wrapper #checkoutSteps li {
    padding: 0px;
  }
  .opc-wrapper #checkoutSteps #shipping .step-content {
    display: none;
  }
  #payment .payment-methods .hosted-control {
    width: 100%;
  }
  .opc-estimated-wrapper .estimated-block {
    width: 100%;
  }
  .opc-estimated-wrapper .estimated-block .estimated-label {
    display: inline-block;
    margin-right: 10px;
  }
  .opc-estimated-wrapper .minicart-wrapper {
    display: none;
  }
  .opc-block-summary caption {
    display: none;
  }
  .opc-block-summary .amount {
    text-align: right;
  }
  .checkout-index-index #mainNav .headerContainer .mainLogo {
    width: 100%;
  }
  .checkout-index-index footer #footer {
    display: block;
    /*.footerCol{
          display: none;
          &:first-child{
            display: block;
          }
        }
        .block.newsletter{
          display: none;
        }
        div.social{
          border-top: 2px solid #989898;
          border-bottom: 1px solid #989898;
        }*/
  }
  .opc-progress-bar-item > span {
    font-size: 14px;
    padding-top: 32px;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    margin-left: -13px;
    height: 26px;
    width: 26px;
  }
  .opc-progress-bar-item > span:after {
    font-size: 14px;
    margin-left: -10px;
    height: 20px;
    width: 20px;
    top: 2px;
  }
}
@media only screen and (max-width: 480px) {
  .checkout-success .orderNumber {
    font-size: 16px;
  }
  .checkout-success .notice {
    font-size: 15px;
  }
  .opc-progress-bar-item > span {
    word-wrap: normal;
    font-size: 12px;
  }
}
