@font-face {
  font-family: "quicksand";
  src: url(../fonts/quicksand/Quicksand-VariableFont_wght.ttf);
}
body {
  background: #eeeeeecf;
  font-family: quicksand;
}
.nav-top {
  background-color: #fff;
}
.topbar {
  background: #ddd;
}
.list-group > li {
  margin-right: 25px;
  font-size: 15px;
  color: #9f9f9f;
}
.list-group > li:first-child {
  list-style: none;
}
.list-group > li > a {
  color: #9f9f9f;
}
.list-group > li > a:hover,
.list-group > li > a:active,
.list-group > li > a:focus,
.list-group > li > a:focus-within,
.list-group > li > a:visited {
  text-decoration: none !important;
}
.fab.fa-apple {
  padding: 0px 5px;
}
.dropdown > .dropdown-toggle > a {
  color: #9f9f9f;
}
.dropdown > .dropdown-toggle > a:hover {
  text-decoration: none;
}

.dropdown-menu {
  background: #ddd;
  color: #9f9f9f;
}
.dropdown-item {
  color: #5f5f5f;
}
.brand-logo > h1 {
  padding: 10px 0px;
}
.control-location i {
  color: #e41c36;
  font-size: 30px;
  padding: 10px 0px;
}
.control-location p {
  margin: 0;
  color: #5f5f5f;
}
.control-location {
  /* cursor: pointer; */
  /*margin: auto;*/
}
#left-angle {
  font-size: 15px;
}
#search_button {
  border: 1px solid #ddd;
  height: 40px;
  width: 400px;
  border-radius: 5px;
  margin: auto;
  color: #5f5f5f;
  transition: 0.5s;
}
#search_button:hover {
  padding: 0px 20px;
}
#search_button i {
  color: #e41c36;
}
.login-details {
  margin: auto;
  /* height: 40px; */
}
.login-item {
  list-style: none;
}
.login_item_1 {
  color: #5f5f5f;
}
.login_item_1:hover {
  color: #5f5f5f;
  text-decoration: none;
}
.login-details .fa-user {
  border: 2px solid #5f5f5f;
  border-radius: 100%;
  padding: 10px;
  font-size: 20px;
}
.login_item_1 .text-center {
  margin: auto;
}

.cart-details {
  margin: auto;
}
.notification {
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.notification i {
  font-size: 20px;
}
.notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: #e41c36;
  color: white;
}
.nav-group {
  list-style: none;
}
.nav-item {
  text-align: center;
}
.nav-item img {
  /* font-size: 20px; */
  text-align: center;
  /* color: #e41c36; */
  border: 1px solid #5f5f5f;
  border-radius: 100%;
  padding: 10px;
  width: 50px;
}
.nav-item {
  color: #5f5f5f;
}
.nav-item:hover {
  color: #e41c36;
  text-decoration: none !important;
}
.nav-style {
  padding-top: 15px;
  box-shadow: 0px 10px 10px rgb(0, 0, 0, 0.4);
  background: #f7f7f7;
  z-index: 2;
  position: relative;
  height: 57px;
}
.carousel-control-prev-icon {
  background-image: url("../../images/banner/angle-left-solid.svg");
  background-size: 20px;
  background-color: #ddd;
  padding: 20px;
  border-radius: 50%;
}
.carousel-control-next-icon {
  background-image: url("../../images/banner/angle-right-solid.svg");
  background-size: 20px;
  background-color: #ddd;
  padding: 20px;
  border-radius: 50%;
}
#carouselExampleIndicators {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}

.promotion .card {
  margin-top: 50px;
  background: #ffdc93;
  margin-bottom: 20px;
  width: 70%;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.card-body {
  padding: 5px 20px;
  color: #5f5f5f;
}
.promotion a:hover {
  color: #5f5f5f;
  text-decoration: none;
  font-weight: 500;
}
.promotion button {
  color: white;
  background: #e41d36;
  border: none;
  padding: 7px 30px;
  margin-top: 10%;
}
.promotion button:hover {
  color: #fff;
  background: #e41c36;
  border: none;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
  transition: 0.2s;
}

.promotion2 .card {
  margin-top: 50px;
  margin-bottom: 20px;
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.3);
}
.promotion2 a:hover {
  color: #5f5f5f;
  text-decoration: none;
  font-weight: 500;
}
.promotion2 button {
  color: white;
  background: #e41d36;
  border: none;
  padding: 7px 30px;
  margin-top: 10%;
}
.promotion2 button:hover {
  color: #fff;
  background: #e41c36;
  border: none;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.7);
  transition: 0.2s;
}
.promotion2 .card-header {
  padding: 0px;
  /* background: transparent; */
  border: none;
}
.promotion2 img {
  border-radius: 5px;
}
.xplore-cat .card {
  border: none !important;
  background: transparent;
}
.xplore-cat .card-img-top {
  border-radius: 10px;
  transition: 0.5s;
}
.xplore-cat a:hover {
  color: #5f5f5f;
  text-decoration: none;
}
.inner {
  border-radius: 10px;
  overflow: hidden;
}
.inner:hover img {
  transform: scale(1.5) !important;
}
@media (max-width: 768px) {
  .trend-now .carousel-inner .carousel-item > div {
    display: none;
  }
  .trend-now .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.trend-now .carousel-inner .carousel-item.active,
.trend-now .carousel-inner .carousel-item-next,
.trend-now .carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 3 */
@media (min-width: 768px) {
  .trend-now .carousel-inner .carousel-item-right.active,
  .trend-now .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }

  .trend-now .carousel-inner .carousel-item-left.active,
  .trend-now .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}

.trend-now .carousel-inner .carousel-item-right,
.trend-now .carousel-inner .carousel-item-left {
  transform: translateX(0);
}

@media (max-width: 768px) {
  .trend-now2 .carousel-inner .carousel-item > div {
    display: none;
  }
  .trend-now2 .carousel-inner .carousel-item > div:first-child {
    display: block;
  }
}

.trend-now2 .carousel-inner .carousel-item.active,
.trend-now2 .carousel-inner .carousel-item-next,
.trend-now2 .carousel-inner .carousel-item-prev {
  display: flex;
}

/* display 3 */
@media (min-width: 768px) {
  .trend-now2 .carousel-inner .carousel-item-right.active,
  .trend-now2 .carousel-inner .carousel-item-next {
    transform: translateX(33.333%);
  }

  .trend-now2 .carousel-inner .carousel-item-left.active,
  .trend-now2 .carousel-inner .carousel-item-prev {
    transform: translateX(-33.333%);
  }
}

.trend-now2 .carousel-inner .carousel-item-right,
.trend-now2 .carousel-inner .carousel-item-left {
  transform: translateX(0);
}
.from-instagram-post {
  padding: 50px;
  background: #eee;
}
.trend-now2 {
  padding-top: 15px;
}
.brand-logo {
  margin: auto;
}
.card-img-top {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 230px;
}
.promotion-new {
  width: 100%;
  height: 200px;
  text-align: center;
  padding: auto;
  background: #ddd;
}
.promotion-new h1 {
  margin-top: 80px;
}
.brand-logo img {
  width: 100px;
  margin: 5px 0;
}
.footer-brand img {
  width: 100px;
  margin-top: -70px;
  background: #f1f1f1;
}
.restitem .list-group {
  border: none;
  border-radius: 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.footer-brand hr {
  margin-top: 70px;
}
.restitem .list-group-item {
  background: none;
  border: none;
}
footer .d-flex p {
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal-dialog {
  max-width: 600px;
  margin-right: 0px;
}
.modal-content {
  border: none;
  border-radius: 0;
}
.content-hider {
  display: none;
}

.loader {
  display: flex;
  position: fixed;
  z-index: 10000000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: white;
  justify-content: center;
  align-items: center;
}

.loader > img {
  width: 100px;
}

.loader.hidden {
  animation: fadeOut 2s;
  animation-fill-mode: forwards;
}

@keyframes fadeOut {
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

.search-bar-1234 {
  position: absolute;
  margin-top: 70px;
  z-index: 20;
  background: #ddd;
  padding: 10px !important;
  width: 300px;
  border: 2px solid #ed3237;
  border-radius: 10px;
  display: none;
}
.quan_item {
  display: flex;
  width: 130px;
  justify-content: inherit;
}
.left_design {
  margin: auto;
  color: #e41d36;
  font-size: 24px;
  font-weight: bold;
  display: none;
}

.nav-style2 {
  position: fixed;
  top: 0;
  background: #ddd;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  transition: 0.4s ease-in-out;
  /* animation: lefttoright ease-in-out; */
  display: none;
}
.close-button {
  cursor: pointer;
  margin: auto 0;
  font-size: 35px;
  font-weight: bold;
  color: #ed3237;
  margin-right: 21px;
}
.logo_section {
  background: #fff;
  box-shadow: 0px 5px 10px #000;
  margin-bottom: 20px;
}
.nav-style .nav-group i {
  font-size: 20px;
  padding: 10px;
  border: 1px solid #5f5f5f;
  border-radius: 50%;
  transition: 0.5s;
}
#content {
  margin-top: 50px;
}

@media screen and (max-width: 1199px) {
  .topbar {
    display: none;
  }
  .brand_logo_1 {
    width: 100%;
  }
  .brand-logo {
    width: 100%;
    text-align: center;
  }
  .control-location h5 {
    display: none;
  }
  .control-location i {
    color: #e41c36;
    font-size: 20px;
    padding: 10px 0px;
  }
  .control-location p {
    margin-top: 10%;
    color: #5f5f5f;
  }
  .xplore-cat .card {
    width: 8rem !important;
  }
  .desktop .text_content {
    display: none;
  }
  #search_button {
    background: transparent;
    border: none;
    width: 50px;
  }
  .left_design {
    display: block;
  }
  .nav-style {
    display: none;
  }
  .nav-item img {
    /* font-size: 20px; */
    text-align: center;
    /* color: #e41c36; */
    border: 1px solid #5f5f5f;
    border-radius: 100%;
    padding: 10px;
    width: 40px;
  }
  .align-self-center {
    margin: auto 0;
    margin-left: 20px;
    /* font-size: 15px; */
  }
  .nav-style2 .nav-item img {
    /* font-size: 20px; */
    text-align: center;
    /* color: #fff; */
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 10px;
    width: 40px;
    /* background: #e41c36; */
  }
  .nav-style2 .nav-item i {
    border: 1px solid #d31c31;
    padding: 15px;
    border-radius: 50%;
    color: #d31c31;
  }
  .from-instagram-post h1 {
    font-size: 20px;
  }
  .card-img-top {
    height: auto;
  }
}
