.DefaultProgressBar__vertical {
  width: 24px;
  height: 100%
}
.DefaultProgressBar_progressBar {
  background-color: #abc4e8;
  position: absolute
}
.DefaultProgressBar_progressBar__vertical {
  height: 100%;
  width: 24px
}
.DefaultProgressBar_background__vertical {
  height: 100%;
  top: 0px;
  width: 15px
}
.DefaultProgressBar_background__horizontal {
  height: 13px;
  top: 0px
}
.DefaultHandle_handle {
  width: 24px;
  height: 24px;
  border-width: 1px;
  border-style: solid;
  border-color: #d8d8d8;
  background-color: #fcfcfc;
  border-radius: 20%;
  outline: none;
  z-index: 2;
  box-shadow: 0 2px 2px #dbdbdb
}
.DefaultHandle_handle:focus {
  box-shadow: #abc4e8 0 0 1px 1px
}
.DefaultHandle_handle:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #dadfe8
}
.DefaultHandle_handle:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #dadfe8
}
.DefaultHandle_handle__horizontal {
  margin-left: -12px;
  top: -5px
}
.DefaultHandle_handle__horizontal:before {
  top: 7px;
  height: 10px;
  width: 1px;
  left: 10px
}
.DefaultHandle_handle__horizontal:after {
  top: 7px;
  height: 10px;
  width: 1px;
  left: 13px
}
.DefaultHandle_handle__vertical {
  margin-top: -12px;
  left: -10px
}
.DefaultHandle_handle__vertical:before {
  top: 10px
}
.DefaultHandle_handle__vertical:after {
  top: 13px;
  left: 8px;
  height: 1px;
  width: 10px
}
.DefaultHandle_handle__disabled {
  border-color: #dbdbdb
}
.DefaultBackground {
  background-color: #fcfcfc;
  height: 15px;
  width: 100%;
  border: 1px solid #d8d8d8;
  position: relative
}
.DefaultBackground_background__horizontal {
  height: 15px;
  top: -2px;
  left: -2px;
  bottom: 4px;
  width: 100%
}
.DefaultBackground_background__vertical {
  width: 15px;
  top: 0px;
  height: 100%
}
.rheostat {
  position: relative;
  overflow: visible
}
@media (min-width: 1128px) {
  .autoAdjustVerticalPosition {
    top: 12px
  }
}
.rheostat__vertical {
  height: 100%
}
.handleContainer {
  height: 15px;
  top: -2px;
  left: -2px;
  bottom: 4px;
  width: 100%;
  position: absolute
}
.rheostat_background {
  background-color: #fcfcfc;
  border: 1px solid #d8d8d8;
  position: relative
}
.rheostat_background__horizontal {
  height: 15px;
  top: -2px;
  left: -2px;
  bottom: 4px;
  width: 100%
}
.rheostat_background__vertical {
  width: 15px;
  top: 0px;
  height: 100%
} 

.category_banner {
  position: relative; }
  .category_banner .category_heading {
    top: 0;
    width: 100%;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0; }
    .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: 4px; }
  .sub_categories .category_filter_list {
    width: auto !important; }
    .sub_categories .category_filter_list a {
      background: #fff;
      padding: 13px;
      display: inline-block;
      border-radius: 4px;
      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: 1040; }
    .mobile_filters.visible {
      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%;
        background: #f4f4f4; }
        .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 {
    margin-bottom: 0; }
    .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://cdn.decathlon.in/_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; } }

.main-banner img {
  width: 100%; }

.main-banner-caption {
  position: absolute;
  width: 100%;
  text-align: center;
  z-index: 999;
  top: 0;
  height: 100%;
  color: #fff;
  text-transform: uppercase;
  padding: 50px 0; }
  .main-banner-caption::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    z-index: -1; }
  .main-banner-caption h4 {
    font-size: 2.5rem;
    margin: 0;
    line-height: 1; }
  .main-banner-caption h1 {
    font-size: 5rem;
    margin: 0;
    line-height: 1; }
  .main-banner-caption p {
    letter-spacing: 3px;
    font-size: 16px;
    margin-bottom: 0; }
  .main-banner-caption .decabutton {
    background: #0082C3;
    border: 1px solid #fff;
    margin-top: 10px; }
    .main-banner-caption .decabutton:hover {
      color: #424453;
      border: 1px solid #fff; }
    .main-banner-caption .decabutton:hover::after {
      color: #424453; }
    .main-banner-caption .decabutton::after {
      background: #fff; }

@media screen and (max-width: 991px) {
  .main-banner .main-banner-caption h4 {
    font-size: 2rem; }
  .main-banner .main-banner-caption h1 {
    font-size: 3rem; } }

@media screen and (max-width: 767px) {
  .main-banner-caption h4 {
    font-size: 2rem; }
  .main-banner-caption h1 {
    font-size: 3rem; } }

.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;
  border-radius: 3px;
  width: 100%; }
  .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; }

.deca-btn-white {
  color: #424453 !important;
  border-color: #0082C3;
  background-color: #fff;
  font-weight: 500;
  padding: 10px 22px;
  box-shadow: none !important;
  border-width: 1px;
  border-radius: 3px;
  width: 100%; }
  .deca-btn-white:hover {
    background-color: #f7f7f7;
    border-color: #0078b4; }
  .deca-btn-white:focus {
    background-color: #fff;
    border-color: #0082C3; }
  .deca-btn-white:active {
    background-color: #ededed !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); }

.multiple_banner .card-img-overlay {
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: #fff; }

.multiple_banner .card {
  border: none;
  overflow: hidden; }
  .multiple_banner .card img {
    border-radius: 4px;
    width: 100%; }

.multiple_banner .decabutton {
  background: #424453;
  color: #fff;
  padding: 10px 22px;
  display: inline-block;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 9;
  overflow: hidden;
  position: relative;
  max-width: 200px;
  margin: 0 auto;
  border: 1px solid #fff;
  background: rgba(66, 68, 83, 0.61); }
  .multiple_banner .decabutton:hover {
    color: #fff; }
  .multiple_banner .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; }
  .multiple_banner .decabutton:hover::after {
    transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
    top: -31px;
    transform: translateY(0) skewY(-10deg);
    left: 0; }

.product_recall .recall_box {
  box-shadow: 0 0 2px #ddd;
  border-radius: 3px;
  padding: 15px; }

.product_recall .recall_img {
  background: #f4f4f4;
  border-radius: 4px;
  margin-right: 15px; }
  .product_recall .recall_img img {
    mix-blend-mode: multiply; }

.product_recall .recall_content p {
  padding-right: 40px; }

.product_recall .recall_readmore {
  background: #f4f4f4;
  border-radius: 3px;
  display: grid;
  align-items: center;
  height: 100%;
  padding: 20px 30px; }

@media screen and (max-width: 991px) {
  .product_recall .recall_box {
    box-shadow: none;
    padding: 0;
    border-radius: 0; }
    .product_recall .recall_box .swiper-slide.d-flex {
      display: block !important;
      box-shadow: 0 0 2px #ddd;
      margin: 2px;
      border-radius: 3px; }
  .product_recall .recall_img {
    margin-right: 0;
    margin-bottom: 10px; }
  .product_recall .recall_content {
    padding: 10px; }
    .product_recall .recall_content p {
      padding: 0; }
  .product_recall .recall_readmore {
    min-height: 424px; } }

.category_listing .listing-banner img {
  border-radius: 4px; }

.category_listing .listing-banner .category-title {
  bottom: 60px;
  color: #fff;
  width: 100%;
  margin-left: 30px; }
  .category_listing .listing-banner .category-title:before {
    background: #fff;
    width: 1px;
    content: '';
    height: 100%;
    position: absolute;
    left: -8px; }

.category_listing .category_collapse {
  background: #ededed;
  border-radius: 4px;
  position: relative; }
  @media screen and (max-width: 767px) {
    .category_listing .category_collapse {
      margin-bottom: 1rem; } }
  .category_listing .category_collapse .listing-heading {
    padding: 10px 30px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 4px 4px 0 0;
    font-size: 18px; }
    .category_listing .category_collapse .listing-heading .img-name {
      flex: 0 0 90%;
      display: flex;
      align-items: center; }
    .category_listing .category_collapse .listing-heading .plus-img {
      flex: 0 0 10%; }
      .category_listing .category_collapse .listing-heading .plus-img img {
        max-width: 17px;
        transition: 0.2s; }
      .category_listing .category_collapse .listing-heading .plus-img.active img {
        transform: rotate(45deg); }
    .category_listing .category_collapse .listing-heading .category-image {
      margin-right: 10px; }
      .category_listing .category_collapse .listing-heading .category-image img {
        mix-blend-mode: multiply;
        max-width: 70px; }
  .category_listing .category_collapse .collapse,
  .category_listing .category_collapse .collapsing {
    z-index: 1040;
    position: absolute;
    width: 100%;
    background: #f4f4f4;
    padding: 0 10px 10px 10px;
    border-radius: 0 0 4px 4px; }
    @media screen and (max-width: 767px) {
      .category_listing .category_collapse .collapse,
      .category_listing .category_collapse .collapsing {
        position: relative; } }
    .category_listing .category_collapse .collapse a,
    .category_listing .category_collapse .collapsing a {
      background: #fff;
      display: block;
      width: 100%;
      margin-bottom: 5px;
      padding: 10px;
      border-radius: 4px; }

#list-body {
  z-index: 1040; }
  #list-body .collapse,
  #list-body .collapsing {
    width: 100%;
    background: #ededed;
    padding: 0 10px 10px 10px;
    border-radius: 0 0 4px 4px; }
    @media screen and (max-width: 767px) {
      #list-body .collapse,
      #list-body .collapsing {
        position: relative; } }
    #list-body .collapse a,
    #list-body .collapsing a {
      background: #fff;
      display: block;
      width: 100%;
      margin-bottom: 5px;
      padding: 10px;
      border-radius: 4px; }

.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; }
    .product-main-content .left-content .product-main-image .swiper-slide {
      overflow: hidden; }
      .product-main-content .left-content .product-main-image .swiper-slide img {
        transition: 0.7s ease !important; }
        .product-main-content .left-content .product-main-image .swiper-slide img:not(.swiper-lazy-loaded) {
          filter: blur(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,uA8AACgPAAABAAIAAAAAAAAAAAAAAAAAAAABAJABAAAAAExQAAAAAAAAAAAAAAAAAAAAAAEAAAAAAAAA141LiwAAAAAAAAAAAAAAAAAAAAAAAAQAbABnAAAADgBSAGUAZwB1AGwAYQByAAAAFgBWAGUAcgBzAGkAbwBuACAAMQAuADAAAAAEAGwAZwAAAAAAAAEAAAALAIAAAwAwT1MvMg8SBhIAAAC8AAAAYGNtYXCI6zNvAAABHAAAAKRnYXNwAAAAEAAAAcAAAAAIZ2x5ZloJK8oAAAHIAAAJkGhlYWQJdPw+AAALWAAAADZoaGVhB64D1gAAC5AAAAAkaG10eEoAB1EAAAu0AAAAVGxvY2ERdhRYAAAMCAAAACxtYXhwAB8AhwAADDQAAAAgbmFtZfqzn00AAAxUAAACsnBvc3QAAwAAAAAPCAAAACAAAwPkAZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpBAPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAiAAAAB4AEAADAA4AAQAg4BrgHeAz4HDgleDy4f/iDeMS6A3pBP/9//8AAAAAACDgGuAd4DPgcOCU4PLh/+IM4xHoDekB//3//wAB/+Mf6h/oH9Mflx90HxgeDB4AHP0YAxcQAAMAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAQAVgABA6oDVQADABMAIwAnAAABETMRBzI3NjU0JyYjIgcGFRQXFhMyFxYVFAcGIyInJjU0NzYTETMRAipWgIxlZWVljIxlZWVljLB9fX19sLB9fX19MFYBAQFU/qysZWWMjGVlZWWMjGVlAwB9fbCwfX19fbCwfX39rAFU/qwAAwBWAAEDqgNVAA8AHwAiAAAlMjc2NTQnJiMiBwYVFBcWEzIXFhUUBwYjIicmNTQ3NhMRBQIAjGVlZWWMjGVlZWWMsH19fX2wsH19fX1aAQBVZWWMjGVlZWWMjGVlAwB9fbCwfX19fbCwfX39lgGAwAAAAAADAFUAAAOrA1UAFAAoAD0AAAEhMhcWFREUBwYjISInJjURNDc2MwcRFBcWMyEGBwYjISInJjURNDc2JSEiBwYVERQXFjMhMjc2NRE0JyYjAYABqzUlJiYlNf5VNSYlJSY11QwNEQIkDiEhKf5VNSUmGBgCpv5VEgwNDQwSAasRDQwMDREDVSUmNf5WNSYlJSY1Aao1JiWy/d0SDA0lGBgmJTUBqykhIWoNDBL+VhINDAwNEgGqEgwNAAAAAAEA1gCBAyoC1QALAAABBxcHJwcnNyc3FzcDKu7uPO7uPO7uPO7uApnu7jzu7jzu7jzu7gABAFUAVQOrAwAAIgAAATIXFhUUDwEhMhcWFRQHBiMhFxYVFAcGIyInASY1NDcBNjMBqxENDAziApkSDA0NDBL9Z+IMDA0REg3+1g0NASoNEgMADQwSEgziDA0REg0M4gwSEgwNDQEqDRIRDQErDAAAAQBVAFUDqwMAACIAAAEyFwEWFRQHAQYjIicmNTQ/ASEiJyY1NDc2MyEnJjU0NzYzAlUSDQEqDQ3+1g0SEgwMDOL9ZxIMDQ0MEgKZ4gwMDBIDAAz+1QwSEg3+1g0NDBISDOINDBIRDQziDBITDAwAAAIAqgArA1YDKwADAAoAADchFSEBByczETMRqgKs/VQCAKqqgFSBVgFWrKwBqv5WAAkAqgBVA1YDAQADAAcACwAPABMAFwAbAB8AIwAAJTUzFQM1MxUBNTMVNzMVIwE1MxUhNTMVAzUzFTM1MxUBNTMVAqqsrKz+VKxUrKz/AKz+VKysrFSs/lSsVaysAQCsrAEArKysrP8ArKysrP8ArKysrAIArKwAAAQA1gCBAyoC1QAFAAsAEQAXAAABMxUjNSMTNTMVIzUBNTMVIxUdATMVIzUCVtRUgIBU1P6A1ICA1ALV1ID+VIDUVAEs1FSArIBU1AAEANYAgQMqAtUABQALABEAFwAAATMVIzUzAzUzFSMVATUzFSM1ETUzFSM1AqqA1FRU1ID+rFTU1FQCVVTU/azUVIAB1IDUVP6sVNSAAAAAAAMAgABBA2oDKwALABsAMgAAASMVIzUjNTM1MxUzBzI3NjU0JyYjIgcGFRQXFiEXByc1JwYjIicmNTQ3NjMyFxYVFAcXAgBWKlZWKlZqUDg4ODhQUDg4ODgBUNRA1AxMaHRRUVFRdHRQUEIMAgFWVipWVtY4OFBQODg4OFBQODjUQNQiDEJQUHR0UVFRUXRoTAwAAAADAIAAQQNqAysAAwATACoAAAEzFSMXMjc2NTQnJiMiBwYVFBcWIRcHJzUnBiMiJyY1NDc2MzIXFhUUBxcBKtbWbFA4ODg4UFA4ODg4AVDUQNQMTGh0UVFRUXR0UFBCDAIrKqw4OFBQODg4OFBQODjUQNQiDEJQUHR0UVFRUXRoTAwAAAABAIAAAwOAA1UAMwAAJTIWFRQGIyImNTwBNyUOASMiJjU0NjMyFhclLgE1NDYzMhYVFAYjIiYnBR4BFRQGBwU+AQMAM0lJMzNJAv7SEiwaNExLNRktEgEsAQNLNTRMSzUZLRL+1AEDAgIBMBAs/UkzM0tLMwcPBrAREUs1NEwSEK4HDwg0TEw0NUsTEbAIDwcIDwewDxEAAAIAFP/hA+wDuAAUACkAAAEiDgIVFB4CMzI+AjU0LgIjEyMiBh0BMwcjFSM1IzUzNTQ2OwEVAgBms4VOToWzZmazhU5OhbNmdEkHDFwNT1dPTzwuSQO4TYWzZmazhU5OhbNmZrOFTf6tEAs2TOTkTC0wRVEABQAU/+ED7AO4ABQATgBbAG4AhAAAASIOAhUUHgIzMj4CNTQuAiMDDgEjKgExMCIjIiY1NDY7AS4BMSoBIyImJy4BNTQ2NzMVFAYHDgEHHgEVFAYHDgEVFBYXHgEVFAYHJSMVIzUjNTM1MxUzFQUqASMOAQcOARUeATc+AScuASM3LgEjKgEHDgEHDgEXHgEzOgE3PgEnAgBms4VOToWzZmazhU5OhbNmHBctCQICAgEPaXUZAQ4BAQQCCiAQExN3AXccDAQOAhcMFQ0JCw8LECUeHgECTDRMTDRM/r8CBAIRHwsLCwI0IyMrAgIpIS0KHhgCBQMKDwUEAQQHIxMCBQMVFgkDuE2Fs2Zms4VOToWzZmazhU39QgsGHERDHRMhBQoMKh1SHwEDCgcBAQECDCccICUMCA0HCBAJDysjIzMO001NM01NMzsCDAoLGQ0bHQIDJRsZI8YgGAEDEA0NGg8bIwEGNx8AAgAU/+ED7AO4ABQAQQAAASIOAhUUHgIzMj4CNTQuAiMTLgEnDgEHJjY3JjYXFg4CFxY+ASYnLgEOARceAQcuATc+ATc2FhcWDgInAgBms4VOToWzZmazhU5OhbNmIhgbEwogJQwmDhcqLxwKFQQkJjQXChciWk0xCAQcEiwfAgNsQFKECwYSK0MrA7hNhbNmZrOFTk6Fs2Zms4VN/aACFAs1XxtRgUAmaxMLPkM6Bwc2UVYYIgYpTzEYHSEKQC1LYQcJS0wsVUMnAwAAAgAU/+ED7AO4ABQAVAAAASIOAhUUHgIzMj4CNTQuAiMTHAEVFA4CIyImJzIWMzI2Ny4BJx4BMzI2Ny4BPQEeARcuATU0NjceARcuATU0NjMyFhc+ATcOAQc+ATcOAQcCAGazhU5OhbNmZrOFTk6Fs2bIJEZmQylLIQYMBiI9GSAxCgUJBAcNBiEtChYMExgHBiRnPQIBOSgVJA4QHw4FFg8OHA0JGQ4DuE2Fs2Zms4VOToWzZmazhU3+bgMHAzBiTzIXFAEWEwEmHQEBAgEHNSMBBQYBDSsZDRkLLDcDBgsFKDkQDgMMCBEbCgIIBg8ZCgAAAAEAAAABAACLS43XXw889QALBAAAAAAA0zTb1AAAAADTNNvUAAD/4QPsA7gAAAAIAAIAAAAAAAAAAQAAA8D/wAAABAAAAAAAA+wAAQAAAAAAAAAAAAAAAAAAABUEAAAAAAAAAAAAAAACAAAABAAAVgQAAFYEAABVBAAA1gQAAFUEAABVBAAAqgQAAKoEAADWBAAA1gQAAIAEAACABAAAgAQAABQEAAAUBAAAFAQAABQAAAAAAAoAFAAeAF4AmAD2ARABSAGAAZgB1AH6AiICbAKuAvoDNAPoBE4EyAABAAAAFQCFAAkAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAAFgEOAAEAAAAAAAAABgCNAAEAAAAAAAEAAgAAAAEAAAAAAAIABwE7AAEAAAAAAAMAAgEvAAEAAAAAAAQAAgFQAAEAAAAAAAUACwEOAAEAAAAAAAYAAgE1AAEAAAAAAAoAGgFWAAEAAAAAAAsALQAGAAEAAAAAAA0AAwCfAAEAAAAAAA4AIgCoAAMAAQQJAAAADACTAAMAAQQJAAEABAACAAMAAQQJAAIADgFCAAMAAQQJAAMABAExAAMAAQQJAAQABAFSAAMAAQQJAAUAFgEZAAMAAQQJAAYABAE3AAMAAQQJAAoANAFwAAMAAQQJAAsAWgAzAAMAAQQJAA0ABgCiAAMAAQQJAA4ARADKbGcAbABnaHR0cHM6Ly9naXRodWIuY29tL3NhY2hpbmNob29sdXIvbGlnaHRHYWxsZXJ5AGgAdAB0AHAAcwA6AC8ALwBnAGkAdABoAHUAYgAuAGMAbwBtAC8AcwBhAGMAaABpAG4AYwBoAG8AbwBsAHUAcgAvAGwAaQBnAGgAdABHAGEAbABsAGUAcgB5c2FjaGluAHMAYQBjAGgAaQBuTUxUAE0ATABUaHR0cDovL29wZW5zb3VyY2Uub3JnL2xpY2Vuc2VzL01JVABoAHQAdABwADoALwAvAG8AcABlAG4AcwBvAHUAcgBjAGUALgBvAHIAZwAvAGwAaQBjAGUAbgBzAGUAcwAvAE0ASQBUVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwbGcAbABnbGcAbABnUmVndWxhcgBSAGUAZwB1AGwAYQBybGcAbABnRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==?#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://cdn.decathlon.in/_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; }
    .product-page .sticky-top.position-relative-mob {
      z-index: 1040; } }

@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;
  border-radius: 3px;
  padding: 5px 10px; }
  .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: 16px; }
    .product-main-content .right-content .product-rating h4 small {
      font-size: 14px; }
  .product-main-content .right-content .product-rating.border-box {
    border: 1px solid #f4f4f4; }
  .product-main-content .right-content .product-rating .react-rater-star {
    font-size: 1.1rem;
    margin-left: 5px;
    margin-right: 0; }

.product-main-content .right-content .review-btn {
  color: #424453;
  border-color: #F4F4F4;
  box-shadow: none !important;
  background-color: #F4F4F4;
  padding: 9px 10px 9px 15px;
  font-size: 13px;
  line-height: 13px; }
  .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;
  margin: 0px; }
  .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;
    white-space: nowrap; }
    .product-main-content .right-content .product-warranty h3 small {
      color: #ec6607;
      display: block;
      font-size: 13px; }

.product-main-content .right-content .made-in-india {
  max-width: 95px;
  margin: 0 auto; }
  .product-main-content .right-content .made-in-india > span {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    transform: skewY(-10deg);
    position: relative;
    padding: 3px 10px 3px;
    display: inline-block; }
    .product-main-content .right-content .made-in-india > span:first-child {
      border-bottom: 1px solid #fff;
      background-color: #F68C34;
      z-index: 2; }
    .product-main-content .right-content .made-in-india > span:last-child {
      background-color: #1b8f45;
      float: right;
      top: -6px;
      z-index: 1; }

.product-main-content .right-content .eco-design {
  text-align: center; }

@media screen and (min-width: 767px) {
  .product-main-content .right-content .product-details-logos {
    max-width: 530px; }
    .product-main-content .right-content .product-details-logos .col {
      flex: 0 0 33.333%;
      max-width: 33%; } }

@media screen and (max-width: 767px) {
  .product-details-logos {
    margin-bottom: 20px; }
    .product-details-logos .row {
      margin-left: -5px;
      margin-right: -5px; }
      .product-details-logos .row > .col {
        border-radius: 4px;
        padding-left: 2px;
        padding-right: 2px; }
        .product-details-logos .row > .col > div,
        .product-details-logos .row > .col .bg-color {
          padding: 15px 0;
          background-color: #fff;
          height: 100%;
          border-radius: 4px; }
      .product-details-logos .row .made-in-india {
        padding: 30px 5px 0;
        margin: auto; }
        .product-details-logos .row .made-in-india span {
          font-size: 14px;
          padding: 1px 10px 0px; }
      .product-details-logos .row .eco-design {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center; }
      .product-details-logos .row .product-warranty a {
        width: 100%;
        text-align: center; }
      .product-details-logos .row .product-warranty h3 {
        margin-top: 10px;
        margin-left: 0; }
      .product-details-logos .row .product-warranty.warranty-sticker a {
        padding: 0 30px;
        display: flex;
        text-align: left; }
        .product-details-logos .row .product-warranty.warranty-sticker a img {
          max-width: 40px; }
        .product-details-logos .row .product-warranty.warranty-sticker a h3 {
          margin-left: 20px;
          font-size: 16px;
          margin-top: 15px; }
          .product-details-logos .row .product-warranty.warranty-sticker a h3 small {
            display: inline;
            font-size: 16px;
            margin-left: 10px; } }

.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; }
      .product-main-content .right-content .product-emi-pickup-grid .blocks p strong {
        font-size: 16px; } }
  @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; }
  .product-button .notify-col .deca-btn-grey {
    width: 100%;
    padding: 10px 20px;
    color: #424453;
    background: #f4f4f4;
    border-color: #f4f4f4;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 30px;
    cursor: not-allowed; }
    .product-button .notify-col .deca-btn-grey:focus {
      box-shadow: none !important;
      background: #f4f4f4;
      outline: 0; }
    .product-button .notify-col .deca-btn-grey:active {
      background: #f4f4f4;
      color: #424453;
      border-color: #f4f4f4; }

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

.product-perso-reco {
  height: 100%;
  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; }
  .product-perso-reco.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; }
  .product-perso-reco .add-to-cart-slide {
    margin-left: auto;
    width: 100%;
    max-width: 650px;
    height: 100%;
    background: #ffffff;
    padding: 3rem;
    position: relative; }
    .product-perso-reco .add-to-cart-slide .btn-close {
      left: -40px;
      right: inherit; }
      .product-perso-reco .add-to-cart-slide .btn-close:before, .product-perso-reco .add-to-cart-slide .btn-close:after {
        background: #fff; }
    .product-perso-reco .add-to-cart-slide h5 {
      margin-bottom: 20px; }
      .product-perso-reco .add-to-cart-slide h5 .mark-bg {
        background: #00ac6a;
        width: 20px;
        border-radius: 50px;
        margin-right: 10px;
        display: inline-block;
        height: 20px;
        line-height: 19px;
        text-align: center; }
    .product-perso-reco .add-to-cart-slide .product-item-list {
      display: flex;
      align-items: start;
      border: 1px solid #ebebeb;
      padding: 10px;
      border-radius: 4px;
      justify-content: space-between; }
      .product-perso-reco .add-to-cart-slide .product-item-list .item-details {
        margin-right: 10px;
        margin-left: 10px; }
        .product-perso-reco .add-to-cart-slide .product-item-list .item-details img {
          margin-right: 10px; }
        .product-perso-reco .add-to-cart-slide .product-item-list .item-details p {
          margin-bottom: 5px;
          width: 200px;
          text-overflow: ellipsis;
          overflow: hidden;
          white-space: nowrap; }
        .product-perso-reco .add-to-cart-slide .product-item-list .item-details .items-rating {
          display: flex;
          align-items: center;
          margin-bottom: 5px; }
          .product-perso-reco .add-to-cart-slide .product-item-list .item-details .items-rating span {
            margin-right: 5px;
            vertical-align: middle;
            font-weight: 600;
            line-height: 14px; }
          .product-perso-reco .add-to-cart-slide .product-item-list .item-details .items-rating .react-rater div {
            display: inline-block; }
          .product-perso-reco .add-to-cart-slide .product-item-list .item-details .items-rating .react-rater .react-rater-star {
            font-size: 14px; }
        .product-perso-reco .add-to-cart-slide .product-item-list .item-details .item-size {
          margin-bottom: 5px; }
        .product-perso-reco .add-to-cart-slide .product-item-list .item-details .item-price b span {
          font-weight: normal;
          font-size: 13px; }
      .product-perso-reco .add-to-cart-slide .product-item-list .item-buttons button {
        margin-bottom: 10px;
        text-transform: uppercase; }
    .product-perso-reco .add-to-cart-slide .container {
      max-width: 100%;
      padding: 0; }
    .product-perso-reco .add-to-cart-slide .best_sellers {
      margin-left: 0 !important; }
    .product-perso-reco .add-to-cart-slide .scroll-view {
      max-height: calc(100vh - 60px);
      overflow: auto; }
  @media screen and (max-width: 767px) {
    .product-perso-reco {
      bottom: 100%;
      right: 0;
      transition: top 0s 2s ease, bottom 0.3s ease, background-color 0.3s 0.3s ease;
      height: 100%;
      top: auto; }
      .product-perso-reco.active {
        bottom: 0; }
      .product-perso-reco .add-to-cart-slide {
        padding: 1rem;
        height: auto;
        position: fixed;
        bottom: 0; }
        .product-perso-reco .add-to-cart-slide .deca-alert-primary {
          background: #ddf4ff;
          padding: 15px;
          border-radius: 4px; }
          .product-perso-reco .add-to-cart-slide .deca-alert-primary h5 {
            font-size: 15px;
            margin-bottom: 0; }
          .product-perso-reco .add-to-cart-slide .deca-alert-primary .view-cart {
            color: #0082C3;
            font-size: 14px;
            font-weight: normal;
            line-height: 21px;
            text-transform: uppercase; } }

.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;
  border: 2px solid transparent;
  outline: solid 5px transparent;
  transition: 0.3s ease; }
  .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;
    font-size: 1.1rem; }
  .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; }

.product-main-content .right-content .delivery-services-info .info-icon {
  border: 1px solid #c6c6c6;
  font-size: 14px;
  height: 22px;
  width: 22px;
  line-height: 1.5; }

#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; }

.product-details-logos {
  padding: 0 10px; }

.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;
      padding: 13px; }
      .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-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; }
  .technical-information table th,
  .technical-information table td {
    display: flex;
    padding: 0 0 0.50rem 0;
    border: none; }
  .technical-information table td {
    padding: 0 0 1rem 0; }
    .technical-information table td:first-child {
      font-weight: 600;
      text-transform: uppercase; } }

@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; } }

.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; }
  .product_reco {
    width: calc(100% - 10vw);
    margin: 0 auto; }
  .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 {
  list-style-type: none;
  padding-left: 0; }
  .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"; }

.deca-select-grey-lite {
  position: relative;
  width: auto;
  min-width: 140px;
  z-index: 99;
  cursor: pointer; }
  .deca-select-grey-lite .deca-select__control {
    min-height: 38px;
    background-color: #f1f3f3;
    border: 0;
    border-radius: 8px 8px 8px 0;
    box-shadow: none; }
    .deca-select-grey-lite .deca-select__control .deca-select__value-container {
      padding: 0 10px; }
      .deca-select-grey-lite .deca-select__control .deca-select__value-container .deca-select__single-value {
        color: #1A171B;
        font-size: 14px; }
  .deca-select-grey-lite .deca-select__menu {
    background-color: #f1f3f3;
    box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px 8px 8px 0;
    overflow: hidden; }
    .deca-select-grey-lite .deca-select__menu .deca-select__menu-list {
      padding: 0; }
      .deca-select-grey-lite .deca-select__menu .deca-select__menu-list .deca-select__option {
        background-color: #f1f3f3;
        transition: background-color 0.3s ease-in-out;
        color: #1A171B;
        font-size: 13px;
        position: relative;
        padding: 8px 12px; }
        .deca-select-grey-lite .deca-select__menu .deca-select__menu-list .deca-select__option:before {
          content: '';
          width: 10px;
          height: 10px;
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' fill='%231A171B' viewBox='0 0 375.147 375.147' style='enable-background:new 0 0 375.147 375.147;' xml:space='preserve'%3E%3Cpolygon points='344.96,44.48 119.147,270.293 30.187,181.333 0,211.52 119.147,330.667 375.147,74.667 '/%3E%3C/svg%3E%0A");
          display: inline-block;
          vertical-align: middle;
          margin-right: 10px;
          opacity: 0; }
        .deca-select-grey-lite .deca-select__menu .deca-select__menu-list .deca-select__option.deca-select__option--is-focused {
          background-color: #e3e7e7; }
        .deca-select-grey-lite .deca-select__menu .deca-select__menu-list .deca-select__option.deca-select__option--is-selected {
          background-color: #bedeef; }
          .deca-select-grey-lite .deca-select__menu .deca-select__menu-list .deca-select__option.deca-select__option--is-selected:before {
            opacity: 0.5; }
  .deca-select-grey-lite.deca-select-no-right-down-arrow .deca-select__indicators {
    display: none; }
  .deca-select-grey-lite.deca-select-left-icon {
    min-width: 170px; }
    .deca-select-grey-lite.deca-select-left-icon .left-icon {
      position: absolute;
      top: 0;
      left: 15px;
      bottom: 0;
      margin: auto;
      max-width: 16px;
      max-height: 16px;
      z-index: 1; }
    .deca-select-grey-lite.deca-select-left-icon .deca-select__control .deca-select__value-container {
      padding-left: 40px; }
  .deca-select-grey-lite.deca-select-right-icon {
    min-width: 170px; }
    .deca-select-grey-lite.deca-select-right-icon .right-icon {
      position: absolute;
      top: 0;
      right: 15px;
      bottom: 0;
      margin: auto;
      max-width: 16px;
      max-height: 16px;
      z-index: 1; }
    .deca-select-grey-lite.deca-select-right-icon .deca-select__control .deca-select__value-container {
      padding-right: 40px; }

.shop-in-shop .product-item {
  pointer-events: none; }
  .shop-in-shop .product-item .product-right-arrow-icon {
    display: none; }

.deca-modal {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  transition: 0.3s ease; }
  .deca-modal .deca-modal-wrapper {
    transition: opacity 0.3s ease, transform 0.3s 0.3s ease;
    transform: translateY(20px);
    opacity: 0;
    width: 100%; }
    .deca-modal .deca-modal-wrapper .deca-modal-content {
      background: #f8f9f9;
      border-radius: 8px;
      width: 100%;
      padding: 20px;
      position: relative; }
    .deca-modal .deca-modal-wrapper.xl {
      max-width: 1000px; }
    .deca-modal .deca-modal-wrapper.lg {
      max-width: 800px; }
    .deca-modal .deca-modal-wrapper.sm {
      max-width: 600px; }
    .deca-modal .deca-modal-wrapper .deca-modal-body {
      overflow: hidden auto;
      max-height: calc(90vh - 60px);
      border-radius: 8px;
      scroll-behavior: smooth; }
      .deca-modal .deca-modal-wrapper .deca-modal-body > .row {
        width: calc(100% + 30px); }
  .deca-modal .close-popup {
    position: absolute;
    top: 0;
    right: -55px;
    z-index: 1;
    display: block;
    padding: 20px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 20px;
    transition: 0.2s ease; }
    .deca-modal .close-popup:active {
      background-color: rgba(255, 255, 255, 0.2); }
    .deca-modal .close-popup:after {
      content: '';
      position: absolute;
      top: 8px;
      left: 18px;
      width: 2px;
      height: 25px;
      background-color: #fff;
      transform: rotate(-45deg); }
    .deca-modal .close-popup:before {
      content: '';
      position: absolute;
      top: 8px;
      left: 18px;
      width: 2px;
      height: 25px;
      background-color: #fff;
      transform: rotate(45deg); }
  .deca-modal.open {
    background-color: rgba(55, 61, 64, 0.8); }
    .deca-modal.open .deca-modal-wrapper {
      transition: 0.3s 0.3s ease;
      transform: translateY(0px);
      opacity: 1; }
  .deca-modal.loading:after {
    background-size: 40px; }

@media screen and (max-width: 767px) {
  .deca-modal.deca-model-title .deca-modal-wrapper {
    border-radius: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    height: 100%;
    padding: 0;
    width: 100%; }
    .deca-modal.deca-model-title .deca-modal-wrapper .deca-modal-content {
      height: 100%; }
    .deca-modal.deca-model-title .deca-modal-wrapper .deca-modal-header {
      background-color: #fff;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      z-index: 10;
      display: flex;
      align-items: center;
      padding: 7px 15px 7px 5px;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
      border-radius: 0 0 4px 4px; }
      .deca-modal.deca-model-title .deca-modal-wrapper .deca-modal-header .back-button-icon {
        width: 40px;
        height: 40px;
        margin-right: 5px;
        padding: 12px;
        background-color: #fff;
        border-radius: 40px;
        transition: 0.15s; }
        .deca-modal.deca-model-title .deca-modal-wrapper .deca-modal-header .back-button-icon:active {
          background-color: #ececec; }
    .deca-modal.deca-model-title .deca-modal-wrapper .deca-modal-body {
      margin-top: 50px;
      max-height: calc(100vh - 80px);
      height: 100%;
      overflow: auto; } }

.decathlon-logo {
  text-align: center;
  padding: 1rem;
  transition: 0.3s ease; }
  .decathlon-logo img {
    max-width: 150px;
    margin: 0 auto; }

.feedback-main {
  margin: 0 auto;
  max-width: 570px;
  margin-top: 0;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 3px #ebebeb;
  border-radius: 3px; }
  .feedback-main .delivery-1,
  .feedback-main .delivery-2 {
    padding-left: 1.5rem;
    padding-bottom: 2rem; }
  .feedback-main .delivery-1,
  .feedback-main .delivery-2,
  .feedback-main .delivery-3 {
    opacity: 0;
    flex: 0 0 auto;
    width: 100%;
    transition: transform 0.3s ease; }
    .feedback-main .delivery-1.DeliveryRating,
    .feedback-main .delivery-2.DeliveryRating,
    .feedback-main .delivery-3.DeliveryRating {
      opacity: 1; }
    .feedback-main .delivery-1.SubmitFeedback,
    .feedback-main .delivery-2.SubmitFeedback,
    .feedback-main .delivery-3.SubmitFeedback {
      opacity: 1;
      transform: translateX(-100%); }
    .feedback-main .delivery-1.ThankYou,
    .feedback-main .delivery-2.ThankYou,
    .feedback-main .delivery-3.ThankYou {
      opacity: 1;
      transform: translateX(-200%); }
  .feedback-main .delivery-truck {
    background: #f4f4f4;
    padding: 3rem 2rem;
    border-radius: 3px;
    min-width: 30%;
    flex: 0 0 30%;
    margin-left: 1rem;
    display: flex;
    align-items: center;
    min-height: 150px;
    max-height: 150px; }

.delivery-rating-block .feedback-delivery-message {
  padding-top: 2rem; }

.delivery-rating-block .feedback-rating .react-rater {
  display: flex; }
  .delivery-rating-block .feedback-rating .react-rater div {
    font-size: 23px;
    margin-right: 3px;
    color: #c6c6c6;
    cursor: pointer; }

.delivery-rating-block .feedback-rating.active {
  opacity: 1; }

.delivery-rating-block .feedback-survey {
  overflow: hidden;
  max-width: 460px; }
  .delivery-rating-block .feedback-survey .number-ratings {
    display: flex;
    justify-content: space-between; }
  .delivery-rating-block .feedback-survey .numbers {
    background: #f4f4f4;
    padding: 5px 15px;
    font-size: 13px;
    margin-right: 9px;
    border-radius: 3px;
    transition: 0.2s ease;
    cursor: pointer; }
    .delivery-rating-block .feedback-survey .numbers:hover, .delivery-rating-block .feedback-survey .numbers.active {
      background: #0082c3;
      color: #fff; }
    .delivery-rating-block .feedback-survey .numbers:last-child {
      margin-right: 0; }

.feedback-submit-block .delivery-feedback-message {
  padding: 1.5rem 0 0 0; }

.feedback-submit-block .message-optional {
  margin-right: 1.5rem; }
  .feedback-submit-block .message-optional h6 span {
    font-weight: 300;
    margin-left: 2px; }
  .feedback-submit-block .message-optional textarea {
    background: #f4f4f4;
    border-color: #f4f4f4;
    padding: 1rem;
    height: 93px;
    resize: none; }

.feedback-submit-block.active {
  opacity: 1;
  transform: translateX(-100%); }

.feedback-submit-block .back-btn {
  cursor: pointer; }
  .feedback-submit-block .back-btn span {
    vertical-align: 2px; }
    .feedback-submit-block .back-btn span img {
      transform: rotate(90deg); }

.feedback-submit-block .feedback-delivery-message {
  margin-top: 1.5rem; }

.feedback-submit-block .submit-btn {
  text-align: center; }
  .feedback-submit-block .submit-btn .deca-btn-blue {
    border-radius: 3px;
    text-transform: uppercase; }

.thank-you {
  padding: 10rem; }

@media screen and (max-width: 767px) {
  .feedback-main {
    box-shadow: none;
    padding: 15px 15px 15px 0; }
    .feedback-main .delivery-1,
    .feedback-main .delivery-2 {
      padding-left: 0rem;
      padding-bottom: 0rem; }
    .feedback-main .delivery-rating-block .feedback-survey .number-ratings .numbers {
      padding: 4px 8px;
      font-size: 13px;
      margin-right: 3px; }
    .feedback-main .feedback-delivery-message .back-btn {
      margin-top: 1rem;
      margin-bottom: 1rem !important; }
    .feedback-main .feedback-delivery-message .submit-btn .deca-btn-blue {
      width: 100%; }
  .decathlon-logo {
    display: flex;
    justify-content: space-between;
    padding: 2rem 0; }
    .decathlon-logo img {
      margin-right: auto;
      margin-left: 0; }
    .decathlon-logo .delivery-truck img {
      max-width: 90px; }
  .thank-you {
    padding: 8rem 0; } }

.feedback-quality {
  padding: 2rem;
  padding-top: 0px; }
  .feedback-quality h6 {
    font-family: Bold 20px/26px Roboto Condensed;
    color: #424453;
    opacity: 1; }
  .feedback-quality .react-rater-star {
    margin-right: 5px;
    font-size: 2rem;
    float: left;
    color: #c6c6c6; }

.feedback-experience {
  padding: 2rem; }
  .feedback-experience h6 {
    font-family: Bold 20px/26px Roboto Condensed;
    color: #424453;
    opacity: 1; }
  .feedback-experience .react-rater-star {
    margin-right: 5px;
    font-size: 2rem;
    float: left;
    color: #c6c6c6; }

.feedback-nps {
  padding: 2rem; }
  .feedback-nps h6 {
    font-family: Bold 20px/26px Roboto Condensed;
    color: #424453;
    opacity: 1; }
  .feedback-nps button.btn.btn-light {
    max-width: 100px;
    margin: 0 auto;
    margin-right: 0.1rem; }

.feedback-like {
  padding: 1rem;
  margin-left: 16px; }

.feedback-unlike {
  margin-left: 160px; }

@media screen and (max-width: 767px) {
  .delivery-ratings .feedback-delivery p {
    max-width: 200px; }
  .delivery-ratings .feedback-nps .btn-light {
    margin-right: 0.1rem; }
  .delivery-ratings .feedback-nps .feedback-unlike {
    margin-left: 130px; } }

.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://cdn.decathlon.in/_next/static/images/csspattern-50cbb84ad128644e00a34a07ec4aecf3.svg); }
    .stores .head-block span {
      color: #0082C3;
      padding-left: 10px; }
  .stores .map-bg {
    height: 100%;
    background-image: url(https://cdn.decathlon.in/_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://cdn.decathlon.in/_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://cdn.decathlon.in/_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; } }

/*!
 * 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, 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") 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; }

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on July 20, 2020 */
@font-face {
  font-family: 'Roboto Condensed';
  src: url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-italic-webfont-ad22fa606317371c14d7e27720c7becb.woff2) format("woff2"), url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-italic-webfont-5d7bea743ea8caf04a6bef3b9033d629.woff) format("woff"), url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-italic-webfont-efb3d07927ad2c150c6316683ef9697e.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Condensed';
  src: url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-light-webfont-f72f69696d176bfc848a7a1ec9f72f24.woff2) format("woff2"), url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-light-webfont-1169a6f4b8baa5277e05c9da9fef5214.woff) format("woff"), url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-light-webfont-f6a8efbf87ba94bb3221e66f391ebb36.ttf) format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Condensed';
  src: url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-lightitalic-webfont-96a9fe31519bb6583213266d9e541d85.woff2) format("woff2"), url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-lightitalic-webfont-777f55e9d25a4d1e68f6742dd9a61b45.woff) format("woff"), url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-lightitalic-webfont-fc6d259a372f2940017a627a7a95a48d.ttf) format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Roboto Condensed';
  src: url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-bolditalic-webfont-799f4541b51552143340a0a641fb29b7.woff2) format("woff2"), url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-bolditalic-webfont-52d0d9d8007d772b8f47010ac26d6926.woff) format("woff"), url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-bolditalic-webfont-0f73dcf6b9267d4b506abe07c3daa899.ttf) format("truetype");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'Roboto Condensed';
  src: url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-bold-webfont-bdabcfd81eabc5926d7868eef8d35616.woff2) format("woff2"), url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-bold-webfont-b9420f9faffe653f695d8b3b1f717e93.woff) format("woff"), url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-bold-webfont-ae48ff6219ccde43edb03f3c68db9689.ttf) format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Roboto Condensed';
  src: url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-regular-webfont-b7c33f63a54d2d82183662138e2d4bd5.woff2) format("woff2"), url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-regular-webfont-1c4c9ac1bdb4afb7853ba1f262d44709.woff) format("woff"), url(https://cdn.decathlon.in/_next/static/chunks/fonts/robotocondensed-regular-webfont-a51fba5f3eb90a38b28e80008f84ac38.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

.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;
  border-radius: 3px;
  width: 100%; }
  .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; }

.deca-btn-white {
  color: #424453 !important;
  border-color: #0082C3;
  background-color: #fff;
  font-weight: 500;
  padding: 10px 22px;
  box-shadow: none !important;
  border-width: 1px;
  border-radius: 3px;
  width: 100%; }
  .deca-btn-white:hover {
    background-color: #f7f7f7;
    border-color: #0078b4; }
  .deca-btn-white:focus {
    background-color: #fff;
    border-color: #0082C3; }
  .deca-btn-white:active {
    background-color: #ededed !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 !important; }

.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); }
  .skeleton.dark-2x {
    background-image: linear-gradient(120deg, #d6d6d6 35%, #f4f4f4 50%, #d6d6d6 65%) !important; }
    .skeleton.dark-2x.outline {
      border: 1px solid #d6d6d6;
      position: relative;
      background-image: linear-gradient(120deg, #f4f4f4 35%, #d6d6d6 50%, #f4f4f4 65%) !important; }
      .skeleton.dark-2x.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; }

.video-block {
  cursor: pointer; }

#videoframe {
  max-width: 800px; }
  #videoframe .modal-content {
    background: #424353; }
  #videoframe .btn-close {
    top: -4px;
    right: -36px; }
    #videoframe .btn-close:before, #videoframe .btn-close:after {
      background: #fff; }

.Countdown {
  text-align: right;
  position: absolute;
  right: 33px;
  top: 25px;
  z-index: 9;
  border-radius: 3px; }
  .Countdown .deal-content {
    background: #ffea34;
    border-radius: 3px;
    padding: 7px;
    font-style: italic;
    display: block;
    margin-bottom: 5px;
    text-align: center; }
  .Countdown .Countdown-col .Countdown-col-element {
    line-height: 13px;
    padding: 18px 10px 10px;
    font-style: italic;
    display: inline-block;
    background: rgba(255, 255, 255, 0.84);
    margin-right: 5px;
    border-radius: 3px;
    text-align: center; }
    .Countdown .Countdown-col .Countdown-col-element strong {
      font-size: 17px;
      line-height: 14px;
      margin-bottom: 8px;
      display: inline-block; }
    .Countdown .Countdown-col .Countdown-col-element small {
      text-transform: uppercase;
      margin-left: 0;
      font-size: 10px;
      display: inline-block;
      width: 100%; }
  .Countdown .Countdown-col:last-child span {
    margin-right: 0; }

.top-space .Countdown {
  top: 55px; }

@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; }
  #videoframe .btn-close {
    top: -50px;
    right: 0; }
  .Countdown {
    right: 0;
    left: 0;
    max-width: 267px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.84);
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .Countdown .deal-content {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 5px;
      padding: 7px 10.3px; }
    .Countdown .Countdown-col .Countdown-col-element {
      padding: 6px;
      background: transparent;
      margin-right: 0; }
      .Countdown .Countdown-col .Countdown-col-element small {
        display: inline-block;
        width: auto; }
      .Countdown .Countdown-col .Countdown-col-element strong {
        margin-right: 5px;
        margin-bottom: 0; }
  .mobile-sekelton .row {
    flex-wrap: nowrap;
    overflow-y: scroll; }
    .mobile-sekelton .row .col-md-3 {
      flex: 0 0 80%;
      padding-right: 0; }
      .mobile-sekelton .row .col-md-3:last-child {
        padding-right: 15px; } }

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  #videoframe {
    margin-top: 4rem; }
    #videoframe .btn-close {
      top: 0px;
      right: 0; } }

.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 0.2s ease;
    transition: transform 0.2s ease;
    transition: transform 0.2s ease, -webkit-transform 0.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: none;
    border-radius: 6px;
    transition: 0.3s ease;
    outline: none; }
    .floating-label input:focus, .floating-label input:focus-within, .floating-label input:active {
      outline: none;
      background-color: #fff !important;
      border: 1px solid #006ba0 !important; }
      .floating-label input:focus ~ label, .floating-label input:focus-within ~ label, .floating-label input:active ~ 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 {
        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; }
  .loading.sticky-top.position-relative-mob:after {
    position: fixed; }

@media screen and (max-width: 767px) {
  .loading:after {
    background-size: 14%; }
  .mobile-payment.loading .overlay {
    background-color: transparent; } }

.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: 3.6; }

.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; }

.info-icon {
  position: absolute;
  right: 20px;
  top: 18px;
  background: #ebebeb;
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 19px;
  border-radius: 50px;
  font-style: italic;
  font-size: 12px;
  line-height: 19px; }

.color-blue {
  color: #0082c3; }
  .color-blue:hover {
    color: #0082c3; }

.custom-tooltip {
  background: #424553;
  max-width: 260px;
  width: 100%;
  position: absolute;
  color: #f4f4f4;
  padding: 13px 10px;
  font-size: 11px;
  text-align: center;
  border-radius: 3px;
  margin: 0 auto;
  right: 0;
  top: 48px;
  transition: 0.3s ease-in;
  z-index: 1050;
  min-width: 260px; }
  .custom-tooltip::before {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid #a2145d00;
    border-bottom: 11px solid #424553;
    position: absolute;
    bottom: 41px;
    margin: 0 auto;
    /* left: 0; */
    right: 19px;
    box-shadow: inset 0 3px #000;
    content: ''; }

.plus-icon {
  position: absolute;
  left: 20px;
  top: 18px; }
  @media screen and (max-width: 767px) {
    .plus-icon {
      top: 13px; } }
  .plus-icon:before, .plus-icon::after {
    background: #0081c6;
    height: 15px;
    width: 2px;
    content: '';
    position: absolute;
    border-radius: 3px;
    left: 0;
    top: 0; }
  .plus-icon:after {
    transform: rotate(90deg); }

.add-new-btn {
  background: #ebebeb;
  display: inline-block;
  padding: 15px 20px 15px 37px;
  border-radius: 3px;
  position: relative;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .add-new-btn {
      padding: 10px 20px 10px 37px; } }

.floor-loader {
  min-height: 300px;
  background: #f4f4f4; }
  .floor-loader:before {
    position: absolute;
    background: transparent; }
  .floor-loader:after {
    background-size: 20px; }

.img-lqip {
  transition: 0.7s ease;
  filter: blur(15px); }

.img-orignial {
  filter: blur(0); }

.text-green {
  color: #02be8a; }

.green-check-icon {
  width: 18px;
  height: 18px;
  border-radius: 10px;
  margin-left: 10px;
  background-color: #00ac6a;
  padding: 4px; }

.deca-fade-up {
  opacity: 0;
  position: relative;
  top: 10px;
  transition: 0.3s ease-in-out; }
  .deca-fade-up.active {
    opacity: 1;
    top: 0px; }

@media screen and (max-width: 767px) {
  .menu-open {
    overflow: hidden; }
  .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: 10px;
      background: #fff;
      position: fixed;
      z-index: 9999;
      top: 0;
      width: 290px;
      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 .level-1,
    .menu .level-2,
    .menu .level-3 {
      padding: 0 10px;
      background: #fff;
      position: fixed;
      z-index: 9999;
      top: 0;
      width: 290px;
      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 .level-1 .menu-item,
      .menu .level-2 .menu-item,
      .menu .level-3 .menu-item {
        cursor: pointer; }
        .menu .level-1 .menu-item .v-category-link,
        .menu .level-2 .menu-item .v-category-link,
        .menu .level-3 .menu-item .v-category-link {
          background: #f8f9f9;
          display: flex;
          padding: 15px;
          border-radius: 4px;
          position: relative;
          color: #424453;
          align-items: center;
          justify-content: space-between; }
          .menu .level-1 .menu-item .v-category-link small,
          .menu .level-2 .menu-item .v-category-link small,
          .menu .level-3 .menu-item .v-category-link small {
            color: #9aa4a9;
            width: 130px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            display: block;
            font-size: 12px; }
          .menu .level-1 .menu-item .v-category-link .category-counter,
          .menu .level-2 .menu-item .v-category-link .category-counter,
          .menu .level-3 .menu-item .v-category-link .category-counter {
            margin-right: 10px;
            color: #9aa4a9;
            font-size: 12px; }
    .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; }
      .menu .extra_links a span {
        float: right; }
    .menu .extra_links .clearance_opeco {
      color: #ff3a0b; }
    .menu .level_heading {
      position: sticky;
      top: 0;
      background: #fff;
      z-index: 9999;
      padding: 15px 0; }
      .menu .level_heading img {
        transform: rotate(180deg); }
    .menu .level-3 .menu-item a {
      padding: 10px; }
    .menu .level-1 {
      padding-top: 10px; }
  .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: 10px;
      width: 22px;
      height: 22px; }
      .verticalmenu .btn-close::before {
        background-color: #9aa4a9; }
      .verticalmenu .btn-close::after {
        background-color: #9aa4a9; }
  .de-menu-promotions .promotion-card {
    overflow: hidden; }
    .de-menu-promotions .promotion-card img {
      border-radius: 4px 4px 0 0;
      max-width: 100%; }
    .de-menu-promotions .promotion-card .card-body {
      background: #0082c3;
      color: #fff;
      border-radius: 0 0 4px 4px; }
      .de-menu-promotions .promotion-card .card-body p {
        margin-bottom: 0; } }

.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; }

.innovation {
  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: #1f2d34;
  color: #fff; }
  .innovation:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    transform: skew(10deg);
    right: -5px;
    top: 0; }
  .innovation:before {
    background: #1f2d34; }

.onlyonline {
  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: #8126a3;
  color: #fff; }
  .onlyonline:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    transform: skew(10deg);
    right: -5px;
    top: 0; }
  .onlyonline:before {
    background: #8126a3; }

.ecodesign {
  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: #93b5aa;
  color: #fff; }
  .ecodesign:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    transform: skew(10deg);
    right: -5px;
    top: 0; }
  .ecodesign:before {
    background: #93b5aa; }

.sticker_bestsellers {
  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: #fff; }
  .sticker_bestsellers:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    transform: skew(10deg);
    right: -5px;
    top: 0; }
  .sticker_bestsellers:before {
    background: #0082c3; }

@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 {
    display: flex;
    align-items: center;
    cursor: pointer; }
    header .vertical_nav .menu-icon {
      margin-right: 10px; }
      header .vertical_nav .menu-icon span {
        display: block;
        width: 24px;
        height: 2px;
        background-color: #424453;
        margin: 7px 0;
        position: relative;
        -webkit-transition: 0.4s ease;
        transition: 0.4s ease; }
        header .vertical_nav .menu-icon span:nth-child(2) {
          width: 27px;
          background-color: #0082c3; }
        header .vertical_nav .menu-icon span:nth-child(3) {
          width: 33px; }
      header .vertical_nav .menu-icon.is-open span:nth-child(1) {
        display: none; }
      header .vertical_nav .menu-icon.is-open span:nth-child(2) {
        transform: rotate(45deg);
        top: 3px;
        width: 33px; }
      header .vertical_nav .menu-icon.is-open span:nth-child(3) {
        transform: rotate(-45deg);
        top: -5px; }
    header .vertical_nav .all-sports {
      line-height: 1.2;
      font-weight: 600;
      text-transform: uppercase; }
  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; }

.overlay {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 0; }

.search-sugestions-block {
  background: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 65px;
  border-radius: 4px;
  box-shadow: 0 1px 1px #ddd;
  transition: 0.4s ease; }
  .search-sugestions-block .suggestion-row {
    display: flex;
    padding: 15px;
    flex-wrap: wrap;
    max-height: 450px;
    overflow-y: scroll; }
    .search-sugestions-block .suggestion-row .col-left {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 15px;
      margin-bottom: 10px; }
    .search-sugestions-block .suggestion-row .col-right {
      flex: 0 0 100%;
      max-width: 100%; }
  .search-sugestions-block h5 {
    font-size: 14px;
    color: #b6b6b6; }
  .search-sugestions-block ul {
    padding: 0;
    margin: 0; }
    .search-sugestions-block ul li {
      list-style-type: none;
      margin-bottom: 0;
      line-height: 14px;
      font-weight: 300;
      padding: 10px;
      transition: 0.2s all;
      font-size: 15px;
      border-radius: 3px;
      border-bottom: 1px solid #f4f4f4; }
      .search-sugestions-block ul li:hover {
        background: #f4f4f4; }
      .search-sugestions-block ul li:last-child {
        margin-bottom: 0; }
      .search-sugestions-block ul li strong {
        margin-left: 2px; }
      .search-sugestions-block ul li span {
        margin-right: 20px;
        vertical-align: 0; }
        .search-sugestions-block ul li span img {
          position: relative;
          left: auto;
          top: auto;
          max-width: 15px; }
      .search-sugestions-block ul li .total_products {
        color: #c4c5d0; }
      .search-sugestions-block ul li .arrow-up {
        float: right;
        margin-right: 0 !important; }
  .search-sugestions-block .top-list {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 14px; }
    .search-sugestions-block .top-list a {
      flex: 0 0 49.9999%;
      max-width: 49.999%;
      justify-content: space-between;
      margin-bottom: 10px;
      padding-right: 10px; }
    .search-sugestions-block .top-list .top-list-item {
      display: flex;
      border: 1px solid #f4f4f4;
      padding: 10px;
      border-radius: 4px; }
      .search-sugestions-block .top-list .top-list-item:nth-child(2), .search-sugestions-block .top-list .top-list-item:nth-child(4) {
        margin-right: 0; }
      .search-sugestions-block .top-list .top-list-item .list-img {
        flex: 0 0 30%;
        margin-right: 10px; }
      .search-sugestions-block .top-list .top-list-item .list-body p {
        overflow: hidden;
        text-overflow: ellipsis;
        width: 100%;
        white-space: nowrap;
        margin-bottom: 5px;
        max-width: 170px; }
      .search-sugestions-block .top-list .top-list-item .list-body {
        flex: 0 0 70%; }
        .search-sugestions-block .top-list .top-list-item .list-body .price_tag {
          padding: 4px 10px;
          font-size: 13px; }
        .search-sugestions-block .top-list .top-list-item .list-body .discount_value {
          color: #ff3a0b; }
        .search-sugestions-block .top-list .top-list-item .list-body .before_price {
          position: relative;
          color: #aaa;
          text-decoration: line-through; }
        .search-sugestions-block .top-list .top-list-item .list-body .before {
          position: relative; }
          .search-sugestions-block .top-list .top-list-item .list-body .before:before {
            height: 1px;
            width: 100%;
            content: '';
            transform: skewY(-10deg);
            position: absolute;
            top: 8px;
            background: #424453; }
        .search-sugestions-block .top-list .top-list-item .list-body .mrp.before:before {
          content: none; }
  .search-sugestions-block .explore-matching a {
    width: 100%;
    display: block;
    background: #f4f4f4;
    padding: 15px;
    border-radius: 0 0 4px 4px; }

.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;
  overflow: hidden; }
  .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;
  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 {
  overflow: hidden; }
  .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://cdn.decathlon.in/_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; }

.shop-description .category_description {
  margin: 0 !important; }

.sitemap-section a {
  padding: 6px;
  display: inline-block; }

@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 .menu-icon span:nth-child(1), header .vertical_nav .menu-icon span:nth-child(3) {
      background-color: #fff; }
    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; }
    header.space-mobile {
      padding-bottom: 0.5rem; }
  .search-sugestions-block {
    background: #f4f4f4;
    position: fixed;
    top: 58px;
    height: 100%;
    overflow-y: scroll; }
    .search-sugestions-block .suggestion-row {
      max-height: inherit; }
    .search-sugestions-block .top-list a {
      flex: 0 0 100%;
      max-width: 100%;
      padding-right: 0; }
    .search-sugestions-block .top-list .top-list-item .list-body p {
      width: 230px; }
    .search-sugestions-block .search_suggestions_list {
      border: none; }
    .search-sugestions-block .common-bg {
      background: #fff;
      padding: 15px; }
      .search-sugestions-block .common-bg.col-right {
        margin-bottom: 7rem; }
    .search-sugestions-block .explore-matching {
      position: fixed;
      bottom: 0;
      width: 100%;
      left: 0;
      z-index: 1040; }
      .search-sugestions-block .explore-matching a {
        background: #fff; }
  .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;
    z-index: 1050; }
  .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: 1441px) {
  .search-sugestions-block .suggestion-row .col-left {
    flex: 0 0 25%;
    max-width: 25%;
    padding-right: 15px; }
    .search-sugestions-block .suggestion-row .col-left .search_suggestions_list {
      border: none; }
      .search-sugestions-block .suggestion-row .col-left .search_suggestions_list .search_suggestions ul li {
        padding: 14px 10px; }
        .search-sugestions-block .suggestion-row .col-left .search_suggestions_list .search_suggestions ul li span {
          float: left; }
        .search-sugestions-block .suggestion-row .col-left .search_suggestions_list .search_suggestions ul li .arrow-up {
          float: right; }
  .search-sugestions-block .suggestion-row .col-right {
    flex: 0 0 75%;
    max-width: 75%; }
    .search-sugestions-block .suggestion-row .col-right .top-list .top-list-item .list-body p {
      max-width: 160px; }
  .search-sugestions-block .search_suggestions_list {
    border-right: 1px solid #ebebeb; } }

@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(25% - 1rem);
    margin-left: 10px !important;
    margin-bottom: 10px !important; } }

#checkout-header {
  background-color: #fff;
  padding: 12px 30px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.02);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  width: 100vw; }
  #checkout-header .decathlon-logo {
    max-width: 120px;
    display: block;
    padding: 0; }
    #checkout-header .decathlon-logo img {
      max-width: 120px; }
  #checkout-header .checkout-header-nav {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    list-style: none; }
    #checkout-header .checkout-header-nav li {
      display: flex;
      align-items: center; }
      #checkout-header .checkout-header-nav li .no-hover-span:hover {
        color: #9a9e9f !important; }
        #checkout-header .checkout-header-nav li .no-hover-span:hover:after {
          border-color: #9a9e9f !important; }
      #checkout-header .checkout-header-nav li span {
        position: relative;
        padding: 10px 35px 10px 10px;
        display: block;
        color: #9a9e9f;
        transition: color 0.3s ease;
        margin: 0 20px; }
        #checkout-header .checkout-header-nav li span:after {
          content: '';
          position: absolute;
          top: 0;
          right: 7px;
          bottom: 0;
          margin: auto;
          width: 15px;
          height: 15px;
          border: 1px solid #9a9e9f;
          border-radius: 10px;
          transition: border 0.3s ease; }
        #checkout-header .checkout-header-nav li span:before {
          content: '';
          position: absolute;
          top: 0;
          right: 7px;
          bottom: 0;
          margin: auto;
          width: 15px;
          height: 15px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 8px; }
        #checkout-header .checkout-header-nav li span:hover {
          color: #00ac6a; }
          #checkout-header .checkout-header-nav li span:hover:after {
            border-color: #00ac6a; }
        #checkout-header .checkout-header-nav li span.active {
          color: #00ac6a; }
          #checkout-header .checkout-header-nav li span.active:after {
            border-color: #00ac6a; }
          #checkout-header .checkout-header-nav li span.active:before {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 417.065 417.065' style='enable-background:new 0 0 417.065 417.065;' xml:space='preserve'%3E%3Cpath fill='%2300AC6A' d='M401.56,47.087c-17.452-14.176-42.561-12.128-56.095,4.536L167.042,271.598L73.913,150.58 c-13.892-18.037-39.781-21.411-57.819-7.535c-18.054,13.884-21.427,39.781-7.535,57.843l125.001,162.433 c13.892,18.037,39.789,21.419,57.835,7.535c5.145-3.959,8.95-8.958,11.648-14.42l205.645-253.514 C422.215,86.234,419.02,61.247,401.56,47.087z' /%3E%3C/svg%3E%0A"); }
      #checkout-header .checkout-header-nav li:not(:first-child):before {
        content: '';
        width: 100px;
        height: 1px;
        display: block;
        border-top: 1px dashed #373d40;
        opacity: 0.1; }
  #checkout-header .secure-payment {
    display: flex;
    align-items: center;
    color: #373d40;
    line-height: 14px;
    font-weight: 600;
    font-size: 13px; }
    #checkout-header .secure-payment img {
      max-width: 30px;
      margin-right: 10px; }

@media screen and (max-width: 991px) {
  #checkout-header {
    padding: 10px 15px 5px;
    flex-wrap: wrap;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1); }
    #checkout-header .decathlon-logo {
      padding: 0; }
    #checkout-header .checkout-header-nav {
      width: 100%;
      transition: opacity 0.2s 0.2s ease, height 0.2s ease;
      height: 36px;
      opacity: 1;
      margin-top: 5px; }
      #checkout-header .checkout-header-nav li span {
        margin: 0;
        padding: 10px 25px 10px 10px;
        font-size: 11px; }
        #checkout-header .checkout-header-nav li span:after {
          width: 13px;
          height: 13px; }
        #checkout-header .checkout-header-nav li span:before {
          right: 8px;
          width: 12px;
          height: 12px; }
      #checkout-header .checkout-header-nav li:not(:first-child):before {
        width: 50px; }
    #checkout-header.navigation-hidden .checkout-header-nav {
      transition: opacity 0.2s 0.2s ease, height 0.2s 0.2s ease;
      height: 0;
      opacity: 0; } }

@media screen and (max-width: 374px) {
  #checkout-header .checkout-header-nav li:not(:first-child):before {
    width: 20px; } }

.checkout-layout {
  background-color: #f8f9f9;
  min-height: 100vh;
  position: relative;
  padding-top: 60px; }
  .checkout-layout .checkout-container {
    padding: 30px 0;
    max-width: 1200px;
    margin: auto;
    display: flex; }
    .checkout-layout .checkout-container .cart-left-col,
    .checkout-layout .checkout-container .checkout-left-col {
      flex: 0 0 67.333%;
      max-width: 67.333%;
      padding-left: 15px;
      padding-right: 15px; }
    .checkout-layout .checkout-container .cart-right-col,
    .checkout-layout .checkout-container .checkout-right-col {
      flex: 0 0 32.333%;
      max-width: 32.333%;
      padding-left: 15px;
      padding-right: 15px;
      position: sticky;
      top: 0;
      top: 75px;
      height: 100%; }

@media screen and (max-width: 767px) {
  .checkout-page.right-block-hide .checkout-container .checkout-right-col {
    display: none; }
  .checkout-layout {
    padding-top: 90px; }
    .checkout-layout .checkout-container {
      padding: 15px;
      flex-wrap: wrap;
      max-height: calc(100% - 48px);
      overflow-y: scroll; }
      .checkout-layout .checkout-container .cart-left-col,
      .checkout-layout .checkout-container .checkout-left-col {
        max-width: 100%;
        padding: 0px;
        flex: 0 0 100%; }
      .checkout-layout .checkout-container .cart-right-col,
      .checkout-layout .checkout-container .checkout-right-col {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
        margin: 1rem 0 6rem 0; } }

.cart-page .delivering-pincode {
  background-color: #bedeef;
  border-radius: 8px 8px 8px 0px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 20px; }
  .cart-page .delivering-pincode .btn {
    margin-left: auto;
    margin-bottom: 1px; }

.cart-page .card-eligibility {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px;
  margin: 0 0 1rem 0;
  list-style: none; }
  .cart-page .card-eligibility li {
    margin-bottom: 10px; }
    .cart-page .card-eligibility li span img {
      max-width: 30px; }

.cart-page .skeleton-bg {
  background: #f4f4f4;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(66, 69, 83, 0.07); }

.empty-cart-content {
  margin: 0 auto;
  padding: 30px 15px;
  text-align: center;
  width: 100%; }
  .empty-cart-content .cart-basket {
    max-width: 300px;
    display: block;
    margin: 0 auto 25px; }
  .empty-cart-content h2 {
    margin-bottom: 15px; }
  .empty-cart-content h6 {
    font-weight: 500; }
  .empty-cart-content .empty-cart-btns {
    max-width: 390px;
    margin: 30px auto;
    margin-bottom: 50px; }
    .empty-cart-content .empty-cart-btns .shopping-btn {
      background-color: #fff;
      border: 1px solid #227cb3;
      color: #227cb3;
      padding: 11px 22px;
      font-size: 12px;
      border-radius: 4px;
      display: inline-block; }
    .empty-cart-content .empty-cart-btns img {
      max-width: 12px;
      height: 12px; }

@media screen and (max-width: 767px) {
  .empty-cart-content .pr-0 {
    padding-right: 15px !important; }
  .empty-cart-content h2 {
    font-size: 30px; }
  .empty-cart-content h6 {
    font-size: 15px; }
  .empty-cart-content .shopping-btn {
    margin-top: 20px;
    font-size: 14px !important; }
  .empty-cart-content .deca-btn-blue {
    margin: 0 auto; } }

.address-tab .address-list {
  display: flex;
  margin-bottom: 1rem; }
  .address-tab .address-list .add-col {
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 15px; }
    .address-tab .address-list .add-col:last-child {
      padding-right: 0; }
    .address-tab .address-list .add-col .selected-address {
      background: #e7f3f9;
      padding: 1.5rem;
      border-radius: 8px; }
      .address-tab .address-list .add-col .selected-address .address-header {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        .address-tab .address-list .add-col .selected-address .address-header h6 {
          margin: 0; }
        .address-tab .address-list .add-col .selected-address .address-header .address-btn {
          display: flex; }
          .address-tab .address-list .add-col .selected-address .address-header .address-btn button {
            margin-right: 10px;
            text-transform: uppercase;
            min-width: 60px; }
            .address-tab .address-list .add-col .selected-address .address-header .address-btn button:last-child {
              margin: 0; }
      .address-tab .address-list .add-col .selected-address p {
        margin-bottom: 0; }
    .address-tab .address-list .add-col .add-new-address {
      border: 1px dashed #707070;
      height: 100%;
      border-radius: 8px;
      display: flex;
      align-content: center;
      padding: 20px; }
      .address-tab .address-list .add-col .add-new-address .btn-grey-lite-3 {
        width: 100%;
        padding: 1rem;
        align-self: center;
        justify-content: center;
        max-width: 250px;
        margin: 0 auto; }

.address-tab .button-row {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  .address-tab .button-row .billing-check,
  .address-tab .button-row .btn-container {
    flex: 0 0 50%;
    max-width: 50%; }
    .address-tab .button-row .billing-check .check,
    .address-tab .button-row .btn-container .check {
      min-width: 15px; }

.delivered-address {
  display: flex;
  align-items: center;
  padding: 10px 20px !important;
  margin-bottom: 1rem; }
  .delivered-address button {
    margin-left: auto; }

.skeleton-bg {
  background-color: #f7f7f7 !important; }

@media screen and (max-width: 991px) {
  .address-tab .address-list {
    flex-wrap: wrap; }
    .address-tab .address-list .add-col {
      flex: 0 0 100%;
      max-width: 100%;
      padding: 0; }
      .address-tab .address-list .add-col .add-new-address {
        border: none;
        padding: 0;
        margin-top: 1rem; }
        .address-tab .address-list .add-col .add-new-address .btn-grey-lite-3 {
          max-width: 100%; }
  .address-tab .button-row {
    flex-wrap: wrap; }
    .address-tab .button-row .billing-check,
    .address-tab .button-row .btn-container {
      flex: 0 0 100%;
      max-width: 100%; }
    .address-tab .button-row .btn-container {
      background-color: #fff;
      padding: 15px;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 1040;
      transform: none; } }

.delivery-options .deca-alert-items {
  background: #fec9cb;
  padding: 1rem;
  border-radius: 0 0 4px 4px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 1rem; }
  .delivery-options .deca-alert-items p {
    margin-right: 10px; }

.delivery-card-item {
  background: #f8f9f9;
  border-radius: 8px;
  margin-bottom: 1rem;
  padding: 20px; }
  .delivery-card-item .delivery-card-body {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }
    .delivery-card-item .delivery-card-body .right-content {
      display: flex;
      align-items: center;
      flex: 0 0 60%;
      justify-content: space-between; }
      .delivery-card-item .delivery-card-body .right-content .time-of-delivery {
        background: #fff;
        padding: 8px 15px;
        flex: 0 0 70%;
        border-radius: 8px; }
      .delivery-card-item .delivery-card-body .right-content .shipping-content {
        background: #beefe2;
        padding: 8px 15px;
        border-radius: 8px;
        min-width: 60px;
        text-align: center;
        text-transform: uppercase;
        margin-left: auto; }
        .delivery-card-item .delivery-card-body .right-content .shipping-content.shipping-fees {
          background-color: #bedeef; }
    .delivery-card-item .delivery-card-body .left-content {
      flex: 0 0 40%;
      max-width: 40%;
      display: flex; }
      .delivery-card-item .delivery-card-body .left-content .check {
        min-width: 15px; }
      .delivery-card-item .delivery-card-body .left-content h6 {
        margin-bottom: 0; }
  .delivery-card-item .card-container {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 1.5rem;
    display: flex;
    align-items: center; }
    .delivery-card-item .card-container .split-order-item {
      max-width: 40%;
      flex: 0 0 40%; }
    .delivery-card-item .card-container .location-card {
      background: #e7f3f9;
      border-radius: 8px;
      max-width: 60%;
      flex: 0 0 60%;
      padding: 20px;
      margin-right: 15px; }
      .delivery-card-item .card-container .location-card .card-header {
        display: flex;
        border: none !important;
        align-items: center;
        justify-content: space-between;
        background-color: transparent;
        margin-bottom: 10px;
        padding: 0; }
        .delivery-card-item .card-container .location-card .card-header h6 {
          flex: 0 0 66%;
          margin-bottom: 0; }
          .delivery-card-item .card-container .location-card .card-header h6 span {
            margin-right: 10px; }
            .delivery-card-item .card-container .location-card .card-header h6 span img {
              max-width: 20px; }
      .delivery-card-item .card-container .location-card .available-only {
        background-color: #fed5bd;
        padding: 5px 12px;
        border-radius: 8px;
        display: inline-block;
        margin-bottom: 5px;
        font-size: 12px; }
      .delivery-card-item .card-container .location-card .location-address h5 {
        text-transform: uppercase; }
        .delivery-card-item .card-container .location-card .location-address h5 span {
          color: #00ac6a; }
    .delivery-card-item .card-container .btn-container {
      flex: 0 0 40%; }
    .delivery-card-item .card-container > div:last-child {
      margin-right: 0; }
    .delivery-card-item .card-container .order-item-list {
      display: flex;
      align-items: center;
      margin-right: 15px; }
      .delivery-card-item .card-container .order-item-list .item-img {
        flex: 0 0 25%;
        margin-right: 15px;
        max-width: 25%; }
      .delivery-card-item .card-container .order-item-list .item-content {
        flex: 0 0 75%;
        max-width: 75%; }
        .delivery-card-item .card-container .order-item-list .item-content p {
          margin-bottom: 5px; }
  .delivery-card-item .full-width-btn {
    max-width: 250px;
    margin-left: auto;
    margin-top: 1rem; }
  .delivery-card-item.disable-delivery-card {
    position: relative;
    margin-bottom: 0; }
    .delivery-card-item.disable-delivery-card:before {
      background: rgba(255, 255, 255, 0.37);
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0; }

.select-store-modal .modal-header {
  background-color: #fff; }
  .select-store-modal .modal-header .modal-title p {
    font-weight: 400;
    margin-bottom: 0; }

.select-store-modal .modal-content {
  background: #f8f9f9; }
  .select-store-modal .modal-content .modal-body {
    padding: 2rem 3rem; }

@media screen and (max-width: 991px) {
  .delivery-card-item {
    padding: 12px; }
    .delivery-card-item .delivery-card-body {
      flex-wrap: wrap; }
      .delivery-card-item .delivery-card-body .left-content {
        flex: 0 0 65%;
        max-width: 65%;
        display: flex;
        align-items: center; }
      .delivery-card-item .delivery-card-body .right-content {
        flex: 0 0 30%; }
      .delivery-card-item .delivery-card-body .time-of-delivery {
        background: #fff;
        padding: 8px 15px;
        width: 100%;
        border-radius: 8px;
        margin-top: 10px; }
    .delivery-card-item .card-container {
      flex-wrap: wrap;
      animation-fill-mode: inherit;
      opacity: 1;
      padding: 13px; }
      .delivery-card-item .card-container .split-order-item {
        max-width: 100%;
        flex: 0 0 100%; }
      .delivery-card-item .card-container .location-card {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 13px; }
      .delivery-card-item .card-container > div {
        width: 100%; }
    .delivery-card-item .btn-container {
      background-color: #fff;
      padding: 15px;
      position: fixed;
      bottom: 0;
      left: 0;
      width: 100%;
      z-index: 1040;
      max-width: 100%; }
    .delivery-card-item .fixed-block {
      position: fixed;
      top: 46px;
      z-index: 1050;
      left: 0;
      background: #f4f4f4;
      height: 100%;
      overflow: scroll;
      padding-bottom: 30%;
      width: 100%;
      padding-top: 10%; }
      .delivery-card-item .fixed-block .card-container {
        margin: 10px; }
      .delivery-card-item .fixed-block .change-delivery-option {
        background: #fff;
        box-shadow: 0 0 3px rgba(66, 69, 83, 0.07);
        margin: 10px;
        border-radius: 8px;
        padding: 1rem; }
        .delivery-card-item .fixed-block .change-delivery-option button {
          padding: 1rem;
          width: 100%; }
      .delivery-card-item .fixed-block #order-summary-block {
        margin: 10px; }
      .delivery-card-item .fixed-block .summary-scroll {
        max-height: calc(100% - 42px);
        overflow-y: scroll;
        height: 100%;
        margin-top: 11px; }
  .select-store-modal .modal-content .modal-body {
    padding: 2rem 1rem; } }

.checkout-page .checkout-left-col .tabs-container {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(66, 69, 83, 0.07);
  margin-bottom: 1rem;
  animation-fill-mode: inherit;
  opacity: 1; }

.checkout-page .check {
  position: relative;
  width: 15px;
  height: 15px;
  border: 1px solid #424553;
  border-radius: 3px;
  margin-right: 15px !important;
  min-width: auto;
  background: #fff;
  display: inline-block;
  vertical-align: middle; }
  .checkout-page .check:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2;
    width: 9px;
    height: 9px;
    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-page .check:before {
    display: none !important; }

.checkout-page .active-check .check:after {
  transform: scale(1); }

.product-return-popup .deca-modal-wrapper.sm {
  max-width: 500px; }

.product-return-popup .deca-modal-wrapper .deca-modal-body {
  background: #fff;
  padding: 20px; }

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

.product-return-popup .return-message .check {
  background-color: #eaeaea;
  position: absolute;
  width: 50px;
  left: 0;
  top: -3px; }
  .product-return-popup .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; }
  .product-return-popup .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); }

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

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

.product-return-popup .return-mode-card {
  font-size: 15px;
  margin-bottom: 1rem;
  border: 1px solid #ebebeb;
  cursor: pointer;
  position: relative; }
  .product-return-popup .return-mode-card.return-mode-disabled {
    pointer-events: none; }
    .product-return-popup .return-mode-card.return-mode-disabled:before {
      background: #fff;
      left: 0;
      opacity: 0.5;
      z-index: 9;
      content: '';
      width: 100%;
      height: 100%;
      position: absolute; }
  .product-return-popup .return-mode-card .card-body {
    display: flex;
    padding: 0;
    align-items: center;
    word-break: break-all; }
    .product-return-popup .return-mode-card .card-body .check {
      position: relative;
      width: 15px;
      height: 15px;
      border: 1px solid #424553;
      border-radius: 3px;
      margin-right: 15px !important;
      margin-left: 1rem;
      min-width: 15px;
      background: #fff;
      display: inline-block;
      vertical-align: middle; }
      .product-return-popup .return-mode-card .card-body .check:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 2;
        width: 9px;
        height: 9px;
        background-color: #424553;
        border-radius: 3px;
        transform: scale(0);
        transition: 0.3s 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
      .product-return-popup .return-mode-card .card-body .check:before {
        display: none !important; }
  .product-return-popup .return-mode-card p {
    color: rgba(66, 69, 83, 0.6);
    max-width: 70%;
    margin-bottom: 6px; }
    .product-return-popup .return-mode-card p strong {
      color: #424553;
      font-size: 15px; }
  .product-return-popup .return-mode-card h6 {
    color: #424553;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 15px; }
    .product-return-popup .return-mode-card h6 strong {
      color: #00ac6a; }
  .product-return-popup .return-mode-card h5 {
    color: #424553;
    margin-bottom: 10px; }
  .product-return-popup .return-mode-card .location-detail {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    color: rgba(66, 69, 83, 0.6); }
    .product-return-popup .return-mode-card .location-detail li {
      margin-right: 10px; }
      .product-return-popup .return-mode-card .location-detail li strong {
        margin-right: 10px;
        color: #424553; }
  .product-return-popup .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; }
    .product-return-popup .return-mode-card .directions img {
      display: block;
      margin-bottom: 10px;
      max-width: 50px; }
  .product-return-popup .return-mode-card.active-mode .card-body .check:after {
    transform: scale(1); }

.product-return-popup .select-mode .item-alert {
  background: #fec9cb;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 10px; }

.product-return-popup .select-mode .return-covid-warning {
  background: #fed5bd;
  padding: 15px;
  border-radius: 8px; }

.product-return-popup .return-mode .btn-grey-lite-3 {
  margin-left: auto; }

.product-return-popup .confirm-mode .confirm-card {
  border: none; }
  .product-return-popup .confirm-mode .confirm-card .card-body {
    padding: 0;
    border: none;
    position: relative; }
    .product-return-popup .confirm-mode .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; }
    .product-return-popup .confirm-mode .confirm-card .card-body .check {
      position: absolute;
      width: 15px;
      height: 15px;
      border: 1px solid #424553;
      border-radius: 3px;
      margin-right: 15px !important;
      min-width: auto;
      background: #fff;
      display: inline-block;
      vertical-align: middle;
      top: 16px;
      margin-left: 15px; }
      .product-return-popup .confirm-mode .confirm-card .card-body .check:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        z-index: 2;
        width: 9px;
        height: 9px;
        background-color: #424553;
        border-radius: 3px;
        transform: scale(0);
        transition: 0.3s 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
      .product-return-popup .confirm-mode .confirm-card .card-body .check:before {
        display: none !important; }
    .product-return-popup .confirm-mode .confirm-card .card-body .address {
      border: 1px solid #ebebdb;
      border-radius: 3px;
      padding: 1rem; }
      .product-return-popup .confirm-mode .confirm-card .card-body .address p {
        margin-bottom: 2px;
        line-height: 20px; }
  .product-return-popup .confirm-mode .confirm-card.active .card-body .check:after {
    transform: scale(1); }

.product-return-popup .confirm-mode .confirm-btns {
  display: flex; }
  .product-return-popup .confirm-mode .confirm-btns .btn-grey-lite-3 {
    flex: 0 0 39.99%; }
    @media screen and (max-width: 767px) {
      .product-return-popup .confirm-mode .confirm-btns .btn-grey-lite-3 {
        min-width: 90px; } }
  .product-return-popup .confirm-mode .confirm-btns .btn-brand-blue {
    flex: 0 0 58%; }

@media screen and (max-width: 767px) {
  .product-return-popup .deca-modal-wrapper.sm {
    max-width: 100%; }
  .product-return-popup .return-mode {
    height: 100%;
    overflow: auto;
    padding-bottom: 12%; }
    .product-return-popup .return-mode .reason-for-return-list {
      max-height: 100%;
      overflow: auto; }
    .product-return-popup .return-mode .return-mode-button {
      position: relative;
      left: 0;
      right: 0;
      bottom: 0px;
      z-index: 9;
      width: 100%; }
  .account-content .tab-content-wrapper .product-return-popup .select-mode {
    height: 100%; }
    .account-content .tab-content-wrapper .product-return-popup .select-mode .return-mode {
      padding-bottom: 0; }
    .account-content .tab-content-wrapper .product-return-popup .select-mode .return-mode-list {
      max-height: calc(100vh - 220px);
      overflow: auto; }
    .account-content .tab-content-wrapper .product-return-popup .select-mode .update-btn {
      position: fixed;
      left: 0;
      right: 0;
      bottom: -20px;
      z-index: 9;
      width: 100%; }
      .account-content .tab-content-wrapper .product-return-popup .select-mode .update-btn .btn {
        width: 100%; }
  .account-content .tab-content-wrapper .product-return-popup .address-mode {
    height: 100%; }
    .account-content .tab-content-wrapper .product-return-popup .address-mode .return-mode {
      padding-bottom: 0; }
    .account-content .tab-content-wrapper .product-return-popup .address-mode .address-mode-list {
      max-height: calc(100vh - 160px);
      overflow: auto; }
    .account-content .tab-content-wrapper .product-return-popup .address-mode .update-btn {
      position: fixed;
      left: 0;
      right: 0;
      bottom: -20px;
      z-index: 9;
      width: 100%; }
      .account-content .tab-content-wrapper .product-return-popup .address-mode .update-btn .btn {
        width: 100%; } }

.product-detail-popup .product-detail-block {
  background-color: #ffffff;
  box-shadow: 0px 0px 4px #4245530d;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .product-detail-popup .product-detail-block .product-detail-header {
    background-color: #f8f9f9;
    border-radius: 8px;
    width: calc(100% + 26px);
    margin: -13px -13px 15px -13px;
    padding: 20px; }
    .product-detail-popup .product-detail-block .product-detail-header .check-mark {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.701' height='6.309' viewBox='0 0 8.701 6.309'%3E%3Cdefs%3E%3Cstyle%3E .a%7Bfill:%23fff;stroke:%23fff;%7D %3C/style%3E%3C/defs%3E%3Cg transform='translate(0.504 0.545)'%3E%3Cg transform='translate(0)'%3E%3Cpath class='a' d='M7.508.083a.255.255,0,0,0-.359,0L2.572,4.657l-2.2-2.2a.255.255,0,1,0-.359.361L2.391,5.2a.257.257,0,0,0,.361,0L7.508.442a.255.255,0,0,0,0-.359Z' transform='translate(0.07 -0.008)' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
      background-color: #02be8a;
      width: 12px;
      height: 12px;
      display: inline-block;
      border-radius: 10px;
      background-size: 8px;
      background-repeat: no-repeat;
      background-position: center; }
  .product-detail-popup .product-detail-block img {
    max-width: 30%;
    margin-right: 10px; }
  .product-detail-popup .product-detail-block .product-detail {
    max-width: calc(70% - 10px); }
    .product-detail-popup .product-detail-block .product-detail p {
      margin-bottom: 5px; }
    .product-detail-popup .product-detail-block .product-detail ul {
      margin: 10px 0 0 0;
      padding: 0;
      list-style: none; }
      .product-detail-popup .product-detail-block .product-detail ul li {
        margin-bottom: 10px; }
        .product-detail-popup .product-detail-block .product-detail ul li span {
          float: right; }

.product-detail-popup .product-buttons {
  background-color: #ffffff;
  box-shadow: 0px 0px 4px #4245530d;
  border-radius: 8px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap; }
  .product-detail-popup .product-buttons .review-the-product {
    width: 100%;
    padding: 20px 15px;
    border-radius: 8px 8px 8px 0;
    margin-bottom: 14px;
    background: transparent linear-gradient(90deg, #beefe2 0%, #e7f3f9 100%);
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .product-detail-popup .product-buttons .review-the-product .stars {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' x='0' y='0' viewBox='0 0 492.892 492.892' style='enable-background:new 0 0 512 512' xml:space='preserve'%3E%3Cpath d='M232.855,19.773c2.552-5.17,7.817-8.443,13.583-8.443c5.766-0.001,11.032,3.272,13.584,8.442l59.083,119.697 c5.556,11.255,16.294,19.058,28.716,20.862l132.1,19.203c5.706,0.83,10.446,4.826,12.229,10.31 c1.78,5.483,0.296,11.503-3.833,15.528l-95.581,93.181c-8.988,8.763-13.089,21.386-10.969,33.756l22.553,131.547 c0.974,5.683-1.362,11.426-6.027,14.812c-4.664,3.391-10.848,3.836-15.951,1.153l-118.156-62.106 c-11.11-5.84-24.383-5.84-35.495,0.002L110.546,479.82c-5.104,2.683-11.288,2.234-15.952-1.154c-4.665-3.389-7-9.133-6.026-14.814 l22.563-131.537c2.123-12.374-1.979-24.999-10.969-33.764L4.575,205.373c-4.128-4.025-5.615-10.045-3.833-15.528 c1.782-5.483,6.522-9.479,12.228-10.31l132.096-19.202c12.422-1.806,23.161-9.608,28.717-20.865L232.855,19.773z' fill='%23b9c0c3'%3E%3C/path%3E%3C/svg%3E%0A");
      width: 110px;
      height: 20px;
      background-size: 20px;
      background-repeat: space; }
  .product-detail-popup .product-buttons .btn {
    max-width: calc(50% - 7px);
    min-width: calc(50% - 7px);
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px; }
    .product-detail-popup .product-buttons .btn + .btn {
      margin-left: 14px; }

@media screen and (max-width: 991px) {
  .product-detail-popup .product-detail-header {
    display: flex;
    justify-content: space-between; } }

.proceed-to-checkout button {
  font-size: 16px; }
  .proceed-to-checkout button span {
    vertical-align: 1px; }
    .proceed-to-checkout button span img {
      max-width: 20px; }

@media screen and (max-width: 991px) {
  .proceed-to-checkout {
    display: flex;
    align-items: center;
    position: fixed;
    bottom: 0;
    margin-bottom: 0 !important;
    padding: 1rem;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    left: 0;
    width: 100%;
    box-shadow: 0 -1px 3px rgba(55, 61, 64, 0.1);
    z-index: 1040; }
    .proceed-to-checkout .total-price {
      padding-right: 15px;
      flex: 0 0 25%;
      max-width: 25%;
      font-weight: 600;
      font-size: 16px; }
      .proceed-to-checkout .total-price p {
        margin-bottom: 0px;
        font-weight: normal;
        color: #007dbc; } }

.cart-items {
  margin-bottom: 1rem; }
  .cart-items .item-body {
    background-color: #fff;
    padding: 20px;
    display: flex;
    border-radius: 8px;
    position: relative;
    box-shadow: 0px 0px 4px rgba(66, 69, 83, 0.051);
    overflow: hidden; }
    .cart-items .item-body .item-image {
      margin-right: 1rem; }
    .cart-items .item-body .right-content {
      width: 100%; }
      .cart-items .item-body .right-content .right-top {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin-bottom: 2rem; }
        .cart-items .item-body .right-content .right-top .item-content p {
          margin-bottom: 10px; }
        .cart-items .item-body .right-content .right-top .item-content .item-ratings-size {
          display: flex;
          align-items: center; }
          .cart-items .item-body .right-content .right-top .item-content .item-ratings-size .rating-box {
            background: #f8f9f9;
            padding: 5px 11px;
            border-radius: 4px;
            font-size: 15px;
            font-weight: 600;
            margin-right: 10px; }
            .cart-items .item-body .right-content .right-top .item-content .item-ratings-size .rating-box span {
              vertical-align: 2px;
              margin-left: 5px; }
              .cart-items .item-body .right-content .right-top .item-content .item-ratings-size .rating-box span img {
                max-width: 15px; }
        .cart-items .item-body .right-content .right-top .delete-btn button {
          min-width: 50px; }
      .cart-items .item-body .right-content .right-down {
        display: flex; }
        .cart-items .item-body .right-content .right-down .final-price {
          font-size: 18px; }
        .cart-items .item-body .right-content .right-down .item-discount {
          color: #ff2934; }
        .cart-items .item-body .right-content .right-down .item-mrp {
          position: relative;
          margin: 0 15px;
          color: #738086; }
          .cart-items .item-body .right-content .right-down .item-mrp.showSlash:after {
            content: '';
            background: #738086;
            height: 1px;
            width: 100%;
            position: absolute;
            left: 1px;
            top: 10px;
            transform: rotate(-10deg); }
        .cart-items .item-body .right-content .right-down .currency {
          font-weight: 300;
          font-size: 14px; }
        .cart-items .item-body .right-content .right-down .item-quantity {
          display: flex;
          flex-wrap: wrap;
          flex: 0 0 100%;
          max-width: 240px; }
          .cart-items .item-body .right-content .right-down .item-quantity .items-left {
            max-width: 100%;
            flex: 0 0 100%;
            background: #fed5bd;
            padding: 4px;
            text-align: center;
            font-size: 12px;
            margin-bottom: 8px;
            border-radius: 4px; }
            .cart-items .item-body .right-content .right-down .item-quantity .items-left.one-item-left {
              background: #fec9cb; }
          .cart-items .item-body .right-content .right-down .item-quantity .qty-btns {
            display: flex; }
          .cart-items .item-body .right-content .right-down .item-quantity button {
            line-height: 1;
            font-size: 20px;
            min-width: 65px; }
          .cart-items .item-body .right-content .right-down .item-quantity input {
            margin: 0 0.8rem;
            border: 1px solid #373d40;
            border-radius: 8px;
            max-width: 60px;
            text-align: center; }
        .cart-items .item-body .right-content .right-down .blue-light-button-3 {
          margin-left: 1rem; }
    .cart-items .item-body: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 .item-body.delete:after {
      background-color: red; }
    .cart-items .item-body.item-loading:after {
      width: 80%;
      height: 3px;
      transition: height 0.4s 0s ease, width 0.4s 0.2s ease; }
    .cart-items .item-body.item-loading.loaded:after {
      width: 100%;
      transition: height 0.4s 0s ease, width 0.4s 0s ease; }
    .cart-items .item-body.item-disable {
      user-select: none; }
      .cart-items .item-body.item-disable:before {
        background: rgba(241, 241, 241, 0.3);
        position: absolute;
        width: 100%;
        content: '';
        left: 0;
        height: 100%;
        top: 0;
        border-radius: 8px 8px 0 0; }
  .cart-items .deca-alert-items {
    background: #fec9cb;
    padding: 1rem;
    border-radius: 0 0 4px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    .cart-items .deca-alert-items p {
      margin-right: 10px; }

@media screen and (max-width: 767px) {
  .cart-items .item-body {
    padding: 10px;
    flex-wrap: wrap; }
    .cart-items .item-body .item-image {
      flex: 0 0 100%;
      max-width: 25%; }
    .cart-items .item-body .right-content {
      flex: 0 0 100%;
      max-width: calc(75% - 1rem); }
      .cart-items .item-body .right-content .right-top {
        margin-bottom: 10px; }
      .cart-items .item-body .right-content .right-down {
        flex-wrap: wrap; }
        .cart-items .item-body .right-content .right-down .item-quantity {
          margin-bottom: 10px;
          max-width: 100%; }
          .cart-items .item-body .right-content .right-down .item-quantity button {
            min-width: 50px; }
          .cart-items .item-body .right-content .right-down .item-quantity input {
            padding: 0; }
        .cart-items .item-body .right-content .right-down .ml-auto {
          margin-left: 0 !important; }
    .cart-items .item-body .item-footer {
      display: flex;
      align-items: center; }
      .cart-items .item-body .item-footer .item-footer-buttons {
        min-width: 25%;
        margin-right: 1rem;
        display: flex;
        align-items: center; }
        .cart-items .item-body .item-footer .item-footer-buttons .btn-grey-lite-4 {
          margin-right: 10px;
          min-width: auto;
          padding: 8px 12px; }
          .cart-items .item-body .item-footer .item-footer-buttons .btn-grey-lite-4 img {
            max-width: 10px; }
        .cart-items .item-body .item-footer .item-footer-buttons .btn-brand-blue-lite-3 {
          font-size: 12px;
          padding: 8px 10px;
          min-width: auto; }
      .cart-items .item-body .item-footer .item-price {
        display: flex;
        align-items: center; }
        .cart-items .item-body .item-footer .item-price h5 {
          margin-bottom: 0;
          font-size: 14px;
          margin-right: 7px; }
          .cart-items .item-body .item-footer .item-price h5.original-price {
            color: #738086;
            font-weight: 400;
            position: relative; }
            .cart-items .item-body .item-footer .item-price h5.original-price:after {
              content: '';
              position: absolute;
              top: 2px;
              left: 0px;
              right: 0;
              bottom: 0;
              margin: auto;
              height: 2px;
              background-color: rgba(115, 128, 134, 0.8);
              transform: rotate(-7deg); }
          .cart-items .item-body .item-footer .item-price h5.discount-price {
            color: #ff2934;
            font-weight: 400; } }

#address-prompt {
  max-width: 500px; }
  #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: 20px 50px;
      background: #f8f9f9; }
      #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: 20px;
        border: 1px solid #ebebeb;
        cursor: pointer;
        border-radius: 8px;
        box-shadow: 0 0 4px rgba(66, 69, 83, 0.07);
        padding: 20px; }
        #address-prompt .modal-content .modal-body .address-card .card-body {
          padding: 0; }
          #address-prompt .modal-content .modal-body .address-card .card-body .check {
            width: 15px;
            height: 15px;
            border: 1px solid #424553;
            border-radius: 3px;
            margin-right: 15px !important;
            background: #fff;
            display: inline-block;
            vertical-align: middle;
            min-width: 18px;
            min-height: 18px;
            position: relative; }
            #address-prompt .modal-content .modal-body .address-card .card-body .check:after {
              content: '';
              position: absolute;
              top: 3px;
              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 .address-bg {
          background: #f8f9f9;
          border-radius: 8px;
          padding: 10px; }
        #address-prompt .modal-content .modal-body .address-card .heading {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-bottom: 15px; }
          #address-prompt .modal-content .modal-body .address-card .heading button {
            min-width: 60px;
            border: 1px solid #373d40; }
        #address-prompt .modal-content .modal-body .address-card p {
          color: #424553;
          font-size: 15px;
          max-width: 100%;
          word-break: break-word; }
          #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: 10px;
          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: 0px;
          word-break: break-word;
          flex: 0 0 70%;
          padding-right: 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 15px; } }

.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; }
    @media screen and (max-width: 767px) {
      .product-accordion .accordion-item .reviews .review-list-item .review-item-footer,
      .product-tabs .tabs-content .container .reviews .review-list-item .review-item-footer {
        padding: 15px 20px;
        flex-wrap: wrap; } }
    .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; }
      @media screen and (max-width: 767px) {
        .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 {
          margin: 10px 0; }
          .product-accordion .accordion-item .reviews .review-list-item .review-item-footer .btn-reviews:nth-child(1),
          .product-tabs .tabs-content .container .reviews .review-list-item .review-item-footer .btn-reviews:nth-child(1) {
            margin-left: 0 !important; } }
    .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 .review-item-answer,
  .product-tabs .tabs-content .container .reviews .review-list-item .review-item-answer {
    padding: 30px;
    background-color: #e9f2f8;
    margin-top: 5px;
    border-radius: 4px;
    position: relative; }
    .product-accordion .accordion-item .reviews .review-list-item .review-item-answer:after,
    .product-tabs .tabs-content .container .reviews .review-list-item .review-item-answer:after {
      content: '';
      position: absolute;
      left: 30px;
      top: -8px;
      width: 20px;
      height: 20px;
      background-color: #e9f2f7;
      border-radius: 4px;
      transform: rotate(45deg); }
  .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: 14px;
  margin: 0 5px;
  padding: 5px 11px;
  border-radius: 4px;
  color: #424453;
  transition: 0.3s ease; }
  .product-accordion .accordion-item .reviews .pagination li.dots,
  .product-tabs .tabs-content .container .reviews .pagination li.dots {
    padding: 5px 0;
    white-space: nowrap; }
  .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; } }

#review-popup {
  max-width: 700px; }
  #review-popup .modal-content {
    border-radius: 4px;
    border: 0;
    overflow: hidden; }
    #review-popup .modal-content .modal-body {
      padding: 3rem; }
  #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;
      cursor: pointer;
      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 label[for='recommend-popup'] {
      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-popup'] div:not(.indicator) {
        padding: 10px;
        position: relative;
        z-index: 1; }
      #review-popup .review-tab-body .form-group label[for='recommend-popup'] .active {
        color: #00ac6a; }
      #review-popup .review-tab-body .form-group label[for='recommend-popup'] .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; }
  #review-popup .review-tab-body .react-select .css-yt9ioa-option:hover {
    background-color: #0082c3; }
  #review-popup .review-tab-body .react-select .css-1n7v3ny-option,
  #review-popup .review-tab-body .react-select .css-9gakcf-option {
    background-color: #0082c3 !important;
    color: #fff; }

.store-orders {
  background-color: #f1f3f3;
  box-shadow: 0px 0px 4px rgba(66, 69, 83, 0.051);
  border-radius: 8px;
  padding: 20px; }
  .store-orders table {
    background-color: #fff; }
    .store-orders table thead tr th:first-child {
      border-top-left-radius: 8px; }
    .store-orders table .bg-grey td {
      padding: 7px 10px;
      border: 1px solid #ebebeb;
      line-height: 24px;
      vertical-align: middle;
      text-transform: capitalize; }
      .store-orders table .bg-grey td button {
        background: #f4f4f4;
        border: 1px solid #ebebeb;
        padding: 4px 10px;
        font-size: 13px;
        border-radius: 3px;
        width: 100%; }
    .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: flex-end;
  margin-bottom: 0; }
  .deca-pagination .pagination .page-item {
    margin-right: 10px; }
    .deca-pagination .pagination .page-item button.page-link {
      background-color: #fff !important;
      padding: 6px 13px;
      color: #424453;
      box-shadow: none !important;
      border-radius: 8px 8px 8px 0; }
      .deca-pagination .pagination .page-item button.page-link[aria-label] {
        background: transparent; }
      .deca-pagination .pagination .page-item button.page-link[aria-label*='Previous'] img {
        transform: rotate(90deg); }
      .deca-pagination .pagination .page-item button.page-link[aria-label*='Next'] img {
        transform: rotate(-90deg); }
    .deca-pagination .pagination .page-item .active {
      background-color: #424453;
      color: #fff; }

.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;
    word-break: break-word; }
  .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: #f8f9f9;
  padding: 3rem 0 3rem; }
  .account-content .container {
    max-width: calc(100% - 30vw); }
  .account-content .my-profile {
    position: relative;
    margin-bottom: 10px; }
    .account-content .my-profile .user-name {
      background: #fff;
      padding: 1rem 1.5rem;
      text-align: left;
      font-size: 1.2rem;
      font-weight: 600;
      border-radius: 8px;
      box-shadow: 0px 0px 4px rgba(66, 69, 83, 0.051);
      word-break: break-all; }
      .account-content .my-profile .user-name .user-mobile {
        font-weight: normal;
        width: 165px;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
        text-align: left; }
  .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: #fff;
        border: none;
        padding: 1.5rem;
        border-radius: 8px;
        cursor: pointer;
        margin-bottom: 10px;
        box-shadow: 0px 0px 4px rgba(66, 69, 83, 0.051); }
        .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: 33px; }
        .account-content .profile-tabs .nav-tabs ul .nav-link.logout {
          color: #ec6607;
          position: relative; }
      .account-content .profile-tabs .nav-tabs ul .active.nav-link {
        background-color: #e7f3f9; }
  .account-content .profile-tabs .fixed-tab {
    position: sticky;
    top: 80px; }
  @media screen and (min-width: 992px) {
    .account-content .tab-content-wrapper:not(.active) {
      display: none; } }

.user-identity {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 4px rgba(66, 69, 83, 0.051); }
  .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; }

.address {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 4px rgba(66, 69, 83, 0.051); }

#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 .address-account {
      max-height: calc(100vh - 74px);
      overflow: auto;
      margin-bottom: 1rem; }
    .account-content .tab-content-wrapper .user-identity {
      padding: 1.5rem;
      max-height: calc(100% - 100px);
      overflow-y: auto; }
      .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: #fff;
      padding: 2rem;
      border-radius: 8px;
      text-align: center;
      margin-bottom: 15px;
      box-shadow: 0px 0px 4px rgba(66, 69, 83, 0.051);
      cursor: pointer; }
      .account-content .mobile-nav-tabs .nav-link span {
        display: block;
        margin: 10px 0;
        width: 100%; }
  .account-content .logout {
    background: #fff;
    padding: 1.5rem;
    border-radius: 8px;
    margin-top: 15px;
    text-align: right;
    box-shadow: 0px 0px 4px rgba(66, 69, 83, 0.051);
    cursor: pointer; }
  .account-content .my-profile {
    margin-bottom: 15px; }
    .account-content .my-profile .user-name .user-mobile {
      width: 100%;
      word-break: break-all; } }

.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;
  padding-left: 35px;
  padding-right: 35px; }
  .checkout-accordion .accordion-payment-tab .accordion-item-body.active .payment-option-details .check:after {
    transform: scale(1); }

.payment-options {
  border: 1px solid #f4f4f4; }
  .payment-options .floating-label input {
    border-style: solid; }
  .payment-options .nav-tabs {
    background: #f4f4f4;
    border: none; }
    .payment-options .nav-tabs .nav-item {
      display: block;
      width: 100%; }
      .payment-options .nav-tabs .nav-item .nav-link {
        width: 100%;
        background: #f4f4f4;
        display: block;
        border: none;
        cursor: pointer;
        padding: 40px 22px;
        font-weight: 600;
        text-transform: uppercase;
        font-size: 15px;
        color: #424553 !important; }
        .payment-options .nav-tabs .nav-item .nav-link small {
          width: 100%;
          display: block;
          margin-top: 3px;
          color: #ababab;
          text-transform: capitalize; }
        .payment-options .nav-tabs .nav-item .nav-link.active {
          border-left: 3px solid #0081c6;
          background: #fff; }
  .payment-options .tab-content {
    padding: 2rem; }
  .payment-options .vertical-accordion-heading {
    background: #fafafa;
    padding: 15px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid #fafafa; }
    .payment-options .vertical-accordion-heading span {
      margin-right: 11px; }
    .payment-options .vertical-accordion-heading .float-right {
      display: none; }

@media screen and (max-width: 767px) {
  .react-toast-notifications__container {
    top: 65px !important;
    bottom: auto !important; }
  .mobile-add-new-card .securely-checkbox {
    background: #fff;
    border-radius: 3px 3px 0 0;
    border: 1px solid #ebebeb;
    border-bottom: none;
    padding: 1rem; }
  .mobile-add-new-card .pay-secure-btn {
    position: relative;
    transform: translate3d(0, 0, 0) !important;
    margin-top: 0 !important;
    border-radius: 0px 0px 3px 3px;
    border: 1px solid #ebebeb;
    border-top: none;
    padding: 1rem;
    padding-top: 0; } }

.downtime {
  background-color: #fde1d3;
  padding: 15px 20px;
  border-radius: 4px;
  margin-bottom: 20px;
  font-size: 13px; }

.upi-options {
  max-width: 350px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  .upi-options .upi-heading {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1rem; }
    .upi-options .upi-heading a {
      color: #0081c6; }
  .upi-options .intent-based-payments {
    display: flex; }
    .upi-options .intent-based-payments .intent-based-item {
      max-width: 200px;
      padding: 12px 7px;
      margin-bottom: 0px;
      background-color: #fff;
      transition: 0.8s ease;
      border-radius: 4px;
      user-select: none; }
      .upi-options .intent-based-payments .intent-based-item:active {
        background-color: #e2e2e2;
        transition: 0.4s ease; }
      .upi-options .intent-based-payments .intent-based-item img {
        margin: 0 auto 10px auto;
        border-radius: 50%;
        max-width: 40px;
        display: block; }
  .upi-options .menu_dropdown .floating-label input {
    border-color: rgba(66, 69, 83, 0.42) !important;
    border-width: 0px 1px 1px 1px !important;
    background: transparent;
    border-radius: 0 0 3px 3px;
    border-style: solid;
    padding: 20px 16px 10px;
    line-height: normal;
    font-size: 14px;
    height: 55px; }
    .upi-options .menu_dropdown .floating-label input:focus, .upi-options .menu_dropdown .floating-label input:focus-within {
      border-color: rgba(66, 69, 83, 0.42) !important;
      border-width: 0px 1px 1px !important; }
      .upi-options .menu_dropdown .floating-label input:focus ~ label, .upi-options .menu_dropdown .floating-label input:focus-within ~ label {
        margin: 0;
        padding: 0;
        transform: translateY(5px) scale(0.8);
        -webkit-transform: translateY(5px) scale(0.8); }
    .upi-options .menu_dropdown .floating-label input:not(:placeholder-shown) {
      background: transparent; }
      .upi-options .menu_dropdown .floating-label input:not(:placeholder-shown) ~ label {
        background: transparent;
        margin: 0;
        padding: 0;
        transform: translateY(5px) scale(0.8);
        -webkit-transform: translateY(5px) scale(0.8); }
  .upi-options .menu_dropdown .floating-label label {
    margin: 0;
    padding: 0;
    transform: translateY(17px);
    left: 16px; }
  .upi-options .check {
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #424553;
    border-radius: 3px;
    margin-right: 20px !important;
    min-width: auto;
    background: #fff;
    display: inline-block;
    vertical-align: middle; }
    .upi-options .check:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: 2;
      width: 9px;
      height: 9px;
      background-color: #424553;
      border-radius: 3px;
      transform: scale(0);
      transition: 0.3s 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
    .upi-options .check:before {
      display: none !important; }
  .upi-options .active-accordion .check:after {
    transform: scale(1); }
  .upi-options .qr-option .show-qr {
    display: flex;
    align-items: center;
    background: #fafafa;
    padding: 15px 20px;
    border-radius: 3px;
    justify-content: space-between;
    cursor: pointer; }
    .upi-options .qr-option .show-qr strong {
      display: block; }
    .upi-options .qr-option .show-qr .code-icon {
      margin-right: 15px; }

.qr-code-popup .payment-logo {
  text-align: center; }
  .qr-code-popup .payment-logo img {
    margin-right: 15px; }

.qr-code-popup .scan-code {
  max-width: 230px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .qr-code-popup .scan-code div {
    width: 230px;
    height: 230px;
    background-size: 210%;
    background-position: 15% 59.5%; }
  .qr-code-popup .scan-code:before, .qr-code-popup .scan-code:after,
  .qr-code-popup .scan-code em:after,
  .qr-code-popup .scan-code em:before {
    border-color: #0081c6;
    content: '';
    position: absolute;
    width: 30px;
    height: 25px;
    border-style: solid;
    border-width: 0px; }
  .qr-code-popup .scan-code:after {
    right: 0;
    top: 0;
    border-right-width: 1px;
    border-top-width: 1px; }
  .qr-code-popup .scan-code:before {
    left: 0;
    top: 0;
    border-left-width: 1px;
    border-top-width: 1px; }
  .qr-code-popup .scan-code em:before {
    left: 0;
    bottom: 0;
    border-left-width: 1px;
    border-bottom-width: 1px; }
  .qr-code-popup .scan-code em:after {
    right: 0;
    bottom: 0;
    border-right-width: 1px;
    border-bottom-width: 1px; }
  .qr-code-popup .scan-code img {
    width: 100%; }

.qr-code-popup .cancel-btn .deca-btn-grey {
  border: none;
  background: #ebebeb;
  color: #424553;
  padding: 12px 19px; }

.qr-code-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
  transition: 0.3s ease; }
  .qr-code-wrapper .qr-code-popup {
    background-color: #fff;
    width: 100%;
    max-width: 450px;
    padding: 30px 40px;
    border-radius: 4px;
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.05);
    transition: 0.3s ease;
    transform: scale(0.9);
    opacity: 0; }
    .qr-code-wrapper .qr-code-popup .qr-code-message {
      transition: 0.3s 0.1s ease;
      transform: translateY(20px);
      opacity: 0; }
      .qr-code-wrapper .qr-code-popup .qr-code-message .qr-code-buttons {
        transition: 0.3s 0.2s ease;
        transform: translateY(10px);
        opacity: 0; }
      .qr-code-wrapper .qr-code-popup .qr-code-message.active {
        transform: translateY(0);
        opacity: 1; }
        .qr-code-wrapper .qr-code-popup .qr-code-message.active .qr-code-buttons {
          transform: translateY(0);
          opacity: 1; }
  .qr-code-wrapper.active {
    background-color: rgba(0, 0, 0, 0.2); }
    .qr-code-wrapper.active .qr-code-popup {
      transform: scale(1);
      opacity: 1; }
  .qr-code-wrapper .timer {
    margin-bottom: 20px;
    font-size: 13px;
    text-align: center; }
    .qr-code-wrapper .timer span {
      color: #00ac6a; }
  .qr-code-wrapper .qr-code-buttons {
    display: flex;
    justify-content: center;
    margin: 0 -10px; }
    .qr-code-wrapper .qr-code-buttons .btn {
      border: none;
      background-color: #ebebeb;
      outline: none;
      box-shadow: none !important;
      color: #424553;
      padding: 12px 19px;
      margin: 0 10px;
      width: 50%;
      transition: 0.3s ease; }
      .qr-code-wrapper .qr-code-buttons .btn:hover {
        background-color: #dedede; }
      .qr-code-wrapper .qr-code-buttons .btn:active {
        color: #424553;
        background-color: #c5c5c5; }
      .qr-code-wrapper .qr-code-buttons .btn.cancel-btn {
        background-color: rgba(226, 12, 24, 0.5);
        color: #fff; }
        .qr-code-wrapper .qr-code-buttons .btn.cancel-btn:hover {
          background-color: rgba(226, 12, 24, 0.6); }
        .qr-code-wrapper .qr-code-buttons .btn.cancel-btn:active {
          color: #fff;
          background-color: rgba(226, 12, 24, 0.7); }

.saved-upi-list {
  background: #fafafa;
  padding: 15px;
  border-radius: 3px;
  display: flex;
  align-items: center; }
  .saved-upi-list > img {
    flex: 45px;
    max-width: 45px; }
  .saved-upi-list .mark {
    background: #ebebeb;
    float: right;
    height: 23px;
    border-radius: 50px;
    width: 23px;
    padding: 0;
    text-align: center;
    margin-left: auto; }
  .saved-upi-list.active {
    background: #e9f9ee; }
    .saved-upi-list.active .mark {
      background: #00ac6a; }

@media screen and (max-width: 767px) {
  .react-toast-notifications__container {
    top: 0 !important;
    bottom: inherit !important;
    max-width: 100% !important; }
    .react-toast-notifications__container .react-toast-notifications__toast {
      max-width: 100% !important; }
  .downtime {
    padding: 10px 15px;
    font-size: 11px; }
  .upi-options {
    max-width: 100%;
    z-index: auto; }
  .mobile-upi {
    margin-bottom: 1.5rem; }
    .mobile-upi .saved-add-upi {
      background: #fff;
      padding: 15px;
      border-radius: 3px;
      box-shadow: 0 0 2px #dbdbdb; }
      .mobile-upi .saved-add-upi .add-new-upi small {
        color: #c4c5d0; }
  .add-popup-mobile {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1050;
    background: #fff;
    padding: 20px;
    bottom: 0;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 0 2px #dbdbdb;
    transform: translate3d(0, 100%, 0);
    will-change: transform; }
    .add-popup-mobile.active {
      transform: translate3d(0, 0, 0); }
    .add-popup-mobile .pay-secure-btn {
      position: relative;
      transform: none;
      padding-left: 0;
      padding-right: 0; }
  .overlay {
    background: rgba(0, 0, 0, 0.23);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .pay-secure-btn {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #fff;
    padding: 10px;
    margin-bottom: 0 !important;
    z-index: 1500;
    transform: translate3d(0, 200px, 0);
    will-change: transform;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out; }
    .pay-secure-btn.active {
      transform: translate3d(0, 0px, 0);
      margin-bottom: 0 !important; } }

:root {
  --vtmn-color_black: #000000;
  --vtmn-color_brand-digital: #007dbc;
  --vtmn-color_brand-digital-dark-1: #00689d;
  --vtmn-color_brand-digital-dark-2: #00537d;
  --vtmn-color_brand-digital-light-1: #7ebee0;
  --vtmn-color_brand-digital-light-2: #bedeef;
  --vtmn-color_brand-digital-light-3: #e7f3f9;
  --vtmn-color_green: #02be8a;
  --vtmn-color_green-dark-1: #029e73;
  --vtmn-color_green-dark-2: #017f5c;
  --vtmn-color_green-light-1: #7cdfc4;
  --vtmn-color_green-light-2: #beefe2;
  --vtmn-color_green-light-3: #e4f9f3;
  --vtmn-color_grey: #738086;
  --vtmn-color_grey-dark-1: #5c666b;
  --vtmn-color_grey-dark-2: #454d50;
  --vtmn-color_grey-dark-3: #2e3336;
  --vtmn-color_grey-light-1: #b9c0c3;
  --vtmn-color_grey-light-2: #dbdfe0;
  --vtmn-color_grey-light-3: #f1f3f3;
  --vtmn-color_grey-light-4: #f8f9f9;
  --vtmn-color_orange: #fe5800;
  --vtmn-color_orange-light-1: #feab7b;
  --vtmn-color_orange-light-2: #fed5bd;
  --vtmn-color_red: #ff2934;
  --vtmn-color_red-light-1: #fd9297;
  --vtmn-color_red-light-2: #fec9cb;
  --vtmn-color_white: #ffffff;
  --vtmn-color_yellow: #ffea28;
  --vtmn-color_yellow-light-1: #fff58d;
  --vtmn-color_yellow-light-2: #fffbc7; }

.grey-light-button-3 {
  background-color: var(--vtmn-color_grey-light-3);
  color: #373D40;
  outline: none !important;
  box-shadow: none !important;
  border: 0px;
  transition: 0.3s ease;
  font-size: 0.875rem;
  border-radius: 8px 8px 8px 0;
  padding: 0.375rem 1.14rem; }
  .grey-light-button-3:focus {
    background: var(--vtmn-color_grey-light-2);
    color: #373D40; }
  .grey-light-button-3:hover {
    background: var(--vtmn-color_grey-light-2);
    color: #373D40; }
  .grey-light-button-3:active {
    background: var(--vtmn-color_grey-light-2) !important;
    color: #373D40 !important; }

.grey-light-button-4 {
  background-color: var(--vtmn-color_grey-light-4);
  color: #373D40;
  outline: none !important;
  box-shadow: none !important;
  border: 0px;
  transition: 0.3s ease;
  font-size: 0.875rem;
  border-radius: 8px 8px 8px 0;
  padding: 0.375rem 1.14rem; }
  .grey-light-button-4:focus {
    background-color: var(--vtmn-color_grey-light-3);
    color: #373D40; }
  .grey-light-button-4:hover {
    background-color: var(--vtmn-color_grey-light-3);
    color: #373D40; }
  .grey-light-button-4:active {
    background-color: var(--vtmn-color_grey-light-3) !important;
    color: #373D40 !important; }

.yellow-btn {
  background: transparent linear-gradient(107deg, var(--vtmn-color_yellow) 0%, #fdd935 100%) 0% 0% no-repeat padding-box;
  color: #373d40;
  outline: none !important;
  border: 0px;
  transition: 0.3s ease;
  font-size: 0.875rem;
  border-radius: 8px 8px 8px 0;
  padding: 1rem;
  box-shadow: 0 2px 3px rgba(55, 61, 64, 0.2);
  width: 100%;
  font-weight: 600; }
  .yellow-btn:focus {
    background: transparent linear-gradient(107deg, var(--vtmn-color_yellow) 0%, #fdd935 100%) 0% 0% no-repeat padding-box;
    color: #373d40;
    outline: none;
    box-shadow: 0 3px 3px rgba(55, 61, 64, 0.2); }
  .yellow-btn:hover {
    background: transparent linear-gradient(107deg, var(--vtmn-color_yellow) 0%, #fdd935 100%) 0% 0% no-repeat padding-box;
    color: #373d40; }
  .yellow-btn:active {
    background: transparent linear-gradient(107deg, var(--vtmn-color_yellow) 0%, #fdd935 100%) 0% 0% no-repeat padding-box !important;
    color: #373d40 !important;
    box-shadow: 0 3px 3px rgba(55, 61, 64, 0.2) !important; }

.blue-light-button-3 {
  background-color: var(--vtmn-color_brand-digital-light-3);
  color: #373D40;
  outline: none !important;
  box-shadow: none !important;
  border: 0px;
  transition: 0.3s ease;
  font-size: 0.875rem;
  border-radius: 8px 8px 8px 0;
  padding: 0.375rem 1.14rem; }
  .blue-light-button-3:focus {
    background: var(--vtmn-color_brand-digital-light-2);
    color: #373D40; }
  .blue-light-button-3:hover {
    background: var(--vtmn-color_brand-digital-light-2);
    color: #373D40; }
  .blue-light-button-3:active {
    background: var(--vtmn-color_brand-digital-light-2) !important;
    color: #373D40 !important; }

.de-mega-menu {
  background: #f4f4f4;
  position: absolute;
  width: 100%;
  z-index: 99; }
  .de-mega-menu .de-menu-container {
    display: flex;
    justify-content: space-between; }
    .de-mega-menu .de-menu-container .de-menu-left {
      flex: 0 0 79.3333%;
      max-width: 79.3333%;
      padding: 1rem 31px; }
    .de-mega-menu .de-menu-container .de-menu-right {
      flex: 0 0 19.333%;
      max-width: 19.333%;
      background-color: #fff; }
      .de-mega-menu .de-menu-container .de-menu-right .de-menu-promotions .promotion-card img {
        border-radius: 4px 4px 0 0;
        max-width: 100%; }
      .de-mega-menu .de-menu-container .de-menu-right .de-menu-promotions .promotion-card .card-body {
        background: #0082c3;
        color: #fff;
        border-radius: 0 0 4px 4px; }
        .de-mega-menu .de-menu-container .de-menu-right .de-menu-promotions .promotion-card .card-body p {
          margin-bottom: 0; }
      .de-mega-menu .de-menu-container .de-menu-right .de-extra-links {
        padding: 1rem 0; }
        .de-mega-menu .de-menu-container .de-menu-right .de-extra-links a {
          display: block;
          padding: 0.3rem 1.25rem; }
          .de-mega-menu .de-menu-container .de-menu-right .de-extra-links a span {
            float: right; }
    .de-mega-menu .de-menu-container .de-menu-header ul {
      padding: 0;
      display: flex;
      margin-bottom: 0;
      border-bottom: 1px solid #e0e1e7; }
      .de-mega-menu .de-menu-container .de-menu-header ul li {
        list-style-type: none;
        font-size: 1.2rem;
        cursor: pointer;
        position: relative;
        padding: 0 0 10px;
        margin-right: 50px; }
        .de-mega-menu .de-menu-container .de-menu-header ul li.active {
          color: #0082c3;
          font-weight: 600; }
          .de-mega-menu .de-menu-container .de-menu-header ul li.active:after {
            height: 4px;
            background-color: #0082c3;
            border-radius: 2px;
            transition: 0.4s ease;
            position: absolute;
            bottom: -2px;
            content: '';
            width: 100%;
            left: 0; }
    .de-mega-menu .de-menu-container .de-menu-body {
      display: flex;
      padding: 1rem 0;
      flex-wrap: wrap;
      max-height: 470px;
      overflow-y: scroll; }
      .de-mega-menu .de-menu-container .de-menu-body .de-menu-col {
        flex: 0 0 20%; }
        .de-mega-menu .de-menu-container .de-menu-body .de-menu-col .de-navbar {
          padding: 0rem 0 1rem; }
          .de-mega-menu .de-menu-container .de-menu-body .de-menu-col .de-navbar h4 {
            font-size: 18px; }
            @media screen and (max-width: 1440px) {
              .de-mega-menu .de-menu-container .de-menu-body .de-menu-col .de-navbar h4 {
                font-size: 15px; } }
          .de-mega-menu .de-menu-container .de-menu-body .de-menu-col .de-navbar ul {
            padding: 0;
            margin: 0; }
            .de-mega-menu .de-menu-container .de-menu-body .de-menu-col .de-navbar ul li {
              list-style-type: none; }
              .de-mega-menu .de-menu-container .de-menu-body .de-menu-col .de-navbar ul li a {
                padding: 5px 0;
                display: inline-block; }

.order-summary .summary-body {
  background-color: #fff;
  padding: 1rem;
  border-radius: 8px;
  margin-bottom: 1rem; }
  .order-summary .summary-body h5 {
    font-size: 1rem; }
  .order-summary .summary-body p {
    display: flex;
    justify-content: space-between; }
    .order-summary .summary-body p.discount span {
      color: #02be8a; }
    .order-summary .summary-body p .currency {
      font-size: 13px;
      font-weight: 300; }
  .order-summary .summary-body .total-amount h6 {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 1rem; }
  .order-summary .summary-body .save-amount {
    background: #e4f9f3;
    padding: 11px;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
    margin-top: 10px; }

.cart-promise ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  height: 100%; }
  .cart-promise ul li {
    list-style-type: none;
    border: none;
    margin-right: 10px;
    padding: 15px 7px;
    border-radius: 8px;
    text-align: center;
    max-width: 31%;
    min-height: 134px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(66, 69, 83, 0.07); }
    .cart-promise ul li:last-child {
      margin: 0;
      max-width: 33%; }
    .cart-promise ul li img {
      max-width: 40px;
      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 p {
      margin-bottom: 0; } }

.voucher_btn {
  width: 100%;
  background-color: white;
  border: none !important;
  color: #282c3f !important;
  min-height: 55px;
  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: #fff !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: 10px;
    left: 16px;
    z-index: 1;
    font-size: 14px;
    background-color: #fff;
    padding: 0;
    transition: 0.3s ease; }
    .voucher_btn .voucher-label span img {
      max-width: 35px; }
  .voucher_btn .deca-btn-blue {
    padding: 5px 12px;
    font-size: 12px;
    width: auto; }
  .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 .content h4 {
          word-break: break-word; }
      #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-cart-summary h5 {
  color: #424553; }

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

.checkout-cart-summary .card {
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(66, 69, 83, 0.07);
  margin-bottom: 1rem;
  border: none !important; }

.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 #f5f5f5;
  margin: 0 -1px -1px;
  border-radius: 8px;
  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; } }

.store-pickup-card .card-body {
  background: #fff;
  background-color: #fff;
  padding: 17px;
  border-radius: 8px;
  box-shadow: 0 0 3px rgba(66, 69, 83, 0.07);
  margin-bottom: 1rem;
  cursor: pointer; }
  .store-pickup-card .card-body h5 .check {
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #424553;
    border-radius: 3px;
    margin-right: 15px !important;
    min-width: auto;
    background: #fff;
    display: inline-block;
    vertical-align: middle; }
    .store-pickup-card .card-body h5 .check:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: 2;
      width: 9px;
      height: 9px;
      background-color: #424553;
      border-radius: 3px;
      transform: scale(0);
      transition: 0.3s 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
    .store-pickup-card .card-body h5 .check:before {
      display: none !important; }
  .store-pickup-card .card-body .leadtime {
    background: #e4f9f3;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600; }
  .store-pickup-card .card-body .address-block {
    background: #f8f9f9;
    padding: 10px;
    border-radius: 8px; }

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

.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 th,
    .product-tabs .tabs-content .technical-information table td {
      display: flex;
      padding: 0 0 0.50rem 0;
      border: none; }
    .product-tabs .tabs-content .technical-information table td {
      padding: 0 0 1rem 0; }
      .product-tabs .tabs-content .technical-information table td:first-child {
        font-weight: 600;
        text-transform: uppercase; }

.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 screen and (max-width: 767px) {
  .accessories-floor2 .big-product {
    display: block; }
  .accessories-floor2 .number-part {
    right: 0 !important; }
  .accessories-floor2 .text-right,
  .accessories-floor2 .right-center {
    padding-right: 0 !important; }
  .accessories-floor2 .left-bottom {
    display: block; }
  .accessories-floor2 .basket-last {
    display: block; }
  .accessories-floor2 .c-img .img-bg {
    width: 100%; } }

@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; }
  .accessories-floor2 .deca-head .accessories-head {
    font-size: 3rem;
    letter-spacing: 0; } }

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

@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 .compare-list-container {
      display: flex;
      white-space: nowrap;
      flex-wrap: nowrap;
      overflow-x: scroll; }
      .floor3 .flex-box .compare-list-container .floor3-content {
        flex: 0 0 25%; }
        .floor3 .flex-box .compare-list-container .floor3-content .card_ratings {
          padding: 7px 10px;
          border-radius: 3px;
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.11); }
          .floor3 .flex-box .compare-list-container .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;
      max-width: 250px;
      margin: 0 auto; }
    .floor3 .flex-box .floor3-last-box {
      height: 66px;
      display: flex;
      align-items: center;
      justify-content: center; }
  .floor3 .product-crd {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 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: 0;
      float: none !important; }
    .floor3 .flex-box .compare-list-container {
      flex-wrap: inherit;
      overflow: inherit; } }

@media screen and (max-width: 767px) {
  .payment-loader {
    padding: 10px 15px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.01);
    margin: 10px 0 15px;
    font-size: 14px; }
    .payment-loader span {
      float: right; }
  .mobile-payment {
    padding-top: 70px; }
    .mobile-payment.loading:after,
    .mobile-payment .loading:after {
      position: fixed; }
  .payment-header {
    display: flex;
    justify-content: space-between;
    padding: 11px 15px;
    box-shadow: 0 0 4px #ddd;
    border-radius: 0 0 4px 4px;
    align-items: center;
    margin-bottom: 1.5rem;
    background: #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1040; }
    .payment-header .heading {
      display: flex;
      align-items: center; }
      .payment-header .heading .payment-title small {
        display: block;
        color: rgba(66, 68, 83, 0.5); }
      .payment-header .heading img {
        transform: rotate(180deg); }
    .payment-header .secure_payment p {
      display: flex;
      align-items: center;
      margin-bottom: 0;
      line-height: 15px; }
      .payment-header .secure_payment p span img {
        max-width: 25px; } }

.card-options {
  position: relative;
  max-width: 350px;
  margin: 0 auto; }
  .card-options .form-group {
    margin-bottom: 0; }
  .card-options .check {
    position: relative;
    width: 15px;
    height: 15px;
    border: 1px solid #424553;
    border-radius: 3px;
    margin-right: 15px !important;
    min-width: auto;
    background: #fff;
    display: inline-block;
    vertical-align: middle; }
    .card-options .check:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      z-index: 2;
      width: 9px;
      height: 9px;
      background-color: #424553;
      border-radius: 3px;
      transform: scale(0);
      transition: 0.3s 0.3s cubic-bezier(0.68, -0.55, 0.27, 1.55); }
    .card-options .check:before {
      display: none !important; }
  .card-options .active-check .check:after {
    transform: scale(1); }
  .card-options .cardNumberType {
    position: absolute;
    top: 0;
    right: 15px;
    height: 55px;
    display: flex;
    align-items: center; }
    .card-options .cardNumberType svg {
      width: 30px; }
  .card-options .getCardTypeLogo {
    float: right;
    max-width: 30px; }
    .card-options .getCardTypeLogo svg {
      width: 100%; }
  .card-options .securely-checkbox {
    cursor: pointer; }
  .card-options .add-card-block {
    transition: 0.4s ease; }
    .card-options .add-card-block .remove-card {
      cursor: pointer; }
      .card-options .add-card-block .remove-card img {
        transform: rotate(90deg); }
  .card-options .desktop-add-card .floating-label .form-group,
  .card-options .add-card-block .floating-label .form-group {
    margin-bottom: 0; }
  .card-options .desktop-add-card .floating-label input,
  .card-options .add-card-block .floating-label input {
    border-color: rgba(66, 69, 83, 0.15) !important;
    border-width: 0px 1px 1px 1px !important;
    background: #fff;
    border-style: solid;
    border-radius: 0 0 3px 3px;
    padding: 20px 16px 10px;
    line-height: normal;
    font-size: 14px;
    height: 55px; }
    .card-options .desktop-add-card .floating-label input:focus, .card-options .desktop-add-card .floating-label input:focus-within,
    .card-options .add-card-block .floating-label input:focus,
    .card-options .add-card-block .floating-label input:focus-within {
      border-color: rgba(66, 69, 83, 0.15) !important; }
      .card-options .desktop-add-card .floating-label input:focus ~ label, .card-options .desktop-add-card .floating-label input:focus-within ~ label,
      .card-options .add-card-block .floating-label input:focus ~ label,
      .card-options .add-card-block .floating-label input:focus-within ~ label {
        margin: 0;
        padding: 0;
        -webkit-transform: translateY(5px) scale(0.8);
        transform: translateY(5px) scale(0.8); }
    .card-options .desktop-add-card .floating-label input:not(:placeholder-shown),
    .card-options .add-card-block .floating-label input:not(:placeholder-shown) {
      background: transparent; }
      .card-options .desktop-add-card .floating-label input:not(:placeholder-shown) ~ label,
      .card-options .add-card-block .floating-label input:not(:placeholder-shown) ~ label {
        background: transparent;
        margin: 0;
        padding: 0;
        -webkit-transform: translateY(5px) scale(0.8);
        transform: translateY(5px) scale(0.8); }
  .card-options .desktop-add-card .floating-label label,
  .card-options .add-card-block .floating-label label {
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(17px);
    transform: translateY(17px);
    left: 16px; }
  .card-options .desktop-add-card .card-details,
  .card-options .add-card-block .card-details {
    display: flex;
    width: 100%; }
    .card-options .desktop-add-card .card-details .valid-through,
    .card-options .add-card-block .card-details .valid-through {
      flex: 0 0 60%;
      max-width: 60%; }
      .card-options .desktop-add-card .card-details .valid-through input,
      .card-options .add-card-block .card-details .valid-through input {
        border-right: none !important;
        border-radius: 0;
        border-bottom: 0 !important;
        border-color: rgba(66, 69, 83, 0.15) !important; }
    .card-options .desktop-add-card .card-details .cvv,
    .card-options .add-card-block .card-details .cvv {
      flex: 0 0 40%;
      max-width: 40%; }
      .card-options .desktop-add-card .card-details .cvv input,
      .card-options .add-card-block .card-details .cvv input {
        border-radius: 0;
        border-bottom: 0 !important;
        border-color: rgba(66, 69, 83, 0.15) !important; }
  .card-options .desktop-add-card .card-name input,
  .card-options .add-card-block .card-name input {
    border: 1px solid rgba(66, 69, 83, 0.15) !important;
    border-radius: 0px 0px 8px 8px !important; }
  .card-options .desktop-add-card .card-number input,
  .card-options .add-card-block .card-number input {
    border-radius: 8px 8px 0px 0px !important;
    border: 1px solid rgba(66, 69, 83, 0.15) !important; }

@media screen and (max-width: 767px) {
  .card-options {
    max-width: 100%; }
    .card-options .saved-card .mobile-card-block {
      background: #fff;
      padding: 15px;
      border-radius: 3px;
      box-shadow: 0 0 2px #dbdbdb;
      margin-bottom: 1.5rem; }
      .card-options .saved-card .mobile-card-block .saved-card-list {
        background: #fafafa;
        padding: 15px;
        border-radius: 3px; }
        .card-options .saved-card .mobile-card-block .saved-card-list.active .check:after {
          transform: scale(1); }
    .card-options .add-card-block {
      padding: 0 1rem; }
      .card-options .add-card-block .card-details {
        margin: 3px 0; }
        .card-options .add-card-block .card-details .valid-through {
          margin-right: 3px;
          flex: 0 0 59%;
          max-width: 59%; }
      .card-options .add-card-block .floating-label input {
        background: #fff;
        border: none !important; }
      .card-options .add-card-block .remove-card {
        background-color: #fff;
        padding: 8px 15px;
        border-radius: 4px;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.04); }
    .card-options .mobile-add-new-card {
      position: fixed;
      z-index: 9996;
      top: 0;
      left: 0;
      width: 100%;
      background: #f4f4f4;
      height: 100vh;
      padding-top: 70px; } }

.net-banking .bank-list {
  display: flex;
  flex-wrap: wrap;
  /* max-width: 330px; */
  /* margin: 0 auto; */ }
  .net-banking .bank-list ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    .net-banking .bank-list ul li {
      list-style-type: none;
      flex: 0 0 33%;
      max-width: 33%;
      margin-bottom: 1rem;
      cursor: pointer; }
      .net-banking .bank-list ul li .bank-logo {
        background: #fafafa;
        max-width: 60px;
        text-align: center;
        padding: 10px;
        border-radius: 3px;
        border: 1px solid #fafafa;
        transition: 0.3s ease-in; }
      .net-banking .bank-list ul li p {
        max-width: 55px;
        text-align: center;
        margin-top: 7px;
        font-size: 11px; }
      .net-banking .bank-list ul li.active .bank-logo {
        border: 1px solid #424453; }
  .net-banking .bank-list .other-bank-dropdown [class*='-control'] {
    min-height: 51px !important;
    background: transparent;
    border-color: rgba(66, 69, 83, 0.15) !important; }

@media screen and (max-width: 767px) {
  .net-banking {
    background: #fff;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0 0 2px #dbdbdb;
    margin-bottom: 1.5rem;
    position: relative;
    z-index: auto; }
    .net-banking .react-select {
      z-index: auto; }
      .net-banking .react-select [class*='-IndicatorsContainer'] {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
        z-index: 999;
        display: flex;
        justify-content: flex-end; }
    .net-banking ul {
      flex-wrap: nowrap !important;
      overflow-y: scroll; }
      .net-banking ul li {
        flex: 0 0 auto !important;
        max-width: 100% !important;
        margin-right: 1rem; } }

.emi-options {
  position: relative; }
  .emi-options .emi-heading {
    background: #fafafa;
    padding: 15px;
    cursor: pointer;
    border-radius: 4px; }
  .emi-options .emi-offer {
    background-color: #e5f2f9;
    padding: 15px;
    margin: -16px 0 14px 0;
    border-radius: 0 0 4px 4px;
    display: flex;
    align-items: center; }
    .emi-options .emi-offer img {
      max-width: 20px;
      margin-right: 15px; }
  .emi-options .card-emi-block .back-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    max-width: 350px;
    margin: 0 auto 1rem; }
    .emi-options .card-emi-block .back-btn .remove-card img {
      transform: rotate(90deg); }
  .emi-options .emi-plans button {
    background: #EBEBEB;
    border-color: #EBEBEB;
    color: #424453;
    font-size: 13px;
    padding: 9px 20px; }
    .emi-options .emi-plans button span img {
      transform: rotate(-90deg); }
  .emi-options .emi-plan-list .list-item {
    margin-bottom: 15px; }
    .emi-options .emi-plan-list .list-item .list-heading {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #EBEBEB;
      padding: 12px 16px;
      border-radius: 4px;
      transition: 0.3s ease; }
      .emi-options .emi-plan-list .list-item .list-heading .icon {
        width: 17px;
        height: 17px;
        border-radius: 10px;
        margin-left: 10px;
        background-color: #cacaca;
        padding: 4px; }
    .emi-options .emi-plan-list .list-item .list-body {
      border: 1px solid #e2e2e2;
      border-top: 0;
      border-radius: 0 0 4px 4px;
      padding: 10px 15px; }
    .emi-options .emi-plan-list .list-item.active .list-heading {
      border-radius: 4px 4px 0 0; }
      .emi-options .emi-plan-list .list-item.active .list-heading .icon {
        background-color: #00ac6a; }
  @media screen and (max-width: 767px) {
    .emi-options {
      background: #fff;
      padding: 15px;
      border-radius: 3px;
      box-shadow: 0 0 2px #dbdbdb;
      position: static; } }

#checkout-emi {
  max-width: 650px; }
  #checkout-emi .modal-body {
    padding: 2rem; }
  #checkout-emi .btn-close {
    right: -40px;
    top: 0; }
    #checkout-emi .btn-close:after, #checkout-emi .btn-close:before {
      background: #fff; }
  #checkout-emi .bank-dropdown {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    justify-content: space-between; }
    #checkout-emi .bank-dropdown h6 {
      flex: 0 0 30%;
      margin-right: 11px;
      margin-bottom: 0;
      text-transform: uppercase; }
    #checkout-emi .bank-dropdown .react-select {
      flex: 0 0 60%;
      width: auto; }
      #checkout-emi .bank-dropdown .react-select [class*='-control'] {
        background: transparent;
        border-color: #ebebeb; }
  #checkout-emi .emi-list table {
    width: 100%;
    background: #f4f4f4;
    border-radius: 3px; }
    #checkout-emi .emi-list table th,
    #checkout-emi .emi-list table td {
      text-align: center;
      padding: 10px;
      white-space: nowrap; }

@media screen and (max-width: 767px) {
  .emi-options .emi-plan-card {
    background-color: #fff;
    margin: 15px;
    padding: 20px 20px 10px;
    border-radius: 4px;
    max-height: calc(100vh - 180px);
    overflow: auto; }
    .emi-options .emi-plan-card.active {
      max-height: calc(100vh - 245px); }
  .emi-options .card-emi-block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    background: #f4f4f4;
    padding-top: 70px;
    overflow-y: auto; }
    .emi-options .card-emi-block .back-btn {
      background: #fff;
      padding: 1rem;
      margin: 15px;
      border-radius: 3px;
      border: 1px solid #ebebeb;
      max-width: 100%; }
    .emi-options .card-emi-block .card-options {
      padding: 0 20px; }
  .modal-open .card-emi-block {
    z-index: 999; }
  .modal-open .emi-options .payment-header {
    z-index: 99; } }

#checkout-error-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s 0.2s ease; }
  #checkout-error-popup .checkout-error-wrapper {
    background-color: #fff;
    width: 100%;
    max-width: 300px;
    padding: 30px;
    border-radius: 4px;
    font-size: 16px;
    transition: 0.3s ease;
    opacity: 0;
    transform: translateY(40px); }
    #checkout-error-popup .checkout-error-wrapper h6 {
      margin-bottom: 20px;
      font-size: 20px;
      color: red; }
    #checkout-error-popup .checkout-error-wrapper .btn {
      padding: 7px;
      margin-top: 10px; }
  #checkout-error-popup.active {
    transition: 0.3s ease;
    background-color: rgba(0, 0, 0, 0.2); }
    #checkout-error-popup.active .checkout-error-wrapper {
      opacity: 1;
      transform: translateY(0px); }

@media screen and (max-width: 767px) {
  #checkout-error-popup {
    align-items: flex-end; }
    #checkout-error-popup .checkout-error-wrapper {
      max-width: 100%;
      border-radius: 4px 4px 0 0;
      padding: 25px 30px; }
      #checkout-error-popup .checkout-error-wrapper h6 {
        margin-bottom: 10px;
        font-size: 15px; } }

.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; }
  @media screen and (max-width: 767px) {
    .cart-payment {
      background: #fff;
      border: none;
      box-shadow: 0 0 2px #dbdbdb; }
      .cart-payment .secure {
        margin-bottom: 1.5rem; } }

