@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,400;0,600;0,700;1,200;1,400;1,600;1,700&display=swap');
@import "slick.css";
/*		Resets 
-------------------------------------------------------------------------------*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
a img {
  border: 0;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
/*              Variables 
-------------------------------------------------------------------------------*/
/*		Mixins 
-------------------------------------------------------------------------------*/
/*		Default Layout: 100%. 
-------------------------------------------------------------------------------*/

body {
  width: 100%;
  font-size: 14px;
  color: #1b1c1b;
  font-family: 'Titillium Web', sans-serif;
  background: white;
  overflow-x: hidden;
}
section#search .box {
  position: absolute;
  width: 500px;
  margin-left: -250px;
  left: 50%;
  height: 300px;
  margin-top: -150px;
  top: 50%;
}
section#search .box .logo {
  display: block;
  width: 300px;
  margin: 0 auto 40px;
}
section#search .box .logo img {
  display: block;
  width: 100%;
  height: auto;
}
section#search .box .search-box {
  position: relative;
  margin-bottom: 40px;
}
section#search .box .search-box input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #847770;
  background: white;
  outline: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
section#search .box .search-box button {
  border: none;
  background: none;
  outline: none;
  position: absolute;
  right: 0;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #847770;
  top: 0;
}
section#search .box .search-box ul {
  min-height: 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  display: none;
  list-style: none;
  border: 1px solid #847770;
  border-top: none;
  position: absolute;
  background: white;
  padding: 0 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  left: 0;
  right: 0;
  top: 30px;
}
section#search .box .search-box ul li {
  cursor: pointer;
}
section#search .box .search-box ul li:last-child {
  margin-bottom: 10px;
}
section#search .box .buttons {
  text-align: center;
}
section#search .box .buttons button {
  cursor: pointer;
  background: #f2f2f2;
  height: 36px;
  padding: 0 20px;
  margin: 0 auto;
  color: #847770;
  margin: 0 5px;
  margin-top: 1px;
  border: 1px solid white;
  display: inline-table;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section#search .box .buttons button:hover {
  border: 1px solid #847770;
}
section#search .box .buttons a {
  background: #f2f2f2;
  height: 36px;
  padding: 0 20px;
  margin: 0 auto;
  color: #847770;
  margin: 0 5px;
  border: 1px solid white;
  display: inline-table;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  line-height: 36px;
  text-decoration: none;
}
section#search .box .buttons a:hover {
  border: 1px solid #847770;
}
section#login .box {
  position: absolute;
  width: 400px;
  margin-left: -200px;
  left: 50%;
  height: 300px;
  margin-top: -150px;
  top: 50%;
}
section#login .box .logo {
  display: block;
  width: 300px;
  margin: 0 auto 40px;
}
section#login .box .logo img {
  display: block;
  width: 100%;
  height: auto;
}
section#login .box input {
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #847770;
  background: white;
  outline: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
section#login .box .buttons {
  text-align: center;
}
section#login .box .buttons button {
  cursor: pointer;
  background: #f2f2f2;
  height: 36px;
  padding: 0 20px;
  margin: 0 auto;
  color: #847770;
  margin: 0 5px;
  margin-top: 1px;
  border: 1px solid white;
  display: inline-table;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section#login .box .buttons button:hover {
  border: 1px solid #847770;
}
header {
  z-index: 99;
  background: white;
  position: fixed;
  padding: 15px 30px;
  top: 0;
  left: 0;
  right: 0;
  color: #847770;
}
header .logo {
  display: table;
  float: left;
  width: 150px;
  margin-right: 30px;
}
header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
header .left {
  display: table;
  float: left;
}
header .left .search-box {
  position: relative;
  margin-bottom: 5px;
  width: 500px;
  margin-top: 5px;
}
header .left .search-box input {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #847770;
  background: white;
  outline: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
header .left .search-box button {
  border: none;
  background: none;
  outline: none;
  position: absolute;
  right: 0;
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 40px;
  color: #847770;
  top: 0;
}
header .left .search-box ul {
  min-height: 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  display: none;
  list-style: none;
  border: 1px solid #847770;
  border-top: none;
  position: absolute;
  background: white;
  padding: 0 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  left: 0;
  right: 0;
  top: 30px;
}
header .left .search-box ul li {
  cursor: pointer;
}
header .left .search-box ul li:last-child {
  margin-bottom: 10px;
}
header .right {
  display: table;
  float: right;
  text-align: right;
}
header .right a {
  text-decoration: none;
  color: #847770;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  margin-left: 20px;
}
header .right a .fa {
  width: 26px;
  line-height: 26px;
  background: #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
header:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
footer {
  position: fixed;
  background: #f2f2f2;
  padding: 15px 30px;
  bottom: 0;
  left: 0;
  right: 0;
  color: #847770;
}
footer .left {
  display: table;
  float: left;
  line-height: 20px;
}
footer .right {
  display: table;
  float: right;
  line-height: 20px;
}
footer .right a {
  text-decoration: none;
  font-weight: 600;
  color: #847770;
}
footer:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#profile {
  padding: 30px;
  margin-top: 80px;
  padding-left: 210px;
  padding-bottom: 80px;
}
section#profile .rest {
  background: #f2f2f2;
  max-width: 500px;
  margin-right: 20px;
  width: 100%;
  margin-bottom: 20px;
  line-height: 30px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #847770;
  font-weight: 600;
}
section#profile .forms {
  max-width: 500px;
  margin-right: 50px;
  width: 100%;
  margin-bottom: 30px;
}
section#profile .forms p {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
section#profile .forms input {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #847770;
  background: white;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section#profile .forms button {
  cursor: pointer;
  background: #f2f2f2;
  height: 36px;
  padding: 0 20px;
  margin: 0 auto;
  color: #847770;
  margin-top: 10px;
  border: 1px solid white;
  display: inline-table;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section#profile .forms button:hover {
  border: 1px solid #847770;
}
section#add {
  padding: 30px;
  margin-top: 80px;
  padding-left: 210px;
  padding-bottom: 80px;
}
section#add .rest {
  background: #f2f2f2;
  margin-right: 20px;
  width: 100%;
  margin-bottom: 20px;
  line-height: 30px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  color: #847770;
  font-weight: 600;
}
section#add .form {
  float: left;
  max-width: 600px;
  margin-right: 50px;
  width: 100%;
}
section#add .form h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #847770;
}
section#add .form p {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
section#add .form input,
section#add .form select {
  margin-bottom: 10px;
  display: block;
  width: 100%;
  height: 36px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #847770;
  background: white;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section#add .form select {
  padding: 0 11px;
}
section#add .form button {
  cursor: pointer;
  background: #f2f2f2;
  height: 36px;
  padding: 0 20px;
  margin: 0 auto;
  color: #847770;
  margin-top: 10px;
  border: 1px solid white;
  display: inline-table;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section#add .form button:hover {
  border: 1px solid #847770;
}
section#add .form .content {
  position: relative;
}
section#add .form .content ul {
  min-height: 6px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  display: none;
  list-style: none;
  border: 1px solid #847770;
  border-top: none;
  position: absolute;
  background: white;
  padding: 0 15px 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  left: 0;
  right: 0;
  top: 30px;
}
section#add .form .content ul li {
  cursor: pointer;
}
section#add .form .content ul li:last-child {
  margin-bottom: 10px;
}
section#add .form .second-item {
  display: none;
}
section#add .images {
  float: left;
  max-width: 400px;
  width: 100%;
}
section#add .images h1 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #847770;
}
section#add .images p {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}
section#add .images .uploaded-items .img {
  float: left;
  display: table;
  border: 1px solid #f2f2f2;
  position: relative;
  margin: 0 10px 10px 0;
}
section#add .images .uploaded-items .img img {
  display: block;
  width: auto;
  height: 100px;
}
section#add .images .uploaded-items .img a {
  text-decoration: none;
  display: table;
  line-height: 20px;
  padding: 0 5px;
  background: red;
  color: white;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: absolute;
  top: 2px;
  right: 2px;
}
section#add .images .uploaded-items:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#add .images .oldest-items .img {
  float: left;
  display: table;
  border: 1px solid #f2f2f2;
  position: relative;
  margin: 0 10px 10px 0;
}
section#add .images .oldest-items .img img {
  display: block;
  width: auto;
  height: 100px;
}
section#add .images .oldest-items .img a {
  text-decoration: none;
  display: table;
  line-height: 20px;
  padding: 0 5px;
  background: red;
  color: white;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  position: absolute;
  top: 2px;
  right: 2px;
}
section#add .images .oldest-items:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#add .images .upload .file {
  position: relative;
  border: 1px solid #f2f2f2;
}
section#add .images .upload .file input {
  display: none;
}
section#add .images .upload .file label {
  cursor: pointer;
  display: block;
  line-height: 40px;
  padding: 0 15px;
  color: #847770;
}
section#add .images .upload .file button {
  cursor: pointer;
  background: #f2f2f2;
  height: 36px;
  padding: 0 20px;
  margin: 0 auto;
  color: #847770;
  position: absolute;
  top: 2px;
  right: 2px;
  border: 1px solid white;
  display: inline-table;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section#add .images .upload .file button:hover {
  border: 1px solid #847770;
}
section#add .images .upload .file .loading {
  background: url(loading.gif) center no-repeat;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}
section#add .images .upload .ajax-upload-dragdrop {
  text-align: center;
  border: 1px dashed #847770 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}
section#add .images .upload .ajax-upload-dragdrop .ajax-file-upload {
  width: 100px;
  cursor: pointer;
  background: #f2f2f2;
  line-height: 36px;
  padding: 0 20px;
  margin: 0 auto 10px;
  color: #847770;
  margin-top: 10px;
  border: 1px solid white;
  display: table;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section#add .images .upload .ajax-upload-dragdrop .ajax-file-upload:hover {
  border: 1px solid #847770;
}
section#add .images .upload .ajax-upload-dragdrop .ajax-file-upload input {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: inherit !important;
}
section#add .images .upload .ajax-file-upload-statusbar {
  margin-bottom: 10px;
}
section#add .images .upload .ajax-file-upload-statusbar .ajax-file-upload-filename {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 1px;
  font-size: 12px;
  color: #847770;
}
section#add .images .upload .ajax-file-upload-statusbar .ajax-file-upload-progress {
  background: #f2f2f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
section#add .images .upload .ajax-file-upload-statusbar .ajax-file-upload-progress .ajax-file-upload-bar {
  background: #847770;
  color: white;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
section#add .images .upload .error-text,
section#add .images .upload .up_error {
  background: #960000;
  color: white;
  line-height: 20px;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}
section#add:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.select2-container .select2-selection {
  border: 1px solid #f2f2f2;
}
.select2-container .select2-dropdown {
  border: 1px solid #f2f2f2;
}
.select2-container .select2-dropdown .select2-search .select2-search__field {
  border: 1px solid #eeeeee !important;
  outline: none;
}
.select2-container .select2-dropdown .select2-search .select2-search__field:focus {
  border: 1px solid #eeeeee;
  outline: none;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding-left: 30px;
}
.select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--selected {
  background-image: url(check.png);
  background-repeat: no-repeat;
  background-position: 5px center;
}
section#results {
  padding: 30px;
  margin-top: 65px;
  padding-left: 205px;
  padding-bottom: 80px;
}
section#results .coutn {
  font-size: 12px;
  display: block;
  margin-bottom: 20px;
}
section#results .noresult {
  font-size: 16px;
  padding: 50px 0;
  color: #847770;
}
section#results .filter {
  margin-bottom: 10px;
}
section#results .filter .filter-select {
  min-width: 190px;
}
section#results .items .item {
  margin-bottom: 30px;
}
section#results .items .item .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
section#results .items .item .title a {
  text-decoration: none;
  color: #847770;
}
section#results .items .item .images {
  margin-bottom: 10px;
  text-decoration: none;
  display: table;
}
section#results .items .item .images img {
  display: block;
  width: auto;
  height: 100px;
  float: left;
  margin-right: 10px;
}
section#results .items .item .images .one {
  height: 200px;
}
section#results .items .item .images .two {
  height: 150px;
}
section#results .items .item .images .more {
  line-height: 98px;
  border: 1px solid #f2f2f2;
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 40px;
  text-align: center;
  color: #847770;
  float: left;
}
section#results .items .item .images:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#results .items .item .details {
  max-width: 600px;
  color: #847770;
}
section#results .items .item .details p {
  line-height: 30px;
  font-weight: 600;
}
section#results .items .item .details table {
  width: 100%;
}
section#results .items .item .details table tr td {
  width: 25%;
  padding: 3px 5px;
}
section#results .items .item .details table tr td:first-child {
  font-weight: 600;
}
section#results .items .item .details table tr td:nth-child(3) {
  font-weight: 600;
}
section#results .items .item .details table tr:nth-child(odd) td {
  background: #f2f2f2;
}
section#results .items .item .details:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#results .items .item .info {
  border-top: 1px solid #f2f2f2;
  max-width: 600px;
  padding-top: 7px;
  color: #847770;
}
section#results .items .item .info p {
  display: table;
  float: left;
  margin-right: 10px;
}
section#results .items .item .info a {
  display: table;
  float: right;
  color: #847770;
  margin-left: 5px;
}
section#results .items .item .info:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#results .pager a {
  margin: 0 2px;
  border: 1px solid #f2f2f2;
  line-height: 30px;
  width: 30px;
  color: #847770;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
section#results .pager a:hover {
  background: #847770;
  color: white;
  border: 1px solid #847770;
}
section#results .pager span {
  margin: 0 2px;
  line-height: 30px;
  width: 30px;
  color: #847770;
  display: inline-block;
  text-align: center;
  background: #f2f2f2;
  border: 1px solid #f2f2f2;
}
section#detail {
  padding: 30px;
  margin-top: 80px;
  padding-left: 210px;
  padding-bottom: 80px;
}
section#detail .images {
  float: left;
  max-width: 550px;
  width: 100%;
  margin-right: 50px;
}
section#detail .images .figure {
  position: relative;
  margin-bottom: 20px;
  border: 1px solid #f3f3f3;
}
section#detail .images .figure .slick-arrow {
  position: absolute;
  top: 50%;
  height: 60px;
  margin-top: -30px;
  width: 26px;
  z-index: 1;
  border: none;
  font-size: 18px;
  color: black;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  cursor: pointer;
}
section#detail .images .figure .slick-next {
  right: 0;
}
section#detail .images .figure .slick-prev {
  left: 0;
}
section#detail .images .figure:hover .slick-arrow {
  opacity: 1;
}
section#detail .images .thumbs {
  position: relative;
  padding: 0 30px;
}
section#detail .images .thumbs .slick-slide {
  margin: 0 5px;
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid transparent;
}
section#detail .images .thumbs .slick-current {
  border: 2px solid #847770;
}
section#detail .images .thumbs .slick-arrow {
  position: absolute;
  top: 50%;
  height: 26px;
  margin-top: -13px;
  width: 26px;
  z-index: 1;
  border: none;
  font-size: 14px;
  color: white;
  background: black;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
section#detail .images .thumbs .slick-next {
  right: 0;
}
section#detail .images .thumbs .slick-prev {
  left: 0;
}
section#detail .images img {
  display: block;
  width: 100%;
  height: auto;
}
section#detail .images .download-all {
  display: table;
  border: none;
  background: none;
  margin: 20px auto 20px;
  line-height: 26px;
  color: #847770;
  font-size: 14px;
  cursor: pointer;
}
section#detail .images .download-all .fa {
  width: 26px;
  line-height: 26px;
  background: #f2f2f2;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
}
section#detail .text {
  float: left;
  max-width: 400px;
  width: 100%;
}
section#detail .text h1 {
  font-size: 18px;
  margin-bottom: 5px;
  color: #847770;
}
section#detail .text table {
  width: 100%;
}
section#detail .text table tr td {
  padding: 5px 5px;
}
section#detail .text table tr td:first-child {
  font-weight: 600;
  width: 120px;
  color: #847770;
}
section#detail .text table tr:nth-child(even) td {
  background: #f2f2f2;
}
section#detail .text table tr .title {
  font-size: 16px;
  color: #847770;
  padding: 5px 0;
}
section#detail .text .info {
  border-top: 1px solid #f2f2f2;
  max-width: 600px;
  padding-top: 10px;
  color: #847770;
}
section#detail .text .info p {
  display: table;
  float: left;
  margin-right: 10px;
}
section#detail .text .info a {
  display: table;
  float: right;
  color: #847770;
  margin-left: 5px;
}
section#detail .text .info:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
@media only screen and (max-width: 1270px) {
  
}
