@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@400;700&family=Poppins:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito&family=Open+Sans&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Open+Sans:wght@400;700&family=Poppins:wght@400;500;700&family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito&family=Open+Sans&family=Roboto&display=swap");
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  color: #000;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  overflow-x: hidden;
}

a:hover {
  text-decoration: none;
}

.nav-link {
  color: #000;
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.show .btn-outline-secondary.dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

p,
ul,
.card-title {
  margin-bottom: 0;
}

.text-approved {
  color: #128512;
  font-weight: 500;
}

.text-cancel {
  color: #fe3333;
  font-weight: 500;
}

.text-delivered {
  color: #464646;
  font-weight: 500;
}

textarea {
  resize: none;
}

/** TOPBAR START HERE */
.topbar {
  border-bottom: solid 0.1rem #eee;
}

.topbar .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.topbar .nav .nav-item .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.topbar .nav .nav-item .nav-link span {
  color: #0d0d0d;
  font-family: "Nunito", sans-serif;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: .85rem;
}

.topbar .nav .nav-item .nav-link span:hover {
  color: #FD0B1D;
}

.topbar .nav .nav-item .nav-link:hover {
  color: #FD0B1D;
}

.topbar .nav .nav-item .nav-link:first-child {
  padding-right: 0;
  padding-left: 0;
}

.topbar .nav .distance {
  margin-right: 2rem;
}

.topbar .nav .dropdown .dropdown-menu .dropdown-item {
  padding: .5rem;
  font-size: 14px;
}

.topbar .nav .dropdown .dropdown-menu .dropdown-item i {
  margin-right: .5rem;
}

.topbar .nav:first-child {
  margin-left: 1rem;
}

.topbar .nav:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-right: 1rem;
}

.topbar .nav:last-child .bar {
  padding: 0 1.25rem;
}

/** TOPBAR END HERE */
/** HEADER START HERE */
.header {
  /* padding: 1.25rem 0; */
  padding: 1.25rem 0 0 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 11;
  background: white;
  -webkit-box-shadow: 0 10px 6px -6px rgba(216, 212, 212, 0.25);
          box-shadow: 0 10px 6px -6px rgba(216, 212, 212, 0.25);
}

.header .header-logo {
  max-width: 160px;
}

.header .header-logo img {
  width: 100%;
}

.header-searchbox {
  width: 65%;
}

.header-searchbox #search-input {
  padding: 0.375rem 1.5rem;
}

.header-searchbox .input-group .form-control {
  border-radius: 0px;
  font-size: 1rem;
  border-color: #FD0B1D;
  font-family: "Nunito", sans-serif;
}

.header-searchbox .input-group .form-control:focus {
  border-color: #FD0B1D;
}

.header-searchbox .input-group .input-group-append .dropdown-toggle {
  border-color: #FD0B1D;
}

.header-searchbox .input-group .input-group-append .dropdown-toggle:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #FD0B1D;
}

.header-searchbox .input-group .input-group-append .dropdown-toggle:hover {
  background: white;
  color: #000;
}

.header-searchbox .input-group .input-group-append .dropdown-menu {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.header-searchbox .input-group .input-group-append .dropdown-menu .dropdown-item {
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  font-family: "Nunito", sans-serif;
}

.header-searchbox .input-group .input-group-append .btn-search {
  background: #FD0B1D;
  border: 0;
  width: 5rem;
  border-top-right-radius: 0rem;
  border-bottom-right-radius: 0rem;
  overflow: hidden;
}

.header .right-menu {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: .5rem;
}

.header .right-menu-item {
  margin-right: 1rem;
}
.header .nav-link {
  padding: 0; 
}

.header .right-menu-item-link {
  text-decoration: none;
  color: #0d0d0d;
  font-family: "Nunito", sans-serif;
}

.header .right-menu-item:last-child {
  margin-right: 0;
}

.header .right-menu-item .counter {
  position: relative;
}

.header .right-menu-item .counter .cart-counter {
  position: absolute;
  top: -12px;
  right: -12px;
  background: #FD0B1D;
  color: white;
  font-size: .5rem;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  font-weight: 500;
}

.header .right-menu-item .mobile-menu-icon {
  color: #0d0d0d;
}

.header .mobile-menu-icon {
  display: none;
}

/** HEADER END HERE */
/** SUBSCRIBE SECTION START */
.subscribe-section {
  background: #fff;
  -webkit-box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px 5px rgba(0, 0, 0, 0.1);
}

.subscribe-section .subscribe-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem 0;
}

.subscribe-section .subscribe-box .subscribe-title {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  color: #323232;
  line-height: 1.2;
  text-align: center;
}

.subscribe-section .subscribe-box .box .input-group .form-control {
  border-color: #FD0B1D;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 320px;
  font-family: "Nunito", sans-serif;
  color: #323232;
  font-size: 1rem;
}

.subscribe-section .subscribe-box .box .input-group .input-group-append .input-group-text {
  background: #FD0B1D;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  color: #fff;
  border: solid 1px #FD0B1D;
  cursor: pointer;
  -webkit-transition: .35s;
  transition: .35s;
}

.subscribe-section .subscribe-box .box .input-group .input-group-append .input-group-text:hover {
  background: #cd2b10;
}

.subscribe-section .subscribe-box h5 {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  color: #323232;
  line-height: 1.2;
  text-align: center;
}

.subscribe-section .subscribe-box h5 a {
  color: #323232;
}

/** SUBSCRIBE SECTION END */
/** FOOTER SECTION START */
.footer {
  background: #e4e3e3;
  padding: 2rem 0;
}

.footer .foot-title {
  font-size: 1.3125rem;
  font-family: "Nunito", sans-serif;
  color: black;
  line-height: 1.2;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.footer .about-nav {
  font-family: "Nunito", sans-serif;
  line-height: 2;
  text-align: left;
  list-style: none;
}

.footer .about-nav li a {
  color: #4f4f4f;
  font-weight: 500;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-size: .9rem;
}

.footer .about-nav li a:hover {
  color: #FD0B1D;
}

.footer .socials-nav {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .socials-nav li {
  margin-right: .5rem;
}

.footer .socials-nav li a {
  font-size: 1.75rem;
}

.footer .socials-nav li a .fa-facebook-square {
  color: #3b5998;
}

.footer .socials-nav li a .fa-twitter-square {
  color: #00acee;
}

.footer .socials-nav li a .fa-instagram-square {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -o-text-fill-color: transparent;
}

.footer .socials-nav li a .fa-youtube-square {
  color: #c4302b;
}

.footer .socials-nav li:last-child {
  margin-right: 0;
}

.footer .copyright-row {
  margin-top: 3rem;
}

.footer .copyright-row p {
  text-align: center;
  width: 100%;
}

/** FOOTER SECTION END */
.card {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin: .3rem .1rem;
  border: 1px solid rgba(0, 0, 0, 0);
}

.card .card-header {
  background: transparent;
  border: 0;
  padding: 0rem;
}

.card .card-header .card-img {
  overflow: hidden;
  margin: auto;
  height: 200px;
  width: 200px;
}

.card .card-header .card-img img {
  height: 100%;
  width: 100%;
}

.card .card-body {
  text-align: center;
  padding: .5rem;
}

.card .card-body .card-title {
  text-transform: uppercase;
  color: #000;
  font-size: .9rem;
  font-weight: 600;
  height: 32.500px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-bottom: .25rem;
}

.card .card-body .card-price {
  text-transform: uppercase;
  color: #FD0B1D;
  font-size: .9rem;
  font-weight: 600;
}

.card .card-body .previous-price {
  text-transform: uppercase;
  color: #9b9494;
  font-size: 0.8rem;
  font-weight: normal;
  text-decoration: line-through;
}

.card .card-body .previous-price-blank {
  text-transform: uppercase;
  color: #9b9494;
  font-size: 0.8rem;
  font-weight: normal;
}

.card .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.card .card-footer .btn-buy {
  border: none;
  width: 49%;
  text-transform: uppercase;
  margin-right: 0.5rem;
  padding: 0.25rem;
  font-size: 0.6rem;
  background: #FD0B1D;
  color: #fff;
  border-radius: 0.25rem;
  height: 30px;
  font-weight: 600;
}

.card .card-footer .cart-btn {
    border: 1px solid black;
    width: 49%;
    text-transform: uppercase;
    padding: 0.25rem;
    font-size: 0.6rem;
    background: white;
    color: black;
    border-radius: 0.25rem;
    height: 30px;
    font-weight: 600;
}

.card:hover {
  -webkit-box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 10px 5px rgba(0, 0, 0, 0.1);
}

.card .ribbon {
  position: absolute;
  top: 0;
  right: 0;
  background: #FD0B1D;
  width: 35px;
  height: 35px;
  font-size: .7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: white;
}

.card .ribbon ::after {
  position: absolute;
  content: "";
  top: 35px;
  left: 0;
  z-index: 123;
  width: 35px;
  height: 35px;
  border: 0 solid transparent;
  border-left-width: 17.5px;
  border-right-width: 17.5px;
  border-top: 17.5px solid #FD0B1D;
}

/** SLEDER AREA SECTION START */
.slider-area {
  /* background: #f5f5f5; */
  background: white;
}

.slider-area .container {
  position: relative;
}

.slider-area .container .sale-left,
.slider-area .container .sale-right {
  position: absolute;
  width: 85px;
  top: 0;
  padding: 0;
}

.slider-area .container .sale-left {
  left: -100px;
}

.slider-area .container .sale-right {
  right: -100px;
}

.slider-area .main-menu {
  width: 100%;
  height: 100%;
  z-index: 22;
  background: #ffffff;
}

.slider-area .main-menu .all-categories {
  background: #fdeae7;
  font-size: .85rem;
  font-weight: 600;
}

.slider-area .main-menu .all-categories .nav-link {
  padding: .75rem;
  color: #000000;
  margin-bottom: .25rem;
}

.slider-area .main-menu .navbar-nav .dropright {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem .75rem;
  cursor: pointer;
  border-bottom: solid .1rem #ececec;
}

.slider-area .main-menu .navbar-nav .dropright .nav-img {
  width: 1.5rem;
  height: 1.5rem;
  margin-right: .5rem;
}

.slider-area .main-menu .navbar-nav .dropright .nav-img img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.slider-area .main-menu .navbar-nav .dropright .dropdown-toggle {
  font-style: normal;
  font-family: "Nunito", sans-serif;
  font-size: .75rem;
  color: #000;
  line-height: 1.2;
  width: 100%;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.slider-area .main-menu .navbar-nav .dropright .dropdown-toggle span {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

.slider-area .main-menu .navbar-nav .dropright .dropdown-toggle span .text {
  width: 110px;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slider-area .main-menu .navbar-nav .dropright .dropdown-toggle span .fa-angle-down {
  display: none;
}

.slider-area .main-menu .navbar-nav .dropright .dropdown-toggle::after {
  border: none;
  border-bottom: 0;
}

.slider-area .main-menu .navbar-nav .dropright .dropdown-toggle:hover {
  color: #FD0B1D;
}

.slider-area .main-menu .navbar-nav .dropright .active {
  -webkit-filter: drop-shadow(0px 15px 30px rgba(31, 19, 19, 0.15));
          filter: drop-shadow(0px 15px 30px rgba(31, 19, 19, 0.15));
}

.slider-area .main-menu .navbar-nav .dropright .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  border: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
  background: #ffffff;
  position: absolute;
}

.slider-area .main-menu .navbar-nav .dropright .dropdown-menu .dropdown-item {
  font-size: .85rem;
  padding: .5rem 1rem;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  color: #000;
}

.slider-area .main-menu .navbar-nav .dropright .dropdown-menu .dropdown-item:hover {
  color: #FD0B1D;
}

.slider-area .main-menu .navbar-nav .dropright:hover .dropdown-menu {
  display: block;
}

.slider-area .main-menu .navbar-nav .dropright:last-child {
  border-bottom: 0;
}

.slider-area .sale {
  width: 100%;
  height: 100%;
  padding: 0 0.25rem;
}

.slider-area .sale-img {
  padding-top: 0.5rem;
  width: 100%;
  height: 100%;
}

.slider-area .sidebar {
  display: none;
}

.slider-area .slick-slider {
  margin-bottom: 0;
}

.slider-area .banner-part {
  overflow: hidden;
}

.slider-area .banner-part .banner {
  width: 100%;
}

.slider-area .banner-part .banner img {
  width: 100%;
  height: 100%;
}

.slider-area .banner-part ul {
  position: absolute;
  bottom: 1rem;
  left: 0%;
}

.slider-area .banner-part ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.slider-area .banner-part ul li button {
  width: 14px;
  height: 14px;
  border: 1px solid #9c9c9c;
  font-size: 0;
  background: #fff;
  outline: 0;
  border-radius: 50%;
  overflow: hidden;
}

.slider-area .banner-part ul li button::before {
  content: "";
}

.slider-area .banner-part ul .slick-active button {
  background: #FD0B1D;
  border: 1px solid #FD0B1D;
  border-radius: 50%;
}

.slider-area .small-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  overflow: hidden;
}

.slider-area .small-banner .banner-box {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #bcbcbc;
  cursor: pointer;
}

.slider-area .small-banner .banner-box img {
  width: 100%;
  height: 100%;
}

/** HOME - MAIN SECTION START */
.home-main {
  /* background: #f5f5f5; */
  background: white;
  padding: 50px 0 0;
  /** HOME EVENT SECTION START */
  /** HOME EVENT SECTION END */
  /** BRAND SLIDER SECTION START */
}

.home-main .home-find-products {
  background: #fff;
  padding: 2.5rem;
}

.home-main .home-find-products-title {
  font-size: 29px;
  font-family: "Nunito", sans-serif;
  color: #FD0B1D;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 2.5rem;
}

.home-main .home-find-products-box {
  height: 100%;
}

.home-main .home-find-products-box .form-group label {
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  color: #262626;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  text-shadow: 0px 1px 3.84px rgba(0, 0, 0, 0.04);
}

.home-main .home-find-products-box .form-group .custom-select {
  border-color: #f4f4f4;
  color: #acacac;
  font-size: .9rem;
  font-family: "Nunito", sans-serif;
}

.home-main .home-find-products-box .form-group .custom-select option {
  font-size: .8rem;
}

.home-main .home-find-products-box .btn-search {
  border-radius: .25rem;
  background-color: #FD0B1D;
  border: none;
  padding: .3rem 1.5rem;
  color: white;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: .9rem;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
  margin-top: 0.6rem;
}

.home-main .home-find-products-box .btn-search:hover {
  background-color: #b6260e;
}

.home-main .devidor {
  margin: 2.5rem auto 3.75rem;
}

.home-main .home-event {
  margin-top: 50px;
}

.home-main .home-event-header {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .8125rem;
  margin-bottom: .625rem;
}

.home-main .home-event-header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-main .home-event-header-left h3 {
  font-family: "Nunito", sans-serif;
  color: #FD0B1D;
  margin-bottom: 0;
  font-size: 1.1rem;
}

.home-main .home-event-header-left-countdown {
  margin-left: 4.375rem;
}

.home-main .home-event-header-left-countdown .ending {
  color: #232323;
  font-size: .8rem;
  font-family: "Nunito", sans-serif;
}

.home-main .home-event-header-left-countdown .dot {
  color: #767676;
}

.home-main .home-event-header-left-countdown-box {
  background: #767676;
  color: #fff;
  padding: .45rem;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: .25rem;
  font-family: "Nunito", sans-serif;
}

.home-main .home-event-header-right .shop-morebtn {
  border-radius: .25rem;
  background-color: #FD0B1D;
  border: none;
  padding: .25rem .5rem;
  color: white;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: .8rem;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}

.home-main .home-event-header-right .shop-morebtn:hover {
  background-color: #b6260e;
}

.home-main .home-event-slider .prev {
  color: #959595;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  cursor: pointer;
  display: none;
}

.home-main .home-event-slider .next {
  color: #959595;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  cursor: pointer;
  display: none;
}

.home-main .home-event-slider .slick-slider {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-main .home-event-slider .slick-slider:hover .next,
.home-main .home-event-slider .slick-slider:hover .prev {
  display: block;
}

.home-main .home-event-slider .card {
  position: relative;
}

.home-main .home-image {
  margin: 50px 0;
}

.home-main .home-image .smart-img {
  overflow: hidden;
  margin: auto;
}

.home-main .home-image .smart-img img {
  width: 100%;
}

.home-main .home-section {
  margin: 10px 0px 2px 0px;
}

.home-main .home-section .home-image-slide .card .card-header .card-img {
  width: 170px;
}

.home-main .home-section .prev {
  color: #959595;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  cursor: pointer;
  display: none;
}

.home-main .home-section .next {
  color: #959595;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  cursor: pointer;
  display: none;
}

.home-main .home-section .slick-slider {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.home-main .home-section .slick-slider:hover .next,
.home-main .home-section .slick-slider:hover .prev {
  display: block;
}

.home-main .home-section .right-img-box {
  overflow: hidden;
}

.home-main .home-section .right-img-box img {
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.home-main .home-section .right-img-box img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.home-main .category-section {
  margin: 20px 0;
}
.home-main .category-section .category-section-title h3{
  font-size: 22px;
  padding-bottom: 15px;
}

.home-main .brands-slider-section {
  margin-top: 50px;
}

.home-main .brands-slider-section .brands-slide {
  background: white;
  padding: 1.75rem 0;
}

.home-main .brands-slider-section .brands-slide-title {
  color: #FD0B1D;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 29px;
  font-family: "Nunito", sans-serif;
  margin-bottom: 1.5rem;
}

.home-main .brands-slider-section .brands-slide .brands-slider .card {
  border: none;
}

.home-main .brands-slider-section .brands-slide .brands-slider .card .card-header {
  height: 80px;
}

.home-main .brands-slider-section .brands-slide .brands-slider .card .card-header .card-img {
  width: 130px;
  height: 100%;
}

.home-main .brands-slider-section .brands-slide .brands-slider .card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-main .brands-slider-section .brands-slide .brands-slider .prev {
  color: #959595;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  cursor: pointer;
  display: none;
}

.home-main .brands-slider-section .brands-slide .brands-slider .next {
  color: #959595;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  cursor: pointer;
  display: none;
}

.footer-section {
  background: #f5f5f5;
}

.footer-section .subscribe {
  padding-top: 30px;
}

.footer-section .subscribe .subscribe-section .subscribe-box .box .input-group .form-control {
  max-width: 180px !important;
}

/** HOME - MAIN SECTION END */
/* LOGIN-REGISTER MODAL STYLE START */
.sign-up .modal .modal-header .close {
  position: absolute;
  top: 7px;
  right: 16px;
}

.sign-up .modal .modal-body {
  margin-top: 25px;
}

.sign-up .modal .modal-body .nav-pills .nav-item .nav-link {
  font-size: 15px;
  margin-left: 15px;
  color: #676767;
  padding: 5px 42px;
  font-weight: bold;
  margin-left: 45px;
}

.sign-up .modal .modal-body .nav-pills .nav-item .nav-link.active {
  background: #FD0B1D;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  color: #ffffff;
}

.sign-up .modal .modal-body .nav-pills .nav-item .log-in-btn {
  margin-left: 70px;
}

.sign-up .modal .modal-body .tab-content .mx {
  margin-left: 40px;
  margin-right: 40px;
}

.sign-up .modal .modal-body .tab-content .form-group label {
  font-weight: 400;
  color: #000;
  font-size: 15px;
}

.sign-up .modal .modal-body .tab-content .form-group label span {
  color: #FD0B1D;
}

.sign-up .modal .modal-body .tab-content .form-group .form-control {
  background: #fcfcfc;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sign-up .modal .modal-body .tab-content .form-group .form-control::-webkit-input-placeholder {
  color: #b7bbc7;
  font-weight: 400;
  font-size: 13px;
}

.sign-up .modal .modal-body .tab-content .form-group .form-control:-ms-input-placeholder {
  color: #b7bbc7;
  font-weight: 400;
  font-size: 13px;
}

.sign-up .modal .modal-body .tab-content .form-group .form-control::-ms-input-placeholder {
  color: #b7bbc7;
  font-weight: 400;
  font-size: 13px;
}

.sign-up .modal .modal-body .tab-content .form-group .form-control::placeholder {
  color: #b7bbc7;
  font-weight: 400;
  font-size: 13px;
}

.sign-up .modal .modal-body .tab-content .form-group .form-control:focus {
  border-color: #FD0B1D;
}

.sign-up .modal .modal-body .tab-content .form-group .create {
  display: block;
  background: #FD0B1D;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  padding: 0.5rem 0;
  text-align: center;
  margin-top: 40px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.sign-up .modal .modal-body .tab-content .form-group .create:hover {
  background: #b6260e;
}

.sign-up .modal .modal-body .tab-content .form-group .forgot {
  font-size: 13px;
  color: #0048ff;
}

.sign-up .modal .modal-body .agree {
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  margin: 0 auto;
  width: 72%;
  height: auto;
  color: #a5a5a5;
}

.sign-up .modal .modal-body .agree a {
  color: #049eff;
}

.sign-up .modal .modal-body .bottomicon {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.sign-up .modal .modal-body .bottomicon img {
  width: 30px;
}

.sign-up .modal .modal-body .bottomicon a {
  display: inline-block;
  position: relative;
}

.sign-up .modal .modal-body .bottomicon a::after {
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -3px;
  left: 0;
  content: "";
  background: #FD0B1D;
}

.sign-up .modal .modal-body .bottomicon a:hover::after {
  width: 100%;
  -webkit-transition: 0.8s;
  transition: 0.8s;
}

/* LOGIN-REGISTER MODAL STYLE END */
/** PRODUCT - MAIN SECTION START */
.product-datails {
  background: #f5f5f5;
  /** BREADCRUMB START */
  /** TOP CONTENT START */
  /** PRODUCT DESCRIPTION TAB START */
  /** RECOMMENDED PRODUCT SECTION START */
}

.breadcrumb {
  background: white;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}

.breadcrumb-item+.breadcrumb-item {
   padding-left: 0; 
}
.breadcrumb .breadcrumb-item::before {
  content: "";
}

.breadcrumb .breadcrumb-item:first-child::before {
  content: "";
}

.breadcrumb .breadcrumb-item a {
  color: #000;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 0.75rem;
  overflow: hidden;
  font-family: "Nunito", sans-serif;
  padding: 5px 10px;
}

.product-datails .breadcrumb .breadcrumb-item a:hover {
  color: #FD0B1D;
  text-decoration: none;
}

.product-datails .breadcrumb .breadcrumb-item.active {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.75rem;
  overflow: hidden;
}

.product-datails .top-content {
  background: white;
  padding: 1.25rem 2rem 0;
  margin-bottom: 2rem;
  /* LEFT CONTENT */
  /** MIDDLE CONTENT */
  /* RIGHT CONTENT */
}

.product-datails .top-content-left {
  padding-bottom: 1.25rem;
}

.product-datails .top-content-left .big-img {
  width: 80%;
  margin: 0 auto 2rem;
  text-align: center;
}

.product-datails .top-content-left .big-img .big-i {
  max-width: 100%;
}

.product-datails .top-content-left .topcontent-slide img {
  border: solid 0.1rem #cecece;
  padding: 0.2rem;
  width: 75px;
  height: 75px;
  overflow: hidden;
  max-height: 160px;
  margin: auto;
}

.product-datails .top-content-left .topcontent-slide .slick-current img {
  border-color: #FD0B1D;
}

.product-datails .top-content-left .prev {
  color: #959595;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  cursor: pointer;
  display: none;
}

.product-datails .top-content-left .next {
  color: #959595;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  cursor: pointer;
  display: none;
}

.product-datails .top-content-left .slick-slider {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.product-datails .top-content-left .slick-slider:hover .next,
.product-datails .top-content-left .slick-slider:hover .prev {
  display: block;
}

.product-datails .top-content-mid {
  width: 100%;
}

.product-datails .top-content-mid .wish-btn {
  cursor: pointer;
}

.product-datails .top-content-mid .mid-content-title {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 0.5rem 0;
}

.product-datails .top-content-mid .mid-content-price {
  color: #FD0B1D;
  font-weight: 600;
  font-size: 1.25rem;
  margin-bottom: .2rem;
}

.product-datails .top-content-mid .mid-content-seller {
  font-weight: 400;
  font-size: .90rem;
  margin-bottom: 1.2rem;
}

.product-datails .top-content-mid .form-check {
  margin-bottom: 0.5rem;
}

.product-datails .top-content-mid .form-check-label {
  color: #525252;
  font-weight: 500;
  font-size: 0.9rem;
}

.product-datails .top-content-mid .mid-content-text {
  color: #525252;
  font-weight: 500;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.product-datails .top-content-mid .product-note {
  color: #000;
  margin: .3rem 0rem;
}

.product-datails .top-content-mid .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 1.5rem;
}

.product-datails .top-content-mid .rating-icons .fas {
  color: #FD0B1D;
}

.product-datails .top-content-mid .rating-text {
  font-weight: 600;
  font-size: 0.75rem;
}

.product-datails .top-content-mid .variation-text {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-datails .top-content-mid .variation-text .title {
  min-width: 100px;
}

.product-datails .top-content-mid .variation-text .title h5 {
  width: 100%;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
}

.product-datails .top-content-mid .variation-text .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.product-datails .top-content-mid .variation-text .colors .cbox {
  border: solid 0.19rem #cecece;
  /* padding: 0.15rem; */
  margin-right: 0.5rem;
  /* border-radius: 0.25rem; */
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: 0;
}

.product-datails .top-content-mid .variation-text .colors .cbox .color {
  width: 100%;
  height: 100%;
  cursor: pointer;
  /* border: solid 0.1rem #cecece; */
}

.product-datails .top-content-mid .variation-text .colors .cbox:last-child {
  margin-right: 0;
}

.product-datails .top-content-mid .variation-text .colors .cbox:hover {
  border-color: #FD0B1D;
}

.product-datails .top-content-mid .variation-text .colors .cbox.active {
  /* -webkit-box-shadow: 0 0 8px 0px #f52804;
          box-shadow: 0 0 8px 0px #f52804; */
  border-color: #FD0B1D;
  border-width: 0.19rem;
}

.product-datails .top-content-mid .variation-text .variation-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
}

.product-datails .top-content-mid .variation-text .variation-btns .variation-btn {
  border: solid 0.1rem #cecece;
  border-radius: 0.25rem;
  background: #f0f0f0;
  color: #4d4d4d;
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 0.75rem;
  margin: 0rem .5rem .5rem 0rem;
}

.product-datails .top-content-mid .variation-text .variation-btns .variation-btn:hover {
  background: white;
  border-color: #FD0B1D;
}

.product-datails .top-content-mid .variation-text .variation-btns .active {
  /* -webkit-box-shadow: 0 0 8px 0 #f52804;
          box-shadow: 0 0 8px 0 #f52804; */
  border-color: #FD0B1D;
  border-width: 0.1rem;
  background: white;
}

.product-datails .top-content-mid .cart-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2.25rem 0;
}

.product-datails .top-content-mid .cart-btns .addcart-btn {
  background: #FD0B1D;
  color: white;
  border: none;
  margin-right: 0.5rem;
  padding: 0.5rem 0;
  border-radius: 0.25rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 49%;
  text-transform: uppercase;
}
.product-datails .top-content-mid .cart-btns .addcart-btn2 {
  background: white;
  border: 1px solid black;
  color: black;
  margin-right: 0.5rem;
  padding: 0.5rem 0;
  border-radius: 0.25rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 49%;
  text-transform: uppercase;
}

.product-datails .top-content-mid .cart-btns .addcart-btn:last-child {
  margin-right: 0;
}

.product-datails .top-content-mid .cart-btns .addcart-btn:hover {
  background: #b6260e;
}

.product-datails .top-content .right-img {
  overflow: hidden;
}

.product-datails .top-content .right-img img {
  -webkit-transition: 0.5s -webkit-transform;
  transition: 0.5s -webkit-transform;
  transition: 0.5s transform;
  transition: 0.5s transform, 0.5s -webkit-transform;
}

.product-datails .top-content .right-img img:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.product-datails .prod-desc {
  background: white;
  padding: 1.5rem;
  margin-bottom: 2.5rem;
}

.product-datails .prod-desc .nav-tabs {
  margin-bottom: 1.25rem;
}

.product-datails .prod-desc .nav-tabs .nav-link {
  border: none;
  border-bottom: solid 0.1rem #dee2e6;
  padding: 0.5rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-right: 1rem;
}

.product-datails .prod-desc .nav-tabs .nav-link:hover:not(.active) {
  color: #FD0B1D;
}

.product-datails .prod-desc .nav-tabs .active {
  background: #FD0B1D;
  color: white;
  border-bottom: none;
}

.product-datails .recom-prods {
  padding-bottom: 2.5rem;
}

.product-datails .recom-prods .recom-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}

.product-datails .recom-prods .recom-title h4 {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.product-datails .recom-prods .recom-title .border-between {
  width: 80%;
  height: 0.1rem;
  background: #ddd;
}

.product-datails .recom-prods .recom-title .seeall-btn {
  background: #FD0B1D;
  border: none;
  color: white;
  padding: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
}

.product-datails .recom-prods .similar-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1.5rem;
}

.product-datails .recom-prods .similar-title h4 {
  font-size: 1rem;
  margin-top: 0.5rem;
}

.product-datails .recom-prods .similar-title .border-between {
  width: 75%;
  height: 0.1rem;
  background: #ddd;
}

.product-datails .recom-prods .similar-title .seeall-btn {
  background: #FD0B1D;
  border: none;
  color: white;
  padding: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.75rem;
}

.product-datails .recom-prods .prev {
  color: #959595;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  left: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.9);
  padding: 10px;
  cursor: pointer;
  display: none;
}

.product-datails .recom-prods .next {
  color: #959595;
  font-size: 1rem;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  cursor: pointer;
  display: none;
}

.product-datails .recom-prods .slick-slider {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.product-datails .recom-prods .slick-slider:hover .next,
.product-datails .recom-prods .slick-slider:hover .prev {
  display: block;
}

/** PRODUCT - MAIN SECTION END */
.campaign-part {
  background: #f5f5f5;
}

.best-product {
  padding: 1rem;
  position: relative;
  background: #fff;
}

.best-product .best-product-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.best-product .best-product-box-left {
  margin-right: 1.25rem;
}

.best-product .best-product-box-left-img {
  width: 125px;
  height: 125px;
}

.best-product .best-product-box-left-img img {
  width: 100%;
  height: 100%;
}

.best-product .best-product-box-right {
  text-align: left;
}

.best-product .best-product-box-right-title {
  font-size: 1rem;
  font-weight: 600;
  margin: .5rem 0;
  text-transform: uppercase;
  color: #FD0B1D;
}

.best-product .best-product-box-right .brand-logo {
  width: 55px;
  height: 55px;
  margin: 0;
}

.best-product .best-product-box-right .brand-model {
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem 0rem .5rem;
}

.best-product .best-product-box-right .product-price {
  color: #FD0B1D;
  font-weight: 600;
  font-size: 1rem;
  margin: .5rem 0rem 1rem;
}

.best-product .best-product-box-right .checkbox {
  text-align: left;
  margin: .5rem 0;
}

.best-product .best-product-box-right .checkbox .form-check {
  margin: .5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.best-product .best-product-box-right .checkbox .form-check-label {
  color: #525252;
  font-weight: 500;
  font-size: 0.8rem;
  margin-top: .25rem;
}

.best-product .best-product-box-right .checkbox .emi-text {
  font-size: .5rem;
  margin-bottom: .5rem;
}

.best-product .best-product-box-right .rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: .5rem 0;
}

.best-product .best-product-box-right .rating-icons .fas {
  color: #FD0B1D;
}

.best-product .best-product-box-right .rating-text {
  font-weight: 600;
  font-size: 0.75rem;
}

.best-product .best-product-box-right .variation-text {
  margin-bottom: .5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.best-product .best-product-box-right .variation-text .title {
  min-width: 50px;
}

.best-product .best-product-box-right .variation-text .title h5 {
  width: 100%;
  font-size: 0.5rem;
  font-weight: 600;
  text-transform: uppercase;
}

.best-product .best-product-box-right .variation-text .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.best-product .best-product-box-right .variation-text .colors .cbox {
  border: solid 0.1rem #cecece;
  padding: 0.1rem;
  margin-right: 0.5rem;
  border-radius: 0.25rem;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  margin-bottom: .3rem;
}

.best-product .best-product-box-right .variation-text .colors .cbox .color {
  width: 90%;
  height: 90%;
  cursor: pointer;
  border: solid 0.1rem #cecece;
}

.best-product .best-product-box-right .variation-text .colors .cbox:last-child {
  margin-right: 0;
}

.best-product .best-product-box-right .variation-text .colors .cbox:hover {
  border-color: #FD0B1D;
}

.best-product .best-product-box-right .variation-text .colors .cbox.active {
  -webkit-box-shadow: 0 0 5px 0px #f52804;
          box-shadow: 0 0 5px 0px #f52804;
  border-color: #FD0B1D;
  border-width: 0.1rem;
}

.best-product .best-product-box-right .variation-text .variation-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
}

.best-product .best-product-box-right .variation-text .variation-btns .variation-btn {
  border: solid 0.1rem #cecece;
  border-radius: 0.25rem;
  background: #f0f0f0;
  color: #4d4d4d;
  font-size: 0.7rem;
  font-weight: 600;
  padding: 0.2rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height: 0.7rem;
  margin: 0rem .5rem .5rem 0rem;
}

.best-product .best-product-box-right .variation-text .variation-btns .variation-btn:hover {
  background: white;
  border-color: #FD0B1D;
}

.best-product .best-product-box-right .variation-text .variation-btns .active {
  -webkit-box-shadow: 0 0 5px 0 #f52804;
          box-shadow: 0 0 5px 0 #f52804;
  border-color: #FD0B1D;
  border-width: 0.1rem;
  background: white;
}

.best-product .best-product-box-right .cart-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: .5rem 0;
}

.best-product .best-product-box-right .cart-btns .addcart-btn {
  background: #FD0B1D;
  color: white;
  border: none;
  margin-right: 0.5rem;
  padding: 0.5rem 0;
  font-size: .7rem;
  border-radius: 0.25rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 49%;
  text-transform: uppercase;
}

.best-product .best-product-box-right .cart-btns .addcart-btn:last-child {
  margin-right: 0;
}

.best-product .best-product-box-right .cart-btns .addcart-btn:hover {
  background: #b6260e;
}

.best-product .flash-sale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f5f5f5;
  padding: .75rem;
}

.best-product .flash-sale-title {
  color: #FD0B1D;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.best-product .flash-sale-countdown {
  margin-left: 3rem;
}

.best-product .flash-sale-countdown .dot {
  color: #767676;
}

.best-product .flash-sale-countdown .ending {
  font-size: .75rem;
}

.best-product .flash-sale-countdown-box {
  background: #767676;
  color: #fff;
  padding: .35rem;
  font-size: .75rem;
  line-height: .75rem;
  border-radius: .25rem;
  font-family: "Nunito", sans-serif;
}

.best-product-ribbon {
  background: #FD0B1D;
  display: inline-block;
  padding: .3rem;
  position: absolute;
  top: 0;
  left: 0;
}

.best-product-ribbon span {
  padding-top: 5px;
  display: inline-block;
  text-transform: uppercase;
  color: #f0f0f0;
  font-size: .75rem;
  font-weight: 600;
}

.best-product-ribbon::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -71px;
  width: 100%;
  border-top: solid 35.5px transparent;
  border-left: solid 20px #FD0B1D;
  border-bottom: solid 35.5px transparent;
  border-right: solid 20px transparent;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#campaign .card .card-img img {
  width: 150px;
  height: 150px;
}

/** CART DETAILS START */
.cart-datails {
  padding-top: 25px;
  background: #f5f5f5;
  padding-bottom: 100px;
}

.cart-datails .cart {
  margin-top: 25px;
}

.cart-datails .cart .card {
  border-radius: 0;
  border: 0;
}

.cart-datails .cart .card .card-header {
  border: none;
  background: #FD0B1D;
  color: white;
  padding: .625rem .9375rem;
  border-radius: 0;
}

.cart-datails .cart .card .card-header .card-title {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: .9rem;
  color: #fff;
  background: #FD0B1D;
  text-transform: uppercase;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-datails .cart .card .card-header .card-title img {
  width: 1rem;
  margin-right: .35rem;
}

.cart-datails .cart .card .card-body .text {
  text-align: center;
}

.cart-datails .cart .card .card-body .text h4 {
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  color: #000000;
  margin-bottom: 0;
}

.cart-datails .cart .card .card-body .text .price {
  margin-top: 35px;
}

.cart-datails .cart .card .card-body .text .img {
  padding: 10px 0;
  width: 100%;
}

.cart-datails .cart .card .card-body .text .red_gb {
  margin-left: 0;
  margin-top: 40px;
}

.cart-datails .cart .card .card-body .text .red_gb .gb p {
  color: #FD0B1D;
  background: #f2f2f2;
  text-align: center;
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  font-size: 10px;
  border-radius: 3px;
  margin-right: 10px;
  font-weight: 500;
  cursor: pointer;
  padding: .25rem .35rem;
}

.cart-datails .cart .card .card-body .text .plus-min {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-datails .cart .card .card-body .text .plus-min .decrement-btn {
  background: transparent;
  border: 1px solid #c2c2c2;
  color: #c2c2c2;
}

.cart-datails .cart .card .card-body .text .plus-min .increment-btn {
  background: #4b4b4b;
  border: 1px solid #4b4b4b;
}

.cart-datails .cart .card .card-body .text .plus-min .increment-btn i {
  color: #fff;
}

.cart-datails .cart .card .card-body .text .plus-min .quantity {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: 0;
  color: #6c6c6c;
  border-radius: 0;
  font-size: .625rem;
}

.cart-datails .cart .card .card-body .text .plus-min p {
  position: relative;
  top: -2px;
}

.cart-datails .cart .card .card-body .text .plus-min input {
  width: 25px;
  height: 25px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  border-radius: 3px;
  outline: 0;
  color: #000;
  text-align: center;
  font-size: 10px;
  position: relative;
  border-radius: 0;
  margin: 0 .5rem;
}

.cart-datails .cart .card .card-body .icon {
  margin-top: 2rem;
  cursor: pointer;
}

.cart-datails .cart .card .card-body .icon img {
  width: .8125rem;
}

.cart-datails .cart .card .card-body p {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: .8rem;
  color: #303030;
  font-weight: 500;
}

.cart-datails .cart .card .card-body hr {
  border-color: #c2c2c2;
}

.cart-datails .cart .card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cart-datails .cart .cart-summary .card-header {
  border: none;
  background: #FD0B1D;
  color: white;
  padding: .625rem .9375rem;
  border-radius: 0;
}

.cart-datails .cart .cart-summary .card-header .card-title {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: .9rem;
  color: #fff;
  background: #FD0B1D;
  text-transform: uppercase;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cart-datails .cart .cart-summary .card-header .card-title img {
  width: 1rem;
  margin-right: .35rem;
}

.cart-datails .cart .cart-summary .card-body {
  text-align: left;
}

.cart-datails .cart .cart-summary .card-body .top-part .cart-tilte {
  margin-top: -0.3125rem;
  font-size: .9375rem;
  font-family: "Nunito", sans-serif;
}

.cart-datails .cart .cart-summary .card-body .top-part .cart-text {
  color: #8d8989;
  margin-top: 0.3125rem;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
}

.cart-datails .cart .cart-summary .card-body .top-part .price-details {
  text-transform: uppercase;
  font-size: .9375rem;
  margin-top: 1.5625rem;
  font-family: "Nunito", sans-serif;
}

.cart-datails .cart .cart-summary .card-body .mid-part .price {
  font-size: .9375rem;
  font-weight: 400;
  text-align: right;
  font-family: "Nunito", sans-serif;
}

.cart-datails .cart .cart-summary .card-body .mid-part .price-text {
  font-size: .9375rem;
  font-weight: 400;
  font-family: "Nunito", sans-serif;
}

.cart-datails .cart .cart-summary .card-body hr {
  border-color: #c2c2c2;
}

.cart-datails .cart .cart-summary .card-body .bottom-part {
  margin-top: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 .9375rem;
  margin-bottom: 3rem;
}

.cart-datails .cart .cart-summary .card-body .bottom-part .totalamount {
  font-size: .9375rem;
  font-weight: 600;
  font-family: "Nunito", sans-serif;
}

.cart-datails .cart .cart-summary .card-body .bottom-part .total {
  font-size: .9375rem;
  font-weight: 500;
  font-family: "Nunito", sans-serif;
}

.cart-datails .cart .cart-summary .card-body .checkout a {
  background: #FD0B1D;
  color: #fff;
  display: block;
  font-size: .9rem;
  text-align: center;
  text-transform: uppercase;
  padding: .5rem 0;
  -webkit-transition: .5s;
  transition: .5s;
  font-weight: 400;
}

.cart-datails .cart .cart-summary .card-body .checkout a:hover {
  background: #b6260e;
}

/** CART DETAILS END */
/** CHECKOUT DETAILS START */
.checkout-datails {
  padding-top: 2rem;
  padding-bottom: 150px;
  background: #f5f5f5;
}

.checkout-datails .checkout-title h1 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  text-transform: uppercase;
}

.checkout-datails .checkout-title p {
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  font-size: 13px;
  color: #727272;
  margin-top: 5px;
}

.checkout-datails .shipping-address {
  margin-top: 1.5625rem;
}

.checkout-datails .shipping-address .card {
  border: 0;
  border-radius: 0;
  margin: 0 auto;
}

.checkout-datails .shipping-address .card .card-header {
  border: none;
  background: #FD0B1D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem 0;
  border-radius: 0;
}

.checkout-datails .shipping-address .card .card-header-img {
  width: 20px;
  margin: 0 .625rem 0 1rem;
}

.checkout-datails .shipping-address .card .card-header-title {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: .875rem;
  color: #fff;
  background: #FD0B1D;
  text-transform: uppercase;
  margin: 0;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form {
  text-align: left;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .form-group .custom-control-label {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: .875rem;
  color: #000;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .form-group label {
  font-size: .875rem;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .form-group label span {
  color: #FD0B1D;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .form-group .form-control {
  -webkit-transition: .4s;
  transition: .4s;
  font-size: .875rem;
  background: #fcfcfc;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .form-group .form-control:focus {
  border-color: #FD0B1D;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .form-group .form-control::-webkit-input-placeholder {
  color: #b7bbc7;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .form-group .form-control:-ms-input-placeholder {
  color: #b7bbc7;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .form-group .form-control::-ms-input-placeholder {
  color: #b7bbc7;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .form-group .form-control::placeholder {
  color: #b7bbc7;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .form-group .custom-select {
  -webkit-transition: .4s;
  transition: .4s;
  font-size: .9375rem;
  font-size: .875rem;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .form-group .custom-select:focus {
  border-color: #FD0B1D;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .custom-checkbox .custom-control-label {
  font-size: .875rem;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  margin-top: -4px;
  margin-left: -2px;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #FD0B1D;
  background-color: #FD0B1D;
  width: .75rem;
  height: .75rem;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #000;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border-radius: .1875rem;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  width: .75rem;
  height: .75rem;
  margin-top: -0.125rem;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .select .custom-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .875rem;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .select .custom-control .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .select .custom-control .custom-control-input:checked ~ .custom-control-label::after {
  display: none;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .select .custom-control .custom-control-input ~ .custom-control-label::before {
  width: 12px;
  height: 12px;
  margin-top: -2px;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .select .custom-control .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border-radius: 3px;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .select .custom-control .select .custom-control-input:checked ~ .custom-control-label {
  color: #000;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .select .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #FD0B1D;
  background-color: #FD0B1D;
  width: .75rem;
  height: .75rem;
}

.checkout-datails .shipping-address .card .card-body .shipadd-form .select .custom-control .custom-control-label {
  color: #777777;
}

.checkout-datails .shipping-address .card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-datails .shipping-address .shipping-methods .card {
  border: 0;
  border-radius: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.checkout-datails .shipping-address .shipping-methods .card .card-header {
  border: none;
  background: #FD0B1D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: .5rem 0;
  border-radius: 0;
}

.checkout-datails .shipping-address .shipping-methods .card .card-header-img {
  width: 20px;
  margin: 0 .625rem 0 1rem;
}

.checkout-datails .shipping-address .shipping-methods .card .card-header-title {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: .875rem;
  color: #fff;
  background: #FD0B1D;
  text-transform: uppercase;
  margin: 0;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body {
  padding-bottom: 0px;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form {
  text-align: left;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form label, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form label {
  margin-bottom: 0;
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .form-group .custom-control-label, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .form-group .custom-control-label {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: .875rem;
  color: #000;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .form-group label, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .form-group label {
  font-size: .875rem;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .form-group label span, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .form-group label span {
  color: #FD0B1D;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .form-group .form-control, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .form-group .form-control {
  -webkit-transition: .4s;
  transition: .4s;
  font-size: .875rem;
  background: #fcfcfc;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .form-group .form-control:focus, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .form-group .form-control:focus {
  border-color: #FD0B1D;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .form-group .form-control::-webkit-input-placeholder, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .form-group .form-control::-webkit-input-placeholder {
  color: #b7bbc7;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .form-group .form-control:-ms-input-placeholder, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .form-group .form-control:-ms-input-placeholder {
  color: #b7bbc7;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .form-group .form-control::-ms-input-placeholder, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .form-group .form-control::-ms-input-placeholder {
  color: #b7bbc7;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .form-group .form-control::placeholder, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .form-group .form-control::placeholder {
  color: #b7bbc7;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .form-group .custom-select, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .form-group .custom-select {
  -webkit-transition: .4s;
  transition: .4s;
  font-size: .9375rem;
  font-size: .875rem;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .form-group .custom-select:focus, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .form-group .custom-select:focus {
  border-color: #FD0B1D;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .custom-checkbox, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .custom-checkbox .custom-control-label, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .custom-checkbox .custom-control-label {
  font-size: .875rem;
  font-family: "Nunito", sans-serif;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  margin-top: -2px;
  margin-left: -2px;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #FD0B1D;
  background-color: #FD0B1D;
  width: .75rem;
  height: .75rem;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #000;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .custom-checkbox .custom-control-input ~ .custom-control-label::before, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border-radius: .1875rem;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .custom-checkbox .custom-control-input ~ .custom-control-label::before, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  width: .75rem;
  height: .75rem;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .select1 .custom-control, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .select1 .custom-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .875rem;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .select1 .custom-control .custom-control-input:focus ~ .custom-control-label::before, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .select1 .custom-control .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .select1 .custom-control .custom-control-input:checked ~ .custom-control-label::after, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .select1 .custom-control .custom-control-input:checked ~ .custom-control-label::after {
  display: none;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .select1 .custom-control .custom-control-input ~ .custom-control-label::before, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .select1 .custom-control .custom-control-input ~ .custom-control-label::before {
  width: 12px;
  height: 12px;
  margin-top: -2px;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .select1 .custom-control .custom-checkbox .custom-control-input ~ .custom-control-label::before, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .select1 .custom-control .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border-radius: 3px;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .select1 .custom-control .select .custom-control-input:checked ~ .custom-control-label, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .select1 .custom-control .select .custom-control-input:checked ~ .custom-control-label {
  color: #000;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .select1 .custom-control .custom-control-input:checked ~ .custom-control-label::before, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .select1 .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #FD0B1D;
  background-color: #FD0B1D;
  width: .75rem;
  height: .75rem;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form .select1 .custom-control .custom-control-label, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .select1 .custom-control .custom-control-label {
  color: #777777;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .shipping-methods-form hr, .checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form hr {
  background: #c2c2c2;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .coupon a {
  color: #FD0B1D;
  font-size: 20px;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .coupon a h5 span {
  color: #000;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .input-group {
  margin-bottom: 0;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .input-group .form-control {
  -webkit-transition: .3s;
  transition: .3s;
  font-size: .9rem;
  height: 100%;
  overflow: hidden;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .input-group .form-control:focus {
  border-color: #FD0B1D;
}

.checkout-datails .shipping-address .shipping-methods .card .card-body .coupon-form .input-group .input-group-append .input-group-text {
  background: #FD0B1D;
  color: white;
  font-size: .9rem;
  cursor: pointer;
  border: solid 1px #FD0B1D;
}

.checkout-datails .shipping-address .shipping-methods .card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-datails .shipping-address .order-summary .order-form h4 {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #000000;
}

.checkout-datails .shipping-address .order-summary .order-form img {
  text-align: center;
  margin: 10px 0;
}

.checkout-datails .shipping-address .order-summary .order-form img .order-img {
  width: 64%;
}

.checkout-datails .shipping-address .order-summary .order-form .plus-min {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 11px;
}

.checkout-datails .shipping-address .order-summary .order-form .plus-min .decrement-btn {
  background: transparent;
  border: 1px solid #c2c2c2;
  color: #c2c2c2;
}

.checkout-datails .shipping-address .order-summary .order-form .plus-min .increment-btn {
  background: #4b4b4b;
  border: 1px solid #4b4b4b;
}

.checkout-datails .shipping-address .order-summary .order-form .plus-min .increment-btn i {
  color: #fff;
}

.checkout-datails .shipping-address .order-summary .order-form .plus-min .quantity {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: 0;
  color: #6c6c6c;
  border-radius: 0;
  font-size: .625rem;
}

.checkout-datails .shipping-address .order-summary .order-form .plus-min p {
  position: relative;
  top: -2px;
}

.checkout-datails .shipping-address .order-summary .order-form .plus-min input {
  width: 25px;
  height: 25px;
  border: 1px solid #f2f2f2;
  background: #f2f2f2;
  border-radius: 3px;
  outline: 0;
  color: #000;
  text-align: center;
  font-size: 10px;
  position: relative;
  border-radius: 0;
  margin: 0 .5rem;
}

.checkout-datails .shipping-address .order-summary .order-form .prod-title {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #303030;
}

.checkout-datails .shipping-address .order-summary .order-form .total-order {
  color: #000;
  font-weight: bold;
  text-align: left;
  font-size: 1rem;
}

.checkout-datails .shipping-address .order-summary .order-form .total h4 {
  color: #545454;
}

.checkout-datails .shipping-address .order-summary .order-form .totalprice {
  font-weight: 500;
}

.checkout-datails .shipping-address .order-summary .order-form .gift {
  margin-top: 30px;
  margin-bottom: 10px;
}

.checkout-datails .shipping-address .order-summary .order-form .gift .custom-control-label {
  color: #6a6a6a;
  font-size: 13px;
}

.checkout-datails .shipping-address .order-summary .order-form .agree .custom-control-label {
  color: #6a6a6a;
  font-size: 13px;
}

.checkout-datails .shipping-address .order-summary .order-form .agree .terms {
  color: #4421f3;
  font-size: 13px;
}

.checkout-datails .shipping-address .order-summary .order-form .agree .terms:hover {
  color: #FD0B1D;
}

.checkout-datails .shipping-address .order-summary .order-form .custom-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.checkout-datails .shipping-address .order-summary .order-form .custom-checkbox .custom-control-label {
  font-size: .875rem;
}

.checkout-datails .shipping-address .order-summary .order-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  margin-top: -4px;
  margin-left: -2px;
}

.checkout-datails .shipping-address .order-summary .order-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #FD0B1D;
  background-color: #FD0B1D;
  width: .75rem;
  height: .75rem;
}

.checkout-datails .shipping-address .order-summary .order-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label {
  color: #000;
}

.checkout-datails .shipping-address .order-summary .order-form .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border-radius: .1875rem;
}

.checkout-datails .shipping-address .order-summary .order-form .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  width: .75rem;
  height: .75rem;
  margin-top: -0.125rem;
}

.checkout-datails .shipping-address .order-summary .order-form .custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-datails .shipping-address .order-summary .order-form .select .custom-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .875rem;
}

.checkout-datails .shipping-address .order-summary .order-form .select .custom-control .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.checkout-datails .shipping-address .order-summary .order-form .select .custom-control .custom-control-input:checked ~ .custom-control-label::after {
  display: none;
}

.checkout-datails .shipping-address .order-summary .order-form .select .custom-control .custom-control-input ~ .custom-control-label::before {
  width: 12px;
  height: 12px;
  margin-top: -2px;
}

.checkout-datails .shipping-address .order-summary .order-form .select .custom-control .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border-radius: 3px;
}

.checkout-datails .shipping-address .order-summary .order-form .select .custom-control .select .custom-control-input:checked ~ .custom-control-label {
  color: #000;
}

.checkout-datails .shipping-address .order-summary .order-form .select .custom-control .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #FD0B1D;
  background-color: #FD0B1D;
  width: .75rem;
  height: .75rem;
}

.checkout-datails .shipping-address .order-summary .order-form .select .custom-control .custom-control-label {
  color: #777777;
}

.checkout-datails .shipping-address .order-summary .order-form .place-order {
  margin-top: 60px;
}

.checkout-datails .shipping-address .order-summary .order-form .place-order a {
  font-family: "Nunito", sans-serif;
  font-weight: bold;
  font-size: 15px;
  display: block;
  background: #FD0B1D;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  padding: .5rem 0;
}

/** CHECKOUT DETAILS END */
/** PROFILE-DETAILS START */
.profile-datails {
  background: #f5f5f5;
  padding: 1rem 0 2rem;
}

.profile-datails .card {
  border: none;
  border-radius: 0;
  width: 100%;
  margin: 0;
}

.profile-datails .card .card-header {
  text-align: left;
  background: #FD0B1D;
  border-radius: 0;
  padding: .5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: .9rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.profile-datails .card .card-header img {
  margin: 0 .5rem;
  width: 1rem;
}

.profile-datails .card .card-body .nav-pills {
  text-align: left;
}

.profile-datails .card .card-body .nav-pills .nav-link {
  border-radius: 0;
  padding: .5rem 0;
  text-align: left;
  font-size: .9rem;
  color: #413f3f;
  font-weight: 500;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.profile-datails .card .card-body .nav-pills .nav-link img {
  width: 1rem;
  margin: 0 .4rem 0 .5rem;
}

.profile-datails .card .card-body .nav-pills .nav-link:hover {
  color: #FD0B1D;
}

.profile-datails .card .card-body .nav-pills .active {
  background: transparent;
  color: #FD0B1D;
}

.profile-datails .card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.profile-datails .tab-content .tab-pane .card {
  border: none;
  border-radius: 0;
  width: 100%;
  margin: 0;
}

.profile-datails .tab-content .tab-pane .card .card-header {
  text-align: left;
  background: #FD0B1D;
  border-radius: 0;
  padding: .5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-datails .tab-content .tab-pane .card .card-header .card-title {
  font-size: .9rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.profile-datails .tab-content .tab-pane .card .card-header img {
  margin: 0 .5rem 0 1rem;
  width: 1rem;
}

.profile-datails .tab-content .tab-pane .card .card-body .table thead tr th {
  border-top: none;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
  font-size: 1rem;
}

.profile-datails .tab-content .tab-pane .card .card-body .table tbody th {
  font-size: .8rem;
  color: #464646;
  font-weight: 500;
}

.profile-datails .tab-content .tab-pane .card .card-body .table tbody td {
  font-size: .8rem;
  color: #464646;
  font-weight: 500;
}

.profile-datails .tab-content .tab-pane .card .card-body .table tbody td .see-details-btn {
  padding: .25rem .3rem;
  color: #464646;
  background: #f5f5f5;
  border-radius: 5px;
  font-weight: 500;
  border: none;
}

.profile-datails .tab-content .tab-pane .card .card-body .title {
  text-align: left;
  margin-bottom: 1.5rem;
}

.profile-datails .tab-content .tab-pane .card .card-body .title h3 {
  font-family: "Nunito", sans-serif;
  font-size: 1rem;
  padding-bottom: .5rem;
  border-bottom: solid .125rem #707070;
  color: black;
  font-weight: 500;
}

.profile-datails .tab-content .tab-pane .card .card-body .profile-form .form-group {
  text-align: left;
}

.profile-datails .tab-content .tab-pane .card .card-body .profile-form .form-group label {
  font-size: .9rem;
  color: black;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
}

.profile-datails .tab-content .tab-pane .card .card-body .profile-form .form-group .form-control {
  font-size: .9rem;
  color: black;
  font-family: "Nunito", sans-serif;
  font-weight: 500;
  border-color: #c8c8c8;
}

.profile-datails .tab-content .tab-pane .card .card-body .profile-form .form-group .form-control:focus {
  border-color: #FD0B1D;
}

.profile-datails .tab-content .tab-pane .card .card-body .profile-form .form-group .btn-update {
  border-radius: .25rem;
  background-color: #FD0B1D;
  border: none;
  padding: .5rem 1.5rem;
  color: white;
  -webkit-transition: .4s;
  transition: .4s;
  font-size: .9rem;
  text-transform: uppercase;
  font-family: "Nunito", sans-serif;
}

.profile-datails .tab-content .tab-pane .card .card-body .profile-form .form-group .btn-update:hover {
  background-color: #b6260e;
}

.profile-datails .tab-content .tab-pane .card .card-body .addproduct-form {
  background: #FCEBD9;
  padding: 1rem;
}

.profile-datails .tab-content .tab-pane .card .card-body .addproduct-form .form-group {
  text-align: left;
  margin-bottom: 0;
}

.profile-datails .tab-content .tab-pane .card .card-body .addproduct-form .form-group label {
  color: black;
  font-weight: 600;
  font-size: .8rem;
}

.profile-datails .tab-content .tab-pane .card .card-body .addproduct-form .form-group label span {
  color: red;
}

.profile-datails .tab-content .tab-pane .card .card-body .addproduct-form .form-group .form-control:focus {
  border-color: #FD0B1D;
}

.profile-datails .tab-content .tab-pane .card .card-body .addproduct-form .submit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.profile-datails .tab-content .tab-pane .card .card-body .addproduct-form .submit-row .submit-btn {
  background: #FD0B1D;
  color: white;
  border: none;
  padding: .5rem .75rem;
  border-radius: .25rem;
}

.profile-datails .tab-content .tab-pane .card .card-body .create-form {
  padding: 1rem;
}

.profile-datails .tab-content .tab-pane .card .card-body .create-form .form-group {
  text-align: left;
  margin-bottom: 0;
}

.profile-datails .tab-content .tab-pane .card .card-body .create-form .form-group label {
  color: black;
  font-weight: 600;
  font-size: .8rem;
}

.profile-datails .tab-content .tab-pane .card .card-body .create-form .form-group label span {
  color: red;
}

.profile-datails .tab-content .tab-pane .card .card-body .create-form .form-group .form-control:focus {
  border-color: #FD0B1D;
}

.profile-datails .tab-content .tab-pane .card .card-body .create-form .submit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.profile-datails .tab-content .tab-pane .card .card-body .create-form .submit-row .submit-btn {
  background: #FD0B1D;
  color: white;
  border: none;
  padding: .5rem .75rem;
  border-radius: .25rem;
}

.profile-datails .default .card {
  border: none;
  border-radius: 0;
  width: 100%;
}

.profile-datails .default .card .card-header {
  text-align: left;
  background: #FD0B1D;
  border-radius: 0;
  padding: .5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.profile-datails .default .card .card-header .card-title {
  font-size: .9rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}

.profile-datails .default .card .card-header img {
  margin: 0 .5rem;
  width: 1rem;
}

.profile-datails .default .card .card-body .table thead tr th {
  border-top: none;
  font-family: "Nunito", sans-serif;
  line-height: 1.2;
  font-size: 1rem;
}

.profile-datails .default .card .card-body .table tbody th {
  font-size: .8rem;
  color: #464646;
  font-weight: 500;
}

.profile-datails .default .card .card-body .table tbody td {
  font-size: .8rem;
  color: #464646;
  font-weight: 500;
}

.profile-datails .default .card .card-body .table tbody td .see-details-btn {
  padding: .25rem .3rem;
  color: #464646;
  background: #f5f5f5;
  border-radius: 5px;
  font-weight: 500;
}

/** PROFILE-DETAILS END*/
/** SELLER REGISTER DETAILS START */
.seller-reg-datails {
  background: #f5f5f5;
  padding-bottom: 1.5rem;
}

.seller-reg-datails .seller-reg-title {
  padding: 20px 0;
}

.seller-reg-datails .seller-reg-title h3 {
  margin-bottom: 0;
  font-size: 1rem;
  font-family: "Nunito", sans-serif;
  color: black;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
}

.seller-reg-datails .seller-progressbar .bar {
  margin-left: 10%;
  position: relative;
  padding-bottom: 3.5rem;
}

.seller-reg-datails .seller-progressbar .bar .check {
  width: 30px;
  height: 30px;
  border: 1px solid #626262;
  border-radius: 50%;
  position: relative;
  background: #019a2c;
  border: 1px solid #019a2c;
}

.seller-reg-datails .seller-progressbar .bar .check i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

.seller-reg-datails .seller-progressbar .bar .step-one-title {
  color: #019a2c;
  font-size: .9rem;
  margin: .5rem 0 0 -2.75rem;
}

.seller-reg-datails .seller-progressbar .bar .step-two-title {
  color: #c45500;
  font-size: .9rem;
  margin: .5rem 0 0 -2.75rem;
}

.seller-reg-datails .seller-progressbar .bar .step-three-title {
  font-size: .9rem;
  margin: .5rem 0 0 -.5rem;
  color: #707070;
}

.seller-reg-datails .seller-progressbar .bar .step-four-title {
  font-size: .9rem;
  margin: .5rem 0 0 -1rem;
  color: #707070;
}

.seller-reg-datails .seller-progressbar .bar .progress-line {
  margin-top: -38px;
  background: #707070;
  margin-left: 30px;
}

.seller-reg-datails .seller-progressbar .bar .red {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: relative;
  background: #c45500;
  border: 1px solid #c45500;
}

.seller-reg-datails .seller-progressbar .bar .red p {
  text-align: center;
  color: #fff;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.seller-reg-datails .seller-progressbar .bar .circle {
  width: 30px;
  height: 30px;
  border: 1px solid #626262;
  border-radius: 50%;
  position: relative;
}

.seller-reg-datails .seller-progressbar .bar .circle p {
  text-align: center;
  color: #666666;
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.seller-reg-datails .seller-progressbar .bar .circle.last {
  position: relative;
}

.seller-reg-datails .personal-info {
  margin-bottom: 2rem;
}

.seller-reg-datails .personal-info .card .card-header {
  background: #acacac;
}

.seller-reg-datails .personal-info .card .card-header .card-title {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 10px;
}

.seller-reg-datails .personal-info .card .card-header .card-title img {
  width: 15px;
  margin-right: 5px;
  margin-top: -5px;
}

.seller-reg-datails .personal-info .card .card-body .personal-info-form .form-group {
  text-align: left;
}

.seller-reg-datails .personal-info .card .card-body .personal-info-form .form-group label {
  font-size: .8125rem;
}

.seller-reg-datails .personal-info .card .card-body .personal-info-form .form-group .form-control {
  font-size: .8125rem;
}

.seller-reg-datails .personal-info .card .card-body .personal-info-form .form-group .form-control:focus {
  border-color: #FD0B1D;
}

.seller-reg-datails .personal-info .card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.seller-reg-datails .business-info {
  margin-bottom: 2rem;
}

.seller-reg-datails .business-info .card .card-header {
  background: #acacac;
}

.seller-reg-datails .business-info .card .card-header .card-title {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 10px;
}

.seller-reg-datails .business-info .card .card-header .card-title img {
  width: 15px;
  margin-right: 5px;
  margin-top: -5px;
}

.seller-reg-datails .business-info .card .card-body .business-info-form .form-group {
  text-align: left;
}

.seller-reg-datails .business-info .card .card-body .business-info-form .form-group label {
  font-size: .8125rem;
}

.seller-reg-datails .business-info .card .card-body .business-info-form .form-group .form-control {
  font-size: .8125rem;
}

.seller-reg-datails .business-info .card .card-body .business-info-form .form-group .form-control:focus {
  border-color: #FD0B1D;
}

.seller-reg-datails .business-info .card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.seller-reg-datails .payment-info {
  margin-bottom: 2rem;
}

.seller-reg-datails .payment-info .card .card-header {
  background: #acacac;
}

.seller-reg-datails .payment-info .card .card-header .card-title {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 10px;
}

.seller-reg-datails .payment-info .card .card-header .card-title img {
  width: 15px;
  margin-right: 5px;
  margin-top: -5px;
}

.seller-reg-datails .payment-info .card .card-body .business-info-form .form-group {
  text-align: left;
}

.seller-reg-datails .payment-info .card .card-body .business-info-form .form-group label {
  font-size: .8125rem;
}

.seller-reg-datails .payment-info .card .card-body .business-info-form .form-group .form-control {
  font-size: .8125rem;
}

.seller-reg-datails .payment-info .card .card-body .business-info-form .form-group .form-control:focus {
  border-color: #FD0B1D;
}

.seller-reg-datails .payment-info .card .card-body .business-info-form .form-group .custom-select {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  font-size: .8rem;
  color: #8e9193;
  border-radius: 2px;
  background: #fcfcfc url("../images/drop-down.png") no-repeat right 0.75rem center/10px 8px;
  height: 30px;
}

.seller-reg-datails .payment-info .card .card-body .business-info-form .form-group .custom-select:focus {
  border-color: #FD0B1D;
}

.seller-reg-datails .payment-info .card:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.seller-reg-datails .custom-control-input ~ .custom-control-label::before {
  width: 12px;
  height: 12px;
}

.seller-reg-datails .custom-control-input ~ .custom-control-label::before {
  border-radius: 3px;
}

.seller-reg-datails .custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.seller-reg-datails .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #FD0B1D;
  background-color: #FD0B1D;
  width: 12px;
  height: 12px;
}

.seller-reg-datails .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  margin-top: -2px;
  margin-left: -2px;
}

.seller-reg-datails .custom-control-label {
  color: #777777;
}

.seller-reg-datails .custom-control-input:checked ~ .custom-control-label {
  color: #000;
}

.seller-reg-datails .custom-control-input ~ .custom-control-label::before {
  width: 12px;
  height: 12px;
  margin-top: -3px;
}

.seller-reg-datails .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border-radius: 3px;
}

.seller-reg-datails .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #FD0B1D;
  background-color: #FD0B1D;
  width: 12px;
  height: 12px;
  margin-top: -2px;
}

.seller-reg-datails .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  margin-top: -4px;
  margin-left: -2px;
}

.seller-reg-datails .custom-control-input:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.seller-reg-datails .custom-file-input:focus {
  border-color: #FD0B1D !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.seller-reg-datails .custom-control-label {
  font-size: .9rem;
}

.seller-reg-datails .cancel-btn,
.seller-reg-datails .register-btn {
  padding: .5rem 3.75rem;
  color: #fff;
  text-transform: uppercase;
  border: none;
  margin-top: 2rem;
  -webkit-transition: .3s;
  transition: .3s;
}

.seller-reg-datails .register-btn {
  background: #FD0B1D;
}

.seller-reg-datails .register-btn:hover {
  background: #b6260e;
}

.seller-reg-datails .cancel-btn {
  background: #acacac;
  margin-left: 1.5rem;
}

.seller-reg-datails .cancel-btn:hover {
  background: #868686;
}

/** SELLER REGISTER DETAILS END */
#search-result-part {
  background: #f5f5f5;
}

#search-result-part .search-result .price input {
  background: #f5f5fa;
  display: inline-block;
  width: 35%;
  height: 33px;
  font-size: .8rem;
  padding: .5rem;
}

#search-result-part .search-result .price .card {
  border: 0;
  border-radius: 0;
}

#search-result-part .search-result .price .card .card-body {
  padding: 10px;
  text-align: left !important;
}

#search-result-part .search-result .price .card .custom-checkbox .custom-control-input ~ .custom-control-label::before {
  border-radius: 3px;
  width: 12px;
  height: 12px;
}

#search-result-part .search-result .price .card .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #FD0B1D;
  background-color: #FD0B1D;
  width: 12px;
  height: 12px;
}

#search-result-part .search-result .price .card .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  margin-top: -2px;
  margin-left: -2px;
}

#search-result-part .search-result .price .card .filters {
  margin-top: 15px;
}

#search-result-part .search-result .price .card .form-group {
  margin-bottom: 0;
}

#search-result-part .search-result .price .form-outline label {
  font-weight: 400;
  font-size: 13px;
  color: #000000;
}

#search-result-part .search-result .price h2 {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
}

#search-result-part .search-result .price p {
  font-weight: 400;
  font-size: 11px;
  color: #000000;
  text-transform: uppercase;
  margin-top: 2px;
}

#search-result-part .search-result .go {
  padding: 6px 8px;
  background: #FD0B1D;
  font-weight: 400;
  font-size: .80rem;
  color: #fff;
  display: inline-block;
  border-radius: 5px;
  height: 33px;
  cursor: pointer;
  position: absolute;
  border: none;
  right: 10px;
}

#search-result-part .search-result .results h1 {
  font-size: 1rem;
  color: #000000;
  text-transform: uppercase;
  margin: 3px 0px;
}

#search-result-part .search-result .results .card {
  border-radius: 0;
  border: 0;
}

#search-result-part .search-result .results .card .card-body {
  padding-bottom: 16px;
  text-align: left !important;
}

#search-result-part .search-result .results p {
  font-weight: 400;
  font-size: .75rem;
  color: #343434;
  margin-top: 6px;
  margin-right: 5px;
}

#search-result-part .search-result .results .custom-select {
  width: 120px;
  padding-top: 2px;
  height: 24px;
  padding-right: 0;
  color: #949494;
  font-size: 12px;
  font-weight: 400;
}

@media (min-width: 320px) and (max-width: 575px) {
  #search-result-part .search-result .results .search_bar {
    width: 100% !important;
  }
  #search-result-part .search-result .results h1 {
    font-size: .75rem !important;
  }
  #search-result-part .search-result .results p {
    font-size: 11px !important;
  }
  #search-result-part .search-result .results .custom-select {
    height: 24px !important;
    font-size: 12px !important;
  }
  #search-result-part .search-result .price {
    margin-bottom: 15px !important;
  }
  #seller-page .top-part .card h1 {
    font-size: .75rem !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #search-result-part .search-result .results h1 {
    font-size: .6rem !important;
    margin-top: 6px !important;
  }
  #search-result-part .search-result .results .custom-select {
    width: 115px !important;
    font-size: 12px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #search-result-part .search-result .results h1 {
    font-size: 11px !important;
    margin-top: 6px !important;
  }
  #search-result-part .search-result .results .custom-select {
    width: 115px !important;
    font-size: 12px !important;
  }
}

#campaign .card {
  border: 0;
  border-radius: 0;
}

#campaign .card .card-body {
  padding: 12px 30px;
}

#campaign .card h2 {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  margin-top: 6px;
}

#campaign .card img {
  width: 22px;
  margin-right: 9px;
}

#seller-header {
  padding: 10px 0px;
  background: #f5f5f5;
}

#seller-header .top-part .card {
  width: 24rem;
  border-radius: 0;
}

#seller-header .top-part .card img {
  width: 75%;
}

#seller-header .top-part .card h1 {
  text-transform: uppercase;
  font-size: 20px;
}

#seller-header .top-part .card p {
  color: #979797;
}

#seller-header .img {
  position: relative;
  width: 100%;
}

#seller-header .img .top-part {
  position: absolute;
  top: 5px;
  left: 35px;
}

#seller-header .img .bottom-part {
  position: absolute;
  top: 55%;
  left: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

#seller-header .img .sell {
  width: 100%;
}

#seller-header .bottom-part .card {
  border-radius: 0;
  border: 0;
  text-align: left;
  padding: 10px 15px;
}

#seller-header .bottom-part .card h3 {
  font-weight: 400;
  color: #161616;
  text-transform: uppercase;
  font-size: 10px;
}

#seller-header .bottom-part .card h2 {
  font-weight: 400;
  color: #FD0B1D;
  text-transform: uppercase;
  font-size: 20px;
}

#seller-header .bottom-part .card h2 span {
  font-size: 10px;
  margin-left: 3px;
  text-transform: capitalize;
}

@media (min-width: 320px) and (max-width: 575px) {
  #seller-header .container {
    width: 100% !important;
  }
  #seller-header .sell img {
    height: 140px !important;
  }
  #seller-header .img img {
    margin-left: 0 !important;
  }
  #seller-header .img .top-part {
    left: 12px !important;
  }
  #seller-header .img .bottom-part {
    top: 51% !important;
    left: 12px !important;
  }
  #seller-header .top-part .card {
    width: 13rem !important;
    padding: 5px !important;
  }
  #seller-header .top-part .card p {
    font-size: 12px !important;
  }
  #seller-header .top-part .card .card-body {
    padding: 10px !important;
  }
  #seller-header .top-part .card h1 {
    font-size: 12px !important;
  }
  #seller-header .bottom-part {
    width: 92% !important;
  }
  #seller-header .bottom-part .card {
    padding: 10px 0 !important;
    padding-left: 4px !important;
  }
  #seller-header .bottom-part .card h2 {
    font-size: 14px !important;
  }
  #seller-header .bottom-part .card h2 span {
    font-size: 8px !important;
  }
  #seller-header .bottom-part .card-1 {
    width: 24% !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #seller-header .container {
    width: 100% !important;
  }
  #seller-header .img img {
    margin-left: 0 !important;
  }
  #seller-header .img .top-part {
    left: 12px !important;
  }
  #seller-header .img .bottom-part {
    top: 62% !important;
    left: 12px !important;
    width: 100% !important;
  }
  #seller-header .top-part .card {
    width: 18rem !important;
  }
  #seller-header .bottom-part .card h2 {
    font-size: 16px !important;
  }
  #seller-header .bottom-part .card h2 span {
    font-size: 8px !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #seller-header .container {
    width: 100% !important;
  }
  #seller-header .img img {
    margin-left: 0px !important;
  }
  #seller-header .img .top-part {
    left: 25px !important;
  }
  #seller-header .img .bottom-part {
    top: 62% !important;
    left: 24px !important;
    width: 76% !important;
  }
  #seller-header .top-part .card {
    width: 18rem !important;
  }
  #seller-header .bottom-part .card {
    padding: 10px !important;
  }
  #seller-header .bottom-part .card h2 {
    font-size: 16px !important;
  }
  #seller-header .bottom-part .card h2 span {
    font-size: 8px !important;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  #seller-header .container {
    width: 100% !important;
  }
  #seller-header .sell img {
    margin-left: -63px !important;
    width: 118% !important;
  }
  #seller-header .img .bottom-part {
    width: 58% !important;
  }
  #seller-header .img .bottom-part .card {
    padding: 5px !important;
  }
}

@media (min-width: 1200px) and (max-width: 1280px) {
  #seller-header .img .bottom-part {
    width: 63% !important;
  }
}

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

.order-confirm {
  background-color: #fff;
  top: 20%;
  background: transparent;
}

.order-confirm .modal-dialog {
  max-width: 320px !important;
  margin: auto !important;
}

.order-confirm .modal-content {
  border: none;
  width: 320px;
  height: 320px;
}

.order-confirm .order {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order-confirm .order .cross {
  position: absolute;
  right: 0px;
  top: 10px;
}

.order-confirm .order .cross a {
  float: right;
}

.order-confirm .order h2 {
  margin-top: 10px;
  color: #FD0B1D;
}

.cart-modal {
  background-color: #fff;
  top: 20%;
  background: transparent;
}

.cart-modal .modal-dialog {
  max-width: 320px !important;
  margin: auto !important;
}

.cart-modal .modal-content {
  border: none;
  width: 320px;
  height: 320px;
}

.cart-modal .order {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cart-modal .order .cross {
  position: absolute;
  right: 0px;
  top: 10px;
}

.cart-modal .order .cross a {
  float: right;
}

.cart-modal .order h2 {
  color: #FD0B1D;
}

.cart-modal .order .go-cart {
  background-color: #FD0B1D;
  color: #fff;
}

.cart-modal .order .con-shop {
  background-color: #000;
  color: #fff;
}

.cart-modal .order .con-shop:hover {
  color: #FD0B1D;
}

.fa-times {
  color: #FD0B1D;
}

#complaint-submit {
  background: #f5f5f5;
  padding-top: 40px;
  padding-bottom: 150px;
}

#complaint-submit .card {
  border-radius: 0;
  border: 0;
}

#complaint-submit .card h2 {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  background: #FD0B1D;
  text-transform: uppercase;
  padding: 7px 10px;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  background: #FD0B1D;
  text-transform: uppercase;
  padding: 7px 10px;
}

#complaint-submit .card form textarea.form-control {
  height: 200px;
}

#complaint-submit .card form .form-control {
  background: #F9F9F9;
  font-size: 11px;
}

#complaint-submit .card form .form-control::-webkit-input-placeholder {
  color: #bfbdbd;
}

#complaint-submit .card form .form-control:-ms-input-placeholder {
  color: #bfbdbd;
}

#complaint-submit .card form .form-control::-ms-input-placeholder {
  color: #bfbdbd;
}

#complaint-submit .card form .form-control::placeholder {
  color: #bfbdbd;
}

#complaint-submit .card form .form-group .custom-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#complaint-submit form label {
  font-weight: 400;
  font-size: 12px;
  color: #000000;
}

#complaint-submit form input {
  background: #fcfcfc;
  border-radius: 2px;
  font-size: 11px;
}

#complaint-submit form .form-group {
  margin-right: 20px;
}

#complaint-submit .custom-file label {
  background: #F9F9F9;
  color: #464646;
}

#complaint-submit .custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "" !important;
  background-size: 9px 7px;
  background-size: 53%;
  width: 13%;
  border-radius: 3px;
}

#complaint-submit .submit {
  margin-top: 40px;
}

#complaint-submit .submit a {
  padding: 8px 60px;
  color: #fff;
  background: #FD0B1D;
  text-transform: uppercase;
}

@media (min-width: 320px) and (max-width: 380px) {
  #complaint-submit .custom-file-input:lang(en) ~ .custom-file-label::after {
    width: 17% !important;
    background-size: 50% !important;
  }
}

@media (min-width: 500px) and (max-width: 575px) {
  #complaint-submit .custom-file-input:lang(en) ~ .custom-file-label::after {
    background-size: 43% !important;
  }
}

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

@-webkit-keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes slideDownIn {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

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

@-webkit-keyframes slideDownInMobile {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes slideDownInMobile {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

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

@-webkit-keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

@keyframes slideUpIn {
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  0% {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
}

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

@-webkit-keyframes slideUpInMobile {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}

@keyframes slideUpInMobile {
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(25px);
            transform: translateY(25px);
  }
  0% {
    -webkit-transform: translateY(40px);
            transform: translateY(40px);
  }
}

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

@-webkit-keyframes slideLeftIn {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

@keyframes slideLeftIn {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

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

@-webkit-keyframes slideRightIn {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

@keyframes slideRightIn {
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  0% {
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

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

.floating {
  animation-name: floating;
  -webkit-animation-name: floating;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}

@keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(1%);
            transform: translateY(1%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(1%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}

@media screen and (max-width: 1200px) {
  .card .card-header .card-img {
    height: 170px;
    width: 170px;
  }
}

@media (max-width: 1199px) {
  .header .mobile-menu-icon {
    display: block;
    color: #000000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-top: .25rem;
  }
  .header .mobile-menu-icon:hover {
    color: #FD0B1D;
  }
  .slider-area .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.75);
    z-index: 2365;
    overflow: hidden;
  }
  .slider-area .sidebar .mobile-menu-header {
    position: relative;
    max-width: 40%;
    background: #fff;
  }
  .slider-area .sidebar .mobile-menu-header .mobile-menu-close-icon {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 1.1rem;
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
  }
  .slider-area .sidebar .mobile-menu-header .mobile-menu-close-icon i {
    cursor: pointer;
  }
  .slider-area .sidebar .mobile-menu-header .mobile-menu-close-icon:hover {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    color: #FD0B1D;
  }
  .slider-area .sidebar .mobile-menu {
    max-width: 40%;
    height: 100%;
    background: #ffffff;
  }
  .slider-area .sidebar .mobile-menu .nav {
    width: 100%;
  }
  .slider-area .sidebar .mobile-menu .nav .all-categories {
    background: #fdeae7;
    font-weight: 600;
    width: 100%;
  }
  .slider-area .sidebar .mobile-menu .nav .all-categories .nav-link {
    padding: .75rem 1rem;
    color: #000000;
    font-size: .75rem;
  }
  .slider-area .sidebar .mobile-menu .nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown {
    width: 100%;
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .nav-link {
    color: #000000;
    font-size: .75rem;
    padding: 0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    padding: .5rem 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: solid .1rem #ececec;
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .nav-link .nav-link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 95%;
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .nav-link .nav-link-text .nav-img {
    width: 1rem;
    height: 1rem;
    margin-right: .5rem;
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .nav-link .nav-link-text .nav-img img {
    min-width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .nav-link .nav-link-text .text {
    width: 75%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .nav-link span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    padding-bottom: .25rem;
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .nav-link span .text {
    width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 0;
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .nav-link span i {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .nav-link span:last-child:not {
    border-bottom: none;
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .nav-link .rotate {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .nav-link:hover {
    color: #FD0B1D;
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .nav-link:hover span i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .nav-link:after {
    border: none;
    margin: 0;
    vertical-align: 0;
    height: 0;
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .active {
    -webkit-filter: drop-shadow(0px 15px 30px rgba(31, 19, 19, 0.15));
            filter: drop-shadow(0px 15px 30px rgba(31, 19, 19, 0.15));
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .dropdown-menu {
    border-color: #ececec;
    padding: 0;
    border-radius: 0;
    margin-top: -4px;
    margin-left: .75rem;
    position: static !important;
    -webkit-transform: none !important;
            transform: none !important;
    width: 88%;
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .dropdown-menu .dropdown-item {
    width: 100%;
    font-size: .75rem;
    padding: .5rem .75rem;
    color: #000000;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
  }
  .slider-area .sidebar .mobile-menu .nav .dropdown .dropdown-menu .dropdown-item:hover {
    color: #FD0B1D;
  }
  .slider-area .show {
    display: block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  .product-datails .recom-prods .recom-title .border-between {
    width: 75%;
    height: 0.1rem;
    background: #ddd;
  }
  .product-datails .recom-prods .similar-title .border-between {
    width: 70%;
    height: 0.1rem;
    background: #ddd;
  }
}

@media screen and (max-width: 991px) {
  .header {
    padding: 1rem;
  }
  .header .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .header .container .mobile-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 1.25rem;
  }
  .header .container .header-logo {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .header .container .right-menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .header .container .header-searchbox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
  .header .container .header-searchbox .input-group .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-size: 0.8rem;
  }
  .header .container .header-searchbox .input-group-append .dropdown-toggle {
    font-size: 0.8rem;
  }
  .header .container .header-searchbox .input-group-append .dropdown-toggle:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #FD0B1D;
  }
  .header .container .header-searchbox .input-group-append .dropdown-toggle:hover {
    background: #FD0B1D;
  }
  .header .container .header-searchbox .input-group-append .dropdown-menu {
    left: 0 !important;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .header .container .header-searchbox .input-group-append .dropdown-menu .dropdown-item {
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
  }
  .header .container .header-searchbox .input-group-append .btn-search {
    background: #FD0B1D;
    border: 0;
    width: 4rem;
    border-top-right-radius: 1.25rem;
    border-bottom-right-radius: 1.25rem;
    overflow: hidden;
  }
  .header .container .input-group .input-group-append .dropdown-menu {
    z-index: 1235;
  }
  .header .mobile-menu-icon {
    display: block;
    color: #000000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-top: .25rem;
  }
  .header .mobile-menu-icon:hover {
    color: #FD0B1D;
  }
  .product-datails {
    /** RECOMMENDED PRODUCT SECTION START */
  }
  .product-datails .top-content .top-content-mid {
    margin-bottom: 1.5rem;
  }
  .product-datails .top-content .addcart-btn {
    font-size: 0.75rem;
  }
  .product-datails .top-content-mid .variation-text .colors .cbox {
    width: 30px;
    height: 30px;
    margin-bottom: 0.5rem;
  }
  .product-datails .top-content .right-img img {
    width: 100%;
    padding-bottom: 1.25rem;
  }
  .product-datails .recom-prods {
    padding-bottom: 2.5rem;
  }
  .product-datails .recom-prods .recom-title h4 {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
  .product-datails .recom-prods .recom-title .border-between {
    width: 75%;
    height: 0.1rem;
    background: #ddd;
  }
  .product-datails .recom-prods .similar-title h4 {
    font-size: 0.75rem;
    margin-top: 0.5rem;
  }
  .product-datails .recom-prods .similar-title .border-between {
    width: 67%;
    height: 0.1rem;
    background: #ddd;
  }
  .card .card-header .card-img {
    height: 160px;
    width: 160px;
  }
  .card .card-footer .btn-buy,
  .card .card-footer .cart-btn {
    font-size: 0.6rem;
  }
  .cart-datails {
    padding-top: 1rem;
    padding-bottom: 100px;
  }
  .cart-datails .cart {
    margin-top: 0;
  }
  .cart-datails .cart .card .card-header {
    padding: .625rem .9375rem;
  }
  .cart-datails .cart .card .card-header .card-title {
    font-size: .9rem;
    font-weight: 600;
  }
  .cart-datails .cart .card .card-header .card-title img {
    width: 1rem;
    margin-right: .35rem;
  }
  .cart-datails .cart .card .card-body .text {
    text-align: center;
  }
  .cart-datails .cart .card .card-body .text h4 {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: .75rem;
    color: #000000;
    margin-bottom: 0;
  }
  .cart-datails .cart .card .card-body .text .price {
    margin-top: 35px;
  }
  .cart-datails .cart .card .card-body .text .price span {
    font-size: .75rem;
  }
  .cart-datails .cart .card .card-body .text .img {
    padding: 10px 0;
  }
  .cart-datails .cart .card .card-body .text .img img {
    width: 60%;
  }
  .cart-datails .cart .card .card-body .text .red_gb {
    margin-top: 40px;
  }
  .cart-datails .cart .card .card-body .text .red_gb .gb p {
    font-size: 10px;
    border-radius: 3px;
    margin-right: 10px;
    padding: .25rem .35rem;
  }
  .cart-datails .cart .card .card-body .text .plus-min {
    margin-top: 30px;
  }
  .cart-datails .cart .card .card-body .text .plus-min .quantity {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: .625rem;
  }
  .cart-datails .cart .card .card-body .text .plus-min input {
    width: 25px;
    height: 25px;
    font-size: 10px;
    margin: 0 .5rem;
  }
  .cart-datails .cart .card .card-body .icon {
    margin-top: 2rem;
  }
  .cart-datails .cart .card .card-body .icon img {
    width: .8125rem;
  }
  .cart-datails .cart .card .card-body p {
    font-size: .7rem;
  }
  .cart-datails .cart .card .card-body .mobprice-col {
    padding: 0;
  }
  .cart-datails .cart .card .card-body .delicon-col {
    padding-left: 0;
  }
  .cart-datails .cart .card .checkout {
    margin-top: 60px;
  }
  .cart-datails .cart .card .checkout a {
    font-size: 1rem;
    padding: .3125rem 0;
  }
  .cart-datails .cart .card:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .home-main .home-find-products-box .form-group {
    text-align: left;
  }
  .home-main .home-find-products .home-find-products-box {
    text-align: center;
  }
  .home-main .home-find-products .home-find-products-box .btn-search {
    font-size: 12px;
  }
  .best-product {
    padding: 1rem;
    position: relative;
  }
  .best-product .best-product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .best-product .best-product-box-left {
    margin-right: 0;
  }
  .best-product .best-product-box-left-img {
    width: 120px;
    height: 120px;
  }
  .best-product .best-product-box-left-img img {
    width: 100%;
    height: 100%;
  }
  .best-product .best-product-box-right {
    text-align: left;
  }
  .best-product .best-product-box-right-title {
    font-size: 1rem;
    font-weight: 600;
    margin: 1rem 0 1.5rem;
    text-transform: uppercase;
    color: #FD0B1D;
  }
  .best-product .best-product-box-right .brand-logo {
    margin: 0 0 .5rem;
  }
  .best-product .best-product-box-right .brand-model {
    font-size: 1rem;
    font-weight: 600;
  }
  .best-product .best-product-box-right .product-price {
    color: #FD0B1D;
    font-weight: 600;
    font-size: 1rem;
  }
  .best-product .best-product-box-right .checkbox {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .best-product .best-product-box-right .checkbox .form-check {
    margin: .5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .best-product .best-product-box-right .checkbox .form-check-label {
    color: #525252;
    font-weight: 500;
    font-size: 0.8rem;
    margin-top: .25rem;
  }
  .best-product .best-product-box-right .checkbox .emi-text {
    margin-bottom: .5rem;
  }
  .best-product .best-product-box-right .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: .5rem;
  }
  .best-product .best-product-box-right .rating-icons .fas {
    color: #FD0B1D;
  }
  .best-product .best-product-box-right .rating-text {
    font-weight: 600;
    font-size: 0.75rem;
  }
  .best-product .best-product-box-right .variation-text {
    margin-bottom: .5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .best-product .best-product-box-right .variation-text .title {
    min-width: 50px;
  }
  .best-product .best-product-box-right .variation-text .title h5 {
    width: 100%;
    font-size: 0.5rem;
    font-weight: 600;
    text-transform: uppercase;
  }
  .best-product .best-product-box-right .variation-text .colors {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .best-product .best-product-box-right .variation-text .colors .cbox {
    border: solid 0.1rem #cecece;
    padding: 0.1rem;
    margin-right: 0.5rem;
    border-radius: 0.25rem;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    margin-bottom: .3rem;
  }
  .best-product .best-product-box-right .variation-text .colors .cbox .color {
    width: 90%;
    height: 90%;
    cursor: pointer;
    border: solid 0.1rem #cecece;
  }
  .best-product .best-product-box-right .variation-text .colors .cbox:last-child {
    margin-right: 0;
  }
  .best-product .best-product-box-right .variation-text .colors .cbox:hover {
    border-color: #FD0B1D;
  }
  .best-product .best-product-box-right .variation-text .colors .cbox.active {
    -webkit-box-shadow: 0 0 5px 0px #f52804;
            box-shadow: 0 0 5px 0px #f52804;
    border-color: #FD0B1D;
    border-width: 0.1rem;
  }
  .best-product .best-product-box-right .variation-text .variation-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 30px;
  }
  .best-product .best-product-box-right .variation-text .variation-btns .variation-btn {
    border: solid 0.1rem #cecece;
    border-radius: 0.25rem;
    background: #f0f0f0;
    color: #4d4d4d;
    font-size: 0.7rem;
    font-weight: 600;
    padding: 0.2rem;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    line-height: 0.7rem;
    margin: 0rem .5rem .5rem 0rem;
  }
  .best-product .best-product-box-right .variation-text .variation-btns .variation-btn:hover {
    background: white;
    border-color: #FD0B1D;
  }
  .best-product .best-product-box-right .variation-text .variation-btns .active {
    -webkit-box-shadow: 0 0 5px 0 #f52804;
            box-shadow: 0 0 5px 0 #f52804;
    border-color: #FD0B1D;
    border-width: 0.1rem;
    background: white;
  }
  .best-product .best-product-box-right .cart-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: .5rem 0;
  }
  .best-product .best-product-box-right .cart-btns .addcart-btn {
    background: #FD0B1D;
    color: white;
    border: none;
    margin-right: 0.5rem;
    padding: 0.5rem 0;
    border-radius: 0.25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 49%;
    text-transform: uppercase;
  }
  .best-product .best-product-box-right .cart-btns .addcart-btn:last-child {
    margin-right: 0;
  }
  .best-product .best-product-box-right .cart-btns .addcart-btn:hover {
    background: #b6260e;
  }
  .best-product .flash-sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #f5f5f5;
    padding: .75rem;
  }
  .best-product .flash-sale-title {
    color: #FD0B1D;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
  }
  .best-product .flash-sale-countdown {
    margin-left: 2rem;
  }
  .best-product .flash-sale-countdown .dot {
    color: #767676;
  }
  .best-product .flash-sale-countdown-box {
    background: #767676;
    color: #fff;
    padding: .35rem;
    font-size: .75rem;
    line-height: .75rem;
    border-radius: .25rem;
    font-family: "Nunito", sans-serif;
  }
  .best-product-ribbon {
    background: #FD0B1D;
    display: inline-block;
    padding: .5rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .best-product-ribbon span {
    padding-top: 5px;
    display: inline-block;
    text-transform: uppercase;
    color: #f0f0f0;
    font-size: 1rem;
  }
  .best-product-ribbon::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -70px;
    width: 100%;
    border-top: solid 50px transparent;
    border-left: solid 20px #FD0B1D;
    border-bottom: solid 50px transparent;
    border-right: solid 20px transparent;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (max-width: 768px) {
  .header .header-logo {
    width: 150px;
  }
  .header .header-logo img {
    width: 100%;
  }
  .header .mobile-menu-icon {
    display: block;
    color: #000000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-top: .25rem;
  }
  .header .mobile-menu-icon:hover {
    color: #FD0B1D;
  }
  .product-datails {
    /** PRODUCT DESCRIPTION TAB START */
    /** RECOMMENDED PRODUCT SECTION START */
  }
  .product-datails .top-content {
    padding: 1.25rem 1.5rem 0;
  }
  .product-datails .top-content .top-content-mid {
    margin-bottom: 1.5rem;
  }
  .product-datails .top-content .addcart-btn {
    font-size: 0.75rem;
  }
  .product-datails .top-content-mid .mid-content-title {
    font-size: 1.5rem;
  }
  .product-datails .top-content-mid .mid-content-price {
    font-size: 1rem;
  }
  .product-datails .prod-desc .nav-tabs .nav-link {
    font-size: 0.6rem;
    margin-right: 0.5rem;
  }
  .product-datails .recom-prods {
    padding-bottom: 2.5rem;
  }
  .product-datails .recom-prods .recom-title h4 {
    font-size: 0.65rem;
    margin-top: 0.5rem;
  }
  .product-datails .recom-prods .recom-title .border-between {
    width: 65%;
    height: 0.1rem;
    background: #ddd;
  }
  .product-datails .recom-prods .similar-title h4 {
    font-size: 0.65rem;
    margin-top: 0.5rem;
  }
  .product-datails .recom-prods .similar-title .border-between {
    width: 58%;
    height: 0.1rem;
    background: #ddd;
  }
  .card .card-header .card-img {
    height: 160px;
    width: 160px;
  }
  .card .card-footer .btn-buy,
  .card .card-footer .cart-btn {
    font-size: 0.6rem;
  }
  .cart-datails {
    padding-top: 1rem;
    padding-bottom: 100px;
  }
  .cart-datails .cart {
    margin-top: 0;
  }
  .cart-datails .cart .card .card-header {
    padding: .625rem .9375rem;
  }
  .cart-datails .cart .card .card-header .card-title {
    font-size: .9rem;
    font-weight: 600;
  }
  .cart-datails .cart .card .card-header .card-title img {
    width: 1rem;
    margin-right: .35rem;
  }
  .cart-datails .cart .card .card-body .text {
    text-align: center;
  }
  .cart-datails .cart .card .card-body .text h4 {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: .75rem;
    color: #000000;
    margin-bottom: 0;
  }
  .cart-datails .cart .card .card-body .text .price {
    margin-top: 35px;
  }
  .cart-datails .cart .card .card-body .text .price span {
    font-size: .75rem;
  }
  .cart-datails .cart .card .card-body .text .img {
    padding: 10px 0;
  }
  .cart-datails .cart .card .card-body .text .img img {
    width: 60%;
  }
  .cart-datails .cart .card .card-body .text .red_gb {
    margin-top: 40px;
  }
  .cart-datails .cart .card .card-body .text .red_gb .gb p {
    font-size: 10px;
    border-radius: 3px;
    margin-right: 10px;
    padding: .25rem .35rem;
  }
  .cart-datails .cart .card .card-body .text .plus-min {
    margin-top: 30px;
  }
  .cart-datails .cart .card .card-body .text .plus-min .quantity {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: .625rem;
  }
  .cart-datails .cart .card .card-body .text .plus-min input {
    width: 25px;
    height: 25px;
    font-size: 10px;
    margin: 0 .5rem;
  }
  .cart-datails .cart .card .card-body .icon {
    margin-top: 2rem;
  }
  .cart-datails .cart .card .card-body .icon img {
    width: .8125rem;
  }
  .cart-datails .cart .card .card-body p {
    font-size: .7rem;
  }
  .cart-datails .cart .card .card-body .mobprice-col {
    padding: 0;
  }
  .cart-datails .cart .card .card-body .delicon-col {
    padding-left: 0;
  }
  .cart-datails .cart .card .checkout {
    margin-top: 60px;
  }
  .cart-datails .cart .card .checkout a {
    font-size: 1rem;
    padding: .3125rem 0;
  }
  .cart-datails .cart .card:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .cart-datails .cart .cart-summary {
    margin-top: 2rem;
  }
  .home-main .home-find-products-title {
    font-size: 1rem;
  }
  .home-main .home-find-products-box .form-group {
    text-align: left;
  }
  .home-main .home-find-products-box .form-group label {
    font-size: 12px;
    text-align: left;
  }
  .home-main .home-find-products .home-find-products-box {
    text-align: center;
  }
  .home-main .home-find-products .home-find-products-box .btn-search {
    font-size: 12px;
  }
  .home-main .home-event-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .home-main .home-event-header-left {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-main .home-event-header-left h3 {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
  .home-main .home-event-header-left-countdown {
    margin-left: 0;
    font-size: 1rem;
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .subscribe-section .subscribe-box {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .subscribe-section .subscribe-box .box {
    margin: 1rem 0;
  }
  .subscribe-section .subscribe-box .box .input-group .form-control {
    max-width: 320px;
  }
  .brands-slider-section .brands-slide-title h3 {
    font-size: 1rem;
  }
  .subscribe-section .subscribe-box .subscribe-title {
    font-size: .75rem !important;
  }
  .subscribe-section .subscribe-box .box .input-group .form-control {
    font-size: 12px !important;
  }
  .subscribe-section .subscribe-box .box .input-group .input-group-append .input-group-text {
    font-size: 12px !important;
  }
  .subscribe-section .subscribe-box h5 {
    font-size: .75rem !important;
  }
  .shipping-methods {
    margin-top: 1rem;
  }
  .footer .foot-title {
    margin-bottom: .5rem;
    font-size: .875rem;
  }
  .footer .about-nav li a {
    font-size: .75rem;
  }
  .best-product {
    padding: 1rem;
    position: relative;
  }
  .best-product .best-product-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .best-product .best-product-box-left {
    margin-right: 0;
  }
  .best-product .best-product-box-left-img {
    width: 100px;
    height: 100px;
  }
  .best-product .best-product-box-left-img img {
    width: 100%;
    height: 100%;
  }
  .best-product .best-product-box-right {
    text-align: center;
    text-align: left;
  }
  .best-product .best-product-box-right-title {
    font-size: 1rem;
    font-weight: 600;
    margin: .5rem 0 .5rem;
    text-transform: uppercase;
    color: #FD0B1D;
  }
  .best-product .best-product-box-right .brand-logo {
    margin: 0 0 .5rem;
  }
  .best-product .best-product-box-right .brand-model {
    font-size: 1rem;
    font-weight: 600;
  }
  .best-product .best-product-box-right .product-price {
    color: #FD0B1D;
    font-weight: 600;
    font-size: 1rem;
  }
  .best-product .best-product-box-right .checkbox {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .best-product .best-product-box-right .checkbox .form-check {
    margin: .5rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .best-product .best-product-box-right .checkbox .form-check-label {
    color: #525252;
    font-weight: 500;
    font-size: 0.8rem;
    margin-top: .25rem;
  }
  .best-product .best-product-box-right .checkbox .emi-text {
    font-size: .5rem;
    margin-bottom: .5rem;
  }
  .best-product .best-product-box-right .cart-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: .5rem 0;
  }
  .best-product .best-product-box-right .cart-btns .addcart-btn {
    background: #FD0B1D;
    color: white;
    border: none;
    margin-right: 0.5rem;
    padding: 0.5rem 0;
    font-size: .7rem;
    border-radius: 0.25rem;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    width: 49%;
    text-transform: uppercase;
  }
  .best-product .best-product-box-right .cart-btns .addcart-btn:last-child {
    margin-right: 0;
  }
  .best-product .best-product-box-right .cart-btns .addcart-btn:hover {
    background: #b6260e;
  }
  .best-product .flash-sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #f5f5f5;
    padding: .75rem;
  }
  .best-product .flash-sale-title {
    color: #FD0B1D;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 600;
  }
  .best-product .flash-sale-countdown {
    margin-left: 2rem;
  }
  .best-product .flash-sale-countdown .dot {
    color: #767676;
  }
  .best-product .flash-sale-countdown .ending {
    font-size: .75rem;
  }
  .best-product .flash-sale-countdown-box {
    background: #767676;
    color: #fff;
    padding: .35rem;
    font-size: .75rem;
    line-height: .75rem;
    border-radius: .25rem;
    font-family: "Nunito", sans-serif;
  }
  .best-product-ribbon {
    background: #FD0B1D;
    display: inline-block;
    padding: .5rem;
    position: absolute;
    top: 0;
    left: 0;
  }
  .best-product-ribbon span {
    padding-top: 5px;
    display: inline-block;
    text-transform: uppercase;
    color: #f0f0f0;
    font-size: 1rem;
  }
  .best-product-ribbon::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -99px;
    width: 100%;
    border-top: solid 50px transparent;
    border-left: solid 20px #FD0B1D;
    border-bottom: solid 50px transparent;
    border-right: solid 20px transparent;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

@media screen and (max-width: 575px) {
  .recom-prods .similar-title .border-between {
    width: 50% !important;
    height: 0.1rem;
    background: #ddd;
  }
  .header .mobile-menu-icon {
    display: block;
    color: #000000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-top: .25rem;
  }
  .header .mobile-menu-icon:hover {
    color: #FD0B1D;
  }
  .sign-up .modal .modal-body .nav-pills .nav-item .nav-link {
    margin-left: 25px;
    padding: 5px 30px;
  }
  .sign-up .modal .modal-body .nav-pills .nav-item .log-in-btn {
    margin-left: 5px;
  }
}

@media screen and (max-width: 480px) {
  .product-datails {
    /** RECOMMENDED PRODUCT SECTION START */
  }
  .product-datails .variation-text .title {
    min-width: 80px !important;
  }
  .product-datails .recom-prods .recom-title .border-between {
    width: 60%;
    height: 0.1rem;
    background: #ddd;
  }
  .home-main .home-find-products-title {
    font-size: .875rem;
  }
  .home-main .home-event-header-left-countdown {
    margin-left: 1rem;
  }
  .header .mobile-menu-icon {
    display: block;
    color: #000000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-top: .25rem;
  }
  .header .mobile-menu-icon:hover {
    color: #FD0B1D;
  }
}

@media screen and (max-width: 445px) {
  .subscribe-section .subscribe-box .box .input-group .form-control {
    max-width: 240px;
  }
  .header .mobile-menu-icon {
    display: block;
    color: #000000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-top: .25rem;
  }
  .header .mobile-menu-icon:hover {
    color: #FD0B1D;
  }
}

@media screen and (max-width: 440px) {
  .header .right-menu {
    margin-right: .5rem;
  }
  .header .mobile-menu-icon {
    display: block;
    color: #000000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-top: .25rem;
  }
  .header .mobile-menu-icon:hover {
    color: #FD0B1D;
  }
  .similar-title .border-between {
    width: 45% !important;
    height: 0.1rem;
    background: #ddd;
  }
}

@media screen and (max-width: 435px) {
  .product-datails {
    /** RECOMMENDED PRODUCT SECTION START */
  }
  .product-datails .variation-text .title {
    min-width: 80px !important;
  }
  .product-datails .recom-prods .recom-title .border-between {
    width: 55%;
    height: 0.1rem;
    background: #ddd;
  }
  .product-datails .similar-title .border-between {
    width: 45% !important;
    height: 0.1rem;
    background: #ddd;
  }
  .header .mobile-menu-icon {
    display: block;
    color: #000000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-top: .25rem;
  }
  .header .mobile-menu-icon:hover {
    color: #FD0B1D;
  }
}

@media screen and (max-width: 390px) {
  .similar-title .border-between {
    width: 10% !important;
    height: 0.1rem;
    background: #ddd;
  }
  .header .mobile-menu-icon {
    display: block;
    color: #000000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-top: .25rem;
  }
  .header .mobile-menu-icon:hover {
    color: #FD0B1D;
  }
}

@media screen and (max-width: 375px) {
  .product-datails {
    /** RECOMMENDED PRODUCT SECTION START */
  }
  .product-datails .variation-text .title {
    min-width: 80px !important;
  }
  .product-datails .recom-prods {
    padding-bottom: 2.5rem;
  }
  .product-datails .recom-prods .recom-title .border-between {
    width: 50%;
    height: 0.1rem;
    background: #ddd;
  }
  .product-datails .recom-prods .similar-title .border-between {
    width: 30% !important;
    height: 0.1rem;
    background: #ddd;
  }
  .card .card-header .card-img {
    height: 135px;
    width: 135px;
  }
  .card .card-body {
    padding: .5rem;
  }
  .home-main .cart-btn,
  .home-main .btn-buy {
    font-size: .5rem !important;
  }
  .header .mobile-menu-icon {
    display: block;
    color: #000000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-top: .25rem;
  }
  .header .mobile-menu-icon:hover {
    color: #FD0B1D;
  }
}

@media screen and (max-width: 340px) {
  .header .header-logo {
    width: 150px;
  }
  .header .header-logo img {
    width: 100%;
  }
  .header .mobile-menu-icon {
    display: block;
    color: #000000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-top: .25rem;
  }
  .header .mobile-menu-icon:hover {
    color: #FD0B1D;
  }
  .product-datails {
    /** RECOMMENDED PRODUCT SECTION START */
  }
  .product-datails .variation-text .title {
    min-width: 80px !important;
  }
  .product-datails .prod-desc .nav-tabs .nav-link {
    font-size: 0.5rem;
  }
  .product-datails .recom-prods {
    padding-bottom: 2.5rem;
  }
  .product-datails .recom-prods .recom-title h4 {
    font-size: 0.6rem;
  }
  .product-datails .recom-prods .recom-title .border-between {
    width: 40%;
    height: 0.1rem;
    background: #ddd;
  }
  .subscribe-section .subscribe-box .box .input-group .form-control {
    max-width: 195px;
  }
}

@media screen and (max-width: 320px) {
  .header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .header-logo {
    width: 110px;
  }
  .header .header-logo img {
    width: 100%;
  }
  .header .mobile-menu-icon {
    display: block;
    color: #000000;
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
    margin-top: .25rem;
  }
  .header .mobile-menu-icon:hover {
    color: #FD0B1D;
  }
  .cart-datails {
    padding-top: 1rem;
    padding-bottom: 100px;
  }
  .cart-datails .cart .card .card-body .text {
    text-align: center;
  }
  .cart-datails .cart .card .card-body .text h4 {
    font-family: "Nunito", sans-serif;
    font-weight: 500;
    font-size: .625rem;
    color: #000000;
    margin-bottom: 0;
  }
  .cart-datails .cart .card .card-body .text .price {
    margin-top: 35px;
  }
  .cart-datails .cart .card .card-body .text .price span {
    font-size: .625rem;
  }
  .cart-datails .cart .card .card-body .text .img {
    padding: 10px 0;
  }
  .cart-datails .cart .card .card-body .text .img img {
    width: 60%;
  }
  .cart-datails .cart .card .card-body .text .red_gb {
    margin-top: 40px;
  }
  .cart-datails .cart .card .card-body .text .red_gb .gb p {
    font-size: 10px;
    border-radius: 3px;
    margin-right: 10px;
    padding: .25rem .35rem;
  }
  .cart-datails .cart .card .card-body .text .plus-min {
    margin-top: 30px;
  }
  .cart-datails .cart .card .card-body .text .plus-min .quantity {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: .625rem;
  }
  .cart-datails .cart .card .card-body .text .plus-min input {
    width: 25px;
    height: 25px;
    font-size: 10px;
    margin: 0 .5rem;
  }
  .cart-datails .cart .card .card-body .icon {
    margin-top: 2rem;
  }
  .cart-datails .cart .card .card-body .icon img {
    width: .8125rem;
  }
  .cart-datails .cart .card .card-body p {
    font-size: .625rem;
  }
  .cart-datails .cart .card .card-body .mobprice-col {
    padding: 0;
  }
  .cart-datails .cart .card .card-body .delicon-col {
    padding-left: 0;
  }
  .cart-datails .cart .card .checkout {
    margin-top: 60px;
  }
  .cart-datails .cart .card .checkout a {
    font-size: 1rem;
    padding: .3125rem 0;
  }
  .cart-datails .cart .card:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .subscribe-section .subscribe-box .box .input-group .form-control {
    max-width: 180px !important;
  }
}
/*# sourceMappingURL=style.css.map */
.float-right-panel {
  position: absolute;
  bottom: 0;
  right: 0%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #FD0B1D;
  /* padding: 12px 24px; */
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  /* margin-right: 20px; */
}
.float-left-button {
  margin-left: 20px;
  position: absolute;
  bottom: 0;
  left: 10%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: #FD0B1D;
  color: white;
  /* padding: 12px 24px; */
  border: none;
  cursor: pointer;
  border-radius: 5px;
}
 .discount-percent {
  position: absolute;
  top: 50%;
  z-index: 1;
  /* background: #FD0B1D; */
  background: black;
  color: #fff;
  padding: 2px;
  font-size: 13px;
  border-radius: 3px 0px 0px 3px;
  right: 0px;
  width: auto;
}
.offer{
  position: absolute;
  top: 2px;
  z-index: 1;
  padding: 2px;
  left: 3px;
  width: auto;
}
.offer-s-page{
  position: absolute;
  top: 8px;
  z-index: 1;
  padding: 2px;
  left: 62px;
  width: auto;
}
.row.w-100.product-row {
  margin-left: 0px;
}
button.banner-close{
   top: 15px;
  right: 15px;
  position: absolute;
  z-index: 999;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 0px !important;
  text-align: center;
}
.banner-close:hover {
  color: #fff;
  text-decoration: none;
}
.quantity {
  display: block;
  overflow: hidden;

}
.quantity span{
  padding-right: 20px;
}

.quantity button {
  background-color: #FD0B1D;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  width: 30px;
  height: auto;
  text-align: center;
  transition: background-color 0.2s;
}

.quantity button:hover {
  background-color: #FF7F7F;
}

.input-box {
  width: 40px;
  text-align: center;
  border: none;
  padding: 8px 10px;
  font-size: 16px;
  outline: none;
}

/* Hide the number input spin buttons */
.input-box::-webkit-inner-spin-button,
.input-box::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-box[type="number"] {
  -moz-appearance: textfield;
}


@media screen and (max-width: 1000px) and (min-width: 501px) {
  button.banner-close{
    top: 2px !important;
    right: 15px;
    position: absolute;
    z-index: 999;
    color: #fff;
    background-color: #000;
    border-radius: 4px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 2px;
    text-align: center;

  }
}

@media screen and (max-width: 501px) {
  button.banner-close{
    top: 2px !important;
    right: 15px;
    position: absolute;
    z-index: 999;
    color: #fff;
    /* background-color: #000; */
    border-radius: 4px;
    /* padding-right: 5px; */
    padding-left: 2px;
    padding-bottom: 0px !important;
    height: 20px;
    /* padding-top: 0px; */
    text-align: center;
    width: 17px;
    height: 17px;
    margin-top: 1px;
    /* margin-left: 2px; */
    /* float: right; */
    margin-right: -14px;
  };
}

@media screen and (max-width: 501px){
  .closeCust{
    position: absolute;
    top:-3px;
    left: 2px;
  }
  #popUpModal .modal-dialog {
    top: 15%;
  }
  .search-box-hide{
    display: none;
  }
}
.modal-body.popup {
    padding: 0px !important;
}
#popUpModal .VueCarousel-slide img {
    vertical-align: unset;
    padding: 0px !important;
}
#popUpModal {
    background: rgb(0 0 0 / 50%)  !important;
}
.homepopup {
    /* top: -90px; */
    height: 150%;
}
.footer .about-nav li  {
    color: #4f4f4f;
    font-weight: 500;
    -webkit-transition: all .3s;
    transition: all .3s;
    font-size: .9rem;
}
