@import url("https://fonts.googleapis.com/css?family=Poppins:400,400i,500,700,800");
input[type='submit'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
input[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
input,textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, ::after, ::before {
    box-sizing: border-box;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.clear{clear:both;}

html { overflow: -moz-scrollbars-vertical; margin: 0; padding: 0; }
body { background: #fff; color: #222; font-family:Verdana, Geneva, sans-serif; margin: 0px; padding: 0px; }
body, td, th, input, textarea, select, a { font-size:13px; }
h1 { font-size:17px; }
h2 { font-size:15px; }
p { font-size:13px; margin: 1em 0; }
* { margin: 0; padding: 0; }


a, a:visited {
  color:#2f82ff;
  text-decoration: none;
  cursor: pointer;
/*
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
*/
}
a:hover { color:#333333; text-decoration:none; }
a img { border: none; }
a.underline { text-decoration:underline; }
a.underline:hover { text-decoration:none; }

a.hover-underline:hover { text-decoration:underline; }

/*
a, a:visited { color:#2f82ff; text-decoration: none; cursor: pointer;}
a:hover { color:#0d61af; }
a img { border: none; }
a.underline { text-decoration:underline; }
a.underline:hover { text-decoration:none; }

a.hover-underline:hover { text-decoration:underline; }
*/
table { border-collapse:collapse; border:0px; }
th, td { text-align:left; padding:5px; }
th { background: #ebebeb; }
table.striped tr:nth-child(odd) { background-color: #f2f2f2; }

#form { padding:0; margin:0; display:inline; }

input[type='text'], input[type='password'], textarea { background:#fff; border: 1px solid #ddd; padding:.375rem .75rem; margin-left: 0px; margin-right: 0px; font-size:13px; }
input[type='text']:focus, input[type='password']:focus, textarea:focus { border:1px solid #bbb; }
input[type='text']:disabled, select:disabled { color: black; background: #ddd; }

select, select.form-control { background:#fff; border: 1px solid #dddddd; padding:.375rem .75rem; font-size:13px; }

label { cursor: pointer; }

/*
a.button {
  background:#57bce2;
  font-size:14px;
  font-family:"Poppins", sans-serif;
  font-weight:400;
  color:#ffffff;
  padding:10px 15px;
  text-align:center;
  border-radius:3px;
  text-decoration:none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display:inline-block;
}
*/

a.button, input.button {
  cursor: pointer;
  color:#fff;
  font-size: 13px;
  line-height:normal;
  font-weight: bold;
  background:#0494df;
  border:none;
  box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);
  margin:0;
  padding:7px 12px;
}
a.button:hover, input.button:hover {
  background:#0376b2;
  color:#fff;
}
input.button:disabled { background:#ddd; cursor: default; }

form.contactMe {
  font-family: "Poppins", sans-serif;
}

form.contactMe .form-row {
  margin-left:0;
}

form.contactMe .form-row.heading, form.contactMe .heading {
    margin-left: -5px;
}

form.contactMe div.heading.color {
  color:#f29222;
}

form.contactMe .static {
  margin-left:10px;
  margin-bottom:0;
  font-size:12px;
}

form.contactMe .no-margin-bottom {
  margin-bottom:0;
}

form.contactMe .btn {
  line-height:normal;
}

form.contactMe .savings, form.contactMe .savings p {
  color:#f29222;
}

a.blue-button, input.blue-button, .contactMe input.blue-button {
  font-family:Arial;
  border-radius:0px;
  cursor: pointer;
  color:#fff !important;
  font-size: 13px;
  line-height:normal;
  font-weight: bold;
  background:#0494df;
  border:none;
  box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);
  margin:0;
  padding:7px 12px;
  transition:none !important;
  height:auto;
}

a.blue-button--large, input.blue-button--large {
  font-size:16px;
  line-height:18px;
  padding:10px 17px;
}

a.blue-button:hover, input.blue-button:hover {
  background:#0376b2 !important;
  color:#fff !important;
}
a.blue-button {
  display:inline-block;
}
input.blue-button:disabled { background:#ddd; cursor: default; }
input.blue-button:hover:disabled { background:#ddd !important; cursor: default !important; }

a.blue-button-short {
  padding-top:2px;
  padding-bottom:2px;
}


.notification_success
{
  color: #ffffff;
  background: #06a1bd;
  font-size: 16px;
  text-align: center;
  padding: 5px;
  margin-top: 1px;
  margin-bottom:5px;
}

.notification_error
{
  color: #003366;
  background: #FF0000;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  margin-top: 1px;
  margin-bottom:5px;
}

#topmenu { background:#000000; margin-bottom:5px; }
#topmenu-inner { max-width:1000px; margin:0 auto; display:table; width:100%; text-align:right; }
#topmenu-inner div { display:table-cell; vertical-align:top; }
/*#topmenu-inner div.logo { vertical-align:middle; text-align:left; }*/
#topmenu-inner ul { list-style:none; margin:0; text-align:right; margin-right:5px; }
#topmenu-inner ul li { display:inline-block; margin-left:10px; }
#topmenu-inner ul li a { color:#fff; display:block; }
#topmenu-inner ul li:hover a {color:#ccc; }

.wrapper-wide { max-width:100%; background:#fff;}
.wrapper-main { max-width:1000px; margin:0px auto; padding:0 20px; }

a.button, input.button {
  cursor: pointer;
  color:#fff;
  font-size: 13px;
  line-height:normal;
  font-weight: bold;
  background:#0494df;
  border:none;
  box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);
  margin:0;
  padding:7px 12px;
}
a.button:hover, input.button:hover {
  background:#0376b2;
  color:#fff;
}
input.button:disabled { background:#ddd; cursor: default; }

/* upgrading to jquery ui changed font family and size, let's set it back to what it was before */
.ui-widget {
    font-family: Verdana, Arial, sans-serif;
    font-size: 1.1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Verdana, Arial, sans-serif;
}

.ui-dialog.dialog { z-index: 1050; }
.ui-dialog.dialog .ui-widget-header { background:#ffffff; border:0; }
.ui-dialog.dialog .ui-button { border-radius:0; cursor: pointer; color:#fff; font-size: 13px; font-weight: bold; background:#3d6fb9; border:none; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25); -moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25); -webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.25);}
.ui-dialog.dialog .ui-button { display: inline-block; text-decoration: none; padding:7px 12px; }
.ui-dialog.dialog .ui-button-text { padding:0; }
.ui-dialog.dialog .ui-button:hover { background:#444; color:#fff; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.ui-dialog.dialog .ui-dialog-titlebar { border-radius: 0px; }
.ui-dialog.dialog .ui-dialog-titlebar-close { background:#ffffff; }
.ui-dialog.dialog .ui-dialog-buttonpane { border-width: 0; }

.ui-dialog.center-buttons .ui-dialog-buttonpane .ui-dialog-buttonset {
  float:none;
  text-align:center;
}

.ui-corner-flat {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.ui-dialog.dialog .validation {
  color:red;
}

.ui-dialog a, .ui-dialog a:visited {
  color:#2f82ff;
}
.ui-dialog a:hover {
  color:#0d61af;
}

.ui-widget-overlay {
  opacity:.6;
}

form.special input[type="text"], form.special input[type="password"], form.special textarea, form.special select{
  width: 218px;
}

form.special input.small[type="text"], form.special input.small[type="password"], form.special select.small {
  width: 106px;
}

form.special table {
  width:auto;
  /*margin:auto;*/
}

form .validation td {
  color:red;
}

form .validation, .form-widget .validation {
  color:red;
}

form.special .validation td {
  text-align:center;
  padding-bottom:12px;
}

.header .mobile_login_register a, .header .mobile_login_register a:visited {
  color:#212529;
  text-decoration:none;
}

.header .mobile_login_register a:hover {
  color:#212529;
  text-decoration:underline;
}


.ui-dialog.dialog table.results {
  width:100%;
}

.ui-dialog.dialog table.results td {
  padding:3px;
  line-height:1.5em;
}

.ui-dialog.dialog table.results td a.button {
  padding:2px;
  color:#fff;
}

/*
div#choose-locale {
  margin: 0;
  font-family:Verdana, Geneva, sans-serif;
  font-size:10px;
  line-height:10px;
  margin-top:2px;
  margin-bottom:5px;
  display:block;
}
*/
#choose-locale ul {
  list-style:none;
  line-height:16px;
}
#choose-locale ul li {
  margin:0;
  display:inline-block;
  font-size: 10px;
  line-height:16px;
}
#choose-locale ul li a {
  padding:0;
  font-size: 10px;
  line-height:16px;
}

#choose-locale ul li { padding: 0 5px; border-left: solid 1px #cccccc; }
#choose-locale ul li:first-child { border-left: none; padding-left:0; margin-left:25px; }
#choose-locale ul li:last-child { padding-right:0; }

img.flag {
  max-width: 100%;
  vertical-align: middle;
  border-style: none;
  height:16px;
  width:16px;
}

.original-price {
  text-decoration: line-through;
}

.original-points {
    text-decoration: line-through;
}


.dialog-warning {
  color: red;
  text-align: center;
  font-weight: bold;
}


div.toplinks {
  text-align:right;
  color:#eeeeee;
}

div#nav-country, div.mobile_logout, div.blog_link, div#choose-locale {
  line-height:16px;
  height:16px;
}

div.toplinks-small {
  color:#ffffff;
}

@media (min-width: 992px) {
    div.toplinks-small-right {
        float: right;
    }

    div.toplinks-small-left {
        float: left;
    }
}

div.toplinks-small ul {
  margin-bottom:0;
}


.toplinks-small a, .toplinks-small div, .toplinks-small div#nav-country, .toplinks-small div#choose-locale {
  display:inline-block;
  font-size:10px;
  font-family:Verdana, Geneva, sans-serif;
  color:#eeeeee;
}
.toplinks-small a:hover, .toplinks-small div a:hover {
  color:#ffffff;
  text-decoration:underline;
}


/*
div .choose-country-link {
  padding:0;
  font-size: 10px;
  height:15px;
  line-height:15px;
  color: #ffffff;
}
div a.choose-country-link {
  color: #000000;
}

#choose-locale ul {
  margin:0;
  list-style:none;
  line-height:15px;
}
#choose-locale ul li {
  margin:0;
  display:inline-block;
  font-size: 10px;
  line-height:15px;
  color: #dddddd;
}
#choose-locale ul li a {
  padding:0;
  font-size: 10px;
  line-height:15px;
  color: #ffffff;
}

.choose-country-link { padding: 0 5px; }
.current-country a { line-height:15px; vertical-align:middle; }
*/

.landing .bode a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
 }
.landing .bode { font-size:14px; }
.landing .bode .card-container a, .landing .bode .card-container p {inherit;}
.landing .bode p {font-size:inherit;}
footer.bode a { color: #999999; font-size:inherit; }
footer.bode a:hover { color: #333333 !important; }

/* NEW FOOTER */
.footer-distributed {
	background-color:#E3E3E3;
	/*box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);*/
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font:14px;
	padding: 55px 50px;
	/*margin-top: 200px;*/
	color:#999999;
	bottom:0px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
	display: inline-block;
	vertical-align: top;
}


/* Footer links */
.footer-distributed .footer-links{
	color:  #999999;
	margin-bottom: 12px;
	padding: 0;
}

.footer-distributed .footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.footer-distributed .footer-company-name{
	color:  #8f9296;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */
.footer-distributed .footer-center i, .footer-distributed .footer-right i {
	background-color:  #999999;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.footer-distributed .footer-center p, .footer-distributed .footer-right p {
	display: inline-block;
	color: #999999;
	vertical-align: middle;
	margin:0;
}

.footer-distributed .footer-center p span{
	display:block;
	font-weight: normal;
	font-size:12px;
	line-height:2;
}

.footer-distributed .footer-center p a{
	color:  #999999;
	text-decoration: none;;
}

.footer-distributed .footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}

.footer-distributed .footer-company-about span{
	display: block;
	color:  #999999;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer-distributed .footer-icons{
	margin-top: 25px;
}

.footer-distributed .footer-icons a {
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #999999;
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
}


.landing .thumbs {
  height:130px;
}
.landing .thumbs a {
  font-size:16px;
}




table.product-list th {
  vertical-align:bottom;
}
table.product-list td {
  vertical-align:middle;
}

table.product-list .no-product-image {
  padding-left:90px;
}
table.product-list.small-image .no-product-image {
  padding-left:75px;
}

table.product-list tr.mobile-version .item-info .name {
  font-size:.875rem;
}

table.product-list td.image-name {
  display:flex;
  align-items:center;
}
table.product-list td.image-name .image-container {
  width:80px;
  padding-right:5px;
}
table.product-list.small-image td.image-name .image-container {
  width:65px;
}

table.product-list td.image-name .desktop-name {
  padding-left:5px;
}
table.product-list td.image-name .image-container img {
  max-height:75px;
  max-width:75px;
}
table.product-list.small-image td.image-name .image-container img, table.product-list tr.mobile-version .image-container img {
  max-height:60px;
  max-width:60px;
}

table.product-list tr.mobile-name, table.product-list tr.mobile-contents, table.product-list tr.mobile-message {
  display:none;
}
table.product-list tr.mobile-version {
  display:none;
}

table.product-list {
  width:100%;
}

table.product-list th {
    color: #5a5a5a;
    background-color: #ffffff;
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    table.product-list tr.product-border {
        border: 1px solid red !important;
    }
}

@media screen and (max-width: 800px) {
  form.special input[type="text"], form.special input[type="password"], form.special textarea, form.special select {
    width: 100%;
  }
  form.special input.small[type="text"], form.special input.small[type="password"], form.special select.small {
    width:50%;
  }

  form.special .small.first {
    width:calc(50% - 6px);
  }

}

@media screen and (max-width: 767.98px) {
  table.product-list .no-product-image {
    padding-left:5px !important;
  }
  table.product-list td.image-name {
    display:block;
  }
  table.product-list td.image-name .image-container {
    width:60px;
    padding:0;
  }
  table.product-list td.image-name .image-container img {
    max-height:60px;
    max-width:60px;
  }

  table.product-list td.image-name .desktop-name {
    display:none;
  }
  table.product-list tr.desktop-version {
    display:none;
  }
  table.product-list tr.mobile-version {
    display:table-row;
  }
  table.product-list tr.mobile-name, table.product-list tr.mobile-contents, table.product-list tr.mobile-message {
    display:table-row;
  }
  table.product-list tr.mobile-name td {
    padding-top:2px;
  }
  table.product-list td.desktop-contents, table.product-list th.desktop-contents {
    display: none;
  }
  table.product-list tr.mobile-contents td {
    padding-top:0;
    padding-bottom:20px;
    font-size:12px;
  }
  table.product-list tr.mobile-message td {
    padding-top:0;
  }

  table.product-list tr.item td, table.product-list tr.product td {
    padding-bottom:0px;
  }

  table.product-list tr.mobile-name td {
    padding-bottom:20px;
  }

  table.product-list tr.no-padding-below td {
    padding-bottom:0;
  }

  table.product-list .add-link {
    padding:2px 4px;
  }

}

@media screen and (max-width: 991.98px) {
  table.product-list-wide tr.item td, table.product-list-wide tr.product td {
    padding-bottom:0px;
  }
  table.product-list-wide .no-product-image {
    padding-left:5px !important;
  }
  table.product-list-wide td.image-name .desktop-name {
    display:none;
  }
  table.product-list-wide tr.mobile-name, table.product-list-wide tr.mobile-message {
    display:table-row;
  }
  table.product-list-wide tr.mobile-name td {
    padding-top:2px;
  }
  table.product-list-wide tr.mobile-message td {
    padding-bottom:20px;
  }
  table.product-list-wide td.desktop-contents {
    font-size:12px;
  }
}
@media (max-width: 880px) {

	.footer-distributed{
		font:14px;
	}

	.footer-distributed .footer-left,
	.footer-distributed .footer-center,
	.footer-distributed .footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.footer-distributed .footer-center i{
		margin-left: 0;
	}

	.footer-center {
		margin-bottom:0px !important;
	}
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}

@media (max-width: 577px) {
    h1.recognition { font-size: 36px; }
}

.multiple-shipments {
    color: red;
}


.styled-dialog {
    padding: 0px;
    font-family:'yu gothic','montserrat',Arial,Helvetica,sans-serif;
}

.styled-dialog .btn {
    border-radius: 0 !important;
}

.styled-dialog .btn-lg {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-size: 28px !important;
    line-height: 1.3333333 !important;
    font-weight: 700;
}

.ui-dialog.styled-dialog {
    padding: 0px;
    border: 0px;
}

.ui-corner-all.styled-dialog {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 0px;
    border-top-left-radius: 0px;
}

.ui-corner-all.styled-dialog .ui-dialog-title {
    float: none;
}

.ui-corner-all.styled-dialog .ui-widget-header {
    color: white;
    font-weight: normal;
    text-align: center;
    font-size: 15px;
}

.ui-dialog.styled-dialog .ui-dialog-titlebar {
    padding: 12px 15px;
}

.ui-dialog.styled-dialog .ui-widget-header, .ui-dialog.styled-dialog .ui-button:hover {
    background-color: #2a3789;
}

.ui-dialog.styled-dialog .ui-dialog-titlebar-close {
    background-color: #2a3789;
    width: 28px;
    height: 28px;
}

.ui-dialog.styled-dialog .ui-dialog-content {
    color: white;
    padding: 25px 0px;
    background-color: #e38d13;
}


.ui-dialog.styled-dialog .ui-button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-top: -15px;
}

.ui-dialog.styled-dialog .ui-dialog-titlebar-close .ui-icon {
    background-image: url("/static/image/styledDialogClose.png");
    background-size: 100% 100%;
    background-position: 0px;
}

#loading-full-screen {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .9) url('/static/image/loading.gif') 50% 50% no-repeat;
}

.admin th {
    background: #ffffff;
}

.flatpickr-calendar.hasTime.noCalendar {
    width: 175px;
}
.flatpickr-calendar.hasTime.noCalendar .numInputWrapper {
    width: 35%;
}
.flatpickr-calendar.hasTime.noCalendar .flatpickr-am-pm {
    width: 28%;
}
.flatpickr-calendar.hasTime.noCalendar .numInputWrapper span {
    display:none;
}

.autoship-qty-input input[type='text'], .cart-qty-input input[type='text'], .loyaltypoints-qty-input input[type='text'] {
    padding: .375rem .2rem !important;
    text-align: center;
}


#personal-use-dialog ol { list-style: decimal; margin-left:5px; font-size: 13px; }
#personal-use-dialog ol li { margin-left:10px;}

#subscribe-to-save-dialog {
    text-align: center;
}

.subscribe-to-save-dialog__intro-section {
    padding-top: 15px;
}

.subscribe-to-save-dialog__subscribe-section {
    padding-top: 15px;
}

.subscribe-to-save-dialog__benefits-section {
    padding-top: 15px;
}

.subscribe-to-save-dialog__alternative {
    padding-top: 25px;
}

.subscribe-to-save-dialog__or:before, .subscribe-to-save-dialog__or:after {
    height: 1px;
    width: 40%;
    background: rgba(0,0,0,0.2);
    content: '';
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

.subscribe-to-save-dialog__one-time-section {
    padding-top: 25px;
    padding-bottom: 35px;
}