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

html, body {
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  color: #444;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
    padding-bottom:0px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom:0px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 340px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 10px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  margin-bottom: 20px;
}
#menu .navbar-nav > li > a {
    color: #fff;
    padding: 10px 30px 10px 30px;
    background-color: transparent;
    font-size: 14px;
    font-weight: 600;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
    bottom: -1px;
    width: 100%;
    padding: 70px 0px;
    background-color: #ebf4f7;
    border-top: 20px solid #cbdde3;
    color: #282727;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #333;
  text-decoration: none;
  font-size:15px;
}
footer a:hover {
  color: #333;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 2px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  text-decoration: none;
    color: #787878;
    font-size: 16px;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: -5px;
  width: 10px;
  height: 10px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
    border: 3px solid #e1f0f5;
    position: relative;
    height: 100%;
    border-radius: 20px;
    padding: 15px;
    background: #ebf4f7;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
}
.product-thumb .description h4 {
  font-weight: bold;
}
.product-thumb .button {
  display: flex;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 60%;
    border: none;
    background-color: #ffae00;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 10px;
    border-radius: 100px;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

.black-menu {
    background:#000;
    color:#fff;
    width:100%;
}

.new-header {
    margin-bottom: 30px;
    margin-top: 30px;
}

.cart-new {
    background:#ffae00;
    border-radius:100px;
    float:right;
    width:100%;
    padding: 10px 10px;
    line-height: 1;
}

.cart-count {
    position: absolute;
    top: 7px;
    background: #333;
    color: #fff;
    padding: 5px 10px;
    border-radius: 100px;
    line-height: 1;
    display: block;
    right: -20px;
}

.login-header {
    background:#ffae00;
    border-radius:100px;
    float:right;
    font-size: 15px;
    line-height: 18px;
    width:100%;
}

.btn-cart-new {
    border-radius:100px !important;
}

.btn-cart-min {
    width:50px;
    height:50px;
    border-radius:100px !important;
    font-size:20px;
    font-weight:800;
    margin-right:10px !important;
}

.btn-cart-plus {
    width:50px;
    height:50px;
    border-radius:100px !important;
    font-size:20px;
    font-weight:800;
    margin-left:10px !important;
}

.thumb-img {
    border-radius: 100%;
    border: 10px solid #cbdde3;
}

.featured-widget {
    display:block;
}

.featured-widget h3 {
    background:#ebf4f7;
    padding:20px;
    text-align:center;
    width:100%;
    border-radius:20px;
    margin-bottom:30px;
}

.carousel {
    border-radius: 0px;
    margin-bottom: 00px;
}

.carousel.slide img {
    border-radius:0px;
}

.stock-li {
    background: #edddd5;
    padding: 4px 15px;
    border-radius: 6px;
    margin-bottom:10px;
    width:70%;
    font-size: 14px;
}

.delivery-li {
    background: #d5ede8;
    padding: 4px 15px;
    border-radius: 6px;
    margin-bottom:10px;
    width:70%;
    font-size: 14px;
}

.product-detail-img {
    border-radius:20px;
    width: 100%;
}

.product-detail-img-thumb {
    border-radius:20px;
}



.icon-wrapper2
 {
    position: relative;
    margin-bottom:80px;
    margin-top:80px;
}

.icon-bx-wraper.style-2 {
    background-color: #fff;
    overflow: hidden;
    display: flex;
    align-items: center;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
    margin-bottom: 20px;
}

.icon-bx-wraper.style-2 .icon-bx {
    background-color: #f5f4e0;
    width: 100px;
    height: 100px;
    min-width: 100px;
    border-radius: 100%;
    line-height: 120px;
    text-align: center;
    margin-right: 20px;
}

.icon-content {
    overflow: hidden;
}

.icon-bx-wraper.style-2 .icon-bx .icon-cell {
    color: #f7a900;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.icon-bx-wraper.style-2 .icon-bx .icon-cell i {
    font-size: 45px;
}

@media only screen and (min-width: 991px) {
    .icon-wrapper2 > div:not(:nth-child(3)) {
        border-right: 1px dashed rgba(102, 102, 102, 0.2);
    }
}

@media only screen and (max-width:900px) {

    .wavesshape {
    bottom: 20px !important;
    left: 0;
    position: relative;
    right: 0;
    top: auto;
    width: 100%;
    height: auto;
    z-index: 1;
}

.section-title h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 25px !important;
    font-weight: 800;
}

}

.list-group-item {
    position: relative;
    display: block;
    border-radius: 12px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-size: 15px;
    border: none;
}

.footer-social a {
    font-size:22px;
    background:#333;
    border-radius:10px;
    padding:5px 10px;
    color:#fff;
    margin-right:10px;
}

.footer-social a:hover {
    background:#cbdde3;
}

.mobile-bottom-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #ffffff;
    border-top: 2px solid #ebf4f7;
    padding: 10px 0 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mobile-bottom-item {
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 11px;
}

.mobile-bottom-item i {
    display: block;
    font-size: 20px;
    margin-bottom: 2px;
}

.mobile-bottom-item span {
    display: block;
    line-height: 1.1;
}

.mobile-bottom-item:active,
.mobile-bottom-item:focus {
    background: #f5f5f5;
}

.banner-fullscreen-wrapper {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    overflow: hidden;           /* kritik: içteki .row’un taşmasını kesiyor */
}

#common-home {
    margin-top:-21px;
}

.wavesshape {
    bottom: 50px;
    left: 0;
    position: relative;
    right: 0;
    top: auto;
    width: 100%;
    height: auto;
    z-index: 1;
}

.wavesshape img {
    width: 100%;
}

.banner-fullscreen {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    overflow-x: hidden;
}

.banner-fullscreen .row {
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
}

.row.g-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

.about-section {
    padding-top:60px;
    padding-bottom:60px;
}

.section-title h2 {
    text-transform: uppercase;
    margin-bottom: 15px;
    font-size: 50px;
    font-weight: 800;
}

.iconic-box.style-five {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 30px 20px;
    border-radius: 10px;
    background: #f1f1f1;
    margin-bottom:10px;
}

.iconic-box.style-five .icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60px;
    margin-right: 20px;
}

.iconic-box.style-five .content h3.title {
    font-size: 32px;
}

.iconic-box.style-five .content p {
    font-size: 18px;
    font-weight: 500;
}

.theme-btn.style-one {
    background-color: #50ad5f;
    color: #fff;
    border-radius: 10px;
    font-weight: 600;
}

.theme-btn.style-one i {
    margin-right:10px;
}

.theme-btn {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font: 700 20px var(--body-font);
    padding: 17px 46px;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top:20px;
}