/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_PromoBanner
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */

@media only screen and (min-width: 1024px) {
    #mppromobanner-sidebar-additional .mppromobanner-container .owl-nav button span{
        top: 0%;
        font-size: 50px;
    }
    #mppromobanner-sidebar-main .mppromobanner-container .owl-nav button span{
        top: 0%;
        font-size: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    #mppromobanner-sidebar-additional .mppromobanner-container .owl-nav button span{
        top: 10%;
        font-size: 45px;
    }
    #mppromobanner-sidebar-main .mppromobanner-container .owl-nav button span{
        top: 10%;
        font-size: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #mppromobanner-sidebar-additional .mppromobanner-container .owl-nav button span{
        top: 0%;
        font-size: 40px;
    }
    #mppromobanner-sidebar-main .mppromobanner-container .owl-nav button span{
        top: 0%;
        font-size: 40px;
    }
}

.mppromobanner-container .owl-nav button span{
    position: absolute;
    top: 40%;
    font-size: 80px;
    color: #869791;
}
.mppromobanner-container .owl-nav .owl-prev span{
    left: 1%;
}
.mppromobanner-container .owl-nav .owl-next span{
    right: 1%;
}
.mppromobanner-container .owl-dots{
    position: absolute;
    top: 88%;
    left: 49%;
}
.mppromobanner-container .owl-dots .owl-dot{
    box-shadow: none;
}
@media only screen and (max-width: 764px) {
    .mppromobanner-container .owl-nav button span{
        top: 20%;
        font-size: 45px;
    }
    .mppromobanner-container .owl-dots{
        top: 62%;
        left: 47%;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .mppromobanner-container .owl-nav button span{
        top: 30%;
        font-size: 80px;
    }
    .mppromobanner-container .owl-dots{
        top: 75%;
        left: 49%;
    }
}

.mppromobanner-banner-style {
    width: fit-content;
    position: relative;
    margin: auto;
}

.mppromobanner-container {
    clear: both;
}

/* Floating style */
.mppromobanner-floating {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    outline: 0;
    position: fixed;
    bottom: 5px;
    z-index: 12;
    background: #ffffff;
    color: #444444;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
}

#mppromobanner-right-floating {
    right: 3px;
    box-shadow: 2px 2px #888888;
}

#mppromobanner-left-floating {
    left: 3px;
    box-shadow: -2px 2px #888888;
}

.mppromobanner-close {
    margin-right: 15px;
    margin-left: 10px;
    float: right;
    cursor: pointer;
}

.mppromobanner-close-btn {
    background: url(images/btn-close.png) no-repeat center;
    -moz-background-size: contain;
    font-weight: 700;
    border: none;
    position: absolute;
    z-index: 2;
    width: 15px;
    height: 15px;
}

.mppromobanner-close:hover .mppromobanner-close-btn {
    font-weight: bolder;
    color: #8b0000;
}

/* Popup Style */
.mppromobanner-white-popup {
    position: relative;
    background: #FFF;
    padding: 10px 10px 20px;
    margin: 20px auto;
}

.mppromobanner-popup-full_screen {
    width: 95%;
    height: 100%;
    text-align: center;
}

.mppromobanner-popup-center {
    text-align: center;
}

.mppromobanner-popup-label {
    cursor: pointer;
}

.mppromobanner-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cart-form .cart-summary{
    display: flex;
    flex-direction: column;
}

#mppromobanner-bellow-total-order{
    order: 3;
}
.checkout.methods.items.checkout-methods-items {
    order: 4;
}

@media only screen and (max-width: 520px){
    .mppromobanner-popup-image img{
        max-width: 310px;
    }
}
