#location-prompt {
  max-width: 700px; }
  #location-prompt .modal-content {
    border-radius: 4px;
    border: 0; }
    #location-prompt .modal-content .modal-body {
      padding: 0; }
      #location-prompt .modal-content .modal-body .background-image {
        background-image: url(https://cdn.decathlon.in/_next/static/images/location-bg-fb6026c4b4add19a08b5cc4f6c6becfa.svg);
        background-size: 100%;
        background-repeat: repeat-y;
        background-color: #f4f4f4;
        height: 100%;
        border-radius: 4px 0 0 4px; }
        #location-prompt .modal-content .modal-body .background-image .content {
          padding: 30px;
          max-width: 280px; }
          #location-prompt .modal-content .modal-body .background-image .content img {
            max-width: 85%;
            margin: 40px auto 0;
            display: block; }
          #location-prompt .modal-content .modal-body .background-image .content h2 {
            font-weight: 500; }
      #location-prompt .modal-content .modal-body .main-content {
        padding: 40px;
        border-radius: 0 4px 4px 0; }
        #location-prompt .modal-content .modal-body .main-content p {
          color: #424453; }
        #location-prompt .modal-content .modal-body .main-content h4 {
          font-size: 16px;
          font-weight: 600;
          margin-bottom: 10px; }
        #location-prompt .modal-content .modal-body .main-content .divider {
          color: #8e8e8e;
          text-align: center;
          margin: 30px 0 20px;
          position: relative; }
        #location-prompt .modal-content .modal-body .main-content .card {
          background-color: #F4F4F4;
          border-color: #F4F4F4;
          color: #424453; }
        #location-prompt .modal-content .modal-body .main-content .loading:before {
          position: absolute; }
        #location-prompt .modal-content .modal-body .main-content .pincode-input {
          border-color: #0082C3;
          box-shadow: 0px 0px 5px #0082C3;
          height: 100%;
          color: #212121;
          font-size: 16px; }
          #location-prompt .modal-content .modal-body .main-content .pincode-input:focus {
            outline: none;
            box-shadow: 0px 0px 5px #0082C3; }
        #location-prompt .modal-content .modal-body .main-content .login-user-address-list {
          height: 100%;
          max-height: 300px;
          overflow: auto;
          padding: 6px;
          margin: -6px -6px 10px; }
          #location-prompt .modal-content .modal-body .main-content .login-user-address-list .address-list-item {
            display: table;
            margin-bottom: 10px;
            cursor: pointer;
            overflow: hidden;
            width: 100%; }
            #location-prompt .modal-content .modal-body .main-content .login-user-address-list .address-list-item h6 {
              background-color: #FAFAFA;
              border: 1px solid #FAFAFA;
              border-radius: 3px;
              margin-bottom: 0;
              display: table-cell;
              vertical-align: middle;
              width: 100px;
              text-align: center;
              padding: 10px;
              transition: 0.3s ease;
              word-break: break-word; }
            #location-prompt .modal-content .modal-body .main-content .login-user-address-list .address-list-item p {
              background-color: #FAFAFA;
              border: 1px solid #FAFAFA;
              border-radius: 3px;
              color: #939393;
              line-height: 16px;
              padding: 20px;
              vertical-align: middle;
              margin-bottom: 0;
              margin-left: 5px;
              transition: 0.3s ease;
              word-break: break-word; }
            #location-prompt .modal-content .modal-body .main-content .login-user-address-list .address-list-item.active p,
            #location-prompt .modal-content .modal-body .main-content .login-user-address-list .address-list-item.active h6 {
              border: 1px solid #0082C3; }
        #location-prompt .modal-content .modal-body .main-content .manage-your-address {
          color: #0082C3; }
        #location-prompt .modal-content .modal-body .main-content .btn-location {
          background-image: url(https://cdn.decathlon.in/_next/static/images/location-bg-btn-11d79847013e238ee35d9b2202e608ef.svg);
          background-color: #F7F7F7;
          border-color: #0082C3;
          color: #11242E;
          font-weight: 600;
          width: 100%;
          position: relative;
          padding: 15px;
          font-size: 15px; }
          #location-prompt .modal-content .modal-body .main-content .btn-location img {
            position: absolute;
            top: 0;
            left: 15px;
            bottom: 0;
            z-index: 1;
            max-width: 28px;
            margin: auto; }

@media screen and (max-width: 767px) {
  #location-prompt .modal-content .modal-body .background-image .content {
    padding: 15px 20px 7px;
    max-width: 100%; }
    #location-prompt .modal-content .modal-body .background-image .content p,
    #location-prompt .modal-content .modal-body .background-image .content img {
      display: none; }
    #location-prompt .modal-content .modal-body .background-image .content h2 {
      font-size: 20px;
      transform: none;
      font-style: normal; }
  #location-prompt .modal-content .modal-body .main-content {
    padding: 20px; }
    #location-prompt .modal-content .modal-body .main-content .divider {
      margin: 15px 0 5px; } }

.geo_bar {
  background: #424353;
  padding: 10px; }

.location_bar {
  display: flex;
  justify-content: center;
  align-items: center; }
  .location_bar .btn {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 3px 13px;
    font-size: 12px;
    margin-left: 15px; }

@media screen and (max-width: 991px) {
  .geo_bar {
    padding: 7px;
    background: #525367; }
    .geo_bar .btn {
      border: none;
      padding: 0; }
    .geo_bar .col {
      padding: 0; }
    .geo_bar .info-icon {
      width: 16px;
      height: 16px;
      line-height: 16px; } }

body .common_card {
  border: none; }
  body .common_card .card_img {
    background: #f6f6f6;
    border-radius: 3px;
    position: relative;
    overflow: hidden; }
    body .common_card .card_img img {
      mix-blend-mode: multiply; }
      body .common_card .card_img img.swiper-lazy {
        width: 100%;
        transition: 0.7s ease;
        filter: blur(15px); }
        @media screen and (min-width: 767px) {
          body .common_card .card_img img.swiper-lazy {
            min-height: 330px; } }
      body .common_card .card_img img.swiper-lazy-loaded {
        transition: 0.7s ease;
        filter: blur(0);
        min-height: inherit; }
    body .common_card .card_img .swiper-slide {
      background: #f6f6f6; }
    body .common_card .card_img .gallery-wrapper {
      text-align: center; }
  body .common_card .thumbs-container {
    background: #fff;
    position: absolute;
    bottom: 0;
    z-index: 9;
    width: 100%;
    border-radius: 3px 3px 0 0;
    box-shadow: 0px 0px 2px #dddd;
    padding: 8px 0;
    transform: translateY(100%); }
    body .common_card .thumbs-container img {
      width: 100%;
      filter: blur(0); }
    body .common_card .thumbs-container .swiper-slide.swiper-slide-active {
      border-bottom: 2px solid; }
  body .common_card .card-body {
    margin-top: 10px;
    border-radius: 3px;
    padding: 1rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.11);
    min-height: 146px;
    margin-bottom: 1px; }
    body .common_card .card-body .discount {
      color: #ff3a0b; }
    body .common_card .card-body .card-title {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden; }
    body .common_card .card-body .discount_price {
      font-size: 13px; }
  body .common_card .card_ratings {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.11);
    border-radius: 3px;
    padding: 7px 10px; }
    body .common_card .card_ratings .rate_number {
      vertical-align: middle; }
    body .common_card .card_ratings img {
      max-width: 16px; }
  body .common_card .more_colours p {
    color: #424453;
    vertical-align: middle;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.11);
    padding: 7px 10px;
    border-radius: 3px; }
  body .common_card .discount_value {
    color: #ff3a0b; }
  body .common_card .before_price {
    position: relative;
    color: #aaa;
    text-decoration: line-through; }
  body .common_card .before {
    position: relative; }
    body .common_card .before:before {
      height: 1px;
      width: 100%;
      content: '';
      transform: skewY(-10deg);
      position: absolute;
      top: 8px;
      background: #424453; }
  body .common_card .mrp.before:before {
    content: none; }
  body .common_card:hover .thumbs-container {
    transform: translateY(0);
    transition: 0.5s all; }
  body .common_card .swiper-container-left-aligned .swiper-wrapper {
    margin-left: calc(-50% + 80px); }

body .cols-1,
body .cols-2 {
  max-width: 40%;
  flex: 0 0 40%; }

body .cols-3 {
  max-width: 20%;
  flex: 0 0 20%; }

.card-horizontal {
  position: relative; }
  .card-horizontal .card-horizontal_img {
    flex: 0 0 50%; }
  .card-horizontal .custom_cardbody {
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.11);
    flex-grow: 1; }
    .card-horizontal .custom_cardbody .card-body {
      box-shadow: none; }
      .card-horizontal .custom_cardbody .card-body .card-title {
        width: 235px; }

@media screen and (max-width: 991px) {
  body .common_card .card-body {
    margin-top: 4px;
    border-radius: 3px;
    padding: 1rem 0.5rem;
    min-height: auto; }
    body .common_card .card-body .discount_price {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      body .common_card .card-body .discount_price .mrp {
        display: flex; }
    body .common_card .card-body .card-title {
      margin-bottom: 10px !important; }
    body .common_card .card-body .price_tag {
      margin-bottom: 0.5rem !important;
      flex: 0 0 auto;
      width: auto;
      max-width: 100%; }
      body .common_card .card-body .price_tag span {
        font-weight: 300; }
    body .common_card .card-body .card_ratings {
      padding: 4px 6px; }
    body .common_card .card-body .align-items-baseline {
      align-items: center !important; }
    body .common_card .card-body .before_price {
      line-height: 10px; }
      body .common_card .card-body .before_price::before {
        top: 5px; }
  body .common_card .card_img img.swiper-lazy {
    filter: blur(0); }
  body .common_card .card_img .swiper-slide {
    width: 100% !important; }
  body .ais-Hits-item .card-body {
    min-height: 140px; }
  .more_colours {
    background: transparent !important;
    border: none !important;
    padding: 0 !important; }
    .more_colours p {
      box-shadow: none !important;
      padding: 0 !important; }
    .more_colours .product_code {
      height: 25px;
      width: 12px;
      background: #f4f4f4;
      border-radius: 3px;
      border: none;
      display: inline-block;
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.11) !important;
      margin: 0 5px 0 0;
      padding: 0 !important; }
  .more-color-popup {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0; }
    .more-color-popup .modal-content {
      border: none;
      border-radius: 3px 3px 0 0; }
      .more-color-popup .modal-content .modal-header {
        padding: 15px 10px 0 10px;
        border: none; }
      .more-color-popup .modal-content .modal-body {
        padding: 10px 0; }
    .more-color-popup .thumbs-container ul {
      padding: 0;
      margin: 0;
      white-space: nowrap;
      overflow-x: auto;
      margin-left: 1rem; }
      .more-color-popup .thumbs-container ul li {
        display: inline-block;
        margin-right: 10px; }
        .more-color-popup .thumbs-container ul li a {
          background: #f4f4f4;
          display: block;
          border-radius: 3px; }
          .more-color-popup .thumbs-container ul li a img {
            mix-blend-mode: multiply; }
  .modal.fade .modal-dialog.more-color-popup {
    transform: translate(0, 50px) !important; }
  .modal.show .modal-dialog.more-color-popup {
    transform: none !important; } }

@media (min-width: 320px) and (max-width: 480px) {
  .common_card .price_tag {
    padding: 6px 10px 6px 10px; }
  .common_card .rate_number {
    margin-right: 5px; }
  .common_card .card-body .card_ratings {
    margin-right: 10px !important; }
  .product_code {
    width: 12px;
    margin-right: 3px !important; } }

footer {
  background-color: #fff; }
  footer .app_image a img {
    max-width: 110px;
    height: 36px;
    width: 100%;
    margin-right: 10px; }
  footer .app_image a:nth-child(2) img {
    margin-right: 0; }
  footer .foot_useful_links a {
    width: 100%;
    display: block;
    line-height: 2;
    color: #424453; }
  footer .foot_social_links {
    background: #f4f4f4;
    border-radius: 3px; }
    footer .foot_social_links .social a {
      background: #424453;
      width: 30px;
      height: 30px;
      line-height: 2;
      text-align: center;
      border-radius: 3px; }
    footer .foot_social_links .social_blog a {
      width: 100%;
      display: block;
      background: #fff;
      text-align: center;
      border-radius: 3px;
      color: #424453;
      padding: 10px; }
  footer .secure img {
    max-width: 23px; }
  footer .secure p {
    color: #bbbbbb;
    margin-top: 5px; }
  footer .site_map a {
    color: #424453;
    padding: 8px 15px; }
  footer .countries_link {
    position: relative;
    cursor: pointer; }
    footer .countries_link p {
      border: 1px solid;
      padding: 7px 16px;
      border-radius: 3px; }
    footer .countries_link ul {
      padding: 0;
      margin: 0;
      position: absolute;
      width: 100%;
      background: #fff;
      border: 1px solid #ddd;
      border-top: 0;
      border-radius: 0 0 3px 3px;
      min-width: 97px;
      height: 114px;
      overflow: scroll;
      z-index: 99; }
      footer .countries_link ul li {
        list-style: none; }
        footer .countries_link ul li a {
          padding: 5px;
          display: block;
          font-size: 13px; }
          footer .countries_link ul li a:hover {
            background: #f4f4f4; }
  footer .copyright_footer {
    padding: 3rem 0; }
    footer .copyright_footer p {
      color: #0082c3;
      font-size: 1.5rem; }
      footer .copyright_footer p span {
        color: #85bc4a; }
    footer .copyright_footer .copyright {
      color: #424453;
      font-size: 13px; }
    footer .copyright_footer img {
      max-width: 900px;
      margin: 1rem auto 1.5rem auto;
      width: 100%; }
  footer .foot_bottom .clr_blue {
    width: 100%;
    height: 5px;
    background: #0082c3;
    display: block;
    float: left;
    max-width: 400px;
    min-width: 400px; }
  footer .foot_bottom .clr_orange {
    width: 100%;
    height: 5px;
    background: #ec6607;
    display: inline-block;
    max-width: 200px;
    min-width: 200px;
    float: left; }
  footer .foot_bottom .clr_green {
    width: 100%;
    height: 5px;
    background: #85bc4a;
    max-width: 150px;
    min-width: 150px;
    float: left; }
  footer .fixed-footer {
    position: relative;
    overflow: hidden; }
    footer .fixed-footer .footer-logo {
      position: relative; }
      footer .fixed-footer .footer-logo::after {
        background-image: url(https://cdn.decathlon.in/_next/static/images/right-leaf-e1c4e49a470eee3c8b85a4708e0c2ba8.png);
        content: "";
        width: 200px;
        height: 200px;
        right: 180px;
        position: absolute;
        top: -130px;
        background-size: 100%;
        background-position: center;
        transform: translatey(0px);
        animation: float 6s ease-in-out infinite; }
    footer .fixed-footer::after {
      background-image: url(https://cdn.decathlon.in/_next/static/images/left-leaf-d9a441e454a74be0b9e9c623db56ac53.png);
      content: "";
      height: 200px;
      width: 200px;
      background-size: cover;
      position: absolute;
      left: 0;
      bottom: -20px;
      z-index: 1; }

@keyframes float {
  0% {
    transform: translatey(0px); }
  50% {
    transform: translatey(-20px); }
  100% {
    transform: translatey(0px); } }
  footer .mobile-payment {
    padding: 2rem !important; }

@media screen and (max-width: 991px) {
  footer .foot-mobile-links .vertical-accordion,
  footer .foot-mobile-links .active-accordion {
    overflow: hidden;
    background: #f4f4f4;
    border-radius: 3px;
    margin-bottom: 15px;
    box-shadow: 0 0 2px #ddd;
    padding: 15px; }
    footer .foot-mobile-links .vertical-accordion .vertical-accordion-heading,
    footer .foot-mobile-links .active-accordion .vertical-accordion-heading {
      font-weight: 600;
      cursor: pointer; }
    footer .foot-mobile-links .vertical-accordion .menu_dropdown,
    footer .foot-mobile-links .active-accordion .menu_dropdown {
      overflow: hidden; }
      footer .foot-mobile-links .vertical-accordion .menu_dropdown .foot-links,
      footer .foot-mobile-links .active-accordion .menu_dropdown .foot-links {
        min-height: 10px;
        overflow: hidden; }
        footer .foot-mobile-links .vertical-accordion .menu_dropdown .foot-links a,
        footer .foot-mobile-links .active-accordion .menu_dropdown .foot-links a {
          color: #424453;
          font-size: 13px;
          display: block;
          padding: 8px 0 0; }
  footer .discover_more {
    background-color: #f4f4f4;
    border-radius: 3px; }
    footer .discover_more .vertical-accordion {
      padding-bottom: 0 !important; }
    footer .discover_more .foot_social_links {
      padding: 0 !important;
      background: transparent; }
    footer .discover_more .menu_dropdown {
      overflow: hidden; }
      footer .discover_more .menu_dropdown .p-4 {
        padding: 0 !important; }
    footer .discover_more .social_blog {
      margin-bottom: 15px; }
    footer .discover_more .vertical-accordion-heading {
      padding: 15px;
      font-weight: 600; }
    footer .discover_more .foot_social_links.p-4 {
      padding: 0 15px 15px 15px !important;
      margin-bottom: 0; }
    footer .discover_more .mobile-payment {
      display: block !important;
      margin-top: 2rem;
      border: none !important; }
      footer .discover_more .mobile-payment .secure {
        margin-bottom: 2rem;
        border-bottom: 1px solid #969696;
        padding-bottom: 1.5rem; }
    footer .discover_more .manufacture {
      margin-top: 2rem; }
      footer .discover_more .manufacture h5 {
        font-size: 1rem; }
  footer .foot_social_links {
    padding: 20px 15px;
    margin-bottom: 15px; }
    footer .foot_social_links .pb-5 {
      padding-bottom: 0 !important; }
  footer .pr-1 {
    padding-right: 15px !important; }
  footer .pl-1 {
    padding-left: 15px !important; }
  footer .p-xs-none {
    padding: 0 !important; }
  footer .our_promise,
  footer .personalize {
    margin-bottom: 15px; }
  footer .foot_bottom .clr_blue {
    min-width: 100px;
    max-width: 100px; }
  footer .foot_bottom .clr_orange {
    min-width: 50px;
    max-width: 50px; }
  footer .foot_bottom .clr_green {
    max-width: 30px;
    min-width: 30px; }
  footer .copyright_footer {
    margin-top: 1.5rem; }
    footer .copyright_footer img {
      max-width: 300px; }
    footer .copyright_footer p {
      color: #0082c3;
      font-size: 1.2rem; }
  footer .fixed-footer::after {
    content: none; }
  footer .fixed-footer .footer-logo::after {
    width: 80px;
    height: 80px;
    right: -10px;
    top: -40px; } }

.our_promise {
  background: #f4f4f4;
  border-radius: 4px;
  padding: 2rem; }
  .our_promise .promise_title h5 {
    font-weight: 600; }
  .our_promise .promise_message a {
    color: #424453; }
    .our_promise .promise_message a img {
      max-width: 30px; }
  .our_promise .align-items {
    align-items: center; }

.personalize {
  background: #f4f4f4;
  border-radius: 4px; }
  .personalize h6 {
    font-weight: 600; }

@media screen and (min-width: 991px) {
  .our_promise .swiper-slide {
    width: auto !important; }
  .our_promise .promise_title {
    display: flex;
    align-items: center;
    flex: 0 0 12%;
    padding-right: 10px; }
  .our_promise .promise_content {
    flex: 0 0 88%; }
    .our_promise .promise_content .promise_title {
      display: none; }
    .our_promise .promise_content .swiper-wrapper {
      align-items: center;
      justify-content: space-between; } }

@media screen and (min-width: 1040px) and (max-width: 1366px) {
  .our_promise .swiper-slide {
    width: 100% !important;
    max-width: 175px; }
    .our_promise .swiper-slide a {
      display: flex;
      align-items: center; }
      .our_promise .swiper-slide a span {
        float: left; } }

@media screen and (max-width: 767px) {
  .our_promise {
    padding: 0;
    background: transparent; }
    .our_promise .promise_content {
      flex: 0 0 100%;
      max-width: 100%; }
    .our_promise .promise_title {
      display: flex;
      background: #f4f4f4;
      padding: 15px;
      margin-right: 5px;
      border-radius: 3px;
      min-height: 130px;
      margin-left: 15px; }
      .our_promise .promise_title h5 {
        align-self: center; }
    .our_promise .promise_message a {
      display: block;
      text-align: center;
      background: #f5f5f5;
      min-height: 130px;
      padding: 20px 5px;
      font-size: 12px;
      line-height: 1.5;
      border-radius: 3px; }
      .our_promise .promise_message a span {
        display: block;
        margin-bottom: 5px; }
        .our_promise .promise_message a span img {
          min-height: 30px; }
    .our_promise .align-items {
      align-items: inherit; } }

