@charset "UTF-8";
/*** Common for 4 verticlas ***/
/****** primary light for navbar color it also called as secondary color / highlight color ******/
/** service connect details page titles color**/
/****** on hover primary color for buttons and links ******/
/******* Global font-family *****/
/****** background color for verticals *********/
/******* border color for All verticals including forms **************/
/*** header section ***/
/*** Text ***/
/*** Buttons ***/
/*** Form fields ***/
/*** Side navbar color in CRM, eCommerce settings page ***/
/*----------------------- CRM verticals -----------------------*/
/*----------------------- eCommerce verticals -----------------------*/
/* media queries*/
/*Temp fix above. See WD-2113*/
@font-face {
  font-family: 'CorporateS-Bold';
  src: url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Bold.eot%23iefix") format("embedded-opentype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Bold.otf") format("opentype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Bold.woff") format("woff"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Bold.ttf") format("truetype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Bold.svg%23CorporateS-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'CorporateS-Regular';
  src: url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Regular.eot%23iefix") format("embedded-opentype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Regular.otf") format("opentype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Regular.woff") format("woff"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Regular.ttf") format("truetype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Regular.svg%23CorporateS-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'CorporateS-Light';
  src: url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Light.eot");
  src: url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Light.eot?%23iefix") format("embedded-opentype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Light.woff2") format("woff2"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Light.woff") format("woff"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Light.ttf") format("truetype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Light.svg%23CorporateS-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'CorporateS-Demi';
  src: url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Demi.eot");
  src: url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Demi.eot?%23iefix") format("embedded-opentype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Demi.woff2") format("woff2"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Demi.woff") format("woff"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Demi.ttf") format("truetype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Demi.svg%23CorporateS-Demi") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "CorporateS-Bold";
  color: #000; }

h5, .h5 {
  font-size: 14px; }
  @media (min-width: 1200px) {
    h5, .h5 {
      font-size: 16px; } }

.form-group .checkbox {
  display: flex;
  gap: 5px; }
  .form-group .checkbox .description {
    align-self: center; }
    @media (max-width: 767px) {
      .form-group .checkbox .description {
        display: block;
        padding-top: 2px; } }
.form-group input[type="checkbox"]:checked:before {
  background: transparent no-repeat center;
  background-size: 24px 25px;
  background-image: url("https://dg1e9y8n8q0ml.cloudfront.net/ts1761733199/attachments/StyleSheet/33/chekbox-checked-lg.svg");
  height: 25px;
  width: 25px;
  top: -3px;
  left: -2px;
  border: none; }
  @media (max-width: 767px) {
    .form-group input[type="checkbox"]:checked:before {
      background-size: 20px 25px; } }
.form-group input[type="checkbox"]:checked:after {
  border: none !important; }
.form-group input[type="checkbox"]:after {
  margin: 0;
  border: 1px solid #b9b9b9 !important;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff !important; }
  @media (min-width: 1200px) and (max-width: 1700px) {
    .form-group input[type="checkbox"]:after {
      width: 22px;
      height: 22px; } }

@media (max-width: 767px) {
  .mt-sm-10 {
    margin-top: 10px; } }

@media (max-width: 767px) {
  .pt-sm-10 {
    padding-top: 10px; } }

.fs-22 {
  font-size: 22px !important; }

.col-custom-lg-2 {
  width: 20%; }

.register-star {
  margin-left: -3px; }

.header-backdrop, .mobile-header-backdrop {
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(52, 52, 52, 0.72);
  z-index: -1; }

.backdrop {
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(52, 52, 52, 0.72);
  z-index: -1; }
  @media (max-width: 576px) {
    .backdrop {
      background: #fff;
      opacity: 1; } }

input[type="checkbox"]:after, .checkbox input[type="checkbox"]:after, .checkbox-inline input[type="checkbox"]:after {
  border-radius: 50%; }

.top-corner-frames {
  padding: 30px;
  position: relative; }
  @media (max-width: 768px) {
    .top-corner-frames {
      padding: 15px; } }
  .top-corner-frames span.bottom-corner-frames:after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    opacity: 0.5; }
  .top-corner-frames span.bottom-corner-frames:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    opacity: 0.5; }
  .top-corner-frames:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    opacity: 0.5; }
  .top-corner-frames:after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 0px;
    right: 0px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    opacity: 0.5; }

.carousel {
  position: relative;
  z-index: 1; }

.zsiq_float {
  opacity: 0.36;
  box-shadow: 0px 5px 12px #000000B7;
  border-radius: 50%; }
  .zsiq_float:hover {
    opacity: 1; }

.outline-gray-circle {
  width: 44px;
  min-width: 44px;
  height: 44px;
  line-height: 44px;
  box-shadow: 0 0 10px #cccccc;
  display: inline-block;
  border-radius: 100%;
  text-align: center; }
  @media (min-width: 768px) {
    .outline-gray-circle {
      width: 60px;
      min-width: 60px;
      height: 60px;
      line-height: 60px; } }
  .outline-gray-circle i {
    line-height: 44px; }
    @media (min-width: 768px) {
      .outline-gray-circle i {
        line-height: 60px;
        font-size: 30px; } }

.label-light {
  padding: 8px;
  background-color: #eeeeee;
  border-radius: 6px;
  color: #aaaaaa; }

.justify-end {
  justify-content: flex-end; }

.section-sub-title {
  font-size: 18px;
  font-weight: 500; }
  @media (min-width: 1200px) {
    .section-sub-title {
      font-size: 25px; } }

.by-gray-30 {
  background-color: #eeeeee; }

.page-title {
  font-size: 20px;
  font-weight: 300; }
  @media (min-width: 992px) {
    .page-title {
      font-size: 30px; } }
  @media (min-width: 1200px) {
    .page-title {
      font-size: 35px; } }

.bg-f4color {
  background-color: #f4f4f4; }

.click-collect-widget .btn-xs {
  font-size: 10px; }
.click-collect-widget [class^='btn'].btn.btn-xs {
  padding-top: 2.5px; }
  @media (min-width: 768px) {
    .click-collect-widget [class^='btn'].btn.btn-xs {
      padding-top: 4px; } }
.click-collect-widget .store-selector-choose-store {
  height: 20px; }
  @media (min-width: 768px) {
    .click-collect-widget .store-selector-choose-store {
      height: 22px; } }
  @media (min-width: 1600px) {
    .click-collect-widget .store-selector-choose-store {
      height: 30px;
      font-size: 14px;
      padding: 4px 17px !important; } }
.click-collect-widget .store-details-collapse-btn {
  height: 20px;
  width: 20px;
  line-height: 20px;
  min-width: 20px;
  margin-left: 12px; }
  @media (min-width: 768px) {
    .click-collect-widget .store-details-collapse-btn {
      height: 22px;
      width: 22px;
      line-height: 22px;
      min-width: 22px;
      margin-left: 14px; } }
  @media (min-width: 1600px) {
    .click-collect-widget .store-details-collapse-btn {
      height: 30px;
      width: 30px;
      line-height: 30px;
      min-width: 30px;
      margin-left: 22px; } }
  .click-collect-widget .store-details-collapse-btn.collapsed i:first-child {
    display: inline-block; }
  .click-collect-widget .store-details-collapse-btn.collapsed i:last-child {
    display: none; }
  .click-collect-widget .store-details-collapse-btn .material-icons {
    font-size: 17px; }
    @media (min-width: 768px) {
      .click-collect-widget .store-details-collapse-btn .material-icons {
        font-size: 19px; } }
    @media (min-width: 1600px) {
      .click-collect-widget .store-details-collapse-btn .material-icons {
        font-size: 26px; } }
    .click-collect-widget .store-details-collapse-btn .material-icons:first-child {
      display: none; }
    .click-collect-widget .store-details-collapse-btn .material-icons:last-child {
      display: inline-block; }

.border-top {
  border-top: 1px solid #f1f1f1; }

@media (min-width: 992px) {
  .pull-right-md {
    float: right; } }

.blog-post-content .blog-content-title {
  font-size: 22px; }
  @media (min-width: 768px) {
    .blog-post-content .blog-content-title {
      font-size: 25px; } }
  @media (min-width: 1600px) {
    .blog-post-content .blog-content-title {
      font-size: 30px; } }
.blog-post-content blockquote {
  font-size: 22px;
  border-color: transparent;
  padding-left: 40px;
  padding-top: 15px;
  position: relative; }
  @media (min-width: 768px) {
    .blog-post-content blockquote {
      font-size: 25px; } }
  @media (min-width: 1600px) {
    .blog-post-content blockquote {
      font-size: 30px; } }
  .blog-post-content blockquote:before {
    content: "\f10d";
    font-family: fontawesome;
    position: absolute;
    left: 0;
    font-size: 30px;
    top: 0; }

#store-details-collapse .store-selector-choose-address {
  width: 65%; }
#store-details-collapse .view-map {
  align-self: flex-end; }
  #store-details-collapse .view-map i {
    font-size: 20px; }
    @media (min-width: 768px) {
      #store-details-collapse .view-map i {
        font-size: 24px; } }
    @media (min-width: 1600px) {
      #store-details-collapse .view-map i {
        font-size: 26px; } }

.widget-type-image {
  margin-top: 50px;
  margin-bottom: 50px; }
  @media (min-width: 1600px) {
    .widget-type-image {
      margin-top: 100px;
      margin-bottom: 100px; } }

@media (min-width: 1600px) {
  .col-custom-2 {
    width: 20%; } }
.title-section {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 2px; }
  @media (min-width: 768px) {
    .title-section {
      margin-bottom: 40px; } }
  .title-section .page-title {
    flex-grow: 1;
    display: flex;
    align-items: center; }
    .title-section .page-title h2 {
      margin: 0px 0 0;
      font-size: 20px;
      font-weight: 400; }
      @media (min-width: 768px) {
        .title-section .page-title h2 {
          font-size: 25px;
          font-weight: 500; } }
      .title-section .page-title h2 .material-icons {
        font-size: 30px;
        margin-top: -5px;
        margin-right: 5px; }
        @media (min-width: 992px) {
          .title-section .page-title h2 .material-icons {
            margin-right: 15px; } }
    .title-section .page-title h3 {
      margin: 0;
      font-size: 20px; }
    .title-section .page-title .sub-title {
      font-size: 80%;
      color: #808080;
      font-weight: 300;
      margin-left: 3px; }

.sort-by-btn .text {
  text-transform: initial;
  font-size: 13px; }

@media (min-width: 576px) {
  .header-zip {
    width: 491px; } }

.remove-card {
  cursor: pointer;
  padding: 3px 15px 0px;
  border-radius: 30px;
  margin-bottom: 10px; }
  @media (min-width: 1600px) {
    .remove-card {
      padding: 6px 15px 0px; } }
  .remove-card:hover {
    background: #ED1C24;
    color: #ffffff; }

.av-content-wrapper {
  min-height: calc(100vh - 473px); }
  @media (min-width: 768px) {
    .av-content-wrapper {
      min-height: calc(100vh - 389px); } }
  @media (min-width: 1200px) {
    .av-content-wrapper {
      min-height: calc(100vh - 434px); } }

.modal-content input, .modal-content input.form-control {
  outline: none;
  box-shadow: none;
  padding: 0 14px;
  border-radius: 10px;
  border: 1px solid #f1f1f1; }
.modal-content select, .modal-content select.form-control {
  outline: none;
  box-shadow: none;
  padding: 0 14px;
  background-color: #f4f4f4;
  background-position: 96% 50%;
  border: none; }
  .modal-content select.bg-none, .modal-content select.form-control.bg-none {
    background-color: transparent;
    border: 1px solid #f1f1f1; }
.modal-content textarea {
  background: #FFFDF7;
  border: 1px solid #f1f1f1;
  padding: 0 8px;
  border-radius: 10px;
  max-width: 100%; }
.modal-content .full-width-border {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: 5px; }
.modal-content .radio + .radio {
  margin-top: 10px; }
.modal-content .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 10px; }

.padding-section {
  padding-top: 5px; }

.grecaptcha-badge {
  z-index: 100; }

.open-border-text {
  position: relative; }
  .open-border-text span.open-border_btm:after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    opacity: 0.5; }
  .open-border-text span.open-border_btm:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 30px;
    bottom: 30px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    opacity: 0.5; }
  .open-border-text:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 30px;
    left: 30px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    opacity: 0.5; }
  .open-border-text:after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 30px;
    right: 30px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    opacity: 0.5; }

body .row-reverse input:-internal-autofill-selected {
  appearance: menulist-button;
  background-image: none !important;
  background-color: transperant !important;
  color: fieldtext !important; }

footer .footer-top {
  padding: 46px 0;
  font-size: 14px;
  background: #000; }
  @media (min-width: 768px) {
    footer .footer-top {
      font-size: 14px; } }
  footer .footer-top a {
    color: #fff; }
  footer .footer-top .content-wrapper {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      footer .footer-top .content-wrapper {
        flex-wrap: wrap; } }
  footer .footer-top .footer-social-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1; }
    @media (min-width: 992px) {
      footer .footer-top .footer-social-links {
        padding: 8px 0; } }
    @media (min-width: 1200px) {
      footer .footer-top .footer-social-links {
        padding: 19px 0; } }
    footer .footer-top .footer-social-links .footer-logo {
      width: 100%; }
      @media (min-width: 768px) {
        footer .footer-top .footer-social-links .footer-logo {
          width: initial; } }
      footer .footer-top .footer-social-links .footer-logo img {
        max-height: 50px;
        filter: grayscale(100%);
        max-width: 130px; }
        @media (max-width: 767px) {
          footer .footer-top .footer-social-links .footer-logo img {
            margin: auto; } }
        @media (min-width: 992px) {
          footer .footer-top .footer-social-links .footer-logo img {
            max-height: 60px;
            max-width: 175px; } }
        @media (min-width: 1200px) {
          footer .footer-top .footer-social-links .footer-logo img {
            max-width: 210px; } }
    footer .footer-top .footer-social-links .social-links {
      display: flex;
      align-self: flex-end; }
      @media (max-width: 767px) {
        footer .footer-top .footer-social-links .social-links {
          order: 1;
          width: 100%;
          margin-bottom: 20px; } }
      footer .footer-top .footer-social-links .social-links ul {
        display: flex;
        align-items: center;
        margin: auto;
        font-size: 16px;
        line-height: 1; }
        @media (max-width: 767px) {
          footer .footer-top .footer-social-links .social-links ul {
            padding: 0; } }
        @media (min-width: 768px) {
          footer .footer-top .footer-social-links .social-links ul {
            font-size: 20px;
            margin: 0; } }
        @media (min-width: 1200px) {
          footer .footer-top .footer-social-links .social-links ul {
            font-size: 24px; } }
        footer .footer-top .footer-social-links .social-links ul li {
          margin-left: 20px; }
          @media (max-width: 767px) {
            footer .footer-top .footer-social-links .social-links ul li {
              margin: 0 10px; } }
          footer .footer-top .footer-social-links .social-links ul li a {
            color: #000000; }
    footer .footer-top .footer-social-links .address-info {
      width: 100%;
      font-weight: 500;
      line-height: 1;
      margin-top: 20px; }
      @media (max-width: 767px) {
        footer .footer-top .footer-social-links .address-info {
          font-size: 12px;
          text-align: center;
          margin-bottom: 10px; } }
  footer .footer-top .footer-top-links {
    width: 100%; }
    @media (max-width: 767px) {
      footer .footer-top .footer-top-links {
        width: 100%; } }
    footer .footer-top .footer-top-links a:hover {
      opacity: 0.75; }
    footer .footer-top .footer-top-links ul {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      padding: 0;
      margin: 0;
      height: 100%; }
      footer .footer-top .footer-top-links ul li {
        min-width: 50%;
        position: relative;
        align-self: normal;
        display: flex; }
        footer .footer-top .footer-top-links ul li a {
          font-family: 'CorporateS-Bold'; }
        @media (min-width: 768px) {
          footer .footer-top .footer-top-links ul li {
            min-width: initial;
            white-space: nowrap; } }
        @media (max-width: 767px) {
          footer .footer-top .footer-top-links ul li:first-child {
            border-left: none; } }
        @media (min-width: 768px) {
          footer .footer-top .footer-top-links ul li:last-child {
            padding-right: 0; } }
        footer .footer-top .footer-top-links ul li .links {
          margin-left: auto;
          margin-right: auto; }
          footer .footer-top .footer-top-links ul li .links a {
            display: block; }
footer .footer-copy-rights {
  background-color: #000;
  border-top: 1px solid #333;
  color: #ffffff;
  line-height: 65px;
  font-family: 'CorporateS-Light'; }
  @media (max-width: 767px) {
    footer .footer-copy-rights {
      padding: 24px 0;
      font-size: 18px; } }
  footer .footer-copy-rights a {
    color: #ffffff; }
  footer .footer-copy-rights .right-content img {
    max-width: 32px; }
  @media (max-width: 767px) {
    footer .footer-copy-rights .right-content {
      display: flex;
      order: 2; } }
  footer .footer-copy-rights .mid-content {
    line-height: 23px; }
    @media (max-width: 767px) {
      footer .footer-copy-rights .mid-content {
        display: flex;
        flex-wrap: wrap;
        order: 1;
        width: 90%; }
        footer .footer-copy-rights .mid-content .footer-next-line {
          float: left;
          clear: both; } }
  footer .footer-copy-rights .left-content {
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      footer .footer-copy-rights .left-content {
        order: 3;
        width: 100%; } }
    @media (max-width: 991px) {
      footer .footer-copy-rights .left-content ul {
        padding-left: 15px; } }
    footer .footer-copy-rights .left-content ul li {
      padding-left: 30px; }
      @media (min-width: 1200px) {
        footer .footer-copy-rights .left-content ul li {
          padding-left: 40px; } }
      footer .footer-copy-rights .left-content ul li a {
        color: #ffffff; }
  @media (max-width: 767px) {
    footer .footer-copy-rights .payment-icons-block {
      padding-top: 25px;
      margin: auto; } }
@media (max-width: 991px) {
  footer .payment-icons-block ul {
    padding-left: 15px; } }
@media (max-width: 767px) {
  footer .payment-icons-block ul {
    padding: 0; } }
footer .payment-icons-block ul li {
  padding-left: 25px; }
  @media (min-width: 768px) {
    footer .payment-icons-block ul li {
      padding-left: 15px; } }
  @media (min-width: 992px) {
    footer .payment-icons-block ul li {
      padding-left: 45px; } }
  footer .payment-icons-block ul li:first-child {
    padding-left: 0px; }
  @media (max-width: 991px) {
    footer .payment-icons-block ul li .visa-card img {
      height: 10px; } }
  @media (max-width: 767px) {
    footer .payment-icons-block ul li .visa-card img {
      height: 8px; } }
  @media (max-width: 991px) {
    footer .payment-icons-block ul li .master-card img {
      height: 18px; } }
  @media (max-width: 767px) {
    footer .payment-icons-block ul li .master-card img {
      height: 16px; } }
  @media (max-width: 991px) {
    footer .payment-icons-block ul li .paypal img {
      height: 11px; } }
  @media (max-width: 767px) {
    footer .payment-icons-block ul li .paypal img {
      height: 9px; } }

.account-footer {
  bottom: 0px;
  height: 40px;
  line-height: 40px;
  width: 100%; }
  @media (min-width: 768px) {
    .account-footer {
      height: 50px;
      line-height: 50px;
      width: calc(100% - 60px);
      margin-left: 60px; } }
  @media (min-width: 1200px) {
    .account-footer {
      width: calc(100% - 206px);
      margin-left: 206px; } }
  .account-footer p {
    font-size: 12px; }
    @media (min-width: 768px) {
      .account-footer p {
        font-size: 14px; } }

.store-list-wrap {
  padding: 40px 0; }
  @media (max-width: 992px) {
    .store-list-wrap .middle-card {
      padding-left: 15px;
      padding-right: 15px; } }
  @media (min-width: 992px) {
    .store-list-wrap {
      padding: 40px; } }
  .store-list-wrap .section-title {
    margin-bottom: 40px; }
  .store-list-wrap .store-item {
    position: relative; }
    .store-list-wrap .store-item .material-icons {
      position: absolute;
      top: 50%;
      right: 10px; }
    .store-list-wrap .store-item a {
      color: #000;
      font-family: CorporateS-Demi;
      width: fit-content;
      text-decoration: underline; }
      .store-list-wrap .store-item a .fa {
        transition: 0.1s all ease-in-out; }
      .store-list-wrap .store-item a .material-icons:hover {
        color: #E50019; }
      .store-list-wrap .store-item a:hover {
        text-decoration-color: #E20612; }
        .store-list-wrap .store-item a:hover .fa {
          text-decoration: none;
          transform: scale(1.15);
          color: #E50019; }

.subscribe-widget {
  padding: 46px 0;
  font-size: 15px;
  font-weight: 300; }
  @media (min-width: 768px) {
    .subscribe-widget {
      padding: 85px 0;
      font-size: 25px;
      display: flex;
      align-items: center; } }
  @media (min-width: 1200px) {
    .subscribe-widget {
      padding: 100px 0;
      font-size: 30px; } }
  .subscribe-widget .subscribe-info-block {
    display: block;
    text-align: center; }
    @media (min-width: 768px) {
      .subscribe-widget .subscribe-info-block {
        display: flex;
        align-items: center;
        width: 60%;
        text-align: left; } }
    @media (min-width: 1200px) {
      .subscribe-widget .subscribe-info-block {
        width: 50%; } }
    .subscribe-widget .subscribe-info-block .outline-gray-circle {
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .subscribe-widget .subscribe-info-block .outline-gray-circle {
          margin-bottom: 0; } }
    .subscribe-widget .subscribe-info-block .inforamtion {
      display: block;
      line-height: 20px;
      margin-bottom: 20px; }
      @media (min-width: 768px) {
        .subscribe-widget .subscribe-info-block .inforamtion {
          margin-bottom: 0;
          line-height: 30px;
          margin-left: 20px;
          margin-top: 6px; } }
      @media (min-width: 1200px) {
        .subscribe-widget .subscribe-info-block .inforamtion {
          line-height: 35px; } }
  @media (min-width: 768px) {
    .subscribe-widget .subscribe-form {
      width: 40%; } }
  @media (min-width: 1200px) {
    .subscribe-widget .subscribe-form {
      width: 50%; } }
  .subscribe-widget .subscribe-form .input-group-btn {
    border-left: 2px solid #f1f1f1;
    padding-left: 20px; }
    .subscribe-widget .subscribe-form .input-group-btn .btn-link {
      background: transparent;
      border: none;
      padding-top: 0; }

.subscribe-form {
  height: 50px;
  box-shadow: 0 0 10px #cccccc;
  border-radius: 15px;
  display: flex;
  align-items: center;
  padding: 0 15px;
  position: relative; }
  @media (min-width: 768px) {
    .subscribe-form {
      height: 66px; } }
  @media (min-width: 1200px) {
    .subscribe-form {
      height: 78px; } }
  .subscribe-form .input-group {
    margin-top: 4px; }
    @media (min-width: 768px) {
      .subscribe-form .input-group {
        margin-top: 6px; } }
  .subscribe-form input[type=text] {
    box-shadow: none;
    font-size: 15px;
    line-height: 1; }
    @media (min-width: 768px) {
      .subscribe-form input[type=text] {
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .subscribe-form input[type=text] {
        font-size: 30px; } }
  .subscribe-form .btn-link {
    font-size: 12px; }
    @media (min-width: 768px) {
      .subscribe-form .btn-link {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .subscribe-form .btn-link {
        font-size: 20px; } }
  .subscribe-form .help-block.validation_error {
    position: absolute;
    font-size: 16px;
    top: 100%;
    color: #ED1C24;
    left: 0; }

/* Leica Newsletter Subscription - Standalone CSS */
/* All styles scoped to avoid conflicts with existing website CSS */
/* CSS Variables for newsletter only */
.leica-newsletter {
  --leica-newsletter-sm-viewport: 576px;
  --leica-newsletter-md-viewport: 768px;
  --leica-newsletter-lg-viewport: 992px;
  --leica-newsletter-xl-viewport: 1200px; }

/* Subscribe form section */
.leica-newsletter .subscribe-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, #000000 0%, #5454542F 100%); }

.leica-newsletter .subscribe-section {
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  background-position: right;
  position: relative; }

.leica-newsletter .subscribe-section .help-block {
  position: absolute;
  width: 100%;
  bottom: -25px; }

@media (min-width: 767px) {
  .leica-newsletter .subscribe-section .help-block {
    bottom: -3px; } }
.leica-newsletter .subscribe-section .subs-inner-sec {
  color: #fff;
  z-index: 1;
  position: relative; }

.leica-newsletter .subscribe-section .subs-inner-sec .subs-subtext {
  font-size: 21px;
  line-height: 25px;
  font-family: CorporateS-Light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

.leica-newsletter .subscribe-section .subs-inner-sec .subs-heading {
  font-family: CorporateS-Bold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 36px;
  line-height: 43px; }

.leica-newsletter .subscribe-section .subs-inner-sec .surname-box {
  /* Default styles */ }

@media (min-width: 768px) and (max-width: 991px) {
  .leica-newsletter .subscribe-section .subs-inner-sec .surname-box {
    padding-left: 0; } }
.leica-newsletter .subscribe-section .subs-inner-sec input {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.27);
  box-shadow: none;
  padding-left: 15px;
  height: 40px;
  color: #fff;
  margin-bottom: 25px;
  border: none;
  border-radius: 0; }

.leica-newsletter .subscribe-section .subs-inner-sec input:focus {
  box-shadow: none !important; }

.leica-newsletter .subscribe-section .subs-inner-sec input:focus-visible {
  outline: none; }

.leica-newsletter .subscribe-section .subs-inner-sec input::placeholder {
  color: #fff;
  opacity: 0.72;
  font-family: CorporateS-Light, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 23px; }

.leica-newsletter .subscribe-section .subs-inner-sec .subs-btn {
  text-align: center;
  margin-top: 45px;
  cursor: default; }

@media (max-width: 575px) {
  .leica-newsletter .subscribe-section .subs-inner-sec .subs-btn {
    text-align: left;
    margin-top: 30px;
    padding-left: 15px; } }
.leica-newsletter .subscribe-section .subs-inner-sec .subs-btn button {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-family: inherit; }

.leica-newsletter .subscribe-section .subs-inner-sec .subs-btn .subscribe-right-arrow {
  opacity: 0;
  vertical-align: middle;
  transition: opacity 0.3s ease, color 0.3s ease; }

.leica-newsletter .subscribe-section .subs-inner-sec .subs-btn:hover .subscribe-text {
  text-decoration: underline; }

.leica-newsletter .subscribe-section .subs-inner-sec .subs-btn:hover .subscribe-right-arrow {
  opacity: 1;
  color: #E50019; }

/* Newsletter-specific container styles */
.leica-newsletter .newsletter-container--no-padding {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 1.25rem; }

@media (min-width: 768px) {
  .leica-newsletter .newsletter-container--no-padding {
    padding: 0 2.5rem; } }
@media (min-width: 1024px) {
  .leica-newsletter .newsletter-container--no-padding {
    padding: 0; } }
.leica-newsletter .newsletter-container-narrow {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

/* Newsletter content */
.leica-newsletter .newsletter__content {
  padding-top: 4rem;
  padding-bottom: 4rem; }

@media (min-width: 768px) {
  .leica-newsletter .newsletter__content {
    padding-top: 6rem;
    padding-bottom: 6rem; } }
@media (min-width: 1024px) {
  .leica-newsletter .newsletter__content {
    padding-top: 8rem;
    padding-bottom: 8rem; } }
/* Newsletter-specific typography */
.leica-newsletter .newsletter-h4 {
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: -0.02em;
  line-height: 1.3;
  margin-bottom: 2rem;
  color: #ffffff; }

@media (min-width: 768px) {
  .leica-newsletter .newsletter-h4 {
    font-size: 2.75rem;
    margin-bottom: 2.5rem; } }
@media (min-width: 1024px) {
  .leica-newsletter .newsletter-h4 {
    font-size: 3.5rem;
    margin-bottom: 3rem; } }
.leica-newsletter .newsletter-text-lg {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 3rem; }

@media (min-width: 768px) {
  .leica-newsletter .newsletter-text-lg {
    font-size: 1.375rem;
    margin-bottom: 3.5rem; } }
@media (min-width: 1024px) {
  .leica-newsletter .newsletter-text-lg {
    font-size: 1.5rem;
    margin-bottom: 4rem; } }
/* Newsletter form wrapper */
.leica-newsletter .newsletter-form-wrapper {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative; }

@media (min-width: 768px) {
  .leica-newsletter .newsletter-form-wrapper {
    gap: 2.5rem; } }
@media (min-width: 1024px) {
  .leica-newsletter .newsletter-form-wrapper {
    gap: 3rem; } }
/* Newsletter form styles */
.leica-newsletter .newsletter-form-item {
  margin-bottom: 0;
  flex: 1; }

.leica-newsletter .newsletter-form-item label {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Newsletter input styling */
.leica-newsletter .email-newsletter-subscription {
  width: 100%;
  padding: 1.25rem 0.75rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 400;
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #ffffff;
  outline: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1); }

@media (min-width: 768px) {
  .leica-newsletter .email-newsletter-subscription {
    font-size: 1.625rem;
    padding: 1.5rem 1rem; } }
@media (min-width: 1024px) {
  .leica-newsletter .email-newsletter-subscription {
    font-size: 1.75rem;
    padding: 1.75rem 1rem; } }
.leica-newsletter .email-newsletter-subscription::placeholder {
  color: #ffffff;
  font-weight: 300;
  opacity: 1; }

.leica-newsletter .email-newsletter-subscription:hover {
  border-bottom: 3px solid #ffffff; }

.leica-newsletter .email-newsletter-subscription:focus {
  border-bottom: 3px solid #ffffff; }

/* Newsletter button styles - Circular arrow button */
.leica-newsletter .newsletter-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  padding: 0;
  background: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  flex-shrink: 0; }

@media (min-width: 768px) {
  .leica-newsletter .newsletter-button {
    width: 54px;
    height: 54px; } }
@media (min-width: 1024px) {
  .leica-newsletter .newsletter-button {
    width: 60px;
    height: 60px; } }
.leica-newsletter .newsletter-button:hover {
  background-color: #ffffff; }

.leica-newsletter .newsletter-button:hover svg path {
  stroke: #000000; }

.leica-newsletter .newsletter-button:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px; }

.leica-newsletter .newsletter-button svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

@media (min-width: 768px) {
  .leica-newsletter .newsletter-button svg {
    width: 20px;
    height: 20px; } }
@media (min-width: 1024px) {
  .leica-newsletter .newsletter-button svg {
    width: 20px;
    height: 20px; } }
.leica-newsletter .newsletter-button svg path {
  stroke: #ffffff;
  transition: stroke 0.3s cubic-bezier(0.4, 0, 0.2, 1); }

/* Hide newsletter button text - only show icon */
.leica-newsletter .newsletter-button-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0; }

/* Newsletter auto-fill styles */
.leica-newsletter input:-webkit-autofill,
.leica-newsletter input:-webkit-autofill:hover,
.leica-newsletter input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #000000 inset;
  -webkit-text-fill-color: #ffffff;
  transition: background-color 5000s ease-in-out 0s; }

/* Newsletter dark theme paragraph */
.leica-newsletter .newsletter-dark-theme-paragraph {
  background-color: #000000;
  color: #ffffff; }

/* Newsletter border utilities */
.leica-newsletter .newsletter-border-grey-300 {
  border-color: #d4d4d4; }

.leica-newsletter .newsletter-border-t {
  border-top-width: 1px;
  border-top-style: solid; }

.leica-newsletter .newsletter-border-b {
  border-bottom-width: 1px;
  border-bottom-style: solid; }

/* Newsletter modal styles */
.newsletter-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  justify-content: center;
  align-items: center;
  padding: 1rem; }

.newsletter-modal.active {
  display: flex; }

.newsletter-modal-content {
  background-color: #ffffff;
  color: #000000;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  border-radius: 12px;
  position: relative;
  animation: modalFadeIn 0.3s ease;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25); }

@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  padding: 2.5rem 2.5rem 1.5rem;
  border-bottom: none; }

@media (max-width: 768px) {
  .modal-header {
    padding: 2rem 2rem 1rem; } }
.modal-header > div:first-child {
  flex: 1;
  text-align: left; }

.newsletter-modal .modal-close,
#newsletter-modal .modal-close,
.newsletter-modal button.modal-close,
#newsletter-modal button.modal-close {
  background: transparent !important;
  border: none !important;
  cursor: pointer !important;
  padding: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
  font-size: 1.5rem !important;
  color: #000000 !important;
  transition: opacity 0.2s !important;
  line-height: 1 !important; }

.newsletter-modal .modal-close:hover,
#newsletter-modal .modal-close:hover {
  opacity: 0.6 !important; }

.newsletter-modal .modal-close svg,
#newsletter-modal .modal-close svg {
  display: block !important;
  width: 24px !important;
  height: 24px !important; }

.newsletter-modal .modal-close::before,
#newsletter-modal .modal-close::before {
  display: none !important; }

.modal-body {
  padding: 0 2.5rem 2.5rem; }

@media (max-width: 768px) {
  .modal-body {
    padding: 0 2rem 2rem; } }
.modal-title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 0.5rem 0;
  color: #000000;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

@media (min-width: 768px) {
  .modal-title {
    font-size: 1.625rem; } }
.modal-subtitle {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  color: #666666; }

/* Newsletter modal form styles */
.modal-form-group {
  margin-bottom: 1.5rem; }

.modal-form-row {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem; }

.modal-form-group-half {
  flex: 1;
  margin-bottom: 0; }

.modal-form-label {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 400;
  color: #000000; }

.modal-form-input,
.modal-form-select {
  width: 100%;
  padding: 0.875rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  outline: none;
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  appearance: none; }

.modal-form-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
  background-position: right 0.75rem center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  padding-right: 3rem; }

.modal-form-input::placeholder {
  color: #9ca3af;
  font-weight: 400; }

.modal-form-input:hover,
.modal-form-select:hover {
  border-color: #9ca3af; }

.modal-form-input:focus,
.modal-form-select:focus {
  border-color: #000000;
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1); }

/* Newsletter modal buttons */
.newsletter-modal .modal-buttons {
  display: flex;
  gap: 1rem;
  margin-top: 2rem; }

@media (max-width: 640px) {
  .newsletter-modal .modal-buttons {
    flex-direction: column; } }
.newsletter-modal .modal-button,
.newsletter-modal button.modal-button,
#newsletter-modal .modal-button,
#newsletter-modal button.modal-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 1.25rem 2rem !important;
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  border-radius: 25px !important;
  cursor: pointer !important;
  transition: all 0.2s ease !important;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif !important;
  letter-spacing: 0.025em !important;
  min-height: 52px !important;
  flex: 1 !important;
  line-height: 1.4 !important; }

@media (max-width: 640px) {
  .newsletter-modal .modal-button,
  #newsletter-modal .modal-button {
    width: 100% !important;
    margin-bottom: 0 !important; } }
.newsletter-modal .modal-button-primary,
.newsletter-modal button.modal-button-primary,
#newsletter-modal .modal-button-primary,
#newsletter-modal button.modal-button-primary {
  background: #000000 !important;
  color: #ffffff !important;
  border: 2px solid #000000 !important; }

.newsletter-modal .modal-button-primary:hover,
.newsletter-modal button.modal-button-primary:hover,
#newsletter-modal .modal-button-primary:hover,
#newsletter-modal button.modal-button-primary:hover {
  background: #e20612 !important;
  border-color: #e20612 !important; }

.newsletter-modal .modal-button-primary:active,
#newsletter-modal .modal-button-primary:active {
  transform: translateY(1px) !important; }

.newsletter-modal .modal-button-primary:disabled,
#newsletter-modal .modal-button-primary:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
  transform: none !important; }

.newsletter-modal .modal-button-secondary,
.newsletter-modal button.modal-button-secondary,
#newsletter-modal .modal-button-secondary,
#newsletter-modal button.modal-button-secondary {
  background: transparent !important;
  color: #000000 !important;
  border: 2px solid #000000 !important; }

.newsletter-modal .modal-button-secondary:hover,
.newsletter-modal button.modal-button-secondary:hover,
#newsletter-modal .modal-button-secondary:hover,
#newsletter-modal button.modal-button-secondary:hover {
  background: #f8f9fa !important; }

.newsletter-modal .modal-button-secondary:active,
#newsletter-modal .modal-button-secondary:active {
  transform: translateY(1px) !important; }

/* Legal text */
.modal-legal-text {
  font-size: 0.6875rem;
  line-height: 1.4;
  color: #666666;
  margin-top: 1.5rem; }

.modal-legal-text a {
  color: #000000;
  text-decoration: underline; }

.modal-legal-text a:hover {
  text-decoration: none; }

/* Newsletter status messages */
.status-message {
  padding: 1.25rem 3rem 1.25rem 1.25rem;
  margin-bottom: 1.5rem;
  border-radius: 4px;
  font-size: 1.125rem;
  line-height: 1.5;
  position: relative; }

.status-message.success {
  background-color: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  color: #22c55e;
  font-size: 1.5rem; }

.status-message.error {
  background-color: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  color: #ef4444;
  font-size: 1.5rem; }

.status-message.info {
  background-color: rgba(59, 130, 246, 0.1);
  border: 1px solid rgba(59, 130, 246, 0.3);
  color: #3b82f6;
  font-size: 1.5rem; }

.status-message-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  background: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
  padding: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.2s; }

.status-message-close:hover {
  opacity: 0.7; }

.status-message-close svg {
  width: 20px;
  height: 20px; }

.hidden {
  display: none; }

/* Newsletter loading state */
.leica-newsletter .newsletter-button:disabled {
  cursor: not-allowed; }

/* Newsletter loading spinner */
.leica-newsletter .newsletter-loading-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #ffffff;
  animation: newsletterSpinner 0.8s linear infinite; }

@keyframes newsletterSpinner {
  to {
    transform: rotate(360deg); } }
/* Hide arrow when loading */
.leica-newsletter .newsletter-button.loading svg.arrow-icon {
  display: none; }

.leica-newsletter .newsletter-button:not(.loading) .newsletter-loading-spinner {
  display: none; }

/* Newsletter modal loading spinner */
.modal-loading-spinner {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(226, 6, 18, 0.3);
  border-radius: 50%;
  border-top-color: #e20612;
  animation: newsletterSpinner 0.8s linear infinite;
  margin-right: 0.5rem;
  vertical-align: middle; }

.modal-button:not(.loading) .modal-loading-spinner {
  display: none; }

/* Newsletter honeypot field - hidden from users but visible to bots */
.honeypot-field {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/* Newsletter legal text */
.modal-legal-text {
  font-size: 0.6875rem;
  line-height: 1.5;
  color: #525252;
  margin-top: 1.5rem; }

.modal-legal-text a {
  color: #000000;
  text-decoration: underline; }

.modal-legal-text a:hover {
  text-decoration: none; }

/* Newsletter hidden inputs */
.leica-newsletter .newsletter-type-hidden {
  display: none; }

/* Newsletter subscription block specific styles */
.leica-newsletter .newsletter-subscription-block {
  /* Styles specific to the newsletter subscription block */ }

/* Newsletter wrapper class for the entire component */
.leica-newsletter {
  /* Any global styles for the newsletter component */
  box-sizing: border-box; }

.leica-newsletter *,
.leica-newsletter *::before,
.leica-newsletter *::after {
  box-sizing: border-box; }

.mountain-bike-section {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .mountain-bike-section {
      padding-top: 50px; } }
  @media (min-width: 1200px) {
    .mountain-bike-section {
      font-size: 18px;
      line-height: 23px; } }
  @media (max-width: 767px) {
    .mountain-bike-section .card-widget-1 .image-placeholder {
      border-radius: 0;
      margin-left: -15px;
      margin-right: -15px; } }
  .mountain-bike-section .card-widget-1 .image-placeholder img {
    width: 100%; }
  .mountain-bike-section .card-widget-1 .image-placeholder .overlay-content {
    position: absolute;
    left: 15px;
    top: 25%; }
    @media (min-width: 768px) {
      .mountain-bike-section .card-widget-1 .image-placeholder .overlay-content {
        left: 8%;
        bottom: 6%;
        top: initial; } }
    .mountain-bike-section .card-widget-1 .image-placeholder .overlay-content .overlay-label {
      font-size: 21px; }
      @media (min-width: 992px) {
        .mountain-bike-section .card-widget-1 .image-placeholder .overlay-content .overlay-label {
          font-size: 23px; } }
    .mountain-bike-section .card-widget-1 .image-placeholder .overlay-content .overlay-title {
      font-size: 40px; }
      @media (min-width: 768px) {
        .mountain-bike-section .card-widget-1 .image-placeholder .overlay-content .overlay-title {
          font-size: 64px; } }
      @media (min-width: 992px) {
        .mountain-bike-section .card-widget-1 .image-placeholder .overlay-content .overlay-title {
          font-size: 70px; } }
  @media (max-width: 767px) {
    .mountain-bike-section .card-widget-2 {
      margin-top: -100px; } }
  @media (max-width: 767px) {
    .mountain-bike-section .card-widget-2 .image-placeholder {
      right: 10px;
      margin-left: auto; } }
  @media (max-width: 767px) {
    .mountain-bike-section .card-widget-2 .image-placeholder img {
      max-width: 183px; } }
  @media (min-width: 1200px) {
    .mountain-bike-section .card-widget-2 .image-placeholder img {
      max-width: 388px; } }

.instagram-feed-widget {
  padding: 40px 0 30px; }
  @media (min-width: 768px) {
    .instagram-feed-widget {
      padding: 60px 0 100px; } }
  .instagram-feed-widget .section-title .sub-title {
    font-size: 15px; }
    @media (min-width: 768px) {
      .instagram-feed-widget .section-title .sub-title {
        font-size: 30px; } }
  .instagram-feed-widget .eui-slider-arrow {
    opacity: 0.2;
    visibility: visible;
    pointer-events: none; }
  .instagram-feed-widget .eui-slider-arrow-enabled {
    pointer-events: all;
    opacity: 0.85; }

.av-store-locator {
  min-height: calc(100vh - 60px); }
  .av-store-locator .store-locator-card .light-gray-circle {
    background-color: #eee; }
  .av-store-locator .jq-nice-scroller {
    overflow: auto; }
    @media (min-width: 576px) {
      .av-store-locator .jq-nice-scroller {
        margin-top: 390px; } }
    @media (min-width: 992px) {
      .av-store-locator .jq-nice-scroller {
        margin-top: 0px;
        max-height: calc(100vh - 220px); } }
  .av-store-locator .set-store-location .material-icons {
    font-size: 16px; }
  .av-store-locator .set-store-location .btn-text {
    line-height: 0.8;
    margin-left: 3px; }

@media (max-width: 575px) {
  .av-store-locator-form {
    padding-top: 446px; } }
.av-store-locator-form .result-count,
.av-store-locator-form .avenue-store-filter {
  padding: 0 42px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 15px;
  font-weight: 500; }
.av-store-locator-form .avenue-store-filter h3 {
  font-size: 25px; }

.av-store-locator-search {
  padding: 8px;
  background-color: #ffffff;
  z-index: 10;
  border-radius: 10px;
  margin-left: 15px;
  margin-right: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  margin-top: 20px; }
  @media (max-width: 575px) {
    .av-store-locator-search {
      position: absolute;
      width: calc(100% - 30px);
      top: 40px; } }
  @media (min-width: 576px) {
    .av-store-locator-search {
      padding: 15px;
      border-radius: 20px;
      position: relative;
      top: 80px;
      margin-top: 0px; } }
  @media (min-width: 992px) {
    .av-store-locator-search {
      margin-top: 0px;
      position: absolute;
      left: 0;
      right: 0;
      top: 60px;
      max-width: calc(100% - 550px);
      margin-left: auto;
      margin-right: 50px; } }
  .av-store-locator-search select {
    background-position: calc(100% - 8px) center;
    background-size: 10px;
    outline: none;
    box-shadow: none; }
  .av-store-locator-search input[type=text] {
    box-shadow: none;
    padding: 0 10px;
    font-size: 15px;
    font-weight: 300;
    padding-top: 5px; }
    @media (min-width: 576px) {
      .av-store-locator-search input[type=text] {
        font-size: 25px; } }
  @media (max-width: 575px) {
    .av-store-locator-search input[type=submit].btn {
      font-size: 12px;
      padding: 5px 10px;
      height: 30px; } }

.av-store-locator-results {
  background: #FAFAFA;
  border: 1px solid #D3D3D3;
  padding: 15px; }
  .av-store-locator-results .selected-box {
    box-shadow: 0px 3px 6px #00000029 !important;
    border: 1px solid #C3C3C3 !important; }
  @media (min-width: 992px) {
    .av-store-locator-results {
      padding: 30px 42px; } }
  .av-store-locator-results [class^='btn'].btn {
    padding-top: 8px; }

.av-store-locator-result {
  background: #FFFFFF !important;
  border-radius: 4px; }
  .av-store-locator-result.list-group-item {
    position: relative;
    display: block;
    padding: 20px 17px;
    margin-bottom: 0px;
    background-color: #f8f8f9;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 18px;
    border: none; }

.av-store_locations-details .av-info-box {
  padding: 30px;
  background: #f8f8fa; }
  @media (max-width: 576px) {
    .av-store_locations-details .av-info-box {
      padding: 16px; } }
  .av-store_locations-details .av-info-box .light-gray-circle {
    background: #eeeeee; }
.av-store_locations-details .av-store_locations-title-section {
  margin-bottom: 25px; }
  .av-store_locations-details .av-store_locations-title-section .image-placeholder {
    max-width: 100px;
    overflow: hidden; }
  .av-store_locations-details .av-store_locations-title-section .av-heading {
    font-size: 40px;
    font-weight: 300; }
  .av-store_locations-details .av-store_locations-title-section .store_locations-details-sub-title {
    font-size: 20px; }

.locator-directions {
  padding-left: 10px; }
  .locator-directions .material-icons {
    font-size: 18px; }
  .locator-directions a {
    font-size: 14px;
    padding-left: 2px; }

.on-map-hide {
  display: none; }

.av-store-locator-result .on-map-hide {
  display: block; }

.store-location-brief.store-marker-detail-inside-map .store-location-address-detail {
  margin-left: 0;
  line-height: 1.4; }

.store-location-selectable .store-location-brief.store-marker-detail-inside-map .on-map-hide {
  display: block; }

.set-store-heading {
  font-family: CorporateS-Bold;
  font-size: 26px;
  line-height: 32px; }

.set-store-subhead {
  font-family: CorporateS-Bold;
  font-size: 21px;
  line-height: 25px; }

.av-store-locator-result.list-group-item {
  border-radius: 4px; }

.store-locator-card .store-title h4 {
  font-family: CorporateS-Bold;
  font-size: 18px;
  line-height: 23px;
  color: #000; }
.store-locator-card .store-address {
  font-family: CorporateS-Light;
  font-size: 16px;
  line-height: 19px;
  color: #000; }
.store-locator-card .store-hours p {
  font-family: CorporateS-Light;
  font-size: 16px;
  line-height: 19px;
  margin: 0; }
.store-locator-card .store-contact-details {
  font-size: 16px;
  font-family: CorporateS-Light;
  line-height: 19px;
  margin-right: 10px; }
  .store-locator-card .store-contact-details .store-email {
    color: #E50019; }
.store-locator-card .store-details {
  font-family: CorporateS-Demi;
  font-size: 16px;
  line-height: 19px;
  text-decoration: none; }
  .store-locator-card .store-details .material-icons {
    font-size: 16px;
    transition: 1s all ease-in-out; }
  .store-locator-card .store-details:hover {
    text-decoration: none; }
    .store-locator-card .store-details:hover .material-icons {
      transform: scale(1.35);
      color: #E50019; }
    .store-locator-card .store-details:hover .link-text {
      text-decoration: underline; }
.store-locator-card .set-store-btn {
  border: 1px solid #000;
  padding: 0 5px;
  text-align: center;
  color: #000;
  width: 120px; }
  .store-locator-card .set-store-btn:hover {
    background: #000;
    color: #fff; }
  .store-locator-card .set-store-btn #verify-store-selected {
    font-family: CorporateS-Demi;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase; }
  .store-locator-card .set-store-btn:hover {
    text-decoration: none; }
.store-locator-card .selected-store-btn {
  background-color: #EDEDED;
  padding: 0 5px;
  text-align: center;
  color: rgba(0, 0, 0, 0.44);
  cursor: no-drop;
  width: 120px; }
  .store-locator-card .selected-store-btn .btn-text {
    font-family: CorporateS-Demi;
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase; }
  .store-locator-card .selected-store-btn:hover {
    text-decoration: none; }

/* Mobile store locator icon */
#collapsemobileStoreDetails {
  position: absolute;
  top: 50px;
  color: black;
  left: -148px;
  background: white;
  z-index: 99999;
  width: 360px; }
  @media (max-width: 480px) {
    #collapsemobileStoreDetails {
      left: -197px; }
      #collapsemobileStoreDetails .triangle-box:before {
        right: 109px; } }
  @media (max-width: 480px) and (max-width: 375px) {
    #collapsemobileStoreDetails {
      left: -121px;
      width: 230px; }
      #collapsemobileStoreDetails .triangle-box:before {
        right: 55px; } }

.product-item-block .panel {
  flex-grow: 1; }
.product-item-block .product-img-title,
.product-item-block .product-info,
.product-item-block .product-amount-quantity {
  position: relative; }
  @media (min-width: 768px) {
    .product-item-block .product-img-title,
    .product-item-block .product-info,
    .product-item-block .product-amount-quantity {
      padding-right: 15px;
      margin-right: 15px; } }
  .product-item-block .product-img-title::after,
  .product-item-block .product-info::after,
  .product-item-block .product-amount-quantity::after {
    content: '';
    height: 100%;
    background: #f1f1f1;
    position: absolute;
    right: 0px;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media (min-width: 768px) {
      .product-item-block .product-img-title::after,
      .product-item-block .product-info::after,
      .product-item-block .product-amount-quantity::after {
        height: 80px; } }
  .product-item-block .product-img-title select,
  .product-item-block .product-info select,
  .product-item-block .product-amount-quantity select {
    box-shadow: none;
    background-color: #f1f1f1;
    border-radius: 10px;
    padding: 0px 22px 0px 10px;
    width: 74px;
    font-size: 12px;
    background-size: 10px;
    background-position: 90% center; }
  .product-item-block .product-img-title .override-price,
  .product-item-block .product-info .override-price,
  .product-item-block .product-amount-quantity .override-price {
    font-size: 14px;
    color: #999; }
@media (max-width: 767px) {
  .product-item-block .product-img-title {
    padding-right: 0;
    margin-right: 0;
    flex-grow: 1;
    width: 100%;
    margin-bottom: 8px;
    /*border-bottom: 1px solid $border-color;*/
    padding-bottom: 8px; }
    .product-item-block .product-img-title:after {
      display: none; } }
@media (min-width: 768px) {
  .product-item-block .product-img-title {
    width: 100%; } }
.product-item-block .product-img-title .image-placeholder {
  background-size: contain;
  width: 56px;
  height: 56px;
  min-width: 56px;
  background-repeat: no-repeat;
  background-position: center center;
  margin-right: 10px; }
  @media (min-width: 768px) {
    .product-item-block .product-img-title .image-placeholder {
      width: 76px;
      height: 76px;
      min-width: 76px;
      margin-right: 20px; } }
  .product-item-block .product-img-title .image-placeholder img {
    display: none; }
.product-item-block .product-img-title .title {
  font-family: 'CorporateS-Bold';
  font-size: 16px !important;
  line-height: 21px; }
  @media (max-width: 767px) {
    .product-item-block .product-img-title .title {
      margin-top: 0;
      margin-bottom: 5px; } }
  @media (min-width: 768px) {
    .product-item-block .product-img-title .title {
      font-weight: 300;
      font-size: 18px; } }
  @media (min-width: 1200px) {
    .product-item-block .product-img-title .title {
      font-size: 20px; } }
  @media (max-width: 767px) {
    .product-item-block .product-img-title .title + p {
      font-size: 12px;
      line-height: 1; } }
@media (max-width: 767px) {
  .product-item-block .product-img-title .product-properties {
    margin-bottom: 0; } }
.product-item-block .product-info {
  display: none;
  line-height: 1.4;
  font-size: 15px; }
  @media (min-width: 768px) {
    .product-item-block .product-info {
      width: 26%;
      display: block; } }
  @media (min-width: 768px) {
    .product-item-block .product-info {
      width: 20%; } }
  .product-item-block .product-info span {
    font-weight: 300; }
.product-item-block .product-amount-quantity {
  position: relative; }
  @media (max-width: 767px) {
    .product-item-block .product-amount-quantity {
      align-self: normal;
      justify-content: space-between;
      width: 50%;
      padding-right: 20px; } }
  @media (min-width: 768px) {
    .product-item-block .product-amount-quantity {
      width: 32%;
      align-items: center; } }
  @media (min-width: 1200px) {
    .product-item-block .product-amount-quantity .quantity {
      margin-left: auto; } }
  .product-item-block .product-amount-quantity .quantity .light-gray-circle:hover .material-icons {
    color: #ffffff; }
  .product-item-block .product-amount-quantity .move-wishlist {
    font-size: 12px; }
    .product-item-block .product-amount-quantity .move-wishlist .light-gray-circle .material-icons {
      color: #ED1C24; }
    .product-item-block .product-amount-quantity .move-wishlist .light-gray-circle:hover .material-icons, .product-item-block .product-amount-quantity .move-wishlist .light-gray-circle:focus .material-icons {
      color: #ffffff; }
  .product-item-block .product-amount-quantity input {
    width: 40px;
    text-align: center;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 18px; }
    .product-item-block .product-amount-quantity input::-webkit-inner-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none; }
    @media (min-width: 768px) {
      .product-item-block .product-amount-quantity input {
        font-size: 20px;
        width: 60px; } }
.product-item-block .product-price {
  font-size: 16px;
  margin-left: auto; }
  @media (min-width: 768px) {
    .product-item-block .product-price {
      font-size: 20px;
      line-height: 1.2; } }
  .product-item-block .product-price .override-price {
    font-size: 14px;
    color: #999;
    margin-bottom: 5px; }
@media (max-width: 767px) {
  .product-item-block .product-override-price {
    width: 50%;
    padding-left: 20px; } }
.product-item-block .product-override-price input {
  max-width: 100%;
  font-weight: 500;
  /*box-shadow: none;*/
  outline: none;
  border: 2px solid #f1f1f1;
  border-radius: 6px;
  padding: 0 8px; }
  @media (min-width: 768px) {
    .product-item-block .product-override-price input {
      max-width: 135px; } }
.product-item-block .material-icons {
  font-size: 13px;
  color: #808080; }
  @media (min-width: 768px) {
    .product-item-block .material-icons {
      font-size: 16px; } }
@media (max-width: 767px) {
  .product-item-block .product-item-imain-wrapper {
    flex-wrap: wrap; } }

.save-order-form .order-name input[type=text] {
  margin-bottom: 0px;
  width: 100%;
  max-width: 300px; }
  @media (min-width: 1200px) {
    .save-order-form .order-name input[type=text] {
      min-width: 300px; } }

.av-cart-customer-ref input[type=text] {
  background: #fff;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  border-radius: 10px;
  height: 54px;
  padding: 0 23px !important;
  max-width: 300px;
  font-size: 18px;
  margin-bottom: 24px; }
.av-cart-customer-ref .policies {
  font-size: 12px;
  padding-bottom: 8px; }
  @media (min-width: 768px) {
    .av-cart-customer-ref .policies {
      font-size: 15px; } }
.av-cart-customer-ref .keep-shopping {
  font-size: 18px;
  padding: 10px 13px;
  line-height: 1;
  text-transform: initial;
  margin-top: 28px; }
  @media (max-width: 575px) {
    .av-cart-customer-ref .keep-shopping {
      width: 100%;
      margin-bottom: 30px;
      height: 46px; } }
  @media (min-width: 768px) {
    .av-cart-customer-ref .keep-shopping {
      margin-top: 22px; } }
  @media (min-width: 1200px) {
    .av-cart-customer-ref .keep-shopping {
      margin-top: 28px; } }
.av-cart-customer-ref .light-gray-circle {
  background: #E5E5E5; }

.av-cart-add-coupon .input-group {
  border: 1px solid #f1f1f1;
  border-radius: 10px;
  height: 54px; }
  .av-cart-add-coupon .input-group input {
    background: transparent;
    box-shadow: none;
    font-size: 18px;
    margin: 7px 0;
    padding: 0px 14px 0px 24px; }
  .av-cart-add-coupon .input-group .input-group-btn .btn {
    background: transparent;
    color: #ED1C24;
    font-size: 15px;
    font-weight: 500;
    box-shadow: none;
    padding-bottom: 0; }
  .av-cart-add-coupon .input-group .input-group-btn:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 80%;
    width: 1px;
    background-color: #f1f1f1;
    margin: auto; }

.item-code {
  font-size: 16px; }

.av-product-price {
  position: relative; }
  .av-product-price .item-price {
    font-size: 45px;
    font-weight: 500; }
  .av-product-price .av-inc-or-ex {
    font-size: 16px;
    color: #666666; }
  .av-product-price .light-gray-circle {
    width: 55px;
    height: 55px;
    line-height: 55px;
    min-width: 55px;
    font-size: 24px; }
    .av-product-price .light-gray-circle .favourite-description {
      display: none; }
    .av-product-price .light-gray-circle [class$="-favourite"] .fa-stack {
      margin-top: 3px; }

.av-product-right .av-qty {
  min-width: 80px;
  background: transparent;
  box-shadow: none;
  font-size: 24px;
  text-align: center; }
.av-product-right .av-uoms {
  display: flex;
  align-items: center; }
  .av-product-right .av-uoms select {
    min-width: 100px;
    background-color: #eee;
    border-color: transparent;
    border-radius: 10px;
    padding: 0 10px; }
    @media (min-width: 768px) {
      .av-product-right .av-uoms select {
        min-width: 110px; } }

div.product_label {
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: 0;
  top: -1px; }

.av-product-details .bootstrap-select .btn-default {
  color: #000000;
  background-color: #f4f4f4;
  border-color: transparent;
  border-radius: 10px;
  max-width: 186px; }
.av-product-details .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  max-width: 90%; }

#SCS .bootstrap-select {
  box-shadow: none; }
  #SCS .bootstrap-select .btn-default {
    color: #000000;
    background-color: #f4f4f4;
    border-color: transparent;
    border-radius: 10px; }

.product-grid-list-filter .btn {
  box-shadow: 0px 0px 10px #00000017;
  height: 36px;
  color: #404040; }
  .product-grid-list-filter .btn:hover, .product-grid-list-filter .btn.active {
    color: #ED1C24;
    background-color: #f0f0f0; }

.products-list-section .cart-order-summary-block .product-item-block .product-item-imain-wrapper-complete-page .product-price {
  margin-top: 0px; }
.products-list-section .cart-order-summary-block .product-item-block .product-item-imain-wrapper-complete-page .title {
  font-family: 'CorporateS-Bold';
  font-size: 16px;
  line-height: 21px; }
.products-list-section .cart-order-summary-block .product-item-block .product-item-imain-wrapper-complete-page .qty-text, .products-list-section .cart-order-summary-block .product-item-block .product-item-imain-wrapper-complete-page .code-text, .products-list-section .cart-order-summary-block .product-item-block .product-item-imain-wrapper-complete-page .price-text {
  font-family: CorporateS-Demi;
  font-size: 14px;
  line-height: 19px; }
.products-list-section .cart-order-summary-block .product-item-block .product-item-imain-wrapper-complete-page .qty, .products-list-section .cart-order-summary-block .product-item-block .product-item-imain-wrapper-complete-page .amount, .products-list-section .cart-order-summary-block .product-item-block .product-item-imain-wrapper-complete-page .code, .products-list-section .cart-order-summary-block .product-item-block .product-item-imain-wrapper-complete-page .gst {
  font-family: CorporateS-Light;
  font-size: 14px;
  line-height: 19px; }
.products-list-section .cart-order-summary-block .product-item-block .product-item-imain-wrapper-complete-page .line-quantity {
  line-height: 10px; }

.slick-carousel-widget {
  padding: 35px 0 80px; }
  .slick-carousel-widget .recently-viewed-title {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 30px;
    margin-bottom: 50px; }
    .slick-carousel-widget .recently-viewed-title .title {
      margin: 0px; }
    .slick-carousel-widget .recently-viewed-title .clear-recently-viewed {
      font-size: 12px; }
      @media (min-width: 768px) {
        .slick-carousel-widget .recently-viewed-title .clear-recently-viewed {
          font-size: 18px; } }
  .slick-carousel-widget .panel {
    margin-bottom: 0px; }
  .slick-carousel-widget .slick-carousel-item {
    padding: 0 8px; }
    .slick-carousel-widget .slick-carousel-item .recently-view-img {
      background-color: #ffffff;
      background-size: contain;
      height: 134px;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (min-width: 1200px) {
        .slick-carousel-widget .slick-carousel-item .recently-view-img {
          height: 204px; } }
      .slick-carousel-widget .slick-carousel-item .recently-view-img img {
        display: none; }
    .slick-carousel-widget .slick-carousel-item .card-body {
      padding: 15px;
      background: #f8f8f9; }
      .slick-carousel-widget .slick-carousel-item .card-body h5 {
        margin: 0;
        font-size: 14px;
        min-height: 30px; }
    .slick-carousel-widget .slick-carousel-item .view-details {
      display: table;
      margin-left: auto;
      line-height: 0;
      height: 20px;
      width: 20px;
      background: #ED1C24;
      border-radius: 100%;
      padding: 2px;
      text-align: center;
      color: #fff; }
      .slick-carousel-widget .slick-carousel-item .view-details .material-icons {
        font-size: 14px;
        display: table-cell;
        vertical-align: middle; }
  .slick-carousel-widget .slick-prev {
    left: 0; }
  .slick-carousel-widget .slick-next {
    right: 0; }

.recently-view-item {
  overflow: hidden; }

.slick-track {
  margin-left: initial; }

.customer-review-widget {
  margin-top: 65px;
  margin-bottom: 80px; }
  .customer-review-widget .customer-review-title {
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 28px;
    margin-bottom: 42px; }
    .customer-review-widget .customer-review-title h3 {
      font-size: 25px;
      padding-top: 7px; }
    .customer-review-widget .customer-review-title .material-icons {
      font-size: 24px; }
      @media (min-width: 768px) {
        .customer-review-widget .customer-review-title .material-icons {
          font-size: 30px; } }
  .customer-review-widget .customer-review-info-block button[class^='btn'].btn {
    padding-top: 15px; }
  .customer-review-widget .customers-review-rating {
    font-size: 20px;
    margin-top: 35px;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .customer-review-widget .customers-review-rating {
        margin-left: auto;
        margin-right: auto;
        margin-top: 0px;
        margin-bottom: 0px; } }

.total-star-review-rating-data {
  line-height: 1; }
  .total-star-review-rating-data .stars-block .material-icons {
    color: #E5E5E5; }
    .total-star-review-rating-data .stars-block .material-icons.active {
      color: #ED1C24; }
  .total-star-review-rating-data .review-count {
    margin-left: 15px; }
  .total-star-review-rating-data .review-progress-bar {
    background: #eee;
    width: 100px;
    height: 7px;
    border-radius: 20px;
    margin-left: 15px; }
    .total-star-review-rating-data .review-progress-bar .progress-bar-bg {
      background: #808080;
      width: 0px;
      height: 7px;
      border-radius: 20px; }

.customer-no-reviews-block h3 {
  font-size: 16px; }
  @media (min-width: 768px) {
    .customer-no-reviews-block h3 {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .customer-no-reviews-block h3 {
      font-size: 24px; } }
.customer-no-reviews-block p {
  font-size: 12px; }
  @media (min-width: 768px) {
    .customer-no-reviews-block p {
      font-size: 14px; } }
  @media (min-width: 1200px) {
    .customer-no-reviews-block p {
      font-size: 16px; } }

.customer-review-comments-block {
  margin-bottom: 36px;
  margin-top: 60px; }
  @media (min-width: 768px) {
    .customer-review-comments-block {
      margin-bottom: 60px;
      margin-top: 50px; } }
  @media (min-width: 1200px) {
    .customer-review-comments-block {
      margin-bottom: 80px;
      margin-top: 60px; } }
  .customer-review-comments-block .comment-section-title {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 50px; }
    .customer-review-comments-block .comment-section-title .title {
      font-size: 20px;
      border-bottom: 3px solid #404040;
      padding-bottom: 6px;
      margin-bottom: 20px; }
    .customer-review-comments-block .comment-section-title .view-all-comments {
      font-size: 18px; }
  .customer-review-comments-block .light-gray-circle.medium-circle {
    width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
    overflow: initial; }
    .customer-review-comments-block .light-gray-circle.medium-circle:after {
      content: 'done';
      position: absolute;
      font-family: "Material Icons";
      bottom: 0;
      right: 0px;
      line-height: 14px;
      z-index: 10;
      background: #5CBF8E;
      color: #fff;
      width: 16px;
      height: 16px;
      border-radius: 100%;
      border: 1px solid #fff;
      font-size: 10px;
      white-space: nowrap; }
  @media (min-width: 768px) {
    .customer-review-comments-block .review {
      font-size: 15px; } }
  .customer-review-comments-block .review .review-date {
    min-width: 80px; }
  @media (min-width: 768px) {
    .customer-review-comments-block .review-title-description {
      font-size: 18px; } }
  .customer-review-comments-block .review-title-description::first-letter {
    text-transform: uppercase; }
  .customer-review-comments-block .review-title-description .review-content {
    line-height: 25px;
    font-weight: 300; }

.av-product-info {
  margin-bottom: 66px; }
  @media (min-width: 992px) {
    .av-product-info {
      display: flex;
      align-items: flex-start;
      border-bottom: 1px solid #f1f1f1; } }
  .av-product-info .av-product-left #multiple-images .bx-wrapper {
    margin: 30px auto; }
    @media (min-width: 768px) {
      .av-product-info .av-product-left #multiple-images .bx-wrapper {
        margin: 67px auto; } }
  .av-product-info .av-product-left #multiple-images .av-product-carousel li .av-img-placeholder {
    padding: 3px; }
    @media (min-width: 768px) {
      .av-product-info .av-product-left #multiple-images .av-product-carousel li .av-img-placeholder {
        padding: 8px; } }
    .av-product-info .av-product-left #multiple-images .av-product-carousel li .av-img-placeholder .av-img-placeholder-wrap {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
      border-radius: 10px;
      overflow: hidden; }
      @media (min-width: 768px) {
        .av-product-info .av-product-left #multiple-images .av-product-carousel li .av-img-placeholder .av-img-placeholder-wrap {
          border-radius: 15px; } }
  .av-product-info .av-product-right {
    align-self: normal;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    @media (min-width: 768px) {
      .av-product-info .av-product-right {
        border-left: 1px solid #f1f1f1; } }

.av-product-details {
  padding: 30px 0px 10px 0px; }
  @media (min-width: 768px) {
    .av-product-details {
      padding: 30px 0px 10px 0px; } }
  .av-product-details .product-description {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 20px; }
  .av-product-details .av-product-stars {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1;
    cursor: pointer; }
    .av-product-details .av-product-stars .material-icons {
      font-size: 18px; }

.product-add-to-cart {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0px 15px; }
  @media (min-width: 768px) {
    .product-add-to-cart {
      padding: 15px;
      background: #F8F8F9; } }
  .product-add-to-cart .av-uoms select {
    padding: 0 22px 0 12px;
    background-position: 90% 50%;
    background-color: #eeeeee; }
  .product-add-to-cart .light-gray-circle {
    background-color: #eeeeee; }
  @media (max-width: 767px) {
    .product-add-to-cart button {
      width: 100%;
      height: 45px;
      font-size: 18px; } }

.product-section .av-product-info {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .product-section .av-product-info {
      margin-bottom: 66px; } }

.av-product-description-and-specifics {
  margin-bottom: 158px; }
  .av-product-description-and-specifics .av-product-info-content {
    font-size: 16px; }
  .av-product-description-and-specifics .av-product-info-content .av-product-full-details {
    border-bottom: 1px solid #f1f1f1;
    margin-top: 26px;
    padding-bottom: 30px; }
    @media (min-width: 992px) {
      .av-product-description-and-specifics .av-product-info-content .av-product-full-details .table {
        max-width: 80%;
        margin: auto;
        font-size: 18px; } }
    .av-product-description-and-specifics .av-product-info-content .av-product-full-details .table > tbody > tr > td {
      border-radius: 0;
      border: none;
      border-bottom: 1px solid #f1f1f1; }
      .av-product-description-and-specifics .av-product-info-content .av-product-full-details .table > tbody > tr > td:first-child {
        font-weight: 500; }
      .av-product-description-and-specifics .av-product-info-content .av-product-full-details .table > tbody > tr > td:last-child {
        text-align: right; }
    .av-product-description-and-specifics .av-product-info-content .av-product-full-details .table > tbody > tr:last-child > td {
      border: none; }

.av-product-title-section {
  border-bottom: 1px solid #f1f1f1; }
  .av-product-title-section .title {
    padding: 23px 0;
    margin: 0;
    font-size: 25px; }

.av-related-products {
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 26px; }
  .av-related-products [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px; }
  @media (max-width: 575px) {
    .av-related-products .col-custome {
      width: 50%; } }
  .av-related-products .related-product {
    margin-bottom: 20px;
    border-radius: 20px;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.25);
    overflow: hidden; }
    @media (min-width: 576px) {
      .av-related-products .related-product {
        width: 159px; } }
    @media (min-width: 768px) {
      .av-related-products .related-product {
        width: 138px; } }
    @media (min-width: 1600px) {
      .av-related-products .related-product {
        width: 159px; } }
    .av-related-products .related-product .img-placeholder {
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
      height: 227px; }
      .av-related-products .related-product .img-placeholder img {
        display: none; }
    .av-related-products .related-product .av-related-items-description {
      background-color: #f8f8f9;
      padding: 15px;
      line-height: 1.2;
      font-size: 13px;
      min-height: 90px; }
      @media (min-width: 768px) {
        .av-related-products .related-product .av-related-items-description {
          min-height: 120px; } }
      @media (min-width: 1600px) {
        .av-related-products .related-product .av-related-items-description {
          min-height: 90px; } }
      .av-related-products .related-product .av-related-items-description h4 {
        font-size: 20px;
        font-weight: 600;
        margin: 0; }
        .av-related-products .related-product .av-related-items-description h4.offer-price {
          color: #ED1C24;
          font-style: italic; }
      .av-related-products .related-product .av-related-items-description .small-circle .material-icons {
        font-size: 16px; }

select.select-color-size {
  outline: none;
  box-shadow: none;
  padding: 0 14px;
  border-radius: 10px;
  background-color: #f4f4f4;
  background-position: 96% 50%;
  border: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=); }

select.select-color-size:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAMAAACelLz8AAAAJ1BMVEVmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmaP/QSjAAAADHRSTlMAAgMJC0uWpKa6wMxMdjkoAAAANUlEQVR4AeXJyQEAERAAsNl7Hf3X6xt0QL6JpZWq30pdvdadme+0PMdzvHm8YThHcT1H7K0BtOMDniZhWOgAAAAASUVORK5CYII=); }

.av-product-key-features-section {
  background-color: #404040;
  color: #ffffff;
  padding-bottom: 132px; }
  .av-product-key-features-section h2, .av-product-key-features-section h3, .av-product-key-features-section h4, .av-product-key-features-section h5, .av-product-key-features-section h6 {
    color: #ffffff; }
  .av-product-key-features-section .title-section {
    color: #ffffff;
    font-size: 24px;
    margin-top: 40px; }
    @media (min-width: 768px) {
      .av-product-key-features-section .title-section {
        font-size: 30px; } }
    @media (min-width: 1600px) {
      .av-product-key-features-section .title-section {
        font-size: 40px; } }
  .av-product-key-features-section .av-product-key-features-left-side {
    align-self: flex-start;
    background-color: rgba(255, 255, 255, 0.09);
    border-radius: 20px;
    padding: 12px 23px;
    flex-grow: 1;
    max-width: 375px;
    font-size: 20px; }
    @media (max-width: 991px) {
      .av-product-key-features-section .av-product-key-features-left-side {
        margin-bottom: 30px; } }
    @media (min-width: 1600px) {
      .av-product-key-features-section .av-product-key-features-left-side {
        max-width: 486px;
        font-size: 24px; } }
    .av-product-key-features-section .av-product-key-features-left-side .table > tbody > tr {
      background-color: transparent; }
      @media (min-width: 1600px) {
        .av-product-key-features-section .av-product-key-features-left-side .table > tbody > tr {
          height: 80px; } }
      .av-product-key-features-section .av-product-key-features-left-side .table > tbody > tr > td {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #777;
        padding-left: 0;
        padding-right: 0; }
        .av-product-key-features-section .av-product-key-features-left-side .table > tbody > tr > td:first-child {
          font-weight: 500; }
        .av-product-key-features-section .av-product-key-features-left-side .table > tbody > tr > td:last-child {
          text-align: right; }
      .av-product-key-features-section .av-product-key-features-left-side .table > tbody > tr:last-child > td {
        border: none; }
  .av-product-key-features-section .key-features-description {
    margin-top: 50px;
    margin-bottom: 50px; }
    @media (min-width: 1600px) {
      .av-product-key-features-section .key-features-description {
        margin-top: 120px;
        margin-bottom: 120px; } }
  .av-product-key-features-section .av-product-key-features-details {
    width: 100%;
    justify-content: space-between; }
    @media (min-width: 992px) {
      .av-product-key-features-section .av-product-key-features-details {
        margin-left: auto;
        width: auto;
        justify-content: initial; } }
    .av-product-key-features-section .av-product-key-features-details .key-features-component {
      max-width: 178px; }
      @media (min-width: 992px) {
        .av-product-key-features-section .av-product-key-features-details .key-features-component {
          margin-left: 53px; } }
      .av-product-key-features-section .av-product-key-features-details .key-features-component .image-block {
        max-width: 94px;
        margin-bottom: 40px; }
      .av-product-key-features-section .av-product-key-features-details .key-features-component p {
        line-height: 1.2; }
  .av-product-key-features-section .av-product-key-features-video-block {
    position: relative; }
    .av-product-key-features-section .av-product-key-features-video-block .key-features-video {
      width: 100%;
      padding-bottom: 56.25%;
      border-radius: 25px; }
      @media (min-width: 992px) {
        .av-product-key-features-section .av-product-key-features-video-block .key-features-video {
          padding-bottom: 36.25%; } }
      .av-product-key-features-section .av-product-key-features-video-block .key-features-video:after {
        height: 100%;
        content: "";
        position: absolute;
        width: 100%;
        cursor: pointer; }
      .av-product-key-features-section .av-product-key-features-video-block .key-features-video.jq-video-play:after {
        display: none; }
      .av-product-key-features-section .av-product-key-features-video-block .key-features-video.jq-video-play + .key-features-video-details {
        display: none; }
    .av-product-key-features-section .av-product-key-features-video-block .key-features-video-details {
      max-width: 288px;
      background-color: rgba(0, 0, 0, 0.6);
      padding: 35px 25px;
      border-top-right-radius: 25px;
      border-bottom-right-radius: 25px;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0; }
      @media (min-width: 992px) {
        .av-product-key-features-section .av-product-key-features-video-block .key-features-video-details {
          max-width: 338px;
          padding: 55px 45px 75px; } }

.av-list-item-card {
  display: flex;
  flex-direction: column; }
  @media (min-width: 768px) {
    .av-list-item-card {
      min-height: 400px; } }
  @media (min-width: 768px) {
    .av-list-item-card .av-result-img {
      height: 235px; } }
  .av-list-item-card .av-result-img img {
    margin: auto;
    display: block; }
  .av-list-item-card .av-result-img .av-favs .light-gray-circle {
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px; }
    .av-list-item-card .av-result-img .av-favs .light-gray-circle i {
      color: #ED1C24;
      font-size: 20px; }
    .av-list-item-card .av-result-img .av-favs .light-gray-circle:hover i, .av-list-item-card .av-result-img .av-favs .light-gray-circle:focus i, .av-list-item-card .av-result-img .av-favs .light-gray-circle:active i {
      color: #ffffff; }
  .av-list-item-card .av-result-img .av-img-placeholder {
    margin: auto; }
  .av-list-item-card .av-result-details .av-result-price {
    font-size: 20px;
    color: #000;
    font-weight: 500;
    line-height: 1; }
    .av-list-item-card .av-result-details .av-result-price .av-inc-or-ex {
      font-size: 11px;
      color: #666666; }
  .av-list-item-card .av-result-details .av-product-avail .label {
    border: none;
    padding: 0;
    font-size: 11px;
    font-weight: 600;
    background-color: transparent; }
    .av-list-item-card .av-result-details .av-product-avail .label.label-success {
      color: #68c397; }
  .av-list-item-card .btn-sm {
    padding: 5px 10px 2px;
    font-size: 14px; }
  .av-list-item-card .material-icons {
    font-size: 16px; }
  .av-list-item-card .av-list-item-details {
    margin: 0 -15px -15px;
    padding: 15px;
    flex-grow: 1; }
    .av-list-item-card .av-list-item-details .product-title {
      font-family: CorporateS-Demi;
      font-size: 21px;
      line-height: 25px;
      text-transform: uppercase; }
      @media (max-width: 576px) {
        .av-list-item-card .av-list-item-details .product-title {
          font-size: 17px;
          line-height: 20px;
          margin-bottom: 8px; } }
    .av-list-item-card .av-list-item-details .product-price-addtocart-wrapper .product-price {
      font-family: CorporateS-Light;
      font-size: 18px;
      line-height: 23px;
      text-transform: uppercase; }
      @media (max-width: 576px) {
        .av-list-item-card .av-list-item-details .product-price-addtocart-wrapper .product-price {
          font-size: 17px;
          line-height: 18px; } }
      .av-list-item-card .av-list-item-details .product-price-addtocart-wrapper .product-price .price {
        color: #E50019; }
      .av-list-item-card .av-list-item-details .product-price-addtocart-wrapper .product-price .av-inc-or-ex {
        font-size: 12px; }
    .av-list-item-card .av-list-item-details .product-price-addtocart-wrapper .add-to-cart {
      align-self: end; }
      .av-list-item-card .av-list-item-details .product-price-addtocart-wrapper .add-to-cart .add-to-cart {
        font-family: CorporateS-Demi;
        font-size: 18px;
        line-height: 23px;
        padding: 12px 32px;
        text-transform: uppercase;
        border: 1px solid #000;
        letter-spacing: 0px;
        text-align: center; }
        @media (max-width: 576px) {
          .av-list-item-card .av-list-item-details .product-price-addtocart-wrapper .add-to-cart .add-to-cart {
            font-size: 16px;
            line-height: 20px;
            padding: 12px; } }
  .av-list-item-card .quantity .light-gray-circle {
    background-color: #eee; }
  .av-list-item-card .quantity input[type="text"] {
    text-align: center;
    box-shadow: none;
    line-height: 1; }

.fs-heading-cart .light-gray-circle {
  color: #ED1C24;
  font-size: 50px;
  line-height: 1.4; }

.search-results [class*="col-"] {
  float: none;
  display: inline-block;
  margin: 0 -2px; }

.search-result-articles-block ul:not(.list) .av-list-item-card {
  min-height: initial;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
  font-size: 12px; }
  @media (min-width: 1200px) {
    .search-result-articles-block ul:not(.list) .av-list-item-card {
      margin-bottom: 65px; } }
  .search-result-articles-block ul:not(.list) .av-list-item-card .av-result-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 306px; }
    .search-result-articles-block ul:not(.list) .av-list-item-card .av-result-img img {
      display: none; }
  .search-result-articles-block ul:not(.list) .av-list-item-card .card-details {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 15px 15px 10px;
    width: 100%; }
  .search-result-articles-block ul:not(.list) .av-list-item-card .card-details-description {
    line-height: 1.4; }
.search-result-articles-block .list li {
  padding: 10px 15px;
  background: #fff;
  border-radius: 15px;
  margin-bottom: 25px; }

@media (min-width: 768px) {
  .list .av-list-item-card {
    flex-direction: row;
    min-height: initial;
    align-items: center; }
    .list .av-list-item-card .av-result-img {
      height: auto;
      max-width: 320px; }
    .list .av-list-item-card .av-list-item-details {
      margin: 0;
      padding: 0;
      background-color: transparent;
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap;
      flex-direction: row; }
    .list .av-list-item-card .product-info .av-result-title h5 {
      margin-bottom: 0; }
    .list .av-list-item-card .product-info .av-product-avail {
      margin-left: 10px; }
    .list .av-list-item-card .av-overlay {
      margin-left: auto;
      flex-direction: column;
      display: flex; }
      .list .av-list-item-card .av-overlay .quick-view-icon {
        margin-left: auto; }
        .list .av-list-item-card .av-overlay .quick-view-icon i {
          padding-bottom: 2px; }
      .list .av-list-item-card .av-overlay .quantity {
        margin-right: 10px; }
  .list .card-details-title {
    color: #000; } }

.category-main-banner {
  margin-bottom: 30px; }
  @media (min-width: 1600px) {
    .category-main-banner {
      margin-bottom: 50px; } }

.product-listing-page-banner {
  background-repeat: no-repeat;
  background-position: center right;
  /*background-size: 50%;*/
  padding: 60px 0px;
  background-size: 800px; }
  @media (min-width: 768px) {
    .product-listing-page-banner .category-product-details {
      max-width: 40%; } }
  .product-listing-page-banner .title {
    font-size: 35px;
    margin-top: 0; }
    @media (max-width: 768px) {
      .product-listing-page-banner .title {
        background: rgba(255, 255, 255, 0.8);
        padding: 15px;
        border-radius: 15px; } }
    @media (min-width: 768px) {
      .product-listing-page-banner .title {
        font-size: 65px;
        line-height: 1; } }
    @media (min-width: 1600px) {
      .product-listing-page-banner .title {
        font-size: 65px; } }
  .product-listing-page-banner .description {
    font-size: 18px;
    display: none;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .product-listing-page-banner .description {
        display: block; } }

.categorypage {
  margin-bottom: 100px; }
  .categorypage .section-title {
    margin: 20px 0 45px; }
    @media (min-width: 768px) {
      .categorypage .section-title {
        margin: 40px 0 70px; } }
    @media (min-width: 1600px) {
      .categorypage .section-title {
        margin: 70px 0 100px; } }
  @media (min-width: 1600px) {
    .categorypage .panel {
      max-width: 268px;
      margin: 0 auto 70px; } }
  .categorypage .panel .av-list-item-card {
    padding: 0; }
    @media (min-width: 768px) {
      .categorypage .panel .av-list-item-card {
        min-height: 337px; } }
    .categorypage .panel .av-list-item-card .av-list-item-details {
      margin: 0; }
      @media (max-width: 767px) {
        .categorypage .panel .av-list-item-card .av-list-item-details {
          font-size: 12px; } }
      @media (max-width: 767px) {
        .categorypage .panel .av-list-item-card .av-list-item-details .title {
          font-size: 14px;
          margin-bottom: 5px; } }
  .categorypage .panel .av-img-placeholder-wrap {
    min-height: 142px;
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 768px) {
      .categorypage .panel .av-img-placeholder-wrap {
        min-height: 240px; } }
    .categorypage .panel .av-img-placeholder-wrap img {
      display: none; }

@media (min-width: 768px) {
  .ecom-blog-component {
    padding-top: 45px; } }
.ecom-blog-component .ecom-blog-main-post {
  margin-bottom: 30px; }
  @media (min-width: 1600px) {
    .ecom-blog-component .ecom-blog-main-post {
      margin-bottom: 190px; } }
  .ecom-blog-component .ecom-blog-main-post .av-blog-post-image-primary {
    max-width: 780px;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); }
    @media (max-width: 767px) {
      .ecom-blog-component .ecom-blog-main-post .av-blog-post-image-primary {
        margin-bottom: 30px;
        border-radius: 0px;
        margin-left: -15px;
        margin-right: -15px; } }
  .ecom-blog-component .ecom-blog-main-post .blog-main-title {
    font-size: 41px; }
    @media (min-width: 768px) {
      .ecom-blog-component .ecom-blog-main-post .blog-main-title {
        font-size: 74px; } }
  .ecom-blog-component .ecom-blog-main-post .blog-sub-heading {
    font-size: 16px;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .ecom-blog-component .ecom-blog-main-post .blog-sub-heading {
        font-size: 18px; } }
.ecom-blog-component .blog-post-content {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .ecom-blog-component .blog-post-content {
      font-size: 23px;
      margin-bottom: 145px; } }
.ecom-blog-component .blog-page-views-likes {
  font-size: 17px;
  font-weight: 500; }
  .ecom-blog-component .blog-page-views-likes .light-gray-circle {
    width: 47px;
    height: 47px;
    line-height: 47px;
    min-width: 47px;
    color: #404040; }
    @media (max-width: 767px) {
      .ecom-blog-component .blog-page-views-likes .light-gray-circle {
        width: 36px;
        min-width: 36px;
        height: 36px;
        line-height: 36px; } }
    @media (max-width: 767px) {
      .ecom-blog-component .blog-page-views-likes .light-gray-circle .material-icons {
        font-size: 22px; } }
  .ecom-blog-component .blog-page-views-likes .blog-post-view-like-item {
    margin-left: 20px; }
    @media (min-width: 768px) {
      .ecom-blog-component .blog-page-views-likes .blog-post-view-like-item {
        margin-left: 30px; } }
    .ecom-blog-component .blog-page-views-likes .blog-post-view-like-item:first-child {
      margin-left: 0px; }
@media (max-width: 767px) {
  .ecom-blog-component .widget-type-image img {
    margin-bottom: 20px; } }

.news-section .avenue-news-content .blog-page-views-likes .blog-post-view-like-item {
  margin-left: 20px; }
  @media (min-width: 992px) {
    .news-section .avenue-news-content .blog-page-views-likes .blog-post-view-like-item {
      margin-left: 30px; } }
  .news-section .avenue-news-content .blog-page-views-likes .blog-post-view-like-item:first-child {
    margin-left: 0px; }
  @media (max-width: 767px) {
    .news-section .avenue-news-content .blog-page-views-likes .blog-post-view-like-item .light-gray-circle {
      width: 28px;
      min-width: 28px;
      height: 28px;
      line-height: 28px; } }
  @media (max-width: 767px) {
    .news-section .avenue-news-content .blog-page-views-likes .blog-post-view-like-item .light-gray-circle .material-icons {
      font-size: 16px; } }

.news-form {
  background: #F8F8F9; }
  .news-form .news-form-content {
    padding-top: 52px;
    padding-bottom: 44px; }
    @media (min-width: 1200px) {
      .news-form .news-form-content {
        padding-top: 89px;
        padding-bottom: 63px; } }
    @media (min-width: 1600px) {
      .news-form .news-form-content {
        padding-top: 79px;
        padding-bottom: 73px; } }
    .news-form .news-form-content h2 {
      font-size: 25px;
      margin-bottom: 48px; }
      @media (min-width: 768px) {
        .news-form .news-form-content h2 {
          font-size: 26px;
          margin-bottom: 47px; } }
      @media (min-width: 1200px) {
        .news-form .news-form-content h2 {
          font-size: 30px;
          margin-bottom: 42px; } }
    .news-form .news-form-content .view-more h4 {
      margin-top: 48px; }
      @media (min-width: 768px) {
        .news-form .news-form-content .view-more h4 {
          margin-top: 36px; } }
    .news-form .news-form-content .view-more .show-all {
      text-decoration: none; }
      .news-form .news-form-content .view-more .show-all i {
        margin-left: 50px; }
    .news-form .news-form-content .view-more .comment-list-item {
      padding: 10px 15px;
      border: 1px solid #f1f1f1;
      border-radius: 15px;
      background: white;
      margin-bottom: 15px; }
    .news-form .news-form-content .news-form-section .form-group {
      margin-bottom: 19px; }
      @media (min-width: 768px) {
        .news-form .news-form-content .news-form-section .form-group {
          margin-bottom: 31px; } }
    .news-form .news-form-content .news-form-section .d-flex {
      display: block; }
      @media (min-width: 992px) {
        .news-form .news-form-content .news-form-section .d-flex {
          display: flex; } }
    .news-form .news-form-content .news-form-section input {
      height: 55px; }
    .news-form .news-form-content .news-form-section input,
    .news-form .news-form-content .news-form-section textarea {
      padding-left: 14px;
      padding-right: 14px;
      box-shadow: none;
      border-radius: 10px;
      background: white;
      border: 1px solid #f1f1f1; }
      @media (min-width: 768px) {
        .news-form .news-form-content .news-form-section input,
        .news-form .news-form-content .news-form-section textarea {
          padding-left: 16px;
          padding-right: 16px; } }
      @media (min-width: 1200px) {
        .news-form .news-form-content .news-form-section input,
        .news-form .news-form-content .news-form-section textarea {
          border-radius: 15px; } }
    .news-form .news-form-content .news-form-section textarea {
      line-height: 1.85;
      resize: none;
      padding: 12px 14px; }
      @media (min-width: 768px) {
        .news-form .news-form-content .news-form-section textarea {
          padding: 11px 16px; } }
    .news-form .news-form-content .news-form-section .btn-primary {
      border-radius: 10px;
      width: 100%;
      height: 55px;
      margin-top: 14px; }
      @media (min-width: 1200px) {
        .news-form .news-form-content .news-form-section .btn-primary {
          border-radius: 15px; } }
    .news-form .news-form-content .news-form-section label {
      padding-left: 14px; }
      @media (min-width: 768px) {
        .news-form .news-form-content .news-form-section label {
          padding-left: 16px; } }

.blog-associated-products {
  padding: 3rem;
  background: #F4F4F4;
  border-radius: 20px; }

.blog-associated-products .related-product-item {
  margin-bottom: 0.75rem;
  background: #fff;
  border-radius: 20px;
  padding: 1rem; }

.blog-associated-products .grid-code {
  font-size: 14px;
  color: #333333; }

.blog-associated-products .product-stock .label {
  font-size: 12px; }

.blog-associated-products .grid-price {
  font-size: 16px;
  color: #333333; }

.blog-associated-products .add-table .btn {
  padding: 10px; }

.blog-associated-products .add-btn-wrap {
  width: 50px; }

.sidebar-top.blog-associated-products {
  max-width: 600px;
  margin: auto; }

.latest-news-wrapper {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (min-width: 1600px) {
    .latest-news-wrapper .custom-masonry-grid .custom-masonry-card:nth-child(1) {
      grid-column-end: 4;
      grid-row-end: 3; } }
  @media (min-width: 1600px) {
    .latest-news-wrapper .custom-masonry-grid .custom-masonry-card:nth-child(1) .image-placeholder {
      min-height: 485px; } }
  .latest-news-wrapper .custom-masonry-grid .custom-masonry-card:nth-child(1) .card-details .card-details-description {
    display: block; }
  @media (min-width: 1600px) {
    .latest-news-wrapper .custom-masonry-grid .custom-masonry-card:nth-child(2) {
      grid-row-start: 1;
      grid-row-end: 3;
      grid-column-start: 4;
      grid-column-end: 6; } }
  @media (min-width: 1600px) {
    .latest-news-wrapper .custom-masonry-grid .custom-masonry-card:nth-child(2) .image-placeholder {
      min-height: 356px; } }
  @media (min-width: 1600px) {
    .latest-news-wrapper .custom-masonry-grid .custom-masonry-card:nth-child(3) {
      grid-row-start: 1;
      grid-column-start: 6;
      grid-column-end: 10; } }
  @media (min-width: 1600px) {
    .latest-news-wrapper .custom-masonry-grid .custom-masonry-card:nth-child(3) .image-placeholder {
      min-height: 230px; } }
  @media (min-width: 1600px) {
    .latest-news-wrapper .custom-masonry-grid .custom-masonry-card:nth-child(4) {
      grid-row-start: 1;
      grid-row-end: 2;
      grid-column-start: 6;
      grid-column-end: 8; } }
  @media (min-width: 1600px) {
    .latest-news-wrapper .custom-masonry-grid .custom-masonry-card:nth-child(4) .image-placeholder {
      min-height: 230px; } }
  @media (min-width: 1600px) {
    .latest-news-wrapper .custom-masonry-grid .custom-masonry-card:nth-child(5) {
      grid-row-start: 1;
      grid-row-end: 3;
      grid-column-start: 10;
      grid-column-end: 13; } }
  @media (min-width: 1600px) {
    .latest-news-wrapper .custom-masonry-grid .custom-masonry-card:nth-child(5) .image-placeholder {
      min-height: 370px; } }
  @media (min-width: 1600px) {
    .latest-news-wrapper .custom-masonry-grid .custom-masonry-card:nth-child(6) {
      grid-row-start: 1;
      grid-row-end: 2;
      grid-column-start: 8;
      grid-column-end: 10; } }
  .latest-news-wrapper .load-more-page .custom-masonry-grid {
    margin-top: 30px; }
    @media (min-width: 1600px) {
      .latest-news-wrapper .load-more-page .custom-masonry-grid {
        margin-top: 100px; } }

.load-more-latest-news {
  color: #000;
  text-transform: capitalize;
  font-size: 20px;
  padding-right: 30px;
  position: static;
  border: none;
  right: 0;
  bottom: 0px;
  text-transform: unset !important; }
  @media (min-width: 992px) {
    .load-more-latest-news {
      font-size: 24px;
      padding-right: 50px; } }
  .load-more-latest-news:hover, .load-more-latest-news:focus {
    border: transparent;
    background-color: transparent; }
  .load-more-latest-news .custom-arrow:before {
    content: '';
    width: 75px;
    height: 1px;
    position: absolute;
    background: #000;
    bottom: 8px;
    right: 0; }
  .load-more-latest-news .custom-arrow:after {
    content: '';
    position: absolute;
    border-left: 8px solid #000;
    border-bottom: 8px solid transparent;
    border-top: 8px solid transparent;
    right: 0;
    bottom: 0; }

.custom-masonry-block .title-section {
  font-size: 20px; }
  @media (min-width: 992px) {
    .custom-masonry-block .title-section {
      font-size: 40px; } }

.custom-masonry-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
  align-items: end; }
  .custom-masonry-grid .custom-masonry-card {
    background: #f8f8f9;
    border-radius: 20px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    position: relative; }
    .custom-masonry-grid .custom-masonry-card .image-placeholder {
      min-height: 160px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      border-radius: 20px; }
      @media (min-width: 768px) {
        .custom-masonry-grid .custom-masonry-card .image-placeholder {
          min-height: 219px; } }
      .custom-masonry-grid .custom-masonry-card .image-placeholder img {
        display: none; }
    .custom-masonry-grid .custom-masonry-card .card-details {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.75);
      color: #fff;
      padding: 0 20px 10px;
      width: 100%;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }
      .custom-masonry-grid .custom-masonry-card .card-details .card-details-title {
        color: #ffffff;
        font-size: 12px;
        margin-bottom: 5px; }
        @media (min-width: 768px) {
          .custom-masonry-grid .custom-masonry-card .card-details .card-details-title {
            font-size: 18px; } }
      .custom-masonry-grid .custom-masonry-card .card-details .read-more-section .view-icon {
        color: #fff;
        background: #ED1C24;
        width: 22px;
        height: 22px;
        line-height: 22px;
        border-radius: 50%; }
        .custom-masonry-grid .custom-masonry-card .card-details .read-more-section .view-icon i {
          font-size: 12px; }
      .custom-masonry-grid .custom-masonry-card .card-details .card-details-description {
        display: none;
        font-size: 10px;
        line-height: 1.4; }
        @media (min-width: 768px) {
          .custom-masonry-grid .custom-masonry-card .card-details .card-details-description {
            font-size: 16px; } }
      .custom-masonry-grid .custom-masonry-card .card-details .card-created-date-icon {
        font-size: 10px;
        font-weight: 500; }
        @media (min-width: 768px) {
          .custom-masonry-grid .custom-masonry-card .card-details .card-created-date-icon {
            font-size: 12px; } }
        .custom-masonry-grid .custom-masonry-card .card-details .card-created-date-icon a {
          font-size: 12px; }
          @media (min-width: 768px) {
            .custom-masonry-grid .custom-masonry-card .card-details .card-created-date-icon a {
              font-size: 14px; } }
      .custom-masonry-grid .custom-masonry-card .card-details a {
        color: #ED1C24; }
  .custom-masonry-grid .custom-masonry-card:first-child {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 13; }
    @media (min-width: 768px) {
      .custom-masonry-grid .custom-masonry-card:first-child {
        grid-column-end: 5;
        grid-row-end: 3; } }
    @media (min-width: 1600px) {
      .custom-masonry-grid .custom-masonry-card:first-child {
        grid-column-end: 4;
        grid-row-end: 2; } }
    @media (max-width: 1599px) {
      .custom-masonry-grid .custom-masonry-card:first-child .image-placeholder {
        min-height: 460px; } }
    @media (max-width: 767px) {
      .custom-masonry-grid .custom-masonry-card:first-child .image-placeholder {
        min-height: 345px; } }
    .custom-masonry-grid .custom-masonry-card:first-child .card-details .read-more-section .view-icon {
      display: none; }
    .custom-masonry-grid .custom-masonry-card:first-child .card-details .card-details-description {
      display: block; }
      @media (min-width: 768px) {
        .custom-masonry-grid .custom-masonry-card:first-child .card-details .card-details-description {
          display: block; } }
      @media (min-width: 1600px) {
        .custom-masonry-grid .custom-masonry-card:first-child .card-details .card-details-description {
          display: none; } }
  .custom-masonry-grid .custom-masonry-card:nth-child(3) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 7; }
    @media (min-width: 768px) {
      .custom-masonry-grid .custom-masonry-card:nth-child(3) {
        grid-row-start: 1;
        grid-column-start: 5;
        grid-column-end: 8; } }
    @media (min-width: 1600px) {
      .custom-masonry-grid .custom-masonry-card:nth-child(3) {
        grid-row-start: 2;
        grid-row-end: 3;
        grid-column-start: 1;
        grid-column-end: 3; } }
    .custom-masonry-grid .custom-masonry-card:nth-child(3) .image-placeholder {
      min-height: 240px; }
      @media (min-width: 768px) {
        .custom-masonry-grid .custom-masonry-card:nth-child(3) .image-placeholder {
          min-height: 330px; } }
      @media (min-width: 1600px) {
        .custom-masonry-grid .custom-masonry-card:nth-child(3) .image-placeholder {
          min-height: 219px; } }
    .custom-masonry-grid .custom-masonry-card:nth-child(3) .card-details .read-more-section .read-more {
      display: none; }
  .custom-masonry-grid .custom-masonry-card:nth-child(2) {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 7;
    grid-column-end: 13; }
    @media (min-width: 768px) {
      .custom-masonry-grid .custom-masonry-card:nth-child(2) {
        grid-row-start: 1;
        grid-column-start: 8;
        grid-column-end: 13; } }
    @media (min-width: 1600px) {
      .custom-masonry-grid .custom-masonry-card:nth-child(2) {
        grid-column-start: 4;
        grid-column-end: 7; } }
    @media (min-width: 768px) {
      .custom-masonry-grid .custom-masonry-card:nth-child(2) .image-placeholder {
        min-height: 220px; } }
    @media (min-width: 1600px) {
      .custom-masonry-grid .custom-masonry-card:nth-child(2) .image-placeholder {
        min-height: 462px; } }
    .custom-masonry-grid .custom-masonry-card:nth-child(2) .card-details .read-more-section .view-icon {
      display: flex; }
      @media (min-width: 768px) {
        .custom-masonry-grid .custom-masonry-card:nth-child(2) .card-details .read-more-section .view-icon {
          display: none; } }
    .custom-masonry-grid .custom-masonry-card:nth-child(2) .card-details .read-more-section .read-more {
      display: none; }
      @media (min-width: 768px) {
        .custom-masonry-grid .custom-masonry-card:nth-child(2) .card-details .read-more-section .read-more {
          display: flex; } }
    .custom-masonry-grid .custom-masonry-card:nth-child(2) .card-details .card-details-description {
      display: none; }
      @media (min-width: 1600px) {
        .custom-masonry-grid .custom-masonry-card:nth-child(2) .card-details .card-details-description {
          display: block; } }
  .custom-masonry-grid .custom-masonry-card:nth-child(4) {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 1;
    grid-column-end: 7; }
    @media (min-width: 768px) {
      .custom-masonry-grid .custom-masonry-card:nth-child(4) {
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 8;
        grid-column-end: 11; }
        .custom-masonry-grid .custom-masonry-card:nth-child(4) .image-placeholder {
          min-height: 220px; } }
    @media (min-width: 1600px) {
      .custom-masonry-grid .custom-masonry-card:nth-child(4) {
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 7;
        grid-column-end: 9; } }
    @media (min-width: 768px) {
      .custom-masonry-grid .custom-masonry-card:nth-child(4) .image-placeholder {
        min-height: 220px; } }
    @media (min-width: 1600px) {
      .custom-masonry-grid .custom-masonry-card:nth-child(4) .image-placeholder {
        min-height: 352px; } }
    .custom-masonry-grid .custom-masonry-card:nth-child(4) .card-details .read-more-section .read-more {
      display: none; }
  .custom-masonry-grid .custom-masonry-card:nth-child(5) {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 7;
    grid-column-end: 13; }
    @media (min-width: 768px) {
      .custom-masonry-grid .custom-masonry-card:nth-child(5) {
        grid-row-start: 3;
        grid-row-end: 4;
        grid-column-start: 1;
        grid-column-end: 7; } }
    @media (min-width: 1600px) {
      .custom-masonry-grid .custom-masonry-card:nth-child(5) {
        grid-row-start: 1;
        grid-row-end: 3;
        grid-column-start: 9;
        grid-column-end: 13; } }
    @media (max-width: 767px) {
      .custom-masonry-grid .custom-masonry-card:nth-child(5) .image-placeholder {
        min-height: 240px; } }
    .custom-masonry-grid .custom-masonry-card:nth-child(5) .card-details .read-more-section .view-icon {
      display: flex; }
      @media (min-width: 768px) {
        .custom-masonry-grid .custom-masonry-card:nth-child(5) .card-details .read-more-section .view-icon {
          display: none; } }
    .custom-masonry-grid .custom-masonry-card:nth-child(5) .card-details .read-more-section .read-more {
      display: none; }
      @media (min-width: 768px) {
        .custom-masonry-grid .custom-masonry-card:nth-child(5) .card-details .read-more-section .read-more {
          display: flex; } }
  .custom-masonry-grid .custom-masonry-card:nth-child(6) {
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 13; }
    @media (min-width: 768px) {
      .custom-masonry-grid .custom-masonry-card:nth-child(6) {
        grid-row-start: 3;
        grid-row-end: 4;
        grid-column-start: 7;
        grid-column-end: 13; } }
    @media (min-width: 1600px) {
      .custom-masonry-grid .custom-masonry-card:nth-child(6) {
        grid-row-start: 1;
        grid-row-end: 2;
        grid-column-start: 11;
        grid-column-end: 13; } }
    .custom-masonry-grid .custom-masonry-card:nth-child(6) .card-details .read-more-section .read-more {
      display: flex; }
      @media (min-width: 768px) {
        .custom-masonry-grid .custom-masonry-card:nth-child(6) .card-details .read-more-section .read-more {
          display: flex; } }
      @media (min-width: 1600px) {
        .custom-masonry-grid .custom-masonry-card:nth-child(6) .card-details .read-more-section .read-more {
          display: none; } }
    .custom-masonry-grid .custom-masonry-card:nth-child(6) .card-details .read-more-section .view-icon {
      display: none; }
      @media (min-width: 768px) {
        .custom-masonry-grid .custom-masonry-card:nth-child(6) .card-details .read-more-section .view-icon {
          display: none; } }
      @media (min-width: 1600px) {
        .custom-masonry-grid .custom-masonry-card:nth-child(6) .card-details .read-more-section .view-icon {
          display: flex; } }

.store-locator-component .store-title-section {
  font-size: 40px;
  font-weight: 300; }
.store-locator-component .custom-masonry-grid .custom-masonry-card .image-placeholder {
  min-height: 170px; }
@media (min-width: 1600px) {
  .store-locator-component .custom-masonry-grid .custom-masonry-card:first-child {
    grid-column-end: 3;
    grid-row-end: 3; }
    .store-locator-component .custom-masonry-grid .custom-masonry-card:first-child .image-placeholder {
      min-height: 350px; } }
@media (min-width: 1600px) {
  .store-locator-component .custom-masonry-grid .custom-masonry-card:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 7; }
    .store-locator-component .custom-masonry-grid .custom-masonry-card:nth-child(2) .image-placeholder {
      min-height: 170px; } }
@media (min-width: 1600px) {
  .store-locator-component .custom-masonry-grid .custom-masonry-card:nth-child(3) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 7; }
    .store-locator-component .custom-masonry-grid .custom-masonry-card:nth-child(3) .image-placeholder {
      min-height: 170px; } }
@media (min-width: 1600px) {
  .store-locator-component .custom-masonry-grid .custom-masonry-card:nth-child(4) {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 5;
    grid-column-end: 7; }
    .store-locator-component .custom-masonry-grid .custom-masonry-card:nth-child(4) .image-placeholder {
      min-height: 170px; } }
@media (min-width: 1600px) {
  .store-locator-component .custom-masonry-grid .custom-masonry-card:nth-child(5) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 7;
    grid-column-end: 9; }
    .store-locator-component .custom-masonry-grid .custom-masonry-card:nth-child(5) .image-placeholder {
      min-height: 170px; } }
@media (min-width: 1600px) {
  .store-locator-component .custom-masonry-grid .custom-masonry-card:nth-child(6) {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 9;
    grid-column-end: 11; }
    .store-locator-component .custom-masonry-grid .custom-masonry-card:nth-child(6) .image-placeholder {
      min-height: 350px; } }

.latest-news-widget {
  min-height: 414px;
  position: relative;
  border-radius: 20px;
  margin-bottom: 20px; }
  .latest-news-widget .image-placeholder {
    min-height: 416px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px; }
    .latest-news-widget .image-placeholder img {
      display: none; }
  .latest-news-widget .card-details {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.75);
    color: #fff;
    padding: 0 20px 10px;
    width: 100%;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; }
    .latest-news-widget .card-details .card-details-title {
      color: #ffffff;
      font-size: 20px; }
    .latest-news-widget .card-details .card-details-description {
      font-size: 16px; }
    .latest-news-widget .card-details .read-more {
      font-size: 16px; }

.shopping-bag-text-box, .checkout-text-box {
  font-family: CorporateS-Bold;
  font-size: 30px;
  line-height: 43px;
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #000000;
  background: #F2F2F2;
  margin-bottom: 20px;
  padding: 30px 0px;
  top: 80px;
  position: sticky;
  z-index: 10; }

.continue-shopping-button {
  position: relative; }
  .continue-shopping-button .continue-shopping-left-icon {
    vertical-align: top;
    margin-left: -12px; }
  .continue-shopping-button .continue-shopping-text {
    text-align: left;
    font-family: CorporateS-Demi;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    margin-left: -7px;
    margin-bottom: 5px; }
  .continue-shopping-button .continue-shopping {
    background: none;
    border: none; }
    .continue-shopping-button .continue-shopping:hover .continue-shopping-text, .continue-shopping-button .continue-shopping:hover .material-icons {
      opacity: 0.63; }
  .continue-shopping-button .continue-shopping:hover:after {
    content: '';
    height: 2px;
    width: 40px;
    background: #ED1C24;
    position: absolute;
    left: 20px;
    top: -3px; }

.cart-items-box {
  margin-bottom: 50px;
  align-items: start; }
  @media (max-width: 375px) {
    .cart-items-box {
      flex-direction: column;
      box-shadow: 0px 0px 10px #00000017;
      padding: 16px; } }
  .cart-items-box .image-box {
    width: 120px;
    height: 100px; }
  .cart-items-box .product-details-availability {
    display: flex;
    flex-direction: column;
    margin-left: 70px;
    width: 100%; }
    @media (max-width: 768px) {
      .cart-items-box .product-details-availability {
        margin-left: 15px; } }
    @media (max-width: 576px) {
      .cart-items-box .product-details-availability {
        margin-left: 0; } }
    .cart-items-box .product-details-availability .details-quantity-amount {
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 15px; }
      .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton {
        justify-content: space-between;
        align-items: center;
        width: 100%; }
        @media (max-width: 576px) {
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton {
            flex-direction: column; } }
        .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-name-details {
          width: 100%; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-name-details a {
            text-decoration: none; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-name-details .title {
            font-family: CorporateS-Bold;
            font-size: 23px;
            line-height: 28px;
            letter-spacing: 0px;
            color: #000000;
            text-transform: capitalize; }
        .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity {
          width: 100%;
          align-items: center;
          justify-content: center; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .active_number_box {
            background: rgba(46, 46, 46, 0.03); }
            .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .active_number_box a {
              color: #ED1C24 !important; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .items-number[aria-expanded="true"] .up-arrow-icon {
            transition: transform 0.5s ease;
            transform: rotate(180deg); }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .dropdown-menu {
            min-width: 120px; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .items-number {
            border: none;
            background: rgba(46, 46, 46, 0.03);
            padding: 5px 15px; }
            .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .items-number .item_value {
              font-family: CorporateS-Bold;
              font-size: 23px;
              line-height: 28px;
              margin-right: 15px;
              margin-left: 30px; }
            .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .items-number .material-symbols-outlined {
              font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48; }
            .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .items-number .up-arrow-icon {
              font-size: 35px;
              color: #707070; }
          @media (max-width: 576px) {
            .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity {
              margin: 25px 0px;
              justify-content: left; } }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .items-count {
            width: 44px;
            text-align: center;
            font-family: CorporateS-Bold;
            font-size: 23px;
            line-height: 28px;
            letter-spacing: 0px;
            color: #000000;
            box-shadow: none; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .new_cart_value {
            cursor: pointer;
            display: flex;
            justify-content: center;
            padding: 5px;
            font-family: CorporateS-Demi;
            font-size: 16px; }
            .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .new_cart_value .dropdown-item {
              width: 100%;
              display: flex;
              align-items: center;
              justify-content: center; }
            .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .new_cart_value:hover {
              background: rgba(46, 46, 46, 0.03); }
              .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .new_cart_value:hover .dropdown-item {
                color: #ED1C24 !important; }
        .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-override-price {
          width: 100%; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-override-price .product-price {
            font-family: CorporateS-Bold;
            font-size: 23px;
            line-height: 28px;
            letter-spacing: 0px;
            color: #000000; }
        .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .av-inc-or-ex {
          font-family: CorporateS-Light;
          font-size: 18px;
          line-height: 23px;
          letter-spacing: 0px;
          color: #000000; }
        .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .quantity-value-with-arrow {
          background-color: rgba(46, 46, 46, 0.03);
          padding: 5px 10px; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .quantity-value-with-arrow .quantity-value {
            margin-right: 10px;
            font-family: CorporateS-Bold;
            font-size: 23px;
            line-height: 28px;
            opacity: 1;
            color: #000000; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .quantity-value-with-arrow .up-arrow-icon {
            font-size: 30px;
            margin-top: 3px; }
      .cart-items-box .product-details-availability .details-quantity-amount .delete-button {
        border: none;
        background: none; }
      .cart-items-box .product-details-availability .details-quantity-amount .close-button {
        font-size: 22px !important;
        color: rgba(0, 0, 0, 0.75); }
        .cart-items-box .product-details-availability .details-quantity-amount .close-button:hover {
          color: #000; }
    @media (max-width: 768px) {
      .cart-items-box .product-details-availability .delivery-click-collect-box {
        flex-direction: column; } }
    .cart-items-box .product-details-availability .delivery-click-collect-box .store-location-box {
      flex-direction: column;
      margin-left: 30px; }
    .cart-items-box .product-details-availability .delivery-click-collect-box .click-and-collect-text {
      font-family: CorporateS-Demi;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0px;
      color: #000000; }
    .cart-items-box .product-details-availability .delivery-click-collect-box .available-location {
      font-family: CorporateS-Light;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0px;
      color: #2a2a2a; }
    .cart-items-box .product-details-availability .delivery-click-collect-box .un-available-text {
      font-family: CorporateS-Light;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0px;
      color: #2a2a2a; }
    .cart-items-box .product-details-availability .delivery-click-collect-box .change-store-button {
      text-decoration: underline;
      font-family: CorporateS-Demi;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0px;
      color: #000000;
      cursor: pointer; }
      .cart-items-box .product-details-availability .delivery-click-collect-box .change-store-button:hover {
        text-decoration-color: #E20612; }
    .cart-items-box .product-details-availability .delivery-click-collect-box .click-collect-box {
      margin-left: 100px; }
      @media (max-width: 768px) {
        .cart-items-box .product-details-availability .delivery-click-collect-box .click-collect-box {
          margin-left: 0px;
          margin-top: 30px; } }
      .cart-items-box .product-details-availability .delivery-click-collect-box .click-collect-box .in-stock-bag {
        color: #54d58b; }
      .cart-items-box .product-details-availability .delivery-click-collect-box .click-collect-box .out-stock-bag {
        color: #e1061f; }
    .cart-items-box .product-details-availability .delivery-click-collect-box .delivery-collect-box .truck-icon {
      color: #54d58b; }
    .cart-items-box .product-details-availability .delivery-click-collect-box .delivery-text-available-days {
      margin-left: 30px;
      display: flex;
      flex-direction: column; }
      .cart-items-box .product-details-availability .delivery-click-collect-box .delivery-text-available-days .delivery-text {
        font-family: CorporateS-Demi;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #000000; }
      .cart-items-box .product-details-availability .delivery-click-collect-box .delivery-text-available-days .available-days {
        font-family: CorporateS-Light;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #2a2a2a; }

.pull-right-md {
  margin: 10px; }
  .pull-right-md .delivery-options #delivary, .pull-right-md .delivery-options #click_collect {
    height: 100%;
    padding-bottom: 10px; }
  .pull-right-md .panel {
    background-color: #FAFAFA;
    border: none;
    box-shadow: none; }
    .pull-right-md .panel .cart-heading {
      font-family: CorporateS-Bold;
      font-size: 21px;
      line-height: 26px;
      margin-bottom: 20px; }
    .pull-right-md .panel .cart-radio {
      border: 1px solid rgba(112, 112, 112, 0.72);
      padding: 15px;
      margin-bottom: 30px;
      background-color: #fff; }
      .pull-right-md .panel .cart-radio .radio-heading {
        display: inline;
        font-family: CorporateS-Demi;
        font-size: 21px;
        line-height: 25px; }
      .pull-right-md .panel .cart-radio .desc {
        font-family: CorporateS-Light;
        font-size: 18px;
        line-height: 23px;
        color: #2A2A2A; }
      .pull-right-md .panel .cart-radio .desc.store {
        text-decoration: underline; }
      .pull-right-md .panel .cart-radio .delivery .truck-icon {
        color: #54d58b; }
      .pull-right-md .panel .cart-radio .click-collect .bag-icon {
        color: #54d58b; }
      .pull-right-md .panel .cart-radio .click-collect .red-color {
        color: #e1061f !important; }
      .pull-right-md .panel .cart-radio .click-collect .desc {
        text-decoration: underline; }
    .pull-right-md .panel .bg-grey {
      opacity: 0.7;
      background-color: rgba(255, 255, 255, 0.15);
      cursor: default; }
    .pull-right-md .panel .radio input[type="radio"]:after {
      border: 2px solid #000;
      top: 0px;
      width: 25px;
      height: 25px; }
    .pull-right-md .panel .radio input[type="radio"]:before {
      top: 0px;
      background-color: #000;
      width: 25px;
      height: 25px; }
    .pull-right-md .panel .bottom-cart-left {
      padding: 35px; }
      @media (max-width: 475px) {
        .pull-right-md .panel .bottom-cart-left {
          padding: 0; } }
      @media (min-width: 992px) {
        .pull-right-md .panel .bottom-cart-left {
          border-right: 1px solid rgba(112, 112, 112, 0.2); } }
      .pull-right-md .panel .bottom-cart-left .av-cart-add-coupon input:focus {
        box-shadow: none; }
      .pull-right-md .panel .bottom-cart-left .av-cart-add-coupon .input-group {
        border-radius: 0;
        border: 1px solid rgba(112, 112, 112, 0.72);
        background-color: #fff; }
        .pull-right-md .panel .bottom-cart-left .av-cart-add-coupon .input-group .input-group-btn:after {
          width: 0px; }
        .pull-right-md .panel .bottom-cart-left .av-cart-add-coupon .input-group .input-group-btn .btn {
          background: #000;
          color: #fff;
          font-size: 18px;
          padding-bottom: 5px;
          line-height: 23px;
          font-family: CorporateS-Demi;
          font-weight: normal;
          box-shadow: none;
          width: 100px;
          margin-right: 6px;
          height: 40px; }
          .pull-right-md .panel .bottom-cart-left .av-cart-add-coupon .input-group .input-group-btn .btn:hover {
            color: #000 !important;
            background-color: #fff;
            border: 1px solid #000 !important; }
    .pull-right-md .panel .bottom-cart-right {
      padding: 35px; }
      .pull-right-md .panel .bottom-cart-right #zip-prod-widg {
        width: 100%;
        margin: 20px 0px;
        background-color: #ede6ff;
        padding: 8px 16px; }
        .pull-right-md .panel .bottom-cart-right #zip-prod-widg .zip-container span {
          font-family: CorporateS-Demi;
          font-size: 18px;
          line-height: 23px; }
        .pull-right-md .panel .bottom-cart-right #zip-prod-widg .zip-learn-more {
          margin-left: 10px;
          font-family: CorporateS-Demi;
          text-decoration: underline; }
      @media (max-width: 475px) {
        .pull-right-md .panel .bottom-cart-right {
          padding: 40px 0; }
          .pull-right-md .panel .bottom-cart-right .cart-heading {
            margin-bottom: 0; } }
      .pull-right-md .panel .bottom-cart-right .table > tbody > tr {
        background-color: transparent; }
      .pull-right-md .panel .bottom-cart-right .table > tbody > tr > td.del-status {
        border-bottom: 1px solid #707070;
        border-right: none !important;
        border-left: none !important;
        border-top: none !important;
        border-radius: 0;
        padding-bottom: 20px; }
      .pull-right-md .panel .bottom-cart-right .table > tbody > tr > td.total {
        font-family: CorporateS-Bold;
        font-size: 23px;
        line-height: 28px;
        padding-top: 20px; }
      .pull-right-md .panel .bottom-cart-right .table > tbody > tr > td {
        border: none;
        color: #000;
        font-family: CorporateS-Demi;
        font-size: 18px;
        line-height: 23px;
        padding-left: 0; }
      .pull-right-md .panel .bottom-cart-right .checkout-btn .proceed-to-checkout {
        background-color: #000;
        color: #fff;
        border: 1px solid #000;
        font-family: CorporateS-Demi;
        font-weight: normal;
        text-transform: uppercase; }
        .pull-right-md .panel .bottom-cart-right .checkout-btn .proceed-to-checkout:hover {
          color: #000;
          background-color: #fff; }

.avenue-blogpost-like {
  background: #ED1C24;
  color: #fff !important; }

.cursor-no-drop {
  cursor: no-drop; }

.light-gray-circle.no-action {
  color: #c3c3c3 !important;
  cursor: no-drop; }

.avenue-news h1 {
  font-size: 41px; }
  @media (min-width: 768px) {
    .avenue-news h1 {
      font-size: 61px; } }
  @media (min-width: 1200px) {
    .avenue-news h1 {
      font-size: 74px; } }
.avenue-news h2 {
  font-size: 30px; }
  @media (min-width: 768px) {
    .avenue-news h2 {
      font-size: 41px; } }
  @media (min-width: 1200px) {
    .avenue-news h2 {
      font-size: 50px; } }
.avenue-news .news-section {
  margin-top: 24px;
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .avenue-news .news-section {
      margin-top: 100px;
      margin-bottom: 184px; } }
  .avenue-news .news-section h2 {
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .avenue-news .news-section h2 {
        margin-bottom: 40px; } }
    @media (min-width: 1200px) {
      .avenue-news .news-section h2 {
        margin-bottom: 47px; } }
    @media (min-width: 1900px) {
      .avenue-news .news-section h2 {
        margin-bottom: 90px; } }
@media (max-width: 767px) {
  .avenue-news .img-block {
    padding-left: 0px;
    margin-left: -5px;
    margin-right: -5px;
    padding-right: 0px; } }
.avenue-news .av-blog-post-image-primary {
  margin-left: auto;
  margin-right: auto; }
  @media (min-width: 992px) {
    .avenue-news .av-blog-post-image-primary {
      margin-left: auto;
      margin-right: 0px; } }
.avenue-news .av-blog-post-image-primary, .avenue-news .av-blog-post-image-primary img {
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative; }
  @media (min-width: 768px) {
    .avenue-news .av-blog-post-image-primary, .avenue-news .av-blog-post-image-primary img {
      border-radius: 25px;
      box-shadow: 0 0 1px rgba(0, 0, 0, 0.3); } }
  @media (min-width: 992px) {
    .avenue-news .av-blog-post-image-primary, .avenue-news .av-blog-post-image-primary img {
      width: 459px;
      height: 459px; } }
  @media (min-width: 1200px) {
    .avenue-news .av-blog-post-image-primary, .avenue-news .av-blog-post-image-primary img {
      width: 563px;
      height: 563px; } }
  @media (min-width: 1900px) {
    .avenue-news .av-blog-post-image-primary, .avenue-news .av-blog-post-image-primary img {
      width: 664px;
      height: 664px; } }
@media (min-width: 768px) {
  .avenue-news .av-blog-post-image-primary img {
    border-radius: 25px;
    border: 1px solid #f1f1f1; } }
@media (max-width: 767px) {
  .avenue-news .avenue-news-content {
    margin-top: 36px; } }
.avenue-news .avenue-news-content .label-default {
  padding: 5px 14px;
  font-size: 10px; }
  @media (min-width: 1200px) {
    .avenue-news .avenue-news-content .label-default {
      font-size: 13px; } }
  @media (min-width: 1900px) {
    .avenue-news .avenue-news-content .label-default {
      font-size: 14px; } }
.avenue-news .avenue-news-content .read-post {
  padding-bottom: 2px; }
  @media (min-width: 1200px) {
    .avenue-news .avenue-news-content .read-post {
      font-size: 18px;
      padding: 10px 26px 6px; } }
  @media (min-width: 1900px) {
    .avenue-news .avenue-news-content .read-post {
      font-size: 21px;
      padding: 10px 30px 6px; } }
.avenue-news .avenue-news-content .bottom-content {
  margin-top: 28px; }
  @media (min-width: 768px) {
    .avenue-news .avenue-news-content .bottom-content {
      margin-top: 44px; } }
  @media (min-width: 1200px) {
    .avenue-news .avenue-news-content .bottom-content {
      margin-top: 56px; } }
  @media (min-width: 1900px) {
    .avenue-news .avenue-news-content .bottom-content {
      margin-top: 75px; } }
@media (max-width: 767px) {
  .avenue-news .avenue-news-content .blog-page-views-likes .ml-30 {
    margin-left: 23px; } }
@media (max-width: 767px) {
  .avenue-news .avenue-news-content .blog-page-views-likes .ml-15 {
    margin-left: 8px; } }
@media (min-width: 1200px) {
  .avenue-news .avenue-news-content .blog-page-views-likes .light-gray-circle {
    width: 40px;
    height: 40px;
    line-height: 40px;
    min-width: 40px; } }
@media (min-width: 1600px) {
  .avenue-news .avenue-news-content .blog-page-views-likes .light-gray-circle {
    width: 47px;
    height: 47px;
    line-height: 47px;
    min-width: 47px; } }
@media (min-width: 1200px) {
  .avenue-news .avenue-news-content .blog-page-views-likes .light-gray-circle i {
    font-size: 20px; } }
@media (min-width: 1600px) {
  .avenue-news .avenue-news-content .blog-page-views-likes .light-gray-circle i {
    font-size: 22px; } }
.avenue-news .latest-post-section .filter-dropdown {
  display: block; }
  @media (min-width: 768px) {
    .avenue-news .latest-post-section .filter-dropdown {
      display: none; } }
  .avenue-news .latest-post-section .filter-dropdown ul li input {
    background: transparent;
    border: none;
    padding: 5px 15px;
    outline: none; }
  .avenue-news .latest-post-section .filter-dropdown ul li.active {
    background: #eee; }
  .avenue-news .latest-post-section .filter-dropdown .btn {
    text-transform: inherit;
    font-size: 13px;
    box-shadow: none;
    font-weight: 500;
    padding: 4px 12px 6px 8px; }
    .avenue-news .latest-post-section .filter-dropdown .btn i {
      font-size: 20px;
      margin-right: 11px; }
    .avenue-news .latest-post-section .filter-dropdown .btn span {
      margin-top: 3px; }
.avenue-news .latest-post-section .filter-section {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .avenue-news .latest-post-section .filter-section {
      margin-bottom: 92px; } }
  @media (min-width: 1200px) {
    .avenue-news .latest-post-section .filter-section {
      margin-bottom: 71px; } }
  @media (min-width: 1600px) {
    .avenue-news .latest-post-section .filter-section {
      margin-bottom: 125px; } }
.avenue-news .latest-post-section .filters {
  padding: 11px 4px 11px 4px;
  background: #F4F4F4;
  font-weight: 500;
  border-radius: 15px; }
  .avenue-news .latest-post-section .filters li {
    padding: 0px 18px;
    cursor: pointer;
    border-right: 1px solid #ccc; }
    .avenue-news .latest-post-section .filters li.active {
      color: #ED1C24; }
    .avenue-news .latest-post-section .filters li:hover, .avenue-news .latest-post-section .filters li:focus {
      color: #ED1C24; }
    .avenue-news .latest-post-section .filters li input {
      background: transparent;
      border: none;
      padding: 0px;
      outline: none; }
  .avenue-news .latest-post-section .filters li:first-child {
    padding: 0px 30px 0px 20px; }
  .avenue-news .latest-post-section .filters li:last-child {
    border: none; }
.avenue-news .latest-post-section .latest-post-grid-container {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr 1fr; }
  @media (min-width: 768px) {
    .avenue-news .latest-post-section .latest-post-grid-container {
      grid-template-columns: 1fr 1fr 1fr 1fr; } }
  @media (min-width: 1200px) {
    .avenue-news .latest-post-section .latest-post-grid-container {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr; } }
  @media (min-width: 1600px) {
    .avenue-news .latest-post-section .latest-post-grid-container {
      grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr; } }
  .avenue-news .latest-post-section .latest-post-grid-container .grid-item {
    background-position: center;
    border-radius: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
    position: relative; }
    .avenue-news .latest-post-section .latest-post-grid-container .grid-item .card-details {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.75);
      color: #fff;
      padding: 10px 20px 14px;
      width: 100%;
      border-bottom-left-radius: 20px;
      border-bottom-right-radius: 20px; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item .card-details .card-created-date a {
        text-decoration: none; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item .card-details .card-created-date .view-icon {
        color: #fff;
        background: #ED1C24;
        width: 22px;
        height: 22px;
        line-height: 22px;
        border-radius: 50%;
        display: none; }
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item .card-details .card-created-date .view-icon i {
          font-size: 12px; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item .card-details h4 {
        color: #fff; }
    .avenue-news .latest-post-section .latest-post-grid-container .grid-item:first-child {
      grid-row-start: 1;
      grid-row-end: 8;
      grid-column-start: 1;
      grid-column-end: 3;
      height: 345px; }
      @media (min-width: 768px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:first-child {
          grid-row-start: 1;
          grid-row-end: 5;
          grid-column-start: 1;
          grid-column-end: 3;
          height: 462px;
          max-width: 462px; } }
    .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(2) {
      grid-row-start: 8;
      grid-row-end: 13;
      grid-column-start: 1;
      grid-column-end: 2;
      height: 241px; }
      @media (min-width: 768px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(2) {
          grid-row-start: 2;
          grid-row-end: 5;
          grid-column-start: 3;
          grid-column-end: 4;
          height: 342px;
          max-width: 233px; } }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(2) .card-details .card-details-description {
        display: none; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(2) .card-details .card-created-date .view-icon {
        display: flex; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(2) .card-details .card-created-date .read-more {
        display: none; }
    .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(3) {
      grid-row-start: 10;
      grid-row-end: 13;
      grid-column-start: 2;
      grid-column-end: 3;
      height: 155px; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(3) .card-details .card-details-description {
        display: none; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(3) .card-details .card-created-date .view-icon {
        display: flex; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(3) .card-details .card-created-date .read-more {
        display: none; }
      @media (min-width: 768px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(3) {
          grid-row-start: 3;
          grid-row-end: 5;
          grid-column-start: 4;
          grid-column-end: 5;
          height: 219px;
          max-width: 462px; } }
      @media (min-width: 1200px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(3) {
          grid-row-start: 3;
          grid-row-end: 5;
          grid-column-start: 4;
          grid-column-end: 6;
          height: 223px;
          max-width: 488px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(3) .card-details .card-details-description {
            display: none; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(3) .card-details .card-created-date .view-icon {
            display: none; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(3) .card-details .card-created-date .read-more {
            display: flex; } }
    .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(4) {
      grid-row-start: 13;
      grid-row-end: 20;
      grid-column-start: 1;
      grid-column-end: 3;
      height: 345px; }
      @media (min-width: 768px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(4) {
          grid-row-start: 5;
          grid-row-end: 7;
          grid-column-start: 1;
          grid-column-end: 3;
          height: 219px;
          max-width: 462px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(4) .card-details .card-details-description {
            display: none; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(4) .card-details .card-created-date .view-icon {
            display: none; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(4) .card-details .card-created-date .read-more {
            display: flex; } }
      @media (min-width: 1200px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(4) {
          grid-row-start: 1;
          grid-row-end: 3;
          grid-column-start: 5;
          grid-column-end: 6;
          height: 219px;
          max-width: 233px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(4) .card-details .card-created-date .view-icon {
            display: flex; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(4) .card-details .card-created-date .read-more {
            display: none; } }
    .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(5) {
      grid-row-start: 20;
      grid-row-end: 25;
      grid-column-start: 1;
      grid-column-end: 2;
      height: 241px; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(5) .card-details .card-details-description {
        display: none; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(5) .card-details .card-created-date .view-icon {
        display: flex; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(5) .card-details .card-created-date .read-more {
        display: none; }
      @media (min-width: 768px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(5) {
          grid-row-start: 5;
          grid-row-end: 9;
          grid-column-start: 3;
          grid-column-end: 5;
          height: 462px;
          max-width: 462px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(5) .card-details .card-details-description {
            display: block; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(5) .card-details .card-created-date .view-icon {
            display: none; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(5) .card-details .card-created-date .read-more {
            display: flex; } }
      @media (min-width: 1200px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(5) {
          grid-row-start: 5;
          grid-row-end: 7;
          grid-column-start: 1;
          grid-column-end: 3;
          height: 219px;
          max-width: 462px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(5) .card-details .card-details-description {
            display: none; } }
      @media (min-width: 1600px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(5) {
          grid-row-start: 1;
          grid-row-end: 5;
          grid-column-start: 6;
          grid-column-end: 8;
          height: 462px;
          max-width: 462px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(5) .card-details .card-details-description {
            display: block; } }
    .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(6) {
      grid-row-start: 22;
      grid-row-end: 25;
      grid-column-start: 2;
      grid-column-end: 3;
      height: 155px; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(6) .card-details .card-details-description {
        display: none; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(6) .card-details .card-created-date .view-icon {
        display: flex; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(6) .card-details .card-created-date .read-more {
        display: none; }
      @media (min-width: 768px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(6) {
          grid-row-start: 7;
          grid-row-end: 9;
          grid-column-start: 1;
          grid-column-end: 3;
          height: 222px;
          max-width: 219px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(6) .card-details .card-created-date .view-icon {
            display: flex; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(6) .card-details .card-created-date .read-more {
            display: none; } }
      @media (min-width: 1200px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(6) {
          grid-row-start: 5;
          grid-row-end: 9;
          grid-column-start: 3;
          grid-column-end: 5;
          height: 462px;
          max-width: 462px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(6) .card-details .card-details-description {
            display: block; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(6) .card-details .card-created-date .view-icon {
            display: none; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(6) .card-details .card-created-date .read-more {
            display: flex; } }
      @media (min-width: 1600px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(6) {
          grid-row-start: 5;
          grid-row-end: 7;
          grid-column-start: 1;
          grid-column-end: 3;
          height: 219px;
          max-width: 462px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(6) .card-details .card-details-description {
            display: none; } }
    .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(7) {
      grid-row-start: 25;
      grid-row-end: 32;
      grid-column-start: 1;
      grid-column-end: 3;
      height: 345px; }
      @media (min-width: 768px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(7) {
          grid-row-start: 9;
          grid-row-end: 13;
          grid-column-start: 1;
          grid-column-end: 3;
          height: 462px;
          max-width: 462px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(7) .card-details .card-details-description {
            display: block; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(7) .card-details .card-created-date .view-icon {
            display: none; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(7) .card-details .card-created-date .read-more {
            display: flex; } }
      @media (min-width: 1200px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(7) {
          grid-row-start: 7;
          grid-row-end: 9;
          grid-column-start: 1;
          grid-column-end: 2;
          height: 223px;
          max-width: 222px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(7) .card-details .card-details-description {
            display: none; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(7) .card-details .card-created-date .view-icon {
            display: flex; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(7) .card-details .card-created-date .read-more {
            display: none; } }
      @media (min-width: 1600px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(7) {
          height: 223px;
          max-width: 222px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(7) .card-details .card-details-description {
            display: none; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(7) .card-details .card-created-date .view-icon {
            display: flex; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(7) .card-details .card-created-date .read-more {
            display: none; } }
    .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(8) {
      grid-row-start: 32;
      grid-row-end: 37;
      grid-column-start: 1;
      grid-column-end: 2;
      height: 241px; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(8) .card-details .card-details-description {
        display: none; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(8) .card-details .card-created-date .view-icon {
        display: flex; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(8) .card-details .card-created-date .read-more {
        display: none; }
      @media (min-width: 768px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(8) {
          grid-row-start: 10;
          grid-row-end: 13;
          grid-column-start: 3;
          grid-column-end: 4;
          height: 352px;
          max-width: 233px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(8) .card-details .card-details-description {
            display: none; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(8) .card-details .card-created-date .view-icon {
            display: flex; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(8) .card-details .card-created-date .read-more {
            display: none; } }
      @media (min-width: 1200px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(8) {
          grid-row-start: 6;
          grid-row-end: 9;
          grid-column-start: 5;
          grid-column-end: 6;
          height: 342px;
          max-width: 462px; } }
      @media (min-width: 1600px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(8) {
          grid-row-start: 5;
          grid-row-end: 9;
          grid-column-start: 3;
          grid-column-end: 5;
          height: 462px;
          max-width: 462px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(8) .card-details .card-details-description {
            display: block; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(8) .card-details .card-created-date .view-icon {
            display: none; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(8) .card-details .card-created-date .read-more {
            display: flex; } }
    .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(9) {
      grid-row-start: 34;
      grid-row-end: 37;
      grid-column-start: 2;
      grid-column-end: 3;
      height: 155px; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(9) .card-details .card-details-description {
        display: none; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(9) .card-details .card-created-date .view-icon {
        display: flex; }
      .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(9) .card-details .card-created-date .read-more {
        display: none; }
      @media (min-width: 768px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(9) {
          grid-row-start: 11;
          grid-row-end: 13;
          grid-column-start: 4;
          grid-column-end: 5;
          height: 219px; } }
      @media (min-width: 1200px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(9) {
          grid-row-start: 9;
          grid-row-end: 13;
          grid-column-start: 1;
          grid-column-end: 3;
          height: 219px;
          max-width: 462px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(9) .card-details .card-details-description {
            display: none; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(9) .card-details .card-created-date .view-icon {
            display: none; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(9) .card-details .card-created-date .read-more {
            display: flex; } }
      @media (min-width: 1600px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(9) {
          grid-row-start: 5;
          grid-row-end: 9;
          grid-column-start: 5;
          grid-column-end: 7;
          height: 462px;
          max-width: 462px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(9) .card-details .card-details-description {
            display: block; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(9) .card-details .card-created-date .view-icon {
            display: none; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(9) .card-details .card-created-date .read-more {
            display: flex; } }
    .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(10) {
      grid-row-start: 37;
      grid-row-end: 43;
      grid-column-start: 1;
      grid-column-end: 3;
      height: 345px; }
      @media (min-width: 768px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(10) {
          grid-row-start: 13;
          grid-row-end: 17;
          grid-column-start: 1;
          grid-column-end: 3;
          height: 462px; } }
      @media (min-width: 1200px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(10) {
          grid-row-start: 9;
          grid-row-end: 13;
          grid-column-start: 3;
          grid-column-end: 5;
          height: 462px;
          max-width: 462px; } }
      @media (min-width: 1600px) {
        .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(10) {
          grid-row-start: 6;
          grid-row-end: 9;
          grid-column-start: 7;
          grid-column-end: 8;
          height: 342px;
          max-width: 254px; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(10) .card-details .card-details-description {
            display: none; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(10) .card-details .card-created-date .view-icon {
            display: flex; }
          .avenue-news .latest-post-section .latest-post-grid-container .grid-item:nth-child(10) .card-details .card-created-date .read-more {
            display: none; } }
.avenue-news .latest-post-section .view-more-btn {
  margin-top: 75px;
  margin-bottom: 75px; }
  @media (min-width: 768px) {
    .avenue-news .latest-post-section .view-more-btn {
      margin-top: 100px;
      margin-bottom: 93px; } }
  @media (min-width: 1200px) {
    .avenue-news .latest-post-section .view-more-btn {
      margin-top: 72px;
      margin-bottom: 104px; } }
  @media (min-width: 1600px) {
    .avenue-news .latest-post-section .view-more-btn {
      margin-top: 137px;
      margin-bottom: 127px; } }
  .avenue-news .latest-post-section .view-more-btn .btn {
    padding: 10px 18px 10px 13px;
    font-weight: 400;
    font-size: 18px;
    text-transform: INHERIT;
    border-radius: 27px;
    background: #f4f4f4;
    box-shadow: none; }
    .avenue-news .latest-post-section .view-more-btn .btn .icon {
      background: #E5E5E5;
      width: 30px;
      height: 30px;
      line-height: 45px;
      border-radius: 50%;
      margin-right: 12px; }
      @media (min-width: 1200px) {
        .avenue-news .latest-post-section .view-more-btn .btn .icon {
          line-height: 48px; } }
      .avenue-news .latest-post-section .view-more-btn .btn .icon i {
        font-size: 22px; }
        @media (min-width: 1600px) {
          .avenue-news .latest-post-section .view-more-btn .btn .icon i {
            font-size: 25px; } }

.store-selector-modal {
  z-index: 1111; }
  .store-selector-modal .modal-dialog {
    width: calc(100% - 50px); }
    @media (min-width: 768px) {
      .store-selector-modal .modal-dialog {
        width: 85%;
        max-width: 1120px; } }
    .store-selector-modal .modal-dialog .modal-content {
      background-color: white; }
      .store-selector-modal .modal-dialog .modal-content .modal-body {
        padding: 0px; }
        @media (min-width: 768px) {
          .store-selector-modal .modal-dialog .modal-content .modal-body {
            height: 800px; } }
        .store-selector-modal .modal-dialog .modal-content .modal-body .preferred-store .store-hours table > tbody > tr {
          line-height: 37px;
          border-bottom: 1px solid #f1f1f1; }
          .store-selector-modal .modal-dialog .modal-content .modal-body .preferred-store .store-hours table > tbody > tr td:first-child {
            width: 40%; }
        .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-row {
          height: 100%; }
          @media (max-width: 767px) {
            .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-row.d-flex {
              display: block; } }
        .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-map {
          display: block; }
          @media (min-width: 768px) {
            .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-map {
              order: 2; } }
        .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list {
          background-color: white;
          height: auto;
          width: 100%; }
          @media (min-width: 768px) {
            .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list {
              width: 320px;
              order: 1; } }
          @media (min-width: 1200px) {
            .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list {
              width: 400px; } }
          .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .store-selector-results-section .store-selector-results {
            padding-left: 0px;
            padding: 15px;
            height: calc(100vh - 180px); }
            .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .store-selector-results-section .store-selector-results .store-location {
              padding: 8px 14px;
              border-radius: 10px;
              border: none;
              background: #F8F8F9;
              margin-bottom: 15px; }
              @media (min-width: 1200px) {
                .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .store-selector-results-section .store-selector-results .store-location {
                  padding: 15px 28px;
                  margin-bottom: 22px; } }
              .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .store-selector-results-section .store-selector-results .store-location.selected {
                background: gainsboro; }
            @media (min-width: 1200px) {
              .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .store-selector-results-section .store-selector-results .btn-section .btn {
                padding: 6px 14px; } }
          .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .store-selector-results-section .image-place-holder {
            padding: 5px;
            border: 1px solid #f1f1f1;
            border-radius: 6px; }
          .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .store-selector-results-section .store-location-brief {
            padding-left: 0px; }
            .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .store-selector-results-section .store-location-brief .icon-section a .material-icons {
              font-size: 17px; }
              @media (min-width: 768px) {
                .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .store-selector-results-section .store-location-brief .icon-section a .material-icons {
                  font-size: 19px; } }
            .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .store-selector-results-section .store-location-brief .light-gray-circle {
              background-color: #eee; }
            .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .store-selector-results-section .store-location-brief .store-location-address-detail {
              margin-left: 0px; }
          .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .store-selector-submit {
            box-shadow: none;
            color: #fff;
            padding: 10px;
            width: -webkit-fill-available;
            right: 20px;
            top: auto;
            background: #000000 0% 0% no-repeat padding-box;
            border: 1px solid #000000;
            border-radius: 0;
            cursor: pointer;
            font: normal normal normal 18px/23px CorporateS-Demi;
            text-transform: uppercase; }
            .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .store-selector-submit:hover {
              background-color: #fff !important;
              color: #000 !important;
              border: 1px solid #000 !important; }
          .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .find-store {
            z-index: 2;
            margin: 15px;
            border: 1px solid #f1f1f1;
            margin: 0px;
            position: absolute;
            top: 60px;
            border: none;
            right: 15px;
            width: calc(100% - 30px); }
            @media (min-width: 768px) {
              .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .find-store {
                right: 30px;
                width: calc(100% - 380px); } }
            @media (min-width: 1200px) {
              .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .find-store {
                width: calc(100% - 460px); } }
            .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .find-store select {
              max-width: 98px;
              background-color: #f4f4f4;
              color: #000000;
              border-radius: 10px;
              box-shadow: none;
              padding: 0 28px 0px 10px;
              background-position: calc(100% - 10px) center; }
              @media (min-width: 768px) {
                .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .find-store select {
                  max-width: 125px; } }
            .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .find-store input {
              margin: 0px 5px; }
            .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .find-store .store-selector-query {
              border: none;
              font-size: 16px; }
              @media (min-width: 768px) {
                .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .find-store .store-selector-query {
                  font-size: 18px; } }
              @media (min-width: 768px) {
                .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .find-store .store-selector-query {
                  font-size: 20px; } }
            .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .find-store .store-selector-submit-query {
              border: none;
              color: white; }
              .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-list .find-store .store-selector-submit-query:hover {
                border-radius: 50px;
                border: none; }
        .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-map {
          width: auto;
          height: 400px; }
          @media (min-width: 768px) {
            .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-map {
              width: calc(100% - 320px);
              height: auto; } }
          @media (min-width: 1200px) {
            .store-selector-modal .modal-dialog .modal-content .modal-body .store-selector-map {
              width: calc(100% - 400px); } }
        .store-selector-modal .modal-dialog .modal-content .modal-body .avenue-store-filter {
          padding: 20px 30px 0px 20px;
          /*border-top: 1px solid $border-color;*/
          border-bottom: 1px solid #f1f1f1; }
          .store-selector-modal .modal-dialog .modal-content .modal-body .avenue-store-filter .filter {
            box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
          .store-selector-modal .modal-dialog .modal-content .modal-body .avenue-store-filter h3 {
            font-size: 20px; }
        .store-selector-modal .modal-dialog .modal-content .modal-body .store-close-btn {
          position: absolute;
          top: 0px;
          right: -35px;
          box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2); }
          @media (min-width: 768px) {
            .store-selector-modal .modal-dialog .modal-content .modal-body .store-close-btn {
              right: -50px; } }

.store-hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: none; }

.store-location-selectable > .store-location-result-wrapper.hidden {
  display: block !important;
  opacity: 0.5;
  pointer-events: none;
  cursor: no-drop;
  user-select: none; }

.av-social-share-component {
  left: 0px;
  bottom: 0px;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0); }
  .av-social-share-component.left {
    position: absolute;
    width: 100%;
    padding: 20px;
    transition: all 0.5s ease; }
    .av-social-share-component.left.active {
      background: rgba(0, 0, 0, 0.5); }
      .av-social-share-component.left.active .social-share-widget {
        left: 90px;
        opacity: 1;
        transform: scale(1); }
  .av-social-share-component .ecom-blog-share {
    z-index: 10; }
    .av-social-share-component .ecom-blog-share .material-icons:last-child {
      display: none; }
  .av-social-share-component.active .ecom-blog-share {
    z-index: 10; }
    .av-social-share-component.active .ecom-blog-share .material-icons:first-child {
      display: none; }
    .av-social-share-component.active .ecom-blog-share .material-icons:last-child {
      display: block; }
  .av-social-share-component.overlay-bottom .social-share-widget {
    top: initial;
    left: auto;
    background: #f1f1f1;
    right: -40px;
    bottom: 20px;
    font-size: 14px;
    padding: 6px 6px;
    border-radius: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.3); }
    .av-social-share-component.overlay-bottom .social-share-widget ul li a {
      width: 30px;
      min-width: 30px;
      height: 30px;
      line-height: 30px; }
    .av-social-share-component.overlay-bottom .social-share-widget:before {
      content: '';
      position: absolute;
      border-bottom: 10px solid #f1f1f1;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      top: -9px;
      right: 20px; }
  .av-social-share-component.active.overlay-bottom .social-share-widget {
    opacity: 1;
    transform: scale(1);
    bottom: -40px;
    right: 0; }

.social-share-widget {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  display: table;
  font-size: 18px;
  line-height: 1;
  transition: all 0.5s ease;
  left: -120px;
  transform: scale(0);
  opacity: 0; }
  .social-share-widget ul li {
    line-height: 0;
    margin-right: 5px; }
    .social-share-widget ul li a {
      width: 43px;
      min-width: 43px;
      height: 43px;
      line-height: 43px;
      background: #ED1C24;
      color: #ffffff;
      display: inline-block;
      border-radius: 100%;
      text-align: center; }
      .social-share-widget ul li a i {
        line-height: inherit; }
      .social-share-widget ul li a:hover {
        background-color: #ED1C24; }

.author-details-block .img-responsive {
  max-width: 90px;
  align-self: baseline; }

.payment-card-component {
  border: 1px solid #f1f1f1;
  border-radius: 20px;
  padding: 30px;
  background: linear-gradient(120deg, #7c7c7c, #353535);
  color: #ffffff;
  max-width: 400px;
  margin: 0 auto 20px; }
  .payment-card-component .card-image {
    width: 50px;
    margin-bottom: 30px; }
  .payment-card-component .card-number {
    font-size: 30px; }
  .payment-card-component .card-menu i {
    color: #ffffff;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    line-height: 30px;
    margin: 1px 1px 0 0; }
  .payment-card-component .carousel-control {
    background-image: none;
    font-size: 14px;
    width: 26px;
    height: 26px;
    top: 50%;
    background: #ffffff;
    text-align: center;
    border-radius: 100%;
    opacity: 1;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
    .payment-card-component .carousel-control.left {
      left: -30px; }
    .payment-card-component .carousel-control.right {
      right: -30px; }
  .payment-card-component [class*="fa-chevron-"], .payment-card-component i {
    background-image: none;
    font-size: 22px;
    line-height: 26px;
    height: auto;
    position: static;
    color: #333;
    margin: 0; }
  .payment-card-component .card-section .card-section-col + div {
    font-size: 16px;
    font-weight: 500; }

#wirecard-card-section {
  min-height: 300px; }
  #wirecard-card-section #wirecard-spinner {
    opacity: 0.7;
    position: relative; }
    #wirecard-card-section #wirecard-spinner .spinner {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 32px;
      height: 32px; }

.comments-section-wrapper {
  margin-top: 30px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .comments-section-wrapper {
      margin-top: 80px;
      margin-bottom: 80px; } }
  .comments-section-wrapper .comment-list-item .img-placeholder {
    max-width: 50px; }

.custom-overlay-content {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 363px;
  display: flex;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .custom-overlay-content.fill-bg:after {
    background: rgba(225, 47, 112, 0.65); }
  .custom-overlay-content.fill-bg:before {
    background: rgba(0, 0, 0, 0.35); }
  .custom-overlay-content.circle-bg:after {
    background: rgba(0, 0, 0, 0.35); }
  .custom-overlay-content.circle-bg:before {
    background: rgba(225, 47, 112, 0.35);
    width: 300px;
    height: 300px;
    border-radius: 100%;
    margin: auto; }
  .custom-overlay-content:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1; }
  .custom-overlay-content:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .custom-overlay-content .panel-body {
    display: table;
    margin: auto;
    text-align: center; }
  .custom-overlay-content .overlay-title {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600; }
    @media (min-width: 768px) {
      .custom-overlay-content .overlay-title {
        font-size: 40px; } }
    @media (min-width: 1600px) {
      .custom-overlay-content .overlay-title {
        font-size: 50px; } }
  .custom-overlay-content .overlay-sub-title {
    font-size: 16px;
    color: #ffffff; }
    @media (min-width: 768px) {
      .custom-overlay-content .overlay-sub-title {
        font-size: 18px; } }
    @media (min-width: 1600px) {
      .custom-overlay-content .overlay-sub-title {
        font-size: 24px; } }

@media (min-width: 1600px) {
  .account-overview-page .panel .panel-body:not(.normal), .account-switch-page .panel .panel-body:not(.normal) {
    padding: 30px 35px; } }
.account-overview-page .panel .panel-body.normal, .account-switch-page .panel .panel-body.normal {
  padding: 10px 15px; }
@media (min-width: 1600px) {
  .account-overview-page .row, .account-switch-page .row {
    margin-left: -20px;
    margin-right: -20px; } }
@media (min-width: 1600px) {
  .account-overview-page .row [class^='col-'], .account-switch-page .row [class^='col-'] {
    padding-left: 20px;
    padding-right: 20px; } }

.dynamic-content-block.ecom-account-dynamic-content-block .fast-order input[type=number]::-webkit-inner-spin-button,
.dynamic-content-block.ecom-account-dynamic-content-block .fast-order input[type=number]::-webkit-outer-spin-button, .dynamic-content-block.ecom-account-dynamic-content-block .my-template-orders input[type=number]::-webkit-inner-spin-button,
.dynamic-content-block.ecom-account-dynamic-content-block .my-template-orders input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.dynamic-content-block.ecom-account-dynamic-content-block .fast-order input[type=number], .dynamic-content-block.ecom-account-dynamic-content-block .my-template-orders input[type=number] {
  -webkit-appearance: textfield; }
.dynamic-content-block.ecom-account-dynamic-content-block .fast-order input[type=number]:focus, .dynamic-content-block.ecom-account-dynamic-content-block .my-template-orders input[type=number]:focus {
  -webkit-appearance: number-input; }
.dynamic-content-block.ecom-account-dynamic-content-block .mb-40 {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .mb-40 {
      margin-bottom: 30px; } }
  @media (min-width: 1200px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .mb-40 {
      margin-bottom: 40px; } }
.dynamic-content-block.ecom-account-dynamic-content-block .f-25 {
  font-size: 16px; }
  @media (min-width: 768px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .f-25 {
      font-size: 20px; } }
  @media (min-width: 768px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .f-25 {
      font-size: 25px; } }

@media (max-width: 767px) {
  nav#sidebar.ecom-account-sidebar.ms-navbar-collapse.collapse.in {
    top: 137px; } }

.fw-500 {
  font-weight: 500; }

.fw-400 {
  font-weight: 400; }

.fw-300 {
  font-weight: 300; }

.account-footer {
  position: fixed;
  bottom: 0px;
  height: 40px;
  width: 100%;
  justify-content: center;
  align-items: center; }
  @media (min-width: 768px) {
    .account-footer {
      height: 50px;
      width: calc(100% - 60px);
      margin-left: 60px; } }
  @media (min-width: 1200px) {
    .account-footer {
      width: calc(100% - 206px);
      margin-left: 206px; } }

.dynamic-content-block.ecom-account-dynamic-content-block input, .dynamic-content-bloc.ecom-account-dynamic-content-blockk input.form-control, .modal-content input, .modal-content input.form-control {
  border-radius: 0px; }
  @media (max-width: 767px) {
    .dynamic-content-block.ecom-account-dynamic-content-block input, .dynamic-content-bloc.ecom-account-dynamic-content-blockk input.form-control, .modal-content input, .modal-content input.form-control {
      padding: 0px 8px; } }

.text-style {
  padding: 4px 25px; }

.panel.pad-10-15 .panel-body {
  padding: 10px 15px; }

.btn-md {
  padding: 2px 10px;
  font-size: 12px; }
  @media (min-width: 992px) {
    .btn-md {
      padding: 2px 16px;
      font-size: inherit; } }

.panel.pad-15-15-5-20 .panel-body {
  padding: 15px 15px 5px 20px; }

.pl-20 {
  padding-left: 20px; }

.text-btn {
  background-color: #EEEEEE;
  border-radius: 15px;
  padding: 2px 9px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer; }

.text-btn:hover {
  text-decoration: none;
  background: #ED1C24;
  color: #fff; }

.justify-center {
  justify-content: center; }

.box-shadow {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }

h4, .h4 {
  font-size: 16px; }
  @media (min-width: 768px) {
    h4, .h4 {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 20px; } }

.panel-footer {
  padding: 15px;
  background-color: white; }

.material-icons {
  font-size: 17px; }

.btn-lg {
  padding: 10px 16px;
  font-size: 16px;
  line-height: 1.3333333; }
  @media (min-width: 768px) {
    .btn-lg {
      font-size: 18px; } }

@media (min-width: 768px) {
  .my-balances .form-group {
    margin-bottom: 23px; } }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -webkit-appearance: textfield; }

input[type=number]:focus {
  -webkit-appearance: number-input; }

.av-input-xs {
  width: 6em;
  min-width: 6em; }
  @media (min-width: 768px) {
    .av-input-xs {
      width: 10em;
      min-width: 10em; } }
  @media (min-width: 992px) {
    .av-input-xs {
      width: 12em;
      min-width: 12em; } }
  @media (min-width: 1200px) {
    .av-input-xs {
      width: 13em;
      min-width: 13em; } }
  @media (min-width: 1600px) {
    .av-input-xs {
      width: 16em;
      min-width: 16em; } }

.av-input-sm {
  width: 9em;
  min-width: 9em; }
  @media (min-width: 768px) {
    .av-input-sm {
      width: 11em;
      min-width: 11em; } }
  @media (min-width: 992px) {
    .av-input-sm {
      width: 14em;
      min-width: 14em; } }
  @media (min-width: 1200px) {
    .av-input-sm {
      width: 18em;
      min-width: 18em; } }
  @media (min-width: 1600px) {
    .av-input-sm {
      width: 20em;
      min-width: 20em; } }

@media (min-width: 768px) {
  .av-qty {
    width: calc(100% - 50px) !important;
    width: -webit-calc(100% - 50px) !important; } }

@media (min-width: 767px) {
  .fast-order {
    margin-bottom: 66px;
    margin-top: 26px; } }

.gt-price {
  font-size: 18px; }
  @media (min-width: 768px) {
    .gt-price {
      font-size: 20px; } }
  @media (min-width: 1200px) {
    .gt-price {
      font-size: 25px; } }

.instructions-section {
  font-weight: 300; }
  .instructions-section ul.dashed {
    list-style-type: none;
    font-weight: normal; }
  .instructions-section ul.dashed > li {
    text-indent: -8px; }
  .instructions-section ul.dashed > li:before {
    content: "-";
    text-indent: -5px;
    margin-right: 4px; }

@media (min-width: 768px) {
  .fast-order-table .quantity {
    width: calc(100% - 50px) !important;
    width: -webit-calc(100% - 50px) !important; } }

.instructions-close-btn .material-icons {
  font-size: 17px; }

@media (min-width: 768px) {
  .table.fast-order-table > thead > tr > td, .table.fast-order-table > tbody > tr > th, .table.fast-order-table > tbody > tr > td, .table.template-table > tbody > tr > td {
    padding: 6px 16px; } }
@media (min-width: 1200px) {
  .table.fast-order-table > thead > tr > td, .table.fast-order-table > tbody > tr > th, .table.fast-order-table > tbody > tr > td, .table.template-table > tbody > tr > td {
    padding: 6px 20px; } }
@media (min-width: 1600px) {
  .table.fast-order-table > thead > tr > td, .table.fast-order-table > tbody > tr > th, .table.fast-order-table > tbody > tr > td, .table.template-table > tbody > tr > td {
    padding: 10px 20px; } }

@media (min-width: 768px) {
  .table.fast-order-table > thead > tr > th, .table.template-table > thead > tr > th {
    padding: 0px 16px; } }
@media (min-width: 1200px) {
  .table.fast-order-table > thead > tr > th, .table.template-table > thead > tr > th {
    padding: 0px 20px; } }

@media (max-width: 767px) {
  .mb-border {
    padding-left: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-left: 1px solid #f1f1f1; } }

.circle-small {
  width: 20px;
  height: 20px;
  line-height: 20px;
  min-width: 20px; }
  @media (min-width: 1200px) {
    .circle-small {
      width: 25px;
      height: 25px;
      line-height: 25px;
      min-width: 25px; } }
  .circle-small i {
    font-size: 16px; }

@media (max-width: 767px) {
  .dynamic-content-block.ecom-account-dynamic-content-block .address-page-title .btn {
    padding: 3px 14px 2px;
    font-size: 12px; } }
.dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .material-icons {
  font-size: 17px; }
.dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .panel {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .panel:first-child {
      margin-top: 0px; } }
  @media (min-width: 768px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .panel {
      margin-top: 38px; } }
  .dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .panel .d-flex .text-btn {
    background-color: #EEEEEE;
    border-radius: 15px;
    padding: 0px 12px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    height: auto;
    font-size: 14px; }
    .dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .panel .d-flex .text-btn:hover {
      text-decoration: none;
      background: #ED1C24;
      color: #fff; }
  .dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .panel .d-flex .ml-30 {
    margin-left: 15px; }
    @media (min-width: 768px) {
      .dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .panel .d-flex .ml-30 {
        margin-left: 30px; } }
@media (max-width: 768px) {
  .dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses input {
    padding: 26px 14px; } }
@media (min-width: 768px) {
  .dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses input {
    padding: 26px 14px;
    border-radius: 15px;
    border: 1px solid #f1f1f1; } }
.dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .addresses {
  margin-top: 26px; }
  @media (min-width: 768px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .addresses {
      margin-top: 30px; } }
  @media (min-width: 1200px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .addresses {
      margin-right: 142px; } }
  .dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .addresses label {
    font-size: 12px;
    margin-left: 10px; }
    @media (min-width: 768px) {
      .dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .addresses label {
        margin-left: 20px; } }
.dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .sm-circle {
  width: 12px;
  display: inline-block;
  height: 12px;
  border-radius: 50%;
  background-color: #ED1C24;
  margin-top: -2px; }
  @media (min-width: 768px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .sm-circle {
      width: 14px;
      height: 14px; } }
  @media (min-width: 1200px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .sm-circle {
      width: 16px;
      height: 16px; } }
.dynamic-content-block.ecom-account-dynamic-content-block .saved-addresses .input-edit {
  position: absolute;
  top: 30%;
  right: 12px;
  color: #AAAAAA;
  font-size: 17px; }

.new-address-form input[type="text"], .new-address-form input[type="password"], .new-address-form input.form-control[readonly], .saved-addresses input[type="text"], .saved-addresses input[type="password"], .saved-addresses input.form-control[readonly] {
  border: 1px solid #f1f1f1;
  box-shadow: none;
  padding: 0px 15px !important;
  background-color: #fff; }
  .new-address-form input[type="text"]:focus, .new-address-form input[type="password"]:focus, .new-address-form input.form-control[readonly]:focus, .saved-addresses input[type="text"]:focus, .saved-addresses input[type="password"]:focus, .saved-addresses input.form-control[readonly]:focus {
    box-shadow: none; }
.new-address-form select.form-control, .saved-addresses select.form-control {
  border: 1px solid #f1f1f1;
  box-shadow: none;
  padding: 0px 15px;
  background-color: #F2F2F2;
  background-position: 96%; }
  .new-address-form select.form-control:focus, .saved-addresses select.form-control:focus {
    box-shadow: none; }
.new-address-form .text-btn, .new-address-form .make-default, .saved-addresses .text-btn, .saved-addresses .make-default {
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
  border-radius: 0;
  padding: 5px 15px;
  font-size: 14px;
  line-height: 20px; }
  .new-address-form .text-btn:hover, .new-address-form .make-default:hover, .saved-addresses .text-btn:hover, .saved-addresses .make-default:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000; }
.new-address-form #close-new-address-form, .new-address-form .delete-btn, .new-address-form .edit-icon, .saved-addresses #close-new-address-form, .saved-addresses .delete-btn, .saved-addresses .edit-icon {
  background: none; }
  .new-address-form #close-new-address-form .material-icons, .new-address-form .delete-btn .material-icons, .new-address-form .edit-icon .material-icons, .saved-addresses #close-new-address-form .material-icons, .saved-addresses .delete-btn .material-icons, .saved-addresses .edit-icon .material-icons {
    font-size: 20px;
    line-height: 25px;
    vertical-align: middle; }
    .new-address-form #close-new-address-form .material-icons:hover, .new-address-form .delete-btn .material-icons:hover, .new-address-form .edit-icon .material-icons:hover, .saved-addresses #close-new-address-form .material-icons:hover, .saved-addresses .delete-btn .material-icons:hover, .saved-addresses .edit-icon .material-icons:hover {
      color: #ED1C24; }

.tempate-order-list .list-group-item {
  border-radius: 10px;
  border: 1px solid #f1f1f1;
  margin-bottom: 5px; }

.ecom-account-dynamic-content-block .template-table .uom select.form-control {
  box-shadow: none;
  background-color: #f1f1f1;
  padding: 0px 22px 0px 10px;
  width: 90px;
  background-size: 10px;
  background-position: 90% center; }
.ecom-account-dynamic-content-block .save-template {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .ecom-account-dynamic-content-block .save-template {
      margin-top: 40px; } }
  @media (min-width: 1200px) {
    .ecom-account-dynamic-content-block .save-template {
      margin-top: 56px; } }
  .ecom-account-dynamic-content-block .save-template.pad-10-15 .panel-body {
    height: 56px; }
    .ecom-account-dynamic-content-block .save-template.pad-10-15 .panel-body button {
      text-transform: inherit;
      font-size: 12px;
      box-shadow: none;
      font-weight: 500; }
      @media (min-width: 768px) {
        .ecom-account-dynamic-content-block .save-template.pad-10-15 .panel-body button {
          font-size: 14px; } }
      .ecom-account-dynamic-content-block .save-template.pad-10-15 .panel-body button span {
        margin: 0px 0px 0px 7px; }
        @media (min-width: 768px) {
          .ecom-account-dynamic-content-block .save-template.pad-10-15 .panel-body button span {
            margin: 2px 0px 0px 7px; } }
    .ecom-account-dynamic-content-block .save-template.pad-10-15 .panel-body.pl-20 {
      padding-left: 20px; }
.ecom-account-dynamic-content-block form.add-lines-form .panel {
  margin-bottom: 10px;
  /*box-shadow: 0px 0px 6px rgba(0,0,0,0.2);*/
  width: 100%; }
  @media (min-width: 768px) {
    .ecom-account-dynamic-content-block form.add-lines-form .panel {
      width: 250px;
      min-width: 250px;
      margin-bottom: 0px; } }
  @media (min-width: 992px) {
    .ecom-account-dynamic-content-block form.add-lines-form .panel {
      width: 300px; } }
  @media (min-width: 1200px) {
    .ecom-account-dynamic-content-block form.add-lines-form .panel {
      width: 336px; } }
  @media (min-width: 1600px) {
    .ecom-account-dynamic-content-block form.add-lines-form .panel {
      width: 400px; } }
  @media (max-width: 767px) {
    .ecom-account-dynamic-content-block form.add-lines-form .panel.pad-10-15 .panel-body {
      padding: 5px 10px; } }
  @media (max-width: 767px) {
    .ecom-account-dynamic-content-block form.add-lines-form .panel.ml-30 {
      margin-left: 0px; } }
@media (max-width: 767px) {
  .ecom-account-dynamic-content-block form.add-lines-form .btn.ml-20 {
    margin-left: 0px; } }
.ecom-account-dynamic-content-block form.add-lines-form input {
  border: none;
  border-radius: unset;
  font-size: 16px;
  padding-left: 5px; }
  @media (min-width: 768px) {
    .ecom-account-dynamic-content-block form.add-lines-form input {
      font-size: 20px; } }

@media (min-width: 768px) {
  .table.template-table {
    margin-top: 15px;
    margin-bottom: 87px; } }
@media (max-width: 767px) {
  .table.template-table .override input {
    width: 80px; } }
.table.template-table .additional-line-row .item input {
  width: 100%; }
@media (min-width: 768px) {
  .table.template-table .w-180 {
    max-width: 152px; } }
@media (min-width: 992px) {
  .table.template-table .w-180 {
    max-width: 182px; } }
@media (min-width: 1200px) {
  .table.template-table .w-180 {
    max-width: 300px; } }

@media (max-width: 767px) {
  .mb-w-100 {
    width: 100px; } }

@media (max-width: 767px) {
  .mb-w-120 {
    width: 120px; } }

@media (max-width: 767px) {
  .mb-w-70 {
    width: 70px; } }

.add-lines {
  max-width: 400px;
  margin-bottom: 56px; }
  .add-lines input[type="number"] {
    height: 55px;
    width: 100% !important; }
  .add-lines .add-lines-btn {
    position: absolute;
    top: 10px;
    right: 10px; }

.template-table input[type=number]::-webkit-inner-spin-button,
.template-table input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }
.template-table input[type=number] {
  -webkit-appearance: textfield; }
.template-table input[type=number]:focus {
  -webkit-appearance: number-input; }

.delete-template-section {
  display: table;
  margin-left: auto; }
  @media (min-width: 768px) {
    .delete-template-section {
      position: relative;
      margin-left: 0;
      top: -66px; } }

.ecom-account-dynamic-content-block .my-wishlist .sort-section {
  margin-top: 30px;
  margin-bottom: 45px; }
  @media (min-width: 768px) {
    .ecom-account-dynamic-content-block .my-wishlist .sort-section {
      margin-top: 60px; } }
  .ecom-account-dynamic-content-block .my-wishlist .sort-section .panel-body {
    display: flex;
    align-items: center;
    flex-grow: 1;
    position: relative; }
    .ecom-account-dynamic-content-block .my-wishlist .sort-section .panel-body.pl-20 {
      padding-left: 20px; }
    .ecom-account-dynamic-content-block .my-wishlist .sort-section .panel-body .sortby-btn {
      text-transform: inherit;
      font-size: 14px;
      box-shadow: none;
      font-weight: 500; }
      .ecom-account-dynamic-content-block .my-wishlist .sort-section .panel-body .sortby-btn i {
        font-size: 18px;
        margin-right: 5px; }
.ecom-account-dynamic-content-block .my-wishlist [class^='col-'], .ecom-account-dynamic-content-block .my-wishlist [class*='col-'] {
  float: none;
  margin: 0 -2px;
  display: inline-block; }
@media (min-width: 1200px) {
  .ecom-account-dynamic-content-block .my-wishlist .av-wishlist-wrap #results.row {
    margin-right: -30px; } }
@media (min-width: 1600px) {
  .ecom-account-dynamic-content-block .my-wishlist .av-wishlist-wrap #results.row {
    margin-right: -15px; } }
.ecom-account-dynamic-content-block .my-wishlist .wishlist-item {
  margin-bottom: 10px; }
  @media (min-width: 1200px) {
    .ecom-account-dynamic-content-block .my-wishlist .wishlist-item.col-xs-12 {
      padding-right: 45px; } }
  @media (min-width: 1600px) {
    .ecom-account-dynamic-content-block .my-wishlist .wishlist-item.col-xs-12 {
      padding-right: 15px; } }
  @media (min-width: 768px) {
    .ecom-account-dynamic-content-block .my-wishlist .wishlist-item {
      margin-bottom: 20px; } }
  .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .btn-md {
    padding: 2px 8px;
    font-size: 10px; }
    @media (min-width: 992px) {
      .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .btn-md {
        padding: 2px 16px 1px;
        font-size: inherit; } }
  .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .item-info {
    width: 60%; }
    .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .item-info .ml-10 {
      padding-right: 10px; }
    .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .item-info .product-description {
      line-height: 1.3; }
      @media (max-width: 767px) {
        .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .item-info .product-description {
          font-size: 10px; } }
    .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .item-info h4 {
      min-height: 35px; }
      @media (min-width: 768px) {
        .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .item-info h4 {
          min-height: 44px; } }
  .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .price-info {
    border-left: 1px solid #f1f1f1;
    width: 40%;
    position: relative; }
  .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .add-to-cart-form {
    position: absolute;
    bottom: 0px;
    right: 0px; }
  .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .panel {
    width: 100%;
    border-radius: 25px;
    border: 1px solid #f1f1f1; }
    @media (max-width: 767px) {
      .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .panel .pl-20 {
        padding-left: 15px; } }
    .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .panel .panel-footer {
      padding: 5px 15px;
      border-top: 1px solid #f1f1f1;
      border-radius: 0px 0px 25px 25px; }
  .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .wishlist-img {
    min-width: 54px;
    height: 54px; }
    @media (min-width: 768px) {
      .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .wishlist-img {
        min-width: 76px;
        height: 76px; } }
    .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .wishlist-img img {
      border-radius: 15px;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
      min-width: 54px;
      height: 54px; }
      @media (min-width: 768px) {
        .ecom-account-dynamic-content-block .my-wishlist .wishlist-item .wishlist-img img {
          min-width: 76px;
          height: 76px; } }

.av-favs.wishlist-av-favs {
  position: unset;
  font-size: 16px; }
  .av-favs.wishlist-av-favs a {
    text-decoration: none; }
  @media (max-width: 767px) {
    .av-favs.wishlist-av-favs .add-favourite .fa-stack {
      width: 24px;
      height: 24px;
      line-height: 24px; } }
  .av-favs.wishlist-av-favs .remove-favourite .fa-stack {
    border-radius: 50%;
    background-color: #eee;
    display: flex;
    align-items: center;
    color: #808080; }
    .av-favs.wishlist-av-favs .remove-favourite .fa-stack:hover {
      background: #ED1C24;
      color: #fff; }
    @media (max-width: 767px) {
      .av-favs.wishlist-av-favs .remove-favourite .fa-stack {
        width: 24px;
        height: 24px;
        line-height: 24px; } }
    .av-favs.wishlist-av-favs .remove-favourite .fa-stack i {
      font-size: 16px; }
      @media (min-width: 767px) {
        .av-favs.wishlist-av-favs .remove-favourite .fa-stack i {
          font-size: 17px; } }

.my-orders-page .refine-orders {
  max-width: 400px;
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .my-orders-page .refine-orders {
      margin-bottom: 56px; } }
  .my-orders-page .refine-orders .refine-btn {
    position: absolute;
    top: 10px;
    right: 10px; }
.my-orders-page .table > tbody > tr > th {
  font-size: 12px;
  padding: 6px 20px 0px; }
.my-orders-page .table > tbody > tr > td {
  padding: 6px 20px 3px;
  line-height: 1;
  font-size: 15px; }
.my-orders-page label {
  font-size: 14px; }

.bg-circle-white {
  background-color: white; }

.dynamic-content-block.ecom-account-dynamic-content-block .my-orders-page .mb-42 {
  margin-bottom: 42px; }
.dynamic-content-block.ecom-account-dynamic-content-block .my-orders-page .pad-10-15 .panel-body {
  display: flex;
  align-items: center;
  flex-grow: 1;
  position: relative; }
  .dynamic-content-block.ecom-account-dynamic-content-block .my-orders-page .pad-10-15 .panel-body.pl-20 {
    padding-left: 20px; }
  .dynamic-content-block.ecom-account-dynamic-content-block .my-orders-page .pad-10-15 .panel-body .sortby-btn {
    text-transform: inherit;
    font-size: 12px;
    box-shadow: none;
    font-weight: 500; }
    @media (min-width: 768px) {
      .dynamic-content-block.ecom-account-dynamic-content-block .my-orders-page .pad-10-15 .panel-body .sortby-btn {
        font-size: 14px; } }
    @media (max-width: 767px) {
      .dynamic-content-block.ecom-account-dynamic-content-block .my-orders-page .pad-10-15 .panel-body .sortby-btn {
        padding: 4px 8px; } }
    .dynamic-content-block.ecom-account-dynamic-content-block .my-orders-page .pad-10-15 .panel-body .sortby-btn i {
      font-size: 18px;
      margin-right: 5px; }
.dynamic-content-block.ecom-account-dynamic-content-block .order-details .order-no {
  margin-left: 20px; }
  @media (min-width: 768px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .order-details .order-no {
      margin-left: 30px; } }
  @media (min-width: 1200px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .order-details .order-no {
      margin-left: 46px; } }
.dynamic-content-block.ecom-account-dynamic-content-block .order-details .des-textarea {
  width: 56%; }
  @media (min-width: 1200px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .order-details .des-textarea {
      width: 65%; } }
.dynamic-content-block.ecom-account-dynamic-content-block .order-details .title {
  margin-bottom: 42px; }
  @media (min-width: 1200px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .order-details .title {
      margin-bottom: 54px; } }
  .dynamic-content-block.ecom-account-dynamic-content-block .order-details .title a {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    margin-top: -2px;
    margin-right: 16px;
    text-decoration: none;
    cursor: pointer; }
    .dynamic-content-block.ecom-account-dynamic-content-block .order-details .title a i {
      font-size: 22px;
      color: #000; }
      @media (min-width: 768px) {
        .dynamic-content-block.ecom-account-dynamic-content-block .order-details .title a i {
          font-size: 28px; } }
.dynamic-content-block.ecom-account-dynamic-content-block .order-details .panel .order-details-section {
  padding: 10px; }
  @media (min-width: 768px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .order-details .panel .order-details-section {
      padding: 15px 36px 20px; } }
  @media (max-width: 767px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .order-details .panel .order-details-section .note-table-section {
      margin: 30px 0px 35px; } }
.dynamic-content-block.ecom-account-dynamic-content-block .order-details .panel .form-group .content {
  font-size: 16px;
  line-height: 1.35; }
  @media (min-width: 768px) {
    .dynamic-content-block.ecom-account-dynamic-content-block .order-details .panel .form-group .content {
      font-size: 18px; } }

.table.note-table textarea {
  width: 100%;
  resize: none;
  vertical-align: middle;
  background: #FFFDF7;
  border: 1px solid #f1f1f1;
  padding: 0 8px;
  box-shadow: none;
  border-radius: 10px;
  line-height: 1.5; }

.table.note-table > tfoot > tr > td {
  padding: 0px 8px; }
  @media (min-width: 768px) {
    .table.note-table > tfoot > tr > td {
      padding: 0px 16px; } }
  @media (min-width: 1200px) {
    .table.note-table > tfoot > tr > td {
      padding: 0px 20px; } }
  @media (min-width: 1600px) {
    .table.note-table > tfoot > tr > td {
      padding: 0px 20px; } }
  @media (max-width: 767px) {
    .table.note-table > tfoot > tr > td {
      font-size: 12px; } }

.table.note-table > tfoot > tr > td:first-child {
  padding-left: 0px; }

.table.note-table > tfoot > tr > td {
  border-top: none; }

.table.order-table .w-120, .table.note-table .w-120 {
  width: 100px; }
  @media (min-width: 768px) {
    .table.order-table .w-120, .table.note-table .w-120 {
      width: 120px; } }
.table.order-table .w-200, .table.note-table .w-200 {
  width: 100px; }
  @media (min-width: 768px) {
    .table.order-table .w-200, .table.note-table .w-200 {
      width: 200px; } }

.table.note-table {
  margin-bottom: 0px; }
  .table.note-table .grand-total > td {
    font-size: 16px; }
    @media (min-width: 768px) {
      .table.note-table .grand-total > td {
        font-size: 20px; } }

.table.order-table > tbody > tr > td:first-child {
  padding: 6px 0px 6px 6px;
  width: 43px; }

.table.order-table > thead > tr > th {
  font-weight: normal;
  white-space: nowrap; }

.table.order-table > thead > tr > th:nth-child(2) {
  padding-left: 12px; }
  @media (min-width: 1600px) {
    .table.order-table > thead > tr > th:nth-child(2) {
      padding-left: 20px; } }

.table.order-table > tbody > tr > td:nth-child(2) {
  padding-left: 12px; }
  @media (min-width: 1600px) {
    .table.order-table > tbody > tr > td:nth-child(2) {
      padding-left: 20px; } }

.table.order-table {
  padding-top: 15px;
  border-top: 1px solid #f1f1f1; }
  @media (min-width: 768px) {
    .table.order-table {
      padding-top: 25px;
      margin-bottom: 46px; } }
  .table.order-table .shipping-icon .material-icons {
    font-size: 24px; }
  .table.order-table .w-50 {
    width: 50px; }
    @media (min-width: 1600px) {
      .table.order-table .w-50 {
        width: 150px; } }
  .table.order-table .product-img {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
    border-radius: 7px; }
  .table.order-table .empty-row {
    height: 22px; }

.table.order-table > tbody > tr > td {
  line-height: 1.2; }

.mb-textarea textarea {
  width: 100%;
  resize: none;
  vertical-align: middle;
  background: #FFFDF7;
  border: 1px solid #f1f1f1;
  padding: 0 8px;
  box-shadow: none;
  border-radius: 10px; }

.my-orders-row {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border: 1px solid #f1f1f1;
  margin-bottom: 5px;
  padding: 10px; }
  .my-orders-row .col-heading {
    font-family: CorporateS-Demi; }
  .my-orders-row .my-orders-column {
    min-width: 66px;
    width: calc(100% / 4); }
    @media (min-width: 576px) {
      .my-orders-row .my-orders-column {
        min-width: 80px;
        width: calc(100% / 7); } }
    @media (min-width: 992px) {
      .my-orders-row .my-orders-column {
        width: calc(100% / 10); } }
  .my-orders-row .yellow {
    color: #FFB53E;
    font-weight: 500; }
  .my-orders-row .red {
    color: #BA255C;
    font-weight: 500; }
  .my-orders-row .green {
    color: #5CBF8E;
    font-weight: 500; }

.my-orders .material-icons.av-loading-spin {
  color: #000; }
.my-orders input[type="text"] {
  border: 1px solid #f1f1f1;
  box-shadow: none;
  padding: 0px 15px;
  background-color: #fff;
  color: #000; }
  .my-orders input[type="text"]:focus {
    box-shadow: none; }
.my-orders select.form-control {
  border: 1px solid #f1f1f1;
  box-shadow: none;
  padding: 0px 15px;
  background-color: #F2F2F2;
  background-position: 96%;
  color: #000; }
  .my-orders select.form-control:focus {
    box-shadow: none; }
.my-orders .my-order-view.my-orders-column .material-symbols-outlined {
  background-color: #fff;
  float: right;
  font-weight: 100; }
@media (max-width: 768px) {
  .my-orders .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; } }

.account-switch .header-section h4 {
  font-size: 18px; }
.account-switch .header-section p {
  font-size: 15px; }
@media (max-width: 767px) {
  .account-switch .change-account-form .d-flex {
    display: block; } }
.account-switch .change-account-form .change-account-btn {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .account-switch .change-account-form .change-account-btn {
      margin-top: 0px;
      margin-left: 30px; } }
@media (min-width: 768px) {
  .account-switch .acoounts-list.row {
    margin-right: -32px; } }
@media (min-width: 1200px) {
  .account-switch .acoounts-list.row {
    margin-right: -76px; } }
@media (min-width: 1600px) {
  .account-switch .acoounts-list.row {
    margin-right: -93px; } }
@media (min-width: 768px) {
  .account-switch .acoounts-list.row .col-sm-12 {
    padding-right: 32px; } }
@media (min-width: 1200px) {
  .account-switch .acoounts-list.row .col-sm-12 {
    padding-right: 76px; } }
@media (min-width: 1600px) {
  .account-switch .acoounts-list.row .col-sm-12 {
    padding-right: 108px; } }
.account-switch .acoounts-list .panel {
  border: 1px solid #f1f1f1; }
  .account-switch .acoounts-list .panel .panel-body {
    padding: 14px 12px 12px 18px; }
  .account-switch .acoounts-list .panel .selected-btn {
    background-color: #A2003C;
    cursor: no-drop; }
  .account-switch .acoounts-list .panel .select-btn {
    height: 30px;
    padding: 2px 14px; }

.contact-us h1 {
  font-size: 30px;
  color: #ffffff; }
  @media (min-width: 768px) {
    .contact-us h1 {
      font-size: 45px; } }
  @media (min-width: 1200px) {
    .contact-us h1 {
      font-size: 65px; } }
.contact-us .company-details address {
  margin-bottom: 52px; }
  @media (min-width: 768px) {
    .contact-us .company-details address {
      margin-bottom: 104px; } }
  @media (min-width: 1200px) {
    .contact-us .company-details address .light-gray-circle {
      width: 34px;
      height: 34px;
      line-height: 34px;
      min-width: 34px; } }
  .contact-us .company-details address .material-icons {
    font-size: 17px; }
    @media (min-width: 768px) {
      .contact-us .company-details address .material-icons {
        font-size: 19px; } }
    @media (min-width: 1200px) {
      .contact-us .company-details address .material-icons {
        font-size: 22px; } }
  @media (max-width: 767px) {
    .contact-us .company-details address .d-flex.address {
      display: block; } }
  @media (min-width: 768px) {
    .contact-us .company-details address .company-address-section {
      width: 36%; } }
  @media (min-width: 992px) {
    .contact-us .company-details address .company-address-section {
      width: 42%; } }
  @media (min-width: 1200px) {
    .contact-us .company-details address .company-address-section {
      width: 32%; } }
  .contact-us .company-details address .company-address-section .company-address {
    font-size: 16px; }
    @media (min-width: 768px) {
      .contact-us .company-details address .company-address-section .company-address {
        font-size: 18px; } }
    @media (min-width: 1200px) {
      .contact-us .company-details address .company-address-section .company-address {
        font-size: 20px; } }
  .contact-us .company-details address .company-contact-info, .contact-us .company-details address .company-site {
    font-size: 16px;
    font-weight: 500; }
    @media (min-width: 768px) {
      .contact-us .company-details address .company-contact-info, .contact-us .company-details address .company-site {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .contact-us .company-details address .company-contact-info, .contact-us .company-details address .company-site {
        font-size: 18px; } }
  .contact-us .company-details address .company-contact-info {
    margin-top: 50px; }
    @media (min-width: 768px) {
      .contact-us .company-details address .company-contact-info {
        width: 38%;
        margin-top: 0px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border-left: 1px solid #f1f1f1; } }
    @media (min-width: 992px) {
      .contact-us .company-details address .company-contact-info {
        width: 32%; } }
    @media (min-width: 1200px) {
      .contact-us .company-details address .company-contact-info {
        width: 28%; } }
    .contact-us .company-details address .company-contact-info .mt-30 {
      margin-top: 20px; }
      @media (min-width: 768px) {
        .contact-us .company-details address .company-contact-info .mt-30 {
          margin-top: 20px; } }
  .contact-us .company-details address .company-site {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .contact-us .company-details address .company-site {
        width: 26%;
        display: flex;
        justify-content: flex-end;
        margin-top: 41px; } }
    @media (min-width: 992px) {
      .contact-us .company-details address .company-site {
        margin-top: 27px; } }
.contact-us h2 {
  font-size: 35px; }
  @media (min-width: 768px) {
    .contact-us h2 {
      font-size: 42px; } }
  @media (min-width: 1200px) {
    .contact-us h2 {
      font-size: 50px; } }
.contact-us .company-title {
  padding-top: 670px;
  padding-bottom: 50px; }
  @media (min-width: 768px) {
    .contact-us .company-title {
      padding-top: 306px;
      padding-bottom: 104px; } }
  @media (min-width: 1200px) {
    .contact-us .company-title {
      padding-top: 200px;
      padding-bottom: 130px; } }
.contact-us h4 {
  font-size: 20px; }
  @media (min-width: 768px) {
    .contact-us h4 {
      font-size: 25px; } }
.contact-us .hero-section {
  height: 555px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 43%; }
  @media (min-width: 768px) {
    .contact-us .hero-section {
      height: 555px; } }
  @media (max-width: 767px) {
    .contact-us .hero-section .contact-section.d-flex {
      display: block; } }

.contact_form .recaptcha {
  float: right;
  margin-top: 20px;
  margin-bottom: 13px; }
  @media (min-width: 768px) {
    .contact_form .recaptcha {
      margin-top: 40px;
      margin-bottom: 33px; } }
.contact_form form .mt-35 {
  margin-top: 22px; }
  @media (min-width: 768px) {
    .contact_form form .mt-35 {
      margin-top: 35px; } }
.contact_form form .phn-number input {
  padding: 26px 16px 26px 46px !important; }
.contact_form form .phn-number .light-gray-circle {
  position: absolute;
  top: 14px;
  left: 12px;
  color: #808080; }
  @media (min-width: 768px) {
    .contact_form form .phn-number .light-gray-circle {
      top: 12px; } }
.contact_form form h4 {
  font-size: 18px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f1f1f1; }
  @media (min-width: 768px) {
    .contact_form form h4 {
      font-size: 25px; } }
.contact_form form button {
  font-size: 18px; }
.contact_form form input {
  padding: 26px 16px !important;
  border: 1px solid #f1f1f1 !important;
  box-shadow: none !important; }
.contact_form form label {
  font-size: 18px; }
.contact_form form textarea {
  width: 100%;
  resize: none;
  vertical-align: middle;
  border: 1px solid #f1f1f1;
  padding: 16px;
  box-shadow: none;
  line-height: 1.63; }

.justify-between {
  justify-content: space-between; }

@media (max-width: 992px) {
  .cart-summary .row {
    display: flex;
    flex-direction: column; } }
@media (max-width: 767px) {
  .cart-summary .row {
    margin-left: -15px;
    margin-right: -15px; } }
@media (max-width: 767px) {
  .cart-summary .row .xs-o-1 {
    order: 1; } }
@media (max-width: 767px) {
  .cart-summary .row .xs-o-2 {
    order: 2; } }
@media (max-width: 767px) {
  .cart-summary .row .xs-o-3 {
    order: 3; } }
@media (max-width: 767px) {
  .cart-summary .row [class^='col-'] {
    padding-left: 15px;
    padding-right: 15px; } }
@media (max-width: 767px) {
  .cart-summary .payment-section {
    background: #F8F8F9; } }
@media (min-width: 768px) {
  .cart-summary .payment-section {
    margin-top: 35px; } }
@media (min-width: 992px) {
  .cart-summary .payment-section {
    margin-top: 0px; } }
.cart-summary .page-title {
  font-family: CorporateS-Bold;
  font-size: 27px;
  line-height: 32px; }
  .cart-summary .page-title .title {
    color: #5CBF8E;
    font-weight: normal;
    font-size: 25px; }
    @media (min-width: 1200px) {
      .cart-summary .page-title .title {
        font-size: 35px; } }
    .cart-summary .page-title .title .material-icons {
      font-size: 36px; }
      @media (min-width: 768px) {
        .cart-summary .page-title .title .material-icons {
          font-size: 46px; } }
.cart-summary .products-list-section .cart-order-summary-block {
  border: 1px solid #D3D3D3;
  padding: 10px;
  margin: 20px 15px;
  background-color: #FAFAFA;
  box-shadow: none; }
  .cart-summary .products-list-section .cart-order-summary-block .panel-default {
    background: none;
    box-shadow: none;
    border: none; }
@media (min-width: 992px) {
  .cart-summary .products-list-section {
    float: right; } }
@media (max-width: 767px) {
  .cart-summary .order-confirmation {
    margin-bottom: 35px; } }
@media (min-width: 1200px) {
  .cart-summary .order-confirmation {
    margin-right: 90px; } }
.cart-summary .order-confirmation .h4, .cart-summary .order-confirmation h4 {
  font-size: 20px; }
.cart-summary .order-confirmation .card-image {
  width: 34px;
  height: 22px; }
.cart-summary .order-confirmation .btn-txt {
  text-transform: initial;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto; }
.cart-summary .order-confirmation .btn-gray {
  font-family: CorporateS-Demi;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: none; }
  .cart-summary .order-confirmation .btn-gray:hover {
    background-color: #000;
    color: #fff; }
    .cart-summary .order-confirmation .btn-gray:hover .left-arrow-button {
      color: #E20612; }
.cart-summary .order-confirmation .btns-section {
  margin-top: 35px; }
  .cart-summary .order-confirmation .btns-section .left-arrow-button .material-icons {
    vertical-align: middle; }
  .cart-summary .order-confirmation .btns-section .btn {
    font-size: 18px;
    padding: 10px 13px;
    line-height: 1; }
  .cart-summary .order-confirmation .btns-section .view-order {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000 !important; }
    .cart-summary .order-confirmation .btns-section .view-order:hover {
      color: #000 !important;
      background-color: #fff !important; }
  @media (max-width: 767px) {
    .cart-summary .order-confirmation .btns-section {
      display: block; } }
  @media (min-width: 768px) {
    .cart-summary .order-confirmation .btns-section {
      margin-top: 64px; } }
  .cart-summary .order-confirmation .btns-section .btn-gray {
    width: 100%; }
    @media (min-width: 768px) {
      .cart-summary .order-confirmation .btns-section .btn-gray {
        width: 40%; } }
    @media (min-width: 1200px) {
      .cart-summary .order-confirmation .btns-section .btn-gray {
        width: 34%; } }
  .cart-summary .order-confirmation .btns-section .btn-primary {
    width: 100%; }
    @media (max-width: 767px) {
      .cart-summary .order-confirmation .btns-section .btn-primary {
        margin-top: 35px; } }
    @media (min-width: 768px) {
      .cart-summary .order-confirmation .btns-section .btn-primary {
        width: 40%; } }
    @media (min-width: 1200px) {
      .cart-summary .order-confirmation .btns-section .btn-primary {
        width: 52%; } }
.cart-summary .order-confirmation .text-center {
  margin-bottom: 30px; }
.cart-summary .order-confirmation .title {
  color: #5CBF8E;
  font-weight: normal;
  font-size: 20px; }
  @media (min-width: 768px) {
    .cart-summary .order-confirmation .title {
      font-size: 25px; } }
  @media (min-width: 1200px) {
    .cart-summary .order-confirmation .title {
      font-size: 35px; } }
  .cart-summary .order-confirmation .title .material-icons {
    font-size: 22px; }
    @media (min-width: 768px) {
      .cart-summary .order-confirmation .title .material-icons {
        font-size: 46px; } }
.cart-summary .order-confirmation .panel {
  box-shadow: none;
  border: 1px solid #f1f1f1;
  margin-bottom: 8px; }
  .cart-summary .order-confirmation .panel h5 {
    font-size: 14px; }
    @media (min-width: 767px) {
      .cart-summary .order-confirmation .panel h5 {
        font-size: 15px; } }
  .cart-summary .order-confirmation .panel .border-bottom {
    border-bottom: 1px solid #eee;
    padding-bottom: 16px; }

.clear-both {
  clear: both; }

@media (max-width: 767px) {
  .p-xs-0 {
    padding: 0px; } }

@media (max-width: 768px) {
  .my-account-order-details .btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%; } }
.my-account-order-details textarea {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0px; }

select.select-custom {
  outline: none;
  box-shadow: none;
  padding: 0 14px;
  border: 1px solid #f1f1f1;
  background-position: 84% 50%; }

.about-us h1, .about-us .h1 {
  font-size: 45px; }
  @media (max-width: 576px) {
    .about-us h1, .about-us .h1 {
      font-size: 24px; } }
.about-us h2, .about-us .h2 {
  font-size: 30px;
  font-weight: 300; }
  @media (min-width: 768px) {
    .about-us h2, .about-us .h2 {
      font-size: 35px; } }
  @media (min-width: 992px) {
    .about-us h2, .about-us .h2 {
      font-size: 40px; } }
  @media (min-width: 1200px) {
    .about-us h2, .about-us .h2 {
      font-size: 50px; } }
.about-us p {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 300; }
  @media (min-width: 768px) {
    .about-us p {
      font-size: 17px; } }
  @media (min-width: 992px) {
    .about-us p {
      font-size: 18px; } }
.about-us .hero-section {
  height: 518px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 42%;
  color: #fff; }
  @media (min-width: 768px) {
    .about-us .hero-section {
      height: 551px; } }
  @media (min-width: 1200px) {
    .about-us .hero-section {
      background-position: unset; } }
  .about-us .hero-section .hero-content {
    margin-top: 144px;
    margin-left: 15px;
    margin-right: 20px; }
    @media (min-width: 768px) {
      .about-us .hero-section .hero-content {
        margin-top: 128px;
        width: 487px;
        margin-left: 30px; } }
    @media (min-width: 992px) {
      .about-us .hero-section .hero-content {
        margin-left: 42px; } }
    .about-us .hero-section .hero-content h1 {
      color: #fff; }
    .about-us .hero-section .hero-content p {
      font-size: 15px;
      font-weight: 300;
      line-height: 1.5; }
      @media (min-width: 768px) {
        .about-us .hero-section .hero-content p {
          font-size: 18px; } }
.about-us .section-1 {
  background-color: #F4F4F4;
  height: 560px;
  margin-bottom: 330px; }
  @media (min-width: 768px) {
    .about-us .section-1 {
      height: 540px;
      margin-top: 69px;
      margin-bottom: 300px; } }
  @media (min-width: 992px) {
    .about-us .section-1 {
      height: 592px;
      margin-bottom: 200px; } }
  @media (min-width: 1200px) {
    .about-us .section-1 {
      height: 690px; } }
  @media (max-width: 991px) {
    .about-us .section-1 .d-flex {
      display: block; } }
  .about-us .section-1 .section-1-content {
    margin-top: 90px; }
    @media (min-width: 768px) {
      .about-us .section-1 .section-1-content {
        margin-top: 50px; } }
    @media (min-width: 992px) {
      .about-us .section-1 .section-1-content {
        width: 372px;
        margin-top: 74px; } }
    @media (min-width: 1200px) {
      .about-us .section-1 .section-1-content {
        width: 473px;
        margin-top: 90px; } }
    @media (min-width: 1600px) {
      .about-us .section-1 .section-1-content {
        width: 600px; } }
    .about-us .section-1 .section-1-content .para-1 {
      margin-top: 18px; }
      @media (min-width: 768px) {
        .about-us .section-1 .section-1-content .para-1 {
          margin-top: 18px; } }
      @media (min-width: 1200px) {
        .about-us .section-1 .section-1-content .para-1 {
          margin-top: 40px; } }
    .about-us .section-1 .section-1-content .para-2 {
      margin-top: 28px; }
  .about-us .section-1 .sec-1-img {
    margin-top: 40px; }
    @media (min-width: 768px) {
      .about-us .section-1 .sec-1-img {
        margin-top: 40px; } }
    @media (min-width: 992px) {
      .about-us .section-1 .sec-1-img {
        margin-top: 198px; } }
    @media (min-width: 1200px) {
      .about-us .section-1 .sec-1-img {
        margin-top: 198px; } }
    .about-us .section-1 .sec-1-img img {
      border-radius: 16px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
      width: 340px;
      height: 340px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .about-us .section-1 .sec-1-img img {
          width: 440px;
          height: 440px; } }
      @media (min-width: 992px) {
        .about-us .section-1 .sec-1-img img {
          width: 500px;
          height: 500px;
          margin: 0px; } }
      @media (min-width: 1200px) {
        .about-us .section-1 .sec-1-img img {
          width: 605px;
          height: 605px; } }
.about-us .section-2 {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .about-us .section-2 {
      margin-bottom: 100px; } }
  @media (min-width: 992px) {
    .about-us .section-2 {
      margin-bottom: 180px; } }
  .about-us .section-2 .grid-container1, .about-us .section-2 .grid-container2 {
    display: grid;
    grid-gap: 20px;
    height: 163px; }
    @media (min-width: 768px) {
      .about-us .section-2 .grid-container1, .about-us .section-2 .grid-container2 {
        height: 280px; } }
    @media (min-width: 992px) {
      .about-us .section-2 .grid-container1, .about-us .section-2 .grid-container2 {
        height: 360px; } }
    @media (min-width: 1200px) {
      .about-us .section-2 .grid-container1, .about-us .section-2 .grid-container2 {
        height: 457px; } }
    @media (min-width: 1600px) {
      .about-us .section-2 .grid-container1, .about-us .section-2 .grid-container2 {
        height: 360px; } }
  .about-us .section-2 .grid-container1 {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .about-us .section-2 .grid-container1 {
        margin-top: 56px; } }
    @media (min-width: 1200px) {
      .about-us .section-2 .grid-container1 {
        margin-top: 66px; } }
    .about-us .section-2 .grid-container1 .item1 {
      grid-row-start: 1;
      grid-row-end: 5;
      grid-column-start: 1;
      grid-column-end: 3; }
    .about-us .section-2 .grid-container1 .item2 {
      grid-row-start: 2;
      grid-row-end: 5;
      grid-column-start: 4;
      grid-column-end: 5; }
      @media (min-width: 768px) {
        .about-us .section-2 .grid-container1 .item2 {
          grid-row-start: 2;
          grid-row-end: 5;
          grid-column-start: 3;
          grid-column-end: 4; } }
    .about-us .section-2 .grid-container1 .item3 {
      grid-row-start: 3;
      grid-row-end: 5;
      grid-column-start: 4;
      grid-column-end: 6; }
    .about-us .section-2 .grid-container1 .item4 {
      grid-row-start: 1;
      grid-row-end: 3;
      grid-column-start: 5; }
    .about-us .section-2 .grid-container1 .item9 {
      grid-row-start: 1;
      grid-row-end: 5;
      grid-column-start: 6;
      grid-column-end: 8; }
  .about-us .section-2 .grid-container2 {
    margin-top: 20px; }
    .about-us .section-2 .grid-container2 .item5 {
      grid-row-start: 1;
      grid-row-end: 3;
      grid-column-start: 1;
      grid-column-end: 3; }
    .about-us .section-2 .grid-container2 .item6 {
      grid-row-start: 3;
      grid-row-end: 5;
      grid-column-start: 1;
      grid-column-end: 2; }
    .about-us .section-2 .grid-container2 .item7 {
      grid-row-start: 1;
      grid-row-end: 5;
      grid-column-start: 3;
      grid-column-end: 5; }
    .about-us .section-2 .grid-container2 .item8 {
      grid-row-start: 2;
      grid-row-end: 5;
      grid-column-start: 5; }
    .about-us .section-2 .grid-container2 .item10 {
      grid-row-start: 1;
      grid-row-end: 3;
      grid-column-start: 6;
      grid-column-end: 7; }
    .about-us .section-2 .grid-container2 .item11 {
      grid-row-start: 3;
      grid-row-end: 5;
      grid-column-start: 6;
      grid-column-end: 8; }
  .about-us .section-2 .grid-container1 > div, .about-us .section-2 .grid-container2 > div {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 60%;
    border-radius: 10px; }
    @media (min-width: 768px) {
      .about-us .section-2 .grid-container1 > div, .about-us .section-2 .grid-container2 > div {
        border-radius: 20px; } }
  @media (max-width: 1599px) {
    .about-us .section-2 .grid-container .item9, .about-us .section-2 .grid-container .item10, .about-us .section-2 .grid-container .item11 {
      display: none; } }
.about-us .section-3 {
  height: 742px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 30%;
  margin-bottom: 620px; }
  .about-us .section-3 h2 {
    color: #fff; }
  @media (min-width: 768px) {
    .about-us .section-3 {
      margin-bottom: 700px; } }
  @media (min-width: 992px) {
    .about-us .section-3 {
      margin-bottom: 360px; } }
  @media (max-width: 991px) {
    .about-us .section-3 .d-flex {
      display: block; } }
  .about-us .section-3 .section-3-left-content {
    color: #fff; }
    @media (min-width: 992px) {
      .about-us .section-3 .section-3-left-content {
        width: 275px; } }
    @media (min-width: 1200px) {
      .about-us .section-3 .section-3-left-content {
        width: 492px; } }
    @media (min-width: 768px) {
      .about-us .section-3 .section-3-left-content .key-stages {
        display: flex;
        justify-content: space-evenly;
        margin-top: 70px; } }
    @media (min-width: 992px) {
      .about-us .section-3 .section-3-left-content .key-stages {
        justify-content: space-between;
        margin-top: 104px; } }
    @media (min-width: 768px) {
      .about-us .section-3 .section-3-left-content .key-stages .key-stage-component h4 {
        font-size: 14px; } }
    @media (min-width: 1200px) {
      .about-us .section-3 .section-3-left-content .key-stages .key-stage-component h4 {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .about-us .section-3 .section-3-left-content .key-stages .key-stage-component .image-block {
        max-width: 66px; } }
    @media (min-width: 1200px) {
      .about-us .section-3 .section-3-left-content .key-stages .key-stage-component .image-block {
        max-width: 94px; } }
    .about-us .section-3 .section-3-left-content h2 {
      margin-top: 130px; }
      @media (min-width: 768px) {
        .about-us .section-3 .section-3-left-content h2 {
          margin-top: 32px;
          margin-bottom: 32px; } }
      @media (min-width: 992px) {
        .about-us .section-3 .section-3-left-content h2 {
          margin-top: 64px;
          margin-bottom: 64px; } }
  .about-us .section-3 .section-3-form .contact_form {
    margin-top: 70px;
    width: auto; }
    @media (min-width: 992px) {
      .about-us .section-3 .section-3-form .contact_form {
        width: 612px;
        margin-top: 170px; } }
.about-us .section-4 {
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .about-us .section-4 {
      margin-bottom: 100px; } }
  .about-us .section-4 .material-icons {
    transform: rotate(180deg);
    height: 30px;
    font-size: 30px; }
    @media (min-width: 768px) {
      .about-us .section-4 .material-icons {
        font-size: 40px;
        height: 40px; } }
  .about-us .section-4 span {
    position: relative;
    top: 6px;
    font-size: 20px; }
    @media (min-width: 768px) {
      .about-us .section-4 span {
        width: 402px;
        font-size: 30px;
        line-height: 40px;
        top: 15px; } }
    @media (min-width: 1200px) {
      .about-us .section-4 span {
        width: 458px; } }

.brand-label {
  padding: 6.5px 17px;
  color: #ED1C24;
  background: white;
  text-transform: uppercase;
  border-radius: 6px;
  font-weight: 500;
  font-size: 13px; }

.product-carousel .av-product-imgs .av-img-placeholder {
  margin-left: auto;
  margin-right: auto; }
@media (max-width: 767px) {
  .product-carousel .av-product-imgs .col-xs-2 {
    padding: 0px; } }
.product-carousel .av-product-main-img-wrap {
  float: right;
  margin-top: 20px;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .product-carousel .av-product-main-img-wrap {
      margin-top: 42px;
      margin-bottom: 42px; } }
.product-carousel .bx-wrapper .bx-prev,
.product-carousel .bx-wrapper .bx-next {
  position: absolute;
  left: 27%;
  border-radius: 50%;
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-decoration: none !important; }
  @media (min-width: 768px) {
    .product-carousel .bx-wrapper .bx-prev,
    .product-carousel .bx-wrapper .bx-next {
      left: 37%;
      width: 30px;
      height: 30px;
      line-height: 30px; } }
  @media (min-width: 992px) {
    .product-carousel .bx-wrapper .bx-prev,
    .product-carousel .bx-wrapper .bx-next {
      left: 31%; } }
  .product-carousel .bx-wrapper .bx-prev:hover, .product-carousel .bx-wrapper .bx-prev:focus,
  .product-carousel .bx-wrapper .bx-next:hover,
  .product-carousel .bx-wrapper .bx-next:focus {
    background-color: #ED1C24;
    color: #fff; }
.product-carousel .bx-wrapper .bx-prev {
  top: -32px; }
  @media (min-width: 768px) {
    .product-carousel .bx-wrapper .bx-prev {
      top: -37px; } }
.product-carousel .bx-wrapper .bx-next {
  bottom: -32px;
  top: auto; }
  @media (min-width: 768px) {
    .product-carousel .bx-wrapper .bx-next {
      bottom: -37px; } }
.product-carousel .bx-wrapper .bx-prev::before {
  content: 'chevron_left';
  font-family: "Material Icons";
  transform: rotate(90deg);
  position: absolute;
  bottom: 22px;
  left: 59%;
  font-size: 20px;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .product-carousel .bx-wrapper .bx-prev::before {
      font-size: 24px; } }
.product-carousel .bx-wrapper .bx-next::before {
  content: 'chevron_left';
  font-family: "Material Icons";
  transform: rotate(270deg);
  position: absolute;
  bottom: 15px;
  left: -40%;
  font-size: 20px;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .product-carousel .bx-wrapper .bx-next::before {
      font-size: 24px; } }
.product-carousel .av-product-info .av-product-left #multiple-images .bx-wrapper {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .product-carousel .av-product-info .av-product-left #multiple-images .bx-wrapper {
      margin-top: 67px; } }
.product-carousel .av-product-carousel li .av-img-placeholder .av-img-placeholder-wrap {
  margin: 0 auto; }

@media (min-width: 1200px) {
  .carousel-size-1 .bx-clone,
  .carousel-size-2 .bx-clone,
  .carousel-size-3 .bx-clone {
    visibility: hidden; }

  .carousel-size-1 .bx-wrapper,
  .carousel-size-2 .bx-wrapper,
  .carousel-size-3 .bx-wrapper {
    margin: 0px auto; }

  .product-carousel#image-box .bx-wrapper .bx-prev,
  .product-carousel#image-box .bx-wrapper .bx-next {
    width: 30px;
    position: absolute;
    left: 24px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px; }

  .product-carousel#image-box .bx-wrapper .bx-prev {
    top: -37px; }

  .product-carousel#image-box .bx-wrapper .bx-next {
    bottom: -37px;
    top: auto; }

  .bx-wrapper .bx-prev:hover,
  .bx-wrapper .bx-prev:focus,
  .bx-wrapper .bx-next:hover,
  .bx-wrapper .bx-next:focus {
    background-color: #ddd; }

  .product-carousel#image-box .bx-wrapper .bx-prev::before {
    content: 'chevron_left';
    font-family: "Material Icons";
    transform: rotate(90deg);
    position: absolute;
    font-size: 24px;
    white-space: nowrap; }

  .product-carousel#image-box .bx-wrapper .bx-next::before {
    content: 'chevron_left';
    font-family: "Material Icons";
    transform: rotate(270deg);
    position: absolute;
    font-size: 24px;
    white-space: nowrap; } }
@media (min-width: 1600px) {
  .product-carousel#image-box .bx-wrapper .bx-prev,
  .product-carousel#image-box .bx-wrapper .bx-next {
    left: 39%; } }
@media (min-width: 768px) {
  .write-review-modal .modal-dialog {
    width: 465px; } }
.write-review-modal .modal-dialog .modal-content .av-modal-close {
  margin-right: 20px; }

@media (min-width: 768px) {
  .view-all-reviews-modal .modal-dialog {
    width: 646px; } }
.view-all-reviews-modal .modal-dialog .modal-content .av-modal-close {
  margin-right: 20px; }

.customer-review-modal {
  color: #808080;
  padding: 0px 15px 15px;
  margin-top: -15px; }
  @media (min-width: 768px) {
    .customer-review-modal {
      padding: 0px 25px 27px 39px; } }
  .customer-review-modal .product-title {
    color: #808080;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .customer-review-modal .product-title {
        margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .customer-review-modal .av-product-review-rating-input input[type="radio"] {
      margin-right: 12px; } }
  .customer-review-modal .av-product-review-rating-input input[type="radio"]:checked:after {
    color: #ED1C24; }
  .customer-review-modal .av-product-review-rating-input input[type="radio"]:after {
    color: #EEEEEE; }
    @media (min-width: 768px) {
      .customer-review-modal .av-product-review-rating-input input[type="radio"]:after {
        font-size: 42px; } }
  .customer-review-modal .light-gray-circle.medium-circle {
    width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    position: relative;
    overflow: initial; }
    .customer-review-modal .light-gray-circle.medium-circle:after {
      content: 'done';
      position: absolute;
      font-family: "Material Icons";
      bottom: 0;
      right: 0px;
      line-height: 14px;
      z-index: 10;
      background: #5CBF8E;
      color: #fff;
      width: 16px;
      height: 16px;
      border-radius: 100%;
      border: 1px solid #fff;
      font-size: 10px;
      white-space: nowrap; }
  .customer-review-modal .review-section {
    color: #404040;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .customer-review-modal .review-section {
        margin-bottom: 34px; } }
  .customer-review-modal .description-section {
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .customer-review-modal .description-section {
        margin-bottom: 31px; } }
    .customer-review-modal .description-section input {
      background: #fff; }
    .customer-review-modal .description-section textarea {
      box-shadow: none;
      background: #fff;
      padding: 4px 11px; }
  .customer-review-modal .btn-section .btn {
    padding: 2px 20px;
    height: 29px; }

.ml-25 {
  margin-left: 25px; }

@media (min-width: 768px) {
  .add-cart h4 {
    font-size: 17px; } }
@media (min-width: 1200px) {
  .add-cart h4 {
    font-size: 18px; } }
.add-cart .cart-panel {
  padding: 6px 10px;
  border-radius: unset;
  border: 1px solid #f1f1f1; }
  @media (min-width: 768px) {
    .add-cart .cart-panel {
      padding: 10px 15px; } }
.add-cart .product-details {
  width: 70%; }
  @media (min-width: 768px) {
    .add-cart .product-details {
      width: 80%; } }
  .add-cart .product-details .product-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .add-cart .product-details .pop-code {
    font-size: inherit; }
  .add-cart .product-details .cart-img {
    width: 48px;
    margin-right: 8px; }
    @media (min-width: 576px) {
      .add-cart .product-details .cart-img {
        width: 65px;
        margin-right: 12px; } }
    .add-cart .product-details .cart-img img {
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
.add-cart .price-info {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
.add-cart .modal-body {
  padding: 0; }
.add-cart .modal-footer {
  padding: 5px 15px 15px; }
  @media (min-width: 768px) {
    .add-cart .modal-footer {
      padding: 0px 20px 30px 30px; } }
  .add-cart .modal-footer .checkout {
    border-radius: unset;
    border: 1px solid #000 !important; }
    .add-cart .modal-footer .checkout:hover {
      background-color: #fff;
      color: #000 !important; }

.modal-backdrop.selected {
  z-index: 1038; }

.product-quick-view-modal {
  overflow-y: auto !important; }
  .product-quick-view-modal.selected {
    z-index: 1039; }
  @media (min-width: 992px) {
    .product-quick-view-modal .modal-dialog {
      width: 900px; } }
  .product-quick-view-modal .modal-dialog .modal-content {
    border: none; }
  @media (min-width: 992px) {
    .product-quick-view-modal .modal-dialog .av-product-info {
      border: none;
      align-items: normal; } }
  .product-quick-view-modal .modal-dialog .av-product-info #product-images {
    margin-top: 30px; }
  @media (min-width: 1200px) {
    .product-quick-view-modal .modal-dialog {
      width: 1015px; } }
  @media (min-width: 992px) {
    .product-quick-view-modal .modal-dialog .product-carousel .av-product-main-img-wrap {
      margin-top: 0px;
      margin-bottom: 0px; } }
  @media (min-width: 992px) {
    .product-quick-view-modal .modal-dialog .cart-info {
      padding: 28px 50px 28px 38px;
      background-color: #FAFAFB; } }
  @media (min-width: 1200px) {
    .product-quick-view-modal .modal-dialog .cart-info {
      padding: 28px 30px 28px 38px; } }
  .product-quick-view-modal .modal-dialog .add-to-cart-btn {
    width: 100%; }
    @media (min-width: 768px) {
      .product-quick-view-modal .modal-dialog .add-to-cart-btn {
        width: auto; } }
    @media (min-width: 992px) {
      .product-quick-view-modal .modal-dialog .add-to-cart-btn {
        padding: 34px 12px 30px 18px;
        border-radius: 0px;
        border-bottom-right-radius: 15px; } }
  .product-quick-view-modal .modal-dialog .product-items-increase .av-qty {
    border: none;
    padding: 0px;
    text-align: center;
    margin: 0px 5px 0px;
    min-width: 18px;
    font-size: 21px; }
  @media (min-width: 992px) {
    .product-quick-view-modal .modal-dialog #multiple-images {
      padding-top: 46px; } }
  @media (min-width: 992px) {
    .product-quick-view-modal .modal-dialog #SCS {
      padding: 0px 20px; } }
  .product-quick-view-modal .modal-dialog .add-to-cart-section {
    padding: 20px;
    background-color: #FAFAFB;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px; }
    @media (min-width: 768px) {
      .product-quick-view-modal .modal-dialog .add-to-cart-section {
        padding: 30px; } }
    @media (min-width: 992px) {
      .product-quick-view-modal .modal-dialog .add-to-cart-section {
        padding: 0px; } }
  @media (min-width: 992px) {
    .product-quick-view-modal .modal-dialog .av-modal-close {
      position: absolute;
      right: 10px;
      z-index: 11;
      margin-top: 15px; } }
  .product-quick-view-modal .modal-dialog .av-product-details {
    padding: 30px 20px 10px 20px; }
    @media (min-width: 768px) {
      .product-quick-view-modal .modal-dialog .av-product-details {
        padding: 30px 30px 10px 30px; } }
    @media (min-width: 992px) {
      .product-quick-view-modal .modal-dialog .av-product-details {
        padding: 46px 37px 20px 38px; } }
  .product-quick-view-modal .modal-dialog .av-product-info {
    margin-bottom: 0px; }
    @media (min-width: 768px) {
      .product-quick-view-modal .modal-dialog .av-product-info #info-box .section-title {
        font-size: 40px;
        line-height: 1.1; } }
  .product-quick-view-modal .modal-dialog .av-product-price .light-gray-circle {
    width: 42px;
    height: 42px;
    line-height: 42px;
    min-width: 42px;
    font-size: 18px; }
  .product-quick-view-modal .modal-dialog .av-product-price .item-price .price {
    font-size: 35px;
    color: #000; }

.avenue-faq h2 {
  font-size: 20px; }
  @media (min-width: 768px) {
    .avenue-faq h2 {
      font-size: 25px; } }
  @media (min-width: 1200px) {
    .avenue-faq h2 {
      font-size: 30px; } }
  @media (min-width: 1600px) {
    .avenue-faq h2 {
      font-size: 35px; } }
.avenue-faq h5 {
  font-size: 14px; }
  @media (min-width: 768px) {
    .avenue-faq h5 {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .avenue-faq h5 {
      font-size: 18px; } }
  @media (min-width: 1600px) {
    .avenue-faq h5 {
      font-size: 20px; } }
.avenue-faq .hero-section {
  height: 361px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60%;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .avenue-faq .hero-section {
      height: 337px;
      background-position: 82%;
      margin-bottom: 50px; } }
  @media (min-width: 1200px) {
    .avenue-faq .hero-section {
      background-position: unset;
      margin-bottom: 60px; } }
  .avenue-faq .hero-section .hero-content {
    margin-top: 110px;
    width: 100%; }
    @media (min-width: 768px) {
      .avenue-faq .hero-section .hero-content {
        width: 522px;
        margin-top: 49px; } }
    @media (min-width: 1600px) {
      .avenue-faq .hero-section .hero-content {
        width: 532px; } }
    .avenue-faq .hero-section .hero-content h1 {
      font-weight: 400;
      color: #fff;
      font-size: 36px;
      margin-bottom: 40px;
      width: 240px; }
      @media (min-width: 768px) {
        .avenue-faq .hero-section .hero-content h1 {
          font-size: 50px;
          margin-bottom: 47px;
          width: auto; } }
      @media (min-width: 1200px) {
        .avenue-faq .hero-section .hero-content h1 {
          font-size: 60px; } }
      @media (min-width: 1600px) {
        .avenue-faq .hero-section .hero-content h1 {
          font-size: 65px;
          margin-bottom: 30px; } }
    .avenue-faq .hero-section .hero-content .search-help {
      width: 87%;
      background: #fff;
      padding: 7px 10px 7px 16px;
      border-radius: 10px; }
      @media (min-width: 768px) {
        .avenue-faq .hero-section .hero-content .search-help {
          width: 400px;
          padding: 13px 13px 13px 27px; } }
      @media (max-width: 767px) {
        .avenue-faq .hero-section .hero-content .search-help .btn {
          padding: 4px 10px;
          font-size: 10px; } }
      .avenue-faq .hero-section .hero-content .search-help input {
        border: none;
        box-shadow: none;
        font-size: 14px;
        margin-right: 5px; }
        @media (min-width: 768px) {
          .avenue-faq .hero-section .hero-content .search-help input {
            font-size: 18px; } }
        @media (min-width: 1200px) {
          .avenue-faq .hero-section .hero-content .search-help input {
            font-size: 20px; } }
.avenue-faq .featured-topics-title {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .avenue-faq .featured-topics-title {
      margin-bottom: 60px; } }
.avenue-faq .featured-topics-component {
  margin-bottom: 60px; }
  @media (min-width: 768px) {
    .avenue-faq .featured-topics-component {
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .avenue-faq .featured-topics-component {
      margin-bottom: 120px; } }
  .avenue-faq .featured-topics-component .image-block {
    margin-bottom: 30px; }
.avenue-faq .common-questions-section {
  margin-bottom: 100px; }
  @media (min-width: 768px) {
    .avenue-faq .common-questions-section {
      margin-bottom: 162px; } }
  .avenue-faq .common-questions-section .title {
    margin-bottom: 22px; }
    @media (min-width: 768px) {
      .avenue-faq .common-questions-section .title {
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      .avenue-faq .common-questions-section .title {
        margin-bottom: 42px; } }
.avenue-faq .search-results-title-section {
  padding-bottom: 20px;
  padding-top: 30px;
  border-bottom: 1px solid #f1f1f1; }
  @media (min-width: 768px) {
    .avenue-faq .search-results-title-section {
      padding-bottom: 30px;
      padding-top: 40px; } }
  @media (min-width: 1200px) {
    .avenue-faq .search-results-title-section {
      padding-bottom: 40px;
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .avenue-faq .search-results-title-section .search-results-title div {
      margin-bottom: 10px; } }
  .avenue-faq .search-results-title-section .search-results-title .result-count {
    margin-left: 15px; }
    @media (min-width: 768px) {
      .avenue-faq .search-results-title-section .search-results-title .result-count {
        margin-left: 20px; } }
    @media (min-width: 1200px) {
      .avenue-faq .search-results-title-section .search-results-title .result-count {
        margin-left: 30px; } }
    @media (min-width: 1600px) {
      .avenue-faq .search-results-title-section .search-results-title .result-count {
        margin-left: 37px; } }
  .avenue-faq .search-results-title-section .search-results-title .title .search-title i {
    margin-top: -5px;
    font-size: 20px; }
    @media (min-width: 768px) {
      .avenue-faq .search-results-title-section .search-results-title .title .search-title i {
        font-size: 25px; } }
    @media (min-width: 1200px) {
      .avenue-faq .search-results-title-section .search-results-title .title .search-title i {
        font-size: 30px; } }
    @media (min-width: 1600px) {
      .avenue-faq .search-results-title-section .search-results-title .title .search-title i {
        font-size: 35px; } }
  .avenue-faq .search-results-title-section .search-results-title .title .fw-300 {
    margin-left: 27px; }
.avenue-faq .seach-results-section {
  margin-top: 50px;
  margin-bottom: 100px; }
  @media (min-width: 768px) {
    .avenue-faq .seach-results-section {
      margin-top: 60px;
      margin-bottom: 130px; } }
  @media (min-width: 768px) {
    .avenue-faq .seach-results-section {
      margin-top: 74px;
      margin-bottom: 155px; } }
  .avenue-faq .seach-results-section .title {
    margin-bottom: 22px; }
    @media (min-width: 768px) {
      .avenue-faq .seach-results-section .title {
        margin-bottom: 30px; } }
    @media (min-width: 1200px) {
      .avenue-faq .seach-results-section .title {
        margin-bottom: 42px; } }

.av-faq-questions-section .av-faq-title-section {
  border-bottom: 1px solid #f1f1f1; }
  .av-faq-questions-section .av-faq-title-section .plus-minus-collapse {
    flex-grow: 1; }
  .av-faq-questions-section .av-faq-title-section .title {
    padding: 18px 0;
    margin: 0;
    font-size: 15px; }
    @media (min-width: 768px) {
      .av-faq-questions-section .av-faq-title-section .title {
        padding: 20px 0;
        margin: 0;
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .av-faq-questions-section .av-faq-title-section .title {
        padding: 23px 0;
        margin: 0;
        font-size: 25px; } }
    .av-faq-questions-section .av-faq-title-section .title .plus-minus-collapse.collapsed i:first-child {
      display: inline-block; }
    .av-faq-questions-section .av-faq-title-section .title .plus-minus-collapse i:first-child {
      display: none; }
    .av-faq-questions-section .av-faq-title-section .title .plus-minus-collapse.collapsed i:last-child {
      display: none; }
    .av-faq-questions-section .av-faq-title-section .title .title-content {
      margin-left: 24px;
      padding-top: 5px; }
      @media (min-width: 768px) {
        .av-faq-questions-section .av-faq-title-section .title .title-content {
          padding-top: 6px; } }
      @media (min-width: 1200px) {
        .av-faq-questions-section .av-faq-title-section .title .title-content {
          margin-left: 25px;
          padding-top: 8px; } }
    .av-faq-questions-section .av-faq-title-section .title .circle-icon {
      width: 26px;
      height: 26px;
      line-height: 26px;
      min-width: 26px;
      background: #f4f4f4;
      display: inline-block;
      border-radius: 100%;
      text-align: center;
      color: #000;
      overflow: hidden; }
      @media (min-width: 768px) {
        .av-faq-questions-section .av-faq-title-section .title .circle-icon {
          width: 30px;
          height: 30px;
          line-height: 30px;
          min-width: 30px; } }
      @media (min-width: 1200px) {
        .av-faq-questions-section .av-faq-title-section .title .circle-icon {
          width: 40px;
          height: 40px;
          line-height: 52px;
          min-width: 40px; } }
      @media (min-width: 1200px) {
        .av-faq-questions-section .av-faq-title-section .title .circle-icon i {
          font-size: 22px; } }
    @media (min-width: 1200px) {
      .av-faq-questions-section .av-faq-title-section .title .light-gray-circle {
        width: 40px;
        height: 40px;
        line-height: 40px;
        min-width: 40px; } }
    @media (min-width: 1200px) {
      .av-faq-questions-section .av-faq-title-section .title .light-gray-circle i {
        font-size: 26px; } }
.av-faq-questions-section .av-faq-ans-content {
  font-size: 15px; }
  @media (min-width: 768px) {
    .av-faq-questions-section .av-faq-ans-content {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .av-faq-questions-section .av-faq-ans-content {
      font-size: 18px; } }
  .av-faq-questions-section .av-faq-ans-content .av-faq-ans-details {
    margin-top: 28px;
    padding-bottom: 28px;
    border-bottom: 1px solid #f1f1f1;
    padding-left: 30px;
    padding-right: 15px; }
    @media (min-width: 768px) {
      .av-faq-questions-section .av-faq-ans-content .av-faq-ans-details {
        margin-top: 30px;
        padding-bottom: 26px;
        padding-left: 56px;
        padding-right: 0px; } }
    @media (min-width: 1200px) {
      .av-faq-questions-section .av-faq-ans-content .av-faq-ans-details {
        margin-top: 45px;
        padding-bottom: 38px;
        padding-left: 70px; } }

.avenue-privacy-policy h1 {
  font-weight: 400;
  color: #fff;
  font-size: 36px;
  margin-top: 100px;
  width: 240px; }
  @media (min-width: 768px) {
    .avenue-privacy-policy h1 {
      font-size: 50px;
      width: auto; } }
  @media (min-width: 1200px) {
    .avenue-privacy-policy h1 {
      font-size: 60px;
      margin-top: 100px; } }
.avenue-privacy-policy h2 {
  font-size: 20px; }
  @media (min-width: 768px) {
    .avenue-privacy-policy h2 {
      font-size: 25px; } }
  @media (min-width: 1200px) {
    .avenue-privacy-policy h2 {
      font-size: 30px; } }
.avenue-privacy-policy h4 {
  font-size: 16px; }
  @media (min-width: 768px) {
    .avenue-privacy-policy h4 {
      font-size: 18px; } }
  @media (min-width: 1200px) {
    .avenue-privacy-policy h4 {
      font-size: 20px; } }
.avenue-privacy-policy h5 {
  font-size: 14px; }
  @media (min-width: 768px) {
    .avenue-privacy-policy h5 {
      font-size: 16px; } }
  @media (min-width: 1200px) {
    .avenue-privacy-policy h5 {
      font-size: 18px; } }
.avenue-privacy-policy .hero-section {
  height: 361px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 60%; }
  @media (min-width: 768px) {
    .avenue-privacy-policy .hero-section {
      height: 337px;
      background-position: 82%; } }
  @media (min-width: 1200px) {
    .avenue-privacy-policy .hero-section {
      background-position: unset; } }
.avenue-privacy-policy .page-title-section {
  margin-top: 40px;
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .avenue-privacy-policy .page-title-section {
      margin-top: 50px;
      margin-bottom: 40px; } }
  @media (min-width: 1200px) {
    .avenue-privacy-policy .page-title-section {
      margin-top: 60px;
      margin-bottom: 50px; } }
@media (min-width: 768px) {
  .avenue-privacy-policy .av-faq-questions-section .av-faq-ans-content .av-faq-ans-details {
    padding-left: 30px;
    padding-right: 30px; } }
@media (min-width: 1200px) {
  .avenue-privacy-policy .av-faq-questions-section .av-faq-ans-content .av-faq-ans-details {
    padding-left: 46px;
    padding-right: 40px; } }
.avenue-privacy-policy .av-faq-questions-section .av-faq-ans-content .av-faq-ans-details ul {
  list-style-type: disc;
  padding-left: 20px;
  margin-bottom: 0px;
  font-size: 20px; }
  .avenue-privacy-policy .av-faq-questions-section .av-faq-ans-content .av-faq-ans-details ul li span {
    font-size: 15px; }
    @media (min-width: 768px) {
      .avenue-privacy-policy .av-faq-questions-section .av-faq-ans-content .av-faq-ans-details ul li span {
        font-size: 16px; } }
    @media (min-width: 1200px) {
      .avenue-privacy-policy .av-faq-questions-section .av-faq-ans-content .av-faq-ans-details ul li span {
        font-size: 18px; } }
.avenue-privacy-policy .return-exchanges {
  margin-top: 70px;
  margin-bottom: 80px; }
  @media (min-width: 768px) {
    .avenue-privacy-policy .return-exchanges {
      margin-top: 80px;
      margin-bottom: 90px; } }
  @media (min-width: 1200px) {
    .avenue-privacy-policy .return-exchanges {
      margin-top: 90px;
      margin-bottom: 100px; } }
.avenue-privacy-policy .para-section {
  margin-left: 10px;
  margin-top: 20px;
  margin-right: 0px; }
  @media (min-width: 768px) {
    .avenue-privacy-policy .para-section {
      margin-left: 30px;
      margin-right: 30px;
      margin-top: 35px;
      font-size: 18px; } }
  @media (min-width: 1200px) {
    .avenue-privacy-policy .para-section {
      margin-left: 46px;
      margin-top: 58px;
      font-size: 20px;
      margin-right: 46px; } }
.avenue-privacy-policy .terms-conditions .para-section {
  counter-reset: section;
  margin-bottom: 70px; }
  @media (min-width: 768px) {
    .avenue-privacy-policy .terms-conditions .para-section {
      margin-bottom: 100px; } }
  @media (min-width: 1200px) {
    .avenue-privacy-policy .terms-conditions .para-section {
      margin-bottom: 150px; } }
  .avenue-privacy-policy .terms-conditions .para-section p {
    margin-bottom: 0.6em; }
  .avenue-privacy-policy .terms-conditions .para-section p::before {
    counter-increment: section;
    content: "" counter(section) ". ";
    font-weight: 500;
    font-size: 16px; }
    @media (min-width: 768px) {
      .avenue-privacy-policy .terms-conditions .para-section p::before {
        font-size: 20px; } }
    @media (min-width: 1200px) {
      .avenue-privacy-policy .terms-conditions .para-section p::before {
        font-size: 25px; } }

img:focus-visible {
  outline: none !important; }

a:focus {
  outline: none !important; }

.search-backdrop .mobile-search:before {
  background: rgba(52, 52, 52, 0.72) !important;
  top: 80px !important; }

.redirect-btn {
  width: fit-content; }
  .redirect-btn:hover {
    cursor: default;
    text-decoration: underline; }
    .redirect-btn:hover .material-icons {
      color: #E50019; }

@media (min-width: 768px) {
  .caption-text {
    padding-left: 20px;
    padding-right: 30px; } }

/* Hero carousel styles */
#av-hero-carousel.custom-carousel .carousel-caption {
  top: 50% !important;
  left: 6.5% !important;
  max-width: 400px !important; }

.border-text span.border_btm:after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: -10px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 0.5; }
.border-text span.border_btm:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  left: -10px;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  opacity: 0.5; }
.border-text:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: -25px;
  left: -10px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  opacity: 0.5; }
.border-text:after {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  top: -25px;
  right: -10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 0.5; }
.border-text .carousel-btn-text {
  font-family: CorporateS-Demi;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  cursor: pointer; }
.border-text .material-icons {
  padding-top: 4px; }

.custom-carousel .carousel-description {
  font-size: 23px !important;
  line-height: 28px;
  margin-bottom: 10px !important;
  font-family: CorporateS-Light !important; }
.custom-carousel .carousel-title {
  font-size: 54px !important;
  line-height: 66px !important;
  font-family: CorporateS-Bold !important;
  margin-top: 0px !important;
  margin-bottom: 20px !important; }
  @media (max-width: 576px) {
    .custom-carousel .carousel-title {
      font-size: 45px !important;
      line-height: 54px !important; } }
.custom-carousel .carousel-btn .carousel-btn-text {
  font-family: CorporateS-Demi;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
  cursor: pointer; }
.custom-carousel .carousel-btn .material-icons {
  padding-top: 6px; }
.custom-carousel .carousel-btn:hover {
  text-decoration: underline; }
  .custom-carousel .carousel-btn:hover .material-icons {
    color: #E50019; }
.custom-carousel .carousel-learnmore-text {
  margin-right: 40px; }
  @media (max-width: 375px) {
    .custom-carousel .carousel-learnmore-text {
      margin-right: 30px; } }

/* Zoom image styles below hero carousel */
.zoom-img {
  margin: 10px;
  overflow: hidden;
  position: relative; }
  .zoom-img .zoom-image-normal {
    transition: 1.25s all ease-in-out; }
    @media (max-width: 768px) {
      .zoom-img .zoom-image-normal {
        display: none; } }
  .zoom-img .zoom-img-text {
    color: #fff;
    position: absolute;
    left: 6.5%;
    top: 50%; }
    @media (min-width: 576px) and (max-width: 768px) {
      .zoom-img .zoom-img-text {
        top: 60%; } }
    @media (min-width: 375px) and (max-width: 576px) {
      .zoom-img .zoom-img-text {
        top: 50%; } }
    @media (max-width: 375px) {
      .zoom-img .zoom-img-text {
        top: 20%; } }
    .zoom-img .zoom-img-text .zoom-img-subtext {
      font-family: CorporateS-Light;
      font-size: 23px;
      line-height: 28px; }
    .zoom-img .zoom-img-text .zoom-img-heading {
      font-family: CorporateS-Bold;
      font-size: 54px;
      line-height: 66px; }
      @media (max-width: 576px) {
        .zoom-img .zoom-img-text .zoom-img-heading {
          font-size: 45px;
          line-height: 54px; } }
    .zoom-img .zoom-img-text .zoom-img-btns {
      width: 65%; }
      @media (min-width: 375px) and (max-width: 576px) {
        .zoom-img .zoom-img-text .zoom-img-btns {
          width: 75%; } }
      @media (max-width: 375px) {
        .zoom-img .zoom-img-text .zoom-img-btns {
          width: 95%; } }
      .zoom-img .zoom-img-text .zoom-img-btns .zoom-btn-text {
        font-family: CorporateS-Demi;
        font-size: 18px;
        line-height: 23px;
        text-transform: uppercase;
        cursor: pointer; }
      .zoom-img .zoom-img-text .zoom-img-btns .material-icons {
        padding-top: 8px; }
  .zoom-img .zoom-image-mobile {
    display: none;
    width: 100%; }
    @media (max-width: 768px) {
      .zoom-img .zoom-image-mobile {
        display: block; } }

.zoom-img:hover img, .zoom-img:focus img {
  transform: scale(1.2); }

/* four image card styles here */
.image-cards {
  padding: 0 10px 10px 10px; }
  .image-cards .topleftindiv-card {
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 0;
    position: relative; }
    @media (max-width: 992px) {
      .image-cards .topleftindiv-card {
        padding-right: 0px; } }
    .image-cards .topleftindiv-card:hover .background-change-image {
      opacity: 1; }
    .image-cards .topleftindiv-card:after {
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(60deg, rgba(0, 0, 0, 0.48) 0%, rgba(0, 0, 0, 0.48) 36%, rgba(196, 196, 196, 0.48) 100%); }
    .image-cards .topleftindiv-card .background-change-image {
      transition: opacity 1s ease-in-out;
      position: absolute;
      top: 0;
      right: 5px;
      left: 0;
      bottom: 5px;
      opacity: 0;
      padding-right: 5px;
      padding-bottom: 5px; }
      @media (max-width: 992px) {
        .image-cards .topleftindiv-card .background-change-image {
          padding-right: 0px;
          padding-bottom: 0; } }
  .image-cards .toprightindiv-card {
    padding-right: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    position: relative; }
    @media (max-width: 992px) {
      .image-cards .toprightindiv-card {
        padding-left: 0px; } }
    .image-cards .toprightindiv-card:hover .background-change-image {
      opacity: 1; }
    .image-cards .toprightindiv-card .background-change-image {
      transition: opacity 1s ease-in-out;
      position: absolute;
      top: 0;
      right: 0;
      left: 5px;
      bottom: 5px;
      opacity: 0;
      padding-right: 5px;
      padding-bottom: 5px; }
      @media (max-width: 992px) {
        .image-cards .toprightindiv-card .background-change-image {
          padding-right: 0px;
          padding-bottom: 0;
          left: 0; } }
  .image-cards .bottomleftindiv-card {
    padding-left: 0;
    padding-top: 5px;
    padding-right: 5px;
    position: relative; }
    @media (max-width: 992px) {
      .image-cards .bottomleftindiv-card {
        padding-right: 0px;
        padding-top: 0px; } }
    .image-cards .bottomleftindiv-card:hover .background-change-image {
      opacity: 1; }
    .image-cards .bottomleftindiv-card .background-change-image {
      transition: opacity 1s ease-in-out;
      position: absolute;
      top: 5px;
      right: 5px;
      left: 0;
      bottom: 0;
      opacity: 0;
      padding-right: 5px;
      padding-bottom: 5px; }
      @media (max-width: 992px) {
        .image-cards .bottomleftindiv-card .background-change-image {
          padding-right: 0px;
          padding-bottom: 0;
          top: 0; } }
  .image-cards .bottomrightindiv-card {
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 0;
    position: relative; }
    @media (max-width: 992px) {
      .image-cards .bottomrightindiv-card {
        padding-left: 0px; } }
    .image-cards .bottomrightindiv-card:hover .background-change-image {
      opacity: 1; }
    .image-cards .bottomrightindiv-card .background-change-image {
      transition: opacity 1s ease-in-out;
      position: absolute;
      top: 5px;
      right: 0;
      left: 5px;
      bottom: 0;
      opacity: 0;
      padding-right: 5px;
      padding-bottom: 5px; }
      @media (max-width: 992px) {
        .image-cards .bottomrightindiv-card .background-change-image {
          padding-right: 0px;
          padding-bottom: 0;
          left: 0; } }
  @media (max-width: 768px) {
    .image-cards .bg-mobile-img {
      display: block !important; } }
  .image-cards .img-cards-text {
    position: absolute;
    left: 6.5%;
    top: 50%;
    color: #fff; }
    @media (min-width: 576px) and (max-width: 768px) {
      .image-cards .img-cards-text {
        top: 62%; } }
    @media (min-width: 375px) and (max-width: 576px) {
      .image-cards .img-cards-text {
        top: 55%; } }
    @media (max-width: 375px) {
      .image-cards .img-cards-text {
        top: 34%;
        left: 14%; } }
    .image-cards .img-cards-text .img-cards-subtext {
      font-family: CorporateS-Light;
      font-size: 21px;
      line-height: 25px; }
    .image-cards .img-cards-text .img-cards-heading {
      font-family: CorporateS-Bold;
      font-size: 36px;
      line-height: 43px; }
    .image-cards .img-cards-text .img-cards-btn-text {
      font-family: CorporateS-Demi;
      font-size: 18px;
      line-height: 23px;
      text-transform: uppercase;
      cursor: pointer; }
    .image-cards .img-cards-text .material-icons {
      padding-top: 8px; }

/* Product highlight styles */
.prod-highlights.open-border-text, .community-section.open-border-text {
  position: relative; }
  .prod-highlights.open-border-text span.open-border_btm:after, .community-section.open-border-text span.open-border_btm:after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 1rem;
    bottom: 4rem;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    opacity: 0.5; }
  .prod-highlights.open-border-text span.open-border_btm:before, .community-section.open-border-text span.open-border_btm:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 1rem;
    bottom: 4rem;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    opacity: 0.5; }
  .prod-highlights.open-border-text:before, .community-section.open-border-text:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 4rem;
    left: 1rem;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    opacity: 0.5; }
  .prod-highlights.open-border-text:after, .community-section.open-border-text:after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: 4rem;
    right: 1rem;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    opacity: 0.5; }

.prod-highlights {
  margin: 10px;
  padding: 30px;
  padding-left: 60px;
  /* making buttons into sqaure*/ }
  .prod-highlights .panel:hover {
    background-color: #fff; }
  @media (max-width: 576px) {
    .prod-highlights {
      padding-left: 30px; } }
  .prod-highlights .panel {
    margin-bottom: 0px;
    height: 100%; }
  @media (max-width: 576px) {
    .prod-highlights .add-to-cart {
      display: none; } }
  @media (max-width: 576px) {
    .prod-highlights .product-price-addtocart-wrapper {
      margin-top: 18px; } }
  @media (max-width: 576px) {
    .prod-highlights .av-list-item-details {
      padding: 15px; } }
  .prod-highlights .prod-heading {
    font-family: CorporateS-Bold;
    font-size: 27px;
    line-height: 32px;
    text-transform: capitalize;
    margin-bottom: 30px;
    margin-left: 15px; }
  .prod-highlights .slick-prev, .prod-highlights .slick-next {
    height: 70px;
    border-radius: 0px;
    background-color: #000000;
    box-shadow: 0px 3px 6px #0000009A;
    opacity: 0.09; }
  .prod-highlights .slick-prev:before, .prod-highlights .slick-next:before {
    color: #FFFFFF; }
  .prod-highlights .slick-prev {
    left: 16px; }
    @media (max-width: 768px) {
      .prod-highlights .slick-prev {
        left: 7px; } }
    @media (max-width: 576px) {
      .prod-highlights .slick-prev {
        left: -20px; } }
  .prod-highlights .slick-next {
    right: 0px; }
    @media (max-width: 992px) {
      .prod-highlights .slick-next {
        right: 15px; } }
    @media (max-width: 768px) {
      .prod-highlights .slick-next {
        right: 7px; } }
    @media (max-width: 576px) {
      .prod-highlights .slick-next {
        right: -20px; } }
  .prod-highlights .slick-prev:hover::before, .prod-highlights .slick-next:hover::before {
    color: #EA3B33; }
  @media (max-width: 768px) {
    .prod-highlights .slick-prev, .prod-highlights .slick-next {
      height: 100% !important; } }
  .prod-highlights button.add-to-cart {
    background-color: #fff !important; }
  .prod-highlights .add-to-cart:hover {
    background-color: #000000 !important;
    color: #FFFFFF; }
  .prod-highlights .av-list-item-card .av-list-item-details .product-title {
    font-weight: 600;
    font-size: 18px; }
    @media (max-width: 576px) {
      .prod-highlights .av-list-item-card .av-list-item-details .product-title {
        max-width: 170px; } }
  @media (max-width: 768px) {
    .prod-highlights .slick-track {
      padding: 0px; } }

/* World of Leica section styles */
.wol-section {
  position: relative;
  margin-top: 30px; }
  .wol-section:hover .wol-background-change-image {
    opacity: 1; }
  .wol-section .wol-background-change-image {
    transition: opacity 1s ease-in-out;
    position: absolute;
    top: 0;
    opacity: 0; }
  .wol-section .wol-text {
    position: absolute;
    left: 6.5%;
    top: 50%;
    color: #fff; }
    @media (min-width: 576px) and (max-width: 768px) {
      .wol-section .wol-text {
        top: 62%; } }
    @media (min-width: 375px) and (max-width: 576px) {
      .wol-section .wol-text {
        top: 50%; } }
    @media (max-width: 375px) {
      .wol-section .wol-text {
        top: 40%;
        left: 14%; } }
    .wol-section .wol-text .wol-subtext {
      font-family: CorporateS-Light;
      font-size: 21px;
      line-height: 25px; }
    .wol-section .wol-text .wol-heading {
      font-family: CorporateS-Bold;
      font-size: 36px;
      line-height: 43px; }
    .wol-section .wol-text .wol-btn-text {
      font-family: CorporateS-Demi;
      font-size: 18px;
      line-height: 23px;
      text-transform: uppercase;
      cursor: pointer; }
    .wol-section .wol-text .material-icons {
      padding-top: 8px; }
  .wol-section .wol-normal-image-mobile {
    display: none;
    width: 100%; }
    @media (max-width: 768px) {
      .wol-section .wol-normal-image-mobile {
        display: block; } }
  @media (max-width: 768px) {
    .wol-section .wol-normal-image {
      display: none; } }
  @media (max-width: 768px) {
    .wol-section .bg-mobile-img {
      display: block !important; } }

/* Ambassadors section */
.ambassadors-section {
  margin-bottom: 70px;
  margin-right: 10px;
  margin-left: 10px; }
  .ambassadors-section .as-heading {
    font-family: CorporateS-Bold;
    font-size: 27px;
    line-height: 32px;
    text-transform: capitalize;
    margin: 40px; }
    @media (max-width: 1600px) {
      .ambassadors-section .as-heading {
        margin-left: 35px; } }
    @media (max-width: 992px) {
      .ambassadors-section .as-heading {
        margin-left: 10px; } }
  .ambassadors-section .slick-current {
    margin: 0 15px; }
  .ambassadors-section .slick-current img {
    width: 1000px !important;
    opacity: 1 !important; }
    @media (min-width: 768px) and (max-width: 992px) {
      .ambassadors-section .slick-current img {
        width: 670px !important; } }
    @media (min-width: 992px) {
      .ambassadors-section .slick-current img {
        width: 1000px !important; } }
  .ambassadors-section .slider-img-wrapper img {
    width: 1000px !important;
    opacity: 1; }
    @media (min-width: 768px) and (max-width: 992px) {
      .ambassadors-section .slider-img-wrapper img {
        width: 670px !important;
        opacity: 0.6; }
        .ambassadors-section .slider-img-wrapper img:hover {
          opacity: 1; } }
    @media (min-width: 992px) {
      .ambassadors-section .slider-img-wrapper img {
        width: 1000px !important;
        opacity: 0.6; }
        .ambassadors-section .slider-img-wrapper img:hover {
          opacity: 1; } }
  .ambassadors-section .slick-prev, .ambassadors-section .slick-next {
    height: 70px;
    border-radius: 0px;
    background-color: #000000;
    box-shadow: 0px 3px 6px #0000009A;
    opacity: 0.23; }
  .ambassadors-section .slick-prev:before, .ambassadors-section .slick-next:before {
    color: #FFFFFF; }
  .ambassadors-section .slick-prev {
    left: 0px; }
  .ambassadors-section .slick-next {
    right: 0px; }
  .ambassadors-section .slick-prev:hover::before, .ambassadors-section .slick-next:hover::before {
    color: #EA3B33; }
  @media (max-width: 768px) {
    .ambassadors-section .slick-dots li {
      margin: 0; } }
  .ambassadors-section .slick-dots li button {
    background-color: #707070;
    border-radius: 50%;
    height: 5px;
    width: 5px;
    opacity: 0.18;
    margin-top: 10px; }
  .ambassadors-section li.slick-active button {
    background-color: #EC494D;
    opacity: 1; }
  .ambassadors-section .slick-dots li button:before {
    content: '' !important; }
  .ambassadors-section #ambassadors-slider .slider-img-wrapper {
    position: relative; }
    .ambassadors-section #ambassadors-slider .slider-img-wrapper .slider-text {
      position: absolute;
      left: 30px;
      bottom: 15%;
      color: #fff; }
      .ambassadors-section #ambassadors-slider .slider-img-wrapper .slider-text .slider-subtext {
        font-family: CorporateS-Light;
        font-size: 21px;
        line-height: 25px; }
      .ambassadors-section #ambassadors-slider .slider-img-wrapper .slider-text .slider-heading {
        font-family: CorporateS-Bold;
        font-size: 36px;
        line-height: 43px; }
      .ambassadors-section #ambassadors-slider .slider-img-wrapper .slider-text .slider-btns .slider-btn-text {
        font-family: CorporateS-Demi;
        font-size: 18px;
        line-height: 23px;
        text-transform: uppercase;
        cursor: pointer; }
      .ambassadors-section #ambassadors-slider .slider-img-wrapper .slider-text .slider-btns .material-icons {
        padding-top: 8px; }

/* Subscribe form section */
.subscribe-section::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: linear-gradient(90deg, #000000 0%, #5454542F 100%); }

.subscribe-section {
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  background-position: right;
  position: relative; }
  .subscribe-section .help-block {
    position: absolute;
    width: 100%;
    bottom: -25px; }
    @media (min-width: 767px) {
      .subscribe-section .help-block {
        bottom: -3px; } }
  .subscribe-section .subs-inner-sec {
    color: #fff;
    z-index: 1; }
    .subscribe-section .subs-inner-sec .subs-subtext {
      font-size: 21px;
      line-height: 25px;
      font-family: CorporateS-Light; }
    .subscribe-section .subs-inner-sec .subs-heading {
      font-family: CorporateS-Bold;
      font-size: 36px;
      line-height: 43px; }
    @media (min-width: 768px) and (max-width: 992px) {
      .subscribe-section .subs-inner-sec .surname-box {
        padding-left: 0; } }
    .subscribe-section .subs-inner-sec input {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.27);
      box-shadow: none;
      padding-left: 15px;
      height: 40px;
      color: #fff;
      margin-bottom: 25px; }
    .subscribe-section .subs-inner-sec input:focus {
      box-shadow: none !important; }
    .subscribe-section .subs-inner-sec input:focus-visible {
      outline: none; }
    .subscribe-section .subs-inner-sec input::placeholder {
      color: #fff;
      opacity: 0.72;
      font-family: CorporateS-Light;
      font-size: 18px;
      line-height: 23px; }
    .subscribe-section .subs-inner-sec .subs-btn {
      text-align: center;
      margin-top: 45px;
      cursor: default; }
      @media (max-width: 576px) {
        .subscribe-section .subs-inner-sec .subs-btn {
          text-align: left;
          margin-top: 30px;
          padding-left: 15px; } }
      .subscribe-section .subs-inner-sec .subs-btn button {
        background: transparent;
        border: none;
        display: flex;
        align-items: center; }
      .subscribe-section .subs-inner-sec .subs-btn .subscribe-right-arrow {
        opacity: 0;
        vertical-align: middle; }
      .subscribe-section .subs-inner-sec .subs-btn:hover .subscribe-text {
        text-decoration: underline; }
      .subscribe-section .subs-inner-sec .subs-btn:hover .subscribe-right-arrow {
        opacity: 1;
        color: #E50019; }

/* community section */
.community-section {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  /*cards in community section */
  /* Load more button */ }
  .community-section .cs-heading {
    font-size: 36px;
    font-family: CorporateS-Bold;
    text-transform: capitalize;
    line-height: 1.1;
    margin-right: 20px; }
    @media (max-width: 576px) {
      .community-section .cs-heading {
        margin-right: 0px; } }
  .community-section .social-icons {
    display: flex;
    align-items: center; }
    @media (max-width: 576px) {
      .community-section .social-icons {
        margin-top: 20px; } }
    .community-section .social-icons a {
      color: #000;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      margin: 10px; }
      .community-section .social-icons a:hover {
        text-decoration: none;
        color: #ED1C24; }
    .community-section .social-icons .fa {
      font-size: 30px; }
  .community-section .communitytext-with-social-icons {
    margin: 24px 16px; }
  .community-section .community-section-images img {
    width: 100%; }
  .community-section .community-image-box {
    padding: 0px 5px;
    margin-top: 15px; }
    @media (max-width: 768px) {
      .community-section .community-image-box {
        padding-left: 5px !important;
        padding-right: 3px !important;
        margin-top: 10px; } }
    @media (min-width: 1200px) {
      .community-section .community-image-box {
        width: 20%; } }
  .community-section .load-more-text {
    line-height: 23px;
    font: normal normal normal 18px/23px CorporateS-Demi; }
  .community-section .eapps-instagram-feed-posts-grid-load-more-text {
    background-color: #fff;
    color: #000;
    font-family: CorporateS-Demi;
    font-size: 18px;
    text-transform: uppercase; }
    .community-section .eapps-instagram-feed-posts-grid-load-more-text:hover {
      text-decoration: underline; }

/* Global show and hide images */
.show-img {
  display: block !important; }

.hide-img {
  display: none !important; }

.hover-change-image, .background-change-image {
  width: 100%;
  position: relative; }
  @media (max-width: 768px) {
    .hover-change-image, .background-change-image {
      display: none !important; } }

.ambassadors-section.open-border-text {
  position: relative; }
  .ambassadors-section.open-border-text span.open-border_btm:after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 3px;
    bottom: -31px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    opacity: 0.5; }
    @media (max-width: 576px) {
      .ambassadors-section.open-border-text span.open-border_btm:after {
        right: 3px;
        bottom: -35px; } }
  .ambassadors-section.open-border-text span.open-border_btm:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    left: 3px;
    bottom: -31px;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    opacity: 0.5; }
    @media (max-width: 576px) {
      .ambassadors-section.open-border-text span.open-border_btm:before {
        left: 3px;
        bottom: -35px; } }
  .ambassadors-section.open-border-text:before {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: -19px;
    left: 3px;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    opacity: 0.5; }
    @media (max-width: 576px) {
      .ambassadors-section.open-border-text:before {
        top: -23px;
        left: 3px; } }
  .ambassadors-section.open-border-text:after {
    display: block;
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    top: -19px;
    right: 3px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    opacity: 0.5; }
    @media (max-width: 576px) {
      .ambassadors-section.open-border-text:after {
        top: -23px;
        right: 3px; } }

.-av-carousel .-av-carousel-wrap-mini .slick-list .slick-track {
  transition: transform 1s cubic-bezier(0.645, 0.045, 0.355, 1) 0s !important; }
  .-av-carousel .-av-carousel-wrap-mini .slick-list .slick-track .slick-center.slick-active .-av-bg-img-inner {
    opacity: 1 !important; }
  .-av-carousel .-av-carousel-wrap-mini .slick-list .slick-track .slick-active .-av-bg-img-inner {
    opacity: 0.63;
    transition: opacity 0.5s ease; }
    .-av-carousel .-av-carousel-wrap-mini .slick-list .slick-track .slick-active .-av-bg-img-inner:hover {
      opacity: 1; }

/* Animation for cart icon */
.bounce-animation {
  animation: bounce 9s ease infinite; }

@keyframes bounce {
  83% {
    transform: translateY(0%); }
  87% {
    transform: translateY(-15%); }
  90% {
    transform: translateY(0%); }
  95% {
    transform: translateY(-7%); }
  97% {
    transform: translateY(0%); }
  99% {
    transform: translateY(-3%); }
  100% {
    transform: translateY(0); } }
/*  header user details */
#collapseUserdetails .current_user_name, #collapseUserdetails .current_user_role {
  font-family: CorporateS-Demi; }
#collapseUserdetails .account-user-info a[href].light-gray-circle:focus {
  background-color: #f4f4f4 !important; }
#collapseUserdetails .account-user-info .light-gray-circle:hover {
  background-color: #f4f4f4 !important; }
#collapseUserdetails .panel:hover {
  background-color: #fff; }
#collapseUserdetails .settings-button {
  margin-top: 20px;
  margin-right: 25px; }
  #collapseUserdetails .settings-button:hover {
    opacity: 1; }
  #collapseUserdetails .settings-button .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 48; }
#collapseUserdetails .logout-button {
  margin-top: 20px;
  background-color: #fff;
  padding: 12px 32px;
  color: #000;
  border: 1px solid #000;
  font-size: 18px;
  line-height: 23px; }
  #collapseUserdetails .logout-button .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 48; }
  #collapseUserdetails .logout-button:hover {
    background-color: #000;
    color: #fff;
    opacity: 1; }
#collapseUserdetails .shopify-close-btn:hover {
  opacity: 1; }
#collapseUserdetails .shopify-close-btn .material-icons {
  font-size: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7); }
  #collapseUserdetails .shopify-close-btn .material-icons:hover {
    color: #000; }

#contactcheck_form .location-with-icon {
  background: #f2f2f2;
  border: 1px solid #f1f1f1;
  box-shadow: none; }
  #contactcheck_form .location-with-icon #user_default_address_attributes_address2 {
    border: none; }
    #contactcheck_form .location-with-icon #user_default_address_attributes_address2::placeholder {
      font-family: CorporateS-Light;
      font-style: italic;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0px;
      color: rgba(42, 42, 42, 0.54); }

.acordion-box {
  margin-bottom: 0;
  background-color: #F2F2F2; }
  .acordion-box .open-border-text {
    position: relative; }
    .acordion-box .open-border-text span.open-border_btm:after {
      display: block;
      content: "";
      width: 15px;
      height: 15px;
      position: absolute;
      right: 30px;
      bottom: 30px;
      border-bottom: 1px solid #000;
      border-right: 1px solid #000;
      opacity: 0.5; }
      @media (max-width: 768px) {
        .acordion-box .open-border-text span.open-border_btm:after {
          right: 15px;
          bottom: 15px; } }
    .acordion-box .open-border-text span.open-border_btm:before {
      display: block;
      content: "";
      width: 15px;
      height: 15px;
      position: absolute;
      left: 30px;
      bottom: 30px;
      border-bottom: 1px solid #000;
      border-left: 1px solid #000;
      opacity: 0.5; }
      @media (max-width: 768px) {
        .acordion-box .open-border-text span.open-border_btm:before {
          left: 15px;
          bottom: 15px; } }
    .acordion-box .open-border-text:before {
      display: block;
      content: "";
      width: 15px;
      height: 15px;
      position: absolute;
      top: 30px;
      left: 30px;
      border-top: 1px solid #000;
      border-left: 1px solid #000;
      opacity: 0.5; }
      @media (max-width: 768px) {
        .acordion-box .open-border-text:before {
          top: 15px;
          left: 15px; } }
    .acordion-box .open-border-text:after {
      display: block;
      content: "";
      width: 15px;
      height: 15px;
      position: absolute;
      top: 30px;
      right: 30px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      opacity: 0.5; }
      @media (max-width: 768px) {
        .acordion-box .open-border-text:after {
          right: 15px;
          top: 15px; } }
  .acordion-box .accordion-group .up-arrow-icon {
    cursor: pointer; }
  .acordion-box .accordion-group .panel-heading[aria-expanded="true"] .accordion-box .up-arrow-icon {
    transition: transform 0.5s ease;
    transform: rotate(180deg);
    color: #E50019; }
  .acordion-box .accordion-group .panel-heading[aria-expanded="false"] .accordion-box .up-arrow-icon {
    transition: transform 0.5s ease;
    transform: rotate(0deg); }
  .acordion-box .accordion-group .panel-default:last-child .panel-heading {
    border-bottom: none; }
  .acordion-box .accordion-group .panel-heading[aria-expanded="true"] {
    border-bottom: none; }
  .acordion-box .product-description-accordion {
    padding: 0px 30px; }
  .acordion-box .panel-default > .panel-heading {
    padding: 45px 0px 45px 0px;
    background-color: #F2F2F2; }
  .acordion-box .panel {
    background-color: #F2F2F2;
    border-top: 0px solid !important;
    box-shadow: none; }
  .acordion-box .panel-body {
    padding: 50px;
    border-top: 0px solid !important;
    font-family: CorporateS-Regular;
    font-size: 20px;
    line-height: 28px;
    background-color: #FFFFFF; }
    @media (max-width: 768px) {
      .acordion-box .panel-body {
        padding: 30px !important; } }
    @media (max-width: 576px) {
      .acordion-box .panel-body {
        padding: 45px; } }
    .acordion-box .panel-body .p1 {
      font-family: CorporateS-Regular;
      font-size: 20px;
      line-height: 28px;
      color: #000000; }
    .acordion-box .panel-body p {
      font-family: CorporateS-Regular;
      font-size: 18px;
      line-height: 28px;
      color: #000000;
      margin: 5px 0px; }
      @media (max-width: 768px) {
        .acordion-box .panel-body p {
          font-size: 20px;
          line-height: 30px; } }
    .acordion-box .panel-body li, .acordion-box .panel-body a {
      font-family: CorporateS-Regular;
      font-size: 18px;
      line-height: 28px;
      margin: 5px 0px;
      color: #000000; }
    .acordion-box .panel-body li::before {
      content: "\e315";
      font-family: 'Material Icons';
      margin-right: 3px;
      font-size: 23px;
      color: #E50019;
      vertical-align: middle; }
  .acordion-box .product-description-heading, .acordion-box .product-in-the-box-heading, .acordion-box .technical-specs-heading {
    font-family: CorporateS-Bold;
    font-size: 26px;
    line-height: 32px;
    color: #000000; }
  .acordion-box .up-arrow-icon, .acordion-box .down-arrow-icon {
    float: right; }
  .acordion-box .down-arrow-icon {
    color: #E50019; }
  .acordion-box .up-arrow-icon, .acordion-box .down-arrow-icon {
    font-size: 30px; }
  .acordion-box .technical-specs-heading {
    border-bottom: 0px solid !important; }
  .acordion-box .description-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .acordion-box .box-inside-heading {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.av-product-main {
  margin-top: 50px; }
  .av-product-main .av-product-info {
    border: none !important; }
    .av-product-main .av-product-info #zip-prod-widg {
      background-color: #ede6ff;
      padding: 8px 16px;
      width: fit-content;
      cursor: pointer; }
      .av-product-main .av-product-info #zip-prod-widg:hover {
        opacity: 0.7; }
      .av-product-main .av-product-info #zip-prod-widg .zip-container span {
        font-family: CorporateS-Demi;
        font-size: 18px;
        line-height: 23px; }
      .av-product-main .av-product-info #zip-prod-widg .zip-learn-more {
        margin-left: 5px;
        font-family: CorporateS-Demi;
        text-decoration: underline; }
    .av-product-main .av-product-info #image-box .product-images .multiple-images .indiv-small-img {
      border: 1px solid rgba(112, 112, 112, 0.27);
      margin: 5px; }
    .av-product-main .av-product-info #info-box {
      border: none !important;
      justify-content: start; }
      .av-product-main .av-product-info #info-box .av-product-details .av-product-title {
        text-transform: capitalize;
        color: #000;
        font-size: 45px;
        line-height: 54px;
        font-family: CorporateS-Bold; }
        @media (max-width: 768px) {
          .av-product-main .av-product-info #info-box .av-product-details .av-product-title {
            font-size: 36px;
            line-height: 42px; } }
      .av-product-main .av-product-info #info-box .av-product-details .item-code {
        font-weight: 300;
        font-size: 18px;
        line-height: 23px;
        font-family: CorporateS-Light;
        color: #000; }
      .av-product-main .av-product-info #info-box .av-product-details .price {
        color: #000;
        font-size: 32px;
        line-height: 38px;
        font-family: CorporateS-Demi; }
      .av-product-main .av-product-info #info-box .av-product-details .av-inc-or-ex {
        font-family: CorporateS-Light;
        font-weight: 300;
        font-size: 18px;
        line-height: 23px;
        color: #000; }
      .av-product-main .av-product-info #info-box .product-add-to-cart {
        background: none;
        padding: 0 15px; }
        .av-product-main .av-product-info #info-box .product-add-to-cart .btn-primary {
          background-color: #000;
          font-family: CorporateS-Demi;
          font-size: 18px;
          line-height: 23px;
          letter-spacing: 0px;
          color: #FFFFFF;
          text-transform: uppercase; }
          .av-product-main .av-product-info #info-box .product-add-to-cart .btn-primary:hover {
            border: 1px solid #000 !important;
            color: #000 !important;
            background-color: #fff; }

.related-products {
  margin-left: 6.5%;
  margin-right: 6.5%;
  margin-bottom: 30px; }
  .related-products .rp-heading {
    font-family: CorporateS-Bold;
    font-weight: bold;
    font-size: 27px;
    line-height: 32px;
    color: #000000; }

/* store selector */
.deliver-or-pick-text {
  text-align: left;
  font-family: CorporateS-Bold;
  font-size: 23px;
  line-height: 28px;
  letter-spacing: 0px;
  margin: 25px 0px; }

.product-location-table {
  border: 1px solid rgba(112, 112, 112, 0.27);
  padding: 0px 15px;
  margin-bottom: 20px; }
  @media (max-width: 576px) {
    .product-location-table {
      padding: 3px 3px 0px 3px; } }
  .product-location-table .deliver-text {
    text-align: left;
    font-family: CorporateS-Demi;
    font-size: 21px;
    line-height: 25px; }
    @media (max-width: 375px) {
      .product-location-table .deliver-text {
        font-family: CorporateS-Demi;
        font-size: 15px;
        line-height: 25px; } }
  .product-location-table .truck-icon {
    color: #54d58b;
    margin-right: 30px; }
  .product-location-table .time-text {
    font-family: CorporateS-Light;
    font-weight: 300;
    font-size: 18px;
    letter-spacing: 0px;
    color: #2A2A2A; }
  .product-location-table .click-collect-text {
    font-family: CorporateS-Demi;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0px; }
    @media (max-width: 375px) {
      .product-location-table .click-collect-text {
        font-size: 18px; } }
  .product-location-table .delivery-pickup-below-box {
    padding-top: 20px; }
  .product-location-table .in-stock-bag {
    color: #54d58b;
    margin-right: 30px;
    vertical-align: top; }
    @media (max-width: 576px) {
      .product-location-table .in-stock-bag {
        margin-right: 15px; } }
  .product-location-table .outof-stock-bag {
    color: #ED1C24;
    margin-right: 30px; }
    @media (max-width: 576px) {
      .product-location-table .outof-stock-bag {
        margin-right: 30px; } }
  .product-location-table .store-name-title {
    font-family: CorporateS-Light;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #2A2A2A; }
  .product-location-table .change-store-button {
    text-decoration: underline;
    font-family: CorporateS-Demi;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #000000;
    cursor: pointer; }
    .product-location-table .change-store-button:hover {
      text-decoration-color: #E20612; }
  .product-location-table .change-store-option {
    margin-left: 54px;
    margin-top: 12px; }
    @media (max-width: 576px) {
      .product-location-table .change-store-option {
        margin-left: 30px; } }
  .product-location-table .click-collect-row-text {
    vertical-align: top; }
  .product-location-table .table > tbody > tr > td, .product-location-table .table > tbody > tr > td:first-child, .product-location-table .table > tbody > tr > td:last-child {
    border: 0px solid; }
  .product-location-table .delivery-pickup-above-box > td {
    border-radius: 0px !important; }
  @media (max-width: 576px) {
    .product-location-table .table > tbody > tr > td {
      padding: 4px; } }
  .product-location-table .table {
    border-collapse: collapse; }
    @media (min-width: 992px) and (max-width: 1600px) {
      .product-location-table .table .click-collect-details td {
        padding: 12px 16px; } }
    @media (max-width: 992px) {
      .product-location-table .table .click-collect-details td {
        padding: 15px 0px; } }
    @media (max-width: 576px) {
      .product-location-table .table .click-collect-details td {
        padding: 15px 10px; } }
    @media (max-width: 375px) {
      .product-location-table .table .click-collect-details td {
        padding: 15px 0px; } }
    .product-location-table .table .delivery-pickup-above-box {
      border-bottom: 1px solid rgba(112, 112, 112, 0.27); }
      @media (min-width: 992px) and (max-width: 1600px) {
        .product-location-table .table .delivery-pickup-above-box td {
          padding: 12px 16px; } }
      @media (max-width: 992px) {
        .product-location-table .table .delivery-pickup-above-box td {
          padding: 15px 0px; } }
      @media (max-width: 576px) {
        .product-location-table .table .delivery-pickup-above-box td {
          padding: 15px 10px; } }
      @media (max-width: 375px) {
        .product-location-table .table .delivery-pickup-above-box td {
          padding: 15px 2px; } }
  @media (min-width: 1600px) {
    .product-location-table .table > tbody > tr > td {
      padding: 22px 20px; } }

/* styles for right modal popup */
.store-selector-modal.modal.right .modal-dialog {
  position: fixed;
  margin: auto;
  height: 100%;
  transform: translate3d(0%, 0, 0); }

.store-selector-modal.modal.right .modal-content {
  height: 100%;
  overflow-y: auto; }

.store-selector-modal.modal.right.fade .modal-dialog {
  right: -300px;
  transition: opacity 0.3s linear, right 0.5s ease-out; }

.modal.right.fade.in .modal-dialog {
  right: 0;
  transition: opacity 0.3s linear,right 0.5s ease-out; }

.store-selector-modal.modal .modal-dialog {
  position: initial;
  max-width: 475px;
  width: 100%; }
  .store-selector-modal.modal .modal-dialog .modal-content {
    border-radius: 0 !important;
    width: 475px; }
    @media (max-width: 768px) {
      .store-selector-modal.modal .modal-dialog .modal-content {
        width: 100%; } }
    .store-selector-modal.modal .modal-dialog .modal-content .modal-body .store-selector-list {
      width: 100%; }
    .store-selector-modal.modal .modal-dialog .modal-content .modal-body .store-location {
      position: relative;
      padding: 15px !important;
      border-radius: 0 !important;
      border: 1px solid #707070 !important;
      background: #fff !important;
      margin-bottom: 15px !important; }
    .store-selector-modal.modal .modal-dialog .modal-content .modal-body .store-close-btn {
      right: 10px;
      top: 10px;
      box-shadow: none; }
      .store-selector-modal.modal .modal-dialog .modal-content .modal-body .store-close-btn:hover {
        text-decoration: none; }
  .store-selector-modal.modal .modal-dialog .close-button {
    font-size: 30px; }
.store-selector-modal.modal .available-store-heading {
  font-family: CorporateS-Bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000000 !important; }
.store-selector-modal.modal .avenue-store-filter {
  border-bottom: 0px solid !important; }
.store-selector-modal.modal .modal-footer {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding: 4px 30px;
  box-shadow: 0px 3px 6px #00000029;
  background: #FFFFFF 0% 0% no-repeat padding-box; }

.modal-popup-cards .company-logo {
  height: 27px;
  width: 37px; }
.modal-popup-cards .logo-with-store-name {
  align-items: center; }
.modal-popup-cards .store-location-title {
  margin-left: 20px;
  max-width: 250px;
  font-size: 18px;
  line-height: 23px;
  font-family: CorporateS-Bold; }
  @media (max-width: 576px) {
    .modal-popup-cards .store-location-title {
      max-width: 180px; } }
.modal-popup-cards .loaction-address-details {
  margin-left: 14px;
  font-weight: 300;
  font-size: 20px;
  line-height: 24px;
  font-family: CorporateS-Light;
  margin-top: 16px; }
.modal-popup-cards .location-details {
  margin-top: 12px;
  margin-left: 14px; }
.modal-popup-cards .loaction-distance, .modal-popup-cards .loc-dist {
  font-family: CorporateS-Bold;
  font-size: 18px;
  line-height: 23px; }
.modal-popup-cards .show-in-map {
  text-decoration: underline;
  font-family: CorporateS-Light;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #2A2A2A; }
  .modal-popup-cards .show-in-map:hover {
    text-decoration-color: #E20612; }
.modal-popup-cards .stock-details {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-family: CorporateS-Light;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px; }
.modal-popup-cards .in-stock-bag {
  color: #54d58b;
  margin-right: 17px;
  vertical-align: bottom;
  margin-left: 14px; }
.modal-popup-cards .outof-stock-bag {
  color: #ED1C24;
  margin-right: 17px;
  vertical-align: bottom;
  margin-left: 14px; }

.select-button {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 7px 15px 5px 20px;
   /*input[type="radio"]:before{
      border: 0px solid; 
   }
   input[type="radio"]:checked:after{ 
     border: 0px solid;
   }
   input[type="radio"]:after{
      border: 0px solid; 
   }
   input[name="select"] {
    accent-color: #000000;
  }

  input[type=radio] {
      margin-top: 4px !important;
      margin-right: 0px !important;
      height: 28px !important;
      width: 28px !important;
      border: 1px solid #707070; 
     border-radius: 50%;
  }
   input[type="radio"]:checked:after{
     background: #000000 0% 0% no-repeat padding-box !important;
     position: absolute;
     top: 4px;
     right: 4px;
   }
   input[type="radio"]:checked:before{ 
     content: "" !important;
     background: none;
   }*/ }
  @media (max-width: 576px) {
    .select-button {
      padding: 4px; } }
  .select-button input {
    border: none !important; }
  .select-button input[type="radio"]:checked:before {
    content: '' !important;
    transform: scale(0.5) !important; }

/* product details */
.av-product-details .special-edition-text, .av-product-details .product-code {
  font-size: 18px;
  line-height: 23px;
  font-family: CorporateS-Demi; }

.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
  background-color: #fff; }

.fancybox-thumbs {
  background-color: #fff !important;
  display: block !important;
  width: 100% !important;
  z-index: 99995;
  bottom: 0;
  top: auto !important;
  left: 0;
  right: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block !important; }

.fancybox-thumbs__list {
  display: block !important; }

.fancybox-show-thumbs .fancybox-inner {
  right: 0 !important; }

.fancybox-thumbs__list a {
  background-size: contain !important;
  border: 1px solid rgba(112, 112, 112, 0.27);
  background-color: #fff !important; }

.fancybox-thumbs__list a:before {
  border: 2px solid rgba(112, 112, 112, 0.27) !important; }

.fancybox-button--arrow_left {
  height: 70px !important;
  width: 30px !important;
  margin-left: 10px !important;
  padding: 0px !important;
  background-color: rgba(0, 0, 0, 0.09) !important;
  box-shadow: 0px 3px 6px #0000009A !important; }
  .fancybox-button--arrow_left svg {
    display: none !important; }
  .fancybox-button--arrow_left:before {
    content: "\276E" !important;
    font-size: 20px !important;
    color: #fff !important; }
  .fancybox-button--arrow_left:hover {
    background-color: rgba(0, 0, 0, 0.2) !important; }
    .fancybox-button--arrow_left:hover:before {
      color: #EA3B33 !important; }

.fancybox-button--arrow_right {
  height: 70px !important;
  width: 30px !important;
  margin-right: 10px !important;
  padding: 0px !important;
  background-color: rgba(0, 0, 0, 0.09) !important;
  box-shadow: 0px 3px 6px #0000009A !important; }
  .fancybox-button--arrow_right svg {
    display: none !important; }
  .fancybox-button--arrow_right:before {
    content: "\276F" !important;
    font-size: 20px !important;
    color: #fff !important; }
  .fancybox-button--arrow_right:hover {
    background-color: rgba(0, 0, 0, 0.2) !important; }
    .fancybox-button--arrow_right:hover:before {
      color: #EA3B33 !important; }

.fancybox-navigation .fancybox-button div {
  padding: 0px !important;
  height: 0px !important; }

.fancybox-button[disabled] {
  background-color: rgba(0, 0, 0, 0.09) !important; }

/* Related products */
.companion-wrap .product-page {
  font-family: CorporateS-Bold;
  font-size: 36px;
  line-height: 43px;
  letter-spacing: 0px;
  color: #000000;
  margin-bottom: 50px; }
.companion-wrap .alternatives .product-image-tag img {
  margin: auto; }
.companion-wrap .alternatives .products-list {
  border: 1px solid #f1f1f1;
  box-shadow: 0px 3px 6px #00000017;
  padding: 20px; }
  .companion-wrap .alternatives .products-list .product-title {
    font-family: CorporateS-Demi;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase; }
  .companion-wrap .alternatives .products-list .product-price-addtocart-wrapper {
    margin-top: 30px; }
  .companion-wrap .alternatives .products-list .product-price .price {
    font-family: CorporateS-Light;
    font-weight: 300;
    font-size: 17px;
    line-height: 18px;
    color: #E50019; }
  .companion-wrap .alternatives .products-list .product-price .av-inc-or-ex {
    font-family: CorporateS-Light;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    color: #000000; }
  .companion-wrap .alternatives .products-list button.add-to-cart {
    background-color: #fff !important;
    font-family: CorporateS-Demi;
    font-size: 18px;
    line-height: 23px;
    border: 1px solid #000000;
    padding: 12px 32px; }
  .companion-wrap .alternatives .products-list button.add-to-cart:hover {
    background-color: #000000 !important;
    border: 1px solid #000000 !important;
    color: #FFFFFF; }

.intrested-text {
  font-size: 27px !important;
  line-height: 32px !important; }

.av-two-column-right .search-results .search-btn-load-more:focus {
  outline: 0px;
  background-color: transparent; }
.av-two-column-right .search-results .search-btn-load-more:active {
  box-shadow: none; }

.out-of-stock-store-location {
  opacity: 0.3;
  pointer-events: none; }

.shopping-bag-text-box, .checkout-text-box {
  font-family: CorporateS-Bold;
  font-size: 30px;
  line-height: 43px;
  text-transform: capitalize;
  letter-spacing: 0px;
  color: #000000;
  background: #F2F2F2;
  margin-bottom: 20px;
  padding: 30px 0px;
  top: 80px;
  position: sticky;
  z-index: 10; }

.continue-shopping-button {
  position: relative; }
  .continue-shopping-button .continue-shopping-left-icon {
    vertical-align: top;
    margin-left: -12px; }
  .continue-shopping-button .continue-shopping-text {
    text-align: left;
    font-family: CorporateS-Demi;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #000000;
    text-transform: capitalize;
    margin-left: -7px;
    margin-bottom: 5px; }
  .continue-shopping-button .continue-shopping {
    background: none;
    border: none; }
    .continue-shopping-button .continue-shopping:hover .continue-shopping-text, .continue-shopping-button .continue-shopping:hover .material-icons {
      opacity: 0.63; }
  .continue-shopping-button .continue-shopping:hover:after {
    content: '';
    height: 2px;
    width: 40px;
    background: #ED1C24;
    position: absolute;
    left: 20px;
    top: -3px; }

.cart-items-box {
  margin-bottom: 50px;
  align-items: start; }
  @media (max-width: 375px) {
    .cart-items-box {
      flex-direction: column;
      box-shadow: 0px 0px 10px #00000017;
      padding: 16px; } }
  .cart-items-box .image-box {
    width: 120px;
    height: 100px; }
  .cart-items-box .product-details-availability {
    display: flex;
    flex-direction: column;
    margin-left: 70px;
    width: 100%; }
    @media (max-width: 768px) {
      .cart-items-box .product-details-availability {
        margin-left: 15px; } }
    @media (max-width: 576px) {
      .cart-items-box .product-details-availability {
        margin-left: 0; } }
    .cart-items-box .product-details-availability .details-quantity-amount {
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      padding-bottom: 15px; }
      .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton {
        justify-content: space-between;
        align-items: center;
        width: 100%; }
        @media (max-width: 576px) {
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton {
            flex-direction: column; } }
        .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-name-details {
          width: 100%; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-name-details a {
            text-decoration: none; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-name-details .title {
            font-family: CorporateS-Bold;
            font-size: 23px;
            line-height: 28px;
            letter-spacing: 0px;
            color: #000000;
            text-transform: capitalize; }
        .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity {
          width: 100%;
          align-items: center;
          justify-content: center; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .active_number_box {
            background: rgba(46, 46, 46, 0.03); }
            .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .active_number_box a {
              color: #ED1C24 !important; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .items-number[aria-expanded="true"] .up-arrow-icon {
            transition: transform 0.5s ease;
            transform: rotate(180deg); }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .dropdown-menu {
            min-width: 120px; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .items-number {
            border: none;
            background: rgba(46, 46, 46, 0.03);
            padding: 5px 15px; }
            .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .items-number .item_value {
              font-family: CorporateS-Bold;
              font-size: 23px;
              line-height: 28px;
              margin-right: 15px;
              margin-left: 30px; }
            .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .items-number .material-symbols-outlined {
              font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48; }
            .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .items-number .up-arrow-icon {
              font-size: 35px;
              color: #707070; }
          @media (max-width: 576px) {
            .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity {
              margin: 25px 0px;
              justify-content: left; } }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .items-count {
            width: 44px;
            text-align: center;
            font-family: CorporateS-Bold;
            font-size: 23px;
            line-height: 28px;
            letter-spacing: 0px;
            color: #000000;
            box-shadow: none; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .new_cart_value {
            cursor: pointer;
            display: flex;
            justify-content: center;
            padding: 5px;
            font-family: CorporateS-Demi;
            font-size: 16px; }
            .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .new_cart_value .dropdown-item {
              width: 100%;
              display: flex;
              align-items: center;
              justify-content: center; }
            .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .new_cart_value:hover {
              background: rgba(46, 46, 46, 0.03); }
              .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-quantity .new_cart_value:hover .dropdown-item {
                color: #ED1C24 !important; }
        .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-override-price {
          width: 100%; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .product-override-price .product-price {
            font-family: CorporateS-Bold;
            font-size: 23px;
            line-height: 28px;
            letter-spacing: 0px;
            color: #000000; }
        .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .av-inc-or-ex {
          font-family: CorporateS-Light;
          font-size: 18px;
          line-height: 23px;
          letter-spacing: 0px;
          color: #000000; }
        .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .quantity-value-with-arrow {
          background-color: rgba(46, 46, 46, 0.03);
          padding: 5px 10px; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .quantity-value-with-arrow .quantity-value {
            margin-right: 10px;
            font-family: CorporateS-Bold;
            font-size: 23px;
            line-height: 28px;
            opacity: 1;
            color: #000000; }
          .cart-items-box .product-details-availability .details-quantity-amount .product-details-nobutton .quantity-value-with-arrow .up-arrow-icon {
            font-size: 30px;
            margin-top: 3px; }
      .cart-items-box .product-details-availability .details-quantity-amount .delete-button {
        border: none;
        background: none; }
      .cart-items-box .product-details-availability .details-quantity-amount .close-button {
        font-size: 22px !important;
        color: rgba(0, 0, 0, 0.75); }
        .cart-items-box .product-details-availability .details-quantity-amount .close-button:hover {
          color: #000; }
    @media (max-width: 768px) {
      .cart-items-box .product-details-availability .delivery-click-collect-box {
        flex-direction: column; } }
    .cart-items-box .product-details-availability .delivery-click-collect-box .store-location-box {
      flex-direction: column;
      margin-left: 30px; }
    .cart-items-box .product-details-availability .delivery-click-collect-box .click-and-collect-text {
      font-family: CorporateS-Demi;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0px;
      color: #000000; }
    .cart-items-box .product-details-availability .delivery-click-collect-box .available-location {
      font-family: CorporateS-Light;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0px;
      color: #2a2a2a; }
    .cart-items-box .product-details-availability .delivery-click-collect-box .un-available-text {
      font-family: CorporateS-Light;
      font-size: 16px;
      line-height: 19px;
      letter-spacing: 0px;
      color: #2a2a2a; }
    .cart-items-box .product-details-availability .delivery-click-collect-box .change-store-button {
      text-decoration: underline;
      font-family: CorporateS-Demi;
      font-size: 16px;
      line-height: 22px;
      letter-spacing: 0px;
      color: #000000;
      cursor: pointer; }
      .cart-items-box .product-details-availability .delivery-click-collect-box .change-store-button:hover {
        text-decoration-color: #E20612; }
    .cart-items-box .product-details-availability .delivery-click-collect-box .click-collect-box {
      margin-left: 100px; }
      @media (max-width: 768px) {
        .cart-items-box .product-details-availability .delivery-click-collect-box .click-collect-box {
          margin-left: 0px;
          margin-top: 30px; } }
      .cart-items-box .product-details-availability .delivery-click-collect-box .click-collect-box .in-stock-bag {
        color: #54d58b; }
      .cart-items-box .product-details-availability .delivery-click-collect-box .click-collect-box .out-stock-bag {
        color: #e1061f; }
    .cart-items-box .product-details-availability .delivery-click-collect-box .delivery-collect-box .truck-icon {
      color: #54d58b; }
    .cart-items-box .product-details-availability .delivery-click-collect-box .delivery-text-available-days {
      margin-left: 30px;
      display: flex;
      flex-direction: column; }
      .cart-items-box .product-details-availability .delivery-click-collect-box .delivery-text-available-days .delivery-text {
        font-family: CorporateS-Demi;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #000000; }
      .cart-items-box .product-details-availability .delivery-click-collect-box .delivery-text-available-days .available-days {
        font-family: CorporateS-Light;
        font-size: 16px;
        line-height: 19px;
        letter-spacing: 0px;
        color: #2a2a2a; }

.pull-right-md {
  margin: 10px; }
  .pull-right-md .delivery-options #delivary, .pull-right-md .delivery-options #click_collect {
    height: 100%;
    padding-bottom: 10px; }
  .pull-right-md .panel {
    background-color: #FAFAFA;
    border: none;
    box-shadow: none; }
    .pull-right-md .panel .cart-heading {
      font-family: CorporateS-Bold;
      font-size: 21px;
      line-height: 26px;
      margin-bottom: 20px; }
    .pull-right-md .panel .cart-radio {
      border: 1px solid rgba(112, 112, 112, 0.72);
      padding: 15px;
      margin-bottom: 30px;
      background-color: #fff; }
      .pull-right-md .panel .cart-radio .radio-heading {
        display: inline;
        font-family: CorporateS-Demi;
        font-size: 21px;
        line-height: 25px; }
      .pull-right-md .panel .cart-radio .desc {
        font-family: CorporateS-Light;
        font-size: 18px;
        line-height: 23px;
        color: #2A2A2A; }
      .pull-right-md .panel .cart-radio .desc.store {
        text-decoration: underline; }
      .pull-right-md .panel .cart-radio .delivery .truck-icon {
        color: #54d58b; }
      .pull-right-md .panel .cart-radio .click-collect .bag-icon {
        color: #54d58b; }
      .pull-right-md .panel .cart-radio .click-collect .red-color {
        color: #e1061f !important; }
      .pull-right-md .panel .cart-radio .click-collect .desc {
        text-decoration: underline; }
    .pull-right-md .panel .bg-grey {
      opacity: 0.7;
      background-color: rgba(255, 255, 255, 0.15);
      cursor: default; }
    .pull-right-md .panel .radio input[type="radio"]:after {
      border: 2px solid #000;
      top: 0px;
      width: 25px;
      height: 25px; }
    .pull-right-md .panel .radio input[type="radio"]:before {
      top: 0px;
      background-color: #000;
      width: 25px;
      height: 25px; }
    .pull-right-md .panel .bottom-cart-left {
      padding: 35px; }
      @media (max-width: 475px) {
        .pull-right-md .panel .bottom-cart-left {
          padding: 0; } }
      @media (min-width: 992px) {
        .pull-right-md .panel .bottom-cart-left {
          border-right: 1px solid rgba(112, 112, 112, 0.2); } }
      .pull-right-md .panel .bottom-cart-left .av-cart-add-coupon input:focus {
        box-shadow: none; }
      .pull-right-md .panel .bottom-cart-left .av-cart-add-coupon .input-group {
        border-radius: 0;
        border: 1px solid rgba(112, 112, 112, 0.72);
        background-color: #fff; }
        .pull-right-md .panel .bottom-cart-left .av-cart-add-coupon .input-group .input-group-btn:after {
          width: 0px; }
        .pull-right-md .panel .bottom-cart-left .av-cart-add-coupon .input-group .input-group-btn .btn {
          background: #000;
          color: #fff;
          font-size: 18px;
          padding-bottom: 5px;
          line-height: 23px;
          font-family: CorporateS-Demi;
          font-weight: normal;
          box-shadow: none;
          width: 100px;
          margin-right: 6px;
          height: 40px; }
          .pull-right-md .panel .bottom-cart-left .av-cart-add-coupon .input-group .input-group-btn .btn:hover {
            color: #000 !important;
            background-color: #fff;
            border: 1px solid #000 !important; }
    .pull-right-md .panel .bottom-cart-right {
      padding: 35px; }
      .pull-right-md .panel .bottom-cart-right #zip-prod-widg {
        width: 100%;
        margin: 20px 0px;
        background-color: #ede6ff;
        padding: 8px 16px; }
        .pull-right-md .panel .bottom-cart-right #zip-prod-widg .zip-container span {
          font-family: CorporateS-Demi;
          font-size: 18px;
          line-height: 23px; }
        .pull-right-md .panel .bottom-cart-right #zip-prod-widg .zip-learn-more {
          margin-left: 10px;
          font-family: CorporateS-Demi;
          text-decoration: underline; }
      @media (max-width: 475px) {
        .pull-right-md .panel .bottom-cart-right {
          padding: 40px 0; }
          .pull-right-md .panel .bottom-cart-right .cart-heading {
            margin-bottom: 0; } }
      .pull-right-md .panel .bottom-cart-right .table > tbody > tr {
        background-color: transparent; }
      .pull-right-md .panel .bottom-cart-right .table > tbody > tr > td.del-status {
        border-bottom: 1px solid #707070;
        border-right: none !important;
        border-left: none !important;
        border-top: none !important;
        border-radius: 0;
        padding-bottom: 20px; }
      .pull-right-md .panel .bottom-cart-right .table > tbody > tr > td.total {
        font-family: CorporateS-Bold;
        font-size: 23px;
        line-height: 28px;
        padding-top: 20px; }
      .pull-right-md .panel .bottom-cart-right .table > tbody > tr > td {
        border: none;
        color: #000;
        font-family: CorporateS-Demi;
        font-size: 18px;
        line-height: 23px;
        padding-left: 0; }
      .pull-right-md .panel .bottom-cart-right .checkout-btn .proceed-to-checkout {
        background-color: #000;
        color: #fff;
        border: 1px solid #000;
        font-family: CorporateS-Demi;
        font-weight: normal;
        text-transform: uppercase; }
        .pull-right-md .panel .bottom-cart-right .checkout-btn .proceed-to-checkout:hover {
          color: #000;
          background-color: #fff; }

.logout-user-checkout .panel {
  background-color: #fafafa;
  border: none;
  box-shadow: none; }
  .logout-user-checkout .panel .panel-body {
    padding: 40px; }
    @media (max-width: 576px) {
      .logout-user-checkout .panel .panel-body {
        padding: 10px; } }
.logout-user-checkout .login-left-box {
  padding: 30px 30px 30px 0; }
  @media (max-width: 576px) {
    .logout-user-checkout .login-left-box {
      padding: 30px 0; } }
  .logout-user-checkout .login-left-box .already-account-text {
    font-family: CorporateS-Bold;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000; }
  .logout-user-checkout .login-left-box .email-password-text {
    font-family: CorporateS-Light;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #2a2a2a; }
  .logout-user-checkout .login-left-box .email-text,
  .logout-user-checkout .login-left-box .password-text {
    font-family: CorporateS-Demi;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #000000; }
  .logout-user-checkout .login-left-box .email-field {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-shadow: none;
    padding: 0px 15px; }
  .logout-user-checkout .login-left-box .email-field:focus,
  .logout-user-checkout .login-left-box .password-field:focus {
    box-shadow: none; }
  .logout-user-checkout .login-left-box .password-field {
    border: 0px solid;
    box-shadow: none;
    background: #ffffff;
    padding: 0px 15px; }
  .logout-user-checkout .login-left-box .password-with-icon {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-shadow: none; }
    .logout-user-checkout .login-left-box .password-with-icon .visibility-icon {
      padding: 7px 10px;
      vertical-align: middle;
      cursor: pointer; }
  .logout-user-checkout .login-left-box .forget-password-text {
    font-family: CorporateS-Light;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #2a2a2a;
    cursor: pointer;
    margin-top: 20px; }
  .logout-user-checkout .login-left-box .login-button {
    font-family: CorporateS-Demi;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    background: #e20612;
    border: 0px solid;
    padding: 10px 30px; }
.logout-user-checkout .create-account-right-box {
  padding: 30px 30px 30px 0; }
  @media (max-width: 576px) {
    .logout-user-checkout .create-account-right-box {
      padding: 30px 0; } }
  .logout-user-checkout .create-account-right-box .become-ourcutomer-text {
    font-family: CorporateS-Bold;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: 0px;
    color: #000000; }
  @media (max-width: 576px) {
    .logout-user-checkout .create-account-right-box .required-fields-text {
      flex-direction: column;
      margin-top: 10px; } }
  .logout-user-checkout .create-account-right-box .required-fields-text .start-text {
    font-family: CorporateS-Light;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #2a2a2a; }
  .logout-user-checkout .create-account-right-box .required-fields-text .required-text {
    font-family: CorporateS-Light;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: #2a2a2a; }
  .logout-user-checkout .create-account-right-box .given-names-text {
    font-family: CorporateS-Demi;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #000000; }
  .logout-user-checkout .create-account-right-box .given_names, .logout-user-checkout .create-account-right-box .family_name, .logout-user-checkout .create-account-right-box .email_address, .logout-user-checkout .create-account-right-box .password, .logout-user-checkout .create-account-right-box .password_confirmation, .logout-user-checkout .create-account-right-box .address-field, .logout-user-checkout .create-account-right-box .post-code-box, .logout-user-checkout .create-account-right-box .country-text, .logout-user-checkout .create-account-right-box .phone-number {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-shadow: none;
    padding: 0px 15px;
    width: 100%; }
  .logout-user-checkout .create-account-right-box .password, .logout-user-checkout .create-account-right-box .password_confirmation {
    border: none; }
  .logout-user-checkout .create-account-right-box .right-field:focus, .logout-user-checkout .create-account-right-box .given_names:focus, .logout-user-checkout .create-account-right-box .family-name:focus, .logout-user-checkout .create-account-right-box .email_address:focus, .logout-user-checkout .create-account-right-box .password:focus, .logout-user-checkout .create-account-right-box .password_confirmation:focus, .logout-user-checkout .create-account-right-box .post-code-box:focus, .logout-user-checkout .create-account-right-box select:focus, .logout-user-checkout .create-account-right-box .address-field:focus, .logout-user-checkout .create-account-right-box .country-text:focus, .logout-user-checkout .create-account-right-box .phone-number:focus, .logout-user-checkout .create-account-right-box .family_name:focus {
    box-shadow: none; }
  .logout-user-checkout .create-account-right-box .password-with-icon {
    background: #ffffff;
    border: 1px solid #f1f1f1;
    box-shadow: none; }
    .logout-user-checkout .create-account-right-box .password-with-icon .password-field {
      border: none;
      box-shadow: none;
      background: #ffffff;
      width: 100%; }
    .logout-user-checkout .create-account-right-box .password-with-icon .visibility-icon {
      vertical-align: middle;
      cursor: pointer;
      display: flex;
      align-items: center;
      padding-right: 10px; }
  .logout-user-checkout .create-account-right-box .location-with-icon {
    background: #f2f2f2;
    border: 1px solid #f1f1f1;
    box-shadow: none; }
    .logout-user-checkout .create-account-right-box .location-with-icon .location-field {
      border: 0px solid;
      box-shadow: none;
      padding: 0px 15px; }
    .logout-user-checkout .create-account-right-box .location-with-icon .location-field::placeholder {
      font-family: CorporateS-Light;
      font-style: italic;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0px;
      color: rgba(42, 42, 42, 0.54); }
    .logout-user-checkout .create-account-right-box .location-with-icon .location-icon {
      display: flex;
      align-items: center;
      vertical-align: middle;
      cursor: pointer;
      padding-right: 10px; }
  .logout-user-checkout .create-account-right-box .address-field::placeholder {
    font-family: CorporateS-Light;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    color: rgba(42, 42, 42, 0.54); }
  .logout-user-checkout .create-account-right-box .phone-left-part {
    width: 25%;
    margin-right: 20px; }
  .logout-user-checkout .create-account-right-box .condition-accept-box .condition-text {
    font-family: CorporateS-Light;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #2a2a2a;
    padding-left: 15px; }
  @media (max-width: 576px) {
    .logout-user-checkout .create-account-right-box .g-recaptcha {
      display: none; } }
  .logout-user-checkout .create-account-right-box .g-recaptcha .rc-anchor-center-item {
    font-family: CorporateS-Demi;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #000000; }
  .logout-user-checkout .create-account-right-box .account-create-button {
    font-family: CorporateS-Demi;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #000000;
    padding: 10px 25px;
    border: 1px solid #000; }
    .logout-user-checkout .create-account-right-box .account-create-button:hover {
      background-color: #fff;
      color: #000; }

.forgot-password-box .forgot-password-text {
  font-family: CorporateS-Bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000000; }
.forgot-password-box .enter-email-text {
  font-family: CorporateS-Demi;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #000000; }
.forgot-password-box .email-text {
  margin-top: 20px;
  font-family: CorporateS-Demi;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #000000; }
.forgot-password-box .email-box {
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  padding: 0px 15px;
  margin-top: 20px; }
.forgot-password-box .email-box:focus {
  box-shadow: none; }
.forgot-password-box .submit-button-password {
  margin-top: 30px;
  font-family: CorporateS-Demi;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #ffffff;
  text-transform: uppercase;
  background: #000;
  border: 0px solid;
  padding: 10px;
  border: 1px solid #000; }
  .forgot-password-box .submit-button-password:hover {
    color: #000;
    background-color: #fff; }

.login-create-block .nav-tabs {
  display: flex; }
  @media (max-width: 576px) {
    .login-create-block .nav-tabs {
      flex-direction: column;
      text-align: center; } }
  .login-create-block .nav-tabs li a {
    font-family: CorporateS-Demi;
    font-size: 18px;
    line-height: 23px;
    padding: 10px 30px;
    margin: 0; }
.login-create-block .nav-tabs > li.active > a, .login-create-block .nav-tabs > li.active > a:focus {
  background-color: #000000;
  color: #ffffff;
  box-shadow: none; }
.login-create-block .nav-tabs > li.active > a:hover {
  color: #ffffff; }
.login-create-block .nav-tabs > li.active > a, .login-create-block .nav-tabs > li.active > a:focus {
  background-color: #000000;
  color: #ffffff;
  box-shadow: none;
  cursor: pointer; }
.login-create-block .nav-tabs > li > a {
  box-shadow: none;
  border: 1px solid #000000;
  cursor: pointer; }
  .login-create-block .nav-tabs > li > a:hover {
    color: #e20612;
    cursor: pointer; }
  @media (max-width: 576px) {
    .login-create-block .nav-tabs > li > a {
      margin-bottom: 8px; } }

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
  display: inline-flex;
  width: 35px; }

input[type="radio"]:after {
  border: 1px solid #707070 !important;
  top: 0px !important;
  width: 25px !important;
  height: 25px !important; }

input[type="radio"]:before {
  top: -5px !important;
  background-color: #000 !important;
  width: 35px !important;
  height: 35px !important;
  left: -5px !important; }

.add-form-modal .modal-body .title {
  font-family: CorporateS-Bold;
  font-size: 24px;
  line-height: 29px; }
.add-form-modal .modal-body label {
  font-family: CorporateS-Demi;
  font-size: 16px;
  line-height: 20px;
  color: #000000; }
.add-form-modal .modal-body input:focus, .add-form-modal .modal-body select:focus {
  box-shadow: none; }
.add-form-modal .modal-body button.btn-primary {
  background-color: #000;
  font-family: CorporateS-Demi;
  font-size: 16px;
  line-height: 21px;
  border: 1px solid #000 !important; }
  .add-form-modal .modal-body button.btn-primary:hover {
    background-color: #fff;
    color: #000 !important;
    box-shadow: none !important; }
.add-form-modal .modal-close .av-modal-close {
  background-color: #fff;
  color: #000000; }
  .add-form-modal .modal-close .av-modal-close .fa {
    font-size: 26px;
    line-height: 31px; }

.checkout .cart-finalise-wrapper .sub-heading {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .checkout .cart-finalise-wrapper .sub-heading .sub-head-number {
    padding: 10px;
    background-color: #000;
    border-radius: 50%;
    color: #fff;
    width: 35px;
    height: 35px;
    font-family: "CorporateS-Bold";
    font-size: 26px;
    line-height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    border: 2px solid #000; }
  .checkout .cart-finalise-wrapper .sub-heading .sub-head-title {
    font-family: CorporateS-Bold;
    font-size: 26px;
    line-height: 32px; }
.checkout .cart-finalise-wrapper .confirm-selection-button:hover {
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #000 !important; }
.checkout .cart-finalise-wrapper .confirm-selection-button {
  background-color: #000;
  color: #fff;
  font-family: CorporateS-Demi;
  font-size: 18px;
  line-height: 23px;
  width: fit-content;
  padding: 12px 32px;
  margin-top: 20px;
  cursor: pointer; }
  @media (max-width: 480px) {
    .checkout .cart-finalise-wrapper .confirm-selection-button {
      width: 100%; } }
.checkout .cart-finalise-wrapper .delivery-collection {
  border-bottom: 1px solid rgba(112, 112, 112, 0.27);
  margin-bottom: 20px; }
  .checkout .cart-finalise-wrapper .delivery-collection .delivery-options .radio {
    margin-top: 0px; }
  .checkout .cart-finalise-wrapper .delivery-collection .delivery-options .storename {
    text-decoration: underline;
    font-family: CorporateS-Light;
    letter-spacing: 0px;
    color: #2A2A2A;
    font-size: 18px;
    line-height: 23px; }
  .checkout .cart-finalise-wrapper .delivery-collection .delivery-options .cart-radio {
    border: 1px solid rgba(112, 112, 112, 0.72);
    padding: 15px;
    background-color: #fff; }
    .checkout .cart-finalise-wrapper .delivery-collection .delivery-options .cart-radio .radio-heading {
      display: inline;
      font-family: CorporateS-Demi;
      font-size: 21px;
      line-height: 25px; }
    .checkout .cart-finalise-wrapper .delivery-collection .delivery-options .cart-radio .desc {
      font-family: CorporateS-Light;
      font-size: 18px;
      line-height: 23px;
      color: #2a2a2a; }
    .checkout .cart-finalise-wrapper .delivery-collection .delivery-options .cart-radio .desc.store {
      text-decoration: underline; }
    .checkout .cart-finalise-wrapper .delivery-collection .delivery-options .cart-radio .delivery .truck-icon {
      color: #54d58b; }
    .checkout .cart-finalise-wrapper .delivery-collection .delivery-options .cart-radio .click-collect .bag-icon {
      color: #e1061f; }
    .checkout .cart-finalise-wrapper .delivery-collection .delivery-options .cart-radio .click-collect .available-bag-icon {
      color: #54d58b; }
  .checkout .cart-finalise-wrapper .delivery-collection .delivery-options .radio input[type="radio"]:after {
    border: 1px solid #000;
    top: 0px;
    width: 25px;
    height: 25px; }
  .checkout .cart-finalise-wrapper .delivery-collection .delivery-options .radio input[type="radio"]:before {
    top: -5px;
    background-color: #000;
    width: 35px;
    height: 35px;
    left: -5px; }
.checkout .cart-finalise-wrapper .contact-details {
  border-bottom: 1px solid rgba(112, 112, 112, 0.27);
  margin-bottom: 20px; }
  .checkout .cart-finalise-wrapper .contact-details .confirm-shipping-btn {
    border: 1px solid #000 !important;
    background-color: #000;
    color: #fff;
    font-family: CorporateS-Demi;
    font-size: 18px;
    line-height: 23px;
    width: fit-content;
    padding: 12px 32px;
    margin-top: 20px;
    cursor: pointer; }
    .checkout .cart-finalise-wrapper .contact-details .confirm-shipping-btn:hover {
      background-color: #fff;
      color: #000 !important; }
    @media (max-width: 576px) {
      .checkout .cart-finalise-wrapper .contact-details .confirm-shipping-btn {
        width: 100%; } }
.checkout .cart-finalise-wrapper .payment {
  border-bottom: 1px solid rgba(112, 112, 112, 0.27);
  margin-bottom: 20px; }
  .checkout .cart-finalise-wrapper .payment .form-check input[type="radio"] {
    margin-top: 0;
    margin-bottom: 0; }
  .checkout .cart-finalise-wrapper .payment .form-check input[type="radio"]:before {
    background-color: #000;
    width: 25px;
    height: 25px; }
  .checkout .cart-finalise-wrapper .payment .form-check input[type="radio"]:after {
    width: 25px;
    height: 25px; }
  .checkout .cart-finalise-wrapper .payment .form-check input[type="radio"]:checked:after {
    border-color: #000; }
  .checkout .cart-finalise-wrapper .payment .form-check label {
    font-family: CorporateS-Demi;
    font-size: 21px;
    line-height: 25px;
    margin-left: 5px;
    margin-bottom: 0;
    color: #000; }
  .checkout .cart-finalise-wrapper .payment #payment_form p {
    font-family: CorporateS-Light;
    font-size: 14px;
    line-height: 19px;
    color: #000; }
  .checkout .cart-finalise-wrapper .payment #payment_form .form-group #continue {
    border: 1px solid #000;
    border-radius: 0;
    margin-right: 10px;
    background-color: #fff;
    color: #000;
    font-family: CorporateS-Demi;
    font-size: 18px;
    line-height: 23px;
    padding: 12px 32px; }
    @media (max-width: 576px) {
      .checkout .cart-finalise-wrapper .payment #payment_form .form-group #continue {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-right: 0; } }
    .checkout .cart-finalise-wrapper .payment #payment_form .form-group #continue:hover {
      background-color: #000;
      color: #fff; }
  .checkout .cart-finalise-wrapper .payment #payment_form .form-group #Submit {
    background-color: #000;
    border-radius: 0;
    font-family: CorporateS-Demi;
    font-size: 18px;
    line-height: 23px;
    padding: 12px 32px;
    color: #fff; }
    @media (max-width: 576px) {
      .checkout .cart-finalise-wrapper .payment #payment_form .form-group #Submit {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-right: 0; } }
    .checkout .cart-finalise-wrapper .payment #payment_form .form-group #Submit:hover {
      border: 1px solid #000 !important;
      background-color: #fff;
      color: #000 !important; }
.checkout .cart-finalise-wrapper .promotional-code .cart-heading {
  font-family: CorporateS-Bold;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 20px; }
.checkout .cart-finalise-wrapper .promotional-code .av-cart-add-coupon input:focus {
  box-shadow: none; }
.checkout .cart-finalise-wrapper .promotional-code .av-cart-add-coupon .input-group {
  border-radius: 0;
  border: 1px solid rgba(112, 112, 112, 0.72);
  background-color: #fff; }
  .checkout .cart-finalise-wrapper .promotional-code .av-cart-add-coupon .input-group .input-group-btn:after {
    width: 0px; }
  .checkout .cart-finalise-wrapper .promotional-code .av-cart-add-coupon .input-group .input-group-btn .btn {
    background: #000;
    color: #fff;
    font-size: 18px;
    padding-bottom: 5px;
    line-height: 23px;
    font-family: CorporateS-Demi;
    box-shadow: none;
    width: 100px;
    margin-right: 6px;
    height: 40px; }
    .checkout .cart-finalise-wrapper .promotional-code .av-cart-add-coupon .input-group .input-group-btn .btn:hover {
      background-color: #fff;
      color: #000 !important;
      border: 1px solid #000 !important; }
.checkout .cart-finalise-wrapper .av-cart-summary {
  border: 1px solid #D3D3D3;
  padding: 10px 20px;
  background-color: #FAFAFA; }
  @media (max-width: 576px) {
    .checkout .cart-finalise-wrapper .av-cart-summary {
      padding: 10px; } }
  .checkout .cart-finalise-wrapper .av-cart-summary .cart-heading {
    margin-bottom: 20px;
    margin-top: 40px; }
    .checkout .cart-finalise-wrapper .av-cart-summary .cart-heading .head-text {
      font-family: CorporateS-Bold;
      font-size: 27px;
      line-height: 32px; }
    .checkout .cart-finalise-wrapper .av-cart-summary .cart-heading .edit-text {
      font-family: CorporateS-Light;
      font-size: 18px;
      line-height: 23px;
      color: #2A2A2A;
      text-decoration: underline; }
      .checkout .cart-finalise-wrapper .av-cart-summary .cart-heading .edit-text:hover {
        text-decoration-color: #E20612; }
  .checkout .cart-finalise-wrapper .av-cart-summary .prod-title {
    font-family: 'CorporateS-Bold';
    font-size: 16px;
    line-height: 21px; }
  .checkout .cart-finalise-wrapper .av-cart-summary .col-title {
    font-family: CorporateS-Demi;
    font-size: 14px;
    line-height: 19px; }
  .checkout .cart-finalise-wrapper .av-cart-summary .code-num {
    font-family: CorporateS-Light;
    font-size: 14px;
    line-height: 19px; }
  .checkout .cart-finalise-wrapper .av-cart-summary .curr.col-title {
    font-size: 16px; }
  .checkout .cart-finalise-wrapper .av-cart-summary .sub-total {
    font-family: CorporateS-Bold;
    font-size: 21px;
    line-height: 26px;
    margin-bottom: 10px; }
  .checkout .cart-finalise-wrapper .av-cart-summary .sub-total-items {
    font-size: 18px; }
  .checkout .cart-finalise-wrapper .av-cart-summary .tax {
    font-family: CorporateS-Demi;
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 0; }
  .checkout .cart-finalise-wrapper .av-cart-summary .total {
    font-family: CorporateS-Bold;
    font-size: 27px;
    line-height: 32px; }
.checkout .cart-finalise-wrapper .order-summary {
  margin-top: 20px; }
  .checkout .cart-finalise-wrapper .order-summary .order-summary-table {
    border: 1px solid #d3d3d3;
    background-color: #fafafa;
    padding: 20px; }
    @media (max-width: 375px) {
      .checkout .cart-finalise-wrapper .order-summary .order-summary-table {
        padding: 10px; } }
    .checkout .cart-finalise-wrapper .order-summary .order-summary-table .table > tbody > tr {
      background-color: transparent; }
    .checkout .cart-finalise-wrapper .order-summary .order-summary-table .table > tbody > tr > td {
      border-radius: 0;
      border: none; }
    .checkout .cart-finalise-wrapper .order-summary .order-summary-table .table .os-heading {
      font-family: CorporateS-Bold;
      font-size: 27px;
      line-height: 32px;
      color: #000;
      margin-bottom: 20px; }
    .checkout .cart-finalise-wrapper .order-summary .order-summary-table .table .edit-btn {
      text-decoration: underline;
      font-family: CorporateS-Light;
      font-size: 18px;
      line-height: 23px;
      margin-bottom: 20px;
      color: #2a2a2a; }
    .checkout .cart-finalise-wrapper .order-summary .order-summary-table .table .sub-total,
    .checkout .cart-finalise-wrapper .order-summary .order-summary-table .table .sub-total-amount {
      font-family: CorporateS-Bold;
      font-size: 21px;
      line-height: 28px;
      color: #000000; }
    .checkout .cart-finalise-wrapper .order-summary .order-summary-table .table .del-fee,
    .checkout .cart-finalise-wrapper .order-summary .order-summary-table .table .del-fee-amount {
      font-family: CorporateS-Demi;
      color: #000;
      font-size: 18px;
      line-height: 23px;
      margin-bottom: 15px; }
    .checkout .cart-finalise-wrapper .order-summary .order-summary-table .table .total,
    .checkout .cart-finalise-wrapper .order-summary .order-summary-table .table .total-amount {
      font-family: CorporateS-Bold;
      font-size: 27px;
      line-height: 32px;
      padding-top: 15px;
      border-top: 1px solid rgba(0, 0, 0, 0.27); }
.checkout .order-reference-box {
  display: none; }
@media (max-width: 768px) {
  .checkout .delivery-options .delivery-options-box {
    display: flex;
    flex-direction: column; } }
.checkout .saved-address .add-new-address-link:hover {
  text-decoration: none; }
.checkout .saved-address .submit-details-button {
  font-family: CorporateS-Demi;
  font-size: 18px;
  line-height: 23px;
  color: #fff;
  border: 1px solid #000;
  background-color: #000;
  padding: 12px 32px;
  text-transform: uppercase; }
  .checkout .saved-address .submit-details-button:hover {
    background-color: #fff;
    color: #000 !important;
    border: 1px solid #000 !important; }
.checkout .saved-address .click-collect-text {
  font-family: CorporateS-Bold;
  font-size: 26px;
  line-height: 32px;
  letter-spacing: 0px;
  color: #000000; }
.checkout .saved-address .user-details-text {
  font-family: CorporateS-Demi;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #2a2a2a; }
.checkout .saved-address .name-text {
  font-family: CorporateS-Demi;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #000000; }
.checkout .saved-address .click-form-input {
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  padding: 0px 15px; }
  .checkout .saved-address .click-form-input:focus {
    box-shadow: none; }
.checkout .saved-address .new-address-button {
  font-family: CorporateS-Demi;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0px;
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #000;
  padding: 0;
  width: fit-content; }
  .checkout .saved-address .new-address-button:hover {
    border-bottom-color: #E20612; }
.checkout .saved-address .add-delivery-note {
  display: none; }
.checkout .saved-address .saved-address-text {
  font-family: CorporateS-Bold;
  font-size: 23px;
  line-height: 28px;
  color: #000000; }
.checkout .saved-address .address-card {
  margin: 10px 0px;
  border: 1px solid rgba(112, 112, 112, 0.72);
  padding: 15px;
  background-color: #fff; }
  @media (max-width: 576px) {
    .checkout .saved-address .address-card {
      padding: 5px; } }
  .checkout .saved-address .address-card .address-card-details {
    font-family: CorporateS-Regular;
    color: #000;
    font-size: 18px;
    line-height: 23px; }
  .checkout .saved-address .address-card .select-address {
    margin-right: 10px; }
    @media (max-width: 768px) {
      .checkout .saved-address .address-card .select-address {
        margin-right: 5px; } }
    .checkout .saved-address .address-card .select-address input[type="radio"]:after {
      border: 2px solid #000;
      top: 0px;
      width: 25px;
      height: 25px; }
    .checkout .saved-address .address-card .select-address input[type="radio"]:before {
      top: 0px;
      background-color: #000;
      width: 25px;
      height: 25px; }
.checkout .contact-details .panel-heading {
  font-family: CorporateS-Demi;
  font-size: 21px;
  line-height: 25px; }
.checkout .contact-details .list-group-item {
  font-family: CorporateS-Regular;
  color: #000;
  font-size: 18px;
  line-height: 23px; }
.checkout .contact-details .list-group-item.active {
  background: #000000;
  color: #FFFFFF; }
.checkout .shipping-options .fs-payment-card {
  font-family: CorporateS-Demi;
  font-size: 20px; }
.checkout .shipping-options .fs-dashboard-shipping-description {
  font-family: CorporateS-Regular;
  font-size: 18px; }
.checkout .shipping-options input[type="radio"]:after {
  border: 2px solid #000;
  top: 0px;
  width: 25px;
  height: 25px; }
.checkout .shipping-options input[type="radio"]:before {
  top: 0px;
  background-color: #000;
  width: 25px;
  height: 25px; }

.shipping-details .panel-heading {
  font-family: CorporateS-Demi;
  font-size: 21px;
  line-height: 25px; }
.shipping-details .list-group-item {
  font-family: CorporateS-Regular;
  color: #000;
  font-size: 18px;
  line-height: 23px; }
.shipping-details .list-group-item.active {
  background: #000000;
  color: #FFFFFF; }

.shipping-options .fs-payment-card {
  font-family: CorporateS-Demi;
  font-size: 20px; }
.shipping-options .fs-dashboard-shipping-description {
  font-family: CorporateS-Regular;
  font-size: 18px; }
.shipping-options input[type="radio"]:after {
  border: 2px solid #000;
  top: 0px;
  width: 25px;
  height: 25px; }
.shipping-options input[type="radio"]:before {
  top: 0px;
  background-color: #000;
  width: 25px;
  height: 25px; }

.store-select-box .stored-selected-text {
  font-family: CorporateS-Bold;
  font-size: 18px;
  line-height: 23px; }
.store-select-box .store-details-box {
  padding: 25px;
  border: 1px solid #707070; }
  @media (max-width: 576px) {
    .store-select-box .store-details-box .distance-map-change-box {
      flex-direction: column; } }
  @media (max-width: 576px) {
    .store-select-box .store-details-box .icon-with-available-text {
      flex-direction: column; } }
  @media (max-width: 576px) {
    .store-select-box .store-details-box {
      padding: 10px; } }
  .store-select-box .store-details-box .storename-with-icon .company-logo-box {
    width: 40px;
    height: 40px; }
  .store-select-box .store-details-box .storename-with-icon .store-location-title {
    font-family: CorporateS-Bold;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #000000; }
  @media (max-width: 576px) {
    .store-select-box .store-details-box .available-text-box {
      margin-top: 15px;
      margin-left: 10px; } }
  .store-select-box .store-details-box .available-text-box .bag-icon {
    color: #54d58b; }
  .store-select-box .store-details-box .available-text-box .availabale-status {
    font-family: CorporateS-Light;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #2A2A2A; }
  .store-select-box .store-details-box .available-text-box .store-details {
    font-family: CorporateS-Light;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    color: #000000; }
  @media (max-width: 576px) {
    .store-select-box .store-details-box .unavailable-text-box {
      margin-top: 15px;
      margin-left: 10px; } }
  .store-select-box .store-details-box .unavailable-text-box .bag-icon {
    color: #e1061f; }
  .store-select-box .store-details-box .unavailable-text-box .availabale-status {
    font-family: CorporateS-Light;
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0px;
    color: #2A2A2A; }
  .store-select-box .store-details-box .distance-with-map .distance {
    font-family: CorporateS-Bold;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px; }
  .store-select-box .store-details-box .change-store-box .change-store {
    text-decoration: underline;
    font-family: CorporateS-Demi;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0px;
    color: #000000;
    cursor: pointer; }
    .store-select-box .store-details-box .change-store-box .change-store:hover {
      text-decoration-color: #ED1C24; }
  .store-select-box .store-details-box .store-details {
    font-family: CorporateS-Light;
    font-weight: 300;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0px;
    color: #000000; }
    .store-select-box .store-details-box .store-details .view-in-map {
      flex-basis: 30%; }
      @media (max-width: 576px) {
        .store-select-box .store-details-box .store-details .view-in-map {
          margin-top: 10px;
          margin-left: 0px; } }
      .store-select-box .store-details-box .store-details .view-in-map a {
        text-decoration: underline;
        font-family: CorporateS-Light;
        font-weight: 300;
        font-size: 18px;
        line-height: 23px;
        letter-spacing: 0px;
        color: #2A2A2A; }
        .store-select-box .store-details-box .store-details .view-in-map a:hover {
          text-decoration-color: #ED1C24;
          color: #2A2A2A; }
    @media (max-width: 576px) {
      .store-select-box .store-details-box .store-details {
        flex-direction: column;
        align-items: flex-start; } }

.av-buttonbar-right {
  font-family: CorporateS-Demi;
  font-size: 18px;
  line-height: 23px;
  background-color: #000 !important;
  border-radius: 0 !important; }

.av-container-content .btn-primary {
  font-family: CorporateS-Demi;
  font-size: 18px;
  line-height: 23px;
  background-color: #000;
  border-radius: 0 !important; }
.av-container-content .set-store-location-button {
  font-family: CorporateS-Demi;
  font-size: 18px;
  line-height: 23px;
  padding: 12px 32px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000; }
  .av-container-content .set-store-location-button:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000; }

.adding-border {
  border: 1px solid rgba(229, 0, 25, 0.72) !important; }

/* add new adress */
.create_new_address .street_address .location-field-with-icon {
  background: #f2f2f2 !important;
  border: 1px solid #f1f1f1;
  box-shadow: none; }
  .create_new_address .street_address .location-field-with-icon #new_address_address2 {
    border: none;
    background: #f2f2f2 !important; }
    .create_new_address .street_address .location-field-with-icon #new_address_address2::placeholder {
      font-family: CorporateS-Light;
      font-style: italic;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0px;
      color: rgba(42, 42, 42, 0.54); }

@media (max-width: 992px) {
  .row-lg-reverse {
    flex-direction: column-reverse; } }

#use_as_default_address {
  border: none; }

.add-to-cart-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  top: 81px;
  position: sticky;
  z-index: 10; }
  @media (max-width: 576px) {
    .add-to-cart-box-wrapper {
      position: relative;
      top: 0px; } }
  @media (max-width: 992px) {
    .add-to-cart-box-wrapper .items-container {
      flex-direction: column;
      padding: 20px 0;
      margin-bottom: 45px; } }
  .add-to-cart-box-wrapper .added-product-image {
    padding: 1rem; }
  .add-to-cart-box-wrapper .added-product-info {
    padding: 35px 0px;
    margin-left: 40px; }
    @media (max-width: 992px) {
      .add-to-cart-box-wrapper .added-product-info {
        padding: 10px;
        margin-left: 0px; } }
    .add-to-cart-box-wrapper .added-product-info .pre-notes {
      font-family: CorporateS-Light;
      font-size: 16px;
      line-height: 19px;
      color: #000000;
      font-weight: 300; }
      .add-to-cart-box-wrapper .added-product-info .pre-notes .special-edition-text {
        font-size: 16px;
        line-height: 19px;
        font-family: CorporateS-Demi; }
    .add-to-cart-box-wrapper .added-product-info .success-msg {
      display: flex;
      align-items: center; }
      .add-to-cart-box-wrapper .added-product-info .success-msg .msg-icon {
        color: #0bc304;
        font-weight: 600; }
      .add-to-cart-box-wrapper .added-product-info .success-msg .msg-text {
        font-family: CorporateS-Bold;
        font-size: 23px;
        line-height: 28px;
        color: #000; }
    .add-to-cart-box-wrapper .added-product-info .title {
      font-family: CorporateS-Bold;
      font-size: 32px;
      line-height: 49px;
      color: #000;
      text-transform: capitalize; }
      .add-to-cart-box-wrapper .added-product-info .title a {
        text-decoration: none; }
    .add-to-cart-box-wrapper .added-product-info .code .code-heading {
      font-family: CorporateS-Demi;
      font-size: 17px;
      line-height: 20px; }
    .add-to-cart-box-wrapper .added-product-info .code .code-num {
      font-family: CorporateS-Light;
      font-size: 16px;
      line-height: 19px; }
  .add-to-cart-box-wrapper .review-bag-btn {
    text-align: right; }
    @media (max-width: 992px) {
      .add-to-cart-box-wrapper .review-bag-btn {
        width: fit-content;
        margin-top: 15px; } }
    .add-to-cart-box-wrapper .review-bag-btn .review-btn {
      background-color: #000;
      color: #fff;
      font-size: 18px;
      line-height: 23px;
      padding: 12px 32px;
      vertical-align: middle;
      text-decoration: none;
      border: 1px solid #000 !important; }
      .add-to-cart-box-wrapper .review-bag-btn .review-btn:hover {
        color: #000 !important;
        background-color: #fff; }

@media (min-width: 992px) {
  .add-full-height {
    height: 100%; }

  .add-full-height-flex {
    height: 100%;
    display: flex;
    flex-direction: column; }

  .add-between-space {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    min-height: auto; }

  .add-top-space {
    margin-top: auto; } }
.triangle-box {
  position: relative; }

.triangle-box:before {
  content: '';
  position: absolute;
  top: -30px;
  right: 159px;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid white;
  /* set the color of the triangle */ }

.loginUser-widget .triangle-box:before {
  right: 218px; }

@media (min-width: 768px) {
  .setstore-widget {
    width: 340px; } }
.setstore-widget .panel-body {
  padding: 25px; }
  .setstore-widget .panel-body .store-title {
    font-family: CorporateS-Bold;
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 23px;
    color: #000000; }
  .setstore-widget .panel-body .store-address {
    font-family: CorporateS-Light;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #000000; }
    @media (max-width: 375px) {
      .setstore-widget .panel-body .store-address {
        width: 100% !important; } }
  .setstore-widget .panel-body .view-all-stores-button {
    font-family: CorporateS-Demi;
    font-size: 16px;
    line-height: 19px;
    color: #000000 !important;
    margin: 0 !important; }
    .setstore-widget .panel-body .view-all-stores-button:hover .change-store-text {
      text-decoration: underline; }
    .setstore-widget .panel-body .view-all-stores-button:hover .material-symbols-outlined {
      color: #E50019; }

.eCommerce-header.header .shopping-block li.set-store a:focus, .eCommerce-header.header .shopping-block li.set-store a:hover {
  background: none !important; }

.eCommerce-header.header .shopping-block li.set-store a {
  color: #BFBFBF; }

.eCommerce-header.header .shopping-block li.set-store a.active {
  background: none !important; }
  .eCommerce-header.header .shopping-block li.set-store a.active .material-icons {
    color: #ED1C24 !important; }

#mobile_collapseUserdetails.loginUser-widget .current_user_role {
  font-family: CorporateS-Demi;
  font-size: 16px; }
#mobile_collapseUserdetails.loginUser-widget .current_user_name {
  font-family: CorporateS-Demi; }
#mobile_collapseUserdetails.loginUser-widget .settings-button .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 48; }
#mobile_collapseUserdetails.loginUser-widget .logout-button {
  background-color: #fff;
  padding: 12px 32px;
  color: #000;
  border: 1px solid #000;
  font-size: 18px;
  line-height: 23px; }
  #mobile_collapseUserdetails.loginUser-widget .logout-button .material-symbols-outlined {
    font-variation-settings: "FILL" 0, "wght" 100, "GRAD" 0, "opsz" 48; }
  #mobile_collapseUserdetails.loginUser-widget .logout-button:hover {
    background-color: #000;
    color: #fff;
    opacity: 1; }
#mobile_collapseUserdetails.loginUser-widget .shopify-close-btn .material-icons {
  font-size: 22px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7); }
  #mobile_collapseUserdetails.loginUser-widget .shopify-close-btn .material-icons:hover {
    color: #000; }

div[data-avenue-part="cat-searchpage"] .av-two-column {
  margin-top: 60px; }

.categoryproduct .panel:hover {
  background-color: #fff; }
.categoryproduct button.add-to-cart {
  font-family: CorporateS-Demi;
  padding: 12px 32px;
  line-height: 23px;
  font-size: 18px;
  background-color: #fff; }
.categoryproduct button.add-to-cart:hover {
  background-color: #000000;
  color: #FFFFFF; }

.setting-content-block input[type="text"], .setting-content-block input[type="password"] {
  background: #ffffff;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  padding: 0px 15px;
  color: #000; }
  .setting-content-block input[type="text"]:hover, .setting-content-block input[type="password"]:hover {
    box-shadow: none; }
  .setting-content-block input[type="text"]:focus, .setting-content-block input[type="password"]:focus {
    box-shadow: none; }
.setting-content-block .profile-pic-upload:hover {
  background: #000 !important; }

.title-section .history-back .btn:hover {
  border: 1px solid #000000; }
  .title-section .history-back .btn:hover .material-icons {
    color: #ED1C24; }

/* order details page styling */
.order-details.my-account-order-details .title-section .back-icon .material-icons {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  border: 1px solid #fff; }
  .order-details.my-account-order-details .title-section .back-icon .material-icons:hover {
    color: #ed1c24;
    border: 1px solid #000000; }
.order-details.my-account-order-details .order-table-section .order-table thead > tr > th {
  font-family: CorporateS-Demi; }
.order-details.my-account-order-details .order-table-section .order-table .product-img {
  border-radius: 0px; }
.order-details.my-account-order-details .order-table-section .order-table tbody > tr > td:first-child,
.order-details.my-account-order-details .order-table-section .order-table tbody > tr > td:last-child {
  border-radius: 0px; }
.order-details.my-account-order-details .note-table-section .note-table .account_footer textarea {
  background: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 0px; }
  .order-details.my-account-order-details .note-table-section .note-table .account_footer textarea:focus-visible, .order-details.my-account-order-details .note-table-section .note-table .account_footer textarea:focus {
    border: 1px solid #f1f1f1;
    outline: none; }

#new-address-form .saved-addresses .addresses .location-field-with-icon {
  background: #f2f2f2 !important;
  border: 1px solid #f1f1f1;
  box-shadow: none; }
  #new-address-form .saved-addresses .addresses .location-field-with-icon #new_address_address2 {
    border: none;
    background: #f2f2f2 !important; }
    #new-address-form .saved-addresses .addresses .location-field-with-icon #new_address_address2::placeholder {
      font-family: CorporateS-Light;
      font-style: italic;
      font-size: 14px;
      line-height: 18px;
      letter-spacing: 0px;
      color: rgba(42, 42, 42, 0.54); }

.my-account-order-details .order-edit-attribute {
  width: 100%;
  align-items: center;
  justify-content: center; }
  .my-account-order-details .order-edit-attribute .active_number_box {
    background: rgba(46, 46, 46, 0.03); }
    .my-account-order-details .order-edit-attribute .active_number_box a {
      color: #ed1c24 !important; }
  .my-account-order-details .order-edit-attribute .items-number[aria-expanded="true"] .up-arrow-icon {
    transition: transform 0.5s ease;
    transform: rotate(180deg); }
  .my-account-order-details .order-edit-attribute .dropdown-menu {
    min-width: 120px; }
  .my-account-order-details .order-edit-attribute .items-number {
    border: none;
    background: rgba(46, 46, 46, 0.03);
    padding: 5px 15px; }
    .my-account-order-details .order-edit-attribute .items-number .item_value {
      font-family: CorporateS-Regular;
      font-size: 23px;
      line-height: 28px;
      margin-right: 15px;
      margin-left: 30px; }
    .my-account-order-details .order-edit-attribute .items-number .material-symbols-outlined {
      font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 48; }
    .my-account-order-details .order-edit-attribute .items-number .up-arrow-icon {
      font-size: 35px;
      color: #707070; }
  @media (max-width: 576px) {
    .my-account-order-details .order-edit-attribute {
      justify-content: left;
      width: auto; } }
  .my-account-order-details .order-edit-attribute .items-count {
    width: 44px;
    text-align: center;
    font-family: CorporateS-Regular;
    font-size: 23px;
    line-height: 28px;
    letter-spacing: 0px;
    color: #000000;
    box-shadow: none; }
  .my-account-order-details .order-edit-attribute .new_cart_value {
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 5px;
    font-family: CorporateS-Regular;
    font-size: 16px; }
    .my-account-order-details .order-edit-attribute .new_cart_value .dropdown-item {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center; }
    .my-account-order-details .order-edit-attribute .new_cart_value:hover {
      background: rgba(46, 46, 46, 0.03); }
      .my-account-order-details .order-edit-attribute .new_cart_value:hover .dropdown-item {
        color: #ed1c24 !important; }

.bx-wrapper {
  position: relative;
  margin-bottom: 60px;
  padding: 0;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -moz-box-shadow: 0 0 5px #ccc;
  -webkit-box-shadow: 0 0 5px #ccc;
  box-shadow: 0 0 5px #ccc;
  border: 5px solid #fff;
  background: #fff; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0;
  -webkit-perspective: 1000; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  -webkit-transform: translateZ(0); }

.bx-wrapper .bx-controls-auto, .bx-wrapper .bx-pager {
  position: absolute;
  bottom: -30px;
  width: 100%; }

.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: 700;
  color: #666;
  padding-top: 20px; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus, .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background: #000; }

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
  display: inline-block;
  vertical-align: bottom; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

.bx-wrapper .bx-prev {
  left: 10px;
  background: url(images/controls.png) 0 -32px no-repeat; }

.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-prev:hover {
  background-position: 0 0; }

.bx-wrapper .bx-next {
  right: 10px;
  background: url(images/controls.png) -43px -32px no-repeat; }

.bx-wrapper .bx-next:focus, .bx-wrapper .bx-next:hover {
  background-position: -43px 0; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

.bx-wrapper .bx-controls-auto {
  text-align: center; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-start.active, .bx-wrapper .bx-controls-auto .bx-start:focus, .bx-wrapper .bx-controls-auto .bx-start:hover {
  background-position: -86px 0; }

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }

.bx-wrapper .bx-controls-auto .bx-stop.active, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-stop:hover {
  background-position: -86px -33px; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }

/*!
 * jQuery UI Stars v3.0.1
 * http://plugins.jquery.com/project/Star_Rating_widget
 *
 * Copyright (c) 2010 Marek "Orkan" Zajac (orkans@gmail.com)
 * Dual licensed under the MIT and GPL licenses.
 * http://docs.jquery.com/License
 *
 * $Rev: 164 $
 * $Date:: 2010-05-01 #$
 * $Build: 35 (2010-05-01)
 *
*/
.ui-stars-star,
.ui-stars-cancel {
  float: left;
  display: block;
  overflow: hidden;
  text-indent: -999em;
  cursor: pointer; }

.ui-stars-star a,
.ui-stars-cancel a {
  width: 16px;
  height: 15px;
  display: block;
  background: url(/admin/images/jquery.ui.stars.gif) no-repeat 0 0; }

.ui-stars-star a {
  background-position: 0 -32px; }

.ui-stars-star-on a {
  background-position: 0 -48px; }

.ui-stars-star-hover a {
  background-position: 0 -64px; }

.ui-stars-cancel-hover a {
  background-position: 0 -16px; }

.ui-stars-star-disabled,
.ui-stars-star-disabled a,
.ui-stars-cancel-disabled a {
  cursor: default !important; }

.stars-off, .stars-on {
  position: relative;
  height: 16px;
  background: url(/admin/images/jquery.ui.stars.gif) repeat-x 0 -32px; }

.stars-on {
  position: absolute;
  background-position: 0 -48px; }

/*Temp fix above. See WD-2113*/
@font-face {
  font-family: 'CorporateS-Bold';
  src: url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Bold.eot%23iefix") format("embedded-opentype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Bold.otf") format("opentype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Bold.woff") format("woff"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Bold.ttf") format("truetype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Bold.svg%23CorporateS-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'CorporateS-Regular';
  src: url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Regular.eot%23iefix") format("embedded-opentype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Regular.otf") format("opentype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Regular.woff") format("woff"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Regular.ttf") format("truetype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Regular.svg%23CorporateS-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'CorporateS-Light';
  src: url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Light.eot");
  src: url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Light.eot?%23iefix") format("embedded-opentype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Light.woff2") format("woff2"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Light.woff") format("woff"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Light.ttf") format("truetype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Light.svg%23CorporateS-Light") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'CorporateS-Demi';
  src: url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Demi.eot");
  src: url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Demi.eot?%23iefix") format("embedded-opentype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Demi.woff2") format("woff2"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Demi.woff") format("woff"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Demi.ttf") format("truetype"), url("https://dg1e9y8n8q0ml.cloudfront.net/ts1702875368/attachments/StyleSheet/35/CorporateS-Demi.svg%23CorporateS-Demi") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "CorporateS-Bold";
  color: #000; }

h5, .h5 {
  font-size: 14px; }
  @media (min-width: 1200px) {
    h5, .h5 {
      font-size: 16px; } }

/*** Common for 4 verticlas ***/
/****** primary light for navbar color it also called as secondary color / highlight color ******/
/** service connect details page titles color**/
/****** on hover primary color for buttons and links ******/
/******* Global font-family *****/
/****** background color for verticals *********/
/******* border color for All verticals including forms **************/
/*** header section ***/
/*** Text ***/
/*** Buttons ***/
/*** Form fields ***/
/*** Side navbar color in CRM, eCommerce settings page ***/
/*----------------------- CRM verticals -----------------------*/
/*----------------------- eCommerce verticals -----------------------*/
/* media queries*/
input:-internal-autofill-selected {
  background-color: transparent !important; }

.header {
  height: 80px;
  line-height: 80px; }
  .header.logout-user .shopping-block li.user-icon a {
    display: flex;
    padding: 0; }
    .header.logout-user .shopping-block li.user-icon a i {
      margin: auto; }
  @media (min-width: 768px) {
    .header:not(.login-page-wrapper) .navbar-fixed-top {
      margin-left: 60px; } }
  @media (min-width: 1200px) {
    .header:not(.login-page-wrapper) .navbar-fixed-top {
      margin-left: 206px; } }
  .header .navbar-fixed-top {
    background: #ffffff; }
  .header .navbar-collapse {
    align-items: stretch;
    /*border-left: 1px solid $border-color;*/ }
    @media (max-width: 767px) {
      .header .navbar-collapse {
        position: absolute;
        background: #f8f8f9;
        width: 100%;
        order: 12;
        top: 100%;
        box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
        overflow-y: unset; } }
    @media (min-width: 768px) {
      .header .navbar-collapse {
        display: flex !important;
        flex-grow: 0.95; } }
  .header .nav > li > a {
    padding-top: 0;
    padding-bottom: 0;
    color: #fff; }
  .header .navbar-brand {
    padding: 0 10px;
    height: auto;
    flex-direction: column; }
    @media (min-width: 992px) {
      .header .navbar-brand {
        padding: 0 15px 0 20px; } }
  .header .navbar-header {
    order: 4; }
    @media (max-width: 767px) {
      .header .navbar-header {
        text-align: right;
        border-left: 1px solid #f1f1f1;
        height: 50px; } }
  .header .navbar-toggle {
    margin: 0;
    padding: 17px 10px; }
    @media (max-width: 374px) {
      .header .navbar-toggle {
        padding: 17px 8px; } }
  .header .navbar-form {
    order: -1;
    flex-grow: 1;
    position: relative;
    max-width: 135px; }
    @media (max-width: 767px) {
      .header .navbar-form {
        background: #f4f4f4;
        margin: 8px 0px 8px 10px;
        padding: 0; } }
    @media (min-width: 768px) {
      .header .navbar-form {
        margin: 0;
        max-width: 140px;
        border-right: 1px solid #f1f1f1; } }
    @media (min-width: 992px) {
      .header .navbar-form {
        max-width: 200px; } }
    @media (min-width: 1200px) {
      .header .navbar-form {
        max-width: 300px; } }
    .header .navbar-form:after {
      content: "\f002";
      font-family: fontawesome;
      position: absolute;
      top: -2px;
      color: #aaaaaa;
      left: 8px;
      font-size: 14px; }
      @media (max-width: 767px) {
        .header .navbar-form:after {
          line-height: 36px; } }
      @media (min-width: 768px) {
        .header .navbar-form:after {
          left: 12px;
          font-size: 14px; } }
      @media (min-width: 992px) {
        .header .navbar-form:after {
          left: 20px;
          font-size: 18px; } }
    .header .navbar-form input.form-control {
      border-bottom: none;
      box-shadow: none;
      width: 100%;
      padding: 4px 8px 4px 24px;
      height: auto;
      font-size: 12px; }
      @media (min-width: 768px) {
        .header .navbar-form input.form-control {
          padding: 0px 0px 0px 14px;
          font-size: 12px; } }
      @media (min-width: 992px) {
        .header .navbar-form input.form-control {
          padding: 0px 20px 0px 30px;
          font-size: 14px; } }
      @media (min-width: 1200px) {
        .header .navbar-form input.form-control {
          font-size: 16px; } }
  .header .shopping-block {
    order: 2;
    display: flex;
    align-items: center; }
    @media (min-width: 1400px) {
      .header .shopping-block {
        margin-right: 10%; } }
    @media (max-width: 767px) {
      .header .shopping-block {
        margin: 0;
        justify-content: space-between;
        flex-grow: initial; } }
    @media (max-width: 767px) {
      .header .shopping-block li {
        padding-right: 15px; } }
    @media (max-width: 575px) {
      .header .shopping-block li {
        padding-right: 5px; } }
    @media (max-width: 374px) {
      .header .shopping-block li {
        padding-right: 8px; } }
    @media (min-width: 768px) {
      .header .shopping-block li:not(.user-icon):first-child a {
        margin-left: 0; } }
    .header .shopping-block li:not(.user-icon) a {
      padding: 0;
      position: relative; }
      @media (min-width: 768px) {
        .header .shopping-block li:not(.user-icon) a {
          margin: 0 0px 0 10px; } }
      @media (min-width: 992px) {
        .header .shopping-block li:not(.user-icon) a {
          margin: 0 0 0 20px; } }
      @media (min-width: 1600px) {
        .header .shopping-block li:not(.user-icon) a {
          margin: 0 0px 0 50px; } }
      .header .shopping-block li:not(.user-icon) a .badge {
        position: absolute;
        width: 18px;
        height: 18px;
        font-size: 10px;
        line-height: 20px;
        padding: 0;
        right: -10px;
        top: -4px;
        background: #ED1C24; }
        @media (min-width: 992px) {
          .header .shopping-block li:not(.user-icon) a .badge {
            width: 22px;
            height: 22px;
            line-height: 24px;
            right: -14px;
            font-size: 10px; } }
    @media (min-width: 1600px) {
      .header .shopping-block li.user-icon {
        margin-left: auto; } }
    .header .shopping-block li.user-icon img {
      max-width: 24px; }
    .header .shopping-block li.user-icon .current-user-details {
      line-height: 1;
      color: #404040; }
      .header .shopping-block li.user-icon .current-user-details h5 {
        line-height: 1.8;
        font-size: 15px; }
        @media (min-width: 1600px) {
          .header .shopping-block li.user-icon .current-user-details h5 {
            font-size: 16px; } }
    .header .shopping-block li.user-icon .active img {
      border: 1px solid transparent; }
    @media (max-width: 767px) {
      .header .shopping-block li.user-icon a {
        padding: 0;
        position: relative; } }
    @media (min-width: 992px) {
      .header .shopping-block li.user-icon a {
        margin-left: 20px;
        padding: 0 10px; } }
    @media (min-width: 1600px) {
      .header .shopping-block li.user-icon a {
        margin-left: 30px;
        padding: 0 15px; } }
    @media (min-width: 1600px) {
      .header .shopping-block li.user-icon a {
        margin-right: 40px;
        margin-left: 40px; } }
    .header .shopping-block li.user-icon a:hover, .header .shopping-block li.user-icon a:focus, .header .shopping-block li.user-icon a:active {
      background-color: transparent; }
    .header .shopping-block li.user-icon .current-user-details {
      display: none; }
      @media (min-width: 1200px) {
        .header .shopping-block li.user-icon .current-user-details {
          display: block; } }
  .header .primary-menu {
    order: 0;
    flex-grow: 1;
    padding: 0px; }
    @media (max-width: 767px) {
      .header .primary-menu {
        display: flex;
        justify-content: space-between; } }
    @media (min-width: 1900px) {
      .header .primary-menu {
        margin: 0 20px; } }
    .header .primary-menu > li.open > .dropdown-menu {
      background-color: #fff;
      position: absolute; }
    .header .primary-menu > li > .dropdown-menu > li > a {
      line-height: 40px; }
    .header .primary-menu > li:nth-of-type(1n+6) {
      display: none; }
      @media (min-width: 1200px) {
        .header .primary-menu > li:nth-of-type(1n+6) {
          display: block; } }
    .header .primary-menu li.open > a:after {
      content: '';
      height: 2px;
      width: 28px;
      background: #ED1C24;
      position: absolute;
      left: 24px;
      top: 24px; }
      @media (min-width: 1200px) and (max-width: 1600px) {
        .header .primary-menu li.open > a:after {
          left: 15px; } }
    .header .primary-menu li > a:hover {
      background-color: transparent;
      color: #ddd; }
      .header .primary-menu li > a:hover:after {
        content: '';
        height: 2px;
        width: 28px;
        background: #ED1C24;
        position: absolute;
        left: 24px;
        top: 24px; }
        @media (min-width: 1200px) and (max-width: 1600px) {
          .header .primary-menu li > a:hover:after {
            left: 15px; } }
    .header .primary-menu li > a {
      font-family: 'CorporateS-Demi';
      line-height: 42px;
      padding-left: 10px;
      padding-right: 10px;
      font-weight: 500;
      font-size: 12px;
      white-space: nowrap; }
      @media (min-width: 768px) {
        .header .primary-menu li > a {
          line-height: 80px;
          padding-left: 7px;
          padding-right: 7px;
          font-size: 11px; } }
      @media (min-width: 992px) {
        .header .primary-menu li > a {
          padding-left: 15px;
          padding-right: 15px;
          font-size: 12px; } }
      @media (min-width: 1200px) {
        .header .primary-menu li > a {
          font-size: 14px; } }
      .header .primary-menu li > a:last-child a {
        padding-right: 0; }
    .header .primary-menu li.active a {
      color: #ED1C24; }
    @media (max-width: 767px) {
      .header .primary-menu .dropdown-submenu > .dropdown-menu {
        display: none; } }
    @media (max-width: 767px) {
      .header .primary-menu .dropdown-submenu > a .caret {
        display: none; } }
    @media (max-width: 767px) {
      .header .primary-menu .dropdown-submenu > .dropdown-menu {
        display: none; } }
    @media (max-width: 767px) {
      .header .primary-menu .dropdown-submenu > a .caret {
        display: none; } }
  .header .customer-selected-btn {
    order: 10;
    flex-grow: 1;
    width: 100%;
    padding: 5px 10px;
    border-top: 1px solid #f1f1f1;
    align-items: center;
    display: flex;
    /*anchor tag is closed*/ }
    @media (min-width: 768px) {
      .header .customer-selected-btn {
        max-width: 130px;
        border-left: 1px solid #f1f1f1;
        border-top: none;
        padding: 0px 10px;
        height: 60px; } }
    @media (min-width: 992px) {
      .header .customer-selected-btn {
        max-width: 180px;
        padding: 0px 15px; } }
    @media (min-width: 1200px) {
      .header .customer-selected-btn {
        max-width: 200px; } }
    @media (min-width: 1600px) {
      .header .customer-selected-btn {
        max-width: 230px;
        padding: 0px 20px; } }
    @media (min-width: 1900px) {
      .header .customer-selected-btn {
        max-width: 260px; } }
    .header .customer-selected-btn a {
      display: flex;
      align-items: center;
      line-height: 1.8;
      color: #404040;
      flex-grow: 1;
      font-size: 12px; }
      @media (min-width: 1200px) {
        .header .customer-selected-btn a {
          font-size: 15px; } }
      .header .customer-selected-btn a > span {
        flex-grow: 1; }
        @media (max-width: 992px) {
          .header .customer-selected-btn a > span {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            max-width: calc(100% - 45px); } }
        @media (min-width: 768px) and (max-width: 992px) {
          .header .customer-selected-btn a > span {
            max-width: 85px; } }
        @media (min-width: 768px) {
          .header .customer-selected-btn a > span.customer-selected-btn {
            max-width: 110px; } }
        @media (min-width: 992px) {
          .header .customer-selected-btn a > span.customer-selected-btn {
            max-width: 150px; } }
        .header .customer-selected-btn a > span .pvt-ltd {
          font-weight: 500;
          line-height: 1; }
          @media (min-width: 768px) {
            .header .customer-selected-btn a > span .pvt-ltd {
              display: block;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis;
              max-width: 108px; } }
          @media (min-width: 1200px) {
            .header .customer-selected-btn a > span .pvt-ltd {
              max-width: 135px; } }
          @media (min-width: 1900px) {
            .header .customer-selected-btn a > span .pvt-ltd {
              max-width: 180px; } }
        .header .customer-selected-btn a > span:last-child {
          order: -1; }
          @media (max-width: 767px) {
            .header .customer-selected-btn a > span:last-child {
              margin-right: 5px;
              width: 20px;
              height: 20px;
              max-width: 20px;
              line-height: 1.6;
              min-width: 20px; } }
          @media (max-width: 767px) {
            .header .customer-selected-btn a > span:last-child i {
              font-size: 10px;
              line-height: 20px; } }
          @media (min-width: 768px) {
            .header .customer-selected-btn a > span:last-child {
              order: 1; } }
      .header .customer-selected-btn a.active .bg-light-gray {
        background: #ED1C24; }
        .header .customer-selected-btn a.active .bg-light-gray i {
          color: #ffffff; }

.navbar-toggle .icon-bar {
  background-color: #404040;
  margin-left: auto; }

/*header is ends*/
.notification-widget {
  position: absolute;
  top: 51px;
  width: 100%;
  right: 0px;
  line-height: normal;
  z-index: 10; }
  @media (min-width: 768px) {
    .notification-widget {
      right: 30px;
      max-width: 500px;
      top: 61px; } }
  @media (min-width: 1200px) {
    .notification-widget {
      /*right: 300px;*/
      max-width: 600px; } }
  .notification-widget .notification-header {
    background: #f8f8fa;
    padding: 10px 30px;
    line-height: 1;
    margin: 0 -30px 20px; }
  .notification-widget .notifications-items-list {
    max-height: 360px; }
  .notification-widget .notification-item {
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 15px; }
    .notification-widget .notification-item:last-child {
      border-bottom: none;
      margin-bottom: 0; }
  .notification-widget .nbn-notification-item {
    border-bottom: 1px solid #f1f1f1; }
    .notification-widget .nbn-notification-item h5 {
      color: #ED1C24; }
    .notification-widget .nbn-notification-item .checkbox input[type="checkbox"]:after {
      border: 1px solid #ccc; }
  .notification-widget .nbn-content {
    width: calc(100% - 100px); }
  .notification-widget .nbn-checkbox {
    width: 100px; }
  .notification-widget [class^='btn'].btn:hover {
    background-color: #ED1C24;
    color: #ffffff; }
  .notification-widget [class^='btn'].btn.btn-shadow {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    padding-bottom: 2px; }

.loginUser-widget {
  position: absolute !important;
  line-height: normal;
  z-index: 99999;
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 460px;
  right: -230px;
  top: 40px; }
  @media (max-width: 1399px) {
    .loginUser-widget {
      right: -128px;
      top: 50px; }
      .loginUser-widget .triangle-box:before {
        right: 115px; } }
  @media (max-width: 1200px) {
    .loginUser-widget {
      width: 370px;
      min-width: fit-content;
      right: -105px; }
      .loginUser-widget .triangle-box:before {
        right: 175px; }
      .loginUser-widget .btn-primary, .loginUser-widget .btn-gray {
        padding: 8px 16px !important;
        width: auto; } }
  @media (max-width: 480px) {
    .loginUser-widget .triangle-box:before {
      right: 152px; } }

.search-widget {
  padding: 0 15px; }

.mobile-search {
  margin-left: 10px;
  margin-right: auto; }
  @media (min-width: 992px) {
    .mobile-search {
      margin-left: 16px;
      margin-right: 16px; } }
  @media (min-width: 1200px) {
    .mobile-search {
      height: 60px;
      display: flex;
      align-items: center; } }
  .mobile-search .ms-jq-search:hover {
    opacity: .6; }
  .mobile-search > a.circle-icon {
    text-decoration: none;
    background-color: #eeeeee; }
    @media (max-width: 767px) {
      .mobile-search > a.circle-icon {
        position: relative; } }
    .mobile-search > a.circle-icon.active {
      background: #ED1C24; }
      .mobile-search > a.circle-icon.active i {
        color: #ffffff; }
  .mobile-search div#searchCollapse, .mobile-search #sc-searchCollapse {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    background: #ffffff;
    top: 61px;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1); }
    @media (max-width: 767px) {
      .mobile-search div#searchCollapse, .mobile-search #sc-searchCollapse {
        z-index: 9;
        top: 0px; } }
  .mobile-search .search-detail-container {
    padding: 70px 20px 20px;
    line-height: normal; }
    @media (min-width: 768px) {
      .mobile-search .search-detail-container {
        max-width: 90%;
        padding: 30px 20px; } }
    @media (min-width: 992px) {
      .mobile-search .search-detail-container {
        padding: 70px 50px; } }
    .mobile-search .search-detail-container .close-icon {
      position: absolute;
      top: 15px;
      right: 20px; }
      @media (min-width: 768px) {
        .mobile-search .search-detail-container .close-icon {
          top: 20px;
          right: 30px; } }
    .mobile-search .search-detail-container .title {
      line-height: 1;
      font-size: 16px;
      font-weight: 500;
      margin-top: 3px; }
    .mobile-search .search-detail-container .main-search-block input[type=text] {
      font-size: 14px;
      box-shadow: none; }
      @media (min-width: 768px) {
        .mobile-search .search-detail-container .main-search-block input[type=text] {
          margin-left: 40px;
          font-size: 24px; } }
    .mobile-search .search-detail-container .main-search-block + .panel .panel-body {
      display: flex;
      padding: 10px 15px; }
    @media (max-width: 767px) {
      .mobile-search .search-detail-container .main-search-block .panel-body {
        padding: 8px 8px 8px 15px; } }
    @media (max-width: 767px) {
      .mobile-search .search-detail-container .main-search-block .panel-body .btn-primary {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5; } }
    @media (max-width: 767px) {
      .mobile-search .search-detail-container .main-search-block .panel-body .form-control {
        height: 30px; } }
    .mobile-search .search-detail-container .search-result ul {
      display: flex;
      margin-bottom: 0;
      margin-left: auto; }
      @media (max-width: 767px) {
        .mobile-search .search-detail-container .search-result ul {
          flex-wrap: wrap;
          padding-left: 10px; } }
      .mobile-search .search-detail-container .search-result ul li {
        margin-left: 20px;
        line-height: 24px; }
        @media (max-width: 767px) {
          .mobile-search .search-detail-container .search-result ul li {
            margin-bottom: 10px; } }
        .mobile-search .search-detail-container .search-result ul li a {
          background: #f4f4f4;
          padding: 6px 12px 4px;
          border-radius: 20px;
          font-size: 12px;
          color: #000000;
          font-weight: 500;
          text-decoration: none; }
          .mobile-search .search-detail-container .search-result ul li a.active {
            background: #dddddd;
            color: #ffffff; }
  .mobile-search .bootstrap-select:not(.input-group-btn) {
    line-height: 1; }
    @media (max-width: 767px) {
      .mobile-search .bootstrap-select:not(.input-group-btn) {
        position: absolute;
        top: 10px;
        left: 20px;
        max-width: 170px; } }
  .mobile-search .bootstrap-select > .dropdown-toggle {
    border-color: #f4f4f4;
    box-shadow: none;
    background-color: #f4f4f4;
    border-radius: 10px;
    color: #000000;
    outline: none; }
  .mobile-search .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    text-transform: initial; }

.search-backdrop .mobile-search:before {
  content: '';
  background: rgba(204, 204, 204, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }
  @media (min-width: 768px) {
    .search-backdrop .mobile-search:before {
      top: 61px; } }

.navbar-brand {
  position: relative; }
  .navbar-brand span#onchange-sitename {
    position: relative;
    top: 6px;
    font-size: 14px;
    color: #ED1C24;
    font-weight: 500;
    white-space: nowrap;
    line-height: 1;
    margin-left: auto; }
    @media (max-width: 767px) {
      .navbar-brand span#onchange-sitename {
        font-size: 10px; } }

.logo-dropdown .dropdown-toggle {
  line-height: 0px;
  position: relative;
  left: -5px; }
  @media (min-width: 992px) {
    .logo-dropdown .dropdown-toggle {
      left: -10px; } }
  .logo-dropdown .dropdown-toggle i {
    font-size: 16px; }
.logo-dropdown .dropdown-menu {
  left: 6px;
  border-radius: 10px;
  padding: 20px 15px 0;
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1); }
  .logo-dropdown .dropdown-menu > li > a {
    background-color: #f4f4f4;
    margin: 30px 0;
    border-radius: 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 30px;
    color: #808080;
    padding: 3px 10px; }
    .logo-dropdown .dropdown-menu > li > a:hover, .logo-dropdown .dropdown-menu > li > a.active, .logo-dropdown .dropdown-menu > li > a:focus {
      background-color: #ED1C24;
      color: #ffffff; }
    .logo-dropdown .dropdown-menu > li > a > span {
      padding-top: 5px;
      font-weight: 500; }
    .logo-dropdown .dropdown-menu > li > a i {
      display: block;
      font-size: 18px;
      width: 30px;
      max-width: 30px;
      min-width: 30px;
      height: 30px;
      line-height: 30px;
      border-radius: 100%;
      text-align: center;
      /*border: 1px solid $border-color;*/ }
    .logo-dropdown .dropdown-menu > li > a.disabled {
      cursor: not-allowed;
      color: #aaaaaa; }
      .logo-dropdown .dropdown-menu > li > a.disabled:hover, .logo-dropdown .dropdown-menu > li > a.disabled.active, .logo-dropdown .dropdown-menu > li > a.disabled:focus {
        background-color: #f4f4f4; }
.logo-dropdown .close-dropdown {
  position: absolute;
  width: 26px;
  height: 26px;
  background: #ffffff;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  right: 20px;
  top: 10px;
  cursor: pointer; }
  .logo-dropdown .close-dropdown i {
    font-size: 18px;
    line-height: 26px;
    display: block; }

.brand-img {
  max-width: 150px; }
  @media (max-width: 991px) {
    .brand-img {
      max-height: 50px; } }

.page-wrapper.active .dynamic-content-block:after {
  content: '';
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(204, 204, 204, 0.5);
  left: 0;
  top: 50px;
  z-index: 101; }

.av-previewonlybar {
  display: none; }

.shadow-drop {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 130px;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  backdrop-filter: blur(20px); }

.dropdown.open ~ .shadow-drop {
  opacity: 1;
  visibility: visible; }

nav#sidebar {
  margin-top: 25px;
  margin-bottom: 25px;
  background-color: white; }
  @media (max-width: 767px) {
    nav#sidebar.ms-navbar-collapse.collapse.in {
      opacity: 1;
      top: 128px;
      transition: top,opacity 0.5s ease-in-out; } }
  nav#sidebar .brand-logo {
    height: 60px;
    display: flex;
    align-items: center; }
    nav#sidebar .brand-logo .logo {
      display: none; }
      @media (min-width: 1200px) {
        nav#sidebar .brand-logo .logo {
          display: block;
          outline: none;
          position: relative;
          margin-left: auto; } }
      nav#sidebar .brand-logo .logo span#onchange-sitename {
        position: absolute;
        right: 0;
        color: #ED1C24;
        font-weight: 500; }
    nav#sidebar .brand-logo .dropdown-toggle {
      display: none;
      height: 20px;
      margin-left: 5px; }
      @media (min-width: 1200px) {
        nav#sidebar .brand-logo .dropdown-toggle {
          display: block;
          margin-right: auto; } }
      nav#sidebar .brand-logo .dropdown-toggle i {
        font-size: 16px; }
    nav#sidebar .brand-logo .custom-side-menu-icon {
      width: 22px;
      margin: auto; }
      @media (min-width: 1200px) {
        nav#sidebar .brand-logo .custom-side-menu-icon {
          display: none; } }
      nav#sidebar .brand-logo .custom-side-menu-icon span {
        background: #404040;
        height: 3px;
        position: relative;
        display: block; }
        nav#sidebar .brand-logo .custom-side-menu-icon span:after {
          content: '';
          position: absolute;
          top: 8px;
          width: 100%;
          height: 3px;
          background: #404040;
          left: 0; }
    nav#sidebar .brand-logo .dropdown-menu {
      border-radius: 10px;
      padding: 20px 15px 0;
      box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.1);
      min-width: 200px; }
      nav#sidebar .brand-logo .dropdown-menu > li > a {
        background-color: #f4f4f4; }
        nav#sidebar .brand-logo .dropdown-menu > li > a:hover, nav#sidebar .brand-logo .dropdown-menu > li > a.active, nav#sidebar .brand-logo .dropdown-menu > li > a:focus {
          background-color: #ED1C24;
          color: #ffffff; }
        nav#sidebar .brand-logo .dropdown-menu > li > a.disabled {
          cursor: not-allowed;
          color: #aaaaaa; }
          nav#sidebar .brand-logo .dropdown-menu > li > a.disabled:hover, nav#sidebar .brand-logo .dropdown-menu > li > a.disabled.active, nav#sidebar .brand-logo .dropdown-menu > li > a.disabled:focus {
            background-color: #f4f4f4; }
    nav#sidebar .brand-logo .close-dropdown {
      position: absolute;
      width: 26px;
      height: 26px;
      background: #ffffff;
      border-radius: 100%;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      text-align: center;
      right: 20px;
      top: 10px;
      cursor: pointer; }
      nav#sidebar .brand-logo .close-dropdown i {
        font-size: 18px;
        line-height: 26px; }
  nav#sidebar > ul {
    overflow: auto; }
    @media (min-width: 768px) {
      nav#sidebar > ul {
        height: calc(100vh - 100px); } }
    @media (min-width: 1200px) {
      nav#sidebar > ul {
        height: calc(100vh - 60px); } }
  nav#sidebar ul {
    padding-left: 0; }
    @media (max-width: 767px) {
      nav#sidebar ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 16px;
        grid-column-gap: 16px; } }
    nav#sidebar ul li a {
      text-align: center;
      display: flex;
      align-items: center;
      font-size: 14px;
      text-decoration: none;
      position: relative;
      padding: 20px 15px;
      border-bottom: 1px solid #f1f1f1; }
      @media (max-width: 768px) {
        nav#sidebar ul li a {
          border: 1px solid #f4f4f4;
          background: #f1f1f1; }
          nav#sidebar ul li a.active::after {
            content: '';
            height: 2px;
            width: 28px;
            background: #ED1C24;
            position: absolute;
            left: 16px;
            top: 16px; } }
      nav#sidebar ul li a.active, nav#sidebar ul li a:hover {
        background: #f1f1f1;
        color: #000; }
        nav#sidebar ul li a.active::after, nav#sidebar ul li a:hover::after {
          content: '';
          height: 2px;
          width: 28px;
          background: #ED1C24;
          position: absolute;
          left: 16px;
          top: 16px; }
      @media (min-width: 768px) {
        nav#sidebar ul li a.active i, nav#sidebar ul li a:hover i, nav#sidebar ul li a:active i {
          background: #ED1C24; } }
      @media (min-width: 1200px) {
        nav#sidebar ul li a.active i, nav#sidebar ul li a:hover i, nav#sidebar ul li a:active i {
          background: transparent; } }
      nav#sidebar ul li a i {
        display: block;
        font-size: 18px;
        width: 30px;
        max-width: 30px;
        min-width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 100%;
        text-align: center;
        /*border: 1px solid $border-color;*/ }
        @media (min-width: 768px) {
          nav#sidebar ul li a i {
            margin: auto; } }
        @media (min-width: 1200px) {
          nav#sidebar ul li a i {
            margin: initial; } }
  nav#sidebar .switch-debtors-wrapper .dropdown-toggle {
    margin-left: -15px;
    margin-right: -15px;
    background: #ED1C24;
    display: flex;
    padding: 10px 15px;
    color: #fff;
    font-weight: 600;
    align-items: center; }
    @media (min-width: 768px) and (max-width: 1200px) {
      nav#sidebar .switch-debtors-wrapper .dropdown-toggle {
        padding: 10px;
        margin-left: -10px;
        margin-right: -10px; } }
    nav#sidebar .switch-debtors-wrapper .dropdown-toggle .dropdown-dynamic-text {
      white-space: nowrap;
      width: 100%;
      text-overflow: ellipsis;
      overflow: hidden; }

* {
  word-break: break-word; }

body {
  font-family: "CorporateS-Regular", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000; }

p {
  font-family: CorporateS-Regular;
  font-size: 18px; }

.material-icons {
  font-size: 16px;
  white-space: nowrap; }
  @media (min-width: 1200px) {
    .material-icons {
      font-size: 22px; } }

img {
  max-width: 100%;
  display: block; }

@media (min-width: 1900px) {
  .col-xxxl-3 {
    width: 25%; } }
.circle-icon {
  text-align: center;
  border-radius: 100%;
  width: 26px;
  max-width: 26px;
  min-width: 26px;
  height: 26px;
  line-height: 26px; }
  @media (min-width: 375px) {
    .circle-icon {
      width: 30px;
      max-width: 30px;
      min-width: 30px;
      height: 30px;
      line-height: 30px; } }
  @media (min-width: 1200px) {
    .circle-icon {
      width: 34px;
      max-width: 34px;
      min-width: 34px;
      height: 34px;
      line-height: 34px; } }
  .circle-icon img {
    border-radius: 100%; }
  .circle-icon i {
    color: #aaaaaa;
    line-height: 28px;
    font-size: 14px; }
    @media (min-width: 1200px) {
      .circle-icon i {
        line-height: 34px;
        font-size: 18px; } }

.av-modal-close .fa {
  margin-left: 0;
  display: inherit;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 22px !important;
  line-height: 1;
  white-space: nowrap; }
  .av-modal-close .fa:before {
    content: "close"; }

.outline-circle {
  width: 26px;
  max-width: 26px;
  min-width: 26px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #eee;
  display: block;
  border-radius: 100%; }
  .outline-circle .material-icons {
    font-size: 18px;
    display: block;
    text-align: center;
    line-height: 1.4; }
  .outline-circle.medium-circle {
    border-width: 3px;
    width: 36px;
    max-width: 36px;
    min-width: 36px;
    height: 36px;
    line-height: 36px; }
    @media (min-width: 768px) {
      .outline-circle.medium-circle {
        border-width: 5px;
        width: 44px;
        max-width: 44px;
        min-width: 44px;
        height: 44px;
        line-height: 44px; } }

.light-gray-circle {
  width: 26px;
  max-width: 26px;
  min-width: 26px;
  height: 26px;
  line-height: 26px;
  background-color: #f4f4f4;
  display: inline-block;
  border-radius: 100%;
  text-align: center;
  color: #000;
  overflow: hidden;
  /*box-shadow: 0 0 3px rgba(0,0,0,0.3);*/ }
  @media (min-width: 768px) {
    .light-gray-circle {
      width: 30px;
      max-width: 30px;
      min-width: 30px;
      height: 30px;
      line-height: 30px; } }
  .light-gray-circle.small-circle {
    width: 20px;
    max-width: 20px;
    min-width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px; }
  .light-gray-circle.medium-circle {
    width: 50px;
    max-width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 50px; }
    @media (min-width: 768px) {
      .light-gray-circle.medium-circle {
        width: 63px;
        max-width: 63px;
        min-width: 63px;
        height: 63px;
        line-height: 63px; } }
  .light-gray-circle.large-circle {
    width: 63px;
    max-width: 63px;
    min-width: 63px;
    height: 63px;
    line-height: 63px; }
    @media (min-width: 1200px) {
      .light-gray-circle.large-circle {
        width: 85px;
        max-width: 85px;
        min-width: 85px;
        height: 85px;
        line-height: 85px; } }
  .light-gray-circle.circle-label {
    text-decoration: none;
    white-space: nowrap; }
    @media (min-width: 1200px) {
      .light-gray-circle.circle-label {
        width: auto;
        border-radius: 15px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        max-width: initial; } }
    .light-gray-circle.circle-label span {
      display: none; }
      @media (min-width: 1200px) {
        .light-gray-circle.circle-label span {
          display: inline-block;
          margin-top: 5px; } }
  .light-gray-circle.no-action {
    color: #c3c3c3;
    cursor: no-drop; }
  .light-gray-circle.d-label {
    width: auto;
    border-radius: 15px;
    padding: 2px 10px 0;
    max-width: initial; }
  .light-gray-circle .material-icons {
    line-height: unset;
    width: 100%;
    font-size: 18px; }

a[href], a[data-avenue-url], button {
  cursor: pointer; }
  a[href].light-gray-circle:hover, a[href].light-gray-circle:focus, a[href].light-gray-circle:active, a[data-avenue-url].light-gray-circle:hover, a[data-avenue-url].light-gray-circle:focus, a[data-avenue-url].light-gray-circle:active, button.light-gray-circle:hover, button.light-gray-circle:focus, button.light-gray-circle:active {
    background: #ED1C24;
    color: #fff !important;
    text-decoration: none; }
  a[href]:hover > .light-gray-circle, a[href]:focus > .light-gray-circle, a[href]:active > .light-gray-circle, a[data-avenue-url]:hover > .light-gray-circle, a[data-avenue-url]:focus > .light-gray-circle, a[data-avenue-url]:active > .light-gray-circle, button:hover > .light-gray-circle, button:focus > .light-gray-circle, button:active > .light-gray-circle {
    background: #ED1C24 !important;
    color: #fff !important; }

.row.gutter-5 {
  margin-left: -5px;
  margin-right: -5px; }
  .row.gutter-5 > [class^="col-"] {
    padding-left: 5px;
    padding-right: 5px; }
.row.gutter-10 {
  margin-left: -10px;
  margin-right: -10px; }
  .row.gutter-10 > [class^="col-"] {
    padding-left: 10px;
    padding-right: 10px; }
@media (min-width: 768px) {
  .row.gutter-sm-10 {
    margin-left: -10px;
    margin-right: -10px; }
    .row.gutter-sm-10 > [class^="col-"] {
      padding-left: 10px;
      padding-right: 10px; }
  .row.gutter-sm-5 {
    margin-left: -5px;
    margin-right: -5px; }
    .row.gutter-sm-5 > [class^="col-"] {
      padding-left: 5px;
      padding-right: 5px; } }
@media (min-width: 1200px) {
  .row.gutter-xl-20 {
    margin-left: -20px;
    margin-right: -20px; }
    .row.gutter-xl-20 > [class^="col-"] {
      padding-left: 20px;
      padding-right: 20px; } }

.ms-jq-collapse i:first-child {
  display: none; }
.ms-jq-collapse.collapsed i:last-child {
  display: none; }
.ms-jq-collapse.collapsed i:first-child {
  display: inline-block; }

.quality-label {
  position: relative; }
  .quality-label .label {
    position: absolute;
    right: 10px;
    top: 9px;
    font-size: 10px;
    font-weight: 600;
    padding: 5px 12px;
    border: none;
    line-height: 1;
    color: #ffffff;
    background-color: transparent; }
  .quality-label textarea + .label {
    color: #FFFDF7; }

.icon-with-label > *:first-child {
  margin-right: 5px; }

@media (max-width: 767px) {
  .row {
    margin-left: -10px;
    margin-right: -10px; }
    .row > [class^="col-"] {
      padding-left: 10px;
      padding-right: 10px; } }

.panel {
  border: 1px solid #f1f1f1;
  /* Added box shadow for product cards */
  box-shadow: 0px 3px 6px #00000017; }
  .panel.panel-default.pad-20-30 > .panel-body {
    padding: 20px 30px; }

.dynamic-content-block {
  background: #f8f8f9;
  padding: 10px 10px 10px 10px;
  height: calc(100vh - 80px);
  overflow-y: auto;
  transition: all 0.3s ease; }
  @media (min-width: 768px) {
    .dynamic-content-block {
      width: calc(100% - 60px);
      margin-left: 60px;
      padding: 30px 30px 20px;
      height: calc(100vh - 60px); } }
  @media (min-width: 1200px) {
    .dynamic-content-block {
      width: calc(100% - 206px);
      margin-left: 206px; } }
  .dynamic-content-block .thumbnail-img {
    width: 40px;
    border-radius: 5px;
    overflow: hidden;
    min-width: 40px; }
  .dynamic-content-block.ecom-account-dynamic-content-block {
    height: calc(100vh - 110px); }
    @media (min-width: 768px) {
      .dynamic-content-block.ecom-account-dynamic-content-block.ecom-account-logout-user {
        width: 100%;
        margin-left: 0px; } }
    @media (min-width: 1200px) {
      .dynamic-content-block.ecom-account-dynamic-content-block.ecom-account-logout-user {
        width: 100%;
        margin-left: 0px; } }
    @media (min-width: 1900px) {
      .dynamic-content-block.ecom-account-dynamic-content-block {
        padding: 50px 100px; } }
    .dynamic-content-block.ecom-account-dynamic-content-block .panel-body:not(.normal) {
      padding: 20px; }
    .dynamic-content-block.ecom-account-dynamic-content-block [class^='btn'].btn {
      padding-bottom: 2px; }
    .dynamic-content-block.ecom-account-dynamic-content-block [class^='btn'].btn-lg {
      padding: 12px 16px 8px; }
    .dynamic-content-block.ecom-account-dynamic-content-block input[type='text'] {
      height: 55px;
      font-size: 18px; }
    .dynamic-content-block.ecom-account-dynamic-content-block select {
      height: 55px;
      font-size: 18px; }
    .dynamic-content-block.ecom-account-dynamic-content-block .setting-content-block input[type='text'] {
      height: 37px;
      font-size: 16px; }
    .dynamic-content-block.ecom-account-dynamic-content-block .setting-content-block select {
      height: 37px;
      font-size: 16px; }
  .dynamic-content-block label, .dynamic-content-block .modal-content label {
    font-size: 12px;
    font-weight: 500; }
  .dynamic-content-block input:not([type='checkbox']):not([type='radio']):not([class='no-bordered']), .dynamic-content-block input.form-control:not([type='checkbox']):not([type='radio']):not([class='no-bordered']), .dynamic-content-block .modal-content input:not([type='checkbox']):not([type='radio']):not([class='no-bordered']), .dynamic-content-block .modal-content input.form-control:not([type='checkbox']):not([type='radio']):not([class='no-bordered']) {
    outline: none;
    box-shadow: none;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid #f1f1f1; }
  .dynamic-content-block input.no-bordered, .dynamic-content-block input.form-control.no-bordered, .dynamic-content-block .modal-content input.no-bordered, .dynamic-content-block .modal-content input.form-control.no-bordered {
    border: none !important;
    outline: none;
    box-shadow: none !important; }
  .dynamic-content-block select, .dynamic-content-block select.form-control, .dynamic-content-block .modal-content select, .dynamic-content-block .modal-content select.form-control {
    outline: none;
    box-shadow: none;
    padding: 0 14px;
    border-radius: 10px;
    background-color: #f4f4f4;
    background-position: 96% 50%;
    border: none; }
    .dynamic-content-block select.bg-none, .dynamic-content-block select.form-control.bg-none, .dynamic-content-block .modal-content select.bg-none, .dynamic-content-block .modal-content select.form-control.bg-none {
      background-color: transparent;
      border: 1px solid #f1f1f1; }
    .dynamic-content-block select.no-bordered, .dynamic-content-block select.form-control.no-bordered, .dynamic-content-block .modal-content select.no-bordered, .dynamic-content-block .modal-content select.form-control.no-bordered {
      border: none; }
  .dynamic-content-block textarea, .dynamic-content-block .modal-content textarea {
    background: #FFFDF7;
    border: 1px solid #f1f1f1;
    padding: 0 8px;
    border-radius: 10px; }
  .dynamic-content-block table input:not([type='checkbox']):not([type='radio']), .dynamic-content-block table input.form-control:not([type='checkbox']):not([type='radio']), .dynamic-content-block table select:not([type='checkbox']):not([type='radio']), .dynamic-content-block table select.form-control:not([type='checkbox']):not([type='radio']), .dynamic-content-block .modal-content table input:not([type='checkbox']):not([type='radio']), .dynamic-content-block .modal-content table input.form-control:not([type='checkbox']):not([type='radio']), .dynamic-content-block .modal-content table select:not([type='checkbox']):not([type='radio']), .dynamic-content-block .modal-content table select.form-control:not([type='checkbox']):not([type='radio']) {
    height: 37px;
    font-size: 16px; }
  .dynamic-content-block .full-width-border, .dynamic-content-block .modal-content .full-width-border {
    margin-left: -30px;
    margin-right: -30px;
    margin-top: 5px; }
  .dynamic-content-block .radio + .radio, .dynamic-content-block .modal-content .radio + .radio {
    margin-top: 10px; }
  .dynamic-content-block .input-group .form-control:not(:first-child):not(:last-child), .dynamic-content-block .modal-content .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 10px; }

.checkbox input[type="checkbox"]:checked:after {
  background-color: #ED1C24;
  border-color: #ED1C24; }
.checkbox input[type="checkbox"]:after {
  border: 1px solid #f1f1f1; }

.path-image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1; }
  @media (min-width: 768px) {
    .path-image {
      display: none; } }

.search-result-action-btns {
  border-top: 1px solid #f1f1f1;
  padding-top: 25px;
  padding-bottom: 20px;
  display: flex; }
  .search-result-action-btns ul {
    padding-left: 0;
    display: flex;
    margin: auto; }
    .search-result-action-btns ul li:not(:first-child) {
      margin-left: 20px; }
    .search-result-action-btns ul li a {
      padding: 8px 10px 5px;
      background: #f4f4f4;
      border-radius: 30px;
      font-weight: 500;
      font-size: 12px;
      color: #000000;
      text-decoration: none; }
    .search-result-action-btns ul li.active a, .search-result-action-btns ul li:active a, .search-result-action-btns ul li:focus a, .search-result-action-btns ul li:hover a {
      background: #aaaaaa;
      color: #ffffff; }

.help-block.validation_error {
  color: #d43319; }

@media (min-width: 576px) {
  .generic-search-objects {
    display: flex;
    align-items: center; } }
.generic-search-objects .search-objects-radio-button-label {
  padding: 7px 8px 5px;
  cursor: pointer;
  color: #000000;
  font-weight: 500;
  background: #f4f4f4;
  border-radius: 20px;
  line-height: 1;
  display: inline-block;
  margin-right: 8px;
  font-size: 12px; }
  @media (min-width: 768px) {
    .generic-search-objects .search-objects-radio-button-label {
      margin-left: 15px;
      margin-right: 0px;
      padding: 9px 12px 6px;
      font-size: 14px; } }
.generic-search-objects .search-objects-radio-button-label:hover {
  background: #aaaaaa;
  color: #ffffff; }
.generic-search-objects .search-objects-radio-btn:checked + .search-objects-radio-button-label {
  background: #aaaaaa;
  color: #ffffff; }
.generic-search-objects .gs-result-indicators {
  padding-top: 10px; }
  @media (min-width: 768px) {
    .generic-search-objects .gs-result-indicators {
      margin-left: 30px;
      padding-top: 5px; } }

.dynamic-content-block input[type="radio"], .dynamic-content-block input[type="checkbox"] {
  padding: 0; }
.dynamic-content-block input[type="radio"]:checked:before {
  background-color: transparent;
  content: "done";
  color: #ED1C24;
  font-size: 12px;
  font-family: "material icons";
  transform: scale(1);
  top: 0px;
  left: 3px;
  white-space: nowrap; }
.dynamic-content-block input[type="radio"]:before {
  background-color: #ED1C24; }
.dynamic-content-block input[type="radio"]:checked:after {
  border-color: #ED1C24; }

.modal-content input[type="radio"], .modal-content input[type="checkbox"] {
  padding: 0; }
.modal-content input[type="radio"]:checked:before {
  background-color: transparent;
  content: "done";
  color: #ED1C24;
  font-size: 12px;
  font-family: "material icons";
  transform: scale(1);
  top: 0px;
  left: 3px; }
.modal-content input[type="radio"]:before {
  background-color: #ED1C24; }
.modal-content input[type="radio"]:checked:after {
  border-color: #ED1C24; }

.nlp-color {
  color: #ffffff; }
  .nlp-color.quality-10, .nlp-color.quality-9, .nlp-color.quality-8 {
    background-color: #5CBF8E !important; }
  .nlp-color.quality-7 {
    background-color: #82BF5C !important; }
  .nlp-color.quality-6 {
    background-color: #AFBC4E !important; }
  .nlp-color.quality-5 {
    background-color: #D8C55B !important; }
  .nlp-color.quality-4 {
    background-color: #FFB53E !important; }
  .nlp-color.quality-3 {
    background-color: #FF973E !important; }
  .nlp-color.quality-2 {
    background-color: #FF793E !important; }
  .nlp-color.quality-1 {
    background-color: #EC4E63 !important; }
  .nlp-color.quality-0 {
    background-color: #DCDCDC !important; }
  .nlp-color.quality-text-10, .nlp-color.quality-text-9, .nlp-color.quality-text-8 {
    color: #5CBF8E !important; }
  .nlp-color.quality-text-7 {
    color: #82BF5C !important; }
  .nlp-color.quality-text-6 {
    color: #AFBC4E !important; }
  .nlp-color.quality-text-5 {
    color: #D8C55B !important; }
  .nlp-color.quality-text-4 {
    color: #FFB53E !important; }
  .nlp-color.quality-text-3 {
    color: #FF973E !important; }
  .nlp-color.quality-text-2 {
    color: #FF793E !important; }
  .nlp-color.quality-text-1 {
    color: #EC4E63 !important; }
  .nlp-color.quality-text-0 {
    color: gray !important; }
  .nlp-color .sentiment-icon {
    font-size: 18px;
    width: 18px; }

.stock-available .label-success {
  border-color: transparent;
  color: #ffffff;
  background: #5CBF8E; }
.stock-available .label-info {
  color: #666;
  background-color: #ddd;
  border-color: #ddd; }
.stock-available .label-warning {
  color: #fff;
  background-color: #f9b182;
  border-color: #f9b182; }

.ms-crm-load-more .icons {
  font-size: 0;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 100%;
  position: relative;
  display: block;
  margin-right: 10px;
  margin-left: 10px; }
  .ms-crm-load-more .icons:before, .ms-crm-load-more .icons:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #cccccc;
    display: block;
    border-radius: 100%;
    position: absolute; }
  .ms-crm-load-more .icons:before {
    left: -10px; }
  .ms-crm-load-more .icons:after {
    right: -10px; }

.add-items-btn .material-icons {
  line-height: 0.5; }

input.btn-circle {
  height: 37px;
  border-radius: 20px; }

.line-height-1 {
  line-height: 1; }

.dropdown-menu::before {
  height: 0; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #000000;
  background-color: #eee; }

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus, .btn:hover, .btn:focus, .btn.focus {
  color: #000000;
  border-color: #f4f4f4; }

.tooltip.top .tooltip-arrow {
  border-top-color: #909090;
  bottom: -1px;
  border-width: 6px 6px 0; }

.tooltip-inner {
  color: #000000;
  background-color: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.5);
  word-break: break-word; }

.tooltip.left .tooltip-inner {
  max-width: initial; }

input[type="checkbox"]:focus:after, .checkbox input[type="checkbox"]:focus:after, .checkbox-inline input[type="checkbox"]:focus:after {
  border-color: #ccc; }

.popover {
  border-radius: 10px; }
  .popover.top > .arrow:after {
    border-top-color: #cccccc; }
  .popover.right > .arrow:after {
    border-right-color: #cccccc; }

.submit-text {
  display: inline-block; }

textarea:focus, textarea.form-control:focus, input.form-control:focus, input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, input[type=number]:focus, [type=text].form-control:focus, [type=password].form-control:focus, [type=email].form-control:focus, [type=tel].form-control:focus, [contenteditable].form-control:focus, select:focus, select.form-control:focus {
  box-shadow: inset 0 -2px 0 #ED1C24; }

.validation-error {
  border-color: #D41010 !important; }

.btnCollapsed.collapsed i:last-child {
  display: none; }
.btnCollapsed.collapsed i:first-child {
  display: inline-block; }
.btnCollapsed i:first-child {
  display: none; }
.btnCollapsed i:last-child {
  display: inline-block; }

.back-drop {
  position: relative; }

.warning-for-inactive-leads {
  display: none;
  position: absolute;
  z-index: 14;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  top: 4%;
  margin: 18px; }

.back-drop:hover .warning-for-inactive-leads {
  display: block; }

.box-title {
  position: relative;
  z-index: 11; }

.back-drop:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(230, 230, 230, 0.6);
  left: 0;
  top: 0;
  z-index: 10; }

.back-drop .item-details {
  z-index: 11;
  position: relative; }

.row:before {
  display: none; }

.filter-section {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 15px; }
  .filter-section .create-btn {
    color: #404040;
    text-transform: uppercase;
    font-weight: 500; }
    .filter-section .create-btn span {
      margin-top: 4px;
      margin-left: 5px; }
  .filter-section.filter-active:after {
    content: '';
    position: fixed;
    background: rgba(204, 204, 204, 0.4);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

a.decoration-none {
  text-decoration: none;
  cursor: pointer; }

.in-progress {
  position: relative; }
  .in-progress:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
    color: #fff;
    font-size: 100px;
    left: 0;
    top: 0;
    border-radius: 10px; }
  .in-progress:after {
    content: 'Under development';
    position: absolute;
    left: 0;
    right: 0;
    top: 150px;
    z-index: 200;
    margin: auto;
    color: red;
    font-size: 50px;
    width: 500px;
    height: 90px;
    border: 3px dashed red;
    text-align: center; }

.left-result-block {
  display: flex;
  align-items: center;
  flex-grow: 1;
  position: relative;
  /*max-width: 400px;*/ }
  .left-result-block .dropdown-menu > li > a {
    color: #000;
    border-bottom: none; }
    .left-result-block .dropdown-menu > li > a:hover {
      background-color: rgba(46, 46, 46, 0.03);
      color: #ed1c24; }
  .left-result-block > h4 {
    margin-top: 0;
    margin-bottom: 0;
    flex-grow: 1;
    text-transform: uppercase;
    font-size: 16px;
    color: #404040; }
  .left-result-block .filter-btn {
    position: relative;
    z-index: 1;
    color: #000000;
    font-weight: 500;
    padding-bottom: 2px; }
    .left-result-block .filter-btn.btn {
      text-transform: capitalize;
      font-size: 14px;
      box-shadow: none; }
    .left-result-block .filter-btn i {
      font-size: 18px;
      margin-right: 5px; }
  .left-result-block .page-filter-form {
    position: absolute;
    right: 0;
    left: initial;
    top: 40px;
    z-index: 20;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
    width: 90%;
    font-weight: 500; }
    @media (min-width: 768px) {
      .left-result-block .page-filter-form {
        width: 400px; } }
    .left-result-block .page-filter-form form {
      padding: 20px; }
      .left-result-block .page-filter-form form .filter-close i {
        line-height: unset; }

[class^='btn'].btn {
  outline: none;
  text-transform: uppercase;
  font-weight: 500; }

.btn-white {
  background-color: #ffffff;
  color: #000000;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
  outline: none; }

.btn-primary {
  background-color: #000;
  font-size: 18px;
  line-height: 23px;
  padding: 12px 32px; }
  @media (max-width: 375px) {
    .btn-primary {
      width: 100%;
      display: flex;
      justify-content: center; } }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: transparent;
    color: #000 !important;
    border: 1px solid #000; }
  .btn-primary:active:hover, .btn-primary:active:focus {
    background-color: transparent; }
  .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled]:active, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active {
    background-color: #ED1C24 !important; }

.btn-gray {
  background-color: #eeeeee;
  color: #404040; }

.btn-trasparent {
  background-color: transparent; }

.bg-light-yellow {
  background-color: #FFFDF7; }

.dynamic-content-block.ecom-account-dynamic-content-block .my-orders-page.details-container .panel-body {
  padding-top: 0;
  padding-bottom: 0; }

div.product_label span {
  width: 150px;
  height: 36px;
  display: block;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  padding: 8px;
  background: #ED1C24;
  position: relative;
  text-align: center; }

.vertical-section-enable {
  padding: 75px 0; }
  .vertical-section-enable .vertical-description {
    line-height: 1.6; }
  .vertical-section-enable .vertical-cards-block {
    margin-top: 50px;
    border-radius: 10px; }
    .vertical-section-enable .vertical-cards-block .vertical-name {
      margin-top: 5px;
      font-weight: 400; }
    .vertical-section-enable .vertical-cards-block .panel:hover {
      transition: all 0.3s ease-in-out;
      transform: scale(1.05);
      box-shadow: 0px 0px 10px rgba(225, 47, 112, 0.5) !important; }
  .vertical-section-enable .carousel-inner > .item {
    padding: 40px; }
    @media (min-width: 768px) {
      .vertical-section-enable .carousel-inner > .item {
        padding: 40px 60px; } }
  .vertical-section-enable .carousel-control {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #ED1C24;
    opacity: 1; }
  .vertical-section-enable .carousel-control-block {
    width: 66px;
    position: absolute;
    bottom: 70px;
    right: 40px; }
    @media (min-width: 768px) {
      .vertical-section-enable .carousel-control-block {
        right: 60px; } }
    .vertical-section-enable .carousel-control-block .material-icons {
      font-size: 28px; }

.custom-switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 24px;
  margin-top: 19px;
  margin-left: 10px; }
  .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0; }
    .custom-switch input:checked + .slider {
      background-color: #ED1C24; }
      .custom-switch input:checked + .slider:before {
        -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
        transform: translateX(16px); }
    .custom-switch input:focus + .slider {
      box-shadow: 0 0 1px #ED1C24; }
  .custom-switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cccccc;
    -webkit-transition: .4s;
    transition: .4s; }
    .custom-switch .slider:before {
      position: absolute;
      content: "";
      height: 16px;
      width: 16px;
      left: 4px;
      bottom: 4px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s; }
    .custom-switch .slider.round {
      border-radius: 34px; }
      .custom-switch .slider.round:before {
        border-radius: 50%; }

.slick-prev, .slick-next {
  z-index: 10; }

.under-development-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
  display: flex; }
  .under-development-container div {
    margin: auto;
    font-size: 40px;
    color: #ED1C24;
    padding: 10px 15px;
    border: 2px dotted red; }

.label-description {
  left: 25%;
  position: absolute;
  top: 16%; }

.dynamic-content-block .setting-content-block input[type="checkbox"] {
  border: none; }

input[type="checkbox"]:checked:after, .checkbox input[type="checkbox"]:checked:after, .checkbox-inline input[type="checkbox"]:checked:after {
  background-color: #ED1C24;
  border-color: #ED1C24; }

.password-requirements {
  padding-left: 25px; }
  .password-requirements li {
    position: relative; }
    .password-requirements li.valid {
      color: #2a8713; }
      .password-requirements li.valid::before {
        content: "check";
        color: #2a8713;
        top: 1px; }
    .password-requirements li.invalid {
      color: #aaa; }
      .password-requirements li.invalid::before {
        content: "close"; }
  .password-requirements li::before {
    content: "\e315";
    margin-right: 3px;
    font-size: 23px;
    color: #E50019;
    vertical-align: middle;
    font-family: 'Material Icons';
    line-height: 1;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: -24px;
    top: 1px; }

.inner-page-details-section {
  width: 100%; }
  @media (min-width: 768px) {
    .inner-page-details-section {
      display: flex; } }
  @media (min-width: 992px) {
    .inner-page-details-section {
      width: 330px;
      display: block; } }
  @media (min-width: 1400px) {
    .inner-page-details-section {
      width: 397px; } }
  .inner-page-details-section .ms-account-icon-section {
    display: none; }
    @media (min-width: 768px) {
      .inner-page-details-section .ms-account-icon-section {
        display: flex; } }
  @media (min-width: 768px) {
    .inner-page-details-section .account-primary-menu-tabs {
      width: 50%;
      margin-left: 8px; } }
  @media (min-width: 992px) {
    .inner-page-details-section .account-primary-menu-tabs {
      width: 100%;
      margin-left: 0px; } }
  @media (min-width: 768px) {
    .inner-page-details-section .inner-page-details {
      width: 50%;
      margin-right: 8px; } }
  @media (min-width: 992px) {
    .inner-page-details-section .inner-page-details {
      width: 100%;
      margin-right: 0px; } }
  .inner-page-details-section .inner-page-details.active .ms-account-icon-section {
    display: flex; }
  .inner-page-details-section .inner-page-details.active .account-user-details-block {
    margin-bottom: 20px; }
    .inner-page-details-section .inner-page-details.active .account-user-details-block h5 {
      display: block; }
    .inner-page-details-section .inner-page-details.active .account-user-details-block a.ms-jq-collapse {
      margin-left: auto; }
      .inner-page-details-section .inner-page-details.active .account-user-details-block a.ms-jq-collapse .material-icons {
        font-size: 22px; }
    .inner-page-details-section .inner-page-details.active .account-user-details-block .account-user-info {
      order: 2;
      align-items: flex-start;
      margin-top: 15px; }
      .inner-page-details-section .inner-page-details.active .account-user-details-block .account-user-info .full-address {
        display: block;
        line-height: 1.4; }
        @media (min-width: 1200px) {
          .inner-page-details-section .inner-page-details.active .account-user-details-block .account-user-info .full-address {
            font-size: 16px; } }
      .inner-page-details-section .inner-page-details.active .account-user-details-block .account-user-info .light-gray-circle {
        width: 71px;
        height: 71px;
        min-width: 71px;
        line-height: 77px; }
  .inner-page-details-section .inner-page-details .account-user-details-block {
    width: 100%; }
    .inner-page-details-section .inner-page-details .account-user-details-block h5 {
      display: none; }
      @media (min-width: 768px) {
        .inner-page-details-section .inner-page-details .account-user-details-block h5 {
          display: block;
          order: 0; } }
    .inner-page-details-section .inner-page-details .account-user-details-block a.ms-jq-collapse {
      order: 1; }
      @media (min-width: 768px) {
        .inner-page-details-section .inner-page-details .account-user-details-block a.ms-jq-collapse {
          margin-left: 20px; } }
    .inner-page-details-section .inner-page-details .account-user-details-block .account-user-info {
      order: -1;
      width: calc(100% - 30px);
      align-items: center;
      margin-top: 0; }
      @media (min-width: 768px) {
        .inner-page-details-section .inner-page-details .account-user-details-block .account-user-info {
          order: 2;
          width: 100%;
          margin-bottom: 20px; } }
      @media (min-width: 1200px) {
        .inner-page-details-section .inner-page-details .account-user-details-block .account-user-info h4 {
          font-size: 21px; } }
      @media (max-width: 767px) {
        .inner-page-details-section .inner-page-details .account-user-details-block .account-user-info h4 {
          margin: 0; } }
      .inner-page-details-section .inner-page-details .account-user-details-block .account-user-info .full-address {
        display: none; }
        @media (min-width: 768px) {
          .inner-page-details-section .inner-page-details .account-user-details-block .account-user-info .full-address {
            display: block; } }
      .inner-page-details-section .inner-page-details .account-user-details-block .account-user-info .light-gray-circle {
        width: 36px;
        height: 36px;
        min-width: 36px;
        line-height: 42px;
        position: relative; }
        .inner-page-details-section .inner-page-details .account-user-details-block .account-user-info .light-gray-circle img {
          width: 100%; }
        @media (min-width: 768px) {
          .inner-page-details-section .inner-page-details .account-user-details-block .account-user-info .light-gray-circle {
            width: 71px;
            height: 71px;
            min-width: 71px;
            line-height: 77px; } }
        @media (min-width: 1200px) {
          .inner-page-details-section .inner-page-details .account-user-details-block .account-user-info .light-gray-circle {
            width: 86px;
            height: 86px;
            min-width: 86px;
            line-height: 92px; } }
        .inner-page-details-section .inner-page-details .account-user-details-block .account-user-info .light-gray-circle.no-link:before {
          display: none; }
        .inner-page-details-section .inner-page-details .account-user-details-block .account-user-info .light-gray-circle:before {
          font-family: "Material Icons";
          content: "cloud_upload";
          position: absolute;
          left: 0;
          top: 0;
          z-index: 10;
          background: rgba(204, 204, 204, 0.5);
          width: 100%;
          height: 100%;
          color: #ffffff;
          font-size: 24px;
          opacity: 0;
          transition: all 0.3s ease;
          white-space: nowrap; }
        .inner-page-details-section .inner-page-details .account-user-details-block .account-user-info .light-gray-circle:hover:before {
          opacity: 1; }

.login-page {
  background-color: #F8F8FA; }
  .login-page a {
    color: #ED1C24; }
    .login-page a:hover {
      color: #000; }
  .login-page .mt-60 {
    margin-top: 60px; }
  .login-page .form-horizontal .label-style {
    text-align: left;
    font-size: 18px;
    font-weight: bold; }
  .login-page .btn-blue {
    background-color: #3B5998;
    color: white;
    border-color: #3B5998; }
    .login-page .btn-blue:hover {
      border-color: #3B5998; }
  .login-page .form-input-style {
    outline: none;
    box-shadow: none;
    padding: 14px 20px;
    border: 1px solid #f1f1f1;
    height: auto; }
    @media (min-width: 1600px) {
      .login-page .form-input-style {
        font-size: 20px;
        padding: 14px 20px; } }
  .login-page .f-20 {
    font-size: 20px; }
  .login-page .f-30 {
    font-size: 30px; }
  .login-page .f-16 {
    font-size: 16px; }
  .login-page .underline {
    text-decoration: underline; }
  .login-page .facebook-btn {
    text-align: left;
    padding: 12px 30px 8px 30px;
    font-size: 18px; }
  .login-page .facebook-btn i {
    float: right;
    font-size: 25px;
    margin-top: 4px; }
  .login-page .pl-5 {
    padding-left: 5px; }
  .login-page .facebook-btn:hover,
  .login-page .facebook-btn:focus {
    color: white;
    opacity: 0.8; }
  .login-page .text-justify {
    text-align: justify; }
  .login-page .create-account a,
  .login-page .forgot-password a {
    color: #000;
    text-decoration: underline; }
    .login-page .create-account a:hover, .login-page .create-account a:focus, .login-page .create-account a:active,
    .login-page .forgot-password a:hover,
    .login-page .forgot-password a:focus,
    .login-page .forgot-password a:active {
      color: #000;
      text-decoration-color: #ED1C24; }
  @media (max-width: 767px) {
    .login-page .sign-in .sign-in-icon {
      top: 30px; } }
  @media (max-width: 767px) {
    .login-page .f-20 {
      font-size: 14px; }
    .login-page .f-30 {
      font-size: 24px; }
    .login-page .facebook-btn {
      font-size: 16px; }
    .login-page .facebook-btn i {
      font-size: 20px;
      margin-top: 3px; }
    .login-page .sign-in .sign-in-icon {
      top: 14px;
      left: 24px; }
    .login-page .sign-in .sign-in-icon i {
      top: 9px;
      font-size: 23px;
      left: 9px; } }
  .login-page #login {
    min-height: calc(100vh - 70px);
    max-width: 346px;
    padding: 0px;
    background-color: #F8F8FA; }
    .login-page #login:before, .login-page #login:after {
      content: '';
      display: table; }
    @media (min-width: 767px) {
      .login-page #login {
        max-width: 398px; } }
    @media (min-width: 1600px) {
      .login-page #login {
        max-width: 488px; } }
    @media (max-width: 767px) {
      .login-page #login .panel-body {
        left: 27px; } }
    @media (min-width: 768px) {
      .login-page #login .panel-body {
        padding: 20px; } }
    @media (min-width: 1600px) {
      .login-page #login .panel-body {
        left: 27px;
        padding: 15px; } }
    .login-page #login .panel-body h2 {
      font-size: 30px;
      margin: 8px 0px; }
      @media (min-width: 768px) {
        .login-page #login .panel-body h2 {
          margin: 10px 0px 8px 0px; } }
      @media (min-width: 1600px) {
        .login-page #login .panel-body h2 {
          font-size: 36px;
          margin: 10px 0px 0px 14px; } }
    .login-page #login .sign-in {
      border-radius: 25px; }
      @media (min-width: 767px) {
        .login-page #login .sign-in {
          background-color: #F4F4F4; } }
      @media (min-width: 1600px) {
        .login-page #login .sign-in {
          background-color: unset; } }
      @media (max-width: 767px) {
        .login-page #login .sign-in {
          overflow-x: hidden; } }
      .login-page #login .sign-in.mt-70 {
        margin-top: 38px; }
        @media (min-width: 768px) {
          .login-page #login .sign-in.mt-70 {
            margin-top: 70px; } }
      .login-page #login .sign-in.mb-30 {
        margin-bottom: 22px; }
        @media (min-width: 768px) {
          .login-page #login .sign-in.mb-30 {
            margin-bottom: 30px; } }
        @media (min-width: 1600px) {
          .login-page #login .sign-in.mb-30 {
            margin-bottom: 38px; } }
      .login-page #login .sign-in .sign-in-icon {
        top: 20px;
        width: 50px;
        height: 50px;
        max-width: 50px;
        left: 31px;
        background-color: #E5E5E5;
        display: flex;
        align-items: center; }
        @media (max-width: 767px) {
          .login-page #login .sign-in .sign-in-icon {
            top: 12px;
            left: 70px; } }
        @media (min-width: 1600px) {
          .login-page #login .sign-in .sign-in-icon {
            top: 12px;
            width: 62px;
            height: 62px;
            max-width: 62px;
            left: 122px; } }
        .login-page #login .sign-in .sign-in-icon i {
          top: 8px;
          position: absolute;
          font-size: 26px;
          left: 8px; }
        .login-page #login .sign-in .sign-in-icon img {
          vertical-align: middle;
          vertical-align: -webkit-baseline-middle;
          height: 22px;
          margin: auto; }
          @media (min-width: 767px) {
            .login-page #login .sign-in .sign-in-icon img {
              height: 20px; } }
          @media (min-width: 1600px) {
            .login-page #login .sign-in .sign-in-icon img {
              height: 25px; } }
    .login-page #login .panel {
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
      border: 1px solid #ececec; }
      .login-page #login .panel .p-30 {
        padding: 28px 12px 16px; }
        @media (min-width: 768px) {
          .login-page #login .panel .p-30 {
            padding: 28px 25px; } }
        @media (min-width: 1600px) {
          .login-page #login .panel .p-30 {
            padding: 34px 30px; } }
    @media (max-width: 767px) {
      .login-page #login .login-form .mt-30 {
        margin-top: 20px; } }
    @media (max-width: 767px) {
      .login-page #login .login-form .form-group {
        margin-left: 0px;
        margin-right: 0px; } }
    @media (max-width: 767px) {
      .login-page #login .login-form .login-redir {
        margin-left: 0px;
        margin-right: 0px; } }
    .login-page #login .login-form .signin-btn {
      height: 54px;
      width: 260px;
      font-size: 18px;
      margin-top: 30px;
      margin-bottom: 16px;
      display: inline-block; }
      @media (min-width: 1600px) {
        .login-page #login .login-form .signin-btn {
          height: 66px;
          width: 318px;
          font-size: 22px;
          display: inline-block; } }
    .login-page #login .login-form .password-circle-style {
      width: 28px;
      height: 28px;
      cursor: pointer;
      background-color: white;
      border: 1px solid #ececec;
      border-radius: 50%;
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
      display: none; }
      @media (min-width: 1600px) {
        .login-page #login .login-form .password-circle-style {
          display: none; } }
      .login-page #login .login-form .password-circle-style .fa-chevron-right {
        position: absolute;
        top: 6px;
        left: 9px; }
    @media (min-width: 1600px) {
      .login-page #login .facebook-btn {
        display: inline-block;
        height: 66px;
        width: 385px;
        font-size: 22px;
        padding: 16px 26px 20px 22px; } }

table.table {
  border-collapse: separate;
  border-spacing: 0 5px;
  margin-bottom: 0px; }

table.table .head {
  background-color: #f8f8f9;
  text-transform: uppercase; }

.table > thead > tr > th {
  border-bottom: none;
  font-weight: 500;
  text-transform: uppercase;
  padding: 8px 8px 0px;
  white-space: nowrap; }
  @media (min-width: 768px) {
    .table > thead > tr > th {
      padding: 6px 16px 0px; } }
  @media (min-width: 1200px) {
    .table > thead > tr > th {
      padding: 6px 20px 0px; } }
  @media (min-width: 1600px) {
    .table > thead > tr > th {
      padding: 10px 20px 0px; } }
  @media (max-width: 767px) {
    .table > thead > tr > th {
      font-size: 12px; } }

@media (max-width: 767px) {
  .table-responsive {
    border: none; } }

.load-more-page .table-responsive {
  margin-top: -24px; }
  @media (min-width: 768px) {
    .load-more-page .table-responsive {
      margin-top: -5px; } }

.table > tbody > tr {
  background-color: white; }

.table > tbody > tr > td {
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1; }
  @media (min-width: 768px) {
    .table > tbody > tr > td {
      padding: 6px 16px; } }
  @media (min-width: 1200px) {
    .table > tbody > tr > td {
      padding: 6px 20px; } }
  @media (min-width: 1600px) {
    .table > tbody > tr > td {
      padding: 10px 20px; } }
  @media (max-width: 767px) {
    .table > tbody > tr > td {
      font-size: 12px; } }

.table > tbody > tr > td:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-left: 1px solid #f1f1f1; }

.table > tbody > tr > th {
  border: none;
  font-weight: 500; }

.table > tbody > tr > td:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: 1px solid #f1f1f1; }

@media screen and (max-width: 767px) {
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
    font-size: 12px; } }

.modal-header {
  border-bottom-color: #b6b6b6;
  background-color: #F4F4F4; }

.modal-content {
  border: 1px solid #f1f1f1;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); }
  .modal-content .av-modal-close {
    color: #404040;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 32px;
    border-radius: 100%;
    margin-top: 20px;
    position: relative;
    z-index: 20; }
  .modal-content .modal-title {
    color: #000; }
    .modal-content .modal-title h4 {
      margin: 0; }
      .modal-content .modal-title h4 .light-gray-circle {
        width: 26px;
        height: 26px;
        line-height: 26px; }
        .modal-content .modal-title h4 .light-gray-circle .material-icons {
          font-size: 14px; }
  .modal-content .secondary-title {
    color: #ED1C24;
    font-size: 18px; }
  .modal-content .debtor-account-input-group .search-icon {
    position: absolute;
    top: 38px;
    left: 10px;
    font-size: 19px;
    color: #AAAAAA; }
  .modal-content .debtor-account-input-group input.form-control {
    padding-left: 30px; }
  .modal-content .title {
    font-size: 16px;
    font-weight: 500; }
  .modal-content label {
    font-weight: 500; }

.modal-body {
  padding: 30px 30px; }
  .modal-body .more-details-section h4 .material-icons {
    margin-top: 3px; }
  .modal-body .activity.ms-details-page-activity-form .activity-description {
    background-color: #ffffff; }

.modal-backdrop.in {
  opacity: 1;
  background: rgba(52, 52, 52, 0.72); }

.av-modal-close .av-modal-close-title {
  display: none; }
.av-modal-close .fa {
  font-size: 14px;
  margin-left: 0;
  display: inherit; }

.ms-update-contact-with-img {
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .ms-update-contact-with-img .btn, .ms-update-contact-with-img input[type="file"] {
    height: 37px; }
  .ms-update-contact-with-img .input-group-btn:last-child > .btn {
    border-radius: 10px; }

.activity-event-modal-block .account-user-details-block .account-user-info {
  font-size: 16px; }
  .activity-event-modal-block .account-user-details-block .account-user-info h4 {
    font-size: 20px; }
.activity-event-modal-block .activity-event-info {
  line-height: 1; }
  .activity-event-modal-block .activity-event-info i {
    font-size: 20px; }
.activity-event-modal-block .activity-event-description {
  font-size: 14px; }
  .activity-event-modal-block .activity-event-description p {
    color: #999; }

#myModal .modal-body {
  padding: 30px 30px 25px; }
  @media (min-width: 768px) {
    #myModal .modal-body {
      padding: 15px 30px 25px; } }
#myModal .modal-vertical-alignment-helper {
  height: calc(100vh - 80px);
  width: 100%; }
  @media (min-width: 768px) {
    #myModal .modal-vertical-alignment-helper {
      width: calc(100% - 60px);
      margin-left: 60px; } }
  @media (min-width: 1200px) {
    #myModal .modal-vertical-alignment-helper {
      width: calc(100% - 206px);
      margin-left: 206px; } }

@media (min-width: 768px) {
  .view-all-reviews-modal .modal-dialog {
    width: 646px; } }
.view-all-reviews-modal .modal-dialog .modal-content .av-modal-close {
  margin-right: 20px; }

.product-quick-view-modal .av-product-details .av-product-stars {
  cursor: default; }

.av-product-review-rating-input {
  color: #EEEEEE;
  /* Ratings widget */
  /* Hide radio */
  /* Order correctly by floating highest to the right */
  /* The star of the show */
  /* Zero stars rating */
  /* Half star trick */
  /* Click + hover color */
  /* color previous stars on hover */
  /* Hover highlights */ }
  .av-product-review-rating-input .rate {
    display: inline-block;
    border: 0; }
  .av-product-review-rating-input .rate > input {
    display: none; }
  .av-product-review-rating-input .rate > label {
    float: right;
    position: relative; }
  .av-product-review-rating-input .rate > label:before {
    display: inline-block;
    font-size: 38px;
    padding: 0px 8px;
    margin: 0;
    cursor: pointer;
    font-family: FontAwesome;
    content: "\f005 ";
    /* full star */ }
  .av-product-review-rating-input .rate > label:last-child:before {
    content: "\f006 ";
    /* empty star outline */ }
  .av-product-review-rating-input .rate .half:before {
    content: "\f089 ";
    /* half star no outline */
    position: absolute;
    padding-right: 0; }
  .av-product-review-rating-input input:checked ~ label,
  .av-product-review-rating-input label:hover, .av-product-review-rating-input label:hover ~ label {
    color: #ED1C24; }
  .av-product-review-rating-input input:checked + label:hover, .av-product-review-rating-input input:checked ~ label:hover,
  .av-product-review-rating-input input:checked ~ label:hover ~ label,
  .av-product-review-rating-input label:hover ~ input:checked ~ label {
    color: #ED1C24; }

.product-review-modal {
  padding: 0px 15px 15px;
  color: #333333;
  margin-top: -15px; }
  @media (min-width: 768px) {
    .product-review-modal {
      padding: 0px 60px 30px 40px; } }
  .product-review-modal .product-title {
    color: #808080;
    margin-bottom: 15px; }
    @media (min-width: 768px) {
      .product-review-modal .product-title {
        margin-bottom: 33px; } }
  .product-review-modal .nav.nav-tabs {
    padding: 0px 25px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2); }
    .product-review-modal .nav.nav-tabs li > a .material-icons {
      font-size: 11px; }
    .product-review-modal .nav.nav-tabs li.active > a, .product-review-modal .nav.nav-tabs > li.active > a:focus {
      box-shadow: inset 0 -2px 0 #ED1C24;
      color: #ED1C24; }
    .product-review-modal .nav.nav-tabs li > a, .product-review-modal .nav.nav-tabs li > a:focus {
      color: #000;
      box-shadow: none; }
    .product-review-modal .nav.nav-tabs li > a:hover {
      border-color: transparent;
      color: #ED1C24; }
    .product-review-modal .nav.nav-tabs li > a {
      margin-right: 20px;
      padding: 18px 0px 18px; }
      .product-review-modal .nav.nav-tabs li > a .review-count {
        margin-left: 5px; }
    .product-review-modal .nav.nav-tabs li:first-child a {
      margin-right: 35px; }
    .product-review-modal .nav.nav-tabs li:last-child a {
      margin-right: 0px; }
  .product-review-modal .review-section {
    margin-top: 30px; }
    @media (min-width: 768px) {
      .product-review-modal .review-section {
        margin-top: 60px; } }
    .product-review-modal .review-section .review-stars .material-icons {
      font-size: 17px;
      color: #E5E5E5; }
    .product-review-modal .review-section .review-stars .material-icons.active {
      color: #ED1C24; }
    .product-review-modal .review-section .light-gray-circle.medium-circle {
      width: 50px;
      min-width: 50px;
      height: 50px;
      line-height: 50px;
      position: relative;
      overflow: initial; }
      .product-review-modal .review-section .light-gray-circle.medium-circle:after {
        content: 'done';
        position: absolute;
        font-family: "Material Icons";
        bottom: 0;
        right: 0px;
        line-height: 14px;
        z-index: 10;
        background: #5CBF8E;
        color: #fff;
        width: 16px;
        height: 16px;
        border-radius: 100%;
        border: 1px solid #fff;
        font-size: 10px;
        white-space: nowrap; }
    .product-review-modal .review-section .review {
      margin-bottom: 40px; }
      @media (min-width: 768px) {
        .product-review-modal .review-section .review {
          font-size: 15px;
          margin-bottom: 80px; } }
    @media (min-width: 768px) {
      .product-review-modal .review-section .review-title-description {
        font-size: 18px; } }
    .product-review-modal .review-section .review-title-description::first-letter {
      text-transform: uppercase; }
    .product-review-modal .review-section .review-title-description .review-content {
      line-height: 25px;
      font-weight: 300; }

.title-section {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 2px; }
  @media (min-width: 768px) {
    .title-section {
      margin-bottom: 40px;
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .title-section.history-back .btn-circle {
      height: 40px; } }
  @media (min-width: 768px) {
    .title-section.history-back {
      margin-bottom: 20px; } }
  .title-section .page-title {
    flex-grow: 1;
    display: flex;
    align-items: center; }
    .title-section .page-title h2 {
      margin: 0px 0 0;
      font-size: 20px;
      font-weight: 400; }
      @media (min-width: 768px) {
        .title-section .page-title h2 {
          font-size: 25px;
          font-weight: 500; } }
      .title-section .page-title h2 .material-icons {
        font-size: 30px;
        margin-top: -5px;
        margin-right: 5px; }
        @media (min-width: 992px) {
          .title-section .page-title h2 .material-icons {
            margin-right: 15px; } }
    .title-section .page-title h3 {
      margin: 0;
      font-size: 20px; }
    .title-section .page-title .sub-title {
      font-size: 80%;
      color: #808080;
      font-weight: 300;
      margin-left: 3px; }
  .title-section .nav-pills {
    margin-left: 30px; }
    .title-section .nav-pills li a {
      padding: 0;
      border-radius: 100%;
      height: 34px;
      width: 34px;
      line-height: 34px;
      text-align: center;
      margin-right: 10px;
      background-color: #ffffff;
      border: 1px solid #f1f1f1; }
      .title-section .nav-pills li a i {
        font-size: 18px;
        line-height: unset; }
    .title-section .nav-pills li.active a {
      background-color: #ED1C24;
      border-color: transparent; }

.ms-left-action-btn {
  display: flex;
  align-items: center; }
  .ms-left-action-btn .btn {
    font-size: 12px;
    color: #000000;
    height: 37px;
    min-width: 37px;
    outline: none !important;
    line-height: 31px;
    overflow: hidden;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16) !important; }
    @media (max-width: 767px) {
      .ms-left-action-btn .btn {
        line-height: 37px;
        padding: 0 5px;
        max-width: 37px; } }
    @media (min-width: 1900px) {
      .ms-left-action-btn .btn {
        height: 50px;
        min-width: 50px;
        line-height: 50px; } }
    .ms-left-action-btn .btn:active, .ms-left-action-btn .btn.active, .ms-left-action-btn .btn:hover {
      box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
      color: #ED1C24; }
    .ms-left-action-btn .btn i {
      color: #ED1C24;
      font-size: 16px; }
  .ms-left-action-btn > a .material-icons + span {
    margin-top: 3px; }

.expand-collapse-btn {
  width: 37px;
  padding: 0; }
  @media (min-width: 1920px) {
    .expand-collapse-btn {
      width: 45px; } }
  .expand-collapse-btn .fa-stack [class^="fa"]:first-child {
    font-size: 20px;
    color: #000000;
    line-height: 20px; }
    @media (min-width: 1920px) {
      .expand-collapse-btn .fa-stack [class^="fa"]:first-child {
        font-size: 24px; } }
  .expand-collapse-btn .fa-stack [class^="fa"]:last-child {
    position: absolute;
    background-color: #ffffff;
    bottom: -4px;
    right: -2px;
    padding: 1px; }
  .expand-collapse-btn > span.material-icons {
    font-size: 24px;
    line-height: 36px; }
    @media (min-width: 1920px) {
      .expand-collapse-btn > span.material-icons {
        font-size: 30px;
        line-height: 50px; } }
    .expand-collapse-btn > span.material-icons:first-child {
      color: #cccccc; }

.expanded-conetent-block .more-action-btns {
  opacity: 0;
  right: 10px;
  transform: scale(0.1) translate3d(100%, 0, 0);
  transition: all 0.3s ease;
  position: absolute; }
  .expanded-conetent-block .more-action-btns .btn {
    margin-right: 6px; }
    @media (min-width: 768px) {
      .expanded-conetent-block .more-action-btns .btn {
        margin-right: 15px; } }
    .expanded-conetent-block .more-action-btns .btn .material-icons {
      font-size: 16px; }
      @media (max-width: 767px) {
        .expanded-conetent-block .more-action-btns .btn .material-icons {
          width: 36px; } }
    .expanded-conetent-block .more-action-btns .btn span {
      display: none; }
      @media (min-width: 992px) {
        .expanded-conetent-block .more-action-btns .btn span {
          display: inline;
          margin-top: 5px;
          margin-left: 2px;
          line-height: 1; } }
    .expanded-conetent-block .more-action-btns .btn.active, .expanded-conetent-block .more-action-btns .btn:focus, .expanded-conetent-block .more-action-btns .btn:active {
      box-shadow: none;
      color: #ED1C24; }
.expanded-conetent-block.active .more-action-btns {
  opacity: 1;
  transform: scale(1) translate3d(0, 0, 0);
  right: 38px;
  z-index: 10; }
  @media (min-width: 768px) {
    .expanded-conetent-block.active .more-action-btns {
      right: 45px; } }

@media (min-width: 1920px) {
  .dynamic-content-block.hide-scroller .details-container:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(204, 204, 204, 0.3);
    z-index: 40; } }
.dynamic-content-block.no-window-history .history-back {
  display: none; }
@media (min-width: 992px) {
  .dynamic-content-block.no-window-history .ms-details-page-activity-form .ms-left-action-btn {
    top: 12px; } }
@media (min-width: 1920px) {
  .dynamic-content-block.no-window-history .ms-details-page-activity-form .ms-left-action-btn {
    top: 5px; } }
.dynamic-content-block.no-window-history .ms-details-page-activity-form .ms-details-page-form-container {
  top: 60px; }

.dtp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 2000;
  font-size: 14px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dtp > .dtp-content {
  background: #ffffff;
  max-width: 300px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  left: 50%;
  border-radius: 15px;
  padding: 15px; }

.dtp-content .ms-set-time-title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #ED1C24; }

.dtp-content .dtp-header {
  margin-bottom: 20px; }

.dtp div.dtp-date, .dtp div.dtp-time {
  text-align: center; }

.dtp div.dtp-actual-month {
  font-size: 2em;
  line-height: 0.8;
  color: #000000; }

.dtp div.dtp-actual-num {
  font-size: 3.6em;
  line-height: 0.9;
  font-weight: 500;
  color: #ED1C24; }

.dtp div.dtp-actual-maxtime {
  font-size: 3em;
  line-height: 0.9; }

.dtp div.dtp-actual-year {
  padding: 3px 10px 0;
  line-height: 1.8; }

.dtp div.dtp-picker {
  text-align: center; }

.dtp div.dtp-picker-month, .dtp div.dtp-actual-time {
  font-weight: 500;
  text-align: center; }

.dtp div.dtp-picker-month {
  padding-bottom: 20px !important;
  text-transform: uppercase !important; }

.dtp .dtp-close {
  position: absolute;
  top: 15px;
  right: 15px; }

.dtp .dtp-close > a {
  width: 26px;
  height: 26px;
  display: inline-block;
  background: #eeeeee;
  text-align: center;
  border-radius: 100%; }

.dtp .dtp-close > a > i {
  font-size: 12px;
  line-height: 26px; }

.dtp table.dtp-picker-days {
  margin: 0;
  min-height: 251px; }

.dtp table.dtp-picker-days, .dtp table.dtp-picker-days tr, .dtp table.dtp-picker-days tr > td {
  border: none; }

.dtp table.dtp-picker-days tr > td {
  font-weight: 700;
  font-size: 0.9em;
  text-align: center;
  padding: 0.5em 0.3em; }

.dtp table.dtp-picker-days tr > td > span.dtp-select-day {
  color: #BDBDBD !important;
  padding: 0.4em 0.5em 0.5em 0.6em; }

.dtp table.dtp-picker-days tr > td > a, .dtp .dtp-picker-time > a {
  color: #212121;
  text-decoration: none;
  padding: 0.5em 0.5em 0.4em 0.5em;
  border-radius: 50% !important; }

.dtp table.dtp-picker-days tr > td > a.selected {
  background: #ED1C24;
  color: #ffffff; }

.dtp table.dtp-picker-days tr > th {
  color: #757575;
  text-align: center;
  font-weight: 400;
  padding: 0.4em 0.3em; }

.dtp a.dtp-meridien-am, .dtp a.dtp-meridien-pm {
  position: relative;
  top: 10px;
  color: #212121;
  font-weight: 500;
  padding: 0.5em 0.5em 0.1em;
  border-radius: 50% !important;
  text-decoration: none;
  background: #eee;
  font-size: 1em;
  display: inline-block; }

.dtp .dtp-actual-meridien a.selected {
  background: #ED1C24;
  color: #ffffff; }

.dtp .dtp-picker-time > .dtp-select-hour {
  cursor: pointer; }

.dtp .dtp-picker-time > .dtp-select-minute {
  cursor: pointer; }

.dtp .dtp-buttons {
  text-align: right;
  background: #ffffff; }

.dtp .dtp-buttons .btn + .btn {
  margin-left: 3px;
  padding: 5px 15px 2px;
  line-height: 1.646; }

.dtp.hidden, .dtp .hidden {
  display: none; }

.dtp .invisible {
  visibility: hidden; }

[class^="dtp-select-month-"] {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center; }
  [class^="dtp-select-month-"] i {
    line-height: 24px;
    font-size: 12px; }

.dtp-actual-meridien {
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .dtp-actual-meridien .dtp-actual-time.p60 {
    flex-grow: 1; }

.dtp .center {
  text-align: center; }

.dtp-actual-day {
  font-size: 18px;
  font-weight: 400;
  color: #000000; }

.dtp-picker-year {
  margin-bottom: 1px; }

.year-picker-item {
  text-align: center;
  padding-top: 5px;
  font-size: large;
  cursor: pointer;
  margin: 0 auto; }

.dtp-actual-year:hover {
  cursor: pointer; }

.dtp-actual-year.disabled:hover {
  cursor: inherit; }

.year-picker-item:hover {
  color: #ED1C24; }

.year-picker-item.active {
  color: #ED1C24;
  font-weight: bold; }

.dtp-select-year-range {
  display: inline-block;
  text-align: center;
  width: 100%; }

.ms-datetime-primary-block {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 12px; }
  .ms-datetime-primary-block .ms-date-content {
    flex-grow: 1; }

.ms-dateyear-select-block {
  display: inline-flex;
  align-items: center;
  border-radius: 30PX;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 0 8px;
  margin-bottom: 20px; }
  .ms-dateyear-select-block [class^="dtp-select-year-"] {
    display: flex; }
    .ms-dateyear-select-block [class^="dtp-select-year-"] i {
      font-size: 10px; }

.clockpicker .input-group-addon {
  cursor: pointer; }

.clockpicker-moving {
  cursor: move; }

.clockpicker-align-left.popover > .arrow {
  left: 25px; }

.clockpicker-align-top.popover > .arrow {
  top: 17px; }

.clockpicker-align-right.popover > .arrow {
  left: auto;
  right: 25px; }

.clockpicker-align-bottom.popover > .arrow {
  top: auto;
  bottom: 6px; }

.clockpicker-popover .popover-title {
  background-color: #fff;
  color: #999;
  font-size: 3.6rem;
  margin-top: 10px;
  line-height: 30px;
  text-align: center;
  border: none;
  padding-bottom: 0; }

.clockpicker-popover .popover-title span {
  cursor: pointer; }

.clockpicker-span-am-pm {
  margin-left: 5px; }

.clockpicker-popover .popover-content {
  padding: 10px 10px 15px; }

.popover-content:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px; }

.clockpicker-plate {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: visible;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.clockpicker-canvas,
.clockpicker-dial {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -1px;
  top: -1px; }

.clockpicker-minutes {
  visibility: hidden; }

.clockpicker-tick {
  border-radius: 50%;
  color: #666;
  line-height: 26px;
  text-align: center;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer; }

.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: #c0e5f7;
  background-color: rgba(0, 149, 221, 0.25); }

.clockpicker-dial {
  -webkit-transition: -webkit-transform 350ms, opacity 350ms;
  -moz-transition: -moz-transform 350ms, opacity 350ms;
  -ms-transition: -ms-transform 350ms, opacity 350ms;
  -o-transition: -o-transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms; }

.clockpicker-dial-out {
  opacity: 0; }

.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }

.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(0.8, 0.8);
  -moz-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8); }

.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  -moz-transition: opacity 175ms;
  -ms-transition: opacity 175ms;
  -o-transition: opacity 175ms;
  transition: opacity 175ms; }

.clockpicker-canvas-out {
  opacity: 0.25; }

.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: #0095dd; }

.clockpicker-canvas-bg {
  stroke: none;
  fill: #c0e5f7; }

.clockpicker-canvas-bg-trans {
  fill: rgba(0, 149, 221, 0.25); }

.clockpicker-canvas line {
  stroke: #0095dd;
  stroke-width: 1;
  stroke-linecap: round; }

.clockpicker-button.am-button, .clockpicker-button.pm-button {
  padding: 7px 5px 7px 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  width: 30px;
  text-align: center;
  height: 30px; }
  .clockpicker-button.am-button.active, .clockpicker-button.pm-button.active {
    background-color: #ED1C24; }

.custom-clockpicker {
  top: 0;
  left: 0;
  right: 0px;
  bottom: 0px;
  position: absolute;
  z-index: 1070;
  max-width: 276px;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  display: inline-table;
  margin: auto; }
  .custom-clockpicker .clockpicker-inner-wrapper {
    padding: 10px;
    border-radius: 10px;
    background: #fff; }
  .custom-clockpicker:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
    top: 0;
    left: 0;
    position: fixed; }

.custom-datetime-input {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  width: 40px;
  height: 36px;
  align-items: center;
  border-left: 1px solid #f1f1f1;
  background: #f8f8f9;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px; }
  .custom-datetime-input > input.editable-input {
    position: absolute;
    max-width: 40px;
    right: 0;
    z-index: 10;
    opacity: 0;
    cursor: pointer; }
  .custom-datetime-input i.material-icons {
    margin: auto;
    color: #000; }

.text-center {
  text-align: center; }

.white-space-pre-line {
  white-space: pre-line; }

.bg-light-gray {
  background: #f4f4f4; }

.bg-transparent {
  background: transparent; }

.gst {
  font-size: 11px;
  text-transform: initial; }

.bg-primary {
  background-color: #ED1C24; }
  .bg-primary a {
    color: #ffffff; }
  .bg-primary:hover {
    background-color: #ED1C24; }
    .bg-primary:hover a {
      color: #ffffff; }

.bg-white {
  background-color: #ffffff; }

.sent, .Sent {
  color: #5CBF8E;
  font-weight: 500; }

.underline {
  text-decoration: underline; }

.Quotation {
  color: #a2003c;
  font-weight: 500; }

.Entered.hold, .Entered.Hold, .Entered.Being {
  color: #e12f70;
  font-weight: 500; }

.Ready.Picking {
  color: #ffb94a;
  font-weight: 500; }

.Credit.hold, .Credit.Hold {
  color: #e22f70;
  font-weight: 500; }

.font-weight-bold {
  font-weight: 600 !important; }

.font-weight-medium {
  font-weight: 500 !important; }

.font-weight-normal {
  font-weight: normal !important; }

.font-weight-light {
  font-weight: 300 !important; }

.text-brand {
  color: #000; }

.text-white {
  color: #ffffff; }

.text-success {
  color: #5cbf8e; }

.text-light-gray {
  color: #808080; }

.text-gray {
  color: #444; }

.text-teal {
  color: #5CBBBF; }

.text-primary {
  color: #ED1C24; }

.text-orange {
  color: #f37521; }

.text-medium-gray {
  color: #666; }

.text-high {
  color: #FF793E; }

.text-low {
  color: #5CBF8E; }

.text-urgent {
  color: #E12F70; }

.text-medium {
  color: #FFB53E; }

.d-flex {
  display: flex; }

.d-inline-flex {
  display: inline-flex; }

@media (min-width: 768px) {
  .d-sm-flex {
    display: flex; } }
.d-none {
  display: none; }

.d-block {
  display: block; }

.d-none {
  display: none; }

.d-table {
  display: table; }

.d-table-cell {
  display: table-cell !important; }

.visible-hidden {
  visibility: hidden; }

.vertical-middle {
  vertical-align: middle; }

.align-top, .align-items-top {
  align-items: flex-start; }

.align-center, .align-items-center {
  align-items: center; }

.align-bottom, .align-items-bottom {
  align-items: flex-end; }

.align-self-normal {
  align-self: normal; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.row-reverse {
  flex-direction: row-reverse; }

.direction-column {
  flex-direction: column; }

.flex-wrap {
  flex-wrap: wrap; }

.grow-1, .flex-grow-1 {
  flex-grow: 1; }

.justify-content-between {
  justify-content: space-between; }

@media (min-width: 768px) {
  .flex-sm-wrap {
    flex-wrap: wrap; }

  .no-sm-wrap {
    flex-wrap: nowrap !important; } }
.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.my-0 {
  margin-top: 0;
  margin-bottom: 0; }

.ml-auto {
  margin-left: auto; }

.ml-0 {
  margin-left: 0px; }

.ml-5 {
  margin-left: 5px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-20 {
  margin-left: 20px; }

.ml-30 {
  margin-left: 30px; }

.ml-40 {
  margin-left: 40px; }

.mr-auto {
  margin-right: auto; }

.mr-0 {
  margin-right: 0px; }

.mr-5 {
  margin-right: 5px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-20 {
  margin-right: 20px; }

.mr-30 {
  margin-right: 30px; }

.mb-auto {
  margin-bottom: auto; }

.mb-0 {
  margin-bottom: 0px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mt-auto {
  margin-top: auto; }

.mt-0 {
  margin-top: 0px; }

.mt-5 {
  margin-top: 5px; }

.mt-10 {
  margin-top: 10px; }

.mt-15 {
  margin-top: 15px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.p-0 {
  padding: 0; }

.p-10 {
  padding: 10px; }

.p-15 {
  padding: 15px; }

.p-20 {
  padding: 20px; }

.pl-30 {
  padding-left: 30px; }

.pr-5 {
  padding-right: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.px-10 {
  padding-right: 10px;
  padding-left: 10px; }

.py-10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.px-30 {
  padding-right: 30px;
  padding-left: 30px; }

.py-30 {
  padding-top: 30px;
  padding-bottom: 30px; }

.pt-0 {
  padding-top: 0; }

.pt-5 {
  padding-top: 5px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pb-0 {
  padding-bottom: 0; }

.pb-5 {
  padding-bottom: 5px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px !important; }

.pl-0 {
  padding-left: 0; }

.pl-5 {
  padding-left: 5px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pr-0 {
  padding-right: 0; }

.pr-5 {
  padding-right: 5px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.w-100 {
  width: 100%; }

.w-75 {
  width: 75%; }

.w-50 {
  width: 50%; }

.w-40 {
  width: 40%; }

.w-25 {
  width: 25%; }

.w-20 {
  width: 20%; }

@media (min-width: 1200px) {
  .w-lg-100 {
    width: 100%; }

  .w-lg-75 {
    width: 75%; }

  .w-lg-50 {
    width: 50%; }

  .w-lg-25 {
    width: 25%; }

  .w-lg-20 {
    width: 20%; } }
.h-100 {
  height: 100%; }

.h-75 {
  height: 75%; }

.h-50 {
  height: 50%; }

.h-25 {
  height: 25%; }

.visible-xs-hidden-all {
  display: inline; }
  @media (min-width: 768px) {
    .visible-xs-hidden-all {
      display: none; } }

.visible-xs-flex-hidden-all {
  display: flex; }
  @media (min-width: 768px) {
    .visible-xs-flex-hidden-all {
      display: none; } }

.border-none {
  border: none !important; }

.border-bottom {
  border-bottom: 1px solid #f1f1f1; }

.box-shadow-none {
  box-shadow: none !important; }

.box-shadow-1 {
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3) !important; }

.box-shadow-2 {
  box-shadow: 0px 0px 16px rgba(204, 204, 204, 0.5) !important; }

.overflow-none {
  overflow: initial !important; }

.word-break-all {
  word-break: break-all; }

.white-space-nowrap {
  white-space: nowrap; }

/************** landing page content *******************/
.ecom-site-wrapper .container {
  width: 100%; }
  @media (min-width: 1400px) {
    .ecom-site-wrapper .container {
      width: 80%; } }
.ecom-site-wrapper .label-default {
  border: none;
  background-color: #f4f4f4;
  border-radius: 6px;
  padding: 8px 10px 5px; }
.ecom-site-wrapper .title-section {
  overflow: initial; }

/************** landing page header *******************/
@media (max-width: 767px) {
  .eCommerce-header.header .navbar-header {
    margin-left: 0px; } }
@media (max-width: 767px) {
  .eCommerce-header.header .navbar-toggle {
    margin: 0; } }
.eCommerce-header.header:not(.ecom-account-header) .navbar-fixed-top {
  margin-left: 0px;
  background: rgba(0, 0, 0, 0.9); }
  @media (min-width: 768px) {
    .eCommerce-header.header:not(.ecom-account-header) .navbar-fixed-top {
      /*background: rgba(248, 248, 249, 1);*/ } }
@media (max-width: 767px) {
  .eCommerce-header.header:not(.ecom-account-header) .navbar-brand {
    padding-left: 0; } }
.eCommerce-header.header:not(.ecom-account-header) > .dropdown-menu {
  left: 0; }
  @media (max-width: 767px) {
    .eCommerce-header.header:not(.ecom-account-header) > .dropdown-menu {
      position: absolute;
      background-color: #f4f4f4;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); } }
@media (min-width: 768px) {
  .eCommerce-header.header:not(.ecom-account-header) .logo-dropdown {
    height: 60px; } }
@media (min-width: 1400px) {
  .eCommerce-header.header:not(.ecom-account-header) .logo-dropdown {
    margin-left: 10%; } }
@media (min-width: 768px) {
  .eCommerce-header.header.ecom-account-header .navbar-fixed-top.ecom-account-logout-user {
    margin-left: 0px;
    padding: 0px 30px; } }
@media (min-width: 1200px) {
  .eCommerce-header.header.ecom-account-header .navbar-fixed-top.ecom-account-logout-user {
    margin-left: 0px; } }
@media (min-width: 1900px) {
  .eCommerce-header.header.ecom-account-header .navbar-fixed-top.ecom-account-logout-user {
    padding: 0px 100px; } }
.eCommerce-header.header.ecom-account-header .customer-selected-btn {
  padding-right: 10px; }
  @media (max-width: 767px) {
    .eCommerce-header.header.ecom-account-header .customer-selected-btn {
      padding-right: 15px;
      padding-left: 25px; } }
  @media (min-width: 992px) {
    .eCommerce-header.header.ecom-account-header .customer-selected-btn {
      padding-right: 20px; } }
@media (max-width: 767px) {
  .eCommerce-header.header.ecom-account-header .mobile-search {
    margin-left: 10px; } }
@media (min-width: 768px) {
  .eCommerce-header.header .navbar-brand {
    padding: 0 15px 0 15px; } }
.eCommerce-header.header #sidebar {
  display: none !important; }
  @media (max-width: 767px) {
    .eCommerce-header.header #sidebar.in {
      display: block !important; } }
.eCommerce-header.header #set-store-selected-store {
  margin-top: 5px; }
  .eCommerce-header.header #set-store-selected-store .store-title {
    margin-left: 10px;
    margin-right: 10px; }
    .eCommerce-header.header #set-store-selected-store .store-title .title {
      font-weight: 500;
      margin-top: 2px; }
  .eCommerce-header.header #set-store-selected-store .store-hours table > tbody > tr {
    line-height: 37px;
    border-bottom: 1px solid #f1f1f1; }
    .eCommerce-header.header #set-store-selected-store .store-hours table > tbody > tr td:first-child {
      width: 40%; }
  .eCommerce-header.header #set-store-selected-store .fa-store-alt {
    font-size: 20px;
    color: #de2f6f;
    margin-right: 10px; }
  .eCommerce-header.header #set-store-selected-store #set-store-edit-store {
    cursor: pointer; }
  .eCommerce-header.header #set-store-selected-store .store-address {
    color: #00000078; }
  .eCommerce-header.header #set-store-selected-store .store-view > a {
    color: white; }
.eCommerce-header.header .shopping-block {
  flex-grow: initial; }
  .eCommerce-header.header .shopping-block .setstore-widget {
    position: absolute;
    top: 40px;
    width: 360px;
    right: -170px;
    line-height: normal;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
    @media (max-width: 1399px) {
      .eCommerce-header.header .shopping-block .setstore-widget {
        right: -60px; }
        .eCommerce-header.header .shopping-block .setstore-widget .triangle-box:before {
          right: 48px; } }
    .eCommerce-header.header .shopping-block .setstore-widget [class^='btn'].btn {
      padding-top: 8px; }
    .eCommerce-header.header .shopping-block .setstore-widget .store-close-btn i {
      font-size: 20px; }
    .eCommerce-header.header .shopping-block .setstore-widget .store-form {
      margin-bottom: 32px; }
    .eCommerce-header.header .shopping-block .setstore-widget .list-group .av-store-locator-result.list-group-item {
      margin-bottom: 15px;
      position: relative;
      display: block;
      padding: 15px 13px 20px;
      background-color: #f8f8f9;
      border-radius: 10px;
      font-size: 18px;
      border: none; }
      @media (min-width: 768px) {
        .eCommerce-header.header .shopping-block .setstore-widget .list-group .av-store-locator-result.list-group-item {
          padding: 20px 17px; } }
      .eCommerce-header.header .shopping-block .setstore-widget .list-group .av-store-locator-result.list-group-item:last-child {
        margin-bottom: 30px; }
      .eCommerce-header.header .shopping-block .setstore-widget .list-group .av-store-locator-result.list-group-item .store-locator-card .distance {
        margin-left: -3px;
        margin-bottom: 18px; }
        .eCommerce-header.header .shopping-block .setstore-widget .list-group .av-store-locator-result.list-group-item .store-locator-card .distance i {
          font-size: 20px; }
        .eCommerce-header.header .shopping-block .setstore-widget .list-group .av-store-locator-result.list-group-item .store-locator-card .distance .store-distance {
          font-size: 14px;
          margin-top: 3px; }
          @media (min-width: 768px) {
            .eCommerce-header.header .shopping-block .setstore-widget .list-group .av-store-locator-result.list-group-item .store-locator-card .distance .store-distance {
              font-size: 15px; } }
    .eCommerce-header.header .shopping-block .setstore-widget .panel.main-panel .panel-body {
      padding: 14px 10px 25px; }
      @media (min-width: 768px) {
        .eCommerce-header.header .shopping-block .setstore-widget .panel.main-panel .panel-body {
          padding: 14px 22px 32px; } }
    .eCommerce-header.header .shopping-block .setstore-widget .view-all-stores {
      font-weight: 500;
      font-size: 18px;
      display: flex; }
      @media (min-width: 768px) {
        .eCommerce-header.header .shopping-block .setstore-widget .view-all-stores {
          font-size: 18px; } }
    .eCommerce-header.header .shopping-block .setstore-widget .store-details {
      padding: 12px 17px 20px;
      background: #F8F8F9; }
      .eCommerce-header.header .shopping-block .setstore-widget .store-details .btn-section {
        margin-top: 18px; }
    .eCommerce-header.header .shopping-block .setstore-widget .store-form {
      padding: 12px 10px 12px 16px;
      box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); }
      .eCommerce-header.header .shopping-block .setstore-widget .store-form input {
        box-shadow: none;
        padding-right: 8px;
        height: 30px;
        padding-right: 85px; }
        @media (min-width: 768px) {
          .eCommerce-header.header .shopping-block .setstore-widget .store-form input {
            height: 37px; } }
      .eCommerce-header.header .shopping-block .setstore-widget .store-form input.btn {
        padding: 4px 10px;
        height: 30px;
        font-size: 12px;
        position: absolute;
        right: 15px; }
  .eCommerce-header.header .shopping-block li a {
    margin-left: 5px;
    margin-right: 0px;
    padding: 0; }
    @media (min-width: 576px) {
      .eCommerce-header.header .shopping-block li a {
        margin-right: 5px; } }
    @media (min-width: 1200px) {
      .eCommerce-header.header .shopping-block li a {
        margin-left: 16px;
        margin-right: 16px; } }
    .eCommerce-header.header .shopping-block li a:hover {
      opacity: .6; }
  .eCommerce-header.header .shopping-block li.set-store {
    position: relative; }
    .eCommerce-header.header .shopping-block li.set-store a:hover {
      background: #ED1C24;
      color: white; }
    .eCommerce-header.header .shopping-block li.set-store a:focus {
      background: #f8f8f9;
      color: #aaa; }
    .eCommerce-header.header .shopping-block li.set-store a.active {
      background: #ED1C24;
      color: white; }
    .eCommerce-header.header .shopping-block li.set-store a #av-set-store {
      display: none; }
      @media (min-width: 1366px) {
        .eCommerce-header.header .shopping-block li.set-store a #av-set-store {
          display: block; } }
    .eCommerce-header.header .shopping-block li.set-store .content {
      font-size: 12px; }
      .eCommerce-header.header .shopping-block li.set-store .content i {
        line-height: 30px;
        font-size: 14px; }
        @media (min-width: 768px) {
          .eCommerce-header.header .shopping-block li.set-store .content i {
            line-height: 34px;
            font-size: 24px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .eCommerce-header.header .primary-menu > li {
    max-width: calc(100% / 5); } }
@media (min-width: 768px) and (max-width: 991px) {
  .eCommerce-header.header .primary-menu > li > a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; } }
@media (min-width: 1200px) {
  .eCommerce-header.header .primary-menu > li > a {
    padding: 0 7px; } }
@media (min-width: 1600px) {
  .eCommerce-header.header .primary-menu > li > a {
    padding: 0 22px; } }
@media (max-width: 767px) {
  .eCommerce-header.header .primary-menu > li:nth-of-type(1n+5) {
    display: none; } }
.eCommerce-header.header .navbar-collapse {
  max-height: initial; }
@media (max-width: 767px) {
  .eCommerce-header.header .mobile-search {
    margin-right: auto;
    margin-left: 0px; } }
@media (min-width: 768px) {
  .eCommerce-header.header .mobile-search {
    margin-left: 16px;
    margin-right: 16px; } }
@media (max-width: 767px) {
  .eCommerce-header.header .customer-selected-btn {
    margin-left: -15px;
    margin-right: -15px;
    padding: 5px 15px; } }
@media (min-width: 768px) {
  .eCommerce-header.header .customer-selected-btn {
    padding-left: 10px;
    padding-right: 0;
    margin-left: 10px;
    flex-grow: initial;
    width: auto; } }
@media (min-width: 992px) {
  .eCommerce-header.header .customer-selected-btn {
    max-width: 180px;
    flex-grow: 1;
    width: 100%; } }
@media (min-width: 1200px) {
  .eCommerce-header.header .customer-selected-btn {
    max-width: 190px; } }
@media (min-width: 1600px) {
  .eCommerce-header.header .customer-selected-btn {
    max-width: 230px;
    padding-left: 20px; } }
@media (min-width: 768px) {
  .eCommerce-header.header .customer-selected-btn a {
    font-size: 14px; } }
@media (min-width: 1600px) {
  .eCommerce-header.header .customer-selected-btn a {
    font-size: 15px; } }
@media (max-width: 992px) and (min-width: 768px) {
  .eCommerce-header.header .customer-selected-btn a > span {
    max-width: 74px; } }
@media (max-width: 1200px) and (min-width: 768px) {
  .eCommerce-header.header .customer-selected-btn a > span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; } }
@media (min-width: 1200px) {
  .eCommerce-header.header .customer-selected-btn a > span .pvt-ltd {
    max-width: 120px; } }
@media (min-width: 1600px) {
  .eCommerce-header.header .customer-selected-btn a > span .pvt-ltd {
    max-width: 160px; } }
@media (min-width: 768px) {
  .eCommerce-header.header .customer-selected-btn a > span.current-user-name {
    display: none; } }
@media (min-width: 992px) {
  .eCommerce-header.header .customer-selected-btn a > span.current-user-name {
    display: block; } }
.eCommerce-header .humbarger-logo .brand-img {
  height: 7.5px; }
.eCommerce-header .cart-info {
  position: absolute;
  top: 61px;
  width: 400px;
  background: white;
  border-radius: 15px;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2); }
  .eCommerce-header .cart-info .add-cart .modal-footer .checkout {
    box-shadow: none; }

@media (min-width: 768px) {
  .mobile-search div#searchCollapse {
    top: 0;
    left: 0;
    right: 0;
    background-color: #171717;
    z-index: 1;
    opacity: 0.98; } }
@media (min-width: 768px) {
  .mobile-search .search-detail-container {
    max-width: 100%;
    padding: 0;
    height: 80px; } }
.mobile-search .search-detail-container .material-icons {
  color: rgba(255, 255, 255, 0.75) !important; }
  .mobile-search .search-detail-container .material-icons:hover {
    color: #fff !important; }
  @media (min-width: 768px) {
    .mobile-search .search-detail-container .material-icons {
      font-size: 32px; } }
.mobile-search .search-detail-container .close-icon {
  position: initial !important;
  top: 12px;
  right: 20px; }
  @media (min-width: 768px) {
    .mobile-search .search-detail-container .close-icon {
      top: 35px; } }
  @media (max-width: 767px) {
    .mobile-search .search-detail-container .close-icon .material-icons {
      font-size: 17px; } }
@media (min-width: 768px) {
  .mobile-search .search-detail-container .main-search-block #gem_list {
    margin-right: 40px; } }
.mobile-search .search-detail-container .main-search-block .panel {
  border: none !important;
  box-shadow: none !important;
  background-color: #171717; }
.mobile-search .search-detail-container .main-search-block .generic-search {
  cursor: pointer; }
.mobile-search .search-detail-container .main-search-block input[type=text] {
  font-size: 14px;
  box-shadow: none;
  border: none;
  margin-top: 0 !important;
  color: #fff; }
  @media (min-width: 768px) {
    .mobile-search .search-detail-container .main-search-block input[type=text] {
      font-size: 21px;
      margin-left: 0px;
      width: 500px; } }
.mobile-search .search-detail-container .main-search-block ::placeholder {
  color: #fff;
  opacity: 0.45;
  font-family: CorporateS-Light; }
.mobile-search .search-detail-container .main-search-block .panel-body {
  padding: 10px 15px; }
.mobile-search .search-detail-container .search-result {
  color: #808080; }
  .mobile-search .search-detail-container .search-result ul li a {
    color: #808080; }
.mobile-search .bootstrap-select:not(.input-group-btn) {
  width: 180px !important;
  /*130*/ }

#av-hero-carousel {
  border-bottom: 1px solid rgba(241, 241, 241, 0.5); }
  #av-hero-carousel.custom-carousel .carousel-indicators {
    bottom: 15%;
    max-width: 544px;
    left: 10%;
    right: 10%;
    text-align: left;
    padding-left: 5px;
    width: calc(100% - 50px);
    margin-left: 0; }
    @media (min-width: 768px) {
      #av-hero-carousel.custom-carousel .carousel-indicators {
        bottom: 30%; } }
    @media (min-width: 1200px) {
      #av-hero-carousel.custom-carousel .carousel-indicators {
        bottom: 20%;
        left: initial; } }
    #av-hero-carousel.custom-carousel .carousel-indicators li {
      width: 8px;
      height: 8px; }
      #av-hero-carousel.custom-carousel .carousel-indicators li.active {
        width: 10px;
        height: 10px; }
  #av-hero-carousel.custom-carousel .carousel-inner .item a {
    background-repeat: no-repeat;
    height: calc(100vh - 80px);
    min-height: 500px;
    background-size: cover;
    background-position: center center; }
    @media (min-width: 1200px) {
      #av-hero-carousel.custom-carousel .carousel-inner .item a {
        height: calc(100vh - 80px);
        min-height: 600px; } }
    #av-hero-carousel.custom-carousel .carousel-inner .item a .carousel-img {
      display: none; }
    #av-hero-carousel.custom-carousel .carousel-inner .item a:after {
      content: '';
      position: absolute;
      background: rgba(0, 0, 0, 0.25);
      width: 100%;
      height: 100%; }
  #av-hero-carousel.custom-carousel .carousel-caption {
    top: 20%;
    max-width: 544px;
    left: initial;
    right: 10%;
    text-align: left;
    line-height: 1.4; }
    @media (max-width: 575px) {
      #av-hero-carousel.custom-carousel .carousel-caption {
        left: 10%; } }
    @media (min-width: 1600px) {
      #av-hero-carousel.custom-carousel .carousel-caption {
        top: 30%; } }
    @media (min-width: 1200px) {
      #av-hero-carousel.custom-carousel .carousel-caption .carousel-title {
        font-size: 50px;
        line-height: 1; } }
    @media (min-width: 1900px) {
      #av-hero-carousel.custom-carousel .carousel-caption .carousel-title {
        font-size: 75px; } }
    @media (min-width: 1200px) {
      #av-hero-carousel.custom-carousel .carousel-caption .carousel-description {
        font-size: 18px;
        margin-bottom: 24px; } }
    @media (min-width: 1600px) {
      #av-hero-carousel.custom-carousel .carousel-caption .btn-range {
        padding: 16px 24px 12px; } }

.section-title {
  font-family: 'CorporateS-Bold';
  font-size: 36px;
  line-height: 42px; }
  .section-title .view-all-posts {
    font-size: 15px;
    font-weight: 500;
    margin-left: 22px; }
    @media (min-width: 768px) {
      .section-title .view-all-posts {
        font-size: 20px;
        margin-left: 53px; } }

.header .dropdown-menu {
  animation-name: slideDown;
  animation-duration: 0.3s;
  animation-timing-function: cubic-bezier(0, 0.5, 1, 1); }
@keyframes slideDown {
  from {
    padding: 0; } }
.after-pay-desc .after-pay-custom-card {
  background-color: #f5f5f5;
  padding-top: 15px;
  padding-left: 0px;
  padding-right: 15px;
  padding-bottom: 15px; }
  @media (min-width: 768px) {
    .after-pay-desc .after-pay-custom-card:not(:last-child):after {
      content: '';
      position: absolute;
      height: 84%;
      background: black;
      width: 1px;
      top: 8%;
      right: 0; } }
  .after-pay-desc .after-pay-custom-card:last-child {
    padding-left: 15px; }
  .after-pay-desc .after-pay-custom-card .after-pay-title {
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center; }
.after-pay-desc a {
  color: blue; }

.cart-finalise-wrapper #eway-secure-panel {
  min-height: 50px; }
  .cart-finalise-wrapper #eway-secure-panel iframe {
    min-height: 352px; }
    @media (min-width: 992px) {
      .cart-finalise-wrapper #eway-secure-panel iframe {
        min-height: 210px; } }

.ms-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: auto !important;
  top: auto !important; }

.ms-parent {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  padding: 0px; }

#create_attribute .ms-parent {
  height: auto;
  padding: 0;
  box-shadow: none; }
#create_attribute .ms-choice {
  border: 1px solid #f1f1f1;
  border-radius: 8px; }

.ms-choice {
  display: block;
  width: 100%;
  height: 37px;
  padding: 0;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid #aaa;
  text-align: left;
  white-space: nowrap;
  line-height: 37px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-color: #fff; }

.ms-choice.disabled {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default; }

.ms-choice > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  padding-left: 8px; }

.ms-choice > span.placeholder {
  color: #999; }

.ms-choice > div.icon-close {
  position: absolute;
  top: 0px;
  right: 16px;
  height: 100%;
  width: 16px; }

.ms-choice > div.icon-close:before {
  content: '×';
  color: #888;
  font-weight: bold;
  position: absolute;
  top: 50%;
  margin-top: -14px; }

.ms-choice > div.icon-close:hover:before {
  color: #333; }

.ms-choice > div.icon-caret {
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  right: 8px;
  margin-top: -2px;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px; }

.ms-choice > div.icon-caret.open {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.ms-drop {
  width: auto;
  min-width: 100%;
  overflow: hidden;
  display: none;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-radius: 4px; }

.ms-drop.bottom {
  top: 100%;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15); }

.ms-drop.top {
  bottom: 100%;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15); }

.ms-search {
  display: inline-block;
  margin: 0;
  min-height: 26px;
  padding: 2px;
  position: relative;
  white-space: nowrap;
  width: 100%;
  z-index: 10000;
  box-sizing: border-box; }

.ms-search input {
  width: 100%;
  height: auto !important;
  min-height: 24px;
  padding: 0 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  border: 1px solid #aaa;
  border-radius: 5px;
  box-shadow: none; }

.ms-drop ul {
  overflow: auto;
  margin: 0;
  padding: 0; }

.ms-drop ul > li {
  list-style: none;
  display: list-item;
  background-image: none;
  position: static;
  padding: .25rem 8px;
  margin: 3px 0px; }

.ms-drop ul > li .disabled {
  font-weight: normal !important;
  opacity: .35;
  filter: Alpha(Opacity=35);
  cursor: default; }

.ms-drop ul > li.multiple {
  display: block;
  float: left; }

.ms-drop ul > li.group {
  clear: both; }

.ms-drop ul > li.multiple label {
  width: 100%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.ms-drop ul > li label {
  position: relative;
  margin-bottom: 0;
  font-weight: normal;
  display: flex;
  align-items: center;
  white-space: nowrap;
  cursor: pointer; }

.ms-drop ul > li label input[type="checkbox"] {
  margin: 0;
  border: none; }

.ms-drop ul > li label.optgroup {
  font-weight: bold; }

.ms-drop ul > li.hide-radio {
  padding: 0; }

.ms-drop ul > li.hide-radio:focus,
.ms-drop ul > li.hide-radio:hover {
  background-color: #f8f9fa; }

.ms-drop ul > li.hide-radio.selected {
  color: #fff;
  background-color: #007bff; }

.ms-drop ul > li.hide-radio label {
  margin-bottom: 0;
  padding: 5px 8px; }

.ms-drop ul > li.hide-radio input {
  display: none; }

.ms-drop ul > li.option-level-1 label {
  padding-left: 28px; }

.ms-drop input[type="radio"] {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }

.ms-drop .ms-no-results {
  display: none; }
