    :root {
  --red: #d60008;
  --pink: #EB0A24;
  --olive: #5d5349;
  --navy: #424652;
}

html, body {
margin: 0;
padding: 0;
line-height:0;
}

body {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:normal;
font-weight:normal;
color:#555555;
margin: 0;
padding: 0;
background-color:#fff;
padding-top: 84px;
}

body.checkout, body.legal{
    padding-top: 0px;
}

a{text-decoration:none; color:#393b41;}
a:hover{text-decoration:none; outline:none;}
a:focus, object:focus, input:focus, textarea:focus {text-decoration:none; outline:none;}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

form, p{margin:0px; padding:0px; display:block;}

figure{
margin-block-start: 0;
margin-block-end: 0;
margin-inline-start: 0px;
margin-inline-end: 0px;
}

sub, sup{
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}

ul, li{
margin:0px;
padding:0px;
list-style:none;
list-style-type:none;
}

h1, h2, h3, h4, h5, h6{
display:inline;
margin:0px;
padding:0px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#fff;
font-weight:normal;
line-height:normal;
text-align:left;
}

h1{
    font-family: 'Khand-Bold', Arial, sans-serif;
    font-size:50px;
    line-height: 50px;
    color: #fff;
    font-weight: 600;
    display: block;
    text-align: left;
    width: 66.66666%;
    margin-bottom: 12px;
}

h2{
    font-family: 'Supreme-Regular', sans-serif;
    font-size:30px;
    line-height: 35px;
    color: #fff;
    font-weight:400;
    display: block;
    text-align: left;
    width: 66.66666%;
}

h3{
    font-family: 'Khand-Bold', Arial, sans-serif;
    font-size:50px;
    font-weight: 600;
    text-align: left;
    color: #000000;
    display: inline-block;
    vertical-align:text-bottom;
    width: auto;
    margin: 0px;
    padding: 0px;
    line-height:41px;
}

section, .section{
	max-width:2560px;
	margin:0px auto;
}

.wrap{
	width:1220px;
	max-width:1220px;
	margin: 0px auto;
	position: relative;
	padding:40px 0px;
	text-align:justify;
	font-family: 'Supreme-Regular', sans-serif;
	color:#555;
	font-size:19px;
    font-weight: 400;
    line-height: 23px;
}


.wrap p {
    margin: 0px;
    padding: 0px;
    display: inline;
}

.wrap strong {
    font-weight: bold;
}

.wrap .pad{
    width: 90%;
    margin: 0px auto;
}

.wrap .pad2{
    width: 80%;
    margin: 0px auto;
}

body.legal .wrap .pad2 p{
    display: block !important;
    margin: 0.9em 0em !important;
}

body.legal .wrap .pad2 table{
    width: 100%;
    border:1px solid #555;
}

body.legal .wrap .pad2 table td{
    border:1px solid #555;
    padding: 10px;
}

header {
    width: 100%;
    height: 311px;
    background-color: #d60008;
    position: relative;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}

body.checkout header, body.legal header{
    height: 84px;
}

header .wrap{
    padding: 0px;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}


.top{
    display: block;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 97;
    width: 100%;
    height: 84px;
    line-height: 84px;
    background-color: #d60008;
    
}

header.sticky{
}


.top .wrap{
    padding: 0px;
    font-family: 'Supreme-Regular', sans-serif;
	font-weight:300;
	color:#fff;
    padding-top: 28px;
}

.top .wrap ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:space-between
}

.top .wrap ul li{
    width: auto;
    text-align: left;
}


#logo {
  display: block;
  filter: brightness(0) invert(1);
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
}


a#cart{
	display:block;
    position: absolute;
    right:75px;
    top: 25px;
	width:46px;
	height:42px;
	background-image:url(../img/cart.png);
	background-repeat:no-repeat;
	background-position:center top;
	text-align:right;
}

a#cart span{
	display:block;
	float:right;
	margin-top:-8px;
    margin-right: -5px;
    border:1px solid #fff;
	width:20px;
	height:20px;
	background-color:#fff;
	text-align:center;
	font-family: 'Khand-SemiBold', Arial, sans-serif;
	font-weight:600;
	color:#000;
	font-size:15px;
	line-height:20px;
	border-radius:50%;
}


a.menuMob, a.menuMobClose{
    display: block;
    position: absolute;
    right: 0px;
    top:28px;
	width:38px;
	height:28px;
	background-image: url(../img/bgMenu.png);
	background-repeat:no-repeat;
	background-position:left top;
		transition: all 0.15s ease-in-out;
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

a.menuMobActive{
    background-position:left -28px;
}

a.menuMobClose{
	background-position:left -28px;
    z-index: 99;
    display: block;
}


#menuOverlay{
	display:block;
	position:fixed;
	left:auto;
    right: -175%;
	top:0;
	z-index:98;
    background-color: #000;
	width:100%;
	height:100vh;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

#menuOverlay.active{
    right: 0;
    height:100vh;
	background: rgba(0, 0, 0, 0.85);
}

#menuOverlay .wrap{
    margin: 0px auto;
    height: auto;
    text-align: right;
}

#menuX{
	display:inline-block;
	text-align:right;
	width:auto;
    margin-right: 10%;
    margin-top:22px;
}


#menuX > li{
	display:block;
    width: auto;
    margin: 0px auto;
	text-align:left;
	padding:4px 0px;
    padding-right: 10px;
	border-bottom:1px solid #7a4d4e;
}

#menuX > li a{
	display:block;
	height:auto;
    font-family: 'Supreme-Regular', Arial, sans-serif;
    font-weight: normal;
    color: #fff;
	font-size:30px;
	line-height:normal;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

#menuX > li a:hover, #menuX > li a.sel{
	color:#d60008 !important;
}


#menuX > li.langsX{
  display: block;
  border-bottom: 0px;
  padding-top:12px;
}

#menuX > li.langsX a{
	display:inline-block;
	vertical-align:middle;
	font-family: 'Supreme-Regular', Arial, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    color: #777676;
	font-size: 20px;
    padding-right:2px;
}

#menuX > li.langsX a:hover, #menuX > li.langsX a.sel{
	color:#FFF !important;
}

.info{
}

.info .wrap{
    padding-top:34px;
}

.breadcrumb{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#fff;
text-align:left;
font-weight: bold;
margin: 0px auto;
padding: 0px;
padding-bottom:40px
}

.breadcrumb a, .breadcrumb span{
	color:#fff;
	font-weight:normal;
}

.breadcrumb a:hover{
	text-decoration:underline;
}


.txt h1{
    color: #000000;
    display: inline-block;
    vertical-align:text-bottom;
    width: auto;
    margin: 0px;
    padding: 0px;
    line-height:41px;
}

.listHome .wrap ul{
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
}

.listHome ul li{
    width: 47.5%;
    text-align: center;
}

.listHome ul li img{
    width: 100%;
    max-width: 100%;
    display: block;
    margin: 0px auto;
        	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.listHome ul li a{
    text-align: center;
}

.listHome ul li a:hover img{
    transform: scale(0.95);
}

.listHome ul li strong{
    font-family: 'Khand-Bold', Arial, sans-serif;
    font-size:50px;
    line-height: 50px;
    color: #d60008;
    font-weight: 600;
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom:4px;
}

.listHome ul li:nth-child(1) strong{
    color: var(--red);
}
.listHome ul li:nth-child(2) strong{
    color: var(--pink);
}
.listHome ul li:nth-child(3) strong{
    color: var(--olive);
}
.listHome ul li:nth-child(4) strong{
    color: var(--navy);
}



.listHome ul li em{
    display: block;
    width: 58px;
    height: 58px;
    margin: 0px auto;
    margin-top: 12px;
    background-image: url(../img/plus.png);
	background-repeat:no-repeat;
	background-position:left top;
    	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}

.listHome ul li a:hover em{
    transform: scale(0.85);
}


.itemsHome .wrap ul{
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
}

.itemsHome ul li{
    box-sizing: border-box;
    padding: 22px 15px;
    width: 23.25%;
    border:1px solid #d5d5d5;
    border-radius: 15px;
    font-family: 'Supreme-Regular', Arial, sans-serif;
    font-weight: normal;
    color: #d60008;
	font-size:19px;
	line-height:22px;
    text-align: center;
}

.itemsHome ul li:nth-child(1){
    color: var(--red);
}
.itemsHome ul li:nth-child(2){
    color: var(--pink);
}
.itemsHome ul li:nth-child(3){
    color: var(--olive);
}
.itemsHome ul li:nth-child(4){
    color: var(--navy);
}


.itemsHome ul li img{
    max-width: 100%;
    display: block;
    margin: 0px auto;
}


.itemsHome ul li strong{
    font-family: 'Khand-Medium', Arial, sans-serif;
    font-size:45px;
    line-height: 45px;
    font-weight: 500;
    display: block;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.itemsHome ul li span{
    display: block;
    text-align: center;
    margin-bottom: 20px;
}


.bannersHome .wrap ul{
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
}

.bannersHome ul li{
    width: 49%;
}

.bannersHome ul li img{
    width: 100%;
    border-radius: 15px;
}

.listDetail ul li{
    width: 28.5%;
    box-sizing: border-box;
    padding: 22px 14px;
    padding-top: 0px;
    margin-top: 140px;
    border:1px solid #d5d5d5;
    border-radius: 15px;
}

.listDetail ul li img{
    margin-top: -140px;
}

.listDetail ul li strong{
    margin-bottom: 24px;
    line-height: 60px;
}

.detail .wrap{
    border-bottom: 1px solid #c3c4c6;
}

.detail .wrap ul {
  display: flex;
  flex-flow: row wrap;
  justify-content:space-between;
}

.detail .wrap ul li{
    width:17%;
}

.detail .wrap ul li:first-child{
    width:77%; 
}

.detail .wrap ul li .swiper-slide img{
    border-radius: 18px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}

.detail .wrap ul li:first-child strong{
  font-family: 'Khand-Medium', Arial, sans-serif;
  font-size: 50px;
  line-height: 50px;
  color: #d60008;
  font-weight: 500;
  display: block;
  text-align: center;
  width: 100%;
}

.detail .wrap ul li img{
    max-width: 100%;
    width: 100%;
}

.detail .wrap ul li:last-child strong{
  font-family: 'Khand-Bold', Arial, sans-serif;
  font-size: 50px;
  line-height: 50px;
  color: #d60008;
  font-weight: 600;
  display: block;
  padding: 10px 0px;
    border-bottom: 1px solid #c3c4c6;
    border-top: 1px solid #c3c4c6;
}

.detail .wrap ul li:last-child span{
    display: block;
    font-family: 'Khand-Regular', Arial, sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #555;
    padding: 20px 0px;
    border-bottom: 1px solid #c3c4c6;
}

.detail .wrap ul li:last-child span em{
    font-size: 16px;
    font-style: normal;
}

.detail .wrap ul li:last-child .button{
    margin-top:30px;
    margin-bottom:30px; 
}

.detail .wrap ul li:last-child .swiper-slide {
    width: 100% !important;
    opacity: 0.6;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
}


.detail .wrap ul li:last-child .swiper-slide.swiper-slide-thumb-active{
    opacity: 1;
}

.detail .wrap ul li:last-child .swiper-slide img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
}


ul.contact{
display: flex;
 flex-flow: row wrap;
 justify-content: space-between;
}

ul.contact li{
    width: 47%;
}

ul.contact li:last-child{
    font-size: 13px;
    line-height:15px;;
}

ul.contact li img{
    display: inline-block;
    vertical-align: middle;
    width: auto;
    margin: 0px;
    padding: 0px;
    margin-bottom: 18px;
}

ul.contact li .lopd{
    padding: 10px 0px;
}

ul.contact .button{
    float: right;
}

#formSending, #formOk{
	display: none;
	width: 100%; 
	margin: 0px auto;
	text-align: center;
	font-size:20px;
	color: #555;
}

.customInput.error {
  border-bottom: 1px solid #f33944;
}


#jcart{
	display:block;
	position:absolute;
	right:0px;
	top:84px;
	width:400px;
	background-color:#fff;
    color: #555;
	-webkit-box-shadow: 0 9px 9px 2px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 9px 9px 2px rgba(0,0,0,0.1);
  box-shadow: 0 9px 9px 2px rgba(0,0,0,0.1);
}

.shopingWrap{
	padding:0px 0px 0px 0px;
}

#jcart ul{
	display:block;
	margin:0px auto;
	padding:0px 18px;
	padding-right:5px;
	max-height:400px;
	overflow-y:scroll;
}

#jcart ul li{
	display:block;
	margin-top:30px;
}

#jcart ul li:last-child{
	padding-bottom:25px;
}

#jcart ul li a.imageCart{
	display:block;
	float:left;
	cursor:default;
}

#jcart ul li a.imageCart img{
	width:125px;
}

#jcart ul li .infoCart{
	display:block;
	float:right;
	width:225px;
	text-align:left;
	font-family: 'Supreme-Regular', Arial, sans-serif;
	font-weight:normal;
	color:#ffffff;
	font-size:16px;
}

#jcart ul li .infoCart .nameCart{
    font-family: 'Khand-SemiBold', Arial, sans-serif;
    font-size: 30px;
	display:block;
	font-weight:600;
	color:#020303;
}

#jcart ul li .infoCart .refCart{
    font-family: 'Khand-Regular', Arial, sans-serif;
	display:block;
    font-size:21px;
	font-weight:400;
	color:#020303;
}

#jcart ul li .infoCart .priceCart{
    font-family: 'Khand-Regular', Arial, sans-serif;
	display:block;
	font-size:26px;
	font-weight:400;
	color:#d60008;
	margin-bottom:12px;
}

#jcart ul li .infoCart .priceCart em{
    font-size: 16px;
    color: #020303;
    font-style: normal;
}

#jcart ul li .unitsCart{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-size:16px;
	color:#555555;
	width:auto;
	margin-right:32px;
}

#jcart ul li .unitsCart input{
	width:50px;
	border:0px;
	height:24px;
	line-height:25px;
	text-align:center;
	font-family: 'Khand-Medium', Arial, sans-serif;
	font-weight:500;
	color:#d60008;
	font-size:30px;
	display:inline-block;
	vertical-align:middle;
	margin-top:7px;
}

#jcart ul li .unitsCart a.minus, #jcart ul li .unitsCart a.more{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	height:24px;
	background-image:url(../img/minus.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:7px;
}

#jcart ul li .unitsCart a.more{
	background-image:url(../img/more.png);
}

#jcart ul li .delCart{
	display:inline-block;
	vertical-align:top;
	text-align:center;
	font-size:14px;
	color:#393939;
}

#jcart ul li .delCart a.del{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	height:24px;
	background-image:url(../img/delete.png);
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:7px;
}

#jcart .subtotalCart{
	padding-top:20px;
	padding-left:44px;
	padding-right:44px;
	border-top:1px solid #bbbbbb;
	font-family: 'Khand-Regular', Arial, sans-serif;
	color:#020303;
	font-size:25px;
    font-weight: 400;
}


#jcart .subtotalCart span{
	display:inline-block;
	vertical-align:middle;
	width:49%;
	text-align:left;
}

#jcart .subtotalCart .bold{
	font-weight:600;
    font-family: 'Khand-SemiBold', Arial, sans-serif;
    color: #d60008;
    text-transform: uppercase;
    font-size: 30px;
}

#jcart .subtotalCart .bold em{
    font-size: 16px;
  color: #020303;
  font-style: normal;
    text-transform: none;
    font-family: 'Khand-Regular', Arial, sans-serif;
    font-weight: 400;
}

#jcart .subtotalCart span.subtotalImport{
	text-align:right;
}


#jcart .subtotalCart input#jcart-checkout{
	width:100%;
	margin:0px;
	padding:0px;
	border:0px;
	background-color:#d60008;
	height:50px;
	font-family: 'Supreme-Regular', Arial, sans-serif;
	font-weight:normal;
	color:#ffffff;
	font-size:22px;
	line-height:50px;
	text-align:center;
	border-radius:10px;
	cursor:pointer;
	margin-top:12px;
    margin-bottom: 24px;
    	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

#jcart .subtotalCart input#jcart-checkout:hover{
    opacity: 0.75;
}


.checkOut{

}

.checkOut .wrap{
    padding:10px 0px;
    padding-bottom: 25px;
}


.checkOut .colLeft{
	width:50%;
    padding-right: 5%;
    border-right: 1px solid #bdbdbd;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#737373;
	line-height:normal;
}

.checkOut .colLeft a{
	color:#737373;
	text-decoration:underline;
}



.checkOut .colRight{
	width:43%;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	color:#424242;
	font-size:17px;
}

.checkOut .colRight ul{
	display:block;
	width:90%;
	margin:0px auto;
}

.checkOut .colRight ul li {
   display: block;
   margin-bottom:16px;
}

.checkOut .colRight ul li a.imageCart {
    display: block;
    float: left;
    cursor: default;
}

.checkOut .colRight ul li a.imageCart img {
    width:112px;
		margin-right:10px;
}

.checkOut .colRight .infoCart {
    display: block;
    float:left;
    width:240px;
    text-align: left;
    font-family: 'Khand-Regular', Arial, sans-serif;
  font-size: 21px;
  font-weight: 400;
  color: #020303;
}

.checkOut .colRight .infoCart span{
    padding: 2px 0px;
}

.checkOut .colRight .infoCart .nameCart {
    font-family: 'Khand-SemiBold', Arial, sans-serif;
  font-size: 30px;
  display: block;
  font-weight: 600;
  color: #020303;

}

.checkOut .colRight .infoCart .refCart {
    display: block;
    color: #393939;
}

.checkOut .colRight .infoCart .priceCart {
font-family: 'Khand-Regular', Arial, sans-serif;
  display: block;
  font-size: 26px;
  font-weight: 400;
  color: #d60008;
}

.checkOut .colRight .infoCart .priceCart em {
  font-size: 16px;
  color: #020303;
  font-style: normal;
}


.checkOut .colRight .priceSCart{
	display: block;
    float:right;
    width:105px;
    text-align: right;
font-family: 'Khand-Regular', Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: #d60008;
}

.checkOut .colRight .priceSCart em {
  font-size: 16px;
  color: #020303;
  font-style: normal;
}

.checkOut .colRight .subtotalCart, .checkOut .colRight .totalCart{
width: 90%;
  margin: 0px auto;
padding:20px 0px;
display:block;
font-family: 'Khand-Regular', Arial, sans-serif;
font-size: 26px;
  font-weight: 400;
  color: #020303;
border-top: 1px solid #bbbbbb;
border-bottom: 1px solid #bbbbbb;
}

.checkOut .colRight .totalCart{
	border:0px;
	padding:20px 0px;
	padding-bottom:0px;
    font-weight: 600;
  font-family: 'Khand-SemiBold', Arial, sans-serif;
  color: #d60008;
  text-transform: uppercase;
  font-size: 30px;
}

.checkOut .colRight .totalCart em{
    font-size: 16px;
    color: #020303;
  font-style: normal;
  text-transform: none;
  font-family: 'Khand-Regular', Arial, sans-serif;
  font-weight: 400;
}

.checkOut .colRight .subtotalCart span, .checkOut .colRight .totalCart span{
	display:block;
	width:auto;
	float:left;
}

.checkOut .colRight .subtotalCart span.subtotalImport, .checkOut .colRight .totalCart span.totalImport{
	float:right;
	text-align:right;
}

.checkOut .colRight .totalCart em{
	font-style:normal;
	font-size:14px;
	color: #393939;
	font-weight:500;
}

.blockForm{
	margin:22px 0px;
}

.checkOut h3{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:19px;
	color:#333333;
	margin-bottom:10px;
}


.checkOut h4{
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:500;
	color:#737373;
	margin-bottom:10px;
}

.payPalContent{
	padding:20px 0px;
	text-align:center;
	background-color:#fafafa;
	}

.payPalContent img{
	display:inline-block;
}


label.inputCheck{
	display:inline-block;
	vertical-align:top;
	border:1px solid #969696;
	border-radius:5px;
	padding:6px 12px;
	font-size:13px;
	margin-right:1%;
	margin-bottom:10px;
	width:44.4%;
}

#breadCrumb{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:21px;
	color:#AFAFAF;
}

#breadCrumb .wrap{
    padding: 0px 0px;
    padding-top: 20px;
}

#breadCrumb span{
	color:#333333;
	font-weight:500;
}

#breadCrumb strong{
	color:#AFAFAF;
	font-weight:500;
}

#breadCrumb strong.sel{
	color:#d60008;
	font-weight:500;
}


#paymentShipping, #paymentMethods{
	display:none;
}

label.inputCheckF{
	width:94.7%;
}

label.inputCheckM{
	width:27.65%;
}

label.inputCheck input, label.inputCheck select{
	margin:0px;
	padding:0px;
	display:block;
	border:0px;
	background:none;
	height:19px;
	line-height:19px;
	font-size:14px;
	color:#333333;
	margin-top:4px;
	width:100%;
}

label.inputCheckOption{
	width:94.7%;
	margin-bottom:0px;
	line-height:29px;
}
label.inputCheckOption input{
	display:inline-block;
	margin-top:0px;
	width:auto;
	height:auto;
}

label.inputCheckFirst{
	border-bottom:0px;
	border-bottom-right-radius: 0px;
border-bottom-left-radius: 0px;
}

label.inputCheckMiddle{
	border-bottom:0px;
	border-radius:0px;
}

label.inputCheckLast{
	border-top-right-radius: 0px;
border-top-left-radius: 0px;
}

label.inputCheck select{
	margin-left:-4px;
}


label.inputCheck select option{
	padding-left:0px !important;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}

label.inputError{
  border: 1px solid #F66;
}

#blockFormInvoice{
	display:none;
}

#paymentResponse strong{
	color: #d60008 !important;
  font-weight: bold;
}

.infoPayment{
	border:1px solid #969696;
	border-radius:5px;
	padding:12px 12px;
}

.blockFormNav{

}

.blockFormNav a{
	display:block;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #d60008 !important;
  font-weight: 500;
	text-decoration:none !important;
	line-height:52px;
}

.blockFormNav input.jcart-button{
    width:auto;
		display:block;
		float:right;
    margin: 0px;
    padding: 0px;
    border: 0px;
    background-color: #d60008;
    color: #fff;
    height: 50px;
    font-family: 'Supreme-Regular', Arial, sans-serif;
    font-weight: normal;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    padding:0px 35px;
}

footer{
    width: 100%;
    padding-top: 50px;
    margin-top: 15px;
    background-image: url("../img/foot.png");
    background-repeat: no-repeat;
    background-position: center top;
}

footer .wrap{
font-size: 15px;
color:  #555;
}

footer .wrap a.by{
    color:  #555;
    display: block;
    position: absolute;
    right: 0px;
    top: -20px;
}

footer .wrap a.by:hover{
    text-decoration: underline;
}

footer .wrap ul {
    display: flex;
    flex-flow: row wrap;
    justify-content:space-between;
    align-items: center;
    width: 100%;
    margin: 0px auto;
}

footer .wrap ul li{
    font-family:Arial, Helvetica, sans-serif;
	color:#393b41;
	font-size:14px;
    line-height:normal;  
}

footer .wrap ul.lks li{
    width: 100%;
    text-align: center;
    padding-top: 12px;
}

footer .wrap ul li:nth-child(2){
    text-align: center;
}

footer .wrap ul li a.p{
    font-family: 'Khand-Bold', Arial, sans-serif;
    font-size:31px;
    line-height:58px;
    color: #fff;
    font-weight: 600;
}

footer .wrap ul li a.p:nth-child(1){
    color: var(--red);
}
footer .wrap ul li a.p:nth-child(2){
    color: var(--pink);
}
footer .wrap ul li a.p:nth-child(3){
    color: var(--olive);
}
footer .wrap ul li a.p:nth-child(4){
    color: var(--navy);
}

footer .wrap ul li a:hover{
    text-decoration: underline;
}

.customInput {
    border:0px;
   font-family: 'Supreme-Regular', Arial, sans-serif;
    font-weight: 400;
    color: #555;
	font-size: 17px;
    padding: 0px;
    height: 33px;
    line-height: 33px;
    background-color: #fff;
    border-bottom: 1px solid #cccccc;
    margin: 0px;
    cursor: default;
    display:inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 18px;
}


#captcha.customInput{
    width: 65%;
    margin-right: 8px;
}

textarea.customInput {
    line-height: normal;
    text-indent: 0px;
    padding-left: 18px;
    padding-top: 10px;
    height: 114px;
    width: 100%;
}

select.customInput{
	text-indent:0px;
	padding-left:18px;
    width:97.5%;
}

.button{
    box-sizing: border-box;
	text-align:center;
	display:block;
	font-family: 'Supreme-Regular', sans-serif;
	font-weight:400;
	color:#707070;
	font-size:20px;
    padding:0px 22px;
	height:33px;
	min-height:33px;
	line-height:29px;
	border:1px solid #b2b2b2;
	background-color:#FFF;
    border-radius:21px;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}

a.button:hover{
	background-color:#707070;
    color: #fff;
}

select.button{
    text-align: left;
    font-size: 18px;
    padding: 0px;
    width: 100%;
    padding-left: 16px;
}


.kitDigital{

}

.kitDigital .wrap{
    padding: 15px 0px;
    text-align: center;
}

.kitDigital img{
    max-width:45%;
    display: inline-block;
}


section:after, footer:after, .section:after, .wrap:after, .mainInfo:after, .contentRoom:after, form:after, .valContent:after, .envList ul li:after, .roomItem:after{
	content: '';
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clear{
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
		color: #7b7b7b;
		opacity:1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #7b7b7b;
	 opacity:1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #7b7b7b;
	 opacity:1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color: #7b7b7b;
	 opacity:1;
}

#pdcc-modal-bg #pdcc-modal-container{
    font-size: 15px !important;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-config, #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-info #pdcc-modal-acceptance div#pdcc-modal-reject, #pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings div#pdcc-modal-deny-all {
    background-color: #d60008 !important;
    color: #fff !important;
    margin-left: 12px !important;
}

#pdcc-modal-bg #pdcc-modal-container div#pdcc-modal-body div#pdcc-modal-settings #pdcc-modal-services p label.pdcc-btn-switch input:checked:disabled + .pdcc-btn-slider {
  background-color: #d60008 !important;
}

