body {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
  font-size:15px;
  line-height:25px;
  margin-top:0 !important;
}

.left {
  float:left;
}

.right {
  float:right;
}

a,
a:hover,
a:focus {
  text-decoration:none;
}

#header {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  z-index:999;
  background: linear-gradient(to bottom, rgba(0,0,0,.4) , rgba(184,163,146,0));
  background: -webkit-linear-gradient(top, rgba(0,0,0,.4) , rgba(184,163,146,0));
  background: -o-linear-gradient(bottom, rgba(0,0,0,.4), rgba(184,163,146,0));
  background: -moz-linear-gradient(bottom, rgba(0,0,0,.4), rgba(184,163,146,0));
  background: linear-gradient(to bottom, rgba(0,0,0,.4) , rgba(184,163,146,0));
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header.scrolled,
#header.not-home {
  -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, .2);
}

.topbar {
  position:absolute;
  left:0;
  top:100%;
  width:100%;
}

.topbar ul.settings {
  list-style:none;
  padding:0;
  margin:0;
  text-transform:uppercase;
  font-size:11px;
  background-color:#f7f7f7;
  border-radius:0px 0px 3px 3px;
  padding:0px 10px;
  font-weight:bold;
}

.topbar ul.settings li {
  display:inline-block;
}

.topbar ul.settings li a {
  color:#333;
  display:block;
  padding:7px 10px;
}

#header .main-header {
  padding:40px 0px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#header.scrolled .main-header,
#header.not-home .main-header {
  padding:20px 0px;
}

#header .main-header .align {
    display: table;
    width: 100%;
}

#header .main-header .logo {
  display:table-cell;
  vertical-align:middle;
}

#header .main-header .logo .first,
#header.scrolled .main-header .logo .second,
#header.not-home .main-header .logo .second {
  display:block;
}

#header .main-header .logo .second,
#header.scrolled .main-header .logo .first,
#header.not-home .main-header .logo .first {
  display:none;
}

#header .main-header .logo img {
  height:35px;
}

#header .main-header .menu {
  display:table-cell;
  vertical-align:middle;
}

#header .main-header .menu ul {
  float:right;
  list-style:none;
  margin:0;
  padding:0;
}

#header .main-header .menu ul li {
  display:inline-block;
  text-transform:uppercase;
  font-size:13px;
}

#header .main-header .menu ul li {
  color:#fff;
}

#header .main-header .menu ul li a,
#header .main-header .menu ul li a.active {
  padding:0px 10px;
  color:#fff;
  font-weight:bold;
}

#header .main-header .menu ul li i {
  font-size:1.3em;
}

#header .main-header .menu ul li a.active {
  font-weight:bold;
}

#header .main-header .menu ul li a.language {
  padding:0;
}

#header .main-header .menu ul li a.language:first-child {
  padding-left:10px;
}

#header .main-header .menu ul li a.back-products,
#header.not-home .main-header .menu ul li a.back-products {
  color: #fff;
  height: 40px;
  display: block;
  padding: 0;
  line-height: 40px;
  padding: 0px 20px;
  border-radius: 20px;
  font-weight: bold;
  margin-left:15px;
}

#header .main-header .menu ul li a.back-products i,
#header.not-home .main-header .menu ul li a.back-products i {
  margin-right:7px;
}

.header-cart {
  position:relative;
}

.header-cart .badge {
  position: absolute;
  top: -10px;
  right: -5px;
  font-size: 0.8em;
}

.headline {
  background: url(headline-image.jpg) no-repeat center center fixed;  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
}

.headline .headline-inner {
  padding:200px 0px;
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) , rgba(0,0,0,.1));
  background: -o-linear-gradient(right, rgba(0,0,0,0.6), rgba(0,0,0,.1));
  background: -moz-linear-gradient(right, rgba(0,0,0,0.6), rgba(0,0,0,.1));
  background: linear-gradient(to right, rgba(0,0,0,0.6) , rgba(0,0,0,.1));
}

.headline .headline-text-box {
  width:100%;
  max-width:650px;
}

.headline .headline-title h2 {
  margin-top:0;
  margin-bottom:0;
  font-size:35px;
  font-weight:bold;
  color:#fff;
}

.headline .headline-text {
  font-size: 20px;
  margin-top: 5px;
}

#usp-block,
#about-block,
#product-block,
#blog-block {
  padding-top:70px;
  padding-bottom:70px;
}

#usp-block.not-home {
  background-color:#f9f9f9;
}

#about-block {
  background-color:#f9f9f9;
}

h2.home-title,
h1.textpage-title {
  text-align:center;
  font-weight:bold;
  margin-top:0;
  margin-bottom:0;
  font-size:30px;
}

.title-border {
  display:block;
  height:2px;
  width:70px;
  margin:0 auto;
  margin-top:20px;
  margin-bottom:50px;
}

#usp-block .usp {
  text-align:center;
}

#usp-block .usp .icon {
  font-size:50px;
  display:block;
}

#usp-block .usp .text {
  margin-top:30px;
}

#usp-block .usp .text h4 {
  font-size:20px;
  font-weight:bold;
  margin-top:30px;
}

#usp-block .usp .undertitle {
  color:#777;
}

#about-block .text-block {
  text-align:center;
}

.shopmonkey-dropdown {
  position: relative;
  background: #fff;
  padding: 0px 20px;
  height: 50px;
  line-height: 47px;
  font-size: 13px;
  padding-right: 30px;
  border: 2px solid #eee;
  margin-top: 3px;
  margin-bottom: 3px;
  cursor:pointer;
  border-radius:25px;
  height:50px;
}

.shopmonkey-dropdown i {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 50px;
  padding: 0px 20px;
}

.shopmonkey-dropdown ul {
  margin:0;
  list-style:none;
  padding:0;
  display:none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background: #fff;
  z-index: 999;
  border: 1px solid #eee;
  -moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px -1px rgba(0, 0, 0, .1);
  font-size: 13px;
  line-height:normal;
  padding:10px;
  border-radius:25px;
}

.shopmonkey-dropdown ul li {
  padding:7px;
}

.shopmonkey-dropdown ul li:hover {
  background-color:#f9f9f9;
}

.shopmonkey-dropdown .first-opt {
  overflow:hidden;
}

#usp-2-block {
  padding:70px 0px;
  background-color:#f9f9f9;
}

#usp-2-block .usp {
  margin-top:15px;
  margin-bottom:15px;
}

#usp-2-block .image {
  width: 150px;
  height:150px;
  border-radius: 100%;
  margin: 0 auto;
  display: block;
  border:2px solid #fff;
}

#usp-2-block .image.image-1 {
  background: url(bottom-usp-1-image.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#usp-2-block .image.image-2 {
  background: url(bottom-usp-2-image.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#usp-2-block .image.image-3 {
  background: url(bottom-usp-3-image.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#usp-2-block .text h4 {
  text-align:center;
  margin-top:20px;
  margin-bottom:0;
  font-size:20px;
}

.contact-bg {
  background: url(background-image-contact.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#contact-block {
  padding:70px 0px;
  text-align:center;
  background:rgba(0,0,0,0.75);
}
#contact-block.no-image {
  background:none;
}

#footer {
  padding:50px 0px 10px 0px;
  line-height: 2em;
}

#footer ul {
  padding:0;
  margin:0;
  list-style:none;
  margin-bottom:20px;
}

#footer ul.links li {
  display:block;
}

#footer ul li a {
  display:block;
  color:#7f8c8d;
}

#footer .footer-about i {
  margin-right: 15px;
  font-size: 1.4em; 
}

#footer a img {
  margin:0 2px;
}

.footer-title {
  font-weight:bold;
  margin-bottom:20px;
  font-size:1.4em;
  margin-top:20px;
}

#footer ul.footer-socials {
  margin-top:40px;
}

#footer ul.footer-socials li {
  display:inline-block;
  margin-right:10px;
  margin-bottom:10px;
}

.facebook { color:#3b5998; }
.twitter { color:#55acee; }
.google { color:#dd4b39; }

.pinterest { color:#cb2027; }
.youtube { color:#bb0000; }
.tumblr { color:#32506d; }
.instagram { color:#125688; }

#footer ul.footer-socials i {
  margin-right:8px;
}

#footer .copyright {
  padding-top: 50px;
  font-size: 12px;
}

#contact-form {
  display:inline-block;
  max-width: 500px;
  width: 100%;
}

#contact-form .form-control {
  display: block;
  max-width: 500px;
  width:100%;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 5px;
  font-size: 13px;
  border: 2px solid #eee;
  border-radius: 25px;
  height: 50px;
  padding: 15px 20px;
}

#contact-form .form-control.error {
  border-color:red;
}

#contact-form textarea.form-control {
  height:125px;
}

#contact-form a.btn {
  width: 100%;
  background: #eee;
  color: #fff;
  border-radius: 0;
  height:50px;
  line-height:50px;
  padding:0;
  max-width:500px;
  font-size:20px;
  font-weight:bold;
  border-radius:25px;
}

#contact-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.contact-alert {
  margin-bottom: 10px;
  color: #27AE60;
  font-weight: bold;
  display:none;
}

.content.not-home {
  padding-top:50px;
  padding-bottom:50px;
}

.zoombox .images {
  position: relative;
  display: block;
  border: 1px solid #eee;  
  border-radius: 4px;   
}

.zoombox .images a {
  display: none;
  cursor: pointer;
  cursor: -moz-zoom-in;
  cursor: -webkit-zoom-in;
  overflow: hidden;
}

.zoombox .images a.first {
  display: block;
}

.zoombox .images a img, .zoombox .thumbs a img {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
}

.zoombox .thumbs a img {
  border: 1px solid #eee;  
  border-radius: 4px;   
}

.zoombox .images a img.zoomImg {
  max-height: none;
}

.zoom a {
  text-decoration: none;
}

.zoombox .thumbs a  {
  display: block;
  cursor: pointer;
  margin-bottom: 30px
}

.thumbs {
  padding-top:30px;
}

.product-info h1.product-title {
  margin:0;
  font-weight:bold;
}

.product-info .product-stars {
  color: #f1c40f;
  font-size:1.4em;
  line-height: 2em;
}

.product-info .product-stars span {
  margin-left: 15px;
  font-size: 0.6em;
  color:#444;
  
  opacity: 0;
  transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
}

.product-info .product-stars:hover span {
  opacity:1;
}

.product-info .product-brand-image {
  float:right;
  border:1px solid #eee;
  border-radius:4px;
}

.product-info .product-description,
.product-info .product-order {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 30px 0px;
  margin: 30px 0px;
  color: #444;
}

.product-info .product-description .readmore {
  display:block;
  margin-top: 15px;
}

.product-info .product-description .readmore .label {
  border-radius: 0.15em;
}

.product-info .product-price,
.product-info .product-delivery-box {
  padding:15px 0px;
}

.product-info .product-price .price-box {

}

.product-info .product-price .price-box .price {
  font-size: 3em;
  font-weight: bold; 
  color: #BD4642;   
}

.product-info .product-price .price-box .shipping-cost {
  font-size: 0.7em;
    padding-top: 15px;
}

.product-info .order-box {
  background: #f9f9f9;
  padding: 20px;
  border: 1px dashed #eee;
}

.product-info .product-option .form-control {
  border: 0;
  outline: 1px solid #eee;
  background-color: white;
  box-shadow: none;
  outline-offset: -1px;
  margin-bottom:10px;
}

.product-info .price-wrap {
  margin-top: 20px;
  font-size: 25px;
  font-weight: bold;
  color: #777;
}
  
.product-info .price-wrap .old-price {
  font-size: 13px;
  font-weight: normal;
  text-decoration: line-through;
  color: #aaa;
}

.product-info .price-wrap small {
  font-size:12px;
  font-weight:normal;
}

.product-info .cart {
  margin-top:0px;
}

.product-info .cart a.btn {
  color: #fff;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  width: 100%;
}

.product-info .price-box .old-price {
  color: #aaa;
  font-size: 1em;
  font-weight: normal;
  text-decoration: line-through;
  margin-bottom: 7px;
}

.product-info .product-delivery {
  color:#444;
  text-align:right;
}
.product-info .product-delivery .in-stock {
  font-weight:bold;
  margin-right:5px;
}
.product-info .product-delivery .in-stock span {
  color:#27ae60;
  margin-right:5px;
}
.product-info .product-delivery .out-of-stock {
  font-weight:bold;
  margin-right:5px;
}
.product-info .product-delivery .out-of-stock span {
  color:#27ae60;
  margin-right:5px;
}
.product-info .product-delivery .delivery-title {
  padding-left:5px;
  border-left:2px solid #eee;
  color:#888;
  font-weight:bold;
}

.product-info .product-share {}

.product-info .product-share a {
  font-size:0.8em;
}

.product-info .product-share a i {
  margin-right:7px;
  font-size:1.4em;
}

.product-info .product-share .wishlist,
.product-info .product-share .compare {
  color:#444;
}

.product-info .product-share .socials {
  text-align:right;
}

.product-content {
  border-top: 5px solid #EEE;
  padding: 50px 0px;
  margin: 50px 0px;
}

.product-content .wrapper {
  margin-bottom:30px;
}
.product-content .title {
  font-size: 1.5em;
  line-height: 1.5em;
  color: #38353C;
  padding-bottom: 20px;
  font-weight: bold;
}

.product-content .title .underline {
  height: 2px;
  background-color: #000;
  width: 50px;
  display: block;
}

.product-content .product-specs table {
   width:100%;
}

.product-content .product-specs table td {
  padding: 10px 15px;
}

.product-content .product-specs .specs-content {
  color: #444;  
}

.product-content .product-specs table tr:nth-child(even) {
  background-color: #f7f7f7;
}

.product-content .product-specs table tr td:last-child {
  font-weight:bold;
}

.product-content .product-reviews .review-content {
  color:#444;
  border: 1px solid #eee;
  border-radius: 4px; 
  max-height: 504px;
  overflow-x: scroll;
}


.product-content .product-reviews .review {
  padding: 15px;
  border-bottom: 1px solid #eee;
}

.product-content .product-reviews .review:last-child {
  border:0px;
}

.product-content .product-reviews .review .r-title {
  font-weight:bold;
  font-size:1.2em;
}

.product-content .product-reviews .review .stars {
  font-size: 1.1em;
  float: right;
  color:#f1c40f;
}

.product-content .product-reviews .review .date {
  font-size:0.7em;
}

.product-content .product-reviews .review p {
  margin:10px 0;
}

.product-content .product-reviews .bottom {
  font-size: 0.8em;
  font-weight: bold;
  border: 1px solid #eee;
  margin-top: 5px;
  border-radius: 4px;
  padding: 5px 15px;
  background-color: #f7f7f7;  
}

.product-content .product-reviews .bottom .label {
  font-size:1em;
}

.product-content .product-reviews .bottom .label i {
  margin-right:7px;
}

.product-content .product-reviews .bottom a.btn {
  border-radius:20px;
  color:#fff;
  padding: 5px 20px;
  font-weight: bold;
}

.product-content-text h1,
.product-content-text h2,
.product-content-text h3 {
  font-size: 1.25em;
  font-weight: bold;
}

.product-content #tags-block {
  padding-bottom: 0px;
  padding-top: 35px;
  margin-top: 35px;
  border-top: 1px solid #eee;
  text-align:left;
}

.product-content #tags-block .tag:hover {
  background-color: #000;
  border-color:transparent;
  color: #fff;
}

.product-wrap .related-products {
  border-top: 5px solid #EEE;
  padding: 50px 0px;
}

.related-products .relatedproduct {
  border: 1px solid #eee;
  border-radius: 4px; 
  position:relative;
  margin-bottom: 30px;
}

.related-products .relatedproduct .title {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
  display: block;
  background-color: rgba(255,255,255,0.8);
  padding: 10px;
  font-weight: bold;
  border-radius: 0px 0px 4px 4px;
  border-top: 1px solid #eee;
}

.related-products .relatedproduct img {
  width:100%;
  border-radius: 3px;
}

.related-products .relatedproduct .price {
  position:absolute;
  background-color: #000;
  color: #fff;
  font-size: 0.9em;
  padding: 0px 12px;
  font-weight: bold;
  top: 8px;
  right: 8px;
  border-radius:3px;
}
.related-products .relatedproduct .price .price_old {
  margin-right:10px;
  text-decoration:line-through;
  font-size:0.75em;
}

.textpage-sidebar ul {
  border: 1px solid #eee;
  list-style: none;
  margin: 0;
  padding: 0px;
  border-radius: 10px;
}

.textpage-sidebar ul li {
  border-bottom: 1px solid #eee;
}

.textpage-sidebar ul li:last-child {
  border-bottom:0px;
}
.textpage-sidebar ul li a {
  padding: 10px 15px;
  display: block;
}

.textpage-sidebar ul li:first-child a {
  border-radius:5px 5px 0 0;
}
.textpage-sidebar ul li:last-child a {
  border-radius:0 0 5px 5px;
}

.textpage-sidebar ul li a:hover,
.textpage-sidebar ul li a.active {
  background-color:#f7f7f7;
}

.product-label {
  position: absolute;
  right: -29px;
  top: 20px;
  text-align: center;
  line-height: 30px;
  width: 130px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.gui-page-title {
  display:none!important; 
}

.about-bg {
  background: url(background-image-about.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.usp-bg {
  background: url(background-image-usp2.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.mobile-menu {
  position: fixed;
  z-index: 9999;
  background: rgba(255,255,255,0.97);
  width: 100%;
  height: 100%;
  text-align: center;
  display: none;
}

.mobile-menu.open {
  display:table;
}

.mobile-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table-cell;
  vertical-align: middle;
  font-size: 17px;
  font-weight: bold;
}

.mobile-menu ul li {
  padding: 5px 0;
  display: block;
}

.mobile-menu ul li a {
  color:#333;
}

.close-menu {
  position: absolute;
  right: 20px;
  top: 20px;
  color: #333;
  font-size: 30px;
  line-height: 30px;
}

a.open-menu {
  float: right;
  color: #fff;
  font-size: 25px;
}


#header.scrolled a.open-menu,
#header.not-home a.open-menu {
  color:#333;
}

#formNewsletter input {
  border: 2px solid #eee;
  height: 50px;
  max-width: 400px;
  width: 100%;
  border-radius: 25px;
  padding: 0px 20px;
  font-size: 13px;
  outline: none;
  color:#333;
}

#formNewsletter a.btn {
    display: block;
    max-width: 400px;
    width: 100%;
    background: #2980B9;
    margin-top: 10px;
    height: 50px;
    border-radius: 25px;
    color: #fff;
    padding: 0;
    line-height: 50px;
    font-size: 20px;
  }

.newsletter-title {
  display: block;
  margin-bottom: 10px;
}

/* 
 *   Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*='owl-'] {
  color: white;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: white;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.products .price-box {
  width: 100px;
  height: 100px;
  background: #7f8c8d;
  color: #fff;
  text-align: center;
  line-height: 100px;
  font-weight: bold;
  font-size: 27px;
  border-radius: 100%;
  position: absolute;
  right: -20px;
  top: -20px;
  z-index: 99;
}

.products .price-box .big-price {
  display:inline-block;
}

.products .price-box .small-price {
  font-size: 14px;
  vertical-align: top;
  margin-left: -2px;
  margin-top: -3px;
  display: inline-block;
}

.products .price-box .old-price {
  position: absolute;
  line-height: normal;
  font-size: 12px;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-decoration: line-through;
}

.products .price-box .old-price small {
  text-decoration:none;
}

.products .price-box .round {
  display:inline-block;
  margin-left:-3px;
}

.collection .tabs .tabarea,
.collection .tabs .tabarea.active {
  visibility:visible;
  opacity:1;
  height:auto;
  padding:100px 0px;
  border-bottom: 1px solid #eee;
}

.tabs .tabarea {
  opacity:0;
  visibility:hidden;  
  -webkit-transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  height: 0;
  overflow: hidden;
  padding:0;
}

.tabs .tabarea.active {
  padding:50px 0px;
  opacity:1;
  visibility:visible;
  height:auto;
}

.tabs .tabarea .productusps .usp .score i {
  margin:0;
  color:#f1c40f;
  margin-right:3px;
}

.tabs .tabarea .productusps .usp a.addReview {
  margin-left: 5px;
  font-size: 14px;
  color: #bbb;  
}

.tabs {
  display:block;
}

.tabs .tabtitle {
  display:block;
  text-align:center;
}
.tabs .tabtitle .producttitle {
  display: inline-block;
  text-align: center;
  border: 2px solid;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 1.2em;
  font-weight: bold;
  margin:4px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tabs .tabtitle .producttitle:hover {
  cursor:pointer;
  background-color:#aaa;
  color:#fff;
}
.tabs .tabtitle .producttitle.active {
  color:#fff;
}


.tabs .tabarea .productdescription {
  max-height:500px;
  overflow:hidden;  
}

.tabs .tabarea h2 {
  font-size:1.2em;
  font-weight:bold;
  text-transform:uppercase;
  margin-top:30px;
}

.tabs .tabarea h2:first-child {
  margin-top:0;
}
.tabs .tabarea .price {
  font-size:3em;
  font-weight:bold;
  color:#2c3e50;
  padding:10px 0px;
}
.tabs .tabarea .price span {
  font-size:0.4em;
  text-decoration:line-through;
}

.tabs .tabarea .btn.add {
  display: block;
  color:#fff;
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0px;
  border:2px solid;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height:50px;
  line-height:47px;
  padding:0;
  border-radius:25px;
}

.tabs .tabarea .btn.add:hover {
  color:#fff;
}

.tabs .tabarea .specifications {
  display:none;
  padding-top:20px;
}

.tabs .tabarea .specifications table {
  width: 100%;
}

.tabs .tabarea .specifications table tr:nth-child(odd) {
  background-color:#f7f7f7;
}
.tabs .tabarea .specifications table td {
  padding: 5px 10px;
  font-size: 0.9em;
  color: #333;
}
.tabs .tabarea .productusps {
  padding-top:20px;
}
.tabs .tabarea .productusps .usp {
  font-size:0.9em;
  font-weight:bold;
  line-height:40px;
}
.tabs .tabarea .productusps .usp i {
  font-size:1.5em;  
  line-height:40px;
  margin-right:15px;
  color:#27ae60;
}

.tabs .tabarea .shopmonkey-dropdown,
.tabs .tabarea .shopmonkey-dropdown ul {
  border:2px solid #ccc;
  font-weight:bold;
}

.tabs .tabarea .shopmonkey-dropdown.error {
  border-color:red;
}

.tabs .tabarea .shopmonkey-dropdown ul li,
.tabs .tabarea .shopmonkey-dropdown .first-opt {
  color:#777;
}
.tabs .tabarea .productimage {
  position:relative;
}
.tabs .tabarea .wishlistbox {
  padding-top:20px;
}
.tabs .tabarea .wishlistbox a {
  margin-right:10px;
}
.tabs .tabarea .wishlistbox i {
  font-size:1.7em;
}
.tabs .tabarea .wishlistbox .wishlist {
  color:#E26A6A;
}
.tabs .tabarea .wishlistbox .compare {
  color:#aaa;
}

.collection-pagination {
  padding: 30px 0px;  
}

.collection-pagination .pager {
  margin:0;
}
.collection-pagination .pager li>a, 
.collection-pagination .pager li>span {
  border-radius:0;
  padding: 3px 12px;
}

.collection-pagination .pager li.active>a, 
.collection-pagination .pager li.active>span {
  color:#fff;
  background-color:#aaa;
  border-color:#aaa;
}

.collection-pagination .pager .disabled>a {
  display:none;
}
.collection-pagination small {
  line-height: 33px;
}

#blog-block {
  background-color:#f9f9f9;
}

.blog-article {
  border: 1px solid #F3F3F3;
  border-radius: 5px;
  background-color: #fff;
  margin-bottom:15px;
}

.blog-article .blog-image {
  position:relative;
}

.blog-article .blog-image img {
  border-radius:5px 5px 0px 0px;
  width:100%;
}

.blog-article .blog-image .blog-date {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
  padding: 12px 15px; 
  border-radius: 0px 15px 0px 0px;
  font-size: 1.5em;
  font-weight: bold;  
  color: #fff;
  text-align:center;
  line-height: 0.9em; 
  
}
.blog-article .blog-image .blog-date span {
  display: block;
  font-size: 0.5em;
  font-weight: normal;  
}

.blog-article .blog-content {
  padding: 10px 25px;
}

.blog-article .blog-content .readmore {
  font-weight:bold;
}

.blog-article .blog-content .readmore i {
  margin-right:10px;
}

#blog-block a.all-articles {
  display: block;
  color: #fff;
  width: 100%;
  color: #fff;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  padding: 0;
  max-width: 300px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 25px;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  padding: 0 50px;
}

#blog-block a.all-articles i {
  margin-left:10px;
}

.messages,
.gui-messages {
  position: fixed;
  right: 30px;
  top: 30px;
  margin: 0;
  z-index: 9999;
  width: 350px;
}

.messages ul,
.gui-messages ul {
  margin: 0;
  background-color:#eee;
  color:#333;
  border: none;
  border-radius: 0;
  padding: 20px 30px;
  font-weight: bold;
  font-size: 15px;
  margin-bottom:10px;
  border-radius:5px;
}

.messages ul.error,
.messages ul.gui-error {
  background: #c0392b;
  color: #fff;
}

.messages ul.success,
.gui-messages ul.gui-success {
  background: #27ae60;
  color: #fff;
}

.gui-progressbar {
  background-color:transparent!important;
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: #fff;
  display: table;
  opacity:1;
  visibility:visible;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.loading.loaded {
  visibility:hidden;
  opacity:0;
}

.loading .loading-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.loading .logo {
  height:50px;
}

@keyframes fadeIn { 
  from { opacity: 0; } 
}

@-o-keyframes fadeIn { 
  from { opacity: 0; } 
}

@-moz-keyframes fadeIn { 
  from { opacity: 0; } 
}

@-webkit-keyframes fadeIn { 
  from { opacity: 0; } 
}

.loading .logo {
  -webkit-animation: fadeIn 1s infinite alternate;
  -moz-animation: fadeIn 1s infinite alternate;
  -o-animation: fadeIn 1s infinite alternate;
  animation: fadeIn 1s infinite alternate;
}

.loading .logo img {
  height:100%;
  width:auto;
}

#tags-block {
  padding:70px 0px;
  text-align:center;
}

#tags-block .tag {
  font-size:12px;
  padding:0px 15px;
  height:25px;
  line-height:23px;
  border-radius:13px;
  display:inline-block;
  margin:3px;
  border:1px solid;
}

a.compare-products {
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
  height: 22px;
  line-height: 20px;
  padding: 0px 10px;
  border: 1px solid;
  border-radius: 13px;
  margin-left: 10px;
}

.close-message {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  padding: 10px;
  line-height: 10px;
  color: #fff;
  cursor: pointer;
}

.disabled {
  pointer-events: none;
  cursor: default;
}

.tabs .tabarea .shopmonkey-dropdown ul li.disabled {
  color:#aaa!important;
}

.product-configure-custom-option-item label {
  margin-left:7px;
  font-size:13px;
}

.product-info .product-content h2 {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
}

.product-discount-rules {
  display: block;
  margin-top: 30px;
  list-style: none; 
  padding: 0px; 
  border:1px solid #eee;
}
.product-discount-rules li {
  padding:10px 20px;
}
.product-discount-rules li:nth-child(odd) {
  background-color:#f9f9f9;
}

.product-pages .page {
  display:none;
  padding:20px 10px;
}

.product-pages .page.active {
  display:block;
}

.product-tabs ul {
  margin:0;
  padding:0;
  list-style:none;
  border-bottom:1px solid #eee;
  padding:0px 10px;
}

.product-tabs ul li {
  display:inline-block;
  margin-right:10px;
}

.product-tabs ul li a {
  display: block;
  padding: 0px 20px;
  border: 1px solid #eee;
  margin-bottom: -1px;
  border-radius: 3px 3px 0px 0px;
  background-color:#f9f9f9;
  color:#777;
  height: 45px;
  line-height: 45px;
}

.product-tabs ul li a.active {
  border-bottom-color: #fff;
  background-color:#333;
  color:#fff;
  font-weight:bold;
}

.product-tabs .badge {
  margin-left:10px;
}

.info-block {
  margin-top:30px;
}

.search-box {
  position: fixed;
  display: table;
  z-index: 9999;
  background: rgba(0,0,0,0.85);
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  visibility:hidden;
  opacity:0;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.search-box.open {
  visibility:visible;
  opacity:1;
}

.search-box .search-inner {
  display:table-cell;
  vertical-align:middle;
  text-align:center;
}

.search-box input {
  font-size: 45px;
  color: #fff;
  background: transparent;
  border: 0;
  text-align: center;
  width: 100%;
  display: block;
  outline: none;
}

.search-box input::-webkit-input-placeholder {
  color: #fff;
}

.search-box input:-moz-placeholder { /* Firefox 18- */
  color: #fff; 
}

.search-box input::-moz-placeholder {  /* Firefox 19+ */
  color: #fff;
}

.search-box input:-ms-input-placeholder {  
  color: #fff;
}

.close-search {
  font-size: 18px;
  position: absolute;
  right: 0;
  line-height: 18px;
  padding: 20px;
  color: #fff;
  cursor: pointer;
}

.account-info-box {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  visibility:hidden;
  opacity:0;
  z-index: 9999;
  background: rgba(0,0,0,0.3);
}

.account-info-box.open {
  visibility:visible;
  opacity:1;
}

.account-info {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 9999;
  padding: 50px 0px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -ms-transform: translate(0px,100%);
  -webkit-transform: translate(0px,100%);
  transform: translate(0px,100%);
}

.account-info.open {
  -ms-transform: translate(0px,0px);
  -webkit-transform: translate(0px,0px);
  transform: translate(0px,0px);
}

.account-info .account-title {
  font-weight: bold;
  color: #38353C;
  font-size: 16px;
  margin-bottom: 10px;
}

.account-info .form-control {
  border: 2px solid #eee;
  box-shadow: none;
  border-radius: 25px;
  height: 45px;
  padding: 0px 20px;
  margin-bottom: 10px;
}

.account-info a.btn {
  height: 45px;
  padding: 0px 20px;
  display: block;
  line-height: 45px;
  border-radius: 25px;
  background: #BD4642;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
}

#login-form {
  max-width: 400px;
}

.account-info .close-account {
  color: #fff;
  display: block;
  position: absolute;
  width: 50px;
  height: 40px;
  text-align: center;
  line-height: 45px;
  left: 50%;
  font-size: 20px;
  bottom: 100%;
  border-radius: 25px 25px 0px 0px;
  display:none;
}

.account-info.open .close-account {
  display:block;
}

ul.langval {
  padding:0;
  list-style:none;
  margin-bottom:20px;
}

ul.langval li {
  display:inline-block;
  margin-right: 5px;
}

ul.langval li a {
  padding: 4px 10px;
  border: 1px solid;
  border-radius: 50px;
  font-size: 12px;
}

ul.langval li a.active {
  color:#fff;
}

.wsa-cookielaw {
  position: fixed;
  left: 0;
  bottom: 0;
  top: auto;
  right: auto;
  border: none;
  background: rgba(0,0,0,0.85);
  color: #fff;
  padding: 10px; 
}

.wsa-cookielaw a {
  color:#eee;
}

.wsa-cookielaw a:hover {
  color:#fff;
}

a.wsa-cookielaw-button.wsa-cookielaw-button-green {
  background: #27ae60;
  border: none;
  text-shadow: none;
  border-radius: 30px;
}

a.wsa-cookielaw-button-red,
a.wsa-cookielaw-button-red:hover {
  background:#c0392b;
  border: none;
  text-shadow: none;
  border-radius: 30px;
}

a.open-filters {
  display: block;
  text-align: center;
  font-weight: bold;
}

a.open-filters i {
  margin-right:7px;
}

.filter-box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0,0,0,0.3);
  opacity:0;
  visibility:hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.filter-box.open {
  opacity:1;
  visibility:visible;
}

.filter-box .filter-sidebar {
  width: 350px;
  background: #fff;
  height: 100%;
  padding:30px;
  -ms-transform: translate(-100%,0);
  -webkit-transform: translate(-100%,0);
  transform: translate(-100%,0);  
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.filter-box .filter-sidebar.open {
  -ms-transform: translate(0,0);
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
}

.filter-box .filter-sidebar select {
  margin-bottom:10px;
}

.filter-box .filter-sidebar h3 {
  margin-top:0;
  margin-bottom:20px;
}

.filter-box .filter-sidebar h3 i {
  margin-right:10px;
}

.price-filter {
  padding-bottom: 40px;
}
.price-filter-range {
  font-size: 10px;
}

#collection-filter-price {
  height: 12px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 3px 4px 8px 8px;
  position: relative;
}
.filter-box .filter-sidebar .ui-slider-range {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  margin: -1px 0 0 -1px;
  position: absolute;
  height: 12px;
}
.filter-box .filter-sidebar .ui-slider-handle {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  border: 0;
  top: -3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-left: -10px;
  cursor: col-resize;
  border: 1px solid #ccc;
  background-color: white;
  outline: none;
}
.price-filter-range .min {
  float: left;
}
.price-filter-range .max {
  float: right;
}

.filter-box .filter-sidebar .filter-title {
  display: block;
  margin-top: 30px;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 18px;
}

.sidebar-filter-item {
  font-size:12px;
  line-height:23px;
}

.sidebar-filter-item input {
  margin:0;
}

.sidebar-filter-item label {
  margin:0;
  margin-left:5px;
}

.sidebar-filter-item span {
  font-size:9px;
  opacity:0.9;
}

.description-box .more-info {
  position: absolute;
  text-align: left;
  width: 100%;
  font-weight: bold;
  padding-top: 80px;
  margin-top: -70px;
  background: linear-gradient(to top, rgbargba(255,255,255,1) , rgba(184,163,146,.0));
  background: -webkit-linear-gradient(bottom, rgbargba(255,255,255,1) , rgba(184,163,146,0));
  background: -o-linear-gradient(top, rgbargba(255,255,255,1), rgba(184,163,146,0));
  background: -moz-linear-gradient(top, rgba(255,255,255,1), rgba(184,163,146,0));
  background: linear-gradient(to top, rgba(255,255,255,1) , rgba(184,163,146,0));
}

.description-box .more-info a {
  display: inline-block;
  color: #fff;
  height: 23px;
  border-radius: 3px;
  text-align: center;
  line-height: 22px;
  padding: 0px 15px;
}

.crumbsnippets {
  display:none !important;
}

.collection .product-title {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

@media (min-width: 1200px) {
  .container {
    width:100%;
    max-width:1500px;
  padding:0px 30px;
  }
}

@media (max-width: 1200px) {
.headline {
    background: url(headline-image.jpg) no-repeat center center;  
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    color:#fff;
  }
  .about-bg {
    background: url(background-image-about.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  
  .usp-bg {
    background: url(background-image-usp2.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
}

@media (max-width: 992px) {
  .products .price-box {
    right:10px;
    top:10px;
  }
  #usp-block .usp {
    margin-bottom:30px;
  }
  #usp-block .usp .text h4 {
    margin-top:10px;
  }
}

@media (max-width: 768px) {
  #header .main-header {
    padding:25px 0px;
  }
  .tabs .tabtitle .producttitle {
    width:100%;
  }
  .related-products .relatedproduct {
    margin-bottom:30px;
  }
  #footer ul li a {
    font-size:1.1em;
  }
}