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

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

html {
  margin: 0;
  padding: 0;
}

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

a {
  text-decoration: none;
}
a:focus {
  outline: 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;
  margin-top: -20px;
  /* background: #ececec; */
  background: #131921;
}

.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; */
  color: white;
}

.top .left ul li a,
.top .left ul li i {
  /* color: #0d1452; */
  color: white;
}

.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; */
  color: white !important;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 50%;
  display: block;
  transition: all 0.4s ease;
  /* padding: 5px 0px 0px 2px; */
}

.top .right ul li a:hover {
  background: #1c257e;
  color: #fff;
}

.header {
  width: 100%;
  height: auto;
  background: #fff;
}

.header .inner {
  height: auto;
  display: table;
}

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

.header .logo img {
  max-width: 100%;
  height: 80px;
}

.header .navbar-form .form-control {
  width: 300px;
}

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

.header .search-area .form-group {
  width: calc(100% - 84px);
}

.header .search-area button {
  width: 80px;
}

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

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

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

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

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

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

.nav {
  /* background: #0d1452; */
  background: #232f3e;
}

.menu-container {
  width: 100%;
  margin: 0 auto;
  /* background: #0d1452; */
  background: #232f3e;
}

.menu-mobile {
  display: none;
  padding: 20px;
  color: #fff;
}

.menu-mobile:hover {
  color: #fff;
}

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

.menu-dropdown-icon:before {
  content: "\f067";
  font-family: "FontAwesome";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}

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

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

.menu > ul > li {
  float: left;
  /*background: #76767e;*/
  padding: 0;
  margin: 0;
}

.menu > ul > li a {
  text-decoration: none;
  padding: 1.5em 20px;
  display: block;
  color: #fff;
}

.menu > ul > li:hover {
  background: #333;
}

.menu > ul > li > ul {
  display: none !important;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 999999;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
  visibility: hidden !important;
}

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

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

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 25%;
  background: none;
  float: left;
}

.menu > ul > li > ul > li a {
  color: #777;
  padding: 0.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: 0.8em;
}

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

.menu > ul > li > ul.normal-sub {
  width: 220px;
  left: auto;
  padding: 10px 20px;
  display: none !important;
  visibility: hidden !important;
}

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

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}

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

@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1em 20px;
    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;
  }
}
/* ---------------- Top Banner tyle start ---------- */
.control-round .carousel-control.left>span:nth-child(1) {
  position: absolute;
  top: 9px;
  left: 33%;
}
.control-round .carousel-control.right>span:nth-child(1) {
  position: absolute;
  top: 9px;
  right: 33%;
}
/* ---------------- Top Banner tyle end   ---------- */
.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: 9999;
}

.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;
}

.service .item {
  text-align: center;
}
.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: 0;
}

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

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

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

.product .item {
  border: 2px solid #e5e5e5;
}

.product .text {
  background: #f2f3f3;
  padding: 14px;
  overflow: hidden;
}

.product .text del {
  color: #9d9d9d;
}

.product .text h3 {
  font-weight: 700;
  text-align: center;
  color: #353535;
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 0;
}

.product .text h3 a {
  color: #333;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}

.product .text h3 a:hover {
  text-decoration: none;
}

.product .text h4 {
  color: #0d1452;
  text-align: center;
  font-size: 18px;
}

.product .text p {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 14px;
}

.product .text p a {
  /* background: #0d1452; */
  background: #e7a340;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
}
.product .out-of-stock {
  width: 100%;
  text-align: center;
}

.product .out-of-stock .inner {
  display: inline-block;
  background: #0d1452;
  color: #fff;
  font-size: 14px;
  padding: 6px 10px;
  transition: all 0.4s ease;
  text-decoration: line-through;
}

.product .text .rating {
  text-align: center;
}

.product .text p a:hover {
  background: #333;
}

/* --- Topbar fixes: don't change global body line-height --- */
.top { line-height: 1; }
.top .left ul li, .top .right ul li { line-height: normal; padding-top:2px; }
.np-sz-disabled{
    opacity:.4;
    cursor:not-allowed;
    pointer-events:none;
    border-color:#ddd;
    background:#f5f5f5;
}

.np-out-text{
    display:block;
    font-size:10px;
    color:red;
    margin-top:2px;
}
@media (max-width: 767px) {
  .top { height: auto; padding: 6px 0; }
  .top .row{
    display: flex;
    align-items: center;
  }
  .top .left ul, .top .right ul { text-align: left; margin-top: 0px !important; margin-bottom: 0px !important; }
  .top .left ul li, .top .right ul li { float: none; display: inline-block; margin: 3px 8px; font-size: 12px; }
  .header .logo img { height: 60px; }
  .header .right ul li, .header .right ul li a { font-size: 12px; }
  .top .left ul{
    padding-top: 0px !important;
  }
  .header .navbar-left {
    margin-bottom: 0px !important;
  }
  .header .right ul {
    margin-bottom: 10px !important;
    padding-right: 10px !important;
  }
  .navbar-form {
    padding: 0px 10px 10px !important;
    margin-top: 0px !important;
  }
}

/* Product size header: place size guide at right */
.np-opt-hd { display:flex; justify-content:flex-start; align-items:center; gap:12px; }
.np-opt-hd .np-opt-guide { order: -1; display:inline-flex; align-items:center; gap:8px; font-size:14px; font-weight:600; color:#222; }
.np-opt-hd .np-opt-guide svg { display:inline-block; vertical-align:middle; }
.np-opt-hd .np-opt-label { margin: 6px 0; font-weight:700; }
.np-opt-block { margin-top: 10px; }
.np-sz-empty { color:#777; font-size:13px; padding:8px 0; }

/* Cart buttons responsive */
.cart-buttons ul { display:flex; gap:8px; flex-wrap:wrap; list-style:none; padding-left:0; }
.cart-buttons ul li { flex: 1 1 auto; min-width:140px; }
.cart-buttons .btn { width:100%; }
@media (max-width:767px) {
  .cart-buttons ul { flex-direction:column; }
  .cart-buttons ul li { width:100%; }
}

/* Home product Add-to-cart full width + blue variant */
.product .text p a { display:block; width:100%; text-align:center; background:#0d1452; color:#fff; border-radius:6px; padding:10px 12px; }
.product .text p a i { margin-right:8px; }

/* Checkout: stack columns on small screens and make summary collapsible */
@media (max-width: 767px) {
  .checkout-layout { flex-direction: column; }
  .checkout-form-col, .checkout-summary-col { flex: 0 0 100%; max-width: 100%; }
  .checkout-summary-col { position: static; margin-top: 12px; }
  .checkout-header { background: transparent; border-bottom: none; padding: 8px 0; }
  .checkout-header .checkout-logo { display: none; }
  .checkout-breadcrumb { text-align: left; }
}

/* Collapsible order summary */
.checkout-order-summary.collapsed .cos-items,
.checkout-order-summary.collapsed .cos-totals { display: none; }
.cos-header { cursor: pointer; }

/* Toggle icon on order summary (mobile) */
.cos-header { position: relative; padding-right: 44px; }
.cos-header .toggle-icon { position: absolute; right: 12px; top: 50%; transform: translateY(-50%); display: inline-block; width:32px; height:32px; display: flex; align-items: center; text-align:center; color:#666; }
.cos-header .toggle-icon i { transition: transform .25s ease; display:inline-block; font-size:14px; }
.checkout-order-summary.collapsed .cos-header .toggle-icon i { transform: rotate(0deg); }
.checkout-order-summary:not(.collapsed) .cos-header .toggle-icon i { transform: rotate(180deg); }
@media (min-width: 768px) {
  .cos-header .toggle-icon { display: none; }
}

/* Service block adjustments for mobile 2x2 */
@media (max-width: 767px) {
  .service .item .photo{
    width: 90px;
    margin: auto;
  }
  .service .item h3 { font-size: 13px; margin-top: 0px; }
  .service .item p { font-size: 10px; }
  .service {
    padding: 10px 0;
  }
  .service .item .photo img{
    max-width: 100%;
    height: auto;
  }
}

.product .item .thumb {
  position: relative;
  overflow: hidden;
}

.product .item .thumb .photo {
  width: 100%;
  height: 280px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.product .item .thumb .overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  transform: scale(0.2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  background: rgba(255, 255, 255, 0.6);
}

.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 #e5e5e5;
}

.product .item-search-result {
  border: 0;
}
.product .item-search-result .inner {
  border: 2px solid #e5e5e5;
}
.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: 9999;
}

.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: #dedede;
  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: #141314;
  padding: 14px 0;
}
.footer-bottom .copyright {
  font-size: 13px;
  color: #a3a3a3;
  text-align: center;
}

.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: #0d1452;
  color: #fff;
  border: 4px solid #0d1452;
  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;
}
ul.prod-slider li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 99999999;
}
.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: #0d1452;
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}

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

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

.product .p-price {
  line-height: 30px;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}

.product .p-price span {
  font-size: 30px;
}

.product .p-price del {
  color: #c7c7c7;
}

.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: #0d1452; */
  background: #f19000;
  color: #fff;
}

.product .btn-cart1 input[type="submit"] {
  border: 0;
  padding: 10px 14px;
  /* background: #0d1452; */
  background: #f19000;
  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;
}
.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: 80px;
  padding-bottom: 80px; */
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.page-banner .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  /* background: #333; */
  background: #131921;
}

.page-banner h1 {
  color: #fff;
  text-align: center;
  z-index: 999;
  position: relative;
}

.page {
  width: 100%;
  height: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

.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;
}

.cart .table-responsive {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.cart table {
  min-width: 820px;
}

.cart table img {
  width: 100px;
}

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

.cart input[type="number"] {
  height: 30px;
  width: 70px;
  border: 2px solid #c7c7c7;
  padding-left: 10px;
  padding-right: 10px;
}

.cart table tr td .trash {
  color: #0d1452;
  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;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}

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

.cart-buttons li input[type="submit"],
.cart-buttons li a {
  display: inline-block;
  background: #0d1452;
  border: 0;
  border-radius: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 18px;
  padding: 10px 20px;
  color: #fff;
}

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

@media (max-width: 767px) {
  .cart table {
    min-width: 760px;
  }

  .cart table img {
    width: 72px;
  }

  .cart input[type="number"] {
    width: 58px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .cart-buttons {
    float: none;
    margin-top: 24px;
  }

  .cart-buttons ul {
    float: none;
    justify-content: stretch;
  }

  .cart-buttons li {
    width: 100%;
  }

  .cart-buttons li input[type="submit"],
  .cart-buttons li a {
    display: block;
    width: 100%;
    text-align: center;
  }
}

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

.cform address span,
.cform address a span {
  color: #0d1452;
}

.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;
}
@media (max-width: 580px) {
  .bs-slider .item {
    height: 200px;
  }
}
.home-newsletter {
  padding: 80px 0;
  /* background: #0d1452; */
  background: #232f3e;
}

.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: white;
  text-transform: uppercase;
  margin-bottom: 40px;
  margin-top: 0;
}
.home-newsletter .single .form-control {
  height: 50px;
  border-color: #333;
  outline: none;
}
.home-newsletter .single .btn {
  min-height: 50px;
  background: #333;
  color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

/* ==============================================
   GLOBAL BUTTON COLOR OVERRIDES
   ============================================== */
.btn-primary,
.btn-primary:visited {
  background-color: #0d1452 !important;
  border-color: #0d1452 !important;
  color: #fff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #091036 !important;
  border-color: #091036 !important;
  color: #fff !important;
}
/* Search button in header — navy */
.header .btn-danger,
.header .btn-danger:hover { background-color: #0d1452 !important; border-color: #0d1452 !important; color: #fff !important; }
/* Checkout place-order override to green */
.btn-checkout-paypal { background: #0070ba !important; border-color: #0070ba !important; color:#fff !important; }
.btn-checkout-paypal:hover { background: #005a94 !important; border-color: #005a94 !important; }
.btn-checkout-bank { background: #27ae60 !important; border-color: #27ae60 !important; color:#fff !important; }
.btn-checkout-bank:hover { background: #219a52 !important; border-color: #219a52 !important; }
/* Review submit button */
.pd-btn-submit-review {
  background: #27ae60;
  border: none;
  color: #fff;
  padding: 10px 24px;
  border-radius: 6px;
  font-weight: 700;
  cursor: pointer;
  font-size: 14px;
}
.pd-btn-submit-review:hover { background: #219a52; }

/* ==============================================
   PRODUCT PAGE  (np- prefix)
   ============================================== */
.np-page { background: #fff; padding: 28px 0 0; }

/* ── Breadcrumb ─────────────── */
.np-bc { font-size: 12px; color: #bbb; margin-bottom: 24px; }
.np-bc a { color: #555; text-decoration: none; }
.np-bc a:hover { color: #111; text-decoration: underline; }
.np-bc span { margin: 0 5px; color: #ddd; }
.np-bc-current { color: #111; }

/* ── Gallery ────────────────── */
.np-gallery-col,.np-info-col { padding-bottom: 40px; }
.np-gallery { position: relative; }
.np-img-badge {
  position: absolute; top: 12px; left: 12px;
  padding: 4px 10px; border-radius: 2px; font-size: 11px;
  font-weight: 800; letter-spacing: 0.8px; text-transform: uppercase;
  z-index: 3; color: #fff;
}
.np-badge-sale { background: #111; }
.np-badge-low  { background: #c0392b; }

.np-main-wrap {
  position: relative; overflow: hidden;
  background: #f4f4f4; border-radius: 0;
  margin-bottom: 10px;
}
.np-main-wrap:after { content: ''; display: block; padding-bottom: 120%; }
.np-main-link {
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
  display: block;
}
.np-main-img {
  width: 100%; height: 100%;
  object-fit: contain;
  transition: transform 0.08s linear;
  display: block;
  transform-origin: center center;
}
/* cursor handled by JS zoom; no CSS hover scale needed */
.np-main-wrap { cursor: zoom-in; }
.np-main-link { cursor: zoom-in; }
.np-img-counter {
  position: absolute; bottom: 10px; right: 12px;
  background: rgba(0,0,0,0.45); color: #fff;
  font-size: 11px; padding: 3px 8px; border-radius: 20px;
  pointer-events: none;
}

/* Thumbnail strip */
.np-thumbrow {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  align-items: center; gap: 6px; margin-bottom: 10px;
}
.np-thumbstrip {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  gap: 8px; overflow-x: auto; -webkit-overflow-scrolling: touch;
  -ms-flex: 1; flex: 1; scroll-behavior: smooth;
  scrollbar-width: none;
}
.np-thumbstrip::-webkit-scrollbar { display: none; }
.np-thumb {
  -ms-flex-negative: 0; flex-shrink: 0;
  width: 74px; height: 74px;
  border: 2px solid transparent; border-radius: 2px;
  overflow: hidden; cursor: pointer;
  transition: border-color 0.2s;
}
.np-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.np-thumb:hover { border-color: #888; }
.np-thumb-active { border-color: #111 !important; }
.np-thumb-nav {
  -ms-flex-negative: 0; flex-shrink: 0;
  width: 28px; height: 28px; border-radius: 50%;
  border: 1px solid #ddd; background: #fff; cursor: pointer;
  font-size: 18px; line-height: 1; color: #555;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  align-items: center; justify-content: center;
  transition: background 0.15s;
}
.np-thumb-nav:hover { background: #f0f0f0; }

.np-sizeguide-wrap { margin-bottom: 6px; }
.np-sizeguide-link {
  display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex;
  align-items: center; gap: 5px;
  font-size: 12px; color: #555; text-decoration: none;
  border-bottom: 1px dashed #999; padding-bottom: 1px;
}
.np-sizeguide-link:hover { color: #111; border-color: #111; text-decoration: none; }

/* ── Info column ─────────────── */
.np-info { padding-left: 30px; }

/* Video main & overlay controls */
.np-main-video {
  width: 100%; height: 100%; display: block; object-fit: contain; background: #000;
}
.np-play-overlay {
  position: absolute;
  left: 50%; top: 50%; transform: translate(-50%, -50%);
  width: 64px; height: 64px; border-radius: 50%;
  background: rgba(0,0,0,0.45); border: 0; display: flex;
  align-items: center; justify-content: center; z-index: 4; cursor: pointer;
}
.np-play-overlay svg { display: block; }
.np-vol-btn {
  position: absolute; left: 12px; bottom: 12px; right: auto; width: 40px; height: 34px;
  border-radius: 4px; background: rgba(0,0,0,0.45); border: 0; display:flex;
  align-items: center; justify-content: center; z-index: 5; cursor: pointer; color: #fff;
}

@media (max-width: 991px) { .np-info { padding-left: 0; } }

/* Status row */
.np-status-row { margin-bottom: 10px; }
.np-tag {
  display: inline-block; font-size: 11px; font-weight: 700;
  letter-spacing: 0.8px; text-transform: uppercase; padding: 4px 0;
}
.np-tag-hot    { color: #c0392b; }
.np-tag-oos    { color: #888; }
.np-tag-instock{ color: #27ae60; }

/* Title */
.np-title {
  font-size: 28px; font-weight: 800; color: #111;
  line-height: 1.25; margin: 0 0 12px;
  letter-spacing: -0.3px;
}

/* Rating */
.np-rating-row {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  align-items: center; gap: 4px; margin-bottom: 14px;
}
.np-star {
  width: 15px; height: 15px; fill: #ddd;
  display: inline-block; vertical-align: middle;
}
.np-star-filled { fill: #f0a500; }
.np-rating-count { font-size: 12px; color: #888; margin-left: 6px; }

/* Price */
.np-price-row {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  align-items: baseline; gap: 10px;
  -ms-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 16px;
}
.np-price-sale    { font-size: 26px; font-weight: 800; color: #111; }
.np-price-regular { font-size: 26px; font-weight: 800; color: #111; }
.np-price-original{ font-size: 16px; color: #bbb; text-decoration: line-through; font-weight: 400; }
.np-price-badge {
  background: #111; color: #fff; font-size: 11px;
  font-weight: 700; padding: 3px 8px; letter-spacing: 0.5px;
  border-radius: 2px;
}

.np-divider { height: 1px; background: #ebebeb; margin: 18px 0; }

/* Option blocks */
.np-opt-block { margin-bottom: 18px; }
.np-opt-hd {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  align-items: center; gap: 12px; margin-bottom: 10px;
}
.np-opt-label {
  font-size: 16px; font-weight: 700; letter-spacing: 1.2px;
  text-transform: uppercase; color: #111;
}
.np-opt-guide {
  font-size: 11px; color: #555; text-decoration: underline;
}
.np-opt-guide:hover { color: #111; }
.np-selected-color-name { font-size: 12px; color: #777; font-weight: 400; }

/* Size grid */
.np-sz-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 8px; }
.np-sz-btn {
  min-width: 54px; height: 42px; padding: 0 14px;
  border: 1.5px solid #d0d0d0; border-radius: 2px;
  background: #fff; font-size: 13px; font-weight: 600; color: #333;
  cursor: pointer; transition: border-color 0.15s, background 0.15s, color 0.15s;
  text-transform: uppercase; letter-spacing: 0.3px;
}
.np-sz-btn:hover { border-color: #111; color: #111; }
.np-sz-active    { border-color: #111 !important; background: #111 !important; color: #fff !important; }

/* Color grid */
.np-cl-grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 10px; }
.np-cl-btn {
  width: 32px; height: 32px; border-radius: 50%;
  border: 2px solid transparent;
  cursor: pointer; transition: transform 0.15s;
  outline: 2px solid transparent; outline-offset: 3px;
}
.np-cl-btn:hover { transform: scale(1.12); }
.np-cl-active   { outline-color: #111 !important; }
.np-cl-light    { border: 2px solid #ccc; }

/* Qty + ATC row */
.np-buy-row {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  gap: 10px; align-items: stretch; margin-bottom: 12px;
}
.np-qty-ctrl {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  align-items: stretch; border: 1.5px solid #d0d0d0; border-radius: 2px;
  overflow: hidden; -ms-flex-negative: 0; flex-shrink: 0;
}
.np-qty-btn {
  width: 40px; background: #f5f5f5; border: none;
  font-size: 20px; font-weight: 300; cursor: pointer; color: #333;
  padding: 0; line-height: 1;
  transition: background 0.15s;
}
.np-qty-btn:hover { background: #e8e8e8; }
.np-qty-input {
  width: 50px; border: none;
  border-left: 1px solid #e0e0e0; border-right: 1px solid #e0e0e0;
  text-align: center; font-size: 15px; font-weight: 700;
  color: #111; outline: none; -moz-appearance: textfield;
}
.np-qty-input::-webkit-outer-spin-button,
.np-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.np-atc-btn {
  -webkit-box-flex: 1; -ms-flex: 1; flex: 1;
  height: 50px; background: #111; color: #fff; border: none;
  font-size: 13px; font-weight: 800; letter-spacing: 1.2px;
  text-transform: uppercase; cursor: pointer; border-radius: 2px;
  transition: background 0.2s;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  align-items: center; justify-content: center;
}
.np-atc-btn:hover { background: #333; }
.np-atc-sold { background: #999; cursor: not-allowed; }
.np-atc-sold:hover { background: #999; }

/* WhatsApp */
.np-wa-btn {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  align-items: center; justify-content: center; gap: 8px;
  width: 100%; height: 50px; background: #25D366; color: #fff;
  border-radius: 2px; font-size: 13px; font-weight: 800;
  letter-spacing: 0.8px; text-transform: uppercase;
  text-decoration: none; margin-bottom: 20px;
  transition: background 0.2s;
}
.np-wa-btn:hover { background: #1ebe5d; color: #fff; text-decoration: none; }

/* ── Accordion ───────────────── */
.np-acc { border-top: 1px solid #e8e8e8; }
.np-acc-item { border-bottom: 1px solid #e8e8e8; }
.np-acc-toggle {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  align-items: center; justify-content: space-between;
  width: 100%; padding: 16px 0; background: none; border: none;
  font-size: 13px; font-weight: 700; letter-spacing: 0.8px;
  text-transform: uppercase; color: #111; cursor: pointer;
  text-decoration: none;
}
.np-acc-toggle:hover { color: #333; text-decoration: none; }
.np-acc-icon { line-height: 1; color: #555; }
.np-acc-body {
  padding: 0 0 18px;
  font-size: 14px; color: #555; line-height: 1.8;
}
.np-acc-body ul,.np-acc-body p { margin-bottom: 6px; }
.np-exchange-list {
  list-style: none; padding: 0; margin: 0;
}
.np-exchange-list li {
  padding: 5px 0 5px 18px; position: relative; font-size: 14px; color: #555;
}
.np-exchange-list li:before {
  content: '—'; position: absolute; left: 0; color: #bbb;
}

/* ── Reviews section ─────────── */
.np-rev-section {
  background: #f9f9f9; padding: 56px 0 64px;
  border-top: 1px solid #ebebeb;
}
.np-section-title {
  font-size: 18px; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: #111; margin: 0 0 6px;
}
.np-rev-hd { margin-bottom: 32px; }
.np-rev-avg { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; gap: 6px; margin-top: 6px; }
.np-rev-avg-text { font-size: 13px; color: #777; }

.np-rev-carousel .owl-nav button {
  position: absolute; top: 50%; transform: translateY(-50%);
  background: #fff !important; border: 1px solid #e0e0e0 !important;
  width: 36px; height: 36px; border-radius: 50%; box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  display: -webkit-box !important; display: -ms-flexbox !important; display: flex !important;
  align-items: center; justify-content: center;
}
.np-rev-carousel .owl-prev { left: -18px; }
.np-rev-carousel .owl-next { right: -18px; }
.np-rev-carousel .owl-nav button:hover { background: #111 !important; border-color: #111 !important; color: #fff; }
.np-rev-carousel .owl-nav button svg { stroke: #333; }
.np-rev-carousel .owl-nav button:hover svg { stroke: #fff; }
.np-rev-carousel { position: relative; padding: 0 20px; }

.np-rev-card {
  background: #fff; padding: 24px; border-radius: 2px;
  border: 1px solid #ebebeb;
}
.np-rev-stars { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 2px; margin-bottom: 14px; }
.np-rev-text {
  font-size: 14px; color: #444; line-height: 1.7;
  margin-bottom: 14px; font-style: italic;
}
.np-rev-author { font-size: 12px; font-weight: 700; color: #111; letter-spacing: 0.5px; text-transform: uppercase; margin: 0; }

.np-no-reviews { color: #aaa; font-size: 14px; }
.np-write-review { margin-top: 36px; border-top: 1px solid #e0e0e0; padding-top: 28px; }
.np-review-form-wrap summary { cursor: pointer; font-size: 13px; font-weight: 700; letter-spacing: 0.8px; text-transform: uppercase; color: #111; list-style: none; }
.np-review-form-wrap summary::-webkit-details-marker { display: none; }
.np-review-form-wrap[open] summary { margin-bottom: 20px; }
.np-review-form { margin-top: 4px; }
.np-rev-rating-input,.np-rev-comment { margin-bottom: 16px; }
.np-rev-rating-input label,.np-rev-comment label { display: block; font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; margin-bottom: 8px; color: #333; }
.np-rev-comment textarea {
  width: 100%; border: 1.5px solid #d0d0d0; border-radius: 2px;
  padding: 10px 12px; font-size: 14px; color: #333; resize: vertical;
  font-family: inherit; outline: none;
}
.np-rev-comment textarea:focus { border-color: #111; }
.np-rev-submit {
  background: #27ae60; color: #fff; border: none; border-radius: 2px;
  padding: 11px 28px; font-size: 13px; font-weight: 700; letter-spacing: 0.8px;
  text-transform: uppercase; cursor: pointer; transition: background 0.2s;
}
.np-rev-submit:hover { background: #219a52; }
.np-reviewed-note { font-size: 13px; color: #27ae60; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; gap: 6px; }
.np-login-review { font-size: 13px; color: #888; }
.np-login-review a { color: #111; font-weight: 700; text-decoration: underline; }

/* ── Related products ────────── */
.np-rel-section  { background: #fff; padding: 56px 0 64px; border-top: 1px solid #ebebeb; }
/* ── Other products (featured, above footer) ── */
.np-other-section { background: #f5f5f5; padding: 56px 0 64px; border-top: 1px solid #e8e8e8; }

/* ==============================================
   COLLECTION PAGE
   ============================================== */
.coll-hero {
  background: #0d1452;
  padding: 48px 0 40px;
  position: relative;
}
.coll-hero-img {
  background-size: cover;
  background-position: center;
  min-height: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.coll-hero-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.5);
}
.coll-hero-inner { position: relative; z-index: 2; }
.coll-bc { font-size: 12px; color: rgba(255,255,255,0.65); margin-bottom: 10px; }
.coll-bc a { color: rgba(255,255,255,0.65); text-decoration: none; }
.coll-bc a:hover { color: #fff; }
.coll-bc span { margin: 0 6px; }
.coll-title {
  font-size: 32px; font-weight: 900; color: #fff;
  margin: 0 0 6px; text-transform: uppercase; letter-spacing: 1px;
}
.coll-count { font-size: 13px; color: rgba(255,255,255,0.7); margin: 0 0 12px; }
.coll-size-chart {
  display: inline-block;
  color: rgba(255,255,255,0.85);
  font-size: 12px;
  border: 1px solid rgba(255,255,255,0.4);
  padding: 5px 14px;
  border-radius: 2px;
  text-decoration: none;
  transition: all 0.2s;
}
.coll-size-chart:hover { background: rgba(255,255,255,0.15); color: #fff; text-decoration: none; }

.coll-page { padding: 36px 0 60px; background: #fff; }
.coll-grid { margin-top: 0; }
.coll-item { margin-bottom: 28px; }

.coll-empty {
  text-align: center; padding: 80px 20px; color: #aaa;
}
.coll-empty .fa { font-size: 56px; display: block; margin-bottom: 16px; }
.coll-empty p { font-size: 16px; margin-bottom: 20px; }

@media (max-width: 767px) {
  .coll-title { font-size: 22px; }
  .coll-hero-img { min-height: 180px; }
  .coll-item { margin-bottom: 20px; }
  .control-round .carousel-control {
    opacity: 1 !important;
  }
  .control-round .carousel-control {
    display: block;
  }
}
.np-rel-col { margin-bottom: 28px; }
.np-rel-card { cursor: pointer; }
.coll-grid .coll-item { display: flex; align-items: stretch; height: 409px; }
.coll-grid .coll-item .np-rel-card { display: flex; flex-direction: column; width: 100%; }
.coll-grid .coll-item .np-rel-img-link { flex: 0 0 auto; }
.coll-grid .coll-item .np-rel-info { flex: 1 1 auto; display: flex; flex-direction: column; justify-content: normal; }
.np-rel-img-link { display: block; position: relative; overflow: hidden; }
.np-rel-img {
  width: 100%; padding-bottom: 125%;
  background-size: cover; background-position: center;
  background-color: #f4f4f4; transition: transform 0.5s ease;
}
.np-rel-img-link:hover .np-rel-img { transform: scale(1.04); }
.np-rel-badge {
  position: absolute; top: 8px; right: 8px;
  background: #111; color: #fff; font-size: 11px;
  font-weight: 700; padding: 3px 7px;
}
.np-rel-info { padding: 12px 0 0; }
.np-rel-name { font-size: 13px; font-weight: 600; color: #111; margin: 0 0 5px; line-height: 1.4; }
.np-rel-name a { color: #111; text-decoration: none; }
.np-rel-name a:hover { text-decoration: underline; }
.np-rel-prices { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 8px; align-items: baseline; }
.np-rel-price { font-size: 14px; font-weight: 800; color: #111; }
.np-rel-old   { font-size: 12px; color: #bbb; text-decoration: line-through; }

/* Sticky info on desktop */
@media (min-width: 992px) {
  .np-info { position: -webkit-sticky; position: sticky; top: 24px; }
}

/* Related products: 2 cols on xs */
@media (max-width: 479px) {
  .np-rel-col { padding-left: 6px; padding-right: 6px; }
  .coll-grid .coll-item{
    height: 340px;
  }
}
@media (max-width: 400px) {
    .coll-grid .coll-item {
        height: 305px;
    }
}
/* pd-* classes that existed before and may still be used on other pages — keep minimal */
.pd-btn-submit-review { background: #27ae60; border: none; color: #fff; padding: 10px 24px; border-radius: 4px; font-weight: 700; cursor: pointer; font-size: 14px; }
.pd-btn-submit-review:hover { background: #219a52; }
.related-products-section { background: #f8f9fa; padding: 40px 0; }

/* placeholder so the old .pd-card still renders on other pages */
.pd-card, .pd-card-img, .pd-card-body, .pd-card-btn { display: block; }

/* Gallery */
.pd-gallery { position: relative; }
.pd-sale-badge,.pd-oos-badge {
  position: absolute;
  top: 12px; left: 12px;
  background: #e74c3c;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 5;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.pd-oos-badge { background: #555; }

.pd-main-img {
  position: relative;
  background: #f5f6f7;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 12px;
  cursor: zoom-in;
}
.pd-main-photo {
  width: 100%;
  max-height: 560px;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
}
.pd-main-img:hover .pd-main-photo { transform: scale(1.04); }
.pd-zoom-icon {
  position: absolute;
  bottom: 12px; right: 12px;
  background: rgba(0,0,0,0.5);
  color: #fff;
  width: 34px; height: 34px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  opacity: 0;
  transition: opacity 0.3s;
}
.pd-main-img:hover .pd-zoom-icon { opacity: 1; }

.pd-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pd-thumb {
  width: 72px; height: 72px;
  border: 2px solid #e0e0e0;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  transition: border-color 0.2s;
}
.pd-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pd-thumb:hover, .pd-thumb.active { border-color: #0d1452; }

.pd-size-chart-wrap { margin-top: 14px; }
.pd-size-chart-link {
  display: inline-block;
  font-size: 12px;
  color: #0d1452;
  border: 1px solid #0d1452;
  padding: 4px 12px;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s;
}
.pd-size-chart-link:hover { background: #0d1452; color: #fff; }
.pd-size-chart-link .fa { margin-right: 4px; }

/* Product Info */
.pd-info { padding-left: 20px; }
.pd-collection-tag {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: #0d1452;
  margin: 0 0 8px;
}
.pd-title {
  font-size: 26px;
  font-weight: 800;
  color: #111;
  line-height: 1.3;
  margin: 0 0 10px;
}

/* Rating row */
.pd-rating-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pd-stars .fa-star { color: #f0a500; font-size: 14px; }
.pd-stars .fa-star-half-o { color: #f0a500; font-size: 14px; }
.pd-stars .fa-star-o { color: #ddd; font-size: 14px; }
.pd-review-count { font-size: 12px; color: #888; }
.pd-stock-badge { font-size: 12px; font-weight: 700; }
.pd-stock-badge.in  { color: #27ae60; }
.pd-stock-badge.low { color: #e67e22; }
.pd-stock-badge.out { color: #e74c3c; }
.pd-stock-badge .fa-circle { font-size: 7px; vertical-align: middle; margin-right: 2px; }

/* Price */
.pd-price-wrap { margin-bottom: 16px; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: baseline; gap: 10px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.pd-price { font-size: 30px; font-weight: 800; color: #0d1452; }
.pd-old-price { font-size: 17px; color: #bbb; text-decoration: line-through; }
.pd-save-tag {
  display: inline-block;
  background: #e74c3c;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 4px;
}

/* Short desc */
.pd-short-desc { font-size: 14px; color: #555; line-height: 1.8; margin-bottom: 20px; }
.pd-divider { height: 1px; background: #eee; margin: 16px 0; }

/* Option groups */
.pd-option-group { margin-bottom: 18px; }
.pd-option-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  color: #333;
  margin-bottom: 10px;
}
.pd-option-label .pd-selected-val {
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  color: #777;
  font-size: 13px;
  margin-left: 6px;
}
.pd-option-chart {
  font-weight: 400;
  font-size: 12px;
  color: #0d1452;
  text-transform: none;
  letter-spacing: 0;
  margin-left: 10px;
  text-decoration: underline;
}

/* Size swatches */
.pd-size-swatches { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 8px; }
.pd-size-swatch {
  min-width: 46px; height: 40px;
  padding: 0 14px;
  border: 2px solid #d0d5dd;
  border-radius: 5px;
  background: #fff;
  font-size: 13px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  transition: all 0.15s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-size-swatch:hover { border-color: #0d1452; color: #0d1452; }
.pd-size-swatch.active { border-color: #0d1452; background: #0d1452; color: #fff; }

/* Color swatches */
.pd-color-swatches { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 10px; }
.pd-color-swatch {
  width: 34px; height: 34px;
  border-radius: 50%;
  border: 3px solid transparent;
  cursor: pointer;
  transition: transform 0.15s, border-color 0.15s;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.pd-color-swatch:hover { transform: scale(1.12); }
.pd-color-swatch.active { outline-color: #0d1452; }
.pd-color-swatch.pd-light-color { border: 2px solid #e0e0e0; }

/* Qty selector */
.pd-qty-wrap { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; gap: 14px; }
.pd-qty-selector {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  border: 2px solid #d0d5dd;
  border-radius: 6px;
  overflow: hidden;
}
.pd-qty-btn {
  width: 38px; height: 44px;
  background: #f5f5f5;
  border: none;
  font-size: 20px;
  font-weight: 400;
  cursor: pointer;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s;
  line-height: 1;
  padding: 0;
}
.pd-qty-btn:hover { background: #e5e5e5; }
.pd-qty-input {
  width: 56px; height: 44px;
  border: none;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  outline: none;
  color: #111;
  -moz-appearance: textfield;
}
.pd-qty-input::-webkit-outer-spin-button,
.pd-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.pd-max-stock { font-size: 12px; color: #aaa; }

/* Action buttons */
.pd-actions { margin-bottom: 12px; }
.pd-btn-atc {
  width: 100%;
  height: 52px;
  background: #0d1452;
  color: #fff;
  border: none;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
  text-transform: uppercase;
}
.pd-btn-atc:hover { background: #091036; }
.pd-btn-atc:active { transform: scale(0.99); }
.pd-btn-atc.disabled { background: #aaa; cursor: not-allowed; }

/* WhatsApp button */
.pd-whatsapp-wrap { margin-bottom: 18px; }
.pd-btn-whatsapp {
  width: 100%;
  height: 52px;
  background: #25D366;
  color: #fff;
  border: none;
  border-radius: 7px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  text-decoration: none;
  transition: background 0.2s;
}
.pd-btn-whatsapp:hover { background: #1ebe5d; color: #fff; text-decoration: none; }

/* Trust badges */
.pd-trust {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  padding: 14px 0 4px;
  border-top: 1px solid #f0f0f0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.pd-trust-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  color: #666;
  padding-right: 18px;
  margin-bottom: 6px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}
.pd-trust-item .fa { color: #0d1452; font-size: 16px; }

/* Product Tabs */
.pd-tabs { margin-top: 48px; }
.pd-tabs .nav-tabs { border-bottom: 2px solid #0d1452; }
.pd-tabs .nav-tabs > li > a {
  color: #555;
  font-weight: 600;
  font-size: 13px;
  border-radius: 6px 6px 0 0;
  border: 1px solid transparent;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.pd-tabs .nav-tabs > li.active > a,
.pd-tabs .nav-tabs > li.active > a:focus,
.pd-tabs .nav-tabs > li.active > a:hover {
  color: #fff;
  background: #0d1452;
  border-color: #0d1452;
}
.pd-tabs .nav-tabs > li > a:hover { color: #0d1452; background: #f0f4ff; }
.pd-tab-content { padding: 28px 0; font-size: 14px; color: #444; line-height: 1.9; }

/* Reviews inside tabs */
.pd-reviews { margin-bottom: 24px; }
.pd-review-item {
  padding: 16px 0;
  border-bottom: 1px solid #f0f0f0;
}
.pd-review-item:last-child { border-bottom: none; }
.pd-review-header { display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; gap: 12px; margin-bottom: 6px; }
.pd-review-header strong { font-size: 14px; color: #222; }
.pd-review-stars .fa-star { color: #f0a500; font-size: 12px; }
.pd-review-stars .fa-star-o { color: #ddd; font-size: 12px; }
.pd-review-text { font-size: 13px; color: #555; margin: 0; }
.pd-review-form { margin-top: 24px; padding-top: 20px; border-top: 1px solid #eee; }
.pd-review-form h4 { font-size: 15px; font-weight: 700; margin-bottom: 16px; color: #111; }

/* Related products section */
.related-products-section { background: #f8f9fa; padding: 50px 0 60px; }
.section-heading { text-align: center; margin-bottom: 32px; }
.section-heading h2 { font-size: 24px; font-weight: 800; color: #111; margin: 0 0 6px; text-transform: uppercase; }
.section-heading p { font-size: 14px; color: #888; margin: 0; }

.pd-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.25s, transform 0.25s;
  border: 1px solid #eee;
  height: 100%;
}
.pd-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.12); transform: translateY(-3px); }
.pd-card-img {
  height: 240px;
  background-size: cover;
  background-position: center;
  background-color: #f0f0f0;
}
.pd-card-img-link { display: block; overflow: hidden; }
.pd-card-img-link:hover .pd-card-img { transform: scale(1.04); transition: transform 0.4s; }
.pd-card-body { padding: 14px 16px 18px; }
.pd-card-body h3 { font-size: 14px; font-weight: 700; margin: 0 0 6px; line-height: 1.4; }
.pd-card-body h3 a { color: #111; }
.pd-card-body h3 a:hover { color: #0d1452; }
.pd-card-stars { margin-bottom: 8px; }
.pd-card-price { font-size: 16px; font-weight: 800; color: #0d1452; margin-bottom: 12px; }
.pd-card-price del { font-size: 13px; color: #bbb; font-weight: 400; margin-left: 6px; }
.pd-card-btn {
  display: block;
  text-align: center;
  background: #0d1452;
  color: #fff;
  padding: 9px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}
.pd-card-btn:hover { background: #091036; color: #fff; text-decoration: none; }

/* ==============================================
   SITE FOOTER REDESIGN
   ============================================== */
.site-footer {
  background: #0d1452;
  color: #adb5bd;
  padding: 56px 0 0;
  margin-top: 0;
}
.footer-col { margin-bottom: 32px; }

.footer-brand .footer-logo {
  max-height: 100px;
  margin-bottom: 14px;
  display: block;
  /* filter: brightness(0) invert(1); */
}
.footer-brand p {
  font-size: 13px;
  line-height: 1.8;
  color: #adb5bd;
  margin-bottom: 18px;
}
.footer-social { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 8px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.footer-social a {
  width: 34px; height: 34px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  transition: background 0.2s;
  text-decoration: none;
}
.footer-social a:hover { background: rgba(255,255,255,0.25); color: #fff; }

.site-footer h5 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  margin-bottom: 18px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255,255,255,0.1);
}
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 9px; }
.footer-links li a {
  color: #adb5bd;
  font-size: 13px;
  transition: color 0.2s, padding-left 0.2s;
  text-decoration: none;
}
.footer-links li a:hover { color: #fff; padding-left: 4px; }
.footer-links li a::before { content: '›'; margin-right: 7px; color: #4a5a8a; }

.footer-contact { margin-bottom: 18px; }
.footer-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 11px;
  font-size: 13px;
  align-items: flex-start;
}
.footer-contact-item .fa {
  color: #adb5bd;
  margin-top: 2px;
  font-size: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
}
.footer-contact-item span { color: #adb5bd; line-height: 1.6; }
.footer-contact-item a { color: #adb5bd; text-decoration: none; }
.footer-contact-item a:hover { color: #fff; }

.footer-newsletter h6 {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
}
.footer-nl-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-nl-input {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 40px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.2);
  border-right: none;
  color: #fff;
  padding: 0 12px;
  font-size: 13px;
  border-radius: 4px 0 0 4px;
  outline: none;
}
.footer-nl-input::placeholder { color: #7a8ab0; }
.footer-nl-input:focus { background: rgba(255,255,255,0.15); border-color: rgba(255,255,255,0.4); }
.footer-nl-btn {
  height: 40px;
  padding: 0 18px;
  background: #e74c3c;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.footer-nl-btn:hover { background: #c0392b; }
.footer-nl-msg { font-size: 12px; padding: 6px 10px; border-radius: 4px; margin-bottom: 8px; }
.footer-nl-ok { background: rgba(39,174,96,0.2); color: #2ecc71; }
.footer-nl-err { background: rgba(231,76,60,0.2); color: #e74c3c; }

.footer-bottom-bar {
  background: rgba(0,0,0,0.25);
  padding: 16px 0;
  margin-top: 40px;
}
.footer-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}
.footer-bottom-inner p { margin: 0; font-size: 12px; color: #6c757d; }
.footer-payment-badges { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 10px; -ms-flex-wrap: wrap; flex-wrap: wrap; }
.footer-pay-badge { font-size: 12px; color: #6c757d; display: -webkit-box; display: -ms-flexbox; display: flex; align-items: center; gap: 4px; }
.footer-pay-badge .fa { font-size: 18px; color: #8a9bc0; }

/* Remove old footer-bottom from previous design if present */
.footer-bottom { display: none; }

/* ==============================================
   CART ICON BADGE
   ============================================== */
.cart-badge {
  display: inline-block;
  background: #e44d26;
  color: #fff;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  padding: 1px 6px;
  min-width: 18px;
  text-align: center;
  margin-left: 3px;
  vertical-align: middle;
  line-height: 16px;
}

.cart-icon-link { cursor: pointer; }

/* ==============================================
   CART SIDEBAR
   ============================================== */
.cart-sidebar-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 9998;
}
.cart-sidebar-overlay.open { display: block; }

.cart-sidebar {
  position: fixed;
  top: 0;
  right: -440px;
  width: 400px;
  /* Use dynamic viewport height to avoid mobile browser UI issues */
  height: calc(var(--vh, 1vh) * 100);
  max-height: none;
  background: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
  box-shadow: -4px 0 24px rgba(0,0,0,0.18);
}
.cart-sidebar.open { right: 0; }

.cart-sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
  background: #f7f7f7;
}
.cart-sidebar-header h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #222;
}
.cart-sidebar-close {
  background: none;
  border: none;
  font-size: 26px;
  cursor: pointer;
  color: #888;
  line-height: 1;
  padding: 0;
}
.cart-sidebar-close:hover { color: #222; }

.cart-sidebar-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  padding: 6px 0;
  /* leave space for sticky footer so last item isn't hidden */
  padding-bottom: 120px;
}

.cart-sidebar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 14px 20px;
  border-bottom: 1px solid #f3f3f3;
  position: relative;
}
.cart-sidebar-item img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid #eee;
}
.cart-sidebar-item-info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.csb-name {
  font-size: 13px;
  font-weight: 600;
  color: #222;
  margin: 0 0 4px;
  padding-right: 22px;
  line-height: 1.4;
}
.csb-variant { font-size: 12px; color: #888; margin: 0 0 2px; }
.csb-price-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 7px;
  gap: 10px;
}
.csb-qty {
  font-size: 11px;
  color: #555;
  background: #f0f0f0;
  padding: 2px 8px;
  border-radius: 4px;
}
.csb-price { font-size: 14px; font-weight: 700; color: #e44d26; }
.csb-remove {
  position: absolute;
  top: 12px; right: 14px;
  color: #bbb;
  font-size: 20px;
  text-decoration: none;
  line-height: 1;
}
.csb-remove:hover { color: #e44d26; }
.csb-empty {
  text-align: center;
  padding: 60px 20px;
  color: #ccc;
}
.csb-empty i { font-size: 52px; display: block; margin-bottom: 12px; }
.csb-empty p { font-size: 14px; color: #aaa; }

.cart-sidebar-footer {
  padding: 16px 20px;
  border-top: 1px solid #eee;
  background: #f7f7f7;
  /* keep footer visible at bottom of the sidebar */
  position: sticky;
  bottom: 0;
  z-index: 2;
}
.csb-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
  color: #222;
}
.csb-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.csb-btn-cart {
  background: #fff !important;
  border: 2px solid #333 !important;
  color: #333 !important;
  font-weight: 600;
}
.csb-btn-cart:hover { background: #333 !important; color: #fff !important; }
.csb-btn-checkout {
  background: #232f3e !important;
  border-color: #232f3e !important;
  color: #fff !important;
  font-weight: 600;
}
.csb-btn-checkout:hover { background: #131921 !important; border-color: #131921 !important; }

/* Product gallery video styles */
.np-main-video { width: 100%; height: auto; display: block; border-radius: 4px; background: #000; }
.np-play-overlay {
  position: absolute;
  left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 64px; height: 64px; border-radius: 50%; background: rgba(0,0,0,0.45);
  border: none; cursor: pointer; z-index: 5;
  display: flex; align-items: center; justify-content: center;
}
.np-play-overlay svg { width: 40px; height: 40px; }

/* Hide native browser video overlay/play icons for the main product video */
.np-main-wrap video::-webkit-media-controls-start-playback-button,
.np-main-wrap video::-webkit-media-controls-overlay-play-button,
.np-main-wrap video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none !important;
}
.np-main-wrap video::-webkit-media-controls { display: none !important; }
.np-thumb video { width: 100%; height: 100%; object-fit: cover; display: block; }
.np-thumb-video { position: relative; }
.np-thumb-video:after {
  content: '';
  position: absolute;
  left: 50%; top: 50%; transform: translate(-50%,-50%);
  width: 36px; height: 36px; border-radius: 50%;
  background-color: rgba(0,0,0,0.48);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><polygon points='8,5 19,12 8,19' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 16px;
  pointer-events: none;
}

.np-thumb-placeholder {
  width: 100%; height: 100%; display: block; background: #111;
}

/* ==============================================
   CHECKOUT PAGE (SHOPIFY-LIKE)
   ============================================== */
.checkout-page { background: #f4f6f8; min-height: 100vh; }

.checkout-header {
  background: transparent !important;
  border-bottom: none !important;
  padding: 25px 0 !important;
  margin-bottom: 0 !important;
}
.checkout-header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.checkout-logo img { height: 44px; }
.checkout-breadcrumb { color: #999; font-size: 13px; }
.checkout-breadcrumb a { color: #007bff; }
.checkout-breadcrumb .fa { margin: 0 5px; font-size: 10px; }

.checkout-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  /* align-items: flex-start; */
  padding-bottom: 60px;
}
.checkout-form-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 57%;
  flex: 0 0 57%;
  max-width: 57%;
}
.checkout-summary-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 39%;
  flex: 0 0 39%;
  max-width: 39%;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.checkout-section {
  background: #fff;
  border-radius: 8px;
  padding: 22px 24px;
  margin-bottom: 14px;
  border: 1px solid #e2e5e9;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.checkout-section h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  color: #1a1a1a;
}
.checkout-section h3 .fa {
  margin-right: 7px;
  color: #555;
}
.checkout-section-header { margin-bottom: 14px; }
.checkout-section-header p { font-size: 13px; color: #777; margin: 3px 0 0; }
.checkout-section-header h3 { border-bottom: none; padding-bottom: 0; margin-bottom: 3px; }

.checkout-section .form-control {
  border-radius: 6px;
  height: 42px;
  border: 1px solid #d0d5dd;
  font-size: 14px;
  color: #333;
}
.checkout-section .form-control:focus {
  border-color: #232f3e;
  box-shadow: 0 0 0 2px rgba(35,47,62,0.12);
}
.checkout-section textarea.form-control { height: auto; }
.checkout-section .form-group label {
  font-size: 13px;
  font-weight: 600;
  color: #444;
  margin-bottom: 5px;
}
.checkout-section select.form-control { height: 42px; }

.checkout-place-order {
  font-size: 15px;
  padding: 13px 20px;
  border-radius: 6px;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: 0.3px;
}
.btn-checkout-paypal { background: #0070ba; border-color: #0070ba; color: #fff; }
.btn-checkout-paypal:hover { background: #005a94; border-color: #005a94; color: #fff; }
.btn-checkout-bank { background: #27ae60; border-color: #27ae60; color: #fff; }
.btn-checkout-bank:hover { background: #1e8449; border-color: #1e8449; color: #fff; }

.checkout-address-display { font-size: 14px; }
.checkout-address-display h4 {
  font-size: 13px;
  font-weight: 700;
  color: #555;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.address-box {
  background: #f8f9fa;
  border: 1px solid #e2e5e9;
  border-radius: 6px;
  padding: 14px 16px;
  margin-top: 4px;
  margin-bottom: 16px;
}
.address-box p { margin: 0 0 3px; color: #444; font-size: 13px; }
.address-edit-link { font-size: 12px; color: #777; margin-top: -8px; margin-bottom: 4px; }
.address-edit-link a { color: #555; }
.address-edit-link a:hover { color: #222; }

/* Payment method section */
.payment-method-select { margin-bottom: 16px; }
.bank-details {
  background: #f8f9fa;
  border: 1px solid #e2e5e9;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 13px;
  margin-top: 6px;
  color: #444;
  line-height: 1.7;
}
#gShippingFields {
  background: #f8f9fa;
  border-radius: 6px;
  padding: 16px;
  margin-top: 8px;
  border: 1px solid #e2e5e9;
}

/* Order Summary (right column) */
.checkout-order-summary {
  background: #fff;
  border-radius: 8px;
  border: 1px solid #e2e5e9;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.cos-header {
  background: #f4f6f8;
  padding: 14px 20px;
  border-bottom: 1px solid #e2e5e9;
}
.cos-header h4 { margin: 0; font-size: 14px; font-weight: 700; color: #222; }
.cos-count { font-weight: 400; color: #888; }
.cos-items { max-height: 320px; overflow-y: auto; }
.cos-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 20px;
  border-bottom: 1px solid #f3f3f3;
  gap: 12px;
}
.cos-item-img { position: relative; -ms-flex-negative: 0; flex-shrink: 0; }
.cos-item-img img {
  width: 52px;
  height: 52px;
  object-fit: cover;
  border-radius: 4px;
  border: 1px solid #eee;
}
.cos-qty-badge {
  position: absolute;
  top: -7px; right: -7px;
  background: #777;
  color: #fff;
  border-radius: 50%;
  width: 18px; height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
}
.cos-item-info { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; }
.cos-item-name { font-size: 13px; font-weight: 600; color: #222; margin: 0 0 2px; }
.cos-item-variant { font-size: 11px; color: #999; margin: 0; }
.cos-item-price { font-size: 13px; font-weight: 700; color: #222; white-space: nowrap; }
.cos-totals { padding: 14px 20px; border-top: 1px solid #eee; }
.cos-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  margin-bottom: 8px;
  color: #666;
}
.cos-total-final {
  font-size: 15px;
  font-weight: 700;
  color: #111;
  padding-top: 10px;
  border-top: 2px solid #eee;
  margin-top: 6px;
  margin-bottom: 0;
}
.cos-back-link { margin-top: 12px; text-align: center; font-size: 13px; }
.cos-back-link a { color: #888; }
.cos-back-link a:hover { color: #333; }

/* Checkout alert boxes */
.checkout-section .alert { border-radius: 6px; font-size: 13px; }

@media (max-width: 768px) {
  .checkout-layout {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;

/* Hide the checkout header logo and remove background for a cleaner breadcrumb-only header */
.checkout-header { background: transparent !important; border-bottom: none !important; }
.checkout-header .checkout-logo { display: none !important; }
.checkout-breadcrumb { text-align: left; }
    flex-direction: column-reverse;
  }
  .checkout-form-col,
  .checkout-summary-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .checkout-summary-col { position: static; }
  .cart-sidebar { width: 300px; right: -320px; }
}

/* ==============================================
   TOAST NOTIFICATION SYSTEM
   ============================================== */
#siteToastContainer {
  position: fixed;
  top: 24px; right: 24px;
  z-index: 99999;
  width: 340px;
  pointer-events: none;
}
.site-toast {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  align-items: flex-start; gap: 12px;
  background: #fff;
  border-radius: 8px;
  padding: 14px 16px;
  margin-bottom: 10px;
  box-shadow: 0 6px 24px rgba(0,0,0,0.14);
  border-left: 4px solid #27ae60;
  font-size: 14px; color: #333; line-height: 1.5;
  pointer-events: all;
  -webkit-animation: stIn 0.3s ease;
  animation: stIn 0.3s ease;
}
.site-toast.toast-error   { border-left-color: #e74c3c; }
.site-toast.toast-warning { border-left-color: #f39c12; }
.site-toast.toast-info    { border-left-color: #3498db; }
.site-toast .st-icon {
  font-size: 17px; flex-shrink: 0; margin-top: 1px;
}
.toast-success .st-icon { color: #27ae60; }
.toast-error   .st-icon { color: #e74c3c; }
.toast-warning .st-icon { color: #f39c12; }
.toast-info    .st-icon { color: #3498db; }
.site-toast .st-msg { flex: 1; }
.site-toast .st-close {
  background: none; border: none; cursor: pointer;
  color: #bbb; font-size: 18px; line-height: 1;
  padding: 0; flex-shrink: 0; margin-top: -1px;
}
.site-toast .st-close:hover { color: #555; }

@-webkit-keyframes stIn  { from { opacity:0; transform:translateX(40px); } to { opacity:1; transform:translateX(0); } }
@keyframes stIn           { from { opacity:0; transform:translateX(40px); } to { opacity:1; transform:translateX(0); } }
@-webkit-keyframes stOut { to { opacity:0; transform:translateX(40px); } }
@keyframes stOut          { to { opacity:0; transform:translateX(40px); } }
.site-toast.removing { -webkit-animation: stOut 0.25s ease forwards; animation: stOut 0.25s ease forwards; }

/* ==============================================
   CONFIRM MODAL
   ============================================== */
.cm-overlay {
  display: none; position: fixed;
  inset: 0; background: rgba(0,0,0,0.5);
  z-index: 99998; align-items: center; justify-content: center;
}
.cm-overlay.active { display: -webkit-box; display: -ms-flexbox; display: flex; }
.cm-box {
  background: #fff; border-radius: 10px;
  padding: 32px 28px 24px; width: 380px; max-width: 94vw;
  text-align: center;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
  -webkit-animation: cmIn 0.2s ease; animation: cmIn 0.2s ease;
}
@-webkit-keyframes cmIn { from{transform:scale(0.9);opacity:0;} to{transform:scale(1);opacity:1;} }
@keyframes cmIn          { from{transform:scale(0.9);opacity:0;} to{transform:scale(1);opacity:1;} }
.cm-icon { font-size: 40px; margin-bottom: 14px; }
.cm-icon.cm-trash  { color: #e74c3c; }
.cm-icon.cm-warn   { color: #f39c12; }
.cm-title { font-size: 17px; font-weight: 700; color: #111; margin-bottom: 8px; }
.cm-msg   { font-size: 14px; color: #666; margin-bottom: 24px; line-height: 1.6; }
.cm-btns  { display: -webkit-box; display: -ms-flexbox; display: flex; gap: 10px; }
.cm-btn {
  -webkit-box-flex: 1; -ms-flex: 1; flex: 1;
  height: 42px; border-radius: 6px; border: none;
  font-size: 14px; font-weight: 700; cursor: pointer;
  transition: background 0.15s;
}
.cm-btn-cancel  { background: #f0f0f0; color: #555; }
.cm-btn-cancel:hover { background: #e0e0e0; }
.cm-btn-confirm { background: #e74c3c; color: #fff; }
.cm-btn-confirm:hover { background: #c0392b; }
.cm-btn-confirm.green { background: #27ae60; }
.cm-btn-confirm.green:hover { background: #219a52; }

/* ==============================================
   PRODUCT CARD — CLICKABLE PHOTO
   ============================================== */
.thumb a, .thumb a:hover { text-decoration: none; display: block; }
.item .thumb .photo,
.item .thumb .overlay { pointer-events: none; }
.item .thumb > a { position: relative; display: block; overflow: hidden; }
.item .thumb > a .photo { transition: transform 0.4s ease; }
.item .thumb > a:hover .photo { transform: scale(1.06); }
/* category page */
.item-product-cat .inner .thumb > a .photo { transition: transform 0.4s ease; }
.item-product-cat .inner .thumb > a:hover .photo { transform: scale(1.06); }
/* clickable checkout item */
.cos-item-link { display: contents; text-decoration: none; }
.cos-item:hover .cos-item-name { text-decoration: underline; }

/* ==============================================
   HOMEPAGE NEW SECTIONS
   ============================================== */

/* Collections Grid */
.hp-collections { padding: 60px 0 50px; background: #fff; }
.hp-section-title {
  font-size: 18px; font-weight: 800; letter-spacing: 2px;
  text-transform: uppercase; color: #111; margin: 0 0 30px;
  text-align: center;
}
.hp-section-sub { font-size: 14px; color: #888; text-align: center; margin-top: -20px; margin-bottom: 30px; }
.hp-coll-grid {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 12px;
}
.hp-coll-tile {
  -webkit-box-flex: 1; -ms-flex: 1 1 calc(33.333% - 10px); flex: 1 1 calc(33.333% - 10px);
  min-width: 180px; position: relative; overflow: hidden;
  border-radius: 2px; text-decoration: none; display: block;
}
.hp-coll-tile:hover .hp-coll-img { transform: scale(1.06); }
.hp-coll-img {
  width: 100%; padding-bottom: 100%;
  background-size: cover; background-position: center;
  background-color: #e8e8e8;
  transition: transform 0.5s ease;
}
.hp-coll-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 60%);
}
.hp-coll-label {
  position: absolute; bottom: 0; left: 0; right: 0;
  padding: 20px 16px 16px;
  color: #fff; font-size: 14px; font-weight: 800;
  text-transform: uppercase; letter-spacing: 1.2px;
}
.hp-coll-label span {
  display: block; font-size: 12px; font-weight: 400;
  letter-spacing: 0.5px; text-transform: none; opacity: 0.8; margin-top: 2px;
}
@media (max-width:767px) {
  .hp-collections {
    padding: 30px 0 50px;
  }
  .hp-spotlight {
    padding: 0px 0px 30px 0px !important;
  }
}
/* Brand Story: Image + Text */
.hp-story { padding: 70px 0; background: #f9f9f9; }
.hp-story-img-wrap { position: relative; }
.hp-story-img {
  width: 100%; height: 520px;
  object-fit: cover; border-radius: 2px;
  display: block;
}
.hp-story-img-placeholder {
  width: 100%; height: 520px;
  background: linear-gradient(135deg, #0d1452 0%, #232f3e 100%);
  border-radius: 2px; display: -webkit-box; display: -ms-flexbox; display: flex;
  align-items: center; justify-content: center;
  color: rgba(255,255,255,0.1); font-size: 80px;
}
.hp-story-content {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal;
  -ms-flex-direction: column; flex-direction: column;
  justify-content: center; height: auto; padding: 30px 40px;
}
.hp-story-tag {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: #0d1452;
  display: block; margin-bottom: 14px;
}
.hp-story-content h2 {
  font-size: 32px; font-weight: 800; color: #111;
  line-height: 1.25; margin: 0 0 18px; letter-spacing: -0.5px;
}
.hp-story-content p {
  font-size: 15px; color: #666;
  /* line-height: 1.9; */
  margin-bottom: 28px;

}
.hp-story-btn {
  display: inline-block;
  background: #111; color: #fff;
  padding: 13px 32px; font-size: 13px; font-weight: 700;
  letter-spacing: 1px; text-transform: uppercase;
  text-decoration: none; border-radius: 2px;
  transition: background 0.2s;
  align-self: flex-start;
}
.hp-story-btn:hover { background: #333; color: #fff; text-decoration: none; }

/* Promo Banner */
.hp-promo-banner {
  position: relative;
  min-height: 520px; background-size: cover; background-position: top;
  background-color: #0d1452;
  display: -webkit-box; display: -ms-flexbox; display: flex;
  align-items: center;
}
.hp-promo-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.55);
}
.hp-promo-inner {
  position: relative; z-index: 2;
  width: 100%; text-align: center; padding: 60px 20px;
}
.hp-promo-tag {
  display: inline-block;
  border: 1px solid rgba(255,255,255,0.6);
  color: rgba(255,255,255,0.8); font-size: 11px;
  font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 16px; border-radius: 20px; margin-bottom: 18px;
}
.hp-promo-inner h2 {
  font-size: 48px; font-weight: 900; color: #fff;
  letter-spacing: -1px; text-transform: uppercase;
  margin: 0 0 14px; line-height: 1.1;
}
.hp-promo-sub {
  font-size: 16px; color: rgba(255,255,255,0.75);
  margin: 0 0 30px;
}
.hp-promo-btn {
  display: inline-block;
  background: #fff; color: #111;
  padding: 14px 38px; font-size: 13px; font-weight: 800;
  letter-spacing: 1.5px; text-transform: uppercase;
  text-decoration: none; border-radius: 2px;
  transition: background 0.2s, color 0.2s;
}
.hp-promo-btn:hover { background: #f0f0f0; color: #111; text-decoration: none; }

/* Featured Product Spotlight */
.hp-spotlight { padding: 70px 0; background: #fff; }
.hp-spot-img-link { display: block; overflow: hidden; border-radius: 2px; }
.hp-spot-img {
  width: 100%; height: 540px;
  object-fit: cover; display: block;
  transition: transform 0.5s ease;
}
.hp-spot-img-link:hover .hp-spot-img { transform: scale(1.03); }
.hp-spot-info {
  display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal;
  -ms-flex-direction: column; flex-direction: column;
  justify-content: center; height: auto; padding: 30px 50px;
}
.hp-spot-tag {
  font-size: 11px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: #e74c3c;
  display: block; margin-bottom: 14px;
}
.hp-spot-name {
  font-size: 34px; font-weight: 900; color: #111;
  line-height: 1.2; margin: 0 0 14px; letter-spacing: -0.5px;
}
.hp-spot-price {
  font-size: 24px; font-weight: 800; color: #0d1452; margin-bottom: 18px;
}
.hp-spot-price del { font-size: 16px; color: #bbb; font-weight: 400; margin-left: 8px; }
.hp-spot-desc { font-size: 15px; color: #666; line-height: 1.8; margin-bottom: 28px; }
.hp-spot-btn {
  display: inline-block;
  background: #111; color: #fff;
  padding: 14px 36px; font-size: 13px; font-weight: 800;
  letter-spacing: 1px; text-transform: uppercase;
  text-decoration: none; border-radius: 2px;
  transition: background 0.2s; align-self: flex-start;
}
.hp-spot-btn:hover { background: #333; color: #fff; text-decoration: none; }

@media (max-width: 767px) {
  .hp-coll-tile { -webkit-box-flex: 1; -ms-flex: 1 1 calc(50% - 8px); flex: 1 1 calc(50% - 8px); }
  .hp-story { padding: 40px 0; }
  .hp-story-img, .hp-story-img-placeholder { height: 260px; }
  .hp-story-content { padding: 24px 0px; }
  .hp-story-content h2 { font-size: 22px; }
  .hp-promo-inner h2 { font-size: 28px; }
  .hp-promo-banner { min-height: 280px; }
  .hp-spot-img { height: 280px; }
  .hp-spot-info { padding: 24px 0 0; text-align: center; }
  .hp-spot-btn { align-self: center; }
  .hp-spot-name { font-size: 22px; }
  #siteToastContainer { width: calc(100vw - 24px); right: 12px; }
  .hp-spot-tag {
    margin-bottom: 0px;
  }
}

/* Home reviews section (moved from inline index.php) */
.home-reviews .review-item{
  background:#fff;
  border:1px solid #eee;
  padding:22px;
  border-radius:10px;
  min-height:200px;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  position:relative;
}
.home-reviews .review-quote{font-size:56px;color:#f4f4f4;position:absolute;top:0;left:18px}
.home-reviews .review-text{color:#222;margin:12px 0 18px;font-size:15px;line-height:1.6}
.home-reviews .review-footer{display:flex;justify-content:space-between;align-items:center}
.home-reviews .review-author{display:flex;align-items:center;gap:12px}
.home-reviews .review-avatar{width:44px;height:44px;border-radius:50%;background:#e9f3ff;color:#0d1452;font-weight:700;display:flex;align-items:center;justify-content:center}
.home-reviews .review-name{font-weight:700;color:#111}
.home-reviews .review-stars i{color:#f0a500}
.reviews-carousel .owl-nav{display:none}
.reviews-carousel .owl-dots{margin-top:14px}
