/* input(6134,21): run-time error CSS1046: Expect comma, found '84'
input(6134,28): run-time error CSS1046: Expect comma, found '/'
input(6145,34): run-time error CSS1046: Expect comma, found '0'
input(6145,38): run-time error CSS1046: Expect comma, found '/'
input(6331,21): run-time error CSS1046: Expect comma, found '84'
input(6331,28): run-time error CSS1046: Expect comma, found '/' */

/*********** CSS RESET **********/

* {
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
  box-sizing: border-box;
}

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

html {
  margin: 0 !important;
  -webkit-text-size-adjust: none;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
}

a:active {
  outline: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  margin: 0;
  border: 0;
  padding: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, button {
  border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

input::-moz-placeholder {
  opacity: 1;
}

input:-webkit-autofill {
  -webkit-box-shadow: inset 0 0 0 1000px #fff;
}

script {
  display: none !important;
}


/*********** GLOBAL STYLES **********/



body {
  max-width: 100%;
  overflow-x: hidden;
  background-color: #fff;
  font: normal 13px 'Poppins', sans-serif;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  color: #14acd4;
}

p {
  line-height: 20px;
}

a {
  color: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
}

a img {
  max-height: 100%;
  opacity: 0.99; /*firefox scale bug fix*/
}

a:hover img {
  opacity: 0.9;
}

table {
  width: 100%;
  border-collapse: collapse;
}

input[type="button"], input[type="submit"],
button, .button-1, .button-2 {
  font-family: 'Poppins', sans-serif;
  cursor: pointer;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea, select {
  border: 1px solid #bbb;
  background-color: #fff;
  padding: 7px;
  font-size: 13px;
  color: #14acd4;
}

textarea {
  min-height: 150px;
}

select {
  padding: 2px;
}

  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  textarea:focus, select:focus {
    border-color: #666;
  }

input[type="checkbox"],
input[type="radio"],
input[type="checkbox"] + *,
input[type="radio"] + * {
  vertical-align: middle;
}

.master-wrapper-page {
  background: url('../Themes/Alicante/Content/img/background1.jpg') no-repeat center top, url('../Themes/Alicante/Content/img/background2.jpg') no-repeat center bottom;
}

.master-column-wrapper {
  width: 90%;
  margin: 0 auto 40px;
}

.slider-wrapper {
  display: none;
}

.center-1 {
  margin: 0 0 50px;
}

.page {
  min-height: 200px;
  text-align: center;
}

.page-title {
  margin: 0 0 20px;
}

  .page-title h1 {
    float: left;
    font: italic 32px 'Poppins', sans-serif;
  }

  .page:after,
  .page-title:after,
  .page-body:after {
    content: "";
    display: block;
    clear: both;
  }

.link-rss {
  display: none;
  float: right;
  width: 36px;
  height: 36px;
  background: url('../Themes/Alicante/Content/img/social_sprite.png') -180px center no-repeat;
  font-size: 0 !important;
}

.category-description ul,
.manufacturer-description ul,
.full-description ul,
.topic-block ul,
.topic-page ul,
.post-body ul,
.news-body ul,
.custom-tab ul {
  margin: 12px 0;
  padding-left: 36px;
  list-style: disc;
}

.category-description ol,
.manufacturer-description ol,
.full-description ol,
.topic-block ol,
.topic-page ol,
.post-body ol,
.news-body ol,
.custom-tab ol {
  margin: 12px 0;
  padding-left: 36px;
  list-style: decimal;
}

.category-description p,
.manufacturer-description p,
.full-description p,
.topic-block p,
.topic-page p,
.post-body p,
.news-body p,
.custom-tab p {
  margin: 10px 0;
}

.category-description img,
.manufacturer-description img,
.full-description img,
.topic-block img,
.topic-page img,
.post-body img,
.news-body img,
.custom-tab img {
  height: auto;
}

.category-description a,
.manufacturer-description a,
.full-description a,
.topic-html-content a,
.topic-page a,
.post-body a,
.news-body a,
.custom-tab a {
  color: #14acd4;
  text-decoration: underline;
}

.category-description table,
.manufacturer-description table,
.vendor-description table,
.full-description table,
.topic-html-content table,
.post-body table,
.news-body table {
  margin: 20px 0;
}

.category-description td,
.manufacturer-description td,
.vendor-description td,
.full-description td,
.topic-html-content td,
.post-body td,
.news-body td {
  border: 1px solid #ccc;
  padding: 5px;
}


/*********** GLOBAL FORMS ***********/



.fieldset, .section {
  position: relative;
  margin: 0 0 25px;
}

  .fieldset .title,
  .section .title {
    margin: 0 0 10px;
    font: italic 18px 'Poppins', sans-serif;
    color: #14acd4 ;
  }

.form-fields {
  position: relative;
  border: 1px solid #ddd;
  padding: 15px;
  color: #14acd4;
}

.inputs {
  position: relative;
  margin: 10px 0;
  text-align: center;
  white-space: nowrap; /*fix for 'required' elements*/
  font-size: 0;
}

  .inputs:after {
    content: "";
    display: block;
    clear: both;
  }

  .inputs label {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    text-align: center;
    font-size: 13px; /*reset zeroing*/
  }

  .inputs input[type="text"],
  .inputs input[type="password"],
  .inputs input[type="email"],
  .inputs input[type="tel"],
  .inputs select, .inputs textarea {
    width: 320px;
    height: 32px;
    max-width: 100%;
    padding: 6px 8px;
    vertical-align: middle;
    font-size: 13px;
  }

  .inputs select {
    padding: 5px;
  }

  .inputs textarea {
    padding: 8px;
  }

  .inputs .option-list {
    display: inline-block;
    width: 320px;
    max-width: 100%;
    vertical-align: middle;
    white-space: normal;
  }

    .inputs .option-list li {
      display: inline-block;
      margin: 5px;
    }

    .inputs .option-list label {
      display: inline;
      width: auto !important;
      margin: 0 5px;
    }

  .inputs.reversed {
    margin: 0 0 20px;
    text-align: center;
  }

.required {
  margin: 0 -8px 0 2px;
  vertical-align: top;
  font-size: 14px;
  color: #c00;
}

.message-error,
.field-validation-error,
.username-not-available-status,
.password-error {
  display: block;
  margin: 5px 0 0;
  text-align: center;
  font-size: 12px;
  color: #c00;
}

.field-validation-valid,
.username-available-status {
  display: block;
  margin: 5px 0 0;
  text-align: center;
  font-size: 12px;
  /*color: #393;*/
}

  .field-validation-error:empty,
  .field-validation-valid:empty {
    display: none;
  }

.captcha-box {
  margin: 0 0 15px;
  text-align: center;
  line-height: 0; /*MOZ line-height bug fix*/
}

  .captcha-box > div {
    display: inline-block;
  }

  .captcha-box input {
    height: auto;
  }


/*********** GLOBAL TABLES ***********/



.cart, .data-table,
.compare-products-table,
.forums-table-section table {
  margin: 0 0 20px;
}

  .cart th, .data-table th,
  .forums-table-section th {
    border-width: 4px 1px 0;
    border-style: solid;
    border-color: #ddd #eee transparent;
    background-color: #eee;
    box-shadow: inset 0 1px 0 #fff;
    padding: 10px;
    white-space: nowrap;
  }

    .cart th:first-child, .data-table th:first-child,
    .forums-table-section th:first-child {
      border-left-color: #ddd;
    }

    .cart th:last-child, .data-table th:last-child,
    .forums-table-section th:last-child {
      border-right-color: #ddd;
    }

  .cart td, .data-table td,
  .compare-products-table td,
  .forums-table-section td {
    min-width: 50px;
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
  }

    .cart td:first-child, .data-table td:first-child,
    .compare-products-table td:first-child {
      text-align: center;
    }

    .cart a, .data-table a,
    .forums-table-section td a {
      font-weight: bold;
    }

      .cart a:hover, .data-table a:hover,
      .forums-table-section td a:hover {
        color: #14acd4;
        text-decoration: underline;
      }

  .cart .remove-from-cart,
  .cart .add-to-cart {
    position: relative;
    text-align: center;
  }

  .cart .td-title, .cart .sku {
    display: none !important;
  }

  .cart .remove-from-cart button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 24px;
    height: 24px;
    margin: auto;
    border: 1px solid #999;
    background: #fff url('../Themes/Alicante/Content/img/close.png') center no-repeat;
  }

    .cart .remove-from-cart button:hover {
      opacity: 0.9;
    }

  .cart .remove-from-cart input {
    opacity: 0;
  }

  .cart .product-picture img {
    min-width: 50px;
  }

  .cart th.product,
  .cart td.product {
    text-align: left;
  }

  .cart .attributes,
  .cart .edit-item {
    margin: 10px 0 0;
  }

  .cart .quantity .qty-input,
  .cart .quantity .qty-dropdown {
    width: 44px;
    height: 32px;
  }

  .cart .unit-price {
    white-space: nowrap;
  }

  .cart td.subtotal span {
    display: inline-block;
    margin: 5px 0;
    color: #14acd4 ;
    white-space: nowrap;
  }

.order-notes .data-table th,
.order-notes .data-table td {
  text-align: left;
}


/*********** BAR NOTIFICATION & JQUERY POPUPS  ***********/



.bar-notification {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1040;
  width: 100%;
  overflow: hidden;
  padding: 12px;
  color: #fff;
  opacity: 0.9;
}

  .bar-notification.success {
    background: #393;
  }

  .bar-notification.warning {
    background: #f93;
  }

  .bar-notification.error {
    background: #e12;
  }

  .bar-notification .content {
    float: left;
    margin: 0 10px 0 0;
    line-height: 24px;
  }

    .bar-notification .content a {
      color: #fff;
      text-decoration: underline;
    }

  .bar-notification .close {
    float: right;
    width: 24px;
    height: 24px;
    background: #fff url('../Themes/Alicante/Content/img/close.png') center no-repeat;
    cursor: pointer;
  }

    .bar-notification .close:hover {
      opacity: 0.95;
    }

.noscript {
  background-color: #ff9;
  padding: 10px;
  text-align: center;
}

.ajax-loading-block-window {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background: url('../Themes/Alicante/Content/img/loading.gif') center no-repeat;
}

.ui-dialog {
  position: absolute !important;
  z-index: 1050;
  width: 400px !important;
  max-width: 95%;
  border: 1px solid #ccc;
  box-shadow: 0 1px 5px rgba(0,0,0,0.15);
  background-color: #fff;
}

.ui-dialog-titlebar {
  border: 1px solid #fff;
  border-bottom: 1px solid #bbb;
  overflow: hidden;
  background: #ddd url('../Themes/Alicante/Content/img/headpad.png') top repeat-x;
  padding: 10px;
  font-size: 14px;
  color: #14acd4;
  text-shadow: 1px 1px #eee;
}

  .ui-dialog-titlebar span {
    float: left;
    line-height: 24px;
    text-transform: uppercase;
  }

  .ui-dialog-titlebar button {
    float: right;
    width: 24px;
    height: 24px;
    border: 1px solid #999;
    background: #fff url('../Themes/Alicante/Content/img/close.png') center no-repeat;
    font-size: 0;
  }

    .ui-dialog-titlebar button:hover {
      opacity: 0.9;
    }

.ui-dialog-content {
  height: auto !important;
  padding: 10px;
  line-height: 20px;
}

  .ui-dialog-content .page {
    min-height: 0;
  }

  .ui-dialog-content .page-title {
    margin: 0;
    padding: 10px;
  }

    .ui-dialog-content .page-title h1 {
      float: none;
      font-size: 24px;
    }

  .ui-dialog-content .page-body {
    padding: 0 10px !important;
  }

    .ui-dialog-content .page-body p {
      margin: 0 0 10px;
    }

.eu-cookie-bar-notification {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  width: 450px;
  max-width: 95%;
  min-height: 180px;
  margin: -90px 0 0 -225px;
  border: 1px solid #14acd4 ;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2), inset 0 0 0 1px #fff;
  background: #fff url('../Themes/Alicante/Content/img/background1.jpg') center bottom no-repeat;
  padding: 20px;
  text-align: center;
}

  .eu-cookie-bar-notification .text {
    margin: 0 0 20px;
    line-height: 20px;
  }

  .eu-cookie-bar-notification button {
    min-width: 75px;
    margin: 10px 0;
    border: 1px solid #14acd4 ;
    background-color: #14acd4 ;
    padding: 7px 14px;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
  }

    .eu-cookie-bar-notification button:hover {
      opacity: 0.9;
    }

  .eu-cookie-bar-notification a {
    display: block;
    /*text-decoration: underline;*/
  }

    .eu-cookie-bar-notification a:hover {
      color: #14acd4 ;
    }


/*********** HEADER & NAVIGATION ***********/



.admin-header-links {
  background-color: #14acd4;
  border-bottom: 1px solid #fff;
  text-align: center;
}

  .admin-header-links .impersonate {
    display: inline-block;
  }

  .admin-header-links a,
  .admin-header-links span {
    display: inline-block;
    padding: 8px 10px;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
  }

    .admin-header-links a:hover {
      text-decoration: underline;
    }

.header {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

  .header .center {
    padding: 20px 0;
  }

    .header .center:after {
      content: "";
      display: block;
      clear: both;
    }

.header-logo {
  margin: 0 0 15px;
  font-size: 0;
}

  .header-logo a {
    display: inline-block;
  }

.header-links-wrapper {
  position: relative;
  margin: 0 0 15px;
}

.header-links ul {
  font-size: 0;
}

.header-links li {
  display: inline-block;
  margin: 0 10px;
}

.header-links a {
  display: inline-block;
  padding: 0 0 0 15px;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 12px;
  line-height: 32px;
  color: #14acd4;
  transition: all 0.2s ease;
}

  .header-links a.ico-login,
  .header-links a.ico-account {
    background-image: url('../Themes/Alicante/Content/img/icon_login.png');
  }

  .header-links a.ico-register {
    background-image: url('../Themes/Alicante/Content/img/icon_register.png');
  }

  .header-links a.ico-logout {
    background-image: url('../Themes/Alicante/Content/img/icon_logout.png');
  }

  .header-links a.ico-inbox {
    background-image: url('../Themes/Alicante/Content/img/icon_inbox.png');
  }

  .header-links a.ico-wishlist {
    background-image: url('../Themes/Alicante/Content/img/icon_wish.png');
  }

  .header-links a.ico-cart {
    background-image: url('../Themes/Alicante/Content/img/icon_cart.png');
  }

  .header-links a:hover {
    color: #14acd4 ;
  }

.flyout-cart {
  display: none;
  position: absolute;
  right: 0;
  z-index: 1090;
  width: 300px;
  background-color: #fff;
  text-align: left;
}

.mini-shopping-cart {
  padding: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  font-size: 11px;
}

  .mini-shopping-cart a {
    line-height: normal !important;
    color: #14acd4 !important;
    font-weight: bold;
  }

    .mini-shopping-cart a:hover {
      color: #000;
    }

  .mini-shopping-cart .count {
    margin: 0 0 5px;
    padding: 5px 0;
    color: #14acd4;
  }

  .mini-shopping-cart .items {
    margin: 0 0 10px;
  }

  .mini-shopping-cart .item {
    border-bottom: 1px dotted #ccc;
    overflow: hidden;
    padding: 8px;
  }

    .mini-shopping-cart .item.first {
      border-top: 1px dotted #ccc;
    }

    .mini-shopping-cart .item .picture {
      float: left;
      width: 50px;
      text-align: center;
      font-size: 0;
    }

      .mini-shopping-cart .item .picture a {
        display: block;
      }

    .mini-shopping-cart .item .product {
      margin-left: 56px;
    }

    .mini-shopping-cart .item .name {
      margin: 0 0 8px;
      font-size: 12px;
    }

    .mini-shopping-cart .item .attributes {
      margin: 0;
    }

    .mini-shopping-cart .item .price span,
    .mini-shopping-cart .item .quantity span {
      color: #000;
    }

  .mini-shopping-cart .totals {
    margin: 0 0 10px;
    text-align: right;
    font-size: 13px;
    color: #14acd4;
  }

    .mini-shopping-cart .totals strong {
      color: #c00;
    }

  .mini-shopping-cart .buttons {
    text-align: right;
  }

  .mini-shopping-cart button {
    display: inline-block;
    height: 30px;
    border: none;
    background-color: #14acd4;
    padding: 0 12px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
  }

    .mini-shopping-cart button:hover {
      background-color: #444;
    }

.search-box {
  position: relative;
}

  .search-box form {
    position: relative;
    max-width: 350px;
    margin: auto;
  }

    .search-box form:after {
      content: "";
      display: block;
      clear: both;
    }

  .search-box input.search-box-text {
    float: left;
    width: calc(100% - 32px);
    height: 32px;
    border-color: #999;
    background: #fff url('../Themes/Alicante/Content/img/searchbox-background.png') repeat-x top;
  }

    .search-box input.search-box-text:focus {
      border-color: #666; /*override*/
    }

  .search-box .search-box-button {
    float: left;
    overflow: hidden;
    width: 33px;
    height: 32px;
    margin: 0 0 0 -1px;
    border: none;
    background: #14acd4 url('../Themes/Alicante/Content/img/icon4.png') center no-repeat;
    font-size: 0;
  }

    .search-box .search-box-button:hover {
      background-color: #444;
    }

.ui-helper-hidden-accessible {
  display: none;
}

.ui-autocomplete {
  position: absolute;
  z-index: 1002 !important;
  margin-top: -1px;
  width: calc(100% - 32px) !important;
  border: 1px solid #999;
  border-top: none;
  box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  background-color: #fff;
  text-align: left;
}

  .ui-autocomplete li {
    border-top: 1px solid #ccc;
  }

  .ui-autocomplete a {
    display: block;
    padding: 8px;
    color: #666;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

    .ui-autocomplete a:hover,
    .ui-autocomplete .ui-state-focus {
      background-color: #eee;
      color: #000;
      cursor: pointer;
    }

  .ui-autocomplete img {
    margin: 0 5px 0 0;
    vertical-align: middle;
  }

.header-selectors-wrapper {
  margin: 25px 0 0;
  font-size: 0
}

.header-selects > div {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  background: #fff url('../Themes/Alicante/Content/img/searchbox-background.png') repeat-x top;
}

.header-selects select {
  min-width: 100px;
  border: 1px solid #999;
  background: url('../Themes/Alicante/Content/img/custom-selector.png') no-repeat right center;
  padding: 5px 25px 5px 5px;
  font: 13px 'Poppins', sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

  .header-selects select::-ms-expand {
    display: none;
  }

.language-list {
  vertical-align: middle;
  font-size: 0;
}

  .language-list li {
    display: inline-block;
    margin: 0 3px;
  }

  .language-list a {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
  }

  .language-list img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 18px;
    height: 12px;
    margin: -6px 0 0 -9px;
  }

.header-menu {
  position: relative;
  z-index: 1001;
  margin: 0 0 20px;
  border-top: 5px solid #ddd;
  background: #eee;
  box-shadow: inset 0 1px 0 #fff;
}

  .header-menu > ul > li {
    color: #14acd4;
    text-transform: uppercase;
    font: normal 16px 'Poppins', sans-serif;
  }

    .header-menu > ul > li > a,
    .header-menu > ul > li > span {
      display: block;
      padding: 14px 24px;
      text-align: center;
      cursor: pointer;
    }

  .header-menu .sublist-wrap {
    display: none;
    position: absolute;
    z-index: 1;
    min-width: 200px;
    margin: -1px 0 0;
    border: 1px solid #ddd;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    background-color: #fff;
    padding: 5px 0;
  }

    .header-menu .sublist-wrap.active {
      display: block;
    }

  .header-menu .sublist li {
    position: relative;
    font-family: 'Poppins', sans-serif;
  }

    .header-menu .sublist li a {
      display: block;
      background: url('../Themes/Alicante/Content/img/arrow.png') 15px center no-repeat;
      padding: 8px 8px 8px 24px;
      font-size: 12px;
      color: #14acd4;
      text-transform: none;
    }


/*********** FOOTER ***********/



.footer {
  padding: 25px 0;
  background: rgba(202,202,202,0.5);
  text-align: center;
}

  .footer .center {
    width: 90%;
    max-width: 320px;
    margin: auto;
  }

    .footer .center:after {
      content: "";
      display: block;
      clear: both;
    }

.footer-upper {
  margin: 0 0 10px;
}

.footer-block {
  margin: 0 auto 15px;
}

  .footer-block h3 {
    position: relative;
    margin: 0 0 10px;
    padding: 5px;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
    color: #000;
    font-size: 18px;
    /* font: normal 18px 'Poppins', sans-serif; */
  }

    .footer-block h3:after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #14acd4 ;
      -webkit-transform: skew(-30deg);
      -ms-transform: skew(-30deg);
      transform: skew(-30deg);
    }

  .footer-block ul {
    padding: 5px;
  }

  .footer-block li {
  }

    .footer-block li a {
      display: inline-block;
      padding: 8px 16px 10px 16px;
      background: url(../Themes/Alicante/Content/img/bullet6.png) left center no-repeat, url(../Themes/Alicante/Content/img/rtl-bullet6.png) right center no-repeat;
      color: #14acd4;
    }

      .footer-block li a:hover {
        color: #14acd4 ;
      }

.footer-block-first ul {
  white-space: pre-line;
  font-size: 0;
}

.footer-block-first li {
  display: inline-block;
  padding: 9px 0 9px 28px;
  font-size: 13px; /*reset zeroing*/
}

  .footer-block-first li.phone {
    background: url('../Themes/Alicante/Content/img/icon-phone.png') no-repeat left center;
  }

  .footer-block-first li.mobile {
    background: url('../Themes/Alicante/Content/img/icon-cellphone.png') no-repeat left center;
  }

  .footer-block-first li.email {
    background: url('../Themes/Alicante/Content/img/icon-email.png') no-repeat left center;
  }

.footer-lower {
  border-top: 1px solid #bbb;
}

  .footer-lower .center > div {
    margin: 20px 0 0;
  }

  .footer-lower h3 {
    margin: 0 0 5px;
    padding: 7px 0;
    font-size: 15px;
    color: #14acd4;
    font-weight: normal;
    text-transform: uppercase;
    font-family: 'Poppins' !important;
    font-weight: 500;
  }

.accepted-payment-methods {
  display: none;
}

  .accepted-payment-methods ul {
    font-size: 0;
  }

  .accepted-payment-methods li {
    display: inline-block;
    margin: 0 5px;
    width: 48px;
    height: 30px;
    background: url('../Themes/Alicante/Content/img/payment_sprite.png') no-repeat;
  }

  .accepted-payment-methods .method1 {
    background-position: 0 0;
  }

  .accepted-payment-methods .method2 {
    background-position: -48px 0;
  }

  .accepted-payment-methods .method3 {
    background-position: -96px 0;
  }

  .accepted-payment-methods .method4 {
    background-position: -144px 0;
  }

  .accepted-payment-methods .method5 {
    background-position: -192px 0;
  }

.social-sharing ul {
  font-size: 0;
}

.social-sharing li {
  display: inline-block;
  margin: -3px 5px 0;
}

.social-sharing a {
  display: block;
  width: 36px;
  height: 36px;
  background: url('../Themes/Alicante/Content/img/social_sprite.png') center no-repeat;
}

.social-sharing .facebook {
  background-position: 0 0;
}

.social-sharing .twitter {
  background-position: -36px 0;
}

.social-sharing .google {
  background-position: -72px 0;
}

.social-sharing .pinterest {
  background-position: -108px 0;
}

.social-sharing .vimeo {
  background-position: -144px 0;
}

.social-sharing .youtube {
  background-position: -216px 0;
}

.social-sharing .rss {
  background-position: -180px 0;
}

.social-sharing .instagram {
  background: url('../Themes/Alicante/Content/img/instagram.png') center no-repeat;
}

.social-sharing a:hover {
  opacity: 0.9;
}

.newsletter .title {
  margin: 0 0 5px;
  padding: 7px 0;
  font-size: 15px;
  color: #14acd4;
  text-transform: uppercase;
}

  .newsletter .title strong {
    font-weight: normal;
  }

.newsletter-subscribe {
  max-width: 250px;
  margin: 0 auto;
}

.newsletter-email {
  overflow: hidden;
}

  .newsletter-email > input {
    float: left;
    width: calc(100% - 32px);
    height: 32px;
    border-color: #999;
    background: #fff url('../Themes/Alicante/Content/img/searchbox-background.png') repeat-x top;
    padding: 0 6px;
  }

  .newsletter-email button {
    float: left;
    width: 33px;
    height: 32px;
    margin: 0 0 0 -1px;
    border: none;
    background: #444 url('../Themes/Alicante/Content/img/icon5.png') center no-repeat;
    font-size: 0;
  }

    .newsletter-email button:hover {
      background-color: #555;
    }

  .newsletter-email .options {
    clear: both;
    height: 0;
    overflow: hidden;
  }

.newsletter .options span {
  display: inline-block;
  padding: 5px 0;
}

.newsletter-result {
  margin: 5px 5px 0;
}

  .newsletter-result:empty {
    margin: 0;
  }

.newsletter-validation,
.newsletter-result-block {
  text-align: center;
  color: #14acd4;
}

  .newsletter-validation .please-wait {
    display: none !important;
  }

.bottom {
  min-height: 35px;
  background: rgba(255,255,255,0.5);
  padding: 10px 0;
  text-align: center;
  font-size: 11px;
}

  .bottom .center {
    width: 90%;
    margin: auto;
  }

    .bottom .center > div {
      margin: 10px 5px;
      vertical-align: middle;
    }

  .bottom a {
    text-decoration: underline;
  }

    .bottom a:hover {
      color: #444;
    }

.footer-store-theme {
}

  .footer-store-theme select {
    width: 150px;
    padding: 5px;
  }


/*********** LEFT/RIGHT COLUMNS ***********/



.block {
  max-width: 320px;
  margin: 0 auto 20px;
}

  .block .title {
    text-align: center;
    color: #14acd4;
    font: italic 28px 'Poppins', sans-serif;
    cursor: pointer;
  }

    .block .title strong {
      display: block;
      font-weight: normal;
    }

  .block .listbox {
    margin: 10px 0 0;
    background-color: #fff;
  }

    .block .listbox:after {
      content: "";
      display: block;
      clear: both;
    }

.listbox .list > li {
  border-top: 1px dotted #ccc;
}

  .listbox .list > li:last-child {
    border-bottom: 1px dotted #ccc;
  }

  .listbox .list > li.active {
    border-top: none;
  }

  .listbox .list > li > a {
    display: block;
    padding: 10px 15px;
    color: #14acd4;
    font-size: 14px;
    transition: all 0.1s ease;
  }

    .listbox .list > li.active > a,
    .listbox .list > li > a.active {
      background-color: #14acd4 ;
      border: 1px solid #14acd4 ;
      color: #fff !important;
    }

    .listbox .list > li > a:hover {
      z-index: 1;
      background-color: #f6f6f6;
      color: #14acd4 ;
    }

    .listbox .list > li.active > a:hover,
    .listbox .list > li > a.active:hover {
      background-color: #14acd4 ;
      color: #fff;
    }

    .listbox .list > li > a.product-picture {
      display: none;
    }

.listbox .sublist {
  padding: 8px 10px 12px 20px;
  background-color: #fff;
}

  .listbox .sublist .sublist {
    padding-left: 12px;
  }

  .listbox .sublist a {
    display: block;
    padding: 5px;
    color: #444;
    transition: all 0.1s ease;
  }

    .listbox .sublist a:before {
      margin-right: 5px;
      content: "-";
    }

    .listbox .sublist a:hover {
      background-color: #f6f6f6;
      color: #14acd4 ;
    }

  .listbox .sublist > li.active > a {
    color: #14acd4 ;
    font-size: 13px;
  }

.listbox .view-all {
  padding: 10px;
  text-align: right;
}

  .listbox .view-all a {
    color: #444;
  }

    .listbox .view-all a:hover {
      color: #000;
      text-decoration: underline;
    }

.listbox .tags {
  margin: 10px 0 0;
  border-top: 1px dotted #ccc;
  padding: 5px 10px;
}

  .listbox .tags li {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 14px !important; /*setting base size*/
  }

  .listbox .tags a {
    display: block;
    line-height: 32px;
    color: #444;
  }

    .listbox .tags a:hover {
      color: #000;
      text-decoration: underline;
    }

.poll {
  border-top: 1px dotted #ccc;
  padding: 15px 0 0;
}

  .poll strong {
    display: block;
    margin: 0 0 10px;
    padding: 0 10px;
    font-size: 14px;
    color: #14acd4;
  }

.poll-options, .poll-results {
  margin: 0 0 10px;
  padding: 0 10px;
}

  .poll-options li, .poll-results li {
    padding: 3px 0;
  }

    .poll-options li:hover {
      color: #000;
    }

.poll .buttons, .poll-total-votes {
  border-top: 1px dotted #ccc;
  padding: 10px;
  text-align: right;
}

.poll .vote-poll-button {
  border: none;
  background-color: transparent;
  color: #444;
}

  .poll .vote-poll-button:hover {
    color: #000;
    text-decoration: underline;
  }

.poll .poll-vote-error {
  color: #c00;
}

.poll-total-votes {
  display: block;
  margin: 15px 0 0;
}

.home-page-polls .title {
  display: none;
}

  .home-page-polls .title strong {
    font-weight: normal;
  }

.home-page-polls .poll {
  border: none;
  padding: 0;
}

  .home-page-polls .poll strong {
    display: block;
    margin: 0 0 15px;
    font: italic 32px 'Poppins', sans-serif;
    color: #14acd4;
  }

.home-page-polls .poll-options li {
  display: inline-block;
  margin: 0 10px 0 0;
}

.home-page-polls .poll .buttons,
.home-page-polls .poll-total-votes {
  border-top: 1px solid #ddd;
}


/********** CATEGORY PAGE **********/



.breadcrumb {
  margin-bottom: 20px;
}

.page-title + .breadcrumb {
  margin-top: -10px;
}

.breadcrumb ul {
  overflow: hidden;
}

.breadcrumb li {
  float: left;
  margin: 0 0 0 5px;
}

.breadcrumb a,
.breadcrumb span {
  font: italic 12px 'Poppins', sans-serif;
  text-transform: lowercase;
  color: #666;
}

.breadcrumb strong {
}

.breadcrumb a:hover,
.breadcrumb a:hover span {
  text-decoration: underline;
}

.category-description,
.manufacturer-description,
.vendor-description {
  margin: 0 0 20px;
  padding: 0 5px;
  line-height: 20px;
}

  .category-description strong,
  .manufacturer-description strong,
  .vendor-description strong {
    color: #14acd4;
  }

.contact-vendor {
  display: none;
}

.contact-vendor-button {
  display: inline-block;
  margin: 0 0 30px;
  border: 1px solid #bbb;
  background-color: #ddd;
  box-shadow: inset 0 0 1px 0 #fff;
  padding: 5px 10px;
  color: #555;
}

  .contact-vendor-button:hover {
    border-color: #ccc;
    background-color: #eee;
  }

.product-selectors {
  margin: 0 0 20px;
  border-bottom: 1px dotted #ccc;
  background-color: #f6f6f6;
  padding: 10px;
  font-size: 0;
}

  .product-selectors div {
    display: inline-block;
    text-align: center;
    font-size: 13px; /*reset zeroing*/
  }

  .product-selectors span {
    font-style: italic;
  }

  .product-selectors select {
    min-width: 50px;
    margin: 0 5px;
    padding: 4px;
    color: #444;
    text-transform: lowercase;
  }

.product-viewmode {
  display: none !important;
}

.product-sorting {
  margin: 0 0 0 -12%;
}

.product-page-size span {
  display: none;
}

.product-filters {
  display: none;
}

.item-grid {
  margin: 0 0 20px;
  overflow: hidden; /*clear fix is not useful - some margins collapse*/
}

.item-box {
  position: relative;
  max-width: 360px;
  margin: 60px auto 80px;
  background: #e6e6e6 url('../Themes/Alicante/Content/img/transparent-pattern.png');
}

  .item-box:last-child {
    margin-bottom: 20px;
  }

  .item-box:before {
    content: "";
    display: block;
    padding-top: 124%;
  }

.product-item,
.category-item,
.sub-category-item,
.manufacturer-item,
.vendor-item {
  position: absolute !important;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  /*box-shadow: 0 0 3px rgba(0,0,0,0.1);*/
}

.product-item {
  overflow: hidden;
}

.item-box .product-title,
.item-box .title {
  position: absolute;
  top: auto;
  left: 0;
  z-index: 1;
  width: 100%;
  margin-top: 10px;
  /* position: absolute; */
  /* top: -48px; */
  /* left: 0; */
  /* z-index: 1; */
  /* width: 100%; */
}

.item-box .title {
  top: -56px;
  left: -10px;
}

  .item-box .product-title a,
  .item-box .title a {
    display: block;
    height: 48px;
    overflow: hidden;
    font-size: 16px;
    font-family: 'Poppins' !important;
    /* font: italic 18px 'Poppins', sans-serif; */
    color: #000 !important;
    text-transform: uppercase;
  }

.item-box .picture {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

  .item-box .picture a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .item-box .picture img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
  }

.item-box .category-item:hover img,
.item-box .sub-category-item:hover img,
.item-box .manufacturer-item:hover img,
.item-box .vendor-item:hover img {
  opacity: 0.9;
}

.item-box .details {
  position: absolute;
  top: 0;
  left: -100%;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.75);
  opacity: 0;
  transition: all 0.3s ease;
}

.product-item:hover .details {
  left: 0;
  opacity: 1;
}

.item-box .description {
  height: 70%;
  padding: 10px 10px 5px;
  line-height: 18px;
  color: #eee;
}

  .item-box .description a {
    display: block;
    height: 100%;
    overflow: hidden;
  }

  .item-box .description + .sku {
    display: none;
  }

.item-box .product-rating-box {
  display: none;
}

.item-box .add-info {
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
}

.item-box .prices {
  padding: 4px 10px;
  text-align: right;
}

.item-box .old-price {
  margin-right: 5px;
  color: #999;
  text-decoration: line-through;
  font-size: 12px;
}

.item-box .actual-price {
  font-weight: bold;
  font-size: 15px;
  color: #14acd4;
}

.item-box .tax-shipping-info,
.item-box .base-price-pangv {
  display: inline-block;
  font-size: 11px;
}

  .item-box .tax-shipping-info a:hover {
    text-decoration: underline;
  }

.item-box .buttons {
  overflow: hidden;
  padding: 4px 10px;
  text-align: right;
  font-size: 0;
  white-space: nowrap;
}

.item-box button,
.item-box .buynow-button {
  display: inline-block;
  padding: 0 15px;
  height: 32px;
  border: 1px solid #111;
  background-color: #14acd4 ;
  text-align: center;
  font-size: 14px;
  color: #eee;
  text-transform: uppercase;
}

  .item-box button:hover,
  .item-box .buynow-button:hover {
    opacity: 0.9;
  }

.item-box .add-to-compare-list-button,
.item-box .add-to-wishlist-button {
  display: none !important;
}

.home-page-category-grid .item-box:before,
.sub-category-grid .item-box:before {
  padding-top: 100%;
}

.product-grid .title {
  margin: 0 0 10px;
  color: #14acd4 ;
  font-style: normal;
  font-weight: 500 !important;
  font-family: 'Poppins' !important;
  font-size: 32px;
  /* font: italic 32px 'Poppins', sans-serif;
	color: #14acd4; */
}

  .product-grid .title strong {
    /* font-weight: normal; */
    font-weight: 500;
  }

.home-page .product-grid .title {
  position: relative;
  padding: 0;
  text-align: center;
}

.product-grid .item-box,
.product-list .item-box {
  margin-bottom: 140px;
}

  .product-grid .item-box:last-child,
  .product-list .item-box:last-child {
    margin-bottom: 80px;
  }

.product-grid a:hover img,
.product-list a:hover img {
  opacity: 0.99 !important;
}

.cross-sells {
  margin-top: 30px;
}

  .cross-sells .buttons {
    margin-bottom: 0 !important;
  }

.pager {
  margin: 40px 0;
  display: inline-block;
  width: 100%;
  border-top: 1px dotted #ccc;
  padding: 20px 0 0;
} 

  .pager ul {
    font-size: 0;
  }

  .pager li {
    display: inline-block;
    width: 31px;
    height: 31px;
    margin: 0 5px;
    border: 1px solid #bbb;
    background-color: #ddd;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    line-height: 30px;
    color: #14acd4;
  }

    .pager li a,
    .pager li span {
      display: block;
      width: 100%;
      height: 100%;
    }

    .pager li:hover,
    .pager li.current-page {
      border-color: #645;
      background-color: #14acd4 ;
      background-position: center bottom;
      color: #eee;
    }

    .pager li span {
      cursor: default;
    }

    .pager li.previous-page a,
    .pager li.next-page a,
    .pager li.first-page a,
    .pager li.last-page a {
      font-size: 0;
    }

    .pager li.previous-page {
      background-image: url('../Themes/Alicante/Content/img/prev.png');
    }

    .pager li.next-page {
      background-image: url('../Themes/Alicante/Content/img/next.png');
    }

    .pager li.first-page {
      background-image: url('../Themes/Alicante/Content/img/prev_first.png');
    }

    .pager li.last-page {
      background-image: url('../Themes/Alicante/Content/img/next_last.png');
    }


/********** PRODUCT PAGE **********/



.product-essential {
  margin: 0 0 30px;
}

  .product-essential:after {
    content: "";
    display: block;
    clear: both;
  }

.gallery {
  margin: 0 0 20px;
}

  .gallery .picture {
    position: relative;
    max-width: 500px;
    margin: auto;
    border: 1px solid #bbb;
    overflow: hidden;
    background-color: #fff;
    text-align: center;
    font-size: 0;
  }

    .gallery .picture a {
      display: block;
    }

  .gallery .picture-thumbs {
    max-width: 500px;
    margin: auto;
    font-size: 0;
  }

  .gallery .thumb-item {
    display: inline-block;
    position: relative;
    width: 23.5%;
    margin: 12px 0 0 2%;
    border: 1px solid #bbb;
    overflow: hidden;
    background-color: #fff;
  }

    .gallery .thumb-item:nth-child(4n+1) {
      margin-left: 0;
    }

    .gallery .thumb-item:before {
      content: "";
      display: block;
      padding-top: 100%;
    }

    .gallery .thumb-item img {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      max-width: 100%;
      max-height: 100%;
      margin: auto;
    }

.product-details-page .overview {
  position: relative;
  margin: 0 0 20px;
}

.discontinued-product {
  margin: 0 0 15px;
  text-transform: uppercase;
}

  .discontinued-product h4 {
    color: #c00;
  }

.overview .product-name {
  margin: 0 0 15px;
  border-bottom: 1px solid #14acd4 ;
  padding: 0 0 10px;
}

  .overview .product-name h1 {
    /* font: italic normal 32px 'Poppins', sans-serif; */
    color: #14acd4 ;
    font-size: 32px;
    font-family: 'Poppins';
  }

.overview .short-description,
.variant-overview .variant-description {
  margin: 0 0 15px;
  line-height: 18px;
}

.overview > div,
.variant-overview > div {
  margin: 20px auto; /*common section spacing*/
}

.product-no-reviews,
.product-reviews-overview {
  margin: 0 0 20px;
}

  .product-no-reviews a {
    text-decoration: underline;
  }

    .product-no-reviews a:hover,
    .product-review-links a:hover {
      color: #14acd4;
      text-decoration: underline;
    }

.product-review-box {
  margin: 0 0 5px;
}

  .product-review-box .rating,
  .product-rating-box .rating {
    display: inline-block;
    width: 70px;
    height: 14px;
    background: url(../Themes/Alicante/Content/img/rating1.png) repeat-x;
  }

    .product-review-box .rating div,
    .product-rating-box .rating div {
      height: 14px;
      background: url(../Themes/Alicante/Content/img/rating2.png) repeat-x;
    }

.overview .manufacturers a,
.product-vendor .value a {
  color: #14acd4 ;
  font-weight: bold;
}

  .overview .manufacturers a:hover,
  .product-vendor a:hover {
    text-decoration: underline;
  }

.overview .stock,
.variant-overview .stock {
  margin: 0 0 10px;
}

.overview span.value,
.variant-overview span.value {
  color: #14acd4;
  font-weight: bold;
}

.back-in-stock-subscription-page {
  min-height: 0;
}

  .back-in-stock-subscription-page button {
    margin: 10px 0;
    border: 1px solid #bbb;
    background-color: #ddd;
    box-shadow: inset 0 0 1px 0 #fff;
    padding: 6px 12px;
    color: #555;
  }

    .back-in-stock-subscription-page button:hover {
      border-color: #ccc;
      background-color: #eee;
    }

.overview .additional-details div,
.variant-overview .additional-details div {
  margin: 5px 0;
}

.overview .free-shipping,
.variant-overview .free-shipping {
  display: inline-block;
  margin: 0 0 5px;
  background: url('../Themes/Alicante/Content/img/free-shipping.png') left center no-repeat;
  padding: 3px 0 1px 35px;
  font-weight: bold;
  text-transform: uppercase;
  color: #14acd4;
}

.overview-buttons {
  font-size: 0;
}

  .overview-buttons > div {
    display: inline-block;
    margin: 0 5px 10px;
  }

.overview .add-to-wishlist-button,
.variant-overview .add-to-wishlist-button,
.overview .add-to-compare-list-button,
.overview .email-a-friend-button,
.back-in-stock-subscription .subscribe-button,
.download-sample a {
  display: inline-block;
  border: 1px solid #bbb;
  background-color: #ddd;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 1px 0 #fff;
  padding: 6px 12px;
  color: #444;
}

  .overview .add-to-wishlist-button:hover,
  .variant-overview .add-to-wishlist-button:hover,
  .overview .add-to-compare-list-button:hover,
  .overview .email-a-friend-button:hover,
  .back-in-stock-subscription .subscribe-button:hover,
  .download-sample a:hover {
    background-color: #e6e6e6;
  }

.overview .add-to-wishlist-button {
  background-image: url('../Themes/Alicante/Content/img/product-wishlist.png');
  background-position: 9px center;
  padding-left: 29px;
}

.overview .add-to-compare-list-button {
  background-image: url('../Themes/Alicante/Content/img/product-compare.png');
  background-position: 10px center;
  padding-left: 30px;
}

.overview .email-a-friend-button {
  background-image: url('../Themes/Alicante/Content/img/product-email.png');
  background-position: 10px center;
  padding-left: 31px;
}

.attributes dl,
.checkout-attributes dl {
  display: inline-block;
}

  .attributes dl:after,
  .checkout-attributes dl:after {
    content: "";
    display: block;
    clear: both;
  }

.attributes dt,
.checkout-attributes dt {
  width: 100%;
  height: 26px;
  margin: 15px auto 10px;
  overflow: hidden;
  background-color: #eee;
  padding: 0 5px;
  line-height: 27px;
  color: #14acd4;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.attributes dd,
.checkout-attributes dd {
  position: relative;
  min-width: 280px;
  margin: 0 0 25px;
}

  .attributes dd:last-of-type,
  .checkout-attributes dd:last-of-type {
    margin-bottom: 0;
  }

.attributes li,
.checkout-attributes li {
  margin: 1px 0;
  line-height: 22px;
}

  .attributes li.disabled {
    pointer-events: none;
    opacity: 0.5;
  }

    .attributes li.disabled label {
      text-decoration: line-through;
    }

.attributes select,
.checkout-attributes select {
  min-width: 70px;
  width: 100%;
  height: 32px;
  vertical-align: top;
}

.attributes option.disabled {
  color: #ddd;
}

.attributes .qty-box {
  position: absolute;
  top: 1px;
  right: 1px;
}

  .attributes .qty-box label {
    display: none;
  }

  .attributes .qty-box input {
    width: 40px;
    height: 30px;
    border-width: 0 0 0 1px;
  }

.attribute-squares {
  font-size: 0;
}

  .attribute-squares li {
    display: inline-block;
    margin: 0 5px;
  }

  .attribute-squares label {
    display: block;
    position: relative;
  }

.attribute-square-container {
  display: block;
  border: 1px solid #666;
}

.attribute-square {
  display: block;
  width: 24px;
  height: 24px;
  border: 1px solid #fff;
  cursor: pointer;
}

.selected-value .attribute-square {
  border: 1px solid #666;
}

.attribute-squares input[type="radio"] {
  position: absolute;
  top: 6px;
  left: 7px;
  z-index: -1;
}

.attribute-squares .disabled {
  position: relative;
  opacity: 1 !important;
}

  .attribute-squares .disabled:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid #ccc;
    background: #fff url('../Themes/Alicante/Content/img/close.png') center no-repeat;
  }

.attribute-squares .tooltip-container {
  display: none !important;
}

.rental-attributes .attribute-item {
  margin: 10px 0;
}

.rental-attributes .attribute-label {
  margin: 0 0 5px;
}

.rental-attributes .datepicker {
  width: 280px;
}

.ui-datepicker {
  width: 280px;
  background-color: #fff;
  text-align: center;
}

.ui-datepicker-header {
  position: relative;
  height: 32px;
  background-color: #14acd4 ;
  color: #fff;
}

  .ui-datepicker-header a {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 32px;
    height: 32px;
    font-size: 0;
  }

    .ui-datepicker-header a.ui-datepicker-prev {
      left: 0;
      background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHBAMAAADDgsFQAAAAJFBMVEUAAAD///////////////////////////////////////////+0CY3pAAAAC3RSTlMA6i3wySol5dA3MWZvMrEAAAAoSURBVAjXY2DQEGVgYGASXgAkEzcwAIH37t27t4PYYPEJICpEiIEBAJp4B1O1W8c1AAAAAElFTkSuQmCC') center no-repeat;
    }

    .ui-datepicker-header a.ui-datepicker-next {
      right: 0;
      background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAHBAMAAADDgsFQAAAAJFBMVEUAAAD///////////////////////////////////////////+0CY3pAAAAC3RSTlMA6i3wySol5dA3MWZvMrEAAAAmSURBVAjXY2BgCGxiAAIuQwUQxS3GUL179+4tEDaQ4ASLK7oyAAB6JwWRvNdA0AAAAABJRU5ErkJggg==') center no-repeat;
    }

.ui-datepicker-title {
  position: relative;
  z-index: 0;
  line-height: 32px;
  font-weight: bold;
  text-transform: uppercase;
}

.ui-datepicker-calendar th {
  background-color: #eee;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td {
  width: 14.285%;
  border: 1px solid #ccc;
}

  .ui-datepicker-calendar th span,
  .ui-datepicker-calendar td a {
    display: block;
    min-height: 32px;
    line-height: 32px;
  }

    .ui-datepicker-calendar td a:hover,
    .ui-datepicker-calendar a.ui-state-active {
      background-color: #eee;
      font-weight: bold;
      color: #14acd4 ;
    }

.overview .prices,
.variant-overview .prices {
  overflow: hidden;
}

.overview .rental-price,
.variant-overview .rental-price {
  margin: 0 0 5px;
}

.overview .old-product-price,
.variant-overview .old-product-price {
  margin: 0 15px 0 0;
  color: #666;
  font-size: 14px;
  line-height: 24px;
  text-decoration: line-through;
  text-transform: lowercase;
}

.overview .product-price,
.variant-overview .product-price {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #14acd4 ;
}

.overview .tax-shipping-info a,
.variant-overview .tax-shipping-info a {
  color: #14acd4 ;
}

  .overview .tax-shipping-info a:hover,
  .variant-overview .tax-shipping-info a:hover {
    text-decoration: underline;
  }

.tier-prices {
  margin: 0 0 20px;
}

  .tier-prices .title {
    margin: 0 0 10px;
    color: #14acd4;
  }

  .tier-prices td {
    border: 1px solid #bbb;
    padding: 5px;
  }

  .tier-prices .field-header {
    background-color: #f6f6f6;
  }

  .tier-prices .item-quantity {
    color: #14acd4;
  }

  .tier-prices .item-price {
    color: #c00;
  }

.customer-entered-price {
  margin: 0 0 20px;
  overflow: hidden;
}

  .customer-entered-price .price-input {
    margin: 0 10px 0 0;
  }

  .customer-entered-price .enter-price-input {
    width: 60px;
    height: 32px;
  }

  .customer-entered-price .price-range {
    line-height: 32px;
    font-weight: bold;
    color: #14acd4;
  }

.min-qty-notification {
  margin: 0 0 5px;
}

.pre-order-availability-date {
  margin: 10px 0 0;
}

.overview .add-to-cart-panel,
.variant-overview .add-to-cart-panel {
  font-size: 0;
}

.overview .qty-label,
.variant-overview .qty-label {
  margin: 0 5px 0 -30px;
  font-size: 13px;
  vertical-align: middle;
  line-height: 36px;
}

.overview .qty-input,
.variant-overview .qty-input,
.overview .qty-dropdown,
.variant-overview .qty-dropdown {
  width: 42px;
  height: 36px;
  background-color: #fff;
  padding: 0 6px;
  text-align: center;
  vertical-align: middle;
  font-size: 14px;
}

.overview .qty-dropdown,
.variant-overview .qty-dropdown {
  width: auto;
  min-width: 50px;
}

.overview .add-to-cart-button,
.variant-overview .add-to-cart-button {
  height: 36px;
  border: 1px solid #14acd4 ;
  background-color: #14acd4 ;
  padding: 0 24px;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

  .overview .add-to-cart-button:hover,
  .variant-overview .add-to-cart-button:hover {
    opacity: 0.9;
  }

.product-estimate-shipping a {
  display: inline-block;
}

.product-estimate-shipping i {
  display: inline-block;
  transform: rotate(45deg);
  margin: 0 0 3px 10px;
  border: solid black;
  border-width: 0 1px 1px 0;
  padding: 3px 3px;
}

.product-estimate-shipping .shipping-loading {
  display: none !important; /*disable preloader*/
}

.product-estimate-shipping .shipping-title {
  margin: 0 0 5px;
}

.product-estimate-shipping .shipping-price {
  margin: 0 0 0 5px;
  vertical-align: middle;
  font-size: 15px;
  font-weight: bold;
  color: #14acd4;
}

.product-estimate-shipping .shipping-date {
  margin: 10px 0 0;
}

.product-share-button {
  display: inline-block;
  margin: 0 !important;
}

.full-description {
  clear: both;
  margin: 0 0 20px;
  line-height: 20px;
}

.product-collateral {
  margin: 0 0 30px;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 20px;
}

  .product-collateral .title {
    margin: 0 0 10px;
    font: italic bold 18px 'Poppins', sans-serif;
    color: #14acd4 ;
  }

.product-specs-box td {
  padding: 10px;
}

.product-specs-box .odd td {
  background-color: #f6f6f6;
}

.product-specs-box .attribute-squares {
  display: inline-block;
  margin: -5px 0;
  vertical-align: top;
}

.product-specs-box .attribute-square {
  cursor: default;
}

.product-tags-list li {
  display: inline-block;
  vertical-align: middle;
}

  .product-tags-list li.separator {
    margin-right: 8px;
  }

.product-tags-list a:hover {
  color: #14acd4;
  text-decoration: underline;
}

.product-tags-all-page ul {
  font-size: 0;
}

.product-tags-all-page li {
  margin: 0 5px 5px 0;
  font-size: 15px !important; /*setting base size*/
}

  .product-tags-all-page li a {
    display: block;
    border: 1px solid #ddd;
    overflow: hidden;
    background-color: #fff;
    padding: 0 18px;
    line-height: 36px;
  }

    .product-tags-all-page li a:hover {
      border-color: #ccc;
      background-color: #f6f6f6;
      text-decoration: none;
      color: #14acd4;
    }

.giftcard {
  margin: 0 0 20px;
}

  .giftcard > div {
    margin: 8px 0;
  }

  .giftcard label {
    display: block;
    line-height: 32px;
    color: #14acd4;
  }

  .giftcard input,
  .giftcard textarea {
    width: 90%;
    max-width: 425px;
  }

.product-variant-list {
  max-width: 500px;
  margin: auto;
}

.product-variant-line {
  margin: 0 0 40px;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 20px;
}

  .product-variant-line:after {
    content: "";
    display: block;
    clear: both;
  }

.variant-picture {
  position: relative;
  max-width: 300px;
  margin: 0 auto 20px;
  border: 1px solid #bbb;
  overflow: hidden;
  background-color: #fff;
  font-size: 0;
}

.variant-overview .variant-name {
  margin: 0 0 5px;
  font: italic 24px 'Poppins', sans-serif;
  color: #14acd4;
}

.variant-overview .add-to-cart,
.variant-overview .add-to-wishlist {
  display: inline-block;
  margin: 0 -1px;
}

.variant-overview .add-to-wishlist-button {
  width: 36px;
  height: 36px;
  background-image: url('../Themes/Alicante/Content/img/product-wishlist.png');
  background-position: center;
  background-repeat: no-repeat;
  font-size: 0;
}

.ui-tabs {
  margin: 0 0 20px;
}

  .ui-tabs .ui-tabs-nav {
    overflow: hidden;
  }

    .ui-tabs .ui-tabs-nav li {
      margin: 1px 0 0;
    }

      .ui-tabs .ui-tabs-nav li a {
        display: block;
        border: 1px solid #999;
        background-color: #bbb;
        padding: 8px 24px;
        font-weight: bold;
        color: #fff;
      }

        .ui-tabs .ui-tabs-nav li a:hover,
        .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
        .ui-tabs .ui-state-active.ui-tabs-active a {
          border-color: #000;
          background-color: #14acd4;
        }

  .ui-tabs .ui-tabs-panel {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 20px;
  }

    .ui-tabs .ui-tabs-panel p {
      line-height: 18px;
      color: #14acd4;
    }

  .ui-tabs .ui-tabs .write-review {
    margin-bottom: 0;
  }

  .ui-tabs .ui-tabs-hide {
    display: none;
  }


/********** ESTIMATE SHIPPING **********/



.estimate-shipping-popup {
  position: relative;
  max-width: 800px;
  margin: auto;
  background-color: #fff;
  padding: 25px;
  transform: scale(0.8);
  transition: all 0.2s ease;
  opacity: 0;
}

  .estimate-shipping-popup strong {
    visibility: hidden;
  }

.mfp-ready .estimate-shipping-popup {
  transform: scale(1);
  opacity: 1;
}

.mfp-removing .estimate-shipping-popup {
  transform: scale(0.8);
  opacity: 0;
}

.estimate-shipping-popup-zoom-in.mfp-removing {
  transition: all 0.3s ease;
  opacity: 0;
}

.estimate-shipping-row {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  position: relative;
}

.estimate-shipping-row-item {
  flex: 0 1 100%;
}

.mfp-container .address-item {
  margin: 10px 0 0;
}

  .mfp-container .address-item + div {
    padding: 0 0 0 15px;
  }

.estimate-shipping-address-control {
  width: 100%;
  height: 32px;
}

.mfp-container .address-item .required {
  position: absolute;
  top: -5px;
  right: 0;
}

.mfp-container .shipping-options {
  position: relative; /*preloader referrence*/
  margin: 10px 0 25px;
}

.mfp-container .shipping-header-item {
  align-self: flex-end;
  border: none !important;
  padding: 12px 5px !important;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.mfp-container .shipping-options-body {
  display: table;
  table-layout: fixed;
  width: 100%;
  border: 1px solid #ccc;
  border-collapse: collapse;
}

.mfp-container .shipping-option {
  display: table-row;
  font-size: 13px;
  cursor: pointer;
}

  .mfp-container .shipping-option.active {
    font-weight: bold;
    color: #14acd4;
  }

  .mfp-container .shipping-option > div {
    display: table-cell;
    border-top: 1px solid #ccc;
    padding: 10px 11px;
  }

.mfp-container .shipping-item {
  border-right: 1px solid #ccc;
  overflow: hidden;
  padding: 8px 0;
  overflow-wrap: break-word;
}

.estimate-shipping-row-item-radio {
  flex: 0 0 30px;
  width: 24px;
}

.estimate-shipping-radio {
  display: none;
}

  .estimate-shipping-radio + label {
    display: inline-block;
    position: relative;
    bottom: 1px;
    width: 14px;
    height: 14px;
    border: 1px solid #14acd4;
    border-radius: 50%;
    background-color: #fff;
    font-size: 0;
  }

  .estimate-shipping-radio:checked + label:after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #14acd4;
  }

.apply-shipping-button-container {
  text-align: center;
}

.mfp-container .apply-shipping-button {
  min-width: 120px;
  margin: 10px 0 0;
  border: 1px solid #999;
  background-color: #ddd;
  padding: 8px 16px;
  font-size: 14px;
  color: #14acd4;
}

  .mfp-container .apply-shipping-button:hover {
    border-color: #aaa;
    background-color: #eee;
  }

.mfp-container .no-shipping-options {
  padding: 30px 15px;
  text-align: center;
}

.mfp-container .message-failure {
  margin: 10px 0 -5px;
}

@media all and (max-width: 600px) {

  .estimate-shipping-popup {
    padding: 25px 3%;
  }

  .mfp-container .shipping-address {
    flex-flow: column;
  }

  .mfp-container .address-item {
    width: 100%;
  }

    .mfp-container .address-item + div {
      padding: 0;
    }
}


/********** PRODUCT REVIEWS **********/



.product-reviews-page h1 a {
  font-weight: normal;
  font-style: italic;
  color: #14acd4;
}

  .product-reviews-page h1 a:before,
  .product-reviews-page h1 a:after {
    content: "''"
  }

  .product-reviews-page h1 a:hover {
    color: #14acd4 ;
  }

.product-reviews-page .title {
  display: none;
}

.product-reviews-page .result {
  margin: 0 0 20px;
}

.write-review {
  margin: 0 0 35px;
}

  .write-review .message-error {
    margin: 0 0 5px;
  }

  .write-review .form-fields {
    margin: 0 0 15px;
  }

  .write-review textarea {
    vertical-align: top;
  }

  .write-review .review-rating {
    overflow: hidden;
  }

    .write-review .review-rating label {
      display: block;
      margin: 0 0 5px;
      text-align: center;
      color: #14acd4;
    }

    .write-review .review-rating ul {
      max-width: 300px;
      margin: auto;
      padding: 5px 0;
      text-align: center;
      font-size: 0;
    }

    .write-review .review-rating li {
      display: inline-block;
      min-width: 50px;
      padding: 0 5px;
      text-align: center;
      vertical-align: middle;
      cursor: default;
    }

      .write-review .review-rating li.first {
        font-size: 13px; /*reset zeroing*/
        color: #c00;
      }

      .write-review .review-rating li.last {
        font-size: 13px; /*reset zeroing*/
        color: #393;
      }

  .write-review .rating-options input {
    margin: 0 3px;
  }

  .write-review .captcha-box {
    margin-top: 15px;
    margin-bottom: 0;
  }

  .write-review .buttons {
    text-align: center;
  }

  .write-review .button-1 {
    height: 36px;
    border: 1px solid #14acd4 ;
    background-color: #14acd4 ;
    padding: 0 24px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
  }

    .write-review .button-1:hover {
      opacity: 0.9;
    }

  /* */
  .write-review .review-rating + div {
    margin: 10px 0 0;
  }

  .write-review .tooltip-text {
    display: none;
  }

.review-type-rating-ext {
  display: none;
}
/* */

.product-review-item {
  margin: 0 0 30px;
}

  .product-review-item .review-item-head {
    position: relative;
    margin: 0 0 40px;
    background-color: #f6f6f6;
  }

  .product-review-item .review-title {
    padding: 10px;
    font: italic 18px 'Poppins', sans-serif;
    color: #14acd4;
    text-transform: uppercase;
  }

    .product-review-item .review-title strong {
      font-weight: normal;
    }

  .product-review-item .product-review-box {
    position: absolute;
    right: 0;
    bottom: -30px;
    left: 0;
    margin: auto;
  }

  .product-review-item .review-text {
    margin: 0 0 20px;
    line-height: 20px;
  }

  .product-review-item .avatar {
    width: 150px;
    margin: 0 auto 20px;
  }

    .product-review-item .avatar > a {
      display: block;
      font-size: 0;
    }

    .product-review-item .avatar img {
      display: block;
      width: 100%;
    }

    .product-review-item .avatar span {
      display: block;
      padding: 2px 0;
    }

  .product-review-item .review-info {
    margin: 0 0 10px;
  }

    .product-review-item .review-info a,
    .product-review-helpfulness .vote {
      padding: 0 3px;
      color: #14acd4;
      font-weight: bold;
      cursor: pointer;
    }

      .product-review-item .review-info a:hover,
      .product-review-helpfulness .vote:hover {
        text-decoration: underline;
      }

.product-review-helpfulness .question {
  margin: 0 5px 0 0;
  font-style: italic;
  color: #14acd4;
}

.product-review-helpfulness .result {
  margin: 0 0 0 10px;
  color: #14acd4;
}

.product-review-item .reply {
  margin: 20px 0 0;
  border-top: 1px dotted #ccc;
  padding: 20px 15px 0;
}

.product-review-item .reply-header {
  margin: 0 0 5px;
  font-weight: bold;
  color: #14acd4;
}

.product-review-item .reply-text {
  line-height: 20px
}


/********** WISHLIST & COMPARE LIST **********/



.wishlist-content {
  margin: 0 0 20px;
}

  .wishlist-content .message-error {
    margin: 0 0 10px;
  }

  .wishlist-content .button-2,
  .compare-products-table .button-2,
  .compare-products-table-mobile .button-2 {
    display: inline-block;
    border: 1px solid #bbb;
    background-color: #ddd;
    box-shadow: inset 0 0 1px #fff;
    padding: 5px 10px;
    color: #555;
  }

    .wishlist-content .button-2:hover,
    .compare-products-table .button-2:hover,
    .compare-products-table-mobile .button-2:hover {
      border-color: #ccc;
      background-color: #eee;
    }

.wishlist-page .tax-shipping-info {
  margin: 0 0 15px;
  text-align: center;
}

.wishlist-page .buttons {
  text-align: center;
}

.wishlist-page .share-info {
  text-align: center;
}

  .wishlist-page .share-info a {
    display: block;
    margin: 5px 0 0;
    font-weight: bold;
    color: #14acd4 ;
  }

    .wishlist-page .share-info a:hover {
      text-decoration: underline;
    }

.compare-products-page {
  position: relative;
  overflow: hidden;
}

  .compare-products-page .page-title h1 {
    max-width: calc(100% - 75px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .compare-products-page .clear-list {
    position: absolute;
    top: 14px;
    right: 0;
    color: #14acd4;
    text-transform: uppercase;
  }

    .compare-products-page .clear-list:hover {
      text-decoration: underline;
    }

.compare-products-table td {
  vertical-align: top;
}

.compare-products-table .product-name td {
  background-color: #f6f6f6;
}

.compare-products-table .product-price td {
  color: #c00;
}

  .compare-products-table .product-price td:first-child {
    color: #444;
  }

.compare-products-table a {
  font-size: 14px;
  color: #14acd4;
}

  .compare-products-table a:hover {
    text-decoration: underline;
  }

.compare-products-page .attribute-squares {
  display: inline-block;
  vertical-align: middle;
}

.compare-products-page .attribute-square {
  cursor: default;
}


/*********** TOPICS ***********/



.topic-block {
  margin: 0 0 20px;
}

.topic-block-title {
  position: relative;
  margin: 0 0 20px;
}

  .topic-block-title h2 {
    font: italic 32px 'Poppins', sans-serif;
    color: #14acd4;
  }

.topic-block-body,
.topic-page .page-body {
  line-height: 20px;
  font-size: 16px;
  color: #000;
  font-weight: 500;
}

  .topic-block-body a,
  .topic-page .page-body a {
    color: #14acd4;
    text-decoration: underline;
  }

  .topic-block-body strong,
  .topic-page .page-body strong {
    color: #14acd4;
  }

.home-page .topic-block {
  margin: 0 0 25px;
}

.home-page .topic-block-title {
  margin: 30px 0 30px;
  text-align: center;
}

  .home-page .topic-block-title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 54px;
    height: 3px;
    margin-left: -27px;
    background-color: #14acd4 ;
    -webkit-transform: skew(-30deg);
    -ms-transform: skew(-30deg);
    transform: skew(-30deg);
  }

.home-page .topic-block-body {
  text-align: center;
}

.topic-password {
  padding: 75px 0;
  text-align: center;
}

  .topic-password .enter-password-title {
    margin: 0 0 15px;
  }

  .topic-password .enter-password-form {
    display: inline-block;
    overflow: hidden;
  }

.enter-password-form input {
  float: left;
  width: 200px;
  height: 32px;
  margin-right: -1px;
  padding: 0 6px;
}

.enter-password-form button {
  float: left;
  width: auto;
  height: 32px;
  border: 1px solid #14acd4;
  background-color: #444;
  padding: 0 24px;
  font-size: 16px;
  color: #fff;
}

  .enter-password-form button:hover {
    opacity: 0.9;
  }


/*********** CONTACT PAGES ***********/



.contact-page .topic-block-title,
.apply-vendor-page .topic-block-title {
  display: none;
}

.contact-page .form-fields,
.email-a-friend-page .form-fields,
.apply-vendor-page .form-fields {
  margin: 0 0 15px;
}

.contact-page textarea,
.email-a-friend-page textarea,
.apply-vendor-page textarea {
  vertical-align: top;
}

.contact-page .buttons,
.email-a-friend-page .buttons,
.apply-vendor-page .buttons {
  text-align: center;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1 {
  height: 36px;
  border: 1px solid #14acd4 ;
  background-color: #14acd4 ;
  padding: 0 24px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

  .contact-page .button-1:hover,
  .email-a-friend-page .button-1:hover,
  .apply-vendor-page .button-1:hover {
    opacity: 0.9;
  }

.email-a-friend-page .title {
  display: none;
  margin: 0 0 15px;
}

  .email-a-friend-page .title h2 {
    font: italic 18px 'Poppins', sans-serif;
    text-transform: uppercase;
  }

  .email-a-friend-page .title a:hover {
    text-decoration: underline;
  }

.apply-vendor-page input[type="file"] {
  vertical-align: middle;
}


/********** REGISTRATION, LOGIN, ACCOUNT PAGES  **********/



.gender {
  display: inline-block;
  width: 320px;
  max-width: 100%;
  font-size: 0;
}

  .gender span {
    display: inline-block;
    padding: 5px;
  }

  .gender label {
    display: inline-block;
    width: auto !important;
    margin: 0 5px !important;
    cursor: pointer;
  }

.date-of-birth div {
  display: inline-block;
  width: 320px;
  max-width: 100%;
}

.date-of-birth select {
  width: 32%;
  max-width: 100px;
  margin: 0 0 0 2%;
}

  .date-of-birth select:first-of-type {
    margin: 0;
  }

#check-availability-button {
  margin: 5px 0 0;
  border: 1px solid #bbb;
  background-color: #ddd;
  box-shadow: inset 0 0 1px #fff;
  padding: 6px 12px;
  font-size: 13px;
  text-transform: none;
  color: #14acd4;
}

  #check-availability-button:hover {
    border-color: #ccc;
    background-color: #eee;
  }

.vat-status, .vat-note {
  display: block;
  margin: 5px 0 0;
  text-align: center;
  font-size: 13px; /*reset zeroing*/
  white-space: normal;
}

.accept-privacy-policy {
  margin: 20px 0;
  text-align: center;
}

  .accept-privacy-policy .read {
    vertical-align: middle;
    color: #14acd4;
    cursor: pointer;
  }

    .accept-privacy-policy .read:hover {
      text-decoration: underline;
    }

.registration-page .newsletter label,
.account-page .newsletter label {
  display: inline-block;
  width: auto !important;
  margin: 0 !important;
  padding: 0 5px 0 0;
  vertical-align: middle;
}

.registration-page .buttons,
.login-page .buttons,
.password-recovery-page .buttons,
.account-page .buttons,
.return-request-page .buttons {
  margin: 0 0 15px;
  text-align: center;
}

.registration-page .button-1,
.login-page .button-1,
.registration-result-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.account-page .button-2,
.return-request-page .button-1,
.user-agreement-page .button-1 {
  text-transform: capitalize;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 25px;
  background: transparent;
  border: 1px solid #14acd4 ;
  color: #14acd4 ;
  transition: all 0.2s ease-in-out;
}

  .registration-page .button-1:hover,
  .registration-result-page .button-1:hover,
  .login-page .button-1:hover,
  .password-recovery-page .button-1:hover,
  .account-page .button-1:hover,
  .account-page .button-2:hover,
  .return-request-page .button-1:hover,
  .user-agreement-page .button-1:hover {
    background: #14acd4 ;
    color: #fff;
    transition: all 0.2s ease-in-out;
    /* opacity: 0.9; */
  }

.registration-result-page .page-body,
.user-agreement-page .page-body {
  text-align: center;
}

.registration-result-page .result,
.user-agreement-page .terms-of-agreement {
  margin: 20px 0 30px;
  line-height: 20px;
}

.registration-result-page .result {
  font-size: 15px;
}

.registration-result-page .buttons,
.user-agreement-page .buttons {
  margin: 0 0 20px;
}

.login-page .customer-blocks {
  margin: 0 0 30px;
}

.login-page .title {
  margin: 0 0 10px;
  font: italic bold 18px 'Poppins', sans-serif;
  color: #14acd4 ;
}

.login-page .new-wrapper {
  margin: 0 0 30px;
}

  .login-page .new-wrapper .inner-wrapper {
    border: 1px solid #ddd;
    padding: 15px;
  }

  .login-page .new-wrapper .text {
    margin: 0 0 20px;
    line-height: 18px;
  }

.login-page .buttons {
  margin-bottom: 0;
}

.login-page .checkout-as-guest-button {
  display: block;
  margin: 0 auto 15px;
}

.login-page .inputs.reversed {
  margin: 0 0 20px;
  text-align: center;
}

  .login-page .inputs.reversed label {
    display: inline;
    width: auto;
    margin: 0 5px;
    padding: 0;
    vertical-align: middle;
    cursor: pointer;
  }

.login-page .forgot-password {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  font-size: 13px;
}

.external-authentication {
  margin: 30px 0;
  overflow: hidden;
  text-align: center;
}

  .external-authentication .title {
    display: none;
  }

.password-recovery-page .tooltip {
  margin: 0 0 20px;
}

.password-recovery-page .result {
  font-weight: bold;
}

.email-to-revalidate,
.email-to-revalidate-note {
  display: inline-block;
  min-width: 148px;
  padding: 10px 5px;
  vertical-align: middle;
  font-size: 12px;
  white-space: normal;
}

.address-list-page .info,
.order-list-page .info {
  border: 1px solid #ddd;
  padding: 15px 15px 65px;
  line-height: 18px;
}

.address-list-page .buttons,
.order-list-page .buttons {
  position: relative;
  top: -50px;
  margin: 0 5px -30px;
}

  .address-list-page .buttons button,
  .order-list-page .buttons button {
    height: auto;
    border: 1px solid #bbb;
    background-color: #ddd;
    box-shadow: inset 0 0 1px #fff;
    padding: 6px 12px;
    font-size: 12px;
    color: #14acd4;
    text-transform: none;
  }

    .address-list-page .buttons button:hover,
    .order-list-page .buttons button:hover {
      border-color: #ccc;
      background-color: #eee;
    }

.address-list-page .add-button {
  margin: 0 0 15px;
  text-align: center;
}

.edit-address {
  position: relative;
  margin: 0 0 20px;
  border: 1px solid #ddd;
  padding: 15px;
  color: #14acd4;
}

.return-request-list-page .details {
  border: 1px solid #ddd;
  padding: 15px;
}

.return-request-list-page .product {
  margin: 0 0 15px;
  color: #14acd4;
}

  .return-request-list-page .product a {
    font-weight: bold;
    text-transform: uppercase;
  }

    .return-request-list-page .product a:hover {
      text-decoration: underline;
    }

.return-request-list-page .comments {
  margin: 15px 0 0;
}

.back-in-stock-subscription-list-page .description,
.reward-points-page .reward-points-overview,
.forum-subscriptions-page .description {
  margin: 0 0 20px;
}

.back-in-stock-subscription-list-page .select-boxes,
.forum-subscriptions-page .select-boxes {
  text-align: center;
}

.back-in-stock-subscription-list-page .product,
.forum-subscriptions-page .info {
  text-align: left;
}

.user-agreement-page .button-1:disabled {
  cursor: default;
  opacity: 0.4;
}

.reward-points-history .title,
.reward-points-history .total-summary {
  display: none;
}

.avatar-page .page-body {
  overflow: hidden;
}

.avatar-page .message-error {
  margin: 0 0 10px;
}

.avatar-page .fieldset {
  margin: 0 0 15px;
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 15px;
  text-align: center;
}

.avatar-page .image {
  width: 250px;
  max-width: 100%;
  margin: 0 auto 10px;
  border: 1px solid #bbb;
  padding: 10px;
}

.avatar-page .buttons {
  margin: 0 0 20px;
  text-align: center;
}

  .avatar-page .buttons button {
    min-width: 100px;
    font-size: 14px;
    text-transform: none;
  }

    .avatar-page .buttons button + button {
      border: 1px solid #bbb;
      background-color: #ddd;
      box-shadow: inset 0 0 1px #fff;
      color: #14acd4;
    }

      .avatar-page .buttons button + button:hover {
        border-color: #c3c3c3;
        background-color: #e3e3e3;
      }

.avatar-page .info {
  text-align: center;
}

.gdpr-tools-page .form-fields {
  margin: 0 0 25px;
}

.check-gift-card-balance-page .result {
  margin: 20px 0;
  text-align: center;
  font-weight: bold;
}

.check-gift-card-balance-page .message-error {
  margin: 20px 0;
}

.check-gift-card-balance-page .captcha-box,
.check-gift-card-balance-page .buttons {
  margin-top: 25px;
}

.multi-factor-authentication-page .description {
  margin: 0 0 25px;
}

.multi-factor-authentication-page .inputs label {
  width: auto !important;
  margin: 0 !important;
  line-height: normal;
  cursor: pointer;
}

.multi-factor-authentication-page .section {
  margin-bottom: 0;
}

  .multi-factor-authentication-page .section ul {
    margin: 0;
    border: none;
    padding: 0;
  }

.multi-factor-authentication-page ul .button-1 {
  height: auto;
  margin-top: 10px;
  border: none;
  background: none !important;
  padding: 0;
  font-size: 12px;
  font-weight: bold;
  color: #14acd4;
  text-transform: none;
  text-decoration: underline;
}

.multi-factor-authentication-config-page table {
  margin: 15px 0;
  text-align: left;
}

.multi-factor-authentication-config-page .inputs {
  border: 1px solid #ddd;
  padding: 30px 15px;
}

.multi-factor-authentication-config-page .buttons {
  margin-bottom: 5px;
}

.vendorinfo-page .vendor-picture {
  margin: 10px 0 -10px;
  text-align: center;
}

  .vendorinfo-page .vendor-picture img {
    display: block;
    margin: 0 auto 10px;
  }

.vendorinfo-page button.button-2 {
  height: auto;
  margin: 0 0 20px;
  border: 1px solid #bbb;
  background-color: #ddd;
  box-shadow: inset 0 0 1px 0 #fff;
  padding: 6px 12px;
  font-size: 13px;
  color: #555;
  text-transform: none;
}

  .vendorinfo-page button.button-2:hover {
    border-color: #ccc;
    background-color: #eee;
  }

.back-in-stock-subscription-list-page
.pager, .reward-points-page .pager,
.forum-subscriptions-page .pager {
  border: none;
  padding: 0;
}


/********** SHOPPING CART **********/



.order-progress {
  margin: 0 0 20px;
}

  .order-progress ul {
    text-align: center;
    font-size: 0;
  }

  .order-progress li {
    display: inline-block;
    width: 85px;
    margin: 0 5px;
    padding: 10px 0;
    font-size: 13px;
  }

  .order-progress a {
    display: block;
    background: url('../Themes/Alicante/Content/img/bullet8.png') center top no-repeat;
    padding-top: 25px;
    color: #000;
  }

  .order-progress li.active-step a {
    background-image: url('../Themes/Alicante/Content/img/bullet9.png');
    cursor: pointer;
  }

  .order-progress li.inactive-step a {
    cursor: default;
  }

  .order-progress li.active-step a:hover {
    opacity: 0.9;
  }

.shopping-cart-page .message-error {
  margin: 0 0 10px;
}

.shopping-cart-page .button-1,
.checkout-page .button-1,
.order-details-page .actions .button-1,
.order-details-page .actions .button-2 {
  height: 36px;
  border: 1px solid #14acd4 ;
  background-color: #14acd4 ;
  padding: 0 24px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

  .shopping-cart-page .button-1:hover,
  .checkout-page .button-1:hover,
  .order-details-page .actions .button-1:hover,
  .order-details-page .actions .button-2:hover {
    opacity: 0.9;
  }

.cart-options .button-2,
.cart-footer .button-2,
.checkout-page .button-2,
.order-details-page .page-title a,
.order-details-page .repost .button-2 {
  border: 1px solid #bbb;
  background-color: #ddd;
  padding: 6px 12px;
  font-size: 12px;
  color: #14acd4;
}

  .cart-options .button-2:hover,
  .cart-footer .button-2:hover,
  .checkout-page .button-2:hover,
  .order-details-page .page-title a:hover,
  .order-details-page .repost .button-2:hover {
    border-color: #ccc;
    background-color: #eee;
  }

.remove-discount-button,
.remove-gift-card-button {
  width: 20px;
  height: 20px;
  border: 1px solid #bbb;
  background: #fff url('../Themes/Alicante/Content/img/close.png') center no-repeat;
  margin: 0 0 0 5px;
  cursor: pointer;
}

  .remove-discount-button:hover,
  .remove-gift-card-button:hover {
    border-color: #999;
  }

.cart-options .common-buttons {
  margin: 0 0 20px;
  font-size: 0;
}

  .cart-options .common-buttons button {
    height: 32px;
    margin: 0 3px;
    padding: 0 12px;
  }

  .cart-options .common-buttons a {
    display: inline-block;
    height: 32px;
    min-width: 124px;
    margin: 10px 3px 0;
    border: 1px solid #bbb;
    background-color: #ddd;
    padding: 7px 12px;
    text-align: center;
    font-size: 12px;
    color: #14acd4;
  }

    .cart-options .common-buttons a:hover {
      border-color: #ccc;
      background-color: #eee;
    }

.shopping-cart-page .tax-shipping-info {
  margin: 0 0 15px;
}

.shopping-cart-page .item-box .tax-shipping-info {
  margin: 0;
}

.shopping-cart-page .selected-checkout-attributes {
  display: none;
}

.checkout-attributes {
  margin: 0 0 30px;
}

  .checkout-attributes dt,
  .checkout-attributes dd {
    width: 280px;
    min-width: 0;
    max-width: 100%;
  }

  .checkout-attributes .required {
    margin-right: 0;
  }

  .checkout-attributes li {
    display: inline-block;
    margin: 0 5px;
  }

.cart-footer {
  max-width: 500px;
  margin: auto;
  overflow: hidden;
}

  .cart-footer .total-info {
    margin: 0 0 20px;
    border: 1px solid #ddd;
    padding: 10px;
  }

.cart-total td {
  padding: 4px;
}

  .cart-total td:first-child {
    max-width: 100px;
  }

.cart-total .product-price {
  color: #000;
}

.cart-total .order-total {
  font-size: 16px;
  color: #14acd4 ;
}

.terms-of-service {
  margin: 0 0 20px;
}

  .terms-of-service .read {
    vertical-align: middle;
    color: #000;
    cursor: pointer;
  }

    .terms-of-service .read:hover {
      text-decoration: underline;
    }

.cart-footer .checkout-button {
  height: 40px;
}

.cart-footer .addon-buttons {
  margin: 20px 0 0;
}

.cart-footer .deals {
  min-height: 190px;
  margin-bottom: -1px;
  border: 1px solid #ddd;
  padding: 10px;
}

  .cart-footer .deals > div {
    margin: 5px 0 10px;
  }

.cart-footer .title {
  margin: 0 0 5px;
  color: #14acd4;
}

.cart-footer .hint {
  margin: 0 0 5px;
  font-size: 12px;
}

.cart-footer .coupon-code {
  max-width: 320px;
  margin: auto;
  overflow: hidden;
}

.cart-footer .deals input {
  float: left;
  width: 65%;
  height: 32px;
  padding: 0 6px;
}

.cart-footer .deals button {
  float: left;
  width: 35%;
  height: 32px;
  margin-left: -1px;
  padding: 0 10px;
  font-size: 12px;
}

.cart-footer .deals .message-failure {
  margin: 5px 0 0;
  font-size: 12px;
  color: #c00;
}

.cart-footer .deals .message-success {
  margin: 5px 0 0;
  font-size: 12px;
  color: #393;
}

.cart-footer .deals .current-code {
  margin: 5px 0 0;
  font-size: 12px;
  color: #14acd4 ;
}


/********** CHECKOUT PAGES **********/



.checkout-page .message-error {
  margin: 0 0 10px;
}

.checkout-page .min-amount-warning {
  display: block;
  margin: 0 0 10px;
}

.checkout-page .buttons {
  margin: 0 0 20px;
  text-align: center;
}

.checkout-page .order-summary {
  margin: 30px 0 0;
}

  .checkout-page .order-summary > .title {
    display: none;
  }

.checkout-page .selected-checkout-attributes {
  display: block;
  margin: 0 0 20px;
  padding: 0 5px;
  font-size: 13px;
  line-height: 20px;
  font-weight: bold;
}

.checkout-page .ship-to-same-address {
  background-color: #f6f6f6;
  padding: 15px;
}

  .checkout-page .ship-to-same-address label {
    vertical-align: middle;
  }

.checkout-page .address-grid {
  border: 1px solid #ddd;
  overflow: hidden;
  padding: 15px 15px 0;
}

.checkout-page .address-item {
  margin: 10px 0 30px;
  line-height: 18px;
}

  .checkout-page .address-item .select-button {
    margin: 10px 0;
  }

  .checkout-page .address-item .select-buttons button {
    width: 100%;
  }

  .checkout-page .address-item li.name {
    margin: 0 0 5px;
    font-weight: bold;
    text-transform: uppercase;
    color: #14acd4;
  }

  .checkout-page .address-item li.country {
    margin: 5px 0 0;
    font-weight: bold;
    text-transform: uppercase;
    color: #14acd4;
  }

.checkout-page .pickup-in-store {
  background-color: #f6f6f6;
  padding: 15px;
}

  .checkout-page .pickup-in-store label {
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
  }

  .checkout-page .pickup-in-store .description {
    margin: 5px 0 0;
  }

.checkout-page .section.pickup-points {
  margin: 0 0 25px;
  border: 1px solid #ddd;
  padding: 15px;
}

.checkout-page .select-pickup-point li {
  display: inline-block;
  margin: 0 5px;
}

.checkout-page .select-pickup-point select {
  max-width: 100%;
  height: 32px;
}

.checkout-page .pickup-points-map {
  height: 350px;
  margin: 20px 0 0;
}

.pickup-points .message-error {
  margin: 10px 0 0;
}

.shipping-method .method-list,
.payment-method .method-list {
  margin: 0 0 20px;
  padding: 15px;
  border: 1px solid #ddd;
  text-align: left;
}

  .shipping-method .method-list li,
  .payment-method .method-list li {
    margin: 15px 0 0;
    border-top: 1px dotted #ccc;
    padding: 15px 0 0;
  }

    .shipping-method .method-list li:first-child,
    .payment-method .method-list li:first-child {
      margin-top: 0;
      border-top: none;
      padding-top: 0;
    }

    .shipping-method .method-list li label,
    .payment-method .method-list li label {
      vertical-align: middle;
      color: #14acd4;
      font-weight: bold;
    }

.shipping-method .method-description,
.payment-method .payment-description {
  margin-top: 5px;
}

.payment-method .payment-logo {
  display: inline-block;
  margin: 3px 10px 0 0;
  vertical-align: middle;
  font-size: 0;
}

  .payment-method .payment-logo img {
    width: 53px; /*equalize icons width*/
  }

.payment-method .payment-details {
  display: inline-block;
  max-width: 70%; /*prevents content drop*/
  vertical-align: top;
}

.use-reward-points {
  margin: 0 0 20px;
}

.payment-info .info {
  margin: 0 0 20px;
  border: 1px solid #ddd;
  padding: 15px;
  line-height: 20px;
}

  .payment-info .info td {
    display: block;
    width: 100%;
    padding: 5px 15px;
  }

    .payment-info .info td input,
    .payment-info .info td select {
      height: 32px;
      min-width: 70px;
    }

.payment-info #CreditCardType,
.payment-info #PurchaseOrderNumber {
  min-width: 230px;
}

.payment-info #CardholderName,
.payment-info #CardNumber {
  width: 100% !important;
  max-width: 300px;
}

.confirm-order .button-1 {
  min-width: 160px;
  height: 40px;
}

.order-review-data {
  display: table;
  width: 100%;
  margin: 0 0 30px;
  border: 1px solid #ddd;
  line-height: 18px;
}

  .order-review-data ul {
    margin: 15px 0;
  }

  .order-review-data .title {
    margin: 15px 0 10px;
    font-weight: bold;
    color: #14acd4;
  }

    .order-review-data .title:first-child {
      margin-top: 0;
    }

.order-completed .details {
  margin: 0 0 20px;
  border: 1px solid #ddd;
  padding: 15px;
}

  .order-completed .details a {
    display: block;
    margin: 5px 0 0;
    font-weight: bold;
    color: #14acd4;
  }

    .order-completed .details a:hover {
      text-decoration: underline;
    }

.opc .step-title {
  margin: 0 0 1px;
  overflow: hidden;
  background-color: #eee;
  padding: 10px;
}

.opc .active .step-title,
.opc .active .step-title:hover {
  background-color: #14acd4 !important;
}

.opc .allow .step-title,
.opc .allow .step-title .number,
.opc .allow .step-title .title {
  cursor: pointer;
}

  .opc .allow .step-title:hover {
    background-color: #e6e6e6;
  }

.opc .step-title .number,
.opc .step-title .title {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  color: #14acd4;
  text-shadow: 1px 1px 0 #fff;
  cursor: default;
}

.opc .active .step-title .number,
.opc .active .step-title .title {
  color: #fff;
  text-shadow: none;
}

.opc .step-title .number {
  margin: 0 10px 0 0;
}

.opc .step {
  margin: 10px 0;
  border: 1px solid #ddd;
  padding: 15px;
  text-align: center;
}

.opc .section {
  margin-bottom: 15px;
}

  .opc .section > label {
    display: block;
    margin: 0 0 15px;
  }

.opc .buttons {
  margin: 20px 0 0;
  text-align: center;
}

.opc .back-link {
  margin: 0 0 10px;
}

  .opc .back-link a {
    margin: 0 0 0 -8px;
    font-weight: bold;
    color: #14acd4;
  }

    .opc .back-link a:hover {
      text-decoration: underline;
    }

.opc .please-wait {
  display: none !important;
}

.opc .address-select {
  max-width: 100%;
  height: 32px;
}

.opc .edit-address {
  margin: 20px 0 0;
  border-width: 1px 0 0;
  border-style: dotted;
  border-color: #ccc;
  padding: 15px 0 0;
}

.opc .section.pickup-points {
  border: none;
  padding: 0;
}

.opc .pickup-points label {
  display: none !important;
}

.opc .method-list {
  margin-bottom: 0;
  border: none;
  padding: 0;
}

  .opc .method-list li {
    border-top: none;
    border-bottom: 1px dotted #ccc;
    padding: 0 0 15px;
    text-align: center;
  }

.opc .payment-logo {
  display: none;
}

.opc .use-reward-points {
  background-color: #f6f6f6;
  padding: 15px;
}

.opc .payment-info .info {
  margin-bottom: 0;
  border: none;
  padding: 0;
}

.opc .order-summary {
  margin-top: 0;
}

.opc .order-review-data {
  border: none;
}


/********** ORDER DETAILS, RETURN REQUESTS **********/



.order-details-page .page-title h1 {
  float: none;
  margin: 0 0 15px;
}

.order-details-page .page-title a {
  display: inline-block;
  min-width: 80px;
  margin: 0 0 10px;
  text-align: center;
}

.order-details-page .order-overview {
  margin: 0 0 20px;
  border: 1px solid #ddd;
  background-color: #f6f6f6;
  padding: 15px;
}

.order-details-page .order-number {
  margin: 0 0 5px;
  text-transform: uppercase;
}

.order-details-area,
.shipment-details-area {
  display: table;
  width: 100%;
  margin: 0 0 30px;
  line-height: 18px;
}

  .order-details-area ul,
  .shipment-details-area ul {
    margin: 0 0 15px;
  }

  .order-details-area .title,
  .shipment-details-area .title {
    margin: 15px 0 10px;
    font: italic bold 18px 'Poppins', sans-serif;
    color: #14acd4;
  }

    .order-details-area .title:first-child,
    .shipment-details-area .title:first-child {
      margin-top: 0;
    }

.order-details-page .repost {
  margin: 10px 0 0;
}

.order-details-page .tax-shipping-info {
  margin: 0 0 15px;
}

.order-details-page .selected-checkout-attributes {
  margin: 20px 0 15px;
  line-height: 20px;
}

.order-details-page .total-info {
  max-width: 500px;
  margin: 0 auto 20px;
  border: 1px solid #ccc;
  padding: 10px;
}

.order-details-page .actions .button-1,
.order-details-page .actions .button-2 {
  min-width: 180px;
  margin: 0 0 5px;
}

.order-details-page .actions .button-2 {
  border-color: #bbb;
  background-color: #ddd;
  color: #14acd4;
}

  .order-details-page .actions .button-2:hover {
    border-color: #c6c6c6;
    background-color: #e6e6e6;
  }

.return-request-page td:last-child {
  text-align: center;
}

.return-request-page td select {
  min-width: 50px;
  height: 32px;
}

.return-request-file > div {
  display: inline-block;
  width: 320px;
  max-width: 100%;
  vertical-align: middle;
}

.return-request-file label {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.return-request-page .qq-upload-button {
  width: 100%;
  border: 1px solid #bbb;
  background-color: #fff !important;
  background-image: url('../Themes/Alicante/Content/img/custom-selector.png');
  background-position: right 2px center;
  background-repeat: no-repeat;
  padding: 7px 8px;
  text-align: left;
  font-size: 13px;
  color: #14acd4;
}

.return-request-page .qq-upload-list li {
  background-color: transparent !important;
  font-size: 13px;
  color: #14acd4 !important;
}


/*********** SEARCH & SITEMAP ***********/



.search-input {
  margin: 0 0 30px;
}

  .search-input .inputs:last-child {
    margin: 0;
  }

  .search-input .inputs.reversed label {
    display: inline-block;
    width: auto;
    margin: 0 0 0 5px;
    vertical-align: middle;
  }

.advanced-search {
  margin: 15px 0 0;
}

  .advanced-search .price-range {
    display: inline-block;
    margin: 0 0 5px;
    text-align: center;
    text-transform: lowercase;
  }

    .advanced-search .price-range input {
      width: 100px !important;
      margin: 3px;
    }

.search-input .buttons {
  text-align: center;
}

.search-input .button-1 {
  height: 36px;
  border: 1px solid #14acd4 ;
  background-color: #14acd4 ;
  padding: 0 24px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

  .search-input .button-1:hover {
    opacity: 0.9;
  }

.sitemap-page .entity {
  margin: 0 0 30px;
}

.sitemap-page .description {
  margin: 0 0 20px;
}

.sitemap-page .entity-title {
  margin: 0 0 10px;
}

  .sitemap-page .entity-title h2 {
    font: italic bold 18px 'Poppins', sans-serif;
    color: #14acd4 ;
  }

.sitemap-page .entity-body {
  margin: 0 0 30px;
  border: 1px solid #ddd;
  padding: 15px;
  font-size: 0;
  line-height: 24px;
}

.sitemap-page li {
  display: inline-block;
}

  .sitemap-page li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    margin: 0 10px;
    background-color: #bbb;
    vertical-align: middle;
  }

.sitemap-page a {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px; /*reset zeroing*/
}

  .sitemap-page a:empty {
    display: none;
  }

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


/********** BLOG & NEWS **********/



.year .number {
  display: block;
  margin: -1px 0 0;
  background-color: #14acd4 ;
  border: 1px solid #14acd4 ;
  padding: 8px 12px;
  color: #fff;
  cursor: default;
}

.blog-page .post,
.news-items .news-item,
.blogpost-page .page-body,
.news-item-page .page-body {
  margin: 0 0 40px;
}

.post-head, .news-head {
  margin: 0 0 15px;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  padding: 0 0 10px;
}

.post-title, .news-title {
  display: block;
  margin: 0 0 5px;
  font: italic bold 18px 'Poppins', sans-serif;
  color: #14acd4 ;
}

.post-date, .news-date {
  display: block;
  font-size: 13px;
  line-height: 22px;
  font-style: italic;
  color: #14acd4;
}

.blogpost-page .post-date,
.news-item-page .news-date {
  float: none;
  color: #888;
}

.post-body, .news-body {
  margin: 0 0 20px;
  text-align: justify;
  line-height: 20px;
  font-size: 13px;
  color: #444;
}

  .post-body p, .news-body p {
    text-align: justify;
  }

.blog-page .tags,
.blogpost-page .tags {
  margin: 0 0 15px;
}

  .blog-page .tags label,
  .blogpost-page .tags label {
    display: none;
  }

  .blog-page .tags ul,
  .blogpost-page .tags ul {
    font-size: 0;
  }

  .blog-page .tags li,
  .blogpost-page .tags li {
    display: inline-block;
    margin: 3px;
    font-size: 13px;
  }

    .blog-page .tags li.separator,
    .blogpost-page .tags li.separator {
      margin-left: 0;
    }

  .blog-page .tags a,
  .blogpost-page .tags a {
    display: block;
    font-weight: bold;
  }

    .blog-page .tags a:hover,
    .blogpost-page .tags a:hover {
      color: #14acd4 ;
    }

.blog-page .buttons a {
  margin: 0 5px;
  font-weight: bold;
}

.blog-posts .buttons a:hover {
  color: #14acd4;
  text-decoration: underline;
}

.new-comment {
  margin: 30px 0;
}

  .new-comment .title {
    margin: 0 0 10px;
  }

  .new-comment .notifications {
    margin: 0 0 10px;
  }

  .new-comment .result {
    font-style: italic;
  }

  .new-comment form {
    border: 1px solid #ddd;
    background-color: #f6f6f6;
    padding: 15px;
  }

  .new-comment .form-fields {
    margin: 0 0 15px;
    border: none;
    padding: 0;
  }

  .new-comment .inputs {
    margin: 0 0 10px;
  }

    .new-comment .inputs label {
      display: none;
    }

  .new-comment textarea {
    width: 100% !important;
    height: 180px;
  }

  .new-comment .buttons {
    text-align: center;
  }

  .new-comment .button-1 {
    height: 36px;
    border: 1px solid #14acd4 ;
    background-color: #14acd4 ;
    padding: 0 24px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
  }

    .new-comment .button-1:hover {
      opacity: 0.9;
    }

.blog-comment,
.news-comment {
  margin: 15px 0 0;
  border-top: 1px solid #ddd;
  overflow: hidden;
  padding: 15px 0 0;
}

.comment-list .title {
  font: italic bold 18px 'Poppins', sans-serif;
  color: #14acd4 ;
}

.comment-info .user-info {
  margin: 0 0 5px;
}

.comment-info .username {
  font-weight: bold;
  color: #14acd4;
}

.comment-info .avatar {
  display: none;
  position: relative;
  width: 150px;
  margin: 10px auto;
  border: 1px solid #ccc;
  overflow: hidden;
  text-align: center;
}

  .comment-info .avatar:before {
    content: "";
    display: block;
    padding-top: 100%;
  }

  .comment-info .avatar img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
  }

  .comment-info .avatar a {
    display: block;
  }

.comment-time {
  margin: 0 0 10px;
  font-style: italic;
  color: #888;
}

.comment-title {
  margin: 0 0 10px;
  color: #14acd4;
}

.comment-body {
  margin: 0 0 10px;
  line-height: 20px;
  color: #444;
}

.news-items .read-more {
  display: inline-block;
  border: 1px solid #bbb;
  background-color: #ddd;
  box-shadow: inset 0 0 1px #fff;
  padding: 5px 10px;
  color: #14acd4;
}

  .news-items .read-more:hover {
    border-color: #ccc;
    background-color: #eee;
  }

.news-item-page .inputs label {
  display: block;
}

.news-list-homepage {
  margin: 0 0 25px;
}

  .news-list-homepage .title {
    margin: 0 0 15px;
    font: italic 32px 'Poppins', sans-serif;
    color: #14acd4;
  }

    .news-list-homepage .title strong {
      font-weight: normal;
    }

  .news-list-homepage .view-all {
    margin: -10px 0 10px;
  }

    .news-list-homepage .view-all a:hover {
      color: #000;
    }


/************* FORUMS + PROFILE *************/



.forums-header .current-time {
  margin: 0 0 20px;
}

.forums-header .forum-search-box {
  margin: 0 0 30px;
}

.forum-search-box .basic {
  overflow: hidden;
}

.forum-search-box .advanced {
  margin: 10px 0 0;
}

  .forum-search-box .advanced a:hover {
    color: #14acd4;
    text-decoration: underline;
  }

.forums-table-section-title {
  overflow: hidden;
  margin: 0 0 15px;
}

  .forums-table-section-title > a,
  .forums-table-section-title strong {
    font: italic 18px 'Poppins', sans-serif;
    font-weight: normal !important;
    color: #14acd4  !important;
    text-transform: uppercase;
  }

.forums-table-section-body {
  margin: 0 0 40px;
}

.forums-table-section table {
  margin: 0 0 20px;
}

.forums-table-section th {
  text-align: left;
}

.forums-table-section td {
  /*min-width: 50px;*/
}

.forums-table-section .image div {
  width: 24px;
  height: 24px;
  margin: auto;
  background: url('../Themes/Alicante/Content/img/folder1.png') center no-repeat;
}

  .forums-table-section .image div.announcement {
    background: url('../Themes/Alicante/Content/img/folder2.png') center no-repeat;
  }

  .forums-table-section .image div.sticky {
    background: url('../Themes/Alicante/Content/img/folder3.png') center no-repeat;
  }

.forums-table-section .forum-details,
.forums-table-section .topic-details {
  text-align: left;
}

  .forums-table-section .forum-details div + div,
  .forums-table-section .topic-details div + div,
  .forums-table-section .latest-post div + div {
    margin: 3px 0 0;
  }

.forums-table-section .view-all {
  margin: -20px 0 0;
  font-weight: bold;
}

.forum-search-page .advanced-search {
  margin: 15px 0;
}

.forum-search-page .search-error {
  text-align: center;
  color: #c00;
}

.pager.upper {
  display: none;
}

.pager.lower {
  margin: 0;
  border: none;
  padding: 0;
}

.forums-table-section-body + .pager {
  margin-top: -20px;
}

.forum-page .forum-info,
.forum-topic-page .topic-name {
  margin: 0 0 15px;
}

  .forum-page .forum-name h1,
  .forum-topic-page .topic-name h1 {
    font: italic 32px 'Poppins', sans-serif;
    color: #14acd4;
  }

.forum-page .forum-description {
  /*display: none;*/
  margin: 5px 0 0;
}

.forum-page .forum-actions,
.forum-topic-page .topic-actions {
  margin: 0 0 15px;
  overflow: hidden;
}

  .forum-page .forum-actions a,
  .forum-topic-page .actions a {
    margin: 0 5px;
    padding: 0 0 0 22px;
    line-height: 32px;
    color: #000;
  }

    .forum-page .forum-actions a:hover,
    .forum-topic-page .actions a:hover {
      text-decoration: underline;
    }

  .forum-page .forum-actions .new-topic,
  .forum-topic-page .reply-topic-button {
    background: url('../Themes/Alicante/Content/img/forum_icon4.png') left center no-repeat;
  }

  .forum-page .forum-actions .watch-forum,
  .forum-topic-page .watch-topic-button {
    background: url('../Themes/Alicante/Content/img/forum_icon5.png') left center no-repeat;
  }

.forum-topic-page .edit-topic-button,
.forum-topic-page .edit-post-button {
  background: url('../Themes/Alicante/Content/img/forum_icon1.png') left center no-repeat;
}

.forum-topic-page .delete-topic-button,
.forum-topic-page .delete-post-button {
  background: url('../Themes/Alicante/Content/img/forum_icon2.png') left center no-repeat;
}

.forum-topic-page .move-topic-button {
  background: url('../Themes/Alicante/Content/img/forum_icon3.png') left center no-repeat;
}

.forum-topic-page .topic-actions.lower .actions {
  display: none;
}

.topic-posts {
  clear: both;
}

.topic-post {
  margin: 0 0 20px;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
  padding: 5px 0 15px;
}

  .topic-post .post-info {
    max-width: 300px;
    margin: 0 auto 20px;
  }

  .topic-post .username {
    display: block;
    min-height: 30px;
    margin: 0 0 10px;
    border: 1px solid #bbb;
    background-color: #ddd;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
    color: #14acd4;
  }

  .topic-post a.username:hover {
    color: #000;
  }

  .topic-post .avatar,
  .profile-info-box .avatar {
    margin: 0 0 10px;
    border: 1px solid #bbb;
    padding: 10px;
    text-align: center;
    line-height: 0;
  }

  .topic-post .user-stats,
  .profile-info-box .profile-stats {
    margin: 0 0 10px;
    font-size: 12px;
    line-height: 20px;
  }

    .topic-post .user-stats span,
    .profile-info-box .profile-stats span {
      margin-left: 5px;
      color: #000;
    }

  .topic-post .pm-button,
  .profile-info-box .pm-button {
    display: inline-block;
    border: 1px solid #bbb;
    background-color: #ddd;
    box-shadow: inset 0 0 1px #fff;
    padding: 5px 10px;
    font-size: 12px;
    color: #14acd4;
    text-shadow: 1px 1px 0 #ddd;
  }

    .topic-post .pm-button:hover,
    .profile-info-box .pm-button:hover {
      border-color: #ccc;
      background-color: #eee;
    }

  .topic-post .post-content,
  .profile-info-box .profile-stats {
    position: relative;
  }

  .topic-post .post-head {
    display: block; /*override blog css*/
    min-height: 30px;
    margin: 0 0 10px;
    border: none;
    padding: 0;
  }

  .topic-post .post-actions {
    margin: 10px 0 0;
    border: 1px solid #bbb;
    background-color: #ddd;
    padding: 10px;
  }

  .topic-post .manage-post {
    display: inline-block;
  }

    .topic-post .manage-post a {
      border-right: 1px solid #bbb;
      padding: 0 10px 0 25px;
      background-position: left 5px center;
    }

      .topic-post .manage-post a:hover {
        text-decoration: underline;
        color: #000;
      }

  .topic-post .quote-post {
    display: inline-block;
    margin: 0 0 0 5px;
    font-weight: bold;
    color: #14acd4 ;
  }

    .topic-post .quote-post:hover {
      text-decoration: underline;
    }

  .topic-post .post-body {
    position: relative;
    min-height: 150px;
    padding-left: 5px;
    padding-right: 45px;
  }

  .topic-post .post-vote {
    position: absolute;
    top: 5px;
    right: 0;
  }

    .topic-post .post-vote .vote.up,
    .topic-post .post-vote .vote.down {
      display: block;
      width: 25px;
      height: 25px;
      background-color: #eee;
      background-image: url('../Themes/Alicante/Content/img/votes.png');
      background-repeat: no-repeat;
      cursor: pointer;
    }

    .topic-post .post-vote .vote.up {
      background-position: -25px center;
    }

    .topic-post .post-vote .vote.down {
      background-position: 0 center;
    }

    .topic-post .post-vote .vote-count-post {
      text-align: center;
      line-height: 30px;
      font-weight: bold;
    }

  .topic-post .signature {
    border-top: 1px dotted #ccc;
    padding: 20px 0 0;
    font-style: italic;
  }

.forum-edit-page strong,
.private-message-send-page a {
  vertical-align: middle;
  font: italic bold 18px 'Poppins', sans-serif;
  color: #14acd4 ;
}

.forum-edit-page .inputs strong {
  display: inline-block;
  width: 320px;
  max-width: 100%;
}

.forum-edit-page .inputs.reversed label,
.private-message-send-page .inputs.reversed label {
  width: auto;
  margin: 0;
  white-space: normal;
}

.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
  width: 320px;
  max-width: 100%;
  margin: 0 auto 10px;
}

.forum-edit-page textarea,
.private-message-send-page textarea {
  height: 180px;
}

.forum-edit-page .buttons,
.move-topic-page .buttons,
.private-message-send-page .buttons,
.private-messages-page .buttons {
  margin: 15px 0 0;
  text-align: center;
}

  .forum-edit-page .buttons button,
  .move-topic-page .buttons button,
  .private-message-send-page .buttons button,
  .private-messages-page .buttons button,
  .private-message-view-page .buttons button {
    min-width: 110px;
    height: 36px;
    border: 1px solid #bbb;
    background-color: #ddd;
    box-shadow: inset 0 0 1px #fff;
    padding: 0 24px !important;
    font-size: 16px;
    text-transform: uppercase;
    color: #14acd4;
  }

    .forum-edit-page .buttons button:hover,
    .move-topic-page .buttons button:hover,
    .private-message-send-page .buttons button:hover,
    .private-messages-page .buttons button:hover,
    .private-message-view-page .buttons button:hover {
      border-color: #ccc;
      background-color: #eee;
    }

    .forum-edit-page .buttons button[type="submit"],
    .move-topic-page .buttons button[type="submit"],
    .private-messages-page .buttons button[type="submit"],
    .private-message-send-page .buttons button[type="submit"],
    .private-message-view-page .buttons button.button-1 {
      border: 1px solid #14acd4 ;
      background-color: #14acd4 ;
      box-shadow: none;
      color: #fff;
    }

      .forum-edit-page .buttons button[type="submit"]:hover,
      .move-topic-page .buttons button[type="submit"]:hover,
      .private-messages-page .buttons button[type="submit"]:hover,
      .private-message-send-page .buttons button[type="submit"]:hover,
      .private-message-view-page .buttons button.button-1:hover {
        border: 1px solid #14acd4 ;
        background-color: #14acd4 ;
        opacity: 0.9;
      }

.profile-info-box {
  overflow: hidden;
}

  .profile-info-box .avatar {
    max-width: 300px;
    margin: 15px auto;
  }

  .profile-info-box .title {
    margin: 0 0 10px;
    font: italic 18px 'Poppins', sans-serif;
    color: #000;
  }

  .profile-info-box .send-pm {
    margin: 0 0 10px;
  }

.profile-page .topic {
  margin: 0 0 20px;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px;
  color: #14acd4;
}

  .profile-page .topic:last-child {
    margin: 0;
    border-bottom: none;
  }

.profile-page .topic-title {
  margin: 0 0 15px;
  font: italic 18px 'Poppins', sans-serif;
}

  .profile-page .topic-title a {
    color: #14acd4 ;
  }

    .profile-page .topic-title a:hover {
      text-decoration: underline;
    }

.profile-page .topic-data {
  margin: 5px 0 0;
  color: #999;
}

.private-message-send-page .fieldset {
  margin-bottom: 0;
}

.private-message-send-page .message label {
  display: none;
}

.private-messages-page table {
  margin: 0 0 20px;
}

.private-messages-page td:first-child {
  text-align: center;
}

.private-messages-page td:last-child {
  width: 15%;
}

.private-messages-page .select {
  text-align: center;
}

.private-messages-page .pm-unread,
.private-messages-page .pm-unread:hover {
  color: #393;
}

.private-messages-page .pager {
  margin: 0 0 20px;
  border: none;
  padding: 0;
  text-align: center;
}

.private-messages-page .buttons {
  margin: 5px 0;
}

.private-messages-page .mark-unread-pm-button {
  display: none;
}

.private-message-view-page .view-message {
  margin: 0 0 20px;
  border: 1px solid #ddd;
  padding: 15px;
}

.private-message-view-page .message-head {
  margin: 0 0 15px;
  border-bottom: 1px dotted #ccc;
  padding: 0 0 10px;
  line-height: 20px;
}

.private-message-view-page label {
  margin: 0 5px 0 0;
  font-weight: bold;
  color: #000;
}

.private-message-view-page .message-body {
  margin: 0 0 5px;
}

.private-message-view-page .buttons {
  overflow: hidden;
}

.private-message-view-page .back-pm-button {
  display: none;
  text-transform: capitalize !important;
}

/* BB codes */

pre {
  white-space: pre-wrap;
  white-space: normal;
  word-wrap: break-word;
}

.csharpcode {
  margin: 10px 0;
  border: 1px dashed #ccc;
  background-color: #fff;
  padding: 10px;
  font-family: "Courier New", Courier, monospace;
  color: #000;
}

  .csharpcode .rem {
    color: green;
  }

  .csharpcode .kwrd {
    color: #00f;
  }

  .csharpcode .str {
    color: #006080;
  }

  .csharpcode .op {
    color: #00c;
  }

  .csharpcode .preproc {
    color: #c63;
  }

  .csharpcode .asp {
    background-color: #ff0;
  }

  .csharpcode .html {
    color: maroon;
  }

  .csharpcode .attr {
    color: red;
  }

  .csharpcode .alt {
    width: 100%;
    margin: 0;
    background-color: #f6f6f6;
  }

  .csharpcode .lnum {
    color: #666;
  }
/* Salman Updates 23-Feb-2023 */
/* costum font */
/* font mark pro */
@font-face {
  font-family: 'Poppins';
  src: url('../Themes/Alicante/Content/fonts/MarkPro.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Themes/Alicante/Content/fonts/MarkPro-Black.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Themes/Alicante/Content/fonts/MarkPro-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'MarkPro-Hairline';
  src: url('../Themes/Alicante/Content/fonts/MarkPro-Hairline.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Themes/Alicante/Content/fonts/MarkPro-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../Themes/Alicante/Content/fonts/MarkPro-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body,
body *:not(i) {
  font-family: 'Poppins' !important;
  font-style: normal !important;
  font-size: 14px;
}

a {
  color: #667177 !important;
  transition: all 0.2s ease-in-out;
}

  a:hover {
    color: #14acd4  !important;
    transition: all 0.2s ease-in-out;
  }
/* header css */
.header-logo {
  margin: 15px 0 !important;
}

.header .header-selectors-wrapper {
  margin-top: 0;
}

.header-menu > ul > li:hover > a, .header-menu > ul > li:hover > span {
  background-color: #14acd4  !important;
  color: #fff !important;
}

.header-menu {
  background-color: #fff;
  border-top: 1px solid #ededed !important;
  border-bottom: 1px solid #ededed;
}

.master-wrapper-page {
  background-image: none;
}

.header {
  background-color: #fff;
}

.header-menu > ul > li > a {
  color: #667177 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  text-transform: capitalize !important;
}

.header-menu .sublist li:hover > a {
  outline: 1px solid #14acd4  !important;
  background-color: #14acd4  !important;
  color: #fff !important;
  border-top: 1px solid #2692a47d !important;
  font-weight: 500 !important;
}

.header-menu .sublist li a {
  font-weight: 500 !important;
  border-top: 1px solid #2692a47d;
}

.mini-shopping-cart button,
.mfp-container .apply-shipping-button {
  text-transform: capitalize;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 25px;
  background: transparent !important;
  border: 1px solid #14acd4 ;
  color: #14acd4 ;
  height: auto;
  transition: all 0.2s ease-in-out;
}

  .mini-shopping-cart button:hover,
  .mfp-container .apply-shipping-button:hover {
    background: #14acd4  !important;
    color: #fff;
    transition: all 0.2s ease-in-out;
  }
/* pages Css */
.home-page .topic-block-body p {
  font-size: 16px;
}

.breadcrumb a, .breadcrumb span {
  font-size: 14px;
  font-weight: 500;
}

.page-title h1 {
  font-weight: 500;
}

.product-grid.home-page-product-grid .title strong {
  font-size: 32px;
}

.cart a, .data-table a, .forums-table-section td a,
.cart-options .button-2 {
  font-weight: bold;
  color: #000 !important;
}

.cart-footer .total-info {
  font-weight: 500;
}

.cart-footer .cart-total label {
  font-weight: 500;
  color: #000;
}

.cart-options .common-buttons a {
  font-size: 14px;
  font-weight: 500;
}

.header-links a {
  font-size: 14px;
}

button.button-1.search-box-button {
  background-color: #14acd4 ;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #2badc5;
}

.search-box.store-search-box .search-box-text {
  border-color: #2badc5 !important;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.header-menu {
  border-top: 0;
}

.topic-block-title h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 50px;
}

.product-grid .title {
  color: #14acd4 ;
  font-style: normal;
}

.item-box .product-title a {
  color: #14acd4 ;
  font-style: normal;
}

.item-box .title a {
  color: #14acd4 ;
  font-style: normal;
}

.item-box button, .item-box .buynow-button {
  border: 1px solid #2badc5;
  background-color: #14acd4 ;
  color: #fff;
  text-transform: capitalize;
  border-radius: 5px;
  margin: 0 5px;
  /*    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;*/
}

.product-grid .product-item.sevenspikes-ajaxcart .ajax-cart-button-wrapper .productQuantityTextBox {
  border-color: #2badc5 !important;
  /*    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;*/
}

.item-box .description a {
  color: #fff !important;
}

.product-grid .item-grid .item-box .details {
  background: rgb(0 84 105 / 50%);
}

.product-grid .item-grid .item-box {
  background-image: none;
  background-color: #fff;
  border: 1px solid #2badc5;
  border-radius: 20px;
}

  .product-grid .item-grid .item-box:hover {
    box-shadow: 0 3px 26px rgb(0 0 0 / 9%);
  }

  .product-grid .item-grid .item-box img {
    width: 100%;
    height: 250px;
    object-fit: contain;
    transform: scale(1);
    transition: all 0.8s ease-in-out;
    padding: 10px;
  }

  .product-grid .item-grid .item-box:hover img {
    transform: scale(1.2);
    transition: all 0.8s ease-in-out;
  }

.product-item, .category-item, .sub-category-item, .manufacturer-item, .vendor-item {
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;
  border-radius: 15px;
}

.gallery .picture-wrapper .picture {
  border-radius: 20px;
  border: 1px solid #2badc5;
}

.newsletter .title strong {
  font-weight: normal;
  text-transform: uppercase;
  font-family: 'Poppins' !important;
  font-weight: 500;
}

.block-category-navigation .listbox .list > li.active > a {
  color: #fff !important;
}

.ui-tabs .ui-tabs-nav li a {
  color: #000 !important;
  border-color: #14acd4 ;
  background-color: #fff;
}

  .ui-tabs .ui-tabs-nav li a:hover,
  .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
  .ui-tabs .ui-state-active.ui-tabs-active a {
    border-color: #14acd4 ;
    background-color: #14acd4 ;
    color: #fff !important;
  }

.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select,
.inputs textarea,
.overview .qty-input {
  border: 1px solid #14acd4 ;
}

.ui-slider {
  background-color: #14acd4  !important;
}

.priceRangeCurrentPricesPanel, .specification-current-value-panel {
  color: #14acd4  !important;
}

.product-grid .item-grid {
  overflow: inherit;
}

.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
.search-input .button-1,
.productAddedToCartWindowSummary .button-1,
.shopping-cart-page .button-1,
.shopping-cart-page .button-1,
.checkout-page .button-1,
.order-details-page .actions .button-1,
.order-details-page .actions .button-2 {
  text-transform: capitalize;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 25px;
  background: transparent !important;
  border: 1px solid #14acd4  !important;
  color: #14acd4  !important;
  transition: all 0.3s ease-in-out;
  height: auto;
}

  .contact-page .button-1:hover,
  .email-a-friend-page .button-1:hover,
  .apply-vendor-page .button-1:hover,
  .search-input .button-1:hover,
  .productAddedToCartWindowSummary .button-1:hover,
  .shopping-cart-page .button-1:hover,
  .shopping-cart-page .button-1:hover,
  .checkout-page .button-1:hover,
  .order-details-page .actions .button-1:hover,
  .order-details-page .actions .button-2:hover {
    background: #14acd4  !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
  }

.overview .add-to-cart-button {
  margin: 0 5px;
  text-transform: capitalize;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 25px;
  background: transparent !important;
  border: 1px solid #14acd4  !important;
  color: #14acd4  !important;
  transition: all 0.3s ease-in-out;
  height: auto;
}

  .overview .add-to-cart-button:hover {
    background: #14acd4  !important;
    color: #fff !important;
    transition: all 0.3s ease-in-out;
  }

.productAddedToCartWindowDescription .price {
  color: #14acd4  !important;
}

.item-box .product-box-add-to-cart-button {
  border: 1px solid #2badc5;
  background-color: #14acd4  !important;
}

/* footer */
.footer {
  background: #fff;
  border-top: 2px solid #14acd4 33;
}

.footer-menu a {
  color: #686876 !important;
}

  .footer-menu a:hover {
    color: #14acd4  !important;
  }

.newsletter-email input {
  border-color: #2badc5 !important;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.newsletter-email #newsletter-subscribe-button {
  background-color: #14acd4 ;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #2badc5;
}

/* product new css */

.item-box .actual-price {
  color: #fff;
}

.item-box .add-info {
  background-color: transparent !important;
}

.product-grid .item-grid .item-box:hover .details {
  left: 0 !important;
  opacity: 1;
}

.product-grid .item-grid .item-box .details {
  background: rgb(0 84 105 / 50%);
  height: 100% !important;
  top: 0;
  width: 100% !important;
  left: -100% !important;
  border-radius: 15px;
  opacity: 0;
}

.product-grid .product-item.sevenspikes-ajaxcart .ajax-cart-button-wrapper .productQuantityTextBox {
  width: 50px;
}

.product-item {
  overflow: hidden !important;
}

.item-grid .item-box .product-box-add-to-cart-button {
  border: 1px solid #2badc5 !important;
  background-color: #14acd4  !important;
}

/*salman Css Web-css*/
.product-essential .gallery .picture {
  border: none;
}

.related-products-grid.product-grid .title strong {
  font-size: 20px;
}

.product-essential .attributes dt {
  background-image: none;
  background-color: transparent;
  padding-left: 0px;
  width: 100%;
  margin: 15px 0 10px 0px;
}

.product-essential .attributes dd {
  min-width: 100%;
  width: 100%;
}

.product-essential .attributes dl {
  width: 100%;
}

.product-essential .attributes dt .text-prompt {
  color: #14acd4 ;
  font-weight: 500;
}

.product-essential .attributes dd .option-list input {
  clip: rect(0,0,0,0);
  overflow: hidden;
  position: absolute;
  height: 1px;
  width: 1px;
}

.product-essential .attributes dd .option-list label {
  padding: 10px 25px;
  border: 1px solid #14acd4 ;
  border-radius: 25px;
  color: #14acd4 ;
  transition: all 0.4s;
}

  .product-essential .attributes dd .option-list label:hover {
    color: #fff;
    background-color: #14acd4 ;
  }

.product-essential .attributes dd .option-list input[type="radio"]:checked + label {
  background-color: #14acd4 ;
  color: #fff;
}

.product-essential .attributes dd .option-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

  .product-essential .attributes dd .option-list li {
    margin-right: 10px;
    line-height: 40px;
  }

    .product-essential .attributes dd .option-list li:last-child {
      margin-right: 0;
    }

.stagingLinkInner {
  display: flex;
  align-items: center;
  margin-top: 15px;
}

  .stagingLinkInner a img {
    border: 2px solid #f1f1f1;
    margin-right: 10px;
    width: 150px;
    height: auto;
  }

.productTabs.ui-tabs .productTabs-header .ui-tabs-nav li a {
  padding: 8px 15px;
}

.related-products-grid .item-grid .item-box {
  margin-top: 20px;
}
/*HomeBanner*/
.theme-custom .nivoSlider img {
  height: 400px;
}

.nivo-caption h1 {
  font-size: 35px;
  color: #fff;
  margin: 20px 0;
}

.nivo-caption p {
  font-size: 16px;
  color: #fff;
  line-height: 25px;
}

  .nivo-caption p a {
    font-weight: bold;
    color: #fff !important;
  }

.nivo-caption {
  height: 100%;
  background-color: #00000096 !important;
  display: flex !important;
  align-items: center;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  padding: 0 10% !important;
}
/*address stop card plus minus*/
.qty-enabled .minus.left {
  transform: rotateY(180deg);
}

.product-details-page .minus.decrease.left,
.product-details-page .plus.increase.left {
  border: 1px solid transparent;
  background-color: transparent;
  color: #14acd4 ;
  text-transform: capitalize;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

  .product-details-page .minus.decrease.left span,
  .product-details-page .plus.increase.left span {
    font-size: 25px;
  }

.addToCartBox {
  width: 105px;
  border: 1px solid #14acd4 ;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}

  .addToCartBox input.qty-input {
    border: 0px;
  }
/*shop by brand*/
.shopByBrandsMain,
.shopByCategoryMain {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin: 50px 0;
}

  .shopByBrandsMain .product-grid > .title,
  .shopByCategoryMain .product-grid > .title {
    text-transform: capitalize;
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    color: #14acd4 ;
  }

  .shopByBrandsMain .product-grid .manufacturer-item .title {
    text-transform: capitalize;
    position: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    color: #000;
  }

  .shopByBrandsMain .listbox .item-box {
    margin-top: 30px;
    background: no-repeat;
  }
  .shopByBrandsMain .item-box .manufacturer-item {
    position: unset !important;
  }

  .shopByBrandsMain .item-box:before {
    padding-top: 0;
  }

  .shopByBrandsMain .product-grid .title a {
    height: auto;
    display: flex;
  }

  .shopByBrandsMain .product-grid .title .actionBtn:after,
  .shopByCategoryMain .item-box .actionBtn:after {
    content: '';
    background-image: url('../Themes/Alicante/Content/img/right-arrow.png');
    width: 20px;
    height: 20px;
    display: flex;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    transition: all 0.3s;
  }

  .shopByCategoryMain .item-box .actionBtn,
  .shopByCategoryMain .product-title .actionBtn {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .shopByCategoryMain .item-box .title {
    position: unset;
  }

    .shopByCategoryMain .item-box .title a {
      height: auto;
      margin-bottom: 15px;
    }

  .shopByCategoryMain .category-item {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: none;
  }

  .shopByCategoryMain .item-box {
    background: no-repeat;
  }

  .shopByCategoryMain .product-title {
    text-align: center;
  }

  .shopByCategoryMain .item-box p {
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 80px;
  }

  .shopByBrandsMain .item-box .picture {
    height: 100px;
    border: 1px solid #2badc5;
    border-radius: 20px;
    padding: 15px;
  }

  .shopByBrandsMain .item-box .picture img {
    padding: 10px;
  }

.category-page .item-box .title,
.manufacturer-list-page .item-box .title {
  left: 0;
}

.shopByCategoryMain .category-item img {
  width: 100%;
  height: 100%;
  padding: 5px;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  background-color: #fff;
  object-fit: contain;
}
.shopByCategoryMain .item-box .product-title {
  position: relative;
}

.shopByCategoryMain .item-box .picture {
  width: 100%;
  height: 250px;
  background-color: transparent;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  padding: 5px;
  border: 1px solid #2badc5;
  border-radius: 20px;
}
.viewMoreBtn {
  text-transform: capitalize;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  padding: 12px 25px;
  background: transparent !important;
  border: 1px solid #14acd4  !important;
  color: #14acd4  !important;
  transition: all 0.3s ease-in-out;
  height: auto;
  width: 200px;
  margin: 0 auto;
  text-align: center;
}
.viewMoreBtn:hover {
  background: #14acd4  !important;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}
.product-grid.home-page-product-grid .item-grid {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}
/*web-end*/

/* Header container: keep default or make it white */
.header {
  background-color: #fff !important; /* or remove if you have a different background */
  border: none !important;
  /* Remove or override any existing box-shadow/borders if needed */
}

/* Main navigation bar only */
.header-menu {
  background-color: #000 !important; /* Black background just for the menu */
  border-top: none !important;
  box-shadow: none !important;
  /*margin-bottom: 0;*/
}

/* Top-level menu items */
.header-menu > ul > li {
  text-transform: uppercase;
  color: #fff !important; /* White text */
}

/* Links for top-level menu items */
.header-menu > ul > li > a,
.header-menu > ul > li > span {
  display: block;
  color: #fff !important;   /* White text */
  padding: 14px 24px;       /* Adjust as needed */
  text-align: center;
}

/* Hover states for top-level items */
.header-menu > ul > li:hover > a,
.header-menu > ul > li:hover > span {
  background-color: #333 !important; /* Slightly lighter black on hover */
  color: #14acd4 !important;         /* Accent colour on hover (adjust if desired) */
}

/* Dropdown (sub-menu) container */
.header-menu .sublist-wrap {
  background-color: #000 !important; /* Black background for dropdown */
  border: none !important;
  box-shadow: none !important;
}

/* Sub-menu items */
.header-menu .sublist li a {
  color: #fff !important;         /* White text in dropdown */
  text-transform: uppercase;      /* If you want sub-menus in uppercase as well */
  padding: 8px 16px;              /* Adjust spacing as needed */
}

/* Hover states for sub-menu items */
.header-menu .sublist li a:hover {
  background-color: #333 !important; /* Slightly lighter black on hover */
  color: #14acd4 !important;         /* Accent colour, or keep it white if preferred */
}


/*Responsive css*/
/* mobile land */
@media only screen and (min-width: 280px) and (max-width: 812px) and (orientation: landscape) {
  .shopByBrandsMain .listbox .item-box {
    margin-bottom: 50px;
  }
  .home-page-category-grid .item-box:before, .sub-category-grid .item-box:before {
    padding-top: 90%;
  }
}
@media only screen and (min-width: 280px) and (max-width: 812px) and (orientation: portrait) {
  .home-page-category-grid .item-box:before, .sub-category-grid .item-box:before {
    padding-top: 80%;
  }
}
  /* mobile port */
  @media only screen and (min-width: 280px) and (max-width: 812px) {
    .addToCartBox {
      margin: 0 auto;
      margin-bottom: 15px;
    }

    .product-essential .attributes dd .option-list {
      display: inherit;
    }

    .shopByBrandsMain .listbox .item-box {
      margin-bottom: 40px;
    }
    .product-grid.home-page-product-grid .item-grid {
      display: block;
    }
  }

  /* Global override for fonts */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output,
ruby, section, summary, time, mark, audio, video {
  font-family: 'Poppins', sans-serif !important;
}


/* FOOTABLE CUSTOM CSS */

.footable-first-column {
	text-align: center;
}
td.footable-first-column {
	position: relative;
	background: transparent !important; /*Firefox relative cell bug fix*/
}
.footable-first-column .item-count {
	font-size: 13px !important;
}
table.footable.breakpoint > tbody > tr > td > span.footable-toggle {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	height: 32px;
	margin: -16px 0 0 -16px;
	overflow: hidden;
	background-color: #fff;
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}
.footable-toggle {
	background: url('../Themes/Alicante/Content/img/table-plus.png') no-repeat center;
}
.footable-detail-show .footable-toggle {
	background: url('../Themes/Alicante/Content/img/table-minus.png') no-repeat center;
}
.footable-toggle:before {
	display: none !important;
}

.footable-row-detail {
	border-top: 1px solid #bbb;
	text-align: left;
}
.footable-row-detail-cell {
	text-align: left !important;
}
.footable-row-detail-row {
	margin: 0 0 10px;
    display: table-row;
}
.footable-row-detail-name {
    display: table-cell;
    padding: 10px;
}
.footable-row-detail-value {
    display: table-cell;
	padding: 10px;
}


	
@media all and (max-width: 1024px) {

.compare-products-table {
	display: none;
}
.compare-products-table-mobile img {
	max-width: 80px;
}
}

@media all and (min-width: 1025px) {

.compare-products-table-mobile {
	display: none;
}
}

@media all and (max-width: 1024px) {

.header-menu {
	width: 95%;
	max-width: 650px;
	margin: 0 auto 20px;
}
.top-menu, .dropdown {
	display: none;
}
.header-menu .menu-title {
	display: block !important;
	background-color: #eee;
	box-shadow: inset 0 1px 0 #fff;
}
.header-menu .menu-title span {
	display: block !important;
	height: 50px;
	background: url('../Themes/Alicante/Content/img/responsive-nav-icon.png') right 16px center no-repeat;
	padding: 0 0 0 15px;
	font-size: 24px;
	line-height: 48px;
	color: #222;
	text-transform: uppercase;
	letter-spacing: 1px;
	cursor: pointer;
}
.header-menu > ul {
	display: none;
	border: 1px dotted #ccc;
	background-color: #fff;
}
.header-menu ul > li {
	position: relative;
	border-top: 1px dotted #ccc;
}
.header-menu > ul > li:first-child {
	border: none;
}
.header-menu ul > li > a,
.header-menu ul > li > span {
    padding: 13px 15px;
	text-align: left;
}
.header-menu ul > li:hover > a,
.header-menu ul > li:hover > span {
	color: #836;
}
.header-menu > ul .plus-button {
	position: absolute;
	top: 0;
	right: 0;
	width: 46px;
	height: 46px;
	border-left: 1px dotted #ccc;
	background: url('../Themes/Alicante/Content/img/responsive-plus.png') no-repeat center;
	cursor: pointer;
}
.header-menu > ul .plus-button.close {
	background-image: url('../Themes/Alicante/Content/img/responsive-minus.png');
}
.header-menu .sublist-wrap {
	position: relative;
	border: none;
	padding: 0;
	box-shadow: none;
	background-color: #f6f6f6;
}
.header-menu .sublist li a {
	padding: 13px 46px 13px 26px;
	font-size: 15px;
}
.header-menu .sublist-wrap .sublist-wrap {
	background-color: #fff;
}
/*.header-menu .sublist-wrap .sublist-wrap .sublist-wrap {
	background-color: #f6f6f6;
}
.header-menu .sublist-wrap .sublist-wrap .sublist-wrap .sublist-wrap {
	background-color: #fff;
}*/

.item-box .product-item {
	overflow: visible;
}
.item-box .details {
    top: auto;
    bottom: -70px;
    left: -10px !important;
	width: calc(100% + 20px) !important;
    height: auto !important;
	border-top: 1px solid #e6e6e6;
    background: #e6e6e6 url('../Themes/Alicante/Content/img/transparent-pattern.png') repeat;
	padding: 0 10px 10px;
    opacity: 1;
}
.item-box .description {
	display: none;
	overflow: hidden;
	padding: 10px 10px 5px;
    line-height: 18px;
	color: #eee;
}
.item-box .add-info {
	display: table;
    position: static;
	background-color: #fff;
}
.item-box .prices,
.item-box .buttons {
	display: table-cell;
	height: 60px;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}
.item-box .base-price-pangv {
	display: none;
}
.item-box .buttons {
	text-align: right;
}
.item-box .product-box-add-to-cart-button {
	width: 50px;
	border-color: #645 !important;
	background: #836 url('../Themes/Alicante/Content/img/icon_cart_white.png') center no-repeat !important;
	font-size: 0 !important;
}

.block-account-navigation {
	float: none !important;
	margin: 30px auto 15px !important;
}
.block-account-navigation .title {
	text-align: center !important;
}
/*.block-account-navigation .listbox {
	display: block !important;
	height: auto !important;
	margin: 10px 0 0 !important;
}*/

}

@media all and (min-width: 481px) {

.slider-wrapper {
	display: block;
}

/* FOOTER */

.footer .center {
	max-width: none;
}
.footer-block {
	float: left;
	width: 48%;
	margin-left: 4%;
	text-align: left;
}
.footer-block:nth-child(odd) {
	clear: both;
	margin-left: 0;
}
.footer-block li a {
	padding: 8px 0 10px 12px;
	background: url(../Themes/Alicante/Content/img/bullet6.png) left center no-repeat;
	color: #333;
}

/* LEFT/RIGHT COLUMNS */

.side-2:after {
	content: "";
	display: block;
	clear: both;
}
.block {
	float: left;
	width: 49%;
	margin: 0 0 2% 2%;
}
.block:nth-child(2n+1) {
	clear: both;
	margin-left: 0;
}
.block .title {
	text-align: left;
}

/* CATEGORY PAGE */

.product-selectors {
	background-color: transparent;
	padding: 0;
}
.product-selectors div {
	width: 46%;
	margin: 0 2%;
	background-color: #f6f6f6;
	padding: 10px;
}
.product-page-size span {
	display: inline;
}

.item-box {
	float: left;
	width: 49%;
	max-width: none;
	margin: 60px 0 20px 2%;
}
.item-box:nth-child(2n+1) {
    clear: both;
	margin-left: 0;
}
.product-grid .item-box,
.product-list .item-box {
	margin-bottom: 80px;
}

/* PRODUCT PAGE */
	
.attributes dt {
	float: left;
	clear: left;
	width: 125px;
	margin: 0 15px 0 0;
	background: #eee url('../Themes/Alicante/Content/img/bullet4.png') right 5px center no-repeat;
	text-align: left;
}
.attributes dd {
	float: left;
	width: 250px;
	margin: 0 0 12px;
	text-align: left;
}
.attributes select {
	height: 28px;
}
.attributes .qty-box input {
    height: 26px;
}
.attribute-squares li {
	margin: 0 10px 0 0;
}
.ui-tabs .ui-tabs-nav {
	overflow: hidden;
}
.ui-tabs .ui-tabs-nav li {
	float: left;
	margin: 0 2px 0 0;
}

/* TOPICS */
	
.topic-password input {
	width: 250px;
}

/* REGISTRATION, LOGIN, ACCOUNT */

.date-of-birth select {
	width: 100px;
	max-width: none;
	margin: 0 0 0 10px;
}
.login-page .checkout-as-guest-button {
	display: inline-block;
	margin: 0 3px 0 0;
}

/*CHECKOUT PAGES*/

.payment-method .payment-details {
	max-width: 80%; /*prevents content drop*/
}
.order-review-data ul {
	display: table-cell;
	width: 50%;
	margin: 0;
	padding: 20px;
	text-align: left;
}
.opc .order-review-data ul {
	padding: 3px;
}

/* ORDER DETAILS, RETURN REQUESTS */

.order-details-area ul,
.shipment-details-area ul {
	display: table-cell;
	width: 50%;
	margin: 0;
	text-align: left;
}

/* BLOG & NEWS */

.post-head, .news-head,
.blog-page .blog-details {
	display: table;
	width: 100%;
}
.post-title, .news-title,
.blog-page .tags {
	display: table-cell;
	text-align: left;
}
.post-date, .news-date,
.blog-page .buttons {
	display: table-cell;
	text-align: right;
}

.comment-list .title {
	display: none;
}
.blog-comment,
.news-comment {
	display: table;
	width: 100%;
	border-collapse: collapse;
	border: none;
	margin: 0 0 -1px;
}
.comment-info {
	display: table-cell;
	width: 150px;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	padding: 15px 0;
}
.comment-info .user-info {
	float: none;
	margin: 0;
}
.comment-info .username {
	display: block;
	padding: 5px;
	text-align: center;
}
.comment-info .avatar {
	display: block;
	width: auto;
	margin: 0;
	border: none;
	padding: 0 10px;
}
.comment-content {
	display: table-cell;
	border-width: 1px;
	border-style: solid;
	border-color: #ddd;
	padding: 15px;
	text-align: left;
}
.comment-time {
	margin: 0 0 5px;
	line-height: 26px;
}
.comment-body {
	margin: 0;
}

}

@media all and (min-width: 769px) {

/* GLOBAL STYLES */

.master-column-wrapper {
	width: 95%;
}
.page {
	text-align: left;
}

/* GLOBAL FORMS */

.fieldset .title,
.section .title {
	padding: 0 0 0 5px;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
	width: 380px;	
}
.date-of-birth div {
	width: 380px;
}
.inputs .option-list {
	width: 380px;
}

/* HEADER & NAVIGATION */

.header {
	width: 95%;
}
.search-box {
	display: inline-block;
	width: 350px;
	vertical-align: middle;
}
.header-selectors-wrapper {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.header-selects > div {
	margin: 0 0 0 10px;
}
.header-selects select {
	padding: 7px 25px 7px 5px;
}

/* FOOTER */

.footer .center,
.bottom .center {
	width: 95%;
}
.bottom .center > div {
	display: inline-block;
}

/* LEFT/RIGHT COLUMNS */

.block {
	width: 32%;
}
.block:nth-child(2n+1) {
	clear: none;
	margin-left: 2%;
}
.block:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

/* CATEGORY PAGE */

.product-selectors div {
	width: auto;
	margin: 0 15px 0 0;
}
.product-viewmode {
	display: inline-block !important;
}
.product-viewmode select {
	width: 100px;
}

.item-box {
	width: 32%;
}
.item-box:nth-child(2n+1) {
    clear: none;
	margin-left: 2%;
}
.item-box:nth-child(3n+1) {
    clear: both;
	margin-left: 0;
}
.product-grid .title {
    padding-left: 2px;
}

/* PRODUCT PAGE */

.gallery {
	float: left;
	width: 40%;
}
.overview {
	float: right;
	width: 57.5%;
}
.overview .product-name {
	margin-top: -10px;
}
.overview-buttons > div {
	margin: 0 3px 10px 0;
}
.attributes dd {
	min-width: 275px;
}
.overview .qty-label,
.variant-overview .qty-label {
	margin: 0 5px 0 0;
}
.product-variant-list {
	max-width: none;
}
.variant-picture {
	float: left;
	width: 30%;
	margin: 0;
}
.variant-overview {
	float: right;
	width: 67.5%;
}
.variant-overview dl {
	display: block;
}
.giftcard > div {
	margin: 12px 0;
}
.giftcard > div:after {
	content: "";
	display: block;
	clear: both;
}
.giftcard label {
	float: right;
	width: 30%;
	min-width: calc(100% - 425px);
	padding: 0 0 0 10px;
	text-align: left;
	color: #666;
}
.giftcard input,
.giftcard textarea {
	float: left;
	width: 70%;
}

/* PRODUCT REVIEWS */

.product-review-item .review-item-head {
	display: table;
	width: 100%;
	margin: 0 0 20px;
}
.product-review-item .review-title {
	display: table-cell;
	padding: 10px 15px;
	text-align: left;
	vertical-align: middle;
}
.product-review-item .product-review-box {
	display: table-cell;
	position: static;
	padding: 10px 15px;
	text-align: right;
	vertical-align: middle;
	font-size: 0;
}
.product-review-item .review-content {
	padding: 0 5px;
}
.product-review-item .review-text {
	display: table;
	width: 100%;
}
.product-review-item .avatar {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	line-height: normal;
}
.product-review-item .text-body {
	display: table-cell;
	vertical-align: top;
}
.product-review-item .avatar + .text-body {
	padding-left: 20px;
}
.product-review-item .avatar .review-info {
	margin: 0 0 15px;
}
.product-review-item .review-info {
	display: inline-block;
	margin: 0;
}
.product-review-helpfulness {
	display: inline-block;
	margin-left: 20px;
}

/* REGISTRATION, ACCOUNT */

.gender {
	width: 380px;
}
.date-of-birth select {
	width: 120px;
}
.address-list-page .info,
.order-list-page .info {
	padding: 15px;
}
.address-list-page .buttons,
.order-list-page .buttons {
	position: absolute;
	top: 50px;
	right: 15px;
	margin: 0;
	border: none;
	padding: 0;
}

/* SHOPPING CART */
	
.order-progress li {
	width: 120px;
	margin: 0;
}
.cart-options .common-buttons,
.cart-options .checkout-attributes {
	text-align: right;
}
.cart-options .common-buttons button,
.cart-options .common-buttons a {
	margin: 0 0 0 5px;
}
.cart-footer {
	max-width: none;
}
.cart-footer .total-info {
	min-height: 130px;
}
.cart-total-left {
	text-align: left;
}
.cart-total-right {
	text-align: right;
}
.cart-collaterals {
	float: left;
	width: 49%;
}
.cart-footer .deals,
.cart-footer .shipping {
	margin-bottom: 0;
	/*background-color: #f6f6f6;*/
	padding: 10px 15px;
}
.cart-collaterals > div + div {
	margin-top: 20px;
}
.cart-footer .coupon-code {
	max-width: 380px;
	margin: 12px 0;
}
.cart-footer .shipping .inputs {
	margin: 12px 0;
}
.cart-footer .shipping label {
	text-align: left;
}
.cart-footer .shipping .buttons {
	max-width: 380px;
	margin: auto;
	text-align: right;
}
.cart-footer .totals {
	float: right;
	width: 49%;
}
.terms-of-service,
.checkout-buttons,
.addon-buttons {
	text-align: center;
}

/* CHECKOUT PAGES */

.checkout-page
.selected-checkout-attributes {
	text-align: right;
}
.checkout-page .address-item {
	float: left;
	width: 50%;
	margin: 0;
	padding: 10px;
}
.checkout-page .address-item:nth-child(4n+1) {
	clear: both;
}
.checkout-page .address-item:only-child {
	float: none;
	width: auto;
	margin: 0;
}
.checkout-page .pickup-in-store .selector,
.checkout-page .pickup-in-store .description {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.pickup-in-store .selector {
	position: relative;
	bottom: 1px;
}
.pickup-in-store .description:before {
	content: "(";
}
.pickup-in-store .description:after {
	content: ")";
}
.payment-info .info td {
    display: table-cell;
    width: auto;
	padding: 5px 10px !important;
}
.payment-info .info td:first-child {
	width: 130px;
}
.payment-info .info tr:first-child td {
	padding-top: 10px !important;
}
.payment-info .info tr:last-child td {
	padding-bottom: 10px !important;
}
.payment-info .info tr:only-child td {
    display: block;
    width: 100%;
    text-align: center;
}
.payment-info #CreditCardType {
	margin: 3px 0 5px;
}
.payment-info #CardCode {
	margin: 5px 0 -10px;
}
.payment-info #PurchaseOrderNumber {
	display: block;
	min-width: 300px;
	margin: -10px auto 0;
}

.opc .payment-info .info td {
    display: block;
    width: auto;
	padding: 5px 10px !important;
}
.opc .payment-info .info td:first-child,
.opc .payment-info .info td:last-child {
	padding: 5px 10px !important;
}
.opc .payment-info #CreditCardType,
.opc .payment-info #CardCode {
	margin: 0;
}
.opc #checkout-step-confirm-order .buttons,
.opc #checkout-step-confirm-order .terms-of-service {
	width: 49%;
	margin-left: auto;
	text-align: right;
}

/* ORDER DETAILS, RETURN REQUESTS */

.order-details-page .page-title h1 {
	float: left;
	margin: 0;
	line-height: 28px;
}
.order-details-page .page-title a {
	float: right;
	min-width: 60px;
	margin: 0 0 0 5px;
}
.order-details-area,
.shipment-details-area {
	padding: 0 5px;
}
.order-details-page .tax-shipping-info,
.order-details-page .selected-checkout-attributes {
	text-align: right;
}
.order-details-page .totals {
	float: right;
	width: 49%;
	max-width: 380px;
}
.order-details-page .actions {
	text-align: right;
}
.order-details-page .actions button {
	min-width: 170px;
}
.return-request-file > div {
	width: 380px;
}

/* BLOG & NEWS */

.news-list-page .buttons,
.news-list-homepage .buttons {
	text-align: right;
}
.news-list-homepage .view-all {
	text-align: right;
}

/* FORUM & PROFILE */

.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.forums-header .current-time {
	float: left;
	line-height: 32px;
}
.forums-header .forum-search-box {
	float: right;
	margin: 0;
}
.forum-search-box form {
	min-width: 300px;
}
.forum-search-box .advanced {
	text-align: right;
}
.forums-table-section .view-all {
	text-align: right;
}

.pager.lower {
	text-align: right;
}
.topic-post .post-info {
	float: left;
	width: 180px;
	margin: 0;
}
.topic-post .post-content {
	float: right;
	width: calc(100% - 200px);
}
.topic-post .post-head {
	margin: 0 0 20px;
	border: 1px solid #bbb;
	background-color: #ddd;
	padding: 5px 10px;
}
.topic-post .post-actions {
	border: none;
	padding: 0;
}
.topic-post .post-time {
	float: left;
	margin: 0;
}
.topic-post .post-actions {
	float: right;
	margin: 0;
	background-color: transparent;
	padding: 0;
}

.forum-edit-page .inputs strong {
	width: 380px;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	width: 380px;
}
.forum-edit-page .inputs.reversed label,
.private-message-send-page .inputs.reversed label {
	display: inline-block;
	padding: 0 0 0 5px;
	vertical-align: middle;
}
	
.profile-info-box .avatar {
	float: left;
	width: 200px;
	margin: 0;
	border-color: #ddd;
}
.profile-info-box .profile-stats {
	float: right;
	width: calc(100% - 212px);
}
.profile-info-box .title {
    padding: 5px 0 0;
}
.profile-info-box .send-pm {
	float: right;
	width: calc(100% - 212px);
	margin: 0;
}
.private-message-view-page .page-body {
	padding: 0 5px;
}
.private-message-view-page .back-pm-button {
	display: inline-block !important;
	float: right;
}

}



@media all and (min-width: 880px) {

.footer-upper {
	margin: 0;
}
.footer-block {
	clear: none !important;
    width: 23.5%;
    margin-left: 2% !important;
}
.footer-block:first-child {
	margin-left: 0 !important;
}
.footer-lower {
	border: none;
}
.footer-lower h3 {
	text-align: left;
}
.accepted-payment-methods {
	display: block;
	float: left;
	margin: 0 !important;
}
.social-sharing {
	float: right;
	margin: 0 !important;
}
.subscribe-to-newsletter {
	width: 250px;
	margin: auto !important;
	text-align: left;
}

}

@media all and (min-width: 1025px) {

/* GLOBAL STYLES */

.master-column-wrapper {
	width: 980px;
}
.master-column-wrapper:after {
	content: "";
	display: block;
	clear: both;
}

/* GLOBAL FORMS */

.inputs {
	margin: 12px 0;
}
.inputs label {
	display: inline-block;
	padding-right: 10px;
	text-align: right;
	vertical-align: middle;
	line-height: 32px;
}
.center-1 .inputs label {
	width: 200px;
	margin: 0 0 0 -200px;
}
.center-2 .inputs label {
	width: 150px;
	margin: 0 0 0 -150px;
}
.inputs .option-list {
	text-align: left;
}
.inputs .option-list li {
	margin: 0;
}
.inputs .option-list label {
	margin: 0 10px 0 5px;
	padding: 0;
	line-height: normal;
}

/* HEADER & NAVIGATION */

.header {
	width: 980px;
}
.header-logo {
    float: left;
	margin: 0;
}
.header-links-wrapper {
    float: right;
}
.header-links a {
	line-height: 24px;
}
.flyout-cart.active {
	display: block;
}
.search-box {
    float: right;
    clear: right;
}
.header-selectors-wrapper {
    float: right;
    clear: right;
	margin: 25px 0 0;
}
.header-selects select {
	padding: 5px 25px 5px 5px;
}

.with_slider .header-menu {
	margin-bottom: 0;
}
.header-menu .menu-title {
	display: none;
}
.header-menu > ul {
	display: block !important;
	width: 980px;
	margin: auto;
}
.header-menu > ul:after {
	content: "";
	display: block;
	clear: both;
}
.header-menu > ul > li {
	float: left;
}
.header-menu > ul > li:hover > a,
.header-menu > ul > li:hover > span {
	background-color: #836;
	color: #fff;
}
.header-menu .sublist li:hover > a {
	outline: 1px solid #947;
	background-color: #836;
	background-image: url('../Themes/Alicante/Content/img/arrow-white.png');
	color: #fff;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: -5px;
	left: 100%;
}

/* FOOTER */

.footer .center,
.bottom .center {
	width: 980px;
}

/* LEFT/RIGHT COLUMNS */

.side-2 {
	float: right;
	width: 220px;
}
.center-2 {
	float: left;
	width: calc(100% - 250px);
}
.block {
	float: none;
	width: auto;
	margin: 0 0 20px;
}
.block .title {
    font-size: 32px;
	cursor: default;
}
.block .listbox {
	display: block !important;
	height: auto !important;
}
.listbox .list > li:last-child {
    border-bottom: none;
}
.listbox .view-all {
    border-top: 1px dotted #ccc;
}

/* CATEGORY PAGE */

.center-1 .item-box {
	width: 23.5%;
}
.center-1 .item-box:nth-child(3n+1) {
    clear: none;
	margin-left: 2%;
}
.center-1 .item-box:nth-child(4n+1) {
    clear: both;
	margin-left: 0;
}
	
.product-grid .item-box,
.product-list .item-box {
	margin-bottom: 20px !important;
}
.item-box .actual-price {
    color: #fff;
}
.item-box .tax-shipping-info,
.item-box .base-price-pangv {
	white-space: nowrap;
	font-size: 12px;
	color: #fff;
}

.product-list .item-box {
	float: none;
	width: 100%;
	margin: 20px 0 !important;
	background: none;
	padding: 0;
}
.product-list .item-box:before {
	display: none;
}
.product-list .item-box .product-item {
	position: static!important;
	box-shadow: none;
}
.product-list .item-box .product-title {
	top: 0;
	left: 245px;
	width: auto;
}
.product-list .item-box .picture {
	float: left;
	width: 230px;
	background: #e6e6e6 url('../Themes/Alicante/Content/img/transparent-pattern.png');
	padding: 10px;
}
.product-list .item-box .picture a {
	position: relative;
	background-color: #fff;
}
.product-list .item-box .picture a:before {
	content: "";
	display: block;
	padding-top: 124%;
}
.product-list .item-box .details {
	position: static;
	width: auto;
	height: auto;
	margin-left: 245px;
	background: none;
	padding: 50px 0 0;
	opacity: 1;
	transition: none;
}
.product-list .item-box .description {
	height: auto;
	margin: 0 0 20px;
	padding: 0;
	color: #444;
}
.product-list .item-box .add-info {
	position: static;
	margin: 0 0 10px;
	color: #444;
}
.product-list .item-box .prices {
	margin: 0 0 10px;
	padding: 0;
	text-align: left;
}
.product-list .item-box .actual-price {
	color: #836
}
.product-list .item-box .tax-shipping-info,
.product-list .item-box .base-price-pangv {
	display: block;
	color: #444; 
}
.product-list .item-box .buttons {
	text-align: left;
	padding: 0;
}
.product-list .item-box .buttons button {
	border-color: #645;
}

.pager {
	border-top: 1px dotted #ccc;
	padding: 20px 0 0;
}

/* PRODUCT PAGE */

.gallery {
	width: 380px;
}
.overview {
	width: 570px;
}
.overview-buttons > div {
	margin: 0 10px 10px 0;
}
.attributes dd {
	min-width: 280px;
}

/* ACCOUNT PAGES */

.avatar-page .image {
	float: left;
	width: 220px;
	max-width: 49%;
	margin: 0;
}
.avatar-page input[type="file"] {
	float: left;
	max-width: 49%;
	margin: 0 0 0 2%;
}
.avatar-page .buttons {
	float: left;
}
.avatar-page .buttons button {
	min-width: 0;
}
.avatar-page .info {
	float: right;
	padding: 10px 0;
}
.gdpr-tools-page form {
	overflow: hidden;
}
.gdpr-tools-page .fieldset {
	width: 49%;
	float: left;
}
.gdpr-tools-page .fieldset + .fieldset {
	float: right;
}
.gdpr-tools-page .form-fields {
	min-height: 100px;
}
.gdpr-tools-page .buttons button {
	min-width: 200px;
}

/* SHOPPING CART */


.cart-collaterals {
	width: calc(100% - 295px);
}
.cart-footer .totals {
	width: 280px;
}
.cart-footer .deals {
	min-height: 130px;
}
.cart-footer .deals > div {
	display: inline-block;
	width: 48%;
	margin: 1.5% 1% 0;
}

/* CHECKOUT PAGES */

.checkout-page .address-item {
	width: 33.333%;
}
.opc #checkout-step-confirm-order .buttons,
.opc #checkout-step-confirm-order .terms-of-service {
	width: 280px;
}

/* BLOG & NEWS */

.news-item-page .inputs label {
	display: inline-block;
}
.news-item-page .inputs + .inputs label {
	display: none;
}

/* FORUM & PROFILE */

.forum-edit-page .inputs strong {
	text-align: left;
}
.forum-edit-page .toolbar {
	text-align: left;
}

}

@media all and (min-width: 1281px) {

/* GLOBAL STYLES */

.master-column-wrapper {
	width: 1200px;
}

/* HEADER & NAVIGATION */

.header,
.header-menu > ul {
	width: 1200px;
}

/* FOOTER */

.footer .center,
.bottom .center {
	width: 1200px;
}

/* CATEGORY PAGE */

.product-list .item-box .product-title {
	left: 265px;
}
.product-list .item-box .picture {
	width: 250px;
}
.product-list .item-box .details {
	margin-left: 265px;
}

/* PRODUCT PAGE */

.gallery {
	width: 440px;
}
.overview {
	width: 730px;
}
.variant-picture {
	width: 325px;
	max-width: none;
}
.variant-overview {
	width: 845px;
}

/* SHOPPING CART */

.cart-collaterals {
	width: 67.5%;
}
.cart-footer .totals {
	width: 31%;
}

/* CHECKOUT PAGES */

.checkout-page .address-item {
	width: 25%;
}
.opc #checkout-step-confirm-order .buttons,
.opc #checkout-step-confirm-order .terms-of-service {
	width: 31%;
}

}
#popup, .bMulti {
    background-color: #fff;
    border-radius: 0;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,0.15);
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    font: normal 14px Arial, Helvetica, sans-serif;
    color: #777;
    display: none;
    width: 500px;
    max-width: 90%;
    min-height: 250px;
    padding: 0;
    position: relative;
}

    #popup > .panel, .bMulti > .panel {
        padding: 0;
        margin: 0;
    }

    #popup .panel-heading {
        padding: 12px 25px;
    }

    #popup .panel-body {
        padding: 25px;
    }

    #popup .panel-heading {
        border-bottom: 1px solid #ddd;
        background: #eee;
    }

        #popup .panel-heading h3 {
            font-size: 18px;
            color: #444;
            padding: 0 10px 0 0;
            margin: 0;
        }

            #popup .panel-heading h3 strong {
                font-weight: normal;
            }

    #popup .b-close {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        width: 40px;
        height: 46px;
        background-image: url(../Plugins/Widgets.PopupMaker/Content/DefaultClean/close.png);
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

        #popup .b-close:hover {
            opacity: .7;
        }

    /*--- Login Popup ---*/

    #popup .login-popup .form-fields {
        background: #fff;
        padding: 0;
        border: 0;
    }

    #popup .login-popup .inputs label {
        display: block;
        margin-bottom: 5px;
    }

    #popup .login-popup .inputs label, .message-error, .field-validation-error, .username-not-available-status, .poll-vote-error, .password-error, .inputs.reversed {
        text-align: left;
    }

    #popup .login-popup .inputs.reversed label {
        display: inline;
        padding: 0 5px;
    }

    #popup .login-popup .inputs input[type=text], #popup .login-popup .inputs input[type=password] {
        width: 100%;
    }

.button-1 {
    min-width: 140px;
    border: none;
    background-color: #4ab2f1;
    padding: 10px 30px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}

    .button-1:hover {
        background-color: #248ece;
    }

