/**********************************/
/********** General CSS ***********/
/**********************************/
body {
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    background: #ffffff;
}

a {
    color: #3F69AA;
    transition: 0.5s;
}

a:hover,
a:active,
a:focus {
    color: #666666;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 15px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #666666;
    margin: 0 0 15px 0;
    padding: 0;
}

.back-to-top {
    position: fixed;
    display: none;
    background: #3F69AA;
    color: #ffffff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #ffffff;
}



/**********************************/
/********* Form Input CSS *********/
/**********************************/
.form-control,
.custom-select {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #3F69AA;
    border-radius: 0;
    margin-bottom: 15px
}

.custom-radio,
.custom-checkbox {
    margin-bottom: 15px;
}

.custom-radio .custom-control-label::before,
.custom-checkbox .custom-control-label::before {
    border-color: #3F69AA;
    border-radius: 0;
}

.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #ffffff;
    background: #3F69AA;
}

button.btn {
    color: #ffffff;
    background: #3F69AA;
    border-radius: 0;
}



/**********************************/
/********* Top Header CSS *********/
/**********************************/
.top-header {
    padding: 15px 0;
    background: #ffffff;
}

.top-header .logo {
    text-align: left;
    overflow: hidden;
}

.top-header .logo a img {
    max-height: 60px;
}

.top-header .search {
    width: 100%;
}

.top-header .search input[type=text] {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #3F69AA;
}

.top-header .search button {
    position: absolute;
    width: 40px;
    height: 38px;
    top: 1px;
    right: 16px;
    padding: 0 15px;
    border: none;
    background: none;
    color: #3F69AA;
}

.top-header .search button:hover {
    background: #3F69AA;
    color: #ffffff;
}

.top-header .user {
    width: 100%;
    text-align: right;
}

.top-header .user .dropdown {
    display: inline-block;
    margin-right: 15px;
}

.top-header .user .dropdown-menu {
    border-radius: 0;
}

.top-header .user .cart {
    display: inline-block;
}

.top-header .user .cart i {
    color: #3F69AA;
    font-size: 18px;
}

.top-header .user .cart span {
    color: #666666;
    font-size: 14px;
}

@media (min-width: 768px) {
    .top-header {
        max-height: 90px;
    }
}

@media (max-width: 767.98px) {
    .top-header .logo,
    .top-header .search,
    .top-header .user {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .top-header .user {
        margin-bottom: 0;
    }
}



/**********************************/
/********* Header Nav CSS *********/
/**********************************/
.header {
    position: relative;
}

.header .navbar {
    height: 100%;
    padding: 0;
}

.header .dropdown-menu {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: #f8f9fa;
}

@media (min-width: 768px) {
    .header,
    .header .navbar {
        background: #3F69AA !important;
    }
    
    .header .navbar-brand {
        display: none;
    }
    
    .header a.nav-link {
        padding: 8px 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
}

@media (max-width: 768px) {   
    .header,
    .header .navbar {
        background: #333333 !important;
    }
    
    .header a.nav-link {
        padding: 5px;
    }
    
    .header .dropdown-menu {
        box-shadow: none;
    }
}



/**********************************/
/********* Header Slider **********/
/**********************************/
.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    z-index: 1;
    opacity: 0;
    transition: .5s;
    background: #ffffff;
}

.slick-prev {
    left: 55px;
}

.slick-next {
    right: 55px;
}

.slick-slider:hover .slick-prev {
    left: 15px;
    opacity: 1;
}

.slick-slider:hover .slick-next {
    right: 15px;
    opacity: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: #3F69AA;
    background: #ffffff;
}

.slick-prev::before,
.slick-next::before {
    font-family: "FontAwesome";
    font-size: 30px;
    color: #3F69AA;
}

.slick-prev::before {
    content: "\f104";
}

.slick-next::before {
    content: "\f105";
}

.slick-dots li button:before {
    color: #ffffff;
    font-size: 15px;
}

.slick-dots li.slick-active button:before {
    color: #353535;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.home-slider {
    position: relative;
    width: 100%;
}

.home-slider .main-slider-item {
    padding: 0 7.5px;
}

.home-slider .slick-dots {
    bottom: 15px;
}



/**********************************/
/********* Breadcrumb CSS *********/
/**********************************/
.breadcrumb-wrap {
    position: relative;
    width: 100%;
    background: #ffffff;
}

.breadcrumb-wrap .breadcrumb {
    margin: 15px 0 0 0;
    padding: 0;
    background: none;
}



/**********************************/
/********** Category CSS **********/
/**********************************/
.category {
    position: relative;
    padding: 0 7.5px;
    background: #ffffff;
}

@media (max-width: 575.98px) {
    .category {
        padding: 45px 7.5px 30px 7.5px;
    }
}

.category .col-md-4,
.category .col-md-6 {
    padding: 0 7.5px;
}

.category .category-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

.category .category-img img {
    width: 100%;
}

.category .category-img:hover img {
    filter: blur(5px);
    -webkit-filter: blur(5px);
}

.category .category-name {
    position: absolute;
    top: 0; 
    right: 0;
    bottom: 0; 
    left: 0;
    opacity: 0;
    background: rgba(63, 105, 170, .5);
    transition: opacity 0.5s;
    display: flex;
    align-items: center;
}

.category .category-name:hover {
    opacity: 1;     
}

.category .category-name h2 {
    margin: 0 0 -50px 0;
    padding: 15px;
    width: 100%;
    text-align: center;
    color: #ffffff;
    font-size: 35px;
    font-weight: 700;
    transition: .5s;
}

.category .category-name:hover h2 {
    margin: 0;       
}



/**********************************/
/******* Section Header CSS *******/
/**********************************/
.section-header {
    position: relative;
    max-width: 700px;
    margin: 0 auto 30px auto;
}

.section-header h2,
.section-header h3 {
    position: relative;
    color: #3F69AA;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 15px;
}

.section-header h2::after,
.section-header h3::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 5px;
    left: calc(50% - 25px);
    bottom: 0;
    background: #3F69AA;
}

.section-header p {
    font-size: 16px;
    text-align: center;
    margin: 0
}



/**********************************/
/*********** Feature CSS **********/
/**********************************/
.feature {
    position: relative;
    padding: 0;
}

.feature .feature-col {
    height: inherit;
    border-right: 1px solid #dddddd;
    padding: 60px 0;
}

.feature .feature-col:last-child {
    border-right: none;
}

.feature .feature-content {
    position: relative;
    width: 100%;
    padding: 0 30px;
    text-align: center;
}

.feature .feature-content i {
    color: #3F69AA;
    font-size: 60px;
    margin-bottom: 10px;
}

.feature .feature-content h2 {
    color: #666666;
    font-size: 20px;
    font-weight: 700;
}

.feature .feature-content p {
    color: #666666;
    font-size: 15px;
    margin: 0;
}



/**********************************/
/******** Product Item CSS ********/
/**********************************/

.product-item {
    position: relative;
    background: #1b1b1b;
    border: 1px solid #333333;
    border-radius: 12px;
    overflow: hidden;

    transition: all 0.25s ease;
}

.product-item:hover {
    transform: translateY(-6px);
    border-color: #60cdff;
}

.product-item .product-image {
    position: relative;
    overflow: hidden;
}

.product-item .product-image img {
    width: 100%;
    display: block;
    object-fit: cover;

    transition: transform 0.25s ease;
}

.product-item:hover .product-image img {
    transform: scale(1.02);
}

.product-item .product-content {
    background: #1b1b1b;
    text-align: center;
    padding: 20px;
}

.product-item .product-content .title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.product-item .product-content .price {
    color: #60cdff;
    font-size: 28px;
    font-weight: 700;
}

.product-item {
    cursor: pointer;
}

/**********************************/
/******** Featured Product ********/
/**********************************/
.featured-product {
    position: relative;
    padding: 45px 0 60px 0;
}

.recent-product {
    position: relative;
    padding: 60px 0;
}


/**********************************/
/******** Product View CSS ********/
/**********************************/
.product-view {
    position: relative;
    width: 100%;
    padding: 60px 0;
}

.product-view .product-search {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.product-view .product-search input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #3F69AA;
}

.product-view .product-search button {
    position: absolute;
    width: 35px;
    height: 33px;
    top: 1px;
    right: 1px;
    text-align: center;
    background: #ffffff;
    color: #3F69AA;
    border: none;
}

.product-view .product-search button i {
    font-size: 16px;
}

.product-view .product-search button:hover {
    background: #3F69AA;
    color: #ffffff;
}

.product-view .product-short {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    text-align: right;
}

.product-view .product-short .dropdown a.dropdown-toggle {
    display: block;
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    background: #ffffff;
    border: 1px solid #3F69AA;
    text-align: left;
}

.product-view .product-short .dropdown a.dropdown-toggle::after {
    float: right;
    margin-top: 10px;
}

.product-view .product-short .dropdown-menu {
    margin: -2px 0 0 0;
    border-radius: 0;
}

.product-view .product-item {
    margin-bottom: 30px;
}

.product-view .pagination {
    margin: 0;
}

.product-view .pagination .page-item .page-link {
    color: #3F69AA;
    background: #ffffff;
    border-color: #3F69AA;
    border-radius: 0;
}

.product-view .pagination .page-item:hover .page-link,
.product-view .pagination .page-item.active .page-link {
    color: #ffffff;
    background: #3F69AA;
}



/**********************************/
/******* Product Detail CSS *******/
/**********************************/
.product-detail {
    position: relative;
    width: 100%;
    padding: 60px 0 15px 0;
}

.product-detail .product-detail-top,
.product-detail .product-detail-bottom,
.product-detail .product-slider.product-slider-3 {
    margin-bottom: 45px;
}

.product-detail .product-slider-single img {
    width: 100%;
    background: #3F69AA;
}

.product-detail .product-content,
.product-detail .product-content .title,
.product-detail .product-content .ratting,
.product-detail .product-content .price,
.product-detail .product-content .details,
.product-detail .product-content .quantity,
.product-detail .product-content .action {
    position: relative;
    width: 100%;
}

.product-detail .product-content .title h2 {
    color: #3F69AA;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-detail .product-content .ratting i {
    color: #3F69AA;
    font-size: 18px;
}

.product-detail .product-content .price {
    color: #3F69AA;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 15px;
}

.product-detail .product-content .price span {
    color: #666666;
    text-decoration: line-through;
    margin-left: 12px;
}

.product-detail .product-content .details {
    margin-bottom: 20px;
}

.product-detail .product-content .details p {
    color: #666666;
    font-size: 16px;
}

.product-detail .product-content .quantity {
    margin-bottom: 20px;
}

.product-detail .product-content .quantity h4 {
    display: inline-block;
    color: #666666;
    font-size: 18px;
    font-weight: 600;
    margin-right: 5px;
}

.product-detail .product-content .quantity .qty {
    display: inline-block;
}

.product-detail .product-content .quantity button {
    width: 30px;
    height: 30px;
    padding: 2px 0;
    text-align: center;
    color: #ffffff;
    background: #3F69AA;
    border: none;
}

.product-detail .product-content .quantity input {
    width: 60px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    background: rgba(63, 105, 170, .5);
    border: none;
}

.product-detail .product-content .action a {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 7px 0;
    text-align: center;
    color: #ffffff;
    font-size: 22px;
    background: #3F69AA;
    border: 1px solid #3F69AA;
}

.product-detail .product-content .action a:hover {
    color: #3F69AA;
    background: #ffffff;
}

.product-detail  .nav.nav-pills .nav-link {
    color: #ffffff;
    background: rgba(63, 105, 170, .5);
    border-radius: 0;
}

.product-detail  .nav.nav-pills .nav-link:hover,
.product-detail  .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #3F69AA;
}

.product-detail .tab-content {
    background: rgba(63, 105, 170, .1);
}

.product-detail .tab-content {
    padding: 10px;
}

.product-detail .tab-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-detail .tab-content ul li {
    margin-bottom: 10px;
}

.product-detail .tab-content ul li::before {
    content: '\f061';
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.product-detail .tab-content .reviews-submitted {
    position: relative;
    margin-bottom: 45px;
}

.product-detail .tab-content .reviewer {
    color: #3F69AA;
    font-size: 18px;
    font-weight: 600;
}

.product-detail .tab-content .reviewer span {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.product-detail .tab-content .ratting {
    color: #3F69AA;
    margin-bottom: 15px;
}

.product-detail .tab-content .reviews-submit .ratting {
    font-size: 24px;
}

.product-detail .tab-content .form input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    background: #ffffff;
    border: none;
    margin-bottom: 15px;
}

.product-detail .tab-content .form textarea {
    width: 100%;
    height: 80px;
    padding: 6px 15px;
    color: #666666;
    background: #ffffff;
    border: none;
    margin-bottom: 15px;
}

.product-detail .tab-content .form button {
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    background: #ffffff;
    border: none;
    margin-bottom: 15px;
}

.product-detail .tab-content .form button:hover {
    color: #ffffff;
    background: #3F69AA;
}



/**********************************/
/********** Sidebar CSS ***********/
/**********************************/
.sidebar-widget {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
}

.sidebar-widget:last-child {
    margin-bottom: 0;
}

.sidebar-widget .title {
    position: relative;
    color: #3F69AA;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sidebar-widget .title::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 3px;
    left: calc(50% - 25px);
    bottom: 0;
    background: #3F69AA;
}

.sidebar-widget.brands ul,
.sidebar-widget.category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-widget.brands ul li,
.sidebar-widget.category ul li {
    margin-bottom: 12px; 
}

.sidebar-widget.brands ul li:last-child,
.sidebar-widget.category ul li:last-child {
    margin-bottom: 0; 
}

.sidebar-widget.brands ul li a,
.sidebar-widget.category ul li a {
    color: #3F69AA;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    display: inline-block;
    line-height: 23px;
}

.sidebar-widget.brands ul li a::before,
.sidebar-widget.category ul li a::before {
    content: '\f061';
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.sidebar-widget.brands ul li a:hover,
.sidebar-widget.category ul li a:hover {
    padding-left: 10px; 
}

.sidebar-widget.brands ul li span,
.sidebar-widget.category ul li span {
    display: inline-block;
    float: right;
    color: #666666;
    font-size: 14px;
    font-weight: 400;
}

.sidebar-widget.image a {
    display: block;
    width: 100%;
    overflow: hidden;
}

.sidebar-widget.image img {
    max-width: 100%;
    transition: .3s;
}

.sidebar-widget.image img:hover {
    transform: scale(1.1);
    filter: blur(3px);
    -webkit-filter: blur(3px);
}

.sidebar-widget.tag a {
    display: inline-block;
    margin: 0 0 4px 0;
    padding: 3px 8px;
    font-size: 14px;
    font-weight: 400;
    color: #3F69AA;
    background: #ffffff;
    border: 1px solid #3F69AA;
}

.sidebar-widget.tag a:hover {
    color: #ffffff;
    background: #3F69AA;
}



/**********************************/
/************ Cart CSS ************/
/**********************************/
.cart-page {
    position: relative;
    padding: 60px 0;
}

.cart-page .table {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}

.cart-page .table .thead-dark th {
    text-align: center;
    background: #3F69AA;
    border-color: #3F69AA;
    vertical-align: middle;
}

.cart-page .table td {
    color: #666666;
    font-size: 16px;
    font-weight: 600;
    vertical-align: middle;
}

.cart-page .table img {
    max-width: 100px;
    max-height: 100px;
}

.cart-page .table .qty {
    display: inline-block;
}

.cart-page .table button {
    height: 30px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #3F69AA;
    border: none;
}

.cart-page .table input {
    width: 60px;
    height: 30px;
    color: #ffffff;
    text-align: center;
    background: rgba(63, 105, 170, .5);
    border: none;
}

.cart-page .coupon {
    position: relative;
    width: 100%;
}

.cart-page .coupon input {
    width: calc(100% - 135px);
    height: 50px;
    padding: 0 15px;
    color: #666666;
    background: #ffffff;
    border: 1px solid #3F69AA;
    margin-right: 10px;
}

.cart-page .coupon button {
    width: 120px;
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #3F69AA;
    border: none;
}

.cart-summary {
    margin-top: 30px;
    padding-top: 24px;
    border-top: 1px solid rgba(255,255,255,0.08);

    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cart-summary-total {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.cart-summary-total div:first-child {
    font-size: 1rem;
    opacity: 0.75;
}

.cart-summary-total div:last-child {
    font-size: 2rem;
    font-weight: 700;
}

.cart-checkout-btn {
    min-width: 240px;
    height: 52px;
    padding: 0 24px;
    border-radius: 10px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
}

.cart-page .cart-summary .cart-content {
    padding: 30px;
    background: #3F69AA;
}

.cart-page .cart-summary .cart-content h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
}

.cart-page .cart-summary .cart-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.cart-page .cart-summary .cart-content p span,
.cart-page .cart-summary .cart-content h4 span {
    float: right;
}

.cart-page .cart-summary .cart-content h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 12px;
    border-top: 1px solid #ffffff;
    margin: 0;
}

.cart-page .cart-summary .cart-btn button {
    margin-top: 15px;
    width: calc(50% - 15px);
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #3F69AA;
    border: none;
}

.cart-page .cart-summary .cart-btn button:first-child {
    margin-right: 25px;
    color: #3F69AA;
    background: #ffffff;
    border: 1px solid #3F69AA;
}



/**********************************/
/********** Checkout CSS **********/
/**********************************/
.checkout {
    position: relative;
    padding: 60px 0;
}

.checkout .billing-address,
.checkout .shipping-address {
    position: relative;
    width: 100%;
}

.checkout .shipping-address {
    display: none;
    margin-top: 30px;
}

.checkout .billing-address h2,
.checkout .shipping-address h2 {
    color: #666666;
    font-size: 30px;
    font-weight: 700;
}

.checkout .checkout-summary,
.checkout .checkout-payment {
    position: relative;
    width: 100%;
}

.checkout .checkout-payment {
    margin-top: 30px;
}

.checkout .checkout-summary h2,
.checkout .checkout-payment h2 {
    color: #666666;
    font-size: 30px;
    font-weight: 700;
}

.checkout .checkout-summary .checkout-content,
.checkout .checkout-payment .payment-methods {
    padding: 30px;
    background: #3F69AA;
}

.checkout .checkout-summary .checkout-content h3 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
}

.checkout .checkout-summary .checkout-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
}

.checkout .checkout-summary .checkout-content p.sub-total,
.checkout .checkout-summary .checkout-content p.ship-cost {
    padding-top: 15px;
    border-top: 1px solid #ffffff;
}

.checkout .checkout-summary .checkout-content p span,
.checkout .checkout-summary .checkout-content h4 span {
    float: right;
}

.checkout .checkout-summary .checkout-content h4 {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    padding-top: 12px;
    border-top: 1px solid #ffffff;
    margin: 0;
}

.checkout .checkout-payment .payment-methods {
    color: #ffffff;
}

.checkout .checkout-payment .payment-methods .payment-content {
    display: none;
}

.checkout .checkout-payment .checkout-btn button {
    margin-top: 15px;
    width: calc(50% - 15px);
    height: 50px;
    padding: 2px 10px;
    text-align: center;
    color: #ffffff;
    background: #3F69AA;
    border: none;
}



/**********************************/
/********* My Account CSS *********/
/**********************************/
.my-account {
    position: relative;
    padding: 60px 0;
}

.my-account .nav.nav-pills .nav-link {
    padding: 15px 22px;
    color: #3F69AA;
    font-weight: 400;
    background: rgba(63, 105, 170, .1);
    border-radius: 0;
    border-bottom: 1px solid #ffffff;
}

.my-account .nav.nav-pills .nav-link:hover,
.my-account .nav.nav-pills .nav-link.active {
    color: #ffffff;
    background: #3F69AA;
}

.my-account .tab-content {
    padding: 30px;
    background: rgba(63, 105, 170, .1);
}

.my-account .tab-content .table {
    width: 100%;
    text-align: center;
    margin-bottom: 0;
}

.my-account .tab-content .table .thead-dark th {
    text-align: center;
    background: #3F69AA;
    border-color: #3F69AA;
    vertical-align: middle;
}

.my-account .tab-content .table td {
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    vertical-align: middle;
}

.my-account .tab-content button {
    height: 35px;
    padding: 2px 15px;
    text-align: center;
    color: #ffffff;
    background: #3F69AA;
    border: none;
}

.my-account .tab-content input {
    width: 100%;
    height: 35px;
    padding: 0 15px;
    color: #666666;
    background: #ffffff;
    border: 1px solid #ffffff;
    margin-bottom: 15px;
}



/**********************************/
/********* Newsletter CSS *********/
/**********************************/
.newsletter {
    position: relative;
    padding: 60px 0;
    text-align: center;
    background: #3F69AA;
}

.newsletter .section-header h2,
.newsletter .section-header h3,
.newsletter .section-header p {
    color: #ffffff;
}

.newsletter .section-header h2::after,
.newsletter .section-header h3::after {
    background: #ffffff;
}

.newsletter .form {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.newsletter .form input {
    width: 100%;
    height: 40px;
    padding: 0 15px;
    color: #666666;
    border: 1px solid #ffffff;
}

.newsletter .form button {
    position: absolute;
    width: 80px;
    height: 40px;
    top: 0;
    right: 0;
    padding: 0 15px;
    border: none;
    background: #3F69AA;
    color: #ffffff;
    border: 1px solid #ffffff;
}



/**********************************/
/*********** Brand CSS ************/
/**********************************/
.brand {
    position: relative;
    padding: 0 0 60px 0;
}

.brand-item {
    text-align: center; 
}

.brand-item img {
    max-width: 100%;
    margin: auto; 
}



/**********************************/
/********** Contact CSS ***********/
/**********************************/
.contact {
    position: relative;
    padding: 60px 0;
}

.contact .contact-info .section-header h3,
.contact .contact-info .section-header p {
    text-align: left;
}

.contact .contact-info .section-header p {
    font-weight: 400;
}

.contact .contact-info .section-header h3::after {
    left: 0;
}

.contact .contact-info img {
    max-width: 100%;
    margin-bottom: 15px;
}

.contact .contact-info h4 {
    margin-bottom: 10px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
}

.contact .contact-info h4 i {
    color: #3F69AA;
    margin-right: 5px;
}

.contact .social {
    position: relative;
    width: 100%;
}

.contact .social a {
    display: inline-block;
    margin: 10px 10px 0 0;
    width: 40px;
    height: 40px;
    padding: 3px 0;
    text-align: center;
    font-size: 20px;
    border: 1px solid #3F69AA;
}

.contact .social a i {
    color: #3F69AA;
}

.contact .social a:hover {
    background: #3F69AA;
}

.contact .social a:hover i {
    color: #ffffff;
}

.contact .form {
    color: #666666;
}

@media (max-width: 767.98px) {
    .contact .form {
        margin-bottom: 30px;
    }
}

.contact .form input,
.contact .form textarea {
    color: #666666;
    font-size: 16px;
    padding: 10px 15px;
    border: none;
    border: 1px solid #3F69AA;
    border-radius: 0;
    box-shadow: none;
}

.contact .form input:focus,
.contact .form textarea:focus {
    box-shadow: none;
}

.contact .form button[type="submit"] {
    padding: 6px 25px 7px 25px;
    color: #3F69AA;
    letter-spacing: 1px;
    transition: 0.3s;
    cursor: pointer;
    border-radius: 0;
    border: 1px solid #3F69AA;
    background: #ffffff;
}

.contact .form button[type="submit"]:hover {
    background: #3F69AA;
    color: #FFFFFF;
}



/**********************************/
/****** Register & Login CSS ******/
/**********************************/
.login {
    position: relative;
    padding: 60px 0;
}



/**********************************/
/********** Footer CSS ************/
/**********************************/
.footer {
    position: relative;
    padding: 60px 0 0 0;
    background: #3F69AA;
}

@media (min-width: 992px) {
    .footer .container-fluid {
        max-width: 95%;
    }
}

.footer .footer-widget {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
}

.footer .footer-widget h1 {
    color: #ffffff;
    margin-bottom: 18px; 
}

.footer .footer-widget .title {
    color: #ffffff;
    white-space: nowrap;
}

.footer .footer-widget p {
    color: #ffffff;
}

.footer .footer-widget ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer .footer-widget ul li {
    margin-bottom: 12px; 
}

.footer .footer-widget ul li:last-child {
    margin-bottom: 0; 
}

.footer .footer-widget ul li a {
    color: #ffffff;
    white-space: nowrap;
    display: block;
    line-height: 23px;
}

.footer .footer-widget ul li a::before {
    content: '\f061';
    font-family: 'FontAwesome';
    padding-right: 5px;
}

.footer .footer-widget ul li a:hover {
    padding-left: 10px; 
}

.footer .contact-info p {
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 16px;
}

.footer .contact-info p i {
    color: #ffffff;
    margin-right: 5px;
}

.footer .social {
    position: relative;
    width: 100%;
}

.footer .social a {
    display: inline-block;
    margin: 10px 5px 0 0;
    width: 35px;
    height: 35px;
    padding: 2px 0;
    text-align: center;
    font-size: 18px;
    border: 1px solid #ffffff;
}

.footer .social a i {
    color: #ffffff;
}

.footer .payment {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #4977bf;
}

@media (min-width: 992px) {
    .footer .payment {
        max-width: 80%;
        margin: 0 auto;
    }
}

.footer .payment-method,
.footer .payment-security {
    overflow: hidden;
}

.footer .payment-method {
    text-align: left;
}

.footer .payment-security {
    text-align: right;
}

@media (max-width: 768.98px) {
    .footer .payment-method,
    .footer .payment-security {
        text-align: center; 
    } 
}

.footer .payment-method p,
.footer .payment-security p{
    display: inline-block;
    margin: 0 10px 0 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    line-height: 22px;
}

.footer .payment-method img,
.footer .payment-security img {
    height: 25px;
}



/**********************************/
/******** Footer Bottom CSS *******/
/**********************************/
.footer-bottom {
    position: relative;
    padding: 25px 0;
    background: #ffffff;
}

.footer-bottom .copyright {
    text-align: left;
}

.footer-bottom .template-by {
    text-align: right;
}

.footer-bottom .copyright p,
.footer-bottom .template-by p {
    color: #666666;
    font-weight: 400;
    margin: 0;
}

.footer-bottom .copyright p a,
.footer-bottom .template-by p a {
    font-weight: 600;
}

@media (max-width: 768.98px) {
    .footer-bottom .copyright,
    .footer-bottom .template-by {
        text-align: center; 
    } 
}


/* ========================================
   GLOBAL
======================================== */

body {
    background-color: #202020;
    color: #f3f3f3;
}


/* ========================================
   HEADER
======================================== */

.top-header {
    background-color: #1b1b1b;
    border-bottom: 1px solid #2d2d2d;
    padding: 15px 0;
}

.header {
    background-color: #181818;
    border-bottom: 1px solid #2d2d2d;
}


/* ========================================
   HEADER LAYOUT
======================================== */

.site-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px;
    width: 100%;
}

/* Logo */
.logo-area {
    flex: 0 0 140px;
}

.logo-area img {
    width: 100%;
    max-width: 110px;
    height: auto;
    display: block;
}

/* Search */
.search-area {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0 20px;
    min-width: 0;
}

.search {
    width: 100%;
    max-width: 500px;
}

.search input {
    width: 100%;
    height: 40px;
    padding: 0 16px;
    background: #252525;
    border: 1px solid #333333;
    border-radius: 6px;
    color: #ffffff;
    outline: none;
}

.search button {
    display: none !important;
}

/* User area */
.user-area {
    flex: 0 0 260px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.user,
.auth-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
    white-space: nowrap;
}


/* ========================================
   HEADER BUTTONS
======================================== */

.auth-btn,
.account-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 95px;
    height: 40px;
    padding: 0 16px;
    background: #252525;
    border: 1px solid #333333;
    border-radius: 6px;
    color: #60cdff !important;
    text-decoration: none !important;
    font-weight: 500;
    transition: 0.2s;
}

.auth-btn:hover,
.account-btn:hover {
    background: #0078d4;
    color: #ffffff !important;
}


/* ========================================
   HEADER CART
======================================== */

.cart {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 110px;
    height: 40px;
    padding: 0;
    background: #252525;
    border: 1px solid #333333;
    border-radius: 6px;
    color: #60cdff !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    transition: 0.2s;
}

    .cart i {
        font-size: 14px;
        line-height: 1;
    }

    .cart span {
        margin: 0;
        font-size: 13px;
        line-height: 1;
        opacity: 0.8;
    }

    .cart.dropdown-toggle::after {
        display: none !important;
    }

    .cart:hover {
        background: #0078d4;
        color: #ffffff !important;
    }

/* ========================================
   NAVIGATION
======================================== */

.navbar-nav .nav-link {
    color: #ffffff !important;
}

.navbar-nav .nav-link:hover {
    color: #60cdff !important;
}


/* ========================================
   DROPDOWN MENU
======================================== */

.dropdown-menu {
    background: #252525;
    border: 1px solid #333333;
}

.dropdown-menu a,
.dropdown-menu button,
.dropdown-menu .dropdown-item {
    color: #ffffff !important;
}

.dropdown-menu a:hover,
.dropdown-menu button:hover,
.dropdown-menu .dropdown-item:hover {
    background: #333333 !important;
    color: #ffffff !important;
}


/* ========================================
   PAGE CONTENT
======================================== */

.main-content {
    width: 100%;
}


/* ========================================
   HERO SLIDER
======================================== */

.home-slider,
.main-slider,
.main-slider-item {
    height: 575px;
}

.main-slider .slick-slide {
    position: relative;
    opacity: 0.35;
    transition: all 0.35s ease;
}

.main-slider .slick-current {
    opacity: 0.8;
}

.main-slider-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Vignette */
.main-slider .slick-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;

    background: radial-gradient(
        circle,
        rgba(0, 0, 0, 0) 35%,
        rgba(0, 0, 0, 0.55) 100%
    );

    opacity: 1;
    transition: opacity 0.35s ease;
}

.main-slider .slick-current::after {
    opacity: 0.15;
}


/* ========================================
   FOOTER
======================================== */

.footer {
    background: #181818;
    border-top: 1px solid #2d2d2d;
    padding: 50px 0;
}

.footer h4,
.footer h5 {
    color: #ffffff;
}

.footer p {
    color: #cfcfcf;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-links a {
    color: #cfcfcf !important;
    text-decoration: none;
}

.footer-links a:hover {
    color: #60cdff !important;
}

/* ========================================
   CONTACT PAGE
======================================== */

.contact-page {
    padding: 60px 15px;
}

.contact-form .form-group {
    margin-bottom: 15px;
}

.contact-form-wrapper {
    display: flex;
    justify-content: center;
}

.contact-form {
    width: 100%;
    max-width: 700px;
}

.contact-form .form-control {
    background: #252525;
    border: 1px solid #333333;
    color: #ffffff;
}

.contact-form .form-control:focus {
    background: #252525;
    border-color: #60cdff;
    color: #ffffff;
    box-shadow: none;
}

/* ========================================
   CONTACT FORM CARD STYLE
======================================== */

.contact-form {
    width: 100%;
    max-width: 700px;

    background: #1b1b1b;
    border: 1px solid #333333;
    border-radius: 10px;

    padding: 30px;
}

/* ========================================
   COLLECTIONS PAGE
======================================== */

.collection-card {
    background-color: #252525;
    border: 1px solid #333333;
    color: #ffffff;
    transition: 0.2s;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}

.collection-card:hover {
    transform: translateY(-3px);
    border-color: #60cdff;
}

.collection-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
}

.collection-card .card-body p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.5;
    max-height: 4.5em;
}

/* ========================================
   ACCOUNT SIDEBAR
======================================== */

.account-layout {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}

.account-sidebar {
    width: 220px;
    flex-shrink: 0;

    background: #1b1b1b;
    border: 1px solid #333333;
    border-radius: 10px;

    padding: 15px;
}

.account-sidebar-link {
    display: block;

    padding: 12px 16px;
    margin-bottom: 8px;

    border-radius: 6px;

    color: #f3f3f3 !important;
    text-decoration: none !important;

    transition: 0.2s;
}

.account-sidebar-link:hover {
    background: #252525;
}

.account-sidebar-link.active {
    background: #252525;
    border-left: 3px solid #60cdff;
    padding-left: 13px;
}

.account-main {
    flex: 1;

    background: #1b1b1b;
    border: 1px solid #333333;
    border-radius: 10px;

    padding: 30px;
}

.photo-modal {
    background: #1b1b1b;
    border: 1px solid #333;
    border-radius: 14px;
    position: relative;
    overflow: hidden;
}

.photo-modal-body {
    display: grid;
    grid-template-columns: 1.6fr 1fr;
    gap: 30px;
    align-items: start;
    padding: 30px;
}

.photo-modal-image {
    flex: 1.2;
    background: #111;
}

.photo-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.photo-modal-info {
    width: 100%;
    min-width: 0;
}

.photo-modal-info h2 {
    color: white;
    margin-bottom: 20px;
    padding-right: 50px;
}

.photo-modal-info .btn {
    width: 100%;
    border-radius: 12px;
    padding: 14px 20px;
    font-weight: 600;
}

.modal-meta {
    margin-top: 25px;
}

.modal-meta div {
    margin-bottom: 12px;
}

.modal-price {
    font-size: 34px;
    font-weight: 700;
    color: #60cdff;
    margin-top: 30px;
}

.photo-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 10;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 32px;
    line-height: 1;
    cursor: pointer;
}

.gallery-sidebar {
    position: sticky;
    top: 30px;
}

.sidebar-block {
    background: #1b1b1b;
    border: 1px solid #333333;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.sidebar-block h4 {
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 20px;
}

.sidebar-link {
    color: #d8d8d8;
    padding: 8px 0;
    cursor: pointer;
    transition: 0.2s;
}

.sidebar-link:hover {
    color: #60cdff;
    padding-left: 8px;
}

.sidebar-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sidebar-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 6px 14px;

    background: #252525;
    border: 1px solid #333333;
    border-radius: 999px;

    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;

    transition: 0.2s;
}

.sidebar-tag:hover {
    border-color: #60cdff;
    color: #60cdff !important;
}

.sidebar-tag.active {
    border-color: #60cdff;
    background: rgba(96, 205, 255, 0.08);
    color: #60cdff !important;
}

.sidebar-tag.disabled {
    pointer-events: none;
    cursor: default;
}

.sidebar-clear {
    display: block;
    margin-bottom: 20px;

    color: #60cdff !important;
    text-decoration: none !important;
}

.gallery-pagination {
    margin-top: 20px;
    text-align: center;
}

.pagination-link {
    display: inline-block;

    min-width: 42px;
    padding: 10px 14px;
    margin: 0 4px;

    background: #1b1b1b;
    border: 1px solid #333333;
    border-radius: 8px;

    color: #ffffff !important;
    text-decoration: none !important;

    transition: 0.2s;
}

.pagination-link:hover {
    border-color: #60cdff;
    color: #60cdff !important;
}

.pagination-link.active {
    border-color: #60cdff;
    color: #60cdff !important;
}

.sidebar-button {
    display: block;

    margin-bottom: 10px;
    padding: 12px 16px;

    background: transparent;
    border: 1px solid #333333;
    border-radius: 10px;

    color: #ffffff !important;
    text-decoration: none !important;

    transition: 0.2s;
}

.sidebar-button:hover {
    border-color: #60cdff;
    color: #60cdff !important;
}

.sidebar-button.active {
    border-color: #60cdff;
    color: #60cdff !important;
}

.sidebar-button.disabled {
    pointer-events: none;
    cursor: default;
}

.gallery-sidebar {
    background: #1b1b1b;
    border: 1px solid #2d2d2d;
    border-radius: 12px;
    padding: 24px;
}

.sidebar-clear {
    display: block;

    margin-bottom: 30px;
    padding-bottom: 18px;

    color: #ffffff !important;
    text-decoration: none !important;
    font-weight: 600;

    border-bottom: 1px solid #2d2d2d;

    transition: 0.2s;
}

.sidebar-clear:hover,
.sidebar-clear.active {
    color: #60cdff !important;
}

.sidebar-section {
    margin-bottom: 30px;
}

.sidebar-section:last-child {
    margin-bottom: 0;
}

.sidebar-section h4 {
    margin-bottom: 16px;

    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

.sidebar-link {
    display: block;

    margin-bottom: 10px;

    color: #d0d0d0 !important;
    text-decoration: none !important;

    transition: 0.2s;
}

.sidebar-link:hover,
.sidebar-link.active {
    color: #60cdff !important;
}

.sidebar-tags-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sidebar-tag {
    display: inline-flex;

    padding: 6px 14px;

    background: #252525;
    border: 1px solid #333333;
    border-radius: 999px;

    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px;

    transition: 0.2s;
}

.sidebar-tag:hover,
.sidebar-tag.active {
    border-color: #60cdff;
    color: #60cdff !important;
}

.gallery-select {
    width: 100%;

    padding: 12px 16px;

    background: #252525;
    border: 1px solid #333333;
    border-radius: 10px;

    color: #ffffff;

    outline: none;
    cursor: pointer;

    transition: 0.2s;
}

.gallery-select:hover {
    border-color: #60cdff;
}

.gallery-select:focus {
    border-color: #60cdff;
}

.gallery-select option {
    background: #252525;
    color: #ffffff;
}

.sidebar-reset {
    display: block;

    margin-top: 30px;
    padding-top: 20px;

    border-top: 1px solid #2d2d2d;

    color: #ff7272 !important;
    text-decoration: none !important;
    font-weight: 600;

    transition: 0.2s;
}

.sidebar-reset:hover {
    color: #ff4d4d !important;
}

.product-item {
    height: 100%;
}

.product-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 12px 12px 0 0;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.product-content {
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.collection-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    width: 100%;
    padding: 5px;
}

.collection-preview-grid img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 10px;
}

.pagination-dots {
    display: flex;
    align-items: center;
    padding: 0 8px;
    color: rgba(255,255,255,.5);
}

.license-card {
    background: #171717;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    padding: 35px;
    color: #fff;
}

.license-icon {
    font-size: 28px;
    color: #4a7edb;
    margin-bottom: 20px;
}

.license-subtitle {
    color: rgba(255,255,255,.75);
    margin: 20px 0;
}

.license-features,
.license-restrictions ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.license-features li,
.license-restrictions li {
    margin-bottom: 10px;
}

.license-comparison {
    margin-top: 70px;
}

.license-table {
    color: white;
    text-align: center;
}

.license-table th,
.license-table td {
    padding: 18px;
    border-color: rgba(255,255,255,.08);
}

.license-contact {
    margin-top: 70px;
}

/* CART DROPDOWN */
#cartDropdown {
    min-width: 320px;
    background: #1b1b1b;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.35);
}

#cartDropdown .text-muted {
    color: rgba(255,255,255,0.65) !important;
    font-size: 14px;
}

#cartDropdown .cart-item-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
}

#cartDropdown .cart-item-meta {
    color: rgba(255,255,255,0.65);
    font-size: 12px;
}

#cartDropdown img {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 10px;
    flex-shrink: 0;
}

#cartDropdown .dropdown-divider {
    border-color: rgba(255,255,255,0.08);
}

#cartDropdown .btn {
    border-radius: 999px;
}

.cart-wrapper {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.cart-item {
    display: flex;
    align-items: center;
    gap: 25px;
    background: #111;
    border-radius: 20px;
    padding: 25px;
    border: 1px solid rgba(255,255,255,0.08);
}

.cart-image img {
    width: 130px;
    height: 90px;
    object-fit: cover;
    border-radius: 14px;
}

.cart-info {
    flex: 1;
}

.cart-info h4 {
    color: white;
    margin-bottom: 15px;
}

.cart-info label {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    margin-bottom: 8px;
    display: block;
}

.cart-license-select {
    max-width: 220px;
}

.cart-price {
    color: white;
    font-size: 22px;
    font-weight: 700;
    min-width: 100px;
    text-align: right;
}

.cart-remove-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background: #1c1c1c;
    color: white;
    cursor: pointer;
    transition: 0.2s;
}

.cart-remove-btn:hover {
    transform: scale(1.05);
}

.cart-summary {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.08);

    display: flex;
    justify-content: space-between;

    color: white;
    font-size: 28px;
    font-weight: 700;
}

.empty-cart-box {
    background: #111;
    border-radius: 20px;
    padding: 50px;
    text-align: center;
}

.header-cart-dropdown {
    min-width: 320px;
    background: #151515;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    padding: 20px;
    margin-top: 12px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.35);
}

.header-cart-empty {
    color: #888;
    font-size: 14px;
}

.header-cart-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding-bottom: 14px;
    margin-bottom: 14px;
    border-bottom: 1px solid #242424;
}

.header-cart-item:last-of-type {
    margin-bottom: 0;
}

.header-cart-image {
    width: 55px;
    height: 55px;
    object-fit: cover;
    border-radius: 8px;
}

.header-cart-info {
    flex: 1;
}

.header-cart-title {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 4px;
}

.header-cart-meta {
    color: #999999;
    font-size: 13px;
    text-transform: capitalize;
}

.header-cart-divider {
    height: 1px;
    background: #242424;
    margin: 15px 0;
}

.header-cart-total {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
}

.header-cart-btn {
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
    padding: 10px;
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.2s;
}

.header-cart-btn.secondary {
    border: 1px solid #444;
    color: #ffffff;
}

.header-cart-btn.secondary:hover {
    color: #ffffff;
    background: #222;
    text-decoration: none;
}

.header-cart-btn.primary {
    background: #3b82f6;
    color: #ffffff;
}

.header-cart-btn.primary:hover {
    color: #ffffff;
    opacity: 0.9;
    text-decoration: none;
}

.legal-page {
    max-width: 900px;
    margin: 0 auto;
}

.legal-page h4 {
    color: #ffffff;
    margin-top: 35px;
    margin-bottom: 15px;
    font-weight: 600;
}

.legal-page p {
    color: #b5b5b5;
    line-height: 1.8;
}

.error-page {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    padding: 80px 20px;
}

.error-page h1 {
    font-size: 72px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
}

.error-page h3 {
    color: #ffffff;
    margin-bottom: 20px;
}

.error-page p {
    color: #9a9a9a;
    font-size: 16px;
}

.photo-modal-body.collection-hierarchy-layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 32px;
    align-items: start;
}

.collection-main-panel {
    width: 100%;
}

.collection-main-image {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 24px;
    display: block;
}

.collection-main-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 16px;
}

.collection-main-description {
    line-height: 1.7;
    margin-bottom: 20px;
}

.collection-sidebar {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.collection-sidebar-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.collection-sidebar .btn {
    margin-top: auto !important;
}

.collection-sub-card img {
    width: 100%;
    height: 85px;
    object-fit: cover;
}

.collection-sub-card {
    cursor: pointer;
    transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
}

.collection-sub-card:hover {
    transform: translateY(-4px);
    border-color: #0d6efd !important;
    box-shadow: 0 0 0 1px #0d6efd;
}

.custom-select {
    position: relative;
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-top: 8px;
    box-sizing: border-box;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

.custom-select:focus,
.custom-select:focus-visible,
.custom-select:active {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.custom-select-trigger {
    width: 100%;
    box-sizing: border-box;
    min-height: 48px;
    padding: 12px 16px;
    background: #111111;
    border: 1px solid #2f2f2f;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: 0.2s ease;
    overflow: hidden;
}

.custom-select-trigger:hover {
    border-color: #1877f2;
}

.custom-select.open .custom-select-trigger {
    border-color: #1877f2;
}

.custom-select-arrow {
    flex-shrink: 0;
    margin-left: 12px;
    font-size: 0.8rem;
    transition: 0.2s ease;
}

.custom-select.open .custom-select-arrow {
    transform: rotate(180deg);
}

.custom-select-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    width: 100%;
    background: #111111;
    border: 1px solid #2f2f2f;
    border-radius: 10px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 5000;
    display: none;
    box-shadow: 0 12px 30px rgba(0,0,0,0.45);
}

.custom-select.open .custom-select-menu {
    display: block;
}

.custom-select-option {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 16px;
    color: white;
    cursor: pointer;
    transition: 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-select-option:hover {
    background: rgba(24,119,242,0.15);
    color: #4da3ff;
    transform: translateX(4px);
}

.custom-select-option.active {
    color: #4da3ff;
    font-weight: 600;
}

/* Scrollbar */
.custom-select-menu::-webkit-scrollbar {
    width: 8px;
}

.custom-select-menu::-webkit-scrollbar-track {
    background: #161616;
}

.custom-select-menu::-webkit-scrollbar-thumb {
    background: #333333;
    border-radius: 20px;
}

.custom-select-menu::-webkit-scrollbar-thumb:hover {
    background: #1877f2;
}

.cart-info .custom-select {
    width: 220px;
    min-width: 220px;
}

.cart-info .custom-select-trigger {
    min-height: 42px;
    padding: 10px 14px;
}

.checkout-item {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.checkout-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 6px;
}

.checkout-item h6 {
    margin: 0;
    font-size: 14px;
}

.checkout-item small {
    display: block;
    opacity: 0.8;
}

.checkout-page {
    padding: 60px 0;
}

.checkout-card {
    background: #1b1b1b;
    border: 1px solid #2c2c2c;
    border-radius: 12px;
    padding: 30px;
}

.checkout-title {
    margin-bottom: 25px;
    font-size: 28px;
    font-weight: 600;
}

.checkout .form-control {
    height: 50px;
    border-radius: 8px;
}

.checkout-summary {
    position: sticky;
    top: 30px;
}

.checkout-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #2c2c2c;
}

.checkout-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    border-radius: 8px;
    flex-shrink: 0;
}

.checkout-item-info {
    flex: 1;
}

.checkout-item-info h6 {
    margin: 0 0 4px 0;
    font-size: 15px;
}

.checkout-item-info small {
    color: #999;
}

.checkout-price {
    font-weight: 600;
}

.checkout-total {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    padding-top: 20px;
    font-size: 22px;
    font-weight: 700;
    border-top: 2px solid #2c2c2c;
}

.checkout-btn {
    margin-top: 25px;
    height: 52px;
    border-radius: 8px;
    width: 100%;
    font-weight: 600;
}

.checkout-section {
    border-top: 1px solid #2c2c2c;
    padding-top: 25px;
}

.checkout-section:first-of-type {
    border-top: none;
    padding-top: 0;
}

.checkout-section-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #ffffff;
}

.checkout-label {
    display: block;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 500;
    color: #b8b8b8;
}

.order-success-page {
    padding: 100px 0;
}

.order-success-card {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    background: #1b1b1b;
    border: 1px solid #2c2c2c;
    border-radius: 12px;
    padding: 60px 40px;
}

.order-success-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 30px;
    border-radius: 50%;
    background: #198754;
    color: white;
    font-size: 42px;
    line-height: 80px;
    font-weight: bold;
}

.order-success-card h1 {
    margin-bottom: 20px;
}

.order-success-card p {
    opacity: 0.85;
    margin-bottom: 10px;
}

.order-success-actions {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 15px;
}

.account-order-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 20px;
    border-bottom: 1px solid #2a2a2a;
}

.pagination-wrap {
    display: flex;
    gap: 10px;
}

.account-order-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr auto;
    align-items: center;
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid #2a2a2a;
}

.pagination-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.order-modal {
    background: #161616;
    border: 1px solid #2a2a2a;
    color: white;
}

.order-modal-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid #2a2a2a;
}

.order-modal-item:last-child {
    border-bottom: none;
}

.order-modal-item img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.order-modal-info {
    flex: 1;
}

.order-modal-info small {
    color: #6c757d;
}

.order-modal-info h6 {
    color: #ffffff;
}

.order-modal-price {
    font-weight: 600;
}

.order-modal .modal-header,
.order-modal .modal-footer {
    border-color: #2a2a2a;
}

.order-modal-actions {
    display: flex;
    align-items: center;
    gap: 15px;
}

.order-modal-actions .btn {
    min-width: 100px;
}

.order-modal-close {
    background: transparent;
    border: none;
    color: white;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}

.order-modal-close:hover {
    opacity: 0.8;
}

.order-modal .modal-title {
    color: #ffffff;
}

.footer {
    padding: 70px 0 0;
    margin-top: 0;
}

.footer .container {
    max-width: 100%;
    padding: 0 80px;
}

.footer-main {
    padding-bottom: 40px;
}

.footer h4,
.footer h5 {
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 25px;
}

.footer p,
.footer a {
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
}

.footer a:hover {
    color: #ffffff;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-divider {
    width: 100vw;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin-left: calc(-50vw + 50%);
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
    background: transparent;
}

.footer-copy {
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
}

.footer-socials {
    display: flex;
    gap: 14px;
}

.footer-socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-socials img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.wishlist-btn {
    width: 48px;
    height: 48px;
    border: 1px solid #2a2a2a;
    border-radius: 12px;
    background: #111111;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
}

.wishlist-btn:hover {
    border-color: #0d6efd;
    transform: translateY(-1px);
    box-shadow: 0 0 12px rgba(13, 110, 253, 0.25);
}

.wishlist-icon {
    color: #bbbbbb;
    font-size: 24px;
    line-height: 1;
    transition: all 0.2s ease;
}

.wishlist-btn.active {
    border-color: #0d6efd;
    background: rgba(13, 110, 253, 0.12);
}

.wishlist-btn.active .wishlist-icon {
    color: #0d6efd;
}

.purchase-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0 20px 0;
}

.modal-price {
    color: #58c6ff;
    font-size: 52px;
    font-weight: 700;
    line-height: 1;
}

.promo-remove-btn {
    background: none;
    border: none;
    color: #dc3545;
    font-size: 18px;
    font-weight: 700;
    margin-left: 8px;
    cursor: pointer;
    padding: 0;
    line-height: 1;
}

.promo-remove-btn:hover {
    opacity: 0.8;
}

.paypal-wrapper {
    position: relative;
    min-height: 55px;
}

.paypal-validation-overlay {
    position: absolute;
    inset: 0;
    z-index: 99999;
    display: none;
    cursor: pointer;
    pointer-events: auto;
    background: transparent;
}

.form-control.is-invalid {
    border-color: #dc3545;
    padding-right: 42px;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='0 0 16 16'%3E%3Cpath d='M7.938 2.016a.13.13 0 0 1 .125 0l6.857 11.856c.05.087.016.128-.062.128H1.142c-.078 0-.112-.041-.062-.128L7.938 2.016zM8 5c-.535 0-.954.462-.9.995l.35 3.507a.55.55 0 0 0 1.1 0l.35-3.507A.905.905 0 0 0 8 5zm.002 6a1 1 0 1 0 0 2 1 1 0 0 0 0-2z'/%3E%3C/svg%3E");

    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 18px;
    animation: checkoutShake 0.25s ease-in-out;
}

@keyframes checkoutShake {
    0% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    50% { transform: translateX(4px); }
    75% { transform: translateX(-4px); }
    100% { transform: translateX(0); }
}

.fake-paypal-button {
    width: 100%;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffc439;
    color: #003087;
    border-radius: 6px;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
}