.info-or {
  /* background: #c1912d; */
  background: #000;
}
.side-content h6,
.side-content h2,
.side-content h3,
.side-content p,
.flaticon-review,
.testimonialimg h3,
.aboutUs .paketler4__on .icon,
.aboutUs h3,
.footer .fffot i {
  color: #c1912d;
}
.custom-button {
  border: 1px dashed #c1912d!important;
  background: #000!important;
  color: #c1912d!important;
}
.custom-button:hover {
  background: #c1912d!important;
  color: #fff!important;
}
/* Home Review */
.reviewHomeCard {
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 13px;
    padding: 1rem;

}

.reviewPre,.reviewNext {
    width: 60px!important;
    height: 35px!important;
    line-height: 30px!important;
    border-radius: 13px;
    margin: -12px;
}
.homeReviewSwiper .reviewTitle {
    color: #c1912d;
    font-weight: bold;
    margin-bottom: 10px;
}
.homeReviewDetails {
  text-align: justify;
  margin-bottom: 1rem;
}
/* //About Page */
.aboutUs .paketler4__on {
  border-radius: 6px;
  border: 2px dotted #c1912d;
}
.aboutUs .paketler4__on .icon {
  border: 1px dotted #c1912d;
  background-color: #000;
  border-radius: 6px;
}
.aboutUs .member-box {
  border-radius: 6px;
}

/* cardShop */
.cardShop {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 10px;
}
.cardShop-body {
  padding: 0px 5px 10px 5px;
}
.cardShop-img {
  position: relative;
}
.cardShop-img-top {
  object-fit: contain;
}

.cardShop-title {
  color: #a2a2a2;
}
.cart-btn {
  height: 40px;
  display: inline-block;
  background: #c1912d;
  color: #fff;
  border: 2px solid #c1912d;
  padding: 0 28px;
  position: relative;
  border-radius: 5px;
  font-size: 16px;
}
.cart-btn:disabled, .cart-btn:disabled:hover{
    background-color: gray;
    border: none;
    z-index: -1;
}
.cart-btn:hover {
  background-color: #000;
  border: 1px dotted #c1912d;
}
.cart-icon {
  font-size: 1.5rem;
  color: #c1912d;
  position: relative;
}
.cart-icon span {
  position: absolute;
  left: 2rem;
  font-size: 12px;
  top: -9px;
}
.cart-icon:hover{
  color: #c1912d;
}
.cart-icon.mob{
  display: none;
}
/* //Shop Bag */
.shop-section {
  width: 100%;
}
.alert-status {
    width: 100%;
    text-align: center;
    margin-top: 8rem;
    background: #c1912d;
    color: #fff;
    padding: 2rem;
    border-radius: 5px;
}
.bag-card {
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
  border-radius: 4px;
}
.cart-img {
  /* width: 150px; */
  object-fit: cover;
  max-height: none;
}
.form-control:focus {
    border: 1px solid #c1912d;
    outline: none;
    box-shadow: none;
}
.overview-sec {
  border: none;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 6px;
    padding: 2rem;
}

.cart-card {
  overflow-y: auto;
  height: 100vh;
  overflow-x: hidden;
}
/* width */
.cart-card::-webkit-scrollbar {
  width: 0px;
}
.cart-product-quantity {
    width: 7rem;
    padding: 0px 8px;
    font-size: 14px;
    font-weight: bold;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}
/* //Slider */
.services .swiper-slide {
    width: 340px!important;
}
.active {
    color:#c1912d!important;
}
@media screen and (min-width:968px) {
  .homeReviewSwiper .swiper-slide{
      width: 35%!important;
  }

}
@media screen and (max-width:768px) {
  .bg-light {
    top: -6px!important;
    padding: 0 10px;
  }
}
@media screen and (max-width:1280px) {
.side-widget .logo {
  margin-bottom: 0px;
}
.innerDesktop {
  display: none!important;
}
.innerMobile {
  display: block!important;
}
.subheader {
  display: none!important;
}
.bg-light {
  top: -6px!important;
  padding: 0 10px;
}
.cart-icon {
  font-size: 4rem;
}
.cart-icon.mob{
  display: block;
}
.site-menu {
    display: none;
}
}
