.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}


.alert {
  font-weight: bold;
}

.alert ul, .alert ol {
  padding-left: 15px;
  margin-left: 27px;
  margin-bottom: 0;
}

.alert ul li, .alert ol li {
  list-style-type: decimal;
  font-weight: normal;
}

.alert.alert-success:before {
  font-family: "FontAwesome";
  margin-right: 0.5em;
  content: "\f058";
}

.alert.alert-danger:before {
  font-family: "FontAwesome";
  margin-right: 0.5em;
  content: "\f057";
}

.alert.alert-warning:before {
  font-family: "FontAwesome";
  margin-right: 0.5em;
  content: "\f06a";
}

.alert.alert-info:before {
  font-family: "FontAwesome";
  margin-right: 0.5em;
  content: "\f05a";
}

.label {
  white-space: normal;
  display: inline-block;
  padding: 6px 10px;
}

textarea {
  resize: vertical;
}

label.required:after {
  content: '*';
  color: #a94442;
}

.form-error .form-control {
  background-color: #f2dede;
}

.form-ok .form-control {
  background-color: #dff0d8;
}

.form-warning .form-control {
  background-color: #fcf8e3;
}

a:hover {
  text-decoration: none;
}

#short_description_content ul, #short_description_content ol, #short_description_content dl,
#tinymce ul,
#tinymce ol,
#tinymce dl {
  margin-left: 20px;
}

.rte ul {
  list-style-type: disc;
  padding-left: 15px;
}

.rte em {
  font-style: italic !important;
}

.page-heading {
  padding: 10px;
  background-color: #f5f5f5;
  margin: 0 0 20px;
  border-bottom: 1px solid #d6d4d4;
}

.page-heading:before, .page-heading:after {
  content: " ";
  display: table;
}

.page-heading:after {
  clear: both;
}

.page-heading span.lighter {
  color: #777777;
}

.page-subheading {
  font-size: 19px;
  padding: 0 0 8px;
  margin: 0 0 10px;
  border-bottom: 1px solid #404040;
}

.page-product-heading {
  padding: 10px;
  margin: 0 0 15px;
  border-bottom: 1px solid #d6d4d4;
  background: #f5f5f5;
}

body {
  background-color: #f7f7f7;
}

body.content_only {
  background-color: #fff;
}

#header-blocks {
  margin-top:30px;
  position: relative;
}

#columns {
  position: relative;
  padding-bottom: 50px;
  padding-top: 15px;
}

#header-banners {
  background-color: #000;
}

#footer {
  padding: 0;
}

.price {
  white-space: nowrap;
}

.old-price {
  color: #b1b1b1;
  text-decoration: line-through;
}

.special-price {
  color: #f00;
}

.price-percent-reduction {
  background-color: #f00;
  color: #fff;
  padding: 0 0.25em;
  display: inline-block;
}

.product-label-container {
  position: absolute;
  top: 0;
  left: 0;
}

.product-label-container:before, .product-label-container:after {
  content: " ";
  display: table;
}

.product-label-container:after {
  clear: both;
}

.product-label-container .product-label {
  float: left;
}

.product-label {
  font-size: 0.9em;
  margin: 4px 0 0 4px;
  padding: 2px 5px;
  font-weight: bold;
  background-color: #ccc;
  color: #fff;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.product-label:last-of-type {
  margin-right: 0;
}

.product-label-new {
  background: #6ad4ff;
}

.product-label-sale {
  background: #f13340;
}

.product-label-discount {
  background-color: #f13340;
}

.product-label-online {
  background-color: orange;
}

.box {
  border: 1px solid #d6d4d4;
  margin: 0 0 20px;
  padding: 10px;
  background-color: #f5f5f5;
}

.product-box {
  width: 178px;
  float: left;
}

.product-box .product-image {
  border: 1px solid #d6d4d4;
  background: white;
  padding: 5px;
  display: block;
}

.product-box .product-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.address > ul,
ul.address {
  list-style: none;
}

.block {
  margin-bottom: 25px;
}

.block .title_block {
  color: #333333;
  font-size: 20px;
  line-height: 1.42857143;
  font-weight: bold;
  background: #f5f5f5;
  border-bottom: 1px solid #ccc;
  padding: 10px 15px;
  margin: 0 0 15px;
}

.block .list-block ul {
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}

.block .list-block li {
  padding: 6px 0 6px 6px;
  border-top: 1px solid #ccc;
}

.block .list-block li:first-child {
  border-top: none;
}

.block .products-block > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.block .products-block li {
  padding: 0 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}

.block .products-block li:last-of-type {
  border-bottom: none;
}

.block .products-block li .products-block-image {
  float: left;
  border: 1px solid #d6d4d4;
  margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .block .products-block li .products-block-image {
    float: none;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
  }
  .block .products-block li .products-block-image img {
    margin: 0 auto;
  }
}

.block .products-block li .product-content {
  overflow: hidden;
}

.block .products-block li .product-content h5 {
  margin-top: 0;
}

.instant_search .productsSortForm {
  display: none;
}

@media (min-width: 768px) {
  .sortPagiBar .form-group {
    margin-bottom: 15px;
  }
  .js-per-page {
    float: right;
  }
  .productsSortForm {
    float: right;
    margin-left: 10px;
  }
}

.top-pagination-content,
.bottom-pagination-content {
  text-align: center;
}

.content_sortPagiBar {
  margin-bottom: 15px;
}

.content_sortPagiBar .pagination {
  margin-top: 0;
  margin-bottom: 0;
}

#pagination,
#pagination_bottom {
  line-height: 0;
}

@media (min-width: 768px) {
  .top-pagination-content .form-group,
  .bottom-pagination-content .form-group {
    margin-bottom: 15px;
  }
  .product-count {
    float: left;
  }
  .showall {
    float: right;
  }
  .compare-form {
    float: right;
    margin-left: 10px;
  }
}

.block_hidden_only_for_screen {
  display: none;
}

.unvisible {
  display: none;
}

.loading-overlay {
  position: relative;
  pointer-events: none;
  cursor: not-allowed;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.loading-overlay:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5) url("../../img/preloader.gif") no-repeat center center;
  z-index: 110;
}

.no-gutter.row {
  margin-right: 0;
  margin-left: 0;
}

.no-gutter > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

ul.list-grid {
  display: block;
  list-style: none;
  padding: 0;
  font-size: 0;
}

ul.list-grid > li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0 25px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .replace-2x {
    font-size: 1px;
  }
}

.pagenotfound h2 {
  font-size: 3.5em;
  margin: 0 0 1em;
}

#address form.std .form-control,
#identity form.std .form-control,
#form_forgotpassword .form-control,
#account-creation_form .form-control,
#create-account_form .form-control,
#login_form .form-control,
#guestTracking .form-control,
#new_account_form .form-control,
#opc_account_form .form-control {
  /*max-width: 280px;*/
}

p.required {
  color: #a94442;
}

.date-select .row {
  max-width: 290px;
  margin: 0 -5px;
}

.date-select .col-xs-4 {
  padding: 0 5px;
}

.account_creation {
    max-width: 400px;
    margin: 0 auto 15px auto;
}

.not-displayable {
  display: none;
}

#order_step {
  margin-bottom: 15px;
}

#order_step .completed {
  background: #eee;
}

.cart_navigation {
  margin-bottom: 20px;
  margin-top: 15px;
}

.cart_quantity,
.cart_gift_quantity {
  /*width: 91px;*/
}

.cart_quantity_input {
  width: 91px;
  margin-bottom: 3px;
}

.cart_quantity_button .btn {
  float: left;
  margin-right: 3px;
}

.cart_quantity_button .btn:last-of-type {
  margin-right: 0;
}

.cart_quantity_delete,
.price_discount_delete {
  font-size: 2em;
}

.cart_product,
.cart_avail,
.cart_delete,
.cart_discount_delete {
  text-align: center;
}

.cart_unit,
.cart_total,
.cart_discount_price,
#cart_summary tfoot td {
  text-align: right;
}

.cart_description small {
  display: block;
}

.total_price_container,
#total_price_container {
  font-size: 1.5em;
}

#cart_summary #cart_voucher {
  text-align: left;
}

#cart_voucher fieldset {
  margin-bottom: 10px;
}

#discount_name {
  float: left;
  width: 210px;
}

#display_cart_vouchers span {
  font-weight: bold;
  cursor: pointer;
  color: #337ab7;
}

#display_cart_vouchers span:hover {
  color: #23527c;
}

#cart_summary .gift-icon {
  color: #fff;
  background-color: #0088cc;
  display: inline-block;
  padding: 2px 5px;
}

#id_address_invoice,
#id_address_delivery {
  width: 270px;
}

.address_delivery,
#address_invoice_form {
  position: relative;
}

.addresses .waitimage {
  display: none;
  width: 24px;
  height: 24px;
  background-image: url("../../../../../../img/loader.gif");
  background-repeat: no-repeat;
  position: absolute;
  top: 31px;
  left: 280px;
}

.multishipping_close_container {
  text-align: center;
}

.delivery_option table {
  background: #fff;
}

.delivery_option table > tbody > tr > td {
  vertical-align: middle;
}

.delivery_option_radio {
  width: 20px;
}

.delivery_option_logo {
  width: 90px;
  text-align: center;
}

.carrier_title {
  font-weight: bold;
}

#gift_div {
  display: none;
}

.payment_module a {
  display: block;
  border: 1px solid #ddd;
  font-size: 1.25em;
  font-weight: bold;
  padding: 33px 40px 34px 99px;
  position: relative;
}

.payment_module a:hover {
  background-color: #f6f6f6;
}

.payment_module a.bankwire {
  background: url("../../img/bankwire.png") 15px 12px no-repeat #fbfbfb;
}

.payment_module a.cheque {
  background: url("../../img/cheque.png") 15px 15px no-repeat #fbfbfb;
}

.payment_module a.cash {
  background: url("../../img/cash.png") 15px 15px no-repeat #fbfbfb;
}

.payment_module a.cheque:after, .payment_module a.bankwire:after, .payment_module a.cash:after {
  display: block;
  content: "\f054";
  position: absolute;
  right: 15px;
  margin-top: -11px;
  top: 50%;
  font-family: "FontAwesome";
  font-size: 25px;
  height: 22px;
  width: 14px;
}

.payment_option_form {
  display: none;
}

.payment_option_logo {
  height: 50px;
  max-height: 50px;
}

.payment_module_adv {
  height: 120px;
  max-height: 120px;
}

.payment_option_selected {
  display: none;
  margin-top: 15px;
}

.payment_option_selected i {
  color: green;
}

#home-page-tabs {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 15px;
}

