.advrow-m {max-height:180px;overflow:hidden;}
.advrow-m.advrow-center {margin-left: -100px;margin-right: -100px;}
.advrow-m .advrow_item {
	cursor:pointer;
	font-size: 36px;
	line-height: 100px;
	margin: 0 10px;
	padding: 2%;
	position: relative;
	text-align: center;
}

.advrow-m.advrow-center .slick-center .advrow_item {
  -moz-transform: scale(1.08);
  -ms-transform: scale(1.08);
  -o-transform: scale(1.08);
  -webkit-transform: scale(1.08);
  color: #e67e22;
  opacity: 1;
  transform: scale(1.08);
}
.advrow-m.advrow-center .advrow_item {
  height:180px;
  transition: all 300ms ease;
}

.advrow-w {
	display:flex;
}
.advrow-w .advrow-slick {
	height:180px;
	width:100%;
	margin-left:15px;
	margin-right:15px;
	overflow:hidden;
}
.advrow-w .advrow_item {
	position: relative;
	height:180px;
}

.advrow_item .text-red, .bigslider .text-red, .hotdeals-l .text-red, .hotdeals-s .text-red {background-color:#e31e24;flex:7}
.bigslider .text-insider {width:300px;flex:300;padding:5px 0 5px 10px;font-size:22px;font-family:'Roboto Slab', serif;line-height:30px;text-align:left;}
.hotdeals-container {max-height:240px;height:240px;overflow:hidden}
.hotdeals-l {width:300px;height:200px;position:relative;cursor:pointer}
.hotdeals-l .text.topleft {top:10px;left:10px;bottom:auto;right:auto}
.hotdeals-l .text.topright {top:10px;left:auto;bottom:auto;right:10px}
.hotdeals-l .text.bottomleft {top:auto;left:10px;bottom:15px;right:auto}
.hotdeals-l .text.bottomright {top:auto;left:auto;bottom:15px;right:10px}
.hotdeals-l .text, .hotdeals-s .text {
	position:absolute;bottom:10px;left:10px;display:flex;
}
.hotdeals-l .text-insider, .hotdeals-s .text {
	width:200px;flex:200;padding:5px;font-size:20px;font-family:'Roboto Slab',serif;line-height:26px;text-align:left;
}
.advrow_item .text-insider {
	width:170px;flex:170;padding:5px;font-size:16px;font-family:'Roboto Slab',serif;line-height:20px;text-align:left;
}
.advrow_item .text {
	position:absolute;bottom:10px;left:10px;display:flex;
}

.advrow-w .advrow_item .text {
background-color:rgba(255, 255, 255, 0.7);width:200px;flex:200;padding:5px;color:#000;font-size:16px;font-family:'Roboto Slab',serif;line-height:20px;text-align:left;
}

button.slick-arrow {display:none!important;}
.slick-prev,
.slick-next
{
    position: absolute;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
}
.slick-next {right:-3px}
@media only screen and (max-width: 1000px) {
	.advrow-m.advrow-center {margin-left: -50px;margin-right: -50px;}
	.adv-slider-arrow.fa-chevron-circle-left-bold {left:65px;}
	.adv-slider-arrow.fa-chevron-circle-right-bold {right:65px;}
}
@media only screen and (max-width: 767px) {
	.advrow-m.advrow-center {margin-left: -10px;margin-right: -10px;}
	.advrow-m.advrow-center .advrow_item {opacity: 0.6;}
}
