/*
Theme Name: Avada Child
Description: The Avada child theme
Author: Sergii Tiutiunnyk
Template: Avada
*/

.post {
  margin-bottom: 0px !important;
}

.fusion-header-v1 .fusion-header,
.fusion-header-v2 .fusion-header,
.fusion-header-v3 .fusion-header,
.fusion-header-v4 .fusion-header,
.fusion-header-v5 .fusion-header {
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.fusion-blog-layout-medium-alternate .fusion-post-content {
  margin-left: 0px;
}

/* changes for woocommerce.css */
.cart-collaterals {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cart-collaterals .cross-sells {
  width: 100%;
}

.product .summary.entry-summary {
  margin-left: 0px !important;
}


/* Avada 5.0.6 fixes */
#main .fullwidth-box.hundred-percent-fullwidth .fusion-row {
    margin-bottom: 0px;
}

.side-header-left #side-header .fusion-main-menu > ul > li.current-menu-item > a{
	border-right-width: 3px !important;
}

.woocommerce-container ul.products div.product-details-container .fusion-content-sep{
	height: 0;
	border-top-width: 0;
}

.cart_item .product-name .product-title{
	font-size: 20px;
	color: #000;
	font-family: 'Marcellus';
	line-height: 28px;
}
.cart_item .product-name .product-title:hover{
	color: #c0996b;
}

.page-id-2951 .fusion-column-content-centered{
  min-height: 0 !important;
}

@media screen and (min-width: 1121px) {
  .archive.category .fusion-date-and-formats{
      position: relative;
      z-index: 100;
    }
  .archive.category .fusion-layout-column{
    clear: none;
  }
  .archive.category .fusion-column-wrapper{
    padding: 5% !important;
  }
  .archive.category .fusion-blog-layout-medium-alternate .fusion-post-content{
    margin-left: 0;
  }
}