/**
* 2007-2018 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2018 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#_desktop_cart {
  display: none; }

#totblockcart {
  position: relative; }
  #totblockcart * {
    text-transform: none; }
  #totblockcart #totblockcart-btn-pic {
    margin-left: -7px; }
    #totblockcart #totblockcart-btn-pic i {
      margin-top: -10px; }
  #totblockcart #totblockcart_button_cart {
    margin-left: 15px;
    padding-top: 14px;
    padding-bottom: 10px; }
  #totblockcart #totblockcart_dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    width: 305px;
    overflow: hidden;
    background: #FFFFFF;
    border-top: 4px solid #333;
    z-index: 999;
    line-height: normal;
    -webkit-box-shadow: 2px 3px 10px rgba(207, 207, 207, 0.5);
    box-shadow: 2px 3px 10px rgba(207, 207, 207, 0.5);
    -webkit-transition-property: top, bottom;
    -webkit-transition-duration: 2.5s; }
    #totblockcart #totblockcart_dropdown .totblockcart-wrapper {
      max-height: 400px;
      overflow: auto; }
      #totblockcart #totblockcart_dropdown .totblockcart-wrapper::-webkit-scrollbar {
        display: none; }
    #totblockcart #totblockcart_dropdown .totblockcart-block {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding: 20px 30px 20px 20px;
      border-top: 1px solid black; }
	  #totblockcart #totblockcart_dropdown .totblockcart-block a[data-link-action="delete-from-cart"]
	  {
		  position:relative;
		  margin-left:10px;
	  }
	  #totblockcart #totblockcart_dropdown .totblockcart-block a[data-link-action="delete-from-cart"] i.remove
	  {
		  position:relative;
		  right:auto;
		  left:0px;
		  top:2px;
	  }
      #totblockcart #totblockcart_dropdown .totblockcart-block .remove {
        display: block;
        position: absolute;
        right: 5px;
        top: 5px;
        width: 18px;
        height: 18px;
        cursor: pointer;
        opacity: 0.7;
        -webkit-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out; }
        #totblockcart #totblockcart_dropdown .totblockcart-block .remove:hover {
          opacity: 1; }
      #totblockcart #totblockcart_dropdown .totblockcart-block + .totblockcart-block {
        border-top: 2px solid #222; }
      #totblockcart #totblockcart_dropdown .totblockcart-block .remove:before, #totblockcart #totblockcart_dropdown .totblockcart-block .remove:after {
        content: "";
        position: absolute;
        display: block;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        width: 100%;
        height: 0;
        border-top: 1px solid rgba(0, 0, 0, 0.5);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center; }
      #totblockcart #totblockcart_dropdown .totblockcart-block .remove:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      #totblockcart #totblockcart_dropdown .totblockcart-block .info {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-size: 14px;
        width: 100px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        #totblockcart #totblockcart_dropdown .totblockcart-block .info > * + * {
          margin: 10px 0 0; }
        #totblockcart #totblockcart_dropdown .totblockcart-block .info .title {
          color: #7a7a7a;
          font-weight: bold; }
          #totblockcart #totblockcart_dropdown .totblockcart-block .info .title:hover {
            text-decoration: underline; }
        #totblockcart #totblockcart_dropdown .totblockcart-block .info .attributes {
          color: #7a7a7a;
          opacity: 0.7; }
          #totblockcart #totblockcart_dropdown .totblockcart-block .info .attributes strong {
            display: block; }
          #totblockcart #totblockcart_dropdown .totblockcart-block .info .attributes small {
            display: block; }
        #totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          font-weight: normal;
          padding-top: 5px; }
          #totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity input,
          #totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .counter {
            height: 22px;
            font-size: 16px;
            border: 0;
            text-align: center;
            outline: none;
            color: #7a7a7a; }
          #totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity input {
            width: 30px; }
            #totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity input::-webkit-inner-spin-button, #totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity input::-webkit-outer-spin-button {
              -webkit-appearance: none;
              -moz-appearance: none;
              appearance: none;
              margin: 0; }
          #totblockcart #totblockcart_dropdown .totblockcart-block .info .quantity .counter {
            width: 22px;
            height: 22px;
            line-height: 100%;
            background: #f0f0f0;
            cursor: pointer; }
        #totblockcart #totblockcart_dropdown .totblockcart-block .info .price {
          font-size: 19px;
          color: #2fb5d2; }
      #totblockcart #totblockcart_dropdown .totblockcart-block .thumbnail {
        display: block;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100px;
        -moz-box-flex: 0;
        -ms-flex: 0 0 100px;
        flex: 0 0 100px;
        text-align: right;
        margin: 0 15px 0 0; }
        #totblockcart #totblockcart_dropdown .totblockcart-block .thumbnail a {
          display: block; }
    #totblockcart #totblockcart_dropdown .result {
      position: relative;
      padding: 20px;
      background: #f5f5f5;
      margin-top: -16px; }
      #totblockcart #totblockcart_dropdown .result > * {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        #totblockcart #totblockcart_dropdown .result > * + * {
          margin: 10px 0 0 0;
          padding: 10px 0 0 0;
          border-top: 1px solid rgba(122, 122, 122, 0.5); }
        #totblockcart #totblockcart_dropdown .result > * span:last-child {
          font-weight: bold; }
    #totblockcart #totblockcart_dropdown .checkout {
      background: #222;
      width: 100%;
      padding: 10px;
      border: 0;
      color: #fff;
      text-transform: uppercase;
      cursor: pointer; }
  #totblockcart .empty-cart {
    text-align: center;
    margin: 0;
    padding: 20px; }

/*# sourceMappingURL=totblockcart.css.map */
