.p-g-mod-t-45 .carousel-type-1 .carousel-item a img {
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  overflow: hidden;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-control-next {
  margin-right: 1rem;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-control-prev {
  margin-left: 1rem;
}

.p-g-mod-t-45 .carousel-type-1 .carousel-control-next,
.p-g-mod-t-45 .carousel-type-1 .carousel-control-prev {
  opacity: 1;
}
.p-g-mod-t-45 .carousel-type-1 .carousel-control-next i,
.p-g-mod-t-45 .carousel-type-1 .carousel-control-prev i {
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 10;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 0px 2px 4px #e6e6e6;
          box-shadow: 0px 2px 4px #e6e6e6;
  color: #a38021;
  font-size: 33px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.p-g-mod-t-45 .carousel-type-1 .carousel-control-next i:hover,
.p-g-mod-t-45 .carousel-type-1 .carousel-control-prev i:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #a38021;
  color: #fff;
  border-color: #a38021;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.allofis-uzman {
  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;
  gap: 8px;
}
.allofis-uzman img {
  max-width: 80px;
}
.allofis-uzman span {
  font-size: 14px;
  font-weight: 600;
  color: #16171c;
}

.header-bar {
  gap: 2rem;
}

.account-drop,
.basket-drop {
  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;
  gap: 8px;
}
.account-drop img,
.basket-drop img {
  max-width: 32px;
}
.account-drop span,
.basket-drop span {
  font-size: 14px;
  font-weight: 600;
  color: #16171c;
}
.account-drop .icon,
.basket-drop .icon {
  position: relative;
}
.account-drop .icon .count,
.basket-drop .icon .count {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 15px;
  height: 15px;
  background-color: #a38021;
  color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 11px;
}

.account-dropbox {
  border: 1px solid #efefef;
  position: absolute;
  top: calc(100% - 20px);
  z-index: 999;
  padding: 1rem 2rem;
  border-radius: 4px;
  background: var(--white);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  display: none;
}
.account-dropbox a {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 0.5rem 2rem;
  border-radius: 4px;
}
.account-dropbox a:first-child {
  background: var(--color);
  color: var(--white);
}
.account-dropbox a:last-child {
  background: rgba(2, 76, 38, 0.2);
}

.product-actions .action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  color: #16171c;
  font-size: 15px;
}