html
{}
body
{}


#desktopCss
    {margin: 0px;}
	
	
	
	#search_filters ul.collapse {
    max-height: 250px;
    overflow-y: auto;
}
body footer#footer
{
    display: none;
}
body#product #content
{
    max-width: none;
}

body #header .header-nav .cart-preview.active,
body .btn-primary,
body .btn-primary:hover,
body .btn-primary.active, 
body .btn-primary:active, 
body .open>.btn-primary.dropdown-toggle,


body .btn-primary.focus,
body .btn-primary:focus,
body .btn-primary:hover
body .btn-primary.active,
body .btn-primary:active,
body .open>.btn-primary.dropdown-toggle,
body .btn-primary.active.focus,
body .btn-primary.active:focus,
body .btn-primary.active:hover,
body .btn-primary:active.focus,
body .btn-primary:active:focus,
body .btn-primary:active:hover,
body .open>.btn-primary.dropdown-toggle.focus,
body .open>.btn-primary.dropdown-toggle:focus,
body .open>.btn-primary.dropdown-toggle:hover,
body .btn-primary.disabled.focus,
body .btn-primary.disabled:focus,
body .btn-primary.disabled:hover,
body .btn-primary:disabled.focus,
body .btn-primary:disabled:focus,
body .btn-primary:disabled:hover

{
    background-color: #e53015;
}

body#product h1
{
    text-align: center;
}
body#product #content .row
{
display: flex;
margin: 0 auto;
flex-direction: row;
flex-wrap: nowrap;
justify-content: space-evenly;
align-items: stretch;
}

body#product .product-information
{
    padding:0px 15px;
    margin-bottom: 15px;;
}
body#product form#add-to-cart-or-refresh
{

display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-content: center;
justify-content: space-between;
align-items: stretch;
}
body#product form#add-to-cart-or-refresh .product-variants>.product-variants-item
{

margin:0px;
}
body#product .images-container
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
    justify-content: space-between;
    max-width: 1110px;
}
body#product .images-container .product-cover img
{
    padding:10px;
}
body#product .product-add-to-cart
{
    
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: space-between;
}
body#product .product-add-to-cart .product-quantity.clearfix
{
   
    display: flex;
    flex-direction: column;
    align-items: stretch;
    align-content: stretch;
    justify-content: center;
}



@media print{

#data-for-print
{
    
    display:block;
}
}