/**
 * 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.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
/**
 * 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.
 */
.form-giftcard-redeem .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.magento-invitation-customer-account-create .form-create-account .g-recaptcha {
  margin-top: 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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_RewardPoints
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.payment-cart-title {
  font-size: 20px;
  margin-bottom: 10px;
}
.reward-points-payment-content .reward-rate {
  text-align: left;
  margin: 10px 0;
}
.reward-points-payment-content .reward-rate .content {
  margin-left: 10px;
}
.reward-points-payment-content .range-slider {
  max-width: 285px;
  margin: 10px;
}
.reward-points-payment-content .extra-controls {
  margin-left: 50px;
}
.reward-points-payment-content strong {
  font-weight: 600;
}
.reward-points-payment-content .mp-spent {
  width: 58px;
  text-align: center;
}
.payment-checkout-content {
  width: 80%;
  margin-left: 10px;
}
.mp-reward-points {
  line-height: 20px;
  margin: 10px 5px 10px 5px;
}
.mp-reward-points img,
.mp-reward-points .mp-point-label {
  float: left;
}
.mp-reward-points .mp-point-label {
  margin: 0 0 0 5px;
  font-weight: 600;
}
.mp-reward-points .clr {
  clear: both;
}
.mp-reward-points.mp-product {
  padding: 1rem 0;
}
.mp-reward-points .register {
  font-size: 1.4rem;
  font-weight: 600;
}
.mp-reward-cart {
  margin-left: 15px;
}
.reward-information .box {
  margin-bottom: 3rem;
}
.item-balance {
  padding: 0 20px;
  margin: 10px 0;
  text-align: center;
}
.item-balance .box-balance {
  border-radius: 5px;
  height: 90px;
  box-shadow: 3px 3px 5px #D9D9D9;
}
.item-balance .box-balance > span {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  line-height: 30px;
  color: #ffffff;
  font-size: 20px;
}
.item-balance .box-balance .label {
  font-size: 1.8rem;
}
.item-balance .available {
  background: #39E070;
}
.item-balance .holding {
  background: #25B9F6;
}
.item-balance .earned {
  background: #0249D3;
}
.item-balance .paid {
  background: #5865F2;
}
.item-balance .label {
  padding-top: 5px;
}
.form-rewards-setting .actions-toolbar {
  clear: both;
}
table.data.table {
  word-break: break-all;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_RewardPointsUltimate
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-rw-social {
  float: left;
  margin: 5px;
}
.mp-reward-vertical .mp-reward-progress {
  margin-left: 40%;
  width: 150px;
}
.mp-reward-vertical .mp-reward-progress-step {
  height: 150px;
}
.mp-reward-vertical .mp-reward-progress-step:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 100%;
  margin: auto 5px auto 0;
  bottom: 100px;
  left: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.mp-reward-vertical .mp-reward-step-end:after {
  display: none;
}
.mp-reward-vertical .mp-reward-step-range {
  position: absolute;
  height: 100%;
  width: 16px;
  bottom: 100px;
  left: 22px;
  z-index: 1;
}
.mp-reward-vertical .mp-reward-tier-name {
  position: absolute;
  top: 15px;
  left: -110px;
  width: 100px;
  text-align: right;
}
.mp-reward-vertical .mp-reward-tier-min-point {
  position: absolute;
  top: 15px;
  left: 70px;
  width: 100px;
  text-align: left;
}
.mp-reward-vertical .reward-milestone-tier {
  width: 70%;
}
.mp-reward-horizontal .mp-reward-progress {
  display: flex;
  height: 200px;
  margin-top: 40px;
}
.mp-reward-progress-step {
  position: relative;
}
.mp-reward-horizontal .mp-reward-progress-step {
  width: 28%;
}
.mp-reward-step-image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  position: absolute;
  overflow: hidden;
}
.mp-reward-step-image img {
  margin: 15px;
  width: 25px;
  height: 25px;
}
.mp-reward-horizontal .mp-reward-step-range {
  width: 65%;
  z-index: 1;
  position: absolute;
  top: 42%;
  left: 32%;
  height: 3px;
}
#mp-reward-milestone-tier .mp-reward-step-image .mp-step-border-circle {
  width: 73px;
  height: 73px;
  background-color: #c4c4c4;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  position: absolute;
  margin: 3px;
}
#mp-reward-milestone-tier .mp-reward-step-image .mp-step-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  text-align: center;
  z-index: 2;
  position: absolute;
  overflow: hidden;
  background: #FFFFFF;
  margin: 9px 9px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}
#mp-reward-milestone-tier.mp-reward-horizontal .mp-reward-step-end {
  width: 5%;
}
.mp-reward-horizontal .mp-reward-progress-step:after {
  content: '';
  position: absolute;
  width: 65%;
  margin: 85px 0 0 92px;
}
.mp-reward-horizontal .mp-reward-step-end:after {
  display: none;
}
.mp-reward-horizontal .mp-reward-tier-info .mp-reward-tier-name {
  position: absolute;
  width: 200px;
  text-align: justify;
  margin: -41px 50px;
}
.mp-reward-horizontal .mp-reward-tier-info i {
  position: absolute;
  margin: -40px 30px;
}
.mp-reward-horizontal .mp-reward-tier-info .mp-reward-tier-min-point {
  position: absolute;
  top: 140px;
  left: 15px;
  width: 50px;
  text-align: center;
}
.reward-milestone-tier .block-content .box-milestone-tier .box-image {
  height: 75px;
  margin-right: 10px;
}
.reward-milestone-tier .block-content .box-milestone-tier {
  display: flex;
  width: 100%;
}
.mp-reward-tier-description {
  position: absolute;
  margin: -13px 37px;
  padding: 0 0 0 15px;
}
@media only screen and (min-width: 600px) {
  .mp-reward-horizontal .mp-reward-progress-step {
    width: 30%;
  }
  .mp-reward-vertical {
    display: flex;
  }
  .mp-reward-vertical .mp-reward-progress {
    margin-left: 100px;
  }
  #mp-reward-milestone-tier.mp-reward-vertical .box-milestone-tier {
    width: 100%;
  }
  .mp-reward-tier-description {
    width: 130px;
    height: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .mp-reward-horizontal .mp-reward-progress-step {
    width: 31%;
  }
  .mp-reward-vertical {
    display: flex;
  }
  .mp-reward-vertical .mp-reward-progress {
    margin-left: 100px;
  }
}
.mp-reward-tier-info {
  font-size: 2rem;
  font-weight: 400;
}
.mp-reward-slide {
  position: relative;
  padding-top: 3rem;
  height: 330px;
}
.mp-reward-slide .reward-milestone-tier {
  position: relative;
  margin: 0;
  width: 100%;
}
.mp-reward-container {
  position: absolute;
  height: 280px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
}
#mp-reward-milestone-tier .mp-reward-step-image {
  top: 45px;
}
.mp-reward-tier-description p {
  font-size: 1rem;
  margin: 5px 0;
}
.mp-reward-slide .mp-reward-tier-description {
  background-color: white;
}
.mp-reward-slide .mp-reward-tier-min-point {
  top: 95px;
  left: 15px;
  position: absolute;
  color: #333333;
  font-weight: 700;
  width: 50px;
}
.mp-reward-step-progress {
  position: relative;
  top: 35%;
  left: 0;
  width: 75%;
  right: 0;
  margin: auto;
}
.mp-tier {
  position: absolute;
  text-align: center;
  border-radius: 50%;
  color: inherit;
  width: 80px;
  height: 80px;
  z-index: 2;
  font-size: 1.4em;
}
.mp-reward-slide .mp-tier img {
  width: 25px;
  height: 25px;
  margin-top: 25px;
}
.progress {
  width: 25%;
  position: absolute;
  top: 40px;
}
.bar {
  height: 100%;
  width: 0;
  transform: skew(-30deg);
}
.mp-reward-control div {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 75%;
  font-size: 3rem;
  text-align: center;
  opacity: 0.25;
}
.mp-reward-control div:hover {
  opacity: 1;
}
.mp-next-bar {
  right: 0;
}
.mp-next-bar:before {
  cursor: pointer;
  content: '\e608';
  font-family: 'luma-icons';
}
.mp-back-bar {
  left: 0;
}
.mp-back-bar:before {
  cursor: pointer;
  content: '\e617';
  font-family: 'luma-icons';
}
.mp-reward-slide .mp-reward-tier-name {
  position: absolute;
  text-align: justify;
  width: 200px;
  font-weight: 700;
  color: #333333;
  margin: -7.9rem 3.2rem;
}
.mp-reward-slide .mp-reward-tier-description {
  position: absolute;
  width: 120%;
  height: 45px;
  left: 3%;
  display: block;
  top: -45%;
  font-size: 1.4rem;
  text-align: justify;
}
.block-reward-dashboard .box-milestone-tier .box-image img {
  height: 75px;
}
/** Style on category page **/
.action.to_cart_by_points {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 12px 0 5px;
  margin: 0;
  background: none;
  border: none;
  box-shadow: none;
}
.action.to_cart_by_points img {
  width: 20px;
  height: 20px;
}
@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%;
  }
}
@font-face {
  font-family: VeloSans;
  src: url(../fonts/VELOSans-Regular.woff);
  font-weight: 500;
}
@font-face {
  font-family: VeloSans;
  src: url(../fonts/VELOSans-Medium.woff);
  font-weight: 700;
}
@font-face {
  font-family: VeloSans;
  src: url(../fonts/VELOSans-Bold.woff);
  font-weight: 900;
}
@font-face {
  font-family: VeloWWangle-Regular;
  src: url(../fonts/VeloWWangle-Regular.woff);
  font-weight: 500;
}
@font-face {
  font-family: VeloWWangle-Medium;
  src: url(../fonts/VeloWWangle-Medium.woff);
  font-weight: 700;
}
@font-face {
  font-family: VeloWWangle-Bold;
  src: url(../fonts/VeloWWangle-Bold.woff);
  font-weight: 900;
}
.velo-skyblue {
  color: #0095bb;
}
a,
body,
html,
p,
span,
ul,
h1,
h2,
h3,
h4 {
  font-family: VeloWWangle-Regular !important;
}
.modal-popup._show .modal-inner-wrap {
  box-shadow: none !important;
  border: none !important;
}
#modal-wrapper-quiz {
  display: none !important;
}
.btn-purple {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.btn-purple:hover {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
}
.btn-blue {
  background: #06c2e0 0% 0% no-repeat padding-box;
  border: 1px solid #06c2e0;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
}
.btn-blue:hover {
  background: #06c2e0 0% 0% no-repeat padding-box;
  border: 1px solid #06c2e0;
  border-radius: 30px;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none !important;
}
.btn-blue:active {
  background: #06c2e0 0% 0% no-repeat padding-box;
  border: 1px solid #06c2e0;
}
.btn-blue:focus {
  background: #06c2e0 0% 0% no-repeat padding-box;
  border: 1px solid #06c2e0;
}
.btn-purple-o {
  background: #254aa2;
  border: 1px solid #5862bf;
  border-radius: 30px;
  color: #5862bf;
  padding: 10px 20px;
}
.btn-purple-o:hover {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #5862bf;
  border-radius: 30px;
  color: #5862bf;
  padding: 10px 20px;
}
.close-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/close-icon.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.festival-home-text h2 {
  width: 60%;
  font-size: 44px;
  font-weight: 800;
  color: #00557d;
}
.festival-pdp-textgreen {
  background: url(../img/blue-banner-sf.png) !important;
  background-size: 100% 100% !important;
  padding: 80px 100px !important;
  background-repeat: no-repeat !important;
  height: 400px;
  box-sizing: border-box;
}
.question.div {
  background: url(../img/blue-gradient-sf.png) !important;
  background-size: 100% 100% !important;
  padding: 80px 100px !important;
  background-repeat: no-repeat !important;
  height: 500px;
  box-sizing: border-box;
  background-color: #f1f4f8 !important;
}
.input-control {
  height: 50px;
  background: #efefef;
}
.fz-12 {
  font-size: 12px !important;
}
.underline {
  text-decoration: underline;
}
.text-uppercase {
  text-transform: uppercase;
}
.fw-500 {
  font-weight: 500;
}
.fw-700 {
  font-weight: 700;
}
.mobile-only {
  display: none;
}
.text-yellow {
  color: #fff200;
}
.velo-primary-white-btn {
  background: #fff !important;
  text-transform: uppercase;
  border-radius: 20px;
  padding: 10px 15px;
}
@media screen and (max-width: 900px) {
  body .velo-home-banner .uk-dotnav {
    bottom: -65px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: 0 !important;
  }
  .opc-sidebar div span.title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px !important;
    display: block;
    padding: 0px 20px;
  }
  .question.div {
    background: linear-gradient(103.13deg, #01567e 0%, #018aa9 52.6%, #7adee9 100%) !important;
    padding: 20px !important;
    height: 690px !important;
  }
  .festival-pdp-textgreen {
    background-size: 100% 100% !important;
    padding: 60px 25px !important;
    height: 525px;
  }
  .about-rodeo-abo-col-title {
    width: 100% !important;
  }
  .catalogsearch-result-index #viewallproducts li {
    width: 100% !important;
  }
  .homepage-sticky-model.modal-popup .modal-inner-wrap {
    width: 100% !important;
    background: #01567e !important;
    margin: 0;
    right: 0 !important;
    left: auto;
    height: 100% !important;
  }
  .order-success-container {
    display: flex;
    flex-direction: column;
  }
  .checkout-success {
    width: auto !important;
    background: #fff;
    padding: 0 5%;
  }
  .mobile-only {
    display: block !important;
  }
  .desktop-only {
    display: none;
  }
}
/* FAQ PAGE RELATED CSS */
.answer-container {
  display: none;
}
.question-container {
  font-weight: bold;
  display: flex;
  width: 100%;
  cursor: pointer;
  border-bottom: 1px solid #00bed5;
}
.question-container p {
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-size: 18px;
  margin: 0px;
  padding: 10px 0px;
}
.question-container p:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 22px;
  color: inherit;
  content: "\002b";
  font-family: "icons-blank-theme";
  margin: 0;
  display: flex;
}
.question-container.open p:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 22px;
  color: inherit;
  content: "\002d";
  font-family: "icons-blank-theme";
  margin: 0;
  display: flex;
  font-weight: bold;
}
.question-content {
  width: 100%;
}
.faq-wrapper {
  background: #f1f4f8;
  padding: 50px 0;
}
.question-row {
  width: 60%;
  margin: auto;
}
.answer-content p {
  margin-top: 15px;
}
.minicart-subtotal {
  display: none;
}
.faq-index-index .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.faq-index-index .faqhome-wrapper > div {
  max-width: 100%;
}
.full-width {
  width: 100%;
}
.full-width img {
  width: 100%;
}
.faq-first-row {
  display: flex;
}
.faq-collection {
  background: #eee;
  padding: 50px;
  width: 60%;
}
.faqhome-wrapperright {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 10%;
}
.faqhome-wrapperright .faq-img-col {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.faqhome-wrapperright .faq-img-col img {
  width: 150px;
  margin-bottom: 30px;
}
.faq-content .faq-accordion {
  display: none;
}
.faq-content .group-title {
  display: none;
}
.faq-content .faq-accordion:nth-child(2) {
  display: block;
}
.velo-faq-section-header {
  margin-top: 60px;
  padding-left: 30px;
  margin-bottom: 60px;
}
.velo-faq-section-header h1 {
  font-weight: bold;
  margin-bottom: 10px;
}
.velo-faq-section-header h1.cyan-blue-text {
  color: #0095bb;
}
.faq-groups .faq-group .faq-group-image {
  display: none;
}
.faq-groups .faq-group .faq-groupname {
  padding: 15px;
  color: #fff;
  margin-right: 50px;
}
.faq-groups .faq-group .faq-groupname a {
  color: #fff;
}
.faq-accordion .ui-accordion-header {
  border: none;
  background: none;
  border-top: 2px solid #888;
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}
.faq-accordion .ui-accordion-header:hover {
  background: none;
  color: #454545;
}
.faq-content .group-title {
  display: none;
}
.faq-content .ui-state-active,
.faq-content .ui-widget-content .ui-state-active,
.faq-content .ui-widget-header .ui-state-active {
  color: #454545;
}
.faq-content .ui-accordion-content {
  background: none;
  border: none;
}
.faq-content .ui-accordion .ui-state-default:after {
  content: "+";
  border-radius: 50%;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
}
.faq-content .ui-accordion .ui-state-active:after {
  content: "-";
  border-radius: 50%;
  border: 1px solid #000;
  width: 20px;
  height: 20px;
  text-align: center;
  vertical-align: middle;
  line-height: 18px;
}
.faqhome-wrapperfooter div {
  max-width: 100% !important;
}
.faqhome-wrapperfooter div .faq-footer {
  padding: 30px;
  display: flex;
  justify-content: space-around;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 5%;
  padding-right: 5%;
}
.faqhome-wrapperfooter div .faq-footer img {
  width: 25%;
}
.faq-content .faq-accordion.show {
  display: block !important;
}
.faq-content .faq-accordion.hide {
  display: none !important;
}
.faq-groups .faq-group .faq-groupname {
  background: #c6c6c6;
  border-color: #c6c6c6;
  border-top: 8px solid #c6c6c6;
  border-bottom: 8px solid #c6c6c6;
}
.faq-groups .faq-group .faq-groupname.selected {
  background: #02163a;
  border-bottom: 8px solid #0091b6;
  border-top: 8px solid #02163a;
}
.faq-index-index .page-title-wrapper {
  display: none;
}
.faq-index-index .nav-sections {
  display: none;
}
/* FAQ PAGE RELATED CSS */
/* FOOTER RELATED CSS */
.footer-wrapper > div {
  width: 100%;
  max-width: 100% !important;
}
.footer-wrapper > div > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.velo-footer-wrapper .velo-footer-first-row {
  background: #000f2c;
  padding: 15px;
}
.velo-footer-second-row {
  background: #02163a;
  display: flex;
  padding: 20px 100px;
  padding-bottom: 100px;
}
.velo-footer-second-row .footer-logo {
  width: 20%;
  text-align: center;
  padding-top: 50px;
}
.velo-footer-second-row .footer-links {
  width: 75%;
  display: flex;
  padding-top: 30px;
  justify-content: space-between;
}
.velo-footer-second-row .footer-links .footer-col {
  width: 30%;
}
.velo-footer-second-row .footer-links .footer-col .footer-col-title {
  color: #fff;
  border-bottom: 3px solid #5a6b81;
  margin-bottom: 20px;
}
.velo-footer-second-row .footer-col-links a {
  color: #fff;
}
.velo-footer-third-row {
  background: #02163a;
  padding: 40px;
}
.velo-footer-third-row p {
  color: #fff;
  font-size: 12px;
}
.velo-footer-fifth-row {
  padding: 20px 80px;
  display: flex;
  padding-bottom: 0;
  justify-content: center;
}
.velo-footer-fifth-row .age-logo-wrapper {
  width: 10%;
  text-align: center;
}
.velo-footer-fifth-row .age-logo-wrapper img {
  width: 50px;
}
.velo-footer-fifth-row .warning-text-footer {
  width: auto;
  justify-content: center;
  display: flex;
}
.velo-footer-fifth-row .warning-text-footer p {
  text-align: left;
}
.warning-text-footer p {
  font-size: 10px;
}
.footer-col-links {
  display: flex;
  flex-direction: column;
}
.footer-col-links > a {
  margin-bottom: 10px;
  text-transform: uppercase;
}
.footer-col-links .open-hours-div {
  margin-top: 30px;
}
.footer-col-links .open-hours-div p {
  color: #fff;
}
.footer-col-links .open-hours-div ul {
  list-style-type: none;
  padding-left: 0;
}
.footer-col-links .open-hours-div ul li {
  color: #fff;
}
.footer-col-links .open-hours-div p:after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 20px;
  background: url(../img/chevron-down.png);
  position: relative;
  left: 40px;
  top: 4px;
  background-position: center;
  background-size: contain;
}
.footer-col-links .open-hours-div ul {
  display: none;
}
.velo-footer-wrapper .footer-logo img {
  width: 80px !important;
}
.warning-text-footer p {
  font-size: 16px;
}
.velo-footer-fifth-row .warning-text-footer {
  justify-content: center;
}
.velo-link-box-wrapper a img {
  width: 100%;
}
.velo-link-box-wrapper a {
  width: 30%;
}
.copyright-footer {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 2px;
}
/* FOOTER RELATED CSS */
/* HEADER RELATED CSS */
.page-header .header.content {
  display: flex;
  width: 100%;
  max-width: 100%;
  background: #01567e;
  border-bottom: 1px solid #7adee9;
  padding: 16px 5%;
  box-sizing: border-box;
}
.page-header .header.content .menu-top-ul {
  list-style-type: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  height: 100%;
}
.page-header .header.content .maindiv {
  width: 70%;
  padding-right: 0;
}
#search {
  display: inline-block;
  position: relative;
  left: unset;
  width: 100%;
  float: right;
  background: #00819e66;
  border: 1px solid #00819e66;
  color: #fff;
  font-size: 14px !important;
}
.search ::placeholder {
  color: #fff !important;
  opacity: 1;
  /* Firefox */
}
.block-search {
  width: 30%;
  padding-left: 0;
  margin-right: 15px;
}
.block-search .block-content {
  margin-top: 0px !important;
}
.page-header .header.content .maindiv .menu-top-ul .velo-header-logo {
  width: 100%;
}
.page-header .header.content .menu-top-ul li.account-login * {
  color: #fff;
}
.page-header .header.content .menu-top-ul li.cart-home {
  display: none;
}
.page-header .header.content .menu-top-ul li.language .options {
  display: none;
}
.page-header .header.content .menu-top-ul li.language {
  margin-top: 5px;
  margin-right: 0 !important;
}
.account-dropdown {
  display: none;
  position: absolute;
  z-index: 999999;
}
.account-login:hover .account-dropdown {
  display: flex;
  position: absolute;
  background: #fff;
  width: 80px;
  padding: 10px 10px 0px 10px;
}
.account-dropdown ul {
  margin: 0px;
}
.testedbyscientists,
.standardshipping,
.moneybackdiv {
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu-top-ul li.language .selected a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 22px;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  margin: 0;
}
.page-header .maindivlinks .menulinks-top-ul {
  list-style-type: none;
  display: flex;
  margin-bottom: 0 !important;
  justify-content: space-between;
  padding: 0px 20px !important;
  box-sizing: border-box;
}
.page-header .maindivlinks {
  background: #01567e;
  padding: 5px 5%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.menulinks-top-ul li img {
  width: 25px;
}
.velo-cart-home img,
.velo-blog-home img {
  width: 18px !important;
}
.page-header .maindivlinks .menulinks-top-ul {
  list-style-type: none;
  display: flex;
  margin-bottom: 0 !important;
  justify-content: space-between;
}
.page-header .maindivlinks .menulinks-top-ul li {
  margin-bottom: 0;
  color: #fff;
}
.page-header .maindivlinks .menulinks-top-ul li a {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
}
.menulinks-top-ul li {
  display: flex;
  align-items: center;
}
.menulinks-top-ul li img {
  margin-right: 20px;
}
.menulinks-top-ul {
  align-items: center;
}
.page-header .header.content .menu-top-ul li.cart-home {
  display: inline-block;
}
.menu-top-ul .velo-header-logo {
  width: 60% !important;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
}
.menu-top-ul li.float-right div {
  display: flex;
  flex-direction: column;
}
.menu-top-ul li.float-right {
  display: inline-block;
  float: right;
  margin-right: 20px;
  margin-top: 15px;
}
.menu-top-ul {
  display: inline-block;
  padding: 0;
}
.menu-top-ul li.float-right img {
  width: 30px;
}
.menu-top-ul li.float-right a {
  font-size: 10px;
  color: #fff;
}
.menu-top-ul li.float-right a {
  text-align: center;
}
.page-header .menu-top-ul {
  margin-bottom: 10px;
}
.menu-top-ul li.account-login div {
  margin-right: 0 !important;
}
.page-header .customtext {
  background: #06c2e0;
  text-align: center;
  padding: 5px;
  font-size: 12px;
  color: #fff;
}
.minicart-wrapper {
  margin-left: 0;
}
.minicart-wrapper .action.showcart:before {
  content: "";
  background: url(../img/cart-icon.png);
  width: 34px;
  height: 34px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 5px;
}
.page-header .header.content .language {
  margin-top: 0;
  margin-right: 0 !important;
  margin-left: 15px;
}
.header .language.float-right div {
  display: flex;
  flex-direction: column;
}
.header .language .selected a {
  font-size: 12px;
  color: #fff;
  border: 1px solid;
  padding: 6px;
  height: 20px;
  display: flex;
  align-items: center;
}
.linkshop {
  width: 50px;
}
.header .language a {
  color: #000;
  text-decoration: none;
}
.header .language .selected a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  width: 25px;
  line-height: 22px;
  color: inherit;
  content: "\e622";
  font-family: "icons-blank-theme";
  margin: 0;
  margin-left: -3px;
  /*   display: none; */
}
.page-header .header.content .language .options {
  display: none;
}
.page-header .header.content .language:hover .options {
  display: flex !important;
}
.page-header .header.content .language .drop-down {
  position: relative !important;
}
.header .language .options {
  position: absolute;
  background: #fff;
  top: 100%;
  z-index: 999999;
  width: 100%;
}
.header .language .options ul {
  list-style-type: none;
  color: #000;
  padding-left: 10px !important;
  padding-right: 10px !important;
  padding-top: 10px !important;
  margin: 0;
}
.new-class-wrapper-div {
  display: flex;
  align-items: center;
}
.header.content .velo-header-logo img {
  max-width: 100px;
  position: static;
  top: 10px;
  display: block;
}
.minicart-wrapper span.price {
  font-size: 10px;
  color: #fff;
  line-height: 10px !important;
}
.minicart-wrapper span.text {
  display: none !important;
}
.minicart-wrapper div.basketinfo {
  font-size: 10px;
}
.minicart-wrapper .counter.qty {
  position: absolute;
  padding: 5px !important;
  height: auto !important;
  width: auto !important;
  font-size: 10px;
  min-width: auto !important;
  line-height: 5px !important;
  right: -5px;
}
.menu-top-ul li.language .selected a {
  font-size: 14px;
  line-height: 40px;
}
.menu-top-ul li.language {
  margin-bottom: 0;
  margin-right: 30px !important;
  position: relative;
}
.menu-top-ul li.language .selected:hover + .options {
  display: inline-block !important;
}
.menu-top-ul li.language .options {
  position: absolute;
  background: #fff;
  top: 80%;
}
.menu-top-ul li.language .options ul {
  list-style-type: none;
  color: #000;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}
.menu-top-ul li.language .options ul li * {
  color: #000;
}
.menu-top-ul li.language .selected a:hover {
  text-decoration: none;
}
.menu-top-ul li.language .options:hover {
  display: inline-block !important;
}
.menu-top-ul .account-login div.account-dropdown {
  position: absolute;
  background: #fff;
  padding-left: 5px;
  padding-top: 5px;
  left: 0;
  top: 100%;
  width: 85px;
  display: none;
  z-index: 99999;
}
.menu-top-ul .account-login:hover div.account-dropdown {
  display: block;
}
.account-login .account-dropdown li a {
  color: #000 !important;
  font-size: 10px;
}
.account-login .account-dropdown ul {
  padding-left: 0;
  list-style-type: none;
  width: 100% !important;
  margin-right: 0;
}
.account-login {
  position: relative;
}
.account-login .account-dropdown li {
  margin-right: 0 !important;
}
.menulinks-top-ul li a {
  text-decoration: none;
}
.menulinks-top-ul li a:hover {
  text-decoration: none;
}
.maindivlinkfreeship {
  display: flex;
  background: #7adee9;
  padding: 5px;
  justify-content: center;
}
.maindivlinkfreeship img {
  width: 22px;
  margin-right: 10px;
}
/* HEADER RELATED CSS */
/* HOME PAGE RELATED CSS */
.cms-velo-home .main > div {
  width: 100%;
  max-width: 100%;
}
.cms-velo-home .main div.block-static-block > div {
  width: 100%;
  max-width: 100%;
}
.cms-velo-home .main div.block-static-block div {
  padding: 0 !important;
}
.cms-velo-home .page-title-wrapper {
  display: none;
}
.cms-velo-home #mp_rw_socials_earning {
  display: none;
}
.customtext {
  margin-bottom: 0;
}
.home-banner .uk-slidenav {
  display: none;
}
.why-velo-content {
  display: flex;
  width: 60%;
  margin-left: 20%;
  margin-bottom: 50px;
  margin-top: 100px;
  align-items: center;
}
.why-velo-left {
  padding: 20px;
  width: 30%;
}
.why-velo-right {
  padding: 20px;
  width: 70%;
}
.why-velo-left h2 {
  font-weight: bold;
  font-size: 33px;
}
.why-velo-right p {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}
.how-to-velo {
  background: #041e42;
  padding: 50px;
  padding-left: 10%;
  padding-right: 10%;
}
.how-to-velo h1 {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  padding-left: 50px;
  padding-right: 50px;
}
.how-velo-list {
  display: flex;
}
.how-velo-list .how-velo-box {
  width: 25%;
  padding: 50px;
}
.how-velo-box p.how-velo-title {
  color: #fff;
  text-align: center;
}
.how-velo-box img + p {
  color: #fff;
  font-size: 14px;
}
.how-to-velo h1 {
  text-align: center;
  margin-bottom: 20px;
}
.nicotine-home-list .product-list-buy-addtocart form {
  display: flex;
  justify-content: space-between;
}
.nicotine-home-list .product-list-buy-addtocart form .field {
  width: 40%;
}
.nicotine-home-list .product-list-buy-addtocart form .tocart {
  width: 50%;
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
/* HOME PAGE RELATED CSS */
/* HOME PAGE CATALOG LIST CSS */
.catalog-category-view .velo-labs-hyperlink-orange {
  display: none;
}
.products.wrapper .product-name-price .product-item-name {
  min-height: 50px;
}
.products.wrapper .product-list-description {
  min-height: 90px;
}
.nicotine-home-list .products-new-grid {
  display: flex;
}
.nicotine-home-list .products-new-grid img.lownic {
  width: 30%;
}
.nicotine-home-list .products-new-grid .products.list {
  width: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.nicotine-home-list {
  padding-left: 10%;
  padding-right: 10%;
}
.nicotine-home-list .uk-slider {
  width: 100%;
}
.nicotine-home-list .uk-slider li .product-item-info {
  width: 100%;
}
.nicotine-home-list .lownic {
  margin-right: 50px;
}
.nicotine-home-list .lownic {
  width: 30%;
}
.nicotine-home-list .uk-slider {
  width: 70%;
}
.product-item .madetag {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  width: auto !important;
}
.madetag-icon {
  width: 80px !important;
}
.catalog-product-view .madetag {
  width: 100px;
  position: absolute !important;
  top: 0;
  right: 16% !important;
  z-index: 99 !important;
}
.madetag-icon {
  width: 80px;
}
.products.wrapper .product-name-price {
  display: flex;
}
.products.wrapper .product-name-price .product-item-name a {
  font-size: 14px;
}
.products.wrapper .product-name-price .product-item-name a:hover {
  font-size: 14px;
  color: #000;
}
.products.wrapper .product-name-price .product-list-price span {
  font-size: 14px;
  color: #000;
}
.products.wrapper .product-name-price .product-item-name {
  width: 50%;
}
.products.wrapper .product-name-price .product-list-price {
  width: 50%;
  text-align: right;
}
.products.wrapper .product-name-price .product-list-price span {
  width: 100% !important;
}
.products.wrapper .product-list-intensity-size {
  display: flex;
}
.product-list-intensity {
  width: 50%;
}
.product-list-size {
  width: 50%;
  text-align: right;
}
.product-list-intensity {
  display: flex;
  flex-direction: column;
}
.product-list-intensity {
  color: #000;
  font-size: 10px;
}
.product-list-size img {
  width: 70%;
}
.product-list-description {
  color: #000;
  padding: 5px;
  margin-top: 10px;
}
.products-new-grid li {
  padding: 30px;
  padding-top: 0;
}
.product-list-buy-addtocart {
  display: flex;
  margin-top: 10px;
}
.product-list-buy-addtocart .product-item-link {
  color: #041e42;
  text-transform: uppercase;
  font-weight: 700;
}
.product-list-buy-addtocart .product-item-link:hover {
  color: #041e42;
  text-transform: uppercase;
  text-decoration: none;
}
.product-list-buy-addtocart {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.nicotine-strength-icon {
  width: 70px !important;
  margin-bottom: 5px;
}
.packet-size-icon {
  width: 70px !important;
}
.how-to-velo {
  margin-bottom: 70px;
}
.nicotine-home-list .product-list-section-title-wrapper {
  display: flex;
  justify-content: space-between;
}
.nicotine-home-list .product-list-section-title-wrapper .product-list-section-title {
  padding: 10px 30px;
  font-size: 33px;
  color: #fff;
  margin-bottom: 0;
}
.nicotine-home-list .product-list-section-title-wrapper a {
  font-size: 14px !important;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
.product-list-section-title-wrapper a {
  display: flex;
  width: 150px;
  align-items: center;
  justify-content: flex-end;
}
.product-list-section-title-wrapper a img {
  width: 20px;
  margin-left: 5px;
}
.product-list-section-title.low-nicotine {
  background: #008f7f;
}
.product-list-section-title.mid-nicotine {
  background: #e84e56;
}
.product-list-section-title.high-nicotine {
  background: #000000;
}
.products.grid .product.item a.product-item-link {
  color: #041e42;
  font-weight: 900;
}
.velo-link-box-wrapper {
  display: flex;
  padding-left: 10%;
  padding-right: 10%;
  justify-content: space-around;
  margin-top: 150px;
  margin-bottom: 100px;
}
.velo-link-box-wrapper img {
  width: 30%;
}
.nicotine-home-list .product-list-buy-addtocart {
  border-top: 1px solid #6a7a90;
  margin-top: 15px;
  padding-top: 15px;
}
.nicotine-home-list .uk-slider-nav.uk-dotnav {
  display: none;
}
.nicotine-home-list li.item:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 102%;
  height: 106%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  box-shadow: 2px 10px 30px #eee;
}
.nicotine-home-list li.item:hover:after {
  display: block;
  top: -15px;
  z-index: 1;
}
.nicotine-home-list li.item .product-item-info {
  position: relative;
  z-index: 999;
}
.nicotine-home-list .product-new-slider .uk-slider-container {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
/* HOME PAGE CATALOG LIST CSS */
/* PDP PAGE CSS */
.catalog-product-view .custom-productname {
  color: #000;
}
.catalog-product-view .box-tocart .actions .tocart {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.catalog-product-view .columns .main {
  width: 100%;
  padding: 0 5%;
  box-sizing: border-box;
  margin-bottom: 60px;
}
.catalog-product-view .columns {
  margin-bottom: 60px;
}
.catalog-product-view .page-main {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.catalog-product-view .product.media .fotorama__stage {
  width: 100% !important;
  /* height: 400px !important; */
}
.catalog-product-view .fotorama__nav-wrap {
  background: #fff;
}
.catalog-product-view .product-info-main {
  width: 38%;
  padding-left: 12% !important;
}
.catalog-product-view .breadcrumbs {
  display: none;
}
.pdp-earning-rate {
  background: #eeeff9;
  padding: 15px;
  display: flex;
  flex-direction: revert;
  align-items: center;
}
.pdp-earning-rate p {
  margin-bottom: 0px;
  font-family: VeloWWangle-Regular !important;
  font-size: 14px;
  color: #5862bf;
  font-weight: 900;
}
.pdp-earning-rate span {
  color: #5862bf;
  font-weight: 700;
  text-transform: uppercase;
  font-family: VeloWWangle-Regular !important;
  font-size: 14px;
}
.catalog-product-view .newtag {
  top: 0;
  left: 15%;
}
.pdp-deliverynote {
  background: #eee;
  padding: 15px;
  display: flex;
  margin-top: 10px;
}
.pdp-deliverynote p {
  margin: 0;
  font-weight: 600;
  text-transform: uppercase;
  font-family: VeloWWangle-Regular !important;
  font-size: 14px;
  letter-spacing: 4%;
}
.fotorama__nav-wrap .fotorama__nav__frame .fotorama__thumb {
  background: #f1f4f8;
}
.catalog-product-view .fotorama__stage__frame .fotorama__img {
  background: #f1f4f8;
}
.catalog-product-view .fotorama__nav__frame {
  width: 80px !important;
  background: #f1f4f8;
  margin: 10px 0px;
}
.catalog-product-view .block.related {
  margin-top: 100px !important;
  display: inline-block;
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
}
.catalog-product-view .custom-productname {
  font-size: 30px;
  font-weight: 700;
}
.catalog-product-view .pdp-recycle-icon {
  position: absolute;
  top: 0;
  right: 30px;
}
.catalog-product-view .product-info-main {
  position: relative;
  padding-right: 0;
}
.catalog-product-view .pdp-nicotine-strength {
  margin-top: 20px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
}
.catalog-product-view .pdp-nicotine-strength img {
  width: 85px !important;
  height: 25px;
  margin: 0px !important;
  margin-left: 20px !important;
}
.catalog-product-view .pdp-nicotine-strength p {
  font-size: 10px;
  margin-top: 8px;
  font-family: VeloWWangle-Regular !important;
  font-weight: 400;
  margin: 0;
}
.catalog-product-view .product-info-price .product-info-stock-sku {
  display: none;
}
.catalog-product-view .price-box.price-final_price {
  margin-top: 20px;
}
.catalog-product-view .price-box.price-final_price span.price {
  font-size: 17px;
  font-weight: 700;
  font-family: VeloWWangle-Bold !important;
}
.catalog-product-view .product.alert.price {
  display: none;
}
.catalog-product-view .box-tocart .fieldset {
  display: flex;
  flex-direction: column-reverse;
}
.catalog-product-view .box-tocart {
  width: 100%;
}
.catalog-product-view .box-tocart .actions .tocart {
  width: auto;
  border-radius: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-size: 14px;
}
.catalog-product-view .box-tocart .actions .tocart {
  margin-bottom: 20px;
}
.catalog-product-view .box-tocart .qty {
  display: flex !important;
  padding-right: 0 !important;
}
.catalog-product-view .box-tocart .qty .control {
  display: flex;
}
.catalog-product-view .box-tocart .qty label {
  width: 30% !important;
  background: #5862bf;
  text-align: center !important;
  line-height: 40px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 20px 0 0 20px;
  margin-bottom: 0 !important;
  display: none !important;
}
.catalog-product-view .box-tocart .qty .control input {
  height: 40px;
  border: none;
  width: 33%;
  font-weight: 700;
  font-family: VeloWWangle-Bold !important;
  font-size: 18px;
  padding: 0;
}
.catalog-product-view .box-tocart .qty .control {
  width: 70% !important;
  border: 2px solid #5862bf;
  border-radius: 30px;
}
.catalog-product-view .swatch-option.image:not(.disabled):hover {
  border: 1px solid #d6ecfd !important;
  background-color: #d6ecfd !important;
  outline: none !important;
}
.catalog-product-view .one-time-purchase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #254aa2;
  padding: 15px;
  margin-bottom: 5px;
}
.catalog-product-view .subscrption-purchase {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #d7dbe1;
  padding: 15px;
  margin-bottom: 5px;
}
.catalog-product-view .one-time-purchase .price-box {
  margin: 0px;
}
.catalog-product-view .one-time-purchase .price-box span,
.catalog-product-view .one-time-purchase .one-time-label,
.catalog-product-view .subscrption-purchase span {
  font-size: 14px !important;
  color: #254aa2 !important;
  font-weight: 700;
  font-family: VeloWWangle-Regular !important;
}
.catalog-product-view .product-pdp-price input {
  margin-top: 0px;
  accent-color: #254aa2;
}
.one-time-purchase-title,
.subscrption-title {
  display: flex;
  align-items: center;
}
.subscrption-title-link {
  display: flex;
}
.subscrption-title-link a {
  margin-left: 10px;
  color: #254aa2;
}
.catalog-product-view .box-tocart .qty .control span {
  line-height: 40px;
  width: 33%;
  border: none !important;
  font-weight: bold;
}
.catalog-product-view .box-tocart .qty .control span button {
  border: none;
  background: none;
  font-size: 28px;
  color: #254aa2;
  font-family: VeloWWangle-Regular !important;
}
.catalog-product-view .box-tocart .qty .control span button:hover,
.catalog-product-view .box-tocart .qty .control span button:active,
.catalog-product-view .box-tocart .qty .control span button:focus {
  border: none;
  background: none;
  font-size: 20px;
}
.catalog-product-view .box-tocart .qty .control span.plus {
  text-align: right;
}
.catalog-product-view .product-pdp-description {
  font-size: 16px;
  font-family: VeloWWangle-Regular !important;
  color: #5d5f63;
  font-weight: 400;
  line-height: 24px;
  margin-top: 20px;
}
.catalog-product-view .qty .label span {
  line-height: 44px;
  font-size: 12px !important;
}
.pdp-meta-link.free-trial {
  margin-top: 20px;
}
#customproductpdp-addtocart-button {
  display: none;
}
.pdp-meta-link {
  color: #000 !important;
}
.pdp-meta-link a {
  color: #000 !important;
  font-weight: 600;
  font-size: 12px;
  font-family: VeloWWangle-Regular !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
}
.pdp-meta-link a img {
  float: right;
  margin-left: 10px;
  position: static;
  width: 20px;
  height: auto;
}
.pdp-meta-link a img.next-arrow-link {
  width: 20px;
  position: relative;
  top: 4px;
}
.catalog-product-view .block.related .title * {
  font-size: 30px !important;
  font-weight: 700;
}
.catalog-product-view .block-content {
  margin-top: 70px;
}
.catalog-product-view .block-content li .product-item-info {
  width: 100%;
}
.catalog-product-view .block-content li .product-item-info .photo {
  width: 80% !important;
}
.catalog-product-view .block-content li .product-item-info .photo > span {
  width: 80% !important;
}
.catalog-product-view .block-content li .product-item-info .photo span img {
  width: 100% !important;
  margin: 0;
}
.block.related li .related-list-name-price {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
.block.related li .related-list-name-price .price-box {
  margin: 0;
  font-size: 16px;
}
.block.related li .related-list-name-price .name {
  font-size: 16px;
  margin: 0;
}
.action.edit,
.action.delete {
  color: #254aa2 !important;
}
.block.related li .related-list-name-price .price-box span {
  font-size: 16px;
}
.block.related .related-list-intensity-size {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.block.related .related-list-intensity p {
  font-size: 10px;
}
.block.related .product-list-buy-addtocart {
  margin-top: 15px;
}
.catalog-product-view .fotorama__thumb-border {
  display: none;
}
.catalog-product-view .fotorama__nav__frame.fotorama__active {
  border: 2px solid #ff0000;
}
.fotorama__nav.fotorama__nav--thumbs {
  padding-bottom: 10px;
  margin-left: 20px;
}
.catalog-product-view .ice-max .fotorama__stage .fotorama__stage__frame {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position-y: center;
}
.catalog-product-view .mint .fotorama__stage .fotorama__stage__frame {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position-y: center;
}
.catalog-product-view .hugo .fotorama__stage .fotorama__stage__frame {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position-y: center;
}
.catalog-product-view .frost .fotorama__stage .fotorama__stage__frame {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position-y: center;
}
.catalog-product-view .mix .fotorama__stage .fotorama__stage__frame {
  background-size: 60%;
  background-repeat: no-repeat;
  background-position-y: center;
}
.catalog-product-view .product.media {
  position: relative !important;
  width: 45% !important;
}
.catalog-product-view .custom-productname {
  text-align: left;
  font-family: VeloWWangle-Bold !important;
  font-size: 30px;
}
.catalog-product-view #customproduct-addtocart-button {
  margin-top: 60px;
  margin-left: 0;
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.catalog-product-view .freebacktohome {
  text-align: left !important;
}
/* PDP PAGE CSS */
/* ABOUT US PAGE */
.cms-about-velo .page-title-wrapper {
  display: none;
}
.cms-about-velo .breadcrumbs {
  display: none;
}
.cms-about-velo .main > div {
  max-width: 100%;
}
.cms-about-velo .nav-sections {
  display: none;
}
.cms-about-velo .main div.our-story-banner {
  background: #041e42;
  display: flex;
  padding: 0px !important;
  align-items: stretch;
}
.cms-about-velo .our-story-banner-left {
  width: 63%;
  justify-content: center;
  display: flex;
  margin-left: -30px;
}
.cms-about-velo .our-story-banner-right {
  width: 37%;
  background: #041e42;
  padding: 20px;
}
.cms-about-velo .our-story-banner .our-story-banner-right {
  padding-top: 40px !important;
  padding-bottom: 60px !important;
}
.our-story-banner-right h1 {
  color: #fff;
  font-size: 28px;
  margin-bottom: 12px;
}
.our-story-banner-right h1 span {
  display: block;
  font-weight: 700;
}
.our-story-banner-right p {
  color: #fff;
  font-size: 12px;
  width: 80%;
}
.our-story-banner-right ul {
  margin-top: 20px;
  color: #fff;
  list-style-type: none;
  width: 80%;
}
.our-story-banner-right ul li {
  margin-bottom: 20px;
}
.our-story-banner-left img {
  width: 100%;
  object-fit: contain;
}
.banner-velo-packsize li {
  display: flex;
  font-size: 12px !important;
  align-items: center;
}
.banner-velo-packsize li img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.banner-velo-packsize li p {
  font-size: 12px;
}
.banner-velo-packsize {
  padding-left: 0;
}
.our-story-banner {
  /*background-image: url(../img/velo-watermark-img.png) !important; */
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position-x: 0 !important;
}
.cms-about-velo .our-story-page-wrapper div.velo-story-intensity {
  display: flex;
  padding: 50px !important;
  align-items: flex-end;
  padding-left: 100px !important;
  padding-right: 100px !important;
}
.cms-about-velo .velo-story-intensity-left h1 {
  text-transform: uppercase;
  font-size: 33px;
  font-weight: 900;
  margin-top: 60px;
}
.cms-about-velo .velo-story-intensity-left h1 span {
  display: block;
}
.cms-about-velo .velo-story-intensity-left p {
  font-size: 16px;
  width: 60%;
}
.cms-about-velo .velo-story-intensity-left {
  width: 50%;
}
.cms-about-velo .velo-story-intensity-right {
  width: 60%;
}
.cms-about-velo .velo-intensity-category {
  display: flex;
  margin-bottom: 30px;
}
.cms-about-velo .velo-intensity-category a {
  font-size: 16px;
  font-weight: 900;
  color: #041e42;
  margin-right: 0px;
  padding-right: 20px;
  border-bottom: 3px solid #041e42;
  padding-left: 10px;
}
.velo-cat-box {
  display: flex;
}
.velo-cat-box .velo-cat-left {
  width: 50%;
}
.velo-cat-box .velo-cat-right {
  width: 50%;
}
.velo-cat-box .velo-cat-right h2 {
  font-weight: 800;
  color: #041e42;
  font-size: 30px;
  margin-bottom: 0;
}
.velo-cat-box .velo-cat-right p {
  font-size: 14px;
  width: 100%;
  margin-top: 30px;
}
.intensity-cat-box-wrapper {
  display: none;
}
.intensity-cat-box-wrapper.active {
  display: block;
}
.cms-about-velo .velo-intensity-category a {
  width: 25%;
  font-size: 14px;
  text-align: center;
  padding-bottom: 10px;
}
.cms-about-velo .velo-intensity-category a.active {
  color: #0095bb;
  border-color: #0095bb;
}
.intensity-cat-box-wrapper p.velo-intensity-note {
  text-align: center;
  margin-bottom: 30px;
}
.velo-cat-right .btn-purple {
  position: absolute;
  bottom: 0;
}
.velo-cat-right {
  position: relative;
}
.velo-hassle-free {
  background: #efefef;
  padding: 50px !important;
}
.cms-about-velo .main div.velo-hassle-free {
  padding: 100px !important;
  display: flex;
  align-items: flex-end;
}
.velo-hassle-free-left {
  width: 30%;
}
.velo-hassle-free-right {
  width: 100%;
}
.velo-hassle-free-left h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 33px;
}
.velo-hassle-free-left p.medium-text {
  font-weight: 700;
}
.hassle-free-disclaimer {
  font-size: 8px;
  margin-top: 40px;
}
.cms-about-velo .main div > div .velo-hassle-free-right {
  padding: 50px !important;
  padding-bottom: 0 !important;
  padding-left: 100px !important;
}
.cms-about-velo .main div > div .how-to-velo {
  padding: 100px !important;
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}
.cms-about-velo .how-to-velo h1 {
  font-size: 33px;
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
}
.cms-about-velo .how-velo-list {
  width: 80%;
  margin: auto;
}
.cms-about-velo .how-velo-list .how-velo-box {
  padding: 30px !important;
}
.cms-about-velo .how-velo-list .how-velo-box img + p {
  font-size: 12px;
}
.cms-about-velo .main div > div .velo-flavors-serve {
  padding: 100px !important;
  padding-top: 60px !important;
  display: flex;
}
.velo-flavors-serve .velo-flavors-left {
  width: 50%;
}
.our-story-page-wrapper .velo-flavors-serve div.velo-flavors-right {
  width: 50%;
  padding-left: 50px !important;
  padding-right: 50px !important;
}
.velo-flavors-right h1 {
  font-size: 33px;
  font-weight: 900;
  margin-bottom: 0 !important;
}
.velo-flavors-right h1 span {
  display: block;
}
.velo-flavors-right hr {
  height: 2px;
  background: #0095bb;
  border: 1px solid #0095bb;
  width: 25%;
}
.velo-flavors-right p {
  font-size: 16px;
  font-weight: 700;
  width: 80%;
}
.velo-flavors-serve {
  background-image: url(../img/velo-blue-watermark-img.png) !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position-x: 0 !important;
}
.cms-about-velo .main div > div .velo-testimonials {
  padding: 100px !important;
  padding-top: 150px !important;
  display: flex;
  flex-direction: column;
}
.velo-testimonials h1 {
  text-align: center;
  margin-top: 50px;
  font-weight: 900;
  font-size: 33px;
}
.testimonial-slider {
  width: 100%;
  margin-left: 0%;
}
.velo-hassle-free-right .uk-slider-container {
  display: inline-block;
  width: 70%;
}
.velo-hassle-free-right .uk-slider + img {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
.velo-hassle-free-right {
  display: flex;
}
.recycle-img {
  width: 26.5%;
  margin-left: 10px;
  background: #041e42;
}
/* ABOUT US PAGE */
/* CATALOG PAGE CSS */
.category-velo .modal-popup .modal-inner-wrap {
  width: 30% !important;
  right: 0 !important;
  position: fixed !important;
  left: auto;
  margin: 0;
  max-height: 100% !important;
}
.category-velo .modal-popup.confirm .modal-inner-wrap {
  right: 40% !important;
  top: 30%;
  z-index: 999999;
}
.category-velo .modal-header h1 {
  font-size: 28px !important;
  line-height: 40px;
  font-weight: 700 !important;
  text-transform: uppercase;
  letter-spacing: 0;
}
.category-velo #filter-form li {
  list-style-type: none !important;
}
.category-velo #filter-form ul {
  padding: 0 !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.category-velo #filter-form li input {
  accent-color: #254aa2;
}
.category-velo .modal-slide .action-close {
  right: 25px !important;
  top: 15px !important;
}
.category-velo .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  background: #fff !important;
}
.category-velo .modal-buttons .clear-all {
  border: 2px solid #254aa2;
  border-radius: 20px;
  background: #fff;
  width: 48%;
  text-transform: uppercase;
}
.category-velo .modal-buttons button:nth-child(2) {
  background: #254aa2;
  color: #fff;
  border-radius: 20px;
  width: 48%;
  text-transform: uppercase;
}
.category-velo .tag.checked span {
  color: #254aa2;
}
.catalog-category-view .breadcrumbs {
  display: none;
}
.catalog-category-view .page-title-wrapper {
  display: none;
}
.catalog-category-view #mp_rw_socials_earning {
  display: none;
}
.catalog-category-view .nav-sections {
  display: none;
}
.catalog-category-view .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.catalog-category-view .column.main {
  width: 100%;
  padding-left: 0;
}
.catalog-category-view .listbanner-wrapper > div {
  width: 100%;
  max-width: 100%;
}
.catalog-category-view .listbanner-wrapper > div img {
  width: 100%;
}
.catalog-links {
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
  background: #fff;
  padding: 10px;
  display: flex;
  border-radius: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.catalog-category-view .main {
  background: #efefef;
}
.catalog-links a {
  width: 33% !important;
  color: #041e42;
}
.catalog-links a:hover {
  text-decoration: none;
}
.catalog-links a.active {
  background: #008f7f;
  border-radius: 20px;
}
.catalog-links {
  padding: 0;
  border-radius: 20px;
  box-shadow: 2px 2px 10px #ddd;
}
.catalog-links a {
  padding: 10px;
  text-align: center;
}
.catalog-links a:first-child {
  border-radius: 20px 20px 20px 20px;
}
.catalog-links a.active {
  color: #fff;
}
.catalog-category-view p.view-all-products-wrapper {
  text-align: center;
  color: #888;
}
.catalog-category-view p.view-all-products-wrapper a {
  text-align: center;
  color: #888;
  font-weight: 700;
  font-size: 12px;
}
.catalog-category-view .products.wrapper.grid {
  padding-left: 30px;
  padding-right: 30px;
}
.category-velo .filter-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
  padding-top: 10px;
}
.category-velo .catalog-links,
.category-velo .flavour-links {
  display: flex;
  align-items: center;
  background: none;
  width: 38%;
  box-shadow: none !important;
  margin: 0 !important;
}
.minty-lemon-filters {
  display: flex;
}
.minty-lemon-link {
  margin-top: 25px !important;
  border-radius: 20px;
  border: 1px solid #eee !important;
  text-transform: uppercase;
  padding: 8px 10px;
  width: auto;
  font-family: VeloWWangle-Medium !important;
  color: #6b6b6b !important;
  text-align: center;
  font-size: 12px !important;
  text-decoration: none !important;
  margin-left: 10px;
  margin-right: 10px;
}
.minty-lemon-link.checked {
  background: #01567e;
  color: #fff !important;
}
.category-velo .cat {
  margin: 0;
  border-radius: 0;
  border: 1px solid #eee !important;
  text-transform: uppercase;
  padding: 8px 15px;
  width: auto;
}
.cat.checked {
  background: #01567e !important;
  color: #fff !important;
}
.cat label {
  float: none !important;
  line-height: normal !important;
}
.category-velo .all-filters a {
  background: #01567e;
  color: #fff;
  padding: 10px 20px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-family: VeloWWangle-Medium !important;
  border-radius: 50px;
  padding: 12px 20px !important;
  box-sizing: border-box;
}
.cat label {
  float: none !important;
  line-height: normal !important;
}
.category-checkbox .cat:first-child,
.flavour-checkbox .cat:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.category-checkbox .cat:last-child,
.flavour-checkbox .cat:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.category-velo .category-checkbox,
.category-velo .flavour-checkbox {
  margin-left: 10px;
}
.category-velo #viewallproducts .products-grid {
  padding: 0;
  margin-top: 25px !important;
}
.category-velo #viewallproducts li {
  width: 24%;
  list-style-type: none;
  display: flex;
  justify-content: center;
  border: 1px solid #f1f4f8 !important;
  padding: 0;
  position: initial;
}
.category-velo #viewallproducts li:hover {
  width: 24%;
  list-style-type: none;
  display: flex;
  justify-content: center;
  border: 1px solid #f1f4f8 !important;
  padding: 0;
  position: initial;
}
.category-velo .product-image-wrapper {
  padding-bottom: 100% !important;
  background: #eee;
}
.category-velo .product-image-container {
  width: 100% !important;
}
.category-velo .column {
  background: #fff !important;
}
.category-velo .product-item-detail {
  padding: 0 15px 15px;
}
.category-velo .catalog-product-list-intensity {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.catalog-category-view .subscription-text {
  background: #e6f6f9;
  padding: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
}
.category-velo .product-item .price-box {
  margin-bottom: 10px !important;
}
.catalog-category-view .products.wrapper.grid li .product-item-info {
  position: relative;
}
.category-velo .productnewtag {
  position: absolute;
  top: 0;
  z-index: 9;
  width: 70px;
}
.category-velo .toolbar-total {
  margin-bottom: 0;
}
.catalog-category-view .products.wrapper.grid .catalog-product-list-name-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-product-list-name-price .price-box {
  margin: 0;
}
.catalog-product-list-name-price {
  margin-bottom: 10px;
}
.catalog-product-list-intensity-size {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-product-list-intensity-size .packet-size-icon {
  width: 50px !important;
}
.catalog-product-list-intensity p {
  font-size: 9px;
  margin-bottom: 0;
  width: 100px;
  font-family: VeloWWangle-Regular !important;
  color: #5d5f63;
}
.catalog-category-view .products.wrapper.grid li .catalog-points {
  display: none;
}
.catalog-category-view .products.wrapper.grid li .description {
  margin-top: 10px;
  white-space: normal;
  overflow-x: hidden;
}
.catalog-category-view .products.wrapper.grid li .product-moreinfo {
  display: none;
}
.catalog-category-view .products.wrapper.grid li .product-item-info {
  width: 100%;
  background: none;
}
.catalog-category-view .products.wrapper.grid li .product-item-info .actions-primary form {
  display: flex;
  justify-content: space-between;
}
.catalog-category-view .products.wrapper.grid li .product-item-info .actions-primary form .qty {
  width: 40%;
}
.catalog-category-view .products.wrapper.grid li .product-item-info .actions-primary form button.tocart {
  width: 50%;
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.list-qty-control {
  border: 1px solid #000;
  height: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.list-qty-control button {
  border: none;
  background: none;
  width: 30%;
  font-weight: 700;
}
.list-qty-control input {
  border: none;
  background: none;
  width: 30%;
  text-align: center;
}
.catalog-category-view .products.list li.item .recycle-icon {
  position: absolute;
  left: 0;
  z-index: 99999;
}
.nicotine-group {
  display: none;
}
.nicotine-group.active {
  display: flex;
  flex-wrap: wrap;
}
.products-grid .product-item.view-all-hint {
  background: #011633 !important;
}
.nicotine-group .group-title {
  font-size: 13px;
  text-align: center;
  margin-bottom: 100px;
  font-weight: 900;
  color: #041e42;
}
button.tocart {
  text-transform: uppercase !important;
  font-size: 10px !important;
}
.catalog-category-view .products.list li {
  margin-left: 10px !important;
}
.catalog-category-view .products.list li:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 102%;
  height: 106%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  box-shadow: 2px 0px 100px #bbb;
}
.catalog-category-view .products.list li .product-item-info {
  z-index: 999;
  background: #fff;
  position: relative;
}
.nicotine-sub-description {
  text-align: center;
}
.nicotine-des {
  display: none;
}
.nicotine-des.active {
  display: block;
  padding: 0 5%;
}
.select-all-title {
  text-align: center;
  margin-top: 50px;
}
.catalog-category-view .products-grid .product-items .product-item-description {
  padding: 5px;
  padding-bottom: 5px;
  color: #888 !important;
}
.catalog-category-view .products-grid .product-items .product-item-description p {
  margin-bottom: 0;
  color: #888 !important;
}
.catalog-category-view .products-grid .product-items .product-item-inner {
  border-top: 2px solid #ddd;
}
.catalog-category-view .products-grid .product-items .product-item-description {
  margin-bottom: 10px;
}
.catalog-links a.active:nth-child(2) {
  background: #e84e56;
}
.catalog-links a.active:nth-child(3) {
  background: #000;
}
.products-grid .product-item.view-all-hint.hide {
  padding: 0 !important;
  display: none;
}
.products-grid .product-item.view-all-hint {
  padding: 0 !important;
}
.view-all-hint:after {
  display: none !important;
}
.view-all-hint {
  position: relative;
}
.view-all-hint img {
  position: absolute;
  bottom: 0;
}
.newtag {
  width: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99999;
}
.madetag {
  width: 100px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99999;
}
.freetrial-product .newtag {
  width: 100px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99999;
}
.freetrial-product .madetag {
  width: 100px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 99999;
}
.freetrial-product {
  position: relative;
  padding-top: 70px;
}
.recycle-icon {
  width: 20px;
  top: 10px;
}
.nicotine-home-list .item {
  padding-top: 60px;
}
/* CATALOG PAGE CSS */
/* MINICART RELATED CSS */
.minicart-wrapper .action.showcart {
  text-align: center;
}
.minicart-wrapper .action.showcart.active:active:before {
  display: none;
}
.minicart-wrapper .action.showcart.active:before {
  content: "";
}
.minicart-wrapper .ui-dialog {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 39vw !important;
  display: none;
  z-index: 9999;
  margin-top: 0;
}
.minicart-wrapper .block-minicart {
  width: 100%;
  display: none;
  right: 0;
  top: 0;
  margin-top: 0;
  background: #f1f4f8;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
}
.minicart-wrapper.active .ui-dialog {
  display: block !important;
}
.minicart-wrapper.active .block-minicart {
  display: block !important;
}
.minicart-wrapper .block-minicart:before {
  display: none;
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart .total-wrapper {
  display: flex;
  flex-direction: column;
}
.minicart-wrapper .block-minicart .total-wrapper span {
  font-weight: 900 !important;
}
#minicart-content-wrapper .total-wrapper .items-total {
  display: flex;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
}
#minicart-content-wrapper .total-wrapper .items-total span {
  font-size: 16px;
  color: #041e42 !important;
  font-weight: 900 !important;
}
#minicart-content-wrapper .total-wrapper .items-total span.count-total * {
  color: #041e42 !important;
  font-weight: 900 !important;
}
#minicart-content-wrapper .total-wrapper span + .items-total {
  margin-top: 20px;
  margin-bottom: 20px;
}
#minicart-content-wrapper .total-wrapper .subtotal {
  display: none;
}
#minicart-content-wrapper li.item.product {
  background: #fff;
  padding-bottom: 0;
  width: 100%;
}
#minicart-content-wrapper li.item.product .product {
  display: flex;
  padding: 20px 20px;
  align-items: center;
}
#minicart-content-wrapper li.item.product .product a {
  width: 40%;
}
#minicart-content-wrapper li.item.product .product .product-item-details {
  padding-left: 20px;
  width: 60%;
}
#minicart-content-wrapper li.item.product .product a span {
  width: 100% !important;
  padding: 0 !important;
}
#minicart-content-wrapper li.item.product .product a img {
  width: 100% !important;
}
.minicart-wrapper .minicart-strength-size {
  display: flex;
  justify-content: space-between;
}
.minicart-wrapper .minicart-strength-size .nicotinestrength p {
  font-size: 8px;
}
.minicart-wrapper .minicart-strength-size .nicotinesize img {
  width: 50px;
}
.minicart-wrapper .minicart-qty-subtotal label {
  display: none !important;
}
.minicart-wrapper .minicart-qty-subtotal {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.minicart-wrapper .minicart-qty-subtotal .details-qty {
  width: 100%;
  display: flex;
  align-items: center;
}
.minicart-wrapper .minicart-qty-subtotal .minicart-qty-subtotal {
  width: 100%;
  text-align: left;
}
.minicart-items .product .toggle {
  display: none;
}
.minicart-items .product .content {
  display: flex !important;
  width: 100%;
}
.minicart-items .product .content .list {
  padding: 0 !important;
}
.minicart-items li.product-item .product.options {
  padding: 0 !important;
  display: flex !important;
  flex-direction: column;
}
.minicart-items li.product-item .product.options .values {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.minicart-items .product-item-details .price {
  display: none;
}
#minicart-content-wrapper li.item.product .product {
  margin-bottom: 0px !important;
}
.minicart-wrapper .minicart-qty-subtotal .details-qty {
  margin-top: 0px;
}
.minicart-wrapper .minicart-strength-size .nicotinestrength {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 100%;
}
.minicart-wrapper .minicart-strength-size p {
  font-size: 14px !important;
  font-weight: bold;
  text-transform: lowercase;
}
.minicart-items .product-item {
  padding: 0px !important;
}
.minicart-wrapper .minicart-qty-subtotal .minicart-qty-subtotal span {
  text-align: right !important;
  display: inline-block !important;
  width: 100%;
  font-weight: 900;
}
.minicart-wrapper .minicart-qty-subtotal .details-qty input {
  border: none;
}
.minicart-items-wrapper {
  border-bottom: none;
  height: auto !important;
}
.minicart-footer {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.minicart-footer .viewcart:hover {
  color: #fff;
  text-decoration: none;
}
.minicart-footer {
  margin-top: 30px;
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 95%;
  padding-left: 15%;
  padding-right: 10%;
  z-index: 9999;
  background: #fff;
  padding: 10px;
  padding-top: 20px;
  box-shadow: 2px 2px 10px #ddd;
}
.minicart-footer .checkout {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.block-minicart .subtotal {
  display: flex;
  justify-content: space-between;
  margin: 15px 0px !important;
}
.block-minicart .subtotal span {
  color: #000;
  margin: 0px;
  font-size: 18px;
  font-weight: 700;
}
.minicart-wrapper .update-cart-item {
  margin-left: 10px;
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.minicart-footer .viewcart.btn-purple {
  color: #fff !important;
  font-weight: 700;
}
.minicart-wrapper .minicart-items {
  padding-bottom: 60px;
}
.catalog-product-view .pdp-earning-rate img,
.catalog-product-view .pdp-deliverynote img {
  width: 20px;
  margin-right: 5px;
}
.minicart-wrapper .delete {
  position: absolute;
  top: 10px;
  right: 10px;
}
.minicart-wrapper li.item {
  position: relative;
}
#minicart-content-wrapper li.item.product .product {
  padding-top: 35px;
}
.minicart-items-wrapper {
  overflow-x: hidden !important;
}
.minicart-footer button {
  text-transform: uppercase;
}
/* MINICART RELATED CSS */
/* EXPLORE VELO SECTION CSS */
.explore-open .explore-velo-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100vw;
  height: 100%;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 9;
}
.explore-velo {
  z-index: 9999;
  position: relative;
  background: #fff;
}
.explore-open .header.content {
  z-index: 999999999 !important;
  position: relative !important;
}
.explore-open .maindivlinks {
  z-index: 999999999 !important;
  position: relative !important;
}
.explore-open .customtext {
  z-index: 999999999 !important;
  position: relative !important;
}
/* EXPLORE VELO SECTION CSS */
/* CART PAGE CSS */
.checkout-cart-index #maincontent {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .column.main {
  width: 100%;
  padding-bottom: 0px;
}
.checkout-cart-index .cart-container {
  display: flex;
  flex-direction: row-reverse;
}
.checkout-cart-index .page-title-wrapper {
  display: none;
}
.checkout-cart-index .nav-sections {
  display: none;
}
.checkout-cart-index .cart-summary {
  padding-top: 30px;
  padding-bottom: 100px;
  padding-left: 30px;
  padding-right: 0px;
  width: 30%;
  position: static;
  background: #f1f4f8;
  margin: 0px;
}
.checkout-cart-index .form-cart {
  width: 100% !important;
  padding-top: 30px;
}
.subscription-calendar h2 {
  margin: 20px 0 !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.subscription-calendar .ui-datepicker {
  background: #fff !important;
  margin-bottom: 25px;
  border: 1px solid #ddd;
  box-shadow: none;
  padding: 0;
}
.subscription-calendar .ui-datepicker .ui-datepicker-calendar {
  border: none;
}
.subscription-calendar .ui-datepicker .ui-datepicker-title .ui-datepicker-month {
  margin: 0 !important;
}
.subscription-calendar .ui-datepicker .ui-datepicker-title {
  font-weight: 600;
  margin: 10px 0;
}
.subscription-calendar .ui-datepicker .ui-datepicker-calendar th {
  background: none !important;
  border: none;
  text-align: center;
}
.subscription-calendar .ui-datepicker .ui-datepicker-calendar td {
  border: none;
  padding: 5px 0;
}
.subscription-calendar .ui-datepicker .ui-datepicker-calendar .ui-state-active {
  background: #254aa2;
  color: #fff;
}
.subscription-calendar .ui-datepicker .ui-datepicker-calendar .ui-state-active:hover {
  background: #254aa2;
  color: #fff;
}
.subscription-calendar p {
  color: #d1d1d1;
}
.subscription-calendar .ui-datepicker td span,
.ui-datepicker td a {
  border: none !important;
  text-align: center;
}
.checkout-cart-index .cart-summary #cart-totals {
  background: #fff;
  border: none;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}
.checkout-cart-index .cart-summary #block-shipping {
  background: #fff;
  border: none !important;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}
.checkout-cart-index .cart-summary #block-shipping .title {
  border: none;
  text-transform: uppercasse;
}
.checkout-cart-index .cart-summary th {
  text-transform: uppercase;
}
.checkout-cart-index .cart-summary strong {
  text-transform: uppercase;
}
.checkout-cart-index .cart-summary .summary.title {
  font-weight: 900;
  font-family: VeloSans !important;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}
.checkout-cart-index .cart-summary strong#block-shipping-heading {
  font-size: 16px;
}
.checkout-cart-index .cart-summary .grand.totals strong {
  font-weight: 900;
  font-size: 14px !important;
}
.checkout-cart-index .table.totals th span,
.checkout-cart-index .table.totals th strong {
  word-break: break-word;
}
.checkout-cart-index .cart-summary strong#block-shipping-heading {
  font-size: 16px;
}
.checkout-cart-index .cart-summary .grand.totals strong {
  font-weight: 900;
  font-size: 18px;
}
.checkout-cart-index button.checkout {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
  border-radius: 50px !important;
}
.checkout-cart-index .checkout-methods-items button.checkout {
  width: 80% !important;
}
.checkout-cart-index .checkout-methods-items button.checkout:hover {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
  padding: 10px 20px !important;
}
.checkout-cart-index .reward-meta-link {
  background: #e0ebea;
  padding: 10px !important;
  margin-bottom: 10px;
}
.checkout-cart-index .reward-meta-link a {
  display: flex;
  color: #041e42;
  font-weight: bold;
  justify-content: space-between;
}
.checkout-cart-index .reward-meta-link a img.next-arrow-link {
  width: 20px;
  margin-left: 10px;
}
.checkout-cart-index .cart-summary .methods {
  width: 85%;
}
.checkout-cart-index .cart-product-details .cart-product-details-row-1 {
  display: flex;
  justify-content: space-between;
}
.checkout-cart-index .cart-product-details .cart-product-details-row-2 {
  display: flex;
  justify-content: space-between;
}
.checkout-cart-index .cart-product-details .cart-product-details-row-2 .subscrption {
  display: flex;
  width: 50%;
  justify-content: space-between;
}
.cart-product-details-row-1 .cart-product-details-name {
  width: 50%;
}
.cart-product-details-row-1 .cart-product-details-intensity {
  width: 50%;
  justify-content: flex-end;
  display: flex;
}
.cart-product-details-row-1 .cart-product-details-name a {
  font-size: 16px;
  font-weight: 900;
}
#shopping-cart-table tr td.item {
  text-align: center;
  width: 30%;
  flex: none;
}
.checkout-cart-index .nicotinestrength {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  justify-content: left;
}
.checkout-cart-index .nicotinestrength img {
  margin: 0;
}
.checkout-cart-index .nicotinestrength p {
  margin: 0;
  margin-right: 40px;
  font-size: 12px;
}
.checkout-cart-index .cart-product-details-name {
  display: flex;
  width: 100% !important;
  text-align: left;
}
.checkout-cart-index .cart-product-details-name .product-item-details .product-item-name {
  margin-bottom: 20px;
}
.checkout-cart-index .cart.table-wrapper .cart-price-total {
  text-align: left;
  margin-top: 20px;
}
#shopping-cart-table tr td.item span {
  width: 100% !important;
}
#shopping-cart-table tr td.item img {
  width: 100% !important;
}
#shopping-cart-table tr.item-info {
  display: flex;
  width: 100%;
  align-items: center;
}
#shopping-cart-table tr td.product-details-td {
  text-align: center;
  width: 80%;
}
.cart-product-details {
  display: flex;
  flex-direction: column;
  align-items: space-between;
}
#shopping-cart-table tr.item-info {
  align-items: stretch;
}
.cart-product-details {
  justify-content: space-around;
  height: 100%;
}
.product-details-td {
  align-items: stretch;
}
.cart.table-wrapper {
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
}
.cart-qty-selector .control.qty {
  background: #fff;
  border: 1px solid #041e42;
  border-radius: 30px 30px 30px 30px !important;
}
.cart-qty-selector .control.qty span {
  color: #fff;
  padding: 10px 30px;
  background: #254aa2;
  border-radius: 30px 0px 0px 30px;
}
.cart-qty-selector .control.qty button {
  background: #fff;
  border: none;
}
.cart-qty-selector .control.qty input {
  background: #fff;
  border: none;
  height: 43px;
  text-align: center;
  vertical-align: middle;
  line-height: 44px;
}
.cart-qty-selector .control.qty input:active,
.cart-qty-selector .control.qty input:focus {
  outline: none;
  box-shadow: none;
}
.cart-qty-selector .control.qty {
  width: 100% !important;
}
.cart-product-details-row-2 .cart-qty-selector {
  border: none;
  background: none;
  max-width: 300px;
}
.cart-product-details-row-2 .cart-price-total {
  width: 50%;
}
.checkout-cart-index .cartfooter-wrapper > div {
  max-width: 100%;
}
.checkout-cart-index .cartfooter-wrapper .nicotine-home-list {
  padding-left: 100px;
  padding-right: 100px;
}
.checkout-cart-index .cartfooter-wrapper .cart-footerheader {
  font-weight: 900;
  font-size: 30px;
}
.checkout-cart-index .cartfooter-wrapper .uk-slider {
  width: 100%;
}
.qty button,
.qty button:hover,
.qty button:active,
.qty button:focus {
  box-shadow: none;
}
.cartfooter-wrapper .product-list-buy-addtocart {
  border-top: 1px solid #041e42;
  padding-top: 10px;
  margin-top: 10px;
}
.cartfooter-wrapper .uk-slider-nav li {
  padding: 5px;
}
.cart-product-details-intensity {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
}
.cart-product-details-intensity .cart-nicotine-strength p {
  display: none;
}
.cart-product-details-intensity .cart-nicotine-size img {
  width: 70px;
}
.checkout-cart-index .block.crosssell li.item .product-item-info {
  width: 100%;
}
.checkout-cart-index .block.crosssell .products-grid .product-item {
  margin-left: 4%;
}
.checkout-cart-index .block.crosssell .products-grid .product-item:first-child {
  margin-left: 0;
}
.checkout-cart-index .block.crosssell li.item .product-item-info .product-list-buy-addtocart {
  border-top: 1px solid #000;
  padding-top: 10px;
  margin-top: 15px;
}
.checkout-cart-index .cart-empty {
  margin-top: 100px;
  text-align: center;
}
.stock.unavailable {
  font-weight: 800 !important;
  text-transform: uppercase;
  font-size: 16px;
}
/* CART PAGE CSS */
/* ACCOUNT PAGE CSS */
.page-header .menu-top-ul .account-icon {
  text-align: center !important;
  align-items: center;
}
body.account .page-title-wrapper {
  display: none;
}
body.account .page-main {
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
body.account .nav-sections {
  display: none;
}
body.account .columns {
  display: flex;
  flex-direction: row !important;
}
body.account .columns .main {
  flex-basis: 0;
  width: 77.7%;
  min-width: 75%;
  background: #f1f4f8;
  padding-right: 2%;
  padding-left: 2%;
}
body.account .columns .sidebar {
  flex-basis: 0;
  background: #fff;
  padding-top: 10%;
  padding-right: 0;
  width: 25%;
  min-width: 25%;
}
body.account .account-nav .content {
  background: none;
}
body.account .block.account-nav {
  width: 60%;
  margin-left: 20%;
}
body.account .block.account-nav li.current strong {
  border-left: none;
}
body.account .block.account-nav li {
  border-bottom: 1px solid #888;
  padding-left: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.account .block.account-nav li * {
  padding-left: 0;
  padding-right: 0;
  color: #000f2c;
  font-weight: 900;
}
body.account .block.account-nav button.delete {
  position: static;
  border: none;
  background: none;
  text-align: left;
  width: 100%;
}
body.account .block.account-nav button.delete span {
  clip: none;
  width: auto !important;
  position: static;
  text-transform: uppercase;
}
body.account .block.account-nav button.delete:before {
  display: none;
}
body.account .main {
  padding-top: 5%;
}
body.account .main .block-title strong {
  font-size: 22px !important;
  font-weight: 700 !important;
  font-family: VeloWWangle-bold !important;
}
body.account .main strong.box-title span {
  font-size: 22px !important;
  font-weight: 900;
}
body.account .main .block-content {
  margin-top: 20px;
}
body.account .main .block-content .box-actions button {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
body.account .block-dashboard-orders button {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
body.account .box-delivery-address a.action.edit {
  font-weight: 700;
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
  display: inline-block;
}
.account .order-links {
  display: none;
}
.account .block-order-details-view,
.account .order-details-items {
  background: #fff;
  padding: 15px;
}
.account .block-order-details-view .block-title {
  text-transform: uppercase;
  margin-bottom: 20px !important;
}
.account .order-date {
  margin-top: 10px;
}
.account .price-including-tax .price,
.account .price-excluding-tax .price {
  font-size: 14px;
}
.account .order-details-items .order-title strong {
  font-size: 22px !important;
  font-weight: 700;
}
.block-dashboard-addresses .box .box-content,
.block-dashboard-addresses .box .box-contentdelivery {
  min-height: 200px;
}
.account em {
  margin-right: 5px;
}
body.account .main .block-content .box-actions button * {
  color: #fff;
}
body.account .block-dashboard-orders button * {
  color: #fff;
  text-decoration: none !important;
}
body.account .main .block-content .box-actions button {
  margin-top: 20px;
}
.account.customer-account-index .block-dashboard-addresses .box-title {
  margin-top: 15px;
}
body.account .block-dashboard-info {
  background: #fff;
  padding: 15px;
}
body.account.customer-account-edit .main {
  padding-left: 50px;
  padding-right: 50px;
}
body.account.customer-account-edit .main legend {
  margin-left: 0;
}
body.account.customer-account-edit .main legend span {
  font-size: 30px;
  font-weight: 900;
}
body.account.customer-account-edit .account-info .titlefield-txtblock {
  margin-bottom: 20px;
}
body.account.customer-account-edit .account-info .namefield-txtblock-info {
  margin-bottom: 20px;
}
body.account.customer-account-edit .account-info .field {
  margin-bottom: 20px;
}
body.account.customer-account-edit .account-info input {
  height: 50px;
  background: #efefef;
}
.account.customer-account-index .box-shipping-address .box-content > span {
  font-weight: 700;
}
.account.customer-account-index .box-shipping-address a.edit {
  font-weight: 700;
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
  display: inline-block;
}
.account.customer-account-index .box-shipping-address {
  padding-top: 70px;
}
.account.customer-account-index .block-dashboard-addresses .box-title {
  margin-bottom: 30px !important;
}
.account.customer-account-index .box-delivery-address .box-contentdelivery > span {
  font-weight: 700;
  margin-bottom: 20px !important;
  display: inline-block;
}
.sales-order-view .main {
  padding-left: 50px;
  padding-right: 50px;
}
.account-nav .item.current a {
  border: none;
  font-weight: 700;
  color: #06c2e0 !important;
}
.account-nav .item.current a strong {
  border: none;
  font-weight: 700;
  color: #06c2e0 !important;
}
.account.customer-account-index .block-dashboard-addresses .box {
  float: none !important;
  padding-top: 0 !important;
  display: inline-block;
  width: 45% !important;
  vertical-align: top;
}
.account.customer-account-index .block-dashboard-addresses .box-title {
  display: block !important;
}
.account.customer-account-index .block-dashboard-addresses .box-delivery-address span {
  margin-bottom: 0 !important;
}
.account.customer-account-index .block-dashboard-addresses .box-delivery-address address {
  line-height: 26px;
}
/* ACCOUNT PAGE CSS */
/* ACCOUNT EDIT CSS */
body.account.customer-account-edit .account-info select {
  height: 50px;
}
body.account.customer-account-edit .field.email {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
body.account.customer-account-edit .field.email label {
  text-align: left;
}
body.account.customer-account-edit .field.email input {
  height: 50px;
  background: #efefef;
}
body.account.customer-account-edit .field.unique_id {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
body.account.customer-account-edit .field.unique_id label {
  text-align: left;
}
body.account.customer-account-edit .field.unique_id input {
  height: 50px;
  background: #efefef;
}
body.account.customer-account-edit .marketing-preferences-block {
  margin-top: 20px;
}
body.account.customer-account-edit .marketing-preferences-block button {
  margin-top: 30px;
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
body.account.customer-account-edit form.delete#delete .actions-toolbar {
  margin-left: 0;
  margin-top: 20px;
}
.mobile-menu-open .hamberger a {
  display: none;
}
.lastOrder {
  display: flex;
}
.lastOrder label {
  width: 40%;
  font-weight: bold;
  margin-bottom: 10px;
}
.account .block-dashboard-orders table {
  margin-top: 10px;
}
.account .block-dashboard-orders td {
  padding: 5px 0;
}
.account .block-dashboard-orders tr td:first-child {
  width: 40%;
  font-weight: bold;
}
.account .orders-history,
.account .form-edit-account,
.account .marketing-preferences-block {
  background: #fff;
  padding: 15px;
}
.account .marketing-preferences-block p {
  font-weight: bold;
}
.account .form-edit-account .control {
  width: 100% !important;
}
.account .orders-history .actions a {
  color: #254aa2;
  font-weight: bold;
}
body.account.customer-account-edit form.delete#delete .actions-toolbar button.resetpass {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
body.account.customer-account-edit li form.delete#delete .actions-toolbar {
  margin-top: 0;
}
.modal-popup.preference .modal-inner-wrap {
  width: 50%;
}
.modal-popup.preference .modal-inner-wrap .modal-footer {
  padding: 20px;
  border: none;
}
.modal-popup.preference .modal-inner-wrap .modal-footer button {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
/* ACCOUNT EDIT CSS */
/* SALES ORDER CSS */
body.sales-order-history .main {
  padding-right: 50px;
  padding-left: 50px;
}
body.account .account-nav li a:hover {
  background: none;
}
/* SALES ORDER CSS */
/* ACCOUNT ADDRESS CSS */
body.account.customer-address-index .main {
  padding-left: 50px;
  padding-right: 50px;
}
body.account.customer-address-index .main .actions-toolbar .add {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
body.account.customer-address-index .main .block-addresses-default,
body.account .block-addresses-list {
  background: #fff;
  padding: 15px;
}
body.account .block-dashboard-orders,
body.account .block-dashboard-addresses {
  background: #fff;
  padding: 15px;
}
body.account .block {
  margin-bottom: 15px !important;
}
.account.customer-address-form .form-list {
  list-style-type: none;
  margin-bottom: 0px !important;
}
.account.customer-address-form .form-list .fields .titlefield-txtblock {
  margin-bottom: 20px;
}
.account.customer-address-form .form-list .fields .name-firstname {
  margin-bottom: 20px;
}
.account.customer-address-form .fieldset {
  margin-bottom: 20px;
}
.account.customer-address-form .form-list .streetname-accpg {
  margin-bottom: 20px;
}
.account.customer-address-form .fieldset > .form-list {
  padding-left: 0;
}
.account.customer-address-form .fieldset > .form-list .addressbook-top {
  padding-left: 30px;
}
.account.customer-address-form .fieldset > .form-list .streetname-accpg {
  padding-left: 30px;
}
.account.customer-address-form .fieldset > .form-list .field-door_number {
  padding-left: 30px;
}
.account.customer-address-form .fields {
  list-style-type: none;
  padding-left: 30px;
  margin-bottom: 20px;
}
.addressblock-container {
  background: #fff;
  padding: 15px;
}
.account.customer-address-form .fields.addressbook-top + .fields .field {
  margin-right: 20px;
  width: 40% !important;
}
.account.customer-address-form .fields.addressbook-top + .fields .field select {
  width: 200px;
}
.account.customer-address-form .fields.addressbook-top + li + li {
  list-style-type: none;
  padding-left: 30px;
}
.account.customer-address-form input {
  height: 50px;
}
.customer-address-form .address-checkbox-wrapper {
  padding-left: 30px;
  margin-top: 30px;
}
.customer-address-form .address-checkbox-wrapper input {
  height: auto;
}
.customer-address-actions {
  margin-top: 40px;
}
.customer-address-form .main {
  padding-right: 50px;
}
.customer-address-actions button.action.primary {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.box-delivery-address .box-contentdelivery {
  line-height: 26px;
}
/* ACCOUNT ADDRESS CSS */
/* ACCOUNT REWARDS PAGE */
.customer-rewards-index .block-reward-dashboard {
  background: #fff;
  padding: 0 15px 15px 15px;
}
.customer-rewards-index .block-title {
  background: #fff;
  padding: 15px 15px 0px 15px;
}
.customer-rewards-index .block-reward-dashboard .item-balance {
  padding: 0 15px !important;
}
body.customer-rewards-index .block-reward-dashboard .box-title span {
  font-size: 12px !important;
}
body.customer-rewards-index .transactions-recent td.status {
  color: #068475;
}
body.customer-rewards-index .block-reward-dashboard-transaction .view {
  color: #254aa2;
}
body.account.customer-rewards-index .main {
  padding-left: 50px;
  padding-right: 50px;
}
body.account.customer-rewards-index .block-reward-dashboard .reward-balance {
  margin-bottom: 50px;
}
body.account.customer-rewards-index .block-reward-dashboard .form-rewards-setting legend {
  margin-left: 0;
}
body.account.customer-rewards-index .block-reward-dashboard .form-rewards-setting .field:before {
  display: none;
}
body.account.customer-rewards-index .block-reward-dashboard .actions-toolbar {
  margin-left: 0;
}
body.account.customer-rewards-index .block-reward-dashboard .actions-toolbar button.save {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
body.account .block.block-collapsible-nav {
  width: 60%;
  margin-left: 20%;
}
body.account .block-collapsible-nav .content {
  background: none;
}
body.account .block.block-collapsible-nav li {
  border-bottom: 1px solid #888;
  padding-left: 0 !important;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.account .block.block-collapsible-nav li a {
  padding-left: 0;
  padding-right: 0;
  color: #000f2c;
  font-weight: 900;
  font-size: 14px !important;
  text-transform: uppercase;
}
body.account .block.block-collapsible-nav li strong {
  font-size: 14px !important;
  text-transform: uppercase;
}
body.account.customer-rewards-transaction .main {
  padding-left: 50px;
  padding-right: 50px;
}
body.account .block.account-nav button.delete:active {
  box-shadow: none;
}
.confirm-customer-group-change .modal-footer .action-accept {
  background: #fff;
  text-transform: uppercase;
  border: 1px solid #254aa2;
  border-radius: 30px;
  color: #254aa2 !important;
  padding: 10px 20px;
  text-decoration: none !important;
}
.confirm-customer-group-change .modal-footer .action-dismiss {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
/* .customer-rewards-index .sidebar-main .block-collapsible-nav-title {
  display: none;
}
.customer-rewards-transaction .sidebar-main .block-collapsible-nav-title {
  display: none;
} */
/* ACCOUNT REWARDS PAGE */
/* AGE VERIFICATION PAGE */
#age_verify {
  position: fixed;
  top: 0;
  left: ;
  background: rgba(0, 0, 0, 0.7);
  width: 100vw;
  height: 100vh;
  z-index: 999999;
}
#age_verify .age-condition-wrapper {
  background: #fff;
  width: 40vw;
  margin-left: 30vw;
  padding: 20px;
  margin-top: 100px;
  text-align: center;
}
#age_verify .age-condition-wrapper .age-buttons-wrapper div {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
#age_verify .age-condition-wrapper .age-buttons-wrapper div button {
  margin-right: 10px;
}
#age_verify .age-condition-wrapper .age-buttons-wrapper div button.epok-btn-green {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
#age_verify .age-condition-wrapper .age-buttons-wrapper div button.epok-btn-red {
  background: #254aa2;
  border: 1px solid #5862bf;
  border-radius: 30px;
  color: #5862bf;
  padding: 10px 20px;
}
#ageverify {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /*z-index: 99999;*/
}
#ageverify .velo-age-box-wrapper {
  background: #fff;
  position: absolute;
  width: 40vw;
  left: 50%;
  z-index: 99999 !important;
  top: 10vh;
  margin-left: -20vw;
  padding: 20px;
}
.velo-age-box-wrapper img {
  display: block !important;
  margin: 0 !important;
  position: static !important;
  width: 140px;
}
.velo-age-box-wrapper .logo {
  float: none !important;
  max-width: fit-content !important;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.age-title-big {
  text-align: center;
  font-size: 24px;
  margin-top: 30px;
  width: 70%;
  margin-left: 15%;
}
.age-title-medium {
  text-align: center;
  font-size: 14px;
}
.age-drops {
  display: flex;
  width: 50%;
  margin-left: 25%;
  justify-content: space-between;
  margin-top: 40px;
}
.age-drops .age-date {
  width: 28%;
}
.age-drops .age-month {
  width: 28%;
}
.age-drops .age-year {
  width: 28%;
}
.age-drops p {
  font-size: 10px;
}
.age-drops select {
  background: #eee;
}
.age-verify-button-wrapper {
  margin-top: 30px;
  text-align: center;
  display: flex;
}
.age-title-big span {
  color: #254aa2;
}
#ageverifynobutton {
  background: #fff;
  color: #000 !important;
  border: 2px solid #000;
  margin-left: 10px;
}
.age-verify-button-wrapper button {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
  padding: 10px !important;
  font-style: initial !important;
}
.product-item-pricing {
  z-index: 9999;
}
.velo-age-box-wrapper .disclaimer {
  font-size: 10px;
  margin-top: 30px !important;
  text-align: center;
  width: 80%;
  margin: auto;
}
#ageverifiedno {
  background: #fff;
  padding: 30px;
  position: fixed;
  top: 15vh;
  width: 40vw;
  left: 50%;
  margin-left: -20vw;
}
#ageverifiedno p {
  margin-top: 50px;
  margin-bottom: 50px;
}
/* AGE VERIFICATION PAGE */
/* CHECKOUT PAGE CSS */
.opc-progress-bar-item._active > span:before {
  background: #01567e;
}
.opc-progress-bar-item._active:before {
  background: #01567e;
  border-radius: 0;
}
.checkout-index-index #shipping {
  margin-top: 60px;
}
.checkout-index-index #shipping .step-title {
  text-transform: uppercase;
  font-size: 22px;
  border-color: #000;
}
.opc-progress-bar-item span {
  text-transform: uppercase;
  font-size: 14px;
}
.checkout-index-index #shipping .shipping-address-items {
  margin-top: 30px;
}
.opc-wrapper .shipping-address-item.selected-item {
  border-color: #01567e;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  background: #01567e;
  top: -1px;
}
body.checkout-index-index .page-main {
  max-width: 100% !important;
  padding-left: 0px !important;
  background: #f1f4f8;
  padding-right: 3%;
}
body.checkout-index-index .opc-wrapper {
  background: #fff !important;
  padding: 0 5%;
  box-sizing: border-box;
}
.checkout-index-index .opc-estimated-wrapper {
  margin-bottom: 0 !important;
}
.checkout-index-index .payment-option .reward-box .extra-controls span {
  margin-right: 10px;
}
.opc-wrapper .shipping-address-items .shipping-address-item .action-select-shipping-item {
  float: none;
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.opc-wrapper .new-address-popup .action-show-popup {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.checkout-index-index #opc-shipping_method .step-title {
  text-transform: uppercase;
  font-size: 22px;
  border-color: #000;
}
.checkout-index-index #shipping-method-buttons-container .continue {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
  border-radius: 30px;
}
.opc-progress-bar-item:before {
  border-radius: 0;
}
.checkout-index-index .modal-popup .modal-title {
  text-transform: uppercase;
  font-size: 22px;
}
.modal-popup #opc-new-shipping-address input[type="text"],
.modal-popup #opc-new-shipping-address input[type="email"] {
  height: 50px;
}
.modal-popup .modal-footer button.primary {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.modal-popup .modal-footer button.secondary {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary > .title {
  text-transform: uppercase;
  font-weight: 900;
  border-color: #000;
  color: #041e42;
}
.opc-block-summary {
  background: none !important;
}
.checkout-index-index .opc-summary-wrapper .opc-block-summary .items-in-cart .title {
  padding-bottom: 15px;
  border-color: #ddd;
  padding: 0 !important;
}
body.checkout-index-index .product-item {
  border-top: none !important;
  border-bottom: 1px solid #ddd;
  padding: 10px 0px !important;
}
body.checkout-index-index .minicart-items-wrapper {
  padding: 0px !important;
}
body.checkout-index-index .item-options {
  display: flex;
  width: 100%;
}
body.checkout-index-index .item-options dt {
  width: 100%;
}
body.checkout-index-index .column {
  padding-bottom: 0px !important;
}
.opc-block-summary .items-in-cart > .title:after {
  top: 0;
}
.opc-block-summary .minicart-items-wrapper li {
  border-color: #000;
  padding-top: 25px;
  padding-bottom: 25px;
}
.opc-block-summary .minicart-items-wrapper li .product-item-name {
  color: #041e42;
  font-weight: 700;
}
.checkout-index-index .payment-method-title.field {
  border-color: #000 !important;
}
.checkout-index-index .payment-method-content img {
  margin-top: 30px;
}
.checkout-index-index .payment-method-content button.action-edit-address {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.checkout-index-index .payment-group button.checkout {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.checkout-index-index .payment-option .actions-toolbar .primary {
  float: none;
}
.checkout-index-index .payment-option .actions-toolbar .primary .action {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #fff !important;
  padding: 8px 20px;
  text-decoration: none !important;
}
.checkout-index-index tbody {
  width: 100%;
  display: block;
}
.checkout-index-index .table-totals tbody tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.checkout-index-index .payment-option {
  background: #fff !important;
  display: block;
  padding: 10px;
  margin-top: 20px;
}
.checkout-index-index .form-discount {
  display: flex;
  margin-top: 10px;
}
.checkout-index-index .form-discount .payment-option-inner {
  width: 100%;
}
.checkout-index-index .opc-block-summary .actions-toolbar {
  margin-left: 0 !important;
}
.checkout-index-index .payment-option .reward-box .extra-controls {
  margin-left: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.checkout-index-index .opc-block-shipping-information {
  display: none;
}
.checkout-index-index .opc-block-summary .grand.totals strong {
  font-size: 14px;
  font-weight: 900 !important;
  text-transform: uppercase;
  color: #041e42;
}
.checkout-cart-index #shopping-cart-table tr td.item img {
  width: auto !important;
  height: 200px;
}
.checkout-index-index .opc-block-shipping-information {
  display: none;
}
.checkout-index-index .opc-block-summary .grand.totals strong {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  color: #041e42;
}
.checkout-index-index .opc-wrapper {
  width: 65%;
}
.checkout-index-index .opc-sidebar {
  margin-top: 20px;
  width: 30%;
}
.opc-progress-bar-item:first-child:before {
  border-radius: 0;
}
.checkout-onepage-success .print {
  display: none;
}
.order-success-container {
  display: flex;
}
.checkout-success {
  width: 70%;
  background: #fff;
  padding: 0 5%;
  box-sizing: border-box;
  padding-bottom: 112px;
}
.order-success-img {
  width: 30%;
}
.checkout-onepage-success .column {
  padding: 0 !important;
}
.checkout-onepage-success .nav-sections {
  margin-bottom: 0;
}
.checkout-onepage-success .page-main {
  background: #f1f4f8;
}
.checkout-onepage-success .order-details h1,
.checkout-onepage-success .show-order h1,
.checkout-onepage-success .online-vouchers h1 {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
.maindivsuccess {
  margin-bottom: 0px;
  margin-top: 64px;
}
.checkout-success .order-overview,
.checkout-success .order-totals,
.checkout-success .order-item-detail,
.checkout-success .voucher-details {
  border: 1px solid #ddd;
  padding: 32px 20px !important;
  margin-bottom: 0px;
}
.checkout-success .order-overview .box-content {
  margin-bottom: 15px;
}
.checkout-onepage-success .order-item {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.checkout-onepage-success .order-item:last-child {
  border-bottom: none !important;
}
.checkout-onepage-success .total-label-price {
  display: flex;
  margin-bottom: 15px;
  justify-content: space-between;
}
.checkout-onepage-success .total-label-price .label-total {
  font-weight: 700;
  width: 10%;
  font-family: VeloWWangle-Regular !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
}
.checkout-onepage-success .product-image-wrapper {
  padding-bottom: 0 !important;
  height: auto;
}
.checkout-onepage-success .product-image-wrapper img {
  width: 30%;
  margin: 0 !important;
  position: initial !important;
}
.checkout-onepage-success .product-image-container {
  width: 100px;
}
.points-balance-label-value,
.points-spent-label-value,
.available-balance-label-value {
  display: flex;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.available-balance-label-value {
  border-bottom: none !important;
  padding-bottom: 0;
}
.points-balance-label-value {
  padding-top: 0 !important;
  border: 0;
  padding: 0;
}
.points-balance-label-value div,
.points-spent-label-value div,
.available-balance-label-value div {
  font-weight: 700;
  font-family: VeloWWangle-Bold !important;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.checkout-onepage-success .product-details {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 15px;
}
.checkout-onepage-success .product-qty {
  display: flex;
  margin-top: 5px;
  color: #727878;
  align-items: center;
}
.checkout-onepage-success .product-qty p {
  margin-right: 10px;
  font-weight: 400;
  margin-bottom: 0;
  color: #727878;
  text-transform: capitalize;
  font-family: VeloWWangle-Regular !important;
}
.checkout-onepage-success .product-name {
  font-family: VeloWWangle-Regular !important;
  font-weight: 700;
  font-size: 14px;
}
/* CHECKOUT PAGE CSS */
/* ORDER SUCCESS PAGE CSS */
.checkout-onepage-success .actions-toolbar .primary {
  display: flex;
  margin-top: 20px;
}
.checkout-onepage-success .main {
  padding-top: 50px;
  padding-bottom: 80px !important;
}
.checkout-onepage-success .actions-toolbar .primary .btn-home a.continue {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.checkout-onepage-success .actions-toolbar .primary .btn-signout a.continue {
  background: #254aa2;
  border: 1px solid #5862bf;
  border-radius: 30px;
  color: #5862bf;
  padding: 10px 20px;
}
/* ORDER SUCCESS PAGE CSS */
/* REGISTRATION PAGE CSS */
.customerregistration-index-index .page-title-wrapper {
  display: none;
}
.account-create .block-card1 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 50px;
}
.customerregistration-index-index .account-create .registerpg-wrapper {
  width: 60%;
  margin: 0 auto;
}
.account-create .block-card1 img {
  margin-bottom: 30px;
  height: 200px;
}
.choose-title {
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 10px;
}
.radio-one,
.radio-two,
.radio-three {
  margin-bottom: 10px;
}
.choose-title {
  margin-bottom: 20px;
  display: inline-block;
  margin-top: 10px;
}
.radio-one,
.radio-two,
.radio-three {
  margin-bottom: 10px;
}
.block-card li {
  list-style-type: none;
}
.block-card .form-list {
  padding-left: 10px;
}
.block-card .form-list .verification-inputblk {
  margin-bottom: 20px;
  display: flex;
  align-items: revert;
  flex-wrap: wrap;
}
.customerregistration-index-index .verification-inputblk .white-bg {
  width: 100%;
  margin-bottom: 10px;
}
.block-card .form-list .verification-inputblk input {
  height: 50px;
}
.block-card .form-list .verification-inputblk .circle-pt {
  display: flex;
  flex-direction: column;
  background: #eee;
  width: 30px;
  height: auto;
  text-align: center;
  margin-bottom: 0;
  align-items: center;
  justify-content: center;
}
.customerregistration-index-index .verification-inputblk .circle-pt {
  width: 10% !important;
  order: 2;
}
.customerregistration-index-index .verification-inputblk input {
  height: 50px;
  order: 4;
  width: 90%;
  margin: 0 !important;
}
#login-verification-form .fieldset {
  margin-bottom: 10px;
}
.verificationpg-btncontainer button#cancel {
  background: #254aa2;
  border: 1px solid #5862bf;
  border-radius: 30px;
  color: #fff;
  padding: 10px 20px;
}
.verificationpg-btncontainer button#continue {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.menu-top-ul .store-home {
  display: none !important;
}
.customerregistration-index-index .menu-top-ul li {
  display: none;
}
.customerregistration-index-index .menu-top-ul li.velo-header-logo {
  display: block;
}
.customerregistration-index-index .minicart-wrapper {
  display: none;
}
.customerregistration-index-index .maindivlinks {
  display: none;
}
.customerregistration-index-index .customtext.velo-explore-trigger {
  display: none;
}
.customerregistration-index-index .page-main {
  padding-top: 20px;
}
.customerregistration-index-index .block-card .form-list {
  padding-left: 0px;
}
.customerregistration-index-registerconfirmation .main {
  margin-top: 50px;
}
.customerregistration-index-registerconfirmation .main .congrats-title {
  font-size: 40px;
  text-transform: uppercase;
}
.customerregistration-index-registerconfirmation .main .congrats-title + .registered-title {
  font-size: 26px;
}
/* REGISTRATION PAGE CSS */
/* TESTIMONIAL CSS */
.velo-testimonials .uk-slider li .uk-panel {
  background: #fff;
}
.velo-testimonials .uk-slider li .uk-panel h1 {
  font-size: 80px;
  margin: 0;
  line-height: 80px !important;
  position: absolute;
  left: 20px;
  top: 20px;
}
.velo-testimonials .uk-slider li p {
  color: #008f7f;
  margin-top: 100px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 50px;
}
.testimonial-client {
  background: #008f7f;
}
.velo-testimonials .uk-slider li p.client-name {
  color: #fff;
  margin-top: 0px !important;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
  padding-top: 20px;
}
.velo-testimonials .uk-slider li p.client-prof {
  color: #fff;
  margin-top: 0px !important;
  font-size: 10px;
  text-align: center;
}
.velo-testimonials .uk-slider li p.client-prof + img {
  display: block;
  width: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px !important;
}
.velo-testimonials .testimonial-client {
  padding-bottom: 30px !important;
  position: relative;
}
.velo-testimonials .client-pic {
  position: absolute;
  left: 0;
}
.velo-testimonials .uk-slider li .uk-panel.green h1 {
  color: #008f7f;
}
.velo-testimonials .uk-slider li .uk-panel.purple h1 {
  color: #5862bf;
}
.velo-testimonials .uk-slider li .uk-panel.orange h1 {
  color: #ce581c;
}
.uk-panel.green .testimonial-client {
  background: #008f7f;
  padding-bottom: 30px !important;
}
.uk-panel.orange .testimonial-client {
  background-color: #ce581c;
  padding-bottom: 30px !important;
}
.uk-panel.purple .testimonial-client {
  background: #5862bf;
  padding-bottom: 30px !important;
}
.uk-panel.green p.client-text {
  color: #008f7f;
}
.uk-panel.purple p.client-text {
  color: #5862bf;
}
.uk-panel.orange p.client-text {
  color: #ce581c;
}
/* TESTIMONIAL CSS */
/* FREE TRIAL CSS */
.freetrial-velo-index .page-main {
  width: 100% !important;
  max-width: 100% !important;
  padding-left: 0;
  padding-right: 0;
}
.freetrial-banner-wrapper div {
  max-width: 100% !important;
  width: 100%;
  padding: 0 !important;
}
.freetrial-velo-index .nav-sections {
  display: none;
}
.freetrial-banner-wrapper img {
  width: 100%;
}
.freetrial-steps {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.freetrial-steps a {
  font-size: 30px;
  color: #000f2c;
  font-weight: 700;
  color: #888;
  padding-left: 0;
}
.freetrial-steps a:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #888;
  margin-top: 0;
  margin-left: 10px;
}
.freetrial-steps a.active {
  font-size: 40px;
  color: #000f2c;
}
.freetrial-steps a:nth-child(3):after {
  display: none;
}
.freetrial-steps a:hover {
  text-decoration: none;
}
.free-list-heading {
  padding: 20px 5%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #eee;
  margin-bottom: 30px;
  box-sizing: border-box;
}
.free-list-heading-main {
  width: 40%;
  color: #000f2c;
}
.free-list-heading-desc {
  width: 60%;
  font-size: 14px;
  color: #000f2c;
}
.free-list-heading-main {
  font-size: 30px !important;
}
.freetrial-steps {
  background: #eee;
}
.freetrial-velo-index .main {
  background: #eee;
}
.freetrial-content {
  background: #fff;
  padding: 30px;
  width: 70%;
  margin-left: 15%;
}
.freetrial-content .freetrial-category-wrapper {
  display: flex;
  justify-content: center;
  background: #eee;
  width: 90%;
  margin-left: 5%;
  margin-bottom: 100px;
}
.freetrial-content .freetrial-category-wrapper .freetrial-category {
  margin-right: 30px;
  width: 33%;
  text-align: center;
  padding: 10px;
  letter-spacing: 2px;
  color: #000;
  font-weight: 700;
}
.freetrial-content .freetrial-category-wrapper .freetrial-category.active {
  background: #008f7f;
  color: #fff;
  border-radius: 20px;
}
.freetrial-content .freetrial-category-wrapper .freetrial-category:hover {
  text-decoration: none;
}
.trial-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.trial-list .freetrial-product {
  width: 22%;
  margin-bottom: 50px;
  margin-right: 30px;
}
.trial-list .freetrial-product .name-radio-wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.freetrial-product .name-radio-wrapper .radio-wrapper input + .radio-mask {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #000f2c;
  position: absolute;
  right: 2px;
}
.freetrial-product .name-radio-wrapper .radio-wrapper {
  position: relative;
}
.freetrial-category-wrapper {
  border-radius: 20px;
}
.trial-list {
  display: none;
}
.trial-list.active {
  display: flex;
}
.freetrial-content .freetrial-category-wrapper .freetrial-category:last-child {
  margin-right: 0;
}
.radio-wrapper .radio-mask {
  z-index: 1;
}
.radio-wrapper input {
  z-index: 999;
  position: relative;
  top: 3px;
  right: 1px;
  opacity: 0;
}
.freetrial-page-control {
  margin-top: 50px;
  width: 70%;
  margin-left: 15%;
  justify-content: center;
  display: flex;
}
.freetrial-page-control .nextpage-freetrial {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.velodiscovervelo-edit-button {
  background: #fcee21 !important;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #000 !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
p#errormessagesdiscovervelo {
  color: red;
}
.freetrial-page-control {
  margin-bottom: 30px;
}
.radio-wrapper input {
  cursor: pointer;
}
.radio-mask {
  cursor: pointer;
}
.radio-mask.radio-active {
  background: url(../img/checkbox-selected.svg) !important;
  background-position: center;
  background-size: contain !important;
}
.freetrial-address-index .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.freetrial-address-index .sections {
  display: none;
}
.freetrial-shipping-page-title.free-list-heading-main {
  text-align: center;
}
.freetrial-address-index .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.freetrial-address-index .sections {
  display: none;
}
.freetrial-shipping-page-title.free-list-heading-main {
  text-align: center;
}
.freetrial-address-index .freetrial#freetrial {
  width: 70%;
  margin-left: 15%;
  background: #fff;
  padding: 30px;
}
fieldset.fieldset.freetrial {
  width: 90% !important;
  margin-left: 5%;
  padding-top: 30px;
}
#freetrialaddress {
  background: #eee;
}
.freetrial#freetrial .field {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.freetrial#freetrial .field label {
  float: none;
  text-align: left;
  width: 100%;
  font-size: 12px;
  margin-bottom: 10px;
}
.freetrial#freetrial .field input {
  height: 50px;
  background: #eee;
  border: none;
}
.freetrial-shipping-page-title.free-list-heading-main {
  width: 100%;
}
.freetrial-address-index .freetrial#freetrial {
  width: 60%;
  margin-left: 20%;
}
.freetrial-address-index .freetrial#freetrial .field .control {
  width: 100%;
}
.freetrial-shipping-page-title.free-list-heading-main {
  width: 100%;
}
.freetrial-address-index .freetrial#freetrial {
  width: 60%;
  margin-left: 20%;
}
.freetrial-address-index .freetrial#freetrial .field .control {
  width: 100%;
}
.freetrial-address-index .page-main {
  background: #eee;
  padding-bottom: 50px;
}
.freetrial-address-index .page-footer > div > div > div {
  padding-top: 0 !important;
}
.freetrial-address-index .actions-toolbar {
  width: 60%;
  margin-left: 20%;
  display: flex;
  justify-content: center;
}
.freetrial-address-index .actions-toolbar a {
  margin-right: 50px;
}
.freetrial-address-index .actions-toolbar a.previous-freetrial {
  background: #fff !important;
  border: 1px solid #254aa2;
  border-radius: 30px;
  color: #254aa2 !important;
  padding: 10px 20px;
  font-weight: 700;
  text-decoration: none;
  line-height: normal;
  text-decoration: none !important;
}
.freetrial-address-index .actions-toolbar button.freetrialaddressnext {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  line-height: normal;
}
#errormessagesomethingwentwrong {
  color: #ff0000;
  text-align: center;
  margin-top: 20px;
}
.freetrial-confirm-index .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: #eee;
}
.freetrial-confirm-index .sections {
  display: none;
}
.freetrial-confirm-content {
  width: 70%;
  margin-left: 15%;
  background: #fff;
  display: flex;
  align-items: center;
  padding: 20px;
}
.freetrial-confirm-img-wrapper {
  width: 50%;
}
.freetrial-confirm-img-wrapper .freetrial-image img {
  width: 70%;
  margin-left: 15%;
}
.freetrial-confirm-content-wrapper {
  width: 50%;
}
.freetrial-strength-size {
  display: flex;
  width: 60%;
  margin-left: 20%;
  justify-content: space-between;
}
.freetrial-confirm-content-wrapper .freetrial-shipping-address-title {
  font-weight: 900;
  font-size: 26px;
}
.freetrial-confirm-content-wrapper p {
  margin: 0;
  text-transform: uppercase;
  color: #091d41;
}
.epokfreetrial-terms {
  width: 100%;
  margin-top: 50px;
}
.freetrial-confirm-content {
  flex-wrap: wrap;
}
.epokfreetrial-terms p {
  text-align: center;
  font-size: 8px;
  width: 60%;
  margin-left: 20%;
}
.epokfreetrial-terms h2 {
  display: none;
}
.freetrial-confirm-toolbar {
  margin-left: 15% !important;
  width: 70% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.freetrial-confirm-toolbar a {
  margin-right: 50px;
  background: #254aa2;
  border: 1px solid #254aa2;
  border-radius: 30px;
  color: #fff;
  padding: 10px 20px;
  font-weight: 700;
  text-decoration: none;
  line-height: normal;
}
.freetrial-confirm-toolbar button {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  line-height: normal;
}
#errormessage {
  text-align: center;
  margin-top: 10px;
  color: #ff0000;
}
.freetrial-confirm-img-wrapper .freetrial-image + p {
  width: 60%;
  margin-left: 20%;
  font-size: 24px;
}
.freetrial-velo-index .page-title-wrapper {
  display: none;
}
.freetrial-velo-index input.radio {
  width: 20px;
  height: 20px;
  top: -1px;
  left: 2px;
}
.freetrial-index-success .page-main {
  max-width: 100%;
  padding: 0;
}
.freetrial-index-success .container {
  text-align: center;
}
.freetrial-index-success .nav-sections {
  display: none;
}
.freetrial-success-content {
  padding-left: 30px;
  padding-right: 30px;
}
.freetrial-index-fail .page-main {
  max-width: 100%;
  padding: 0;
}
.freetrial-index-fail .container {
  text-align: center;
}
.freetrial-index-fail .nav-sections {
  display: none;
}
.freetrial-fail-content {
  padding-left: 30px;
  padding-right: 30px;
}
.freetrial-fail-terms {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 80px;
}
.freetrial-fail-terms p {
  font-size: 10px;
}
.freetrial-index-fail p.order-confirm-info:first-child {
  font-size: 30px;
}
.validation-msg {
  color: red;
}
.freetrial-index-fail .page-title-wrapper {
  display: none;
}
.freetrial-index-success .page-title-wrapper {
  display: none;
}
.freetrial-address-index .page-title-wrapper {
  display: none;
}
.freetrial-category-wrapper a.active:nth-child(2) {
  background: #e84e56 !important;
}
.freetrial-category-wrapper a.active:nth-child(3) {
  background: #000 !important;
}
.freetrial-confirm-index .page-title-wrapper {
  display: none;
}
.quiz-home-wrapper {
  display: flex;
  justify-content: space-between;
}
#freetrialindexquiz {
  width: 49%;
  background: url(../img/landing-block-1.webp);
  display: flex;
  flex-direction: row;
  padding: 3%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  background-size: contain;
  background-position-x: 100%;
  background-position-y: 100%;
  background-repeat: no-repeat;
  background-color: #eee;
}
#freetrialindexlist {
  width: 49%;
  background: #eee;
  display: flex;
  flex-direction: row-reverse;
  padding: 50px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  overflow-x: hidden;
}
#freetrialindexquiz .quiz-img-left {
  width: 50%;
}
#freetrialindexquiz .quiz-home-left {
  width: 50%;
  padding-top: 100px;
  padding-bottom: 80px;
  padding-right: 50px;
}
#freetrialindexlist .quiz-img-right {
  width: 60%;
}
#freetrialindexlist .quiz-home-right {
  width: 40%;
  padding-top: 80px;
  padding-bottom: 30px;
  padding-right: 50px;
}
.quiz-img-left {
  display: flex;
  object-fit: contain;
  align-items: flex-end;
}
.quiz-img-left img {
  object-fit: contain;
}
.quiz-img-right {
  display: flex;
  object-fit: contain;
  align-items: center;
}
.quiz-img-right img {
  object-fit: contain;
  position: relative;
  right: -30px;
}
.freetrial-index-index .page-main {
  max-width: 95%;
}
.quiz-home-left h1 {
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1;
}
.quiz-home-left p {
  width: 60%;
  margin-bottom: 20px;
}
.quiz-home-left button {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.quiz-home-right h1 {
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1;
}
.quiz-home-right p {
  margin-bottom: 20px;
}
.quiz-home-right button {
  background: #254aa2;
  border: 1px solid #5862bf;
  border-radius: 30px;
  color: #5862bf;
  padding: 10px 20px;
}
#freetrialindextitle {
  background: url(../img/velo-symbol.webp);
  background-color: #091d41;
  padding: 30px;
  margin-bottom: 50px;
  background-size: 30%;
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
}
.freetrial-index-index .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.freetrial-index-index .nav-sections {
  display: none;
}
.quiz-home-wrapper {
  max-width: 95%;
  margin: auto;
}
#freetrialindextitle {
  padding: 50px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 100px;
  padding-top: 100px;
  display: flex;
  justify-content: flex-end;
}
.freetrial-banner-content {
  width: 40%;
  padding-left: 30px;
  padding-right: 100px;
}
.freetrial-banner-content h1 {
  color: #fff;
  font-weight: 900;
  text-transform: uppercase;
}
.freetrial-banner-content ul {
  color: #fff;
}
.modal-quiz-questions .question:before {
  border: none !important;
}
.modal-quiz-questions {
  padding-top: 50px;
}
.modal-quiz-questions .question input[type="radio"] {
  display: inline-block !important;
  width: 20px;
}
.modal-quiz-questions .question li {
  margin-left: 0 !important;
  width: 47% !important;
  background: #efefef;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
}
.modal-quiz-questions .answers {
  text-align: left !important;
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.modal-quiz-questions .question .answers li label:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: 20px;
  z-index: 99;
  left: 10px;
  border: 2px solid #041e42 !important;
  cursor: pointer;
}
.modal-quiz-questions .question .answers li input {
  z-index: 9999999;
  position: relative;
  width: 40px !important;
  height: 33px !important;
  margin: 0 !important;
  top: 0px;
  left: -3px;
  opacity: 0;
  cursor: pointer;
}
.modal-quiz-questions .question .answers li label {
  margin-left: 20px !important;
}
.modal-quiz-questions .question .answers li {
  position: relative;
  padding-left: 10px !important;
  display: flex !important;
  align-items: center;
}
.modal-quiz-questions .question .answers li label:after {
  display: none !important;
}
.modal-quiz-questions .question .answers li input:checked + label:before {
  background: url(../img/quiz-check.png);
  background-position: center;
  background-size: cover;
}
.questions .checkAnswer {
  background: #5862bf !important;
  border: 1px solid #ffffff !important;
  border-radius: 30px !important;
  color: #fff !important;
  padding: 10px 20px !important;
  text-decoration: none !important;
  font-size: 14px !important;
}
.backToQuestion {
  background: #5862bf !important;
  border: 1px solid #ffffff !important;
  border-radius: 30px !important;
  color: #fff !important;
  padding: 10px 20px !important;
  text-decoration: none !important;
  font-size: 14px !important;
}
.freetrialquiz-product {
  display: flex;
  background: #eee;
  margin-top: 20px;
  padding: 20px;
  position: relative;
}
.freetrialquiz-product .fav-product-container {
  width: 100px;
  margin-right: 30px;
}
.freetrialquiz-product .catalog-product-list-intensity-size {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
}
.freetrialquiz-product .catalog-product-list-intensity {
  margin-top: 10px;
  margin-bottom: 20px;
}
.freetrialquizname-radio-wrapper {
  width: 100%;
}
.freetrialquiz-product input + .radio-mask {
  background: #fff;
}
.freetrial-suggested-productlist .freetrial-steps {
  background: none;
}
.freetrialquizname-radio-wrapper input {
  position: absolute;
  width: 30px;
  height: 60px;
  right: 20px;
  top: 30px;
  z-index: 9999;
  opacity: 0;
}
.freetrialquiz-product .newtag {
  display: none;
}
.freetrial-suggested-productlist .page-main {
  max-width: 60% !important;
}
.freetrialquiz-product input + .radio-mask:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #fff;
  position: absolute;
  top: 45px;
  z-index: 99;
  right: 22px;
  border: 2px solid #041e42 !important;
  cursor: pointer;
}
.freetrialquiz-product input:checked + .radio-mask:before {
  background: url(../img/quiz-check.png);
  background-position: center;
  background-size: cover;
}
/* FREE TRIAL CSS */
/* AMBASSADOR PAGE CSS */
.rewardpoints-comingsoon-index .page-title-wrapper {
  display: none;
}
.rewardpoints-comingsoon-index .main {
  padding-top: 60px;
}
.rewardpoints-comingsoon-index p {
  font-size: 30px;
}
/* AMBASSADOR PAGE CSS */
/* COOKIE CSS */
.cookie-custom-css {
  text-align: center;
}
.cookie-custom-css button {
  margin-left: 30px;
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.cookie-custom-css {
  background: #041e42 !important;
  padding-top: 5% !important;
  padding-bottom: 5% !important;
  padding-left: 10% !important;
  padding-right: 10% !important;
}
.cookie-custom-css p.cookie-title {
  text-align: left;
  color: #fff;
  font-size: 18px;
}
.cookie-custom-css .cookie-content {
  color: #fff;
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  line-height: 26px;
}
.cookie-custom-css .cookie-btns {
  margin-top: 30px;
  text-align: left;
}
.cookie-custom-css .cookie-btns button {
  margin-left: 0;
  margin-right: 15px;
}
.cookie-custom-css .cookie-btns button#btn-cookie-decline {
  background: none !important;
  border: 2px solid #fff;
}
.cookie-custom-css .cookie-btns button#btn-cookie-allow {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
/* COOKIE CSS */
/* VELO PLUS */
.rewardpoints-index-index {
  padding-bottom: 0 !important;
  background: #ffffff !important;
}
.rewardpoints-index-index .faq-title-row {
  padding: 0 5%;
  text-align: center;
  box-sizing: border-box;
}
.tilt-letter {
  font-family: VeloWWangle-Bold !important;
  display: inline-block;
  font-style: italic;
  transform: skew(-14deg, 0deg);
}
.rewardpoints-index-index .headingrewarddiv {
  padding: 30px 5%;
  background: #fff;
  padding-bottom: 0px;
}
.product-item-detail .product-item-inner .actions-primary p {
  width: 100%;
  margin-top: 10px;
  color: #e66060;
  font-family: VeloWWangle-Regular !important;
  font-size: 14px;
}
.product-item-detail .product-item-inner .actions-primary p.successreward430 {
  color: #008000;
}
.product-item-detail .product-item-inner .actions-primary [class*="successreward"] {
  color: #2ba82b !important;
}
.rewardpoints-index-index .availablebalance .availablebalance-amounttext .tilt-letter {
  margin-right: 7px;
}
.rewardpoints-index-index .headingrewarddiv .headingrewardptagmain {
  font-family: VeloWWangle-Bold !important;
  font-size: 20px;
  color: #2b2b2b;
  margin-bottom: 10px;
}
.rewardpoints-index-index .headingrewarddiv .headingrewardptag {
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 0;
  font-family: VeloWWangle-Regular !important;
  font-weight: 400;
}
.rewardpoints-index-index .products-grid {
  padding: 20px 5%;
  background: #fff;
  margin: 0;
  padding-bottom: 0;
  margin-bottom: 30px;
  padding-top: 30px;
}
.rewardpoints-index-index .products-grid .product-items {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #e9ecf0;
  padding-bottom: 20px;
}
.rewardpoints-index-index .products-grid .product-items .viewallproducts {
  display: flex;
  flex-wrap: wrap;
}
.rewardpoints-index-index .products-grid .product-items .viewallproducts .item.product-item {
  width: 24%;
  margin-right: 1%;
  margin-left: 0;
  border: 1px solid #e9ecf0;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.rewardpoints-index-index .products-grid .item.product-item:nth-child(4n-4) {
  margin-right: 0;
}
.rewardpoints-index-index .products-grid .item.product-item .product-item-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rewardpoints-index-index .products-grid .item.product-item .product-item-info .product-item-detail {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rewardpoints-index-index .products-grid .product-item-detail .product-item-details {
  width: 100%;
}
.rewardpoints-index-index .products-grid .product-item-name {
  margin: 0;
}
.rewardpoints-index-index .products-grid .product-item-name .product-item-link {
  color: #2b2b2b !important;
  text-decoration: none;
  font-size: 18px;
}
.rewardpoints-index-index .products-grid .product-price {
  margin: 20px 0;
}
.rewardpoints-index-index .products-grid .product-price .ppc-text {
  font-family: VeloWWangle-Bold !important;
  color: #2b2b2b;
  font-size: 16px;
}
.rewardpoints-index-index .products-grid .product-price .ppc-text .spanpts {
  color: #8f9296 !important;
  font-size: 14px;
}
.rewardpoints-index-index .products-grid .product-item-detail .product-item-inner {
  margin-top: auto;
}
.rewardpoints-index-index .products-grid .product-item-detail .product-item-inner .product-item-actions {
  margin: 0;
}
.rewardpoints-index-index .products-grid .product-item-actions .actions-primary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.rewardpoints-index-index .products-grid .product-item-actions .actions-primary .field.qty {
  width: 40%;
}
.rewardpoints-index-index .products-grid .product-item-actions .actions-primary .field.qty .list-qty-control {
  justify-content: space-between;
}
.rewardpoints-index-index .products-grid .product-item-actions .actions-primary .field.qty .list-qty-control button {
  font-size: 25px;
  color: #254aa2;
}
.rewardpoints-index-index .products-grid .product-item-actions .actions-primary .field.qty .list-qty-control .input-text.qty {
  font-family: VeloWWangle-Bold !important;
  color: #2b2b2b;
  font-size: 14px;
  opacity: 1 !important;
  padding: 0;
}
.rewardpoints-index-index .products-grid .product-item-actions .actions-primary .redeembtn {
  width: 55%;
  background: #254aa2;
  color: #fff;
  border-radius: 20px;
  border-color: #254aa2;
  padding: 10px;
}
.rewardpoints-index-index .products-grid .item.product-item .product-item-photo {
  display: block;
}
.rewardpoints-index-index .products-grid .product-image-container {
  width: 100% !important;
  background: #f1f4f8;
  display: block;
}
.rewardpoints-index-index .products-grid .product-image-wrapper {
  width: 100%;
  padding-bottom: 0 !important;
  display: inline;
}
.rewardpoints-index-index .products-grid img {
  position: static;
  width: 100%;
  height: auto;
}
.rewardpoints-index-index .availablebalance {
  background: #fff;
  padding: 0 5%;
  padding-bottom: 30px;
}
.rewardpoints-index-index .availablebalance .inneravailablebalance {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.rewardpoints-index-index .availablebalance .availablebalanceptag {
  font-family: VeloWWangle-Bold !important;
  font-size: 24px;
  color: #2b2b2b;
  margin-bottom: 10px;
}
.rewardpoints-index-index .availablebalance .inneravailablebalance .availablebalancecheck {
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 0;
  font-family: VeloWWangle-Regular !important;
}
.rewardpoints-index-index .availablebalance .availablebalancecontent {
  background: #fff200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px !important;
}
.rewardpoints-index-index .availablebalance .availablebalance-amount {
  font-family: VeloWWangle-Bold !important;
  font-size: 30px;
  color: #2b2b2b;
  margin-bottom: 0;
}
.rewardpoints-index-index .availablebalance .availablebalance-amounttext {
  font-family: VeloWWangle-Bold !important;
  font-size: 26px;
  color: #2b2b2b;
  text-transform: uppercase;
  margin-bottom: 0;
}
.rewardpoints-index-index .availablebalance .availablebalanceamountinnerdiv {
  display: flex;
}
.rewardpoints-index-index .availablebalance .availablebalancetrans {
  font-family: VeloWWangle-Bold !important;
  font-size: 12px;
  color: #2b2b2b;
  margin-bottom: 0;
  border: 2px solid #254aa2;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  line-height: normal;
  margin-right: 20px;
  width: fit-content;
}
.rewardpoints-index-index .availablebalance .availablebalancereddeem {
  font-family: VeloWWangle-Bold !important;
  font-size: 12px;
  color: #2b2b2b;
  border: 2px solid #254aa2;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  line-height: normal;
  width: fit-content;
}
.upsellclose {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 14px !important;
  margin: 20px 0 10px;
  display: inline-block;
}
@media only screen and (max-width: 1024px) {
  .rewardpoints-index-index .products-grid .item.product-item {
    width: 32.3% !important;
  }
  .rewardpoints-index-index .products-grid .item.product-item:nth-child(4n-4) {
    margin-right: 1%;
  }
  .rewardpoints-index-index .products-grid .item.product-item:nth-child(3n-3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .upsell-maindiv {
    width: 85% !important;
    margin: auto;
  }
  .products-list-upsell {
    display: flex;
    flex-direction: column;
  }
  .parentupsell {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
  }
  .maindivlinks .wrapperdivlinks ul li {
    margin-bottom: 0px !important;
    padding-left: 20px;
    border-bottom: 2px solid #00819e !important;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    box-sizing: border-box;
  }
  .rewardpoints-index-index .products-grid .item.product-item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .rewardpoints-index-index .products-grid .item.product-item:nth-child(4n-4) {
    margin-right: 0;
  }
  .rewardpoints-index-index .products-grid .item.product-item:nth-child(3n-3) {
    margin-right: 0;
  }
  .rewardpoints-index-index .availablebalance .availablebalancecontent {
    flex-wrap: wrap;
  }
  .availablebalancecontentinnerdiv {
    width: 100%;
  }
  .account .confirm-customer-group-change .modal-inner-wrap {
    max-width: 30rem;
  }
}
@media only screen and (max-width: 768px) {
  .customerregistration-index-index .account-create .registerpg-wrapper {
    width: 100%;
  }
  .rewardpoints-index-index .availablebalance .availablebalanceamountinnerdiv {
    flex-direction: column;
  }
  .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    height: auto !important;
    min-height: initial !important;
  }
  .modal-popup.modal-slide {
    left: 0 !important;
    z-index: 900;
  }
  .availablebalancecontentinnerdiv {
    margin-bottom: 20px;
  }
  .rewardpoints-index-index .availablebalance .availablebalancetrans {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .rewardpoints-index-index .availablebalance .availablebalance-amounttext {
    font-size: 22px;
  }
  .rewardpoints-index-index .availablebalance .availablebalance-amount {
    font-size: 26px;
  }
  .rewardpoints-index-index .availablebalance .availablebalancereddeem {
    font-size: 12px;
  }
}
.rewardpoints-index-index .page-main {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100% !important;
  max-width: 100% !important;
}
.rewardpoints-index-index .page-title-wrapper {
  display: none;
}
.rewardpoints-index-index .nav-sections {
  display: none;
}
.reward-page > div > div {
  padding: 0 !important;
  widows: 100% !important;
}
.reward-page div {
  max-width: 100% !important;
}
.reward-page .velo-plus-banner img {
  width: 100%;
}
.velo-quick-links-div {
  padding: 100px 100px;
}
.velo-quick-links-wrapper {
  display: flex;
  justify-content: space-between;
}
.velo-quick-link-box {
  width: 24%;
}
.velo-quick-link-box {
  background: #fff;
}
.velo-quick-details {
  padding: 20px 20px;
}
.velo-quick-details h2 {
  color: #051c3a;
  font-weight: 800;
  min-height: 80px;
}
.quick-link-tag {
  position: absolute;
  color: #fff;
  left: 10px;
  top: 10px;
}
.quick-link-tag.black {
  color: #000;
}
.velo-quick-link-box {
  position: relative;
}
.velo-news-list {
  background: #f3f3f3;
  padding: 100px 70px;
  padding-bottom: 20px;
}
.velo-news-title {
  font-weight: 800;
  padding-left: 20px;
  margin-bottom: 30px;
}
.velo-news-list .uk-card-body {
  padding: 20px;
  padding-bottom: 30px !important;
}
.velo-news-list .uk-card-body p + p {
  margin-bottom: 30px;
  color: #041e42;
}
.velo-news-list .uk-card-body p.news-box-title {
  font-weight: 700;
  color: #041e42;
}
.velo-news-list .uk-dotnav {
  margin-top: 50px !important;
}
.rewardpoints-index-index {
  padding-bottom: 0 !important;
  background: #f3f3f3;
}
.velo-news-list .uk-dotnav li a {
  border: 1px solid #001734;
  width: 15px;
  height: 15px;
}
.velo-news-list .uk-dotnav li.uk-active a {
  background: #001734;
}
.reward-points-velo {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  position: relative;
  top: 5px;
  float: right;
  vertical-align: top;
}
.reward-points-velo .reward-points-label {
  color: #00aed6;
  font-size: 16px;
  vertical-align: top;
  margin-right: 10px;
}
.reward-points-velo span + span {
  font-size: 16px;
  color: #fff;
}
.rewardpoints-productlist-index .sections.nav-sections {
  display: none;
}
.rewardpoints-productlist-index .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: url(../img/merchandise_bg.png);
  background-size: cover;
}
.rewardpoints-productlist-index .products.wrapper .new-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.rewardpoints-productlist-index .products.wrapper .new-products li {
  min-width: 24%;
  margin-bottom: 50px;
  width: 24%;
  margin-left: 10px;
}
.rewardpoints-productlist-index .products.wrapper .new-products li .product-item-info {
  width: 100%;
}
.reward-pname-ptext {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reward-pname-ptext p {
  margin-bottom: 0;
  font-weight: 700;
}
.reward-pname-ptext strong {
  margin: 0;
  font-weight: 700;
}
.rewardpoints-productlist-index .product-item-description {
  margin-top: 10px;
  font-size: 10px !important;
  text-transform: uppercase;
}
.rewardpoints-productlist-index .product-item form {
  display: flex;
  justify-content: space-between;
}
.rewardpoints-productlist-index .product-item form .qty {
  width: 40%;
}
.rewardpoints-productlist-index .product-item form .tocart {
  width: 50%;
  background: #06c2e0 0% 0% no-repeat padding-box;
  border: 1px solid #06c2e0;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
}
.rewardpoints-productlist-index .products.wrapper .new-products li {
  background: #fff;
  position: relative;
}
.rewardpoints-productlist-index .products.wrapper .new-products li .details {
  padding: 15px;
  position: relative;
  z-index: 999;
}
.rewardpoints-productlist-index .new-products li:after {
  content: "";
  display: inline-block;
  background: #fff;
  width: 102%;
  height: 106%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  box-shadow: 2px 0px 100px #bbb;
}
.rewardpoints-productlist-index .new-products li:hover:after {
  display: block;
  top: -15px;
}
.velo-breadcrumbs {
  width: 80%;
  margin-left: 10%;
  margin-top: 100px;
  padding-left: 10px;
}
.velo-breadcrumbs a {
  margin-right: 5px;
  color: #051c3a;
}
.velo-breadcrumbs a.current {
  color: #051c3a;
  font-weight: 700;
}
.velo-breadcrumbs span {
  color: #00a4d0;
}
.rewardpoints-productlist-index {
  background: #fff;
}
.rewardpoints-productlist-index .faq-title-row {
  padding: 0 5%;
  text-align: center;
}
.rewardpoints-productlist-index .headingrewarddiv {
  padding: 40px 5%;
  background: #fff;
  padding-top: 60px;
  padding-bottom: 0;
}
.rewardpoints-productlist-index .headingrewarddiv .headingrewardptagmain {
  font-family: VeloWWangle-Bold !important;
  font-size: 20px;
  color: #2b2b2b;
  margin-bottom: 20px;
}
.rewardpoints-productlist-index .headingrewarddiv .headingrewardptag {
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 0;
}
.rewardpoints-productlist-index .products-grid {
  padding: 20px 5%;
  background: #fff;
  margin: 0;
  padding-bottom: 0;
}
.rewardpoints-productlist-index .column {
  padding: 0px !important;
}
.rewardpoints-productlist-index .products-grid .product-items {
  margin-top: 0;
  margin-bottom: 0;
  border-bottom: 2px solid #e9ecf0;
  padding-bottom: 20px;
}
.rewardpoints-productlist-index .products-grid .product-items .viewallproducts {
  display: flex;
  flex-wrap: wrap;
}
.rewardpoints-productlist-index .products-grid .product-items .viewallproducts .item.product-item {
  width: 24%;
  margin-right: 1%;
  margin-left: 0;
  border: 1px solid #e9ecf0;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.rewardpoints-productlist-index .products-grid .item.product-item:nth-child(4n-4) {
  margin-right: 0;
}
.rewardpoints-productlist-index .products-grid .item.product-item .product-item-info {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.rewardpoints-productlist-index .products-grid .item.product-item .product-item-info .product-item-detail {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.rewardpoints-productlist-index .products-grid .product-item-detail .product-item-details {
  width: 100%;
}
.rewardpoints-productlist-index .products-grid .product-item-name {
  margin: 0;
}
.rewardpoints-productlist-index .products-grid .product-item-name .product-item-link {
  color: #2b2b2b !important;
  text-decoration: none;
  font-size: 18px;
}
.rewardpoints-productlist-index .products-grid .product-price {
  margin: 20px 0;
}
.rewardpoints-productlist-index .products-grid .product-price .ppc-text {
  font-family: VeloWWangle-Bold !important;
  color: #2b2b2b;
  font-size: 16px;
}
.rewardpoints-productlist-index .products-grid .product-price .ppc-text .spanpts {
  color: #8f9296 !important;
  font-size: 14px;
}
.rewardpoints-productlist-index .products-grid .product-item-detail .product-item-inner {
  margin-top: auto;
}
.rewardpoints-productlist-index .products-grid .product-item-detail .product-item-inner .product-item-actions {
  margin: 0;
}
.rewardpoints-productlist-index .products-grid .product-item-actions .actions-primary {
  display: flex;
  justify-content: space-between;
}
.rewardpoints-productlist-index .products-grid .product-item-actions .actions-primary .field.qty {
  width: 40%;
}
.rewardpoints-productlist-index .products-grid .product-item-actions .actions-primary .field.qty .list-qty-control {
  justify-content: space-between;
}
.rewardpoints-productlist-index .products-grid .product-item-actions .actions-primary .field.qty .list-qty-control button {
  font-size: 25px;
}
.rewardpoints-productlist-index .products-grid .product-item-actions .actions-primary .field.qty .list-qty-control .input-text.qty {
  font-family: VeloWWangle-Bold !important;
  color: #2b2b2b;
  font-size: 14px;
  opacity: 1 !important;
  padding: 0;
}
.rewardpoints-productlist-index .products-grid .product-item-actions .actions-primary .redeembtn {
  width: 55%;
  background: #254aa2;
  color: #fff;
  border-radius: 20px;
  border-color: #254aa2;
  padding: 10px;
}
.rewardpoints-productlist-index .products-grid .item.product-item .product-item-photo {
  display: block;
}
.rewardpoints-productlist-index .products-grid .product-image-container {
  width: 100% !important;
  background: #f1f4f8;
  display: block;
}
.rewardpoints-productlist-index .products-grid .product-image-wrapper {
  width: 100%;
  padding-bottom: 0 !important;
  display: inline;
}
.rewardpoints-productlist-index .products-grid img {
  position: static;
  width: auto;
  height: 240px;
}
.rewardpoints-productlist-index .availablebalance {
  background: #fff;
  padding: 0 5% 70px;
}
.rewardpoints-productlist-index .availablebalance .inneravailablebalance {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.rewardpoints-productlist-index .availablebalance .availablebalanceptag {
  font-family: VeloWWangle-Bold !important;
  font-size: 26px;
  color: #2b2b2b;
  margin-bottom: 10px;
}
.rewardpoints-productlist-index .availablebalance .inneravailablebalance .availablebalancecheck {
  font-size: 14px;
  color: #2b2b2b;
  margin-bottom: 0;
}
.rewardpoints-productlist-index .availablebalance .availablebalancecontent {
  background: #fff200;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px !important;
}
.rewardpoints-productlist-index .availablebalance .availablebalance-amount {
  font-family: VeloWWangle-Bold !important;
  font-size: 30px;
  color: #2b2b2b;
  margin-bottom: 0;
}
.rewardpoints-productlist-index .availablebalance .availablebalance-amounttext {
  font-family: VeloWWangle-Bold !important;
  font-size: 26px;
  color: #2b2b2b;
}
.rewardpoints-productlist-index .availablebalance .availablebalanceamountinnerdiv {
  display: flex;
}
.rewardpoints-productlist-index .availablebalance .availablebalancetrans {
  font-family: VeloWWangle-Bold !important;
  font-size: 16px;
  color: #2b2b2b;
  margin-bottom: 0;
  border: 2px solid #254aa2;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  line-height: normal;
  margin-right: 20px;
}
.rewardpoints-productlist-index .availablebalance .availablebalancereddeem {
  font-family: VeloWWangle-Bold !important;
  font-size: 16px;
  color: #2b2b2b;
  border: 2px solid #254aa2;
  border-radius: 20px;
  padding: 10px 20px;
  text-decoration: none;
  line-height: normal;
}
@media only screen and (max-width: 1024px) {
  .rewardpoints-productlist-index .products-grid .item.product-item {
    width: 32.3% !important;
  }
  .rewardpoints-productlist-index .products-grid .item.product-item:nth-child(4n-4) {
    margin-right: 1%;
  }
  .rewardpoints-productlist-index .products-grid .item.product-item:nth-child(3n-3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .rewardpoints-productlist-index .products-grid .item.product-item {
    width: 100% !important;
    margin-right: 0 !important;
  }
  .rewardpoints-productlist-index .products-grid .item.product-item:nth-child(4n-4) {
    margin-right: 0;
  }
  .rewardpoints-productlist-index .products-grid .item.product-item:nth-child(3n-3) {
    margin-right: 0;
  }
  .rewardpoints-productlist-index .availablebalance .availablebalancecontent {
    flex-wrap: wrap;
  }
  .availablebalancecontentinnerdiv {
    width: 100%;
  }
  .velo-footer-logo.mobile-only {
    width: 49% !important;
  }
  .velo-footer-your-in-container {
    width: fit-content;
  }
}
@media only screen and (max-width: 768px) {
  .rewardpoints-productlist-index .availablebalance .availablebalanceamountinnerdiv {
    flex-direction: column;
  }
  .availablebalancecontentinnerdiv {
    margin-bottom: 20px;
  }
  .rewardpoints-productlist-index .availablebalance .availablebalancetrans {
    margin-bottom: 10px;
  }
}
.rewardpoints-taf-index .page-main {
  max-width: 100%;
  padding: 0;
  background: url(../img/taf_bg.png);
  background-size: 100%;
  background-position-y: -145%;
}
.rewardpoints-taf-index .nav-sections {
  display: none;
}
.rewardpoints-taf-index .taf-wrapper {
  width: 60%;
  margin-left: 20%;
  margin-top: 100px;
  margin-bottom: 100px;
}
.taf-wrapper .taf-box form .field {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.taf-wrapper .taf-box form .field label {
  text-align: left !important;
  width: 100% !important;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.taf-wrapper #description {
  margin-bottom: 50px;
}
.taf-wrapper .taf-box form .field .control {
  width: 100%;
}
.taf-wrapper .taf-box form .field .control input {
  height: 50px;
}
.taf-wrapper .taf-box {
  background: #fff;
  padding: 50px 100px;
}
.taf-wrapper #description strong {
  margin-bottom: 20px !important;
  display: block;
  text-transform: uppercase;
}
.taf-wrapper .taf-page-heading {
  color: #00aed6;
  text-align: center;
  font-weight: 700;
}
.taf-wrapper .actions-toolbar {
  margin-left: 0 !important;
  margin-top: 50px;
}
.taf-wrapper .actions-toolbar .g-recaptcha {
  margin-bottom: 20px;
}
.taf-wrapper .actions-toolbar button {
  background: #06c2e0 0% 0% no-repeat padding-box;
  border: 1px solid #06c2e0;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
}
.taf-wrapper .taf-box form .field #toname {
  background: #efefef;
  border-bottom: 3px solid #0095bb;
}
.taf-wrapper .taf-box form .field #invitees {
  background: #efefef;
  border-bottom: 3px solid #0095bb;
}
.rewardpoints-taf-index .footer-wrapper > div > div {
  padding-top: 0 !important;
}
.man-img {
  position: absolute;
  bottom: -10px;
  left: -130px;
  width: 200px;
}
.taf-box {
  position: relative;
}
.women-img {
  position: absolute;
  bottom: -110px;
  right: -130px;
  height: 400px;
}
.taf-box #description p {
  font-size: 12px;
}
.rewardpoints-activities-index .page-main {
  width: 100% !important;
  max-width: 100% !important;
  padding-top: 50px;
  background: url(../img/experience_bg.png) #f3f3f3;
  background-size: cover;
  background-repeat: no-repeat;
}
.rewardpoints-activities-index .nav-sections {
  display: none;
}
.rewardpoints-activities-index .new-products {
  display: flex;
  flex-wrap: wrap;
  padding-left: 100px;
  padding-right: 100px;
}
.rewardpoints-activities-index .new-products li {
  width: 48% !important;
}
.rewardpoints-activities-index .new-products li {
  background: #fff;
}
.rewardpoints-activities-index .new-products li .product-item-details {
  display: flex;
  padding: 20px;
  flex-wrap: wrap;
}
.rewardpoints-activities-index .new-products li .product-item-details .product-moreinfo {
  width: 100%;
}
.rewardpoints-activities-index .new-products li .product-item-details strong {
  width: 50%;
  text-align: left;
}
.rewardpoints-activities-index .new-products li .product-item-details .ppc-text {
  width: 50%;
  text-align: right;
}
.rewardpoints-activities-index .new-products li .product-item-details .product-moreinfo {
  text-align: left;
  margin-top: 30px;
}
.rewardpoints-activities-index .new-products li .product-item-details .product-moreinfo a {
  background: #06c2e0 0% 0% no-repeat padding-box;
  border: 1px solid #06c2e0;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
}
.rewardpoints-activities-index .new-products li .product-item-details .product-moreinfo a:hover {
  background: #06c2e0 0% 0% no-repeat padding-box;
  border: 1px solid #06c2e0;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
}
.rewardpoints-activities-index .new-products li {
  margin-left: 0 !important;
}
.rewardpoints-activities-index .new-products {
  justify-content: space-between;
}
.rewardpoints-activities-index .new-products li .product-item-details {
  padding-bottom: 30px;
}
.rewardpoints-activities-index .velo-breadcrumbs {
  margin-top: 0;
  text-align: left;
  margin-left: 0;
  padding-left: 100px;
}
.rewardpoints-activities-index .products.list .product-item .product-item-name {
  min-height: 60px;
}
.rewardpoints-activities-index .page-footer > div > div > div {
  padding-top: 0 !important;
}
.reward-activity-details-wrapper {
  background: url(../img/experience_detail_bg.png);
  background-size: cover;
}
.velo-breadcrumbs {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 20px;
}
.customproductreward-addtocart-button {
  background: #06c2e0 0% 0% no-repeat padding-box;
  border: 1px solid #06c2e0;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  margin-bottom: 100px;
}
.customproductreward-addtocart-button:hover {
  background: #06c2e0 0% 0% no-repeat padding-box;
  border: 1px solid #06c2e0;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
}
.rewardpoints-faq-index .page-main {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0;
  padding-right: 0;
  background: url(../img/reward_faq_bg.png);
  background-size: cover;
  width: 100%;
  max-width: 100%;
}
.rewardpoints-faq-index .nav-sections {
  display: none;
}
.rewardpoints-faq-index .rewards-faq-content {
  background: #fff;
  width: 60%;
  margin-left: 20%;
  padding: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.rewards-faq-content .rewards-faq-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.rewards-faq-content .rewards-faq-wrapper .qdiv {
  width: 20%;
  text-transform: uppercase;
  text-align: right;
  font-weight: 700;
}
.rewards-faq-content .rewards-faq-wrapper .adiv {
  width: 70%;
  margin-bottom: 30px;
}
.velo-news-list img {
  width: 100%;
}
.quick-link-tag {
  display: none;
}
.rewardpoints-productlist-index .page-title-wrapper {
  display: none;
}
.rewardpoints-faq-index .page-title-wrapper {
  display: none;
}
/* VELO PLUS */
/* VELO QUIZ */
.product-selector.questionnaire .quiz {
  opacity: 1;
}
.product-selector.questionnaire {
  display: inline-block;
  width: 40%;
  margin-left: 30%;
}
.product-selector.questionnaire .quiz {
  display: inline-block;
  height: auto;
}
.product-selector.questionnaire .quiz-form .steps .step-item.active:after {
  background: #06c2e0;
}
.product-selector.questionnaire .quiz-form .guideSell-form .guidedSell-block ul li {
  border: 1px solid #06c2e0;
  color: #06c2e0;
}
.product-selector.questionnaire .quiz-form .guideSell-form .guidedSell-block ul li.selected,
.product-selector.questionnaire .quiz-form .guideSell-form .guidedSell-block ul li:hover {
  background: #06c2e0;
  border: 1px solid #06c2e0;
}
#guided-sell-form {
  margin-top: 100px;
}
.questions h3 + ul.question {
  padding-left: 0 !important;
  line-height: auto !important;
  padding-bottom: 0 !important;
}
.more-flavors-link {
  width: 94%;
  background: none;
  display: inline-block;
  margin-top: 10px;
  padding: 3%;
  color: #000 !important;
  padding-bottom: 0 !important;
  text-align: center;
  text-decoration: underline;
}
.more-flavors-link img {
  width: 140px;
  margin-right: 30px;
}
.modal-quiz-questions {
  width: 100vw !important;
  margin-top: 0 !important;
  height: 100vh !important;
}
.modal-quiz-questions .quizArea {
  width: 60vw;
  margin-left: 20vw;
}
.modal-quiz-questions {
  background: url(../img/quiz-bg.jpg);
  background-size: cover;
  background-position: center;
}
#modal-wrapper-quiz a {
  padding-left: 20vw;
}
#modal-wrapper-quiz img {
  width: 200px;
}
.modal-quiz-questions {
  padding-top: 140px;
}
.otherproductdiv {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.otherproductdiv .freetrialquiz-product {
  width: 28%;
  border: 2px solid #fff;
}
.otherproductdiv .freetrialquiz-product {
  flex-direction: column;
  margin-top: 5px;
}
.otherproductdiv .freetrialquiz-product .fav-product-container {
  width: 100%;
}
.otherproductdiv .freetrialquizname-radio-wrapper input {
  top: 0 !important;
}
.otherproductdiv .freetrialquizname-radio-wrapper .radio-mask:before {
  top: 10px !important;
  right: 10px;
}
.otherproductdiv p.other-products-title {
  width: 100%;
  margin-top: 50px;
  font-weight: 700;
  font-size: 20px;
}
#modal-wrapper-quiz .nextQuestion.checkAnswer {
  right: 60px;
}
.buildateam-cancel {
  background: #5862bf !important;
  border: 1px solid #ffffff !important;
  border-radius: 30px !important;
  color: #fff !important;
  padding: 10px 20px !important;
  text-decoration: none !important;
  font-size: 14px;
  margin-left: 20vw !important;
}
#freetrialindexlist {
  padding-left: 0 !important;
}
#freetrialindexquiz {
  padding-left: 0 !important;
}
.freetrial-index-index #launcher {
  display: none;
}
/* VELO QUIZ */
/* VELO BLOG */
.blog-category-index .page-main {
  padding-right: 0px;
}
.blog-category-index .sidebar-main {
  display: none;
}
.blog-category-index .main {
  width: 100% !important;
}
.blog-category-index .blog__post-list {
  display: flex;
  margin-top: 50px;
}
.blog-category-index .blog__post-list .blog__post-item {
  width: 48%;
  border: 1px solid #000;
}
.blog-category-index .blog__post-list .blog__post-item .blog__post-header {
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 10px;
  margin-bottom: 20px;
}
.blog-category-index .blog__post-list .blog__post-item .blog__post-header + .blog__post-excerpt {
  padding-left: 10px;
  padding-right: 10px;
}
.blog-category-index .blog__post-list .blog__post-item .read-more {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog-category-index .breadcrumbs {
  display: none;
}
.blog-category-index .page-title-wrapper {
  text-align: center;
  margin-top: 50px;
}
.blog-category-index .main > p {
  text-align: center;
}
.blog-category-index .page-title-wrapper h1 {
  margin-bottom: 10px;
}
.blog-category-index .blog-post-list__toolbar {
  display: flex;
  align-items: center;
}
.blog-category-index .toolbar-amount {
  padding-top: 0 !important;
}
.blog-category-index .blog-post-list__toolbar p {
  line-height: 16px;
  margin-right: 20px;
}
.blog-category-index .blog-post-list__toolbar span {
  line-height: 16px;
}
.blog-category-index .blog__post-excerpt .read-more {
  margin-top: 30px;
  background: #5862bf 0% 0% no-repeat padding-box;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  width: 25% !important;
  text-align: center !important;
}
.blog-category-index .blog__post-excerpt a {
  width: 100% !important;
  display: inline-block;
}
.blog-category-index .blog__post-excerpt a img {
  width: 100% !important;
  display: inline-block;
  max-width: 100% !important;
  padding: 0;
}
.addthis_bar.addthis_bar_bottom.at-topBottom-animateIn {
  display: none;
}
.blog-post-view .sidebar {
  display: none;
}
.blog-post-view .main {
  width: 100% !important;
}
.blog-post-view #disqus_recommendations {
  display: none;
}
.blog-post-view .blog__post-featured-image {
  width: 100%;
}
.recycle-img.desktop-only {
  display: flex;
  align-items: flex-end;
}
.blog__post-list-wrapper .blog__post-list {
  flex-wrap: wrap;
}
/* VELO BLOG */
/* FIXES AND PATCHES */
.catalog-product-view .related ol {
  display: flex;
  justify-content: space-between;
}
.catalog-product-view .related ol li {
  width: 23% !important;
  margin-left: 2% !important;
}
.checkout-cart-index .crosssell ol {
  display: flex;
  justify-content: space-between;
}
.checkout-cart-index .crosssell .nicotine-home-list {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .crosssell .uk-slidenav {
  display: none;
}
#age_verify .age-condition-wrapper {
  width: 100vw;
  margin-left: 0;
  margin-top: 0;
  height: 100vh;
  padding-top: 150px;
}
.age-condition-wrapper img {
  width: 120px;
  margin-bottom: 50px;
}
.checkout-onepage-success .page-title-wrapper {
  display: none;
}
.minimal-price-link span {
  font-size: 10px;
}
.catalog-product-view .main {
  margin-top: 50px;
}
.catalog-category-view .minimal-price-link {
  display: none;
}
.catalog-tier-price {
  width: 100%;
}
.catalog-tier-price p {
  color: #000 !important;
  font-size: 12px;
}
.catalog-tier-price div {
  padding: 0 !important;
  padding-left: 5px !important;
  padding-right: 5px !important;
  margin: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-bottom: 20px !important;
}
.tier-price-heading {
  font-weight: 700 !important;
  font-size: 16px !important;
  margin-top: 10px;
}
.catalog-tier-price {
  background: #e6f6f9;
  margin-bottom: 40px;
}
.catalog-tier-price div {
  margin-bottom: 0 !important;
}
.tier-price-heading {
  font-weight: 700 !important;
  font-size: 16px !important;
  margin-top: 10px;
}
.catalog-tier-price {
  background: #e6f6f9;
  margin-bottom: 40px;
}
.catalog-tier-price div {
  margin-bottom: 0 !important;
  padding: 10px !important;
  text-align: center;
}
.catalog-tier-price .tier-price-col {
  display: inline-block !important;
  width: auto !important;
  margin-right: 50px !important;
}
.nicotine-home-list .price-final_price .minimal-price-link {
  display: none;
}
.product .stock.unavailable span {
  color: #000;
}
.stock.unavailable.veloplus {
  pointer-events: none;
}
.no-click {
  pointer-events: none;
}
.rewardpoints-activities-index .page-title-wrapper {
  display: none;
}
.rewardpoints-productlist-index .product-item-description {
  min-height: 70px;
}
.rewardpoints-productlist-index .product-item-info a.action {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
.nicotine-home-list select {
  margin-right: 30px;
}
.nicotine-home-list .product-list-buy-addtocart form {
  width: 100%;
}
.catalog-product-view .box-tocart .productrowtotalqty {
  display: flex;
  align-items: center;
}
.catalog-product-view .box-tocart .productrowtotalqty .productrowtotal {
  margin-right: 10px;
}
.catalog-product-view .box-tocart .productrowtotalqty #qtytier {
  margin-right: 10px;
  text-align: center;
  padding-left: 0;
}
.rewardbacktohome {
  margin-bottom: 30px;
}
.errorreward,
.notloggedinreward {
  color: #e66060;
}
.successreward,
.selectreward {
  color: #2ba82b;
}
.catalog-category-view .actions-primary {
  width: 100%;
}
.rewardpoints-productlist-index .products.list li.item .product-item-photo {
  width: 100% !important;
  min-width: 100% !important;
  display: inline-block !important;
}
.rewardpoints-productlist-index .products.list li.item .product-item-photo span {
  width: 100% !important;
}
.catalog-category-view .item .product-item-inner form {
  flex-direction: column;
}
.catalog-category-view .item .product-item-inner form select {
  width: 100% !important;
  margin-bottom: 20px;
}
.catalog-category-view .item .product-item-inner form button {
  width: 100% !important;
  margin-bottom: 10px;
}
.catalog-category-view .item .product-item-description {
  min-height: 85px !important;
}
.checkout-cart-index .cart.table-wrapper .cart.item .item-actions {
  position: absolute;
  top: 0;
  right: 0;
}
.checkout-cart-index .cart.table-wrapper .cart.item .item-info {
  padding-top: 0 !important;
  align-items: center !important;
}
.checkout-cart-index .cart.table-wrapper .cart-product-details {
  justify-content: flex-start !important;
  margin-right: 30px;
}
.checkout-cart-index .cart.table-wrapper .item .col.item {
  padding: 0 !important;
}
.checkout-cart-index .cart.table-wrapper .cart.item .item-actions .action.action-delete:before {
  content: "\e604";
}
.checkout-cart-index .cart.table-wrapper .cart.item .item-actions .action-delete.action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 38px;
  line-height: 28px;
  color: #303030;
  content: "\e604";
  font-family: "icons-blank-theme";
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.checkout-cart-index .reward-points-payment-content .extra-controls {
  margin-left: 0 !important;
  margin-bottom: 10px !important;
}
.checkout-cart-index .cart.table-wrapper .cart.item .item-actions .action.action-delete span {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .cart.item .item-actions .action.action-delete {
  background: none;
  border: none;
  padding: 0;
}
.checkout-cart-index .cart.table-wrapper .cart.item .item-actions .action.action-delete:active {
  box-shadow: none;
}
.freetrial-index-index .page-title-wrapper {
  display: none;
}
.freetrial-suggested-productlist .page-title-wrapper {
  display: none;
}
.product-item-description-outofstock {
  min-height: auto;
}
.catalog-product-view .newtag {
  top: 0;
  left: 15%;
}
.rewardpoints-activities-index .wrapperdiv {
  text-align: left;
}
@media screen and (max-width: 900px) {
  .catalog-product-view .madetag {
    width: auto;
    position: absolute !important;
    top: 0;
    right: 0;
    z-index: 99;
  }
  .rewardpoints-activities-index .velo-mobile-quick-links {
    margin-left: -3%;
    margin-right: -3%;
    margin-top: -3%;
  }
  .category-velo .modal-popup.confirm .modal-inner-wrap {
    right: 3% !important;
    top: 30%;
    z-index: 999999;
  }
}
/* FIXES AND PATCHES */
/* PROMO POPUP */
#popup {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}
#popup a {
  margin-top: 100px !important;
  display: inline-block;
}
#popup a {
  width: 25vw !important;
  position: absolute;
  left: 50%;
  margin-left: -12.5vw;
}
#popup .popupclose {
  width: 20px;
  margin-top: 50px;
  left: 50%;
  position: absolute;
  margin-left: -10px;
}
/* PROMO POPUP */
/* VELO INFO PAGE */
.velo-info-index .info-img-row-one {
  display: flex;
}
.info-img-row-one img {
  width: 100px !important;
  object-fit: contain;
}
.info-img-row-one img.exlaepokimage {
  width: 150px !important;
  object-fit: contain;
}
.velo-info-index .page-title-wrapper {
  display: none;
}
.rewardpoints-taf-index .page-title-wrapper {
  display: none;
}
/* VELO INFO PAGE */
/* VELO PROMO IMPLEMENTATION */
.striked-price {
  margin-right: 10px;
}
.striked-price:after {
  content: "";
  width: 120%;
  height: 2px;
  background: red;
  position: absolute;
  left: -10%;
  top: 40%;
  transform: rotate(-10deg);
}
.striked-price {
  position: relative;
}
.maindivlinkfreeship {
  justify-content: space-evenly;
  display: flex !important;
  align-items: center;
  padding: 0 30px;
  padding-top: 0;
  padding-bottom: 0;
}
.testedbyscientists,
.standardshipping,
.moneybackdiv {
  display: flex !important;
  justify-content: center;
  align-items: center;
}
.maindivlinkfreeship p {
  margin-bottom: 0 !important;
  font-family: VeloWWangle-Medium !important;
  font-size: 11px;
}
.promo-price {
  color: #000;
  width: 100%;
}
.nicotine-home-list .product-list-price {
  display: none;
}
.nicotine-home-list .customprice {
  width: 50% !important;
  text-align: right;
}
.pdp-promo-price span {
  font-size: 24px;
}
/* VELO TOTAL */
#orderamountexceeded {
  width: 40%;
  position: absolute;
  top: 50%;
  background: #fff;
  padding: 20px;
  left: 30%;
  z-index: 999;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.13), 0 1px 4px 0 rgba(0, 0, 0, 0.11);
}
.order-amount-exceed {
  text-align: center;
}
/* VELO TOTAL ENDS */
/* VELO PROMO IMPLEMENTATION */
/* VELO IFRAME ISSUES SURVEY AND GAME */
.videogame-index-index #maincontent {
  max-width: 100%;
  padding: 0;
}
.videogame-index-index .nav-sections {
  display: none;
}
.videogame-index-index iframe {
  width: 100%;
  height: 100vh;
}
.videogame-index-index .main {
  padding-bottom: 0 !important;
}
.videogame-index-index .page-title-wrapper {
  display: none;
}
.interactive-index-index #maincontent {
  max-width: 100%;
  padding: 0;
}
.interactive-index-index .nav-sections {
  display: none;
}
.interactive-index-index iframe {
  width: 100%;
  height: 100vh;
}
.interactive-index-index .main {
  padding-bottom: 0 !important;
}
.survey-index-index #maincontent {
  max-width: 100%;
  padding: 0;
}
.survey-index-index .nav-sections {
  display: none;
}
.survey-index-index iframe {
  width: 100%;
  height: 100vh;
}
.survey-index-index .main {
  padding-bottom: 0 !important;
}
.interactive-index-index .page-title-wrapper {
  display: none;
}
.survey-index-index .page-title-wrapper {
  display: none;
}
/* VELO IFRAME ISSUES SURVEY AND GAME */
/* VELO FESTIVAL RELATED CSS */
.summerfestival-index-success h2 {
  font-weight: 900;
  font-size: 30px;
}
.summerfestival-index-success p.success-description {
  font-size: 18px;
}
.summerfestival-index-success p.success-description + p {
  font-weight: 900;
  font-size: 18px;
  margin-top: 50px;
}
.success-page-redirect-box-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}
.success-page-redirect-box-wrapper .success-page-redirect-box {
  padding: 50px 20px;
  width: 45%;
  text-align: center;
  background: linear-gradient(103.13deg, #ffd040 0%, #57d39f 52.6%, #3bd4ae 100%);
}
.success-page-redirect-box-wrapper .success-page-redirect-box p {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}
.success-white-btn {
  background: #fff;
  padding: 10px 20px !important;
  width: auto !important;
  display: inline-block;
  color: #3bd4ae !important;
  border-radius: 50px;
  margin-top: 20px;
  font-weight: 900;
}
.summerfestival-index-success .page-main {
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.summerfestival-index-success .festival-success-banner {
  width: 100%;
}
.summerfestival-index-success .nav-sections {
  display: none;
}
.festival-success-content {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 50px;
  padding-bottom: 100px;
}
.summeractivitygrid .product a.photo {
  width: 100% !important;
}
.summeractivitygrid .product a.photo img {
  width: 100% !important;
}
.summeractivitygrid .product .epok-green {
  background: #3bd4ae !important;
}
.limitededitionImage {
  width: 120px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 99999;
}
@media screen and (max-width: 900px) {
  .limitededitionImage {
    width: 90px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99999;
  }
}
@media screen and (max-width: 900px) {
  .summerfestival-index-success .festival-success-content {
    padding-left: 2%;
    padding-right: 2%;
  }
  .success-page-redirect-box-wrapper {
    flex-direction: column;
    margin-top: 50px;
  }
  .success-page-redirect-box-wrapper .success-page-redirect-box {
    width: 90%;
    margin-bottom: 20px;
  }
}
/* VELO FESTIVAL RELATED CSS */
/* VELO SUBSCRIPTION RELATED */
.non-subscription-promo {
  background: #00aed6;
  padding: 20px;
  margin-bottom: 30px;
  position: relative;
}
.non-subscription-promo h2 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 900;
}
.non-subscription-promo p {
  color: #fff;
  text-transform: uppercase;
}
.non-subscription-promo a {
  background: #fff;
  padding: 8px 15px;
  border-radius: 20px;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  font-weight: 900;
  margin-top: 20px;
  display: inline-block;
}
.non-subscription-promo a:hover {
  text-decoration: none;
}
.non-subscription-promo:after {
  content: "?";
  font-size: 150px;
  font-weight: bold;
  position: absolute;
  color: #fff;
  bottom: 0;
  line-height: 150px;
  opacity: 0.4;
}
.subscription-faq-index .page-main {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0;
  padding-right: 0;
  background: url(../img/reward_faq_bg.png);
  background-size: cover;
  width: 100%;
  max-width: 100%;
}
.subscription-faq-index .nav-sections {
  display: none;
}
.subscription-faq-index .rewards-faq-content {
  background: #fff;
  width: 60%;
  margin-left: 20%;
  padding: 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.subscription-faq-index .rewards-faq-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.subscription-faq-index .rewards-faq-wrapper .qdiv {
  width: 20%;
  text-transform: uppercase;
  text-align: right;
  font-weight: 700;
}
.subscription-faq-index .rewards-faq-wrapper .adiv {
  width: 70%;
  margin-bottom: 30px;
}
.checkout-cart-index .cart-price-total div:first-child p {
  text-align: right;
  margin-bottom: 0;
}
.checkout-cart-index table.data.table {
  word-break: break-word;
  border: 1px solid #ddd;
}
.checkout-cart-index table.data.table.totals {
  border: none;
}
.checkout-cart-index .cart-price-total div:first-child p span {
  font-size: 18px;
  margin: 0;
  color: red;
}
.checkout-cart-index .cart-price-total .col.price {
  padding-top: 0;
  text-align: left;
  font-weight: bold;
}
.cart-product-details-row-2 .col.price {
  text-align: right !important;
}
.account .block-collapsible-nav .item.current strong {
  border: none !important;
  padding: 0 !important;
  color: #01567e;
}
.account .block-collapsible-nav .item a:hover {
  background: #fff !important;
}
.account .delete .actions-toolbar span {
  color: #000 !important;
}
.account em {
  margin-right: 5px;
}
.address-mandatory {
  color: #f0506e;
  margin-left: 5px;
}
.cart-product-details-row-2 .cart-qty-selector .control.qty {
  justify-content: center !important;
}
.checkout-cart-index .cart-product-details .cart-product-details-row-2 {
  margin-top: 20px;
}
.checkout-cart-index .cart.table-wrapper .control.qty .qtycart-button {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .control.qty button {
  font-size: 25px;
  color: #254aa2;
}
.checkout-cart-index #shopping-cart-table tr.item-info {
  width: 100%;
}
.checkout-cart-index .cart.table-wrapper .items > .item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: block;
}
.checkout-cart-index .cart-summary {
  padding: 0 30px;
  width: 30%;
  position: static;
  background: #f1f4f8;
  margin: 0px;
  box-sizing: border-box;
  overflow: hidden;
}
.checkout.methods #datepicker .ui-datepicker-inline {
  background: #fff;
  box-shadow: none;
  border: none;
}
.checkout.methods #datepicker .ui-datepicker-inline table {
  border: none;
}
.checkout.methods #datepicker + div {
  background: #fff;
  padding: 20px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.checkout.methods #datepicker + div p {
  font-size: 12px;
  margin-bottom: 0;
}
.checkout.methods .subscription-meta-link h2 {
  margin-bottom: 0;
  margin-top: 70px;
  font-weight: 900;
}
.checkout.methods #datepicker .ui-datepicker-calendar th {
  background: none;
  border: none;
  padding: 10px;
}
.checkout.methods #datepicker .ui-datepicker-calendar tr {
  border: none;
}
.checkout.methods #datepicker .ui-datepicker-calendar tr td {
  border: none;
  padding: 10px;
}
.checkout.methods #datepicker .ui-datepicker-unselectable {
  background: none;
  color: red;
}
.checkout.methods #datepicker .ui-datepicker-unselectable span {
  color: #ddd;
}
.checkout.methods #datepicker .ui-datepicker-today {
  background: none;
}
.checkout.methods #datepicker .ui-datepicker-today a {
  background: #0178d3;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
.checkout.methods #datepicker .ui-datepicker-title {
  font-weight: 900;
}
.checkout.methods #datepicker .ui-datepicker-calendar tr td a {
  text-align: center;
  width: 20px;
}
.checkout.methods #datepicker .ui-datepicker-calendar tr td a:hover {
  background: rgba(1, 120, 211, 0.2);
  border-radius: 50%;
}
.checkout-cart-index .cart-summary .methods {
  width: 100%;
}
/* VELO SUBSCRIPTION RELATED */
/* VELO SUBSCRIPTION ACCOUNT */
.subscription-account-subscription .page-title-wrapper {
  margin-top: 0px;
}
.account-subscription-btn {
  margin-top: 30px;
}
.account-subscription-rank {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
}
.rank-value {
  color: #ffa400;
}
.account-subscription-btn button {
  margin-right: 10px;
}
.subscription-index-update .page-main {
  width: 100%;
  max-width: 100% !important;
  padding: 0;
}
.subscription-plan-box p {
  font-size: 13px !important;
}
.already-subscribed-message {
  text-align: center;
  margin-top: 50px !important;
  font-size: 20px;
  margin: 0 20px ;
}
.subscription-index-update .nav-sections {
  display: none;
}
.subscription-index-update .page-title-wrapper {
  display: none;
}
/* VELO SUBSCRIPTION ACCOUNT */
/* MOBILE MEDIA QUERY */
@media screen and (max-width: 900px) {
  .already-subscribed-message {
    text-align: center;
    margin-top: 50px;
    font-size: 12px !important;
  }
  body.checkout-index-index .page-main {
    padding-right: 0%;
  }
  body.checkout-index-index .opc-wrapper {
    padding: 50px 5%;
  }
  .checkout-cart-index .nicotinestrength {
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: column-reverse;
  }
  #orderamountexceeded {
    width: 85% !important;
    position: absolute;
    top: 90%;
    background: #fff;
    padding: 20px;
    left: 2% !important;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.13), 0 1px 4px 0 rgba(0, 0, 0, 0.11);
  }
  .desktop-only {
    display: none !important;
  }
  .mobile-velo-points.mobile-only .reward-points-velo {
    display: flex;
    width: 100%;
    background: #000f2c;
    position: static;
    border-top: 1px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    justify-content: center;
  }
  /* HOME PAGE HEADER AND FOOTER */
  .header.content .menu-top-ul li.float-right {
    margin-right: 8px !important;
  }
  .page-header .header.content .maindiv {
    width: 90%;
  }
  .page-header .minicart-wrapper {
    margin-top: 0;
  }
  .header.content .menu-top-ul li.float-right.language {
    margin-right: 15px !important;
  }
  .maindivlinks {
    display: none;
  }
  .page-header {
    margin-bottom: 0;
  }
  .why-velo-content {
    width: 90%;
    margin-left: 5%;
    flex-direction: column;
    margin-top: 20px;
  }
  .why-velo-left {
    width: 100%;
  }
  .why-velo-right {
    width: 100%;
  }
  .how-velo-list {
    flex-direction: column;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .how-velo-list .how-velo-box {
    width: 100%;
    padding: 0;
  }
  .how-velo-box {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .how-velo-box img + p {
    display: none;
  }
  .how-velo-box img {
    width: 100px;
  }
  .how-velo-box .how-velo-title {
    text-transform: uppercase;
  }
  .nicotine-home-list.nicotine-home-list {
    padding-left: 0px !important;
    padding-right: 0px !important;
    display: none !important;
  }
  .nicotine-home-list .product-list-section-title-wrapper {
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: flex-start;
  }
  .nicotine-home-list .product-list-section-title-wrapper .product-list-section-title {
    width: 90%;
    padding-left: 5%;
    padding-right: 0;
  }
  .nicotine-home-list .product-list-section-title-wrapper a {
    padding-left: 30px;
    width: auto;
    text-align: left;
    justify-content: flex-start;
    color: #fff;
  }
  .nicotine-home-list .product-list-section-title-wrapper a img {
    margin-left: 10px;
  }
  .nicotine-home-list .products-new-grid .lownic {
    display: none;
  }
  .nicotine-home-list .uk-slider {
    width: 100%;
  }
  .velo-link-box-wrapper {
    margin-top: 0px;
    flex-direction: column;
    padding: 0;
    margin-bottom: 0px;
  }
  .velo-link-box-wrapper img {
    width: 100%;
    margin-bottom: 30px;
  }
  .velo-footer-second-row {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }
  .velo-footer-second-row .footer-links {
    width: 100%;
    flex-direction: column;
  }
  .velo-footer-second-row .footer-links .footer-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .velo-footer-third-row {
    padding: 10px;
  }
  .velo-footer-fifth-row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .velo-footer-second-row .footer-logo {
    margin-left: 40%;
  }
  .velo-footer-second-row {
    background-image: url(../img/velo-watermark-img.png) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position-x: 0 !important;
    background-position-y: 100%;
  }
  .header.content .menu-top-ul li.float-right.hamberger {
    display: flex;
    flex-direction: column;
  }
  .header.content .menu-top-ul li.float-right.store-home {
    display: none;
  }
  .mobile-menu-open .maindivlinks {
    display: block;
  }
  .maindivlinks {
    position: fixed;
    top: auto;
    left: 0;
    z-index: 99999 !important;
    background: rgba(0, 0, 0, 0.8) !important;
    width: 100vw;
    height: 100vh;
    padding-top: 0 !important;
    padding-left: 0 !important;
  }
  .maindivlinks .wrapperdivlinks ul {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    background: #01567e;
    padding: 0px !important;
    padding-left: 0 !important;
  }
  .testedbyscientists,
  .moneybackdiv {
    display: none !important;
  }
  .maindivlinks .wrapperdivlinks ul li {
    margin-bottom: 0px !important;
    padding-left: 20px;
    border-bottom: 1px solid #072347;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .hamberger a {
    display: none;
  }
  .hamberger img {
    width: 60px;
  }
  .account-icon img {
    width: 50px;
  }
  .maindivlinks .wrapperdivlinks ul li:nth-of-type(even) {
    /*display: none; */
  }
  .hamberger-close-icon {
    display: none;
  }
  .mobile-menu-open .hamberger-close-icon {
    display: block !important;
  }
  .mobile-menu-open .hamberger-icon {
    display: none !important;
  }
  .page-header .header.content {
    width: 100% !important;
    justify-content: space-between;
    padding: 0px !important;
    padding: 10px 10px !important;
  }
  .mid-nicotine-list.nicotine-home-list .product-list-section-title-wrapper {
    background: #e84e56;
  }
  .high-nicotine-list.nicotine-home-list .product-list-section-title-wrapper {
    background: #000;
  }
  .menu-top-ul .account-login div.account-dropdown {
    left: -10px;
  }
  .velo-link-box-wrapper a {
    width: 100% !important;
  }
  /* HOME PAGE HEADER AND FOOTER */
  /* CATALOG PAGE MOBILE */
  .modal-popup .modal-inner-wrap {
    width: 95% !important;
  }
  .legalconsent-index-index .modal-popup .modal-inner-wrap {
    width: 90% !important;
    margin: auto;
    margin-top: 50px;
  }
  .catalog-links {
    width: 90%;
    margin-left: 5%;
  }
  .catalog-category-view .products.list li {
    width: 100% !important;
    margin-bottom: 30px;
  }
  .catalog-category-view .products.list li .product-item-info a {
    width: 100%;
    display: inline-block;
  }
  .category-velo .filter-links {
    flex-direction: column;
  }
  .category-velo .catalog-links,
  .category-velo .flavour-links {
    width: 100% !important;
    margin-bottom: 15px !important;
    flex-direction: column;
  }
  .category-velo .cat {
    padding: 5px;
    width: 65px;
  }
  .category-velo .category-checkbox,
  .category-velo .flavour-checkbox {
    margin: 0 !important;
  }
  .all-filters {
    display: flex;
    width: 100% !important;
  }
  .category-velo .all-filters a {
    display: flex;
    width: 100% !important;
    justify-content: center;
  }
  .catalog-category-view .products.list li .product-item-info .product-item-details {
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .catalog-category-view .products.list li .catalog-product-list-name-price {
    flex-direction: column;
  }
  .catalog-category-view .products.list li .catalog-product-list-name-price .product-item-name {
    width: 100%;
  }
  .catalog-category-view .products.list li .catalog-product-list-name-price .catalog-product-list-price {
    width: 100%;
  }
  .catalog-category-view .products.list li .product-item-name a {
    width: 100%;
  }
  .catalog-category-view .products.list li .product-item-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .catalog-category-view .products.list li .product-item-inner {
    width: 100%;
  }
  .catalog-category-view .products.list li .product-item-inner .actions-primary {
    width: 100%;
  }
  .catalog-category-view .products.list li .product-item-inner .product-item-actions {
    width: 100%;
    padding-top: 20px;
  }
  .testimonial h1 {
    font-size: 22px;
    margin-bottom: 50px;
  }
  .catalog-category-view .products-grid .group-title {
    margin-bottom: 50px;
  }
  .catalog-links a {
    font-size: 10px;
  }
  .newtag {
    width: 100px;
    position: relative;
    top: 0px;
    right: 0;
    z-index: 99999;
    margin-bottom: 10px;
  }
  .madetag {
    width: 100px;
    position: relative !important;
    top: 0px;
    right: 0;
    z-index: 99999;
    margin-bottom: 10px;
  }
  /* CATALOG PAGE MOBILE */
  /* PDP PAGE MOBILE */
  .catalog-product-view .fotorama__nav-wrap {
    display: none !important;
  }
  .catalog-product-view .fotorama-item {
    background: #f1f4f8;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .catalog-product-view .product.media {
    position: relative !important;
    width: 100% !important;
  }
  .catalog-product-view .product-info-main {
    width: calc(100% - 30px);
    padding-left: 10px !important;
    padding-right: 10px !important;
    margin-top: 30px;
  }
  .catalog-product-view #mp_rw_socials_earning {
    display: none;
  }
  .rewardpoints-index-index .availablebalance .availablebalanceptag {
    font-size: 20px !important;
  }
  /* PDP PAGE MOBILE */
  /* AGE CONDITION MOBILE */
  #age_verify .age-condition-wrapper {
    width: 80vw;
    margin-left: 5vw;
  }
  /* AGE CONDITION MOBILE */
  /* MINICART MOBILE */
  .minicart-wrapper .ui-dialog {
    width: 101vw !important;
  }
  .minicart-footer {
    flex-direction: column !important;
  }
  .minicart-footer .actions:first-child {
    margin-bottom: 20px;
  }
  /* MINICART MOBILE */
  /* CART MOBILE */
  .checkout-cart-index .cart-container {
    flex-direction: column-reverse;
  }
  .checkout-cart-index .cart-summary {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10px;
  }
  .checkout-cart-index .cart-summary .methods {
    width: 100%;
  }
  .checkout-cart-index .checkout.methods .checkout {
    width: 100% !important;
  }
  #shopping-cart-table tr td.product-details-td {
    width: 60%;
  }
  #shopping-cart-table tr td.item {
    width: 40% !important;
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    max-width: 100%;
    position: static;
  }
  .checkout-cart-index .form-cart {
    width: 100%;
    padding-top: 30px;
  }
  .cart.table-wrapper {
    width: calc(100% - 20px);
    padding-left: 10px;
    padding-right: 10px;
  }
  #shopping-cart-table .cart-product-details .cart-product-details-row-1 {
    flex-direction: column !important;
  }
  .cart-product-details-row-1 .cart-product-details-name {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
  .cart-product-details-row-1 .cart-product-details-intensity {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
  }
  .cart-product-details-row-2 {
    flex-direction: column;
    margin-top: 20px;
  }
  .cart-product-details-row-2 .cart-qty-selector {
    width: 100%;
  }
  .cart-product-details-row-2 .cart-price-total {
    width: 100%;
  }
  .cart-product-details-row-2 .cart-price-total .price {
    width: 100% !important;
    display: flex;
    flex-direction: row;
  }
  .cart-product-details-row-2 .cart-price-total .price:before {
    display: inline-block !important;
    width: 50%;
    text-align: left;
    font-size: 18px;
    text-transform: uppercase;
  }
  .cart-product-details-row-2 .price-including-tax {
    display: inline-block;
  }
  /* CART MOBILE */
  /* CHECKOUT MOBILE */
  .checkout-index-index #shipping {
    margin-top: 20px;
  }
  .checkout-index-index .opc-wrapper {
    width: 100%;
  }
  .checkout-container .checkout-shipping-address div.new-address-popup,
  .checkout-container .checkout-payment-method div.new-address-popup {
    margin-right: 0;
  }
  .checkout-index-index .opc-sidebar {
    width: 100%;
    left: 0;
  }
  /* CHECKOUT MOBILE */
  /* ACCOUNT MOBILE */
  body.account .columns {
    flex-direction: column-reverse !important;
  }
  body.account .columns .main {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.account .columns .sidebar {
    width: 100%;
    padding-top: 15% !important;
  }
  body.account .page-main {
    padding-top: 0;
    margin-top: 20px;
  }
  body.account .block.account-nav {
    width: 90%;
    margin-left: 5%;
  }
  body.account.sales-order-history .orders-history tr {
    border-bottom: 1px solid #000;
  }
  body.account.sales-order-history .order-products-toolbar .pages {
    float: none;
  }
  body.account.customer-rewards-index .block-collapsible-nav {
    width: 90%;
    margin-left: 5%;
  }
  body.account.customer-rewards-index .block-collapsible-nav ul li:last-child {
    border: none;
  }
  body.account.customer-rewards-index .block-reward-dashboard-transaction table tr {
    background: #f1f4f8;
    padding: 10px;
    margin-bottom: 10px;
  }
  .address-form-fields {
    padding-left: 0 !important;
  }
  .account.customer-address-form .fieldset > .form-list .addressbook-top {
    padding-left: 0 !important;
  }
  .account.customer-address-form .fieldset > .form-list .streetname-accpg {
    padding-left: 0 !important;
  }
  .account.customer-address-form .fieldset > .form-list .field-door_number {
    padding-left: 0 !important;
  }
  .account.customer-address-form .fields {
    padding-left: 0 !important;
  }
  .account.customer-address-form .fields {
    padding-left: 0 !important;
  }
  .account.customer-address-form .fields.addressbook-top + li + li {
    padding-left: 0 !important;
  }
  .address-checkbox-wrapper {
    padding-left: 0 !important;
  }
  body.account.customer-rewards-transaction .block-collapsible-nav {
    width: 90%;
    margin-left: 5%;
  }
  body.account.customer-rewards-transaction .block-collapsible-nav ul li:last-child {
    border: none;
  }
  body.account.customer-rewards-transaction .block-reward-dashboard-transaction table tr {
    background: #eee;
    padding: 10px;
    margin-bottom: 10px;
  }
  .account.customer-account-index .block-dashboard-addresses .box {
    width: 100% !important;
  }
  .block-collapsible-nav {
    width: 100% !important;
    background: #fff;
    padding: 0px 5px;
    margin: 0 !important;
    box-sizing: border-box;
  }
  .table-wrapper.orders-history {
    width: 92% !important;
  }
  .tax.details td.mark {
    width: 70% !important;
    text-align: left !important;
  }
  /* ACCOUNT MOBILE */
  /* ABOUT MOBILE */
  .cms-about-velo .main div.our-story-banner {
    padding-left: 0px !important;
    padding-right: 0px !important;
    flex-direction: column;
  }
  .cms-about-velo .our-story-banner-left {
    width: 100%;
    margin-left: 0 !important;
  }
  .cms-about-velo .our-story-banner-right {
    width: 100%;
    margin-top: 30px;
  }
  .our-story-banner-right p {
    width: 100%;
  }
  .our-story-banner-right ul {
    width: 100%;
  }
  .cms-about-velo .our-story-page-wrapper div.velo-story-intensity {
    padding-left: 10px !important;
    padding-right: 10px !important;
    flex-direction: column;
    align-items: flex-start;
  }
  .cms-about-velo .velo-story-intensity-left {
    width: 100% !important;
  }
  .cms-about-velo .velo-story-intensity-right {
    width: 100% !important;
  }
  .cms-about-velo .velo-intensity-category a {
    font-size: 10px;
    padding-bottom: 10px;
  }
  .velo-cat-box .velo-cat-right p {
    width: 100%;
  }
  .cms-about-velo .main div.velo-hassle-free {
    padding: 10px !important;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px !important;
    padding-bottom: 50px !important;
  }
  .velo-hassle-free-left {
    width: 100%;
  }
  .cms-about-velo .main div > div .velo-hassle-free-right {
    padding-left: 20px !important;
    width: 100%;
  }
  .cms-about-velo .main div > div .how-to-velo {
    padding: 10px !important;
    padding-top: 50px !important;
  }
  .cms-about-velo .how-to-velo h1 {
    margin-bottom: 10px !important;
  }
  .cms-about-velo .how-velo-list .how-velo-box {
    padding: 0 !important;
    justify-content: flex-end !important;
  }
  .cms-about-velo .how-velo-list {
    margin-top: 50px;
  }
  .cms-about-velo .main div > div .velo-flavors-serve {
    padding: 20px !important;
    flex-direction: column;
    background: none !important;
  }
  .velo-flavors-serve .velo-flavors-left {
    width: 100%;
  }
  .our-story-page-wrapper .velo-flavors-serve div.velo-flavors-right {
    width: 100%;
    padding-left: 0 !important;
  }
  .cms-about-velo .main div > div .velo-testimonials {
    padding: 20px !important;
  }
  .velo-hassle-free-right .uk-slider-container {
    width: 100% !important;
  }
  .velo-cat-right .btn-purple {
    position: relative;
    margin-top: 20px;
    display: inline-block;
  }
  .velo-cat-box .velo-cat-right h2 {
    font-size: 20px;
  }
  /* ABOUT MOBILE */
  /* FAQ MOBILE */
  .velo-faq-section-header {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .velo-faq-section-header h1.cyan-blue-text {
    margin-top: 10px;
  }
  .faq-first-row {
    flex-direction: column;
  }
  .faq-collection {
    padding: 0;
  }
  .faq-groups .faq-group .faq-groupname {
    padding: 10px;
    margin-right: 10px;
    font-size: 10px;
  }
  .faq-groups {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
  .faq-content .ui-accordion .ui-accordion-header {
    font-size: 12px;
  }
  .faqhome-wrapperright {
    width: 100%;
  }
  .faqhome-wrapperright .faq-img-col {
    flex-direction: row;
    justify-content: space-between;
  }
  .faqhome-wrapperright .faq-img-col img {
    width: 28%;
  }
  .faqhome-wrapperfooter div .faq-footer {
    padding: 10px;
    flex-direction: column;
  }
  .faqhome-wrapperfooter div .faq-footer img {
    width: 100%;
    margin-bottom: 20px;
  }
  /* FAQ MOBILE */
  /* FREE TRIAL MOBILE */
  .freetrial-steps a {
    font-size: 14px;
    color: #fff;
  }
  .freetrial-steps a.active {
    font-size: 18px;
    color: #fff;
  }
  .freetrial-steps a:after {
    width: 30px;
    height: 2px;
    margin-left: 30px;
  }
  .freetrial-steps {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #041e42;
  }
  .free-list-heading {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start;
    background: #041e42;
  }
  .free-list-heading p {
    color: #fff;
    width: 100%;
  }
  .freetrial-content {
    width: 90%;
    margin-left: 0;
    padding: 5%;
  }
  .trial-list {
    flex-direction: column;
  }
  .trial-list .freetrial-product {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .trial-list .freetrial-product .fav-product-container {
    width: 100%;
  }
  .trial-list .freetrial-product .catalog-product-list-intensity-size {
    width: 100%;
  }
  .freetrial-content .freetrial-category-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .freetrial-content .freetrial-category-wrapper a {
    font-size: 10px;
  }
  .freetrial-velo-index .columns {
    flex-direction: column-reverse;
  }
  .freetrial-address-index .columns {
    flex-direction: column-reverse;
  }
  .freetrial-confirm-index .columns {
    flex-direction: column-reverse;
  }
  .free-list-heading.second-step {
    padding-bottom: 10px;
  }
  .free-list-heading.second-step p {
    font-size: 16px !important;
  }
  .freetrial-address-index .freetrial#freetrial {
    margin-left: 5%;
    width: 85%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .freetrial-address-index .actions-toolbar {
    width: 100%;
    margin-left: 0;
  }
  .freetrial-confirm-content {
    width: 90%;
    margin-left: 0%;
    padding: 5%;
    flex-direction: column;
  }
  .free-list-heading {
    margin-bottom: 0;
  }
  .freetrial-confirm-img-wrapper {
    width: 100%;
  }
  .freetrial-confirm-content-wrapper {
    width: 100%;
  }
  .freetrial-strength-size {
    width: 90%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .epokfreetrial-terms p {
    width: 90%;
    margin-left: 5%;
  }
  .freetrial-confirm-toolbar {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .freetrial-confirm-img-wrapper .freetrial-image + p {
    width: 100%;
    margin-left: 0;
  }
  /* FREE TRIAL MOBILE */
  /* REGISTRATION MOBILE */
  .customerregistration-index-index .block-card1 {
    width: 100%;
  }
  /* REGISTRATION MOBILE */
  /* EXPLORE VELO MOBILE  */
  .explore-velo-col-data {
    min-width: 40%;
  }
  /* EXPLORE VELO MOBILE */
  /* VELO PLUS MOBILE */
  .reward-points-velo {
    display: none;
  }
  .velo-quick-links-div {
    padding: 0;
    background: none;
  }
  .velo-quick-links-wrapper {
    flex-direction: column;
  }
  .velo-quick-link-box {
    width: 100%;
  }
  .velo-news-list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .velo-mobile-quick-links {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(../img/quick-links-background-mobile.png);
    background-size: cover;
    background-position-y: 0%;
    background-position-x: center;
  }
  .velo-mobile-quick-links a {
    width: 40%;
    text-align: center;
    margin-bottom: 20px;
  }
  .velo-breadcrumbs {
    margin-top: 50px;
    width: 90%;
    margin-left: 5%;
  }
  .rewardpoints-productlist-index .products.wrapper {
    width: 100%;
    margin-left: 0;
  }
  .invite-customer-index .tafdiv,
  .customer-rewards-transaction .block-reward-dashboard-transaction .loyalty-transactions-content {
    background: #fff;
    padding: 15px;
  }
  .rewardpoints-productlist-index .products.wrapper .new-products {
    flex-direction: column;
  }
  .rewardpoints-productlist-index .products.wrapper .new-products li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  .rewardpoints-productlist-index .products.wrapper .product-image-container {
    width: 100% !important;
  }
  .rewardpoints-productlist-index .new-products li:hover:after {
    display: none;
  }
  .taf-wrapper {
    width: 100% !important;
    margin-left: 0 !important;
  }
  .taf-box {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .man-img {
    display: none;
  }
  .women-img {
    display: none;
  }
  .taf-wrapper {
    margin-top: 0 !important;
  }
  .tell-a-friend {
    display: flex;
    position: relative;
  }
  .tell-a-friend img {
    width: 50%;
    position: absolute;
    z-index: 999;
    bottom: -30%;
  }
  .tell-a-friend h1 {
    width: 50%;
    margin-left: 30%;
    font-size: 40px;
    text-align: left !important;
  }
  .rewardpoints-taf-index .page-main {
    background-position-y: 140%;
  }
  .taf-wrapper .taf-box {
    padding-top: 100px;
  }
  .rewardpoints-activities-index .page-main {
    padding: 3%;
    width: 94% !important;
  }
  .rewardpoints-activities-index .velo-breadcrumbs {
    padding-left: 0;
  }
  .rewardpoints-activities-index .new-products {
    padding-left: 0px;
    padding-right: 0px;
  }
  .rewardpoints-activities-index .new-products li {
    width: 100% !important;
    margin-bottom: 30px !important;
  }
  .rewardpoints-activities-index .products.wrapper ol {
    margin-top: 0px !important;
  }
  .rewardpoints-activities-index .products.wrapper {
    margin-top: 0px !important;
  }
  .rewardpoints-activities-index .new-products li .product-item-details strong {
    width: 100%;
  }
  .rewardpoints-activities-index .new-products li .product-item-details .ppc-text {
    width: 100%;
    text-align: left;
  }
  .rewardpoints-faq-index .rewards-faq-content {
    width: 100%;
    margin-left: 0;
    padding: 0;
    padding-top: 20px;
  }
  .rewards-faq-content .rewards-faq-wrapper .qdiv {
    font-size: 12px;
  }
  .rewards-faq-content .rewards-faq-wrapper .adiv {
    font-size: 12px;
  }
  .rewardpoints-activities-index .velo-breadcrumbs {
    margin-top: 0;
  }
  /* VELO PLUS MOBILE */
  /* HOME POPUP */
  #popup a {
    width: 80vw !important;
    position: absolute;
    left: 50%;
    margin-left: -40vw;
  }
  /* HOME POPUP */
  /* AGE VERIFICATION MOBILE */
  #ageverify .velo-age-box-wrapper {
    background: #fff;
    position: absolute;
    width: 90vw;
    left: 50%;
    /*z-index: 99999 !important;*/
    top: 30vh;
    margin-left: -45vw;
    padding: 0vw;
  }
  .age-bg.mobile-only img {
    width: 100% !important;
  }
  .age-title-big {
    text-align: center;
    font-size: 24px;
    margin-top: 30px;
    width: 90%;
    margin-left: 5%;
  }
  .age-title-medium {
    text-align: center;
    font-size: 14px;
  }
  .age-drops {
    display: flex;
    width: 60%;
    margin-left: 20%;
    justify-content: space-between;
    margin-top: 40px;
    flex-wrap: wrap;
  }
  .age-drops .age-date {
    width: 45%;
  }
  .age-drops .age-month {
    width: 45%;
  }
  .age-drops .age-year {
    width: 100%;
    margin-top: 20px;
  }
  .age-drops p {
    font-size: 10px;
  }
  .age-drops select {
    background: #eee;
  }
  .age-verify-button-wrapper {
    margin-top: 30px;
    text-align: center;
  }
  .age-verify-button-wrapper button {
    width: 90% !important;
  }
  .velo-age-box-wrapper .disclaimer {
    font-size: 10px;
    margin-top: 20px !important;
    text-align: center;
    width: 80%;
    margin: auto;
    padding-bottom: 15px !important;
  }
  #ageverifiedno {
    background: #fff;
    padding: 30px;
    position: fixed;
    top: 15vh;
    width: 80vw;
    left: 0;
    margin-left: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  body:lang(fr) .menu-top-ul .velo-header-logo {
    width: 30% !important;
  }
  body:lang(de) .menu-top-ul .velo-header-logo {
    width: 30% !important;
  }
  .nicotine-home-list .item .product-list-buy-addtocart form {
    flex-direction: column;
  }
  .nicotine-home-list .item .product-list-buy-addtocart form button {
    width: 100%;
    margin-top: 15px;
  }
  /* AGE VERIFICATION MOBILE */
  /* VELO QUIZ MOBILE */
  body._has-modal.freetrial-index-index {
    overflow: visible;
  }
  #freetrialindextitle {
    justify-content: flex-start;
    padding-bottom: 0;
  }
  .freetrial-banner-content {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .quiz-home-wrapper {
    flex-direction: column;
  }
  #freetrialindexquiz {
    width: 97%;
    margin-bottom: 10px;
  }
  #freetrialindexlist {
    padding-left: 3%;
    width: 97%;
    margin-bottom: 10px;
    flex-direction: column;
  }
  #freetrialindexquiz .quiz-home-left {
    width: 100%;
  }
  #freetrialindexlist .quiz-img-right {
    width: 100%;
  }
  #freetrialindexlist .quiz-home-right {
    width: 100%;
  }
  .quiz-img-right img {
    position: static;
  }
  .freetrial-suggested-productlist .page-main {
    width: 94% !important;
    max-width: 94% !important;
    padding-left: 3% !important;
    padding-right: 3% !important;
  }
  .freetrial-steps a.active {
    color: #000;
    font-size: 22px;
  }
  .freetrial-steps a {
    color: #000;
  }
  .freetrial-suggested-productlist .main {
    order: 0 !important;
  }
  .freetrial-suggested-productlist .main {
    flex-direction: column-reverse !important;
  }
  .freetrial-suggested-productlist .freetrial-page-control {
    margin-top: 0 !important;
  }
  .freetrial-index-index .agree-terms-control .agree-terms-control-content {
    width: 94% !important;
    left: 0 !important;
    margin-left: 0 !important;
    height: 100vh !important;
    top: 0 !important;
    padding-left: 3% !important;
    padding-right: 3% !important;
    padding-top: 20vh !important;
  }
  .modal-quiz {
    left: 0 !important;
    background: #fff !important;
  }
  .modal-quiz .quizArea {
    width: 90vw;
    margin-left: 2vw;
  }
  .modal-quiz .modal-inner-wrap {
    background: #fff !important;
  }
  .modal-quiz .answers li {
    width: 100% !important;
  }
  #modal-wrapper-quiz .nextQuestion.checkAnswer {
    left: 5px;
    margin-bottom: 200px;
    position: static;
    float: left;
  }
  .backToQuestion {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    float: none !important;
    position: static !important;
    vertical-align: top !important;
    margin-right: 0px;
  }
  .backToQuestion + .checkAnswer {
    float: none !important;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    vertical-align: top !important;
  }
  /* VELO QUIZ MOBILE */
  /* VELO BLOG MOBILE */
  .blog-category-index .blog__post-list {
    flex-direction: column;
  }
  .blog-category-index .blog__post-list .blog__post-item {
    width: 100%;
  }
  .blog-category-index .blog__post-list .blog__post-item .read-more {
    width: 80% !important;
    padding-left: 10%;
    padding-right: 10%;
  }
  .custom-blog-head-img {
    flex-direction: column;
  }
  .custom-blog-head-img img {
    width: 100% !important;
  }
  .custom-blog-head-img .blog-head-blurb {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .highlight-text {
    padding: 30px !important;
  }
  /* VELO BLOG MOBILE */
  /* MOBILE PATCH FIXES */
  .menu-top-ul .velo-header-logo {
    width: 100% !important;
    margin-left: 0;
    margin-bottom: 0px;
  }
  .velo-header-logo {
    display: inline-flex !important;
    width: 100% !important;
    justify-content: space-between;
  }
  .account-login a {
    font-size: 9px !important;
    position: relative;
    top: 1px;
  }
  .velo-mobile-quick-links {
    flex-direction: column;
    display: flex !important;
  }
  .velo-mobile-quick-links a {
    width: 100% !important;
    max-width: 80% !important;
  }
  .mobile-velo-points.mobile-only .reward-points-velo {
    display: flex;
    width: 100%;
    background: #01567e;
    position: static;
    border-top: 1px solid #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    justify-content: center;
    margin-right: 0;
  }
  /* MOBILE PATCH FIXES */
}
/* MOBILE MEDIA QUERY */
/* DESKTOP MEDIA QUERY */
@media screen and (min-width: 900px) {
  .mobile-only {
    display: none !important;
  }
  .block-collapsible-nav {
    box-sizing: border-box;
    width: 100% !important;
    background: #fff;
    padding: 0px 5px;
    margin: 0 !important;
  }
  .blog__post-item .blog__post-header .blog__post-title {
    min-height: 110px;
  }
  .blog-category-index .blog__post-list .blog__post-item .blog__post-header + .blog__post-excerpt p {
    min-height: 150px;
  }
}
/* DESKTOP MEDIA QUERY */
/* LOW RES LAPTOPS */
@media screen and (max-width: 1400px) and (min-width: 1000px) {
  .catalog-category-view .catalog-links {
    width: 40%;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .minicart-wrapper .ui-dialog {
    width: 40vw;
  }
  .velo-age-box-wrapper {
    background: #fff;
    padding: 50px;
    padding-left: 5vw;
    padding-right: 5vw;
    width: 40vw;
    margin-left: 25vw;
    margin-top: 50px;
  }
  .rewardpoints-productlist-index .velo-breadcrumbs {
    width: 98% !important;
    margin-left: 1%;
  }
  .velo-age-box-wrapper {
    margin-top: 0;
    top: 40px !important;
    width: 50vw !important;
    margin-left: -25vw !important;
  }
  .rewardpoints-index-index .velo-quick-link-box {
    width: 48%;
    margin-bottom: 40px;
  }
  .velo-quick-links-wrapper {
    flex-wrap: wrap;
  }
  .velo-quick-links-wrapper .velo-quick-img {
    max-width: 100% !important;
    width: 100% !important;
  }
  .sub-products-list-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .catalog-links {
    width: 60%;
  }
}
/* LOW RES LAPTOPS */
/* ADDED BY POORNIMA */
#age_verify .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  max-height: 100%;
  max-width: 100%;
  z-index: 9;
}
/* VELO SUMMER VIBES */
.catalog-product-view .limitededitionimage + .gallery-placeholder .fotorama__stage {
  background-image: none !important;
}
@media screen and (max-width: 900px) {
  li.product .limitededitionImage + .product-item-info .recycle-icon {
    top: 35px;
  }
}
/* VELO SUMMER VIBES */
/* VELO SUBSCRIPTION ACCOUNT PAGE */
.subscription-account-subscription .block-subscription-dashboard-transaction {
  margin-top: 30px;
}
.subscription-account-subscription .block-subscription-dashboard-transaction .transactions-next strong {
  font-size: 16px;
  margin-bottom: 30px !important;
  display: inline-block;
}
.subscription-account-subscription .block-subscription-dashboard-transaction #subscription-transaction-table .col.productsandqty table {
  background: #f1f4f8;
  padding: 20px;
}
.subscription-account-subscription .block-subscription-dashboard-transaction .table-transaction-items tbody tr td {
  border-bottom: 1px dotted #ddd;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pausesuccess {
  background: #dff0d8;
  padding: 10px;
  margin-top: 20px;
}
.alreadypause {
  background: #fcf8e3;
  padding: 10px;
  margin-top: 20px;
}
.alreadyunsubscribe {
  background: #fcf8e3;
  padding: 10px;
  margin-top: 20px;
}
.unsubscribesuccess {
  background: #dff0d8;
  padding: 10px;
  margin-top: 20px;
}
.pleasesubscribe {
  background: #fcf8e3;
  padding: 10px;
  margin-top: 20px;
}
.subscription-index-index .page-title-wrapper {
  display: none;
}
.fav-product-container .subrankname-wrapper .subscriptiondetail {
  border: none !important;
}
.fav-product-container .subrankname-wrapper .subscriptiondetail p {
  opacity: 0.3;
}
.fav-product-container .subrankname-wrapper .subscriptiondetail p.activerank {
  opacity: 1;
}
.subscription-product .input-text.qty {
  pointer-events: none;
}
.subscription-product .product-item-description {
  min-height: 80px;
}
.message.global.cookie {
  z-index: 99999;
}
.cart-container .checkout-methods-items .action.primary {
  width: 90% !important;
}
.catalog-product-view .box-tocart .fieldset {
  flex-direction: row;
}
.catalog-product-view .box-tocart .fieldset .field.qty {
  width: 30%;
  margin-right: 10px;
}
.catalog-product-view .box-tocart .fieldset .actions {
  padding-top: 0;
  width: 60%;
  text-align: left;
}
.catalog-product-view .subrankname-wrapper p a .sub-swatch {
  display: inline-block;
  width: 13px;
  height: 12px;
  background: red;
  border-radius: 50%;
  position: relative;
  top: 4px;
  margin-right: 0px;
  justify-content: fit;
}
.catalog-product-view .subrankname-wrapper p a {
  display: flex;
}
.catalog-product-view .subrankname-wrapper p .price-per-can {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-left: 10px;
}
.catalog-product-view .subrankname-wrapper {
  width: 60%;
  padding-left: 20px;
}
.catalog-product-view .subrankname-wrapper p span {
  color: #000;
}
.sub-swatch.gold-sub-swatch {
  background: #ffa400 !important;
}
.sub-swatch.silver-sub-swatch {
  background: #8a8d8f !important;
}
.sub-swatch.bronze-sub-swatch {
  background: #ae7957 !important;
}
.catalog-product-view .subrankname-wrapper + a {
  background: #5862bf;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  border-radius: 5px;
  width: 100%;
  text-align: center;
}
.catalog-product-view .subrankname-wrapper + a:hover {
  text-decoration: none;
}
.pdp-rank-subscription {
  width: 70%;
}
.catalog-category-view .product-item .product-item-actions .actions-primary form {
  display: flex;
  flex-direction: row;
}
.catalog-category-view .product-item .product-item-actions .actions-primary form .qty {
  width: 50%;
}
.catalog-category-view .product-item .product-item-actions .actions-primary form .tocart {
  width: 50% !important;
  margin-bottom: 0;
}
.catalog-category-view .subrankname-wrapper p a .sub-swatch {
  display: inline-block;
  width: 13px;
  height: 12px;
  background: red;
  border-radius: 50%;
  position: relative;
  top: 4px;
  margin-right: 0px;
  justify-content: fit;
}
.catalog-category-view .subrankname-wrapper p a {
  display: flex;
}
.catalog-category-view .subrankname-wrapper p a:hover {
  text-decoration: none;
}
.catalog-category-view .subrankname-wrapper p .price-per-can {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-left: 10px;
}
.catalog-category-view .subrankname-wrapper {
  width: 100%;
  padding-left: 0px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.catalog-category-view .subrankname-wrapper p span {
  color: #000;
}
.catalog-category-view .subrankname-wrapper p {
  margin-bottom: 5px;
}
.catalog-category-view .subrankname-wrapper + a {
  background: #5862bf;
  padding: 10px 2%;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  border-radius: 5px;
  width: 96%;
  text-align: center;
}
.catalog-category-view .subrankname-wrapper + a:hover {
  text-decoration: none;
}
.catalog-category-view .list-qty-control button {
  margin-bottom: 0 !important;
}
.nicotine-home-list .subrankname-wrapper p a .sub-swatch {
  display: inline-block;
  width: 13px;
  height: 12px;
  background: red;
  border-radius: 50%;
  position: relative;
  top: 4px;
  margin-right: 0px;
  justify-content: fit;
}
.nicotine-home-list .subrankname-wrapper p a {
  display: flex;
}
.nicotine-home-list .subrankname-wrapper p a:hover {
  text-decoration: none;
}
.nicotine-home-list .subrankname-wrapper p .price-per-can {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-left: 10px;
}
.nicotine-home-list .subrankname-wrapper {
  width: 100%;
  padding-left: 0px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.nicotine-home-list .subrankname-wrapper p span {
  color: #000;
}
.nicotine-home-list .subrankname-wrapper p {
  margin-bottom: 5px;
}
.nicotine-home-list .subrankname-wrapper + a {
  background: #5862bf;
  padding: 10px 2%;
  display: inline-block;
  margin-top: 10px;
  color: #fff;
  border-radius: 5px;
  width: 96%;
  text-align: center;
}
.nicotine-home-list .subrankname-wrapper + a:hover {
  text-decoration: none;
}
.nicotine-home-list .product-item-photo {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.nicotine-home-list .product-item-photo span {
  margin: auto !important;
}
.festival-list-wrapper {
  justify-content: flex-start !important;
}
.festival-list-wrapper a {
  margin-right: 2%;
}
.subscription-faq-index .page-title-wrapper {
  display: none;
}
.subscription-faq-index .page-main {
  padding-top: 100px;
}
@media screen and (max-width: 900px) {
  .account-subscription-btn button {
    width: 100%;
    margin-bottom: 10px;
  }
  #subscription-transaction-table td p.mobile-only {
    font-weight: 900;
  }
  .subscription-plan-box-row-two {
    flex-direction: column;
  }
  .subscription-plan-box-row-two .select-can-btn {
    width: 90%;
  }
  .cart.table-wrapper .col.price {
    text-align: right;
  }
  .checkout-cart-index .cart-price-total {
    margin-top: 20px;
  }
  .subscription-benefit-wrapper {
    text-align: center;
  }
  .catalog-product-view .box-tocart .fieldset {
    flex-direction: row;
    margin: 0px !important;
  }
  .catalog-product-view .box-tocart .fieldset .field.qty {
    width: 50%;
  }
  .catalog-product-view .box-tocart button {
    margin-bottom: 0 !important;
  }
  .pdp-rank-subscription {
    width: 100%;
  }
  .catalog-product-view .subrankname-wrapper + a {
    display: inline-block !important;
    padding-left: 1%;
    padding-right: 1%;
  }
  .catalog-product-view .subrankname-wrapper {
    padding-left: 0;
    width: 100%;
  }
  .nicotine-home-list .list-qty-control button {
    margin: 0 !important;
  }
  .nicotine-home-list .item .product-list-buy-addtocart form button {
    width: 50%;
    margin-top: 0;
  }
  .nicotine-home-list .item .product-list-buy-addtocart form {
    flex-direction: row;
    margin-bottom: 20px;
  }
  .catalog-category-view .subscriptiondetail p > a {
    width: 100% !important;
    display: flex !important;
  }
  .catalog-category-view .subscriptiondetail p + a {
    display: none !important;
  }
  .catalog-category-view .subrankname-wrapper + a {
    width: 100% !important;
  }
}
/* VELO SUBSCRIPTION ACCOUNT PAGE */
/* MIGRATION AND ISSUES */
@media screen and (max-width: 900px) {
  .checkout-cart-index .products-crosssell {
    padding: 20px;
  }
  .non-subscription-promo:after {
    right: -18px;
  }
  .freetrial-steps a {
    color: #fff;
  }
  .freetrial-steps a.freetrial-steps.active {
    color: #fff !important;
  }
  .modal-popup.confirm {
    z-index: 999999999 !important;
  }
  body._has-modal {
    overflow-y: visible;
  }
  .checkout-index-index .opc-estimated-wrapper .counter {
    display: none !important;
  }
  .checkout-cart-index .crosssell ol {
    flex-wrap: wrap;
  }
  .checkout-cart-index .crosssell ol li {
    width: 45%;
  }
  .checkout-index-index .opc-estimated-wrapper .minicart-wrapper .showcart {
    display: none;
  }
}
.checkout-cart-index .crosssell .nicotine-home-list li.item:hover:after {
  display: none !important;
}
.catalog-category-view .velo-testimonials .client-text {
  min-height: 70px;
}
.blog-category-index .blog__post-list .blog__post-item {
  width: 22%;
  background: #fff;
  border: none;
  margin-right: 25px;
}
.blog__post-item .blog__post-header .blog__post-title a {
  font-size: 20px !important;
  font-weight: 700;
}
.blog__post-item .blog__post-header .blog__post-title {
  min-height: 60px;
}
.blog-category-index .blog__post-list .blog__post-item .blog__post-header + .blog__post-excerpt p {
  min-height: 200px !important;
}
.blog-category-index .blog__post-list .blog__post-item .blog__post-header + .blog__post-excerpt p span {
  font-size: 14px !important;
}
.blog-category-index .blog__post-list .blog__post-item .read-more {
  width: 60% !important;
  padding: 10px 5%;
  margin-left: 15%;
}
.blog-category-index .page-main {
  background: url(../img/merchandise_bg.png);
  max-width: 100%;
  padding-left: 3%;
  padding-right: 3%;
  background-size: cover;
}
.blog-category-index .sections.nav-sections {
  display: none;
}
.our-story-banner-right ul li:last-child {
  margin-bottom: 0 !important;
}
.our-story-banner-right ul {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 900px) {
  .blog-category-index .blog__post-list .blog__post-item {
    width: 100%;
  }
  .hamberger.float-right.mobile-only {
    display: flex !important;
    margin-right: 15px !important;
  }
  .menulinks-top-ul li img {
    width: auto !important;
    height: 25px;
  }
}
/* MIGRATION AND ISSUES   */
/* VELO ABO MY ACCOUNT PAGE RELATED */
.subscription-account-subscription .account-subscription-management {
  margin-bottom: 30px;
}
.subscription-account-subscription .datepickeraccount {
  width: 400px;
  margin-bottom: 50px;
}
.subscription-account-subscription .datepickeraccount #datepicker {
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .subscription-account-subscription .datepickeraccount {
    width: 100%;
  }
}
/* VELO ABO MY ACCOUNT PAGE RELATED */
.modals-overlay {
  z-index: 899 !important;
}
/* CHECKOUT PAGE CART SUMMARY ALIGNMENT STARTS */
.checkout-index-index .items-in-cart .product-item .product {
  display: flex;
  align-items: center;
}
.checkout-index-index .items-in-cart .product-item .product .product-item-details {
  padding-left: 10px;
  width: 70%;
}
.checkout-index-index .items-in-cart .product-item .product .product-image-container {
  width: 30%;
}
.checkout-index-index .items-in-cart .product-item .product .product-item-details .subtotal {
  font-weight: 900;
}
/* CHECKOUT PAGE CART SUMMARY ALIGNMENT ENDS */
/* VELO LABS RELATED CSS FOR MINICART */
@media screen and (max-width: 900px) {
  .minicart-wrapper.labs-minicart .action.showcart:before {
    background: url(../img/cart-icon-mobile.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
}
/* VELO LABS RELATED CSS FOR MINICART */
#orderamountexceeded {
  width: 40%;
  position: absolute;
  top: 50%;
  background: #fff;
  padding: 20px;
  left: 30%;
}
.order-amount-exceed {
  text-align: center;
}
/* VELO PLUS CSS */
.rewardpoints-index-index .velo-quick-links-div {
  padding: 0 !important;
  margin: 0 !important;
}
.rewardpoints-index-index .headerveloplus {
  text-align: center;
}
.rewardpoints-index-index .headerveloplus-title {
  font-size: 40px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-weight: 900;
  margin-top: 30px;
  line-height: 40px;
}
.rewardpoints-index-index .headerveloplus-title.span {
  margin-top: 0px;
  margin-bottom: 50px;
  color: #00aed6;
}
.rewardpoints-index-index .headerveloplus-title.reedem-title {
  color: #fff !important;
  margin-top: 0px;
  margin-bottom: 50px;
}
.rewardpoints-index-index .points-container {
  background: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}
.rewardpoints-index-index .velo-quick-links-container-wrapper {
  display: flex;
  justify-content: center;
}
.rewardpoints-index-index .velo-quick-links-wrapper {
  width: 70%;
  display: flex;
  justify-content: center;
}
.rewardpoints-index-index .velo-quick-link-box {
  display: flex;
}
.rewardpoints-index-index .velo-quick-details {
  padding: 0 !important;
  width: 40%;
}
.rewardpoints-index-index .velo-quick-details img {
  width: 100% !important;
}
.rewardpoints-index-index .velo-quick-details-content {
  width: 60%;
  text-align: center;
  background-color: #041e42;
}
.rewardpoints-index-index .velo-quick-details-content h2 {
  color: #00aed6;
  font-weight: bold;
  text-transform: uppercase;
}
.rewardpoints-index-index .velo-quick-links-wrapper .box-points {
  margin-right: 5px;
}
.rewardpoints-index-index .velo-quick-links-wrapper .retro-box {
  margin-left: 5px;
}
.rewardpoints-index-index .velo-quick-details-content .quick-link-desc {
  color: #fff;
  padding: 10px 40px;
  min-height: 80px;
}
.rewardpoints-index-index .reedem-container {
  display: flex;
  flex-direction: column;
  align-items: center !important;
  background: #00aed6;
  padding-bottom: 30px !important;
}
.rewardpoints-index-index .reedem-container .velo-quick-links-wrapper {
  width: 70% !important;
}
.rewardpoints-index-index .quick-link-terms a {
  color: #000;
  padding: 15px 250px;
  border: 2px solid #000;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 900;
}
.rewardpoints-index-index .quick-link-terms a:hover {
  text-decoration: none;
  font-weight: 900;
}
.rewardpoints-index-index .velo-quick-details-content .quick-link-desc {
  padding-left: 40px;
  padding-right: 40px;
}
.rewardpoints-index-index .btn-blue {
  border: none !important;
  padding: 10px 35px;
}
.rewardpoints-index-index .quick-link-btn {
  padding: 10px 24px !important;
  text-transform: uppercase !important;
}
.rewardpoints-index-index .velo-quick-details-content h2 {
  margin-bottom: 0px;
  font-weight: 900;
}
.rewardpoints-index-index .quick-link-terms {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.rewardpoints-index-index .velo-news-list {
  display: none !important;
}
.rewardpoints-index-index.page-layout-1column .column.main {
  padding: 0px !important;
}
.rewardpoints-index-index .footer-wrapper .footer-row {
  padding-top: 0px !important;
}
@media screen and (max-width: 900px) {
  .rewardpoints-index-index .velo-quick-links-container-wrapper {
    flex-direction: column;
  }
  .rewardpoints-index-index .velo-quick-links-wrapper {
    width: 100%;
  }
  .rewardpoints-index-index .velo-quick-link-box {
    flex-direction: column;
  }
  .rewardpoints-index-index .velo-quick-details {
    width: 100%;
  }
  .rewardpoints-index-index .velo-quick-details-content {
    width: 100%;
    padding-bottom: 30px;
  }
  .rewardpoints-index-index .divider {
    background: #041e42;
    padding-bottom: 30px;
    padding-top: 20px;
  }
  .rewardpoints-index-index .line {
    width: 80%;
    height: 2px;
    text-align: center;
    background: #eee;
    margin: auto;
    border: none;
    border-radius: 5px;
  }
  .rewardpoints-index-index .velo-quick-details-content {
    position: relative;
  }
  .rewardpoints-index-index .velo-quick-details-content h2 {
    position: absolute;
    top: -70%;
    left: 0;
    right: 0;
    font-size: 25px;
    color: #fff;
  }
  .rewardpoints-index-index .reedem-container .velo-quick-links-wrapper {
    width: 100% !important;
  }
  .rewardpoints-index-index .headerveloplus-title.reedem-title {
    color: #00aed6 !important;
    margin-bottom: 20px !important;
  }
  .rewardpoints-index-index .reedem-container .headerveloplus {
    border-bottom: 2px solid #efefef;
    margin-bottom: 30px !important;
    margin-top: 25px;
  }
  .rewardpoints-index-index .reedem-container {
    background: #fff !important;
    flex-direction: column;
  }
  .rewardpoints-index-index .reedem-container .velo-quick-details-content h2 {
    color: #000 !important;
  }
  .rewardpoints-index-index .quick-link-terms {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    margin-right: 5%;
    margin-left: 5%;
  }
  .rewardpoints-index-index .velo-quick-links-wrapper .box-points {
    margin-right: 0px;
  }
  .rewardpoints-index-index .velo-quick-links-wrapper .retro-box {
    margin-left: 0px;
  }
  .rewardpoints-index-index .velo-quick-details-content .quick-link-desc {
    min-height: 0px;
  }
  .rewardpoints-index-index .quick-link-terms a {
    padding: 10px 40px;
    display: inline-block;
    text-align: center;
  }
  .rewardpoints-index-index .footer-wrapper .footer-row .velo-footer-first-row {
    display: none;
  }
  .rewardpoints-index-index .footer-wrapper .footer-row .velo-footer-third-row {
    display: none !important;
  }
  .rewardpoints-index-index .footer-wrapper .footer-row .velo-footer-second-row .footer-links .footer-col .footer-col-title {
    display: none;
    border: none;
  }
  .rewardpoints-index-index .footer-wrapper .footer-row .velo-footer-second-row .footer-links .footer-col {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1401px) {
  .rewardpoints-index-index .points-container {
    padding-bottom: 60px;
  }
  .rewardpoints-index-index .velo-quick-link-box {
    width: 45%;
  }
  .rewardpoints-index-index .quick-link-terms {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
  .rewardpoints-index-index .velo-quick-details-content .quick-link-desc {
    min-height: 80px;
    padding-left: 60px;
    padding-right: 60px;
  }
  .rewardpoints-index-index .quick-link-terms a {
    padding: 15px 250px;
  }
  .rewardpoints-index-index .reedem-container .headerveloplus {
    margin-top: 25px;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1400px) {
  .rewardpoints-index-index .velo-quick-links-wrapper {
    width: 85%;
  }
  .rewardpoints-index-index .velo-quick-links-wrapper .velo-quick-link-box {
    width: 48%;
  }
  .rewardpoints-index-index .velo-quick-details-content .quick-link-desc {
    padding-left: 40px;
    padding-right: 40px;
    min-height: 80px;
    font-size: 14px;
  }
  .rewardpoints-index-index .reedem-container .velo-quick-links-wrapper {
    width: 85% !important;
  }
}
/* Merchandise Products css  */
.rewardpoints-productlist-index .page-main {
  background: #041e42 !important;
}
.rewardpoints-productlist-index .sub-product-addtocart {
  display: flex;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}
.rewardpoints-productlist-index .redeembtn {
  background: #00aed6;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-weight: 900;
  padding: 5px 10px;
  font-size: 12px !important;
}
.rewardpoints-productlist-index .redeembtn:hover {
  background: #00aed6;
  color: #fff !important;
}
.rewardpoints-productlist-index .new-products .item.HOODIE {
  border: 6px solid #00aed6;
}
.rewardpoints-productlist-index .new-products li.HOODIE:hover {
  border: none;
  z-index: 3000;
}
.rewardpoints-productlist-index .new-products li.HOODIE:hover:after {
  border: 6px solid #00aed6;
}
.rewardpoints-productlist-index input[type="text"]:disabled {
  opacity: 1 !important;
}
.rewardpoints-productlist-index .products.wrapper .new-products {
  justify-content: space-evenly !important;
}
.rewardpoints-productlist-index .products.wrapper .new-products li {
  margin-left: 0px !important;
  margin-right: 0px !important;
  min-width: 23% !important;
  width: 23% !important;
}
.rewardpoints-productlist-index .new-products li:after {
  width: 100% !important;
}
.rewardpoints-productlist-index .new-products li:hover:after {
  top: -25px;
}
.rewardpoints-productlist-index .velo-breadcrumbs a {
  color: #fff;
}
.rewardpoints-productlist-index .velo-breadcrumbs a:hover {
  text-decoration: none !important;
}
.rewardpoints-productlist-index .velo-breadcrumbs a.current {
  color: #fff;
}
.rewardpoints-productlist-index .qtyleft .salableqty {
  color: #00aed6;
  margin-bottom: 40px !important;
}
.rewardpoints-productlist-index .reward-pname-ptext p {
  font-weight: 900 !important;
}
.rewardpoints-productlist-index .products.wrapper .new-products li.HOODIE .product-item-description {
  min-height: 0px !important;
  margin-bottom: 10px !important;
}
.rewardpoints-productlist-index .limitededitionimagemerch {
  position: relative;
}
.rewardpoints-productlist-index .limitededitionimagemerch .newtag-icon {
  position: absolute;
  z-index: 3000;
  top: -7px;
  left: -7px;
  width: 50%;
}
.rewardpoints-productlist-index .products.wrapper .new-products li.HOODIE:hover .limitededitionimagemerch .newtag-icon {
  top: -20px;
  left: 0px;
}
.rewardpoints-productlist-index .new-products li:after {
  box-shadow: none;
}
.rewardpoints-productlist-index .new-products li.HOODIE:after {
  left: -6px;
}
.rewardpoints-productlist-index .new-products li.HOODIE:hover .limitededitionimagemerch .newtag-icon {
  left: -2px !important;
}
.rewardpoints-productlist-index .sub-product-addtocart [class*="errorreward"] {
  margin-top: 20px;
  color: #e66060;
  position: absolute;
  top: -50px;
}
.rewardpoints-productlist-index .sub-product-addtocart [class*="successreward"] {
  margin-top: 20px;
  color: #2ba82b;
  position: absolute;
  top: -50px;
}
.rewardpoints-productlist-index .sub-product-addtocart [class*="selectreward"] {
  margin-top: 20px;
  color: #e66060;
  position: absolute;
  top: -50px;
}
.btn-addto-disabled {
  pointer-events: none;
  opacity: 0.7;
}
.rewardpoints-productlist-index .products-grid .product-item-actions .actions-primary .field.qty .list-qty-control button {
  font-size: 25px;
  color: #254aa2;
}
.rewardpoints-productlist-index .footer-row {
  padding-top: 0 !important;
}
@media screen and (max-width: 900px) {
  .rewardpoints-productlist-index .products.wrapper .new-products li {
    width: 100% !important;
    min-width: 100% !important;
  }
  .rewardpoints-productlist-index .products.wrapper .new-products li.HOODIE {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
  }
  .rewardpoints-productlist-index .products {
    width: 95% !important;
  }
  .rewardpoints-productlist-index .limitededitionimagemerch .newtag-icon {
    position: absolute;
    z-index: 3000;
    top: -1px;
    left: -7px;
    width: 50%;
  }
  .rewardpoints-productlist-index .products.wrapper .new-products li .divder {
    height: 1px;
    background: #000;
    margin-bottom: 0px;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
  }
  .rewardpoints-productlist-index .footer-row .velo-footer-first-row {
    display: none;
  }
  .rewardpoints-productlist-index .footer-row .velo-footer-second-row .footer-links .footer-col .footer-col-title {
    margin: 0;
    display: none !important;
  }
  .rewardpoints-productlist-index .footer-row .velo-footer-second-row .footer-links .footer-col {
    margin-bottom: 0px !important;
  }
  .rewardpoints-productlist-index .footer-row .velo-footer-third-row {
    display: none !important;
  }
  .rewardpoints-productlist-index .columns .column.main {
    padding-bottom: 0px !important;
  }
  .rewardpoints-productlist-index .velo-breadcrumbs {
    margin-top: 30px !important;
    padding: 0px;
    text-align: center !important;
  }
  .rewardpoints-productlist-index .velo-mobile-quick-links {
    padding: 60px !important;
  }
}
/* Retro game */
.rewardpoints-world-index .reframe-pouch-text .velo-five-terms {
  font-size: 12px !important;
}
.rewardpoints-world-index .reframe-pouch-text .velo-five-termsa {
  font-size: 12px !important;
}
.rewardpoints-world-index .reframe-pouch-text .velo-five-terms {
  font-size: 12px !important;
}
.rewardpoints-world-index .reframe-pouch-text .velo-five-termsa {
  font-size: 12px !important;
}
.rewardpoints-world-index .embeddedServiceHelpButton .helpButton {
  display: none !important;
}
.videogame-index-index .embeddedServiceHelpButton .helpButton {
  display: none !important;
}
/* velo plus mobile menu */
@media screen and (max-width: 900px) {
  .velo-mobile-quick-links {
    display: none;
    padding: 0;
  }
}
/* subscription recycle-icon */
.subscription-index-index .pdp-recycle-icon {
  position: absolute !important;
  z-index: 9999 !important;
}
.subscription-index-index .subscription-product .product-item-description {
  min-height: 110px;
}
/* registration verification button style*/
.customerregistration-index-index .verificationpg-btncontainer button#continue {
  text-transform: uppercase;
}
/*Customer register confirmation css */
.customerregistration-index-registerconfirmation .page-title-wrapper {
  display: none;
}
/* Css for velo about */
@media screen and (max-width: 900px) {
  .cms-about-velo .our-story-page-wrapper div.velo-story-intensity {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cms-about-velo .main div > div .velo-hassle-free-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cms-about-velo .main div.velo-hassle-free {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .our-story-page-wrapper .velo-flavors-serve div.velo-flavors-right {
    padding-right: 0 !important;
    width: 100%;
  }
  .our-story-page-wrapper .velo-flavors-serve div.velo-flavors-right p {
    width: 100%;
  }
  .velo-story-intensity-left {
    margin-bottom: 20px;
  }
  .velo-story-intensity-left h1 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cms-about-velo .velo-story-intensity-left p {
    padding-left: 20px;
    padding-right: 20px;
    width: 80%;
    margin: 0px !important;
  }
  .cms-about-velo .our-story-banner .our-story-banner-right {
    width: 100%;
  }
  .cms-about-velo .our-story-banner .banner-hero-caption {
    padding: 0 20px;
  }
  .cms-about-velo .our-story-banner .banner-hero-subcaption {
    width: 88% !important;
    padding: 0 20px;
  }
  .cms-about-velo .our-story-banner .our-story-banner-right ul {
    padding: 0 10px;
    width: 88%;
  }
}
/* Cookies customised css*/
#notice-cookie-block .content {
  height: 100vh;
  display: flex !important;
  align-items: center !important;
}
.cookie-custom-css {
  padding-top: 0% !important;
  padding-bottom: 0% !important;
  padding-left: 0% !important;
  padding-right: 0% !important;
}
.cookie-custom-css .content {
  padding-top: 0% !important;
  padding-bottom: 0% !important;
}
.message.global.cookie .actions {
  display: block !important;
  padding: 0 80px !important;
}
.cookie-content {
  width: 82% !important;
  font-size: 16px !important;
  line-height: 21px !important;
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
.cookie-btns {
  display: flex !important;
}
.cookie-btns #btn-cookie-decline,
.cookie-btns #btn-cookie-allow {
  padding: 10px 20px;
}
@media screen and (max-width: 900px) {
  #notice-cookie-block .content {
    width: 100vw !important;
    margin-left: 0 !important;
  }
  .message.global.cookie .actions {
    padding: 0 20px !important;
  }
  .cookie-content {
    width: 100% !important;
  }
  .cookie-btns {
    flex-direction: column !important;
    margin-top: 0px !important;
  }
  .cookie-btns #btn-cookie-decline,
  .cookie-btns #btn-cookie-allow {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
  }
}
.blog-category-index .blog-post-list__toolbar {
  display: flex;
}
.limiter-label {
  margin-left: 20px;
}
.limiter-text {
  margin-left: 20px;
}
.toolbar-amount span {
  margin-left: 5px;
  margin-right: 5px;
}
.limiter-options {
  display: none;
}
.limiter-label {
  display: none;
}
.limiter-text {
  display: none;
}
/*Mini cart*/
.cart-qty-selector .control.qty {
  box-sizing: border-box;
}
.cart-qty-selector .control.qty input {
  padding: 0;
  width: 20px;
}
.cart-qty-selector .control.qty button {
  background: none;
}
@media screen and (max-width: 768px) {
  .qtycart-button {
    font-size: 12px;
    padding: 12px 20px !important;
  }
}
#ageverify {
  z-index: 9999 !important;
}
.cookie-custom-css {
  background: rgba(4, 30, 66, 0.9) !important;
}
#notice-cookie-block .content {
  justify-content: center;
}
.message.global.cookie .actions {
  padding: 0 !important;
  width: 70%;
  background: #041e42;
  padding: 50px !important;
  box-sizing: border-box;
}
.cookie-content {
  width: 100% !important;
}
.cookie-title,
.cookie-custom-css .cookie-content,
.cookie-custom-css .cookie-btns {
  text-align: center !important;
}
.cookie-custom-css .cookie-btns {
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .message.global.cookie .actions {
    width: 100%;
    padding: 20px !important;
  }
}
.catalog-category-view .products.wrapper.grid li .description {
  min-height: 100px !important;
}
.product-item-inner {
  min-height: 50px;
}
.catalog-product-list-intensity-size {
  min-height: auto;
}
.product-list-intensity-size {
  min-height: 30px;
}
.swatch-opt {
  margin: 0 !important;
}
.swatch-attribute-label {
  font-weight: normal;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
}
.nicotine-strength-icon {
  width: 80px !important;
  height: 30px;
  border: 1px solid #dadada;
  padding: 1px 10px !important;
  margin: 5px 0;
  position: relative;
}
.swatch-option {
  border: none !important;
  width: 50% !important;
  margin: 0;
}
.swatch-option:first-child {
  border-right: 1px solid #eee !important;
}
.swatch-attribute-options {
  display: flex;
  border: 1px solid #eee;
  margin-bottom: 10px !important;
  width: 50%;
}
.subscription-text {
  background: #e6f6f9;
  padding: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600 !important;
  margin-top: 10px;
}
.subscription-text a {
  color: #000;
  text-decoration: none !important;
}
.catalog-product-list-intensity {
  display: flex;
  flex-direction: column-reverse;
}
.product-item-description.description {
  height: 100%;
  min-height: 100px !important;
  margin: 15px 0 !important;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .product-list-description p {
    min-height: 145px;
  }
}
.catalog-category-view .viewall-nicotine {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
/*TAF styles*/
.invite-customer-index .main {
  padding: 4% 5% !important;
  box-sizing: border-box;
}
body.account .columns .sidebar {
  padding-top: 3% !important;
}
body.account .block.account-nav {
  margin-left: 0 !important;
  margin: 0 auto !important;
  width: 65% !important;
}
.invite-customer-index .account-nav .content {
  padding-top: 0px;
}
.invite-customer-index .taf-header {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.invite-customer-index .taf-description {
  font-size: 14px;
  margin-bottom: 20px;
  width: 80%;
}
.invite-customer-index .shareimg {
  margin-bottom: 30px;
  width: 80%;
}
.invite-customer-index .taflinkcode {
  text-align: left;
  margin-top: 20px;
  width: 80%;
}
.invite-customer-index .taflinkcode .taf-link {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 30px 0px !important;
}
.account .actions-toolbar span {
  color: #000 !important;
}
.customer-address-form .actions-toolbar span,
.customer-account-edit .actions-toolbar span {
  color: #fff !important;
}
.invite-customer-index .taflinkcode input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #b2b2b2 !important;
  height: 50px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.invite-customer-index .taflinkcode button {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
  width: 20% !important;
}
.account.customer-address-form .fields.addressbook-top + .fields .field select {
  width: 160px !important;
  height: 50px;
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .invite-customer-index .taf-description,
  .invite-customer-index .taflinkcode,
  .invite-customer-index .shareimg {
    width: 90%;
  }
}
@media screen and (max-width: 900px) {
  .invite-customer-index .taf-description,
  .invite-customer-index .taflinkcode,
  .invite-customer-index .shareimg {
    width: 100%;
  }
  .invite-customer-index .control {
    width: 100%;
    flex-direction: column;
  }
  .invite-customer-index .taflinkcode input {
    width: 100%;
    margin-bottom: 10px;
  }
  .invite-customer-index .taflinkcode button {
    width: 100% !important;
  }
  body.account .block.account-nav {
    width: 90% !important;
  }
}
.catalog-links a.active:nth-child(4) {
  background: #000;
  color: #fff;
}
.catalog-links a {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 900px) {
  .catalog-links {
    display: flex;
    flex-direction: column;
    background: none;
    box-shadow: none;
    border: none;
  }
  .catalog-links a {
    background: white;
    width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 8px;
    border-radius: 20px;
  }
}
/*IP BAN*/
.ipban-index-index .page-title-wrapper {
  display: none;
}
.ipban-index-index .full-width-page {
  text-align: center;
  margin-top: 100px;
  font-weight: 800;
  font-size: 35px;
}
@media screen and (max-width: 900px) {
  .ipban-index-index .mobile-glo-points.mobile-only {
    display: none;
  }
  .ipban-index-index .full-width-page {
    font-size: 28px;
    margin-top: 50px;
  }
}
/*For product sidebar in right side*/
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  right: 0;
  left: inherit;
}
.fotorama__stage {
  left: 0 !important;
}
/* My account delete*/
.sidebar .action.delete,
.sidebar .action.delete > span {
  position: static;
}
.sidebar .action.delete:before {
  content: "";
}
.sidebar .action.delete {
  padding-left: 0;
  padding-right: 0;
  color: #000f2c;
  width: 100%;
  border: none;
  background: none;
  text-align: left;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 1.4rem;
}
/*Catlog page css*/
.catalog-category-view .column.main {
  padding: 0 !important;
}
.catalog-category-view #list_product {
  padding: 0 5%;
  box-sizing: border-box;
}
.catalog-category-view .subsc-velo p {
  font-family: VeloWWangle-Bold !important;
  font-size: 17px;
}
.catalog-category-view .learn-velo p {
  font-family: VeloWWangle-Bold !important;
  font-size: 14px;
}
.catalog-category-view .filter-links {
  padding: 25px 0px !important;
  box-sizing: border-box;
}
.catalog-category-view .cat span {
  font-family: VeloWWangle-Medium !important;
  color: #6b6b6b !important;
  text-align: center;
  font-size: 12px !important;
  padding: 0 !important;
}
.catalog-category-view #viewallproducts li {
  margin-left: 0 !important;
  margin-right: 1% !important;
}
.catalog-promo-row {
  height: 615px !important;
}
.catalog-category-view #viewallproducts li:nth-child(4n + 4) {
  margin-right: 0 !important;
}
.catalog-category-view .product-image-photo {
  width: 100%;
  position: static;
}
.catalog-category-view .products.grid .product.item a.product-item-link {
  font-size: 16px;
  font-family: VeloWWangle-Medium !important;
  text-decoration: none;
}
.catalog-category-view .product-item-name {
  margin: 0;
}
.catalog-category-view .products.wrapper.grid li .description {
  padding: 0 !important;
  margin: 0;
  /* margin: 5px 0; */
  margin-top: 5px;
}
.catalog-category-view .products-grid .product-items .product-item-description p {
  color: #5d5f63 !important;
  font-family: VeloWWangle-Regular !important;
  font-size: 14px;
}
.catalog-category-view .product-item .price-box .price {
  font-size: 14px;
  font-family: VeloWWangle-Bold !important;
}
.catalog-category-view .product-item-detail {
  padding: 15px;
  box-sizing: border-box;
}
.catalog-category-view .product-item .price-box {
  margin: 0 !important;
}
.catalog-category-view .product-price {
  margin-top: auto;
}
.catalog-category-view .products.wrapper.grid li .description {
  min-height: auto !important;
}
.catalog-category-view .product-item-details {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.catalog-category-view .product-item-detail {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.catalog-category-view .product-item-inner {
  min-height: auto !important;
  margin-top: auto;
}
.catalog-category-view .products-grid .product-items .product-item-inner {
  border-top: none;
}
.catalog-category-view .listpromo-wrapper {
  width: 100%;
}
.catalog-category-view .listpromo-wrapper div,
.catalog-category-view .listpromo-wrapper div img {
  width: 100%;
  height: 100%;
}
.catalog-category-view .products.wrapper.grid li .product-item-info {
  display: flex;
  flex-direction: column;
}
.catalog-category-view .products.wrapper.grid li .product-item-info .actions-primary form button.tocart {
  padding: 10px 18px !important;
  box-sizing: border-box;
  width: auto !important;
}
.catalog-category-view .products.wrapper.grid li .product-item-info .actions-primary form button.tocart span {
  font-family: VeloWWangle-Medium !important;
  font-size: 12px;
}
.catalog-category-view .product-item .product-item-actions .actions-primary form .qty {
  font-family: VeloWWangle-Medium !important;
}
.catalog-category-view .subscription-text a {
  font-family: VeloWWangle-Medium !important;
}
.catalog-category-view .product-image-wrapper {
  padding: 0 !important;
  height: 100%;
}
.catalog-category-view .productnewtag {
  position: absolute;
  top: 10px !important;
  left: 10px;
}
.category-velo .product-image-container {
  background: #f1f4f8;
  height: 100%;
}
.category-velo .product-image-wrapper {
  background: transparent !important;
}
.list-qty-control {
  border-color: #d7dbe1 !important;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  outline: none;
}
.catalog-category-view .products.wrapper.grid {
  padding: 0 !important;
}
.catalog-category-view .item .product-item-inner form .qty .items {
  color: #254aa2;
  height: 100%;
  font-size: 18px;
  font-family: VeloWWangle-Regular !important;
  width: 35% !important;
}
.catalog-category-view .products.wrapper.grid li .product-item-info .actions-primary form .qty.input-text {
  padding: 0;
  width: 30% !important;
}
@media only screen and (min-width: 1281px) {
  .catalog-category-view .products.grid .product.item a.product-item-link {
    font-size: 18px;
  }
  .catalog-category-view .product-item-detail {
    padding: 15px;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 1024px) {
  .category-velo #viewallproducts li {
    margin-right: 1%;
    width: 32% !important;
    margin-left: 0 !important;
  }
  .category-velo #viewallproducts li:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .catalog-category-view .products.wrapper.grid {
    padding: 0;
    margin-bottom: -20px;
  }
  .catalog-category-view .products.wrapper.grid li .product-item-info {
    flex-direction: column;
  }
  .catalog-category-view .product-item-detail {
    height: auto;
  }
  .catalog-category-view .product-item-detail {
    padding: 20px;
  }
  .catalog-category-view .subscription-text {
    margin-top: 16px;
  }
  .catalog-category-view .products.wrapper.grid li .description {
    height: auto;
  }
  .catalog-category-view .filter-links {
    padding: 20px 0 !important;
  }
  .catalog-category-view .cat label span {
    font-size: 12px;
    padding: 0;
  }
  /* .catalog-category-view .cat {
    width: 65px;
    padding: 7px;
  } */
  .catalog-category-view .cat {
    width: 21%;
    padding: 10px;
  }
  .catalog-category-view .catalog-links label,
  .catalog-category-view .flavour-links label {
    text-align: left !important;
    width: 100% !important;
    font-family: VeloWWangle-Regular !important;
    font-size: 14px;
    text-transform: uppercase;
  }
  .catalog-category-view .category-checkbox,
  .category-velo .flavour-checkbox {
    margin-top: 8px !important;
    width: 100%;
    display: flex;
  }
  .catalog-category-view #viewallproducts li {
    margin-left: 0 !important;
  }
}
/*Blog Css*/
.blog-category-index .page-main {
  background: #fff !important;
}
.blog__post-item {
  width: 32% !important;
  margin: 0 !important;
}
.blog-category-index .page-main {
  padding: 0 5% !important;
  box-sizing: border-box;
}
.blog__post-list-wrapper .blog__post-list {
  justify-content: space-between;
}
.blog-category-index .blog__post-list .blog__post-item .blog__post-header {
  padding: 0 20px;
}
.blog-category-index .blog__post-list .blog__post-item .blog__post-header + .blog__post-excerpt {
  padding: 0;
  order: -1;
}
.blog-category-index .blog__post-list .blog__post-item {
  margin-bottom: 30px !important;
  display: flex;
  flex-direction: column;
}
.blog__post-item .blog__post-header .blog__post-title {
  min-height: auto !important;
  margin: 0;
}
.blog-category-index .blog__post-list .blog__post-item .blog__post-header + .blog__post-excerpt p {
  min-height: auto !important;
  display: none;
}
.blog__post-footer {
  display: none;
}
.blog__post-item .blog__post-header .blog__post-title {
  min-height: auto !important;
}
.blog__post-title a {
  font-family: VeloWWangle-Regular !important;
  font-size: 22px !important;
}
.blog-category-index .page-title .base {
  font-family: VeloWWangle-Medium !important;
}
.blog-category-index .main > p {
  font-family: VeloWWangle-Regular !important;
}
@media only screen and (max-width: 900px) {
  .blog__post-item {
    width: 100% !important;
  }
  .blog-category-index .blog__post-list {
    margin-top: 20px;
  }
  .blog-category-index .page-title-wrapper {
    margin-top: 20px;
  }
  .category-velo #viewallproducts li {
    width: 100% !important;
  }
}
/*IMG bg Css*/
/*pdp icon filter css*/
.open-filters {
  display: flex;
  justify-content: center;
  align-items: center;
}
.open-filters img {
  width: 18px;
  margin-left: 12px;
  height: auto;
}
/*faq css*/
.faq-main-row {
  padding: 30px 5%;
  box-sizing: border-box;
}
.faq-main-container {
  width: 50%;
  margin: auto;
}
.question-row {
  width: 100%;
}
.faq-title-row {
  width: 80%;
  margin: 0 auto;
}
.faq-title-row h2 {
  text-align: center;
  font-family: VeloWWangle-Bold !important;
  font-size: 22px;
}
.question-content p {
  font-family: VeloWWangle-Medium !important;
  font-size: 16px !important;
}
.answer-content p {
  font-family: VeloWWangle-Regualr !important;
}
.question-container {
  border: none;
  border-top: 1px solid #00bed5;
}
@media only screen and (max-width: 900px) {
  .faq-main-container {
    width: 100%;
  }
  .faq-title-row {
    width: 100%;
  }
  .faq-wrapper {
    padding: 0 !important;
  }
}
/*faq css*/
/* PDP Related product css start*/
.catalog-product-view li {
  list-style: none;
}
.catalog-product-view .slider-items {
  padding: 0;
  position: relative;
}
.catalog-product-view .related-items {
  padding: 30px 5%;
  box-sizing: border-box;
}
.catalog-product-view .block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.catalog-product-view .block-title {
  margin-bottom: 24px;
}
.catalog-product-view .block-title h2 {
  margin: 0;
  text-decoration: none !important;
  font-family: VeloWWangle-Medium !important;
  font-size: 26px;
}
.catalog-product-view .product-item-info {
  width: 100%;
  border: 1px solid #d7dbe1;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.catalog-product-view .product-image-wrapper {
  padding: 0 !important;
  height: 100%;
}
.catalog-product-view .product-image-photo {
  position: static !important;
  height: 100%;
  width: auto !important;
}
.catalog-product-view .product-item-detail {
  padding: 15px !important;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.catalog-product-view .product-item-name .product-item-link {
  text-decoration: none !important;
  font-family: VeloWWangle-Medium !important;
  font-size: 18px;
  margin: 0 !important;
}
.catalog-product-view .product-item-name {
  margin: 0;
}
.catalog-product-view .product-item-description.description {
  margin: 0;
  height: 100% !important;
  min-height: auto !important;
  margin-top: 8px;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}
.catalog-product-view .product-item-description.description p {
  color: #5d5f63 !important;
  font-family: VeloWWangle-Regular !important;
  margin: 0;
}
.catalog-product-view .swatch-attribute-label {
  color: #5d5f63 !important;
  font-family: VeloWWangle-Regular !important;
  font-size: 12px;
  display: block;
  margin-top: auto;
}
.catalog-product-view .product-item-actions .actions-primary {
  width: 100%;
}
.catalog-product-view .catalog-product-list-intensity-size {
  margin-top: auto;
}
.catalog-product-view .catalog-product-list-intensity p {
  color: #5d5f63 !important;
  font-family: VeloWWangle-Regular !important;
  font-size: 9px;
  display: block;
  margin: 0;
}
.catalog-product-view .product-item-inner .actions-primary form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 5px;
}
.catalog-product-view .product-item-inner .actions-primary form .qty {
  width: 48%;
}
.catalog-product-view .product-item-inner .actions-primary form .epok-btn {
  width: 48% !important;
  background: #254aa2;
  border-radius: 50px;
  text-align: center;
  padding: 10px !important;
  display: inline-block;
  box-sizing: border-box;
}
.catalog-product-view .product-item-inner .actions-primary form .epok-btn span {
  font-family: VeloWWangle-Regular !important;
  font-size: 10px !important;
}
.catalog-product-view .product-item-inner .actions-primary form .qty {
  padding: 0;
  font-family: VeloWWangle-Regular !important;
  font-size: 12px;
}
.catalog-product-view .product-item-inner .actions-primary form .items {
  height: 100% !important;
  font-family: VeloWWangle-Regular !important;
  font-size: 20px;
  color: #254aa2;
}
.catalog-product-view .owl-carousel .owl-stage,
.catalog-product-view .owl-stage-outer {
  display: flex;
  height: 100%;
}
.catalog-product-view .product-item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.catalog-product-view .product-image-container {
  width: 100% !important;
}
.catalog-product-view .product-item-inner {
  min-height: auto !important;
  margin-top: auto;
}
.catalog-product-view .subscription-text {
  margin-top: 24px;
}
.catalog-product-view .subscription-text a {
  font-family: VeloWWangle-Regular !important;
}
.catalog-product-view .viewall-related-link {
  font-family: VeloWWangle-Regular !important;
  color: #2b2b2b !important;
  text-decoration: none !important;
}
.catalog-product-view .viewall-related-link .next-icon {
  margin-left: 10px;
}
.owl-nav.disabled {
  display: block;
}
.owl-nav.disabled button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: 2px solid #e9ecf0 !important;
  height: 35px;
  width: 35px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff !important;
  z-index: 9;
}
.owl-nav.disabled button span {
  color: #01567e;
  font-size: 30px !important;
  line-height: auto !important;
}
.owl-nav.disabled button.owl-next {
  right: -15px;
}
.owl-nav.disabled button.owl-prev {
  left: -15px;
}
@media only screen and (max-width: 900px) {
  .catalog-product-view .block-title {
    flex-direction: column;
  }
  .catalog-product-view .block-title h2 {
    text-align: center;
  }
  .catalog-product-view .viewall-related {
    margin-top: 12px;
  }
  .catalog-product-view .owl-nav {
    display: none !important;
  }
}
.subsc-velo a,
.learn-velo a {
  display: flex;
  color: #2b2b2b !important;
  text-decoration: none !important;
  align-items: center;
}
/* PDP Related product css end*/
.invite-customer-index .tafdiv,
.customer-rewards-transaction .block-reward-dashboard-transaction .loyalty-transactions-content {
  background: #fff;
  padding: 15px;
}
/*Legal consent starts*/
.legal-consent-block {
  width: 100%;
  padding: 25px !important;
  margin-top: 16px;
  box-sizing: border-box;
  background: #fff;
}
.legal-consent-title-block .legal-consent-title {
  font-family: VeloWWangle-Bold !important;
  margin-bottom: 0;
  text-transform: uppercase;
}
.legal-consent-content-wrapper p {
  font-family: VeloWWangle-Regular !important;
  font-size: 14px;
  font-weight: normal !important;
  margin: 0 !important;
}
.account .actions-toolbar span {
  color: #fff !important;
  font-size: 14px;
}
table.data.table {
  word-break: auto-phrase !important;
}
.category-velo header .product-image-container {
  background: transparent;
  height: 100%;
}
.minicart-confim-popup .modal-footer {
  display: flex;
  justify-content: space-between;
}
.minicart-confim-popup .modal-footer .action-accept {
  background: #254aa2 !important;
  text-transform: uppercase;
  border: 1px solid #ffffff !important;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
}
.minicart-confim-popup .modal-footer .action-dismiss {
  background: #fff !important;
  text-transform: uppercase;
  border: 1px solid #254aa2 !important;
  border-radius: 30px;
  color: #254aa2 !important;
  padding: 10px 20px;
  text-decoration: none !important;
}
.legal-consent-content-wrapper:last-child {
  margin-top: 0;
}
.legal-consent-email-authorization-block {
  margin-top: 20px;
}
.legal-consent-email-authorization-block table {
  border-collapse: separate;
  border-spacing: 0px 10px;
}
.legal-consent-email-authorization-block table tbody tr td {
  width: 95%;
  background: #e6f6f9;
}
.legal-consent-email-authorization-block table tbody tr td:first-child {
  width: 5%;
}
#sendvaluetocrm {
  border: none;
  background: #254aa2;
  color: #fff;
  font-family: VeloWWangle-Regular !important;
  border-radius: 50px;
}
.legal-consent-link {
  margin-top: 20px;
}
.legal-consent-email-authorization-block input[type="checkbox"]:checked {
  accent-color: #254aa2;
}
.legal-consent-content-wrapper {
  margin-top: 20px !important;
}
@media only screen and (max-width: 900px) {
  .legal-consent-block {
    width: 100%;
  }
  .legal-consent-title-block {
    margin-top: 10px;
  }
}
/*Legal consent end*/
/*subscription css */
.subscription-index-index {
  background: #f1f4f8;
}
.subscription-index-index .page-main {
  max-width: 100%;
  padding: 0;
}
.subscription-index-index .subscription-category-row a.active {
  background: #f1f4f8;
  color: #01567e;
  border-bottom: 2px solid #01567e;
}
.subscription-index-index .subscription-category-row a {
  width: auto;
  padding: 16px 20px;
  color: #2b2b2b;
  text-decoration: none;
  font-family: VeloWWangle-Bold !important;
}
.subscription-index-index .subscription-category-row {
  display: flex;
  width: 70%;
  align-items: center;
  border-bottom: 1px solid #2b2b2b;
}
.subscription-index-index .subscription-plans-row {
  padding: 0 5%;
  margin-top: 60px;
}
.subscription-index-index .choosdescdiv .chooseptag {
  color: #2b2b2b;
  font-size: 26px;
  font-weight: bold;
  font-family: VeloWWangle-Bold !important;
  margin-bottom: 20px;
}
.subscription-index-index .choosdescdiv .chooseveloptag {
  font-size: 16px;
  font-weight: bold;
  font-family: VeloWWangle-Bold !important;
  width: 70%;
}
.subscription-index-index .choosdescdiv .favoriteptag {
  font-size: 16px;
}
.subscription-index-index .subscription-plans {
  margin-top: 60px;
  display: flex;
}
.subscription-index-index .subscription-plan-box {
  width: 33%;
  margin-right: 1%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.subscription-index-index .subscription-plan-box:last-child {
  margin-right: 0;
}
.subscription-index-index .subscription-plans .bronzediv {
  background: #fff;
}
.subscription-index-index .subscription-plan-box .titlediv p {
  color: #5181d8;
  font-weight: bold;
  font-family: VeloWWangle-Bold !important;
  font-size: 20px !important;
}
.subscription-index-index .subscription-plan-box .titlediv {
  margin-bottom: 20px;
}
.subscription-index-index .subscription-plan-box .anchor a {
  background: #254aa2;
  padding: 10px 20px;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-family: VeloWWangle-Bold !important;
  text-decoration: none;
  display: inline-block;
}
.subscription-index-index .subscription-plan-box .anchor {
  margin-top: 20px;
}
.subscription-index-index .subscription-plans .silverdiv {
  background: transparent linear-gradient(35deg, #254aa2, #5181d8, #71b6e9);
}
.subscription-index-index .subscription-plans .golddiv {
  background: #fff200;
}
.subscription-index-index .candiv {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #71b6e9;
  border-top: 1px solid #71b6e9;
  padding: 20px 0;
}
.subscription-index-index .rightdiv,
.subscription-index-index .leftdiv {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.subscription-index-index .rightinnerdiv {
  margin-right: 20px;
  flex: none;
}
.subscription-index-index .rightinnerdiv img {
  width: auto;
  height: 40px;
}
.subscription-index-index .subscription-plan-box p {
  color: #5d5f63;
  font-size: 16px !important;
  margin-bottom: 0;
  font-family: VeloWWangle-Regular !important;
}
.subscription-index-index .subscription-plan-box .subbold {
  color: #5d5f63;
  font-weight: normal;
  font-family: VeloWWangle-Bold !important;
}
.subscription-index-index .silverdiv p {
  color: #fff;
}
.subscription-index-index .silverdiv .subbold {
  color: #fff;
}
.subscription-index-index .silverdiv .titlediv p {
  color: #fff;
}
.subscription-index-index.golddiv .titlediv p {
  color: #254aa2;
}
.subscription-index-index .silverdiv .anchor a {
  background: #fff;
  color: #2b2b2b;
}
@media only screen and (max-width: 900px) {
  .subscription-index-index .subscription-plans {
    flex-wrap: wrap;
  }
  .subscription-index-index .subscription-plan-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .subscription-index-index .subscription-plan-box .anchor a {
    display: block;
    text-align: center;
  }
}
.subscription-index-index .rues {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.subscription-index-index .rues a {
  font-size: 16px;
  color: #2b2b2b;
  font-family: VeloWWangle-Bold !important;
}
.subscription-index-index .rues a img {
  width: 20px;
  height: auto;
  margin-left: 10px;
}
.subscription-index-index .productlist {
  margin-top: 60px;
  padding: 60px 5%;
  background: #fff;
}
.subscription-index-index .productlist .chooseproddiv .chooseproduct {
  color: #2b2b2b;
  font-size: 26px;
  font-weight: bold;
  font-family: VeloWWangle-Bold !important;
  margin-bottom: 20px;
}
.subscription-index-index .productlist .chooseproddiv .chooseprod {
  font-size: 16px;
  font-family: VeloWWangle-Regular !important;
}
.subscription-index-index .productselection {
  margin-top: 60px;
}
.subscription-index-index .viewallproducts {
  margin-top: 30px;
}
.subscription-index-index .viewallproducts .mainproductdiv {
  display: flex;
  flex-direction: column;
  width: 23.7%;
  margin-right: 1%;
  border: 1px solid #e9ecf0;
  margin-bottom: 10px;
}
.subscription-index-index .viewallproducts .subscription-product .mainproductdiv:nth-child(4n + 4) {
  margin-right: 0;
}
.subscription-index-index .proddetails {
  padding: 10px;
}
.subscription-index-index .sub-product-image .product-image-container {
  width: 100% !important;
  display: block;
}
.subscription-index-index .sub-product-image .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: auto;
}
.subscription-index-index .product-image-photo {
  position: static;
}
.subscription-index-index .sub-product-image img {
  height: auto;
  width: 100%;
}
.subscription-index-index .proddetails {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.subscription-index-index .product.name {
  font-size: 16px !important;
  font-weight: 700;
  font-family: VeloWWangle-Medium !important;
  color: #2b2b2b !important;
  text-decoration: none;
  margin: 0;
  margin-bottom: 20px;
}
.subscription-index-index .sub-product-addtocart .field.qty {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}
.subscription-index-index .sub-product-addtocart {
  margin-top: auto;
}
.subscription-index-index .field.qty {
  display: flex;
  justify-content: space-between;
}
.subscription-index-index .control.qty-change {
  border: 1px solid #d7dbe1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 38%;
  margin-right: 10px;
}
.subscription-index-index .input-text.qty {
  font-family: VeloWWangle-Bold !important;
  color: #2b2b2b;
  font-size: 14px;
  opacity: 1 !important;
  padding: 0;
  border: 0;
  border: none;
  background: none;
  width: 30%;
  text-align: center;
}
.subscription-index-index .qty-change button {
  border: none;
  background: none;
  width: 30%;
  font-weight: 700;
  font-size: 25px;
  color: #254aa2;
}
.read-more:after {
  content: "\2192";
  margin-left: 10px;
}
.velo-home-cards-terms a {
  text-decoration: underline !important;
}
.filter-title {
  font-weight: 800;
  text-transform: uppercase !important;
}
.filter-option-count {
  float: right;
}
@media only screen and (max-width: 1024px) {
  .subscription-index-index .viewallproducts .mainproductdiv {
    width: 32.1%;
  }
  .subscription-index-index .viewallproducts .mainproductdiv:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .subscription-index-index .viewallproducts .mainproductdiv {
    width: 100%;
    margin-right: 0 !important;
  }
  .subscription-index-index .viewallproducts .mainproductdiv:nth-child(3n + 3) {
    margin-right: 0;
  }
  .subscription-index-index .subscription-category-row {
    width: 100%;
  }
  .get-and-subscribe {
    top: auto;
    bottom: 30px;
    width: 100%;
    left: auto;
    padding: 0 40px;
    box-sizing: border-box;
  }
}
.subscription-index-index .summerysection {
  width: 100%;
  padding: 20px;
  background: #71b6e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  box-sizing: border-box;
}
.subscription-index-index .summerysection .packschosendiv {
  display: flex;
}
.subscription-index-index .summerysection .packschosendiv p {
  color: #fff;
  font-family: VeloWWangle-Bold !important;
  margin-bottom: 0;
  margin-right: 10px;
}
.subscription-index-index .summerysection p {
  font-size: 16px;
  margin-bottom: 0;
  font-family: VeloWWangle-Regular !important;
}
.subscription-index-index .summerysection .btn {
  background: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  color: #2b2b2b;
  font-size: 12px;
  font-family: VeloWWangle-Bold !important;
}
@media only screen and (max-width: 768px) {
  .subscription-index-index .summerysection {
    flex-direction: column;
  }
  .subscription-index-index .subscriptiocheckout.btn {
    margin-top: 20px;
  }
  .subscription-index-index .summerysection .packschosendiv {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/*subscription css */
.subscription-index-update {
  background: #f1f4f8;
}
.subscription-index-update .page-main {
  max-width: 100%;
  padding: 0;
}
.subscription-index-update .subscription-category-row a.active {
  background: #f1f4f8;
  color: #01567e;
  border-bottom: 2px solid #01567e;
}
.subscription-index-update .subscription-category-row a {
  width: auto;
  padding: 16px 20px;
  color: #2b2b2b;
  text-decoration: none;
  font-family: VeloWWangle-Bold !important;
}
.subscription-index-update .subscription-category-row {
  display: flex;
  width: 70%;
  align-items: center;
  border-bottom: 1px solid #2b2b2b;
}
.subscription-index-update .subscription-plans-row {
  padding: 0 5%;
  margin-top: 60px;
}
.subscription-index-update .choosdescdiv .chooseptag {
  color: #2b2b2b;
  font-size: 26px;
  font-weight: bold;
  font-family: VeloWWangle-Bold !important;
  margin-bottom: 20px;
}
.subscription-index-update .choosdescdiv .chooseveloptag {
  font-size: 16px;
  font-weight: bold;
  font-family: VeloWWangle-Bold !important;
}
.subscription-index-update .choosdescdiv .favoriteptag {
  font-size: 16px;
}
.subscription-index-update .subscription-plans {
  margin-top: 60px;
  display: flex;
}
.subscription-index-update .subscription-plan-box {
  width: 33%;
  margin-right: 1%;
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.subscription-index-update .subscription-plan-box:last-child {
  margin-right: 0;
}
.subscription-index-update .subscription-plans .bronzediv {
  background: #fff;
}
.subscription-index-update .subscription-plan-box .titlediv p {
  color: #5181d8;
  font-weight: bold;
  font-family: VeloWWangle-Bold !important;
  font-size: 20px !important;
}
.subscription-index-update .subscription-plan-box .titlediv {
  margin-bottom: 20px;
}
.subscription-index-update .subscription-plan-box .anchor a {
  background: #254aa2;
  padding: 10px 20px;
  color: #fff;
  border-radius: 20px;
  font-size: 12px;
  font-family: VeloWWangle-Bold !important;
  text-decoration: none;
  display: inline-block;
}
.subscription-index-update .subscription-plan-box .anchor {
  margin-top: 20px;
}
.subscription-index-update .subscription-plans .silverdiv {
  background: transparent linear-gradient(35deg, #254aa2, #5181d8, #71b6e9);
}
.subscription-index-update .subscription-plans .golddiv {
  background: #fff200;
}
.subscription-index-update .candiv {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #71b6e9;
  border-top: 1px solid #71b6e9;
  padding: 20px 0;
}
.subscription-index-update .rightdiv,
.subscription-index-update .leftdiv {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.subscription-index-update .rightinnerdiv {
  margin-right: 20px;
  flex: none;
}
.subscription-index-update .rightinnerdiv img {
  width: auto;
  height: 40px;
}
.subscription-index-update .subscription-plan-box p {
  color: #5d5f63;
  font-size: 16px !important;
  margin-bottom: 0;
  font-family: VeloWWangle-Regular !important;
}
.subscription-index-update .subscription-plan-box .subbold {
  color: #5d5f63;
  font-weight: normal;
  font-family: VeloWWangle-Bold !important;
}
.subscription-index-update .silverdiv p {
  color: #fff;
}
.subscription-index-update .silverdiv .subbold {
  color: #fff;
}
.subscription-index-update .silverdiv .titlediv p {
  color: #fff;
}
.subscription-index-update.golddiv .titlediv p {
  color: #254aa2;
}
.subscription-index-update .silverdiv .anchor a {
  background: #fff;
  color: #2b2b2b;
}
@media only screen and (max-width: 900px) {
  .subscription-index-update .subscription-plans {
    flex-wrap: wrap;
  }
  .subscription-index-update .subscription-plan-box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .subscription-index-update .subscription-plan-box .anchor a {
    display: block;
    text-align: center;
  }
}
.subscription-index-update .rues {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.subscription-index-update .rues a {
  font-size: 16px;
  color: #2b2b2b;
  font-family: VeloWWangle-Bold !important;
}
.subscription-index-update .rues a img {
  width: 20px;
  height: auto;
  margin-left: 10px;
}
.subscription-index-update .productlist {
  margin-top: 60px;
  padding: 60px 5%;
  background: #fff;
}
.subscription-index-update .productlist .chooseproddiv .chooseproduct {
  color: #2b2b2b;
  font-size: 26px;
  font-weight: bold;
  font-family: VeloWWangle-Bold !important;
  margin-bottom: 20px;
}
.subscription-index-update .productlist .chooseproddiv .chooseprod {
  font-size: 16px;
  font-family: VeloWWangle-Regular !important;
}
.subscription-index-update .productselection {
  margin-top: 60px;
}
.subscription-index-update .viewallproducts {
  margin-top: 30px;
}
.subscription-index-update .viewallproducts .mainproductdiv {
  display: flex;
  flex-direction: column;
  width: 23.7%;
  margin-right: 1%;
  border: 1px solid #e9ecf0;
  margin-bottom: 10px;
}
.subscription-index-update .viewallproducts .subscription-product .mainproductdiv:nth-child(4n + 4) {
  margin-right: 0;
}
.subscription-index-update .proddetails {
  padding: 10px;
}
.subscription-index-update .sub-product-image .product-image-container {
  width: 100% !important;
  display: block;
}
.subscription-index-update .sub-product-image .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: auto;
}
.subscription-index-update .product-image-photo {
  position: static;
}
.subscription-index-update .sub-product-image img {
  height: 200px;
}
.subscription-index-update .proddetails {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.subscription-index-update .product.name {
  font-size: 18px !important;
  font-weight: bold;
  font-family: VeloWWangle-Bold !important;
  color: #2b2b2b !important;
  text-decoration: none;
  margin: 0;
  margin-bottom: 20px;
}
.subscription-index-update .sub-product-addtocart .field.qty {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}
.subscription-index-update .sub-product-addtocart {
  margin-top: auto;
}
.subscription-index-update .field.qty {
  display: flex;
  justify-content: space-between;
}
.subscription-index-update .control.qty-change {
  border: 1px solid #d7dbe1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 38%;
  margin-right: 10px;
}
.subscription-index-update .input-text.qty {
  font-family: VeloWWangle-Bold !important;
  color: #2b2b2b;
  font-size: 14px;
  opacity: 1 !important;
  padding: 0;
  border: 0;
  border: none;
  background: none;
  width: 30%;
  text-align: center;
}
.subscription-index-update .qty-change button {
  border: none;
  background: none;
  width: 30%;
  font-weight: 700;
  font-size: 25px;
  color: #254aa2;
}
.read-more:after {
  content: "\2192";
  margin-left: 10px;
}
.velo-home-cards-terms a {
  text-decoration: underline !important;
}
.filter-title {
  font-weight: 800;
  text-transform: uppercase !important;
}
.filter-option-count {
  float: right;
}
@media only screen and (max-width: 1024px) {
  .subscription-index-update .viewallproducts .mainproductdiv {
    width: 32.1%;
  }
  .subscription-index-update .viewallproducts .mainproductdiv:nth-child(3n + 3) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 900px) {
  .subscription-index-update .viewallproducts .mainproductdiv {
    width: 100%;
    margin-right: 0 !important;
  }
  .subscription-index-update .viewallproducts .mainproductdiv:nth-child(3n + 3) {
    margin-right: 0;
  }
  .subscription-index-update .subscription-category-row {
    width: 100%;
  }
  .get-and-subscribe {
    top: auto;
    bottom: 30px;
    width: 100%;
    left: auto;
    padding: 0 40px;
    box-sizing: border-box;
  }
}
.subscription-index-update .summerysection {
  width: 100%;
  padding: 20px;
  background: #71b6e9;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 60px;
  box-sizing: border-box;
}
.subscription-index-update .summerysection .packschosendiv {
  display: flex;
}
.subscription-index-update .summerysection .packschosendiv p {
  color: #fff;
  font-family: VeloWWangle-Bold !important;
  margin-bottom: 0;
  margin-right: 10px;
}
.subscription-index-update .summerysection p {
  font-size: 16px;
  margin-bottom: 0;
  font-family: VeloWWangle-Regular !important;
}
.subscription-index-update .summerysection .btn {
  background: #fff;
  border-radius: 20px;
  padding: 10px 20px;
  color: #2b2b2b;
  font-size: 16px;
  font-family: VeloWWangle-Bold !important;
}
@media only screen and (max-width: 768px) {
  .subscription-index-update .summerysection {
    flex-direction: column;
  }
  .subscription-index-update .subscriptiocheckout.btn {
    margin-top: 20px;
  }
  .subscription-index-update .summerysection .packschosendiv {
    flex-wrap: wrap;
    justify-content: center;
  }
}
/*landing page ---*/
#ageverify .age-bg.desktop-only img {
  width: 100%;
}
/* Home page - content lorem ipsum - home page -- ---*/
@media screen and (max-width: 900px) {
  .velo-add-home-content-section {
    padding: 5%;
    box-sizing: border-box;
    padding-bottom: 40px;
  }
}
/*---plp page --- */
@media screen and (max-width: 900px) {
  .category-velo .all-filters a {
    display: flex;
    width: 100% !important;
    justify-content: space-between;
    /* space need as per the design */
  }
}
/*--plp page ---*/
@media screen and (max-width: 900px) {
  .subscribe-velo-container .get-velo-text {
    padding-left: 20%;
    font-family: VeloWWangle-Regular !important;
    font-size: 13px;
  }
  .subscribe-velo-container .learn-velo p {
    padding-left: 20%;
  }
}
/*--Home page ---*/
/*----normal css - as per design - home pae - how to use velo-*/
.how-to-use-col:first-child {
  width: 35%;
}
/*--landing page ---*/
@media screen and (max-width: 900px) {
  #ageverify .velo-age-box-wrapper {
    background: #fff;
    position: absolute;
    width: 90vw;
    left: 50%;
    /* z-index: 99999 !important;
         */
    top: 15vh;
    margin-left: -45vw;
    padding: 0vw;
  }
  .velo-add-home-content-section {
    padding: 30px 5%;
    box-sizing: border-box;
    padding-bottom: 50px !important;
  }
  .velo-age-box-wrapper .logo {
    float: none !important;
    max-width: 110px !important;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .age-title-big strong {
    font-family: VeloWWangle-Bold !important;
  }
  .age-title-big strong span {
    font-family: VeloWWangle-Bold !important;
  }
  .age-title-medium {
    text-align: center;
    font-size: 14px;
    padding: 0 30px;
    font-family: VeloWWangle-Regular !important;
  }
  .age-verify-button-wrapper {
    margin-top: 30px;
    text-align: center;
  }
  .velo-age-box-wrapper .disclaimer {
    font-size: 14px;
    width: 95%;
    padding-left: 10px;
    padding-right: 20px;
  }
}
#ageverify .velo-age-box-wrapper {
  width: 42vw !important;
  top: 38% !important;
  padding: 30px !important;
}
#ageverify .velo-age-box-wrapper {
  width: 40vw;
  top: 40% !important;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 0 !important;
  padding: 35px !important;
  box-sizing: border-box;
}
footer .velo-18plus-warning-container {
  padding-bottom: 60px;
}
.age-title-medium {
  font-family: VeloWWangle-Regular !important;
  padding-bottom: 10px;
  padding: 0 10px;
}
.age-title-big strong {
  font-family: VeloWWangle-Bold !important;
}
.age-title-big strong span {
  font-family: VeloWWangle-Bold !important;
}
.age-title-big {
  width: 80%;
}
.velo-age-box-wrapper .disclaimer {
  font-size: 14px;
  width: 80%;
  padding-bottom: 0px;
  font-family: VeloWWangle-Regular !important;
}
.age-verify-button-wrapper button {
  width: auto !important;
  padding: 13px 35px !important;
}
#ageverifybutton span {
  font-family: "VeloWWangle-Bold" !important;
  letter-spacing: 1px;
}
#ageverify .disclaimer p {
  font-size: 12px;
  font-family: "VeloWWangle-Regular" !important;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}
.velo-age-box-wrapper .logo {
  float: none !important;
  max-width: 110px !important;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.subscription-index-index .sections {
  margin-bottom: 0px !important;
}
@media screen and (max-width: 1400px) and (min-width: 1000px) {
  #ageverify .velo-age-box-wrapper {
    width: 52vw !important;
    top: 38% !important;
  }
}
@media screen and (max-width: 900px) {
  #ageverify .velo-age-box-wrapper {
    position: absolute;
    width: 90vw !important;
    left: 50%;
    z-index: 99999 !important;
    top: 58% !important;
    margin-left: -45vw;
    padding: 24px 0px 10px 0px !important;
  }
  .age-verify-button-wrapper button {
    width: 90% !important;
  }
  .velo-age-box-wrapper .disclaimer {
    width: 95%;
    padding: 0;
  }
  .age-title-big {
    width: 90%;
  }
  .age-verify-button-wrapper button {
    width: 80% !important;
  }
}
/* Category page filter css */
.category-velo .filter-title {
  font-family: VeloWWangle-Medium !important;
}
.category-velo .tag .filter-option-title {
  font-family: VeloWWangle-Regular !important;
  font-size: 14px !important;
}
.category-velo .tag .filter-option-count {
  color: #8f9296;
  font-family: VeloWWangle-Regular !important;
  font-size: 14px !important;
}
.category-velo .modal-buttons button span {
  font-family: VeloWWangle-Medium !important;
  font-size: 12px;
}
.category-velo .modal-header h1 {
  font-family: VeloWWangle-Medium !important;
  font-size: 18px !important;
}
.category-velo .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d7dbe1;
}
.category-velo .modal-slide .action-close {
  padding: 0 !important;
  position: static;
}
.category-velo .modal-popup .modal-title {
  padding: 0;
  border: none;
  min-height: auto !important;
}
.category-velo .modal-popup._inner-scroll .modal-content {
  padding: 0;
}
.catalog-filters .filter-form div {
  box-sizing: border-box;
  width: 100%;
  margin: 0 auto;
}
.category-velo .toolbar-total span {
  font-family: VeloWWangle-Regular !important;
}
.category-velo .modal-popup._inner-scroll .modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.category-velo .catalog-filters,
.category-velo .filter-form {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.category-velo .minicart-confim-popup .modal-inner-wrap {
  width: 30% !important;
  position: fixed !important;
  left: 50%;
  margin: 0;
  margin-top: 50px !important;
  max-height: 100% !important;
  transform: translate(-50%);
}
.tab-success {
  display: flex;
  justify-content: space-around;
  margin-top: 24px;
  border-bottom: 2px solid #254aa2;
  padding-bottom: 25px;
}
.tab-success span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.tab-success .active {
  font-weight: 800;
}
.opc-progress-bar {
  margin: 0;
  counter-reset: i;
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  width: 100% !important;
  border: 1px solid #254aa2;
  padding: 10px;
}
.opc-wrapper .shipping-address-item:before {
  display: none;
}
.checkout-payment-method .payment-option-title {
  border-top: none;
}
.opc-wrapper .shipping-address-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.shipping-address-content {
  display: flex;
}
.opc-wrapper .shipping-address-items .shipping-address-item .action-select-shipping-item {
  margin-top: 0;
}
.shipping-address-details p {
  margin-bottom: 4px;
}
.shipping-address-details .address-telephone {
  margin: 0;
}
.opc-wrapper .shipping-address-item.selected-item:after {
  display: none;
}
.shipping-address-radio input[type="radio"] {
  accent-color: #254aa2;
}
.opc-wrapper .shipping-address-items .shipping-address-item .action-select-shipping-item {
  background: none;
  color: #254aa2 !important;
}
#reward-use-max-point {
  accent-color: #254aa2;
}
#shipping .step-title {
  padding: 0;
}
.field.addresses::before {
  display: none;
}
body.checkout-index-index .page-main {
  max-width: 100% !important;
  padding-left: 0 !important;
  background: #f1f4f8;
  padding-right: 3% !important;
  box-sizing: border-box;
}
.cart-summary-abo {
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.cart-summary-abo-title {
  font-family: VeloWWangle-Medium !important;
  font-size: 14px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.cart-summary-abo-desc {
  font-family: VeloWWangle-Regular !important;
  font-size: 12px;
  margin-bottom: 10px;
}
.cart-summary-abo-link {
  border: 2px solid #254aa2;
  color: #2b2b2b !important;
  display: inline-block;
  padding: 8px 20px;
  text-align: center;
  text-transform: uppercase;
  font-family: VeloWWangle-Medium !important;
  border-radius: 50px;
  text-decoration: none !important;
}
.checkout-index-index .payment-method-title.field {
  border: none !important;
  border: 1px solid #d7dbe1 !important;
  margin-bottom: 4px;
  padding: 16px !important;
  box-sizing: border-box;
}
.checkout-index-index #opc-shipping_method .step-title,
.checkout-payment-method .step-title,
.checkout-index-index #shipping .step-title {
  font-size: 20px;
  font-family: VeloWWangle-Medium !important;
  border: none;
  text-transform: uppercase;
}
#checkout-shipping-method-load {
  border: 1px solid #254aa2;
  padding: 16px;
  box-sizing: border-box;
}
.table-checkout-shipping-method tbody td {
  padding: 0;
}
.table-checkout-shipping-method {
  width: 100%;
}
#co-payment-form fieldset hr {
  display: none;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  padding: 16px;
}
.reward-points-payment-content1 {
  display: flex;
  justify-content: space-between;
}
.checkout-reward,
.reward-box {
  width: 49%;
}
.checkout-reward {
  padding: 15px;
  background: #f1f4f8;
  box-sizing: border-box;
}
.checkout-reward ul {
  padding-left: 20px;
}
.reward-box {
  border: 1px solid #d7dbe1;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.checkout-reward ul h5 {
  font-size: 14px;
  font-family: VeloWWangle-Medium !important;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.checkout-reward ul li span {
  font-size: 12px;
  font-family: VeloWWangle-Regular !important;
}
.extra-controls {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.extra-controls span {
  font-size: 12px;
  margin-right: 8px !important;
  font-family: VeloWWangle-Regular !important;
}
.extra-controls span:last-child {
  margin-right: 0 !important;
}
.extra-controls span:nth-child(2) {
  width: 35%;
}
.range-slider {
  margin-top: 20px;
}
.irs-from,
.irs-to,
.irs-single {
  background: #254aa2 !important;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
  border-top-color: #254aa2;
}
body.checkout-index-index .minicart-items-wrapper::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}
body.checkout-index-index .minicart-items-wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ddd;
}
.opc-block-summary .items-in-cart {
  background: #fff !important;
  display: block;
  padding: 20px;
  margin-bottom: 20px !important;
}
.opc-block-summary .table-totals {
  background: #fff !important;
  display: block;
  padding: 10px;
}
.opc-block-summary {
  padding: 0;
}
.opc-sidebar div span.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px !important;
  display: block;
}
.checkout-index-index .opc-sidebar div.items-in-cart span.title {
  font-size: 12px;
  font-weight: bold;
  padding: 0 !important;
  display: block;
  padding-top: 0 !important;
  text-transform: uppercase;
}
.checkout-index-index .opc-sidebar .purchase-text {
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .category-velo .minicart-confim-popup .modal-inner-wrap {
    width: 90% !important;
  }
}
.category-velo .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  height: 100vh;
}
.minicart-confim-popup {
  z-index: 9999 !important;
}
.owl-prev.disabled,
.owl-next.disabled {
  display: none;
}
body.account.customer-account-edit form.delete#delete .actions-toolbar button.resetpass span {
  color: #fff !important;
}
.addressblock-container .actions-toolbar.customer-address-actions {
  margin-left: 0 !important;
  padding: 0 30px;
}
#ageverifybutton span {
  font-family: "VeloWWangle-Bold" !important;
  letter-spacing: 1px;
}
#ageverifynobutton span {
  font-family: "VeloWWangle-Bold" !important;
  letter-spacing: 1px;
}
@media only screen and (max-width: 900px) {
  .mobile-menu-open {
    overflow: hidden;
  }
  .custom-slide .modal-inner-wrap {
    position: static;
    transform: translatex(0);
  }
}
.freetrial-success-content .back-to-home {
  color: #254aa2;
  text-decoration: none;
}
/* Freetrail confirm page css */
.freetrial-confirm-content-wrapper .freetrial-shipping-address-title {
  font-family: VeloWWangle-Bold !important;
  margin-bottom: 12px !important;
}
.freetrial-confirm-content-wrapper p,
.freetrial-strength-size p {
  font-family: VeloWWangle-Regular !important;
}
.freetrial-confirm-img-wrapper .freetrial-image + p {
  font-family: VeloWWangle-Bold !important;
}
.freetrial-confirm-img-wrapper .freetrial-image img {
  width: 100%;
  margin: 0;
}
.freetrial-confirm-img-wrapper .freetrial-image {
  width: 50%;
  display: block;
  margin: 0 auto;
}
.freetrial-confirm-img-wrapper {
  width: 40%;
}
.freetrial-confirm-content-wrapper {
  width: 40%;
}
.freetrial-confirm-content {
  width: 75%;
  margin: 0 auto;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
}
.freetrial-confirm-img-wrapper .freetrial-image + p {
  width: 100%;
  margin: 0;
  text-align: center;
}
.freetrial-strength-size {
  width: 100%;
  margin: 0;
  margin-top: 4px;
}
.pdp-nicotine-strength.freetrial-strength {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.epokfreetrial-terms p {
  width: 60%;
  margin: 0 auto;
  font-family: VeloWWangle-Regular !important;
}
.freetrial-steps a {
  font-family: VeloWWangle-Medium !important;
}
.free-list-heading-main {
  font-family: VeloWWangle-Medium !important;
  margin-right: 20px;
  width: auto;
}
.free-list-heading-desc {
  font-family: VeloWWangle-Medium !important;
  width: auto;
}
.freetrial-steps-container {
  padding: 8px 5% !important;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  .freetrial-confirm-content {
    width: 100%;
    padding: 0 5%;
  }
  .freetrial-confirm-img-wrapper {
    width: 100%;
  }
  .freetrial-confirm-content-wrapper {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  .epokfreetrial-terms p {
    width: 100%;
  }
  .freetrial-confirm-toolbar {
    padding: 0 3%;
    box-sizing: border-box;
  }
  .freetrial-confirm-toolbar a {
    margin-right: 10px;
  }
  .freetrial-confirm-img-wrapper .freetrial-image {
    width: 60%;
  }
}
.terms-div {
  margin-top: 20px;
}
.terms-div .terms-link {
  color: #01567e;
  font-size: 12px;
  font-family: VeloWWangle-Regular !important;
}
.terms-div .terms-link a {
  color: #01567e;
  font-family: VeloWWangle-Regular !important;
  text-decoration: underline;
}
/* .invite-customer-index .column.main {
  background: #fff !important;
} */
.invite-customer-index .mp-invitee .history {
  overflow: auto;
}
.page-header .header.content .maindiv .wrapperdiv {
  height: 100%;
}
.account-login a {
  display: block;
}
.testedbyscientists,
.moneybackdiv {
  display: flex !important;
  padding: 7px 0;
}
@media only screen and (max-width: 900px) {
  .testedbyscientists {
    display: none !important;
  }
  .page-header .header.content .maindiv {
    width: auto;
    margin-right: auto;
  }
  .linkshop {
    width: 40px !important;
  }
  #ageverify {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh !important;
    z-index: 99999;
    overflow-y: scroll;
  }
  #ageverify .velo-18plus-warning-container {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 100%;
    bottom: auto !important;
  }
  .invite-customer-index .column.main {
    background: #fff !important;
  }
}
#ageverify .velo-18plus-warning-container {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.bundle-actions .action.primary,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.product-info-main .box-tocart .action.tocart,
.product-options-bottom .box-tocart .action.tocart,
.cart-container .checkout-methods-items .action.primary,
.block-minicart .block-content > .actions > .primary .action.primary,
.methods-shipping .actions-toolbar .action.primary,
.block-authentication .action.action-register,
.block-authentication .action.action-login,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary,
.form-address-edit .actions-toolbar .action.primary,
.multicheckout .action.primary {
  padding: 10px 20px !important;
}
.freetrial-confirm-toolbar a {
  background: #fff;
  color: #254aa2;
}
.filters-cat-model {
  z-index: 9999 !important;
}
.filters-cat-model .modal-inner-wrap .filters-sidebar {
  padding: 24px;
  box-sizing: border-box;
}
.filters-cat-model .modal-inner-wrap .filters-sidebar div {
  border-bottom: 1px solid #eee;
  padding: 24px 0;
  box-sizing: border-box;
}
.filters-cat-model .modal-inner-wrap .filters-sidebar div:first-child {
  padding-top: 0;
  box-sizing: border-box;
}
.filters-cat-model .modal-inner-wrap .filters-sidebar div:last-child {
  border: none;
  padding-bottom: 0 !important;
}
.filters-cat-model .modal-inner-wrap .modal-buttons {
  display: flex;
  justify-content: space-between;
  border: none !important;
  margin-top: auto !important;
  border-top: 1px solid #eee !important;
  padding: 24px;
  box-sizing: border-box;
}
@media only screen and (max-width: 900px) {
  .category-velo .modal-popup .modal-inner-wrap {
    width: 95% !important;
  }
  .age-verify-button-wrapper button,
  .age-verify-button-wrapper .cart.table-wrapper .actions-toolbar > .action,
  .age-verify-button-wrapper .action-gift {
    width: 90% !important;
    /* margin: 0 !important; */
    margin-left: 0 !important;
  }
  .velo-18plus-warning-row {
    padding-bottom: 40px;
  }
}
.chooseyourmerchandise {
  display: flex;
  align-items: center;
}
.chooseyourmerchandise a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-family: VeloWWangle-Medium !important;
  color: #2b2b2b;
  font-size: 14px;
}
.chooseyourmerchandise span {
  margin: 0 10px;
  font-family: VeloWWangle-Medium !important;
}
.chooseyourmerchandise a p {
  font-family: VeloWWangle-Regular !important;
  color: #2b2b2b;
  font-size: 14px;
}
@media only screen and (max-width: 1280px) {
  .catalog-category-view .catalog-links label {
    width: 20%;
  }
  .category-velo .all-filters a {
    padding: 10px !important;
  }
  .catalog-category-view .catalog-links {
    margin-right: 5px !important;
  }
  .checkout-agreements-block label {
    margin: 0 !important;
  }
}
.catalog-category-view label {
  font-family: VeloWWangle-Regular !important;
}
.checkout-agreements-block {
  margin-top: 16px;
}
.checkout-agreements-block .checkout-agreement.field {
  align-items: center;
}
.checkout-agreements-block input[type="checkbox"] {
  margin-top: 0;
  top: 0;
}
.catalog-product-view .product-info-main .product-pouch {
  font-family: VeloWWangle-Regular !important;
  font-size: 14px;
  color: #8f9296;
  margin-top: 10px;
  display: block;
}
.catalog-product-view .product-pdp-description p {
  font-family: VeloWWangle-Regular !important;
  font-size: 16px;
}
.catalog-product-view .product-add-form {
  margin-top: 20px;
}
.catalog-product-view .one-time-purchase .one-time-label {
  font-weight: 400 !important;
}
.catalog-product-view .subscrption-purchase .subscrption-title {
  color: #000 !important;
  font-weight: 400 !important;
}
.catalog-product-view .subscrption-purchase a {
  font-weight: 700 !important;
  font-family: VeloWWangle-Regular !important;
}
.catalog-product-view .subscrption-purchase span {
  color: #000 !important;
}
.catalog-product-view .box-tocart .qty .control {
  width: auto !important;
  border: 2px solid #d7dbe1;
  border-radius: 30px;
}
.catalog-product-view .box-tocart .actions .tocart span {
  font-family: VeloWWangle-Bold !important;
  font-size: 14px;
  font-weight: 700;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  background: #f1f4f8;
}
.catalog-product-view .fotorama__stage__frame .fotorama__img {
  background: #f1f4f8;
  width: auto;
  height: 400px;
  margin: 0 auto;
}
.catalog-product-view .fotorama__nav__frame {
  width: 80px !important;
  background: #f1f4f8;
  margin: 10px 0px;
  margin: 0;
  margin-bottom: 10px;
}
.minicart-items .product-item-pricing .less,
.minicart-items .product-item-pricing .more {
  padding: 10px;
  font-size: 20px;
}
.minicart-items .item-qty {
  text-align: center;
  width: 35px;
}
.earing-icon-image {
  margin-right: 15px;
}
.earing-icon-image img {
  width: 28px !important;
}
.pdp-deliverynote img {
  margin-right: 15px !important;
  width: 28px !important;
}
.sticky-header-newproduct {
  position: fixed;
  bottom: 10%;
  background: #fff200;
  right: 1%;
  padding: 10px;
  z-index: 899;
}
.sticky-header-newproduct img {
  width: 15px;
  margin-left: 15px;
}
.sticky-header-newproduct a {
  display: flex;
  color: #01567e;
  font-weight: 700;
  align-items: center;
}
.home-popup-row {
  display: flex;
  margin-top: 10px;
}
.home-popup-container a:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.home-popup-container a:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.home-popup-container a {
  color: #fff !important;
  font-weight: 700;
  margin: 0;
  border-radius: 0;
  border: 1px solid #eee !important;
  text-transform: uppercase;
  padding: 8px;
  width: 60px;
  display: flex;
  /* flex-direction: row; */
  text-align: center;
  justify-content: center;
  align-items: center;
}
.home-popup-nicotine-group.active {
  display: flex;
  flex-direction: column;
}
.home-popup-nicotine-group .popup-product-div {
  display: flex;
  align-items: revert;
  border-bottom: 1px solid #00819e;
  padding-bottom: 10px;
  justify-content: space-between;
}
.homepage-sticky-model .product-image-container {
  width: 60% !important;
  height: auto !important;
}
.homepage-sticky-model .product-image-photo {
  position: initial !important;
}
.homepage-sticky-model.modal-popup.modal-slide._inner-scroll .catalog-product-list-intensity {
  justify-content: center !important;
  margin-top: auto;
}
.homepage-sticky-model li {
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: auto;
}
.homepage-sticky-model .product-item-photo {
  text-align: center;
}
.homepage-sticky-model.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  width: 30%;
  background: #01567e !important;
  margin: 0;
  right: 0 !important;
  top: 6%;
  left: auto;
  min-height: 90% !important;
  font-size: 12px;
  height: 90% !important;
}
.homepage-sticky-model .product-name {
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
  font-size: 12px;
}
.homepage-sticky-model .nicotine-strength-icon {
  filter: grayscale(1) invert(1);
  border: none !important;
  width: 100px !important;
  height: auto !important;
  margin-top: 0px !important;
  margin: auto;
}
.homepage-sticky-model .next-icon {
  height: 20px;
  margin-top: 15%;
}
.home-popup-container a.active {
  background: #fff !important;
  color: #01567e !important;
}
.home-popup-catalog-links .popup-cat-title {
  color: #fff !important;
  font-weight: 400;
}
.homepage-sticky-model .action-close:before {
  color: #fff200 !important;
  font-weight: bold;
  font-size: 34px;
}
.homepage-sticky-model .modal-header {
  padding-top: 25px !important;
}
.homepage-sticky-model .modal-content {
  padding-bottom: 0px !important;
}
.age-verify-button-wrapper button,
.age-verify-button-wrapper .cart.table-wrapper .actions-toolbar > .action,
.age-verify-button-wrapper .action-gift {
  border: 1px solid #254aa2 !important;
}
.category-velo .catalog-links label,
.category-velo .flavour-links label {
  text-transform: uppercase;
  line-height: normal !important;
}
/* Order success page css */
.tab-success .number-tag {
  color: #254aa2;
  font-family: VeloWWangle-Bold !important;
}
.maindivsuccess h1 {
  margin: 0;
  font-size: 34px;
  font-family: VeloWWangle-Bold !important;
  text-transform: uppercase;
}
.maindivsuccess h1 .tilt-letter {
  letter-spacing: 7px;
}
.maindivsuccess .thank-you-order-section {
  margin-top: 10px;
  background: #e6f6f9;
  display: inline-block;
  padding: 8px 12px;
  font-size: 14px !important;
  font-family: VeloWWangle-Regular !important;
  margin-bottom: 0;
  color: #2b2b2b;
  font-weight: 400;
}
.maindivsuccess .thank-you-order-section .blue-highlight {
  color: #2b2b2b;
  font-weight: 700;
}
.thank-you-section {
  color: #5d5f63 !important;
  font-size: 16px !important;
  font-family: VeloWWangle-Regular !important;
  margin-top: 32px;
}
.highlight-customeremail {
  color: #2b2b2b !important;
  font-size: 16px !important;
  font-family: VeloWWangle-Medium !important;
}
.order-details {
  margin-top: 64px;
}
.order-details h2,
.show-order h2 {
  text-transform: uppercase;
  font-family: VeloWWangle-Bold !important;
  font-size: 20px !important;
  margin: 0 !important;
  margin-bottom: 16px !important;
}
.order-details h2 .tilt-letter {
  transform: skew(-4deg, 0deg);
  margin-left: -2px;
}
.checkout-success .order-overview .shipping-address .box-title .box-des,
.checkout-success .order-overview .billing-method .box-title .box-des,
.checkout-success .order-overview .shipping-method .box-title .box-des {
  font-family: VeloWWangle-Bold !important;
  font-size: 12px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.checkout-success .order-overview .box-content {
  margin-top: 10px;
  margin-bottom: 20px;
}
.order-overview .shipping-address .box-content address,
.shipping-method .box-content,
.billing-method .box-content {
  font-size: 14px;
  font-family: VeloWWangle-Regular !important;
  color: #5d5f63;
  line-height: 22px;
}
.show-order {
  margin-top: 64px;
}
.order-detail-block {
  border: 1px solid #d7dbe1;
  margin-top: 16px;
}
.order-overview,
.order-totals {
  padding: 32px 24px !important;
}
.show-order .order-totals {
  border: none;
  border-bottom: 1px solid #d7dbe1;
  padding: 24px 20px !important;
  box-sizing: border-box;
}
.order-items {
  padding: 24px 20px !important;
  box-sizing: border-box;
}
.checkout-success .order-item-detail {
  padding: 0 !important;
  border: none !important;
}
.show-order .total-label-price:last-of-type {
  padding-top: 12px !important;
  padding-bottom: 0;
  border-top: 1px solid #d7dbe1;
}
.total-label-price:last-child {
  margin-bottom: 0;
}
.checkout-onepage-success .total-label-price span {
  font-family: VeloWWangle-Regular !important;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.order-items h2 {
  font-size: 14px !important;
}
.checkout-onepage-success .product-price {
  font-family: VeloWWangle-Regular !important;
  font-weight: 700;
  margin-bottom: 20px;
}
.online-vouchers {
  margin-top: 64px;
}
.online-vouchers h2 {
  text-transform: uppercase;
  font-family: VeloWWangle-Medium !important;
  font-size: 20px !important;
}
.voucher-details span {
  font-family: VeloWWangle-Medium !important;
}
.available-balance-label-value div {
  font-weight: 700;
  font-family: VeloWWangle-Bold !important;
}
@media only screen and (max-width: 900px) {
  .homepage-sticky-model.modal-popup .modal-inner-wrap {
    width: 100% !important;
    background: #01567e !important;
    margin: 0;
    position: static !important;
    right: 0 !important;
    left: auto;
    height: 100% !important;
  }
  .sticky-header-newproduct {
    bottom: 20% !important;
  }
  .homepage-sticky-model.modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
    transform: translate(6%, 6%);
  }
  .checkout-onepage-success .maindivsuccess {
    margin-left: 0;
    margin-top: 48px;
    width: 100%;
  }
  .checkout-onepage-success .maindivsuccess h1 {
    font-size: 26px !important;
    width: 80%;
  }
  .thank-you-section {
    margin-top: 24px;
    width: 100% !important;
  }
  .order-details,
  .show-order {
    margin-top: 48px;
  }
  .order-details h2,
  .show-order h2 {
    font-size: 14px !important;
  }
  .order-item-detail .order-item .product-image {
    width: 40%;
  }
  .checkout-onepage-success .product-details {
    width: 60%;
  }
  .checkout-onepage-success .product-qty {
    margin-top: 12px;
  }
  .order-success-img {
    width: 100%;
  }
  .order-success-container {
    background: #fff;
  }
  .checkout-success {
    padding-bottom: 48px;
  }
  .online-vouchers {
    margin-top: 48px;
  }
  .tab-success {
    width: 100%;
    overflow-x: auto;
    justify-content: flex-start;
    padding-bottom: 10px;
  }
  .tab-success div span {
    padding: 12px 12px;
    white-space: nowrap;
  }
  #html-body .order-success-img img {
    width: 100%;
  }
  .order-success-img {
    width: 100%;
  }
}
.catalog-category-view .products.wrapper.grid li .product-item-info .actions-primary form {
  display: flex;
  justify-content: space-between;
  padding: 0 4px;
  box-sizing: border-box;
}
.catalog-category-view .products.wrapper.grid li .product-item-info .actions-primary form button.tocart {
  padding: 10px 12px !important;
  box-sizing: border-box;
  width: auto !important;
}
@media only screen and (max-width: 768px) {
  .modal-popup.modal-slide._show .modal-inner-wrap {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 90% !important;
    margin: auto;
    margin-top: 50px;
  }
}
.catalog-category-view .nicotine-strength-icon-image {
  border-left: 1px solid #dadada;
  margin-left: 5px;
}
.freetrial-steps-container {
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.freetrial-steps-container a {
  font-family: VeloWWangle-Medium !important;
  font-size: 30px;
  font-weight: 700;
  color: #888;
  padding: 0;
  margin-right: 20px;
  text-decoration: none !important;
}
.freetrial-steps-container a:last-child {
  margin-right: 0;
}
.freetrial-steps-container a.active {
  font-size: 40px;
  color: #000f2c;
}
.freetrial-steps-container a:after {
  content: "";
  display: inline-block;
  width: 50px;
  height: 3px;
  background: #888;
  margin-top: 0;
  margin-left: 10px;
}
.freetrial-steps-container a:last-child::after {
  display: none;
}
.freetrial-strength-size .pdp-nicotine-strength p {
  margin-bottom: 0;
  margin-right: 10px;
}
@media only screen and (max-width: 900px) {
  .freetrial-steps-container {
    padding-top: 8px;
    padding-bottom: 8px;
    background: #041e42;
  }
  .freetrial-steps-container a {
    font-size: 14px;
    color: #fff;
  }
  .freetrial-steps-container a:after {
    width: 30px;
    height: 2px;
    margin-left: 30px;
  }
  .freetrial-steps-container a.freetrial-steps.active {
    color: #fff !important;
  }
  .freetrial-steps-container a.active {
    font-size: 20px;
  }
}
.checkout-onepage-success .total-label-price.reward-total .label-total,
.checkout-onepage-success .total-label-price.reward-total .price {
  color: #00819e;
  font-family: VeloWWangle-Bold !important;
  font-size: 14px;
}
.checkout-onepage-success .total-label-price:last-child .label-total,
.checkout-onepage-success .total-label-price:last-child span {
  font-family: VeloWWangle-Bold !important;
  font-size: 14px;
}
.checkout-onepage-success .nicotine-strength-icon {
  height: auto;
  border: none;
  padding: 0 !important;
  width: 60px !important;
}
.checkout-onepage-success .product-pouch {
  font-size: 12px;
  color: #8f9296;
}
.checkout-onepage-success .total-label-price .label-total {
  width: 50%;
}
.voucher-details span {
  font-family: VeloWWangle-Regular !important;
}
.available-balance-label-value .available-balance {
  font-family: VeloWWangle-Bold !important;
  font-size: 14px;
}
@media screen and (max-width: 900px) {
  .checkout-onepage-success .product-price {
    margin-bottom: 0;
  }
  .checkout-onepage-success .product-price {
    display: flex;
    justify-content: flex-start !important;
    align-items: center;
    flex-wrap: wrap;
  }
  .checkout-onepage-success .order-item-detail .order-item:last-child {
    padding-bottom: 0;
  }
}
.checkout-cart-index .subscrption input {
  text-align: center !important;
}
.catalog-category-view .nicotine-strength-icon-image .nicotine-strength-icon {
  margin-left: 20px;
}
.subscription-index-index .subscription-category-row {
  display: inline-flex;
  width: auto;
}
@media only screen and (max-width: 900px) {
  .subscription-index-index .subscription-category-row a {
    text-wrap: nowrap;
  }
  .subscription-category-container {
    overflow-x: auto;
  }
  .subscription-index-index .subscription-category-row {
    width: auto;
  }
}
.catalog-category-view .products.wrapper.grid li .product-item-info .actions-primary form button.tocart span {
  font-family: VeloWWangle-Medium !important;
  font-size: 10px;
}
.subscription-index-index .sub-product-addtocart .field.qty button span {
  font-size: 10px !important;
  font-family: VeloWWangle-Medium !important;
}
.rewardpoints-index-index .products-grid .product-item-actions .actions-primary .redeembtn span {
  font-size: 11px !important;
  font-family: VeloWWangle-Medium !important;
}
.modal-popup .modal-title {
  font-size: 18px;
}
button {
  font-size: 12px !important;
  font-family: VeloWWangle-Regular !important;
}
button span {
  font-size: 12px !important;
  font-family: VeloWWangle-Regular !important;
}
.qty button {
  font-size: 18px !important;
}
.account .action.edit {
  font-size: 14px !important;
}
.account button span {
  font-size: 14px !important;
}
.page-header {
  position: sticky;
  top: 0;
  z-index: 899;
}
.homepage-sticky-model.modal-popup.modal-slide._inner-scroll .product-image-container {
  background: transparent;
}
.homepage-sticky-model .product-image-photo {
  position: initial !important;
  width: 150px !important;
  height: auto !important;
}
.homepage-sticky-model.modal-popup.modal-slide._inner-scroll .modal-content {
  padding: 0 30px !important;
  padding-bottom: 10px !important;
}
.homepage-sticky-model.modal-popup.modal-slide._inner-scroll .modal-content ul {
  padding-left: 0 !important;
}
.homepage-sticky-model.modal-popup.modal-slide._inner-scroll .modal-header {
  border-bottom: 0;
}
.homepage-sticky-model.modal-popup.modal-slide._inner-scroll .action-close {
  position: absolute;
  top: 14px;
  right: 20px;
  padding: 0;
}
.catalog-product-view .product-item-detail .product.details {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.product-home-list .product-item-inner .actions-primary form .epok-btn span {
  font-family: VeloWWangle-Medium !important;
  font-size: 10px !important;
}
.catalog-category-view .products.wrapper.grid li .product-item-info .actions-primary form button.tocart span {
  font-family: VeloWWangle-Medium !important;
  font-size: 10px !important;
}
.cms-terms .breadcrumbs,
.cms-personal-data .breadcrumbs {
  width: 100% !important;
  margin: 0;
  padding: 20px 5%;
  box-sizing: border-box;
}
.cms-terms .page-main {
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 5% !important;
  box-sizing: border-box;
}
.cms-personal-data #maincontent {
  width: 100% !important;
  margin: 0 !important;
  max-width: 100% !important;
  padding: 0 5% !important;
  box-sizing: border-box;
}
.velo-rewamp-terms-and-condition,
.data-privacy-main-section-warpper,
.velo-rewamp-personal-data {
  padding: 0 !important;
}
.blog-post-view #disqus_thread {
  display: none;
}
.modal-popup.filters-cat-model.modal-slide._inner-scroll .modal-header {
  padding: 24px;
}
.modal-popup.filters-cat-model.modal-slide._inner-scroll .modal-content {
  height: 100% !important;
  overflow-y: unset;
}
.modal-popup.filters-cat-model.modal-slide._inner-scroll .modal-content .filter-form .filters-sidebar {
  height: calc(100vh - 172px);
  overflow-y: auto;
}
@media only screen and (max-width: 900px) {
  .modal-popup.filters-cat-model.modal-slide._inner-scroll .modal-inner-wrap {
    margin-top: 0 !important;
    height: 100vh !important;
  }
}
.modal-popup.filters-cat-model.modal-slide._inner-scroll .modal-content .filter-form .filters-sidebar::-webkit-scrollbar {
  width: 8px;
  border-radius: 10px;
}
.modal-popup.filters-cat-model.modal-slide._inner-scroll .modal-content .filter-form .filters-sidebar::-webkit-scrollbar-track {
  background-color: #e9ecf0;
  border-radius: 10px;
}
.modal-popup.filters-cat-model.modal-slide._inner-scroll .modal-content .filter-form .filters-sidebar::-webkit-scrollbar-thumb {
  background-color: #254aa2;
  border-radius: 10px;
}
.rewardpoints-index-index .products-grid .product-items .viewallproducts .item.product-item {
  position: relative;
}
.rewardpoints-index-index .products-grid .limitededitionimagemerch {
  position: absolute;
  z-index: 9;
  left: 10px;
  top: 10px;
}
.rewardpoints-index-index .products-grid .limitededitionimagemerch .limitededitionimagemerch-icon {
  height: auto;
  width: 50%;
}
.rewardpoints-index-index .products-grid .product-price.price-qtyleft {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.rewardpoints-index-index .products-grid .product-price.price-qtyleft .ppc-text {
  margin: 0 !important;
}
.rewardpoints-index-index .products-grid .product-price.price-qtyleft .qtyleft .salableqty {
  margin: 0;
}
.reward-page .order-products-toolbar {
  display: flex;
  justify-content: center;
  padding: 0 5%;
  box-sizing: border-box;
}
.reward-page .toolbar-amount {
  display: none;
}
.reward-page .pages .action {
  border: none;
}
.reward-page .pages .action.previous:before,
.reward-page .pages .action.next:before {
  color: #2b2b2b;
  font-weight: 600;
}
.reward-page .pages .item {
  margin-right: 15px;
}
.reward-page .pages .item:last-child {
  margin-right: 0px;
}
.reward-page .pages .item .page span {
  color: #2b2b2b;
  font-size: 14px;
}
.reward-page .pages .item.current .page span {
  background: #254aa2;
  color: #fff;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: VeloWWangle-Medium !important;
}
.rewardpoints-productlist-index .products-grid .limitededitionimagemerch {
  position: absolute;
  z-index: 9;
  left: 10px;
  top: 10px;
}
.rewardpoints-productlist-index .products-grid .product-items .viewallproducts .item.product-item {
  position: relative;
}
.rewardpoints-productlist-index .products-grid .limitededitionimagemerch .limitededitionimagemerch-icon {
  height: auto;
  width: 50%;
}
.rewardpoints-productlist-index .column.main {
  padding-bottom: 30px !important;
  background: #fff;
  box-sizing: border-box;
}
.disclaimerabo {
  margin-bottom: 30px;
}
.catalogsearch-result-index #viewallproducts li {
  width: 23%;
  list-style-type: none;
  display: flex;
  justify-content: center;
  border: 1px solid #f1f4f8 !important;
  padding: 0;
  position: initial;
}
.catalogsearch-result-index .products.wrapper.grid li .product-item-info {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.catalogsearch-result-index .product-image-container {
  background: #f1f4f8;
  height: 100%;
  width: 100% !important;
}
.catalogsearch-result-index .product-image-wrapper {
  padding: 0 !important;
  height: 100%;
}
.catalogsearch-result-index .product-image-wrapper {
  padding: 0 !important;
  height: 100%;
}
.catalogsearch-result-index .product-image-photo {
  width: 65%;
  position: static;
}
.catalogsearch-result-index .product-item-detail {
  padding: 15px;
  box-sizing: border-box;
}
.catalogsearch-result-index .product-item-detail {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.catalogsearch-result-index .product-item-details {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.catalogsearch-result-index .products.grid .product.item a.product-item-link {
  font-size: 18px;
}
.catalogsearch-result-index .products.wrapper.grid li .description {
  min-height: auto !important;
}
.catalogsearch-result-index .products.wrapper.grid li .description {
  padding: 0 !important;
  margin: 5px 0 0;
}
.catalogsearch-result-index .product-item .price-box {
  margin: 0 !important;
}
.catalogsearch-result-index .product-item .price-box .price {
  font-size: 14px;
  font-family: VeloWWangle-Bold !important;
}
.catalog-product-list-intensity-size {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalogsearch-result-index .catalog-product-list-intensity {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.catalogsearch-result-index .nicotine-strength-icon-image {
  border-left: 1px solid #dadada;
  margin-left: 5px;
}
.catalogsearch-result-index .nicotine-strength-icon-image .nicotine-strength-icon {
  margin-left: 20px;
}
.catalogsearch-result-index .products.wrapper.grid li .product-item-info .actions-primary form {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
}
.catalogsearch-result-index .products.wrapper.grid li .product-item-info .actions-primary form .qty {
  width: 40%;
}
.catalogsearch-result-index .item .product-item-inner form .qty .items {
  color: #254aa2;
  height: 100%;
  font-size: 18px;
  font-family: VeloWWangle-Regular !important;
  width: 35% !important;
}
.catalogsearch-result-index .viewall-nicotine {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
}
.catalogsearch-result-index .productnewtag {
  position: absolute;
  top: 10px !important;
  left: 10px;
  z-index: 9;
  width: 70px;
}
.catalogsearch-result-index .column {
  width: 100% !important;
  padding-left: 0 !important;
}
.catalogsearch-result-index .products {
  margin: 0 !important;
}
.catalogsearch-result-index .page-title {
  margin-bottom: 0;
}
.catalogsearch-result-index .toolbar-total {
  margin-bottom: 20px;
  color: #01567e;
}
.catalogsearch-result-index .block-title h2 {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}
.for-retail-products {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.for-retail-products span {
  text-align: center;
  color: #fff;
}
.catalogsearch-result-index .page-main {
  width: 100%;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.catalogsearch-result-index .noresult-search {
  width: 50%;
  display: flex;
  flex-direction: column;
  transform: rotate(-8deg);
  background: none !important;
  margin-top: 5%;
  align-items: center;
}
.catalogsearch-result-index .noresult-search-section {
  background-color: #7adee9;
  width: 100%;
  display: flex;
  justify-content: center;
  height: 235px;
}
.catalogsearch-result-index .noresult-search-section .search-text {
  color: #fff;
}
.catalogsearch-result-index .noresult-search p {
  font-size: 44px;
  font-weight: 800;
  color: #01567e;
}
.owl-carousel.owl-drag .owl-item .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  border: 1px solid #d7dbe1;
}
.catalogsearch-result-index .product-item-inner .actions-primary form .epok-btn {
  width: auto !important;
  background: #254aa2;
  border-radius: 50px;
  text-align: center;
  padding: 10px 12px !important;
  display: inline-block;
  box-sizing: border-box;
  font-family: VeloWWangle-Bold !important;
}
.catalogsearch-result-index .owl-carousel.owl-drag .owl-item .product-item .product-item-info {
  width: 99%;
}
.catalogsearch-result-index .owl-carousel {
  padding: 0 !important;
}
.catalogsearch-result-index .product-section {
  padding: 30px 5%;
}
.catalogsearch-result-index .owl-carousel li {
  list-style-type: none;
}
.catalogsearch-result-index .product-list-section-title-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.catalogsearch-result-index .product-list-section-title-link h1 {
  margin: 0;
  font-size: 28px;
}
.catalogsearch-result-index .nav-sections {
  margin: 0;
}
/* Searchbox styles */
.block-search .action.search img {
  width: 20px;
  height: auto;
  vertical-align: middle;
}
.block-search .action.search {
  padding: 0;
  top: 7px;
}
.linkshop {
  width: 30px !important;
}
.account-login.float-right {
  flex: none;
}
.block-search .block-title {
  display: none !important;
}
.block-search .action.search:before {
  display: none;
}
/* Responsive searchbar styles */
@media screen and (max-width: 900px) {
  .velo-cart-search.mobile-only .mobileminisearch {
    position: relative;
  }
  .velo-cart-search.mobile-only .mobileminisearch .mobilesearch label {
    display: none;
  }
  .velo-cart-search.mobile-only .mobileminisearch .input-text {
    width: 100% !important;
    padding: 15px 12px;
    box-sizing: border-box;
    background: #00819e66;
    border: none;
    height: 48px;
  }
  .velo-cart-search.mobile-only .mobileminisearch .input-text::placeholder {
    color: #fff;
  }
  .velo-cart-search.mobile-only .mobileminisearch .action.mobile_search {
    position: absolute;
    right: 0;
    background: none;
    border: none;
    vertical-align: middle;
    height: 48px;
  }
  .velo-cart-search.mobile-only .mobileminisearch .action.mobile_search img {
    margin-right: 0;
    width: 24px !important;
    height: auto;
  }
  .maindivlinks .wrapperdivlinks ul li {
    padding-left: 0;
  }
  .maindivlinks .wrapperdivlinks ul li:first-child {
    border-bottom: none !important;
    padding-bottom: 0;
    padding-top: 0;
  }
  .page-header .maindivlinks .menulinks-top-ul {
    list-style-type: none;
    display: flex;
    margin-bottom: 0 !important;
    justify-content: space-between;
    padding: 20px !important;
    box-sizing: border-box;
  }
}
/* Account styles */
body.account .columns .sidebar {
  padding: 0 !important;
}
body.account .block {
  margin-bottom: 0 !important;
}
.block-collapsible-nav {
  padding: 0;
}
.block-collapsible-nav .content {
  padding: 30px;
  box-sizing: border-box;
}
/* Faq css */
.velo-faq-section-header h1 {
  font-family: VeloWWangle-Bold !important;
  color: #2b2b2b;
}
.velo-faq-section-header h1.cyan-blue-text {
  margin-top: 0;
  color: #2b2b2b;
}
.faq-groups .faq-group .faq-groupname.selected {
  background: #01567e;
  border-bottom: none;
  border-top: none;
}
.faq-accordion .ui-accordion-header {
  font-family: VeloWWangle-Medium !important;
  color: #2b2b2b;
}
.faq-accordion .ui-accordion-header:hover {
  color: #2b2b2b;
}
.faq-content .ui-accordion-content {
  padding: 0 0.5em 0.8em 1em;
}
.faq-content .ui-accordion-content p {
  font-family: VeloWWangle-Regular !important;
  color: #2b2b2b;
}
/* Search page styles */
.catalogsearch-result-index .product-list-section-title-link h1 {
  font-family: VeloWWangle-medium !important;
  text-transform: uppercase;
}
.catalogsearch-result-index .page-title-wrapper {
  padding: 20px 5% 0;
  box-sizing: border-box;
}
.catalogsearch-result-index .search.results {
  padding: 0 5%;
  box-sizing: border-box;
}
.catalogsearch-result-index .toolbar-total {
  margin-bottom: 30px;
  color: #01567e;
}
.catalogsearch-result-index .product-image-photo {
  width: 100%;
}
.catalogsearch-result-index .nicotine-strength-icon-image {
  margin-left: 0;
}
.catalogsearch-result-index .product-item-actions .actions-primary {
  width: 100%;
}
.catalogsearch-result-index .product-item-actions .actions-primary {
  display: block;
}
.catalogsearch-result-index .page-title .base {
  font-family: VeloWWangle-medium !important;
}
.catalogsearch-result-index .page-title .search-query-text {
  color: #01567e;
  font-family: VeloWWangle-Bold !important;
}
#searchAutocomplete ul {
  height: 450px;
  overflow-y: auto;
}
#searchAutocomplete {
  top: 33px;
}
.catalogsearch-result-index .products.wrapper.grid li .product-item-info .actions-primary form {
  padding: 0;
}
.catalogsearch-result-index .product-list-section-title .tilt-letter {
  letter-spacing: 2px;
}
.catalogsearch-result-index .product-item-inner .product-item-actions .actions-primary form {
  display: flex;
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
  margin-top: 8px;
}
.catalogsearch-result-index .product-item-inner .product-item-actions .actions-primary .qty {
  width: 40%;
}
.catalogsearch-result-index .product-item-inner .product-item-actions .actions-primary .qty .items {
  color: #254aa2;
  height: 100%;
  font-family: VeloWWangle-Medium !important;
  width: 35% !important;
}
.catalogsearch-result-index .product-item-inner .product-item-actions .actions-primary .qty.input-text {
  padding: 0;
  width: 30% !important;
  font-family: VeloWWangle-Medium !important;
}
@media only screen and (max-width: 900px) {
  html:lang(de) .product-list-section-title {
    font-size: 25px;
  }
  html:lang(de) .category-velo .filter-links .flavour-links {
    width: 100% !important;
  }
  .catalogsearch-result-index .products-grid .product-item-actions {
    margin: 10px 0;
  }
  .catalogsearch-result-index .products-grid .product-item {
    margin: 0;
    margin-top: 12px;
  }
  .velo-cart-search.mobile-only .mobileminisearch .input-text {
    color: #fff;
  }
}
.catalogsearch-result-index .noresult-search-section {
  background: url(../img/no-records-found-desktop-bg.png) !important;
  background-size: 100% 100% !important;
  padding: 80px;
  background-repeat: no-repeat;
  height: 368px;
  box-sizing: border-box;
  align-items: center;
}
.product-list-section-title-wrapper a {
  color: #2b2b2b;
  font-family: VeloWWangle-Medium !important;
}
.catalogsearch-result-index .owl-nav {
  display: none;
}
#searchAutocomplete ul {
  padding: 12px !important;
  box-sizing: border-box;
}
#searchAutocomplete ul li {
  padding: 0;
  display: flex;
  align-items: center;
}
#searchAutocomplete ul li:hover,
#searchAutocomplete ul li:last-child {
  border-bottom: 1px solid #d7dbe1;
}
#searchAutocomplete ul li:is(:hover),
#searchAutocomplete ul li:hover,
#searchAutocomplete ul li:last-child:hover {
  border: none;
  border-bottom: 1px solid #d7dbe1;
}
#searchAutocomplete .sa-price {
  padding: 0;
  margin-top: 8px;
}
#searchAutocomplete .sa-title p {
  font-family: VeloWWangle-Medium !important;
}
#searchAutocomplete .sa-price p {
  color: #8f9296;
}
#searchAutocomplete button {
  border: none;
  background: none;
}
#searchAutocomplete button img {
  margin-left: 8px;
  width: 18px;
  height: auto;
}
@media only screen and (max-width: 900px) {
  .about-rodeo-abo-col-title h3 {
    font-size: 22px !important;
  }
  .about-rodeo-abo-sub-container {
    margin-top: 60% !important;
    z-index: 1;
  }
  .about-velo-header-image-container img {
    height: auto !important;
  }
  .catalogsearch-result-index .noresult-search-section {
    background: url(../img/no-records-found-mobile-bg.png) !important;
    background-size: 100% 100% !important;
    padding: 20px 5% !important;
    background-repeat: no-repeat;
    height: 340px;
    box-sizing: border-box;
    align-items: center;
  }
  .catalogsearch-result-index .noresult-search {
    width: 80%;
    text-align: center;
    margin-top: 20px;
  }
  #mobilesearchAutocomplete .sa-image {
    max-width: none !important;
    width: 30%;
    flex: none;
  }
  #mobilesearchAutocomplete .sa-prop {
    margin-left: 16px;
  }
  #mobilesearchAutocomplete .sa-image img {
    width: 100% !important;
    height: auto !important;
  }
  #mobilesearchAutocomplete ul li {
    display: flex;
    align-items: center !important;
    padding: 0;
    border-bottom: 1px solid #d7dbe1 !important;
  }
  #mobilesearchAutocomplete .sa-price {
    padding: 0;
  }
  #mobilesearchAutocomplete {
    top: 50px !important;
  }
  .catalogsearch-result-index .product-list-section-title-link {
    flex-direction: column;
  }
  .catalogsearch-result-index .product-list-section-title-link a {
    width: auto;
    margin-top: 10px;
  }
}
.catalogsearch-result-index .catalog-product-list-intensity {
  flex-direction: column-reverse;
  align-items: flex-start;
}
.catalogsearch-result-index .nicotine-strength-icon-image .nicotine-strength-icon {
  margin-left: 0;
}
.catalogsearch-result-index .nicotine-strength-icon-image {
  border-left: none;
}
.catalogsearch-result-index .catalog-product-list-intensity p {
  color: #2b2b2b;
}
.catalogsearch-result-index .catalog-product-list-intensity-size {
  margin-top: 10px;
}
@media screen and (max-width: 900px) {
  #mobilesearchAutocomplete {
    top: 50px;
  }
  #mobilesearchAutocomplete li {
    background: #fff;
    color: #000;
  }
  #mobilesearchAutocomplete .sa-price {
    padding: 0 !important;
  }
  #mobilesearchAutocomplete img {
    width: 100% !important;
    height: auto !important;
  }
  #mobile_search {
    background: #fff;
    color: #000 !important;
  }
  .mobileminisearch .next-icon {
    filter: grayscale(1) invert(1);
  }
  #mobilesearchAutocomplete ul {
    height: 450px;
    overflow-y: auto;
  }
  #mobile_search::placeholder {
    color: #000;
  }
  #mobilesearchAutocomplete button {
    display: none;
  }
}
html:lang(de) .category-velo .filter-links .flavour-links {
  width: 40%;
}
.category-velo .filter-links {
  flex-wrap: wrap;
  justify-content: center;
}
.category-velo .all-filters a {
  margin-top: 20px;
}
.limited-edition-link {
  margin-top: 25px !important;
  border-radius: 20px;
  border: 1px solid #eee !important;
  text-transform: uppercase;
  padding: 8px 10px;
  width: auto;
  font-family: VeloWWangle-Medium !important;
  color: #6b6b6b !important;
  text-align: center;
  font-size: 12px !important;
  text-decoration: none !important;
}
.limited-edition-link.checked {
  background: #01567e;
  color: #fff !important;
}
.limited-edition-filters {
  display: flex;
}
html:lang(de) .category-velo .filter-links .flavour-links {
  width: 40%;
}
html:lang(de) .catalog-category-view #list_product {
  padding: 0 3% !important;
}
html:lang(de) .category-velo .catalog-links {
  width: 40%;
}
html:lang(de) .tilt-letter,
html:lang(fr) .tilt-letter,
html:lang(fr) .about-velo-ingredients-title-tilt-letter,
html:lang(de) .about-velo-ingredients-title-tilt-letter {
  transform: none;
  letter-spacing: normal;
  font-style: normal;
  margin: 0 !important;
}
.want-weirdly-content-title .tilt-letter {
  transform: skew(-4deg, 0deg) !important;
  letter-spacing: 7px !important;
  font-style: italic !important;
}
.subscription-index-index .subscription-addtocart-button {
  padding: 10px 12px !important;
}
html:lang(de) .category-velo .catalog-links label,
html:lang(de) .category-velo .flavour-links label {
  font-size: 11px !important;
}
html:lang(fr) .categorypath-velo .all-filters {
  width: 20%;
}
html:lang(fr) .category-velo .catalog-links label:first-child {
  width: 20%;
}
html:lang(de) .catalog-category-view .cat span {
  font-size: 11px !important;
}
html:lang(de) .category-velo .catalog-links,
html:lang(de) .category-velo .flavour-links {
  justify-content: space-between;
}
html:lang(de) .category-velo .all-filters a {
  margin-left: 8px;
}
/* Health warning */
.health-warning-container {
  padding: 10px 10px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  height: 10vh;
}
.health-warning-container .health-warning-left {
  flex: none;
}
.health-warning-left img {
  width: auto;
  height: 30px;
}
.health-warning-right {
  margin-left: 20px;
}
.health-warning-right div p {
  font-size: 10px;
  color: #000;
  margin: 0;
  font-weight: 600;
}
.page-header .header.content .menu-top-ulvuse {
  list-style: none;
}
@media only screen and (min-width: 1282px) {
  .health-warning-right div p {
    font-size: 11px;
  }
}
@media only screen and (max-width: 900px) {
  .header-containerone {
    height: auto;
  }
  .health-warning-container {
    padding: 10px !important;
  }
  .health-warning-right div p {
    font-size: 8px;
    text-align: left;
  }
  .health-warning-left {
    width: 10%;
  }
  .health-warning-right {
    margin: 0;
    margin-top: 4px;
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .health-warning-right div p {
    font-size: 8px;
  }
  .health-warning-right {
    margin-left: 0px;
    margin-top: 0;
  }
}
/* Age verfication health warning styles */
#ageverify .velo-18plus-warning-container {
  margin-bottom: 10px;
  position: static !important;
}
.velo-18plus-warning-col {
  width: 85%;
}
.velo-18plus-warning-col:first-child {
  width: 15%;
}
#ageverify .velo-18plus-warning-container {
  padding: 0;
}
.velo-18plus-warning-content p {
  font-size: 10px !important;
}
.velo-18plus-warning-img {
  margin-right: 0 !important;
}
.velo-18plus-warning-img img {
  width: 50px !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 1400px) and (min-width: 1000px) {
  #ageverify .velo-age-box-wrapper {
    width: 52vw !important;
    top: 50% !important;
  }
}
@media only screen and (max-width: 900px) {
  .velo-18plus-warning-row {
    padding-bottom: 0;
  }
  #ageverify .velo-18plus-warning-container {
    padding: 0 5%;
    box-sizing: border-box;
  }
  .velo-18plus-warning-img img {
    width: 100% !important;
  }
  .velo-18plus-warning-content p {
    margin-left: 10px;
  }
}
/* CART PAGE CHANGES */
.checkout-cart-index .cart-form-container {
  width: 60% !important;
  margin: auto;
  margin-top: 20px !important;
}
.checkout-cart-index .tab-success {
  justify-content: space-evenly;
}
.cart-subtotal-container {
  border: 1px solid #d1d1d1;
  border-bottom: none !important;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-subtotal-label-text {
  display: flex;
  flex-direction: column;
}
.cart-subtotal-section {
  margin: 20px auto 0;
}
.cart-subtotal-section h5 {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.cart-subtotal-label-text span.cart-subtotal-text {
  font-size: 12px;
}
.cart-subtotal-label-text label {
  text-transform: uppercase;
  font-weight: 700;
}
.checkout-cart-index .form-cart {
  width: 100%;
  padding-top: 0 !important;
}
.cart.table-wrapper {
  padding: 0 !important;
}
.checkout-cart-index .cart-product-details-name .product-item-details .product-item-name {
  margin-bottom: 0 !important;
}
.checkout-cart-index .cart.table-wrapper .items > .item {
  margin: 0 !important;
  padding: 0 !important;
}
.cart-summary-abo {
  background: #fff;
  margin-top: 30px;
  padding: 20px;
}
.checkout-cart-index .nicotinestrength {
  align-items: center;
}
.checkout-cart-index .nicotine-strength-icon {
  border: none;
}
.checkout-cart-index .block.crosssell {
  display: inline-block;
  width: 100%;
}
.checkout-cart-index li.product-item {
  width: 50%;
  border: 1px solid #f1f4f8 !important;
}
.checkout-cart-index .product-image-container {
  height: 100% !important;
  width: 100% !important;
}
.product-image-photo {
  position: static !important;
  height: auto;
  width: 100%;
}
.product-image-wrapper {
  padding: 0 !important;
  height: 100%;
}
.product-home-list .owl-carousel.owl-drag .owl-item .product-item .product-item-info .product-item-photo {
  background: #f1f4f8;
}
.checkout-cart-index .menu--payment-icons {
  display: flex;
  padding: 0;
  align-items: center;
  margin-bottom: 0;
}
.checkout-cart-index .menu--payment-icons li {
  width: 20%;
  list-style-type: none;
  margin-right: 5px;
}
.checkout-cart-index #available-payments {
  background: #f1f4f8;
  padding: 20px !important;
  margin: auto 20px;
}
.cart-methods-container {
  background: #fff;
  padding-bottom: 15px;
}
.cart-summary-abo-link {
  border: 2px solid #254aa2;
  border-radius: 20px;
  padding: 10px 20px;
  margin-top: 10px !important;
  color: #000 !important;
  text-transform: uppercase;
  margin-bottom: 0 !important;
  display: flex;
  width: 45% !important;
  justify-content: center;
}
.cart-summary-abo-desc {
  margin-bottom: 15px !important;
}
.checkout-cart-index .crosssell .product-item {
  width: 100% !important;
}
.checkout-cart-index .crosssell .product-item .product-item-info {
  z-index: 0 !important;
}
.checkout-cart-index .crosssell .product-image-container {
  background: #f1f4f8;
  height: 100%;
}
.checkout-cart-index .crosssell .product-item .product-image-photo {
  width: 50%;
}
.checkout-cart-index .crosssell .products.grid .product.item a.product-item-link {
  font-size: 18px;
}
.checkout-cart-index .crosssell .product-item-detail {
  padding: 15px;
  box-sizing: border-box;
}
.checkout-cart-index .crosssell .product-item-description.description {
  height: 100%;
}
.checkout-index-index .col-method#label_method_Swisspremium_Swisspremium {
  width: 64%;
}
/* .checkout-index-index .payment-option .field.choice {
  pointer-events: none;
} */
.checkout-index-index .checkout-reward ul li:before {
  content: "\2713";
  display: none;
  color: #000;
  margin-right: 5px;
  font-weight: 800;
}
.checkout-index-index .checkout-reward ul li img {
  margin-right: 5px;
}
.star-box-wrapper {
  height: 35px;
}
.checkout-index-index .checkout-reward ul li::marker {
  display: none;
  visibility: hidden;
  font-size: 0;
}
.checkout-index-index .payment-option .field.choice {
  padding-top: 20px;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  display: none;
}
.nicotine-home-list .product-list-section-title-wrapper .title {
  text-transform: uppercase;
}
.rating-product img {
  width: 100% !important;
}
.checkout-cart-index .crosssell .catalog-product-list-intensity {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.checkout-cart-index .product-item-inner form {
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
  box-sizing: border-box;
}
.checkout-cart-index .crosssell .products.wrapper.grid li .product-item-info .actions-primary form .qty {
  width: 40%;
}
.checkout-cart-index .crosssell .products.wrapper.grid li .product-item-info .actions-primary form button.tocart {
  width: 50%;
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.checkout-cart-index .productnewtag {
  position: absolute;
  top: 10px !important;
  left: 10px;
}
.checkout-cart-index .newtag-icon {
  width: auto !important;
}
@media screen and (max-width: 900px) {
  .checkout-cart-index .crosssell .product-item {
    width: 100% !important;
    padding-top: 0;
  }
  .checkout-cart-index .block.crosssell {
    display: inline-block;
    margin-bottom: 0;
  }
  .checkout-cart-index .cart-form-container {
    width: 90% !important;
  }
  .checkout-cart-index .nicotinestrength p {
    font-size: 9px !important;
    margin: 0 !important;
  }
  .checkout-cart-index .nicotinestrength {
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
  }
  .cart-product-details-row-1 .cart-product-details-name a {
    font-size: 13px;
  }
  .checkout-cart-index .cart.table-wrapper .cart-price-total {
    margin: 0 !important;
  }
  .checkout-cart-index .cart.table-wrapper .col.price {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
  }
  .checkout-cart-index .price-including-tax,
  .price-excluding-tax {
    font-size: 12px;
    margin-left: 5px;
  }
  .checkout-cart-index .cart-product-details .cart-product-details-row-2 {
    margin-top: 0 !important;
  }
  .checkout-cart-index .nicotinestrength img {
    margin: 0;
    padding: 0 !important;
    width: 50px !important;
  }
  /*---2. Deliver---*/
  .payment-option-content1.reward-points-payment-content1 {
    flex-direction: column;
    width: 100%;
  }
  .checkout-reward {
    width: 100% !important;
  }
  .reward-box {
    width: 100% !important;
  }
  .checkout-reward {
    margin-bottom: 20px;
  }
}
/* CART PAGE CHANGES */
.star-box-wrapper {
  display: flex;
  align-items: center;
}
.star-box-wrapper .star-box.filled:after {
  font-size: 24px !important;
  color: #254aa2 !important;
}
.star-box-wrapper .star-box:after {
  font-size: 24px !important;
}
.rating-product-votings span {
  font-size: 12px !important;
  margin-left: 10px;
  color: #254aa2 !important;
}
.checkout-cart-index table.data.table.totals {
  border: none;
}
.product-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.checkout-cart-index .popup-product-div li.product-item {
  border: none !important;
}
.review-form-index .label-outline-btn {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.review-form-text-rating .mage-error {
  margin-left: 10px;
  width: 35%;
}
.review-form-text-rating #product-review-table {
  width: 45% !important;
}
.review-form-text-rating {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.checkout-index-index .col-method#label_method_Swisspremium_Swisspremium {
  width: 64%;
}
.review-form-index .product-image-container {
  width: 50% !important;
}
/* Review form css */
.review-form-index .page-title-wrapper {
  display: none;
}
/* Search page styles */
.page-products .page-title-wrapper {
  display: none;
}
.catalogsearch-result-index .noresult-search p {
  font-size: 32px !important;
  text-transform: uppercase;
}
.catalogsearch-result-index .noresult-search {
  width: 65% !important;
}
@media screen and (max-width: 900px) {
  .catalogsearch-result-index .noresult-search p {
    font-size: 28px !important;
  }
}
/* Account details page style start */
body.customer-account-index .block-dashboard-info {
  margin-bottom: 16px !important;
  padding: 48px;
  display: flex;
  flex-direction: column;
}
body.customer-account-index .block-dashboard-info .block-info .block-title {
  margin-bottom: 12px !important;
}
body.customer-account-index .block-dashboard-info .block-info .block-title strong {
  font-size: 22px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
  font-family: VeloWWangle-bold !important;
}
body.customer-account-index .block-dashboard-info .block-info p {
  font-size: 14px;
  color: #2b2b2b;
}
body.customer-account-index .block-dashboard-info .box-information {
  margin-top: 32px !important;
  display: flex;
  flex-direction: column;
}
body.customer-account-index .block-dashboard-info .box-information .box-content {
  display: flex;
  text-align: left;
  border-bottom: 1px solid #d7dbe1;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
body.customer-account-index .block-dashboard-info .box-information .box-content .label-value {
  display: flex;
}
body.customer-account-index .block-dashboard-info .box-information .box-content .label-value .label {
  color: #254aa2;
  width: 160px;
}
body.customer-account-index .block-dashboard-info .box-information .box-content .label-value .value {
  color: #5d5f63;
  font-size: 14px;
}
body.customer-account-index .block-dashboard-info .box-information .box-content .action.edit,
body.customer-account-index .block-dashboard-info .box-information .box-content .action.reset {
  margin-left: auto;
  color: #254aa2 !important;
  font-weight: 700;
  font-size: 14px;
}
body.customer-account-index .block-dashboard-addresses {
  margin-bottom: 16px !important;
  padding: 48px !important;
  display: flex;
  flex-direction: column;
}
body.customer-account-index .block-dashboard-addresses .block-content {
  margin: 0;
}
body.customer-account-index .block-dashboard-addresses .block-content .box-title {
  margin-bottom: 12px !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}
body.customer-account-index .block-dashboard-addresses .block-content p {
  font-size: 14px;
  color: #2b2b2b;
}
body.customer-account-index .block-dashboard-addresses .box-content {
  margin-top: 32px;
  display: flex;
  flex-direction: column;
}
body.customer-account-index .block-dashboard-addresses .box-content .box-address,
body.customer-account-index .block-dashboard-addresses .box-content .box-contentdelivery {
  display: flex;
  text-align: left;
  align-items: center;
  border-bottom: 1px solid #d7dbe1;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
body.customer-account-index .block-dashboard-addresses .box-content .box-address address,
body.customer-account-index .block-dashboard-addresses .box-content .box-contentdelivery address {
  width: 400px;
  color: #5d5f63;
  font-size: 14px;
  margin-right: 10px;
}
body.customer-account-index .block-dashboard-addresses .box-content .box-address .action.edit,
body.customer-account-index .block-dashboard-addresses .box-content .box-contentdelivery .action.edit,
body.customer-account-index .block-dashboard-addresses .box-content .box-address .action.reset,
body.customer-account-index .block-dashboard-addresses .box-content .box-contentdelivery .action.reset {
  margin-left: auto;
  color: #254aa2 !important;
  font-weight: 700;
  font-size: 14px;
}
body.customer-account-index .block-dashboard-addresses .box-content .box-address .action.edit span,
body.customer-account-index .block-dashboard-addresses .box-content .box-contentdelivery .action.edit span,
body.customer-account-index .block-dashboard-addresses .box-content .box-address .action.reset span,
body.customer-account-index .block-dashboard-addresses .box-content .box-contentdelivery .action.reset span {
  font-weight: 700;
  font-size: 14px;
}
body.customer-account-index .actions-toolbar {
  margin-top: 16px;
}
body.customer-account-index .actions-toolbar button {
  background: #254aa2;
}
body.customer-account-index .block.block-addresses-list {
  padding: 48px;
}
body.customer-account-index table.data.table {
  word-break: break-word !important;
}
body.customer-account-index table.data.table .col {
  word-break: break-word !important;
  text-wrap: pretty;
  width: 90px;
}
body.customer-account-index table.data.table .col.phone {
  width: 90px;
}
body.customer-account-index table.data.table .col.country {
  width: 120px;
}
body.customer-account-index table.data.table .col.state {
  width: 80px;
}
body.customer-account-index table.data.table .action {
  color: #254aa2 !important;
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (max-width: 900px) {
  .column.main > .box-title {
    padding: 0 20px;
  }
  body.customer-account-index .block-dashboard-info {
    padding: 20px;
  }
  body.customer-account-index .block-dashboard-addresses {
    padding: 20px !important;
  }
  body.customer-account-index .block.block-addresses-list {
    padding: 20px;
  }
  body.customer-account-index .actions-toolbar {
    padding: 0 20px;
  }
  body.customer-account-index .actions-toolbar .primary {
    text-align: left;
  }
  body.customer-account-index .actions-toolbar button {
    width: auto !important;
  }
  body.customer-account-index .block-dashboard-info .box-information .box-content .label-value {
    flex-direction: column;
  }
}
.welcome-my-account-img img {
  width: 27px !important;
  height: auto;
}
.block .title strong {
  font-family: VeloWWangle-bold !important;
}
.loyalty-transactions-link img {
  width: 24px;
  display: inline-block;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 16px;
  color: #757575;
  content: "\e622";
  margin: 0 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.add-address-link {
  width: auto !important;
  background: #254aa2 !important;
  border-radius: 50px;
  text-align: center;
  padding: 10px 12px !important;
  display: inline-block;
  box-sizing: border-box;
  font-family: VeloWWangle-Bold !important;
  color: #fff !important;
  text-transform: uppercase;
}
#list_product .cat.checked label span {
  color: #fff !important;
  background: none !important;
}
.veloadvanced-velo-header-card {
  background: url(../img/veloadv-desktopbanner.png);
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  align-items: flex-end;
  padding: 30px 85px 20px;
  height: 265px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.veloadvanced-index-index .sections {
  margin: 0 !important;
}
.usecode,
.discount {
  font-size: 24px;
  font-weight: 800;
  width: 42%;
  margin-left: auto;
  text-align: right;
  margin-bottom: 0;
}
.usecodespan {
  color: #fff200;
  font-size: 32px !important;
}
.offertagdisclaimer {
  width: 30%;
  font-size: 10px;
  text-align: right;
}
.buttonordertag #ordernow {
  background: #fff;
  padding: 10px 20px;
  color: #000 !important;
  border-radius: 20px;
  font-size: 12px;
  font-family: VeloWWangle-Bold !important;
  text-decoration: none;
  display: inline-block;
  border: 1px solid #fff;
}
.veloadvanced-index-index .page-main {
  margin: 0 !important;
  width: 100%;
  max-width: 100% !important;
  padding: 0 !important;
}
.veloadvanced-index-index [data-content-type="row"][data-appearance="contained"] {
  max-width: 100%;
}
.discount {
  width: 30%;
}
@media screen and (max-width: 900px) {
  .discount {
    width: 100%;
  }
  .veloadvanced-velo-header-card {
    background: url(../img/veloadv-mobile.png);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 30px 60px 20px;
    height: 506px;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .usecodespan {
    color: #fff200;
    font-size: 30px !important;
  }
  .usecode,
  .discount {
    font-size: 20px;
    font-weight: 800;
    width: 100%;
    margin-left: auto;
    text-align: left;
    margin-bottom: 0;
  }
  .offertagdisclaimer {
    width: 100%;
    text-align: left;
  }
  .mobile-only .veloadvanced-velo-header-card {
    justify-content: space-between;
    padding: 30px 40px;
  }
  .usecode,
  .discount {
    text-align: center;
  }
  .buttonordertag #ordernow {
    width: 100%;
  }
}
.benifit-box p {
  width: 80%;
  margin: auto;
}
.rf-leftblock h2 {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 30px;
  width: 78%;
  margin: auto;
}
.veloadvanced-index-index .page-title-wrapper {
  display: none;
}
@media screen and (max-width: 900px) {
  .checkout-index-index .totals.discount th span {
    padding: 0 !importanrt;
  }
  .ben-col {
    width: 100% !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    text-align: left;
  }
  .benifit-box p {
    width: 100%;
    margin: auto;
  }
  .ben-text-wrap {
    padding: 0 10px;
  }
  .ben-col img {
    padding: 10px 15px;
  }
  .offertagdisclaimer {
    width: 100%;
    text-align: left;
  }
  .rf-leftblock h2 {
    width: 100%;
  }
}
@media screen and (max-width: 2500px) and (min-width: 1000px) {
  .veloadvanced-velo-header-card {
    height: 415px !important;
  }
}
.checkout-cart-index .block.crosssell {
  display: none !important;
}
.checkout-index-index .totals.discount th span {
  font-weight: 600 !important;
  font-size: 12px;
  margin-bottom: 0 !important;
}
.checkout-index-index .totals.discount td span {
  font-size: 14px;
}
.checkout-index-index .totals.discount {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.sales-order-view tfoot tr th.mark,
body.sales-order-view tfoot tr td {
  font-size: 14px;
}
.add-address-link:hover .add-address-link:active {
  width: auto !important;
  background: #254aa2;
  border-radius: 50px;
  text-align: center;
  padding: 10px 12px !important;
  display: inline-block;
  box-sizing: border-box;
  font-family: VeloWWangle-Bold !important;
  color: #fff;
  text-transform: uppercase;
}
/* Account details page End */
/* Delete account styles start */
.delete-index-index .deletemyaccount {
  background-color: #fff;
  padding: 48px;
  box-sizing: border-box;
}
.delete-index-index .deletemyaccount .fieldset {
  margin-bottom: 0;
}
.delete-index-index .deletemyaccount .fieldset p.deleteaccount {
  margin: 0;
}
.delete-index-index .deletemyaccount .fieldset .deleteaccountheading {
  margin-bottom: 0;
}
.delete-index-index .deletemyaccount .fieldset .deleteaccountheading strong {
  font-size: 24px;
  font-family: VeloWWangle-Medium !important;
}
.delete-index-index .deletemyaccount .fieldset .delete-legal-content {
  margin-top: 12px;
}
.delete-index-index .deletemyaccount .fieldset .delete-legal-content p {
  font-family: VeloWWangle-Regular !important;
  margin-bottom: 0;
}
.delete-index-index .deletemyaccount .fieldset .delete-legal-content p a {
  color: #254aa2 !important;
}
.delete-index-index .deletemyaccount .fieldset .agree-terms-control {
  margin-top: 12px;
}
.delete-index-index .deletemyaccount .fieldset .actions-toolbar {
  margin-left: 0 !important;
  margin-top: 16px !important;
}
.delete-index-index .deletemyaccount .fieldset .actions-toolbar .delete.customer {
  border-radius: 50px;
  text-transform: uppercase;
  padding: 14px 24px !important;
  box-sizing: border-box;
  margin: 0 !important;
  display: inline-block;
  background-color: #254aa2;
  border-color: #254aa2;
  line-height: 1;
}
.delete-index-index .validation-msg {
  text-align: start !important;
}
@media only screen and (max-width: 900px) {
  .delete-index-index .deletemyaccount {
    padding: 20px;
  }
}
/* Delete account styles end */
/* HITPROMO styles starts */
.headervelohitpromo {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 800;
}
.hitpromo-category-row {
  display: inline-flex;
  width: auto;
  align-items: center;
  border-bottom: 1px solid #2b2b2b;
  margin-bottom: 20px;
}
.hitpromo-category-row a.active {
  background: #f1f4f8;
  color: #01567e !important;
  border-bottom: 2px solid #01567e;
  width: auto;
  padding: 16px 20px;
  color: #2b2b2b;
  text-decoration: none;
  font-family: VeloWWangle-Bold !important;
}
.hitpromo-category-row a {
  width: auto;
  padding: 16px 20px;
  color: #2b2b2b;
  text-decoration: none;
  font-family: VeloWWangle-Bold !important;
}
.hitpromo-index-index .mainproductdiv {
  display: flex;
  flex-direction: column;
  width: 23.7%;
  margin-right: 1%;
  border: 1px solid #e9ecf0;
  margin-bottom: 10px;
}
.hitpromo-index-index .proddetails {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
}
.hitpromo-index-index .product.name {
  font-size: 16px !important;
  font-weight: 700;
  font-family: VeloWWangle-Medium !important;
  color: #2b2b2b !important;
  text-decoration: none;
  margin: 0 !important;
}
.hitpromo-index-index .sub-product-addtocart {
  margin-top: auto;
}
.hitpromo-index-index .sub-product-addtocart .field.qty {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  align-items: center;
}
.hitpromo-index-index .control.qty-change {
  border: 1px solid #d7dbe1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 38%;
  margin-right: 10px;
}
.hitpromo-index-index .qty-change button {
  border: none;
  background: none;
  width: 30%;
  font-weight: 700;
  font-size: 25px;
  color: #254aa2;
}
.hitpromo-index-index .input-text.qty {
  font-family: VeloWWangle-Bold !important;
  color: #2b2b2b;
  font-size: 14px;
  opacity: 1 !important;
  padding: 0;
  border: 0;
  border: none;
  background: none;
  width: 30%;
  text-align: center;
}
.hitpromo-index-index .velohitpromo-addtocart-button {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
  font-size: 12px;
}
.hitpromo-index-index .summerysectionhitpromo {
  display: flex;
  justify-content: center;
}
.hitpromo-index-index #velohitpromocheckout {
  background: #254aa2;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 20px;
  text-decoration: none !important;
}
.hitpromo-index-index .sub-product-image .product-image-container {
  width: 100% !important;
  display: block;
}
.hitpromo-index-index .sub-product-image .product-image-container .product-image-wrapper {
  padding: 0 !important;
  height: auto;
}
.hitpromo-index-index .sub-product-image img {
  height: auto;
  width: 100%;
}
.hitpromo-category-container {
  display: flex;
  justify-content: space-between;
}
.hitpromoerror-section-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 10% !important;
}
.hitpromoerror-section-content p {
  text-align: center;
}
.hitpromo-index-index .page-title {
  display: none !important;
}
@media screen and (max-width: 900px) {
  .hitpromo-index-index .mainproductdiv {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-right: 1%;
    border: 1px solid #e9ecf0;
    margin-bottom: 10px;
  }
  .hitpromo-category-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.hitpromo-index-index .headerdescription {
  font-size: 18px;
  font-family: VeloWWangle-Medium !important;
  color: #2b2b2b;
}
.hitpromo-index-index .catalog-section {
  margin-top: 16px;
}
@media only screen and (max-width: 900px) {
  .hitpromo-index-index .catalog-headerdescription {
    margin-top: 24px;
  }
  .select-velohitpromo-msg .msg-box {
    width: 80% !important;
    margin-left: 0 !important;
    margin: 20vh auto !important;
  }
}
.hitpromo-index-index .product-price .pricehome {
  margin-bottom: 0;
}
/* HITPROMO styles end */
/* Hit page top section styles start */
.hit-page-welcome-content-container {
  margin-block: 40px;
}
.hit-page-welcome-content-container .hit-page-welcome-content-title h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: VeloWWangle-Medium !important;
  margin: 0;
}
.hit-page-welcome-content-container .hit-page-welcome-text {
  margin-top: 10px;
}
.hit-page-welcome-content-container .hit-page-welcome-text p {
  font-size: 14px;
  font-weight: 400;
  font-family: VeloWWangle-Regular !important;
  margin: 0;
}
.hit-page-welcome-content-container .hit-page-welcome-steps-row {
  margin-top: 16px;
}
.hit-page-welcome-content-container .hit-page-welcome-steps-row .hit-page-welcome-steps-title p {
  font-size: 16px;
  font-weight: 700;
  font-family: VeloWWangle-Medium !important;
  margin: 0;
}
.hit-page-welcome-content-container .hit-page-welcome-steps-row .hit-page-welcome-steps {
  margin-top: 10px;
  margin-bottom: 0;
}
.hit-page-welcome-content-container .hit-page-welcome-steps-row .hit-page-welcome-steps .hit-page-welcome-step {
  font-size: 14px;
  font-weight: 400;
  font-family: VeloWWangle-Regular !important;
  margin: 0;
  margin-top: 5px;
}
.hit-page-welcome-content-container .hit-page-welcome-steps-row .hit-page-welcome-steps .hit-page-welcome-step:first-child {
  margin-top: 0;
}
.hit-page-welcome-content-container .hit-page-welcome-disclamier-row {
  margin-top: 16px;
}
.hit-page-welcome-content-container .hit-page-welcome-disclamier-row .hit-page-welcome-disclamier-text {
  font-size: 12px;
  font-family: VeloWWangle-Regular !important;
  margin: 0;
}
.hit-page-welcome-content-container .hit-page-welcome-disclamier-row .hit-page-welcome-disclamier-text strong {
  font-family: VeloWWangle-Medium !important;
}
@media only screen and (max-width: 900px) {
  .hit-page-welcome-content-container {
    margin-top: 0;
  }
}
/* Hit page top section styles end */
/* discovervelo section styles starts */
.discovervelo-index-index .page-main {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.discovervelo-index-index .catalog-links,
.discovervelo-index-index .flavour-links {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: none;
}
.discovervelo-index-index .catalog-links label {
  width: auto;
  height: auto;
  line-height: 1.5 !important;
  text-transform: uppercase;
}
.discovervelo-index-index .category-checkbox,
.discovervelo-index-index .flavour-checkbox {
  margin-left: 0 !important;
  margin-top: 10px !important;
  position: relative;
}
.category-checkbox .cat:first-child,
.flavour-checkbox .cat:first-child {
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.category-checkbox .cat {
  display: flex;
  align-items: center;
}
.cat.checked {
  background: #01567e !important;
  color: #fff !important;
}
.discovervelo-index-index .cat {
  margin: 0;
  border-radius: 0;
  border: 1px solid #eee !important;
  text-transform: uppercase;
  padding: 8px 15px;
  width: auto;
}
#velodiscovervelocheckout {
  background: #01567e;
  color: #fff;
  padding: 10px 20px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-family: VeloWWangle-Medium !important;
  border-radius: 50px;
  padding: 12px 20px !important;
  box-sizing: border-box;
  margin-top: 20px;
}
.discovervelo-index-index #list_product {
  box-sizing: border-box;
}
.discovervelo-index-index #viewallproducts .products-grid {
  padding: 0;
  margin-top: 25px !important;
}
.discovervelo-index-index .toolbar-total {
  margin-bottom: 0;
}
.discovervelo-index-index .toolbar-total span {
  font-family: VeloWWangle-Regular !important;
}
.discovervelo-index-index .viewall-nicotine {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  justify-content: center;
}
.discovervelo-index-index .pricehome {
  font-weight: bold;
  font-size: 18px;
}
.discovervelo-index-index .toolbar-total {
  text-align: center;
}
.discovervelo-index-index #viewallproducts li {
  width: 24%;
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0;
  position: initial;
}
.discovervelo-index-index .already-subscribed-message {
  text-align: center;
  margin-top: 100px;
  font-size: 20px;
  margin-bottom: 100px;
}
.discovervelo-index-index .already-subscribed-message a {
  margin: 0 5px;
}
.discovervelo-index-index #viewallproducts li {
  margin-left: 0 !important;
  margin-right: 1% !important;
}
.discovervelo-index-index .products.wrapper.grid li .product-item-info {
  display: flex;
  flex-direction: column;
}
.discovervelo-index-index .products.wrapper.grid li .product-item-info {
  width: 100%;
  background: none;
}
.discovervelo-index-index .products.wrapper.grid li .product-item-info {
  position: relative;
}
.discovervelo-index-index .productnewtag {
  position: absolute;
  top: 10px !important;
  left: 10px;
}
.discovervelo-index-index .product-image-container {
  background: #f1f4f8;
  height: 100%;
}
.discovervelo-index-index .product-image-container {
  width: 100% !important;
}
.discovervelo-index-index .product-image-wrapper {
  background: transparent !important;
}
.discovervelo-index-index .product-image-wrapper {
  padding: 0 !important;
  height: 100%;
}
.discovervelo-index-index .product-image-photo {
  width: 100%;
  position: static !important;
}
.discovervelo-index-index .product-item-detail {
  padding: 15px;
  box-sizing: border-box;
}
.discovervelo-index-index .product-item-detail {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.discovervelo-index-index .product-item-details {
  display: flex;
  flex-direction: column;
}
.discovervelo-index-index .product-item-name {
  margin: 0;
}
.discovervelo-index-index .products.grid .product.item a.product-item-link {
  font-size: 18px;
  font-family: VeloWWangle-Medium !important;
  text-decoration: none;
}
.discovervelo-index-index .products.wrapper.grid li .description {
  min-height: auto !important;
}
.discovervelo-index-index .products.wrapper.grid li .description {
  margin-top: 10px;
  white-space: normal;
  overflow-x: hidden;
}
.discovervelo-index-index .products-grid .product-items .product-item-description p {
  color: #5d5f63 !important;
  font-family: VeloWWangle-Regular !important;
  font-size: 14px;
  height: 130px;
}
.name-radio-wrapper label {
  font-family: VeloWWangle-Medium !important;
  font-size: 16px;
  margin-right: 12px;
}
.discovervelo-index-index .product-price {
  margin-top: auto;
}
.discovervelo-index-index .product-item .price-box .price {
  font-size: 14px;
  font-family: VeloWWangle-Bold !important;
}
.rating-product .rating-product-details {
  width: 60%;
}
.discovervelo-index-index .catalog-product-list-intensity {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.discovervelo-index-index .nicotine-strength-icon-image {
  margin-left: 5px;
}
.discovervelo-index-index .nicotine-strength-icon-image .nicotine-strength-icon {
  margin-left: 20px;
}
.discovervelo-index-index .products-grid .product-items .product-item-inner {
  border-top: none;
}
.discovervelo-index-index .actions-primary {
  width: 100%;
}
.discovervelo-index-index .products.wrapper.grid li .product-item-info .actions-primary form {
  display: flex;
  justify-content: space-between;
  padding: 0 4px;
  box-sizing: border-box;
}
.discovervelo-index-index .qty-change {
  border-color: #d7dbe1 !important;
  width: 40%;
  border: 1px solid #000;
  height: 100%;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.discovervelo-index-index .products.wrapper.grid li .product-item-info .actions-primary form .qty.input-text {
  padding: 0;
  width: 30% !important;
}
.discovervelo-index-index .products.wrapper.grid li .product-item-info .actions-primary form button.tocart {
  padding: 10px 12px !important;
  box-sizing: border-box;
  width: auto !important;
}
.discovervelo-index-index .velodiscovervelo-addtocart-button {
  width: 50%;
  background: #254aa2 !important;
  text-transform: uppercase;
  border: 1px solid #ffffff !important;
  border-radius: 30px;
  color: #fff !important;
  padding: 10px 0px;
  text-decoration: none !important;
  font-size: 12px;
}
.close-dialog,
.close-dialog:hover {
  text-transform: uppercase;
  font-size: 12px;
  color: #ffffff !important;
  background: #254aa2;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  border-image: initial;
  border-radius: 30px;
  padding: 10px 50px;
  text-decoration: none !important;
}
.discovervelo-index-index .products.wrapper.grid li .product-item-info .actions-primary form button.tocart span {
  font-family: VeloWWangle-Medium !important;
  font-size: 10px !important;
}
.discovervelo-index-index .subscription-text {
  background: #e6f6f9;
  padding: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 10px;
  font-size: 12px;
}
.discovervelo-index-index .subscription-text a {
  font-family: VeloWWangle-Medium !important;
}
.discovervelo-index-index #viewallproducts li {
  width: 24%;
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding: 0;
  position: initial;
}
.discovervelo-index-index .products.wrapper.grid li .product-item-info {
  display: flex;
  flex-direction: column;
  width: 100%;
  background: none;
}
.discovervelo-index-index {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.discovervelo-index-index .field.qty {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.discovervelo-index-index .input-text.qty {
  padding: 0;
  width: 30% !important;
  border: none;
  text-align: center;
  font-weight: bold;
}
.discovervelo-index-index .product-item-photo {
  padding: 0 !important;
}
.discovervelo-index-index .summery-section-content {
  text-align: center;
}
.discovervelo-index-index .filter-links {
  padding: 0 5%;
}
.category-checkbox .cat:last-child {
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.discovervelo-index-index .products-list .product-item-info {
  width: 100% !important;
}
.subscriptionpacks {
  text-align: center;
}
.category-checkbox .cat {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.discovervelo-index-index .sections.nav-sections {
  display: none !important;
}
.discovervelo-index-index .message {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 900px) {
  .discovervelo-index-index .already-subscribed-message a {
    margin: 0 5px;
    display: block;
  }
  .discovervelo-index-index #viewallproducts li {
    width: 100%;
    list-style-type: none;
    display: flex;
    justify-content: center;
    padding: 0;
    position: initial;
    margin-bottom: 20px;
  }
  .discovervelo-index-index .cat label input + span {
    font-size: 11px;
  }
  .discovervelo-index-index .cat {
    margin: 0;
    border-radius: 0;
    border: 1px solid #eee !important;
    text-transform: uppercase;
    padding: 8px 7px;
    width: auto;
    margin-bottom: 10px !important;
  }
  .select-velodiscovervelo-msg .msg-box {
    width: 80% !important;
    margin: 50% auto !important;
  }
}
#order-success-container .product-image-container {
  width: auto !important;
}
.checkout-onepage-success #order-success-container .product-image-wrapper img {
  width: 80% !important;
}
body .old-price span.price,
.old-price {
  color: #f04d4d;
  font-family: VeloWWangle-Regular !important;
  margin-left: 2px;
  display: none;
}
.special-price {
  color: #f04d4d;
}
.price-box {
  display: flex;
  align-items: center;
}
.velo-home-banner .uk-dotnav {
  position: absolute !important;
  bottom: -45px !important;
  left: 35% !important;
}
@media screen and (min-width: 1900px) {
  .velo-home-banner .uk-dotnav {
    left: 42% !important;
  }
}
.catalog-promo-section {
  height: 600px !important;
}
.block-search .action.search:before {
  display: none !important;
}
.block-search .control {
  padding: 0px !important;
}
.field.search {
  display: block !important;
}
.minicart-items-wrapper {
  border-bottom: none;
  height: 60vh !important;
}
.checkout-cart-index .product-image-container {
  aspect-ratio: auto !important;
}
.subscription-account-subscription .product-qty-delivery .product-qty {
  color: #000 !important;
}
.subscription-index-update .sub-product-image img {
  height: auto !important;
}
.subscription-index-update .subscription-category-row {
  width: auto;
  display: inline-flex;
}
.subscription-survey-index .modal-popup._show .modal-inner-wrap {
  background: #fff;
  width: 22vw;
  text-align: center;
  box-sizing: border-box;
}
.subscription-survey-index .abo-close {
  margin-bottom: 0;
}
.subscription-survey-index .modal-content {
  padding: 0 !important;
}
@media only screen and (max-width: 900px) {
  .get-and-subscribe {
    top: auto;
    bottom: 13px !important;
    width: 88%;
    left: 49%;
  }
}
.successmessage {
  padding: 10px 20px;
  text-align: left;
  color: #006400;
  background: #e5efe5;
  width: 100%;
  display: block;
}
.catalogsearch-result-index .toolbar-total {
  margin-bottom: 20px;
  color: #01567e;
  margin-top: 30px;
}
@media only screen and (max-width: 900px) {
  .velo-home-cards-terms {
    margin-top: 24px;
    display: none;
  }
  .get-your-velo-abo .mobile-only {
    font-family: VeloWWangle-Bold !important;
    font-size: 32px !Important;
    width: 80%;
    font-weight: bold;
  }
}
/* discovervelo section styles end */
@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;
  }
  .shipping-address-modal .modal-inner-wrap,
  .billing-address-modal .modal-inner-wrap {
    min-height: 620px;
    width: 700px;
  }
  .shipping-address-modal .modal-inner-wrap .modal-popup .modal-title,
  .billing-address-modal .modal-inner-wrap .modal-popup .modal-title {
    border: none;
  }
  .shipping-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner,
  .billing-address-modal .modal-inner-wrap .admin__action-multiselect-menu-inner {
    max-height: 438px;
  }
  .address-loading-mask {
    top: 115px;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .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;
  }
  .navigation .blog-mx.level0:last-child {
    float: 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;
  }
}
@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;
  }
}
