@import url("https://fonts.googleapis.com/css?family=Noto+Serif:300,400,700,800|Karla:400,700");
html {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
*,
*:before,
*:after {
  box-sizing: inherit;
  -webkit-font-smoothing: antialiased;
}
form {
  margin: 0;
}
body {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  background: #f6f6f6;
  font-family: "Karla", Arial;
  height: 100%;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.noto {
  font-family: "Noto Serif";
}
.karla {
  font-family: "Karla";
}
a {
  text-decoration: none;
  color: #2f0743;
}
p a {
  color: #444;
}
a:hover {
  text-decoration: none;
}
hr {
  margin: 15px 0px;
  height: 1px;
  border: 0px;
  background: #ddd;
  width: 100%;
}
p {
  margin: 0;
}
h1,
h2,
h3 {
  margin: 0;
  color: #2f0743;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 16px;
}
input,
select,
label,
button,
textarea {
  font-family: "Karla";
  font-size: 14px;
}
input,
select,
button,
textarea {
}
video {
  border: 1px #000 solid;
}

/*.btn {padding:10px; background:#76A714; color:#fff; text-transform: uppercase; font-weight: bold; border:0px; border-radius: 3px; margin:5px 0;}
.btn:hover { cursor: pointer; background:#111; color:#fff;}*/

.tab,
.incentives_tab {
  display: inline-block;
  height: 45px;
  background: #fff;
  border: 1px #ddd solid;
  line-height: 45px;
  padding: 0px 10px;
  margin-right: 3px;
  border-bottom: 0;
  cursor: pointer;
}
.incentives_tab {
  line-height: 20px;
  padding: 0px 7px;
}
.tab.pressed,
.incentives_tab.pressed {
  background: #3742fa;
  color: #fff;
  border-color: #3742fa;
}
.discountTable {
  display: none;
}
.discountTable.show {
  display: table;
}

.btn {
  border-radius: 5px;
}
.btn.btn-primary {
  background: #3742fa;
  border-color: #3742fa;
}
.btn.btn-outline-primary {
  border-color: #3742fa;
  color: #3742fa;
}
.btn.btn-outline-primary:hover {
  background: #3742fa;
  border-color: #3742fa;
  color: #fff;
}

/*.left-login { position: fixed; top: 0px; left: 0px; width:40%; height: 100%; background:url(bvg-air-shot.jpg) no-repeat 50% 50%; background-size: cover;}*/
.right-login {
  position: fixed;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
}

.sticky-item {
  position: fixed;
  bottom: -100px;
  right: 10px;
  background: rgba(39, 174, 96, 0.7);
  z-index: 999;
  padding: 12px 0px;
  color: #000;
  border: 1px rgba(39, 174, 96, 0.4) solid;
  width: 200px;
  border-radius: 100px;
  transition: all 0.4s;
  text-align: center;
  font-size: 16px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
}
.sticky-item.show {
  bottom: 10px;
  transition: all 0.4s;
}
.sticky-item .alert {
  margin: 0px;
  padding: 0px;
  background: none;
  color: #000;
  border: 0px;
}

/** LOGIN CONTAINER **/
.login {
  margin: 0px;
  width: 320px;
  height: 350px;
  overflow: visible;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 13px;
  text-align: center;
  padding: 20px;
  border-radius: 5px;
}
.logo-lg {
  font-size: 26px !important;
  font-weight: 600;
  line-height: 26px;
  color: #c4d237 !important;
  text-align: center;
  margin-bottom: 20px;
}
.logo-lg small {
  color: #777;
  font-size: 16px;
}
.login input.form-control {
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  text-align: center;
  font-size: 16px !important;
  padding: 12px;
  border-radius: 5px;
}
.login button {
  display: block;
  margin: 0px auto;
  padding: 12px 18px;
}
/** LOGIN CONTAINER **/

tr:hover td {
  background: #f8f8f8;
}

.switchSites {
  position: fixed;
  top: 60px;
  right: 0px;
  display: none;
  width: 400px;
  background: #3742fa;
  z-index: 9999;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  padding: 15px;
  text-align: center;
  border: 1px rgba(0, 0, 0, 0.3) solid;
}
.switchSites .btn {
  display: inline-block;
  width: 150px;
  margin: 5px;
  font-size: 11px !important;
}
.switchSites .btn:hover {
  color: #000;
}
.manage {
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.98);
  z-index: 999;
  display: none;
}
.manage div {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  z-index: 9999;
}
.manage .btn {
  display: inline-block;
  width: 45%;
  margin: 10px;
}
.manage p {
  font-size: 20px;
  text-align: center;
  padding: 0px 0px 20px 0px;
  color: #3742fa;
}
.settings {
  position: fixed;
  top: 0px;
  right: 0px;
  height: 60px;
  line-height: 60px;
}
.settings i {
  padding: 0px 20px;
  color: #fff;
  font-size: 28px;
  border-left: 1px rgba(0, 0, 0, 0.3) solid;
  background: #3742fa;
  display: block;
  height: 60px;
  line-height: 60px;
  float: left;
  cursor: pointer;
}
.settings span {
  padding: 0px 20px;
  color: #fff;
  font-size: 14px;
  border-left: 1px rgba(0, 0, 0, 0.3) solid;
  display: block;
  height: 60px;
  line-height: 60px;
  float: left;
  background: #3742fa;
}
.settings form {
  float: left;
  padding: 0 20px;
  border-left: 1px rgba(0, 0, 0, 0.1) solid;
  height: 60px;
  background: none;
}
.settings form input.form-control {
  box-shadow: 0px 0px 0px;
  width: 700px;
  border: 0px;
  height: 40px;
  margin-top: 10px;
}
.settings form button.btn {
  padding: 5px 15px;
  height: 40px;
  margin-top: 10px;
}
.searchResults {
  position: fixed;
  top: 60px;
  left: 220px;
  width: calc(100% - 220px);
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  display: none;
  padding: 60px;
  z-index: 9999;
  text-align: center;
  color: #fff;
  overflow: scroll;
}
.searchResults .closer {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 15px;
  z-index: 99999;
}

.nav {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 60px;
  width: 100%;
  border-radius: 0px;
  z-index: 999;
  background: #fff;
  border-bottom: 1px #ddd solid;
}
.nav a {
  height: 60px;
  line-height: 60px;
  color: #000;
  padding: 0px 20px;
  border-left: 1px #000 solid;
}

.menu {
  position: fixed;
  left: 0px;
  top: 0px;
  height: 100%;
  background: #fff;
  width: 220px;
  z-index: 9999;
  overflow-x: hidden;
  overflow-y: auto;
  padding-bottom: 90px;
  border-right: 1px #ddd solid;
}
.menu p {
  margin: 0px;
  padding: 20px 25px;
  font-weight: bold;
  font-size: 12px;
  color: #000;
}
.menu a {
  display: block;
  padding: 12px 15px;
  transition: all 0.2s;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #000 !important; /*border-bottom:1px rgba(0,0,0,0.1) solid;*/ /*border-left:5px #fff solid;*/
}
.menu a i {
  font-size: 16px;
  width: 30px;
}
.menu a:hover,
.menu a.active {
  cursor: pointer;
  border-left-color: #3742fa;
  color: #000;
  transition: all 0.2s;
}
.menu .sub {
  display: none;
  border-bottom: 2px #3742fa solid;
  background: rgba(0, 0, 0, 0.1);
}
.menu .sub.active {
  display: block;
}
.menu .sub a {
  border: 0px;
  padding-right: 0px;
  padding-left: 18px;
  color: #000;
  font-size: 11px;
}
.menu .sub a:hover,
.menu .sub a.active {
  font-weight: bold;
  transition: 0.2s all;
}
.menu .sub a.active i {
  color: #3742fa;
}
.menu .sub a i {
  text-align: center;
}

.brand {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  background: #fff;
  display: inline-block;
  padding: 0px 40px 0px 25px;
  display: none;
}
.brand i {
  display: inline-block;
  margin-right: 20px;
}
.brand img {
  height: 30px;
  display: block;
}

pre {
  background: #101010;
  color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.singleBanner {
  background: #d70047;
  padding: 45px 0;
  margin: 0px auto 15px auto;
}
.singleBanner .banner-group {
  text-align: center;
}
.singleBanner .banner-group h1 {
  color: #fff;
  font-size: 68px;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 700;
}
.singleBanner .banner-group p {
  font-size: 16px;
  color: #fff;
  margin-top: 0px;
  text-transform: uppercase;
  font-family: "Poppins";
}
.singleBanner .banner-group p strong {
  display: block;
  font-size: 58px;
  line-height: 60px;
}
.singleBanner .banner-group p span {
  display: block;
  font-size: 14px;
}
.singleBanner .banner-group .ast {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.singleBanner .banner-group .btns {
  max-width: 420px;
  margin: 10px auto;
  border: 1px #fff solid;
  padding: 15px;
  margin-top: 20px;
}
.singleBanner .banner-group .btn {
  display: inline-block;
  width: 46%;
  font-size: 14px;
  font-weight: 400;
  border: 0px;
  border-radius: 0px !important;
  background: rgba(0, 0, 0, 0.3);
  margin: 2px;
  text-transform: none;
  font-family: "Poppins";
  text-align: left;
  padding: 0px 12px;
  position: relative;
}
.singleBanner .banner-group .btn i {
  position: absolute;
  top: 0px;
  right: 15px;
  bottom: 0px;
  margin: auto;
  height: 20px;
  line-height: 20px;
}

.inner.counter .singleBanner {
  padding: 20px 0px;
}
.inner.counter .singleBanner .banner-group h1 {
  font-size: 48px;
}
.inner.counter .singleBanner .banner-group p strong {
  font-size: 38px;
}
.content {
  float: right;
  width: calc(100% - 220px);
  z-index: 98;
  padding: 80px 50px 30px 50px;
}
.content h2 {
  padding: 20px;
  background: #fff;
  margin-bottom: 20px;
}
.content h3 {
  padding-bottom: 20px;
  border-bottom: 1px #ddd solid;
  margin-bottom: 20px;
}
table.cfdebug:nth-child(odd) {
  float: right;
  width: calc(100% - 220px);
  z-index: 98;
  padding: 30px;
}
.content table {
  border-collapse: collapse;
  width: 100%;
  margin: 20px 0;
}
.content table th {
  color: #000;
  background: #fff;
  font-weight: bold;
  padding: 10px;
  text-align: left;
  border: 1px #00b0a2 solid;
  border-top: 1px #00b0a2 solid !important;
  text-transform: uppercase;
}
.content table td {
  padding: 10px;
  font-size: 14px;
  border: 1px #ddd solid;
  vertical-align: middle;
}
.content table tr:hover td {
}
.content table td .btn {
  display: inline-block;
}
.content table.table td.noBorder {
  border: 0px;
}
.content table.table td.bottom {
  border: 0px;
  border-bottom: 1px #ddd solid;
}

.tab.btn {
  display: block;
  width: 100%;
  border-radius: 0px !important;
  margin-bottom: 3px;
}

#gallery .thumbnail {
  display: inline-block;
  width: 90px;
  height: 90px;
  overflow: hidden;
}
#gallery .thumbnail img {
  width: 100%;
}

li.list-group-item:hover {
  background: #eee;
  cursor: pointer !important;
}

.progressBar {
  height: 30px;
  background: #eee;
  width: 300px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.progress {
  height: 30px;
  background: green;
  display: inline-block;
}
.progressBar .text {
  position: absolute;
  left: -120px;
  color: #000;
  width: 100px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}

.user {
  position: relative;
  padding: 16px 0px 16px 60px;
  background: #fff;
  border-bottom: 1px #ddd solid; /*border-top: 1px #ddd solid; margin-top: 20px;*/
}
.user i.fa-user {
  position: absolute;
  top: 0px;
  left: 10px;
  bottom: 0px;
  margin: auto;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  background: #3742fa;
  color: #fff;
  text-align: center;
}
.user p {
  margin: 0;
  font-weight: bold;
  color: #000;
  font-size: 12px;
  padding: 0px;
}
.user p span {
  font-weight: normal;
  font-size: 12px;
  color: #000;
  margin: 0;
  display: block;
}
.user a {
  text-transform: none;
  height: auto;
  line-height: normal;
  padding: 0;
  border-left: 0px;
  margin-left: 0px;
  color: #000;
}
.user a:hover {
  color: #ddd;
}
.user a i {
  text-transform: none;
  height: auto;
  line-height: normal;
  padding: 0;
  font-size: 12px;
  width: auto;
}

i.icon-toggle-on {
  color: green !important;
}
.widget {
  padding: 20px;
  position: relative;
  margin: 0 0 20px 0px;
  background: #fff;
}
.widget.split {
  width: 49%;
}
.widget.four {
  width: 24%;
}
.right-margin {
  margin-right: 1%;
}
.widget.green,
.widget.green > * {
  background: #76a714;
  color: #fff;
  border-color: #76a714;
}

.widget.alert {
  border-width: 3px;
}

form.myform {
  margin: 20px 0px;
}
form.myform label {
  display: inline-block;
  width: 150px;
  padding: 10px 0;
  margin: 5px 0;
}
form.myform label.checkLabels {
  display: inline-block;
  margin: 0px 10px 0px 0px;
  width: auto;
}
form.myform input {
  display: inline-block;
  width: calc(100% - 170px);
  padding: 10px;
  margin: 5px 0;
}
form.myform input[type="checkbox"],
.content form input[type="radio"] {
  width: auto;
  border: 0;
  border-radius: 0px;
  padding: 0px;
  margin: 0px 0px;
  display: inline-block;
}
form.myform select {
  display: inline-block;
  width: calc(100% - 170px);
  padding: 10px;
  margin: 5px 0;
}
form.myform button {
  float: left;
}
form.myform button:hover {
  background: #588301;
  cursor: pointer;
}

select[multiple],
select[size] {
  height: 200px !important;
}
.preloader {
  display: none;
  text-align: center;
  display: none;
  padding: 15px 0px;
  font-weight: bold;
  font-size: 14px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: calc(100% - 250px);
  z-index: 99999;
}

.prodcodes {
  margin: 10px 0px;
}
.prodcodes span {
  display: inline-block;
  padding: 5px;
  border-radius: 3px;
  background: #777;
  color: #fff;
  margin: 2px 2px 2px 0px;
}

.prodlists p {
  font-weight: bold;
}
.prodlists p span {
  display: block;
  font-size: 12px;
  font-weight: normal;
}

.multiBox img {
  width: 100%;
}
.multiBox h2 {
  font-size: 18px;
  margin: 10px 0;
  padding: 0;
}
.multiBox h2 span {
  display: block;
  margin-top: 10px;
  font-size: 16px;
}
.multiBox .imageFrame {
  min-height: 450px;
}
.multiBox .multiTitle {
  min-height: 80px;
}

.thumbs {
  display: inline-block;
  padding: 20px;
  margin: 10px auto;
  background: #fff;
}
.thumbs img {
  height: 200px;
  width: 200px;
  display: block;
  border: 3px #fff solid;
}
.progress {
  height: 5px;
  width: 0px;
  background: #ddd;
  width: 100%;
  border-radius: 1px;
  margin-top: 10px;
}
.progress span {
  display: block;
  width: 0px;
  height: 5px;
  background: #aaa;
  transition: all 0.8s;
  border-radius: 3px;
}
.clear {
  clear: both;
}
#drop_zone {
  padding: 20px;
  text-align: center;
  border-radius: 10px;
}
#drop_zone input[type="file"] {
  visibility: hidden;
  position: absolute;
}
.drop_text {
  padding: 50px;
  border: 3px dashed;
  border-radius: 10px;
}
#status {
  display: none;
  font-size: 20px;
  font-weight: bold;
}
.drop_text h2 {
  border: 0px;
  font-size: 26px;
  font-weight: bold;
  margin: 0px;
  padding: 0px;
}
.drop_text i {
  display: block;
  font-size: 90px;
  margin-bottom: 40px;
}
#drop_zone.active,
#drop_zone.active .drop_text,
#drop_zone.active .drop_text h2 {
  background: #eee;
  color: #aaa;
  border-color: #aaa;
  transition: all 0.2s;
}

.counterImage {
  background-color: #eee;
  display: block;
  margin: 20px auto;
  position: relative;
  color: #000;
  background-size: cover;
}
.counterImage form {
  padding: 10px 0px 10px 20px;
  z-index: 10;
  position: relative;
}
.counterImage form.imageUpload {
  position: absolute;
  bottom: 0;
  right: 20px;
  color: inherit;
}
.counterImage form.imageUpload input {
  width: 200px;
  font-size: 12px;
  color: inherit;
}
.counterImage form input {
  display: block;
  background: none;
  border: 0px;
  padding: 12px 0px;
  color: inherit;
  font-weight: 600;
  font-size: 18px;
  width: 70%;
  color: #000;
}
.counterImage form textarea {
  display: block;
  background: none;
  border: 0px;
  padding: 12px 0px;
  resize: none;
  display: block;
  width: 70%;
  color: inherit;
  font-size: 13px;
  color: #000;
}
.counterImage h1 {
  font-size: 20px;
  color: inherit;
  margin: 0 0 14px;
}
.counterImage .counterCopy p {
  color: inherit;
  font-size: 14px;
  line-height: 1.2em;
  margin: 14px 0;
}
.counterImage.white > *,
.counterImage.white,
.counterImage.white input,
.counterImage.white textarea {
  color: #fff;
}
.thumbUpload {
  margin-bottom: 20px;
}

.thumbnail {
  margin-bottom: 0;
}

#progressBar {
  width: 100%;
  height: 10px;
  color: #fff;
  background: #fff;
  display: none;
}
.bannerActive {
  width: 30px;
  margin: 10px;
  float: right;
}
.prodActive {
  width: 30px;
  margin: 10px;
  float: right;
}
.toggle {
  width: 30px;
  height: 16px;
  border: 1px solid red;
  border-radius: 10px;
  position: relative;
}
.toggle.activeProd {
  border-color: green;
}
.toggle span {
  background: red;
  border-radius: 100%;
  position: absolute;
  top: 2px;
  right: 16px;
  width: 10px;
  height: 10px;
  transition: all 0.2s;
}
.toggle.activeProd span {
  background: green;
  right: 2px;
  transition: all 0.2s;
}

.toggle.activeFlash {
  border-color: green;
}
.toggle.activeFlash span {
  background: green;
  right: 2px;
  transition: all 0.2s;
}

.skuActive {
  width: 30px;
}
.toggle.activeSku {
  border-color: green;
}
.toggle.activeSku span {
  background: green;
  right: 2px;
  transition: all 0.2s;
}

#disableAllSKUs {
  float: right;
}

.HSPTable .HSPSmall {
  width: 140px;
}
.HSPTable .HSPMedium {
  width: 250px;
}
.HSPTable .HSPSmaller {
  width: 100px;
}
table.subTable {
  width: 100%;
  border-collapse: collapse;
}
table.subTable td {
  text-align: center;
  vertical-align: middle;
  padding: 1px;
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #ccc;
}
table.subTable td.grey {
  background: #666 !important;
  color: #fff !important;
}
table.subTable img.thumb {
  height: 50px;
  border: 1px solid #ccc;
  margin: 5px;
  cursor: pointer;
}
table.subTable tr.fakeHead td {
  padding: 5px;
  font-weight: bold;
  background: #333 !important;
}
table.HSPTable form.smallForm input[type="text"] {
  max-width: none !important;
  min-width: 0 !important;
  width: 150px !important;
}
table.subTable td a {
  color: #fff;
}
table.subTable td a:hover {
  color: #09c;
}
.updateHspDate {
  color: #218838;
  cursor: pointer;
}
.allHspProds {
  width: 100%;
  min-height: 300px;
  border: 1px solid #eee;
  padding: 5px;
}

.mediaPopup {
  display: none;
  width: 60%;
  height: 1000px;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 14%;
  margin: auto;
  padding: 20px;
}
.mediaCloser {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 18px;
  position: absolute;
  right: -10px;
  top: -10px;
  cursor: pointer;
}
.mask {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
}

/* RESPONSIVE GRID */
.section {
  clear: both;
  padding: 0px;
  margin: 0px;
}
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%;
  position: relative;
}
.col:first-child,
.col.first {
  margin-left: 0;
}
.section .col img {
  width: 100%;
  display: block;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.group {
  zoom: 1; /* For IE 6/7 */
}
.span_3_of_3,
.full {
  width: 100%;
}
.span_2_of_3,
.two-third {
  width: 66.13%;
}
.span_1_of_3,
.third {
  width: 32.26%;
}
.span_4_of_4,
.full {
  width: 100%;
}
.span_3_of_4,
.three-quarter {
  width: 74.6%;
}
.span_2_of_4,
.two-quarter {
  width: 49.2%;
}
.span_1_of_4,
.quarter {
  width: 23.8%;
}
.span_2_of_2,
.full {
  width: 100%;
}
.span_1_of_2 {
  width: 49.2%;
}

/* HOMEPAGE */
.section.large {
  padding: 20px 0px;
  background: #fff;
}
.section.grey {
  background: #f4f4f4;
}
.landing-grid {
}
.landing-grid .col {
}
.landing-grid .col p.title {
  margin: -30px 15px 0px 15px;
  background: #fff;
  position: relative;
  padding: 15px 0 10px 0;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #004b39;
}
.landing-grid .col p.title:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  width: 100px;
  background: #004b39;
  height: 1px;
  margin: auto;
}
.landing-grid .col p {
  text-align: center;
  font-size: 15px;
  margin-top: 5px;
  line-height: 28px;
  padding: 0px 15px;
}
.landing-grid .col .btn {
  display: block;
  max-width: 120px;
  padding: 0;
  margin: 10px auto;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  background: rgba(113, 75, 115, 1);
}

/*.bg-gradient {background:#000;}*/
/*body.theme-94 .menu, body.theme-94 .bg-gradient { background:#5aa3cf; }
body.theme-79 .menu, body.theme-79 .bg-gradient { background:#333; }
body.theme-78 .menu, body.theme-78 .bg-gradient { background:#380000; }*/
body.theme-95 .brand {
  background: #000;
  color: #fff;
}

.basketPopup {
  display: none;
  position: fixed;
  right: 0;
  left: 0;
  top: 10%;
  margin-right: auto;
  margin-left: auto;
  background: #fff;
  max-width: 700px;
  width: 90%;
  z-index: 9998;
  box-shadow: 0px 0px 60px rgba(0, 0, 0, 0.3);
  padding: 1%;
  border-radius: 3px;
}
.basketPopup h2 {
  font-size: 24px;
  margin: 0px 0px 15px 0px;
}
.basketPopup .prod {
  margin: 0px auto;
  position: relative;
  overflow: hidden;
  position: relative;
}
.basketPopup .prod .imageframe {
  width: 30%;
  float: left;
}
.basketPopup .prod .imageframe img {
  display: block;
  width: 100%;
  margin-bottom: 50px;
}
.basketPopup .prod .details {
  float: right;
  width: 65%;
}
.basketPopup .prod .details p {
  margin: 0px 0px 10px 0px;
  line-height: normal;
  font-size: 16px;
}
.basketPopup .prod .details p.title span {
  display: block;
  font-size: 12px;
}
.basketPopup .prod .details p.price {
  font-size: 16px;
  font-weight: bold;
  color: #004b39;
}
.basketPopup .prod .details p.price span {
  font-size: 12px;
  color: #777;
}
.basketPopup .prod .details p.price span.savePrice {
  font-weight: bold;
  color: red;
}
.basketPopup .prod .details p.price strike {
  margin-right: 5px;
  font-size: 12px;
  color: #777;
}
.basketPopup .prod .details .description {
  line-height: 20px;
  font-size: 13px;
  color: #666;
  margin-bottom: 10px;
}
.basketPopup .prod .details form {
  display: block;
  width: 100%;
  margin: 10px 0px;
}
.basketPopup .prod .details form select {
  display: block;
  width: 10%;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  text-indent: 10px;
  font-size: 14px;
  border-radius: 0;
}
.basketPopup .prod .details form button {
  display: block;
  width: 45%;
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0px;
  border-radius: 0px;
}
.basketPopup .prod .details form div.noThanks {
  display: block;
  width: 45%;
  float: left;
  height: 40px !important;
  line-height: 40px !important;
  padding: 0px;
  border-radius: 0;
}
.basketPopup .prod .details p.attr {
  margin: 3px 0px;
}
.basketPopup .prod .details p.attr label {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  width: 30%;
}
.basketPopup .prod .details p.attr span {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
  width: 65%;
}
.basketPopupMask {
  position: fixed;
  z-index: 9997;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}
p.countdown {
  position: absolute;
  bottom: 1%;
  left: 2%;
  text-align: center;
  width: 30%;
  font-size: 15px;
  font-weight: bold;
}
p.countdown span {
  display: block;
  color: red;
  font-size: 20px;
}
.btn.large {
  padding: 0;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-weight: 600;
}
.btn.green {
  background: #76a714;
  color: #fff;
}
.btn.green:hover {
  background: #588301;
  color: #fff;
}
.btn.large i {
  font-size: 24px;
  padding: 0px 10px;
  display: inline-block;
  vertical-align: middle;
}
i:before,
i:after {
  margin: 0;
  line-height: normal !important;
  width: auto !important;
}
button {
  cursor: pointer;
}
button:active,
.btn:active,
a.popBtn:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}
.lines {
  overflow: hidden;
  text-align: center;
  text-transform: capitalize;
}
.lines:before,
.lines:after {
  border-top: 1px solid #004b39;
  content: "";
  display: inline-block;
  height: 0.1em;
  position: relative;
  vertical-align: middle;
  width: 50%;
  margin-bottom: 0.15em;
}
.lines:before {
  right: 0.5em;
  margin-left: -50%;
}
.lines:after {
  left: 0.5em;
  margin-right: -50%;
}
.basketLoader {
  position: fixed;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0px;
  left: 0px;
  text-align: center;
  display: none;
  z-index: 9999;
}

#dropdown {
  display: none;
  position: absolute;
  width: 650px;
  top: 50px;
  left: 0px;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
  z-index: 997;
}
#dropdown select {
  width: 100%;
  margin-top: 10px;
  border: 0px;
}
#dropdown option {
  padding: 10px;
  font-size: 14px;
  display: block;
  color: #333;
}
#dropdown option:hover {
  background: #eee;
  cursor: pointer;
}
select[multiple],
select[size] {
  height: auto !important;
  max-height: 600px;
}

.skuImage {
  border: 2px #ddd solid;
}
.skuImage.active {
  border-color: green;
}

#rainbow,
#rainbow.btn {
  color: #000;
  text-shadow: 1px 1px 1px #fff;
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(
    left,
    orange,
    yellow,
    green,
    cyan,
    blue,
    violet
  ); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(
    right,
    orange,
    yellow,
    green,
    cyan,
    blue,
    violet
  ); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(
    right,
    orange,
    yellow,
    green,
    cyan,
    blue,
    violet
  ); /* For Firefox 3.6 to 15 */
  background: linear-gradient(
    to right,
    orange,
    yellow,
    green,
    cyan,
    blue,
    violet
  ); /* Standard syntax (must be last) */
}

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem 0 0 0.25rem;
}

.item {
  display: inline-block;
  margin: 20px 20px 20px 0px;
  max-width: 120px;
  position: relative;
  vertical-align: top;
  transition: opacity 0.3s ease;
}
.item img {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.17);
  overflow: hidden;
}
.item .lead {
  display: block;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.17);
  overflow: hidden;
  line-height: 120px;
  text-align: center;
  background: #1abc9c;
  color: white;
}
.item span {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 12px;
  font-weight: bold;
}
.item button {
  position: absolute;
  top: -15px;
  left: 0px;
  right: 0px;
  margin: auto;
  height: 30px;
  width: 30px;
  background: red;
  color: white;
  line-height: 30px;
  border: 0px;
  border-radius: 100%;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.2s;
}
.item:hover button {
  opacity: 1;
  transition: all 0.2s;
}

.shippingband {
  border: 1px #ddd solid;
  border-radius: 5px;
  color: #000;
  line-height: 20px;
  padding: 0px 5px;
  height: 40px;
  line-height: 40px;
}
.shippingband .fa-truck {
  margin: 0 5px;
}
.shippingband.red {
  background: rgba(231, 76, 60, 0.1) !important;
  border-color: rgba(231, 76, 60, 0.4) !important;
  color: #000 !important;
}
.shippingband.red .fa-truck {
  color: rgba(231, 76, 60, 1) !important;
}
.shippingband.purple {
  background: rgba(142, 68, 173, 0.1) !important;
  border-color: rgba(142, 68, 173, 0.4) !important;
  color: #000 !important;
}
.shippingband.purple .fa-truck {
  color: rgba(142, 68, 173, 1) !important;
}
.shippingband.blue {
  background: rgba(52, 152, 219, 0.1) !important;
  border-color: rgba(52, 152, 219, 0.4) !important;
  color: #000 !important;
}
.shippingband.blue .fa-truck {
  color: rgba(52, 152, 219, 1) !important;
}
.shippingband.green {
  background: rgba(39, 174, 96, 0.1) !important;
  border-color: rgba(39, 174, 96, 0.4) !important;
  color: #000 !important;
}
.shippingband.green .fa-truck {
  color: rgba(39, 174, 96, 1) !important;
}
.shippingband.yellow {
  background: rgba(204, 204, 0, 0.1) !important;
  border-color: rgba(204, 204, 0, 0.4) !important;
  color: #000 !important;
}
.shippingband.yellow .fa-truck {
  color: rgba(204, 204, 0, 1) !important;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
.loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  font-size: 10px;
  text-indent: -9999em;
  border-top: 0.8em solid rgba(150, 150, 150, 0.2);
  border-right: 0.8em solid rgba(150, 150, 150, 0.2);
  border-bottom: 0.8em solid rgba(150, 150, 150, 0.2);
  border-left: 0.8em solid #fff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#badging .widget form,
#badging .widget > div {
  padding: 0 0.4rem;
}
#badging .create .new-badge,
#badging .filters .status-toggle {
  padding: 9px;
  display: inline-block;
  background: #95c151;
  border-radius: 9px;
  font-size: 0.85rem;
  color: #fff;
  width: 100%;
  cursor: pointer;
  transition: 0.6s;
  text-align: center;
}
#badging .create .new-badge {
  background: #95c151;
  border: none;
}
#badging .create .new-badge:hover {
  background: #66a00e;
}
#badging .filters .status-toggle {
  background: #50a0e2;
}
#badging .filters .status-toggle:hover {
  background: #4495d8;
}
#badging .badge-container {
  position: relative;
  margin: 1%;
  margin-bottom: 2%;
  padding: 30px;
  background: white;
  box-shadow: 1px 1px 10px #dedede;
  -ms-flex: 0 0 18%;
  flex: 0 0 18%;
  max-width: 18%;
}
#badging .badge-container.inactive {
  display: none;
}
#badging .badge-container .state {
  position: absolute;
  top: 10px;
  right: 10px;
}
#badging .badge-container .state p {
  padding: 8px;
  border-radius: 15px;
  font-size: 0.8rem;
}
#badging .badge-container .state .active {
  background: #d0eab1;
}
#badging .badge-container .state .scheduled {
  background: #ffda97;
}
#badging .badge-container .state .ended {
  background: #cfcfcf;
}
#badging .badge-container .state .inactive {
  background: #ee6666;
}
#badging .badge-container .image-container {
  text-align: center;
}
#badging .badge-container .info-container {
  padding-top: 20px;
  color: #5e5e5e;
}
#badging .badge-container .info-container p {
  margin-bottom: 0.6rem;
}
#badging .badge-container .title {
  font-size: 1.1rem;
  font-weight: 700;
}
#badging .badge-container a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#badging .badgeImage .image-container {
  border: 1px solid #c3c3c3;
}
#badging .badgeImage .image-container img {
  width: auto;
  padding: 30px;
  margin: 0 auto;
  display: block;
}
#badging .BadgeUpload .badgeinput {
  padding: 1rem;
}

.discount-image .image-container {
  max-width: 300px;
  margin: 0 auto 15px;
}
.discount-image .image-container .error-placeholder {
  width: auto;
  margin: 0 auto;
  display: block;
}
.image-upload .upload-container {
  padding: 0.75rem 1.25rem;
  border: 1px solid #cecece;
  border-radius: 0.25rem;
}
#catIncentives {
  display: none;
}
/* -- Bulk Email Page -- */
#bulkEmail-form input,
#bulkEmail-form label,
#bulkEmail-form textarea,
#bulkEmail-form button {
  font-size: 1.03rem !important;
}
#bulkEmail-form {
  background-color: #f1f1f1;
  border-radius: 0.4rem;
  padding: 1.25rem;
}
#bulkEmail-form span {
  font-style: italic;
}
#bulkEmail-form #subject {
  width: 20%;
  font-size: 1.2rem;
}
#bulkEmail-form textarea {
  width: 55%;
  height: 150px;
  font-size: 1.2rem;
}
#bulkEmail-form label {
  font-weight: bold;
  font-size: 1.2rem;
  margin: 1.2rem 0;
}
#bulkEmail-form button {
  font-weight: bold;
  margin-top: 0.5rem;
  border: 1px solid green;
  color: green;
  font-size: 1.2rem;
  height: 40px;
  width: 10%;
}
#bulk-success,
#bulk-error {
  font-size: 1.1rem;
  padding: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#bulk-success {
  border: solid 1px #cdf1cd;
  color: green;
}
#bulk-error {
  border: solid 1px #ffbfc8;
  color: red;
}
