/**
 * 2024 ALCALINK E-COMMERCE & SEO, S.L.L.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 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/osl-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
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * @author ALCALINK E-COMMERCE & SEO, S.L.L. <info@alcalink.com>
 * @copyright  2024 ALCALINK E-COMMERCE & SEO, S.L.L.
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 *
 * Registered Trademark & Property of ALCALINK E-COMMERCE & SEO, S.L.L.
*/

.alcabestsellercategory{
    clear: both !important;
    margin-top: 20px;
}

.alcabestsellercategory .block .block_content{
    background: none !important;
}

.alcabestsellercategory .alcabestsellercategory-block{
    padding: 4px;
}

.alcabestsellercategory .alcabestsellercategory-block .image-container{
    border: 1px solid #d6d4d4;
    margin-bottom: 13px;
    position: relative;
}

.alcabestsellercategory .alcabestsellercategory-block .new-box,
.alcabestsellercategory .alcabestsellercategory-block .sale-box {
    position: absolute;
    top: -4px;
    overflow: hidden;
    height: 98px;
    width: 98px;
    text-align: center;
    z-index: 0;
    background:none !important;
    border-radius:0 !important;
}

.alcabestsellercategory .alcabestsellercategory-block .new-box {
    left: -4px;
}

.alcabestsellercategory .alcabestsellercategory-block .sale-box {
    right: -5px;
}

.alcabestsellercategory .alcabestsellercategory-block span.new{
    font: 700 14px/12px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 9px 0 7px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    width: 130px;
    text-align: center;
    display: block;
    position: absolute;
    left: -33px;
    top: 16px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.alcabestsellercategory .alcabestsellercategory-block span.new:before{
    position: absolute;
    bottom: -3px;
    right: 5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.alcabestsellercategory .alcabestsellercategory-block span.new:after{
    position: absolute;
    bottom: -3px;
    left: 3px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.alcabestsellercategory .alcabestsellercategory-block span.sale{
    font: 700 14px/12px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 9px 0 7px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.24);
    width: 130px;
    text-align: center;
    display: block;
    position: absolute;
    right: -33px;
    top: 16px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.alcabestsellercategory .alcabestsellercategory-block span.sale:before{
    position: absolute;
    bottom: -3px;
    right: 4px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.alcabestsellercategory .alcabestsellercategory-block span.sale:after{
    position: absolute;
    bottom: -3px;
    left: 5px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 4px 4px 0px 4px;
    content: ".";
    text-indent: -5000px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.alcabestsellercategory h2.title_block:after{
    content: none;
}

.alcabestsellercategory h2.title_block{
    padding: 14px 5px 17px 20px;
    border-top: 5px solid;
    margin-bottom: 20px;
}

.alcabestsellercategory a.exclusive{
    position: relative;
    font-weight: bold;
    border: 1px solid;
    padding: 5px 7px;
}

.alcabestsellercategory span.exclusive{
    border: 1px solid #ccc;
    color: #999999;
    background:#e7e7e7;
    padding: 5px 7px;
}

.alcabestsellercategory .owl-carousel .owl-controls .owl-dot {
    display: none;
}

.alcabestsellercategory .owl-prev{
    background:url('../img/flecha_iz.png') no-repeat;
    width:20px;
    height:20px;
}

.alcabestsellercategory .owl-next{
    background:url('../img/flecha_der.png') no-repeat;
    width:20px;
    height:20px;
}

.alcabestsellercategory .owl-nav{
    text-align: center;
}

.alcabestsellercategory .old-price.product-price{
    text-decoration: line-through !important;
    font-weight: normal !important;
}

.alcabestsellercategory .price{
    font-weight: 500 !important;
}

.alcabestsellercategory .block .title_block, .alcabestsellercategory .block h2 {
    color: #555454 !important;
    background-color: #f6f6f6 !important;
    border-color: #333333 !important;
    font-size: 18px !important;
}

.alcabestsellercategory h3.product-title a{
    color: #515151 !important;
    font-size: 13px !important;
}

.alcabestsellercategory .price{
    color: #777777 !important;
    font-size: 13px !important;	
}

.alcabestsellercategory .old-price.product-price,
.alcabestsellercategory .regular-price {
    color: #6f6f6f !important;
    font-size: 13px !important;
    text-decoration: line-through;
}

.alcabestsellercategory .price-percent-reduction,
.alcabestsellercategory .discount-percentage {
    color: #ffffff !important;
    background-color: #f13340 !important;
    border-color: #d02a2c !important;
    font-size: 18px !important;
    padding: 5px 8px;
}

.alcabestsellercategory a.exclusive{
    background: #f4b61b !important;
    border-color: #cc9900 !important;
    color: #ffffff !important;
    border-radius: px !important;
}

.alcabestsellercategory .alcabestsellercategory-block span.new{
    background: #6ad4ff !important;
    color: #ffffff !important;
}

.alcabestsellercategory .alcabestsellercategory-block span.new:before, .alcabestsellercategory .alcabestsellercategory-block span.new:after{
    border-color: #21a3d8 transparent transparent transparent !important;
}

.alcabestsellercategory .alcabestsellercategory-block span.sale{
    background: #f13340 !important;
    color: #ffffff !important;
}

.alcabestsellercategory .alcabestsellercategory-block span.sale:before, .alcabestsellercategory .alcabestsellercategory-block span.sale:after{
    border-color: #ad2b34 transparent transparent transparent !important;
}