div.archive-product-avda-builder-container section#content {
    width: 100%;
	float: none;
}
body.has-sidebar.double-sidebars .archive-product-avda-builder-container #content{
	margin-left: 0px;
}

.cwapfab-archive-name{
    font-size: var(--tooltip-size);
    color: var(--tooltip-color);
    text-align: var(--tooltip-text-align);
}

div.cwapfab-archive-description{
    margin:40px 0px;
}
div.cwapfab-archive-description p{
    font-size: var(--tooltip-size);
    color: var(--tooltip-color);
}

@media only screen and (max-width: 768px) {}
@media only screen and (min-width: 768px) and (max-width: 1024px)  {}
@media only screen and (min-width: 1025px) {
	div.mstwapfa-product-archive ul.products li.product img,
	div.mstwapfa-product-archive .products .product:not(.product-list-view) .product-wrapper{
		width: 100%;
	}
	div.mstwapfa-product-archive .products .product:not(.product-list-view) .product-wrapper{
		max-width: 100%;
	}
	div.mstwapfa-product-archive .products .product.first:not(.product-list-view){
		clear: none;
	}
	div.mstwapfa-product-archive-3 .products .product:not(.product-list-view):nth-child(3n+1),
	div.mstwapfa-product-archive-4 .products .product:not(.product-list-view):nth-child(4n+1),
	div.mstwapfa-product-archive-5 .products .product:not(.product-list-view):nth-child(5n+1){
		clear: both ;
	}
	div.mstwapfa-product-archive-1 .products .product:not(.product-list-view){
		width: 100% ;
		max-width: 100%;
	}
	div.mstwapfa-product-archive-2 .products .product:not(.product-list-view){
		width: 48%;
		max-width: 48%;
		margin-right: 4%;
	}
	div.mstwapfa-product-archive-3 .products .product:not(.product-list-view){
		width: 31%;
		max-width: 31%;
		margin-right: 3.4%;
	}
	div.mstwapfa-product-archive-4 .products .product:not(.product-list-view){
		width: 24%;
		max-width: 24%;
		margin-right: 1.33%;
	}
	div.mstwapfa-product-archive-5 .products .product:not(.product-list-view){
		width: 19%;
		max-width: 19%;
		margin-right: 1.25%;
	}
	div.mstwapfa-product-archive-6 .products .product:not(.product-list-view){
		width: 16%;
		max-width: 16%;
		margin-right: 0.8%;
	}
	div.mstwapfa-product-archive-2 .products .product:not(.product-list-view):nth-child(2n),
	div.mstwapfa-product-archive-3 .products .product:not(.product-list-view):nth-child(3n),
	div.mstwapfa-product-archive-4 .products .product:not(.product-list-view):nth-child(4n),
	div.mstwapfa-product-archive-5 .products .product:not(.product-list-view):nth-child(5n),
	div.mstwapfa-product-archive-6 .products .product:not(.product-list-view):nth-child(6n){
	  margin-right: 0px;
	}
}

/***VISIBLITY***/
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.is-invisible {
    visibility: hidden;
    opacity: 0;
}
@media (min-width: 850px) {
    [data-show="show-for-medium"],
    .show-for-medium {
      display: none !important;
    }
}
@media (max-width: 849px) {
    [data-show="hide-for-medium"],
    .hide-for-medium {
      display: none !important;
    }
}
@media (min-width: 550px) {
    [data-show="show-for-small"],
    .show-for-small {
      display: none !important;
    }
}
@media (max-width: 549px) {
    [data-show="hide-for-small"],
    .hide-for-small {
      display: none !important;
    }
}