/*========================================
          HOME-CLASSIC PAGE STYLE
=========================================*/
.navbar-part {
  position: absolute;
  /* top: 0px; */
  left: 0px;
  width: 100%;
  z-index: 2;
  background: #434697;
}

.navbar-content {
  border-top: none;
}

.navbar-link {
  color: var(--white);
}

.dropdown-arrow::before {
  color: var(--white);
}

.navbar-info i,
.navbar-info p {
  color: var(--white);
}

.dropdown-megamenu:hover .megamenu {
  top: 70px;
}

.megamenu {
  top: 100px;
}

.home-classic-slider {
  margin-bottom: 30px;
}

.home-classic-slider .dandik {
  right: 30px;
}

.home-classic-slider .bamdik {
  left: 30px;
}

.banner-part {
  /* padding: 210px 0px 150px; */
  position: relative;
  z-index: 1;
}

.banner-part::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.banner-content h1 {
  text-transform: capitalize;
  margin-bottom: 22px;
  color: var(--white);
}

.banner-content p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
  color: var(--white);
}

.banner-btn .btn {
  margin-right: 15px;
}

.banner-btn .btn:last-child {
  margin-right: 0px;
}

.banner-1 {
  background: url(../../images/home/classic/01.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-1::before {
  background: linear-gradient(to right, #08032354, #ffffff00);
}

.banner-2 {
  background: url(../../images/home/classic/02.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-2::before {
  background: linear-gradient(to bottom, #00000030, #00000059);
}

.banner-3 {
  background: url(../../images/home/classic/03.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.banner-3::before {
  background: linear-gradient(to left, #08032366, #ffffff00);
}

.schoolzone p{
    background: #434697;
    padding: 10px;
    border-radius: 5px;
    color: white !important;
}

.navbar-info-schoolzone a{
    color: #fff;
}

@media (max-width: 767px) {
  /*.banner-part {*/
  /*  padding: 50px 0px 60px;*/
  /*}*/
  .banner-content h1 {
    font-size: 38px;
    line-height: 48px;
  }
  .banner-btn .btn {
    margin: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /*.banner-part {*/
  /*  padding: 70px 0px 80px;*/
  /*}*/
  .banner-content h1 {
    font-size: 42px;
    line-height: 50px;
  }
}

.suggest-slider li {
  margin: 0px 10px;
}

@media (max-width: 575px) {
  .suggest-slider li {
    margin: 0px 5px;
  }
}

.promo-img {
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.promo-img a {
  width: 100%;
}

.promo-img a img {
  width: 100%;
  border-radius: 8px;
  transition: all linear .3s;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -ms-transition: all linear .3s;
  -o-transition: all linear .3s;
}

.promo-img a img:hover {
  transform: scale(1.05);
}

@media (max-width: 767px) {
  .promo-img {
    margin: 12px 0px;
  }
}

.new-slider li {
  margin: 0px 12px;
}

@media (max-width: 575px) {
  .new-slider .product-card {
    width: 220px;
  }
}

.new-slider li {
  margin: 0px 12px;
}

@media (max-width: 575px) {
  .new-slider .product-card {
    width: 220px;
  }
}

.brand-slider .dandik,
.brand-slider .bamdik {
  top: 35%;
}

.blog-slider .blog-card {
  margin: 0px 15px 25px;
}

.blog-slider .dandik,
.blog-slider .bamdik {
  top: 43%;
}

@media (max-width: 767px) {
  .blog-slider .blog-card {
    margin: 0px 10px 25px;
  }
}


.myaccount-tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: solid 1px #c1c1c1;
}
.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
    background-color: #434697;
    border-color: #434697;
    color: #fff;
}
.myaccount-tab-menu a {
    border: 1px solid #E8E8E8;
    border-bottom: none;
    color: #212121;
    font-weight: 500;
    font-size: 15px;
    display: block;
    padding: 10px 15px;
    text-transform: uppercase;
}
.myaccount-content {
    border: 1px solid #434697;
    padding: 30px;
    border-radius: 10px;
}
.myaccount-content form .single-input-item input {
    width: 100%;
    padding: 10px 10px;
    border: 1px solid #E8E8E8;
}
.myaccount-content form .single-input-item input[type="file"] {
    padding: 7px 10px;
}
.myaccount-content form .single-input-item input[type="file"]::file-selector-button {
  /*border: 2px solid #6c5ce7;*/
  padding: 0px 10px 10px 10px;
  border-radius: .2em;
  background-color: #E8E8E8;
  transition: 1s;
}
.feature-name .cart-delete{
    font-size: 1.4rem;
    background-color: lightgray;
    padding: 10px;
    border-radius: 15px;
}
.single-input-item.mb-3 input{
    border: solid 1px gray;
    border-radius: 5px;
    padding: 7px;
    width: 100%;
    outline: none;
    background: none;
}
/*.single-input-item.mb-3 input:hover{*/
/*    border: solid 1px #434697;*/
/*    box-shadow: 1px 1px 10px 0.5px #888888;*/
/*    border-radius: 5px;*/
/*    padding: 7px;*/
/*    width: 100%;*/
/*    outline: none;*/
/*    background: none;*/
/*}*/
.wallet table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 1px solid #ddd;
}
.wallet table tr th{
    background-color: #434697;
    color: white;
}
.wallet th, td {
  text-align: left;
  padding: 8px;
  /* text-align: center; */
}

.wallet tr:nth-child(even){background-color: #f2f2f2}








/*new css*/

.slick-slide img {
    display: block;
    width: 100%;
}