/*
 * Retina Sprites for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create two folders in your image directory (in this case 'icons' and 'icons-2x').
 * 2. adjust the foldernames defined below if you use different names.
 * 3. create sprite images for pixel ratio 1 screens and put them in the first folder.
 * 4. create sprite images for pixel ratio 2 screens and put them in the second folder, use the same filenames.
 * 5. use the sprite-image in your Sass/Scss using: '@include use-sprite(<sprite-name>)'
 */
/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
/*******************************************************************
                    Cart Block Styles
********************************************************************/
#header .block-cart {
  width: 100px;
  height: 77px;
  /*rtl:begin:remove*/
  background: url(img/bg-header-cart.png) no-repeat;
  /*rtl:end:remove*/
  /*rtl:raw: background-image: url(img/bg-header-cart_rtl.png);*/
  padding-right: 0;
  display: block;
  float: right;
  transition: all .1s ease-in; }
  #header .block-cart.hover {
    /*rtl:begin:remove*/
    background: url(img/bg-header-cart-hover.png) no-repeat;
    /*rtl:end:remove*/
    /*rtl:raw: background-image: url(img/bg-header-cart-hover_rtl.png);*/ }

#header .shopping_cart {
  position: relative; }

.shopping_cart {
  width: 100%;
  height: 100%;
  font-family: "Roboto Condensed", Arial /*rtl:"Roboto Condensed", Arial*/;
  font-weight: 400;
  font-style: normal; }
  .shopping_cart > a:first-child {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center; }
    .shopping_cart > a:first-child .ajax_cart_quantity {
      position: absolute;
      font-style: italic;
      right: 15px;
      top: 10px;
      font-size: 14px;
      color: #393939; }
    .shopping_cart > a:first-child .cart_name {
      display: inline-block;
      font-size: 10px;
      text-transform: uppercase;
      color: #393939;
      padding-top: 47px;
      padding-left: 12px; }
  .shopping_cart .ajax_cart_total {
    display: none !important; }
  .shopping_cart .block_cart_expand:after, .shopping_cart .block_cart_collapse:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #686666;
    padding: 6px 0 0 0; }
  .shopping_cart .block_cart_collapse:after {
    content: "\f0d8";
    padding: 4px 0px 2px 0px; }

.cart_block .cart_block_list .remove_link {
  position: absolute;
  bottom: 5px;
  right: 20px; }
  .cart_block .cart_block_list .remove_link .decashop {
    color: #c3c3c3; }
.cart_block .cart-images {
  float: left;
  width: 60px;
  margin-right: 20px;
  margin-left: 15px;
  padding-top: 4px; }
  .cart_block .cart-images img {
    max-width: 100%;
    height: auto; }
.cart_block .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 10px;
  float: left;
  width: 135px;
  padding-top: 4px; }
  .cart_block .cart-info .product-name a {
    font-size: 12px;
    font-family: "Roboto Condensed", Arial /*rtl:"Roboto Condensed", Arial*/;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    display: inline-block;
    color: #8d8d8d;
    text-transform: uppercase; }
  .cart_block .cart-info .quantity-formated {
    font-size: 10px;
    color: #8d8d8d;
    font-weight: bold;
    text-transform: uppercase; }
  .cart_block .cart-info .price {
    display: block; }
.cart_block .cart-price {
  float: left;
  width: 110px;
  text-align: right;
  padding-right: 5px; }
.cart_block dl {
  margin-bottom: 5px;
  max-height: 275px;
  overflow: scroll; }
.cart_block dt {
  font-weight: normal;
  overflow: hidden;
  padding: 15px 0 0 0;
  margin: 10px 0 0 0;
  position: relative; }
.cart_block dd {
  position: relative; }
  .cart_block dd .cart_block_customizations {
    border-top: 1px dashed #333; }
    .cart_block dd .cart_block_customizations li {
      padding: 10px 20px 10px 20px; }
      .cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
        position: absolute;
        right: 10px; }
.cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 20px 10px 20px; }
.cart_block .cart-prices {
  font-weight: bold;
  padding: 10px 15px 10px 15px; }
  .cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    padding: 7px 0 7px 0; }
    .cart_block .cart-prices .cart-prices-line.first-line {
      display: none; }
    .cart_block .cart-prices .cart-prices-line.last-line {
      border: none; }
.cart_block .cart-buttons {
  overflow: hidden;
  padding: 0 15px 10px 15px;
  margin: 0; }
  .cart_block .cart-buttons a {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px; }
    .cart_block .cart-buttons a#button_order_cart {
      margin-right: 0;
      border: none; }
    .cart_block .cart-buttons a#button_order_cart:lang(th) {
      color: #fff;
      font-size: 16px; }

/*******************************************************************
                    Cart Block(Header) Styles
********************************************************************/
#header .cart_block {
  position: absolute;
  top: 77px;
  right: 0;
  z-index: 100;
  display: none;
  height: auto;
  background: #fff;
  color: #fff;
  width: 350px;
  box-shadow: 0px 2px 35px 0px rgba(0, 0, 0, 0.5); }
  #header .cart_block:before {
    content: '';
    position: absolute;
    pointer-event: none;
    top: -12px;
    right: 20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 17px 12px 17px;
    border-color: transparent transparent #fee728 transparent; }
  #header .cart_block a {
    color: #000; }
    #header .cart_block a:hover {
      text-decoration: underline; }
  #header .cart_block .price {
    clear: both;
    font-family: Roboto, Helvetica, Arial /*rtl:Roboto, Helvetica, Arial*/;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    color: #464646; }
  #header .cart_block .total-line {
    font-size: 16px;
    color: #464646;
    font-weight: bold;
    text-transform: uppercase; }
  #header .cart_block dt {
    border-top: 1px solid #d8d8d8; }
    #header .cart_block dt.first_item {
      border: 0; }
  #header .cart_block .product-atributes {
    font-size: 10px; }
    #header .cart_block .product-atributes a {
      color: #8d8d8d;
      font-weight: bold;
      text-transform: uppercase; }
      #header .cart_block .product-atributes a:hover {
        color: #8d8d8d; }
  #header .cart_block .bottom-minicart {
    background: #f6f6f6; }
  #header .cart_block .cart-prices {
    border: none; }
#header .block_content {
  margin-bottom: 0;
  font-family: "Roboto Condensed", Arial /*rtl:"Roboto Condensed", Arial*/; }
  #header .block_content .cart_title {
    height: 55px;
    line-height: 55px;
    background: #fee728;
    color: #393939;
    font-size: 18px;
    font-style: italic;
    text-transform: uppercase;
    padding-left: 35px; }
    #header .block_content .cart_title .ajax_title_quantity {
      float: right;
      padding-right: 20px;
      font-size: 13px; }

.cart_block #cart_block_summary,
.cart_block .title_block span,
#header .cart_block h4,
#header .cart_block .title_block,
#header .cart_block h4 {
  display: none; }

.cart_block .cart_block_shipping_cost,
.cart_block .cart_block_tax_cost,
.cart_block .cart_block_total,
.cart_block .cart_block_wrapping_cost {
  float: right; }

.cart_block table.vouchers {
  clear: both;
  width: 100%;
  margin: 0 auto 10px auto; }
  .cart_block table.vouchers tr td {
    padding: 0 2px;
    font-size: 11px;
    color: #000; }
    .cart_block table.vouchers tr td.quantity-formated {
      color: #9c9b9b; }
      .cart_block table.vouchers tr td.quantity-formated .quantity {
        margin-right: 5px;
        color: #000; }
    .cart_block table.vouchers tr td.price {
      padding-top: 0 !important; }
    .cart_block table.vouchers tr td.delete {
      padding-left: 0;
      padding-right: 0;
      text-align: right; }
    .cart_block table.vouchers tr td .delete_voucher {
      display: inline-block;
      width: 19px;
      height: 19px;
      background: url(../../../img/icon/picto-delete.png) 0 0 no-repeat;
      margin-right: 5px; }

/*****************************************************************************
                    Layer Cart Css
*****************************************************************************/
.layer_cart_overlay {
  background-color: #000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
  opacity: 0.2;
  filter: alpha(opacity=20); }

* html .layer_cart_overlay {
  position: absolute;
  left: 0;
  margin-left: -160px;
  opacity: 0.2;
  filter: alpha(opacity=20); }

#layer_cart {
  background-color: #fff;
  position: absolute;
  display: none;
  z-index: 99;
  width: 714px;
  left: 50%;
  padding-bottom: 5px;
  margin-left: -357px; }
  #layer_cart .header-popup-cart {
    background: #fde828;
    height: 54px;
    line-height: 54px;
    position: relative; }
    #layer_cart .header-popup-cart h2 {
      margin: 0;
      font-size: 19px;
      font-weight: bold;
      font-style: italic;
      color: #393939;
      font-family: "Roboto Condensed", Arial /*rtl:"Roboto Condensed", Arial*/;
      text-transform: uppercase;
      padding: 0 0 0 20px;
      line-height: 54px; }
  #layer_cart .layer_cart_product {
    overflow: hidden;
    position: relative; }
    #layer_cart .layer_cart_product .product-image-container {
      padding: 20px;
      text-align: center; }
      #layer_cart .layer_cart_product .product-image-container img {
        display: inline-block; }
    #layer_cart .layer_cart_product .layer_cart_product_info {
      position: absolute;
      top: 40px;
      right: 15px;
      width: 225px;
      font-size: 12px; }
      #layer_cart .layer_cart_product .layer_cart_product_info #layer_cart_product_title {
        display: block;
        padding-bottom: 5px;
        font-size: 13px;
        font-family: Roboto, Helvetica, Arial /*rtl:Roboto, Helvetica, Arial*/;
        text-transform: uppercase;
        font-weight: normal; }
      #layer_cart .layer_cart_product .layer_cart_product_info .qte-popup-cart, #layer_cart .layer_cart_product .layer_cart_product_info .totalprice-popup-cart {
        display: none; }
      #layer_cart .layer_cart_product .layer_cart_product_info > div {
        padding-bottom: 7px; }
        #layer_cart .layer_cart_product .layer_cart_product_info > div strong {
          padding-right: 3px; }
  #layer_cart .btn-popup-cart {
    clear: both;
    text-align: center;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    margin: 0 20px 20px 20px; }
    #layer_cart .btn-popup-cart a {
      display: inline-block;
      width: 260px;
      margin-left: 150px; }
    #layer_cart .btn-popup-cart .button-exclusive {
      background: #fafafa;
      background: -moz-linear-gradient(top, #fafafa 0%, #e2e2e2 100%);
      background: -webkit-linear-gradient(top, #fafafa 0%, #e2e2e2 100%);
      background: linear-gradient(to bottom, #fafafa 0%, #e2e2e2 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e2e2e2',GradientType=0 ); }
      #layer_cart .btn-popup-cart .button-exclusive:hover {
        color: #000;
        text-decoration: underline; }
  #layer_cart .cross {
    position: absolute;
    right: 7px;
    top: 15px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    color: #fff;
    z-index: 2; }
    #layer_cart .cross:before {
      content: "\f057";
      display: block;
      font-family: "FontAwesome";
      font-size: 25px;
      line-height: 25px; }
    #layer_cart .cross:hover {
      color: #515151; }
  #layer_cart .continue {
    cursor: pointer;
    width: 260px;
    display: inline-block; }
  #layer_cart p {
    padding: 0px; }

/************************************************************************
                        Layer Cart Caroucel
*************************************************************************/
#layer_cart .crossseling .crossseling-content {
  position: relative; }
  #layer_cart .crossseling .crossseling-content .carousel-control {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 37%;
    height: 52px;
    width: 40px; }
    #layer_cart .crossseling .crossseling-content .carousel-control.left {
      background-image: url('/themes/decashop/img/sprites/normal-sd884eae63f.png');
      /*rtl:begin:ignore*/
      background-position: -40px -103px;
      /*rtl:end:ignore*/
      background-repeat: no-repeat;
      overflow: hidden;
      display: block;
      height: 52px;
      width: 40px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        #layer_cart .crossseling .crossseling-content .carousel-control.left {
          background-image: url('/themes/decashop/img/sprites/retina-s53acbfddde.png');
          background-size: 149px 194px;
          /*rtl:begin:ignore*/
          background-position: -41px -103px;
          /*rtl:end:ignore*/
          height: 53px;
          width: 41px; } }
    #layer_cart .crossseling .crossseling-content .carousel-control.right {
      background-image: url('/themes/decashop/img/sprites/normal-sd884eae63f.png');
      /*rtl:begin:ignore*/
      background-position: 0 -103px;
      /*rtl:end:ignore*/
      background-repeat: no-repeat;
      overflow: hidden;
      display: block;
      height: 52px;
      width: 40px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
        #layer_cart .crossseling .crossseling-content .carousel-control.right {
          background-image: url('/themes/decashop/img/sprites/retina-s53acbfddde.png');
          background-size: 149px 194px;
          /*rtl:begin:ignore*/
          background-position: 0 -103px;
          /*rtl:end:ignore*/
          height: 53px;
          width: 41px; } }
    #layer_cart .crossseling .crossseling-content .carousel-control:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
#layer_cart .crossseling h2 {
  padding: 0 20px 0 20px;
  font-family: Roboto, Helvetica, Arial /*rtl:Roboto, Helvetica, Arial*/;
  font-weight: 400;
  font-size: 19px;
  line-height: 22px;
  color: #232323;
  margin-bottom: 15px;
  font-weight: bold;
  font-style: italic;
  text-transform: uppercase; }
#layer_cart .crossseling #blockcart_list {
  width: 100%; }
  #layer_cart .crossseling #blockcart_list ul {
    display: table;
    margin: 0 auto;
    height: 251px; }
    #layer_cart .crossseling #blockcart_list ul li {
      float: left;
      width: 190px;
      height: 250px;
      margin: 0;
      border: 1px solid #d2d2d2;
      padding: 7px;
      margin-right: 10px !important;
      margin-bottom: 10px; }
      #layer_cart .crossseling #blockcart_list ul li .product-image-container {
        text-align: center;
        margin-bottom: 15px; }
        #layer_cart .crossseling #blockcart_list ul li .product-image-container img {
          width: 100%; }
      #layer_cart .crossseling #blockcart_list ul li .blockcart-cross-name {
        float: left;
        width: 49%;
        line-height: 12px;
        color: #393939; }
        #layer_cart .crossseling #blockcart_list ul li .blockcart-cross-name a {
          font-size: 11px;
          text-transform: uppercase; }
        #layer_cart .crossseling #blockcart_list ul li .blockcart-cross-name .product-manufacturer {
          font-weight: bold; }
      #layer_cart .crossseling #blockcart_list ul li .price_display {
        float: right;
        width: 49%;
        text-align: right; }
        #layer_cart .crossseling #blockcart_list ul li .price_display .from {
          display: block;
          font-size: 11px;
          color: #969696;
          font-family: "Roboto Condensed", Arial /*rtl:"Roboto Condensed", Arial*/;
          line-height: 12px; }
        #layer_cart .crossseling #blockcart_list ul li .price_display .price {
          font-size: 11px;
          font-weight: bold;
          color: #393939; }
