.jas-container
{
	padding-top: 30px;
}

.woocommerce.woocommerce-page .woocommerce
{
	margin: 0 auto 60px;
}

.internal-pages-title
{
	height: 300px;
	display: flex;
}

.page-title-container
{
	padding-left: 110px;
	padding-top: 0;
}

.page-breadcrumb-path p 
{
    font-family: Roboto;
    margin-bottom: 13px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
}

.page-breadcrumb-path p a
{
	color: #fff;
}

.page-breadcrumb-path p a:hover
{
	color: #1676EE;
}

.page-title-container h1
{
	font-family: Roboto;
	font-weight: 500;
	line-height: 78px;
	color: #fff;
	font-weight: 500;
}

.result-count-order
{
	display: none!important;
}

.opp-product-box
{
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.14);
    box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.14);
}

.opp-product-box-hover:after
{
	content: "";
    height: auto;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 1rem;
    bottom: 0;
    background: rgba(0, 0, 0, 0.37);
    opacity: 0;
    width: calc(100% - 2rem);
    transition: all .5s;
}

.product:hover > div > .opp-product-box-hover:after
{
	opacity: 1;
	transition: all .5s;
}

.opp-product-box-button
{
	position: absolute;
    z-index: 10;
    transform: translateX(50%);
    display: block;
    width: 140px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    color: #fff;
    background: #1676EE;
    border-radius: 4px;
    transition: background .3s ease-in-out;
    left: calc(50% - 140px);
    bottom: calc(50% - 19px);
    opacity: 0;
    transition: all .3s ease-in-out;
}

.product:hover .opp-product-box-button
{
	opacity: 1;
	transition: all .3s ease-in-out;
}

.opp-product-box-button:hover
{
	background: #0E4E9E;
	color: #fff;
	-webkit-box-shadow: 0px 12px 14px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 12px 14px 0px rgba(0,0,0,0.24);
    box-shadow: 0px 12px 14px 0px rgba(0,0,0,0.24);
    transition: all .3s ease-in-out;
}

.opp-product-box .product-info
{
	background: #F1F1F2;
    padding: 5px 20px;
    height: 150px;
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
}

.opp-product-box .product-info h3
{
	font-family: 'Roboto';
	font-size: 24px;
	font-weight: 500;
	color: #6E6F72;
	line-height: 30px;
	text-transform: none;
	margin-bottom: 5px;
}

.opp-product-box .product-info h3 a
{
	
}

.opp-product-box .product-info span
{
	font-family: 'Roboto';
	font-size: 20px;
	font-weight: 400;
	color: #6E6F72;
}

@media only screen and (max-width: 1024px)
{
    .page-title-container
    {
        padding: 0;
    }
}

@media only screen and (max-width: 1000px)
{
    #jas-content > div > div.jas-container > div.woocommerce.columns-1 > div.products.jas-row.jas-masonry > div,
    #jas-content > div > div > div.woocommerce.columns-3 > div.products.jas-row.jas-masonry > div
    {
        flex-basis: 50%!important;
        max-width: 50%!important;
        min-width: 50%!important;
    }
}

@media only screen and (max-width: 736px)
{
    .page-title-container
    {
        padding: 0;
        text-align: center;
    }
}

@media only screen and (max-width: 414px)
{
    #jas-content > div > div.jas-container > div.woocommerce.columns-1 > div.products.jas-row.jas-masonry > div,
    #jas-content > div > div > div.woocommerce.columns-3 > div.products.jas-row.jas-masonry > div,
    #jas-content .products.jas-masonry > .product
    {
        flex-basis: 100%!important;
        max-width: 100%!important;
        min-width: 100%!important;
    }

    .products .jas-col-xs-12:first-child,
    .products .jas-col-xs-12:nth-child(2n+1)
    {
        padding-right: 1rem!important;
    }

    .products .jas-col-xs-12:nth-child(2n)
    {
        padding-left: 1rem!important;
    }
}
