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

@import url('https://fonts.googleapis.com/css?family=Titillium+Web:300,300i,400,400i,600,600i,700,700i&subset=latin-ext');
@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: 1300px;
  margin: 0 auto;
  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;
}
.clear {
  clear: both;
}
/*              Variables 
-------------------------------------------------------------------------------*/
/*		Mixins 
-------------------------------------------------------------------------------*/
/*		Default Layout: 100%. 
-------------------------------------------------------------------------------*/

body {
  width: 100%;
  font-size: 14px;
  color: #575756;
  font-family: 'Titillium Web', sans-serif;
  background: white;
  overflow-x: hidden;
}
.mobil_menu {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1003;
  top: 0;
  left: 0;
  background: rgba(29, 47, 98, 0.9);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 18px;
}
.mobil_menu ul {
  list-style: none;
  padding: 15px;
}
.mobil_menu ul li {
  margin-bottom: 10px;
  font-size: 18px;
}
.mobil_menu ul li a {
  text-decoration: none;
  color: white;
  line-height: 24px;
}
.mobil_menu ul li ul {
  padding: 0 0 0 20px;
  margin-bottom: 10px;
}
.mobil_menu .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 40px;
  margin-left: 50px;
  text-decoration: none;
  color: white;
  display: block;
}
.showenn {
  display: none;
}
header {
  position: relative;
  z-index: 1001;
  -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);
}
header .top {
  background: #1b4194;
  color: white;
}
header .top .left {
  display: table;
  float: left;
  line-height: 36px;
  color: white;
}
header .top .left a {
  text-decoration: none;
  color: white;
  display: inline-block;
  margin-right: 20px;
  line-height: 36px;
}
header .top .left a .fa {
  font-size: 16px;
}
header .top .right {
  display: table;
  float: right;
}
header .top .right a {
  text-decoration: none;
  color: white;
  display: inline-block;
  margin-left: 20px;
  line-height: 36px;
}
header .swith-menu {
  text-decoration: none;
  display: none;
  color: #1b4194;
  font-size: 34px;
  line-height: 45px;
  float: right;
  margin: 11px 0;
}
header .basket-menu {
  text-decoration: none;
  display: none;
  color: #1b4194;
  font-size: 34px;
  line-height: 45px;
  float: right;
  margin: 11px 11px 11px 0;
}
header .logo {
  margin: 20px 0;
  float: left;
  width: 200px;
  text-decoration: none;
  display: table;
}
header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
header ul {
  display: table;
  float: right;
  list-style: none;
  margin: 27px 0;
}
header ul:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header ul li {
  float: left;
  padding: 0 20px;
}
header ul li a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  display: block;
  line-height: 30px;
  color: #575756;
}
header ul li a:hover {
  color: #45d638;
}
header ul li:last-child {
  padding-right: 0;
}
header ul li:last-child a {
  background: #1b4194;
  color: white;
  padding: 0 15px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.navbar {
  margin-top: -30px;
  margin-bottom: 30px;
}
.navbar ul {
  list-style: none;
  display: table;
  float: right;
}
.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: 30px;
  padding: 0 20px;
  margin-left: 5px;
  color: #5830b4;
  background: white;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0px -3px 3px rgba(0, 0, 0, 0.1);
}
.navbar ul li a {
  text-decoration: none;
  color: #5830b4;
}
.navbar ul li a:hover {
  color: #45d638;
}
.navbar ul li:last-child:after {
  content: "";
  padding-left: 0;
}
.container .navbar:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.navbar-white {
  background: white;
}
section#main-products {
  padding: 50px 0 50px;
}
section#main-products h1 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 20px;
}
section#main-products h1 span:nth-child(1) {
  color: #1b4194;
}
section#main-products h1 span:nth-child(2) {
  color: #45d638;
}
section#main-products h1 span:nth-child(3) {
  color: #5830b4;
}
section#main-products .sub {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 50px;
}
section#main-products .item {
  text-decoration: none;
  width: 30.666666667%;
  float: left;
  display: block;
  margin: 0 4% 4% 0;
  -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;
  position: relative;
}
section#main-products .item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  border: 1px solid #eeeeee;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
}
section#main-products .item .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
  color: #5830b4;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
section#main-products .item .price {
  display: block;
  margin: 10px 0;
}
section#main-products .item .price p {
  display: inline-table;
  margin: 0 10px;
  font-size: 20px;
  font-weight: 600;
}
section#main-products .item .price p .fa {
  font-size: 18px;
}
section#main-products .item .price .old {
  text-decoration: line-through;
  color: #aaaaaa;
}
section#main-products .item .price .new {
  color: #d01bd0;
}
section#main-products .item:nth-child(3n) {
  margin-right: 0;
}
section#main-products .item:hover img {
  -webkit-box-shadow: 0 0 20px inset rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px inset rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px inset rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px inset rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px inset rgba(0, 0, 0, 0.2);
}
section#login {
  padding: 70px 0 70px;
}
section#login h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: #d01bd0;
}
section#login h2 span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #4a4a4a;
  margin-bottom: 5px;
  font-weight: bold;
}
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 .right {
  float: right;
}
section#login p {
  font-weight: 500;
  margin-bottom: 10px;
}
section#login input,
section#login textarea {
  display: block;
  width: 100%;
  height: 36px;
  background: #f2f2f2;
  -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;
  margin-bottom: 20px;
  padding: 0 15px;
  outline: none;
}
section#login textarea {
  padding: 10px 15px;
  height: 100px;
  resize: none;
  font-family: 'Titillium Web', sans-serif;
}
section#login input.error,
section#login textarea.error {
  border: 1px solid red;
}
section#login button {
  display: table;
  background: #45d638;
  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 auto 10px;
  font-family: 'Titillium Web', sans-serif;
}
section#login .register {
  display: table;
  background: #5830b4;
  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;
  line-height: 40px;
  font-weight: 600;
  margin: 10px auto 0;
  text-decoration: none;
}
section#login .forget {
  display: table;
  text-decoration: none;
  color: #d01bd0;
  margin: 50px auto 0;
  font-weight: 500;
}
section#login .err-box {
  text-align: center;
  color: red;
  font-weight: 600;
}
section#login .veya {
  text-align: center;
}
section#products {
  padding: 50px 0 50px;
}
section#products h1 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 20px;
}
section#products h1 span:nth-child(1) {
  color: #1b4194;
}
section#products h1 span:nth-child(2) {
  color: #45d638;
}
section#products h1 span:nth-child(3) {
  color: #5830b4;
}
section#products .sub {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 50px;
}
section#products .item {
  text-decoration: none;
  width: 30.666666667%;
  float: left;
  display: block;
  margin: 0 4% 4% 0;
  -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;
  position: relative;
}
section#products .item img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  border: 1px solid #eeeeee;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
}
section#products .item .title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0px;
  color: #5830b4;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
section#products .item .price {
  display: block;
  margin: 10px 0;
}
section#products .item .price p {
  display: inline-table;
  margin: 0 10px;
  font-size: 20px;
  font-weight: 600;
}
section#products .item .price p .fa {
  font-size: 18px;
}
section#products .item .price .old {
  text-decoration: line-through;
  color: #aaaaaa;
}
section#products .item .price .new {
  color: #d01bd0;
}
section#products .item:nth-child(3n) {
  margin-right: 0;
}
section#products .item:hover img {
  -webkit-box-shadow: 0 0 20px inset rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px inset rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 20px inset rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 20px inset rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px inset rgba(0, 0, 0, 0.2);
}
section#main-blog {
  padding: 50px 0;
  background: #fafafa;
}
section#main-blog h2 {
  text-align: center;
  font-size: 34px;
  margin-bottom: 20px;
}
section#main-blog h2 span:nth-child(1) {
  color: #1b4194;
}
section#main-blog h2 span:nth-child(2) {
  color: #45d638;
}
section#main-blog h2 span:nth-child(3) {
  color: #5830b4;
}
section#main-blog .sub {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 50px;
}
section#main-blog .items {
  margin-top: 40px;
}
section#main-blog .items .row:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#main-blog .items .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: white;
  width: 30.666666667%;
  float: left;
  margin: 0 2% 4%;
}
section#main-blog .items .item:first-child {
  margin-left: 0;
}
section#main-blog .items .item:last-child {
  margin-right: 0;
}
section#main-blog .items .item .box {
  display: block;
  overflow: hidden;
  position: relative;
}
section#main-blog .items .item .box img {
  width: 100%;
  height: auto;
  display: block;
}
section#main-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#main-blog .items .item:hover .box img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
section#main-blog .items .item:hover .content .fa-plus {
  background: #5830b4;
}
section#main-blog .items .item .content {
  position: relative;
  padding: 30px;
}
section#main-blog .items .item .content span {
  display: block;
}
section#main-blog .items .item .content svg {
  position: absolute;
  width: 42px;
  background: white;
  top: -21px;
  left: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid white;
}
section#main-blog .items .item .content .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #575756;
  font-size: 16px;
  margin: 8px 0;
  display: block;
  font-weight: 600;
  color: #1b4194;
}
section#main-blog .items .item .content p {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
section#blog {
  padding: 50px 0;
}
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 {
  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: #fafafa;
  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: #5830b4;
}
section#blog .items .item .content {
  position: relative;
  padding: 30px;
}
section#blog .items .item .content span {
  display: block;
}
section#blog .items .item .content svg {
  position: absolute;
  width: 42px;
  background: 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;
  color: #575756;
  font-size: 16px;
  margin: 8px 0;
  display: block;
  font-weight: 600;
  color: #1b4194;
}
section#blog .items .item .content p {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
section#blog-detail {
  padding: 80px 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 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;
}
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: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #1b4194;
}
section#blog-detail .sidebar h2 span {
  color: #45d638;
}
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: #fafafa;
  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;
  color: #1b4194;
}
section#blog-detail .sidebar .item .content p {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
section#basket {
  padding: 50px 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 table tr:last-child td {
  color: #d01bd0;
}
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;
  color: #575756;
}
section#basket .sidebar .go {
  width: 100%;
  outline: none;
  border: none;
  text-decoration: none;
  color: white;
  background: #45d638;
  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 .content {
  width: 70%;
  float: left;
}
section#basket .content .address .title {
  font-size: 20px;
  color: #d01bd0;
  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: 'Titillium Web', 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 .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: #575756;
  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: #d01bd0;
}
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 button {
  padding: 0 20px;
  outline: none;
  border: none;
  text-decoration: none;
  color: white;
  background: #5830b4;
  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;
}
section#basket .content .list tr .amount span {
  display: block;
  color: #aaaaaa;
  text-decoration: line-through;
  font-size: 12px;
}
section#basket .content .list tr .total {
  color: #d01bd0;
  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;
  color: #d01bd0;
  margin-bottom: 5px;
}
section#basket .content .list tr .title h3 a {
  text-decoration: none;
  color: #d01bd0;
}
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: red;
  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: #45d638;
  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;
}
.banner {
  background: white url(bg.png) bottom center repeat-x;
  -webkit-box-shadow: 0 0 5px inset rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px inset rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 5px inset rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 5px inset rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px inset rgba(0, 0, 0, 0.2);
}
.banner svg {
  display: block;
  float: left;
  width: 30px;
  margin-right: 10px;
}
.banner h1 {
  font-size: 30px;
  font-weight: 600;
  line-height: 34px;
  margin: 0;
  color: #1b4194;
  margin-bottom: 5px;
}
.banner ul {
  list-style: none;
}
.banner ul li {
  color: #575756;
  float: left;
  margin-right: 5px;
}
.banner ul li a {
  text-decoration: none;
  color: #575756;
}
.banner 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: #575756;
}
.banner ul li:last-child:after {
  content: "";
}
.banner ul:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.banner .container {
  background: url(icon.png) no-repeat right center;
  padding: 50px 10px 40px;
}
section#about {
  padding: 80px 0 100px;
}
section#about .image {
  float: left;
  width: 48%;
}
section#about .image img {
  display: block;
  width: 100%;
  height: auto;
}
section#about .image .main-img {
  -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#about .text {
  float: right;
  width: 48%;
}
section#about .text h2 {
  color: #45d638;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
section#about .text .desc {
  line-height: 28px;
  margin-bottom: 10px;
}
section#about .text .desc p {
  line-height: 24px;
  margin-bottom: 15px;
}
section#about .container {
  background: url(arrow.png) no-repeat right bottom;
}
section#gallery {
  padding: 50px 0 50px;
}
section#gallery .items:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#gallery .items .image,
section#gallery .items .video {
  text-decoration: none;
  margin: 1% 2% 1% 0;
  display: block;
  float: left;
  width: 23%;
  -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#gallery .items .image .box,
section#gallery .items .video .box {
  overflow: hidden;
  position: relative;
  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#gallery .items .image .box .fake,
section#gallery .items .video .box .fake {
  width: 100%;
  height: auto;
  display: block;
}
section#gallery .items .image .box .real,
section#gallery .items .video .box .real {
  width: 140%;
  margin-left: -20%;
  height: auto;
  position: absolute;
}
section#gallery .items .image .box .pp,
section#gallery .items .video .box .pp {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(owl.video.play.png) no-repeat center;
}
section#gallery .items .image p,
section#gallery .items .video p {
  line-height: 20px;
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: black;
  text-align: center;
  color: #1b4194;
  font-weight: 600;
}
section#gallery .items .image:hover p,
section#gallery .items .video:hover p {
  color: #5830b4;
}
section#product-detail {
  padding: 40px 0 40px;
}
section#product-detail .image {
  float: left;
  width: 48%;
}
section#product-detail .image img {
  display: block;
  width: 100%;
  height: auto;
}
section#product-detail .image .main-img {
  -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:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#product-detail .text {
  float: right;
  width: 48%;
}
section#product-detail .text h1 {
  color: #d01bd0;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
section#product-detail .text hr {
  display: block;
  border-bottom: 1px solid #eeeeee;
  margin: 30px 0;
}
section#product-detail .text .desc {
  line-height: 28px;
  margin-bottom: 10px;
}
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: #aaaaaa;
  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: #45d638;
  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: #d01bd0;
}
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 .others {
  float: left;
  display: table;
  margin-bottom: 10px;
}
section#product-detail .text .others a {
  display: inline-block;
  text-decoration: none;
  color: #aaaaaa;
  border: 1px solid #eeeeee;
  line-height: 32px;
  padding: 0 5px;
  font-weight: 600;
  margin-right: 2px;
}
section#product-detail .text .bdiscont {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
}
section#product-detail .text .bdiscont span {
  color: #d01bd0;
}
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: #d01bd0;
}
section#product-detail .text .desc {
  line-height: 28px;
  margin-bottom: 10px;
}
section#pos {
  padding: 30px 0;
  text-align: center;
}
section#pos h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #d01bd0;
}
section#pos h1 span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #4a4a4a;
  margin-bottom: 5px;
  font-weight: bold;
}
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: #5830b4;
  padding: 0 20px;
  line-height: 36px;
  text-align: center;
  margin: 20px auto 0;
  font-weight: bold;
}
section#profile {
  padding: 50px 0;
  min-height: 500px;
}
section#profile h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #d01bd0;
}
section#profile h1 span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #4a4a4a;
  margin-bottom: 5px;
  font-weight: bold;
}
section#profile hr {
  background: url(header-default-icon.png) no-repeat center top;
  display: block;
  height: 7px;
  margin-bottom: 20px;
}
section#profile .sidebar {
  float: left;
  width: 20%;
}
section#profile .sidebar ul {
  list-style: none;
}
section#profile .sidebar ul li {
  margin-bottom: 10px;
}
section#profile .sidebar ul li a {
  text-decoration: none;
  background: #f2f2f2;
  display: block;
  line-height: 40px;
  padding: 0 20px;
  color: #575756;
  font-weight: 600;
}
section#profile .sidebar ul li a:hover {
  background: #d01bd0;
  color: white;
}
section#profile .sidebar ul li .active {
  background: #45d638;
  color: white;
}
section#profile .content {
  float: right;
  width: 75%;
  background: white;
  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;
  min-height: 400px;
}
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: #d01bd0;
}
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: #d01bd0;
  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: 'Titillium Web', sans-serif;
  font-size: 14px;
}
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;
  background: #45d638;
  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: 'Titillium Web', 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: #d01bd0;
}
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: #d01bd0;
}
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;
}
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: #d01bd0;
  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: #d01bd0;
  margin-bottom: 5px;
}
section#profile .content .detaylist tr .title h3 a {
  text-decoration: none;
  color: #d01bd0;
}
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;
  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: #d01bd0;
  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;
}
section#contact {
  padding: 70px 0 50px;
}
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: white;
  -webkit-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px inset rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  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: none;
  height: 40px;
  padding: 0 15px;
  outline: none;
  font-family: 'Titillium Web', 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;
  background: #1b4194;
  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: 'Titillium Web', sans-serif;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
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: #5830b4;
}
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: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #45d638;
}
section#contact .info p {
  line-height: 24px;
  font-size: 16px;
}
section#contact .info a {
  color: #5830b4;
  text-decoration: none;
}
section#contact .info .adtable {
  margin-bottom: 10px;
}
section#contact .info .adtable td {
  padding-bottom: 10px;
  line-height: 22px;
  font-size: 16px;
}
section#contact .info .adtable td .fa {
  color: #1b4194;
  font-size: 18px;
}
section#contact .info .adtable td:nth-child(2) {
  padding-left: 5px;
}
section#contact .info .adtable td .fa-map-marker {
  font-size: 20px;
}
section#contact .info .adtable td .fa-envelope {
  font-size: 16px;
}
section#contact #address {
  text-align: center;
  background: #1b1c1b;
  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;
}
section#contact .container {
  background: url(mail.png) no-repeat right bottom;
}
.map {
  height: 400px;
}
footer {
  font-size: 16px;
  padding: 50px 0 40px;
  color: #575756;
  background: #f1f1f1 url(bg.png) bottom center repeat-x;
}
footer .coll {
  float: left;
  width: 21%;
}
footer .coll:first-child {
  width: 30%;
  margin-right: 7%;
}
footer .coll img {
  display: block;
  width: 200px;
  height: auto;
  margin-bottom: 20px;
}
footer .coll ul {
  list-style: none;
}
footer .coll ul li {
  margin: 15px 0;
}
footer .coll ul li a {
  text-decoration: none;
  color: #575756;
  line-height: 18px;
  font-weight: 600;
}
footer .coll ul li a:hover {
  color: #45d638;
}
footer .coll h3 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 20px;
  color: #575756;
}
footer .coll p {
  line-height: 25px;
  margin-bottom: 15px;
  font-weight: 600;
}
footer .coll .social {
  margin-top: 7px;
  margin-bottom: 15px;
}
footer .coll .social a {
  text-decoration: none;
  display: inline-table;
  font-size: 18px;
  border: 1px solid #575756;
  width: 32px;
  line-height: 30px;
  -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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #575756;
  margin-left: 5px;
}
footer .coll .social a:first-child {
  margin-left: 0;
}
footer .coll .social a:hover {
  color: #45d638;
  border: 1px solid #45d638;
}
.bottom {
  font-size: 12px;
  background: #575756;
  color: #eeeeee;
  padding: 20px 0;
}
.bottom .left {
  display: table;
  float: left;
}
.bottom .left p {
  line-height: 20px;
}
.bottom .right {
  float: right;
  display: table;
}
.bottom .right a {
  text-decoration: none;
  color: #eeeeee;
  display: block;
  line-height: 20px;
}
.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: #5830b4;
}
.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;
}
.popup-sing {
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: fixed;
  width: 300px;
  height: 240px;
  margin-left: -150px;
  margin-top: -120px;
  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-sing a {
  text-decoration: none;
  display: block;
  text-align: center;
  font-weight: 600;
  margin: 15px 0;
  line-height: 36px;
  background: #1b4194;
  color: white;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.popup-sing p {
  margin: 15px 0;
  font-weight: 600;
}
.basket-res {
  display: none;
  position: fixed;
  width: 600px;
  height: 350px;
  margin-left: -200px;
  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 {
  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 {
  color: #d01bd0;
  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;
  color: #d01bd0;
}
.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: #d01bd0;
}
.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;
  background: #5830b4;
  color: white;
  width: 48%;
  font-weight: 500;
}
.basket-res .text .basket {
  display: table;
  float: right;
  text-decoration: none;
  line-height: 30px;
  text-align: center;
  background: #5830b4;
  color: white;
  width: 48%;
  font-weight: 500;
}
/*		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: 1140px) {
  .container {
    padding: 0 20px;
  }
  .banner h1 {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .banner ul {
    list-style: none;
  }
  .banner ul li {
    font-size: 12px;
  }
  .banner .container {
    padding: 30px 20px 30px;
  }
  footer {
    padding: 40px 0 20px;
  }
  footer .coll {
    margin-bottom: 20px;
    width: 50%;
  }
  footer .coll:first-child {
    width: 100%;
    margin-right: 0;
  }
  footer .coll:nth-child(4) {
    width: 100%;
  }
  .navbar {
    margin-top: -20px;
    margin-bottom: 20px;
  }
  .navbar ul:after {
    clear: both;
    content: ".";
    display: block;
    visibility: hidden;
    line-height: 0;
    height: 0;
  }
  .navbar ul li {
    font-size: 10px;
    line-height: 20px;
    padding: 0 10px;
  }
  .bottom {
    padding: 10px 0;
  }
  section#main-products {
    padding: 40px 0 40px;
  }
  section#main-products h1 {
    font-size: 24px;
  }
  section#main-products .sub {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  section#main-products .item {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
  section#main-blog h2 {
    font-size: 24px;
  }
  section#main-blog .sub {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  section#main-blog .items {
    margin-top: 20px;
  }
  section#main-blog .items .item {
    width: 100%;
    margin: 0 0 20px;
  }
  section#blog {
    padding: 20px 0;
  }
  section#blog .items {
    margin-top: 20px;
  }
  section#blog .items .item {
    width: 100%;
    margin: 0 0 20px;
  }
  section#blog-detail {
    padding: 40px 0;
  }
  section#blog-detail .content {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  section#blog-detail .content img {
    margin-bottom: 20px;
  }
  section#blog-detail .content .gallery {
    margin-top: 20px;
  }
  section#blog-detail .content .gallery .box {
    width: 48%;
    margin: 0 2% 2% 0;
  }
  section#blog-detail .sidebar {
    float: none;
    width: 100%;
  }
  header .top {
    font-size: 12px;
  }
  header .top .left {
    line-height: 30px;
  }
  header .top .left a {
    margin-right: 10px;
    line-height: 30px;
  }
  header .top .left a .fa {
    font-size: 14px;
  }
  header .top .right {
    display: none;
  }
  header .swith-menu {
    display: block;
  }
  header .basket-menu {
    display: block;
  }
  header .logo {
    margin: 15px 0 10px;
    width: 170px;
  }
  header ul {
    display: none;
  }
  section#products {
    padding: 40px 0 40px;
  }
  section#products h1 {
    font-size: 24px;
  }
  section#products .sub {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 40px;
  }
  section#products .item {
    width: 100%;
    float: none;
    margin: 0 0 20px 0;
  }
  section#about {
    padding: 40px 0 50px;
  }
  section#about .image {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  section#about .text {
    float: none;
    width: 100%;
  }
  section#gallery {
    padding: 40px 0 40px;
  }
  section#gallery .items .image,
  section#gallery .items .video {
    margin: 0 0 20px 0;
    float: none;
    width: 100%;
  }
  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: 12px;
    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 .ui-tabs-active a {
    text-decoration: none;
    outline: none;
    color: #d01bd0;
  }
  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;
  }
  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;
    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;
    color: #d01bd0;
    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#contact {
    padding: 40px 0 40px;
  }
  section#contact .form {
    padding-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  section#contact .form .coll {
    width: 100%;
  }
  section#contact .info {
    padding: 0 0;
    width: 100%;
  }
  .map {
    height: 300px;
  }
  section#product-detail {
    padding: 40px 0 40px;
  }
  section#product-detail .image {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  section#product-detail .text {
    float: none;
    width: 100%;
  }
  .basket-res {
    display: none;
    position: fixed;
    width: 340px;
    height: 350px;
    margin-left: -170px;
    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: #d01bd0;
    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: #d01bd0;
  }
  .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: #d01bd0;
  }
  .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;
    background: #5830b4;
    color: white;
    width: 48%;
    font-weight: 500;
  }
  .basket-res .text .basket {
    display: table;
    float: right;
    text-decoration: none;
    line-height: 30px;
    text-align: center;
    background: #5830b4;
    color: white;
    width: 48%;
    font-weight: 500;
  }
}
