body {
  font-family: 'Ubuntu', sans-serif;
}

main {
  margin-top: 4.5rem;
}

a {
  text-decoration: none;
}

button {
  background-color: transparent;
  border: none;
}

button:focus {
  outline-color: #35409a;
  border-color: #35409a;
  outline-offset: 0;
}

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

/* .modal {
  display: block !important;
} */

.inner-main .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #e1e4ff;
  padding-top: 5rem;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

.inner-main .breadcrumbs h1 {
  margin-bottom: 0;
}

.product-col {
  margin-bottom: 1.5rem;
}

.product-col .product-card {
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  padding-bottom: 1.25rem;
}

.product-col .product-card .product-img-container {
  position: relative;
  display: block;
}

.product-col .product-card .product-img-container .product-image {
  width: 100%;
  height: 100%;
  max-height: 350px;
  border-radius: 10px 10px 0px 0px;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-col .product-card .product-img-container .product-alert {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0.75rem;
  color: #fff;
  padding: 0.25rem 0;
}

.product-col .product-card .product-info {
  padding: 0 1.5rem;
}

.product-col .product-card .product-info .product-name {
  color: #253d4e;
  margin-top: 0.75rem;
  font-weight: 600;
}

.product-col .product-card .product-info .product-stars {
  width: 65%;
  float: left;
}

.product-col .product-card .product-info .product-stars .star {
  color: #ffc327;
}

.product-col .product-card .product-info .product-stars span {
  margin-left: 0.25rem;
  color: #e3e3e3;
}

.product-col .product-card .product-info .product-price {
  width: 30%;
  float: right;
  text-align: right;
  color: #1567D4;
  font-weight: 600;
}

.product-col .product-card .product-info .add-cart-btn {
  border: 1px solid #1567D4;
  display: block;
  width: 100%;
  margin-top: 3rem;
  font-size: 0.95rem;
  padding: 0.3rem 0.75rem;
  background-color: #fff;
  color: #1567D4;
  border-radius: 50px;
  font-weight: 500;
}

.product-col .product-card .product-info .add-cart-btn:hover {
  background-color: #1567D4;
  color: #fff;
  border: 1px solid #1567D4;
  border-radius: 50px;
  font-weight: 500;
}

.product-col .product-card:hover {
  border-color: #35409a;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.price-range {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.min input {
  border-radius: 5px;
  border: 1px solid #35409a;
  text-align: center;
}

.max input {
  border-radius: 5px;
  border: 1px solid #35409a;
  text-align: center;
}
.price-range button {
  background-color: #35409a;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

@media (max-width: 768px) {
  .header-top .container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.header-top .container .navbar-brand {
  margin: 0;
}

.header-top .container .navbar-brand .logo {
  max-width: 110px;
  width: 100%;
}

.header-top .container .navbar-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .container .navbar-top-right .basket {
  position: relative;
  z-index: 3;
}

.header-top .container .navbar-top-right .basket-button {
  color: #1567D4;
  font-size: 2rem;
}

.header-top .container .navbar-top-right .basket-button:hover {
  color: #15b1ec;
}

.header-top .container .navbar-top-right .basket-button .badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 19px;
  height: 19px;
  font-size: 0.8rem;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 0;
  background-color: #C7DEFF
  ;
  color: #1567D4;
  font-weight: 500;
}

.header-top .container .navbar-top-right .basket-card {
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 30px rgba(15, 15, 15, 0.3);
  box-shadow: 0px 5px 30px rgba(15, 15, 15, 0.3);
  border-radius: 10px;
  padding: 1rem 0.75rem;
  position: absolute;
  top: 60px;
  left: 0;
  -webkit-transform: translateX(-40%);
  transform: translateX(-40%);
  z-index: 1;
  min-width: 260px;
  display: none;
}

@media (max-width: 768px) {
  .header-top .container .navbar-top-right .basket-card {
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 90%;
    margin-top: 180px;
    min-width: 0;
  }
}

.header-top .container .navbar-top-right .basket-card-header {
  border-bottom: 0.5px solid #d8d8d8;
  padding-bottom: 0.75rem;
}

.header-top
  .container
  .navbar-top-right
  .basket-card-header
  .products
  .product {
  margin-top: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top
  .container
  .navbar-top-right
  .basket-card-header
  .products
  .product
  .product-image {
  width: 85px;
  height: 55px;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-top
  .container
  .navbar-top-right
  .basket-card-header
  .products
  .product
  .product-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.header-top
  .container
  .navbar-top-right
  .basket-card-header
  .products
  .product
  .product-info
  .product-name {
  font-size: 0.8rem;
}

.header-top
  .container
  .navbar-top-right
  .basket-card-header
  .products
  .product
  .product-info
  .product-quantity-price {
  font-size: 0.95rem;
  font-weight: 500;
  color: #1567D4;
}

.header-top
  .container
  .navbar-top-right
  .basket-card-header
  .products
  .product
  .delete-button {
  color: #1567D4;
}

.header-top .container .navbar-top-right .basket-card-footer {
  margin-top: 0.75rem;
}

.header-top .container .navbar-top-right .basket-card-footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-top .container .navbar-top-right .basket-card-footer-top h6 {
  color: #1567D4;
}

.header-top .container .navbar-top-right .basket-card-footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 0.75rem;
}

@media (max-width: 400px) {
  .header-top .container .navbar-top-right .basket-card-footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.header-top
  .container
  .navbar-top-right
  .basket-card-footer-bottom
  .to-basket-button {
  font-size: 0.95rem;
  padding: 0.3rem 0.75rem;
  background-color: #35409a;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  white-space: nowrap;
}

.header-top
  .container
  .navbar-top-right
  .basket-card-footer-bottom
  .to-checkout-button {
  font-size: 0.95rem;
  padding: 0.3rem 0.75rem;
  background-color: #e1e4ff;
  color: #35409a;
  border-radius: 50px;
  font-weight: 500;
  margin-left: 0.5rem;
  white-space: nowrap;
}

@media (max-width: 400px) {
  .header-top
    .container
    .navbar-top-right
    .basket-card-footer-bottom
    .to-checkout-button {
    margin-left: 0;
    margin-top: 0.5rem;
  }
}

.header-top .container .navbar-top-right .basket-card.active {
  display: block;
}

.header-top .container .navbar-top-right .my-account {
  background-color: #1567D4;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 1.1rem;
  margin-right: 0.75rem;
  margin-left: 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .container .navbar-top-right .my-account i {
  display: block;
  font-size: 1.2rem;
  margin-right: 0.25rem;
}

.header-top .container .navbar-top-right .user-actions {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.7rem;
  margin-right: 0.7rem;
}

.header-top .container .navbar-top-right .user-actions .ua-login {
  display: inline-block;
  background: #1567D4;
  border-radius: 50px 0px 0px 50px;
  color: #fff;
  padding: 0.4rem 1.5rem;
  border: 1px solid #1567D4;
}
.header-top .container .navbar-top-right .user-actions .ua-login:hover {
  background: #C7DEFF;
  color: #1567D4;
}
@media (max-width: 576px) {
  .header-top .container .navbar-top-right .user-actions .ua-login span {
    display: none;
  }
}
.header-top .container .navbar-top-right .user-actions .ua-register {
  display: inline-block;
  background: #C7DEFF;
  border-radius: 0px 50px 50px 0px;
  color: #35409a;
  padding: 0.4em 1.5rem;
  border: 1px solid #C7DEFF;
}

.header-top .container .navbar-top-right .user-actions .ua-register:hover {
  border: 1px solid #15b1ec;

  background-color: #15b1ec;
  color: #fff;
}

@media (max-width: 576px) {
  .header-top .container .navbar-top-right .user-actions .ua-register span {
    display: none;
  }
}

.header-top .container .navbar-top-right .languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-top .container .navbar-top-right .languages a {
  display: inline-block;
  margin-left: 0.25rem;
}

.header-top .container .navbar-top-right .languages a img {
  width: 28px;
  height: 28px;
}

.header-bottom {
  background: linear-gradient(90.02deg, #1567D4 1.69%, #16BCD8 98.71%);
}

.header-bottom .navbar {
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}

.header-bottom .container .navbar-toggler {
  color: #fff;
  font-size: 1.5rem;
}

.header-bottom .container .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
}

.header-bottom .container .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 500;
  border-radius: 5px;
  margin-left: 0.5rem;
  margin-right: 0.5rem;

}

@media (min-width: 992px) and (max-width: 1320px) {
  .header-bottom .container .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-weight: 500;
    border-radius: 5px;
    font-size: 15px;
    white-space: pre;
  }
}

.header-bottom .container .navbar-nav .nav-item .nav-link:hover {
  background-color: #fff;
  color: #1567D4
  ;
}

.header-bottom .container .search {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -2.75rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 0.5rem 0.75rem;
}

@media (max-width: 768px) {
  .header-bottom .container .search {
    bottom: -3.5rem;
  }
}

.header-bottom .container .search-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-bottom .container .search-form .form-group label {
  min-width: 130px;
  border-right: 1px solid #d8d8d8;
  padding-right: 0.5rem;
}

@media (max-width: 345px) {
  .header-bottom .container .search-form .form-group label {
    display: none;
  }
}

.header-bottom .container .search-form .form-group .form-control {
  border: none;
}

.header-bottom .container .search-form .form-group .form-control:focus {
  outline-color: #35409a;
  border-color: #35409a;
  outline-offset: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-bottom .container .search-form .form-group .form-control:active {
  outline-color: #35409a;
  border-color: #35409a;
  outline-offset: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-bottom
  .container
  .search-form
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #c0c0c0;
}

.header-bottom
  .container
  .search-form
  .form-group
  .form-control:-ms-input-placeholder {
  color: #c0c0c0;
}

.header-bottom
  .container
  .search-form
  .form-group
  .form-control::-ms-input-placeholder {
  color: #c0c0c0;
}

.header-bottom .container .search-form .form-group .form-control::placeholder {
  color: #c0c0c0;
}

.header-bottom .container .search-form .form-group i {
  position: absolute;
  right: 1rem;
  color: #c0c0c0;
  font-size: 1.5rem;
}

.footer {
  background: #e1e4ff;
}

.footer .footer-top {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer .footer-top .container .row .footer-logo {
  max-width: 140px;
  width: 100%;
}

.footer
  .footer-top
  .container
  .row
  .footer-col-1
  .footer-card-1
  .footer-contacts {
  margin-top: 1rem;
}

.footer
  .footer-top
  .container
  .row
  .footer-col-1
  .footer-card-1
  .footer-contacts
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #35409a;
  margin-bottom: 0.5rem;
}

.footer
  .footer-top
  .container
  .row
  .footer-col-1
  .footer-card-1
  .footer-contacts
  a:hover {
  opacity: 0.7;
}

.footer
  .footer-top
  .container
  .row
  .footer-col-1
  .footer-card-1
  .footer-contacts
  a
  .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 30px;
  color: #253D4E;
  font-size: 1.25rem;
}

.footer
  .footer-top
  .container
  .row
  .footer-col-1
  .footer-card-1
  .footer-contacts
  a
  .name
  i {
  color: #253D4E;
  margin-right: 0.3rem;
  font-size: 1.25rem;
}

.footer
  .footer-top
  .container
  .row
  .footer-col-1
  .footer-card-1
  .footer-contacts
  a
  .content {
  margin-left: 0.5rem;
  color: #253d4e;
}

.footer .footer-top .container .row .footer-col .footer-card-2 h4,
.footer .footer-top .container .row .footer-col .footer-card-3 h4 {
  color: #253d4e;
  font-weight: 500;
}

.footer .footer-top .container .row .footer-col .footer-card-2 a,
.footer .footer-top .container .row .footer-col .footer-card-3 a {
  display: block;
  color: #253d4e;
  margin: 0.35rem 0;
}

.footer .footer-top .container .row .footer-col .footer-card-2 a:hover,
.footer .footer-top .container .row .footer-col .footer-card-3 a:hover {
  opacity: 0.7;
}

.footer .footer-top .container .row .footer-col-4 .footer-card-4 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.footer .footer-top .container .row .footer-col-4 .footer-card-4 .auth-buttons {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer
  .footer-top
  .container
  .row
  .footer-col-4
  .footer-card-4
  .auth-buttons
  .login-btn {
  display: inline-block;
  background: #1567D4;
  border-radius: 50px 0px 0px 50px;
  color: #fff;
  padding: 0.5rem 1.5rem;
}
.footer
  .footer-top
  .container
  .row
  .footer-col-4
  .footer-card-4
  .auth-buttons
  .login-btn:hover {
  display: inline-block;
  background: #15b1ec;
  border-radius: 50px 0px 0px 50px;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.footer
  .footer-top
  .container
  .row
  .footer-col-4
  .footer-card-4
  .auth-buttons
  .register-btn {
  display: inline-block;
  background: #C7DEFF;
  border-radius: 0px 50px 50px 0px;
  color: #1567D4;
  padding: 0.5rem 1.5rem;
}

.footer
  .footer-top
  .container
  .row
  .footer-col-4
  .footer-card-4
  .auth-buttons
  .register-btn:hover {
  display: inline-block;
  background: #15b1ec;
  border-radius: 0px 50px 50px 0px;
  color: #fff;
  padding: 0.5rem 1.5rem;
}

.footer .footer-top .container .row .footer-col-4 .footer-card-4 img {
  width: 100%;
  max-width: 120px;
  margin-bottom: 1rem;
}

.footer
  .footer-top
  .container
  .row
  .footer-col-4
  .footer-card-4
  .footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.footer
  .footer-top
  .container
  .row
  .footer-col-4
  .footer-card-4
  .footer-socials
  .social-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #1567D4;
  color: #fff;
  border-radius: 50%;
  border: 1px solid #1567D4;
}

.footer
  .footer-top
  .container
  .row
  .footer-col-4
  .footer-card-4
  .footer-socials
  .social-link:hover {
  background-color: transparent;
  color: #1567D4;
}

.footer .footer-bottom {
  padding: 0.75rem 0;
  border-top: 1px solid rgba(53, 64, 154, 0.5);
}

.footer .footer-bottom .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-bottom .container span {
  font-weight: 400;
  color: #838383;
}

.footer .footer-bottom .container img {
  max-width: 110px;
}

#home .banner .left-card {
  background: linear-gradient(158.35deg, #1567D4 0%, #16BCD8 98.69%);
  border-radius: 5px;
  padding: 0.75rem 1.5rem;
  height: 100%;
}

@media (max-width:768px){
  #home .banner .left-card {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
  }
}

@media (min-width:1200px){
  #home .banner .left-card {
    height: 360px;
  }
}

#home .banner .left-card .heading {
  color: #fff;
}

#home .banner .left-card .category-list {
  list-style-type: none;
  padding-left: 0;
}

#home .banner .left-card .category-list-item .category-list-link {
  display: block;
  color: #fff;
  padding: 0.25rem 0;
}

#home .banner .left-card .category-list-item .category-list-link:hover {
  opacity: 0.7;
}
#home .banner .center {
  height: 100%;
}

@media (max-width: 768px) {
  #home .banner .center {
    margin-top: 2rem;
  }
}

#home .banner .center .home-carousel {
  border-radius: 10px;
  height: 100%;
}

#home .banner .right .row {
  height: 100%;
}

#home .banner .center .home-carousel .item {
  position: relative;
  border-radius: 10px;
}

#home .banner .center .home-carousel .item .carousel-image {
  border-radius: 10px;
}

@media (max-width: 1200px) {
  #home .banner .center .home-carousel .item .carousel-image {
    min-height: 384px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (min-width: 1200px) {
  #home .banner .center .home-carousel .item .carousel-image {
    min-height: 360px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

#home .banner .center .home-carousel .item .carousel-texts {
  max-width: 600px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 5%;
  right: 5%;
  z-index: 1;
}

#home .banner .center .home-carousel .item .carousel-texts .carousel-heading {
  color: #fff;
  font-weight: 700;
}

#home .banner .center .home-carousel .item .carousel-texts .carousel-desc {
  color: #fff;
  font-weight: 400;
}

#home .banner .center .home-carousel .item .carousel-texts .carousel-btn {
  display: inline-block;
  margin-top: 1rem;
  background: linear-gradient(91.94deg, #16BCD8 4.38%, #1567D4 97.3%);
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 0.6rem 5rem;
}

#home .banner .center .home-carousel .item .carousel-texts .carousel-btn:hover {
  -webkit-filter: brightness(1.2);
  filter: brightness(1.2);
}

#home .banner .center .home-carousel .item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(37, 61, 78, 0.8)),
    to(rgba(37, 61, 78, 0.8))
  );
  background: linear-gradient(
    0deg,
    rgba(37, 61, 78, 0.8),
    rgba(37, 61, 78, 0.8)
  );
  border-radius: 10px;
  z-index: 0;
}

@media (max-width: 992px) {
  #home .banner .right {
    margin-top: 2rem;
  }
}

#home .banner .right .features-col {
  margin-bottom: 1rem;
}

#home .banner .right .features-col .features-card {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 75px;
}

#home .banner .right .features-col .features-card img {
  margin-right: 1rem;
}

#home .banner .right .features-col .features-card span {
  font-weight: 500;
  color: #35409a;
}

#home .campanies .container .row .campanies-col {
  margin-bottom: 1.5rem;
}

#home .campanies .container .row .campanies-col .campanies-card {
  background-color: #e1e4ff;
  border-radius: 5px;
  padding: 1.5rem 2rem;
  background-image: url(../design/campanies-icon.png);
  background-repeat: no-repeat;
  background-position: 95% center;
  background-size: 165px;
}

#home .products {
  margin-top: 3rem;
}

#home .products .container .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 2rem !important;
}

#home .products .container .nav-item {
  margin: 0 0.5rem;
}

@media (max-width: 768px) {
  #home .products .container .nav-item {
    margin-bottom: 1rem;
  }
}

#home .products .container .nav-item .nav-link {
  background-color: #fff;
  color: #35409a;
  border: 1px solid #35409a;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 1.1rem;
}

#home .products .container .nav-item .nav-link.active {
  background: linear-gradient(91.94deg, #15b1ec 4.38%, #35409a 97.3%);
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  border: none;
}

#home .products .container .nav-item .nav-link:hover {
  background: linear-gradient(91.94deg, #15b1ec 4.38%, #35409a 97.3%);
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  border: none;
}

#home .special-products .container .section-heading {
  color: #253d4e;
  margin-bottom: 1.5rem;
}

#home .cta {
  margin-top: 3rem;
  background-image: url(../design/cta-inner.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#home .cta .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

#home .cta .container .cta-inner {
  max-width: 500px;
}

#home .cta .container .cta-inner .cta-heading {
  color: #fff;
  font-weight: 700;
}

#home .cta .container .cta-inner .cta-desc {
  font-weight: 400;
  color: #fff;
}

#home .cta .container .cta-inner .cta-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 1rem;
}

#home .cta .container .cta-inner .cta-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 450px;
  width: 100%;
}

#home .cta .container .cta-inner .cta-form .form-group label {
  position: absolute;
  left: 0.75rem;
  top: 2px;
  font-size: 1.5rem;
  color: #d8d8d8;
}

#home .cta .container .cta-inner .cta-form .form-group .form-control {
  border-radius: 50px;
  padding-left: 3rem;
  height: 40px;
}

#home
  .cta
  .container
  .cta-inner
  .cta-form
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #d8d8d8;
}

#home
  .cta
  .container
  .cta-inner
  .cta-form
  .form-group
  .form-control:-ms-input-placeholder {
  color: #d8d8d8;
}

#home
  .cta
  .container
  .cta-inner
  .cta-form
  .form-group
  .form-control::-ms-input-placeholder {
  color: #d8d8d8;
}

#home
  .cta
  .container
  .cta-inner
  .cta-form
  .form-group
  .form-control::placeholder {
  color: #d8d8d8;
}

#home .cta .container .cta-inner .cta-form .form-group .cta-btn {
  position: absolute;
  right: 0;
  background: linear-gradient(91.94deg, #15b1ec 4.38%, #35409a 97.3%);
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 1.1rem;
}

#orders .orders-section-1 {
  margin-top: 6rem;
  margin-bottom: 3rem;
}

#orders .orders-section-1 .container .row .left-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
}

#orders .orders-section-1 .container .row .left-card a {
  color: #35409a;
  margin-bottom: 0.5rem;
}

@media (max-width: 992px) {
  #orders .orders-section-1 .container .row .right {
    margin-top: 1.5rem;
  }
}

#orders .orders-section-1 .container .row .right-card {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 1rem;
  overflow: hidden;
}

#orders .orders-section-1 .container .row .right-card h6 {
  color: #35409a;
  margin-bottom: 1rem;
}

#orders .orders-section-1 .container .row .right-card .table-container {
  overflow-x: auto;
  white-space: nowrap;
}

#orders .orders-section-1 .container .row .right-card .table-container .table {
  width: 100%;
}

#orders
  .orders-section-1
  .container
  .row
  .right-card
  .table-container
  .table
  th,
#orders
  .orders-section-1
  .container
  .row
  .right-card
  .table-container
  .table
  td {
  text-align: center;
  width: 100%;
}

#orders
  .orders-section-1
  .container
  .row
  .right-card
  .table-container
  .table
  .order-img
  img {
  width: 80px;
  height: 50px;
  -o-object-fit: cover;
  object-fit: cover;
}

#profile-info .profile-info-section-1 {
  margin-top: 6rem;
  margin-bottom: 3rem;
}

#profile-info .profile-info-section-1 .container .row .left-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
}

#profile-info .profile-info-section-1 .container .row .left-card a {
  color: #253D4E;
  margin-bottom: 0.5rem;
}

#profile-info .profile-info-section-1 .container .row .right-card {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 1rem;
}

#profile-info .profile-info-section-1 .container .row .right-card h6 {
  color: #35409a;
  margin-bottom: 1rem;
}

#profile-info
  .profile-info-section-1
  .container
  .row
  .right-card
  form
  .form-control {
  background: #f9f9f9;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  margin-bottom: 1rem;
}

#profile-info
  .profile-info-section-1
  .container
  .row
  .right-card
  form
  .form-control::-webkit-input-placeholder {
  color: #c8c8c8;
}

#profile-info
  .profile-info-section-1
  .container
  .row
  .right-card
  form
  .form-control:-ms-input-placeholder {
  color: #c8c8c8;
}

#profile-info
  .profile-info-section-1
  .container
  .row
  .right-card
  form
  .form-control::-ms-input-placeholder {
  color: #c8c8c8;
}

#profile-info
  .profile-info-section-1
  .container
  .row
  .right-card
  form
  .form-control::placeholder {
  color: #c8c8c8;
}

#profile-info
  .profile-info-section-1
  .container
  .row
  .right-card
  form
  textarea {
  border-radius: 10px !important;
}

#profile-info
  .profile-info-section-1
  .container
  .row
  .right-card
  form
  .save-btn {
  font-size: 1rem;
  padding: 0.5rem 1.1rem;
  background-color: #35409a;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  padding-left: 2rem;
  padding-right: 2rem;
}

#basket .basket-section-1 .nav .nav-item .nav-link {
  border-radius: 5px;
  background-color: transparent;
  color: #253D4E;
  user-select: none;
  pointer-events: none;
}

#basket .basket-section-1 .nav .nav-item .nav-link.active {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  color: #1567D4;
  pointer-events:visible;
  cursor: pointer;
}

#basket .basket-section-1 .main-left {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#basket .basket-section-1 .main-left .tab-content #pills-1 .tab-card,
#basket .basket-section-1 .main-left .tab-content #pills-2 .tab-card,
#basket .basket-section-1 .main-left .tab-content #pills-3 .tab-card,
#basket .basket-section-1 .main-left .tab-content #pills-4 .tab-card {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 1rem;
}

#basket .basket-section-1 .main-left .tab-content #pills-1 .tab-card .product,
#basket .basket-section-1 .main-left .tab-content #pills-2 .tab-card .product,
#basket .basket-section-1 .main-left .tab-content #pills-3 .tab-card .product,
#basket .basket-section-1 .main-left .tab-content #pills-4 .tab-card .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

@media (max-width: 576px) {
  #basket .basket-section-1 .main-left .tab-content #pills-1 .tab-card .product,
  #basket .basket-section-1 .main-left .tab-content #pills-2 .tab-card .product,
  #basket .basket-section-1 .main-left .tab-content #pills-3 .tab-card .product,
  #basket
    .basket-section-1
    .main-left
    .tab-content
    #pills-4
    .tab-card
    .product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 576px) {
  #basket
    .basket-section-1
    .main-left
    .tab-content
    #pills-1
    .tab-card
    .product
    .left,
  #basket
    .basket-section-1
    .main-left
    .tab-content
    #pills-2
    .tab-card
    .product
    .left,
  #basket
    .basket-section-1
    .main-left
    .tab-content
    #pills-3
    .tab-card
    .product
    .left,
  #basket
    .basket-section-1
    .main-left
    .tab-content
    #pills-4
    .tab-card
    .product
    .left {
    text-align: center;
  }
}

#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-1
  .tab-card
  .product
  .left
  img,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-2
  .tab-card
  .product
  .left
  img,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-3
  .tab-card
  .product
  .left
  img,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-4
  .tab-card
  .product
  .left
  img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-1
  .tab-card
  .product
  .center,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-2
  .tab-card
  .product
  .center,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-3
  .tab-card
  .product
  .center,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-4
  .tab-card
  .product
  .center {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin-left: 1rem;
}

@media (max-width: 576px) {
  #basket
    .basket-section-1
    .main-left
    .tab-content
    #pills-1
    .tab-card
    .product
    .center,
  #basket
    .basket-section-1
    .main-left
    .tab-content
    #pills-2
    .tab-card
    .product
    .center,
  #basket
    .basket-section-1
    .main-left
    .tab-content
    #pills-3
    .tab-card
    .product
    .center,
  #basket
    .basket-section-1
    .main-left
    .tab-content
    #pills-4
    .tab-card
    .product
    .center {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}

#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-1
  .tab-card
  .product
  .center
  button,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-2
  .tab-card
  .product
  .center
  button,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-3
  .tab-card
  .product
  .center
  button,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-4
  .tab-card
  .product
  .center
  button {
  color: #c0c0c0;
}

#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-1
  .tab-card
  .product
  .right
  .top,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-2
  .tab-card
  .product
  .right
  .top,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-3
  .tab-card
  .product
  .right
  .top,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-4
  .tab-card
  .product
  .right
  .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-1
  .tab-card
  .product
  .right
  .top
  .azalt,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-2
  .tab-card
  .product
  .right
  .top
  .azalt,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-3
  .tab-card
  .product
  .right
  .top
  .azalt,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-4
  .tab-card
  .product
  .right
  .top
  .azalt {
  height: 35px;
  background-color: #1567D4;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-1
  .tab-card
  .product
  .right
  .top
  .azalt
  i,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-2
  .tab-card
  .product
  .right
  .top
  .azalt
  i,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-3
  .tab-card
  .product
  .right
  .top
  .azalt
  i,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-4
  .tab-card
  .product
  .right
  .top
  .azalt
  i {
  vertical-align: middle;
  color: #fff;
  font-size: 1.5rem;
}

#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-1
  .tab-card
  .product
  .right
  .top
  .adet,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-2
  .tab-card
  .product
  .right
  .top
  .adet,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-3
  .tab-card
  .product
  .right
  .top
  .adet,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-4
  .tab-card
  .product
  .right
  .top
  .adet {
  max-width: 50px;
  height: 35px;
  border-radius: 0;
  text-align: center;
}

#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-1
  .tab-card
  .product
  .right
  .top
  .arttir,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-2
  .tab-card
  .product
  .right
  .top
  .arttir,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-3
  .tab-card
  .product
  .right
  .top
  .arttir,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-4
  .tab-card
  .product
  .right
  .top
  .arttir {
  height: 35px;
  background-color: #1567D4;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-1
  .tab-card
  .product
  .right
  .top
  .arttir
  i,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-2
  .tab-card
  .product
  .right
  .top
  .arttir
  i,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-3
  .tab-card
  .product
  .right
  .top
  .arttir
  i,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-4
  .tab-card
  .product
  .right
  .top
  .arttir
  i {
  vertical-align: middle;
  color: #fff;
  font-size: 1.5rem;
}

#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-1
  .tab-card
  .product
  .right
  .bottom,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-2
  .tab-card
  .product
  .right
  .bottom,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-3
  .tab-card
  .product
  .right
  .bottom,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-4
  .tab-card
  .product
  .right
  .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-1
  .tab-card
  .form-group,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-2
  .tab-card
  .form-group,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-3
  .tab-card
  .form-group,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-4
  .tab-card
  .form-group {
  margin-bottom: 1rem;
}

#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-1
  .tab-card
  .form-group
  .form-control,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-2
  .tab-card
  .form-group
  .form-control,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-3
  .tab-card
  .form-group
  .form-control,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-4
  .tab-card
  .form-group
  .form-control {
  background: #f9f9f9;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
}

#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-1
  .tab-card
  .form-group
  .form-select,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-2
  .tab-card
  .form-group
  .form-select,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-3
  .tab-card
  .form-group
  .form-select,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-4
  .tab-card
  .form-group
  .form-select {
  background: #f9f9f9;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
}

#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-1
  .tab-card
  .form-group
  textarea,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-2
  .tab-card
  .form-group
  textarea,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-3
  .tab-card
  .form-group
  textarea,
#basket
  .basket-section-1
  .main-left
  .tab-content
  #pills-4
  .tab-card
  .form-group
  textarea {
  border-radius: 8px !important;
}

#basket .basket-section-1 .main-left .tab-content #pills-1 .tab-card .onay,
#basket .basket-section-1 .main-left .tab-content #pills-2 .tab-card .onay,
#basket .basket-section-1 .main-left .tab-content #pills-3 .tab-card .onay,
#basket .basket-section-1 .main-left .tab-content #pills-4 .tab-card .onay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#basket .basket-section-1 .main-left .tab-content #pills-1 .tab-card .onay i,
#basket .basket-section-1 .main-left .tab-content #pills-2 .tab-card .onay i,
#basket .basket-section-1 .main-left .tab-content #pills-3 .tab-card .onay i,
#basket .basket-section-1 .main-left .tab-content #pills-4 .tab-card .onay i {
  color: #35409a;
  font-size: 5rem;
}

#basket .basket-section-1 .main-left .tab-content #pills-1 .tab-card .onay b,
#basket .basket-section-1 .main-left .tab-content #pills-2 .tab-card .onay b,
#basket .basket-section-1 .main-left .tab-content #pills-3 .tab-card .onay b,
#basket .basket-section-1 .main-left .tab-content #pills-4 .tab-card .onay b {
  color: #35409a;
}

#basket .basket-section-1 .main-right {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#basket .basket-section-1 .main-right .right-card {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#basket .basket-section-1 .main-right .right-card .pay-type {
  margin-bottom: 1.5rem;
}

#basket .basket-section-1 .main-right .right-card .pay-type .form-select {
  background: #f9f9f9;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  margin-top: 0.5rem;
}

#basket .basket-section-1 .main-right .right-card .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#basket .basket-section-1 .main-right .right-card .buttons .complete-btn {
  display: block;
  background-color: #1567D4;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.3rem 0.75rem;
  margin: 0.5rem;
}

#basket .basket-section-1 .main-right .right-card .buttons .keep-btn {
  display: block;
  margin: 0.5rem;
  background-color: #e1e4ff;
  color: #1567D4;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.3rem 0.75rem;
  white-space: nowrap;
}

#basket .basket-section-1 .main-right .right-card .buttons .pay-btn {
  display: block;
  background-color: #35409a;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 0.95rem;
  padding: 0.3rem 0.75rem;
}

#category .category-section-1 {
  margin: 4rem 0;
}

#category .category-section-1 .container .right-card {
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 2rem;
}

#category .category-section-1 .container .right-card .category-list-item {
  margin-bottom: 1rem;
}

#category
  .category-section-1
  .container
  .right-card
  .category-list-item
  .category-dropdown-link {
  color: #253D4E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#category
  .category-section-1
  .container
  .right-card
  .category-list-item
  .category-dropdown-link
  i {
  background-color: #1567D4;
  color: #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-size: 15px;
}

#category
  .category-section-1
  .container
  .right-card
  .category-list-item
  .category-dropdown-link.active
  i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#category
  .category-section-1
  .container
  .right-card
  .category-list-item
  .category-dropdown {
  padding-left: 1rem;
  display: none;
}

#category
  .category-section-1
  .container
  .right-card
  .category-list-item
  .category-dropdown-item {
  margin-bottom: 0.25rem;
  font-size: 14px;
}

#category
  .category-section-1
  .container
  .right-card
  .category-list-item
  .category-dropdown-item
  a {
  color: #253d4e;
}

#category .category-section-1 .container .right-card .stock .form-check input {
  border-radius: 50%;
  background-color: #35409a;
}

#product-detail .product-detail-section-1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-left
  .feature-image
  .magnify {
  width: 100%;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-left
  .feature-image
  img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-left
  .thumbnails {
  margin-top: 2rem;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-left
  .thumbnails
  .thumbnail-image {
  width: 100%;
  height: 70px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-name {
  color: #253d4e;
  margin-top: 1rem;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-code {
  color: #c4c4c4;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-vote {
  width: 65%;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-vote
  .star {
  color: #ffc327;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-vote
  span {
  margin-left: 0.25rem;
  color: #e3e3e3;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 1rem;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-prices
  .product-price {
  font-weight: 700;
  color: #1567D4;
  line-height: 1;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-prices
  .product-old-price {
  margin-left: 1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  color: #e3e3e3;
  position: relative;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-prices
  .product-old-price:after {
  content: "";
  position: absolute;
  top: 14px;
  left: -10%;
  width: 120%;
  height: 3px;
  background-color: #e3e3e3;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-intro {
  color: #7e7e7e;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-quantity
  .azalt {
  height: 35px;
  background-color: #1567D4;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-quantity
  .azalt
  i {
  vertical-align: middle;
  color: #fff;
  font-size: 1.5rem;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-quantity
  .adet {
  max-width: 50px;
  height: 35px;
  border-radius: 0;
  text-align: center;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-quantity
  .arttir {
  height: 35px;
  background-color: #1567D4;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-quantity
  .arttir
  i {
  vertical-align: middle;
  color: #fff;
  font-size: 1.5rem;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-buttons {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 576px) {
  #product-detail
    .product-detail-section-1
    .container
    .row
    .main-left
    .inner-right
    .product-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-buttons
  .add-cart-btn {
  width: 100%;
  text-align: center;
  background-color: #1567D4
  ;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 1.1rem;
  white-space: nowrap;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-buttons
  .keep-btn {
  margin-left: 1rem;
  width: 100%;
  text-align: center;
  background-color: #D6E7FF
  ;
  color: #1567D4
  ;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 1.1rem;
  white-space: nowrap;
}

@media (max-width: 576px) {
  #product-detail
    .product-detail-section-1
    .container
    .row
    .main-left
    .inner-right
    .product-buttons
    .keep-btn {
    margin-top: 1rem;
    margin-left: 0;
  }
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-share {
  margin-top: 1rem;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-share
  span {
  color: #c4c4c4;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-left
  .inner-right
  .product-share
  a {
  margin-left: 0.5rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35px;
  height: 35px;
  background-color: #1567D4
  ;
  color: #fff;
  border-radius: 50%;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-right
  .right-card {
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 2rem;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-right
  .right-card
  .category-list-item {
  margin-bottom: 1rem;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-right
  .right-card
  .category-list-item
  .category-dropdown-link {
  color: #253D4E

  ;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-right
  .right-card
  .category-list-item
  .category-dropdown-link
  i {
  background-color: #1567D4
  ;
  color: #fff;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 22px;
  height: 22px;
  font-size: 15px;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-right
  .right-card
  .category-list-item
  .category-dropdown-link.active
  i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-right
  .right-card
  .category-list-item
  .category-dropdown {
  padding-left: 1rem;
  display: none;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-right
  .right-card
  .category-list-item
  .category-dropdown-item {
  margin-bottom: 0.25rem;
  font-size: 14px;
}

#product-detail
  .product-detail-section-1
  .container
  .row
  .main-right
  .right-card
  .category-list-item
  .category-dropdown-item
  a {
  color: #253d4e;
}

#product-detail .product-detail-section-2 {
  margin-bottom: 4rem;
}

#product-detail .product-detail-section-2 .container .section-card {
  padding: 1rem 1.5rem 2rem;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
}

#product-detail
  .product-detail-section-2
  .container
  .section-card
  .nav
  .nav-item
  .nav-link {
  border-radius: 5px;
  background-color: transparent;
  color: #253d4e;
}

#product-detail
  .product-detail-section-2
  .container
  .section-card
  .nav
  .nav-item
  .nav-link.active {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  color: #35409a;
}

#product-detail
  .product-detail-section-2
  .container
  .section-card
  .tab-content
  .product-features {
  color: #c4c4c4;
}

#product-detail
  .product-detail-section-2
  .container
  .section-card
  .tab-content
  .product-comments
  .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#product-detail
  .product-detail-section-2
  .container
  .section-card
  .tab-content
  .product-comments
  .row
  .comment-left {
  border-right: 1px solid #e3e3e3;
}

#product-detail
  .product-detail-section-2
  .container
  .section-card
  .tab-content
  .product-comments
  .row
  .comment-left
  .comment-card {
  margin-bottom: 1rem;
}

#product-detail
  .product-detail-section-2
  .container
  .section-card
  .tab-content
  .product-comments
  .row
  .comment-left
  .comment-card
  .comment-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

#product-detail
  .product-detail-section-2
  .container
  .section-card
  .tab-content
  .product-comments
  .row
  .comment-left
  .comment-card
  .comment-title
  h6 {
  margin-bottom: 0;
  color: #253d4e;
}

#product-detail
  .product-detail-section-2
  .container
  .section-card
  .tab-content
  .product-comments
  .row
  .comment-left
  .comment-card
  .comment-title
  .comment-stars {
  color: #ffc327;
  margin-left: 1rem;
}

#product-detail
  .product-detail-section-2
  .container
  .section-card
  .tab-content
  .product-comments
  .row
  .comment-left
  .comment-card
  .comment-desc {
  color: #c4c4c4;
}

#product-detail
  .product-detail-section-2
  .container
  .section-card
  .tab-content
  .product-comments
  .row
  .comment-right
  .login-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

#product-detail
  .product-detail-section-2
  .container
  .section-card
  .tab-content
  .product-comments
  .row
  .comment-right
  .login-card
  .login-btn {
  margin-top: 1.5rem;
  display: inline-block;
  background-color: #35409a;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 1.1rem;
}

#about .about-section-1 {
  margin-top: 2rem;
  margin-bottom: 4rem;
}

#about .about-section-1 .container .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#about .about-section-1 .container .row .left img {
  width: 100%;
}

#about .about-section-1 .container .row .right h2 {
  color: #253d4e;
}

#about .about-section-1 .container .row .right .desc {
  color: #c4c4c4;
}

#about .about-section-2 {
  margin-bottom: 3rem;
}

#about .about-section-2 .container .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#about .about-section-2 .container .row .heading {
  margin-bottom: 2rem;
}

#about .about-section-2 .container .row .features-col {
  margin-bottom: 1.5rem;
}

#about .about-section-2 .container .row .features-col .features-card {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  text-align: center;
  padding: 1rem;
}

#about .about-section-2 .container .row .features-col .features-card img {
  width: 85px;
  height: 85px;
}

#about .about-section-2 .container .row .features-col .features-card h6 {
  color: #253d4e;
  margin-top: 0.75rem;
}

#about .about-section-2 .container .row .features-col .features-card .desc {
  color: #c4c4c4;
}

#vm .vm-section-1 {
  margin-bottom: 3rem;
}

#vm .vm-section-1 .container .row {
  margin-bottom: 2rem;
}

#vm .vm-section-1 .container .row h1 {
  color: #253d4e;
}

#vm .vm-section-1 .container .row .desc {
  color: #c4c4c4;
}

#contact .contact-section-2 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

#contact .contact-section-2 .container .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 992px) {
  #contact .contact-section-2 .container .row .contact-col {
    margin-bottom: 1.5rem;
  }
}

#contact .contact-section-2 .container .row .contact-col .contact-card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5rem;
}

#contact
  .contact-section-2
  .container
  .row
  .contact-col
  .contact-card-header
  i {
  color: #35409a;
  font-size: 1.2rem;
}

#contact
  .contact-section-2
  .container
  .row
  .contact-col
  .contact-card-header
  h4 {
  color: #35409a;
  margin-left: 0.5rem;
  line-height: 1;
  margin-bottom: 0;
}

#contact .contact-section-2 .container .row .contact-col .contact-card-body {
  color: #253d4e;
}

#contact .contact-section-3 {
  margin-top: 2rem;
  margin-bottom: 3rem;
}

#contact .contact-section-3 .container .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#contact .contact-section-3 .container .row .left form .form-group {
  margin-bottom: 1rem;
}

#contact
  .contact-section-3
  .container
  .row
  .left
  form
  .form-group
  .form-control {
  background: #f9f9f9;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
}

#contact
  .contact-section-3
  .container
  .row
  .left
  form
  .form-group
  .form-control::-webkit-input-placeholder {
  color: #c8c8c8;
}

#contact
  .contact-section-3
  .container
  .row
  .left
  form
  .form-group
  .form-control:-ms-input-placeholder {
  color: #c8c8c8;
}

#contact
  .contact-section-3
  .container
  .row
  .left
  form
  .form-group
  .form-control::-ms-input-placeholder {
  color: #c8c8c8;
}

#contact
  .contact-section-3
  .container
  .row
  .left
  form
  .form-group
  .form-control::placeholder {
  color: #c8c8c8;
}

#contact .contact-section-3 .container .row .left form .form-group textarea {
  border-radius: 10px !important;
}

#contact .contact-section-3 .container .row .left form .send-btn {
  background-color: #1567D4
  ;
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1rem;
  padding: 0.5rem 1.1rem;
  display: block;
  width: 100%;
  text-align: center;
}

@media (max-width: 768px) {
  #contact .contact-section-3 .container .row .right {
    margin-top: 2rem;
  }
}

#contact .contact-section-3 .container .row .right img {
  width: 100%;
}

.login .row {
  margin: 0;
  overflow-x: hidden;
}

.login .left-cont,
.login .right-cont {
  padding: 0;
}

.login .left-cont .left-inner {
  background-image: url("../design/auth-sol.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 768px) {
  .login .right-cont .left-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.login .right-cont .right-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  justify-content: center;
  padding-bottom: 10%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 768px) {
  .login .right-cont .right-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.login .right-cont .right-inner form {
  width: 100%;
  padding-top: 1rem;
}

.login .left-cont .left-inner img {
  max-width: 500px;
}
.login form .form-control {
  background: #f9f9f9;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
}
.login form button {
  display: inline-block;
  margin-top: 1rem;
  background: linear-gradient(91.94deg, #15b1ec 4.38%, #35409a 97.3%);
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 0.3rem 5rem;
  width: 100%;
  border: none;
}
.register .row {
  margin: 0;
  overflow-x: hidden;
}

.register .left-cont,
.login .right-cont {
  padding: 0;
}

.register .left-cont .left-inner {
  background-image: url("../design/auth-sol.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 100vh;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 768px) {
  .register .right-cont .left-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.register .right-cont .right-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  min-height: 100vh;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
@media (max-width: 768px) {
  .register .right-cont .right-inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.register .right-cont .right-inner form {
  width: 100%;
  padding-top: 1rem;

}

.register .right-cont .right-inner img {
  max-width: 500px;
}
.register .right-cont .right-inner span {
  margin-top: 1rem;
  display: block;
}
.register .right-cont .right-inner .gy {
  color: #35409a;
}
.register form .form-control {
  background: #f9f9f9;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  margin-bottom: 1rem;
}
.register form button {
  display: inline-block;
  margin-top: 1rem;
  background: linear-gradient(91.94deg, #15b1ec 4.38%, #35409a 97.3%);
  color: #fff;
  border-radius: 50px;
  font-weight: 500;
  font-size: 1.25rem;
  padding: 0.3rem 5rem;
  width: 100%;
  border: none;
}
.su {
  color: #35409a;
}
.uo {
  color: #35409a;
}
/*# sourceMappingURL=main.css.map */
