/**
* 2007-2017 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-2017 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.
*/

#ohmcartpopup-wrapper {
    display: inline-block;
    padding: 0 .75rem;
}

.cp-inactive-cart {
    color: #7a7a7a !important;
}

.cp-inactive-cart i {
    color: #7a7a7a;
}

.hook-displayNavFullWidth {
    display: flex !important;
    justify-content: center;
    margin: 10px 0;
}

#ohmcartpopup-wrapper .ohmcartpopup{
	height: 100%;
    position: relative;
}

#ohmcartpopup-wrapper .header {
    background: #f5f5f5;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#ohmcartpopup-wrapper .cart-product img {
    height: auto;
    width: 100%;
}

#ohmcartpopup-wrapper .header .cart-arrow {
    float: right;
}

#ohmcartpopup-wrapper .header .cart-arrow i{
    display: none;
}

#ohmcartpopup-wrapper .header .cart-arrow i.actve{
    display: block;
    margin: 0 4px;
}

#ohmcartpopup-wrapper .header .cart-count {
	line-height: 25px;
    margin: 0 4px;
}

#ohmcartpopup-wrapper .header .cart-icon {
	float: left;
}

#ohmcartpopup-wrapper .header .cart-icon i{
    line-height: 27px;
}

#ohmcartpopup-wrapper .header .cart-arrow i{
    font-size: 32px;
    cursor: pointer;
    line-height: normal;
}

#ohmcartpopup-wrapper .body {
    /*display: none;*/
    max-height: 70vh;
    overflow-y: auto;
    padding: 20px;
    left: auto;
    right: 0;
    margin-top: 0px;
    position: absolute;
    /*top: -300px;*/
    z-index: 999;
    float: left;
    /*visibility: hidden;*/
    margin: 2px 0 0;
    font-size: 1rem;
    color: #878787;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0;
    
    transform-origin: top;
    transition: transform .3s;
    transform: scaleY(0);
}

#ohmcartpopup-wrapper .ohmcartpopup .body.shownow{
    transform: scaleY(1);
}

.cart-product {
    display: flex;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.cart-product .image {
    width: 90px;
    display: inline-block;
    vertical-align: top;
}

.cart-product .description {
	padding: 0 10px;
}
.cart-product .description.full-width-desc {
    width: 100%;
}

#ohmcartpopup-wrapper .cart-product .customizations {
    display: none;
}



.cpop-qty {
    display: flex;
}

.cpop-qty input {
    border: 1px solid rgba(0,0,0,.25);
    border-right: 0;
    padding: 0 .4rem;
    width: 40px;
}

.cpop-qty input:focus {
    outline: none;
}

.cpop-qty div {
    display: flex;
    flex-direction: column;
}

.ohmcartpopup-product-price .cp-attr {
    color: #000;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 0;
    padding: 5px 0;
}

.ohmcartpopup-product-price a {
    border: 1px solid rgba(0,0,0,.25);
}

.ohmcartpopup-product-price a:first-child {
    border-bottom: 0 !important;
}

.ohmcartpopup-product-price .up-cart i:after {
    content: "\E5CE";
}

.ohmcartpopup-product-price .down-cart i:after {
    content: "\E5CF";
}

.ohmcartpopup-product-name {
    width: 140px;
}

.ohmcartpopup-product-name > a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cart-product .ohmcartpopup-product-name{
    font-size: 14px;
    display: block;
    line-height: 14px;
}

.cart-product .ohmcartpopup-product-attribute{
    font-size: 12px;
    display: block;
    line-height: 20px;
}

.cart-product .ohmcartpopup-product-price{
    font-size: 12px;
    display: block;
    line-height: 20px;
}

.cart-product .ohmcartpopup-product-price i{
    font-size: 15px;
    line-height: 16px !important;
}

.cart-product .cart-controls{
	line-height: 30px;
}

.cart-product .cart-controls a{
    border: 1px solid rgba(0,0,0,.25);
    cursor: pointer;
    line-height: 15px;
    text-align: center;
    width: 20px;
}

.cart-product .cart-controls a.remove-cart{
    float: right;
}

.cart-product .cart-controls a i{
	
}

.cart-subtotals {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #f5f5f5;
}

.cart-subtotals>div {
    padding: 5px 0px;
}

.cart-subtotals span,
.cart-total span {
	font-size: 14px;
}

.cart-subtotals span.value,
.cart-total span.value{
	float: right;
}

.cart-total > span:first-child {
    font-weight: 700;
}

.cart-url{
	border: 1px solid #d8d7d7;
    padding: 5px;
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}

.cpop-remove-p i {
    bottom: 3px;
    cursor: pointer;
    font-size: 20px;
    position: relative;
}

#ohmcartpopup-modal{
    display: block;
}
#ohmcartpopup-modal img{
    max-width: 100%;
}

#ohmcartpopup-modal .modal-overlay{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
}

@media (min-width: 767px) {
    #ohmcartpopup-wrapper.hook-DisplayTop{
        display: none;
    }
}

@media (max-width: 767px) {
    #ohmcartpopup-wrapper.hook-DisplayTop{
        display: block;
        margin-left: 15px;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 15px;
    }
    #ohmcartpopup-wrapper .header,
    #ohmcartpopup-wrapper .body{
        width: 100%;
    }
}





#ohmcartpopup-modal .modal-title {
    color: #353943;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
}

#ohmcartpopup-modal .modal-title > i {
    color: #4cbb6c;
    margin-right: 1rem;

}

#ohmcartpopup-modal .modal-dialog span {
    line-height: 1.8;
}

#ohmcartpopup-modal .modal-footer button {
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
}

#ohmcartpopup-modal .modal-footer a {
    margin-left: 12px;
    padding: 0.4rem 1.25rem;
}