@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700');

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	position: relative;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

.clear {
    clear: both;
}

.ovh {
    overflow: hidden;
}

.error {
    color: red;
}

.success {
    color: green;
}

a:hover {
    text-decoration: none;
}

.headline {
    text-align: center;
    margin-bottom: 50px;
}

.headline h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-top: 0;
}

.headline h3 {
    font-size: 18px;
    margin-top: 0;
}

.headline-white {
    color: #fff;
}

.bg-gray {
    background: #f2f3f3!important;
}

.bg-white {
    background: #ffffff!important;
}

.top {
	width: 100%;
	height: 40px;
	background: white;
}

.top .left {
	float: left;
    
}

.top .left ul {
	padding-top: 8px;
}

.top .left ul li {
	list-style-type: none;
	float: left;
	margin-right: 14px;
	color: #0d1452;
}

.top .left ul li i {
	color: #0d1452;
}

.top .right {
	float: right;
}

.top .right ul {
	padding-top: 8px;
}

.top .right ul li {
	list-style-type: none;
	float: left;
	margin-left: 5px;
}


.top .right ul li a {
	color: #0d1452;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	border-radius: 50%;
	display: block;
	transition: all 0.4s ease;
}

.top .right ul li a:hover {
	background: #0d1452;
	color: #fff;
}

.header {
	width: 90%;
	height: auto;
    background-color: white !important;
    margin-left: auto;
    margin-right: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
    border-bottom: 3px solid #bfa94a !important;
}

.header .inner {
	height: auto;
	display: table;
    width: 100%;
    margin-left: auto;
}

.header .logo {
	float: none;
	display: table-cell;
	vertical-align: middle;
      
}

.header .logo img {
	height: 48px !important;
	width: auto !important;
	object-fit: contain !important;
	border: 2px solid var(--primary-gold) !important;
	border-radius: 10px !important;
	box-shadow: 0 2px 8px rgba(212, 175, 55, 0.15) !important;
	background: #181818 !important;
	padding: 2px 8px !important;
}

.header .search-area {
	float: none;
	display: table-cell;
	vertical-align: middle;
    width: 45%;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    right: -50px;
}

.header .search-area .form-group {
	width: calc(100% - 84px);
    margin-left: auto;
    position: relative;
    right: -10px;
}

.header .search-area button,
.header .search-area .search-button2 {
  background: rgba(40, 40, 40, 0.8) !important;
  border: 2.5px solid var(--primary-gold) !important;
  border-radius: 0 30px 30px 0 !important;
  color: var(--primary-gold) !important;
  transition: var(--transition) !important;
  height: 42px;
  width: 42px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
    position: relative;
  top: 1px;
  margin-left: -5px;
  box-sizing: border-box;
}

.header .search-area button:focus,
.header .search-area .search-button2:focus,
.header .search-area button:hover,
.header .search-area .search-button2:hover {
  background: var(--primary-gold) !important;
  color: var(--primary-dark) !important;
  box-shadow: 0 0 8px 2px var(--primary-gold) !important;
  outline: none !important;
}

.header .search-area button i,
.header .search-area .search-button2 i {
  color: inherit !important;
  font-size: 1.2em;
  pointer-events: none;
  margin-left: 0;
}

.header .search-area form {
	width: 100%;
    margin-left: auto;
    position: relative;
    right: -20px;
}

.header .search-area input {
    background: rgba(40, 40, 40, 0.8) !important;
    border: 2.5px solid var(--primary-gold) !important;
    border-radius: 30px !important;
    color: var(--accent-cream) !important;
    transition: var(--transition) !important;
    box-shadow: none !important;
}

.header .search-area input:focus {
    box-shadow: none !important;
}

.header .right {
	float: none;
	display: table-cell;
	vertical-align: middle;
	padding-right: 0;
    text-align: right;
    width: auto;
}

.header .right ul {
	float: right;
	margin-bottom: 0;
  
}

.header .right ul li {
	list-style-type: none;
	float: left;
	margin: auto;
    color: var(--text-light) !important;
    margin-left: 20px;
}
    
.header .right ul li:first-child {
    margin-left: 0;
}

.header .right ul li a {
    font-weight: bolder;
    margin-inline: 10px;
    padding: 5px 10px;
    position: relative;
    font-size: 18px;
    letter-spacing: 0.5px;
    min-width: 110px;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    vertical-align: middle;
    line-height: 32px;
    /* Gradient wave effect */
    background: linear-gradient(270deg, #2196f3, #bbdefb, #1976d2, #bbdefb, #2196f3);
    background-size: 400% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    animation: wave-gradient 3s linear infinite;
}

.header .right ul li a:hover {
    /* No solid color override, keep gradient */
    filter: brightness(1.2);
}

.header .right ul li a::before {
    display: none !important;
}

.header .navbar-form .search-top {
    width: 100%;
}


.nav {
    background-color: white !important;
    color: var(--text-dark) !important;
  position: sticky; 
  top: 0; 
  z-index: 999;
    min-height: 70px !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    height: auto !important;
}
.nav .container{
    min-height: 70px !important;
    height: auto !important;
    display: flex;
    margin: auto;
    align-items: center;
}

.menu-container {
    width: 100%;
    margin: 0 auto;
    background: white;
    color: var(--text-dark);
    position: relative;
    left: -150px;
}

.menu-mobile {
    display: none;
    padding: 20px;
    color: var(--text-dark) !important;
    background-color: white !important;
}

.menu-mobile:before {
    /* color: #fff; */
    /* content: "\f067"; */
}

.menu-mobile:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 20px;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    
}

.menu-dropdown-icon:before {
    color: var(--text-light) !important;
}


.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    background-color: white !important;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 150px;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}



.menu > ul > li {
    position: relative;
    float: none;
    padding: 10px;
    margin: 0;
    text-align: center;
}

.menu > ul > li > a {
    color: var(--primary-gold) !important;
    text-decoration: none;
    padding: 4px 15px;
    font-size: 15px;
    display: block;
    transition: var(--transition) !important;
    white-space: nowrap;
    font-weight: 500;
}

.menu > ul > li > a:hover {
    color: var(--secondary-gold) !important;
    text-shadow: 0 0 1px rgba(212, 175, 55, 0.3);
}

.menu > ul > li:hover {
    border-bottom: solid var(--primary-gold);
}

.menu > ul > li > ul {
    display: none !important;
    flex-direction: row;
    width: auto !important;
    min-width: 200px;
    max-width: 700px;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box;
    position: absolute;
    z-index: 999999;
    left: 0;
    margin: 0;
    list-style: none;
}
.menu > ul > li:hover > ul {
    display: flex !important;
}
.menu > ul > li > ul > li {
    display: flex !important;
    flex-direction: column;
    min-width: 140px;
    padding: 0 16px;
    background: none;
    margin: 0;
    list-style: none;
    float: none !important;
    width: auto !important;
}

.menu > ul > li > ul > li a {
    color: #777;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #333;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 220px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}
.doom{
   
   
    
}
.nav .container .logo{
    position: relative;
    right: 170px;
    height: 70px !important;
    
}

.nav .container .logo a img{
   height: 70px !important;
    
}




/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 959px) {
    .menu-container {
        left: 0;
    }

    .nav .container{
        display: block;
    }

    .menu-mobile {
        display: block;
        background-color: #ffff;
        /* border-bottom: solid black 2px; */
        
        height: 50px;
    

    }
    .menu-dropdown-icon:before {
        display: block;
    }
    .search-area form{
        position: relative;
        /* bottom: 20px; */
        bottom: 3px;
    }

    .header {
        margin: auto;
    }
    .header .right ul li a {
        margin-bottom: 0px;
        
        
    }

    
    
    
    .menu > ul {
        padding-left: 0;
        justify-content: center;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
        background-color: var(--primary-dark);
    }
    .menu > ul > li a {
        padding: 1.5em;
        width: 100%;
        display: block;
    }
    .menu > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
    }
    .menu > ul > li > ul > li {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }

    .logo{
        display: none;
    }

    .header {
        padding: 1px;
        height: 80px;
    }

    .nav{
        
        overflow: hidden;
        position: relative;
       
    }
.slog{
    width: 40%;
    padding: 5;
    position: relative;
    bottom: 12px;
    
    
    
}


    
}

.bx-wrapper {
    position: relative;
    box-shadow: none;
    border: 0;
    margin-bottom: 0;
}

.bx-controls {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 60;
}

.welcome {
    width: 100%;
    height: auto;
    overflow: hidden;
    background: #333;
    text-align: center;
    padding: 70px 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.welcome .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: #333;
}

.welcome h2 {
    color: #fff;
    margin-bottom: 25px;
}

.welcome p {
    color: #fff;
}

.welcome p.button {
    color: #fff;
    margin-top: 35px;
}

.welcome p.button a {
    background: #0d1452;
    color: #fff;
    padding: 10px 14px;
    transition: all 0.4s ease;
    text-decoration: none;
}

.welcome p.button a:hover {
    background: #fff;
    color: #0d1452;
}

.service {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 70px 0;
   
}
.ubtn{
    color: black;
    background-color: white;
    font-size: 20px;
}



.service .item {
    text-align: center;
    /* background-color: white;
    padding: auto;
    height: 180px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
}
.service .icon {
    text-align: center;
}

.service .icon i {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #0d1452;
    color: #fff;
    font-size: 38px;
    border-radius: 50%;
}

.product .product-carousel {
    position: relative;
    
    
}

 
.product .owl-controls {
    position: absolute;
    top: -60px;
    right: 500px;
}

.product .owl-controls .owl-prev,
.product .owl-controls .owl-next {
    background: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
    border: solid 1px black;
    border-radius: 60%;
}

.product .owl-controls .owl-prev i,
.product .owl-controls .owl-next i {
    font-size: 14px;
    color: #000;
}

.product .owl-controls .owl-prev:hover,
.product .owl-controls .owl-next:hover {
    background: rgb(194, 213, 194);

   
}



.product .item {
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    transition: var(--transition) !important;
    margin-bottom: 30px !important;
    overflow: hidden !important;
}

.product .item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2) !important;
}

.product .item .thumb {
    position: relative !important;
    overflow: hidden !important;
    background: white !important;
}

.product .item .thumb .overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(255,255,255,0.1) !important;
    transition: var(--transition) !important;
    opacity: 0 !important;
}

.product .item:hover .thumb .overlay {
    opacity: 1 !important;
}

.product .text {
    padding: 20px !important;
    background: white !important;
}

.product .text h3 {
    font-size: 16px !important;
    font-weight: 500 !important;
    margin-bottom: 10px !important;
    color: var(--text-dark) !important;
}

.product .text h3 a {
    color: var(--text-dark) !important;
    transition: var(--transition) !important;
}

.product .text h3 a:hover {
    color: var(--primary-gold) !important;
}

.product .text h4,
.product-item .text h4,
.product-price h4 {
    font-family: 'Playfair Display', serif !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin-bottom: 15px !important;
    letter-spacing: 0.5px !important;
    display: inline-block !important;
}

.product-item .text h4 del,
.product .text h4 del,
.product-price h4 del {
    font-family: 'Playfair Display', serif !important;
    color: #fff !important;
    opacity: 0.7 !important;
    margin-right: 10px !important;
    font-size: 16px !important;
    text-decoration: line-through !important;
    display: inline-block !important;
    margin-left: 8px !important;
}

.product .text p {
    color: var(--text-dark) !important;
    margin-bottom: 15px !important;
}

.headline h2 {
    color: var(--text-dark) !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
}

.headline h3 {
    color: var(--text-dark) !important;
    font-size: 18px !important;
    margin-top: 0 !important;
}

.product .item:hover, .product-item:hover {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 0 16px 4px rgba(255,255,255,0.7) !important;
    border-color: #fff !important;
    z-index: 2;
    transition: box-shadow 0.3s, border-color 0.3s;
} 

.product .item:hover .thumb .overlay {
    opacity: 1;
    filter: alpha(opacity=1);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.product-cat {
    padding-top: 14px;
}

.product-cat .item {
    margin-bottom: 30px;
}

.product .item-product-cat {
	border: 0;
}
.product .item-product-cat .inner {
    border: 2px solid  rgb(152, 227, 152);
    border-radius: 20px;
}

.product .item-search-result {
    border: 0;
}
.product .item-search-result .inner {
    border: 2px solid rgb(152, 227, 152);
    border-radius: 20px;
}
.product .item-search-result:nth-of-type(4n+1) {
    clear: both;
}
.product .item-product-cat:nth-of-type(3n+1) {
    clear: both;
}


.testimonial-v1 {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.testimonial-v1 .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #353535;
    opacity: 0.7;
}

.testimonial-v1 .container {
    position: relative;
    z-index: 99;
}

.testimonial-v1 .heading {
    margin-bottom: 50px;
}

.testimonial-v1 .heading h2 {
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.testimonial-v1 .heading p {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.testimonial-v1 .testimonial-carousel {
    text-align: center;
    position: relative;
    width: 70%;
    margin: 0 auto;
}

.testimonial-v1 .content .comment {
    color: #fff;
    padding: 14px 50px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    position: relative;
}

.testimonial-v1 .content .comment p {
    margin: 0 auto;
    color: #fff;
    font-size: 14px;
}

.testimonial-v1 .author {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.testimonial-v1 .photo {
    display: inline-block;
    margin-right: -4px;
    vertical-align: top;
}

.testimonial-v1 .photo img {
    width: 80px;
    height: 80px;
    float: right;
    margin-right: 25px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.testimonial-v1 .text {
    display: inline-block;
    vertical-align: top;
}

.testimonial-v1 .text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    margin-top: 10px;
}

.testimonial-v1 .text h4 {
    font-size: 13px;
    color: #fff;
    text-align: left;
}

.testimonial-v1 .owl-nav {
    margin-top: 20px;
}

.testimonial-v1 .owl-nav i {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 20px;
    text-align: center;
}

.testimonial-v1 .owl-nav .owl-prev,
.testimonial-v1 .owl-nav .owl-next {
    color: #fff;
    background: none;
    position: absolute;
    top: 14%;
}

.testimonial-v1 .owl-nav .owl-prev i,
.testimonial-v1 .owl-nav .owl-next i {
    font-size: 30px;
    font-weight: bold;
}

.testimonial-v1 .owl-nav .owl-prev {
    left: -80px;
}

.testimonial-v1 .owl-nav .owl-next {
    right: -80px;
}

.testimonial-v1 .owl-nav .owl-prev:hover,
.testimonial-v1 .owl-nav .owl-next:hover {
    background: none;
}


.home-blog {
    width: 100%;
    height: auto;
    padding: 70px 0;
    overflow: hidden;
}

.home-blog .item {

}

.home-blog .item .photo {
    width: 100%;
    height: 300px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.home-blog .text {
    padding: 14px;
    background: #f2f3f3;
}

.home-blog .text h3 {
    margin-top: 0;
    font-size: 18px;
    font-weight: 700;
}

.home-blog .text p.button {
    margin-top: 25px;
}

.home-blog .text p.button a {
    background: #0d1452;
    color: #fff;
    font-size: 14px;
    padding: 6px 10px;
    transition: all 0.4s ease;
}

.home-blog .text p.button a:hover {
    background: #333;
}



.footer-main {
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: #2a2a2a;
}
.footer-main h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    border-bottom: 1px solid #525252;
}
.footer-main h3:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #0d1452;
    left: 0;
    bottom: -2px;
    height: 4px;
}
.footer-main .footer-col p {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 22px;
}
.footer-main .footer-col p a {
    color: #a3a3a3;
}
.footer-main .footer-col p span {
    display: block;
    color: #a3a3a3;
}
.footer-main .footer-col ul li {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    list-style-type: none;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;
}
.footer-main .footer-col ul li a {
    color: #a3a3a3;
    font-size: 14px;
    line-height: 22px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.footer-main .footer-col ul li a:hover {
    color: #fff;
}
.footer-main .footer-col ul li:before {
    color: #a3a3a3;
    content: "\f0a4";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 0;
}
.footer-main .footer-col .contact-item {
    color: #a3a3a3;
    font-size: 14px;
    overflow: hidden;
    margin-bottom: 10px;
    display: table;
}
.footer-main .footer-col .contact-item .icon {
    width: 35px;
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    margin-right: 10px;
}
.footer-main .footer-col .contact-item .icon i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: black;
    color: #2a2a2a;
    border-radius: 50%;
}
.footer-main .footer-col .contact-item .text {
    display: table-cell;
    vertical-align: top;
    line-height: 22px;
    display: block;
}
.footer-main .footer-col p.social {
    margin-bottom: 10px;
}


.footer-bottom {
    width: 100%;
    height: auto;
    background: black;
    padding: 14px 0;
}
.footer-bottom .copyright {
    font-size: 13px;
    color: white;
    text-align: center;
}

/* footer */
.section-p1 {
    padding: 40px 80px;
    background-color: #000;
  }
  footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /* background-color: black; */
    color: #ffff;
    font-size: 1rem;
  }
  footer .col {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
    color: white;
  }
  footer .logo {
    margin-bottom: 30px;
  }
  footer h4 {
    font-size: 14px;
    padding-bottom: 20px;
  }
  footer p {
    font-size: 15px;
    margin: 0 0 8px 0;
  }
  footer a {
    font-size: 15px;
    text-decoration: none;
    color: white;
    margin-bottom: 10px;
  }
  footer .follow h4 {
    margin-bottom: 0px;
  }
  footer .follow i {
    padding-right: 4px;
    margin-top: 0px;
    cursor: pointer;
    color: white;
  }
  footer .install .row img {
    border: 1px solid #088178;
    border-radius: 6px;
    cursor: pointer;
  }
  footer .install img {
    margin: 10px 0 15px 0;
  }
  footer .follow i:hover,
  footer a:hover {
    color: #088178;
  }
  footer .copyright {
    width: 100%;
    text-align: center;
  }

  .follow .icon ul {
    
    display: flex;
    gap: 5px;
    list-style-type: none;
  }

  .follow .icon ul li i{
    font-size: 30px;
  }


.scrollup {
    position: fixed;
    z-index: 99999;
    bottom: 20px;
    right: 20px;
    display: none;
}
.scrollup i {
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    background: rgb(189, 215, 189);
    color: black;
    border: 1px solid rgb(132, 196, 132);
    text-align: center;
    font-size: 26px;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.scrollup i:hover {
    opacity: 1;
    filter: alpha(opacity=1);
}


ul.prod-slider li {
    height: 450px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    position: relative;
    border-radius: 12px;
}
ul.prod-slider li a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9999;
    
}
.bx-controls {
    display: none;
}
.prod-pager-thumb {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
}
#prod-pager {
    margin-top: 20px;
}

#prod-pager a {
    float: left;
    margin-right: 3px;
}

ul.nav-tabs {
    margin-top: 50px;
}
.product .p-title h2 {
    color: #000;
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
}

.product .p-status {
    margin-bottom: 10px;
}

.product .p-review {
    margin-bottom: 10px;
    z-index: 999999999;
}

.product .p-price {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: #4b2e27 !important;
    margin-bottom: 15px !important;
}

.product .p-price span {
    color: #4b2e27 !important;
    font-weight: 600 !important;
}

.product .p-price del {
    color: #4b2e27 !important;
    opacity: 0.7 !important;
    margin-right: 10px !important;
    font-size: 16px !important;
}

.product .p-short-des {
    margin-bottom: 30px;
}

.product .p-quantity {
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 35px;
    font-size: 14px;
}

.product .p-quantity input[type="number"] {
    height: 30px;
    width: 100px;
    border: 2px solid #c7c7c7;
}

.product .btn-cart {
    margin-bottom: 30px;
}

.product .btn-cart a {
    padding: 10px 14px;
    background: black;
    color: #fff;
}

.product .btn-cart1 input[type="submit"] {
    border: 0;
    padding: 10px 14px;
    background: #fff;
    color: #000;
    border: solid 1px #000;
    border-radius: 10px;
}

.product .btn-cart1 input[type="submit"]:hover {
    
    background: #000;
    color: #fff;
   
}


.product .share {
    line-height: 30px;
    font-weight: 700;
}

.product .nav {
    background: transparent;
}

.product .nav-tabs li a {
    font-weight: 700;
    color: #333;
}

.product .tab-content>.tab-pane {
    padding-top: 20px;
    
}

.review-form h2 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.review-form .btn-default {
    background: #0d1452;
    color: #fff;
    border-radius: 0;
    border: 0;
    padding: 10px 14px;
}
.rating-section {
    margin-bottom: 14px;
}


.page-banner {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}

@media (max-width: 768px) {
  .page-banner {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

.page-banner .overlay {
    background: rgba(0,0,0,0.5) !important;
    opacity: 1 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.page-banner h1 {
    color: #fff !important;
    text-shadow: 0 2px 8px rgba(0,0,0,0.85), 0 0 2px #000;
    text-align: center !important;
    margin: 30px auto 0 auto;
    display: block;
    position: relative;
    z-index: 2;
    font-size: 2.2rem;
    font-weight: bold;
    padding: 12px 10px;
}

@media (max-width: 768px) {
  .page-banner h1 {
    font-size: 1.5rem;
    padding: 10px 6px;
  }
}

.page {
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #111 !important;
    color: #fff !important;
}

.page h1, .page h2, .page h3, .page h4, .page h5, .page h6, .page p, .page li, .page ul, .page ol, .page a {
    color: #fff !important;
}

.page h3.special {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 25px;
    border-bottom: 1px solid #b9b9b9;
    position: relative;
}

.page h3.special:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #0d1452;
    left: 0;
    bottom: -2px;
    height: 4px;
}

.cart {
    width: 100%;
    height: auto;
    overflow-x: scroll;
}

.cart table img {
    width: 100px;
}

.cart table tr td {
    vertical-align: middle;
}

.cart input[type="number"] {
    background: #bfa94a !important;
    color: #222 !important;
    border: 2px solid #a68d2a !important;
    font-weight: bold !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

.cart input[type="number"]:focus {
    outline: 2px solid #d4af37 !important;
    background: #d4af37 !important;
    color: #111 !important;
}

.cart table tr td .trash {
    color: #000;
    font-size: 18px;
}

.cart table tr td.total-text,
.cart table tr th.total-text {
    text-align: right;
    font-size: 14px;
}

.cart table tr td.total-amount,
.cart table tr th.total-amount {
    text-align: right;
    font-size: 14px;
}

.cart-buttons {
    width: 100%;
    float: right;
    margin-top: 40px;
}

.cart-buttons ul {
    float: right;
}

.cart-buttons li {
    float: left;
    list-style-type: none;
    margin-left: 14px;
    margin-bottom: 14px;
}

.cart-buttons li input[type="submit"],
.cart-buttons li a {
    background: white;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-size: 18px;
    padding: 10px 20px;
    color: #000;
    border-radius: 10px;
    border: solid 1px #000;

}

.cart-buttons li input[type="submit"]:hover,
.cart-buttons li a:hover {
    background: #000;
    color: #fff;
}


.cform input[type="submit"] {
    background: black;
    border: 0;
}

.cform address, .cform span, .cform a {
    background: #fff !important;
    color: #111 !important;
    display: block;
    padding: 10px 16px;
    border-radius: 8px;
    margin-bottom: 10px;
    font-size: 16px;
    font-style: normal;
    word-break: break-word;
}

.cform address strong, .cform address span, .cform address a {
    color: #111 !important;
    font-weight: 500;
}

.cform .form-control {
    background: #fff !important;
    color: #111 !important;
    border: 2px solid #000 !important;
    border-radius: 8px !important;
    font-size: 16px;
    box-shadow: none !important;
}

.cform label {
    color: #fff !important;
    font-weight: 500;
}

.cform .form-control::placeholder {
    color: #555 !important;
    opacity: 1;
}

.page iframe {
    width: 100%;
}


.gal-container{
    padding: 12px;
}
.gal-item{
    overflow: hidden;
    padding: 3px;
}
.gal-item .box{
    height: 350px;
    overflow: hidden;
}
.box img{
    height: 100%;
    width: 100%;
    object-fit:cover;
    -o-object-fit:cover;
}
.gal-item a:focus{
    outline: none;
}
.gal-item a:after{
    content:"\e003";
    font-family: 'Glyphicons Halflings';
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    right: 3px;
    left: 3px;
    top: 3px;
    bottom: 3px;
    text-align: center;
    line-height: 350px;
    font-size: 30px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
    opacity: 1;
}
.modal-open .gal-container .modal{
    background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
    padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 14px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
    box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
    outline: none;
}
.modal-open .gal-item button.close span{
    position: relative;
    top: -3px;
    font-weight: lighter;
    text-shadow:none;
}
.gal-container .modal-dialogue{
    width: 80%;
}
.gal-container .description{
    position: relative;
    height: 40px;
    top: -40px;
    padding: 10px 25px;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    text-align: left;
}
.gal-container .description h4{
    margin:0px;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
}
.gal-container .modal.fade .modal-dialog {
    -webkit-transform: scale(0.1);
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    transform: scale(0.1);
    top: 100px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.gal-container .modal.fade.in .modal-dialog {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0);
    opacity: 1;
}
@media (min-width: 768px) {
.gal-container .modal-dialog {
    width: 55%;
    margin: 50 auto;
}
}
@media (max-width: 768px) {
    .gal-container .modal-content{
        height:250px;
    }
}
/* Footer Style */
i.red{
    color:#BC0213;
}
.gal-container{
    padding-top: 0px;
    padding-bottom:75px;
}

.videos {
    padding-top: 30px;
    padding-bottom: 10px;
    text-align: center;
}
.videos .adv img {
    width: 100%;
    height: auto;
}
.videos .prop-4-col:nth-of-type(4n+1) {
    clear: both;
}
.videos .prop-3-col:nth-of-type(3n+1) {
    clear: both;
}
.videos h2 {
    color: #464646;
    font-family: "Open Sans", serif;
    font-size: 26px;
    font-weight: 800;
    position: relative;
    text-transform: uppercase;
}
.videos h3 {
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
    margin-top: 20px;
}
.single-room {
    position: relative;
    margin-bottom: 30px;
    background: #fff;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px -2px rgba(0,0,0,0.75);
}
.single-room .photo-col2 {
    width: 100%;
    height: 360px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.single-room .photo-col3 {
    width: 100%;
    height: 150px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.single-room-text {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.single-room-text h2 {
    background: #fff;
    font-size: 13px;
    line-height: 1.4;
    text-transform: none;
    margin-bottom: 0;
}
.single-room-text h2 a {
    color: #333;
    padding: 8px!important;
    font-weight: 600;
    display: block;
}

table.bill-address tr td:nth-of-type(1) {
    font-weight: bold;
    width: 200px;
}

.user-sidebar ul {
    text-align: center;
}

.user-sidebar ul li {
    list-style-type: none;
    border-bottom: 1px solid #fff;
    display: inline-block;
}

.user-sidebar ul li a {
    padding: 7px 20px;
    min-height: 40px;
    line-height: 40px;
    /* background: #444; */
    color: #fff;
}

.user-content h3 {
    margin-bottom: 20px;
}

.blog {
    background: #fff;
}

.blog .post-item {
    margin-bottom: 30px;
    overflow: hidden;
}

.blog .image-holder {
    width: 285px;
    float: left;
    position: relative;
    margin-right: 15px;
}

.blog .image-holder-single {
    width: 100%;
    float: none;
    position: relative;
}

.blog .image-holder-single img {
    width: 100%;
    height: auto;
}

.blog .image-holder .date {
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    z-index: 999;
}

.blog .image-holder .day {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #0d1452;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 16px;
}

.blog .image-holder .day:before {
    position: absolute;
    top: 22px;
    left: 24px;
    color: #0d1452;
    font-family: 'FontAwesome';
    content: '\f0d7';
    font-size: 24px;
}

.blog .image-holder .month {
    width: 60px;
    height: 40px;
    line-height: 40px;
    background: #333;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
}

.blog .text {
    width: calc(100% - 300px);
    float: left;
}

.blog .text-single {
    width: 100%;
    float: none;
}

.blog .text-single h3 {
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
}

.blog .text .inner {
    padding: 0 20px 20px 20px;
}

.blog h3 {
    font-family: 'Roboto', sans-serif;
    text-align: left;
    color: #333;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.5;
    text-transform: uppercase;
}

.blog h3 a {
    font-family: 'Roboto', sans-serif;
    color: #333;
}

.blog h3 a:hover {
    color: #0d1452;
}

.blog .text ul.status {
    overflow: hidden;
    margin-bottom: 15px;
}

.blog .text ul.status li {
    text-align: left;
    margin-bottom: 15px;
    color: #0d1452;
    font-size: 14px;
    float: left;
    list-style-type: none;
    margin-right: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    padding-left: 0;
}

.blog .text ul.status li a {
    color: #0d1452;
}

.blog .text ul.status li i {
    margin-right: 8px;
}

.blog ul.status li:before {
    content: '';
}

.blog ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    list-style-type: none;
}

.blog ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    content: '\f044';
    color: #333;
}

.blog h1 {
    font-size: 24px;
    color: #0d1452;
    font-weight: bold;
}

.blog h2 {
    font-size: 20px;
    color: #0d1452;
    font-weight: bold;; 
}

.blog h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.blog h4 {
    font-size: 16px;
    color: #0d1452;
    font-weight: bold;
}

.blog h5 {
    font-size: 14px;
    color: #0d1452;
    font-weight: bold;
}

.blog h6 {
    font-size: 12px;
    color: #0d1452;
    font-weight: bold;
}

.blog p {
    margin-bottom: 15px;
    font-size: 14px;
}

.blog p.button {
    margin-top: 20px;
}

.blog p.button a {
    font-family: 'Roboto', sans-serif;
    background: #0d1452;
    color: #fff;
    padding: 10px 14px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog p.button a:hover {
    background: #444;
}

.blog .pagination {
    margin-top: 20px;
}

.blog .pagination ul {
    width: 100%;
    height: auto;
    text-align: center;
}

.blog .pagination ul li {
    display: inline-block;
    color: #333;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 10px;
    padding-left: 0;
}

.blog .pagination ul li:before {
    content: '';
}

.blog .pagination ul li a {
    background: #0d1452;
    color: #fff;
    display: block;
    font-size: 16px;
}

.blog .pagination ul li a i {
    margin-right: 0;
}

.blog .pagination ul li a:hover {
    background: #333;
}

.blog .pagination ul li a.active {
    background: #333;
}

.blog .gallery-carousel {
    position: relative;
    z-index: 999;
}

.blog .owl-controls {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 999;
}

.blog .owl-controls .owl-prev,
.blog .owl-controls .owl-next {
    background: #333;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding-left: 13px;
    padding-right: 13px;
}

.blog .owl-controls .owl-prev i,
.blog .owl-controls .owl-next i {
    font-size: 16px;
}

.blog .owl-controls .owl-prev:hover,
.blog .owl-controls .owl-next:hover {
    background: #0d1452;
}

.blog .video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.blog .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.blog .audio {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

/**
 * ---------------------------------------------------
 * Sidebar Style
 * ---------------------------------------------------
 */
.sidebar {
    width: 100%;
}

.widget {
    overflow: hidden;
    margin-bottom: 30px;
}

.widget-search input {
    height: 36px;
    border: 2px solid #afafaf;
    float: left;
    padding-left: 6px;
    padding-right: 6px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.widget-search input:focus {
    border: 2px solid #0d1452;
}

.widget-search button {
    width: 42px;
    height: 36px;
    float: left;
    border: 2px solid #0d1452;
    background: #0d1452;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    margin-left: 5px;
    color: #fff;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.widget-search button:hover {
    background: #333;
    color: #fff;
    border-color: #333;
}

.widget h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 6px;
    margin-bottom: 15px;
    border-bottom: 2px solid #0d1452;
}

.widget ul li {
    display: block;
    float: none;
    color: #333;
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.widget ul li:before {
    content: '\f105';
    font-family: 'FontAwesome';
    position: absolute;
    color: #333;
    top: 1px;
    left: 3px;
}

.widget ul li a {
    color: #333;
    font-size: 14px;
}

.widget ul li a:hover {
    color: #0d1452;
}

.widget ul.tag-cloud li {
    display: inline-block;
    padding-left: 0;
    padding: 4px 10px;
    border: 2px solid #afafaf;
    font-size: 12px;
    margin-right: 5px;
}

.widget ul.tag-cloud li:before {
    content: '';
}

.widget ul.tag-cloud li:hover {
    background: #0d1452;
    border: 2px solid #0d1452;
}

.widget ul.tag-cloud li:hover a {
    color: #fff;
}

.card .nav-tabs { border-bottom: 2px solid #DDD; background: #fff; }
.card .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { }
.card .nav-tabs > li > a { border: none; color: #666; }
.card .nav-tabs > li.active > a, .card .nav-tabs > li > a:hover { border: none; color: #0d1452 !important; background: transparent; }
.card .nav-tabs > li > a::after { content: ""; background: #0d1452; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
.card .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 14px 0; }
.tab-content{
    padding:20px 

}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }


.vid iframe {
    width: 100%;
    height: 250px;
}


div.pagination {
    padding: 3px;
    margin: 3px;
    z-index: 1000;
    font-size: 14px;
    margin-bottom: 20px;    
}

div.pagination a {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #cf0d42;
    text-decoration: none; /* no underline */
    background-color: #0d1452;
    color: #FFF;
    font-weight: bold;
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #cf0d42;
    color: #FFF;
    background-color: #b20b39;
}

div.pagination span.current {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #cf0d42;
    font-weight: bold;
    background-color: #b20b39;
    color: #FFF;
    font-weight: bold;
}

div.pagination span.disabled {
    padding: 5px 7px;
    margin: 2px;
    border: 1px solid #929693;
    color: #929693;
}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 999999;
}

#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../img/1.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}

.ad-section img {
    width: 100%!important;
    height: auto!important;
}

.breadcrumb {
    background: #fff;
    margin-top: -40px;
}

.breadcrumb ul li {
    float: left;
    list-style-type: none;
    margin-right: 10px;
    color: #0d1452;
}
.breadcrumb ul li:last-child {
    color: #333;
}

.breadcrumb ul li a {
    color: #0d1452;
}

.bs-slider .item {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 500px;
}


.home-newsletter {
    padding: 80px 0;
    background: #bfa94a !important;
}

.home-newsletter .single {
    max-width: 650px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2; 
}
.home-newsletter .single h2 {
    font-size: 22px;
    color: #222 !important;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-top: 0;
}
.home-newsletter .single .form-control {
    border-radius: 30px !important;
    border: 3px solid #000 !important;
    color: #222 !important;
    font-size: 18px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.home-newsletter .single .btn {
    min-height: 50px;
    height: 50px !important;
    font-size: 18px !important;
    padding-left: 24px;
    padding-right: 24px;
    background: #222 !important;
    color: #FFD700 !important;
    border: 1px solid #FFD700 !important;
    border-radius: 30px !important;
    display: inline-block;
    line-height: 1.2;
}

.home-newsletter .single .btn:hover {
    background: #FFD700 !important;
    color: #222 !important;
    border: 1px solid #222 !important;
}

:root {
    --primary-dark: #0a0a0a;
    --primary-gold: #d4af37;
    --secondary-gold: #b8860b;
    --accent-cream: #f5f5f0;
    --text-light: #ffffff;
    --text-dark: #333333;
    --transition: all 0.3s ease;
}

/* === NAVBAR & SEARCH BAR COLOR OVERRIDES === */
.menu > ul > li > a {
    color: var(--primary-gold) !important;
  background: none !important;
  transition: var(--transition) !important;
    font-weight: 500;
}

.menu > ul > li > a:hover {
    color: var(--secondary-gold) !important;
    text-shadow: 0 0 1px rgba(212, 175, 55, 0.3);
}

.menu > ul > li > a:after {
  background-color: var(--primary-gold) !important;
  transition: var(--transition) !important;
}

.menu > ul > li:hover {
    border-bottom: solid var(--primary-gold);
}

.header .search-area input {
  background: rgba(40, 40, 40, 0.8) !important;
  border: 2.5px solid var(--primary-gold) !important;
  border-radius: 30px !important;
  color: var(--accent-cream) !important;
  transition: var(--transition) !important;
  box-shadow: none !important;
}

.header .search-area input:focus {
  box-shadow: none !important;
}

.header .search-area button {
  color: var(--primary-gold) !important;
  background: none !important;
}

.header .right ul li a i.fa-shopping-cart {
  vertical-align: middle;
  font-size: 1.1em;
  margin-right: 6px;
}

.header .right ul li a[href*="cart"] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.header .right ul li a[href*="cart"] i.fa-shopping-cart {
  font-size: 1.7em;
  color: red;
  margin: 0;
  vertical-align: middle;
}

/* === LOGO ABSOLUTE POSITIONING === */
.logo-absolute {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  height: 120px;
  width: 130px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  pointer-events: none;
}

.logo-absolute img {
  height: 110px !important;
  width: auto !important;
  object-fit: contain !important;
  border: 2px solid var(--primary-gold) !important;
  border-radius: 10px !important;
  box-shadow: 0 2px 18px rgba(212, 175, 55, 0.28) !important;
  background: #181818 !important;
  padding: 2px 8px !important;
  pointer-events: auto;
  margin-left: 16px !important;
  margin-top: 10px !important;
}

@media (max-width: 991px) {
  .logo-absolute {
    display: flex !important;
    position: absolute !important;
    top: 16px !important;
    left: 0;
    z-index: 1001;
    align-items: center;
    justify-content: flex-start;
    background: transparent !important;
    pointer-events: auto;
  }
}
@media (max-width: 575px) {
  .logo-absolute {
    top: 16px !important;
  }
}

/* --- FORCE INLINE HEADER LAYOUT --- */
.row.inner {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  flex-wrap: nowrap !important;
}

.col-md-3.search-area,
.col-md-5.right {
  float: none !important;
  display: flex !important;
  align-items: center !important;
  padding: 0 !important;
  margin: 0 !important;
  min-width: 0 !important;
}

.col-md-3.search-area {
  flex: 1 1 auto !important;
  width: auto !important;
  min-width: 0 !important;
  display: flex !important;
  align-items: center !important;
}

.col-md-5.right {
  flex: 0 0 auto !important;
  width: auto !important;
  display: flex !important;
  align-items: center !important;
  margin-left: auto !important;
}

.col-md-5.right ul {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 48px !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.col-md-5.right ul li {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  display: flex !important;
  align-items: center !important;
}

.col-md-5.right ul li::before {
  display: none !important;
}

.search-wrapper {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  background: rgba(40, 40, 40, 0.8) !important;
  border-radius: 30px !important;
  border: 2.5px solid var(--primary-gold) !important;
  box-shadow: 0 2px 8px rgba(212, 175, 55, 0.08) !important;
  overflow: hidden !important;
  min-width: 500px !important;
  transition: box-shadow 0.3s, border-color 0.3s !important;
  padding: 3px !important;
}

.search-wrapper input[type="text"],
.search-wrapper .form-control.search-top {
  background: transparent !important;
  border: none !important;
  outline: none !important;
  color: var(--accent-cream) !important;
  padding: 10px 20px 10px 40px !important;
  font-size: 1.1em !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  width: 100% !important;
  box-shadow: none !important;
  height: 40px !important;
  line-height: 40px !important;
}

.search-button2 {
  background: var(--primary-gold) !important;
  color: var(--primary-dark) !important;
  border: none !important;
  border-radius: 0 30px 30px 0 !important;
  padding: 0 18px !important;
  height: 40px !important;
  min-width: 40px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 1.2em !important;
  transition: background 0.3s, color 0.3s !important;
  cursor: pointer !important;
  position: relative !important;
}

.search-button2 i {
  color: var(--primary-dark) !important;
}

@media (max-width: 991px) {
  .row.inner {
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 10px !important;
    flex-wrap: wrap !important;
  }
  .col-md-3.search-area, .col-md-5.right {
    width: 100% !important;
    justify-content: flex-start !important;
  }
  .col-md-5.right ul {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.5em !important;
  }
}

.cart-link {
  position: relative !important;
  display: inline-block !important;
}

.cart-bubble {
  position: absolute;
  top: -24px;
  right: 12px;
  background: #ff4444;
  color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  animation: float 2s ease-in-out infinite;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-5px); }
  100% { transform: translateY(0px); }
}

.gradient-text {
  background: linear-gradient(90deg, #1976d2, #63a4ff, #1976d2, #63a4ff, #1976d2);
  background-size: 200% auto;
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: shimmer-wave 2.5s linear infinite;
  font-weight: bold;
  font-size: 1.25em;
}

@keyframes shimmer-wave {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.search-wrapper:focus-within {
  border-color: var(--primary-gold) !important;
  box-shadow: 0 0 0 2px #fffbe6, 0 0 6px 2px var(--primary-gold), 0 0 12px 3px #d4af37 !important;
  outline: none !important;
  z-index: 2;
}

.product.pt_70.pb_70 {
    background-color: #ffffff !important; /* Pure white */
    padding: 70px 0 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

.product.bg-gray.pt_70.pb_30 {
    background-color: #fafafa !important; /* Off-white */
    padding: 70px 0 30px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

/* Optional: Make sure text is readable */
.product.pt_70.pb_70, .product.bg-gray.pt_70.pb_30 {
    color: #fff;
}

/* Headline text color for contrast */
.product .headline h2, .product .headline h3 {
    color: #fff !important;
}

.cform legend {
    font-size: 1.5em;
    font-weight: bold;
    color: #111 !important;
    background: #fff !important;
    padding: 10px 20px;
    border-radius: 8px;
    margin-bottom: 16px;
    display: block;
}

.product .text h3, .product .text h3 a, .product .text h4, .product .text p, .product .text span, .product .text strong,
.product-item .text h3,
.product-item .text h3 a,
.product-item .text h4,
.product-item .text p,
.product-item .text span,
.product-item .text strong {
    color: #333 !important;
}

.product .text h4 {
    color: #111 !important;
    font-weight: bold !important;
}
.product .text h4 span, .product .text h4 .current-price, .product .text h4 .price, .product .text h4 .product-price {
    color: #d60000 !important;
    font-weight: bold !important;
}

.product .text, 
.product-item .text {
    background: white !important;
    padding: 14px;
    overflow: hidden;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.add-to-cart-btn, .btn-cart, .btn-cart1 {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    margin-top: 16px !important;
}

.add-to-cart-btn .btn, .btn-cart input[type="submit"], .btn-cart1 input[type="submit"] {
    background: #000 !important;
    color: #fff !important;
    border: 2px solid #000 !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    padding: 10px 24px !important;
    font-size: 16px !important;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    text-align: center;
}

.add-to-cart-btn .btn:hover, .btn-cart input[type="submit"]:hover, .btn-cart1 input[type="submit"]:hover {
    background: #fff !important;
    color: #000 !important;
    border: 2px solid #000 !important;
}

.panel-title, .panel-title h4, .panel.panel-default, .panel-body, .panel-body p, .panel-body h5, .panel.panel-default .panel-heading, .panel.panel-default .panel-collapse {
    background: #fff !important;
    color: #111 !important;
    border-radius: 8px !important;
    padding: 12px 18px !important;
    font-size: 16px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.panel.panel-default {
    border: 1.5px solid #ddd !important;
    margin-bottom: 18px !important;
}

.panel-title h4 {
    font-weight: bold !important;
    font-size: 18px !important;
    margin: 0 !important;
}

.panel-body h5 .label {
    background: #FFD700 !important;
    color: #111 !important;
    font-weight: bold !important;
    border-radius: 4px !important;
    padding: 2px 8px !important;
}

.panel-body, .panel-body p {
    color: #fff !important;
    background: #181818 !important;
}

.panel.panel-default, .panel.panel-default .panel-heading, .panel.panel-default .panel-collapse {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.panel-title, .panel-title h4 {
    background: #181818 !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 20px !important;
    border-radius: 6px 6px 0 0 !important;
    margin: 0 !important;
    padding: 18px 24px 12px 24px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.panel-body {
    background: #181818 !important;
    color: #fff !important;
    border-radius: 0 0 6px 6px !important;
    padding: 18px 24px 18px 24px !important;
    font-size: 17px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    border: 1.5px solid #222 !important;
    border-top: none !important;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

@media (max-width: 991px) {
  .panel-body {
    max-width: 100%;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

.panel-body h5 .label {
    background: #FFD700 !important;
    color: #181818 !important;
    font-weight: bold !important;
    border-radius: 4px !important;
    padding: 2px 10px !important;
    font-size: 13px !important;
    margin-bottom: 10px !important;
    display: inline-block;
}

.panel-body p {
    color: #fff !important;
    background: none !important;
    font-size: 17px !important;
    margin-bottom: 0 !important;
    font-weight: 400 !important;
}

.panel-body {
    border: 2.5px solid #FFD700 !important;
    border-top: none !important;
}

@media only screen and (max-width: 991px) {
  /* ...existing code... */
  .header .right ul {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 0.7em !important;
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .header .right ul li {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 1 auto !important;
    text-align: center !important;
    margin: 0 2px !important;
    padding: 0 !important;
    min-width: 0 !important;
    max-width: 33.33% !important;
    width: auto !important;
  }
  .header .right ul li a, .header .right ul li span {
    font-size: 1.1em !important;
    padding: 10px 0 !important;
    min-width: 0 !important;
    width: auto !important;
    display: inline-block !important;
    text-align: center !important;
  }
}

@media only screen and (max-width: 575px) {
  .header .right ul li a, .header .right ul li span {
    font-size: 1em !important;
    padding: 8px 0 !important;
    display: inline-block !important;
  }
}

@media (max-width: 991px) {
  /* FIX: Center header auth/cart links inline on mobile/tablet and increase gap */
  .col-md-5.right ul {
    flex-direction: row !important;
    align-items: center !important;
    gap: 1.5em !important;
    justify-content: center !important;
    width: 100% !important;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .col-md-5.right ul {
    gap: 2.5em !important;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .col-md-5.right ul {
    gap: 4em !important;
  }
}

@media (max-width: 991px) {
  .header .search-area {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
  }
  .search-wrapper {
    max-width: 400px !important;
    width: auto !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: flex !important;
    justify-content: center !important;
  }
}
@media (max-width: 575px) {
  .search-wrapper {
    max-width: 95vw !important;
  }
}

@media (max-width: 991px) {
  .col-md-3.search-area {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
  }
  .col-md-3.search-area form {
    width: auto !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
  }
  .search-wrapper {
    max-width: 400px !important;
    width: 100% !important;
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important;
  }
}
@media (max-width: 575px) {
  .search-wrapper {
    max-width: 95vw !important;
  }
}

@media (max-width: 575px) {
  .search-wrapper {
    max-width: 270px !important;
  }
}

@media (max-width: 575px) {
  .col-md-3.search-area {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .row.inner {
    flex-direction: column !important;
    justify-content: flex-end !important;
    min-height: 120px !important;
    position: relative;
  }
  .col-md-5.right {
    margin-top: auto !important;
    margin-bottom: 0 !important;
    padding-bottom: 8px !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }
  .col-md-5.right ul {
    width: 100% !important;
    justify-content: center !important;
  }
}

@media (max-width: 575px) {
  .nav {
    min-height: 56px !important;
  }
  .logo-absolute img {
    height: 48px !important;
    max-width: 70px !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .col-md-5.right {
    margin-top: 52px !important;
  }
}

@media (max-width: 991px) {
  .logo-absolute {
    position: absolute !important;
  }
}

/* Fix: Hide main menu and show mobile menu on tablets/mobiles */
@media (max-width: 991px) {
  .menu > ul {
    display: none !important;
  }
  .menu-mobile {
    display: block !important;
  }
}

@media (max-width: 575px) {
  .logo-absolute {
    top: 2px !important;
  }
  .logo-absolute img {
    margin-top: 0 !important;
  }
}

@media (max-width: 575px) {
  .logo-absolute {
    top: -6px !important;
  }
  .logo-absolute img {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}

@media (max-width: 575px) {
  .logo-absolute {
    top: -12px !important;
  }
  .logo-absolute img {
    height: 80px !important;
    max-width: 120px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .header .right ul {
    margin-top: 22px !important;
  }
}

@media (max-width: 575px) {
  .logo-absolute {
    top: -12px !important;
  }
  .logo-absolute img {
    height: 78px !important;
    max-width: 120px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    border: 2px solid var(--primary-gold) !important;
    box-sizing: border-box !important;
    border-radius: 10px !important;
  }
  .header .right {
    position: relative !important;
    width: 100% !important;
  }
  .header .right ul {
    margin-top: 22px !important;
  }
  .header .right ul li a {
    font-size: 16px !important;
  }
}

@media (max-width: 575px) {
  .header .right ul li a,
  .header .right ul li a:link,
  .header .right ul li a:visited,
  .header .right ul li a:active,
  .header .right ul li a:focus {
    font-size: 14px !important;
    line-height: 1.2 !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .logo-absolute {
    top: 4px !important;
  }
  .logo-absolute img {
    margin-top: 0 !important;
  }
  .header .right ul {
    justify-content: flex-end !important;
  }
}

@media (min-width: 576px) and (max-width: 991px) {
  .header .right {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    float: none !important;
    width: 100% !important;
    padding-right: 0 !important;
    text-align: right !important;
  }
  .header .right ul {
    display: flex !important;
    justify-content: flex-end !important;
    width: auto !important;
    margin-right: 0 !important;
  }
}

/* FINAL: Force right alignment for login, register, view cart links on tablets */
@media (min-width: 576px) and (max-width: 991px) {
  .header .right {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    float: none !important;
    width: 100% !important;
    padding-right: 0 !important;
    text-align: right !important;
  }
  .header .right ul {
    display: flex !important;
    justify-content: flex-end !important;
    width: auto !important;
    margin-right: 0 !important;
    gap: 1.5em !important;
  }
}

/* ABSOLUTE FINAL: Force right alignment for login, register, view cart links on tablets, override all previous rules */
@media (min-width: 576px) and (max-width: 991px) {
  .header .right,
  .col-md-5.right {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    float: none !important;
    width: 100% !important;
    padding-right: 0 !important;
    text-align: right !important;
    position: relative !important;
    z-index: 10000 !important;
  }
  .header .right ul,
  .col-md-5.right ul {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
    width: auto !important;
    margin-right: 0 !important;
    gap: 2em !important;
    position: relative !important;
    z-index: 10001 !important;
  }
}

.mobile-sidebar-overlay {
  transition: opacity 0.3s ease;
  opacity: 0;
}

#menuMobileBtn:after {
  display: none !important;
  content: none !important;
}

#menuMobileBtn {
  top: 8px !important;
  transform: none !important;
}

#menuMobileBtn .bar {
  background-color: #222 !important;
  height: 4px !important;
  border-radius: 2px !important;
  opacity: 1 !important;
  box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}

/* Gold background for cart and checkout buttons */
.cart-buttons li input[type="submit"],
.cart-buttons li a.btn.btn-primary,
.cart-buttons li a.btn,
.cart-buttons li a[href*="checkout"],
.cart-buttons li a[href*="index"],
.cart-buttons li a[href*="cart"] {
    background: #FFD700 !important;
    color: #111 !important;
    border: 2px solid #FFD700 !important;
    font-weight: bold !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(212, 175, 55, 0.10) !important;
    transition: background 0.3s, color 0.3s, border-color 0.3s;
}

.cart-buttons li input[type="submit"]:hover,
.cart-buttons li a.btn.btn-primary:hover,
.cart-buttons li a.btn:hover,
.cart-buttons li a[href*="checkout"]:hover,
.cart-buttons li a[href*="index"]:hover,
.cart-buttons li a[href*="cart"]:hover {
    background: #111 !important;
    color: #FFD700 !important;
    border: 2px solid #FFD700 !important;
}

@media (max-width: 600px) {
  .cart table, .cart thead, .cart tbody, .cart tr, .cart th, .cart td {
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }
  .cart thead {
    display: none !important;
  }
  .cart tr {
    background: #111 !important;
    border-radius: 12px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04) !important;
    margin-bottom: 18px !important;
    padding: 12px 0 !important;
    border: 1px solid #222 !important;
    max-width: 98vw !important;
  }
  .cart td {
    padding: 6px 10px !important;
    border: none !important;
    font-size: 15px !important;
    background: transparent !important;
    color: #fff !important;
    position: relative !important;
    word-break: break-word !important;
    margin: 0 !important;
  }
  .cart td:before {
    content: attr(data-label);
    font-weight: normal !important;
    display: inline-block;
    min-width: 80px;
    color: #bfa94a !important;
    font-size: 12px !important;
    letter-spacing: 0.5px;
    opacity: 0.85;
    margin-right: 8px;
  }
  .cart img {
    max-width: 90vw !important;
    width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 0 auto 8px auto !important;
    border-radius: 6px !important;
  }
  /* Hide Serial column on mobile */
  .cart td[data-label*="Serial"] {
    display: none !important;
  }
  /* Make remove button full width and centered */
  .cart td[data-label*="Action"] {
    text-align: center !important;
    padding-top: 10px !important;
  }
  /* Make quantity input smaller and centered */
  .cart input[type="number"] {
    width: 60px !important;
    min-width: 40px !important;
    max-width: 80px !important;
    font-size: 15px !important;
    margin: 0 0 0 8px !important;
    color: #111 !important;
    background: #bfa94a !important;
    border-radius: 6px !important;
    border: 1.5px solid #bfa94a !important;
    text-align: center !important;
  }
}

.cart table img, .table-responsive table img, .checkout-order-details img {
    width: 60px !important;
    height: auto !important;
    max-width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

@media (max-width: 768px) {
  .cart table img, .table-responsive table img, .checkout-order-details img {
    width: 40px !important;
  }
}

.page-banner-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 0;
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
}

/* Dull gold login form fields */
.login-page input.form-control,
.user-content input.form-control[type="email"],
.user-content input.form-control[type="password"] {
    background: #bfa94a !important;
    color: #222 !important;
    border: 2px solid #a68d2a !important;
    font-weight: bold !important;
    border-radius: 6px !important;
    box-shadow: none !important;
}

.login-page input.form-control:focus,
.user-content input.form-control[type="email"]:focus,
.user-content input.form-control[type="password"]:focus {
    outline: 2px solid #d4af37 !important;
    background: #d4af37 !important;
    color: #111 !important;
}

.login-page input.form-control::placeholder,
.user-content input.form-control[type="email"]::placeholder,
.user-content input.form-control[type="password"]::placeholder {
    color: #6d5c1c !important;
    opacity: 1;
}

.user-content .btnlog,
.login-page .btnlog,
.user-content input[type="submit"].btn,
.login-page input[type="submit"].btn {
    background: #222 !important;
    color: #fff !important;
    border: 2px solid #bfa94a !important;
    font-weight: bold;
    border-radius: 6px;
    transition: background 0.2s, color 0.2s;
}

.user-content .btnlog:hover,
.login-page .btnlog:hover,
.user-content input[type="submit"].btn:hover,
.login-page input[type="submit"].btn:hover,
.user-content .btnlog:focus,
.login-page .btnlog:focus,
.user-content input[type="submit"].btn:focus,
.login-page input[type="submit"].btn:focus {
    background: #d4af37 !important;
    color: #222 !important;
    border-color: #d4af37 !important;
}

.user-content label,
.login-page label {
    color: #bfa94a !important;
    font-weight: bold;
}

@media (min-width: 600px) and (max-width: 1024px) {
  .user-content {
    max-width: 420px !important;
    margin: 40px auto 0 auto !important;
    padding: 32px 24px 28px 24px !important;
    background: rgba(34, 34, 34, 0.95) !important;
    border-radius: 14px !important;
    box-shadow: 0 4px 24px rgba(0,0,0,0.12) !important;
    border: 1.5px solid #bfa94a !important;
  }
}

/* ENFORCE LOGIN FORM STYLING ON ALL DEVICES */


@media (min-width: 1025px) {
  .user-content input.form-control,
  .user-content textarea.form-control,
  .user-content select.form-control {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    display: block;
    box-sizing: border-box;
  }
  .user-content .form-group,
  .user-content .col-md-6 {
    width: 100% !important;
    max-width: 100% !important;
    flex: none !important;
    display: block !important;
  }
}

/* Featured Products Section */
.product.pt_70.pb_70:first-of-type {
    background-color: #ffffff !important; /* Pure white */
    padding: 70px 0 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

/* Latest Products Section */
.product.bg-gray.pt_70.pb_30 {
    background-color: #f8f9fa !important; /* Light gray-white */
    padding: 70px 0 30px !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

/* Popular Products Section */
.product.pt_70.pb_70:last-of-type {
    background-color: #f5f5f5 !important; /* Slightly darker gray-white */
    padding: 70px 0 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05) !important;
}

/* Section Headers */
.product .headline {
    text-align: center !important;
    margin-bottom: 50px !important;
    position: relative !important;
}

.product .headline h2 {
    color: var(--text-dark) !important;
    font-size: 28px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    margin-bottom: 10px !important;
    margin-top: 0 !important;
    position: relative !important;
    padding-bottom: 15px !important;
}

.product .headline h2:after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 80px !important;
    height: 3px !important;
    background: var(--primary-gold) !important;
}

.product .headline h3 {
    color: var(--text-dark) !important;
    font-size: 18px !important;
    margin-top: 0 !important;
    opacity: 0.8 !important;
}

.product-item {
    background: white !important;
    border-radius: 10px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

.product-item:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15) !important;
}

.product-item .text {
    background: white !important;
    padding: 14px !important;
    overflow: hidden !important;
    border-radius: 0 0 10px 10px !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05) !important;
}

/* Ensure text colors are readable on white background */
.product-item .text h3 a {
    color: #333 !important;
    transition: color 0.3s ease !important;
}

.product-item .text h3 a:hover {
    color: var(--primary-gold) !important;
}

.product-item .text h4 {
    color: #4b2e27 !important;
    font-weight: 600 !important;
}

.product-item .text h4 del {
    color: #4b2e27 !important;
    opacity: 0.7 !important;
}

.product-meta {
    color: #666 !important;
    font-size: 13px !important;
    margin-bottom: 8px !important;
}

.product-meta strong {
    color: #333 !important;
    font-weight: 600 !important;
}

.product-item .image {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 10px 10px 10px 10px !important; /* Added radius to all corners */
}

.product-item .image img {
    width: 100% !important;
    height: 300px !important;
    object-fit: cover !important;
    border-radius: 10px 10px 10px 10px !important; /* Added radius to all corners */
    transition: transform 0.5s ease !important;
}

.product-item:hover .image img {
    transform: scale(1.1) !important;
}

.product-item .image::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.1) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    border-radius: 10px 10px 0 0 !important;
    z-index: 1 !important;
}

.product-item .photo {
    background-size: cover !important;
    background-position: center !important;
    height: 200px !important;
    border-radius: 10px 10px 10px 10px !important;
    transition: transform 0.5s ease !important;
    position: relative !important;
}

/* New Badge Styling */
.product-item .photo::after {
    content: 'New' !important;
    position: absolute !important;
    bottom: 2px !important; /* Moved down from 5px to 2px */
    left: 10px !important;
    background: #4b2e27 !important; /* Chocolate brown color */
    color: white !important;
    padding: 6px 20px !important;
    min-width: 80px !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    border-radius: 20px 50px !important;
    z-index: 2 !important;
    box-shadow: 0 2px 4px rgba(0,0,0,0.2) !important;
    text-align: center !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.product-item .thumb {
    position: relative !important;
    overflow: hidden !important;
    border-radius: 10px 10px 10px 10px !important;
}

.product-item:hover .photo {
    transform: scale(1.1) !important;
}

.product-item .overlay {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0,0,0,0.1) !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
    border-radius: 10px 10px 10px 10px !important;
    z-index: 1 !important;
}

/* All previous @media (min-width: 992px) blocks removed. Only the final desktop login form block remains below. */

@media (min-width: 992px) {
  .user-content {
    max-width: 600px !important;
    width: 100% !important;
    padding: 48px 48px 36px 48px !important;
  }
  .user-content .form-group,
  .user-content input[type="email"],
  .user-content input[type="password"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    display: block !important;
    box-sizing: border-box !important;
  }
  .user-content input[type="email"],
  .user-content input[type="password"] {
    height: 70px !important;
    font-size: 28px !important;
    padding: 22px 28px !important;
    border-radius: 12px !important;
    margin-bottom: 28px !important;
  }
  .user-content input[type="submit"].btn,
  .user-content .btnlog {
    height: 70px !important;
    font-size: 28px !important;
    border-radius: 12px !important;
    margin-bottom: 24px !important;
  }
  .user-content label {
    color: #e0b84c !important;
    font-weight: bold !important;
    margin-bottom: 8px !important;
    display: block !important;
    font-size: 16px !important;
  }
  .user-content input[type="email"],
  .user-content input[type="password"] {
    width: 100% !important;
    height: 48px !important;
    font-size: 18px !important;
    padding: 12px 16px !important;
    margin-bottom: 20px !important;
    box-sizing: border-box !important;
    border-radius: 8px !important;
    border: none !important;
    background: #e0b84c !important;
    color: #222 !important;
    font-weight: 500 !important;
    transition: box-shadow 0.2s !important;
  }
  .user-content input[type="email"]:focus,
  .user-content input[type="password"]:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px #e0b84c55 !important;
  }
  .user-content input[type="submit"].btn,
  .user-content .btnlog {
    width: 100% !important;
    height: 48px !important;
    font-size: 20px !important;
    border-radius: 8px !important;
    background: transparent !important;
    color: #fff !important;
    border: 2px solid #e0b84c !important;
    font-weight: bold !important;
    margin-bottom: 18px !important;
    transition: background 0.2s, color 0.2s !important;
  }
  .user-content input[type="submit"].btn:hover,
  .user-content .btnlog:hover {
    background: #e0b84c !important;
    color: #181818 !important;
  }
  .user-content .form-group {
    margin-bottom: 20px !important;
  }
  .user-content a {
    color: #fff !important;
    text-decoration: underline !important;
  }
  .user-content .divider {
    color: #fff !important;
    margin: 18px 0 !important;
  }
}
@media (min-width: 992px) {
  .user-content {
    max-width: 1200px !important;
    min-width: 320px !important;
    width: 98vw !important;
    margin: 48px auto 0 auto !important;
    padding: 32px 0 24px 0 !important;
    background: #222 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    display: block !important;
  }
  .user-content form {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    display: block !important;
    padding: 0 24px !important; /* Add padding to the form for button/links, but not to .user-content */
  }
  .user-content .form-group {
    margin-bottom: 16px !important;
  }
  .user-content label {
    color: #e0b84c !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    display: block !important;
    font-size: 15px !important;
    letter-spacing: 0.01em;
  }
  .user-content input[type="email"],
  .user-content input[type="password"] {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: 38px !important;
    font-size: 15px !important;
    padding: 8px 14px !important;
    border-radius: 6px !important;
    margin-bottom: 10px !important;
    border: 1.5px solid #e0b84c !important;
    background: #181818 !important;
    color: #fff !important;
    font-weight: 400 !important;
    transition: box-shadow 0.2s, border-color 0.2s !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04) !important;
    margin-left: 0 !important;
  }
  .user-content input[type="email"]::placeholder,
  .user-content input[type="password"]::placeholder {
    color: #bfa94a !important;
    opacity: 1;
    font-size: 14px;
  }
  .user-content input[type="email"]:focus,
  .user-content input[type="password"]:focus {
    outline: none !important;
    border-color: #d4af37 !important;
    box-shadow: 0 0 0 2px #e0b84c55 !important;
    background: #232323 !important;
  }
  .user-content input[type="submit"].btn,
  .user-content .btnlog {
    width: 100% !important;
    height: 38px !important;
    font-size: 16px !important;
    border-radius: 6px !important;
    background: linear-gradient(90deg, #e0b84c 0%, #bfa94a 100%) !important;
    color: #181818 !important;
    border: none !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    box-shadow: 0 2px 8px rgba(224,184,76,0.08) !important;
    transition: background 0.2s, color 0.2s !important;
    letter-spacing: 0.02em;
  }
  .user-content input[type="submit"].btn:hover,
  .user-content .btnlog:hover {
    background: #181818 !important;
    color: #e0b84c !important;
    border: 1.5px solid #e0b84c !important;
  }
  .user-content .form-group {
    margin-bottom: 20px !important;
  }
  .user-content a {
    color: #fff !important;
    text-decoration: underline !important;
  }
  .user-content .divider {
    color: #fff !important;
    margin: 18px 0 !important;
  }
}

.price-white {
    color: #fff !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-family: 'Playfair Display', serif !important;
}

del.price-white {
    font-size: 24px !important;
    line-height: 1.2 !important;
    vertical-align: middle !important;
    position: relative;
    top: 4px;
    text-decoration: line-through !important;
}

.price-red {
    color: #c00 !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    font-family: 'Playfair Display', serif !important;
}

@media (min-width: 992px) {
  .user-content {
    max-width: 380px !important;
    min-width: 320px !important;
    margin: 48px auto 0 auto !important;
    padding: 32px 32px 24px 32px !important;
    background: #222 !important;
    border-radius: 14px !important;
    box-shadow: 0 6px 32px rgba(0,0,0,0.18) !important;
    border: 1.5px solid #e0b84c !important;
    display: block !important;
  }
  .user-content form {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 auto !important;
    display: block !important;
  }
  .user-content .form-group {
    margin-bottom: 16px !important;
  }
  .user-content label {
    color: #e0b84c !important;
    font-weight: 600 !important;
    margin-bottom: 6px !important;
    display: block !important;
    font-size: 15px !important;
    letter-spacing: 0.01em;
  }
  .user-content input[type="email"],
  .user-content input[type="password"] {
    width: 100% !important;
    height: 38px !important;
    font-size: 15px !important;
    padding: 8px 14px !important;
    border-radius: 6px !important;
    margin-bottom: 10px !important;
    border: 1.5px solid #e0b84c !important;
    background: #181818 !important;
    color: #fff !important;
    font-weight: 400 !important;
    transition: box-shadow 0.2s, border-color 0.2s !important;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04) !important;
  }
  .user-content input[type="email"]::placeholder,
  .user-content input[type="password"]::placeholder {
    color: #bfa94a !important;
    opacity: 1;
    font-size: 14px;
  }
  .user-content input[type="email"]:focus,
  .user-content input[type="password"]:focus {
    outline: none !important;
    border-color: #d4af37 !important;
    box-shadow: 0 0 0 2px #e0b84c55 !important;
    background: #232323 !important;
  }
  .user-content input[type="submit"].btn,
  .user-content .btnlog {
    width: 100% !important;
    height: 38px !important;
    font-size: 16px !important;
    border-radius: 6px !important;
    background: linear-gradient(90deg, #e0b84c 0%, #bfa94a 100%) !important;
    color: #181818 !important;
    border: none !important;
    font-weight: bold !important;
    margin-bottom: 10px !important;
    box-shadow: 0 2px 8px rgba(224,184,76,0.08) !important;
    transition: background 0.2s, color 0.2s !important;
    letter-spacing: 0.02em;
  }
  .user-content input[type="submit"].btn:hover,
  .user-content .btnlog:hover {
    background: #181818 !important;
    color: #e0b84c !important;
    border: 1.5px solid #e0b84c !important;
  }
  .user-content .btn-link {
    color: #bfa94a !important;
    font-size: 13px !important;
    padding-left: 0;
    text-decoration: underline !important;
    background: none !important;
    border: none !important;
    margin-left: 0 !important;
  }
  .user-content .text-center a {
    color: #e0b84c !important;
    font-size: 14px !important;
    font-weight: 500;
    text-decoration: underline !important;
    margin-top: 8px !important;
    display: inline-block;
  }
  .user-content .error, .user-content .success {
    font-size: 14px !important;
    border-radius: 6px !important;
    margin-bottom: 16px !important;
    color: #fff !important;
    background: #bfa94a !important;
    border: none !important;
    padding: 10px 14px !important;
  }
}

@media (min-width: 992px) {
  .user-content {
    max-width: 98vw !important;
    min-width: 320px !important;
    width: 98vw !important;
    margin: 48px auto 0 auto !important;
    padding: 32px 0 24px 0 !important;
    background: #222 !important;
    border-radius: 14px !important;
    box-shadow: none !important;
    display: block !important;
  }
}

/* Fix: Restrict login form width and center it on desktop only */
@media (min-width: 992px) {
  .user-content {
    max-width: 400px !important;
    width: 100% !important;
    margin: 48px auto 0 auto !important;
    /* Keep existing padding/background/border-radius/box-shadow as is */
  }
}

/* Fix: Make password update input fields larger for better usability */
@media (min-width: 400px) {
  .user-content input.form-control[type='password'] {
    height: 48px !important;
    font-size: 18px !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
  }
}

@media (min-width: 992px) {
  .user-content input.form-control[type='password'] {
    width: 100% !important;
    height: 48px !important;
    font-size: 18px !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    background: #e0b84c !important;
    color: #222 !important;
    border: none !important;
    font-weight: 500 !important;
    margin-bottom: 20px !important;
    box-sizing: border-box !important;
    transition: box-shadow 0.2s !important;
  }
  .user-content input.form-control[type='password']:focus {
    outline: none !important;
    box-shadow: 0 0 0 2px #e0b84c55 !important;
  }
  .user-content input[type='submit'].btn,
  .user-content .btn-primary {
    background: #181818 !important;
    color: #fff !important;
    border: 2px solid #e0b84c !important;
    border-radius: 8px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    padding: 10px 32px !important;
    margin-top: 8px !important;
    margin-bottom: 0 !important;
    transition: background 0.2s, color 0.2s !important;
    box-shadow: none !important;
  }
  .user-content input[type='submit'].btn:hover,
  .user-content .btn-primary:hover {
    background: #e0b84c !important;
    color: #181818 !important;
  }
}


