@import "bootstrap.min.css";
@import "animate.css";
@import "font-awesome.css";
@import "primary_content.css";
@import "slick.css";
@import "slick-theme.css";
@import "magnific-popup.css";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700,800,900');


/*font-family: 'Courgette', cursive;*/
/* - - - - - - - - - - - - - - - - - - - - -
TITLE    :   NAKCSS HTML 5 VERSION 3
- - - - - - - - - - - - - - - - - - - - - */



*{outline:0 !important;}

html{height:100%;}
body{min-height:100%;}

#nakainer, #primary-content{height:100%;}
body {     font-family: 'Open Sans', sans-serif; font-size:16px;overflow-x: hidden; color: #364042;}
p{
    color:  #364042;;
}
h2{
    color: #063b81;
   font-size: 40px;
    line-height: 1.3em;
    letter-spacing: -0.4px;
}
:focus {outline: 0;}
a{ color: #364042;  transition: all 0.3s ease;}
a:hover, a:focus { text-decoration:none;color: #ad9945; z-index: 1; }
ul { list-style:none; }
.no-js #loader { display: none; }
.se-pre-con { position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 999999; background-color: rgba(188,50,37,.8); }
img{
	max-width: 100%;
    height: auto;
}

/*Back To Top*/

#back-top { position: fixed;    bottom: 70px;
    left: 0; margin-left: 20px; z-index: 9999; _position: absolute; _top: expression(documentElement.scrollTop+body.scrollTop);
_margin-top: 500px; }
#back-top a, #back-top-prev a { width: 50px; display: block; text-align: center; font: 11px/100% lato, sans-serif; text-transform: uppercase; text-decoration: none; color: #bbb; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
#back-top span#button { background-color: #CCCCCC; }
#back-top span#button, #back-top-prev span#button-prev { width: 50px; height: 50px; display: block; margin-bottom: 7px; background-color: #ddd; background-position: center center; background-repeat: no-repeat; opacity: 0.8; filter: alpha(opacity = 80); -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; -webkit-transition: 1s; -moz-transition: 1s; transition: 1s; }
i.fa.fa-arrow-circle-o-up { font-size: 44px; color: #999; padding-top: 4px; }
/*End Back To top*/

/* pre-loader-wrapper */

#pre-loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}
.pre-loaded #pre-loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    /* transform: translateX(-100%); */
    /* -webkit-transition: all 0.3s 1s ease-out; */
    -moz-transition: all 0.3s 1s ease-out;
    -ms-transition: all 0.3s 1s ease-out;
    -o-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}
#pre-loader {
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    text-align: center;
    line-height: 170px;
    z-index: 9999;
    display: inline-block;
}
.pre-loaded #pre-loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#pre-loader-wrapper img {
    width: 80px;
}
#pre-loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #364042;
    border-bottom-color: #364042;
    border-left-color: transparent;
    -webkit-animation: spin 1.5s linear infinite;
    -moz-animation: spin 1.5s linear infinite;
    -ms-animation: spin 1.5s linear infinite;
    -o-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}
#pre-loader-wrapper .pre-loader-section {
    position: fixed;
    left: 0;
    height: 50%;
    width: 100%;
    background: #fff;
    z-index: 1000;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background: #fff /* Old browsers */;
}
#pre-loader-wrapper .pre-loader-section.section-left {
    top: 0;
}
.pre-loaded #pre-loader-wrapper .pre-loader-section.section-left {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    /* transform: translateY(-100%); */
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
#pre-loader-wrapper .pre-loader-section.section-right {
    bottom: 0;
}
.pre-loaded #pre-loader-wrapper .pre-loader-section.section-right {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -moz-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -ms-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    -o-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-moz-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-ms-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-o-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* Footer Css */
.rs-footer {
    background: #364042;
    font-size: 14px;
}
.rs-footer {
    position: relative;
}

.footer1 {
    padding: 40px 0;
    color: #fff;
    padding-top: 8em;
}
.region-footer-left img {
    max-width: 150px;
}
.address_item {
    display: flex;
}
.address_item i.fa {
    margin-right: 10px;
    margin-top: 5px;
}
.address_item address {
    margin-bottom: 0px;
}
.footer1 .content p {
    color: #fff;
}
.rs-footer .footer1 a {
    color: #fff;
}
.social-icons {
    display: flex;
    align-items: center;
    justify-content: end;
    text-align: right;
}
.content .social-icons {
    justify-content: start;
    margin-top: 10px;
}
.social-icons a {
    font-size: 20px;
    margin: 0px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    background: transparent;
    text-align: center;
    justify-content: center;
}
.social-icons a img {
    max-width: 16px;
}
.content .social-icons a {
    margin: 0px 20px 0px 0px;
}
.footer1 h4 {
    color: #fff;
    margin-bottom: 0;
}
.footer1 hr {
    border-color: #576b6e;
}
.rs-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer1 li {
    margin-bottom: 5px;
    padding-bottom: 5px;
    position: relative;
}
.content ul li {
    position: relative;
}

.footer-back-link {
    padding: 15px 0;
    color: #fff;
    border-top: 1px solid #576b6e;
}
.footer-back-link ul {
    color: #fff;
    text-align: center;
    font-size: 12px;
    margin: 0;
    padding: 15px 0;
}
.footer-back-link ul li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #fff;
    margin-left: -4px;
    line-height: 12px;
}
.footer-back-link ul li a {
    color: #fff;
}
.footer-back-link ul li:last-child {
    border-right: 0px solid #fff;
}
.rs-footer .footer1 a:hover, .footer-back-link ul li a:hover {
    color: #abc2c7;
}
.ft-img {
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .footer-back-link ul li {
        display: block;
        padding: 0 10px;
        border-right: 0px;
        margin-left: 0px;
        line-height: 12px;
        margin-top: 10px;
    }
}

/* banner Css */
.banner_part_for_bg{     
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.banner_part_for_bg:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #063b81;
    opacity: .8;
}
.banner_caption_part {
    color: #fff;
}
    .banner_caption_part {
        padding: 150px 0px 160px 0px;
    }
    .banner_caption_part h1 {
    color: #FFFFFF;
    font-size: 62px;
    font-weight: 800;
    line-height: 1.1em;
    letter-spacing: -0.8px;
    margin-bottom: 30px;
}
.banner_caption_part p {
    font-size: 22px;
    color: #fff;
    margin-top: 15px;
}
.banner_btn a {
    background: #b72c27;
    padding: 15px 35px;
    display: inline-block;
    margin-top: 20px;
    border: 2px solid #b72c27;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    position: relative;
}
.banner_btn a:hover {
    background: #d5544f;
    border: 2px solid #d5544f;
}

/* header Css */
.header__primary-nav button {
  background: none;
  border: none;
  cursor: pointer;
}

.sidebar-menu {
  position: fixed;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100vh;
  background: #a78e3a;
  transition: left 0.3s ease, width 0.3s ease;
  z-index: 9999;
  display: flex;
  overflow-y: auto;
  height: 100%;
}

/* Open sidebar */
.sidebar-menu.open {
  left: 0;
}

.sidebar-menu.expanded {
  width: 60%;
  max-width: 600px;
}

.sidebar-left {
  width: 100%;
  padding: 20px;
  overflow-y: auto;
  border-right: 1px solid #c5ac59;
  transition: width 0.3s ease;
  position: relative;

}

.sidebar-menu.expanded .sidebar-left {
  width: 50%;
}

.sidebar-right {
  width: 50%;
  padding: 20px;
  overflow-y: auto;
  display: none;
  transition: width 0.3s ease;
  position: absolute;
  right: 0px;
  top: 85px;
}

.sidebar-menu.expanded .sidebar-right {
  display: block;
}
.sidebar-left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sidebar-left ul li,
ul.menu-down li {
  padding: 16px 0;
  border-bottom: 1px solid #c5ac59;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
}
.menu-header {
  padding: 16px 0;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.8px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  text-transform: uppercase;
  color: #fff;
}
.menu-section hr {
    border-top: 1px solid #c5ac59;
    margin: 0px;
    height: 0px;
}
.sidebar-left ul li i{
    font-size: 18px;
}
/* Right-side content sections */
.menu-section {
  display: none;
}


.submenu a {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.submenu a:hover,
.sidebar-left ul li:hover,
.menu-header:hover,
ul.menu-down li:hover,
ul.menu-down li a:hover,
.submenu-header:hover {
  color: #fde287;
}

.toggle-icon {
  font-size: 20px;
  cursor: pointer;
  line-height: 20px;
}

.submenu {
  list-style: none;
  margin-top: 10px;
  display: none;
  padding-left: 15px;
}
.sidebar-left ul li:last-child, ul.menu-down li:last-child{
    border-bottom:none
     }
.submenu-inner {
  list-style: none;
  margin-left: 20px;
  margin-top: 10px;
  display: none;
  padding-left: 15px;
}

.submenu li {
  padding: 6px 0;
  font-size: 14px;
}

.close-btn {
  font-size: 42px;
  border: none;
  background: none;
  cursor: pointer;
  margin-bottom: 20px;
  color: #fff;
}
.menu-header.no-border {
  border-bottom: none !important;
}

.submenu.with-border {
  border-left: 1px solid #c5ac59!important;
}

    .flx-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.logo-center img {
    max-width: 200px;
}
.top-head-bar {
    background: #364042;
    padding: 25px;
    position: relative;
    z-index: 9;
    width: 100%;
}
.right-cart ul li {
    display: inline-block;
    padding: 0px 10px;
}
.right-cart ul li a svg, .right-cart ul li a {
  transition: all 0.3s ease;
  stroke: #fff; /* default stroke color */
  color: #fff;
}

.right-cart ul li a svg:hover, 
.right-cart ul li a:hover {
  stroke: #ad9945; /* change to any color you want on hover */
  transform: scale(1.2); /* slightly enlarge the icon */
  color: #ad9945;
}


section.section-stack {
    padding: 100px 50px;
}
@media (min-width: 992px) {
    .gap_for_sticky {
    padding-bottom: 40px;
    display: none;
}
    .sticking {
        animation: slide-down 0.7s;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
        background: #fff;
        width: 100%;
        z-index: 999;
    }
        .stic.sticking .head-menu {
        padding: 0;
        background: #fff;
        box-shadow: 0px 1px 8px #e4e4e4;
        border-bottom: 1px solid #ddd;
    }
    .sticking .top-head-bar {
    padding: 10px 25px;
}
.sticking .logo-center img {
    max-width: 160px;
}
}
h6.heading {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 22px;
}
.tabs {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 30px;
}

.tabs a {
  font-weight: bold;
  letter-spacing: 4px;
  font-size: 22px;
  text-decoration: none;
  color: #000;
  position: relative;
}

.tabs a.active::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  bottom: -8px;
  left: 0;
}



.product {
  position: relative;
}

.product img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.fav-icon {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 18px;
  color: #000;
  z-index: 9;
}

.sold-out {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #ddd;
  font-size: 10px;
  padding: 2px 6px;
  font-weight: bold;
  letter-spacing: 1px;
}

.product-title a{
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    display: block;
    letter-spacing: 1px;
}

.price {
  font-size: 14px;
  text-align: center;
    margin-top: 20px;
    font-weight: 700;
}
.section-stack ul.nav.nav-tabs {
    justify-content: center;
    border: none;
    margin-bottom: 50px;
}
.section-stack a.nav-link{
    font-size: 28px;
    font-weight: 700;
    border: none;
    position: relative;
    margin: 0px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.section-stack a.nav-link.active {
    border: none;
    position: relative;

}
.section-stack a.nav-link.active:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 88%;
    height: 2px;
    background: #ad9945;
    transition: transform .3s;
    transform-origin-start: left;
}
.section-stack .nav-tabs .nav-item.show .nav-link, .section-stack .nav-tabs .nav-link.active {
    color: #ad9945;
}
.section-stack a.nav-link:hover{
    color: #ad9945;
}
/* Wrapper box for product */
.product-box {
  position: relative;
  overflow: hidden;
  padding: 10px;
  width: 100%; /* or set a fixed width if needed */
}

/* Anchor wrapping the image */
.product-box a {
  display: block;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Image styles with zoom transition */
.product-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

/* Zoom effect on hover */
.product-box:hover img {
  transform: scale(1.1);
}

/* Inner content below image */
.product-in {
  position: relative;
}

/* Plus icon hidden by default */


/* Show plus icon on image or title hover */
.product-box:hover .add-cart,
.product-box .product-title a:hover + .add-cart {
  opacity: 1;
}


/* Add-cart icon setup */
.add-cart {
  position: absolute;
  top: -30px;
  right: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 2;
}
.add-cart svg{
    width: 25px;
}
.product-title {
    padding-top: 20px;
}

.product-in:hover .add-cart {
    display: block;
}
.slick-arrow {
    background: #fff;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50px;
    box-shadow: 0 .125rem .625rem rgba(28, 28, 28, 0.15);
    color: #000;
    border-radius: 50%;
    padding: 5px;
    z-index: 1;
}

.slick-prev:before, .slick-next:before{content:none;}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-next:focus {
    outline: none;
    background: #364042;
     color:#fff;
}
.slick-arrow i {
    font-size: 32px;
}
.sr-only-clip {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    padding: 0 !important;
    border: 0! important;
    white-space: nowrap !important;
    clip: rect(1px 1px 1px 1px) !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    clip-path: inset(50%) !important;
}
h2.h2 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 3px;
}
.prose {
    padding-bottom: 50px;
}
.product-info__block-item a {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;
}
.product-title-in a {
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}
span.text-subdued {
    font-weight: 700;
    letter-spacing: 3px;
}
.sup-p svg {
    color: #5433eb;
    width: 59px;
    height: auto;
}
.right-box p {
    font-size: 14px;
    margin: 20px 0px;
}
.left-box img {
    width: 100%;
}
.right-box {
    margin-left: 30px;
}
.right-box ul li {
    list-style: disc;
    line-height: 1.5;
    font-size: 14px;
    padding: 5px 0px;
}
.button.sold-btn.w-full {
    background: #000;
    color: #fff;
    width: 100%;
    padding: 10px 10px;
}
.button.sold-btn.w-full {
    background: #000;
    color: #fff;
    width: 100%;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
}
.h-stack {
    display: flex;
    width: 100%;
}
.text-error {
    color: #cb2b2b;
}
.v-stack {
    margin-left: 10px;
}
.gift-box {
    background: #f2f1e6;
    padding: 100px 0px;
}
.product.item {
    padding: 0px 10px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.product-div, .accessories-div {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.product-div:last-child,
.accessories-div:last-child {
	border-bottom: none;
}
/*Back To Top*/

#back-top {
    position: fixed;
    bottom: 70px;
    left: 0;
    margin-left: 20px;
    z-index: 9999;
    _position: absolute;
_top: expression(documentElement.scrollTop+body.scrollTop);
    _margin-top: 500px;
}
#back-top a, #back-top-prev a {
    width: 50px;
    display: block;
    text-align: center;
    font: 11px/100% lato, sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    color: #bbb;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
#back-top span#button {
    background-color: #CCCCCC;
}
#back-top span#button, #back-top-prev span#button-prev {
    width: 50px;
    height: 50px;
    display: block;
    margin-bottom: 7px;
    background-color: #ddd;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}
i.fa.fa-arrow-circle-o-up {
    font-size: 44px;
    color: #999;
    padding-top: 4px;
}
/*End Back To top*/

.top-head-bar .row{
    align-items: center;
} 

.right-cart {
    text-align: right;
}
.logo-center {
    text-align: center;
}
.right-cart ul {
    margin: 0px;
    padding: 0px;
}
/*.menu-section {
    padding-bottom: 100px;
}*/
.submenu-inner {
  display: none;
  padding-left: 0px;
}
.submenu-inner li{
    padding-left: 10px;
}
.submenu-header {
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
}
.login-section-overlay .section-login-for-cunsumers {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #364042;
  z-index: 9999;
  border-bottom: 4px solid #364042;
  padding: 50px 20px;
}

.login-section-overlay .close-btn {
  color: #fff;
  font-size: 36px;
  border: 2px solid #fff;
  border-radius: 30px;
  position: absolute;
  top: 10px;
  right: 20px;
  height: 40px;
  width: 40px;
  background: transparent;
  line-height: 35px;
  text-align: center;
  cursor: pointer;
}

.search-pop-section .explore_search {
  margin: 30px auto;
  max-width: 800px;
}
.explore_search h3 {
  color: #fff;
  text-align: left;
}
.search-bar-on-banner {
  position: relative;
  width: 100%;
}
.search-bar-on-banner input {
  width: 100%;
  padding: 14px;
  border: none;
  font-size: 16px;
}
.search-bar-on-banner button {
  border: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: #5c6b6e;
  color: #fff;
  font-weight: 600;
  height: 52px;
  border: 2px solid #fff;
  cursor: pointer;
}
ul.menu-down {
    padding: 0px;
}
ul.menu-down a {
    color: #fff;
    letter-spacing: 1px;
}
ul.menu-down li a{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

/* Ensure slide container is relative */

  .fav-icon {
      cursor: pointer;
      transition: 0.3s;
    }

    .fav-icon.active .heart-path {
      fill: red;
      stroke: red;
    }

    #toast {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: rgba(0, 0, 0, 0.85);
      color: #fff;
      padding: 10px 16px;
      border-radius: 4px;
      font-size: 14px;
      display: none;
      z-index: 9999;
    }

    #toast.show {
      display: block;
      animation: fadeOut 2s forwards;
    }

    @keyframes fadeOut {
      0% {opacity: 1;}
      90% {opacity: 1;}
      100% {opacity: 0;}
    }
    .button_for_shop {
    text-align: center;
    margin-top: 40px;
}
.right-cart ul li:last-child {
    padding-right: 0px;
}

.sticky_footer_btn {
    position: fixed;
    z-index: 1;
    bottom: 0;
    width: 100%;
    background: #ad9945;
    padding: 10px 0px;
}
.button_for_stick a {
    text-align: center;
    color: #fff;
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.sticky_footer_btn:hover {
    background: #766728;
}

    /* Container for slick dots */


/* slider */

/* === BASE STYLES === */
.bannerarea,
.slide-item,
.slide__img,
.slide__img img {
  background-color: #000 !important; /* Prevent white flash */
}

/* Slide layout */
.banner-section,
.banner-section .slide-item {
  position: relative;
  z-index: 1;
  height: calc(100vh - 117px);
  width: 100%;
  object-fit: contain;
}

/* Slide image container */
.slide__img {
  position: relative;
  z-index: 1;
}

/* Overlay dark filter */
.slide__img::before {
  content: "";
  background: #000;
  z-index: 2;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.4;
}

/* Slide image */
.slide__img img {
  width: 100%;
  height: calc(100vh - 117px);
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: none;
  backface-visibility: hidden;
  will-change: transform;
}

/* Zoom-in animation (no opacity to avoid flash) */
#desktop_slider .slick-slide img {
  transform: scale(1);
  transition: none;
  background-color: #000; /* Prevent flash */
  will-change: transform;
  backface-visibility: hidden;
}

#desktop_slider .slick-current.slick-active img {
  animation: zoomInImage 2s ease-in-out forwards;
}

/* Outer to inner zoom */
@keyframes zoomInImage {
  from {
    transform: scale(1.2);
        opacity: 0.3;
  }
  to {
    transform: scale(1);
  }
}


/* Slide base */
.slide {
  position: relative;
  overflow: hidden;
}

/* Slide content */
.slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  opacity: 0;
  transform: translate(-50%, -40%);
  transition: all 1s ease;
  text-align: center;
  color: #fff;
}

.slick-current.slick-active .slide__content {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* Slide heading & button transition */
.slide__content--headings h2,
.slide__content--headings .button_for_slider {
  opacity: 0;
  transform: translateY(20px);
  transition: all 2s ease;
}

.slick-current.slick-active .slide__content--headings h2,
.slick-current.slick-active .slide__content--headings .button_for_slider {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

/* Slide heading style */
.slide__content--headings h2 {
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff;
}

/* Slider button */
.button_for_slider a {
  background: #fff;
  color: #364042;
  font-size: 14px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
  position: relative;
  z-index: 9;
}

/* Shop button alternate */
.button_for_shop a {
  background: #364042;
  color: #fff;
  font-size: 14px;
  padding: 12px 35px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.button_for_shop a:hover {
  background: #ad9945;
}

/* === DOTS STYLING === */
.custom-dots-container {
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}

.custom-dots {
  display: flex;
  gap: 10px;
}

.custom-dots li {
  list-style: none;
  margin: 0 2px;
}

.custom-dots button {
  width: 6px;
  height: 6px;
  background: #a3a2a2;
  border-radius: 50%;
  border: none;
  padding: 0;
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.custom-dots .slick-active button {
  background: transparent;
  width: 8px;
  height: 8px;
  top: -1px;
}

/* Progress ring inside active dot */
.progress-ring {
  width: 9px;
  height: 9px;
}

.static-ring {
  fill: none;
  stroke: #a3a2a2;
  stroke-width: 1;
}

.animated-ring {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2.5;
  stroke-dasharray: 25.12;
  stroke-dashoffset: 25.12;
  animation: ring-progress 5s linear forwards;
  transform: rotate(-90deg);
  transform-origin: center;
}

@keyframes ring-progress {
  to {
    stroke-dashoffset: 0;
  }
}

/* Optional scroll button */
.circle-button {
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  border: none;
  background: #fff;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  border-radius: 50px;
  box-shadow: 0 .125rem .625rem rgba(28, 28, 28, 0.15);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  scroll-behavior: smooth;
}

/* Hide arrows (if used) */
.slick-disabled {
  display: none !important;
}


.submenus,
.submenu-ft {
  display: none;
  padding-left: 15px;
}

.main-menu li > a {
  display: block;
  text-decoration: none;
}

.main-menu li.active > a {
  color:#abc2c7;
}

.toggle-plus {
  position: absolute;
  right: 0;
  pointer-events: none; /* So clicking the + still triggers li */
}
ul.submenus{
    margin-top: 10px;
}
.region-tabs-section .tabs {
    display: block;
}
.region-tabs-section .tabs a {
	letter-spacing: 0px;
}
.popup-text {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%) translateY(-50%);
    z-index: 1050;
    background: #202c2e;
    padding: 40px 26px 50px 26px;
    box-shadow: 0 0 30px #00000059;
    /* border-radius: 8px; */
    max-width: 800px;
    width: 96%;
    max-width: 40%;
    text-align: center;
    overflow-y: auto;
}
button.modal-btn {
    border: 1px solid steelblue;
    background: #fff;
    color: steelblue;
    padding: 10px 20px;
    font-size: 16px;
}
button.modal-btn:hover {
    background: steelblue;
    color: #fff;
}
.mfp-close:focus {
    border: 1px solid steelblue;
}
.popup-text h2 {
    color: #fff;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 1px;
}
.popup-text p {
    color: #fff;
    font-size: 16px;
}
.mfp-container:before {
    vertical-align: top;
}

.logopart-popup {
    text-align: center;
}
.logopart-popup img {
    max-width: 400px;
    text-align: center;
    margin: 0 auto 40px;
    display: block;
}
.popup-text p {
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.btns-popup {
    margin-top: 30px;
}
button.yes {
    background: #ad9945;
    border: none;
    color: #fff;
    padding: 10px 70px;
    font-size: 16px;
    letter-spacing: 1px;
    cursor: pointer;
}
button.yes:hover {
    background: #bda84f;
}
button.no:hover {
    background:#787676;
}
button.no {
    cursor: pointer;
    background: #666565;
    border: none;
    color: #fff;
    padding: 10px 70px;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 40px;
}
.btns-popup button {
    margin: 5px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
    display: none;
}
.mfp-bg {
    opacity: 0.9;
}
.mfp-bg {
    background: rgba(255, 255, 255, 0.85)!important;
}
.inner-content-area .dacy-title-menu {
    position: relative;
    margin-bottom: 20px;
}
.inner-content-area .dacy-title-menu::after {
    content: "";
    border-bottom: 4px double #ad9945;
    position: absolute;
    width: 100%;
    height: 4px;
}
.inner-content-area .dacy-product-title .dots {
    height: 3px;
    background-image: radial-gradient(circle closest-side, #b3b3b3 99%, rgba(0, 0, 0, 0) 100%);
    background-position: 50% 70%;
    background-size: 4px 2px;
    background-repeat: repeat-x;
    display: table-cell;
    width: 98%;
    z-index: 1;
    position: relative;
}
.inner-content-area .dacy-product-title .title {
    display: table-cell;
    width: 1%;
    white-space: nowrap;
    padding-right: 4px;
    vertical-align: middle;
    text-align: center;
}
.inner-content-area h4.dacy-product-title {
    margin: 0 0 10px;
    width: 100%;
    display: table;
    font-size: 17px;
    font-weight: normal;
}
.inner-content-area .dacy-product-title .price {
    display: table-cell;
    width: 1%;
    padding-left: 20px;
    color: #ad9945;
}
ul.dacy-menu-list.dacy-list-md-1 li {
    list-style: none;
    padding: 10px 5px;
}
.center-cn {
    margin: 0 auto;
}
#primary-content .left-content-dv h3 {
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    line-height: 1.5;
}
.text-subdued {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.12em;
}
#primary-content .prosee p, #primary-content .product-info__block-item p, #primary-content .description-in p,
#primary-content .left-content-dv a,
#primary-content .left-content-dv p {
    font-size: 14px;
    margin-bottom: 20px;
}
.event-page-img{
        width: 100%;
    max-width: 500px;
    object-fit: cover;
}
.row-flx {
     align-items: center;
}
.right-dv-in {
    padding-left: 60px;
}
body.page-node-32 #primary-content .container {
    max-width: 1280px;
}
.mr-l {
    padding: 0px 50px;
}
#primary-content.main .product-box a{
    text-decoration: none;
} 
.accessories-item {
    padding: 0px 10px;
    border: 1px solid #ddd;
    margin-bottom: 30px;
}
.accessories-title{
	text-align: center;
	font-weight: 600;
}
.section-stack .product.item {
    border: none;
}

.page_title{    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;}
	.page_title h1{font-weight:600 !important}
	
	nav.breadcrumb a {
    color: #000 !important;
    font-weight: 400 !important;
    text-decoration: none !important;     font-size: 14px !important;    color: #999 !important;
}
nav.breadcrumb a:hover{color:#000 !important}
	#primary-content .page-breadcrumb {
    text-align: left;
    -webkit-padding-start: 15px !important;
    padding: 15px;
    font-size: 14px;    color: #999;
}

.region-breadcrumb, .region.region-title{display:inline-block}

/*Image height issue fixed*/

@media(min-width:992px){
	 .product-box img{    height: 220px;
    object-fit: cover;
    object-position: bottom;}

.left-img-dv img{height: 460px;
    width: 100%;
    object-fit: cover;
    object-position: bottom;}
	
	.page-node-50 .left-img-dv img, .page-node-46 .left-img-dv img{height:545px;}

}
/*Image height issue fixed*/

.#primary-content .right-gft-in h2{
color: #364042;
text-transform: uppercase;
}
.price-gft {
    font-weight: 700;
}
.price-gft {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: 1px;
}
#primary-content .right-gft-in h2 {
    text-transform: uppercase;
    color: #212529;
}
.price-flx {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.div1-p span {
    border: 1px solid #787878;
    padding: 6px 0px;
    color: #787878;
    margin: 0px 5px;
    width: 90px;
    display: block;
    text-align: center;
}
.div1-p span.active {
    border: 1px solid #000;
    color: #000;;
}
#primary-content p.top-dmn {
    margin: 24px 0px;
}
.gift-row {
    margin-bottom: 20px;
}

.gift-check {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #4a4a4a;
    font-size: 15px;
    cursor: pointer;
}

.gift-check input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}


#primary-content.main .btn-cart a {
    width: 100%;
    background: #1a1a1a;
    text-align: center;
    display: block;
    padding: 12px 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-decoration: none;
    font-size: 14px;
}
#primary-content.main .btn-cart a:hover {
    background: #ad9945;
}
.div1-p {
    margin-bottom: 20px;
}
.gift-row {
    padding-bottom: 10px;
    padding-top: 20px;
}