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

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,400;0,600;0,700;1,200;1,400;1,600;1,700&display=swap');
@import "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: 'Titillium Web', sans-serif;
  background: white;
  overflow-x: hidden;
}
header {
  background: white;
  position: relative;
  z-index: 99;
  -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: #1b1c1b;
  color: white;
}
header .top .left {
  display: table;
  float: left;
  line-height: 32px;
  color: white;
  font-style: italic;
}
header .top .right {
  display: table;
  float: right;
}
header .top .right a {
  text-decoration: none;
  color: white;
  display: inline-block;
  margin-left: 20px;
  line-height: 32px;
}
header .top .right a:hover {
  color: #cf1417;
}
header .logo {
  display: block;
  margin: 10px 0 -25px;
  float: left;
  width: 190px;
}
header .logo img {
  display: block;
  height: auto;
  width: 100%;
}
header .h-right {
  display: table;
  float: right;
}
header .h-right:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header .h-right .basket {
  margin-top: 26px;
  display: block;
  float: right;
  text-decoration: none;
}
header .h-right .basket span {
  background: url(acorn-2.png) no-repeat center;
  display: inline-block;
  color: #1b1c1b;
  text-align: center;
  line-height: 36px;
  width: 36px;
  font-weight: 600;
  font-size: 16px;
}
header .h-right .basket p {
  display: inline-block;
  line-height: 36px;
  color: #1b1c1b;
  margin-left: 5px;
  font-size: 20px;
  font-weight: 600;
}
header .h-right .search {
  float: left;
  display: table;
  margin-right: 40px;
  margin-top: 27px;
  position: relative;
}
header .h-right .search input {
  display: block;
  border: 1px solid #eeeeee;
  height: 32px;
  padding: 0 15px;
  outline: none;
  width: 250px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
header .h-right .search button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: #cf1417;
  height: 34px;
  width: 34px;
  color: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 18px;
  outline: none;
}
header .menu .msearch {
  float: left;
  display: none;
  margin-top: 6px;
  position: relative;
}
header .menu .msearch input {
  display: block;
  border: none;
  height: 28px;
  padding: 0 15px 0 0;
  outline: none;
  width: 150px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-bottom: 1px solid #eeeeee;
}
header .menu .msearch button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  background: white;
  height: 28px;
  width: 32px;
  color: #4a4a4a;
  font-size: 18px;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
header .menu .swith-menu {
  float: right;
  text-decoration: none;
  display: none;
  color: #1b1c1b;
  font-size: 24px;
  line-height: 40px;
}
header .menu ul {
  list-style: none;
  float: right;
  display: table;
}
header .menu ul:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
header .menu ul li {
  float: left;
  padding: 0 15px;
}
header .menu ul li a {
  display: block;
  color: #1b1c1b;
  text-decoration: none;
  line-height: 30px;
  font-weight: 600;
  font-size: 15px;
}
header .menu ul li a:hover {
  color: #cf1417;
}
header .menu ul li:first-child {
  padding-left: 0;
}
header .menu ul li:last-child {
  padding-right: 0;
}
header .menu:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#main-products {
  padding: 40px 0;
  background: #f6f6f6 url(olive-bg.png) no-repeat bottom right;
}
section#main-products h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: #1b1c1b;
}
section#main-products h2 span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #6b8051;
  font-weight: bold;
}
section#main-products hr {
  background: url(header-default-icon.png) no-repeat center top;
  display: block;
  height: 25px;
  margin-bottom: 20px;
}
section#main-products .item {
  background: white;
  width: 23%;
  float: left;
  margin: 1%;
  -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;
  padding: 20px;
}
section#main-products .item .marks {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
section#main-products .item .marks p {
  display: table;
  line-height: 30px;
  padding: 0 10px;
  float: right;
}
section#main-products .item .nostock {
  background: #aaaaaa;
  color: white;
}
section#main-products .item .bdisc {
  background: #6b8051;
  color: white;
}
section#main-products .item .disc {
  background: #6b8051;
  color: white;
}
section#main-products .item .new {
  background: #cf1417;
  color: white;
}
section#main-products .item .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#main-products .item .img img {
  display: block;
  width: 100%;
  height: auto;
}
section#main-products .item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #1b1c1b;
}
section#main-products .item .puan {
  color: gold;
  line-height: 14px;
}
section#main-products .item .price {
  display: block;
  margin: 5px 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;
  font-size: 16px;
}
section#main-products .item .price .old .fa {
  font-size: 15px;
}
section#main-products .item .price .new {
  color: #cf1417;
  background: none;
}
section#main-products .item .hover {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 4px solid #cf1417;
}
section#main-products .item .hover a {
  position: absolute;
  top: 50%;
  left: 50%;
  text-decoration: none;
  color: white;
  display: block;
  width: 200px;
  margin-left: -100px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600;
}
section#main-products .item .hover .more {
  background: #cf1417;
  margin-top: -45px;
  color: #4a4a4a;
}
section#main-products .item .hover .add {
  background: #6b8051;
  margin-top: 5px;
}
section#main-products .btns {
  text-align: center;
  margin-top: 40px;
}
section#main-products .btns .btn {
  display: inline-block;
  text-decoration: none;
  background: #cf1417;
  color: white;
  line-height: 40px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 10px;
  outline: none;
}
section#main-products .btns .btn:hover {
  background: #6b8051;
  color: white;
}
section#main-comment {
  padding: 60px 0;
  background: url(yellow-bg.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
}
section#main-comment h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: white;
}
section#main-comment h2 span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: white;
  font-weight: bold;
}
section#main-comment hr {
  background: url(header-default-icon-w.png) no-repeat center top;
  display: block;
  height: 25px;
  margin-bottom: 20px;
}
section#main-comment .carousel {
  margin: 40px 0 0;
}
section#main-comment .carousel .slick-track {
  display: flex;
}
section#main-comment .carousel .item {
  background: white;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 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;
  padding: 20px;
  margin: 0 20px;
  outline: none;
}
section#main-comment .carousel .item img {
  display: block;
  height: auto;
  width: 50px;
  margin: 20px auto 10px;
}
section#main-comment .carousel .item .stars {
  margin-bottom: 10px;
  color: gold;
}
section#main-comment .carousel .item p {
  font-style: italic;
  line-height: 22px;
}
section#main-comment .carousel .item h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
section#main-comment .slick-dots {
  text-align: center;
  margin-top: 20px;
}
section#main-comment .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
section#main-comment .slick-dots li button {
  border: none;
  outline: none;
  height: 32px;
  width: 32px;
  background: url(acorn-1.png) no-repeat center center;
  color: transparent;
  cursor: pointer;
}
section#main-blog {
  padding: 60px 0;
  background: #f7f7f7 url(olive-bg.png) no-repeat bottom right;
}
section#main-blog h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: #1b1c1b;
}
section#main-blog h2 span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #6b8051;
  font-weight: bold;
}
section#main-blog hr {
  background: url(header-default-icon.png) no-repeat center top;
  display: block;
  height: 25px;
  margin-bottom: 20px;
}
section#main-blog .items {
  margin-top: 40px;
}
section#main-blog .items: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: 29.333333333%;
  float: left;
  margin: 0 2%;
}
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: #6b8051;
  border: 1px solid #6b8051;
}
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 .fa-plus {
  position: absolute;
  line-height: 38px;
  width: 38px;
  font-size: 16px;
  text-align: center;
  background: #cf1417;
  color: white;
  top: -21px;
  left: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #cf1417;
}
section#main-blog .items .item .content .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #1b1c1b;
  font-size: 16px;
  margin: 10px 0;
  display: block;
  font-weight: 600;
  color: #6b8051;
}
section#main-blog .items .item .content p {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
section#main-blog .btns {
  text-align: center;
  margin-top: 40px;
}
section#main-blog .btns .btn {
  display: inline-block;
  text-decoration: none;
  background: #cf1417;
  color: white;
  line-height: 40px;
  padding: 0 30px;
  font-size: 16px;
  font-weight: 600;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 0 10px;
  outline: none;
}
section#main-blog .btns .btn:hover {
  background: #6b8051;
  color: white;
}
.banner img {
  display: block;
  width: 100%;
  height: auto;
}
#map {
  height: 400px;
}
.navbar {
  padding: 5px 0;
  background: white;
}
.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: #6b8051;
}
.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: #6b8051;
}
.navbar ul li:last-child:after {
  content: "";
  padding-left: 0;
}
.navbar-white {
  background: white;
}
section#login {
  padding: 50px 0 50px;
  background: #f6f6f6 url(olive-bg.png) no-repeat bottom right;
}
section#login h2 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: #1b1c1b;
}
section#login h2 span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #6b8051;
  font-weight: bold;
}
section#login hr {
  background: url(header-default-icon.png) no-repeat center top;
  display: block;
  height: 25px;
  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 {
  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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-bottom: 20px;
  padding: 0 15px;
  outline: none;
}
section#login input.error {
  border: 1px solid red;
}
section#login button {
  display: table;
  background: #6b8051;
  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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 600;
  margin: 20px auto 0;
  font-family: 'Titillium Web', sans-serif;
}
section#login .forget {
  display: table;
  text-decoration: none;
  color: #6b8051;
  margin: 50px auto 0;
  font-weight: 500;
}
section#login .err-box {
  text-align: center;
  color: red;
  font-weight: 600;
}
section#contact {
  padding: 50px 0 50px;
  background: #f6f6f6 url(olive-bg.png) no-repeat bottom right;
}
section#contact h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: #1b1c1b;
}
section#contact h1 span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #6b8051;
  font-weight: bold;
}
section#contact hr {
  background: url(header-default-icon.png) no-repeat center top;
  display: block;
  height: 25px;
  margin-bottom: 20px;
}
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;
  color: #cf1417;
}
section#contact #buttons .coll p {
  color: black;
}
section#contact #buttons .coll a {
  display: table;
  border: 1px solid #cf1417;
  line-height: 26px;
  color: #cf1417;
  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 {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background: white;
  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: '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: #cf1417;
  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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 600;
  margin: 20px 0 0;
  font-family: 'Titillium Web', 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: #cf1417;
}
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;
  color: #6b8051;
}
section#contact .info p {
  line-height: 24px;
  font-size: 16px;
}
section#contact .info a {
  color: #cf1417;
  text-decoration: none;
}
section#contact .info .adtable {
  margin-bottom: 10px;
}
section#contact .info .adtable td {
  padding-bottom: 10px;
  line-height: 22px;
}
section#contact .info .adtable td .fa {
  color: #6b8051;
}
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 .get-direction {
  display: table;
  margin: 0 auto;
  background: #1b1c1b;
  color: white;
  text-decoration: none;
  padding: 0 40px;
  line-height: 36px;
}
section#contact .get-direction:hover {
  background: #cf1417;
}
section#page {
  padding: 30px 0;
  background: #f6f6f6 url(olive-bg.png) no-repeat bottom right;
}
section#page h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #1b1c1b;
}
section#page h1 span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #6b8051;
  margin-bottom: 5px;
  font-weight: bold;
}
section#page hr {
  background: url(header-default-icon.png) no-repeat center top;
  display: block;
  height: 25px;
  margin-bottom: 20px;
}
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#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: #6b8051;
}
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: 25px;
  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: white;
  background: #cf1417;
  padding: 0 20px;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin: 20px auto 0;
  font-weight: bold;
}
section#commens {
  padding: 30px 0;
  text-align: center;
}
section#commens h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
  color: #6b8051;
}
section#commens h1 span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #4a4a4a;
  margin-bottom: 5px;
  font-weight: bold;
}
section#commens .radios {
  margin-bottom: 20px;
}
section#commens .radios .radio {
  margin: 0 10px;
  display: inline-block;
}
section#commens .radios .radio input {
  float: left;
  margin: 5px 5px 0 0;
}
section#commens .radios .radio label {
  display: table;
  float: left;
}
section#commens .radios .radio:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#commens button {
  display: table;
  background: #6b8051;
  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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: 600;
  margin: 0 auto 0;
  font-family: 'Titillium Web', sans-serif;
}
section#commens textarea {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 30px;
  display: block;
  height: 120px;
  padding: 10px 15px;
  border: 1px solid #eeeeee;
  outline: none;
  resize: none;
}
section#commens hr {
  background: url(header-default-icon.png) no-repeat center top;
  display: block;
  height: 25px;
  margin-bottom: 20px;
}
section#commens p {
  line-height: 22px;
  margin-bottom: 10px;
}
section#profile {
  padding: 50px 0;
  background: #f6f6f6 url(olive-bg.png) no-repeat bottom right;
}
section#profile h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: #1b1c1b;
}
section#profile h1 span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #6b8051;
  font-weight: bold;
}
section#profile hr {
  background: url(header-default-icon.png) no-repeat center top;
  display: block;
  height: 25px;
  margin-bottom: 30px;
}
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: white;
  display: block;
  line-height: 40px;
  padding: 0 20px;
  color: #1b1c1b;
  font-weight: 600;
}
section#profile .sidebar ul li a:hover {
  background: #6b8051;
  color: white;
}
section#profile .sidebar ul li .active {
  background: #6b8051;
  color: white;
}
section#profile .content {
  float: right;
  width: 77%;
  background: white;
  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 .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: #6b8051;
}
section#profile .content .list tr td:first-child {
  font-weight: 600;
}
section#profile .content .list tr:nth-child(even) {
  background: #fafafa;
}
section#profile .content .address .title {
  font-size: 20px;
  color: #6b8051;
  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;
  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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
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: #6b8051;
  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;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  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: #6b8051;
}
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: #6b8051;
}
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: #6b8051;
  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: #6b8051;
  margin-bottom: 5px;
}
section#profile .content .detaylist tr .title h3 a {
  text-decoration: none;
  color: #6b8051;
}
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: #6b8051;
  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#basket {
  padding: 40px 0 50px;
  background: #f6f6f6 url(olive-bg.png) no-repeat bottom right;
}
section#basket .no-item {
  text-align: center;
  min-height: 300px;
}
section#basket .cargoo {
  background: #6b8051;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
section#basket .order-error {
  background: #cf1417;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
section#basket .sidebar {
  float: right;
  width: 25%;
  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: white;
}
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: #6b8051;
}
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: #1b1c1b;
}
section#basket .sidebar .go {
  width: 100%;
  outline: none;
  border: none;
  text-decoration: none;
  color: white;
  background: #6b8051;
  display: block;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  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: 72%;
  float: left;
  background: white;
  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;
}
section#basket .content .address .title {
  font-size: 20px;
  color: #6b8051;
  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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
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;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 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: #6b8051;
}
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;
  -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 #creaditcard {
  width: 48%;
  float: left;
}
section#basket .content .tabs .ui-tabs-panel .row {
  margin-bottom: 10px;
}
section#basket .content .tabs .ui-tabs-panel .row:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#basket .content .tabs .ui-tabs-panel .row .coll {
  float: left;
  width: 48%;
}
section#basket .content .tabs .ui-tabs-panel .row .coll:last-child {
  float: right;
}
section#basket .content .tabs .ui-tabs-panel .row input,
section#basket .content .tabs .ui-tabs-panel .row select {
  width: 100%;
  height: 32px;
  border: 1px solid #eeeeee;
  outline: none;
  background: white;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
section#basket .content .tabs .ui-tabs-panel .row label {
  display: block;
  margin-bottom: 4px;
}
section#basket .content .tabs .ui-tabs-panel .img {
  width: 42%;
  float: right;
  padding-top: 20px;
}
section#basket .content .tabs .ui-tabs-panel .img img {
  display: block;
  width: 100%;
  height: auto;
}
section#basket .content .tabs .ui-tabs-panel button {
  padding: 0 20px;
  outline: none;
  border: none;
  text-decoration: none;
  color: white;
  background: #6b8051;
  display: table;
  line-height: 36px;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
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: #6b8051;
  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: #6b8051;
  margin-bottom: 5px;
}
section#basket .content .list tr .title h3 a {
  text-decoration: none;
  color: #6b8051;
}
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;
  -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: 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: #6b8051;
  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;
}
.fancybox-inner {
  line-height: 22px;
}
.fancybox-inner table {
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #eeeeee;
}
.fancybox-inner table td {
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 3px;
}
section#gallery {
  padding: 30px 0;
  background: #f6f6f6 url(olive-bg.png) no-repeat bottom right;
}
section#gallery h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: #1b1c1b;
}
section#gallery h1 span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #6b8051;
  font-weight: bold;
}
section#gallery hr {
  background: url(header-default-icon.png) no-repeat center top;
  display: block;
  height: 25px;
  margin-bottom: 20px;
}
section#gallery .items {
  margin-top: 30px;
}
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;
}
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 p,
section#gallery .items .video p {
  line-height: 20px;
  padding: 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: white;
  color: black;
}
section#gallery .items .image:hover p,
section#gallery .items .video:hover p {
  color: #6b8051;
}
section#gallery .items .image .y-play,
section#gallery .items .video .y-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  width: 64px;
  margin-top: -32px;
  height: 64px;
  margin-left: -32px;
  left: 50%;
}
section#sss {
  padding: 30px 0;
  background: #f6f6f6 url(olive-bg.png) no-repeat bottom right;
}
section#sss h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: #1b1c1b;
}
section#sss h1 span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #6b8051;
  font-weight: bold;
}
section#sss hr {
  background: url(header-default-icon.png) no-repeat center top;
  display: block;
  height: 25px;
  margin-bottom: 20px;
}
section#sss .questions {
  margin: 20px 0 50px;
}
section#sss .questions .item {
  margin-bottom: 20px;
}
section#sss .questions .item .tit {
  cursor: pointer;
  position: relative;
  background: white;
  color: #1b1c1b;
  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: #cf1417;
  text-decoration: none;
}
section#products {
  padding: 30px 0;
  background: #f6f6f6 url(olive-bg.png) no-repeat bottom right;
}
section#products h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: #1b1c1b;
}
section#products h1 span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #6b8051;
  font-weight: bold;
}
section#products hr {
  background: url(header-default-icon.png) no-repeat center top;
  display: block;
  height: 25px;
  margin-bottom: 40px;
}
section#products .content {
  float: left;
  width: 80%;
}
section#products .content .item {
  background: white;
  width: 31.333333333%;
  float: left;
  margin: 0 0 2% 2%;
  -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;
  padding: 20px;
}
section#products .content .item .marks {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
}
section#products .content .item .marks p {
  display: table;
  line-height: 30px;
  padding: 0 10px;
  float: right;
}
section#products .content .item .nostock {
  background: #aaaaaa;
  color: white;
}
section#products .content .item .bdisc {
  background: #6b8051;
  color: white;
}
section#products .content .item .disc {
  background: #6b8051;
  color: white;
}
section#products .content .item .new {
  background: #cf1417;
  color: white;
}
section#products .content .item .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#products .content .item .img img {
  display: block;
  width: 100%;
  height: auto;
}
section#products .content .item .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #1b1c1b;
}
section#products .content .item .puan {
  color: gold;
  line-height: 14px;
}
section#products .content .item .price {
  display: block;
  margin: 5px 0;
}
section#products .content .item .price p {
  display: inline-table;
  margin: 0 10px;
  font-size: 20px;
  font-weight: 600;
}
section#products .content .item .price p .fa {
  font-size: 18px;
}
section#products .content .item .price .old {
  text-decoration: line-through;
  color: #aaaaaa;
  font-size: 16px;
}
section#products .content .item .price .old .fa {
  font-size: 15px;
}
section#products .content .item .price .new {
  color: #cf1417;
  background: none;
}
section#products .content .item .hover {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 4px solid #cf1417;
}
section#products .content .item .hover a {
  position: absolute;
  top: 50%;
  left: 50%;
  text-decoration: none;
  color: white;
  display: block;
  width: 200px;
  margin-left: -100px;
  line-height: 40px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600;
}
section#products .content .item .hover .more {
  background: #cf1417;
  margin-top: -45px;
  color: #4a4a4a;
}
section#products .content .item .hover .add {
  background: #6b8051;
  margin-top: 5px;
}
section#products .sidebar {
  float: left;
  width: 20%;
}
section#products .sidebar ul {
  list-style: none;
}
section#products .sidebar ul li {
  margin-bottom: 10px;
}
section#products .sidebar ul li a {
  text-decoration: none;
  background: white;
  display: block;
  line-height: 40px;
  padding: 0 20px;
  color: #1b1c1b;
  font-weight: 600;
}
section#products .sidebar ul li a:hover {
  background: #6b8051;
  color: white;
}
section#products .sidebar ul li .active {
  background: #6b8051;
  color: white;
}
section#blog {
  padding: 30px 0;
  background: #f6f6f6 url(olive-bg.png) no-repeat bottom right;
}
section#blog h1 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  color: #1b1c1b;
}
section#blog h1 span {
  font-size: 18px;
  line-height: 24px;
  display: block;
  color: #6b8051;
  font-weight: bold;
}
section#blog hr {
  background: url(header-default-icon.png) no-repeat center top;
  display: block;
  height: 25px;
  margin-bottom: 20px;
}
section#blog .items {
  margin-top: 40px;
}
section#blog .items: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: white;
  width: 29.333333333%;
  float: left;
  margin: 0 2%;
}
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: #6b8051;
  border: 1px solid #6b8051;
}
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: #cf1417;
  color: white;
  top: -21px;
  left: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #cf1417;
}
section#blog .items .item .content .title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #1b1c1b;
  font-size: 16px;
  margin: 10px 0;
  display: block;
  font-weight: 600;
  color: #6b8051;
}
section#blog .items .item .content p {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
section#blog-detail {
  padding: 30px 0;
  background: #f6f6f6 url(olive-bg.png) no-repeat bottom right;
}
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: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #6b8051;
}
section#blog-detail .content h1 span {
  font-size: 16px;
  line-height: 16px;
  display: block;
  color: #4a4a4a;
  margin-bottom: 5px;
  font-weight: bold;
}
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: #6b8051;
}
section#blog-detail .sidebar h2 span {
  font-size: 16px;
  line-height: 16px;
  display: block;
  color: #4a4a4a;
  margin-bottom: 5px;
  font-weight: bold;
}
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: white;
  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;
  color: #1b1c1b;
  font-size: 16px;
  margin: 5px 0;
  display: table;
  font-weight: 600;
  color: #6b8051;
}
section#blog-detail .sidebar .item .content p {
  line-height: 20px;
  height: 60px;
  overflow: hidden;
}
section#product-detail {
  padding: 30px 0 40px;
  background: #f6f6f6 url(olive-bg.png) no-repeat bottom right;
}
section#product-detail .image {
  float: left;
  width: 40%;
}
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;
  background: white;
}
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;
  -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 img {
  display: block;
  width: 100%;
  height: auto;
}
section#product-detail .image .thumbs a:nth-child(4) {
  margin-right: 0;
}
section#product-detail .image .thumbs a:nth-child(8) {
  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: 56%;
  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: white;
}
section#product-detail .text h1 {
  color: #1b1c1b;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
section#product-detail .text .puan {
  margin-top: -10px;
}
section#product-detail .text .puan .fa {
  color: gold;
  font-size: 16px;
  line-height: 16px;
}
section#product-detail .text .puan .fa .span {
  display: inline-block;
  line-height: 16px;
}
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: #6b8051;
  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: #cf1417;
  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;
  line-height: 42px;
  color: #6b8051;
}
section#product-detail .text .price .real-price .fa {
  font-size: 36px;
}
section#product-detail .text .price .old-price {
  font-size: 20px;
  color: #aaaaaa;
  line-height: 30px;
  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: #cf1417;
}
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: #cf1417;
}
section#product-detail .tabs {
  margin-top: 40px;
  border: none;
  background: 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;
}
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 {
  background: white;
  border-bottom: 1px solid white;
}
section#product-detail .tabs .ui-tabs-nav .ui-tabs-active a {
  text-decoration: none;
  outline: none;
  color: #6b8051;
}
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: none;
}
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#product-detail .tabs .ui-tabs-panel .return {
  padding: 30px 0 60px;
}
section#product-detail .tabs .ui-tabs-panel .return h4 {
  font-size: 20px;
  color: #6b8051;
}
section#product-detail .tabs .ui-tabs-panel #comments-form {
  margin-top: 10px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
section#product-detail .tabs .ui-tabs-panel #comments-form .row {
  margin-bottom: 20px;
}
section#product-detail .tabs .ui-tabs-panel #comments-form .row:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#product-detail .tabs .ui-tabs-panel #comments-form .row .coll {
  width: 48%;
  float: left;
}
section#product-detail .tabs .ui-tabs-panel #comments-form .row .coll:last-child {
  float: right;
}
section#product-detail .tabs .ui-tabs-panel #comments-form .row p {
  display: block;
  line-height: 16px;
  margin: 0 0 10px;
}
section#product-detail .tabs .ui-tabs-panel #comments-form .row input[type="text"],
section#product-detail .tabs .ui-tabs-panel #comments-form .row textarea,
section#product-detail .tabs .ui-tabs-panel #comments-form .row select {
  background: white;
  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: 'Titillium Web', sans-serif;
  font-size: 14px;
}
section#product-detail .tabs .ui-tabs-panel #comments-form .row select {
  margin-bottom: 15px;
  padding: 0 12px;
}
section#product-detail .tabs .ui-tabs-panel #comments-form .row textarea {
  padding: 10px 15px;
  resize: none;
  height: 100px;
}
section#product-detail .tabs .ui-tabs-panel #comments-form .row button {
  display: table;
  background: #cf1417;
  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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 600;
  margin: 20px 0 0;
  font-family: 'Titillium Web', sans-serif;
}
section#product-detail .tabs .ui-tabs-panel #comments-form .row select.error,
section#product-detail .tabs .ui-tabs-panel #comments-form .row input.error,
section#product-detail .tabs .ui-tabs-panel #comments-form .row textarea.error {
  border: 1px solid red;
}
section#product-detail .tabs .ui-tabs-panel #comments-form .row .box {
  float: left;
  display: table;
  margin-right: 15px;
}
section#product-detail .tabs .ui-tabs-panel #comments-form .row .box input {
  float: left;
  display: block;
  width: 15px;
  height: 15px;
  margin: 0px 5px 0 0;
}
section#product-detail .tabs .ui-tabs-panel #comments-form .row .box label {
  float: left;
  display: table;
  line-height: 17px;
}
section#product-detail .tabs .ui-tabs-panel #comments-form .row .box:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
section#product-detail .tabs .ui-tabs-panel .comments-list .item {
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
section#product-detail .tabs .ui-tabs-panel .comments-list .item .name {
  display: table;
  float: left;
  margin-right: 20px;
  line-height: 20px;
  font-weight: 600;
}
section#product-detail .tabs .ui-tabs-panel .comments-list .item .puan {
  display: table;
  float: left;
  line-height: 20px;
  color: gold;
}
section#product-detail .tabs .ui-tabs-panel .comments-list .item .comment {
  font-style: italic;
  margin-top: 10px;
  line-height: 18px;
}
section#product-detail .tabs .ui-tabs-panel .comments-list .item .comment p {
  line-height: 18px;
}
section#product-detail .tabs .ui-tabs-panel .comments-list .item .date {
  font-size: 12px;
  color: #aaaaaa;
  display: block;
  margin-top: 10px;
}
section#product-detail .tabs .ui-tabs-panel .comments-list .item:last-child {
  border-bottom: none;
}
.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: #6b8051;
  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: #6b8051;
}
.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: #6b8051;
}
.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: #cf1417;
  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: #cf1417;
  color: white;
  width: 48%;
  font-weight: 500;
}
footer {
  background: #6b8051 url(bg.png) center center;
  padding: 0;
  color: white;
}
footer .top {
  background: white;
  margin-bottom: 40px;
  padding: 10px;
}
footer .top img {
  display: block;
  margin: 0 auto;
}
footer .coll {
  float: left;
  width: 25%;
}
footer .coll ul {
  list-style: none;
}
footer .coll ul li {
  margin-bottom: 5px;
}
footer .coll ul li a {
  text-decoration: none;
  color: white;
}
footer .coll h3 {
  font-weight: 600;
  margin-bottom: 15px;
}
footer .coll .bultein {
  margin-bottom: 25px;
}
footer .coll .bultein p {
  margin-bottom: 15px;
}
footer .coll .bultein input {
  display: block;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: white;
  padding: 0 10px;
  height: 36px;
  color: black;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 70%;
  outline: none;
}
footer .coll .bultein button {
  display: block;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: white;
  height: 36px;
  float: right;
  width: 28%;
  outline: none;
  color: #6b8051;
}
footer .coll .bultein:after {
  clear: both;
  content: ".";
  display: block;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
footer .coll .social {
  margin-top: 7px;
  margin-bottom: 15px;
}
footer .coll .social a {
  text-decoration: none;
  display: inline-table;
  font-size: 16px;
  width: 30px;
  line-height: 30px;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  color: white;
  margin-left: 5px;
}
footer .coll .social a:first-child {
  margin-left: 0;
}
footer .coll .social a:hover {
  color: white;
}
footer .bottom {
  background: #1b1c1b;
  color: white;
  font-size: 12px;
  padding: 10px 0;
  margin-top: 30px;
}
footer .bottom .left {
  display: table;
  float: left;
}
footer .bottom .left p {
  line-height: 20px;
}
footer .bottom .right {
  float: right;
  display: table;
}
footer .bottom .right a {
  text-decoration: none;
  color: white;
  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: #cf1417;
}
.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;
  background: #57bb63;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.whatsapp img {
  display: block;
  float: left;
  width: 48px;
  height: 48px;
}
.whatsapp span {
  display: table;
  float: left;
  padding: 5px 10px 5px 0;
  line-height: 19px;
  color: white;
  font-weight: 600;
}
/*		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) {
  footer .top img {
    width: 100%;
    height: auto;
  }
  footer .coll {
    fwidth: 500%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1270px) {
  
}
@media only screen and (max-width: 768px) {
  .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;
    background: url(yellow-bg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
  }
  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;
    color: #6b8051;
  }
  section#blog-detail .sidebar h2 span {
    font-size: 16px;
    line-height: 16px;
    display: block;
    color: #4a4a4a;
    margin-bottom: 5px;
    font-weight: bold;
  }
  section#blog-detail .sidebar .item {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    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;
    color: #1b1c1b;
    font-size: 16px;
    margin: 5px 0;
    display: table;
    font-weight: 600;
    color: #6b8051;
  }
  section#blog-detail .sidebar .item .content p {
    line-height: 20px;
    height: 60px;
    overflow: hidden;
  }
  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: 25px;
    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 .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#product-detail .tabs {
    margin-top: 50px;
    border: none;
  }
  section#product-detail .tabs .ui-tabs-nav li {
    padding: 3px 20px 0;
  }
  section#product-detail .tabs .ui-tabs-nav li a {
    font-size: 12px;
  }
  section#product-detail .tabs .ui-tabs-panel .return {
    padding: 0px 0 30px;
  }
  section#product-detail .tabs .ui-tabs-panel #comments-form .row .coll {
    width: 100%;
  }
  section#product-detail .tabs .ui-tabs-panel #comments-form .row .coll:last-child {
    margin-top: 20px;
  }
  section#product-detail .tabs .ui-tabs-panel #comments-form .row textarea {
    height: 150px;
  }
  section#product-detail .tabs .ui-tabs-panel #comments-form .row .box {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  section#product-detail .tabs .ui-tabs-panel .comments-list .item {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  section#product-detail .tabs .ui-tabs-panel .comments-list .item .name {
    display: table;
    float: left;
    margin-right: 20px;
    line-height: 20px;
    font-weight: 600;
  }
  section#product-detail .tabs .ui-tabs-panel .comments-list .item .puan {
    display: table;
    float: left;
    line-height: 20px;
    color: #cf1417;
  }
  section#product-detail .tabs .ui-tabs-panel .comments-list .item .comment {
    font-style: italic;
    margin-top: 10px;
    line-height: 18px;
  }
  section#product-detail .tabs .ui-tabs-panel .comments-list .item .comment p {
    line-height: 18px;
  }
  section#product-detail .tabs .ui-tabs-panel .comments-list .item .date {
    font-size: 12px;
    color: #aaaaaa;
  }
  section#product-detail .tabs .ui-tabs-panel .comments-list .item:last-child {
    border-bottom: none;
  }
  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 .cargoo {
    font-size: 14px;
  }
  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 .ui-tabs-active a {
    text-decoration: none;
    outline: none;
    color: #6b8051;
  }
  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 .tabs .ui-tabs-panel #creaditcard {
    float: none;
    width: 100%;
  }
  section#basket .content .tabs .ui-tabs-panel .img {
    display: none;
  }
  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;
    color: #6b8051;
    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;
  }
  header .top .left {
    display: none;
  }
  header .logo {
    margin: 5px 0;
    width: 125px;
  }
  header .h-right .basket {
    margin-top: 26px;
  }
  header .h-right .search {
    display: none;
  }
  header .menu .swith-menu {
    display: table;
  }
  header .menu .msearch {
    display: table;
  }
  header .menu ul {
    display: none;
  }
  header .menu ul li {
    float: none;
    padding: 0 0;
  }
  header .menu ul li a {
    display: block;
    text-align: right;
    color: #4a4a4a;
    text-decoration: none;
    line-height: 40px;
    font-weight: 700;
    font-size: 15px;
  }
  header .menu ul li a:hover {
    color: white;
  }
  header .menu ul li:last-child {
    float: none;
  }
  section#profile .sidebar {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  section#profile .content {
    float: none;
    width: 100%;
  }
  section#profile .content .list {
    width: 100%;
  }
  section#profile .content .list tr th {
    padding: 10px;
  }
  section#profile .content .list tr th:nth-child(2) {
    display: none;
  }
  section#profile .content .list tr th:nth-child(3) {
    display: none;
  }
  section#profile .content .list tr td {
    padding: 10px;
  }
  section#profile .content .list tr td:first-child {
    font-weight: 600;
  }
  section#profile .content .list tr td:nth-child(2) {
    display: none;
  }
  section#profile .content .list tr td:nth-child(3) {
    display: none;
  }
  section#profile .content .list tr:nth-child(even) {
    background: #fafafa;
  }
  section#profile .content .address .row .coll {
    float: none;
    width: 100%;
  }
  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: #6b8051;
  }
  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: #6b8051;
  }
  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: #6b8051;
    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: #6b8051;
    margin-bottom: 5px;
  }
  section#profile .content .detaylist tr .title h3 a {
    text-decoration: none;
    color: #6b8051;
  }
  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;
  }
  .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: #6b8051;
    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: #6b8051;
  }
  .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: #6b8051;
  }
  .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: #cf1417;
    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: #cf1417;
    color: white;
    width: 48%;
    font-weight: 500;
  }
  .navbar {
    display: none;
  }
}
