
body {
    background-color: #f1f0f0; 
	font-family: 'Manrope', sans-serif !important;
}
a{
   color: #f7a9a9;
}
header{
	background-color: #ffffff;
}
@media (min-width: 768px){
header .container > .row .col-sm-5 {
	width: 25%;
	order: 1;
	display: flex;
	align-items: center;
}
header .container > .row .col-sm-4 {
	width: 50%;
	order: 2;
}
header .container > .row .col-sm-3 {
	order: 3;
	display: flex;
	align-items: center;
	justify-content: center;
} 
header .container > .row {
	display: flex;
}
}
.slideshow .swiper-slide img {
    width: 100%
}
#common-home h3 {
    font-size: 2.2em;
    font-weight: 500;
    color: #333;
    text-align: center;
    margin: 40px 0 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1.2;
}

#common-home h3::before,
#common-home h3::after {
    content: '';
    flex-grow: 1;
    height: 2px;
    background-color: #E0E0E0;
    margin: 0 20px;
    border-radius: 1px;
}
.alert.alert-success {
    background-color: #e6f7eb;
    color: #28a745;
    border: 1px solid #c3e6cb;
    border-radius: 10px;
    padding: 15px 25px;
    margin-bottom: 25px;
    align-items: center;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.alert.alert-success .fa-check-circle {
    font-size: 1.5em;
    color: #28a745;
    margin-right: 15px;
}

.alert.alert-success a {
    color: #b37e8c;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.3s ease;
}

.alert.alert-success a:hover {
    color: #a06a78;
    text-decoration: underline;
}

.alert.alert-success .close {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    background: none;
    border: none;
    font-size: 1.8em;
    color: #888;
    opacity: 0.7;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
}

.alert.alert-success .close:hover {
    color: #dc3545;
    opacity: 1;
    transform: translateY(-50%) scale(1.1);
}
.alert.alert-danger {
    background-color: #fcebeb;
    color: #c9302c;
    border: 1px solid #E97F7F;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    font-family: sans-serif;
    font-size: 1.05em;
    position: relative;
    overflow: hidden;
}

.alert.alert-danger i.fa-exclamation-circle {
    color: #E97F7F;
    font-size: 1.6em;
    margin-right: 15px;
}
#logo {
    margin: 0 0 15px 0;
    text-align: center;
    display: flex;
    justify-content: center;
}
@media (min-width: 1200px) {
    .container {
        width: 1350px;
    }
}
#common-home.container,
#common-success.container,
#product-category.container,
#product-product.container,
#product-manufacturer.container,
#account-login.container,
#account-register.container,
#account-forgotten.container,
#account-account.container,
#information-contact.container,
#information-sitemap.container,
#error-not-found.container,
#information-information.container,
#checkout-checkout.container,
#product-compare.container,
#product-search.container,
#product-manufacturer-info.container,
#product-special.container,
#account-edit.container,
#account-password.container,
#account-address.container,
#account-voucher.container,
#account-order.container,
#account-wishlist.container,
#account-return.container,
#account-transaction.container,
#account-reward.container,
#account-newsletter.container,
#affiliate-account.container,
#affiliate-login.container,
#affiliate-register.container,
#affiliate-tracking.container {
    background-color: #FFFFFF;
    border-radius: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    padding: 25px;
    margin-bottom: 30px;
}
.pull-left .hidden-xs.hidden-sm.hidden-md {
    display: none;
}
#top {
    background: #ffffff; 
    color: #333;
    padding: 8px 0;
    border-bottom: none;
	margin:0px 0px 0px 0px;
}
#top .pull-left {
    background-color: #f7f7f7;
    border-radius: 20px;
    margin-right: 15px;
    display: flex;
    align-items: center;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

#top .pull-left:hover {
    background-color: #f0f0f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

#top .pull-left:last-of-type {
    margin-right: 0;
}
#top .btn-group .btn-link {
    color: #555;
    background-color: transparent;
    border: none;
    font-weight: 500;
    padding: 5px 8px;
    transition: color 0.2s ease;
    display: flex;
    align-items: center;
}

#top .btn-group .btn-link:hover,
#top .btn-group .btn-link:focus {
    color: #f7a9a9;
    text-decoration: none;
}

#top .btn-group .btn-link strong {
    font-size: 15px;
    margin-right: 4px;
}

#top .btn-group .btn-link img {
    vertical-align: middle;
    margin-right: 4px;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#top .btn-group .btn-link .fa-caret-down {
    margin-left: 4px;
    color: #888;
}
#top .dropdown-menu {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    padding: 5px 0;
    margin-top: 5px;
    min-width: 160px;
}

#top .dropdown-menu li {
    border-bottom: 1px solid #eee;
}

#top .dropdown-menu li:last-child {
    border-bottom: none;
}

#top .dropdown-menu .btn-link {
    width: 100%;
    text-align: left;
    color: #444;
    padding: 8px 15px;
    font-weight: normal;
    white-space: nowrap;
    transition: background-color 0.2s ease, color 0.2s ease;
}

#top .dropdown-menu .btn-link:hover,
#top .dropdown-menu .btn-link:focus {
    background-color: #ffeef2 !important;
    color: #333 !important;
	background-image: none !important;
}
.dropdown-menu li > a:hover{
    background-color: #ffeef2 !important;
    color: #333 !important;
	background-image: none !important;
}
#top-links {
    margin-left: auto;
    background-color: #f7f7f7;
    padding: 4px 15px;
    border-radius: 20px;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

#top-links:hover {
    background-color: #f0f0f0;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

#top-links .list-inline {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 15px;
}

#top-links .list-inline > li {
    padding: 0;
}

#top-links .list-inline > li > a {
    color: #555;
    text-decoration: none;
    padding: 5px 0;
    transition: color 0.2s ease;
}

#top-links .list-inline > li > a:hover {
    color: #f7a9a9;
}

#top-links .list-inline > li > a .fa {
    margin-right: 6px;
    font-size: 15px;
    color: #777;
}

#top-links .list-inline > li > a:hover .fa {
    color: #f7a9a9;
}

#top-links .list-inline > li.dropdown .dropdown-menu {
    right: 0;
    left: auto;
}

#top-links .list-inline > li.dropdown .dropdown-menu li a {
    color: #444;
    padding: 8px 15px;
    display: block;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}
.dropdown-menu li > a:hover{
	background-image: none;
}
#search {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 45px;
    margin: 0 auto;
    max-width: 450px;
    padding: 0 15px;
}

#search .input-group {
    width: 100%;
    position: relative;
}

#search input.form-control {
    border: none;
    border-bottom: 2px solid #e0e0e0;
    background-color: transparent;
    box-shadow: none;
    padding: 8px 40px 8px 0px;
    height: auto;
    font-size: 16px;
    color: #555555;
    transition: all 0.3s ease-in-out;
    width: 100%;
    outline: none;
    border-radius: 0;
}

#search input.form-control::placeholder {
    color: #999999;
    font-style: italic;
    opacity: 0.8;
}

#search input.form-control:focus {
    border-color: #b37e8c;
    box-shadow: 0 1px 0 0 #b37e8c;
}

#search .input-group-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

#search .btn-default {
    background: #f7a9a9;
    border: none;
    padding: 5px;
    font-size: 18px;
    color: #ffffff;
    transition: color 0.3s ease, transform 0.3s ease;
    cursor: pointer;
    line-height: 1;
}

#search .btn-default:hover {
    color: #b37e8c;
    transform: scale(1.1);
}
.btn-inverse{
	border: none;
    background: none;
    text-shadow: none;
}
#cart > .btn{
	color: #555;
    box-shadow:none;
}
#cart.open > .btn{
	border: none;
}
.btn-inverse:hover{
	background-color: #f9f9f9;
    background-image: none;
}

#menu {
    background-color: #ffffff;
    margin-top: 10px;
    border-radius: 30px 10px 30px 10px;
	border: none;
	background-image: none;
}
#menu .nav > li > a{
	color: #333;
	text-shadow: none;
	font-size:15px;

}
#menu{
	min-height: 43px;
}
.navbar-nav .dropdown-toggle:after {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 16px;
    display: block;
    float: right;
    margin-left: 5px;
    margin-top: 0;
}
.nav.navbar-nav > li > a:hover {
    color: #b37e8c;
    background-color: rgba(179, 126, 140, 0.05);
    border-bottom: 3px solid #f7a9a9;
}
#menu .see-all:hover, #menu .see-all:focus{
	background-color: #ffeef2 !important;
    color: #333 !important;
    background-image: none !important;
}
#menu .dropdown-menu{
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    padding: 5px 0;
    margin-top: 1px;
    min-width: 160px;
}
.dropdown-menu.pull-right > li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    display: block;
}

.dropdown-menu.pull-right > li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.dropdown-menu .table.table-striped {
    margin-bottom: 0;
}

.dropdown-menu .table.table-striped tbody tr {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px;
}

.dropdown-menu .table.table-striped td {
    border: none;
    padding: 5px 0;
    vertical-align: middle;
    font-size: 0.9em;
    color: #555;
}

.dropdown-menu .table.table-striped td.text-center:first-child {
    flex-shrink: 0;
    width: 50px;
}

.dropdown-menu .table.table-striped img.img-thumbnail {
    width: 47px;
    height: 47px;
    border-radius: 4px;
    border: 1px solid #eee;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.dropdown-menu .table.table-striped td.text-left {
    flex-grow: 1;
    font-weight: 500;
}

.dropdown-menu .table.table-striped td.text-left a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.dropdown-menu .table.table-striped td.text-left a:hover {
    color: #f7a9a9;
}

.dropdown-menu .table.table-striped td.text-right {
    white-space: nowrap;
}

.dropdown-menu .table.table-striped .btn-danger {
    background-color: #e74c3c;
    border-color: #e74c3c;
    color: #fff;
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 0.8em;
    transition: all 0.2s ease;
    box-shadow: none;
}

.dropdown-menu .table.table-striped .btn-danger:hover {
    background-color: #c0392b;
    border-color: #c0392b;
    transform: translateY(-1px);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > div {
    padding-top: 10px;
}

.dropdown-menu .table.table-bordered {
    margin-bottom: 15px;
    border: none;
}

.dropdown-menu .table.table-bordered tbody tr td {
    border: none;
    padding: 8px 0;
    font-size: 1em;
    color: #333;
    font-weight: 600;
}

.dropdown-menu .table.table-bordered tbody tr td.text-right {
    color: #f7a9a9;
    font-size: 1.1em;
    font-weight: 700;
}

.dropdown-menu .table.table-bordered tbody tr:first-child td {
    padding-top: 0;
}

.dropdown-menu p.text-right {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.dropdown-menu p.text-right a {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.dropdown-menu p.text-right a[href*="cart"] {
    background-color: #f0f0f0;
    color: #555;
    border: 1px solid #ddd;
}

.dropdown-menu p.text-right a[href*="cart"]:hover {
    background-color: #e0e0e0;
    color: #333;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
}

.dropdown-menu p.text-right a[href*="checkout"] {
    background-color: #f7a9a9;
    color: #fff;
    border: 1px solid #f7a9a9;
}

.dropdown-menu p.text-right a[href*="checkout"]:hover {
    background-color: #e97f7f;
    border-color: #e97f7f;
    box-shadow: 0 2px 5px rgba(247, 169, 169, 0.4);
    transform: translateY(-1px);
}

.dropdown-menu p.text-right a .fa {
    margin-right: 5px;
    font-size: 1.1em;
}
.swiper-pagination-bullet {
    width: 25px !important;
    height: 3px !important;
    display: inline-block !important;
    border-radius: 0 !important;
    background: transparent !important;
    border: 1px solid #e0e0e0 !important;
    opacity: 0.9 !important;
    margin: 0 4px !important;
    transition: all 0.3s ease !important;
    cursor: pointer !important;
}

.swiper-pagination-bullet-active {
    background: #b37e8c !important;
    border-color: #b37e8c !important;
    opacity: 1 !important;
    transform: scale(1.05) !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}

.swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
    background: #f5f5f5 !important;
    border-color: #c7c7c7 !important;
    opacity: 1 !important;
}


.swiper-viewport{
    border-radius: 15px !important;
}
.swiper-button-prev, .swiper-button-next {
    background: #f7a9a9;
    border-radius: 30px;
}
.swiper-button-next:before{
	font-size: 28px !important;
	margin-left: 5px!important;
}
.swiper-button-prev:before{
	font-size: 28px!important;
	margin-left: 5px!important;
}
.product-thumb {
    border: none;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: none;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.product-thumb .image img {
    transition: transform 0.3s ease;
}

.product-thumb:hover .image img {
    transform: scale(1.05);
}
.product-thumb .image a:hover {
    opacity: 1 !important;
}
.product-thumb .caption {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.product-thumb .caption h4 {
    margin: 0 0 5px 0;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.3;
}

.product-thumb .caption h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.product-thumb .caption h4 a:hover {
    color: #E97F7F;
}

.product-thumb .rating {
    margin-bottom: 10px;
    text-align: left;
    min-height: 20px;
    display: none;
}

.product-thumb .rating .fa-stack {
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    font-size: 0.9em;
}

.product-thumb .rating .fa-star,
.product-thumb .rating .fa-star-o {
    color: #E97F7F;
    text-shadow: 0 0 2px rgba(233, 127, 127, 0.3);
}

.product-thumb .rating .fa-star-o {
    color: #dcdcdc;
}

.product-thumb .caption p:not(.price) {
    color: #777;
    font-size: 0.85em;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 60px;
}

.product-thumb .price {
    font-size: 1.15em;
    font-weight: 600;
    margin-top: auto;
    padding-top: 10px;
    border-top: 1px dashed rgba(0, 0, 0, 0.08);
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: space-between;
    min-height: 50px;
}

.product-thumb .price .price-new {
    color: #E97F7F;
    font-size: 1.2em;
    font-weight: bold;
    white-space: nowrap;
    margin-right: 5px;
}

.product-thumb .price .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 8px;
    font-size: 0.9em;
    white-space: nowrap;
}

.product-thumb .price .price-tax {
    color: #888;
    font-size: 0.75em;
    margin-top: 0;
    white-space: nowrap;
    text-align: right;
    flex-grow: 1;
}

.product-thumb .button-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-top: 1px solid #eee;
    gap: 8px;
}

.product-thumb .button-group button {
    flex: none;
    width: 45px !important;
    height: 45px;
    padding: 0;
    border: 1px solid transparent;
    font-size: 0.9em;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 600;
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.product-thumb .button-group button i {
    margin-right: 0;
    font-size: 1em;
    z-index: 2;
    position: relative;
}

.product-thumb .button-group button span {
    display: none;
}

.product-thumb .button-group button[onclick*="cart.add"] {
    background-color: #E97F7F;
    border-color: #E97F7F;
    color: #fff;
}

.product-thumb .button-group button[onclick*="cart.add"]:hover {
    background-color: #FF9999;
    border-color: #FF9999;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(233, 127, 127, 0.5);
}

.product-thumb .button-group button[onclick*="wishlist.add"] {
    background-color: #FBFBFB;
    color: #E97F7F;
    border-color: #E0E0E0;
}

.product-thumb .button-group button[onclick*="wishlist.add"]:hover {
    background-color: #E97F7F;
    border-color: #E97F7F;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(233, 127, 127, 0.3);
}

.product-thumb .button-group button[onclick*="compare.add"] {
    background-color: #FBFBFB;
    color: #E97F7F;
    border-color: #E0E0E0;
}

.product-thumb .button-group button[onclick*="compare.add"]:hover {
    background-color: #E97F7F;
    border-color: #E97F7F;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(233, 127, 127, 0.3);
}
@media (min-width: 992px) {
    .product-thumb .button-group {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        transform: translateY(100%);
        opacity: 0;
        background-color: rgba(255, 255, 255, 0.98);
        padding: 10px;
        transition: transform 0.3s ease, opacity 0.3s ease;
        border-top: none;
        box-shadow: 0 -5px 15px rgba(0, 0, 0, 0.05);
        z-index: 2;
        gap: 5px;
    }

    .product-thumb:hover .button-group {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .product-thumb {
        margin-bottom: 15px;
    }

    .product-thumb .image {
        min-height: 150px;
    }

    .product-thumb .caption {
        padding: 10px;
    }

    .product-thumb .caption h4 {
        font-size: 1.1em;
    }

    .product-thumb .rating {
        margin-bottom: 8px;
        font-size: 0.8em;
        min-height: 18px;
    }
    .product-thumb .rating .fa-stack {
        font-size: 0.8em;
    }

    .product-thumb .caption p:not(.price) {
        font-size: 0.8em;
        -webkit-line-clamp: 2;
        min-height: 40px;
    }

    .product-thumb .price {
        font-size: 1em;
        padding: 5px 10px 10px 10px;
        flex-direction: column;
        align-items: flex-start;
        min-height: 40px;
    }

    .product-thumb .price .price-new {
        font-size: 1.1em;
        margin-right: 0;
    }

    .product-thumb .price .price-old {
        font-size: 0.8em;
        margin-left: 0;
        margin-top: 3px;
    }

    .product-thumb .price .price-tax {
        font-size: 0.7em;
        margin-top: 3px;
    }

    .product-thumb .button-group {
        padding: 8px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 8px;
    }

    .product-thumb .button-group button {
        width: 42px;
        height: 42px;
        font-size: 0.9em;
    }
    .product-thumb .button-group button i {
        font-size: 1em;
    }

    .product-thumb .button-group button[onclick*="cart.add"],
    .product-thumb .button-group button[onclick*="wishlist.add"],
    .product-thumb .button-group button[onclick*="compare.add"] {
        width: 42px;
        height: 42px;
        flex-grow: 0;
    }

    .product-thumb .button-group button[onclick*="cart.add"] {
        border-color: #E97F7F;
    }
    .product-thumb .button-group button[onclick*="wishlist.add"],
    .product-thumb .button-group button[onclick*="compare.add"] {
        border-color: #E0E0E0;
    }
}

@media (max-width: 480px) {
    .product-thumb .button-group button {
        width: 38px !important;
        height: 38px;
        font-size: 0.8em;
    }
    .product-thumb .button-group button i {
        font-size: 0.85em;
    }

    .product-thumb .button-group button[onclick*="cart.add"],
    .product-thumb .button-group button[onclick*="wishlist.add"],
    .product-thumb .button-group button[onclick*="compare.add"] {
        width: 38px !important;
        height: 38px;
    }
}
.product-list .product-thumb {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    height: auto;
    padding: 15px;
    position: relative;
}


.nav-tabs {
    border-bottom: none;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    display: flex;
    border-radius: 8px;
    background-color: #fff;
    padding: 5px;
}

.nav-tabs > li {
    margin-bottom: 0;
    flex-grow: 1;
    text-align: center;
}

.nav-tabs > li > a {
    margin: 0 2px;
    line-height: 1.42857143;
    border: none;
    border-radius: 6px;
    padding: 12px 20px;
    display: block;
    text-decoration: none;
    color: #666;
    background-color: transparent;
    transition: all 0.3s ease;
    font-weight: bold;
}

.nav-tabs > li > a:hover {
    background-color: #e9ecef;
    color: #333;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #fff;
    background-color: #f7a9a9;
    border-radius: 6px;
    cursor: default;
}
#product-product .list-unstyled {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

#product-product .list-unstyled li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#product-product .list-unstyled li:last-child {
    border-bottom: none;
}

#product-product .list-unstyled li a {
    color: #f7a9a9;
    text-decoration: none;
    transition: color 0.3s ease;
}

#product-product .list-unstyled li a:hover {
    color: #0056b3;
}

#product-product .list-unstyled h2 {
    font-size: 2.2em;
    color: #f7a9a9;
    font-weight: 700;
    margin: 0;
}

#product-product .list-unstyled li:nth-child(2) {
    color: #6c757d;
    font-size: 0.9em;
}

#product-product .list-unstyled li:last-child {
    color: #000000;
    font-weight: 600;
}

#product-product hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    margin: 25px 0;
}

#product-product h3 {
    font-size: 1.6em;
    color: #2c3e50;
    margin-bottom: 20px;
    text-align: center;
}

#product-product .form-group {
    margin-bottom: 15px;
}

#product-product .control-label {
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
}

#product-product input#input-quantity {
    max-width: 13%;
}

.btn-primary {
    display: inline-block;
    width: auto;
    padding: 12px 20px;
    background-color: #E97F7F;
    color: #ffffff;
    border: 2px solid #E97F7F;
    border-radius: 8px;
    font-size: 1.1em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
    box-shadow: none;
    position: relative;
    overflow: hidden;
    background-image: none;
}

.form-control {
    border: 1px solid #e9e9e9;
    border-radius: 8px;
}

.btn-primary:hover {
    background-color: #cc6d6d;
    border-color: #cc6d6d;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(233, 127, 127, 0.4);
}

#product-product .input-group-btn .btn {
    padding: 10px 15px;
    border-radius: 0 5px 5px 0;
    border: 1px solid #ced4da;
    border-left: none;
    background-color: #e9ecef;
    color: #495057;
    transition: background-color 0.3s ease;
}

#product-product .input-group-btn .btn:hover {
    background-color: #dee2e6;
}

#product-product .rating {
    text-align: center;
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

#product-product .rating p {
    margin-bottom: 10px;
    font-size: 1.1em;
    color: #555;
}

#product-product .rating .fa-star,
#product-product .rating .fa-star-o {
    color: #ffc107;
    font-size: 1.3em;
}

#product-product .rating a {
    color: #f7a9a9;
    text-decoration: none;
    margin: 0 5px;
    transition: color 0.3s ease;
}

#product-product .rating a:hover {
    color: #0056b3;
}
.thumbnail{
	border: none;
}
.image-additional a{
	border: none;
}
.breadcrumb{
    border: none;
	background: none;
}
.breadcrumb > li:after {
    top: 6px;
    right: -5px;
    width: 10px;
    height: 10px;
}
.breadcrumb > li a{
    color: #f7a9a9;
}
#product-product .btn.btn-default {
    width: 48px;
    height: 48px;
    border-radius: 50%;
	bottom: 8px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0;
    margin: 0 8px;
    text-decoration: none;
    outline: none;
    box-shadow: none;
	background-image: none;
}
#product-product #button-cart:hover {
    background-color: #cc6d6d;
    border-color: #cc6d6d;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(233, 127, 127, 0.4);
}

#product-product #button-cart.loading {
    opacity: 0.8;
    cursor: progress;
    pointer-events: none;
    background-color: #E97F7F;
    border-color: #E97F7F;
    transform: none;
    box-shadow: none;
}

#product-product .btn.btn-default i.fa {
    font-size: 1.2em;
    line-height: 1;
    color: #E97F7F;
}

#product-product .btn.btn-default:hover {
    border-color: #E97F7F;
    background-color: #fffafa;
    transform: translateY(-2px);
}
#product-manufacturer h1 {
    font-size: 2.8em;
    color: #333;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 1.5px;
    position: relative;
    padding-bottom: 15px;
}

#product-manufacturer h1::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background-color: #E97F7F;
    border-radius: 5px;
}

#product-manufacturer p {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.05em;
    color: #666;
}

#product-manufacturer p strong {
    font-weight: bold;
    margin-right: 15px;
}

#product-manufacturer p a {
    display: inline-block;
    margin: 0 8px;
    font-size: 1.1em;
    color: #E97F7F;
    text-decoration: none;
    transition: color 0.2s ease, transform 0.2s ease;
    padding: 3px 0;
    position: relative;
}

#product-manufacturer p a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background-color: #E97F7F;
    transition: width 0.2s ease-out;
}

#product-manufacturer p a:hover {
    color: #d16b6b;
    transform: translateY(-1px);
}

#product-manufacturer p a:hover::after {
    width: 100%;
}

#product-manufacturer h2 {
    font-size: 2.2em;
    color: #555;
    margin-top: 50px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    letter-spacing: 1px;
}

#product-manufacturer .row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

#product-manufacturer .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
    margin-bottom: 20px;
}

#product-manufacturer .col-sm-3 a {
    display: block;
    padding: 15px 18px;
    background-color: #fcfcfc;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
    color: #444;
    font-size: 1.05em;
    font-weight: normal;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

#product-manufacturer .col-sm-3 a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(233, 127, 127, 0.05);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-out;
    z-index: -1;
}

#product-manufacturer .col-sm-3 a:hover {
    color: #E97F7F;
    border-color: #f5b0b0;
    transform: translateY(-3px);
}

#product-manufacturer .col-sm-3 a:hover::after {
    transform: scaleX(1);
}

@media (max-width: 992px) {
    #product-manufacturer .col-sm-3 {
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media (max-width: 768px) {
    #product-manufacturer h1 {
        font-size: 2.2em;
        margin-bottom: 30px;
    }
    #product-manufacturer h1::after {
        width: 60px;
    }
    #product-manufacturer h2 {
        font-size: 1.8em;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    #product-manufacturer .col-sm-3 {
        flex: 0 0 50%;
        max-width: 50%;
        padding: 0 10px;
    }
    #product-manufacturer .col-sm-3 a {
        padding: 12px 15px;
    }
}
@media (max-width: 576px) {
    #product-manufacturer {
        padding: 20px;
    }
    #product-manufacturer h1 {
        font-size: 1.8em;
        margin-bottom: 25px;
    }
    #product-manufacturer h1::after {
        width: 50px;
    }
    #product-manufacturer p {
        margin-bottom: 25px;
    }
    #product-manufacturer p a {
        margin: 0 5px;
        font-size: 1em;
    }
    #product-manufacturer h2 {
        font-size: 1.5em;
        margin-top: 30px;
        margin-bottom: 15px;
    }
    #product-manufacturer .col-sm-3 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
    #product-manufacturer .col-sm-3 a {
        padding: 12px 20px;
    }
}
#product-category .btn-group.btn-group-sm {
       display: none;
}

#product-category #compare-total {
    color: #f7a9a9;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 0;
    display: inline-block;
    transition: color 0.2s ease;
}

#product-category #compare-total:hover {
    color: #e97f7f;
    text-decoration: underline;
}

#product-category .form-group.input-group.input-group-sm {
    align-items: center;
    margin-bottom: 0;
}

#product-category .form-group .input-group-addon {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 8px 0 0 8px;
    padding: 8px 12px;
    font-weight: 600;
    color: #555;
    font-size: 0.9em;
}

#product-category .form-group .form-control {
    border: 1px solid #ddd;
    border-left: none;
    border-radius: 0 8px 8px 0;
    box-shadow: none;
    padding: 8px 12px;
    height: auto;
    font-size: 0.9em;
    color: #333;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 30px;
}

#product-category .form-group .form-control:focus {
    border-color: #f7a9a9;
    box-shadow: 0 0 0 0.2rem rgba(247, 169, 169, 0.25);
}
#product-manufacturer .btn-group.btn-group-sm {
    display: none;
}

#product-manufacturer #compare-total {
    color: #f7a9a9;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 0;
    display: inline-block;
    transition: color 0.2s ease;
}

#product-manufacturer #compare-total:hover {
    color: #e97f7f;
    text-decoration: underline;
}

#product-manufacturer .form-group.input-group.input-group-sm {
    align-items: center;
    margin-bottom: 0;
}

#product-manufacturer .form-group .input-group-addon {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 8px 0 0 8px;
    padding: 8px 12px;
    font-weight: 600;
    color: #555;
    font-size: 0.9em;
}

#product-manufacturer .form-group .form-control {
    border: 1px solid #ddd;
    border-left: none;
    border-radius: 0 8px 8px 0;
    box-shadow: none;
    padding: 8px 12px;
    height: auto;
    font-size: 0.9em;
    color: #333;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 30px;
}

#product-manufacturer .form-group .form-control:focus {
    border-color: #f7a9a9;
    box-shadow: 0 0 0 0.2rem rgba(247, 169, 169, 0.25);
}
#product-search .btn-group.btn-group-sm {
    display: none;
}

#product-search #compare-total {
    color: #f7a9a9;
    text-decoration: none;
    font-weight: 600;
    padding: 8px 0;
    display: inline-block;
    transition: color 0.2s ease;
}

#product-search #compare-total:hover {
    color: #e97f7f;
    text-decoration: underline;
}

#product-search .form-group.input-group.input-group-sm {
    align-items: center;
    margin-bottom: 0;
}

#product-search .form-group .input-group-addon {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 8px 0 0 8px;
    padding: 8px 12px;
    font-weight: 600;
    color: #555;
    font-size: 0.9em;
}

#product-search .form-group .form-control {
    border: 1px solid #ddd;
    border-left: none;
    border-radius: 0 8px 8px 0;
    box-shadow: none;
    padding: 8px 12px;
    height: auto;
    font-size: 0.9em;
    color: #333;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23333' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 10px;
    padding-right: 30px;
}

#product-search .form-group .form-control:focus {
    border-color: #f7a9a9;
    box-shadow: 0 0 0 0.2rem rgba(247, 169, 169, 0.25);
}
@media (max-width: 767px) {
    #product-category .col-sm-6,
    #product-category .col-xs-6 {
        margin-bottom: 15px;
    }
    #product-category .btn-group.btn-group-sm {
        width: 100%;
        justify-content: center;
    }
    #product-category .btn-group.btn-group-sm .btn {
        flex-grow: 1;
        text-align: center;
    }
    #product-category .form-group {
        width: 100%;
    }
    #product-category #compare-total {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 480px) {
    #product-category .form-group .input-group-addon,
    #product-category .form-group .form-control {
        font-size: 0.85em;
    }
}
#product-category .col-sm-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-bottom: 20px;
}

#product-category .col-sm-3 ul li {
    border-bottom: 1px solid #f0f0f0;
}

#product-category .col-sm-3 ul li:last-child {
    border-bottom: none;
}

#product-category .col-sm-3 ul li a {
    display: block;
    padding: 12px 15px;
    color: #555;
    text-decoration: none;
    font-size: 1.05em;
    transition: all 0.3s ease;
    position: relative;
}

#product-category .col-sm-3 ul li a:hover {
    background-color: #f8f8f8;
    color: #b37e8c;
    padding-left: 20px;
}

#product-category .col-sm-3 ul li a:hover::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 70%;
    background-color: #b37e8c;
    border-radius: 2px;
    opacity: 1;
    transition: all 0.3s ease;
}

#product-category .col-sm-3 ul li a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 70%;
    background-color: #b37e8c;
    border-radius: 2px;
    opacity: 0;
    transition: all 0.3s ease;
}

#product-category .col-sm-3 ul li a span {
    color: #888;
    font-size: 0.9em;
    margin-left: 5px;
    font-weight: normal;
}

#product-category .col-sm-3 ul li a:hover span {
    color: #b37e8c;
}
.pagination li span,
.pagination li a {
    display: block;
    padding: 12px 18px;
    min-width: 45px;
    text-align: center;
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 500;
    color: #555;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    line-height: 1;
}

.pagination li a {
    background-color: #fff;
}

.pagination li a:hover {
    background-color: #fcebeb;
    color: #f7a9a9;
    border-color: #f7a9a9;
}

.pagination li.active span {
    background-color: #f7a9a9;
    color: #fff;
    border-color: #f7a9a9;
    font-weight: 600;
    cursor: default;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.1);
}

.pagination li:first-child a,
.pagination li:first-child span {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.pagination li:last-child a,
.pagination li:last-child span {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-right: 1px solid #ddd;
}

.pagination li + li a,
.pagination li + li span {
    border-left: none;
}
.well {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 30px;
    background-color: #ffffff;
    font-family: sans-serif;
    color: #4a4a4a;
    line-height: 1.5;
    text-align: center;
}

.well h2 {
    font-size: 2.2em;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.well h2::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #E97F7F;
    border-radius: 2px;
}

.well p {
    font-size: 1em;
    line-height: 1.6;
    margin-bottom: 25px;
}

.well p strong {
    display: block;
    font-size: 1.2em;
    color: #333;
    margin-bottom: 15px;
    font-weight: 600;
}

.well .btn-primary {
    display: inline-block;
    padding: 12px 30px;
    background-color: #E97F7F;
    color: #ffffff;
    border: 2px solid #E97F7F;
    border-radius: 8px;
    font-size: 1.1em;
    text-decoration: none;
    transition: all 0.3s ease;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
	background-image: none;
    background-repeat: none;
}

.well .btn-primary:hover {
    background-color: #cc6d6d;
    border-color: #cc6d6d;
}

.well .btn-primary:hover::before {
    transform: scaleX(1);
}
footer {
    position: relative;
    background-color: #ffffff;
    padding: 40px 0 20px 0;
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.02);
    overflow: visible;
}

footer::before {
    content: '\f0e0';
    font-family: 'FontAwesome';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #f7a9a9;
    color: #ffffff;
    font-size: 14px;
    padding: 8px 12px;
    border-radius: 5px;
    box-shadow: 0 4px 15px rgba(247, 169, 169, 0.3);
    white-space: nowrap;
    z-index: 2;
    transition: transform 0.3s ease, background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer::before:hover {
    transform: translateX(-50%) scale(1.1);
    background-color: #f79999;
}


footer h5 {
    color: #333;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 5px;
}

footer h5::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background-color: #f7a9a9;
    border-radius: 1px;
    transition: width 0.3s ease, background-color 0.3s ease;
}

footer h5::before {
    content: '';
    position: absolute;
    left: 45px;
    bottom: -1px;
    width: 6px;
    height: 6px;
    background-color: #f7a9a9;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(247, 169, 169, 0.5);
    transition: transform 0.3s ease, background-color 0.3s ease;
}

footer h5:hover::after {
    width: 50px;
    background-color: #f79999;
}
footer h5:hover::before {
    transform: scale(1.4);
    background-color: #f79999;
}


footer .list-unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}

footer .list-unstyled li {
    margin-bottom: 8px;
}

footer .list-unstyled li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.2s ease, transform 0.2s ease;
    display: inline-block;
}

footer .list-unstyled li a:hover {
    color: #f7a9a9;
    transform: translateX(5px);
}

footer hr {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    margin-top: 30px;
    margin-bottom: 20px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
	border-bottom: 1px solid #fafafa;
}

footer p {
    color: #777;
    font-size: 13px;
    text-align: center;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    footer {
        padding: 30px 0 15px 0;
        margin-top: 30px;
    }

    footer::before {
        font-size: 12px;
        top: -15px;
        padding: 6px 10px;
        border-radius: 4px;
        box-shadow: 0 2px 8px rgba(247, 169, 169, 0.2);
    }
    footer::before:hover {
        transform: translateX(-50%);
    }

    footer h5 {
        margin-bottom: 15px;
        text-align: center;
    }

    footer h5::after {
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
    }
    footer h5::before {
        left: 50%;
        transform: translateX(20px);
        width: 5px;
        height: 5px;
        bottom: -1px;
        box-shadow: 0 0 3px rgba(247, 169, 169, 0.4);
    }
    footer h5:hover::after {
        width: 35px;
    }
    footer h5:hover::before {
        transform: scale(1.2) translateX(20px);
    }

    footer .col-sm-3 {
        margin-bottom: 25px;
        text-align: center;
    }

    footer .col-sm-3 .list-unstyled {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px 15px;
    }

    footer .list-unstyled li {
        margin-bottom: 0;
    }

    footer .list-unstyled li a {
        font-size: 13px;
    }

    footer hr {
        margin-top: 20px;
        margin-bottom: 15px;
        width: 90%;
    }
}
@media (max-width: 767px) {
    footer .col-sm-3 {
        width: 100%;
    }
}
input[type="radio"] {
    width: 15px;
    height: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 2px solid #ccc;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    vertical-align: middle;
    margin-right: 5px;
}

input[type="radio"]:checked {
    background-color: #f7a9a9;
    border-color: #f7a9a9;
    box-shadow: 0 0 5px rgba(247, 169, 169, 0.4);
	outline: none;
}

input[type="radio"]:hover:not(:checked) {
    border-color: #b37e8c;
}

input[type="radio"]:focus {
    box-shadow: 0 0 0 3px rgba(247, 169, 169, 0.5);
}

input[type="radio"]:checked::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    margin: 3px;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
    vertical-align: middle;
    margin-right: 5px;
}

input[type="checkbox"]:checked {
    background-color: #f7a9a9;
    border-color: #f7a9a9;
    box-shadow: 0 0 5px rgba(247, 169, 169, 0.4);
	outline: none !important;
}

input[type="checkbox"]:hover:not(:checked) {
    border-color: #b37e8c;
}

input[type="checkbox"]:focus {
    box-shadow: 0 0 0 3px rgba(247, 169, 169, 0.5);
}

input[type="checkbox"]:checked::before {
    content: '\2713';
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    transform: translateY(-1px);
}
.list-group a{
	border: none;
	color: #333;
	padding: 10px 15px !important;
	transition:0.3s;
}
.list-group a.active{
	background: #f7a9a9;
	color: white;
}
.list-group a:hover {
    border: none;
}
#account-account #content h2 {
    font-size: 1.8em;
    color: #333;
    margin-top: 0;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #f7a9a9;
    display: inline-block;
    line-height: 1.2;
}

#account-account #content .list-unstyled {
    margin-bottom: 30px;
    padding-left: 0;
}

#account-account #content .list-unstyled li {
    margin-bottom: 10px;
    list-style: none;
}

#account-account #content .list-unstyled li a {
    color: #555;
    text-decoration: none;
    font-size: 1.05em;
    padding: 8px 15px;
    display: block;
    border-radius: 6px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
	
}

#account-account #content .list-unstyled li a:hover {
    background-color: #fcebeb;
    color: #f7a9a9;
    border-color: #f7a9a9;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(247, 169, 169, 0.1);
}

#column-right {
    padding-left: 20px;
}

#column-right .list-group {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    background-color: #fff;
}

#column-right .list-group-item {
    background-color: #fff;
    border: none;
    padding: 12px 18px;
    color: #555;
    font-size: 1em;
    font-weight: 500;
    transition: all 0.2s ease;
    display: block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#column-right .list-group-item:not(:last-child) {
    border-bottom: 1px solid #eee;
}

#column-right .list-group-item:hover,
#column-right .list-group-item.active {
    background-color: #f7a9a9;
    color: #fff;
    font-weight: 600;
    transform: translateX(3px);
	text-shadow: none;
}

#column-right .list-group-item.active {
    background-color: #e97f7f;
    border-color: #e97f7f;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    #account-account #content {
        margin-bottom: 30px;
    }
    #column-right {
        padding-left: 15px;
        padding-right: 15px;
    }
    #column-right .list-group {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    #column-right .list-group-item {
        flex: 1 1 auto;
        max-width: 250px;
        margin: 5px;
        text-align: center;
        border-bottom: 1px solid #eee !important;
    }
    #column-right .list-group-item:last-child {
        border-bottom: 1px solid #eee !important;
    }
}

@media (max-width: 575px) {
    #account-account #content h2 {
        font-size: 1.6em;
        margin-bottom: 15px;
    }
    #account-account #content .list-unstyled li a {
        font-size: 1em;
        padding: 6px 10px;
    }
}
#error-not-found {
    text-align: center;
    padding: 50px 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

#error-not-found h1 {
    font-size: 3em;
    color: #e74c3c;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 1.2;
}

#error-not-found p {
    font-size: 1.1em;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

#error-not-found .buttons.clearfix {
    margin-top: 30px;
}

#error-not-found .buttons .pull-right {
    float: none !important;
    display: inline-block;
}

#error-not-found .buttons .btn.btn-primary {
    background-color: #f7a9a9;
    border-color: #f7a9a9;
    color: #fff;
    padding: 12px 25px;
    font-size: 1.1em;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(247, 169, 169, 0.3);
}

#error-not-found .buttons .btn.btn-primary:hover {
    background-color: #e97f7f;
    border-color: #e97f7f;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(247, 169, 169, 0.5);
}

@media (max-width: 767px) {
    #error-not-found {
        padding: 30px 15px;
        margin-bottom: 20px;
    }
    #error-not-found h1 {
        font-size: 2.5em;
        margin-bottom: 15px;
    }
    #error-not-found p {
        font-size: 1em;
        margin-bottom: 20px;
    }
    #error-not-found .buttons .btn.btn-primary {
        width: 100%;
        padding: 10px 15px;
        font-size: 1em;
    }
}

@media (max-width: 480px) {
    #error-not-found h1 {
        font-size: 2em;
    }
}
@media (max-width: 480px) {
   #search{
	  max-width: 280px;
	  padding-bottom: 15px;
}
}
@media (max-width: 480px) {
   #cart{
	display: none;
}
}
@media (max-width: 480px) {
  #top-links{
	padding: 4px 8px;
}
}
#menu #category{
    text-shadow: none;
	font-weight: 300;
	color: #555;
}
#menu .btn-navbar {
	background: none;
    background-image: none;
    border: 1px solid #cccccc;
	color: #555;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled]{
	color: #555 !important;
	background-color: #d7d7d7 !important;
}
@media (max-width: 767px) {
#menu .nav > li > a:hover, #menu .nav > li.open > a{
	border: none;
}
}
@media (max-width: 767px) {
    #menu div.dropdown-menu {
        background-color: #f7a9a9;
    }
}
@media (max-width: 767px) {
	.breadcrumb > li{
		  padding: 4px 20px;
	}
}