
/*html {
  scroll-behavior: smooth;
  margin: 0px !important;
  padding: 0px !important;
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  margin: 0px !important;
  padding: 0px !important;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}*/

    * {
      box-sizing: border-box;
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    }
    
    /* Chrome, Safari, Edge, Opera */
	input::-webkit-outer-spin-button,
	input::-webkit-inner-spin-button {
	  -webkit-appearance: none;
	  margin: 0;
	}
	
	/* Firefox */
	input[type=number] {
	  -moz-appearance: textfield;
	}

    #w3lDemoBar.w3l-demo-bar {
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 9999;
      padding: 40px 5px;
      padding-top:70px;
      margin-bottom: 70px;
      background: #0D1326;
      border-top-left-radius: 9px;
      border-bottom-left-radius: 9px;
    }
    
    #w3lDemoBar.w3l-demo-bar a {
      display: block;
      color: #e6ebff;
      text-decoration: none;
      line-height: 24px;
      opacity: .6;
      margin-bottom: 20px;
      text-align: center;
    }
    
    #w3lDemoBar.w3l-demo-bar span.w3l-icon {
      display: block;
    }
    
    #w3lDemoBar.w3l-demo-bar a:hover {
      opacity: 1;
    }
    
    #w3lDemoBar.w3l-demo-bar .w3l-icon svg {
      color: #e6ebff;
    }
    #w3lDemoBar.w3l-demo-bar .responsive-icons {
      margin-top: 30px;
      border-top: 1px solid #41414d;
      padding-top: 40px;
    }
    #w3lDemoBar.w3l-demo-bar .demo-btns {
      border-top: 1px solid #41414d;
      padding-top: 30px;
    }
    #w3lDemoBar.w3l-demo-bar .responsive-icons a span.fa {
      font-size: 26px;
    }
    #w3lDemoBar.w3l-demo-bar .no-margin-bottom{
      margin-bottom:0;
    }
    .toggle-right-sidebar span {
      background: #0D1326;
      width: 50px;
      height: 50px;
      line-height: 50px;
      text-align: center;
      color: #e6ebff;
      border-radius: 50px;
      font-size: 26px;
      cursor: pointer;
      opacity: .5;
    }
    .pull-right {
      float: right;
      position: fixed;
      right: 0px;
      top: 70px;
      width: 90px;
      z-index: 99999;
      text-align: center;
    }
    /* ============================================================
    RIGHT SIDEBAR SECTION
    ============================================================ */
    
    #right-sidebar {
      width: 90px;
      position: fixed;
      height: 100%;
      z-index: 1000;
      right: 0px;
      top: 0;
      margin-top: 60px;
      -webkit-transition: all .5s ease-in-out;
      -moz-transition: all .5s ease-in-out;
      -o-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
      overflow-y: auto;
    }
    
    
    /* ============================================================
    RIGHT SIDEBAR TOGGLE SECTION
    ============================================================ */
    
    .hide-right-bar-notifications {
      margin-right: -300px !important;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    }
    
    
    
    @media (max-width: 992px) {
      #w3lDemoBar.w3l-demo-bar a.desktop-mode{
          display: none;
    
      }
    }
    @media (max-width: 767px) {
      #w3lDemoBar.w3l-demo-bar a.tablet-mode{
          display: none;
    
      }
    }
    @media (max-width: 568px) {
      #w3lDemoBar.w3l-demo-bar a.mobile-mode{
          display: none;
      }
      #w3lDemoBar.w3l-demo-bar .responsive-icons {
          margin-top: 0px;
          border-top: none;
          padding-top: 0px;
      }
      #right-sidebar,.pull-right {
          width: 90px;
      }
      #w3lDemoBar.w3l-demo-bar .no-margin-bottom-mobile{
          margin-bottom: 0;
      }
    }
	
	.contact-grid{
		transition: transform .2s;
		padding-top: 5px;
		/*border: 1px solid #f8f9fa ;*/
	}
	.contact-grid:hover{
		border: 2px solid black ;
	}
	form .error {
		color: #ff0000;
	}
	.product-men {
		cursor: pointer;
		
	}
	.product-men:hover {
		border: 1px solid #BBBBBB;
		box-shadow: 0px 0px 5px 0px #BBBBBB;
	}
	.card{
		cursor: pointer;
	}

    

#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 50%;
  bottom: 30px;
  font-size: 17px;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}


.label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em
}

a.label:focus,
a.label:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.label:empty {
	display: none
}

.btn .label {
	position: relative;
	top: -1px
}

.label-default {
	background-color: #777
}

.label-default[href]:focus,
.label-default[href]:hover {
	background-color: #5e5e5e
}

.label-primary {
	background-color: #337ab7
}

.label-primary[href]:focus,
.label-primary[href]:hover {
	background-color: #286090
}

.label-success {
	background-color: #5cb85c
}

.label-success[href]:focus,
.label-success[href]:hover {
	background-color: #449d44
}

.label-info {
	background-color: #5bc0de
}

.label-info[href]:focus,
.label-info[href]:hover {
	background-color: #31b0d5
}

.label-warning {
	background-color: #f0ad4e
}

.label-warning[href]:focus,
.label-warning[href]:hover {
	background-color: #ec971f
}

.label-danger {
	background-color: #d9534f
}

.label-danger[href]:focus,
.label-danger[href]:hover {
	background-color: #c9302c
}

.badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px
}

.badge:empty {
	display: none
}

.btn .badge {
	position: relative;
	top: -1px
}

.btn-group-xs>.btn .badge,
.btn-xs .badge {
	top: 0;
	padding: 1px 5px
}

a.badge:focus,
a.badge:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default.focus,
.btn-default:focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default-inline {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
#lblCartCount {
    font-size: 12px;
    background: #0879c9;
    color: #fff;
    padding: 0 5px;
    vertical-align: top;
    margin-left: -10px; 
}

.btn-back{
	cursor: pointer;
	margin-left: 10px;
  height: 20px;
}
.logo_home_btn{
	height: 25px;
	width: 25px;
	cursor: pointer;
}
/*
.itemDiv{
	background: #FFFFFF; 
	float: left;
	padding: 5px; 
	min-height:80px;
	border: 1px solid #FFFFFF ;
	
}
@media only screen and (max-width: 767px) {
  .itemDiv {
    border-bottom: 1px solid #E5E5E5;
  }
}

.itemName{
	margin-left: 5px; 
	float: left;
}
.companyName{
	color: #3d4152;
	font-size: 1.07rem; 
	font-weight: 600;
	text-overflow: ellipsis; 
	font-family: Baskerville, 'Palatino Linotype', Palatino, 'Century Schoolbook L', 'Times New Roman', serif;
}
.itemImage{
	
	border:1px; 
	height: 80px; 
	width: 80px;;
	background-image: url(../images/o2n_logobw.png); 
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	float: left;
}
*/


.itemDiv{
	border: 1px solid #eaeaea;
	cursor: pointer;
	padding-right: 0px;
	padding-left: 0px;
}
.itemImage{
	border:1px; 
	height: 240px; 
	width: 100%;
	/*background:url(../images/o2n_logobw.jpg);*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: auto;
}

.itemName{
	padding-left: 4px;
    font-weight: 500;
    line-height: 1.57;
    text-align: left;
    color: #282c3f;
    font-size: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-family: WhitneySSm, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	margin-bottom: inherit;
}
.companyName{
	opacity: 0.6;
    padding-left: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    font-weight: 400;
    text-align: left;
    color: #282c3f;
	font-family: WhitneySSm, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	line-height: 1.57;
}
.item_price{
	padding-left: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    color: black;
	font-family: WhitneySSm, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.text-wrap{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;	
}
.smallItemImage{
	border:1px; 
	height: 80px; 
	width: 80px;
	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: auto;
}