/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Avalara_AvaTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @copyright  Copyright (c) 2016 Avalara, Inc.
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
.validateAddressForm .form.validate,
.validateBinding .form.validate,
.checkout-validate-address .form.validate {
  display: flex;
  flex-wrap: wrap;
}
.validateAddressForm .form.validate .addressOption,
.validateBinding .form.validate .addressOption,
.checkout-validate-address .form.validate .addressOption {
  display: flex;
  margin: 20px 10px 0 10px;
  flex: 1 0 auto;
}
.validateAddressForm .form.validate .addressOption .addressLabel,
.validateBinding .form.validate .addressOption .addressLabel,
.checkout-validate-address .form.validate .addressOption .addressLabel {
  flex: 1;
  cursor: pointer;
  display: block;
  padding: 10px 10px 10px 30px;
  left: -10px;
  position: relative;
}
.validateAddressForm .form.validate .addressOption .addressLabel .optionTitle,
.validateBinding .form.validate .addressOption .addressLabel .optionTitle,
.checkout-validate-address .form.validate .addressOption .addressLabel .optionTitle {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.validateAddressForm .form.validate .addressOption .addressRadio,
.validateBinding .form.validate .addressOption .addressRadio,
.checkout-validate-address .form.validate .addressOption .addressRadio {
  flex: 0;
  right: -10px;
  top: 10px;
  display: table;
  position: relative;
}
.validateAddressForm .form.validate .addressOption.selected,
.validateBinding .form.validate .addressOption.selected,
.checkout-validate-address .form.validate .addressOption.selected {
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .legend,
.validateBinding .legend,
.checkout-validate-address .legend {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
.validateAddressForm .legend .step-title,
.validateBinding .legend .step-title,
.checkout-validate-address .legend .step-title {
  padding-bottom: 15px;
}
.validateAddressForm .validatedAddress,
.validateBinding .validatedAddress,
.checkout-validate-address .validatedAddress {
  margin-top: 10px;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .address-field-changed,
.validateBinding .address-field-changed,
.checkout-validate-address .address-field-changed {
  text-decoration: none;
  background-color: #93ee9e;
}
.validateAddressForm .errorMessageContainer .instructions p,
.validateBinding .errorMessageContainer .instructions p,
.checkout-validate-address .errorMessageContainer .instructions p,
.validateAddressForm .errorMessageContainer .originalAddressText,
.validateBinding .errorMessageContainer .originalAddressText,
.checkout-validate-address .errorMessageContainer .originalAddressText {
  margin: 10px 0 ;
  padding: 10px;
  outline: 1px solid #cccccc;
  background: #f5f5f5;
}
.validateAddressForm .instructions,
.validateBinding .instructions,
.checkout-validate-address .instructions {
  margin-top: 10px;
}
.validateAddressForm .instructions a:hover,
.validateBinding .instructions a:hover,
.checkout-validate-address .instructions a:hover {
  cursor: pointer;
}
.validateAddressForm,
.validateBinding {
  display: none;
}
.multishipping-checkout .form.validate .addressOption {
  margin: 0 10px 10px 0;
}
.totals-tax-summary.totals-tax-holder {
  transform: translateY(100%);
}
.totals-tax-details.custom-tax {
  transform: translateY(-100%);
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category  BSS
 * @package   Bss_GeoIPAutoSwitchStore
 * @author    Extension Team
 * @copyright Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license   http://bsscommerce.com/Bss-Commerce-License.txt
 */
div.switcher-website {
  max-height: 20px;
}
.switcher-website img.bss-flag {
  display: inline-block;
  position: relative;
  top: -4px;
  width: 32px;
}
.switcher-website li.switcher-option {
  max-height: 35px;
}
.switcher-website div#switcher-website-trigger span {
  position: relative;
  top: -15px;
}
.switcher-website .switcher-option span {
  position: relative;
  top: -15px;
}
.page-header .switcher.switcher-website .options .action.toggle.switcher-trigger {
  padding-left: 8px;
  padding-right: 8px;
}
.nav-sections .switcher-website div#switcher-website-trigger {
  padding-top: 10px;
}
.nav-sections .switcher-website .switcher-dropdown {
  display: none;
}
.nav-sections .switcher-website .active .switcher-dropdown {
  display: block;
}
.nav-sections .switcher-website .switcher-trigger strong {
  display: inline-block;
}
.nav-sections .switcher-website .switcher-trigger strong:after {
  top: -16px;
}
.nav-sections div.switcher-website {
  max-height: none;
}
/*
 * Landofcoder
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Landofcoder.com license that is
 * available through the world-wide-web at this URL:
 * https://landofcoder.com/terms
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category   Landofcoder
 * @package    Lof_MarketPlace
 * @copyright  Copyright (c) 2021 Landofcoder (https://www.landofcoder.com/)
 * @license    https://landofcoder.com/terms
 */
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.seller-profile-container {
  display: inline-block;
  padding: 10px;
  background-color: #fbfbfb;
}
.seller-profile-container .seller-image {
  padding: 0px;
}
.seller-profile-container .seller-image img {
  width: 100%;
}
.seller-profile-container .seller-description .seller_title {
  margin-top: 0px;
}
.seller-profile-container .seller-description .seller-headline {
  display: block;
  margin-bottom: 15px;
}
.seller-profile-container .seller-description .seller-info {
  color: #888;
  margin-top: 10px;
}
.seller-profile-container .seller-description .seller-info > span:nth-child(n+2) {
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #e1e3df;
}
.seller-profile-container .seller-description .seller-info i.fa {
  padding: 6px;
}
.seller-profile-container .seller-description .seller-info #seller-contact {
  border: 1px solid #d3d3d3;
  color: #888;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.lof-message {
  margin-bottom: 3rem;
}
.lof-message .lof-message-header {
  position: relative;
  margin: 0 0 5px 3px;
}
.lof-message .lof-message-header span {
  color: #adadad;
  margin-left: 1.5rem;
}
.lof-message .lof-message-body {
  background: #ecfaff;
  border-left: 3px solid #4b8dcb;
  padding: 1rem 1.5rem;
}
.lof-message .lof-message-body.seller {
  border-left: 3px solid #fb4c2f;
}
.lrw-block .unread {
  color: #fb4c2f;
}
.lrw-block .readed {
  color: #16a765;
}
.lof_marketplace_wrapper {
  padding: 15px 0px;
}
.lof_marketplace_wrapper .seller-info {
  color: #888;
  margin-top: 5px;
}
.lof_marketplace_wrapper .seller-info i.fa {
  padding: 6px;
}
.lof_marketplace_wrapper .mkpl-image img {
  width: 100%;
}
.lof_marketplace_wrapper .mkpl-title {
  margin-bottom: 12px;
  line-height: 1.2em;
  font-size: 1.5em;
  font-weight: normal;
  text-align: center;
}
.lof_marketplace_wrapper .mkpl-description {
  margin-bottom: 30px;
  line-height: 1.6em;
}
.lof_marketplace_wrapper .mkpl-review {
  font-size: 18px;
}
.lof_marketplace_wrapper .mkpl-review a:hover {
  text-decoration: none;
}
.lof_marketplace_wrapper .mkpl-review .fa-star {
  color: #c7c7c7;
}
.lof_marketplace_wrapper .mkpl-review .fa-star.voted {
  color: #ff5501;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social {
  padding: 0;
  margin: 0;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a {
  width: 29px;
  height: 29px;
  line-height: 29px;
  border-radius: 50%;
  display: inline-block;
  margin-right: -3px;
  color: #707070;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.facebook:hover {
  background: #3b5999;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.twitter:hover {
  background: #55acef;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.google:hover {
  background: #dc4d3c;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.youtube:hover {
  background: #e04e41;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.linkedin:hover {
  background: #0077B5;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.vimeo:hover {
  background: #44BBFF;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.pinterest:hover {
  background: #cb2027;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.instagram:hover {
  background: #125688;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a.email:hover {
  background: #E34D42;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a:hover i:before {
  color: #FFF;
}
.lof_marketplace_wrapper .lof_info_title {
  font-size: 15px;
  font-weight: 700;
  margin: 5px 0 10px;
  text-transform: capitalize;
}
#seller-contact {
  border: 1px solid #d3d3d3;
  color: #888;
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
#seller-contact i.fa {
  padding: 6px;
}
.lof_marketplace_wrapper .lof_marketplace_fieldset {
  border: 1px solid #ddd;
  margin-bottom: 15px;
  margin: 0;
  padding: 15px;
}
.lof_marketplace_wrapper .lof_marketplace_fieldset h2 {
  text-align: center;
  color: #222;
  font-size: 24px;
  margin-bottom: 30px;
}
.lof_marketplace_wrapper .review-top {
  border: 1px solid #ECECEC;
  padding: 30px;
  text-transform: uppercase;
}
.lof_marketplace_wrapper .ratings-and-size .review-right .separate-rating .mark-rating {
  float: left;
  margin: 1px 0;
  width: 100%;
}
.lof_marketplace_wrapper .ratings-and-size .review-right .separate-rating .mark-rating .rating-box {
  float: left;
  margin-right: 10px;
  background: transparent;
}
.lof_marketplace_wrapper .ratings-and-size .review-right .separate-rating .mark-rating .rating-box .rating {
  background: none;
  font-size: 0.82em;
}
.lof_marketplace_wrapper .ratings-and-size .review-right .separate-rating .mark-rating .scroll-box {
  float: left;
  width: 75%;
  height: 10px;
  background: #F4F4F4;
  margin-right: 5px;
  margin-top: 7px;
}
.lof_marketplace_wrapper .ratings-and-size .review-right .separate-rating .mark-rating .scroll-box .scroll-rating {
  background: #ffba00;
  height: 10px;
}
.lof_marketplace_wrapper .ratings-and-size .review-right .separate-rating .mark-rating .rating-percent {
  float: left;
  margin-left: 3px;
  padding-top: 3px;
}
.lof_marketplace_wrapper #review_hidden_form .form-add {
  margin-top: 30px;
  padding: 30px;
  border: 1px solid #ECECEC;
}
.lof_marketplace_wrapper #review_hidden_form .form-add h2 {
  font-size: 20px;
  text-transform: none;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .ratings {
  overflow: visible;
  position: relative;
  display: inline;
  float: left;
  margin-top: 0px;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .ratings .ratings_stars {
  background: url(../Lof_MarketPlace/image/star_blank.png) no-repeat;
  float: left;
  height: 28px;
  padding: 2px;
  width: 32px;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .ratings .ratings_over {
  background: url(../Lof_MarketPlace/image/star_overs.png) no-repeat;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .rating-title {
  float: left;
  padding-right: 15px;
  width: 50px;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .review-form {
  display: inline-block;
  width: 100%;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .review-form .fieldset {
  display: inline-block;
  width: 100%;
  margin: 0px;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 0;
  text-align: right;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .buttons-set button.button {
  float: left;
  margin-left: 0;
  border-radius: 30px;
  padding: 15px 30px;
  margin-right: 5px;
  min-width: auto;
  background-color: #1d96bb;
  color: #fff;
  box-shadow: none;
}
.lof_marketplace_wrapper #review_hidden_form .form-add .buttons-set .button:hover a.button:focus {
  background-color: #177997;
  color: #fff;
}
.lof_marketplace_wrapper #customer-reviews {
  width: auto;
  float: none;
}
.lof_marketplace_wrapper #customer-reviews .review-row {
  padding: 15px 0;
}
.review-average-info {
  width: 100%;
  border-bottom: 1px solid #ECECEC;
  margin-bottom: 15px;
  text-align: center;
}
.ratings {
  margin: 7px 0;
}
.ratings .rating-box {
  margin: 0;
  display: inline-block;
  zoom: 1;
  background-image: url(../Lof_MarketPlace/image/stars-big.png);
  background-position: left -22px;
  background-repeat: no-repeat;
  height: 19px;
  width: 121px;
}
.ratings .rating-box .rating {
  background-image: url(../Lof_MarketPlace/image/stars-big.png);
  background-position: left top;
  background-repeat: no-repeat;
  height: 19px;
}
.ratings .rating-links {
  margin: 0;
  display: inline-block;
  zoom: 1;
}
.box-collateral.box-reviews {
  /*text-align: center;*/
}
.box-collateral.box-reviews #seller-contact {
  display: inline-block;
}
.box-collateral.box-reviews .title {
  font-size: 18px;
  font-weight: 700;
}
.box-collateral.box-reviews .description {
  padding: 10px 0;
}
.box-collateral.box-reviews .info {
  color: #f1703d;
  text-transform: uppercase;
  font-size: 13px;
  padding-bottom: 10px;
  font-weight: 700;
}
.box-collateral.box-reviews .info .lable {
  color: #bbb;
  font-weight: 400;
  font-size: 12px;
}
.box-collateral.box-reviews .ratings-table {
  border-top: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  padding: 10px 0;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
}
.box-collateral.box-reviews .ratings-table {
  text-align: left !important;
}
.box-collateral.box-reviews .ratings-table li {
  display: inline-block;
  zoom: 1;
  margin-right: 8px;
}
.box-collateral.box-reviews .ratings-table li span {
  display: inline-block;
}
.box-collateral.box-reviews .ratings-table li div.rating-box {
  display: inline-block;
  margin-left: 5px;
  background-image: url(../Lof_MarketPlace/image/stars.png);
  background-position: left -10px;
  background-repeat: no-repeat;
  height: 12px;
  width: 61px;
}
.box-collateral.box-reviews .ratings-table li div.rating-box .rating {
  background-image: url(../Lof_MarketPlace/image/stars.png);
  background-position: left 2px;
  background-repeat: no-repeat;
  height: 12px;
}
.form-list > li {
  margin-bottom: 10px;
}
.form-list > li .input-box {
  padding-top: 2px;
}
.form-list input,
.form-list textarea {
  background: #f1f1f1;
  border-radius: 30px;
  height: 50px;
  border: 0;
  width: 100%;
  box-shadow: none;
  padding: 15px;
}
.form-list textarea {
  min-height: 250px;
}
.message-link {
  position: relative;
}
.message-link span {
  font-size: 10px;
  font-weight: 400;
  line-height: 13px;
  padding: 2px 6px;
  position: absolute;
  right: -15px;
  top: -8px;
  background: #1ABB9C !important;
  border: 1px solid #1ABB9C!important;
  color: #fff;
  border-radius: 10px;
}
.input-box label {
  display: block;
  padding-bottom: 3px;
  margin-bottom: 10px;
}
.input-box label .required em {
  color: #f00;
}
.input-box label .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
.mkpl-review .review-average-info {
  text-align: left;
}
.mkpl-review .ratings .rating-links,
.mkpl-review .ratings .rating-box {
  vertical-align: middle;
}
.lof-sellerlist .seller-item,
.lof-sellerlist .seller-toolbar {
  margin-bottom: 30px;
}
.lof-sellerlist .seller-name {
  margin-top: 10px;
}
.lof-sellerlist .seller-name a {
  color: #333;
  font-size: 18px;
  font-weight: 600;
}
.lof-sellerlist .review-average-info {
  border: 0;
  margin-bottom: 5px;
}
.mkpl-socialnetworks {
  margin-top: 10px;
}
.mkpl-socialnetworks li {
  display: inline-block;
}
.mkpl-socialnetworks li a {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: #3c5e9e;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
}
.mkpl-socialnetworks li a.google {
  background: #e14a37;
}
.mkpl-socialnetworks li a.twitter {
  background: #01b3f9;
}
.mkpl-socialnetworks li a.youtube {
  background: #c20000;
}
.mkpl-socialnetworks li a.linkedin {
  background: #2777b4;
}
.mkpl-socialnetworks li a.vimeo {
  background: #3bacee;
}
.mkpl-socialnetworks li a.instagram {
  background: #e5298a;
}
.mkpl-socialnetworks li a.pinterest {
  background: #b60011;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li {
  margin-bottom: 3px !important;
  margin-right: 3px;
}
.lof_marketplace_wrapper .mkpl-socialnetworks .list-social li a {
  color: #fff !important;
}
.seller-info .icon {
  width: 20px;
  display: inline-block;
}
.lof_marketplace_wrapper .lof_marketplace_fieldset h2 {
  color: #000 !important;
  font-size: 28px;
  font-weight: normal;
}
span.minor {
  font-size: 12px;
  color: #676262;
}
.become-seller {
  display: flex;
  justify-content: flex-start;
}
.become-seller .customer-info {
  width: 50%;
  margin-right: 20px;
}
.become-seller .customer-address {
  width: 50%;
  margin-left: 20px;
}
input.form-input-checkbox {
  height: initial;
  display: initial;
  width: initial;
}
.seller-review-answers {
  padding: 10px;
  background: #dddddda3;
  border-radius: 5px;
  margin-top: 5px;
  margin-left: 10px;
}
.box-reviews span.is-verified {
  color: #1979c3;
  font-size: 13px;
  text-transform: initial;
}
.catalog-category-view .category-description {
  display: none;
}
.catalog-category-view .category-description[data-readmore] {
  display: block;
}
.um-descr-show-button {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 35px;
  color: #333;
  background: url(../Firstygroup_Readmoreless/images/arrow-down.png) no-repeat 5px center;
  background-position: 100px 8px;
  background-size: 20px;
  padding-left: 12px;
  text-align: right;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: none;
  margin-top: 5px;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
  border-radius: 1.5em;
  background-color: #af1a42;
  color: white;
  font-weight: 600;
}
.um-descr-hide-button {
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 35px;
  color: #333;
  background: url(../Firstygroup_Readmoreless/images/arrow-up.png) no-repeat 5px center;
  background-position: 90px 8px;
  background-size: 20px;
  padding-left: 12px;
  text-align: right;
  border-radius: 3px;
  text-decoration: none;
  box-shadow: none;
  display: block;
  width: fit-content;
  margin-bottom: 20px;
  border-radius: 1.5em;
  background-color: #9d9d9d;
  color: white;
  font-weight: 600;
}
[data-readmore] {
  position: relative;
}
[data-readmore]:before {
  content: '';
  width: 100%;
  height: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0), #ffffff);
}
[data-readmore][aria-expanded="false"]:before {
  height: 55px;
}
[data-readmore][aria-expanded="true"].transitioning:before {
  height: 55px;
}
[data-readmore][aria-expanded="false"].transitioning:before {
  height: 0;
}
.um-descr-show-button:hover {
  color: white !important;
}
.um-descr-hide-button:hover {
  color: white !important;
}
.authordetail {
  margin-bottom: 15px;
}
.fgp-content {
  float: left;
  margin-right: 15px;
  margin-top: 10px;
  width: 20%;
}
.freegift-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.freegift-price {
  text-decoration: line-through;
}
.freegif-warning-modal {
  z-index: 9999999 !important;
}
.frgview-link {
  opacity: 0;
}
.freegift-with-purchase {
  padding: 5px;
  border: 1px solid transparent;
  border-radius: 5px;
}
.freegift-with-purchase:hover {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.freegift-with-purchase:hover .frgview-link {
  opacity: 1;
}
.freegift-with-purchase.selected {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  background: url('../Mageants_FreeGift/images/check-mark-verify.png');
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: right 5px top 6px;
  background-size: 12px;
}
.freegift-with-purchase.selected .frgview-link {
  opacity: 1;
}
.config-product-option {
  width: 100px;
  margin-top: 10px;
  display: inline-block;
}
.catalog-product-view .product.media {
  position: relative;
}
.mgfree-label {
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 10px;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #d1d1d1;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .items.payment-methods .certificates {
    text-align: right;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #d1d1d1;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    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;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .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: 100%;
    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: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .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 > .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-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .braintree-express-paylater-message-container {
    order: 1;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
/*!
* Firstygroup
* Here we can do our own overrides
*/
/* Here you can either override something directly or
* you can make a new file eg: page-homepage.less and then inside this file you can add it with import;
* and then you can use that file specifically for css changes on homepage. Same idea for any page.
* This is for not making 1 huge file for everything
*/
/* HEADER */
body,
html {
  /*font-family: brandon-grotesque, sans-serif;*/
  font-family: 'Open Sans', sans-serif;
  color: /*#252525*/ #ffffff;
}
p {
  font-size: 18px;
}
h1 {
  font-weight: 500;
  font-family: brandon-grotesque, sans-serif;
  margin-top: 20px;
  font-size: 44px;
}
h3 {
  font-weight: 500;
  font-family: brandon-grotesque, sans-serif;
  font-size: 35px;
  color: /*#af1a42*/ #ffffff;
  margin-top: 30px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 14px;
}
a,
.alink {
  color: /* #c56b6b*/ #af1a42;
}
a:visited,
.alink:visited {
  color: #af1a42;
}
a:hover,
.alink:hover {
  color: /*#434343*/ #9d9d9d;
  text-decoration: none;
}
.logo {
  width: 200px;
}
.catalog-product-view .logo img {
  border-radius: 5px;
}
.page-header .panel.wrapper {
  border-bottom: 1px solid #f9f3f3;
  background: #f9f3f3;
  color: #252525;
  display: none;
}
.page-header .header.panel {
  padding-bottom: 5px;
  padding-top: 5px;
}
.header.panel > .header.links > li {
  font-size: 14px;
}
.header.panel > .header.links > li.welcome {
  line-height: inherit;
}
.header.links a {
  color: #af1a42;
}
.navigation {
  font-family: brandon-grotesque, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  background: #c56b6b;
}
.nav-sections {
  background: #ee2359;
}
.navigation .level0 .submenu {
  background-color: #e5e5e5;
  font-weight: 700;
  border: 0;
  box-shadow: none;
}
.navigation .level0 > .level-top {
  color: #fff;
}
.block-search .action.search::before {
  font-size: 30px;
  padding-top: 11px;
}
.minicart-wrapper .action.showcart::before {
  padding-top: 11px;
}
.cms-page-view .columns ul {
  list-style-type: disc;
  margin-left: 30px;
  font-size: 16px;
  color: #252525;
  font-family: 'Open Sans', Arial, sans-serif;
}
.cms-page-view .columns ol,
.cms-home .columns ol {
  list-style-type: decimal;
  margin-left: 30px;
  font-size: 16px;
  margin-top: 20px;
  color: #252525;
  font-family: 'Open Sans', Arial, sans-serif;
}
/* FORMS */
.cms-redeeming-voucher .vendor-header-content {
  margin-bottom: 0;
}
.vendor-header-content {
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
  max-width: 950px;
  padding: 20px 20px 5px 20px;
  margin-bottom: 50px;
  background-color: #f0f0f0;
  border-radius: 5px;
  color: #252525;
  font-size: 18px;
}
.vendor-header-content h4 {
  font-family: 'brandon-grotesque', sans-serif;
  text-transform: none;
  font-weight: 500;
  font-size: 24px;
}
input[type="text"],
input[type="password"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="datetime"],
input[type="email"],
select {
  border: 1px solid #ccc;
  height: 55px;
  border-radius: 6px;
  margin: 5px 0;
}
.discount-coupon-form .control.half-size {
  float: left;
  width: 48%;
  margin: 5px 1%;
}
.discount-coupon-form .control {
  margin: 5px 1%;
}
@media screen and (max-width: 500px) {
  .discount-coupon-form .control.half-size {
    width: 98%;
  }
}
.action.primary {
  background: #af1a42;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 15px 25px;
  font-weight: 700;
  font-family: brandon-grotesque, sans-serif;
}
.action.primary:hover {
  background: #9D9D9D;
  border: 0;
}
.login-container .block .block-title {
  border-bottom: 1px solid #af1a42;
  text-transform: uppercase;
}
.fieldset > .legend {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.8rem;
}
.form-create-account #url,
.form-create-account #group {
  width: auto;
  min-width: 300px;
}
.form-create-account .help-block {
  display: block;
  text-align: left;
  padding-top: 5px;
  font-size: 11px;
}
.fieldset > .field:not(.choice) > .label {
  padding: 15px 15px 0 0;
}
.actions-toolbar .primary .action {
  border-radius: 6px;
}
.field.note {
  font-size: 18px;
  padding: 20px 0 50px 0;
}
.fieldset.create.info .control.radio {
  padding-top: 15px;
}
.message.error {
  font-size: 1.6rem;
  color: #fff;
  background: #ee2359;
  border: 1px solid #fff;
  font-family: 'Open Sans', sans-serif;
  margin: 0 0 30px;
}
.message.error > :first-child::before {
  font-size: 35px;
  color: #fff;
}
.message.error a {
  color: #fff;
  text-decoration: underline;
}
.message.error a:hover {
  color: #ccc;
  text-decoration: none;
}
.message.success {
  font-size: 1.6rem;
  margin: 0 0 30px;
  background: #f0f0f0;
}
.message.success > :first-child::before {
  font-size: 35px;
}
@media screen and (min-width: 768px) {
  .fieldset > .field:not(.choice) > .label {
    width: 29.8%;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 70.2%;
  }
}
.redeem-note {
  padding: 10px 0;
}
.voucher-form-apply .actions {
  margin-top: 20px;
}
.discount-coupon-form {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
  color: #252525;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  text-align: center;
}
.discount-coupon-form .input-box.required.field {
  margin: 0 auto;
}
.discount-coupon-form .input-box.required.field #voucher {
  text-align: left;
}
.discount-coupon-form .input-box.required.field #email {
  text-align: left;
}
.discount-coupon-form .input-box.required.field #firstname {
  text-align: left;
}
.discount-coupon-form .input-box.required.field #lastname {
  text-align: left;
}
.discount-coupon-form .input-box label {
  text-align: left;
  margin: 0;
  padding: 0 0 0 5px;
}
@media screen and (min-width: 768px) {
  .discount-coupon-form {
    width: 50%;
    margin-left: 25%;
  }
}
/* TEMPORARY HIDING OF HEADER ELEMENTS*/
.block-search {
  display: none;
}
.minicart-wrapper {
  display: none;
}
/* Hides the 'BOOKS' menu item */
.level0.nav-1.category-item.first.last.level-top.parent.ui-menu-item {
  display: none;
}
a.custom-nav {
  padding: 10px;
  display: block;
  color: #fff;
}
a.custom-nav:hover {
  color: #af1a42;
  text-decoration: none;
}
/* HOME */
.home-box {
  float: left;
  margin: 20px 2% 20px 2%;
  width: 44%;
  padding: 40px 1% 40px 1%;
  /*background: #f9f3f3;*/
  background: rgba(197, 107, 107, 0.4);
  color: /*#af1a42*/ #ffffff;
  font-size: 35px;
  font-weight: 500;
  font-family: brandon-grotesque, sans-serif;
  text-align: center;
}
.home-box a {
  min-height: 60px;
  display: block;
  line-height: 38px;
  color: /*#af1a42*/ #ffffff;
}
.home-box a:hover {
  text-decoration: none;
}
.home-box a::after {
  content: '»';
  margin-left: 5px;
}
.home-intro-left {
  float: left;
  width: 46%;
  padding: 40px 2% 20px 2%;
}
.home-intro-left h3 {
  padding-bottom: 20px;
}
.home-intro-right {
  float: left;
  width: 46%;
  padding: 20px 2% 20px 2%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .home-box {
    width: 92%;
    margin: 5px 2% 5px 2%;
    padding: 50px 2% 20px 2%;
    font-size: 18px;
  }
}
/* THE APPS PAGE */
.use-app {
  float: left;
  width: 40%;
  margin: 20px 5%;
  text-align: center;
}
.use-app .inner {
  background: #fff;
  padding: 30px 40px;
  margin-top: 30px;
  min-height: 350px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.use-app.devices img {
  width: 260px;
}
.use-app.download img {
  width: 200px;
}
.use-app p {
  padding-top: 20px;
  padding-bottom: 20px;
}
.device-logos img {
  width: 23px;
  margin-bottom: -3px;
}
.use-app h3 {
  color: #af1a42;
}
@media screen and (max-width: 970px) {
  .use-app {
    width: 96%;
    margin: 20px 2%;
  }
  .use-app .inner {
    min-height: 0;
  }
}
/* FOOTER */
.page-footer {
  background: /*#252525;*/ transparent;
  color: #252525;
  text-align: center;
}
.page-footer a {
  color: #e5e5e5;
  font-size: 14px;
}
.page-footer .action.primary {
  background: #252525;
  border: 0;
  color: #e5e5e5;
  text-transform: uppercase;
  font-weight: 700;
  border: 1px solid #e5e5e5;
  border-radius: 6px !important;
  height: 55px;
}
.block.newsletter .field .control::before {
  padding-top: 11px;
}
.footer.content {
  border-top: 0;
}
.footer input[type="email"] {
  border: 1px solid #e5e5e5;
  background: #252525;
}
.footer small {
  font-size: 11px;
}
/* Sign up page and form styling */
.form-create-account,
.form.password.forget {
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  color: #252525;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.block-customer-login,
.block-new-customer,
.form.password.reset {
  background: #fff;
  border-radius: 5px;
  color: #252525;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.block-customer-login .block-content,
.block-customer-login .block-title,
.block-new-customer .block-content,
.block-new-customer .block-title {
  padding: 20px;
}
/* Reset password */
.customer-account-createpassword .fieldset {
  padding: 20px 20px 0 20px;
}
.customer-account-createpassword .actions-toolbar {
  padding: 0 20px 20px 20px;
}
/*.lofmarketplace-seller-create*/
.page-wrapper {
  /* background: linear-gradient( rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('@{baseDir}images/glassboxx-bg1.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;*/
  background: #fff;
  /* NEW WHITE BG */
}
.lofmarketplace-seller-create .page-title-wrapper,
.lofmarketplace-seller-create .column.main p,
.lofmarketplace-seller-login .page-title-wrapper,
.lofmarketplace-seller-login .column.main p,
.customer-account-forgotpassword .page-title-wrapper,
.customer-account-forgotpassword .column.main p,
.firstygroup-voucher-index-index .page-title-wrapper,
.firstygroup-voucher-index-index .column.main p {
  text-align: center;
}
.customer-account-login .column.main p {
  color: #252525;
  padding: 20px 0 50px 0;
}
/* hides create account box from login page */
.lofmarketplace-seller-login .block.block-new-customer {
  display: none;
}
.lofmarketplace-seller-login .login-container .block .block-title {
  display: none;
}
.lofmarketplace-seller-login #login-form {
  padding: 20px;
}
.lofmarketplace-seller-becomeseller .message-success {
  display: none;
}
.lofmarketplace-seller-becomeseller p {
  text-align: center;
}
.vendor-login-note p {
  font-size: 14px;
}
.vendor-login-note {
  clear: both;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .lofmarketplace-seller-login .block.block-customer-login {
    width: 50%;
    margin-left: 25%;
  }
  .lofmarketplace-seller-login .login-container .block:nth-child(2n) {
    float: left;
  }
  .block-customer-login .fieldset > .field:not(.choice) > .label {
    width: 22.8%;
    text-align: left;
  }
  .block-customer-login .fieldset > .field:not(.choice) > .control {
    width: 77.2%;
  }
  .lofmarketplace-seller-create .nav-sections,
  .lofmarketplace-seller-login .nav-sections,
  .customer-account-forgotpassword .nav-sections,
  .catalog-product-view .nav-sections,
  .firstygroup-voucher-index-index .nav-sections {
    display: none;
  }
  .form.password.reset {
    margin: 0 auto;
  }
}
/* Checkout */
.checkout-onepage-success .page.messages {
  display: none;
}
.opc-progress-bar {
  display: none;
}
.authentication-wrapper {
  display: none;
}
.action-auth-toggle:hover {
  color: #fff;
  background: #9d9d9d;
}
.checkout-payment-method {
  background: #fff;
  padding: 20px 30px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  color: #252525;
  border-radius: 5px;
}
.opc-block-summary {
  background: #ee2359;
  color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.opc-block-summary .actions-toolbar .secondary .action {
  margin: 0;
  background: #fff;
  padding: 7px 15px;
  border-radius: 4px;
  text-transform: uppercase;
  font-weight: 700;
  font-family: brandon-grotesque;
}
.opc-wrapper .step-title {
  font-family: brandon-grotesque;
  font-weight: 500;
  font-size: 2.3rem;
}
.opc-block-summary > .title {
  font-family: brandon-grotesque;
  font-weight: 500;
  color: #fff;
  border-bottom: 0;
}
.column.main .block .title strong {
  font-size: 1.4rem;
  font-weight: 400;
}
.opc-block-summary .product-item .product-item-name-block {
  font-size: 1.1rem;
}
.opc-block-summary .product-item .price {
  font-size: 1.1rem;
}
button {
  background: #ee2359;
  border: 1px solid #ee2359;
  color: #fff;
  font-family: brandon-grotesque, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
button:hover {
  background: #9d9d9d;
  border: 1px solid #9d9d9d;
  color: #fff;
}
.checkout-payment-method .checkout-billing-address .action-cancel,
.checkout-payment-method .payment-option-title .action-toggle {
  color: #af1a42;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 11px;
}
.minicart-items .product-item-name {
  margin: 0;
}
.minicart-items .product-item {
  padding: 5px 0;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 0;
  display: none;
}
.cart.table-wrapper .product-item-name {
  font-weight: 700;
  font-size: 1.6rem;
}
/* Makes the checkout title visible again in place of the progress bar */
.checkout-index-index .page-title-wrapper {
  overflow: visible !important;
  height: auto !important;
  position: relative !important;
}
#customer-email-fieldset {
  margin-bottom: 0;
}
#customer-email-fieldset.fieldset > .field {
  margin-bottom: 0;
}
.agreements-modal p {
  color: #252525;
  font-size: 14px;
}
.agreements-modal h3 {
  color: #af1a42;
  font-size: 20px;
}
.checkout-agreements-block .action-show {
  color: #af1a42;
}
.checkout-agreements-block .action-show:hover {
  color: #af1a42;
}
.agreements-modal h2 {
  color: #af1a42;
  font-family: 'brandon-grotesque';
  font-weight: 700;
}
.checkout-agreement .label::after {
  display: none;
}
.checkout-agreement label {
  padding-top: 6px;
}
@media screen and (max-width: 920px) {
  .checkout-agreements input[type="checkbox"] {
    margin: 10px auto;
    display: block;
    min-width: 14px;
  }
}
/* APPLE PAY/GOOGLE ETC */
.checkout-index-index .actions-toolbar .payment-method {
  float: left !important;
  width: 100% !important;
  margin-bottom: 20px !important;
  min-height: 60px !important;
}
/* PRODUCT PAGE */
.catalog-product-view .columns {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  color: #252525;
  padding: 50px 30px;
}
.catalog-product-view .product-info-main h4 {
  font-family: 'brandon-grotesque';
  font-size: 30px;
}
/* Changes to hide title on product page and add product name inside the white box */
.catalog-product-view .product.title {
  font-size: 44px;
  font-family: 'brandon-grotesque';
  font-weight: 500;
}
.catalog-product-view .page-title-wrapper.product {
  display: none;
}
.product.attribute.description {
  padding-top: 20px;
  font-size: 16px;
}
.product.attribute.description p {
  font-size: 16px;
}
.catalog-product-view .seller-profile-container {
  background: #fff;
  padding: 20px 0;
  display: block;
  text-align: center;
}
.catalog-product-view .seller-profile-container img {
  max-width: 100px;
}
.catalog-product-view .seller-profile-container .open-with-devices {
  margin-top: 20px;
  text-align: center;
}
.catalog-product-view .seller-profile-container .open-with-devices img {
  width: 100%;
  max-width: 300px;
}
.catalog-product-view .seller-profile-container .seller-description .seller_title {
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.catalog-product-view .fa.fa-question-circle {
  margin-left: 5px;
}
.product-info-main .price-box {
  /*margin-top: 20px;*/
  margin-top: 7px;
  float: left;
  width: 95%;
}
.product-info-main .special-price .price-container {
  color: #d80000;
}
.product-info-main .price-box .special-price .price-wrapper .price {
  font-size: 2.5rem;
  margin-top: 5px;
  display: block;
}
.catalog-product-view .product.subtitle {
  font-weight: 700;
  font-size: 30px;
  font-family: brandon-grotesque;
  line-height: 35px;
  margin-bottom: 20px;
  color: #af1a42;
}
.catalog-product-view .product.author {
  font-weight: 700;
  font-size: 130%;
  font-family: brandon-grotesque, sans-serif;
  padding-bottom: 10px;
}
.catalog-product-view .product.author .value {
  font-size: 140%;
  font-family: brandon-grotesque, sans-serif;
}
.catalog-product-view .product.narrator {
  color: #af1a42;
  font-weight: 700;
}
.catalog-product-view .product.promotional {
  background: #faf3f3;
  padding: 25px;
  font-size: 16px;
  border-radius: 5px;
  margin: 20px 0;
  display: block;
  font-weight: 700;
}
.format-audiobook,
.format-ebook,
.format-pdf {
  text-align: center;
}
.format-audiobook::before {
  display: inline-block;
  content: url('../images/audiobook-icon.png');
  transform: scale(0.4);
  -webkit-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  position: absolute;
  z-index: 1000;
  margin-left: -42px;
  margin-top: -40px;
  width: 54px;
  height: 61px;
}
.format-ebook::before,
.format-pdf::before {
  display: inline-block;
  content: url('../images/ebook-icon.png');
  transform: scale(0.4);
  -webkit-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  position: absolute;
  z-index: 1000;
  margin-left: -42px;
  margin-top: -40px;
  width: 54px;
  height: 61px;
}
.attribute-format-audiobook::before {
  display: inline-block;
  content: url('../images/format-audiobook-icon.png');
  transform: scale(0.4);
  -webkit-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  position: absolute;
  z-index: 1000;
  width: 54px;
  height: 61px;
  margin-left: -10px;
  margin-top: -15px;
}
.attribute-format-ebook::before,
.attribute-format-pdf::before {
  display: inline-block;
  content: url('../images/format-ebook-icon.png');
  transform: scale(0.4);
  -webkit-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  position: absolute;
  z-index: 1000;
  width: 54px;
  height: 61px;
  margin-left: -10px;
  margin-top: -15px;
}
.checkout-cart-index .format-audiobook::before {
  display: inline-block;
  content: url('../images/audiobook-icon.png');
  transform: scale(0.2);
  -webkit-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  position: absolute;
  z-index: 1000;
  margin-left: -35px;
  margin-top: -40px;
  width: 54px;
  height: 61px;
}
.checkout-cart-index .format-ebook::before {
  display: inline-block;
  content: url('../images/ebook-icon.png');
  transform: scale(0.2);
  -webkit-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  position: absolute;
  z-index: 1000;
  margin-left: -35px;
  margin-top: -40px;
  width: 54px;
  height: 61px;
}
.product.format {
  font-weight: 700;
  color: #af1a42;
  font-size: 120%;
  float: left;
  padding-top: 0;
  clear: both;
  width: 100px;
}
.product-info-price {
  float: left;
  /*width: 100px;*/
  width: 100%;
}
.product-add-form {
  padding-top: 0;
  height: auto;
  float: none;
}
.seller-description a:link,
.seller-description a:visited,
.seller-description a:hover {
  color: #000;
}
.pre-note {
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .opc-sidebar {
    margin-top: 0;
  }
  .action.remind {
    margin-right: 20px;
    padding-top: 5px;
  }
  .page-main > .page-title-wrapper .page-title {
    display: block;
    text-align: center;
  }
  .page-layout-1column .product-info-main {
    width: 60%;
    padding-top: 10px;
  }
  .page-layout-1column .product.media {
    width: 37%;
  }
  .product-info-main .box-tocart .actions {
    padding-top: 0;
    text-align: left;
  }
}
/* PRODUCT SUBSCRIPTION */
.catalog-product-view .product.promotional {
  display: block;
  background: none;
  padding: 0;
}
.catalog-product-view .product.format {
  float: none;
}
#stripe_subscription_options {
  background: none;
  border-radius: 0;
}
.catalog-product-view .product-info-main .box-tocart .field.qty,
.catalog-product-view .product-options-bottom .box-tocart .field.qty {
  padding-right: 0;
}
.catalog-product-view table > thead > tr > th,
.catalog-product-view table > tbody > tr > th,
.catalog-product-view table > tfoot > tr > th,
.catalog-product-view table > thead > tr > td,
.catalog-product-view table > tbody > tr > td,
.catalog-product-view table > tfoot > tr > td {
  padding: 0;
}
.catalog-product-view #product-options-wrapper {
  float: left;
}
.catalog-product-view .product-info-main .box-tocart,
.catalog-product-view .product-options-bottom .box-tocart {
  margin: 0;
  float: none;
  clear: both;
}
.catalog-product-view .product-social-links,
.catalog-product-view .amazon-minicart-container {
  clear: both;
}
.catalog-product-view .product-add-form {
  margin-top: 20px;
}
.subscription-billing-radio {
  display: none;
}
.format-subscription {
  text-align: center;
}
.format-subscription::before {
  display: inline-block;
  content: url('../images/subscription-icon.png');
  transform: scale(0.4);
  -webkit-transform: scale(0.4, 0.4);
  -ms-transform: scale(0.4, 0.4);
  position: absolute;
  z-index: 1000;
  margin-left: -42px;
  margin-top: -40px;
  width: 54px;
  height: 61px;
}
.nav-toggle::before {
  color: #fff;
}
.nav-toggle:hover::before {
  color: #af1a42 !important;
}
@media screen and (max-width: 767px) {
  .nav-toggle {
    display: none;
  }
  .logo {
    margin: 0 0 10px 0px;
  }
}
/* 404 ERROR */
.error-page {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  color: #252525;
  padding: 50px 30px;
  width: 50%;
  margin: 0 auto;
}
/* BASKET PAGE */
.cart-container {
  background: #fff;
  border-radius: 5px;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  color: #252525;
}
.cart-container .form-cart .action.continue {
  border-radius: 3px;
  background: #af1a42;
  border: 1px solid #af1a42;
  color: #fff;
  font-family: brandon-grotesque, sans-serif;
  text-trans: 10px;
}
.checkout-cart-index .cart-container .form-cart .action.continue::before {
  display: none;
}
.checkout-cart-index .cart-container .form-cart .action.continue {
  padding: 7px 15px 7px 15px;
  margin-top: 10px;
  text-transform: uppercase;
}
.checkout-index-index .continue-checkout a.action.continue:hover {
  background: #9d9d9d;
}
.checkout-index-index .checkout-container {
  margin: 0;
}
.checkout-index-index .opc-block-summary {
  margin: 0;
}
.cart-container .form-cart .action.continue:hover {
  background: #9d9d9d;
  border: 1px solid #9d9d9d;
  color: #fff;
}
.cart-summary {
  background: #f0f0f0;
  border-radius: 5px;
}
.cart-summary .block > .title {
  padding: 7px 30px 7px 0;
}
.cart-summary > .title {
  font-weight: 500;
}
.opc-block-summary .table-totals .mark {
  padding-left: 0;
}
#shopping-cart-table > thead > tr > th.col.qty > span {
  padding-right: 15px;
}
.StripeElement {
  border: 1px solid #ccc;
  box-shadow: none;
  padding: 20px 12px;
}
.StripeElement--focus {
  box-shadow: none;
}
/* CHECKOUT SUCCESS PAGE */
.success-left {
  float: left;
  background: #fff;
  width: 44%;
  color: #252525;
  margin: 30px 2% 30px 0;
  padding: 0 2% 20px 2%;
  border-radius: 5px;
  min-height: 370px;
  text-align: center;
}
.success-right {
  float: left;
  background: #fff;
  width: 44%;
  color: #252525;
  margin: 30px 0 30px 2%;
  padding: 0 2% 20px 2%;
  border-radius: 5px;
  min-height: 370px;
  text-align: center;
}
.checkout-success p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .success-left {
    width: 100%;
    margin: 30px 0 0 0;
    min-height: 0;
  }
  .success-right {
    width: 100%;
    margin: 20px 0 30px 0;
    min-height: 0;
  }
}
.success-left h3,
.success-right h3 {
  color: #af1a42;
  margin-bottom: 30px;
}
.checkout-onepage-success .print {
  background: #af1a42;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  float: none;
  margin: 20px auto;
  width: 200px;
  text-align: center;
}
.checkout-onepage-success .action.primary.continue {
  display: none;
}
.device-icon {
  width: 23px;
  margin-bottom: -5px;
}
.cms-glassboxx-terms-and-conditions-of-use .columns {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  color: #252525;
  padding: 50px 30px;
}
.cms-glassboxx-terms-and-conditions-of-use h2 {
  font-weight: 700;
}
.cms-glassboxx-terms-and-conditions-of-use h3 {
  color: #af1a42;
  font-weight: 700;
  font-size: 2.7rem;
  margin: 50px 0 30px 0;
  text-transform: uppercase;
}
.cms-glassboxx-terms-and-conditions-of-use tbody {
  font-size: 18px;
}
.cms-glassboxx-terms-and-conditions-of-use table {
  border: 1px solid #af1a42;
  margin: 20px 0 20px 0;
}
.cms-glassboxx-terms-and-conditions-of-use table tr {
  border-bottom: 1px solid #af1a42;
}
.cms-glassboxx-terms-and-conditions-of-use table td {
  border-right: 1px solid #af1a42;
}
body.cms-terms-and-conditions {
  color: #252525;
}
.audio {
  display: block;
  margin-top: 10px;
}
.listener {
  color: #af1a42;
  font-weight: 700;
  font-size: initial;
}
.voucher-form-create-account {
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  border-radius: 5px;
  color: #252525;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}
.voucher-form-create-account .fieldset .legend {
  margin-left: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 700;
}
.voucher-form-create-account .required-asterisk {
  text-align: right;
  padding-bottom: 20px;
  font-size: 90%;
}
.voucher-form-create-account .field.newsletter input[type="checkbox"] {
  margin: 17px 5px 0 0;
}
.get-started-header {
  display: block;
  margin: 0 auto;
  margin-bottom: 0px;
  max-width: 950px;
  padding: 20px;
  margin-bottom: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 5px;
}
.voucher-form-create-account .field.upload comment {
  display: block;
  clear: both;
  padding-top: 10px;
  font-size: 90%;
  float: right;
  width: 94%;
}
.firstygroup_simple-index-index .ui-datepicker {
  background: #ee2359;
  border: 0;
  border-radius: 5px;
}
.firstygroup_simple-index-index .ui-datepicker .ui-datepicker-calendar th {
  background: #af1a42;
  border: #af1a42 1px solid;
}
.firstygroup_simple-index-index .ui-datepicker .ui-datepicker-calendar td {
  border: #af1a42 1px solid;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  border-color: transparent #fff transparent transparent;
}
.voucher-form-create-account .fieldset > .field.upload input[type="file"] {
  margin: 13px 0;
}
.custom-menu-links {
  float: right;
}
.custom-menu-links ul {
  float: left;
  margin-top: 12px;
}
.custom-menu-links li {
  display: inline-block;
  margin: 0 14px;
}
.custom-menu-links li a {
  font-size: 24px;
  font-family: 'brandon-grotesque', sans-serif;
  font-weight: 500;
}
.custom-menu-links li a:link,
.custom-menu-links li a:visited {
  color: #fff;
}
.custom-menu-links li a:link {
  color: #e5e5e5;
}
@media screen and (max-width: 950px) {
  .custom-menu-links li {
    margin: 0 8px;
  }
  .custom-menu-links li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 825px) {
  .custom-menu-links li {
    margin: 0 4px;
  }
  .custom-menu-links li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .custom-menu-links ul {
    width: 100%;
    margin-bottom: 10px;
  }
  .custom-menu-links {
    float: none;
    clear: both;
  }
  .custom-menu-links li {
    display: block;
    margin: 10px 0;
    text-align: center;
  }
  .custom-menu-links li a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) {
  .voucher-form-create-account .fieldset > .field.upload:not(.choice) > .label,
  .voucher-form-create-account .fieldset > .field.newsletter:not(.choice) > .label {
    width: 65%;
  }
  .voucher-form-create-account .fieldset > .field.upload:not(.choice) > .control,
  .voucher-form-create-account .fieldset > .field.newsletter:not(.choice) > .control {
    width: 35%;
  }
  #custom-terms-error.mage-error[generated] {
    width: 63%;
    text-align: right;
  }
}
/* Show order summary on mobile checkout */
@media screen and (max-width: 767px) {
  .custom-slide {
    visibility: visible;
    position: relative;
    float: left;
    opacity: 1;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
  }
  .custom-slide .modal-inner-wrap {
    opacity: 1;
    float: left;
    transform: none;
  }
  .custom-slide .modal-inner-wrap {
    background: transparent;
  }
  .checkout-index-index .opc-block-summary {
    margin: 0;
  }
}
/* CURRENCY SELECTOR */
.currency-switcher {
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 0;
}
.label.currency-label {
  position: absolute;
  right: 250px;
  font-size: 13px;
  margin-top: 2px;
}
.currency-options .switcher-option {
  width: 47px;
  float: left;
  height: 20px;
  margin-bottom: 0;
}
.currency-options {
  margin-top: 3px;
  float: right;
  width: 210px;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .label.currency-label {
    padding-left: 10px;
    right: auto;
  }
  .currency-options {
    width: auto;
    margin-top: 5px;
  }
  .currency-options .switcher-option {
    width: 42px;
    height: 20px;
    font-size: 10px;
  }
  li.switcher-option a::before {
    width: 11px;
  }
}
ul.dropdown.switcher-dropdown {
  margin-top: 10px;
}
ul.dropdown.switcher-dropdown li {
  display: inline-block;
  margin: 10px 10px 20px 0;
  height: 20px;
  width: 85px;
}
li.switcher-option a::before {
  display: block;
  position: relative;
  top: -34px;
  left: -12px;
  transform: scale(0.2);
  -webkit-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  float: left;
  width: 13px;
}
li.view-default.switcher-option a::before {
  content: url('../images/currency-uk.png');
}
li.view-us.switcher-option a::before {
  content: url('../images/currency-us.png');
}
li.view-eu.switcher-option a::before {
  content: url('../images/currency-eur.png');
}
li.view-ca.switcher-option a::before {
  content: url('../images/currency-can.png');
}
li.view-au.switcher-option a::before {
  content: url('../images/currency-aus.png');
}
li.view-zar.switcher-option a::before {
  content: url('../images/currency-zar.png');
}
li.view-inr.switcher-option a::before {
  content: url('../images/currency-inr.png');
}
.switcher-option a:link,
.switcher-option a:visited {
  color: #fff;
}
.switcher-option a:hover {
  color: #ccc;
}
.price-us {
  display: block;
  width: 40px;
  /*height: 40px;*/
  margin-bottom: 10px;
}
.price-us::before {
  content: url('../images/currency-us.png');
  display: none;
  position: relative;
  transform: scale(0.5);
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  width: 40px;
  top: -22px;
  left: -6px;
}
.price-uk {
  display: block;
  width: 40px;
  /*height: 40px;*/
  margin-bottom: 10px;
}
.price-uk::before {
  content: url('../images/currency-uk.png');
  display: none;
  position: relative;
  transform: scale(0.5);
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  width: 40px;
  top: -22px;
  left: -6px;
}
.price-eu {
  display: block;
  width: 40px;
  /*height: 40px;*/
  margin-bottom: 10px;
}
.price-eu::before {
  content: url('../images/currency-eur.png');
  display: none;
  position: relative;
  transform: scale(0.5);
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  width: 40px;
  top: -22px;
  left: -6px;
}
.price-ca {
  display: block;
  width: 40px;
  /*height: 40px;*/
  margin-bottom: 10px;
}
.price-ca::before {
  content: url('../images/currency-can.png');
  display: none;
  position: relative;
  transform: scale(0.5);
  -webkit-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  width: 40px;
  top: -22px;
  left: -6px;
}
.page-header {
  border-bottom: 0;
}
.header.content {
  padding: 60px 20px 0;
}
/* Custom checkout GB brand removal */
.checkout-cart-index .logo,
.checkout-index-index .logo {
  width: 150px;
  margin-bottom: 10px;
}
.checkout-cart-index .page-wrapper,
.checkout-index-index .page-wrapper {
  background: #fff;
}
.catalog-product-view .poweredby {
  clear: both;
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-bottom: 15px;
}
.checkout-cart-index .poweredby,
.checkout-index-index .poweredby,
.checkout-onepage-success .poweredby {
  clear: both;
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding-top: 10px;
}
.catalog-product-view .logo {
  width: 150px;
  margin-bottom: 15px;
}
.catalog-product-view .poweredby a:link,
.catalog-product-view .poweredby a:visited,
.checkout-cart-index .poweredby a:link,
.checkout-index-index .poweredby a:link,
.checkout-cart-index .poweredby a:visited,
.checkout-index-index .poweredby a:visited,
.checkout-onepage-success .poweredby a:link,
.checkout-onepage-success .poweredby a:visited {
  color: #af1a42;
}
.checkout-cart-index .opc-block-summary,
.checkout-index-index .opc-block-summary {
  background: #fff;
  color: #252525;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.checkout-cart-index .opc-block-summary > .title,
.checkout-index-index .opc-block-summary > .title {
  color: #af1a42;
}
.checkout-cart-index h1.page-title,
.checkout-index-index h1.page-title,
.checkout-onepage-success h1.page-title {
  color: #af1a42;
}
.checkout-cart-index .opc-block-summary .actions-toolbar .secondary .action,
.checkout-index-index .opc-block-summary .actions-toolbar .secondary .action {
  background: #af1a42;
  color: #fff;
}
.checkout-cart-index .opc-wrapper .step-title,
.checkout-index-index .opc-wrapper .step-title {
  color: #af1a42;
}
.checkout-cart-index .checkout-payment-method,
.checkout-index-index .checkout-payment-method {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.checkout-cart-index .footer.content,
.checkout-index-index .footer.content,
.checkout-onepage-success .footer.content {
  color: #252525;
}
.checkout-cart-index,
.checkout-onepage-success {
  color: #252525;
}
.checkout-cart-index .cart-container {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.checkout-cart-index .page-main > .page-title-wrapper .page-title,
.checkout-index-index .page-main > .page-title-wrapper .page-title {
  text-align: left;
}
.fieldset > .field:not(.choice) > .control.checkout-newsletter {
  width: 100%;
  margin: 25px 0 25px;
  font-weight: 400;
  font-size: 13px;
  font-family: brandon-grotesque, sans-serif;
}
.control.checkout-newsletter label {
  margin-top: 2px;
  display: block;
  float: left;
}
.control.checkout-newsletter input {
  float: left;
}
@media screen and (max-width: 560px) {
  .control.checkout-newsletter label {
    float: left;
    line-height: 1.7;
    text-align: center;
    margin: 0;
    width: 92%;
    font-size: 1.4rem;
  }
  .control.checkout-newsletter input {
    float: left;
    margin: 10px auto;
  }
}
/* Custom product page GB brand removal */
.catalog-product-view .footer.content {
  color: #252525;
}
.catalog-product-view .columns {
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.fotorama__stage__frame .fotorama__img {
  max-height: 98%;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
/* CUSTOM HEADER */
.lofmarketplace-seller-create .page-title,
.firstygroup_simple-index-index .page-title,
.lofmarketplace-seller-login .page-title,
.firstygroup_voucher-index-index .page-title,
.customer-account-login .page-title,
.customer-account-create .page-title,
.cms-page-view .page-title,
.cms-no-route .page-title,
.cms-page-view .page-title,
.customer-account-forgotpassword .page-title,
.customer-account-createpassword .page-title {
  color: #252525;
}
.lofmarketplace-seller-create .header.content,
.firstygroup_simple-index-index .header.content,
.lofmarketplace-seller-login .header.content,
.firstygroup_voucher-index-index .header.content,
.customer-account-login .header.content,
.customer-account-create .header.content,
.cms-page-view .header.content,
.customer-account-forgotpassword .header.content,
.customer-account-createpassword .header.content {
  max-width: none;
  /*background: #af1a42;*/
  background: #fff;
  padding: 10px 45px 0;
}
.lofmarketplace-seller-create .logo,
.firstygroup_simple-index-index .logo,
.lofmarketplace-seller-login .logo,
.firstygroup_voucher-index-index .logo,
.customer-account-login .logo,
.customer-account-create .logo,
.cms-page-view .logo,
.customer-account-forgotpassword .logo,
.customer-account-createpassword .logo {
  margin: -8px auto 0px 0;
}
.lofmarketplace-seller-login .page-wrapper,
.customer-account-forgotpassword .page-wrapper,
.lofmarketplace-seller-create .page-wrapper,
.firstygroup_simple-index-index .page-wrapper,
.cms-no-route .page-wrapper,
.firstygroup_voucher-index-index .page-wrapper,
.cms-page-view .page-wrapper,
.customer-account-login .page-wrapper,
.customer-account-create .page-wrapper {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .lofmarketplace-seller-create .logo img,
  .firstygroup_simple-index-index .logo img,
  .lofmarketplace-seller-login .logo img,
  .firstygroup_voucher-index-index .logo img,
  .customer-account-login .logo img,
  .customer-account-create .logo img,
  .cms-page-view .logo img,
  .customer-account-forgotpassword .logo img,
  .customer-account-createpassword .logo img {
    max-height: 70px;
    width: auto;
    margin: 3px 0;
  }
}
.custom-menu-links li.login-icon a::before {
  display: inline-block;
  content: url('../images/login-icon2.png');
  transform: scale(0.2);
  -webkit-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  position: absolute;
  z-index: 1000;
  margin-left: -15px;
  margin-top: -18px;
  width: 28px;
  height: 30px;
}
.custom-menu-links li.login-icon a {
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .custom-menu-links li.login-icon a::before {
    margin-left: -22px;
  }
  .lofmarketplace-seller-create .logo,
  .firstygroup_simple-index-index .logo,
  .lofmarketplace-seller-login .logo,
  .firstygroup_voucher-index-index .logo,
  .customer-account-login .logo,
  .customer-account-create .logo,
  .cms-page-view .logo {
    display: block;
    max-width: none;
    width: 100%;
    text-align: center;
  }
  .lofmarketplace-seller-create .logo img,
  .firstygroup_simple-index-index .logo img,
  .lofmarketplace-seller-login .logo img,
  .firstygroup_voucher-index-index .logo img,
  .customer-account-login .logo img,
  .customer-account-create .logo img,
  .cms-page-view .logo img {
    display: block;
    text-align: center;
    height: 80px;
    margin: 0 auto;
    width: auto;
  }
  .custom-menu-links ul {
    margin-top: 0;
  }
}
/* Forgot password */
@media screen and (min-width: 768px) {
  .customer-account-forgotpassword form .actions-toolbar {
    margin-left: 0 !important;
  }
}
.customer-account-forgotpassword .vendor-login-note {
  padding-top: 20px;
}
/* Google Pay */
.PaymentRequestButton {
  max-width: 170px;
}
#instant-purchase {
  margin-top: 15px;
}
/*
Continue shopping button on checkout
 */
@media screen and (max-width: 767px) {
  .continue-checkout {
    float: right;
    width: 70.333%;
  }
}
.continue-checkout {
  float: right;
  width: 33.333%;
  margin-top: -15%;
}
.checkout-index-index .continue-checkout {
  float: none;
}
b.checkout-firsty {
  color: black;
  display: block;
  padding-left: 20px;
}
.checkout-index-index .continue-checkout a.action.continue {
  margin-left: 20px;
}
.continue-cart-firsty {
  float: left;
  display: block;
  text-align: left;
  padding-left: 10px;
}
.continue-checkout a.action.continue {
  background: #af1a42;
  padding: 7px 15px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 30px;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
}
.cart.table-wrapper .actions-toolbar > .action {
  background: #af1a42;
  border: 1px solid #af1a42;
}
button#empty_cart_button {
  background: #af1a42;
  border: 1px solid #af1a42;
}
button#empty_cart_button:hover {
  background: #9d9d9d;
  border: 1px solid #9d9d9d;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .custom-slide .modal-inner-wrap {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .action.action-delete {
    width: 100%;
  }
  .continue-cart-firsty {
    padding: 8px 3%;
    width: 94%;
  }
  button#empty_cart_button {
    margin: 0 3%;
    width: 94%;
  }
  .checkout-cart-index .cart-container .form-cart .action.continue {
    width: 100%;
    text-align: center;
  }
  .checkout-index-index .continue-checkout {
    float: none;
    margin: 30px 0;
    width: 100%;
  }
  .checkout-index-index .continue-checkout a.action.continue {
    margin: 10px 3%;
    display: block;
    text-align: center;
  }
}
/* TRIGGER STYLING */
.cms-triggerhub-redeeming-voucher .page-header,
.customer-account-triggercreate .page-header,
.voucher_trigger-index-index .page-header,
.customer-account-triggerlogin .page-header {
  background: #0E9DAA;
}
.cms-triggerhub-redeeming-voucher .header.content,
.customer-account-triggercreate .header.content,
.voucher_trigger-index-index .header.content,
.customer-account-triggerlogin .header.content {
  padding: 40px 20px 0;
}
.cms-triggerhub-redeeming-voucher.cms-page-view .header.content {
  background: #0E9DAA;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}
.cms-triggerhub-redeeming-voucher .logo,
.customer-account-triggercreate .logo,
.voucher_trigger-index-index .logo,
.customer-account-triggerlogin .logo {
  width: 335px;
}
.cms-triggerhub-redeeming-voucher .logo img,
.customer-account-triggercreate .logo img,
.voucher_trigger-index-index .logo img,
.customer-account-triggerlogin .logo img {
  width: 100%;
}
.cms-triggerhub-redeeming-voucher h1 {
  font-weight: 700;
  font-family: Open Sans;
  margin-top: 60px;
  font-size: 25px;
  margin-bottom: 60px;
}
.cms-triggerhub-redeeming-voucher h3 {
  font-weight: 700;
  font-family: Open Sans;
  font-size: 1.8rem;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
}
.cms-triggerhub-redeeming-voucher.cms-page-view .logo {
  margin: -8px auto 25px 0;
}
.cms-triggerhub-redeeming-voucher.cms-page-view .logo img {
  margin: 0;
  width: 100%;
  max-height: none;
  height: auto;
}
.customer-account-triggerlogin .field.note {
  padding: 0 0 20px 0;
}
.customer-account-triggerlogin .login-container .block-new-customer .actions-toolbar {
  margin-top: 50px;
}
.cms-triggerhub-redeeming-voucher .use-app h3 {
  color: #000;
}
.cms-triggerhub-redeeming-voucher .vendor-header-content,
.customer-account-triggercreate .vendor-header-content,
.voucher_trigger-index-index .vendor-header-content,
.customer-account-triggerlogin .vendor-header-content {
  max-width: none;
  border: 0;
  background: #f5f4f3;
  border-radius: 15px;
}
.customer-account-triggercreate .block-customer-login,
.customer-account-triggercreate .block-new-customer,
.customer-account-triggercreate .form.password.reset,
.voucher_trigger-index-index .block-customer-login,
.voucher_trigger-index-index .block-new-customer,
.voucher_trigger-index-index .form.password.reset,
.customer-account-triggerlogin .block-customer-login,
.customer-account-triggerlogin .block-new-customer,
.customer-account-triggerlogin .form.password.reset,
.cms-triggerhub-redeeming-voucher .use-app .inner {
  border-radius: 15px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e2e2e2;
}
.cms-triggerhub-redeeming-voucher a,
.customer-account-triggercreate a,
.voucher_trigger-index-index a,
.customer-account-triggerlogin a {
  color: #0E9DAA;
}
.customer-account-triggercreate .login-container .block .block-title,
.voucher_trigger-index-index .login-container .block .block-title,
.customer-account-triggerlogin .login-container .block .block-title {
  border-bottom: 0;
}
.customer-account-triggercreate .amazon-validate-container .block .block-title strong,
.customer-account-triggercreate .login-container .block .block-title strong,
.voucher_trigger-index-index .amazon-validate-container .block .block-title strong,
.voucher_trigger-index-index .login-container .block .block-title strong,
.customer-account-triggerlogin .amazon-validate-container .block .block-title strong,
.customer-account-triggerlogin .login-container .block .block-title strong {
  font-weight: 700;
}
.customer-account-triggercreate .action.primary,
.voucher_trigger-index-index .action.primary,
.customer-account-triggerlogin .action.primary {
  background: #8DCFDC;
  font-size: 18px;
  height: 55px;
  border-radius: 50px;
}
.customer-account-triggercreate .action.primary:hover,
.voucher_trigger-index-index .action.primary:hover,
.customer-account-triggerlogin .action.primary:hover {
  background: #8aced6;
}
.customer-account-triggercreate .actions-toolbar .primary .action,
.voucher_trigger-index-index .actions-toolbar .primary .action,
.customer-account-triggerlogin .actions-toolbar .primary .action {
  border-radius: 50px;
  height: 55px;
}
.voucher_trigger-index-index h1.page-title,
.customer-account-triggerlogin h1.page-title,
.customer-account-triggercreate h1.page-title {
  color: #0E9DAA;
  margin-top: 70px;
}
@media screen and (min-width: 768px) {
  .customer-account-triggercreate .discount-coupon-form,
  .voucher_trigger-index-index .discount-coupon-form,
  .customer-account-triggerlogin .discount-coupon-form {
    width: auto;
    margin-left: 0;
  }
}
.customer-account-triggercreate .discount-coupon-form,
.voucher_trigger-index-index .discount-coupon-form,
.customer-account-triggerlogin .discount-coupon-form {
  border-radius: 15px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e2e2e2;
}
.customer-account-triggercreate .form-create-account,
.customer-account-triggercreate .form.password.forget {
  border-radius: 15px;
  -webkit-box-shadow: 0;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e2e2e2;
}
.customer-account-triggercreate input[type="text"],
.customer-account-triggercreate input[type="password"],
.customer-account-triggercreate input[type="url"],
.customer-account-triggercreate input[type="tel"],
.customer-account-triggercreate input[type="search"],
.customer-account-triggercreate input[type="number"],
.customer-account-triggercreate input[type="datetime"],
.customer-account-triggercreate input[type="email"],
.customer-account-triggercreate select {
  border: 2px solid #ABACAB;
  border-radius: 50px;
}
.voucher_trigger-index-index input[type="text"],
.voucher_trigger-index-index input[type="password"],
.voucher_trigger-index-index input[type="url"],
.voucher_trigger-index-index input[type="tel"],
.voucher_trigger-index-index input[type="search"],
.voucher_trigger-index-index input[type="number"],
.voucher_trigger-index-index input[type="datetime"],
.voucher_trigger-index-index input[type="email"],
.voucher_trigger-index-index select {
  border: 2px solid #ABACAB;
  border-radius: 50px;
}
.customer-account-triggerlogin input[type="text"],
.customer-account-triggerlogin input[type="password"],
.customer-account-triggerlogin input[type="url"],
.customer-account-triggerlogin input[type="tel"],
.customer-account-triggerlogin input[type="search"],
.customer-account-triggerlogin input[type="number"],
.customer-account-triggerlogin input[type="datetime"],
.customer-account-triggerlogin input[type="email"],
.customer-account-triggerlogin select {
  border: 2px solid #ABACAB;
  border-radius: 50px;
}
.customer-account-triggercreate .fieldset > .legend {
  font-weight: 700;
}
/* PRODUCT PAGE ADDITONAL ATTRIBUTES */
.product-info-main .product-subtitle {
  margin: 5px 0;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  height: 50px;
  padding-top: 12px;
  padding-left: 70px;
}
/* Hides the format on product page if it's a subscription product */
.product-info-main .product-subtitle.format-Subscription {
  display: none;
}
.catalog-product-view .value.about-the-author,
.catalog-product-view .value.about-the-author p {
  font-size: 16px;
  margin-bottom: 35px;
  display: block;
}
.product-info-main .product.attribute.overview {
  background: #f0f0f0;
  padding: 20px;
  border-radius: 4px;
  font-size: 16px;
}
.product-info-main .product-subtitle i::before {
  font-family: FontAwesome;
  font-size: 38px;
  font-style: normal;
  display: inline-block;
  margin: -15px 0 100px 0;
  position: absolute;
}
.product-subtitle.isbn {
  background-image: url('../images/isbn-icon.png');
}
.product-subtitle.series {
  background-image: url('../images/series-icon.png');
}
.product-subtitle.publication {
  background-image: url('../images/publicationdate-icon.png');
}
.product-subtitle.imprint {
  background-image: url('../images/imprint-icon.png');
}
.product-subtitle.duration {
  background-image: url('../images/duration-icon.png');
}
.open-devices {
  float: left;
  width: 37%;
  text-align: center;
}
.open-devices img {
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .open-devices {
    width: 100%;
    margin-top: 25px;
  }
}
/* PRINCETON STYLING */
.voucher_princeton-index-index h1,
.customer-account-princetonlogin h1,
.customer-account-princetoncreate h1 {
  color: #2e2e2e;
  font-family: plantin, sans-serif;
}
.voucher_princeton-index-index h1::after,
.customer-account-princetonlogin h1::after,
.customer-account-princetoncreate h1::after {
  content: '';
  display: block;
  flex: 0 0 auto;
  order: 3;
  width: 50px;
  height: 2px;
  background-color: #ff9326;
  margin: 20px auto 0;
}
.customer-account-princetonlogin .login-container .block .block-title,
.customer-account-princetoncreate .login-container .block .block-title {
  border-bottom: 0;
  text-transform: none;
  font-family: plantin, sans-serif;
  font-size: 32px;
}
.customer-account-princetonlogin .field.note,
.customer-account-princetoncreate .field.note {
  font-size: 18px;
  padding: 20px 0 50px 0;
  font-family: plantin, sans-serif;
}
.customer-account-princetonlogin .fieldset > .legend,
.customer-account-princetoncreate .fieldset > .legend {
  font-size: 32px;
  font-family: plantin, sans-serif;
  padding: 20px 0 20px 0;
  text-transform: none;
}
.customer-account-princetonlogin .fieldset > .field > .label,
.customer-account-princetoncreate .fieldset > .field > .label {
  color: #757575;
}
.voucher_princeton-index-index .page-header,
.customer-account-princetonlogin .page-header,
.customer-account-princetoncreate .page-header,
.cms-princeton-redeeming-voucher .page-header {
  border-bottom: 1px solid rgba(46, 46, 46, 0.1);
}
.voucher_princeton-index-index .header.content,
.customer-account-princetonlogin .header.content,
.customer-account-princetoncreate .header.content,
.cms-princeton-redeeming-voucher .header.content {
  padding: 35px 20px 0;
}
.cms-princeton-redeeming-voucher .header.content {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: auto;
  background-color: #fff;
}
.cms-princeton-redeeming-voucher .logo {
  margin: -8px auto 25px 0;
}
@media screen and (min-width: 768px) {
  .cms-princeton-redeeming-voucher .logo img {
    max-height: none;
    width: 200px;
    margin: 0;
  }
}
.voucher_princeton-index-index .action.primary,
.customer-account-princetonlogin .action.primary,
.customer-account-princetoncreate .action.primary {
  border: 2px solid #ff9326;
  color: #ff9326;
  background-color: #fff;
  font-size: 1.7rem;
  text-transform: none;
  font-family: sans-serif;
}
.voucher_princeton-index-index .action.primary:hover,
.customer-account-princetonlogin .action.primary:hover,
.customer-account-princetoncreate .action.primary:hover {
  background-color: #ff9326;
  color: #fff;
}
.voucher_princeton-index-index .actions-toolbar .primary .action,
.customer-account-princetonlogin .actions-toolbar .primary .action,
.customer-account-princetoncreate .actions-toolbar .primary .action {
  border-radius: 2px;
  font-family: sans-serif;
}
.voucher_princeton-index-index .vendor-header-content,
.customer-account-princetonlogin .vendor-header-content,
.customer-account-princetoncreate .vendor-header-content {
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #2e2e2e;
  font-family: plantin, sans-serif;
}
.voucher_princeton-index-index .block-customer-login,
.voucher_princeton-index-index .block-new-customer,
.voucher_princeton-index-index .form.password.reset,
.customer-account-princetonlogin .block-customer-login,
.customer-account-princetonlogin .block-new-customer,
.customer-account-princetonlogin .form.password.reset,
.customer-account-princetoncreate .block-customer-login,
.customer-account-princetoncreate .block-new-customer,
.customer-account-princetoncreate .form.password.reset,
.voucher_princeton-index-index .discount-coupon-form,
.customer-account-princetonlogin .form-create-account,
.customer-account-princetonlogin .form.password.forget,
.customer-account-princetoncreate .form-create-account,
.customer-account-princetoncreate .form-create-account {
  border-radius: 0;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #2e2e2e;
}
.voucher_princeton-index-index .block-customer-login .block-content,
.voucher_princeton-index-index .block-customer-login .block-title,
.voucher_princeton-index-index .block-new-customer .block-content,
.voucher_princeton-index-index .block-new-customer .block-title,
.customer-account-princetonlogin .block-customer-login .block-content,
.customer-account-princetonlogin .block-customer-login .block-title,
.customer-account-princetonlogin .block-new-customer .block-title,
.customer-account-princetoncreate .block-customer-login .block-content,
.customer-account-princetoncreate .block-customer-login .block-title,
.customer-account-princetoncreate .block-new-customer .block-content,
.customer-account-princetoncreate .block-new-customer .block-title {
  padding: 20px 0;
  padding-bottom: 20px;
  margin: 0 20px;
  margin-bottom: 0px;
  color: #2e2e2e;
}
.customer-account-princetonlogin .block-new-customer .block-content {
  margin: 0 20px;
  padding: 40px 0 50px 0;
  color: #2e2e2e;
  font-family: plantin, sans-serif;
}
.customer-account-princetonlogin .login-container .block-new-customer .actions-toolbar {
  margin-top: 80px;
}
.customer-account-princetonlogin .block-new-customer .block-content {
  font-family: plantin, sans-serif;
}
.voucher_princeton-index-index input[type="text"],
.voucher_princeton-index-index input[type="password"],
.voucher_princeton-index-index input[type="url"],
.voucher_princeton-index-index input[type="tel"],
.voucher_princeton-index-index input[type="search"],
.voucher_princeton-index-index input[type="number"],
.voucher_princeton-index-index input[type="datetime"],
.voucher_princeton-index-index input[type="email"],
.voucher_princeton-index-index select,
.customer-account-princetonlogin input[type="text"],
.customer-account-princetonlogin input[type="password"],
.customer-account-princetonlogin input[type="url"],
.customer-account-princetonlogin input[type="tel"],
.customer-account-princetonlogin input[type="search"],
.customer-account-princetonlogin input[type="number"],
.customer-account-princetonlogin input[type="datetime"],
.customer-account-princetonlogin input[type="email"],
.customer-account-princetonlogin select,
.customer-account-princetoncreate input[type="text"],
.customer-account-princetoncreate input[type="password"],
.customer-account-princetoncreate input[type="url"],
.customer-account-princetoncreate input[type="tel"],
.customer-account-princetoncreate input[type="search"],
.customer-account-princetoncreate input[type="number"],
.customer-account-princetoncreate input[type="datetime"],
.customer-account-princetoncreate input[type="email"],
.customer-account-princetoncreate select {
  border: 2px solid #e5e5e5;
  border-radius: 0;
}
.voucher_princeton-index-index a:visited,
.alink:visited,
.customer-account-princetonlogin a:visited,
.alink:visited,
.customer-account-princetoncreate a:visited,
.alink:visited {
  color: #757575;
}
.cms-princeton-redeeming-voucher .use-app .inner {
  border-radius: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e2e2e2;
}
.cms-princeton-redeeming-voucher .use-app h3 {
  color: #2e2e2e;
  font-family: plantin, sans-serif;
  font-size: 32px;
}
.cms-princeton-redeeming-voucher .vendor-header-content {
  background: #fafafa;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  color: #2e2e2e;
  font-family: plantin, sans-serif;
}
.cms-princeton-redeeming-voucher .use-app p {
  color: #2e2e2e;
  font-family: plantin, sans-serif;
  font-size: 18px;
}
.cms-princeton-redeeming-voucher.cms-page-view .page-title {
  color: #2e2e2e;
  font-family: plantin, sans-serif;
  font-size: 44px;
}
.cms-princeton-redeeming-voucher.cms-page-view h1::after {
  content: '';
  display: block;
  flex: 0 0 auto;
  order: 3;
  width: 50px;
  height: 2px;
  background-color: #ff9326;
  margin: 20px auto 0;
}
/* LIVING READER STYLING */
.voucher_tyndale-index-index .page-header,
.customer-account-livingreaderlogin .page-header,
.customer-account-livingreadercreate .page-header,
.cms-living-reader-redeeming-voucher.cms-page-view .page-header {
  background: #B8DEE0;
}
.voucher_tyndale-index-index .vendor-header-content,
.customer-account-livingreadercreate .vendor-header-content,
.customer-account-livingreaderlogin .vendor-header-content,
.cms-living-reader-redeeming-voucher .vendor-header-content {
  background: #fff;
}
.voucher_tyndale-index-index .header.content,
.customer-account-livingreaderlogin .header.content,
.customer-account-livingreadercreate .header.content,
.cms-living-reader-redeeming-voucher.cms-page-view .header.content {
  padding: 25px 20px 0;
}
.cms-living-reader-redeeming-voucher.cms-page-view .header.content {
  background: #B8DEE0;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.customer-account-livingreadercreate .form-create-account,
.customer-account-livingreadercreate .form.password.forget {
  background: #e9eff0;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.voucher_tyndale-index-index h1,
.customer-account-livingreaderlogin h1,
.customer-account-livingreadercreate h1 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  margin-top: 70px;
}
.voucher_tyndale-index-index .action.primary,
.customer-account-livingreadercreate .action.primary,
.customer-account-livingreaderlogin .action.primary {
  background: #038D95;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 25px;
  font-weight: 400;
  font-family: Open Sans;
  font-size: 20px;
  border-radius: 50px;
  width: 40%;
  line-height: 1;
}
.voucher_tyndale-index-index .action.primary:hover {
  background: #000;
}
.voucher_tyndale-index-index .discount-coupon-form {
  background: #e9eff0;
  border-radius: 0;
  padding: 20px;
  color: #252525;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 950px;
}
.voucher_tyndale-index-index input[type="text"] {
  border-radius: 50px;
  border: 0;
}
.voucher_tyndale-index-index a,
.cms-living-reader-redeeming-voucher a {
  color: #BD2128;
}
.voucher_tyndale-index-index a:hover,
.cms-living-reader-redeeming-voucher a:hover {
  color: #000;
}
.customer-account-livingreadercreate .actions-toolbar .primary .action,
.customer-account-livingreaderlogin .actions-toolbar .primary .action {
  border-radius: 50px;
  width: auto;
}
.customer-account-livingreadercreate .actions-toolbar .primary .action:hover,
.customer-account-livingreaderlogin .actions-toolbar .primary .action:hover {
  background: #000;
}
.customer-account-livingreadercreate input[type="text"],
.customer-account-livingreadercreate input[type="password"],
.customer-account-livingreadercreate input[type="url"],
.customer-account-livingreadercreate input[type="tel"],
.customer-account-livingreadercreate input[type="search"],
.customer-account-livingreadercreate input[type="number"],
input[type="datetime"],
.customer-account-livingreadercreate input[type="email"],
.customer-account-livingreadercreate select {
  border: 0;
  height: 55px;
  border-radius: 50px;
}
.customer-account-livingreaderlogin input[type="text"],
.customer-account-livingreaderlogin input[type="password"],
.customer-account-livingreaderlogin input[type="url"],
.customer-account-livingreaderlogin input[type="tel"],
.customer-account-livingreaderlogin input[type="search"],
.customer-account-livingreaderlogin input[type="number"],
input[type="datetime"],
.customer-account-livingreaderlogin input[type="email"],
.customer-account-livingreaderlogin select {
  border: 0;
  height: 55px;
  border-radius: 50px;
}
.customer-account-livingreaderlogin .block-customer-login,
.customer-account-livingreaderlogin .block-new-customer,
.customer-account-livingreaderlogin .form.password.reset {
  background: #e9eff0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.customer-account-livingreaderlogin .login-container .block .block-title {
  border-bottom: 0;
  font-size: 25px;
}
.cms-living-reader-redeeming-voucher h1 {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  margin-top: 20px;
  font-size: 44px;
  text-align: center;
}
.cms-living-reader-redeeming-voucher.cms-page-view .logo {
  margin: 0 0 20px 0;
}
.cms-living-reader-redeeming-voucher.cms-page-view .logo img {
  margin: 0;
}
.cms-living-reader-redeeming-voucher .use-app h3 {
  color: #000;
}
.cms-living-reader-redeeming-voucher h3 {
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
}
.cms-living-reader-redeeming-voucher .use-app .inner {
  background: #e9eff0;
  padding: 30px 40px;
  margin-top: 30px;
  min-height: 350px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
}
.cms-living-reader-redeeming-voucher .use-app.devices img {
  max-width: 420px;
  width: 100%;
}
/* UWIPRESS READER STYLING */
.voucher_uwipress-index-index .page-header .logo,
.customer-account-uwipresslogin .page-header .logo,
.customer-account-uwipresscreate .page-header .logo,
.cms-uwipress-redeeming-voucher.cms-page-view .page-header .logo {
  width: 100px;
}
.voucher_uwipress-index-index .page-header,
.customer-account-uwipresslogin .page-header,
.customer-account-uwipresscreate .page-header,
.cms-uwipress-redeeming-voucher.cms-page-view .page-header {
  background: #00498E;
}
.voucher_uwipress-index-index .vendor-header-content,
.customer-account-uwipresscreate .vendor-header-content,
.customer-account-uwipresslogin .vendor-header-content,
.cms-uwipress-redeeming-voucher .vendor-header-content {
  background: #fff;
}
.voucher_uwipress-index-index .header.content,
.customer-account-uwipresslogin .header.content,
.customer-account-uwipresscreate .header.content,
.cms-uwipress-redeeming-voucher.cms-page-view .header.content {
  padding: 25px 20px 0;
}
.cms-uwipress-redeeming-voucher.cms-page-view .header.content {
  background: #00498E;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.customer-account-uwipresscreate .form-create-account,
.customer-account-uwipresscreate .form.password.forget {
  background: #CCD6D9;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.voucher_uwipress-index-index h1,
.customer-account-uwipresslogin h1,
.customer-account-uwipresscreate h1 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  margin-top: 70px;
}
.voucher_uwipress-index-index .action.primary,
.customer-account-uwipresscreate .action.primary,
.customer-account-uwipresslogin .action.primary {
  background: #0063C1;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 25px;
  font-weight: 400;
  font-family: Open Sans;
  font-size: 20px;
  border-radius: 50px;
  width: 40%;
  line-height: 1;
}
.voucher_uwipress-index-index .action.primary:hover {
  background: #002073;
}
.voucher_uwipress-index-index .discount-coupon-form {
  background: #CCD6D9;
  border-radius: 0;
  padding: 20px;
  color: #252525;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 950px;
}
.voucher_uwipress-index-index input[type="text"] {
  border-radius: 50px;
  border: 0;
}
.voucher_uwipress-index-index a,
.cms-uwipress-redeeming-voucher a {
  color: #00498E;
}
.voucher_uwipress-index-index a:hover,
.cms-uwipress-redeeming-voucher a:hover {
  color: #002073;
}
.customer-account-uwipresscreate .actions-toolbar .primary .action,
.customer-account-uwipresslogin .actions-toolbar .primary .action {
  border-radius: 50px;
  width: auto;
}
.customer-account-uwipresscreate .actions-toolbar .primary .action:hover,
.customer-account-uwipresslogin .actions-toolbar .primary .action:hover {
  background: #002073;
}
.customer-account-uwipresscreate input[type="text"],
.customer-account-uwipresscreate input[type="password"],
.customer-account-uwipresscreate input[type="url"],
.customer-account-uwipresscreate input[type="tel"],
.customer-account-uwipresscreate input[type="search"],
.customer-account-uwipresscreate input[type="number"],
input[type="datetime"],
.customer-account-uwipresscreate input[type="email"],
.customer-account-uwipresscreate select,
.customer-account-uwipresslogin input[type="email"] {
  border: 0;
  height: 55px;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .customer-account-uwipresslogin .column:not(.sidebar-main) form .actions-toolbar,
  .customer-account-uwipresslogin .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 22.8%;
  }
}
.customer-account-uwipresslogin .block-customer-login,
.customer-account-uwipresslogin .block-new-customer,
.customer-account-uwipresslogin .form.password.reset {
  background: #CCD6D9;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.customer-account-uwipresslogin .login-container .block .block-title {
  border-bottom: 0;
  font-size: 25px;
}
.cms-uwipress-redeeming-voucher h1 {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  margin-top: 20px;
  font-size: 44px;
  text-align: center;
}
.cms-uwipress-redeeming-voucher.cms-page-view .logo {
  margin: 0 0 20px 0;
}
.cms-uwipress-redeeming-voucher.cms-page-view .logo img {
  margin: 0;
  max-height: none;
}
.cms-uwipress-redeeming-voucher .use-app h3 {
  color: #000;
}
.cms-uwipress-redeeming-voucher h3 {
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
}
.cms-uwipress-redeeming-voucher .use-app .inner {
  background: #CCD6D9;
  padding: 30px 40px;
  margin-top: 30px;
  min-height: 350px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
}
.cms-uwipress-redeeming-voucher .use-app.devices img {
  max-width: 420px;
  width: 100%;
}
/* FORDHAM STYLING */
.voucher_fordham-index-index .page-header .logo,
.customer-account-fordhamlogin .page-header .logo,
.customer-account-fordhamcreate .page-header .logo,
.cms-fordham-redeeming-voucher.cms-page-view .page-header .logo {
  width: 140px;
}
.voucher_fordham-index-index .page-header,
.customer-account-fordhamlogin .page-header,
.customer-account-fordhamcreate .page-header,
.cms-fordham-redeeming-voucher.cms-page-view .page-header {
  background: #000;
}
.voucher_fordham-index-index .vendor-header-content,
.customer-account-fordhamcreate .vendor-header-content,
.customer-account-fordhamlogin .vendor-header-content,
.cms-fordham-redeeming-voucher .vendor-header-content {
  background: #fff;
}
.voucher_fordham-index-index .header.content,
.customer-account-fordhamlogin .header.content,
.customer-account-fordhamcreate .header.content,
.cms-fordham-redeeming-voucher.cms-page-view .header.content {
  padding: 25px 20px 0;
}
.cms-fordham-redeeming-voucher.cms-page-view .header.content {
  background: #000;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.customer-account-fordhamcreate .form-create-account,
.customer-account-fordhamcreate .form.password.forget {
  background: #f2f2f2;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.voucher_fordham-index-index h1,
.customer-account-fordhamlogin h1,
.customer-account-fordhamcreate h1 {
  color: #373737;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  margin-top: 70px;
}
.voucher_fordham-index-index .action.primary,
.customer-account-fordhamcreate .action.primary,
.customer-account-fordhamlogin .action.primary {
  background: #063064;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 25px;
  font-weight: 400;
  font-family: Open Sans;
  font-size: 20px;
  border-radius: 50px;
  width: 40%;
  line-height: 1;
}
.voucher_fordham-index-index .action.primary:hover {
  background: #666;
}
.voucher_fordham-index-index .discount-coupon-form {
  background: #f2f2f2;
  border-radius: 0;
  padding: 20px;
  color: #373737;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 950px;
}
.voucher_fordham-index-index input[type="text"] {
  border-radius: 50px;
  border: 0;
}
.voucher_fordham-index-index a,
.cms-fordham-redeeming-voucher a {
  color: #063064;
}
.voucher_fordham-index-index a:hover,
.cms-fordham-redeeming-voucher a:hover {
  color: #666;
}
.customer-account-fordhamcreate .actions-toolbar .primary .action,
.customer-account-fordhamlogin .actions-toolbar .primary .action {
  border-radius: 50px;
  width: auto;
}
.customer-account-fordhamcreate .actions-toolbar .primary .action:hover,
.customer-account-fordhamlogin .actions-toolbar .primary .action:hover {
  background: #666;
}
.customer-account-fordhamcreate input[type="text"],
.customer-account-fordhamcreate input[type="password"],
.customer-account-fordhamcreate input[type="url"],
.customer-account-fordhamcreate input[type="tel"],
.customer-account-fordhamcreate input[type="search"],
.customer-account-fordhamcreate input[type="number"],
input[type="datetime"],
.customer-account-fordhamcreate input[type="email"],
.customer-account-fordhamcreate select,
.customer-account-fordhamlogin input[type="email"] {
  border: 0;
  height: 55px;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .customer-account-fordhamlogin .column:not(.sidebar-main) form .actions-toolbar,
  .customer-account-fordhamlogin .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 22.8%;
  }
}
.customer-account-fordhamlogin .block-customer-login,
.customer-account-fordhamlogin .block-new-customer,
.customer-account-fordhamlogin .form.password.reset {
  background: #f2f2f2;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.customer-account-fordhamlogin .login-container .block .block-title {
  border-bottom: 0;
  font-size: 25px;
}
.cms-fordham-redeeming-voucher h1 {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  margin-top: 20px;
  font-size: 44px;
  text-align: center;
}
.cms-fordham-redeeming-voucher.cms-page-view .logo {
  margin: 0 0 20px 0;
}
.cms-fordham-redeeming-voucher.cms-page-view .logo img {
  margin: 0;
  max-height: none;
}
.cms-fordham-redeeming-voucher .use-app h3 {
  color: #373737;
}
.cms-fordham-redeeming-voucher h3 {
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
}
.cms-fordham-redeeming-voucher .use-app .inner {
  background: #f2f2f2;
  padding: 30px 40px;
  margin-top: 30px;
  min-height: 350px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #373737;
}
.cms-fordham-redeeming-voucher .use-app.devices img {
  max-width: 420px;
  width: 100%;
}
.voucher_fordham-index-index .vendor-header-content {
  color: #373737;
}
.voucher_fordham-index-index .page-footer,
.customer-account-fordhamcreate .page-footer,
.customer-account-fordhamlogin .page-footer {
  color: #373737;
}
.customer-account-fordhamcreate .form-create-account,
.customer-account-fordhamcreate .form.password.forget {
  color: #373737;
}
.voucher_fordham-index-index .message.error {
  color: #063064;
  background: #fff;
  border: 1px solid #063064;
}
.voucher_fordham-index-index .message.error > :first-child::before {
  color: #063064;
}
/* EUP STYLING */
.voucher_eup-index-index .page-header .logo,
.customer-account-euplogin .page-header .logo,
.customer-account-eupcreate .page-header .logo,
.cms-eup-redeeming-voucher.cms-page-view .page-header .logo {
  width: 250px;
}
.voucher_eup-index-index .page-header,
.customer-account-euplogin .page-header,
.customer-account-eupcreate .page-header,
.cms-eup-redeeming-voucher.cms-page-view .page-header {
  background: #fff;
}
.voucher_eup-index-index .vendor-header-content,
.customer-account-eupcreate .vendor-header-content,
.customer-account-euplogin .vendor-header-content,
.cms-eup-redeeming-voucher .vendor-header-content {
  background: #fff;
}
.voucher_eup-index-index .header.content,
.customer-account-euplogin .header.content,
.customer-account-eupcreate .header.content,
.cms-eup-redeeming-voucher.cms-page-view .header.content {
  padding: 25px 20px 0;
}
.cms-eup-redeeming-voucher.cms-page-view .header.content {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.customer-account-eupcreate .form-create-account,
.customer-account-eupcreate .form.password.forget {
  background: #f8f8f8;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.voucher_eup-index-index h1,
.customer-account-euplogin h1,
.customer-account-eupcreate h1 {
  color: #373737;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  margin-top: 70px;
}
.voucher_eup-index-index .action.primary,
.customer-account-eupcreate .action.primary,
.customer-account-euplogin .action.primary {
  background: #063064;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 25px;
  font-weight: 400;
  font-family: Open Sans;
  font-size: 20px;
  border-radius: 0 15px;
  width: 40%;
  line-height: 1;
}
.voucher_eup-index-index .action.primary:hover {
  background: #dc2048;
}
.voucher_eup-index-index .discount-coupon-form {
  background: #f8f8f8;
  border-radius: 0;
  padding: 20px;
  color: #373737;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 950px;
}
.voucher_eup-index-index input[type="text"] {
  border-radius: 0;
  border: 2px solid #e5e5e5;
}
.voucher_eup-index-index a,
.cms-eup-redeeming-voucher a {
  color: #063064;
}
.voucher_eup-index-index a:hover,
.cms-eup-redeeming-voucher a:hover {
  color: #dc2048;
}
.customer-account-eupcreate .actions-toolbar .primary .action,
.customer-account-euplogin .actions-toolbar .primary .action {
  border-radius: 0 15px;
  width: auto;
}
.customer-account-eupcreate .actions-toolbar .primary .action:hover,
.customer-account-euplogin .actions-toolbar .primary .action:hover {
  background: #dc2048;
}
.customer-account-eupcreate input[type="text"],
.customer-account-eupcreate input[type="password"],
.customer-account-eupcreate input[type="url"],
.customer-account-eupcreate input[type="tel"],
.customer-account-eupcreate input[type="search"],
.customer-account-eupcreate input[type="number"],
input[type="datetime"],
.customer-account-eupcreate input[type="email"],
.customer-account-eupcreate select,
.customer-account-euplogin input[type="email"] {
  border: 2px solid #e5e5e5;
  height: 55px;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .customer-account-euplogin .column:not(.sidebar-main) form .actions-toolbar,
  .customer-account-euplogin .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 22.8%;
  }
}
.customer-account-euplogin .block-customer-login,
.customer-account-euplogin .block-new-customer,
.customer-account-euplogin .form.password.reset {
  background: #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.customer-account-euplogin .login-container .block .block-title {
  border-bottom: 0;
  font-size: 25px;
}
.cms-eup-redeeming-voucher h1 {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  margin-top: 20px;
  font-size: 44px;
  text-align: center;
}
.cms-eup-redeeming-voucher.cms-page-view .logo {
  margin: 0 0 20px 0;
}
.cms-eup-redeeming-voucher.cms-page-view .logo img {
  margin: 0;
  max-height: none;
}
.cms-eup-redeeming-voucher .use-app h3 {
  color: #373737;
}
.cms-eup-redeeming-voucher h3 {
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
}
.cms-eup-redeeming-voucher .use-app .inner {
  background: #f2f2f2;
  padding: 30px 40px;
  margin-top: 30px;
  min-height: 350px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #373737;
}
.cms-eup-redeeming-voucher .use-app.devices img {
  max-width: 210px;
  width: 100%;
}
.voucher_eup-index-index .vendor-header-content {
  color: #373737;
}
.voucher_eup-index-index .page-footer,
.customer-account-eupcreate .page-footer,
.customer-account-euplogin .page-footer {
  color: #373737;
}
.customer-account-eupcreate .form-create-account,
.customer-account-eupcreate .form.password.forget {
  color: #373737;
}
.voucher_eup-index-index .message.error {
  color: #063064;
  background: #fff;
  border: 1px solid #063064;
}
.voucher_eup-index-index .message.error > :first-child::before {
  color: #063064;
}
/* CEUPRESS STYLING */
.voucher_ceup-index-index .page-header .logo,
.customer-account-ceuplogin .page-header .logo,
.customer-account-ceupcreate .page-header .logo,
.cms-ceupress-redeeming-voucher.cms-page-view .page-header .logo {
  width: 250px;
}
.voucher_ceup-index-index .page-header,
.customer-account-ceuplogin .page-header,
.customer-account-ceupcreate .page-header,
.cms-ceupress-redeeming-voucher.cms-page-view .page-header {
  background: #8b9ec4;
}
.voucher_ceup-index-index .vendor-header-content,
.customer-account-ceupcreate .vendor-header-content,
.customer-account-ceuplogin .vendor-header-content,
.cms-ceupress-redeeming-voucher .vendor-header-content {
  background: #fff;
}
.voucher_ceup-index-index .header.content,
.customer-account-ceuplogin .header.content,
.customer-account-ceupcreate .header.content,
.cms-ceupress-redeeming-voucher.cms-page-view .header.content {
  padding: 25px 20px 0;
}
.cms-ceupress-redeeming-voucher.cms-page-view .header.content {
  background: #8b9ec4;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.customer-account-ceupcreate .form-create-account,
.customer-account-ceupcreate .form.password.forget {
  background: #f8f8f8;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.voucher_ceup-index-index h1,
.customer-account-ceuplogin h1,
.customer-account-ceupcreate h1 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  margin-top: 70px;
}
.voucher_ceup-index-index .action.primary,
.customer-account-ceupcreate .action.primary,
.customer-account-ceuplogin .action.primary {
  background: #8b9ec4;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 25px;
  font-weight: 400;
  font-family: Open Sans;
  font-size: 20px;
  border-radius: 7px;
  width: 40%;
  line-height: 1;
}
.voucher_ceup-index-index .action.primary:hover {
  background: #000;
}
.voucher_ceup-index-index .discount-coupon-form {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 950px;
}
.voucher_ceup-index-index input[type="text"] {
  border-radius: 7px;
  border: 1px solid #000;
}
.voucher_ceup-index-index a,
.cms-ceupress-redeeming-voucher a {
  color: #8b9ec4;
}
.voucher_ceup-index-index a:hover,
.cms-ceupress-redeeming-voucher a:hover {
  color: #000;
}
.customer-account-ceupcreate .actions-toolbar .primary .action,
.customer-account-ceuplogin .actions-toolbar .primary .action {
  border-radius: 7px;
  width: auto;
}
.customer-account-ceupcreate .actions-toolbar .primary .action:hover,
.customer-account-ceuplogin .actions-toolbar .primary .action:hover {
  background: #dc2048;
}
.customer-account-ceupcreate input[type="text"],
.customer-account-ceupcreate input[type="password"],
.customer-account-ceupcreate input[type="url"],
.customer-account-ceupcreate input[type="tel"],
.customer-account-ceupcreate input[type="search"],
.customer-account-ceupcreate input[type="number"],
input[type="datetime"],
.customer-account-ceupcreate input[type="email"],
.customer-account-ceupcreate select,
.customer-account-ceuplogin input[type="email"] {
  border: 2px solid #e5e5e5;
  height: 55px;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .customer-account-ceuplogin .column:not(.sidebar-main) form .actions-toolbar,
  .customer-account-ceuplogin .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 22.8%;
  }
}
.customer-account-ceuplogin .block-customer-login,
.customer-account-ceuplogin .block-new-customer,
.customer-account-ceuplogin .form.password.reset {
  background: #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.customer-account-ceuplogin .login-container .block .block-title {
  border-bottom: 0;
  font-size: 25px;
}
.cms-ceupress-redeeming-voucher h1 {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  margin-top: 20px;
  font-size: 44px;
  text-align: center;
}
.cms-ceupress-redeeming-voucher.cms-page-view .logo {
  margin: 0 0 20px 0;
}
.cms-ceupress-redeeming-voucher.cms-page-view .logo img {
  margin: 0;
  max-height: none;
}
.cms-ceupress-redeeming-voucher .use-app h3 {
  color: #000;
}
.cms-ceupress-redeeming-voucher h3 {
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
}
.cms-ceupress-redeeming-voucher .use-app .inner {
  background: #f2f2f2;
  padding: 30px 40px;
  margin-top: 30px;
  min-height: 350px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
}
.cms-ceupress-redeeming-voucher .use-app.devices img {
  max-width: 210px;
  width: 100%;
}
.voucher_ceup-index-index .vendor-header-content {
  color: #000;
}
.voucher_ceup-index-index .page-footer,
.customer-account-ceupcreate .page-footer,
.customer-account-ceuplogin .page-footer {
  color: #000;
}
.customer-account-ceupcreate .form-create-account,
.customer-account-ceupcreate .form.password.forget {
  color: #000;
}
.voucher_ceup-index-index .message.error {
  color: #063064;
  background: #fff;
  border: 1px solid #063064;
}
.voucher_ceup-index-index .message.error > :first-child::before {
  color: #063064;
}
/* YALE BOOKS STYLING */
.voucher_yale-index-index .page-header .logo,
.customer-account-yalelogin .page-header .logo,
.customer-account-yalecreate .page-header .logo,
.cms-yale-redeeming-voucher.cms-page-view .page-header .logo {
  width: 400px;
}
.voucher_yale-index-index .page-header .logo img {
  width: 100%;
  height: auto;
}
.voucher_yale-index-index .page-header,
.customer-account-yalelogin .page-header,
.customer-account-yalecreate .page-header,
.cms-yale-redeeming-voucher.cms-page-view .page-header {
  background: #fff;
}
.voucher_yale-index-index .vendor-header-content,
.customer-account-yalecreate .vendor-header-content,
.customer-account-yalelogin .vendor-header-content,
.cms-yale-redeeming-voucher .vendor-header-content {
  background: #fff;
}
.voucher_yale-index-index .header.content,
.customer-account-yalelogin .header.content,
.customer-account-yalecreate .header.content,
.cms-yale-redeeming-voucher.cms-page-view .header.content {
  padding: 25px 20px 0;
}
.cms-yale-redeeming-voucher.cms-page-view .header.content {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.customer-account-yalecreate .form-create-account,
.customer-account-yalecreate .form.password.forget {
  background: #f8f8f8;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.voucher_yale-index-index h1,
.customer-account-yalelogin h1,
.customer-account-yalecreate h1 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  margin-top: 70px;
}
.voucher_yale-index-index .action.primary,
.customer-account-yalecreate .action.primary,
.customer-account-yalelogin .action.primary {
  background: #286dc0;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 25px;
  font-weight: 400;
  font-family: Open Sans;
  font-size: 20px;
  border-radius: 7px;
  width: 40%;
  line-height: 1;
}
.voucher_yale-index-index .action.primary:hover {
  background: #ddd;
}
.voucher_yale-index-index .discount-coupon-form {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 950px;
}
.voucher_yale-index-index input[type="text"] {
  border-radius: 7px;
  border: 1px solid #000;
}
.voucher_yale-index-index a,
.cms-yale-redeeming-voucher a {
  color: #286dc0;
}
.voucher_yale-index-index a:hover,
.cms-yale-redeeming-voucher a:hover {
  color: #00456b;
}
.customer-account-yalecreate .actions-toolbar .primary .action,
.customer-account-yalelogin .actions-toolbar .primary .action {
  border-radius: 7px;
  width: auto;
}
.customer-account-yalecreate .actions-toolbar .primary .action:hover,
.customer-account-yalelogin .actions-toolbar .primary .action:hover {
  background: #ddd;
}
.customer-account-yalecreate input[type="text"],
.customer-account-yalecreate input[type="password"],
.customer-account-yalecreate input[type="url"],
.customer-account-yalecreate input[type="tel"],
.customer-account-yalecreate input[type="search"],
.customer-account-yalecreate input[type="number"],
input[type="datetime"],
.customer-account-yalecreate input[type="email"],
.customer-account-yalecreate select,
.customer-account-yalelogin input[type="email"] {
  border: 2px solid #e5e5e5;
  height: 55px;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .customer-account-yalelogin .column:not(.sidebar-main) form .actions-toolbar,
  .customer-account-yalelogin .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 22.8%;
  }
}
.customer-account-yalelogin .block-customer-login,
.customer-account-yalelogin .block-new-customer,
.customer-account-yalelogin .form.password.reset {
  background: #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.customer-account-yalelogin .login-container .block .block-title {
  border-bottom: 0;
  font-size: 25px;
}
.cms-yale-redeeming-voucher h1 {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  margin-top: 20px;
  font-size: 44px;
  text-align: center;
}
.cms-yale-redeeming-voucher.cms-page-view .logo {
  margin: 0 0 20px 0;
}
.cms-yale-redeeming-voucher.cms-page-view .logo img {
  margin: 0;
  max-height: none;
}
.cms-yale-redeeming-voucher .use-app h3 {
  color: #000;
}
.cms-yale-redeeming-voucher h3 {
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
}
.cms-yale-redeeming-voucher .use-app .inner {
  background: #f2f2f2;
  padding: 30px 40px;
  margin-top: 30px;
  min-height: 350px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
}
.cms-yale-redeeming-voucher .use-app.devices img {
  max-width: 210px;
  width: 100%;
}
.voucher_yale-index-index .vendor-header-content {
  color: #000;
}
.voucher_yale-index-index .page-footer,
.customer-account-yalecreate .page-footer,
.customer-account-yalelogin .page-footer {
  color: #000;
}
.customer-account-yalecreate .form-create-account,
.customer-account-yalecreate .form.password.forget {
  color: #000;
}
.voucher_yale-index-index .message.error {
  color: #063064;
  background: #fff;
  border: 1px solid #063064;
}
.voucher_yale-index-index .message.error > :first-child::before {
  color: #063064;
}
/* ACADEMIC STUDIES PRESS STYLING */
.voucher_academic-index-index .page-header .logo,
.customer-account-academiclogin .page-header .logo,
.customer-account-academiccreate .page-header .logo,
.cms-academic-redeeming-voucher.cms-page-view .page-header .logo {
  width: 380px;
}
.voucher_academic-index-index .page-header .logo img {
  width: 100%;
  height: auto;
}
.voucher_academic-index-index .page-header,
.customer-account-academiclogin .page-header,
.customer-account-academiccreate .page-header,
.cms-academic-redeeming-voucher.cms-page-view .page-header {
  background: #fff;
}
.voucher_academic-index-index .vendor-header-content,
.customer-account-academiccreate .vendor-header-content,
.customer-account-academiclogin .vendor-header-content,
.cms-academic-redeeming-voucher .vendor-header-content {
  background: #fff;
}
.voucher_academic-index-index .header.content,
.customer-account-academiclogin .header.content,
.customer-account-academiccreate .header.content,
.cms-academic-redeeming-voucher.cms-page-view .header.content {
  padding: 25px 20px 0;
}
.cms-academic-redeeming-voucher.cms-page-view .header.content {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.customer-account-academiccreate .form-create-account,
.customer-account-academiccreate .form.password.forget {
  background: #f8f8f8;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.voucher_academic-index-index h1,
.customer-account-academiclogin h1,
.customer-account-academiccreate h1 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  margin-top: 70px;
}
.voucher_academic-index-index .action.primary,
.customer-account-academiccreate .action.primary,
.customer-account-academiclogin .action.primary {
  background: #336666;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 25px;
  font-weight: 400;
  font-family: Open Sans;
  font-size: 20px;
  border-radius: 7px;
  width: 40%;
  line-height: 1;
}
.voucher_academic-index-index .action.primary:hover {
  background: #000;
}
.voucher_academic-index-index .discount-coupon-form {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 950px;
}
.voucher_academic-index-index input[type="text"] {
  border-radius: 7px;
  border: 1px solid #000;
}
.voucher_academic-index-index a,
.cms-academic-redeeming-voucher a {
  color: #336666;
}
.voucher_academic-index-index a:hover,
.cms-academic-redeeming-voucher a:hover {
  color: #000;
}
.customer-account-academiccreate .actions-toolbar .primary .action,
.customer-account-academiclogin .actions-toolbar .primary .action {
  border-radius: 7px;
  width: auto;
}
.customer-account-academiccreate .actions-toolbar .primary .action:hover,
.customer-account-academiclogin .actions-toolbar .primary .action:hover {
  background: #000;
}
.customer-account-academiccreate input[type="text"],
.customer-account-academiccreate input[type="password"],
.customer-account-academiccreate input[type="url"],
.customer-account-academiccreate input[type="tel"],
.customer-account-academiccreate input[type="search"],
.customer-account-academiccreate input[type="number"],
input[type="datetime"],
.customer-account-academiccreate input[type="email"],
.customer-account-academiccreate select,
.customer-account-academiclogin input[type="email"] {
  border: 2px solid #e5e5e5;
  height: 55px;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .customer-account-academiclogin .column:not(.sidebar-main) form .actions-toolbar,
  .customer-account-academiclogin .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 22.8%;
  }
}
.customer-account-academiclogin .block-customer-login,
.customer-account-academiclogin .block-new-customer,
.customer-account-academiclogin .form.password.reset {
  background: #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.customer-account-academiclogin .login-container .block .block-title {
  border-bottom: 0;
  font-size: 25px;
}
.cms-academic-redeeming-voucher h1 {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  margin-top: 20px;
  font-size: 44px;
  text-align: center;
}
.cms-academic-redeeming-voucher.cms-page-view .logo {
  margin: 0 0 20px 0;
}
.cms-academic-redeeming-voucher.cms-page-view .logo img {
  margin: 0;
  max-height: none;
}
.cms-academic-redeeming-voucher .use-app h3 {
  color: #000;
}
.cms-academic-redeeming-voucher h3 {
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
}
.cms-academic-redeeming-voucher .use-app .inner {
  background: #f2f2f2;
  padding: 30px 40px;
  margin-top: 30px;
  min-height: 350px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
}
.cms-academic-redeeming-voucher .use-app.devices img {
  max-width: 300px;
  width: 100%;
}
.voucher_academic-index-index .vendor-header-content {
  color: #000;
}
.voucher_academic-index-index .page-footer,
.customer-account-academiccreate .page-footer,
.customer-account-academiclogin .page-footer {
  color: #000;
}
.customer-account-academiccreate .form-create-account,
.customer-account-academiccreate .form.password.forget {
  color: #000;
}
.voucher_academic-index-index .message.error {
  color: #063064;
  background: #fff;
  border: 1px solid #063064;
}
.voucher_academic-index-index .message.error > :first-child::before {
  color: #063064;
}
/* BRISTOL UNIVERSITY PRESS STYLING */
.voucher_bristol-index-index .page-header .logo,
.customer-account-bristollogin .page-header .logo,
.customer-account-bristolcreate .page-header .logo,
.cms-bristol-redeeming-voucher.cms-page-view .page-header .logo {
  width: 270px;
}
.voucher_bristol-index-index .page-header .logo img {
  width: 100%;
  height: auto;
}
.voucher_bristol-index-index .page-header,
.customer-account-bristollogin .page-header,
.customer-account-bristolcreate .page-header,
.cms-bristol-redeeming-voucher.cms-page-view .page-header {
  background: #fff;
}
.voucher_bristol-index-index .vendor-header-content,
.customer-account-bristolcreate .vendor-header-content,
.customer-account-bristollogin .vendor-header-content,
.cms-bristol-redeeming-voucher .vendor-header-content {
  background: #fff;
  color: #494949;
}
.voucher_bristol-index-index .header.content,
.customer-account-bristollogin .header.content,
.customer-account-bristolcreate .header.content,
.cms-bristol-redeeming-voucher.cms-page-view .header.content {
  padding: 25px 20px 0;
}
.cms-bristol-redeeming-voucher.cms-page-view .header.content {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.customer-account-bristolcreate .form-create-account,
.customer-account-bristolcreate .form.password.forget {
  background: #f8f8f8;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.voucher_bristol-index-index h1,
.customer-account-bristollogin h1,
.customer-account-bristolcreate h1 {
  color: #494949;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  margin-top: 70px;
}
.voucher_bristol-index-index .action.primary,
.customer-account-bristolcreate .action.primary,
.customer-account-bristollogin .action.primary {
  background: #B01C2E;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 25px;
  font-weight: 400;
  font-family: Open Sans;
  font-size: 20px;
  border-radius: 7px;
  width: 40%;
  line-height: 1;
}
.voucher_bristol-index-index .action.primary:hover {
  background: #494949;
}
.voucher_bristol-index-index .discount-coupon-form {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  color: #494949;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 950px;
}
.voucher_bristol-index-index input[type="text"] {
  border-radius: 7px;
  border: 1px solid #494949;
}
.voucher_bristol-index-index a,
.cms-bristol-redeeming-voucher a {
  color: #aa182c;
}
.voucher_bristol-index-index a:hover,
.cms-bristol-redeeming-voucher a:hover {
  color: #494949;
}
.customer-account-bristolcreate .actions-toolbar .primary .action,
.customer-account-bristollogin .actions-toolbar .primary .action {
  border-radius: 7px;
  width: auto;
}
.customer-account-bristolcreate .actions-toolbar .primary .action:hover,
.customer-account-bristollogin .actions-toolbar .primary .action:hover {
  background: #494949;
}
.customer-account-bristolcreate input[type="text"],
.customer-account-bristolcreate input[type="password"],
.customer-account-bristolcreate input[type="url"],
.customer-account-bristolcreate input[type="tel"],
.customer-account-bristolcreate input[type="search"],
.customer-account-bristolcreate input[type="number"],
input[type="datetime"],
.customer-account-bristolcreate input[type="email"],
.customer-account-bristolcreate select,
.customer-account-bristollogin input[type="email"] {
  border: 2px solid #e5e5e5;
  height: 55px;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .customer-account-bristollogin .column:not(.sidebar-main) form .actions-toolbar,
  .customer-account-bristollogin .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 22.8%;
  }
}
.customer-account-bristollogin .block-customer-login,
.customer-account-bristollogin .block-new-customer,
.customer-account-bristollogin .form.password.reset {
  background: #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.customer-account-bristollogin .login-container .block .block-title {
  border-bottom: 0;
  font-size: 25px;
}
.cms-bristol-redeeming-voucher h1 {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  margin-top: 20px;
  font-size: 44px;
  text-align: center;
}
.cms-bristol-redeeming-voucher.cms-page-view .logo {
  margin: 0 0 20px 0;
}
.cms-bristol-redeeming-voucher.cms-page-view .logo img {
  margin: 0;
  max-height: none;
}
.cms-bristol-redeeming-voucher .use-app h3 {
  color: #494949;
}
.cms-bristol-redeeming-voucher h3 {
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
}
.cms-bristol-redeeming-voucher .use-app .inner {
  background: #f1f1f1;
  padding: 30px 40px;
  margin-top: 30px;
  min-height: 350px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #494949;
}
.cms-bristol-redeeming-voucher .use-app.devices img {
  max-width: 300px;
  width: 100%;
}
.voucher_bristol-index-index .vendor-header-content {
  color: #494949;
}
.voucher_bristol-index-index .page-footer,
.customer-account-bristolcreate .page-footer,
.customer-account-bristollogin .page-footer {
  color: #494949;
}
.customer-account-bristolcreate .form-create-account,
.customer-account-bristolcreate .form.password.forget {
  color: #494949;
}
.voucher_bristol-index-index .message.error {
  color: #063064;
  background: #fff;
  border: 1px solid #063064;
}
.voucher_bristol-index-index .message.error > :first-child::before {
  color: #063064;
}
/* KOORONG STYLING */
.voucher_koorong-index-index .page-header .logo,
.customer-account-kooronglogin .page-header .logo,
.customer-account-koorongcreate .page-header .logo,
.cms-koorong-redeeming-voucher.cms-page-view .page-header .logo {
  width: 85px;
}
.voucher_koorong-index-index .page-header .logo img {
  width: 100%;
  height: auto;
}
.voucher_koorong-index-index .page-header,
.customer-account-kooronglogin .page-header,
.customer-account-koorongcreate .page-header,
.cms-koorong-redeeming-voucher.cms-page-view .page-header {
  background: #505050;
}
.voucher_koorong-index-index .vendor-header-content,
.customer-account-koorongcreate .vendor-header-content,
.customer-account-kooronglogin .vendor-header-content,
.cms-koorong-redeeming-voucher .vendor-header-content {
  background: #fff;
  color: #303030;
}
.voucher_koorong-index-index .header.content,
.customer-account-kooronglogin .header.content,
.customer-account-koorongcreate .header.content,
.cms-koorong-redeeming-voucher.cms-page-view .header.content {
  padding: 25px 20px 0;
}
.cms-koorong-redeeming-voucher.cms-page-view .header.content {
  background: #505050;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.customer-account-koorongcreate .form-create-account,
.customer-account-koorongcreate .form.password.forget {
  background: #f8f8f8;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.voucher_koorong-index-index h1,
.customer-account-kooronglogin h1,
.customer-account-koorongcreate h1 {
  color: #303030;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  margin-top: 70px;
}
.voucher_koorong-index-index .action.primary,
.customer-account-koorongcreate .action.primary,
.customer-account-kooronglogin .action.primary {
  background: #3C8083;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 25px;
  font-weight: 400;
  font-family: Open Sans;
  font-size: 20px;
  border-radius: 7px;
  width: 40%;
  line-height: 1;
}
.voucher_koorong-index-index .action.primary:hover {
  background: #18585b;
}
.voucher_koorong-index-index .discount-coupon-form {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  color: #303030;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 950px;
}
.voucher_koorong-index-index input[type="text"] {
  border-radius: 7px;
  border: 1px solid #3C8083;
}
.voucher_koorong-index-index a,
.cms-koorong-redeeming-voucher a {
  color: #3C8083;
}
.voucher_koorong-index-index a:hover,
.cms-koorong-redeeming-voucher a:hover {
  color: #18585b;
}
.customer-account-koorongcreate .actions-toolbar .primary .action,
.customer-account-kooronglogin .actions-toolbar .primary .action {
  border-radius: 7px;
  width: auto;
}
.customer-account-koorongcreate .actions-toolbar .primary .action:hover,
.customer-account-kooronglogin .actions-toolbar .primary .action:hover {
  background: #18585b;
}
.customer-account-koorongcreate input[type="text"],
.customer-account-koorongcreate input[type="password"],
.customer-account-koorongcreate input[type="url"],
.customer-account-koorongcreate input[type="tel"],
.customer-account-koorongcreate input[type="search"],
.customer-account-koorongcreate input[type="number"],
input[type="datetime"],
.customer-account-koorongcreate input[type="email"],
.customer-account-koorongcreate select,
.customer-account-kooronglogin input[type="email"] {
  border: 2px solid #e5e5e5;
  height: 55px;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .customer-account-kooronglogin .column:not(.sidebar-main) form .actions-toolbar,
  .customer-account-kooronglogin .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 22.8%;
  }
}
.customer-account-kooronglogin .block-customer-login,
.customer-account-kooronglogin .block-new-customer,
.customer-account-kooronglogin .form.password.reset {
  background: #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.customer-account-kooronglogin .login-container .block .block-title {
  border-bottom: 0;
  font-size: 25px;
}
.cms-koorong-redeeming-voucher h1 {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  margin-top: 20px;
  font-size: 44px;
  text-align: center;
}
.cms-koorong-redeeming-voucher.cms-page-view .logo {
  margin: 0 0 20px 0;
}
.cms-koorong-redeeming-voucher.cms-page-view .logo img {
  margin: 0;
  max-height: none;
}
.cms-koorong-redeeming-voucher .use-app h3 {
  color: #303030;
}
.cms-koorong-redeeming-voucher h3 {
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
}
.cms-koorong-redeeming-voucher .use-app .inner {
  background: #f4f4f4;
  padding: 30px 40px;
  margin-top: 30px;
  min-height: 350px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #303030;
}
.cms-koorong-redeeming-voucher .use-app.devices img {
  max-width: 300px;
  width: 100%;
}
.voucher_koorong-index-index .vendor-header-content {
  color: #303030;
}
.voucher_koorong-index-index .page-footer,
.customer-account-koorongcreate .page-footer,
.customer-account-kooronglogin .page-footer {
  color: #303030;
}
.customer-account-koorongcreate .form-create-account,
.customer-account-koorongcreate .form.password.forget {
  color: #303030;
}
.voucher_koorong-index-index .message.error {
  color: #063064;
  background: #fff;
  border: 1px solid #063064;
}
.voucher_koorong-index-index .message.error > :first-child::before {
  color: #063064;
}
/* MMCVP STYLING */
.voucher_mmcvp-index-index .page-header .logo,
.customer-account-mmcvplogin .page-header .logo,
.customer-account-mmcvpcreate .page-header .logo,
.cms-mmcvp-redeeming-voucher.cms-page-view .page-header .logo {
  width: 130px;
}
.voucher_mmcvp-index-index .page-header .logo img {
  width: 100%;
  height: auto;
}
.voucher_mmcvp-index-index .page-header,
.customer-account-mmcvplogin .page-header,
.customer-account-mmcvpcreate .page-header,
.cms-mmcvp-redeeming-voucher.cms-page-view .page-header {
  background: #fff;
}
.voucher_mmcvp-index-index .vendor-header-content,
.customer-account-mmcvpcreate .vendor-header-content,
.customer-account-mmcvplogin .vendor-header-content,
.cms-mmcvp-redeeming-voucher .vendor-header-content {
  background: #fff;
  color: #000;
}
.voucher_mmcvp-index-index .header.content,
.customer-account-mmcvplogin .header.content,
.customer-account-mmcvpcreate .header.content,
.cms-mmcvp-redeeming-voucher.cms-page-view .header.content {
  padding: 25px 20px 0;
}
.cms-mmcvp-redeeming-voucher.cms-page-view .header.content {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.customer-account-mmcvpcreate .form-create-account,
.customer-account-mmcvpcreate .form.password.forget {
  background: #f8f8f8;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.voucher_mmcvp-index-index h1,
.customer-account-mmcvplogin h1,
.customer-account-mmcvpcreate h1 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  margin-top: 70px;
}
.voucher_mmcvp-index-index .action.primary,
.customer-account-mmcvpcreate .action.primary,
.customer-account-mmcvplogin .action.primary {
  background: #183852;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 25px;
  font-weight: 400;
  font-family: Open Sans;
  font-size: 20px;
  border-radius: 7px;
  width: 40%;
  line-height: 1;
}
.voucher_mmcvp-index-index .action.primary:hover {
  background: #fa0001;
}
.voucher_mmcvp-index-index .discount-coupon-form {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 950px;
}
.voucher_mmcvp-index-index input[type="text"] {
  border-radius: 7px;
  border: 1px solid #183852;
}
.voucher_mmcvp-index-index a,
.cms-mmcvp-redeeming-voucher a {
  color: #183852;
}
.voucher_mmcvp-index-index a:hover,
.cms-mmcvp-redeeming-voucher a:hover {
  color: #fa0001;
}
.customer-account-mmcvpcreate .actions-toolbar .primary .action,
.customer-account-mmcvplogin .actions-toolbar .primary .action {
  border-radius: 7px;
  width: auto;
}
.customer-account-mmcvpcreate .actions-toolbar .primary .action:hover,
.customer-account-mmcvplogin .actions-toolbar .primary .action:hover {
  background: #fa0001;
}
.customer-account-mmcvpcreate input[type="text"],
.customer-account-mmcvpcreate input[type="password"],
.customer-account-mmcvpcreate input[type="url"],
.customer-account-mmcvpcreate input[type="tel"],
.customer-account-mmcvpcreate input[type="search"],
.customer-account-mmcvpcreate input[type="number"],
input[type="datetime"],
.customer-account-mmcvpcreate input[type="email"],
.customer-account-mmcvpcreate select,
.customer-account-mmcvplogin input[type="email"] {
  border: 2px solid #e5e5e5;
  height: 55px;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .customer-account-mmcvplogin .column:not(.sidebar-main) form .actions-toolbar,
  .customer-account-mmcvplogin .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 22.8%;
  }
}
.customer-account-mmcvplogin .block-customer-login,
.customer-account-mmcvplogin .block-new-customer,
.customer-account-mmcvplogin .form.password.reset {
  background: #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.customer-account-mmcvplogin .login-container .block .block-title {
  border-bottom: 0;
  font-size: 25px;
}
.cms-mmcvp-redeeming-voucher h1 {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  margin-top: 20px;
  font-size: 44px;
  text-align: center;
}
.cms-mmcvp-redeeming-voucher.cms-page-view .logo {
  margin: 0 0 20px 0;
}
.cms-mmcvp-redeeming-voucher.cms-page-view .logo img {
  margin: 0;
  max-height: none;
}
.cms-mmcvp-redeeming-voucher .use-app h3 {
  color: #000;
}
.cms-mmcvp-redeeming-voucher h3 {
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
}
.cms-mmcvp-redeeming-voucher .use-app .inner {
  background: #eff1f3;
  padding: 30px 40px;
  margin-top: 30px;
  min-height: 350px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
}
.cms-mmcvp-redeeming-voucher .use-app.devices img {
  max-width: 300px;
  width: 100%;
}
.voucher_mmcvp-index-index .vendor-header-content {
  color: #000;
}
.voucher_mmcvp-index-index .page-footer,
.customer-account-mmcvpcreate .page-footer,
.customer-account-mmcvplogin .page-footer {
  color: #000;
}
.customer-account-mmcvpcreate .form-create-account,
.customer-account-mmcvpcreate .form.password.forget {
  color: #000;
}
.voucher_mmcvp-index-index .message.error {
  color: #063064;
  background: #fff;
  border: 1px solid #063064;
}
.voucher_mmcvp-index-index .message.error > :first-child::before {
  color: #063064;
}
/* BAR PUBLISHING STYLING */
.voucher_bar-index-index .page-header .logo,
.customer-account-barlogin .page-header .logo,
.customer-account-barcreate .page-header .logo,
.cms-bar-redeeming-voucher.cms-page-view .page-header .logo {
  width: 200px;
}
.voucher_bar-index-index .page-header .logo img {
  width: 100%;
  height: auto;
}
.voucher_bar-index-index .page-header,
.customer-account-barlogin .page-header,
.customer-account-barcreate .page-header,
.cms-bar-redeeming-voucher.cms-page-view .page-header {
  background: #C53827;
}
.voucher_bar-index-index .vendor-header-content,
.customer-account-barcreate .vendor-header-content,
.customer-account-barlogin .vendor-header-content,
.cms-bar-redeeming-voucher .vendor-header-content {
  background: #fff;
  color: #27348B;
}
.voucher_bar-index-index .header.content,
.customer-account-barlogin .header.content,
.customer-account-barcreate .header.content,
.cms-bar-redeeming-voucher.cms-page-view .header.content {
  padding: 25px 20px 0;
}
.cms-bar-redeeming-voucher.cms-page-view .header.content {
  background: #C53827;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.customer-account-barcreate .form-create-account,
.customer-account-barcreate .form.password.forget {
  background: #f8f8f8;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.voucher_bar-index-index h1,
.customer-account-barlogin h1,
.customer-account-barcreate h1 {
  color: #27348B;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  margin-top: 70px;
}
.voucher_bar-index-index .action.primary,
.customer-account-barcreate .action.primary,
.customer-account-barlogin .action.primary {
  background: #42606F;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 25px;
  font-weight: 400;
  font-family: Open Sans;
  font-size: 20px;
  border-radius: 7px;
  width: 40%;
  line-height: 1;
}
.voucher_bar-index-index .action.primary:hover {
  background: #A3B4BE;
}
.voucher_bar-index-index .discount-coupon-form {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  color: #27348B;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 950px;
}
.voucher_bar-index-index input[type="text"] {
  border-radius: 7px;
  border: 1px solid #42606F;
}
.voucher_bar-index-index a,
.cms-bar-redeeming-voucher a {
  color: #42606F;
}
.voucher_bar-index-index a:hover,
.cms-bar-redeeming-voucher a:hover {
  color: #A3B4BE;
}
.customer-account-barcreate .actions-toolbar .primary .action,
.customer-account-barlogin .actions-toolbar .primary .action {
  border-radius: 7px;
  width: auto;
}
.customer-account-barcreate .actions-toolbar .primary .action:hover,
.customer-account-barlogin .actions-toolbar .primary .action:hover {
  background: #A3B4BE;
}
.customer-account-barcreate input[type="text"],
.customer-account-barcreate input[type="password"],
.customer-account-barcreate input[type="url"],
.customer-account-barcreate input[type="tel"],
.customer-account-barcreate input[type="search"],
.customer-account-barcreate input[type="number"],
input[type="datetime"],
.customer-account-barcreate input[type="email"],
.customer-account-barcreate select,
.customer-account-barlogin input[type="email"] {
  border: 2px solid #e5e5e5;
  height: 55px;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .customer-account-barlogin .column:not(.sidebar-main) form .actions-toolbar,
  .customer-account-barlogin .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 22.8%;
  }
}
.customer-account-barlogin .block-customer-login,
.customer-account-barlogin .block-new-customer,
.customer-account-barlogin .form.password.reset {
  background: #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.customer-account-barlogin .login-container .block .block-title {
  border-bottom: 0;
  font-size: 25px;
}
.cms-bar-redeeming-voucher h1 {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  margin-top: 20px;
  font-size: 44px;
  text-align: center;
}
.cms-bar-redeeming-voucher.cms-page-view .logo {
  margin: 0 0 25px 0;
}
.cms-bar-redeeming-voucher.cms-page-view .logo img {
  margin: 0;
  max-height: none;
}
.cms-bar-redeeming-voucher .use-app h3 {
  color: #27348B;
}
.cms-bar-redeeming-voucher h3 {
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
}
.cms-bar-redeeming-voucher .use-app .inner {
  background: #EDF0F2;
  padding: 30px 40px;
  margin-top: 30px;
  min-height: 350px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #27348B;
}
.cms-bar-redeeming-voucher .use-app.devices img {
  max-width: 300px;
  width: 100%;
}
.voucher_bar-index-index .vendor-header-content {
  color: #27348B;
}
.voucher_bar-index-index .page-footer,
.customer-account-barcreate .page-footer,
.customer-account-barlogin .page-footer {
  color: #27348B;
}
.customer-account-barcreate .form-create-account,
.customer-account-barcreate .form.password.forget {
  color: #27348B;
}
.voucher_bar-index-index .message.error {
  color: #063064;
  background: #fff;
  border: 1px solid #063064;
}
.voucher_bar-index-index .message.error > :first-child::before {
  color: #063064;
}
/* ELEMI INTERNATIONAL SCHOOLS PUBLISHING STYLING */
.voucher_elemi-index-index .page-header .logo,
.customer-account-elemilogin .page-header .logo,
.customer-account-elemicreate .page-header .logo,
.cms-elemi-isp-redeeming-voucher.cms-page-view .page-header .logo {
  width: 300px;
}
.voucher_elemi-index-index .page-header .logo img {
  width: 100%;
  height: auto;
}
.voucher_elemi-index-index .page-header,
.customer-account-elemilogin .page-header,
.customer-account-elemicreate .page-header,
.cms-elemi-isp-redeeming-voucher.cms-page-view .page-header {
  background: #fff;
}
.voucher_elemi-index-index .vendor-header-content,
.customer-account-elemicreate .vendor-header-content,
.customer-account-elemilogin .vendor-header-content,
.cms-elemi-isp-redeeming-voucher .vendor-header-content {
  background: #fff;
  color: #27348B;
}
.voucher_elemi-index-index .header.content,
.customer-account-elemilogin .header.content,
.customer-account-elemicreate .header.content,
.cms-elemi-isp-redeeming-voucher.cms-page-view .header.content {
  padding: 25px 20px 0;
}
.cms-elemi-isp-redeeming-voucher.cms-page-view .header.content {
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.customer-account-elemicreate .form-create-account,
.customer-account-elemicreate .form.password.forget {
  background: #f8f8f8;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.voucher_elemi-index-index h1,
.customer-account-elemilogin h1,
.customer-account-elemicreate h1 {
  color: #27348B;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  margin-top: 70px;
}
.voucher_elemi-index-index .action.primary,
.customer-account-elemicreate .action.primary,
.customer-account-elemilogin .action.primary {
  background: #309AAC;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 25px;
  font-weight: 400;
  font-family: Open Sans;
  font-size: 20px;
  border-radius: 7px;
  width: 40%;
  line-height: 1;
}
.voucher_elemi-index-index .action.primary:hover {
  background: #206773;
}
.voucher_elemi-index-index .discount-coupon-form {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  color: #27348B;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 950px;
}
.voucher_elemi-index-index input[type="text"] {
  border-radius: 7px;
  border: 1px solid #27348B;
  color: #27348B;
}
.voucher_elemi-index-index a,
.cms-elemi-isp-redeeming-voucher a {
  color: #27348B;
  text-decoration: underline;
}
.voucher_elemi-index-index a:hover,
.cms-elemi-isp-redeeming-voucher a:hover {
  color: #309AAC;
  text-decoration: underline;
}
.customer-account-elemicreate .actions-toolelemi .primary .action,
.customer-account-elemilogin .actions-toolelemi .primary .action {
  border-radius: 7px;
  width: auto;
}
.customer-account-elemicreate .actions-toolelemi .primary .action:hover,
.customer-account-elemilogin .actions-toolelemi .primary .action:hover {
  background: #206773;
}
.customer-account-elemicreate input[type="text"],
.customer-account-elemicreate input[type="password"],
.customer-account-elemicreate input[type="url"],
.customer-account-elemicreate input[type="tel"],
.customer-account-elemicreate input[type="search"],
.customer-account-elemicreate input[type="number"],
input[type="datetime"],
.customer-account-elemicreate input[type="email"],
.customer-account-elemicreate select,
.customer-account-elemilogin input[type="email"] {
  border: 2px solid #e5e5e5;
  height: 55px;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .customer-account-elemilogin .column:not(.sideelemi-main) form .actions-toolelemi,
  .customer-account-elemilogin .column:not(.sideelemi-additional) form .actions-toolelemi {
    margin-left: 22.8%;
  }
}
.customer-account-elemilogin .block-customer-login,
.customer-account-elemilogin .block-new-customer,
.customer-account-elemilogin .form.password.reset {
  background: #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.customer-account-elemilogin .login-container .block .block-title {
  border-bottom: 0;
  font-size: 25px;
}
.cms-elemi-isp-redeeming-voucher h1 {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  margin-top: 20px;
  font-size: 44px;
  text-align: center;
}
.cms-elemi-isp-redeeming-voucher.cms-page-view .logo {
  margin: 0 0 25px 0;
}
.cms-elemi-isp-redeeming-voucher.cms-page-view .logo img {
  margin: 0;
  max-height: none;
}
.cms-elemi-isp-redeeming-voucher .use-app h3 {
  color: #27348B;
}
.cms-elemi-isp-redeeming-voucher h3 {
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
}
.cms-elemi-isp-redeeming-voucher .use-app .inner {
  background: #e7f1f0;
  padding: 30px 40px;
  margin-top: 30px;
  min-height: 350px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #27348B;
}
.cms-elemi-isp-redeeming-voucher .use-app.devices img {
  max-width: 300px;
  width: 100%;
}
.voucher_elemi-index-index .vendor-header-content {
  color: #27348B;
}
.voucher_elemi-index-index .page-footer,
.customer-account-elemicreate .page-footer,
.customer-account-elemilogin .page-footer {
  color: #27348B;
}
.customer-account-elemicreate .form-create-account,
.customer-account-elemicreate .form.password.forget {
  color: #27348B;
}
.voucher_elemi-index-index .message.error {
  color: #063064;
  background: #fff;
  border: 1px solid #063064;
}
.voucher_elemi-index-index .message.error > :first-child::before {
  color: #063064;
}
/* FLAME TREE PUBLISHING STYLING */
.voucher_flame-index-index .page-header .logo,
.customer-account-flamelogin .page-header .logo,
.customer-account-flamecreate .page-header .logo,
.cms-flametreepublishing-redeeming-voucher.cms-page-view .page-header .logo {
  width: 125px;
}
.voucher_flame-index-index .page-header .logo img {
  width: 100%;
  height: auto;
}
.voucher_flame-index-index .page-header,
.customer-account-flamelogin .page-header,
.customer-account-flamecreate .page-header,
.cms-flametreepublishing-redeeming-voucher.cms-page-view .page-header {
  background: #c40808;
}
.voucher_flame-index-index .vendor-header-content,
.customer-account-flamecreate .vendor-header-content,
.customer-account-flamelogin .vendor-header-content,
.cms-flametreepublishing-redeeming-voucher .vendor-header-content {
  background: #fff;
  color: #333;
}
.voucher_flame-index-index .header.content,
.customer-account-flamelogin .header.content,
.customer-account-flamecreate .header.content,
.cms-flametreepublishing-redeeming-voucher.cms-page-view .header.content {
  padding: 25px 20px 0;
}
.cms-flametreepublishing-redeeming-voucher.cms-page-view .header.content {
  background: #c40808;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.customer-account-flamecreate .form-create-account,
.customer-account-flamecreate .form.password.forget {
  background: #f8f8f8;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.voucher_flame-index-index h1,
.customer-account-flamelogin h1,
.customer-account-flamecreate h1 {
  color: #C40808;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  margin-top: 70px;
}
.voucher_flame-index-index .action.primary,
.customer-account-flamecreate .action.primary,
.customer-account-flamelogin .action.primary {
  background: #FF7500;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 25px;
  font-weight: 400;
  font-family: Open Sans;
  font-size: 20px;
  border-radius: 7px;
  width: 40%;
  line-height: 1;
}
.voucher_flame-index-index .action.primary:hover {
  background: #B3B3B3;
}
.voucher_flame-index-index .discount-coupon-form {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  color: #333;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 950px;
}
.voucher_flame-index-index input[type="text"] {
  border-radius: 7px;
  border: 1px solid #333;
  color: #333;
}
.voucher_flame-index-index a,
.cms-flametreepublishing-redeeming-voucher a {
  color: #C40808;
  text-decoration: underline;
}
.voucher_flame-index-index a:hover,
.cms-flametreepublishing-redeeming-voucher a:hover {
  color: #FF7500;
  text-decoration: underline;
}
.customer-account-flamecreate .actions-toolflame .primary .action,
.customer-account-flamelogin .actions-toolflame .primary .action {
  border-radius: 7px;
  width: auto;
}
.customer-account-flamecreate .actions-toolflame .primary .action:hover,
.customer-account-flamelogin .actions-toolflame .primary .action:hover {
  background: #B3B3B3;
}
.customer-account-flamecreate input[type="text"],
.customer-account-flamecreate input[type="password"],
.customer-account-flamecreate input[type="url"],
.customer-account-flamecreate input[type="tel"],
.customer-account-flamecreate input[type="search"],
.customer-account-flamecreate input[type="number"],
input[type="datetime"],
.customer-account-flamecreate input[type="email"],
.customer-account-flamecreate select,
.customer-account-flamelogin input[type="email"] {
  border: 2px solid #e5e5e5;
  height: 55px;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .customer-account-flamelogin .column:not(.sideflame-main) form .actions-toolflame,
  .customer-account-flamelogin .column:not(.sideflame-additional) form .actions-toolflame {
    margin-left: 22.8%;
  }
}
.customer-account-flamelogin .block-customer-login,
.customer-account-flamelogin .block-new-customer,
.customer-account-flamelogin .form.password.reset {
  background: #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.customer-account-flamelogin .login-container .block .block-title {
  border-bottom: 0;
  font-size: 25px;
}
.cms-flametreepublishing-redeeming-voucher h1 {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  margin-top: 20px;
  font-size: 44px;
  text-align: center;
}
.cms-flametreepublishing-redeeming-voucher.cms-page-view .logo {
  margin: 0 0 25px 0;
}
.cms-flametreepublishing-redeeming-voucher.cms-page-view .logo img {
  margin: 0;
  max-height: none;
}
.cms-flametreepublishing-redeeming-voucher .use-app h3 {
  color: #C40808;
}
.cms-flametreepublishing-redeeming-voucher h3 {
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
}
.cms-flametreepublishing-redeeming-voucher .use-app .inner {
  background: #ededed;
  padding: 30px 40px;
  margin-top: 30px;
  min-height: 350px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333;
}
.cms-flametreepublishing-redeeming-voucher .use-app.devices img {
  max-width: 300px;
  width: 100%;
}
.voucher_flame-index-index .vendor-header-content {
  color: #333;
}
.voucher_flame-index-index .page-footer,
.customer-account-flamecreate .page-footer,
.customer-account-flamelogin .page-footer {
  color: #333;
}
.customer-account-flamecreate .form-create-account,
.customer-account-flamecreate .form.password.forget {
  color: #C40808;
}
.voucher_flame-index-index .message.error {
  color: #063064;
  background: #fff;
  border: 1px solid #063064;
}
.voucher_flame-index-index .message.error > :first-child::before {
  color: #063064;
}
/* GORGIAS PUBLISHING STYLING */
.voucher_gorgias-index-index .page-header .logo,
.customer-account-barlogin .page-header .logo,
.customer-account-barcreate .page-header .logo,
.cms-gorgias-redeeming-voucher.cms-page-view .page-header .logo {
  width: 200px;
}
.voucher_gorgias-index-index .page-header .logo img {
  width: 100%;
  height: auto;
}
.voucher_gorgias-index-index .page-header,
.customer-account-barlogin .page-header,
.customer-account-barcreate .page-header,
.cms-gorgias-redeeming-voucher.cms-page-view .page-header {
  background: #75072e;
}
.voucher_gorgias-index-index .vendor-header-content,
.customer-account-barcreate .vendor-header-content,
.customer-account-barlogin .vendor-header-content,
.cms-gorgias-redeeming-voucher .vendor-header-content {
  background: #fff;
  color: #000;
}
.voucher_gorgias-index-index .header.content,
.customer-account-barlogin .header.content,
.customer-account-barcreate .header.content,
.cms-gorgias-redeeming-voucher.cms-page-view .header.content {
  padding: 25px 20px 0;
}
.cms-gorgias-redeeming-voucher.cms-page-view .header.content {
  background: #75072e;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.customer-account-barcreate .form-create-account,
.customer-account-barcreate .form.password.forget {
  background: #f8f8f8;
  margin: 0 auto;
  padding: 20px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.voucher_gorgias-index-index h1,
.customer-account-barlogin h1,
.customer-account-barcreate h1 {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-weight: 600;
  margin-top: 70px;
}
.voucher_gorgias-index-index .action.primary,
.customer-account-gorgiascreate .action.primary,
.customer-account-gorgiaslogin .action.primary {
  background: #D7CB8D;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 25px;
  font-weight: 400;
  font-family: Open Sans;
  font-size: 20px;
  border-radius: 7px;
  width: 40%;
  line-height: 1;
}
.voucher_gorgias-index-index .action.primary:hover {
  background: #000;
}
.voucher_gorgias-index-index .discount-coupon-form {
  background: #fff;
  border-radius: 0;
  padding: 20px;
  color: #000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 950px;
}
.voucher_gorgias-index-index input[type="text"] {
  border-radius: 7px;
  border: 2px solid #444;
}
.voucher_gorgias-index-index a,
.cms-gorgias-redeeming-voucher a {
  color: #75072e;
}
.voucher_gorgias-index-index a:hover,
.cms-gorgias-redeeming-voucher a:hover {
  color: #000;
}
.customer-account-gorgiascreate .actions-toolbar .primary .action,
.customer-account-gorgiaslogin .actions-toolbar .primary .action {
  border-radius: 7px;
  width: auto;
}
.customer-account-gorgiascreate .actions-toolbar .primary .action:hover,
.customer-account-gorgiaslogin .actions-toolbar .primary .action:hover {
  background: #000;
}
.customer-account-gorgiascreate input[type="text"],
.customer-account-gorgiasreate input[type="password"],
.customer-account-gorgiascreate input[type="url"],
.customer-account-gorgiascreate input[type="tel"],
.customer-account-gorgiascreate input[type="search"],
.customer-account-gorgiascreate input[type="number"],
input[type="datetime"],
.customer-account-gorgiascreate input[type="email"],
.customer-account-gorgiascreate select,
.customer-account-gorgiaslogin input[type="email"] {
  border: 2px solid #e5e5e5;
  height: 55px;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .customer-account-gorgiaslogin .column:not(.sidebar-main) form .actions-toolbar,
  .customer-account-gorgiaslogin .column:not(.sidebar-additional) form .actions-toolbar {
    margin-left: 22.8%;
  }
}
.customer-account-gorgiaslogin .block-customer-login,
.customer-account-gorgiaslogin .block-new-customer,
.customer-account-gorgiaslogin .form.password.reset {
  background: #f8f8f8;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.customer-account-gorgiaslogin .login-container .block .block-title {
  border-bottom: 0;
  font-size: 25px;
}
.cms-gorgias-redeeming-voucher h1 {
  font-weight: 600;
  font-family: Open Sans, sans-serif;
  margin-top: 20px;
  font-size: 44px;
  text-align: center;
}
.cms-gorgias-redeeming-voucher.cms-page-view .logo {
  margin: 0 0 25px 0;
}
.cms-gorgias-redeeming-voucher.cms-page-view .logo img {
  margin: 0;
  max-height: none;
}
.cms-gorgias-redeeming-voucher .use-app h3 {
  color: #000;
}
.cms-gorgias-redeeming-voucher h3 {
  font-weight: 500;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  color: #fff;
  margin-top: 30px;
  text-transform: uppercase;
}
.cms-gorgias-redeeming-voucher .use-app .inner {
  background: #F1ECE6;
  padding: 30px 40px;
  margin-top: 30px;
  min-height: 350px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
}
.cms-gorgias-redeeming-voucher .use-app.devices img {
  max-width: 300px;
  width: 100%;
}
.voucher_gorgias-index-index .vendor-header-content {
  color: #000;
}
.voucher_gorgias-index-index .page-footer,
.customer-account-gorgiascreate .page-footer,
.customer-account-gorgiaslogin .page-footer {
  color: #000;
}
.customer-account-gorgiascreate .form-create-account,
.customer-account-gorgiascreate .form.password.forget {
  color: #000;
}
.voucher_gorgias-index-index .message.error {
  color: #83D4EE;
  background: #fff;
  border: 1px solid #83D4EE;
}
.voucher_gorgias-index-index .message.error > :first-child::before {
  color: #83D4EE;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
