/******************************************************** start about page *****************************************************************/
/***************************** start section navbar *****************************/
.navbar .navbar-collapse .form-clicks .link-icon {
  width: 35px;
  height: 35px;
  background-color: #FD6769;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  margin: 0 5px;
  position: relative;
  border: 0;
}

.navbar .navbar-collapse .form-clicks .link-icon .icon {
  width: 21px;
}

.navbar .navbar-collapse .form-clicks .link-icon .num {
  display: block;
  position: absolute;
  background: #000;
  height: 17px;
  width: 17px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  line-height: 17px;
  right: -9px;
  top: 0px;
}

/***************************** end section navbar *****************************/
/***************************** start section meals *****************************/
.meals {
  padding: 50px 0 150px 0;
  position: relative;
}

.meals::after {
  z-index: -1;
  content: '';
  background-color: #F7FFDE;
  width: 100%;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  border-radius: 0 0 100% 100%;
}

.meals .offer-content {
  background-color: #F5F5F5;
  border-radius: 50px;
  height: 241px;
  width: 85%;
  margin: auto;
  padding: 75px 65px;
  position: relative;
}

.meals .offer-content .images .offer-img {
  width: 350px;
  height: 250px;
  position: absolute;
  top: -60px;
}

.meals .offer-content .offer-text .title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 30px;
  padding-bottom: 20px;
}

.meals .offer-content .offer-text .text {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  padding: 40px 0 20px 0;
  padding: 20px 0 15px 0;
}

.meals .offer-content .offer-text .heaer-zip {
  position: relative;
  width: 65%;
  margin: 0 0 60px 0;
}

.meals .offer-content .offer-text .heaer-zip .icon-location {
  position: absolute;
  left: 30px;
  top: 12px;
}

.meals .offer-content .offer-text .heaer-zip .input-zip {
  border-radius: 22.5px;
  background-color: #FFFFFF;
  height: 50px;
  line-height: 50px;
  display: block;
  border: 0;
  padding: 0 65px;
}

.meals .offer-content .offer-text .heaer-zip .input-zip::-webkit-input-placeholder {
  color: #D8D8D8;
  font-size: 15px;
  font-weight: 400;
}

.meals .offer-content .offer-text .heaer-zip .input-zip:-ms-input-placeholder {
  color: #D8D8D8;
  font-size: 15px;
  font-weight: 400;
}

.meals .offer-content .offer-text .heaer-zip .input-zip::-ms-input-placeholder {
  color: #D8D8D8;
  font-size: 15px;
  font-weight: 400;
}

.meals .offer-content .offer-text .heaer-zip .input-zip::placeholder {
  color: #D8D8D8;
  font-size: 15px;
  font-weight: 400;
}

.meals .offer-content .offer-text .heaer-zip .input-zip:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #FD6769;
}

.meals .offer-content .offer-text .heaer-zip .button-go {
  background-color: #FD6769;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0;
  line-height: 35px !important;
  display: block;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  right: 13px;
  top: 6px;
}

/***************************** end section meals *****************************/
/***************************** start section about *****************************/
.about {
  overflow: hidden;
  padding: 70px 0;
}

.about .about-content {
  padding: 30px 0;
}

.about .about-content .content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15%;
}

.about .about-content .content .title {
  font-weight: 700;
  font-size: 35px;
  padding-bottom: 10px;
}

.about .about-content .content .text {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}

.about .about-content .images .about-img {
  width: 378px;
  height: 230px;
}

/***************************** end section about *****************************/
/******************************************************** start shop page-1 *****************************************************************/
/***************************** start section header-top *****************************/
.header-top {
  background-color: #F7FFDE;
  position: relative;
  padding: 50px 0;
}

.header-top .header-top-content .images img {
  width: 300px;
  height: 300px;
  position: absolute;
  top: -40px;
  left: 20%;
}

.header-top .header-top-content .header-top-text .title {
  font-family: 'Josefin Sans', sans-serif;
  font-size: 34px;
  font-weight: 700;
}

.header-top .header-top-content .header-top-text .heaer-zip {
  position: relative;
  width: 65%;
  margin: 20px 0 0 0;
}

.header-top .header-top-content .header-top-text .heaer-zip .icon-location {
  position: absolute;
  left: 30px;
  top: 12px;
}

.header-top .header-top-content .header-top-text .heaer-zip .input-zip {
  border-radius: 22.5px;
  background-color: #FFFFFF;
  height: 50px;
  line-height: 50px;
  display: block;
  border: 0;
  padding: 0 70px;
}

.header-top .header-top-content .header-top-text .heaer-zip .input-zip::-webkit-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.header-top .header-top-content .header-top-text .heaer-zip .input-zip:-ms-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.header-top .header-top-content .header-top-text .heaer-zip .input-zip::-ms-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.header-top .header-top-content .header-top-text .heaer-zip .input-zip::placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.header-top .header-top-content .header-top-text .heaer-zip .input-zip:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #FD6769;
}

.header-top .header-top-content .header-top-text .heaer-zip .button-go {
  background-color: #FD6769;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0;
  line-height: 35px !important;
  display: block;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  right: 13px;
  top: 6px;
}

/***************************** end section header-top *****************************/
/******************************************************** start shop page-2 *****************************************************************/
/***************************** start section header-swiper *****************************/
.header-swiper {
  position: relative;
}

.header-swiper .swiper-button-next, .header-swiper .swiper-button-prev {
  background-size: 15px 44px;
  -webkit-filter: invert(0%) sepia(93%) saturate(7441%) hue-rotate(41deg) brightness(90%) contrast(97%);
          filter: invert(0%) sepia(93%) saturate(7441%) hue-rotate(41deg) brightness(90%) contrast(97%);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header-swiper .swiper-button-prev {
  left: 180px;
  right: auto;
}

.header-swiper .swiper-button-next {
  left: auto;
  right: 180px;
}

.header-swiper .swiper-container {
  width: 100%;
  height: 100%;
}

.header-swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  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-right: 0 !important;
}

.header-swiper .swiper-slide img {
  width: 350px;
  height: 407px;
  -o-object-fit: cover;
     object-fit: cover;
}

/***************************** end section header-swiper *****************************/
/***************************** start section products-icons *****************************/
.products-icons {
  padding: 50px 0;
}

.products-icons .product-icons-box {
  padding: 50px 0;
}

.products-icons .product-icons-box .icons-box {
  display: block;
  background-color: #F5F5F5;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  text-align: center;
  margin: auto;
  position: relative;
}

.products-icons .product-icons-box .icons-box:hover {
  background-color: #FD6769;
  color: #fff;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.products-icons .product-icons-box .icons-box:hover i {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  -webkit-animation-name: swing;
          animation-name: swing;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.products-icons .product-icons-box .icons-box i {
  font-size: 20px;
}

.products-icons .product-icons-box .type {
  padding: 20px;
  font-weight: 400;
  font-size: 16px;
  text-align: center;
}

/***************************** start section products-icons *****************************/
/******************************************************** start shop page -3*****************************************************************/
/***************************** start section navbar *****************************/
.navbar {
  background-color: #fff;
}

/***************************** end section navbar *****************************/
/***************************** start section header *****************************/
.header-shop {
  background: url(../images/shpp-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

/***************************** end section header *****************************/
/***************************** start section shop product *****************************/
.shop-product {
  padding: 150px 0;
}

.shop-product .shop-product-content .filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.shop-product .shop-product-content .filter .links {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto 0;
}

.shop-product .shop-product-content .filter .links .active {
  color: #FD6769;
}

.shop-product .shop-product-content .filter .links .icon-link {
  padding-left: 50px;
}

.shop-product .shop-product-content .filter .links .icon-link i {
  font-size: 20px;
}

.shop-product .shop-product-content .sorted {
  float: right;
}

.shop-product .shop-product-content .sorted .form-group .form-control {
  border: 0;
  color: #000;
  font-weight: 700;
  margin-bottom: 20px;
}

.shop-product .shop-product-content .sorted .form-group .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.shop-product .shop-product-content .sorted .product-search {
  position: relative;
  margin: 0 0 60px 0;
}

.shop-product .shop-product-content .sorted .product-search .icon-location {
  position: absolute;
  left: 30px;
  top: 12px;
}

.shop-product .shop-product-content .sorted .product-search .input-zip {
  border-radius: 22.5px;
  background-color: #F5F5F5;
  height: 50px;
  line-height: 50px;
  display: block;
  border: 0;
  padding: 0 70px;
}

.shop-product .shop-product-content .sorted .product-search .input-zip::-webkit-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.shop-product .shop-product-content .sorted .product-search .input-zip:-ms-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.shop-product .shop-product-content .sorted .product-search .input-zip::-ms-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.shop-product .shop-product-content .sorted .product-search .input-zip::placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.shop-product .shop-product-content .sorted .product-search .input-zip:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #FD6769;
}

.shop-product .shop-product-content .sorted .product-search .button-go {
  background-color: #FD6769;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0;
  line-height: 35px !important;
  display: block;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  right: 13px;
  top: 6px;
}

.shop-product .shop-product-content .title {
  padding: 20px 0;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
}

.shop-product .shop-product-content .title i {
  color: #FD6769;
}

.shop-product .shop-product-content .title span {
  padding: 0 20px;
}

.shop-product .shop-product-content .title-drop {
  font-weight: 700;
  font-size: 18px;
  color: #FD6769;
  padding: 20px 0;
}

.shop-product .shop-product-content .title-drop .arrow {
  font-size: 20px;
  margin: 0 10px;
  -webkit-filter: invert(48%) sepia(47%) saturate(1549%) hue-rotate(320deg) brightness(101%) contrast(102%);
          filter: invert(48%) sepia(47%) saturate(1549%) hue-rotate(320deg) brightness(101%) contrast(102%);
}

.shop-product .shop-product-content .accordion-card {
  border: 0;
}

.shop-product .shop-product-content .accordion-card .card-header {
  position: relative;
  background-color: #fff;
  width: 100%;
  padding: 12px 0px;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.shop-product .shop-product-content .accordion-card .card-header::before {
  content: "\f078";
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: block;
  font-size: 20px;
  position: absolute;
  left: 10px;
  top: 17px;
  pointer-events: none;
}

.shop-product .shop-product-content .accordion-card .card-header::after {
  content: "\f00d";
  color: #000;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: block;
  font-size: 20px;
  position: absolute;
  right: 10px;
  top: 17px;
  pointer-events: none;
}

.shop-product .shop-product-content .accordion-card .card-header .btn {
  font-weight: 700;
  color: #000000;
  font-size: 15px;
  text-decoration: none;
  text-align: center;
}

.shop-product .shop-product-content .accordion-card .card-body-s {
  padding: 20px 0 !important;
}

.shop-product .shop-product-content .accordion-card .card-body {
  position: relative;
}

.shop-product .shop-product-content .accordion-card .card-body .items {
  padding: 1.25rem;
}

.shop-product .shop-product-content .accordion-card .card-body .items .custom-control {
  padding-left: 0;
  margin: 20px 5px;
}

.shop-product .shop-product-content .accordion-card .card-body .items .custom-control-label {
  width: 100%;
}

.shop-product .shop-product-content .accordion-card .card-body .items .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #FF3C78;
  background-color: #FF3C78;
}

.shop-product .shop-product-content .accordion-card .card-body .items .custom-control-input:checked ~ .custom-control-label {
  font-weight: 500;
}

.shop-product .shop-product-content .accordion-card .card-body .items .custom-control-label::before {
  top: 27px;
  right: 0rem;
  left: unset;
  border: 1px solid transparent;
  width: 100%;
  height: 2px;
}

.shop-product .shop-product-content .accordion-card .card-body .items .custom-control-label::after {
  right: 0rem;
  left: unset;
}

.shop-product .shop-product-content .accordion-card .card-body .items .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.shop-product .shop-product-content .accordion-card .card-body .items .item {
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  padding-bottom: 13px;
}

.shop-product .shop-product-content .accordion-card .card-body .line {
  display: block;
  height: 2px;
  width: 191px;
  background-color: #000000;
  margin: 30px 0 70px 0;
}

.shop-product .shop-product-content .accordion-card .card-body .items-more {
  padding: 1.25rem;
}

.shop-product .shop-product-content .accordion-card .card-body .items-more .custom-control {
  padding-left: 0;
  margin: 20px 5px;
}

.shop-product .shop-product-content .accordion-card .card-body .items-more .custom-control-label {
  width: 100%;
}

.shop-product .shop-product-content .accordion-card .card-body .items-more .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #FF3C78;
  background-color: #FF3C78;
}

.shop-product .shop-product-content .accordion-card .card-body .items-more .custom-control-input:checked ~ .custom-control-label {
  font-weight: 500;
}

.shop-product .shop-product-content .accordion-card .card-body .items-more .custom-control-label::before {
  top: 27px;
  left: 0rem;
  left: unset;
  border: 1px solid transparent;
  width: 50%;
  height: 2px;
}

.shop-product .shop-product-content .accordion-card .card-body .items-more .custom-control-label::after {
  right: 0rem;
  left: unset;
}

.shop-product .shop-product-content .accordion-card .card-body .items-more .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.shop-product .shop-product-content .accordion-card .card-body .items-more .item {
  font-weight: 300;
  font-size: 14px;
  color: #000000;
  padding-bottom: 13px;
}

.shop-product .shop-product-content .accordion-card .card-body .range-slider {
  padding-bottom: 20px;
}

.shop-product .shop-product-content .accordion-card .card-body .range-slider label {
  font-size: 12px;
  color: #8a8a8a;
}

.shop-product .shop-product-content .accordion-card .card-body .range-slider .number-group .number-input::-webkit-outer-spin-button,
.shop-product .shop-product-content .accordion-card .card-body .range-slider .number-group .number-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.shop-product .shop-product-content .accordion-card .card-body .range-slider .number-group .number-input:invalid,
.shop-product .shop-product-content .accordion-card .card-body .range-slider .number-group .number-input:out-of-range {
  border: 2px solid red;
}

.shop-product .shop-product-content .accordion-card .card-body .range-slider .range-group .range-input::-webkit-slider-runnable-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  -webkit-animation: .2s;
          animation: .2s;
  background: #000;
  border-radius: 1px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 0;
}

.shop-product .shop-product-content .accordion-card .card-body .range-slider .range-group .range-input::-webkit-slider-thumb {
  z-index: 2;
  position: relative;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #000 !important;
  -webkit-filter: invert(0%) sepia(0%) saturate(12%) hue-rotate(257deg) brightness(100%) contrast(100%);
          filter: invert(0%) sepia(0%) saturate(12%) hue-rotate(257deg) brightness(100%) contrast(100%);
  cursor: pointer;
  margin-top: -7px;
}

.shop-product .shop-product-content .accordion-card .card-body .range-slider .range-group .range-input::-moz-range-track {
  width: 100%;
  height: 2px;
  cursor: pointer;
  animation: .2s;
  background: #000;
  border-radius: 1px;
  box-shadow: none;
  border: 0;
}

.shop-product .shop-product-content .accordion-card .card-body .range-slider .range-group .range-input::-moz-range-thumb {
  z-index: 2;
  position: relative;
  box-shadow: 0px 0px 0px #000;
  border: 1px solid #000;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  background: #000;
  cursor: pointer;
}

.shop-product .shop-product-content .accordion-card .card-body .number-group {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  text-align: right;
  height: 30px;
  font-weight: 300;
  font-size: 12px;
  color: #8a8a8a;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 15px;
}

.shop-product .shop-product-content .accordion-card .card-body .number-group .number-input {
  border: 0;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
}

.shop-product .shop-product-content .accordion-card .card-body .range-group {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 25px;
}

.shop-product .shop-product-content .accordion-card .card-body .range-group .range-input {
  position: absolute;
  left: 0;
  bottom: 0;
  margin-bottom: 0;
  width: 100%;
  border-bottom: 0;
}

.shop-product .shop-product-content .accordion-card .card-body .range-group .range-input:focus {
  outline: none;
}

.shop-product .shop-product-content .accordion-card .card-body .all {
  color: #FD6769;
  font-weight: 300;
  font-size: 15px;
}

/***************************** end section shop product *****************************/
/***************************** start section sfooter-top *****************************/
.footer-top {
  padding: 70px 0 30px 0;
}

.footer-top .footer-top-content .images {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.footer-top .footer-top-content .images img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  padding: 30px 0;
}

.footer-top .footer-top-content .offer-email {
  position: relative;
  width: 40%;
  margin: auto;
}

.footer-top .footer-top-content .offer-email .input-email {
  border-radius: 22.5px;
  background-color: #F5F5F5;
  height: 46px;
  line-height: 50px;
  display: block;
  border: 0;
  padding: 0 32px;
}

.footer-top .footer-top-content .offer-email .input-email::-webkit-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.footer-top .footer-top-content .offer-email .input-email:-ms-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.footer-top .footer-top-content .offer-email .input-email::-ms-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.footer-top .footer-top-content .offer-email .input-email::placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.footer-top .footer-top-content .offer-email .input-email:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #FD6769;
}

.footer-top .footer-top-content .offer-email .button-go {
  background-color: #FD6769;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0;
  line-height: 35px !important;
  display: block;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  right: 13px;
  top: 6px;
}

.footer-top .footer-top-content .links {
  text-align: center;
}

.footer-top .footer-top-content .links .fa-instagram,
.footer-top .footer-top-content .links .fa-facebook-square,
.footer-top .footer-top-content .links .fa-twitter {
  color: #000;
  font-size: 26px;
  padding: 30px 10px;
}

.footer .title {
  font-size: 14px;
  font-weight: 300;
  text-align: center;
}

/***************************** start section sfooter-top *****************************/
/***************************** start section services*****************************/
.services {
  padding: 70px 0;
}

.services .services-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.services .services-content .line::after {
  position: absolute;
  content: "";
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #D8D8D8;
}

.services .services-content .services-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.services .services-content .services-box .images img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services .services-content .services-box .content {
  padding: 0 20px;
}

.services .services-content .services-box .content .title {
  font-weight: 700;
  font-size: 17px;
  color: #000000;
  padding-bottom: 15px;
}

.services .services-content .services-box .content .text {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  width: 76%;
}

/***************************** end section services *****************************/
/***************************** start section footer *****************************/
.footer .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-content .img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.footer .footer-content .text {
  padding: 0 30px;
  color: #979797;
  font-weight: 400;
  font-size: 14px;
}

/***************************** end section footer *****************************/
/***************************** start section navbar *****************************/
.navbar-wish {
  background: #F7FFDE !important;
}

/***************************** end section navbar *****************************/
/******************************************************** start  whishlist page*****************************************************************/
/***************************** start section whish-header *****************************/
.whish-header {
  padding: 70px 0 40px 0;
  position: relative;
}

.whish-header::after {
  z-index: -1;
  content: '';
  background-color: #F7FFDE;
  width: 100%;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  border-radius: 0 0 100% 100%;
}

.whish-header .whish-header-content .images .wish-img {
  width: 450px;
  height: 350px;
}

.whish-header .whish-header-content .wish-text .title {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 40px;
  padding-bottom: 20px;
}

.whish-header .whish-header-content .wish-text .text {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  width: 80%;
}

/***************************** end section whish-header *****************************/
/***************************** start section info *****************************/
.info {
  padding: 30px 0;
}

.info .info-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: center;
}

.info .info-content .wish-icon {
  width: 155px;
  height: 155px;
  -o-object-fit: cover;
     object-fit: cover;
}

.info .info-content .title {
  padding: 20px 0;
  color: #100174;
  font-weight: 700;
  font-size: 24px;
}

.info .info-content .text {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
}

.info .info-content .sign {
  margin: 20px auto;
  background-color: #FD6769;
  border-radius: 22.5px;
  font-size: 16px;
  font-weight: 700;
  width: 155px;
  height: 45px;
  color: #FFFFFF;
  border: 2.8px solid #FD6769;
  display: block;
}

.info .info-content .logo {
  width: 117px;
  height: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.info .info-content .offer-email {
  position: relative;
  margin: 20px 0;
}

.info .info-content .offer-email .input-email {
  border-radius: 22.5px;
  background-color: #F5F5F5;
  height: 46px;
  line-height: 50px;
  display: block;
  border: 0;
  padding: 0 32px;
}

.info .info-content .offer-email .input-email::-webkit-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.info .info-content .offer-email .input-email:-ms-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.info .info-content .offer-email .input-email::-ms-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.info .info-content .offer-email .input-email::placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.info .info-content .offer-email .input-email:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #FD6769;
}

.info .info-content .offer-email .button-go {
  background-color: #FD6769;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0;
  line-height: 35px !important;
  display: block;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  right: 13px;
  top: 6px;
}

.info .info-content .links i {
  font-size: 30px;
  padding: 0 10px;
}

/***************************** end section info *****************************/
/******************************************************** end  whishlist page*****************************************************************/
/******************************************************** start  signin page*****************************************************************/
/***************************** start section signin-header *****************************/
.signin-header {
  background: url(../images/signin-bg.png);
  background-size: cover;
  padding: 100px 0;
  position: relative;
  text-align: center;
  z-index: 1;
}

.signin-header::after {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.35);
  content: "";
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.signin-header .title {
  color: #fff;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-transform: capitalize;
}

/***************************** end section signin-header *****************************/
/***************************** start section new-account*****************************/
.new-account .account-content .register .title {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  text-align: center;
  padding: 70px 0 20px 0;
}

.new-account .account-content .register .title a {
  color: #FD6769;
}

.new-account .account-content .register .form-group {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto;
}

.new-account .account-content .register .form-group .togglePassword {
  color: #A5A5A5;
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
}

.new-account .account-content .register .form-group .form-control:focus ~ .label-input,
.new-account .account-content .register .form-group .form-control:not(:focus):valid ~ .label-input {
  top: -20px;
  bottom: 0px;
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.new-account .account-content .register .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #D8D8D8;
  height: 47px;
  width: 497px;
  border-radius: 0;
  padding: 6px 0;
}

.new-account .account-content .register .form-group .form-control:focus {
  border-bottom: 1px solid #FD6769;
}

.new-account .account-content .register .form-group .label-input {
  font-size: 14px;
  color: #979797;
  position: absolute;
  pointer-events: none;
  font-weight: 400;
  top: 18px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.new-account .account-content .register .form-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px auto;
}

.new-account .account-content .register .form-button .send-btn {
  background-color: #FD6769;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  border: 0;
  border-radius: 22.5px;
  width: 155px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: auto;
}

.new-account .account-content .register .form-check {
  text-align: end;
}

.new-account .account-content .register .form-check .form-check-label {
  color: #000000;
  font-weight: 700;
  font-size: 13px;
}

.new-account .account-content .register a .question {
  color: #FD6769;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 0;
}

/***************************** end section new-account*****************************/
/***************************** start sectionfooter-signin *****************************/
.footer-signin {
  padding: 50px 0;
}

.footer-signin .footer-content {
  background-color: #F5F5F5;
  border-radius: 30px;
  padding: 50px 50px 20px 50px;
}

.footer-signin .footer-content .footer-heading .line {
  background-color: #E2E2E2;
  width: 100%;
  height: 1px;
  display: block;
}

.footer-signin .footer-content .footer-heading .email {
  color: #FD6769;
  font-weight: 700;
  font-size: 18px;
}

.footer-signin .footer-content .footer-heading .links {
  font-size: 30px;
  float: right;
  position: relative;
  bottom: 10px;
}

.footer-signin .footer-content .footer-heading .links i {
  margin: 0 15px;
}

.footer-signin .footer-content .footer-info .info {
  padding: 30px 0 !important;
}

.footer-signin .footer-content .footer-info .info .title {
  font-weight: 700;
  color: #000;
  font-size: 14px;
  padding-bottom: 20px;
}

.footer-signin .footer-content .footer-info .info .links-title a {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: #979797;
  padding-bottom: 3px;
}

/***************************** end section footer-signin*****************************/
/******************************************************** end  signin page*****************************************************************/
/******************************************************** start  contact us page*****************************************************************/
.contact-us .contact-us-content .contact-info {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.contact-us .contact-us-content .contact-info .number {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  padding: 10px 0;
}

.contact-us .contact-us-content .contact-info .email {
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  padding-bottom: 30px;
}

.contact-us .contact-us-content .contact-info .links {
  font-size: 30px;
}

.contact-us .contact-us-content .contact-info .links i {
  margin: 0 8px;
}

.contact-us .contact-us-content .register .form-group {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto;
}

.contact-us .contact-us-content .register .form-group .form-control:focus ~ .label-input,
.contact-us .contact-us-content .register .form-group .form-control:not(:focus):valid ~ .label-input {
  top: -20px;
  bottom: 0px;
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.contact-us .contact-us-content .register .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #D8D8D8;
  height: 47px;
  width: 497px;
  border-radius: 0;
  padding: 6px 0;
}

.contact-us .contact-us-content .register .form-group .form-control:focus {
  border-bottom: 1px solid #FD6769;
}

.contact-us .contact-us-content .register .form-group .label-input {
  font-size: 14px;
  color: #979797;
  position: absolute;
  pointer-events: none;
  font-weight: 400;
  top: 18px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.contact-us .contact-us-content .register .form-button {
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.contact-us .contact-us-content .register .form-button .send-btn {
  background-color: #FD6769;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  border: 0;
  border-radius: 22.5px;
  width: 155px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: auto;
}

.contact-us .contact-us-content .register .form-check {
  text-align: end;
}

.contact-us .contact-us-content .register .form-check .form-check-label {
  color: #000000;
  font-weight: 700;
  font-size: 13px;
}

.contact-us .contact-us-content .register a .question {
  color: #FD6769;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 0;
}

/******************************************************** end  contact us page*****************************************************************/
.cart-table .cart-table-content {
  width: 83%;
  margin: auto;
}

.cart-table .cart-table-content .line {
  display: block;
  background-color: #D8D8D8;
  height: 1px;
  width: 100%;
}

.cart-table .cart-table-content .checkout {
  padding: 30px 0;
}

.cart-table .cart-table-content .checkout .text {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 20px;
}

.cart-table .cart-table-content .checkout .check-btn {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: 0;
  background-color: #FD6769;
  border-radius: 22px;
  width: 241px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  float: right;
}

.cart-table .cart-table-content .offer-email {
  position: relative;
  width: 100%;
  margin: auto;
}

.cart-table .cart-table-content .offer-email .input-email {
  border-radius: 22.5px;
  background-color: #F5F5F5;
  height: 46px;
  line-height: 50px;
  display: block;
  border: 0;
  padding: 0 32px;
}

.cart-table .cart-table-content .offer-email .input-email::-webkit-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.cart-table .cart-table-content .offer-email .input-email:-ms-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.cart-table .cart-table-content .offer-email .input-email::-ms-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.cart-table .cart-table-content .offer-email .input-email::placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.cart-table .cart-table-content .offer-email .input-email:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #FD6769;
}

.cart-table .cart-table-content .offer-email .button-go {
  background-color: #FD6769;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0;
  line-height: 35px !important;
  display: block;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  right: 13px;
  top: 6px;
}

.shopping-cart .table tbody tr td {
  padding: 15px 0;
}

.shopping-cart .more-info {
  padding: 14px 0;
}

.shopping-cart .cart-total {
  background-color: #F7FFDE;
  height: 100%;
  padding: 60px 50px;
  position: relative;
}

.shopping-cart .cart-total .summary {
  padding: 100px 0;
}

.shopping-cart .cart-total .summary .title {
  font-weight: 700;
  font-size: 20px;
}

.shopping-cart .cart-total .summary .Subtotal {
  padding: 20px 0;
}

.shopping-cart .cart-total .summary .tax {
  padding-bottom: 20px;
}

.shopping-cart .cart-total .summary .Subtotal .heading, .shopping-cart .cart-total .summary .tax .heading {
  font-size: 14px;
  font-weight: 400;
}

.shopping-cart .cart-total .summary .Subtotal .price, .shopping-cart .cart-total .summary .tax .price {
  float: right;
  font-size: 14px;
  font-weight: 700;
}

.shopping-cart .cart-total .summary .code .promocode {
  font-size: 14px;
  font-weight: 400;
  padding: 20px 0;
}

.shopping-cart .cart-total .summary .code .offer-email {
  position: relative;
  width: 100%;
  margin: auto;
}

.shopping-cart .cart-total .summary .code .offer-email .input-email {
  border-radius: 22.5px;
  background-color: #FFFFFF;
  height: 46px;
  line-height: 50px;
  display: block;
  border: 0;
  padding: 0 32px;
}

.shopping-cart .cart-total .summary .code .offer-email .input-email::-webkit-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.shopping-cart .cart-total .summary .code .offer-email .input-email:-ms-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.shopping-cart .cart-total .summary .code .offer-email .input-email::-ms-input-placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.shopping-cart .cart-total .summary .code .offer-email .input-email::placeholder {
  color: #D8D8D8;
  font-size: 18px;
  font-weight: 400;
}

.shopping-cart .cart-total .summary .code .offer-email .input-email:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #FD6769;
}

.shopping-cart .cart-total .summary .code .offer-email .button-go {
  background-color: #FD6769;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 0;
  line-height: 35px !important;
  display: block;
  padding: 0;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  position: absolute;
  right: 13px;
  top: 6px;
}

.shopping-cart .cart-total .secound-summary {
  padding: 100px 0 0 0;
}

.shopping-cart .cart-total .secound-summary .line {
  background-color: #D8D8D8;
  width: 100%;
  height: 1px;
  display: block;
  margin: 20px 0;
}

.shopping-cart .cart-total .secound-summary .total {
  padding-bottom: 20px;
}

.shopping-cart .cart-total .secound-summary .total .heading {
  font-size: 14px;
  font-weight: 400;
}

.shopping-cart .cart-total .secound-summary .total .price {
  float: right;
  font-size: 14px;
  font-weight: 700;
}

.shopping-cart .cart-total .secound-summary .check-btn {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border: 0;
  background-color: #FD6769;
  border-radius: 22px;
  width: 241px;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: auto;
  display: block;
}

.shopping-cart .shopping-cart-content {
  padding: 0 100px;
}

.shopping-cart .shopping-cart-content .nav-tabs .nav-link.active, .shopping-cart .shopping-cart-content .nav-tabs .nav-item.show .nav-link {
  color: #FD6769;
  background-color: #fff;
  border-color: 0;
  border: 0;
}

.shopping-cart .shopping-cart-content .nav-tabs {
  border-bottom: 0 !important;
}

.shopping-cart .shopping-cart-content .nav-tabs .nav-item .nav-link {
  font-weight: 700;
  font-size: 15px;
  border: 0;
}

.shopping-cart .shopping-cart-content .images {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 15px 0;
}

.shopping-cart .shopping-cart-content .images img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 136px;
  height: 28px;
}

.shopping-cart .shopping-cart-content .prev {
  font-size: 15px;
  color: #E2E2E2;
  font-weight: 700;
}

.shopping-cart .shopping-cart-content .prev i {
  font-size: 15px;
  margin-right: 16px;
}

.shopping-cart .shopping-cart-content .title {
  font-size: 40px;
  font-weight: 700;
  color: #000;
  padding: 10px 0 25px 0;
}

.shopping-cart .register {
  padding-left: 120px;
}

.shopping-cart .register .title {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  text-align: center;
  padding: 70px 0 20px 0;
}

.shopping-cart .register .title a {
  color: #FD6769;
}

.shopping-cart .register .form-group {
  position: relative;
  margin: 25px auto;
}

.shopping-cart .register .form-group .form-control:focus ~ .label-input,
.shopping-cart .register .form-group .form-control:not(:focus):valid ~ .label-input {
  top: -20px;
  bottom: 0px;
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.shopping-cart .register .form-group .custom-select {
  border: 0;
  border-bottom: 1px solid #D8D8D8;
  height: 47px;
  border-radius: 0;
  padding: 6px 0;
}

.shopping-cart .register .form-group .custom-select:focus {
  border-bottom: 1px solid #FD6769;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.shopping-cart .register .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #D8D8D8;
  height: 45px;
  border-radius: 0;
  padding: 6px 0;
}

.shopping-cart .register .form-group .form-control:focus {
  border-bottom: 1px solid #FD6769;
}

.shopping-cart .register .form-group .label-input-s {
  font-size: 14px;
  color: #979797;
  position: absolute;
  pointer-events: none;
  font-weight: 400;
  top: -30px;
  left: 0;
}

.shopping-cart .register .form-group .label-input {
  font-size: 14px;
  color: #979797;
  position: absolute;
  pointer-events: none;
  font-weight: 400;
  top: 18px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.shopping-cart .register .form-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px auto;
}

.shopping-cart .register .form-button .send-btn {
  background-color: #FD6769;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  border: 0;
  border-radius: 22.5px;
  width: 155px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: auto;
}

.shopping-cart .register .form-check .form-check-label {
  color: #000000;
  font-weight: 700;
  font-size: 13px;
}

.shopping-cart .register .form-check .form-check-label img {
  width: 61px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 7px;
}

.shopping-cart .register a .question {
  color: #FD6769;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 0;
}

.shopping-cart .finish-summary {
  padding: 150px 0 0 0;
}

.shopping-cart .finish-summary .total {
  padding: 8px 0;
}

.shopping-cart .finish-summary .total .price {
  float: right;
  font-size: 14px;
  font-weight: 700;
}

.shopping-cart .finish-summary .total .heading {
  font-size: 14px;
  font-weight: 400;
}

.shopping-cart .finish-summary .total .heading-title {
  color: #FD6769;
  font-size: 14px;
  font-weight: 400;
}

.checkout-cart .table tbody tr .count {
  width: auto !important;
}

.checkout-cart .table tbody tr .unit {
  width: auto !important;
}

.checkout-cart .table tbody tr .total {
  width: auto !important;
}

.checkout-cart .table tbody tr {
  border-bottom: 0;
}

.checkout-cart .table tbody .bottom {
  margin: 30px 0;
  border-bottom: 1px solid #E2E2E2;
}

/*start modal*/
.modal .modal-dialog .modal-content {
  border-radius: 40px;
}

.modal .modal-dialog .modal-content .modal-body {
  padding: 50px 60px;
}

.modal .modal-dialog .modal-content .modal-body .close {
  position: absolute;
  right: 0;
  top: -40px;
}

.modal .modal-dialog .modal-content .modal-body .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.modal .modal-dialog .modal-content .modal-body .swiper-slide {
  background-size: cover;
  background-position: center;
}

.modal .modal-dialog .modal-content .modal-body .swiper-slide img {
  width: 100%;
}

.modal .modal-dialog .modal-content .modal-body .gallery-top {
  height: 70%;
  width: 100%;
}

.modal .modal-dialog .modal-content .modal-body .gallery-thumbs {
  height: 22%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
}

.modal .modal-dialog .modal-content .modal-body .gallery-thumbs .swiper-slide {
  width: 34%;
  height: 100%;
  opacity: 0.4;
  margin-right: 4px;
}

.modal .modal-dialog .modal-content .modal-body .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

.modal .modal-dialog .modal-content .modal-body .bg-img {
  width: 100%;
  height: 255px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal .modal-dialog .modal-content .modal-body .sm-bg {
  margin-bottom: 10px;
  height: 78.5px;
  width: 68px;
  margin-left: -18px;
}

.modal .modal-dialog .modal-content .modal-body .content {
  padding: 0 30px;
}

.modal .modal-dialog .modal-content .modal-body .content .type {
  color: #D8D8D8;
  font-weight: 400;
  font-size: 12px;
}

.modal .modal-dialog .modal-content .modal-body .content .heart {
  float: right;
}

.modal .modal-dialog .modal-content .modal-body .content .number {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
}

.modal .modal-dialog .modal-content .modal-body .content .money {
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  padding: 15px 0 7px 30px;
}

.modal .modal-dialog .modal-content .modal-body .content .text {
  font-size: 11px;
  color: #000000;
  font-weight: 400;
  width: 78%;
  padding-bottom: 30px;
}

.modal .modal-dialog .modal-content .modal-body .content .add-more .qt-plus,
.modal .modal-dialog .modal-content .modal-body .content .add-more .qt-minus {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: solid 1px transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  color: #000;
  font-size: 10px;
  vertical-align: middle;
  display: inline-flex;
  cursor: pointer;
}

.modal .modal-dialog .modal-content .modal-body .content .add-more .qt-plus:hover,
.modal .modal-dialog .modal-content .modal-body .content .add-more .qt-minus:hover {
  background-color: #E04F3F;
  color: #000;
}

.modal .modal-dialog .modal-content .modal-body .content .add-more .qt-plus .fa,
.modal .modal-dialog .modal-content .modal-body .content .add-more .qt-minus .fa {
  font-weight: 300;
}

.modal .modal-dialog .modal-content .modal-body .content .add-more .qt {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.44;
  color: #000;
  vertical-align: middle;
  margin-right: 16px;
  margin-left: 16px;
  min-width: 30px;
  text-align: center;
}

.modal .modal-dialog .modal-content .modal-body .content .add .add-cart {
  background-color: #FD6769;
  display: block;
  width: 100%;
  height: 38px;
  line-height: 35px;
  border-radius: 22.5px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  font-size: 14px;
  padding: 0;
  border: 0;
}

.modal .modal-dialog .modal-content .modal-body .content .add .add-cart:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-sign .modal-header {
  border-bottom: 0;
}

.modal-sign .modal-body {
  padding: 20px 0 !important;
}

.modal-sign .modal-body .close {
  position: absolute;
  right: 30px !important;
  top: 0px !important;
}

.modal-sign .title {
  text-align: center;
  color: #FD6769;
  font-weight: 700;
  font-size: 20px;
}

.modal-sign .text {
  text-align: center;
  color: #979797;
  font-weight: 400;
  font-size: 14px;
  width: 71%;
  margin: auto;
  padding: 10px 0;
}

.modal-sign .register .title {
  font-weight: 700;
  font-size: 15px;
  color: #000;
  text-align: center;
}

.modal-sign .register .title a {
  color: #FD6769;
}

.modal-sign .register .form-group {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 25px auto;
}

.modal-sign .register .form-group .togglePassword {
  color: #A5A5A5;
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
}

.modal-sign .register .form-group .form-control:focus ~ .label-input,
.modal-sign .register .form-group .form-control:not(:focus):valid ~ .label-input {
  top: -20px;
  bottom: 0px;
  opacity: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.modal-sign .register .form-group .form-control {
  border: 0;
  border-bottom: 1px solid #D8D8D8;
  height: 47px;
  width: 269px;
  border-radius: 0;
  padding: 6px 0;
}

.modal-sign .register .form-group .form-control:focus {
  border-bottom: 1px solid #FD6769;
}

.modal-sign .register .form-group .label-input {
  font-size: 14px;
  color: #979797;
  position: absolute;
  pointer-events: none;
  font-weight: 400;
  top: 18px;
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
}

.modal-sign .register .form-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}

.modal-sign .register .form-button .send-btn {
  background-color: #FD6769;
  font-weight: 700;
  font-size: 16px;
  color: #FFFFFF;
  border: 0;
  border-radius: 22.5px;
  width: 155px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin: auto;
}

.modal-sign .register .form-check {
  text-align: end;
}

.modal-sign .register .form-check .form-check-label {
  color: #000000;
  font-weight: 700;
  font-size: 13px;
}

.modal-sign .register a .question {
  color: #FD6769;
  font-weight: 700;
  font-size: 13px;
  padding: 6px 0;
}
/*# sourceMappingURL=pages-style.css.map */