.dropzone-style {
	min-height: 145px;
	border: 2px dashed #c80f13;
	background: #fff;
	padding: 20px 20px;
}

.dropzone-style, .dropzone-style * {
	box-sizing: border-box;
}

.divider {
background-color: #e6ebef;
color: #000;
padding: 0.7em 1em;
font-size: 1.2rem;
margin: 2em 0;
}

.col-xl-9 .list-styled {
	margin-bottom:2em;
}

.owl-item .card img {
	margin:0 auto;
}

.owl-item .card {
	width:94%;
}

.owl-dots {
	bottom:85%;
}

span.play {
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	background-image:none;
	background-position:center;
	background-repeat:no-repeat;
	background-image:url('../../images/youtube-alt.png');
}

span.play:hover {
	background-image:url('../../images/youtube-active.png');
}

.link-play {
	position:relative;
}

.v3-base-margin {
	margin-bottom:4em;
}

.error {
	display:none;
	color:#c80f13;
}

.fld-error {
	border:1px solid red;
}

.ecom-basket-container {
position: absolute;
top: -15px;
right: 0;
width: 10em;
height:3em !important;
overflow: hidden;
}

html body.aco div.aco-main-header.container-fluid div.btn-group.etrade-cart {
	float:right;
}

.youtube-embed{
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; 
  height: 0;
}
.youtube-embed iframe{
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.row p {
	margin-bottom:1em;
}
