/*              Fonts 
-------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,300i,400,400i,500,500i,600,600i,700,700i&display=swap');
@import "font-awesome.min.css";
@import "jquery-ui.css";
@import "owl.carousel.min.css";
@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: 'Montserrat', sans-serif;
  background: #f2f2f2;
  overflow-x: hidden;
}
header {
  background: white;
  position: relative;
  z-index: 11;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  z-index: 90;
}
header .top {
  padding: 0 0;
  font-size: 12px;
}
header .top .slogan {
  display: table;
  float: left;
  line-height: 30px;
  font-style: italic;
}
header .top .buttons {
  display: table;
  float: right;
}
header .top .buttons a {
  text-decoration: none;
  display: inline-table;
  margin-left: 20px;
  line-height: 30px;
}
header .center {
  padding: 10px 0;
}
header .center .logo {
  display: table;
  float: left;
  width: 250px;
}
header .center .logo img {
  display: block;
  width: 100%;
  height: auto;
}
header .center .right {
  margin: 17px 0 0;
  display: table;
  float: right;
}
header .center .right .search {
  float: left;
  display: table;
  position: relative;
}
header .center .right .search input {
  display: block;
  border: 1px solid #eeeeee;
  height: 40px;
  padding: 0 15px;
  outline: none;
  width: 350px;
}
header .center .right .search button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: #e40428;
  height: 42px;
  width: 42px;
  color: white;
  font-size: 18px;
  outline: none;
}
header .center .right .buttons {
  float: right;
  display: table;
  margin-top: 5px;
  margin-left: 50px;
}
header .center .right .buttons a {
  display: inline-block;
  text-decoration: none;
  color: #1b1c1b;
  padding: 0 20px;
  line-height: 30px;
  border-right: 1px solid #eeeeee;
}
header .center .right .buttons .basket {
  border-right: none;
  padding-right: 0;
}
header .center .right .buttons .swith-menu {
  display: none;
  border-right: none;
  padding-right: 0;
  font-size: 30px;
  float: right;
}
header .colors:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header .colors div {
  width: 16.666666667%;
  float: left;
  height: 5px;
}
header .colors div:nth-child(1) {
  background: #e40428;
}
header .colors div:nth-child(2) {
  background: #e40428;
}
header .colors div:nth-child(3) {
  background: #e40428;
}
header .colors div:nth-child(4) {
  background: #e40428;
}
header .colors div:nth-child(5) {
  background: #e40428;
}
header .colors div:nth-child(6) {
  background: #e40428;
}
header .bottom ul {
  list-style: none;
}
header .bottom ul:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header .bottom ul li {
  float: left;
  text-align: center;
  border-left: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
header .bottom ul li a {
  display: block;
  line-height: 40px;
  font-weight: 600;
  text-decoration: none;
}
header .bottom ul li:last-child {
  border-right: 1px solid #eeeeee;
}
header .bottom ul .cats-1 {
  width: 100%;
}
header .bottom ul .cats-2 {
  width: 50%;
}
header .bottom ul .cats-3 {
  width: 33.333333333%;
}
header .bottom ul .cats-4 {
  width: 25%;
}
header .bottom ul .cats-5 {
  width: 20%;
}
header .bottom ul .cats-6 {
  width: 16.666666667%;
}
header .bottom ul .cats-7 {
  width: 14.285714286%;
}
header .bottom ul .cats-8 {
  width: 12.5%;
}
header .mobile-menu {
  padding: 0 20px 10px;
  display: none;
}
header .mobile-menu ul {
  list-style: none;
  border-top: 1px solid #eeeeee;
  padding-top: 20px;
  margin-bottom: 20px;
  text-align: right;
}
header .mobile-menu ul li {
  padding: 3px 0;
}
header .mobile-menu ul li a {
  text-decoration: none;
  display: block;
  color: #27282a !important;
}
header .colored {
  background: #e40428;
  color: white !important;
  padding: 0 10px !important;
}
section#main {
  padding: 50px 0;
}
section#main h2 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  font-family: 'GothamBold', sans-serif;
}
section#main .product {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
section#main .product a {
  text-decoration: none;
  position: relative;
  outline: none;
  margin-bottom: 15px;
  display: block;
}
section#main .product a img {
  display: block;
  width: 100%;
  height: auto;
}
section#main .product a .real {
  position: absolute;
  top: 0;
  left: 0;
}
section#main .product .title {
  font-weight: 600;
  margin-bottom: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 20px;
}
section#main .product .title a {
  text-decoration: none;
}
section#main .product .price .discount {
  float: left;
  display: table;
  background: #e40428;
  color: white;
  text-align: center;
  font-weight: 600;
  padding: 10px;
  font-size: 12px;
  -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-right: 15px;
  line-height: 16px;
}
section#main .product .price .discount span {
  display: block;
  font-size: 14px;
}
section#main .product .price .space {
  float: left;
  display: table;
  height: 52px;
}
section#main .product .price .pr {
  display: table;
  float: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding: 0px 0;
}
section#main .product .price .pr span {
  display: block;
  color: #aaaaaa;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 12px;
}
section#main .product .price .pr b {
  display: block;
  font-weight: 400;
  font-size: 12px;
}
section#main .product .price:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#main .carousel .slick-dots {
  text-align: center;
  margin-top: 20px;
}
section#main .carousel .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
section#main .carousel .slick-dots li button {
  border: none;
  outline: none;
  height: 20px;
  width: 20px;
  border: 1px solid white;
  color: transparent;
  cursor: pointer;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#main .carousel .slick-dots .slick-active button {
  background: white;
}
section#main .new {
  padding-bottom: 50px;
}
section#main .banner img {
  width: 100%;
  height: auto;
}
section#main .products {
  padding: 50px 0 0;
}
section#main .products .product {
  width: 20%;
  float: left;
  margin-bottom: 40px;
}
section#main .banners a {
  display: block;
  width: 50%;
  float: left;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#main .banners a img {
  display: block;
  width: 100%;
  height: auto;
}
section#pos {
  padding: 30px 0;
  text-align: center;
}
section#pos h1 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
section#pos table {
  font-size: 12px;
}
section#pos table td {
  line-height: 20px;
}
section#pos table td:first-child {
  display: none;
}
section#pos table td:nth-child(2) {
  display: none;
}
section#pos table td:nth-child(3) {
  width: 90px;
}
section#pos hr {
  background: url(header-default-icon.png) no-repeat center top;
  display: block;
  height: 7px;
  margin-bottom: 20px;
}
section#pos p {
  line-height: 22px;
  margin-bottom: 10px;
}
section#pos a {
  display: table;
  outline: none;
  border: none;
  text-decoration: none;
  color: #4a4a4a;
  background: white;
  padding: 0 20px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 20px auto 0;
  font-weight: bold;
}
.navibar {
  padding: 10px 0;
}
.navibar ul {
  list-style: none;
}
.navibar ul:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.navibar ul li {
  padding-right: 5px;
  float: left;
  font-size: 12px;
  line-height: 20px;
}
.navibar ul li:after {
  padding-left: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  text-rendering: auto;
  content: "\f101";
  font-size: inherit;
}
.navibar ul li a {
  text-decoration: none;
}
.navibar ul li:last-child:after {
  content: "";
  padding-left: 0;
}
section#products {
  padding: 10px 0 50px;
}
section#products .sidebar {
  float: left;
  width: 22%;
}
section#products .sidebar .box {
  background: #fbfbfb;
  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: 20px;
  border: 1px solid #eeeeee;
}
section#products .sidebar .box h2 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 18px;
}
section#products .sidebar .box .cats {
  list-style: none;
}
section#products .sidebar .box .cats li {
  margin-bottom: 5px;
}
section#products .sidebar .box .cats li a {
  text-decoration: none;
  color: #1b1c1b;
  line-height: 18px;
}
section#products .sidebar .box .cats li a:hover {
  font-weight: 600;
}
section#products .sidebar .box .checkbox {
  list-style: none;
}
section#products .sidebar .box .checkbox li {
  margin-bottom: 5px;
}
section#products .sidebar .box .checkbox li input {
  display: block;
  float: left;
  width: 14px;
  height: 14px;
  margin: 2px 5px 2px 0;
}
section#products .sidebar .box .checkbox li label {
  display: table;
  line-height: 18px;
}
section#products .sidebar .box .checkbox li:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#products .sidebar .box .color .color-box {
  position: relative;
  width: 30px;
  float: left;
  height: 30px;
  margin: 0 5px 5px 0;
}
section#products .sidebar .box .color .color-box input {
  display: none;
}
section#products .sidebar .box .color .color-box label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border: 1px solid #eeeeee;
}
section#products .sidebar .box .color:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#products .sidebar .box .datebox,
section#products .sidebar .box .price {
  display: block;
  width: 47%;
  float: left;
  height: 30px;
  padding: 0 5px;
  border: 1px solid #eeeeee;
  background: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#products .sidebar .box #datepicker2,
section#products .sidebar .box #price2 {
  float: right;
}
section#products .sidebar .box button {
  display: block;
  height: 30px;
  border: none;
  width: 100%;
}
section#products .content {
  float: right;
  width: 75%;
}
section#products .content .sorting {
  background: #fbfbfb;
  width: 97%;
  margin-left: 3%;
  padding: 10px 10px;
  -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: 20px;
  border: 1px solid #eeeeee;
}
section#products .content .sorting select {
  height: 26px;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  margin-left: 5px;
  display: inline-block;
  outline: none;
}
section#products .content .product {
  width: 22%;
  float: left;
  margin: 0 0 20px 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
section#products .content .product a {
  text-decoration: none;
  outline: none;
  margin-bottom: 15px;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
section#products .content .product a .imgcon {
  position: relative;
}
section#products .content .product a .imgcon img {
  display: block;
  width: 100%;
  height: auto;
  outline: none;
}
section#products .content .product a .imgcon .real {
  position: absolute;
  top: 0;
  right: 0;
}
section#products .content .product a .lazy-out {
  display: none;
}
section#products .content .product a .slick-slide {
  display: block;
}
section#products .content .product .product-color-carousel span {
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin-right: 2px;
  border: 1px solid #eeeeee;
}
section#products .content .product .product-color-carousel:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#products .content .product .space {
  float: left;
  display: table;
  height: 54px;
}
section#products .content .product .title {
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
section#products .content .product .title a {
  text-decoration: none;
  border: none;
  margin: 0;
}
section#products .content .product .discount {
  float: left;
  display: table;
  background: #e40428;
  color: white;
  text-align: center;
  font-weight: 600;
  padding: 10px;
  font-size: 12px;
  -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-right: 15px;
  line-height: 16px;
}
section#products .content .product .discount span {
  display: block;
  font-size: 14px;
}
section#products .content .product .pr {
  display: table;
  float: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding: 0px 0;
}
section#products .content .product .pr span {
  display: block;
  color: #aaaaaa;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 12px;
}
section#products .content .product .pr b {
  display: block;
  font-weight: 400;
  font-size: 12px;
}
section#products .content .more {
  display: table;
  margin: 20px auto 0;
  padding: 0 30px;
  line-height: 30px;
  text-decoration: none;
}
section#blog {
  padding: 30px 0;
}
section#blog h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
section#blog .items {
  margin-top: 40px;
}
section#blog .items .row:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#blog .items .item {
  background: #fcfcfc;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 30.666666667%;
  float: left;
  margin: 0 2% 4%;
}
section#blog .items .item:first-child {
  margin-left: 0;
}
section#blog .items .item:last-child {
  margin-right: 0;
}
section#blog .items .item .box {
  display: block;
  overflow: hidden;
  position: relative;
}
section#blog .items .item .box img {
  width: 100%;
  height: auto;
  display: block;
}
section#blog .items .item .box .img {
  width: 120%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute;
  top: 0;
  left: -5%;
}
section#blog .items .item:hover .box img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section#blog .items .item:hover .content .fa-plus {
  background: black;
}
section#blog .items .item .content {
  position: relative;
  padding: 30px;
}
section#blog .items .item .content span {
  display: block;
}
section#blog .items .item .content .fa-plus {
  position: absolute;
  line-height: 38px;
  width: 38px;
  font-size: 16px;
  text-align: center;
  background: #aaaaaa;
  color: white;
  top: -21px;
  left: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid white;
}
section#blog .items .item .content .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 16px;
  margin: 10px 0;
  display: block;
  font-weight: 600;
}
section#blog .items .item .content p {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
section#blog-detail {
  padding: 30px 0;
}
section#blog-detail .content {
  float: left;
  width: 70%;
}
section#blog-detail .content img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
section#blog-detail .content h1 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
section#blog-detail .content p {
  line-height: 22px;
  margin-bottom: 10px;
}
section#blog-detail .content ul {
  padding-left: 20px;
  line-height: 20px;
  margin-bottom: 10px;
}
section#blog-detail .content .date {
  display: block;
  font-size: 12px;
  margin-top: 10px;
  color: #aaaaaa;
}
section#blog-detail .content .gallery {
  margin-top: 30px;
}
section#blog-detail .content .gallery:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#blog-detail .content .gallery .box {
  display: block;
  float: left;
  width: 23%;
  margin: 0 2% 2% 0;
  overflow: hidden;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
section#blog-detail .content .gallery .box img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}
section#blog-detail .content .gallery .box .img {
  width: 120%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute;
  top: 0;
  left: -5%;
}
section#blog-detail .content .gallery .box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section#blog-detail .sidebar {
  float: right;
  width: 26%;
}
section#blog-detail .sidebar h2 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 20px;
}
section#blog-detail .sidebar .item {
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #f7f7f7;
  margin: 0 0 20px;
}
section#blog-detail .sidebar .item:first-child {
  margin-left: 0;
}
section#blog-detail .sidebar .item:last-child {
  margin-right: 0;
}
section#blog-detail .sidebar .item .box {
  display: block;
  overflow: hidden;
  position: relative;
}
section#blog-detail .sidebar .item .box img {
  width: 100%;
  height: auto;
  display: block;
}
section#blog-detail .sidebar .item .box .img {
  width: 120%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  position: absolute;
  top: 0;
  left: -5%;
}
section#blog-detail .sidebar .item:hover .box img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section#blog-detail .sidebar .item .content {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}
section#blog-detail .sidebar .item .content span {
  display: block;
}
section#blog-detail .sidebar .item .content .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  font-size: 16px;
  margin: 5px 0;
  display: table;
  font-weight: 600;
  width: 100%;
  display: block;
}
section#blog-detail .sidebar .item .content p {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
.navbar {
  padding: 5px 0;
  background: #fbfbfb;
}
.navbar ul {
  list-style: none;
}
.navbar ul:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.navbar ul li {
  padding-right: 5px;
  float: left;
  font-size: 12px;
  line-height: 20px;
  color: #1b1c1b;
}
.navbar ul li:after {
  padding-left: 5px;
  font: normal normal normal 14px/1 FontAwesome;
  display: inline-block;
  text-rendering: auto;
  content: "\f101";
  font-size: inherit;
  color: #1b1c1b;
}
.navbar ul li a {
  text-decoration: none;
  color: #1b1c1b;
}
.navbar ul li:last-child:after {
  content: "";
  padding-left: 0;
}
section#product-detail {
  padding: 20px 0 40px;
}
section#product-detail .image {
  float: left;
  width: 30%;
}
section#product-detail .image img {
  display: block;
  width: 100%;
  height: auto;
}
section#product-detail .image .main-img {
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#product-detail .image .thumbs {
  margin-top: 20px;
}
section#product-detail .image .thumbs a {
  text-decoration: none;
  display: block;
  width: 23.5%;
  margin: 0 2% 2% 0;
  float: left;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#product-detail .image .thumbs a:nth-child(4) {
  margin-right: 0;
}
section#product-detail .image .thumbs a img {
  display: block;
  width: 100%;
  height: auto;
}
section#product-detail .image .thumbs:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#product-detail .text {
  float: right;
  width: 58%;
}
section#product-detail .text h1 {
  color: #27282a;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
section#product-detail .text hr {
  display: block;
  border-bottom: 1px solid #e40428;
  margin: 30px 0;
}
section#product-detail .text .desc {
  line-height: 28px;
}
section#product-detail .text .desc ol {
  padding-left: 15px;
  margin-bottom: 10px;
}
section#product-detail .text .desc ul {
  padding-left: 20px;
  margin-bottom: 10px;
}
section#product-detail .text .desc h3 {
  font-size: 16px;
  color: #27282a;
  margin-bottom: 5px;
}
section#product-detail .text .desc p {
  margin-bottom: 10px;
}
section#product-detail .text select {
  height: 34px;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  float: left;
  display: table;
  outline: none;
}
section#product-detail .text .ui-spinner {
  border: 1px solid #eeeeee;
  border-radius: 0;
  width: 61px;
  float: right;
  overflow: hidden;
}
section#product-detail .text .ui-widget input {
  padding: 0px 10px;
  text-align: right;
  font-size: 16px;
  width: 40px;
  height: 32px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
section#product-detail .text .ui-spinner-up {
  width: 20px;
  height: 16px;
  float: right;
  display: block;
  border: none !important;
}
section#product-detail .text .ui-spinner-down {
  width: 20px;
  height: 17px;
  float: right;
  display: block;
  margin-top: -16px;
  border: none !important;
}
section#product-detail .text .ui-spinner-button {
  border-radius: 0;
  border-left: 1px solid #eeeeee !important;
  text-align: center;
}
section#product-detail .text .ui-spinner-button .ui-icon {
  text-indent: 0;
  background: none;
  color: #27282a;
  text-align: center;
  display: block;
  font-size: 12px;
  width: 100%;
  line-height: 17px;
  cursor: default;
}
section#product-detail .text .add-basket {
  float: right;
  height: 34px;
  border: none;
  outline: none;
  color: white;
  background: #27282a;
  padding: 0 20px;
  font-weight: 700;
  margin-left: 20px;
}
section#product-detail .text .price {
  display: table;
  float: right;
  text-align: right;
}
section#product-detail .text .price .real-price {
  font-size: 40px;
  color: #27282a;
}
section#product-detail .text .price .real-price .fa {
  font-size: 36px;
}
section#product-detail .text .price .old-price {
  font-size: 20px;
  color: #aaaaaa;
  text-decoration: line-through;
}
section#product-detail .text .price .old-price .fa {
  font-size: 19px;
}
section#product-detail .text .bdiscont {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}
section#product-detail .text .bdiscont span {
  color: #27282a;
}
section#product-detail .text .no-stock {
  font-size: 16px;
  text-align: right;
}
section#product-detail .text .discont-text {
  display: table;
  float: left;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}
section#product-detail .text .discont-text span {
  color: #27282a;
}
section#product-detail .text .favorite {
  text-decoration: none;
  color: #27282a;
  line-height: 20px;
}
section#product-detail .text .favorite .fa {
  font-size: 16px;
  color: red;
}
section#product-detail .tabs {
  margin-top: 50px;
  border: none;
}
section#product-detail .tabs .ui-tabs-nav {
  list-style: none;
  background: none;
  margin-bottom: -1px;
}
section#product-detail .tabs .ui-tabs-nav li {
  display: table;
  float: left;
  background: none;
  border: none;
  outline: none;
  padding: 5px 20px 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
section#product-detail .tabs .ui-tabs-nav li a {
  text-decoration: none;
  outline: none;
  color: #1b1c1b;
  display: block;
  line-height: 30px;
  font-weight: 500;
}
section#product-detail .tabs .ui-tabs-nav .ui-tabs-active {
  border: 1px solid #eeeeee;
  border-bottom: 1px solid white;
}
section#product-detail .tabs .ui-tabs-nav .ui-tabs-active a {
  text-decoration: none;
  outline: none;
  color: #27282a;
}
section#product-detail .tabs .ui-tabs-nav:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#product-detail .tabs .ui-tabs-panel {
  padding: 15px 20px 10px;
  font-size: 14px;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
section#product-detail .tabs .ui-tabs-panel p {
  line-height: 28px;
  margin-bottom: 10px;
}
section#product-detail .tabs .ui-tabs-panel ul {
  list-style: none;
  line-height: 22px;
  margin-bottom: 10px;
}
section#page {
  padding: 30px 0;
}
section#page h1 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
section#page p {
  line-height: 22px;
  margin-bottom: 10px;
}
section#page ul {
  padding-left: 20px;
  line-height: 22px;
  margin-bottom: 10px;
}
section#page table {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
section#page table td {
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
section#sss {
  padding: 30px 0;
}
section#sss h1 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
section#sss .questions {
  margin: 20px 0 50px;
}
section#sss .questions .item {
  margin-bottom: 20px;
}
section#sss .questions .item .tit {
  cursor: pointer;
  position: relative;
  color: white;
  padding: 7px 45px 7px 15px;
  font-size: 16px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section#sss .questions .item .tit i {
  display: table;
  position: absolute;
  right: 15px;
  top: 50%;
  line-height: 20px;
  margin-top: -10px;
  font-size: 22px;
}
section#sss .questions .item .answer {
  font-size: 14px;
  display: none;
  padding: 15px;
}
section#sss .questions .item .answer ul {
  padding-left: 25px;
  margin-bottom: 10px;
  line-height: 240px;
}
section#sss .questions .item .answer p {
  margin-bottom: 10px;
  line-height: 24px;
}
section#sss .questions .item .answer a {
  color: #27282a;
  text-decoration: none;
}
section#contact {
  padding: 30px 0 50px;
}
section#contact h1 {
  font-size: 34px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 40px;
  text-align: center;
}
section#contact #buttons {
  margin: 1px 0 50px;
  background: #f3f3f3;
}
section#contact #buttons .coll {
  display: block;
  text-decoration: none;
  float: left;
  width: 33.333333333%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding: 40px 20px;
  border-left: 1px solid white;
}
section#contact #buttons .coll:first-child {
  border-left: none;
}
section#contact #buttons .coll h3 {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: 2px;
}
section#contact #buttons .coll p {
  color: black;
}
section#contact #buttons .coll a {
  display: table;
  border: 1px solid #eeeeee;
  line-height: 26px;
  padding: 0 15px;
  margin: 20px auto 0;
  text-decoration: none;
}
section#contact #buttons .coll a:hover {
  background: white;
}
section#contact .form {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  width: 48%;
}
section#contact .form .coll {
  float: left;
  width: 48%;
  margin-bottom: 15px;
}
section#contact .form .right {
  float: right;
}
section#contact .form p {
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 16px;
}
section#contact .form input[type="text"],
section#contact .form textarea,
section#contact .form select {
  background: #fbfbfb;
  display: block;
  width: 100%;
  -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 #eeeeee;
  height: 40px;
  padding: 0 15px;
  outline: none;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
section#contact .form select {
  margin-bottom: 15px;
  padding: 0 12px;
}
section#contact .form textarea {
  padding: 10px 15px;
  resize: none;
  height: 150px;
}
section#contact .form button {
  display: table;
  color: white;
  padding: 0 40px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  font-weight: 600;
  margin: 20px 0 0;
  font-family: 'Montserrat', sans-serif;
}
section#contact .form select.error,
section#contact .form input.error,
section#contact .form textarea.error {
  border: 1px solid red;
}
section#contact .form .checkbox {
  position: relative;
  margin-top: 10px;
  display: table;
  float: right;
}
section#contact .form .checkbox span {
  display: table;
  line-height: 32px;
}
section#contact .form .checkbox span a {
  text-decoration: none;
  color: white;
}
section#contact .form .checkbox input {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  margin: 8px 5px 0 0;
}
section#contact .form .checkbox label {
  position: absolute;
  bottom: -10px;
  font-size: 12px;
  right: 0;
  font-style: italic;
}
section#contact .form .checkbox:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#contact .form .response {
  text-align: center;
}
section#contact .form .response img {
  width: 175px;
  height: auto;
  display: block;
  margin: 0 auto 0;
}
section#contact .form .response span {
  display: block;
  font-size: 20px;
  margin-bottom: 5px;
}
section#contact .info {
  float: right;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px;
  width: 48%;
}
section#contact .info h2 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}
section#contact .info p {
  line-height: 24px;
  font-size: 16px;
}
section#contact .info a {
  text-decoration: none;
}
section#contact .info .adtable {
  margin-bottom: 10px;
}
section#contact .info .adtable td {
  padding-bottom: 10px;
  line-height: 22px;
}
section#contact #address {
  text-align: center;
  color: white;
  padding: 40px 0 30px;
  margin: 50px 0 50px;
}
section#contact #address h2 {
  font-family: 'Avenir Next LT Pro Ultra Light Condensed';
  font-weight: normal;
  letter-spacing: 2px;
  margin-bottom: 10px;
  font-size: 34px;
}
section#contact #address hr {
  display: block;
  border-bottom: 1px solid #dddddd;
  margin: 25px auto;
  width: 300px;
}
section#contact #address p {
  font-size: 18px;
  margin-bottom: 15px;
}
section#contact #address p .fa {
  display: inline-block;
  margin-right: 5px;
}
section#contact #address p .fa-envelope {
  font-size: 16px;
}
.basket-res {
  display: none;
  position: fixed;
  width: 600px;
  height: 440px;
  margin-left: -200px;
  margin-top: -220px;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  padding: 20px;
  z-index: 99999;
}
.basket-res .image {
  float: left;
  width: 46%;
}
.basket-res .image img {
  display: block;
  width: 100%;
  height: auto;
}
.basket-res .image .main-img {
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.basket-res h3 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 20px;
}
.basket-res .text {
  float: right;
  width: 48%;
}
.basket-res .text hr {
  display: block;
  border-bottom: 1px solid #eeeeee;
  margin: 30px 0;
}
.basket-res .text .price {
  display: table;
  float: right;
  text-align: right;
}
.basket-res .text .price .real-price {
  font-size: 30px;
}
.basket-res .text .price .real-price .fa {
  font-size: 28px;
}
.basket-res .text .price .old-price {
  font-size: 14px;
  color: #aaaaaa;
  text-decoration: line-through;
}
.basket-res .text .price .old-price .fa {
  font-size: 13px;
}
.basket-res .text .discont-text {
  display: table;
  float: left;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.basket-res .text .count {
  display: table;
  float: left;
  font-size: 14px;
  line-height: 38px;
  font-weight: 500;
}
.basket-res .text .close {
  display: table;
  float: left;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  color: white;
  width: 48%;
  font-weight: 500;
}
.basket-res .text .basket {
  display: table;
  float: right;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  color: white;
  width: 48%;
  font-weight: 500;
}
section#basket {
  padding: 20px 0 50px;
}
section#basket .no-item {
  text-align: center;
  min-height: 300px;
}
section#basket .sidebar {
  float: right;
  width: 25%;
  border: 1px solid #eeeeee;
  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;
  background: #fafafa;
}
section#basket .sidebar table {
  width: 100%;
}
section#basket .sidebar table td {
  padding: 5px 0;
}
section#basket .sidebar table .totel {
  font-weight: bold;
  font-size: 16px;
}
section#basket .sidebar .check {
  margin-top: 20px;
}
section#basket .sidebar .check input {
  width: 14px;
  height: 14px;
  margin: 2px 5px 0 0;
  float: left;
}
section#basket .sidebar .check label {
  font-size: 12px;
}
section#basket .sidebar .check label a {
  text-decoration: none;
}
section#basket .sidebar .go {
  width: 100%;
  outline: none;
  border: none;
  text-decoration: none;
  display: block;
  line-height: 36px;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
section#basket .sidebar input[type="text"] {
  width: 100%;
  height: 36px;
  padding: 0 10px;
  -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 #eeeeee;
  outline: none;
}
section#basket .sidebar hr {
  border-bottom: 1px solid #eeeeee;
  display: block;
  margin: 20px 0;
}
section#basket .sidebar .kodreturn {
  font-size: 12px;
  display: block;
  margin-top: 10px;
  color: red;
}
section#basket .sidebar .promosyon {
  font-size: 14px;
}
section#basket .sidebar .info {
  border: 1px solid #eeeeee;
  padding: 10px;
  font-size: 12px;
  line-height: 16px;
  background: #fdfcc0;
  margin-top: 20px;
}
section#basket .content {
  width: 70%;
  float: left;
}
section#basket .content .address .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
section#basket .content .address .row:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#basket .content .address .row .coll {
  float: left;
  width: 48%;
}
section#basket .content .address .row .coll:last-child {
  float: right;
}
section#basket .content .address input[type="text"],
section#basket .content .address textarea,
section#basket .content .address select {
  display: block;
  border: 1px solid #eeeeee;
  height: 32px;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  padding: 0 10px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
}
section#basket .content .address select {
  padding: 0 7px;
}
section#basket .content .address textarea {
  padding: 10px;
  height: 100px;
}
section#basket .content .address input[type="text"].error,
section#basket .content .address select.error,
section#basket .content .address textarea.error {
  border: 1px solid red;
}
section#basket .content .address .add-item {
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
}
section#basket .content .address .add-item .add-content {
  padding: 20px 20px 10px;
  display: none;
}
section#basket .content .address .add-item .add-content table {
  width: 100%;
  margin-top: -15px;
  margin-bottom: 10px;
}
section#basket .content .address .add-item .add-content table td {
  font-size: 14px;
  width: 50%;
  vertical-align: top;
}
section#basket .content .address .add-item .add-content table td strong {
  font-weight: 600;
  padding-top: 10px;
  display: block;
}
section#basket .content .address .add-item .add-title {
  padding: 10px 20px;
  border-bottom: 1px solid #eeeeee;
}
section#basket .content .address .add-item .add-title input {
  display: block;
  margin: 3px 10px 0 0;
  float: left;
}
section#basket .content .address .add-item .add-title label {
  display: table;
  float: left;
  line-height: 20px;
}
section#basket .content .address .add-item .add-title:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#basket .content .tabs {
  border: none;
}
section#basket .content .tabs .ui-tabs-nav {
  list-style: none;
  background: none;
  margin-bottom: -1px;
}
section#basket .content .tabs .ui-tabs-nav li {
  display: table;
  float: left;
  background: none;
  border: none;
  outline: none;
  padding: 5px 20px 0;
}
section#basket .content .tabs .ui-tabs-nav li a {
  text-decoration: none;
  outline: none;
  color: #1b1c1b;
  display: block;
  line-height: 30px;
  font-weight: 500;
}
section#basket .content .tabs .ui-tabs-nav .ui-tabs-active {
  border: 1px solid #eeeeee;
  border-bottom: 1px solid white;
}
section#basket .content .tabs .ui-tabs-nav .ui-tabs-active a {
  text-decoration: none;
  outline: none;
  color: #27282a;
}
section#basket .content .tabs .ui-tabs-nav:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#basket .content .tabs .ui-tabs-panel {
  padding: 15px 20px 10px;
  font-size: 14px;
  border: 1px solid #eeeeee;
}
section#basket .content .tabs .ui-tabs-panel table {
  margin-bottom: 30px;
}
section#basket .content .tabs .ui-tabs-panel p {
  line-height: 22px;
  margin-bottom: 10px;
}
section#basket .content .tabs .ui-tabs-panel button {
  padding: 0 20px;
  outline: none;
  border: none;
  text-decoration: none;
  display: table;
  line-height: 36px;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
section#basket .content .list {
  width: 100%;
}
section#basket .content .list tr th {
  padding: 0 0 10px;
  font-weight: 600;
}
section#basket .content .list tr td {
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
}
section#basket .content .list tr td img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #eeeeee;
}
section#basket .content .list tr .amount span {
  display: block;
  color: #aaaaaa;
  text-decoration: line-through;
  font-size: 12px;
}
section#basket .content .list tr .total {
  font-weight: 500;
  font-size: 18px;
}
section#basket .content .list tr .title {
  padding-left: 20px;
}
section#basket .content .list tr .title h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 5px;
}
section#basket .content .list tr .title h3 a {
  text-decoration: none;
  color: #e40428;
}
section#basket .content .list tr .title p {
  font-size: 14px;
  margin-bottom: 5px;
}
section#basket .content .list tr .title span {
  display: block;
  font-size: 12px;
}
section#basket .content .list tr .title .remove {
  text-decoration: none;
  color: #aaaaaa;
  font-size: 12px;
}
section#basket .content .list tr .ui-spinner {
  border: 1px solid #eeeeee;
  border-radius: 0;
  width: 71px;
  float: right;
  overflow: hidden;
}
section#basket .content .list tr .ui-widget input {
  padding: 0px 10px;
  text-align: right;
  font-size: 16px;
  width: 50px;
  height: 32px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
section#basket .content .list tr .ui-spinner-up {
  width: 20px;
  height: 16px;
  float: right;
  display: block;
  border: none !important;
}
section#basket .content .list tr .ui-spinner-down {
  width: 20px;
  height: 17px;
  float: right;
  display: block;
  margin-top: -16px;
  border: none !important;
}
section#basket .content .list tr .ui-spinner-button {
  border-radius: 0;
  border-left: 1px solid #eeeeee !important;
  text-align: center;
}
section#basket .content .list tr .ui-spinner-button .ui-icon {
  text-indent: 0;
  background: none;
  color: #27282a;
  text-align: center;
  display: block;
  font-size: 12px;
  width: 100%;
  line-height: 17px;
  cursor: default;
}
section#basket .content .list tr .update {
  background: none;
  outline: none;
  border: none;
  color: #aaaaaa;
  font-size: 12px;
  height: auto;
  margin: 5px auto 0;
  display: table;
  cursor: pointer;
}
section#basket .obf {
  display: none;
}
section#login {
  padding: 50px 0 50px;
}
section#login h2 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
section#login hr {
  background: url(header-default-icon.png) no-repeat center top;
  display: block;
  height: 7px;
  margin-bottom: 20px;
}
section#login .coll {
  float: left;
  width: 45%;
}
section#login .coll .col {
  float: left;
  width: 48%;
}
section#login .coll .right {
  float: right;
}
section#login .coll .full {
  width: 100%;
}
section#login .right {
  float: right;
}
section#login .center {
  margin: 0 auto;
  float: none;
}
section#login .res-text {
  text-align: center;
  padding: 50px;
  line-height: 22px;
}
section#login p {
  font-weight: 500;
  margin-bottom: 10px;
}
section#login input,
section#login select,
section#login textarea {
  display: block;
  width: 100%;
  height: 36px;
  -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 #eeeeee;
  background: #fbfbfb;
  margin-bottom: 20px;
  padding: 0 15px;
  outline: none;
}
section#login select {
  padding: 0 10px;
}
section#login textarea {
  resize: none;
  padding: 15px;
  height: 100px;
}
section#login input.error {
  border: 1px solid red;
}
section#login button {
  display: table;
  padding: 0 40px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  font-weight: 600;
  margin: 20px auto 0;
  font-family: 'Montserrat', sans-serif;
}
section#login .forget {
  display: table;
  text-decoration: none;
  margin: 50px auto 0;
  font-weight: 500;
}
section#login .err-box {
  text-align: center;
  color: red;
  font-weight: 600;
}
section#profile {
  padding: 30px 0;
  min-height: 500px;
}
section#profile h1 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}
section#profile .sidebar {
  float: left;
  width: 20%;
}
section#profile .sidebar ul {
  list-style: none;
}
section#profile .sidebar ul li a {
  text-decoration: none;
  background: #f2f2f2;
  display: block;
  line-height: 40px;
  padding: 0 20px;
  border: 1px solid #f2f2f2;
  border-right: none;
  color: #1b1c1b;
  font-weight: 600;
}
section#profile .sidebar ul li a:hover {
  background: white;
}
section#profile .sidebar ul li .active {
  background: white;
  color: #1b1c1b;
}
section#profile .content {
  float: right;
  width: 75%;
  background: white;
  -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;
  min-height: 400px;
}
section#profile .content .product {
  width: 30.333333333%;
  float: left;
  margin: 0 0 20px 3%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
section#profile .content .product a {
  text-decoration: none;
  outline: none;
  margin-bottom: 15px;
  border: 1px solid #eeeeee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
section#profile .content .product a img {
  display: block;
  width: 100%;
  height: auto;
  outline: none;
}
section#profile .content .product a .lazy-out {
  display: none;
}
section#profile .content .product a .slick-slide {
  display: block;
}
section#profile .content .product .product-color-carousel span {
  display: block;
  float: left;
  height: 20px;
  width: 20px;
  margin-right: 2px;
  border: 1px solid #eeeeee;
}
section#profile .content .product .product-color-carousel:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#profile .content .product .title {
  font-weight: 600;
  margin-bottom: 15px;
}
section#profile .content .product .title a {
  text-decoration: none;
  border: none;
  margin: 0;
}
section#profile .content .product .discount {
  float: left;
  display: table;
  background: #e40428;
  color: white;
  text-align: center;
  font-weight: 600;
  padding: 10px;
  font-size: 12px;
  -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-right: 15px;
  line-height: 16px;
}
section#profile .content .product .discount span {
  display: block;
  font-size: 14px;
}
section#profile .content .product .pr {
  display: table;
  float: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  padding: 0px 0;
}
section#profile .content .product .pr span {
  display: block;
  color: #aaaaaa;
  text-decoration: line-through;
  font-weight: 400;
  font-size: 12px;
}
section#profile .content .product .pr b {
  display: block;
  font-weight: 400;
  font-size: 12px;
}
section#profile .content .no-list {
  text-align: center;
  padding: 50px 0;
}
section#profile .content .list {
  width: 100%;
}
section#profile .content .list tr th {
  padding: 10px;
}
section#profile .content .list tr td {
  padding: 10px;
}
section#profile .content .list tr td a {
  text-decoration: none;
  color: #1b1c1b;
}
section#profile .content .list tr td:first-child {
  font-weight: 600;
}
section#profile .content .list tr:nth-child(even) {
  background: #fafafa;
}
section#profile .content .list tr:nth-child(odd) {
  background: #f2f2f2;
}
section#profile .content .address .title {
  font-size: 20px;
  color: #1b1c1b;
  font-weight: 600;
  margin-bottom: 20px;
}
section#profile .content .address .row:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#profile .content .address .row .coll {
  float: left;
  width: 48%;
}
section#profile .content .address .row .coll:last-child {
  float: right;
}
section#profile .content .address input,
section#profile .content .address textarea,
section#profile .content .address select {
  display: block;
  background: #f2f2f2;
  border: 1px solid #eeeeee;
  height: 32px;
  outline: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
  padding: 0 10px;
  margin-bottom: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
section#profile .content .address select {
  padding: 0 7px;
}
section#profile .content .address textarea {
  padding: 10px;
  height: 100px;
}
section#profile .content .address input.error,
section#profile .content .address select.error,
section#profile .content .address textarea.error {
  border: 1px solid red;
}
section#profile .content .address button {
  display: table;
  padding: 0 40px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600;
  margin: 20px 0 0;
  font-family: 'Montserrat', sans-serif;
}
section#profile .content .detail {
  margin-bottom: 40px;
}
section#profile .content .detail:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#profile .content .detail .coll {
  float: left;
  width: 45%;
}
section#profile .content .detail .coll:last-child {
  float: right;
}
section#profile .content .detail .coll h3 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  color: #1b1c1b;
}
section#profile .content .detail .coll p {
  margin-bottom: 10px;
  line-height: 20px;
}
section#profile .content .detail table {
  width: 100%;
}
section#profile .content .detail table tr td {
  padding: 5px 0;
}
section#profile .content .detail table tr td:first-child {
  font-weight: 600;
}
section#profile .content .detail table tr td a {
  text-decoration: none;
  color: #1b1c1b;
}
section#profile .content .detaylist {
  width: 100%;
}
section#profile .content .detaylist tr th {
  padding: 0 0 10px;
  font-weight: 600;
}
section#profile .content .detaylist tr td {
  border-top: 1px solid #eeeeee;
  padding: 20px 0;
}
section#profile .content .detaylist tr td img {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
section#profile .content .detaylist tr .amount span {
  display: block;
  color: #aaaaaa;
  text-decoration: line-through;
  font-size: 12px;
}
section#profile .content .detaylist tr .total {
  color: #1b1c1b;
  font-weight: 500;
  font-size: 18px;
}
section#profile .content .detaylist tr .title {
  padding-left: 20px;
}
section#profile .content .detaylist tr .title h3 {
  font-size: 16px;
  font-weight: 500;
  color: #1b1c1b;
  margin-bottom: 5px;
}
section#profile .content .detaylist tr .title h3 a {
  text-decoration: none;
  color: #1b1c1b;
}
section#profile .content .detaylist tr .title p {
  font-size: 14px;
  margin-bottom: 5px;
}
section#profile .content .detaylist tr .title span {
  display: block;
  font-size: 12px;
}
section#profile .content .detaylist tr .title .remove {
  text-decoration: none;
  color: #aaaaaa;
  font-size: 12px;
}
section#profile .content .detaylist tr .ui-spinner {
  border: 1px solid #eeeeee;
  border-radius: 0;
  width: 71px;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
section#profile .content .detaylist tr .ui-widget input {
  padding: 0px 10px;
  text-align: right;
  font-size: 16px;
  width: 50px;
  height: 32px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
section#profile .content .detaylist tr .ui-spinner-up {
  width: 20px;
  height: 16px;
  float: right;
  display: block;
  border: none !important;
}
section#profile .content .detaylist tr .ui-spinner-down {
  width: 20px;
  height: 17px;
  float: right;
  display: block;
  margin-top: -16px;
  border: none !important;
}
section#profile .content .detaylist tr .ui-spinner-button {
  border-radius: 0;
  border-left: 1px solid #eeeeee !important;
  text-align: center;
}
section#profile .content .detaylist tr .ui-spinner-button .ui-icon {
  text-indent: 0;
  background: none;
  color: #1b1c1b;
  text-align: center;
  display: block;
  font-size: 12px;
  width: 100%;
  line-height: 17px;
  cursor: default;
}
section#profile .content .detaylist tr .update {
  background: none;
  outline: none;
  border: none;
  color: #aaaaaa;
  font-size: 12px;
  height: auto;
  margin: 5px auto 0;
  display: table;
  cursor: pointer;
}
footer {
  background: #2d2d2d;
  color: white;
  padding-top: 40px;
}
footer .coll {
  float: left;
  width: 25%;
}
footer .coll h3 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
}
footer .coll ul {
  list-style: none;
}
footer .coll ul li {
  margin-bottom: 10px;
}
footer .coll ul li a {
  text-decoration: none;
  color: white;
}
footer .coll .social a {
  text-decoration: none;
  color: white;
  display: inline-block;
  margin-right: 20px;
  font-size: 18px;
}
footer .bottom {
  background: black;
  font-size: 12px;
  padding: 20px 0;
  line-height: 15px;
  margin-top: 30px;
}
footer .bottom .left {
  display: table;
  float: left;
}
footer .bottom .right {
  display: table;
  float: right;
}
footer .bottom .right a {
  text-decoration: none;
  color: white;
}
.popup-bg {
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99998;
}
.popup {
  display: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: fixed;
  width: 300px;
  height: 300px;
  margin-left: -150px;
  margin-top: -150px;
  left: 50%;
  top: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: white;
  padding: 20px;
  z-index: 99999;
}
.popup img {
  display: block;
  margin: 0 auto;
}
.popup p {
  font-size: 20px;
  text-align: center;
  line-height: 24px;
  color: #27282a;
}
.popup a {
  text-decoration: none;
  display: table;
  margin: 20px auto 0;
  line-height: 30px;
  background: black;
  color: white;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.whatsapp {
  display: table;
  position: fixed;
  bottom: 20px;
  right: 20px;
  text-decoration: none;
}
/*		Effects. 
-------------------------------------------------------------------------------*/

.effect-helix.in {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -ms-transform: rotateY(0);
  transform: rotateY(0);
}
.effect-helix {
  -webkit-transform-style: preserve- 3 d;
  -moz-transform-style: preserve- 3 d;
  transform-style: preserve- 3 d;
  opacity: 1;
  -webkit-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.effect-fall.in {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.effect-fall {
  opacity: 0.7;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.effect-slide-top.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-top {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  opacity: 1;
}
.effect-slide-right.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-right {
  -webkit-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-left.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-left {
  -webkit-transform: translate3d(-30%, 0, 0);
  transform: translate3d(-30%, 0, 0);
  opacity: 0.7;
}
.effect-slide-bottom.in {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.effect-slide-bottom {
  -webkit-transform: translate3d(0, 30%, 0);
  transform: translate3d(0, 30%, 0);
  opacity: 0.7;
}
.effect-opacity.in {
  opacity: 1;
}
.effect-opacity {
  opacity: 0.1;
}
/*		Layout: >1200px. 
-------------------------------------------------------------------------------*/

@media only screen and (max-width: 1050px) {
  
}
@media only screen and (max-width: 1270px) {
  
}
@media only screen and (max-width: 768px) {
  header .top .slogan {
    text-align: center;
    float: none;
    display: block;
  }
  header .top .buttons {
    display: none;
  }
  header .center .logo {
    float: none;
    margin: 0 auto;
  }
  header .center .right {
    display: block;
    float: none;
  }
  header .center .right .search {
    width: 100%;
    margin-bottom: 10px;
  }
  header .center .right .search input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .center .right .buttons {
    display: block;
    float: none;
    margin-left: 0;
  }
  header .center .right .buttons a {
    display: none;
  }
  header .center .right .buttons .basket {
    display: inline-block;
    line-height: 30px;
    font-size: 16px;
    padding-left: 0;
  }
  header .center .right .buttons .swith-menu {
    display: inline-block;
  }
  header .bottom {
    display: none;
  }
  section#main h2 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  section#main .product {
    width: 100%;
    margin: 0 0 40px;
    padding: 0 10px;
  }
  section#main .products .product {
    width: 50%;
    margin: 0 0 40px;
  }
  section#main .banners a {
    width: 100%;
  }
  .mhide {
    display: none;
  }
  footer .coll {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  footer .coll .social {
    display: table;
    margin: 7px auto 15px;
  }
  section#main-blog .items .item {
    width: 100%;
    margin: 0 0 20px;
  }
  section#main-comment {
    padding: 60px 0;
  }
  section#main-comment h2 {
    font-size: 24px;
  }
  section#main-products .item {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  section#main-info .item {
    padding: 0 20px;
  }
  section#main-info .item .left {
    width: 100%;
    float: none;
  }
  section#main-info .item .center {
    width: 100%;
    float: none;
    padding: 0;
  }
  section#main-info .item .right {
    width: 100%;
    float: none;
  }
  section#main-info .btns {
    margin-top: 0px;
  }
  section#main-info .btns .btn {
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
    margin: 0 5px 5px;
    letter-spacing: -1px;
  }
  section#blog .items {
    margin-top: 40px;
  }
  section#blog .items .item {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  section#blog-detail .content {
    float: none;
    width: 100%;
  }
  section#blog-detail .sidebar {
    float: none;
    width: 100%;
  }
  section#blog-detail .sidebar h2 {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  section#blog-detail .sidebar h2 span {
    font-size: 16px;
    line-height: 16px;
    display: block;
    color: #4a4a4a;
    margin-bottom: 5px;
    font-weight: bold;
  }
  section#contact .form {
    float: none;
    padding-right: 0px;
    width: 100%;
  }
  section#contact .form .coll {
    float: none;
    width: 100%;
  }
  section#contact .form .right {
    float: none;
  }
  section#contact .info {
    float: none;
    padding: 50px 0 0px;
    width: 100%;
  }
  section#contact .info .banktable td {
    font-size: 12px;
  }
  section#contact .info .banktable td:first-child {
    display: none;
  }
  section#contact .info .banktable td:nth-child(2) {
    display: none;
  }
  section#gallery .items .image,
  section#gallery .items .video {
    margin: 0 0 20px;
    float: none;
    width: 100%;
  }
  section#honey .item hr {
    background: url(header-default-icon.png) no-repeat left top;
    display: block;
    height: 7px;
    margin: 0 0 0px;
  }
  section#honey .item p {
    margin-top: 20px;
  }
  section#honey .item .center {
    width: 100%;
    float: none;
    margin-bottom: 00px;
    padding: 0 0px;
  }
  section#honey .item .right {
    width: 100%;
    float: none;
  }
  section#products .content {
    float: none;
    width: 100%;
  }
  section#products .content .item {
    width: 100%;
    float: none;
    margin: 0 0 20px;
  }
  section#products .content .product {
    width: 50%;
    margin: 0 0 20px;
    padding: 0 10px;
  }
  section#products .sidebar {
    float: none;
    width: 100%;
  }
  section#product-detail .image {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  section#product-detail .text {
    float: right;
    width: 100%;
  }
  section#login .coll {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  section#login .coll .col {
    float: none;
    width: 100%;
  }
  section#login .coll .right {
    float: none;
  }
  section#login .right {
    float: none;
  }
  section#basket .no-item {
    min-height: 100px;
  }
  section#basket .sidebar {
    float: none;
    width: 100%;
  }
  section#basket .content {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  section#basket .content .address .row:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  section#basket .content .address .row .coll {
    float: none;
    width: 100%;
  }
  section#basket .content .address .row .coll:last-child {
    float: none;
  }
  section#basket .content .tabs {
    border: none;
  }
  section#basket .content .tabs .ui-tabs-nav li {
    padding: 5px 5px 0;
  }
  section#basket .content .tabs .ui-tabs-nav li a {
    line-height: 30px;
    font-size: 14px;
    letter-spacing: -1px;
  }
  section#basket .content .tabs .ui-tabs-nav .ui-tabs-active {
    border: 1px solid #eeeeee;
    border-bottom: 1px solid white;
  }
  section#basket .content .tabs .ui-tabs-nav:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  section#basket .content .tabs .ui-tabs-panel {
    padding: 15px 15px 10px;
    font-size: 14px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
  }
  section#basket .content .tabs .ui-tabs-panel table {
    margin-bottom: 30px;
  }
  section#basket .content .tabs .ui-tabs-panel table td {
    font-size: 12px;
    line-height: 22px;
  }
  section#basket .content .tabs .ui-tabs-panel table td:first-child {
    display: none;
  }
  section#basket .content .tabs .ui-tabs-panel table td:nth-child(2) {
    display: none;
  }
  section#basket .content .tabs .ui-tabs-panel table td:nth-child(3) {
    width: 85px;
    font-weight: 600;
  }
  section#basket .content .list {
    width: 100%;
  }
  section#basket .content .list tr th {
    font-size: 12px;
  }
  section#basket .content .list tr th:nth-child(3) {
    display: none;
  }
  section#basket .content .list tr td {
    border-top: 1px solid #eeeeee;
    padding: 20px 0;
  }
  section#basket .content .list tr td img {
    display: none;
  }
  section#basket .content .list tr td:first-child {
    width: 0;
  }
  section#basket .content .list tr td:nth-child(4) {
    display: none;
  }
  section#basket .content .list tr .amount span {
    display: block;
    color: #aaaaaa;
    text-decoration: line-through;
    font-size: 12px;
  }
  section#basket .content .list tr .total {
    font-size: 14px;
  }
  section#basket .content .list tr .title {
    padding-left: 0px;
  }
  section#basket .content .list tr .title h3 {
    font-size: 14px;
  }
  section#basket .content .list tr .title p {
    font-size: 12px;
  }
  section#basket .content .list tr .title span {
    display: block;
    font-size: 12px;
  }
  section#basket .content .list tr .title .remove {
    text-decoration: none;
    color: #aaaaaa;
    font-size: 12px;
  }
  section#basket .content .list tr .ui-spinner {
    border: 1px solid #eeeeee;
    border-radius: 0;
    width: 51px;
    float: right;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
  }
  section#basket .content .list tr .ui-widget input {
    padding: 0px 10px;
    text-align: right;
    font-size: 16px;
    width: 30px;
    height: 32px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
  }
  section#basket .content .list tr .ui-spinner-up {
    width: 20px;
    height: 16px;
    float: right;
    display: block;
    border: none !important;
  }
  section#basket .content .list tr .ui-spinner-down {
    width: 20px;
    height: 17px;
    float: right;
    display: block;
    margin-top: -16px;
    border: none !important;
  }
  section#basket .content .list tr .ui-spinner-button {
    border-radius: 0;
    border-left: 1px solid #eeeeee !important;
    text-align: center;
  }
  section#basket .content .list tr .ui-spinner-button .ui-icon {
    text-indent: 0;
    background: none;
    text-align: center;
    display: block;
    font-size: 12px;
    width: 100%;
    line-height: 17px;
    cursor: default;
  }
  section#basket .content .list tr .update {
    background: none;
    outline: none;
    border: none;
    color: #aaaaaa;
    font-size: 12px;
    height: auto;
    margin: 5px auto 0;
    display: table;
    cursor: pointer;
  }
  section#basket .obf {
    display: none;
  }
  .basket-res {
    display: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: fixed;
    width: 300px;
    height: 350px;
    margin-left: -150px;
    margin-top: -173px;
    left: 50%;
    top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    padding: 20px;
    z-index: 99999;
  }
  .basket-res .image {
    display: none;
  }
  .basket-res h3 {
    color: white;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .basket-res .text {
    float: right;
    width: 100%;
  }
  .basket-res .text hr {
    display: block;
    border-bottom: 1px solid #eeeeee;
    margin: 30px 0;
  }
  .basket-res .text .price {
    display: table;
    float: right;
    text-align: right;
  }
  .basket-res .text .price .real-price {
    font-size: 30px;
    color: white;
  }
  .basket-res .text .price .real-price .fa {
    font-size: 28px;
  }
  .basket-res .text .price .old-price {
    font-size: 14px;
    color: #aaaaaa;
    text-decoration: line-through;
  }
  .basket-res .text .price .old-price .fa {
    font-size: 13px;
  }
  .basket-res .text .discont-text {
    display: table;
    float: left;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }
  .basket-res .text .discont-text span {
    color: white;
  }
  .basket-res .text .count {
    display: table;
    float: left;
    font-size: 14px;
    line-height: 38px;
    font-weight: 500;
  }
}
