@charset "UTF-8";
/*page-heading*/
.page-heading {
  background: url(../images/page-heading.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 70px 0px;
  position: relative;
}

.page-heading::after {
  content: '';
  background-color: #333;
  opacity: .8;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page-heading .inner {
  position: relative;
  z-index: 99;
}

.page-heading .inner h4, .page-heading .inner .headline {
  text-align: center;
  color: #fff;
}

.page-heading .inner .breadcrumb {
  background-color: #fff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  border-radius: 25px;
  padding: .75rem 2.375rem;
  margin-top: 15px;
}

.page-heading .inner .breadcrumb .breadcrumb-item::before {
  content: "-";
}

.page-heading .inner .breadcrumb .breadcrumb-item:first-child::before {
  display: none;
}

.page-heading .inner .breadcrumb .breadcrumb-item.active {
  color: #6432B7;
}

/***************************** Start Edit Products Page *****************************/
.products {
  padding: 50px 0px;
}

.products .filtering {
  background-color: #f9f9f9;
  border-bottom: 1px solid #6432B7;
  padding: .75rem 1.375rem;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
          box-shadow: 0px 3px 4px 0px rgba(28, 26, 31, 0.1);
}

.products .filtering select {
  border: none;
  border-left: 1px solid #ccc;
  margin-left: 15px;
  border-radius: 0px;
  font-size: 12px;
  background-color: transparent;
}

.products .filtering select:last-child {
  border-left: 1px solid transparent;
}

.products .filtering .buttons .btn-view {
  border: 1px solid transparent;
  color: #999;
  background-color: transparent;
  margin-left: 5px;
  line-height: 15px;
}

.products .filtering .buttons .btn-view.active {
  color: #6432B7;
}

.products .list-view .row > [class*='col-'] {
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.products .list-view .product-card {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.products .list-view .product-card .image-content {
  width: 300px;
  height: 145px;
}

.products .list-view .product-card .image-content img {
  width: 100%;
  height: 100%;
}

.products .list-view .product-card .image-content .overlay a {
  top: 43px;
}

.products .list-view .product-card .card-footer {
  display: -ms-grid;
  display: grid;
}

@media (max-width: 575.98px) {
  .products .list-view .product-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .products .list-view .product-card .image-content {
    width: 100%;
  }
}

.products .list-view .product-card .card-body {
  display: inline-block;
  text-align: right !important;
}

.products .list-view .product-card .card-body .hover-img .content {
  text-align: right !important;
}

/***************************** Start Edit Single Products Page *****************************/
.single-product {
  padding: 50px 0px;
}

.single-product .product-img .swiper-container {
  width: 100%;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.single-product .product-img .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.single-product .product-img .gallery-top {
  width: 100%;
}

.single-product .product-img .gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  margin-bottom: 70px;
}

.single-product .product-img .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100px;
  opacity: 0.5;
}

.single-product .product-img .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid #4b14a5;
}

.single-product .product-img .swiper-button-prev.swiper-button-white,
.single-product .product-img .swiper-container-rtl .swiper-button-next.swiper-button-white,
.single-product .product-img .swiper-button-next.swiper-button-white,
.single-product .product-img .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-color: #333;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-size: 20px 20px;
  background-position: center center;
  opacity: .8;
}

.single-product .product-img .swiper-button-prev.swiper-button-white:hover,
.single-product .product-img .swiper-container-rtl .swiper-button-next.swiper-button-white:hover,
.single-product .product-img .swiper-button-next.swiper-button-white:hover,
.single-product .product-img .swiper-container-rtl .swiper-button-prev.swiper-button-white:hover {
  opacity: 1;
  background-color: #000;
}

.single-product .content {
  padding: 10px;
}

.single-product .content h4 {
  color: #44494a;
  font-weight: 500;
  margin-bottom: .5rem;
}

.single-product .content h6 {
  color: #4b14a5;
  font-weight: bold;
  font-size: 18px;
}

.single-product .content .reviews {
  display: inline-block;
  font-size: 12px;
  width: 100%;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
}

.single-product .content .reviews .product-rate {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.single-product .content .reviews .product-rate span {
  color: #cac4c4;
}

.single-product .content .reviews .product-rate span.active {
  color: #fee700;
}

.single-product .content .reviews a {
  color: #555;
  margin: 0 5px;
}

.single-product .content .reviews a:hover {
  color: #4b14a5;
}

.single-product .content .details {
  width: 100%;
  padding: 20px 0px 10px;
}

.single-product .content .details h6 {
  margin-bottom: 0;
}

.single-product .content .details p {
  font-size: 15px;
  margin: 1.2rem 0rem;
}

.single-product .content .details .custom {
  color: #20913e;
}

.single-product .content .select-details {
  padding: 20px 0px;
}

.single-product .content .select-details h6 {
  color: #333;
}

.single-product .content .select-details .select-size-container .size-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  width: 50px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 15px;
  margin-left: 7px;
}

.single-product .content .select-details .select-size-container .size-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.single-product .content .select-details .select-size-container .size-container input:checked + .checkmark {
  background-color: #4b14a5;
  color: #fff;
}

.single-product .content .select-details .select-size-container .size-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 5px;
  margin-left: 5px;
  border: 1px solid #4b14a5;
  color: #4b14a5;
}

.single-product .content .select-details .select-color-container .color-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  padding-left: 30px;
  padding-bottom: 20px;
  margin: 5px 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-top: 15px;
}

.single-product .content .select-details .select-color-container .color-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.single-product .content .select-details .select-color-container .color-container input:checked + .checkmark::after {
  display: block;
}

.single-product .content .select-details .select-color-container .color-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border-radius: 5px;
}

.single-product .content .select-details .select-color-container .color-container .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.single-product .content .select-details .select-color-container .color-container .black {
  background-color: #000;
}

.single-product .content .select-details .select-color-container .color-container .gray {
  background-color: #555;
}

.single-product .content .select-details .select-color-container .color-container .red {
  background-color: #f00;
}

.single-product .content .select-details .select-color-container .color-container .yellow {
  background-color: #F7C80D;
}

.single-product .content .select-details .select-color-container .color-container .blue {
  background-color: #5f92d1;
}

.single-product .content .select-details .quantity-container {
  padding-bottom: 25px;
}

.single-product .content .select-details .quantity-container .qt-plus,
.single-product .content .select-details .quantity-container .qt-minus {
  width: 25px;
  height: 25px;
  border: solid 1px #999;
  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: #999;
  font-size: 12px;
  vertical-align: middle;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

.single-product .content .select-details .quantity-container .qt-plus:hover,
.single-product .content .select-details .quantity-container .qt-minus:hover {
  background-color: #4b14a5;
  color: #fff;
}

.single-product .content .select-details .quantity-container .qt-plus .fa,
.single-product .content .select-details .quantity-container .qt-minus .fa {
  font-weight: 300;
}

.single-product .content .select-details .quantity-container .qt {
  font-size: 25px;
  font-weight: bold;
  line-height: 1.44;
  color: #999;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
  min-width: 30px;
  text-align: center;
}

.single-product .product-details-wrapper .nav-tabs {
  background: #f9f9f9;
  padding: 10px 0 0 0;
}

.single-product .product-details-wrapper .nav-tabs .nav-link {
  color: #555;
  border: none;
  padding: .375rem 2.375rem;
}

.single-product .product-details-wrapper .nav-tabs .nav-link.active {
  color: #4b14a5;
  background-color: transparent;
  border-bottom: 1px solid #4b14a5;
  font-weight: 600;
}

.single-product .product-details-wrapper .description {
  padding: 20px;
  font-size: 13px;
  color: #666;
  line-height: 1.6rem;
}

.single-product .product-details-wrapper .table {
  font-size: 13px;
  padding: 20px;
  margin-top: 20px;
}

.single-product .product-details-wrapper .reviews-container {
  padding: 20px;
  background-color: #fff;
  margin: 20px 0px;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #9993;
}

.single-product .product-details-wrapper .reviews-container .product-rate span {
  color: #cac4c4;
  font-size: 12px;
}

.single-product .product-details-wrapper .reviews-container .product-rate span.active {
  color: #d6b63f;
}

.single-product .product-details-wrapper .reviews-container .heading {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 0px;
  border-bottom: 1px solid #ccc;
}

.single-product .product-details-wrapper .reviews-container .reviews-body p {
  font-size: 13px;
  padding: 10px 20px;
  color: #666;
  line-height: 1.6rem;
}

.single-product .product-details-wrapper .add-review-btn {
  margin: 10px auto;
  padding: .375rem 2.75rem;
  background-color: #4b14a5;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid #4b14a5;
  border-radius: 5px;
}

.single-product .product-details-wrapper .add-review-btn:hover {
  background-color: #fff;
  color: #4b14a5;
}

.single-product .product-details-wrapper .review-label {
  color: #4b14a5;
  text-align: center;
  margin-bottom: 1.2rem;
}

.single-product .product-details-wrapper .form-review-container {
  padding: 20px;
  display: none;
  border-radius: 10px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border: 1px solid #9993;
}

.single-product .product-details-wrapper .form-review-container .form-control {
  margin: 5px 0px;
  font-size: 12px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: .75rem 1.75rem;
  height: calc(1.5em + 1.75rem + 2px);
}

.single-product .product-details-wrapper .form-review-container .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #4b14a5;
}

.single-product .product-details-wrapper .form-review-container textarea {
  height: 200px !important;
}

.single-product .product-details-wrapper .form-review-container .rate-restuarant {
  padding: 10px 15px 25px 0px;
  margin: 5px 0px;
  border: 1px solid transparent;
  border-radius: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
}

.single-product .product-details-wrapper .form-review-container .rate-restuarant label {
  font-size: 12px;
  margin-bottom: 0;
}

.single-product .product-details-wrapper .form-review-container .rate-restuarant .rate {
  direction: rtl;
  text-align: right;
  display: block;
}

.single-product .product-details-wrapper .form-review-container .rate-restuarant .rate:not(:checked) > input {
  opacity: 0;
}

.single-product .product-details-wrapper .form-review-container .rate-restuarant .rate:not(:checked) > label {
  float: right;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 27px;
  color: #ccc;
}

.single-product .product-details-wrapper .form-review-container .rate-restuarant .rate:not(:checked) > label:before {
  content: '★ ';
}

.single-product .product-details-wrapper .form-review-container .rate-restuarant .rate > input:checked ~ label {
  color: #ffc700;
}

.single-product .product-details-wrapper .form-review-container .rate-restuarant .rate:not(:checked) > label:hover,
.single-product .product-details-wrapper .form-review-container .rate-restuarant .rate:not(:checked) > label:hover ~ label {
  color: #deb217;
}

.single-product .product-details-wrapper .form-review-container .rate-restuarant .rate > input:checked + label:hover,
.single-product .product-details-wrapper .form-review-container .rate-restuarant .rate > input:checked + label:hover ~ label,
.single-product .product-details-wrapper .form-review-container .rate-restuarant .rate > input:checked ~ label:hover,
.single-product .product-details-wrapper .form-review-container .rate-restuarant .rate > input:checked ~ label:hover ~ label,
.single-product .product-details-wrapper .form-review-container .rate-restuarant .rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}

.single-product .product-details-wrapper .form-review-container .add-review {
  margin: 10px auto;
  padding: .375rem 2.75rem;
  background-color: #4b14a5;
  color: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  border: 1px solid #4b14a5;
  border-radius: 5px;
}

.single-product .product-details-wrapper .form-review-container .add-review:hover {
  background-color: #fff;
  color: #4b14a5;
}

.single-product .buttons {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 0px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.single-product .buttons .form-buttons {
  font-size: 14px;
  padding: .6rem 1.375rem .5rem;
  border-radius: 10px;
  border: 1px solid #4b14a5;
  color: #4b14a5;
  margin-right: 10px;
}

.single-product .buttons .form-buttons i {
  margin: 0px 5px;
}

.single-product .buttons .form-buttons.active {
  background-color: #4b14a5;
  color: #fff;
}

.single-product .buttons .form-buttons:hover {
  background-color: #333;
  color: #fff;
}

/***************************** Start Edit Profile Page *****************************/
.profile {
  background-color: #f9f9f9;
}

.profile .profile-heading {
  padding: 0;
  background-color: #f9f9f9;
  padding-bottom: 15px;
}

.profile .profile-heading .img {
  border: 1px solid #f3f3f3;
  padding: 10px;
  border-radius: 50%;
  position: relative;
  text-align: center;
  max-width: 200px;
  height: 200px;
  margin-top: -100px;
}

.profile .profile-heading .img img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.profile .profile-heading .nav .nav-link {
  border-radius: 0;
  font-size: 15px;
  padding: 1rem 2.375rem;
}

.profile .profile-heading .nav .nav-link.active {
  background-color: #8159c2;
}

.profile .profile-inner {
  padding: 50px 0px;
}

.profile .profile-inner .tab-wrapper {
  background-color: #fff;
  border: 1px solid #eee;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(197, 123, 247, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(197, 123, 247, 0.2);
  padding: 2rem 1.7rem;
  border-radius: 20px;
}

.profile .profile-inner .info-container .text {
  margin-bottom: 20px;
}

.profile .profile-inner .info-container .text .content .label {
  text-transform: uppercase;
  color: #666;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 600;
}

.profile .profile-inner .info-container .text .content .data {
  padding: 1rem 1.2rem;
  background-color: #f8f8f8;
  border: 1px solid #eee;
  border-radius: 10px;
  margin-top: 10px;
  font-size: 15px;
  color: #333;
}

.profile .profile-inner .info-container .btn {
  width: 190px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  background-color: #8159c2;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 1px solid #8159c2;
  margin: 10px auto;
  font-size: 14px;
}

.profile .profile-inner .info-container .btn:hover {
  background-color: #202020;
  color: #fff;
}

.profile .profile-inner .paymemt-wrapper form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 25px 0px 10px;
}

.profile .profile-inner .paymemt-wrapper form .h6 {
  line-height: 45px;
  margin-left: 15px;
  font-weight: lighter;
  font-size: .9rem;
}

.profile .profile-inner .paymemt-wrapper form .card-input {
  padding: .375rem 2.375rem;
  font-size: 15px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #999;
  cursor: pointer;
  float: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.profile .profile-inner .paymemt-wrapper form .card-input i {
  margin-left: 5px;
  line-height: 25px;
}

.profile .profile-inner .paymemt-wrapper form .card-input-element {
  opacity: 0;
  margin: 0 !important;
}

.profile .profile-inner .paymemt-wrapper form .card-input-element:checked + .card-input {
  border: 1px solid #8159c2;
  color: #8159c2;
}

.profile .profile-inner .paymemt-wrapper form .card-input-element:checked + .card-input i {
  color: #8159c2;
}

.profile .profile-inner .responsive-table {
  overflow-y: hidden;
}

.profile .profile-inner .responsive-table table {
  margin-bottom: 0;
}

.profile .profile-inner .responsive-table table .img-prod {
  width: 100px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.modal .modal-content {
  border-radius: 1.3rem;
}

.modal form .image-container {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 2px solid #202020;
  margin: 0 auto 25px auto;
  position: relative;
}

.modal form .image-container img {
  width: inherit;
  height: inherit;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  border: 7px solid #4b14a5;
}

.modal form .image-container input {
  position: absolute;
  bottom: 0;
  left: 64%;
  background-color: #fff;
  border-radius: 30px;
  display: inline-block;
  color: #222;
  width: 50px;
  height: 50px;
  line-height: 50px;
  cursor: pointer;
  border: none;
  opacity: 0;
}

.modal form .image-container button {
  width: 35px;
  height: 35px;
  -webkit-box-shadow: 0px 0px 10px #555;
          box-shadow: 0px 0px 10px #555;
  background-color: #202020;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  cursor: pointer !important;
  border: 1px solid #4b14a5;
  position: absolute;
  right: 10px;
  bottom: 0px;
}

.modal form .image-container button i {
  position: relative;
  top: 1px;
  cursor: pointer !important;
}

.modal form .form-control {
  height: 45px;
  border-radius: 10px;
}

.modal form .btn {
  width: 190px;
  height: 45px;
  line-height: 45px;
  padding: 0;
  background-color: #202020;
  color: #fff;
  border-radius: 5px;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  border: 1px solid #202020;
  margin: 10px auto;
  font-size: 14px;
  display: block;
}

.modal form .btn:hover {
  background-color: #FDB00A;
  color: #202020;
}

/***************************** Start Edit register Page *****************************/
.register {
  padding: 60px 0px;
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #f8f8f8;
}

.register .square {
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8159c2), to(#4b14a5));
  background-image: linear-gradient(to bottom, #8159c2, #4b14a5);
  width: 40%;
  height: 100vh;
  z-index: 1;
}

.register .image-content {
  position: relative;
  z-index: 9;
  width: 100%;
  height: 600px;
  background: url(../images/register.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.register .image-content::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1b1b1b;
  opacity: .8;
  width: 100%;
  height: 100%;
}

.register .image-content::before {
  content: '▼';
  color: #f8f8f8;
  font-size: 45px;
  position: absolute;
  z-index: 9;
  top: 50px;
  right: -7px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.register .image-content .inner {
  position: relative;
  z-index: 9;
  color: #fff;
  padding: 0rem 2.375rem;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.register .image-content .inner h2 {
  color: #c5afe9;
  margin-bottom: 1.2rem;
}

.register .image-content .inner p, .register .image-content .inner .p {
  color: #ddd;
  line-height: 1.5rem;
  margin-top: 1.5rem;
}

.register .image-content .inner .icons a {
  width: 35px;
  height: 35px;
  line-height: 38px;
  border: 1px solid #fff;
  color: #ffff;
  border-radius: 50%;
  margin: 0px 3px;
  display: inline-block;
}

.register .image-content .inner .icons a:hover {
  background-color: #4b14a5;
}

.register .form-container {
  background-color: #f8f8f8;
  padding: 20px 60px;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 9;
}

.register .form-container .form-group {
  margin-bottom: 25px;
}

.register .form-container .form-group.details {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.register .form-container .form-group.details .forgetten {
  color: #6432B7;
  font-size: 12px;
}

.register .form-container .form-group.details label {
  font-weight: lighter;
  font-size: 13px;
}

.register .form-container .form-group.details .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #8159c2;
  background-color: #8159c2;
}

.register .form-container .form-group .label {
  font-weight: 500;
  color: #555;
}

.register .form-container .form-group .form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background-color: transparent;
}

.register .form-container .form-group .form-control:focus {
  border-bottom: 1px solid #8159c2;
}

.register .form-container .submit-btn {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background-color: #8159c2;
  color: #fff;
  border: 1px solid #8159c2;
  border-radius: 5px;
}

.register .form-container .another {
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
  font-size: 15px;
}

.register .form-container .another a {
  color: #4b14a5;
}

/***************************** Start Edit Cart Page *****************************/
.cart {
  padding: 50px 0px;
}

.cart .table-responsive table {
  width: 100%;
}

.cart .table-responsive table thead {
  background: #f9f9f9;
  border: 1px solid #ededed;
}

.cart .table-responsive table thead .th {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  border-bottom: 3px solid #8159c2;
  border-right: 1px solid #ededed;
  padding: 13px;
}

.cart .table-responsive table tbody td {
  text-align: center;
  border: 1px solid #ededed;
  padding: 10px;
}

.cart .table-responsive table tbody img {
  width: 100px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart .table-responsive table tbody i {
  -webkit-transition: .3s;
  transition: .3s;
  color: #555;
}

.cart .table-responsive table tbody i:hover {
  color: #8159c2;
}

.cart .cart_submit {
  text-align: left;
  padding: 12px;
  border: 1px solid #ededed;
  border-top: 1px solid transparent;
}

.cart .cart_submit button {
  color: white;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  width: 170px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  border: 1px solid #000;
  background: #232323;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 5px;
}

.cart .cart_submit button:hover {
  background-color: #4b14a5;
  border: 1px solid #4b14a5;
}

.cart .card {
  -webkit-box-shadow: 0px 3px 4px 0px #ddd;
          box-shadow: 0px 3px 4px 0px #ddd;
}

.cart .card .card-header {
  padding: 1rem 1.55rem;
  background-color: #f9f9f9;
  color: #333;
}

.cart .card .card-header .headline {
  margin-bottom: 0;
}

.cart .card .card-body .form-row input, .cart .card .card-body .form-row button {
  height: 50px;
  line-height: 50px;
  font-size: 12px;
}

.cart .card .card-body .form-row button {
  background-color: #222;
  border: 1px solid #222;
  color: #fff;
}

.cart .card .card-body .form-row button:hover {
  background-color: #8159c2;
}

.cart .card .card-body .item {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.cart .card .card-body .item p, .cart .card .card-body .item .p {
  font-size: 15px;
  color: #333;
}

.cart .card .card-body .item.last {
  border-top: 1px solid #ccc;
  padding: 20px 0px 5px 0px;
}

.cart .card .card-body .item.last p, .cart .card .card-body .item.last .p {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
}

.cart .card .card-body .link-btn {
  width: 170px;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  background-color: #222;
  border: 1px solid #222;
  color: #fff;
  float: left;
  text-align: center;
  font-size: 13px;
  margin-top: 15px;
}

.cart .card .card-body .link-btn:hover {
  background-color: #4b14a5;
  border: 1px solid #4b14a5;
}

/***************************** Start Edit Contact Page *****************************/
.contact-pg {
  padding: 70px 0;
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}

.contact-pg .card {
  padding: 1.25rem;
  border: none;
  -webkit-box-shadow: 0px 0px 10px 0px #eee;
          box-shadow: 0px 0px 10px 0px #eee;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 10px;
  margin-bottom: 10px;
}

.contact-pg .card .icon {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  background-color: #f5f5f5;
  color: #321857;
  border-radius: 50%;
  display: block;
  margin: auto;
  -webkit-transition: .5s;
  transition: .5s;
}

.contact-pg .card .healine {
  margin-top: 1.2rem;
  color: #555;
}

.contact-pg .card .data {
  font-size: 15px;
  margin: 0rem;
}

.contact-pg .card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.contact-pg .card:hover .icon {
  background-color: #321857;
  color: #fff;
}

.contact-pg .card:hover .icon i {
  -webkit-animation: rotate-center 0.6s ease-in-out both;
          animation: rotate-center 0.6s ease-in-out both;
}

.contact-pg .card:hover .heading {
  color: #321857;
}

.contact-pg .contact-form {
  background-color: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(197, 123, 247, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(197, 123, 247, 0.2);
  padding: 3rem 1.25rem;
  margin: 20px 0px 50px 0px;
}

.contact-pg .contact-form .text .title {
  font-size: 15px;
  color: #4F2B82;
  font-weight: bold;
}

.contact-pg .contact-form .text .heading {
  margin: 1rem 0rem;
}

.contact-pg .contact-form .form-group {
  margin-bottom: 1.4rem;
}

.contact-pg .contact-form .form-group .label {
  font-weight: 600;
  color: #999;
  font-size: 13px;
}

.contact-pg .contact-form .form-group textarea {
  height: 250px !important;
  resize: none;
}

.contact-pg .contact-form .submit-butn {
  color: white;
  display: block;
  margin: auto;
  font-size: 14px;
  font-weight: 500;
  width: 170px;
  height: 45px;
  line-height: 45px;
  cursor: pointer;
  background-color: #4b14a5;
  border: 1px solid #4b14a5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
}

.contact-pg .contact-form .submit-butn:hover {
  border: 1px solid #000;
  background: #232323;
}
/*# sourceMappingURL=pages-style.css.map */