/*--------------------------- 
Add Plugin Front-End CSS here 
---------------------------*/
#wbps_preview_front_settings_background_color, #wbps_preview_close_settings_background_color{
    background-color: #bfe7f5;
}
#wbps_preview_front_settings_text_color,#wbps_preview_close_settings_text_color{
    color: black;
}
/* wbps_preview_overlay Styles */
.wbps_preview_overlay {
    background: rgba(0, 0, 0, 0.8);
    margin: 0;
    height: 100%;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes hide {
    0% {
        display: block;
        opacity: 1;
    }

    99% {
        display: none;
    }

    100% {
        display: none;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
    }
}

.wbps_stop {
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.wbps_body_stop {
    z-index: -1;
}

/* Scroll bar Works on Firefox */
.wbps_preview_popup {
    scrollbar-width: 0;
    scrollbar-color: grey;
}

/* Scroll bar Works on Chrome, Edge, and Safari */
.wbps_preview_popup::-webkit-scrollbar {
    width: 5px;
}

.wbps_preview_popup::-webkit-scrollbar-track {
    background: white;
}

.wbps_preview_popup::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 60px;
}

/*---------------------
Working with the Close button and Small popup Box
--------------------*/

#wbps_small_preview_inner>div>div.colleft>div.col1>span>div,
#wbps_small_preview_innerp>div>div.colleft>div.col1>span>div {
    float: left;
}

#wbps_small_preview_inner>div>div.colleft>div.col1>p,
#wbps_small_preview_innerp>div>div.colleft>div.col1>p {
    margin-bottom: 0;
}

#wbps_overlay_close,
#wbps_overlay_closep {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999999999999;
    width: 100%;
    /*Change your width here*/
    height: 40px;
    /*Change your height here*/
    border-bottom: 1px solid black;
}

#wbps_close_button_position,
#wbps_close_button_position_p {
    height: 30px;
    float: right;
    opacity: 100%;
    margin-top: auto;
    border: 0;
    box-shadow: 0;
    font-family: 'Poppins', sans-serif;
    padding: 2px 25px 2px 2px;
    border-radius: 0;
}
#wbps_close_button_position:focus,#wbps_close_button_position_p:focus{
    outline-offset: 0;
    outline: none;
}
#wbps_close_button_position:hover,
#wbps_close_button_position_p:hover {
    height: 30px;
    float: right;
    opacity: 100%;
    margin-top: auto;
    border: 0;
    box-shadow: 0;
    font-family: 'Poppins', sans-serif;
    padding: 2px 25px 2px 2px;
    border-radius: 0;
}

.wbps_simple_add_to_cart {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    height: 45px;
    text-align: center;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-left: 0;
    border-right: 0;
    padding: 10px;
    border-radius: 0;
}
.wbps_simple_add_to_cart:hover {
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}
.wbps_simple_add_to_cart:focus {
    outline: none;
    outline-offset: 0;
}
#wbps_close_sticky_position {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    height: 45px;
    padding: 10px;
    text-align: center;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-left: 0;
    border-right: 0;
    border-radius: 0;
}

/*--------------------------- 
Responsive CSS here 
---------------------------*/
/*
Medium/Large Screens 
*/

#wbps_small_preview_inner>div.wbps_mask>div>div.wbps_col1>p.wbps_preview_author_settings,
#wbps_small_preview_innerp>div.wbps_mask>div>div.wbps_col1>p.wbps_preview_author_settings {
    margin-bottom: 0;
}
.wbps_preview_author_settings{
    margin-bottom: 0;
}
.wbps_small_preview_inner {
    background: white;
    position: fixed;
    top: 50px;
    left: 60%;
    right: 0;
    z-index: 9999999999999;
    width: 300px;
    /*Change your width here*/
    height: auto;
    /*Change your height here*/
    margin: auto;
    border-radius: 5px 5px 2px 2px;
    padding: 5px 0 0 0;
}

.wbps_col1 {
    position: relative;
    overflow: hidden;
    float: left;
    width: 198px;
    left: 328px;
    font-family: 'Poppins', sans-serif;
}

.wbps_col2 {
    position: relative;
    overflow: hidden;
    float: left;
    width: 70px;
    height: auto;
    left: 40.5px;
}

.wbps_preview_popup {
    background: white;
    position: fixed;
    top: 40px;
    left: 0;
    bottom: 0;
    right: 20%;
    z-index: 999999999999;
    width: 700px;
    /*Change your width here*/
    height: auto;
    /*Change your height here*/
    margin: auto;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: none;
}

.wbps_preview_popup-inner {
    width: 600px;
    right: 0;
    left: 7%;
}

.wbps_wide_preview_inner {
    background: white;
    position: fixed;
    top: 40px;
    left: 0;
    bottom: 0;
    right: 20%;
    z-index: 9999999999999;
    width: 710px;
    /*Change your width here*/
    height: auto;
    /*Change your height here*/
    margin: auto;
    padding: 0 5px 0 5px;
    border-radius: 0;
    border: 2px solid transparent;
}

.wbps_bottom_preview_inner {
    display: none;
}

@media only screen and (max-width: 1430px) {
    .wbps_small_preview_inner {
        background: white;
        position: fixed;
        top: 50px;
        left: 60%;
        right: 0;
        z-index: 999999999999;
        width: 300px;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        border-radius: 5px 5px 2px 2px;
        padding: 5px 0 0 0;
    }

    .wbps_col1 {
        position: relative;
        overflow: hidden;
        float: left;
        width: 198px;
        left: 328px;
        font-family: 'Poppins', sans-serif;
    }

    .wbps_col2 {
        position: relative;
        overflow: hidden;
        float: left;
        width: 70px;
        height: auto;
        left: 40.5px;
    }

    .wbps_preview_popup {
        background: white;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 20%;
        z-index: 999999999999;
        width: 700px;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        overflow: hidden;
        overflow-y: auto;
        overflow-x: none;
    }

    .wbps_preview_popup-inner {
        width: 600px;
        right: 0;
        left: 7%;
        padding: 0 20px;
    }

    .wbps_wide_preview_inner {
        background: white;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 20%;
        z-index: 999999999999;
        width: 710px;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        padding: 0 5px 0 5px;
        border-radius: 0;
        border: 2px solid transparent;
    }

    .wbps_bottom_preview_inner {
        display: none;
    }
}

/*
Medium Screens 
*/
@media only screen and (max-width: 1280px) {
    .wbps_small_preview_inner {
        background: white;
        position: fixed;
        top: 50px;
        left: 70%;
        right: 0;
        z-index: 999999999999;
        width: 300px;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        border-radius: 5px 5px 2px 2px;
        padding: 5px 0 0 0;
    }

    .wbps_bottom_preview_inner {
        display: none;
    }
}

/*
Large Tablet Screens 
*/
@media only screen and (max-width: 1140px) {
    .wbps_small_preview_inner {
        background: white;
        position: fixed;
        top: 50px;
        left: 72%;
        right: 0;
        z-index: 999999999999;
        width: 250px;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        border-radius: 5px 5px 2px 2px;
        padding: 5px 0 0 0;
    }

    .wbps_col1 {
        position: relative;
        overflow: hidden;
        float: left;
        width: 178px;
        left: 308px;
        font-family: 'Poppins', sans-serif;
    }

    .wbps_col2 {
        position: relative;
        overflow: hidden;
        float: left;
        width: 50px;
        height: auto;
        left: 65.5px;
    }

    .wbps_preview_popup {
        background: white;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 30%;
        z-index: 999999999999;
        width: 700px;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        overflow: hidden;
        overflow-y: auto;
        overflow-x: none;
    }

    .wbps_preview_popup-inner {
        width: 650px;
        right: 0;
        left: 4%;
        padding: 0 20px;
    }

    .wbps_wide_preview_inner {
        background: white;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 30%;
        z-index: 999999999999;
        width: 710px;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        padding: 0 5px 0 5px;
        border-radius: 0;
        border: 2px solid transparent;
    }

    .wbps_bottom_preview_inner {
        display: none;
    }
}

@media only screen and (max-width: 980px) {
    .wbps_wide_preview_inner {
        background: white;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 999999999999;
        width: 710px;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        padding: 0 5px 0 5px;
        border-radius: 0;
        border: 2px solid transparent;
    }

    .wbps_preview_popup {
        background: white;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 99999999999;
        width: 700px;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        overflow: hidden;
        overflow-y: auto;
        overflow-x: none;
    }

    .wbps_preview_popup-inner {
        width: 600px;
        right: 0;
        left: 7%;
        top: 0;
        bottom: 0;
    }

    .wbps_small_preview_inner {
        display: none;
    }
    #wbps_close_sticky_position_r {
        font-family: 'Poppins', sans-serif;
        width: 100%;
        height: auto;
        text-align: center;
        border-top: 2px solid black;
        border-bottom: 2px solid black;
        border-left: 0;
        border-right: 0;
        border-radius: 0;
    }

    .wbps_bottom_preview_inner {
        background: white;
        position: relative;
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999999999999;
        width: 100%;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: 0;
        border-radius: 0;
        padding: 5px 0 0 0;
    }
}

/*
Medium Tablet Screens 
*/
@media only screen and (max-width: 768px) {
    .wbps_wide_preview_inner {
        background: white;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 99999999999;
        width: 100%;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        padding: 0 5px 0 5px;
        border-radius: 0;
        border: 2px solid transparent;
    }

    .wbps_preview_popup {
        background: white;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 999999999999;
        height: auto;
        /*Change your height here*/
        overflow: hidden;
        overflow-y: auto;
        overflow-x: none;
        width: 90%;
        margin: auto 5%;
    }

    .wbps_preview_popup-inner {
        width: 100%;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
    }

}

/* wbps_preview_popup Inner */
.wbps_preview_popup-inner {
    position: relative;
    padding: 1em;
}

.wbpsicon {
    position: relative;
    right: 40px;
    top: 7px;
    pointer-events: none;
}

div.wbps_popup_btn {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    width: fit-content;
    margin-bottom: 12px;
    padding: 3px 8px;
    border-radius: 4px;
}

span>i#wbps_fa,
span>i#wbps_fas {
    z-index: 1;
}

/* FOOTER PREVIEW STYLING */

.wbps_pre_add_to_cart>.add_to_cart_inline {
    padding: 0px !important;
    border: 0px !important;
}

.wbps_pre_add_to_cart>p>a {
    padding: 5px;
    width: 100%;
}

.wbps_pre_add_to_cart>p {
    margin-bottom: 0;
}

#wbps_preview_popup_footer_text {
    padding-top: 25px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

#wbps_sample_buy {
    font-size: 22px;
}


/* Customize */
.wbps_mask {
    position: relative;
    overflow: hidden;
    margin: 0px auto;
    width: 287px;
}

.wbps_colleft {
    position: relative;
    width: 100%;
    right: 234px;
}


#wbps_small_preview_inner>div.wbps_mask>div>div.wbps_col1>span>div,
#wbps_small_preview_innerp>div.wbps_mask>div>div.wbps_col1>span>div {
    float: none;
    margin: 0;
}

p.wbps_preview_title_settings {
    margin-bottom: 0;
    padding: 0 2px 0 0;
    font-family: 'Roboto', sans-serif;
    line-height: 1.4;
    font-size: 16.5px;
}

#wbps_small_preview_inner>div.wbps_mask>div>div.wbps_col1>p.wbps_preview_title_settings,
#wbps_small_preview_innerp>div.wbps_mask>div>div.wbps_col1>p.wbps_preview_title_settings {
    margin-bottom: 0;
}

.wbps_preview_copyright {
    font-size: 11px;
    padding: 7px 5px 7px 5px;
    line-height: 1.3;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}


/*--------------------------- 
Add Plugin Front-End CSS here 
---------------------------*/
.wbps_preview_popup_pdf::-webkit-scrollbar {
    width: 0;
    opacity: 0;
}

.wbps_preview_popup_pdf::-webkit-scrollbar-track {
    background: transparent;
}

.wbps_preview_popup_pdf::-webkit-scrollbar-thumb {
    background-color: transparent;
}

/* wbps_preview_overlay Styles */
.wbps_preview_overlay_pdf {
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.8;
    filter: alpha(opacity=80);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9999999999;
}

/*--------------------------- 
Responsive CSS here 
---------------------------*/
/*
Medium/Large Screens 
*/

.wbps_preview_popup_pdf {
    background: white;
    position: fixed;
    top: 40px;
    left: 0;
    bottom: 0;
    right: 20%;
    z-index: 99999999999;
    width: 700px;
    /*Change your width here*/
    height: auto;
    /*Change your height here*/
    margin: auto;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: none;
}

.wbps_preview_popup_pdf-inner {
    width: 100%;
    right: 0;
    left: 0;
}

.wbps_preview_popup_pdf_inner {
    background: white;
    position: fixed;
    top: 40px;
    left: 0;
    bottom: 0;
    right: 20%;
    z-index: 99999999999;
    width: 710px;
    /*Change your width here*/
    height: auto;
    /*Change your height here*/
    margin: auto;
    padding: 0;
    border-radius: 3px 3px 0px 0px;
    border: 2px solid transparent;
}

.wbps_bottom_preview_inner {
    display: none;
}

@media only screen and (max-width: 1430px) {

    .wbps_preview_popup_pdf {
        background: white;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 20%;
        z-index: 99999999999;
        width: 700px;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        overflow: hidden;
        overflow-y: auto;
        overflow-x: none;
    }

    .wbps_preview_popup_pdf-inner {
        width: 100%;
        right: 0;
        left: 0;
    }

    .wbps_preview_popup_pdf_inner {
        background: white;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 20%;
        z-index: 99999999999;
        width: 710px;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        padding: 0 5px 0 5px;
        border-radius: 3px 3px 0px 0px;
        border: 2px solid transparent;
    }

    .wbps_bottom_preview_inner {
        display: none;
    }
}

/*
Medium Screens 
*/
@media only screen and (max-width: 1280px) {

    .wbps_bottom_preview_inner {
        display: none;
    }
}

/*
Large Tablet Screens 
*/
@media only screen and (max-width: 1140px) {

    .wbps_preview_popup_pdf {
        background: white;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 30%;
        z-index: 99999999999;
        width: 700px;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        overflow: hidden;
        overflow-y: auto;
        overflow-x: none;
    }

    .wbps_preview_popup_pdf-inner {
        width: 100%;
        right: 0;
        left: 0;
    }

    .wbps_preview_popup_pdf_inner {
        background: white;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 30%;
        z-index: 99999999999;
        width: 710px;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        padding: 0 5px 0 5px;
        border-radius: 3px 3px 0px 0px;
        border: 2px solid transparent;
    }

    .wbps_bottom_preview_inner {
        display: none;
    }
}

@media only screen and (max-width: 980px) {
    .wbps_preview_popup_pdf_inner {
        background: white;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 99999999999;
        width: 710px;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        padding: 0 5px 0 5px;
        border-radius: 3px 3px 0px 0px;
        border: 2px solid transparent;
    }

    .wbps_preview_popup_pdf {
        background: white;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 99999999999;
        width: 700px;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        overflow: hidden;
        overflow-y: auto;
        overflow-x: none;
    }

    .wbps_preview_popup_pdf-inner {
        width: 100%;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
    }

    .wbps_bottom_preview_inner {
        background: white;
        position: relative;
        display: block;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999999999999;
        width: 100%;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: 0;
        border-radius: 0;
        padding: 5px 0 0 0;
    }
}

/*
Medium Tablet Screens 
*/
@media only screen and (max-width: 768px) {
    .wbps_preview_popup_pdf_inner {
        background: white;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 99999999999;
        width: 100%;
        /*Change your width here*/
        height: auto;
        /*Change your height here*/
        margin: auto;
        padding: 0 5px 0 5px;
        border-radius: 3px 3px 0px 0px;
        border: 2px solid transparent;
    }

    .wbps_preview_popup_pdf {
        background: white;
        position: fixed;
        top: 40px;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 99999999999;
        height: auto;
        /*Change your height here*/
        overflow: hidden;
        overflow-y: auto;
        overflow-x: none;
        width: 90%;
        margin: auto 5%;
    }

    .wbps_preview_popup_pdf-inner {
        width: 100%;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0;
    }

}

/* wbps_preview_popup_pdf Inner */
.wbps_preview_popup_pdf-inner {
    position: relative;
    padding: 1em;
}

#wbps-no-click p span img{
    width: 700px;
}

/* WORKING WITH THE SIMPLE TEMPLATE */
/*  */
/*  */
/*  */
/*  */
/*  */
div .wbps_simple_popup{
    margin: 0;
    height: 100%;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    background-color: rgba(0, 0, 0, 0.8);
}
div .wbps_popup_box{
    background-color: #fff;
    height: calc(100vh - 30px);
    margin: 15px 34%;
    border-radius: 5px;
    overflow-y: auto;
    overflow-x: hidden;
}
@media only screen and (max-width: 1744px) {
    div .wbps_popup_box{
        margin: 15px 28%;
    }
  }
  @media only screen and (max-width: 1330px) {
    div .wbps_popup_box{
        margin: 15px 22%;
    }
  }
  @media only screen and (max-width: 1048px) {
    div .wbps_popup_box{
        margin: 15px 18%;
    }
  }
  @media only screen and (max-width: 905px) {
    div .wbps_popup_box{
        margin: 15px 15%;
    }
  }
  @media only screen and (max-width: 850px) {
    div .wbps_popup_box{
        margin: 15px 10%;
    }
  }
  @media only screen and (max-width: 725px) {
    div .wbps_popup_box{
        margin: 15px 8%;
    }
  }
  @media only screen and (max-width: 690px) {
    div .wbps_popup_box{
        margin: 0 0;
        height: 100%;
    }
  }
div .wbps_popup_header{
    display: flex;
    justify-content: space-between;
    padding: 5px 5px;
    position: sticky;
    top: 0;
    border-bottom: 1px solid grey;
    background-color: #fff;
    width: 100%;
}
div .wbps_mycontent_close, div.wbps_mycontent_close_pdf{
    padding: 0 8px;
    cursor: pointer;
    color: black;
    font-family: 'Segoe UI', Tahoma, Verdana, sans-serif;
    font-weight: bold;
}    
div .wbps_popup_main_content{
    padding: 0 20px;
}
.wbps_popup_box {
    scrollbar-width: 0;
    scrollbar-color: grey;
}

/* Scroll bar Works on Chrome, Edge, and Safari */
.wbps_popup_box::-webkit-scrollbar {
    width: 5px;
}

.wbps_popup_box::-webkit-scrollbar-track {
    background: white;
}

.wbps_popup_box::-webkit-scrollbar-thumb {
    background-color: grey;
    border-radius: 60px;
}
.wbps_mycontent_title{
    font-weight: bold;
}