.old-price{
	text-decoration: line-through;
	font-size: 18px;
	font-weight: 600;
}
.basket-total{
	margin-bottom: 36px;
}
.basket-total .apply-coupon{
	right: 8px;
	top: 8px;
	position: absolute;
	width: 73px;
	height: 27px;
	padding: 8px 16px;
	border-radius: 80px;
	font-size: 10px;
	font-weight: 500;
	line-height: 10px;
	letter-spacing: -0.045em;
	text-align: center;
}

/* Not found page start */
#error-not-found{
	background-color: #FFF !important;
	padding: 36px;
	color: #000;
}
#error-not-found h1{
	font-size: 28px;
	font-weight: 600;
}
#error-not-found p{
	margin-top: 48px;
	font-size: 18px;
}
#error-not-found .btn-continue{
	margin-top: 36px;
	background-color: #000;
	color: #FFF;
}
/* Not found page end */

/* Checkout start */
.shopping-cart-buttons{
	display: flex;
	border: 1px solid #ced4da;
	padding-inline: 6px;
	max-width: 160px;
	height: 40px !important;
}
.shopping-cart-buttons input, .shopping-cart-buttons button{
	background-color: #FFF !important;
	border: none;
	padding-inline: 5px;
	height: 35px !important;
}
.shopping-cart-buttons input{
	padding: 0 !important;
	color: #000 !important;
	font-weight: 500 !important;
	padding-inline: 8px !important;
}
.shopping-cart-buttons .shopping-cart-update-btn{
	padding-left: 14px;
}
.shopping-cart-buttons button{
	flex-shrink: 0;
}
.remove-button{
  margin-top: 2px;
}
/* Checkout end */


.filter-passive .accordion-header{
	justify-content: flex-end;
}
.form-white input:-webkit-autofill,
.form-white input:-webkit-autofill:hover,
.form-white input:-webkit-autofill:focus {
	-webkit-text-fill-color: #000 !important;
}

/* Custom validation style */
.needs-validation .has-error .form-control,
.needs-validation .has-error .select2-selection{
	border: 1px solid var(--red) !important;
}
.needs-validation .has-error .invalid-feedback {display: block;}
.container .alert-danger,
.container .alert-danger i{
	color: #FF3030;
}
.container .alert-warning,
.container .alert-warning i{
	color: #EEA003;
}
.coupon-added{
	background-color: #f8d7da !important;
	border-color: #ff3030 !important;
}
.coupon-edit-label,
.coupon-edit-button{
	color: #ff3030 !important;
}
.alert-form-wrapper{
	display: flex;
	justify-content: center;
	padding-inline: 12px;
}
.alert-form{
	max-width: 670px;
	width: 100%;
}
.breadcrumb-white a{color: #FFF !important;}
.basket-item-img {cursor: pointer;}
.address-action-wrapper{width: 100px;}
.checkout-address-action-wrapper{width: 100px; font-size: 14px; font-weight: 600;}

/* Pagination Start */
ul.pagination{
	padding: 24px 48px;
	gap: 12px;
}

ul.pagination > li{
	background-color: #ced4da;
	padding: 8px;
	border-radius: 50%;
}
ul.pagination > li:hover,ul.pagination > li.active{
	background-color: #adb5bd;
}

ul.pagination > li > a,
ul.pagination > li > span{
	color: #152c40;
	display: inline-block;
	width: 18px;
	text-align: center;
}

ul.pagination > li > a:hover,
ul.pagination > li > a:active{
	color: #152c40 !important;
	text-decoration: none;
}



table {
  border: 1px solid #ccc;
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: 300;
  font-size: 14px;
  max-width: 800px;
  margin: 20px auto;

}
thead > tr > th {
  font-weight: 600;
  font-size: 16px;
}
table tr {
  border: 1px solid #ddd;
  padding: 5px;
}

table th,
table td {
  padding: 10px;
  text-align: center;
}

table th {
  text-transform: uppercase;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  table {
    border: 0;
  }

  table thead {
    display: none;
  }

  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }

  table td {
    display: block;
    text-align: left;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }

  table td:last-child {
    border-bottom: 0;
  }

  table td:before {
    content: attr(data-label);
    float: right;
    text-transform: uppercase;
    font-weight: 600;
  }
}
.table-genre {
  text-decoration: none;
}
table a.table-genre:hover {
  text-decoration: none;
  font-weight: 500;
}

.static-page a {
  color: #0a001f;
}

.static-page a:hover, .static-page a:focus {
  color: #0a53be !important;
}

.static-page p {
  margin-bottom: 1rem;
}

/* overwrite styles */
.custom-table-head{
  display: table-header-group !important;
}

.custom-table-head tr{
  margin-bottom: 0 !important;
  border-bottom: 0 !important;
  display: flex !important;
  justify-content: space-between !important;
}

.profile-body{
  padding-bottom: 0;
}
/* overwrite styles end */

/* Return Form Fix */
#formApplyReturn .form-control{
  background-color: #FFF !important;
  color: #000 !important;
  font-weight: 400;
  font-size: 12px;
}
/* Return Form Fix end */


/* overwrite product detail */
.product-body li {
  color: var(--black) !important;
  line-height: 24px;
}
.product-body .product-top{
  margin-bottom: 32px;
}

.thumbnail,
.thumbnail img{
  min-height: 100px;
}

.product-body .gallery-container,
.product-body .gallery-main,
.product-body .main-slider{
  height: 442px !important;
}

@media (max-width: 1199px) {
  .product-body .gallery-container,
  .product-body .gallery-main,
  .product-body .main-slider{
    height: 422px !important;
    border-radius: 0;
  }
}

@media (max-width: 991px) {
  .product-body .gallery-container,
  .product-body .gallery-main,
  .product-body .main-slider{
    height: 402px !important;
  }
}

@media (max-width: 768px) {
  .product-body .gallery-container,
  .product-body .gallery-main,
  .product-body .main-slider{
    height: 302px !important;
  }
}

@media (max-width: 576px) {
  .product-body .gallery-container,
  .product-body .gallery-main,
  .product-body .main-slider{
    height: 232px !important;
  }
}

@media (max-width: 400px) {
  .product-body .gallery-container,
  .product-body .gallery-main,
  .product-body .main-slider{
    height: 202px !important;
  }
}
.product-body .tab-content * {
  max-width: 100%;
}
.container-scrollable::-webkit-scrollbar {
  height: 10px;
  background-color: #dee2e6;
  border-radius: 5px;
}
.container-scrollable::-webkit-scrollbar-thumb {
  background-color: #adb5bd;
  border-radius: 5px;
}
.container-scrollable::-webkit-scrollbar-thumb:hover {
  background-color: #868e96;
}
/* overwrite product detail end */

.hover-text {
  display: none;
}

.right-area .buttons {
  align-items: center;
}
table.table {
  border: 1px solid var(--graye5);
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 32px;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  background: var(--black2d);
}

.tab-content .tab-pane {
  padding-bottom: 40px;
}

.table-bordered > :not(caption) > * > * {
  padding: 10px;
}

.form-floating.bg-white {
  background-color: inherit !important
}
.profile-body .profile-tabs .nav-link.active {
  background-color: var(--white2) !important;
}

.profile-body .delivery-address-wrapper .add-delivery-modal .form-content .form-floating .form-control {
  background-color: var(--white) !important;
}

.shopping-cart-buttons {
  background: white;
}


.uniform-body .uniform-items {
  row-gap: 100px;
}

.uniform-filter .accordion-item {
  background-color: var(--white2) !important;
}

.payment-body section.white-radius *.adyen-checkout__button__text, .payment-body section.white *.adyen-checkout__button__text {
  color: var(--white);
}
.price {
  display: none !important;
}