/*@import url('https://fonts.googleapis.com/css2?family=Poetsen+One&display=swap');
.poetsen-one-regular {
    font-family: "Poetsen One", sans-serif;
    font-weight: 400;
    font-style: normal;
}*/
.top-header .header-content {
    max-width: 1580px;
    margin: auto;
    padding: 15px;
    text-align: center;
    font-size: 27px;
    text-shadow: 0px 4px 4px rgb(0 0 0 / 30%);
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.top-header .header-content span {
    font-size: inherit !important;
}
.top-header {
    background-color: #0F0E0E;
    background-image: url(./image/prezentar-header-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
@media (max-width: 1549px) {
    .top-header .header-content {
        max-width: 1250px;
        font-size: 22px;
    }
}
@media (max-width: 1249px) {
    .top-header .header-content {
        max-width: 992px;
        font-size: 18px;
    }
}
@media (max-width: 991px) {
    .hide-mobile {
        display: none;
    }
    .line-break {
        display: block;
    }
}
@media (max-width: 670px) {
    .top-header .header-content {
        font-size: 14px;
    }
}
@media (max-width: 530px) {
    .line-break {
        display: none;
    }
    .top-header .header-content {
        font-size: 16px;
    }
}
@media(min-width: 992px) {
    .show-mobile {
        display: none;
    }
    .line-break {
        display: none;
    }
}
@media (max-width: 600px){
    .desktop_specfic {
        display: none;
    }
    html, body {
        background: #f0131e;
    }
}
body {
    overflow: hidden auto;
}
iframe#launcher {
    z-index: 999999 !important;
    bottom: 87px !important;
    box-shadow: none !important;
}
.replace_frame {
    padding: 0px !important;
    border-radius: 2vw;
    border: solid white 2px;
    box-shadow: rgb(128 128 128 / 64%) 5px 5px 10px;
}
/* width */
.products-area::-webkit-scrollbar {
    width: 5px;
}
.products-area::-webkit-scrollbar-track, .product-box::-webkit-scrollbar-track {
    border-radius: 5px;
    background-color: rgb(236, 236, 236);
    opacity: 0.2;
}
.products-area::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: rgb(236, 91, 71);
}
.products-area::-webkit-scrollbar-thumb:hover {
    background-color: rgb(236, 91, 71);
}
.footer-bottom-section {
    max-width: 100%;
    height: 120px;
    background: #f0131e;
    margin-top: -2px;
}
/* *** Sticky Footer CSS *** */
.sticky-footer-section {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    top: unset;
    /*background: #f0131e;*/
    background: #0F0E0E;
    background-image: url(image/prezentar-footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    max-width: 100%;
    z-index: 999999;
    box-shadow: 0 0 20px #000;
}
.sticky-footer-section .container-fluid {
    max-width: 100%;
}
.footer-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 0px;
    position: relative;
}
@media(min-width: 992px){
    .footer-flex {
        height: 100px;
    }
}
/*.footer-flex:before*/ .timer-wrapper:before {
    content: '';
    position: absolute;
    right: 100%; /*right: 80%;*/
    bottom: -7px;
    background: url(image/p_character.png);
    background-size: contain;
    width: 278px;
    height: 200px;
    background-repeat: no-repeat;
    z-index: -1;
}
.timer-wrapper {
    margin-right: 10px;
    display: flex;
    align-items: center;
    z-index: 1;
    position: relative;
}
.timer-text-box {
    /*margin-right: 40px;*/
    margin-right: 10px;
}
.timer-text {
    margin: 0;
    color: #fff;
}
.timer-text span {
    /*font-size: 40px !important;*/
    font-size: 26px !important;
    font-family: 'Poppins', sans-serif;
    font-weight: 700 !important;
    display: block;
    text-align: center;
}
.timer-text span.bottom-text {
    /*font-size: 20px !important;*/
    font-size: 16px !important;
}
.countDownContainer {
    position: relative;
}
.count-text {
    display: inline-block;
    padding: 0 15px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}
.smalltext {
    /*font-size: 22px !important;*/
    font-size: 16px !important;
}
.count_text {
    /*font-size: 22px !important;*/
    font-size: 16px !important;
}
.modal-toggle-btn .toggle-btn-text, .modal-toggle-btn .get_coupon_text {
    font-size: 25px !important;
}
.modal-toggle-btn {
    background: #f4c718;
    display: inline-block;
    vertical-align: middle;
    color: #000000 !important;
    font-size: 20px !important;
    font-family: 'POPPINS', sans-serif;
    padding: 14px 30px 14px;
    /*margin-left: 70px;*/
    margin-left: 0px;
    border-radius: 50px;
    box-shadow: 0 3px 4px rgb(0 0 0 / 43%);
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.modal-toggle-btn:hover, .modal-toggle-btn:focus {
    box-shadow: 0 0 31px 0 rgb(255 255 255 / 50%);
    background: #52cb12;
}
/** **** Modal Settings Slide right Add Custome class modal-right' **** **/
.products-popup.modal-right {
    padding: 0px !important;
    z-index: 9999999999;
    transition: opacity 0.4s linear;
}
.products-popup.modal-right .modal-lg {
    max-width: 605px;
    width: 100%;
    transition: -webkit-transform 0.8s ease-out;
    transition: transform 0.8s ease-out;
    transition: transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
    min-height: 100%;
}
.products-popup.modal-right .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0) scale(1);
    transform: translate(100%, 0) scale(1);
    margin: auto !important;
    margin-right: 0px !important;
}
.products-popup.modal-right.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: stretch;
    -webkit-box-align: stretch;
}
.products-popup .modal-content {
    height: 100vh;
    overflow: hidden;
    border: none;
    background-color: #ececec;
}
.products-popup .popup-title span {
    font-size: 28px !important;
}
.products-popup .popup-title {
    width: 100%;
    margin-top: 0px;
}
.deals-timer-box {
    text-align: center;
}
#deal_timer {
    font-size: 30px !important;
}
#deal_timer sub {
    font-size: 20px !important;
    bottom: 0.1em;
}
.products-popup .products-header {
    display: block;
    position: relative;
}
.products-header .modal-close { 
    position: absolute;
    top: 25px;
    left: 10px;
    padding: 0px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    line-height: 22px;
    display: grid;
    vertical-align: middle;
    background: #f0131e;
    color: #fff;
    display: none;
}
.products-area {
    width: 100%;
    overflow: hidden auto;
    padding-right: 5px;
    height: calc(100vh - 245px);
}
.products-area.timer-hidden {
    height: calc(100vh - 205px);
}
.p-border-box {
    display: flex;
    align-items: center;
    align-content: center;
    border-radius: 4px;
    background-color: rgb(236, 236, 236);
    height: 145px;
    margin-bottom: 10px;
}
.p-border-box:first-of-type {
    border-top: none;
}
.p-border-box:last-of-type {
    margin-bottom: 0px;
}
.check-product {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
    cursor: pointer;
    position: relative;
    height: 130px;
    margin-bottom: 0px;
    padding-left: 45px;
}
.check-product input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.check-product .checkmark {
    position: absolute;
    left: 15px;
    bottom: 0px;
    color: #000;
    border: 1px solid rgb(117, 170, 152);
    border-radius: 2px;
    background-color: rgb(255, 255, 255);
    box-shadow: inset 0px 0px 4px 0px rgb(116 116 116 / 35%);
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
}
.product-image {
    height: 100%;
    display: flex;
    /* min-width: 166px; */
    max-width: 170px;
    align-content: center;
    align-items: center;
}
.product-image .img-box {
    margin: 0px;
    border-radius: 4px;
    background-color: rgb(236 236 236);
    width: 115px !important;
    height: 150px;
    padding: 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.product-image .p-img {
    width: 100%;
    max-width: 130px;
}
.product-detail {
    padding: 15px 15px 15px 1px;
}
.check-product .p-detail-title {
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 23px !important;
    color: rgb(48, 48, 48);
    line-height: 1.263;
    margin-bottom: 0px;
}
.check-product .product-detail .product-price {
    font-size: 20px !important;
    color: rgb(48, 48, 48);
    font-weight: bold;
    line-height: 1.333;
}
.product-price s {
    color: #5e5a5a;
}
.check-product .p-details {
    font-size: 19px !important;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgb(48, 48, 48);
    line-height: 1.296;
    width: 100%;
    font-weight: 500;
    margin-bottom: 0px;
}
.check-product .product-detail .p-detail-title .product-price {
    color: rgb(236, 91, 71);
}
.check-product .product-detail .save-price {
    color: #32bd32;
    font-size: 20px !important;
}
.check-product .checkmark:after {
    content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAPCAMAAAAMCGV4AAAAQlBMVEUAAAAAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXsAuXtO3pfNAAAAFXRSTlMADBn1UO/HnH9o6NS6pF8q3Y5yRDdgW42CAAAAXklEQVQI11WPVw6AMAxDm+6WDpbvf1UqoJD4I/JTJMdRQqcV2FbimNA4Wiwcu8HB2aNw3IH+OF3jGAbhTXVwpAKMvnHDUBzrOM9kwFXkr4r2GEp/NBXIKuQhH6Ew3QV8+gN+OOB11AAAAABJRU5ErkJggg==);
    position: absolute;
    display: none;
    left: 5px;
    /*top: calc(50% - 65px);*/
    bottom: 7px;
}
.check-product input:checked ~ .checkmark:after {
    display: block;
}
.action-elements {
    position: fixed;
    bottom: 0px;
    left: 1px;
    right: 0;
    border-top: 1px solid rgb(0 0 0 / 10%);
    box-shadow: 1px 1px 20px rgb(0 0 0 / 20%);
}
.action-elements .action-btns {
    display: flex;
    align-items: center;
    padding: 17px 15px;
    flex-direction: row;
    justify-content: center;
    /*background-color: #fff;*/
    background-color: #ececec;
}
.action-btns .action {
    outline: none;
    font-size: 25px;
    color: rgb(38, 18, 48) !important;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    max-width: 450px;
    width: 100%;
    font-family: 'POPPINS', sans-serif;
    padding: 18px 30px 14px; /*padding: 13px;*/
    cursor: pointer;
    border-radius: 50px;
    margin: 0px !important;
    box-shadow: -4.389px 22.577px 38px 0px rgb(0 0 0 / 22%);
    height: 67.5px; /*height: 61px;*/
    border: none;
    text-decoration: none;
}
.action-btns .action:hover, .action-btns .action:focus {
    background: #52cb12;
    border-color: #52cb12;
}
.action-btns .add-to-basket {
    background-color: #f4c718;
    border: 2px solid #f4c718;
}
.modal-header .progress-bar {
    background-color: #f4c718;
}
.modal-header .progress {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    background: #959595;
}
.modal-header .progress.progress_hidden, #deal_timer.hidden-timer {
    visibility: hidden;
}
.slide-popup-btn-wrapper {
    z-index: 1;
}
@media(max-width: 1440px){
    .footer-bottom-section{
        margin-top: -10px;
    }
    /*.check-product .checkmark:after {
        bottom: -17px;   
    }*/
    .timer-wrapper:before {
            right: 71%;
    }
}
@media(max-width: 1380px){
    /*.check-product .checkmark:after {
        bottom: -15px;   
    }*/
    /*.footer-flex:before {
        right: unset;
        left: -15px;
    }*/
    .modal-toggle-btn {
        margin-left: 0px;
    }
    .timer-text-box {
        margin-right: 0px;
    }
}
@media(max-width: 1360px){
    /*.footer-flex:before {
        display: none;
    }*/
}
@media(max-width: 1199px){
    .timer-wrapper:before {
        display: none;
    }
}
@media(max-width: 1130px) {
    .modal-toggle-btn {
        margin-left: 0px;
    }
    .modal-toggle-btn .toggle-btn-text, .modal-toggle-btn .get_coupon_text {
        font-size: 20px !important;
    }
}
@media(max-width: 1039px){
    .footer-bottom-section {
        height: 145px;
    }
    /*.check-product .checkmark:after {
        bottom: -8px;   
    }*/
}
@media(max-width: 1030px) {
    .timer-text-box {
        margin-right: 10px;
    }
}
@media(max-width: 1015px){
    .products-area {
        height: calc(100vh - 205px);
    }
}
@media(max-width: 991px) {
    .check-product .checkmark {
        margin-left: 0 !important;
        margin-right: 0px !important;
    }
    .timer-text span {
        font-size: 25px !important;
    }
    .timer-text span.bottom-text, .smalltext, .count_text, .modal-toggle-btn .toggle-btn-text, .modal-toggle-btn .get_coupon_text {
        font-size: 16px !important;
    }
    .action-btns .action {
        height: 60px;
        padding: 17px 30px 10px;
        font-size: 20px;
    }
    .action-elements .action-btns {
        padding: 6px 15px;
    }
    .products-area {
        /*height: calc(100vh - 230px);*/
                max-height: calc(100vh - 225px);
                height: auto;
                overflow: unset;
    }
    .products-area.timer-hidden {
        /*height: calc(100vh - 175px);*/
        max-height: calc(100vh - 175px);
        height: auto;
    }
    .p-border-box {
        height: 130px;
    }
    iframe#launcher {
        bottom: 59px !important;
    }
    .action-elements {
        position: unset;
        box-shadow: none;
        border: none;
        margin-top: 10px;
    }
}
.modal-close .close-span {
    font-size: 22px;
    line-height: 22px;
}
@media(max-width: 810px){
    .footer-flex {
        flex-direction: column;
    }
    .timer-wrapper {
        margin-right: 0px;
    }
    .footer-bottom-section {
        height: 150px;
    }
    .products-popup.modal-right .modal-lg {
        max-width: 550px;
    }
    .check-product .p-details {
        width: 100%;
    }
    .products-header .modal-close {
        display: grid;
        padding: 0px !IMPORTANT;
        align-items: center;
    }
    /*.check-product .checkmark:after {
        bottom: -4px;   
    }*/
    .check-product .p-detail-title {
        font-size: 19px !important;
    }
    .check-product .product-detail .product-price, .check-product .product-detail .save-price {
        font-size: 17px !important;
    }
    iframe#launcher {
        bottom: 120px !important;
    }
}
@media(max-width: 650px){
    .check-product .checkmark:after {
        bottom: 4px;   
    }
}
@media(max-width: 600px){
    iframe#launcher {
        bottom: 145px !important;
    }
    .timer-wrapper {
        margin-right: 0px;
        flex-direction: column;
    }
    .timer-text span {
        line-height: 30px;
        display: inline;
    }
    .timer-text-box {
        margin-right: 0px;
    }
    .count_text {
        line-height: 30px !important;
    }
    .footer-bottom-section {
        display: none;
    }
    .footer-bottom-section2 {
        max-width: 100%;
        background: #f0131e;
        height: 215px;
        width: 100%;
    }
    .products-popup .popup-title span, #deal_timer {
        font-size: 18px !important;
    }
    .products-popup .popup-title {
        margin-top: 15px;
    }
    .deals-timer-box {
        margin-top: 10px;
    }
    .check-product .p-detail-title {
        font-size: 18px !important;
    }
    .check-product .product-detail .product-price, .check-product .product-detail .save-price {
        font-size: 15px !important;
    }
    .check-product .p-details {
        font-size: 15px !important;
    }
    .check-product .checkmark {
        margin: 0px;
        left: 0;
    }
    /*.products-area {
        height: calc(100vh - 170px);
    }*/
    .p-border-box, .check-product {
        height: 100px;
    }
    /*.products-area.timer-hidden {
        height: calc(100vh - 155px);
    }*/
    .check-product .checkmark{
        width: 25px;
        height: 25px;
        top: calc(50% - 12.5px);
    }
    .check-product {
        padding-left: 25px;
    }
    .product-image .img-box {
        width: 95px !important;
        height: auto !important;
    }
    .modal-toggle-btn {
        padding: 10px 20px;
    }
    .products-popup .modal-body {
        padding: 0px 10px;
    }
}
@media(max-width: 460px){
    /*.products-area {
        height: calc(100vh - 150px);
    }*/
    .p-border-box, .check-product {
        height: 120px;
    }
}
@media(max-width: 450px){
    .check-product .checkmark:after {
        bottom: 3px;   
    }
    .action-btns .action {
        height: 50px;
        padding: 0px;
        display: grid;
        align-items: center;
    }
}
@media(max-width: 425px){
    .footer-bottom-section {
        height: 210px;
    }
    .products-popup .popup-title {
        line-height: 1;
    }
}
@media(max-width: 370px){
    .p-border-box, .check-product {
        height: 130px;
    }
    .check-product .p-detail-title {
        font-size: 16px !important;
        line-height: 1;
    }
    .check-product .p-details {
        font-size: 13px !important;
    }
    .check-product .product-detail .product-price, .check-product .product-detail .save-price {
        font-size: 13px !important;
    }
}
/*@media(max-width: 359px){
    .products-area.timer-hidden {
        height: calc(100vh - 190px);
    }
}*/
@media(max-width: 375px){
    .modal-toggle-btn {
        padding: 12px 15px 16px;
    }
    /*.check-product .checkmark:after {
        bottom: 5px;   
    }*/
}
/* **** Youtube Videos Overlay Setting **** */

/** **** Youtube Video Styles **** **/
.pauseButtons {
    position: absolute;
    visibility: hidden;
    width: 1px;
    height: 1px;
}
.overlaydemo iframe, .overlaydemoone iframe, .overlaydemotwo iframe, .overlaydemothree iframe, .overlaydemofour iframe,
.overlaydemofive iframe, .overlaydemosix iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.563;
    line-height: 0;
/*    border-radius: 10px;*/
    position: unset !important;
}
.video-autoplay-overlay-image {
    width: 100% !important;
    height: 100% !important;
    margin: 0 auto !important;
    left: 0 !important;
    right: 0 !important;
}
.video-shape-2 {
    position: absolute;
    z-index: 999999;
    left: 0;
    bottom: 0;
    width: 100% !important;
    height: auto !important;
}
.unmute-box {
    max-width: 700px;
    width: 100%;
    margin: auto !important;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.video-shape-1 {
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
}
.unmute-box p {
    font-weight: 700;
    color: white;
    font-size: 50px;
}
.unmute-box img {
    max-width: 100%;
    overflow: hidden;
    height: auto;
    margin: auto;
}
.demo-video .youtube-overlay-wrapper {
    bottom: 0px !important;
}
.demo-video .thumb-img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.video_holder, .youtube_overlayvideo_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video-box .youtube_overlayvideo_wrapper {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 10px;
}
.online-video1.video-box .youtube_overlayvideo_wrapper {
    background-image: url(image/video_2_thumb.jpg);	
}
.online-video2.video-box .youtube_overlayvideo_wrapper {
    background-image: url(image/video_1_thumb.jpg);
}
.online-video3.video-box .youtube_overlayvideo_wrapper {
    background-image: url(image/video_3_thumb.jpg);
}
.online-video4.video-box .youtube_overlayvideo_wrapper {
    background-image: url(image/video_2_thumb.jpg);
}
.online-video5.video-box .youtube_overlayvideo_wrapper {
    background-image: url(image/video_1_thumb.jpg);
}
.online-video6.video-box .youtube_overlayvideo_wrapper {
    background-image: url(image/video_3_thumb.jpg);
}
.video-autoplay-overlay-bottom, .video-autoplay-overlay-top, .video-autoplay-overlaydemoone-bottom,
.video-autoplay-overlaydemoone-top, .video-autoplay-overlaydemothree-bottom,
.video-autoplay-overlaydemothree-top, .video-autoplay-overlaydemofour-bottom, .video-autoplay-overlaydemofour-top,
.video-autoplay-overlaydemosix-bottom, .video-autoplay-overlaydemosix-top {
    background: #f0131e !important;
    font-weight: bold !important;
    text-transform: capitalize;
}
.video-autoplay-overlaydemotwo-bottom, .video-autoplay-overlaydemotwo-top, .video-autoplay-overlaydemofive-bottom,
.video-autoplay-overlaydemofive-top {
    background: #2132cf !important;
    font-weight: bold !important;
    text-transform: capitalize;
}

.video-autoplay-overlaydemoone-image, .video-autoplay-overlaydemotwo-image, .video-autoplay-overlaydemothree-image, .video-autoplay-overlaydemofour-image,
.video-autoplay-overlaydemofive-image, .video-autoplay-overlaydemosix-image {
    width: 100% !important;
    margin: 0px !important;
    height: 100% !important;
}
.youtube_overlayvideo_wrapper .demo-play {
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    margin-top: 0px;
    margin-left: 0px;
    display: none !important;
}
.demo-video {
    line-height: 0;
}
@media(max-width: 1280px) {
    .unmute-box p {
        font-size: 30px;
        margin-bottom: 0px;
    }
    .unmute-box img {
        max-width: 80px;
    }
}
@media(max-width: 850px){
    .video-autoplay-overlay-play {
        max-width: 80px;
        max-height: 80px;
        background-size: contain !important;
        left: 0 !important;
        right: 0px !important;
        top: 0px !important;
        bottom: 0px !important;
        margin: auto !important;
    }
}
@media(max-width: 700px) {
    .unmute-box p {
        font-size: 25px;
    }
    .unmute-box img {
        max-width: 80px;
    }
    .youtube_overlayvideo_wrapper .demo-play img {
        max-width: 80px;
    }
}
@media(max-width: 400px) {
    .unmute-box p {
        font-size: 20px;
    }
}
@media(max-width: 440px){
    .unmute-box img {
        max-width: 80px;
    }
    .video-autoplay-overlaydemoone-play, .video-autoplay-overlaydemotwo-play, .video-autoplay-overlaydemothree-play,
    .video-autoplay-overlaydemofour-play, .video-autoplay-overlaydemofive-play, .video-autoplay-overlaydemosix-play,
    .video-autoplay-overlay-play {
        max-width: 80px;
        max-height: 80px;
        background-size: contain !important;
        left: 0 !important;
        right: 0px !important;
        top: 0px !important;
        bottom: 0px !important;
        margin: auto !important;
    }
}
.video-shape-2, .video-shape-1 {
    display: none;
}
/** **** Youtube Video Styles END**** **/

/** **** Vimeo Video Styles **** **/
.vimeo_video_section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.vimeo_video_wrapper {
    position: relative;
}
.video-wrap-box .video-frame {
    position: unset !important;
    width: 100% !important;
    aspect-ratio: 1/0.565;
    line-height: 0;
}
.vimeo_video_wrapper .video-wrap-box {
    line-height: 0;
}
.video-wrap-box .play-video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
}
.video-wrap-box .video-frame {
  border: none !important;
  border-radius: none !important;
}
.play-video .play-btn {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
}
.play-video .play-btn.playing .play {
    display: none;
}
.video-wrap-box .muted-play {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: transparent;
    z-index: 10;
    cursor: pointer;
}
.video-wrap-box .muted-play.video_played {
    z-index: -1;
    opacity: 0;
    display: none;
}
.muted-play .overlay_content {
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
}
.overlay_text {
    font-size: 60px;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    font-weight: 900;
}
@media(max-width: 991px){
    .overlay_text {
        font-size: 30px;
    }
    .overlay_image .overlay_icon {
        max-width: 90px !important;
    }
}
@media(max-width: 767px){
    .overlay_image .overlay_icon {
        max-width: 60px!important;
    }
}
@media(max-width: 575px){
    .overlay_text {
        font-size: 18px;
    }
}
/** **** Vimeo Video Styles END**** **/

/* **** Z-INDEX ISSUES **** */
.online-video2 {
    z-index: unset;
}
.video-autoplay-overlay {
    z-index: 4;
    background: transparent !important;
}
.video-autoplay-overlaydemoone, .video-autoplay-overlaydemotwo, .video-autoplay-overlaydemothree, .video-autoplay-overlaydemofour, .video-autoplay-overlaydemofive,
.video-autoplay-overlaydemosix {
    z-index: 3;
    background: transparent !important;
}
/* **** Extra Styling for responsive **** */
@media(max-width: 600px){
    .video5-column {
        position: absolute;
        top: 15px;
        padding: 0 10%;
    }
    .overlaydemo iframe, .overlaydemoone iframe, .overlaydemotwo iframe, .overlaydemothree iframe, .overlaydemofour iframe, .overlaydemofive iframe, .overlaydemosix iframe {
        border-radius: 10px;
    }
    .pt-4.video6-column {
        padding-top: 0px !important;
    }
}
@media(max-width: 500px){
    .video5-column {
        top: 10px;
    }
}
/* **** BF Theme Style **** */
.topHeader {
    width: 100%;
    text-align: center;
    padding: 55px 10px 55px;
    font-size: 40px;
    background-image: url(image/top-bg.png);
    background-size: 100% 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    color: #fff;
    z-index: 999;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    position: relative;
}
.cbtb .trust-badge.tab {
    top: 110px !important;
}
@media (max-width: 767px){
    .topHeader {
        background-image: url(image/header_top.jpg);
    }
}
/* **** Cookies Style **** */
.cookieNotice {
    position: fixed;
    max-width: 300px;
    bottom: 150px;
    left: 15px;
    padding: 15px 0px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 14px 10px rgb(0 0 0 / 30%);
    z-index: 999999;
}
.title-wrap {
    padding-left: 45px;
    height: 40px;
    background: url(image/cookie-icon.svg) 0 0 / 40px 40px no-repeat;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.cookieNotice .content-wrap {
    text-align: center;
}
.cookieNotice .title-wrap .popup_title {
    margin-bottom: 0px;
}
.cookie-alert-text {
    text-align: justify;
}
.cookieNotice .accept-btn, .cookieNotice .accept-btn:hover, .cookieNotice .accept-btn:focus, .cookieNotice .accept-btn:visited, .cookieNotice .accept-btn:active {
/*    background-color: #52cb12 !important;*/
    background-color: rgba(255, 255, 255, 0.904) !important;
    color: #254A12;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 30%) !important;
    outline: none;
    border: none;
    border-radius: 25px;
    padding: 5px 20px;
    font-size: 18px;
    margin-top: 10px;
}

/* Monster Bubdle Deal */
.monsterDeal {
    position: fixed;
    max-width: 300px;
    bottom: 0px;
    max-height: fit-content;
    top: 0px;
    left: 15px;
    padding: 20px 0px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0px 14px 10px rgb(0 0 0 / 30%);
    z-index: 999999;
    opacity: 1 !important;
    margin: auto;
}
.monsterDeal .title-wrap {
/*    padding-left: 45px;*/
    padding-left: 0px;
    height: auto;
/*    background: url(img/layer.png) 0 center / 40px 40px no-repeat;*/
    background: none;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.monsterDeal .title-wrap .popup_title {
    margin-bottom: 0px;
    font-size: 26px;
    color: #4d55f3;
    font-weight: 700;
    text-align: center;
}
.monsterDeal .content-wrap {
    text-align: center;
}
.monsterDeal .cookie-alert-text {
    text-align: center;
    font-size: 22px;
    font-weight: 600;
}
.monsterDeal .accept-btn, .monsterDeal .accept-btn:hover, .monsterDeal .accept-btn:focus, .monsterDeal .accept-btn:visited, .monsterDeal .accept-btn:active {
    /* background-color: #52cb12 !important; */
    /*background-color: rgba(255, 255, 255, 0.904) !important;
    color: #254A12;*/
    color: #fff;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 30%) !important;
    outline: none;
    border: none;
    border-radius: 25px;
    padding: 10px 20px;
    font-size: 18px;
    margin-top: 20px;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}
.monsterDeal .accept-btn, .monsterDeal .accept-btn:visited, .monsterDeal .accept-btn:active, .monsterDeal .accept-btn:focus {
    background-color: #4d55f3 !important;
}
.monsterDeal .accept-btn:hover {
    background-color: #ff7607 !important;
}
.monsterDealPopup {
    max-width: 90%;
    max-height: 355px;
    width: 350px;
    height: fit-content;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    z-index: 999999;
    opacity: 1;
}
.monsterDealPopup .close_icon {
    color: #fff;
    position: absolute;
    line-height: 20px !important;
    width: 30px;
    height: 30px;
    font-size: 20px !important;
    text-align: center;
    background-color: red;
    cursor: pointer;
    border-radius: 50%;
    display: grid;
    align-items: center;
    top: -10px;
    right: -10px;
    padding-bottom: 3px;
}
.monsterDealButton .dealImg {
    max-width: 100%;
    height: auto;
}
@media(max-width: 800px) {
    .monsterDealPopup {
        max-width: 80%;
        width: 280px;
        height: fit-content;
        top: 100px;
        bottom: unset;
        margin: auto;
    }
}