body {
	margin: 0px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	color: #4d4d4d;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
}

* {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

i {
	font-style: inherit;
}

img, svg {
	max-width: 100%;
}

textarea {
	resize: none;
}


.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.text-danger {
	color: #e34958;
}

.text-success {
	color: #2fbe54;
}

.flex,
#product_category.list .product {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.flex-inline {
	display: inline-flex;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-column {
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-jc-space-between {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	justify-content: space-between;
}

.flex-jc-space-around,
#homepage-categories-block .categories {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	justify-content: space-around;
}

.flex-jc-center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
}

.flex-jc-end {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	justify-content: flex-end;
}

.flex-ai-center {
	-webkit-align-items: center;
	align-items: center;
}

.flex-ai-baseline {
	-webkit-align-items: baseline;
	align-items: baseline;
}

.flex-ai-flex-end {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.flex-1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.flex-2 {
	-webkit-box-flex: 2;
	-moz-box-flex: 2;
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.flex-3 {
	-webkit-box-flex: 3;
	-moz-box-flex: 3;
	-webkit-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.container,
#homepage-specials-carousel .h2,
#product_product #product-materials .h2,
#product_product #product-spares .h2,
#product_product #product-related .h2,
#product_product #bundles .h2,
#blog-latest .h2,
#testimonials-latest .h2,
#product_category #column-left,
#information_contact form,
#information_contact .contact-info,
footer form input,
#information_information #addtext,
#information_information #description,
#blog-latest .article,
#testimonials-latest .comment,
#homepage-seo-subscribe img,
#account_register #user-info>fieldset,
#account_register form input,
#account_register form select,
#category_banner .inner,
footer>.container>.flex>.flex-1,
#column-right,
#checkout_cart form .module input,
#top-phones-desktop .add-phones,
#top-phones-mobile .add-phones,
#account_account input,
#scroll-to-top,
#account_account textarea,
#checkout_cart textarea,
#checkout_cart input,
#common_success form input {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container,
#homepage-specials-carousel .h2,
#product_product #product-materials .h2,
#product_product #product-spares .h2,
#product_product #product-related .h2,
#product_product #bundles .h2,
#blog-latest .h2,
#testimonials-latest .h2 {
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
}

h1, .h2, .h3, .h4 {
	font-weight: bold;
	color: #207ea9;
}

h1, .h2 {
	font-size: 24px;
	line-height: 28px;
}

.h3 {
	font-size: 20px;
}

.h4 {
	font-size: 16px;
}

.relative {
	position: relative;
}

.clearfix {
	clear: both;
}

a {
	color: #f38e44;
	text-decoration: none;
}

.btn,
.btn-blue {
	color: #fffefe;
	font-weight: bold;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	padding: 5px 15px;
}

.btn {
	background: #f38e44;
}

.btn-blue {
	background: #207ea9;
}

.btn-red {
	background: #e34958;
}

.btn-facebook {
	background: #4267b2;
	padding: 10px 20px 12px 20px;
	margin-right: 10px;
}

a[role="button"],
button[type="button"] {
	cursor: pointer;
}

#column-middle {
	width: 100%;
}

#column-left,
#column-right {
	width: 25%;
}

#column-left + #column-middle,
#column-middle.c-right {
	width: 75%;
}

#column-left + #column-middle.c-right {
	width: 50%;
}

/* HEADER */

#top {
	background: #f9f9f9;
	border-bottom: 1px solid #d0d0d0;
	padding: 15px 0px;
}

#top-links ul {
	list-style: none;
}


#top-links .fa {
	font-size: 22px;
}

#top-links nav a {
	margin-right: 35px;
	color: #8a8a8a;
}

#top-links nav a:hover {
	color: #f38e44;
}

#top-account a {
	color: #207ea9;
}

#top-account .list {
	position: absolute;
	display: none;
}

#cart svg {
	width: 23px;
    height: 23px;
}

#cart svg path {
	fill: #f38e44;
}

#cart td img {
	width: 50px;
}

#cart table {
	width: 100%;
}

#cart-total {
	display: block;
	position: absolute;
	top: -12px;
    right: -9px;
	width: 16px;
    height: 16px;
    background: #f38e44;
    color: #fff;
    text-align: center;
    line-height: 15px;
	-webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#compare {
	position: fixed;
    right: 0;
    top: 40%;
	padding: 10px;
    background: #f38e44;
    z-index: 9;
}

#compare:not(.active) {
	display: none;
}

#compare #compare-total {
	height: 23px;
	background: #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #4c4c4c;
}

#cart .inner {
	display: none;
	position: absolute;
	top: 100%;
	right: 0px;
    width: 300px;
    max-width: 100vw;
	padding: 10px;
    margin: 0px;
    background: #fff;
    border: 1px solid #f38e44;
    text-align: center;
	z-index: 99;
}

#cart:hover .inner {
	display: block;
}

#cart .inner .remove {
	outline: none;
	border: 0;
	background: transparent;
}

#cart .inner .remove .fa {
	color: #e34958;
}

#cart .inner .total {
	color: #207ea9;
	font-weight: 600;
}

#search input,
#search button {
	outline: none;
	border: 0px;
	background: transparent;
	color: #207ea9;
}

#search input {
	width: 35vw;
	max-width: 480px;
	border-bottom: 1px solid #207ea9;
}

#search svg {
	width: 20px;
	height: 20px;
}

#logo img {
	width: 15vw;
    max-width: 180px;
    min-width: 100px;
	padding: 10px 0px 5px;
}

header {
	/*background: #ececec;*/
	background: #f9f9f9;
	border-bottom: 1px solid #d0d0d0;
}

#menu a {
	color: #4c4c4c;
}

#menu a:hover {
	color: #f38e44;
}

#menu a.title {
	text-transform: uppercase;
	font-size: 16px;
}

#menu .item {
	position: relative;
}

#menu .item .list {
	display: none;
	position: absolute;
	top: 98%;
	left: 0;
	margin-top: 1px;
	padding: 25px 20px;
	background: #f9f9f9;
	white-space: nowrap;
	z-index: 999;
}

#menu .item:hover .list {
	display: block;
}

#menu .item:hover a.has-list {
	color: #f38e44;
}

#menu .item>a {
	display: block;
}

#menu .item .list a {
	display: block;
	margin-bottom: 20px;
}

#menu .item .list a:last-child {
	margin-bottom: 0px;
}

#menu .item.specials>a {
	color: #207ea9;
}

#top-languages span,
#top-languages-mobile span,
#top-languages a,
#top-languages-mobile a {
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 10px;
}

#top-languages>*:last-child,
#top-languages-mobile>*:last-child {
	margin-right: 0px;
}

#top-languages span,
#top-languages-mobile span {
	color: #f38e44;
}

#top-languages a,
#top-languages-mobile a {
	color: #d0d0d0;
}

/* FOOTER */
footer {
	padding: 40px 0px;
	background: #f9f9f9;
	border-top: 1px solid #d0d0d0;
}

footer .address {
	border-right: 1px solid #d0d0d0;
}

footer .address p {
	margin: 0;
}

footer .address,
#informations {
	font-size: 14px;
}

footer .address a,
#informations a,
#homepage-categories-block .category .description a,
#blog-latest .article .description .title a {
	color: inherit;
}

#informations ul,
.pagination {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .address a:hover,
#informations a:hover,
#homepage-categories-block .category .description a:hover,
#blog-latest .article .description .title a:hover,
#blog_blog_category #articles .article .description .title a:hover {
	color: #f38e44;
}

footer .powered {
	margin: 0px;
	color: #acacac;
}


.socials>a {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 15px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

.socials>a:last-child {
	margin-right: 0;
}

.socials>a svg {
	width: 100%;
	height: 100%;
}

.socials>a:hover svg,
.add-to-cart-btn:hover,
.compare-btn:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

#product-description .socials {
	margin: 20px 0;
}

#product-description .socials .twitter {
	margin-right: 10px;
}

#product-description .socials .gplus {
	width: 50px;
}

footer form .h3 {
	margin: 0;
}

footer form button[type="submit"]:not(.btn-blue) {
	margin-right: 75px;
	padding: 10px 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #207EA9;
	background: transparent;
	font-family: 'Ubuntu', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
	color: #207EA9;
	cursor: pointer;
}

/* SLIDESHOW */
#slideshow0 {
	margin: 0;
}

#slideshow0 .owl-controls .owl-pagination {
	position: absolute;
	bottom: 10px;
	top: auto;
	width: 100%;
}

.slideshow-wrapper .item {
	height: 20vw;
    max-height: 300px;
    padding: 50px 0;
}

.slideshow-wrapper .item .image {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.slideshow-wrapper .item .title .btn {
  width: 133px;
  height: 30px;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 13px;
}

.slideshow-wrapper .item .title p {
	font-size: 3.75vw;
    line-height: 4.5vw;
	color: #fff;
}

.slideshow-wrapper .owl-carousel .owl-buttons .owl-prev,
.slideshow-wrapper .owl-carousel .owl-buttons .owl-next {
	color: #a3a3a3;
	opacity: 1;
	width: 19px;
    height: 20px;
	border: 2px solid #a3a3a3;
    text-align: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
	-webkit-transition: border-color .3s;
	-moz-transition: border-color .3s;
	transition: border-color .3s;
}

.slideshow-wrapper .owl-carousel .owl-buttons .owl-prev {
    padding-right: 1px;
}

.slideshow-wrapper .owl-carousel .owl-buttons .owl-next {
    padding-left: 2px;
}

.slideshow-wrapper .owl-carousel .owl-buttons .owl-prev:hover,
.slideshow-wrapper .owl-carousel .owl-buttons .owl-next:hover {
	border-color: #f38e44;
	color: #f38e44;
}

.slideshow-wrapper .owl-carousel .owl-buttons div i {
	font-size: 12px;
	margin: 0px;
}

.slideshow-wrapper .owl-pagination {
	top: -10px;
}

.slideshow-wrapper .owl-controls .owl-page.active span,
.slideshow-wrapper .owl-controls .owl-page span {
	background: #f38e44;
}

.slideshow-wrapper .owl-controls .owl-page span {
	opacity: .5;
}

.slideshow-wrapper .owl-controls .owl-page.active span {
	opacity: 1;
}

/* FEATURED */

#homepage-specials-carousel,
#homepage-seo-text,
#product_category,
#buy_together_buy_together,
#blog-latest,
#blog_blog_category,
#blog_article,
#error_not_found,
#checkout_cart,
#account_account,
#product_compare {
	background: #f7f7f7;
	padding: 60px 0;
}

#homepage-specials-carousel .h2,
#product_product #product-materials .h2,
#product_product #product-spares .h2,
#product_product #product-related .h2,
#product_product #bundles .h2,
#homepage-categories-block .h2,
#blog-latest .h2,
#testimonials-latest .h2 {
	position: relative;
	padding: 0 15px;
	margin-bottom: 30px;
}


#homepage-specials-carousel .product,
#product_product #product-materials .product,
#product_product #product-spares .product,
#product_product #product-related .product,
#product_special .product,
#product_category .product,
#bundles .bundle .product,
#homepage-categories-block .category,
#blog-latest .article,
#blog_blog_category #articles .article,
#testimonials-latest .comment {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background: #fff;
	-webkit-box-shadow: 0px 5px 15px #bfbfbf;
	-moz-box-shadow: 0px 5px 15px #bfbfbf;
	-ms-box-shadow: 0px 5px 15px #bfbfbf;
	-o-box-shadow: 0px 5px 15px #bfbfbf;
	box-shadow: 0px 5px 15px #bfbfbf;
}

#homepage-specials-carousel .product:hover,
#product_product #product-spares .product:hover,
#product_product #product-related .product:hover,
#product_special .product:hover,
#product_category .product:hover,
#bundles .bundle .product:hover,
#homepage-categories-block .category:hover,
#blog-latest .article:hover,
#blog_blog_category #articles .article:hover,
#testimonials-latest .comment:hover {
	-webkit-box-shadow: 0px 5px 15px #757474;
	-moz-box-shadow: 0px 5px 15px #757474;
	-ms-box-shadow: 0px 5px 15px #757474;
	-o-box-shadow: 0px 5px 15px #757474;
	box-shadow: 0px 5px 15px #757474;
}

#homepage-specials-carousel .product,
#product_product #product-materials .product,
#product_product #product-spares .product,
#product_product #product-related .product {
	width: 90%;
	margin: 15px auto;
}

#homepage-specials-carousel .product .image,
#product_product #product-materials .product .image,
#product_product #product-spares .product .image,
#product_product #product-related .product .image,
#product_special .product .image,
#product_category:not(.list) .product .image,
#bundles .bundle .product .image,
#homepage-categories-block .category .image,
#blog-latest .article .image,
#blog_blog_category #articles .article .image {
	height: 220px;
	background-size: 70%;
	background-repeat: no-repeat;
	background-position: center;
}

#product_category.list .product {
	position: relative;
}

#product_category.list .product .image {
	position: static;
	width: 30%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

#product_category.list .product .image a {
	width: 28.75%;
}

#product_category.list .product .description {
	display: block;
	width: 70%;
	-webkit-border-radius: 0px 15px 15px 0px;
	-moz-border-radius: 0px 15px 15px 0px;
	border-radius: 0px 15px 15px 0px;
}

#product_category.list .product .description .right {
	text-align: right;
}

#product_category.list .product .image .special {
	top: 15px;
	right: auto;
    left: 20px;
}

#blog-latest .article .image,
#blog_blog_category #articles .article .image {
	height: 300px;
	background-size: cover;
	-webkit-border-radius: 15px 15px 0 0;
	-moz-border-radius: 15px 15px 0 0;
	border-radius: 15px 15px 0 0;
}

#homepage-specials-carousel .product .image>a,
#product_product #product-materials .product .image>a,
#product_product #product-spares .product .image>a,
#product_product #product-related .product .image>a,
#product_special .product .image>a,
#product_category .product .image>a,
#bundles .bundle .product .image>a,
#homepage-categories-block .category .image>a,
#blog-latest .article .image>a,
#blog_blog_category #articles .article .image>a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	-webkit-border-radius: 15px 15px 0px 0px;
	-moz-border-radius: 15px 15px 0px 0px;
	border-radius: 15px 15px 0px 0px;
}

#homepage-specials-carousel .product .image .special,
#product_product #product-materials .product .image .special,
#product_product #product-spares .product .image .special,
#product_product #product-related .product .image .special,
#product_special .product .image .special,
#product_category .product .image .special,
#bundles .bundle .product .image .special {
	position: absolute;
	right: 20px;
    top: 60px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	background: #f38e44;
	color: #fff;
	font-weight: 600;
	font-size: 17px;
	pointer-events: none;
}

.product .image span[class^="stock-status"],
#product_product .stock {
	padding: 5px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
	pointer-events: none;
	z-index: 9;
}

#product_product .stock {
	display: inline-block;
}

#homepage-specials-carousel .product .image span[class^="stock-status"],
#product_product #product-materials .product .image span[class^="stock-status"],
#product_product #product-spares .product .image span[class^="stock-status"],
#product_product #product-related .product .image span[class^="stock-status"],
#product_category .product .image span[class^="stock-status"],
#bundles .bundle .product .image span[class^="stock-status"],
#product_special .product .image span[class^="stock-status"] {
	position: absolute;
	top: 15px;
    right: 20px;
}

.product .image .stock-status6,
.product .image .stock-status8,
#product_product .stock-status6,
#product_product .stock-status8 {
	background: #207ea9;
}

.product .image .stock-status7,
#product_product .stock-status7 {
	background: #2fbe54;
}

.product .image .stock-status5,
#product_product .stock-status5 {
	background: #e34958;
}

#homepage-specials-carousel .product .description,
#product_product #product-materials .product .description,
#product_product #product-spares .product .description,
#product_product #product-related .product .description,
#product_special .product .description,
#product_category .product .description,
#bundles .bundle .product .description,
#homepage-categories-block .category .description,
#blog-latest .article .description,
#blog_blog_category #articles .article .description {
	padding: 20px;
	background: #ededed;
	-webkit-border-radius: 0px 0px 15px 15px;
	-moz-border-radius: 0px 0px 15px 15px;
	border-radius: 0px 0px 15px 15px;
}

#blog_blog_category #articles .article {
	background: #ededed;
}

#homepage-specials-carousel .product .description .name,
#product_product #product-materials .product .description .name,
#product_product #product-spares .product .description .name,
#product_product #product-related .product .description .name,
#product_special .product .description .name,
#product_category .product .description .name,
#bundles .bundle .product .description .name {
	width: 100%;
}

#homepage-specials-carousel .product .description .name a,
#product_product #product-materials .product .description .name a,
#product_product #product-spares .product .description .name a,
#product_product #product-related .product .description .name a,
#product_special .product .description .name a,
#product_category .product .description .name a,
#bundles .bundle .product .description .name a {
	color: #4c4c4c;
	font-weight: 600;
}

#homepage-specials-carousel .product .description .name a:hover,
#product_product #product-materials .product .description .name a:hover,
#product_product #product-spares .product .description .name a:hover,
#product_product #product-related .product .description .name a:hover,
#product_special .product .description .name a:hover,
#product_category .product .description .name a:hover,
#bundles .bundle .product .description .name a:hover {
	color: #f38e44;
}

#homepage-specials-carousel .product .description .price,
#product_product #product-materials .product .description .price,
#product_product #product-spares .product .description .price,
#product_product #product-related .product .description .price,
#product_special .product .description .price,
#product_category .product .description .price,
#bundles .bundle .product .description .price {
	color: #207ea9;
	font-weight: 600;
	font-size: 14px;
}

#homepage-specials-carousel .product .description .price-old,
#product_product #product-materials .product .description .price-old,
#product_product #product-spares .product .description .price-old,
#product_product #product-related .product .description .price-old,
#product_special .product .description .price-old,
#product_category .product .description .price-old,
#bundles .bundle .product .description .price-old {
	position: absolute;
	top: 38px;
	margin: 0px;
	text-decoration: line-through;
	color: #777;
	font-size: 12px;
}

#homepage-specials-carousel .product .description .rating .fa,
#product_product #product-materials .product .description .rating .fa,
#product_product #product-spares .product .description .rating .fa,
#product_product #product-related .product .description .rating .fa,
#product_special .product .description .rating .fa,
#product_category .product .description .rating .fa,
#bundles .bundle .product .description .rating .fa {
	color: #d2d2d2;
}

#homepage-specials-carousel .product .description .rating .fa.color,
#product_product #product-materials .product .description .rating .fa.color,
#product_product #product-spares .product .description .rating .fa.color,
#product_product #product-related .product .description .rating .fa.color,
#product_special .product .description .rating .fa.color,
#product_category .product .description .rating .fa.color,
#bundles .bundle .product .description .rating .fa.color {
	color: #f38e44;
}

#homepage-specials-carousel .read-more-btn,
#product_product #product-materials .read-more-btn,
#product_product #product-spares .read-more-btn,
#product_product #product-related .read-more-btn,
#blog-latest .read-more-btn,
#blog_blog_category #articles .read-more-btn,
#testimonials-latest .read-more-btn {
	position: absolute;
	top: -3px;
	right: 140px;
    padding-left: 30px;
    padding-right: 30px;
	font-size: 13px;
}

/* BREADCRUMBS */

.breadcrumb {
	list-style: none;
	padding: 0px;
	font-style: italic;
}

.breadcrumb li {
	display: inline-block;
	margin-right: 2px;
	font-weight: 500;
}

.breadcrumb li a {
	color: #4c4c4c;
}

.breadcrumb li span {
	color: #207ea9;
}

.breadcrumb li:after {
	content: '>';
	margin-left: 5px;
}

.breadcrumb li:last-child {
	margin-right: 0;
}

.breadcrumb li:last-child:after {
	display: none;
}


#homepage-seo-text .h2,
#homepage-seo-text h1 {
	width: 750px;
	max-width: 100%;
    margin: 0 auto 30px;
	text-align: center;
}

#homepage-seo-text .h4 {
	margin-top: 50px;
}

.carousel-prev,
.carousel-next {
	position: absolute;
	width: 20px;
    height: 19px;
	border: 2px solid #2fbe54;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: border-color .3s;
	-moz-transition: border-color .3s;
	-ms-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
}

.carousel-prev:hover,
.carousel-next:hover {
	border-color: #f38e44;
}


.carousel-prev:before,
.carousel-next:before {
	position: absolute;
	top: 53%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	font-family:'FontAwesome';
	font-size: 12px;
	color: #2fbe54;
	-webkit-transition: color .3s;
	-moz-transition: color .3s;
	-ms-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
}

.carousel-prev:before {
	content: '\f053';
}

.carousel-next:before {
	content: '\f054';
	margin-left: 1.5px;
}

.carousel-prev:hover:before,
.carousel-next:hover:before {
	color: #f38e44;
}

#homepage-specials-carousel .owl-controls .owl-buttons .owl-prev,
#product_product #product-materials .owl-controls .owl-buttons .owl-prev,
#product_product #product-spares .owl-controls .owl-buttons .owl-prev,
#product_product #product-related .owl-controls .owl-buttons .owl-prev,
#product_product #bundles .owl-controls .owl-buttons .owl-prev,
#homepage-specials-carousel .owl-controls .owl-buttons .owl-next,
#product_product #product-materials .owl-controls .owl-buttons .owl-next,
#product_product #product-spares .owl-controls .owl-buttons .owl-next,
#product_product #product-related .owl-controls .owl-buttons .owl-next,
#product_product #bundles .owl-controls .owl-buttons .owl-next,
#blog-latest .owl-controls .owl-buttons .owl-prev,
#blog_blog_category #articles .owl-controls .owl-buttons .owl-prev,
#blog-latest .owl-controls .owl-buttons .owl-next,
#blog_blog_category #articles .owl-controls .owl-buttons .owl-next,
#testimonials-latest .owl-controls .owl-buttons .owl-prev,
#testimonials-latest .owl-controls .owl-buttons .owl-next {
	top: -30px;
}

#homepage-specials-carousel .owl-controls .owl-buttons .owl-next,
#product_product #product-materials .owl-controls .owl-buttons .owl-next,
#product_product #product-spares .owl-controls .owl-buttons .owl-next,
#product_product #product-related .owl-controls .owl-buttons .owl-next,
#product_product #bundles .owl-controls .owl-buttons .owl-next,
#blog-latest .owl-controls .owl-buttons .owl-next,
#blog_blog_category #articles .owl-controls .owl-buttons .owl-next,
#testimonials-latest .owl-controls .owl-buttons .owl-next {
	right: 40px;
}

#homepage-specials-carousel .owl-controls .owl-buttons .owl-prev,
#product_product #product-materials .owl-controls .owl-buttons .owl-prev,
#product_product #product-spares .owl-controls .owl-buttons .owl-prev,
#product_product #product-related .owl-controls .owl-buttons .owl-prev,
#product_product #bundles .owl-controls .owl-buttons .owl-prev,
#blog-latest .owl-controls .owl-buttons .owl-prev,
#blog_blog_category #articles .owl-controls .owl-buttons .owl-prev,
#testimonials-latest .owl-controls .owl-buttons .owl-prev {
	right: 90px;
	left: auto;
}

#testimonials-latest .owl-wrapper {
	padding-top: 20px;
}

/* PRODUCT/SPECIAL */
#product_special .product,
#product_category .product {
	margin-bottom: 30px;
}

#product_special .product {
	width: 23%;
	margin-right: 2.6%;
}

#product_special .product:nth-child(4n+4) {
	margin-right: 0;
}

/* PRODUCT/CATEGORY */

#product_category.list .product {
	width: 100%;
}

#product_category:not(.list) .product {
	width: 31%;
}

#product_category h1 {
	margin-top: 0;
	margin-bottom: 30px;
}

#product_category #column-left {
	position: relative;
	padding: 10px 10px 10px;
	min-width: 22%;
	max-width: 22%;
	width: 22%;
	margin-right: 2%;
	background: #ececec;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#product_category #column-left:after,
#custom_filter:after {
	content: '';
	position: absolute;
	height: 10px;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	pointer-events: none;
}

#product_category #column-left:after {
	bottom: 60px;
	left: 30px;
	width: 90%;
	width: calc(100% - 60px);
}

#custom_filter:after {
	left: 0;
	bottom: -80px;
	width: 100%;
}

#product_category #column-middle .filters {
	padding: 5px 25px;
	margin-bottom: 30px;
	background: #ececec;
	border: 1px solid #d0d0d0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#product_category #column-middle .filters button,
#product_category #column-middle .filters select,
footer form button[type="submit"] {
	outline: none;
}

#product_category #column-middle .filters .arrows {
	position: relative;
    bottom: -4px;
	display: inline-block;
    margin-left: 5px;
}

#product_category #column-middle .filters .sort-arrow {
	display: inline-block;
	width:11px;
	cursor: pointer;
}

#product_category #column-middle .filters .sort-arrow.active path,
#product_category #column-middle .filters .sort-arrow:hover path {
	fill: #f38e44;
}

#product_category #column-middle .filters button {
	padding: 3px 6px 1px 5px;
	background-color: transparent;
	-webkit-transition: background-color .5s, -webkit-border-radius .5s;
	-moz-transition: background-color .5s, -moz-border-radius .5s;
	-ms-transition: background-color .5s, border-radius .5s;
	-o-transition: background-color .5s, border-radius .5s;
	transition: background-color .5s, border-radius .5s;
}

#product_category #column-middle .filters button .fa {
	color: #a5a4a4;
}

#product_category #column-middle .filters button.active {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #a5a4a4;
}

#product_category #column-middle .filters button .fa {
	-webkit-transition: color .5s;
	-moz-transition: color .5s;
	-ms-transition: color .5s;
	-o-transition: color .5s;
	transition: color .5s;
}

#product_category #column-middle .filters button.active .fa {
	color: #fff;
}

#product_category #column-middle .filters #btn-sort,
#product_category #column-middle .filters #btn-limit {
	margin-left: 10px;
	padding: 3px 20px;
	border: 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color: #a5a4a4;
	color: #fff;
}

#product_category #column-middle .sort-arrow svg {
	height: 26px;
}

#product_category #column-middle .filters #select-sort,
#product_category #column-middle .filters #select-limit {
	display: none;
	position: absolute;
	top: 0px;
    left: 100%;
	-webkit-transform: translateY(-40%);
	-moz-transform: translateY(-40%);
	-ms-transform: translateY(-40%);
	-o-transform: translateY(-40%);
	transform: translateY(-40%);
	z-index: 9;
}

#product_category #column-middle .filters #select-limit {
	left: 120%;
}

#product_category #column-middle .filters #select-sort.active,
#product_category #column-middle .filters #select-limit.active {
	display: block;
}

#product_category #column-middle .filters #select-sort .inner,
#product_category #column-middle .filters #select-limit .inner {
	padding: 5px 15px;
	background: #fff;
}

#product_category #column-middle .filters #select-sort:before,
#product_category #column-middle .filters #select-limit:before {
	content: '';
	position: absolute;
	top: 40%;
	right: 92%;
    right: calc(100% - 15px);
	width: 20px;
	height: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}

#product_category #column-middle .filters #select-sort,
#product_category #column-middle .filters #select-sort:before,
#product_category #column-middle .filters #select-limit,
#product_category #column-middle .filters #select-limit:before {
	-webkit-box-shadow: 0px 0px 5px #696161;
	-moz-box-shadow: 0px 0px 5px #696161;
	box-shadow: 0px 0px 5px #696161;
}

#product_category #column-middle .filters #select-sort a,
#product_category #column-middle .filters #select-limit a {
	display: block;
	white-space: nowrap;
	margin-bottom: 5px;
}

#product_category #column-middle .filters #select-sort a:hover,
#product_category #column-middle .filters #select-limit a:hover {
	text-decoration: underline;
}

#product_category #column-middle .filters #select-sort a:last-child,
#product_category #column-middle .filters #select-limit a:last-child {
	margin-bottom: 0;
}

#product_category #column-middle .filters #grid-view,
#product_category #column-middle .filters #list-view {
	border: 0;
	font-size: 16px;
}

#product_category #column-middle .filters #list-view {
	margin-right: 5px;
}

#product_category .category-description {
	background: #e1ebf0;
	padding: 20px 40px;
}

#product_category .pagination {
	margin-bottom: 30px;
}

/* PAGINATION */
.pagination li {
	font-size: 16px;
	margin-right: 25px;
	font-weight: bold;
}

.pagination .number a {
	color: #d0d0d0;
	font-weight: normal;
}
.pagination .active span {
	color: #f38e44;
}

#information_contact,
#common_success,
#homepage-categories-block,
#testimonials-latest,
#account_login,
#account_register {
	background: #e1ebf0;
	padding: 60px 0;
}

#common_success form input {
	width: 100%;
}

#information_contact #map {
	height: 300px;
}

#information_contact form,
#information_contact .contact-info {
	min-width: 50%;
	max-width: 50%;
	width: 50%;
}

#information_contact form {
	padding-right: 15px;
}


#information_contact form .btn,
form button[type="submit"] {
	padding: 10px 25px 11px;
	border: 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	font-weight: 600;
	font-family: 'Ubuntu', sans-serif;
	cursor: pointer;
	outline: none;
}

#information_contact form .btn,
form button[type="submit"]:not(.btn-blue) {
	background: #f38e44;
}

#information_contact .attach-document a {
	color: #4c4c4c;
}

#information_contact .attach-document input {
	display: none;
}

form textarea,
form input,
form select,
#checkout_cart input,
#checkout_cart select,
#checkout_cart textarea {
	padding: 10px 15px;
	background: #eee;
	border: 1px solid #d0d0d0;
	outline: none;
	font-family: 'Ubuntu', sans-serif;
}

#information_contact form textarea {
	height: 240px;
}

form textarea:focus,
form input:focus {
	border-color: #f38e44;
	-webkit-box-shadow: 0px 0px 10px #f38e44;
	-moz-box-shadow: 0px 0px 10px #f38e44;
	box-shadow: 0px 0px 10px #f38e44;
}

footer form input {
	width: 100%;
	margin-bottom: 25px;
}

footer form p:not(.h3) {
	margin-top: 10px;
}

footer form input::-webkit-input-placeholder,
#information_contact form input::-webkit-input-placeholder,
#information_contact form textarea::-webkit-input-placeholder {
	font-style: italic;
}

footer form input::-moz-placeholder,
#information_contact form input::-moz-placeholder,
#information_contact form textarea::-moz-placeholder {
	font-style: italic;
}

footer form input:-ms-input-placeholder,
#information_contact form input:-ms-input-placeholder,
#information_contact form textarea:-ms-input-placeholder {
	font-style: italic;
}

footer form input:-moz-placeholder,
#information_contact form input:-moz-placeholder,
#information_contact form textarea:-moz-placeholder {
	font-style: italic;
}

#information_contact .contact-info {
	padding-left: 15px;
}

#information_contact .contact-info .open {
	text-align: right;
}

#information_contact .contact-info .open .text {
	line-height: 30px;
}

#information_contact .contact-info .phone {
	margin-bottom: 0;
}

#information_contact .contact-info .address,
#information_contact .contact-info .email,
#information_contact .contact-info .phone {
	position: relative;
	padding-left: 40px;
}

#information_contact .contact-info .address>img,
#information_contact .contact-info .email>img,
#information_contact .contact-info .phone>img {
	position: absolute;
	left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	pointer-events: none;
}

#information_contact .contact-info a {
	color: inherit;
}

.add-to-cart-btn,
.compare-btn {
	padding: 5px 15px;
	border: 0;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	cursor: pointer;
	outline: none;
}

.add-to-cart-btn {
	background: #f38e44;
}

.compare-btn {
	background: #207ea9;
	margin-left: 5px;
}

#information_information {
	padding: 30px 0 60px;
	background: #f7f7f7;
}

#information_information h1 {
	text-align: center;
	margin-bottom: 40px;
}

#information_information #addtext,
#information_information #description {
	text-align: justify;
}

#information_information #description>p:first-child {
	margin-top: 0;
}

#information_information #description>p:last-child {
	margin-bottom: 0;
}

#information_information #addtext {
	min-width: 35%;
	max-width: 35%;
	width: 35%;
	padding: 40px 60px;
	background: #e1ebf0;
}

#information_information #addtext .h4 {
	margin-bottom: 0;
}

#information_information #addtext + #description {
	min-width: 65%;
	max-width: 65%;
	width: 65%;
	padding-left: 60px;
}

#information_information .h4 {
	text-transform: uppercase;
}

#homepage-categories-block .category {
	width: 22.5%;
}

#homepage-categories-block .category .description {
	font-weight: bold;
}

#homepage-categories-block .category .description p {
	margin: 0;
}

#blog-latest .article,
#testimonials-latest .comment {
	width: 92%;
	margin: 0 auto 20px;
}

#blog-latest .article .description .title,
#blog_blog_category #articles .article .description .title {
	font-size: 15px;
	font-weight: bold;
	color: #4c4c4c;
}

#blog-latest .article .description .date,
#blog_blog_category #articles .article .description .date {
	font-size: 12px;
}

#blog-latest .article .description .readmore,
#blog_blog_category #articles .article .description .readmore {
	font-size: 14px;
	font-weight: bold;
}

#homepage-seo-subscribe {
	display: none;
}

#homepage-seo-subscribe .fb-holder {
	position: absolute;
	top: 10%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#homepage-seo-text #homepage-seo-subscribe {
	display: inline-block;
}

#homepage-seo-subscribe img {
	padding: 0 30px;
}

#homepage-seo-subscribe .btn {
	position: absolute;
	left: 50%;
	bottom: 25%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	padding-left: 30px;
	padding-right: 30px;
	text-transform: uppercase;
}

#testimonials-latest .comment {
	position: relative;
	padding: 20px 30px;
	background: #ededed;
	height: 350px;
	overflow-y: auto;
}


#testimonials-latest .comment p {
	margin: 0;
}

#testimonials-latest .comment .date {
	font-size: 12px;
}

#testimonials-latest .comment .rating {
	margin: 2px 0;
}

#testimonials-latest .comment .rating .fa {
	color: #d2d2d2;
}

#testimonials-latest .comment .rating .fa.active,
#tab-review .review .fa {
	color: #f38e44;
}

#testimonials-latest .comment .text,
#tab-review .review .text {
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #d0d0d0;
}

#testimonials-latest .comment .name,
#tab-review .review .name {
	font-weight: bold;
	color: #4c4c4c;
}

#tab-documents a {
	position: relative;
	border-bottom: 1px dashed;
}

#tab-documents a:after {
	content: '\f15b';
    font-family: 'FontAwesome';
    position: absolute;
    right: -20px;
    bottom: -4px;
}

#account_login form input,
#account_register form input,
#account_register form select {
	margin-bottom: 15px;
}

#account_register form select {
	padding-bottom: 9px;
	padding-top: 9px;
}

#account_login .right {
	width: 50%;
}

#account_login .btn-register {
	padding: 10px 20px 12px 20px;
}

#account_login .left {
	padding-right: 30px;
}

#account_register fieldset {
	margin: 0;
}

#account_register #user-info>fieldset {
	width: 49.5%;
}

#account_register form input:not([type="radio"]):not([type="checkbox"]),
#account_register form select {
	width: 100%;
}

#account_register form p {
	margin: 0;
}

#account_register .t-agree {
	margin-top: 15px;
}

#category_banner {
	margin: 30px 0 60px;
}

#category_banner,
#category_banner .inner {
	width: 100%;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#category_banner .inner.color {
	padding: 30px 40px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: 90%;
}


#category_banner .inner.color>a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#category_banner .inner:not(.color)>a {
	display: block;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	max-width: 100%;
    margin: 0 auto;
}

#category_banner .inner p {
	font-size: 20px;
	margin: 0;
	font-weight: 300;
}

#category_banner .inner .h4 {
	font-size: 26px;
}

#product_product {
	background: #f7f7f7;
	padding: 60px 0;
}

#product_product h1 {
	color: #4c4c4c;
}

#product_product #product-description .rating .fa {
	color: #f38e44;
	font-size: 22px;
	margin-right: 3px;
}

#product_product .price {
	color: #207ea9;
	font-size: 22px;
	font-weight: 600;
}

#product_product .price-old {
	font-size: 16px;
	text-decoration: line-through;
	color: #a6a6a6;
	font-weight: 500;
}

#product_product .option-radio,
#product_product .option-checkbox {
	margin-top: 15px;
	cursor: pointer;
}

#product_product .option-radio input,
#product_product .option-checkbox input {
	display: none;
}

#product_product .option-radio .circle,
#product_product .option-checkbox .square {
	display: block;
	margin-right: 15px;
	width: 15px;
	height: 15px;
	background: #fff;
	border: 1px solid #d0d0d0;
}

#product_product .option-radio .circle {
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}

#product_product .option-radio input:checked + .circle,
#product_product .option-checkbox input:checked + .square {
	background: #f38e44;
}

#product_product #button-cart:after,
#product_product #bundles .bundle .price .btn:after {
	background-image: url(/catalog/view/theme/default/image/cart-icon-white.png);
}

#product_product #product-buttons .compare-btn:after {
	background-image: url(/catalog/view/theme/default/image/compare-icon-white.png);
}

#product_product #button-cart:after,
#product_product #product-buttons .compare-btn:after,
#product_product #bundles .bundle .price .btn:after {
	content: '';
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	height: 20px;
	width: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}

#product_product #button-cart {
	margin-right: 10px;
}

#product_product #button-cart,
#product_product #product-buttons .compare-btn {
	font-weight: 600;
	color: #fff;
}

#product_product #bundles .bundle .price .btn,
#product_product #button-cart,
#product_product #product-buttons .compare-btn {
	position: relative;
	padding-top: 7px;
	padding-bottom: 8px;
	padding-right: 45px;
}

#product_product .tab-toggles {
	max-width: 100%;
	background: #e1ebf0;
}

#product_product .tab-toggles,
#product_product .tab-toggles>div {
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

#product_product .tabs {
	-webkit-border-radius: 25px 10px 10px 10px;
	-moz-border-radius: 25px 10px 10px 10px;
	border-radius: 25px 10px 10px 10px;
}

#product_product .tab-toggles,
#product_product .tab-toggles>div {
	display: inline-block;
	padding: 0;
}

#product_product .tab-toggles>div {
	margin-right: 20px;
	font-weight: 600;
}

#product_product .tab-toggles>div a {
	display: block;
	padding: 5px 25px;
	color: #207ea9;
}

#product_product .tab-toggles>div:last-child {
	margin-right: 0;
}

#product_product .tab-toggles>div:hover,
#product_product .tab-toggles>div.active {
	background: #f38e44;
}

#product_product .tab-toggles>div:hover a,
#product_product .tab-toggles>div.active a {
	color: #fff;
}

#product_product .tabs>.tab:not(.active) {
	display: none;
}

#product_product .tabs {
	background: #f5f5f5;
	-webkit-box-shadow: 0 5px 15px #e2e2e2;
	-moz-box-shadow: 0 5px 15px #e2e2e2;
	box-shadow: 0 5px 15px #e2e2e2;
}

#product_product .tabs>.tab{
	padding: 40px 60px;
}

#product_product .tabs>.tab h2 {
	margin-top: 0;
	color: #207ea9;
	text-transform: uppercase;
    font-size: 18px;
	margin-bottom: 25px;
}

#product_product #column-middle.column-right {
	width: 75%;
}

#product_product #column-right {
	margin-top: 45px;
	width: 23%;
	padding: 30px 40px;
	background: #e1ebf0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#product_product #column-right p,
#product_product #column-right ul {
	margin: 0;
}

#product_product #column-right ul {
	list-style: none;
	padding-left: 15px;
}

#product_product #column-right ul li:before {
	content: '-';
	margin-right: 5px;
}

#product_product #column-right ul ul {
	padding: 0;
}

#product_product #column-right ul ul li:before {
	display: none;
}

#product_product #column-right .h4 {
	text-transform: uppercase;
}

#tab-review #user-rating .fa {
	color: #f38e44;
	cursor: pointer;
	font-size: 18px;
}

#tab-review #user-rating .fa.hover:before,
#tab-review #user-rating .fa.click:before {
	content: "\f005";
}

#tab-review #user-rating input {
	display: none;
}

#tab-review form textarea {
	resize: none;
	height: 100px;
}

#tab-review label span {
	width: 100px;
}

#tab-review label {
	margin: 20px 0;
}

#tab-review #button-review {
	border: 0;
	padding: 10px 25px;
	outline: none;
}

#tab-review .h2 {
	margin-top: 0;
}

#user-review-error.active,
#user-review-success.active {
	margin-bottom: 30px;
}

#user-review-success {
	color: #f38e44;
    font-size: 18px;
    font-weight: bold;
}

#tab-review .review {
	background: #e1ebf0;
    padding: 10px 30px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 20px 0;
}

#tab-review .review .date {
	font-size: 12px;
	margin: 0;
}

#product_product #images {
	width: 50%;
}

#product_product #images>a.main {
	display: block;
}

#product_product #images a img {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#product_product #images .additional .owl-item {
	text-align: center;
}

#product_product #images #additional-images-wrapper {
	padding: 0 20px;
	margin-top: 30px;
}

#product_product #images .additional .owl-prev,
#product_product #images .additional .owl-next {
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
	margin: 0;
	padding: 0;
	opacity: 1;
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

#product_product #images .additional .owl-prev img,
#product_product #images .additional .owl-next img {
	width: 12px;
}

#product_product #images .additional .owl-prev {
	left: -20px;
}

#product_product #images .additional .owl-next {
	right: -20px;
}

#product_product #product-description {
	padding: 0 30px;
}

#product_product #product-description h1 {
	margin-top: 0;
}

#product_product #product-materials,
#product_product #product-spares,
#product_product #product-related,
#product_product #bundles {
	width: 100%;
	margin-top: 40px;
}

#product_product #product-materials .owl-controls .owl-buttons .owl-prev,
#product_product #product-spares .owl-controls .owl-buttons .owl-prev,
#product_product #product-related .owl-controls .owl-buttons .owl-prev,
#product_product #product-materials .owl-controls .owl-buttons .owl-next,
#product_product #product-spares .owl-controls .owl-buttons .owl-next,
#product_product #product-related .owl-controls .owl-buttons .owl-next,
#product_product #bundles .owl-controls .owl-buttons .owl-prev,
#product_product #bundles .owl-controls .owl-buttons .owl-next {
	background: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

#product_product #product-materials .owl-controls .owl-buttons .owl-prev,
#product_product #product-spares .owl-controls .owl-buttons .owl-prev,
#product_product #product-related .owl-controls .owl-buttons .owl-prev,
#product_product #bundles .owl-controls .owl-buttons .owl-prev {
	right: 80px;
}

#blog_blog_category #articles .article {
	width: 31%;
	margin: 10px 1%;
}

#blog_blog_category .pagination {
	margin-top: 30px;
}

#blog_article h1 {
	margin-bottom: 30px;
}

#blog_article .description .main-image {
	float: left;
	margin: 0 10px 10px 0;
}

#bundles .bundle .plus,
#bundles .bundle .equals {
	position: relative;
}

#bundles .bundle .plus span,
#bundles .bundle .equals span {
	position: absolute;
	display: block;
	width: 80px;
	height: 10px;
	background: #207ea9;
}

#bundles .bundle .plus span:first-child {
	left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#bundles .bundle .plus span:nth-child(2) {
	-webkit-transform: rotate(90deg) translateY(39px);
	-moz-transform: rotate(90deg) translateY(39px);
	-ms-transform: rotate(90deg) translateY(39px);
	-o-transform: rotate(90deg) translateY(39px);
	transform: rotate(90deg) translateY(39px);
}

#bundles .bundle .equals span {
	left: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#bundles .bundle .equals span:first-child {
	top: -15px;
}

#bundles .bundle .equals span:nth-child(2) {
	top: 15px;
}

#bundles .bundle>.price p {
	margin: 0;
}

#bundles .bundle>.price .price-old {
	position: relative;
	display: inline-block;
	color: #777;
	font-weight: 100;
	font-size: 20px;
	text-decoration: none;
}

#bundles .bundle>.price .btn {
	display: inline-block;
	margin-bottom: -20px;
    margin-top: 20px;
	font-size: 13px;
}

#bundles .bundle>.price .price-old:after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background: #777;
}

#bundles .bundle>.price .price-new {
	margin-top: 15px;
	color: #f38e44;
	font-weight: bold;
	font-size: 28px;
}

#bundles .bundle {
	margin-bottom: 30px;
}

#bundles .bundle:last-child {
	margin-bottom: 0;
}

#bundles .bundle .product {
	width: 23%;
	margin: 15px;
}

#checkout_cart form table {
	width: 100%;
}

#checkout_cart form .refresh,
#checkout_cart form .remove {
	background: transparent;
	outline: none;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 20px;
}

#checkout_cart form .refresh .fa {
	color: #207ea9;
}

#checkout_cart form .remove .fa {
	color: #e34958;
}

#checkout_cart .alert {
	margin-bottom: 10px;
}

#checkout_cart .alert-success {
	color: #f38e44;
}
#checkout_cart .alert-danger {
	color: #e34958;
}

#checkout_cart form table {
	border-collapse: collapse;
}

#checkout_cart form table td {
	border: 1px solid #f3f3f3;
}

#checkout_cart form table tbody tr:not(.total):hover {
	background: #f3f3f3;
}

#checkout_cart form .module input {
	width: 100%;
}

#checkout_cart form .module .btn {
	display: block;
	border: 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	margin: 15px auto 0;
	outline: none;
}

#checkout_cart form .module .btn .fa {
	margin-left: 5px;
	font-size: 16px;
}

#top-phones-desktop,
#top-phones-mobile {
	position: relative;
	font-size: 14px;
	font-weight: 500;
	padding: 5px 20px;
}

#top-phones-desktop a,
#top-phones-mobile a {
	color: #fff;
}

#top-phones-desktop.add:after,
#top-phones-mobile.add:after {
	content: url('/catalog/view/theme/default/image/phone-arrow-down.png');
	display: inline-block;
	margin-left: 10px;
	-webkit-transition: -webkit-transform .3s;
	-moz-transition: -moz-transform .3s;
	transition: transform .3s;
}

#top-phones-desktop.add:hover,
#top-phones-mobile.add:hover {
	border-radius: 0;
}

#top-phones-desktop.add:hover::after,
#top-phones-mobile.add:hover::after,
#simplecheckout_button_cart:hover svg {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

#top-phones-desktop .add-phones,
#top-phones-mobile .add-phones {
	display: none;
	position: absolute;
	left: 0;
    top: 100%;
	width: 100%;
    padding: inherit;
	background: inherit;
    z-index: 9;
}

#top-phones-desktop .add-phones a,
#top-phones-mobile .add-phones a {
	display: block;
	margin-bottom: 5px;
}


#top-phones-desktop.add:hover .add-phones,
#top-phones-mobile.add:hover .add-phones {
	display: block;
}

#account_account ul {
	list-style: none;
	padding: 0;
}

#account_account select,
#checkout_cart select,
#account_account input:not([type="radio"]):not([type="checkbox"]),
#checkout_cart input:not([type="radio"]):not([type="checkbox"]),
#account_account textarea,
#checkout_cart textarea {
	width: 100%;
}

#checkout_cart .form-group.required>label {
	position: relative;
}

#checkout_cart .form-group.required>label:after {
	content: '*';
	position: absolute;
	right: -10px;
	color: red;
}


#account_account select,
#account_account label,
#account_account input:not([type="radio"]):not([type="checkbox"]) {
	margin-bottom: 10px;
}

#account_account fieldset input[name="telephone"] {
	margin-bottom: 0;
}

#account_account .flex-jc-center .btn {
	margin-top: 15px;
	margin-right: 10px;
}

#account_account table,
#checkout_cart table {
	width: 100%;
	border-collapse: collapse;
}

#account_account table td,
#checkout_cart table td {
	padding: 5px;
}

#checkout_cart table td {
	border: 1px solid #efefef;
}

#checkout_cart table .total {
	font-weight: bold;
}

#checkout_cart table .quantity input {
	width: 70px !important;
	text-align: center;
}

#checkout_cart table .quantity .btn {
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	outline: none;
}

#checkout_cart table .name .image + div {
	margin-left: 10px;
}

#checkout_cart table .name .image a {
	display: block;
	height: 100px;
}

#scroll-to-top {
	position: absolute;
	left: 15px;
	bottom: 70px;
    width: 50px;
    height: 50px;
    padding: 13px;
    background: #ededed;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: 2px 2px 5px #d0d0d0;
    -moz-box-shadow: 2px 2px 5px #d0d0d0;
    box-shadow: 2px 2px 5px #d0d0d0;
	cursor: pointer;
}

#scroll-to-top svg {
	max-height: 100%;
}

#scroll-to-top:hover svg path {
	fill: #f38e44;
}

#product_compare table {
	border-collapse: collapse;
}

#product_compare table td {
	width: 20%;
	min-width: 200px;
	text-align: center;
	padding: 5px;
}

#product_compare table tr.attribute:hover {
	background: #e1ebf0;
}

#product_compare table td:first-child {
	text-align: left;
}

#product_compare table .btn {
	border: 0;
	outline: none;
}

#product_compare #products {
	overflow-x: auto;
	padding-bottom: 30px;
}

#product_compare #products .product:first-child {
	min-width: 150px;
	max-width: 150px;
	width: 150px;
	text-align: left;
}

#product_compare #products .product:first-child p {
	white-space: nowrap;
	font-weight: bold;
}

#product_compare #products .product {
	min-width: 350px;
	max-width: 350px;
	width: 350px;
	text-align: center;
}

#product_compare #products .product button {
	border: 0;
	outline: none;
	margin-right: 10px;
}

#checkout_cart .btn {
	cursor: pointer;
}

#simplecheckout_button_cart {
    margin: 20px 0;
	cursor: pointer;
}

#simplecheckout_button_cart svg {
	width: 20px;
	height: 20px;
	margin-left: 10px;
}

#simplecheckout_button_cart svg path {
	fill: #fff;
}

#simplecheckout_proceed_payment {
	display: none;
}

#simple_login_layer {
	background: #000;
}

#simple_login {
	position: fixed;
	top: 50% !important;
	left: 50% !important;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	padding: 5px 10px;
    background: #fff;
}

#simple_login input {
	margin-bottom: 5px;
}

#simplecheckout_button_login {
	margin-top: 5px;
    display: inline-block;
}

#simple_login_header {
	text-align: right;
}

#simplecheckout_customer .checkout-heading-button,
#simplecheckout_customer .checkout-heading.panel-heading,
#simplecheckout_shipping_address .checkout-heading.panel-heading,
#simplecheckout_customer .row-customer_register {
	margin-bottom: 10px;
}

#simplecheckout_customer .radio,
#simplecheckout_button_confirm {
	display: inline-block;
}

#simplecheckout_customer .checkout-heading-button a {
	margin-left: 10px;
}

#buttons .simplecheckout-button-right {
	text-align: right;
}

.product .description.relative .right {
	position: absolute;
	right: 15px;
	top: 50%;
}

.list .product .description.relative .right {
	position: static;
}

#compare svg rect {
	fill: #207ea9;
	stroke: transparent;
}

#tab-specification table {
	width: 100%;
	border-collapse: collapse;
}

#tab-specification table .h4 {
	margin: 0;
}

#tab-specification table td {
	border: 1px solid #d0d0d0;
	padding: 5px;
}

#tab-specification table tr:not(.header):hover {
	background: #e1ebf0;
}

#blog-latest .article .description>div {
	min-height: 40px;
}

#push_newsletter {
	position: fixed;
	top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-105%);
    -moz-transform: translateX(-50%) translateY(-105%);
    -ms-transform: translateX(-50%) translateY(-105%);
    -o-transform: translateX(-50%) translateY(-105%);
    transform: translateX(-50%) translateY(-105%);
	padding: 20px;
    background: #fff;
	-webkit-box-shadow: 0px 2px 10px #757575;
	-moz-box-shadow: 0px 2px 10px #757575;
	box-shadow: 0px 2px 10px #757575;
    z-index: 10;
}

#push_newsletter.active {
	-webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

#push_newsletter img {
	float: left;
    margin-right: 10px;
}

#push_newsletter p {
	margin-top: 0;
}

#push_newsletter .not_subscribe {
	margin-right: 20px;
}

.row-shipping_address_country_id {
	display: none;
}

.simple-content #button-confirm {
	width: auto;
    background: #f38e44;
    border: 0;
}

@media (min-width: 1400px) {
	.slideshow-wrapper .item .title p {
		font-size: 48px;
		line-height: 54px;
	}
}

@media (max-width: 1200px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}

	#homepage-categories-block .category .description {
		min-height: 40px;
	}

	#search input {
		width: 23vw;
		max-width: 220px;
	}
}

@media (max-width: 1100px) {
	#homepage-seo-subscribe .fb-holder {
		display: none;
	}
}

@media (min-width: 992px) {
	#mobile-menu-toggle,
	#top-links-mobile,
	#top-languages-mobile,
	#top-phones-mobile,
	#logo-mobile,
	#top-account-mobile,
	.slideshow-btn-down {
		display: none;
	}

	#product_category .product .description .name {
		min-height: 40px;
	}
}

@media (max-width: 991px) {

	#product_special:not(.list) .product {
		width: 31%;
		margin-right: 3.5%;
	}

	#product_special:not(.list) .product:nth-child(3n+3) {
		margin-right: 0;
	}

	#product_category #column-left,
	#product_category #column-middle,
	#product_product #column-right,
	#product_product #column-middle.column-right {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}

	#product_category #column-left {
		padding: 30px;
		margin-bottom: 20px;
	}



	#custom_filter:after {
		bottom: -10px;
	}

	#homepage-specials-carousel,
	#homepage-seo-text,
	#product_category,
	#blog-latest,
	#blog_blog_category,
	#checkout_cart,
	#homepage-categories-block,
	#account_login {
		padding: 30px 0;
	}

	#product_category h1 {
		margin-bottom: 20px;
	}

	footer>.container>.flex>.flex-1 {
		padding: 0 20px;
	}

	footer>.container>.flex>.flex-1:first-child{
		border-right: 1px solid #d0d0d0
	}

	footer .address {
		border-right: 0;
	}

	footer form>.flex>* {
		min-width: 50%;
		max-width: 50%;
		width: 50%;
	}

	#custom_filter .apply {
		left: 90%;
	}

	#product_product #product-description {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
	}

	#information_information #addtext + #description {
		padding-left: 30px;
	}

	#information_information #addtext {
		padding: 20px 35px;
	}

	#top-account,
	#top-links>nav,
	#top-languages,
	#top-phones-desktop,
	#product_category #column-left:after,
	#logo {
		display: none;
	}

	#cart svg,
	#compare svg{
		height: 50px;
		width: 50px;
	}

	#cart-total,
	#compare #compare-total {
		top: -40px;
		height: 25px;
		width: 25px;
		font-size: 14px;
		line-height: 24px;
	}

	#mobile-menu-toggle {
		margin: 5px 0;
		cursor: pointer;
	}

	#mobile-menu-toggle span {
		position: relative;
		display: block;
		width: 50px;
		height: 8px;
		margin-bottom: 5px;
		background: #f38e44;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}

	#mobile-menu-toggle.open span:first-child {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 15px;
	}

	#mobile-menu-toggle.open span:last-child {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		top: -12px;
	}

	#mobile-menu-toggle.open span:nth-child(2) {
		opacity: 0;
	}

	#menu {
		position: fixed;
		top: 0;
		left: 0;
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		min-height: 100%;
		height: -webkit-max-content;
		height: -moz-max-content;
		height: max-content;
		background: #f9f9f9;
		z-index: 99;
		border-right: 1px solid #d0d0d0;
		padding: 30px;

		-webkit-transform: translateX(-100%);
		-moz-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		-o-transform: translateX(-100%);
		transform: translateX(-100%);

		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#menu.open {
		-webkit-transform: translate(0, 0) translate3d(0, 0, 0);
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	#top {
		border-bottom: 0;
	}

	#menu .item>a {
		top: 0;
		-webkit-transform: translate(0, 0) translate3d(0, 0, 0);
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	#menu #top-links-mobile a {
		display: inline-block;
		width: 70px;
		color: #8a8a8a;
	}

	#top-languages-mobile {
		font-size: 16px;
	}

	#homepage-seo-text>.container>.flex {
		display: block;
	}

	#homepage-seo-text #homepage-seo-subscribe {
		display: block;
		text-align: center;
	}

	#scroll-to-top {
		left: 30px;
	}

	#top-links {
		-webkit-align-items: center;
		align-items: center;
	}

	#logo-mobile {
		text-align: center;
	}

	#logo-mobile img {
		height: 50px;
	}

	#cart .inner {
		right: auto;
		left: 0;
	}

	#top-account-mobile {
		margin: 10px 0;
		margin: 2vh 0;
		color: #207ea9 !important;
		font-size: 17px;
		font-weight: 500;
	}

	#top-account-mobile svg {
		width: 30px;
		height: 30px;
		margin-right: 10px;
	}

	#bundles .bundle {
		display: block;
		position: relative;
	}

	#bundles .bundle .product {
		display: inline-block;
		float: right;
		width: 40%;
	}


	#bundles .bundle .product:first-child {
		float: left;
	}

	#bundles .bundle .plus {
		position: absolute;
		left: 50%;
		top: 35%;
	}

	#bundles .bundle>.price {
		clear: both;
		padding-left: 130px;
		padding-top: 30px;
	}

	#bundles .bundle>.price .btn {
		margin-bottom: 0;
		margin-top: 15px;
	}

	#bundles .bundle .equals {
		position: absolute;
		bottom: 65px;
		left: 60px;
	}

	#account_login #column-middle>.flex {
		display: block;
	}

	#account_login #column-middle .btn {
		display: inline-block;
	}

	#account_login .right {
		width: 100%;
	}

	body:not(.common-home) #search {
		display: none;
	}

	#search {
		top: 140px;
		width: 100%;
		max-width: 100%;
		text-align: center;
		z-index: 9;
	}

	#search,
	.slideshow-btn-down {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
	}

	#search input {
		width: 50vw;
		max-width: 90%;
		border-bottom: 1px solid #f38e44;
		color: #f38e44;
	}

	body.vertical #search svg {
		width: 30px;
		height: 30px;
	}

	#search svg path {
		fill: #f38e44;
	}

	.slideshow-wrapper {
		position: relative;
	}

	body.horizontal .slideshow-wrapper .item {
		padding: 15% 0;
	}

	.slideshow-btn-down {
		bottom: 10%;
		display: inline-block;
		padding: 5px;
		border: 3px solid #f38e44;
		font-size: 20px;
		color: #f38e44;
		-webkit-border-radius: 100%;
		-moz-border-radius: 100%;
		border-radius: 100%;
		z-index: 9;
	}

	#menu .item {
		position: relative;
	}

	#menu .item .list {
		width: 100%;
		padding: 0;
		background: #f9f9f9;
	}

	#menu .item .list a {
		margin-bottom: 5px;
	}

	#blog_blog_category #articles .article {
		width: 48%;
	}
}

@media (max-width: 767px) {

	#product_special:not(.list) .product {
		width: 48.5%;
	}

	#product_special:not(.list) .product,
	#product_special:not(.list) .product:nth-child(3n+3) {
		margin-right: 3%;
	}

	#product_special:not(.list) .product:nth-child(2n+2) {
		margin-right: 0;
	}

	#product_category:not(.list) .product {
		width: 48.5%;
	}

	#information_contact form,
	#information_contact .contact-info {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
		padding: 0;
	}

	#information_contact form textarea,
	#information_contact form input {
		margin-bottom: 15px;
	}

	#information_contact form textarea {
		height: 150px;
		height: 20vw;
	}

	#information_contact #map {
		height: 40vw;
		min-height: 150px;
	}

	#account_register #user-info>fieldset {
		width: 100%;
	}

	footer .address,
	#information_information #addtext,
	#information_information #addtext + #description {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}

	footer form>.flex>* {
		margin-bottom: 15px;
	}

	footer form>.flex>*:last-child {
		margin-bottom: 0;
	}

	#custom_filter .apply {
		left: 80%;
	}

	#product_product {
		padding: 10px 0 30px;
	}

	#product_product .tabs>.tab {
		padding: 15px 30px;
	}

	#product_product #column-right {
		margin-top: 30px;
		padding: 20px 25px;
	}

	#product_product .tabs {
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		margin-top: 25px;
	}
	#product_product .tab-toggles {
		-webkit-border-radius: 10px 10px 0 0;
		-moz-border-radius: 10px 10px 0 0;
		border-radius: 10px 10px 0 0;
	}

	#product_product .tab-toggles {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px 10px 0px 10px;
		-webkit-justify-content: space-around;
		-moz-justify-content: space-around;
		justify-content: space-around;
	}

	#product_product .tab-toggles>div {
		margin: 0px 0px 10px 0;
	}

	#product-buttons {
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	#product-buttons button {
		width: -webkit-max-content;
		width: -moz-max-content;
		width: max-content;
		margin: 5px 0;
	}

	#information_information #addtext {
		margin-bottom: 30px;
	}

	#information_information h1 {
		margin-bottom: 25px;
	}

	#information_information #addtext + #description {
		padding: 0 5px;
	}

	#checkout_cart form table .model,
	#scroll-to-top {
		display: none;
	}

	#homepage-specials-carousel .owl-carousel.container,
	#testimonials-latest .owl-carousel.container,
	#blog-latest>.container{
		padding: 0;
	}

	body.vertical .slideshow-wrapper .item {
		height: 100vh;
		max-height: 100vh;
		padding: 0;
	}

	body.vertical .slideshow-wrapper .item .title p {
		position: absolute;
		top: 15%;
		left: 0;
		width: 100%;
		text-align: center;
		font-size: 26px;
		font-size: 6.75vw;
		line-height: 30px;
		line-height: 8vw;
		font-weight: 100;
	}

	body.vertical .slideshow-wrapper .item .title .btn {
		position: absolute;
		bottom: 25%;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	body.vertical .slideshow-wrapper .item .image {
		position: absolute;
		top: 30%;
		left: 10%;
		width: 80%;
		height: 40%;
	}

	body.vertical .slideshow-wrapper .owl-pagination {
		top: -20vh;
	}

	#homepage-categories-block .category {
		width: 48%;
	}

	#homepage-categories-block .category:first-child,
	#homepage-categories-block .category:nth-child(2) {
		margin-bottom: 2%;
	}

	#homepage-categories-block {
		padding-top: 1px;
	}


	#homepage-seo-text .h4 {
		margin-top: 25px;
		margin-bottom: 0px;
	}

	footer>.container>.flex>.flex:first-child {
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	footer #informations {
		-webkit-box-ordinal-group: 2;
		-moz-box-ordinal-group: 2;
		-ms-flex-order: 2;
		-webkit-order: 2;
		order: 2;
		margin-top: 20px;
	}

	footer .socials>a {
		margin-right: 10px;
	}

	#homepage-specials-carousel .h2,
	#blog-latest .h2,
	#testimonials-latest .h2 {
		position: static;
	}

	#homepage-specials-carousel .h2,
	#testimonials-latest .h2 {
		margin-bottom: 0;
	}


	#homepage-specials-carousel,
	#blog-latest,
	#testimonials-latest {
		position: relative;
	}

	#homepage-specials-carousel .read-more-btn,
	#blog-latest .read-more-btn,
	#testimonials-latest .read-more-btn {
		top: auto;
		bottom: 25px;
		right: 50%;
		-webkit-transform: translateX(50%);
		-moz-transform: translateX(50%);
		-ms-transform: translateX(50%);
		-o-transform: translateX(50%);
		transform: translateX(50%);
		padding: 3px 45px 4px;
	}

	#homepage-specials-carousel,
	#blog-latest {
		padding-bottom: 60px;
	}

	#bundles .bundle .product:first-child,
	#bundles .bundle .product {
		display: block;
		float: none;
		width: 90%;
	}

	#bundles .bundle .product {
		margin: 10px auto;
	}

	#bundles .bundle .product:first-child {
		margin-bottom: 100px;
	}

	#bundles .bundle .plus {
		top: 42.25%;
		z-index: 9;
	}

	#blog_blog_category #articles {
		display: block;
	}

	#blog_blog_category #articles .article {
		width: 100%;
		margin: 0 0 30px 0;
	}
}

@media (max-width: 767px) and (min-width: 551px) {
	footer form>.flex {
		display: block;
	}

	footer form>.flex>* {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}

	footer .flex-jc-end {
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
	}

	footer .powered {
		margin-top: 20px;
	}
}

@media (max-width: 550px) {

	#product_category #column-middle .filters {
		position: relative;
		padding: 5px 15px;
	}

	#product_category #column-middle .filters>div:first-child,
	footer>.container>.flex>.flex-1,
	footer form {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}

	#product_category #column-middle .filters>div:first-child {
		margin-bottom: 10px;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		justify-content: flex-start;
	}

	#product_category #column-middle .filters>div:last-child {
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	footer .address {
		min-width: 50%;
		max-width: 50%;
		width: 50%;
	}

	footer>.container>.flex>.flex-1:first-child {
		border: 0;
		margin-bottom: 15px;
	}

	footer .socials {
		text-align: right;
	}

	footer .powered {
		margin-top: 10px;
	}

	footer>.container>.flex>.flex-1 {
		padding: 0;
	}

	footer form input {
		margin-bottom: 15px;
	}

	#product_category #column-middle .filters #select-sort{
		left: 50%;
	}

	#product_category #column-middle .filters #select-limit {
		left: 120%;
	}

	#category_banner {
		margin: 10px 0 30px;
	}

	#product_product .tabs>.tab {
		padding: 15px;
	}

	#product_product #images {
		width: 100%;
	}

	#product_product #images #additional-images-wrapper {
		margin-top: 15px;
	}

	#product-buttons {
		-webkit-box-orient: horizontal;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	#tab-review .review {
		padding: 5px 20px 20px;
		margin: 15px 0;
	}

	#checkout_cart form table .price {
		display: none;
	}

	#checkout_cart form .refresh,
	#checkout_cart form .remove {
		padding: 5px;
	}

	footer>.container>.flex {
		-webkit-box-orient: vertical;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	footer form button[type="submit"] {
		margin-right: 10%;
	}

	input[type="email"] + .flex>* {
		display: inline-block;
		min-width: max-content;
		max-width: max-content;
		width: max-content;
	}

	footer .socials {
		max-width: 100%;
		text-align: left;
	}

	footer .socials>a svg {
		display: block;
		position: static;
		height: 40px;
		width: 40px;
	}

	footer form {
		border-top: 1px solid #d0d0d0;
		padding-top: 30px;
		margin-top: 20px;
	}

	footer {
		padding: 30px 0;
	}

	#product_category.list .product .description {
		padding-top: 40px;
	}
}

@media (max-width: 479px) {
	#blog-latest .owl-item,
	#homepage-specials-carousel .owl-item,
	#testimonials-latest .owl-item,
	#product-materials .owl-item,
	#product-spares .owl-item,
	#product-related .owl-item {
		-webkit-transform: translateX(22%) scale(.75);
		-moz-transform: translateX(22%) scale(.75);
		-ms-transform: translateX(22%) scale(.75);
		-o-transform: translateX(22%) scale(.75);
		transform: translateX(22%) scale(.75);
		-webkit-transition: -webkit-transform 0s;
		-moz-transition: -moz-transform 0s;
		transition: transform 0s;
	}

	#blog-latest .owl-item.active,
	#homepage-specials-carousel .owl-item.active,
	#testimonials-latest .owl-item.active,
	#product-materials .owl-item.active,
	#product-spares .owl-item.active,
	#product-related .owl-item.active {
		-webkit-transform: scale(.9);
		-moz-transform: scale(.9);
		-ms-transform: scale(.9);
		-o-transform: scale(.9);
		transform: scale(.9);
	}

	#blog-latest .owl-item.active + .owl-item,
	#homepage-specials-carousel .owl-item.active + .owl-item,
	#testimonials-latest .owl-item.active + .owl-item,
	#product-materials .owl-item.active + .owl-item,
	#product-spares .owl-item.active + .owl-item,
	#product-related .owl-item.active + .owl-item {
		-webkit-transform: translateX(-22%) scale(.75);
		-moz-transform: translateX(-22%) scale(.75);
		-ms-transform: translateX(-22%) scale(.75);
		-o-transform: translateX(-22%) scale(.75);
		transform: translateX(-22%) scale(.75);
	}

	#homepage-specials-carousel .owl-controls,
	#blog-latest .owl-controls,
	#testimonials-latest .owl-controls,
	#product-materials .owl-controls,
	#product-spares .owl-controls,
	#product-related .owl-controls {
		display: none !important;
	}

	footer #informations,
	footer .address {
		min-width: 100%;
		max-width: 100%;
		width: 100%;
	}

	#homepage-categories-block .category .image {
		height: 45vw;
	}

	#product_product #bundles .owl-carousel .owl-buttons div i {
		margin: 0;
	}
}

@media (max-width: 430px) {
	#information_contact .contact-info .open {
		width: 100%;
		text-align: left;
	}

	#information_contact,
	#common_success {
		padding: 20px 0;
	}

	#product_category:not(.list) .product {
		width: 100%;
	}

	#product_category .category-description {
		padding: 5px 20px;
	}

	#custom_filter .apply {
		left: 75%;
	}

	#information_information #addtext {
		padding: 10px 25px;
		margin-bottom: 15px;
	}

	#information_information {
		padding: 15px 0 30px;
	}

	#checkout_cart form table thead {
		display: none;
	}

	#checkout_cart form table .image img {
		width: 50px;
	}

}

@media (max-width: 400px) {
	#product_special .product,
	#product_special:not(.list) .product {
		width: 100%;
	}

	#product_special .product {
		margin-right: 0 !important;
	}

	#account_login .btn-facebook {
		margin-bottom: 10px;
	}
}

@media (max-width: 370px) {
	#product_category #column-middle .filters>div:last-child {
		top: auto;
		bottom: 5px;
		-webkit-transform: translate(0, 0) translate3d(0, 0, 0);
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
	}

	footer .socials {
		text-align: left;
	}

	#homepage-categories-block .category .description {
		min-height: 60px;
	}

	#cart .inner {
		width: 260px;
	}
	footer form>.flex {
		display: block;
	}
}

@media (max-width: 330px) {

	#homepage-seo-subscribe .btn {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 12px;
	}
}

.socials{
	display:none;
}
.simplecheckout-cart{
	width:100%
}
.simplecheckout-cart td{
	text-align:center;
}
.checkout-simplecheckout{
	    background: #f7f7f7;
}
form textarea, form input, form select, #simplecheckout_form_0 input, #simplecheckout_form_0 select, #simplecheckout_form_0 textarea {
    padding: 5px 5px;
    background: #eee;
    border: 1px solid #d0d0d0;
    outline: none;
    font-family: 'Ubuntu', sans-serif;
}
.simplecheckout-left-column input{
	width:97%;
}
 #simplecheckout_form_0 textarea{
	width:97%;
 }
.form-horizontal fieldset{
	width:95%;
}
#simplecheckout_cart input{
	width: 9px;
}

.simplecheckout-cart .quantity .btn .btn-primary{
	    background: #207ea9;
}
 .simplecheckout-cart .quantity .btn-blue {
    color: #fffefe;
    font-weight: bold;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
        padding: 9px 20px;
	    border: none;
}
 .simplecheckout-cart .quantity .btn-red {
    color: #fffefe;
    font-weight: bold;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
        padding: 9px 20px;
	    border: none;
}
#simplecheckout_cart input {
    width: 17px;
}
#simplecheckout_cart .name{
	text-align:left;
}
#simplecheckout_cart .total{
	font-weight:700;
	font-size:20px;
}

.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d";
}
.simplecheckout-error-text{
	color:red;
}

/* NEW STYLES (alexkors) */

.simplecheckout .row-customer_register .radio input[type=radio] {
  margin-left: -30px;
}

#simplecheckout_shipping .radio,
#simplecheckout_payment .radio {
  margin-bottom: 5px;
}

#simplecheckout_shipping .form-group,
#simplecheckout_payment .form-group {
  margin-top: -5px;
}

#simplecheckout_shipping .radio label,
#simplecheckout_payment .radio label {
  font-weight: 700;
}

#simplecheckout_shipping .form-group label,
#simplecheckout_payment .form-group label {
  font-weight: 300;
  padding-left: 22px;
}
#simplecheckout_form_0{
	padding: 0px 0px !important;
}
pre{
	display:none;
}

.collapse-value button{
	color: #000;
}
.panel-heading{
	font-weight: 700!important;
}