@import url(https://fonts.googleapis.com/css?family=PT+Sans);

body {
	width: 100%;
	height: 100%;
	background-color: #FAFAFA;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
}

.all0 {
	padding: 0 !important;
	margin: 0 !important;
}

#tot {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.6);
	z-index: 1001;
	display: none;
}

.center {
	margin: 0 auto !important;
}

.header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background-color: white;
	min-height: 5px;
	border-bottom: 2px solid lightgrey;
}

.ul-top {
	list-style: none;
	margin-top: 20px !important;
	margin-bottom: 25px !important;
}

.ul-top li {
	padding: 0px 20px 0px 20px;
	display: inline;
	font-size: 19px;
	position: relative;
}

.ul-top li.cart {
	background-color: #0B2161;
    padding-top: 35px;
    padding-bottom: 27px;
    padding-left: 25px;
    padding-right: 25px;
}

.ul-top li.cart a {
	color: white;
}

.ul-top li.cart a:hover {
	color: white;
}

.ul-top li i.fa-shopping-bag {
	font-size: 38px;
}

.ul-top li a {
    color: #0B0B3B;
    text-decoration: none;
    font-weight: bold;
}

.ul-top li a:hover {
	text-decoration: none;
	color: #0B610B;
}

.cart-products-no {
    position: absolute;
    background-color: #0B2161;
    color: white;
    height: 22px;
    width: 24px;
    margin-left: -31px;
    margin-top: 15px;
    font-size: 15px;
    text-align: center;
    border-radius: 10px;
}

.cart-box-top {
	position: absolute;
    right: 15px;
    top: 85px;
    width: 350px;
    min-width: 50px;
    background: #a2a2a2;
    padding: 10px;
    border-bottom: 3px solid #0B2161;
    z-index: 99;
    font-size: 15px;
}

.product-img-cart-top {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 auto;
}

.a-prod-top {
	font-size: 17px;
	color: white;
	font-style: italic;
}

.height-10 {
	height: 10px;
}

.height-5 {
	height: 5px;
}

.prod-quant-top {
	color: black;
	margin-right: 5px;
	font-size: 16px;
}

.prod-price-top {
	color: black;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 16px;
}

.prod-total-top {
	color: black;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 16px;
}

.a-delete-prod-top {
	color: #B40404;
	font-size: 19px;
}

.btn-cart {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border: 2px solid #0B2161;
	color: #0B2161;
	font-size: 15px;
	font-weight: bold;
	padding: 5px 8px 5px 8px;
	z-index: 0;
	border-radius: 3px;
}

.btn-cart:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #0B2161;
	color: white;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-cart:hover, .btn-cart:focus, .btn-cart:active {
	color: white;
}

.btn-cart:hover:before, .btn-cart:focus:before, .btn-cart:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn-cart i {
	margin-right: 10px;
	font-size: 15px !important;
}

.total-price-top {
	font-size: 16px;
	color: black;
	position: relative;
	top: 5px;
	margin-right: 5px;
}

.total-top {
	font-size: 16px;
	color: white;
	position: relative;
	top: 5px;
}

.logo img {
    position: relative;
    width: 160px;
    height: 40px;
    top: 25px;
}

.hide-class {
	display: none !important;
}

.hide_class {
	display: none !important;
}

.full-width {
	width: 100% !important;
}

.video {
	width: 100% !important;
	position: relative;
}

.motto {
	position: absolute;
    z-index: 9;
    top: 350px;    
    text-align: center;
    font-size: 42px;
    color: white;
    width: 85%;
    font-weight: bold;
    left: 50%;
    transform: translateX(-50%);
}

.section1 {
	width: 100%;
    height: 92%;
    background: url(../img/bg_top.jpg) top center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-size: 100% 1000px;
    background-position-y: -190px;
}

.hover-section1 {
	position: absolute;
    top: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    height: 92%;
}

.section2 {
	width: 100%;
    /*position: absolute;*/
    min-height: 150px;
    background-color: white;
    /*margin-top: -272px;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

.big-title {
	width: 100%;
    text-align: center;
    font-size: 32px;
    font-style: italic;
}

.big-title i {
	font-size: 35px;
	margin-right: 10px;
}

.about-us-text {
    margin-top: 25px;
    font-size: 17px;
    text-align: justify;
}

.ul-about-us {
	list-style: none;
}

.ul-about-us li {
	padding-left: 20px;
	padding-top: 6px;
	padding-bottom: 6px;
}

.ul-about-us i {
	font-size: 19px;
	color: #7fd3c4;
	margin-right: 8px;
}

.border {
    width: 100%;
    height: 30px;
    background: url('../img/border2.png') repeat-x;
    position: absolute;
    /*margin-top: -295px;*/
}

.btn-buy {
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 2px solid #7fd3c4;
    color: #7fd3c4;
    font-size: 20px;
    font-weight: bold;
    padding: 12px 20px 12px 20px;
    z-index: 0;
    border-radius: 3px;
    margin-top: 10px;
    background-color: #7fd3c4;
    color: white;
}

.btn-buy:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #7fd3c4;
	color: white;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-buy:hover, .btn-buy:focus, .btn-buy:active {
	color: white;
}

.btn-buy:hover:before, .btn-buy:focus:before, .btn-buy:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn-buy i {
	margin-right: 10px;
	font-size: 15px !important;
}

.contact-bottom {
	position: fixed;
	bottom: 0;
    right: 30px;
    padding: 25px;
    background-color: #1C1C1C;
    z-index: 99;
    font-size: 19px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    width: 230px;
}

.contact-bottom i {
	margin-right: 8px;
	font-size: 20px;
}

.contact-box-bottom {
	position: fixed;
	bottom: 0;
    right: 30px;
    width: 230px;
    background-color: #1C1C1C;
    z-index: 9;
    height: 130px;
    padding: 10px;
    padding-top: 5px;
    color: white;
}

.bottom30 {
	bottom: 130px;
}

.btn-facebook {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #2E9AFE;
    font-size: 24px;
    margin: 8px;
    color: white;
}

.btn-facebook:hover {
	background-color: #0174DF;
}

.btn-call {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #7fd3c4;
    font-size: 24px;
    margin: 8px;
}

.btn-call:hover {
	background-color: #088A08;
}

.btn-mail {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background-color: #FA5858;
    font-size: 24px;
    margin: 8px;
    color: white;
}

.btn-mail:hover {
	background-color: #FE2E2E;
}

.work-program {
	font-size: 15px;
	color: white;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 8px;
}

.program {
	position: relative;
	top: 2px;
	padding-left: 8px;
	padding-bottom: 3px;
}

.program i {
	margin-right: 8px;
}

/* CSS Sprites */
.b_logo, .b_partener-shopmania, .b_compara, .b_partener-compari, .b_partener-visaverified, 
.b_partener-mastercard, .b_partener-visa, .b_logo-digi, .b_logo-orange, .b_logo-vodafone, 
.b_logo-whatsapp
{ max-width: 100%; background-size: 100%; background-image: url('../img/png.png'); }
 
.b_logo { background-position: 0 0%; background-size: 100%; }
.b_partener-shopmania { background-position: 0 26.233766%; background-size: 166.964286%; }
.b_compara { background-position: 0 34.545455%; background-size: 212.5%; }
.b_partener-compari { background-position: 0 42.857143%; background-size: 212.5%; }
.b_partener-visaverified { background-position: 0 51.168831%; background-size: 306.557377%; }
.b_partener-mastercard { background-position: 0 59.480519%; background-size: 381.632653%; }
.b_partener-visa { background-position: 0 67.792208%; background-size: 381.632653%; }
.b_logo-digi { background-position: 0 75.906736%; background-size: 623.333333%; }
.b_logo-orange { background-position: 0 83.937824%; background-size: 623.333333%; }
.b_logo-vodafone { background-position: 0 91.968912%; background-size: 623.333333%; }
.b_logo-whatsapp { background-position: 0 100%; background-size: 623.333333%; }

.phone-no {
    padding-left: 8px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
}

.phone-no a {
	color: white;
}

.phone-no a:hover {
	text-decoration: none;
	color: #7fd3c4;
}

.phone-no img {
	width: 18px;
    height: 18px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.back-contact {
	font-size: 13px;
    padding-left: 8px;
    padding-top: 15px;
}

.back-contact a {
	color: white;
}

.back-contact i {
	margin-right: 8px;
	font-size: 14px;
}

.back-contact a:hover {
	text-decoration: none;
	color: #7fd3c4;
}

.section3 {
    background-color: #0B2161;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.title-section3 {
	width: 100%;
	text-align: center;
	font-size: 28px;
	color: white;
	font-weight: bold;
}

.img-find-us {
	width: 80%;
}

.section4 {
	width: 100%;
	width: 100%;
    min-height: 100px;
    padding-top: 20px;
    background-color: white;
}

.box-prod {
	width: 100%;
	min-height: 100px;
	padding: 10px;
}

.shadow img {
	width: 100%;
    height: 4%;
}

.big-image {
	width: 100%;
	height: 250px;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #E6E6E6;
}

.big-image img {
	max-width: 100%;
	max-height: 240px;
	margin: 0 auto;
}

.md3_style {
	margin: 0 !important;
	padding: 2px !important;
}

.img-slider {
	width: 77px;
	height: 77px;
	cursor: pointer;
}

.slider {
	padding: 5px;
	background-color: #E6E6E6;
}

.slider-colors {
	padding: 5px;
	background-color: #E6E6E6;
}

.a-slider {
	color: black;
    font-size: 20px;
    position: relative;
    top: 22px;
}

.product-title {
    width: 100%;
    border-bottom: 1px solid lightgrey;
    padding-bottom: 7px;
}

.product-title a {
	font-size: 19px;
}

.row-prod {
	padding-top: 5px;
    font-size: 15px;
}

.row-prod i {
    font-size: 16px;
    margin-right: 8px;
}

.price-bar {
	margin-top: 20px;
    padding: 15px;
    width: 100%;
    background-color: #0B2161;
    font-size: 25px;
    font-weight: bold;
    color: white;
}

.price-bar sup {
	position: relative;
	left: 3px;
}

.moneda {
	position: relative;
	left: 10px;
}

.btn-buy-sm {
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 2px solid #7fd3c4;
    color: #7fd3c4;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px 5px 15px;
    z-index: 0;
    border-radius: 3px;
    margin-left: 8px;
    position: relative;
    top: -5px;
}

.btn-buy-sm:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #7fd3c4;
	color: white;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-buy-sm:hover, .btn-buy-sm:focus, .btn-buy-sm:active {
	color: white;
}

.btn-buy-sm:hover:before, .btn-buy-sm:focus:before, .btn-buy-sm:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn-buy-sm i {
	margin-right: 10px;
	font-size: 15px !important;
}

.input-quantity {
    width: 40px;
    float: left;
    text-align: center;
}

.btn-whishlist {
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 2px solid #FA5858;
    color: #FA5858;
    font-size: 14px;
    font-weight: bold;
        padding: 7px 0px 5px 9px;
    z-index: 0;
    border-radius: 3px;
    margin-left: 8px;
    position: relative;
    top: -5px;
}

.btn-whishlist:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FA5858;
	color: white;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-whishlist:hover, .btn-whishlist:focus, .btn-whishlist:active {
	color: white;
}

.btn-whishlist:hover:before, .btn-whishlist:focus:before, .btn-whishlist:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn-whishlist i {
	margin-right: 10px;
	font-size: 15px !important;
}

.short-desc {
	margin-top: 10px;
	font-size: 14px;
	line-height: 20px;
}

.short-desc a {
	font-weight: bold;
}

.footer {
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #0B2161;
	color: #0B610B;
}

.footer-box {
	width: 100%;
}

.ul-footer {
	list-style: none;
}

.ul-footer li {
	padding: 3px 0px 3px 0px;
}

.ul-footer li a {
	color: #0B0B3B;
	text-decoration: none;
	font-size: 19px;
	font-weight: bold;
}

.ul-footer li i {
	margin-right: 10px;
	font-size: 18px;
}

.ul-footer li a:hover {
	color: #7fd3c4;
	text-decoration: none;
}

.input-newsletter {
    height: 42px !important;
    background-color: #0B0B3B;
    border: none !important;
    outline: none !important;
    border-radius: 2px !important;
    box-shadow: none !important;
    width: 85%;
}

.btn-newsletter {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border: 2px solid #7fd3c4;
	color: #7fd3c4;
	font-size: 17px;
	font-weight: bold;
	padding: 4px 0px 4px 0px;
	z-index: 0;
	width: 85%;
	border-radius: 3px;
}

.btn-newsletter:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #7fd3c4;
	color: white;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-newsletter:hover, .btn-newsletter:focus, .btn-newsletter:active {
	color: white;
}

.btn-newsletter:hover:before, .btn-newsletter:focus:before, .btn-newsletter:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn-newsletter i {
	margin-right: 10px;
	font-size: 15px !important;
}

.under-footer {
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: white;
    font-size: 16px;
    font-weight: bold;
}

.under-footer a {
	color: #7fd3c4;
	text-decoration: none;
}

.under-footer a:hover {
	color: #0B610B;
	text-decoration: none;
}

.header-phone {
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: white;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	box-shadow: 2px 2px 2px grey;
	background: none;
    background-color: rgba(0,0,0,.6);
    border: 0;
    text-align: center;
}

.logo-phone {
	max-width: 150px;
	max-height: 33px;
}

.btn-menu-phone {
	padding: 10px;
	border: none !important;
	background-color: #7fd3c4;
	font-size: 16px;
	color: white;
	position: relative;
	top: -5px;
}

.a-right {
	position:relative; left:-10px;
}

@media screen and (max-width: 650px) {
 	.section2 {
 		margin-top: 0px;
 		padding-left: 5px;
 		padding-right: 5px;
 		padding-top: 15px !important;
 		position: relative;
 	}

 	.big-title {
 		font-size: 25px;
 	}

 	.big-title i {
 		font-size: 27px;
 	}

 	.section1 {
	    margin-top: 140px;
	    height: inherit;
 	}

 	.section1 img {
 		max-width: 100%;
 		margin-top: -75px;
 	}

	.motto {
		position: relative;
    z-index: 9;
    margin-top: 100px;    
    text-align: center;
    font-size: 21px;
    color: white;
    width: 100%;
    font-weight: bold;
    transform: inherit;
    left: 0;
    top: 0;
	}

	.hover-section1 {
		position: absolute;
	    top: 0;
	    width: 100%;
	    background-color: rgba(0,0,0,0.1);
	    height: 100%;
	}

	.btn-buy {
		display: inline-block;
		border: 2px solid #7fd3c4;
		color: white;
		background-color: #7fd3c4;
		font-size: 17px;
		font-weight: bold;
		padding: 8px 12px 8px 12px;
		z-index: 0;
		border-radius: 3px;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.btn-buy i {
		margin-right: 10px;
		font-size: 15px !important;
	}

	.section3 {
		background-color: #0B2161;
	    padding-top: 10px;
	    padding-bottom: 10px;
	    width: 100%;
	    position: relative;
	    margin-top: 0;
	}

	.title-section3 {
		width: 100%;
		text-align: center;
		font-size: 25px;
		color: white;
		font-weight: bold;
	}

	.ul-about-us li {
		padding-left: 5px !important;
	}

	.img-find-us {
		margin-bottom: 5px;
	}

	.all0-phone {
		margin: 0 !important;
		padding: 0 !important;
	}

	.md3_style-phone {
		margin: 0 !important;
		padding: 2px !important;
	}

	.a-right {
		position:relative; left:0px;
	}

	.img-manuf {
		max-width: 100px;
	}

	.price {
		width: 100%;
		text-align: center;
	}

	.btn-whishlist {
		display: inline-block;
	    border: 2px solid #FA5858;
	    color: white;
	    background-color: #FA5858;
	    font-size: 14px;
	    font-weight: bold;
        padding: 9px 0px 5px 9px;
	    z-index: 0;
	    border-radius: 3px;
	    position: relative;
	    top: 0px;
	    left: 13px;
	}

	.btn-buy-sm {
		display: inline-block;
	    border: 2px solid #7fd3c4;
	    color: white;
	    background-color: #7fd3c4;
	    font-size: 14px;
	    font-weight: bold;
	    padding: 5px 15px 5px 15px;
	    z-index: 0;
	    border-radius: 3px;
	    position: relative;
	    top: 0px;
	    width: 105%;
	}

	.input-quantity {
		height: 33px !important;
	}

	.input-newsletter {
		width: 100%;
	}

	.btn-newsletter {
		display: inline-block;
		border: 2px solid #7fd3c4;
		color: white;
		background-color: #7fd3c4;
		font-size: 17px;
		font-weight: bold;
		padding: 4px 0px 4px 0px;
		z-index: 0;
		width: 100%;
		border-radius: 3px;
	}

	.under-footer {
		font-size: 14px;
	    line-height: 22px;
	    text-align: center;
	}
}

.contact-bottom-phone {
    position: fixed;
    background-color: #1C1C1C;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    padding: 15px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    border-radius: 50%;
}

.cloud-contact {
    width: 0;
    height: 0;
    /*border-right: 60px solid #58ACFA;*/
    position: fixed;
    bottom: 16px;
    right: 38px;
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    z-index: 98;
}

.cloud-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #58ACFA;
}

.pos1 {
    position: relative;
    top: -61px;
    left: -23px;
}

.pos2 {
    position: relative;
    top: -125px;
    left: -54px;
}

.pos3 {
    position: relative;
    top: -160px;
    left: -72px;
}

.cloud-rect {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #58ACFA;
	z-index: 98;
}

.circle-white1 {
    width: 52px;
    height: 43px;
    border-radius: 50%;
    border-top: 2px solid white;
    position: relative;
    left: 15px;
    top: 8px;
    transform: rotate(-7deg);
}

.circle-white2 {
    width: 45px;
    height: 51px;
    border-radius: 50%;
    border-left: 2px solid white;
    position: relative;
    left: 11px;
    top: 10px;
    transform: rotate(35deg);
}

.circle-white3 {
    width: 52px;
    height: 54px;
    border-radius: 50%;
    border-top: 2px solid white;
    position: relative;
    left: 11px;
    top: 14px;
    transform: rotate(-107deg);
}

.fb-circle {
    width: 40px;
    height: 40px;
    background-color: #58ACFA;
    color: white;
    border-radius: 50%;
    position: fixed;
    bottom: 117px;
    right: 11px;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
}

.phone-circle {
    width: 40px;
    height: 40px;
    background-color: #58ACFA;
    color: white;
    border-radius: 50%;
    position: fixed;
    bottom: 78px;
    right: 86px;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
}

.mail-circle {
    width: 40px;
    height: 40px;
    background-color: #58ACFA;
    color: white;
    border-radius: 50%;
    position: fixed;
    bottom: 6px;
    right: 118px;
    text-align: center;
    font-size: 20px;
    padding-top: 10px;
}

.cloud-bg {
	width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(13,82,255,0.2);
    z-index: 97;
    display: none;
}

.phones-div {
	width: 80%;
	padding: 15px;
	background-color: white;
	position: fixed;
	z-index: 99;
	margin-top: 120px;
	left: 50%;
	margin-left: -40%;
	border-radius: 5px;
}

.phones-title {
	width: 100%;
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 5px;
}

.border-bottom-green {
	width: 80px;
	height: 4px;
	background-color: #7fd3c4;
	margin: 0 auto;
	margin-bottom: 8px;
}

.phone-no-top {
    padding-left: 8px;
    padding-top: 5px;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.phone-no-top a {
	color: black;
}

.phone-no-top a:hover {
	text-decoration: none;
	color: #7fd3c4;
}

.phone-no-top img {
	width: 18px;
    height: 18px;
    margin-right: 12px;
    position: relative;
    top: -2px;
}

.a-close-phones {
	position: relative;
	top: -8px;
	left: 5px;
	color: grey;
	font-size: 16px;
}

.section5 {
	width: 100%;
    min-height: 100px;
    padding-top: 20px;
    position: relative;
    background-color: white;
} 

.contact-image {
	width: 100%;
	background: url(../img/contact_us.jpg) top center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-top: 45px;
	padding-bottom: 45px;
	margin-bottom: 20px;
}

.contact-us-title {
	width: 100%;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: white;
}

.google-map {
	margin-bottom: 15px;
}

.input-contact {
    height: 42px !important;
    border: 1px solid #E6E6E6 !important;
    color: #444;
    padding-right: 45px;
}

.textarea-contact {
	border: 1px solid #E6E6E6 !important;
	color: #444;
}

.btn-contact {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border: 2px solid #7fd3c4;
	color: #7fd3c4;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px 10px 20px;
	z-index: 0;
	border-radius: 3px;
	margin-top: 10px;
}

.btn-contact:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #7fd3c4;
	color: white;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-contact:hover, .btn-contact:focus, .btn-contact:active {
	color: white;
}

.btn-contact:hover:before, .btn-contact:focus:before, .btn-contact:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn-contact i {
	margin-right: 10px;
	font-size: 15px !important;
}

.ul-contact {
	list-style: none;
}

.ul-contact li {
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
	font-family: 'PT Sans', sans-serif;
	font-weight: bold;
}

.ul-contact li i {
	margin-right: 8px;
	color: grey;
	font-size: 15px;
}

.ul-contact li.title {
	font-size: 17px;
	font-weight: bold;
	color: grey;
	padding-top: 5px;
	padding-bottom: 5px;
}

.find-us {
	font-size: 17px;
	font-weight: bold;
	color: grey;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

@media screen and (min-width: 650px) {
	.md3_style-lg {
		margin: 0 !important;
		padding: 2px !important;
	}
}

.close-top a {
	color: white;
}

.close-top {
    position: absolute;
    right: 25px;
    top: 20px;
    font-size: 40px;
}

.modal-top {
    width: 100%;
    background-color: white;
    padding: 15px;
    border-radius: 3px;
    /*box-shadow: 0px 0px 15px #7fd3c4;*/
    box-shadow: 2px 2px 2px #7fd3c4;
    font-size: 20px;
}

.modal-title {
	width: 100%;
	text-align: center;
}

.modal-title i {
	color: grey;
	margin-right: 10px;
}

.bar-title {
    background-color: #7fd3c4;
    width: 100px;
    height: 3px;
    position: relative;
    top: 3px;
    margin: 0 auto;
}

.btn-login {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border: 2px solid #7fd3c4;
	color: #7fd3c4;
	font-size: 18px;
	font-weight: bold;
	padding: 5px 20px 5px 20px;
	z-index: 0;
	border-radius: 3px;
	margin-top: 10px;
}

.btn-login:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #7fd3c4;
	color: white;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-login:hover, .btn-login:focus, .btn-login:active {
	color: white;
}

.btn-login:hover:before, .btn-login:focus:before, .btn-login:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn-login i {
	margin-right: 10px;
	font-size: 15px !important;
}

.a-forgot-pass {
    font-size: 17px;
    position: relative;
    top: 15px;
}

.bar {
	width: 100%;
    height: 2px;
    background-color: grey;
}

.other-links {
	width: 100%;
	text-align: center;
}

.other-links a {
	font-size: 16px;
	line-height: 25px;
}

.other-links a:hover {
	text-decoration: none;
}

.padding10 {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}

.input-group input {
	height: 42px !important;
}

.height42 {
	height: 42px !important;
}

.full-content {
	width: 100%;
	height: 89%;
	overflow: auto;
	margin-top: 80px;
}

.b_or {
	position: 
	relative; top: -10px; 
	left: 3px;
}

@media screen and (max-width: 650px) {
	.full-content {
		width: 100%;
		height: 83%;
		overflow: auto;
		margin-top: 80px;
	}

	.b_or {
		position: 
		relative; top: -10px; 
		left: -4px;
	}
}

.full-content::-webkit-scrollbar {
	display: none;
}

.full-content::-moz-scrollbar {
	display: none;
}

.full-content::-scrollbar {
	display: none;
}

.phone-menu {
	margin-top: 0px;
}

.ul-phone-menu {
	list-style: none;
	position: relative;
	top: 15px;
	background-color: rgba(0,0,0,.3);
	text-align: left;
}

.ul-phone-menu li {
	margin-left: 15px;
	padding-top: 7px;
	padding-bottom: 7px;
	margin-right: 15px;
	border-bottom: 1px solid lightgrey;
}

.ul-phone-menu li.last {
	border-bottom: 0;
}

.ul-phone-menu li a {
    font-size: 18px;
    color: #0B0B3B;
    line-height: 17px;
    text-decoration: none;
    font-weight: bold;
}

.ul-phone-menu li i {
    color: #7fd3c4;
    font-size: 17px;
    margin-right: 10px;
    margin-left: 3px;
}

.cart-place {
	margin-top: 100px;
    width: 100%;
    padding: 15px;
    background-color: white;
    border-radius: 1px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 1px rgba(0,0,0,.1);
    padding-bottom: 0px;
}

.thead {
    font-size: 17px;
    text-align: center;
}

.thead div {
	border: 1px solid lightgrey;
    height: 35px;
    line-height: 30px;
}

.borderright0 {
	border-right: 0 !important;
}

.btn-delete-prod {
	width: 45px;
	height: 45px;
	border: none !important;
	background-color: #FA5858;
	color: white;
	font-size: 17px;
	box-shadow: none !important;
	outline: none !important;
	margin: 5px;
	border-radius: 2px !important;
}

.cart-product {
	width: 100%;
	padding: 5px;
	border-bottom: 1px solid lightgrey;
	background-color: #f9f9f9;
}

.img-cart {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 15px;
}

.cart-title {
	width: 100%;
	text-align: center;
}

.cart-title a {
	font-size: 16px;
}

.cart-title a:hover {
	text-decoration: none;
}

.cart-price {
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 5px;
}

.cart-price .moneda {
	margin-left: -5px;
}

.input-qty {
	text-align: center;
	height: 40px;
}

.qty-buttons {
	width: 100%;
	text-align: center;
}

.btn-qty {
	width: 40px;
	height: 40px;
	border: none !important;
	background-color: #0080FF;
	color: white;
	box-shadow: none !important;
	outline: none !important;
	border-radius: 2px !important;
}

.marginleft35 {
	margin-left: 35px;
}

.marginleft-35 {
	margin-left: -35px;
}

.qty-place {
	margin-top: 5px;
}

.cupon-text {
    width: 100%;
    text-align: center;
    font-size: 15px;
}

.btn-cupon {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border: 2px solid #7fd3c4;
	color: #7fd3c4;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 0px 6px 0px;
	z-index: 0;
	border-radius: 3px;
	width: 150px;
}

.btn-cupon:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #7fd3c4;
	color: white;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-cupon:hover, .btn-cupon:focus, .btn-cupon:active {
	color: white;
}

.btn-cupon:hover:before, .btn-cupon:focus:before, .btn-cupon:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn-cupon i {
	margin-right: 10px;
	font-size: 15px !important;
}

.input-cupon {
    width: 220px;
    float: left;
    margin-right: 5px;
    height: 40px;
}

.cupon-fields {
    margin: 10px auto;
    width: 67%;
}

.total-value {
    font-size: 16px;
    font-weight: bold;
}

.marginright {
	margin-right: 20px;
}

.btn-checkout {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border: 2px solid #FA5858;
	color: #FA5858;
	font-size: 17px;
	font-weight: bold;
	padding: 5px 15px 6px 15px;
	z-index: 0;
	border-radius: 3px;
	margin-top: 10px;
}

.btn-checkout:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FA5858;
	color: white;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-checkout:hover, .btn-checkout:focus, .btn-checkout:active {
	color: white;
}

.btn-checkout:hover:before, .btn-checkout:focus:before, .btn-checkout:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn-checkout i {
	margin-right: 10px;
	font-size: 15px !important;
}

.min-height {
	min-height: 70%;
}

.checkout-place {
	width: 100%;
	padding: 30px;
	background-color: white;
	border-radius: 3px;
	margin-bottom: 20px;
	padding-left: 50px;
}

.timeline {
	width: 100%;
	min-height: 50px;
	border-left: 5px solid grey;
	padding-bottom: 20px;
}

.timeline-title {
    font-size: 20px;
    margin-left: 60px;
    font-weight: bold;
}

.timeline-title i {
	margin-right: 10px;
	font-size: 22px;
	color: grey;
}

.ul-timeline {
	list-style: none;
}

.ul-timeline li {
	position: relative;
    left: -44px;
}

.circle-timeline {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: lightgrey;
    text-align: center;
    font-size: 20px;
    padding-top: 15px;
}

.step-title {
    width: 100%;
    padding: 8px;
    border: 1px solid lightgrey;
    font-size: 18px;
    padding-left: 25px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 2px 2px 2px #e4e4e4;
    margin-bottom: 15px;
}

.triangle-left {
	width: 0;
	height: 0;
	position: absolute;
	border-right: 20px solid lightgrey;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
    margin-left: -46px;
    margin-top: -2px;
}

.payment-box {
    width: 100%;
    padding: 15px;
    text-align: center;
    font-size: 40px;
    background-color: whitesmoke;
    margin-bottom: 5px;
}

.all-payment {
	padding: 5px;
	border: 1px solid lightgrey;
}

.payment-text {
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.payment-text-top {
	height: 80px;
}

.payment-text input {
	width: 18px;
	height: 18px;
}

.new-account-text {
	padding: 8px;
    border: 1px solid #FAFAFA;
    background-color: #FAFAFA;
    padding-left: 10px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #555;
}

.new-account-text i {
	font-size: 17px;
	color: grey;
	margin-right: 8px;
}

.checkbox-terms {
    width: 18px;
    height: 18px;
    margin-right: 8px !important;
    position: relative;
    top: 3px;
}

.box-sumar {
	width: 100%;
	padding: 15px;
	background-color: #CEECF5;
	border-radius: 3px;
	font-size: 16px;
	line-height: 25px;
	min-height: 160px;
}

.box-sumar span i {
	font-size: 15px;
	margin-right: 10px;
	color: #81BEF7;
}

.a-hide {
	font-size: 15px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}

.a-hide i {
	margin-right: 8px;
}

.btn-delete-prod:hover {
	background-color: #FE2E2E;
}

.btn-qty:hover {
	background-color: #0174DF;
}

@media screen and (max-width: 650px) {
	.img-cart {
		width: 60px;
		height: 60px;
	}
}

.btn-send-cart {
	width: 45px;
	height: 45px;
	border: none !important;
	background-color: #7fd3c4;
	color: white;
	font-size: 17px;
	box-shadow: none !important;
	outline: none !important;
	margin: 5px;
	border-radius: 2px !important;
	text-align: center;
}

.btn-send-cart:hover {
	background-color: #088A08;
}

.table-title {
	font-size: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
}

.table-title i {
	font-size: 22px;
	margin-right: 8px;
	color: grey;
}

.ul-top-prod {
	list-style: none;
}

.ul-top-prod li {
	display: inline;
	padding-right: 25px;
	font-size: 16px;
}

.ul-top-prod li a {
	font-weight: bold;
    color: #0B2161;
    font-size: 12px;
}

.ul-top-prod li a:hover {
	text-decoration:none;
	color: #7fd3c4;
}

.ul-top-prod li i {
	margin-right: 12px;
	font-size: 15px;
	color: lightgrey;
}

.bar-product {
	width: 100%;
	background-color: whitesmoke;
	padding-top: 8px;
	padding-bottom: 8px;
}

.img-sidebar {
    width: 80%;
    margin: 0 auto;
    height: 90px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid lightgrey;
    padding: 2px;
}

.img-sidebar img {
	width: 100%;
	height: 100%;
}

.arrow-sidebar {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: grey;
    cursor: pointer;
}

.slider-sidebar {
	width: 100%;
	min-height: 20px;
	background-color: whitesmoke;
	border-radius: 2px;
}

.product-title-view {
	width: 100%;
	padding-bottom: 5px;
}

.product-title-view a {
	font-size: 19px;
	color: #7fd3c4;
	text-decoration: none;
}

.product-title-view a:hover {
	text-decoration: none;
}

.ul-review-top {
	list-style: none;
	margin-top: 3px !important;
}

.ul-review-top li {
	display: inline;
	padding-right: 3px;
}

.ul-review-top li.last {
	padding-left: 5px;
}

.ul-specifications {
	list-style: none;
	margin-top: 15px !important;
}

.ul-specifications li {
	padding: 3px 0px 3px 0px;
}

.ul-specifications li i {
	margin-right: 7px;
}

.ul-specifications li.stock {
	background-color: whitesmoke;
}

.img-manuf-view {
	max-width: 100px;
}

.view-price {
	margin-top: 12px;
	width: 100%;
	padding: 12px;
	background-color: #0B2161;
}

.price-view {
	font-size: 24px;
	color: white;
	font-weight: bold;
}

.price-view sup {
	position: relative;
	left: 4px;
}

.view-moneda {
	margin-left: 12px;
}

.top0 {
	top: 0;
}

.free-text {
	font-size: 14px;
    margin-top: 10px;
    font-weight: bold;
}

.informations {
	margin-top: 20px;
}

.box-info {
	width: 95%;
	margin: 0 auto;
	background-color: white;
	padding: 5px;
	box-shadow: 1px 1px 1px grey;
	font-size: 15px;
	text-align: center;
	line-height: 20px;
	border: 1px solid lightgrey;
	border-radius: 2px;
	background-color: #CEECF5;
}

.box-info i {
	font-size: 22px !important;
	margin-bottom: 5px;
	color: grey;
}

.box-transport {
	background-color: #81F781;
	height: 78px;
}

.box-transport i {
	color: white;
}

.widthmore100 {
    width: 106% !important;
}

@media screen and (max-width: 650px) {
	.widthmore100 {
		width: 120% !important;
	}
}

.product-text {
	width: 100%;
	padding-left: 3px;
}

.opinion-box {
	width: 100%;
	border: 1px solid lightgrey;
	padding: 15px;
	box-shadow: 2px 2px 2px lightgrey;
	margin-bottom: 12px;
	border-radius: 4px;
}

.div-img-opinion {
    width: 70px;
    height: 70px;
    border: 1px solid lightgrey;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
    background-color: #E6E6E6;
}

.user-title-opinion {
	font-size: 16px;
}

.user-title-opinion span {
    font-size: 12px;
    margin-left: 12px;
    position: relative;
    top: -1px;
}

.a-add-opinion {
	text-decoration: none;
}

.a-add-opinion:hover {
	text-decoration: none;
}

.a-add-opinion i {
	margin-right: 8px;
}

.ul-add-opinion {
	list-style: none;
}

.ul-add-opinion li {
	padding-left: 5px;
}

.ul-add-opinion li input {
	margin-right: 5px;
}

.yellow {
	color: #FFFF00 !important; 
}

.yellow1 {
	color: #FFBF00 !important;
}

.ul-add-opinion li span {
	font-size: 14px;
	margin-left: 10px;
}

.no-products-top {
	color: white;
}

.no-cart-products {
    padding-top: 20px;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}

.invalid {
	border: 1px solid red !important;
}

@media screen and (max-width: 650px) {
	.input-cupon {
		width: 160px;
	    float: left;
	}

	.btn-cupon {
		width: 115px !important;
	    float: left;
	}

	.cupon-fields {
		width: 100%;
	}

	.marginright {
		margin: 2px;
	}

	.checkout-place {
		padding: 5px;
		padding-top: 10px;
		padding-left: 25px;
	}

	.ul-timeline li {
		width: 115%;
	}
}

.no-opinions {
    width: 100%;
    padding: 15px;
    border-bottom: 1px solid #E6E6E6;
    border-radius: 2px;
    background-color: whitesmoke;
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    color: grey;
}

.no-opinions i {
	font-size: 17px;
	margin-right: 10px;
}

.align-justify {
	text-align: justify;
}

@media screen and (max-width: 650px) {
	.youtube-img {
	    transform: scale(0.7);
	    margin-left: -120px;
	    position: relative;
	    left: 42px;
	}

	.centered {
		margin: 0 auto;
	}

	.textcenter {
		text-align: center;
	}
}

.no-wishlist {    
	width: 100%;
    text-align: center;
    font-size: 16px;
    color: grey;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-bottom: 15px;
}

.hrcolor {
	border-color: grey;
}

.bhr {
    font-size: 18px;
    position: relative;
    top: 4px;
}

.btn-red {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	background: transparent;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	border: 2px solid #FE2E2E;
	color: #FE2E2E;
	font-size: 20px;
	font-weight: bold;
	padding: 12px 20px 12px 20px;
	z-index: 0;
	border-radius: 3px;
	margin-top: 10px;
}

.btn-red:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #FE2E2E;
	color: white;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn-red:hover, .btn-red:focus, .btn-red:active {
	color: white;
}

.btn-red:hover:before, .btn-red:focus:before, .btn-red:active:before {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.btn-red i {
	margin-right: 10px;
	font-size: 15px !important;
}

.orders-table {
	width: 100%;
    overflow: auto;
}

.orders-table::-webkit-scrollbar {
	display: none;
}

.orders-table::-moz-scrollbar {
	display: none;
}

.orders-table::-scrollbar {
	display: none;
}

.phone-signs {
    position: relative;
    left: 12px;
    font-size: 15px;
    top: 4px;
}

.btn-approve {
	width: 45px;
	height: 45px;
	border: none !important;
	background-color: #08298A;
	color: white;
	font-size: 17px;
	box-shadow: none !important;
	outline: none !important;
	margin: 5px;
	border-radius: 2px !important;
	text-align: center;
}

.ul-modal-top {
	list-style: none;
}

.ul-modal-top li {
	font-size: 15px;
	padding-bottom: 8px;
	font-weight: bold;
}

.ul-modal-top li span {
	font-size: 16px;
	font-weight: normal;
}

.ul-modal-top li i {
	font-size: 14px;
	color: grey;
	margin-right: 8px;
}

.a-color {
	color: #337ab7 !important;
	text-decoration: none;
}

.a-color i {
	color: #337ab7 !important;
	font-size: 15px;
}

.a-color:hover {
	color: black;
	text-decoration: none;
}

.strike-price {
    float: left;
    margin-right: 15px;
    font-size: 17px !important;
    color: red;
    position: relative;
    top: 8px;
}
.custom-alert {
	margin: 8px;
	width: auto;
	padding: 7px;
	border: 1px solid #B40404;
	color: #B40404;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	border-radius: 3px;
	margin-bottom: 12px;
}
.custom-alert i {
	margin-right: 7px;
}
.cookie-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0,0,0,.8);
    width: 100%;
    padding: 15px;
    color: white;
    font-size: 15px;
    font-weight: bold;
}
.container-center {
	margin: 0 auto !important;
}
.btn-accept-cookies {
	padding: 9px;
    width: 130px;
    margin-left: 50px;
    margin-right: 30px;
    background-color: yellow;
    border: 0;
    color: grey;
    border-radius: 3px;
}
.btn-accept-cookies:hover {
	background-color: #DF7401;
	color: white;
}
.a-more-details {
    text-decoration: none;
    color: white;
    padding-bottom: 4px;
    font-size: 14px;
}
.a-more-details:hover {
	text-decoration: none;
	color: lightgrey;
}
.text-right {
	text-align: right;
}
.cart-info {
    padding: 5px;
    background-color: #FAFAFA;
}
.cart-info-title {
	font-size: 14px;
    font-weight: bold;
    color: grey;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EFEFEF;
}
.cart-info-title span input {
    margin-right: 7px;
}
.cart-sub-title {
    font-size: 14px;
    margin-bottom: 5px;
    font-weight: 500;
    color: black;
}
.ul-each-check {
	list-style: none;
}
.ul-each-check li {
	padding-top: 2px;
    padding-bottom: 2px;
    color: black;
    left: 0;
}
.ul-each-check li input {
    margin-right: 7px;
}
.hr-line {
    width: 100%;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #EFEFEF;
}
.checks-error {
	width: 100%;
    background-color: white;
    padding: 10px;
    margin-top: 15px;
    border: 1px solid #FA5858;
    color: #FA5858;
    font-size: 14px;
}
.checks-error i {
    font-size: 18px;
    margin-right: 10px;
}

.language-img-top {
    width: 25px;
}

.language-flag {
	width: 20px;
    margin-right: 12px;
    position: relative;
    top: -2px;
}

.dropdown-menu-edited {
	padding: 0;
    margin-top: 12px;
}

.ul-top li.dropdown ul li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #FAFAFA;
    width: 100%;
    font-size: 18px;
}

.language-flag-phone {
    width: 20px;
    margin-right: 10px;
    position: relative;
    top: -3px;
}

.ul-phone-menu li span {
    margin-right: 25px;
    font-size: 18px;
    color: #0B0B3B;
    position: relative;
    left: 5px;
    font-weight: bold;
}

.section-over {
    position: absolute;
    width: 100%;
    top: 20px;
    height: 96%;
    background-color: rgba(0,0,0,.1);
}

.contact-form-bg {
    padding: 10px;
    /* background-color: rgba(0,0,0,.1); */
    position: relative;
    z-index: 9;
    box-shadow: 0px 2px 1px rgba(0,0,0,.2);
    margin-top: 60px;
    background-color: white;
    border-radius: 2px;
}

.btn-contact {
	background-color: white;
}

.box-contact {
    width: 100%;
    background-color: white;
    padding: 10px;
    box-shadow: 0px 2px 1px rgba(0,0,0,.2);
    margin-top: 60px;
    font-size: 13px;
    border-radius: 2px;
}

.ul-contact li.title {
    text-align: center;
    padding-bottom: 12px;
    color: #7fd3c4;
    position: relative;
}

.form-title {
    color: #7fd3c4;
    font-size: 17px;
    font-weight: bold;
    padding-left: 5px;
    padding-bottom: 12px;
}

.input-icon {
	position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    margin-top: 18px;
    margin-right: 18px;
    font-size: 15px;
    color: lightgrey;
}

.cursor-text {
	height: 60px !important;
}

@media screen and (max-width: 768px) {
	.contact-form-bg {
		margin-top: 10px !important;
	}

	.box-contact {
	    margin: 15px !important;
	    width: auto !important;
	}

	.cursor-text {
		height: 21px !important;
	}
}

.write-text-desktop {
    position: relative;
    top: -30px;
    font-size: 60px;
}

.write-text-mobile {
	font-size: 25px;
}

.a-slider-top {
    position: relative;
    left: -5px;
    top: 28px;
    font-size: 24px;
    color: white !important;
}

.a-slider-top:hover {
	color: grey !important;
}

.a-slider-bottom {
	position: relative;
    left: -12px;
    top: 32px;
    font-size: 24px;
    color: white !important;
}

.a-slider-bottom:hover {
	color: grey !important;	
}

.large-image {
	border: 0;
}

.header-dk {
	background-color: rgba(0,0,0,.9);
    border-bottom: 0;
}

.footer-dk {
	background: url(../img/header_footer.jpg) top center repeat-y;
	background-position-y: -115px;
}

.bg-transparent {
	/*background-color: transparent;*/
}

.small-prod-desc {
    width: 100%;
    margin-top: 10px;
    font-style: italic;
}

.product-stock {
    margin-top: 10px;
    font-size: 18px;
    padding: 8px;
    padding-left: 0;
}

.ul-product-details {
	list-style: none;
}

.ul-product-details li {
	padding-top: 7px;
	padding-bottom: 7px;
}

.ul-product-details li i {
	color: #7fd3c4;
    font-size: 18px;
    margin-right: 8px;
}

.ul-product-details li a {
	text-decoration: none;
	color: #555;
	font-size: 14px;
	font-weight: bold;
}

.ul-product-details li a:hover {
	text-decoration: none;
	color: #0B2161;
}

.transport-icon {
	color: red !important;
}

.ul-custom-tabs {
	list-style: none;
	margin-top: 30px !important;
}

.ul-custom-tabs li {
    display: inline-block;
    padding: 20px;
    width: 150px;
    font-size: 18px;
    text-align: center;
    position: relative;
    top: 1px;
    color: grey;
    cursor: pointer;
}

.ul-custom-tabs li.active {
    border: 1px solid #E6E6E6;
    border-bottom: 0;
    background-color: white;
    color: #444;
}

.tabs-edited {
    width: 100%;
    min-height: 50px;
}

.tab-panel-custom {
	padding: 20px;
	font-size: 14px;
	color: black;
	font-family: 'PT Sans', sans-serif;
}

.tab-panel-custom.active {
	border: 1px solid #E6E6E6;
}

.each-color {
    width: 80px;
    height: 80px;
    float: left;
    padding: 5px;
    border: 1px solid #E6E6E6;
    margin: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-bottom: 35px;
}

.each-color.selected {
	border-color: red;
}

.each-color img {
	width: 100%;
	height: 100%;
}

.color-name {
    font-size: 11px;
    position: absolute;
    margin-top: 10px;
    color: #555;
    font-weight: bold;
    height: 28px;
    width: 80px;
    text-align: center;
}

.label-available-colors {
    font-size: 15px;
    font-weight: bold;
    color: #0B0B3B;
    margin-bottom: 5px;
    margin-top: 12px;
}

.margintop0 {
	margin-top: 0;
}

.product-path {
	margin-top: 100px;
    margin-bottom: 20px;
}

.ul-product-path {
	list-style: none;
}

.ul-product-path li {
	display: inline-block;
    padding-right: 15px;
    font-size: 15px;
    font-weight: bold;
    padding-left: 5px;
}

.ul-product-path li.separator {
	color: grey;
    padding-left: 0px;
    padding-right: 8px;
}

.ul-product-path li.final {
	color: #555;
}

.ul-product-path li a {
    text-decoration: none;
    color: #0B0B3B;
    font-size: 20px;
}

.ul-product-path li a:hover {
	text-decoration: none;
}

.product-reviews {
    margin-bottom: 20px;
    padding: 15px;
    padding-left: 0;
    padding-right: 0;
}

.product-review-title {
    font-size: 18px;
    font-weight: bold;
    color: #0B2161;
}

.greenbg {
	background-color: #7fd3c4 !important;
	color: white !important;
}

.product-review-top {
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
}

.btn-blue-sm {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    background: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    border: 2px solid #0B2161;
    background-color: #0B2161;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 15px 5px 15px;
    z-index: 0;
    border-radius: 3px;
    margin-left: 8px;
    position: relative;
    top: -5px;
    color: white;
}

.separate-bar {
	border-left: 1px solid #E6E6E6;
	padding-left: 25px;
}

.review-box {
    background-color: white;
    border-bottom: 1px solid #E6E6E6;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.review-user {
	text-align: center;
	border-right: 1px solid #FAFAFA;
    padding-right: 10px;
}

.review-content {

}

.review-user-name {
    margin-top: 5px;
    margin-bottom: 8px;
    font-weight: bold;
    color: #555;
    font-size: 15px;
}

.review-date {
	font-size: 13px;
    color: #555;
}

.review-date i {
    margin-right: 5px;
    font-size: 14px;
    color: #ccc;
}

.review-text {
    font-size: 14px;
    margin-top: 15px;
}

.review-rate {
	font-weight: bold;
    font-size: 16px;
}

.review-tab {
	cursor: pointer;
}

.review-tab.active:after {
	content: "";
	width: 100%;
    height: 3px;
    background-color: #7fd3c4;
    position: absolute;
    top: 0;
    margin-top: 58px;
}

.ul-question-actions {
	list-style: none;
}

.ul-question-actions li {
	padding-top: 10px;
    display: inline-block;
    padding-right: 30px;
}

.ul-question-actions li a {
	text-decoration: none;
	color: #0B2161;
    font-size: 14px;
    font-weight: bold;
}

.ul-question-actions li a:hover {
	text-decoration: none;
}

.ul-question-actions li i {
    margin-right: 7px;
    font-size: 15px;
    color: lightgrey;
}

.height40 {
	min-height: 40px;
}

.reply-box {
	margin-left: 178px;
    background-color: white;
    margin-top: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    padding: 20px;
    padding-bottom: 0;
}

.form-reply {

}

.input-reply {
    width: 100%;
    border: 1px solid #E6E6E6;
    padding: 5px;
}

.textarea-reply {
    width: 100%;
    border: 1px solid #E6E6E6;
    padding: 5px;
}

.answer-info {
    font-size: 12px;
    margin-top: 8px;
}

.form-control {
	border: 1px solid #E6E6E6;
	padding: 8px !important;
	border-radius: 0 !important;
	outline: none !important;
	box-shadow: none !important;
}

input.form-control {
	height: 42px !important;
}

.padbottom15 {
	padding-bottom: 15px;
}

.ul-tabs-mobile {
	list-style: none;
}

.ul-tabs-mobile li {
    padding: 10px;
    border: 1px solid #E6E6E6;
    margin-bottom: 5px;
    font-size: 16px;
    padding-left: 20px;
}

.ul-tabs-mobile li.active {
    border-left: 5px solid #7fd3c4;
}

.width100 {
	width: 100% !important;
    height: 50px;
}

@media screen and (max-width: 650px) {
	.review-box {
		margin: 5px;
	}

	.review-user {
		border-right: 0;
	}

	.reply-box {
		margin-left: 50px;
		margin-right: 5px;
	}

	.reply-user {
		text-align: center;
		margin-bottom: 10px;
	}
}

.shopping-cart-pos {
	margin-top: 150px;
}

.shopping-cart {
	background-color: #e4f1f9;
    padding: 20px;
    border-radius: 3px;
}

.shopping-cart-title {
	font-size: 19px;
    font-weight: bold;
    color: #0B2161;
    margin-bottom: 15px;
    padding-left: 20px;
}

.shopping-item {
	margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #FAFAFA;
}

.cart-image {
    width: 85px;
    height: 85px;
    border-radius: 2px;
}

.product-title-cart {
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

.product-title-cart a {
	color: #0B2161;
	text-decoration: none;
}

.product-title-cart a:hover {
	text-decoration: none;
}

.qty-select {
	padding: 5px;
    font-size: 14px;
    border: 1px solid #E6E6E6;
    border-radius: 2px;
}

.product-price {
	float: right;
    font-size: 16px;
    font-weight: bold;
    color: #555;
}

.cart-buc {
    margin-left: 10px;
    font-size: 15px;
    color: #555;
}

.ul-cart-product {
	list-style: none;
	margin-top: 15px !important;
}

.ul-cart-product li {
    font-size: 13px;
    padding-bottom: 3px;
}

.ul-cart-product li span {
	margin-left: 3px;
    font-style: italic;
    font-weight: bold;
    color: #555;
}

.delete-prod-cart {
	text-decoration: none;
}

.delete-prod-cart:hover {
	text-decoration: none;
}

.cart-discount {
	padding: 20px;
    background-color: white;
    margin-top: 15px;
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
}

.discount-title {
	font-size: 15px;
    font-weight: bold;
    color: #0B2161;
    margin-bottom: 10px;
}

.btn-cupon {
    top: 0;
    width: 120px;
    height: 40px;
}

.total-cart-products {
	background-color: white;
    padding: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e4f1f9;
    font-size: 14px;
    font-weight: bold;
    color: #555;
}

.total-cart-products span {
	margin-right: 5px;
    margin-left: 8px;
}

.continue-shopping {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: right;
}

.order-summary {
    width: 350px;
    float: right;
    position: fixed;
    z-index: 9;
    margin-left: 25px;
}

.order-summary-title {
    font-size: 19px;
    font-weight: bold;
    color: #0B2161;
    margin-bottom: 15px;
    padding-left: 20px;
}

.order-summary-box {
    width: 100%;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
}

.ul-order-summary {
	list-style: none;
}

.ul-order-summary li {
	padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #FAFAFA;
}

.ul-order-summary li div {
	float: right;
    font-size: 15px;
    font-weight: bold;
    color: #555;
}

.total-to-pay {
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-top: 15px;
    color: #555;
}

.total-price {

}

.btns-summary {
	margin-top: 25px;
    float: right;
}

.btn-next-step {
	height: 38px;
	margin-top: 10px;
}

.button-icon {
    position: absolute;
    width: 30px;
    height: 38px;
    background-color: #0B2161;
    top: 0;
    left: 0;
    margin-left: -31px;
    padding: 8px;
    text-align: center;
    margin-top: -2px;
    padding-left: 9px;
}

.button-icon:before {
	content: "";
    width: 0;
    height: 0;
    border-top: 38px solid #0B2161;
    border-left: 0px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    margin-left: 21px;
    margin-top: -8px;
}

.button-icon i {
    font-size: 20px !important;
}

.input-qty-new {
	color: #444;
    font-weight: bold;
    font-size: 15px;
    padding-left: 15px !important;
}

.input-buttons {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-change-qty {
    width: 35px;
    border: 0;
    height: 21px;
    margin-right: 5px;
    background-color: #7fd3c4;
    color: white;
    font-size: 13px;
}

.form-group {
	margin-bottom: 10px !important;
}

.each-part-title {
    font-size: 17px;
    font-weight: bold;
    color: #555;
    margin-bottom: 12px;
    margin-left: 2px;
}

.different-address {
    padding: 8px;
    border: 1px solid #FAFAFA;
    background-color: #FAFAFA;
    padding-left: 10px;
    margin-bottom: 12px;
    font-weight: bold;
    color: #555;
}

.ul-payment-methods {
	list-style: none;
	margin-bottom: 10px !important;
}

.ul-payment-methods li {
	padding-bottom: 8px;
    font-size: 14px;
    color: #555;
    font-weight: 500;
}

.ul-payment-methods li span {
	margin-left: 12px;
}

.radio-edited {
	float: left;
    width: 18px;
    height: 18px;
    background-color: #FAFAFA;
    border-radius: 50%;
    padding-top: 3px;
    padding-left: 4.2px;
    font-size: 11px;
    border: 0.5px solid #ccc;
    color: #7fd3c4;
    cursor: pointer;
    margin-top: 2px;
}

.radio-edited i {
	display: none;
}

.radio-edited.checked i {
	display: block;
}

.checkbox-edited {
	width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 2px;
    text-align: center;
    padding-top: 1px;
    color: #7fd3c4;
    font-size: 16px;
    cursor: pointer;
    float: left;
    margin-right: 12px;
    padding-left: 1px;
}

.checkbox-edited i {
	display: none;
}

.checkbox-edited.checked i {
	display: block;
	color: #7fd3c4;
}

.bgno {
	background-color: transparent;
	border: 0;
	padding-left: 0;
}

.fontnormal {
	font-weight: normal;
}

.payment-error {
	margin-top: 0;
    margin-bottom: 12px;
}

.final-step-title {
    font-size: 20px;
    font-weight: bold;
    color: #0B2161;
    text-align: center;
}

.final-step-info {
    font-size: 14px;
    color: grey;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 12px;
}

.final-step-info i {
    margin-right: 7px;
    font-size: 17px;
    color: lightgrey;
}

.summary-box {
    background-color: #e4f1f9;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    min-height: 185px; 
}

.height200 {
	min-height: 200px;
}

.summary-box-title {
    font-size: 16px;
    font-weight: bold;
    color: #555;
    padding-bottom: 8px;
    border-bottom: 1px solid #FAFAFA;
    margin-bottom: 10px;
}

.ul-summary-list {
	list-style: none;
}

.ul-summary-list li {
	padding-top: 3px;
    padding-bottom: 3px;
    color: #555;
    padding-left: 30px;
}

.ul-summary-list li i {
    color: #ccc;
    position: absolute;
    margin-top: 2px;
    margin-left: -25px;
}

.ul-summary-list li span {
	font-style: italic;
}

.cart-label {
	font-size: 13px;
    margin-bottom: 0px;
}

.order-products-title {
	color: #0B2161;
    font-size: 18px;
    font-weight: bold;
    margin-top: 10px;
    margin-left: 5px;
    margin-bottom: 10px;
}

.summary-products {
	width: 100%;
    padding: 10px;
    background-color: white;
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
}

.table-summary {
	width: 100%;
}

.table-summary>tbody>tr.head>td {
    font-size: 15px;
    font-weight: bold;
    color: #555;
}

.table-summary>tbody>tr>td {
	padding: 8px;
    font-size: 14px;
    border-bottom: 1px solid #E6E6E6;
    color: grey;
}

.table-summary tr.head {
	height: 40px;
    border-bottom: 1px solid #E6E6E6;
}

.summary-details-table {
	width: 350px;
    float: right;
    margin-top: 15px;
}

.button-send-order {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 20px;
}

.btn-send-order {
	height: 50px;
    text-transform: uppercase;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}

.btn-send-order .button-icon {
	height: 50px;
}

.btn-send-order .button-icon:before {
	content: "";
	border-top: 50px solid #0B2161;
    border-right: 18px solid transparent;
}

.btn-send-order .button-icon i {
	padding-top: 5px;
}

.btn-edit-summary {
	background-color: transparent;
    border: 1px solid #7fd3c4;
    color: #7fd3c4;
    font-size: 13px;
    font-weight: normal;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-edit-summary i {
	margin-right: 5px;
}

.empty-cart {
	margin-top: 200px;
    text-align: center;
}

.empty-cart-title {
	font-size: 25px;
    font-weight: bold;
    color: #0B2161;
    margin-bottom: 30px;
}

@media screen and (max-width: 650px) {
	.cart-image {
		width: 55px;
	    height: 55px;
	    float: left;
	    margin-right: 12px;
	}

	.shopping-cart {
		padding: 10px;
	}

	.order-summary {
		position: relative;
	    margin-left: 0;
	    float: left;
	    width: 100%;
	}

	.summary-box {
		width: 98%;
	    margin: 0 auto;
	}

	.summary-products {
	    width: 98%;
	    margin: 0 auto;
	}

	.summary-details-table {
	    width: 100%;
	}

	.btn-send-order {
		width: 90%;
	    margin: 0 auto;
	    margin-left: 28px;
	}
}

.success-message {
    margin-top: 150px;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 35px;
}

.success-message i {
	font-size: 35px;
    color: #7fd3c4;
    margin-right: 15px;
    transform: rotate(5deg);
    font-weight: 100;
}

.success-info {
	text-align: center;
    font-size: 16px;
    color: grey;
    margin-bottom: 8px;
}

.order-success-btns {
    margin-top: 25px;
    text-align: center;
}

.bg-new-order {
	background-color: #FE9A2E;
    border-color: #FE9A2E;
}

@media screen and (max-width: 650px) {
	.success-message {
		margin-top: 0;
	}

	.order-success-btns {
		margin-bottom: 20px;
	}

	.order-success-btns button {
	    margin-bottom: 10px;
	    width: 80%;
	}

	.success-info {
		padding: 10px;
		text-align: justify;
		padding-bottom: 0;
		padding-top: 6px;
	}
}

.account-section {
    width: 100%;
    padding: 20px;
    background-color: white;
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    margin-bottom: 15px;
}

.account-title {
    font-size: 17px;
    font-weight: bold;
    color: #0B0B3B;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #FAFAFA;
}

.login-btn {
	margin-left: 0;
    margin-top: 10px;
    padding: 15px;
    padding-right: 20px;
}

.remember-me {
    margin-top: 20px;
    margin-right: 10px;
}

.register-text {
	font-size: 14px;
    color: grey;
    line-height: 20px;
    margin-bottom: 15px;
}

.register-btn {
    margin-left: 0;
    padding: 15px;
    padding-right: 20px;
    margin-top: 5px;
}

.user-account-right {
    width: 95%;
    float: right;
    padding: 15px;
    background-color: white;
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
}

.user-right-title {
    font-size: 15px;
    font-weight: bold;
    color: #0B0B3B;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #FAFAFA;
}

.ul-user-right {
	list-style: none;
}

.ul-user-right li {
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #FAFAFA;
    font-weight: bold;
    color: #555;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.ul-user-right li i {
	color: #7fd3c4;
    font-size: 16px;
    position: absolute;
    left: 0;
}

.ul-user-right li:last-child {
	border-bottom: 0;
}

.recover-password a {
	text-decoration: none;
	color: #0B2161;
}

.recover-password a:hover {
	text-decoration: none;
	color: #7fd3c4;
}

.clearfix {
	clear: both;
}

.back-login {
    text-decoration: none;
    color: #0B2161;
    font-size: 15px;
    position: relative;
    top: 20px;
    margin-right: 20px;
}

.back-login:hover {
	text-decoration: none;
	color: #7fd3c4;
}

.recover-pass-text {
	font-size: 14px;
    color: #555;
    margin-bottom: 12px;
}

.recover-btn {
	top: 0;
    height: 42px;
}

.account-box {
	width: 100%;
    padding: 15px;
    background-color: white;
    box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    margin-bottom: 15px;
}

.section-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid #FAFAFA;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #e4f1f9;
}

table.dataTable tbody th, table.dataTable tbody td {
	font-size: 14px;
    font-weight: 500;
    color: black;
    font-style: italic;
}

.dataTables_filter label {
	color: white;
}

.dataTables_filter label input {
	border: 1px solid #E6E6E6;
	height: 40px;
	color: #555;
	padding-left: 10px;
	outline: none;
	width: 200px;
	border-radius: 2px;
}

table.dataTable thead th, table.dataTable thead td {
	border-bottom: 0 !important;
}

.dataTables_length label select {
	border: 1px solid #E6E6E6;
    box-shadow: none;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
    outline: none;
    border-radius: 2px;
}

table.dataTable.no-footer {
	border-bottom: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    color: #555 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	background: none !important;
    background-color: #7fd3c4 !important;
    border-radius: 2px !important;
}

.dataTables_info {
	display: none;
}

.btn-see-products {
	width: 30px;
    height: 30px;
    background-color: #0B2161;
    border: 0;
    color: white;
    font-size: 13px;
}

.btn-pay-status {
	width: 30px;
    height: 30px;
    background-color: white;
    border: 1px solid #E6E6E6;
    color: #555;
    font-size: 13px;
}

.ul-user-right li.active {
    border-right: 5px solid #7fd3c4;
    color: black;
    padding-bottom: 8px;
}

.ul-user-right li.delete-account {
	color: red;
}

.each-wishlist {
	width: 100%;
    padding: 10px;
    border-bottom: 1px solid #E6E6E6;
}

.left-wishlist {
	text-align: center;
    font-size: 13px;
    line-height: 16px;
    color: grey;
}

.left-wishlist i {
	font-size: 16px;
    color: #0B2161;
    margin-bottom: 8px;
}

.img-wishlist {
    width: 100px;
    float: left;
    margin-right: 20px;
}

.right-wishlist {
	border-left: 1px solid #E6E6E6;
    padding-left: 20px;
}

.a-product-wishlist {
	text-decoration: none;
    color: #0B2161;
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.a-product-wishlist:hover {
	text-decoration: none;
	color: #7fd3c4;
}

.btn-wishlist {
    top: 0;
    margin-top: 15px;
}

.btn-delete-wishlist {
	border: 1px solid red;
    background-color: white;
    color: red !important;
    font-size: 13px;
    margin-top: 10px;
    padding: 5px;
}

.btn-delete-wishlist i {
	margin-bottom: 0;
	color: red;
}

@media screen and (max-width: 650px) {
	.account-section {
		width: auto;
		margin-left: 5px;
		margin-right: 5px;
	}

	.top15 {
		margin-top: 25px;
	}

	.user-account-right {
		float: none;
	    width: 103%;
	    margin-left: -5px;
	    margin-bottom: 15px;
	}

	.recover-btn {
		width: 100%;
	    margin-left: 0;
	    margin-top: 5px;
	}
}

.change-pass-btn {
	left: 0;
    margin-left: 0;
    margin-top: 10px;
}

@media screen and (max-width: 650px) {
	.account-box {
	    margin: -5px;
	    width: 103%;
	    margin-bottom: 15px;
	}

	.left-wishlist {
		display: none;
	}

	.right-wishlist {
		padding-left: 0;
	    border-left: 0;
	}

	.each-wishlist {
		padding: 0;
	}

	.btn-delete-wish-phone {
	    position: absolute;
	    left: 40%;
	    margin-top: 20px !important;
	}
}

.products-title-home {
	margin-bottom: 50px;
}

.section4-en {
	background-color: #FAFAFA;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}

.section4-en .big-image {
	border: 0;
}

.section4-en .product-title {
	border-bottom: 0;
}

.section4-en .product-title a {
	color: #7fd3c4;
	font-size: 19px;
	text-decoration: none;
}

.section4-en .short-desc, .section4-en .row-prod {
	font-style: italic;
}

.contact-en {
    width: 100%;
    height: 450px;
    background: url(../img/contact_bg.jpg) top center no-repeat;
    background-size: 100%;
    position: relative;
}

.section-over-en {
	background-color: rgba(0,0,0,.3);
}

.contact-us-text {
	position: absolute;
    font-size: 70px;
    font-weight: bold;
    color: white;
    z-index: 99;
    margin-top: 50px;
    margin-left: 80px;
}

@media screen and (max-width: 650px) {
	.contact-us-text {
		display: none;
	}

	.section4-en {
		position: relative;
	}
}

.download-text {
	font-size: 15px;
    color: grey;
    margin-bottom: 20px;
    font-style: italic;
}

.img-manuf {
	max-width: 100px;
}

.all-products-btn {
	width: 100%;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.btn-all-products {
    padding: 15px;
    border: 0;
    background-color: transparent;
    font-size: 15px;
    border-radius: 3px;
    padding-left: 22px;
    padding-right: 22px;
}

.grid-product {
    border-right: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    min-height: 500px;
}

.grid-product-in {
    margin: 5px;
    background-color: white;
    margin-right: 8px;
    margin-bottom: 11px;
    border-radius: 2px;
    height: auto;
}

.big-image-grid {
	border: 0;
    width: 80%;
    margin: 0 auto;
    height: auto;
}

.grid-title {
    font-size: 16px;
    color: #7fd3c4;
    font-weight: bold;
    line-height: 20px;
}

.grid-price {
	width: 100%;
    padding: 10px;
    background-color: #E6E6E6;
    margin-bottom: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.grid-buttons {
	width: 100%;
    text-align: center;
}

.grid-product .slider {
	background-color: transparent;
}

.grid-product .slider-colors {
	background-color: transparent;
}

.grid-product .img-slider {
	width: 50px;
	height: 50px;
}

.grid-product .slider .col-md-4 {
	width: 55px;
	float: left;
}

.grid-product .slider .col-md-1 {
	width: 18px;
	float: left;
}

.grid-product .slider .all-sliders-index {
	width: 90%;
}

.grid-product .slider-colors .col-md-4 {
	width: 55px;
	float: left;
}

.grid-product .slider-colors .col-md-1 {
	width: 18px;
	float: left;
}

.grid-product .slider-colors .all-sliders-index-color {
	width: 90%;
}

.grid-product .slider .a-right {
	position: relative;
	left: -22px;
}

.grid-product .slider-colors .a-right {
	position: relative;
	left: -22px;
}

.invisible-textarea {
	width: 100%;
    border: 0;
    background-color: transparent;
    overflow: hidden;
    resize: none;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    outline: none;
    margin-bottom: 15px;
}

.top-title {
	font-size: 22px;
    font-weight: bold;
    padding: 20px;
    color: #555;
}

.top-title i {
	margin-right: 12px;
	color: grey;
}

.btn-display-prod {
    font-size: 15px;
    padding: 6px 14px 6px 14px;
    color: white;
    background-color: #555;
    border: 0;
}

.btn-display-prod i {
	margin-right: 0;
	color: inherit;
}

.label-display-type {
    font-size: 15px;
    margin-right: 15px;
    color: grey;
}

.all-grid-sliders {
	width: 90%;
}

@media screen and (max-width: 650px) {

	.grid-product {
		border-right: 0;
		border-bottom: 0;
		box-shadow: 0px 2px 19px rgb(0 0 0 / 30%);
    width: 96%;
    margin: 0 auto;
    margin-bottom: 6px;
	}

	.grid-product-in {
		margin-right: 5px;
	}

	.all-grid-sliders {
		width: 100%;
	}

	.all-grid-sliders img {
		/*width: 97% !important;
		height: 60px !important;*/
	}

	.grid-product .slider .col-md-4 {
		width: 33.33333333%;
	}

	.grid-product .slider .col-md-1 {
		width: 8.33333333%;
	}

	.grid-product .slider .a-right {
		left: 5px;
	}

	.grid-product .slider-colors .col-md-4 {
		width: 33.33333333%;
	}

	.grid-product .slider-colors .col-md-1 {
		width: 8.33333333%;
	}

	.grid-product .slider-colors .a-right {
		left: 5px;
	}

	.grid-buttons .btn-buy-sm {
		width: 80%;
		float: left;
	}

	.grid-buttons .btn-whishlist {
		left: 0;
	}
}

.search-products-full {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0,0,0,.7);
    z-index: 1000;
    padding-top: 80px;
    padding-bottom: 50px;
}

.search-input {
    width: 100%;
}

.search-product-top {
    width: 80%;
    float: left;
    height: 50px;
    background-color: rgba(0,0,0,.5);
    border: 1px solid white;
    color: white;
    padding-left: 20px;
    outline: none;
    font-style: italic;
}

.btn-search-product {
	width: 20%;
    float: left;
    height: 50px;
    background-color: #7fd3c4;
    border: 0;
    font-size: 18px;
    font-weight: bold;
    color: white;
}

.btn-search-product i {
	margin-right: 12px;
}

.search-results-title {
	font-size: 18px;
    font-weight: bold;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0,0,0,.5);
}

.no-search-results {
    font-size: 15px;
    color: lightgrey;
    text-align: center;
    margin-top: 25px;
    background-color: rgba(0,0,0,.2);
    padding: 10px;
    width: 100%;
    font-style: italic;
    padding-top: 15px;
    padding-bottom: 15px;
}

.search-product {
	padding: 5px;
    text-align: center;
    background-color: rgba(0,0,0,.3);
    margin: 5px;
    border: 1px solid grey;
    padding-top: 10px;
    padding-bottom: 10px;
}

.search-product-img {
	width: 130px;
    height: 130px;
    margin-bottom: 8px;
}

.search-title {
	color: #7fd3c4;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
}

.search-title:hover {
	color: white;
}

.all-products-search {
    width: 100%;
    height: 87%;
    overflow: auto;
}

.all-products-search::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

.all-products-search::-webkit-scrollbar-track {
	background: rgba(0,0,0,.6);
}

.all-products-search::-webkit-scrollbar-thumb {
	background-color: #7fd3c4;
	border-radius: 5px !important;
}

.search-product select {
    background-color: rgba(0,0,0,.2) !important;
    color: white !important;
    border: 0.5px solid #555 !important;
    margin-bottom: 8px !important;
}

.ul-top li.li-second-menu {
	padding-bottom: 8px !important;
}

.ul-top li ul.second-menu {
    position: absolute;
    z-index: 99;
    width: 200px;
    background-color: rgba(0,0,0,.6);
    padding-top: 8px !important;
    padding-bottom: 8px !important;
    border-radius: 2px;
    right: 0;
    margin-right: -100px !important;
    margin-top: 3px !important;
    display: none;
    list-style: none;
}

.ul-top li ul.second-menu li {
	display: list-item;
	padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.ul-top li ul.second-menu li i {
	color: white;
	margin-right: 8px !important;
}

.ul-top li.li-second-menu:hover ul.second-menu {
	display: block;
}

.imgGallery {
	width: 100%;
	/*margin-bottom: 15px;*/
}

.video_box {
	margin-bottom: 15px;
}

.video_box iframe {
	width: 100% !important;
	height: 250px !important;
}

.ul-phone-menu li ul.second-menu-phone {
    position: relative;
    left: -25px;
}

.ul-phone-menu li ul.second-menu-phone li {
    border-bottom: 0;
    padding-top: 8px !important;
    padding-bottom: 3px;
}

.second-menu-phone li ul.second-menu-phone li i {
	color: white;
}

.without-stock {
	opacity: .7;
}

.ul-filter-products {
	list-style: none;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.ul-filter-products li {
	display: inline-block;
  font-size: 14px;
  font-weight: normal;
  padding: 8px;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  margin-left: 5px;
  cursor: pointer;
}

.ul-filter-products li.selected {
	background-color: #7fd3c4;
  color: white;
}

.ul-filter-products li.title {
	border: 0;
  padding-left: 0;
  margin-left: 0;
  font-weight: bold;
  cursor: default;
}

.informare-stock-viitor {
    margin-top: 14px;
    padding: 10px;
    border: 2px solid #F5B041;
    color: #F5B041;
    font-weight: bold;
    background-color: white;
}

.informare-stock-viitor:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-bottom: 7px solid #F5B041;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    margin-top: -17px;
    margin-left: 15px;
}

.btn-preluare-date {
    background-color: transparent;
    border: 1px solid #DF0101;
    color: #DF0101;
    font-size: 13px;
    font-weight: normal;
    padding: 1px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    right: 2px;
    margin-top: -7px;
}

.btn-preluare-date:hover {
    background-color: #DF0101;
    color: white;
}

.loader-retur {
    color: white;
    font-size: 28px;
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.loader-retur i {
    margin-right: 5px;
}

.retur-product-title {
    font-size: 18px;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 5px;
}

.img-retur {
    max-width: 85%;
    max-height: 130px;
}

.edited-select {
	border: 1px solid #E6E6E6;
	padding: 10px !important;
	border-radius: 2px !important;
	outline: none;
}

.edited-input {
	width: 100%;
	height: 40px;
	padding-left: 10px;
	border-radius: 2px;
	border: 1px solid #E6E6E6;
	outline: none;
}

.edited-textarea {
	width: 100%;
	border: 1px solid #E6E6E6;
	border-radius: 3px;
	padding: 10px;
	box-shadow: none;
}

.w100 {
	width: 100% !important;
}

.btn-buy-index {
    background-color: #DF0101;
    padding: 5px 10px;
    border: 1px solid #DF0101;
    font-size: 15px;
    color: white;
}

.btn-buy-index i {
	margin-right: 5px;
}

.photoviewer-inner {
  background-color: transparent !important;
  border-radius: 0 !important;
  backdrop-filter: unset !important;
}

.photoviewer-stage {
  top: 0;
  right: 0;
  bottom: 50px !important;
  left: 0;
  background-color: rgba(0, 0, 0, .85) !important;
  border: none !important;
}

.photoviewer-header .photoviewer-toolbar {
    background-color: rgba(0, 0, 0) !important;
    color: white !important;
}

.photoviewer-footer .photoviewer-toolbar {
  background-color: rgba(0, 0, 0, .85) !important;
  color: white;
  border-radius: 5px;
}

.photoviewer-header,
.photoviewer-footer {
  pointer-events: none !important;
  background-color: rgba(0, 0, 0, .85) !important;
}

.photoviewer-title {
  display: none !important;
}

.photoviewer-footer .photoviewer-button:hover {
  color: white;
  background-color: rgba(255,255,255,.08) !important;
}

.photoviewer-footer {
    height: 50px !important;
}

.photoviewer-button {
    pointer-events: auto;
}

.photoviewer-footer .photoviewer-button {
    min-width: 50px !important;
    height: 50px !important;
    font-size: 25px !important;
    color: white !important;
}

.photoviewer-button-close {
    min-width: 50px !important;
    height: 50px !important;
    font-size: 25px !important;
    color: white !important;
}

.photoviewer-header {
	background-color: transparent !important;
}

.site-languages-currencies {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    margin-top: 10px;
}

.site-languages-currencies .select-languages {
    width: 200px;
    position: relative;
    border: 1px solid #E6E6E6;
    padding: 10px !important;
    border-radius: 2px !important;
    background-color: #FFFFFF !important;
}

.site-languages-currencies .selected-language {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
}

.site-languages-currencies .selected-language img {
    width: 15px;
    float: left;
    margin-right: 10px;
}

.site-languages-currencies .selected-language i {
    position: absolute;
    right: 0;
    font-size: 11px;
}

.site-languages-currencies .languages-list {
    position: absolute;
    background-color: white;
    width: 100%;
    left: 0;
    margin-top: 12px;
    z-index: 999999;
    border: 1px solid #E6E6E6;
    border-top: 0;
    height: 500%;
    overflow: auto;
}

.site-languages-currencies .languages-list .each-language {
    padding: 10px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EFEFEF;
    cursor: pointer;
}

.site-languages-currencies .languages-list .each-language img {
    width: 15px;
    float: left;
    margin-right: 10px;
}

.site-languages-currencies .languages-list .each-language.selected {
    background-color: #d8d8d8;
}

.site-languages-currencies .select-currencies {
    width: 200px !important;
    background-color: #FFFFFF !important;
}

.site-languages-currencies .select-with-loader {
    position: relative;
}

.site-languages-currencies .select-with-loader .input-loader {
    position: absolute;
    right: 5px;
    background-color: white;
    top: 12px;
}

.site-languages-currencies-phone {
    zoom: 0.9;
    margin-left: 19px;
    margin-top: 20px;
}

@media (max-width: 1000px) {
		.order-summary {
			position: relative !important;
		}
}

@media (min-width: 651px) and (max-width: 1000px) {
	.section1-xs-video {
		height: 70% !important;
	}
	.hover-section1 {
		height: 70% !important;
	}
	.motto {
		top: 100px !important;
	}
}

@media (max-width: 768px) {
	.section-over {
		position: relative !important;
    height: auto !important;
    display: flex;
    flex-direction: column;
    gap: 25px;
	}

	.parent-box-contact {
		background-color: rgba(0, 0, 0, .1);
    position: relative;
    top: 5px;
	}
}

.order-summary {
    position: relative !important;
}