/** GENERAL STYLES */

body{
    font-family: 'Noto Sans', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
    line-height: 16px;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    overflow-y: auto; 
    background-color: #f5f8fb;
}

/*body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}*/

/*body::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
    height: 10px;
}
*/
/*body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: gray;
}*/

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.full-width-container{
    width: 100%;
}

.container{
    max-width: 1170px;
    margin: 0 auto;
    position: relative;
}

.flex{
    display: flex;
}

.f-col {
    flex-direction: column;
}

.f-row{
    flex-direction: row; 
}

.f-wrap {
    flex-wrap: wrap;
}

.f-one{
    flex: 1;
}

.bdr{
    border: 5px solid #fff;
}

.allcaps{
    text-transform: uppercase;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-40 {
    margin-top: 40px !important;
}

.margin-top-70 {
    margin-top: 70px !important;
}

a {
    display: inline-block;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

small {
    font-size: 0.5em;
    line-height: 1.9em;
}

label {
    cursor: pointer;
    padding-left: 20px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 20px;
    width: 100%;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

h3 {
    display: inline-block;
    /*text-transform: uppercase;*/
    font-size: 1.2em;
    margin-bottom: 10px;
}

h1, h2, h3 { font-weight: 500; margin-top: 0; }

h2 { font-size: 1.4em; }

h5 { margin: 0px; }

.mid-bdr {
    background-image: url(../images/bdr.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    width: 44px;
    opacity: .2;
}

p { margin-top: 0; line-height: 1.45em; }

.offscreen {
    position: relative;
    left: -10000;
    font-size: 0;
}

hr {
  margin-top: 0px;
  margin-bottom: 10px;
}

.justify-center {
  justify-content: center;
}

strong {font-weight: 500;}

input, select, textarea { font-family: 'Josefin Sans', sans-serif; outline: none; }

td {
    font-weight: 300;
    line-height: 1.35em;
    font-size: 15px;
}

form { margin-bottom: 0px; }

.bdr-top { border-top: 3px solid #dedede; }

.page-padding { padding: 150px 0px; }

figure { margin: 0; }

/* CART DETAILS */
#cart-items-left-wrapper {
    width: 75%;
    padding-right: 20px;
    align-self: flex-start;
}

#cart-wrapper .cart-items-wrapper {
    box-shadow: 0px 0px 2px 1px #dedede;
    padding: 0px 20px;
}

#contact-wrapper {
    background-color: #fff;
}

#payment-wrapper, #contact-wrapper, #login-form-wrapper, #order-status-wrapper, #contact-info-form-wrapper {
    /*box-shadow: 0px 0px 2px 1px #dedede;*/
    padding: 20px;
    line-height: 20px;
}

#payment-wrapper {
  box-shadow: 1px 3px 5px 1px #dedede;
  margin: 20px;
  padding: 0px;
  line-height: 20px;
  border-radius: 5px;
}
#payment-wrapper h4 {
    font-size: 1.15em;
    padding-bottom: 5px;
}

/*#contact-info-form-wrapper {
    padding: 20px;
    margin-top: 20px;
}*/

.section-head {
    font-weight: 500;
    font-size: 1.4em;
    padding-bottom: 5px;
    border-bottom: 2px solid #dedede;
    margin-bottom: 15px;
}

#floating-cart-wrapper { position: relative; }

#floating-cart-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: transparent;
  z-index: 1;
}

#floating-cart-btn {
  padding: 10px;
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
}

#floating-cart-btn img { opacity: .6; }

#floating-cart-btn .fa { padding-right: 5px; }

/*#floating-cart:hover .triangle { display: block; }
#floating-cart:hover #cart-summary-wrapper { display: block; }*/

#cart-qty {
  font-size: 0.6em;
  border-radius: 50%;
  background-color: red;
  width: 15px;
  height: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 3px;
  font-weight: 600;
  line-height: 1px;
}

#floating-cart {
    display: none;
    position: absolute;
    top: 40px;
    right: 0px;
    border-radius: 5px;
    width: 600px;
    border-top: 2px solid #bdbdbd;
    /*padding: 26px 30px;*/
    background-color: #fff;
    box-shadow: 0 2px 20px 0 #93959f;
    z-index: 10;
    font-size: 0.9em;
}

#floating-cart-wrapper .cart-items-wrapper {
  max-height: 400px;
  overflow-y: auto;
  padding: 0px 30px;
}

span.triangle::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    top: 5px;
    box-shadow: -3px -4px 9px -4px rgba(40,44,63,.5);
    background-color: #fff;
    border: 2px solid #bdbdbd;
    border-right: none;
    border-bottom: none;
    -ms-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(45deg);
}

span.triangle {
    /*display: none;*/
    position: absolute;
    top: -13px;
    right: 23px;
    z-index: 100;
}

#cart-wrapper { margin-top: 20px; }

#cart-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#cart-items-header {
    display: flex;
    padding-top: 20px;
}

.cart-hdr th { padding-top: 20px; }

.cart-hdr-wrapper:first-child {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
}

#floating-cart-wrapper #cart-items-header {
    padding: 20px 30px;
    padding-bottom: 0;
}

#floating-cart-wrapper .cart-hdr-wrapper:first-child {
    padding-right: 20px;
}

.cart-item {
    /*display: flex;*/
    padding: 20px 0px;
    border-bottom: 1px dashed #dedede;
}

.cart-item td {
    padding: 20px 0px;
}

.cart-item:last-child {
    border-bottom: none;
}

.cart-details {
    display: flex;
    width: 100%;
    margin-left: 20px;
}

.item-name {
    font-weight: 500;
}

.cart-tot h2, .cart-shipping-charges h2 {
    margin: 0;
    padding: 15px 0px;
}

.cart-tax h2 {
  margin: 0;
}

#floating-cart .cart-tot h2 {
    padding-bottom: 0;
}

.cart-tot h2 p, .cart-tax h2 p, .cart-shipping-charges p { margin-bottom: 0; }

.cart-tax h2, .cart-shipping-charges h2 { padding-bottom: 5px; padding-top: 0;
    font-weight: 100; }

.item-details {
    text-align: left;
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding-right: 50px;
}

.cart-fns-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 30px;
}

.cart-btm-wrapper {
    display: flex;
    justify-content: space-between;
}

.reverse-btn {
    color: #fff;
    background-color: #000 !important;
}

#cart-wrapper .cart-fns-wrapper { padding: 20px 0; }

.subaction-btn:first-child {
    margin-right: 10px;
}

.subaction-btn .fa {
    padding-right: 5px;
}

.subaction-btn { text-decoration: underline; }

#cart-items-left-wrapper .cart-fns-wrapper{
    display: none;
}

.item-dtls-group {
    display: flex;
}

.item-dtls-group div:first-child {
  padding-right: 5px;
  /*margin-right: 5px;
  border-right: 2px solid #dedede;*/
}


#floating-cart-wrapper .item-details {
  padding-right: 20px;
}

#floating-cart-wrapper .cart-items-wrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

#floating-cart-wrapper .cart-items-wrapper::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
    height: 10px;
}

#floating-cart-wrapper .cart-items-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: gray;
}

@keyframes pulse { 
  50% { background-color: #f5e7e6 }
}

.delete-alert {
  animation: pulse .5s ease-out 2;
}

/* FORMS STYLE */
.forms input, .forms select {
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  /*margin: 0 0 15px;*/
  padding: 15px;
  box-sizing: border-box;
}

.forms .message {
  margin: 15px 0 0;
  color: #b3b3b3;
}

.forms .message a {
  /*color: #a6c1ee;*/
  text-decoration: none;
}

.err-msg {
    color: red;
    margin-top: 6px;
    margin-bottom: 0;
}


/* INPUT AND LABLE ANIMATION STYLE */

.omf-text-field {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.omf-floating-label {
    position: absolute;
    top: 16px;
    left: 10px;
    transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out;
    padding: 0px 6px;
}

.omf-text-field input, .omf-group-field input, .omf-group-field select, .omf-text-field select {
    background: none;
    border-bottom: 1px solid #dedede;
    padding-left: 0;
    padding-bottom: 5px;
    transition: 0.4s ease all;
    width: 100%;
    font-size: 1rem;
    /*background: none;*/
    outline: 0;
    /*margin: 0 0 23px;*/
    padding: 15px;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
}

.omf-text-field input:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-position: 0 0;
}

.animate-label {
  font-size: 0.8em;
  -webkit-transform: translateY(-20px);
          transform: translateY(-27px);
  visibility: visible !important;
  opacity: 1;
  /*background-color: #e6e6e6;
  padding: 0px 6px !important;*/
}





/* LOADER ANIMATION */
#loader {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #ec008c;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    z-index: 11;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #000000;
  -webkit-animation: spin-reverse .5s linear infinite;
  animation: spin-reverse .5s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #8a8572;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes spin-reverse {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}



/* Signin Details */
#mainlist .fa {
    opacity: .6;
    font-size: 1.1em;
}

ul#mainlist {
    display: flex;
    position: absolute;
    right: 0;
    z-index: 100;
    justify-content: space-between;
}

ul#mainlist li {
    display: flex;
    align-items: center;
    flex: 1;
}

.description { font-size: 1.5em; color: #656565; font-style: italic; }


/* CIRCULAR RIPPLE EFFECT */
.circular-animate::before {
  content: '';
  border-radius: 50%;
  background-color: #737171;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  right: 50%;
  transform: scale(0);
  width: 2px;
  height: 2px;
  animation: circularRipple 0.7s ease-out;
}

.circular-animate::before {
  animation: circularRipple 0.7s ease-out;
}

@keyframes circularRipple {
  0% {
    transform: scale(0, 0);
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(25, 25);
  }
}

/** Pull out menu styles */

.hidden {
  opacity: 0;
  transition-delay: .5s;
  pointer-events: none;
  cursor: default;
}

.visible {
  opacity: 1;
}

#navigation {
  background: #64b5f6;
  font-family: 'Merriweather', serif;
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  width: 80vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100000;
}

.nav {
  display: flex;
  justify-content: center;
}

.slideInLeft {
  animation-duration: .5s;
}

.slideOutLeft {
  animation-duration: .5s;
}

ul {
  list-style-type: none;
}

ul li a {
  color: #fff;
  text-decoration: none;
}

.order-status-wrapper {
  display: flex;
  height: 40px;
  margin-bottom: 10px; 
}

.order-status {
  height: 100%;
  flex: 1;
  justify-content: center;
  display: flex;
  background-color: #d0d0d0;
  align-items: center;
  border-right: 4px solid #e2e1e1;
  font-size: 10px;
  text-transform: uppercase;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent; /* 40px height (20+20) */
  border-left: 20px solid transparent;
  position:absolute;
  right:-20px;
  z-index: 1;
}

.order-status.completed {
  background-color: #000000;
  color: #fff;
}

.order-status:last-child {
  border: none;
}

#list .order-status-wrapper {
  margin-top: 10px;
}

#notes-section, #delivery-addr-section {
  padding: 15px 20px;
  border-bottom: 3px dotted #cdcdcd;
  background-color: #efefef;
  /*background-color: #505050;*/
  /*color: #fff;*/
}

#notes-section textarea, #delivery-addr-section textarea, textarea {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border: none;
  outline: none;
  padding: 10px;
  border-radius: 2px;
}

textarea {
  background-color: #efefef;
}

#notes-section p, #delivery-addr-section p {
    margin-bottom: 5px;
}

a.create-account {
  text-decoration: underline;
}

#notes-tools {display: flex;margin-top: 10px; flex-wrap: wrap;}

.tools {
    margin-bottom: 5px;
}

#notes-section label {
  margin: 0;
  display: flex;
  align-items: center;
  margin-right: 5px;
  padding-left: 0px;

}

#notes-section label input {
    margin: 0;
    margin-right: 4px;
}

.cancelorder-btn {
    margin-top: 10px;
    padding: 10px;
    padding-left: 0px;
}

.cancelorder-btn small { font-style: italic; }

.order-status.cancelled {
    flex: 0.4;
}

.ord-status {
  /*opacity: 0.6;*/
  background-color: #2f2f2f;
  border-radius: 3px;
  padding: 2px 5px;
  color: #fff;
}

.ord-status.cancelled { background-color: #d32f2f; }
.ord-status.delivered { background-color: #2e7d32; }

.subaction-btn.omf-action-btn {
  text-decoration: none;
  font-size: 0.7em;
  padding: 4px 12px;
  margin-top: 8px;
}


.omf-address-mode label {
  display: inline-block !important;
  width: 100%;
  margin-left: 10px !important;
}

.omf-address-mode {
  display: flex;
  margin-bottom: 15px;
}

.omf-address-mode input {
  margin: 0;
}

.omf-address-mode textarea {
  margin-top: 5px;
}

#payment-wrapper textarea {
  width: 90%;
  height: 100px;
  line-height: 17px;
}

.orders-list.omf-list {
    display: block;
}

#orders.no-orders {
  display: flex;
  justify-content: center;
}

.right-align {
  text-align: right !important;
  padding-right: 8px;
}

@media print {
  #header-wrapper, .container-wrapper { display: none; }

  #orders {
    width: 80mm !important;
  }
}

.alert {
    color: #ff0000 !important;
}

.gray-bdr { border-left: 5px solid #CDCDCD !important; }
.yellow-bdr { border-left: 5px solid #FFC107 !important; }
.green-bdr { border-left: 5px solid #8BC34A !important; }

.ui-helper-hidden-accessible {
    display: none;
}

/*.ui-menu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.ui-menu-item {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin: 10px;
    font-size: 1.2em;
    padding: 10px;
    border: 1px solid #DEDEDE;
    width: 248px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    background-color: #EFEFEF;
    color: #000;
    line-height: 1.3em;
}

.ui-menu-item a {
    color: #000;
}

li.ui-menu-item:hover {
    background-color: #ff7f84;
    color: white;
}

li.ui-menu-item:hover a { color: #fff; }*/

.contact-info {
    line-height: 1.4em;
    margin-bottom: 30px;
    font-size: 0.9em;
}

.ui-autocomplete {
    position: relative;
    top: -150px;
}

#orders-page .progress-container, .progress-container-overlay { position: fixed; }

.restricted {
  pointer-events: none;
}