/*=======================
Name: Bestshop - mini ecommerce shop templates
Author: Team90Degree
Author Url: Team90Degree.com
Version: 1.0.1
 ========================*/

/*=====  [Table of contents] ===== 
1. Header Style
2. slider style
3. catalog style
4. product style
5. about style
6. testimonials style
7. footer style
8. Preloader style
*/

/* ===== 1. Header Style  ====*/
/* *{
  user-select: none;  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-drag: none;

} */
/* Import the Alexandria font from Google Fonts */
/* Apply Alexandria font to the entire site */

*{
  user-select: none;
  scroll-behavior: smooth;
  font-family:'Roboto';
  font-optical-sizing: auto;
  font-weight: 400; /* You can change this based on your design */
  font-style: normal;
}
.navbar a.navbar-brand {
  color: #121212;
  font-size: 25px;
  font-weight: 700;
  height: auto;
  margin-top: 0;
  padding: 0;
  text-transform: uppercase;
}
#myNavbar .nav.navbar-nav {
  text-align: right;
}
.navbar-nav li > a {
  color: #121212;
  font-size: 14px;
  font-weight: 700;
  padding: 25px 10px;
  position: relative;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.navbar-nav li.active > a::after,.navbar-nav li.active > a::before,.navbar-nav li:hover > a::after,.navbar-nav li:hover > a::before{
	opacity:1;
}
.navbar-nav li.active > a::after,.navbar-nav li:hover > a::after{
	left:4px;
}
.navbar-nav li.active > a::before,.navbar-nav li:hover > a::before{
	right:4px;
}
.navbar-nav li {
  display: inline-block;
  float: none;
  margin: 0 3px;
}
.navbar-collapse {
  overflow-x: hidden;
}
/* ===== 2. slider style  ====*/
.swiper-slide h1 {
  color: #fff;
  font-size: 160px;
  text-transform: lowercase;
}
.home h2 {
  margin: 25px 0 47px;
  padding-left: 0;
  position: relative;
}
.swiper-slide h1 {
  color: #121212;
  font-size: 90px;
  text-transform: capitalize;
}
.home h2::after {
  background: #E1C2BF none repeat scroll 0 0;
  bottom: -15px;
  content: "";
  height: 0;
  left: 41px;
  position: absolute;
  transform: translateX(-50%);
  width: 80px;
}
.home-buttons {
  margin: -1px 0;
  position: relative;
  text-align: left;
}
.home.image-slider .swiper-slide {
  background-position: center center !important;
  background-size: cover !important;
  box-sizing: border-box;
  min-height: 100vh;
  height: 100vh;
  width: 100%;
  padding: 0;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.hglight {
  color: #E1C2BF;
}
.home-slider-title-main {
  color: #000;
  font-weight: 500;
  max-width: 754px;
  font-size: 20px;
  text-transform: lowercase;
}
.btn-lg, .btn-group-lg > .btn {
  border-radius: 0;
}
.swiper-wrapper .btn-primary {
  background-color: #E1C2BF;
  border: 1px solid transparent;
  color: #fff;
  border-radius: 5px;
}
.swiper-wrapper .btn-primary:hover {
  background-color: transparent;
  border: 1px solid #E1C2BF !important;
  color: #E1C2BF;
}
.section-min.section.product {
  background: #fff none repeat scroll 0 0;
}
/* Product Grid Layout */
.product-grid-container {
  margin: 0 -15px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.product-item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

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

.product-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
}

.product-primary-img,
.product-secondary-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
}

.product-secondary-img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.product-item:hover .product-primary-img {
  opacity: 0;
}

.product-item:hover .product-secondary-img {
  opacity: 1;
}

.product-info {
  padding: 20px;
  text-align: center;
}

.product-name {
  font-size: 18px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 10px;
  line-height: 1.3;
  transition: color 0.3s ease;
}

.product-item:hover .product-name {
  color: #E1C2BF;
}

.product-price {
  font-size: 20px;
  font-weight: 700;
  color: #E1C2BF;
  margin-bottom: 5px;
}

.product-price-old {
  font-size: 16px;
  color: #aaa;
  text-decoration: line-through;
}

.no-products {
  grid-column: 1 / -1;
  text-align: center;
  padding: 40px;
  color: #777;
}
/* ===== 3. catalog style  ====*/
.catalog-area {
  background: #fff none repeat scroll 0 0;
  clear: both;
  display: block;
  overflow: hidden;
  padding-bottom: 0;
  padding-top: 90px;
  position: relative;
  z-index: 1;
}
.effect-add, .effect-add.active {
  overflow: hidden;
  position: relative;
}
.effect-add::before, .effect-add.active::before {
  border: 1px solid #E1C2BF;
  bottom: 10px;
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.2);
  content: "";
  left: 10px;
  opacity: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  transform: scale3d(1.4, 1.4, 1);
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.effect-add:hover::before, .effect-add.active::before{
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.section-heading::after {
  height: 2px;
}

/* ===== 4. product style  ====*/
.product-list-vertical .product-list-right {
  text-align: left;
  width: 100%;
}
.product-list-vertical li,.product-list-slider {
  padding: 0;
}
.product-list-right {
  padding: 8px 0;
}
.product-list-vertical .btn {
  border: 0 none;
  display: inline-block;
  float: none;
  margin: 0 !important;
  padding: 0;
  width: auto;
}
.product-list li {
  margin-bottom: 51px;
  text-align: left;
}
.product-list-vertical li a {
  color: #E1C2BF;
  position: relative;
}
.product-list-vertical .add-item {
  border: 0 none;
  color: #121212;
  display: inline-block;
  float: none;
  font-weight: 700;
  margin: 0 !important;
  padding: 0;
  transform: scaleY(1);
  transition: all 0.4s ease 0s;
  width: auto;
}
.product-list li:hover  .add-item {
  transform: scaleY(1);
}
.product-list li span {
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}
.product-list-slider-next.right-arrow-negative,.product-list-slider-prev.left-arrow-negative {
  display: none;
}
.product {
  padding-bottom: 134px;
}
.p-badd {
  background: #fff none repeat scroll 0 0;
  clear: both;
  display: block;
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}
.product-list-vertical li,.product-list-slider {
  padding: 0;
}
.product-list-right {
  padding: 8px 0;
}
.product-list-vertical .btn {
  border: 0 none;
  display: inline-block;
  float: none;
  margin: 0 !important;
  padding: 0;
  width: auto;
}
.product-list li {
  margin-bottom: 51px;
  text-align: left;
}
.product-list-vertical li a {
  color: #E1C2BF;
  position: relative;
}
.product-list-vertical .add-item {
  border: 0 none;
  color: #121212;
  display: inline-block;
  float: none;
  font-weight: 700;
  margin: 0 !important;
  padding: 0;
  transform: scaleY(1);
  transition: all 0.4s ease 0s;
  width: auto;
}
.product-list li:hover  .add-item {
  transform: scaleY(1);
}
.product-list li span {
  display: block;
  text-transform: capitalize;
  font-weight: 400;
}
.product-list-slider-next.right-arrow-negative,.product-list-slider-prev.left-arrow-negative {
  display: none;
}
.product {
  padding-bottom: 134px;
}
.p-badd {
  background: #fff none repeat scroll 0 0;
  clear: both;
  display: block;
  overflow: hidden;
  padding: 60px 0;
  position: relative;
}

/* ===== 5. about style  ====*/
.about {
  background: #fff url("img/bg_content.png") no-repeat scroll center center / cover ;
  min-height: inherit;
  padding: 50px 0 140px;
  position: relative;
  background-attachment:fixed;
}
.about::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}
.about .container {
  position: relative;
  z-index: 99;
}
.about span {
  color: #E1C2BF;
}
.about h4 {
  font-size: 20px;
  margin-bottom: 14px;
  padding-top: 8vh;
  text-transform: capitalize;
}
.styled-list li::before {
  display: none;
}
.styled-list li {
  list-style: inside none square;
  margin-bottom: 9.5px;
  padding-left: 0;
  position: relative;
}
.about h2 {
  margin-top: 0;
}
.read-more-btn > a {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  margin-top: 9px;
  padding: 12px 33px;
  text-transform: uppercase;
}
.read-more-btn > a {
  background: #E1C2BF none repeat scroll 0 0;
  border: 1px solid #E1C2BF;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin-top: 9px;
  padding: 11px 33px;
  text-transform: uppercase;
}
.read-more-btn > a:hover {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #E1C2BF !important;
}
.about p {
    font-size: 16px;
    margin-bottom: 15px;
    max-width: 89%;
}
.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 5px;
  position: relative;
  z-index: 9;
}
.product .product-list-pagination.text-center.swiper-pagination-clickable.swiper-pagination-bullets {
  z-index: 0;
}
.countdown-price {
  display: block;
  margin-bottom: 30px;
  margin-top: 0;
  text-align: left;
  width: 100%;
}
.countdown-container {
  display: block;
  padding: 71px 30px 30px 0;
}
.countdown-container p {
  color: #777;
  margin: 0 0 30px;
}
.countdown-price del {
  color: #aaa;
  font-size: 18px;
  font-weight: normal;
  margin-left: 9px;
}
.countdown-container .btn.btn-default.add-item, .btn.btn-default.btn-lg, span.product-right-section .btn.btn-default.add-item, .contact-form button.btn {
  background: #E1C2BF none repeat scroll 0 0;
  border: 1px solid #E1C2BF;
  border-radius: 5px;
  color: #fff;
  font-weight: 700;
  padding: 12px 28px;
  transition: all 0.3s ease 0s;
}
.countdown-container .btn.btn-default.add-item:hover ,.btn.btn-default.btn-lg:hover,span.product-right-section .btn.btn-default.add-item:hover,.contact-form button.btn:hover{
  background: transparent;
  border: 1px solid #E1C2BF;
  color: #E1C2BF;
}
.countdown {
  padding-bottom: 58px;
}
.cart-items-counter .animate {
  color: #fff;
}
.custom-radio {
  padding-left: 0;
}
.cart-empty .icon {
  color: #E1C2BF;
  display: block;
  font-size: 80px;
  margin-top: 17px;
}
.about-counter .container-fluid {
  padding: 0;
}
.about-counter-single {
  border-right: 0 none;
}
.about-counter {
  background: #fff none repeat scroll 0 0;
  padding: 0;
}
.about-counter-single {
  border-right: 0 none;
  padding: 59px 0 46px;
}
.cnt1.about-counter-single {
  background: #f3f3f3 none repeat scroll 0 0;
}
.cnt2.about-counter-single {
  background: #e8e8e8 none repeat scroll 0 0;
}
.cnt3.about-counter-single {
  background: #f3f3f3 none repeat scroll 0 0;
}
.cnt4.about-counter-single {
  background: #e8e8e8 none repeat scroll 0 0;
}

/* ===== 6. testimonials style  ====*/
.testimonials {
  background: #fff url("img/client-area.jpg") no-repeat scroll center center / cover ;
  position: relative;
}
.section-heading {
  margin: 45px 0 74px;
  position: relative;
  text-align: center;
  z-index: 9;
}
.testimonials::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.04;
  position: absolute;
  top: 0;
  width: 100%;
}
.add-area {
  position: relative;
}
.add-area h2 {
  background: rgba(0, 203, 153, 0.67) none repeat scroll 0 0;
  border-radius: 5px 0 0 5px;
  border-right: 15px none;
  font-size: 10px;
  left: auto;
  margin-left: -50px;
  margin-top: -12px;
  opacity: 0;
  padding: 6px 12px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 75%;
  transition: all 0.3s ease 0s;
}
.add-area:hover .effect-add > h2, .add-area .effect-add.active > h2 {
  color: #fff;
  opacity: 1;
  right: 0;
}
.add-area .effect-add > h2:hover {
  background:#E1C2BF;
  color: #fff;
}
.cart-widget-container .section-heading::after,.product-description .section-heading::after {
  display: none;
}
.nk.section-heading::after,.nk.section-heading::before {
  display: none;
}
/* ===== 7. contact style  ====*/
.contact-with-map {
  background: #fff none repeat scroll 0 0;
  padding-bottom: 0;
  padding-top: 89px;
}
.contact-data ul {
  background: transparent none repeat scroll 0 0;
  margin-bottom: 60px;
  width: 100%;
}

/* ===== 7. footer style  ====*/
.footer-logo {
  height: auto;
  margin: 30px 0;
  text-transform: lowercase;
  width: 100%;
}
.footer-newsletter .btn.btn-default {
  background: #E1C2BF none repeat scroll 0 0;
  border: 1px solid #E1C2BF;
  border-radius: 0;
  color: #fff;
  font-weight: 700;
  padding: 12px 28px;
  transition: all 0.3s ease 0s;
}
.footer-newsletter .btn.btn-default:hover{
  background: transparent;
  border: 1px solid #E1C2BF;
  color: #E1C2BF;
}
.footer-newsletter .form-control {
  height: 47px;
}
.form-control:focus {
  border-color: #E1C2BF;
}
.footer {
  height: auto;
  min-height: auto;
  padding-bottom: 15px;
  padding-top: 81px;
  position: relative;
  width: 100%;
}
.form-control {
  padding-left:0px;
  color: #E1C2BF;
}
.contact-data .icon {
  color: #E1C2BF;
  display: inline-block;
  font-size: 22px;
  height: 43px;
  line-height: 11px;
  margin-right: 10px;
  position: relative;
  text-align: center;
  top: 5px;
  width: 23px;
}
.contact-data > h4 {
  margin-bottom: 21px;
}
.contact-data ul {
  background: transparent none repeat scroll 0 0;
  margin-bottom: 36px;
  width: 100%;
}
.copy-right {
  margin-top: 60px;
}
.copy-right > p {
  margin: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background-color: #E1C2BF;
}
a {
  color: #E1C2BF;
  text-decoration: none;
}
.product-right-section {
  display: block;
  margin-top: 42px;
  text-align: right;
}

a#scrollUp {
  background: #E1C2BF none repeat scroll 0 0;
  bottom: 94px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  line-height: 42px;
  position: absolute;
  right: 32px;
  text-align: center;
  width: 40px;
  border:1px solid #E1C2BF !important;
  transition: all 0.4s ease 0s;
}
a#scrollUp:hover {
  background: transparent;
  color: #E1C2BF;
}
.about-counter-single {
  border-bottom: 0 none;
}
.navbar-nav li > a {
  border-bottom: 0 none;
}
.product-right-section > span {
  font-weight: bold;
}
/* ===== 8. Preloader style  ====*/
.page-loader {
 background: #fff;
 position: fixed;
 top: 0;
 bottom: 0;
 right: 0;
 left: 0;
 z-index: 9998;
}
.loader {
 background: #E1C2BF;
 position: absolute;
 display: inline-block;
 height: 40px;
 width: 40px;
 left: 50%;
 top: 50%;
 margin: -20px 0 0 -20px;
 text-indent: -9999em;
 -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
         border-radius: 100%;
 -webkit-animation-fill-mode: both;
         animation-fill-mode: both;
 -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
         animation: ball-scale 1s 0s ease-in-out infinite;
}

@-webkit-keyframes ball-scale {

 0% {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
 }

 100% {
  opacity: 0;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
 }

}

@keyframes ball-scale {

 0% {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
 }

 100% {
  opacity: 0;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
 }

}

/*home 2 style*/
.hm-2.image-slider {
  border-bottom: 1px solid #f8f8f8;
}
.product-list-price {
  display: inline-block;
  margin-right: 8px;
}
.product-list-price.sell-p > del {
  color: #aaa;
  font-size: 14px;
}
.product-list li .sale-p.new-p {
  background: #8bd485 none repeat scroll 0 0;
}
.product-list li, .product-list-vertical .product-list-right {
  text-align: left;
}
.product-list li span {
  display: block;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
}
.product-list li span.sale-p {
    background: #EC5051 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    left: 16px;
    letter-spacing: 2px;
    line-height: 25px;
    padding: 2px 13px;
    position: absolute;
    text-transform: uppercase;
    top: 19px;
    /* transform: rotate(90deg); */
    border-radius: 5px;
    z-index: 99;
}
.product-list-name.h4.black-color:hover {
  color: #E1C2BF;
}
.product-list-name.h4.black-color{
  transition: all 0.3s ease 0s;
}
.product-list-vertical .add-item:hover {
  color: #000;
}
.product .product-list-price {
  display: inline-block;
  font-size: 17px;
}
.product-list-price.sell-p > del {
  color: #aaa;
  font-size: 14px;
}
.product-list li .sale-p.new-p {
  background: #8bd485 none repeat scroll 0 0;
}
.product-list li, .product-list-vertical .product-list-right {
  text-align: left;
}
.product-list li span {
  display: block;
  font-weight: 400;
  position: relative;
  text-transform: capitalize;
}
.product-list li span.sale-p {
    background: #EC5051 none repeat scroll 0 0;
    border-radius: 0;
    color: #fff;
    font-size: 13px;
    left: 16px;
    letter-spacing: 2px;
    line-height: 25px;
    padding: 2px 13px;
    position: absolute;
    text-transform: uppercase;
    top: 19px;
    /* transform: rotate(90deg); */
    border-radius: 5px;
    z-index: 99;
}
.product-list-name.h4.black-color:hover {
  color: #E1C2BF;
}
.product-list-name.h4.black-color{
  transition: all 0.3s ease 0s;
}
.product-list-vertical .add-item:hover {
  color: #000;
}
.product .product-list-price {
  display: inline-block;
  font-size: 17px;
}
.counter > h2 {
  font-size: 22px;
}
.cnt2 .counter > h2,.cnt4 .counter > h2 {
  margin-top: 18px;
}
.navbar-nav li.active > a, .navbar-nav li:hover > a {
  color: #E1C2BF;
}
.new-products-area .section-heading {
  margin-bottom: 42px;
}
.product-list-vertical .add-item:hover{
	color:#E1C2BF;
}
.product-list-name {
  font-size: 20px;
}
.product-tabs .section-heading::before,.modal-body .section-heading::before  {
  display: none;
}
.product-tabs .section-heading {
  margin: 15px 0 7px;
  text-align: left;
}
.product-tabs .tab-pane {
  padding-left: 0;
  padding-right: 0;
}
p {
  line-height: 30px;
}
.modal-body .section-heading {
  margin: 0 0 17px;
  text-align: left;
}
.modal-body .pull-left.nk.section-heading {
  font-size: 18px;
  margin-top: 14px;
}
.modal-body  .product-right-section {
  display: block;
  margin-top: 0;
  text-align: right;
}
.modal-body  .product-description {
  margin-bottom: 45px;
  margin-top: 30px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: 1px solid #E1C2BF;
}
.product-modal .nav.nav-tabs {
  margin-bottom: 25px;
}
footer {
    background: #f7f7f7 none repeat scroll 0 0;
    border-top: 1px solid #f0f0f0;
    padding: 73px 0 24px;
    position: relative;
}
footer .col-md-3 .fa {
    font-size: 42px;
}
footer a {
    color: #555;
}
footer hr {
  border-color: #ffffff;
  margin-bottom: 22px;
  margin-top: 70px;
}
footer .footer-copyright {
  padding-top: 5px;
}
.social-icon {
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
}
.social-icon li {
    display: inline-block;
    list-style: outside none none;
}
.social-icon li a {
    color: #777;
    cursor: pointer;
    font-size: 16px;
    margin: 22px 12px 10px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    vertical-align: middle;
}
.social-icon li a:hover {
    color: #000;
    transform: scale(1.1);
}
a#scrollUp {
  background: #E1C2BF none repeat scroll 0 0;
  border-radius: 5px;
  bottom: 95px;
  color: #fff;
  font-size: 23px;
  height: 40px;
  line-height: 41px;
  position: absolute;
  right: 32px;
  text-align: center;
  width: 40px;
}
.social {
  height: auto;
  min-height: auto;
  width: auto;
}
.social a {
  border-radius: 5px;
  color: #555;
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  padding: 7px 0 5px;
  transition: all 300ms ease-in-out 0s;
}
.social a:hover {
  color: #E1C2BF;
}
.footer-copyright > p {
  font-size: 22px;
}
.info_menu {
  padding-left: 50px;
}
.info_menu > ul {
  display: inline-block;
  margin-right: 21px;
}
.info_menu li {
  margin-bottom: 12px;
}
.footer h4 {
  margin-bottom: 15px;
  margin-top: 4px;
}
.footer-newsletter {
  margin-top: 0;
}
.social {
  margin-top: 20px;
}
.fndus {
  font-size: 13px;
  font-weight: bold;
  margin-right: 9px;
  margin-top: 17px;
  text-transform: uppercase;
}
a:hover, a:focus {
  color: #E1C2BF ;
}
.footer-copyright > p {
  font-size: 17px;
  text-align: center;
}
.navbar-header .navbar-toggle .icon-bar {
  width: 45px;
}
.navbar-header .navbar-toggle {
  margin-top: 27px;
}
.about-counter-single .counter {
  padding: 0 32px;
}
.btn:hover, .btn:focus, .btn.focus {
    outline: none;
}
/*update style*/
.navbar .navbar-header {
  margin-top: 17px;
  width: 15%;
}
.f_logo img {
  margin-bottom: 20px;
  width: 65%;
}
.new-products-area {
  clear: both;
  display: block;
  overflow: hidden;
  padding-top: 6px;
}
.section-min.section.product {
  padding-bottom: 130px;
}
.section-heading::before {
  display: none;
}
.cart-widget .section-heading {
  margin-bottom: 14px;
  margin-top: 11px;
}
.cart-widget-container .close {
  background: transparent none repeat scroll 0 0 !important;
}
.cart-delivery {
  margin-top: 11px;
}
#testimonials.testimonials {
  padding: 19px 0 60px;
}
.contact-with-map {
  padding-top: 21px;
}
.contact-form {
  margin-bottom: 67px;
}
.fndus {
  margin-top: 6px;
}
button.close, .close {
  background: transparent none repeat scroll 0 0;
  top: 16px;
}
/* Contact-message-modal  css start */
.cr-contact-message-modal {
position: fixed;
top: auto;
bottom: 0;
left: 0;
right: auto;
width: 100%;
background: rgba(25, 25, 25, 0.95);
-webkit-transform: translateY(100%);
-moz-transform: translateY(100%);
-ms-transform: translateY(100%);
-o-transform: translateY(100%);
transform: translateY(100%);
visibility: hidden;
opacity: 1;
z-index: -9;
-webkit-transition: 0.5s ease-out 0s;
-moz-transition: 0.5s ease-out 0s;
-ms-transition: 0.5s ease-out 0s;
-o-transition: 0.5s ease-out 0s;
transition: 0.5s ease-out 0s;
padding: 30px;
padding-right: 60px;
-webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
-ms-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
-o-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.2); }
.cr-contact-message-modal .form-messege {
font-size: 20px;
margin-bottom: 0;
line-height: 1.3; }
.cr-contact-message-modal .form-messege.error {
  color: #f6644F; }
.cr-contact-message-modal .form-messege.success {
  color: #E1C2BF; }
.cr-contact-message-modal.is-visible {
opacity: 1;
visibility: visible;
z-index: 99999;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0); }
.cr-contact-message-modal button {
position: absolute;
right: 25px;
top: 30px;
height: 30px;
width: 30px;
text-align: center;
line-height: 30px;
background: transparent;
color: #ffffff;
outline: none;
border: none;
font-size: 20px; }

@media only screen and (max-width: 767px) {
.cr-contact-message-modal {
padding-right: 40px; }
.cr-contact-message-modal button {
  right: 10px;
  top: 10px; } }
  
#contact-map {
    width: 100%;
    height: 640px;
} 
#contact-map  iframe {
    width: 100% !important;
    height: 100%;
    border: 0;
}
.contact-flex-row {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  gap: 40px;
  flex-wrap: wrap;
}
.contact-flex-row .contact-form,
.contact-flex-row #contact-map {
  flex: 1 1 350px;
  max-width: 500px;
  min-width: 300px;
}
@media (max-width: 900px) {
  .contact-flex-row {
    flex-direction: column;
    align-items: stretch;
  }
  .contact-flex-row .contact-form,
  .contact-flex-row #contact-map {
    max-width: 100%;
    min-width: 0;
  }
}

/* === Mobile & Responsive Enhancements from good.css === */

/* Make images responsive */
img {
  max-width: 100%;
  height: auto;
}

/* Responsive container widths */
@media (min-width: 768px) {
  .container {
    width: 808px;
  }
}
@media (min-width: 870px) {
  .container {
    width: 870px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

/* Mobile: stack flex rows, adjust paddings/margins, font sizes */
@media (max-width: 900px) {
  .contact-flex-row {
    flex-direction: column;
    align-items: stretch;
  }
  .contact-flex-row .contact-form,
  .contact-flex-row #contact-map {
    max-width: 100%;
    min-width: 0;
  }
}

@media (max-width: 767px) {
  .container { width: 95vw; min-width: 0; padding: 0 8px; }
  .navbar-nav li, .navbar-nav li > a { display: block; width: 100%; text-align: center; }
  .navbar-nav li { float: none; margin: 0; }
  .navbar-nav li > a { padding: 15px 0; font-size: 16px; }
  .navbar-header, .navbar .navbar-header { width: 100%; margin-top: 0; }
  .navbar-header .navbar-toggle { margin-right: 0; margin-top: 3px; padding-right: 0; }
  .home-slider-title-main { font-size: 20px; padding: 0; }
  .swiper-slide h1 { font-size: 48px; }
  .home-buttons { text-align: center; }
  .home-buttons a { padding: 15px 30px; }
  .product-list li, .product-list-vertical .product-list-right { text-align: center; margin-bottom: 15px; }
  .about h4 { line-height: 27px; }
  .about p { max-width: 100%; }
  .countdown-container { padding: 0 0 30px; }
  .countdown-price { text-align: center; }
  .p-badd .add-area { margin: 0; }
  .about-counter-single { border-bottom: 0 none; margin-bottom: 0; }
  .modal-body .product-description { width: 100%; }
  .modal-dialog .section-heading { margin-top: 20px; }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container { width: 450px; }
  .swiper-slide h1 { font-size: 90px; }
  .swiper-wrapper .btn-primary { width: 40%; }
}

/* Make .clearfix utility available */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/* Utility: hide on mobile */
@media (max-width: 767px) {
  .hidden-xs { display: none !important; }
}

/* Utility: show on mobile */
@media (max-width: 767px) {
  .visible-xs { display: block !important; }
}

/* Utility: responsive images in product lists */
.product-list img, .product-list-vertical img {
  max-width: 100%;
  height: auto;
}

/* Responsive footer */
@media (max-width: 767px) {
  .footer, footer { padding-top: 40px; padding-bottom: 20px; }
  .footer-logo, .footer-newsletter, .footer-copyright { text-align: center; }
}

/* Responsive section paddings */
@media (max-width: 479px) {
  .home, .about, .countdown, .testimonials, .post-list, .contact, .footer, .product {
    padding: 30px 0;
  }
  .btn { width: 100%; margin-right: 0 !important; margin-left: 0 !important; }
}

/* Responsive modal */
@media (max-width: 600px) {
  .modal-content, .modal-body { padding: 10px; }
}

/* Responsive product image scaling */
@media (max-width: 600px) {
  .product-list img, .product-list-vertical img {
    max-width: 90vw;
    height: auto;
  }
}

/* Responsive Grid Layout */
@media (max-width: 991px) {
  .product-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .product-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .product-info {
    padding: 15px;
  }
  
  .product-name {
    font-size: 16px;
  }
  
  .product-price {
    font-size: 18px;
  }
}

/* Slider content positioning */
.slider-content-bottom {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.slider-content-bottom h1,
.slider-content-bottom h2,
.slider-content-bottom .home-buttons {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Full screen slider */
.home.image-slider {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.home.image-slider .home-slider {
  height: 100vh;
  width: 100%;
  position: relative;
}

.home.image-slider .swiper-wrapper {
  height: 100vh;
  width: 100%;
}

/* White text for discount */
.discount-text {
  color: white !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.8) !important;
}

/* Increased font sizes for better clarity after zoom */
body {
  font-size: 18px;
}

h1, .h1 {
  font-size: 48px !important;
}

h2, .h2 {
  font-size: 1.5rem !important;
}

h3, .h3 {
  font-size: 28px !important;
}

h4, .h4 {
  font-size: 24px !important;
}

p {
  font-size: 18px !important;
  line-height: 1.6 !important;
}

.navbar-nav li > a {
  font-size: 20px !important;
}

.btn {
  font-size: 18px !important;
}

.btn-lg {
  font-size: 22px !important;
}

.section-heading {
  font-size: 12px !important;
  line-height: 1.1 !important;
  margin: 15px 0 30px !important;
  max-width: 100% !important;
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.home-slider-title-main {
  font-size: 24px !important;
}

.product-name {
  font-size: 20px !important;
}

.product-price {
  font-size: 22px !important;
}

.product-price-old {
  font-size: 18px !important;
}

.about h4 {
  font-size: 24px !important;
}

.about p {
  font-size: 18px !important;
}

.countdown-price {
  font-size: 26px !important;
}

.countdown-price del {
  font-size: 20px !important;
}

.contact-data h4 {
  font-size: 22px !important;
}

.footer h4 {
  font-size: 22px !important;
}

.footer p {
  font-size: 18px !important;
}

/* End of mobile/responsive enhancements */