body {

  background-size: cover;
  font-size: 14px;
  color: #000;
  font-family: 'Zeitung Pro', sans-serif;
  min-height: 100vh;    
    display: flex;
    flex-direction: column;

}



:root {
  --headingtext: 'VendettaMedium', sans-serif;
  --headingtextbold: 'VendettaBold', sans-serif;
}

@font-face {
  font-family: 'VendettaBold';
  src: url('../fonts/VendettaBoldLiningFigs.woff2') format('woff2'),
    url('../fonts/VendettaBoldLiningFigs.woff') format('woff'),
    url('../fonts/VendettaBoldLiningFigs.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'VendettaMedium';
  src: url('../fonts/VendettaMedium.woff2') format('woff2'),
    url('../fonts/VendettaMedium.woff') format('woff'),
    url('../fonts/VendettaMedium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Zeitung Pro';
  src: url('../fonts/ZeitungPro-Regular.woff2') format('woff2'),
    url('../fonts/ZeitungPro-Regular.woff') format('woff'),
    url('../fonts/ZeitungPro-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}


body,
html {
  max-width: 100%;
}
html {
  overflow-x: hidden;
  overflow-y: auto;
}

*:hover,
*:focus {
  outline: none!important;
  text-decoration: none!important;
  /* border: none!important;
  box-shadow: none!important; */
}

.btn:focus,
.form-control:focus {
  box-shadow: none;
}
.row {
    display: -webkit-flex;
}
img {
  max-width: 100%;
}

* {
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

a:hover {
  color: #1477bd !important;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1{
  font-weight: bold;
}

section {
  position: relative;
}


.row:before,
.row:after {
  width: 0px;
  height: 0px;
  content: "";
}
.align-items-center {
    -webkit-align-items: center;
}

.justify-content-center {
    -webkit-justify-content: center;
}

.justify-content-between {
    -webkit-justify-content: space-between;
}




.nac-container{
  padding: 5px 20px;
  margin: 0 auto;
  background-color: hsla(0, 0%, 100%, .8);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
        width: 100%;
    z-index: 98;
    top: 0;
    left: 0;
    display: block;
    box-sizing: border-box;
    z-index: 9;
    position: relative;
     transition: .4s;
     box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 1px 2px;
}

.nac-container.fixed{
  position: fixed;
  animation-name: nav;
  animation-duration: .4s;
  animation-iteration-count: 1;
}

@keyframes nav {
  0%   {
    top:-500px
  }
  100% {
    top:0px
  }
}

.nav-wwrapper{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icon-set{
  width: 20px;
}

.nav-icon svg{
  width: 20px;
}

.navbar {
  overflow: hidden;
  background-color: #333;
}

.navbar a {
  float: left;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  color: #000;
}

.dropdown {
  float: left;
  position: relative;
}

.dropdown .dropdown-link {
  border: none;
  outline: none;
  color: #000;
  padding: 15px 40px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  text-decoration: none;

}



.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
          padding: 16px 0;
        border-top: 2px solid #a78e5d;
  z-index: 1;
  webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
        box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
        top: 30px;
    right: 0px;
}

.dropdown-content a {
  float: none;
  color: black;
  padding:8px 8px;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #000;
}

.dropdown-content a:hover {
  background-color: transparent;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.nav-icon{
  display: flex;
  align-items: center;
  column-gap: 15px;
}

/* .crt-icon,.search-icon{
  padding: 14px 16px;
  cursor: pointer;
} */

.crt-icon,.search-icon{

  padding: 0px;
  cursor: pointer;
  margin: 1px 20px 0px;
}

/* .link-text{
  color: #000;
  padding: 15px 40px;
  text-decoration: none;
} */

.link-text {
  color: #000;
  padding: 0px;
  text-decoration: none;
}

.nav-icon .dropdown-link{
  padding: 40px 16px;
}

.nav-logo svg{
  height: 22px;
    width: 100%;
    object-fit: contain;
}

a:hover{
  color: #000 !important;
}

#search-form {
  position: relative;

  width: 500px;
  max-width: 100%;
  background-color: #fff;
  opacity: 1;
  margin-left: 15px;
  -webkit-transition: .6s;
  transition: .6s;
  max-width: 100%;


}

#search-form .search-container button.close-search {
    position: absolute;
    bottom: auto;
    right: auto;
    left: 0;
    top: 0;
    background: url(../images/close-icon.svg) 50% / 30% auto no-repeat;
    background-color: transparent;
    z-index: 1;
    display: block;
    height: 100%;
    min-height: 100%;
    width: 50px;
    max-width: none;
    margin: 0 auto;
    opacity: .4;
    outline: none;
    border: 0;
    cursor: pointer;
}

#search-form form {
    position: relative;
}

#search-form input {
    font-size: .875rem;
    line-height: 1.28571;
    letter-spacing: 0;
    color: #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    outline: 0;
    background: transparent;
    -webkit-transition: .4s;
    transition: .4s;
    border: 2px solid #898989;
    padding: .6rem .6rem .6rem 50px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    text-transform: none;
    height: 44px;

}

#search-form .search-container button.perform-search {
    background: url(../images/icon-submit.png) 50% / 30% auto no-repeat;

    background-color: #a78e5d;
    border: 2px solid #898989;
    border-left: 0;
    z-index: 1;
    display: block;
    height: calc(100% - 2px);
    width: 45px;
    max-width: none;
    margin: 0 auto;
    opacity: 1;
    outline: none;
    -webkit-transition: .2s;
    transition: .2s;
            position: absolute;
        bottom: auto;
        right: 0;
        left: auto;
        top: 0;
        height: 100%;
        cursor: pointer;
        min-height: 100%;
}

#search-form.search-open  {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 999;
}

.cart-items {
   font-size: .625rem;
    line-height: 1;
    letter-spacing: 0;
    position: absolute;
    bottom: auto;
    right: auto;
    left: 60%;
    top: -.5rem;
    /* padding: 0 3px; */
    background-color: #2db2dd;
    color: #fff;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 1.9;
    text-align: center;
}

.crt-icon-inner{
  position: relative;
}

.nav-right{
      display: flex;
    align-items: center;
}

/* 04-03-2025 */
.cart-items-list {
    padding-left: 0;
    list-style: none;
    max-width: 350px;
    background: #fff;
    /* border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
    padding: 15px;
    margin-bottom: 0px;
}

.cart-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-item-name {
    font-weight: bold;
    color: #333;
}

.cart-item-price {
    font-weight: bold;
    color: #27ae60; /* Green color for price */
}

.cart-items-list .cart-item:hover {
    background: #f8f9fa;
    border-radius: 4px;
    transition: 0.3s;
}

.cart-total {
    font-weight: bold;
    font-size: 16px;
    padding: 10px;
    margin-top: 5px;
    color: #000;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart-empty {
    text-align: center;
    padding: 15px;
    color: #777;
    font-size: 14px;
}

#nav-icon3 {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 5px 0px 0px 15px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: none;
}

#nav-icon3 span{
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
  border-radius: 0px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3.open span{

background: #a78e5d;

}



#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 8px;
}

#nav-icon3 span:nth-child(4) {
  top: 16px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.drop-down-icn img{
  width: 8px;
    position: relative;
    left: 15px;
    bottom: 2px;
}


.drop-dwn-cont a,.mob-link-text{
  display: block;
  text-align: center;
  color: #000;
    padding: 0px 0px 20px;
}

p.drp-dwn-lnk{
  text-align: center;
   padding: 0px 0px 20px;
}

.drop-dwn-cont{
  display: none;
  background-color: #fcfbf8;
  margin: 0 auto 20px;
    padding: 10px 15px;
        width: max-content;
            min-width: 150px;
}

.mobile-nav {
    height: 100vh;
    position: fixed;
    width: 100%;
    top: 57px;
    background: #fff;
    left: 0px;
    z-index: 2;
    transform: translateY(-150%);
    display: none;
}

.mobile-nav .login-btn{
  margin: 0 auto;
  display: table;
}

.mobile-nav .search-icon{
      display: table;
    margin: 0 auto;
}

.mobile-nav .search-icon svg{
  width: 20px;
}

.mobile-nav-inner{
  position: absolute;
    left: 50%;
    top:50px ;
    transform: translateX(-50%);
    height: calc(100% - 120px);

    overflow: auto;
    width: 100%;
}

.mobile-nav.active{
      transform: translateY(0%);
}

#footer{
 background-color: #2db2dd;
    color: #fff;
    width: 100%;
    max-width: 100%;
    padding: 1rem 7vw;
     box-sizing: border-box;

}
.bottom-line{
    position: relative;
    margin-top: auto;
}

#footer .disclosure {
       width: 100%;
    max-width: 100%;
    opacity: .5;
    padding: 2rem 10vw;
    text-align: center;
    box-sizing: border-box;
    margin: 0 auto;
    line-height: 1.8;
}


.flex-contain{
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 16px;
}



    .terms-links a{
      color: #000;
      text-decoration: none;
    }

    .terms-links a:hover{
      text-decoration: underline !important;
    }


#footer:after{
  position: absolute;
  content: "";

}





/*================================*/


.pro-box-con{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
    align-items: flex-end;
}

.pro-vari{
  width: 33.33%;
  overflow: hidden;

}
.price-box{

    text-align: center;
    border: 1px solid #a5c6c1;
    background: #fff;
    position: relative;
    cursor: pointer;
    float: left;
    margin-bottom: 30px;
    padding: 15px 5px !important;
    width: 100%;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

.pro-vari.pop-vari .price-box{
  background: #a5c6c1 !important;
  color: #fff;
}

.popular-pack{
     color: #fff;
    background: #000;
    font-size: 18px;
    padding: 9px 5px;
    display: inline-block;
    border: 1px solid #a2b0ae;
    width: 100%;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 1px;
    text-align: center;

}

.price-box p{
  color: #000;
  font-size: 16px !important;
  font-family: ZeitungPro-Light, serif;
  margin-bottom: 1px;
  line-height: 1;
}
.price-box h4{
  color: #000;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 0px;
  line-height: 1;
}
.price-box h2{
    font-size: 24px;
    color: #84b5ad;
}

.tick-circle{
    display: block;
    color: #fff;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    width: 125px !important;
    font-size: 14px !important;
    height: auto !important;
    border-radius: 23px !important;
    bottom: 18px !important;
    background: #000000 !important;
    line-height: 33px !important;
    padding: 4px 5px;
}

.hero-section{
    overflow: hidden;
    display: block;
    background-size: contain;
    display: flex;
        align-items: center;
}

.img-7{
  position: absolute;
  right: 0px;
  top: 50%;
  height: 400px;
  transform: translateY(-50%);
}

.hero-text h1{
  font-size: 86px;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
    font-weight: 200;
    max-width: 61%;
    padding-bottom: 8px;
        display: table;
    margin: 0 auto;
}
.pro-bx{
  border: 2px solid #f3f3f3;
  padding: 20px;
}
.pro-bx:hover{
  border: 2px solid #a78e5d;
  padding: 20px;
}

.product-list-box{
  display: block;
    margin: 50px 0px;
}
.nav-logo img{
  width: 120px;
}

.pro-wrapper{
  display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.pro-bx :is(h3,h4){
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
}
.pro-bx a{
  text-decoration: none;
}
.pro-rvw{
  display: flex  ;
      align-items: center;
      color: #000;
}
.pro-bx h3{
  font-size: 1.3rem;
        line-height: 1.28571;
        letter-spacing: .02em;
        min-height: 60px;
}
.pro-bx h4{
  font-size: .875rem;
        line-height: 1.57143;
        letter-spacing: 0;
}
.pro-bx button{
  background-color: #01c2a9 !important;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-size: 1.2rem;
  margin-top: 20px;
  border: 2px solid #01c2a9;
}
.pro-bx button:hover{
  background-color: transparent !important;
  color: #000;
}

.product-list-box h2{
  font-family: var(--headingtextbold);

}
.item-category select{
  border: 2px solid #898989;
    height: 44px;
    padding: 6px 10px;

}
.item-category{
  display: flex;
  justify-content: space-between;
  align-items: center;
 
}

.item-category-container{
  background-color: #f3f3f3;
  padding: 30px;
  margin-bottom: 30px;
}

.serch-continer{
  display: flex
;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  max-width: 550px;
width: 85%;
}


.close,.close1 {
  font-size: 21px;
    font-weight: bold;
    position: absolute;
    top: -8px;
    right: -8px;
    background: #000;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 1;
    text-align: center;
    color: #fff;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.close1:hover,
.close1:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.pro-bx img{
  width: 240px;
    height: 240px;
    object-fit: contain;
    display: table;
    margin: 0 auto 20px;
}

/*================================*/

/*================================*/

.mdl-wrp{
  display: flex  ;
      justify-content: center;
      align-items: flex-end;
      gap: 15px;
}

.mdl-txt h3 span{
  display: block;
  font-size: 28px;
  margin-top: 8px;
  color: #000;
}
.mdl-txt h3{
  text-align: center;
  font-size: 38px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: green;
  font-weight: 700;
}


#productModal .modal-content {
  max-width: 750px;
  background:url(../images/line.png) repeat-x;
  background-color: #fff;
  background-position: bottom;
}

.mdl-img{
  width: 120px;
}
.mdl-txt{
  padding: 20px 0px;
}

.login-btn-icon,.crt-icon-inner{
  color: #000 !important;
}

.mobile-nav .login-btn.login-btn-icon{
  text-align: center;
}

.btn.btn-danger.logout-btn{
  background-color: #2db2dd;
  border-color: #2db2dd;
}
.btn.btn-danger.logout-btn:hover{
  color:#fff !important;
}

.checkout-wrapper{
  max-width: 1050px;
    margin: 30px auto;
    padding: 30px 30px 40px;
    background: #fff;
    border-radius: 8px;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1); */
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.field-box,.field-img{
  width: calc(50% - 20px);
}

.field-box h4{
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #f2ebeb;
}
.field-box :is(input,select){
  height: 44px;
}

.order-btn{
  color: #fff !important;
  background-color: #0d6efd;
  border-color: #0d6efd;
  text-decoration: none !important;
  padding: 13px 30px;
}

.field-img a{
  color: #c1c1c1 !important;
}

.field-img img{
   
  animation: float 6s ease-in-out infinite;
}


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


@media screen and (max-width:767.5px){
  .mdl-img{
    display: none;
  }

}

@media screen and (min-width:320px) and (max-width: 991.5px) {

  .mdl-txt h3 {
    font-size: 32px;
}
.mdl-txt h3 span {
  font-size: 24px;;
}

}



/*================================*/


@media screen and (min-width:950px) and (max-width: 1199.5px) {

.dropdown .dropdown-link,.link-text {
    padding: 15px 20px;
}


}

@media screen and (max-width:949.5px){


.nav-link{

  display:none;
}

.nav-icon .dropdown,.search-icon{
  display: none;
}

 #nav-icon3{
  display: block;
 }

 #search-form{
  width: 100%;
  max-width: 100%;
 }

 .nac-container{
  background-color: #fff;
 }

 body.active{
  height: 100vh;
  overflow: hidden;
 }
 .mobile-nav{
  display: block;
 }
}

@media screen and (min-width:992px) and (max-width: 1199.5px) {

  .pro-wrapper {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  #search-form {
    width: 340px;
  }
}

@media screen and (min-width:768px) and (max-width: 991.5px) {

  .img-7 {
    height: 310px;
}

.hero-text h1 {
  font-size: 48px;
  max-width: 40%;
}


.pro-wrapper {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.nav-icon {
  column-gap: 10px;
}
.logout-btn{
  display: table;
    margin: 0 auto;
}
.coin-display-mobile{
  display: none;
}


}

@media screen and (max-width:767.5px){

.logout-btn{
  display: table;
    margin: 0 auto;
}
.nav-logo img {
  width: 90px;
}
.coin-display-mobile{
  display: none;
}
  .flex-contain {
    flex-direction: column;
    align-items: center;
}
.terms-links{
  margin-bottom: 15px;
}
.img-7 {
  position: relative;
  right: 0px;
  top: 0;
  height: auto;
  transform: translateY(0%);
}
.hero-section{
  display: block;
}
.hero-text h1 {
  font-size: 46px;
  border-bottom: 0px solid #000;
  text-transform: uppercase;
  font-weight: 200;
  max-width: 100%;
  padding-bottom: 8px;
  margin-bottom: 10px;
}
.pro-bx{
  border: 2px solid #a78e5d;
}
.pro-wrapper {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
.pro-rvw {
  display: block;
}
.hero-text{
  text-align: center;
}

.field-box, .field-img {
  width: 100%;
}
.field-img img {
  max-width: 250px;
  margin: 30px;
  display: table;
  margin: 40px auto;
}
.checkout-wrapper{
  width: 95%;
}
.nav-icon {
  column-gap: 10px;
}

}

@media screen and (min-width:576px) and (max-width: 991.5px) { 
  .item-category {
    justify-content: center;
    flex-wrap: wrap;
}
.product-list-box h2 {
  margin-bottom: 20px;
}
.serch-continer {
  width: 100%;
}

}


@media screen and (max-width:575.5px){
  .item-category {
    display: block;
    margin-bottom: 0px;
    text-align: center;
}
.pro-wrapper {
  grid-template-columns: repeat(1, 1fr);
}
.pro-rvw {
  display: flex;
}
.product-list-box h2{
  margin-bottom: 20px;
}
.serch-continer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#search-form {
  width: 100%;
  max-width: 100%;
  margin-left: 0px;
}
.item-category select {
  width: 100%;
  margin-bottom: 15px;
}
.cart-btn, .cart-checkout-btn {
  padding: 13px 15px !important;
}
.cart-table td:nth-of-type(2) {
  text-align: left;
  min-width: 200px;
}
}

