@import url("forms.css");
@import url("header.css");
@import url("product-box.css");
@import url("accents.css");
@import url("home-info.css");
@import url("footer.css");
@import url("btn-to-top.css");

/* INTERNAL */

@import url("collage.css");
@import url("breadcrumbs.css");
@import url("content.css");
@import url("section-box.css");
@import url("product-view.css");
@import url("shopping-cart.css");
@import url("table.css");
@import url("wiki.css");
@import url("cookies.css");

/* Reset CSS */

* {
 padding: 0;
 margin: 0;
 box-sizing: border-box;
 -moz-box-sizing: border-box;
 -webkit-box-sizing: border-box;
}

body {
 font-family: 'Montserrat', sans-serif;
 font-weight: 400;
 font-size: 16px;
 line-height: 1.7;
 color: #000;
 text-align: left;
 background-color: #ebe9e6;
}

ul li {
 padding: 0 0 0 28px;
 margin: 0;
 background: url('/img/internal/bullet.svg') no-repeat 14px 8px;
 background-size: 4px 10px;
 list-style-type: none;
}

.descriptions ul {
 margin: 0 0 15px 0;
}

.descriptions.has_render_wiki ul,
.has_render_wiki ul {
 margin: 0;
}

.descriptions p {
 margin: 0 0 15px 0;
}

#main_content {
 display: flex;
 flex-direction: column;
 float: left;
 width: 100%;
 height: 100vh;
 border-top: 154px solid #fff;
}

#content {
 flex: 1 0 auto;
 float: left;
 width: 100%;
}

#site_bottom {
 flex: 0 0 auto;
 float: left;
 width: 100%;
}

.container {
 max-width: 1596px;
 margin: 0 auto;
}

.container.container_990 {
 max-width: 990px;
}

.container.container_1280 {
 max-width: 1280px;
}

.container.container_1306 {
 max-width: 1306px;
}

.container.container_wide {
 max-width: 1920px;
}

.wrapper {
 float: left;
 width: 100%;
}

.container_wide>.wrapper {
 padding: 0;
}

a:link,
a:visited,
a:hover {
 font-family: inherit;
 font-weight: inherit;
 font-size: inherit;
 line-height: inherit;
 color: #ae9a70;
 text-decoration: none;
 -webkit-transition: 0.2s ease-in-out;
 -moz-transition: 0.2s ease-in-out;
 -o-transition: 0.2s ease-in-out;
 transition: 0.2s ease-in-out;
}

a:hover {
 color: #ae9a70;
 text-decoration: underline;
}

#header a,
#mobile_header a,
#banner_123 a,
.product_box a,
.section_box a,
#footer a,
#int_menu a,
#breadcrumbs a,
a.basic_btn {
 text-decoration: none;
}

a.basic_btn {
 font-family: inherit;
 font-weight: 700;
 font-size: 14px;
 line-height: 1.2;
 color: #fff;
}

a.basic_btn:hover {
 color: #fff;
}

.no-scroll {
 overflow: hidden;
}

.lazyload,
.lazyloading {
 opacity: 0;
}

.lazyloaded {
 opacity: 1;
 transition: opacity 300ms;
}

@media screen and (max-width: 1650px) {
 .wrapper {
  padding: 0 2%;
 }
}

@media screen and (max-width:1100px) {
 #main_content,
 #main_content.int {
  border-top: 50px solid #fff;
 }
}

@media screen and (max-width:950px) {
 body {
  font-size: 15px;
 }
 ul li {
  padding: 3px 0 3px 13px;
  background: url('/img/internal/bullet.svg') no-repeat 0 10px;
  background-size: 5px 10px;
 }
 .wrapper {
  padding: 0 2.5%;
 }
}

@media screen and (max-width:676px) {
 body {
  font-size: 14px;
 }
 .wrapper {
  padding: 0 3%;
 }
}

@media screen and (max-width:550px) {
 .wrapper {
  padding: 0 4%;
 }
}
