﻿.global_basket {
  margin: 50px 0 0;
}
.global_basket .not-product-basket {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 65px;
  border: 1px solid #e0e0e0;
  width: 100%;
}
.global_basket .not-product-basket .box-not {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.global_basket .not-product-basket .box-not .ico-area {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  margin-bottom: 20px;
}
.global_basket .not-product-basket .box-not .ico-area i {
  font-size: 30px;
  color: #000;
}
.global_basket .not-product-basket .box-not .text {
  color: #000;
  font-size: 24px;
  font-weight: 500;
  margin: 14px 0px 0px;
}
.global_basket .not-product-basket .box-not a {
  color: #fff;
  background-color: #000;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.4s;
}
.global_basket .not-product-basket .box-not a:hover {
  background-color: red;
  transition: all 0.4s;
}
.global_basket .not-product-basket .box-not span {
  font-size: 14px;
  font-weight: 300;
  color: #000;
  margin-bottom: 20px;
  margin-top: 5px;
}
.global_basket .basket_list {
  padding: 25px;
  border: 1px solid #e0e0e0;
}
.global_basket .global-title {
  color: #000;
}
.global_basket .more-shop {
  color: #fff;
  background-color: #000;
  padding: 12px 20px;
  border: 1px solid transparent;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.5s ease;
  float: right;
}
.global_basket .more-shop:hover {
  background-color: #fff;
  transition: all 0.5s ease;
  color: #000;
  border: 1px solid #000;
}
.global_basket .destroy_cart {
  color: #000;
  border: 1px solid #d5d5d5;
  background-color: #fff;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.5s ease;
}
.global_basket .destroy_cart:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.5s ease;
}
.global_basket .basket_prod .basket_flex {
  display: flex;
  gap: 50px;
}
.global_basket .basket_prod .basket_flex .column-8 {
  width: 70%;
}
.global_basket .basket_prod .basket_flex .column-4 {
  width: 30%;
}
.ny-cart-list {
  display: flex;
  position: relative;
  align-items: center;
  padding: 20px 0px !important;
  border-bottom: 1px solid #E4E4E4 !important;
}
.ny-cart-list .nyCartWrap {
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
  gap: 50px;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .ny-cart-list .nyCartWrap {
    justify-content: flex-end;
    gap: 20px;
  }
}
.ny-cart-list .nyCartWrap .counter-sepet {
  display: flex;
  width: fit-content;
  flex-direction: column;
  width: 40px;
}
@media only screen and (max-width: 767px) {
  .ny-cart-list .nyCartWrap .counter-sepet {
    flex-direction: row;
    width: auto;
  }
}
.ny-cart-list .nyCartWrap .nyartRemove i {
  width: auto;
  height: auto;
  background-color: unset;
  color: red;
  border: unset;
}
@media only screen and (max-width: 767px) {
  .ny-cart-list .nyCartWrap .nyartRemove i {
    width: 30px;
    font-size: 16px;
    height: 30px;
  }
}
.ny-cart-list:first-child {
  padding-top: 0 !important;
}
.ny-cart-list:last-child {
  border: unset !important;
  padding-bottom: 0 !important;
}
.ny-cart-list .ny-cart-image {
  width: fit-content;
  padding: 0;
  width: 10%;
}
.ny-cart-list .ny-cart-image .product-image {
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
}
.ny-cart-list .ny-cart-image .product-image img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain;
}
.ny-cart-list .cartProductDetail {
  width: 45%;
  display: flex;
  flex-direction: column;
  row-gap: 3px;
  padding: 20px;
}
.ny-cart-list .cartProductDetail br {
  display: none;
}
.ny-cart-list .cartProductDetail span {
  font-size: 13px;
  font-weight: 200;
}
.ny-cart-list .cartProductDetail .nyCartProductTitle {
  color: #000;
  font-size: 14px;
  font-weight: 300;
  display: block;
  width: 100%;
}
.ny-cart-list .cartProductDetail .nyCartProductSubValue {
  color: #000;
  font-weight: 500 !important;
  font-size: 16px;
}
.ny-cart-list .nyCountInput {
  width: 100%;
  height: 40px !important;
  font-size: 14px;
  font-weight: 500;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  margin: 5px 0;
  border-color: #e0e0e0;
  font-size: 16px;
  text-align: center;
  color: #000;
  border-radius: 5px;
}
.ny-cart-list .nyCartUpdBt {
  background-color: #000;
  position: absolute;
  right: 0;
  top: -35px;
  color: #fff;
  padding: 6px 10px;
  margin: 0;
  font-size: 12px;
  display: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .ny-cart-list .nyCartUpdBt {
    top: 0;
  }
}
.ny-cart-list .nyCartProductSubTitle {
  color: #000;
}
.ny-cart-list .birim {
  display: flex;
  height: 40px;
}
.ny-cart-list .birim input {
  width: 60px;
  border: unset;
  text-align: center;
}
.ny-cart-list .nyCartListRight {
  width: 45%;
}
.ny-cart-list .nyCartListRight .nyCartRemove {
  background-color: unset;
}
.ny-cart-list .nyCartListRight .nyCartRemove i {
  background-color: unset;
  color: red;
  font-size: 25px;
}
.ny-cart-list .nyCartListRight i {
  background-color: #fff;
  color: #000;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin: 5px 0;
  width: 100%;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  margin: 0;
  font-weight: 200;
}
.ny-cart-list .nyShowMobile {
  display: none;
}
.cart-summary {
  border: 1px solid #E8E8E8;
  padding: 25px;
}
.cart-summary h3 {
  color: #6D6E71;
  font-size: 22px;
  font-weight: 600;
}
.cart-summary table {
  border-collapse: separate;
  border-spacing: 0 15px;
  width: 100%;
}
.cart-summary table tr {
  border-bottom: 1px solid #e0e0e0;
}
.cart-summary table tr td {
  border-color: #e0e0e0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 5px;
  position: relative;
}
.cart-summary table tr td.free-cargo {
  color: #3c763d;
  font-weight: 600;
}
.cart-summary table tr td i {
  font-size: 20px;
  position: relative;
  top: 1px;
}
.cart-summary table tr td .free-hover {
  position: absolute;
  bottom: 100%;
  background-color: #d2d2d2;
  right: 0;
  color: #000;
  font-size: 12px;
  font-weight: 200;
  padding: 10px;
  border-radius: 10px;
  width: max-content;
  display: none;
}
.cart-summary table tr td td.price {
  font-weight: 700;
  text-align: end;
}
.cart-summary table tr td td.alert {
  color: #000;
  border: unset;
  font-weight: 400;
  padding: 7px 12px;
  font-size: 12px;
}
.cart-summary table tr.sepetToplam td {
  font-weight: 600;
}
.cart-summary table tfoot tr td {
  border: unset !important;
  font-size: 16px;
}
.cart-summary .ssl-image {
  width: 100px;
}
.cart-summary .buy-button {
  width: 100%;
  color: #fff;
  background-color: red;
  padding: 15px 30px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  gap: 10px;
}
.cart-summary .buy-button img {
  width: 25px;
}
.cart-summary .buy-button:hover {
  background-color: red;
  transition: all 0.5s ease;
}
.cart-summary.coupon {
  display: none;
  border: unset;
  text-align: left;
  padding: 0 25px 25px;
}
.cart-summary.coupon label {
  font-size: 13px;
  font-weight: 300;
}
.cart-summary.coupon input {
  height: 40px;
  padding: 0 20px;
  margin: 10px 0px;
  width: 100%;
  border: 1px solid #E8E8E8;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}
.cart-summary.coupon input::placeholder {
  opacity: 0;
  font-size: 14px;
  color: #c8c8c8;
  font-weight: 400;
}
.cart-summary.coupon input:focus-visible {
  outline: unset !important;
}
.cart-summary.coupon button {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  margin-top: 10px;
  border: 1px solid #000;
  color: #000;
  background-color: #fff;
}
.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #000;
}
.coupon_area {
  width: 100%;
  margin: 20px 0px;
  border: 1px solid #E8E8E8;
}
.coupon-add-button {
  width: 100%;
  color: #000;
  padding: 20px 0px;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  text-align: center;
  line-height: 1;
}
.coupon-add-button i {
  color: #000;
  font-size: 20px;
  line-height: 1;
  position: relative;
  top: 2px;
  font-weight: 100;
}
@media only screen and (max-width: 767px) {
  .page-content {
    margin: 50px 0 !important;
  }
  .global_basket {
    margin: 20px 0 0;
  }
  .global_basket .basket_list {
    padding: 15px;
  }
  .global_basket .basket_list .ny-cart-list {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .global_basket .basket_prod .basket_flex {
    flex-direction: column;
    gap: 20px;
  }
  .global_basket .basket_prod .basket_flex .column-8 {
    width: 100%;
  }
  .global_basket .basket_prod .basket_flex .column-4 {
    width: 100%;
  }
  .campaignBox {
    padding: 15px;
  }
  .campaignBox .campaignText {
    font-size: 14px;
  }
  .cart-summary .buy-button {
    font-size: 14px;
    position: fixed;
    bottom: 0;
    z-index: 99999999999;
    left: 0;
    width: 100%;
  }
  .cart-summary .buy-button img {
    width: 20px;
  }
  .ny-cart-list .nyCartListRight {
    width: 100%;
  }
  .ny-cart-list .nyCartListRight i {
    width: 30px;
    height: 40px;
  }
  .ny-cart-list .nyCartListRight .nyCartRemove i {
    font-size: 20px;
  }
  .ny-cart-list .nyCountInput {
    width: 40px;
    margin: 0 5px;
  }
  .ny-cart-list .ny-cart-image {
    width: 25%;
    margin-right: 0 !important;
    padding: 0;
    border-right: 0;
  }
  .ny-cart-list .cartProductDetail {
    width: 75%;
    padding-left: 20px;
  }
  .ny-cart-list .nyCartWrap .nyCartProductSubValue {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-content {
    margin: 50px 0 !important;
  }
  .global_basket {
    margin: 20px 0 0;
  }
  .global_basket .basket_list {
    padding: 15px;
  }
  .global_basket .basket_list .ny-cart-list {
    row-gap: 20px;
  }
  .global_basket .basket_prod .basket_flex {
    flex-direction: column;
    gap: 20px;
  }
  .global_basket .basket_prod .basket_flex .column-8 {
    width: 100%;
  }
  .global_basket .basket_prod .basket_flex .column-4 {
    width: 100%;
  }
  .campaignBox {
    padding: 15px;
  }
  .campaignBox .campaignText {
    font-size: 14px;
  }
  .cart-summary .buy-button {
    font-size: 14px;
  }
  .cart-summary .buy-button img {
    width: 20px;
  }
  .ny-cart-list .nyCartListRight {
    width: 100%;
  }
  .ny-cart-list .nyCartListRight .counter-sepet {
    width: 40px !important;
  }
  .ny-cart-list .nyCartListRight .nyCartRemove i {
    font-size: 20px;
  }
  .ny-cart-list .nyCountInput {
    width: 100%;
  }
  .ny-cart-list .ny-cart-image {
    width: 25%;
    margin-right: 0 !important;
    padding: 0;
  }
  .ny-cart-list .cartProductDetail {
    width: 75%;
    padding-left: 20px;
  }
  .ny-cart-list .nyCartWrap .nyCartProductSubValue {
    font-size: 16px;
  }
}