body{
   font-family: 'Rubik', "Helvetica Neue", Helvetica, Arial, sans-serif !important;
   font-size: 13px !important;
}
#product-product h1{
    font-size: 28px;
    color: #333;
    margin-top: 10;
    margin-bottom: 15px;
}
#content .list-unstyled h2{
    font-size: 36px;
    color: #007aff;
    font-weight: 800;
    margin: 15px 0 10px 0;
}
.well h2 {
    font-size: 24px;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
}
#content h3{
	text-align: center;
	margin-bottom: 30px;
}
#product-category h3{
    text-align: left;
}
#information-contact h3{
	 text-align: left;
 }
 #common-home {
    padding: 0;
    margin-top: -15px
}

#common-home .row {
    width: 100%;
    margin: 0
}

#common-home #content {
    overflow: hidden;
    padding: 0;
    width: 100%
}

.slideshow .swiper-slide img {
    width: 100%
}

#common-home #content > h3 {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 30px
}

@media (min-width: 576px) {
    #common-home #content > h3 {
        width:100%
    }
}

@media (min-width: 768px) {
    #common-home {
        width:100%
    }

    #common-home #content > .row {
        width: 750px;
        margin-left: auto;
        margin-right: auto
    }

    #common-home #content > h3 {
        width: 720px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (min-width: 992px) {
    #common-home #content > .row {
        width:990px
    }

    #common-home #content > h3 {
        width: 960px
    }
}

@media (min-width: 1200px) {
    #common-home {
        width:100%
    }

    #common-home #content > .row {
        width: 1150px
    }

    #common-home #content > h3 {
        width: 1120px
    }
}

@media (min-width: 1600px) {
    #common-home > *,#top > .container,header .container,footer .container,body > .container + .container {
        width:1400px;
        margin: 0 auto
    }

    #common-home #content > .row {
        width: 1430px
    }

    #common-home #content > h3 {
        width: 1400px
    }
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    width: 15px;
    height: 4px;
    display: inline-block;
    border-radius: 2px;
    background: #ccc;
    opacity: 0.6;
    margin: 0 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background: #aaa;
    opacity: 0.8;
    transform: scaleY(1.5);
}

.swiper-pagination-clickable .swiper-pagination-bullet-active {
    width: 28px;
    height: 6px;
    border-radius: 3px;
    background: #007aff;
    opacity: 1;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.swiper-viewport .swiper-button-next,
.swiper-viewport .swiper-button-prev {
    width: 45px; 
    height: 45px; 
    border-radius: 50%; 
    background-color: #007aff; 
    color: #fff; 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 122, 255, 0.4); 
    transition: all 0.3s ease; 
}
.swiper-button-next:before {
    width: 20px !important;
    height: 42px !important; 
    color: rgb(255 255 255 / 80%) !important;
    font-size: 30px !important;
}
.swiper-button-prev:before {
    width: 20px !important;
    height: 42px !important;
    color: rgb(255 255 255 / 80%) !important;
    font-size: 30px !important;
}
.swiper-viewport .swiper-button-next:hover, .swiper-viewport .swiper-button-prev:hover {
    background-color: #0054afd1;
}
#menu{
	border-radius: 50px;
}
#menu .dropdown-menu {
    padding-bottom: 0;
    background-color: #fff !important;
    border: none !important;
    border-radius: 9px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    padding: 5px 0 !important;
}
#menu .dropdown-inner li a:hover {
    background-color: #e0f2ff !important;
    color: #007aff !important;
    background-image: none !important;
}
#menu .see-all:hover, #menu .see-all:focus{
	background-color: #e0f2ff !important;
    color: #007aff !important;
    background-image: none !important;
}
#top-links .dropdown-menu a:hover{
	background-color: #e0f2ff !important;
    color: #007aff !important;
    background-image: none !important;
}
#top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header + .container, header > .container {
    width: 100%;
}
@media (min-width: 768px) {
.navbar-nav {
    width: 100%; 
    display: flex; 
    justify-content: center; 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}
}
header + .container, header > .container {
    width: 100%;
}
@media (min-width: 768px) {
.navbar-nav {
    width: 100%; 
    display: flex; 
    justify-content: center; 
    list-style: none; 
    padding: 0; 
    margin: 0; 
}
}
.navbar-nav .dropdown-toggle:after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 14px;
	display: block;
    margin-left: 7px;
    margin-top: 0px;
	 float: right;
}
#logo {
    display: flex;
    justify-content: space-evenly;
}
#search .input-lg{
	border-radius: 50px;
}
#search .btn.btn-default.btn-lg {
    background-color: #007aff;
	background-image: none !important;
    border: 1px solid #007aff;
    border-left: none;
    color: #fff;
    font-size: 18px;
    padding: 12px 20px;
    border-radius: 0 8px 8px 0;
    height: 40px;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin-left: 10px;
    border-radius: 50px;
}

#search .btn.btn-default.btn-lg:hover {
    background-color: #005bb5;
    border-color: #005bb5;
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(0, 122, 255, 0.3);
}

#search .btn.btn-default.btn-lg:active,
#search .btn.btn-default.btn-lg.active {
    background-color: #004499;
    border-color: #004499;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
}

#search .btn.btn-default.btn-lg .fa-search {
    color: #fff;
}
#cart .btn.btn-inverse .fa-shopping-cart {
    font-size: 20px;
    color: #007aff;
    margin-right: 10px; 
    transition: 0.3s ease; 
}
#cart .btn.btn-inverse .fa-shopping-cart:hover {
    transform: translateY(-5px); 
}
#cart > .btn {
    font-size: 15px !important;
    color: #000000 !important;
    background: none;
    border: none;
    box-shadow: none;
}
#cart.open > .btn{
    border: none !important;
}
#cart .dropdown-menu {
    border: none;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
    border-radius: 10px;
    padding: 15px;
    min-width: 350px;
    max-height: 400px;
    overflow-y: auto;
    background-color: #fff !important;
    z-index: 1000;
}

#cart .dropdown-menu > li:first-child {
    margin-bottom: 15px;
}

#cart .dropdown-menu .table-striped {
    margin-bottom: 0;
    border-collapse: separate;
    border-spacing: 0 8px;
}

#cart .dropdown-menu .table-striped tbody tr {
    background-color: #fcfcfc;
    border-radius: 8px;
    overflow: hidden;
    transition: background-color 0.2s ease;
}

#cart .dropdown-menu .table-striped tbody tr:hover {
    background-color: #f5f5f5;
}

#cart .dropdown-menu .table-striped td {
    padding: 8px;
    vertical-align: middle;
    border-top: none;
}

#cart .dropdown-menu .table-striped img.img-thumbnail {
    border: none;
    border-radius: 6px;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

#cart .dropdown-menu .table-striped td:nth-child(2) {
    text-align: left;
    font-size: 1em;
    font-weight: 500;
}

#cart .dropdown-menu .table-striped td:nth-child(2) a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

#cart .dropdown-menu .table-striped td:nth-child(2) a:hover {
    color: #007aff;
}

#cart .dropdown-menu .table-striped td:nth-child(3) {
    text-align: right;
    font-size: 0.9em;
    color: #777;
    white-space: nowrap;
}

#cart .dropdown-menu .table-striped td:nth-child(4) {
    text-align: right;
    font-size: 1em;
    font-weight: 600;
    color: #007aff;
    white-space: nowrap;
}

#cart .dropdown-menu .table-striped td:nth-child(5) {
    text-align: center;
}

#cart .dropdown-menu .table-striped .btn-danger.btn-xs {
    background-color: #e74c3c;
    border-color: #e74c3c;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8em;
    transition: all 0.2s ease;
}

#cart .dropdown-menu .table-striped .btn-danger.btn-xs:hover {
    background-color: #c0392b;
    border-color: #c0392b;
    transform: scale(1.05);
}

#cart .dropdown-menu .table-bordered {
    margin-bottom: 15px;
    border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
}

#cart .dropdown-menu .table-bordered td {
    padding: 8px 15px;
    font-size: 1.05em;
    border-top: 1px solid #eee;
}

#cart .dropdown-menu .table-bordered td strong {
    color: #333;
}

#cart .dropdown-menu .table-bordered td:last-child {
    color: #007aff;
    font-weight: 600;
}

#cart .dropdown-menu p.text-right {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    flex-wrap: wrap;
}

#cart .dropdown-menu p.text-right a {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    background-color: #007aff;
    color: #fff;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

#cart .dropdown-menu p.text-right a:last-child {
    background-color: #28a745;
}

#cart .dropdown-menu p.text-right a:hover {
    transform: translateY(-2px);
}

#cart .dropdown-menu p.text-right a:first-child:hover {
    background-color: #0056b3;
}

#cart .dropdown-menu p.text-right a:last-child:hover {
    background-color: #218838;
}

#cart .dropdown-menu p.text-right i {
    margin-right: 8px;
}

@media (max-width: 480px) {
    #cart .dropdown-menu {
        min-width: unset;
        width: 100%;
        left: 0 !important;
        right: auto !important;
        transform: translateX(0) !important;
    }

    #cart .dropdown-menu p.text-right {
        flex-direction: column;
        align-items: stretch;
    }
}
@media (min-width: 992px){
span#cart-total {
    display: block;
}
}
#menu.navbar {
   background: linear-gradient(to right, #007aff, #429eff);
    border: none; 
    border-radius: 10px; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); 
    margin-bottom: 20px; 
    padding: 0 15px; 
    min-height: 50px; 
}

#menu .navbar-header .btn-navbar:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
#menu .nav > li > a {
    padding: 15px 20px !important;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
}
#menu .nav > li > a:hover,
#menu .nav > li.open > a {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-radius: 10px;
}

#menu .nav > li > a:hover {
    text-decoration: none;
}
#top {
    background-color: #f8f8f8 !important;
    border-bottom: 1px solid #eee !important;
    padding: 8px 0 !important;
    font-size: 14px !important;
    color: #666 !important;
}

#top .btn-link {
    color: #666 !important;
    padding: 5px 10px !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    border-radius: 5px !important;
}

#top .btn-link:hover {
    color: #007aff !important;
    background-color: #e0f2ff !important;
}

#top .btn-link .hidden-xs.hidden-sm.hidden-md {
    display: inline !important;
}
@media (max-width: 991px) {
    #top .btn-link .hidden-xs.hidden-sm.hidden-md {
        display: none !important;
    }
}

#top .btn-link .fa {
    margin-right: 5px !important;
    color: #999 !important;
}

#top .btn-link img {
    margin-right: 5px !important;
    border-radius: 2px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1) !important;
}

#top .dropdown-menu {
    background-color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
    padding: 5px 0 !important;
}

#top .dropdown-menu li button {
    color: #333 !important;
    font-size: 14px !important;
    padding: 8px 15px !important;
    transition: background-color 0.2s ease, color 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
}

#top .dropdown-menu li button:hover {
    background-color: #e0f2ff !important;
    color: #007aff !important;
	background-image: none !important;
}
}

#top .dropdown-menu li button img {
    margin-right: 8px !important;
}

#top-links ul.list-inline {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#top-links ul.list-inline > li {
    padding: 0 12px !important;
    border-right: 1px solid #eee !important;
}

#top-links ul.list-inline > li:last-child {
    border-right: none !important;
}

#top-links ul.list-inline > li > a,
#top-links ul.list-inline > li > span {
    color: #666 !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
    display: inline-flex !important;
    align-items: center !important;
}

#top-links ul.list-inline > li > a:hover {
    color: #007aff !important;
}

#top-links ul.list-inline .fa {
    margin-right: 5px !important;
    color: #999 !important;
}

#top-links .dropdown-menu {
    left: auto !important;
    right: 0 !important;
    min-width: 160px !important;
}
#top-links {
    padding-top: 0px !important;
}
.product-thumb {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding-bottom: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}

.product-thumb:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.product-thumb .image {
    width: 100%;
}

.product-thumb .image img {
    width: 100%;
    height: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    display: block;
}

.product-thumb .caption {
    padding: 15px;
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-thumb .caption h4 {
    font-size: 1.1em;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3em;
}

.product-thumb .caption h4 a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-thumb .caption h4 a:hover {
    color: #007aff;
}

.product-thumb .caption p {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.4em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-thumb .caption .price {
    font-size: 1.3em;
    font-weight: 700;
    color: #007aff;
    margin-bottom: 5px;
}

.product-thumb .caption .price .price-tax {
    display: block;
    font-size: 0.8em;
    font-weight: 400;
    color: #999;
    margin-top: 5px;
}

.product-thumb .button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
}

.product-thumb .button-group button:first-child {
    background-color: #007aff;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1.2em;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.product-thumb .button-group button:first-child:hover {
    background-color: #2196f37a;
    transform: scale(0.99);
}

.product-thumb .button-group button:not(:first-child) {
    background: transparent;
    border: 1px solid #ccc;
    color: #777;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    padding: 0;
    font-size: 1em;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-thumb .price-new {
    color: red;
}
.product-thumb .button-group button:not(:first-child) i {
    margin-right: 0;
}

.product-thumb .button-group button:not(:first-child):hover {
    background-color: rgba(0, 122, 255, 0.05);
    border-color: #007aff;
    color: #007aff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#product-product .btn-group {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    margin-bottom: 15px;
}

#product-product .btn-group button {
    background: transparent;
    border: 1px solid #ccc;
    color: #777;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    padding: 0;
    font-size: 1em;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#product-product .btn-group button i {
    margin-right: 0;
}

#product-product .btn-group button:hover {
    background-color: rgba(0, 122, 255, 0.05);
    border-color: #007aff;
    color: #007aff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

#product-product .btn-group button.active,
#product-product .btn-group button.selected {
    background-color: #007aff;
    border-color: #007aff;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 122, 255, 0.3);
}
.btn-primary{
	align-items: center;
    padding: 10px 15px !important;
    background-color: #007aff !important;
    color: #fff;
    background-image: none !important;
    border-radius: 8px !important;
    text-decoration: none;
    font-weight: 600;
    transition: background-color 0.2s ease, transform 0.2s ease;
	border: none !important;
}
.btn-primary:hover{
	background-color: #0056b3 !important;
	transition:0.3s;
}
@media (max-width: 768px) {
    .product-thumb {
        border-radius: 10px;
    }
    .product-thumb .image {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .product-thumb .caption {
        padding: 10px;
    }
    .product-thumb .caption h4 {
        font-size: 1em;
    }
    .product-thumb .caption .price {
        font-size: 1.2em;
    }
    .product-thumb .button-group button:first-child {
        width: 40px;
        height: 40px;
        font-size: 1.1em;
    }
    .product-thumb .button-group button:not(:first-child) {
        width: 35px;
        height: 35px;
        font-size: 0.9em;
    }
    .product-thumb .button-group {
        gap: 5px;
    }
}
.product-thumb .button-group button span.hidden-xs,
.product-thumb .button-group button span.hidden-sm,
.product-thumb .button-group button span.hidden-md,
.product-thumb .button-group button span.hidden-lg {
    display: none !important; 
}
.product-thumb .image a:hover {
    opacity: 1 !important;
}
.product-thumb .button-group {
    border-top: none !important;
    background-color: transparent !important;
}
.product-list .product-thumb {
    flex-direction: row;
    text-align: left;
    padding: 15px;
    height: auto;
    width: 100%;
    margin-bottom: 20px;
    align-items: flex-start;
}

.product-list .product-thumb .image {
    width: 200px;
    height: auto;
    flex-shrink: 0;
    margin-right: 20px;
}

.product-list .product-thumb .image img {
    border-radius: 8px;
}

.product-list .product-thumb .caption {
    flex-grow: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.product-list .product-thumb .caption h4 {
    margin-bottom: 10px;
    font-size: 1.2em;
    line-height: 1.4em;
}

.product-list .product-thumb .caption p {
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
}

.product-list .product-thumb .caption .price {
    margin-top: auto;
    margin-bottom: 10px;
}

.product-list .product-thumb .button-group {
    justify-content: flex-start;
    padding-top: 10px;
    border-left: none !important;
    width: auto;
    align-self: flex-start;
}
.product-list .product-thumb .caption {
    margin-left: 0px !important;
}
.nav-tabs {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-start;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 8px 8px 0 0;
    color: #666;
    font-size: 16px;
    padding: 12px 20px;
    transition: all 0.3s ease;
    margin-right: 5px;
}

.nav-tabs > li > a:hover {
    background-color: #f0f0f0;
    border-color: #eee #eee #ddd;
    color: #007aff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #007aff;
    background-color: #fff;
    border-color: #eee #eee #fff;
    cursor: default;
    font-weight: 600;
}

.tab-content {
    padding: 15px 0;
}

.tab-content p {
    line-height: 1.8;
    color: #333;
    margin-bottom: 15px;
}

.tab-content ul {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 15px;
}

.tab-content ul li {
    line-height: 1.6;
    color: #333;
    margin-bottom: 5px;
}


#tab-review .form-group {
    margin-bottom: 15px;
} 

#tab-review .help-block {
    font-size: 13px;
    color: #888;
    margin-top: 5px;
}

#tab-review .help-block span {
    color: #FF0000;
}

#tab-review .rating label {
    margin-right: 10px;
    color: #333;
}
#tab-review .rating input[type="radio"] {
    margin-left: 5px;
    margin-right: 5px;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
    accent-color: #007aff;
}
.product-thumb{
	border:none !important;
}
#product .form-group > input[name="quantity"] {
    width: auto;
}
#product-product .list-unstyled {
    background-color: #f8f8f8;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    list-style: none;
    color: #333;
}

#product-product .list-unstyled li {
    margin-bottom: 10px;
    font-size: 1.05em;
    line-height: 1.4;
    display: flex;
    align-items: center;
}

#product-product .list-unstyled li:last-child {
    margin-bottom: 0;
}

#product-product .list-unstyled li strong,
#product-product .list-unstyled li {
    color: #555;
}

#product-product .list-unstyled li a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s ease;
}

#product-product .list-unstyled li a:hover {
    color: #0056b3;
    text-decoration: underline;
}

#product-product .list-unstyled li:last-child {
    font-weight: 600;
}

#product-product .list-unstyled li:last-child span {
    color: #28a745;
}

#product-product .list-unstyled li:not(:last-child)::first-line {
    font-weight: 600;
    color: #333;
}
#product-category .col-sm-3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#product-category .col-sm-3 ul li {
    margin-bottom: 5px;
}

#product-category .col-sm-3 ul li a {
    display: block;
    padding: 10px 15px;
    color: #555;
    text-decoration: none;
    font-size: 1.1em;
    border-radius: 8px;
    transition: all 0.3s ease;
    background-color: #f8f8f8;
    border-left: 4px solid #007aff;
}

#product-category .col-sm-3 ul li a:hover {
    background-color: #eef1f5;
    color: #007aff;
    border-left-color: #007aff;
    transform: translateX(3px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

#product-category .col-sm-3 ul li a.active {
    background-color: #007aff;
    color: #fff;
    border-left-color: #0056b3;
    font-weight: 600;
    box-shadow: 0 4px 10px rgba(0, 122, 255, 0.2);
}

#product-category .col-sm-3 ul li a span {
    font-size: 0.8em;
    color: inherit;
    margin-left: 5px;
    opacity: 0.8;
    font-weight: normal;
}

#product-category .col-sm-3 ul li a.active span {
    color: #fff;
}
#column-left {
    padding: 0 15px;
}

#column-left > div {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 25px;
    overflow: hidden;
}

#column-left .list-group {
    border: none;
    padding: 15px 0;
}

#column-left .list-group-item {
    border: none;
    padding: 12px 20px;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.3s ease;
    background-color: transparent;
    display: block;
}

#column-left .list-group-item:hover {
    color: #007aff;
    background-color: #e0f2ff;
    padding-left: 25px;
}

#column-left .list-group-item.active {
    background-color: #007aff;
    color: #fff;
    font-weight: 500;
    border-radius: 0;
    position: relative;
}

#column-left .list-group-item.active:hover {
    background-color: #007aff;
    color: #fff;
    padding-left: 20px;
}

#column-left .list-group-item[href*="path=_"] {
    padding-left: 40px;
    font-size: 14px;
    color: #555;
}

#column-left .list-group-item[href*="path=_"]:hover {
    padding-left: 45px;
}

.breadcrumb {
    padding: 8px 0;
    margin-bottom: 20px;
    background-color: transparent;
    border-radius: 0;
    font-size: 0.9em;
    color: #888;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
	border: none !important;
}

.breadcrumb li {
    display: flex;
    align-items: center;
    margin-right: 5px;
    position: relative;
}

.breadcrumb li a {
    color: #666;
    text-decoration: none;
    padding: 0 3px;
    transition: color 0.2s ease;
}

.breadcrumb li a:hover {
    color: #007aff;
}

.breadcrumb li .fa-home {
    font-size: 1.1em;
    color: #666;
    margin-right: 0;
}
.breadcrumb li:last-child a {
    color: #333;
    font-weight: 500;
}
.breadcrumb > li:after{
	top: 5px !important;
	width: 11px !important;
    height: 11px !important;
}
.well {
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    text-align: center;
}
.well p {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    margin-bottom: 20px;
}

.well p strong {
    color: #007aff;
    font-weight: 600;
}
.alert.alert-success {
    background-color: #e6f7ed;
    color: #27ae60;
    border: 1px solid #c8e6d3;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 25px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.alert.alert-success .fa-check-circle {
    font-size: 20px;
    margin-right: 10px;
    color: #27ae60;
}

.alert.alert-success a {
    color: #007aff;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.alert.alert-success a:hover {
    color: #005bb5;
    text-decoration: underline;
}

.alert.alert-success .close {
    font-size: 24px;
    line-height: 1;
    color: #27ae60;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

.alert.alert-success .close:hover {
    opacity: 1;
    color: #e74c3c;
}
.alert.alert-danger {
    background-color: #fcebeb;
    color: #e74c3c;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    padding: 15px 20px;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.alert.alert-danger .fa-exclamation-circle {
    font-size: 20px;
    margin-right: 10px;
    color: #e74c3c;
}

.alert.alert-danger a {
    color: #007aff;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.2s ease;
}

.alert.alert-danger a:hover {
    color: #005bb5;
    text-decoration: underline;
}

.alert.alert-danger .close {
    font-size: 24px;
    line-height: 1;
    color: #e74c3c;
    opacity: 0.7;
    transition: opacity 0.2s ease;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
}

.alert.alert-danger .close:hover {
    opacity: 1;
    color: #333;
}

#product-manufacturer #content .row > .col-sm-3 > a {
    color: #555;
    text-decoration: none;
    font-size: 1.1em;
    padding: 8px 12px;
    display: block;
    background-color: #f8f8f8;
    border-radius: 5px;
    margin-bottom: 10px;
    transition: all 0.3s ease;
    border-left: 4px solid #3498db;
    padding-left: 8px;
}

#product-manufacturer #content .row > .col-sm-3 > a:hover {
    background-color: #ecf0f1;
    color: #3498db;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
#account-account .list-unstyled {
    list-style: none;
    padding-left: 0;
    margin-bottom: 25px;
}

#account-account .list-unstyled li {
    margin-bottom: 8px;
}

#account-account .list-unstyled li a {
    color: #555;
    text-decoration: none;
    font-size: 1.1em;
    padding: 10px 15px;
    display: block;
    background-color: #f8f8f8;
    border-radius: 8px;
    transition: all 0.3s ease;
    border-left: 5px solid #3498db;
}

#account-account .list-unstyled li a:hover {
    background-color: #eef1f5;
    color: #3498db;
    transform: translateX(5px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.form-control{
    border-radius: 5px;
    border: 1px solid #ddd;
    box-shadow: none;
    padding: 10px 15px;
    font-size: 15px;
    height: auto;
}
#information-contact.panel {
    border: none;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    background-color: #ffffff;
    margin-bottom: 30px;
}

#information-contact .panel-body {
    padding: 30px;
}

#information-contact .panel-body .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
}

#information-contact .col-sm-3 {
    flex: 1 1 calc(25% - 15px);
    min-width: 220px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: all 0.3s ease;
}

#information-contact .col-sm-3:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

#information-contact .col-sm-3 img.img-thumbnail {
    max-width: 100%;
    height: auto;
    border: none;
    border-radius: 8px;
    margin-bottom: 15px;
}

#information-contact .col-sm-3 strong {
    display: block;
    font-size: 1.2em;
    color: #2c3e50;
    margin-bottom: 10px;
}

#information-contact address {
    font-style: normal;
    line-height: 1.5em;
    color: #666;
    margin-bottom: 0;
}

#information-contact .col-sm-3 > br {
    display: none;
}

#information-contact .col-sm-3:nth-child(3) {
    font-size: 1.1em;
    color: #34495e;
    font-weight: 500;
}

#information-contact .col-sm-3:nth-child(4) {
    font-size: 1em;
    color: #555;
}

#information-contact .col-sm-3:nth-child(4) strong + br + br + strong {
    margin-top: 15px;
}

#information-contact .col-sm-3 p {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    #information-contact .col-sm-3 {
        flex: 1 1 calc(50% - 15px);
    }
}

@media (max-width: 767px) {
    #information-contact .panel-body {
        padding: 20px;
    }
    #information-contact .panel-body .row {
        flex-direction: column;
        gap: 15px;
    }
    #information-contact .col-sm-3 {
        flex: 1 1 100%;
        min-width: unset;
        padding: 15px;
    }
    #information-contact .col-sm-3 img.img-thumbnail {
        margin-bottom: 10px;
    }
}
footer h5 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

footer h5::after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    background-color: #007aff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

footer .list-unstyled {
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .list-unstyled li {
    margin-bottom: 8px;
}

footer .list-unstyled li a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
}

footer .list-unstyled li a:hover {
    color: #007aff;
}

footer hr {
    border-top: 1px solid #444;
    margin-top: 30px;
    margin-bottom: 20px;
}

footer p {
    color: #999;
    text-align: center;
    margin-bottom: 0;
    font-size: 13px;
}

@media (max-width: 767px) {
    footer {
        padding: 30px 0;
        text-align: center;
    }

    footer .col-sm-3 {
        margin-bottom: 25px;
    }

    footer h5 {
        padding-bottom: 5px;
    }

    footer h5::after {
        left: 50%;
        transform: translateX(-50%);
        width: 30px;
    }

    footer .list-unstyled li {
        margin-bottom: 5px;
    }
}
footer a {
    color: #ccc;
    text-align: center;
    display: block;
}
footer h5 {
    font-size: 16px !important;;
    font-weight: bold;
    color: #fff;
    text-align: center;
}
footer {
	background-color: #1b1b1b !important;
    color: #f0f0f0;
    padding: 40px 0;
    font-size: 14px;
    padding: 60px 20px 40px;
    text-align: center;
    position: relative;
    z-index: 1;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
    footer {
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        padding: 40px 15px 30px;
    }
}

/*Mobile*/
@media (max-width: 430px){
#top-links ul.list-inline > li{
	   padding: 0px 3px !important;
}
}
@media (max-width: 430px){
#menu .btn-navbar{
       padding: 7.5px 12px !important;	
}
}
@media (max-width: 430px){
#menu #category{
       line-height: 53px !important;	
}
}
@media (max-width: 430px) {
    #menu .dropdown-inner a {
        color: #333333 !important;
}
}
@media (max-width: 430px) {
    #menu .see-all {
		color: #333333 !important;
		border-top: 1px solid #ddd !important;
}
}
@media (max-width: 430px) {
    #menu .btn-navbar{
	    background: none !important;
        background-image: none !important;
        border: none !important;
        box-shadow: none !important;
}
}
@media (max-width: 430px) {
#menu .navbar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
}
.btn-navbar.navbar-toggle i.fa.fa-bars::before {
    content: "\f550" !important;
}
@media (min-width: 768px) and (max-width: 1040px){
	#menu .nav > li > a {
    padding: 15px 10px !important;
    font-size: 14px;
}
}