@import url('https://fonts.googleapis.com/css?family=Dosis&display=swap');

.modal#b2b-switcher,
#b2b-switcher .modal-box {
    z-index: 900;
}

#b2b-switcher .modal-sandbox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
}

.modal#b2b-switcher {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0,0,0);
    background: rgba(255, 255, 255, 0.8);
    overflow: auto;
    z-index: 99999999999999; /* Higher z-index popup over all content */
    display:none;
    opacity:0;
}

#b2b-switcher .modal-box {
    position: relative;
    width: 80%;
    max-width: 916px;
    margin: 420px auto;
    animation-name: modalbox;
    animation-duration: .4s;
    animation-timing-function: cubic-bezier(0,0,.3,1.6);
    background-color: #cf9032;
    background-image:url('/wp-content/themes/Guylian MVP 1.0 R1 (Woocommerce)/assets/images/popup/background.png');
    background-repeat:no-repeat;
    background-size: cover;
    height: 399px;
}

#b2b-switcher .modal-header {
    padding: 20px 40px;
    background: transparent;
    color: #ffffff;
    border:0!important;
}

#b2b-switcher .modal-body h1 {
    font-family: 'Dosis', sans-serif;
    color: white;
    text-align: center;
    margin-top: 130px;
    margin-bottom: 65px;

    font-size: 48px;
}


p#vereniging {
    text-align: center;
    padding: 5px;
    background-color: #cf9032;
    font-size: 19px;
    margin-top: 40px;
    color: white;
}

p#vereniging a {
    color: black;
}

#b2b-switcher .modal-body {
    background: transparent;
    padding: 0 !important;
    width: 100%;
    /* height: 1111px; */
}

/* Animation */
@-webkit-keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes modalbox {
    0% {
        top: -250px;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

button.popup_b2b {
    width: 346px;
    height: 200px;
    outline:0;
    background: rgba(255,255,255,0.77);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.77) 0%, rgba(255,255,255,0.98) 50%, rgba(255,255,255,0.98) 51%, rgba(255,255,255,0.98) 57%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.77)), color-stop(50%, rgba(255,255,255,0.98)), color-stop(51%, rgba(255,255,255,0.98)), color-stop(57%, rgba(255,255,255,0.98)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.77) 0%, rgba(255,255,255,0.98) 50%, rgba(255,255,255,0.98) 51%, rgba(255,255,255,0.98) 57%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.77) 0%, rgba(255,255,255,0.98) 50%, rgba(255,255,255,0.98) 51%, rgba(255,255,255,0.98) 57%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.77) 0%, rgba(255,255,255,0.98) 50%, rgba(255,255,255,0.98) 51%, rgba(255,255,255,0.98) 57%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.77) 0%, rgba(255,255,255,0.98) 50%, rgba(255,255,255,0.98) 51%, rgba(255,255,255,0.98) 57%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    border-radius: 25px;
    border: 5px solid #341503;
    line-height:1;
}

button.popup_client {
    width: 346px;
    height: 200px;
    margin-right: 70px;
    outline:0;
    background: rgba(255,255,255,0.77);
    background: -moz-linear-gradient(top, rgba(255,255,255,0.77) 0%, rgba(255,255,255,0.98) 50%, rgba(255,255,255,0.98) 51%, rgba(255,255,255,0.98) 57%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0.77)), color-stop(50%, rgba(255,255,255,0.98)), color-stop(51%, rgba(255,255,255,0.98)), color-stop(57%, rgba(255,255,255,0.98)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.77) 0%, rgba(255,255,255,0.98) 50%, rgba(255,255,255,0.98) 51%, rgba(255,255,255,0.98) 57%, rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,0.77) 0%, rgba(255,255,255,0.98) 50%, rgba(255,255,255,0.98) 51%, rgba(255,255,255,0.98) 57%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0.77) 0%, rgba(255,255,255,0.98) 50%, rgba(255,255,255,0.98) 51%, rgba(255,255,255,0.98) 57%, rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.77) 0%, rgba(255,255,255,0.98) 50%, rgba(255,255,255,0.98) 51%, rgba(255,255,255,0.98) 57%, rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
    border-radius: 25px;
    border: 5px solid #cf9032;
    line-height:1;
}

#b2b-switcher .buttons{
    margin-left: 80px;
}
#b2b-switcher .buttons button.popup_b2b span{
    color:#341503;
}
#b2b-switcher .buttons button.popup_client span{
    color:#cf9033;
}
#b2b-switcher .buttons button span {
    font-size: 34px !important;
    display: block;
    font-family: 'Dosis', sans-serif;
}

.owl-stage a.add-request-quote-button.button{
    padding: 17px !important;

    line-height:0 !important;
    font-size:14px;
}

.left-sidebar ul.products > li.product .product-inner .hover-area a.add-request-quote-button.button {
    padding: 17px !important;
    line-height: 0px !important;
    font-size: 14px;
}


.products .owl-item {
    height: auto !important;
}

.product-list-view-inner .yith_ywraq_add_item_browse_message a {
    width: 100% !important;
}
@media (max-width: 1090px) {
    #b2b-switcher .buttons{
        margin-left:40px;
    }

    button.popup_client{
        margin-right:10px;
    }
}

@media (max-width: 935px) {
    #b2b-switcher .buttons{
        margin-left:20px;
    }

    button.popup_client{
        margin-right:5px;
    }
}

@media (max-width: 905px) {
    #b2b-switcher .buttons{
        margin-left:5%;
    }

    #b2b-switcher .buttons button{
        width:276px;
    }

    button.popup_client{
        margin-right:10px;
    }
}

@media (max-width: 700px) {
    #b2b-switcher .buttons{
        margin-left:5px !important;
        margin-right:5px !important;
    }

    #b2b-switcher .buttons button{
        width:100%;
        height:200px;
    }

    #b2b-switcher .buttons button span{
        font-size:20px !important;
        margin-top:-70px !important;
    }
    #b2b-switcher .modal-body h1{
        margin-top:20px;
        margin-bottom:20px;
    }
}

.yith_ywraq_add_item_browse_message a {
    background-color: #cf9032;
    padding: 5px;
    border-radius: 5px;
    color: white;
    padding: 10px;
    clear: both;
    width: 80%;
    display: block;
    margin: 10px auto;
}

.yith_ywraq_add_item_browse_message a:hover {
    background-color: #9b6c26;
    color: white;
}

.woocommerce.ywraq-wrapper table#yith-ywrq-table-list .actions input {
    float: right;
    padding: 5px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-weight: bolder;
}

body.single-product .yith_ywraq_add_item_browse_message a{
    width:35%;
    margin:10px 0 !important;
}