/*!
Theme Name: TypyBukmacherow
Theme URI: http://underscores.me/
Author: INTEGO Marcin Kulesza
Author URI: http://intego.com.pl
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: typy-bukmacherow
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

TypyBukmacherow is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Racing+Sans+One&display=swap');

.inter{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
}
.inter-100{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
.inter-200{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
.inter-300{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
.inter-400{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
.inter-500{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
.inter-600{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-variation-settings:  "slnt" 0;
}
.inter-700{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
.inter-800{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}
.inter-900{
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

.racing{
    font-family: "Racing Sans One", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 1px;
}

body{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #434343;
}

/*Font Colors*/
.color-white{
    color: white !important;
}
.color-dark-gray{
    color: #434343 !important;
}
.color-light-gray{
    color: #898989 !important;
}
.color-black{
    color: black !important;
}
/*Background Colors*/
.bg-gradient-orange:before{
    background: rgb(239,52,52);
    background: linear-gradient(45deg, rgba(239,52,52,1) 0%, rgba(246,113,54,1) 70%);
}

/*Buttons*/
.tb-button-sm{
    font-family: "Racing Sans One", sans-serif;
    font-size: 18px;
    letter-spacing: 0.8px;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    background: rgb(239, 52, 52);
    background: linear-gradient(45deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 70%);
    -webkit-box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    -moz-box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    border-radius: 50px;
    border: 0px;
    min-width: 175px;
    transition: background 250ms ease-in-out;
}
.tb-button-sm:hover{
    background: linear-gradient(45deg, rgba(246, 113, 54, 1) 0%, rgba(239, 52, 52, 1) 70%);
    color: white !important;
}
.tb-button-sm.tb-button-white{
    background: white;
    color: black;
    margin: 0 auto;
    width: max-content;
    display: block;
    -webkit-box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    -moz-box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
}
.tb-button-sm.tb-button-white:hover{
    color: #ec3c3c !important;
}
/*Custom TB Icons*/
span.tb-icon:before{
    content: "";
    display: block;
    height: inherit;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
}

.tb-user:before{
    mask-image: url('images/icons/tb_icon_user.svg');
    -webkit-mask-image: url('images/icons/tb_icon_user.svg');
    aspect-ratio: 15 / 13;
}

.tb-cart:before{
    mask-image: url('images/icons/tb_icon_cart.svg');
    -webkit-mask-image: url('images/icons/tb_icon_cart.svg');
    aspect-ratio: 1;
}

.tb-facebook:before{
    mask-image: url('images/icons/tb_icon_facebook.svg');
    -webkit-mask-image: url('images/icons/tb_icon_facebook.svg');
    aspect-ratio: 1;
}

.tb-twitter:before{
    mask-image: url('images/icons/tb_icon_twitter.svg');
    -webkit-mask-image: url('images/icons/tb_icon_twitter.svg');
    aspect-ratio: 1;
}

/*Header*/
header.header{
    background-color: white;
    -webkit-box-shadow: 0px 5px 13px -5px rgba(33, 33, 33, 0.25);
    -moz-box-shadow: 0px 5px 13px -5px rgba(33, 33, 33, 0.25);
    box-shadow: 0px 5px 13px -5px rgba(33, 33, 33, 0.25);
    z-index: 9999;
}
body.home header.header{
    background-color: transparent;
    -webkit-box-shadow: 0px 5px 13px -5px rgba(33, 33, 33, 0);
    -moz-box-shadow: 0px 5px 13px -5px rgba(33, 33, 33, 0);
    box-shadow: 0px 5px 13px -5px rgba(33, 33, 33, 0);
    z-index: 9999;
}
body.home header.header.nav-down,
body.home header.header.scroll-up{
    background-color: white;
    -webkit-box-shadow: 0px 5px 13px -5px rgba(33, 33, 33, 0.25);
    -moz-box-shadow: 0px 5px 13px -5px rgba(33, 33, 33, 0.25);
    box-shadow: 0px 5px 13px -5px rgba(33, 33, 33, 0.25);
}
header.header .container{
    max-width: 1200px;
}
header.header nav.navbar{
    padding: 15px 0;
    background-color: transparent !important;
}
body.home header.header nav .row-top{
    /*border-bottom: 1px solid #dee1e5;*/
    border-bottom: 1px solid #565054;
    padding-bottom: 15px;
    visibility: visible;
    height: 37px;
    opacity: 1;
    transition: height 250ms, opacity 250ms, visibility 250ms, padding-bottom 250ms ease-in-out;
}
header.header nav .row-top{
    border-bottom: 1px solid #dee1e5;
    padding-bottom: 15px;
    visibility: visible;
    height: 37px;
    opacity: 1;
    transition: height 250ms, opacity 250ms, visibility 250ms, padding-bottom 250ms ease-in-out;
}
body.home header.header nav .row-top .cta{
    padding-right: 15px;
    /* border-right: 1px solid #dee1e5; */
    border-right: 1px solid #565054;
    margin-right: 15px;
}
header.header nav .row-top .cta{
    padding-right: 15px;
    border-right: 1px solid #dee1e5;
    margin-right: 15px;
}
header.header nav .row-top .cta a.tb-button-sm{
    font-size: 13px;
    padding: 5px 20px;
    position: relative;
    top: -3px;
}
header.header nav .row-top .my-account a span.tb-icon:before,
header.header nav .row-top .cart a span.tb-icon:before,
header.header nav .row-top .facebook a span.tb-icon:before,
header.header nav .row-top .twitter a span.tb-icon:before{
    height: 18px;
}
header.header nav .row-top .my-account{
    margin-left: 15px;
}
body.home header.header nav .row-top .cart{
    padding-right: 15px;
    /*border-right: 1px solid #dee1e5;*/
    border-right: 1px solid #565054;
}
header.header nav .row-top .cart{
    padding-right: 15px;
    border-right: 1px solid #dee1e5;
}
header.header nav .row-top .facebook{
    margin-right: 15px;
}
header.header nav .row-top .my-account a span.tb-icon-text,
body.home header.header.scroll-up nav .row-top .my-account a span.tb-icon-text{
    font-size: 14px;
    margin-left: 10px;
    color: #434343;
}
body.home header.header nav .row-top .my-account a span.tb-icon-text{
    font-size: 14px;
    margin-left: 10px;
    /*color: #434343;*/
    color: white;
}
header.header nav .row-top .cart a span.tb-icon-text{
    font-size: 14px;
    margin-left: 10px;
    color: #434343;
}
header.header nav .row-top a:hover{
    text-decoration: none !important;
}
header.header nav .row-main{
    padding-top: 15px;
}
header.header nav .navbar-brand img{
    display: block;
    width: 350px;
    height: auto;
}
body.home header.header nav .navbar-brand img.logo-color{
    display: none;
}
body.home header.header.nav-down nav .navbar-brand img.logo-color,
body.home header.header.scroll-up nav .navbar-brand img.logo-color{
    display: block;
}
body.home header.header.nav-down nav .navbar-brand img.logo-light,
body.home header.header.scroll-up nav .navbar-brand img.logo-light{
    display: none;
}
body:not(.home) header.header nav .navbar-brand img.logo-light{
    display: none;
}
header.header nav #main-menu ul li{
    display: flex;
}
header.header nav #main-menu ul li a.nav-link{
    font-family: "Racing Sans One", sans-serif;
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000000;
    transition: color 250ms ease-in-out;
    padding: 0;
    line-height: 30px;
}
body.home header.header nav #main-menu ul li a.nav-link{
    font-family: "Racing Sans One", sans-serif;
    font-size: 25px;
    font-weight: normal;
    text-transform: uppercase;
    /*color: #000000;*/
    color: white;
    transition: color 250ms ease-in-out;
    padding: 0;
    line-height: 30px;
}

header.header.nav-down nav #main-menu ul li a.nav-link,
body.home header.header.nav-down nav #main-menu ul li a.nav-link,
body.home header.header.scroll-up nav #main-menu ul li a.nav-link{
    color: #000000;
}
header.header nav #main-menu ul li a.nav-link:hover,
header.header nav #main-menu ul li a.nav-link.active,
body.home header.header nav #main-menu ul li a.nav-link:hover,
body.home header.header nav #main-menu ul li a.nav-link.active{
    color: #f95006;
}
header.header nav #main-menu ul li:after{
    content: "";
    display: inline-flex;
    width: 1px;
    height: 30px;
    background-color: #dee1e5;
    transform: rotate(13deg);
    margin-left: 18px;
    margin-right: 18px;
    position: relative;
    /*top: 7px;*/
    top: 0px;
}
body.home header.header nav #main-menu ul li:after{
    content: "";
    display: inline-flex;
    width: 1px;
    height: 30px;
    background-color: #565054;
    transform: rotate(13deg);
    margin-left: 18px;
    margin-right: 18px;
    position: relative;
    /*top: 7px;*/
    top: 0px;
}
body.home header.header nav .row-main-mobile #main-menu ul li:after,
body.home header.header nav #main-menu ul li:last-child:after,
header.header nav .row-main-mobile #main-menu ul li:after,
header.header nav #main-menu ul li:last-child:after{
    content: none;
}
body.home header.header nav .row-main-mobile{
    background-color: #000000d4;
}
body.home header.header.nav-down nav .row-main-mobile,
body.home header.header.scroll-up nav .row-main-mobile{
    background-color: transparent;
}
header.header nav .row-main-mobile #main-menu ul{
    margin-top: 20px;
}
header.header nav .row-main-mobile #main-menu ul li{
    border-bottom: 1px solid #dee1e5;
    width: 100%;
    justify-content: center;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
header.header nav .row-main-mobile #main-menu ul li:last-child{
    border-bottom: none;
}
header.header.nav-down .row-top{
    /*display: none !important;*/
    visibility: hidden !important;
    height: 0px !important;
    opacity: 0 !important;
    padding-bottom: 0 !important;
}
header.header.nav-down .row-main{
    padding-top: 0px !important;

}
@media (max-width: 480px){
    header.header nav .navbar-brand img{
        width: calc(100% - 20px);
    }
}
@media (max-width: 1024px){
    body.home header.header{
        /*background-color: #000000db;*/
        background-color: transparent;
    }
    header.header.nav-down{
        background-color: white;
    }
    body.home header.header nav.navbar button.navbar-toggler{
        border-color: rgba(86, 80, 84, 1);
    }
    body.home header.header nav.navbar button.navbar-toggler span.navbar-toggler-icon{
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        background: white;
    }
    body.home header.header.nav-down nav.navbar button.navbar-toggler span.navbar-toggler-icon,
    body.home header.header.scroll-up nav.navbar button.navbar-toggler span.navbar-toggler-icon{
        mask-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
        background: red;
    }
}
/*Body / Container / Content*/
.container{
    position: relative;
    z-index: 1030;
}
.content{
    padding: 70px 0;
}
@media (max-width: 768px){
    .content{
        padding: 30px 0;
    }
}
/*Page - My Account*/
body.page-moje-konto .app .content{
    background-image: url(images/TB_bg_img_2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    z-index: 0;
}
body.page-moje-konto .app .content:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000a1;
    z-index: 0;
    top: 0;
    left: 0;
}
body.page-moje-konto .app .content .entry-header h1{
    text-align: center;
}
body.page-moje-konto .content form.woocommerce-form{
    padding: 0 5px;
}
body.page-moje-konto .content form.woocommerce-form p.woocommerce-form-row{
    flex-direction: column;
}
body.page-moje-konto .content form.woocommerce-form p.woocommerce-form-row label{
    color: white;
}
body.page-moje-konto .content form.woocommerce-form p.woocommerce-form-row input{
    border: 3px solid #f95006;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #0000008a;
    color: white;
    width: 100%;
}
body.page-moje-konto .content form.woocommerce-form p.woocommerce-form-row input:focus-visible{
    outline: none;
}
body.page-moje-konto .app .content p{
    color: white;
}
body.page-moje-konto .app .content a{
    color: #f95006;
}
body.page-moje-konto .app .content button.woocommerce-form-register__submit{
    width: max-content;
}
/*Page - My Account Logged-In START*/
/*Menu*/
body.page-moje-konto.logged-in .app .content{
    background-image: none;
    padding: 0;
}
body.page-moje-konto.logged-in .app .content:after{
    content: none;
}
body.page-moje-konto.logged-in .app .content .woocommerce{
    display: flex;
    flex-direction: row;
}
body.page-moje-konto.logged-in .app .content .woocommerce .tb-client-menu{
    width: 350px;
    height: auto;
}
body.page-moje-konto.logged-in .app .content .woocommerce .tb-client-content{
    width: calc(100% - 350px);
    background-color: #fbfbfb;
    border-left: 1px solid #eeeeee;
}
body.page-moje-konto.logged-in .app .content .tb-client-menu{
    background-color: white;
    border-right: 1px solid #eeeeee;
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .logo{
    margin: 50px 30px 50px 30px;
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .logo img{
    width: 100%;
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav h3.menu-title{
    font-size: 20px;
    color: black;
    text-transform: uppercase;
    margin: 0 0 20px 50px;
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul{
    list-style: none;
    padding-left: 0;
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li{
    background: white;
    padding-bottom: 4px;
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li.is-active,
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li:hover{
    background: linear-gradient(90deg, rgba(239,52,52,1) 0%, rgba(246,113,54,1) 70%);
    padding-bottom: 4px;
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li.is-active a,
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li:hover a{
    color: #f95006;
    background: #f6f6f6;
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li a{
    color: #717579;
    background: white;
    padding: 15px 50px;
    display: flex;
    align-items: center;
    text-decoration: none;
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li a span.label{
    margin-left: 25px;
    font-size: 16px;
    font-weight: 600;
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu.wc-menu{
    margin-top: 75px;
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li a span.icon:before{
    content: "";
    height: 28px;
    width: 28px;
    display: block;
    background: #717579;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li.is-active a span.icon:before,
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li:hover a span.icon:before{
    background: linear-gradient(90deg, rgba(239,52,52,1) 0%, rgba(246,113,54,1) 70%);
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li.start-item a span.icon:before{
    mask-image: url("images/icons/tb_icon_start.svg");
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li.daily-coupons-item a span.icon:before{
    mask-image: url("images/icons/tb_icon_dailycoupons.svg");
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li.played-coupons-item a span.icon:before{
    mask-image: url("images/icons/tb_icon_playedcoupons.svg");
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li.archive-coupons-item a span.icon:before{
    mask-image: url("images/icons/tb_icon_archivecoupons.svg");
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li.statistics-item a span.icon:before{
    mask-image: url("images/icons/tb_icon_statistics.svg");
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li.piggybank-points-item a span.icon:before{
    mask-image: url("images/icons/tb_icon_piggybank.svg");
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li.edit-account-item a span.icon:before{
    mask-image: url("images/icons/tb_icon_settings.svg");
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li.edit-address-item a span.icon:before{
    mask-image: url("images/icons/tb_icon_user_2.svg");
}
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li.orders-item a span.icon:before{
    mask-image: url("images/icons/tb_icon_subscriptions.svg");
}
@media (max-width: 768px){
    body.page-moje-konto.logged-in .app .content .tb-client-menu button.navbar-toggler{
        margin-right: 10px;
    }
    body.page-moje-konto.logged-in .app .content .tb-client-menu .logo{
        margin: auto;
        width: calc(100% - 100px);
    }
    body.page-moje-konto.logged-in .app .content .tb-client-menu .logo img{
        margin-right: 10px;
    }
    body.page-moje-konto.logged-in .app .content .woocommerce{
        flex-direction: column;
    }
    body.page-moje-konto.logged-in .app .content .woocommerce .tb-client-menu{
        width: 100%;
    }
    body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav h3.menu-title{
        font-size: 16px;
        margin: 15px 0 15px 20px;
    }
    body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu.wc-menu{
        margin-top: 0;
    }
    body.page-moje-konto.logged-in .app .content .woocommerce .tb-client-content{
        width: 100%;
    }
    body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li a{
        padding: 10px 20px;
    }
    body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li a span.icon:before{
        height: 20px;
        width: 20px;
    }
    body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li a span.label{
        margin-left: 20px;
        font-size: 16px;
    }
}
@media (max-width: 768px) and (min-width: 600px){
    body.page-moje-konto.logged-in .app .content .tb-client-menu .logo{
        width: calc(100% - 200px);
    }
}
/*Content*/
body.page-moje-konto.logged-in .tb-client-content .container-fluid{
    padding: 50px;
    color: #434343;
}
@media (max-width: 425px){
    body.page-moje-konto.logged-in .tb-client-content .container-fluid{
        padding: 25px;
    }
}
/*Forms*/
body.page-moje-konto.logged-in form.tb-form{
    padding: 0 5px;
}
body.page-moje-konto.logged-in form.tb-form p{
    flex-direction: column;
    margin-left: 0;
}
body.page-moje-konto.logged-in form.tb-form p label{
    color: black;
}
body.page-moje-konto.logged-in form.tb-form p input{
    border: 3px solid #f95006;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #00000008;
    color: black;
    width: 400px;
}
body.page-moje-konto.logged-in form.tb-form .select2{
    width: 400px !important;
}
body.page-moje-konto.logged-in form.tb-form .select2 .select2-selection{
    height: 50px;
    border: 3px solid #f95006;
    border-radius: 5px;
}
body.page-moje-konto.logged-in form.tb-form .select2 .select2-selection .select2-selection__rendered{
    height: 44px;
    padding: 10px 15px;
    line-height: unset;
    background-color: #00000008;
}
body.page-moje-konto.logged-in form.tb-form .select2 .select2-selection .select2-selection__arrow{
    height: inherit;
}
body.page-moje-konto.logged-in .select2-container .select2-dropdown.select2-dropdown--below{
    width: 400px !important;
    border: 3px solid #f95006;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
body.page-moje-konto.logged-in form.tb-form p input:focus-visible{
    outline: none;
}
@media (max-width: 425px){
    body.page-moje-konto.logged-in form.tb-form p input,
    body.page-moje-konto.logged-in form.tb-form .select2,
    body.page-moje-konto.logged-in .select2-container .select2-dropdown.select2-dropdown--below{
        width: 100% !important;
    }
}
/*Orders*/
body.page-moje-konto.logged-in table.account-orders-table thead tr th,
body.page-moje-konto.logged-in table.account-orders-table tbody tr td{
    padding: 5px 30px 5px 30px;
}
body.page-moje-konto.logged-in table.account-orders-table thead tr th:first-child,
body.page-moje-konto.logged-in table.account-orders-table tbody tr td:first-child{
    padding: 5px 30px 5px 0px;
}
body.page-moje-konto.logged-in .order-details .order-status-info mark{
    background: transparent;
    color: #f95006;
    font-weight: 700;
}
body.page-moje-konto.logged-in .order-details section.woocommerce-order-details table.order_details thead tr th,
body.page-moje-konto.logged-in .order-details section.woocommerce-order-details table.order_details tbody tr td,
body.page-moje-konto.logged-in .order-details section.woocommerce-order-details table.order_details tfoot tr th,
body.page-moje-konto.logged-in .order-details section.woocommerce-order-details table.order_details tfoot tr td{
    padding: 5px 30px 5px 30px;
}
body.page-moje-konto.logged-in .order-details section.woocommerce-order-details table.order_details thead tr th:first-child,
body.page-moje-konto.logged-in .order-details section.woocommerce-order-details table.order_details tbody tr td:first-child,
body.page-moje-konto.logged-in .order-details section.woocommerce-order-details table.order_details tfoot tr th:first-child{
    padding: 5px 30px 5px 0px;
}
body.page-moje-konto.logged-in .order-details section.woocommerce-order-details table.order_details thead tr th:first-child{
    width: 300px;
}
section.woocommerce-order-details .order-datails-subscription table.woocommerce-orders-table--subscriptions thead tr th,
section.woocommerce-order-details .order-datails-subscription table.woocommerce-orders-table--subscriptions tbody tr td{
    padding: 5px 30px 5px 30px;
}
section.woocommerce-order-details .order-datails-subscription table.woocommerce-orders-table--subscriptions thead tr th:first-child,
section.woocommerce-order-details .order-datails-subscription table.woocommerce-orders-table--subscriptions tbody tr td:first-child{
    padding: 5px 30px 5px 0px;
}
@media (max-width: 425px){
    body.page-moje-konto.logged-in table.account-orders-table tbody tr td{
        padding: 5px 0px;
    }
    body.page-moje-konto.logged-in table.account-orders-table tbody tr td:before,
    section.woocommerce-order-details .order-datails-subscription table.woocommerce-orders-table--subscriptions tbody tr td:before{
        margin-right: 30px;
        font-weight: 700;
    }
    section.woocommerce-order-details .order-datails-subscription table.woocommerce-orders-table--subscriptions{
        width: 100%;
    }
    section.woocommerce-order-details .order-datails-subscription table.woocommerce-orders-table--subscriptions tbody tr td{
        padding: 5px 30px 5px 0px;
    }
}
/*Top Bar Menu*/
body.page-moje-konto.logged-in .tb-top-bar-menu{
    padding: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background-color: white;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(33, 33, 33, 0.25);
    -moz-box-shadow: 0px 5px 5px -5px rgba(33, 33, 33, 0.25);
    box-shadow: 0px 5px 5px -5px rgba(33, 33, 33, 0.25);
}
body.page-moje-konto.logged-in .tb-top-bar-menu .title:before{
    content: "";
    display: inline-block;
    height: 23px;
    width: 30px;
    margin-right: 25px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_page_title.svg);
    background: linear-gradient(90deg, rgba(239,52,52,1) 0%, rgba(246,113,54,1) 70%);
}
body.page-moje-konto.logged-in .tb-top-bar-menu .title,
body.page-moje-konto.logged-in .tb-user-info .title{
    display: flex;
    flex-direction: row;
    align-items: center;
}
body.page-moje-konto.logged-in .tb-top-bar-menu .title h3{
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 0;
}
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu{
    display: flex;
    flex-direction: row;
    font-size: 13px;
    font-weight: 700;
}
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu > div{
    display: flex;
    border-right: 1px solid #eeeeee;
    margin-left: 20px;
    padding-right: 20px;
}
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu > div:last-child{
    border-right: none;
    padding-right: 0;
}
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .logout a,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .user-info a,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .piggybank-info a,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .subscription-info a,
body.page-moje-konto.logged-in .tb-user-info-mobile .quick-menu .logout a,
body.page-moje-konto.logged-in .tb-user-info-mobile .quick-menu .user-info a,
body.page-moje-konto.logged-in .tb-user-info-mobile .quick-menu .piggybank-info a,
body.page-moje-konto.logged-in .tb-user-info-mobile .quick-menu .subscription-info a{
    display: flex;
    align-items: center;
    color: #717579;
    font-weight: 700;
}
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .logout a:before,
body.page-moje-konto.logged-in .tb-user-info-mobile .quick-menu .logout a:before{
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 10px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_logout.svg);
    background: #717579;
}
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .logout a:hover,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .user-info a:hover,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .user-info a:hover span,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .piggybank-info a:hover,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .piggybank-info a:hover span,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .piggybank-info a:hover span.points,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .subscription-info a:hover,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .subscription-info a:hover span.period,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .subscription-info a:hover span.end{
    color: #f95006;
    text-decoration: none !important;
}
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .logout a:hover:before,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .user-info a:hover:before,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .piggybank-info a:hover:before,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .subscription-info a:hover:before{
    background: linear-gradient(90deg, rgba(239,52,52,1) 0%, rgba(246,113,54,1) 70%);
}
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .user-info a span,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .piggybank-info a span.points,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .subscription-info a span.period,
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .subscription-info a span.end,
body.page-moje-konto.logged-in .tb-user-info-mobile .quick-menu .user-info a span,
body.page-moje-konto.logged-in .tb-user-info-mobile .quick-menu .piggybank-info a span.points,
body.page-moje-konto.logged-in .tb-user-info-mobile .quick-menu .subscription-info a span.period,
body.page-moje-konto.logged-in .tb-user-info-mobile .quick-menu .subscription-info a span.end{
    color: black;
    text-decoration: none;
}
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .user-info a:before,
body.page-moje-konto.logged-in .tb-user-info-mobile .quick-menu .user-info a:before{
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 10px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_user_2.svg);
    background: #717579;
}
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .piggybank-info a:before,
body.page-moje-konto.logged-in .tb-user-info-mobile .quick-menu .piggybank-info a:before{
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 10px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_piggybank.svg);
    background: #717579;
}
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .subscription-info a:before,
body.page-moje-konto.logged-in .tb-user-info-mobile .quick-menu .subscription-info a:before{
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    margin-right: 10px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_subscriptions.svg);
    background: #717579;
}
@media (max-width: 768px){
    body.page-moje-konto.logged-in .tb-top-bar-menu{
        padding: 25px;
    }
    body.page-moje-konto.logged-in .tb-user-info-mobile .quick-menu a{
        padding: 10px 20px;
        font-size: 16px;
        font-weight: 600;
    }
    body.page-moje-konto.logged-in .tb-user-info-mobile .quick-menu a:before{
        width: 20px !important;
        height: 20px !important;
    }
    body.page-moje-konto.logged-in .tb-top-bar-menu .title h3{
        font-size: 20px;
    }
}
/*Coupons Info Bar*/
body.page-moje-konto.logged-in .tb-copuons-info{
    display: grid;
    flex-direction: row;
    padding: 50px;
    column-gap: 40px;
    row-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
body.page-moje-konto.logged-in .tb-copuons-info .box{
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 40px 35px 90px 35px;
    border-radius: 30px;
    background-color: white;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(33, 33, 33, 0.25);
    -moz-box-shadow: 0px 5px 5px -5px rgba(33, 33, 33, 0.25);
    box-shadow: 0px 5px 5px -5px rgba(33, 33, 33, 0.25);
    background-image: url(images/tb_bg_graph.svg);
    background-size: 110%;
    background-position: center 140px;
    background-repeat: no-repeat;
}
body.page-moje-konto.logged-in .tb-copuons-info .box.win{
    background-image: url(images/tb_bg_graph_green.svg);
}
body.page-moje-konto.logged-in .tb-copuons-info .box.lost{
    background-image: url(images/tb_bg_graph_red.svg);
}
body.page-moje-konto.logged-in .tb-copuons-info .box.pending{
    background-image: url(images/tb_bg_graph_yellow.svg);
}
body.page-moje-konto.logged-in .tb-copuons-info .box .icon:before{
    content: "";
    display: inline-block;
    height: 40px;
    width: 40px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_dailycoupons.svg);
    background: linear-gradient(90deg, rgba(239,52,52,1) 0%, rgba(246,113,54,1) 70%);
}
body.page-moje-konto.logged-in .tb-copuons-info .box.win .icon:before{
    mask-image: url(images/icons/tb_icon_dailycoupons_checked.svg);
}
body.page-moje-konto.logged-in .tb-copuons-info .box.lost .icon:before{
    mask-image: url(images/icons/tb_icon_dailycoupons_unchecked.svg);
}
body.page-moje-konto.logged-in .tb-copuons-info .box.pending .icon:before{
    mask-image: url(images/icons/tb_icon_dailycoupons_question.svg);
}
body.page-moje-konto.logged-in .tb-copuons-info .box .icon .mark{
    height: 25px;
    width: 25px;
    display: block;
    position: relative;
    top: -12px;
    border-radius: 100%;
    border: 3px solid white;
    left: -19px;
}
body.page-moje-konto.logged-in .tb-copuons-info .box.all .icon .mark{
    border-color: transparent;
    background-color: transparent;
}
body.page-moje-konto.logged-in .tb-copuons-info .box.win .icon .mark{
    background-color: #35a855;
}
body.page-moje-konto.logged-in .tb-copuons-info .box.lost .icon .mark{
    background-color: #ec3c3c;
}
body.page-moje-konto.logged-in .tb-copuons-info .box.pending .icon .mark{
    background-color: #eca533;
}
body.page-moje-konto.logged-in .tb-copuons-info .box .number h3{
    font-size: 38px;
}
body.page-moje-konto.logged-in .tb-copuons-info .box .text span{
    font-size: 12px;
    line-height: 1.5;
    display: block;
    color: #717579;
}
@media (max-width: 480px){
    body.page-moje-konto.logged-in .tb-copuons-info{
        flex-direction: column;
        padding: 25px;
        column-gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.page-moje-konto.logged-in .tb-copuons-info .box{
        padding: 20px 15px 50px 15px;
        background-position: center bottom;
    }
    body.page-moje-konto.logged-in .tb-copuons-info .box .wrapper{
        display: flex;
        flex-direction: column;
    }
    body.page-moje-konto.logged-in .tb-copuons-info .box .wrapper .number{
        display: flex;
        flex-direction: row;
    }
    body.page-moje-konto.logged-in .tb-copuons-info .box .icon:before{
        margin-right: 0px;
    }
    body.page-moje-konto.logged-in .tb-copuons-info .box.all .icon .mark{
        border-color: transparent;
        background-color: transparent;
    }
    body.page-moje-konto.logged-in .tb-copuons-info .box .icon .mark{
        top: -10px;
        left: -18px;
    }
    body.page-moje-konto.logged-in .tb-copuons-info .box .text span{
        font-size: 11px;
    }
}
@media (max-width: 768px) and (min-width: 481px){
    body.page-moje-konto.logged-in .tb-copuons-info{
        flex-direction: column;
        padding: 25px;
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    body.page-moje-konto.logged-in .tb-copuons-info .box{
        padding: 20px 15px 40px 15px;
        background-position: center bottom;
    }
    body.page-moje-konto.logged-in .tb-copuons-info .box .wrapper{
        display: flex;
        flex-direction: column;
    }
    body.page-moje-konto.logged-in .tb-copuons-info .box .wrapper .number{
        display: flex;
        flex-direction: row;
    }
    body.page-moje-konto.logged-in .tb-copuons-info .box .icon:before{
        margin-right: 0px;
    }
    body.page-moje-konto.logged-in .tb-copuons-info .box .icon:before{
        margin-right: 0px;
    }
    body.page-moje-konto.logged-in .tb-copuons-info .box.all .icon .mark{
        border-color: transparent;
        background-color: transparent;
    }
    body.page-moje-konto.logged-in .tb-copuons-info .box .icon .mark{
        top: -10px;
        left: -18px;
    }
    body.page-moje-konto.logged-in .tb-copuons-info .box .text span{
        font-size: 11px;
    }
}
/*Choose Subscriptions*/
body.woocommerce-account section.pricing-area{
    background-image: none !important;
    border-bottom: 1px solid #eeeeee;
}
body.woocommerce-account section.pricing-area a.tb-button-sm{
    color: white !important;
}
/*Page - My Account Logged-In END*/

/*Coupons*/
.coupon-list{
    display: grid;
    grid-template-columns: repeat(3,  minmax(0, 1fr));
    column-gap: 30px;
    row-gap: 30px;
}
.coupon-list.go-to-archive{
    filter: grayscale(1);
}
.coupon-list.go-to-archive a:hover{
    text-decoration: none;
}
.coupon-list .coupon-column{
    /*width: calc(100% - 30px);*/
    width: 100%;
}
.single-coupon{
    display: flex;
    flex-direction: column;
    width: 516px;
    border-radius: 20px;
}
.single-coupon{
    cursor: pointer;
}
.single-coupon.preview{
    cursor: default;
}
.single-coupon .header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 14px 16px;
    line-height: 1;
}
.single-coupon.pending{
    -webkit-box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    -moz-box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    transition: box-shadow 250ms ease-in-out;
}
.single-coupon.pending:hover{
    -webkit-box-shadow: 0px 0px 35px -4px rgba(244,98,53,1);
    -moz-box-shadow: 0px 0px 35px -4px rgba(244,98,53,1);
    box-shadow: 0px 0px 35px -4px rgba(244,98,53,1);
}
.single-coupon.win{
    -webkit-box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    -moz-box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    transition: box-shadow 250ms ease-in-out;
}
.single-coupon.win:hover{
    -webkit-box-shadow: 0px 0px 35px -4px rgba(2,152,20,1);
    -moz-box-shadow: 0px 0px 35px -4px rgba(2,152,20,1);
    box-shadow: 0px 0px 35px -4px rgba(2,152,20,1);
}
.single-coupon.lost{
    -webkit-box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    -moz-box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    transition: box-shadow 250ms ease-in-out;
}
.single-coupon.lost:hover{
    -webkit-box-shadow: 0px 0px 35px -4px rgba(225,0,25,1);
    -moz-box-shadow: 0px 0px 35px -4px rgba(225,0,25,1);
    box-shadow: 0px 0px 35px -4px rgba(225,0,25,1);
}
.single-coupon.pending .header{
    background: linear-gradient(90deg, rgba(239,52,52,1) 0%, rgba(246,113,54,1) 100%);
}
.single-coupon.win .header{
    background: linear-gradient(90deg, rgba(4,194,27,1) 0%, rgba(2,152,20,1) 100%);
}
.single-coupon.lost .header{
    background: linear-gradient(90deg, rgba(234,72,72,1) 0%, rgba(225,0,25,1) 100%);
}
.single-coupon .header .number{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: white;
    text-transform: uppercase;
}
.single-coupon .header .number:before{
    content: "";
    display: inline-block;
    height: 19px;
    width: 19px;
    margin-right: 15px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_dailycoupons.svg);
    transform: rotate(90deg);
    background: #ffffff;
}
.single-coupon .header .status{
    display: flex;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}
.single-coupon .header .status.pending:before{
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_exclamation.svg);
    background: #ffffff;
}
.single-coupon .header .status.win:before{
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_check.svg);
    background: #ffffff;
}
.single-coupon .header .status.lost:before{
    content: "";
    display: inline-block;
    height: 16px;
    width: 16px;
    margin-right: 5px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_cross.svg);
    background: #ffffff;
}
.single-coupon .header .actions .play-coupon{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.single-coupon .header .actions .play-coupon span{
    font-size: 11px;
    font-weight: 700;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
}
.single-coupon .header .actions .play-coupon:before{
    content: "";
    display: inline-block;
    height: 19px;
    width: 19px;
    margin-right: 8px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_add.svg);
    background: #ffffff;
}
.single-coupon .header .actions .play-coupon:hover{
    cursor: pointer;
}
.single-coupon .header .actions .play-coupon:hover:before{
    mask-image: url(images/icons/tb_icon_add_filled.svg);
}
.single-coupon .header .actions .play-coupon.played:before{
    mask-image: url(images/icons/tb_icon_add_filled.svg);
}
.single-coupon .bottom-information{
    background-color: #f1f1f1;
    padding: 10px 16px;
    font-size: 9px;
    font-weight: 700;
    color: #9c9c9c;
    text-transform: uppercase;
}
.single-coupon .bottom-information span:first-child{
    margin-right: 25px;
}
.single-coupon .matches .match{
    padding: 10px 16px;
    background-color: #ffffff;
}
.single-coupon .matches .match.match-hided{
    display: none;
}
.single-coupon .matches .match .wrapper{
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #eaeaea;
}
.single-coupon .matches .match .icon{
    display: flex;
    align-items: center;
    width: 30px;
    margin-right: 15px;
}
.single-coupon .matches .match .icon:before{
    content: "";
    display: block;
    height: 30px;
    width: 30px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    background: linear-gradient(90deg, rgba(239,52,52,1) 0%, rgba(246,113,54,1) 100%);
}
.single-coupon .matches .match .group{
    display: flex;
    flex-direction: column;
    width: calc(100% - 30px);
}
.single-coupon .matches .match .group .category{
    font-size: 10px;
    font-weight: 700;
    color: #686868;
}
.single-coupon .matches .match .group .category span:first-child{
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #eaeaea;
}
.single-coupon .matches .match .group .teams{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.single-coupon .matches .match .group .teams .team-1,
.single-coupon .matches .match .group .teams .team-2{
    font-size: 20px;
    font-weight: 800;
    color: #000000;
}
.single-coupon .matches .match .group > div{
    margin-bottom: 5px;
}
.single-coupon .matches .match .group .teams .vs{
    font-size: 12px;
    font-weight: 700;
    color: #5c5c5c;
}
.single-coupon .matches .match .group .type-and-rate{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    min-height: calc(2* 18px);
}
.single-coupon .matches .match .group .type-and-rate .rate{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.single-coupon .matches .match .group .type-and-rate .rate.pending:before{
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 8px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_exclamation.svg);
    background: #686868;
}
.single-coupon .matches .match .group .type-and-rate .rate.win:before{
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 8px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_check.svg);
    background: #029814FF;
}
.single-coupon .matches .match .group .type-and-rate .rate.lost:before{
    content: "";
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 8px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_cross.svg);
    background: #E10019FF;
}
.single-coupon .matches .match .group .type-and-rate .type,
.single-coupon .matches .match .group .type-and-rate .rate{
    font-size: 13px;
    font-weight: 700;
    color: #f46235;
    text-transform: uppercase;
    line-height: 1.35;
}
.single-coupon .matches .match .group .type-and-rate span.info {
    color: #686868;
    text-transform: none;
}
.single-coupon .matches .toggle{
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 10px;
    font-weight: 700;
    color: #afafaf;
    text-transform: uppercase;
    background-color: #ffffff;
    padding: 5px 16px 10px 16px;
}
.single-coupon .matches .toggle span.toggle-it{
    display: flex;
    flex-direction: row;
}
.single-coupon .matches .toggle span.toggle-it:hover{
    cursor: pointer;
    color: rgba(246,113,54,1);
}
.single-coupon .matches .toggle span.toggle-it:hover span.icon:before{
    background: linear-gradient(90deg, rgba(239,52,52,1) 0%, rgba(246,113,54,1) 100%);
}
.single-coupon .matches .toggle span.toggle-it span.icon{
    display: flex;
    align-items: center;
}
.single-coupon .matches .toggle span.toggle-it span.icon:before{
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    margin: 0 8px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_circle_down.svg);
    background: #afafaf;
}
.single-coupon .matches .toggle span.toggle-it.clicked span.icon:before{
    transform: rotate(180deg);
}
.single-coupon .footer{
    display: flex;
    flex-direction: column;
    padding: 20px 16px;
    background-color: #f1f1f1;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.single-coupon .footer .date-and-status{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-size: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.single-coupon .footer span.separator:before{
    content: "";
    display: block;
    height: 100%;
    width: 1px;
    background: #e4e4e4;
}
.single-coupon .footer .date-and-status .date,
.single-coupon .footer .date-and-status .status{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.single-coupon .footer .date-and-status .date:before{
    content: "";
    display: inline-block;
    height: 19px;
    width: 19px;
    margin-right: 8px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_calendar.svg);
    background: #686868;
}
.single-coupon .footer .date-and-status .status.pending:before{
    content: "";
    display: inline-block;
    height: 19px;
    width: 19px;
    margin-right: 8px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_exclamation.svg);
    background: #686868;
}
.single-coupon .footer .date-and-status .status.win:before{
    content: "";
    display: inline-block;
    height: 19px;
    width: 19px;
    margin-right: 8px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_check.svg);
    background: #029814FF;
}
.single-coupon .footer .date-and-status .status.lost:before{
    content: "";
    display: inline-block;
    height: 19px;
    width: 19px;
    margin-right: 8px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_cross.svg);
    background: #E10019FF;
}
.single-coupon .footer .date-and-status .date span:first-child,
.single-coupon .footer .date-and-status .status span:first-child{
    color: #686868;
    font-weight: 800;
}
.single-coupon .footer .date-and-status .date span:last-child,
.single-coupon .footer .date-and-status .status span:last-child{
    color: #000000;
    font-weight: 900;
}
.single-coupon .footer .date-and-status .status.win span:last-child{
    color: #029814FF;
}
.single-coupon .footer .date-and-status .status.lost span:last-child{
    color: #E10019FF;
}
.single-coupon .footer .stake-win-rate{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.single-coupon .footer .stake-win-rate > div{
    display: flex;
    flex-direction: row;
}
.single-coupon .footer .stake-win-rate > div span:first-child{
    font-size: 13px;
    font-weight: 800;
    color: #686868;
    text-transform: uppercase;
}
.single-coupon .footer .stake-win-rate > div span:last-child{
    font-size: 18px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
}
.single-coupon .footer .stake-win-rate > div .icon{
    display: flex;
    align-items: center;
}
.single-coupon .footer .stake-win-rate .stake .icon:before{
    content: "";
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_coins.svg);
    background: #686868;
}
.single-coupon .footer .stake-win-rate .win .icon:before{
    content: "";
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_trophy.svg);
    background: #686868;
}
.single-coupon .footer .stake-win-rate .final-rate .icon:before{
    content: "";
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 10px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_chart_up.svg);
    background: #686868;
}
.single-coupon .footer .stake-win-rate > div .details{
    line-height: 1.15;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.single-coupon.subscription-expired .matches .match .group .category span:first-child,
.single-coupon.subscription-expired .matches .match .group .category span:last-child,
.single-coupon.subscription-expired .matches .match .group .teams .team-1,
.single-coupon.subscription-expired .matches .match .group .teams .team-2,
.single-coupon.subscription-expired .matches .match .group .type-and-rate .type,
.single-coupon.subscription-expired .matches .match .group .type-and-rate .rate{
    filter: blur(5px);
}
@media (max-width: 480px){
    .single-coupon .footer .stake-win-rate > div span:first-child{
        font-size: 16px;
    }
    .single-coupon.preview .footer .stake-win-rate > div span:last-child{
        font-size: 13px !important;
    }
    .single-coupon .footer .stake-win-rate > div span:last-child{
        font-size: 18px !important;
    }
    .single-coupon.preview .footer .date-and-status .date span:first-child,
    .single-coupon.preview .footer .date-and-status .status span:first-child,
    .single-coupon.preview  .matches .match .group .teams .team-1,
    .single-coupon.preview  .matches .match .group .teams .team-2{
        line-height: 1;
    }
    .single-coupon.preview .footer .date-and-status .date span:last-child,
    .single-coupon.preview .footer .date-and-status .status span:last-child{
        line-height: 2;
    }
    .single-coupon.preview .matches .match .group .teams .vs{
        padding: 0 10px;
    }

}
/*Coupons - Preview*/
.coupon-preview{
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.65);
    z-index: 2;
    cursor: pointer;
}
.coupon-preview .wrapper{
    width: auto;
}
.coupon-preview.show{
    display: flex;
    justify-content: center;
    align-items: center;
}
.coupon-preview div.close{
    opacity: 1;
    opacity: 1;
    float: none;
    text-align: right;
}
.coupon-preview div.close:before{
    content: "";
    display: inline-block;
    height: 40px;
    width: 40px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_close.svg);
    background: #ffffff;
    position: relative;
    top: 0;
    z-index: 50;
}
.coupon-preview .play{
    display: none;
    flex-direction: row;
    padding: 20px 16px;
    background-color: #f1f1f1;
    border-radius: 20px;
    margin-top: 15px;
    width: 516px;
}
.coupon-preview .play.show{
    display: flex;
}
.coupon-preview .play .text{
    width: calc(100% - 38%);
    display: flex;
    flex-direction: column;
}
.coupon-preview .play .text h3{
    font-size: 18px;
    text-transform: uppercase;
}
.coupon-preview .play .text p{
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.25;
}
.coupon-preview .play .own-stake{
    display: flex;
    align-items: flex-end;
    width: 38%;
}
.coupon-preview .play .own-stake form{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.coupon-preview .play .own-stake form input{
    padding: 5px 15px;
    border-radius: 10px;
    border: 2px solid gray;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: right;
    color: #000000;
}
.coupon-preview .play .own-stake form input::placeholder{
    color: #000000;
}
@media (max-width: 480px){
    .coupon-preview .wrapper{
        width: 100%;
    }
    .coupon-list{
        grid-template-columns: repeat(1,  minmax(0, 1fr));
    }
    .coupon-preview .single-coupon {
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    .coupon-preview .single-coupon .header,
    .coupon-preview .single-coupon .footer .date-and-status .date,
    .coupon-preview .single-coupon .footer .date-and-status .status{
        flex-wrap: wrap;
    }
    .coupon-preview .single-coupon .footer .date-and-status .date{
        justify-content: flex-start;
    }
    .coupon-preview .single-coupon .footer .date-and-status .status{
        justify-content: flex-end;
    }
    .coupon-preview .single-coupon .header .number{
        width: 100%;
        margin-bottom: 8px;
    }
    .coupon-preview .single-coupon .matches .match .icon{
        align-items: flex-start;
        width: 15px;
        margin-right: 5px;
        margin-top: 5px;
    }
    .coupon-preview .single-coupon .matches .match .icon:before{
        height: 15px;
        width: 15px;
    }
    .coupon-preview .single-coupon .footer .stake-win-rate .icon:before{
        width: 20px;
        height: 20px;
    }
    .coupon-preview .single-coupon .footer .date-and-status{
        font-size: 10px;
    }
    .coupon-preview .single-coupon .footer .date-and-status .date:before,
    .coupon-preview .single-coupon .footer .date-and-status .status.pending:before{
        width: 13px;
        height: 13px;
    }
    .coupon-preview .single-coupon .footer .stake-win-rate > div span:first-child{
        font-size: 10px;
    }
    .single-coupon .footer .stake-win-rate > div span:last-child{
        font-size: 13px;
    }
    .coupon-preview div.close:before{
        top: 0;
        right: 20px;
    }
    .coupon-preview .play{
        width: calc(100% - 40px);
        margin-left: 20px;
        flex-direction: column;
    }
    .coupon-preview .play .text,
    .coupon-preview .play .own-stake{
        width: 100%;
    }
    .coupon-preview .play .own-stake{
        margin-top: 10px;
    }
    .coupon-preview .play .own-stake form{
        flex-direction: row;
        justify-content: space-between;
    }
    .coupon-preview .play .own-stake form input{
        width: calc(100% - 200px);
        margin-bottom: 0;
        font-size: 13px;
        padding: 3px 10px;
    }
    .coupon-preview .play .text h3{
        font-size: 15px;
    }
    .coupon-preview .play .text p{
        font-size: 11px;
    }
    .coupon-preview .play .own-stake form .tb-button-sm{
        min-width: 150px;
        font-size: 14px;
    }
}
@media (max-width: 768px) and (min-width: 481px){
    .coupon-list{
        grid-template-columns: repeat(2,  minmax(0, 1fr));
    }
}
/*Statistics*/
.statistics{
    display: grid;
    /*grid-template-columns: repeat(3, minmax(0, 1fr));*/
    grid-template-columns: calc(40% - 15px) calc(30% - 15px) calc(30% - 15px);
    column-gap: 30px;
    row-gap: 30px;
}
.statistics .statistic-section{
    -webkit-box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    -moz-box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    box-shadow: 0px 0px 20px -4px rgb(150, 150, 150);
    transition: box-shadow 250ms ease-in-out;
    border-radius: 10px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.statistics .statistic-section h3{
    font-size: 24px;
}
.statistics .statistic-section h5{
    font-size: 18px;
}
.statistics .statistic-section p{
    margin-bottom: 0;
    font-size: 15px;
}
.statistics .statistic-section .additional-info p{
    font-size: 12px;
    height: auto;
    min-height: 78px;
    line-height: 1.5;
}
.statistics .statistic-section div.win,
.statistics .statistic-section div.lost,
.statistics .statistic-section div.balance{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.statistics .statistic-section div .icon{
    display: flex;
    width: 55px;
    height: 55px;
    border-radius: 10px;
    margin-right: 35px;
    justify-content: center;
    align-items: center;
}
.statistics .statistic-section div.win .icon{
    background: #e6f8eb;
}
.statistics .statistic-section div.win .icon:before{
    background: #09bd3c;
}
.statistics .statistic-section div.win .value{
    color: #09bd3c;
}
.statistics .statistic-section div.win .icon:before{
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_money_up.svg);
}
.statistics .statistic-section div.lost .icon{
    background: #ffeded;
}
.statistics .statistic-section div.lost .icon:before{
    background: #fe2d2d;
}
.statistics .statistic-section div.lost .value{
    color: #fe2d2d;
}
.statistics .statistic-section div.lost .icon:before{
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_money_down.svg);
}
.statistics .statistic-section div.balance .icon{
    background: #eef1ff;
}
.statistics .statistic-section div.balance .icon:before{
    background: #5775fc;
}
.statistics .statistic-section div.balance .value{
    color: #5775fc;
}
.statistics .statistic-section div.balance .icon:before{
    content: "";
    display: inline-block;
    height: 25px;
    width: 25px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(images/icons/tb_icon_wallet.svg);
}
.statistics .statistic-section div .value{
    font-size: 18px;
}
.statistics .statistic-section .chart .legend ul{
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: row;
    margin-top: 10px;
}
.statistics .statistic-section .chart .legend ul li{
    font-size: 13px;
    font-weight: 500;
    color: #898989;
    margin-left: 20px;
}
.statistics .statistic-section .chart .legend ul li span{
    font-size: 15px;
    color: black;
    font-weight: 700;
}
.statistics .statistic-section .chart .legend ul li:first-child{
    margin-left: 0;
}
.statistics .statistic-section .chart .legend ul li:before{
    content: "";
    display: inline-block;
    border-radius: 100%;
    width: 10px;
    height: 10px;
    margin-right: 5px;
}
.statistics .statistic-section .chart .legend ul li.win:before{
    background-color: #09bd3c;
}
.statistics .statistic-section .chart .legend ul li.lost:before{
    background-color: #fe2d2d;
}
.statistics .statistic-section .chart .legend ul li.pending:before{
    background-color: #eca533;
}
.statistics .statistic-section .chart {
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media (max-width: 480px) {
    .statistics{
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-auto-rows: max-content;
    }
    .statistics .statistic-section div .icon{
        margin-right: 15px;
        width: 45px;
        height: 45px;
    }
    .statistics .statistic-section div.win .icon:before{
        width: 20px;
        height: 20px;
    }
    .statistics .statistic-section h5{
        font-size: 16px;
    }
    .statistics .statistic-section p{
        font-size: 13px;
    }
    .statistics .statistic-section div .value{
        font-size: 16px;
    }
    .statistics .statistic-section .chart .legend ul li{
        margin-left: 10px;
    }
}
@media (max-width: 786px) and (min-width: 481px) {
    .statistics{
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}
@media (min-width: 1200px){
    .statistics .statistic-section.effectiveness-chart .chart canvas{
        height: 305px !important;
        width: 305px !important;
    }
}
/*Homepage - Hero*/
section.slider-area.hero{
    height: 650px;
    background-image: url(images/TB_bg_img_2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: -375px;
}
section.slider-area.hero:before{
    content: "";
    width: 100%;
    height: 650px;
    background-size: 110%;
    display: block;
    position: absolute;
    top: 126px;
    left: 0;
    background-color: rgba(0,0,0,0.5);
}
section.slider-area.hero .container{
    max-width: 1260px;
    margin-bottom: 50px;
}
section.slider-area.hero .container .slider-content h1{
    text-transform: uppercase;
    font-size: 65px;
    line-height: 60px;
    color: white;
}
section.slider-area.hero .container .slider-content h1 span{
    background: linear-gradient(90deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 5px;
}
section.slider-area.hero .container .counter-area{
    display: grid;
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
section.slider-area.hero .container .counter-area .single-counter-box{
    background: linear-gradient(90deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 100%);
    padding: 10px;
    border-radius: 15px;
}
section.slider-area.hero .container .counter-area .single-counter-box .dreamit-single-counter-box{
    height: 275px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    background-image: url(images/tb_shape_bg_1_25.jpg);
    border-radius: 7px;
}
section.slider-area.hero .container .counter-area .icon-thumb{
    margin-top: 0;
    margin-right: 15px;
}
section.slider-area.hero .container .counter-area .icon-thumb img{
    display: block;
    width: auto;
    height: 70px;
}
section.slider-area.hero .container .counter-area .counter-title h4{
    text-transform: uppercase;
    line-height: 1;
    font-weight: 700;
    margin-top: 0;
}
section.slider-area.hero .container .counter-area .counter-text span{
    font-size: 38px;
    font-weight: 800;
    color: #F16722;
}
section.slider-area.hero .container .counter-area.style-2{
    column-gap: 20px;
    row-gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-4{
    display: none;
}
section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-1{
    grid-column: 1 ;
    grid-row: 1;
}
section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-2{
    grid-column: 2 ;
    grid-row: 1;
}
section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3{
    display: flex;
    flex-direction: row;
    align-items: stretch;
    grid-column: 3 / 5 ;
    grid-row: 1;
}
section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box{
    width: 100%;
    border-radius: 7px;
}
section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .single-counter-box-inner.played-with-us{
    align-self: flex-end;
}
section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box img{
    height: 275px;
    width: auto;
}
section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box .info-wrapper{
    display: none;
    opacity: 0;
    transition: opacity 500ms ease;
}
section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box .info-wrapper.showed{
    display: flex;
    align-items: center;
    opacity: 1;
    transition: opacity 500ms linear;
}
section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box .info-wrapper .counter-title{
    text-align: right !important;
}
section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box .info-wrapper .counter-title span{
    font-size: 20px;
    font-weight: 700;
    color: #F16722;
    text-transform: uppercase;
}
section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box .info-wrapper .counter-title h4{
    font-size: 35px;
    font-weight: 900;
}
@media (max-width: 480px){
    section.slider-area.hero{
        height: 580px;
        background-repeat: no-repeat;
        background-position-x: -515px;
        background-position-y: bottom;
        background-size: auto;
    }
    section.slider-area.hero:before{
        height: 580px;
        top: 122px;
    }
    section.slider-area.hero .container{
        margin-bottom: 0;
    }
    section.slider-area.hero .container .slider-content h1{
        line-height: 1;
        font-size: 33px;
        color: white;
    }
    section.slider-area.hero .container .counter-area{
        column-gap: 10px;
        row-gap: 10px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    section.slider-area.hero .container .counter-area .single-counter-box{
        padding: 6px;
    }
    section.slider-area.hero .container .counter-area .icon-thumb{
        margin-right: 10px;
    }
    section.slider-area.hero .container .counter-area .icon-thumb img{
        height: 50px;
    }
    section.slider-area.hero .container .counter-area .counter-text h1,
    section.slider-area.hero .container .counter-area .counter-text span{
        font-size: 23px;
    }
    section.slider-area.hero .container .counter-area .counter-title h4{
        font-size: 11px;
        margin-top: 5px;
    }
    section.slider-area.hero .container .counter-area .single-counter-box .dreamit-single-counter-box{
        height: auto;
        padding: 15px;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-1{
        grid-column: 1 / 3;
        grid-row: 1;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-2{
        grid-column: 1 / 3;
        grid-row: 2;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3{
        display: flex;
        flex-direction: row;
        align-items: stretch;
        grid-column: 3 / 5 ;
        grid-row: 1 / 3;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .single-counter-box-inner.played-with-us{
        align-self: center;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box{
        padding: 0;
        justify-content: flex-end;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box .info-wrapper{
        flex-direction: column;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box img {
        height: 136px;
        width: auto;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box .info-wrapper .counter-title h4 {
        font-size: 14px;
        font-weight: 900;
        line-height: 1;
        text-align: center;
        margin-top: 0;
        margin-bottom: 5px;
        padding: 0 10px;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box .info-wrapper .counter-title span {
        font-size: 8px;
        text-align: center;
        width: 100%;
        display: block;
    }
}
@media (max-width: 1024px) and (min-width: 481px){
    section.slider-area.hero {
        height: 730px;
        background-size: 160%;
        background-position-y: bottom;
    }
    section.slider-area.hero:before{
        height: 730px;
        top: 122px;
    }
    section.slider-area.hero .container{
        max-width: 650px;
        margin-bottom: 0;
    }
    section.slider-area.hero .container .counter-area{
        column-gap: 15px;
        row-gap: 15px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    section.slider-area.hero .container .counter-area .single-counter-box{
        padding: 8px;
    }
    section.slider-area.hero .container .counter-area .single-counter-box .dreamit-single-counter-box{
        height: auto;
    }
    section.slider-area.hero .container .counter-area .counter-text h1,
    section.slider-area.hero .container .counter-area .counter-text span{
        font-size: 35px;
    }
    section.slider-area.hero .container .counter-area .counter-title h4 {
        font-size: 14px;
        margin-top: 5px;
    }
    section.slider-area.hero .container .counter-area .single-counter-box .dreamit-single-counter-box {
        height: auto;
        padding: 20px;
    }
    section.slider-area.hero .container .counter-area .icon-thumb img{
        height: 60px;
    }
    section.slider-area.hero .container .slider-content h1 {
        font-size: 50px;
        line-height: 1;
        color: white;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-1{
        grid-column: 1 / 3;
        grid-row: 1;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-2{
        grid-column: 1 / 3;
        grid-row: 2;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3{
        display: flex;
        flex-direction: row;
        align-items: stretch;
        grid-column: 3 / 5 ;
        grid-row: 1 / 3;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .single-counter-box-inner.played-with-us{
        align-self: center;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box{
        padding: 0;
        justify-content: flex-end;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box .info-wrapper{
        flex-direction: column;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box img {
        height: 175px;
        width: auto;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box .info-wrapper .counter-title h4 {
        font-size: 25px;
        font-weight: 900;
        line-height: 1;
        text-align: center;
        margin-top: 0;
        margin-bottom: 5px;
        padding: 0 10px;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box .info-wrapper .counter-title span {
        font-size: 13px;
        text-align: center;
        width: 100%;
        display: block;
    }
}
@media (max-width: 1024px) and (min-width: 787px){
    section.slider-area.hero{
        background-position-y: bottom;
    }
    section.slider-area.hero .container{
        max-width: 850px;
        margin-bottom: 0;
    }
    section.slider-area.hero .container .counter-area{
        column-gap: 15px;
        row-gap: 15px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    section.slider-area.hero .container .counter-area .single-counter-box{
        padding: 8px;
    }
    section.slider-area.hero .container .counter-area .single-counter-box .dreamit-single-counter-box{
        height: auto;
    }
    section.slider-area.hero .container .counter-area .counter-text h1,
    section.slider-area.hero .container .counter-area .counter-text span{
        font-size: 35px;
    }
    section.slider-area.hero .container .counter-area .counter-title h4 {
        font-size: 14px;
        margin-top: 5px;
    }
    section.slider-area.hero .container .counter-area .single-counter-box .dreamit-single-counter-box {
        height: auto;
        padding: 20px;
    }
    section.slider-area.hero .container .counter-area .icon-thumb img{
        height: 60px;
    }
    section.slider-area.hero .container .slider-content h1 {
        font-size: 50px;
        line-height: 1;
        color: white;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-1{
        grid-column: 1 / 2;
        grid-row: 1;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-2{
        grid-column: 1 / 2;
        grid-row: 2;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3{
        display: flex;
        flex-direction: row;
        align-items: stretch;
        grid-column: 2 / 5 ;
        grid-row: 1 / 3;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .single-counter-box-inner.played-with-us{
        align-self: center;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box{
        padding: 0;
        justify-content: flex-end;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box .info-wrapper{
        flex-direction: row;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box img {
        height: 250px;
        width: auto;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box .info-wrapper .counter-title h4 {
        font-size: 35px;
        font-weight: 900;
        line-height: 1;
        text-align: center;
        margin-top: 0;
        margin-bottom: 5px;
        padding: 0 10px;
    }
    section.slider-area.hero .container .counter-area.style-2 .single-counter-box.box-3 .dreamit-single-counter-box .info-wrapper .counter-title span {
        font-size: 20px;
        text-align: center;
        width: 100%;
        display: block;
    }
}
@media (max-width: 1440px) and (min-width: 1025px){
    section.slider-area.hero{
        background-position-y: bottom;
    }
    section.slider-area.hero .container{
        max-width: 1070px;
    }
}
/*Homepage - Slider*/
section.slider-area.slider-hero .slider-hero-slides{
    margin-bottom: 0;
}
section.slider-area.slider-hero .slider-hero-slides button.slick-arrow.slick-prev{
    left: 150px;
    z-index: 9999;
}
section.slider-area.slider-hero .slider-hero-slides button.slick-arrow.slick-next{
    right: 150px;
    z-index: 9999;
}
section.slider-area.slider-hero .slider-hero-slides button.slick-arrow.slick-prev:before,
section.slider-area.slider-hero .slider-hero-slides button.slick-arrow.slick-next:before{
    background: white;
    opacity: 0.35;
    transition: opacity 250ms ease-in-out;
}
section.slider-area.slider-hero .slider-hero-slides button.slick-arrow.slick-prev:hover:before,
section.slider-area.slider-hero .slider-hero-slides button.slick-arrow.slick-next:hover:before{
    opacity: 1;
}
section.slider-area.slider-hero .slider-hero-slides ul.slick-dots{
    bottom: 0;
}
section.slider-area.slider-hero .slider-hero-slides ul.slick-dots li.slick-active button:before{
    background: #f03f34;
}
section.slider-area.slider-hero .slider-hero-slides ul.slick-dots li button:before{
    background: white;
}
section.slider-area.slider-hero .slider-hero-slide{
    height: 850px;
}
section.slider-area.slider-hero .slider-hero-slide.slide-1{
    background-image: url(images/TB_slider_bg_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
section.slider-area.slider-hero .slider-hero-slide.slide-2{
    background-image: url(images/TB_slider_bg_1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
}
section.slider-area.slider-hero .slider-hero-slide .container{
    max-width: 1360px;
    margin: 0 auto;
}
section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content h1{
    font-size: 65px;
    line-height: 60px;
    color: white;
    text-transform: uppercase;
    margin-bottom: 60px;
}
section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content h1 span{
    background: linear-gradient(90deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 5px;
}
section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content h2{
    font-size: 30px;
    font-weight: 200;
    line-height: 1;
    color: white;
    text-transform: uppercase;
    margin-bottom: 55px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content h2:before{
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    mask-image: url(images/icons/tb_icon_handshake.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    margin-right: 10px;
    background: linear-gradient(45deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 70%);
}
section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content .text-badge{
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: white;
    text-transform: uppercase;
    margin-bottom: 55px;
}
section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content .text-badge span:first-child{
    background: linear-gradient(90deg,rgba(246, 113, 54, 1)  0%, rgba(239, 52, 52, 1) 100%);
    padding: 0px 15px;
    border-radius: 10px;
    margin-right: 15px;
}
section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content .text-badge span.green{
    background: linear-gradient(90deg, rgb(9, 133, 59) 0%, rgb(3, 98, 51) 100%);
    margin-right: 15px;
}
section.slider-area.slider-hero .mobile-info{
    display: none;
}
@media(max-width: 480px){
    section.slider-area.slider-hero .slider-hero-slide{
        height: 700px;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1{
        background-image: url(images/TB_slider_bg_1_mobile.jpg);
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content h1 {
        font-size: 32px;
        line-height: 28px;
        margin-bottom: 30px;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content h2{
        font-size: 15px;
        margin-bottom: 30px;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content .text-badge{
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 18px;
        margin-bottom: 40px;
        line-height: 0.9;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content .text-badge span:first-child{
        font-size: 25px;
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 15px;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content .text-badge span:last-child{
        text-align: left;
    }
    section.slider-area.slider-hero .mobile-info:before{
        content: "";
        display: inline-flex;
        width: 25px;
        height: 25px;
        background: white;
        mask-image: url(images/icons/tb_icon_swipe_right.svg);
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
    }
    section.slider-area.slider-hero .mobile-info{
        position: absolute;
        background: transparent;
        bottom: 10px;
        right: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 50px;
    }
    section.slider-area.slider-hero .mobile-info span{
        font-size: 10px;
        font-weight: 300;
        color: white;
        text-transform: uppercase;
        line-height: 1;
        text-align: right;
        margin-top: 5px;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content{
        margin-top: 150px;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content h2{
        align-items: center;
        justify-content: center;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content h2:before{
        width: 20px;
        width: 20px;
    }
}
@media (max-width: 786px) and (min-width: 481px){
    section.slider-area.slider-hero .slider-hero-slide{
        height: 700px;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1{
        background-image: url(images/TB_slider_bg_1.jpg);
        background-position-x: 75%;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content h1 {
        font-size: 45px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content h2{
        font-size: 15px;
        margin-bottom: 30px;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content .text-badge{
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 18px;
        margin-bottom: 40px;
        line-height: 0.9;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content .text-badge span:first-child{
        font-size: 25px;
        width: 70%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px 15px;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content .text-badge span:last-child{
        text-align: left;
    }
    section.slider-area.slider-hero .mobile-info:before{
        content: "";
        display: inline-flex;
        width: 25px;
        height: 25px;
        background: white;
        mask-image: url(images/icons/tb_icon_swipe_right.svg);
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
    }
    section.slider-area.slider-hero .mobile-info{
        position: absolute;
        background: transparent;
        bottom: 10px;
        right: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 50px;
    }
    section.slider-area.slider-hero .mobile-info span{
        font-size: 10px;
        font-weight: 300;
        color: white;
        text-transform: uppercase;
        line-height: 1;
        text-align: right;
        margin-top: 5px;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content{
        margin-top: 50px;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content h2{
        align-items: center;
        justify-content: flex-start;
        font-size: 18px;
    }
    section.slider-area.slider-hero .slider-hero-slide.slide-1 .slider-content h2:before{
        width: 20px;
        height: 20px;
    }
}
/*Global Section Styles*/
section.section .dreamit-section-title h5{
    color: #f35435;
}
section.section .dreamit-section-title h2{
    letter-spacing: 1px;
}
section.section .dreamit-section-title h2 span{
    background: linear-gradient(90deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 5px;
}
section.section .em_bar_bg{
    background: #d9d9d9;
}
section.section .em_bar_bg:before{
    background: linear-gradient(90deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 100%);
}
@media (max-width: 480px){
    section.section .dreamit-section-title h5{
        font-size: 14px !important;
    }
    section.section .dreamit-section-title h2{
        font-size: 25px !important;
    }
}
/*Global Slick Slider*/
button.slick-arrow:before{
    content: "";
    display: block;
    height: 40px;
    width: 40px;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background: #727273;
}
button.slick-arrow:hover:before{
    background: linear-gradient(45deg, rgba(239,52,52,1) 0%, rgba(246,113,54,1) 70%);
}
button.slick-arrow:focus{
    border: none;
}
button.slick-arrow.slick-prev{
    left: -60px;
    width: 40px;
    height: 40px;
}
button.slick-arrow.slick-next{
    right: -60px;
    width: 40px;
    height: 40px;
}
button.slick-arrow.slick-prev:before{
    mask-image: url(images/icons/tb_icon_arrow_rigth.svg);
    -webkit-mask-image: url(images/icons/tb_icon_arrow_rigth.svg);
    transform: rotate(-180deg);
}
button.slick-arrow.slick-next:before{
    mask-image: url(images/icons/tb_icon_arrow_rigth.svg);
    -webkit-mask-image: url(images/icons/tb_icon_arrow_rigth.svg);
}
ul.slick-dots li{
    width: 26px;
    height: 26px;
}
ul.slick-dots li button:before{
    content: "";
    background: #686868;
    width: 10px;
    height: 10px;
    display: block;
    opacity: 1;
    border-radius: 100%;
    margin: 10px;
    position: relative;
    top: -9px;
    left: -9px;
}
ul.slick-dots li.slick-active button{
    border: 2px solid #f03f34;
    border-radius: 100%;
    width: 26px;
    height: 26px;
}
ul.slick-dots li.slick-active button:before{
    background: #f03f34;
}
/*Work Process Section Styles*/
section.section .work-process-title h2{
    color: black;
}
section.section .work-process-number span{
    background: linear-gradient(90deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 100%);
    color: white;
}
section.section .work-process-thumb{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
    width: auto;
    background-position: center;
    background-image: url(https://testowy.intego.com.pl/typybukmacherow2/wp-content/themes/typy-bukmacherow/images/tb_element_1.png);
    background-repeat: no-repeat;
}
section.section .work-process-thumb .image img{
    width: auto;
    height: 58px;
    display: block;
    position: relative;
    top: -15px;
}
/*Section Daily Coupons*/
section.daily-coupons .coupon-list.last-coupons{
    display: block;
}
section.daily-coupons .coupon-list.last-coupons .slick-list{
    margin: -50px -25px;
}
section.daily-coupons .coupon-list.last-coupons .slick-list .slick-slide{
    margin: 50px 25px;
    display: flex;
    justify-content: center;
}
@media (max-width: 480px){
    section.daily-coupons .coupon-list.last-coupons .slick-list .slick-slide {
        margin: 50px 30px;
    }
}
/*Section About*/
@media (max-width: 480px){
    section.about-area .row .col-element{
        display: flex;
    }
    section.about-area .row .col-element:first-child{
        order: 2;
    }
    section.about-area .row .col-element:first-child{
        order: 1;
    }
    section.about-area .about-circle-main-thumb{
        width: 100%;
    }
    section.about-area .about-circle-main-thumb img{
        position: relative;
        left: -10px;
    }
    section.about-area .dreamit-icon-box{
        text-align: left !important;
    }
}
@media (max-width: 786px) and (min-width: 480px){
    section.about-area .dreamit-icon-box{
        text-align: left !important;
    }
}
/*Section Testimonial*/
section.testimonial-area{
    background-image: url(images/tb_element_3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.testimonial-area .dreamit-single-testimonial-box {
    margin-bottom: 30px;
    box-shadow: 0 1px 9px 3px #e9eef7;
    padding: 0 60px 40px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
}
section.testimonial-area .testi-tumb {
    display: inline-block;
    box-shadow: 0 1px 9px 3px #e9eef7;
    border-radius: 50%;
    margin-top: -60px;
    margin-bottom: 20px;
}
section.testimonial-area .testi-tumb img {
    width: 120px;
    border-radius: 100%;
    height: 120px;
    border: 10px solid white;
    object-fit: cover;
}
section.testimonial-area .testimonial-content {
    position: relative;
    box-shadow: none;
    padding: 0;
    background: inherit;
    border-radius: 5px;
    margin-bottom: 0;
    text-align: center;
}
section.testimonial-area .testi-titile h2 {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 35px 0 0;
}
section.testimonial-area .testi-titile span {
    font-size: 16px;
    color: #F16722;
    font-weight: 500;
    display: block;
    margin-top: 5px;
}
section.testimonial-area .slick-list .slick-slide{
    margin: 85px 0px 30px 0px;
    display: flex;
    justify-content: center;
}
@media (max-width: 480px){
    section.testimonial-area .slick-list .slick-slide{
        margin: 15px 0px 20px 0px;
    }
}
/*Section Testimonial #2*/
section.testimonial-area.testimonial-2{
    position: relative;
    background: linear-gradient(45deg, rgb(9, 133, 59) 0%, rgb(3, 98, 51) 100%);
}
section.testimonial-area.testimonial-2:after{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-repeat: repeat;
    background-position: center;
    background-size: 25%;
    background-image: url(images/tb_bg_football_pattern.svg);
    background-attachment: fixed;
    z-index: 1;
}
section.testimonial-area.testimonial-2 .dreamit-single-testimonial-box{
    box-shadow: 0 1px 9px 3px #838383;
}
section.testimonial-area.testimonial-2 .mobile-info{
    display: none;
}
section.testimonial-area.testimonial-2 button.slick-arrow:before{
    background: #cdcdcd;
}
section.testimonial-area.testimonial-2 button.slick-arrow:hover:before{
    background: linear-gradient(45deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 70%);
}
section.testimonial-area.testimonial-2 ul.slick-dots li button:before{
    background: white;
}
section.testimonial-area.testimonial-2 ul.slick-dots li.slick-active button:before{
    background: #f03f34;
}
section.testimonial-area.testimonial-2 .testimonial-content picture{
    display: block;
    margin-top: 15px;
}
section.testimonial-area.testimonial-2 .testimonial-content picture img{
    width: 50%;
    height: auto;
    margin: 0 auto;
}
@media (max-width: 480px){
    section.testimonial-area.testimonial-2 .mobile-info{
        position: absolute;
        background: transparent;
        bottom: 10px;
        right: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        width: 80px;
    }
    section.testimonial-area.testimonial-2 .mobile-info:before{
        content: "";
        display: inline-flex;
        width: 25px;
        height: 25px;
        background: white;
        mask-image: url(images/icons/tb_icon_swipe_right.svg);
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
    }
    section.testimonial-area.testimonial-2 .mobile-info span{
        font-size: 10px;
        font-weight: 300;
        color: white;
        text-transform: uppercase;
        line-height: 1;
        text-align: right;
        margin-top: 5px;
    }
    section.testimonial-area.testimonial-2:after{
        background-size: 100%;
        background-attachment: fixed;
    }
}
@media (max-width: 786px) and (min-width: 481px){
    section.testimonial-area.testimonial-2:after{
        background-size: 100%;
        background-attachment: fixed;
    }
}
/*Section Pricing*/
section.pricing-area{
    background-image: url(images/tb_element_8.svg);
    background-repeat: no-repeat;
    background-size: 101%;
    background-position: center 250px;
}
section.pricing-area .pricing-single-box {
    margin-top: 50px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
    position: relative;
    z-index: 1;
    transition: .5s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
section.pricing-area .pricing-top-ber {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 12px 0 17px;
    overflow: hidden;
    height: 220px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
section.pricing-area .pricing-top-ber:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: -10px;
    background: url(images/tb_element_9.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
section.pricing-area .pricing-title h3 {
    font-size: 16px;
    background: linear-gradient(to right, #f07024 0%, #fca13e 100%);
    color: #fff;
    padding: 12px 32px;
    border-radius: 0 30px 30px 0;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    position: relative;
    z-index: 2;
    left: -120px;
}
section.pricing-area .pricing-title h3:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    transform: scale(0);
    transition: .5s;
}
section.pricing-area .pricing-img {
    position: relative;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}
section.pricing-area .pricing-items {
    padding: 35px 0 0;
    text-align: center;
}
section.pricing-area span.curencyp {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #F16722 !important;
    font-weight: 700;
}
section.pricing-area span.tk {
    font-size: 42px;
    font-weight: 700;
    color: #232323;
    line-height: 42px;
}
section.pricing-area span.monthp {
    display: block;
    color: #232323;
    padding: 9px 0 0;
}
section.pricing-area span.previous-price{
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
    text-decoration: line-through;
    color: #8f8f8f;
}
section.pricing-area .pricing-boody {
    text-align: left;
    padding: 25px 45px 25px;
}
section.pricing-area .pricing-featur {
    border-top: 1px solid #dddd;
    padding: 15px 0 0;
    transition: .5s;
}
section.pricing-area .pricing-featur ul {
    list-style: none;
    display: block;
}
section.pricing-area .pricing-featur ul li {
    display: block;
    padding: 11px 0 0;
    font-weight: 600;
    line-height: 1.25;
}
section.pricing-area .pricing-featur ul li span{
    display: inline-block;
    position: relative;
    top: 2px;
    margin-right: 10px;
}
section.pricing-area .pricing-featur ul li i{
    display: inline-block;
    float: right;
    color: #F16722;
}
section.pricing-area .pricing-button a{
    position: relative;
    bottom: -40px;
    left: 0;
}
section.pricing-area .product-list .slick-slide{
    margin: 0px 0px 50px 0px;
}
@media (max-width: 480px){
    section.pricing-area{
        background-size: 400%;
        background-position: center 250px;
    }
    section.pricing-area .product-list .slick-slide{
        margin: 0px 0px 75px 0px;
    }
}
@media (max-width: 786px) and (min-width: 481px){
    section.pricing-area{
        background-size: 250%;
        background-position: center bottom;
    }
    section.pricing-area .product-list .slick-slide{
        margin: 0px 0px 75px 0px;
    }
}
/*Section Pricing #2*/
section.pricing-area.pricing-2{
    background-image: none;
}
section.pricing-area.pricing-2 .pricing-single-box {
    margin-top: 50px;
    text-align: center;
    background: #fff;
    box-shadow: 0px 4px 20px rgb(0 0 0 / 8%);
    position: relative;
    z-index: 1;
    transition: .5s;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
section.pricing-area.pricing-2 .pricing-top-ber {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 1;
    padding: 12px 0 17px;
    overflow: hidden;
    height: 150px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
section.pricing-area.pricing-2 .pricing-top-ber:before {
    position: absolute;
    z-index: -1;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: -10px;
    background-image: none;
    background: linear-gradient(45deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 70%);
}
section.pricing-area.pricing-2 .pricing-title h3 {
    font-size: 16px;
    background: linear-gradient(to right, #f07024 0%, #fca13e 100%);
    color: #fff;
    padding: 12px 32px;
    border-radius: 0 30px 30px 0;
    font-weight: 600;
    display: inline-block;
    text-align: left;
    position: relative;
    z-index: 2;
    left: -120px;
}
section.pricing-area.pricing-2 .pricing-title h3:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    transform: scale(0);
    transition: .5s;
}
section.pricing-area.pricing-2 .pricing-img {
    position: relative;
    text-align: center;
    font-size: 48px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
}
section.pricing-area.pricing-2 .pricing-items {
    padding: 25px 0 0;
    text-align: center;
}
section.pricing-area.pricing-2 span.curencyp {
    position: relative;
    display: inline-block;
    font-size: 24px;
    color: #F16722 !important;
    font-weight: 700;
}
section.pricing-area.pricing-2 span.tk {
    font-size: 42px;
    font-weight: 700;
    color: #232323;
    line-height: 42px;
}
section.pricing-area.pricing-2 span.monthp {
    display: block;
    color: #232323;
    padding: 9px 0 0;
}
section.pricing-area.pricing-2 span.previous-price{
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    margin-top: 10px;
    text-decoration: line-through;
    color: #8f8f8f;
}
section.pricing-area.pricing-2 .pricing-boody {
    text-align: left;
    padding: 25px 45px 25px;
}
section.pricing-area.pricing-2 .pricing-featur {
    border-top: none !important;
    padding: 15px 0 0;
    transition: .5s;
}
section.pricing-area.pricing-2 .pricing-featur ul {
    list-style: none;
    display: block;
}
section.pricing-area.pricing-2 .pricing-featur ul li {
    display: block;
    padding: unset;
    font-weight: 400;
    line-height: 1.25;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
section.pricing-area.pricing-2 .pricing-featur ul li:last-child{
    border-bottom: none;
}
section.pricing-area.pricing-2 .pricing-featur ul li span{
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: linear-gradient(45deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 75%);
    position: relative;
    top: 3px;
    mask-image: url(images/icons/tb_icon_check_2.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}
section.pricing-area.pricing-2 .pricing-featur ul li i{
    display: inline-block;
    float: right;
    color: #F16722;
}
section.pricing-area.pricing-2 .pricing-button{
    height: 43px;
    display: block;
    margin-top: 20px;
}
section.pricing-area.pricing-2 .pricing-button a{
    position: relative;
    bottom: -8px;
    left: 0;
}
section.pricing-area.pricing-2 .product-list .slick-slide{
    margin: 0px 0px 50px 0px;
}
section.pricing-area.pricing-2 .mobile-info{
    display: none;
}
@media (max-width: 480px){
    section.pricing-area.pricing-2{
        background-size: 400%;
        background-position: center 250px;
    }
    section.pricing-area.pricing-2 .product-list .slick-slide{
        margin: 0px 0px 75px 0px;
        padding: 0 30px;
    }
    section.pricing-area.pricing-2 .mobile-info:before{
        content: "";
        display: inline-flex;
        width: 25px;
        height: 25px;
        background: black;
        mask-image: url(images/icons/tb_icon_swipe_right.svg);
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
    }
    section.pricing-area.pricing-2 .mobile-info{
        position: absolute;
        background: transparent;
        bottom: -5px;
        left: 10px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 50px;
    }
    section.pricing-area.pricing-2 .mobile-info span{
        font-size: 10px;
        font-weight: 300;
        color: black;
        text-transform: uppercase;
        line-height: 1;
        text-align: left;
        margin-top: 5px;
    }
    section.pricing-area.pricing-2 .pricing-boody{
        padding: 25px 25px 25px;
    }
}
@media (max-width: 786px) and (min-width: 481px){
    section.pricing-area.pricing-2{
        background-size: 250%;
        background-position: center bottom;
    }
    section.pricing-area.pricing-2 .product-list .slick-slide{
        margin: 0px 0px 75px 0px;
    }
}
/*Footer*/
footer{
    background-color: black;
    color: #c1c1c1;
    padding: 50px 0 0 0;
}
footer h4.widget-title{
    font-size: 14px;
    color: white;
    text-transform: uppercase;
}
footer ul{
    list-style: none;
    padding-left: 0;
}
footer ul li a{
    color: #c1c1c1 !important;
}
footer ul li a:hover{
    color: #F67136FF !important;
}
footer .footer-bottom-content-copy p{
    font-size: 12px;
}
@media (max-width: 480px){
    footer img{
        width: 60%;
        margin: 0 auto;
    }
}
/*Section Calculations*/
section.calculations{
    background-image: url(images/tb_element_6b.svg);
    background-repeat: no-repeat;
    background-size: 105%;
    background-position: center 230px;
}
section.calculations .calculation{
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    font-size: 25px;
    font-weight: 700;
}
section.calculations .calculation .other{
    display: flex;
    flex-direction: row;
}
section.calculations .calculation .balance,
section.calculations .calculation .other > div{
    display: flex;
    flex-direction: column;
    line-height: normal;
    text-align: center;
}
section.calculations .calculation .other > div{
    margin: 0 20px;
}
section.calculations .calculation .balance span{
    font-size: 50px;
    font-weight: 900;
    background: linear-gradient(90deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 5px;
}
section.calculations .calculation .balance label{
    color: black;
}
section.calculations .calculation label{
    text-transform: uppercase;
    font-weight: 700;
}
section.calculations input[type=range] {
    -webkit-appearance: none;
    margin-top: 50px;
    width: 100%;
    border-radius: 10px !important;
}
section.calculations input[type=range]:focus {
    outline: none;
    border: none;
}
section.calculations input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 16px;
    cursor: pointer;
    background: white;
    border-radius: 10px !important;
}
section.calculations input[type=range]::-webkit-slider-thumb {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 1);
    border: none;
    height: 36px;
    width: 36px;
    border-radius: 100%;
    background: linear-gradient(to right, #EF3434FF 0%, #F67136FF 100%);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -8px;
}
section.calculations input[type=range]:focus::-webkit-slider-runnable-track {
    background: white;
}
section.calculations input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    background: #3071a9;
    border-radius: 1.3px;
    border: 0.2px solid #010101;
}
section.calculations input[type=range]::-moz-range-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
section.calculations input[type=range]::-ms-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    border-width: 16px 0;
    color: transparent;
}
section.calculations input[type=range]::-ms-fill-lower {
    background: #2a6495;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
section.calculations input[type=range]::-ms-fill-upper {
    background: #3071a9;
    border: 0.2px solid #010101;
    border-radius: 2.6px;
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
}
section.calculations input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #000000, 0px 0px 1px #0d0d0d;
    border: 1px solid #000000;
    height: 36px;
    width: 16px;
    border-radius: 3px;
    background: #ffffff;
    cursor: pointer;
}
section.calculations input[type=range]:focus::-ms-fill-lower {
    background: #3071a9;
}
section.calculations input[type=range]:focus::-ms-fill-upper {
    background: #367ebd;
}
@media (max-width: 480px){
    section.calculations{
        background-position: center 135px;
        background-size: 800%;
    }
    section.calculations .calculation .other{
        flex-direction: column;
    }
    section.calculations input[type=range]{
        margin-top: 30px;
    }
}
@media (max-width: 768px) and (min-width: 481px){
    section.calculations {
        background-size: 260%;
        background-position: center 230px;
    }
}
/*Section FAQ*/
section.faq .accordion button{
    border: none;
    width: calc(100% - 30px);
    font-size: 18px;
    font-weight: 700;
    background: transparent;
    text-align: left;
    padding: 0;
    line-height: 1.25;
}
section.faq .accordion .card-header:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-image: url(images/icons/tb_icon_question.svg);
    background: linear-gradient(90deg, rgba(239,52,52,1) 0%, rgba(246,113,54,1) 100%);
    margin-right: 10px;
}
section.faq .accordion .card-header{
    background-color: #f9f9f9;
}
section.faq .accordion .card-body:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    mask-image: url(images/icons/tb_icon_answer.svg);
    background: linear-gradient(90deg, rgba(239,52,52,1) 0%, rgba(246,113,54,1) 100%);
    position: relative;
    top: 4px;
    margin-right: 10px;
}
section.faq a{
    color: inherit;
}
section.faq a:hover{
    color: #F16722;
}
/*Section Why Worth*/
section.dlaczego-warto .em-feature-box-inner p{
    margin-bottom: 0;
    min-height: calc(4*27px);
}
section.dlaczego-warto .em-feature-box-inner .em-feature-icon:before{
    content: "";
    display: block;
    width: auto;
    height: 50px;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background: white;
}
section.dlaczego-warto .em-feature-box-inner .em-feature-icon.icon-1:before{
    mask-image: url(images/icons/tb_icon_dailycoupons.svg);
}
section.dlaczego-warto .em-feature-box-inner .em-feature-icon.icon-2:before{
    mask-image: url(images/icons/tb_icon_statistics.svg);
}
section.dlaczego-warto .em-feature-box-inner .em-feature-icon.icon-3:before{
    mask-image: url(images/icons/tb_icon_standings.svg);
}
section.dlaczego-warto .em-feature-box-inner .em-feature-icon.icon-4:before{
    mask-image: url(images/icons/tb_icon_book.svg);
}
section.dlaczego-warto .em-feature-box1{
    padding: 35px 20px;
}
section.dlaczego-warto .em-feature-box1:hover{
    transform: none;
}
section.dlaczego-warto .em-feature-box1:after{
    background: url(images/tb_element_7.png);
}
section.dlaczego-warto .em-feature-box1:before{
    background: linear-gradient(45deg, rgba(239,52,52,1) 0%, rgba(246,113,54,1) 75%);
}
section.dlaczego-warto .dlaczego-warto-list .slick-slide{
    margin: 0px 0px 25px 0px;
}
/*Section Wiarygodny Serwis*/
section.wiarygodny-serwis .dreamit-contact-box{
    display: flex;
    flex-direction: row;
    align-items: center;
}
section.wiarygodny-serwis .dreamit-contact-box .icon-box:before{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background: linear-gradient(45deg, rgba(239,52,52,1) 0%, rgba(246,113,54,1) 75%);
}
section.wiarygodny-serwis .dreamit-contact-box .icon-box.icon-1:before{
    mask-image: url(images/icons/tb_icon_laur.svg);
}
section.wiarygodny-serwis .dreamit-contact-box .icon-box.icon-2:before{
    mask-image: url(images/icons/tb_icon_archive.svg);
}
section.wiarygodny-serwis .dreamit-contact-box .icon-box.icon-3:before{
    mask-image: url(images/icons/tb_icon_budget.svg);
}
section.wiarygodny-serwis .dreamit-contact-box .icon-box.icon-4:before{
    mask-image: url(images/icons/tb_icon_feedback.svg);
}
section.wiarygodny-serwis .dreamit-contact-box .icon-box.icon-5:before{
    mask-image: url(images/icons/tb_icon_analyse.svg);
}
section.wiarygodny-serwis .dreamit-contact-box .icon-box.icon-6:before{
    mask-image: url(images/icons/tb_icon_company.svg);
}
section.wiarygodny-serwis .dreamit-contact-box p{
    margin-bottom: 0;
    min-height: calc(3* 27px);
}
@media (max-width: 480px){
    section.wiarygodny-serwis .dreamit-contact-box{
        flex-direction: column;
    }
    section.wiarygodny-serwis .dreamit-contact-box .icon-box{
        margin-right: 0;
    }
}
@media (max-width: 768px) and (min-width: 481px){
    section.wiarygodny-serwis .dreamit-contact-box p{
        min-height: calc(4* 27px);
    }
}
/*WC Checkout*/
body.woocommerce-checkout a{
    color: #F67136FF;
}
body.woocommerce-checkout h1.entry-title{
    color: black !important;
}
body.woocommerce-checkout span.wc-block-components-product-name{
    font-weight: 700;
    color: #F67136FF;
    line-height: 1.25;
}
body.woocommerce-checkout form input,
body.woocommerce-checkout form textarea{
    height: auto !important;
    border: 2px solid #d5d2d2 !important;
}
body.woocommerce-checkout form .wc-block-components-text-input label{
    transform: translateY(.5em) scale(.875) !important;
    color: #d5d2d2 !important;
}
body.woocommerce-checkout .wc-block-components-checkbox label{
    color: black;
}
body.woocommerce-checkout .content .components-button{
    font-family: "Racing Sans One", sans-serif;
    font-size: 18px;
    letter-spacing: 0.8px;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    background: rgb(239, 52, 52);
    background: linear-gradient(45deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 70%);
    border-radius: 50px;
    border: 0px;
    min-width: 175px;
    transition: background 250ms ease-in-out;
}
body.woocommerce-checkout .content .components-button:hover{
    background: linear-gradient(45deg, rgba(246, 113, 54, 1) 0%, rgba(239, 52, 52, 1) 70%);
    color: white !important;
}
body.woocommerce-checkout .content button.wc-block-components-panel__button,
body.woocommerce-checkout .content .wc-block-components-totals-item__label{
    font-weight: 700;
}
body.woocommerce-checkout .content .wc-block-components-title{
    font-size: 25px;
    font-weight: 700;
}
/*WC Orer Received*/
body.woocommerce-order-received .content p.woocommerce-thankyou-order-received,
body.woocommerce-order-received .content section h2{
    font-size: 25px;
    font-weight: 700;
    color: black !important;
}
body.woocommerce-order-received .content ul.woocommerce-thankyou-order-details{
    list-style: none;
    padding-left: 0;
}
body.woocommerce-order-received .content a{
    color: #F67136FF;
}
body.woocommerce-order-received .content section{
    border-top: 1px solid hsla(0, 0%, 7%, .11);
    margin-top: 35px !important;
}
body.woocommerce-order-received .content section h2{
    margin: 35px 0;
    padding-top: 0 !important;
}
body.woocommerce-order-received .content .order-datails-purchase table.order_details th.product-name{
    width: 400px;
}
/*WC Cart*/
body.woocommerce-cart .content a{
    color: #F67136FF;
}
body.woocommerce-cart a.wc-block-components-product-name{
    font-weight: 700;
}
body.woocommerce-cart .content .components-button{
    font-family: "Racing Sans One", sans-serif;
    font-size: 18px;
    letter-spacing: 0.8px;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    background: rgb(239, 52, 52);
    background: linear-gradient(45deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 70%);
    border-radius: 50px;
    border: 0px;
    min-width: 175px;
    transition: background 250ms ease-in-out;
    margin-top: 25px;
}
body.woocommerce-cart .content .components-button:hover{
    background: linear-gradient(45deg, rgba(246, 113, 54, 1) 0%, rgba(239, 52, 52, 1) 70%);
    color: white !important;
}
body.woocommerce-cart .content table.wc-block-cart-items th.wc-block-cart-items__header-total{
    width: 300px;
}
/*Single Page Header*/
section.breatcumb-area {
    padding: 125px 30px;
    background: #eeeeef url(images/tb_element_11.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}
section.breatcumb-area .breatcumb-title h2 {
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 0;
}
section.breatcumb-area .breatcumb-content-text ul {
    display: inline-block;
    list-style: none;
}
section.breatcumb-area .breatcumb-content-text ul li {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #F16722;
    text-transform: uppercase;
}
section.breatcumb-area .breatcumb-content-text ul li a {
    color: #F16722;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
}
section.breatcumb-area .breatcumb-content-text ul li i {
    margin: 0 6px;
    display: inline-block;
}
/*Contact Page*/
section.section.contact-us-area .contact-address-content {
    background: linear-gradient(45deg, rgba(246, 113, 54, 1) 0%, rgba(239, 52, 52, 1) 70%);
    padding: 15px 40px 20px;
    border-radius: 5px;
}
section.section.contact-us-area .dreamit-section-title h5 {
    color: #F16722;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: 700;
}
section.section.contact-us-area .dreamit-section-title h2 {
    font-size: 41px;
    font-weight: 800;
    margin: 0;
    letter-spacing: -1px;
}
section.section.contact-us-area .contact-location {
    border-bottom: 1px dashed #ffffff;
    padding: 22px 0 16px;
}
section.section.contact-us-area .contact-icon {
    float: left;
    margin-right: 10px;
}
section.section.contact-us-area .contact-icon i {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    width: 50px;
}
section.section.contact-us-area .right-box {
    overflow: hidden;
}
section.section.contact-us-area .contact-title{
    text-align: left;
}
section.section.contact-us-area .contact-title h4 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
}
section.section.contact-us-area .contact-title p {
    color: #fff;
}
section.section.contact-us-area .contact-bg {
    padding: 0px 15px 0 50px;
}
section.section.contact-us-area .contact-form-box form label{
    width: 100%;
    color: black;
    text-align: left;
}
section.section.contact-us-area .contact-form-box form input,
section.section.contact-us-area .contact-form-box form textarea{
    border: 3px solid #f95006;
    border-radius: 5px;
    padding: 10px 15px;
    color: black;
    width: 100%;
}
section.section.contact-us-area .contact-form-box form input.wpcf7-submit{
    font-family: "Racing Sans One", sans-serif;
    font-size: 18px;
    letter-spacing: 0.8px;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    background: rgb(239, 52, 52);
    background: linear-gradient(45deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 70%);
    border-radius: 50px;
    border: 0px;
    min-width: 175px;
    transition: background 250ms ease-in-out;
    width: auto;
    float: right;
}
section.section.contact-us-area .contact-form-box form input.wpcf7-submit:hover{
    background: linear-gradient(45deg, rgba(246, 113, 54, 1) 0%, rgba(239, 52, 52, 1) 70%);
    color: white !important;
}
@media (max-width: 480px){
    section.section.contact-us-area .contact-bg{
        padding: unset;
    }
    section.section.contact-us-area .dreamit-section-title{
        text-align: left;
    }
    section.section.contact-us-area .row div:first-child{
        order: 2;
    }
    section.section.contact-us-area .row div:last-child{
        order: 1;
    }
}
/*Coupons - Page*/
section.section.coupon-intro.image-on-left  .about-circle-main-thumb {
    margin: 0 0 0 -215px;
}
section.section.coupon-intro-1 .dreamit-section-title .em_bar_bg,
section.section.coupon-intro-3 .dreamit-section-title .em_bar_bg,
section.section.coupon-intro-5 .dreamit-section-title .em_bar_bg{
    margin: 20px 0;
    left: 0px;

}
section.section.coupon-intro-2 .dreamit-section-title .em_bar_bg,
section.section.coupon-intro-4 .dreamit-section-title .em_bar_bg{
    margin: 20px 0;
    left: calc(100% - 90px - 5px);

}
body.page-kupony section.pricing-area{
    padding-bottom: 100px !important;
}
@media (max-width: 480px){
    section.section.coupon-intro-1 .col-element:first-child,
    section.section.coupon-intro-3 .col-element:first-child,
    section.section.coupon-intro-5 .col-element:first-child{
        order: 1;
    }
    section.section.coupon-intro-1 .col-element:last-child,
    section.section.coupon-intro-3 .col-element:last-child,
    section.section.coupon-intro-5 .col-element:last-child{
        order: 2;
    }
    section.section.coupon-intro .dreamit-section-title .em_bar_bg{
        margin: 20px auto;
        left: unset;
        rigth: unset;
    }
}
/*About - Page*/
section.why-choose-us{
    background-color: white;
    padding-bottom: 0 !important;
}
section.why-choose-us .dreamit-contact-box{
    display: flex;
    align-items: center;
    overflow: visible;
}
section.why-choose-us .contact-icon2{
    width: auto;
    height: 100%;
    padding: 25px;
    display: block;
    border-radius: 100%;
    -webkit-box-shadow: 0px 5px 13px -5px rgba(33, 33, 33, 0.25);
    -moz-box-shadow: 0px 5px 13px -5px rgba(33, 33, 33, 0.25);
    box-shadow: 0px 0px 10px -5px rgba(33, 33, 33, 0.95);
}
section.why-choose-us .contact-icon2:before{
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    background: linear-gradient(45deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 75%);
}
section.why-choose-us .contact-icon2.icon-1:before{
    mask-image: url(images/icons/tb_icon_rocket.svg);
}
section.why-choose-us .contact-icon2.icon-2:before{
    mask-image: url(images/icons/tb_icon_briefcase.svg);
}
section.why-choose-us .contact-icon2.icon-3:before{
    mask-image: url(images/icons/tb_icon_growup.svg);
}
section.why-choose-us .contact-icon2.icon-4:before{
    mask-image: url(images/icons/tb_icon_target.svg);
}
body.page-o-nas section.testimonial-area{
    padding-bottom: 100px !important;
}
@media (max-width: 480px){
    section.why-choose-us .dreamit-contact-box{
        flex-direction: column;
        text-align: center;
    }
}
/*Page Not Found - 404*/
section.not-found-404{
    padding: 150px 0px;
}
@media (max-width: 480px){
    section.not-found-404 {
        padding: 100px 0px;
    }
}
@media (max-width: 768px) and (min-width: 481px){
    section.not-found-404 {
        padding: 125px 0px;
    }
}
/*WC Password Reset*/
body.woocommerce-lost-password form.lost_reset_password input{
    border: 3px solid #f95006;
    border-radius: 5px;
    padding: 10px 15px;
    background-color: #0000008a;
    color: white;
    width: 100%;
}
body.woocommerce-lost-password form.lost_reset_password input:focus-visible{
    outline: none;
}
/*Temporary Disabled Some Features*/
body.page-moje-konto.logged-in .tb-top-bar-menu .quick-menu .piggybank-info,
body.page-moje-konto.logged-in .app .content .tb-client-menu .menu-nav .tb-menu ul li.piggybank-points-item,
header.header nav .row-top .facebook,
header.header nav .row-top .twitter{
    display: none !important;
}
/*Scroll Top*/
.scroll-box{
    width: auto;
    height: auto;
    background: linear-gradient(45deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 75%);
    display: flex;
    position: fixed;
    bottom: 35px;
    right: 35px;
    z-index: 9999;
    border-radius: 100%;
    padding: 15px;
}
.scroll-box:before{
    content: "";
    width: 25px;
    height: 25px;
    background-color: white;
    display: block;
    mask-image: url('images/icons/tb_icon_arrow_rigth.svg');
    -webkit-mask-image: url('images/icons/tb_icon_arrow_rigth.svg');
    mask-size: contain;
    -webkit-mask-size: contain;
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-position: center;
    transform: rotate(-90deg);
}
@media (max-width: 480px){
    .scroll-box{
        padding: 10px;
        right: 25px;
        bottom: 25px;
    }
    .scroll-box:before{
        width: 15px;
        height: 15px;
    }
}

/*CTA Bar #1*/
body.home section.cta-1{
    position: relative;
    background: linear-gradient(45deg, rgb(9, 133, 59) 0%, rgb(3, 98, 51) 100%);
}
body.home section.cta-1:before{
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background-repeat: repeat;
    background-position: center;
    background-size: 30%;
    background-image: url(images/tb_bg_football_pattern.svg);
    background-attachment: fixed;
}
body.home section.cta-1 span{
    font-size: 40px;
    text-transform: uppercase;
    margin-right: 25px;
}
@media (max-width: 480px){
    body.home section.cta-1{
        padding: 20px 0;
    }
    body.home section.cta-1:before{
        background-size: 100%;
        background-attachment: fixed;
    }
    body.home section.cta-1 span{
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
@media (max-width: 786px) and (min-width: 481px){
    body.home section.cta-1:before{
        background-size: 100%;
        background-attachment: fixed;
    }
    body.home section.cta-1 span{
        font-size: 24px;
    }
}
/*CTA Bar #2*/
body.home section.cta-2{
    background-color: #333333;
}
body.home section.cta-2 span{
    font-size: 40px;
    text-transform: uppercase;
    margin-right: 25px;
}
@media (max-width: 480px){
    body.home section.cta-2{
        padding: 20px 0;
    }
    body.home section.cta-2 span{
        font-size: 18px;
        margin-right: 0;
        margin-bottom: 15px;
    }
}
@media (max-width: 786px) and (min-width: 481px){
    body.home section.cta-2 span{
        font-size: 24px;
    }
}
/*Section Tabs*/
section.tabs{
    background-color: #f5f5f5;
}
section.tabs .tabs .nav{
    border: none;
    margin-bottom: 30px;
    justify-content: center;
}
section.tabs .tabs .nav button{
    padding: 0;
    border-radius: 0;
    border: none;
    margin: 0 5px;
}
section.tabs .tabs .nav .nav-link{
    filter: grayscale(1);
    background-color: transparent;
}
section.tabs .tabs .nav .nav-link.active{
    filter: grayscale(0);
    background-color: transparent;
}
section.tabs .tabs{
    width: 100%;
}
section.tabs .tabs .nav:after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: gray;
    position: relative;
    top: -1px;
    z-index: 0;
}
section.tabs .tabs .nav .nav-link{
    height: max-content;
}
section.tabs .tabs .nav .nav-link{
    border-top: 1px solid #cbcbcb;
    border-left: 1px solid #cbcbcb;
    border-right: 1px solid #cbcbcb;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    z-index: 10;
}
section.tabs .tabs .nav .nav-link.active{
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-bottom: 1px solid #f5f5f5;
}
section.tabs .tabs .nav .nav-link .dreamit-section-title{
    padding: 10px 20px !important;
    position: relative;
    box-sizing: border-box;
    border: 4px;
    color: #000;
    background: transparent;
    background-clip: padding-box;
}
/*section.tabs .tabs .nav .nav-link:before{*/
/*    content: "";*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    z-index: -1;*/
/*    border-radius: inherit;*/
/*}*/
/*section.tabs .tabs .nav .nav-link.active:before{*/
/*    background: linear-gradient(45deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 75%);*/
/*}*/
/*section.tabs .tabs .nav .nav-link:before{*/
/*    background: transparent;*/
/*}*/
/*section.tabs .tabs .nav .nav-link:first-child .dreamit-section-title{*/
/*    border-bottom-left-radius: 0px;*/
/*    border-bottom-right-radius: 0px;*/
/*    border-top-left-radius: 10px;*/
/*    border-top-right-radius: 10px;*/
/*}*/
/*section.tabs .tabs .nav .nav-link:first-child:before{*/
/*    margin: -4px -4px 4px -4px;*/
/*    border-bottom-left-radius: 0px;*/
/*    border-bottom-right-radius: 0px;*/
/*    border-top-left-radius: 15px;*/
/*    border-top-right-radius: 15px;*/
/*}*/
/*section.tabs .tabs .nav .nav-link:last-child .dreamit-section-title{*/
/*    border-bottom-left-radius: 0px;*/
/*    border-bottom-right-radius: 0px;*/
/*    border-top-left-radius: 10px;*/
/*    border-top-right-radius: 10px;*/
/*}*/
/*section.tabs .tabs .nav .nav-link:last-child:before{*/
/*    margin: -4px -4px 4px -4px;*/
/*    border-bottom-left-radius: 0px;*/
/*    border-bottom-right-radius: 0px;*/
/*    border-top-left-radius: 15px;*/
/*    border-top-right-radius: 15px;*/
/*}*/
section.tabs .tab-content{
    max-width: 800px;
}
section.tabs .tab-content ul{
    list-style: none;
    padding-left: 0;
}
section.tabs .tab-content ul li span{
    margin-right: 10px;
}
section.tabs .tab-content ul li span i{
    display: inline-block;
    color: #F16722;
}
section.tabs .tab-content ul li{
    font-size: 20px;
    margin-bottom: 10px;
}
section.tabs .tab-content ul li b{
    font-weight: 700;
}
section.tabs .tab-content ul li span{
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: linear-gradient(45deg, rgba(239, 52, 52, 1) 0%, rgba(246, 113, 54, 1) 75%);
    position: relative;
    top: 3px;
    mask-image: url(images/icons/tb_icon_check_2.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
}
@media (max-width: 480px){
    section.tabs .tabs{
        width: 100%;
    }
    section.tabs .tabs .nav{
        flex-direction: row;
        justify-content: center;
    }
    section.tabs .tabs .nav button{
        margin: 0 5px;
    }
    section.tabs .tab-content ul li span{
        width: 16px;
        height: 16px;
    }
    section.tabs .tab-content ul li{
        font-size: 16px;
        margin-bottom: 5px;
    }
    section.tabs .tabs .nav .nav-link {
        height: max-content;
        min-width: 160px;
    }
    section.tabs .tabs .nav .nav-link .dreamit-section-title{
        padding: 10px 20px !important;
    }
    section.tabs .tabs .nav .nav-link h2{
       font-size: 16px !important;
        display: flex;
        flex-direction: column;
    }
}
@media (max-width: 786px) and (min-width: 481px){
    section.tabs .tabs{
        width: 100%;
    }
    section.tabs .tabs .nav{
        flex-direction: row;
        justify-content: center;
    }
    section.tabs .tabs .nav button{
        margin: 0 5px;
    }
    section.tabs .tab-content ul li span{
        width: 16px;
        height: 16px;
    }
    section.tabs .tab-content ul li{
        font-size: 18px;
        margin-bottom: 5px;
    }
    section.tabs .tabs .nav .nav-link h2{
        font-size: 25px !important;
    }
    section.tabs .tabs .nav .nav-link .dreamit-section-title{
        padding: 10px 20px !important;
    }
}
/*Section Proces Area*/
section.process-area{
    padding: 100px 0 !important;
}
@media (max-width: 480px){
    section.process-area{
        padding: 25px 0 !important;
    }
}
/*Notification X - Mods*/
div.notificationx-frontend .nx-branding{
    display: none !important;
}