*, ::before, ::after {
    box-sizing:border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
	background: url('/images/page-back.png') repeat #f0eee8;
    background-size: 100% auto;
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif, Helvetica, Arial;
	font-size: 14px;
    font-weight: 100;
	-webkit-text-size-adjust: none;
    color: #000;
}

a {
	text-decoration: none;
	cursor: pointer;
	color: #66bc29;
    font-weight: 100;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

strong {
    font-weight: 600;
}

p {
	
}

input:focus, textarea:focus, select:focus {
	outline: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clearfix {
    clear: both;
}

.not-found-msg {
    font-weight: bold;
    font-size: 24px;
    margin-top: 100px;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

/* Firefox < 19 */
input:focus:-moz-placeholder {
    color: transparent;
}

/* Firefox > 19 */
input:focus::-moz-placeholder {
    color: transparent;
}

/* Internet Explorer 10 */
input:focus:-ms-input-placeholder {
    color: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.slides {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.slides .slide-item {
    display: inline-block;
}

/** LAYOUT **/
div#vacation-msg {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    background: #66bc29;
    padding: 20px 100px;
    text-shadow: 2px 2px 4px #000000;
    font-weight: 400;
}

div#vacation-msg strong {
    display: inline-block;
    white-space: nowrap;
}

div#vacation-msg img {
    display: inline-block;
    margin-bottom: 10px;
}

#header-container {
    position: fixed;
    background: #000;
    padding: 10px 0;
    color: #fff;
    height: 45px;
    left: 0;
    right: 0;
    z-index: 10;
}

#header-container .links {
    white-space: nowrap;
}

#header-container img {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

#header-container .text-right img {
    top: 3px;
}

#header-container a {
    color: #fff;
    font-size: 16px;
}

#header-container span.username {
    font-size: 16px;
    display: inline-block;
    margin-right: 30px;
}

#header-container a.user-link {
    font-size: 14px;
    color: #aaa;
    -webkit-transition: color 0.4s;
    -moz-transition: color 0.4s;
    -ms-transition: color 0.4s;
    -o-transition: color 0.4s;
    transition: color 0.4s;
}

#header-container a.user-link:hover {
    color: #fff;
}

#content-container {
    position: relative;
    padding-top: 45px;
    min-height: 800px;
    background: #fff;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-shadow: 0 0 50px #ccc;
    -moz-box-shadow: 0 0 50px #ccc;
    -webkit-box-shadow: 0 0 50px #ccc;
    -o-box-shadow: 0 0 50px #ccc;
    padding-bottom: 50px;
}

#newsletter-container {
    position: relative;
    background: #000;
    color: #fff;
    padding: 10px 0;
    width: 100%;
}

#newsletter-container span.input-container {
    position: relative;
    display: inline-block;
    border: solid 1px #969696;
    height: 47px;
    padding-right: 55px;
    padding-left: 8px;
    margin-left: 15px;
}

#newsletter-container span.input-container input {
    display: inline-block;
    border: none;
    background: transparent;
    color: #fff;
    height: 45px;
    font-size: 14px;
    width: 220px;
}

#newsletter-container span.input-container span {
    position: absolute;
    top: 0;
    right: 0;
    background: #969696;
    width: 45px;
    height: 45px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 18px;
    line-height: 45px;
}

#newsletter-container .text-right {
    padding-top: 6px;
}

#newsletter-container .text-right img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

#footer-container {
    position: relative;
    background: #323232;
    padding: 30px 0;
    width: 100%;
}

#footer-container .col-4.last {
    border-left: solid 1px #656565;
}

#footer-container .title {
    font-size: 24px;
    color: #fff;
    display: block;
    padding: 20px 0 30px 0;
}

#footer-container .last .title {
    padding-left: 60px;
}

#footer-container .links {
    line-height: 24px;
}

#footer-container .links li {
    display: block;
    position: relative;
    font-size: 14px;
    color: #969696;
}

#footer-container .links li a {
    color: inherit;
    font-weight: inherit;
}

#footer-container .links li strong {
    color: #fff;
    font-weight: 400;
}

#footer-container .last .links {
    padding-left: 60px;
    padding-bottom: 40px;
}

#footer-container .last .links li img {
    display: inline-block;
    position: absolute;
    left: -25px;
    top: 4px;
}

#footer-container .last .links li:nth-child(4) img {
    top: 6px;
}

#slideshow-search-container {
    position: relative;
    height: 200px;
    padding-right: 320px;
}

#slider-container {
    position: relative;
    left: 0;
    top: 0;
    height: 200px;
    overflow: hidden;
}

#slider-container .slides {
    position: relative;
    height: 100%;
    min-width: 100%;
}

#slider-container .slide-item {
    position: relative;
    width: 100%;
    height: 100%;
    background-position: center center;
}

#slider-container span.left-arr, #slider-container span.right-arr, #home-slideshow span.left-arr, #home-slideshow span.right-arr {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 31px;
    height: 43px;
    cursor: pointer;
}

#slider-container span.left-arr, #home-slideshow span.left-arr {
    left: 20px;
    background: url('/images/arrow-left.png') no-repeat;
}

#slider-container span.right-arr, #home-slideshow span.right-arr {
    right: 20px;
    background: url('/images/arrow-right.png') no-repeat;
}

#slider-container .bullets, #home-slideshow .bullets {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}

#slider-container .bullets span, #home-slideshow .bullets span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 5px #000;
    cursor: pointer;
}

#slider-container .bullets span.active, #home-slideshow .bullets span.active {
    background: #66bc29;
}

#search-container {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;
    height: 200px;
    background: url('/images/user-box-back.png');
}

#search-box {
    position: relative;
    width: 80%;
    border: solid 1px #c8c8c8;
    height: 45px;
    margin: 35px auto 0 auto;
}

#search-box input {
    display: block;
    background: transparent;
    height: 100%;
    font-size: 14px;
    color: #fff;
    border: none;
    margin-right: 55px;
    padding: 0 10px;
}

#search-box span {
    position: absolute;
    right: -1px;
    top: -1px;
    bottom: -1px;
    width: 47px;
    background: url('/images/zoom-icon.png') no-repeat center center #66bc29;
    cursor: pointer;
}

#logo-container {
    position: absolute;
    width: 275px;
    text-align: center;
    left: 0;
    top: 10px;
}

#main-menu-mobile {
    position: absolute;
    display: none;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: url('/images/main-menu-mobile.png') no-repeat center center #fff;
    background-size: 20px auto;
    top: 20px;
    right: 20px;
    -webkit-box-shadow: 0 0 5px 0 #66bc29;
    -moz-box-shadow: 0 0 5px 0 #66bc29;
    box-shadow: 0 0 5px 0 #66bc29;
    cursor: pointer;
}

#main-menu-mobile.open {
    background-image: url('/images/close-btn.png');
    background-size: 20px 20px;
}

#main-menu-container {
    display: block;
    border: solid 1px #ccc;
    height: 45px;
    margin-left: 275px;
    margin-top: 15px;
    font-size: 0;
}

#main-menu-container ul {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#main-menu-container ul li {
    position: relative;
    display: inline-block;
    text-align: center;
    border-right: solid 1px #ccc;
    font-size: 16px;
    height: 100%;
    line-height: 40px;
    color: #000;
}

#main-menu-container ul.c1 li {
    width: 100%;
}

#main-menu-container ul.c2 li {
    width: 50%;
}

#main-menu-container ul.c3 li {
    width: 33.333%;
}

#main-menu-container ul.c4 li {
    width: 25%;
}

#main-menu-container ul.c5 li {
    width: 20%;
}

#main-menu-container ul.c6 li {
    width: 16.666%;
}

#main-menu-container ul.c7 li {
    width: 14.2857%;
}

#main-menu-container ul.c8 li {
    width: 12.5%;
}

#main-menu-container ul li:last-child {
    border-right: none;
}

#main-menu-container ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

#main-menu-container ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: #66bc29;
}

#main-menu-container ul li a.active {
    color: #fff;
    background: #66bc29;
}

#categories-mobile {
    position: fixed;
    display: none;
    top: 70px;
    left: 0;
    right: 0;
    height: 45px;
    z-index: 200;
    background: #66bc29;
    -webkit-box-shadow: 0 0 5px 0 #000000;
    -moz-box-shadow: 0 0 5px 0 #000000;
    box-shadow: 0 0 5px 0 #000000;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

#categories-mobile span.title {
    position: relative;
    display: block;
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    margin-top: 2px;
}

#categories-mobile span.arr {
    position: absolute;
    left: 50%;
    bottom: 5px;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    right: 5px;
    width: 15px;
    height: 15px;
    background: url('/images/categories-mobile-arr.png') no-repeat center center;
    background-size: 10px auto;
}

#categories-mobile.open span.arr {
    -webkit-transform: translateX(-50%) rotate(-90deg);
    -moz-transform: translateX(-50%) rotate(-90deg);
    -ms-transform: translateX(-50%) rotate(-90deg);
    -o-transform: translateX(-50%) rotate(-90deg);
    transform: translateX(-50%) rotate(-90deg);
}

#left-panel {
    position: relative;
    float: left;
    width: 22%;
    margin-top: 60px;
    margin-left: 12px;
}

#categories {
    position: relative;
    top: 0;
}

#price-filter-container {
    position: relative;
    margin: 40px 0;
}

#price-filter-container .price-filter-val {
    position: relative;
    margin-top: 15px;
}

#price-filter-container #category-price-filter {
    position: relative;
    margin-top: 10px;
}

#price-filter-container #category-price-filter span {
    background: #66bc29 !important;
}

#categories .title, #price-filter-container .title {
    font-size: 24px;
    font-weight: 400;
    border-bottom: solid 3px #000;
    padding: 20px 0 10px 5px;
}

#categories ul li {
    border-bottom: solid 1px #c8c8c8;
    display: block;
    padding: 10px 0;
}

#categories ul li a {
    color: inherit;
    font-weight: 600;
    display: block;
    margin: 0 5px;
}

#categories ul li a.active {
    background-image: url('/images/minus-icon.png');
}

#categories ul li.main.active {
    color: #66bc29;
}

#categories > ul > li > a.has-subitems {
    background: url('/images/plus-icon.png') no-repeat right center;
}

#categories ul li.main.active > a {
    background: none;
}

#categories ul li ul.subcategories {
    margin-top: 10px;
}

#categories ul li ul.subcategories li {
    border-bottom: none;
    border-top: solid 1px #c8c8c8;
}

#categories ul li ul.subcategories li:last-child {
    padding-bottom: 0;
}

#categories ul li ul.subcategories li a {
    font-size: 12px;
    color: #969696;
    margin-left: 15px;
    padding-left: 10px;
    background: url('/images/subcategory-icon.png') no-repeat 0 center;
}

#categories ul li ul.subcategories li.active a {
    color: #000;
}

#right-panel {
    position: relative;
    float: right;
    width: 72%;
    margin-top: 80px;
    margin-right: 12px;
}



/** CONTENT **/
h1.page-title {
    position: relative;
    margin: 0;
    padding: 0 0 10px 0;
    border-bottom: solid 3px #000;
    font-size: 24px;
    font-weight: 400;
}

.not-found {
    position: relative;
    margin: 100px 0;
    background: #f1f1f1;
    padding: 30px;
    font-weight: 400;
    text-align: center;
}


.welcome-msg {
    font-weight: 600;
    position: relative;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 60px;
}

.home-txt {
    text-align: justify;
    line-height: 24px;
}

#home-slideshow {
    position: relative;
    margin-bottom: 70px;
    height: 280px;
    background: #f1f1f1;
    overflow: hidden;
}

.similar-products {
    position: relative;
    margin-top: 70px;
}

.similar-products .title {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.similar-products .title span {
    display: inline-block;
    border-bottom: solid 1px #66bc29;
    padding-bottom: 4px;
}

.similar-products .items-container {
    position: relative;
    height: 165px;
    border: solid 1px #ccc;
    margin: 20px 0;
    padding: 5px 31px;
    text-align: center;
}

.similar-products .items-container .arr-left {
    position: absolute;
    width: 18px;
    height: 31px;
    background: url('/images/similar-arr-left.png') no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8px;
    cursor: pointer;
}

.similar-products .items-container .arr-right {
    position: absolute;
    width: 18px;
    height: 31px;
    background: url('/images/similar-arr-right.png') no-repeat;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    cursor: pointer;
}

.similar-products .items-container .slider-container {
    position: relative;
    overflow: hidden;
    display: block;
}

.similar-products .items-container .slider-container .slider {
    white-space: nowrap;
    font-size: 0;
    left: auto;
    position: relative;
}

.similar-products .items-container .sp-item {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 160px;
    vertical-align: top;
    font-size: 14px;
}

.similar-products .items-container .sp-item.category {
    height: 135px;
    margin-top: 15px;
}

.similar-products .items-container .sp-item .img {
    display: block;
    text-align: center;
    width: 100%;
    height: 105px;
}

.similar-products .items-container .sp-item .img a {
    display: block;
    width: 100%;
    height: 100%;
}

.similar-products .items-container .sp-item .img img {
    display: inline-block;
    max-width: 180px;
    max-height: 105px;
}

.similar-products .items-container .sp-item .title a {
    font-size: 14px;
    color: #000;
    display: block;
    text-align: center;
    margin-top: 8px;
    text-transform: none;
}

.similar-products .items-container .sp-item .price {
    position: relative;
    text-align: center;
    padding-top: 4px;
}

.similar-products .items-container .sp-item .price span {
    display: inline-block;
    vertical-align: middle;
}

.similar-products .items-container .sp-item .price span.old-price {
    color: #ff0000;
    margin-right: 15px;
    text-decoration: line-through;
    font-size: 11px;
}

.similar-products .items-container .sp-item .price span.curr-price {
    font-weight: 400;
}

.subpage-content {
    position: relative;
    margin-top: 40px;
    line-height: 24px;
}

.subpage-content h2 {
    color: #66bc29;
    font-weight: 400;
    font-size: 20px;
}

.subpage-content h3 {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.subpage-content p img {
    display: inline-block;
    max-width: 100%;
    height: auto !important;
}

.subpage-content table {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
    border: solid 1px #ccc;
    font-size: 12px;
}

.subpage-content table tr td, .subpage-content table tr th {
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #ccc;
}

.subpage-content table tr th {
    background: #66bc29;
    color: #fff;
    border-right: solid 1px #fff;
}

.subpage-content table tr th:last-child {
    border-right: solid 1px #ccc;
}

.subpage-content table tr:nth-child(even) td {
    background-color: #f1f1f1;
}

.content-gallery {
    position: relative;
    margin-top: 60px;
}

.content-gallery span {
    display: inline-block;
    width: 140px;
    height: 140px;
    margin: 10px 20px 10px 0;
}

/** CATEGORY & PRODUCT LIST **/
.category-item-box, .product-item-box {
    position: relative;
    display: inline-block;
    width: 270px;
    height: 270px;
    border: solid 1px #c8c8c8;
    text-align: center;
    overflow: hidden;
    margin-right: 25px;
    margin-bottom: 25px;
    -webkit-transition: border 0.4s;
    -moz-transition: border 0.4s;
    -ms-transition: border 0.4s;
    -o-transition: border 0.4s;
    transition: border 0.4s;
    vertical-align: top;
}

.category-item-box img {
    display: inline-block;
    max-width: 340px;
    max-height: 200px;
}

.category-item-box:nth-child(3n), .product-item-box:nth-child(3n), .category-item-box.last, .product-item-box.last {
    margin-right: 0;
}

.category-item-box:hover, .product-item-box:hover {
    border-color: #000;
}

.category-item-box a {
    position: relative;
    padding-top: 10px;
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
}

.product-item-box a {
    position: relative;
    display: block;
    width: 100%;
    margin-top: 35px;
    color: #000;
}

.category-item-box a:hover, .product-item-box a:hover {
    text-decoration: none;
}

.category-item-box span {
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 0 10px;
    height: 40px;
}

.product-item-box span.title {
    display: block;
    font-size: 16px;
    font-weight: 100;
    margin-top: 10px;
    padding: 0 10px;
    height: 45px;
}

.category-item-box img {
    display: block;
    position: relative;
    top: 25%;
    left: 50%;
    -webkit-transform: translate(-50%, -25%);
    -moz-transform: translate(-50%, -25%);
    -ms-transform: translate(-50%, -25%);
    -o-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    max-width: 250px;
    max-height: 180px;
}

.product-item-box img {
    display: inline-block;
    position: relative;
    max-width: 250px;
    max-height: 110px;
}

.product-item-box span.special-offer, .product-item-box span.new-item {
    position: absolute;
    top: 0;
    font-size: 12px;
    color: #fff;
    padding: 5px 15px;
}

.product-item-box span.special-offer {
    left: 0;
    background: #ff0000;
}

.product-item-box span.new-item {
    right: 0;
    background: #66bc29;
}

.product-item-box .price {
    display: block;
    position: relative;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
}

.product-item-box .price span {
    display: inline-block;
    vertical-align: bottom;
    margin: 0 10px;
}

.product-item-box .price span.old {
    color: #ff0000;
    font-size: 14px;
    text-decoration: line-through;
}

.product-item-box .price span span.vat {
    margin: 0 0 1px 5px;
    font-size: 12px;
}

.product-item-box .add-to-cart {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.product-item-box .add-to-cart input {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    font-size: 12px;
    text-align: center;
    vertical-align: middle;
    border: solid 1px #c8c8c8;
    margin: 0;
    padding: 0;
    background: #fff;
    top: -2px
}

.product-item-box .add-to-cart span {
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background: #66bc29;
    margin: 0 0 0 10px;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    transition: background 0.4s;
}

.product-item-box .add-to-cart span:hover {
    background: #3f830f;
}

#product-detail-data {
    position: relative;
    width: 100%;
    padding-left: 395px;
    min-height: 400px;
}

#product-detail-data .img {
    position: absolute;
    width: 380px;
    height: 380px;
    top: 0;
    left: 0;
    border: solid 1px #c8c8c8;
}

#product-detail-data .img a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

#product-detail-data .img a img {
    position: relative;
    top: 50%;
    left: 50%;
    display: block;
    width: 100%;
    height: auto;
    max-width: 378px;
    max-height: 378px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#product-detail-data h1 {
    margin: 0;
    padding: 0 0 5px 0;
    font-weight: 400;
    font-size: 24px;
    border-bottom: solid 3px #000;
}

#product-detail-data .product-code {
    font-size: 14px;
    font-weight: 100;
    margin-top: 20px;
}

#product-detail-data .price {
    position: relative;
    margin-top: 20px;
    font-size: 18px;
}

#product-detail-data .price span {
    display: inline-block;
    margin: 0 15px;
    font-size: 24px;
    font-weight: 400;
}

#product-detail-data .price span span.vat {
    font-size: 14px;
    margin: 0 0 0 7px;
}

#product-detail-data .price span.old {
    color: #ff0000;
    text-decoration: line-through;
}

#product-detail-data .short-descr {
    position: relative;
    margin-top: 38px;
    line-height: 22px;
}

#product-detail-data .product-question {
    position: relative;
    margin: 25px 0;
}

#product-detail-data .product-question a {
    display: inline-block;
    color: #fff;
    background: url('/images/product-question-icon.png') no-repeat 15px center #969696;
    padding-left: 40px;
    font-size: 18px;
    height: 35px;
    line-height: 35px;
    padding-right: 15px;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

#product-detail-data .product-question a:hover {
    text-decoration: none;
    background-color: #444;
}

#product-detail-data .product-question span.product-status {
    color: #ff0000;
    display: inline-block;
    border: solid 1px #ff0000;
    padding: 3px 10px;
    margin-left: 25px;
    font-weight: 400;
}

#product-detail-data .product-question span.product-status.ok {
    color: #66bc29;
    border: solid 1px #66bc29;
}

#product-detail-data .cart-controls {
    position: relative;
    margin-top: 20px;
}

#product-detail-data .cart-controls span {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}

#product-detail-data .cart-controls input {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    text-align: center;
    position: relative;
    margin: 0 15px 15px 8px;
}

#product-detail-data .cart-controls span.cart-btn {
    position: relative;
    width: 270px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: url('/images/product-cart-icon.png') no-repeat 20px 14px #66bc29;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
    cursor: pointer;
    color: #fff;
    font-size: 24px;
    padding-left: 45px;
    margin-bottom: 15px;
    vertical-align: middle;
}

#product-detail-data .cart-controls span.cart-btn:hover {
    background-color: #3f830f;
}

#product-tabs {
    position: relative;
    margin-top: 15px;
}

#product-tabs .tabs-items {
    border-bottom: solid 1px #c8c8c8;
    font-size: 0;
}

#product-tabs .tabs-items span {
    display: inline-block;
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    font-weight: 100;
    cursor: pointer;
    border: solid 1px #c8c8c8;
    border-bottom: none;
    border-right: none;
}

#product-tabs .tabs-items span:last-child {
    border-right: solid 1px #c8c8c8;
}

#product-tabs .tabs-items span.active {
    background: #66bc29;
    color: #fff;
}

#product-tabs .tabs-items span:hover {
    font-weight: 400;
}

#product-tabs .tabs-content-container {
    line-height: 22px;
}

#product-tabs .tabs-content-container .tab {
    display: none;
}

#product-tabs .tabs-content-container .tab.active {
    display: block;
}

#product-tabs .tabs-content-container .tab .product-gallery-item {
    display: inline-block;
    position: relative;
    margin: 15px;
    width: 140px;
    height: 140px;
    vertical-align: top;
}

#product-tabs .tabs-content-container .tab .product-gallery-item a {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
}

#product-tabs .tabs-content-container .tab .product-gallery-item a img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    max-width: 120px;
    max-height: 120px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#product-tabs .tabs-content-container .tab .product-video-item {
    display: block;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin: 30px 0;
}

#product-tabs .tabs-content-container .tab .product-video-item iframe {
    position:absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#product-tabs .tabs-content-container .tab .product-doc-item {
    position: relative;
    margin: 30px 0;
    height: 20px;
    line-height: 20px;
    font-size: 16px;
    background: url('/images/document-icon.png') no-repeat 0 center;
    background-size: 15px 20px;
    padding-left: 25px;
}

#product-tabs .tabs-content-container .tab .product-doc-item a {
    display: inline-block;
    vertical-align: middle;
}

#product-tabs .tabs-content-container .tab .product-doc-item span {
    display: inline-block;
    vertical-align: middle;
    font-weight: 400;
    margin-right: 40px;
}

/** CONTACT PAGE **/
#contact-form {
    display: block;
    position: relative;
    width: 100%;
    margin: 30px 0 40px 0;
}

#contact-form .c {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}

#contact-form .c.left {
    float: left;
    width: 47%;
}

#contact-form .c.right {
    float: right;
    width: 47%;
}

#contact-form .c .title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}

#contact-form .c .control input, #contact-form .c .control textarea {
    display: block;
    width: 100%;
    background: #fff;
    border: solid 1px #ccc;
    resize: none;
    padding: 10px 15px;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#contact-form .c .control textarea {
    padding: 15px;
    height: 250px;
}

#contact-form .c .control input:focus, #contact-form .c .control textarea:focus {
    border-color: #444;
    background: #fafafa;
}

#contact-form .submit-container {
    position: relative;
    margin-top: 30px;
}

#contact-form .submit-container a {
    display: inline-block;
    vertical-align: middle;
    width: 200px;
    height: 45px;
    background: #66bc29;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    -webkit-transition: background-color 0.4s;
    -moz-transition: background-color 0.4s;
    -ms-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s;
}

#contact-form .submit-container a:hover {
    text-decoration: none;
    background: #3f830f;
}

#contact-form .submit-container span.cf-status {
    display: none;
    vertical-align: middle;
    margin-left: 40px;
    font-size: 14px;
    color: #444;
}

#contact-form .submit-container span.cf-status.ok {
    color: #66bc29;
}

.contact-box {
    position: relative;
    width: 100%;
    margin: 30px 0 50px 0;
}

.contact-box .left {
    float: left;
    width: 35%;
}

.contact-box .right {
    float: right;
    width: 55%;
}

.contact-box.left {
    float: left;
    width: 48%;
}

.contact-box.right {
    float: right;
    width: 48%;
}

.contact-box #contact-map {
    display: block;
    height: 250px;
}

/** SEARCH **/
.no-search-items {
    position: relative;
    text-align: center;
    margin: 100px 0;
}

.products-search-results {
    position: relative;
    margin-top: 50px;
}

/** FILTER **/
div.filter-container {
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
}

div.filter-container span {
    display: inline-block;
    font-size: 14px;
    color: #969696;
    margin-right: 10px;
    vertical-align: middle;
}

div.filter-container select {
    display: inline-block;
    vertical-align: middle;
    border: solid 1px #969696;
    background: #fff;
    color: #444;
    padding: 4px 10px;
    top: 2px;
}

/** USER ORDERS **/
div.order-list-item {
    position: relative;
    padding: 25px 180px 25px 25px;
    border-bottom: solid 1px #ccc;
    margin-bottom: 20px;
    background: #eee;
}

div.order-list-item.online-payment {
    min-height: 170px;
}

div.order-list-item .row {
    position: relative;
    line-height: 26px;
}

div.order-list-item .row:last-child {
    margin-bottom: 0;
}

div.order-list-item .row .r-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
}

div.order-list-item .row .r-item .t {
    color: #666;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
}

div.order-list-item .row .r-item .v {
    display: inline-block;
    vertical-align: top;
    font-weight: 400;
}

div.order-list-item .options {
    position: absolute;
    right: 25px;
    top: 25px;
    text-align: right;
}

div.order-detail-btn {
    position: relative;
    margin: 80px 0 50px 0;
    text-align: center;
}

div.order-detail-btn a {
    display: inline-block;
    background: #66bc29;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 25px;
}

div.order-detail-btn a:hover {
    background: #3f830f;
    text-decoration: none;
}

div.order-list-item a.pay-online-card {
    display: inline-block;
    position: relative;
    margin-top: 15px;
    text-align: center;
    color: #fff;
    background: #66bc29;
    text-transform: uppercase;
    padding: 10px 5px;
    max-width: 150px;
    font-size: 12px;
    line-height: 18px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

div.order-list-item a.pay-online-card.card {
    width: 168px;
    max-width: none;
}

div.order-list-item a.pay-online-card:hover {
    background: #3f830f;
    text-decoration: none;
}

div.order-list-item .online-payment-btns {
    text-align: right;
}

/** END OF USER ORDERS **/



/** LOST PWD **/
div.lost-pwd-form {
    position: relative;
    background: #eee;
    padding: 25px;
    border: solid 1px #ccc;
    width: 45%;
    margin: 50px auto;
}

div.lost-pwd-form .input-container {
    position: relative;
    padding-left: 80px;
}

div.lost-pwd-form .input-container span {
    position: absolute;
    left: 0;
}

div.lost-pwd-form .input-container input {
    display: block;
    padding: 5px 10px;
    border: solid 1px #ccc;
    width: 100%;
}

div.lost-pwd-form .lost-pwd-btn {
    position: relative;
    margin-top: 20px;
    text-align: center;
}

div.lost-pwd-form .lost-pwd-btn a {
    display: inline-block;
    background: #66bc29;
    color: #fff;
    padding: 5px 15px;
}

div.lost-pwd-form .lost-pwd-btn a:hover {
    background: #3f830f;
    text-decoration: none;
}

div.lost-pwd-status {
    display: none;
    position: relative;
    text-align: center;
    color: #66bc29;
}
/** END OF LOST PWD **/

/** ACCOUNT DELETE **/
div#account-delete-container {
    position: relative;
    margin: 100px auto 50px auto;
    border: solid 1px red;
    background: #f1f1f1;
    padding: 50px;
    max-width: 650px;
}

div#account-delete-container .del-info {
    text-align: center;
    font-size: 16px;
    margin-bottom: 50px;
    display: none;
}

div#account-delete-container .del-info strong {
    color: red;
    display: block;
    margin: 20px 0;
}

div#account-delete-container .del-btn {
    display: block;
    max-width: 200px;
    color: #fff;
    background: red;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 600;
}
/** END OF ACCOUNT DELETE **/

.card-logos {
    display: block;
    text-align: center;
    margin-top: 7px;
}

.card-logos.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
}

.card-logos img {
    display: inline-block;
    margin: 0 2px;
    height: 15px;
    width: auto;
}

.card-logos.big {
    margin-top: 15px;
}

.card-logos.big img {
    height: 35px;
}

/** TOPICS **/
ul.topics {
    position: relative;
    margin-top: 35px;
}

ul.topics li {
    display: block;
    font-size: 16px;
    margin-bottom: 15px;
    border: solid 1px #ddd;
    background: url('/images/question.png') no-repeat 10px center #fafafa;
    background-size: auto 20px;
    padding: 10px 20px 10px 45px;
}

ul.topics li a {
    font-weight: 400;
}

div.topic-back-btn-container {
    position: relative;
    margin: 75px 0;
}

a.back-btn {
    position: relative;
    display: inline-block;
    padding: 10px 20px 10px 50px;
    background: url('/images/back-btn.png') no-repeat 10px center #66bc29;
    background-size: auto 15px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

#eu-info-txt {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 15px 20px;
    text-align: center;
    border-top: solid 2px #66bc29;
    display: none;
}

#eu-info-txt p {
    font-weight: 500;
}

#eu-info-txt .btns {
    padding-bottom: 10px;
}

#eu-info-txt .btns a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
    cursor: pointer;
    background: #ccc;
    color: #000;
    padding: 10px 20px;
}

#eu-info-txt .btns a.accept {
    color: #fff;
    background: #66bc29;
}