/*home hero*/
.home-hero {
    text-align: center;
    color: #fff;
    background-color: #000000;
    position: relative;
    overflow: hidden;
    min-height: 420px;
    display: flex;
    align-items: center;
  }

  .home-bg {
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }


.home-hero-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    color: #fff;
    position: relative;
  }

.home-hero h1{

    font-size: 38px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #fff;

}
.home-hero p {
  font-size: 18px;
  font-weight: 300;
  width: 66%;
  margin: 0 auto;
    margin-bottom: 0px;
  color: #fff !important;
}


/*content*/
main.page-main{

    max-width:100%!important;
    padding:0px!important;
}

.page-main .columns{
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding:0px!important;
    width: auto;
    display:block!important;
}

.page-main .columns .column.main {
  padding: 0px !important;
  width: 84%;
  margin: 0 auto;
  max-width: 1280px;
}

.customer-favorites h3{
  color:#fff;
  font-size: 24px;
  padding:10px;
  background:#5f2d88;
}
.back-in-stock{

  margin-top:50px;
  padding-bottom:30px;
}
.back-in-stock h4{
  color:#fff;
  font-size: 24px;
  padding:10px;
  background:#d3d3d3;
}

.product-item{

  animation: animate-in 1s ease-out forwards;

}
@keyframes animate-in {
  from {
    opacity: 0;
    transform: translateY(1rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/*Customer Favorites & Back In Stock*/

.customer-favorites .product-image-container, .back-in-stock .product-image-container {
  display: inherit;
  max-width: 100%;
}

.customer-favorites .product-image-wrapper, .back-in-stock .product-image-wrapper {
 
  padding-bottom:100%!important;
}
.page-layout-1column .block.widget .products-grid .product-item {
  margin-left: 0!important;
  width: 20%!important;
  margin-bottom: 0px!important;
}
.block.widget .products-grid .product-items {
  display: flex;
  justify-content: space-between;
}

.product-item-details.custom-product-grid {
  background-color: #5f2d88;
  color:#fff;
}

.product-item-details.custom-product-grid a{

  color:#fff;
}

.product-item-details.custom-product-grid .product-item-inner {
  background-color: #fed401;
}
.product-item-details.custom-product-grid .product-item-inner a {
  line-height: 0;
  background: url("../images/add-to-cart.png") no-repeat center right;
  display: inline-block;
  height: auto;
  width: 100%;
  padding: 22px;
  color:#333;
}
.product-item-details.custom-product-grid .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}

.product-item-details.custom-product-grid .custom-product-info{
  padding:5px;
}
.product-item .price-box {
  margin: 3px 0 0px!important;
}

.product-item .minimal-price .price-container {
  display: inline-block!important;
}


@media screen and (max-width: 1200px) {

  .page-main .columns .column.main {width: 95%;}
  .page-layout-1column .block.widget .products-grid .product-item {width: 22% !important;}

}

@media screen and (max-width: 960px) {

  .page-layout-1column .block.widget .products-grid .product-item {width: 30% !important;}
  .block.widget .products-grid .product-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

}

@media screen and (max-width: 664px) {

  .page-layout-1column .block.widget .products-grid .product-item {width: 45% !important;}
  

}

@media screen and (max-width: 480px) {

  .page-layout-1column .block.widget .products-grid .product-item {width: 47% !important;}
  

}
@media screen and (max-width: 380px) {

  .page-layout-1column .block.widget .products-grid .product-item {width: 95% !important;margin-bottom:40px!important;}
  .customer-favorites .product-image-wrapper, .back-in-stock .product-image-wrapper {
    overflow: visible;
    padding-bottom: 82% !important;
  }
  

}