:root {
	--color-primary: #323232;
	--color-secondary: #c1b17e;
	--input-radius: 6px;
}

#cart p.cart-button a {
	border-radius: var(--input-radius);
}
#cart p.cart-button a:before {
	content: none;
}
.product-info-main label[for='input-quantity'], .product-info-main #input-quantity {
	margin: 0;
}
.product-info-main .button-cart {
	margin-top: 0px;
	border-radius: var(--input-radius);
}
.product-info-main #product .form-group input.form-control {
	border-radius: var(--input-radius);
}
.product-info-main .button-cart:before {
	content: none;
}
.product-info-main button.btn-wishlist, .product-info-main button.btn-compare {
    margin: 0;
}
#button-guest, #button-search:not(.no-global-btn), #button-review, #button-account, #button-login, #button-confirm,
#button-payment-method, #button-shipping-method, #button-quote, #button-coupon, #button-register,
.form-horizontal input.btn, a:not(.no-global-btn).btn, input[type='submit'], .button{
	border-radius: var(--input-radius);
}
.product-grid .item {
	height: 100%;
    margin-bottom: 0px;
    border: 1px solid #ddd;
    border-radius: var(--input-radius);
}
.product-grid .caption {
	padding: 12px 10px 15px 10px;
}
.product-grid .product-name {
	margin-bottom: 5px;
}
.product-list .product-name a, .product-grid .product-name a {
	font-size: 14px;
	color: #222;
	line-height: 20px;
}
.product-list .price-box, .product-grid .price-box {
	margin-bottom: 8px;
}
.product-list .price-box .price, .product-grid .price-box .price {
	font-size: 15px;
	font-weight: 500;
}
.product-grid .btn-cart {
    line-height: 40px;
    padding: 0 20px;
    text-transform: none;
	margin-bottom: 5px;
}
.product-grid .ratings {
    margin-bottom: 8px;
}
.product-grid img {
	border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.product-container-row.row {
	display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
	margin-bottom: 25px;
}
.product-grid .product-thumb {
	height: 100%;
}
.related-products .owl-carousel .owl-stage {
	display: flex;
	flex-wrap: wrap;
}
.related-products .owl-carousel .owl-stage .row_items {
	height: 100%;
}
.related-products .owl-carousel .owl-stage .product-layout {
	height: 100%;
}
.product-info-main .price-box p.old-price .price {
    font-size: 20px;
}

.fixed-notification {
	animation: slideInRight 0.3s ease-out;
}
.fixed-notification .notification-content {
	display: flex;
	align-items: center;
	padding: 15px 20px;
	gap: 12px;
}
.fixed-notification .notification-content i:first-child {
	font-size: 18px;
	flex-shrink: 0;
}
.fixed-notification .notification-message {
	flex: 1;
	line-height: 1.4;
}
.fixed-notification .notification-close {
	background: none;
	border: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	padding: 0;
	margin-left: 10px;
	opacity: 0.8;
	transition: opacity 0.2s ease;
	flex-shrink: 0;
}
.fixed-notification .notification-close:hover {
	opacity: 1;
}
.fixed-notification a {
	color: #f8f9fa;
}
@keyframes slideInRight {
	from {
		transform: translateX(100%);
		opacity: 0;
	}
	to {
		transform: translateX(0);
		opacity: 1;
	}
}
@media (max-width: 768px) {
	.fixed-notification {
		right: 10px;
		left: 10px;
		max-width: none;
		min-width: auto;
	}
}

.label-product {
	font-weight: 500;
    border-radius: 3px;
    text-transform: initial;
    font-size: 12px;
}
.category-module {
    background: #fff;
    padding: 16px 20px;
    border: 1px solid #e0e0e0;
    border-radius: var(--input-radius);
    margin-bottom: 20px;
}
.layernavigation-module {
	background: #fff;
    padding: 16px 20px;
    border: 1px solid #e0e0e0;
    border-radius: var(--input-radius);
    margin-bottom: 20px;
}
.category-module h3 {
	margin-top: 0;
}
.category-image img {
	border-radius: var(--input-radius);
}
.product-list .item-inner button.btn-cart:before {
	content: none;
}
.product-list .item-inner button.btn-cart {
	line-height: 40px;
    padding: 0 20px;
	margin-bottom: 5px;
    border-radius: var(--input-radius);
    border: none;
    background: #222;
    color: #fff;
	width: auto;
}
.product-list .item-inner button.btn-cart span {
	display: block;
}
.product-list .item-inner {
	grid-template-columns: 23% auto;
}
@media (max-width: 991px) {
	.product-list .item-inner {
		grid-template-columns: 27% auto;
	}
}
@media (max-width: 600px) {
	.product-list .item-inner {
		grid-template-columns: 32% auto;
	}
}
@media (max-width: 480px) {
	.product-list .item-inner {
		grid-template-columns: 42% auto;
	}
}
.product-list .item {
	border: 1px solid #ddd;
    border-radius: var(--input-radius);	
}
.product-list .caption {
	padding: 20px 20px;
}
.product-list .images-container {
	padding: 25px;
	border-radius: var(--input-radius);
}
.product-list .item-inner .images-container img {
	border-radius: var(--input-radius);
}
.product-list .product-thumb {
    margin-bottom: 0;
}
.product-list .ratings {
    margin-bottom: 8px;
}
@media (max-width: 767px) {
	.product-list .product-des {
		display: none;
	}
}
.module-sidebar .module-title {
	margin-top: 5px;
}

label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-bottom: 6px;
    line-height: 1.3;
}
.form-control {
    display: block;
    width: 100%;
    padding: 10px 14px;
    font-size: 14px !important;
    line-height: 1.5;
    color: #333;
    background-color: #fff;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    box-shadow: none;
    height: 44px;
    transition: all 0.2s ease-in-out;
}
.form-control:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.2);
    outline: none;
}

.alert {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 6px;
    border-left: 4px solid transparent;
    background-color: #f9fafb;
    font-size: 14px;
    line-height: 1.4;
    color: #222;
    position: relative;
    margin-bottom: 15px;
    opacity: 1;
    transform: none;
    box-shadow: none;
	text-align: left;
}
.alert i:first-child {
    font-size: 16px;
    flex-shrink: 0;
}
.alert .alert-message {
    flex: 1;
}
.alert .close {
    background: none;
    border: none;
    color: #555;
    font-size: 16px;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
    opacity: 0.8;
    flex-shrink: 0;
	top: auto;
    right: auto;
}
.alert-success { border-left-color: #28a745; background-color: #e6f4ea; color: #155724; }
.alert-danger  { border-left-color: #dc3545; background-color: #fcebea; color: #721c24; }
.alert-warning { border-left-color: #ffc107; background-color: #fff8e5; color: #856404; }
.alert-info    { border-left-color: #17a2b8; background-color: #e5f6fa; color: #0c5460; }
.alert a { color: inherit; font-weight: 500; }

.form-control + .text-danger, .form-select + .text-danger {
	margin-top: 5px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        padding-top: 13px;
        margin-bottom: 0;
        text-align: right;
    }
}
.logo-footer img {
	height: 60px;
}
.share-list {
    display: flex;
    gap: 10px;
    margin: 10px 0;
    flex-wrap: wrap;
}

.share-list-item {
  display: flex;
  justify-content: center;
}

.share-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid #dee2e6;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s ease;
  cursor: pointer;
  text-align: center;
}

.share-box:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
}

.share-box i,
.share-box img {
  font-size: 22px;
  width: 22px;
  height: 22px;
  margin-bottom: 0px;
}

.share-box img {
  object-fit: contain;
}

.share-box small {
  font-size: 13px;
  font-weight: 500;
  color: #333;
  display: none;
}

/* Colors per network */
.share-box.whatsapp i { color: #25D366; }
.share-box.x img { filter: invert(0); }
.share-box.facebook i { color: #1877f2; }
.share-box.linkedin i { color: #0a66c2; }
.share-box.email i { color: purple; }
.share-box.copy-link i { color: gray; }

/* Hover states */
.share-box:hover small {
    color: #fff;
}
.share-box.whatsapp:hover { background: #25D366; color: #fff; }
.share-box.whatsapp:hover i { color: #fff; }

.share-box.facebook:hover { background: #1877f2; color: #fff; }
.share-box.facebook:hover i { color: #fff; }

.share-box.linkedin:hover { background: #0a66c2; color: #fff; }
.share-box.linkedin:hover i { color: #fff; }

.share-box.email:hover { background: purple; color: #fff; }
.share-box.email:hover i { color: #fff; }

.share-box.copy-link:hover { background: gray; color: #fff; }
.share-box.copy-link:hover i { color: #fff; }

.share-box.x:hover { background: #000; color: #fff; }
.share-box.x:hover img { filter: brightness(0) invert(1); }