
@import url(//fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab:300,400,600,700);
*  
    { 
    margin: 0; 
    padding: 0; 
    border: 0; 
}

body{
	font-family: "Roboto Slab", sans-serif;
	line-height:1.6em;
	font-weight:400;
	font-size:15px;
	color: #1d283a;
}

section, div, table, h1, h2, h3, h4, h5, table, td, ul, li, a, p{font-family: "Roboto Slab", sans-serif;}

	a{color: #1d283a;}
	a:hover{color:#4b586b;}



	.shadow{webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);}

.nopad{margin:0;padding:0;}
	
.clear 
    { 
    clear:both; 
} 

.right 
    { 
    float: right; 
} 

.left 
    { 
    float: left; 
}
.center{text-align:center;}

h1 
    { 
    font-size: 2em; 
	font-weight:800;
	color:#000131;
	line-height:2em;
} 

     
h2 
    { 
    font-size: 2.0em;     
} 
     
h3 
    { 
    font-size: 1.8em; 
} 
     
h4 
    { 
    font-size: 1.6em;     
} 
     
h5 
    { 
    font-size: 1.4em;     
} 
     
p 
    { 
    font-size: 15px;   
}

section{overflow-x:hidden;}



/* Header 
-----------------------------------------------------------------------------*/ 

#privacy-box{
	
	    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
	padding:15px;
	position:fixed;
	bottom:0;
	z-index:10;
	border-radius:0;
    
}
#privacy-box span{font-size:0.8em;}
#privacy-box span a{color:#fff;text-decoration:underline;}
#privacy-box span a:hover{color:#fff;}
#privacy-box-close{position:absolute;font-size:2em;right:2%;cursor:pointer;}


#notify{
	    display: flex;
    -moz-box-align: center;
    align-items: center;
    -moz-box-pack: center;
    justify-content: center;
    position: relative;
    width: 100%;
	padding:15px;
	border-radius:0;
    
}
#notify-close{position:absolute;font-size:2em;right:2%;cursor:pointer;}
	
#header-account{float:right;display:block;padding:15px 10px;}
#header-cart{float:right;display:block;padding:15px 10px;}

.article{min-height:400px;background:#fff;}
.article-img{}
.article-text{padding:25px;}
.article-text h4{font-size:1em;text-transform:upercase;}
.article-text h6{}


/* alert */
.alert {
    position: relative;
    padding: .75rem 1.25rem;
        padding-right: 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 0;
}
.alert-warning{background:#dd3b4c;color:#fff;

background-image: 
  linear-gradient(
      to right, 
      #f34f5d, #dd3b4c
    );
}
.alert-note{background:#000;color:#fff;}
/*
.info{background:#1e5c97;color:#fff;}
.success{background:#2e9972;color:#fff;}
.tips{background:#1e344b;color:#fff;}
*/


.header-top{padding:10px 0px;border-bottom:1px solid #e8e8e8;}
.header{padding:15px 0px;}
.header-bottom{border-bottom:1px solid #e8e8e8;padding:0px;background-color:#d2deea;}

.badge-primary{color:#fff;background:#000;}
.slider{max-height:600px;overflow:hidden;}
.slider video {

  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page{padding-bottom:80px;}
.home-product{padding:80px 0px;}
.product_box{border:2px solid #fff;}
.product_box:hover{border:2px solid #d2deea;}
.product-box-header{padding:10px 10px 0px 10px;border:0px solid red;height:40px;}
.product-box-img{padding:0px 15px;}

.product-box-text{padding:15px;}
.free-shipping{float:left;font-size:10px;text-transform:uppercase;color:green;font-weight:600;}
.label-discount{float:right;border:1px solid #073d85;color:#073d85;padding:0px 10px;font-size:10px;font-weight:600;border-radius:5px;}
.product-brand{display:block;width:100%;font-size:1.2em;font-weight:600;}
.product-title{font-size:12px;width:100%;display:block;min-height:80px;}

.product-category{color:#999;font-size:12px;width:100%;display:block;min-height:50px;}
.product-price{float:right;display:block;font-size:1.2em;font-weight:600;}
.product-box-footer{padding:15px;}

.home-category{padding:80px 0px;background:#d2deea;}
.home-category-box{border:1px solid #e8e8e8;border-radius:5px;background:#fff;}
.home-category-img{padding:15px;}
.home-category-title{padding:15px;}

.bg-white{background:#fff;}
.navbar-light .navbar-nav .nav-link {
    color: #3e4964;
	font-weight:600;
	background-color:#fff;
	padding:5px 0px;
	border-radius:5px;
	
	
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #3e4964;
	font-weight:600;
	background-color:#f1f1f1;
	padding:5px 10px;
	border-radius:5px;
}

.navbar-light .navbar-nav .nav-item .btn{

	padding:5px 10px;
	margin:0px 5px;


}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
	max-width:300px;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}

.navbar-toggler {
    padding:1px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 0px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: .25rem;
}
ul.lista-menu{list-style:none;padding:0;margin:0;margin-top:5px;}
ul.lista-menu li{font-size:14px;padding:0;line-height:1.5em;padding-left:5px;margin:0;}
.navbar {padding: 0rem 0rem;border:0px solid green!important;}
.bx{vertical-align:middle;}
ul.navbar-nav li{display:inline;}
ul.navbar-nav li.nav-item a.nav-link{border:0px solid red!important;padding:0;padding:5px!important;margin:5px;}

.my-menu-content{}

ul#list-nav{list-style:none;text-align:left;margin:0;padding:10px 0px;}
ul#list-nav li{display:inline;padding:8px 6px;}
ul#list-nav li a{color: #3e4964;
	font-weight:600;}
ul#list-nav li a:hover{color: #3e4964;
	font-weight:600;}

.box{border:2px solid #e8e8e8;padding:10px;border-radius:5px;margin:5px 0px;}
.box:hover{border:2px solid #03669d;}
.box h6{font-size:0.8em;}

/* Footer 
-----------------------------------------------------------------------------*/ 
.footer{padding:100px 0px;border-top:1px solid #e8e8e8;}
.footer h4{font-size:1em;padding-bottom:15px;}
.footer ul{list-style:none;}
.footer ul li{display:block;}
.copyright{padding:20px 0px;}



/* Page 
-----------------------------------------------------------------------------*/ 

.hero{padding:100px 0px;

    background: linear-gradient(65deg, #fff, #e8e8e8);
    border-bottom-left-radius: 85%;
    border-bottom-right-radius: 0%;}
.hero h1,
.hero h2,
.hero h3,
.hero h4,
.hero h5,
.hero h6 {
  color: #3e4555;
}
.hero .font-weight-medium {
  font-weight: 500;
}
.hero .font-weight-normal {
  font-weight: 400;
}

.hero .bg-light {
  background-color: #f4f8fa !important;
}

.hero .subtitle {
  color: #8d97ad;
  line-height: 24px;
}


.how{padding:50px 0px;}

.how h1,
.how h2,
.how h3,
.how h4,
.how h5,
.how h6 {
  color: #3e4555;
}
.how .font-weight-medium {
  font-weight: 500;
}
.how .font-weight-normal {
  font-weight: 400;
}

.how .bg-light {
  background-color: #f4f8fa !important;
}

.how .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.list-point{
	display:block;
	padding:15px;
}
.list-point ul{list-style:none;}
.list-point ul li{display: block;border:1px solid red;}
.list-point ul li span.number{font-size:2em;}
.big-icon{font-size:4em;padding:10px;}

.circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%; /* the magic */
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  text-align: center;
  color: white;
  font-size: 2em;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 auto;
  background:#07a5fc;
}

.card-point{border:0;padding:15px;margin-bottom:15px;}
.card-point .card-body{border:0;padding:0;}

/**/
.hero h1 {
  font-weight: 100;
  line-height: 50px;
	font-size: 33px;
}

.hero h1 span {
  border-bottom: 3px solid #188ef4;
}


.testimonial h1,
.testimonial h2,
.testimonial h3,
.testimonial h4,
.testimonial h5,
.testimonial h6 {
  color: #3e4555;
}
.testimonial .font-weight-medium {
  font-weight: 500;
}
.testimonial .font-weight-normal {
  font-weight: 400;
}

.testimonial .bg-light {
  background-color: #f4f8fa !important;
}

.testimonial .subtitle {
  color: #8d97ad;
  line-height: 24px;
}

.homepro{background:#d2deea;}
.homepro{padding:10px 0px;}
.homepro h1,
.homepro h2,
.homepro h3,
.homepro h4,
.homepro h5,
.homepro h6 {
  color: #3e4555;
}
.homepro .font-weight-medium {
  font-weight: 500;
}
.homepro .font-weight-normal {
  font-weight: 400;
}

.homepro .bg-light {
  background-color: #f4f8fa !important;
}

.homepro .subtitle {
  color: #8d97ad;
  line-height: 24px;
}


.sectionable{overflow:hidden;width:100%;}
.lead {
    font-size: 1.3rem;
    font-weight: 300;
	line-height:1.4em;
}

#content{padding:0px 0px;border-top:1px solid #e8e8e8;}
#reviews{padding:50px 0px;border-top:1px solid #e8e8e8;}

/* general
-----------------------------------------------------------------------------*/ 

.card-testimonial{
	padding:15px;
	border:0;
	min-height:250px;
}
.card-shadow{
	webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);

}

.testimonial-reviews{
  font-family: "Montserrat", sans-serif;
  color: #3e4555;
  font-weight: 300;
  line-height:24px;
  font-size:1.2em;
}
.testimonial-name{font-family: "Montserrat", sans-serif;text-transform:uppercase;font-size:0.8em;}
.card-footer{background:#fff;border:0;}
.stars{color:#30a54a!important}


/* Tables  
-----------------------------------------------------------------------------*/ 

table 
  {  
  border-spacing: 0; 
  border-collapse: collapse; 
} 

td  
  { 
  text-align: left; 
  font-weight: normal; 
}

/* button  
-----------------------------------------------------------------------------*/
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-buy {
    color: #fff;
    background-color: #000;
    border-color: #000;
	
}
.btn-buy:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
	
}
.btn-strong{
	padding:15px 40px;
	
}
.btn-strong span{font-size:1.5em;vertical-align:middle;}
.btn-strong i{font-size:2em;vertical-align:middle;}

.btn-pro{

    background-color: none;
    border-color: #acc9e1;
}
.btn-pro:hover{

    background-color: #f7f7f8;
    border-color: #8abae2!important;
	color:#000131!important;
	
}

/* slider  
-----------------------------------------------------------------------------*/
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
	
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
	
}
.swiper-slide{padding:40px 15px;}
.swiper-button-prev{}
.swiper-button-next{}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));

}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: -8px;
    right: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: -8px;
    left: auto;
}

.swiper-button-next::after, .swiper-button-prev::after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
	font-size:1em;

}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;

}


/**/
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem .5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;

}
.dropdown-item {font-size:12px;font-weight: 400;}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .8rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0rem;

}


/**/
.ma5menu__panel > ul {
    margin: 0;
    padding: 0;
}
.ma5menu__panel h6{color:#fff;padding:5px 15px;text-transform:uppercase;font-size:12px;margin-top:25px;}

.breadcrumb-container{border:0px solid red;}
.breadcrumb{border:0px solid red;background:none!important;border:0;border-radius:0;margin:0;padding:15px 0px;}




.plist{padding-left: 15px;
font-size: 13px;
color: #95989c;
font-weight:300;
}

.category-list{padding:50px 0px;}
.category-horizontal-filter{width:100%;border-bottom:1px solid #e8e8e8;padding:15px 0px;margin:0;}
.category-vertical-filter{border:1px solid #e8e8e8;}
.filter{border:0;}
.filter > .card-header{}
.filter > .card-header h4{text-transform:uppercase;font-size:14px;}
.filter > .card-body{}
.filter > .card-body a{width:100%;display:block;}


.show-product{padding:50px 0px;}

.price-strike{text-decoration: line-through;
font-size: .9375rem;
color: #777;
line-height: 3em;
font-weight: 300;
float: left;
display: inline;}
.price-final{font-size: 1.875rem;
color: #007bff;
font-weight: 700;
clear: both;}


.cart-box-prezzo{
  font-size: 16px;
  font-weight: 600;
}

.cart-box-titolo{
  font-size: 12px;
  color:#2d2d2d;
}
.cart-box-versioni{
  font-size: 12px;
  color:#666666;
}

.nav-item.active{
  text-decoration: underline;
}


.hide-element{
  display:none;
}

.card-columns {
    column-count: 4;
}

.nav-link.active {
  text-decoration: underline;
}
label{font-weight: 600;}


#show-img { }
.small-img{
    width: 350px;
    height: 70px;
    margin-top: 10px;
    position: relative;
    left: 25px;
}
.small-img .icon-left, .small-img .icon-right{
    width: 12px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.small-img .icon-left{
    transform: rotate(180deg)
}
.small-img .icon-right{
    right: 0;
}
.small-img .icon-left:hover, .small-img .icon-right:hover{
    opacity: .5;
}
.small-container{
    width: 310px;
    height: 70px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.small-container div{
    width: 800%;
    position: relative;
}

.small-container .show-small-img{
    width: 70px;
    height: 70px;
    margin-right: 6px;
    cursor: pointer;
    float: left;
}
.small-container .show-small-img:last-of-type{
    margin-right: 0;
}

.text-orange{
  color:#fd7e14;
}

.sectionable-box-pad{padding:100px;}

/* Schermi grandi o ad alta risoluzione */
@media all and (max-width: 1690px) {  }

/* Schermi Desktop o Portatili */
@media all and (min-width: 1280px) and (max-width: 1689px) { }

/* Tablet in modalità orizzontale */
@media all and (min-width: 737px) and (max-width: 1279px) { 

 }

/* Tablet in modalità verticale */
@media all and (min-width: 481px) and (max-width: 736px) { 
.sectionable-box-pad{padding:50px 50px;}
 
}

/* Smartphone o piccoli Tablet */
@media all and (max-width: 480px) { .sectionable-box-pad{padding:50px 50px;} } 

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
  width: 300px;
  position: fixed;
  top: 0;
  left: -300px;
  height: 100vh;
  z-index: 9999;
  background: #f7f7f7;
  color: #333;
  transition: all 0.3s;
  overflow-y: scroll;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
  left: 0;
}

#dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: #f7f7f7;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#dismiss:hover {
  
}

.overlay {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 998;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.overlay.active {
  display: block;
  opacity: 1;
}

#sidebar .sidebar-header {
  padding: 20px;
  background: #f7f7f7;
}

#sidebar ul.components {
  padding: 20px 0;
  border-bottom: 1px solid #f7f7f7;
}

#sidebar ul p {
  color: #333;
  padding: 10px;
}

#sidebar ul li a {
  padding: 10px;
  font-size: 1.1em;
  display: block;
border-bottom:1px solid #e8e8e8;

}

#sidebar ul li a:hover {
  color: #000;
  background: #f0f0f0;
}

#sidebar ul li.active>a{
  color: #333;
  background: #f0f0f0;
}
#sidebar ul li.active>a[aria-expanded="true"] {
  color: #333;
  background: #f0f0f0;
}

a[data-toggle="collapse"] {
  position: relative;
}

#sidebar ul li.dropdown-toggle::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
vertical-align:middle;
}

.menu-top-hide{padding:10px 10px;float:right!important;display:block;text-align:right!important;cursor:pointer;}


/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/

/* DEMO GENERAL ============================== */
.hover {
  overflow: hidden;
  position: relative;
  padding-bottom: 60%;
}

.hover-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  transition: all 0.4s;
}

.hover img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}

.hover-content {
  position: relative;
  z-index: 99;
}


/* DEMO 1 ============================== */
.hover-1 img {
  width: 105%;
  position: absolute;
  top: 0;
  left: -5%;
  transition: all 0.3s;
}

.hover-1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
  top:35%;

}

.hover-1 .hover-overlay {
  background: rgba(0, 0, 0, 0.1);
}

.hover-1-description {
  transform: translateY(0.5rem);
  transition: all 0.4s;
  opacity: 0;
  margin-top:10px;
}

.hover-1:hover .hover-1-content {
  
 
}

.hover-1:hover .hover-1-description {
  opacity: 1;
  transform: none;
}

.hover-1:hover img {
  left: 0;
 
}

.hover-1:hover .hover-overlay {
   background: rgba(0, 0, 0, 0.6);
  
}
.hover-1-title{font-size:18px;}

@media (max-width: 576px) {  

.hover-1-content {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  transition: all 0.4s;
  top:5%;

}
.hover-1-title{font-size:18px;}

 
}


/* DEMO 2 ============================== */
.hover-2 .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.1));
}

.hover-2-title {
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  width: 100%;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2-description {
  width: 100%;
  position: absolute;
  bottom: 0;
  opacity: 0;
  left: 0;
  text-align: center;
  z-index: 99;
  transition: all 0.3s;
}

.hover-2:hover .hover-2-title {
  transform: translateY(-1.5rem);
}

.hover-2:hover .hover-2-description {
  bottom: 0.5rem;
  opacity: 1;
}

.hover-2:hover .hover-overlay {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1));
}


/* DEMO 3 ============================== */
.hover-3::after {
  content: '';
  width: calc(100% - 3rem);
  height: calc(100% - 3rem);
  border: 1px solid #fff;
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  z-index: 90;
  transition: all 0.3s;
  transform: scale(1.1);
  opacity: 0;
  display: block;
  opacity: 0;
}

.hover-3-content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 99;
}

.hover-3-description {
  opacity: 0;
  transform: scale(1.3);
  transition: all 0.3s;
}

.hover-3 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-3 .hover-overlay {
  background: rgba(0, 0, 0, 0.2);
}

.hover-3:hover img {
  width: 100%;
}

.hover-3:hover::after {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-3-description {
  opacity: 1;
  transform: none;
}

.hover-3:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}


/* DEMO 4 ============================== */
.hover-4 img {
  width: 110%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hover-4 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
  z-index: 90;
}

.hover-4-title {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 3rem;
  z-index: 99;
}

.hover-4-description {
  position: absolute;
  top: 2rem;
  left: 2rem;
  text-align: right;
  border-right: 3px solid #fff;
  padding: 0 1rem;
  z-index: 99;
  transform: translateX(-1.5rem);
  opacity: 0;
  transition: all 0.3s;
}

@media (min-width: 992px) {
  .hover-4-description {
    width: 50%;
  }
}

.hover-4:hover img {
  width: 100%;
}

.hover-4:hover::after {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-4-description {
  opacity: 1;
  transform: none;
}

.hover-4:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}


/* DEMO 5 ============================== */
.hover-5::after {
  content: '';
  width: 100%;
  height: 10px;
  background: #47c650;
  position: absolute;
  bottom: -10px;
  left: 0;
  display: block;
  transition: all 0.3s;
  z-index: 999;
}

.hover-5 .hover-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.hover-5-title {
  position: absolute;
  bottom: 1rem;
  left: 0;
  transition: all 0.3s;
  padding: 2rem 3rem;
  z-index: 99;
}

.hover-5-title span {
  transition: all 0.4s;
  opacity: 0;
  color: #47c650;
}

.hover-5:hover .hover-overlay {
  background: rgba(0, 0, 0, 0.8);
}

.hover-5:hover .hover-5-title {
  bottom: 0;
}

.hover-5:hover .hover-5-title span {
  opacity: 1;
}

.hover-5:hover::after {
  bottom: 0;
}

.category-horizontal-filter{
  display: none;
}