body{
	margin-top:60px;
}
.modal-body {
	/*padding:0px;*/
}
.bg-blue{
	color:#fff;
	background: url(/assets/images/dots.svg) repeat center/auto,linear-gradient(270deg,#1962b3 0,#69caf0 100%);
}
.bg-red{
	color:#fff;
	background: url(/assets/images/dots.svg) repeat center/auto,linear-gradient(270deg,#a52421 0, #f07967 100%);
}
.bg-yellow{
	color:#fff;
	background: url(/assets/images/dots.svg) repeat center/auto,linear-gradient(270deg,#ccac1f 0,#fef596 100%);
}
.owl-carousel .owl-stage-outer {
    padding:0px !important;
}
.cnt-prod{
	position:relative;
	overflow:hidden;
}
.cnt-prod-bg{
	position:relative;
}
.cnt-prod-text {
	position: absolute;
	z-index: 1;
	width: 100%;
	min-height: 350px;
	text-align: center;
	top: 350px;
	padding-top:70px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
	background-color: rgba(0,0,0,.5);
	transition: top ease 0.3s;
}
.a-cnt-prod:hover{
	color:#fff;
}
.a-cnt-prod:hover > .cnt-prod > .cnt-prod-text{
	top: 0px;
}
.tabs {
    margin-top: 20px;
}
.tabs {
    border-radius: 8px;
    overflow: hidden;
}
.tab-label:hover {
    
}
.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    cursor: pointer;
	margin:10px 0px;
}
.tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all .35s;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}
*, :after, :before {
    box-sizing: border-box;
}
.tabs input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
input:checked + .tab-label::after {
    transform: rotate(90deg);
}

.tab-content {
	display: none;
    max-height: 0;
    padding: 0 1em;
    background: #fff;
	color:#000;
    transition: all .80s;
}
.tab-content ul li{
	margin: 10px auto;
}
.tab-content ul li strong{
	font-weight: bold;
}
input:checked ~ .tab-content {
	background: #f9f9f9;
	display: block;
    max-height: 100vh;
    padding: 1em;
}

.product-description {
      padding: 15px 20px 0px 0px;
}

.cnt-btn{
	margin:1em 0px;
	padding:1em;
	text-align:center;
}
/***/
#btn-video{
	display:none;
}

.promo-description{
	text-align: center;
	padding: 1em;
	text-decoration: none;
}
@media screen and (max-width: 767px){
	.video-bg {
		display: block;
		width: 100%;
		min-height: 95px;
		height: 95px;
		overflow: hidden;
	}

}


