@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;400;500;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
}

html,
body {
  height: 100%;
  font-family: "Mulish", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Mulish", sans-serif;
  font-weight: 700;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button:focus {
  -moz-outline: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.section {
  padding: 12rem 0;
}

.section-top {
  padding: 12rem 0 0;
}

.section-bottom {
  padding: 0 0 12rem 0;
}

.btn.focus, .btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus, .btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a:focus {
  outline: 0px solid;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 24px;
}

a {
  text-decoration: none;
}

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

a:active, a:hover {
  outline: 0 none;
  color: #F66161;
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

::-moz-selection {
  background: #F66161;
  text-shadow: none;
}

::selection {
  background: #F66161;
  text-shadow: none;
  color: #ffffff;
}

.section-title h2 {
  margin-bottom: 20px;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
}

.section-title h2 span {
  background-image: linear-gradient(240.05deg, #F66161 41.59%, #FFA454 119.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-title h2 i {
  font-size: 30px;
}

@media (max-width: 767.98px) {
  .section-title h2 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767.98px) {
  [class^="col"],
  .col {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 100% !important;
    padding: 0 30px;
  }
}

.header {
  position: relative;
  padding: 30px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #D0D0D0;
  background: #ffffff;
}

.header .logo img {
  max-width: 178px;
}

.header .main-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.header .main-nav .nav ul li {
  margin-left: 24px;
}

.header .main-nav .nav ul li a {
  display: block;
  font-size: 19px;
  font-weight: 700;
  color: #636363;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.header .main-nav .nav ul li a:hover {
  color: #F66161;
}

.header .main-nav .nav ul li a.login {
  margin-left: 35px;
}

.header .main-nav .nav ul li a.signup {
  width: 155px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  border-radius: 35px;
  background-image: linear-gradient(240.05deg, #F66161 41.59%, #FFA454 119.55%);
}

.header .main-nav .nav ul li a.signup:hover {
  color: #ffffff;
}

.header .bars {
  display: none;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .header {
    border-bottom: 1px solid #D8D8D8;
  }
  .header .bars {
    display: block;
    margin-left: auto;
  }
  .header .main-nav .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    margin-top: 1px;
  }
  .header .main-nav .nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 15px;
  }
  .header .main-nav .nav ul li {
    margin-bottom: 15px;
    margin-left: 0;
  }
}

.footer {
  margin-top: 90px;
  padding-top: 50px;
  border-top: 1px solid #D0D0D0;
}

.footer .logo .footer-logo {
  display: inline-block;
  margin-bottom: 25px;
}

.footer .app a {
  display: inline-block;
  margin-bottom: 10px;
}

.footer .item h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}

.footer .item ul li {
  margin-bottom: 20px;
}

.footer .item ul li a {
  display: inline-block;
  color: #727272;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer .item ul li a:hover {
  color: #F66161;
}

.footer .copyright {
  margin-top: 80px;
  border-top: 1px solid #EBEBEB;
}

.footer .copyright .content {
  padding: 15px 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer .copyright .content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  font-weight: 700;
}

.footer .copyright .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .copyright .content ul li {
  margin-left: 10px;
}

.footer .copyright .content ul li a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  border: 1px solid #F66161;
  text-align: center;
  font-size: 14px;
  color: #F66161;
  -webkit-transition: .2s;
  transition: .2s;
}

.footer .copyright .content ul li a:hover {
  background-color: #F66161;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .footer .logo {
    text-align: center;
  }
  .footer .item ul li {
    margin-bottom: 6px;
  }
  .footer .item ul li a {
    font-size: 12px;
  }
  .footer .copyright {
    position: relative;
  }
  .footer .copyright .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer .copyright .content p,
  .footer .copyright .content ul {
    width: 100%;
  }
  .footer .copyright .content p {
    text-align: center;
    font-size: 12px;
  }
  .footer .copyright .content ul {
    position: absolute;
    left: 0;
    bottom: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 15px;
  }
}

.banner {
  padding-top: 200px;
  padding-bottom: 100px;
  margin-bottom: 50px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

@media (max-width: 767px) {
  .banner {
    padding-top: 130px;
    padding-bottom: 50px;
  }
}

.banner .text h1 {
  margin: 44px 0 10px;
  font-size: 50px;
  line-height: 70px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .banner .text h1 {
    margin-top: 20px;
  }
}

.banner .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  /*border: 1px solid #D2D2D2;*/
  /*border-radius: 25px;*/
}

.banner .search .location {
  position: relative;
  width: 35%;
  position: relative;
  border-right: 1px solid #D2D2D2;
}

.banner .search .location img {
  position: absolute;
  top: 15px;
  left: 15px;
}

.banner .search .location input {
  padding-left: 50px;
}

.banner .search .product {
  position: relative;
  width: 65%;
}

.banner .search .product input {
  padding-left: 15px;
}

.banner .search input {
  width: 100%;
  height: 50px;
  border: 0;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
}

.banner .search input::-webkit-input-placeholder {
  color: #7B7B7B;
  font-size: 15px;
}

.banner .search input:-ms-input-placeholder {
  color: #7B7B7B;
  font-size: 15px;
}

.banner .search input::-ms-input-placeholder {
  color: #7B7B7B;
  font-size: 15px;
}

.banner .search input::placeholder {
  color: #7B7B7B;
  font-size: 15px;
}

.banner .search button {
  display: inline-block;
  position: absolute;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 0;
  border-radius: 50%;
  background-image: linear-gradient(240.05deg, #F66161 41.59%, #FFA454 119.55%);
  color: #ffffff;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner .search button i {
  padding-left: 3px;
  font-size: 15px;
}

@media (max-width: 767.98px) {
  .banner .search {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 0;
  }
  .banner .search .location,
  .banner .search .product {
    width: 100%;
    border: 1px solid #D2D2D2;
    border-radius: 25px;
    margin-bottom: 15px;
  }
  .banner .search .location input,
  .banner .search .product input {
    font-size: 10px;
  }
  .banner .search .location input::-webkit-input-placeholder,
  .banner .search .product input::-webkit-input-placeholder {
    font-size: 10px;
  }
  .banner .search .location input:-ms-input-placeholder,
  .banner .search .product input:-ms-input-placeholder {
    font-size: 10px;
  }
  .banner .search .location input::-ms-input-placeholder,
  .banner .search .product input::-ms-input-placeholder {
    font-size: 10px;
  }
  .banner .search .location input::placeholder,
  .banner .search .product input::placeholder {
    font-size: 10px;
  }
}

.banner .category h4 {
  padding: 40px 0 50px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
}

@media (max-width: 767.98px) {
  .banner .category h4 {
    padding-top: 0;
  }
}

.banner .category .category-item {
  background-color: #ffffff;
  border-radius: 15px;
  text-align: center;
  -webkit-box-shadow: 0px 4px 12px rgba(183, 189, 196, 0.4);
  box-shadow: 0px 4px 12px rgba(183, 189, 196, 0.4);
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.banner .category .category-item img {
  margin-top: -30px;
  height: 133px;
}

.banner .category .category-item h3 {
  padding: 10px 0 20px;
  font-size: 19px;
  line-height: 29px;
  font-weight: 700;
  color: #000000;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.banner .category .category-item:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.banner .category .category-item:hover h3 {
  color: #F66161;
}

@media (max-width: 767.98px) {
  .banner {
    background-image: none !important;
    background-color: #F4F4F4;
  }
  .banner .logo img {
    max-width: 144px;
  }
  .banner .text h1 {
    font-size: 24px;
    line-height: 34px;
  }
  .banner .category h4 {
    font-size: 14px;
    line-height: 24px;
  }
  .banner .category .category-item {
    border-radius: 5px;
  }
  .banner .category .category-item img {
    height: 42px;
  }
  .banner .category .category-item h3 {
    padding: 0;
    padding-bottom: 10px;
    margin-top: 0;
    font-size: 10px;
    line-height: 20px;
  }
  .banner .category .category-item:hover {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .banner .category .category-item:hover h3 {
    color: #F66161;
  }
}

.store {
  padding-bottom: 50px;
}

.store .store-item {
  margin-bottom: 50px;
}

.store .store-item .img {
  position: relative;
}

.store .store-item .img img {
  width: 100%;
}

.store .store-item .img .promoted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 0 20px 0 8px;
  height: 28px;
  border-radius: 2px;
  z-index: 9;
  background: linear-gradient(240.05deg, #F66161 41.59%, #FFA454 119.55%), #313131;
  color: #ffffff;
}

.store .store-item .img .promoted i {
  display: block;
  font-size: 12px;
}

.store .store-item .img .promoted span {
  display: block;
  padding-left: 5px;
  font-size: 12px;
}

.store .store-item .text h4 a {
  font-size: 19px;
  font-weight: 700;
  color: #000000;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.store .store-item .text h4 a:hover {
  color: #F66161;
}

.store .store-item .text .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.store .store-item .text .bottom > i {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 20px;
  text-align: center;
  background-image: linear-gradient(240.05deg, #F66161 41.59%, #FFA454 119.55%);
  color: #ffffff;
}

.store .store-item .text .bottom p {
  padding-left: 10px;
  margin-bottom: 0;
  font-size: 12;
}

.store .store-item .text .bottom .stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
  width: 50px;
  height: 24px;
  border-radius: 4px;
  background-color: #FFA454;
  color: #ffffff;
}

.store .store-item .text .bottom .stars span {
  display: block;
  margin-right: 3px;
  font-size: 16px;
  font-weight: 700;
}

.store .store-item .text .bottom .stars i {
  font-size: 12px;
}

@media (max-width: 767.98px) {
  .store .store-item .img .promoted {
    height: 8px;
    line-height: 8px;
    padding: 0 5px;
  }
  .store .store-item .img .promoted i {
    font-size: 8px;
  }
  .store .store-item .img .promoted span {
    font-size: 4px;
  }
  .store .store-item .text h4 {
    margin: 0;
  }
  .store .store-item .text h4 a {
    font-size: 10px;
    line-height: 20px;
  }
  .store .store-item .text .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .store .store-item .text .bottom > i {
    width: 10px;
    height: 10px;
    font-size: 6px;
    line-height: 10px;
  }
  .store .store-item .text .bottom p {
    font-size: 8px;
    line-height: 16px;
    padding-left: 3px;
  }
  .store .store-item .text .bottom .stars {
    width: 20px;
    height: 10px;
    border-radius: 3px;
  }
  .store .store-item .text .bottom .stars span {
    font-size: 4px;
  }
  .store .store-item .text .bottom .stars i {
    font-size: 4px;
  }
}

.store .slider .col {
  padding: 0 15px;
}

.store .slider .img {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.store .slider .img img {
  width: 100%;
}

.store .slider .img .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(-20.85%, #000000), color-stop(63.03%, rgba(0, 0, 0, 0)));
  background-image: linear-gradient(360deg, #000000 -20.85%, rgba(0, 0, 0, 0) 63.03%);
}

.store .slider .img .overlay .text {
  padding: 20px;
  width: 100%;
  color: #ffffff;
}

.store .slider .img .overlay .text h4 {
  margin: 0;
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
}

.store .slider .img .overlay .text p {
  margin: 0;
}

.store .slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 0;
  line-height: 66px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -25px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: linear-gradient(240.05deg, #F66161 41.59%, #FFA454 119.55%);
  color: #ffffff;
}

.store .slider .slick-arrow i {
  font-size: 22px;
}

.store .slider .slick-arrow.slick-next {
  left: auto;
  right: -25px;
}

@media (max-width: 767.98px) {
  .store .slider .col {
    padding: 0 6px;
  }
  .store .slider .img .overlay .text {
    padding: 6px;
  }
  .store .slider .img .overlay .text h4 {
    font-size: 10px;
    line-height: 12px;
  }
  .store .slider .img .overlay .text p {
    font-size: 8px;
    line-height: 16px;
    white-space: nowrap;
  }
  .store .slider .slick-arrow {
    width: 16px;
    height: 16px;
    line-height: 6px;
    left: -2px;
  }
  .store .slider .slick-arrow i {
    font-size: 9px;
  }
  .store .slider .slick-arrow.slick-next {
    left: auto;
    right: -2px;
  }
}

.why-shop {
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .why-shop {
    padding-bottom: 0;
  }
  .why-shop .row {
    padding: 0 30px 40px;
  }
  .why-shop .row .why-shop-item {
    -webkit-box-shadow: 0 0 0 transparent !important;
    box-shadow: 0 0 0 transparent !important;
  }
  .why-shop .row .why-shop-item:hover {
    border: 1px solid #E1E1E1 !important;
  }
  .why-shop .row .why-shop-item.active {
    border-color: #E1E1E1 !important;
  }
  .why-shop .row [class^="col"] {
    width: 190px;
  }
}

.why-shop .why-shop-item {
  border: 0.6px solid #E1E1E1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 8px;
  -webkit-transition: all linear .3s;
  transition: all linear .3s;
}

.why-shop .why-shop-item.active, .why-shop .why-shop-item:hover {
  -webkit-box-shadow: 0px 17.03px 22.4796px rgba(46, 46, 46, 0.25);
  box-shadow: 0px 17.03px 22.4796px rgba(46, 46, 46, 0.25);
  border-color: transparent;
}

.why-shop .why-shop-item img {
  width: 100%;
  vertical-align: middle;
}

.why-shop .why-shop-item .text {
  padding: 10px 20px 40px;
}

.why-shop .why-shop-item .text h4 {
  font-size: 36px;
  line-height: 46px;
  font-weight: 700;
  color: #000000;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.why-shop .why-shop-item .text h4 i {
  color: #F66161;
}

.why-shop .why-shop-item .text p {
  margin-bottom: 0;
  line-height: 24px;
  font-size: 14px;
  color: #000000;
}

@media (max-width: 767.98px) {
  .why-shop .why-shop-item {
    min-height: 250px;
  }
  .why-shop .why-shop-item .text {
    padding: 10px;
  }
  .why-shop .why-shop-item .text h4 {
    font-size: 17px;
    line-height: 26px;
    margin-top: 0;
  }
  .why-shop .why-shop-item .text p {
    font-size: 8px;
    line-height: 12px;
  }
}

.register-area {
  padding-bottom: 50px;
}

.register-area .text p {
  margin-bottom: 35px;
  line-height: 40px;
  font-size: 29px;
}

.register-area .text a {
  display: inline-block;
  width: 280px;
  height: 70px;
  border-radius: 35px;
  line-height: 70px;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(240.05deg, #F66161 41.59%, #FFA454 119.55%);
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .register-area .text p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
  }
  .register-area .text a {
    width: 145px;
    height: 37px;
    line-height: 37px;
    font-size: 10px;
  }
}

.faq {
  padding-bottom: 50px;
}

.faq .question-tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.faq .question-tab ul li {
  width: auto;
  font-size: 29px;
  line-height: 40px;
  padding: 10px 0;
  font-weight: 700;
  color: #A7B8C7;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.faq .question-tab ul li.active {
  border-bottom: 2px solid #F66161;
  color: #000000;
}

.faq .question-tab ul li:last-child {
  text-align: right;
}

@media (max-width: 767.98px) {
  .faq .question-tab ul li {
    font-size: 14px;
    line-height: 24px;
  }
}

.faq .question-content .question-group:not(.active) {
  display: none;
}

.faq .question-content .panel {
  border-color: transparent;
  border-bottom: .5px solid #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.faq .question-content .panel-heading {
  padding: 25px 0;
  background-color: transparent;
}

.faq .question-content .panel-heading a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  -webkit-transition: all linear .2s;
  transition: all linear .2s;
}

.faq .question-content .panel-heading a:hover {
  color: #F66161;
}

.faq .question-content .panel-heading a i {
  display: inline-block;
  color: #F66161;
  width: 14px;
  height: 14px;
  -webkit-transition: .2s;
  transition: .2s;
}

.faq .question-content .panel-heading a.active i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq .question-content .panel-body {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767.98px) {
  .faq .question-content .panel-heading a {
    font-size: 14px;
    line-height: 24px;
  }
  .faq .question-content .panel-body {
    font-size: 14px;
    line-height: 24px;
  }
}

.subscription {
  padding: 70px 0;
  background: linear-gradient(240.05deg, #F66161 41.59%, #FFA454 119.55%);
}

@media (max-width: 767.98px) {
  .subscription {
    padding: 50px 0;
  }
}

.subscription .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscription .content .text {
  width: 50%;
  padding-right: 15px;
}

.subscription .content .text h3 {
  font-size: 37px;
  line-height: 47px;
  font-weight: 700;
  color: #ffffff;
}

.subscription .content .form {
  position: relative;
  width: 50%;
  padding-left: 15px;
}

.subscription .content .form input {
  height: 68px;
  width: 100%;
  padding-left: 25px;
  padding-right: 190px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0;
  background: rgba(255, 255, 255, 0.34);
  border-radius: 34px;
  color: #ffffff;
}

.subscription .content .form input::-webkit-input-placeholder {
  color: #ffffff;
}

.subscription .content .form input:-ms-input-placeholder {
  color: #ffffff;
}

.subscription .content .form input::-ms-input-placeholder {
  color: #ffffff;
}

.subscription .content .form input::placeholder {
  color: #ffffff;
}

.subscription .content .form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 166px;
  height: 68px;
  background-color: #ffffff;
  border: 0;
  border-radius: 34px;
  font-size: 19px;
  color: #687988;
}

@media (max-width: 767.98px) {
  .subscription .content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .subscription .content .text {
    width: 100%;
    text-align: center;
  }
  .subscription .content .text h3 {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 15px;
  }
  .subscription .content .form {
    width: 100%;
    text-align: center;
  }
  .subscription .content .form input {
    height: 50px;
  }
  .subscription .content .form button {
    position: relative;
    margin-top: 15px;
    height: 50px;
    font-size: 12px;
    color: #000000;
  }
}

.trending {
  padding-top: 50px;
  padding-bottom: 50px;
}

.trending .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.trending .row .col {
  width: calc(100% / 3);
  padding: 0 15px;
}

.trending .trending-content .item {
  position: relative;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}

.trending .trending-content .item img {
  width: 100%;
}

.trending .trending-content .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(linear, left top, right top, color-stop(-53.02%, #000000), color-stop(114.8%, rgba(0, 0, 0, 0)));
  background: linear-gradient(90deg, #000000 -53.02%, rgba(0, 0, 0, 0) 114.8%);
}

.trending .trending-content .item .overlay .text {
  padding: 0 28px;
  width: 100%;
}

.trending .trending-content .item .overlay .text h5 {
  font-size: 21px;
  font-weight: 700;
  color: #ffffff;
}

.trending .trending-content .item .overlay .text p {
  margin-bottom: 0;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  .trending .section-title img {
    width: 16px;
  }
  .trending .section-title i {
    font-size: 14px;
  }
  .trending .row .col {
    padding: 0 6px;
    width: 130px;
  }
  .trending .trending-content .item {
    margin-bottom: 15px;
    width: 130px;
  }
  .trending .trending-content .item .overlay .text {
    padding: 0 10px;
  }
  .trending .trending-content .item .overlay .text h5 {
    font-size: 10px;
    margin: 0;
  }
  .trending .trending-content .item .overlay .text p {
    font-size: 8px;
    line-height: 13px;
  }
}

@media (max-width: 991.98px) {
  .trending .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    bottom: -15px;
    z-index: 99;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .trending .slick-dots li {
    width: 5px;
    height: 5px;
    background-color: #DFDDDD;
    margin: 0 3px;
    border-radius: 50%;
    cursor: pointer;
  }
  .trending .slick-dots li.slick-active {
    background-color: #C4C4C4;
  }
  .trending .slick-dots li button {
    display: none;
  }
}

.search-for {
  padding-bottom: 50px;
}

@media (max-width: 767.98px) {
  .search-for {
    padding-bottom: 0;
  }
}

.search-for .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-for .content ul li {
  width: calc(100% / 4);
  margin-bottom: 15px;
}

.search-for .content ul li a {
  color: #000000;
  -webkit-transition: .2s;
  transition: .2s;
}

.search-for .content ul li a:hover {
  color: #F66161;
}

@media (max-width: 767.98px) {
  .search-for .content ul li {
    width: calc(100% / 3);
    font-size: 8px;
    line-height: 16px;
    margin-bottom: 8px;
    padding-right: 8px;
  }
}

.new-serving .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.new-serving .content ul li {
  width: calc(100% / 3);
  margin-bottom: 15px;
}

.new-serving .content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000000;
  -webkit-transition: .2s;
  transition: .2s;
}

.new-serving .content ul li a:hover {
  color: #F66161;
}

.new-serving .content ul li a span {
  padding-left: 5px;
}

@media (max-width: 767.98px) {
  .new-serving .content ul li {
    font-size: 8px;
    line-height: 12px;
    margin-bottom: 15px;
  }
}

.coming-soon .section-title h2 {
  color: #ffffff;
}

.coming-soon .content {
  background: linear-gradient(237.57deg, #F66161 53.81%, #FFA454 140.01%);
  border-radius: 8px;
  padding: 30px;
}

.coming-soon .content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.coming-soon .content ul li {
  width: calc(100% / 3);
  margin-bottom: 15px;
}

.coming-soon .content ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
  -webkit-transition: .2s;
  transition: .2s;
}

.coming-soon .content ul li a:hover {
  color: #000000;
}

.coming-soon .content ul li a span {
  padding-left: 5px;
}

@media (max-width: 767.98px) {
  .coming-soon .section-title h2 {
    margin: 0;
  }
  .coming-soon .content {
    padding: 12px;
  }
  .coming-soon .content ul li {
    font-size: 8px;
  }
}

.search-page .banner {
  padding: 150px 0 0;
}

@media (max-width: 767.98px) {
  .search-page .banner {
    padding: 120px 0 0;
  }
}

.search-page .banner .page-location ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-page .banner .page-location ul li {
  padding-right: 5px;
  padding-bottom: 5px;
}

.search-page .banner .page-location ul li::after {
  content: '/';
  padding-left: 5px;
}

.search-page .banner .page-location ul li:last-child::after {
  display: none;
}

.search-page .banner .page-location ul li a {
  color: #000000;
  -webkit-transition: .2s;
  transition: .2s;
}

.search-page .banner .page-location ul li a:hover {
  color: #F66161;
}

.search-page .banner .page-location ul li.active a {
  pointer-events: none;
  color: #8B8B8B;
}

@media (max-width: 767.98px) {
  .search-page .banner .page-location ul li a {
    font-size: 14px;
  }
}

.search-page .banner .section-title h2 span {
  border-bottom: 2px solid #F66161;
}

@media (max-width: 767.98px) {
  .search-page .banner .section-title h2 {
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 15px;
  }
}

.search-page .slider .item {
  position: relative;
}

.search-page .slider .item img {
  width: 100%;
}

.search-page .slider .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  cursor: pointer !important;
}

.search-page .slider .item .overlay .text {
  width: 100%;
}

.search-page .slider .item .overlay .text h1 {
  font-size: 44px;
  line-height: 54px;
  color: #ffffff;
  padding-left: 15px;
  padding-top: 30px;
  margin: 0;
}

.search-page .slider .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 0;
  line-height: 66px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: -25px;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: linear-gradient(240.05deg, #F66161 41.59%, #FFA454 119.55%);
  color: #ffffff;
}

.search-page .slider .slick-arrow i {
  font-size: 22px;
}

.search-page .slider .slick-arrow.slick-next {
  left: auto;
  right: -25px;
}

.search-page .slider .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search-page .slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 4px;
  border-radius: 50%;
  background-color: #FAFAFA;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
}

.search-page .slider .slick-dots li button {
  display: none;
}

.search-page .slider .slick-dots li.slick-active {
  width: 32px;
  border-radius: 6px;
  background-color: #F66161;
}

@media (max-width: 767.98px) {
  .search-page .slider .item .overlay .text h1 {
    font-size: 18px;
    max-width: 300px;
    line-height: 28px;
  }
  .search-page .slider .slick-arrow {
    width: 24px;
    height: 24px;
    line-height: 24px;
    left: -14px;
  }
  .search-page .slider .slick-arrow i {
    font-size: 14px;
  }
  .search-page .slider .slick-arrow.slick-next {
    right: -14px;
  }
  .search-page .slider .slick-dots {
    bottom: 10px;
  }
  .search-page .slider .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 2px;
  }
  .search-page .slider .slick-dots li.slick-active {
    width: 12px;
  }
}

.search-page .filter {
  margin-top: 30px;
  margin-bottom: 90px;
}

@media (max-width: 767.98px) {
  .search-page .filter {
    margin-bottom: 30px;
  }
}

.search-page .filter ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.search-page .filter ul li {
  position: relative;
  margin-right: 12px;
  padding: 2px;
  border-radius: 55px;
  background: linear-gradient(240.05deg, #F66161 41.59%, #FFA454 119.55%);
  margin-bottom: 10px;
}

.search-page .filter ul li a {
  position: relative;
  display: block;
  height: 46px;
  line-height: 46px;
  border-radius: 55px;
  padding: 0 36px;
  font-weight: 700;
  background-color: #ffffff;
  color: #000000;
  z-index: 1;
  -webkit-transition: .2s;
  transition: .2s;
  text-align: center;
}

.search-page .filter ul li a:hover {
  background-color: transparent;
  color: #ffffff;
}

.search-page .filter ul li.active > a {
  background-color: transparent;
  color: #ffffff;
}

.search-page .filter ul li ul {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  transition: .2s;
  z-index: 99;
}

.search-page .filter ul li ul li {
  margin-bottom: 15px;
}

.search-page .filter ul li ul li a {
  background-color: #ffffff;
  color: #000000;
}

.search-page .filter ul li:hover ul {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767.98px) {
  .search-page .filter ul li {
    margin-right: 10px;
  }
  .search-page .filter ul li a {
    height: 20px;
    padding: 0 8px;
    font-size: 10px;
    line-height: 20px;
  }
  .search-page .filter ul li ul {
    padding-top: 10px;
  }
  .search-page .filter ul li ul li {
    margin-bottom: 10px;
  }
}

.search-page .products .item {
  position: relative;
  padding: 25px;
  border: 1px solid #ddd;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .search-page .products .item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.search-page .products .item .slider {
  width: 300px;
}

.search-page .products .item .slider .slider-item {
  height: 100%;
}

.search-page .products .item .slider img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 767px) {
  .search-page .products .item .slider {
    height: auto;
  }
}

.search-page .products .item .content {
  width: calc(100% - 300px);
  padding-left: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.search-page .products .item .content .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search-page .products .item .content .title.small-screen {
  display: none;
}

@media (max-width: 767.98px) {
  .search-page .products .item .content .title.big-screen {
    display: none;
  }
  .search-page .products .item .content .title.small-screen {
    display: block;
  }
  .search-page .products .item .content .title.small-screen .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .search-page .products .item .content .title.small-screen .top h2 {
    font-size: 14px;
    line-height: 14px;
    margin: 0;
    padding-right: 4px;
  }
  .search-page .products .item .content .title.small-screen .top .star-count {
    margin: 0 0 0 auto;
    width: 24px;
    height: 12px;
    background-color: #F66161;
    color: #ffffff;
    font-size: 6px;
    line-height: 11px;
    text-align: center;
    border-radius: 2px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-top: 3px;
  }
  .search-page .products .item .content .title.small-screen .bottom {
    margin-top: -5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .search-page .products .item .content .title.small-screen .bottom .tags a {
    display: inline-block;
    padding: 0 5px;
    border-radius: 8px;
    height: 16px;
    font-size: 8px;
    line-height: 16px;
    background-color: #D8DDE4;
  }
}

.search-page .products .item .content .title .img {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  border: 2px solid #F66161;
  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;
  margin-right: 15px;
  background-color: #000000;
  overflow: hidden;
}

.search-page .products .item .content .title .heading h2 {
  margin-top: 0;
  font-size: 37px;
  font-weight: 700;
}

.search-page .products .item .content .title .heading .tags a {
  display: inline-block;
  height: 36px;
  padding: 0 18px;
  line-height: 36px;
  background: #D8DDE4;
  border-radius: 100px;
  color: #000000;
  margin-right: 15px;
}

.search-page .products .item .content .title .stars {
  margin-left: auto;
  text-align: right;
}

.search-page .products .item .content .title .stars .star-count {
  margin-bottom: 0;
  width: 50px;
  height: 25px;
  background: #FFA454;
  border-radius: 4px;
  margin-left: auto;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
}

.search-page .products .item .content .title .stars .star-count span {
  font-weight: 700;
}

.search-page .products .item .content .title .stars .star-count i {
  font-size: 12px;
}

.search-page .products .item .content .des p {
  padding-top: 10px;
  font-size: 14px;
  color: #000000;
  line-height: 24px;
  margin-bottom: 10px;
}

.search-page .products .item .content .image-gall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.search-page .products .item .content .image-gall .gall-item {
  width: 105px;
}

.search-page .products .item .content .image-gall .gall-item .img img {
  width: 100%;
  border-radius: 6px;
}

.search-page .products .item .content .image-gall .gall-item .text h4 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
}

.search-page .products .item .content .image-gall .gall-item .text p {
  font-size: 12px;
  line-height: 22px;
  margin-bottom: 0;
}

.search-page .products .item .content .image-gall .gall-item .total-product {
  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;
  width: 93px;
  height: 93px;
  border: 1px solid #F66161;
  border-radius: 50%;
}

.search-page .products .item .content .image-gall .gall-item .total-product p {
  margin-bottom: 0;
  line-height: 20px;
  color: #F66161;
}

.search-page .products .item .content .image-gall .gall-item .total-product p span {
  font-weight: 700;
  font-size: 21px;
}

.search-page .products .item .content .item-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}

.search-page .products .item .content .item-footer .border,
.search-page .products .item .content .item-footer .gray {
  display: inline-block;
  height: 33px;
  border: 1px solid #F66161;
  padding: 0 20px;
  font-size: 12px;
  line-height: 31px;
  border-radius: 17px;
  font-weight: 700;
  color: #F66161;
  margin-right: 20px;
}

.search-page .products .item .content .item-footer .gray {
  color: #aaa;
  border: 1px solid transparent;
  background-color: #F0F0F0;
}

.search-page .products .item .content .item-footer .circle {
  display: inline-block;
  width: 55px;
  height: 55px;
  border: 1px solid #F0F0F0;
  text-align: center;
  border-radius: 50%;
  margin-left: auto;
  margin-right: 20px;
}

.search-page .products .item .content .item-footer .circle i {
  line-height: 55px;
  color: #F66161;
}

.search-page .products .item .content .item-footer .shop {
  display: inline-block;
  width: 200px;
  height: 55px;
  background: linear-gradient(240.05deg, #F66161 41.59%, #FFA454 119.55%);
  border-radius: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
}

.search-page .products .item .content .item-footer .shop i {
  padding-right: 10px;
}

@media (max-width: 767.98px) {
  .search-page .products .item {
    padding: 8px 10px 50px;
  }
  .search-page .products .item .content {
    width: calc(100% - 112px);
    padding-left: 15px;
  }
  .search-page .products .item .content .des p span {
    display: none;
  }
  .search-page .products .item .content .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .search-page .products .item .content .title .img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .search-page .products .item .content .title .heading h2 {
    font-size: 14px;
    line-height: 16px;
    margin: 0;
  }
  .search-page .products .item .content .title .heading .tags {
    -webkit-transform: translateX(-29px);
    transform: translateX(-29px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
  }
  .search-page .products .item .content .title .heading .tags a {
    font-size: 8px;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    margin-right: 5px;
    white-space: nowrap;
  }
  .search-page .products .item .content .title .heading .tags a:not(:first-child) {
    display: none;
  }
  .search-page .products .item .content .title .stars {
    margin-top: 10px;
  }
  .search-page .products .item .content .title .stars .star-count {
    margin-bottom: 0;
    width: 24px;
    height: 8px;
    border-radius: 1.5px;
    font-size: 6px;
    line-height: 8px;
  }
  .search-page .products .item .content .title .stars .star-count span {
    font-weight: 700;
  }
  .search-page .products .item .content .title .stars .star-count i {
    font-size: 5px;
  }
  .search-page .products .item .content .title .location {
    white-space: nowrap;
  }
  .search-page .products .item .content .title .location img {
    height: 8px;
  }
  .search-page .products .item .content .title .location span {
    font-size: 8px;
  }
  .search-page .products .item .content .des p {
    padding-top: 0;
    font-size: 8px;
    line-height: 14px;
  }
  .search-page .products .item .content .image-gall {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .search-page .products .item .content .image-gall .gall-item {
    width: 105px;
  }
  .search-page .products .item .content .image-gall .gall-item .img img {
    width: 100%;
    border-radius: 6px;
  }
  .search-page .products .item .content .image-gall .gall-item .text h4 {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
  }
  .search-page .products .item .content .image-gall .gall-item .text p {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .search-page .products .item .content .image-gall .gall-item .total-product {
    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;
    width: 93px;
    height: 93px;
    border: 1px solid #F66161;
    border-radius: 50%;
  }
  .search-page .products .item .content .image-gall .gall-item .total-product p {
    margin-bottom: 0;
    line-height: 20px;
    color: #F66161;
  }
  .search-page .products .item .content .image-gall .gall-item .total-product p span {
    font-weight: 700;
    font-size: 21px;
  }
}

@media (max-width: 767.98px) and (max-width: 767.98px) {
  .search-page .products .item .content .image-gall .gall-item {
    width: calc(100% / 4);
    max-width: 50px;
  }
  .search-page .products .item .content .image-gall .gall-item:last-child {
    display: none;
  }
  .search-page .products .item .content .image-gall .gall-item .img {
    padding-right: 10px;
  }
  .search-page .products .item .content .image-gall .gall-item .text {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .search-page .products .item .content .item-footer {
    position: absolute;
    bottom: 12px;
    padding: 0 10px;
    left: 0;
  }
  .search-page .products .item .content .item-footer .border,
  .search-page .products .item .content .item-footer .gray {
    height: 17px;
    line-height: 14px;
    font-size: 8px;
    padding: 0 5px;
    margin-right: 6px;
    white-space: nowrap;
  }
  .search-page .products .item .content .item-footer .circle {
    width: 22px;
    height: 22px;
    line-height: 16px;
    border-radius: 4px;
    margin-right: 5px;
    margin-left: auto;
  }
  .search-page .products .item .content .item-footer .circle i {
    line-height: 22px;
    font-size: 10px;
  }
  .search-page .products .item .content .item-footer .shop {
    height: 22px;
    font-size: 7px;
    width: 70px;
    line-height: 22px;
  }
  .search-page .products .item .content .item-footer .shop i {
    padding-right: 5px;
  }
}

@media (max-width: 767.98px) {
  .search-page .products .item .slider {
    width: 100px;
  }
  .search-page .products .item .content {
    width: calc(100% - 100px);
  }
}

@media (max-width: 767.98px) {
  .search-page .products .slick-arrow {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .search-page .products .slick-arrow i {
    font-size: 8px;
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  .search-page .products .slick-dots {
    bottom: auto;
    top: 100%;
    padding-top: 5px;
  }
  .search-page .products .slick-dots li {
    width: 3px;
    height: 2px;
    background-color: #ccc;
    margin: 0 2px;
  }
  .search-page .products .slick-dots li.slick-active {
    width: 3px;
    height: 2px;
  }
}

.related-product .product-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}

.related-product .product-item img {
  width: 100%;
}

.related-product .product-item .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(-20.85%, #000000), color-stop(63.03%, rgba(0, 0, 0, 0)));
  background: linear-gradient(360deg, #000000 -20.85%, rgba(0, 0, 0, 0) 63.03%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.related-product .product-item .overlay .text {
  padding: 20px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .related-product .product-item .overlay .text {
    padding: 5px;
  }
}

.related-product .product-item .overlay .text h4 {
  font-size: 21px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
}

.related-product .product-item .overlay .text p {
  color: #ffffff;
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .related-product .product-item .overlay .text h4 {
    font-size: 10px;
    line-height: 14px;
    margin: 0;
  }
  .related-product .product-item .overlay .text p {
    font-size: 8px;
    line-height: 10px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 52px !important;
}
.select2-container .select2-selection--single{
  height: 52px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
  padding-left: 28px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 49px !important;
}
.select2-container{
  width:590px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  display: none;
}
.iconsmall{
  background-image: linear-gradient(
          45deg, #FF8955, #FF386B);
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 100px;
  font-style: normal;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  padding: 0px 2px;
  margin-right: 3px;
}
.dropdown-item{
  display: block;
  width: 100%;
  padding: 10px;
  clear: both;
  font-weight: 300;
  color: #757575;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
  margin: 0px;
  border-radius: 0px;
  -webkit-transition: background-color .25s;
  -o-transition: background-color .25s;
  transition: background-color .25s;
  font-size: 15px;
}
.dropdown-menu .dropdown-item .fa {
  padding: 0 5px 0 15px;
  margin-left: 5px;
  display: inline-block;
}

.dropdown-menu .dropdown-item {
  color: #000;
  display: block;
  padding: 0 0px;
}
.fa-file-text:before {
  content: "\f15c";
}

.select2 {
  width:100%!important;
}

.banner .search .location{
  border: 1px solid #D2D2D2;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-right: 0px;
}
.select2-selection.select2-selection--single{
  border: 1px solid #D2D2D2;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

@media (min-width:320px) and (max-width: 425px) {
  .select2-selection.select2-selection--single{
    border: 0;
    background:transparent ;
  }
  .banner .search .location{
    border: 1px solid #D2D2D2;
  }
}

.pull-right-md{
  float: right;
}

@media (max-width:767px){
  .banner .search .location img {
    left: 9px;
  }
  .banner .search .location input {
    padding-left: 28px;
  }
  .banner .search button {
    display: inherit;
  }
  .banner .search input {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 87% !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    font-size: 10px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 20px !important;
    width: 88%;
  }
  .pull-right-md{
    float: none;
  }
  #autocomplete-error {
    margin-top: 45px !important;
    font-size: 10px;
  }

  .header .main-nav .nav ul li a.login {
    margin-left: 0px;
    color: #F66161;
  }
}

#autocomplete-error{
  margin-top: 52px;
  position: absolute;
  float: left;
  white-space: nowrap;
  left: 0;
}
.banner .search input {
  width: 90%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90%;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
  color: #0a0a0aed !important;
}
.faq .question-tab ul li{
  color: #51606c;
}