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: -10px;
    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;
}
#content h2 {
    text-align: center;
    margin-bottom: 10px;
}
#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%;
    border-radius: 30px;
}
.swiper-viewport{
	border-radius: 30px !important;
}
#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: center;
    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;
	margin-top: -11px !important;
}
#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;
    text-shadow: 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: 10px;
   
    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;
	display: none;
}

#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: 3;
    -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;
	animation: pulse 1.8s infinite ease-in-out;
}

@keyframes pulse {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 122, 255, 0.5);
    }
    70% {
        transform: scale(1.08);
        box-shadow: 0 0 0 12px rgba(0, 122, 255, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 122, 255, 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;
  
}

#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: none;
    margin-bottom: 25px;
    padding: 10px; 
    background-color: #f8f9fa;
    border-radius: 8px; 
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); 
}

.nav-tabs > li {
    margin: 5px; 
    transition: transform 0.2s;
}

.nav-tabs > li > a {
    border: 1px solid transparent !important; 
    padding: 8px 16px;
    font-size: 15px;
    font-weight: 500;
    color: #495057; 
    background-color: transparent;
    border-radius: 20px; 
    transition: all 0.3s ease;
}

.nav-tabs > li > a:hover {
    color: #000000;
    background-color: #e9ecef; 
}
 
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #ffffff;
    background-color: #007bff !important; 
    border-color: #007bff !important;
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3); 
    font-weight: 600;
	cursor: pointer;
}

.nav-tabs > li > a > span {
    font-size: 13px;
    margin-left: 5px;
}

.nav-tabs > li.active > a > span {
    color: #ffffff; 
}

.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: #0b6efc;
}

#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;
   
    align-items: center;
	-ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
	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 40px;
    margin-bottom: 25px;
	margin-right: 10px;
    margin-left: 10px;
    z-index: 1001;
    position: fixed;
    top: 100px;
    right: 0;
    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;
}
}
.circle-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #fff;
    font-size: 22px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
  }



  .circle-btn.telegram { background: #0088cc; }
  .circle-btn.whatsapp { background: #25D366; }
  .circle-btn.viber { background: #665CAC; }

  @media (max-width: 480px) {
    .circle-btn {
      width: 40px;
      height: 40px;
      font-size: 18px;
    }
  }
  .footer-contact-inner {
    display: inline-flex;
    gap: 16px;
    margin-top: 10px;
  }
  .rating-stars {
  direction: rtl;
  display: inline-flex;
  justify-content: flex-start;
  gap: 4px;
}

.rating-stars input {
  display: none;
}

.rating-stars label {
  font-size: 28px;
  color: #ccc;
  cursor: pointer;
  transition: color 0.2s ease;
}

.rating-stars label::before {
  content: "\f005"; /* fa-star */
  font-family: FontAwesome;
}

.rating-stars label:hover,
.rating-stars label:hover ~ label {
  color: #ffce00;
}

.rating-stars input:checked ~ label {
  color: #ffce00;
}

.rating-text {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  margin-top: 4px;
  color: #555;
  max-width: 180px;
}
.form-group.qc-coupon {
    display: none;
}
.form-group.qc-voucher {
    display: none;
}
#d_quickcheckout .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    display: none !important;
    border-radius: 0;
}
#d_quickcheckout .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    display: none !important;
    border-bottom-left-radius: 0;
}
div#payment_address_fax_input {
    display: none;
}
div#payment_address_company_input {
    display: none;
}
div#payment_address_customer_group_id_input {
    display: none;
}
form#shipping_method_form {
    display: none;
}
@media (min-width: 992px) {
    #d_quickcheckout .col-md-6 {
        width: 51% !important;
    }
}
div#payment_address_telephone_input {
    display: none;
}

.fade-in-section {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}

.fade-in-section.visible {
  opacity: 1;
  transform: translateY(0);
}

.thumbnail {
    border: none !important;
}

input[type="checkbox"][name^="option"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  top: 6px;
  margin-right: 9px;

  border-radius: 5px;
  background-color: #f0f0f0;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}


input[type="checkbox"][name^="option"]:hover {
  border-color: #007bff;
  background-color: #e6f0ff;
}


input[type="checkbox"][name^="option"]:checked {
  background-color: #007bff;
  border-color: #007bff;
}


input[type="checkbox"][name^="option"]:checked::after {
  content: '';
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#d_quickcheckout .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 25px !important;
}
#d_quickcheckout .img-responsive {
    border-radius: 10px;
}
  @media (max-width: 480px) {
td.qc-total {
    display: none;
}
  }
  

.ask-module-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: linear-gradient(135deg, #1DA1F2, #0d8ddb);
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 12px;
  margin-bottom: 15px;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

.ask-module-btn:hover::after {
  width: 100%;
}

.ask-module-btn .btn-text {
  position: relative;
  z-index: 1;
}

.ask-module-btn .btn-emoji {
  width: 55px; 
  height: 55px;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.ask-module-btn:hover .btn-emoji {
  transform: scale(1.2) rotate(-10deg); 
}

.simplecheckout .simplecheckout-block {
    border: 1px solid #f0f0f0 !important;
    box-shadow: none !important;
  
    padding: 20px !important;
    border-radius: 8px !important; 
    background-color: #fff !important;
}


.simplecheckout .checkout-heading.panel-heading {
    background-color: #fff !important;
    color: #222 !important;
    font-size: 1.6em !important;
    font-weight: 600 !important;
    padding: 0 0 15px 0 !important;
    margin-bottom: 20px !important;
    border-bottom: 2px solid #eee !important;
}

.simplecheckout .checkout-heading.panel-heading i {
    color: #007bff !important; 
}

.simplecheckout .form-control {
    height: 44px !important; 
    padding: 10px 15px !important;
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
    box-shadow: none !important;
}

.simplecheckout .form-control:focus {
    border-color: #007bff !important; 
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25) !important;
    outline: none !important;
}


.simplecheckout label.control-label {
    font-weight: 500 !important;
    color: #555 !important;
}


.simplecheckout .radio label {
    padding-left: 25px !important;
    cursor: pointer !important;
}
.simplecheckout .radio input[type="radio"] {
    margin-top: 4px !important;
}

.simplecheckout .simplecheckout-cart {
    width: 100% !important;
    border-collapse: collapse !important;
}

.simplecheckout .simplecheckout-cart thead tr {
    background-color: #f7f7f7 !important; 
	display: none;
}

.simplecheckout .simplecheckout-cart th {
    padding: 10px 15px !important;
    font-weight: 600 !important;
    border-bottom: 2px solid #ddd !important;
    text-transform: uppercase !important;
    font-size: 0.9em !important;
    color: #555 !important;
}

.simplecheckout .simplecheckout-cart td {
    padding: 15px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #eee !important;
}

.simplecheckout .simplecheckout-cart td.quantity .input-group .btn {
    border-radius: 4px !important;
    padding: 8px 12px !important;
}
.simplecheckout .simplecheckout-cart td.quantity .input-group input {
    text-align: center !important;
}

.simplecheckout .simplecheckout-cart-total {
    padding: 10px 0 !important;
    text-align: right !important;
    
    font-size: 1.1em !important;
}
.simplecheckout .simplecheckout-cart-total b {
    font-weight: 600 !important;
}
div#simplecheckout_payment_form {
    border: none !important;
}
.simple-content img {
    border-radius: 10px;
}
@media (max-width: 500px) {
    
    .simplecheckout .table-responsive {
        border: none !important;
        overflow-x: visible !important;
    }

    .simplecheckout .simplecheckout-cart thead {
        display: none !important;
    }

    .simplecheckout .simplecheckout-cart tbody tr {
        display: flex !important;
        flex-wrap: wrap !important; 
        align-items: flex-start !important;
        padding: 15px !important;
       
        margin-bottom: 15px !important;
        border-radius: 6px !important;
     
    }
    
    .simplecheckout .simplecheckout-cart td {
        display: block !important;
        padding: 0 !important;
        border: none !important;
        text-align: left !important;
        line-height: 1.4 !important;
    }
    

    .simplecheckout .simplecheckout-cart td.image {
       
        order: 1 !important;
        padding-right: 15px !important;
    }
    .simplecheckout .simplecheckout-cart td.image img {
        width: 60px !important;
        height: 60px !important;
        border-radius: 4px !important;
        border: 1px solid #eee !important;
        object-fit: cover !important;
    }


    .simplecheckout .simplecheckout-cart td.name {
        flex-grow: 1 !important; 
        width: auto !important;
        order: 2 !important;
    }
    .simplecheckout .simplecheckout-cart td.name a {
        font-weight: 600 !important;
        font-size: 1.1em !important;
    }
    .simplecheckout .simplecheckout-cart td.name .options small {
        font-size: 0.9em !important;
    }


    .simplecheckout .simplecheckout-cart td.total {
        order: 3 !important; 
        width: 100% !important; 
        font-size: 1.1em !important;
        font-weight: 700 !important;
        margin-top: 10px !important;
        padding-top: 10px !important;
        border-top: 1px dashed #eee !important;
        text-align: right !important;
        color: #222 !important;
    }

   
    .simplecheckout .simplecheckout-cart td.quantity {
        order: 3 !important; 
        width: 100% !important;
        margin-top: 10px !important;
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
    }
  
    .simplecheckout .simplecheckout-cart td.quantity .input-group .btn-danger {
        margin-left: 10px !important;
        border-radius: 4px !important;
    }
}
@media only screen and (max-width: 640px) {
    .simplecheckout-cart td.name div.image {
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
}
.simplecheckout .btn-danger[data-onclick="removeProduct"] {
    width: 35px !important;
    height: 35px !important;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    color: #dc3545 !important;
    line-height: 1 !important;
    transition: none !important;
    border-radius: 50% !important;
    opacity: 1 !important;
}

.simplecheckout .btn-danger[data-onclick="removeProduct"] i.fa-times-circle {
    font-size: 1.5em !important;
    line-height: 1 !important;
    vertical-align: middle !important;
}

.simplecheckout .btn-danger[data-onclick="removeProduct"]:hover {
    background-color: transparent !important;
    color: #c82333 !important;
    opacity: 0.7 !important;
    transform: none !important;
}

.order-success {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
}
.success-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  padding: 40px 30px;
  max-width: 650px;
  text-align: center;
}
.promo-mini-card {
   
    background: linear-gradient(135deg, #1DA1F2, #0d8ddb);
    border-radius: 8px; 
    padding: 12px 15px; 
    margin-top: 15px;
    margin-bottom: 15px;
    color: #f0f0f0;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); 
    margin-left: auto;
    margin-right: auto;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.mini-card-title {
    font-size: 13px; 
    font-weight: 600;
	color: white;
    margin: 0 0 8px 0; 
    letter-spacing: 0.5px;
}

.mini-code-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
   
    background-color: rgba(255, 255, 255, 0.1); 
    border-radius: 6px;
    padding: 6px 10px;
    border: 1px solid rgba(255, 255, 255, 0.15);
}


.mini-code-value {
    font-size: 1.1em; 
    font-weight: 800;
    letter-spacing: 1.5px;
 
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    cursor: text;
    user-select: all;
    margin-right: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.mini-copy-btn {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    flex-shrink: 0; 
}

.mini-copy-btn:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.mini-copy-icon {
    width: 16px;
    height: 16px;
    color: #ffffff;
}
#information-information h1 {
    text-align: center;
}
#common-success h1 {
    text-align: center;
}
span.fa.fa-stack {
    color: #E69500;
}
span.autocalc-product-special {
    color: red !important;
}
.video-spoiler {
    border-radius: 12px;
    margin: 20px 0;
    background: linear-gradient(145deg, #f0f0f0, #e0e0e0);
   
    overflow: hidden;
    transition: transform 0.3s;
}


.spoiler-btn {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
    cursor: pointer;
    background: #111827;
    color: #fff;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    transition: background 0.3s, color 0.3s;
}

.spoiler-btn:hover {
    background: #1f2937;
    color: #f9fafb;
}

.spoiler-btn .icon {
    margin-right: 10px;
    transition: transform 0.3s;
}


.spoiler-toggle:checked + .spoiler-btn .icon {
    transform: rotate(90deg);
}

.spoiler-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease, padding 0.3s ease;
    padding: 0 20px;
    background: #f7f7f7;
    border-top: 1px solid #ddd;
}


.spoiler-toggle:checked + .spoiler-btn + .spoiler-content {
    max-height: 800px;
    padding: 15px 20px;
}

.spoiler-content video {
    display: block;
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
#video {
    max-width: 560px;
    margin: 0 auto;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

::-webkit-scrollbar {
  width: 10px;            
}

::-webkit-scrollbar-track {
  background: #f1f1f1;       
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background: #007aff;        
  border-radius: 10px;
  transition: background 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: #005fcc;      
}


* {
  scrollbar-width: thin;                    
  scrollbar-color: #007aff #f1f1f1;         
}
.answer_admin {
    background: #f7f7f7;
    padding: 10px;
    border-radius: 12px;
    margin-top: -14px;
}
.buy-buttons {
  display: flex;
  gap: 10px; 
  justify-content: center; 
  margin-top: 10px;
}

#button-cart {
  flex: 1.2; 
  font-size: 18px;
  padding: 12px 0;
}

#buy-one-click {
    flex: 1;
    padding: 10px 15px !important;
    font-size: 16px;
    color: #333;
    background: none;
    border: 1px solid #2196F3;
    border-radius: 10px;
}
#buy-one-click:hover {
    background: #007aff !important;
    color: white;
    transition: 0.8s;
}
.oneclick-modal {
  position: fixed !important;
  z-index: 9999 !important;
  top: 0; left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.4);
  backdrop-filter: blur(3px);
  display: flex !important;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}


.oneclick-modal.show {
  opacity: 1;
  pointer-events: all;
}


.oneclick-modal-content {
  background: #fff;
  
  border-radius: 12px;
  padding: 25px 20px;
  width: 340px;
  max-width: 90vw;
  box-shadow: 0 10px 30px rgba(33, 150, 243, 0.25);
  transform: translateY(-15px);
  transition: all 0.3s ease;
}

.oneclick-modal.show .oneclick-modal-content {
  transform: translateY(0);
}

.oneclick-close {
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 22px;
  color: #2196F3;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease;
}

.oneclick-close:hover {
  color: #0d47a1;
  transform: rotate(90deg);
}

.oneclick-modal-content h4 {
  margin-top: 0;
  text-align: center;
  font-size: 20px;
  color: #555;
  font-weight: 600;
  margin-bottom: 15px;
}

.oneclick-modal-content form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.oneclick-modal-content label {
  font-size: 14px;
  color: #444;
  margin-bottom: 3px;
  display: block;
}

.oneclick-modal-content input[type="text"] {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 8px;
  font-size: 15px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.oneclick-modal-content input[type="text"]:focus {
  border-color: #2196F3;
  box-shadow: 0 0 5px rgba(33, 150, 243, 0.3);
  outline: none;
}

.oneclick-modal-content button[type="submit"] {
  background-color: #2196F3;
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.oneclick-modal-content button[type="submit"]:hover {
  background-color: #1976D2;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(33, 150, 243, 0.3);
}

.oneclick-modal-content button[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(33, 150, 243, 0.2);
}

@media (max-width: 767.98px) {
#buy-one-click{
      font-size: 12px;
}
#button-cart{
 font-size: 15px;
}
}
#bannerpromo {
    width: 100%;
    line-height: 0;
    margin: 0;
}

#bannerpromo picture,#bannerpromo img {
    display: block;
    width: 100%;
}

#bannerpromo img {
    height: auto;
}
#button-cart {
    position: relative;
    animation: pulse-cart 2s infinite ease-in-out;
}

@keyframes pulse-cart {
    0% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 122, 255, 0.35);
    }
    70% {
        transform: scale(1.03);
        box-shadow: 0 0 0 10px rgba(0, 122, 255, 0);
    }
    100% {
        transform: scale(1);
        box-shadow: 0 0 0 0 rgba(0, 122, 255, 0);
    }
}
#account-wishlist .table-responsive {
    box-shadow: none; 
    border: none;
}

#account-wishlist .table {
    width: 100%;
    margin: 0;
    border-collapse: separate; 
    border-spacing: 0 10px;
}

#account-wishlist .table-bordered {
    border: none !important;
}

#account-wishlist thead td {
    background-color: transparent;
    color: #888;
    font-weight: 500;
    text-transform: uppercase;
    padding: 15px 10px 5px 10px;
    border: none !important;
    letter-spacing: 0.8px;
    font-size: 12px;
}
#account-wishlist thead td:first-child { text-align: left; }

#account-wishlist tbody tr {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

#account-wishlist tbody tr:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

#account-wishlist tbody td {
    padding: 15px 10px;
    vertical-align: middle;
    border: none !important;
    color: #444;
    font-size: 14px;
}

#account-wishlist .text-center img {
    border-radius: 10px;
    border: 1px solid #f0f0f0;
    height: auto;
}

#account-wishlist .text-left a {
    color: #333;
    text-decoration: none;
}
#account-wishlist .text-left a:hover {
    color: #1a73e8;
}

#account-wishlist .price {
    font-size: 18px;
    color: #1a73e8;
    font-weight: 700;
}

#account-wishlist .btn {
    border-radius: 5px;
    padding: 10px;
    line-height: 1;
    font-size: 15px;
    box-shadow: none;
}

#account-wishlist .btn-primary {
    background-color: #4CAF50;
    border-color: #4CAF50;
}

#account-wishlist .btn-danger {
    background-color: #f44336;
    border-color: #f44336;
}
#information-contact .form-horizontal {
    max-width: 1100px;
    margin: 30px auto;
    padding: 30px;
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.08);
}

#information-contact fieldset {
    border: none !important;
    padding: 0;
    margin: 0;
}

#information-contact legend {
    font-size: 22px !important;
    color: #333;
    padding-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
    margin-bottom: 25px;
}

#information-contact .img-responsive {
    width: 100%;
    max-height: 200px;
    object-fit: cover;
    margin-bottom: 30px !important;
    opacity: 0.9;
    transition: opacity 0.3s;
}
#information-contact .img-responsive:hover {
    opacity: 1;
}

#information-contact .form-group {
    margin-bottom: 25px;
    padding: 0;
    border: none;
    display: flex;
    flex-direction: column; 
}

#information-contact .col-sm-2, 
#information-contact .col-sm-10 {
    width: 100%;
    padding: 0;
}

#information-contact .control-label {
    color: #555;
    margin-bottom: 8px;
    text-align: left;
}

#information-contact .form-control {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 12px 15px;
    box-shadow: none;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#information-contact .form-control:focus {
    border-color: #1a73e8;
    box-shadow: 0 0 0 3px rgba(26, 115, 232, 0.15);
    outline: none;
}

#information-contact .has-error .form-control {
    border-color: #e74c3c;
}

#information-contact .text-danger {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
    font-weight: 500;
}

#information-contact fieldset:last-of-type {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #eee !important;
}

#information-contact .g-recaptcha {
    margin-top: 10px;
}

#information-contact .buttons {
    margin-top: 30px;
}

#information-contact .btn-primary {
    background-color: #1a73e8;
    border-color: #1a73e8;
    color: #fff;
    font-size: 16px;
    padding: 12px 30px;
    border-radius: 50px;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 10px rgba(26, 115, 232, 0.2);
}

#information-contact .btn-primary:hover {
    background-color: #0d47a1;
    border-color: #0d47a1;
    box-shadow: 0 6px 15px rgba(26, 115, 232, 0.3);
}

#information-contact .pull-right {
    width: 100%;
    text-align: right;
}
#review {
    padding: 20px 0;
}

#review .table {
    width: 100%;
    margin-bottom: 25px;
    border: none !important;
    border-collapse: separate;
    border-spacing: 0;
    
    background-color: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

#review .table td, #review .table th {
    border: none !important;
}

#review .table tbody tr:first-child td {
    background-color: #f7f9fc;
    padding: 15px 20px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    font-size: 14px;
    color: #555;
}

#review .table tbody tr:first-child td:first-child strong {
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

#review .table tbody tr:first-child .text-right {
    font-weight: 400;
    color: #888;
}

#review .table tbody tr:nth-child(2) td {
    padding: 20px;
}

#review .table tbody tr:nth-child(2) p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
}

#review .table tbody tr hr {
    display: none;
}

#review .answer_admin {
    margin-top: 15px;
    padding: 15px;
    border-left: 4px solid #1a73e8;
    background-color: #eef7ff;
    border-radius: 0 10px 10px 0;
}

#review .answer_admin p {
    margin: 0 0 5px 0;
    font-size: 14px;
    color: #333;
}

#review .answer_admin strong {
    color: #1a73e8;
}

#review .row {
    margin-top: 20px;
    font-size: 14px;
    color: #777;
    padding: 0 15px;
}
#contactsect {
  scroll-margin-top: 85px;
}
html {
  scroll-behavior: smooth;
}
.hero-clean {
  position: relative;
  height: 100vh;
  background: #0a0d14;
  overflow: hidden;
  color: #fff;
  margin-bottom: 20px;
}


.hero-bg {
  position: absolute;
  inset: 0;
    background: radial-gradient(700px 350px at 15% 30%, rgba(0,136,255,0.28), transparent 60%), radial-gradient(600px 350px at 85% 65%, rgba(56,189,248,0.22), transparent 65%);
}

.hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,0.035) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: radial-gradient(circle at 30% 40%, black 0%, transparent 65%);
  pointer-events: none;
}

.hero-lines {
  position: absolute;
  top: 10%;
  right: 0;
  width: 40%;
  height: 80%;
  pointer-events: none;
  background:
    repeating-linear-gradient(
      to bottom,
      rgba(255,255,255,0.06) 0,
      rgba(255,255,255,0.06) 1px,
      transparent 1px,
      transparent 48px
    ),
    repeating-linear-gradient(
      to right,
      rgba(255,255,255,0.04) 0,
      rgba(255,255,255,0.04) 1px,
      transparent 1px,
      transparent 64px
    );
  mask-image: linear-gradient(to left, black 0%, transparent 85%);
  opacity: 0.35;
}


.hero-content {
  position: relative;
  z-index: 2;
  height: 90%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-badge {
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 6px 14px;
  font-size: 13px;
  color: #7dd3fc;
  background: rgba(125,211,252,.12);
  border-radius: 999px;
}


.hero-content h1 {
  font-size: clamp(42px, 6vw, 82px);
  line-height: 1.05;
  margin-bottom: 22px;
  color: #2196F3;
}

.hero-content h1 span {
      background: white;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-content p {
  max-width: 520px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,.75);
  margin-bottom: 26px;
}


.hero-features {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 0 38px;
}

.hero-features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 16px;
  font-size: 14px;
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.06);
  border-radius: 999px;
}

.hero-features i {
  color: #7dd3fc;
  font-size: 14px;
}


.hero-actions {
  display: flex;
  gap: 18px;
  flex-wrap: wrap;
}


.hero-cta {
  position: relative;
  padding: 16px 40px;
  border-radius: 999px;
  background: #007aff;
  color: white;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s;
}

.hero-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 50px rgba(0,0,0,.45);
  color: #d0d0d0;
}


.hero-secondary {
  padding: 16px 36px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  color: #fff;
  text-decoration: none;
  transition: .2s;
}

.hero-secondary:hover {
  background: rgba(255,255,255,.06);
  border-color: rgba(255,255,255,.45);
  color: #2196F3;
}


.hero-scroll {
  position: absolute;
  bottom: 26px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 40px;
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 20px;
}

.hero-scroll span {
  display: block;
  width: 4px;
  height: 8px;
  background: #fff;
  margin: 8px auto;
  border-radius: 4px;
  animation: scroll 1.5s infinite;
}

@keyframes scroll {
  0% {opacity:0;transform:translateY(0)}
  30% {opacity:1}
  100% {opacity:0;transform:translateY(12px)}
}


@media (max-width: 768px) {
  .hero-clean {
    height: auto;
    padding: 100px 0 80px;
  }

  .hero-content {
    text-align: center;
    align-items: center;
	margin: -50px auto;
  }

  .hero-content p {
    margin-left: auto;
    margin-right: auto;
  }

  .hero-features,
  .hero-actions {
    justify-content: center;
  }

  .hero-cta,
  .hero-secondary {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }

  .hero-scroll {
    display: none;
  }
}

.download-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px;
    border-radius: 12px;
    background: #f8f9fa;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    transition: 0.3s ease;
    max-width: 600px;
    margin: 40px auto;
}

.download-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.download-icon {
    background: rgba(0,123,255,0.1);
    padding: 12px;
    border-radius: 10px;
}

.download-info {
    flex-grow: 1;
    margin-left: 20px;
}

.download-title {
    font-size: 18px;
    font-weight: 600;
    color: #222;
}

.download-meta {
    font-size: 14px;
    color: #777;
    margin-top: 4px;
}

.download-btn {
    background: #007bff !important;
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s ease;
}

.download-btn:hover {
    background: #0069d9 !important;
    transform: translateY(-2px);
}