/**
* 2007-2019 PrestaShop
*/

#banner_footer{
	display: none;
}
#product #banner_footer{
	display: flex;
	width: 100%;
  margin: 0;
  height: 400px;
}

#banner_footer ul {
	list-style: disc;
  list-style-position: outside;
  margin-left: 20px;
}

#banner_footer .foot_banner_text_box{
	padding-top: 32px;
  padding-right: 60px
}
#banner_footer .foot_banner_text_box .text{
	margin-top: 20px;
}
#banner_footer .foot_banner_text_box .title{
	line-height: 24px;
}
#banner_footer .foot_banner_img img{
	float: right;
	margin-right: -15px;
	overflow-x: hidden;
	position: absolute;
	left: 0px;
	/*height: 400px;*/
	width: 750px;
}

#banner_footer .title{
	  text-transform: none;
}

#banner_footer .tri_up {
	float: left;
	width: 100px;
	height: 400px;
	background: #01a5e4;
	-webkit-clip-path: polygon(100% 0%, 0% 0%, 0% 100%,75% 100%);
	clip-path: polygon(100% 0%, 0% 0%, 0% 100%,62% 100%);
  background-image: linear-gradient(94deg,rgba(35,35,35,0) 20%,rgb(35, 35, 35,0.6) 189%);
}

#banner_footer .ro{
	transform: rotate(180deg);
  margin-left: -34px;
}

#banner_footer .slider-forma{
	background: #00a5e4;
  color: #00a5e4;
  width: 125px;
  height: 450px;
  -webkit-transform: rotate(14deg);
  transform: rotate(14deg);
  position: relative;
  left: -75px;
  top: -33px;
}

#banner_footer .slider-forma-shadow {
	left: 663px;
  top: 0px;
  color: #00a5e4;
  position: absolute;
  width: 140px;
  height: 450px;
  -webkit-transform: rotate(14deg);
  transform: rotate(14deg);
  background: linear-gradient(83deg,rgba(0,165,228,.1) 0%,rgba(0,165,228,.1) -4%,#00a5e4 41%);
}

#banner_footer .foot_banner_img{
	overflow: hidden;
	height: 400px;
}
@media (min-width: 768px) and (max-width: 991px) {
	#banner_footer .foot_banner_text_box {
	  padding-right: 5px;
	}
	#banner_footer .foot_banner_text_box .text{
		font-size: 14px;
	}
}
@media only screen and (max-width: 767px) {
	#banner_footer .title{
		font-size: 20px;
	}
	#banner_footer .foot_banner_text_box{
		padding-top: 15px;
		padding-left: 20px;
	  padding-right: 20px;
	}
}