.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 123311;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
.productcard{
        margin-bottom: 8px;
}
.pull-right-xs{
    float:right;
}
.sidebar {
    width: 75%;
    transform: translate(-100%);
}
input.login {
        font-size: 13px;
        width:90%;
}
button.login {
    width:90%;
 }
.sidebar-btn{
    visibility: visible;
}

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
.productname{
    font-size:15px;
}
.productcard{
       margin-bottom: 10px;
}

.sidebar {
    width: 55%;
    transform: translate(-100%);
}
input.login {
        font-size: 13px;
        width:50%;
}
button.login {
    width:50%;
 }
 button.signup{
padding: 0 10px;
margin-left:10px;
}
.sidebar-btn{
    visibility: hidden;
}
    body {
            background-position-x: -171px;
    }

 }


@media (min-width: 980px) and (max-width: 1199px){
.productname{
    font-size:17px;
}
.productcard{
    margin-bottom: 11px;
}
.sidebar {
    width: 40%;
    transform: translate(-100%);
}
input.login {
        font-size: 12px;
        width:40%;
}
button.login {
    width:40%;
 }
 button.signup{
padding: 0 20px;
}
.sidebar-btn{
    visibility: hidden;
}

}




/* Large desktop */
@media (min-width: 1200px) {
.productname{
    font-size: 17px;
}
.productcard{
   margin-bottom: 11px;
}
.sidebar {
    width: 30%;
    transform: translate(-100%);
}
input.login {
        font-size: 14px;
        width:26%;
}
button.login {
    width:26%;
 }

.container-fluid {
    max-width: 1200px;
    padding:0px;
}
button.signup{
padding: 0 20px;
}
.sidebar-btn{
    visibility: hidden;
}


}

a{
    font-family:Roboto;
}
h {
    font-family:Roboto;
}
h1{
    font-family:Roboto;
}
h2{
    font-family:Roboto;
}
h3{
    font-family:Roboto;
}
h4{
    font-family:'Open Sans',Roboto;

}
h5{
    font-family:Roboto;
}
h6{
    font-family:Roboto;
}
p {
    font-family:'Open Sans';
    font-size:15px;
}
.productcard{
    background:#fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

.price{
    background: #efefef;
    border-radius: 3px;
    padding: 5px;
    font-family: Roboto;
    font-weight: 600;
    color: #828282;
    margin-right: 4px;
}

.addbutton {
    font-family: Roboto;
    color: #797979;
    border: 0px;
    border-radius: 1px;
    height: 39px;
    transition: all .3s ease-out;
    font-weight: 500;
    font-size: 15px;
    background: #efefef;
    margin-top: 3px;

}
.kolvo {
    padding-left: 15px;
    width: 35%;
    height: 32px;
    color: #525252;
    margin-top: 3px;
    margin-right: 10px;
    font-family: Roboto;
    padding-left: 15px;
    padding-right: 5px;
    border: 0px;
    border-bottom: solid 1px #c1c1c1;
    border-radius: 0px;
    text-align: center;
    margin-right: 12px;
    margin-left: 3px;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
    font-family: 'Open Sans',Roboto;
    font-weight:400;
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    transition: background-color ease-out .5s;
    padding-bottom: 12px;
}



.navbar-default .navbar-nav>li>a:hover {
    color:#fff;
    transition: all .2s ease-out;
}



.navbar-brand>img{
    transition: all .2s ease-out;
}
.navbar-brand>img:hover{
    opacity:0.7;
    transition: all .2s ease-out;
}

.navbar {

    max-height: 44px;
    margin-bottom: 10px;
    border: 1px solid transparent;
}




.style-1::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}
.style-1::-webkit-scrollbar {
    width: 8px;
    background-color: transparent;
}

.style-1::-webkit-scrollbar-thumb {
    background-color: #AFAFAF;
    border-radius: 7px;
}

input.login {
    border:0px;
    border-bottom:1px solid #ddd;
    font-family:'Open Sans',Roboto;
    padding:10px;
    -webkit-appearance: none;
    outline: none;
    height:50px;
}

button.login {
    border:0px;
    font-family:'Open Sans',Roboto;
    padding:10px;
    -webkit-appearance: none;
    outline: none;
    height:50px;
    background:#09c;
    color:#fff;
    font-weight:500;
}

.forgetlink{
    color:#fff;
    text-decoration:underline;
    font-family:'Open Sans',Roboto;
    font-size: 15px;

}
.forgetlink:hover{
    color:#fff;
    text-decoration:underline;
    font-family:'Open Sans',Roboto;

}
.forgetlink:visited{
    color:#fff;
    text-decoration:underline;
    font-family:'Open Sans',Roboto;

}

.signup{
      background-color: rgba(255,255,255,0.2);
      color:#fff;
      border:solid 1px #fff;
      height:40px;
      line-height: 38px;
      font-family:'Open Sans',Roboto;
      font-weight: 400;
      font-size:14px;
}

.signup:hover{
      background-color: #fff;
      color:#000;
      border:solid 1px #fff;
      height:40px;
      line-height: 38px;
      font-family:'Open Sans',Roboto;
}

.signup:visited{
      background-color: #fff;
      color:#000;
}


body.sidebar-show .navbar{
    background:transparent;
    transition: .5s ease-in-out;
}

body.sidebar-show .pull-right-xs>img{
    opacity:0;
    transition: .5s ease-in-out;
}

.itogo {
    font-family:'Open Sans Condensed',Roboto;
    font-weight:600;
    text-align:right;
    padding-right:20px;
    color: #6f6e6e;
}


.new {
    font-family:'Open Sans Condensed',Roboto;
    border:solid 1px #f36464;
    background: transparent;
    border-color: #f46c0e;
    color: #f46c0e;
    font-size: 15px;
    line-height: 1.46154;
    font-weight: 400;
    letter-spacing: 0em;
    padding-left: 7px;
    padding-right: 7px;
    padding-top:3px;
    padding-bottom:3px;
    border-radius: 4px;
    margin-right: 9px;
}

.button {
    font-size: 16px;
    line-height: 2.00625;
    font-weight: 500;
    letter-spacing: normal;
    background-color: #2189db;
    background: -webkit-linear-gradient(#42a1ec, #0070c9);
    background: linear-gradient(#42a1ec, #0070c9);
    border: 1px solid #07c;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(28,115,184,0.64);
    white-space: nowrap;
    font-family:'Open Sans Condensed',sans-serif;
}



.buy {
background-color: #2189db;
    background: -webkit-linear-gradient(#42a1ec, #0070c9);
    background: linear-gradient(#42a1ec, #0070c9);
    border-color: #07c;
    color: #fff;
    font-size: 17px;
    line-height: 1.54615;
    font-weight: 500;
    letter-spacing: normal;
    padding: 0 10px;
    float:right;
    margin-top:0px;
    margin-right:18px;
}

.buy:hover {
    background: #3392de;
    background: -webkit-linear-gradient(#51a9ee, #147bcd);
    background: linear-gradient(#51a9ee, #147bcd);
    border-color: #1482d0;
}

.buy:focus {
     background: -webkit-linear-gradient(#42a1ec, #0070c9);
    background: linear-gradient(#42a1ec, #0070c9);
    border-color: #1482d0;
}
.buy:visited {
     background: -webkit-linear-gradient(#42a1ec, #0070c9);
    background: linear-gradient(#42a1ec, #0070c9);
    border-color: #1482d0;
}



.modal-content{
    border-radius:2px;
}


.closer {
    background: #a3abb1;
    border-color: #9e9e9e;
    color: #fff;
    font-size: 17px;
    line-height: 1.54615;
    font-weight: 500;
    letter-spacing: normal;
    padding: 0 10px;
    float:right;
    margin-top:0px;
    margin-right:18px;
}

.closer:hover {
    background: #b1b8bd;
    border-color: #b9b9b9;
    color: #fff;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 0px;;
}
.modal-body {
    position: relative;
    padding: 15px;
    padding-bottom: 0px;
}

.reg-form {
    text-align: center;
    width: 100%;
    margin-top: 10px;
    border: 0;
    border-bottom: 1px solid #ddd;
    padding: 7px;
    font-family:'Open Sans Condensed';
    font-size:17px;
    font-weight: 600;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
    background: #0f9ad8;


}


.navbar {
    border-top-width: 0px;
}

.navbar-nav>li.logbuttons>a:hover {
        background: rgba(80, 75, 75, 0.2);
}


a>.headname {
    padding: 15px 0 4px;
    color:#333;
    font-family:'Open Sans Condensed';
    font-weight:600;
}
a>.headname:hover {

    color:#333;
    text-decoration:underline;
    border-bottom-color: black;
}

p.headdesc {
    font-family:'Open Sans';
    padding
    font-size:16px;
    padding-top:4px;
    margin-bottom:48px;

}
.aboutmenu {transition: all .4s ease-out;}
.aboutmenu:hover{
        -webkit-filter: grayscale(25%);
        transition: all .4s ease-out;
}

.fa {
    margin-left:10px;
}

.fa-facebook-official:hover {
   color: #4867aa;
}

.fa-instagram:hover {
   color: #d02595;
}

.fa-twitter-square:hover {
   color: #41abe1;
}
ul {
    font-family:'Open Sans Condensed';
    color: #696969;
    font-size:19px;
    font-weight:600;
}
.footerlist>a {
    font-family:'Open Sans Condensed';
    color: #9c9c9c;
    font-size:17px;
    font-weight:600;
}

.pull-right>a>li {
    text-align:right;
}

ul.pull-right{
    text-align:right;
}
.copyright {
    margin-top:12px;
    margin-bottom:12px;
    font-family:'Open Sans Condensed';
    font-size:15px;
    font-weight:600;
    color: #616161;
}

.bg-parallax {
background: no-repeat fixed;
background-position: 29% 10%;
transition: all .4s ease-out;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;

height: 439px;

width: 100%;
}

.sidebar-btn {
    top:6px;
}

.orderh5{
        font-family: 'Open Sans Condensed';
    font-weight: 700;
    color: #717171;
    font-size: 16px;
}

.order-string:hover{
    background-color: #efefef;
    cursor: pointer;
}

.clear-order{
     font-size: 17px;
    line-height: 1.54615;
    font-weight: 500;
    letter-spacing: normal;
    border-radius: 4px;
    color: #d82020;
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    font-family: 'Open Sans Condensed',sans-serif;
    background: #fff;
    border: 1px solid #d82020;
    text-shadow: none;
    float: right;
    margin-top: 14px;
}
.productname {
    font-weight: 500;
}
/* Preload images */
body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.MicrosСруt.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 1000000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:styleimg/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}