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

.card-quick-order {
    background: #F5F5F5;
}

.card-quick-order input {
    padding: 10px;
}

.card-quick-order .product-name {
    line-height: 30px;
}

.card-quick-order .row {
    padding: 10px !important;
}

.ui-menu-item {
    padding: 4px 0 !important;
}

.product-item-search::-webkit-input-placeholder,
.product-quantity::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

.product-item-search::-moz-placeholder,
.product-quantity::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

.product-item-search:-ms-input-placeholder,
.product-quantity:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

.product-item-search:-moz-placeholder,
.product-quantity:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}


.media-thumb {
    border: 1px solid #999;
    padding: 2px;
}

.media-thumb:hover {
    background: #333333;
    transition: background 0.6s linear;
}

.media-close-btn {
    float: right;
}

.media-title {
    float: left;
    padding: 10px;
}

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls-enclosure {
    overflow: hidden;
}

video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
    /* Adjust as needed */
}

/* 
This float caused layout issues in mobile. 
Should not effect desktop. 
If it does, simply uncomment and apply fix for mobile
.video-wrapper {
    float: left;
} */