@charset "UTF-8";btnJawaker
* {
  margin: 0px;
  padding: 0px;
}

*:focus {
  box-shadow: none;
  border: none;
  outline: none;
}

body, html {
  height: 100%;
  width: 100%;
}

body, p {
  direction: ltr;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.7;
  color: #989898;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none;
  color: #15375A;
}

h1, h2, h3, h4, h5, h6, p, figur, a {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
  color: #262324;
  font-family: "Overpass", sans-serif;
  font-weight: normal;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
}

a:hover,
a:focus,
input:focus,
button:focus,
a:active {
  text-decoration: none;
  outline: none;
  outline-offset: 0px;
  box-shadow: none;
}

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

h1 {
  font-size: 50px;
  line-height: 1.4;
}

h2 {
  font-size: 50px;
  line-height: 1.4;
}

h3 {
  font-size: 60px;
  line-height: 1.4;
}

h4 {
  font-size: 24px;
  line-height: 1.4;
}

h5 {
  font-size: 20px;
  line-height: 1.4;
}

h6 {
  font-size: 18px;
  line-height: 1.4;
}

.pos-relative {
  position: relative;
}

.primary-color {
  color: #15375A;
}

a,
.transition-3s {
  transition: all 0.3s ease;
}

.transition-5s {
  transition: all 0.5s ease;
}

.payment-method {
    max-width: 120px;
    margin-top: 20px;
}

.division-btn {
  display: inline-block;
  font-size: 17px;
  line-height: 16px;
  font-weight: 600;
  text-align: center;
  min-width: 160px;
  border: 1px solid transparent;
  box-shadow: none;
  cursor: pointer;
  padding: 19px 25px;
  border-radius: 10px;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: #15375A;
  color: #fff;
  position: relative;
  text-transform: capitalize;
}
.division-btn:hover {
  background-color: #123659;
  color: #fff;
}
.division-btn.outline {
  color: #15375A;
  background-color: transparent;
  border-color: #15375A;
}
.division-btn.outline:hover {
  background-color: #15375A;
  color: #fff;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.hints {
  font-size: 14px;
  line-height: 1.3;
  display: block;
  margin-top: 8px;
  font-style: italic;
}

select,
textarea,
input[type=file],
input[type=search],
input[type=date],
input[type=time],
input[type=tel],
input[type=number],
input[type=password],
input[type=email],
input[type=text] {
  height: 50px;
  width: 100%;
  padding: 8px 25px;
  font-size: 16px;
  color: #989898;
  font-weight: 400;
  line-height: 16px;
  border: none;
  border: none;
  box-shadow: none;
  background: #F2F2F2;
  border-radius: 10px;
}

.form-group {
  position: relative;
}
.form-group .label,
.form-group label {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.form-group.with-icon select,
.form-group.with-icon textarea,
.form-group.with-icon input[type=file],
.form-group.with-icon input[type=search],
.form-group.with-icon input[type=date],
.form-group.with-icon input[type=time],
.form-group.with-icon input[type=tel],
.form-group.with-icon input[type=number],
.form-group.with-icon input[type=password],
.form-group.with-icon input[type=email],
.form-group.with-icon input[type=text] {
  padding-right: 43px;
}
.form-group.with-icon i,
.form-group.with-icon img {
  position: absolute;
  right: 13px;
  top: 13px;
}

input[type=file] {
  padding-top: 10px;
}

textarea {
  min-height: 120px;
  padding-top: 15px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1100px;
  }
}
.row.large-gutters {
  margin-right: -30px;
  margin-left: -30px;
}

.row.large-gutters > [class^=col-],
.row.large-gutters > [class*=" col-"] {
  padding-right: 30px;
  padding-left: 30px;
}

.row.sml-gutters {
  margin-right: -12px;
  margin-left: -12px;
}

.row.sml-gutters > [class^=col-],
.row.sml-gutters > [class*=" col-"] {
  padding-right: 12px;
  padding-left: 12px;
}

.section-title {
  max-width: 570px;
  margin: 0 auto 50px;
  text-align: center;
}
.section-title h3 {
  font-weight: 700;
  margin-top: 10px;
}
.section-title p {
  margin-top: 10px;
}

.checkbox-style {
  display: block;
  margin: 0;
  line-height: 1.3;
}
.checkbox-style input[type=checkbox] {
  display: none;
}
.checkbox-style label {
  margin-bottom: 0;
}
.checkbox-style .check-box {
  padding-left: 38px;
  color: #34465D;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  position: relative;
}
.checkbox-style .check-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.checkbox-style .check-box:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 6px;
  top: 4px;
  color: #15375A;
  font-size: 14px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.checkbox-style input[type=checkbox]:checked + .check-box::after {
  opacity: 1;
  visibility: visible;
}

.radio-style {
  display: block;
  margin: 0;
  line-height: 1.3;
}
.radio-style input[type=radio] {
  display: none;
}
.radio-style label {
  margin-bottom: 0;
}
.radio-style .check-box {
  padding-left: 38px;
  color: #34465D;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 17px;
  position: relative;
}
.radio-style .check-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 100%;
  border: 2px solid #ddd;
  transition: all 0.3s ease;
}
.radio-style .check-box:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 6px;
  top: 4px;
  color: #15375A;
  font-size: 13px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.radio-style input[type=radio]:checked + .check-box::after {
  opacity: 1;
  visibility: visible;
}
.radio-style input[type=radio]:checked + .check-box::before {
  border-color: #15375A;
}

@media only screen and (max-width: 767px) {
  .division-btn {
    font-size: 14px;
    min-width: 140px;
    padding: 14px 18px;
  }
}
/*----------icon puls hover---------*/
@-webkit-keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  75% {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 575px) {
  .section-title h3 {
    font-size: 20px;
  }
}
.division-header {
  background: #FFFFFF;
  padding: 20px 0;
  border-bottom: 1px solid #E5E5E5;
  position: relative;
  z-index: 1;
}
.division-header .bg-light {
  background-color: transparent !important;
}
.division-header .navbar-brand {
  margin-right: 30px;
  padding: 0;
}
.division-header .navbar-brand img {
  max-width: 260px;
}
.division-header .navbar {
  padding: 0;
}
.division-header .navbar-nav {
  align-items: center;
}
.division-header .navbar-nav .nav-item {
  margin-left: 16px;
}
.division-header .navbar-nav .nav-item:last-child .nav-link {
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: block;
    padding: 0;
}

.division-header .user-avatar-area {
    display: none;
    align-items: center;
}
.division-header .user-avatar-area .nav-link.user-avatar {
    border: 1px solid #ccc;
    border-radius: 100%;
    width: 50px;
    height: 50px;
    display: block;
    padding: 0;
}
.division-header .user-avatar-area .user-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
}

.division-header .navbar-nav .nav-item:last-child .nav-link img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    border-radius: 100%;
}
.division-header .navbar-nav li.nav-item.wallet {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}
.division-header .navbar-nav li.nav-item.wallet a {
    padding-left: 15px;
    padding-right: 15px;
}
.division-header .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  line-height: 1.3;
  color: #262324;
  font-weight: 600;
}
.division-header .navbar-nav .nav-item .nav-link:hover {
  color: #15375A;
}
.division-header .navbar-nav .nav-item.active a {
  color: #15375A;
}
.division-header .navbar-nav .nav-item .login {
  background: #15375A;
  border-radius: 10px;
  width: 90px;
  height: 50px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 1.3;
  color: #FFFFFF;
  margin-left: 12px;
}
.division-header .navbar-dark .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.division-header .navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.division-header .nav-inline-items form {
  position: relative;
  margin-left: 30px;
}
.division-header .nav-inline-items form img {
  position: absolute;
  left: 14px;
  top: 15px;
}
.division-header .nav-inline-items form input[type=search] {
  background: #F2F2F2;
  border-radius: 10px;
  width: 270px;
  height: 48px;
  padding-left: 40px;
  color: #ACACAC;
  font-size: 16px;
}

@media (max-width: 1199px) {
    .division-header .user-avatar-area {
        display: flex;
        align-items: center;
    }

  .division-header .navbar-collapse.collapsing,
.division-header .navbar-collapse.show {
    display: flex;
    flex-flow: column-reverse;
    align-items: flex-start;
  }

  .division-header .navbar-nav {
    margin-left: 0 !important;
    border-top: 1px solid #d5d5d5;
    padding-top: 12px;
    margin-top: 20px;
    text-align: left;
    align-items: flex-start;
    width: 100%;
  }

  .division-header .navbar-nav .nav-item {
    margin-left: 0;
  }

  .division-header .nav-inline-items {
    display: none;
  }

  .division-header .nav-inline-items form {
    margin-left: 0;
    margin-top: 14px;
  }

  .division-header .navbar-nav .nav-item .login {
    margin-left: 0;
    margin-top: 10px;
  }
  
  .division-header .navbar-nav li.nav-item.notification-li {
       display: none;
  }
  .division-header .navbar-nav .nav-item.user-avatar {
        display: none;
    }
    .division-header .user-avatar-area {
        display: flex;
        margin-left: auto;
        margin-right: 18px;
    }

  .division-header .nav-inline-items form input[type=search] {
    width: 100%;
    max-width: 370px;
  }

  .division-header .nav-inline-items .login {
    width: 130px;
    margin-left: 0;
  }
}
@media (max-width: 575px) {
  .division-header .bg-light {
    padding: 0;
  }

  .division-header .navbar-brand img {
    max-width: 150px;
  }

  .division-header .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}
.division-footer {
  background: #2A374A;
  padding: 60px 0 0;
}
.division-footer .social-menu {
  display: flex;
  align-items: center;
  flex-flow: row wrap;
}
.division-footer .social-menu li {
  margin-right: 22px;
}
.division-footer .social-menu li:last-child {
  margin-right: 0;
}
.division-footer .social-menu li a {
  color: #BC985C;
  font-size: 28px;
}
.division-footer .footer-logo-area {
  max-width: 290px;
  margin-left: auto;
}
.division-footer .single-widget .widget-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 20px;
}
.division-footer .single-widget .widget-menu li {
  margin-bottom: 7px;
}
.division-footer .single-widget .widget-menu li:last-child {
  margin-bottom: 0;
}
.division-footer .single-widget .widget-menu li a {
  font-size: 16px;
  line-height: 1.3;
  color: #FFFFFF;
}
.division-footer .single-widget .widget-menu li a:hover {
  text-decoration: underline;
}
.division-footer .single-widget .widget-menu li a i {
  margin-right: 10px;
  color: #BC985C;
}
.division-footer .copyright-text-area {
  margin-top: 50px;
  padding: 27px 0;
  background-color: #1C1C1C;
}
.division-footer .copyright-text-area .copyright-text {
  font-size: 16px;
  line-height: 1.4;
  color: #FFFFFF;
  text-align: center;
}
.division-footer .copyright-text-area .copyright-text span {
  color: #BC985C;
}
.division-footer .copyright-text-area .copyright-text a {
  color: #BC985C;
}
.division-footer .copyright-text-area .copyright-text a:hover {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .division-footer .copyright-text-area .footer-menu {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .division-footer .single-widget {
    margin-bottom: 30px;
  }

  .division-footer .copyright-text-area {
    margin-top: 0;
    padding: 17px 0;
  }
}
@media (max-width: 575px) {
  .division-footer .single-widget {
    margin-left: 0;
  }
}
.division-hero {
  padding: 80px 0;
  background: url("../images/banner-bg.jpg") no-repeat center center/cover;
}
.division-hero .hero-content {
  position: relative;
  z-index: 2;
}
.division-hero .hero-content > span {
  color: #fff;
  display: block;
  line-height: 1;
}
.division-hero .hero-content h1 {
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  margin: 8px 0;
}
.division-hero .hero-content p {
  margin: 30px 0;
  color: #fff;
  max-width: 320px;
}
.division-hero .hero-content .division-btn {
  background: #fff;
  color: #15375A;
}
.division-hero .hero-content .division-btn:hover {
  background-color: #15375A;
  color: #fff;
}
.division-hero .hero-img {
  position: relative;
  z-index: 2;
  top: 30px;
}

.division-process .process-wrapper {
  display: flex;
  flex-flow: row wrap;
  padding: 25px 28px;
  background: #FFFFFF;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  margin-top: -50px;
}
.division-process .process-wrapper .single-process {
  width: calc(100% / 4 - 8px);
  margin-left: 10px;
  background: #F2F2F2;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.division-process .process-wrapper .single-process:first-child {
  margin-left: 0;
}
.division-process .process-wrapper .single-process .title {
  font-weight: 600;
  font-size: 26px;
  line-height: 1;
  color: #262324;
  transition: all 0.3s ease;
}
.division-process .process-wrapper .single-process .step {
  border: 2px solid #989898;
  width: 40px;
  height: 40px;
  margin: 20px auto 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: #989898;
  transition: all 0.3s ease;
}
.division-process .process-wrapper .single-process p {
  transition: all 0.3s ease;
}
.division-process .process-wrapper .single-process:hover {
  background: linear-gradient(131.17deg, #15375A 3.68%, #245E96 83.45%);
}
.division-process .process-wrapper .single-process:hover .title {
  color: #fff;
}
.division-process .process-wrapper .single-process:hover .step {
  border-color: #fff;
  color: #fff;
}
.division-process .process-wrapper .single-process:hover p {
  color: #fff;
}

.division-category {
  padding: 100px 0 90px;
}
.division-category .division-category-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 1.1;
  color: #000000;
  margin-bottom: 30px;
}
.division-category .single-category {
  background: linear-gradient(150.18deg, #15375A 3.04%, #245E96 93.99%);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1), 0px -10px 30px rgba(21, 55, 90, 0.1);
  border-radius: 32px;
  margin-bottom: 60px;
}
.division-category .single-category > a {
  display: block;
  width: 100%;
  height: 100%;
}
.division-category .single-category .img-area {
  background: url(../images/category-white-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 100% 100%;
  text-align: center;
  padding: 20px;
  height: 220px;
  position: relative;
}
.division-category .single-category .img-area .arrow {
  background: #15375A;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  width: 30px;
  height: 30px;
  color: #fff;
  border-radius: 100%;
  font-size: 18px;
  position: absolute;
  right: 26px;
  bottom: 11px;
}
.division-category .single-category .title {
  font-weight: 600;
  font-size: 22px;
  line-height: 1;
  color: aliceblue;
  padding: 14px 25px 22px;
}
.division-category .single-category img {
  max-width: 100px;
  margin-top: 16px;
}

@media (max-width: 1199px) {
  .division-process .process-wrapper .single-process {
    padding: 15px;
  }

  .division-process .process-wrapper .single-process .title {
    font-size: 22px;
  }

  .division-category .single-category .img-area {
    height: 220px;
  }

  .division-category .single-category .img-area img {
    max-width: 110px;
  }

  .division-category .single-category .title {
    font-size: 20px;
    padding: 15px 25px 22px;
  }
}
@media (max-width: 991px) {
  .division-hero .hero-content {
    text-align: center;
  }

  .division-hero .hero-content p {
    margin: 30px auto;
    color: #fff;
    max-width: 390px;
  }

  .division-process .process-wrapper .single-process {
    width: calc(100% / 2 - 5px);
    margin-bottom: 10px;
  }

  .division-process .process-wrapper .single-process:nth-child(odd) {
    margin-left: 0;
  }

  .division-category {
    padding: 60px 0 40px;
  }

  .division-category .division-category-title {
    font-size: 30px;
  }

  .division-category .single-category {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .division-process .process-wrapper .single-process {
    width: 100%;
    margin-bottom: 10px;
    margin-left: 0;
  }

    .division-category .col-lg-3.col-4.sinlge-col {
        padding: 0 7px;
    }
    .division-category .row.sinlge-row {
        margin-right: -7px;
        margin-left: -7px;
    }
  .division-category .single-category {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
    margin-bottom: 20px;
  }

  .division-category .division-category-title {
    text-align: center;
  }
  
  .division-category .single-category .img-area img {
    max-width: 44px;
    margin-top: 0;
  }
  .division-category .single-category .img-area {
    height: 106px;
    padding: 10px;
    background-position: 0 100%;
    }
    .division-category .single-category .img-area .arrow {
        width: 22px;
        height: 22px;
        font-size: 14px;
        right: 6px;
        bottom: 6px;
    }
    .division-category .single-category .title {
        font-size: 14px;
        padding: 9px 11px 12px;
        font-weight: 400;
        line-height: 1.2;
    }


}
.product-details {
  padding: 65px 0;
}
.product-details .product-img img {
  border-radius: 20px 20px 0 0;
}
.product-details .product-details-content {
  background: #F8F8F8;
  border-radius: 20px;
  height: 100%;
  padding: 35px 40px;
}
.product-details .product-details-content > h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #262324;
  margin-bottom: 20px;
}
.product-details .product-details-content .description > h5 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
  color: #262324;
  margin-bottom: 5px;
}
.product-details .product-details-content .description ol {
  padding-left: 15px;
  margin-top: 10px;
}
.product-details .product-details-content .description ol li {
  font-size: 16px;
  line-height: 1.3;
  color: #989898;
  margin-bottom: 15px;
}
.product-details .product-details-content .price-area {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: 40px;
}
.product-details .product-details-content .price-area .price {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  color: #BC985C;
}
.product-details .product-details-content .price-area form {
  margin-left: auto;
  display: flex
}
.product-details .product-details-content .price-area form .division-btn {
    margin-left: 25px;
}

.product-details-content button#btnJawaker {
    padding: 12px 25px;
}

.product-details-content button#btnJawaker img {
    height: 36px;
}

.number-counter-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: 13px;
}

.number-counter-wrapper span {
  display: block;
  border: 2px solid;
  width: 30px;
  font-size: 26px;
  line-height: 0.5;
  text-align: center;
  height: 30px;
  padding: 5px 0 0;
  border-radius: 4px;
  opacity: 0.4;
  cursor: pointer;
}
.number-counter-wrapper input[name=quantity] {
  width: 50px;
  border: none;
  background: transparent;
  padding: 0 10px;
  font-size: 17px;
  font-weight: 700;
  color: #292626;
  text-align: center;
}

@media (max-width: 991px) {
  .product-details .product-img {
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .product-details .product-details-content .price-area .price {
    width: 100%;
  }

  .product-details .product-details-content .price-area .number-counter-wrapper {
    margin-left: 0;
    margin-right: 10px;
  }

  .product-details .product-details-content {
    padding: 25px 25px;
  }
    .product-details .product-details-content .price-area form {
        margin-left: 0;
        margin-top: 20px;
    }

}

.division-checkout {
  padding: 60px 0;
}
.division-checkout .checkout-wrapper {
  background: #FAFAFA;
  border-radius: 20px;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 90px;
}
.division-checkout .checkout-wrapper .checkout-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #262324;
}
.division-checkout .checkout-wrapper .single-product {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  border-bottom: 1px solid #DCDCDC;
  padding: 25px 0;
}
.division-checkout .checkout-wrapper .single-product .img-area {
  width: 120px;
}
.division-checkout .checkout-wrapper .single-product .product-info {
  width: calc(100% - 120px);
  padding-left: 30px;
  padding-right: 20px;
  position: relative;
}
.division-checkout .checkout-wrapper .single-product .product-title {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  color: #262324;
}
.division-checkout .checkout-wrapper .single-product .product-title:hover {
  text-decoration: underline;
}
.division-checkout .checkout-wrapper .single-product .remove-product {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.division-checkout .checkout-wrapper .single-product .price-area {
  display: flex;
  align-items: center;
  margin-top: 15px;
}
.division-checkout .checkout-wrapper .single-product .price-area .number-counter-wrapper {
  margin-right: 10px;
}
.division-checkout .checkout-wrapper .single-product .price-area .price {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #989898;
}
.division-checkout .checkout-wrapper .customer-number {
  padding: 13px 0 21px;
  border-bottom: 1px solid #DCDCDC;
}
.division-checkout .checkout-wrapper .customer-number .title {
  display: block;
  margin-bottom: 5px;
}
.division-checkout .checkout-wrapper .customer-number .form-group {
  display: flex;
  margin-bottom: 0;
}
.division-checkout .checkout-wrapper .customer-number .form-group select {
  background: #F2F2F2;
  border-radius: 10px;
  margin-right: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #15375A;
}
.division-checkout .checkout-wrapper .customer-number .form-group input[type=tel] {
  background: #F2F2F2;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #15375A;
}
.division-checkout .checkout-wrapper .coupon {
  display: flex;
  margin-top: 40px;
}
.division-checkout .checkout-wrapper .coupon input {
  background: #F2F2F2;
  border-radius: 10px;
  margin-right: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #989898;
}
.division-checkout .checkout-wrapper .coupon .division-btn {
  padding: 16px 25px;
}
.division-checkout .checkout-wrapper .price-tbl {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
.division-checkout .checkout-wrapper .price-tbl td {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  color: #989898;
  padding: 10px 0;
}
.division-checkout .checkout-wrapper .price-tbl td:last-child {
  text-align: right;
}
.division-checkout .checkout-wrapper .price-tbl th {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #262324;
  padding: 10px 0;
}
.division-checkout .checkout-wrapper .price-tbl th:last-child {
  text-align: right;
}

@media (max-width: 767px) {
  .division-checkout .checkout-wrapper {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .division-checkout .checkout-wrapper .single-product {
    display: block;
  }

  .division-checkout .checkout-wrapper .single-product .product-info {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }

  .division-checkout .checkout-wrapper .coupon {
    display: block;
  }

  .division-checkout .checkout-wrapper .coupon input {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .division-checkout .checkout-wrapper .customer-number .form-group {
    display: block;
  }

  .division-checkout .checkout-wrapper .customer-number .form-group select {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.division-thankyou {
  padding: 60px 0;
}
.division-thankyou .thankyou-wrapper {
  background: #FAFAFA;
  border-radius: 20px;
  max-width: 770px;
  width: 100%;
  margin: 0 auto;
  padding: 35px 90px;
}
.division-thankyou .thankyou-wrapper .checkout-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #262324;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 23px;
}
.division-thankyou .thankyou-wrapper .checkout-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 80px;
  height: 2px;
  background: #989898;
  margin-left: -40px;
}
.division-thankyou .thankyou-wrapper .order-details-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-left: -30px;
}
.division-thankyou .thankyou-wrapper .order-details-wrapper .single-details {
  width: calc(100% / 2 - 30px);
  margin-bottom: 20px;
  margin-left: 30px;
}
.division-thankyou .thankyou-wrapper .order-details-wrapper .single-details .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #262324;
  display: block;
}
.division-thankyou .thankyou-wrapper .order-details-wrapper .single-details .title-val {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #989898;
  word-break: break-all;
}
.division-thankyou .thankyou-wrapper .summery-tbl {
  margin-top: 10px;
  margin-bottom: 30px;
  padding-top: 24px;
  padding-bottom: 20px;
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.division-thankyou .thankyou-wrapper .summery-tbl .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #262324;
}
.division-thankyou .thankyou-wrapper .summery-tbl table {
  width: 100%;
}
.division-thankyou .thankyou-wrapper .summery-tbl table th, .division-thankyou .thankyou-wrapper .summery-tbl table td {
  padding: 10px 0;
}
.division-thankyou .thankyou-wrapper .summery-tbl table th:last-child, .division-thankyou .thankyou-wrapper .summery-tbl table td:last-child {
  text-align: right;
}
.division-thankyou .thankyou-wrapper .summery-tbl table th {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #262324;
}
.division-thankyou .thankyou-wrapper .summery-tbl table td {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #989898;
}
.division-thankyou .thankyou-wrapper .price-total-tbl {
  width: 100%;
  margin-bottom: 20px;
}
.division-thankyou .thankyou-wrapper .price-total-tbl th, .division-thankyou .thankyou-wrapper .price-total-tbl td {
  padding: 10px 0;
}
.division-thankyou .thankyou-wrapper .price-total-tbl th:last-child, .division-thankyou .thankyou-wrapper .price-total-tbl td:last-child {
  text-align: right;
}
.division-thankyou .thankyou-wrapper .price-total-tbl th {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #262324;
  padding: 10px 0;
}
.division-thankyou .thankyou-wrapper .price-total-tbl th:last-child {
  text-align: right;
}
.division-thankyou .thankyou-wrapper .price-total-tbl td {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #989898;
}

@media (max-width: 991px) {
  .division-thankyou .thankyou-wrapper {
    padding: 35px;
  }
}
.division-faq {
  padding: 50px 0;
}
.division-faq .faq-content .faq-section-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.3;
  color: #262324;
}
.division-faq .faq-content .card {
  margin-bottom: 33px;
  border: none;
  border-radius: 10px;
}
.division-faq .faq-content .card:last-child {
  margin-bottom: 0;
}
.division-faq .faq-content .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: none;
  border-radius: 10px !important;
}
.division-faq .faq-content .card-header button {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #262324;
  display: block;
  width: 100%;
  text-align: left;
  padding: 22px 53px 22px 33px;
  box-shadow: none;
  outline: none;
  border: none;
  background: #F7F7F7;
  border-radius: 0px;
}
.division-faq .faq-content .card-header button i {
  position: absolute;
  right: 30px;
  top: 26px;
  transition: all 0.3s ease;
  color: #989898;
}
.division-faq .faq-content .card-header button[aria-expanded=true] i {
  transform: rotate(-180deg);
}
.division-faq .faq-content .card-body {
  background: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  text-transform: capitalize;
  color: #737373;
  padding: 20px 30px 0;
  border-radius: 0 0 10px 10px;
}

@media (max-width: 767px) {
  .division-faq .faq-content .faq-section-title {
    font-size: 22px;
    padding: 18px 20px;
  }

  .division-faq .faq-content .card-body {
    padding: 20px 10px 0;
  }
}
@media (max-width: 575px) {
  .division-faq .faq-content .card-header button {
    padding: 22px 44px 22px 20px;
    white-space: normal;
    text-align: left;
  }

  .division-faq .faq-content .card-header button i {
    right: 16px;
  }

  .division-faq.faq-content .card-body {
    padding: 20px;
  }

  .division-faq .faq-content .card-header button {
    font-size: 16px;
  }
}
.division-contact-us {
  padding: 50px 0 60px;
}
.division-contact-us .contact-us-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #15375A;
  background: #F7F7F7;
  border-radius: 20px 20px 0px 0px;
  margin-bottom: 22px;
  padding: 28px 40px;
}
.division-contact-us .contact-form-title {
  margin-bottom: 50px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.4;
  color: #262324;
}
.division-contact-us .contact-form-wrapper {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 45px;
}
.division-contact-us .contact-form .form-group {
  margin-bottom: 35px;
}
.division-contact-us .contact-form .form-group:last-child {
  margin-bottom: 0;
}
.division-contact-us .contact-form .form-group .division-btn {
  background-color: #15375A;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 17px 25px;
}
.division-contact-us .contact-form .form-group .division-btn img {
  height: 25px;
  margin-left: 16px;
}
.division-contact-us .contact-form .form-group .division-btn:hover {
  background: #15375A;
}
.division-contact-us .contact-info {
  padding: 40px;
  background: #FAFAFA;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-flow: column;
}

.division-contact-us .contact-info address, .division-contact-us .contact-info p {
  font-size: 18px;
  line-height: 1.3;
  color: #737373;
  position: relative;
  padding-left: 34px;
  max-width: 270px;
  width: 100%;
  margin-bottom: 34px;
}

.division-contact-us .contact-info address a, 
.division-contact-us .contact-info p a {
  color: #737373;
}

.division-contact-us .contact-info address a:hover, 
.division-contact-us .contact-info p a:hover {
  text-decoration: underline;
}

.division-contact-us .contact-info address img, .division-contact-us .contact-info p img {
  position: absolute;
  left: 0;
  top: 0px;
}
.division-contact-us .contact-info .social-media {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  margin-top: auto;
}
.division-contact-us .contact-info .social-media li {
  margin-right: 22px;
}
.division-contact-us .contact-info .social-media li:first-child {
  width: 100%;
  font-size: 20px;
  line-height: 1.3;
  color: #989898;
  margin-bottom: 9px;
  margin-right: 0;
}
.division-contact-us .contact-info .social-media li:last-child {
  margin-right: 0;
}
.division-contact-us .contact-info .social-media li a {
  color: #D8A3DD;
  font-size: 27px;
}

@media (max-width: 991px) {
  .division-contact-us .contact-info {
    margin-bottom: 30px;
    height: auto;
  }

  .division-contact-us .contact-form-title {
    margin-bottom: 20px;
  }

  .division-contact-us .contact-info .social-media {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .division-contact-us .contact-us-title {
    font-size: 24px;
    border-radius: 10px 10px 0px 0px;
    padding: 18px 20px;
  }

  .division-contact-us .contact-info {
    padding: 25px;
  }

  .division-contact-us .contact-form-wrapper {
    padding: 25px;
  }
}
.division-tnc {
  padding: 50px 0;
}
.division-tnc .tnc-content .tnc-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.4;
  color: #262324;
  margin-bottom: 22px;
}
.division-tnc .tnc-content .single-block {
  margin-bottom: 30px;
}
.division-tnc .tnc-content .single-block .title {
  font-size: 20px;
  line-height: 1.3;
  text-transform: capitalize;
  color: #262324;
  margin-bottom: 10px;
  font-weight: 600;
}
.division-tnc .tnc-content .single-block ol {
  padding-left: 20px;
}
.division-tnc .tnc-content .single-block ol li {
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .division-tnc .tnc-content .tnc-title {
    font-size: 22px;
    border-radius: 10px 10px 0px 0px;
    padding: 18px 20px;
  }
}
.division-registation {
  padding: 60px 0;
}
.division-registation .registration-welcome-txt {
  background: #FAFAFA;
  border-radius: 20px;
  height: 100%;
  padding: 40px;
}
.division-registation .registration-welcome-txt img {
  margin-bottom: 40px;
}
.division-registation .registration-welcome-txt h4 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  color: #262324;
  margin-bottom: 15px;
}
.division-registation .signup-form-wrapper {
  background: #FAFAFA;
  border-radius: 20px;
  padding: 40px;
}
.division-registation .signup-form-wrapper .form-title {
  font-weight: 600;
  margin-bottom: 20px;
}
.division-registation .signup-form-wrapper .form-group label {
  font-size: 16px;
  color: #262324;
}
.division-registation.login {
  padding: 100px 0;
}
.division-registation.login .registration-welcome-txt {
  background: transparent;
  border-radius: 0;
  height: auto;
  padding: 0;
}
.division-registation.forgot-pass {
  padding: 150px 0;
}
.division-registation.forgot-pass .signup-form-wrapper {
  max-width: 560px;
  margin: 0 auto;
}
.division-registation.otp {
  padding: 150px 0;
}
.division-registation.otp .signup-form-wrapper {
  max-width: 560px;
  margin: 0 auto;
}
.division-registation.otp .otp-group {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.division-registation.otp .otp-group input {
  margin-left: 20px;
  width: 60px;
  padding: 9px;
  text-align: center;
  font-weight: 700;
}
.division-registation.otp .otp-group input:nth-child(2) {
  margin-left: 0;
}
.division-registation.otp .resend-top {
  font-weight: 600;
  font-size: 20px;
  text-decoration: underline;
  color: #262324;
}

@media (max-width: 991px) {
  .division-registation .registration-welcome-txt {
    text-align: center;
    height: auto;
    margin-bottom: 30px;
  }

  .division-registation.login .registration-welcome-txt {
    text-align: center;
    height: auto;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .division-registation.login {
    padding: 70px 0;
  }
}
@media (max-width: 575px) {
  .division-registation .signup-form-wrapper {
    padding: 25px;
  }
}
.division-product {
  padding: 100px 0;
}
.division-product .filter {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 70px;
}
.division-product .filter select {
  width: auto;
  font-weight: 900;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #000000;
  padding: 0;
  background: transparent;
}
.division-product .product-wrapper {
  display: flex;
  flex-flow: row wrap;
  margin-left: -30px;
}
.division-product .product-wrapper .single-product {
  width: calc(100% / 5 - 30px);
  margin-left: 30px;
  margin-bottom: 60px;
  transition: all 0.5s linear;
  border-radius: 10px 10px 0 0;
  position: relative;
}
.division-product .product-wrapper .product-img {
  z-index: 2;
  position: relative;
}
.division-product .product-wrapper .product-img img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}
.division-product .product-wrapper .product-img .favourite {
  position: absolute;
  right: 20px;
  top: 16px;
  background: transparent;
  font-size: 24px;
  line-height: 1;
  border: none;
  color: #fff;
  display:none;
}
.division-product .product-wrapper .product-img .code {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.division-product .product-wrapper .product-content {
  z-index: 2;
  position: relative;
}
.division-product .product-wrapper .product-content .default-content {
  text-align: center;
  padding-top: 15px;
}
.division-product .product-wrapper .product-content .default-content .title {
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  color: #262324;
}
.division-product .product-wrapper .product-content .default-content .price {
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  color: #15375A;
  margin-top: 20px;
  display: block;
}
.division-product .product-wrapper .product-content .hover-content {
  background-color: #fff;
  display: none;
  padding-top: 14px;
}
.division-product .product-wrapper .product-content .hover-content .market-price {
  font-weight: 400;
  font-size: 15px;
  line-height: 1;
  color: #262324;
  display: flex;
  justify-content: space-between;
  margin-bottom: 13px;
}
.division-product .product-wrapper .product-content .hover-content .market-price span {
  color: #BC985C;
  font-weight: 900;
}
.division-product .product-wrapper .product-content .hover-content input[type=text] {
  border: 1px solid #DCDCDC;
  border-radius: 5px;
  height: 30px;
  line-height: 1;
  padding: 5px 10px;
  color: #989898;
  font-size: 15px;
  background: transparent;
}
.division-product .product-wrapper .product-content .hover-content .btn-group {
  align-items: center;
}
.division-product .product-wrapper .product-content .hover-content .btn-group button[type=button] {
  background: #BC985C;
  border-radius: 5px;
  border: none;
  display: block;
  width: 64px;
  padding: 1px 5px 5px;
  margin-right: 10px;
  cursor: pointer;
}
.division-product .product-wrapper .product-content .hover-content .btn-group button[type=button] img {
  width: 50px;
}
.division-product .product-wrapper .product-content .hover-content .btn-group button[type=submit] {
  background: #15375A;
  color: #fff;
  border-radius: 5px;
  font-weight: 700;
  font-size: 10px;
  border: none;
  display: block;
  width: 70px;
  padding: 8px 14px;
  margin-right: 10px;
  cursor: pointer;
}
.division-product .product-wrapper .product-content .hover-content .btn-group button[type=submit]:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}
.division-product .product-wrapper .division-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    z-index: 3;
    background: #ffffffa3;
}
.division-product .product-wrapper .division-loader img {
    max-width: 100%;
}

.division-product .product-wrapper .product-content .hover-content .btn-group button[type=submit] img {
  width: 33px;
}
.division-product .product-wrapper .product-content .hover-content .btn-group .currency {
  position: relative;
  background: #262324;
  border-radius: 5px;
  padding: 8px 15px;
  display: inline-block;
  line-height: 1;
  color: #fff;
}
.division-product .product-wrapper .product-content .hover-content .btn-group .currency .sale-price {
  position: absolute;
  top: -36px;
  left: 50%;
  transform: translateX(-50%);
  background: #262324;
  width: 131px;
  padding: 9px 15px;
  line-height: 1;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 5px;
  display: none;
  justify-content: space-between;
  z-index: 1;
}
.division-product .product-wrapper .product-content .hover-content .btn-group .currency .sale-price:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 8px;
  height: 8px;
  background: #262324;
  transform: rotate(45deg) translateX(-50%);
}
.division-product .product-wrapper .product-content .hover-content .btn-group .currency:hover .sale-price {
  display: flex;
}
.division-product .product-wrapper .single-product:before {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% + 60px);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1;
}
.division-product .product-wrapper .single-product:hover:before {
  opacity: 1;
  visibility: visible;
}
.division-product .product-wrapper .single-product:hover .product-content .default-content {
  display: none;
}
.division-product .product-wrapper .single-product:hover .product-content .hover-content {
  display: block;
}

.marquee {
  font-size: 30px;
  color: #fff;
  height: 76px;
  overflow: hidden;
  background-color: #000;
  position: relative;
  margin: 10px 0;
}

.marquee.marquee-img {
  max-width: 680px;
  margin: 0 auto;
}

.marquee .marquee-inner {
  display: flex;
  width: 200%;
  position: absolute;
  top: 14px;
  overflow: hidden;
  animation: marquee 12s linear infinite;
}

.marquee-img .marquee-inner img {
  margin: 0 15px;
}

.marquee span {
  width: 100%;
  white-space: nowrap;
}

@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.flip-container {
  -webkit-perspective: 1000;
  perspective: 1000;
  width: 277px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #000;
  border-radius: 50px;
}

.flip-container .flipper {
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  height: 76px;
}

.flip-container .front {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  text-align: center;
  padding: 13px 30px;
  box-shadow: 0 0px 15px #333;
}

.flip-container:hover .flipper,
.flip-container.hover .flipper {
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}

.vertical-flip-container .back {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.vertical-flip-container:hover .flipper,
.vertical-flip-container.hover .flipper {
  -webkit-transform: rotateX(-360deg);
  transform: rotateX(-360deg);
}

.img-tab-wrapper .img-tab-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.img-tab-wrapper .img-tab-nav li {
  display: block;
  padding: 14px 16px;
  margin: 0 10px;
  text-transform: capitalize;
  border-radius: 50px;
  cursor: pointer;
  color: #000000;
  line-height: 1em;
  font-size: 36px;
  font-weight: 600;
  background: #F3EC00;
  padding-left: 18px;
  border: 1px solid #000000;
}

.img-tab-wrapper .img-tab-nav li .icon {
  font-size: 16px;
  margin-left: 8px;
  transition: all 0.3s ease;
  width: 18px;
  display: inline-block;
}

.img-tab-wrapper .img-tab-nav li.active .icon {
  transform: rotate(-45deg);
}

.img-tab-content .tab-single-img img {
  max-width: 100%;
}

.img-tab-content .tab-single-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.img-tab-content .tab-single-wrapper .tab-left {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 20px;
  position: relative;
}

.img-tab-content #tabimage1 .tab-single-wrapper .tab-left {
  background: url(../images/gradient-bg.png) no-repeat center center/cover;
  background-attachment: fixed;
}

.img-tab-content .tab-single-wrapper .tab-right {
  width: 60%;
  padding: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.img-tab-content #tabimage1 .tab-single-wrapper .tab-right {
  background: #f3ec00;
}

.img-tab-content .tab-single-wrapper .tab-right .svg1 {
  position: absolute;
  right: 10%;
  top: 10%;
}

.img-tab-content .tab-single-wrapper .tab-right .right-inner-content {
  max-width: 680px;
  margin-right: auto;
}

.img-tab-content .tab-single-wrapper .main-title {
  font-size: 78px;
  line-height: 1;
  text-align: right;
  color: #000;
  font-weight: 800;
  position: relative;
}

.img-tab-content .tab-single-wrapper .main-title img.svg2 {
  max-width: 70px;
  position: absolute;
  left: 17%;
  top: -15px;
}

.img-tab-content .tab-single-wrapper .tab-right .svg3 {
  position: absolute;
  bottom: 6%;
  left: 29%;
  max-width: 70px;
}

.img-tab-content .tab-single-wrapper .sub-title {
  font-size: 26px;
  line-height: 1.3em;
  text-align: right;
  color: #000;
  margin: 20px 0 20px auto;
  max-width: 510px;
}

.img-tab-content .tab-single-wrapper .description {
  font-size: 19px;
  line-height: 1.3em;
  text-align: right;
  color: #000;
  max-width: 470px;
  margin-left: auto;
}

.img-tab-content #tabimage2 {
  background: #5975ff;
}

.img-tab-content #tabimage3 .tab-single-wrapper,
.img-tab-content #tabimage2 .tab-single-wrapper {
  flex-flow: row-reverse;
}

.img-tab-content #tabimage2 .tab-single-wrapper .svg4 {
  max-width: 320px;
}

.img-tab-content #tabimage2 .tab-single-wrapper .indy {
  position: absolute;
}

.img-tab-content #tabimage2 .tab-single-wrapper .tab-left {
  justify-content: flex-start;
}

.img-tab-content #tabimage2 .tab-single-wrapper .svg1-white {
  position: absolute;
  right: 20%;
  top: 30px;
}

.img-tab-content #tabimage2 .tab-single-wrapper .main-title {
  text-align: left;
  color: #fff;
}

.img-tab-content #tabimage2 .tab-single-wrapper .sub-title {
  text-align: left;
  color: #fff;
}

.img-tab-content #tabimage2 .tab-single-wrapper .svg5 {
  max-width: 50px;
  margin: 50px auto 0;
  display: block;
}

.img-tab-content #tabimage3 {
  background: url(../images/revenue-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
  background-attachment: fixed;
}

.img-tab-content #tabimage3 .tab-single-wrapper .main-title {
  text-align: left;
  color: #5975FF;
}

.img-tab-content #tabimage3 .tab-single-wrapper .sub-title {
  text-align: left;
  color: #5975FF;
  margin-left: 0;
}

.img-tab-content #tabimage3 .tab-single-wrapper .tab-right .right-inner-content {
  margin-right: 0;
  margin-left: auto;
}

.img-tab-content #tabimage3 .tab-single-wrapper .tab-right .right-inner-content .svg6 {
  position: absolute;
  right: 110px;
  top: 51%;
}

.img-tab-content #tabimage3 .tab-single-wrapper .tab-left {
  align-items: flex-start;
  justify-content: flex-end;
}

.img-tab-content #tabimage3 .tab-single-wrapper .tab-left .svg1-blue {
  position: relative;
  right: 20%;
}

.flip-button {
  -webkit-perspective: 1000;
  perspective: 1000;
  width: 277px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.flip-button .flipper {
  transition: 0.6s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  height: 76px;
}

.flip-button .front {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  text-align: center;
  box-shadow: 0 0px 15px #333;
  height: 100%;
  width: 100%;
  border-radius: 50px;
  background: #000;
}

.flip-button:hover .flipper {
  -webkit-transform: rotateY(-360deg);
  transform: rotateY(-360deg);
}

.flip-button .flipper button {
  border: none;
  width: 100%;
  height: 100%;
  padding: 13px 30px;
  border-radius: 50px;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.vertical-flip-button .back {
  -webkit-transform: rotateX(360deg);
  transform: rotateX(360deg);
}

.vertical-flip-button:hover .flipper {
  -webkit-transform: rotateX(-360deg);
  transform: rotateX(-360deg);
}

@media (max-width: 1199px) {
  .division-product {
    padding: 50px 0;
  }

  .division-product .product-wrapper .single-product {
    width: calc(100% / 4 - 30px);
  }
}
@media (max-width: 991px) {
  .division-product .product-wrapper .single-product {
    width: calc(100% / 3 - 30px);
  }
}
@media (max-width: 767px) {
  .division-product .filter {
    margin-bottom: 50px;
  }

  
}
@media (max-width: 575px) {
  .division-product .product-wrapper {
    margin-left: 0;
  }

 .division-product .product-wrapper {
     margin-left: -10px;
 }
  .division-product .product-wrapper .single-product {
    width: calc(100% / 3 - 10px);
    margin-left: 10px;
    margin-bottom: 20px;
}
    .division-product .product-wrapper .single-product:before {
        top: -10px;
        left: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        border-radius: 10px;
    }
    .division-product .product-wrapper .single-product:hover .product-content .hover-content h5.title {
        font-size: 13px;
    }
    .division-product .product-wrapper .product-content .hover-content .market-price {
        display: block;
    }
  
}
.admin-body {
  background: #FAFAFA;
}

.division-dahboard-header {
  border-bottom: 1px solid #E6E6E6;
  position: relative;
  z-index: 1;
  padding: 10px 0;
  background: #fff;
}
.division-dahboard-header .navbar-brand img {
    width: 170px;
}
.division-dahboard-header .navbar {
  padding: 0;
}
.division-dahboard-header .user-name-area {
  display: flex;
  align-items: center;
}
.division-header .notification,
.division-dahboard-header .user-name-area .notification {
  font-size: 22px;
  line-height: 1;
  border: none;
  background: transparent;
  position: relative;
  margin-right: 30px;
  cursor: pointer;
}
.division-header .notification:before,
.division-dahboard-header .user-name-area .notification:before {
  content: "";
  position: absolute;
    left: 18px;
    top: 4px;
  width: 7px;
  height: 7px;
  background: red;
  border-radius: 100%;
  opacity:0;
}
.division-header .notification.has-notification:before,
.division-dahboard-header .user-name-area .notification.has-notification:before {
  opacity:1;
}
.division-dahboard-header .user-name-area .user-name {
  display: flex;
  align-items: center;
}
.division-dahboard-header .user-name-area .user-name > a {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.division-dahboard-header .user-name-area .user-name .profile-img {
  width: 50px;
height: 50px;
object-fit: cover;
margin-right: 8px;
border: 1px solid #ccc;
border-radius: 100%;
padding: 4px;
}
.division-dahboard-header .user-name-area .user-name i.fa-angle-down {
  color: #555;
  position: relative;
  top: 1px;
  margin-left: 5px;
}
.division-dahboard-header .user-name-area .user-name .user-dropdown {
  position: absolute;
  top: calc(100% + 15px);
  right: 0;
  background: #fff;
  width: 220px;
  box-shadow: 0px 0px 20px #00000026;
  border-radius: 10px;
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
}
.division-dahboard-header .user-name-area .user-name .user-dropdown:before {
  content: "";
  position: absolute;
  right: 20px;
  top: -5px;
  width: 12px;
  height: 12px;
  background: #fff;
  transform: rotate(45deg);
  box-shadow: 0px 0px 30px #0000001a;
}
.division-dahboard-header .user-name-area .user-name .user-dropdown li a {
  color: #989898;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 15px;
  display: block;
}

.division-dahboard-header .user-name-area .user-name .user-dropdown li a i,
.division-dahboard-header .user-name-area .user-name .user-dropdown li a svg {
    width: 21px;
    margin-right: 5px;
}

.division-dahboard-header .user-name-area .user-name .user-dropdown li a svg path {
    transition: all 0.3s ease;
}

.division-dahboard-header .user-name-area .user-name .user-dropdown li a:hover {
  color: #15375A;
}

.division-dahboard-header .user-name-area .user-name .user-dropdown li.my-profile a:hover path,
.division-dahboard-header .user-name-area .user-name .user-dropdown li.logout-link a:hover path,
.division-dahboard-header .user-name-area .user-name .user-dropdown li.change-password a:hover path {
  fill: #15375A;
}

.division-dahboard-header .user-name-area .user-name:hover .user-dropdown {
  top: calc(100% - 5px);
  opacity: 1;
  visibility: visible;
}
.division-dahboard-header .search-form {
  position: relative;
  margin-left: 120px;
}
.division-dahboard-header .search-form i {
  position: absolute;
  left: 14px;
  top: 17px;
  color: #B7BDD1;
}
.division-dahboard-header .search-form input {
  padding-left: 36px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  color: #B7BDD1;
}

.division-admin-wrapper {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
}
.division-admin-wrapper .admin-sidebar {
  width: 300px;
  background: #FFFFFF;
  height: 100vh;
  position: sticky;
  top: 0;
  padding-top: 40px;
}
.division-admin-wrapper .admin-sidebar .logo a {
  display: block;
  padding: 14px 22px;
  border-bottom: 1px solid #eee;
}
.division-admin-wrapper .admin-sidebar .admin-menu {
  padding-right: 40px;
}
.division-admin-wrapper .admin-sidebar .admin-menu li a {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  color: #828282;
  padding: 16px 32px;
  display: flex;
  align-items: center;
  border-radius: 0 10px 10px 0;
  text-transform: capitalize;
  position: relative;
}
.division-admin-wrapper .admin-sidebar .admin-menu li a:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 100%;
  background: #4064AC;
  border-radius: 0 30px 30px 0;
  display: none;
}
.division-admin-wrapper .admin-sidebar .admin-menu li a:hover {
  color: #4064AC;
}
.division-admin-wrapper .admin-sidebar .admin-menu li a svg {
  margin-right: 12px;
}
.division-admin-wrapper .admin-sidebar .admin-menu li.active a {
  background-color: #EFFDFF;
  color: #15375A;
}
.division-admin-wrapper .admin-sidebar .admin-menu li.active a::before {
  display: block;
}
.division-admin-wrapper .admin-sidebar .admin-menu li.active a rect,
.division-admin-wrapper .admin-sidebar .admin-menu li.active a path {
  fill: #15375A;
}
.division-admin-wrapper .admin-main-content {
  width: calc(100% - 300px);
  padding: 20px;
}
.division-admin-wrapper .admin-main-content .section-heading {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: #262324;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
.division-admin-wrapper .admin-main-content .case-details {
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.division-admin-wrapper .admin-main-content .case-details .section-heading {
  width: calc(100% - 330px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.division-admin-wrapper .admin-main-content .case-details .section-heading .date {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  color: #989898;
}
.division-admin-wrapper .admin-main-content .case-details .case-details-wrapper {
  width: calc(100% - 330px);
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px 25px;
}
.division-admin-wrapper .admin-main-content .case-details .case-details-wrapper h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #4B4B4B;
  margin-bottom: 24px;
}
.division-admin-wrapper .admin-main-content .case-details .case-details-wrapper p {
  color: #989898;
  margin-bottom: 20px;
}
.division-admin-wrapper .admin-main-content .case-details .case-details-wrapper p:last-child {
  margin-bottom: 0;
}
.division-admin-wrapper .admin-main-content .case-details .case-details-wrapper .attachemt-area .single-attachment {
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  padding: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.division-admin-wrapper .admin-main-content .case-details .case-details-wrapper .attachemt-area .single-attachment .file-name {
  width: calc(100% - 160px);
  padding-right: 10px;
}
.division-admin-wrapper .admin-main-content .case-details .case-details-wrapper .attachemt-area .single-attachment .file-name h6 {
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #262324;
}
.division-admin-wrapper .admin-main-content .case-details .case-details-wrapper .attachemt-area .single-attachment .file-name .file-size {
  font-weight: 500;
  font-size: 15px;
  line-height: 26px;
  display: block;
  color: #989898;
  margin-top: 2px;
}
.division-admin-wrapper .admin-main-content .case-details .case-details-wrapper .attachemt-area .single-attachment .division-btn {
  background: #56CCA1;
}
.division-admin-wrapper .admin-main-content .case-details .price-area {
  background: #FFFFFF;
  box-shadow: 0px 0px 30px #0000001a;
  border-radius: 10px;
  width: 270px;
  padding: 20px;
}
.division-admin-wrapper .admin-main-content .case-details .price-area label {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.3;
  color: #262324;
}
.division-admin-wrapper .admin-main-content .case-details .price-area .total-price {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  color: #4B4B4B;
}
.division-admin-wrapper .admin-main-content .case-details .price-area .division-btn {
  background-color: #123659;
}

.division-order-filter {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 40px;
}
.division-order-filter ul {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.division-order-filter ul li {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    color: #989898;
    margin-right: 40px;
    cursor: pointer;
    position: relative;
}
.division-order-filter ul li:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: #15375A;
    border-radius: 5px;
    display: none;
}
.division-order-filter ul li:hover,
.division-order-filter ul li.active {
    color: #15375A;
}

.division-order-filter ul li.active:before {
    display: block;
}

.division-order-filter ul li:last-child {
    margin-right: 0;
}
.division-order-filter .export {
    background: #78DC94;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    height: 48px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: auto
}
.division-order-filter .export:hover {
    background: #45d96f;
}
.division-order-filter .export svg {
    width: 21px;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.division-order-filter .datepicker-area {
    display: flex;
    align-items: center;
    margin-left: 50px;
}
.division-order-filter .datepicker-area input[type="date"] {
    background: #FFFFFF;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    padding: 8px 10px;
}
/*.division-order-filter .datepicker-area .date-icon {
    position: relative;
}
.division-order-filter .datepicker-area .date-icon svg {
    position: absolute;
    top: 12px;
    left: 14px;
}*/

/*.division-order-filter .datepicker-area input[type="date"]::-webkit-inner-spin-button,
.division-order-filter .datepicker-area input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}*/

.division-order-filter .datepicker-area .to {
    font-weight: 600;
    font-size: 16px;
    line-height: 1.3;
    text-align: center;
    color: #989898;
    display: block;
    margin: 0 24px;
}


.division-table-wrapper .division-table-row {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  margin-bottom: 17px;
}
.division-table-wrapper .division-btn {
    color: #fff;
}
.division-table-wrapper .division-table-row li {
  padding: 13px 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #989898;
}
.division-table-wrapper .division-table-row li.id {
  width: 110px;
}
.division-table-wrapper .division-table-row li.product-name {
  width: 310px;
  display: flex;
  align-items: center;
}
.division-table-wrapper .division-table-row li.product-name img {
  height: 40px;
  width: 40px;
  object-fit: cover;
  margin-right: 10px;
}
.division-table-wrapper .division-table-row li.player-id {
  width: 115px;
}
.division-table-wrapper .division-table-row li.payment-type {
  width: 130px;
}
.division-table-wrapper .division-table-row li.payment {
  width: 115px;
}
.division-table-wrapper .division-table-row li.status {
  width: 140px;
}
.division-table-wrapper .division-table-row li.total {
  width: 110px;
}
.division-table-wrapper .division-table-row li.action {
  width: 77px;
  position: relative;
}
.division-table-wrapper .division-table-row li.action .dropdown-dot {
  background: transparent;
  border: none;
  cursor: pointer;
}
.division-table-wrapper .division-table-row li.action .show-option {
  position: absolute;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
  width: 120px;
  right: 0;
  top: calc(100% + 10px);
  border-radius: 10px;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.division-table-wrapper .division-table-row li.action .show-option:before {
  content: "";
  position: absolute;
  right: 35px;
  top: -6px;
  width: 14px;
  height: 14px;
  background: white;
  box-shadow: -3px -4px 5px #0000001a;
  transform: rotate(45deg);
}
.division-table-wrapper .division-table-row li.action .show-option li {
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  padding: 10px 14px;
  text-transform: capitalize;
  cursor: pointer;
}
.division-table-wrapper .division-table-row li.action.show-dropdown .show-option {
  opacity: 1;
  visibility: visible;
  top: calc(100% - 10px);
}
.division-table-wrapper .division-table-row.table-head {
  border: none;
  background: transparent;
  margin-bottom: 0;
}
.division-table-wrapper .division-table-row.table-head li {
  color: #4B4B4B;
  font-weight: 700;
  text-transform: capitalize;
}

.notification-wrapper .single-notificaiton {
  font-weight: 400;
  font-size: 16px;
  color: #737373;
  background: #F2F2F2;
  border-radius: 10px;
  padding: 15px 22px;
  margin-bottom: 20px;
}
.notification-wrapper .single-notificaiton:last-child {
  margin-bottom: 0;
}

.wallet-wrapper .wallet-info .upload-fund {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 40px;
}
.wallet-wrapper .wallet-info .upload-fund form button {
  border: 2px solid #15375A;
  border-radius: 10px;
  background: transparent;
  padding: 15px 30px;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  text-align: center;
  color: #15375A;
  cursor: pointer;
  transition: all 0.3s ease;
}
.wallet-wrapper .wallet-info .upload-fund form button:hover {
  background-color: #15375A;
  color: #fff;
}
.wallet-wrapper .wallet-info .transition-history {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px 10px;
}
.wallet-wrapper .wallet-info .transition-history .division-table-wrapper .division-table-row {
  background: transparent;
  border: none;
  border-radius: 0;
  margin-bottom: 0;
}
.wallet-wrapper .wallet-info .transition-history .division-table-wrapper .division-table-row li.product-name span {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.2;
  color: #262324;
}
.wallet-wrapper .wallet-info .transition-history .division-table-wrapper .division-table-row li.product-name span small {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #989898;
  display: block;
  margin-top: 4px;
}
.wallet-wrapper .wallet-info .transition-history .division-table-wrapper .division-table-row li.id {
  width: 110px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #15375A;
}
.wallet-wrapper .wallet-info .transition-history .division-table-wrapper .division-table-row li.price {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: #262324;
  width: 100px;
}
.wallet-wrapper .wallet-info .transition-history .division-table-wrapper .division-table-row li.action {
  width: 132px;
}
.wallet-wrapper .wallet-info .transition-history .division-table-wrapper .division-table-row li.action button {
  background: #78DC94;
  border-radius: 10px;
  border: 1px solid #78DC94;
  padding: 11px 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
}
.wallet-wrapper .wallet-info .transition-history .division-table-wrapper .division-table-row li.action button.dabit {
  background: #FFF8D1;
  border-color: #CCAD00;
  color: #CCAD00;
}
.wallet-wrapper .wallet-balance {
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  height: calc(100% - 50px);
}
.wallet-wrapper .wallet-balance .avatar-area {
  text-align: center;
}
.wallet-wrapper .wallet-balance .avatar-area .balance-author {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin-bottom: 10px;
}
.wallet-wrapper .wallet-balance .avatar-area .name {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  color: #262324;
}
.wallet-wrapper .wallet-balance .avatar-area .designation {
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #989898;
}
.wallet-wrapper .wallet-balance .total-balance {
  background: #15375A;
  border-radius: 10px;
  padding: 20px 30px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 430px;
  margin: 50px auto 0;
}
.wallet-wrapper .wallet-balance .total-balance .icon {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 26px;
  color: #15375A;
}
.wallet-wrapper .wallet-balance .total-balance .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  padding-left: 20px;
}
.wallet-wrapper .wallet-balance .total-balance .amount {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
  margin-left: auto;
}

.order-details-wrapper .division-admin-wrapper .admin-main-content .section-heading span {
  color: #989898;
  font-weight: 400;
}
.order-details-wrapper .division-table-wrapper .division-table-row li.product-name img {
  height: 60px;
  width: 60px;
}
.order-details-wrapper .division-table-wrapper .division-table-row li.quantity {
  width: 90px;
}
.order-details-wrapper .division-table-wrapper .division-table-row li.price {
  width: 120px;
}
.order-details-wrapper .division-table-wrapper .division-table-row li.total {
  width: 120px;
}

.admin-main-content .order-summery {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.admin-main-content .order-summery table th {
    color: #262324;
}
.admin-main-content .order-summery table td {
    color: #989898;
    text-align: right;
}
.admin-main-content .order-summery table tbody tr:first-child {
    margin-bottom: 30px;
}

.admin-main-content .order-summery table th, 
.admin-main-content .order-summery table td {
    padding: 7px 10px;
}

.admin-main-content .order-summery table tbody tr:nth-child(2) th, 
.admin-main-content .order-summery table tbody tr:nth-child(2) td {
    padding-bottom: 40px;
}
.admin-main-content .order-summery table tfoot tr:first-child th {
    padding-top: 24px;
}
.admin-main-content .order-summery table tfoot th {
    font-size: 24px;
}
.admin-main-content .order-summery table tfoot th:last-child {
    text-align: right;
}


.account-settings .profile-area {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 24px;
  width: 100%;
  max-width: 657px;
  margin-bottom: 40px;
}
.account-settings .profile-area .profile-img {
  margin-bottom: 40px;
  position: relative;
  border-radius: 100%;
  display: flex;
  align-items: center;
}
.account-settings .profile-area .profile-img img {
    border-radius: 100%;
    height: 60px;
    width: 60px;
    object-fit: cover;
    border: 1px solid #ccc;
}
.account-settings .profile-area .profile-img .edit-profile {
  border: none;
  line-height: 1;
  box-shadow: 0px 4px 5px #1910471a;
  padding: 8px 6px;
  cursor: pointer;
  background: #E6E6E6;
  color: #989898;
  border-radius: 5px;
  width: 130px;
  display: block;
  margin-left: 20px;
  text-align: center;
}
.account-settings .profile-area .profile-img input[type="file"] {
  display: none;
}
.account-settings .profile-area form {
  margin-top: 30px;
}
.account-settings .profile-area form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.account-settings .profile-area form .form-group label {
  font-size: 14px;
  color: #262324;
}
.account-settings .profile-area form .form-group textarea,
.account-settings .profile-area form .form-group select, .account-settings .profile-area form .form-group > input {
  height: 44px;
  padding: 5px 15px;
  font-size: 16px;
  color: #989898;
  background: #F2F2F2;
  border-radius: 10px;
  outline: none;
  border: none !important;
}
.account-settings .profile-area form .form-group .icon {
  position: absolute;
  bottom: 13px;
  right: 0;
}
.account-settings .profile-area form .form-group textarea {
  background: #F9F9FB;
  border: none !important;
  border-radius: 5px;
  padding: 17px;
}
.account-settings .profile-area form .form-group .division-btn {
  background: #123659;
  border-radius: 5px;
}
.account-settings .profile-area form .show-password {
  font-size: 18px;
  position: absolute;
  right: 1px;
  left: inherit;
  bottom: 8px;
  height: 43px;
  cursor: pointer;
  font-weight: 600;
  border: none;
  padding: 8px 10px 8px 10px;
  background: transparent;
  margin: 0;
  z-index: 2;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
}
.account-settings .profile-area form .show-password .fa-eye {
  display: none;
}
.account-settings .profile-area form .show-password i {
  position: relative;
  bottom: 0;
  right: inherit;
}
.account-settings .profile-area form .show-password-checkbox {
  display: none;
}

.report-wrapper {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 40px;
}
.report-wrapper .report-inner {
  display: flex;
  flex-flow: row wrap;
}
.report-wrapper .single-report {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  width: calc(100% / 4);
  padding-right: 20px;
}
.report-wrapper .single-report .icon {
  background: #FEF5F0;
  border-radius: 20px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.report-wrapper .single-report .report-info {
  width: calc(100% - 60px);
  padding-left: 15px;
}
.report-wrapper .single-report .report-info .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  display: block;
  color: #B7BDD1;
}
.report-wrapper .single-report .report-info .values {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.2;
  color: #FF6584;
  display: block;
  margin-top: 6px;
}
.report-wrapper .single-report.total-cases .icon {
  background: #F1EEFF;
}
.report-wrapper .single-report.total-cases .values {
  color: #5620FF;
}
.report-wrapper .single-report.website-visited .icon {
  background: #ECFFF8;
}
.report-wrapper .single-report.website-visited .values {
  color: #56CCA1;
}
.report-wrapper .single-report.total-revenue .icon {
  background: #FFF1E3;
}
.report-wrapper .single-report.total-revenue .values {
  color: #FF7E06;
}

/*# sourceMappingURL=style.css.map */

@media only screen and (max-width: 1499px) {
    .wallet-wrapper .wallet-balance .total-balance {
        flex-flow: row wrap;
        justify-content: center;
    }
    .wallet-wrapper .wallet-balance .total-balance .amount {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
        text-align: center;
    }

}


@media only screen and (max-width: 1399px) {
    .division-admin-wrapper .admin-sidebar {
        width: 250px;
    }
    
  .division-admin-wrapper .admin-sidebar .admin-menu {
        padding-right: 20px;
    }
    
    .division-admin-wrapper .admin-main-content {
        width: calc(100% - 250px);
    }
    
    .division-table-wrapper .division-table-row li.id {
        width: 80px;
    }
    .division-table-wrapper .division-table-row li.product-name {
        width: 170px;
    }
    .division-table-wrapper .division-table-row li.payment {
        width: 85px;
    }
    .division-table-wrapper .division-table-row li.status {
        width: 110px;
    }
    .division-table-wrapper .division-table-row li.total {
        width: 100px;
    }
    
    
    
    
    
}



@media only screen and (max-width: 1199px) {
    .division-dahboard-header a.navbar-brand {
        width: 170px;
    }
    .division-dahboard-header .collapse.navbar-collapse {
        display: flex;
        flex-basis: calc(100% - 210px);
    }
    .division-order-filter > ul {
        width: 100%;
        margin-bottom: 20px;
    }
    .division-order-filter .export{
        margin-left: 0;
    }
    .division-table-wrapper .division-table-row li.product-name {
        width: 140px;
    }
    
    .wallet-wrapper .wallet-info .transition-history {
        margin-bottom: 40px;
    }
    
}

@media only screen and (max-width: 991px) {
    .division-dahboard-header .search-form {
        margin-left: 28px;
        display: none;
    }
    
    .division-order-filter .export {
        width: 123px;
    }
    
    .division-order-filter .datepicker-area {
        margin-left: 27px;
    }
    .division-order-filter .datepicker-area input[type="date"] {
        width: 130px;
    }
    
    .division-table-wrapper .division-table-row.table-head {
        display: none;
    }
    .division-table-wrapper .division-table-row {
        display: block;
    }
    .division-table-wrapper .division-table-row > li:before {
        content: " "attr(data-title) "";
        width: 120px;
        display: block;
        font-weight: 600;
        color: #222;
    }
    .division-table-wrapper .division-table-row li {
        display: flex;
        width: 100%!important;
    }
    .division-table-wrapper .division-table-row li.action .show-option {
        right: inherit;
        left: 70px;
    }
    
    .division-admin-wrapper .admin-main-content {
        width: 100%;
    }

}


@media only screen and (max-width: 767px) {
    .wallet-wrapper .wallet-info .upload-fund form.form-inline {
        display: block;
    }
}


@media only screen and (max-width: 550px) {
    .division-dahboard-header .navbar {
        flex-direction: column;
    }
    .division-dahboard-header a.navbar-brand {
        margin-bottom: 15px;
    }
    
    .division-order-filter .datepicker-area {
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }
    
}








