
.line{
  display: inline-block;
  height: 0.12vh;
  margin: 0;
  background:linear-gradient(90deg,rgba(0, 26, 50,0.1),rgba(0, 26, 50, 0.5),rgba(0, 26, 50,0.1));
  vertical-align: middle;
}

body {
  font-family: "Playpen Sans", cursive;
  font-weight: 300;
  min-width: 100%;
  margin: 0;
  box-sizing: border-box;
  padding: 0;
  overflow-y: auto;
}
html {
    scrollbar-width: none; /* Firefox */
    overflow-y: scroll; /* Keeps scrolling smooth */
}
img {

  user-drag: none;
  -webkit-user-drag: none;
}
body::-webkit-scrollbar {
    width: 0 !important;  /* Makes scrollbar invisible but keeps scrolling */
}
#top-content{
   position: fixed;
  top: 0;
  left: 0;
  width:100vw;
  height:fit-content;
  z-index: 1500;
}
#below{
margin-top:calc(60px + 1vh);
}
#promotion{
  width:100vw;
  height:30px;
  max-height:30px;
  background-color:rgb(0,40,75);
  color:white;
  font-size:2.7vw;
  font-weight:700;
  text-align:center;;padding-top:calc(19px - 2.7vw);
}
#header{
  background:linear-gradient(white,rgba(255, 255, 255, 0.701)) ;
  width: 100vw;
  height: 60px;
  box-shadow:0 0 1.5vh rgba(0,30,52,0.3);
}
#header img{
  width: 12.4vw;
  margin-top:4px;
  vertical-align:top;
  margin-left: 30vw;
  display: inline-block;
  max-height:60px;
}
#header span{
  font-size: 4.17rem;
  padding-top:0;
  margin:0;
  margin-left: 2.4vw;
}
#searchbar{
  width: 71%;
  transition: 0.6s;
  height: 0;
  position: absolute;
  z-index:5;
  top: calc(9.75vh - 2vw);
  left: 29%;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgb(249, 251, 255);
  border-radius: 1vw;
  box-shadow:0 0 5px rgba(0,26,50,0.3);
  padding-left: 2.5%;
}
#toS{
  border-radius: 1.5vh;
  border-color: rgb(89, 93, 105);
  outline: none;
  width: 80%;
}
#header #SearchLupa{
  margin-left: 15.7vw;
}
#header #cartBut{
  margin-left:0vw;
}
/*   side navigation    */
  .sideNav {
    height: 100%;
    width: 0px;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(252, 253, 255);
    overflow-x: hidden;
    padding-top: 1vh;
    transition: 0.4s;
    z-index: 1501;
    font-size: 4.4vw;
    box-shadow:0 0 2vh rgba(0,30,52,0.4)
  }
  .sideNav a {
    margin-left: 6vw;
    margin-bottom: 2vh;
    text-decoration: none;
    font-size: 4.4vw;
    color: rgb(0, 20, 31);
    display: block;
    transition: 0.4s;
    border-bottom: 0.12vh solid rgba(0, 0, 0, 0.114);
    margin-right: 5vw;
    white-space: nowrap !important;    
  overflow: hidden !important;
  }
  
  .sideNav a:hover{
    text-decoration: none;
    text-shadow: 0 0 7px rgba(0,26,50,0.5);
  }
  .sideNav:active{
    text-decoration: none;
  }
.sideNav .closebtn {
    position: absolute;
    top: 0;
    right: 4vw;
    font-size: 9vw;
    margin-left: 1vw;
    padding: 2vw;
    padding-left: 65vw;
    border-bottom: 1px solid rgba(0, 20, 31, 0.83);
    margin-right: 0;
  }
#strelka{
  margin: 0;
  margin-left: 52vw;
  margin-bottom: 0.5vh;
  height: 1.6vh;
  display: inline-block;
  display: none;
}
#otbori> .closebtn{
  padding-left: 2vw;
  margin-left: 3.4vw;
  margin-bottom: 8vh;
  padding-top: 3.1vh;
  left: 1vw;
  font-size: 4.5vw;
}
/*****************/
.artikul img{
  height: 40vw;
  width: 100%;
  margin-bottom: 0.8vh;
  border-top-left-radius: 2vw;
  border-top-right-radius: 2vw;
}
.artikul{ 
  margin-top: 0.7vh;
  margin-left: 1.5vw;
  background-color:white;
  border-radius: 2vw;
  width: 39vw;
  display: inline-block;
  text-align: center;
  margin-right: 0;
  box-shadow: 0 0 6px rgba(0, 26, 50,0.25);
  padding-bottom: 0.8vh;
  font-size: 2.85vw;
}
.artikul .cena{
  font-weight: 520;
  padding: 0;
  margin:0;
}
.artikul .ime{
  margin: 0;
  height: 6.2vh;
  padding:0;
  padding-left:1.5vw;
  padding-right:1.5vw;
  text-wrap: wrap;
  margin-bottom: 1vh;
  line-height: 2.2vh;
  font-weight: 420;
}
/*****************************/
.footer {
  position: relative;
  background:#072C53;
  max-height: max(10vh,10vw);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top:11vh;
  padding-top: 2vh;
  padding-bottom:0.4vh;
}

.social-icon,
.menu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -7.5vw;
}

.social-icon__item,
.menu__item {
  list-style: none;
}

.social-icon__link {
  font-size: 2rem;
  color: #fff;
  margin: 0;
  display: inline-block;
  transition: 0.2s;
}
.social-icon__link:hover {
  transform: translateY(-10px);
}

.menu__link {
  font-size: 1.2rem;
  color: #fff;
  margin-right: 3vw;
  display: inline-block;
  transition: 0.2s;
  text-decoration: none;
  opacity: 0.75;
  font-weight: 300;
}
.menu__link:hover{
	color: white;
}

.menu__link:hover {
  opacity: 1;
}

.footer p {
  color: #fff;
  margin-top: 0vh;
  font-size: 1rem;
  font-weight: 300;
}

.wave {
  position: absolute;
  top: -3.5vh;
  left: 0;
  width: 100%;
  height: 3.5vh;
  background-image: url(wave.png);
  background-size: cover;
}
.wave#wave1 {
  z-index: 999;
  opacity: 0.75;
  bottom: 0;
  animation: animateWaves 8s linear infinite;
}
.wave#wave2 {
  z-index: 999;
  opacity: 0.5;
  bottom: 10px;
  animation: animate 8s linear infinite !important;
}
.wave#wave3 {
  z-index: 1000;
  opacity: 0.4;
  bottom: 15px;
  animation: animateWaves 6.6s linear infinite;
}
.wave#wave4 {
  z-index: 999;
  opacity: 0.62;
  bottom: 20px;
  animation: animate 6.6s linear infinite;
}

@keyframes animateWaves {
  0% {
    background-position-x: 98vw;
  }
  100% {
    background-positon-x: 0px;
  }
}

@keyframes animate {
  0% {
    background-position-x: -98vw;
  }
  100% {
    background-positon-x: 0px;
  }
}
#sign>.login{
  text-align: center;
  border-bottom: 1px solid rgb(0, 26, 50);
  border: 1px solid rgb(0, 26, 50);
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 5vw;
  margin-left: 3vw;margin-right:3vw;;
  padding-top: 1.2vh;padding-bottom: 1.2vh;
  margin-top: 44vh;
}
#sign>.signup{
  text-align: center;
  border-bottom: 1px solid rgb(0, 26, 50);
  border: 1px solid rgb(0, 26, 50);
  color: white;
  background-color: rgba(0, 26, 50, 0.703);
  border-radius: 5vw;
  margin-left: 3vw;margin-right:3vw;;
  padding-top: 1.2vh;padding-bottom: 1.2vh;
}
#signed p{
  margin-left: 6vw;
  font-size: 3vw;
}
#submit{
  background-color: rgb(0, 26, 50);
  border-radius: 1vw;
}
#sideCart {
  height: 100%;
  width: 0px;
  position: fixed;
  top: 0;
  right: 0; 
  background-color:rgb(252, 253, 255);
  overflow-x: hidden;
  padding-top: 1vh;
  transition: 0.4s;
  z-index: 1501;
  font-size: 4.4vw;
  box-shadow:0 0 2vh rgba(0,30,52,0.4)
}
#sideCart .closebtn {
  color: rgb(0, 26, 50);
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 4vw;
    font-size: 9.2vw;
    margin-left: 1vw;
    padding: 2vw;
    padding-top: 3.9vw;
    padding-left: 65vw;
    border-bottom: 1px solid rgba(0, 20, 31, 0.83);
    margin-right: 0;
    white-space: nowrap !important;      
    overflow: hidden !important;
  }
#sideCart a{
  text-decoration: none;
  white-space: nowrap !important;      
  overflow: hidden !important;
}
.tmp{
  display:block;margin-top:0.45vh;
}
.quantityInput{
  display: inline-block;
  width:calc((73vw - 8vh)/2);
  font-size: 3.4vw;
  max-height: 3vh;
  margin-top:0;
}
.cartArt .withBox{
  padding-top:0.3vh;
  width:70%;
  text-align: right;
  font-size:90%;
 }
.cartArt{
  list-style: none;
  display:block !important;
  border-bottom: 1px solid rgba(0, 26, 50, 0.15);
  height: fit-content;
  font-size:1.25rem;
  padding-bottom: 0.9vh;
  white-space: nowrap !important;      
  overflow: hidden !important;
}
.cartArt p{
  display: inline-block;
  width: calc((73vw - 8vh)/2);
  margin: 0;
}

.quantityInput .quantMCont{
  text-align: center;
  font-weight:460;
  width:15%;
  background-color:rgba(0,0,0,0.025);
  border: 1px solid rgba(0, 26, 50,0.5);
  border-top-left-radius: 29%;
  border-bottom-left-radius: 29%;
}
.quantityInput .quantPCont{
  width:15%;font-weight:460;
  text-align: center;
  background-color:rgba(0,0,0,0.025);
  border: 1px solid rgba(0, 26, 50,0.5);
  border-top-right-radius: 29%;
  border-bottom-right-radius: 29%;
}
.quantityInput .quantCont{
  width:15%;font-weight:460;
  background-color:rgba(0,0,0,0.025);
  text-align: center;
  border-bottom: 1px solid rgba(0, 26, 50,0.5);
  border-top: 1px solid rgba(0, 26, 50,0.5);
}
.cartArt .prodInfo{
  width: calc(76vw - 8vh);
  display: inline-block;
  height: fit-content;
  max-width: calc(76vw - 8vh);
}
.cartArt img{
  border-radius: 10%;
  display: inline-block;
  width: 8vh;
  height: 8.8vh;
  margin-top: 0.75vh;
  margin-right:2vw ;
  vertical-align: top;
}
#cartProducts{
  /*background-color: aqua;*/
  width: 99%;
  max-height: 64vh;
  min-height: 64vh;
  height: 64vh;
  padding-left: 4vw;
  margin-top: 9vh;
  overflow-y: scroll;
  
    white-space: nowrap !important;    
  overflow-x: hidden !important;
}
#codeAndFinish{
  height: 20vh;
  min-height: 21vh;
  max-height:21vh;
  padding-top: 2.4vh;
  border-top: 1px solid rgba(0, 15, 27, 0.77);
  margin-left: 1vw;
  margin-right: 1vw;
  padding-left: 1.5vw;
  
    white-space: nowrap !important;    
  overflow: hidden !important;
 /* background-color: blueviolet;*/
}
#codeAndFinish p{
  font-weight: 600;
  width: 47%;
  display: inline-block;
}
#codeAndFinish section{
  font-weight: 600;
  background-color:rgba(0,32,55,0.92);
  width: 71vw;
  color: white;
  margin-left: 5vw;
  text-align: center;
  border-radius: 2vh;padding: 0;
  padding-top: 1.9vh;
  padding-bottom: 1.5vh;margin-top: 1.45vh;
}
#sideCart .closebtn {
  font-size: 5vw;
  padding-left: 0;
  top: 0.5vh;
}

/*////////////////////////////////////////////////////////////*/


@media only screen and (min-width: 800px) {

.line{
  height: 0.12vw;
}
#promotion{
  height:50px;
  max-height:50px;
  font-size:1.5vw;
  padding-top:calc(32px - 1.5vw);
}
#below{
  margin-top:calc(6.5vw + 50px);
}
#header{
  height: 6vw;
  max-height: 6vw;
}
#header span{
  margin-left: 1.5vw;
  padding-top:0.5vw;
  font-size: 5.75rem;
  margin-right: 10vw;
}
#header img{
  width:5.88vw;
  max-height:5.98vw;
  margin-left: 31.9vw;
  display: inline-block;
}
#searchbar{
  width: 45%;
  top: calc(6.25vw - 2vh);
  left: 55%;
  border-radius: 0.7vw;
  padding-left: 1.2%;
  z-index:1510;
}

#toS{
  border-radius: 2vh;
  width: 79%;
  height: 3.5vw;
  font-size: 3.2vh;
}
#header #SearchLupa{
   margin-left: 32vw;
}
#header #cartBut{
  margin-left:1vw;
}
/*   side navigation    */
  .sideNav {
    max-height: 100%;
    height: 100%;
    padding-top: 1vw;
    font-size: 4.4vh;
  }
  .sideNav a {
    margin-left: 6vh;
    margin-bottom: 3vh;
    font-size: 3.15vh;
    margin-right: 5vh;
  }
  
.sideNav .closebtn {
    right: 4vh;
    font-size: 6.7vh;
    margin-left: 1vh;
    padding: 1vh;
    padding-left: 72vh;
  }
#strelka{
  margin-left: 51vh;
  margin-bottom: 0.5vw;
  height: 1.6vw;
}
#otbori> .closebtn{
  padding-left: 2vh;
  margin-left: 3.4vh;
  margin-bottom: 8vw;
  padding-top: 3.1vw;
  left: 1vh;
  font-size: 3.5vh;
}

#sign>.login{
  border-radius: 5vh;
  margin-left: 3vh;margin-right:3vh;;
  padding-top: 1vw;padding-bottom: 1vw;
  margin-top: 22vh;
  margin-bottom: 1vh;
}
#sign>.signup{
  border-radius: 5vh;
  margin-left: 3vh;margin-right:3vh;;
  padding-top: 1vw;padding-bottom: 1vw;
  margin-top: 0;
  margin-bottom: 0;
}
#signed p{
  margin-left: 6vh;
  font-size: 3vh;
}
#submit{
  border-radius: 1vh;
}

/*****************/
.artikul img{
  height: 19.2vw;
  margin-bottom: 0.8vw;
  border-top-left-radius: 2vh;
  border-top-right-radius: 2vh;
}
.artikul{ 
  margin-top: 0.7vw;
  margin-left: 0.5vh;
  border-radius: 2vh;
  width: 18.7vw;
  padding-bottom: 0.8vw;
  font-size: 1.15vw;
  box-shadow: 0 0 1vh rgba(0, 26, 50,0.32);
}
.artikul .cena{
  font-weight: 520;
}
.artikul .ime{
  height: 3.8vw;
  margin-bottom: 1.6vh;
  line-height: 1.9vw;
}
.artikul:hover{
cursor:pointer;
box-shadow:0 0 2px black;
}
/*****************************/
.footer {
  max-height: 10vw;
  margin-top:11vw;
  padding-top: 2.5vh;
  padding-bottom:2vh;
}
.social-icon,
.menu {
  margin-left: -7.5vh;
}

.menu__link {
  font-size: 1.5rem;
  margin-right: 3vw;
}

.footer p {
  margin-top: 0.2vw;
}

.wave {
  top: -15vh;
  left: 0;
  width: 100%;
  height: 15vh;
}
.wave#wave2 {
  bottom: 0.5vh;
}
.wave#wave3 {
  bottom: 1vh;
}
.wave#wave4 {
  bottom: 1.5vh;
}

#sideCart {
  height: 100%;
  font-size: 4.4vh;
}
#sideCart .closebtn {
  color: rgb(0, 26, 50);
    text-decoration: none;
    position: absolute;
    top: 0;
    right: 4vh;
    font-size: 9.2vh;
    margin-left: 1vh;
    padding: 2vh;
    padding-top: 3.9vh;
    padding-left: 65vh;
    border-bottom: 1px solid rgba(0, 20, 31, 0.83);
    margin-right: 0;
  }
#sideCart a{
  text-decoration: none;
}
.tmp{
  display:block;margin-top:1.2vw;
}
.quantityInput{
  display: inline-block;
  width:calc((73vh - 8vw)/2);
  font-size: 2vh;
  max-height: 3vw;
}
.cartArt{
  list-style: none;
  border-bottom: 1px solid rgba(0, 26, 50, 0.15);
  height: fit-content;
  font-size:2.3vh;
  padding-top: 0.85vw;
  padding-bottom: 0.9vw;
}
.cartArt p{
  display: inline-block;
  width: calc((73vh - 8vw)/2);
  margin: 0;
}
.quantityInput .quantMCont{
  text-align: center;
  font-weight:460;
  width:15%;
  background-color:rgba(0,0,0,0.025);
  border: 1px solid rgba(0, 26, 50,0.5);
  border-top-left-radius: 29%;
  border-bottom-left-radius: 29%;
}
.quantityInput .quantPCont{
  width:15%;
  border-top-right-radius: 29%;
  border-bottom-right-radius: 29%;
}
.quantityInput .quantCont{
  width:15%;
}
.cartArt .prodInfo{
  width: calc(76vh - 7vw);
}
.cartArt img{
  border-radius: 10%;
  display: inline-block;
  width: 7vw;
  height: 7.7vw;
  margin-right:2vh ;
  vertical-align: top;
}
#cartProducts{
  /*background-color: aqua;*/
  width: 99%;
  max-height: 70vh;
  min-height: 70vh;
  height: 70vh;
  padding-left: 3.8vh;
  margin-top: 11vh;
  overflow-y: scroll;
}
#codeAndFinish{
  height: 17vh;
  min-height: 17vh;
  max-height:17vh;
  padding-top: 2vh;
  margin-left: 1vh;
  font-size: 2.9vh;
  margin-right: 1vh;
  padding-left: 1.5vh;
 /* background-color: blueviolet;*/
}
#codeAndFinish p{
  width: 40.4%;
  margin-left: 2.1vw;
}
#codeAndFinish section{
  width: 74vh;
  margin-left: 5vh;
  border-radius: 2vw;
  padding-top: 1.8vh;
  padding-bottom: 1.5vh;margin-top: 1vh;
}
#sideCart .closebtn {
  font-size: 3.2vh;
  padding-left: 0;
  top: 0.2vh;
}



}