
#desktopCss
{
    max-width: 100%;
	padding:10px 0px;
}
header #mobileCss
{
    display: none;
}
/* @media (max-width: 1220px)
{
    #wrapper,
    body#index>div#wrapper
    {padding:0px 0px 0px 0px;}
} */

html body .carousel .carousel-inner {
    height: auto;
}

html body #header .header-nav,
html body#checkout #header .header-nav
{
    box-shadow: none;
    border: none;
    display: flex;
    flex-direction: row;
    align-content: stretch;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: nowrap;
    margin: 0px;
}
#header .header-nav > *
{
    
    margin-left: 10px;
    margin: 0px 0px 0px 10px;
}
#header .menu#_desktop_top_menu
{
    display: flex;
    align-items: center;}
#header .menu#_desktop_top_menu ul#top-menu
{
    margin: 0px;
}
#header #topLogoContainer img
{
	
    max-height: 50px;
}
.header-nav #_desktop_user_info,
.header-nav #_desktop_language_selector,
.header-nav #_desktop_cart,
.header-nav #search_widget
{
	/* float: right; */
    display: flex;
	/* margin:0px; */
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-between;
    align-items: center;
}
#header .header-nav #_desktop_language_selector .language-selector
{
    margin:0px;
}


#header .header-nav #user-acocunt-menu .material-icons,
#header .header-nav #_desktop_user_info .material-icons
 {
     
    line-height: 1.1em;
 }




 html body .pagination .offset-md-2 
 {
    padding: 0px;
    margin-left: 0px;
}


body#authentication h1
{text-align: center;}

body#authentication main,
body#cart main,
body main,
body#my-account main
{
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
}

body#authentication main section#wrapper,
body#cart main section#wrapper,
body main section#wrapper,
body#my-account main section#wrapper
{
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: stretch;
    align-content: space-around;
}


/* .header-nav #search_widget,
#header .header-nav .search-widget
{
	margin:0px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: center;
    justify-content: space-between;
} */
/***********************************************************/
/***********************************************************/
#user-acocunt-menu .dropdown-content {
    display: none;
    position: absolute;
    /* background-color: #f1f1f1; */
    /* min-width: 160px; */
    /* box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%); */
    z-index: 1;
    /* width: 100%; */
    min-width: 200px;
    /* max-width: 100%; */
}
.header-nav #_desktop_user_info #user-acocunt-menu #user-acocunt-btn {
    background-color: #ffffff;
    border: none;
    padding: 0px 5px;
    margin: 0px;
}.header-nav #_desktop_user_info #user-acocunt-menu 
{
  position: relative;
  display: inline-block;
}
    .header-nav #_desktop_user_info #user-acocunt-menu #user-acocunt-btn
    {
      background-color: #ffffff;
      border: none;
      padding:0px 5px;
      margin:0px;
    }
        #user-acocunt-menu .dropdown-content 
        {
          display: none;
          position: absolute;
          background-color: #fff; /* */
          /* min-width: 160px; */
          /* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
          z-index: 1;
          /* width:100%; */
  min-width: 200px;
  /* max-width: 100%; */
        }

        /* Links inside the dropdown */
        #user-acocunt-menu .dropdown-content a 
        {
            border: 1px solid #ddd;
            text-align: center;
            width: 100%;
            text-decoration: none;
            display: block;
            height: 40px;
            line-height: 34px;
        }

        /* Change color of dropdown links on hover */
        #user-acocunt-menu .dropdown-content a:hover 
        {/*background-color: #ddd;*/}

        /* Show the dropdown menu on hover */
        #user-acocunt-menu:hover .dropdown-content 
        {display: block;}
/***********************************************************/
/***********************************************************/
    
    body #header .header-nav .user-info 
    {
        margin:0px;
    }

    #header .header-nav .blockcart
    {
        background-color: transparent;
        margin: 0px;
    }

    #header .header-nav .cart-preview.active {
        background: #0055a5;
    }
    #product-modal .modal-content .modal-body .image-caption
    {border-top:none;}
    body#product .product-actions
    {
        
    background: #fff;
    /* padding: 10px; */
    box-shadow: 2px 2px 8px 0 rgb(0 0 0 / 20%);
    margin-top: 2rem;
    background: #fff;
    padding: 1.25rem 1.875rem;
    }
/***********************************************************/
/************************ partial productu image modal ***********************************/
/* div #product-modal
//display on JS...
{
display: flex;
align-items: center;
flex-flow: row nowrap;
place-content: space-between center;
} */
#product-modal .modal-dialog
{
    
    display: flex;
    flex-direction: row;
    align-items: stretch;
    flex-wrap: nowrap;
    justify-content: center;
    /* margin: 10% auto; */
}
#product-modal .modal-content
{
    background-color: #fff;
}
#product-modal .modal-content .modal-body
{
    margin-left:0px;
}
#product-modal .modal-content .modal-body .image-caption
{
    width: auto;
}



/**************************************************************/
/********************* MEDIA QUERIES ***********************/
/**************************************************************/

@media (max-width: 768px)
{
	
    header #desktopCss
    {
        display: none;
    }
	header #mobileCss
	{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-around;
	}

    header #mobileCss #topLogoContainerMobile
	{
		/* display: flex; */
		max-height:50px;
		width:auto;
	}
	header #mobileCss #topLogoContainerMobile img
	{
		width:auto;
		max-height:inherit;
	}
	header #mobileCss .header-nav
	{
		width:auto;
		margin-top:10px;
	}
	.header-nav #_desktop_user_info #user-acocunt-menu #user-acocunt-btn
	{font-size:0px;}
	
	.product-miniature>div
	{
		align-items: start;
	}
	#user-acocunt-menu:hover .dropdown-content 
	{
		display: block;
		width: 100%;
		min-width: 200px;
	}
	/* #_desktop_user_info .user-info .header */
	.header-nav .user-info .header
	{
		padding: 0px;
	}
	body#addresses #main #content
	{
		flex-direction:column;
	}
}