@import url('media.css');

@import url('assets/animate.css');
@import url('assets/pagination.css');



@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=cyrillic');

@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic');



body {

  font-family: 'Roboto', sans-serif;

}





/************************************************** Header

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

header {

  height: 90px;

  background-image: url(../images/header_bg.png);

  background-repeat: repeat-x;

}

header .home-link {
	z-index: 10000;
}



header .logo_main {

  cursor: pointer;

  position: relative;

  width: 150px;

  height: 180px;

  z-index: 10000;

}



header .logo_main:after {

  position: absolute;

  width: 150px;

  height: 180px;

  content: '';

  background-image: url(../images/logo_main.png);

  background-repeat: no-repeat;

  top: 25px;

}



header .logo_main span {

  display: block;

  height: 90px;

  background-image: url(../images/logo_bg.png);

  background-repeat: repeat-x;

  font-size: .8em;

  text-align: center;

  color: #3b3bbd;

  padding-top: 5px;

}



header nav ul {

  list-style: none;

  display: flex;

  justify-content: space-around;

  align-items: center;

  height: 90px;

  margin: 0;

  padding: 0;

}



header nav ul li { align-items: center; }



header nav ul li a {

  position: relative;

  color: #3b3bbd;

  text-transform: uppercase;

}



header nav ul li a:hover {

  color: #f60;

  text-decoration: none;

}



header nav ul li a:hover:before,

header nav ul li.active a:before {

  position: absolute;

  content: '';

  width: 100%;

  height: 12px;

  background-image: url(../images/text_decoration.png);

  top: 18px;

}



header p.lang {

  display: flex;

  align-items: center;

  height: 60px;

}



header p.lang span {

  font-size: .8em;

  color: #999;

  margin-left: auto;

  padding: 5px;

  border: thin #f60 solid;

  border-radius: 5px;

}



header p.lang span a {

  color: #f60;

}



header p.socials {

  position: absolute;

  width: 189px;

  height: 34px;

  background-image: url(../images/header_socials.png);

  background-repeat: no-repeat;

  text-align: left;

  margin-top: 3px;

  padding: 3px 0 0 40px;

  box-sizing: border-box;

}



header p.socials a {

  color: rgba(255, 255, 255, .8);

  margin-right: 5px;

  transition: all .3s;

}


header p.socials a:hover {

  color: white;

  transition: all .3s;

}


header #mobile-menu {

  z-index: 10000;

}

/* End.Header

*/





/************************************************** Slider

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

section#slider {

  height: auto;

  background-image: url(../images/slider_bg.jpg);

  background-repeat: no-repeat;

  background-position: center center;

  background-size: cover;

}



.slider {

  /*display: none;*/

  opacity: 0;

  height: auto;

  font-family: 'Roboto Condensed', sans-serif;

}



.slider .slide div {

  width: 200px;

}



.slider .slide div p {

  font-size: 2em;

  color: #90c;

  margin: 0 0 10px;

}



.slider .slide div span {

  font-size: 1.2em;

  color: #3d3db8;

}

/* End.Slider

*/





/************************************************** Content

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

.uk-container.add-small-padding { padding: 0 10px; }
.uk-container.remove-padding    { padding: 0; }



section#content {

  background-image: url(../images/content_bg.png);

}



section#content .leftSide {

  border-top: 6px #feec18 solid;

  padding: 20px 0;

}

section#content .leftSide.background {
  background: linear-gradient(to top, #fefefe, #f9f5ea);
}



section#content .leftSide h2 {

  color: #f60;

  border-bottom: thin #f60 solid;

  padding: 0 10px 10px;

}



section#content .leftSide ul.categories,

section#content .leftSide ul.filter {

  list-style: none;

  margin: 0;

  padding: 0 10px;

}

section#content .leftSide ul.filter li.active {
  font-weight: bold;
}



section#content .leftSide ul.categories li a,

section#content .leftSide ul.filter li a {

  font-size: 15px;
  
  color: #3b3bbd;

}



section#content .leftSide ul.categories li a:hover,

section#content .leftSide ul.filter li a:hover {

  text-decoration: none;

}



section#content .leftSide ul.categories {

  font-weight: bold;

  margin-bottom: 20px;

}



section#content .leftSide ul.categories li {

  padding: 5px 0;

  border-bottom: thin lightgrey solid;

}



section#content .leftSide ul.filter {

  margin-bottom: 20px;

}



section#content .leftSide ul.filter li {

  background-image: url(../images/list_style.png);

  background-repeat: no-repeat;

  background-position: left center;

  line-height: 1.6em;

  padding-left: 20px;

}



section#content .leftSide p {

  text-align: center;

}



section#content .rightSide {

  background-color: white;

  padding: 0 20px 0 45px;

  color: #3d3db8;

  border-top: 6px #f60 solid;

}



section#content .rightSide h1 {

  font-size: 2em;

  color: #f60;

}

section#content .rightSide p {
  font-size: 15px;
}



section#content .rightSide ul.production {

  list-style: none;

  margin: 0 -20px 0;

  padding: 0;

}



section#content .rightSide ul.production li {

  display: inline-block;

  background-color: #f93;

  padding: 5px 10px;

  border-radius: 0 0 5px 5px;

}



section#content .rightSide ul.production li.active { background-color: #f60; }



section#content .rightSide ul.production li a {

  font-size: .9em;

  color: white;

  font-weight: bold;

  text-transform: uppercase;

}


section#content .rightSide .uk-button-primary {
  background: #f60;
  border: none;
}


section#content .rightSide .uk-modal {

  z-index: 10000 !important;

}



section#content .rightSide .uk-modal .uk-modal-dialog {

  border-top: 30px orange solid;

  border-radius: 10px;

}



section#content .rightSide .uk-modal .uk-modal-dialog .uk-close {

  position: absolute;

  right: 20px;

}


section#content .rightSide .uk-modal-dialog .candy .controls button {
  opacity: .5;
  position: absolute;
  cursor: pointer;
  background: transparent;
  font-size: 60px;
  color: white;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .6);
  top: 130px;
  border: none;
  outline: none;
  transition: all .3s;
}

section#content .rightSide .uk-modal-dialog .candy .controls button:hover {
  opacity: 1;
  transition: all .3s;
}

section#content .rightSide .uk-modal-dialog .candy .controls button:first-child { left: -45px; }
section#content .rightSide .uk-modal-dialog .candy .controls button:last-child { right: -45px; }


section#content .rightSide .uk-modal-dialog .candy h2 {

  color: orange;

  font-weight: bold;

  margin: 0;

}



section#content .rightSide .uk-modal-dialog .candy h4 {

  color: orange;

  margin: 0;

}



section#content .rightSide .uk-modal-dialog .candy p.taste {

  font-weight: bold;

  color: #f06;

  margin: 0;

}



section#content .rightSide .uk-modal-dialog .candy p.spec {

  color: #3d3db8;

}



section#content .rightSide .uk-modal-dialog .candy p.spec > strong {

  display: block;

  color: #f60;

  margin: 10px 0;

}



section#content .rightSide .uk-modal-dialog .candy p span {

  display: block;

  font-size: .9em;

}



section#content .rightSide .uk-modal-dialog .candy hr {

  border-color: orange;

}



section#content .rightSide .uk-modal-dialog .candy i {

  color: #66b0ff;

}



section#content .rightSide .uk-modal-dialog .candy .candy-descr p {

  font-size: 14px;

  color: #3d3db8;

}

/* End.Content

*/





/************************************************** Catalog

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

.items > div > div {

  position: relative;

  height: 260px;

  padding: 20px 10px 0;

  border: thin lightgrey solid;

  border-radius: 5px

}



.items > div > div img {

  cursor: pointer;

  max-height: 120px !important;

}



.items > div > div p {

  font-size: 1.4em;

  color: #f60;

  font-weight: bold;

}

.items > div > div p a {
  font-size: 19px;
}

.items > div > div p a {
  color: #f93;
}

.items > div > div p span {

  display: block;

  font-size: 14px;

  color: #f06;

}


.items > div > div p span:last-child {
  position: absolute;
  display: inline-block;
  width: 100px;
  color: #3b3bbd;
  margin-left: -50px;
  bottom: 5px;
}


.items .uk-badge {
    background-image: none;
    background-color: #f60;
    font-size: 12px;
    font-weight: 300;
    text-shadow: none;
    padding: 2px 8px;
    border: none;
}

/* End.Catalog

*/





/************************************************** Footer

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

footer {

  height: 140px;

  background-image: url(../images/footer_bg.png);

  background-repeat: repeat-x;

}


footer .logo_footer {
  margin-top: 45px;
}


footer ul {

  list-style: none;

  margin: 25px 0 0;

  padding: 0;

}



footer ul li {

  line-height: 1.4em;  

}



footer ul li a {

  font-size: .9em;

  color: #ac906f;

}



footer p {

  font-size: .8em;

  color: #ac906f;

  line-height: 1em;

  margin-top: 55px;

}



footer p.socials { margin-top: 65px; }



footer p.socials a {

  font-size: 1.4em;

  color: #ac906f;

  margin-right: 5px;

}



footer .badges img {

  margin-top: 38px;

}

/* End.Footer

*/




/* Additional styles */

.owl-theme .owl-nav .owl-prev,
.owl-theme .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background-color: orange;
  line-height: 30px;
  padding: 0;
  border-radius: 30px;
  transition: all .3s;
}

.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
  background-color: #d6bd9f;
  transition: all .3s;
}