.clearfix:after {
  content: '';
  clear: both;
  display: block;
}
h1 {
  margin-bottom: 0.7em;
}
.error {
  color: red;
}
.crossout {
  text-decoration: line-through;
}
.vcenter {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.clear {
  clear: both;
}
button:disabled,
.button:disabled,
input[type='button']:disabled,
input[type='submit']:disabled,
button:disabled:hover,
.button:disabled:hover,
input[type='button']:disabled:hover,
input[type='submit']:disabled:hover {
  background-color: silver !important;
  cursor: not-allowed;
}
*[show-errors-directive]:not(.has-error) .error {
  display: none;
}
.has-error input,
.has-error select {
  color: #c60219 !important;
  border-color: #c60219 !important;
}
.has-error label {
  color: #c60219;
}
select {
  padding: 0 1.5em 0 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url('/images/arrow-down.png') no-repeat 99% 50%;
  background-position: right 7px top 50%;
  background-size: 1em;
}
.text-field.select select {
  font-weight: 400;
  direction: rtl;
  background-position: right 2px top 50%;
}
form.form {
  margin: 1em 0;
}
form.form .formRow {
  clear: both;
  margin: 0.7em 0;
}
form.form .formRow label:first-child:not(.notFieldLabel) {
  float: left;
  width: 140px;
  min-height: 1px;
}
form.form .formRow div:nth-child(2) {
  float: left;
}
form.form .formRow input[type='text'],
form.form .formRow input[type='email'],
form.form .formRow input[type='password'],
form.form .formRow textarea,
form.form .formRow select {
  width: 300px;
}
form.form .formRow button {
  margin: 0.8em 0 0;
}
@media (max-width: 530px) {
  form.form .formRow label:first-child:not(.notFieldLabel) {
    float: none;
    display: block;
  }
  form.form .formRow div:nth-child(2) {
    float: none;
    width: 98%;
  }
  form.form .formRow input[type='text'],
  form.form .formRow input[type='email'],
  form.form .formRow input[type='password'],
  form.form .formRow textarea,
  form.form .formRow select {
    width: 98%;
  }
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.5;
  z-index: 2;
}
#cboxCloseButton {
  position: absolute;
  top: 15px;
  right: 20px;
}
.recaptcha-center > div > div {
  margin: 0 auto;
}
.ng-pristine.ng-invalid-required {
  box-shadow: none;
}
/*==================== Header ====================*/

.nav__top a:not([href]) {
  cursor: default;
}
#shopping-mini-cart .nav__cart_product_img img {
  max-width: 89px;
}
.login-popup .forgot-link:hover {
  color: #007c9b;
  cursor: pointer;
}
/*==================== Home ====================*/

.fbTextContainer.hover:before {
  z-index: 0 !important;
}
.content .colors .colorbox label {
  background-size: contain;
}
@media (max-width: 720px) {
  .content .filter .list-col {
    width: auto;
  }
}
.content .products-list ul.pagination {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 18px;
}
.content .products-list ul.pagination:after {
  content: '';
  clear: both;
  display: block;
}
@media (max-width: 1280px) {
  .content .products-list ul.pagination {
    font-size: 14px;
  }
}
@media (max-width: 1400px) {
  .content .products-list ul.pagination {
    font-size: 16px;
  }
}
.content .products-list ul.pagination li {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  height: 25px;
  line-height: 25px;
  margin-left: 2px;
  text-align: center;
}
.content .products-list ul.pagination li:first-child {
  margin-left: 0;
}
.content .products-list ul.pagination li a {
  color: black;
  display: block;
  transition: color 0.2s;
}
.content .products-list ul.pagination li.active a,
.content .products-list ul.pagination li:hover a {
  color: #11abbb;
}
.content .products-list ul.pagination li.active a {
  cursor: text;
}
.content .products-list ul.pagination li.disabled a {
  color: silver !important;
  cursor: not-allowed;
}
.content .products-list ul.pagination li[ng-if='directionLinks'] a {
  font-family: Flaticon;
}
.content .products-list .products-wrap {
  position: relative;
}
.content .products-list .products-wrap .overlay {
  width: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.content .products-list .products-wrap .overlay.show {
  opacity: 0.8;
  width: 100%;
}
/*==================== Product Page ====================*/

.product-page .title .namekey {
  font-family: monospace;
  color: silver;
  font-size: 0.8em;
  text-align: left;
}
.product-page .row-selector-wrap .selected {
  cursor: default;
}
/*==================== Shopping Cart Page ====================*/

.shopping-bag .promo-box .info .tooltip a:after {
  content: '!';
}
.shopping-bag .promo-box .info .tooltip p {
  margin: 0.8em 0;
}
.shopping-bag .promo-box .info .tooltip p:first-child {
  margin-top: 0;
}
.shopping-bag .promo-box .info .tooltip ul {
  margin: 0.8em 0 0 1.6em;
  list-style: disc;
}
.shopping-bag .promo-box .info .tooltip ul li {
  margin: 0.5em 0;
}
.shopping-bag .promo-box .info > ul {
  margin: 0.2em 0 0 0.5em;
  list-style: circle;
  list-style-position: inside;
}
.shopping-bag .promo-box .info > ul li {
  color: Silver;
}
.shopping-bag .promo-box .info > ul li.effective {
  list-style-image: url('/images/check.png');
  color: black;
}
.shopping-bag .promo-box .info > ul li pre {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
  font-size: 0.8em;
  color: #999999;
}
.shopping-bag .promo-box .info > ul li .remove {
  margin: 0 0 0 3px;
  visibility: hidden;
  cursor: pointer;
  font-size: 0.8em;
  color: silver;
}
.shopping-bag .promo-box .info > ul li .remove:hover {
  color: #dd0000;
}
.shopping-bag .promo-box .info > ul li:hover .remove {
  visibility: visible;
}
.bag-wrap .bag + .text {
  float: left;
}
.bag-wrap .bag-totals {
  float: right;
  position: static;
}
@media (max-width: 840px) {
  .bag-wrap .bag-totals {
    width: 75%;
  }
}
/*==================== Checkout Page ====================*/

.checkout-block .subtitle {
  margin-top: 1em;
}
.checkout-block .text {
  margin: 1em auto 1.5em;
  padding: 0;
  text-align: left;
}
/*==================== Order History ====================*/

.history-more {
  position: relative;
}
.history-more .overlay {
  opacity: 0.8;
  background: white url('/images/loading.gif') no-repeat center 150px;
}
/*==================== Search Results ====================*/

.category .products-list {
  min-height: 150px;
}
/*==================== Size Chart ====================*/

table.sizeChart th,
table.sizeChart td {
  font-family: Helvetica, sans-serif;
  border: 1px solid #dddddd;
  border-width: 0 1px;
  padding: 0.3em 1em;
}
table.sizeChart th {
  background: #007c9b;
  color: white;
  border-width: 0 1px 0 0;
}
table.sizeChart th:last-child {
  border-right-color: #007c9b;
}
table.sizeChart tr:nth-child(odd) td {
  background: #eaeaea;
}
table.sizeChart tr:last-child td {
  border-bottom: 1px solid #dddddd;
}
.ui-dialog .sizeChart {
  width: 100%;
}
/*==================== Footer ====================*/

.footer__top_nav .list a:not([href]) {
  cursor: default;
}
/*---------- Popup ----------*/

.ui-widget-overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: #cccccc;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  -webkit-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75);
  filter: alpha(opacity=75);
}
.fbs-popup {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  transform: translateY(-50%) translateX(-50%);
  box-sizing: content-box;
  padding: 1.6em 3em 2em;
  background: white;
  overflow: hidden;
  z-index: 1000;
}
.fbs-popup .ui-dialog-titlebar {
  margin: 0 0 0.31em;
  text-align: center;
  font-size: 1.6em;
  color: #61a9b9;
  text-transform: uppercase;
}
.fbs-popup .ui-dialog-titlebar:empty {
  margin: 0;
}
.fbs-popup .ui-dialog-titlebar-close {
  display: none;
}
.fbs-popup .ui-dialog-content p {
  text-align: center;
}
.fbs-popup .ui-dialog-buttonset {
  display: table;
  margin: 2.2em auto 0;
}
.fbs-popup .ui-dialog-buttonset .ui-button {
  border: none;
  padding: 0 2em;
  height: 2.5em;
  font-size: 1.4em;
  background-color: #007c9b;
  color: white;
  text-transform: uppercase;
}
