
/* #### Ecom Page Container #### */
/* # Type: Local Control # */
/* # Descscription: Shows content over the full width # */
/* # Components: # */
/* # Author: gdwi # */
/* # Created: 04-09-2014 # */
/* # Updated: 04-09-2014 # */
.lcEcomPageContainer table {margin-top: 20px !important; background: none !important;border:0;font-size: 1.0em !important;}
.lcEcomPageContainer table tr { padding-bottom: 10px;}
.lcEcomPageContainer table tr td { border:0 !important;}
.lcEcomPageContainer table tr td ul { list-style-position: inside;margin: 5px;}

/* #### Favourite Products  #### */
/* # Type: Usercontrol # */
/* # Descscription: Shows a list of user favourite products. User can change an re arrange them # */
/* # Components: comListFeaturedProducts, comListAllProducts # */
/* # Author: gdwi # */
/* # Created: 31-07-2014 # */
/* # Updated: 04-08-2014 # */
.ucFavouriteProducts {position:relative; width:100%;border: 1px solid #cccccc;margin-bottom:15px; background:#ffffff;}
.ucFavouriteProducts h2 {text-transform:uppercase;}
.ucFavouriteProducts div.content {padding:5px;}
.ucFavouriteProducts fieldset {min-height:30px;border:1px solid #cccccc; margin:10px 5px 10px 5px;padding:0 5px 0 5px;}
.ucFavouriteProducts fieldset legend {font-weight:bold;}
.ucFavouriteProducts div.errorBox { margin-top: 5px;margin-bottom: 5px;}
.ucFavouriteProducts div.comListAllProducts ul.listAllProducts { display: none;}
.ucFavouriteProducts div.comListAllProducts div { display: none;}
.ucFavouriteProducts ul {margin:0;padding-top:10px;padding-bottom:10px;list-style: none;}
.ucFavouriteProducts ul li {float: left;margin:3px; padding:3px; background:#f0f0f0; border: 1px dotted #cccccc;}
.ucFavouriteProducts ul li a {text-decoration:none;display: block; color: #666666;}
.ucFavouriteProducts ul li:hover {background:#444444;color: #ffffff;border:1px dotted #000000;}
.ucFavouriteProducts ul li:hover a {color:#ffffff;}
.ucFavouriteProducts ul li span.new {background:#FF0000; color:#ffffff;font-size:0.9em; padding:0 2px;}

/* #### ucWebsiteLinks  #### */
/* # Type: Usercontrol # */
/* # Descscription: Shows a list of links (configured in umbraco)  # */
/* # Components: # */
/* # Author: gdwi # */
/* # Created: 31-10-2014 # */
/* # Updated: 31-10-2014 # */
.ucWebsiteLinks {position:relative;border: 1px solid #cccccc;margin-bottom:15px; background:#ffffff;}
.ucWebsiteLinks h2 {text-transform:uppercase;}
.ucWebsiteLinks div.content {padding:5px;}
.ucWebsiteLinks div.content ul { margin-left: 5px; list-style:none;}
.ucWebsiteLinks div.content ul li { margin-bottom: 5px;}
.ucWebsiteLinks div.content ul li a {text-decoration:underline;}
.ucWebsiteLinks div.content ul li a.active { color: #fe6613;}

/* #### .webForgotPassword_old  #### */
/* # Type: Usercontrol # */
/* # Descscription: Shows an forgot pwd field and calls the legacy ecom to resend the pwd # */
/* # Components: # */
/* # Author: gdwi # */
/* # Created: 31-10-2012 # */
/* # Updated: 31-10-2012 # */
.webForgotPassword_old {margin-bottom: 15px; border: 1px solid #cccccc; background:#ffffff;}
.webForgotPassword_old h4 {margin:0; padding: 5px 0 0 5px; text-transform:uppercase;}
.webForgotPassword_old div.content {padding:5px;}
.webForgotPassword_old div.content div.inner {padding:5px;}
.webForgotPassword_old div.content div.inner div.pnlInformation { margin-top: 10px;}
.webForgotPassword_old div.content div.inner div.inputParts {margin-top: 15px;}
.webForgotPassword_old div.content div.inner div.inputParts div.field { float: left;width: 50%;}
.webForgotPassword_old div.content div.inner div.inputParts div.field input.text {width:100%;}
.webForgotPassword_old div.content div.inner div.inputParts div.buttons {float: left; margin-left: 15px;}

/* #### Left feedback bar #### */
/* # Description: Feedback bar on the fixed left position # */
/* # Author: gdwi # */
/* # Created: 01-09-2012 # */
/* # Updated: 07-10-2012 # */
#feedbackBox { position:fixed;top: 200px; right:0; z-index:40; width:32px;background: #f0f0f0; border-top:1px solid #cccccc; border-left:1px solid #cccccc; border-bottom:1px solid #cccccc; }
#feedbackBox img {border:0;}
#feedbackBox div.icon {padding-top:5px; padding-bottom:5px; margin-left:7px; margin-right:5px; height:21px;border-bottom: 1px solid #cccccc;}
#feedbackBox div.icon:last-child { border-bottom: 0;}

/* #### Ecom Resx Classes #### */
/* # Description: Css classes for all ecom Resx parts # */
/* # Author: gdwi # */
/* # Created: 2014-11-21 # */
/* # Updated: 2014-11-21  # */
.ecomResxText a { text-decoration: underline;}
.ecomResxText a img { text-decoration: none;}

/* #### ucMyToolsLinks  #### */
/* # Type: Usercontrol # */
/* # Descscription: Shows a list of links # */
/* # Components: # */
/* # Author: gdwi # */
/* # Created: 2016-10-20 # */
/* # Updated: 2016-10-20 # */
.ucMyToolsLinks {position:relative;border: 1px solid #cccccc;margin-bottom:15px; background:#ffffff;}
.ucMyToolsLinks h2 {text-transform:uppercase;}
.ucMyToolsLinks div.content {padding:5px;}
.ucMyToolsLinks div.content ul { margin-left: 5px; list-style:none;}
.ucMyToolsLinks div.content ul li { margin-bottom: 5px;}
.ucMyToolsLinks div.content ul li a {text-decoration:underline;}
.ucMyToolsLinks div.content ul li a.active { color: #fe6613;}

/* #### ucMyArchiveLinks  #### */
/* # Type: Usercontrol # */
/* # Descscription: Shows a list of links # */
/* # Components: # */
/* # Author: gdwi # */
/* # Created: 2016-10-20 # */
/* # Updated: 2016-10-20 # */
.ucMyArchiveLinks {position:relative;border: 1px solid #cccccc;margin-bottom:15px; background:#ffffff;}
.ucMyArchiveLinks h2 {text-transform:uppercase;}
.ucMyArchiveLinks div.content {padding:5px;}
.ucMyArchiveLinks div.content ul { margin-left: 5px; list-style:none;}
.ucMyArchiveLinks div.content ul li { margin-bottom: 5px;}
.ucMyArchiveLinks div.content ul li a {text-decoration:underline;}
.ucMyArchiveLinks div.content ul li a.active { color: #fe6613;}

/* #### Local Control: topUserAccount  #### */
/* # Descscription: top section in the header # */
/* # Author: gdwi # */
/* # Created: 2016-08-23 # */
/* # Updated: 2016-11-18 # */
#header div#top div.topUserAccount .hylAdminDropdown {color: forestgreen !important;cursor: pointer;}
#header div#top div.topUserAccount .hylAdminDropdown::after {color: forestgreen;content: "↓";font-family: Consolas,Courier New,Arial,sans-serif;margin-left: 2px;}
#header div#top div.topUserAccount div#ddAdminLinks  ul li {text-align:left;}
#header div#top div.topUserAccount div#ddAdminLinks ul li a {text-decoration:none; padding-left:5px;}
#header div#top div.topUserAccount div#ddAdminLinks ul li a:hover {background: forestgreen;color:#ffffff;}
#header div#top div.topUserAccount .hylMyAccountsDropdown::after {content: "↓";font-family: Consolas,Courier New,Arial,sans-serif;margin-left: 2px;}
#header div#top div.topUserAccount div#ddMyAccountLinks  ul li {text-align:left;}
#header div#top div.topUserAccount div#ddMyAccountLinks ul li a {text-decoration:none; padding-left:5px;}
#header div#top div.topUserAccount div#ddMyAccountLinks ul li a:hover {background: #fe6613;color:#ffffff;}
#ContentPlaceHolderDefault_CartOverview_7_pnlDragableWindowContent{
	display: flex !important;
    align-items: center;
    gap: 0.5rem;
}