body{
  font-family: 'Janna LT', sans-serif;
  overflow-x: hidden!important;
  margin: 0;
  padding: 0;
  background-color: #F3F3F3;
  direction: rtl;
}
*{
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
@font-face {
  font-family: 'Janna';
  font-style: normal;
  font-weight: normal;
  src: local('Janna'), url('../fonts/Janna LT Regular.ttff') format('ttff');
  }
body::-webkit-scrollbar {
    width: 8px;
}
body.thin::-webkit-scrollbar {
    width: 2px;
}
::-webkit-scrollbar-track {
    border-radius: 0;
    background-color: #f6f6f6;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background: #c9203b;
}
::-webkit-scrollbar-thumb:window-inactive {
    background: #c9203b;
}
/*modal*/
.modal-body .container .row > .col-lg-6 {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 576px){
  #signInModal .modal-dialog, #signUpModal .modal-dialog, #passModal .modal-dialog, #confirmModal .modal-dialog{
    max-width: 1264px;
  }
}
.modal-content {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}
@media(min-width: 1200px){
 #signInModal .modal-content, #signUpModal .modal-content, #passModal .modal-content, #confirmModal .modal-content {
    max-width: 1122px;
    height: 585px;
  }
}
#signInModal .modal-body, #signUpModal .modal-body, #passModal .modal-body, #confirmModal .modal-body{
  padding: 0;
}
.login {
  position: relative;
}
.login button.close{
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2000;
}
.login .customer {
  background-color: rgb(46 37 113 / 0.8);
  background-image: url(../img/s-bk.svg);
  background-size: cover;
  background-position: center center;
  height: 100%;
  padding-top: 30px;
}
@media(max-width: 576px) {
  .login .customer{
    width: auto;
    height: 300px;
  }
}
.login .customer .customer-title {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 30px;
}
.login .msg-form {
  border: none;
  padding: 40px 30px;
  background-color: #fff;
  height: 580px;
  box-shadow: none;
}
@media(max-width: 576px) {
  .login .msg-form {
    height: auto;
    padding: 15px;
  }
}
.login .msg-form .form-heading {
  color: #211C49;
  font-weight: bold;
  font-size: 25px;
  text-transform: capitalize;
  line-height: 0.7;
  margin-bottom: 30px
}
.login form .form-group {
  margin-bottom: 0.5rem;
}
.login form .form-control {
  background-color: #f3f3f3;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 45px;
  border-color: rgba(255, 255, 255, 0.15);
}
.login form .form-control:focus{
  border: 1px solid #17123A;
  box-shadow: none;
}
.login form .form-control::placeholder {
  color: #606060;
  font-size: 16px;
  text-transform: capitalize;
}
.login .msg-form .send {
  width: 100%;
  height: 42px;
  border-radius: 3px;
  border: 1px solid rgb(46 37 113 / 0.8);
  font-size: 16px;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 16px;
  background-color: rgb(46 37 113 / 0.8);
  margin-top: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.login .msg-form .send:hover {
  background-color: #fff;
  color: #211C49;
  border: 1px solid #211C49;
}
.login .msg-form .forget-pass {
  text-decoration: none;
  color: #606060;
  font-weight: bold;
  margin-bottom: 10px;
}
.login .msg-form .have-account {
  height: 42px;
  line-height: 30px;
  border-radius: 3px;
  border: 1px solid rgb(46 37 113 / 0.9);
  font-size: 16px;
  text-transform: capitalize;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 16px;
  background-color: rgb(46 37 113 / 0.9);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.login .msg-form .have-account:hover {
  background-color: #fff;
  color: #211C49;
  border: 1px solid #211C49;
}
/* container */
@media (min-width: 1200px) {
  .container {
      max-width: 1276px;
  }
}
/* Start Nav Code*/
.navbar {
  background-color: rgb(46 37 113 / 1);
}
@media(min-width: 992px) {
.navbar {
  height: 80px;
  }
}
.collapse {
  position: relative;
}
@media(min-width: 1200px) {
  .collapse .navbar-nav {
    margin-right: 160px;
  }
}
@media(max-width: 992px) {
  .collapse .navbar-nav {
    margin-left: 0px;
    margin-right: auto;
    text-align: center;
  }
}
.collapse .navbar-nav .nav-item .nav-link {
  letter-spacing: 0px;
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  margin-right: 1rem;
  transition: all 0.2s ease-in-out;
  font-size: 18px;
  height: 60px;
  position: relative;
}
.cart-badge {
  background: #c9203b;
  width: 20px !important;
  height: 20px !important;
  color: #FFF !important;
  font-size: 12px !important;
  font-weight: bold !important;
  border-radius: 100%;
  text-align: center;
  position: absolute;
  top: -12px;
  left: -5px;
}
@media(min-width: 992px) {
  .collapse .navbar-nav .nav-item {
    margin-right: 20px;
  }
  .collapse .navbar-nav .nav-item .nav-link {
    margin-top: 13px;
  }
}
.collapse .navbar-nav .nav-item .nav-link:hover {
    color: #c9203b;
}
@media(max-width: 992px) {
  .collapse .navbar-nav .nav-item .nav-link {
    line-height: 40px;
  }
  .collapse .navbar-nav .nav-item .nav-link:hover {
    color: #fff!important;
    background-color:#c9203b;
  }
}
.collapse .navbar-nav .nav-item.active .nav-link {
    font-weight: bold;
    color: #c9203b;
}
@media(min-width: 992px){
  .collapse .navbar-nav .nav-link.login{
    position: absolute;
    left: 170px;
  }
  /* .collapse .navbar-nav .nav-link.cart{
    position: absolute;
    left: 240px;
  } */
}
.collapse .navbar-nav .nav-item .nav-link.sign-up {
  left: 50px;
  background-color: #fff;
  width: 106px;
  height: 40px;
  border: none;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-right: auto;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
}
.collapse .navbar-nav .nav-item .nav-link.sign-up:hover {
  background-color: #c9203b;
  color: #fff;
}
@media(min-width: 992px) {
  .collapse .navbar-nav .nav-item .nav-link.sign-up {
    position: absolute;
 }
}
@media(max-width: 992px) {
  .collapse .navbar-nav .nav-item .nav-link.sign-up {
    margin-left: auto;
    margin-right: auto;
    line-height: 26px;
 }
}
.collapse .navbar-nav .nav-item .dropdown-toggle.langs::after {
  display: none;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
/*end nav*/
/*start header */
.header {
  padding-top: 80px;
  background: #3c337d;
}
.header .first-part {
  position: relative;
}
@media(min-width: 1200px) {
  .header {
    height: 100vh;
  }
}
.header .first-part {
  padding-right: 20px;
}
.header .find-all {
  position: relative;
  padding-top: 110px;
}
@media(max-width: 576px) {
  .header .find-all {
    padding-top: 40px;
  }
}
.header .header-p {
  max-width: 260px;
  letter-spacing: 0px;
  color: #fff;
  text-transform: capitalize;
  font-size: 42px;
  margin-bottom: 20px;
  font-weight: bold;
}
.header .header-p span {
  color: #c9203b;
  text-align: left;
  letter-spacing: 0px;
  font-size: 52px;
  position: relative;
}
@media(max-width: 576px) {
  .header .header-p {
    font-size: 30px;
  }
  .header .header-p span {
    font-size: 44px;
  }
}
.header form {
  color: #fff;
  text-transform: capitalize;
}
.header form .form-inline {
  /*width: 425px;*/
}
.header form .form-control {
  position: relative;
  /*width: 270px;*/
  height: 50px;
  border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -ms-border-radius: 0px 4px 4px 0px;
  -o-border-radius: 0px 4px 4px 0px;
  background-color: rgba(255,255,255,0.7);
  border: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.header form .form-control::placeholder {
  color: #fff;
  text-transform: capitalize;
}
.header form .form-control:focus {
  box-shadow: none;
  border: 1px solid #c9203b;
  border-left: none;
  background-color: transparent;
}
@media(max-width: 576px) {
  .header form .form-inline {
    width: 260px;
  }
  .header form .form-control {
    width: 200px;
  }
}
.header form .input-group-append {
 width: 50px;
 height: 50px;
 border-radius: 0px 4px 4px 0px;
 line-height: 34px;
 font-size: 18px;
 /*transform: rotate(180deg);*/
 /*-webkit-transform: rotate(180deg);*/
 /*-moz-transform: rotate(180deg);*/
 /*-ms-transform: rotate(180deg);*/
 /*-o-transform: rotate(180deg);*/
}
/* end header */
/*community */
.community {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}
.community .community-heading {
  color: #211C49;
  font-size: 30px;
  font-weight: bold;
  text-transform: capitalize;
}
.community .community-des {
  font-size: 20px;
  position: relative;
  margin-bottom: 80px;
  padding: 0 10px;
}
.community .community-des::before{
  position: absolute;
  content: ' ';
  left: 50%;
  transform: translate(-50%);
  top: 40px;
  width: 165px;
  height: 3px;
  background-color: #211C49;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
}
@media(max-width: 576px) {
  .community .community-des::before {
    top: 80px;
    width: 60px;
  }
}
.community .card {
  text-align: center;
  background-color: transparent;
  margin-bottom: 20px;
  padding: 16px 10px;
  max-width: 265px;
  height: 180px;
  max-height: 220px;
  border: 0.5px solid #211C49;
  border-radius: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.2s ;
  -webkit-transition: all 0.2s ;
  -moz-transition: all 0.2s ;
  -ms-transition: all 0.2s ;
  -o-transition: all 0.2s ;
}
@media(max-width: 768px) {
  .community .card {
    margin-left: auto;
    margin-right: auto;
  }
}
.community .card:hover {
  background-color: #e3e2ec;
}
.community .card .card-title {
  font-size: 18px;
  font-weight: bold;
  color: #211C49;
  text-transform: capitalize;
  margin-bottom: 0.5rem;
}
.card-body {
  padding: 0.5rem;
}
.community .card .card-text {
  color: #1D1D1B;
  font-size: 14px;
  height: 40px;
  overflow: hidden;
}
/* end community */
/* start shop */
@media (min-width: 1200px) {
  .col-xl-2 {
    -ms-flex: 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
.shop {
  padding-top: 50px;
  padding-bottom: 50px;
}
.shop .container{
  position: relative;
}
.shop a {
  text-decoration: none;
  color: inherit;
}
.shop .container .see-more {
  position: absolute;
  left: 0;
  top: 0;
  text-decoration: none;
  color: #1D1D1B;
  font-size: 14px;
  font-weight: bold;
}
.shop .container .see-more:hover {
  color: #c9203b;
}
@media(max-width: 576px) {
  .shop .container .see-more {
    right: 10px;
    top: 30px;
  }
}
.shop .shop-heading {
  color: #211C49;
  font-size: 26px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 30px;
}
@media(max-width: 576px) {
  .shop .shop-heading {
    text-align: center;
  }
}
.shop .card {
  background-color: #fff;
  border: none;
  width: 100%;
  height: 330px;
  max-height: 360px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 10px;
  margin-bottom: 30px;
}
@media(min-width:768px) and (max-width: 1200px) {
  .shop .card {
    width: 230px;
  }
}
.shop .card .add-fav{
  position: absolute;
  right: 5px;
  top: 5px;
}
@media(max-width: 576px) {
  .shop .card {
    margin-left: auto;
    margin-right: auto;
  }
}
.shop .card:hover {
  background-color: #e3e2ec;
}
.shop .card .card-img-top {
  max-height: 133px;
}
.shop .card .card-img-top img {
  width: 100%;
  max-height: 100%;
}
.shop .card .card-body {
  position: relative;
}
.shop .card .card-body .badge-danger {
  position: absolute;
  left: 0;
  top: 10px;
  width: 38px;
  height: 23px;
  border-radius: 10px;
  line-height: 18px;
  font-size: 10px;
  background-color: #C9203B;
  text-transform: capitalize;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.shop .card .card-price {
  color: #C9203B;
  font-size: 16px;
  font-weight: bold;
}
.shop .card .card-title {
  font-size: 16px;
  color: #211C49;
  font-weight: bold;
}
.shop .card .card-text {
  max-height: 50px;
  overflow: hidden;
}
.shop .card .btn-primary.shop-now {
  background-color: transparent;
  border: 1px solid #211C49;
  color: #211C49;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 43px;
  line-height: 30px;
  text-transform: capitalize;
}
.shop .card .btn-primary.shop-now:hover {
  background-color: #211C49;
  color: #fff;
}
@media(min-width:768px) and (max-width: 1200px) {
  .shop .card .btn-primary.shop-now  {
    width: 210px;
  }
}
/* start contact us */
.contact {
  padding-top: 10px;
}
.contact .container{
  background-color: #3c337d;
  background-image: url(../img/shapes.svg);
  border-radius: 16px;
  background-size: cover;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.contact .first-part {
  position: relative;
  padding-right: 20px;
}
@media(min-width: 992px) {
  .contact {
    height: 373px;
  }
  .contact .first-part {
    padding-left: 80px;
  }
}
.contact .first-part .contact-shape{
  position: absolute;
  top: 30%;
  left: 40%;
}
.contact .find-all {
  position: relative;
  padding-top: 80px;
}
.contact .contact-p {
  letter-spacing: 0px;
  color: #fff;
  text-transform: capitalize;
  font-size: 31px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media(max-width: 576px){
  .contact .contact-p {
    font-size: 26px;
  }
}
.contact form {
  color: #fff;
  text-transform: capitalize;
}
.contact form .form-inline {
  width: 425px;
}
.contact form .form-control {
  position: relative;
  width: 270px;
  height: 42px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background-color: rgba(255,255,255,0.7);
  border: none;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.contact form .form-control::placeholder {
  color: #fff;
  text-transform: capitalize;
}
.contact form .form-control:focus {
  box-shadow: none;
  border: 1px solid #c9203b;
  background-color: transparent;
}
.contact form .input-group-append {
  width: 104px;
  height: 42px;
  line-height: 34px;
  font-size: 14px;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -o-transition: all 0.2s;
  margin-right: 2px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}
.contact form .input-group-append .input-group-text {
  font-size: 14px;
  color: #211C49;
  font-weight: bold;
  margin-right: 10px;
}
@media(max-width: 576px){
  .contact form .form-inline {
    width: 260px;
  }
  .contact form .form-control {
    width: 170px;
  }
  .contact form .input-group-append {
    width: 80px;
  }
}
/* copyright */
.footer {
  color: #606060;
  padding-top: 12px;
}
@media (min-width: 1200px) {
  .footer {
    height: 52px;
  }
}
@media (max-width: 576px) {
  .footer {
    padding-top: 20px;
  }
}
.footer p {
  font-size: 18px;
  opacity: 0.85;
}
.footer a {
  text-decoration: none;
  color: #606060;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.footer a:hover {
  color: #c9203b;
}
.footer .social-img {
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.footer .social-img:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
/* end home page */
/* start products page */
.products-header {
  height: auto;
  padding-top: 80px;
  background-color: #3c337d;
  background-image: url(../img/products-bk.svg);
  color: #fff;
}
@media(min-width: 992px) {
  .products-header {
    height: 100vh;
  }
}
@media(min-height: 800px) {
  .products-header {
    height: 60vh;
  }
}
.products-header .products-title {
  font-weight: bold;
  margin-top: 30vh;
  margin-bottom: 20px;
}
.products-header .products-des {
  font-size: 16px;
  font-weight: bold;
}
@media(min-width:576px) {
  .products-header .products-title {
    font-size: 50px;
  }
  .products-header .products-des {
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
  }
}
.products-header .header-bullet {
  height: 45px;
  width: 25px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 120px;
  position: relative;
  cursor: pointer;
}
.products-header .header-bullet::before {
  position: absolute;
  content: ' ';
  width: 19px;
  height: 19px;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 2px;
  left: 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.products-header .header-bullet:hover::before {
  top: 20px;
}
@media(max-width:576px) {
  .products-header .products-title {
    margin-top: 10vh;
  }
  .products-header .header-bullet {
    margin-top: 60px;
  }
}
/* end products */
/* start products page */
.product-select {
  margin-top: 80px;
  padding-top: 60px;
}
.product-select .product-imgss .main-img {
  margin-bottom: 20px;
  max-height: 360px;
}
@media (max-width: 400px) {
  .product-select .product-imgss .main-img {
      width: 350px;
   }
}
.product-select .product-imgss .main-img img {
  width: 100%;
  max-height: 360px;
}
.product-select .small-imgs .sm-img {
  width: 60px;
  height: 59px;
  background-color: rgba(226, 226, 226, 0.57);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  padding-top: 10px;
  margin-right: 4px;
  margin-bottom: 30px;
}
.product-select .small-imgs .sm-img img {
  width: 54px;
  height: 39px;
}
.sl-wrapper {
  direction: ltr;
}
.product-select .available-product {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.product-select .available-product .product-title {
  font-size: 20px;
  font-weight: bold;
  color: #363636;
}
.product-select .available-product .product-p {
  font-size: 18px;
  color: #363636;
  margin-bottom: 20px;
}
.product-select .available-product .radios-title{
  font-size: 16px;
  color: #515151;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.product-select .available-product .radios .custom-radio-buttons {
  margin-right: 20px;
  position: relative;
}
.product-select .available-product .radios .custom-radio-buttons .feature-label {
  background-color: #F2F2F2;
  width: 78px;
  height: 34px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border: 1px solid #919191;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.product-select .available-product .radios .custom-radio-buttons .product-features {
  position: absolute;
  width: 78px;
  height: 34px;
  right: 0;
  top: 0;
  z-index: 3;
  opacity: 0;
}
.product-select .available-product .radios .custom-radio-buttons .color-label {
  width: 34px;
  height: 34px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  cursor: pointer;
}
.product-select .available-product .radios .custom-radio-buttons .color-label.blue {
  background-color: #1970F2;
}
.product-select .available-product .radios .custom-radio-buttons .color-label.green {
  background-color: #19F227;
}
.product-select .available-product .radios .custom-radio-buttons .color-label.red {
  background-color: #F21994;
}
.product-select .available-product .radios .custom-radio-buttons .color-label.black {
  background-color: #022A65;
}
.product-select .available-product .radios .custom-radio-buttons .color-label.yellow {
  background-color: #F2B819;
}
.product-select .available-product .price{
  font-size: 14px;
  font-weight: bold;
  margin-top: 20px;
  text-transform: capitalize;
  color: #515151;
  line-height: 1.4;
}
.product-select .available-product .price span {
  color: #C9203B;
  font-size: 22px;
}
.product-select .available-product .btn-primary.add {
  width: 204px;
  height: 43px;
  background: #211C49;
  border-color: #211C49;
  text-transform: capitalize;
  line-height: 30px;
  margin-left: 10px;
}
input[type='radio']:checked + label {
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  background-color:#1970F2 !important;
  color: #fff;
  border: 2px solid #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
/* packages page */
.product-select.packages .shop-heading span {
  color: gold;
}
.product-select.packages .package-features {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  margin-bottom: 50px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.product-select.packages .package-features .price {
  color: #444;
  font-size: 18px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.product-select.packages .package-features .price span {
  color: #c9203b;
  font-size: 22px;
  font-weight: bold;
}
.product-select.packages .package-features .pack-pro {
  box-shadow: 2px 2px 5px rgb(175, 166, 166);
  padding: 20px;
  height: 180px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-select.packages .package-features .pack-pro:hover {
  box-shadow: none;
}
@media(max-width: 992px) {
  .product-select.packages .package-features .pack-pro {
    margin-bottom: 16px;
  }
}
.product-select.packages .package-features .pack-pro .pro-name {
  color: #2e2571;
  font-size: 14px;
  font-weight: bold;
  text-transform: capitalize;
  margin-bottom: 16px;
}
.product-select.packages .package-features .pack-pro img {
  height: 100px;
  display: block;
  margin: auto;
}
.product-select.packages .available-product {
  margin-bottom: 30px;
}
.product-select.packages  .product-imgss .main-img {
  margin-bottom: 20px;
  height: 200px;
  display: flex;
  align-items: center;
}
.product-select.packages .product-imgss .main-img img {
  width: 100%;
  max-height: 200px;
}
.product-select.packages .btn-primary.add-to-cart {
  width: 210px;
  height: 42px;
  line-height: 30px;
  text-transform: capitalize;
  display: block;
  margin: 30px auto;
  background-color: #2e2571;
  border: 1px solid #2e2571;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.product-select.packages .btn-primary.add-to-cart:hover {
  background-color: #261f5e;
}
/* end product page */
/* start my cart page */
.my-cart {
  padding-top: 80px;
  padding-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}
.my-cart .product-number {
  padding-top: 40px;
}
.my-cart .product-number .my-cart-title {
  font-size: 22px;
  font-weight: bold;
  color: #211C49;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.my-cart .product-number .media {
  background-color: #fff;
  border-radius: 8px;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 16px;
}
@media(min-width: 992px) {
  .my-cart .product-number .media {
    min-height: 103px;
    max-height: 150px;
  }
}
@media(min-width: 400px) and (max-width: 576px) {
  .my-cart .product-number .media {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media(max-width: 400px) {
  .my-cart .product-number .media {
    width: 280px;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
  }
}
.my-cart .product-number .media .media-body {
  padding: 20px 0;
}
.my-cart .product-number .media .cancel-icon {
  position: absolute;
  top: 40%;
  left: 5%;
  cursor: pointer;
}
@media(max-width: 576px) {
  .my-cart .product-number .media .cancel-icon {
    left: 2%;
    top: 2%
  }
}
.my-cart .product-number .media .media-body .product-des {
  margin-left: 20px;
  padding-top: 10px;
}
.my-cart .product-number .media .media-body h5 {
  font-size: 16px;
  color: #363636;
  max-width: 210px;
}
.my-cart .product-number .media .media-body p {
  color: #606060;
  font-size: 14px;
}
.my-cart .product-number .media .media-body .price {
  position: absolute;
  color: #211C49;
  top: 40%;
  left: 15%;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}
@media(max-width: 576px) {
  .my-cart .product-number .media .media-body .price {
    top: 50%;
    right: 5%;
  }
}
.my-cart .product-number .media .media-body .total-price {
  position: absolute;
  color: #c9203b;
  top: 60%;
  left: 15%;
  font-size: 18px;
  font-weight: bold;
  text-transform: capitalize;
}
@media(max-width: 576px) {
  .my-cart .product-number .media .media-body .total-price {
    top: 60%;
    right: 5%;
  }
}
.my-cart .product-number .media .media-body .counter-num {
  color: #E5B001;
}
.my-cart .product-number .number-spinner {
  max-width: 120px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  display: table;
}
.my-cart .product-number .number-spinner input {
  height: 40px;
  max-height: 40px;
  line-height: 40px;
  font-size: 1em;
  padding: 0;
  margin: 0;
  border: none;
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
}
.my-cart .product-number .number-spinner .ns-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  cursor: pointer;
}
.my-cart .product-number .number-spinner .ns-btn a {
  height: 40px;
  min-height: 40px;
  width: 40px;
  padding: 0;
  max-width: 40px;
  line-height: 40px;
  border-radius: 0;
  border: none;
  text-align: center;
  position: relative;
  color: #333;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
}
.my-cart .shipping {
  margin-top: 30px;
  background-color: #211C49;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 20px;
  /*max-width: 338px;*/
}
.my-cart .shipping .shipping-title {
  color: #fff;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bold;
}
.my-cart .shipping .apply-form .form-group {
  position: relative;
}
.my-cart .shipping .apply-form .form-group label {
  color: #fff;
  font-size: 16px;
  text-transform: capitalize;
}
.my-cart .shipping .apply-form .custom-select{
    color: #fff;
}
.my-cart .shipping .apply-form .custom-select option {
    background-color: #423e64;
}
.my-cart .shipping .apply-form .form-group .form-control{
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  height: 40px;
  color: #fff;
}
.my-cart .shipping .apply-form .form-group textarea {
  resize: none;
}
.my-cart .shipping .apply-form .form-group .form-control::placeholder {
  color: #fff;
  opacity: 0.65;
}
.my-cart .shipping .apply-form .form-group .form-control:focus {
  border: 1px solid #E5B001;
  box-shadow: none;
}
.my-cart .shipping .apply-form .form-group a.btn-primary.apply {
  position: absolute;
  left: 1%;
  top: 4px;
  width: 82px;
  height: 32px;
  background-color: #fff;
  color: #211C49;
  border: none;
  line-height: 20px;
  text-transform: capitalize;
}
.my-cart .shipping .total, .my-cart .shipping .shipping-fee,
.my-cart .shipping .final-amount {
  height: 30px;
  margin-bottom: 10px;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;
  position: relative;
}
.my-cart .shipping .total p {
  margin-bottom: 0.5rem;
}
.my-cart .shipping .total .price, .my-cart .shipping .shipping-fee .price,
.my-cart .shipping .final-amount .final-price {
  position: absolute;
  left: 1%;
  top: 20%;
}
.my-cart .btn-primary.confirm {
 width: 100%;
 height: 45px;
 line-height: 36px;
 background-color: #fff;
 border: none;
 color: #211C49;
 font-size: 16px;
 font-weight: bold;
 text-transform: capitalize;
 margin-top: 20px;
 transition: all 0.2s ease-in-out;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -ms-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
}
.my-cart .btn-primary.confirm-2 {
width:160px;
 height: 45px;
 line-height: 36px;
 background-color: #fff;
 border: none;
 color: #211C49;
 font-size: 16px;
 font-weight: bold;
 text-transform: capitalize;
 margin-top: 20px;
 transition: all 0.2s ease-in-out;
 -webkit-transition: all 0.2s ease-in-out;
 -moz-transition: all 0.2s ease-in-out;
 -ms-transition: all 0.2s ease-in-out;
 -o-transition: all 0.2s ease-in-out;
}
.my-cart .btn-primary.confirm:hover {
  background-color: rgb(221, 213, 213);
  color: #211C49;
}
/*end my cart */
/* start contact us pge*/
.contact-header {
  padding-top: 120px;
  padding-bottom: 80px;
}
 .msg-form{
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 8px #00000029;
  padding: 30px;
  z-index: 1000;
}
@media(max-width: 576px) {
  .msg-form {
    width: 300px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }
}
 .msg-form .form-heading {
  font-size: 24px;
  margin-bottom: 24px;
  color: #211C49;
  position: relative;
  font-weight: bold;
}
 .msg-form .form-control {
  height: 46px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
   color: #c981ce;
  font-size: 14px;
}
 .msg-form  .form-control:focus{
  border: 1.5px solid #211C49;
  box-shadow: none;
}
 .msg-form  .form-control:focus::placeholder {
  color: #c57272;
}
 .msg-form textarea {
  height: 180px !important;
}
 .msg-form textarea:focus {
  border: 1.5px solid #211C49;
  box-shadow: none;
}
 .msg-form .send {
  margin-top: 10px;
  background-color: #211C49;
  height: 45px;
  border-radius: 4px;
  border: none;
  font-size: 18px;
}
 .msg-form .send:hover {
  background-color: #c9203b;
}
.msg-form .send:focus {
  box-shadow: none;
  outline: none;
}
@media(max-width: 992px) {
  .contact-header .contact-img {
    display: none;
  }
}
.contact-header .contact-img {
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
}
/* end contact us page*/
/* start media page */
.media-header  {
  padding-top: 100px;
}
.media-header img {
  width: 200px;
  margin-bottom: 20px;
  max-height: 220px;
}
@media(max-width: 400px){
  .media-header img {
    width: 160px;
  }
}
.media-header img:hover {
  opacity: 0.9;
}
/* dashboard page */
.sidebar {
  position: fixed;
  width: 300px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  padding: 20px 20px 0;
  background: #312a70;
}
.sidebar .user-info {
  padding: 10px;
  margin-bottom: 3px;
  color: #fff;
  background-color: #776eb3;
  border: 1px solid #b9aeae;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.sidebar .user-info .user-details {
  padding: 0 10px;
}
.sidebar .user-info .user-details .user-name{
  font-weight: bold;
}
.sidebar .user-info .user-details .user-email {
  font-size: 12px;
}
.sidebar .nav-link {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  height: 45px;
  border-radius: 3px;
  margin-bottom: 10px;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}
.sidebar .nav-link:hover {
  background-color: #776eb3;
}
.sidebar .nav-link.active {
  background-color: #776eb3;
}
.sidebar .nav-link  p {
  padding: 0 7px;
}
.right-content {
  padding-top: 40px;
}
@media(max-width: 576px) {
  .right-content {
    padding-top: 100px;
  }
}
.right-content .green-wrapper {
  width: 100%;
  padding: 15px 25px;
  min-height: 150px;
  max-height: 400px;
  border-radius: 10px;
  background-color: #776eb3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  color: #fff;
}
@media(max-width: 992px) {
  .right-content .green-wrapper {
    margin-bottom: 20px;
  }
}
.right-content .green-wrapper .content h5 {
  color: #142c5d;
}
.right-content .green-wrapper .content ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.purple-wrapper {
  width: 100%;
  margin-top: 30px;
  border-radius: 8px;
  padding: 25px;
  background-color: #cbc7e6;
}
.purple-wrapper .wrapper-title {
  text-transform: capitalize;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
.purple-wrapper .user-info {
  padding-bottom: 25px;
}
.purple-wrapper .user-info .user-name{
  font-weight: bold;
  font-size: 12px;
  padding: 10px;
  margin-top: 12px;
  height: 40px;
  line-height: 1.3;
  color: #232833;
  background-color: rgb(142 134 197 / 0.5);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}
.purple-wrapper .user-info .information-list {
  background-color: rgb(101 96 96 / 0.1);
  font-size: 12px;
  border: 1px solid #a79fe0;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}
.purple-wrapper .user-info .information-list:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  background-color: rgb(142 134 197 / 0.3);
}
.purple-wrapper .user-info .information-list .purple-txt{
 color: #f3f3f3;
 padding: 5px 0;
}
.purple-wrapper .user-info .information-list .purple-txt span {
  color: #10357F;
}
.purple-wrapper .nested-columns {
  border-top: 2px solid rgb(119 110 179);
  margin-top: 0.3em;
  position: relative;
}
.purple-wrapper .nested-columns::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 40px;
  right: 0;
  left: 0;
  margin: auto;
  bottom: 100%;
  background-color: rgb(119 110 179);
}
.purple-wrapper .nested-columns .single-column {
  position: relative;
  padding-top: 50px;
}
.purple-wrapper .nested-columns .single-column::before {
  content: '';
  position: absolute;
  width: 2px;
  height: 40px;
  right: 0;
  left: 0;
  margin: auto;
  top: 0;
  background: rgb(119 110 179);
}
.purple-wrapper .nested-columns a {
  text-decoration: none;
}
/* end network page */
/*start my profile page */
.white-wrapper {
  margin-top: 30px;
  background: #fff;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.17);
  min-height: 275px;
}
.white-wrapper .personal-title {
  color: #c9203b;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: capitalize;
}
.white-wrapper .info-img {
  float: left;
}
.white-wrapper .information-list {
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
}
.white-wrapper .information-list li {
  color: #197fa0;
  padding: 5px 0;
}
.white-wrapper .information-list li span {
  color: #776eb3;
  display: inline-block;
  width: 25%;
}
@media(max-width: 576px) {
  .white-wrapper .information-list li span {
    width: 40%;
  }
}
.white-wrapper .counter-wheel {
  width: 90px;
  height: 90px;
  background: #F0F0F0;
  display: block;
  margin: 10px auto 2em;
  color: #197fa0;
  border: 1px solid #fff;
}
.white-wrapper p {
  font-size: 14px;
  color: #10357F;
  margin: 0 0 10px 0;
  font-weight: bold;
}
.counter-wheel {
  width: 5em;
  height: 5em;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
  padding: 0.5em;
  font-family: monospace;
  background: #fff;
  color: #000;
  display: inline-block;
  vertical-align: middle;
}
.counter-wheel:before {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  background: inherit;
  content: "";
  display: block;
  border-radius: 50%;
}
.counter-wheel-content {
  content: "";
  text-align: center;
  border-width: inherit;
  border-style: solid;
  border-color: inherit;
  border-radius: 50%;
  background: inherit;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: -moz-box;
  -moz-box-orient: vertical;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: box;
  box-orient: vertical;
  box-pack: center;
  box-align: center;
  max-height: 100%;
}
.counter-wheel svg {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
}
.counter-wheel svg .counter-wheel-highlight {
  fill: currentColor;
}
.counter-wheel-highlight {
  color: teal;
  color: currentColor;
}
.styled-table .table {
  margin: auto;
  color: #6658c1;
  font-size: 16px;
  font-weight: bold;
}
.styled-table .table td, .styled-table .table th {
  border-top: none;
  border-bottom: 1px solid #776eb3;
  border-right: 1px solid #776eb3;
  text-align: center;
  padding: 5px;
}
.styled-table .table td:last-child, .styled-table .table th:last-child {
  border-right: 0;
}
.styled-table .table tr:last-child td {
  border-bottom: 0;
}
.white-wrapper strong {
  color: #0BD4D6;
  display: block;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.login-form .input-wrapper {
  position: relative;
  margin-top: 20px;
}
.login-form .input-wrapper .show-pass {
  position: absolute;
  left: 10px;
  top: 20%;
  cursor: pointer;
}
.login-form .input-wrapper .form-control.purple-bk {
  border-radius: 8px;
  border: none;
  background-color: rgb(146 138 195 / 1);
}
.login-form .input-wrapper .form-control.purple-bk::placeholder {
  color: #eee;
  text-transform: capitalize;
}
.login-form .input-wrapper .btn-info {
  color: #fff;
  background-color: #4a4396;
  border-color: #4a4396;
}
.login-form .input-wrapper .btn-info:hover {
  background-color: #fff;
  color: #211C49;
  border: 1px solid #211C49;
}
.login-form .input-wrapper .btn-info:focus {
  outline: 0;
  box-shadow: 0;
}
.white-wrapper .single-user {
  border:  1px solid #776eb3;
  padding: 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  margin-bottom: 10px;
}
.white-wrapper .single-user .media .time-date {
  color: #D1D1D1;
  font-size: 13px;
  margin-bottom: 5px;
  font-weight: bold;
}
.white-wrapper .single-user .media h5 {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
.single-user-report-info .media p {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: bold;
}
.white-wrapper .single-user .code {
  color: #c9203b;
  margin-left: auto;
  font-weight: bold;
}
/* tranfer funds page */
.transfer-form .form-group {
  position: relative;
}
.transfer-form .form-group label {
  text-transform: capitalize;
  color: #1d1763;
}
.transfer-form .form-group .form-control {
  border-radius: 8px;
  border: 1px solid rgb(196 188 245 / 1);
  background-color: #fdfbfb;
  color: #6f65b1;
}
.transfer-form .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
  border-width: 2px;
}
.transfer-form .show-pass {
  position: absolute;
  left: 20px;
  top: 60%;
  cursor: pointer;
}
.transfer-form .btn-info {
  color: #fff;
  background-color: #4a4396;
  border-color: #4a4396;
  margin-top: 20px;
  text-transform: capitalize;
}
/* deposits page */
@media(min-width: 992px) {
  .transfer-form.deposits {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
/* activity log */
.white-wrapper.activity {
  min-height: auto;
}
.white-wrapper .box-title {
  color: #c9203b;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
}
.slick-list {
  overflow-y: scroll;
}
.slick-list::-webkit-scrollbar {
  width: 4px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
}
.single-activity-log {
  border-radius: 8px;
  padding: 20px;
  line-height: normal;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.17);
  margin-bottom: 25px;
}
.single-activity-log .activity-date {
  color: rgb(162 154 216 / 1);
  font-weight: bold;
  font-size: 14px;
  padding-left: 1rem;
  display: block;
  border-left: 1px solid #7165c3;
}
.single-activity-log .activity-title {
  color: #7165c3;
  font-weight: bold;
  font-size: 16px;
}
.slick-prev, .slick-next {
  line-height: 1;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
}
.vertical-slider .slick-prev, .vertical-slider .slick-next {
  color: rgb(201 32 59 / 1) !important;
  background: white;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.17);
  cursor: pointer;
  outline: 0 !important;
  position: absolute;
  z-index: 999;
  top: 97%;
}
.vertical-slider .slick-prev {
  right: 20px;
}
.vertical-slider .slick-next {
  left: auto;
  right: 50px;
}
/* safe password page */
.password-notice {
  margin-bottom: 20px;
}
.password-notice li {
  color: #D1D1D1;
  font-size: 12px;
  font-weight: bold;
  line-height: 25px;
}
.btn-blue {
  background: #776eb3;
  color: #ffffff;
  font-size: 16px;
  padding: 4px 30px;
  border-radius: 8px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-blue:hover {
 background-color: #fff;
 border-color: #776eb3;
 color: #776eb3;
}
@media(max-width:992px) {
  .orders-card {
    overflow-x: scroll;
  }
}
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0px;
  background-color: rgb(214 208 251 / 0.3);
  border-bottom: 1px solid rgb(214 208 251 / 0.3);
}
.page-item.active .page-link {
  z-index: 1;
  color: rgb(255, 255, 255);
  background-color: rgb(160 151 222 / 1);
  border-color: rgb(160 151 222 / 1);
}
.table {
  color: rgb(80 72 136 / 1);
}
.table-bordered {
  border: 1px solid #a49fca;
}
/* order one page */
.card-body .form-control {
  border-radius: 8px;
  border: 1px solid rgb(196, 188, 245, 0.7);
  background-color: #fdfbfb;
  color: #6f65b1;
}
.card-body .form-control:focus {
  outline: none;
  box-shadow: none;
  border-width: 2px;
}
.single-full-product {
  margin-bottom: 1em;
  width: 100%;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.single-full-product:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 12px 0 rgb(119 110 179 /0.4);
}
.single-full-product.wide-product .product-thumbnail {
  width: 125px;
  height: 110px;
  overflow: hidden;
  margin-left: 1em;
  border: 2px solid #b39414;
  border-radius: 8px;
}
.single-full-product .title a {
  color: #5e4dd0;
  font-size: 22px;
  transition: all 0.3s;
  text-decoration: none !important;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}
.single-full-product .price {
  color: #c732ae;
  font-size: 21px;
}
.single-full-product.wide-product .quantity {
  color: #6113a1;
  font-size: 18px;
}
.single-cost-line.total {
  border-top: 1px solid #776eb3;
  border-bottom: 1px solid #776eb3;
  padding: 10px 0;
  margin-bottom: 1em;
}
.cost-box-title {
  font-size: 22px;
  margin-bottom: 10px;
  color: #5d4dd3;
}
.payment-methods .nav-tabs .nav-link {
  background: #10357F;
  color: #fff;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
}
.payment-methods .nav-tabs .nav-link:hover {
  background: #fff;
  color: #10357F;
  border: 1px solid #10357F;
}
.payment-methods .nav-tabs .nav-link.active {
  background: #b99b21;
  color: #fff;
}
.payment-methods .nav-tabs .nav-link.active:hover {
  background: #fff;
  color: #b99b21;
  border: 1px solid #b99b21;
}
.payment-methods .nav-tabs .nav-link.visa {
  background: #c9203b;
  border: 1px solid#c9203b;
  color: #fff;
}
.payment-methods .nav-tabs .nav-link.visa:hover {
  background-color: #fff;
  color: #c9203b;
}
/* new profile page */
.nav-pills .nav-link {
  border-radius: .25rem;
  color: #776eb3;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff!important;
  background-color: #776eb3;
}
.box-footer .btn-primary.next {
  width: 110px;
  background-color:#776eb3;
  border: 1px solid#776eb3;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.box-footer .btn-primary.next:hover {
  background-color: #fff;
  color: #776eb3;
}
.box-footer .btn-primary.next:focus, .nav-pills .nav-link:focus {
  background-color: #6753e7;
} 
.box-footer .btn-default.back {
  width: 110px;
  background-color:transparent;
  border: 1px solid#776eb3;
  color: #776eb3;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.box-footer .btn-default.back:hover {
  background-color:#776eb3;
  color: #fff;
}