/* STIL GENERAL */
/* Clearfix */

.clearfix:before,
.clearfix:after {

    content: " ";

    display: table;

}
.clearfix:after {

    clear: both;

}
.clearfix {

    *zoom: 1;

}
/* Basic Styles */
body {
	font-size:10pt;
	font:normal 11px/14px Arial, Verdana, sans-serif;
	color:#767676;
	background-color:#f7f7f7;	

	
}

a, a:active, a:visited {
    color: #333;
    text-decoration: none;
    outline: medium none;
}

.logo { margin:20px 0; }

.img100 img { width:100% }

.img25 img { width:20% }

.pad0 {
    padding-right: 0px;
    padding-left: 0px;
}

/* Shopping Cart Styles */
.cart-header .badge {
    font-size: 0.9rem;
}

.cart-product-card {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cart-product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.cart-product-image {
    max-height: 120px;
    object-fit: cover;
    border-radius: 0.375rem;
}

.cart-product-title {
    color: #333;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.cart-product-title:hover {
    color: #0d6efd;
    text-decoration: none;
}

.cart-product-details {
    font-size: 0.9rem;
    color: #6c757d;
}

.cart-price {
    font-weight: 700;
    color: #198754;
    font-size: 1.1rem;
}

.cart-quantity-controls {
    border-radius: 0.375rem;
    overflow: hidden;
}

.cart-quantity-controls .btn {
    border-radius: 0;
    padding: 0.25rem 0.75rem;
}

/* Cart Action Buttons */
.btn-outline-primary {
    color: #0d6efd !important;
    border-color: #0d6efd !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active {
    color: #fff !important;
    background-color: #0d6efd !important;
    border-color: #0d6efd !important;
}

.btn-success {
    color: #fff !important;
    background-color: #198754 !important;
    border-color: #198754 !important;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    color: #fff !important;
    background-color: #157347 !important;
    border-color: #146c43 !important;
}

.order-summary {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 1px solid #dee2e6;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 0;
    border-bottom: 1px solid #dee2e6;
}

.summary-row:last-child {
    border-bottom: none;
    font-weight: 700;
    font-size: 1.1rem;
    color: #198754;
}

.empty-cart-icon {
    color: #6c757d !important;
    opacity: 0.5 !important;
}

/* Checkout Form Styles */
.checkout-form .card-header {
    background: linear-gradient(135deg, #0d6efd 0%, #0056b3 100%);
}

.checkout-form .form-label {
    color: #495057;
    font-weight: 600;
}

.checkout-form .form-control,
.checkout-form .form-select {
    border: 1px solid #dee2e6;
    transition: all 0.3s ease;
}

.checkout-form .form-control:focus,
.checkout-form .form-select:focus {
    border-color: #0d6efd;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.15);
}

.checkout-form .form-check-input {
    width: 1.4em;
    height: 1.4em;
    margin-top: 0.125em;
    margin-left: 0.5rem;
    margin-right: 0.75rem;
    background-color: #fff;
    border: 2px solid #000 !important;
    border-radius: 0.25em;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.checkout-form .form-check-input:checked {
    background-color: #28a745;
    border-color: #000 !important;
    box-shadow: 0 0 0 0.3rem rgba(40, 167, 69, 0.3), 0 2px 8px rgba(0,0,0,0.2);
}

.checkout-form .form-check-input:focus {
    border-color: #000 !important;
    box-shadow: 0 0 0 0.3rem rgba(0, 0, 0, 0.2), 0 2px 8px rgba(0,0,0,0.3);
    outline: none;
}

.checkout-form .form-check-label {
    font-size: 0.95rem;
    line-height: 1.4;
    cursor: pointer;
}

/* Terms and Conditions Checkbox Special Styling */
.checkout-form .form-check.p-3 {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border: 2px solid #dee2e6 !important;
    transition: all 0.3s ease;
}

.checkout-form .form-check.p-3:hover {
    border-color: #0d6efd !important;
    box-shadow: 0 2px 8px rgba(13, 110, 253, 0.15);
}

.checkout-form .form-check.p-3 .form-check-input {
    width: 1.8em;
    height: 1.8em;
    border: 2px solid #000 !important;
    margin-top: 0;
    margin-left: 0.5rem;
    margin-right: 1rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.checkout-form .form-check.p-3 .form-check-input:checked {
    background-color: #28a745;
    border-color: #000 !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
    background-size: 1.2em 1.2em;
    box-shadow: 0 0 0 0.4rem rgba(40, 167, 69, 0.3), 0 3px 10px rgba(0,0,0,0.3);
}

.checkout-form .form-check.p-3 .form-check-label {
    margin-left: 0.5rem;
    font-weight: 500;
    line-height: 1.4;
    vertical-align: top;
}

.checkout-form .form-check .form-check-label {
    margin-left: 0.5rem;
    line-height: 1.4;
    vertical-align: top;
}

/* Better alignment for checkboxes and labels */
.checkout-form .form-check {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.checkout-form .form-check .form-check-input {
    margin-top: 0.2rem;
    flex-shrink: 0;
}

.checkout-form .form-check .form-check-label {
    margin-left: 0;
    flex: 1;
    line-height: 1.5;
}

.checkout-form .btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.checkout-form .btn-secondary:disabled {
    background-color: #6c757d;
    border-color: #6c757d;
}

/* Checkout Success Page Styles */
.checkout-success .card {
    border: none;
    border-radius: 1rem;
    overflow: hidden;
}

.checkout-success .card-header {
    background: linear-gradient(135deg, #198754 0%, #146c43 100%);
    border: none;
}

.checkout-success .timeline {
    position: relative;
}

.checkout-success .timeline::before {
    content: '';
    position: absolute;
    left: 19px;
    top: 50px;
    bottom: 20px;
    width: 2px;
    background: linear-gradient(to bottom, #198754, #6c757d);
    z-index: 1;
}

.checkout-success .alert {
    border-radius: 0.75rem;
}

.checkout-success .btn {
    border-radius: 0.5rem;
    transition: all 0.3s ease;
}

.checkout-success .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

/* Payment Button Special Styling */
.payment-button,
.payment-button:focus,
.payment-button:active,
.btn-warning.payment-button,
.btn-warning.payment-button:hover,
.btn-warning.payment-button:focus,
.btn-warning.payment-button:active {
    background: linear-gradient(135deg, #ffc107 0%, #e0a800 100%) !important;
    border: none !important;
    color: #000 !important;
    font-weight: 700 !important;
    text-shadow: none !important;
    animation: pulse-warning 2s infinite;
}

.payment-button:hover,
.btn-warning.payment-button:hover {
    background: linear-gradient(135deg, #e0a800 0%, #d39e00 100%) !important;
    color: #000 !important;
    transform: scale(1.05);
}

@keyframes pulse-warning {
    0% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.7); }
    70% { box-shadow: 0 0 0 10px rgba(255, 193, 7, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 193, 7, 0); }
}

/* Responsive Checkout Styles */
@media (max-width: 768px) {
    .cart-product-image {
        max-height: 80px;
    }
    
    .cart-product-title {
        font-size: 0.95rem;
    }
    
    .cart-price {
        font-size: 1rem;
    }
    
    .order-summary {
        margin-top: 1rem;
    }
    
    .checkout-form .card-body {
        padding: 1rem;
    }
    
    .checkout-success .card-body {
        padding: 1rem;
    }
    
    .checkout-success .timeline::before {
        left: 15px;
    }
}

a.cart_number {
	position:absolute;
	top:20px;
	width:100%;
	text-align:center;
	color:#ED118A;
	font-size:20pt;
	font-weight:bold;
	left:0;
}

a.cart_text {
	position:absolute;
	top:23px;
	width:100%;
	text-align:center;
	color:#FFF;
	font-size:7pt;
	line-height:1;
}

.logbox { text-align:right }

.logbox a {
    font-size: 10pt;
    color: #666;
    line-height: 1.3;
    font-weight: bold;
}

.dropdown-menu { font-size:10px!important; }

.buttonright {
	float:right!important;
	margin-left:0!important; 
	margin-right:5px!important; 
}

.dropdown-toggle:hover { background-color:#ED118A }

.embed-responsive-product {
    padding-bottom: 210%;
}

.embed-responsive-product .prodfurn {
    padding: 4px;
    float: left;
    width: 100%;
	color: #58585a;
    text-decoration: none;
    font-size: 12px;
}

.embed-responsive-product h3 {
    line-height: 16px;
    color: #58585a;
    margin: 0;	
    height: 35px;
    overflow: hidden;
    padding: 0 4px;
    float: left;
    width: 100%;
    display: block;
    font-size: 1.17em;
    font-weight: bold;	
}

.embed-responsive-product .price {
    display: inline;
    font-weight: 700;
    font-size: 15px;
    color: #ec008c;
    float: right;
    padding: 5px 3px;
}

.embed-responsive-product .price em {
    font-size: 12px;
}

.list-group-item strong {
    font-size: 12px;
    color: #EC008C;
    border-top: 1px dashed #666;
    width: 100%;
    padding-top: 10px;
    margin: 10px 0;
    float: left;
}

.list-group-item a {
    color: #333;
    float: left;
    padding: 2px;
    white-space: nowrap;
    clear: left;
}

.list-group-item span {
    color: #999;
    float: left;
    padding: 2px;
    white-space: nowrap;
    width: 100%;
}


.list-group-item {
    float: left;
    width: 100%;
	border:0;
	margin:0;
	padding:0 15px;	
}

#usefull_link_block {
	padding:0;
}

ul .form-control {
	font-size:10px;
}

.border_top {
	border-top:1px dotted #999;
}

.row-topborder {
	border-top: 1px dotted #CCC;
	margin-top:10px;
}

.fancybox-nav span {
	visibility:visible!important;
}

.reducere {
	display:block;
	font-weight:700;
	font-size:12px;
	color:#999;
	float:left;
    padding: 5px 0;
	background-image:url(/images/taiat.png)
}

.reducere em{
	font-size:10px;
}


.availability { display:none }

h3 {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

h4 {
    padding-bottom: 20px;
    font-size: 14px;
	font-weight: bold;
}

.navbar {
	margin:0;
}

.products {
	background-color:#fff;
}

.navbar-toggle {
	float:left; 
	margin-left:5px; 
	margin-right:0; 
	width:40px; 
	height:40px;
}

.breadcrumb {
	margin:10px 0;
    float: left;
    display: inline;
	width: 100%;
}

.breadcrumb .breadcrumb_telefon strong {
    color: #EC008C;
    font-size: 14px;
    font-weight: bold;
}

.back_to_shop {
	position:relative;
	float:left;
    width: 100%;
}

.back_to_shop a {
	position:absolute;
	top:20px;
	left:10px;
	float: left;
    display: inline;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;	
	background: url(../img/back_a_bg.png) no-repeat left center;
	padding-left:20px;
}

.breadcrumb_telefon { float:right }


#produs h1 {
    padding-bottom: 5px;
    font-size: 30px;
    color: #58585a;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 25px;
    font-family: "allerregular";
}

.manufacturer {
}

.content_prices .price {
    width: 100%;
    float: left;
    margin: 10% 0;
}


.our_price_display {
    font-size: 38px;
    line-height: 59px;
    color: #ec008c;
    font-family: "allerregular";
}

.price em, .reducere em, .our_price_display em {
    font-size: 12px;
    font-style: normal;
}

.content_prices #old_price .old_price_display {
    height:58px;
    padding-left:20px;
    padding-top:12px
}

.content_prices #old_price_display {
    font-size: 22px;
    font-family: allerregular;
    background-image: url(/images/taiat.png);
    background-repeat: no-repeat;
    background-position: center center;
    color: #999999;
    float: right;
}

.border_bottom, .border_bottom2 {
    background-image: url(../img/border_bt.gif);
    background-position: left bottom;
    background-repeat: repeat-x;
    width: 100%;
    padding-bottom: 1px;
}

.btn-danger {
    background-image: -webkit-linear-gradient(top,#EB1089 0,#CB0E77 100%);
    background-image: -o-linear-gradient(top,#EB1089 0,#CB0E77 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#EB1089),to(#CB0E77));
    background-image: linear-gradient(to bottom,#EB1089 0,#CB0E77 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffEB1089', endColorstr='#ffCB0E77', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #b92c28;
}

.btn-grayed, .btn-grayed:hover {
	background: #9ea0aa;
	background: -moz-linear-gradient(top, #9ea0aa 1%, #b6b8c4 50%, #9ea0aa 100%);
	background: -webkit-linear-gradient(top, #9ea0aa 1%,#b6b8c4 50%,#9ea0aa 100%);
	background: linear-gradient(to bottom, #9ea0aa 1%,#b6b8c4 50%,#9ea0aa 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9ea0aa', endColorstr='#9ea0aa',GradientType=0 );
    background-repeat: repeat-x;
    border-color: #b6b8c4;
	color:#fff;
	cursor:wait;
}

#but_add_to_chart {
	font-size:20px;
}

h1#cart_title {
    margin: 20px;
    font-size: 30px;
    color: #58585a;
    font-family: "allerregular";
}

table#cart_summary td {
    border-bottom: 1px dotted #C2C2C2;
    border-right: 1px dotted #C2C2C2;
    font-size: 12px;
    padding: 12px;
    vertical-align: middle;
}

a.btn { color: #FFF; }

.row-spaced { padding-top:10px; }

.btn-login	{ width: 100% }

.redborder { border:1px solid #F00 }

.btn-danger {
    font-family: "allerregular";
}

#authentication h3 {
    font-family: "allerregular";
    font-size: 30px;
    color: #58585a;
    background: none;
    border: none;
    float: left;
	width:100%;
    display: inline;
    padding: 0;
}

#authentication h4 {
    font-size: 12px;
    font-weight: bold;
    color: #b0b0b0;
}

.logbox a {
	display:block;
}

a.login {
	font-size: 12px;
	font-weight: bold;
	color: #ec008c;
	border-bottom:1px solid #CCC;
	margin: 0 0 5px 0;
	padding: 10px 0;
}

.inside_footer img {
    float: left;
    display: inline;
    margin: 2%;
    width: 16%;
}

.inside_footer .text .title {
    float: left;
    display: inline;
    margin: 0;
    width: 80%;
    margin: 0 0px 8px 0;
    font-size: 18px;
    font-weight: normal;
    color: #d60046;
}

.inside_footer .text .descr {
    float: left;
    display: inline;
    margin: 0;
    width: 80%;
    margin: 0 0px 0px 0;
    font-size: 12px;
    font-weight: normal;
    color: #767676;
    line-height: 16px;
}

#newsletter_block_left {
    background: url(../img/newsletter_block_bg.png) no-repeat top left;
	background-size: contain;
	padding:0;
}

#newsletter_block_left img {
	width:25%;
}

#newsletter_block_left h4 {
    padding: 10px 0 3px 28px !important;
    color: #fff !important;
    text-shadow: 0 1px 0 #000 !important;
    background: none !important;
    font-size: 16px !important;
    font-family: "allerregular" !important;
    text-transform: capitalize !important;
    font-weight: normal !important;
    margin: 0 !important;
}

#newsletter_block_left .subtitle {
    padding: 0 0 12px 28px;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
}

.products .item:hover {
	background-color:#ec008c!important;
}

.item img {
    margin-top: 10px;
}

#bigpic {
    margin-top: 0;
}

.item:hover .prodfurn {
	color:#fff;
}

.out_of_stock {
    font: bold 12px Arial;
    color: #777;
}

.in_stock {
    font: bold 12px Arial;
    color: #62a70f;
}

.item:hover h3 {
	color:#CCC;
}

.item:hover .price {
	color:#FFF;
}

#featured-products_block_center {
	margin:10px 0;
    padding:0;
}

#featured-products_block_center	h4 {
    line-height: 20px;
    float: left;
    display: inline;
    width: 953px;
    height: 51px;
    padding: 17px 0 0 27px;
    background: url(../../../img/featuredproducts_title_bg.png) no-repeat top left;
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-family: "allerregular";
}


#total_price_container div {
    display: block;
    padding: 15px;
    font-weight: bold;
    font-size: 30px;
    color: #ec008c;
    font-family: "allerregular";
    line-height: 36px;
}


#total_price_container b {
    font-size: 14px;
}

#cart_subtitle {
    font-size: 14px;
	color: #EC008C;
 	margin-left:20px;
 }
 
table .price  {
	float:right;
	white-space:nowrap;
} 

.row-slim div {
	padding:0 5px;
}

.col-right { text-align:right }
.col-center { text-align:center }

.tabel-cos .row-slim {
	border-color:#999;
	border-style:dashed;
	border-width:0 0 1px 0;
	padding-bottom: 10px;
}

.cart-row { font-size:14px; font-family: "allerregular"; }

.cart-row strong {
	color: #58585a;
    font-size: 16px;
    font-weight: normal;
}

.cart-row em { color:#9AA; font-style:normal }

.input-group-addon {
    padding: 0;
    border: 0;
    border-radius: 0;
}

.mcheck {
	width:100%;
	background-color:greenyellow;
}

.embed-responsive-istoric {
	padding-bottom: 450%
}

#pagedata .list-group-item {
    float: left;
    width: 100%;
    border: 1px solid #CCC;
    margin: 0;
    padding: 5px 15px;
}

 
@media (min-width: 768px) {

.embed-responsive-istoric {
	padding-bottom: 150%
}

.products .navbar-collapse {
    width: 25%;
}

#authentication {
    background: url(../img/white_bg_login.png) no-repeat top center;
}

.btn-login	{ width: 60% }


.cart-row { font-size:14px; font-family: "allerregular"; }



}


@font-face {

    font-family: 'aller_lightregular';

    src: url('../fonts/aller_lt_0-webfont.eot');

    src: url('../fonts/aller_lt_0-webfontd41d.eot?#iefix') format('embedded-opentype'),

         url('../fonts/aller_lt_0-webfont.woff') format('woff'),

         url('../fonts/aller_lt_0-webfont.ttf') format('truetype'),

         url('../fonts/aller_lt_0-webfont.svg#aller_lightregular') format('svg');

    font-weight: normal;

    font-style: normal;



}

@font-face {

    font-family: 'allerregular';

    src: url('../fonts/aller_rg_0-webfont.eot');

    src: url('../fonts/aller_rg_0-webfontd41d.eot?#iefix') format('embedded-opentype'),

         url('../fonts/aller_rg_0-webfont.woff') format('woff'),

         url('../fonts/aller_rg_0-webfont.ttf') format('truetype'),

         url('../fonts/aller_rg_0-webfont.svg#allerregular') format('svg');

    font-weight: normal;

    font-style: normal;



}

@font-face {

    font-family: 'aller_displayregular';

    src: url('../fonts/allerdisplay_0-webfont.eot');

    src: url('../fonts/allerdisplay_0-webfontd41d.eot?#iefix') format('embedded-opentype'),

         url('../fonts/allerdisplay_0-webfont.woff') format('woff'),

         url('../fonts/allerdisplay_0-webfont.ttf') format('truetype'),

         url('../fonts/allerdisplay_0-webfont.svg#aller_displayregular') format('svg');

    font-weight: normal;

    font-style: normal;
}


@media (max-width: 767px) {

	.navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    	line-height: 11px;	
	}

}


.carousel-caption {
	bottom: 0px!important;
	right: 2%!important;
    left: 2%!important;
	padding-bottom: 0px!important;
	white-space:nowrap!important;
	color:#666!important;
	text-shadow:0!important;
}
.carousel .item {
	height:21px;
}
.carousel-inner .next {
	top:auto!important;
	white-space:nowrap!important;
	bottom: 0px!important;	
}

a.btn-top {
    padding: 3px 10px;
    font-size: 8px;
    color: #666;
    margin-top: 5px;
    font-weight: bold;
}

a.btn-top i {
	color: #ec008c;
    text-shadow: 0 1px rgba(0,0,0,0.6);
}

.tooltip-inner {
	width:350px;
	max-width: 350px;
	height: 44px;
	max-height: 44px;
    background-color: #fcf8e3;
    border-radius: 7px;
    border: 1px solid #666;	
	color: #666;
	box-shadow: 0 0 1px 1px #CCC;
}

.tooltip.top .tooltip-arrow {
    border-top-color: #666;
}

.tooltip { position: fixed!important }

 .cart-btn {
	 width:60px; position: relative;
 }
 
 .cart-btn .badge{
	position:absolute; right:0; top:0;
 }
 
.promo i {
        color: #ec008c;
        text-shadow: 0 1px rgba(0,0,0,0.6);
}

/* Hide breadcrumb navigation */
.breadcrumb {
    display: none !important;
}

/* Hide category title (SOSETE) from category pages */
.category-title {
    display: none !important;
}

/* Hide sorting form from category pages */
form[name="ofrm"] {
    display: none !important;
}

/* Force tablet to display as desktop */
@media (min-width: 768px) {
    /* Show desktop header on tablet */
    .d-none.d-lg-block {
        display: block !important;
    }
    
    /* Hide mobile header on tablet */
    .d-block.d-lg-none {
        display: none !important;
    }
    
    /* Force desktop navigation on tablet and up */
    .navbar-nav.ms-auto.d-none.d-lg-flex {
        display: flex !important;
    }
    
    /* Show desktop navigation items on tablet */
    .navbar-nav.ms-auto {
        display: flex !important;
    }
    
    /* Hide mobile navigation buttons on tablet */
    .navbar-toggler.buttonright {
        display: none !important;
    }
}

/* Tablet-specific adjustments */
@media (min-width: 768px) and (max-width: 1199px) {
    /* Ensure desktop layout on tablet */
    .container-fluid {
        max-width: 100%;
        padding: 0 15px;
    }
    
    /* Desktop grid layout on tablet - 3 products per row */
    .col-md-4 {
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    
    /* Show all desktop features on tablet */
    .d-none.d-lg-block {
        display: block !important;
    }
    
    .d-none.d-lg-flex {
        display: flex !important;
    }
    
    /* Force show desktop navigation on tablet */
    .navbar-nav.ms-auto {
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
    
    /* Ensure navigation items are visible */
    .navbar-nav.ms-auto .nav-item {
        display: block !important;
    }
    
    /* Make sure mobile buttons are hidden */
    .navbar-toggler.buttonright {
        display: none !important;
    }
}

/* Universal Navigation Bar Styling */
.navbar.bg-primary {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%) !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    border-bottom: 3px solid #0056b3;
}

.navbar.bg-primary .nav-link {
    transition: all 0.3s ease;
    border-radius: 8px;
    margin: 0 2px;
}

.navbar.bg-primary .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    transform: translateY(-2px);
}

.navbar.bg-primary .nav-link:active {
    transform: translateY(0);
}

.navbar.bg-primary .nav-link i {
    transition: transform 0.3s ease;
}

.navbar.bg-primary .nav-link:hover i {
    transform: scale(1.1);
}

/* Badge positioning for cart */
.navbar.bg-primary .badge {
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

/* Responsive adjustments for navbar */
@media (max-width: 576px) {
    .navbar.bg-primary .nav-link span {
        font-size: 0.7rem !important;
    }
    
    .navbar.bg-primary .nav-link i {
        font-size: 1.2rem !important;
    }
    
    .navbar.bg-primary {
        padding: 0.5rem 0;
    }
}

@media (min-width: 577px) and (max-width: 768px) {
    .navbar.bg-primary .nav-link span {
        font-size: 0.8rem !important;
    }
}

/* Remove old navigation CSS conflicts */
.navbar-toggler.buttonright {
    display: none !important;
}

/* Modern Bootstrap 5 Footer */
footer.bg-dark {
    background: linear-gradient(135deg, #212529 0%, #343a40 100%) !important;
    border-top: 4px solid #007bff;
}

.footer-section h5 {
    font-weight: 600;
    border-bottom: 2px solid #007bff;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    color: #ffffff !important;
}

.footer-section p {
    color: #e9ecef !important;
}

.footer-section .text-muted {
    color: #ced4da !important;
}

.footer-section .contact-info a {
    color: #ffffff !important;
}

.footer-section .contact-info a:hover {
    color: #007bff !important;
    transition: color 0.3s ease;
}

.footer-section .list-unstyled a {
    color: #e9ecef !important;
}

.footer-section .list-unstyled a:hover {
    color: #007bff !important;
    transition: color 0.3s ease;
    padding-left: 0.5rem;
}

.footer-section .btn-outline-light:hover {
    background-color: #007bff;
    border-color: #007bff;
    transform: translateY(-2px);
    transition: all 0.3s ease;
}

.compliance-badges img {
    transition: transform 0.3s ease;
    border: 1px solid #495057;
}

.compliance-badges img:hover {
    transform: scale(1.05);
    border-color: #007bff;
}

footer hr.border-secondary {
    border-color: #495057 !important;
    opacity: 0.3;
}

/* Footer bottom text visibility */
footer .text-muted {
    color: #ced4da !important;
}

footer p.text-muted {
    color: #e9ecef !important;
}

/* Footer responsive adjustments */
@media (max-width: 768px) {
    footer.bg-dark .container {
        padding: 0 1rem;
    }
    
    .footer-section {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .compliance-badges {
        margin-top: 1rem;
    }
    
    .compliance-badges img {
        width: 100px;
        height: auto;
    }
}

/* Hover effects for footer links */
.hover-primary:hover {
    color: #007bff !important;
}

/* Animation for footer icons */
.footer-section i {
    transition: transform 0.3s ease;
}

.footer-section a:hover i {
    transform: scale(1.2);
}

/* Cart Delete Button Improvements */
.btn-danger {
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.btn-danger:hover {
    background-color: #c82333 !important;
    border-color: #bd2130 !important;
    transform: scale(1.05);
    transition: all 0.2s ease;
}

.btn-danger i {
    color: #ffffff !important;
}

.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5) !important;
}

/* Cart Price and Quantity Font Improvements */
.cart-product-row .fs-5 {
    font-size: 1.1rem !important;
}

.cart-product-row .badge.fs-6 {
    font-size: 0.9rem !important;
    font-weight: 600;
}

/* Better visibility for cart pricing */
.cart-product-row .text-muted.fs-5 {
    color: #495057 !important;
}

.cart-product-row .fw-semibold {
    font-weight: 600 !important;
}

/* Mobile Cart Font Adjustments */
@media (max-width: 767px) {
    /* Reduce font sizes for price, quantity and total on mobile */
    .d-md-none .text-muted.fs-5 {
        font-size: 0.85rem !important;
    }
    
    .d-md-none .text-muted.fs-5 .fw-semibold {
        font-size: 0.8rem !important;
    }
    
    .d-md-none .fw-bold.text-primary.fs-5 {
        font-size: 0.9rem !important;
    }
    
    /* Cart total section mobile adjustments */
    #total_price_container .fs-5 {
        font-size: 1rem !important;
    }
    
    #total_price_container .fs-4 {
        font-size: 1.15rem !important;
    }
    
    /* Order summary section mobile fonts */
    .card-body .d-flex span.fw-bold,
    .card-body .d-flex span.fw-medium {
        font-size: 0.85rem !important;
    }
    
    /* General mobile cart adjustments */
    .card-body .d-md-none .d-flex span {
        font-size: 0.8rem !important;
    }
}

/* Banner Slider Styles */
.banner-slider-container {
    height: 450px;
    position: relative;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0;
}

/* Large screens - maintain better proportions */
@media (min-width: 1200px) {
    .banner-slider-container {
        height: 500px;
    }
}

@media (min-width: 1600px) {
    .banner-slider-container {
        height: 550px;
        max-height: 60vh;
    }
}

.banner-slider {
    height: 100%;
    width: 100%;
    position: relative;
}

.banner-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

/* Alternative for better aspect ratio control on very wide screens */
@media (min-aspect-ratio: 3/1) {
    .banner-slide {
        background-size: contain;
        background-color: #f8f9fa;
    }
}

.banner-slide.active {
    opacity: 1;
    z-index: 2;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
}

.banner-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.banner-cta {
    background: linear-gradient(135deg, #007bff 0%, #0056b3 100%);
    border: none;
    padding: 15px 40px;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    transition: all 0.3s ease;
    animation: pulse-glow 2s infinite;
}

.banner-cta:hover {
    background: linear-gradient(135deg, #0056b3 0%, #004085 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 123, 255, 0.4);
}

@keyframes pulse-glow {
    0% { box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3); }
    50% { box-shadow: 0 8px 35px rgba(0, 123, 255, 0.5); }
    100% { box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3); }
}

/* Dots indicator */
.banner-dots {
    z-index: 5;
}

.dot {
    height: 12px;
    width: 12px;
    margin: 0 5px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active,
.dot:hover {
    background-color: #007bff;
    transform: scale(1.2);
}

/* Responsive adjustments for banner */
@media (max-width: 768px) {
    .banner-slider-container {
        height: 300px;
    }
    
    .banner-cta {
        padding: 12px 30px;
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .banner-slider-container {
        height: 250px;
    }
    
    .banner-cta {
        padding: 10px 25px;
        font-size: 0.9rem;
    }
}

/* Homepage Features Section */
.feature-card {
    transition: all 0.3s ease;
    border-radius: 15px !important;
    overflow: hidden;
    background: #fff;
}

.feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.1) !important;
}

.feature-icon {
    transition: transform 0.3s ease;
}

.feature-card:hover .feature-icon {
    transform: scale(1.1);
}

.feature-badge {
    margin-top: 1rem;
}

.feature-card .card-body {
    position: relative;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #667eea, #764ba2);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.feature-card:hover::before {
    opacity: 1;
}

/* Responsive improvements for features */
@media (max-width: 768px) {
    .feature-card {
        margin-bottom: 1.5rem;
    }
    
    .feature-icon i {
        font-size: 2.5rem !important;
    }
    
    .feature-card .card-body {
        padding: 2rem 1.5rem !important;
    }
}

