

@charset "UTF-8";
.no-margin {
	margin: 0 !important
}

.lib-list-item-product2 {
	border: none
}

.lib-list-item-product2 .image-dev .list-button-dev {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	transform: translate3d(-50%, -50%, 0);
	-moz-transform: translate3d(-50%, -50%, 0);
	-webkit-transform: translate3d(-50%, -50%, 0);
	-ms-transform: translate3d(-50%, -50%, 0)
}

.lib-list-item-product2 .image-dev .list-button-dev li {
	display: inline-block;
	float: left;
	height: 40px;
	width: 40px;
	background: #fff;
	position: relative;
	border-width: 0 1px 0 0;
	border-style: solid;
	border-color: #ddd;
	opacity: 0;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(1) {
	transform: translateX(40px);
	-moz-transform: translateX(40px);
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	z-index: 1;
	transition-delay: 0s
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(2) {
	transition-delay: 0.2s;
	z-index: 2
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(3) {
	transition-delay: 0.2s;
	z-index: 2
}

.lib-list-item-product2 .image-dev .list-button-dev li:nth-child(4) {
	transform: translateX(-40px);
	-moz-transform: translateX(-40px);
	-webkit-transform: translateX(-40px);
	-ms-transform: translateX(-40px);
	z-index: 1;
	transition-delay: 0s
}

.lib-list-item-product2 .image-dev .list-button-dev li:first-child {
	border-left: 1px solid #ddd
}

.lib-list-item-product2 .image-dev .list-button-dev li a,
.lib-list-item-product2 .image-dev .list-button-dev li button {
	background: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	line-height: 40px;
	text-align: center;
	box-shadow: none;
	border: none;
	color: #555;
	width: 40px;
	padding: 0
}

.lib-list-item-product2 .image-dev .list-button-dev li:hover {
	background: #79b8ca
}

.lib-list-item-product2 .image-dev .list-button-dev li:hover a,
.lib-list-item-product2 .image-dev .list-button-dev li:hover button {
	color: #fff
}

.lib-list-item-product2 .caption-dev {
	text-align: center;
	padding: 0 15px
}

.lib-list-item-product2 .caption-dev .rating-dev {
	margin: 5px 0
}

.lib-list-item-product2 .caption-dev .rating-dev .fa-stack-2x {
	font-size: 11px
}

.lib-list-item-product2 .caption-dev .title-dev {
	color: #444;
	font-size: 13px
}

.lib-list-item-product2 .caption-dev .price-dev .price.product-price {
	font-size: 16px
}

.lib-list-item-product2 .caption-dev .price-dev .price-new {
	font-size: 16px
}

.lib-list-item-product2 .caption-dev .price-dev .price-old {
	font-size: 12px
}

.lib-list-item-product2 .caption-dev .add-cart-dev {
	background: #fff;
	border: 1px solid #ddd;
	font-size: 12px;
	text-transform: uppercase;
	color: #999;
	font-weight: bold;
	box-shadow: none;
	border-radius: 0;
	padding: 6px 20px;
	margin: 0 0 30px;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out
}

.lib-list-item-product-over2 .image-dev .list-button-dev li {
	opacity: 1;
	transition: transform 0.2s ease-in-out, opacity 0.2s ease-in-out
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(1) {
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transition-delay: 0.2s
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(2) {
	transition-delay: 0s
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(3) {
	transition-delay: 0s
}

.lib-list-item-product-over2 .image-dev .list-button-dev li:nth-child(4) {
	transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transition-delay: 0.2s
}

.lib-two-img {
	position: relative;
	display: block
}

.lib-two-img .img-1 {
	opacity: 1;
	position: relative;
	transition: all 0.5s ease-in-out
}

.lib-two-img .img-2 {
	position: absolute;
	z-index: 0;
	top: 0;
	opacity: 0;
	display: block;
	transition: all 0.5s ease-in-out;
	left: 50%;
	transform: translateX(-50%)
}

.lib-two-img-over .img-1 {
	opacity: 0;
	transform-style: inherit;
	transition: all 0.5s ease-in-out
}

.lib-two-img-over .img-2 {
	opacity: 1;
	transform-style: inherit;
	transition: all 0.5s ease-in-out
}

@keyframes myeffect-slideshow {
	0% {
		opacity: 0;
		transform: translateY(-300px);
		-webkit-transform: translateY(-300px);
		-moz-transform: translateY(-300px);
		-ms-transform: translateY(-300px);
		-o-transform: translateY(-300px)
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0)
	}
}

@-webkit-keyframes myeffect-slideshow {
	0% {
		opacity: 0;
		transform: translateY(-300px);
		-webkit-transform: translateY(-300px);
		-moz-transform: translateY(-300px);
		-ms-transform: translateY(-300px);
		-o-transform: translateY(-300px)
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0)
	}
}

@-moz-keyframes myeffect-slideshow {
	0% {
		opacity: 0;
		transform: translateY(-300px);
		-webkit-transform: translateY(-300px);
		-moz-transform: translateY(-300px);
		-ms-transform: translateY(-300px);
		-o-transform: translateY(-300px)
	}
	100% {
		opacity: 1;
		transform: translateY(0);
		-moz-transform: translateY(0);
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0)
	}
}

.typefooter-1 {
	background: url(../../images/bg_f1.jpg) no-repeat center;
	color: #fff;
}

.typefooter-1 .so-page-builder .container {
	overflow: visible
}

.typefooter-1 .section-style-f2 {
	background: rgba(68, 68, 68, .6)
}

.typefooter-1 .section-style-f1 {
	background: #ddd
}

.typefooter-1 .module .modtitle {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 19px;
	margin-bottom: 9px;
	text-align: left;
	border: none
}

.typefooter-1 .module .modtitle:before {
	content: "";
	background: #ef4628;
	width: 42px;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 0
}

.typefooter-1 .box-service.store-block {
	background: rgba(121, 184, 202, 0);
	padding: 0 32px;
	padding-top: 40px;
	padding-right: 15px
}

.typefooter-1 .box-service.store-block ul li:nth-child(3) .store-icon {
	font-size: 13px
}

.typefooter-1 .box-service.store-block .block-footer-content {
	padding-bottom: 17px
}

.typefooter-1 .box-service.store-block .payment {
	padding-bottom: 18px
}

.typefooter-1 .box-service.store-block .module .modtitle {
	margin-bottom: 13px
}

.typefooter-1 .box-service {
	padding-top: 40px
}

.typefooter-1 .block-footer-content ul li a {
	display: table;
	padding: 2px 0;
	color: #fff;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.typefooter-1 .block-footer-content ul li a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	margin-right: 7px;
	width: 0px;
	height: 0px;
	border-bottom: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid #fff
}

.typefooter-1 .block-footer-content ul li a:hover {
		/* color: #79b8ca */
	color: #ef4628;
	padding-left: 7px
}

.typefooter-1 .block-footer-content ul li a:hover:before {
	border-left: 5px solid #ef4628
}

.typefooter-1 .store-block ul li {
	margin-bottom: 5px;
	clear: both
}

.typefooter-1 .store-block ul li .store-info {
	margin-left: 29px
}

.typefooter-1 .store-block ul li .store-icon {
	font-size: 16px;
	float: left;
	color: #fff
}

.typefooter-1 .store-block ul li:hover .store-icon {
	color: #ef4628
}

.typefooter-1 .footer-top {
	padding: 24px 0;
	color: #444
}

.typefooter-1 .newsletter-footer1 .newsletter .title-block {
	float: left
}

.typefooter-1 .newsletter-footer1 .newsletter .title-block .page-heading {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #444
}

.typefooter-1 .newsletter-footer1 .newsletter .title-block .promotext {
	font-size: 14px;
	font-weight: 400;
	color: #444
}

.typefooter-1 .newsletter-footer1 .newsletter .block_content {
	float: right;
	width: 560px
}

.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup {
	display: block;
	margin: 0
}

.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .form-group {
	position: relative
}

.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .form-group:before {
	color: #ef4628;
	content: '\f0e0';
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	font-stretch: normal;
	font-size-adjust: none;
	line-height: 1;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 16px;
	left: 23px
}

.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .form-group .input-box {
	background-color: #fff;
	vertical-align: top;
	border: 6px solid #ef4628;
	padding-right: 125px;
	border-radius: 0px
}

.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .form-group .subcribe {
	position: absolute;
	top: 0;
	right: 0
}

.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .form-group input.form-control {
	background: transparent;
	border: none;
	color: #999;
	font-weight: 300;
	padding: 0 10px 0 46px;
	width: 100%;
	height: 40px;
	border-radius: 23px;
	-moz-border-radius: 23px;
	-webkit-border-radius: 23px
}

.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .form-group input.form-control::-moz-placeholder {
	color: #999;
	opacity: 1
}

.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .form-group input.form-control:-ms-input-placeholder {
	color: #666
}

.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .form-group input.form-control::-webkit-input-placeholder {
	color: #666
}

.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .form-group input.form-control:focus {
	z-index: 0
}

.typefooter-1 .newsletter-footer1 .newsletter .block_content form.signup .subcribe button {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 124px;
	height: 40px;
	font-size: 12px;
	font-size: 1.2rem;
	border: none;
	text-align: center;
	font-weight: 600;
	line-height: 44px;
	padding: 0px 20px;
	background: #444;
	padding-right: 26px;
	color: #fff;
	border-left: 6px solid #ef4628
}

.typefooter-1 .footer-payment,
.typefooter-1 .socials-w {
	padding-top: 20px
}

.typefooter-1 .footer-payment h2,
.typefooter-1 .socials-w h2 {
	font-size: 16px;
	display: block;
	margin-bottom: 23px;
	color: #fff;
	font-weight: 700
}

.typefooter-1 .footer-payment {
	text-align: right
}

.typefooter-1 .socials {
	display: inline-block;
	vertical-align: middle
}

.typefooter-1 .socials li {
	display: inline-block;
	vertical-align: middle
}

.typefooter-1 .socials li a {
	font-size: 16px;
	display: block;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #000;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	margin: 0 5px
}

.typefooter-1 .socials li a:hover {
	background: #ef4628
}

.typefooter-1 .socials li a span {
	display: none
}

.typefooter-1 .socials li:first-child a {
	margin-left: 0
}

.typefooter-1 .footer-bottom {
	padding: 20px 0;
	text-align: center;
	background: rgba(68, 68, 68, .6);
	color: #fff
}

