/******************************************************************************
 * * *  IMPORTS  * * * * * * * * * * * * * * * * * * * * * * * * * * * *  * * *
 ******************************************************************************/

/***  BROWSER RESETS  ***/
@import url("normalize.css");

/***  FONTAWESOME  ***/
@import url("../fontawesome/css/all.min.css");

/***  BODY FONT  ***/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,700,800&display=swap');

/***  CHAR SET  ***/
@charset "utf-8";


/******************************************************************************
 * * *  UNIVERSAL STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/

body {
  background: #FFFFFF;
  line-height: unset;
  font-family: 'Figtree',sans-serif;
  font-size: 15px;
  color: #595959;
  overflow-x: hidden;
  width: 100%;
}
body > form {
	margin-top: 0;
}
/*.AWAccountBackground {
width:100%;
position: relative;
height: 100%;
background-image: url(../../Applications/100065/CustomerPortalPAGEHEADER.png);
background-size: 100% 355px;
background-repeat: no-repeat;
background-position: left top;
}

.AWBasicBackground {
width:100%;
background-image: url(../../Applications/100065/CustomerPortalPAGEHEADER_2.jpg);
background-size: 100% 350px;
background-repeat: no-repeat;
background-position: left top;
}*/


/***  PARAGRAPHS  ***/

p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
p:first-child {margin-top: 0;}
p:last-child {margin-bottom: 0;}

/***  SPANS  ***/
span[style*="visibility: hidden"] {
	display:none;
}

/***  LINKS  ***/

a {
  text-decoration: none;
  color: #595959;
}

a:hover {color: #A31126;}



/***  BUTTONS  ***/

button, 
.button {
  display: inline-block;
  vertical-align: middle;
  padding: 0.4em 1.2em;
  border: 1px solid #350B3D;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #350B3D;
 /* text-transform: uppercase;*/
  /*font-weight: 600;*/
  font-size: 0.9em;
  color: white;
  cursor: pointer;
  cursor: hand;
  webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

button:hover, 
.button:hover {
  text-decoration: none;
  opacity:0.5;
}

button:focus, 
.button:focus {outline: none;}

.backBtn {
	border: 1px solid #A31126;
    background: #A31126;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 10px 10px;
    position: relative;
/*    text-transform: uppercase;*/
    transition: all 300ms ease-in-out;
}
.backBtn:hover {
    color: #fff;
    text-decoration: none;
    opacity: 0.5;
}
.btn, .btn{
	transition: 0.3s;
}
.btn:hover, .btn:focus {
    color: #fff;
    text-decoration: none;
}
.btn-primary {
    border: 1px solid #350B3D;
background: #350B3D;border-radius: 4px;
font-size: 15px;
color: #fff; padding: 10px 20px;position: relative;
}
.btn-primary:hover {
    background: #A31126;border-color: #A31126; color:#fff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-color: #A31126;border-color:  #A31126;}
.cart-btn-primary{
    border: 1px solid #A31126;
background: #A31126 url(../../Applications/100065/cart-btn.png) no-repeat 10px center;border-radius: 4px;
font-size: 15px; font-weight:500;
color: #fff; padding:10px 20px 10px 50px;position: relative; /*text-transform:uppercase;*/
}
.cart-btn-primary:hover {
    background-color: #A31126;border-color: #A31126;color:#fff; text-decoration:none;
}
.cart-delete-btn{
    border: 1px solid #A31126;
background: #A31126 url(../../Applications/100065/cart-delete-btn.svg) no-repeat 6px center;border-radius: 4px;
background-size: 32px;
font-size: 15px; font-weight:500;
color: #fff; padding:10px 20px 10px 50px;position: relative; /*text-transform:uppercase;*/
}
.cart-delete-btn:hover{
     background-color: #A31126;border-color: #A31126;color:#fff; text-decoration:none;
}
.btn-secondary {
    color: #fff;
    border-color: #595959;
    background: #595959;
    font-size: 15px;
    font-weight: 500;
padding: 10px 20px;position: relative;
}
.btn-danger {
    color: #d10707;
    border-color: #d10707;
    background: none;
    font-size: 15px;
    font-weight: 500;
}
.btn-danger:hover{
    color: #f00;
    border-color: #f00;
    background: none;
}
.btn-danger img{ vertical-align:middle; margin:0 5px;}


/***  HEADINGS  ***/
.pageTitle {
font-family: 'Figtree',sans-serif;
    font-size: 40px !important;
    text-transform: uppercase;
    line-height: 30px;
    font-weight: 400;
    color: #595959;
}
.pageTitleWidget {
font-family: Charter;
    font-size: 30px !important;
    line-height: 30px;
    font-weight: 400;
    color: #EBEAE0;
}
.HeaderLabel {
	font-size: 18px !important;
	line-height: 30px;
	font-weight: 400;
	color:  #595959;
}
h1, h2, h3, h4, h5, h6 {
  margin: 1.6em 0 0.7em 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.3em;
  color: #1F1F1F;
}

h1:first-child, 
h2:first-child, 
h3:first-child, 
h4:first-child, 
h5:first-child, 
h6:first-child {margin-top: 0;}

h1:last-child, 
h2:last-child, 
h3:last-child, 
h4:last-child, 
h5:last-child, 
h6:last-child {margin-bottom: 0;}

h1 {font-size: 1.72em;}
h2 {font-size: 1.42em;}
h3 {font-size: 1.28em;}
h4 {font-size: 1.1em;}
h5 {font-size: 1em;}
h6 {font-size: 0.9em;}


/***  LISTS  ***/

ul,
ol {
  padding: 0;
  margin: 1.2em 0;
  list-style: disc;
}

ol {list-style: decimal;}

ul:first-child, 
ol:first-child {margin-top: 0;}

ul:last-child, 
ol:last-child {margin-bottom: 0;}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

li {
  padding: 0;
  margin: 0;
  margin-left: 1.75em;
}



/***  BLOCKQUOTES  ***/

blockquote {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
blockquote:first-child {margin-top: 0;}
blockquote:last-child {margin-bottom: 0;}


/***  MEDIA  ***/

/* Universal Media Styles */

audio, canvas, img, video {vertical-align: middle;}

/* Image Styles */

img {
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*  Video Styles  */

.video {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/***  3.6 FORMS  ***/

/* Wrappers & Elements */

form {
  padding: 0;
  border: 0;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  clear: both;
}
form:first-child {margin-top: 0;}
form:last-child {margin-bottom: 0;}

fieldset {
  padding: 0;
  border: 0;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
fieldset:first-child {margin-top: 0;}
fieldset:last-child {margin-bottom: 0;}

legend {
  padding: 0;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 0;
  margin-bottom: 0.5em;
}

label {
  display: inline;
  vertical-align: middle;
  padding: 0;
  border: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* Inputs */

input, 
textarea, 
select {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px 0;
  font-size: 0.9em;
}

input:focus, 
textarea:focus, 
select:focus {
  outline-color: transparent;
  outline-style: none;
}

input[type="text"], 
input[type="email"], 
input[type="number"], 
input[type="password"], 
input[type="search"], 
input[type="tel"], 
input[type="url"], 
input[type="date"], 
input[type="datetime-local"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
textarea, 
select {
  width:100%;
  padding: 10px;
  border: 1px solid #d2d2d2;
  background: white;
}

textarea {
  height: 100px;
  resize: vertical;
}

/*select {height: calc(1em + 30px);}*/

input[type="checkbox"],  
input[type="radio"] {
  display: inline;
  vertical-align: sub;
  width: auto;
  margin-right: 2.5px;
  margin-left: 2.5px;
}

input[type="checkbox"] + span,  
input[type="radio"] + span{
	padding-right: 20px;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="number"]:focus, 
input[type="password"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="url"]:focus, 
input[type="date"]:focus, 
input[type="datetime-local"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
textarea:focus, 
select:focus {border-color: #2ccbf9;}

.form-control::-webkit-input-placeholder { color: #333; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color:  #333; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color:  #333; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color:  #333; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color:  #333; }  /* Microsoft Edge */

/* Buttons */

input[type="submit"], 
input[type="reset"], 
input[type="button"] {
	margin: 5px;
  display: inline-block;
  border: 1px solid #350B3D;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 2.8em;
  padding: 0.4em 1.2em;
  background-color: #350B3D;
/*  text-transform: uppercase;*/
  font-size: 0.9em;
  font-weight: 600;
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
/*Button-gray-button-ButtonStyle*/
input[type="submit"].Button-gray-button-ButtonStyle, 
input[type="reset"].Button-gray-button-ButtonStyle, 
input[type="button"].Button-gray-button-ButtonStyle {
  border-color: #d2d2d2;
  background: #eee;
  color: #484848;
}

input[type="submit"].Button-gray-button-ButtonStyle:hover, 
input[type="reset"].Button-gray-button-ButtonStyle:hover, 
input[type="button"].Button-gray-button-ButtonStyle:hover {
  border-color: #d2d2d2;
  background: #e2e2e2;
  color: #484848;
}
input[type="submit"].gray-button, 
input[type="reset"].gray-button, 
input[type="button"].gray-button {
  border-color: #d2d2d2;
  background: #eee;
  color: #484848;
}
input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover {border-color: #7d54cD; background-color: #7d54cD; opacity:0.5;}
input[type="submit"].gray-button:hover, 
input[type="reset"].gray-button:hover, 
input[type="button"].gray-button:hover {
  border-color: #d2d2d2;
  background: #e2e2e2;
  color: #484848;
}
input[type="button"].btn, input[type="button"].btn{
	transition: 0.3s;
}
input[type="button"].btn:hover, input[type="button"].btn:focus {
    color: #fff;
    text-decoration: none;
}
input[type="button"].Button-Default-ButtonStyle
{
	height:42px;
	width:100%;
	margin-top:5px;
	transition: 0.3s;
	
	border: 1px solid #350B3D;
    background: #350B3D;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
/*    text-transform: uppercase;*/
}
input[type="button"].Button-Default-ButtonStyle:hover {background-color:  #7d54cD; border-color:#7d54cD; opacity:0.5;}
input[type="button"].btn-primary {
    border: 1px solid #350B3D;
background: #350B3D;border-radius: 4px;
font-size: 15px;
color: #fff; padding: 10px 20px;position: relative;
}
input[type="button"].btn-primary:hover {
    background: #7d54cD;border-color: #7d54cD; color:#fff;
}
input[type="button"].btn-primary:hover, input[type="button"].btn-primary:focus, input[type="button"].btn-primary:active, input[type="button"].btn-primary.active, .open > input[type="button"].dropdown-toggle.btn-primary {
    background-color: #7d54cD;border-color:  #7d54cD;}
input[type="button"].cart-btn-primary{
    border: 1px solid #165651;
background: #165651 url(../../Applications/100065/cart-btn.png) no-repeat 10px center;border-radius: 4px;
font-size: 15px; font-weight:500;
color: #fff; padding:10px 20px 10px 50px;position: relative; /*text-transform:uppercase;*/
}
input[type="button"].header-search {
background: #350B3D url(../../Applications/100065/search-white-icon.png) no-repeat 11px center;
border-radius: 0 4px 4px 0;
width: 43px;
height: 37px;
margin: 4px 0 0 0;
}
input[type="text"].header-search {
border-radius: 4px 0 0 4px;
}
input[type="button"].cart-delete-btn{
    border: 1px solid #A31126;
background: #A31126 url(../../Applications/100065/cart-delete-btn.svg) no-repeat 6px center;border-radius: 4px;
background-size: 32px;
font-size: 15px; font-weight:500;
color: #fff; padding:10px 20px 10px 50px;position: relative; /*text-transform:uppercase;*/
}
input[type="button"].cart-delete-btn:hover{
     background-color: #A31126;border-color: #A31126;color:#fff; text-decoration:none;
}
input[type="button"].cart-btn-primary:hover {
	color:#fff; 
	text-decoration:none;
	background: #165651 url(../../Applications/100065/cart-btn.png) no-repeat 10px center;border-radius: 4px;
border: 1px solid #165651;
}
input[type="button"].btn-secondary {
    color: #595959;
    border-color: #595959;
    background: none;
    font-size: 15px;
    font-weight: 500;
padding: 10px 20px;position: relative;
}
input[type="button"].btn-danger {
    color: #d10707;
    border-color: #d10707;
    background: none;
    font-size: 15px;
    font-weight: 500;
}
input[type="button"].btn-danger:hover{
    color: #f00;
    border-color: #f00;
    background: none;
}
input[type="button"].btn-danger img{ vertical-align:middle; margin:0 5px;}


/******************************************************************************
 * * *  ICONS  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/

.fa,
.fas,
.far,
.fal,
.fab {
  vertical-align: middle;
  width: 1.15em;
  height: 1.15em;
  border: 0px solid black;
  margin-top: 1px;
  margin-bottom: 1px;
  line-height: 30px;
  text-align: center;
  font-style: normal !important;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}





/******************************************************************************
 * * *  TABLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/
 
/***  SHOW CONTROL TITLE  ***/

div[control-type='textbox'] input, div[control-type='label'] span, div[control-type] select {
  display: block;
  border: none;
  outline: none;
  width: 100%;
  padding: 0;
  font-size: 15px;
}

div[control-type] > div[control-title] {
  font-size: 15px;
  font-weight: bold;
  color: #350B3D
;
}

.ListHeaderRow > td {
    position: sticky;
    top: 0;
    background-color: #434345 !important;
    font-size: 17px;
    font-weight: bold;
    overflow-x: unset;
    color: #FFFFFF; 
}




/***  ListTable  ***/
.ListAlternateRow {
background: #EBEAE0;
}
.ListTable-wrap {
    max-width: unset;
    overflow: unset;
}
.ListTable {
	width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    margin: 5px 5px 30px 5px;
}
.ListHeaderRow {
	padding: 14px 12px 14px;
	border-color: #ddd;
    vertical-align: middle;
	text-align-last: start;
    color: white !important;
}
/*.ListTable tr:nth-child(odd) {background: #EBEAE0;}*/

.ListTable tr.ListHeaderRow {
  background-color: #EBEAE0;
  /*text-transform: uppercase;*/
  color: #434345;
  letter-spacing: 0.05em;
  font-weight: 600;
}

.ListTable tr.table-heading {
  background-color: #EBEAE0;
  /*text-transform: uppercase;*/
  color: #595959;
  letter-spacing: 0.05em;
  font-weight: 600;
}
.ListHeaderRow td {padding: 10px; }
.ListHeaderRow td a {color: white; }
.ListHeaderRow td:nth-child(1) { border-left: 1px solid #ddd; }
.ListHeaderRow td:nth-child(n){border-right: 1px solid #fff;  border-top: 1px solid #ddd;}
.ListHeaderRow td:last-child { border-right: 1px solid #ddd;}
.ListRow td {padding: 10px; border: 1px solid #ddd;}
.ListAlternateRow td {padding: 10px; border: 1px solid #ddd;}
.ListTable td.blue-text {
  font-weight: bold;
  color: rgba(18, 91, 140, 1);
  letter-spacing: 0.05em;
}
.ListTable tr.ControlPanelTR {
    padding: 0px;
    background: unset;
}
td.ControlPanelTD {
    padding: 0px;
    background: unset;
    border: unset;
}
table.ControlPanel {
	background: unset;
	border: unset;
}
table.ControlPanel > tbody > tr {
    background: unset !important;
}
table.ControlPanel > tbody > tr > td {
    background: unset;
	border: unset;
	padding: 5px;
}
.ListTable tr.PagingTableTR {
    padding: 0px;
    background: unset;
}
td.PagingTableTD {
    padding: 0px;
    background: unset;
    border: unset;
}
table.PagingTable {
	width: unset;
	background: unset;
	border: unset;
}
table.PagingTable > tbody > tr {
    background: unset !important;
}
table.PagingTable > tbody > tr > td {
    background: unset;
	border: unset;
	padding: 5px;
}

/******************************************************************************
 * * *  CUSTOM STYLES  * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 ******************************************************************************/


/***  LOGIN  ***/

.login {
  position: relative;
  padding: 30px;
  width: 100%;
  max-width: 35%;
  margin: auto !important;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.login:before {
  position: absolute;
  top: 50px;
  left: 50px;
  bottom: 0;
  right: 50px;
  z-index: -1;
  box-shadow: 0 0 100px rgba(0,0,0,0.25);
  background-color: white;
  content: '';
}
/*.TextBox-MyTextBox-Style {
	width: 480px !important;
}*/
@media screen and (max-width: 600px) {

.login {
  padding: 20px;
  margin: 80px auto !important;
}

}


/********** HEADER *******/
/*Logo*/
.AWHideDesktop {
display:none;
}
.AWLogoLink img{
max-width:300px;
}
.AWHeaderCircleLink img {
min-width:50px;
max-width:50px;
}
.AWCount-Circle{
position: absolute;
background: #A31126;
padding: 5px 9px;
color: #EBEAE0;
border-radius:100%;
font-size: 14px;
font-weight: bold;
text-align: center;
top: 43px;
right: 206px;
}
.AWDropDown {
position: absolute;
right: 45px;
top: 130px;
width: 300px;
z-index: 1000;
padding: 10px 10px 30px;
text-align: left;
background-color: #EBEAE0;
border: 1px solid rgba(0, 0, 0, .15);
border-radius: 4px;
box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
display:none;
}
.open > .AWDropDown {
display: block;
}
.AWRightMenuLinks {
  margin: 1.6em 0 0.7em 0;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  line-height: 1.3em;
  color: #1F1F1F;
}
.AWLogoutSec {
position: inherit;
top: -3px;
right: 26px;
z-index:1000;
border-radius: 4px 4px 0 0;
width: 100%;
text-align: right;
}
.cart-btn span.AWcount-circle {
    position: relative;
    background: #A31126;
    color: #EBEAE0;
    border-radius: 100%;
padding: 3px 5px;
    font-size: 10px;
font-weight: bold;
    text-align: center;
    left: 44px;
    top: 10px;
}
input[type="button"].cart-btn span.AWcount-circle {
    position: relative;
    background: #A31126;
    color: #EBEAE0;
    border-radius: 100%;
padding: 5px 8px;
    font-size: 12px;
font-weight: bold;
    text-align: center;
    left: 59px;
    top: 14px;
}
.ntf-btn span.AWcount-circle {
    position: relative;
    background: #A31126;
    color: #EBEAE0;
    border-radius: 100%;
padding: 5px 8px;
    font-size: 12px;
font-weight: bold;
    text-align: center;
    left: -22px;
    top: -56px;
}
input[type="button"].ntf-btn span.AWcount-circle {
    position: relative;
    background: #A31126;
    color: #EBEAE0;
    border-radius: 100%;
padding: 5px 8px;
    font-size: 12px;
font-weight: bold;
    text-align: center;
    left: -10px;
    top: -55px;
}
/* Top Bar */
.top-header{ background:rgb(54, 55, 55);color:rgb(255, 255, 255); text-align:right;padding: 5px 20px; position:fixed; width:100%; left:0; top:0; z-index:1001; min-height: 31px;}
.top-header a {
    color: #fff;
    text-decoration: none;
}
.language-wrap { display: inline-block;margin-right: 20px;}
.language-wrap ul.dropdown-menu {
    padding: 5px 10px;
}
.language-wrap ul.dropdown-menu img{margin-right: 10px;}
.language-wrap img {
    height: 18px;
}
.btn-notification span.badge {
	background: rgb(180, 60, 39);
    width: 19px;
    padding: 0;
    height: 19px;
    line-height: 19px;margin-top: 2px;
    vertical-align: top;
    border-radius: 100%;
    text-align: center;
    font-weight: 400;
}
.btn-notification:hover span.badge {
    background: #33b570;
}
input[type="button"].btn-notification span.badge {
    background: #33b570;
    width: 19px;
    padding: 0;
    height: 19px;
    line-height: 19px;margin-top: 2px;
    vertical-align: top;
    border-radius: 100%;
    text-align: center;
    font-weight: 400;
}
input[type="button"].btn-notification:hover span.badge {
    background: #33b570;
}
.ImpersonateHeader {
    position: fixed;
    left: 5px;
    display: flex;
    width: 406px;
    color: #fff;
}
.ImpersonateBtn {
    height: 21px !important;
border-radius: 4px !important;
    padding:0;
    /*margin: 5px 0px 0px 5px;*/
    width: 175px !important;
}

/* Main Header Section */
header { 
	background: rgb(242, 242, 242);
	/*padding: 15px 20px 0;*/
	border-bottom: 1px solid #ececec;
	box-shadow:0 4px 6px rgba(196, 196, 196, 0.16);
	position:fixed;
	width:100%;
	left:0;
	top:31px;
	z-index:1000;
}
header .row{ width:100%;
    margin: 0;}
header .navbar-brand-wrapper.col { max-width: 225px;}
.navbar-menu-wrapper.col {
    padding-right: 0;
}
.navbar-menu-wrapper > .row {
    margin: 0;
}
header .navbar-nav-right { max-width: 280px;padding: 0;text-align: right;}
header .nav-create-order {
    max-width: 180px;
    padding: 0;
}
.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.row.align-items-center {
    align-items: center;
}
.navbar{ margin-bottom:0;}
.navbar > .row.align-items-center {
    align-items: normal;
}
.navbar-nav > li {
    float: left;
    list-style: none;
}
.navbar-nav-right > li { display: inline-block; float: none; vertical-align: middle;}
.justify-content-end {
    -ms-flex-pack: end!important;
    justify-content: flex-end!important;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

/* Logo */

a.navbar-brand.brand-logo {
    padding: 0;
    height: 44px;
}
.hideMobileLogo {
display:none !important;
}


/* Search Section */

.nav-search .input-group {
    position: relative;
    display: flex;
    border-collapse: separate;
}
.nav-search .input-group-append .form-control {
    width: 145px;
}
.nav-search select.form-control {     
    height: 42px !important;
    border-radius: 0;
}
.nav-search input.form-control {
    height: 42px;
    border-radius: 4px 0 0 4px;
}
.nav-search.col {
    padding-left: 0;
}
.nav-search .btn-primary{
    height: 42px;
    border-radius:  0 4px 4px 0;padding: 0;
width: 101px;
}
.nav-search .btn-secondary{
    height: 42px;
    border-radius:  0 4px 4px 0;padding: 0;
width: 101px;
}
.nav-search input[type="button"].btn-primary  {
    height: 42px;
    border-radius:  0 4px 4px 0;padding: 0;
width: 101px;
}
.nav-search input[type="button"].btn-secondary  {
    height: 42px;
    border-radius:  0 4px 4px 0;padding: 0;
width: 101px;
}
.navBarSearchIcon {
	display: none !important;
}

/* Account Drop Down */
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding: 7px 15px; display:block;
}
.navbar-expand-lg .navbar-nav .nav-profile .nav-link {
    padding: 2px 10px ;
    z-index: 10001;text-decoration: none; color:#000;
}
.navbar-expand-lg .navbar-nav .open.nav-profile .nav-link {
     color:#6d6d6d;position: relative;
/*left: -43px;*/
}
.navbar-nav > li.nav-profile > .dropdown-menu{
    width: 460px;
    padding: 22px;
    right: -100px;
	border-radius:4px 0 4px 4px;
	top: 65px;
}
.nav-profile a {
    position: relative;
    padding: 0;
    line-height: 20px; 
    font-size: 15px;
}
.nav-profile a span {
    display: block;
}
.logout-sec {
    position: absolute;
top: -69px;
right: 0px;
/*padding: 10px 20px 16px;*/
padding: 21px 20px 16px;
    background: #fff;
    border: 1px solid #ccc;
    border-bottom-color: #fff;
	border-radius:4px 4px 0 0;
    /*width: 260px;*/
	width: 75%;
    text-align: right;
}
.logout {
    border: none;
    background: no-repeat;
    color: #595959;
    font-size: 16px;
    padding: 8px 0;
}
.account-panel h5 {
    margin-bottom: 15px;
    color: #000;
    font-weight: 400;
}
.account-panel h5 img {
    margin-right: 5px;
}
.account-panel a {
    display:block;
    margin-bottom: 5px;
    margin-left: 0;
}
.account-panel .col-sm-6 {
    margin-bottom: 20px;
width: 48%;
}
.navBarAccount {
	display: contents;
}

/* Cart Section */
.cart-btn img {
    margin-right: 12px;
}
.ntf-btn img {
    margin-right: 12px;
}
.cart-btn a.nav-link {
    color: #fff;
    font-size: 0px;
}
input[type="button"].cart-btn img {
    margin-right: 12px;
}
input[type="button"].cart-btn a.nav-link {
    color: #fff;
    font-size: 0px;
}
.cart-btn span.count-circle {
    width: 21px;
    height: 21px;
    position: absolute;
    /*background: #f00;*/
    color: rgb(180, 60, 39);
    /*border-radius: 100%;*/
    font-size: 15px;
font-weight: bold;
    text-align: center;
    left: 36px;
    top: -5px;
}
input[type="button"].cart-btn span.count-circle {
    width: 21px;
    height: 21px;
    position: absolute;
    background: #f00;
    color: #fff;
    border-radius: 100%;
    font-size: 12px;
    text-align: center;
    left: 35px;
    top: 0;
}


/* Horizontal CatCode menu */
.sub-header .dropdown{ position:static;}
.sub-header .navbar-nav .dropdown-menu {
     background:#f5f3f4;    
    padding: 30px 30px 50px;
	z-index:1;
    box-shadow: 0 4px 6px rgba(142, 138, 138, 0.16),0 4px 6px rgba(142, 138, 138, 0.16) inset;
    border: none;
    columns: 100px 5;
    -webkit-columns: 100px 5;
    font-size: 14px;
	left: 0;
right: 0;margin: 2px -32px 0;
}
.sub-header  .open .nav-link{  color:#fff;text-decoration:none;}
.sub-header  .open .nav-link:hover,.sub-header  .open .nav-link:focus{ text-decoration:none;}
.sub-header { background: none;
    padding: 0;
   min-width: 100%;
	box-shadow:0 4px 6px rgba(196, 196, 196, 0.16);min-height: 0; margin:0;padding-top:7px; box-shadow:none;
}
.sub-header  .navbar-nav{ padding:0;}
.sub-header  .navbar-nav > li >  a{  color:rgb(18, 91, 140); font-weight:500;
}
nav.navbar-collapse.collapse {
left: 15%;
display:flex !important;
height:40px !important;
}
.headerMenu {
display: flex;
flex-wrap: wrap;
}
.headerMenuCatCods {
	display:none !important;
}
/*.phoneCatCodeMenu {
	display:none !important;
}
.headerMenuMaxCatCods{
display:none;
}*/

/****UNIVERSAL LABELS****/
.price {
    font-size: 24px;
    margin: 10px 0 30px;
    color: #c51230;
}
div[control-type='label'] span.price {
    font-size: 24px;
    margin: 10px 0 30px;
    color: #c51230;
}
/****UNIVERSAL SIDE BAR*****/
.sidebar.col {
	max-width: 230px;
    background:  #fff; font-size:14px;padding: 0;box-shadow:2px 3px 6px rgba(145, 141, 141, 0.16);
/*position: relative;*/
z-index: 1;
top: -26px;
}

/****MY ACCOUNT SIDE BAR******/
.profile-sec{ text-align:center;/*padding: 30px 20px 25px;*/}
.profile-sec .img{ width:50px; height:50px; display:inline-block; background:#FFFFFF; border-radius:100%; overflow:hidden; margin-bottom:0px;}
.profile-sec .Label-Default{display:block; font-size:15px; font-weight:500; color:#DEDBCC;}
.profile-sec .fa-user{
    font-size: 32px;
    padding: 10px 0 0;
}
.sidebar-title { background:   #efefef;
    padding: 8px 20px;
    text-transform: uppercase;
}
.sidebar-title h3 { margin-bottom:0; }
.sidebar ul {
    /*padding: 20px;*/
    list-style: none;
}

/*****DEFAULT PAGE********/
.WidgetContainer {
	background: white;
	margin-bottom: 20px;
    width: 100%;
	box-shadow: 0 0 5px #d5d0d0;
}
.WidgetContainer a {
	color: rgb(18, 91, 140);
	text-decoration: underline;
}
.WidgetContainer-subtitle {
	font-weight: 500;
        font-size: 18px !important;
}
.WidgetContainer-title {
	border-bottom: 1px solid #595959;
	padding: 10px;
	width: 100%;
	float: left;
}
.WidgetContainer-outer {
padding:0 40px;
}

/*** ITEMCATALOG ***/
.noWrap { white-space: nowrap;}/* for Desktop labels that shouldn't break space but need to do so for mobile */
/*View Switch buttons*/
a.GridBtn {
	background: #fff;
    border: 1px solid #595959;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding: 7px 0 0;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    color: #595959;
}
a.ThumbBtn {
	background: #fff;
    border: 1px solid #595959;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding: 7px 0 0;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    color: #595959;
}
a.ListBtn {
	background: #fff;
    border: 1px solid #595959;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding: 7px 0 0;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
    color: #595959;
}
.ListBtn:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: "\f00b";
	font-size: x-large;
}
.GridBtn:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: "\f03a";
	font-size: x-large;	
}
.ListBtnActive:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: "\f00b";
	font-size: x-large;
}
.GridBtnActive:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: "\f03a";
	font-size: x-large;
}
.ThumbBtn:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: "\f009";
	font-size: x-large;
}
.GridBtn:hover {
	color:#a6a6a6;
}
.ListBtn:hover {
	color:#a6a6a6;
}
.ThumbBtn {
color:#a6a6a6;
}
.GridBtnActive:hover {
	color:white;
}
.ListBtnActive:hover {
	color:white;
}
.ThumbBtnActive:hover {
	color:white;
}
.ThumbBtnActive:before {
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	content: "\f009";
	font-size: 200%;
}
a.GridBtnActive {
	background: #A31126;
    border-color: #A31126;
    color: #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding: 7px 0 0;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
}
a.ThumbBtnActive {
	background: #A31126;
    border-color: #A31126;
    color: #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding: 7px 0 0;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
}
a.ListBtnActive {
	background: #A31126;
    border-color: #A31126;
    color: #fff;
    height: 40px;
    width: 40px;
    display: inline-block;
    padding: 7px 0 0;
    font-size: 13px;
    text-align: center;
    vertical-align: middle;
    border-radius: 5px;
}

/*Left CatCode menu*/
.form-control {  height: 40px;}/*Height used for Left Menu search box*/
.LeftMenu-Panel label{ /*margin-left:5px;*/}
.sidebar .LeftMenu-Panel {
    padding: 20px;
    list-style: none;
}

/*Left CatCode menu search box*/
.filter-search {
    padding: 30px 0px;
}
.filter-search label {
    text-transform: uppercase;
}
.filter-search .form-inline {
    position: relative;
}
.filter-search .form-inline .form-control {
    width: 100%;
}
.filter-search .form-inline .btn {
	background:url(../../Applications/100065/search-icon.png) no-repeat center center;
    width: 36px;
position: absolute;right: 0;
top: 0;
height: 36px;
font-size: 0px;
    border: unset;
}
.filter-search .form-inline input[type="button"].btn {
	background:url(../../Applications/100065/search-icon.png) no-repeat center center;
    width: 36px;
position: absolute;right: 0;
top: 0;
height: 36px;
font-size: 0px;
    border: unset;
}

/*Availability Colors*//*These are also used for ItemQuickView widget, QuickOrder page, and cycling items widgets*/
.limitedStock {
background: orange;
border-radius: 25px;
padding: 2px 28px !important;
color: #fff;
white-space: nowrap;
text-align:center;
}
.inStock {
background: #165651;
border-radius: 25px;
padding: 2px 35px !important;
color: #fff;
white-space: nowrap;
text-align:center;
}
.outOfStock {
background: #A31126;
border-radius: 25px;
padding: 2px 21px !important;
color: #fff;
white-space: nowrap;
text-align:center;
}
.unavailable {
background: grey;
border-radius: 25px;
padding: 2px 18px !important;
color: #fff;
white-space: nowrap;
text-align:center;
}

/*******ORDER HISTORY********/
.OHHeaderTable {
    background: white;
    width: 100%;
    font-size: 15px;
    box-shadow: 0 0 5px #d5d0d0;
    margin-bottom: 20px;
}

/******ORDER DETAILS******/
.ODHeaderTable {
    background: white;
    font-size: 15px;
    box-shadow: 0 0 5px #d5d0d0;
    margin: 0px 15px 0px 15px;
}
.ODSummary {
 background: #fff;
    box-shadow: 0 0 5px #d5d0d0;
    float: left;
}

/*******SHOPPING CART*****/
/*Summary box*/
.orderSummary {
    background: #fff;
    box-shadow: 0 0 5px #d5d0d0;
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

/*Quick entry*/
.quichEntryHolder .quickBtn{
	color:rgb(18, 91, 140);
	border:1px solid rgb(18, 91, 140);
	border-radius:8px;
	padding:10px 15px;
	font-weight:700;
	    text-decoration: none;
}
.quickSearch:before {
	content: url(../../Applications/100065/magniIcon.png);
	padding-right: 3px;
	vertical-align: middle;
}
.quickSearchTable {
    background: #fff;
    box-shadow: 0 0 5px #d5d0d0;
    width: 100%;
    float: left;
    /*padding: 15px;*/
	padding: 10px;
}

/*Content View styles*/
.shoppingCartContainer .PagingTableTR {
	background: unset;
}
.catCont {
    background: #fff;
    box-shadow: 0 0 5px #d5d0d0;
    width: 100%;
        margin: 3px 10px 10px 10px;
    padding: 10px
}	
.catCont td {
padding:0px;
border:0px;
}
.shoppingCart td {
padding:0px;
border:0px;
}
/*****CYCLING ITEMS WIDGET****/
/*Main View Size*/
.col-xs-12 {
    max-width: 98vw;
}

/*Individual Container Style*/
.cont {
    background: #fff;
    box-shadow: 0 0 5px #d5d0d0;
    width: 100%;
    float: left;
    padding: 10px;
    margin:25px 0; 
    border-radius:2px;
}

/*Top Selling Specific Styles*/
.top-sell-carousel .cont{ padding:20px 20px 0; text-align:center;}
.top-sell-carousel .cont h2{  color: #000; font-size: 16px;margin-bottom: 5px;}
.top-sell-carousel .cont .img{ display:block; margin:auto; max-width:150px; max-height:220px; margin-bottom: 10px; }
.top-sell-carousel .cont  .price {
    font-size: 22px;
}
.top-sell-carousel .cont .txt{
	min-height: 65px;
}
.top-sell-carousel .owl-nav button.owl-next, .top-sell-carousel .owl-nav button.owl-prev {
    position: absolute;
    width: 50px;
    font-size: 54px;
    height: 100px;
    background: #ffff;
    box-shadow: 0 0 20px rgba(109, 106, 106, 0.28);
    top: 45%;    margin-top: -50px;
}
.top-sell-carousel .owl-nav button.owl-next{right: -27px;
    padding-left: 15px !important;
    border-radius: 50px 0 0 50px;} 
.top-sell-carousel .owl-nav button.owl-prev {left: -30px;
    padding-right: 15px !important;
    border-radius: 0 50px 50px 0;}
.actions{
    display: flex;
    padding: 20px 0;
}


/*** CHECKOUT ***/
.checkoutSummaryContainer,
.checkoutDetailTable {
    background: #fff;
    box-shadow: 0 0 5px #d5d0d0;
    width: 100%;
    margin-bottom:30px;
    padding-left: 15px; 
    padding-right: 15px;
}

/***  FOOTER  ***/
.DrinkWise img {
max-width: 45%;
}
.LoginFooterLinks a{
color: #EBEAE0;
padding: 0px 3px;
font-size: 12px;
}
.FooterLinks a{
color: #595959;
padding: 0px 3px;
font-size: 12px;
}
.LoginFooterLinks span{
font-size: 12px !important;
}
.FooterLinks span{
font-size: 12px !important;
}
/*.footerLinks > table > tbody > tr > td {
background-color: #EBEAE0;
}*/
.LoginFooterLinks > a:hover{
text-decorations: none !important;
}
.FooterLinks > a:hover{
text-decorations: none !important;
}
.LoginFooterLinks {
color: #EBEAE0;
}
.FooterLinks {
color: #595959;
}
.LoginFooter{
 margin-top: 125px;
  border-top: 1px solid #fff;
}
.Footer{
 margin-top: 55px;
  border-top: 1px solid #fff;
background-image: url(../../Applications/100065/CustomerPortalPAGEFOOTER.png); 
background-size: 100% 60%;
background-repeat: no-repeat;
background-position: left bottom;
}
.LoginFooter> tbody > tr {
  margin-top: -5px;
  margin-bottom: -5px;
}
.Footer> tbody > tr {
  margin-top: -5px;
  margin-bottom: -5px;
}
/*.footer > tbody > tr > td {
  padding-top: 5px;
}*/

.footer > tbody > tr > td.copyright,
.footer > tbody > tr > td.powered-by {width: 50%;}

.footer > tbody > tr > td.powered-by {text-align: right;}

.footer > tbody > tr > td.copyright:nth-last-child(n+3), 
.footer > tbody > tr > td.powered-by:nth-child(n+3), 
.footer > tbody > tr > td.debugger-button {width: 33.3333%;}

.footer .debugger-button {text-align: center;}

.footer .footer-menu, 
.footer .footer-menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-menu {padding: 0 10px;}

.footer .footer-menu li:not(:last-child):after {
  content: "|";
}

.footer .footer-menu li a {
  display: inline-block;
  padding: 0 10px;
}

@media screen and (max-width: 1200px) {

.footer > tbody > tr > td.copyright,
.footer > tbody > tr > td.powered-by,
.footer > tbody > tr > td.copyright:nth-last-child(n+3), 
.footer > tbody > tr > td.powered-by:nth-child(n+3), 
.footer > tbody > tr > td.debugger-button {
  width: 100%;
  text-align: center;
}
top: 10px;
}
.social-media-icon circle{
fill: rgb(239, 130, 36);
}
.social-media-icon ellipse{
fill: rgb(239, 130, 36);
}
.social-media-icon path{
fill: #fff;
}

/****MODAL**************/
.modal-body {
	padding-left: 10px;
	padding-right: 10px;
}
.modal-dialog {
    margin: auto;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: white;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1;
}
.close:hover, .close:focus {
    color: white;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
	background: transparent;
    opacity: 0.5;
}

.bootstrap-dialog-header {
	text-align:center;
        background-color: #595959;
}
.bootstrap-dialog.type-primary .modal-header {
	background-color: #595959 !important;
	text-transform: uppercase !important;
    color: #EBEAE0 !important;
    letter-spacing: 0.1em !important;
    font-weight: 600 !important;
}
.bootstrap-dialog-close-button {
	display:inline;
color: #EBEAE0 !important;
}
.bootstrap-dialog-title {
	display:inline !important;
color: #EBEAE0 !important;
}

/******RESPONSIVE SCREEN CSS*****/

@media (min-width: 768px){
	
	.modal-dialog {
		width: 600px;
		margin: 80px auto 30px auto;
	}
}


@media (max-width: 1199px) {
	.navbar-expand-lg .navbar-nav .cart-btn a.nav-link {  padding: 10px 0;  font-size: 0;}
	.cart-btn img { margin-right: 0;}
	.cart-btn span.count-circle { left: 20px;}
	
	.navbar-expand-lg .navbar-nav input[type="button"].cart-btn a.nav-link {  padding: 10px 0;  font-size: 0;}
	input[type="button"].cart-btn img { margin-right: 0;}
	input[type="button"].cart-btn span.count-circle { left: 20px;}
	
	.navbar-menu-wrapper.col {  padding-left: 0;}
	header .navbar-brand-wrapper.col { max-width: 200px;}
	header .navbar-nav-right { max-width: 195px; }
	.nav-search .input-group-append .form-control {  width: 150px;}
	.navbar-expand-lg .navbar-nav .nav-link { padding: 10px 8px; display: block;}
	.nav-profile .dropdown-menu { padding: 20px; right: -50px;}
	.logout { font-size: 0;}
	.logout-sec { width: 210px;top: -68px;}
	.navbar-nav > li.nav-profile > .dropdown-menu {  right: -45px;top: 63px;}
	.navbar-expand-lg .navbar-nav .open.nav-profile .nav-link {  left: -22px;}

	header{ /*padding-top:10px;*/}
	.sub-header{ padding-top:0px;}
	.sub-header .navbar-nav .dropdown-menu {  padding: 20px 15px 50px; columns: 100px 4; -webkit-columns: 100px 4; font-size: 14px;  margin: 2px -28px 0 10px;}
	.table td .Image-Default { max-width: 46px !important;  height: auto;}
	.table-bordered > tbody > tr > td:first-child { padding-left:10px !important;}
}



@media (max-width: 1022px) {
	.main-panel.col { padding: 20px 20px 100px;}
	.page-title { margin-bottom: 15px;}
	.logout { font-size: 15px;}
	.sidebar.col {
	position: fixed;
	z-index: 444;
	margin-top: 0;
	left: -229px;
	overflow: auto !important;
	height: 100% !important; 
	transition: all 0.2s ease-in;
	top: 140px;
	padding-bottom:140px;
}
  .sidebar.col.in {
    left: 0px;
}
.sub-header { padding:10px 0 0;margin-left: -200px;}
.sub-header .navbar-nav .dropdown-menu {
    columns: 100px 4;
    -webkit-columns: 100px 4;}
	
li.nav-item.dropdown.cart-btn a { font-size: 0px;padding: 0;}
.nav-profile a span{ display:none;}
.navbar-expand-lg .navbar-nav .nav-link { padding: 10px 10px;}
a.navbar-brand.brand-logo {
    padding: 0;
    height: 62px;
    overflow: hidden;
    width: 150px;
}

.cart-btn img {
    margin-right: 0px;
}
input[type="button"].cart-btn img {
    margin-right: 0px;
}
header .navbar-nav-right {
    max-width: 150px;
}
.cart-btn span.count-circle { left: 18px; top: 0px;}
	a.navbar-brand.brand-logo img{ float: right;}
	header .navbar-toggle { display: block;margin: 6px 0 0;}
	header .navbar-brand-wrapper.col {
	padding: 0;
}

input[type="button"].cart-btn span.count-circle { left: 18px; top: 0px;}
	a.navbar-brand.brand-logo img{ float: right;}
	header .navbar-toggle { display: block;margin: 6px 0 0;}
	header .navbar-brand-wrapper.col {
	padding: 0;
}

header {  /*padding: 5px 10px 0;*/}
	.sub-header .navbar-nav .dropdown-menu { padding: 15px 20px 40px;    margin: 2px -70px 0 -12px;}
	.nav-search .input-group-append .form-control {width: 90px; padding: 0; height: 42px !important;}
	.nav-create-order .btn-secondary {font-size: 14px;} 
	.nav-create-order .btn-secondary img,.nav-search .btn-primary img{ display:none;}
	.nav-search .btn-primary { height: 42px; padding: 5px 10px;}
	
	.nav-create-order input[type="button"].btn-secondary {font-size: 14px;} 
	.nav-create-order input[type="button"].btn-secondary img,.nav-search input[type="button"].btn-primary img{ display:none;}
	.nav-search input[type="button"].btn-primary { height: 42px; padding: 5px 10px;}
	
	header .nav-create-order {max-width: 123px; display: none;}
	.nav-search input.form-control { height: 42px;}
	.nav-item.nav-search.col { padding-left: 0;}
	.navbar-nav .nav-profile .dropdown-menu {
	position: fixed;
	right: 0;
	top: 93px;
	width: 264px;
	overflow: auto;
	height: 100%;
	z-index: 1000;
	background: #fff;
	box-shadow: -2px 3px 6px rgba(145, 141, 141, 0.16);
}
.logout-sec { position: relative; top: auto; right: auto; padding: 0;
    border: none;  width: auto;  text-align: center; margin-bottom: 20px;
}
.logout { width: 100%;  border: 1px solid #eae9e9;  padding: 6px 0;}
.account-panel .col-sm-6 {  width: 100%;}
.navbar-nav > li.nav-profile > .dropdown-menu {
	padding-bottom: 141px;
	right: -2px;
	top: 141px;
	border-radius: 0;
}
.navbar-expand-lg .navbar-nav .open.nav-profile .nav-link {  left: auto; color:#fff;}
}
@media (max-width: 800px) {
header .navbar-brand-wrapper.col {
max-width: 155px;
}
.navbar-nav > li { margin-left: 0;}
}
@media (max-width: 767px) {
header .row {
    display: block;
}
header .navbar-menu-wrapper.col{
	flex: unset;
    width: 60%;
	float:right;
}
header .navbar-brand-wrapper.col{
	flex: unset;
    width: 40%;
	float:left;
	max-width: unset;
    padding: 10px 0 0;
}
.sub-header .navbar-nav {  white-space: nowrap; overflow:auto; margin:0;}
.sub-header .navbar-nav > li{ display:inline-block; float:none;}
.sub-header .navbar-nav > li > a {padding: 12px 15px; }
.nav-item.nav-search.col,header .nav-create-order,.nav-profile a span {  display: none;}
a.navbar-brand.brand-logo {
	padding: 0;
	height: 36px;
	overflow: hidden;
	float: left;
	width: 50px;
}
a.navbar-brand.brand-logo img{max-width: 174px; }
header .navbar-toggle { margin-top: 0; margin-right: 0; margin-bottom: 3px;float: left!important;}
header .navbar-brand-wrapper.col {
}
header { padding: 0;height: 90px;}
.top-header { padding: 5px;}
.sub-header {   padding-top: 0;
	float: left;
	margin-left: 0;
	margin-right: 0;
	position: absolute;
	width: 100%;
	top: 47px;
	left: 0;
}
.sidebar.col {  top: 92px;}

.navbar-expand-lg .navbar-nav .cart-btn a.nav-link {margin-top: 0; padding: 4px 15px;}
.navbar-expand-lg .navbar-nav input[type="button"].cart-btn a.nav-link {margin-top: 0; padding: 4px 15px;}
.navbar-menu-wrapper.col .row{  display: block;}
header .navbar-nav-right {
    max-width: initial;
    padding: 0;
    float: right;padding-right: 15px;
}
.main-panel.col {
    padding: 15px 20px 100px;
}
.sku-cont, .cont-sec {
    padding: 20px;
    float: left;
    width: 100%;

}
.container-fluid, .cont-area {
    padding-top: 123px;
}

.cart-btn span.count-circle { top: -4px;left: 35px;}
input[type="button"].cart-btn span.count-circle { top: -4px;left: 35px;}
.sub-header .navbar-nav .dropdown-menu{ display:none;}	
.order-count {
	width: 50%;
}
.permit-cont {
	width: 100%;
}
.cont-title {
	border-bottom: 1px solid #dbdbdb;
	padding: 15px;
	width: 100%;
	float: left;
}
.cont-title .title-sort {
	margin-top: ;
}
.navbar-nav > li.nav-profile > .dropdown-menu {  top: 123px;}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	padding: 5px 10px;}
	footer { font-size: 10px; line-height: 14px;}
	h2 { font-size: 18px;}
.smalOpoenOrderBox{
	min-height:unset;
}
.loginBox{
	width:80%;
	position:relative;
	transform: none;
	margin:0 auto;
	left:auto;
	top:auto;height: auto;
}
.productDetaiContainer{}
.bottomProceedtoPayment{
	width:auto;
}
.loginHolder{ padding: 20px 0 100px;
	width: auto;
	height: auto;}
.loginHolder footer{ bottom:-50px;}
}
@media (max-width:567px){
	.page-title .rgt-sec {
		float: right;
		width: 100%;
		margin-top: 30px;
	}
	
	.cont .btn-primary {
		margin-bottom: 15px;
	}
	.cont input[type="button"].btn-primary {
		margin-bottom: 15px;
	}
	.quichEntryHolder {
		width: 100%;
		padding: 20px 0 0;
	}
	.quichEntryHolder ul li:first-child{
		width:100%;
		margin-bottom:15px;
	}
	.quichEntryHolder ul li:last-child{
		width:100%;
		
	}
	.quichEntryHolder .quickBtn{
		width: 100%;
		display: block;
		text-align: center;
	}
	.quichEntryHolder ul li {
		width: 48%;
	}
	.quichEntryHolder ul li:nth-child(3) {
		margin-bottom:15px;
	}
	

	.addToCart .btn{
		font-size:16px;  
	}
	.addToCart input[type="button"].btn{
		font-size:16px;  
	}
	.smalOpoenOrderBox .formSection p,
	.smalOpoenOrderBox .formSection input,
	.smalOpoenOrderBox .custom-select select,
	.clenderHolder,
	.cart-btn-primary 	{
		width: 100%;
	}
	input[type="button"].cart-btn-primary 	{
		width: 100%;
	}
	.thumbView .col-xs-6 {
		width:100%;
	}
	body .page-title .rgt-sec  .adv-btn,
	body .page-title .rgt-sec .view-select-buttons.product-nav{
		margin-bottom: 15px;
	}
	body .page-title .rgt-sec  input[type="button"].adv-btn,
	body .page-title .rgt-sec .view-select-buttons.product-nav{
		margin-bottom: 15px;
	}
}

@media (max-width: 480px) {
	
	.navbar-expand-lg .navbar-nav .cart-btn a.nav-link {
		margin-top: 0;
		padding: 4px 13px 4px 9px;
	}
	.nav-item.dropdown.cart-btn{
		float:right;
	}
	
	.navbar-expand-lg .navbar-nav input[type="button"].cart-btn a.nav-link {
		margin-top: 0;
		padding: 4px 13px 4px 9px;
	}
	.nav-item.dropdown.cart-btn{
		float:right;
	}
	
	.navbar-expand-lg .navbar-nav .nav-profile .nav-link {
		padding: 7px;
	}
	.nav-profile a:after {
		left: 86px;
	}
	.table-bordered > tbody > tr > td:first-child {
		padding-left: 3px;
	}
	.table td .Image-Default {
		max-width: unset;
	}
	.navbar-nav > li.nav-profile > .dropdown-menu {  width: 255px;}
	.loginBox { padding: 20px 20px;}
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
   /* IE10+ specific styles go here */  
   .navbar-menu-wrapper.col {
    padding-right: 100px !important;
}
}
@media not all and (min-resolution:.001dpcm) { 
    @media {
        .Border { 
            table-layout:fixed;
        }
    }
}

/*****MODERN STYLES*****/

.text-field-wrap, 
.button-field-wrap {
  border-radius: 8px;
  margin-top: 5px;	
  position: relative;
  display: block;
  background-color: white;
  font-weight: normal;
}

/*.text-field-wrap:not(:last-child) {margin-bottom: 25px;}*/

.text-field-wrap input, 
.text-field-wrap textarea, 
.text-field-wrap select {
    border: 1px solid #d9d9d9;
    border-radius: 8px;
    margin: 0;
    background-color: inherit;
    box-sizing: border-box;
    font-weight: normal;
    color: #707070;
}

.text-field-wrap input:disabled, 
.text-field-wrap textarea:disabled, 
.text-field-wrap select:disabled {background: rgba(0,0,0,0.05);}

.text-field-wrap select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: url("../fontawesome/svgs/solid/caret-down.svg") top 50% right 5px no-repeat;
  background-size: 10px auto;
}

.text-field-wrap .label-text {
    position: absolute;
    display: block;
    top: 8px;
    left: 20px;
    font-weight: normal;
    background-color: inherit;
    opacity: 0.7;
    transition: all 200ms ease-in-out;
}

.text-field-wrap input:disabled + .label-text, 
.text-field-wrap textarea:disabled + .label-text, 
.text-field-wrap select:disabled + .label-text {background: none;}

.text-field-wrap select + .label-text, 
.text-field-wrap select option.label-option {display: none;}

.text-field-wrap .helper-text {
  font-size: 0.86em;
  padding-left: 18px;
  opacity: 0.75;
}

.text-field-wrap input:focus, 
.text-field-wrap textarea:focus, 
.text-field-wrap select:focus {
  border: 1px solid #175E8E;
}

.text-field-wrap.field-active input + .label-text, 
.text-field-wrap input:focus + .label-text, 
.text-field-wrap.field-active textarea + .label-text, 
.text-field-wrap textarea:focus + .label-text, 
.text-field-wrap.field-active select + .label-text, 
.text-field-wrap select:focus + .label-text {
  top: -0.75em;
  left: 16px;
  display: block;
  padding-left: 6px;
  padding-right: 6px;
  font-weight: bold;
  font-size: 0.86em;
  opacity: 1;
  color: #175E8E;
  background-color:#FFFFFF;
}

/* Field With Icons */

.text-field-wrap.left-icon input, 
.text-field-wrap.left-icon textarea, 
.text-field-wrap.left-icon select {padding-left: 53px;}

.text-field-wrap.left-icon .label-text {left: 53px;}

.text-field-wrap.left-icon input:focus, 
.text-field-wrap.left-icon textarea:focus, 
.text-field-wrap.left-icon select:focus {padding-left: 52px;}

.text-field-wrap.left-icon .fal {
  position: absolute;
  top: 5px;
  left: 18px;
  font-size: calc(1em + 6px);
}

.text-field-wrap.right-icon input, 
.text-field-wrap.right-icon textarea, 
.text-field-wrap.right-icon select {padding-right: 53px;}

.text-field-wrap.right-icon input:focus, 
.text-field-wrap.right-icon textarea:focus, 
.text-field-wrap.right-icon select:focus {padding-right: 52px;}

.text-field-wrap.right-icon .fal {
  position: absolute;
  top: 8px;
  right: 18px;
  font-size: calc(1em + 6px);
}
.text-field-wrap.right-icon.left-icon .fal:nth-of-type(1) {
  position: absolute;
  top: 8px;
  left: unset;
  right: 18px;
  font-size: calc(1em + 6px);
}
.text-field-wrap.right-icon.left-icon .fal:nth-of-type(2) {
  position: absolute;
  top: 8px;
  left: 18px;
  right: unset;
  font-size: calc(1em + 6px);
}
.text-field-wrap.field-success .fal.val-Icon {
  position: absolute;
  top: 8px;
  right: 18px;
  left: initial;
  font-size: calc(1em + 6px);
}
.text-field-wrap.field-error .fal.unval-Icon {
  position: absolute;
  top: 8px;
  right: 18px;
  left: initial;
  font-size: calc(1em + 6px);
}
.text-field-wrap.field-success .fal.unval-Icon {
  display:none;
}
.text-field-wrap.field-error .fal.val-Icon {
  display:none;
}

/* Field Success */

.text-field-wrap.field-success input, 
.text-field-wrap.field-success textarea {
  border-color: #85A73C;
  padding-right: 50px;
}

.text-field-wrap.field-success .label-text, 
.text-field-wrap.field-success.field-active input + .label-text, 
.text-field-wrap.field-success input:focus + .label-text, 
.text-field-wrap.field-success.field-active textarea + .label-text, 
.text-field-wrap.field-success textarea:focus + .label-text {color: #85A73C;}

.text-field-wrap.field-success .fal:before {color: #85A73C;}


/* Field Error */

.text-field-wrap.field-error input, 
.text-field-wrap.field-error textarea {
  border-color: #B83C26;
  padding-right: 50px;
}

.text-field-wrap.field-error .label-text, 
.text-field-wrap.field-error.field-active input + .label-text, 
.text-field-wrap.field-error input:focus + .label-text, 
.text-field-wrap.field-error.field-active textarea + .label-text, 
.text-field-wrap.field-error textarea:focus + .label-text {color: #B83C26;}

.text-field-wrap.field-error .helper-text {color: #B83C26;}

.text-field-wrap.field-error .fal:before {color: #B83C26;}

.text-field-wrap.hidden-icons:not(.left-icon) .fal {
  display:none;
}

.text-field-wrap.hidden-icons.left-icon.right-icon .fal:first-of-type {
  display:none;
}

.text-field-wrap.field-error .fal.unval-Icon{
  display:block;
}
.text-field-wrap.field-success .fal.val-Icon{
  display:block;
}
.text-field-wrap:not(.field-success):not(.field-error) .fal:nth-last-child(3){
  display:block;
}



/* Prefix / Suffix */

.text-field-wrap.has-prefix input, 
.text-field-wrap.has-prefix textarea, 
.text-field-wrap.has-prefix select, 
.text-field-wrap.has-suffix input, 
.text-field-wrap.has-suffix textarea, 
.text-field-wrap.has-suffix select {color: rgba(0,0,0,0);}

.text-field-wrap.has-prefix input:focus, 
.text-field-wrap.has-prefix textarea:focus, 
.text-field-wrap.has-prefix select:focus, 
.text-field-wrap.has-prefix.field-active input, 
.text-field-wrap.has-prefix.field-active textarea, 
.text-field-wrap.has-prefix.field-active select, 
.text-field-wrap.has-suffix input:focus, 
.text-field-wrap.has-suffix textarea:focus, 
.text-field-wrap.has-suffix select:focus, 
.text-field-wrap.has-suffix.field-active input, 
.text-field-wrap.has-suffix.field-active textarea, 
.text-field-wrap.has-suffix.field-active select {color: #707070;}

/* Radio Buttons */

.button-field-wrap input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: inherit;
  height: 20px;
  width: 20px;
  border: 1px solid #999;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  margin-right: 7px;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.button-field-wrap input[type="radio"]:checked {border: 2px solid #175E8E;}

.button-field-wrap input[type="radio"]:checked::before {
     position: absolute;
     top: 3px;
     left: 3px;
     width: 10px;
     height: 10px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     background-color: #175E8E;
     content: '';
     transform: rotate(40deg);
}

/* Checkboxes */

.button-field-wrap input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  background-color: inherit;
  height: 20px;
  width: 20px;
  border: 1px solid #999;
  border-radius: 3px;
  margin-right: 7px;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.button-field-wrap input[type="checkbox"]:checked {border: 2px solid #175E8E;}

.button-field-wrap input[type="checkbox"]:checked::before {
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  font-family: 'Figtree';
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 12px;
  content: "\f00c";
  color: #175E8E;
}

/* Disabled Buttons */

.button-field-wrap input[type="radio"]:disabled, 
.button-field-wrap input[type="checkbox"]:disabled {
  background: rgba(0,0,0,0.05);
  border-color: #c9c9c9;
  cursor: default;
}

/* Checkbox Slider */
/* The switch - the box around the slider */
.ToggleSwitch {
	position: relative;
	display: inline-block;
	width: 50px;
	height: 25px;
}
/* Hide default HTML checkbox */
.ToggleSwitch input {display:none;}
/* The slider */
.ToggleSlider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-bottom: 0px;
	background-color: red;
	-webkit-transition: .4s;
	transition: .4s;
}
.ToggleSlider:before {
	position: absolute;
	content: "";
	height: 20px;
	width: 20px;
	left: 3px;
	bottom: 3px;
	margin-bottom: 0px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
}
input:checked + .ToggleSlider {
	background-color: green;
}
input:focus + .ToggleSlider {
		box-shadow: 0 0 1px green;
}
input:checked + .ToggleSlider:before {
	-webkit-transform: translateX(25px);
	-ms-transform: translateX(25px);
	transform: translateX(25px);
}
/* Rounded sliders */
.ToggleSlider.ToggleRound {
	border-radius: 25px;
}
.ToggleSlider.ToggleRound:before {
	border-radius: 50%;
}
.checkboxTextLabel {
	position: relative;
    padding: 5px;
    top: -8px;
}
.note {
  width: 500px;
  margin: 50px auto;
  font-size: 1.1em;
  color: #333;
  text-align: justify;
}
.DropAreaClass {
  border: 2px dashed #ccc;
  border-radius: 20px;
  width: 100%;
  padding: 20px;
}
.DropAreaClass.highlight {
  border-color: purple;
}
.gallery {
  margin-top: 10px;
}
.FileUploadButton {
  display: inline-block;
  padding: 10px;
  background: #ccc;
  cursor: pointer;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.FileUploadButton:hover {
  background: #ddd;
}
.fileElem {
  display: none !important;
}
.galleryItem {
	display:inline-block;
	padding:5px;
	margin-right: 20px;
}
.galleryItemDelete {
	display: inline-block;
    width: 20px;
    content: url(../../images/Icons/delete-icon.png);
    position: absolute;
	cursor:pointer;
}
