/**
* 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.
*/
#mwdliveticker{
    margin: 30px 0px;
    margin-bottom: 50px;
    opacity: 0;
    min-height: 160px;
}
#mwdliveticker .owl-nav {
    display: none;
}
#mwdliveticker.loaded {
    opacity: 1;
}
#mwdliveticker .owl-item .star img {
    width: 18px !important;
    height: auto;
}
#mwdliveticker .owl-item .star {
    display: inline-block;
}
#mwdliveticker .livetickercontent {
    position: relative;
    height: 145px;
    font-style: italic;
    background: #fff;
    overflow: hidden;
    padding: 5px 15px;
    margin: 5px 3px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 4px -5px #c8c8c8;
    box-shadow: 0 4px 4px -5px #c8c8c8;
    border: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
#mwdliveticker .review-rating {
    float: left;
}
#mwdliveticker .livetickerdate {
    float: right;
    text-align: right;
    font-family: "Verlag A", "Verlag B";
}
#mwdliveticker .livetickermsg {
    clear: both;
    text-align: left;
    display: block;
    word-wrap: break-word;
    overflow: hidden;
    max-height: 76px;
}
#mwdliveticker .livetickermsg::before,#mwdliveticker .livetickermsg::after {
    content: '"';
    display: inline-block;
    font-style: italic;
}
#mwdliveticker .livetickername {
    display: block;
    font-weight: 600;
    position: absolute;
    bottom:6px;
}
#mwdliveticker .widget-header {
    display: block;
    margin: 0 auto;
    padding-bottom: 20px;
}

#mwdliveticker .widget-header, #mwdliveticker .widget-header > a{
    text-align: center;
}
#mwdliveticker .widget-header > a img {
    margin: 0 auto;
}
#mwdliveticker .widget-header > a,
#mwdliveticker .widget-header > a img,
#mwdliveticker .widget-header > a .average-title{
    display: block;
}
#mwdliveticker .widget-header .header-logo img {
    max-width: 100%;
    height: auto;
}
#mwdliveticker .widget-header .average-title {
    font-size: 19px;
    color: #000;
    font-weight: 600;
    font-family: "Verlag A", "Verlag B";
}
#mwdliveticker .widget-header .average-title-text {
    font-size: 20px;
    font-family: "Verlag A", "Verlag B";
    font-weight: 600;
    font-style: normal;
    color: #000;
    padding: 8px 0px;
    display: block;
}
#mwdliveticker .widget-header .header-teaser {
    font-size: 1rem;
    font-family: "Verlag A", "Verlag B";
}
#mwdliveticker .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translate(0%,-50%);
    width: calc(100% - 15px);
}
#mwdliveticker .owl-carousel .owl-nav button span{
    font-size: 25px;
    font-family: "Verlag A", "Verlag B";
}
#mwdliveticker .owl-carousel .owl-nav .owl-prev {
    position: relative;
    right: 10px;
}
#mwdliveticker .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: -12px;
}
@media all and (min-width: 768px) {
    #mwdliveticker .widget-header {
        display: inline-block;
        width: 20%;
        float: left;
    }
    #mwdliveticker .owl-carousel {
        float: left;
        width: 80%;
        padding-left: 15px;
    }
}

/** SHOP POPUP */


.footer-wrap-2 {
    z-index: 100;
}

#footer {
    z-index: 1;
}

#mwdgeolocation-orders-are-possible-popup,
#mwdgeolocation-orders-are-not-possible-popup {
    position: fixed;
    z-index: 10;

    background: #f3f2f1;
    color: black;
    line-height: 18px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

#mwdgeolocation-orders-are-possible-popup {
    top: 127px;
    right: 18px;
    display: inline-block;

    padding: 12px 30px;
}

#mwdgeolocation-orders-are-not-possible-popup {
    width: 572px;
    top: 48%;
    left: 50%;

    padding: 35px 0 23px 0;

}

.mwdgeolocation-close {
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 4px;
    font-size: 18px;
}

.mwdgeolocation-body {
    margin-bottom: 24px;
}

#mwdgeolocation-orders-are-not-possible-popup button {
    width: 215px;
    border: 1px solid #111;
    text-transform: uppercase;
    padding: 10px 18px;
    font-size: 11px;
    letter-spacing: 0.6px;
    min-height: 56px;
    vertical-align: bottom;
}

.mwdgeolocation-first-button {
    background-color: black;
    color: white;
    margin-right: 4px;
}

.mwdgeolocation-second-button {
    background-color: #f3f2f1;
    margin-left: 4px;/**/
}

.mwdgeolocation-third-button {
    background-color: #f3f2f1;
    margin-top: 8px;
}

.mwdgeolocation-close {
    color: #777 !important;
}

/* GEOLOCATION POPUP -------------------- START ----------------------- */
/*.footer-wrap-2 {*/
/*z-index: 100;*/
/*}*/

/*#footer {*/
/*z-index: 1;*/
/*}*/

#mwdgeolocation-orders-are-not-possible-popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.4) !important;
}

#mwdgeolocation-orders-are-possible-popup,
#mwdgeolocation-orders-are-not-possible-popup {
    position: fixed;
    z-index: 10;

    background: #ffffff;
    color: black;
    text-transform: initial;
    font-weight: 300;
    font-size: 13px;
    line-height: 19px;
    text-align: left;
    padding-left: 30px!important;
    padding-right: 30px!important;
    letter-spacing: 0.5px;
}

#mwdgeolocation-orders-are-possible-popup {
    top: 127px;
    right: 18px;
    display: inline-block;
    padding: 12px 30px;
}

#mwdgeolocation-orders-are-not-possible-popup {
    width: 570px;
    top: 25%;
    left: 50%;
    padding: 35px 0 23px 0;
    transform: translateX(-50%);
}

.mwdgeolocation-close {
    position: absolute;
    right: 10px;
    z-index: 10;
    top: 4px;
    font-size: 18px;
}

.mwdgeolocation-message {
    margin-bottom: 24px;
}

#mwdgeolocation-orders-are-not-possible-popup button {
    width: 245px;
    border: 1px solid #111;
    text-transform: uppercase;
    padding: 8px 14px;
}

@media screen and (max-width: 660px) {
    #mwdgeolocation-orders-are-not-possible-popup button {
        width: 197px;
        margin-bottom: 10px;
    }
}

.mwdgeolocation-heading{
    font-weight: bold;
    font-family: "Verlag A", "Verlag B";
    text-transform: uppercase;
    margin-bottom: 10px;
}

.mwdgeolocation-first-button {
    background-color: black;
    color: white;
    margin-right: 4px;
    font-family: "Verlag A", "Verlag B";
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.3px;

}

.mwdgeolocation-first-button:hover {
    background-color: #f08080;
    border: 1px solid #f08080!important;
    color: white;
    margin-right: 4px;
    font-family: "Verlag A", "Verlag B";
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.3px;
}

.mwdgeolocation-second-button {
    background-color: black;
    color: white;
    margin-right: 4px;
    margin-left: 0px;
    font-family: "Verlag A", "Verlag B";
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.3px;
}

.mwdgeolocation-second-button:hover {
    background-color: #f08080;
    border: 1px solid #f08080!important;
    color: white;
    margin-right: 4px;
    margin-left: 0px;
    font-family: "Verlag A", "Verlag B";
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.3px;
}

.mwdgeolocation-third-button {
    background-color: black;
    color: white;
    font-family: "Verlag A", "Verlag B";
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.3px;
}

.mwdgeolocation-third-button:hover {
    background-color: #f08080;
    border: 1px solid #f08080!important;
    color: white;
    margin-right: 4px;
    font-family: "Verlag A", "Verlag B";
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1.3px;
}



/*@media screen and (max-width: 660px) {*/
#mwdgeolocation-orders-are-possible-popup {
    width: 258px;
    top: 27%;
    left: 92%;
    padding: 35px 0 23px 0;
}
/*}*/

/*@media screen and (max-width: 660px) {*/
#mwdgeolocation-orders-are-not-possible-popup {
    width: 258px;
    top: 27%;
}
/*}*/

/*@media screen and (max-width: 660px) {*/
.mwdgeolocation-third-button {
    margin-top: 0px;
}
.mwdgeolocation-third-button:hover {
    margin-top: 0px;
}
/*}*/


.mwdgeolocation-second-button {
    color: black !important;
    background: rgba(255, 255, 255, 0.36) !important;
}

/* GEOLOCATION POPUP -------------------- END ----------------------- */

/** Changes to add-to-cart and delivery labels */
.fa-custom-product-out-of-stock::before {
    background-image: url('../img/product-out-of-stock.svg');
    background-size: 25px 25px;
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
}
#mwd-add-to-cart-data-helper {
    display: none;
}
.add-to-cart:disabled {
    opacity: 0.5;
}

#product .product-actions .mwd-delivery-today {
    color: #f08080;
    height: 33px;
    padding-top: 7px;
    font-size: 14px;
}

@media(max-width: 450px) {
    #product .product-actions .mwd-delivery-today {
        max-width: 100% !important;
        flex: 0 0 100%;
    }
}

#product .product-actions .mwd-delivery-today i {
    padding-right: 2px;
}
i.fa-custom-product-out-of-stock {
    margin-right: 3px;
    margin-left: 1px;
    margin-top: -6px;
    float: left;
}

@media all and (min-width: 576px) {
    #product .product-actions .mwd-delivery-today {
        min-width: 230px;
    }
}
