/**
* 2007-2020 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-2020 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 .cart-price {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  width: auto;
}

#_desktop_cart .value {
  color: #000;
  display: block;
  float: right;
  font-weight: 600;
  position: relative;
}

#header .blockcart .header .shopping-cart {
  display: inline;
  font-size: 14px;
}

#_desktop_cart .cart-image {
  float: left;
  position: relative;
  height: 100%
}

.cart {
  color: #000;
  letter-spacing: 0.5px;
  line-height: 18px;
  text-transform: capitalize;
}

#_desktop_cart .cart-products-count {
  font-size: 14px;
  font-weight: 600;
  line-height: 17px;
  margin-left: 5px;
  position: relative;
}

#header .header-nav .cart-preview .body {
  display: none;
}

#_desktop_cart .cart {
  font-weight: 500;
  line-height: 18px;
  padding-left: 5px;
  text-transform: capitalize;
  display: inline;
}

#header .blockcart, #header #_mobile_cart .blockcart{
  display: block;
  float: right;
  padding: 7px 12px 7px;
  position: relative;
  text-align: left;
  white-space: nowrap;
}

#header .cart_block {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  left: auto;
  margin: 0;
  position: absolute;
  right: -13px;
  top: 55px;
  z-index: 9999;
  width: 300px;
  height: auto;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0px 30px 130px -8px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 30px 130px -8px rgba(0,0,0,0.25);
  box-shadow: 0px 30px 130px -8px rgba(0,0,0,0.25);
}

.cart_block .cart-item {
  margin-bottom: 5px;
  padding: 10px 0;
  overflow: hidden;
  height: 104px;
}

.cart_block .cart-item .cart-image {
  float: left;
  margin-right: 12px;
  border: 1px solid #e6e6e6;
  text-align: center;
}

#header .header-top .blockcart .header .cart_block .cart-image {
  margin-top: 0;
}

.cart_block .cart-item .cart-image img {
  width: auto;
  height: 100%;
}

.cart_block .cart-item .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 20px;
}

.cart_block .cart-item .cart-info .product-quantity {
  display: inline-block;
  text-transform: uppercase;
  padding-right: 5px;
}

.cart_block .cart-item .cart-info .product-name {
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
}

#header .cart_block .cart-item .cart-info .product-name a {
  color: #000;
}

#header .cart_block .cart-item .cart-info .product-name a:hover {
  color: #205cbd;
}

.cart_block .cart-item .cart-info .product-price {
  display: block;
  font-size: 15px;
  margin-bottom: 0;
}

.cart_block .cart-item .cart-info .remove-from-cart {
  position: absolute;
  right: 0px;
  top: 4px;
}

.cart_block .cart-item .cart-info .remove-from-cart .material-icons {
  font-size: 20px;
  background: #fff;
}

.cart_block .cart-item .cart-info .customizations {
  padding-bottom: 10px;
  font-size: 11px;
}

.cart_block .cart-summary {
  margin-top: 10px;
}

#header .header-nav .blockcart {
  text-align: left;
}

.cart_block_list_mini {
  max-height: 220px;
}

.cart_block_list_side {
  max-height: 74%;
}

.cart_block_list {
  overflow: auto;
}

.block_header {
  margin-bottom: 10px;
  border-bottom: 1px solid black;
}

.block_header p{
  font-size: 12px;
  text-align: left;
  margin-bottom: 10px;
}

.checkout button{
  width: 100%;
}

#header .cart_block.cart-side{
  position: fixed;
  top: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  height: 100%;
  width: 450px;
  max-width: 100%;
}

/* Right side menu */
#header .cart_block.cart-right-side {
  right: -510px;
  left: unset;
}

/* Left side menu */
#header .cart_block.cart-left-side{
  left: -510px;
  right: unset;
}

.cart_block.cart-side .block_content
{
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

.cart_block.cart-side .side_cart_bottom{
  /* position: absolute;
  bottom: -20px;  */
  width: 100%;
  background-color: white;
}

.cart-side-filter{
  opacity: 0;
  position: fixed;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9998;
}

.has-discount .discount{
  font-weight: 600;
  padding: .2rem .35rem;
  font-size: 0.8rem;
  text-transform: uppercase;
  display: inline-block;
  background: none;
  margin-left: 0;
}