@charset "UTF-8";
/* Gutter */
/* Breakpoints */
/* COLOR */
*, *:before, *:after {
  box-sizing: border-box;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
html {
  font-size: 62.5%;
  overflow-x: hidden;
  box-sizing: border-box;
}
body {
  font-size: 14rem;
  font-size: 14px;
  font-family: "arial", tahoma, Helvetica;
  line-height: 1.4;
   /*color: #fff; */
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
input, select {
    vertical-align:middle;
}
img {
  max-width: 100%;
  height: auto;
  font-size: 0;
}

@media screen and (max-width: 959px) {
  .wrapper {
    width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
  }
}

input, select, textarea {
  font-family: 'Kanit', tahoma, Helvetica;
  border: none;
}

input:outline, select:outline, textarea:outline {
  border: none;
}

a {
  color: #fff;
  text-decoration: none;
}

/*# Fix problem color number for iPhone6*/
a[href^=tel] { color: inherit; text-decoration: none; }

strong {
  font-weight: 700;
}

button {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}

button:focus {
  outline: none;
}

.textreplacement {
  display: block;
  display: inline-block;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  height: 1px;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}

.left {
  float: left;
}

.right {
  float: right;
}

body>iframe {
  display: none;
}

@font-face {
  font-family: 'openSansCondensed';
  src: url("../font/opensans-condbold-webfont.eot");
  src: url("../font/opensans-condbold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/opensans-condbold-webfont.woff") format("woff"), url("../font/opensans-condbold-webfont.ttf") format("truetype"), url("../font/opensans-condbold-webfont.svg#open_sans_condensedbold") format("svg");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'openSansRegular';
  src: url("../font/OpenSans-Regular-webfont.eot");
  src: url("../font/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Regular-webfont.woff") format("woff"), url("../font/OpenSans-Regular-webfont.ttf") format("truetype"), url("../font/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'openSansBold';
  src: url("../font/OpenSans-Bold-webfont.eot");
  src: url("../font/OpenSans-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Bold-webfont.woff") format("woff"), url("../font/OpenSans-Bold-webfont.ttf") format("truetype"), url("../font/OpenSans-Bold-webfont.svg#open_sansbold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'promptLight';
  src: url("../font/Prompt-Light.eot");
  src: local("☺"), url("../font/Prompt-Light.woff") format("woff"), url("../font/Prompt-Light.ttf") format("truetype"), url("../font/Prompt-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'promptMedium';
  src: url("../font/Prompt-Medium.eot");
  src: local("☺"), url("../font/Prompt-Medium.woff") format("woff"), url("../font/Prompt-Medium.ttf") format("truetype"), url("../font/Prompt-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'promptRegular';
  src: url("../font/Prompt-Regular.eot");
  src: local("☺"), url("../font/Prompt-Regular.woff") format("woff"), url("../font/Prompt-Regular.ttf") format("truetype"), url("../font/Prompt-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  border-radius: 50%;
  z-index: 1;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 10px;
  padding-bottom: 5px;
}

.slick-prev:before {
  content: "←";
}

.slick-next {
  right: 10px;
  padding-bottom: 5px;
}

.slick-next:before {
  content: "→";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  padding: 3px;
  cursor: pointer;
  outline: none;
  background: transparent;
  border-radius: 50%;
  border: solid 2px #bcbcbc;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  content: '';
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.slick-dots li.slick-active button {
  display: block;
  width: 12px;
  height: 12px;
  padding: 3px;
  cursor: pointer;
  outline: none;
  background: #565656;
  border-radius: 50%;
  border: solid 2px #565656;
}

.hamburger {
  width: 25px;
  height: 0;
  position: absolute;
  cursor: pointer;
  top: 17px;
  display: none;
}

@media screen and (max-width: 959px) {
  .hamburger {
    display: block;
  }
}

.hamburger span {
  background: #444;
  display: block;
  position: absolute;
  height: 3px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -moz-transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  -o-transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: all 0.25s cubic-bezier(0.22, 0.61, 0.36, 1);
  opacity: 1;
  width: 100%;
}

.hamburger span {
  left: 0;
}

.hamburger span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.hamburger span:nth-child(2) {
  top: 6px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.hamburger span:nth-child(3) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.hamburger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -2px;
  left: 0;
}

.hamburger.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.hamburger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 16px;
  left: 0;
}

.nav {
  float: right;
  font-family: 'Crimson Text';
  font-size: 20px;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-top: 32px;
}

@media screen and (max-width: 959px) {
  .nav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    margin-top: 0;
    z-index: 999;
  }
  .nav .nav__sub {
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
    z-index: -9999;
  }
}

.nav > ul > li {
  display: inline-block;
  margin-left: 2px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 959px) {
  .nav > ul > li {
    display: block;
    border-top: solid 1px #d6d6d6;
    box-sizing: border-box;
    padding: 10px 0;
    margin-left: 0;
  }
}

.nav > ul > li > a {
  color: #000;
}
@media screen and (max-width: 959px) {
  .nav > ul > li > a {
    display: block;
  }
}

.nav > ul > li > a:before {
  display: inline-block;
  content: '|';
  margin-right: 8px;
  color: #bcbcbc;
}

@media screen and (max-width: 959px) {
  .nav > ul > li > a:before {
    content: none;
  }
}

.nav > ul > li > a.home:before {
  content: none;
}

.nav > ul > li:hover .nav__sub {
  display: block;
}

@media screen and (max-width: 959px) {
  .nav .home img {
    display: none;
  }
}

.nav .home span {
  display: none;
}

@media screen and (max-width: 959px) {
  .nav .home span {
    display: block;
  }
}

.nav__sub {
  display: none;
  position: absolute;
  left: 3px;
  top: 20px;
  min-width: 300px;
  background: #fff;
  border: solid 1px #bcbcbc;
  box-shadow: 5px 5px 5px #efefef;
  box-sizing: border-box;
  z-index: 99;
}

.nav__sub:before {
  background: transparent;
  position: absolute;
  display: inline-block;
  top: -5px;
  left: 0;
  width: 94px;
  height: 20px;
  content: '';
  z-index: -1;
}

.nav__sub h3 {
  color: #000;
  border-bottom: solid 1px #999;
  line-height: 1.25em;
  padding-bottom: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform:none;
}

.nav__sub-col {
  width: 140px;
  display: inline;
  float: left;
  position: relative;
  padding: 4px 10px;
}

.nav__sub-col li {
  position: relative;
  padding: 0;
  margin: 0;
  float: none;
  text-align: left;
  width: 120px;
  list-style: none;
}

.nav__sub-col li a {
  font-size: 12px;
  line-height: 1.55em;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
}

.nav__sub-col li a:hover {
  background: none;
  border: none;
  color: #000;
  padding: 0;
  margin: 0;
}

.search-top {
  display: none;
  height: 35px;
}

@media screen and (min-width: 960px) {
  .search-top {
    display: block;
    float: left;
  }
}

.search-top__btn {
  position: absolute;
  top: 41px;
  left: 55px;
}

@media screen and (min-width: 960px) {
  .search-top__btn {
    display: none;
  }
}

.search-top__input {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  border: solid 1px #d4d4d4;
  height: 26px;
  color: #898989;
  padding-left: 10px;
}

@media screen and (min-width: 960px) {
  .search-top__input {
    width: 175px;
    background: url(../images/icon-search.png) no-repeat 10px center #fff;
  }
  .search-top__input:focus {
    background-image: none;
  }
  .notitext {
    float: right;
    color: #898989;
    font-size: 13px;
    margin-top: 1px;
    text-align: right;
	margin-top: 40px;
    font-size: 13px;
    font-family: tahoma;
  }
  .notitext a {
    color: #898989;
  }
  .index .notitext {
    margin-top: 45px;
    font-size: 13px;
    font-family: tahoma;
  }
   .notitext .pay {
    margin-top: -40px;
  }
}
.search-top__submit {
  display: none;
}
.notitext span {
  margin-left: 5px;
}
@media screen and (max-width: 959px) {
  .notitext {
    float: none;
    font-size: 21px;
    width: 100%;
    border-top: solid 1px #d6d6d6;
    box-sizing: border-box;
    margin-left: 0;
  }
  .notitext a {
    display: block;
    color: #000;
    padding: 17px 0 16px;
  }
}

.garantree {
  margin-left: -15px;
  margin-right: -15px;
}

.garantree:before, .garantree:after {
  content: " ";
  display: table;
}

.garantree:after {
  clear: both;
}

.garantree__item {
  display: inline-block;
  color: #cb2026;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  font-family: Arial, tahoma, sans-serif;
  text-transform: 1px;
  width: 24.5%;
  text-align: center;
}

.garantree__icon {
  display: inline-block;
  background: url(../images/icon-garantree.png) no-repeat;
  width: 42px;
  height: 20px;
}

.garantree__icon--check {
  background-position: 12px 8px;
}

.garantree__icon--key {
  background-position: 12px -37px;
}

.garantree__icon--car {
  background-position: 0 -79px;
}

.socials {
  color: #fff;
}

.socials__item {
  width: 27px;
  height: 27px;
  display: inline-block;
  margin-top: 2px;
}

.highlight {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}

@media screen and (max-width: 639px) {
  .highlight {
    margin-bottom: 20px;
  }
}

.highlight a {
  display: block;
  height: auto;
}

.highlight img {
  width: 100%;
  vertical-align: top;
  display: block;
}

.countdown {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 639px) {
  .countdown {
    margin-bottom: 20px;
  }
}

.countdown .wrapper {
  position: relative;
}

.countdown__item {
  position: relative;
  display: block;
  z-index: 1;
}

#countdown {
  width: 237px;
  height: 80px;
  text-align: center;
  position: absolute;
  top: 68%;
  bottom: 0;
  left: 10.5%;
  right: 0;
  font-size: 28px;
  font-size: 2.8rem;
  z-index: 9;
}

@media screen and (max-width: 959px) {
  #countdown {
    font-size: 22px;
    font-size: 2.2rem;
    height: 70px;
  }
}

@media screen and (max-width: 767px) {
  #countdown {
    font-size: 20px;
    font-size: 2rem;
    left: 8%;
  }
}

@media screen and (max-width: 740px) {
  #countdown {
    background-color: #d9d9d9;
    width: 100%;
    height: auto;
    position: relative;
    left: 0;
    top: 0;
    padding: 10px 0;
  }
}

#countdown #tiles {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 740px) {
  #countdown #tiles {
    margin-top: 10px;
  }
}

#countdown #tiles > span {
  width: 45px;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 3px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
  margin: 0 7px;
  padding: 10px 0;
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  #countdown #tiles > span {
    width: 35px;
  }
}

#countdown .labels {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 740px) {
  #countdown .labels {
    position: relative;
  }
}

#countdown .labels li {
  width: 45px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  margin: 0 3px;
}

@media screen and (max-width: 767px) {
  #countdown .labels li {
    width: 35px;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.title-main {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  margin: 10px 0;
  font-family: 'Crimson Text';
  font-size: 30px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .title-main {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 639px) {
  .title-main {
    font-size: 20px;
    font-size: 2rem;
  }
}

.title-main span {
  color: #cb2026;
  background: #fff;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .title-main span {
    padding: 0 10px;
  }
}

.title-main:before {
  content: '';
  display: block;
  position: absolute;
  top: 18px;
  width: 100%;
  border-top: solid 1px #000;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .title-main:before {
    top: 15px;
  }
}

@media screen and (max-width: 639px) {
  .title-main:before {
    top: 12px;
  }
}

.title-head {
  margin: 0 0 10px;
  padding: 0;
  font-size: 20px;
  font-size:  2rem;
}

.title-head .tt {
  position:absolute; 
  display: block;
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-top: 25px;
  font-family: 'Crimson Text';
  font-weight: 400;
  font-size: 1.5em;
}

.title-head .tt .tt_more{
  font-size: 0.7em;
/*font-family: 'openSansCondensed';*/
}

.title-head img {
  width: 100%;
  font-size: 0;
  display: block;
  padding-top:10px;
}
@media screen and (max-width: 959px) {
  .title-head .tt {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .title-head {
    background-size: 155%;
    font-size: 12px;
    font-size: 1.2rem;
    position: relative;
    height: 35px;
    background: #d7d7d7;
  }
  .title-head .tt {
    padding-top: 3px;
    padding-left: 5px;
  }
  .title-head  img {
    padding-top: 0;
    height: 100%;
  }
}

.title-head strong {
  font-family: 'openSansCondensed';
  margin-right: 10px;
  text-transform: uppercase;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .title-head strong {
    margin-right: 5px;
  }
}

.title-head span {
  font-family: 'promptLight';
  font-size: 0.7em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .title-head span {
    font-size: 0.8em;
  }
}

.post {
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'Crimson Text';
  padding-bottom: 20px;
  color: #000;
  border: solid 1px #fff;
  transition: all 0.2s ease;
  text-align: center;
  box-sizing: border-box;
  min-height: 370px;
}

@media screen and (max-width: 639px) {
  .post {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 0;
  }
}

.post:hover {
  border: solid 1px #1a1a1a;
}

.post a {
  display: block;
  color: #000;
}

.post__img {
  margin-bottom: 10px;
}

.post__detail {
  text-align: left;
}

.post__title, .post__price {
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 639px) {
  .post__title, .post__price {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.post__title {
  margin-bottom: 15px;
}

.post__price {
  margin-bottom: 5px;
}

.post__price small {
  text-decoration: line-through;
  color: #bcbcbc;
  font-size: 0.8em;
}

.post__per {
  color: #cb2026;
  font-size: 0.85em;
}

.promotion {
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .promotion {
    margin-top: 40px;
  }
}

.promotion__item {
  width: 50%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 639px) {
  .promotion__item {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.promotion a, .promotion img {
  display: block;
}

.newsletter {
  background: url(../images/news-bg.jpg) no-repeat right top #eef4f6;
  background-size: cover;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (max-width: 640px) {
  .newsletter {
    background-size: 100%;
  }
}

.newsletter__detal {
  padding: 25px 0 25px 60px;
  font-family: 'promptRegular';
  font-size: 18px;
  font-size: 1.8rem;
  color: #898989;
}

.newsletter__detal p {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .newsletter__detal {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 640px) {
  .newsletter__detal {
    padding: 15px;
  }
}

.newsletter__title {
  font-family: 'promptMedium';
  font-size: 40px;
  font-size: 3rem;
  display: inline-block;
  color: #c48c06;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .newsletter__title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 640px) {
  .newsletter__title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.newsletter__title span {
  color: #cb2026;
}

.newsletter__input {
  display: block;
  background: url(../images/icon-email.png) no-repeat 10px center #fff;
  border: solid 1px #898989;
  width: 245px;
  height: 35px;
  line-height: 35;
  padding-left: 35px;
  margin-top: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}

.review {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: 'promptMedium';
  color: #000;
  transition: all 0.2s ease;
}

.review:before, .review:after {
  content: " ";
  display: table;
}

.review:after {
  clear: both;
}

@media screen and (max-width: 639px) {
  .review {
    font-size: 12px;
    font-size: 1.2rem;
    padding-bottom: 0;
  }
}

.review a {
  display: block;
  color: #000;
}

.review__post {
  width: 25%;
  float: left;
  padding: 10px;
}

@media screen and (max-width: 959px) {
  .review__post {
    width: 50%;
  }
  .review__post:nth-of-type(odd) {
    clear: left;
    float: left;
  }
}

.review__img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.review__title {
  margin: 5px 0;
  display: block;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 639px) {
  .review__title {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.review__desc {
  font-family: Arial, tahoma, sans-serif;
  margin: 0;
  line-height: 1.4;
  margin-bottom: 5px;
}

.review__link {
  color: #cb2026;
  font-family: Arial, tahoma, sans-serif;
}

.shop {
  text-align: center;
}
.shop .slick-next.slick-arrow, .shop .slick-prev.slick-arrow {
  display: none;
}
.shop:before, .shop:after {
  content: " ";
  display: table;
}

.shop:after {
  clear: both;
}

.shop__post {
  height: 90px;
  vertical-align: top;
  display: inline-block;
  padding: 20px;
  width:  auto !important;
  text-align: center;

}

@media screen and (max-width: 640px) {
  .shop__post {
    height: 70px;
  }
}

.shop__post img {
  width: auto;
  height: 100%;
  display: block;
}

.section {
  margin-bottom: 20px;
}

.section-main {
  margin-bottom: 40px;
}

.section-main.top {
  margin-top: 25px;
}

.section__post:before, .section__post:after {
  content: " ";
  display: table;
}

.section__post:after {
  clear: both;
}

.section__post .post {
  width: 20%;
  float: left;
}

@media screen and (max-width: 959px) {
  .section__post .post {
    width: 50%;
  }
  .section__post .post:nth-of-type(odd) {
    clear: left;
    float: left;
  }
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

@media screen and (min-width: 960px) {
  .wrapper {
    width: 940px;
    margin: auto;
  }
  .wrapper:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.main {
  border-top: none;
}

@media screen and (max-width: 959px) {
  header .head {
    width: 100%;
  }
  header .head > span.left, header .head > ul.right {
    display: none;
  }
}

.header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
}

.header__top {
  background: #000;
  color: #fff;
  height: 32px;
  line-height: 32px;
}
.header__top:before, .header__top:after {
  content: " ";
  display: table;
}
.header__top:after {
  clear: both;
}
.header__main {
  height: 80px;
}
.header__main .wrapper {
    overflow: initial;
    position: relative;
}
.header__phone {
  float: left;
}
.header__main:before, .header__main:after {
  content: " ";
  display: table;
}
.header__main:after {
  clear: both;
}
.noti-icon {
  line-height: 1;
}
@media screen and (max-width: 959px) {
  .header {
    border-bottom: solid 1px #efefef;
  }
  .header__top {
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 10px;
  }
  .header__phone {
    font-size: 10px;
    line-height: 24px;
    width: 100%;
    color: #fff;
    float: none;
    display: block;
  }
}
@media screen and (min-width: 960px) {
  .nav-form {
    display: block;
    position: absolute;
    top: -34px;
    right: 126px;
  }
  .header__member--list {
    display: inline-block;
    padding-top: 9px;
    padding-left: 5px;
    font-size: 11px;
    font-size: 1.18rem;
    position: relative;
    color: #fff;
    line-height: 1.6;
    font-family: Arial, Helvetica, sans-serif;
  }
  .header__member--list a {
    color: #fff;
    background: transparent;
  }
  .header__member--list span {
    padding-left: 5px;
  }
  .header__main .noti-icon {
    display: block;
    position: absolute;
    top: -10px;
    right: 10px;
    top: -25px;
    right: 0;
    color: #fff;
  }
  .header__main .noti-icon .noti {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #ff2200;
    border-radius: 50%;
    text-align: center;
    padding: 3px 0 0;
    margin-left: 10px;
    color: #fff;
  }
  .header__main .noti-icon a:before {
    display: inline-block;
    content: "Shopping Bag";
    color: #fff;
    position: relative;
  }
}

@media screen and (max-width: 959px) {
  .header__main {
    height: 50px;
  }
  .header__main .noti-icon {
    background: url('../images/shopping-cart.svg') no-repeat #ff2200 5px 3px;
    display: block;
    float: right;
    margin-top: 17px;
    min-width: 40px;
    height: 16px;
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    background-size: 15px;
    position: relative;
    z-index: 99;
  }
  .header__main .noti-icon .noti {
    width: auto;
    height: auto;
    display: inline-block;
    background: transparent;
    border-radius: 0;
    text-align: center;
    padding: 2px 7px 0;
    position: relative;
    text-align: center;
    margin-left: 17px;
    color: #fff;
  }
  .nav-form {
    display: block;
    border-top: solid 1px #222;
    border-bottom: solid 1px #222;
  }
  .nav-form:after {
    content: " ";
    display: block;
    clear: both;
  }
  .nav-form .header__member {
    float: none;
    width: 100%;
  }
  .header__member--list {
    display: block;
    float: left;
    width: 50%;
    padding: 15px 0;
    text-align: center;
    color: #000;
    font-size: 1em;
  }
  .header__member--list:nth-of-type(2n) {
    border-left: solid 1px #222;
  }
  .header__member--list-logout {
    width: 100%;
    border-top: 1px solid #000;
  }
  .header__member--list span {
    display: none;
  }
  .header__member--list a {
    color: #000;
    background: none;
  }
}

.header__logo {
  width: 300px;
  height: 65px;
  background: url(../images/logo.png) no-repeat;
  background-size: 100%;
  margin: 8px 0 0;
  text-indent: -9999px;
  float: left;
}
.header__logo h1, .header__logo h1 a {
  display: block;
  height: 100%;
}

@media screen and (max-width: 959px) {
  .header__logo {
    background-size: 120px;
    top: -3px;
    position: absolute;
    left: 50%;
    margin-left: -58px;
    width: 120px;
    height: 25px;
  }
}

.header__bottom:before, .header__bottom:after {
  content: " ";
  display: table;
}

.header__bottom:after {
  clear: both;
}

@media screen and (min-width: 960px) {
  .header__bottom-topmobile {
    display: none;
  }
}

.header__bottom-topdesktop {
  background: #e9e9e9;
  height: 39px;
  line-height: 37px;
}
.header__bottom-topdesktop .wrapper {
  position: relative;
}
.header__bottom-topdesktop .wrapper .search-top {
  position: absolute;
  z-index: 99;
}

@media screen and (max-width: 959px) {
  .header__bottom-topdesktop {
    display: none;
  }
}

.header__bottom-bottom {
  background: #fff;
  height: 35px;
  line-height: 35px;
}

@media screen and (max-width: 959px) {
  .header__bottom-bottom {
    display: none;
  }
}

footer {
  background: #fff;
  height: auto;
}

.footer {
  font-size: 14px;
  font-size: 1.4rem;
  background: #fff;
}

.footer__top {
  text-align: center;
  font-size: 0;
}

.footer__top .wrapper {
  border-top: solid 1px #d4d4d4;
  padding: 25px 0;
}

@media screen and (max-width: 767px) {
  .footer__top .wrapper {
    padding: 25px 10%;
  }
}

@media screen and (max-width: 639px) {
  .footer__top .wrapper {
    padding: 25px 5%;
  }
}

@media screen and (max-width: 480px) {
  .footer__top .wrapper {
    padding: 25px 0;
  }
}

.footer__top .footer__item {
  display: inline-block;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .footer__top .footer__item {
    width: 25%;
    padding: 0 10px;
  }
  .footer__top .footer__item img {
    width: 100%;
  }
}

.footer__middle {
  background: #e9e9e9;
  color: #000;
  padding: 25px 0;
}

.footer__middle:before, .footer__middle:after {
  content: " ";
  display: table;
}

.footer__middle:after {
  clear: both;
}

.footer__middle .footer__menu, .footer__middle .footer__sponcer {
  width: 50%;
}

.footer__middle .footer__menu {
  float: left;
}

.footer__middle .footer__menu:before, .footer__middle .footer__menu:after {
  content: " ";
  display: table;
}

.footer__middle .footer__menu:after {
  clear: both;
}

@media screen and (max-width: 959px) {
  .footer__middle .footer__menu {
    width: 100%;
    float: none;
    margin-bottom: 40px;
  }
}

.footer__middle .footer__menu--col {
  width: 47%;
  float: left;
  font-size: 13px;
  font-size: 1.3rem;
  color: #000;
}

.footer__middle .footer__menu--col:nth-of-type(2) {
  border-left: solid 1px #bcbcbc;
  padding-left: 20px;
}

.footer__middle .footer__menu--col strong {
  /*font-family: 'openSansBold';*/
  font-family: 'Crimson Text';
  margin-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
}

.footer__middle .footer__menu--col a {
  color: #000;
  font-family: 'openSansRegular';
  display: block;
  margin-bottom: 8px;
  margin-left: 30px;
}

.footer__middle .footer__menu .icon-contact {
  display: inline-block;
  background: url(../images/icon-contact.png) no-repeat;
  width: 27px;
  height: 30px;
  vertical-align: middle;
}

.footer__middle .footer__menu .icon-contact--pencil {
  background-position: 0 7px;
}

.footer__middle .footer__menu .icon-contact--key {
  background-position: 0 -45px;
}

.footer__middle .footer__sponcer {
  float: right;
}

.footer__middle .footer__sponcer:before, .footer__middle .footer__sponcer:after {
  content: " ";
  display: table;
}

.footer__middle .footer__sponcer:after {
  clear: both;
}

@media screen and (max-width: 959px) {
  .footer__middle .footer__sponcer {
    width: 60%;
    margin: auto;
    text-align: center;
    float: none;
  }
}

@media screen and (max-width: 639px) {
  .footer__middle .footer__sponcer {
    width: 80%;
  }
}

.footer__middle .footer__item {
  width: 180px;
  float: left;
  margin-left: 30px;
}

@media screen and (max-width: 959px) {
  .footer__middle .footer__item {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0;
  }
}

.footer__bottom {
  background: #000;
  color: #fff;
  padding: 5px 0;
}

.footer__bottom:before, .footer__bottom:after {
  content: " ";
  display: table;
}

.footer__bottom:after {
  clear: both;
}
.tb.tb-contact {
  position: relative;
  padding: 40px;
}
.tb.tb-contact .required {
  position: absolute;
  top: 10px;
  right: 10px;
}
.sub-address p {
  width: 50%;
  float: left;
}
@media screen and (max-width: 639px) {
  .sub-address p {
    width: 100%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  .footer__bottom {
    padding: 15px 0 10px;
  }
  .tb.tb-contact {
    padding: 40px 20px;
  }
}

.footer__bottom .socials, .footer__bottom .copyright {
  float: right;
}
@media screen and (max-width: 959px) {
  .footer__bottom .socials, .footer__bottom .copyright {
    width: 100%;
    text-align: center;
    float: none;
  }
  .footer__bottom .copyright {
    margin-bottom: 10px;
  }
}

.footer__bottom .copyright {
  float: left;
  font-family: 'openSansRegular';
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 8px;
}

@media screen and (max-width: 640px) {
  .footer__bottom .copyright {
    font-size: 10px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.order:after {
  content: " ";
  display: block;
  clear: both;
}
@media screen and (max-width: 959px) {
  .nav-account, .about.right {
    width: 100%;
    clear: right;
    box-sizing: border-box;
  }
  .nav-account {
    margin-bottom: 20px;
  }
  .about {
    border: none;
    padding: 0;
    margin-bottom:  40px;
  }
  .breadcrumb {
    border-top:  solid 1px #efefef;
    border-bottom:  solid 1px #efefef;
    height: auto;
    margin-bottom: 20px;
  }
  .cat_list {
    margin-bottom: 40px;
  }
  .cat_list>ul>li {
    width: 25%;
    height: 225px;
    float: left;
  }
  .cat_list>ul>li>a>img {
    width: 100%;
    height: 225px;
  }
  .product .left {
    width: 100%;
    clear: left;
    position: relative;
    margin-bottom: 10px;
  }
  .product h1 {
    width: 100%;
  }
  .product-menu {
    display: block;
    position: absolute;
    top: 22px;
    right: 0;
    font-size: 11px;
    font-weight: bold;
    color: #222222;
    background: #e9e9e9;
    padding: 3px 10px;
    border-radius: 5px;
  }
  .product > div > nav {
    display: none;
    width: 100%;
  }
  .product > div > nav > ul {
    width: 100%;
    padding-top: 15px;
    background: #efefef;
  }
  .product > div > nav > ul:after {
    content: " ";
    display: block;
    clear: both;
  }
  .product > div > nav > ul > li {
    display: inline-block;
    float: left;
  }
  
  .product > div > nav > ul > li > a {
    font-size: 15px;
    padding: 5px 0;
  }
  .product > div > nav > ul > li > a:before {
    content: "◆";
    display: inline-block;
    position: relative;
    margin-right: 20px;
    padding-left: 20px;
    font-size: 0.7em;
    line-height: 0;
    vertical-align: middle;
    color: #999;
  }
  .product > .product-show {
    width: 100%;
  }
  .product-list {
    width: 100%;
    margin: 0;
  }
  .product-list .list:after {
    content: " ";
    display: block;
    clear: both;
  }
  .div_thumb_product {
    width: 100%;
    height: auto;
  }
  .payment input[type="text"], .popup input[type="text"], .popup input[type="password"], .account-form input[type="text"], .account-form input[type="password"] {
    width: 100%;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .cat_list>ul>li {
    width: 50%;
  }
  .breadcrumb > li {
    font-size: 11px;
  }
}
@media screen and (max-width: 539px) {
  .breadcrumb {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 449px) {
  section > h1 {
    font-size: 24px;
  }
  .cat_list>ul>li {
    height: 160px;
  }
  .cat_list .cat_list_decription {
    font-size:12px;
  }
}

/* shopping cart */
@media screen and (max-width: 959px) {
  .payment > article > section {
    width: 100%;
  }
  .payment {
    margin-bottom: 20px;
  }
  .credit {
    border: none;
  }
  .credit>ul>li>ul {
    margin-top: 10px;
  }
  .credit, .member-info, .my-order-info, .member-address {
    padding: 0 50px;
  }
  .member-address td {
    padding: 0 10px;
  }
}
@media screen and (max-width: 910px) {
  .shop-product, .shop-product > ul > li, .shop-product > ul > li > .shop-info, .shop-order, .payment select {
    width: 100%;
  }
  .shop-product > ul > li > figure {
    width: 100%;
    text-align: center;
  }
  .shop-order {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 640px) {
  .shopping-cart > h1 + p {
    background-size: 100%;
    background-position: 5px 0;
    height: 35px;
  }
}
@media screen and (max-width: 480px) {
  .shop-info-box {
    width: 100%;
    float: none;
    margin-bottom: 5px;
  }
  .shop-info-row {
    line-height: 0;
  }
  .credit, .member-info, .my-order-info, .member-address {
    padding: 0 20px;
  }
}