/* =============================================  fonts  =============================================  */
@font-face {
  font-family: 'helvetica_neue_regular';
  src: url("../fonts/2FA36E_0_0.woff");
}

@font-face {
  font-family: 'helvetica_neue_medium';
  src: url("../fonts/2FA36E_1_0.woff");
}

@font-face {
  font-family: 'helvetica_neue_bold';
  src: url("../fonts/2FA36E_2_0.woff");
}

@font-face {
  font-family: 'helvetica_neue_cond_bold';
  src: url("../fonts/2FA36E_3_0.woff");
}

/* =============================================  fonts  =============================================  */
/* =============================================  default colors  =============================================  */
/* =============================================  default colors  =============================================  */
.btn, button {
  padding: 10px 20px;
  text-align: center;
  color: #383838;
  display: inline-block;
  border-radius: 3px;
  font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
  text-transform: uppercase;
}

.header-minicart .btn-lime.skip-link.skip-cart,
.header-minicart .btn-lime.skip-link.skip-account {
  padding: 10px 20px;
  color: white;
  display: inline-block;
  border-radius: 3px;
  font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
  text-transform: uppercase;
  border: 1px solid #edf0ec;
  background-color: #575757;
}

.header-minicart {
  border: 1px solid #EDF0EC;
  background-color: #F8F8F8;
  border-radius: 3px;
  width: 70px;
  height: 40px;
}

.btn-sm {
  width: 200px !important;
}

button.button-search {
  width: 50px !important;
}

.buttons-set button.button {
  width: 200px !important;
}

.btn-lime, .button,
.actions button.button,
.products-grid .item form button,
.box-up-sell .mini-products-list button,
#wishlist-table .item-manage .button,
.buttons-set button.button,
#wishlist-table td.customer-wishlist-item-cart .button,
.sidebar .actions button.button.btn-cart,
.checkout-types.minicart .button.checkout-button,
.product-info .actions .button,
.mini-products-list .product-details button,
#co-shipping-method-form .buttons-set .button {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eb6178), color-stop(1, #e31836));
  background: -o-linear-gradient(bottom, #eb6178 0%, #e31836 25%);
  background: -moz-linear-gradient(bottom, #eb6178 0%, #e31836 25%);
  background: -webkit-linear-gradient(bottom, #eb6178 0%, #e31836 25%);
  background: -ms-linear-gradient(bottom, #eb6178 0%, #e31836 25%);
  background: linear-gradient(to bottom, #eb6178 0%, #e31836 25%);
  width: 100%;
  color: white;
  display: inline-block;
  border-radius: 3px;
  font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
  text-transform: uppercase;
  border: none;
  transition: background 0.5s ease;
}
.btn-lime:hover, .button:hover,
.actions button.button:hover,
.products-grid .item form button:hover,
.box-up-sell .mini-products-list button:hover,
#wishlist-table .item-manage .button:hover,
.buttons-set button.button:hover,
#wishlist-table td.customer-wishlist-item-cart .button:hover,
.sidebar .actions button.button.btn-cart:hover,
.checkout-types.minicart .button.checkout-button:hover,
.product-info .actions .button:hover,
.mini-products-list .product-details button:hover,
#co-shipping-method-form .buttons-set .button:hover {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
  background: #575757;
}
.btn-lime.btn-cart:hover, .button.btn-cart:hover,
.actions button.button.btn-cart:hover,
.products-grid .item form button.btn-cart:hover,
.box-up-sell .mini-products-list button.btn-cart:hover,
#wishlist-table .item-manage .button.btn-cart:hover,
.buttons-set button.button.btn-cart:hover,
#wishlist-table td.customer-wishlist-item-cart .button.btn-cart:hover,
.sidebar .actions button.button.btn-cart.btn-cart:hover,
.checkout-types.minicart .button.checkout-button.btn-cart:hover,
.product-info .actions .button.btn-cart:hover,
.mini-products-list .product-details button.btn-cart:hover,
#co-shipping-method-form .buttons-set .button.btn-cart:hover {
  padding: 10px 20px;
}
.btn-lime.btn-cart:hover span, .button.btn-cart:hover span,
.actions button.button.btn-cart:hover span,
.products-grid .item form button.btn-cart:hover span,
.box-up-sell .mini-products-list button.btn-cart:hover span,
#wishlist-table .item-manage .button.btn-cart:hover span,
.buttons-set button.button.btn-cart:hover span,
#wishlist-table td.customer-wishlist-item-cart .button.btn-cart:hover span,
.sidebar .actions button.button.btn-cart.btn-cart:hover span,
.checkout-types.minicart .button.checkout-button.btn-cart:hover span,
.product-info .actions .button.btn-cart:hover span,
.mini-products-list .product-details button.btn-cart:hover span,
#co-shipping-method-form .buttons-set .button.btn-cart:hover span {
  color: white !important;
}

.btn-proceed-checkout {
  padding: 10px 20px;
}

.button2:hover {
  text-decoration: none;
  color: #383838 !important;
  padding: 0px 5px !important;
  background: transparent !important;
}

.btn-grey-grad {
  width: 100%;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8c8c8c), color-stop(1, #474747));
  background: -o-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background: -moz-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background: -webkit-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background: -ms-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background: linear-gradient(to bottom, #8c8c8c 0%, #474747 44%);
  text-transform: uppercase !important;
  position: relative;
  color: white;
  transition: background 0.5s ease;
}
.btn-grey-grad:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eb6178), color-stop(1, #e31836));
  background: -o-linear-gradient(bottom, #eb6178 0%, #e31836 25%);
  background: -moz-linear-gradient(bottom, #eb6178 0%, #e31836 25%);
  background: -webkit-linear-gradient(bottom, #eb6178 0%, #e31836 25%);
  background: -ms-linear-gradient(bottom, #eb6178 0%, #e31836 25%);
  background: linear-gradient(to bottom, #eb6178 0%, #e31836 25%);
  color: white;
}

.btn-info {
  width: 100%;
  text-decoration: none;
  background: #D8D8D8;
  color: #575757;
  transition: background 0.5s ease;
}
.btn-info:hover {
  background: #ee2846;
  color: white;
}

.btn-account {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8c8c8c), color-stop(1, #474747));
  background: -o-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background: -moz-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background: -webkit-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background: -ms-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background: linear-gradient(to bottom, #8c8c8c 0%, #474747 44%);
  text-transform: uppercase !important;
  position: relative;
  color: white;
  height: 40px;
  padding: 0px 8px;
  margin-right: 14px;
  transition: background 0.5s ease;
}
.btn-account:hover {
  color: white;
}

#apply_coupon_btn, #cancel_coupon_btn, #edit_cart_action {
  padding: 10px 20px;
  width: 160px;
}

.fa-user {
  color: white;
}

#qtyswitcher-add-to-cart-box .button.btn-cart,
.mini-products-list .product-details button {
  padding: 10px 20px;
  color: white;
  display: inline-block;
  border-radius: 3px;
  font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
  text-transform: uppercase;
  border: none;
}
#qtyswitcher-add-to-cart-box .button.btn-cart:hover,
.mini-products-list .product-details button:hover {
  color: white;
  text-decoration: none;
  padding: 10px 20px;
}

.btn-grey {
  background: #575757;
  color: white;
  padding: 10px 35px;
  display: inline-block;
  border: solid 2px #575757;
}
.btn-grey:hover {
  border: solid 2px #575757;
  background: transparent;
  color: #575757;
  text-decoration: none;
}

.actions button.button {
  padding: 10px 20px;
  text-align: center;
  font-weight: bold;
  color: #383838;
}
.actions button.button span {
  color: white;
  font-size: 18px;
}

.header-right .bottom .skip-links div .btn-lime,
.header-right .bottom .skip-links div .btn-lime:hover {
  color: #383838;
}

.search-button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
}

.ico-06, .ico-09, .ico-03, .ico-59, .ico-57,
.ico-62, .ico-64, .ico-42, .ico-45, .ico-48, .ico-wishlist-full,
.ico-14, .ico-16, .ico-50, .ico-18, .ico-22, .ico-next, .ico-prev,
.ico-25, .ico-20, .ico-12, .ico-28, .tw-icon, .fb-icon,
.view-mode .grid, .list, .ico-cart, .ico-local, .ico-acc, .ico-search,
.ico-delivery, .ico-discounts, .ico-loyality, .link-wishlist i.wishlist, .link-wishlist i.wishlist:hover {
  display: inline-block;
  background: url("../images/icons.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.ln-icon {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.ico-06, .ico-delivery {
  background-position: -5px -0px;
  width: 66px;
  height: 44px;
}

.ico-09, .ico-loyality {
  background-position: -5px -49px;
  width: 63px;
  height: 50px;
}

.ico-03, .ico-discounts {
  background-position: -5px -104px;
  width: 56px;
  height: 55px;
}

.ico-59 {
  background-position: -5px -164px;
  width: 38px;
  height: 36px;
}

.ico-57 {
  background-position: -5px -205px;
  width: 37px;
  height: 36px;
}

.ico-62 {
  background-position: -5px -246px;
  width: 28px;
  height: 28px;
}

.ico-64, .search-button:before {
  background-position: -38px -246px;
  width: 28px;
  height: 28px;
}

.ico-42, .ico-search {
  background-position: -5px -276px;
  width: 24px;
  height: 28px;
  opacity: 0.6;
  margin-right: -5px;
  margin-top: 1px;
}

.ico-45, .ico-cart {
  background-position: -34px -279px;
  width: 23px;
  height: 22px;
  position: absolute;
  left: 24px;
  z-index: 111;
  top: 10px;
}

.ico-48, .list {
  background-position: -34px -306px;
  width: 22px;
  height: 16px;
}

.ico-14, .link-wishlist i.wishlist {
  background-position: -5px -307px;
  width: 21px;
  height: 20px;
}

.ico-16, .link-wishlist i.wishlist:hover, .ico-wishlist-full {
  background-position: -31px -327px;
  width: 21px;
  height: 20px;
}

.ico-50, .view-mode .grid {
  background-position: -5px -332px;
  width: 21px;
  height: 16px;
}

.ico-18, .ico-prev {
  background-position: -47px -205px;
  width: 19px;
  height: 20px;
}

.ico-22 {
  background-position: -48px -164px;
  width: 18px;
  height: 18px;
}

.ico-25, .search-button:before {
  background-position: -48px -187px;
  width: 18px;
  height: 16px;
}

.ico-20, .ico-next {
  background-position: -31px -352px;
  width: 17px;
  height: 18px;
}

.ico-12, .ico-acc {
  background-position: -5px -353px;
  width: 16px;
  height: 18px;
  position: absolute;
  top: 12px;
  left: 14px;
}

.ico-28, .ico-local {
  background-position: -53px -352px;
  width: 13px;
  height: 18px;
  position: absolute;
  top: 13px;
  left: 21px;
}

.button.button-search {
  margin-top: 0 !important;
  background: #ee2846;
  top: 0px !important;
  padding: 3px 18px;
  border-radius: 0px 3px 3px 0px;
  height: 100%;
}

.button.button-search:hover,
.button.button-search:focus,
.button.button-search:active {
  top: 0px !important;
}
.button.button-search:hover .ico-search,
.button.button-search:focus .ico-search,
.button.button-search:active .ico-search {
  top: 0px !important;
}

.ico-free-delivery {
  top: 5px;
  left: -8px;
  height: 27px;
  width: 37px;
  position: relative;
  display: inline-block;
  background: url("../images/freedelivery_03.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.ico-phone {
  top: 5px;
  height: 20px;
  width: 37px;
  position: relative;
  display: inline-block;
  background: url("../images/ico-phone.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  left: 12px;
  opacity: 0.7;
}

.ico-mail {
  top: 9px;
  height: 20px;
  width: 37px;
  position: relative;
  display: inline-block;
  background: url("../images/ico-email.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
  left: 11px;
  opacity: 0.7;
}

.ico-vegan {
  top: 9px;
  height: 35px;
  width: 37px;
  position: relative;
  display: inline-block;
  background: url("../images/ico-vegan.png") no-repeat;
  text-indent: -9999px;
  text-align: left;
  left: 11px;
  opacity: 0.7;
}

.ico-veg {
  top: 9px;
  height: 35px;
  width: 37px;
  position: relative;
  display: inline-block;
  background: url("../images/ico-veg.png") no-repeat;
  text-indent: -9999px;
  text-align: left;
  left: 11px;
  opacity: 0.7;
}

.btn-signup {
  padding: 10px 20px;
  text-align: center;
  color: #383838;
  display: inline-block;
  border-radius: 3px;
  font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
  text-transform: uppercase;
  transition: background 0.5s ease;
  border: none;
  transition-duration: 0.3s;
  transition-property: background;
}
.btn-signup:hover {
  background: #ee2846;
}

.button.button-search {
  position: absolute;
  top: 0px;
  right: 0px;
}

.ico-nl {
  position: absolute;
  left: 0;
  top: 11px;
  width: 57px;
  height: 48px;
  display: inline-block;
  background: url("../images/ico-nl.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left;
}

.fb-icon {
  background-position: -5px -205px;
  width: 37px;
  height: 36px;
}

.tw-icon {
  background-position: -5px -164px;
  width: 38px;
  height: 36px;
}

.ln-icon {
  background: url("../images/in_logo.png") no-repeat;
  width: 37px;
  height: 37px;
  margin-left: 4px;
}

.buttons-set a.btn:not(.button) {
  padding: 10px 20px;
}

.sorter .sort-by,
.count-container .limiter {
  position: relative;
  margin-left: 20px;
}

.ico-arrow-down {
  position: absolute;
  right: 6px;
  top: 11px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 5px;
  border-color: #b2b2b2 transparent transparent transparent;
}

@media screen and (max-width: 770px) {
  .btn-account {
    padding: 0px 20px;
  }
}
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
  padding-top: 0px;
}
body.cms-home .slideshow-container {
  margin-top: 0;
}

/* -------------------------------------------- *
 * New Products slider
 */
.product-slide {
  width: 220px !important;
  margin-right: 29px !important;
  border: 1px solid #ededed;
  background-color: white;
  min-height: 405px;
}
.product-slide .actions {
  position: absolute;
  bottom: 16px;
  left: 0px;
  width: 100%;
  padding: 0px 20px;
}
.product-slide .actions .view-details {
  padding: 10px 20px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #eb6178), color-stop(1, #e31836));
  background: -o-linear-gradient(bottom, #eb6178 0%, #e31836 25%);
  background: -moz-linear-gradient(bottom, #eb6178 0%, #e31836 25%);
  background: -webkit-linear-gradient(bottom, #eb6178 0%, #e31836 25%);
  background: -ms-linear-gradient(bottom, #eb6178 0%, #e31836 25%);
  background: linear-gradient(to bottom, #eb6178 0%, #e31836 25%);
  width: 100%;
  color: white !important;
  display: inline-block;
  border-radius: 3px;
  font-family: "helvetica_neue_cond_bold";
  text-transform: uppercase;
  border: none;
  transition: background 0.5s ease;
  padding: 10px !important;
  font-size: 18px;
}

.no-touch .product-image:hover {
  border: none !important;
}

.product-slide .product-image {
  border: none;
}
.product-slide .product-image > img {
  height: 220px !important;
  position: relative !important;
  padding: 20px;
  z-index: 10 !important;
}

#bestseller-products > #slides > .bx-wrapper > .bx-viewport,
#category-products > #slides > .bx-wrapper > .bx-viewport {
  height: 400px !important;
}

.product-info {
  text-align: center;
  padding: 5px 13px 20px 13px;
}

.price-box {
  padding: 5px 0px;
}

.product-slide > .product-info > a > h2.product-name {
  text-transform: capitalize;
  font-size: 16px;
  color: #383838;
  font-weight: 700;
  min-height: 67px;
}

#category-products {
  margin-top: 34px;
}

#bestseller-products {
  margin-bottom: 40px;
}

#category-products .bx-wrapper,
#bestseller-products .bx-wrapper {
  height: 382px;
}

#bestseller-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a,
#category-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a {
  background: transparent !important;
  transition: background-color 0.5s ease;
}
#bestseller-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a:after,
#category-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a:after {
  content: '';
  display: inline-block;
  border-left: 3px solid #575757;
  border-bottom: 3px solid #575757;
  width: 22px;
  height: 22px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background: none;
  position: absolute;
  z-index: 10 !important;
  left: 34%;
  top: -130%;
  transition: background-color 0.5s ease;
}
#bestseller-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a::before,
#category-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a::before {
  content: '';
  position: absolute;
  width: 43px;
  height: 39px;
  background: transparent;
  border-radius: 3px;
  border: none;
  top: -159%;
  left: 0;
  opacity: 0.7;
  z-index: 1;
  transition: background-color 0.5s ease;
}
#bestseller-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-next,
#category-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-next {
  transition: background-color 0.5s ease;
  right: -32px;
}
#bestseller-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-next:after,
#category-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-next:after {
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  background: none;
}
#bestseller-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-prev,
#category-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-prev {
  transition: background-color 0.5s ease;
  left: -43px;
}
#bestseller-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-prev:after,
#category-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-prev:after {
  left: 59%;
}

/* -------------------------------------------- *
 * about us Section
 */
.home-content > .about-us > .content > h2 {
  font-size: 24px;
  color: #ee2846;
  font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
  font-weight: 700;
}

.home-content > .about-us > .content {
  width: 46%;
  margin: 0 0px;
}
.home-content > .about-us > .content p {
  font-size: 18px;
  font-family: "helvetica", Arial, sans-serif;
  font-weight: 400;
}

.about-us {
  max-width: 1220px;
  margin: 0 auto;
}

.about-us-btn {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8c8c8c), color-stop(1, #474747));
  background-image: -o-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background-image: -moz-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background-image: -webkit-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background-image: -ms-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background-image: linear-gradient(to bottom, #8c8c8c 0%, #474747 44%);
  text-transform: uppercase !important;
  position: relative;
  color: white;
  margin-right: 14px;
  font-size: 18px;
  height: 54px;
  width: 216px;
  line-height: 35px;
  margin-bottom: 20px;
}
.about-us-btn:hover {
  background-color: #ee2846;
  color: white;
}

.about-us-img {
  display: inline-block;
  margin-left: 20px;
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.special-offers-wrapper {
  background-color: whitesmoke;
  border-top: 1px solid #edf0ec;
}

.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.promos:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #cccccc;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.promos > li:last-child {
  margin-bottom: 0;
}

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "open_sans_reg", Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

li.item {
  height: auto;
}

@media only screen and (min-width: 771px) {
  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: black;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

.std .bx-wrapper {
  max-width: 1366px !important;
  margin: 0 auto;
  box-shadow: none !important;
  border: none !important;
  background: none !important;
}

.bx-wrapper img {
  left: 0px;
  max-width: none;
}
@media (max-width: 1024px) {
  .bx-wrapper img {
    max-width: 100%;
  }
}
@media (max-width: 440px) {
  .bx-wrapper img {
    max-width: 100%;
  }
}

.bx-wrapper .bx-controls-direction a {
  background: transparent !important;
  transition: background-color 0.5s ease;
}
.bx-wrapper .bx-controls-direction a:after {
  content: '';
  display: inline-block;
  border-left: 1px solid #575757;
  border-bottom: 1px solid #575757;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background: none;
  position: absolute;
  z-index: 10 !important;
  left: 34%;
  top: 43%;
  transition: background-color 0.5s ease;
}
.bx-wrapper .bx-controls-direction a::before {
  content: '';
  position: absolute;
  width: 43px;
  height: 39px;
  background: white;
  border-radius: 3px;
  border: solid 1px #edf0ec;
  top: 0px;
  left: 0;
  opacity: 0.7;
  z-index: 1;
  transition: background-color 0.5s ease;
}
.bx-wrapper .bx-controls-direction a.bx-next {
  transition: background-color 0.5s ease;
  right: 53px;
}
.bx-wrapper .bx-controls-direction a.bx-next:after {
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  background: none;
}
.bx-wrapper .bx-controls-direction a.bx-next:hover:after {
  transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  background: none;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
  transition: background-color 0.5s ease;
  left: 38px;
}
.bx-wrapper .bx-controls-direction a.bx-prev:after {
  left: 59%;
}
.bx-wrapper .bx-controls-direction a.bx-prev:hover:after {
  left: 59%;
}
.bx-wrapper .bx-controls-direction a:hover:after {
  content: '';
  display: inline-block;
  border-left: 1px solid white;
  border-bottom: 1px solid #edf0ec;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  background: none;
  position: absolute;
  z-index: 100;
  left: 34%;
  top: 43%;
}
.bx-wrapper .bx-controls-direction a:hover::before {
  content: '';
  position: absolute;
  width: 43px;
  height: 39px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8c8c8c), color-stop(1, #474747));
  background: -o-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background: -moz-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background: -webkit-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background: -ms-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background: linear-gradient(to bottom, #8c8c8c 0%, #474747 44%);
  border-radius: 3px;
  border: solid 1px #edf0ec;
  top: 0px;
  left: 0;
  z-index: 1;
  opacity: 1;
}

/* slider end */
span.txtWeekTimes {
  float: right;
  width: 75%;
  text-align: right;
}

span.txtWeekDay {
  float: left;
  width: 25%;
}

.left-image {
  position: absolute;
  z-index: -1;
}

.right-image {
  position: absolute;
  left: 98px;
}

.home-categories {
  margin: 20px 0px 40px 0px;
}

.home-block-category:first-child {
  margin: 10px 10px 10px 0px;
}

.home-block-category:last-child {
  margin: 10px 0px 10px 10px;
}

.home-block-category {
  float: left;
  border: 1px solid #edf0ec;
  width: 285px;
  height: 106px;
  position: relative;
  padding-left: 0px;
  margin: 10px 10px 10px 20px;
}
.home-block-category span {
  position: absolute;
  font-size: 22px;
  font-weight: 400;
  color: white;
  font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
  text-transform: uppercase;
  float: right;
  z-index: 1;
  right: 15px;
  line-height: 30px;
  top: 25px;
  word-wrap: break-word;
  white-space: pre-wrap;
  width: 122px;
  text-align: right;
}

.home-content .local-branch .content li a {
  display: inline-block;
  padding: 13px 12px 5px 9px;
  width: 100%;
  height: 100%;
  margin-bottom: 0px !important;
}

.home-content {
  background-image: url("../images/img-about-us.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -300px 0px;
  background-color: #D9EAF7;
  padding: 40px 0px 40px 0px;
}
.home-content .our-story,
.home-content .local-branch {
  padding-left: 10px;
  display: inline-block;
  width: 50%;
  float: left;
}
.home-content .our-story .wrapper,
.home-content .our-story .content,
.home-content .local-branch .wrapper,
.home-content .local-branch .content {
  padding: 50px 0px 20px 10px;
  width: 610px;
  float: right;
  box-sizing: border-box;
  text-align: left;
}
.home-content .our-story {
  padding-top: 50px;
  background-color: #edf0ec;
  min-height: 350px;
  height: 534px;
}
.home-content .our-story .content {
  padding-right: 40px;
}
.home-content .our-story .content h3 {
  font: 700 22px/22px "helvetica_neue_cond_bold", Arial, sans-serif;
  color: #575757;
  margin-bottom: 20px;
}
.home-content .our-story .content p {
  font: 400 16px/22px "helvetica", Arial, sans-serif;
  color: #575757;
}
.home-content .local-branch {
  background-color: #f72a46;
}
.home-content .local-branch .content > .wrapper > .content {
  padding-left: 15px;
  width: 400px;
  float: right;
}
.home-content .local-branch .content > .wrapper > .content .title {
  margin-top: -49px;
  margin-bottom: 27px;
  font: 700 22px/22px "helvetica_neue_cond_bold", Arial, sans-serif;
}
.home-content .local-branch .list-container {
  width: 200px;
  float: left;
}
.home-content .local-branch .list-container .bx-wrapper {
  max-width: 210px !important;
  max-height: 310px;
  text-align: center;
}
.home-content .local-branch .list-container .bx-wrapper li {
  margin-left: 0;
  border-bottom: solid 1px #edf0ec;
}
.home-content .local-branch .list-container .bx-wrapper li:hover {
  background: #575757;
  color: white;
}
.home-content .local-branch .list-container .bx-wrapper li:hover a {
  color: white;
  text-decoration: none;
}
.home-content .local-branch .list-container .bx-wrapper .bx-default-pager {
  display: none;
}
.home-content .local-branch .list-container .bx-wrapper .bx-controls-direction a {
  right: 0;
  left: 0;
  text-align: center;
  margin: 0 auto;
}
.home-content .local-branch .list-container .bx-wrapper .bx-controls-direction a.bx-prev {
  top: -45px;
}
.home-content .local-branch .list-container .bx-wrapper .bx-controls-direction a.bx-prev::before {
  content: none;
}
.home-content .local-branch .list-container .bx-wrapper .bx-controls-direction a.bx-prev:after {
  content: '';
  display: inline-block;
  border-left: 4px solid #575757;
  border-bottom: 4px solid #575757;
  width: 21px;
  height: 21px;
  background: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 50%;
  transition: background-color 0.5s ease;
  transform: rotate(134deg);
  -ms-transform: rotate(134deg);
  -webkit-transform: rotate(134deg);
  -moz-transform: rotate(134deg);
  -o-transform: rotate(134deg);
}
.home-content .local-branch .list-container .bx-wrapper .bx-controls-direction a.bx-next {
  bottom: -28px;
  top: auto;
}
.home-content .local-branch .list-container .bx-wrapper .bx-controls-direction a.bx-next::before {
  content: none;
}
.home-content .local-branch .list-container .bx-wrapper .bx-controls-direction a.bx-next:after {
  content: '';
  display: inline-block;
  border-left: 4px solid #575757;
  border-bottom: 4px solid #575757;
  width: 21px;
  height: 21px;
  background: none;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 50%;
  transition: background-color 0.5s ease;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.home-content .local-branch .content {
  float: left;
}
.home-content .local-branch .content h4, .home-content .local-branch .content .details .name {
  font: 700 16px/16px "helvetica_neue_cond_bold", Arial, sans-serif;
  color: #575757;
  margin-bottom: 20px;
  margin-top: 0 !important;
}
.home-content .local-branch .content p, .home-content .local-branch .content a {
  font: 400 16px/20px "helvetica", Arial, sans-serif;
  color: #575757;
  margin: 0px;
  margin-bottom: 8px;
}
.home-content .local-branch .content p.email, .home-content .local-branch .content p.phone, .home-content .local-branch .content a.email, .home-content .local-branch .content a.phone {
  position: relative;
  padding-left: 20px;
}
.home-content .local-branch .content p.phone, .home-content .local-branch .content a.phone {
  margin-top: 15px;
}
.home-content .local-branch .content .email a {
  text-decoration: underline;
}
.home-content .local-branch .content .email a:hover {
  text-decoration: none;
}
.home-content .local-branch .content .map {
  height: 145px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%;
  border: solid 1px #ccc;
}
.home-content .local-branch .content .details, .home-content .local-branch .content .hours {
  display: inline-block;
  float: left;
}
.home-content .local-branch .content .details {
  float: left;
  width: 67%;
}
.home-content .local-branch .content .hours {
  float: right;
  width: 33%;
  max-height: 160px;
}
.home-content .local-branch .content .hours h4 {
  text-transform: none;
}

.newsletter-outer {
  padding-top: 15px;
}

.home-newsletter {
  height: 100%;
  background-color: #ee2846;
  padding: 20px 0px 6px 0px;
  color: white;
}
.home-newsletter .left {
  position: relative;
  padding-left: 25px;
}
.home-newsletter h4 {
  font-size: 30px;
  font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
  font-weight: 700;
  color: white;
  text-transform: none;
  margin-bottom: 0px;
}
.home-newsletter p {
  font-size: 16px;
  font-family: "helvetica", Arial, sans-serif;
  margin: 0px;
  line-height: 16px;
}
.home-newsletter .block-subscribe {
  float: right;
  width: auto;
  min-width: 290px;
  position: relative;
  left: -22px;
}
@media (max-width: 1024px) {
  .home-newsletter .block-subscribe {
    position: relative;
    left: -22px;
  }
}
@media (max-width: 500px) {
  .home-newsletter .block-subscribe {
    position: relative;
    left: 0px;
  }
}
.home-newsletter .block-subscribe form .block-content .input-box,
.home-newsletter .block-subscribe form .block-content .actions {
  display: inline-block;
  width: auto;
  float: left;
  margin: 0;
}
.home-newsletter .block-subscribe form .block-content .input-box {
  padding-top: 0;
}
@media (max-width: 600px) {
  .home-newsletter .block-subscribe form .block-content .input-box {
    width: 100%;
  }
}
.home-newsletter .block-subscribe form .block-content .input-box input[type='email'] {
  height: 47px;
  width: 399px;
}
@media (max-width: 1024px) {
  .home-newsletter .block-subscribe form .block-content .input-box input[type='email'] {
    width: 350px;
  }
}
@media (max-width: 768px) {
  .home-newsletter .block-subscribe form .block-content .input-box input[type='email'] {
    width: 360px;
  }
}
.home-newsletter .block-subscribe form .block-content button.button {
  border-radius: 0;
  height: 47px;
  width: auto !important;
  margin-top: 0;
  margin-left: -1px;
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8c8c8c), color-stop(1, #474747));
  background-image: -o-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background-image: -moz-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background-image: -webkit-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background-image: -ms-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background-image: linear-gradient(to bottom, #8c8c8c 0%, #474747 44%);
}
.home-newsletter .left {
  float: left;
}

.home-three-boxes {
  padding: 60px 0;
}
.home-three-boxes .wrapper {
  max-width: 1220px;
}
.home-three-boxes .box {
  display: inline-block;
  width: 33.333%;
  float: left;
  padding-right: 20px;
  min-height: 415px;
  position: relative;
}
.home-three-boxes .box a {
  transition: background 0.5s ease;
}
.home-three-boxes .box a:hover {
  text-decoration: none;
  color: white;
  background: #ee2846;
}
.home-three-boxes .box:last-child {
  padding-right: 0px;
}
.home-three-boxes .box .title,
.home-three-boxes .box .subtitle {
  max-width: 350px;
  overflow: hidden;
}
.home-three-boxes .box .title {
  color: #383838;
  text-transform: uppercase;
  font-size: 22px;
  font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
  font-weight: 700;
  margin: 20px 0 0 0;
}
.home-three-boxes .box .subtitle {
  color: #383838;
  font-size: 16px;
  max-height: 23px;
  font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
  font-weight: 700;
  margin: 15px 0;
}
.home-three-boxes .box .content {
  min-height: 126px;
  margin: 10px 0px;
  font-size: 14px;
}
.home-three-boxes .box .img {
  max-width: 100%;
  overflow: hidden;
  max-height: 169px;
}
.home-three-boxes .box .img img {
  width: 100%;
}
.home-three-boxes .box a, .home-three-boxes .box .three-box-link {
  font-size: 18px;
  font-weight: 100;
  color: white;
  text-decoration: none;
}
.home-three-boxes .box .three-box-input {
  height: 47px;
  width: 100%;
}
.home-three-boxes .box .actions {
  margin-top: 86px;
  position: absolute;
  width: 100%;
  bottom: 0px;
}
@media (max-width: 1024px) {
  .home-three-boxes .box .actions {
    position: relative;
  }
}

@media only screen and (max-width: 979px) {
  #header-nav {
    display: none;
  }

  .home-three-boxes {
    padding: 60px 0;
  }
  .home-three-boxes .wrapper {
    max-width: 1220px;
  }
  .home-three-boxes .box {
    display: inline-block;
    width: 32.333% !important;
    padding: 6px !important;
  }
  .home-three-boxes .title {
    color: #333333;
    text-transform: uppercase;
    font-size: 19px !important;
    font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
    font-weight: 700;
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-three-boxes .title {
    color: #333333;
    text-transform: uppercase;
    font-size: 15px !important;
    font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
    font-weight: 700;
    margin: 20px 0 0 0;
  }

  .home-content .local-branch .content p.email a {
    word-wrap: break-word;
  }

  .main-slider .bx-wrapper .bx-viewport .bxslider li .content {
    max-width: 300px !important;
    margin: 212px 107px !important;
  }
}
@media only screen and (max-width: 600px) {
  .home-three-boxes .box {
    display: inline-block;
    width: 100% !important;
    padding: 6px !important;
  }
  .home-three-boxes .box img {
    max-height: 150px;
  }
  .home-three-boxes .title {
    color: #333333;
    text-transform: uppercase;
    font-size: 19px !important;
    font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
    font-weight: 700;
    margin: 20px 0 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .home-newsletter .block-subscribe form .block-content .input-box input[type='email'] {
    width: 300px;
  }
}
@media only screen and (max-width: 400px) {
  .home-newsletter .block-subscribe form .block-content .input-box input[type='email'] {
    width: 100%;
  }
}
.row-info {
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 24px;
  font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
  background-color: #ee2846;
  color: white;
  max-width: 1363px;
  margin: 0px auto;
}
.row-info ul li {
  list-style: none;
  display: inline-block;
  width: 33.333%;
  float: left;
  border: solid 1px #edf0ec;
  margin: 0px;
  padding: 20px 0px 20px 130px;
  box-sizing: border-box;
  position: relative;
}
.row-info ul li i {
  position: absolute;
  left: 50px;
  top: 20px;
}
.row-info ul li i.ico-discounts {
  top: 14px;
}
.row-info ul li h4 {
  font: 700 24px/22px "helvetica_neue_cond_bold", Arial, sans-serif;
  color: #333333;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.row-info ul li p {
  font: 400 18px/18px "helvetica", Arial, sans-serif;
  color: #383838;
  margin-bottom: 0px;
}

.products-pick-wrapper {
  padding: 30px 0;
  width: 100%;
  display: inline-block;
  background-color: #edf0ec;
  position: relative;
}
.products-pick-wrapper:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  background: url("../images/shadow-home.png") no-repeat;
  background-size: cover !important;
  width: 100%;
  height: 10px;
}
.products-pick-wrapper .home-box {
  display: inline-block;
  width: 100%;
  padding: 0px;
  box-sizing: border-box;
}
.products-pick-wrapper .home-box .product {
  background-color: white;
  padding: 30px;
  display: inline-block;
  box-shadow: 1px 1px 3px #ccc;
  border: solid 1px #f0f0f0;
  width: 100%;
}
.products-pick-wrapper .home-box .price {
  margin: 15px 0;
}
.products-pick-wrapper .title {
  font-size: 26px;
  font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
  text-transform: uppercase;
  padding: 10px 0;
}
.products-pick-wrapper .daily,
.products-pick-wrapper .recommended {
  display: inline-block;
  width: 50%;
  float: left;
  color: #383838;
}
.products-pick-wrapper .daily .product .image,
.products-pick-wrapper .daily .product .content,
.products-pick-wrapper .recommended .product .image,
.products-pick-wrapper .recommended .product .content {
  display: inline-block;
  width: auto;
  float: left;
}
.products-pick-wrapper .daily .product .image .title,
.products-pick-wrapper .daily .product .content .title,
.products-pick-wrapper .recommended .product .image .title,
.products-pick-wrapper .recommended .product .content .title {
  font-size: 20px;
  font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
  text-transform: none;
  height: 70px;
  overflow: hidden;
}
.products-pick-wrapper .daily .product .image .price,
.products-pick-wrapper .daily .product .content .price,
.products-pick-wrapper .recommended .product .image .price,
.products-pick-wrapper .recommended .product .content .price {
  font-size: 30px;
  font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
}
.products-pick-wrapper .daily .product .image,
.products-pick-wrapper .recommended .product .image {
  max-width: 170px;
}
.products-pick-wrapper .daily .product .image img,
.products-pick-wrapper .recommended .product .image img {
  max-width: 100%;
}
.products-pick-wrapper .daily .product .content,
.products-pick-wrapper .recommended .product .content {
  padding-left: 30px;
  max-width: 350px;
}
.products-pick-wrapper .daily {
  padding-right: 20px;
}
.products-pick-wrapper .recommended {
  padding-left: 20px;
}

.main-slider .bx-wrapper .bx-viewport {
  height: 100% !important;
  position: relative;
}
.main-slider .bx-wrapper .bx-viewport .bxslider li {
  height: 500px;
  background-size: cover !important;
  background-color: #ee2846;
  margin: 0;
}
.main-slider .bx-wrapper .bx-viewport .bxslider li .content {
  max-width: 440px;
  margin-top: 217px;
  margin-left: 109px;
}
.main-slider .bx-wrapper .bx-viewport .bxslider li .content .btn-lime {
  font-size: 18px;
  line-height: 37px;
  margin: 25px 0;
  border-radius: 4px;
  width: 216px;
  height: 54px;
  transition-duration: 1s;
  transition-property: background-color;
}
.main-slider .bx-wrapper .bx-viewport .bxslider li .content .btn-lime:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8c8c8c), color-stop(1, #474747));
  background: -o-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background: -moz-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background: -webkit-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background: -ms-linear-gradient(bottom, #8c8c8c 0%, #474747 44%);
  background: linear-gradient(to bottom, #8c8c8c 0%, #474747 44%);
}
.main-slider .bx-wrapper .bx-pager {
  position: relative;
  width: auto;
  bottom: 60px;
}
.main-slider .bx-wrapper .bx-pager .bx-pager-item a {
  background: white;
  border: solid 1px #575757;
  margin: 0 2px;
}
.main-slider .bx-wrapper .bx-pager .bx-pager-item a.active {
  background: #575757;
}
.main-slider h2 {
  color: #383838;
  font-size: 36px;
  font-family: Times,Verdana,Arial , sans-serif;
  text-transform: uppercase;
  margin-bottom: 25px;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  -webkit-text-stroke: 1px;
  display: none;
}
.main-slider h4 {
  font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
  font-size: 18px;
  color: #383838;
  text-transform: uppercase;
  height: 80px;
  width: 90%;
  margin-bottom: 0px;
}

.maintitle {
  border: none;
  height: 50px;
  padding-top: 20px;
}

.maintitle:before,
.maintitle:after {
  background: #ddd;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 50%;
}

.maintitle:before {
  right: 100%;
}

.maintitle:after {
  left: 100%;
}

.titlemain {
  float: none;
  font-size: 22px;
  text-transform: uppercase;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 8px;
  font: 700 24px/24px "helvetica_neue_cond_bold", Arial, sans-serif;
}

.titlemain:before,
.titlemain:after {
  background-color: #575757;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  opacity: 0.1;
}

.titlemain:before {
  right: 0.5em;
  margin-left: -50%;
}

.titlemain:after {
  left: 0.5em;
  margin-right: -50%;
}

.product-slide .product-info {
  padding: 5px 13px 20px 13px;
}

.best-seller-wrapper {
  padding-bottom: 20px;
  margin-bottom: 50px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #edf0ec;
}
.best-seller-wrapper .wrapper .maintitle {
  display: inline-block;
  width: 100%;
  margin-bottom: 60px;
  text-align: left;
  border: none;
  padding-top: 0px;
}
.best-seller-wrapper .wrapper .titlemain {
  font: 700 24px/24px "helvetica_neue_cond_bold", Arial, sans-serif;
  text-transform: uppercase;
  color: #383838;
  padding: 20px 0;
  height: 45px;
  overflow: hidden;
  margin: 20px 0px 40px 0px;
}
.best-seller-wrapper .wrapper .viewall {
  display: none;
}
.best-seller-wrapper ul {
  height: 360px;
}
.best-seller-wrapper ul li.item {
  width: 186px;
  display: inline-block;
  margin-right: 0 !important;
  margin-left: 20px;
}
.best-seller-wrapper ul li.item:first-child {
  margin-left: 0;
}
.best-seller-wrapper ul li.item .price-box {
  text-align: left;
}
.best-seller-wrapper ul li.item span {
  color: #383838;
}
.best-seller-wrapper ul li.item .link-wishlist {
  display: none;
}
.best-seller-wrapper ul li.item .product-image {
  padding: 25px;
}
.best-seller-wrapper ul li.item .product-image:hover {
  border: solid 1px #de0e1d;
}
.best-seller-wrapper ul li.item .product-info {
  max-width: 140px;
}
.best-seller-wrapper ul li.item .product-info .product-name {
  margin: 15px 0 10px 0;
}
.best-seller-wrapper ul li.item .product-info .product-name a {
  font-size: 14px;
  font-family: "helvetica", Arial, sans-serif;
  text-transform: none;
  font-weight: 300;
  color: #383838;
}
.best-seller-wrapper ul li.item .product-info .product-name a:hover {
  color: #de0e1d;
}
.best-seller-wrapper ul li.item .product-info .actions button.button {
  width: 100%;
}
.best-seller-wrapper ul li.item .product-info .product-name h2 a {
  font-size: 14px;
  font-family: "helvetica", Arial, sans-serif;
}
.best-seller-wrapper ul li.item .price-box .regular-price .price {
  font-size: 18px;
  font-family: "helvetica_neue_cond_bold", Arial, sans-serif;
}
.best-seller-wrapper ul li .product-info .actions {
  display: inline-block;
}
.best-seller-wrapper .products-grid > li:nth-child(odd), .best-seller-wrapper .products-grid > li:nth-child(3n+1) {
  clear: none;
}

.toolbar {
  margin-bottom: 35px;
}

.products-grid > li .product-info .product-name {
  margin: 15px 0;
}
.products-grid > li .product-info .product-name a {
  font: 400 14px/14px "helvetica", Arial, sans-serif;
  color: #383838;
  height: 27px;
  overflow: hidden;
  display: inline-block;
  text-transform: none;
}
.products-grid > li .product-info .price-box .regular-price .price {
  font: 700 18px/18px "helvetica_neue_cond_bold", Arial, sans-serif;
}

#qtyswitcher-qty-box LABEL {
  font: 700 18px/18px "helvetica_neue_cond_bold", Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 8px;
  margin-right: 50px;
}

#qtyswitcher-btn-picto {
  margin-top: 0;
}
#qtyswitcher-btn-picto button {
  padding: 14px 33px;
}
#qtyswitcher-btn-picto button:hover {
  padding: 14px 33px;
}

.qtyswitcher-add-to-cart-box .qtyswitcher-qty {
  margin-top: 7px;
}

.qtyswitcher-qty .input-group {
  width: auto;
  background-color: #575757;
  display: inline-block;
  border: solid 2px #edf0ec;
  border-radius: 6px;
  height: 34px;
}

.qtyswitcher-qty .clone-qty {
  width: 40px;
  height: 30px;
  border: solid 2px #edf0ec;
  background: white;
  margin-top: 0;
  position: absolute;
  border-radius: 6px;
}

input#qtyswitcher-oneless.qtyswitcher-oneless,
input.qtyswitcher-oneless {
  border: none;
  background: url("../images/ico-minus_06.png") no-repeat transparent 8px 14px;
  width: 30px;
  height: 30px;
}

input#qtyswitcher-onemore.qtyswitcher-onemore,
input.qtyswitcher-onemore {
  border: none;
  margin-left: 42px;
  background: url("../images/ico-plus_03.png") no-repeat transparent 6px 7px;
  width: 30px;
  height: 30px;
}

.qtyswitcher-add-to-cart-box {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
  border: solid 1px #edf0ec;
  padding: 20px;
  background-color: #F6F6F6;
}
.qtyswitcher-add-to-cart-box .qtyswitcher-qty {
  display: inline-block;
  width: auto;
  float: left;
}
.qtyswitcher-add-to-cart-box .qtyswitcher-btn-picto {
  display: inline-block;
  width: auto;
}

.prev-next {
  display: inline-block;
  width: 100%;
  margin: 10px 0 20px 0;
}
.prev-next .previous,
.prev-next .next {
  text-align: left;
}
.prev-next .previous > a span, .prev-next .previous > a i,
.prev-next .next > a span,
.prev-next .next > a i {
  display: inline-block;
  float: left;
  font: 700 18px/18px "helvetica_neue_cond_bold", Arial, sans-serif;
}
.prev-next .previous > a span,
.prev-next .next > a span {
  margin-left: 6px;
}
.prev-next .next {
  text-align: right;
  float: right;
}
.prev-next .next span {
  margin-right: 6px;
}

.product-shop .product-name .h1 {
  font: 700 24px/25px "helvetica_neue_cond_bold", Arial, sans-serif;
}
.product-shop .short-description .std {
  font-size: 15px;
}

.product-view .sharing-links {
  float: right;
}

.product-options-bottom {
  background: transparent;
  border: none;
}

.product-essential .price-info {
  float: left !important;
  margin: 20px 0;
  max-width: 100% !important;
  text-align: left !important;
  padding-left: 0 !important;
  display: inline-block;
  width: 100%;
  border-bottom: solid 1px #edf0ec;
  padding-bottom: 20px;
}
.product-essential .price-info .price-box .price {
  font: 700 30px/25px "helvetica_neue_cond_bold", Arial, sans-serif;
}
.product-essential .product-shop .product-options {
  border: none;
  padding: 0;
  padding-top: 20px;
}
.product-essential .product-shop .product-options dl label {
  display: inline-block;
  float: left;
  width: auto;
  padding-right: 11px;
  padding-top: 10px;
}
.product-essential .product-shop .product-options dl label em {
  display: none;
}
.product-essential .product-shop .product-options dl label:after {
  content: none;
}
.product-essential .product-shop .product-options dl.last dd.last {
  display: inline-block;
  width: 100%;
  max-width: 370px;
}
.product-essential .product-shop .product-options p.required {
  display: none;
}
.product-essential .product-shop .product-options dd .input-box {
  display: inline-block;
  max-width: 100%;
  float: right;
  width: 100%;
  float: right;
  position: relative;
}
.product-essential .product-shop .product-options dd .input-box select {
  -webkit-appearance: none;
  border-radius: 5px;
  background: transparent;
  padding: 9px 20px 9px 7px;
  width: 100%;
  border: solid 1px #edf0ec;
}
.product-essential .product-shop .product-options dd .input-box .ico-arrow-down {
  top: 20px;
  right: 10px;
  border-color: #383838 transparent transparent transparent;
}
.product-essential .add-to-links .link-wishlist {
  padding-left: 30px;
  position: relative;
}
.product-essential .add-to-links .link-wishlist .ico-wishlist-full {
  position: absolute;
  left: 0;
  top: 4px;
}

.add-to-cart-wrapper .sharing-links {
  float: right;
}
.add-to-cart-wrapper .link-wishlist {
  position: relative;
  padding-left: 30px !important;
}
.add-to-cart-wrapper .link-wishlist i {
  position: absolute;
  left: 0;
  top: 3px;
}

p.connect {
  font-size: 18px;
  font-family: "helvetica", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2em;
  width: 90px;
  float: left;
  text-transform: uppercase;
  display: inline-block;
  text-align: left;
  padding-top: 8px;
}

p.newsletter {
  font-size: 18px;
  font-family: "helvetica", Arial, sans-serif;
  font-weight: 700;
  float: left;
  width: 170px;
  line-height: 1.2em;
  text-transform: uppercase;
}

.social-links {
  padding-top: 8px;
}

.std .main-slider {
  position: relative;
}
.std .main-slider p {
  margin: 0px;
}

#main-bxslider {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
    text-align: center;
}
#main-bxslider .bx-wrapper {
  box-shadow: none;
  border: none;
  background: white;
  /*position: absolute;*/
    position: relative;
    width: 100%;
    height: 100%;
    box-shadow: none;
    border: none;
    background: white;
    display: inline-block;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
#main-bxslider .bx-controls-direction {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 980px) {
  .pager {
    display: none;
  }

  .std .row-info ul {
    text-align: center;
  }

  .std .row-info .wrapper ul li i {
    left: 33%;
  }
}
@media only screen and (max-width: 600px) {
  .std .row-info .wrapper ul li i {
    left: 22%;
  }
}
@media only screen and (max-width: 400px) {
  .std .row-info .wrapper ul li i {
    left: 14%;
  }
}
.delivery-box {
  border: solid 1px #ee2846;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}
.delivery-box p {
  display: inline-block;
  z-index: 100;
  color: white;
}
.delivery-box p:first-of-type {
  background: #ee2846;
  position: relative;
  width: 109px;
  float: left;
  padding: 7px 10px;
  height: 85px;
  font-weight: bold;
}
.delivery-box p:first-of-type:before, .delivery-box p:first-of-type:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}
.delivery-box p:first-of-type:before {
  right: -15px;
  top: -25px;
  z-index: -10;
  border-width: 66px 0 53px 15px;
  border-color: transparent transparent transparent #ee2846;
}
.delivery-box p:first-of-type:after {
  right: -19px;
  top: -17px;
  z-index: -11;
  border-width: 61px 0 51px 19px;
  border-color: transparent transparent transparent #575757;
}
.delivery-box p:last-of-type {
  position: relative;
  width: 78%;
  padding-left: 29px;
  font-size: 14px;
  padding-top: 13px;
  color: #383838;
  height: 56px;
  display: inline-block;
}

#block-related button {
  padding: 10px 16px;
}

.block-related .block-title h2 {
  margin: 40px 0 40px 0;
}

.col-right .box-up-sell, .col-right .block-viewed {
  border: solid 1px #edf0ec;
}
.col-right .box-up-sell .block-content li.item, .col-right .block-viewed .block-content li.item {
  margin: 0 !important;
}
.col-right .box-up-sell h2,
.col-right .box-up-sell .block-title strong, .col-right .block-viewed h2,
.col-right .block-viewed .block-title strong {
  background: #575757;
  font: 700 14px/14px "helvetica_neue_cond_bold", Arial, sans-serif;
  color: white;
  text-transform: uppercase;
  padding: 14px 14px;
  display: inline-block;
  width: 100%;
}
.col-right .box-up-sell li, .col-right .block-viewed li {
  padding: 10px 20px;
  border-bottom: solid 1px #edf0ec;
}
.col-right .box-up-sell li:last-child, .col-right .block-viewed li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.col-right .box-up-sell .mini-products-list .product-image, .col-right .block-viewed .mini-products-list .product-image {
  max-width: 60px;
  margin-right: 15px;
}
.col-right .box-up-sell button, .col-right .block-viewed button {
  display: inline-block;
  width: 100%;
  margin: 20px 0;
}

.home-content .local-branch .content p.email a {
  word-wrap: break-word;
}

@media screen and (max-width: 1300px) {
  .home-content .local-branch .content > .wrapper > .content {
    float: left;
    width: 350px;
  }

  .home-content .our-story .wrapper, .home-content .our-story .content, .home-content .local-branch .wrapper, .home-content .local-branch .content {
    width: 580px;
  }
}
@media screen and (max-width: 1199px) {
  .home-content .our-story {
    height: 550px;
  }

  .home-content .local-branch .content {
    width: 610px;
  }

  .home-content .local-branch .content > .wrapper > .content {
    width: 240px;
  }

  .home-content .local-branch .content .details,
  .home-content .local-branch .content .hours {
    float: none;
    width: 100%;
  }

  .row-info ul li {
    padding: 20px 0px 20px 100px;
  }
  .row-info ul li i {
    left: 20px;
  }
  .row-info ul li h4 {
    font-size: 17px;
  }
  .row-info ul li p {
    font-size: 13px;
  }

  .home-content .our-story .wrapper,
  .home-content .our-story .content,
  .home-content .local-branch .wrapper,
  .home-content .local-branch .content {
    width: 450px;
  }
}
@media screen and (max-width: 979px) {
  .home-content {
    margin-top: 20px;
  }

  .home-content .our-story {
    height: 100%;
  }

  .home-content .local-branch .list-container {
    margin-top: 50px;
  }

  .home-content .our-story .content {
    padding-top: 40px !important;
  }

  .home-content .local-branch .content > .wrapper > .content {
    width: 65% !important;
    float: right !important;
  }

  .home-content .local-branch .content > .wrapper > .content .title {
    margin-top: 0;
  }

  .home-content .local-branch .list-container .bx-wrapper .bx-controls-direction a {
    right: 0 !important;
    left: 0 !important;
  }

  .products-pick-wrapper {
    margin: 0 auto;
    text-align: center;
    padding: 60px 0 !important;
  }
  .products-pick-wrapper .daily .home-box .product,
  .products-pick-wrapper .recommended .home-box .product {
    max-width: 500px;
  }
  .products-pick-wrapper .daily {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-newsletter {
    height: 100%;
  }

  #bestseller-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-next,
  #category-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-next {
    right: -13px;
  }

  #bestseller-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-prev,
  #category-products > #slides > .bx-wrapper > .bx-controls > .bx-controls-direction > a.bx-prev {
    left: -30px;
  }

  .special-offers-wrapper, .best-seller-wrapper {
    padding: 0px 28px !important;
    margin: 0px auto !important;
  }

  #qtyswitcher-qty-box LABEL {
    font: 700 18px/18px "helvetica_neue_cond_bold", Arial, sans-serif;
    text-transform: uppercase;
    margin-top: 8px;
    margin-right: 20px;
  }

  .home-content .local-branch .wrapper {
    padding: 38px 0px 20px 10px;
  }

  .home-content .our-story {
    padding-top: 30px;
  }

  .home-content .local-branch .content .details .name, .home-content .local-branch .content h4 {
    font-size: 14px;
    font: "helvetica", Arial, sans-serif;
    line-height: 17px;
  }

  .home-three-boxes .box .img {
    max-height: 130px;
  }

  .sticky .logo img {
    width: 90%;
  }

  .home-content .local-branch .content > .local > .details {
    display: block;
    float: left;
  }

  .footer .block-subscribe {
    width: 100%;
  }

  .home-content > .about-us > .content {
    width: 70%;
    margin: 0px auto;
  }

  .about-us {
    background-position: -416px 0px;
  }

  .home-block-category:first-child,
  .home-block-category:last-child {
    margin: 10px 10px 10px 20px;
  }

  .home-categories {
    padding-left: 35px;
  }

  p.connect {
    width: 85px;
    margin: 0px 0px 0px 40px;
  }
}
@media screen and (max-width: 770px) {
  .footer .block-subscribe {
    width: 320px;
  }

  .home-content .local-branch .content .details .name, .home-content .local-branch .content h4 {
    font-size: 16px;
  }

  .home-content .our-story {
    height: 100%;
    margin-top: 10px;
  }

  .footer .connect {
    float: left;
    width: 100%;
    clear: both;
  }

  .home-three-boxes .box a, .home-three-boxes .box .three-box-link {
    font-size: 14px;
  }

  .home-categories {
    padding-left: 46px;
  }

  .about-us {
    background-position: -668px 0px;
  }

  .home-content > .about-us > .content {
    width: 75%;
    margin: 10px auto;
  }

  .main-container .main {
    margin: 0 10px;
    position: relative;
  }

  .home-content .local-branch .list-container .bx-wrapper .bx-controls-direction a {
    left: 0 !important;
  }

  .home-content .local-branch .list-container .bx-wrapper .bx-controls-direction a {
    right: 0 !important;
  }

  .home-content .local-branch .list-container {
    width: 246px;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    margin: 50px 0px;
    float: left;
  }

  .home-content .local-branch .content > .wrapper > .content {
    margin-top: 80px;
    width: 370px !important;
    margin: 0 auto;
    float: none !important;
    display: inline-block;
  }

  .home-content .local-branch .wrapper {
    text-align: center;
  }

  .home-content .local-branch .content {
    padding: 15 !important;
  }

  .home-content .local-branch .list-container {
    margin: 60px auto;
  }

  p.connect {
    width: 100%;
    margin: 0px 0px 0px 0px;
    text-align: center;
  }

  .newsletter-outer {
    max-width: 525px;
    text-align: center;
    display: block;
  }

  p.newsletter {
    width: 100%;
    margin-bottom: 5px;
  }

  .home-newsletter .left {
    float: none;
    padding-left: 0px;
  }

  .social-links {
    margin-top: 28px;
  }
}
.row-info ul li {
  margin-left: 0px !important;
}

@media screen and (max-width: 479px) {
  .home-content .local-branch .content h4, .home-content .local-branch .content .details .name {
    padding: 10px 0;
    margin: 0;
  }

  .home-content .local-branch .content > .wrapper > .content {
    width: 328px !important;
  }

  .header-right .bottom .skip-links div .btn-lime.btn-find-local {
    height: 44px !important;
  }

  .home-content .local-branch .list-container {
    width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 0px;
    margin: 50px 10px;
    float: none;
  }

  .home-content .our-story {
    padding-top: 20px !important;
    height: 100%;
  }

  .home-categories {
    padding-left: 20px;
  }

  .home-content .local-branch .content > .wrapper > .content .title {
    font-family: 700 18px/22px "open_sans_bold", Verdana, Arial, sans-serif;
  }

  body:not(.customer-account) .block:first-child .block-title {
    background: none;
    padding: 0 !important;
    margin: 0;
    border: none !important;
  }

  .sidebar .block:not(.block-layered-nav) .block-content {
    border: none;
  }

  .col-main {
    width: 100% !important;
  }

  .best-seller-wrapper .wrapper {
    width: 100%;
    display: inline-block;
    max-width: 100%;
    min-width: 100%;
  }
  .best-seller-wrapper .wrapper .maintitle {
    border: none;
  }
  .best-seller-wrapper .wrapper .maintitle div.titlemain {
    height: 100%;
    text-align: center;
    margin: 0;
    height: auto;
    float: none;
  }
  .best-seller-wrapper ul {
    height: 100% !important;
  }
  .best-seller-wrapper ul li.item {
    float: none;
    display: inline-block;
    margin: 0;
    width: 100%;
  }
  .best-seller-wrapper ul li.item .price-box {
    text-align: center;
  }
  .best-seller-wrapper ul li.item .product-info {
    width: 100%;
    min-width: 100%;
    min-height: 100% !important;
    height: 100%;
    padding-bottom: 10px !important;
  }
  .best-seller-wrapper ul li.item .product-info .actions {
    width: 100%;
    position: relative;
    min-height: 100%;
  }

  .local-branch .wrapper .content .local {
    padding: 0 10px;
  }

  .main-slider h4 {
    margin-bottom: 60px;
    font: "helvetica", Arial, sans-serif;
  }

  .bx-wrapper .bx-controls-direction a {
    top: 55%;
  }
}
.header-right .bottom .skip-links > a,
.header-right .bottom .skip-links div {
  text-align: center;
}

.bx-wrapper .bx-controls-direction a {
  z-index: 10;
}

@media only screen and (max-width: 690px) {
  .home-content .local-branch .list-container {
    margin: 0px auto;
    display: block;
    float: none;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .home-content .local-branch .content > .wrapper > .content {
    margin-top: 0px;
    width: 320px !important;
    margin: 0 auto;
    float: none !important;
    display: block;
  }

  .home-content .local-branch .content > .wrapper > .content h3.title {
    font-size: 20px;
  }
}
@media screen and (max-width: 350px) {
  .home-content .local-branch .content > .wrapper > .content {
    width: 300px !important;
  }

  .home-content .local-branch .list-container {
    margin-left: auto;
  }

  .home-content {
    padding: 0px !important;
  }

  .main-slider .bx-wrapper .bx-viewport .bxslider li .content {
    margin: 205px 30px !important;
  }

  .main-slider h4 {
    margin-bottom: 10px;
  }

  .home-categories {
    padding-left: 0px;
  }

  .block-content {
    text-align: center;
  }

  .home-content > .about-us > .content {
    width: 90%;
    margin: 20px 0px 40px 13px;
  }

  .home-block-category:first-child {
    margin: 10px 10px 10px 20px;
  }

  .home-block-category:last-child {
    margin: 10px 10px 10px 20px;
  }

  .footer .helpful ul {
    -webkit-column-count: 2;
  }

  .footer .helpful {
    border: none;
  }
}
/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative;
}

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 10px;
}

.catblocks li:hover {
  border-color: black;
}

@media only screen and (max-width: 770px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
.catblocks li:last-child {
  margin-right: 0 !important;
}

.catblocks li img {
  width: 100%;
  max-width: 100%;
}

.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px "open_sans_regular",Verdana,Arial,sans-serif;
  color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(../images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px "open_sans_regular",Verdana,Arial,sans-serif;
  color: #656565;
}

.prev-next .next {
  width: 160px;
  position: absolute;
  right: 0px;
}
