body {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Proxima Nova', sans-serif;
  font-size:15px;
  color:#333;
   -webkit-font-smoothing: antialiased;
}
a {
  color:#333;
}
a:hover {
  color:#13818e;
  text-decoration:none;
}
#categories-section,
#products-section,
#home-section,
#blog-section,
#newsletter-section,
.main-footer {
  padding: 40px 0px;
}
.fixed-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
.align {
  width: 100%;
  display: table;
}
.align-bottom {
  display:table-cell;
  vertical-align:bottom;
}
.align-top {
  display:table-cell;
  vertical-align:top;
}
.btn {
  background-color:#92b002;
  color:#fff;
  padding:10px 20px;
  font-size:1em;
  border-radius:3px;
  border-top:2px solid #c0cf12;
  font-weight:300;
  letter-spacing:1px;
}
.btn.smaller {
  padding: 5px 15px;
  font-size: 0.9em;
}
.btn:hover {
  background-color:#829c05;
  border-color:#95b303;
  color:#fff;
}
.shop-title {
  padding: 0px 0px 20px 0px;
  font-size: 2.2em;
  text-align: center;
  font-weight:700;
}
.shop-title.white {
  color:#fff;
}
.shop-title.green {
  color:#5a8f3f;
}
.page-title {
  color:#5b8e3f;
  font-size:2em;
  font-weight: 700;
  padding-bottom: 25px;
}
.no-products-found {
  padding-bottom:40px;
}
/*====== Header ======*/
#header .topbar {
  font-size:13px;
  padding:10px 0px;
  border-bottom:1px solid #eaeaea;
  line-height:25px;
}
#header .topbar .usp-top ul {
  margin:0;
  padding:0;
  list-style:none;
  margin: 0 -10px;
}
#header .topbar .usp-top ul li {
  display:inline-block;
  padding:0px 10px;
  color:#13818e;
}
#header .topbar .usp-top ul li i {
  margin-right:7px;
  color:#92b002;
  font-size: 0.6em;
  vertical-align: middle;
}
#header .topbar .links {
  list-style:none;
  margin:0px;
  padding:0px;
}
#header .topbar .links li { 
  display:inline-block;
  padding:0px 10px;
  position:relative;
}
#header .topbar .links li.languages ul {
  position: absolute;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  margin-left: -10px;
  display:none;
} 
#header .topbar .links li.languages:hover ul {
  display:block;
}
#header .main-header {
  padding:30px 0px;
}
#header .main-header .logo,
#header .main-header .search,
#header .main-header .cart {
  display:table-cell;
  vertical-align:middle;
}
#header .main-header .logo {
  width:250px;
}
#header .main-header .logo img {
  width:100%;
}
#header .main-header .search,
#header .main-header .cart {
  text-align:center;
  padding-left:30px;
}
#header .main-header .cart {
  width:250px;
}
#header .main-header .search form {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 400px;
}
#header .main-header .search form input {
  width: 100%;
  height: 45px;
  border: 1px solid #eaeaea;
  padding: 0px 10px;
  outline: none;
  font-size:12px;
  border-radius: 5px;
}
#header .main-header .search form span.go-search {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 43px;
  height: 43px;
  color: #fff;
  text-align: center;
  line-height: 43px;
  color:#13818e;
}
#header .main-header .hallmark img {
  width:100px;
}
#header .main-header .cart {
  text-align:right;
}
#header .main-header .cart .icon-wrap,
#header .main-header .cart .text {
  display:table-cell;
  vertical-align:middle;
}
#header .main-header .cart .icon-wrap {
  width:50px;
}
#header .main-header .cart .icon-wrap .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #5b8e3f;
  border-radius: 100%;
  color: #fff;
  display:inline-block;
}
#header .main-header .cart .text .cart-title {
  font-weight:bold;
}
#header .main-header .cart .text .cart-subtitle {
  font-size:0.9em;
  margin-top:-2px;  
}
#header .main-header .cart .text .cart-subtitle i {
  font-size: 1.6em;
  vertical-align: bottom;
  margin-right: 10px;
  color:#13818e;
}
#header .main-header .cart .text .cart-subtitle span {
  margin-left:15px;
}
#header .main-menu {
  background: #13818e;
  position:relative;
}
#header .main-menu a {
  color:#fff;
}
#header .main-menu ul {
  margin:0;
  padding:0;
  list-style:none;
}
#header .main-menu ul li {
  display:inline-block;
}
#header .main-menu ul > li {
  margin-left:-4px;
  position:relative;
}
#header .main-menu ul li > a {
  display:block;
  padding:15px 20px;
  border-right:1px solid;
  border-color:rgba(255,255,255,0.1);
  font-weight:bold;
}
#header .main-menu ul li > a.active {
  background: rgba(0, 0, 0, 0.1);
}
#header .main-menu ul li:hover > a {
  background: rgba(0, 0, 0, 0.1);
}
#header .main-menu ul li .subnav {
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  z-index: 999;
  background: #fff;
  width: auto;  
  padding:15px;
  text-align:left;
  min-width:150px;
  width:auto;
  -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);
  display:none;
}
#header .main-menu ul li:hover .subnav {
  display:block;
}
#header .main-menu ul li .subnav ul {
  display: block;
  flex-flow: initial;
  width: auto;
}
#header .main-menu ul li .subnav ul li {
  display: block;
  flex: inherit;
  float: none;
}
#header .main-menu ul li .subnav ul li {
  position:relative;
}
#header .main-menu ul li .subnav ul li a {
  padding:3px;
  text-align:left;
}
#header .main-menu ul li .subnav ul ul {
  position:absolute;
  left:100%;
  top:0;
  -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);
  background:#fff;
  padding:10px;
  z-index:9999;
  font-weight:normal;
  font-size:13px;
  display:none;
}
#header .main-menu ul li .subnav ul li:hover ul {
  display:block;
}
#header .main-menu ul li .subnav ul ul li a {
  font-weight:normal;
}
#header .main-menu ul li .subnav a {
  color:#333;
  background:#fff;
}
#header .main-menu ul li .subnav li:hover a {
  color: #13818e;
}
/*=========Cart dropdown========*/
#header .main-header .cart {
  position:relative;
}
#header .main-header .cart .cart .open-cart {
  cursor:pointer;
}
.cart-wrap-outer {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
.cart-wrap-inner {
  position: relative;
}
#header .main-header .cart .cart-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  width: 300px;
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #efefef;
  z-index: 9999999;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  text-align:left;
  font-size:13px;
}
#header .main-header .cart:hover .cart-dropdown {
  opacity: 1;
  visibility: visible;
}
#header .main-header .cart .cart-dropdown .cart-title {
  font-size: 15px;
  font-weight: 600;
  padding: 10px 0px;
  border-bottom: 1px solid #e6e6e6;
  color: #13818e; 
}
#header .main-header .cart .cart-dropdown .cart-title .items {
  float: right;
  font-size: 11px;
  font-weight: normal;
  line-height: 22px;
  color: #9a978e;
  display: inherit;
  background: transparent;
  width: auto;
  height: auto;
}
#header .main-header .cart .cart-dropdown .empty-cart {
  padding-top: 15px;
  padding-bottom: 10px;
  font-style: italic;
  font-size: 12px;
  color:#9a978e;
}
#header .main-header .cart .cart-dropdown .cart-products .product .info {
  font-size: 13px;
  text-transform: uppercase;
}
#header .main-header .cart .cart-dropdown a {
  padding:0;
}
#header .main-header .cart .cart-dropdown a.delete {
  color: #5b8e3f;
}
#header .main-header .cart .cart-dropdown .cart-products .product .info a.title {
  padding:0;
  font-size:12px;
  line-height: inherit;
  color: #13818e;
}
#header .main-header .cart .cart-dropdown .cart-products .product .info a.title .qty {
  font-size:11px;
  color:#9a978e;
  margin-left:4px;
}
#header .main-header .cart .cart-dropdown .cart-products .product .info .price {
 color:#9a978e;
}
#header .main-header .cart .cart-dropdown table.cart-products td {
  padding: 10px 0px;
  padding-right: 15px;
  border-bottom: 1px solid #e6e6e6;
}
#header .main-header .cart .cart-dropdown table.cart-products td:first-child {
  padding-left: 0;
}
#header .main-header .cart .cart-dropdown table.cart-products td:last-child {
  padding-right: 0;
}
#header .main-header .cart .cart-dropdown table.total {
  margin-top:15px;
  width:100%;
  text-align:right;
  font-size:15px;
  color: #13818e;
  display: table;
}
#header .main-header .cart .cart-dropdown table.total td:last-child {
  text-align:right;
}
#header .main-header .cart .cart-dropdown a.btn {
  background-color: #27ae60;
  margin-top: 15px;
  height: 38px;
  line-height: 39px;
  border-radius: 3px;
  display: block;
}
#header .main-header .cart .cart-dropdown a.btn:hover {
  color:#fff;
}
/*====== Banners ======*/
.banners {
  padding-top:20px;
  padding-bottom:20px;
}
.banner-row {
  margin:-10px;
}
.banner-row .banner-col {
  padding:10px;
}
.banners .banner,
.banners .banner a {
  color:#fff;
}
.banners .banner h2 {
  word-break: break-word;
  color:#fff;
}
.banners .banner .align {
  height:100%;
}
.banners .banner .text-box {
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 30px;
}
.banners .banner .text-box .text-wrap {
  display: inline-block;
  padding: 15px;
  margin:0px 30px;
  background-color: rgba(255,255,255,0.75);
  color: #333;
  font-weight: bold;
  font-size: 1.4em;
}
.banners .banner.banner-2 .text-box .text-wrap {
  padding: 30px 15px;
}

.banners .banner .text-box .text-wrap .subtitle {
  display:block;
  font-weight:300;
} 
.banners .banner-1 {
  height:350px;
  background: url(banner-1.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banners .banner-2 {
  height:350px;
  background: url(banner-2.jpg) no-repeat top center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position:relative;
  overflow:hidden;
}
.banners .banner h2 {
  margin:0;
  font-weight:bold;
  font-size:35px;
}
.banners .banner .text {
  font-size: 16px;
  margin-top: 10px;
}
.banners .banner .link {
  margin:15px 30px;
  text-align:right;
}
.banners .banner-2 .text-box {
  padding-bottom:0px;
}
.banners .banner-2 .text-box .text-wrap {
  background-color:transparent;
  margin:0;
  font-size: 1em;
  color: #fff;
  background-color: #13818e;
  width: calc(100% + 1px);
  position: relative;
}
.banners .banner-2 .text-box .text-wrap .title {
  font-size:1.3em;
  margin-bottom:15px;
  display:block;
}
.banners .banner-2 .text-box .text-wrap a {
  margin-top:15px;
  display:block;
  color: #c0cf12;
}
.banners .banner-2 .text-box .text-wrap table {
  width:100%;
  font-weight:300;
}
.banners .banner-2 .text-box .line {
  height: 50px;
  width: 120%;
  position: absolute;
  left: 0%;
  top: 48%;
  width: calc(100% + 1px);
  height: 0;
  border-bottom: 40px solid #13818e;
  border-left: 370px solid transparent;
}

/*======Mobile menu======*/
.body-wrap {
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}
.body-wrap.menu-open {
  -ms-transform: translate(300px, 0px); /* IE 9 */
  -webkit-transform: translate(300px, 0px); /* Safari */
  transform: translate(300px, 0px);
}
.total-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 9999999;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity:0;
  visibility:hidden;
}
.total-overlay.menu-open {
  opacity:1;
  visibility:visible;
}
.mobile-menu {
  position:absolute;
  left:0;
  top:0;
  width:300px;
  height:100%;
  z-index:999999999;
  background:#13818e;
  position:fixed;
  -ms-transform: translate(-300px, 0px); /* IE 9 */
  -webkit-transform: translate(-300px, 0px); /* Safari */
  transform: translate(-300px, 0px);
  -webkit-transition: transform .3s ease-in-out;
  -moz-transition: transform .3s ease-in-out;
  -o-transition: transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
  overflow-y:scroll;
}
.mobile-menu.menu-open {
  -ms-transform: translate(0px, 0px); /* IE 9 */
  -webkit-transform: translate(0px, 0px); /* Safari */
  transform: translate(0px, 0px);
}
.mobile-menu .logo {
  padding:15px;
  background: #f9f9f9;
}
.mobile-menu .logo img {
  height:30px;
}
.mobile-menu .mobile-main-menu ul {
  margin:0;
  padding:0;
  list-style:none;
  font-size:13px;
}
.mobile-menu .mobile-main-menu ul ul {
  font-weight:normal;
  display:none;
}
.mobile-menu .mobile-main-menu ul li ul.active {
  display:block;
}
.mobile-menu .mobile-main-menu ul li {
  position:relative;
}
.mobile-menu .mobile-main-menu ul li a {
  height:50px;
  line-height:50px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  display:block;
  padding:0px 15px;
  color:#fff;
}
.mobile-menu .mobile-main-menu ul ul li > a {
  padding-left:25px;
}
.mobile-menu .mobile-main-menu ul ul ul {
  background: rgba(255,255,255,0.1);
}
.mobile-menu .mobile-main-menu ul ul ul li > a {
  text-transform:none;
  color:#eee;
  height:35px;
  line-height:35px;
  font-size:12px;
}
.mobile-menu .mobile-main-menu ul li.active > a {
  background: rgba(0,0,0,0.15);
}
.mobile-menu .mobile-main-menu ul li .more-cats {
  position:absolute;
  right:0;
  top:0;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  cursor:pointer;
  -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;
}
.mobile-menu .mobile-main-menu ul li.active > .more-cats {
  -ms-transform: rotate(90deg); 
  -webkit-transform: rotate(90deg); 
  transform: rotate(90deg); 
}
/*======Categories=======*/
.categories .category {
  border-top:5px solid #13818e;
  background-color: #13818e;
  position:relative;
  overflow:hidden;
  height:310px;
}
.categories .category .info {
  padding: 15px 20px 15px;
  position:absolute;
  margin-top: -25px;
}
.categories .category .title {
  font-size: 1.2em;
  font-weight: 500;
  height: 22px;
  overflow: hidden;
  margin-bottom: 8px;
}
.categories .category .description {
  height: 52px;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 0.9em;
}
.categories .category .rotate {
  background-color: #fbf9fa;
  height: 100%;
  width: 106%;
  position: absolute;
  -ms-transform: rotate(7deg);
  -webkit-transform: rotate(7deg);
  transform: rotate(9deg);
  margin-top: -24px;
  left: -37px;
}
#catalog-page .categories .category {
  margin-bottom:30px;
}
/*=======Products=======*/
#products-section {
  background: url(achtergrondfoto.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.tabs .tabs-head {
  padding:15px 0px 30px 0px;
}
.tabs .tabs-head ul {
  padding:0px;
  margin:0px;
  list-style:none;
  text-align: center;
}
.tabs .tabs-head ul li {
  display:inline-block;
}
.tabs .tabs-head ul li a {
  background-color: #fff;
  color:#333;
  font-size:1.2em;
  padding:5px 15px;
  font-weight:300;
}
.tabs .tabs-head ul li a:hover,
.tabs .tabs-head ul li a.active {
  background-color:#000;
  color:#fff;
}
.tabs .tabs-body .tab {
  display:none;
}
.tabs .tabs-body .tab.active {
  display:block;
}
.tabs .products .product .info {
  color:#fff;
}
.products .product .info .title {
  font-size: 1.15em;
  padding-top: 10px;
  height: 50px;
  line-height: 20px;
  overflow: hidden;
}
.products .product .info .description {
  height: 32px;
  overflow: hidden;
  font-size: 0.85em;
}
.products .product .info .price {
  font-size: 1.2em;
  font-weight: bolder;
  padding: 10px 0px;  
}
.products .product .info .price .price-old {
  font-size:0.6em;
  color:#aaa;
  text-decoration:line-through;
}
/*=======Homecontent=======*/
.content a {
  text-decoration:underline;
  color:#13818e;
}
/*=======Newsletter======*/
#newsletter-section {
  background: url(newsletter-bg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#newsletter-section .text {
  color:#fff;
  padding-bottom: 30px;
}
#newsletter-section form {
  background-color: #fff;
  border-radius: 4px;
  position:relative;
}
#newsletter-section form input {
  width: 375px;
  border: 0px;
  padding: 7px 15px;
  display: inline-block;
  outline: none;
  vertical-align: middle;
  height: 50px;
  border-radius: 4px;
}
#newsletter-section form .btn {
  width: calc(100% - 380px);
  background-color: #5b8e3f;
  border: 0px;
  border-radius: 0px 4px 4px 0px;
  position: absolute;
  right: 0;
  padding:15px 20px;
}
/*=======Footer=======*/
#footer .main-footer {
  border-top: 5px solid #13818e;
}
#footer .main-footer .footer-title {
  font-size: 1.1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #13818e;
  padding-bottom: 10px;
}
#footer .main-footer ul {
  margin:0;
  padding:0;
  list-style:none;
}
#footer .main-footer ul li a {
  line-height:28px;
}
#footer .main-footer table {
  width:100%;
}
#footer .main-footer table td {
  padding: 5px;
}
#footer .main-footer table.openingshours td {
  border: 1px solid #aaa;
}
#footer .footer-staff {
  background: url(achtergrondfoto.png) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#footer .footer-staff img {
  width:100%;
  padding:10px 0px; 
} 
#footer .footer-payments {
  padding:15px 0px;
}
#footer .footer-payments .title {
  margin-bottom:10px;
} 
/*======Breadcrumsbs======*/
.breadcrumbs {
  padding:10px 0px;
}
.breadcrumbs a.active {
  color:#5c8f3f;
}
/*=======Collection=======*/
#collection-page {
  padding:10px 0px 40px 0px;
}
#collection-page .products .product {
  border-top: 5px solid #13818e;
  padding-bottom: 30px;
}
.collection-head .page-description a {
  color:#13818e;
}
.collection-head form,
.collection-foot form {
  padding:15px 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom:25px;
  display: table;
  width: 100%;
}
.collection-foot form {
  border-bottom:0px;
  border-top: 1px solid #ccc;
  margin-bottom:0px;
  margin-top:25px;
}

.collection-head form .cell,
.collection-foot form .cell {
  display:table-cell;
  vertical-align:middle;
}
#collection-page .pagination ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#collection-page .pagination ul li {
  display:inline-block;
}
#collection-page .pagination ul li a {
    padding: 5px;
}
#collection-page .pagination ul li.active a {
  font-weight:bolder;
  color:#13818e;
}
#collection-page .pagination ul li.disabled a {
  cursor: not-allowed;
  opacity: 0.4;
  pointer-events: none;
}
#collection-page .total-articles {
  text-align:center;
}
/*=======Sidebar======*/
.sidebar {
  position:relative;
}
.sidebar .block-title {
  position: absolute;
  top: -10px;
  left: 20px;
  background: #fff;
  padding: 0px 5px;
  font-size: 1.1em;
  font-weight: bold;
  color:#13818e;
}
.sidebar ul.side-cats {
  margin: 0;
  list-style: none;
  padding: 0;
  font-weight: bold;
  margin-bottom: 30px;
  border: 2px solid #13818e;
  padding-top: 10px;
}
.sidebar ul.side-cats li {
  position: relative;
}
.sidebar ul.side-cats li a {
  display: block;
  padding: 0;
  min-height: 40px;
  line-height: 40px;
  padding-left:10px;
  padding-right: 30px;
  /* border-bottom: 1px solid #ececec; */
  font-weight:normal;
  color: #333;  
}
.sidebar ul.side-cats li:last-child a {
  border-bottom:0px;
}
.sidebar ul.side-cats li.active >a {
  color: #5b8e3f;
  font-weight:bold;
}
.sidebar ul.side-cats li .more-cats {
  position: absolute;
  right: 0px;
  top: 0;
  height: 40px;
  width: 30px;
  text-align: center;
  line-height: 40px;
  color: #5b8e3f;
  z-index: 99;
  -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;
  cursor: pointer;
}
.sidebar ul.side-cats li > .more-cats .plus-min {
  width: 10px;
  height: 10px;
  display: inline-block;
  position: relative;
}
.sidebar ul.side-cats li > .more-cats .plus-min:before, .sidebar ul.side-cats li > .more-cats .plus-min:after {
  display: block;
  content: '';
  width: 10px;
  height: 2px;
  background: #5b8e3f;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  -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;
}
.sidebar ul.side-cats li > .more-cats .plus-min:after {
  transform: rotate(90deg);
}
.sidebar ul.side-cats li.active > .more-cats .plus-min:after {
  transform: rotate(0deg);
  opacity: 0;
}
.sidebar ul.side-cats ul {
  list-style: none;
  padding: 0px 10px 15px 10px;
  margin: 0;
  border-bottom: 1px solid #ececec;
  font-weight: normal;
  font-size: 13px;
  display: none;
}
.sidebar ul.side-cats ul.active {
  display: block;
}
.sidebar ul.side-cats ul li a {
  height: auto;
  line-height: normal;
  border: none;
  padding: 5px 0px;
  min-height: 0;
}
.sidebar .filter-wrap {
  border: 2px solid #13818e;
  margin-bottom: 30px;
  position:relative;
}
.sidebar .filter-wrap .block-title {
  left:5px;
}
.sidebar .filter-wrap .checkbox {
  margin-left:10px;
}
.sidebar .filter-wrap .checkbox input[type="checkbox"] {
  margin-left:0px;
}
.sidebar .filter-wrap .filter-box {
  padding: 10px 0px 0px;
}


/*=======Textpage======*/
#text-page .textpage {
  padding-bottom:40px;
}
/*=======Productpage=======*/
#product-page {
  padding:10px 0px 40px 0px;
}
#product-page .product-img .image {
  border:1px solid #eaeaea;
  padding:20px;
  position:relative;
  display:none;
}
#product-page .product-img .image.active {
  display:block;
}
.thumbs {
  padding:7px 0px;
  margin:0px -7px;
}
.thumbs .thumb {
  padding:7px;
  opacity:0.7;
  cursor:pointer;
}
.thumbs .thumb.active {
  opacity:1;
}
.thumbs .thumb .thumb-inner {
  padding:10px;
  border:1px solid #eaeaea;
}
.thumbs .thumb.active .thumb-inner {
  border: 1px solid #13818e;
}
#product-page .order {
  padding-top:40px;
}
#product-page .order .price {
  font-size:2.3em;
}
#product-page .order .price .price-old {
  font-size:0.5em;
  color:#aaa;
  text-decoration:line-through;
}
#product-page .order form {
  padding: 20px 0px;
}
#product-page .order form input {
  height: 43px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 3px;
  border: 1px solid #ccc;
  width: 50px;
  text-align: center;
  margin-right: 5px;
  outline:none;
}
#product-page .order .addtocompare a {
  color: #13818e;
  text-decoration: underline;
}
#product-page .usps {
  background-color: #f3f3f3;
  padding: 20px;
}
#product-page .usps .usp {
  display:table;
  padding:7px 0px;
}
#product-page .usps .usp span {
  display:table-cell;
}
#product-page .usps .usp span i {
  margin-right:7px;
  color: #92b002;
}
#product-page .tabs .tabs-head {
  padding:15px 0px;
}
#product-page .tabs ul {
  text-align:left;
  border-bottom: 1px solid #eee;
}
#product-page .tabs .tabs-head ul li a {
  background-color: #f3f3f3;
  color: #333;
  font-size: 1em;
  padding: 10px 15px;
  font-weight: 300;
  display: inline-block;
}
#product-page .tabs .tabs-head ul li a.active {
  background-color: #000;
  color: #fff;
}
#product-page .product-reviews .review {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-top: 10px;
}
#product-page .product-reviews .review.last {
  border:none;
}
#product-page .product-reviews .review .name {
  display:table-cell;
  vertical-align:top;
  font-weight:bold;
  color:#000;
}
#product-page .product-reviews .review .stars {
  display:table-cell;
  vertical-align:top;
  text-align:right;
  color:#f1c40f;
}
#product-page .product-reviews .review .stars i {
  white-space:nowrap;
}
#product-page .product-reviews .review .date {
  font-size: 12px;
  padding-top: 7px;
}
#product-page .product-reviews .review .message {
  padding-top:10px;
  font-size:13px;
}
#product-page .specs table {
  font-size:13px;
  width: 100%;
}
#product-page .specs table tr:nth-child(even) td {
  background:#f9f9f9;
}
#product-page .specs table tr td {
  padding: 10px;
}
#product-page .specs table tr td:first-child {
  white-space:nowrap;
}
#product-page .new-review {
  font-size: 0.45em;
  font-weight:normal;
}
#product-page .related-products .product {
  background-color: #f3f3f3;
  padding: 20px;  
  margin-bottom:15px;
  text-align: center;
}
#product-page .related-products .product .info .title {
  font-size: 1.15em;
  padding-top: 10px;
  height: 50px;
  line-height: 20px;
  overflow: hidden;
}
#product-page .related-products .product .info .description {
  height: 32px;
  overflow: hidden;
  font-size: 0.85em;
}
#product-page .related-products .product .info .price {
  font-size: 1.2em;
  font-weight: bolder;
  padding: 10px 0px;  
}
#product-page .related-products .product .info .price .price-old {
  font-size:0.6em;
  color:#aaa;
  text-decoration:line-through;
}

#blog-section .align {
  overflow:hidden;
}

#blog-section .spotlight {
  width:40%;
  color:#fff;
}

#blog-section .spotlight .block {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  right: 15%;
  position: relative;
  overflow: hidden;
  z-index:1;
}

#blog-section .spotlight .block .block-inner {
  background: #5b8e3f;
  height: 100%;
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  right: -15%;
  position: relative;
  padding-right:15%;
}

#blog-section .spotlight .block-final {
  padding:30px;
}

#blog-section .spotlight .title {
  font-weight: bold;
  font-size: 25px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

#blog-section .spotlight .content {
  font-size:15px;
}

#blog-section .spotlight .image {
  width:150px;
  margin-top:10px;
}

#blog-section .spotlight .image img {
  width:100%;
}

#blog-section .spotlight .link {
  margin-top: 10px;
}

#blog-section .spotlight .link a {
  color: #fff;
  text-decoration: underline;
}

#blog-section .spotlight a.btn {
  background: #fff;
  border: none;
  color: #5b8e3f;
  font-weight: normal;
  margin-top: 10px;
}

#blog-section .spotlight a.btn i {
  margin-right:7px;
}

#blog-section .blog .block {
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  position: relative;
  overflow: hidden;
  left: -28%;
  z-index: 0;
  width: 135%;  
}

#blog-section .blog .block .block-inner {
  background: #e1e8ee;
  height: 100%;
  -webkit-transform: skew(10deg);
  -ms-transform: skew(10deg);
  transform: skew(10deg);
  right: 3%;
  position: relative;
  padding-left: 15%;
}

#blog-section .blog .block-final {
  padding:30px;
  padding-left:10%;
}

#blog-section .blog .blog-title {
  font-size: 25px;
  font-weight: bold;
}

#blog-section .blog .article {
  padding:25px 0px;
  position:relative;
  z-index:1;
}

#blog-section .blog .article.dark:after {
  display:block;
  content:'';
  position:absolute;
  width:200%;
  height:100%;
  background:#6b6f72;
  z-index:-1;
  left:-25%;
  top:0;
}

#blog-section .blog .article.dark {
  color:#fff;
}

#blog-section .blog .article .date {
  width:100px;
  text-align:right;
  color:#6b6f72;
}

#blog-section .blog .article.dark .date {
  color:#fff;
}

#blog-section .blog .article .date .day,
#blog-section .blog .article .date .month {
  display: block;
  font-size: 35px;
  font-weight: bold;
  line-height: 35px;
  text-transform:uppercase;
}

#blog-section .blog .article .date .year {
  display: block;
  font-size: 18px;
  line-height: 25px;
}

#blog-section .blog .article .text {
  padding-left:15px;
}

#blog-section .blog .article .text .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

#blog-section .blog .article .text .content {
  font-size:15px;
  color:#6b6f72;
  line-height:25px;
}

#blog-section .blog .article.dark .text .content {
  color:#fff;
}

#blog-section .blog .button {
  margin-top:30px;
}

#blog-section .blog .button a.btn {
  font-weight:normal;
}

.col-xs-20,
.col-sm-20,
.col-md-20,
.col-lg-20 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-20 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-20 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-20 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-20 {
        width: 20%;
        float: left;
    }
}
.col-xs-80,
.col-sm-80,
.col-md-80,
.col-lg-80 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-80 {
    width: 80%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-80 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-80 {
        width: 80%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-80 {
        width: 80%;
        float: left;
    }
}

@media (max-width: 1199px) {
  #header .main-header .logo {
    width:250px;
  }
  #header .main-header .hallmark {
    width:180px;
  }
  #header .main-header .cart {
    width:200px;
  }
  #header .main-header .search form input {
    height:40px;
  }
  #header .main-header .search form span.go-search {
    width:38px;
    height:38px;
    line-height:38px;
  }
  #header .topbar {
    font-size:12px;
    padding:5px 0px;
  }
}
@media (max-width: 991px) {
  #header .main-header .logo {
    display:table-caption;
    margin:0 auto;
    width:200px;
  }
  .mobile-main {
    background: #13818e;
    color:#fff;
  }
  .mobile-main a {
    color:#fff;
  }
  .open-menu-wrap,
  .mob-search-wrap {
    display:table-cell;
    vertical-align:middle;
  }
  .open-menu-wrap a.open-menu {
    display: block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(255,255,255,0.15);
    font-size: 16px;
  }
  .mob-search-wrap {
    text-align:right;
  }
  #formSearchMobile {
    display: inline-block;
    position: relative; 
  }
  #formSearchMobile input {
    height: 35px;
    border: none;
    padding: 0px 10px;
    width: 200px;
    font-size: 16px;
    outline:none;
    color:#13818e;
    line-height:35px;
  }
  #formSearchMobile .go-search {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #0e6e79;
    font-size: 13px;
  } 
  .categories .category {
    margin-bottom: 30px;
    height: 370px;
  }
  .categories .category .rotate {
    margin-top: -31px;
    left: -48px;
    left: inherit;
    right: 26px;
  }
  .products .product {
    margin-bottom:30px;
  }
  #home-section .content {
    margin-top:30px;
  }
  #footer .main-footer .footer-title {
    margin-top:30px;
  }
  #footer .footer-payments .title {
    margin-bottom: 0px;
    margin-top: 15px;
  }
  .tabs .tabs-head ul li {
    margin-bottom: 8px;
  }
}
@media (max-width: 767px) {
  #newsletter-section form .btn {
    width:100px;
    padding: 15px 10px;
  }
  #newsletter-section form input {
    width: calc(100% - 100px);
  }
  #collection-page .total-articles {
    text-align:left;
  }
  #product-page .related {
    padding-top:30px;  
  }
  .banners .banner .link {
    text-align:left;
  }
}