/* iconite meniu invert(50%) sepia(10%) saturate(4000) hue-rotate(360deg) brightness(100%) contrast(90%)*/

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;
}

.section1 {
	width: 100%;
    height: 95%;
    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: 95%;
}

.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%; background-color: white; }
.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: 97%;
	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 #FF5C5C;
    color: #FF5C5C;
    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: #FF5C5C;
	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;
}

.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;
}

.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;
}

.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: 90%;
    margin: 0 auto;
    background-color: white;
    padding: 15px;
    border-radius: 3px;
    box-shadow: 0px 2px 1px #FF5C5C;
    font-size: 15px;
}

.modal-top label {
	font-size: 13px;
}

.modal-title {
	width: 100%;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}

.modal-title i {
	color: grey;
	margin-right: 10px;
}

.bar-title {
    background-color: #FF5C5C;
    width: 100px;
    height: 3px;
    position: relative;
    top: 5px;
    margin: 0 auto;
}

.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;
}

.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 #FF5C5C;
	color: #FF5C5C;
	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: #FF5C5C;
	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: #555;
    font-size: 12px;
}

.ul-top-prod li a:hover {
	text-decoration:none;
	color: black;
}

.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: 23px;
	color: #555;
	text-decoration: none;
}

.product-title-view span {
	font-size: 23px;
	color: #555;
}

.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;
}

.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,.6);
    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: 0;
    font-size: 15px;
    padding: 8px;
    padding-left: 0;
    margin-bottom: 10px;
}

.ul-product-details {
	list-style: none;
}

.ul-product-details li {
	padding-top: 7px;
	padding-bottom: 7px;
}

.ul-product-details li i {
	color: #FF5C5C;
    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: #444;
    font-size: 15px;
}

.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: #FF5C5C !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: #FF5C5C;
    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: 100px;
}

.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: absolute;
    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: #FF5C5C;
    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: #FF5C5C;
    cursor: pointer;
    margin-top: 2px;
    margin-right: 10px;
}

.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: #FF5C5C;
    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: #FF5C5C;
}

.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: 210px;
}

.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 #FF5C5C;
    color: #FF5C5C;
    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: 50px;
	    height: 50px;
	    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: 100px;
    text-align: center;
    font-size: 33px;
    font-weight: bold;
    margin-bottom: 35px;
}

.success-message i {
	font-size: 35px;
    color: #FF5C5C;
    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: #FF5C5C;
    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 #FF5C5C;
    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-view {
	text-decoration: none;
    color: #FF5C5C;
    font-size: 16px;
    float: left;
    margin-top: 8px;
    margin-bottom: 12px;
}

.a-product-wishlist-view: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) {
	.top15 {
		margin-top: 25px;
	}

	.user-account-right {
		float: none;
	    width: 103%;
	    margin-left: -5px;
	    margin-bottom: 15px;
	    padding: 25px;
	}

	.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;
	    right: 45%;
	    margin-top: 9px !important;
	    padding: 7px;
	    font-size: 16px;
	}
}

.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;
}

.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;
	}

	.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;
}

/* NEW SITE */
.md-style {
	margin: 0 !important;
	padding: 2px !important;
}

.logo-place {
    text-align: center;
    margin-top: 10px;
}

.logo-new-site {
	max-height: 120px;
    max-width: 200px;
    position: relative;
    top: 30px;
}

.search-place {
	width: 100%;
    position: relative;
    padding-top: 23px;
}

.search-input {
    height: 48px;
    padding: 10px;
    border: 1px solid #E6E6E6;
    background-color: white;
    border-radius: 2px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 16px;
    color: #555;
    outline: none;
}

.search-categories-icon {
	position: absolute;
    margin-top: 15px;
    margin-left: 13px;
    font-size: 18px;
    color: #FF5C5C;
    cursor: pointer;
}

.search-icon {
    position: absolute;
    right: 0;
    margin-top: 17px;
    font-size: 18px;
    color: #FF5C5C;
    margin-right: 20px;
    cursor: pointer;
}

.top-icons {
	text-align: right;
    padding-top: 25px;
    padding-right: 25px;
}

.top-icons ul {
	list-style: none;
}

.top-icons ul li {
	display: inline-block;
    padding: 15px;
    font-size: 24px;
    color: #FF5C5C;
    cursor: pointer;
    padding-left: 20px;
}

.menu-bar {
	width: 100%;
    background-color: #FF5C5C;
}

.btn-open-menu {
	font-size: 20px;
    font-weight: bold;
    padding: 10px;
    border: 0;
    background-color: white;
    color: #FF5C5C;
    width: 99%;
}

.btn-open-menu i {
	margin-right: 12px;
}

.top-menu {
    text-align: right;
    margin-top: 25px;
    border-bottom: 1px solid #EFEFEF;
}

.top-menu ul {
	list-style: none;
}

.top-menu ul li {
	display: inline-block;
	padding-right: 40px;
}

.top-menu ul li a {
	color: #555;
    font-size: 16px;
    position: relative;
    top: -8px;
    text-decoration: none;
}

.top-menu ul li a:hover {
	text-decoration: none;
	color: black;
}

.red-bar-items {
	list-style: none;
}

.red-bar-items li {
    display: inline-block;
    padding-top: 10px;
    padding-right: 22px;
    color: white;
}

.red-bar-items li i {
	margin-right: 7px;
}

.red-bar-items li a {
    color: white;
    text-decoration: none;
}

.menu-box {
	width: 99%;
    border: 1px solid #E6E6E6;
    background-color: white;
    border-top: 0;
    box-shadow: 0px 2px 1px rgba(0,0,0,.01);
}

.menu-box ul {
	list-style: none;
}

.menu-box ul li {
	padding: 5px;
    padding-left: 10px;
}

.menu-box ul li a {
	text-decoration: none;
    color: black;
    font-size: 16px;
}

.menu-box ul li a:hover {
	text-decoration: none;
    font-weight: bold;
    color: #FF5C5C;
}

.slider-bar {
	width: 100%;
	height: 335px;
}

.slider-bar img {
	width: 100%;
	height: 100%;
}

.relativepos {
	position: relative;
}

.over-menu {
    position: absolute;
    left: 25%;
    z-index: 9;
    width: 74%;
    background-color: #EFEFEF;
    height: 100%;
    padding: 15px;
    border-left: 1px solid #E6E6E6;
}

.each-subcategory {
    height: 35px;
    width: 30%;
    display: inline-block;
    font-size: 15px;
}

.each-subcategory a {
	text-decoration: none;
	color: #555;
}

.each-subcategory a:hover {
	text-decoration: none;
	color: black;
}

.main-products-buttons {
    position: fixed;
    top: 212px;
    left: 40px;
}

.cat-button {
    width: 35px;
    height: 35px;
    color: white;
    text-align: center;
    font-size: 18px;
    padding-top: 2px;
    cursor: pointer;
}

.cat-button:hover {
    filter: brightness(85%);
}

.cat-button.selected {
    filter: brightness(50%);
}

.last-products-cat {
    width: 100%;
    min-height: 20px;
    background-color: white;
    margin-bottom: 15px;
}

.last-products-cat .left-side {
    width: 100%;
    padding: 12px;
}

.cat-title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 10px;
}

.ul-left-side {
    list-style: none;
    width: 100%;
    height: 200px;
    overflow: auto;
}

.ul-left-side::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

.ul-left-side::-webkit-scrollbar-track {
	background: #FAFAFA;
}

.ul-left-side::-webkit-scrollbar-thumb {
	background-color: #E6E6E6;
	border-radius: 5px !important;
}

.ul-left-side li {
    padding: 3px 5px 3px 5px;
}

.ul-left-side li a {
    color: #444;
    text-decoration: none;
}

.ul-left-side li a:hover {
    text-decoration: none;
}

.category-image {
    max-height: 20px;
}

.menu-icon {
	width: 20px;
}

.index-product {
    padding: 8px;
    min-height: 330px;
    background-color: #FAFAFA;
}

.index-product:hover {
	box-shadow: 0px 2px 5px rgba(0,0,0,.3);
}

.index-product-image {
	max-width: 100%;
    max-height: 180px;
}

.index-product-title {
    text-align: center;
    width: 100%;
    height: 60px;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

.a-index-product {
	text-decoration: none;
	color: #444;
	font-size: 15px;
}

.a-index-product:hover {
	text-decoration: none;
	color: black;
}

.index-product-price {
	text-align: center;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}

.index-product-price .old-price {
    font-size: 13px;
    font-weight: bold;
    margin-right: 5px;
}

.index-product-price .new-price {
	font-size: 18px;
    font-weight: bold;
    color: #FF5C5C;
}

.index-product-buttons {
	text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-buy-index {
    background-color: #FF5C5C;
    padding: 5px 10px;
    border: 1px solid #FF5C5C;
    font-size: 15px;
    color: white;
}

.btn-buy-index i {
	margin-right: 5px;
}

.btn-buy-index:hover {
	color: #FF5C5C;
    background-color: white;
    border: 1px solid #E6E6E6;
}

.btn-add-wishlist {
    color: #FF5C5C;
    background-color: white;
    border: 1px solid #E6E6E6;
    padding: 8px;
    font-size: 15px;
    margin-left: 2px;
}

.btn-add-wishlist:hover {
	background-color: #FF5C5C;
	border: 0;
	color: white;
}

.index-boxes {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 15px;
}

.each-index-box {
    width: 98%;
    background-color: white;
    box-shadow: 0px 2px 1px rgba(0,0,0,.02);
    padding: 8px;
    min-height: 75px;
}

.each-index-box .left-side {
	width: 25%;
    float: left;
    font-size: 30px;
    color: #ccc;
    text-align: center;
    padding-top: 10px;
}

.each-index-box .right-side {
	width: 75%;
    float: left;
    font-size: 14px;
    color: #444;
    padding-left: 10px;
}

.each-index-box a {
	text-decoration: none;
}

.each-index-box a:hover {
	text-decoration: none;
}

.index-brands {
	width: 100%;
	margin-bottom: 50px;
}

.index-brands-tabs {
	width: 100%;
}

.index-brands-tabs .each-tab {
	width: 180px;
    float: left;
    padding: 8px;
    font-size: 16px;
    color: #555;
    cursor: pointer;
    background-color: #EFEFEF;
    position: relative;
    top: 1px;
}

.index-brands-tabs .each-tab.active {
	background-color: white;
    border: 1px solid rgba(0,0,0,.06);
    border-bottom: 0;
    position: relative;
    top: 1px;
    color: #FF5C5C;
}

.index-brands-tabs-content {
	width: 100%;
	box-shadow: 0px 2px 1px rgba(0,0,0,.05);
}

.index-brands-tabs-content .each-tab-content {
	width: 100%;
    padding: 10px;
    border: 1px solid #FAFAFA;
    background-color: white;
}

.each-index-brand-image {
    /*max-width: 100%;
    max-height: 55px;*/
}

.each-index-brand {
	text-align: center;
}

.grayscale {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}

.footer {
    width: 100%;
    padding: 30px;
    background-color: #E6E6E6;
    border-top: 1px solid white;
}

.ul-footer {
	list-style: none;
}

.ul-footer li {
	padding-bottom: 8px;
}

.ul-footer li a {
	text-decoration: none;
    color: #444;
}

.ul-footer li a:hover {
	text-decoration: none;
	color: black;
}

.newsletter-input {
	width: 100%;
    height: 40px;
    border: 1px solid #E6E6E6;
    padding-left: 10px;
    outline: none;
}

.btn-subscribe {
	background-color: #FF5C5C;
    border: 0;
    color: white;
    padding: 10px;
    float: right;
}

.footer-bottom {
	margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid lightgrey;
    color: #444;
}

.footer-bottom img {
	margin-left: 7px;
}

.user-details {
	position: absolute;
    z-index: 100;
    width: 200px;
    background-color: #E6E6E6;
    padding: 10px;
    box-shadow: 0px 2px 1px rgba(0,0,0,.2);
}

.login-button {
	width: 100%;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
}

.btn-login {
    background-color: #FF5C5C;
    font-size: 14px;
    color: white;
    line-height: 24px;
    padding: 5px;
    border: 0;
    margin-top: 8px;
    margin-bottom: 10px;
}

.ul-user-actions {
	list-style: none;
}

.ul-user-actions li {
	padding: 5px !important;
    font-size: 15px !important;
    width: 100%;
    text-align: left;
}

.ul-user-actions li a {
	text-decoration: none;
	color: #444;
}

.ul-user-actions li a:hover {
	text-decoration: none;
	color: black;
}

.favourites-box {
	position: absolute;
    z-index: 100;
    width: 270px;
    background-color: #E6E6E6;
    padding: 10px;
    box-shadow: 0px 2px 1px rgba(0,0,0,.2);
    right: 0;
    margin-right: 90px;
    text-align: left;
}

.each-favourites {
	padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid lightgrey;
}

.img-favourites-top {
	width: 50px;
    float: left;
    height: 50px;
}

.favourites-right {
	float: left;
    width: 80%;
    padding-left: 5px;
    text-align: center;
}

.each-favourites-title {
	padding-left: 10px;
	max-height: 50px;
	overflow: hidden;
}

.each-favourites-title a {
	text-decoration: none;
	color: #444;
    font-size: 15px;
    line-height: 24px;
}

.each-favourites-title a:hover {
	text-decoration: none;
	color: black;
}

.favourites-price {
	padding-left: 10px;
	color: #FF5C5C;
}

.favourites-price .old-price {
	color: #444;
    font-size: 12px;
}

.more-favourites {
	width: 100%;
    text-align: center;
    padding-top: 4px;
}

.more-favourites a {
	text-decoration: none;
}

.more-favourites a:hover {
	text-decoration: none;
	color: black;
}

.minicart {
	position: absolute;
    z-index: 100;
    width: 350px;
    background-color: #E6E6E6;
    padding: 10px;
    box-shadow: 0px 2px 1px rgba(0,0,0,.2);
    right: 0;
    text-align: left;
    margin-right: 25px;
}

.each-minicart-item {
	padding-bottom: 10px;
    margin-bottom: 5px;
    border-bottom: 1px solid lightgrey;
}

.img-minicart-top {
	width: 50px;
    float: left;
    height: 50px;
}

.minicart-right {
	float: left;
    width: 70%;
    padding-left: 5px;
    text-align: center;
}

.each-minicart-item-title {
	padding-left: 10px;
	max-height: 50px;
	overflow: hidden;
}

.each-minicart-item-title a {
	text-decoration: none;
	color: #444;
    font-size: 15px;
    line-height: 24px;
}

.each-minicart-item-title a:hover {
	text-decoration: none;
	color: black;
}

.minicart-item-quantity {
    font-size: 14px;
    color: #444;
}

.quantity-operator {
	color: grey;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 13px;
}

.minicart-trash {
    float: left;
    width: 10%;
    text-align: center;
    color: red;
    font-size: 16px;
}

.btn-view-cart {
	background-color: #FF5C5C;
    color: white;
    border: 0;
    margin-left: 15px;
    padding: 3px 10px;
}

.minicart-total {
    font-weight: bold;
    color: #444;
}

.top-actions-boxes {
	margin-top: -14px;
    padding-top: 20px;
}

.user-details-back {
	padding-top: 35px;
    margin-top: -40px;
}

.margintop25 {
	margin-top: 25px;
}

.top-product-title {
    margin-top: 50px;
}

.a-product-wishlist {
	text-decoration: none;
    color: #FF5C5C;
    font-size: 22px;
    float: right;
    margin-top: 8px;
}

.a-product-wishlist:hover {
	text-decoration: none;
	color: black;
}

.a-product-compare {
	text-decoration: none;
    color: #0b2161;
    font-size: 22px;
    margin-top: 8px;
    float: left;
    margin-left: 20px;
}

.a-product-compare:hover {
	text-decoration: none;
	color: black;
}

.product-price-view {
	width: 50%;
    float: left;
}

.product-price-view .old-price {

}

.product-price-view .new-price {
    font-size: 35px;
    color: #FF5C5C;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 5px;
}

.product-price-view .new-price span {
	color: grey;
	font-size: 30px;
}

.product-price-view .new-price sup {
	margin-left: 5px;
}

.add-cart-button {
    width: 50%;
    float: left;
    text-align: center;
    padding-top: 11px;
}

.add-cart-button button {
	height: 40px;
}

.btn-add-opinion {
	background-color: #FF5C5C;
    padding: 5px 10px;
    border: 0;
    font-size: 15px;
    color: white;
    height: 34px;
    position: relative;
    top: -3px;
}

.btn-add-opinion:hover {
	background-color: white;
	border: 1px solid #FF5C5C;
	color: #FF5C5C;
}

.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-primary-modal {
    background-color: #FF5C5C;
    padding: 7px 10px;
    border: 0;
    font-size: 15px;
    color: white;
}

.btn-primary-modal i {
	margin-right: 5px;
}

.btn-primary-modal:hover {
	color: #FF5C5C;
    background-color: white;
    border: 1px solid #E6E6E6;
}

.footer-in-modal {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    border-top: 1px solid #FAFAFA;
    margin-top: 5px;
}

.review-top {
	cursor: pointer;
}

.best-selled-products {
    width: 100%;
    margin-bottom: 25px;
    margin-top: 10px;
}

.best-selled-products .title {
	font-size: 23px;
    margin-bottom: 15px;
}

.best-selled-products .each-best-product {
	background-color: white;
	width: 98%;
}

.share-product {
	position: fixed;
    right: 0;
    top: 40%;
}

.share-buttons {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.btn-share.fb {
	color: #0431B4;
}

.btn-share.twitter {
	color: #58D3F7;
}

.btn-share.gplus {
	color: #FF5C5C;
}

.btn-share.linkedin {
	color: #0B0B61;
}

.btn-share {
	padding: 0;
    background-color: transparent;
    border: 0;
    font-size: 42px;
    outline: none;
}

.margintop10 {
	margin-top: 10px;
}

.min-height-account {
	min-height: 300px;
}

.min-height-create-account {
	min-height: 350px;
}

.pages-menu {
	position: absolute;
    width: 85%;
    z-index: 99;
    margin-left: 7.7%;
}

.pages-menu .over-menu {
	margin-left: -5px;
}

.left-filters {
	width: 100%;
}

.each-left-filters {
    width: 95%;
    margin-bottom: 10px;
    margin-left: 12px;
}

.each-left-filters .title {
	padding: 10px;
    background-color: white;
    box-shadow: 0px 2px 1px rgba(0,0,0,.05);
    font-size: 15px;
    font-weight: bold;
}

.each-left-filters .title i {
	cursor: pointer;
}

.each-left-filters .title i:hover {
	color: black;
}

.each-left-filters .filters-body {
	padding: 10px;
    background-color: #f3f3f3;
}

.each-filter-body {
	padding-bottom: 3px;
    border-bottom: 1px solid #EFEFEF;
    padding-top: 3px;
    font-size: 14px;
    cursor: pointer;
}

.each-filter-body:hover {
	background-color: #E6E6E6;
}

.top-category-box {
    padding: 15px;
    background-color: white;
    box-shadow: 0px 2px 1px rgba(0,0,0,.02);
    margin-bottom: 10px;
    margin-left: 8px;
    margin-right: 8px;
}

.top-category-box .title {
    font-size: 22px;
    margin-bottom: 15px;
}

.top-category-box .title span {
	font-size: 15px;
    margin-left: 15px;
}

.top-label {
	font-size: 13px;
    color: grey;
    font-weight: normal;
    margin-bottom: 2px;
}

.ul-paginate {
	list-style: none;
	margin-top: 25px !important;
}

.ul-paginate li {
	float: left;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    text-align: center;
    background-color: #FAFAFAFA;
    font-size: 18px;
    border: 1px solid #E6E6E6;
    padding: 2px;
}

.ul-paginate li.active {
	background-color: #FF5C5C;
    color: white;
    border: 1px solid #FF5C5C;
}

.ul-paginate li a {
	text-decoration: none;
	color: #444;
}

.ul-paginate li a:hover {
	text-decoration: none;
	color: black;
}

.ul-paginate li:hover {
	border: 1px solid black;
}

.ul-paginate li.active:hover {
	border: 1px solid #FF5C5C;
}

.ul-paginate li:last-child {
	margin-right: 0;
}

.btn-display-products {
    width: 30px;
    height: 30px;
    font-size: 13px;
    color: #FF5C5C;
    border: 1px solid #FF5C5C;
    background-color: white;
    margin-left: 3px;
}

.btn-display-products:hover {
	background-color: #FF5C5C;
	border: 1px solid white;
	color: white;
}

.display-products {
	padding: 5px;
}

.multiple-product {
    background-color: white;
    border: 1px solid #F2F2F2;
    text-align: center;
}

.multiple-product .index-product-image {
	width: 180px;
}

.list-product {
	width: 100%;
    padding: 5px;
    background-color: white;
    margin-bottom: 5px;
}

.list-product .product-image {
	text-align: center;
}

.list-product .index-product-image {
	width: 150px;
}

.list-product .index-product-title {
	text-align: left;
    height: 38px;
}

.product-mini-desc {
    width: 100%;
    font-style: italic;
    margin-bottom: 5px;
}

.each-group-selected-filters {
	float: left;
    margin-right: 5px;
    padding: 2px;
}

.each-group-selected-filters .title {
	font-size: 13px;
    margin-bottom: 2px;
    font-style: italic;
}

.ul-selected-filters {
	list-style: none;
}

.ul-selected-filters li {
    float: left;
    margin-right: 10px;
    background-color: #FAFAFA;
    padding: 4px;
    border: 1px solid #FF5C5C;
    font-size: 13px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.ul-selected-filters li i {
	color: #FF5C5C;
	margin-left: 2px;
	cursor: pointer;
}

.selected-filters {
    padding: 5px;
    margin-bottom: 8px;
    background-color: #FAFAFA
}

.selected-filters-title {
    font-size: 14px;
    margin-bottom: 5px;
    font-style: italic;
    padding-left: 3px;
    border-bottom: 1px solid white;
}

.no-products {
    margin: 5px;
    background-color: white;
    padding: 40px;
    text-align: center;
    font-size: 16px;
    color: grey;
}

.without-stock {
	opacity: 0.7;
}

.more-filters {
    width: 100%;
    text-align: center;
    padding-top: 7px;
    color: grey;
    font-size: 14px;
    cursor: pointer;
}

.more-filters:hover {
	color: black;
}

.more-filters i {
	margin-right: 7px;
	font-size: 13px;
}

.search-categories {
	position: absolute;
    z-index: 99;
    background-color: #E6E6E6;
    padding: 10px;
    box-shadow: 0px 2px 1px rgba(0,0,0,.02);
    width: 200px;
}

.search-categories ul {
	list-style: none;
}

.search-categories li {
	padding-bottom: 3px;
    border-bottom: 1px solid #FAFAFA;
}

.search-categories li:last-child {
	border-bottom: 0;
}

.search-results-top {
	position: absolute;
    z-index: 98;
    background-color: #E6E6E6;
    box-shadow: 0px 2px 1px rgba(0,0,0,.1);
}

.search-spinner {
    position: absolute;
    right: 60px;
    top: 40px;
    font-size: 16px;
    color: grey;
}

.each-search-product {
	padding: 3px 5px;
    border-bottom: 1px solid #FAFAFA;
    cursor: pointer;
}

.each-search-product:hover {
	background-color: #EFEFEF;
}

.search-product-image {
	width: 60px;
	height: 60px;
}

.search-product-title {
    font-size: 15px;
    margin-bottom: 5px;
}

.each-search-product a {
	text-decoration: none;
}

.each-search-product a:hover {
	text-decoration: none;
}

.more-search-results {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: grey;
    cursor: pointer;
}

.more-search-results:hover {
	background-color: #EFEFEF;
}

.more-search-results i {
	margin-right: 7px;
	font-size: 12px;
}

.contact-title {
	margin-top: 5px;
	margin-bottom: 15px;
}

.no-compare-products {
    text-align: center;
    font-size: 18px;
    color: grey;
    padding-top: 50px;
    padding-bottom: 50px;
}

.no-compare-products i {
	margin-right: 12px;
	color: lightgrey;
}

.min-compare-products {
	min-height: 250px;
}

.compare-products-table {
	width: 100%;
    border: 1px solid #EFEFEF;
    margin-bottom: 15px;
}

.compare-products-table tbody tr td {
    border: 1px solid #EFEFEF;
    text-align: center;
    padding: 10px;
}

.compare-products-table tbody tr td:first-child {
	text-align: left;
}

.compare-products-table tbody tr.first-row td {
	padding: 0;
}

.img-compare-products {
	width: 100px;
}

.first-cell {
	position: absolute;
    width: 100%;
    height: 100px;
    top: 0;
    margin-top: -1px;
    margin-left: -1px;
    background-color: white;
}

.alignjustify {
	text-align: justify !important;
}

.compare-products-table tbody tr td a {
	text-decoration: none;
	color: #555;
}

.compare-products-table tbody tr td a:hover {
	text-decoration: none;
	color: #444;
}

.each-product-color {
	width: 55px;
}

.each-product-color:hover {
	border: 1px solid #FF5C5C;
}

.odd {
	background-color: #FAFAFA;
}

.a-see-colors {
	text-decoration: none;
	color: #555;
	margin-left: 12px;
}

.a-see-colors:hover {
	text-decoration: none;
	color: #FF5C5C;
}

/* PHONE */

.phone-top-bar {
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1001;
    width: 100%;
    box-shadow: 0px 2px 1px rgba(0,0,0,.2);
}

.btn-phone-menu {
	padding: 10px;
    font-size: 23px;
    background-color: transparent;
    border: 0;
    color: #FF5C5C;
    outline: none;
}

.phone-logo {
    max-width: 100%;
    max-height: 40px;
    padding-top: 2px;
    float: left;
    margin-right: 5px;
}

.top-icons-phone {
	padding: 0;
}

.top-icons-phone ul li {
    display: inline-block;
    padding: 10px;
    font-size: 23px;
    color: #FF5C5C;
    cursor: pointer;
    padding-left: 8px;
}

.site-name {
	font-size: 18px;
    position: relative;
    top: 10px;
    left: 5px;
    font-weight: bold;
    color: grey;
    text-shadow: 0px 2px 1px rgba(0,0,0,.1);
}

.search-place-phone {
	padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (max-width: 650px) { 
	.menu-bar {
		margin-top: 112px;
	}

	.menu-and-sliders {
		display: none;
	}

	.index-boxes {
		display: none;
	}

	.container-index-products {
		padding-left: 0;
		padding-right: 0;
	}

	.ul-left-side {
		display: none;
	}

	.last-products-cat {
		margin-top: 10px;
		margin-bottom: 5px;
		background-color: #FAFAFA;
	}

	.main-products-buttons {
		display: none;
	}

	.index-product {
		background-color: white;
		border: 1px solid #E6E6E6;
	}

	.last-products-cat .left-side {
		background-color: white;
	}

	.cat-title {
	    padding-bottom: 5px;
	    border-bottom: 0;
	    text-align: left;
	    margin-bottom: 5px;
	}

	.container-brands {
		padding-left: 0;
		padding-right: 0;
	}

	.index-brands {
		margin-bottom: 10px;
	}

	.footer {
		padding: 12px 0;
	}

	.footer-bottom img {
		margin-left: 11px;
	    margin-top: 8px;
	    position: relative;
	    left: -6px;
	}

	#cartPosTop {
		margin-top: 5px;
	}

	.all0-phone {
		padding: 0 !important;
		margin: 0 !important;
	}

	.md-style-phone {
		margin: 0 !important;
		padding: 2px !important;
	}

	.top-product-title {
		margin-top: 10px;
	}

	.a-product-compare {
		margin-top: 0;
	}

	.a-product-wishlist {
	    margin-top: 0;
	    margin-left: 20px;
	    margin-right: 15px;
	}

	.product-title-view a {
		font-size: 20px;
	}

	.md3_style-phone {
		margin: 0 !important;
		padding: 2px !important;
	}

	.a-right {
		left: 5px;
	}

	.product-price-view .new-price {
		font-size: 30px;
	    margin-top: 10px;
	}

	.modal-top {
		width: 90%;
	}

	.ul-tabs-mobile li.active {
		border-left: 5px solid #FF5C5C;
	}

	.small-prod-desc {
		text-align: justify;
	}

	.best-selled-products {
		margin-top: 0;
	}

	.best-selled-products .title {
	    font-size: 20px;
	    margin-bottom: 10px;
	    margin-left: 15px;
	}

	.best-selled-products .each-best-product {
		width: 97%;
	    margin: 2px;
	}

	.img-wishlist {
		width: 80px;
	}

	.a-product-wishlist-view {
		margin-top: 0;
	}

	.btn-add-wishlist:hover {
		border: 1px solid #FF5C5C;
	}

	.multiple-product .index-product-image {
		width: 100%;
		max-height: 149px;
	}

	.static-page-content {
	    width: 100%;
	    padding: 5px;
	    word-break: break-all;
	}

	.search-results-top {
	    width: 94%;
	    min-height: 100px;
	    max-height: 350px;
	    height: auto;
	    overflow: auto;
	}

	.search-spinner {
		top: 22px;
	}

	.index-product-price .new-price {
		font-size: 15px;
	    font-weight: bold;
	    color: #FF5C5C;
	}

	.index-image-location {
	    width: 150px !important;
	    height: 150px !important;
	}

	.index-image-location img {
		max-width: 100%;
		max-height: 100%;
	}

	.a-product-edit {
		margin-top: 0 !important;
	}

	.img-slider {
		width: auto !important;
	    height: auto !important;
	    max-width: 120px !important;
	    margin: 0 auto;
	}
}

.phone-menu {
    position: fixed;
    z-index: 1002;
    background-color: rgba(0,0,0,.9);
    top: 0;
    margin-top: 55px;
    width: 100%;
    max-height: 92%;
    overflow: auto;
}

.phone-menu ul {
	list-style: none;
}

.phone-menu ul li {
	padding-left: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
}

.phone-menu ul li a{
    text-decoration: none;
    color: #FAFAFA;
    font-size: 18px;
}

.phone-menu ul li a:hover {
	text-decoration: none;
}

.phone-menu ul li.main-menu {
    padding-left: 40px;
    height: 32px;
    margin-top: 2px;
}

.phone-menu ul li.submenu {
	padding-left: 70px;
	height: 32px;
}

.phone-menu ul li span {
    position: absolute;
    right: 0;
    color: white;
    font-size: 19px;
    width: 70px;
    height: 30px;
    text-align: center;
    background-color: #FF5C5C;
    margin-top: -2px;
    padding-top: 6px;
}

.phone-filters {
	width: 96%;
    background-color: white;
    padding: 10px;
    margin-left: 7px;
}

.phone-left-filters {
    position: absolute;
    z-index: 99;
    width: 105%;
    background-color: lightgrey;
    margin-top: 7px;
    padding-top: 10px;
    left: -10px;
    padding-bottom: 2px;
}

.phone-left-filters .each-left-filters {
	margin-left: 10px;
}

.btn-filters {
	border: 1px solid #FF5C5C;
    padding: 6px;
    background-color: white;
    color: #FF5C5C;
    margin-bottom: 10px;
}

.btn-filters i {
	margin-right: 12px;
}

.phone-search-categories {
	position: fixed;
    z-index: 99;
    background-color: #E6E6E6;
    padding: 10px;
    box-shadow: 0px 2px 1px rgba(0,0,0,.02);
    width: 250px;
    font-size: 15px;
    color: black;
}

.phone-search-categories ul {
	list-style: none;
}

.phone-search-categories li {
	padding-bottom: 3px;
    border-bottom: 1px solid #FAFAFA;
}

.phone-search-categories li:last-child {
	border-bottom: 0;
}

.phone-search-categories-icon {
	position: absolute;
    margin-top: 15px;
    margin-left: 13px;
    font-size: 18px;
    color: #FF5C5C;
    cursor: pointer;
}

.phone-search-input {
    width: 100%;
    height: 48px;
    padding: 10px;
    border: 1px solid #E6E6E6;
    background-color: white;
    border-radius: 2px;
    padding-left: 45px;
    padding-right: 45px;
    font-size: 16px;
    color: #555;
    outline: none;
}

.index-image-location {
	width: 180px;
    height: 180px;
    margin: 0 auto;
    text-align: center;
    color: black;
    font-size: 50px;
    opacity: .4;
    border: 1px solid rgba(0,0,0,.2);
}

.index-image-location i {
    margin-top: 55px;
}

.index-image-brands {
	width: 175px;
	height: 55px;
	text-align: center;
	margin-bottom: 5px;
	color: black;
    font-size: 50px;
}

.index-image-brands i {
	margin-top: 3px;
}

.each-menu-image {
    width: 20px;
    float: left;
    margin-right: 20px;
    text-align: center;
    height: 20px;
    font-size: 14px;
    color: black;
    opacity: .6;
}

.each-menu-image i {
	margin-top: 2px;
}

.each-slider-image {
	color: black;
    font-size: 50px;
    opacity: .4;
    border: 1px solid rgba(0,0,0,.2);
    width: 100%;
    height: 100%;
    text-align: center;
}

.each-slider-image i {
	margin-top: 115px;
}

.list-products-image {
	color: black;
    opacity: .4;
    border: 1px solid rgba(0,0,0,.2);
    width: 180px;
    height: 180px;
    margin: 0 auto;
    font-size: 50px;
}

.list-products-image i {
	margin-top: 55px;
}

.actions-images {
	width: 20px;
	height: 20px;
	margin: 0 auto;
	color: black;
    opacity: .4;
    border: 1px solid rgba(0,0,0,.2);
}

.reccommed-product-image {
	width: 150px;
}

.each-image-color {
	width: 100%;
	height: 100%;
	color: black;
    opacity: .4;
    border: 1px solid rgba(0,0,0,.2);
    text-align: center;
    font-size: 20px;
}

.each-image-color i {
	margin-top: 25px;
}

.prod-manuf-image {
	width: 100px;
	min-height: 30px;
	color: black;
    opacity: .4;
    border: 1px solid rgba(0,0,0,.2);
    text-align: center;
    font-size: 15px;
}

.prod-manuf-image i {
	margin-top: 5px;
}

.page-error {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1002;
    padding: 12px;
    background-color: rgba(0,0,0,.7);
    color: white;
    border: 1px solid white;
    font-size: 15px;
    font-weight: bold;
    font-style: italic;
    margin-top: 50px;
    margin-right: 50px;
    width: 320px;
    border-radius: 3px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-error i {
	margin-right: 12px;
	font-size: 16px;
}
.page-error i.icon-alert {
    font-size: 14px;
    color: grey;
    float: right;
    position: relative;
    top: 4px;
    cursor: pointer;
}

.prices-stock-info {
	margin-bottom: 0px;
    border-bottom: 1px solid #EFEFEF;
    padding-bottom: 5px;
}

.prices-stock-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #EFEFEF;
}

.each-row {
	font-size: 14px;
    font-weight: bold;
    color: grey;
    margin-bottom: 3px;
}

.each-row span {
    float: right;
    margin-right: 5px;
    color: #444;
}

.upload-info-text {
    padding: 5px;
    background-color: #FAFAFA;
    border-radius: 2px;
    margin-top: 10px;
    margin-bottom: 8px;
    font-style: italic;
    color: grey;
    line-height: 20px;
}

.upload-info-text span {
	color: red;
}

.upload-files-box {
    width: 100%;
    height: 100px;
    text-align: center;
    padding-top: 35px;
    font-size: 25px;
    background-color: rgba(0,0,0,.1);
    color: #FF5C5C;
    cursor: pointer;
}

.uploaded-filename {
    width: 100%;
    height: 50px;
    text-align: center;
    margin-top: 5px;
    color: #444;
    overflow: hidden;
}

.file-browse {
	margin-left: 0px;
    opacity:0.0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    position: absolute;
}

.upload-files-input {
    top: 0;
    left: 0;
    width: 99%;
    height: 100px;
    cursor: pointer;
}

.btn-del-file-cart {
	text-align: center;
	margin-top: 5px;
	font-size: 15px;
	color: #FF5C5C;
	cursor: pointer;
}

.btn-del-file-cart:hover {
	color: #444;
}

.alert-order-type {
	margin-top: 10px;
	margin-bottom: 5px;
}

.summary-files {
    margin-top: 3px;
    margin-bottom: 2px;
}

.summary-files-title {
    font-size: 16px;
    font-weight: bold;
    color: #555;
    padding-bottom: 8px;
    border-bottom: 1px solid #FAFAFA;
    margin-bottom: 10px;
}

.each-uploaded-file {
    padding: 5px;
    background-color: #FAFAFA;
}

.each-uploaded-file i {
	color: #FF5C5C;
	margin-right: 5px;
}

.voucher-box {
	width: 100%;
    height: 80px;
    text-align: center;
    padding-top: 30px;
    font-size: 22px;
    background-color: rgba(255,255,255,.5);
    color: #FF5C5C;
}

.btn-primary {
	background-color: #FF5C5C;
	border-color: #FF5C5C;
}

#custom_modal::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal::-webkit-scrollbar-track {
	background: transparent;
}

#custom_modal::-webkit-scrollbar-thumb {
	background-color: #0D6668 !important;
	border-radius: 5px !important;
}

.modal-content {
	border-radius: 3px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    background-clip: inherit;
}

.modal-title {
    text-align: center;
    font-size: 22px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.modal-body {
    background-color: #f8fafb;
}

.modal-body table tr td {
	background-color: white;
}

.modal-footer {
	margin-top: 0;
	padding-top: 15px;
	padding-bottom: 15px;
}

#custom_modal_lg::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

#custom_modal_lg::-webkit-scrollbar-track {
	background: transparent;
}

#custom_modal_lg::-webkit-scrollbar-thumb {
	background-color: #0D6668 !important;
	border-radius: 5px !important;
}

.ul-tabs {
	border-bottom: 0px !important;
}

.ul-tabs li.active a {
	color: #444 !important;
	font-weight: 500 !important;
	margin-right: 0 !important;
}

.ul-tabs li a {
	color: grey !important;
	font-size: 13px !important;
}

.tab-pane-edited {
    border: 1px solid #ddd !important;
    background-color: #FAFAFA !important;
    border-top: 0 !important;
    padding-top: 15px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.scroll-textarea {
    text-align: left;
    overflow: auto;
}

.scroll-textarea::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 5px !important;
}

.scroll-textarea::-webkit-scrollbar-track {
	background: rgba(0,0,0,.1);
}

.scroll-textarea::-webkit-scrollbar-thumb {
	background-color: #555;
	border-radius: 5px !important;
}

.support-box {
	width: 98%;
    margin: 0 auto;
}

.support-box-top {
    background-color: white;
    box-shadow: 0px 2px 1px rgba(0,0,0,.2);
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #EFEFEF;
    font-weight: bold;
    color: #555;
}

.support-box-bottom {
	text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #EFEFEF;
    border-top: 1px solid #E6E6E6;
}

.info-support-text {
	color: #555;
    margin-bottom: 10px;
}

.info-support-text i {
	font-size: 15px;
	color: grey;
	margin-right: 10px;
}

.a-product-edit {
	text-decoration: none;
    color: green;
    font-size: 22px;
    float: right;
    margin-top: 8px;
    margin-right: 13px;
}

.a-product-edit:hover {
	text-decoration: none;
	color: black;
}

.a-compare-no-left {
	margin-left: 0;
}

@media screen and (min-width: 321px) and (max-width: 500px) {
	.img-slider {
		width: auto !important;
		height: 80px !important;
		max-width: inherit !important;
	}
}

@media screen and (min-width: 100px) and (max-width: 320px) {
	.img-slider {
		width: auto !important;
		height: 80px !important;
		max-width: inherit !important;
	}

	.index-image-location img {
		max-width: 100px !important;
	}

	.product-review-title {
		font-size: 16px !important;
	}

	.ul-review-top li.last {
	    padding-left: 0 !important;
	    font-size: 11px !important;
	}

	.btn-buy-sm {
		margin-top: 7px !important;
	}

	.index-product-price {
		height: 50px !important;
	}

	.index-image-location {
        max-width: 100px;
	    max-height: 100px;
	    font-size: 30px;
	}

	.top-icons-phone ul li {
		font-size: 22px !important;
	}

	.site-name {
		font-size: 15px !important;
	}

	.product-price-view .new-price span {
		font-size: 25px !important;
	}
}

@media screen and (min-width: 650px) and (max-width: 1000px) {
	.img-slider {
		width: auto !important;
		height: auto !important;
		max-width: 130px !important;
	}
}

@media screen and (min-width: 1001px) and (max-width: 1200px) {
	.img-slider {
		width: auto !important;
		height: auto !important;
		max-width: 55px !important;
	}

	#div_sliders_index_phone .col-md-10, #div_sliders_index_phone .col-xs-10, #div_sliders_index_phone .col-sm-10 {
		max-width: 78%;
	}
}

.margintop10 {
	margin-top: 10px;
}

.index-menu .each-subcategory {
	cursor: pointer;
}

.index-menu .each-subcategory:hover {
	color: black;
}

.product-mobile-path {
	padding-left: 5px;
    padding-right: 5px;
    padding-top: 9px;
    border-bottom: 0.5px solid #E6E6E6;
    padding-bottom: 7px;
    background-color: #EFEFEF;
}

.ul-product-mobile-path {
	list-style: none;
}

.ul-product-mobile-path li {
	display: inline-block;
    padding-right: 5px;
    font-size: 14.5px;
    padding-left: 5px;
}

.ul-product-mobile-path li.separator {
	color: #444;
    padding-left: 0px;
    padding-right: 0px;
}

.ul-product-mobile-path li.final {
	color: #444;
}

.ul-product-mobile-path li a {
    text-decoration: none;
    color: #444;
    font-size: 14.5px;
}

.ul-product-mobile-path li a:hover {
	text-decoration: none;
}

.grey-back {
	background-color: darkgrey;
}

.phone-menu ul li:last-child {
	margin-bottom: 20px;
}

.sizes-title {
	font-size: 15px;
    font-weight: bold;
    color: #0B0B3B;
    margin-bottom: 5px;
    margin-top: 12px;
}

.sizes-by-color {
	width: 100%;
}

.sizes-by-color ul {
	list-style: none;
    width: 100%;
    height: 250px;
    overflow: auto;
}

.sizes-by-color li {
    width: 99%;
    padding: 3px;
    margin-bottom: 3px;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 0px 2px rgba(0,0,0,.1);
    padding-left: 10px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    font-weight: bold;
}

.sizes-by-color li:hover {
	background-color: #EFEFEF;
}

.sizes-by-color ul::-webkit-scrollbar { 
    /*display: none; */
    background: transparent !important;
    width: 3px !important;
}

.sizes-by-color ul::-webkit-scrollbar-track {
	background: whitesmoke;
}

.sizes-by-color ul::-webkit-scrollbar-thumb {
	background-color: lightgrey;
	border-radius: 5px !important;
}

.sizes-by-color li.selected {
	border-color: red;
}

.index-image-location img {
	max-width: 100%;
	max-height: 100%;
}

.top-icons li.top-icons-action .cart-nr-items {
	position: absolute;
    z-index: 9;
    font-size: 10px;
    color: white;
    background-color: dodgerblue;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    width: 17px;
    text-align: center;
    margin-top: -31px;
    margin-left: 17px;
}

.top-icons-phone .cart-nr-items-phone {
	position: absolute;
    z-index: 9;
    font-size: 10px;
    color: white;
    background-color: dodgerblue;
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 5px;
    width: 17px;
    text-align: center;
    margin-top: -31px;
    margin-left: 17px;
}

.cart-transport-text {
	padding: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    border: 1px solid dodgerblue;
    border-radius: 5px;
    color: dodgerblue;
    font-size: 15px;
}

.cart-transport-text i {
	margin-right: 8px;
}

.each-api-file {
	width: auto;
    padding: 10px 20px !important;
    background-color: #FAFAFA;
    margin: 5px !important;
    border-radius: 3px;
    box-shadow: 0px 2px 1px rgba(0,0,0,.1);
}

.each-api-file .title {
	text-align: center;
    font-size: 14px;
    color: #555;
    font-weight: bold;
    margin-bottom: 10px;
}

.each-api-file a {
	text-decoration: none;
	color: #FF5C5C;
	font-weight: bold;
}

.each-api-file a:hover {
	text-decoration: none;
	color: #444;
}

.index-products-title {
	width: 100%;
    padding: 15px;
    font-weight: bold;
    font-size: 18px;
}

.col-md-5n {
	width: 20%;
	float: left;
}

.btn-move-slider {
	width: 30px;
    height: 30px;
    background-color: #FF5C5C;
    border: 0;
    text-align: center;
    padding: 0;
    color: white;
    font-size: 15px;
}

@media screen and (min-width: 731px) and (max-width: 1199px) {
	.top-product-title {
		margin-top: 50px !important;
	}

	.menu-sliders {
		margin-top: 100px;
	}
}

@media screen and (min-width: 651px) and (max-width: 731px) {
	.menu-sliders {
		margin-top: 100px;
	}
}

.sliders-circles {
    position: absolute;
    bottom: 20px;
    background-color: white;
    border-radius: 5px;
    left: 20px;
}

.sliders-circles ul {
	list-style: none;
}

.sliders-circles ul li {
    float: left;
    padding: 2px;
    margin-left: 3px;
    margin-right: 3px;
    color: grey;
    cursor: pointer;
}

.sliders-circles ul li.active {
	color: #FF5C5C;
    font-size: 15px;
}

.ul-user-right li.even {
	background-color: #FAFAFA;
}

.preview-contact-map {
	width: 100%;
	height: 350px;
	margin-bottom: 20px;
	border: 0;
}

.menu-box ul li:last-child {
	margin-bottom: 8px;
}

.lb-nav {
	display: none !important;
}

@media screen and (max-width: 650px) {
	.all-custom-tabs-panels iframe {
		width: 100%;
		height: auto;
	}
}

.color-row {
	border-bottom: 1px solid #E6E6E6;
	padding-bottom: 3px;
	color: #555;
}

.wh30 {
	width: 30px;
	height: 30px;
	padding: 5px !important;
	float: left;
	margin-right: 5px;
}