@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap);
.category_banner {
  position: relative; }
  .category_banner .category_heading {
    top: 0;
    width: 100%;
    z-index: 999;
    bottom: 0;
    padding: 0 34px; }
    .category_banner .category_heading h1 {
      width: 100%;
      font-style: italic;
      margin-top: 35px; }
    .category_banner .category_heading .breadcrumb {
      margin: 0;
      background: transparent;
      padding-left: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.39);
      border-radius: 0; }
      .category_banner .category_heading .breadcrumb li,
      .category_banner .category_heading .breadcrumb .active {
        font-weight: 300;
        font-style: italic;
        text-transform: uppercase;
        color: #0082c3; }
        .category_banner .category_heading .breadcrumb li a,
        .category_banner .category_heading .breadcrumb .active a {
          color: #fff;
          font-weight: 300;
          font-style: italic;
          text-transform: uppercase; }
    .category_banner .category_heading nav {
      display: inline-block; }
    .category_banner .category_heading .active-breadcrumb {
      font-size: 14px;
      height: auto;
      vertical-align: middle;
      margin: 0;
      display: inline-block;
      font-weight: 300; }
  .category_banner .how-to-choose {
    background: rgba(255, 255, 255, 0.9);
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    max-width: 240px;
    border-radius: 3px;
    margin: 0 0 0 auto;
    margin-top: 0px;
    margin-top: 38px; }
    .category_banner .how-to-choose span img {
      max-width: 40px; }
    .category_banner .how-to-choose .choose-content {
      margin: 0 20px;
      font-style: italic; }
      .category_banner .how-to-choose .choose-content .color-blue {
        color: #0082C3;
        display: block; }

.sub_categories {
  background-color: #f4f4f4;
  border-radius: 3px; }
  .sub_categories .category_filter_list {
    width: auto !important; }
    .sub_categories .category_filter_list a {
      background: #fff;
      padding: 10px;
      display: inline-block;
      border-radius: 3px;
      color: #424453;
      border: 1px solid #f0f0f0;
      width: 100%;
      text-align: center;
      white-space: nowrap; }
      .sub_categories .category_filter_list a h2 {
        font-size: 14px;
        font-weight: normal;
        margin: 0; }
    .sub_categories .category_filter_list .active {
      background-color: #424453;
      color: #fff; }
  .sub_categories .swiper-container {
    padding: 10px 0; }
  .sub_categories .swiper-button-disabled {
    display: none; }
  .sub_categories .swiper-button-next,
  .sub_categories .swiper-button-prev {
    height: 40px;
    border-color: #dedede; }
    .sub_categories .swiper-button-next:before,
    .sub_categories .swiper-button-prev:before {
      height: 40px;
      border-color: #dedede; }
  .sub_categories .swiper-button-next {
    right: 0; }
  .sub_categories .swiper-button-prev {
    left: 0; }
  .sub_categories .swiper-pagination {
    position: relative;
    margin-top: 10px;
    bottom: 0 !important;
    display: none; }
    .sub_categories .swiper-pagination .swiper-pagination-bullet-active {
      background: #494c65; }

.category_description h6 {
  padding-top: 10px; }

.category_description div {
  margin-bottom: 10px; }

@media screen and (max-width: 991px) {
  .sub_categories {
    margin-left: 0 !important; }
    .sub_categories .category_filter_list a {
      float: left;
      margin-right: 10px;
      margin-bottom: 10px;
      width: auto; }
  .active_category h6 {
    margin-bottom: 1rem !important; }
  .active_category .swiper-pagination {
    display: block; }
  .mobile_filters {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 0 2px #ddd;
    z-index: 1050; }
    .mobile_filters .mob_sorting img {
      max-width: 20px;
      margin-right: 5px; }
    .mobile_filters .custom_sorting span {
      display: none !important; }
    .mobile_filters .custom_sorting p {
      border: none;
      padding: 0;
      border-radius: 3px;
      margin-bottom: 0;
      position: relative;
      cursor: pointer; }
    .mobile_filters .react-select [class*='-control'] {
      background-color: transparent !important;
      border: none;
      padding: 0;
      min-height: inherit; }
      .mobile_filters .react-select [class*='-control'] [class*='-singleValue'] {
        margin: 0;
        font-size: 14px; }
      .mobile_filters .react-select [class*='-control'] [class*='-indicatorContainer'] {
        display: none; }
    .mobile_filters .position-top [class*='-menu'] {
      top: auto !important;
      bottom: 55px !important;
      width: 100%;
      left: 0 !important;
      position: fixed !important;
      box-shadow: none !important;
      margin: 0 !important;
      background-color: #fff; }
    .mobile_filters .position-top .css-9gakcf-option {
      background: #f4f4f4;
      color: #424453; }
    .mobile_filters .position-top .css-1n7v3ny-option {
      background-color: transparent; }
    .mobile_filters .mob_filter_heading {
      padding-left: 1.2rem; }
      .mobile_filters .mob_filter_heading img {
        max-width: 20px;
        margin-right: 10px; }
      .mobile_filters .mob_filter_heading button {
        background-color: transparent;
        border: none;
        padding: 2px 0;
        position: relative; }
    .mobile_filters .menu .right {
      left: 0;
      bottom: -100%;
      top: auto !important;
      right: auto;
      width: 100% !important;
      overflow-y: auto;
      background-color: #fff;
      padding: 0 !important; }
      .mobile_filters .menu .right .nav-item {
        width: 100%; }
        .mobile_filters .menu .right .nav-item a.nav-link {
          border-width: 1px 0 1px 0;
          box-shadow: none;
          border-radius: 0;
          text-align: left;
          padding: 20px 10px;
          border-color: #ececec; }
          .mobile_filters .menu .right .nav-item a.nav-link::before {
            background: none; }
        .mobile_filters .menu .right .nav-item .active.nav-link {
          background: #fff !important;
          border: none;
          font-weight: 600; }
        .mobile_filters .menu .right .nav-item:first-child .nav-link {
          border: none; }
      .mobile_filters .menu .right .ais-RefinementList-list {
        max-height: inherit; }
        .mobile_filters .menu .right .ais-RefinementList-list .ais-RefinementList-item {
          padding: 22px 16px;
          border-bottom: 1px solid #ececec;
          margin: 0 15px; }
          .mobile_filters .menu .right .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label {
            display: flex;
            justify-content: space-between;
            margin: 0; }
            .mobile_filters .menu .right .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label .ais-RefinementList-count {
              border: none;
              padding: 0;
              color: #bec0cc; }
    .mobile_filters .menu .visible.right {
      transform: translate3d(0, -100%, 0);
      -ms-transform: translate3d(0, -100%, 0);
      -webkit-transform: translate3d(0, -100%, 0);
      -o-transform: translate3d(0, -100%, 0);
      -moz-transform: translate3d(0, -100%, 0); }
    .mobile_filters .view_change_icon {
      transition: 0.3s all; }
      .mobile_filters .view_change_icon.list .list_view .list_box_1 {
        width: 32px; }
    .mobile_filters .list_view {
      margin-bottom: 0px;
      line-height: 13px;
      margin-left: 10px; }
      .mobile_filters .list_view .list_box_1,
      .mobile_filters .list_view .list_box_2,
      .mobile_filters .list_view .list_box_3,
      .mobile_filters .list_view .list_box_4 {
        border: 2px solid #0f384d;
        border-radius: 1px;
        opacity: 1;
        width: 10px;
        height: 10px;
        display: inline-block;
        margin-right: 2px; }
    .mobile_filters .filter-header {
      background: #fff;
      padding: 15px;
      box-shadow: 0 0px 3px #ddd;
      position: sticky;
      top: 0;
      z-index: 1050; }
      .mobile_filters .filter-header img {
        max-width: 18px;
        margin-right: 10px; }
      .mobile_filters .filter-header .ais-ClearRefinements button {
        background: none;
        color: #0082c3;
        padding: 0;
        opacity: 1 !important;
        font-size: 14px;
        text-transform: uppercase; }
    .mobile_filters .mobile-filter-tabs {
      max-height: calc(100vh - 128px);
      display: inline-grid;
      width: 100%;
      height: 100%;
      overflow: auto; }
      .mobile_filters .mobile-filter-tabs .price_filters {
        padding: 25px 10px; }
        .mobile_filters .mobile-filter-tabs .price_filters .ais-Panel-header {
          display: none; }
      .mobile_filters .mobile-filter-tabs .sticky-top {
        height: 100%; }
      .mobile_filters .mobile-filter-tabs .active_filters :after {
        right: 20px;
        top: 24px; }
    .mobile_filters .filter-footer {
      width: 100%;
      bottom: 0;
      background: #fff;
      position: fixed;
      bottom: 0;
      box-shadow: 0 0px 3px #ddd;
      transform: none !important;
      visibility: hidden; }
      .mobile_filters .filter-footer .close_filter {
        padding: 15px; }
      .mobile_filters .filter-footer .filters-colors {
        color: #0082c3;
        padding: 15px; }
  .active_filters :after {
    content: "";
    background: #0082C3;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    right: -20px;
    top: 7px; }
  .best_sellers h5 {
    font-size: 1rem; }
  .category_banner .category_heading {
    position: relative !important; }
    .category_banner .category_heading h1 {
      font-style: normal !important;
      margin-top: 10px !important;
      background: #f4f4f4;
      padding: 35px 20px;
      border-radius: 3px;
      color: #424453 !important;
      font-size: 1.25rem;
      position: relative;
      overflow: hidden; }
      .category_banner .category_heading h1::after {
        background-image: url(https://d1314cmsbd81ch.cloudfront.net/_next/static/images/vertical_pattern-912dff551a573e041d7b2dee40b77001.svg);
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        top: 0; }
    .category_banner .category_heading .breadcrumb .active {
      font-weight: 300;
      font-style: italic;
      text-transform: uppercase;
      color: #0082c3; }
    .category_banner .category_heading .mobile-breadcrumbs {
      margin-top: 10px; }
      .category_banner .category_heading .mobile-breadcrumbs a {
        color: #424453;
        padding: 10px 0;
        display: block; }
      .category_banner .category_heading .mobile-breadcrumbs img {
        transform: rotate(-180deg);
        margin-right: 10px; }
  .category_banner .how-to-choose {
    background: #f4f4f4;
    margin-left: 0;
    margin-top: 10px;
    max-width: 100%;
    justify-content: left;
    text-align: left; }
    .category_banner .how-to-choose .choose-content {
      margin-left: 0; }
      .category_banner .how-to-choose .choose-content span {
        display: inline-block !important;
        margin-left: 5px; }
  .category_description {
    padding: 0 15px; }
    .category_description div {
      margin-bottom: 10px; } }

.return-item-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1rem;
  border: 1px solid #ebebeb;
  margin: 1.2rem;
  border-radius: 3px; }
  .return-item-list .product-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .return-item-list .product-content .prod-image {
      flex: 0 0 25%;
      flex-grow: 0;
      flex-basis: 25%;
      margin-right: 1rem;
      max-width: 25%;
      border-radius: 3px;
      flex-basis: 0;
      flex-grow: 1; }
    .return-item-list .product-content .details {
      flex: 0 0 75%;
      max-width: 75%;
      flex-grow: 1;
      flex-basis: 0; }
      .return-item-list .product-content .details p {
        margin-bottom: 5px; }
      .return-item-list .product-content .details .react-rater {
        display: flex;
        margin-bottom: 5px; }
        .return-item-list .product-content .details .react-rater div {
          font-size: 1rem; }
      .return-item-list .product-content .details .size {
        display: flex; }
        .return-item-list .product-content .details .size p {
          margin-right: 15px; }
  .return-item-list .return-product-detail {
    flex: 0 0 70%; }
  .return-item-list .return-buttons {
    flex: 0 0 30%; }
    .return-item-list .return-buttons a {
      width: 100%;
      display: block;
      text-align: center;
      background: #f4f4f4;
      padding: 10px;
      margin-bottom: 10px;
      border-radius: 3px; }
    .return-item-list .return-buttons .track-button {
      background: #00ac6a;
      color: #fff; }

#track-history .modal-header {
  box-shadow: 0 1px 2px #ddd; }
  #track-history .modal-header h5 {
    font-size: 1.1rem; }

.order-tracking-bar {
  padding: 2rem 3rem; }
  .order-tracking-bar .progress-tracker {
    padding: 0; }
    .order-tracking-bar .progress-tracker .progress-step {
      list-style-type: none;
      display: flex;
      align-items: start; }
      .order-tracking-bar .progress-tracker .progress-step:last-child .progress-marker {
        background: transparent; }
      .order-tracking-bar .progress-tracker .progress-step:first-child .bar-active {
        display: none; }
    .order-tracking-bar .progress-tracker .progress-marker {
      min-height: 101px;
      margin-left: 0;
      margin-top: 0;
      width: 2px;
      background: #eee;
      content: '';
      height: 100%;
      position: relative; }
      .order-tracking-bar .progress-tracker .progress-marker::before {
        background: #fff;
        height: 25px;
        width: 25px;
        content: '';
        position: absolute;
        top: 0;
        left: -12px;
        border-radius: 50px;
        border: 2px solid #eee;
        z-index: 9; }
      .order-tracking-bar .progress-tracker .progress-marker .bar-active {
        background: #00ac6a !important;
        transform: scaleY(0);
        transform-origin: center top;
        height: 101px;
        width: 2px;
        transition-delay: 0s;
        transition: transform 1s ease-in, -webkit-transform 1s ease-in;
        transition-delay: 0s, 0s;
        position: relative;
        top: -101px; }
    .order-tracking-bar .progress-tracker .progress-text {
      padding-left: 3rem; }
      .order-tracking-bar .progress-tracker .progress-text h5 {
        font-size: 1.1rem;
        margin-bottom: 5px; }
      .order-tracking-bar .progress-tracker .progress-text p {
        margin-bottom: 5px !important; }
      .order-tracking-bar .progress-tracker .progress-text .content {
        display: none;
        transition: 0.3s ease; }
    .order-tracking-bar .progress-tracker .is-complete .progress-marker::before {
      background: #00ac6a;
      border-color: #00ac6a;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi42NDIiIGhlaWdodD0iOS4wMjMiIHZpZXdCb3g9IjAgMCAxMi42NDIgOS4wMjMiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiNmZmY7c3Ryb2tlOiNmZmY7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNTA1IDAuNTUzKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCkiPjxwYXRoIGNsYXNzPSJhIiBkPSJNMTEuNC4xMjFhLjM4Ni4zODYsMCwwLDAtLjU0NCwwTDMuOTMxLDcuMDQ3LjYsMy43MmEuMzg2LjM4NiwwLDEsMC0uNTQ0LjU0NmwzLjYsMy42YS4zODkuMzg5LDAsMCwwLC41NDYsMGw3LjItNy4yYS4zODYuMzg2LDAsMCwwLDAtLjU0NFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDcgLTAuMDA4KSIvPjwvZz48L2c+PC9zdmc+);
      background-repeat: no-repeat;
      background-size: 14px;
      background-position: center; }
    .order-tracking-bar .progress-tracker .is-complete .progress-text .content {
      display: block !important; }
    .order-tracking-bar .progress-tracker .is-complete .bar-active {
      transform: scaleY(1) !important; }
    .order-tracking-bar .progress-tracker .is-active .progress-marker .bar-active {
      transition-delay: 0s;
      transform: scaleY(1); }

#return-product .modal-header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 1050;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-bottom: none;
  padding: 1rem 2rem; }
  #return-product .modal-header .modal-title {
    font-weight: 400; }

#return-product .modal-footer {
  position: sticky;
  bottom: 0;
  background: #fff;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.1);
  z-index: 1050;
  border-top: none; }

#return-product .deca-btn-grey {
  padding: 10px 20px; }
  #return-product .deca-btn-grey span {
    margin-left: 1rem; }
    #return-product .deca-btn-grey span img {
      transform: rotate(-90deg); }

#return-product .deca-btn-grey.back span {
  margin-right: 1rem;
  margin-left: 0; }
  #return-product .deca-btn-grey.back span img {
    transform: rotate(90deg); }

#return-product .btn-close {
  z-index: 9999; }

#return-product .modal-body {
  padding: 2rem; }

#return-product .quantity-return {
  margin-bottom: 1.5rem; }
  #return-product .quantity-return h5 {
    margin-bottom: 5px; }
  #return-product .quantity-return .quantity-counter {
    background: #f4f4f4;
    display: inline-flex;
    padding: 1rem 2rem;
    align-items: center;
    border-radius: 3px; }
    #return-product .quantity-return .quantity-counter p {
      background: #424453;
      color: #fff;
      padding: 2px 21px;
      margin-bottom: 0;
      border-radius: 2px;
      font-size: 1.2rem; }
    #return-product .quantity-return .quantity-counter input {
      max-width: 50px;
      margin: 0 1rem;
      height: 30px;
      background: transparent;
      border: 1px solid #dedede;
      border-radius: 3px;
      text-align: center; }

#return-product .return-message .check {
  background-color: #eaeaea;
  position: absolute;
  width: 50px;
  left: 0;
  top: -3px; }
  #return-product .return-message .check:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    width: 16px;
    height: 16px;
    border: 1px solid #424553;
    background-color: #fff;
    border-radius: 3px; }
  #return-product .return-message .check:after {
    content: '';
    position: absolute;
    top: 23px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    width: 10px;
    height: 10px;
    background-color: #424553;
    border-radius: 3px;
    transform: scale(0);
    transition: 0.3s 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }

#return-product .return-message .return-message-list {
  margin-bottom: 10px; }
  #return-product .return-message .return-message-list button {
    background: #f4f4f4;
    width: 100%;
    text-align: left;
    padding: 15px 40px;
    border-radius: 3px;
    position: relative;
    border: 1px solid #f4f4f4; }
  #return-product .return-message .return-message-list textarea {
    resize: none;
    height: 80px;
    margin-top: 5px;
    border: 1px solid #ebebeb;
    padding: 10px; }
    #return-product .return-message .return-message-list textarea:focus {
      outline: none;
      box-shadow: none; }
    #return-product .return-message .return-message-list textarea::placeholder {
      font-size: 13px;
      opacity: 0.5;
      font-weight: 300; }

#return-product button.active .check:after {
  transform: scale(1); }

#return-product .return-mode-card {
  font-size: 15px;
  margin-bottom: 1rem;
  border: 1px solid #EBEBEB;
  cursor: pointer; }
  #return-product .return-mode-card .card-body {
    display: flex;
    padding: 0; }
  #return-product .return-mode-card p {
    color: rgba(66, 69, 83, 0.6);
    max-width: 70%;
    margin-bottom: 6px; }
    #return-product .return-mode-card p strong {
      color: #424553;
      font-size: 15px; }
  #return-product .return-mode-card h6 {
    color: #424553;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 15px; }
    #return-product .return-mode-card h6 strong {
      color: #00AC6A; }
  #return-product .return-mode-card h5 {
    color: #424553;
    margin-bottom: 10px; }
  #return-product .return-mode-card .location-detail {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    color: rgba(66, 69, 83, 0.6); }
    #return-product .return-mode-card .location-detail li {
      margin-right: 10px; }
      #return-product .return-mode-card .location-detail li strong {
        margin-right: 10px;
        color: #424553; }
  #return-product .return-mode-card .directions {
    font-size: 11px;
    color: #0082C3;
    text-align: center;
    position: absolute;
    top: -1px;
    right: -1px;
    z-index: 1;
    border: 1px solid #EBEBEB;
    padding: 15px;
    border-radius: 3px;
    background-color: #fff; }
    #return-product .return-mode-card .directions img {
      display: block;
      margin-bottom: 10px;
      max-width: 50px; }

.confirm-card {
  border: none; }
  .confirm-card .card-body {
    padding: 0;
    border: none;
    position: relative; }
    .confirm-card .card-body h5 {
      border: 1px solid #00AC6A;
      box-shadow: none !important;
      background: #e9f9ee !important;
      padding: 15px 40px;
      border-radius: 3px;
      font-size: 1rem; }
    .confirm-card .card-body .check {
      top: -4px; }
    .confirm-card .card-body .address {
      border: 1px solid #ebebdb;
      border-radius: 3px;
      padding: 1rem; }
      .confirm-card .card-body .address p {
        margin-bottom: 2px;
        line-height: 20px; }

.return-success {
  border: none; }
  .return-success .card-body {
    border: 1px solid #ebebeb;
    border-left: 4px solid #00AC6A;
    border-radius: 3px; }
    .return-success .card-body span {
      margin-right: 15px; }
      .return-success .card-body span img {
        background: #00AC6A;
        padding: 4px;
        border-radius: 50px;
        height: 19px;
        width: 19px; }

.return-tab {
  width: 100%;
  transition: transform 0.3s ease;
  transform: translateX(0%);
  display: flex; }
  .return-tab .return-tab-1,
  .return-tab .return-tab-2,
  .return-tab .return-tab-3,
  .return-tab .return-tab-4 {
    flex: 0 0 100%;
    max-width: 100%; }
    .return-tab .return-tab-1 .scrollview,
    .return-tab .return-tab-2 .scrollview,
    .return-tab .return-tab-3 .scrollview,
    .return-tab .return-tab-4 .scrollview {
      max-height: calc(100vh - 300px);
      overflow: auto; }
  .return-tab .return-tab-3 .update-btn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }
    .return-tab .return-tab-3 .update-btn .deca-btn-grey {
      flex: 0 0 auto; }
    .return-tab .return-tab-3 .update-btn .deca-btn-blue {
      flex: 0 0 75%;
      max-width: 75%;
      border-radius: 3px; }
      .return-tab .return-tab-3 .update-btn .deca-btn-blue span {
        float: right; }
  .return-tab .update-btn {
    background: #fff;
    padding: 10px 0; }

.ModeOfReturn .return-tab {
  transform: translateX(-100%); }

.ConfirmMode .return-tab {
  transform: translateX(-200%); }

.ReturnSuccess .return-tab {
  transform: translateX(-300%); }

.check {
  background-color: #EAEAEA;
  position: relative;
  min-width: 50px; }
  .check:before {
    content: '';
    position: absolute;
    top: 20px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    width: 16px;
    height: 16px;
    border: 1px solid #424553;
    background-color: #fff;
    border-radius: 3px; }
  .check:after {
    content: '';
    position: absolute;
    top: 23px;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    width: 10px;
    height: 10px;
    background-color: #424553;
    border-radius: 3px;
    transform: scale(0);
    transition: 0.3s 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }

.active .card-body .check:after {
  transform: scale(1); }

@media screen and (max-width: 991px) {
  .return-item-list {
    margin: 0;
    border: none; }
    .return-item-list .return-product-detail.mobile-details {
      flex: 0 0 100% !important; }
      .return-item-list .return-product-detail.mobile-details .return-buttons .track-button {
        width: auto;
        padding: 10px 30px;
        display: inline-block; }
      .return-item-list .return-product-detail.mobile-details .details {
        padding-right: 20px;
        cursor: pointer;
        position: relative; }
        .return-item-list .return-product-detail.mobile-details .details::after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMi41ODMiIGhlaWdodD0iNy4yMjMiIHZpZXdCb3g9IjAgMCAxMi41ODMgNy4yMjMiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiM0MjQ0NTM7c3Ryb2tlOiM0MjQ0NTM7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0ibWF0cml4KDAuMjU5LCAwLjk2NiwgLTAuOTY2LCAwLjI1OSwgMTAuMTIyLCA1LjQzOSkiPjxnIHRyYW5zZm9ybT0ibWF0cml4KDAuOTY2LCAwLjI1OSwgLTAuMjU5LCAwLjk2NiwgLTQuMjI2LCAtMy4xMDgpIj48cGF0aCBjbGFzcz0iYSIgZD0iTS4zODMsNi4xM2EuMzg0LjM4NCwwLDAsMS0uMjcxLS42NTVMNS40OTMuMDkyYS4zODQuMzg0LDAsMCwxLC41NDIuNTQyTC42NTQsNi4wMTZBLjM4NC4zODQsMCwwLDEsLjM4Myw2LjEzWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCA1LjQwMSkiLz48cGF0aCBjbGFzcz0iYSIgZD0iTTUuNzY0LDYuMTQ5YS4zODQuMzg0LDAsMCwxLS4yNzEtLjExM0wuMTEyLjY1NEEuMzgzLjM4MywwLDEsMSwuNjU0LjExMkw2LjAzNSw1LjQ5M2EuMzg0LjM4NCwwLDAsMS0uMjcxLjY1NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMCkiLz48L2c+PC9nPjwvc3ZnPg==);
          background-position-x: 0%;
          background-position-y: 0%;
          background-repeat: repeat;
          position: absolute;
          content: "";
          height: 50px;
          width: 50px;
          background-repeat: no-repeat;
          background-position: center;
          transform: rotate(-90deg);
          right: 15px;
          top: 28%; }
  [tabindex="-1"] {
    z-index: 999999 !important; } }

.store-orders table .bg-grey td {
  border: 1px solid #ebebeb; }
  .store-orders table .bg-grey td button {
    background: #f4f4f4;
    border: 1px solid #ebebeb;
    padding: 4px 10px;
    font-size: 13px;
    border-radius: 3px; }

.store-orders table .collapse-table td {
  border: none; }

.store-orders table .collapse-table div {
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  padding: 1rem; }
  .store-orders table .collapse-table div table {
    background: #fff; }
    .store-orders table .collapse-table div table tr td {
      padding: 10px; }

.deca-pagination .pagination {
  justify-content: center; }
  .deca-pagination .pagination .page-item {
    margin-right: 10px; }
    .deca-pagination .pagination .page-item .page-link {
      border: none;
      background: #f4f4f4;
      padding: 6px 13px;
      border-radius: 3px;
      color: #424453; }
      .deca-pagination .pagination .page-item .page-link[aria-label] {
        background: transparent; }
      .deca-pagination .pagination .page-item .page-link[aria-label*='Previous'] img {
        transform: rotate(90deg); }
      .deca-pagination .pagination .page-item .page-link[aria-label*='Next'] img {
        transform: rotate(-90deg); }
    .deca-pagination .pagination .page-item .active {
      background-color: #424453;
      color: #fff; }

#return-tabs .order-filter-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: #f4f4f4;
  padding: 20px;
  border-radius: 3px; }
  #return-tabs .order-filter-bar h5 {
    margin-bottom: 0; }

#return-tabs .return-tabs {
  flex: 0 0 40%; }
  #return-tabs .return-tabs ul {
    padding: 0;
    margin: 0;
    display: flex; }
    #return-tabs .return-tabs ul .nav-link {
      background: #fff;
      margin-right: 10px;
      border-radius: 3px;
      border: 1px solid transparent;
      cursor: pointer; }
    #return-tabs .return-tabs ul .active.nav-link {
      border: 1px solid #424453; }

#return-tabs .filter-dropdown {
  flex: 0 0 30%;
  display: flex;
  align-items: center; }
  #return-tabs .filter-dropdown span {
    margin-right: 15px; }
  #return-tabs .filter-dropdown [class*="-control"] {
    height: 35px;
    min-height: 35px;
    background: #fff;
    border: none; }

#return-tabs .tabs-content {
  margin-top: 1rem; }

#return-tabs .tab-content-wrapper {
  border: none;
  padding: 0; }
  #return-tabs .tab-content-wrapper .collapse-btn {
    width: 100%;
    background: #f4f4f4;
    border: none;
    padding: 20px;
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    #return-tabs .tab-content-wrapper .collapse-btn .purchase-from {
      background: #fff;
      padding: 7px 10px;
      border-radius: 3px;
      border: 1px solid #0082C3; }
    #return-tabs .tab-content-wrapper .collapse-btn .detail-button {
      background: #fff;
      padding: 7px 10px;
      border: 1px solid #c8c8c8;
      border-radius: 3px;
      font-size: 13px;
      cursor: pointer; }
      #return-tabs .tab-content-wrapper .collapse-btn .detail-button span {
        margin-left: 15px; }
        #return-tabs .tab-content-wrapper .collapse-btn .detail-button span img {
          transform: rotate(-90deg); }
  #return-tabs .tab-content-wrapper .deca-collapse {
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 1rem; }

#order-details {
  max-width: 850px; }
  #order-details .modal-header {
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border: none; }
    #order-details .modal-header h5 {
      font-weight: normal; }
  #order-details .modal-body {
    padding: 2rem; }
  #order-details .detail-status {
    margin-bottom: 2rem; }
    #order-details .detail-status ul {
      display: flex;
      justify-content: space-between;
      padding: 0;
      margin: 0; }
      #order-details .detail-status ul li {
        list-style-type: none;
        border: 1px solid #ebebeb;
        padding: 12px 15px;
        border-radius: 3px; }
        #order-details .detail-status ul li b {
          margin-right: 15px; }
  #order-details .summary .summary-content {
    padding: 15px;
    border: 1px solid #ebebeb;
    border-radius: 3px;
    margin-bottom: 1rem;
    background-color: #fff;
    border: none;
    background: #f4f4f4; }
    #order-details .summary .summary-content .cart-total {
      margin: 0;
      border-top: 1px solid #ebebeb;
      padding-top: 15px;
      font-size: 16px;
      font-weight: 600; }
  #order-details .address-list {
    display: flex;
    flex-wrap: wrap; }
    #order-details .address-list .col-address {
      flex: 0 0 50%;
      max-width: 50%;
      padding-right: 15px; }
      #order-details .address-list .col-address .user-address {
        border: 1px solid #ebebeb;
        padding: 15px;
        border-radius: 3px;
        min-height: 175px; }
        #order-details .address-list .col-address .user-address p {
          margin-bottom: 5px; }
      #order-details .address-list .col-address:last-child {
        padding-right: 0; }
  #order-details .customer-details ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    margin: 15px 0 0; }
    #order-details .customer-details ul li {
      list-style-type: none;
      padding: 12px 15px;
      border: 1px solid #ebebeb;
      border-radius: 3px;
      background: #f4f4f4;
      flex: 0 0 32%; }
      #order-details .customer-details ul li:last-child {
        background: transparent;
        border: none;
        padding: 0; }
      #order-details .customer-details ul li .deca-btn-blue {
        width: 100%;
        border-radius: 3px;
        padding: 12px;
        border: 1px solid #0082C3; }
      #order-details .customer-details ul li b {
        margin-right: 1rem; }
  #order-details .product-list {
    margin-top: 1rem; }
    #order-details .product-list .details-product {
      border: 1px solid #ebebeb;
      margin-bottom: 1rem;
      border-radius: 3px; }
      #order-details .product-list .details-product h6 {
        background: #f4f4f4;
        padding: 10px; }
    #order-details .product-list ul {
      padding: 0;
      margin: 0; }
      #order-details .product-list ul li {
        list-style-type: none;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        border-bottom: 1px solid #ebebeb;
        flex-wrap: wrap;
        white-space: nowrap; }
        #order-details .product-list ul li p {
          margin-bottom: 0;
          flex-basis: 0;
          flex-grow: 1;
          padding-right: 15px; }
          #order-details .product-list ul li p:nth-child(1) {
            flex-grow: 2; }
        #order-details .product-list ul li:last-child {
          border: none; }

@media screen and (max-width: 991px) {
  #return-tabs .tab-content-wrapper {
    position: relative;
    left: 0;
    visibility: hidden !important;
    display: none; }
    #return-tabs .tab-content-wrapper .deca-collapse {
      box-shadow: 0 0 4px #ddd;
      border: none; }
      #return-tabs .tab-content-wrapper .deca-collapse .collapse-btn {
        padding: 10px; }
  #return-tabs .active.tab-content-wrapper {
    visibility: visible !important;
    display: block;
    transform: translate3d(0%, 0, 0);
    z-index: 1; }
  #return-tabs .order-filter-bar {
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 4px #ddd; }
    #return-tabs .order-filter-bar .return-tabs {
      flex: 0 0 50%;
      max-width: 50%;
      position: relative;
      padding-right: 15px; }
      #return-tabs .order-filter-bar .return-tabs ul {
        background: #f4f4f4;
        padding: 5px;
        border-radius: 3px; }
        #return-tabs .order-filter-bar .return-tabs ul li {
          background: transparent;
          border: none !important; }
      #return-tabs .order-filter-bar .return-tabs .active-tab-indicator {
        position: absolute;
        height: 100%;
        bottom: -2px;
        background-color: #424453;
        border-radius: 2px;
        transition: 0.4s ease;
        width: 40%;
        top: 0; }
        #return-tabs .order-filter-bar .return-tabs .active-tab-indicator:after {
          content: none; }
    #return-tabs .order-filter-bar .filter-dropdown {
      flex: 0 0 50%;
      order: 1; }
  #return-tabs .filter-dropdown [class*="-control"] {
    height: 45px;
    border: 1px solid #424453; }
  #order-details .modal-body {
    padding: 1rem; }
    #order-details .modal-body .detail-status ul {
      flex-wrap: wrap; }
      #order-details .modal-body .detail-status ul li {
        border: none;
        margin-bottom: 15px;
        min-width: 155px;
        text-align: center;
        box-shadow: 0 0 4px #ddd; }
        #order-details .modal-body .detail-status ul li:nth-child(3), #order-details .modal-body .detail-status ul li:nth-child(4) {
          margin-bottom: 0; }
    #order-details .modal-body .address-list .col-address {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0;
      margin-bottom: 1.5rem; }
      #order-details .modal-body .address-list .col-address .user-address {
        background: #f4f4f4;
        min-height: inherit; }
    #order-details .modal-body .summary .summary-content {
      margin-bottom: 1.5rem; }
    #order-details .modal-body .summary .pl-0 {
      padding-left: 15px !important; }
  #order-details .customer-details ul {
    flex-wrap: wrap; }
    #order-details .customer-details ul li {
      flex: 0 0 47%;
      margin-bottom: 1rem; }
      #order-details .customer-details ul li:last-child {
        flex: 0 0 100%; }
  #order-details .product-list li {
    padding: 1rem;
    flex-wrap: wrap;
    border-radius: 3px;
    white-space: inherit !important; }
    #order-details .product-list li p {
      width: 100%;
      margin-bottom: 7px !important;
      flex: 0 0 48%;
      max-width: 47%;
      flex-grow: inherit !important;
      flex-basis: auto !important;
      margin-right: 10px;
      padding-right: 0; }
  .visible-return {
    visibility: hidden; } }

@media screen and (max-width: 991px) {
  .return-mobile-details {
    position: fixed;
    z-index: 9999999;
    top: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    transform: translate3d(0%, 0, 0);
    transition: all 250ms ease;
    left: 360px; }
    .return-mobile-details .return-product-detail {
      flex: 0 0 100%;
      box-shadow: 0 0px 3px #e0e1e7;
      padding: 1rem;
      margin-bottom: 1rem;
      border-radius: 3px; }
    .return-mobile-details .return-buttons {
      flex: 0 0 100%;
      display: flex; }
      .return-mobile-details .return-buttons a {
        padding: 15px;
        margin-right: 15px; }
        .return-mobile-details .return-buttons a:nth-child(2) {
          margin-right: 0; }
  .visible .return-mobile-details {
    transform: translate3d(-360px, 0, 0); } }

.product-main-content .left-content nav.breadcrumb {
  background-color: transparent;
  padding: 0 0 10px; }
  .product-main-content .left-content nav.breadcrumb .breadcrumb {
    background-color: transparent;
    border-bottom: 1px solid #f5f6f6;
    padding: 0 0 10px;
    flex: 0.9;
    text-transform: capitalize;
    display: flex;
    overflow: hidden;
    flex-wrap: nowrap; }
    .product-main-content .left-content nav.breadcrumb .breadcrumb-item {
      color: #0082c3;
      padding-left: 10px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      min-width: 50px; }
      .product-main-content .left-content nav.breadcrumb .breadcrumb-item a {
        color: #969696; }
      .product-main-content .left-content nav.breadcrumb .breadcrumb-item:before {
        content: '';
        padding-right: 0;
        width: 1px;
        height: 80%;
        background: #969696;
        vertical-align: -4px;
        margin-right: 10px;
        transform: rotate(-20deg); }
      .product-main-content .left-content nav.breadcrumb .breadcrumb-item:first-child {
        padding-left: 15px; }
        .product-main-content .left-content nav.breadcrumb .breadcrumb-item:first-child:before {
          display: none; }

.product-main-content .left-content {
  max-width: 100vw; }
  .product-main-content .left-content .product-thumbs {
    max-width: 100px; }
    .product-main-content .left-content .product-thumbs .product-thumbs-btns {
      width: 40px;
      max-height: 40px;
      padding: 12px;
      line-height: 10px;
      margin: auto;
      cursor: pointer; }
    .product-main-content .left-content .product-thumbs .swiper-container {
      max-height: 340px;
      overflow: hidden;
      margin: 15px 0; }
      .product-main-content .left-content .product-thumbs .swiper-container .swiper-slide {
        max-width: 70px;
        max-height: 70px;
        height: auto !important;
        cursor: pointer;
        margin-bottom: 20px; }
        .product-main-content .left-content .product-thumbs .swiper-container .swiper-slide img {
          border-radius: 4px; }
        .product-main-content .left-content .product-thumbs .swiper-container .swiper-slide.swiper-slide-active img {
          border: 1px solid #2c2c2c; }
      .product-main-content .left-content .product-thumbs .swiper-container .swiper-button-prev,
      .product-main-content .left-content .product-thumbs .swiper-container .swiper-button-next {
        display: none; }
  .product-main-content .left-content .product-main-image img {
    cursor: pointer;
    width: 100%;
    opacity: 0;
    transform: translateY(20px);
    transition: 0s ease; }
    .product-main-content .left-content .product-main-image img.image-loaded {
      opacity: 1;
      transform: translateY(0px);
      transition: opacity 0.3s 0.3s ease, transform 0.3s 0.2s ease; }

@font-face {
  font-family: 'lg';
  src: url("/fonts/lg.eot?n1z373");
  src: url("/fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("/fonts/lg.woff?n1z373") format("woff"), url("/fonts/lg.ttf?n1z373") format("truetype"), url("/fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: normal;
  font-style: normal; }

body .lg-backdrop {
  background-color: #fff; }

body .lg-outer .lg-icon {
  background-color: #0082C3;
  color: #fff !important;
  opacity: 1; }
  body .lg-outer .lg-icon:active {
    background-color: #006090; }

body .lg-outer .lg-thumb-outer {
  border-top: 1px solid #0082C3;
  background-color: rgba(255, 255, 255, 0.7); }
  body .lg-outer .lg-thumb-outer .lg-thumb {
    padding: 5px 0; }
    body .lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item {
      border: 2px solid #90daff; }
      body .lg-outer .lg-thumb-outer .lg-thumb .lg-thumb-item.active {
        border-color: #0082C3; }

body .lg-outer #lg-counter {
  color: #0082C3;
  font-weight: 600; }

body .lg-outer .lg-toolbar {
  background-color: transparent; }

@media screen and (max-width: 767px) {
  .product-main-content .left-content .product-main-image {
    padding: 0 10px; } }

@media screen and (min-width: 1200px) {
  .product-main-content .left-content .product-main-image {
    max-width: calc(100% - 140px); } }

.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}#lg-counter,.lg-outer .lg-video-cont{vertical-align:middle;display:inline-block}@font-face{font-family:lg;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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?#iefixn1z373) format("embedded-opentype"),url(data:font/woff;base64,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) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(https://d1314cmsbd81ch.cloudfront.net/_next/static/images/lg-c066c5448562b3ccaefb6408ce4b4ae1.svg#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\E095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\E094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\E070"}.lg-toolbar .lg-download:after{content:"\E0F2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;font-size:16px;padding-left:20px;padding-top:12px}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toggle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toggle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toggle-thumb:after{content:"\E1FF"}.lg-outer .lg-video-cont{max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-vimeo .lg-video-play{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAB2CAYAAABWD7T8AAAFkUlEQVR4Ae3cA3BdeR/G8bqNk9dcu26zGdRee7e2YtcZ1A3WHHVHtY04tcNFbffGt3tx8uwzSOYEE5z/6US/Z+azKIJvfA/ayBpnHuRH4ymGYim+BUugWIqh8eRH7qQ8L4qgdLITWikbpVEYeZKhvUO5BFFJNr1BDVokOQmiRnYKo3otnDSCqJVGIVTr3pCYDeKgYbV9AcoiNIg4Sx5UbYEEQ8QsqjRXSiIYIg6QC1WsJxUSDBEW6kYVe5cglLxFFfMnNJZOnTq1hKAzqGJRhMbStWtXrF+/Hj179mzOQcOpYtGExvLaa69B0zRYLBZERESgY8eOzTFoRJMJ+uqrr6KgoADlS0xMRN++fSWoStDCwkLoV1JSgoULF8LDw0OCKgfVLS0tDf3795egykF1s1qtWLJkCby9vSWoclDdjh8/juHDh0tQ5aC6lZaWIi4uDj4+PhJUNah+2dnZeOuttySoalD9bDYbvvvuO/z973+XoKpB9Tt//jw+/PBDCaoYtNpWr16Np59+WoLqgirv8uXLGD9+PNq2bStBzdzatWvx0ksvSVAzd+fOHcyaNUuCmrVr165h9OjRElR1mqbhxx9/xH/+8x/5kFddbm6uyjf8ElT/I+kXX3xhxgMoEvTkyZMYNmyY6sshQfl3sHTpUri5uam+DBI0PT0dAwYMUH3eErS4uBgLFiww49CIBD148CB8fX1Vn58ELT+87OLiovq8JOjOnTvB4/aqz0OC3r59G/7+/mjXrp3q05egGzZsUH2kSIJqmoZLly5h8uTJ5b8uQVVOFvv+++/xwgsvmPH0JGj79u2r/ZoEFRHmnh8qws09g1nMkHPsn+A59j2ogGCIeERdqWKulEgwROynLsTJ51EzzKRq86RMQoOIM+RONW4EOQiiXuw0lGpdCGmEWgknBVK9FlbrPUaEjYKpQXujxuvnRSaNIENzpxBKISuhlbJSMgWROynPjXxpNM2nFRTbwq2g+TSafMmNZE1y7bdlepAfjacYiqX4FiyBYimGxpMfuVObutT1B7wogtLJTmilbJRGYeRpNOg7lEuoRGTTGw0NGklOQo2EncLqGzScNEKthEYhdQV9o0ExhYOGUY1BvSiL0CDiLHnUFDSQYIiYVTWoKyURDBEHyEUftCcVEgwRFuqmD/ouQYl4Sx/Un9BYXHZktYSgM/RBowiNpXvSb9hwMx+9U35vzkHD9UGjGzuoVgZY7E5EZd9Cl+b5HhvRZIJ2Y9ACxixf0v0ivJ6q9N4qQQsdTuhX4tQQk3cb3ruyJahqUP3SHxRjYMYFCaoaVD+rU8PS3+7ir7tzJKhqUP1OWEox8vAlCaoaVL9Sp4b48/fwN/X3VgmqX07hY7xz9LIEVQ2qn00rw/eXHuBfe3MlqGpQ/c4X/4GPj1+RoIpBq+3na4/w3IFfJKg+qOoul9ow8fQ1dJCgTpi5dTfy8WrirxLUzN157ID/uRsS1Kxds9ow9uRVCao6rQz46fJD/H9fnnzIqy6vSO0bfgmq+5H0y4v3zXgARYKespRixOGLqi+HBOXfwTI+rOe5U/lBaAma8bAEg9QfeJagxQ4Ni8w5NCJBE+8VwS/1vOrzk6Dlh5fd1T9XStBddwrB4/aqz0OC3n5sR2DmDXTcrvz0JejGm8qPFElQrQy4VGLD1DPXVZ+eBO3OoD9cfoCXD5ryXilBO22vfnKYBBUR5p4fKsLNPYNZzHiC59jLOfY9qIBgiHhEXatep5RIMETspy76oGqfR8XMmi5N9KRMQoOIM+SuD6o3ghyEehF2GlrX9fIhpBFqJZwUWN87OoTVeo8RYaPght5z5I0ar58XmTTC6F1x3CmEUshKaKWslExB5K5ym6FybuRLo2k+raDYFm4FzafR5EtuBu7bpEiYHVT8CRH1mIv9VAvpAAAAAElFTkSuQmCC) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFQAAAB2CAYAAABWD7T8AAAFkUlEQVR4Ae3cA3BdeR/G8bqNk9dcu26zGdRee7e2YtcZ1A3WHHVHtY04tcNFbffGt3tx8uwzSOYEE5z/6US/Z+azKIJvfA/ayBpnHuRH4ymGYim+BUugWIqh8eRH7qQ8L4qgdLITWikbpVEYeZKhvUO5BFFJNr1BDVokOQmiRnYKo3otnDSCqJVGIVTr3pCYDeKgYbV9AcoiNIg4Sx5UbYEEQ8QsqjRXSiIYIg6QC1WsJxUSDBEW6kYVe5cglLxFFfMnNJZOnTq1hKAzqGJRhMbStWtXrF+/Hj179mzOQcOpYtGExvLaa69B0zRYLBZERESgY8eOzTFoRJMJ+uqrr6KgoADlS0xMRN++fSWoStDCwkLoV1JSgoULF8LDw0OCKgfVLS0tDf3795egykF1s1qtWLJkCby9vSWoclDdjh8/juHDh0tQ5aC6lZaWIi4uDj4+PhJUNah+2dnZeOuttySoalD9bDYbvvvuO/z973+XoKpB9Tt//jw+/PBDCaoYtNpWr16Np59+WoLqgirv8uXLGD9+PNq2bStBzdzatWvx0ksvSVAzd+fOHcyaNUuCmrVr165h9OjRElR1mqbhxx9/xH/+8x/5kFddbm6uyjf8ElT/I+kXX3xhxgMoEvTkyZMYNmyY6sshQfl3sHTpUri5uam+DBI0PT0dAwYMUH3eErS4uBgLFiww49CIBD148CB8fX1Vn58ELT+87OLiovq8JOjOnTvB4/aqz0OC3r59G/7+/mjXrp3q05egGzZsUH2kSIJqmoZLly5h8uTJ5b8uQVVOFvv+++/xwgsvmPH0JGj79u2r/ZoEFRHmnh8qws09g1nMkHPsn+A59j2ogGCIeERdqWKulEgwROynLsTJ51EzzKRq86RMQoOIM+RONW4EOQiiXuw0lGpdCGmEWgknBVK9FlbrPUaEjYKpQXujxuvnRSaNIENzpxBKISuhlbJSMgWROynPjXxpNM2nFRTbwq2g+TSafMmNZE1y7bdlepAfjacYiqX4FiyBYimGxpMfuVObutT1B7wogtLJTmilbJRGYeRpNOg7lEuoRGTTGw0NGklOQo2EncLqGzScNEKthEYhdQV9o0ExhYOGUY1BvSiL0CDiLHnUFDSQYIiYVTWoKyURDBEHyEUftCcVEgwRFuqmD/ouQYl4Sx/Un9BYXHZktYSgM/RBowiNpXvSb9hwMx+9U35vzkHD9UGjGzuoVgZY7E5EZd9Cl+b5HhvRZIJ2Y9ACxixf0v0ivJ6q9N4qQQsdTuhX4tQQk3cb3ruyJahqUP3SHxRjYMYFCaoaVD+rU8PS3+7ir7tzJKhqUP1OWEox8vAlCaoaVL9Sp4b48/fwN/X3VgmqX07hY7xz9LIEVQ2qn00rw/eXHuBfe3MlqGpQ/c4X/4GPj1+RoIpBq+3na4/w3IFfJKg+qOoul9ow8fQ1dJCgTpi5dTfy8WrirxLUzN157ID/uRsS1Kxds9ow9uRVCao6rQz46fJD/H9fnnzIqy6vSO0bfgmq+5H0y4v3zXgARYKespRixOGLqi+HBOXfwTI+rOe5U/lBaAma8bAEg9QfeJagxQ4Ni8w5NCJBE+8VwS/1vOrzk6Dlh5fd1T9XStBddwrB4/aqz0OC3n5sR2DmDXTcrvz0JejGm8qPFElQrQy4VGLD1DPXVZ+eBO3OoD9cfoCXD5ryXilBO22vfnKYBBUR5p4fKsLNPYNZzHiC59jLOfY9qIBgiHhEXatep5RIMETspy76oGqfR8XMmi5N9KRMQoOIM+SuD6o3ghyEehF2GlrX9fIhpBFqJZwUWN87OoTVeo8RYaPght5z5I0ar58XmTTC6F1x3CmEUshKaKWslExB5K5ym6FybuRLo2k+raDYFm4FzafR5EtuBu7bpEiYHVT8CRH1mIv9VAvpAAAAAElFTkSuQmCC) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAC+klEQVR4Ad3YAUcEeRjH8RktYLdDsdli3b2GkqreQrRXB4QiAZWoSlS2KiW9hRDhSkFVHEsApHC62w7QZnWh7ZKg7Z77SpZMXdXOzPOf+fEBoH6e3+7sWD6kFl1YwA5OkccDnl48II8TbGMenUggkGnCKs4hZcpiBY0wOpUYdv7TrspiCDEYkx+Qxj8QnxQwrV2EjT5cQ5RcoRc2fM2POIIYIoMkfMkvuIMY5hYpr09+EWK4WS8mEcEGJCDWEXHzn9+GBMyWGyXY2IAE1Hq5c1iEBNxcOZ/2EhIpfCk/4Q4SErdIfmX3R5CQycDGh+mDhFTPZ37YXENC6goxvJs0xG2JREJs2zalhCm8mUqvftL29/fL4eGhVFdXm1BAATE4MgzxqgAhl5eX0tbWZkIJg3DkL68LEFIsFmViYkJ7En/gVZogPhRQigGTaEApq34XYMAkllHKuUIB2pM4w3NqISoF6E8iDqtLrQD9SaRgLSgX4JjE+Pi4X5NIw9rRL8CZg4MDPyaxCetUrQD9SRzDyqsVoD+JHKwHtQL0J3EP68ngAhyTaG1tdfNvKwaqgFwu53oBgZnA/v6+ZxPIm1zA4+OjjI2NefoheGJqAZy8tLS0eP41uG1iAXt7e1JVVeXLg9C8bgHOkx8dHfX1UbhToQClk3fogJVQKEDp5B3ieE5WoQCFk3/ld5SyolHAxcWFNDc3a70SW0IpjX4XsLu7Wzp5JfV4lawfBXDyMjIyov1a/AyODHlYgPLJOwzAkRgKXhWgf/IlN4jizUxD3FZTU+M4eUWTeDeV+BsSUnlE8b/phYRUNz6MjQwkZH7Dp5PELSQkblCHLyUFCYF/0Y5vZRYScDP4dmysQwJqDWUngi1IwPyKCriSSMAuYQ0VcDU25gLwgTcDT/OzoV+RN2iHL0kiY9hDTh18jY0eXCk/23dDNTFMoeDzuU8iCmMSwyD+9PhNzgCiMDoNWMaZS29vl1CPQCaOFNLYxDFyuEfxxT1yOMYm0uhAHJ7mP8ZCuxmI6VJBAAAAAElFTkSuQmCC) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(data:image/png;base64,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) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(data:image/png;base64,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) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\E01D"}.lg-show-autoplay .lg-autoplay-button:after{content:"\E01A"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\E311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\E033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\E312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\E20C"}.lg-fullscreen-on .lg-fullscreen:after{content:"\E20D"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\E80D"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\E901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\E904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\E902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\E903"}.group:after,.group:before{display:table;content:"";line-height:0}.group:after{clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(data:image/gif;base64,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) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
.product-main-content .left-content .product-video {
  background-color: #f4f4f4;
  padding: 10px 15px;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block; }
  .product-main-content .left-content .product-video img {
    margin-right: 15px;
    vertical-align: -9px;
    max-width: 30px; }

.product-main-content .left-content .product_sticker {
  position: relative;
  z-index: 9;
  top: auto;
  left: auto; }

@media screen and (max-width: 991px) {
  .product-main-content .left-content {
    position: relative;
    margin-bottom: 20px; }
    .product-main-content .left-content .product-video {
      position: absolute;
      top: 10px;
      right: 20px;
      z-index: 998;
      transform: scale(0.7);
      transform-origin: top right;
      border: 1px solid #C6C6C6; }
    .product-main-content .left-content .product_sticker {
      position: absolute;
      z-index: 9;
      top: 10px;
      left: 10px; }
  .product-page {
    overflow: hidden; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-main-content .left-content {
    padding: 0 5px; } }

@media screen and (min-width: 992px) {
  .product-main-content .left-content {
    flex-grow: 1;
    flex-basis: 0%;
    max-width: 55%;
    padding-top: 10px;
    padding-left: 20px;
    height: 100%;
    position: sticky;
    z-index: 999;
    top: 0; } }

.product-main-content .right-content .product-price .price_tag {
  font-size: 20px;
  padding: 10px 15px;
  min-width: 100px; }

.product-main-content .right-content .product-price.bd-right {
  position: relative;
  padding-right: 15px;
  margin-right: 15px; }
  .product-main-content .right-content .product-price.bd-right:after {
    content: '';
    position: absolute;
    top: 0;
    right: -7px;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #707070;
    transform: rotate(-10deg); }

.product-main-content .right-content .price {
  position: relative;
  font-size: 16px;
  margin-right: 5px; }
  .product-main-content .right-content .price.showSlash:after {
    content: '';
    height: 1px;
    width: 100%;
    transform: skewY(-10deg);
    position: absolute;
    top: 8px;
    left: 0;
    background: #424453; }

.product-main-content .right-content .off-percent {
  color: #ff3a0b; }

@media screen and (max-width: 991px) {
  .product-main-content .right-content .product-price .price_tag {
    font-size: 18px;
    padding: 7px 10px;
    min-width: 80px;
    margin-top: 5px; } }

.product-main-content .right-content .product-heading {
  color: #969696;
  font-size: 13px; }
  .product-main-content .right-content .product-heading h2 {
    color: #424453;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 14px; }
  .product-main-content .right-content .product-heading h1 {
    color: #424453;
    font-weight: 600;
    margin-bottom: 0;
    font-size: 20px; }

@media screen and (max-width: 991px) {
  .product-main-content .right-content .product-heading {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px; }
    .product-main-content .right-content .product-heading .product-price:after {
      display: none; }
    .product-main-content .right-content .product-heading h1 {
      font-weight: 400;
      margin-bottom: 5px;
      font-size: 16px; }
    .product-main-content .right-content .product-heading p {
      margin: 0; } }

.product-main-content .right-content .product-rating {
  display: flex;
  align-items: center;
  cursor: pointer; }
  .product-main-content .right-content .product-rating .react-rater {
    margin-left: 10px;
    cursor: pointer;
    display: flex; }
    .product-main-content .right-content .product-rating .react-rater .react-rater-star {
      font-size: 16px;
      margin-right: 1px; }
  .product-main-content .right-content .product-rating h4 {
    color: #424453;
    margin-bottom: 0;
    font-size: 20px; }
    .product-main-content .right-content .product-rating h4 small {
      font-size: 14px; }

.product-main-content .right-content .review-btn {
  color: #424453;
  border-color: #424453;
  background-color: #fff;
  box-shadow: none !important;
  padding: 6px 10px 7px 20px;
  font-size: 12px; }
  .product-main-content .right-content .review-btn img {
    width: 16px;
    margin-left: 10px;
    vertical-align: -3px; }
  .product-main-content .right-content .review-btn:hover, .product-main-content .right-content .review-btn:hover {
    color: #424453;
    border-color: #424453;
    background-color: rgba(0, 0, 0, 0.05); }
  .product-main-content .right-content .review-btn:active {
    color: #424453;
    border-color: #424453;
    background-color: rgba(0, 0, 0, 0.15); }

.product-rating-popup {
  position: absolute;
  top: 35px;
  left: -30%;
  right: 0;
  min-width: 300px;
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #f4f4f4;
  padding: 30px 20px 20px;
  color: #424453;
  border-radius: 4px;
  margin-bottom: 20px; }
  .product-rating-popup h6 {
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 18px; }
  .product-rating-popup .rating {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px; }
    .product-rating-popup .rating .react-rater {
      display: flex;
      align-items: center; }
      .product-rating-popup .rating .react-rater .react-rater-star {
        font-size: 16px;
        margin-right: 2px; }
    .product-rating-popup .rating-bar {
      width: 100%;
      background-color: #dbdbdb;
      border-radius: 3px;
      height: 16px;
      overflow: hidden;
      margin: 0 10px; }
      .product-rating-popup .rating-bar div {
        background-color: #ffc800;
        border-radius: 3px;
        height: 16px; }
    .product-rating-popup .rating .count {
      font-size: 16px;
      font-weight: 600;
      min-width: 30px;
      text-align: center; }

@media screen and (max-width: 767px) {
  .product-main-content .right-content .product-rating-xs {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px; }
    .product-main-content .right-content .product-rating-xs .min-gutters {
      justify-content: space-between; }
  .product-main-content .right-content .product-rating .react-rater {
    margin-left: 5px; }
    .product-main-content .right-content .product-rating .react-rater .react-rater-star {
      font-size: 15px;
      margin-right: 0; }
  .product-main-content .right-content .review-btn {
    padding: 7px 5px 6px 10px;
    border: 1px solid #C6C6C6;
    background-color: #f4f4f4; }
    .product-main-content .right-content .review-btn img {
      margin-left: 5px; } }

.product-main-content .right-content .product-colors {
  display: flex;
  align-items: center; }
  .product-main-content .right-content .product-colors .swiper-container {
    margin-left: 15px; }
    .product-main-content .right-content .product-colors .swiper-container .swiper-slide {
      max-width: 80px;
      border: 1px solid #ececec;
      padding: 5px;
      border-radius: 4px;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      transition: 0.3s ease; }
      .product-main-content .right-content .product-colors .swiper-container .swiper-slide:after {
        content: '';
        position: absolute;
        right: 0;
        bottom: -5px;
        left: 0;
        height: 5px;
        transition: 0.3s ease;
        background-color: #424453; }
      .product-main-content .right-content .product-colors .swiper-container .swiper-slide.active {
        border-color: #424453; }
        .product-main-content .right-content .product-colors .swiper-container .swiper-slide.active:after {
          bottom: 0; }
  .product-main-content .right-content .product-colors h5 {
    white-space: nowrap;
    margin-bottom: 0;
    font-size: 16px; }

@media screen and (max-width: 991px) {
  .product-main-content .right-content .product-colors {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
    display: block; }
    .product-main-content .right-content .product-colors h5 {
      margin-bottom: 10px; }
    .product-main-content .right-content .product-colors .swiper-container {
      margin-left: 0; }
      .product-main-content .right-content .product-colors .swiper-container .swiper-slide {
        min-width: 90px; }
        .product-main-content .right-content .product-colors .swiper-container .swiper-slide img {
          width: 100%; } }

.product-main-content .right-content .product-size {
  display: flex;
  align-items: center;
  position: relative; }
  .product-main-content .right-content .product-size .error-tooltip {
    background-color: #E50201;
    position: absolute;
    left: 44px;
    right: 0;
    top: -30px;
    max-width: 240px;
    color: #fff;
    font-size: 12px;
    padding: 3px;
    text-align: center;
    border-radius: 4px; }
    .product-main-content .right-content .product-size .error-tooltip:after {
      content: '';
      width: 10px;
      height: 10px;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 10px solid #E50201;
      position: absolute;
      left: 0;
      right: 0;
      bottom: -7px;
      margin: auto; }
  .product-main-content .right-content .product-size h5 {
    margin-bottom: 0;
    margin-right: 15px;
    font-size: 16px; }
  .product-main-content .right-content .product-size .react-select {
    max-width: 240px; }
    .product-main-content .right-content .product-size .react-select [class*="-option"] span {
      float: right;
      color: #333;
      font-size: 11px;
      padding: 4px 6px;
      border: 1px solid #333;
      line-height: 9px;
      border-radius: 3px; }
    .product-main-content .right-content .product-size .react-select .css-9gakcf-option {
      background-color: #0082c3; }
    .product-main-content .right-content .product-size .react-select.has-error > div {
      border-color: #E50201 !important; }
  .product-main-content .right-content .product-size .btn-link {
    margin-left: 3rem; }
    .product-main-content .right-content .product-size .btn-link img:not(.arrow) {
      max-width: 50px;
      margin-right: 10px;
      vertical-align: -4px; }
    .product-main-content .right-content .product-size .btn-link .arrow {
      vertical-align: -1px;
      margin-left: 8px;
      max-width: 6px; }
  .product-main-content .right-content .product-size .tip {
    margin: 15px 0; }
  .product-main-content .right-content .product-size .size-chips {
    display: flex;
    overflow: auto;
    margin-top: 1rem; }
    .product-main-content .right-content .product-size .size-chips .chip {
      border: 1px solid #C6C6C6;
      background-color: #f4f4f4;
      border-radius: 4px;
      padding: 10px;
      min-width: 110px;
      text-align: center;
      margin-right: 10px;
      position: relative;
      margin-bottom: 10px;
      transition: 0.3s ease; }
      .product-main-content .right-content .product-size .size-chips .chip.disabled {
        opacity: 0.7;
        cursor: not-allowed; }
        .product-main-content .right-content .product-size .size-chips .chip.disabled:after {
          content: '';
          position: absolute;
          top: 20px;
          left: -4px;
          width: 116px;
          height: 1px;
          background-color: #868a8c;
          transform: rotate(-20deg); }
      .product-main-content .right-content .product-size .size-chips .chip.active {
        background-color: #0082C3;
        border-color: #0082C3;
        color: #fff; }
    .product-main-content .right-content .product-size .size-chips .btn-view-similar {
      color: #424453;
      border: 1px solid #C6C6C6;
      background-color: #f4f4f4;
      font-size: 12px;
      margin-bottom: 5px; }

#size-chart-modal {
  max-width: 90vw;
  overflow: hidden;
  border-radius: 3px; }
  #size-chart-modal .modal-body {
    padding: 0;
    margin: -4px -4px -8px; }
    #size-chart-modal .modal-body iframe {
      width: 100%;
      height: calc(100vh - 50px); }
  #size-chart-modal .loading {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    display: flex;
    align-items: center;
    justify-content: center; }
    #size-chart-modal .loading svg {
      width: 120px;
      height: 120px;
      fill: #0082c3; }

@media screen and (max-width: 991px) {
  .product-main-content .right-content .product-size {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
    display: block;
    position: relative; }
    .product-main-content .right-content .product-size h5 {
      margin-bottom: 10px; }
    .product-main-content .right-content .product-size .btn-link {
      position: absolute;
      top: 10px;
      right: 0; }
      .product-main-content .right-content .product-size .btn-link img:not(.arrow) {
        display: none; }
      .product-main-content .right-content .product-size .btn-link .arrow {
        vertical-align: -2px;
        margin-left: 8px; }
    .product-main-content .right-content .product-size .error-tooltip {
      left: 0;
      margin: auto;
      top: 10px;
      z-index: 9; } }

.product-main-content .right-content .product-warranty {
  display: flex;
  align-items: center; }
  .product-main-content .right-content .product-warranty img {
    max-width: 45px; }
  .product-main-content .right-content .product-warranty h3 {
    color: #0082c3;
    margin-left: 15px;
    margin-bottom: 0;
    font-size: 18px; }
    .product-main-content .right-content .product-warranty h3 small {
      color: #ec6607;
      display: block;
      font-size: 13px; }

.product-main-content .right-content .product-emi-pickup-grid .blocks {
  display: flex;
  align-items: center;
  font-size: 14px; }
  @media screen and (min-width: 991px) {
    .product-main-content .right-content .product-emi-pickup-grid .blocks p {
      min-width: 190px; } }
  @media screen and (min-width: 992px) {
    .product-main-content .right-content .product-emi-pickup-grid .blocks p {
      min-width: 290px; } }

#EMI-modal {
  max-width: 800px; }
  #EMI-modal .modal-content {
    background-color: #F7F7F7; }
    #EMI-modal .modal-content .modal-body {
      padding: 40px; }
      #EMI-modal .modal-content .modal-body .heading {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #ededed;
        padding-bottom: 20px;
        margin-bottom: 20px; }
        #EMI-modal .modal-content .modal-body .heading h5 {
          margin-bottom: 0; }
        #EMI-modal .modal-content .modal-body .heading a {
          color: #0082C3;
          font-weight: 600;
          font-size: 15px; }
      #EMI-modal .modal-content .modal-body .tabs-header {
        border-bottom: 1px solid #2C2C2C;
        margin-bottom: 10px;
        position: relative; }
        #EMI-modal .modal-content .modal-body .tabs-header ul {
          margin: 0;
          padding: 0;
          list-style: none;
          display: flex; }
          #EMI-modal .modal-content .modal-body .tabs-header ul li {
            cursor: pointer;
            color: #2C2C2C;
            transition: 0.4s ease;
            margin-right: 40px;
            padding: 5px 0; }
            #EMI-modal .modal-content .modal-body .tabs-header ul li.active, #EMI-modal .modal-content .modal-body .tabs-header ul li:hover {
              color: #0082C3; }
        #EMI-modal .modal-content .modal-body .tabs-header .active-tab-indicator {
          position: absolute;
          height: 3px;
          bottom: -2px;
          background-color: #0082c3;
          border-radius: 2px;
          transition: 0.4s ease; }
      #EMI-modal .modal-content .modal-body .tabs-body .tab-sidebar {
        margin: 0;
        padding: 0;
        list-style: none;
        height: 100%;
        overflow: auto;
        max-height: calc(90vh - 210px); }
        #EMI-modal .modal-content .modal-body .tabs-body .tab-sidebar li {
          background-color: transparent;
          border-radius: 4px;
          padding: 10px 15px;
          margin-bottom: 5px;
          cursor: pointer;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4LjA0NSIgaGVpZ2h0PSIxNC4wNjIiIHZpZXdCb3g9IjAgMCA4LjA0NSAxNC4wNjIiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiM0MjQ0NTM7c3Ryb2tlOiM0MjQ0NTM7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuNDkgMC41NTUpIHJvdGF0ZSg5MCkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgNi45MzQpIHJvdGF0ZSgtOTApIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDApIj48cGF0aCBjbGFzcz0iYSIgZD0iTS40MzIsNi45MzZBLjQzNC40MzQsMCwwLDEsLjEyNiw2LjJMNi4yLjEyNmEuNDMyLjQzMiwwLDEsMSwuNjExLjYxMUwuNzM3LDYuODA4QS40MzQuNDM0LDAsMCwxLC40MzIsNi45MzZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwIDYuMDcxKSIvPjxwYXRoIGNsYXNzPSJhIiBkPSJNNi41LDYuOTM2QS40MzQuNDM0LDAsMCwxLDYuMiw2LjgwOEwuMTI2LjczOEEuNDMyLjQzMiwwLDAsMSwuNzM3LjEyNkw2LjgwOCw2LjJhLjQzNC40MzQsMCwwLDEtLjMwNi43MzlaIi8+PC9nPjwvZz48L2c+PC9zdmc+);
          background-repeat: no-repeat;
          background-position: calc(100% - 40px) center;
          background-size: 0;
          transition: 0.4s ease; }
          #EMI-modal .modal-content .modal-body .tabs-body .tab-sidebar li.active, #EMI-modal .modal-content .modal-body .tabs-body .tab-sidebar li:hover {
            background-color: #fff;
            background-position: calc(100% - 20px) center;
            background-size: 7px; }
      #EMI-modal .modal-content .modal-body .tabs-body .tab-content {
        background-color: #fff;
        border-radius: 4px;
        padding: 15px;
        height: 100%;
        overflow: auto;
        max-height: calc(90vh - 210px); }
        #EMI-modal .modal-content .modal-body .tabs-body .tab-content h6 {
          border-bottom: 1px solid #ededed;
          padding-bottom: 10px;
          text-transform: uppercase; }
        #EMI-modal .modal-content .modal-body .tabs-body .tab-content table {
          width: 100%;
          text-align: center; }
          #EMI-modal .modal-content .modal-body .tabs-body .tab-content table th,
          #EMI-modal .modal-content .modal-body .tabs-body .tab-content table td {
            padding: 10px;
            margin-bottom: 5px;
            font-size: 15px; }

@media screen and (max-width: 767px) {
  .product-main-content .right-content .product-emi-pickup-grid {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px; }
    .product-main-content .right-content .product-emi-pickup-grid .blocks strong {
      display: block; }
  #EMI-modal .modal-content .modal-body {
    padding: 20px; }
    #EMI-modal .modal-content .modal-body .heading {
      display: block; }
    #EMI-modal .modal-content .modal-body .tabs-header ul {
      white-space: nowrap;
      overflow: auto; }
    #EMI-modal .modal-content .modal-body .tabs .tab-sidebar {
      display: flex;
      white-space: nowrap; }
      #EMI-modal .modal-content .modal-body .tabs .tab-sidebar .active {
        background-position: calc(100% - 15px) center;
        padding: 10px 35px 10px 15px; } }

.product-main-content .right-content .made-for h5 {
  margin-bottom: 15px;
  font-size: 16px; }

@media screen and (max-width: 991px) {
  .product-main-content .right-content .made-for {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px 15px 1px; } }

.product-button .out-of-stock-message {
  background-color: #e33530;
  align-items: center;
  font-size: 12px;
  padding: 10px 15px;
  border-radius: 4px;
  color: #fff;
  line-height: 14px; }

.product-button .notify-col {
  max-width: 320px;
  flex: 0 0 320px; }

@media screen and (max-width: 991px) {
  .product-button {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff; }
    .product-button .notify-col {
      max-width: 100%;
      flex: 0 0 auto; }
    .product-button .btn {
      max-width: 100% !important; } }

.product-main-content .right-content .delivery-services .delivery-pincode {
  color: #424453; }
  .product-main-content .right-content .delivery-services .delivery-pincode .pincode {
    display: flex;
    align-items: center;
    background-color: #f4f4f4;
    border: 1px solid #c6c6c6;
    border-radius: 4px;
    padding: 8px 14px;
    letter-spacing: 3px;
    font-size: 15px; }
    .product-main-content .right-content .delivery-services .delivery-pincode .pincode img {
      width: 20px;
      height: 20px;
      border-radius: 10px;
      margin-left: 10px;
      background-color: #00ac6a;
      padding: 4px; }

@media screen and (max-width: 767px) {
  .product-main-content .right-content .delivery-services .delivery-pincode {
    background-color: #fff;
    border-radius: 4px 4px 0 0;
    padding: 15px; }
    .product-main-content .right-content .delivery-services .delivery-pincode .pincode {
      border: 1px solid #c6c6c6; } }

.product-main-content .right-content .delivery-services .delivery-returns {
  display: flex;
  height: 100%; }
  .product-main-content .right-content .delivery-services .delivery-returns .blocks {
    background-color: #f4f4f4;
    padding: 20px 10px;
    border-radius: 4px;
    text-align: center;
    font-size: 12px;
    width: 130px;
    line-height: 14px; }
    .product-main-content .right-content .delivery-services .delivery-returns .blocks img {
      display: block;
      margin: 0 auto 20px;
      max-width: 60px; }

@media screen and (max-width: 767px) {
  .product-main-content .right-content .delivery-services .product-warranty {
    background-color: #fff;
    border-radius: 4px;
    padding: 20px 10px;
    text-align: center;
    display: block;
    font-size: 12px;
    flex: 0.3333%;
    width: 150px; }
    .product-main-content .right-content .delivery-services .product-warranty img {
      display: block;
      margin: 0 auto 20px;
      max-width: 30px; }
    .product-main-content .right-content .delivery-services .product-warranty h3 {
      margin-left: 0;
      font-size: 12px;
      font-weight: normal;
      color: #424453; }
      .product-main-content .right-content .delivery-services .product-warranty h3 small {
        color: #424453;
        font-size: 12px; }
  .product-main-content .right-content .delivery-services .delivery-returns {
    margin-bottom: 15px; }
    .product-main-content .right-content .delivery-services .delivery-returns .blocks {
      background-color: #fff;
      flex: 0.3333%; }
      .product-main-content .right-content .delivery-services .delivery-returns .blocks.mr-3 {
        margin: 0 5px !important; } }

.product-main-content .right-content .delivery-services-info .blocks {
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  color: rgba(40, 44, 63, 0.6);
  position: relative; }
  .product-main-content .right-content .delivery-services-info .blocks .badge {
    background-color: #00ac6a;
    font-size: 11px;
    color: #fff;
    padding: 5px 7px 4px;
    position: absolute;
    top: 15px;
    left: 15px; }
    .product-main-content .right-content .delivery-services-info .blocks .badge:after {
      background: #00ac6a;
      width: 8px;
      height: 100%;
      position: absolute;
      transform: skew(10deg);
      content: '';
      right: -2px;
      top: 0px;
      z-index: 0; }
  .product-main-content .right-content .delivery-services-info .blocks h6 {
    color: #424453; }
  .product-main-content .right-content .delivery-services-info .blocks > img {
    margin-right: 15px; }
  .product-main-content .right-content .delivery-services-info .blocks .btn {
    background-color: #fff;
    border: 1px solid #c6c6c6;
    color: #424453;
    font-size: 13px;
    padding: 10px 20px;
    font-weight: 600;
    margin: 20px 0 20px auto; }
    .product-main-content .right-content .delivery-services-info .blocks .btn img {
      max-width: 7px;
      vertical-align: -1px;
      margin-left: 15px; }

#store-list {
  position: fixed;
  top: 0;
  right: -580px;
  bottom: 0;
  left: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0);
  transition: left 0s 1s ease, right 0.2s ease, background-color 0.2s 0.2s ease; }
  #store-list.active {
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, right 0.3s 0.2s ease; }
  #store-list .store-content {
    width: 100%;
    max-width: 580px;
    height: 100%;
    margin-left: auto;
    background-color: #fff;
    padding: 20px 25px; }
    #store-list .store-content h5 {
      font-size: 1rem; }
    #store-list .store-content .store-icon {
      background-color: #0082C3;
      padding: 15px 12px;
      border-radius: 3px;
      margin-right: 15px;
      max-width: 50px;
      margin-bottom: 20px; }
    #store-list .store-content .sort-options {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
      white-space: nowrap; }
      #store-list .store-content .sort-options > img {
        margin-right: 15px; }
      #store-list .store-content .sort-options .react-select {
        margin-left: 15px; }
    #store-list .store-content .store-item-container {
      max-height: calc(100vh - 160px);
      overflow: auto; }
    #store-list .store-content .card {
      box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.05);
      border-radius: 4px;
      border: 0;
      margin-bottom: 20px;
      background-color: #F4F4F4; }
      #store-list .store-content .card-body {
        display: flex;
        align-items: center; }
        #store-list .store-content .card-body .store-item-content {
          margin-right: 15px;
          flex: 1; }
          #store-list .store-content .card-body .store-item-content h4 {
            font-size: 15px;
            margin-bottom: 10px; }
          #store-list .store-content .card-body .store-item-content .instock {
            margin-right: 10px; }
          #store-list .store-content .card-body .store-item-content .out-of-stock {
            margin-right: 10px; }
          #store-list .store-content .card-body .store-item-content .table td {
            border-top: 0;
            padding: 5px 0;
            min-width: 10px; }
          #store-list .store-content .card-body .store-item-content .store-timing-and-contact {
            margin: 0;
            padding: 12px 0 0;
            list-style: none;
            display: flex;
            align-items: center;
            border-top: 1px solid #ebebeb; }
            #store-list .store-content .card-body .store-item-content .store-timing-and-contact li {
              padding-right: 20px;
              margin-right: 20px;
              border-right: 1px solid #ebebeb; }
              #store-list .store-content .card-body .store-item-content .store-timing-and-contact li strong {
                margin-right: 10px; }
              #store-list .store-content .card-body .store-item-content .store-timing-and-contact li:last-child {
                border-right: 0;
                margin-right: 0;
                padding-right: 0; }
        #store-list .store-content .card-body .store-location {
          font-size: 11px;
          color: #0082C3;
          text-align: center; }
          #store-list .store-content .card-body .store-location img {
            display: block;
            margin-bottom: 10px;
            max-width: 50px; }

.instock {
  color: #00AC6A; }

.out-of-stock {
  color: #FF0000; }

@media screen and (max-width: 767px) {
  .product-main-content .right-content .delivery-services-info {
    background-color: #fff;
    border-radius: 0 0 4px 4px;
    padding: 0 15px 15px;
    margin-bottom: 15px; }
    .product-main-content .right-content .delivery-services-info .blocks:nth-child(2) {
      margin-bottom: 65px; }
      .product-main-content .right-content .delivery-services-info .blocks:nth-child(2) .badge {
        top: 7px;
        left: 7px; }
      .product-main-content .right-content .delivery-services-info .blocks:nth-child(2) .btn {
        position: absolute;
        left: 0px;
        right: 0px;
        bottom: -60px;
        margin: auto;
        width: 100%;
        max-width: 200px;
        border: 1px solid #C6C6C6;
        background-color: #f4f4f4; } }

.product-main-content .right-content .delivery-services h5 {
  margin-bottom: 20px;
  font-size: 16px; }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .product-main-content .right-content .delivery-services {
    background-color: #fff;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px; } }

.product-main-content .right-content hr {
  border-top: 1px solid #f5f6f6;
  margin: 25px 0; }

.product-main-content .right-content .btn-link {
  font-size: 12px;
  color: #0082c3;
  font-weight: 600;
  text-decoration: none; }

.product-main-content .right-content .deca-btn-yellow {
  width: 100%;
  max-width: 300px;
  font-size: 16px; }
  .product-main-content .right-content .deca-btn-yellow img {
    max-width: 18px;
    margin-left: 10px; }
  .product-main-content .right-content .deca-btn-yellow:after {
    height: 200px;
    bottom: -15px; }

.notify-me-popover .popover {
  max-width: 300px;
  width: 100%;
  border: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
  .notify-me-popover .popover .form-group {
    margin-bottom: 1px;
    display: flex; }
    .notify-me-popover .popover .form-group .form-control {
      background-color: #F4F4F4;
      border: 0;
      box-shadow: none;
      padding: 20px 15px;
      font-weight: 400; }
    .notify-me-popover .popover .form-group .btn {
      background-color: #f4f4f4;
      border: 0;
      margin-left: 5px;
      max-width: 46px;
      padding: 8px 8px 9px 12px;
      border-radius: 20px; }

@media screen and (max-width: 991px) {
  .product-main-content .right-content {
    padding: 0 20px; }
    .product-main-content .right-content .deca-btn-yellow {
      border-radius: 4px 4px 0 0; }
      .product-main-content .right-content .deca-btn-yellow.skeleton {
        max-width: 100% !important; }
      .product-main-content .right-content .deca-btn-yellow:after {
        content: none; }
    .product-main-content .right-content .product-emi-pickup-grid,
    .product-main-content .right-content .product-rating-xs {
      background-color: #fff;
      border-radius: 4px;
      padding: 15px;
      margin-bottom: 15px; } }

@media screen and (max-width: 767px) {
  .product-main-content .right-content {
    padding: 0 10px; }
  .notify-me-popover .popover {
    transform: none !important;
    position: fixed !important;
    top: auto !important;
    right: 0 !important;
    bottom: 65px !important;
    left: 0 !important;
    z-index: 100000 !important;
    margin: 0 auto !important; } }

@media screen and (min-width: 992px) {
  .product-main-content .right-content {
    flex-grow: 1;
    flex-basis: 0%;
    max-width: 45%;
    padding-top: 10px;
    padding-right: 40px; } }

.product-accordion .accordion-item .advantages .media,
.product-tabs .tabs-content .advantages .media {
  background-color: #f4f4f4;
  border-radius: 4px;
  padding: 30px;
  align-items: center;
  color: #424453;
  margin-bottom: 30px; }
  .product-accordion .accordion-item .advantages .media .media-object,
  .product-tabs .tabs-content .advantages .media .media-object {
    max-width: 60px;
    margin-right: 30px;
    mix-blend-mode: multiply; }

@media screen and (max-width: 767px) {
  .product-accordion .accordion-item .advantages .media {
    padding: 10px;
    margin-bottom: 10px; }
    .product-accordion .accordion-item .advantages .media .media-object {
      margin-right: 10px; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .product-accordion .accordion-item .advantages .media {
    margin-bottom: 10px; } }

.product-tabs .tabs-content .container .video {
  position: relative;
  padding: 0 40px; }
  .product-tabs .tabs-content .container .video .swiper-container iframe {
    width: 100%;
    min-height: 300px; }
  .product-tabs .tabs-content .container .video .swiper-container [class*='swiper-button-'] {
    display: none !important; }
  .product-tabs .tabs-content .container .video .swiper-button-prev,
  .product-tabs .tabs-content .container .video .swiper-button-next {
    border: 1px solid #a0a1a8;
    width: 40px; }
    .product-tabs .tabs-content .container .video .swiper-button-prev:after,
    .product-tabs .tabs-content .container .video .swiper-button-next:after {
      color: #a0a1a8; }
    .product-tabs .tabs-content .container .video .swiper-button-prev:before,
    .product-tabs .tabs-content .container .video .swiper-button-next:before {
      border: 1px solid #a0a1a8; }
  .product-tabs .tabs-content .container .video .swiper-button-prev {
    left: -40px; }
    .product-tabs .tabs-content .container .video .swiper-button-prev:before {
      border-left: 0; }
  .product-tabs .tabs-content .container .video .swiper-button-next {
    right: -40px; }
    .product-tabs .tabs-content .container .video .swiper-button-next:before {
      border-right: 0; }

.product-tabs .tabs-content .technical-information {
  background-color: #FAFAFA;
  padding: 40px; }
  .product-tabs .tabs-content .technical-information table {
    color: #424453; }
    .product-tabs .tabs-content .technical-information table td {
      padding: 20px;
      border-top: 0; }
      .product-tabs .tabs-content .technical-information table td:first-child {
        font-weight: 600;
        text-transform: uppercase; }

.product-accordion .accordion-item .reviews .review-sticky,
.product-tabs .tabs-content .container .reviews .review-sticky {
  position: sticky;
  z-index: 999;
  top: 73px; }
  .product-accordion .accordion-item .reviews .review-sticky .product-overall-rating,
  .product-tabs .tabs-content .container .reviews .review-sticky .product-overall-rating {
    background-color: #f4f4f4;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    color: #424453;
    font-size: 15px;
    margin-bottom: 20px;
    border-radius: 4px; }
    .product-accordion .accordion-item .reviews .review-sticky .product-overall-rating .rating,
    .product-tabs .tabs-content .container .reviews .review-sticky .product-overall-rating .rating {
      font-size: 52px;
      margin-right: 30px; }
    .product-accordion .accordion-item .reviews .review-sticky .product-overall-rating .react-rater,
    .product-tabs .tabs-content .container .reviews .review-sticky .product-overall-rating .react-rater {
      display: flex;
      align-items: center; }
      .product-accordion .accordion-item .reviews .review-sticky .product-overall-rating .react-rater .react-rater-star,
      .product-tabs .tabs-content .container .reviews .review-sticky .product-overall-rating .react-rater .react-rater-star {
        font-size: 18px; }
  .product-accordion .accordion-item .reviews .review-sticky .product-rating,
  .product-tabs .tabs-content .container .reviews .review-sticky .product-rating {
    background-color: #f4f4f4;
    padding: 30px 20px 20px;
    color: #424453;
    border-radius: 4px;
    margin-bottom: 20px; }
    .product-accordion .accordion-item .reviews .review-sticky .product-rating h6,
    .product-tabs .tabs-content .container .reviews .review-sticky .product-rating h6 {
      font-weight: 600;
      margin-bottom: 20px;
      font-size: 18px; }
    .product-accordion .accordion-item .reviews .review-sticky .product-rating .rating,
    .product-tabs .tabs-content .container .reviews .review-sticky .product-rating .rating {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 10px; }
      .product-accordion .accordion-item .reviews .review-sticky .product-rating .rating .react-rater,
      .product-tabs .tabs-content .container .reviews .review-sticky .product-rating .rating .react-rater {
        display: flex;
        align-items: center; }
        .product-accordion .accordion-item .reviews .review-sticky .product-rating .rating .react-rater .react-rater-star,
        .product-tabs .tabs-content .container .reviews .review-sticky .product-rating .rating .react-rater .react-rater-star {
          font-size: 18px; }
      .product-accordion .accordion-item .reviews .review-sticky .product-rating .rating-bar,
      .product-tabs .tabs-content .container .reviews .review-sticky .product-rating .rating-bar {
        width: 100%;
        background-color: #dbdbdb;
        border-radius: 3px;
        height: 16px;
        overflow: hidden;
        margin: 0 10px; }
        .product-accordion .accordion-item .reviews .review-sticky .product-rating .rating-bar div,
        .product-tabs .tabs-content .container .reviews .review-sticky .product-rating .rating-bar div {
          background-color: #ffc800;
          border-radius: 3px;
          height: 16px; }
      .product-accordion .accordion-item .reviews .review-sticky .product-rating .rating .count,
      .product-tabs .tabs-content .container .reviews .review-sticky .product-rating .rating .count {
        font-size: 16px;
        font-weight: 600;
        min-width: 30px;
        text-align: center; }

.product-accordion .accordion-item .reviews .sort-options,
.product-tabs .tabs-content .container .reviews .sort-options {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px; }
  .product-accordion .accordion-item .reviews .sort-options > img,
  .product-tabs .tabs-content .container .reviews .sort-options > img {
    margin-right: 15px; }
  .product-accordion .accordion-item .reviews .sort-options .react-select,
  .product-tabs .tabs-content .container .reviews .sort-options .react-select {
    max-width: 240px;
    margin-left: 15px; }

.product-accordion .accordion-item .reviews .review-list-item,
.product-tabs .tabs-content .container .reviews .review-list-item {
  margin-bottom: 20px; }
  .product-accordion .accordion-item .reviews .review-list-item .review-item-body,
  .product-tabs .tabs-content .container .reviews .review-list-item .review-item-body {
    background-color: #fafafa;
    padding: 30px 40px;
    color: #424453;
    border-radius: 4px;
    margin-bottom: 2px; }
  .product-accordion .accordion-item .reviews .review-list-item .review-item-footer,
  .product-tabs .tabs-content .container .reviews .review-list-item .review-item-footer {
    background-color: #fafafa;
    border-radius: 4px;
    padding: 15px 40px;
    display: flex;
    align-items: center; }
    .product-accordion .accordion-item .reviews .review-list-item .review-item-footer .btn-reviews,
    .product-tabs .tabs-content .container .reviews .review-list-item .review-item-footer .btn-reviews {
      background-color: #fafafa;
      border-color: #C6C6C6;
      color: #424453;
      padding: 4px 15px; }
      .product-accordion .accordion-item .reviews .review-list-item .review-item-footer .btn-reviews img,
      .product-tabs .tabs-content .container .reviews .review-list-item .review-item-footer .btn-reviews img {
        max-width: 16px;
        vertical-align: -3px;
        margin-right: 10px; }
    .product-accordion .accordion-item .reviews .review-list-item .review-item-footer a,
    .product-tabs .tabs-content .container .reviews .review-list-item .review-item-footer a {
      color: #424453; }
  .product-accordion .accordion-item .reviews .review-list-item .rating-date,
  .product-tabs .tabs-content .container .reviews .review-list-item .rating-date {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px; }
    .product-accordion .accordion-item .reviews .review-list-item .rating-date .react-rater,
    .product-tabs .tabs-content .container .reviews .review-list-item .rating-date .react-rater {
      display: flex;
      align-items: center;
      margin-bottom: 3px;
      margin-right: 10px; }
      .product-accordion .accordion-item .reviews .review-list-item .rating-date .react-rater .react-rater-star,
      .product-tabs .tabs-content .container .reviews .review-list-item .rating-date .react-rater .react-rater-star {
        font-size: 18px; }
  .product-accordion .accordion-item .reviews .review-list-item h5,
  .product-tabs .tabs-content .container .reviews .review-list-item h5 {
    font-size: 17px;
    margin-bottom: 10px; }
  .product-accordion .accordion-item .reviews .review-list-item .used-for,
  .product-tabs .tabs-content .container .reviews .review-list-item .used-for {
    display: flex;
    margin-bottom: 10px; }
    .product-accordion .accordion-item .reviews .review-list-item .used-for h6,
    .product-tabs .tabs-content .container .reviews .review-list-item .used-for h6 {
      font-size: 15px;
      margin-bottom: 0;
      margin-right: 10px; }
  .product-accordion .accordion-item .reviews .review-list-item .verified-purchase,
  .product-tabs .tabs-content .container .reviews .review-list-item .verified-purchase {
    display: flex;
    align-items: center; }
    .product-accordion .accordion-item .reviews .review-list-item .verified-purchase img,
    .product-tabs .tabs-content .container .reviews .review-list-item .verified-purchase img {
      width: 20px;
      height: 20px;
      border-radius: 10px;
      margin-right: 10px;
      background-color: #00ac6a;
      padding: 4px; }

.product-accordion .accordion-item .reviews .pagination li,
.product-tabs .tabs-content .container .reviews .pagination li {
  font-size: 18px;
  margin: 0 5px;
  padding: 5px 11px;
  border-radius: 4px;
  color: #424453;
  transition: 0.3s ease; }
  .product-accordion .accordion-item .reviews .pagination li:not(.prev):not(.next):not(.dots),
  .product-tabs .tabs-content .container .reviews .pagination li:not(.prev):not(.next):not(.dots) {
    cursor: pointer; }
  .product-accordion .accordion-item .reviews .pagination li:not(.dots):hover, .product-accordion .accordion-item .reviews .pagination li.active,
  .product-tabs .tabs-content .container .reviews .pagination li:not(.dots):hover,
  .product-tabs .tabs-content .container .reviews .pagination li.active {
    background-color: #0082c3;
    color: #fff; }
  .product-accordion .accordion-item .reviews .pagination li.prev img,
  .product-tabs .tabs-content .container .reviews .pagination li.prev img {
    margin-right: 10px; }
  .product-accordion .accordion-item .reviews .pagination li.next img,
  .product-tabs .tabs-content .container .reviews .pagination li.next img {
    margin-left: 10px; }
  .product-accordion .accordion-item .reviews .pagination li.prev, .product-accordion .accordion-item .reviews .pagination li.next,
  .product-tabs .tabs-content .container .reviews .pagination li.prev,
  .product-tabs .tabs-content .container .reviews .pagination li.next {
    background-color: #F4F4F4;
    border: 1px solid #C6C6C6;
    border-radius: 4px;
    display: flex;
    align-items: center;
    color: #424453;
    cursor: pointer;
    font-size: 15px;
    padding: 5px 15px; }
    .product-accordion .accordion-item .reviews .pagination li.prev img, .product-accordion .accordion-item .reviews .pagination li.next img,
    .product-tabs .tabs-content .container .reviews .pagination li.prev img,
    .product-tabs .tabs-content .container .reviews .pagination li.next img {
      width: 7px; }

.write-review-btn {
  background-color: #0082c3;
  border-color: #0082c3;
  color: #fff;
  font-size: 13px;
  padding: 10px 20px;
  font-weight: 600;
  width: 100%;
  position: relative; }
  .write-review-btn img {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    margin: auto; }

@media screen and (max-width: 767px) {
  .product-accordion .accordion-item .reviews .review-sticky {
    position: static; }
    .product-accordion .accordion-item .reviews .review-sticky .product-overall-rating {
      padding: 15px;
      margin-bottom: 10px; }
      .product-accordion .accordion-item .reviews .review-sticky .product-overall-rating .rating {
        margin-right: 15px; }
      .product-accordion .accordion-item .reviews .review-sticky .product-overall-rating .react-rater .react-rater-star {
        font-size: 16px; }
    .product-accordion .accordion-item .reviews .review-sticky .product-rating {
      padding: 15px;
      margin-bottom: 10px; }
      .product-accordion .accordion-item .reviews .review-sticky .product-rating h6 {
        font-size: 16px; }
      .product-accordion .accordion-item .reviews .review-sticky .product-rating .react-rater-star {
        margin-right: 10px; }
      .product-accordion .accordion-item .reviews .review-sticky .product-rating .rating-bar {
        display: none; }
    .product-accordion .accordion-item .reviews .review-sticky .write-review-btn {
      margin-bottom: 20px; }
  .product-accordion .accordion-item .reviews .sort-options {
    white-space: nowrap; }
  .product-accordion .accordion-item .reviews .review-list-item .review-item-body {
    padding: 10px 15px; }
    .product-accordion .accordion-item .reviews .review-list-item .review-item-body .used-for {
      display: block; }
      .product-accordion .accordion-item .reviews .review-list-item .review-item-body .used-for h6 {
        margin-bottom: 10px; } }

@media screen and (min-width: 1200px) {
  .product-tabs .tabs-content .container .reviews > .row {
    margin-left: -40px;
    margin-right: -40px; }
    .product-tabs .tabs-content .container .reviews > .row > [class*='col'] {
      padding-left: 40px;
      padding-right: 40px; } }



.c-img {
  background-color: #F4F4F4; }
  .c-img img {
    mix-blend-mode: multiply; }

.big-product {
  position: relative;
  display: inline-block; }

.product-type {
  color: #313131;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase; }

.accessories-floor1 {
  margin: auto;
  max-width: 1000px; }
  .accessories-floor1 .deca-head {
    position: relative; }
    .accessories-floor1 .deca-head .accessories-head {
      color: #F6F6F6;
      font-size: 6rem;
      font-weight: 600;
      text-align: center;
      letter-spacing: 1rem;
      display: inline-block;
      background-color: #FFF;
      text-transform: uppercase; }
    .accessories-floor1 .deca-head .main-accessories {
      left: 0;
      right: 0;
      top: 50%;
      margin-top: -11px;
      position: absolute;
      letter-spacing: 2px; }
    .accessories-floor1 .deca-head .head-bar {
      left: 0;
      right: 0;
      top: 50%;
      z-index: -1;
      position: absolute;
      border: 1px solid #F6F6F6; }
  .accessories-floor1 .prodimages .card-body {
    padding: 1.5rem 0 3rem; }
  .accessories-floor1 .last-item .card-body {
    padding-bottom: 0; }
  .accessories-floor1 .bottom-prod {
    margin-top: 0 !important; }

@media (max-width: 992px) {
  .accessories-floor1 .deca-head .main-accessories {
    font-size: 12px;
    position: static; }
  .accessories-floor1 .deca-head .accessories-head {
    font-size: 30px; }
  .accessories-floor1 .deca-head .head-bar {
    top: 35%; }
  .accessories-floor1 .accesories-banner {
    padding: 1rem 0 2rem; } }

@media (min-width: 992px) {
  .accessories-floor1 .accesories-banner {
    height: 100%; }
  .accessories-floor1 .bottom-prod {
    padding-top: 20px; }
    .accessories-floor1 .bottom-prod .center-prod {
      margin: 0 20px; } }

.accessories-floor2 {
  margin: auto;
  max-width: 1000px; }
  .accessories-floor2 .deca-head {
    position: relative; }
    .accessories-floor2 .deca-head .accessories-head {
      color: #F6F6F6;
      font-size: 6rem;
      font-weight: 600;
      text-align: center;
      letter-spacing: 1rem;
      display: inline-block;
      background-color: #FFF;
      text-transform: uppercase; }
    .accessories-floor2 .deca-head .main-accessories {
      left: 0;
      right: 0;
      top: 50%;
      margin-top: -11px;
      position: absolute;
      letter-spacing: 2px; }
    .accessories-floor2 .deca-head .head-bar {
      left: 0;
      right: 0;
      top: 50%;
      z-index: -1;
      position: absolute;
      border: 1px solid #F6F6F6; }
  .accessories-floor2 .number-part {
    top: 50%;
    width: 80px;
    right: -45px;
    font-size: 25px;
    font-weight: 700;
    position: absolute;
    text-align: center;
    display: inline-block;
    background: linear-gradient(90deg, transparent 50%, #E5E5E5 100%); }
  .accessories-floor2 .number {
    background-color: #FFF;
    clip-path: polygon(0 0, 100% 0, 77% 100%, 21% 100%); }
  .accessories-floor2 .small-product .number-part {
    right: -45px; }
  .accessories-floor2 .right-center {
    text-align: right;
    margin-top: 30px; }
  .accessories-floor2 .product-head-small {
    color: #F6F6F6;
    font-size: 5rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 1rem;
    background-color: #FFF;
    text-transform: uppercase; }
  .accessories-floor2 .basket-first {
    display: flex;
    justify-content: space-between; }
    .accessories-floor2 .basket-first .price-name {
      margin-top: 10px; }
  .accessories-floor2 .basket-last {
    display: flex;
    margin-top: -30px;
    justify-content: center; }
    .accessories-floor2 .basket-last .price-name {
      margin-top: 10px; }
  .accessories-floor2 .left-bottom {
    display: inline-block; }

@media (max-width: 993px) {
  .accessories-floor2 .left-bottom {
    margin: 2rem 0; }
  .accessories-floor2 .basket-last {
    margin-top: 25px; }
  .accessories-floor2 .float-right {
    float: none !important; }
  .accessories-floor2 .product-head-small {
    font-size: 25px; }
  .accessories-floor2 .text-right, .accessories-floor2 .right-center {
    padding-right: 50px; }
  .accessories-floor2 .basket-first {
    flex-direction: column; }
    .accessories-floor2 .basket-first .small-product {
      text-align: left;
      margin-top: 25px; } }

@media (min-width: 992px) {
  .accessories-floor2 .price-name {
    padding: 0 1rem; }
  .accessories-floor2 .right-center {
    margin-top: -50px; } }

@media (max-width: 500px) {
  .accessories-floor2 .price-name {
    float: none !important; } }

.floor3 {
  overflow-x: auto; }
  .floor3 .flex-box {
    display: flex;
    justify-content: space-evenly; }
    .floor3 .flex-box .floor3-left {
      display: flex;
      flex: 160px 0 0;
      flex-direction: column;
      justify-content: flex-end; }
      .floor3 .flex-box .floor3-left .highlight {
        font-weight: 700;
        text-align: left;
        padding: 10px 20px;
        background: #F2F2F2;
        border: 1px solid #F8F8F8; }
    .floor3 .flex-box .floor3-content {
      flex: 1; }
      .floor3 .flex-box .floor3-content .card_ratings {
        padding: 7px 10px;
        border-radius: 3px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.11); }
        .floor3 .flex-box .floor3-content .card_ratings img {
          max-width: 16px;
          margin-top: -3px; }
    .floor3 .flex-box .prod-data {
      text-align: center;
      padding: 10px 20px;
      border: 1px solid #F8F8F8; }
    .floor3 .flex-box .floor3-last-box {
      height: 66px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .floor3 .product-crd {
    max-width: 250px;
    margin: 0 auto 1rem 10px; }
    .floor3 .product-crd .head-bold {
      color: #424553 !important; }
    .floor3 .product-crd .head-light {
      font-weight: 400;
      color: #424553 !important; }
    .floor3 .product-crd .c-img {
      padding: 1rem; }
  .floor3 .buy-now {
    width: 150px;
    padding: 10px;
    position: relative;
    border-radius: 3px;
    background: #FFEA28;
    letter-spacing: 1.5px;
    display: inline-block;
    text-transform: uppercase;
    color: inherit !important; }
    .floor3 .buy-now:after {
      content: '';
      top: 50%;
      right: 22px;
      width: 9px;
      height: 9px;
      position: absolute;
      border: 1px solid #333;
      border-left: 0;
      border-top: 0;
      -moz-transform: translate3d(0, -50%, 0) rotate(-45deg);
      -webkit-transform: translate3d(0, -50%, 0) rotate(-45deg);
      -o-transform: translate3d(0, -50%, 0) rotate(-45deg);
      -ms-transform: translate3d(0, -50%, 0) rotate(-45deg);
      transform: translate3d(0, -50%, 0) rotate(-45deg); }

@media (min-width: 993px) {
  .floor3 {
    padding: 0 5px; } }

@media (max-width: 992px) {
  .floor3 .flex-box {
    justify-content: end; }
    .floor3 .flex-box .product-crd {
      padding: 10px;
      min-width: 200px;
      margin-bottom: 0;
      margin-left: 0; }
    .floor3 .flex-box .common_card .card_ratings {
      display: block;
      box-shadow: none;
      margin-top: 10px;
      float: none !important; } }

.product-information {
  background-color: #fff; }

.product-tabs .tabs-header {
  font-size: 14 px;
  border-bottom: 1px solid #e2e2e2;
  position: sticky;
  top: 65px;
  z-index: 1000;
  background: #fff;
  transition: 0.2s ease;
  padding: 5px; }
  .product-tabs .tabs-header ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    font-weight: 600;
    align-items: center;
    justify-content: space-around; }
    .product-tabs .tabs-header ul li {
      cursor: pointer;
      padding: 15px 10px;
      color: #424453;
      transition: 0.4s ease;
      font-size: 16px; }
      .product-tabs .tabs-header ul li.active {
        color: #0079ba; }
  .product-tabs .tabs-header .active-tab-indicator {
    position: absolute;
    height: 3px;
    bottom: -2px;
    background-color: #0082c3;
    border-radius: 2px;
    transition: 0.4s ease; }
    .product-tabs .tabs-header .active-tab-indicator:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: -10px;
      width: 10px;
      margin: auto;
      border-top: 10px solid #0082c3;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent; }

.product-tabs .tabs-content {
  padding: 60px 0; }
  .product-tabs .tabs-content .tab-content-wrapper:not(.active) {
    display: none !important; }

.product-accordion {
  padding-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px; }
  .product-accordion .accordion-item {
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 15px; }
    .product-accordion .accordion-item .accordion-heading {
      display: flex;
      justify-content: space-between;
      color: #52575a;
      cursor: pointer;
      font-size: 16px;
      margin-bottom: 0; }
      .product-accordion .accordion-item .accordion-heading img {
        max-width: 15px;
        transition: 0.4s ease;
        transform: rotate(0deg);
        height: 15px; }
      .product-accordion .accordion-item .accordion-heading.active {
        color: #424453; }
        .product-accordion .accordion-item .accordion-heading.active img {
          transform: rotate(-180deg); }
    .product-accordion .accordion-item > div {
      padding-top: 15px; }

@media screen and (max-width: 991px) {
  .product-accordion,
  .product-tabs {
    background-color: #f7f7f7;
    margin-left: 0;
    margin-right: 0; }
    .product-accordion .accordion-item,
    .product-tabs .accordion-item {
      margin: 0 -5px 15px;
      padding: 20px; }
      .product-accordion .accordion-item .write-review-btn,
      .product-tabs .accordion-item .write-review-btn {
        margin-top: 15px; }
  .product-information {
    margin-bottom: 1.5rem; } }

@media screen and (min-width: 992px) {
  .product-tabs .container-fluid .tabs-header.fixed {
    background: #f4f4f4;
    border-color: #f4f4f4;
    box-shadow: 0px 0px 2px #ddd;
    transition: 0.2s ease; }
  .product-tabs .container-fluid .tabs-content {
    width: calc(100% - 10vw);
    margin: 0 auto; }
    .product-tabs .container-fluid .tabs-content .container {
      margin-left: 5vw;
      margin-right: 5vw;
      max-width: 1180px;
      width: calc(100% - 10vw);
      margin: 0 auto; } }

@media screen and (min-width: 767px) and (max-width: 991px) {
  .product-accordion .container {
    padding: 0; } }

#review-popup {
  max-width: 700px; }
  #review-popup .modal-content {
    border-radius: 4px;
    border: 0;
    overflow: hidden; }
    #review-popup .modal-content .modal-body {
      padding: 30px 30px 50px; }
  #review-popup .review-tab {
    padding: 0;
    margin: 0 0 30px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888c9e;
    font-weight: 400; }
    #review-popup .review-tab li.active {
      color: #424553; }
    #review-popup .review-tab li:first-child:after {
      content: '';
      height: 2px;
      width: 30px;
      display: inline-block;
      background: #424553;
      vertical-align: middle;
      margin: 0 20px; }
  #review-popup .WriteReview,
  #review-popup .Publish {
    display: flex; }
    #review-popup .WriteReview .WriteReview-slide,
    #review-popup .Publish .WriteReview-slide {
      visibility: visible;
      opacity: 1; }
    #review-popup .WriteReview .Publish-slide,
    #review-popup .Publish .Publish-slide {
      transform: translateX(-100%);
      visibility: visible;
      opacity: 1; }
  #review-popup .review-tab-wrapper {
    width: 100%;
    transition: transform 0.3s ease;
    flex: 0 0 auto;
    visibility: hidden;
    opacity: 0;
    background: #fff; }
  #review-popup .review-tab-body label,
  #review-popup .review-tab-body h5 {
    color: #424453;
    font-weight: 400;
    font-size: 16px; }
  #review-popup .review-tab-body .react-rater {
    display: flex; }
    #review-popup .review-tab-body .react-rater .react-rater-star {
      margin-right: 8px;
      font-size: 24px;
      color: #C6C6C6; }
  #review-popup .review-tab-body .rater-msg {
    background-color: #F4F4F4;
    text-align: center;
    padding: 6px;
    font-size: 16px;
    position: relative;
    border-radius: 4px;
    transition: 0.4s ease; }
    #review-popup .review-tab-body .rater-msg:after {
      content: '';
      position: absolute;
      top: 8px;
      left: -10px;
      border-top: 10px solid transparent;
      border-right: 10px solid #F4F4F4;
      border-bottom: 10px solid transparent;
      transition: 0.4s ease; }
    #review-popup .review-tab-body .rater-msg.active {
      background-color: #feb500;
      color: #fff; }
      #review-popup .review-tab-body .rater-msg.active:after {
        border-right: 10px solid #feb500; }
  #review-popup .review-tab-body .form-group {
    margin-bottom: 30px; }
    #review-popup .review-tab-body .form-group .form-control {
      background-color: #F4F4F4;
      border: 0;
      box-shadow: none;
      padding: 25px 15px;
      font-weight: 400;
      color: #8d8f9e; }
    #review-popup .review-tab-body .form-group label[for="recommend"] {
      background-color: #F4F4F4;
      padding: 5px;
      position: relative;
      color: #a0a2a8;
      font-size: 14px;
      display: flex;
      align-items: center;
      justify-content: space-around;
      text-align: center;
      max-width: 250px;
      border-radius: 4px;
      cursor: pointer; }
      #review-popup .review-tab-body .form-group label[for="recommend"] div:not(.indicator) {
        padding: 10px;
        position: relative;
        z-index: 1; }
      #review-popup .review-tab-body .form-group label[for="recommend"] .active {
        color: #00AC6A; }
      #review-popup .review-tab-body .form-group label[for="recommend"] .indicator {
        position: absolute;
        left: 50%;
        z-index: 0;
        width: calc(50% - 5px);
        height: 41px;
        background-color: #fff;
        border-radius: 4px;
        transition: 0.3s ease; }
    #review-popup .review-tab-body .form-group.custom-checkbox label {
      position: relative;
      padding-left: 30px; }
      #review-popup .review-tab-body .form-group.custom-checkbox label:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 0;
        z-index: 0;
        width: 18px;
        height: 18px;
        border: 1px solid #707070;
        border-radius: 4px; }
      #review-popup .review-tab-body .form-group.custom-checkbox label:before {
        content: '';
        position: absolute;
        top: 9px;
        left: 4px;
        z-index: 1;
        width: 10px;
        height: 5px;
        border-bottom: 1px solid #707070;
        border-left: 1px solid #707070;
        transform: rotate(-45deg);
        transition: 0.3s ease;
        opacity: 0; }
    #review-popup .review-tab-body .form-group.custom-checkbox input {
      display: none; }
      #review-popup .review-tab-body .form-group.custom-checkbox input:checked ~ label:before {
        opacity: 1; }
  #review-popup .review-tab-body .btn {
    padding: 6px 20px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #review-popup .review-tab-body .btn img {
      max-width: 8px;
      margin-left: 10px; }
    #review-popup .review-tab-body .btn:not(.deca-btn-blue) {
      background-color: #F4F4F4;
      border-color: #C6C6C6;
      color: #424453; }
      #review-popup .review-tab-body .btn:not(.deca-btn-blue) img {
        margin-left: auto;
        margin-right: 10px; }

.product-main-content {
  padding-top: 20px;
  padding-bottom: 60px;
  background-color: #fff; }

@media screen and (max-width: 991px) {
  .product-main-content {
    position: relative;
    background-color: #f7f7f7;
    padding-bottom: 15px; } }

@media screen and (min-width: 768px) {
  .product-main-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 15px; }
  .reco_container {
    max-width: calc(100% - 5vw);
    margin: 0 auto !important;
    padding-bottom: 50px !important; } }

.deliverysidebar {
  top: 175px;
  position: sticky; }
  .deliverysidebar li {
    padding-bottom: 1rem; }
    .deliverysidebar li.active {
      font-weight: 700; }

.delivery-banner {
  top: 0;
  z-index: 3;
  position: sticky;
  background-color: #FFF; }
  .delivery-banner .img-fluid {
    height: 135px;
    width: 100%; }
  .delivery-banner .delivery-head {
    left: 0;
    right: 0;
    top: 50%;
    color: #FFF;
    margin-top: -3rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    font: bold italic 35px "Roboto Condensed"; }
  .delivery-banner .backtotop {
    border: 0;
    right: 15px;
    color: #FFF;
    bottom: 10px;
    font-size: 11px;
    position: absolute;
    border-radius: 3px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 7px 15px 7px 40px;
    background: linear-gradient(180deg, #0082C3 0%, #4D479D 100%) 0% 0% no-repeat; }
    .delivery-banner .backtotop:before {
      content: '';
      display: block;
      border: 1px solid #FFF;
      position: absolute;
      width: 10px;
      height: 10px;
      margin: 5px -24px 0;
      transform: rotate(45deg);
      border-width: 1px 0 0 1px; }

.deliverytermslist {
  padding-left: 15px; }
  .deliverytermslist li {
    margin-bottom: 1.5rem; }

.deliverysidebar {
  top: 180px;
  position: sticky;
  max-height: 450px;
  overflow-y: scroll; }
  .deliverysidebar .sidebar-list {
    color: inherit !important;
    padding: 5px 0;
    display: block; }
    .deliverysidebar .sidebar-list.active {
      font-weight: 700; }

.deliverysidebar::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px; }

.deliverysidebar::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }

.deliveryconditionmobile .deliveryterms {
  overflow: auto;
  max-width: 100%;
  padding: 0 0.5rem 0.5rem 0.5rem;
  background-color: #FFF !important; }
  .deliveryconditionmobile .deliveryterms .delivery-term-head {
    top: 0;
    position: sticky;
    background-color: #FFF; }
    .deliveryconditionmobile .deliveryterms .delivery-term-head .btn-close {
      top: 13px;
      left: inherit;
      right: 0; }
      .deliveryconditionmobile .deliveryterms .delivery-term-head .btn-close:after, .deliveryconditionmobile .deliveryterms .delivery-term-head .btn-close:before {
        background: #8E8E8E; }
  .deliveryconditionmobile .deliveryterms .deliverytermslist {
    padding-left: 15px; }
    .deliveryconditionmobile .deliveryterms .deliverytermslist li {
      margin-bottom: 0.5rem; }

.deliveryconditionmobile .sidebar-menu {
  height: 55px;
  line-height: 55px;
  padding-left: 2rem; }
  .deliveryconditionmobile .sidebar-menu .btm-line {
    max-width: 100%;
    margin: 0 0 0 1rem;
    border-color: #D9D9D9; }

.deliveryconditionmobile .mobile-delivery-banner {
  position: relative; }
  .deliveryconditionmobile .mobile-delivery-banner .mobile-delivery-img {
    height: 160px; }
  .deliveryconditionmobile .mobile-delivery-banner .delivery-head {
    left: 0;
    right: 0;
    top: 50%;
    color: #FFF;
    margin-top: -2rem;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    font: bold italic 35px "Roboto Condensed"; }

.str-btn {
  border-radius: 3px;
  position: relative;
  background-color: #F0F8FB;
  text-transform: capitalize;
  border: 1px solid #42445380;
  padding: 0.5rem 2.5rem 0.5rem 2rem; }
  .str-btn:after {
    top: 50%;
    width: 8px;
    content: '';
    height: 8px;
    right: 15px;
    display: block;
    margin-top: -4px;
    position: absolute;
    transform: rotate(45deg);
    border: 1px solid #424453;
    border-width: 1px 1px 0 0; }

.stores {
  background-color: #FFF; }
  .stores .container {
    max-width: calc(100% - 30vw); }
  .stores .bg-grey {
    background-color: #F4F4F4; }
  .stores .flex-box {
    display: flex;
    border-radius: 3px;
    align-items: center;
    flex-direction: column;
    justify-content: center; }
  .stores .head-block {
    display: flex;
    min-height: 125px;
    border-radius: 3px;
    letter-spacing: 5px;
    align-items: center;
    text-transform: uppercase;
    justify-content: center;
    background-image: url(https://d1314cmsbd81ch.cloudfront.net/_next/static/images/csspattern-50cbb84ad128644e00a34a07ec4aecf3.svg); }
    .stores .head-block span {
      color: #0082C3;
      padding-left: 10px; }
  .stores .map-bg {
    height: 100%;
    background-image: url(https://d1314cmsbd81ch.cloudfront.net/_next/static/images/csspattern2-400e12ada2a1c2e7faa7322b758bcd55.svg); }
    .stores .map-bg .map {
      height: 100%;
      box-shadow: 0 0 5px #A7A7A7; }
  .stores .store-block {
    height: 100%;
    display: flex;
    text-align: center;
    border-radius: 3px;
    word-break: break-word;
    justify-content: center;
    padding: 2rem 2rem 3rem;
    background-image: url(https://d1314cmsbd81ch.cloudfront.net/_next/static/images/csspattern2-400e12ada2a1c2e7faa7322b758bcd55.svg); }
  .stores .allforsport {
    text-align: center;
    background-color: #E2F1F7; }
  .stores .find-store .str-btn {
    color: #FFF;
    height: 45px;
    width: 200px;
    max-width: 100%;
    border-color: #0082C3;
    background-color: #0078BD; }
    .stores .find-store .str-btn:after {
      border-color: #FFF; }
  .stores .facebook-icon {
    max-width: 50px;
    margin-bottom: 0.5rem; }
  .stores .content-detail {
    font-weight: 600; }
  .stores .str-address .content-detail {
    font-weight: 400; }
    .stores .str-address .content-detail p {
      margin-bottom: 0; }

@media (max-width: 991px) {
  .stores .container {
    max-width: 100%; }
  .stores .head-block {
    margin: 0 -15px;
    font-size: 16px; }
  .stores .allforsport h3 {
    font-size: 14px; }
  .stores .find-store {
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    position: fixed;
    margin: 0 !important;
    padding-right: 0 !important;
    text-align: center !important; }
    .stores .find-store .str-btn {
      width: 100%; }
  .map-bg {
    margin: 1rem 0;
    min-height: 250px; } }

.all-stores .container {
  max-width: calc(100% - 30vw); }

.all-stores .str-block {
  padding: 1.5rem;
  border-radius: 3px;
  background-color: #F4F4F4; }
  .all-stores .str-block .no-of-stores h1 {
    font-size: 70px;
    font-weight: bold;
    line-height: 55px; }
  .all-stores .str-block .stores-text {
    color: #0082C3;
    font-size: 17px;
    font-weight: 600; }

.all-stores .allstore-head {
  flex: 1;
  padding: 1.2rem 1.5rem 1.2rem 0; }
  .all-stores .allstore-head .str-block {
    height: 100%;
    display: flex;
    font-size: 28px;
    font-weight: 600;
    align-items: center;
    letter-spacing: 1.2px;
    justify-content: center;
    background-image: url(https://d1314cmsbd81ch.cloudfront.net/_next/static/images/csspattern-50cbb84ad128644e00a34a07ec4aecf3.svg); }
    .all-stores .allstore-head .str-block span {
      color: #0082C3; }

.all-stores .str-card {
  cursor: pointer;
  border-radius: 3px;
  padding: 2rem 1rem;
  box-shadow: 0 0px 5px 0px #00000012;
  min-height: 255px; }
  .all-stores .str-card img {
    width: 140px;
    max-width: 100%; }

.all-stores .stores-list-item {
  width: 20%;
  padding: 1.2rem 1.5rem; }
  .all-stores .stores-list-item .storename {
    padding: 1rem;
    display: block;
    border-radius: 3px;
    text-align: center;
    background-color: #F4F4F4;
    text-transform: capitalize; }

.all-stores .storeslist {
  position: fixed;
  top: 0;
  left: 100%;
  bottom: 0;
  right: -650px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0);
  transition: right 0s 1s ease, right 0.2s ease, background-color 0.2s 0.2s ease; }
  .all-stores .storeslist.active {
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, right 0.3s 0.2s ease; }
  .all-stores .storeslist .str-content {
    width: 600px;
    height: 100%;
    float: right;
    overflow: auto;
    max-width: 100%;
    position: relative;
    background-color: #FFF;
    padding: 3rem 3rem 1rem; }
    .all-stores .storeslist .str-content::-webkit-scrollbar {
      width: 7px; }
    .all-stores .storeslist .str-content::-webkit-scrollbar-track {
      background-color: #F5F5F5; }
    .all-stores .storeslist .str-content::-webkit-scrollbar-thumb {
      background-color: #D6D6D6; }
    .all-stores .storeslist .str-content .btn-close {
      left: 10px; }
  .all-stores .storeslist .str-details {
    padding: 1.5rem;
    border-radius: 3px;
    background-color: #f2f2f2; }
    .all-stores .storeslist .str-details img {
      width: 30px; }
    .all-stores .storeslist .str-details .more-info-block {
      display: flex;
      align-items: center;
      justify-content: center; }
      .all-stores .storeslist .str-details .more-info-block .more-info {
        position: relative;
        border-radius: 3px;
        display: inline-block;
        background-color: #FFF;
        border: 1px solid #C6C6C6;
        padding: 0.7rem 2.7rem 0.7rem 2rem; }
        .all-stores .storeslist .str-details .more-info-block .more-info:after {
          top: 50%;
          content: '';
          width: 8px;
          height: 8px;
          right: 15px;
          display: block;
          margin-top: -4px;
          border-radius: 1px;
          position: absolute;
          transform: rotate(45deg);
          border: 1px solid #424453;
          border-width: 1px 1px 0 0; }
    .all-stores .storeslist .str-details .str-time {
      line-height: 25px; }

@media (max-width: 992px) {
  .all-stores .container {
    max-width: 100%; }
  .all-stores .str-title .stores-list-item {
    width: 30%; }
    .all-stores .str-title .stores-list-item .str-block {
      height: 100%;
      padding: 0.5rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .all-stores .str-title .stores-list-item .str-block .no-of-stores h1 {
        font-size: 20px;
        line-height: 30px; }
  .all-stores .str-title .allstore-head {
    padding: 1rem 1rem 1rem 0; }
    .all-stores .str-title .allstore-head .str-block {
      font-size: 20px;
      padding: 0.8rem; }
  .all-stores .stores-list-item {
    width: 50%;
    padding: 1rem; }
  .all-stores .storeslist .str-content {
    padding: 3rem 1rem; }
    .all-stores .storeslist .str-content .more-info-block {
      padding: 1.5rem; } }

#deca-login {
  max-width: 750px; }
  #deca-login .modal-header {
    border: none; }
  #deca-login .modal-body {
    padding: 0;
    /* active state */
    /* highlighter */
    /* active state */
    /* animation */ }
    #deca-login .modal-body .login-left {
      background: #f4f4f4;
      padding: 20px 40px;
      height: 100%; }
      #deca-login .modal-body .login-left .l-heading h4 {
        font-size: 1.2rem;
        letter-spacing: 4px;
        margin-bottom: 3rem;
        color: #bec0cc; }
      #deca-login .modal-body .login-left .l-heading h3 {
        font-size: 2rem;
        font-weight: 30;
        color: #424553; }
      #deca-login .modal-body .login-left .l-heading .text-blue {
        color: #0082c3 !important; }
      #deca-login .modal-body .login-left .l-heading .swiper-pagination {
        text-align: left; }
        #deca-login .modal-body .login-left .l-heading .swiper-pagination .swiper-pagination-bullet {
          border: 1px solid #424553;
          opacity: 1;
          background-color: transparent;
          width: 6px;
          height: 6px; }
        #deca-login .modal-body .login-left .l-heading .swiper-pagination .swiper-pagination-bullet-active {
          background-color: #424553; }
      #deca-login .modal-body .login-left .login-icon {
        margin: 3rem 0; }
        #deca-login .modal-body .login-left .login-icon img {
          max-width: 50px; }
    #deca-login .modal-body .login-tabs .container-fluid {
      width: 100%;
      margin: 0;
      padding-left: 30px !important;
      padding-right: 30px !important; }
    #deca-login .modal-body .login-tabs .tabs-header {
      position: relative;
      top: 0 !important;
      padding: 0; }
      #deca-login .modal-body .login-tabs .tabs-header ul {
        display: flex;
        padding: 0;
        margin: 0;
        border-bottom: 1px solid #ddd; }
        #deca-login .modal-body .login-tabs .tabs-header ul li {
          cursor: pointer;
          padding: 0px 10px 10px;
          color: #424453;
          transition: 0.4s ease;
          width: 50%;
          position: relative;
          text-align: center;
          text-transform: uppercase;
          list-style-type: none; }
        #deca-login .modal-body .login-tabs .tabs-header ul .active {
          color: #0082c3; }
      #deca-login .modal-body .login-tabs .tabs-header .active-tab-indicator {
        position: absolute;
        height: 3px;
        bottom: -2px;
        background-color: #0082c3;
        border-radius: 2px;
        transition: 0.4s ease;
        width: 50%; }
        #deca-login .modal-body .login-tabs .tabs-header .active-tab-indicator:after {
          content: none; }
    #deca-login .modal-body .login-tabs .tabs-content {
      padding: 30px 0;
      width: 100%; }

@-webkit-keyframes "inputHighlighter" {
  from {
    background: #5264ae; }
  to {
    width: 0;
    background: transparent; } }

@-moz-keyframes "inputHighlighter" {
  from {
    background: #5264ae; }
  to {
    width: 0;
    background: transparent; } }
    #deca-login .modal-body .floating-label {
      position: relative;
      margin-bottom: 20px; }
    #deca-login .modal-body .country_code {
      position: absolute;
      top: 15px;
      left: 14px;
      border-right: 1px solid #dedede;
      padding-right: 3px; }
    #deca-login .modal-body .floating-input:focus, #deca-login .modal-body .floating-input:focus-within {
      outline: none;
      background-color: #fff;
      border: 1px solid #424553; }
      #deca-login .modal-body .floating-input:focus ~ .bar:before, #deca-login .modal-body .floating-input:focus-within ~ .bar:before {
        width: 50%; }
      #deca-login .modal-body .floating-input:focus ~ .bar:after, #deca-login .modal-body .floating-input:focus-within ~ .bar:after {
        width: 50%; }
      #deca-login .modal-body .floating-input:focus ~ .highlight, #deca-login .modal-body .floating-input:focus-within ~ .highlight {
        -webkit-animation: inputHighlighter 0.3s ease;
        -moz-animation: inputHighlighter 0.3s ease;
        animation: inputHighlighter 0.3s ease; }
    #deca-login .modal-body * {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #deca-login .modal-body *:before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      #deca-login .modal-body *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
    #deca-login .modal-body .floating-textarea {
      min-height: 30px;
      max-height: 260px;
      overflow: hidden;
      overflow-x: hidden; }
    #deca-login .modal-body .highlight {
      position: absolute;
      height: 50%;
      width: 100%;
      top: 15%;
      left: 0;
      pointer-events: none;
      opacity: 0.5; }
    #deca-login .modal-body .decabutton {
      width: 100%;
      border: none;
      padding: 14px;
      letter-spacing: 2px;
      margin-top: 1.5rem;
      background: #0082c3; }
      #deca-login .modal-body .decabutton:after {
        content: none; }
    #deca-login .modal-body .new-user .decabutton {
      margin-top: 1rem !important;
      background: #f4f4f4 !important;
      color: #333; }
    #deca-login .modal-body .login-otp .user-email {
      margin-bottom: 2rem;
      text-align: center; }
      #deca-login .modal-body .login-otp .user-email p {
        margin: 0; }
      #deca-login .modal-body .login-otp .user-email strong button {
        background-color: transparent;
        border: none;
        font-size: 13px;
        color: #0082c3;
        text-transform: uppercase; }
    #deca-login .modal-body .login-otp .form-group {
      display: flex;
      justify-content: space-between; }
      #deca-login .modal-body .login-otp .form-group input[type='number'] {
        max-width: 23%;
        flex: 0 0 23%;
        background: #f4f4f4 !important;
        border: none !important;
        height: 56px;
        border-radius: 3px;
        text-align: center;
        -moz-appearance: textfield; }
        #deca-login .modal-body .login-otp .form-group input[type='number']:focus {
          border: 1px solid #0082c3 !important; }
      #deca-login .modal-body .login-otp .form-group input::-webkit-outer-spin-button,
      #deca-login .modal-body .login-otp .form-group input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0; }
    #deca-login .modal-body .login-otp .otp-sent p {
      font-size: 13px; }
    #deca-login .modal-body .login-otp .otp-sent .otp-count {
      display: inline-block;
      padding: 5px 9px;
      border: 1px solid;
      border-radius: 2px;
      margin-top: 0.75rem; }
    #deca-login .modal-body .login-otp .validate-otp p {
      font-size: 13px;
      margin-top: 15px; }
    #deca-login .modal-body .login-otp .validate-otp .resend-otp {
      background: transparent;
      border: none;
      color: #0082c3;
      margin-top: 5px; }
    #deca-login .modal-body .already-account button {
      background: transparent;
      border: none;
      color: #0082c3; }
    #deca-login .modal-body .already-account p {
      font-size: 13px; }
    #deca-login .modal-body .signin .decabutton {
      margin-top: 5px !important; }
    #deca-login .modal-body .signin .otp-text {
      font-size: 12px;
      margin-top: 10px;
      margin-bottom: 0;
      text-align: center; }
    #deca-login .modal-body .signup-step p {
      font-size: 12px;
      text-align: center;
      margin-top: 8px; }
    #deca-login .modal-body .signup-step .form-group p {
      font-size: 12px;
      text-align: center; }
    #deca-login .modal-body .signup-step .color-light {
      color: #c4c6d0;
      font-weight: 300; }
    #deca-login .modal-body .signup-step .decabutton {
      margin-top: 0 !important; }
    #deca-login .modal-body .signup-step .floating-label {
      width: 100%; }
  #deca-login .btn-close {
    position: relative;
    width: 100%;
    height: 60px;
    left: 0;
    top: 0;
    min-width: 40px;
    max-width: 40px;
    margin-left: auto; }
    #deca-login .btn-close::before, #deca-login .btn-close::after {
      left: auto !important;
      right: 20px !important;
      height: 25px;
      top: 10px;
      background-color: #424553; }

@media screen and (max-width: 767px) {
  #deca-login {
    margin: 0; }
    #deca-login .modal-content {
      border: none;
      border-radius: 0; }
    #deca-login .modal-body .login-left {
      padding: 30px 30px;
      border-radius: 12px 12px 0 0; }
      #deca-login .modal-body .login-left .login-icon img {
        max-width: 40px; }
      #deca-login .modal-body .login-left p {
        font-size: 15px;
        font-weight: 300;
        margin: 0; }
      #deca-login .modal-body .login-left .l-heading {
        opacity: 1 !important;
        visibility: visible !important; }
    #deca-login .modal-body .login-tabs {
      min-height: calc(100vh - 158px);
      height: 100%;
      background-color: #fff; }
      #deca-login .modal-body .login-tabs .container-fluid {
        padding-left: 15px !important;
        padding-right: 15px !important; }
      #deca-login .modal-body .login-tabs .tabs-header {
        border: none; }
        #deca-login .modal-body .login-tabs .tabs-header ul {
          margin: 0;
          border-bottom: none;
          background: #f4f4f4;
          padding: 4px;
          border-radius: 3px; }
          #deca-login .modal-body .login-tabs .tabs-header ul li {
            padding: 10px;
            z-index: 99; }
        #deca-login .modal-body .login-tabs .tabs-header .active-tab-indicator {
          position: absolute;
          height: calc(100% - 10px);
          bottom: -2px;
          background-color: #fff;
          border-radius: 2px;
          transition: 0.4s ease;
          width: 48%;
          top: 5px;
          z-index: 0; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  .product-tabs.login-tabs {
    background: #fff; } }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

@keyframes flash {
  0%, 50%, to {
    opacity: 1; }
  25%, 75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg); }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg); }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg); }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

.bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  0% {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg); }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

@-webkit-keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

@keyframes rollOut {
  0% {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  0% {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s; }

.animated.faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion: reduce), (print) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

.ais-Breadcrumb-list, .ais-CurrentRefinements-list, .ais-HierarchicalMenu-list, .ais-Hits-list, .ais-InfiniteHits-list, .ais-InfiniteResults-list, .ais-Menu-list, .ais-NumericMenu-list, .ais-Pagination-list, .ais-RatingMenu-list, .ais-RefinementList-list, .ais-Results-list, .ais-ToggleRefinement-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.ais-ClearRefinements-button, .ais-CurrentRefinements-delete, .ais-CurrentRefinements-reset, .ais-GeoSearch-redo, .ais-GeoSearch-reset, .ais-HierarchicalMenu-showMore, .ais-InfiniteHits-loadMore, .ais-InfiniteHits-loadPrevious, .ais-InfiniteResults-loadMore, .ais-Menu-showMore, .ais-RangeInput-submit, .ais-RefinementList-showMore, .ais-SearchBox-reset, .ais-SearchBox-submit, .ais-VoiceSearch-button {
  padding: 0;
  overflow: visible;
  font: inherit;
  line-height: normal;
  color: inherit;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.ais-ClearRefinements-button::-moz-focus-inner, .ais-CurrentRefinements-delete::-moz-focus-inner, .ais-CurrentRefinements-reset::-moz-focus-inner, .ais-GeoSearch-redo::-moz-focus-inner, .ais-GeoSearch-reset::-moz-focus-inner, .ais-HierarchicalMenu-showMore::-moz-focus-inner, .ais-InfiniteHits-loadMore::-moz-focus-inner, .ais-InfiniteHits-loadPrevious::-moz-focus-inner, .ais-InfiniteResults-loadMore::-moz-focus-inner, .ais-Menu-showMore::-moz-focus-inner, .ais-RangeInput-submit::-moz-focus-inner, .ais-RefinementList-showMore::-moz-focus-inner, .ais-SearchBox-reset::-moz-focus-inner, .ais-SearchBox-submit::-moz-focus-inner, .ais-VoiceSearch-button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.ais-ClearRefinements-button[disabled], .ais-CurrentRefinements-delete[disabled], .ais-CurrentRefinements-reset[disabled], .ais-GeoSearch-redo[disabled], .ais-GeoSearch-reset[disabled], .ais-HierarchicalMenu-showMore[disabled], .ais-InfiniteHits-loadMore[disabled], .ais-InfiniteHits-loadPrevious[disabled], .ais-InfiniteResults-loadMore[disabled], .ais-Menu-showMore[disabled], .ais-RangeInput-submit[disabled], .ais-RefinementList-showMore[disabled], .ais-SearchBox-reset[disabled], .ais-SearchBox-submit[disabled], .ais-VoiceSearch-button[disabled] {
  cursor: default; }

.ais-Breadcrumb-item, .ais-Breadcrumb-list, .ais-Pagination-list, .ais-PoweredBy, .ais-RangeInput-form, .ais-RatingMenu-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.ais-GeoSearch, .ais-GeoSearch-map {
  height: 100%; }

.ais-HierarchicalMenu-list .ais-HierarchicalMenu-list {
  margin-left: 1em; }

.ais-PoweredBy-logo {
  display: block;
  height: 1.2em;
  width: auto; }

.ais-RatingMenu-starIcon {
  display: block;
  width: 20px;
  height: 20px; }

.ais-SearchBox-input::-ms-clear, .ais-SearchBox-input::-ms-reveal {
  display: none;
  width: 0;
  height: 0; }

.ais-SearchBox-input::-webkit-search-cancel-button, .ais-SearchBox-input::-webkit-search-decoration, .ais-SearchBox-input::-webkit-search-results-button, .ais-SearchBox-input::-webkit-search-results-decoration {
  display: none; }

.ais-RangeSlider .rheostat {
  overflow: visible;
  margin-top: 40px;
  margin-bottom: 40px; }

.ais-RangeSlider .rheostat-background {
  height: 6px;
  top: 0;
  width: 100%; }

.ais-RangeSlider .rheostat-handle {
  margin-left: -12px;
  top: -7px; }

.ais-RangeSlider .rheostat-background {
  position: relative;
  background-color: #fff;
  border: 1px solid #aaa; }

.ais-RangeSlider .rheostat-progress {
  position: absolute;
  top: 1px;
  height: 4px;
  background-color: #333; }

.rheostat-handle {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: -webkit-grab;
  cursor: grab; }

.rheostat-marker {
  margin-left: -1px;
  position: absolute;
  width: 1px;
  height: 5px;
  background-color: #aaa; }

.rheostat-marker--large {
  height: 9px; }

.rheostat-value {
  padding-top: 15px; }

.rheostat-tooltip, .rheostat-value {
  margin-left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.rheostat-tooltip {
  top: -22px; }

[class^=ais-] {
  font-size: 1rem;
  box-sizing: border-box; }

a[class^=ais-] {
  text-decoration: none; }

.ais-Breadcrumb, .ais-ClearRefinements, .ais-CurrentRefinements, .ais-GeoSearch, .ais-HierarchicalMenu, .ais-Hits, .ais-HitsPerPage, .ais-InfiniteHits, .ais-InfiniteResults, .ais-Menu, .ais-MenuSelect, .ais-NumericMenu, .ais-NumericSelector, .ais-Pagination, .ais-Panel, .ais-PoweredBy, .ais-RangeInput, .ais-RangeSlider, .ais-RatingMenu, .ais-RefinementList, .ais-Results, .ais-ResultsPerPage, .ais-SearchBox, .ais-SortBy, .ais-Stats, .ais-ToggleRefinement {
  color: #3a4570; }

.ais-Breadcrumb-item--selected, .ais-HierarchicalMenu-item--selected, .ais-Menu-item--selected {
  font-weight: 700; }

.ais-Breadcrumb-separator {
  margin: 0 .3em;
  font-weight: 400; }

.ais-Breadcrumb-link, .ais-HierarchicalMenu-link, .ais-Menu-link, .ais-Pagination-link, .ais-RatingMenu-link {
  color: #0096db;
  transition: color .2s ease-out; }

.ais-Breadcrumb-link:focus, .ais-Breadcrumb-link:hover, .ais-HierarchicalMenu-link:focus, .ais-HierarchicalMenu-link:hover, .ais-Menu-link:focus, .ais-Menu-link:hover, .ais-Pagination-link:focus, .ais-Pagination-link:hover, .ais-RatingMenu-link:focus, .ais-RatingMenu-link:hover {
  color: #0073a8; }

.ais-ClearRefinements-button, .ais-CurrentRefinements-reset, .ais-GeoSearch-redo, .ais-GeoSearch-reset, .ais-HierarchicalMenu-showMore, .ais-InfiniteHits-loadMore, .ais-InfiniteHits-loadPrevious, .ais-InfiniteResults-loadMore, .ais-Menu-showMore, .ais-RefinementList-showMore {
  padding: .3rem .5rem;
  font-size: .8rem;
  color: #fff;
  background-color: #0096db;
  border-radius: 5px;
  transition: background-color .2s ease-out;
  outline: none; }

.ais-ClearRefinements-button:focus, .ais-ClearRefinements-button:hover, .ais-CurrentRefinements-reset:focus, .ais-CurrentRefinements-reset:hover, .ais-GeoSearch-redo:focus, .ais-GeoSearch-redo:hover, .ais-GeoSearch-reset:focus, .ais-GeoSearch-reset:hover, .ais-HierarchicalMenu-showMore:focus, .ais-HierarchicalMenu-showMore:hover, .ais-InfiniteHits-loadMore:focus, .ais-InfiniteHits-loadMore:hover, .ais-InfiniteHits-loadPrevious:focus, .ais-InfiniteHits-loadPrevious:hover, .ais-InfiniteResults-loadMore:focus, .ais-InfiniteResults-loadMore:hover, .ais-Menu-showMore:focus, .ais-Menu-showMore:hover, .ais-RefinementList-showMore:focus, .ais-RefinementList-showMore:hover {
  background-color: #0073a8; }

.ais-ClearRefinements-button--disabled, .ais-GeoSearch-redo--disabled, .ais-GeoSearch-reset--disabled, .ais-HierarchicalMenu-showMore--disabled, .ais-InfiniteHits-loadMore--disabled, .ais-InfiniteResults-loadMore--disabled, .ais-Menu-showMore--disabled, .ais-RefinementList-showMore--disabled {
  opacity: .6;
  cursor: not-allowed; }

.ais-ClearRefinements-button--disabled:focus, .ais-ClearRefinements-button--disabled:hover, .ais-GeoSearch-redo--disabled:focus, .ais-GeoSearch-redo--disabled:hover, .ais-GeoSearch-reset--disabled:focus, .ais-GeoSearch-reset--disabled:hover, .ais-HierarchicalMenu-showMore--disabled:focus, .ais-HierarchicalMenu-showMore--disabled:hover, .ais-InfiniteHits-loadMore--disabled:focus, .ais-InfiniteHits-loadMore--disabled:hover, .ais-InfiniteResults-loadMore--disabled:focus, .ais-InfiniteResults-loadMore--disabled:hover, .ais-Menu-showMore--disabled:focus, .ais-Menu-showMore--disabled:hover, .ais-RefinementList-showMore--disabled:focus, .ais-RefinementList-showMore--disabled:hover {
  background-color: #0096db; }

.ais-InfiniteHits-loadPrevious--disabled {
  display: none; }

.ais-CurrentRefinements {
  margin-top: -.3rem; }

.ais-CurrentRefinements, .ais-CurrentRefinements-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ais-CurrentRefinements-item {
  margin-right: .3rem;
  margin-top: .3rem;
  padding: .3rem .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #495588;
  border-radius: 5px; }

.ais-CurrentRefinements-category {
  margin-left: .3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ais-CurrentRefinements-delete {
  margin-left: .3rem; }

.ais-CurrentRefinements-categoryLabel, .ais-CurrentRefinements-delete, .ais-CurrentRefinements-label {
  white-space: nowrap;
  font-size: .8rem;
  color: #fff; }

.ais-CurrentRefinements-reset {
  margin-top: .3rem;
  white-space: nowrap; }

.ais-CurrentRefinements-reset + .ais-CurrentRefinements-list {
  margin-left: .3rem; }

.ais-GeoSearch {
  position: relative; }

.ais-GeoSearch-control {
  position: absolute;
  top: .8rem;
  left: 3.75rem; }

.ais-GeoSearch-label {
  display: block;
  padding: .3rem .5rem;
  font-size: .8rem;
  background-color: #fff;
  border-radius: 5px;
  transition: background-color .2s ease-out;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  outline: none; }

.ais-GeoSearch-input {
  margin: 0 .25rem 0 0; }

.ais-GeoSearch-label, .ais-GeoSearch-redo, .ais-GeoSearch-reset {
  white-space: nowrap; }

.ais-GeoSearch-reset {
  position: absolute;
  bottom: 1.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

.ais-HierarchicalMenu-link, .ais-Menu-link {
  display: block;
  line-height: 1.5; }

.ais-HierarchicalMenu-list, .ais-Menu-list, .ais-NumericMenu-list, .ais-RatingMenu-list, .ais-RefinementList-list {
  font-weight: 400;
  line-height: 1.5; }

.ais-HierarchicalMenu-link:after {
  margin-left: .3em;
  content: "";
  width: 10px;
  height: 10px;
  display: none;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.3 24l-2.8-2.8 9.3-9.2-9.3-9.2L7.3 0l12.2 12z' fill='%233A4570'/%3E%3C/svg%3E");
  background-size: 100% 100%; }

.ais-HierarchicalMenu-item--parent > .ais-HierarchicalMenu-link:after {
  display: inline-block; }

.ais-HierarchicalMenu-item--selected > .ais-HierarchicalMenu-link:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.ais-CurrentRefinements-count, .ais-RatingMenu-count {
  font-size: .8rem; }

.ais-CurrentRefinements-count:before, .ais-RatingMenu-count:before {
  content: "("; }

.ais-CurrentRefinements-count:after, .ais-RatingMenu-count:after {
  content: ")"; }

.ais-HierarchicalMenu-count, .ais-Menu-count, .ais-RefinementList-count, .ais-ToggleRefinement-count {
  padding: .1rem .4rem;
  font-size: .8rem;
  color: #3a4570;
  background-color: #dfe2ee;
  border-radius: 8px; }

.ais-HierarchicalMenu-showMore, .ais-Menu-showMore, .ais-RefinementList-showMore {
  margin-top: .5rem; }

.ais-Highlight-highlighted, .ais-Snippet-highlighted {
  background-color: #ffc168; }

.ais-Hits-list, .ais-InfiniteHits-list, .ais-InfiniteResults-list, .ais-Results-list {
  margin-top: -1rem;
  margin-left: -1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.ais-Panel-body .ais-Hits-list, .ais-Panel-body .ais-InfiniteHits-list, .ais-Panel-body .ais-InfiniteResults-list, .ais-Panel-body .ais-Results-list {
  margin: .5rem 0 0 -1rem; }

.ais-Hits-item, .ais-InfiniteHits-item, .ais-InfiniteResults-item, .ais-Results-item {
  margin-top: 1rem;
  margin-left: 1rem;
  padding: 1rem;
  width: calc(25% - 1rem);
  border: 1px solid #c4c8d8;
  box-shadow: 0 2px 5px 0 #e3e5ec; }

.ais-Panel-body .ais-Hits-item, .ais-Panel-body .ais-InfiniteHits-item, .ais-Panel-body .ais-InfiniteResults-item, .ais-Panel-body .ais-Results-item {
  margin: .5rem 0 .5rem 1rem; }

.ais-InfiniteHits-loadMore, .ais-InfiniteResults-loadMore {
  margin-top: 1rem; }

.ais-InfiniteHits-loadPrevious {
  margin-bottom: 1rem; }

.ais-HitsPerPage-select, .ais-MenuSelect-select, .ais-NumericSelector-select, .ais-ResultsPerPage-select, .ais-SortBy-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .3rem 2rem .3rem .3rem;
  max-width: 100%;
  background-color: #fff;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M0 7.3l2.8-2.8 9.2 9.3 9.2-9.3L24 7.3 12 19.5z' fill='%233A4570'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 10px 10px;
  background-position: 92% 50%;
  border: 1px solid #c4c8d8;
  border-radius: 5px; }

.ais-Panel--collapsible {
  position: relative; }

.ais-Panel--collapsible.ais-Panel--collapsed .ais-Panel-body, .ais-Panel--collapsible.ais-Panel--collapsed .ais-Panel-footer {
  display: none; }

.ais-Panel--collapsible .ais-Panel-collapseButton {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  background: none; }

.ais-Panel-header {
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  font-size: .8rem;
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #c4c8d8; }

.ais-Panel-footer {
  margin-top: .5rem;
  font-size: .8rem; }

.ais-RangeInput-input {
  padding: 0 .2rem;
  width: 5rem;
  height: 1.5rem;
  line-height: 1.5rem; }

.ais-RangeInput-separator {
  margin: 0 .3rem; }

.ais-RangeInput-submit {
  margin-left: .3rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 .5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  font-size: .8rem;
  color: #fff;
  background-color: #0096db;
  border: none;
  border-radius: 5px;
  transition: .2s ease-out;
  outline: none; }

.ais-RangeInput-submit:focus, .ais-RangeInput-submit:hover {
  background-color: #0073a8; }

.ais-RatingMenu-count {
  color: #3a4570; }

.ais-Pagination-list {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.ais-Pagination-item + .ais-Pagination-item {
  margin-left: .3rem; }

.ais-Pagination-link {
  padding: .3rem .6rem;
  display: block;
  border: 1px solid #c4c8d8;
  border-radius: 5px;
  transition: background-color .2s ease-out; }

.ais-Pagination-link:focus, .ais-Pagination-link:hover {
  background-color: #e3e5ec; }

.ais-Pagination-item--disabled .ais-Pagination-link {
  opacity: .6;
  cursor: not-allowed;
  color: #a5abc4; }

.ais-Pagination-item--disabled .ais-Pagination-link:focus, .ais-Pagination-item--disabled .ais-Pagination-link:hover {
  color: #a5abc4;
  background-color: #fff; }

.ais-Pagination-item--selected .ais-Pagination-link {
  color: #fff;
  background-color: #0096db;
  border-color: #0096db; }

.ais-Pagination-item--selected .ais-Pagination-link:focus, .ais-Pagination-item--selected .ais-Pagination-link:hover {
  color: #fff; }

.ais-PoweredBy-text, .ais-Stats-text, .rheostat-tooltip, .rheostat-value {
  font-size: .8rem; }

.ais-PoweredBy-logo {
  margin-left: .3rem; }

.ais-RangeSlider .rheostat-progress {
  background-color: #495588; }

.ais-RangeSlider .rheostat-background {
  border-color: #878faf;
  box-sizing: border-box; }

.ais-RangeSlider .rheostat-handle {
  border-color: #878faf; }

.ais-RangeSlider .rheostat-marker {
  background-color: #878faf; }

.ais-Panel-body .ais-RangeSlider {
  margin: 2rem 0; }

.ais-RangeSlider-handle {
  width: 20px;
  height: 20px;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #46aeda;
  border-radius: 50%;
  cursor: pointer; }

.ais-RangeSlider-tooltip {
  position: absolute;
  background: #fff;
  top: -22px;
  font-size: .8em; }

.ais-RangeSlider-value {
  width: 40px;
  position: absolute;
  text-align: center;
  margin-left: -20px;
  padding-top: 15px;
  font-size: .8em; }

.ais-RangeSlider-marker {
  position: absolute;
  background: #ddd;
  margin-left: -1px;
  width: 1px;
  height: 5px; }

.ais-RatingMenu-item--disabled .ais-RatingMenu-count, .ais-RatingMenu-item--disabled .ais-RatingMenu-label {
  color: #c4c8d8; }

.ais-RatingMenu-item--selected {
  font-weight: 700; }

.ais-RatingMenu-link {
  line-height: 1.5; }

.ais-RatingMenu-link > * + * {
  margin-left: .3rem; }

.ais-RatingMenu-starIcon {
  position: relative;
  top: -1px;
  width: 15px;
  fill: #ffc168; }

.ais-RatingMenu-item--disabled .ais-RatingMenu-starIcon {
  fill: #c4c8d8; }

.ais-HierarchicalMenu-searchBox > *, .ais-Menu-searchBox > *, .ais-RefinementList-searchBox > * {
  margin-bottom: .5rem; }

.ais-SearchBox-form {
  display: block;
  position: relative; }

.ais-SearchBox-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: .3rem 1.7rem;
  width: 100%;
  position: relative;
  background-color: #fff;
  border: 1px solid #c4c8d8;
  border-radius: 5px; }

.ais-SearchBox-input::-webkit-input-placeholder {
  color: #a5aed1; }

.ais-SearchBox-input::-moz-placeholder {
  color: #a5aed1; }

.ais-SearchBox-input:-ms-input-placeholder {
  color: #a5aed1; }

.ais-SearchBox-input:-moz-placeholder {
  color: #a5aed1; }

.ais-SearchBox-loadingIndicator, .ais-SearchBox-reset, .ais-SearchBox-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  z-index: 1;
  width: 20px;
  height: 20px;
  top: 50%;
  right: .3rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.ais-SearchBox-submit {
  left: .3rem; }

.ais-SearchBox-reset {
  right: .3rem; }

.ais-SearchBox-loadingIcon, .ais-SearchBox-resetIcon, .ais-SearchBox-submitIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%); }

.ais-SearchBox-resetIcon path, .ais-SearchBox-submitIcon path {
  fill: #495588; }

.ais-SearchBox-submitIcon {
  width: 14px;
  height: 14px; }

.ais-SearchBox-resetIcon {
  width: 12px;
  height: 12px; }

.ais-SearchBox-loadingIcon {
  width: 16px;
  height: 16px; }

.ais-VoiceSearch-button {
  border: none;
  width: 24px;
  height: 24px;
  padding: 4px;
  border-radius: 50%;
  color: #3a4570;
  background-color: transparent; }

.ais-VoiceSearch-button svg {
  color: currentColor; }

.ais-VoiceSearch-button:hover {
  cursor: pointer;
  background-color: #a5aed1;
  color: #fff; }

.ais-VoiceSearch-button:disabled {
  color: #a5aed1; }

.ais-VoiceSearch-button:disabled:hover {
  color: #a5aed1;
  cursor: not-allowed;
  background: inherit; }

/**
 * Swiper 5.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 8, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color:#007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform,height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size:44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform,.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform,.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color:#000000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.decabutton {
  background: #424453;
  color: #fff;
  padding: 10px 22px;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 9;
  overflow: hidden;
  position: relative; }
  .decabutton:hover {
    color: #fff; }
  .decabutton:after {
    background: #808080;
    content: '';
    height: 100px;
    position: absolute;
    width: 100%;
    right: -2px;
    transform: translateY(100%) skewY(-10deg);
    bottom: -13px;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1; }
  .decabutton:hover::after {
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: -31px;
    transform: translateY(0) skewY(-10deg);
    left: 0; }

.deca-btn-yellow {
  background: #424453;
  color: #fff;
  padding: 10px 22px;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 9;
  overflow: hidden;
  position: relative;
  border: 0;
  background-color: #ffea28;
  color: #424453;
  font-weight: 600;
  min-height: 50px;
  line-height: 30px;
  box-shadow: none !important; }
  .deca-btn-yellow:hover {
    color: #fff; }
  .deca-btn-yellow:after {
    background: #808080;
    content: '';
    height: 100px;
    position: absolute;
    width: 100%;
    right: -2px;
    transform: translateY(100%) skewY(-10deg);
    bottom: -13px;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1; }
  .deca-btn-yellow:hover::after {
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: -31px;
    transform: translateY(0) skewY(-10deg);
    left: 0; }
  .deca-btn-yellow:after {
    right: 0;
    background: #f4dc00; }
  .deca-btn-yellow:hover {
    background: #f4dc00;
    color: #424453; }
  .deca-btn-yellow:focus {
    background-color: #ffea28;
    color: #424453; }
  .deca-btn-yellow:active {
    background-color: #ffe80f !important;
    color: #424453 !important; }

.deca-btn-blue {
  color: #fff !important;
  border-color: #0082C3;
  background-color: #0082C3;
  font-weight: 500;
  padding: 10px 22px;
  box-shadow: none !important;
  border-width: 1px; }
  .deca-btn-blue:hover {
    background-color: #0078b4;
    border-color: #0078b4; }
  .deca-btn-blue:focus {
    background-color: #0082C3;
    border-color: #0082C3; }
  .deca-btn-blue:active {
    background-color: #006a9f !important;
    border-color: #006a9f !important; }

.btn-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
  width: 25px;
  height: 25px;
  display: block;
  cursor: pointer; }
  .btn-close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 11px;
    width: 2px;
    height: 100%;
    background-color: #8E8E8E;
    transform: rotate(-45deg); }
  .btn-close:before {
    content: '';
    position: absolute;
    top: 0;
    left: 11px;
    width: 2px;
    height: 100%;
    background-color: #8E8E8E;
    transform: rotate(45deg); }

html {
  font-size: 14px;
  line-height: 23px; }
  @media (min-width: 1920px) {
    html {
      font-size: 16px; } }
  @media (max-width: 1024px) {
    html {
      font-size: 14px; } }

p {
  font-size: 14px; }
  @media (max-width: 1024px) {
    p {
      font-size: 13px; } }
  @media (max-width: 640px) {
    p {
      font-size: 13px; } }

a {
  color: #424453;
  text-decoration: none; }
  a:hover {
    color: #424453; }

input {
  box-shadow: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; }

body {
  font-family: "Roboto Condensed", sans-serif !important;
  color: #424453; }

*:focus {
  outline: none; }

.row.min-gutters {
  margin-left: -5px;
  margin-right: -5px; }

.row.min-gutters > [class*='col'] {
  padding-right: 5px;
  padding-left: 5px; }

.react-toast-notifications__container {
  z-index: 9999999999 !important; }

.react-select {
  width: 100%;
  z-index: 999; }
  .react-select [class*='-control'] {
    min-height: 44px;
    background-color: #f4f4f4;
    border-color: #c6c6c6 !important;
    box-shadow: none !important; }
  .react-select [class*='-Input'],
  .react-select [class*='-singleValue'],
  .react-select [class*='-placeholder'] {
    margin-left: 6px;
    margin-right: 6px;
    color: #424453;
    font-size: 15px; }
  .react-select [class*='-indicatorSeparator'] {
    display: none; }
  .react-select [class*='-indicatorContainer'] svg {
    fill: #424453; }
  .react-select.position-top [class*='-menu'] {
    top: auto !important;
    bottom: 45px !important;
    width: 100%;
    left: 1px;
    position: absolute; }

.deca-btn-yellow {
  background: #424453;
  color: #fff;
  padding: 10px 22px;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 9;
  overflow: hidden;
  position: relative;
  border: 0;
  background-color: #ffec00;
  color: #424453;
  font-weight: 600;
  min-height: 50px;
  line-height: 30px;
  box-shadow: none !important; }
  .deca-btn-yellow:hover {
    color: #fff; }
  .deca-btn-yellow:after {
    background: #808080;
    content: '';
    height: 100px;
    position: absolute;
    width: 100%;
    right: -2px;
    transform: translateY(100%) skewY(-10deg);
    bottom: -13px;
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    z-index: -1; }
  .deca-btn-yellow:hover::after {
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: -31px;
    transform: translateY(0) skewY(-10deg);
    left: 0; }
  .deca-btn-yellow:after {
    right: 0;
    background: #f4dc00; }
  .deca-btn-yellow:hover {
    background: #f4dc00;
    color: #424453; }
  .deca-btn-yellow:disabled, .deca-btn-yellow.disabled, .deca-btn-yellow:focus {
    background-color: #ffec00;
    color: #424453; }
  .deca-btn-yellow:active {
    background-color: #b3a500 !important;
    color: #424453 !important; }

.deca-btn-grey {
  background: #f4f4f4;
  padding: 9px 40px;
  border: 1px solid #c6c6c6;
  border-radius: 3px; }

@keyframes decaFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.decaFadeInUp {
  animation-name: decaFadeInUp;
  visibility: hidden;
  opacity: 0;
  animation-fill-mode: forwards; }

@keyframes decaFadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.decaFadeInRight {
  animation-name: decaFadeInRight;
  visibility: hidden;
  opacity: 0;
  animation-fill-mode: forwards; }

@keyframes decaFadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.decaFadeInLeft {
  animation-name: decaFadeInLeft;
  visibility: hidden;
  opacity: 0;
  animation-fill-mode: forwards; }

.skeleton {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  background-size: 350% 100%;
  background-image: linear-gradient(120deg, #f4f4f4 35%, #fcfcfd 50%, #f4f4f4 65%) !important;
  animation: skeletonAnimation 1.5s infinite ease-in-out; }
  .skeleton.dark {
    background-image: linear-gradient(120deg, #e6e6e6 35%, #f4f4f4 50%, #e6e6e6 65%) !important; }
    .skeleton.dark.outline {
      background-image: linear-gradient(120deg, #e6e6e6 35%, #f4f4f4 50%, #e6e6e6 65%) !important;
      border: 1px solid #e6e6e6;
      position: relative;
      background-image: linear-gradient(120deg, #f4f4f4 35%, #fcfcfd 50%, #f4f4f4 65%) !important; }
      .skeleton.dark.outline:after {
        content: '';
        position: absolute;
        top: 1;
        left: 1;
        width: calc(100% - 2px);
        height: calc(100% - 2px); }

@keyframes skeletonAnimation {
  0% {
    background-position: 120% 0; }
  100% {
    background-position: 0% 0; } }

body .react-toast-notifications__container {
  top: 65px; }
  body .react-toast-notifications__container > div {
    height: auto !important; }
    body .react-toast-notifications__container > div .react-toast-notifications__toast--success,
    body .react-toast-notifications__container > div .react-toast-notifications__toast--error,
    body .react-toast-notifications__container > div .react-toast-notifications__toast--warning {
      background-color: #fff;
      padding: 20px 10px; }
    body .react-toast-notifications__container > div .react-toast-notifications__toast--warning {
      border-left: 3px solid #ff8b00; }
    body .react-toast-notifications__container > div .react-toast-notifications__toast--success {
      border-left: 3px solid #00ac6a; }
    body .react-toast-notifications__container > div .react-toast-notifications__toast--error {
      border-left: 3px solid #e20c18; }
    body .react-toast-notifications__container > div .react-toast-notifications__toast__icon-wrapper {
      padding: 0;
      width: 20px;
      height: 20px;
      border-radius: 50px; }
    body .react-toast-notifications__container > div .react-toast-notifications__toast__content {
      padding: 0 10px;
      min-height: inherit;
      color: #424453; }
    body .react-toast-notifications__container > div .react-toast-notifications__toast__dismiss-button {
      padding: 0 10px; }

.change_btn {
  background: transparent;
  border: none;
  position: absolute;
  right: 8px;
  top: 9px;
  font-size: 13px;
  text-transform: uppercase;
  color: #0082c3; }
  .change_btn .react-toast-notifications__toast__icon-wrapper {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50px; }
  .change_btn .react-toast-notifications__toast__content {
    padding: 0 10px;
    min-height: inherit;
    color: #424453; }
  .change_btn .react-toast-notifications__toast__dismiss-button {
    padding: 0 10px; }

@media screen and (max-width: 767px) {
  .css-1jgv6z-ToastContainer {
    top: inherit !important;
    bottom: 0; }
  .css-mrh2d-ToastContainer {
    top: inherit !important;
    bottom: 0; }
  .swiper-button-next,
  .swiper-button-prev {
    display: none !important; } }

.floating-label {
  position: relative; }
  .floating-label label {
    color: #424553;
    font-size: 13px !important;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    top: 0px;
    webkit-transform: translateY(15px);
    transform: translateY(15px);
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease, -webkit-transform .2s ease;
    will-change: transform;
    -webkit-transform-origin: left;
    transform-origin: left;
    padding-left: 15px;
    font-weight: 300; }
  .floating-label input {
    font-size: 14px;
    padding: 4px 15px;
    display: block;
    width: 100%;
    height: 50px;
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4 !important;
    border-radius: 6px;
    transition: 0.3s ease; }
    .floating-label input:focus, .floating-label input:focus-within {
      outline: none;
      background-color: #fff !important;
      border: 1px solid #006ba0 !important; }
      .floating-label input:focus ~ label, .floating-label input:focus-within ~ label {
        font-size: 12px;
        color: #424553;
        background: #fff;
        padding: 0 5px;
        font-weight: 300;
        -webkit-transform: translateY(-10px) scale(1);
        transform: translateY(-10px) scale(1);
        margin-left: 10px; }
    .floating-label input:not(:placeholder-shown) {
      border: 1px solid #006ba0 !important;
      background-color: #fff !important; }
      .floating-label input:not(:placeholder-shown) ~ label {
        top: 0px;
        font-size: 12px;
        color: #424553;
        background: #fff;
        padding: 0 5px;
        font-weight: 300;
        margin-left: 10px;
        -webkit-transform: translateY(-10px) scale(1);
        transform: translateY(-10px) scale(1); }

.loading {
  position: relative; }
  .loading:before {
    content: '';
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9998;
    background-color: rgba(0, 0, 0, 0.2); }
  .loading:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBkaXNwbGF5OiBibG9jazsiIHdpZHRoPSIyMDBweCIgaGVpZ2h0PSIyMDBweCIgdmlld0JveD0iMCAwIDEwMCAxMDAiIHByZXNlcnZlQXNwZWN0UmF0aW89InhNaWRZTWlkIj4KCTxjaXJjbGUgY3g9IjUwIiBjeT0iNTAiIHI9IjQwIiBzdHJva2U9InJnYmEoMCwgMCwgMCwgMCkiIHN0cm9rZS13aWR0aD0iMTAiIGZpbGw9Im5vbmUiPjwvY2lyY2xlPgoJPGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDAiIHN0cm9rZT0iIzAwODJjMyIgc3Ryb2tlLXdpZHRoPSI1IiBzdHJva2UtbGluZWNhcD0icm91bmQiIGZpbGw9Im5vbmUiIHRyYW5zZm9ybT0icm90YXRlKDM3OS4xNjYgNTAgNTApIj4KCQk8YW5pbWF0ZVRyYW5zZm9ybSBhdHRyaWJ1dGVOYW1lPSJ0cmFuc2Zvcm0iIHR5cGU9InJvdGF0ZSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMS42OTQ5MTUyNTQyMzcyODc4cyIgdmFsdWVzPSIwIDUwIDUwOzE4MCA1MCA1MDs3MjAgNTAgNTAiIGtleVRpbWVzPSIwOzAuNTsxIj48L2FuaW1hdGVUcmFuc2Zvcm0+CgkJPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ic3Ryb2tlLWRhc2hhcnJheSIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiIGR1cj0iMS42OTQ5MTUyNTQyMzcyODc4cyIgdmFsdWVzPSIxMi41NjYzNzA2MTQzNTkxNzIgMjM4Ljc2MTA0MTY3MjgyNDI2OzE2My4zNjI4MTc5ODY2NjkyMyA4Ny45NjQ1OTQzMDA1MTQyMjsxMi41NjYzNzA2MTQzNTkxNzIgMjM4Ljc2MTA0MTY3MjgyNDI2IiBrZXlUaW1lcz0iMDswLjU7MSI+PC9hbmltYXRlPgoJPC9jaXJjbGU+Cjwvc3ZnPg==);
    background-size: 7%;
    background-repeat: no-repeat;
    background-position: center; }

.btn-loading:before {
  content: attr(loader-start);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f4f4f4;
  font-size: 15px;
  line-height: 48px; }

.btn-loading:not(.loaded):before {
  animation-name: decaFadeInUp;
  animation-duration: 0.4s;
  animation-delay: 0s; }

.btn-loading.loaded:before {
  content: attr(loader-end);
  animation-name: decaFadeInRight;
  animation-duration: 0.4s;
  animation-delay: 0s; }

.no-items {
  text-align: center; }
  .no-items img {
    max-width: 150px;
    margin: 0 auto 16px; }

.backdrop {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 9999; }

.menu {
  display: block; }
  .menu .deeper-menu {
    overflow: auto;
    padding: 30px;
    background: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 350px;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: -webkit-transform ease 250ms;
    -moz-transition: -webkit-transform ease 250ms;
    -ms-transition: -webkit-transform ease 250ms;
    -o-transition: -webkit-transform ease 250ms;
    transition: -webkit-transform ease 250ms;
    -webkit-transition: transform ease 250ms;
    -moz-transition: transform ease 250ms;
    -ms-transition: transform ease 250ms;
    -o-transition: transform ease 250ms;
    transition: transform ease 250ms; }
  .menu .main-menu.level-1 {
    padding: 30px;
    background: #fff;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 350px;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: -webkit-transform ease 250ms;
    -moz-transition: -webkit-transform ease 250ms;
    -ms-transition: -webkit-transform ease 250ms;
    -o-transition: -webkit-transform ease 250ms;
    transition: -webkit-transform ease 250ms;
    -webkit-transition: transform ease 250ms;
    -moz-transition: transform ease 250ms;
    -ms-transition: transform ease 250ms;
    -o-transition: transform ease 250ms;
    transition: transform ease 250ms;
    overflow-y: auto; }
    .menu .main-menu.level-1 .menu_four .menu-item {
      display: grid;
      height: 100%; }
      .menu .main-menu.level-1 .menu_four .menu-item a {
        display: flex;
        flex-direction: column;
        justify-content: center; }
    .menu .main-menu.level-1 .menu-item {
      cursor: pointer; }
      .menu .main-menu.level-1 .menu-item a {
        background: #f4f4f4;
        display: block;
        text-align: center;
        padding: 15px;
        border-radius: 3px;
        box-shadow: 0 0 2px #ddd;
        border-left: 4px solid #0082c3;
        position: relative;
        color: #424453; }
        .menu .main-menu.level-1 .menu-item a::before {
          background-image: url(https://d1314cmsbd81ch.cloudfront.net/_next/static/images/vertical_pattern-912dff551a573e041d7b2dee40b77001.svg);
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-size: 200px; }
  .menu .third-child-list {
    margin-bottom: 20px;
    cursor: pointer; }
  .menu .right {
    left: -350px; }
  .menu .visible {
    transform: translate3d(350px, 0, 0);
    -ms-transform: translate3d(350px, 0, 0);
    -webkit-transform: translate3d(350px, 0, 0);
    -o-transform: translate3d(350px, 0, 0);
    -moz-transform: translate3d(350px, 0, 0); }
  .menu .extra_links a {
    width: 100%;
    display: block;
    color: #424453;
    font-size: 14px;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4; }
    .menu .extra_links a span {
      float: right; }
  .menu .extra_links .clearance_opeco {
    color: #ff3a0b; }
  .menu .level_heading {
    padding: 10px 15px;
    box-shadow: 0 1px 1px #f4f4f4;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9999; }
    .menu .level_heading img {
      transform: rotate(180deg); }
  .menu .level-2 {
    padding: 0;
    overflow-y: auto; }
    .menu .level-2 .menu-item {
      padding-bottom: 20px; }
      .menu .level-2 .menu-item:last-child {
        padding-bottom: 0; }
    .menu .level-2 .our_sports {
      background: #f4f4f4;
      border-radius: 3px;
      box-shadow: 0 0 2px #ddd; }
      .menu .level-2 .our_sports h5 {
        font-size: 1rem;
        padding: 0 10px; }
      .menu .level-2 .our_sports a {
        color: #424453; }
    .menu .level-2 .on_scroll {
      top: 40px;
      background: #fff;
      padding-bottom: 5px;
      padding-top: 10px;
      position: sticky;
      z-index: 99999; }
  .menu .level-3 {
    padding: 0; }
    .menu .level-3 .menu_heading {
      background: #f4f4f4;
      padding: 20px 10px;
      border-radius: 3px;
      box-shadow: 0 0 1px #ddd; }
    .menu .level-3 .vertical-accordion-heading {
      cursor: pointer; }
    .menu .level-3 .active-accordion > .vertical-accordion-heading {
      font-weight: 600;
      cursor: pointer; }
    .menu .level-3 .active-accordion > .vertical-accordion-heading span img {
      transform: rotate(-180deg); }
    .menu .level-3 .active-accordion .active-accordion .vertical-accordion-heading,
    .menu .level-3 .active-accordion .vertical-accordion .vertical-accordion-heading {
      margin: 0;
      cursor: pointer; }
    .menu .level-3 .menu_dropdown {
      overflow: hidden; }
      .menu .level-3 .menu_dropdown ul li {
        list-style-type: none; }
        .menu .level-3 .menu_dropdown ul li .vertical-accordion,
        .menu .level-3 .menu_dropdown ul li .active-accordion {
          margin-top: 10px; }
        .menu .level-3 .menu_dropdown ul li .menu_dropdown li a {
          display: block;
          padding-top: 10px;
          color: #424453; }
      .menu .level-3 .menu_dropdown .accordion-list {
        padding-left: 14px;
        margin: 0; }
        .menu .level-3 .menu_dropdown .accordion-list li a {
          display: block;
          padding-top: 15px; }
    .menu .level-3 .explore_all a {
      background: #f4f4f4;
      display: block;
      padding: 15px;
      border-radius: 3px;
      color: #424453;
      box-shadow: 0 0 1px #ddd;
      font-weight: 600; }
  .menu .vertical_search {
    padding: 0; }
    .menu .vertical_search img {
      top: 22px;
      position: absolute;
      left: 32px;
      max-width: 20px; }
    .menu .vertical_search input {
      width: 100%;
      height: 42px;
      background: #f6f6f6;
      border: none;
      padding: 0 57px;
      letter-spacing: 1px;
      color: #424453;
      border-radius: 3px;
      border-right: 4px solid #0078bd; }

.verticalmenu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 100%;
  left: -350px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0);
  transition: left 0s 1s ease, left 0.2s ease, background-color 0.2s 0.2s ease; }
  .verticalmenu.active {
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, left 0.3s 0.2s ease; }
  .verticalmenu .btn-close {
    right: inherit;
    left: 26%; }
    .verticalmenu .btn-close::before {
      background-color: #fff; }
    .verticalmenu .btn-close::after {
      background-color: #fff; }

@media screen and (max-width: 767px) {
  .menu .main-menu,
  .menu .deeper-menu {
    width: 290px !important;
    padding: 15px !important; }
    .menu .main-menu .btn-close,
    .menu .deeper-menu .btn-close {
      right: 10px;
      left: auto; }
      .menu .main-menu .btn-close::before, .menu .main-menu .btn-close::after,
      .menu .deeper-menu .btn-close::before,
      .menu .deeper-menu .btn-close::after {
        background-color: #8e8e8e; }
  .menu .level-2,
  .menu .level-3 {
    padding: 0 !important; } }

.clearance {
  padding: 5px 7px 3px 10px;
  text-transform: uppercase;
  font-size: 0.75rem;
  display: inline-block;
  border-radius: 2px 0 0 2px;
  position: relative;
  margin: 0;
  background: #ff3a0b;
  color: #fff; }
  .clearance:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    transform: skew(10deg);
    right: -5px;
    top: 0; }
  .clearance:after {
    content: '';
    background: #ff3a0b;
    width: 10px;
    height: 100%;
    position: absolute;
    transform: skew(10deg);
    right: -5px;
    top: 0; }

.price_drop {
  padding: 5px 7px 3px 10px;
  text-transform: uppercase;
  font-size: 0.75rem;
  display: inline-block;
  border-radius: 2px 0 0 2px;
  position: relative;
  margin: 0;
  background: #0082c3;
  color: #fcd700;
  padding-right: 20px; }
  .price_drop:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    transform: skew(10deg);
    right: -5px;
    top: 0; }
  .price_drop:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 19px;
    top: -1px;
    background: #f8d627;
    right: -8px;
    transform: skewY(-10deg); }
  .price_drop:after {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 9px solid #f8d627;
    content: '';
    position: absolute;
    bottom: 0;
    right: -12px; }

.lowest_price {
  padding: 5px 7px 3px 10px;
  text-transform: uppercase;
  font-size: 0.75rem;
  display: inline-block;
  border-radius: 2px 0 0 2px;
  position: relative;
  margin: 0;
  border-radius: 2px 0 0 0px;
  color: #fff;
  background: #0082c3; }
  .lowest_price:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    transform: skew(10deg);
    right: -5px;
    top: 0; }
  .lowest_price:before {
    background: #0082c3; }

.best_value {
  padding: 5px 7px 3px 10px;
  text-transform: uppercase;
  font-size: 0.75rem;
  display: inline-block;
  border-radius: 2px 0 0 2px;
  position: relative;
  margin: 0;
  background: #ffea29;
  color: #000;
  display: table;
  padding-right: 21px; }
  .best_value:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    transform: skew(10deg);
    right: -5px;
    top: 0; }
  .best_value:before {
    background: #ffea29; }

.new_sticker {
  padding: 5px 7px 3px 10px;
  text-transform: uppercase;
  font-size: 0.75rem;
  display: inline-block;
  border-radius: 2px 0 0 2px;
  position: relative;
  margin: 0;
  background: #03c289;
  color: #fff; }
  .new_sticker:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    transform: skew(10deg);
    right: -5px;
    top: 0; }
  .new_sticker:before {
    background: #03c289; }

@media screen and (max-width: 767px) {
  .lowest_price {
    padding: 3px 7px 3px 10px;
    line-height: 14px; }
  .best_value {
    padding: 3px 22px 3px 10px;
    line-height: 14px; }
  .price_drop {
    line-height: 15px; }
    .price_drop::before {
      height: 16px; }
  .clearance {
    line-height: 14px; } }

@media (min-width: 1200px) and (max-width: 1499px) {
  .container {
    max-width: 1400px; } }

@media screen and (min-width: 1500px) {
  .container {
    max-width: calc(100% - 6vw); } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: calc(100% - 6vw); } }

.main-content {
  background-color: #fff; }

header {
  background: #fff; }
  header .vertical_nav p {
    line-height: 1.2;
    font-weight: 600;
    cursor: pointer; }
  header .decathlon_logo img {
    max-width: 150px; }
  header .useful_links {
    position: relative; }
    header .useful_links img {
      margin: 0 auto 2px;
      height: 19px; }
    header .useful_links a {
      padding: 15px 0; }
    header .useful_links p {
      color: #424453;
      font-size: 13px; }
    header .useful_links .myaccount_dropdown {
      position: absolute;
      top: 73px;
      background: #fff;
      padding: 0;
      border-radius: 3px;
      border: 1px solid #ebebeb;
      border-top: none;
      transform: translateX(50%);
      right: 88%;
      min-width: 225px;
      pointer-events: none;
      animation-name: fadeIn;
      animation-duration: 0.4s; }
      header .useful_links .myaccount_dropdown ul {
        padding: 0;
        margin: 0; }
        header .useful_links .myaccount_dropdown ul li {
          list-style-type: none; }
          header .useful_links .myaccount_dropdown ul li a {
            padding: 1rem 3rem;
            text-align: left;
            display: block; }
            header .useful_links .myaccount_dropdown ul li a span {
              margin-right: 15px; }
              header .useful_links .myaccount_dropdown ul li a span img {
                height: auto; }
            header .useful_links .myaccount_dropdown ul li a:hover {
              background: #f4f4f4; }
          header .useful_links .myaccount_dropdown ul li .logout {
            color: #ec6607;
            position: relative;
            padding: 1rem 6rem; }
            header .useful_links .myaccount_dropdown ul li .logout::before {
              position: absolute;
              content: '';
              left: 48px;
              width: 25px;
              height: 1px;
              top: 24px;
              background: #ec6607; }
      header .useful_links .myaccount_dropdown .arrow_drop {
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid #a2145d00;
        border-bottom: 17px solid #fff;
        position: absolute;
        top: -17px;
        margin: 0 auto;
        left: 0;
        right: 0;
        box-shadow: inset 0 3px #000; }
    header .useful_links .active.myaccount_dropdown {
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      transition: opacity 0.3s ease-in-out; }
  header .search_cancel {
    color: #fff; }
  header .search-header-mobile {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-left: 10px;
    background: #424453;
    transform: translate3d(0px, -60px, 0px);
    will-change: transform;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
    header .search-header-mobile .search_bar {
      padding: 0; }
  header .show_search.search-header-mobile {
    transform: translate3d(0px, 0px, 0px); }
  header .cart {
    position: relative; }
    header .cart .counts {
      position: absolute;
      top: 7px;
      right: -11px;
      background-color: #ffec00;
      width: 15px;
      height: 15px;
      border-radius: 20px;
      font-size: 8px;
      line-height: 16px;
      text-align: center; }
  header .search_icon_inner {
    display: none; }

.search_bar {
  position: relative;
  padding: 15px 0; }
  .search_bar img {
    position: absolute;
    top: 26px;
    left: 19px;
    max-width: 20px; }
  .search_bar input {
    width: 100%;
    height: 42px;
    background: #f6f6f6;
    border: none;
    padding: 0 57px;
    letter-spacing: 1px;
    color: #424453;
    border-radius: 3px;
    border-right: 4px solid #0078bd; }

.search_suggestions {
  background: #f4f4f4;
  position: absolute;
  width: 100%;
  left: 0;
  top: 58px;
  padding: 0px;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 1px 1px #ddd; }
  .search_suggestions ul {
    padding: 0;
    margin: 0; }
    .search_suggestions ul li {
      list-style-type: none;
      margin-bottom: 0;
      line-height: 14px;
      font-weight: 300;
      padding: 12px 20px;
      transition: 0.2s all;
      font-size: 15px; }
      .search_suggestions ul li:last-child {
        margin-bottom: 0; }
      .search_suggestions ul li:hover {
        background-color: #fff; }
      .search_suggestions ul li strong {
        margin-left: 2px; }
      .search_suggestions ul li span {
        margin-right: 10px;
        vertical-align: middle; }
        .search_suggestions ul li span img {
          position: relative;
          left: auto;
          top: auto;
          max-width: 15px; }
      .search_suggestions ul li .total_products {
        color: #c4c5d0; }

.product_sticker {
  position: absolute;
  z-index: 9;
  top: 10px;
  left: 10px; }

a:hover {
  text-decoration: none; }

.react-rater-star {
  margin-right: 5px;
  font-size: 2rem; }

.react-rater-star.is-active {
  color: #ffb829 !important; }

.rate_number {
  margin-right: 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #0f384d; }

.product_card .full_card .card-body {
  padding: 1.5rem; }

.product_card .floor_image a {
  background: #fff;
  position: absolute;
  bottom: 40px;
  right: 98px;
  padding: 6px 19px;
  color: #000000;
  text-transform: uppercase;
  text-decoration: none; }

.multi_card_img {
  position: relative; }
  .multi_card_img img {
    border-radius: 3px; }
  .multi_card_img .multicard_title {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    vertical-align: middle;
    flex-flow: column;
    justify-content: center;
    color: #fff;
    left: 20px; }

.price_tag {
  background: #ffea29;
  border: none;
  font-size: 1rem;
  padding: 6px 15px 6px 15px;
  font-weight: 600;
  border-radius: 4px 0 0 4px;
  position: relative;
  margin-right: 20px;
  display: table-cell;
  z-index: 99;
  color: #0f384d; }
  .price_tag:after {
    background: #ffea29;
    width: 13px;
    height: 100%;
    position: absolute;
    transform: skew(10deg);
    content: '';
    right: -5px;
    top: 0px;
    z-index: -1; }
  .price_tag:hover {
    background: #ffea29;
    color: #0f384d; }

.product_banner {
  padding: 50px 0;
  position: relative; }
  .product_banner h1 {
    font-weight: 700;
    color: #363636; }
  .product_banner p {
    color: #404040;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300; }
  .product_banner .banner_overlay_bottom {
    width: 120px;
    height: 120px;
    position: absolute;
    background: #ff8900;
    bottom: 0;
    mix-blend-mode: multiply;
    opacity: 0.34; }
    .product_banner .banner_overlay_bottom:after {
      background: #7b5000;
      content: '';
      position: absolute;
      height: 80px;
      width: 60px;
      mix-blend-mode: overlay;
      bottom: 0;
      opacity: 0.35; }
    .product_banner .banner_overlay_bottom:before {
      background: #ffc033;
      position: absolute;
      content: '';
      width: 93px;
      height: 70px;
      right: 0;
      mix-blend-mode: overlay;
      opacity: 1; }
  .product_banner .banner_overlay_right {
    width: 120px;
    height: 100%;
    position: absolute;
    background: #ff8900;
    bottom: 0;
    mix-blend-mode: multiply;
    opacity: 0.36;
    right: 0; }
    .product_banner .banner_overlay_right span.center_overlay {
      width: 500px;
      height: 140px;
      position: absolute;
      background: #ff8900;
      bottom: 110px;
      mix-blend-mode: multiply;
      opacity: 0.34;
      right: 0;
      /* top: 0; */
      display: flex;
      vertical-align: middle;
      flex-wrap: wrap;
      z-index: 99999; }
  .product_banner .prod_banner_btn {
    background: #ffea29;
    border-color: #ffea29;
    color: #424453;
    text-transform: uppercase;
    padding: 11px 51px;
    font-size: 14px;
    border-radius: 3px;
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15); }

.floor_title {
  z-index: 99; }
  .floor_title h1 {
    font-weight: 600; }

.floor_title_shadow {
  text-orientation: mixed;
  writing-mode: tb;
  position: absolute;
  right: -30px;
  transform: rotate(-180deg); }
  .floor_title_shadow h1 {
    font-weight: 600;
    color: #f6f6f6; }
  .floor_title_shadow h2 {
    color: #f6f6f6; }

.swiper-button-next {
  background: #fff;
  right: 3px;
  border: 1px solid #424453;
  border-radius: 0 3px 3px 0;
  border-left: none; }
  .swiper-button-next:before {
    background: #fff;
    content: '';
    position: absolute;
    height: 44px;
    width: 8px;
    transform: skew(10deg);
    left: -4px;
    border: 1px solid #424453;
    border-right: none; }
  .swiper-button-next:after {
    font-size: 15px !important;
    color: #424453; }

.swiper-button-prev {
  background: #fff;
  right: 3px;
  border: 1px solid #424453;
  border-radius: 3px 0 0 3px;
  border-right: none; }
  .swiper-button-prev:before {
    background: #fff;
    content: '';
    position: absolute;
    height: 44px;
    width: 8px;
    transform: skew(10deg);
    right: -4px;
    border: 1px solid #424453;
    border-left: none; }
  .swiper-button-prev:after {
    font-size: 15px !important;
    color: #424453; }

.explore_button {
  background: #f7f7f7;
  border-radius: 3px;
  max-height: 297px;
  display: flex;
  align-items: center;
  flex-grow: 1;
  overflow: hidden; }
  .explore_button btn {
    margin: 0 auto;
    display: block !important;
    width: 100%;
    max-width: 130px;
    left: 0;
    right: 0;
    background: rgba(66, 68, 83, 0.61);
    border: 1px solid; }

.algolia_search {
  background: #fff; }
  .algolia_search .ais-RefinementList-list {
    max-height: 200px;
    overflow-y: scroll;
    scrollbar-color: red green;
    scrollbar-width: thin; }
  .algolia_search .ais-RefinementList-list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px; }
  .algolia_search .ais-RefinementList-list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5); }
  .algolia_search .left-panel {
    border: 1px solid #eaeaea;
    border-radius: 3px;
    padding: 20px; }
    .algolia_search .left-panel .ais-Panel-header {
      margin-bottom: 0.5rem;
      padding-bottom: 0 !important;
      font-size: 1rem !important;
      border: none !important;
      color: #424453; }
    .algolia_search .left-panel .ais-Panel {
      margin-bottom: 1rem;
      float: none;
      clear: both; }
    .algolia_search .left-panel .ais-RefinementList-showMore {
      background: transparent;
      color: #0082c3;
      padding: 0;
      font-size: 0.9375rem; }
      .algolia_search .left-panel .ais-RefinementList-showMore:hover, .algolia_search .left-panel .ais-RefinementList-showMore:focus {
        background: transparent;
        outline: none; }
  .algolia_search .ais-RefinementList-labelText {
    color: #424453;
    font-size: 0.8125rem !important; }
  .algolia_search .search_header span {
    vertical-align: 1px; }
    .algolia_search .search_header span img {
      max-width: 20px;
      margin-left: 10px; }
  .algolia_search .ais-HierarchicalMenu-count,
  .algolia_search .ais-Menu-count,
  .algolia_search .ais-RefinementList-count,
  .algolia_search .ais-ToggleRefinement-count {
    color: #424453;
    border: 1px solid #ddd;
    background: transparent; }
  .algolia_search .header_filters {
    float: left;
    flex-wrap: wrap;
    max-width: 850px; }
    .algolia_search .header_filters .up_category button {
      background: transparent !important;
      border: none;
      color: #424453;
      margin-right: 1rem;
      text-transform: uppercase;
      font-weight: 600; }
      .algolia_search .header_filters .up_category button:focus, .algolia_search .header_filters .up_category button:hover, .algolia_search .header_filters .up_category button:active {
        box-shadow: none !important;
        background: #f7f7f7 !important;
        color: #424453 !important; }
      .algolia_search .header_filters .up_category button span img {
        margin-left: 11px;
        width: 12px !important; }
    .algolia_search .header_filters .up_category .ais-RefinementList {
      position: absolute;
      z-index: 999;
      width: 100%;
      background: #fff;
      padding: 10px;
      box-shadow: 0 1px 2px #e7e7e7;
      top: 100%;
      left: 0; }
      .algolia_search .header_filters .up_category .ais-RefinementList li.ais-RefinementList-item {
        display: inline-block;
        min-width: 15%;
        margin-bottom: 5px; }
  .algolia_search .custom_sorting {
    float: right;
    position: relative;
    min-width: 15%; }
    .algolia_search .custom_sorting span img {
      max-width: 20px;
      margin-right: 10px; }
    .algolia_search .custom_sorting p {
      border: 1px solid;
      padding: 8px 36px 8px 18px;
      border-radius: 3px;
      margin-bottom: 0;
      position: relative;
      cursor: pointer;
      min-width: 140px; }
      .algolia_search .custom_sorting p::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMC42NTMiIGhlaWdodD0iNS42NzkiIHZpZXdCb3g9IjAgMCAxMC42NTMgNS42NzkiPjxkZWZzPjxzdHlsZT4uYXtmaWxsOiMyODJjM2Y7fTwvc3R5bGU+PC9kZWZzPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjY1Mykgcm90YXRlKDkwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAwKSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik0uMzYyLDMzLjc3MmEuMzU1LjM1NSwwLDAsMS0uMjUtLjYwNmw0Ljk3Mi00Ljk3MmEuMzU1LjM1NSwwLDAsMSwuNS41TC42MTIsMzMuNjY3QS4zNTUuMzU1LDAsMCwxLC4zNjIsMzMuNzcyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTAuMDA4IC0yMy4xMTkpIi8+PHBhdGggY2xhc3M9ImEiIGQ9Ik01LjMzNCw1LjY4OWEuMzU1LjM1NSwwLDAsMS0uMjUtLjFMLjExMi42MTJhLjM1NC4zNTQsMCwxLDEsLjUtLjVMNS41ODQsNS4wODRhLjM1NS4zNTUsMCwwLDEtLjI1LjYwNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0wLjAwOCAtMC4wMDgpIi8+PC9nPjwvZz48L3N2Zz4=);
        content: '';
        width: 15px;
        height: 15px;
        position: absolute;
        right: 11px;
        background-size: cover;
        background-size: 13px;
        background-repeat: no-repeat;
        background-position: 0px 7px; }
    .algolia_search .custom_sorting ul {
      position: absolute;
      padding: 0;
      width: 100%;
      z-index: 99;
      background: #fff;
      border: 1px solid #dedede;
      left: 0;
      top: 102%;
      margin: 0;
      border-top: 0;
      border-radius: 0 0 3px 3px; }
      .algolia_search .custom_sorting ul li {
        list-style-type: none; }
        .algolia_search .custom_sorting ul li a {
          color: #424453;
          padding: 6px 10px;
          display: block; }
          .algolia_search .custom_sorting ul li a:hover {
            background: #f7f7f7; }
  .algolia_search .right-panel .ais-Hits-list {
    margin: 0 !important; }
  .algolia_search .right-panel .ais-Hits-item {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    margin-top: 0;
    margin-bottom: 1.5rem; }
  .algolia_search .right-panel .ais-CurrentRefinements-item {
    background-color: transparent;
    border-radius: 0;
    border: none;
    padding: 0;
    margin-top: 0;
    flex-wrap: wrap; }
    .algolia_search .right-panel .ais-CurrentRefinements-item .ais-CurrentRefinements-label {
      display: none; }
    .algolia_search .right-panel .ais-CurrentRefinements-item .ais-CurrentRefinements-category {
      border: 1px solid #424453;
      padding: 10px;
      border-radius: 3px;
      line-height: initial;
      margin-bottom: 10px; }
      .algolia_search .right-panel .ais-CurrentRefinements-item .ais-CurrentRefinements-category .btn-close {
        position: relative;
        top: inherit;
        right: 10px;
        width: 10px;
        height: 12px; }
        .algolia_search .right-panel .ais-CurrentRefinements-item .ais-CurrentRefinements-category .btn-close:after, .algolia_search .right-panel .ais-CurrentRefinements-item .ais-CurrentRefinements-category .btn-close:before {
          width: 1px;
          background: #424453; }
    .algolia_search .right-panel .ais-CurrentRefinements-item .ais-CurrentRefinements-label,
    .algolia_search .right-panel .ais-CurrentRefinements-item .ais-CurrentRefinements-categoryLabel,
    .algolia_search .right-panel .ais-CurrentRefinements-item .ais-CurrentRefinements-delete {
      color: #424453 !important; }
    .algolia_search .right-panel .ais-CurrentRefinements-item .ais-CurrentRefinements-delete {
      margin-left: 10px; }
    .algolia_search .right-panel .ais-CurrentRefinements-item .ais-CurrentRefinements-categoryLabel {
      font-size: 13px; }
  .algolia_search .right-panel .ais-ClearRefinements-button {
    background: transparent;
    color: #ec6607;
    font-size: 1rem;
    white-space: nowrap; }
    .algolia_search .right-panel .ais-ClearRefinements-button:hover {
      background: transparent;
      color: #ec6607; }
  .algolia_search .ais-Pagination {
    margin: 1.5rem 0 0;
    padding-bottom: 2rem; }
  .algolia_search .ais-Pagination-link {
    border: none !important;
    color: #424453 !important;
    border-radius: 3px !important;
    padding: 5px 12px;
    background-color: #f4f4f4; }
    .algolia_search .ais-Pagination-link:hover {
      background: #f7f7f7;
      color: #424453; }
  .algolia_search .ais-Pagination-item--selected .ais-Pagination-link {
    color: #fff !important;
    background-color: #424453 !important;
    border-color: #424453 !important;
    border-radius: 3px; }
  .algolia_search .ais-Pagination-item--nextPage .ais-Pagination-link,
  .algolia_search .ais-Pagination-item--previousPage .ais-Pagination-link {
    background: none;
    font-size: 2rem;
    padding: 0 15px;
    line-height: 1;
    border: none !important; }
  .algolia_search .ais-RefinementList-checkbox {
    position: absolute;
    opacity: 0; }
    .algolia_search .ais-RefinementList-checkbox + .ais-RefinementList-labelText {
      position: relative;
      cursor: pointer;
      padding: 0; }
    .algolia_search .ais-RefinementList-checkbox + .ais-RefinementList-labelText:before {
      content: '';
      margin-right: 10px;
      display: inline-block;
      vertical-align: text-top;
      width: 15px;
      height: 15px;
      background: white;
      border: 1px solid #424453;
      border-radius: 2px; }
    .algolia_search .ais-RefinementList-checkbox:checked + .ais-RefinementList-labelText:before {
      background: #0082c3;
      border-color: #0082c3; }
    .algolia_search .ais-RefinementList-checkbox:disabled + .ais-RefinementList-labelText {
      color: #b8b8b8;
      cursor: auto; }
    .algolia_search .ais-RefinementList-checkbox:disabled + .ais-RefinementList-labelText:before {
      box-shadow: none;
      background: #ddd; }
    .algolia_search .ais-RefinementList-checkbox:checked + .ais-RefinementList-labelText:after {
      content: '';
      position: absolute;
      left: 2px;
      top: 7px;
      background: white;
      width: 2px;
      height: 2px;
      box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
      transform: rotate(45deg); }
  .algolia_search .rheostat.rheostat_1 {
    text-align: center; }
    .algolia_search .rheostat.rheostat_1 .DefaultBackground {
      background-color: #f4f4f4;
      height: 7px;
      border: none; }
    .algolia_search .rheostat.rheostat_1 .DefaultProgressBar_progressBar {
      height: 7px;
      background-color: #0082c3; }
    .algolia_search .rheostat.rheostat_1 .handleContainer .DefaultHandle_handle {
      background-color: #0082c3;
      border-color: #0082c3;
      border-radius: 2px;
      height: 20px;
      width: 20px;
      box-shadow: none;
      margin-left: 0; }
      .algolia_search .rheostat.rheostat_1 .handleContainer .DefaultHandle_handle::before, .algolia_search .rheostat.rheostat_1 .handleContainer .DefaultHandle_handle::after {
        content: none; }
      .algolia_search .rheostat.rheostat_1 .handleContainer .DefaultHandle_handle:last-child {
        margin-left: -17px !important; }
  .algolia_search .rheostat-marker {
    margin-left: 0;
    position: relative;
    width: 36%;
    height: auto;
    background-color: #eaeaea;
    float: left;
    margin-top: 20px;
    padding: 5px 9px;
    border-radius: 2px;
    margin-bottom: 10px; }
    .algolia_search .rheostat-marker .rheostat-value {
      position: relative;
      margin: 0;
      transform: none;
      padding: 0; }
  .algolia_search .right_range {
    float: right; }
  .algolia_search .price_filters .ais-Panel-header {
    margin-bottom: 17px !important; }

.algolia_no_result {
  padding: 40px 0;
  max-width: 500px;
  margin: 0 auto;
  text-align: center; }
  .algolia_no_result img {
    max-width: 100px;
    margin-bottom: 2rem; }
  .algolia_no_result h5 {
    font-weight: normal; }
  .algolia_no_result .search_tips {
    border-style: solid;
    border-width: 1px 0 1px 0;
    padding: 20px 0;
    margin-top: 1.5rem;
    border-color: #ddd; }
    .algolia_no_result .search_tips h4 {
      text-transform: uppercase; }
    .algolia_no_result .search_tips ul {
      padding: 0;
      margin: 15px 0 0 0; }
      .algolia_no_result .search_tips ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 20px;
        background: transparent;
        padding-right: 10px;
        border-radius: 0;
        border-right: 1px solid #ddd;
        color: #666666;
        font-weight: 300;
        letter-spacing: 0.5px; }
        .algolia_no_result .search_tips ul li:last-child {
          margin: 0;
          padding: 0;
          border: none; }

.category_no_result {
  padding: 40px 0;
  max-width: 500px;
  margin: 0 auto;
  text-align: center; }
  .category_no_result img {
    max-width: 100px;
    margin-bottom: 2rem; }
  .category_no_result h5 {
    font-weight: normal; }
  .category_no_result .search_tips {
    border-style: solid;
    border-width: 1px 0 1px 0;
    padding: 20px 0;
    margin-top: 1.5rem;
    border-color: #ddd; }
    .category_no_result .search_tips h4 {
      text-transform: uppercase; }
    .category_no_result .search_tips ul {
      padding: 0;
      margin: 15px 0 0 0; }
      .category_no_result .search_tips ul li {
        list-style-type: none;
        display: inline-block;
        margin-right: 20px;
        background: transparent;
        padding-right: 10px;
        border-radius: 0;
        border-right: 1px solid #ddd;
        color: #666666;
        font-weight: 300;
        letter-spacing: 0.5px; }
        .category_no_result .search_tips ul li:last-child {
          margin: 0;
          padding: 0;
          border: none; }

.hero_banner img {
  width: 100%;
  border-radius: 4px; }

#failed-page,
#thank-you-page {
  padding: 30px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center; }
  #failed-page .logo,
  #thank-you-page .logo {
    max-width: 140px;
    margin: 0 auto 50px;
    display: block; }
  #failed-page .check-image,
  #thank-you-page .check-image {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-right: 10px;
    background-color: #00ac6a;
    padding: 4px;
    vertical-align: -3px; }
  #failed-page h4,
  #thank-you-page h4 {
    color: #00ac6a;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    margin-bottom: 30px; }
  #failed-page h3,
  #thank-you-page h3 {
    color: #00ac6a;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px; }
  #failed-page .btn,
  #thank-you-page .btn {
    padding: 5px 40px;
    min-height: auto;
    display: block;
    margin: 0 auto 30px; }
  #failed-page .failed,
  #thank-you-page .failed {
    font-size: 28px;
    font-weight: 600;
    color: red; }
  #failed-page h1,
  #thank-you-page h1 {
    font-size: 90px;
    text-align: center;
    margin-bottom: 40px; }
  #failed-page h6,
  #thank-you-page h6 {
    margin-bottom: 10px; }
  #failed-page .download-app,
  #thank-you-page .download-app {
    text-align: center;
    margin-bottom: 30px; }
    #failed-page .download-app .images img,
    #thank-you-page .download-app .images img {
      max-width: 135px;
      margin: 0 10px; }
  #failed-page .follow-us,
  #thank-you-page .follow-us {
    text-align: center; }
    #failed-page .follow-us ul,
    #thank-you-page .follow-us ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      align-items: center;
      justify-content: center; }
      #failed-page .follow-us ul li a,
      #thank-you-page .follow-us ul li a {
        display: block;
        width: 35px;
        background-color: #424453;
        padding: 7px 9px;
        margin: 0 10px;
        border-radius: 3px;
        transition: background-color 0.3s ease; }
        #failed-page .follow-us ul li a:hover,
        #thank-you-page .follow-us ul li a:hover {
          background-color: #373845; }
        #failed-page .follow-us ul li a:active,
        #thank-you-page .follow-us ul li a:active {
          background-color: #2b2d37; }

.internalserver .error-message {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  position: relative; }
  .internalserver .error-message img {
    max-width: 150px;
    margin-bottom: 3rem; }
  .internalserver .error-message .deca-btn-blue {
    border: none;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    border-radius: 3px;
    text-transform: uppercase;
    font-weight: 30;
    margin-top: 2rem; }
  .internalserver .error-message h1 {
    font-size: 3.5rem; }
  .internalserver .error-message h4 {
    font-weight: normal;
    font-size: 1.5rem; }
  .internalserver .error-message p {
    font-weight: 300; }

.internalserver::before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMDgwIiB2aWV3Qm94PSIwIDAgMTkyMCAxMDgwIj4KICA8ZGVmcz4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1wYXRoIj4KICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZV8yIiBkYXRhLW5hbWU9IlJlY3RhbmdsZSAyIiB3aWR0aD0iMTkyMCIgaGVpZ2h0PSIxMDgwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyNyAxMTUpIiBmaWxsPSIjZmZmIiBzdHJva2U9IiM3MDcwNzAiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgPC9jbGlwUGF0aD4KICAgIDxjbGlwUGF0aCBpZD0iY2xpcC1XZWJfMTkyMF8yIj4KICAgICAgPHJlY3Qgd2lkdGg9IjE5MjAiIGhlaWdodD0iMTA4MCIvPgogICAgPC9jbGlwUGF0aD4KICA8L2RlZnM+CiAgPGcgaWQ9IldlYl8xOTIwXzIiIGRhdGEtbmFtZT0iV2ViIDE5MjAg4oCTIDIiIGNsaXAtcGF0aD0idXJsKCNjbGlwLVdlYl8xOTIwXzIpIj4KICAgIDxyZWN0IHdpZHRoPSIxOTIwIiBoZWlnaHQ9IjEwODAiIGZpbGw9IiNmZmYiLz4KICAgIDxnIGlkPSJNYXNrX0dyb3VwXzEiIGRhdGEtbmFtZT0iTWFzayBHcm91cCAxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjcgLTExNikiIGNsaXAtcGF0aD0idXJsKCNjbGlwLXBhdGgpIj4KICAgICAgPGcgaWQ9Ikdyb3VwXzIiIGRhdGEtbmFtZT0iR3JvdXAgMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjIgOTApIj4KICAgICAgICA8dGV4dCBpZD0iXyIgZGF0YS1uYW1lPSI/IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjg0OCwgMC41MywgLTAuNTMsIDAuODQ4LCA0OTcsIDM5NikiIGZpbGw9IiNmNGY0ZjQiIGZvbnQtc2l6ZT0iMTAwMCIgZm9udC1mYW1pbHk9IlJvYm90b0NvbmRlbnNlZC1Cb2xkLCBSb2JvdG8gQ29uZGVuc2VkIiBmb250LXdlaWdodD0iNzAwIiBvcGFjaXR5PSIwLjYxOCI+PHRzcGFuIHg9IjAiIHk9IjAiPj88L3RzcGFuPjwvdGV4dD4KICAgICAgICA8dGV4dCBpZD0iXzIiIGRhdGEtbmFtZT0iPyIgdHJhbnNmb3JtPSJtYXRyaXgoMC44ODMsIC0wLjQ2OSwgMC40NjksIDAuODgzLCAxNTYuMDE4LCAxMzIyLjA1NikiIGZpbGw9IiNmNGY0ZjQiIGZvbnQtc2l6ZT0iNjgzIiBmb250LWZhbWlseT0iUm9ib3RvQ29uZGVuc2VkLUJvbGQsIFJvYm90byBDb25kZW5zZWQiIGZvbnQtd2VpZ2h0PSI3MDAiIG9wYWNpdHk9IjAuNjE4Ij48dHNwYW4geD0iMCIgeT0iMCI+PzwvdHNwYW4+PC90ZXh0PgogICAgICAgIDx0ZXh0IGlkPSJfMyIgZGF0YS1uYW1lPSI/IiB0cmFuc2Zvcm09Im1hdHJpeCgwLjYxNiwgMC43ODgsIC0wLjc4OCwgMC42MTYsIDE1ODguMjksIDc3LjI1KSIgZmlsbD0iI2Y0ZjRmNCIgZm9udC1zaXplPSI2ODMiIGZvbnQtZmFtaWx5PSJSb2JvdG9Db25kZW5zZWQtQm9sZCwgUm9ib3RvIENvbmRlbnNlZCIgZm9udC13ZWlnaHQ9IjcwMCIgb3BhY2l0eT0iMC42MTgiPjx0c3BhbiB4PSIwIiB5PSIwIj4/PC90c3Bhbj48L3RleHQ+CiAgICAgICAgPHRleHQgaWQ9Il80IiBkYXRhLW5hbWU9Ij8iIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE2NDkuODQ3IDc2MC4zMzUpIHJvdGF0ZSgyNSkiIGZpbGw9IiNmNGY0ZjQiIGZvbnQtc2l6ZT0iNDg3IiBmb250LWZhbWlseT0iUm9ib3RvQ29uZGVuc2VkLUJvbGQsIFJvYm90byBDb25kZW5zZWQiIGZvbnQtd2VpZ2h0PSI3MDAiIG9wYWNpdHk9IjAuNjE4Ij48dHNwYW4geD0iMCIgeT0iMCI+PzwvdHNwYW4+PC90ZXh0PgogICAgICAgIDx0ZXh0IGlkPSJfNSIgZGF0YS1uYW1lPSI/IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNDA5LjY1OSAxMzAxLjMwOCkgcm90YXRlKC00NSkiIGZpbGw9IiNmNGY0ZjQiIGZvbnQtc2l6ZT0iNDg3IiBmb250LWZhbWlseT0iUm9ib3RvQ29uZGVuc2VkLUJvbGQsIFJvYm90byBDb25kZW5zZWQiIGZvbnQtd2VpZ2h0PSI3MDAiIG9wYWNpdHk9IjAuNjE4Ij48dHNwYW4geD0iMCIgeT0iMCI+PzwvdHNwYW4+PC90ZXh0PgogICAgICAgIDx0ZXh0IGlkPSJfNiIgZGF0YS1uYW1lPSI/IiB0cmFuc2Zvcm09Im1hdHJpeCgtMC44MTksIDAuNTc0LCAtMC41NzQsIC0wLjgxOSwgMjUuNzg3LCAtMTQ0LjQwOSkiIGZpbGw9IiNmNGY0ZjQiIGZvbnQtc2l6ZT0iNDg3IiBmb250LWZhbWlseT0iUm9ib3RvQ29uZGVuc2VkLUJvbGQsIFJvYm90byBDb25kZW5zZWQiIGZvbnQtd2VpZ2h0PSI3MDAiIG9wYWNpdHk9IjAuNjE4Ij48dHNwYW4geD0iMCIgeT0iMCI+PzwvdHNwYW4+PC90ZXh0PgogICAgICA8L2c+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K);
  background-repeat: repeat;
  background-size: auto;
  background-size: 100%;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  background-repeat: no-repeat; }

.not-found {
  position: relative;
  background: #f4f4f4;
  z-index: 99999; }
  .not-found::before {
    background-image: url(https://d1314cmsbd81ch.cloudfront.net/_next/static/images/kids-banner-bg-d2f75fb872d5a0d33dccc92035193919.svg);
    background-attachment: scroll;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-attachment: fixed; }
  .not-found .error-message {
    flex: 0 0 60%;
    max-width: 60%; }
    .not-found .error-message .font-xxl {
      font-size: 12rem;
      line-height: 1; }
    .not-found .error-message .deca-btn-yellow {
      border: none;
      border-top-color: currentcolor;
      border-right-color: currentcolor;
      border-bottom-color: currentcolor;
      border-left-color: currentcolor;
      border-radius: 3px;
      text-transform: uppercase;
      font-weight: 30;
      margin-top: 1rem;
      font-size: 14px; }
    .not-found .error-message img {
      max-width: 150px;
      margin-bottom: 1.5rem; }
  .not-found .not-found-img img {
    mix-blend-mode: multiply;
    max-width: 500px;
    width: 100%; }
  .not-found .container-not-found {
    display: flex;
    max-width: calc(100% - 30vw);
    margin: 0 auto;
    align-items: center;
    min-height: 100vh;
    justify-content: center;
    position: relative; }

#wizParDiv2 {
  display: none !important; }

@media (min-width: 481px) and (max-width: 767px) {
  .ais-Hits-item,
  .ais-InfiniteHits-item,
  .ais-InfiniteResults-item,
  .ais-Results-item {
    width: calc(52% - 1rem) !important; } }

@media screen and (max-width: 991px) {
  h2 {
    font-size: 1.25rem; }
  h1 {
    font-size: 1.875rem; }
  .floor_title {
    margin-bottom: 10px; }
  .p-xs-none {
    padding: 0 !important; }
  .pr-xs-none {
    padding-right: 0 !important; }
  .m-xs-none {
    margin: 0; }
  .multiple_banner .col {
    padding-right: 0; }
  .swiper-slide .swiper-slide-active .product_code {
    border: 1px solid #fff;
    box-shadow: 0 0 2px #777; }
  header {
    background: #424453; }
    header .mobile-header {
      justify-content: space-between; }
    header .desktop_logo {
      padding-right: 10px !important; }
    header .decathlon_logo img {
      max-width: 100px; }
    header .signin {
      text-transform: uppercase;
      color: #fff;
      border: 1px solid;
      padding: 3px 10px !important;
      border-radius: 3px;
      display: table;
      margin-top: 3px;
      margin-right: 1rem !important;
      white-space: nowrap; }
      header .signin p {
        color: #fff;
        font-size: 12px; }
    header .cart {
      margin-top: 6px; }
      header .cart p {
        color: #fff; }
    header .search_bar {
      padding: 0 0 15px; }
      header .search_bar .search-placeholder {
        width: 100%;
        height: 40px;
        background: #f6f6f6;
        border: none;
        padding: 0 0 0 49px;
        letter-spacing: 1px;
        color: #a5a5a5;
        border-radius: 3px;
        line-height: 3; }
      header .search_bar img {
        top: 12px;
        left: 14px; }
    header .vertical_nav img {
      max-width: 32px; }
    header .show_search.search-header-mobile {
      position: fixed;
      z-index: 9999999;
      transform: translate3d(0, 0, 0); }
      header .show_search.search-header-mobile input {
        height: 40px;
        border: none;
        padding-right: 10px;
        padding-left: 40px; }
    header .add {
      transition: 0.2s ease;
      height: 40px; }
    header .remove {
      transition: 0.2s ease;
      height: 0;
      opacity: 0; }
    header .search_icon_inner {
      display: inline; }
  .onScroll-header {
    opacity: 0;
    transform: translate3d(0px, -70px, 0);
    will-change: transform;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
    background: #424453;
    height: 0;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    visibility: hidden;
    position: fixed; }
    .onScroll-header .search_bar {
      padding: 0;
      margin-right: 15px; }
      .onScroll-header .search_bar img {
        top: 9px; }
      .onScroll-header .search_bar .search-placeholder {
        width: 100%;
        height: 39px;
        background: #f6f6f6;
        border: none;
        padding: 0 0 0 40px;
        letter-spacing: 1px;
        color: #a5a5a5;
        border-radius: 3px;
        line-height: 39px;
        font-size: 11px; }
  .onScroll-header.fixed {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    visibility: visible;
    height: auto; }
  .sticky-top.position-relative-mob {
    position: relative !important; }
  .useful_links img {
    margin-bottom: 2px;
    height: 24px; }
  .useful_links .myaccount_dropdown {
    display: none; }
  .main-banner img {
    width: 100% !important; }
  .product_card .multi_card_img {
    max-width: 197px !important; }
  .product_card .explore_button {
    max-width: 197px !important;
    max-height: inherit; }
  .algolia_search .card-full-width .ais-Hits-item,
  .algolia_search .card-full-width .ais-InfiniteHits-item,
  .algolia_search .card-full-width .ais-InfiniteResults-item,
  .algolia_search .card-full-width .ais-Results-item {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .algolia_search .ais-Hits-item,
  .algolia_search .ais-InfiniteHits-item,
  .algolia_search .ais-InfiniteResults-item,
  .algolia_search .ais-Results-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px !important;
    transition: 0.4s ease-in;
    flex: 0 0 49%;
    max-width: 49%; }
  .algolia_search .ais-Hits-item:nth-child(2n + 1) {
    margin-right: 3px; }
  .algolia_search .common_card .card_img img {
    width: 100%; }
  .location_bar p {
    font-size: 12px; }
  .home-floors .deca_card .more_colours .product_code {
    width: 14px; }
  .main-content {
    overflow: hidden; }
  .container-not-found {
    flex-wrap: wrap; }
    .container-not-found .error-message {
      flex: 0 0 100%;
      max-width: 100%; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  header {
    background: #424453;
    padding: 15px 0; }
    header .mobile-header {
      padding-bottom: 1rem;
      justify-content: space-between; }
    header .decathlon_logo img {
      max-width: 120px; }
    header .signin {
      text-transform: uppercase;
      color: #fff;
      border: 1px solid;
      padding: 4px 10px !important;
      border-radius: 3px;
      display: table;
      margin-top: 3px;
      margin-right: 1rem !important; }
      header .signin p {
        color: #fff; }
    header .cart {
      margin-top: 6px; }
      header .cart p {
        color: #fff; }
    header .search_bar {
      padding: 0 !important; }
      header .search_bar input {
        border-right: none; }
      header .search_bar img {
        top: 8px; }
  .useful_links img {
    margin-bottom: 2px;
    height: 24px; }
  .main-banner img {
    width: 100% !important; }
  .algolia_search .ais-Hits-item,
  .algolia_search .ais-InfiniteHits-item,
  .algolia_search .ais-InfiniteResults-item,
  .algolia_search .ais-Results-item {
    width: calc(33% - 1rem);
    margin-left: 10px !important;
    margin-bottom: 10px !important; } }

@media screen and (min-width: 1800px) {
  .algolia_search .ais-Hits-item,
  .algolia_search .ais-InfiniteHits-item,
  .algolia_search .ais-InfiniteResults-item,
  .algolia_search .ais-Results-item {
    width: calc(17% - 1rem);
    margin-left: 10px !important;
    margin-bottom: 10px !important; } }

.cart-header {
  display: flex;
  justify-content: space-between;
  padding: 10px 15px;
  box-shadow: 0 0 4px #ddd;
  background-color: #fff;
  align-items: center; }
  .cart-header .decathlon_logo .img-fluid {
    max-width: 120px; }
  .cart-header .nav-link ul {
    padding: 0;
    margin: 0;
    display: flex; }
    .cart-header .nav-link ul li {
      list-style-type: none;
      display: inline-block;
      padding: 6px 20px;
      line-height: 1;
      vertical-align: middle;
      text-transform: uppercase;
      cursor: pointer; }
    .cart-header .nav-link ul span {
      width: 50px;
      vertical-align: middle; }
  .cart-header .secure_payment p {
    display: flex;
    align-items: center;
    line-height: 17px;
    margin-bottom: 0; }
    .cart-header .secure_payment p img {
      max-width: 30px; }
    .cart-header .secure_payment p span {
      margin-right: 1rem; }

.cart-items {
  position: relative;
  overflow: hidden;
  margin-top: 1rem; }
  .cart-items.out-of-stock {
    color: inherit !important; }
    .cart-items.out-of-stock:before {
      content: 'Out of stock';
      position: absolute;
      top: 18px;
      left: -22px;
      z-index: 1;
      background-color: #E50201;
      width: 100px;
      height: 20px;
      padding: 2px;
      text-align: center;
      color: #fff;
      font-size: 11px;
      transform: rotate(-45deg); }
  .cart-items .cart-items-list {
    display: flex;
    border: 1px solid #ebebeb;
    padding: 10px;
    border-radius: 3px; }
    .cart-items .cart-items-list .item-img {
      margin-right: 20px;
      max-width: 17%;
      flex: 0 0 17%; }
    .cart-items .cart-items-list .item-details {
      flex: 0 0 80%;
      max-width: 80%; }
      .cart-items .cart-items-list .item-details h5 {
        font-weight: normal;
        font-size: 1.1rem;
        margin-bottom: 10px; }
      .cart-items .cart-items-list .item-details .items-rating {
        display: flex;
        align-items: center;
        font-weight: 600;
        line-height: 1;
        margin-bottom: 10px; }
        .cart-items .cart-items-list .item-details .items-rating .react-rater {
          margin-left: 10px; }
          .cart-items .cart-items-list .item-details .items-rating .react-rater div {
            display: inline-block;
            font-size: 15px; }
      .cart-items .cart-items-list .item-details .currency {
        font-weight: 300; }
      .cart-items .cart-items-list .item-details .delete-icon {
        cursor: pointer; }
  .cart-items .item-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 2rem;
    flex-wrap: wrap; }
    .cart-items .item-quantity .cart-value {
      display: flex;
      align-items: center; }
      .cart-items .item-quantity .cart-value h6 {
        margin-right: 15px; }
      .cart-items .item-quantity .cart-value button {
        background: #eaeaea;
        border: none;
        padding: 7px 30px;
        font-size: 20px;
        line-height: 1;
        border-radius: 3px; }
      .cart-items .item-quantity .cart-value h2 {
        font-size: 15px;
        padding: 7px 30px;
        margin: 0 5px;
        border: 1px solid #ddd;
        border-radius: 3px; }
    .cart-items .item-quantity .item-mrp,
    .cart-items .item-quantity .item-discount {
      margin-right: 15px; }
    .cart-items .item-quantity .item-discount {
      color: #ff3a0b; }
    .cart-items .item-quantity .item-mrp {
      position: relative; }
      .cart-items .item-quantity .item-mrp.showSlash::after {
        content: '';
        background: #333;
        height: 1px;
        width: 100%;
        position: absolute;
        left: 1px;
        top: 10px;
        transform: rotate(-10deg); }
  .cart-items:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: #0081c6;
    transition: height 0.4s 0s ease, width 0.4s 0.4s ease; }
  .cart-items.delete:after {
    background-color: red; }
  .cart-items.item-loading:after {
    width: 80%;
    height: 3px;
    transition: height 0.4s 0s ease, width 0.4s 0.2s ease; }
  .cart-items.item-loading.loaded:after {
    width: 100%;
    transition: height 0.4s 0s ease, width 0.4s 0s ease; }

@media screen and (max-width: 991px) {
  .cart-items .cart-items-list {
    background-color: #fff;
    box-shadow: 0 0 2px #dbdbdb;
    border: none;
    flex-wrap: wrap; }
    .cart-items .cart-items-list .item-img {
      margin-right: 0;
      max-width: 30%;
      flex: 0 0 30%; }
    .cart-items .cart-items-list .item-details {
      flex: 0 0 70%;
      max-width: 70%;
      padding-left: 15px; }
      .cart-items .cart-items-list .item-details h5 {
        font-size: 1rem;
        line-height: 20px; }
    .cart-items .cart-items-list .item-quantity {
      margin-top: 1rem;
      width: 100%; }
      .cart-items .cart-items-list .item-quantity .cart-value {
        flex-grow: 1; }
        .cart-items .cart-items-list .item-quantity .cart-value button {
          padding: 5px 15px; }
        .cart-items .cart-items-list .item-quantity .cart-value h2 {
          padding: 5px 15px; }
      .cart-items .cart-items-list .item-quantity .item-price {
        flex-grow: 1;
        display: flex;
        justify-content: space-between;
        border-top: 1px solid #ebebeb;
        padding-top: 1rem; }
        .cart-items .cart-items-list .item-quantity .item-price .item-mrp {
          margin-left: 1rem; }
        .cart-items .cart-items-list .item-quantity .item-price h4 {
          font-size: 1.1rem; } }

.cart-payment {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border: 1px solid #ebebeb;
  padding: 20px;
  border-radius: 3px;
  margin-top: 1.5rem; }
  .cart-payment .secure img {
    max-width: 27px; }
  .cart-payment .secure_content p {
    font-size: 13px;
    opacity: 0.5; }

.voucher_btn {
  width: 100%;
  background-color: white;
  border: 1px solid #ebebeb !important;
  color: #282c3f !important;
  min-height: 50px;
  text-align: left;
  margin-top: 1rem;
  padding: 0 15px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .voucher_btn:focus, .voucher_btn:active, .voucher_btn:hover {
    background-color: transparent !important; }
  .voucher_btn span.v_icon {
    padding: 15px;
    background: #f4f4f4;
    font-size: 1.5rem;
    line-height: 1;
    border-radius: 3px;
    margin-right: 20px;
    font-weight: normal; }
  .voucher_btn .next-arrow img {
    transform: rotate(-90deg); }
  .voucher_btn .voucher-label {
    position: absolute;
    top: 14px;
    left: 16px;
    z-index: 1;
    font-size: 14px;
    background-color: #fff;
    padding: 0;
    transition: 0.3s ease; }
  .voucher_btn .deca-btn-blue {
    padding: 5px 12px;
    font-size: 12px; }
  .voucher_btn.applied {
    border: 1px solid #0081C6 !important; }
    .voucher_btn.applied .voucher-label {
      top: -10px;
      left: 8px;
      padding: 0 8px; }

#cart-voucher {
  max-width: 550px; }
  #cart-voucher .modal-header {
    border: none;
    box-shadow: 0 1px 3px #ddd; }
    #cart-voucher .modal-header button.close span {
      font-weight: 300;
      font-size: 2rem;
      line-height: 0; }
    #cart-voucher .modal-header h5 {
      font-weight: normal;
      font-size: 1rem;
      text-transform: uppercase; }
  #cart-voucher .modal-body {
    padding: 3rem; }
    #cart-voucher .modal-body .cart-voucher-list {
      overflow: auto;
      max-height: calc(100vh - 370px); }
  #cart-voucher .voucher_code {
    position: relative; }
    #cart-voucher .voucher_code input {
      width: 100%;
      height: 45px;
      background: #f4f4f4;
      border: none;
      border-radius: 4px;
      padding: 10px;
      text-transform: uppercase;
      font-size: 13px;
      color: #282c3f;
      box-shadow: 0 0 4px #dbdbdb; }
    #cart-voucher .voucher_code .change_btn {
      top: 13px; }
  #cart-voucher .btn-cart-voucher-login {
    background: #F4F4F4 url("/static/product/right-arrow.svg") calc(100% - 15px) center no-repeat;
    border-right: 1px solid #F4F4F4;
    padding: 15px 40px 15px 30px;
    margin: 30px auto;
    display: block; }
  #cart-voucher .card {
    border: 0;
    margin-bottom: 20px; }
    #cart-voucher .card-body {
      display: flex;
      padding: 0;
      color: #fff;
      border-radius: 4px;
      z-index: 1; }
      #cart-voucher .card-body .content {
        padding: 30px 20px 25px;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; }
      #cart-voucher .card-body .btn-cart-voucher {
        box-shadow: none !important;
        font-weight: 600;
        color: #fff;
        padding: 20px 25px;
        position: relative;
        border-left: 1px dashed #fff; }
        #cart-voucher .card-body .btn-cart-voucher:after {
          content: '';
          position: absolute;
          top: -10px;
          left: -10px;
          width: 20px;
          height: 20px;
          background-color: #fff;
          border-radius: 10px; }
        #cart-voucher .card-body .btn-cart-voucher:before {
          content: '';
          position: absolute;
          bottom: -10px;
          left: -10px;
          width: 20px;
          height: 20px;
          background-color: #fff;
          border-radius: 10px; }
      #cart-voucher .card-body h6 {
        font-size: 15px;
        font-weight: 400; }
        #cart-voucher .card-body h6 small {
          display: block; }
    #cart-voucher .card-footer {
      border: 1px solid #EBEBEB;
      background-color: transparent;
      margin-top: -3px;
      display: flex;
      align-items: center;
      justify-content: space-between;
      color: #424553;
      padding: 20px;
      border-radius: 0 0 4px 4px; }
      #cart-voucher .card-footer .text {
        text-transform: capitalize; }
      #cart-voucher .card-footer div:not(.text) {
        opacity: 0.6; }
    #cart-voucher .card:nth-child(odd) .card-body {
      background: #FFCB93;
      background: linear-gradient(90deg, #FFCB93 0%, #FF8197 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFCB93', endColorstr='#FF8197', GradientType=1); }
    #cart-voucher .card:nth-child(even) .card-body {
      background: #6077ea;
      background: linear-gradient(90deg, #6077ea 0%, #3B9AE6 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6077ea', endColorstr='#3B9AE6', GradientType=1); }

@media screen and (max-width: 767px) {
  #cart-voucher .modal-body {
    padding: 20px 10px; }
    #cart-voucher .modal-body .content {
      padding: 20px 15px 15px; }
      #cart-voucher .modal-body .content h4 {
        font-size: 1rem; }
      #cart-voucher .modal-body .content h6 {
        font-size: 0.8rem; }
    #cart-voucher .modal-body .btn-cart-voucher {
      padding: 20px 15px;
      font-size: 13px; }
  #cart-voucher .card-footer {
    padding: 10px 15px;
    font-size: 13px;
    display: block; } }

.checkout-accordion .accordion-login-tab .accordion-item-body .btn {
  background-color: #F4F4F4;
  border: 0;
  color: #424553;
  font-size: 14px;
  padding: 10px 40px 10px 20px;
  background-image: url("/static/product/right-arrow.svg");
  background-size: 6px;
  background-repeat: no-repeat;
  background-position: 85% center; }

.address .address-list {
  display: flex;
  flex-wrap: wrap; }
  .address .address-list .add-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px;
    margin-bottom: 15px; }
  .address .address-list .add-address {
    padding: 3rem 2rem;
    border: 1px dashed;
    text-align: center;
    height: 100%;
    border-radius: 4px; }
    .address .address-list .add-address img {
      max-width: 40px;
      margin-bottom: 1rem; }
  .address .address-list .saved-address {
    background: #f4f4f4;
    height: 100%;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 2px #ddd; }
    .address .address-list .saved-address p {
      margin-bottom: 5px; }
  .address .address-list .saved-address.active {
    border: 1px solid #00AC6A;
    box-shadow: none !important;
    background: #e9f9ee !important; }
  .address .address-list .add-button-list {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem; }
    .address .address-list .add-button-list button {
      background: #fff;
      border: none;
      padding: 5px 13px;
      border-radius: 3px;
      margin-right: 5px;
      font-size: 13px; }

.address .skeleton-bg {
  background: #f4f4f4;
  padding: 20px;
  border-radius: 3px; }

#add-new-address .modal-header {
  border-bottom: none;
  box-shadow: 0 1px 2px #ddd; }
  #add-new-address .modal-header h5 {
    font-weight: normal;
    text-transform: uppercase; }

#add-new-address .form-group {
  margin-bottom: 1.5rem; }
  #add-new-address .form-group input {
    background: #f4f4f4;
    height: 48px;
    border: none;
    box-shadow: 0 0 2px #ddd; }
  #add-new-address .form-group [class*="-control"] {
    background: #f4f4f4;
    border: none;
    box-shadow: 0 0 2px #ddd;
    height: 48px; }

#add-new-address .address-form {
  padding: 2rem; }
  #add-new-address .address-form .col-md-6 {
    padding-left: 10px;
    padding-right: 10px; }
  #add-new-address .address-form .col {
    padding-left: 10px;
    padding-right: 10px; }
  #add-new-address .address-form .decabutton {
    padding: 14px;
    margin-top: 1rem;
    width: 100%;
    border: none; }
    #add-new-address .address-form .decabutton:after {
      content: none; }

@media screen and (max-width: 991px) {
  .address {
    padding: 1rem; }
    .address .address-list .scrollview {
      width: 100%; }
    .address .address-list .add-col {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0; } }

.myaccount-tab-open {
  overflow: hidden; }

.account-content {
  background: #fff;
  padding: 5rem 0 3rem; }
  .account-content .container {
    max-width: calc(100% - 30vw); }
  .account-content .my-profile {
    position: relative;
    margin-bottom: 5px; }
    .account-content .my-profile .profile-image {
      position: absolute;
      width: 100%;
      text-align: center;
      top: -44px; }
      .account-content .my-profile .profile-image img {
        max-width: 80px; }
    .account-content .my-profile .user-name {
      background: #f4f4f4;
      padding: 3.5rem 2rem 2rem 2rem;
      text-align: center;
      font-size: 1.2rem;
      font-weight: 600;
      border-radius: 3px; }
      .account-content .my-profile .user-name .user-mobile {
        font-weight: normal;
        width: 165px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 auto; }
  .account-content .profile-tabs .nav-tabs {
    border: none; }
    .account-content .profile-tabs .nav-tabs .nav-item {
      width: 100%;
      margin-bottom: 5px; }
    .account-content .profile-tabs .nav-tabs ul {
      padding: 0;
      margin: 0; }
      .account-content .profile-tabs .nav-tabs ul .nav-link {
        background-color: #f4f4f4;
        border: none;
        padding: 1.5rem;
        border-radius: 3px;
        cursor: pointer;
        margin-bottom: 5px; }
        .account-content .profile-tabs .nav-tabs ul .nav-link span {
          margin-right: 1.5rem; }
          .account-content .profile-tabs .nav-tabs ul .nav-link span img {
            max-width: 23px; }
      .account-content .profile-tabs .nav-tabs ul .active.nav-link {
        border-left: 3px solid #0082C3;
        background-color: #e7f7ff; }
  .account-content .profile-tabs .fixed-tab {
    position: sticky;
    top: 120px; }
  .account-content .tab-content-wrapper {
    border: 1px solid #ebebeb;
    padding: 2rem;
    border-radius: 3px; }
  @media screen and (min-width: 992px) {
    .account-content .tab-content-wrapper:not(.active) {
      display: none; } }

.user-identity h4 {
  margin-bottom: 2rem; }

.user-identity .form-group {
  margin-bottom: 2rem; }
  .user-identity .form-group label {
    font-weight: 300; }
  .user-identity .form-group input {
    background: #f4f4f4;
    height: 45px;
    border: none; }
    .user-identity .form-group input:focus {
      outline: none !important;
      box-shadow: none !important; }

.user-identity .gender label {
  font-weight: 300; }

.user-identity .gender .gender-select {
  display: flex; }
  .user-identity .gender .gender-select .form-check-label {
    position: relative;
    margin-right: 1rem; }
    .user-identity .gender .gender-select .form-check-label p {
      background: #f4f4f4;
      width: 100%;
      padding: 10px;
      border-radius: 3px;
      text-align: center;
      min-width: 80px;
      border: 1px solid #f4f4f4;
      transition: 0.3s ease; }
  .user-identity .gender .gender-select input {
    position: absolute !important;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    right: 0; }
    .user-identity .gender .gender-select input:checked ~ p {
      border: 1px solid; }

.user-identity .sport-stuff label[for="recommend"] {
  background-color: #F4F4F4;
  padding: 5px;
  position: relative;
  color: #a0a2a8;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  max-width: 250px;
  border-radius: 4px;
  cursor: pointer; }
  .user-identity .sport-stuff label[for="recommend"] div:not(.indicator) {
    padding: 5px;
    position: relative;
    z-index: 1; }
  .user-identity .sport-stuff label[for="recommend"] .active {
    color: #00AC6A; }
  .user-identity .sport-stuff label[for="recommend"] .indicator {
    position: absolute;
    left: 50%;
    z-index: 0;
    width: calc(50% - 5px);
    height: 30px;
    background-color: #fff;
    border-radius: 4px;
    transition: 0.3s ease; }

.user-identity .update-btn .deca-btn {
  background: #f4f4f4;
  padding: 9px 40px;
  border: 1px solid #C6C6C6;
  border-radius: 3px; }

#myaccount-otp .modal-body {
  padding: 2rem; }

#myaccount-otp .login-otp {
  max-width: 300px;
  margin: 0 auto; }
  #myaccount-otp .login-otp .user-email {
    margin-bottom: 2rem;
    text-align: center; }
    #myaccount-otp .login-otp .user-email p {
      margin: 0; }
    #myaccount-otp .login-otp .user-email strong button {
      background-color: transparent;
      border: none;
      font-size: 13px;
      color: #0082c3;
      text-transform: uppercase; }
  #myaccount-otp .login-otp .form-group {
    display: flex;
    justify-content: space-between; }
    #myaccount-otp .login-otp .form-group input[type='number'] {
      max-width: 23%;
      flex: 0 0 23%;
      background: #f4f4f4 !important;
      border: none !important;
      height: 56px;
      border-radius: 3px;
      text-align: center; }
      #myaccount-otp .login-otp .form-group input[type='number']:focus {
        border: 1px solid #0082c3 !important; }
    #myaccount-otp .login-otp .form-group input[type='number']:-webkit-inner-spin-button,
    #myaccount-otp .login-otp .form-group input[type='number']:-webkit-outer-spin-button,
    #myaccount-otp .login-otp .form-group input[type='number']:-moz-inner-spin-button,
    #myaccount-otp .login-otp .form-group input[type='number']:-moz-outer-spin-button {
      -webkit-appearance: none;
      -moz-appearance: none;
      margin: 0;
      appearance: none; }
  #myaccount-otp .login-otp .otp-sent p {
    font-size: 13px; }
  #myaccount-otp .login-otp .otp-sent .otp-count {
    display: inline-block;
    padding: 5px 9px;
    border: 1px solid;
    border-radius: 2px;
    margin-top: 0.75rem; }
  #myaccount-otp .login-otp .validate-otp p {
    font-size: 13px;
    margin-top: 15px; }
  #myaccount-otp .login-otp .validate-otp .resend-otp {
    background: transparent;
    border: none;
    color: #0082c3;
    margin-top: 5px; }
  #myaccount-otp .login-otp .validate-otp .decabutton {
    width: 100%;
    border: none;
    padding: 14px;
    letter-spacing: 2px;
    margin-top: 1.5rem;
    background: #0082c3; }
    #myaccount-otp .login-otp .validate-otp .decabutton:after {
      content: none; }

@media screen and (max-width: 991px) {
  .account-content .mobile-heading {
    margin-bottom: 1.5rem;
    padding: 10px;
    position: sticky;
    top: 0; }
    .account-content .mobile-heading .heading-title {
      display: inline-block;
      background: #f4f4f4;
      padding: 7px 15px;
      border-radius: 3px; }
      .account-content .mobile-heading .heading-title span {
        margin-right: 15px; }
        .account-content .mobile-heading .heading-title span img {
          transform: rotate(-180deg); }
  .account-content .container {
    max-width: 100%; }
  .account-content .tab-content-wrapper {
    position: fixed;
    height: auto;
    bottom: 0;
    width: 100%;
    top: 0;
    z-index: 999999;
    background: #fff;
    overflow: hidden;
    left: 390px;
    transition: transform ease 250ms;
    padding: 0;
    visibility: hidden; }
    .account-content .tab-content-wrapper .scrollview {
      max-height: calc(100vh - 134px);
      overflow: auto;
      margin-bottom: 1rem; }
    .account-content .tab-content-wrapper .user-identity {
      padding: 1.5rem; }
      .account-content .tab-content-wrapper .user-identity .row {
        margin: 0; }
        .account-content .tab-content-wrapper .user-identity .row [class*="col-"] {
          padding: 0; }
    .account-content .tab-content-wrapper .update-btn {
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      z-index: 1050; }
      .account-content .tab-content-wrapper .update-btn button.deca-btn-blue {
        width: 100%;
        border: none;
        padding: 15px;
        border-radius: 5px 5px 0px 0; }
  .account-content .active.tab-content-wrapper {
    transform: translate3d(-390px, 0, 0);
    visibility: visible; }
  .account-content .mobile-nav-tabs {
    border: none;
    display: flex; }
    .account-content .mobile-nav-tabs .myaccount-link {
      flex: 0 0 50%;
      max-width: 50%;
      padding-right: 15px; }
      .account-content .mobile-nav-tabs .myaccount-link .nav-link:last-child {
        margin-bottom: 0; }
    .account-content .mobile-nav-tabs .right-link {
      flex: 0 0 50%;
      max-width: 50%; }
      .account-content .mobile-nav-tabs .right-link .nav-link {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        justify-content: center; }
    .account-content .mobile-nav-tabs .nav-link {
      background: #f4f4f4;
      padding: 2rem;
      border-radius: 3px;
      text-align: center;
      margin-bottom: 15px;
      box-shadow: 0 0 2px #dedede;
      cursor: pointer; }
      .account-content .mobile-nav-tabs .nav-link span {
        display: block;
        margin: 10px 0;
        width: 100%; }
  .account-content .logout {
    background: #f4f4f4;
    padding: 1.5rem;
    border-radius: 3px;
    margin-top: 15px;
    text-align: right;
    box-shadow: 0 0 2px #dedede;
    cursor: pointer; }
  .account-content .my-profile {
    margin-bottom: 15px; } }

.checkout-accordion .accordion-address-tab .accordion-item-body .extra-gutters {
  margin-left: -30px;
  margin-right: -30px; }
  .checkout-accordion .accordion-address-tab .accordion-item-body .extra-gutters > [class*="col"] {
    padding-left: 30px;
    padding-right: 30px; }

.checkout-accordion .accordion-address-tab .accordion-item-body .address-item {
  background-color: #f0faf6;
  border: 1px solid #00AC6A;
  border-radius: 4px;
  color: #424553;
  padding: 20px;
  position: relative; }
  .checkout-accordion .accordion-address-tab .accordion-item-body .address-item h6 {
    font-size: 14px;
    margin-bottom: 20px; }
  .checkout-accordion .accordion-address-tab .accordion-item-body .address-item h5 {
    font-size: 15px;
    margin-bottom: 5px; }
  .checkout-accordion .accordion-address-tab .accordion-item-body .address-item .btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    background-color: #f0faf6;
    border: 1px solid #424553;
    font-size: 11px;
    color: #424553;
    padding: 4px 10px 2px; }
    .checkout-accordion .accordion-address-tab .accordion-item-body .address-item .btn.edit-address {
      right: 75px; }

.checkout-accordion .accordion-address-tab .accordion-item-body .add-address {
  border: 1px dashed #424552;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 13px;
  cursor: pointer;
  transition: 0.4s ease;
  padding: 40px 10px; }
  .checkout-accordion .accordion-address-tab .accordion-item-body .add-address span {
    font-size: 24px;
    font-weight: 100;
    font-family: -webkit-pictograph;
    vertical-align: -3px;
    margin-left: 5px; }
  .checkout-accordion .accordion-address-tab .accordion-item-body .add-address:hover {
    background-color: #dddddd; }

.checkout-accordion .accordion-address-tab .accordion-item-body .form-check {
  margin-bottom: 20px;
  padding-left: 0; }
  .checkout-accordion .accordion-address-tab .accordion-item-body .form-check label {
    position: relative;
    padding-left: 30px; }
    .checkout-accordion .accordion-address-tab .accordion-item-body .form-check label:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      z-index: 1;
      width: 16px;
      height: 16px;
      border: 1px solid #424553;
      border-radius: 3px; }
    .checkout-accordion .accordion-address-tab .accordion-item-body .form-check label:before {
      content: '';
      position: absolute;
      top: 0;
      left: 3px;
      bottom: 0;
      margin: auto;
      z-index: 2;
      width: 10px;
      height: 10px;
      background-color: #424553;
      border-radius: 3px;
      transform: scale(0);
      transition: 0.3s 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
  .checkout-accordion .accordion-address-tab .accordion-item-body .form-check input {
    display: none; }
    .checkout-accordion .accordion-address-tab .accordion-item-body .form-check input:checked ~ label:before {
      transform: scale(1); }

.checkout-accordion .accordion-address-tab .accordion-item-body .deca-btn-yellow {
  margin-left: auto;
  display: block;
  width: 100%;
  max-width: 250px; }

#address-prompt {
  max-width: 600px; }
  #address-prompt .modal-content {
    border-radius: 4px;
    border: 0; }
    #address-prompt .modal-content .btn-close {
      top: 20px;
      right: 50px; }
      #address-prompt .modal-content .btn-close:after, #address-prompt .modal-content .btn-close:before {
        background-color: #424553; }
    #address-prompt .modal-content .modal-header {
      padding: 20px 50px;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
      border: 0; }
      #address-prompt .modal-content .modal-header .modal-title {
        font-weight: 400;
        font-size: 16px;
        color: #424553; }
    #address-prompt .modal-content .modal-body {
      padding: 30px 50px; }
      #address-prompt .modal-content .modal-body h5 {
        color: #424553; }
      #address-prompt .modal-content .modal-body .scrollview {
        max-height: calc(100vh - 210px);
        overflow: auto; }
      #address-prompt .modal-content .modal-body .address-card {
        font-size: 15px;
        margin-bottom: 40px;
        border: 1px solid #EBEBEB;
        cursor: pointer; }
        #address-prompt .modal-content .modal-body .address-card .card-body {
          display: flex;
          padding: 0; }
          #address-prompt .modal-content .modal-body .address-card .card-body .check {
            background-color: #EAEAEA;
            position: relative;
            min-width: 50px; }
            #address-prompt .modal-content .modal-body .address-card .card-body .check:before {
              content: '';
              position: absolute;
              top: 20px;
              right: 0;
              left: 0;
              margin: auto;
              z-index: 2;
              width: 16px;
              height: 16px;
              border: 1px solid #424553;
              background-color: #fff;
              border-radius: 3px; }
            #address-prompt .modal-content .modal-body .address-card .card-body .check:after {
              content: '';
              position: absolute;
              top: 23px;
              right: 0;
              left: 0;
              margin: auto;
              z-index: 2;
              width: 10px;
              height: 10px;
              background-color: #424553;
              border-radius: 3px;
              transform: scale(0);
              transition: 0.3s 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
        #address-prompt .modal-content .modal-body .address-card.active .card-body .check:after {
          transform: scale(1); }
        #address-prompt .modal-content .modal-body .address-card.disabled {
          opacity: 0.6;
          pointer-events: none; }
        #address-prompt .modal-content .modal-body .address-card .heading {
          display: flex;
          justify-content: space-between;
          border-bottom: 1px solid #EBEBEB;
          margin-bottom: 15px;
          padding-bottom: 5px; }
        #address-prompt .modal-content .modal-body .address-card .btn {
          position: absolute;
          top: 15px;
          right: 15px;
          z-index: 1;
          background-color: transparent;
          border: 1px solid #424553;
          font-size: 12px;
          color: #424553; }
        #address-prompt .modal-content .modal-body .address-card p {
          color: rgba(66, 69, 83, 0.6);
          font-size: 15px;
          max-width: 70%; }
          #address-prompt .modal-content .modal-body .address-card p strong {
            color: #424553; }
        #address-prompt .modal-content .modal-body .address-card h6 {
          color: #424553;
          margin-bottom: 15px;
          font-size: 15px; }
          #address-prompt .modal-content .modal-body .address-card h6 strong {
            color: #00AC6A; }
        #address-prompt .modal-content .modal-body .address-card h5 {
          color: #424553;
          margin-bottom: 10px; }

@media screen and (max-width: 767px) {
  #address-prompt {
    max-width: 600px; }
    #address-prompt .modal-content .btn-close {
      right: 30px; }
    #address-prompt .modal-content .modal-header {
      padding: 20px 30px; }
    #address-prompt .modal-content .modal-body {
      padding: 30px 30px; } }

.checkout-accordion .accordion-delivery-tab .accordion-item-body .alert {
  color: #171717;
  background-color: rgba(0, 172, 106, 0.1);
  border-color: #EBEBEB;
  margin-bottom: 30px; }

.checkout-accordion .accordion-delivery-tab .accordion-item-body h6 {
  color: #424553;
  margin-bottom: 15px; }

.checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option {
  margin-bottom: 15px;
  border-radius: 4px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05); }
  .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option-details {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    cursor: pointer; }
    .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option-details .check {
      position: relative;
      width: 17px;
      height: 16px;
      border: 1px solid #424553;
      border-radius: 3px;
      margin-right: 20px;
      min-width: auto;
      background: transparent; }
      .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option-details .check:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 2;
        width: 10px;
        height: 10px;
        background-color: #424553;
        border-radius: 3px;
        transform: scale(0);
        transition: 0.3s 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
      .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option-details .check:before {
        display: none !important; }
    .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option-details .delivery-time {
      color: #00AD68;
      width: 45%; }
  .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option.active .delivery-option-details .check:after {
    transform: scale(1); }
  .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .delivery-price {
    background-color: #EAEAEA;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    padding: 10px;
    margin-left: 5px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 81px; }
    .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .delivery-price small {
      font-weight: 600; }
      .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .delivery-price small span {
        font-weight: 400;
        display: block; }
  .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .wrapper {
    padding: 0 100px 40px 55px; }
  .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .delivery-location {
    background-color: rgba(0, 172, 106, 0.059);
    border: 1px solid #00AC6A;
    border-radius: 4px;
    color: #424553;
    padding: 20px;
    position: relative;
    margin-bottom: 30px; }
    .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .delivery-location h6 {
      font-size: 14px;
      margin-bottom: 20px;
      width: calc(100% - 60px); }
    .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .delivery-location h5 {
      font-size: 15px;
      margin-bottom: 15px; }
    .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .delivery-location .btn {
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 1;
      background-color: transparent;
      border: 1px solid #424553;
      font-size: 12px;
      color: #424553; }
    .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .delivery-location p {
      color: rgba(66, 69, 83, 0.6); }
      .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .delivery-location p strong {
        color: #424553; }
    .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .delivery-location .location-detail {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      color: rgba(66, 69, 83, 0.6); }
      .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .delivery-location .location-detail li {
        width: 50%; }
        .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .delivery-location .location-detail li strong {
          margin-right: 10px;
          color: #424553; }
  .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .deca-btn-yellow {
    margin-left: auto;
    display: block;
    width: 100%;
    max-width: 250px; }

#delivery-location-prompt {
  max-width: 600px; }
  #delivery-location-prompt .modal-content {
    border-radius: 4px;
    border: 0; }
    #delivery-location-prompt .modal-content .btn-close {
      top: 20px;
      right: 50px; }
      #delivery-location-prompt .modal-content .btn-close:after, #delivery-location-prompt .modal-content .btn-close:before {
        background-color: #424553; }
    #delivery-location-prompt .modal-content .modal-header {
      padding: 20px 50px;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
      border: 0; }
      #delivery-location-prompt .modal-content .modal-header .modal-title {
        font-weight: 400;
        font-size: 16px;
        color: #424553; }
    #delivery-location-prompt .modal-content .modal-body {
      padding: 30px 50px; }
      #delivery-location-prompt .modal-content .modal-body h5 {
        color: #424553; }
      #delivery-location-prompt .modal-content .modal-body .scrollview {
        max-height: calc(100vh - 210px);
        overflow: auto; }
        #delivery-location-prompt .modal-content .modal-body .scrollview .delivery-price {
          background-color: #EAEAEA;
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.05);
          border-radius: 3px;
          font-size: 16px;
          font-weight: 600;
          padding: 10px;
          margin-left: 5px;
          width: 70px;
          display: flex;
          align-items: center;
          justify-content: center;
          text-align: center;
          height: 95px; }
          #delivery-location-prompt .modal-content .modal-body .scrollview .delivery-price small {
            font-weight: 600; }
            #delivery-location-prompt .modal-content .modal-body .scrollview .delivery-price small span {
              font-weight: 400;
              display: block; }
      #delivery-location-prompt .modal-content .modal-body .delivery-location-card {
        font-size: 15px;
        margin-bottom: 40px;
        border: 1px solid #EBEBEB;
        cursor: pointer; }
        #delivery-location-prompt .modal-content .modal-body .delivery-location-card .card-body {
          display: flex;
          padding: 0; }
          #delivery-location-prompt .modal-content .modal-body .delivery-location-card .card-body .check {
            background-color: #EAEAEA;
            position: relative;
            width: 50px;
            min-width: 50px; }
            #delivery-location-prompt .modal-content .modal-body .delivery-location-card .card-body .check:before {
              content: '';
              position: absolute;
              top: 20px;
              right: 0;
              left: 0;
              margin: auto;
              z-index: 2;
              width: 16px;
              height: 16px;
              border: 1px solid #424553;
              background-color: #fff;
              border-radius: 3px; }
            #delivery-location-prompt .modal-content .modal-body .delivery-location-card .card-body .check:after {
              content: '';
              position: absolute;
              top: 23px;
              right: 0;
              left: 0;
              margin: auto;
              z-index: 2;
              width: 10px;
              height: 10px;
              background-color: #424553;
              border-radius: 3px;
              transform: scale(0);
              transition: 0.3s 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
        #delivery-location-prompt .modal-content .modal-body .delivery-location-card.active .card-body .check:after {
          transform: scale(1); }
        #delivery-location-prompt .modal-content .modal-body .delivery-location-card p {
          color: rgba(66, 69, 83, 0.6);
          font-size: 15px;
          max-width: 70%; }
          #delivery-location-prompt .modal-content .modal-body .delivery-location-card p strong {
            color: #424553; }
        #delivery-location-prompt .modal-content .modal-body .delivery-location-card h6 {
          color: #424553;
          margin-bottom: 15px;
          font-weight: 400;
          font-size: 15px; }
          #delivery-location-prompt .modal-content .modal-body .delivery-location-card h6 strong {
            color: #00AC6A; }
        #delivery-location-prompt .modal-content .modal-body .delivery-location-card h5 {
          color: #424553;
          margin-bottom: 10px; }
        #delivery-location-prompt .modal-content .modal-body .delivery-location-card .location-detail {
          padding: 0;
          margin: 0;
          list-style: none;
          display: flex;
          color: rgba(66, 69, 83, 0.6); }
          #delivery-location-prompt .modal-content .modal-body .delivery-location-card .location-detail li {
            width: 50%; }
            #delivery-location-prompt .modal-content .modal-body .delivery-location-card .location-detail li strong {
              margin-right: 10px;
              color: #424553; }
        #delivery-location-prompt .modal-content .modal-body .delivery-location-card .directions {
          font-size: 11px;
          color: #0082C3;
          text-align: center;
          position: absolute;
          top: -1px;
          right: -1px;
          z-index: 1;
          border: 1px solid #EBEBEB;
          padding: 15px;
          border-radius: 3px;
          background-color: #fff; }
          #delivery-location-prompt .modal-content .modal-body .delivery-location-card .directions img {
            display: block;
            margin-bottom: 10px;
            max-width: 50px; }

@media screen and (max-width: 991px) {
  .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option-details {
    padding: 20px 15px; }
    .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option-details .check {
      margin-right: 15px; }
    .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option-details .delivery-time {
      width: 100%; }
  .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .wrapper {
    padding: 20px 0px 0px 0px; }
  .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .delivery-location {
    margin-bottom: 0; }
    .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .delivery-location .location-detail li strong {
      display: block; }
  #delivery-location-prompt {
    width: 100vw;
    height: 100vh;
    margin: 0; }
    #delivery-location-prompt .modal-content {
      border-radius: 0px; }
      #delivery-location-prompt .modal-content .btn-close {
        right: 15px; }
      #delivery-location-prompt .modal-content .modal-header {
        padding: 20px 15px; }
      #delivery-location-prompt .modal-content .modal-body {
        padding: 30px 15px; }
        #delivery-location-prompt .modal-content .modal-body .scrollview {
          max-height: calc(100vh - 166px); }
        #delivery-location-prompt .modal-content .modal-body .delivery-location-card {
          margin-bottom: 20px; }
          #delivery-location-prompt .modal-content .modal-body .delivery-location-card .card-body .check {
            width: 40px;
            height: 60px;
            border-radius: 4px;
            position: absolute;
            top: -1px;
            left: -1px;
            z-index: 1; }
          #delivery-location-prompt .modal-content .modal-body .delivery-location-card p {
            max-width: 100%; }
          #delivery-location-prompt .modal-content .modal-body .delivery-location-card h5 {
            color: #424553;
            margin-bottom: 10px;
            font-size: 16px;
            margin-left: 40px;
            min-height: 40px; }
          #delivery-location-prompt .modal-content .modal-body .delivery-location-card .location-detail {
            padding: 10px 0 0;
            border-top: 1px solid #EBEBEB; }
            #delivery-location-prompt .modal-content .modal-body .delivery-location-card .location-detail li {
              border-left: 1px solid #EBEBEB;
              padding-left: 15px; }
              #delivery-location-prompt .modal-content .modal-body .delivery-location-card .location-detail li strong {
                display: block; }
              #delivery-location-prompt .modal-content .modal-body .delivery-location-card .location-detail li:first-child {
                border-left: 0;
                padding-left: 0; }
          #delivery-location-prompt .modal-content .modal-body .delivery-location-card .directions {
            border: 0;
            padding: 10px 0 10px 10px;
            position: static;
            align-self: center; }
            #delivery-location-prompt .modal-content .modal-body .delivery-location-card .directions img {
              max-width: 40px;
              margin: 0 auto 10px; } }

.checkout-accordion .accordion-payment-tab .accordion-item-body .payment-option-details {
  padding: 20px;
  border: 1px solid #00AC6A;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  cursor: pointer; }
  .checkout-accordion .accordion-payment-tab .accordion-item-body .payment-option-details .check {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #424553;
    border-radius: 3px;
    margin-right: 20px;
    background: transparent;
    min-width: auto; }
    .checkout-accordion .accordion-payment-tab .accordion-item-body .payment-option-details .check:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: 2;
      width: 10px;
      height: 10px;
      background-color: #424553;
      border-radius: 3px;
      transform: scale(0);
      transition: 0.3s 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
    .checkout-accordion .accordion-payment-tab .accordion-item-body .payment-option-details .check:before {
      display: none !important; }

.checkout-accordion .accordion-payment-tab .accordion-item-body.active {
  padding-bottom: 20px; }
  .checkout-accordion .accordion-payment-tab .accordion-item-body.active .payment-option-details .check:after {
    transform: scale(1); }

.checkout-accordion .accordion-item {
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  z-index: 99; }
  .checkout-accordion .accordion-item h6 {
    font-size: 15px; }
  .checkout-accordion .accordion-item-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 15px;
    cursor: pointer;
    user-select: none; }
    .checkout-accordion .accordion-item-heading .heading {
      display: flex;
      align-items: center;
      border-radius: 4px;
      height: 54px; }
      .checkout-accordion .accordion-item-heading .heading-number {
        background-color: #EAEAEA;
        border-radius: 4px 0 4px 0;
        font-size: 20px;
        padding: 12px;
        height: 100%;
        width: 45px;
        text-align: center;
        margin-right: 20px;
        transition: 0.3s ease; }
        .checkout-accordion .accordion-item-heading .heading-number span {
          transform: matrix(0.98, -0.17, 0.17, 0.98, 0, 0); }
      .checkout-accordion .accordion-item-heading .heading h6 {
        margin-right: 20px; }
    .checkout-accordion .accordion-item-heading img {
      width: 12px;
      height: 12px;
      transform: rotate(0);
      transition: transform 0.4s ease; }
  .checkout-accordion .accordion-item.active .accordion-item-heading img {
    transform: rotate(540deg); }
  .checkout-accordion .accordion-item-valid:not(.active) .accordion-item-heading .heading-number {
    background-color: #00AC6A;
    border-radius: 0;
    margin-left: -40px; }
  .checkout-accordion .accordion-item .check-image {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-left: 10px;
    background-color: #00ac6a;
    padding: 4px; }
  .checkout-accordion .accordion-item .accordion-item-body {
    padding: 15px 65px 25px; }

@media screen and (max-width: 991px) {
  .checkout-accordion .checkout-actions {
    position: fixed !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    background-color: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
    .checkout-accordion .checkout-actions h5 {
      margin: 0 5px 0 0; }
    .checkout-accordion .checkout-actions .btn {
      flex: 1;
      padding: 10px 5px; }
  .checkout-accordion .accordion-delivery-tab .accordion-item-body .delivery-option .wrapper {
    animation: none !important;
    visibility: visible !important;
    opacity: 1; }
  .checkout-accordion .accordion-item {
    background: #fff; }
    .checkout-accordion .accordion-item-heading .heading-text {
      font-size: 0; }
    .checkout-accordion .accordion-item .accordion-item-body {
      padding: 15px; } }

.cart-promise ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%; }
  .cart-promise ul li {
    list-style-type: none;
    border: 1px solid #ebebeb;
    margin-right: 10px;
    padding: 15px 7px;
    border-radius: 3px;
    text-align: center;
    max-width: 31%;
    min-height: 134px; }
    .cart-promise ul li:last-child {
      margin: 0;
      max-width: 33%; }
    .cart-promise ul li img {
      max-width: 30px;
      height: 30px;
      margin-bottom: 0.5rem; }
    .cart-promise ul li p {
      font-size: 13px;
      line-height: 17px; }

@media screen and (max-width: 991px) {
  .cart-promise ul {
    align-items: stretch; }
    .cart-promise ul li {
      background-color: #fff;
      box-shadow: 0 0 2px #dbdbdb;
      border: none; }
      .cart-promise ul li p {
        margin-bottom: 0; } }

.save-amount,
.cart-emi {
  border: 1px solid #ebebeb;
  padding: 12px;
  border-radius: 3px;
  border-left: 2px solid #00ac6a;
  color: #00ac6a;
  text-align: center;
  margin-bottom: 1rem; }

.cart-emi {
  color: #ec6607;
  border-left: 2px solid #ec6607; }

@media screen and (max-width: 991px) {
  .save-amount {
    background-color: #fff;
    box-shadow: 0 0 2px #dbdbdb;
    border: none;
    border-left: 2px solid #00ac6a; }
  .cart-emi {
    background-color: #fff;
    box-shadow: 0 0 2px #dbdbdb;
    border: none;
    border-left: 2px solid #ec6607; } }

.cart-summary h6 {
  margin-bottom: 15px; }

.cart-summary .deca-btn-yellow {
  font-weight: normal;
  margin-bottom: 1rem; }
  .cart-summary .deca-btn-yellow::after {
    bottom: -20px;
    background: #f4dc00; }
  .cart-summary .deca-btn-yellow .next-arrow {
    float: right; }
    .cart-summary .deca-btn-yellow .next-arrow img {
      transform: rotate(-90deg); }

.cart-summary .summary-content {
  padding: 15px;
  border: 1px solid #ebebeb;
  border-radius: 3px;
  margin-bottom: 1rem;
  background-color: #fff;
  box-shadow: 0 0 2px #dbdbdb;
  border: none; }
  .cart-summary .summary-content .cart-total {
    margin: 0;
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 600; }

@media screen and (max-width: 991px) {
  .cart-summary h6 {
    margin-bottom: 15px; }
  .cart-summary .deca-btn-yellow {
    font-weight: normal;
    margin-bottom: 1rem; }
    .cart-summary .deca-btn-yellow::after {
      bottom: -16px;
      background: #f4dc00; }
  .cart-summary .checkout-btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    box-shadow: 0 0 2px #dbdbdb;
    border-radius: 4px 4px 0px;
    z-index: 1040; }
    .cart-summary .checkout-btn .total-price {
      padding-right: 10px;
      text-align: center; }
      .cart-summary .checkout-btn .total-price h5 {
        white-space: nowrap;
        margin-bottom: 0; }
      .cart-summary .checkout-btn .total-price small {
        cursor: pointer;
        color: #0082C3; }
    .cart-summary .checkout-btn .deca-btn-yellow {
      margin: 0; }
      .cart-summary .checkout-btn .deca-btn-yellow::after {
        content: none; } }

.cart-right {
  position: sticky;
  top: 77px;
  flex-grow: 1;
  flex-basis: 0%;
  max-width: 30%;
  padding-right: 15px;
  height: 100%; }

@media screen and (max-width: 991px) {
  .cart-right {
    max-width: 100%;
    padding: 0;
    margin-top: 1rem;
    flex-basis: auto;
    position: relative;
    top: 0; } }

.empty-cart-content {
  max-width: calc(100% - 10vw) !important;
  margin: 0 auto;
  padding: 30px 15px;
  text-align: center; }
  .empty-cart-content img {
    max-width: 300px;
    display: block;
    margin: 0 auto 40px; }
  .empty-cart-content h2 {
    margin-bottom: 20px; }
  .empty-cart-content h6 {
    font-weight: 400;
    font-size: 20px; }
  .empty-cart-content .btn {
    margin: 40px 0;
    background-color: #fff;
    border-color: #227CB3;
    color: #227CB3;
    padding: 10px 30px;
    font-size: 12px; }

.cart-container {
  max-width: calc(100% - 20vw) !important;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }

.cart-left {
  flex-grow: 1;
  flex-basis: 0%;
  max-width: 70%;
  padding-left: 15px;
  padding-right: 40px; }
  .cart-left .app-takeaway {
    margin-top: 3rem; }
  .cart-left .move-to-cart {
    background: #f4f4f4;
    border: 1px solid #424453;
    padding: 8px 15px;
    margin-right: 1.5rem;
    border-radius: 3px;
    font-size: 13px; }

.cart-pincode {
  max-width: 280px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .cart-pincode .pincode {
    border: 1px solid #ebebeb;
    position: relative;
    flex-grow: 1;
    padding: 10px;
    border-radius: 3px;
    margin-left: 15px; }

.delivery-eligible {
  display: flex;
  border: 1px solid #ebebeb;
  border-left-color: #ebebeb;
  border-left-style: solid;
  border-left-width: 1px;
  padding: 15px;
  margin-bottom: 1rem;
  border-radius: 3px;
  border-left: 3px solid #00ac6a; }
  .delivery-eligible .delivery {
    max-width: 30px;
    margin-right: 15px; }
  .delivery-eligible p {
    margin-bottom: 0; }
    .delivery-eligible p b {
      color: #00ac6a; }
  .delivery-eligible .mark {
    width: 20px;
    height: 20px;
    border-radius: 10px;
    margin-left: 10px;
    background-color: #00ac6a;
    padding: 4px; }

@media screen and (max-width: 991px) {
  .cart-bg {
    background-color: #f4f4f4; }
  .cart-container {
    max-width: calc(100% - 7vw) !important; }
  .cart-header .decathlon_logo img {
    max-width: 120px !important; }
  .cart-left {
    max-width: 100%;
    padding: 0;
    flex-basis: auto; }
    .cart-left .delivery-eligible {
      background-color: #fff;
      border: none;
      box-shadow: 0 0 2px #dbdbdb;
      border-left: 3px solid #00ac6a; }
      .cart-left .delivery-eligible .mark {
        display: none; }
    .cart-left .cart-payment {
      background-color: #fff;
      box-shadow: 0 0 2px #dbdbdb;
      border: none; }
  .cart-payment {
    background-color: #fff;
    box-shadow: 0 0 2px #dbdbdb;
    border: none;
    margin-bottom: 1rem; }
  .copyright {
    margin-bottom: 5rem; }
  .secure {
    margin-bottom: 1rem; } }

.checkout-cart-summary h5 {
  color: #424553; }

.checkout-cart-summary h6 {
  color: #424553;
  font-weight: 400;
  font-size: 15px; }

.checkout-cart-summary .card {
  border: 1px solid #EBEBEB;
  margin-bottom: 20px; }

.checkout-cart-summary .cart-item-list {
  padding: 20px;
  max-height: 260px;
  overflow: auto;
  margin-bottom: 120px; }
  .checkout-cart-summary .cart-item-list .list-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }
    .checkout-cart-summary .cart-item-list .list-item img {
      max-width: 70px;
      margin-right: 20px; }
    .checkout-cart-summary .cart-item-list .list-item h6 {
      margin-bottom: 7px;
      width: 200px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .checkout-cart-summary .cart-item-list .list-item ul {
      padding: 0;
      margin: 0;
      list-style: none;
      display: flex;
      color: #424553;
      font-size: 15px;
      flex-wrap: wrap; }
      .checkout-cart-summary .cart-item-list .list-item ul li {
        margin-right: 10px;
        font-size: 12px; }
        .checkout-cart-summary .cart-item-list .list-item ul li:last-child {
          margin-right: 0; }

.checkout-cart-summary .cart-details {
  padding: 20px;
  background-color: #fff;
  border: 1px solid #EBEBEB;
  margin: 0 -1px -1px;
  border-radius: 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  .checkout-cart-summary .cart-details h6 {
    margin-bottom: 15px; }
  .checkout-cart-summary .cart-details h5 {
    border-top: 1px solid transparent;
    padding-top: 0px;
    transition: 0.4s ease; }
  .checkout-cart-summary .cart-details .coupon-code {
    background-color: #00ac6a;
    padding: 4px 13px;
    border-radius: 15px;
    line-height: 20px;
    font-size: 10px;
    color: #fff;
    cursor: default;
    user-select: none; }
  .checkout-cart-summary .cart-details .detail {
    padding-bottom: 1px;
    transition: 0.4s ease;
    height: 0;
    overflow: hidden; }
  .checkout-cart-summary .cart-details .hide-details {
    font-size: 12px;
    color: #0081C6;
    cursor: pointer; }
  .checkout-cart-summary .cart-details .view-details {
    font-size: 12px;
    color: #0081C6;
    cursor: pointer;
    transition: 0.4s ease;
    height: 18px; }
  .checkout-cart-summary .cart-details.active .view-details {
    opacity: 0;
    pointer-events: none;
    height: 0; }
  .checkout-cart-summary .cart-details.active h5 {
    border-top: 1px solid #EBEBEB;
    padding-top: 10px; }
  .checkout-cart-summary .cart-details.active .detail {
    height: 132px; }

.checkout-cart-summary .cart-saving {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  border-left: 5px solid #00AC6A;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  color: #00AC6A;
  margin-bottom: 20px;
  background: #fff; }

@media screen and (max-width: 991px) {
  .checkout-cart-summary .card {
    border: none; }
  .checkout-cart-summary .cart-details {
    position: static; }
    .checkout-cart-summary .cart-details h5 {
      border-top: 1px solid #EBEBEB;
      padding-top: 10px; }
    .checkout-cart-summary .cart-details .detail {
      padding-bottom: 1px;
      transition: 0.4s ease;
      height: 100%;
      overflow: hidden; }
    .checkout-cart-summary .cart-details .hide-details,
    .checkout-cart-summary .cart-details .view-details {
      display: none; } }

.checkout-main-content {
  max-width: calc(100% - 20vw) !important;
  margin: 0 auto;
  padding: 30px 0; }

@media screen and (max-width: 991px) {
  .checkout-main-content {
    max-width: 100% !important;
    margin: 0 auto;
    padding: 30px 0;
    background: #f4f4f4; } }

