/**
* 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.
*/

.shop-filter__component {
    border-top: solid 1px #f1f4f9;
}

.shop-filter__component {
    position: relative;
    min-height: 60px;
    padding: 5px 45px 5px 85px;
    line-height: 1;
    box-sizing: border-box;
    cursor: pointer;
}

.shop-filter__component__icon, .shop-filter__control__icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    height: 40px;
}

.shop-filter__component__icon img {
    max-width: 60px;
    max-height: 40px;
}

.shop-filter__component__title, .shop-filter__control__title {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
}

.shop-filter__component__subtitle, .shop-filter__control__subtitle {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    padding-top: 4px;
    opacity: .6;
}

.shop-filter__options-wrapper {
    padding: 5px;
    box-sizing: border-box;
    display: none;
    background-color: #f1f4f9;
}

.shop-filter__options__table {
    width: 100%;
    display: table;
}

.shop-filter__options-list {
    font-size: 0;
}

.tooltip-holder {
    position: relative;
}

.shop-filter__option {
    display: inline-block;
    vertical-align: top;
    height: 30px;
}

.shop-filter__option__icon {
    padding: 2px;
    border-radius: 2px;
}

.shop-filter__option__color-elem, .shop-filter__option__icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    cursor: pointer;
    margin: 1px;
}

.tooltip-text {
    text-align: center;
    font-size: 11px;
    bottom: 100%;
    min-width: 130px;
    margin-left: -65px;
    pointer-events: none;
    opacity: 0;
    z-index: 3;
}

.tooltip-text, .tooltip-text:before {
    display: block;
    position: absolute;
    left: 50%;
}

.shop-filter__component.is-selected~.shop-filter__options-wrapper {
    display: block;
}

.type-content-color-div {
    width: 24px;
    height: 24px;
    margin: 3px;
    border-radius: 2px;
    border: 1px solid #454545;
}

.tooltip-text:before {
    content: '';
    top: 100%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0;
    border-color: rgba(0,0,0,.7) rgba(255,255,255,0) rgba(255,255,255,0);
}

.tooltip-text, .tooltip-text:before {
    display: block;
    position: absolute;
    left: 50%;
}

.tooltip-text:after {
    content: attr(data-tooltip);
    padding: 3px 5px;
    display: block;
    border-radius: 3px;
    background-color: rgba(0,0,0,.7);
    color: #fff;
}

.designer-product-title {
    color: #333333;
    margin-bottom: 40px;
}

.shop-filter__option:hover .tooltip-text {
    opacity: 1;
}

.shop-filter__viewport {
    position: relative;
}

.shop-filter__viewport__option-img {
    position: absolute;
    left: 0;
    top: 0;
}

.shop-filter__viewport img {
    max-width: 100%;
}

.shop-filter__option.is-selected {
    background-color: #09c;
}

#center_column .alert .close {
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    opacity: .4;
}

.single_add_to_cart_button {
    vertical-align: middle;
    float: left;
    color: #fff;
    font-size: 14px;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    overflow: visible;
    padding: 10px 21px;
    z-index: 1;
    font-weight: 400;
    border-radius: 0;
    left: auto;
    background-color: #000;
    border: 1px solid #000;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    outline: none;
}

.customized-ajax-cart-photos {
    width: 98px;
    position: absolute;
    top: 15px;
    left: 0;
}

.customized-ajax-cart-photos-order {
    height: 98px;
    position: absolute;
    /*top: 5px;
    left: 20px;
    border: none !important;*/
	top: -50px;
    left: 0px;
	background: none !important;
}

.cart_block_list .customized-ajax-cart-photos-order {
	top: 0px !important;
}


.customized-ajax-cart-box {
    background: white;
    width: 98px;
    height: 98px;
    position: relative;
}

.customized-ajax-cart-box-ps17 {
    background: white;
    width: 98px;
    height: 98px;
}

.ps17-margin-bottom {
    margin-bottom: 30px;
}

.designer-product-title-17 {
    margin: 20px 0;
}

.page-order-confirmation #order-items .order-confirmation-table .order-line > div:first-child {
    display: none;
}

.cart-item .product-line-grid {
    height: 98px;
}