/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
article {
    padding: 40px 0;
}

/*------------------------------------*\
    MAIN
\*------------------------------------*/
.breadcrumb_hold {
    background-color: #FFC20F;
    margin-bottom: 30px;
}

.breadcrumb_hold .breadcrumb {
    margin-bottom: 0;
    background-color: #FFC20F;
    color: #FFF;
    text-align: right;
}

.breadcrumb_hold .breadcrumb img {
    width: 24px;
    height: 24px;
    filter: brightness(0) invert(1);
}

.breadcrumb_hold .breadcrumb a {
    color: #FFF;
}

.breadcrumb_hold .breadcrumb a:visited {
    color: #FFF;
}

.breadcrumb_hold .breadcrumb > .active {
    color: #FFF;
}

.sidebar_page_hold.game_holder {
    text-align: left;
    padding: 10px 10%;
}

.sidebar_page_hold.game_holder ul {
    list-style: none;
    padding: 0;
}

.sidebar_page_hold.game_holder ul li {
    padding: 5px 0;
}

.breadcrumb_hold .breadcrumb i {
    font-size: 20px;
    font-weight: bold;
    vertical-align: bottom;
}

.game_holder .inner_game_hold h3 {
    /*height: 50px;*/
    font-size: 16px !important;
    font-weight: bold;
    width: calc(95% - 30px);
}

.button, #mc_embed_signup .button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #D42214;
    border-radius: 10px;
    color: #FFF;
    vertical-align: top;
    font-weight: bold;
}

#mc_embed_signup .button {
    background-color: #D42214 !important;
    color: #FFF !important;
}

.button:hover {
    text-decoration: none;
    color: #FFF;
}

.button:visited {
    text-decoration: none;

}

.vertical_seperator {
    border: 0;
    border-left: 1px solid #eee;
    width: 1px;
}

section {
    width: 100%;
    float: left;
}

/** ICONS **/
.icon- * {
    font-family: "FontAwesome";
    margin-right: 5px;
    color: #8CD069;

}

.icon-tel {
    content: " \f095 ";
}

.icon-mail {
    content: " \f0e0 ";
}

.icon-check {
    content: " \f00c ";
}

/* global box-sizing */
*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
}

body {
    /*font: 300 11px/1.4 'Custom Font', sans-serif;*/
    font: 300 14px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #444;
}

h1 {
    font-size: 3em;
}

h1, h2, h3, h4, h5, h6 {
    color: #D42214;
    font-family: 'Custom Font', sans-serif;
    position: relative;
    /*width: 100%;*/
    display: block;
    /*text-transform: capitalize;*/
}

.footer h3, .game_holder .inner_game_hold h3 {
    color: #D42214;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    /*width: 100%;*/
    display: block;
}

.footer h3 {
    margin-bottom: 24px;
    font-family: 'Custom Font', sans-serif;
}

.header_with_img {
    margin: 20px 0;
    position: relative;
}

.header_with_img img {
    /*   width: 35px;
       height: 35px; */
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    /* top: 9px; */
    /* top: 13px; */
    top: 14px;
}

.popular_home .header_with_img img {
    top: 13px;
}

.single_product_content .header_with_img img {
    top: 17px;
}

.breadcrumb_hold .breadcrumb li:first-of-type {
    margin-left: 15.4%;
}

.header_with_img .custom_header {
    /*font-family: 'featherscript';*/
    color: #D42214;
    line-height: 20px;
    margin: 15px 0 0 0;
    float: left;
    font-size: 28px;
    letter-spacing: normal;
}

.header_with_img span {
    display: block;
    overflow: hidden;
    padding-left: 10px;
    margin-top: 10px;
}

.categorie_media_hold .header_with_img span {
    margin-top: 7px;
}

.header_with_img .header_bottom_border {
    border-bottom: solid 1px #A9A49E;
    /* width: 100%; */
    width: 95%;
}

.popular_home .header_with_img .header_bottom_border,
.webshop_page_hold .header_with_img .header_bottom_border {
    width: 97.5%;
}

.single_product_content .header_with_img .header_bottom_border {
    width: 93%;
}

h2:after, h4:after, h5:after, h6:after {
    /*width: 25px;*/
    /*height: 25px;*/
    /*position: absolute;*/
    /*content: "";*/
    /*top: 6px;*/
    /*right: 0;*/
    /*background-image: url('img/icons/dice_icon-min.png');*/
    /*background-repeat: no-repeat;*/
}

h2:before, h4:before, h5:before, h6:before {
    /*position: absolute;*/
    /*content: "";*/
    /*top: 18px;*/
    /*right: 35px;*/
    /*border-bottom: solid 1px #F1F1F1;*/
    /*width: 75%;*/
}

h1:after {
    /*width: 25px;*/
    /*height: 25px;*/
    /*position: absolute;*/
    /*content: "";*/
    /*top: 18px;*/
    /*right: 0;*/
    /*background-image: url('img/icons/dice_icon-min.png');*/
    /*background-repeat: no-repeat;*/
}

h1:before {
    position: absolute;
    content: "";
    top: 40px;
    right: 35px;
    border-bottom: solid 1px #F1F1F1;
    width: 70%;
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: inherit;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;

}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* header */
.header {
    background-color: #F2F2F2;
    height: 115px;
}

/* logo */
.logo {

}

.logo img {
    position: absolute;
    z-index: 2;
}

.logo-img {
    /*
    width: 60%; */
    width: 50%;
    top: 25px;
}

/* nav */
.nav {
    /*text-align: right;*/
    /*padding-right: 50px;*/
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header_img_hold_background {
    display: none;
}

.nav ul li {
    display: inline-block;
    margin-right: -4px;
    position: relative;
    width: 12%;
    text-align: center;
}

/* Responsive menu icons */
#responsive-menu .menu-item a:before {
    background-size: 18px;
    width: 18px;
    height: 18px;
    display: inline-block;
    background-repeat: no-repeat;
    content: '';
    color: #fff;
    filter: brightness(0) invert(1);
    margin-right: 10px;
}

#responsive-menu .menu-item:first-of-type a:before {
    background-image: url('img/header/home.png');
}

#responsive-menu .menu-item:nth-of-type(2) a:before {
    background-image: url('img/header/box.png');
}

#responsive-menu .menu-item:nth-of-type(3) a:before {
    background-image: url('img/header/placeholder.png');
}

#responsive-menu .menu-item:nth-of-type(4) a:before {
    background-image: url('img/header/play.png');
}

#responsive-menu .menu-item:nth-of-type(5) a:before {
    background-image: url('img/header/shopping-bag.png');
}

#responsive-menu .menu-item:nth-of-type(6) a:before {
    background-image: url('img/header/clapperboard.png');
}

#responsive-menu .menu-item:nth-of-type(7) a:before {
    background-image: url('img/header/info.png');
}

#responsive-menu .menu-item:last-of-type a:before {
    background-image: url('img/header/phone-call.png');
}

.nav ul li.current_page_item:after, .nav ul li:hover:after {
    display: none;

}

.nav ul li:first-of-type:after {
    border-left: solid 1px #FFF;
    /*display:none;*/
}

.nav ul li:after {
    /*border-style:none solid;*/
    /*border-color:#FFF;*/
    /*border-width:1px;*/
    border-right: solid 1px #FFF;
    height: 80%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 0;
    margin-top: 10%;

}

.nav ul li:hover, .nav ul li.current_page_item {
    background-color: #D42214;
}

.nav ul li:hover a, .nav ul li.current_page_item a {
    color: #FFF;
}

.nav ul li:hover a:before, .nav ul li.current_page_item a:before {
    filter: brightness(0) invert(1);
}

.popular_homed {
    padding: 40px 0;
}

.nav ul li a {
    /*  padding: 0 28px 23px 28px; */
    /*    font-size: 18px; */
    font-size: 15px;
    /*   padding: 0 24px 27px 24px; */
    padding: 0 0 27px 0;
    text-transform: uppercase;
    display: block;
    color: #D42214;
    position: relative;
    font-family: 'Custom Font', sans-serif;
}

.nav ul li a:hover {
    text-decoration: none;
}

.nav ul li a:before {
    width: 25px;
    height: 35px;
    display: block;
    margin: 32px auto 0;
    background-repeat: no-repeat;
    content: '';
    overflow: hidden;
    color: #D42214;
    /* background-size: 35px; */
    background-size: 25px;
}

.register_img_hold:before { /* create a full-height inline block pseudo=element */
    content: ' ';
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
    height: 100%;
}

.register_img_hold img {
    /*width: 75%;*/
    width: 98%;
    /*padding: 11px 0;*/
    display: inline-block;
    vertical-align: middle; /* vertical alignment of the inline element */
}

.search_hold {
    padding: 38px 0;
    position: relative;
}

.search_hold form {
    display: inline-block;
}

.search_hold .widget_icl_lang_sel_widget {
    display: inline-block;
    width: 55px;
}

/* Tijdelijk */
.search_hold .widget_icl_lang_sel_widget {
    display: none;
}

.search_hold .wpml-ls-legacy-dropdown a {
    display: inline-block;
    border: none;
    background-color: inherit;
}

.search_hold .wpml-ls-legacy-dropdown > ul {
    display: inline-block;
}

.search_hold input {
    padding: 10px;
    border-radius: 25px;
    width: 195px;
    position: relative;
    border: solid 1px #D42214;
    color: #D42214;
    font-weight: bold;
    font-size: 12px;
}

.search_hold input[type="submit"] {
    border: solid 1px #D42214;
    color: #FFF !important;
    background-color: #D42214;
    font-size: 16px;
    width: 195px !important;

}

.wrapper {
    position: relative;
    width: 195px;
}

input {
    /*padding-left: 20px;*/
    padding: 10px;
}

.slide_home .container {
    height: 100%;
}

.wrapper:before {
    font-family: 'FontAwesome';
    position: absolute;
    top: 5px;
    right: 10px;
    content: "\f002";
    z-index: 1;
    font-size: 17px;
    color: #D42214;
}

.container {
    position: relative;
}

.header .container {
    /*position:relative;*/
}

.video_page_cat .container .col-md-1.col-sm-1.col-xs-1 #prev_slide, .video_page_cat .container .col-md-1.col-sm-1.col-xs-1 #next_slide {
    margin-top: 30px;
}

.cat_image_filter {
    cursor: pointer;
    position: relative;
    padding: 0 20px;
}

.cat_image_filter_inner {
    position: relative;
}

.cat_image_filter_overlay {
    position: absolute;
    bottom: 10px;
    left: 55px;
    margin: 0 auto;

}

.col-md-12.col-sm-12.col-xs-12.video_single_hold iframe, .col-md-12.col-sm-12.col-xs-12.video_single_hold p {
    display: inline-block;
    vertical-align: top;
}

.col-md-12.col-sm-12.col-xs-12.video_single_hold p {
    width: 40%;
    /* margin-left:3%; */
}

.video_single_hold {
    /* margin:15px 0; */
    margin: 30px 0;
    height: 430px;

}

.video_single_hold h3 {
    margin: 15px 0;
}

.header .search_collapse {
    width: 560px;
    height: auto;
    background-color: #FFF;
    padding: 25px;
    position: absolute;
    right: 0;
    top: 115px;
    z-index: 101;
    display: none;
    box-shadow: -5px 15px 35px 3px #000;
}

input.wpcf7-form-control {
    padding: 10px;
}

.wpcf7-form-control.wpcf7-submit {
    display: inline-block;
    padding: 10px 20px;
    background-color: #D42214;
    border-radius: 10px;
    color: #FFF;
    vertical-align: top;
    font-weight: bold;
}

.header .search_collapse a:hover,
.header .search_collapse a:active {
    text-decoration: none;
}

.select {
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-left: -10px;

}

.spellen_page {
    margin-top: 20px
}

.spellen_page .game_hold .game_hold_overlay {
    padding-top: 20%;
}

.spellen_page .game_holder .inner_game_hold img {
    max-height: 180px;
    object-fit: contain;
}

.smallpopup {
    position: relative;
    background: #FFF;
    padding: 20px;
    width: auto;
    max-width: 500px;
    margin: 20px auto;
}

.newsletter_signup_magni,
.footer-read-more {
    /*padding: 0px 40px 7px 10px;*/
    border: solid 2px #D42214;
    border-radius: 15px;
    display: inline-block;
    font-size: 15px !important;
    color: #D42214 !important;
    cursor: pointer !important;
    vertical-align: top;
    padding: 5px 15px;
}

.footer-read-more {
    margin-top: 10px;
}

.footer-read-more:hover {
    color: #fff !important;
    background-color: #D42214;
    text-decoration: none;
}

.leesMeer{
    color:#D42214;
    text-decoration: underline;
}

.newsletter_signup_magni:hover {
    color: #FFF;
    background-color: #D42214;

}

.newsletter_signup_magni:hover img {
    filter: brightness(0) invert(1);
}

.newsletter_signup_magni:hover .signup_text_hold {
    color: #FFF;
}

.newsletter_signup_magni .signup_text_hold {
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
}

.mc4wp-form-fields label {
    width: 100%;

}

.mc4wp-form-fields input[type="email"] {

}

.mc4wp-form-fields input[type="submit"] {

}

.newsletter_signup_magni img {
    margin-top: 1px;
    vertical-align: bottom;
    margin-right: 14px;
    width: 32px;
    height: 32px;
}

.select select {
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    padding: 15px 15px 15px 10px;
    margin: -5px 0 0;
    transition: border-color 0.2s;
    border: 5px solid #FFF;
    border-radius: 25px;
    background: #EFEFEF;
    color: #555;
    line-height: normal;
    font-family: inherit;
    font-size: inherit;
    width: 210px;
}

.select .arr {
    background: #EFEFEF;
    border-radius: 36px;
    bottom: 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 50px;
    pointer-events: none;
}

.select .arr:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 24px;
    margin-top: -5px;
    pointer-events: none;
    border-top: 10px solid #6C6C6C;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

.select .arr:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 28px;
    margin-top: -5px;
    pointer-events: none;
}

.age_filter {
    width: 54%;
    display: inline-block;
    vertical-align: top;
}

.cat_filter {
    width: 45%;
    display: inline-block;
    vertical-align: top;
    padding-top: 55px;

}

.age_button {
    width: 60px;
    height: 33px;
    display: inline-block;
    border-radius: 5px;
    box-shadow: 3px 4px 0 #95261D;
    margin: 0 15px 15px 0;
    text-align: center;
    background: rgba(242, 242, 242, 0.98);
    line-height: 33px;
    font-size: 15px;
    color: #D42214;
    text-decoration: none;
}

.age_button.age_button_active {
    background-color: #D42214;
    color: #FFF !important;
}

.age_button:hover {
    text-decoration: none;
    color: #FFF;
}

.age_button:visited {
    color: #D42214;
    text-decoration: none;
}

.age_button:active {
    background-color: #D42214;
    box-shadow: 0 5px #95261D;
    transform: translateY(4px);

}

.slide_sect {
    position: relative;
}

#prev_slide, #next_slide {
    position: absolute;
    top: 40%;
    font-size: 53px;
    z-index: 1;
    /*    color:#fff;
        background-color: #C62916; */
    color: #C62916;
    background-color: #fff;
    width: 40px;
    height: 55px;
    text-align: center;
    line-height: 2px;
    cursor: pointer;
}

#prev_slide:hover, #next_slide:hover {
    background-color: #C62916;
    color: #fff;
}

#prev_slide {
    left: 0px;
    /*  border-top-left-radius: 20px;
        border-bottom-left-radius: 20px; */
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;

}

#next_slide {
    right: 0px;
    /*  border-top-right-radius: 20px;
        border-bottom-right-radius: 20px; */
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.slide_home {
    height: 660px; /* was 811 */
    width: 100%;
    position: relative;
    z-index: 1;
    background-size: cover;
    cursor: pointer;
    background-position: center;
}

.slide_home .slide_button_hold {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 60px;
    left: 0;
}

.slide_home .slide_button_hold h3 {
    color: #FFF;
}

.cycle-pager {
    /* width: 20%; */
    width: 100%;
    display: inline-block;
    font-size: 60px;
    position: absolute;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    /* color: #95A2B4; */
    color: rgba(149, 162, 180, 0.5);
    cursor: pointer;
    text-align: center;
}

.cycle-pager-active {
    color: #FEFDFE

}

button#responsive-menu-button {
    background-color: #D42214 !important;
}

.slide_home .button:active {
    background-color: #D42214;
    box-shadow: 0 5px #95261D;
    transform: translateY(4px);
    text-decoration: none;
    color: #FFF;
}

.slide_home .button:visited, .slide_home .button:hover {
    color: #FFF;
}

.slide_home .button {
    position: absolute;
    bottom: 160px;
    right: 127px;
    z-index: 3;
    padding: 20px 30px;
    text-transform: uppercase;
    box-shadow: 3px 4px 0 #95261D;
    text-decoration: none;
}

.slide_home .button:hover {
    background-color: #FFC20F !important;
    box-shadow: 3px 4px 0 #A5951C;
}

.slide_home .slide_button_hold img {
    position: absolute;
    left: 0;
    z-index: 3;
    padding: 20px 30px;
    text-transform: uppercase;
    text-decoration: none;
    width: 265px;
    height: 223px;
}

.slide_home .slide_button_hold .button.fa:before {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
}

.slide_home .button h3 {
    margin: 0;
    font-size: 18px;
    display: inline-block;
}

.slide_overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.search_result_hold {
    width: 100%;
}

.search_result_hold .col-md-15.col-sm-15.col-xs-15 {
    position: relative;
    height: 116px;
}

.search_result_hold .product_img_search {
    background-size: cover;
    background-repeat: no-repeat;
}

.search_result_hold .col-md-15.col-sm-15.col-xs-15 img {

}

.search_result_hold .col-md-15.col-sm-15.col-xs-15 h3 {
    text-align: center;
    background-color: #D42214;
    color: #FFF;
    border-radius: 0 0 5px 5px;
    padding: 5px;
    display: block;
    margin: 0;
    font-size: 15px;
    max-height: 40px;
    overflow: hidden;

}

.search_hold_product {
    height: 250px;
    position: relative;
}

.inner_search_hold_product {
    height: 100%;
    padding: 10px;
    border: dashed 1px #C2C2C2;
    border-radius: 5px;
    text-align: center;
}

.inner_search_hold_product .product_img_search {
    height: 80%;
    text-align: center;
}

.inner_search_hold_product .product_img_search img {
    margin: auto;
    max-height: 100%;
}

.inner_search_hold_product h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px !important;
    font-weight: bold;
}

/* Popular section */
.popular_home {
    padding: 140px 0;
    background-image: url('/wp-content/uploads/2017/03/grijze-achtergrond.jpg');
}

.popular_home {
    padding-top: 75px;
    position: relative;
    color: white;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-align: center;
}

.popular_home:after {
    content: "";
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 0;
    height: 0;
    border-bottom: 60px solid #FFF;
    border-left: 1075px solid transparent;
    border-right: 845px solid transparent;
}

.game_hold {
    float: left;
    border-radius: 5px;
    position: relative;
    text-align: center;
    height: 255px;
}

.game_hold_img img {
    margin: auto;
    max-height: 100%;
}

.zoekresultaten_page.spellen_page .game_holder .inner_game_hold img {
    /*height: 185px;*/
}

.game_holder {
    text-align: center;
}

.game_holder .inner_game_hold {
    border: dashed 1px #C2C2C2;
    border-radius: 5px;
    padding: 10px;
    height: 100%;
    position: relative;
}

.game_holder .game_hold_img {
    max-height: 180px;
    position: absolute;
    top: 42%;
    transform: translateY(-50%) translateX(-50%);
    margin: 0 auto;
    left: 50%;
    width: 100%;
    height: 100%;
}

.game_holder .inner_game_hold .game_hold_overlay {
    width: calc(100% - 30px);
    margin: 0 auto;
    height: 100%;
    /*background: rgba(242, 242, 242, 0.98);*/
    background: rgba(255, 255, 255, 0.9);
    display: none;
    position: absolute;
    z-index: 2;
    padding-top: 60px;
    border-radius: 3px;
    color: #D42214;
    font-size: 19px;

}

.zoekresultaten_page h1 {
    margin-bottom: 20px;
}

.game_hold .game_hold_overlay {
    width: calc(100% - 30px);
    margin: 0 auto;
    height: 100%;
    /*background: rgba(242, 242, 242, 0.98);*/
    background: rgba(255, 255, 255, 0.9);
    display: none;
    position: absolute;
    z-index: 2;
    padding-top: 60px;
    border-radius: 3px;
    color: #D42214;
    font-size: 19px;
}

.game_hold .game_hold_overlay h3 {
    color: #D42214;
    text-align: center;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: normal;
    font-weight: bold;
}

.game_hold .game_hold_overlay .button {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: normal;
    font-weight: bold;
}

.game_hold .game_hold_overlay .button:hover {
    color: #FFF;
    background-color: #FFC20F;
}

.game_hold .game_hold_overlay .button:before {
    font-family: "FontAwesome";
    margin-right: 5px;
    content: " \f06e ";
}

.game_hold:hover .game_hold_overlay, .game_holder .inner_game_hold:hover .game_hold_overlay {
    display: block;
}

.game_hold:hover .pop_game_title h3 {
    display: none;
}

.game_hold .game_hold_overlay .pop_player_hold {
    width: 70px;
}

.game_hold .pop_game_img {
    height: 270px;
    /*background-position-x: 41px;*/
    /*background-size: 108%;*/
    /*background-size: cover;*/
    background-repeat: no-repeat;
    /*background-position-y: -68px;*/
    border-radius: 5px;
    position: relative;
    z-index: 1;
    background-color: #FFF;
    border: dashed 1px #c2c2c2;

}

/*.game_hold .pop_game_img::before {*/
/*content: ' ';*/
/*display: inline-block;*/
/*vertical-align: middle;*/
/*height: 15%;*/
/*}*/

.game_hold .pop_game_img img {
    top: 40%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;

    /*display: inline-block;*/
    /*vertical-align: middle; !* vertical alignment of the inline element *!*/
    /*font: 16px/1 Arial sans-serif; !* <-- reset the font property *!*/
}

/*.game_hold.col-md-2 .pop_game_img {*/
/*!*background-position-x: -72px;*!*/
/*!*background-size: 183%;*!*/
/*background-size: cover;*/
/*!*background-position-y: -41px;*!*/

/*}*/

.game_hold .pop_game_title {
    text-align: center;
    position: absolute;
    background: rgba(242, 242, 242, 0.98);
    color: #D42214;
    border-radius: 0 0 5px 5px;
    padding: 12px 10px 0 10px;
    display: block;
    margin: 0;
    height: 65px;
    overflow: hidden;
    font-size: 17px;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.game_hold .pop_game_title h3 {
    font-size: 20px;
    margin: 0;
    color: #D42214;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
    letter-spacing: normal;
}

.game_hold .pop_game_info {
    margin-top: 5px;
}

.game_hold .pop_age_hold, .game_hold .pop_player_hold {
    width: 55px;
    display: inline-block;
}

.game_hold .pop_age_hold span:before {
    content: " \f007 ";
    font-family: "FontAwesome";
    margin-right: 5px;
}

.game_hold .pop_player_hold span:after {
    content: " \f0c0 ";
    font-family: "FontAwesome";
    margin-left: 5px;
}

.categorie_media_hold h2 {
    /*width: 79%;*/
    display: inline-block;
    margin: 20px 0;
}

.categorie_media_hold.webshop_page_hold h2:before {
    width: 88%;
}

.categorie_media_hold .button {
    margin: 20px 0;
}

.categorie_media_hold .button:before {
    font-family: "FontAwesome";
    content: " \f06e ";
    margin-right: 5px;
}

.categorie_media_hold .categorie_hold {
    /*border-radius:5px;*/
    margin-bottom: 30px;
}

.categorie_media_hold .categorie_hold a:hover {
    text-decoration: none;
    color: #FFF;
}

.search_result_container .col-md-6 {
    margin-bottom: 20px;
    /* height: auto!important; */
}

.categorie_media_hold .categorie_hold h3 {
    /*  background: rgba(242, 242, 242, 0.98); */
    color: #D42214;
    text-align: center;
    margin: -3px 0 0 0;
    padding: 10px 0;
    border-radius: 5px;
    border-style: none dashed dashed;
    border-width: 1px;
    border-color: #C2C2C2;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.categorie_media_hold .col-md-5 {
    padding-left: 0;
}

.categorie_media_hold .categorie_img_hold {
    border-style: dashed dashed none dashed;
    border-width: 1px;
    border-color: #C2C2C2;
    text-align: center;
    background: rgba(242, 242, 242, 0.98);
}

.categorie_media_hold .categorie_img_hold img {
    width: auto;
    border-radius: 5px 5px 0 0;
    max-height: 170px;
    height: auto;
    vertical-align: middle;

}

/*.categorie_media_hold .categorie_img_hold img:hover {*/
/*border-style: dashed dashed none dashed;*/
/*border-width: 1px;*/
/*border-color: #C2C2C2*/

/*}*/

.h1, .h2, .h3, h1, h2, h3 {
    margin: 0;
}

.game_holder .row {
    margin-bottom: 30px;
}

.game_holder .game_hold {
    margin-bottom: 30px;
}

.game_holder .inner_game_hold h3 {
    /*height: 50px;*/
    font-size: 22px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 20px;
}

table.variations {
    width: 30%;
    display: inline-block;
}

.variations_form .label {
    color: #444;
}

.reset_variations {
    margin-top: 20px;
}

.single_variation_wrap {
    width: 100%;
    display: none !important;
}

.game_holder .inner_game_hold img {
    /*max-height: 190px;*/
    height: auto;
}

.single_variation_wrap .single_add_to_cart_button.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #D42214;
    border-radius: 10px;
    color: #FFF;
    vertical-align: top;
    font-weight: bold;
}

.woocommerce .cart-empty {
    padding-bottom: 46px;
}

/* sidebar */
.sidebar {

}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, .woocommerce input.button.alt, .woocommerce input.button.alt:hover,
.shop_table input.button {
    background-color: #D42214;
    color: #fff !important;
}

.wc-proceed-to-checkout a.checkout-button:hover,
.shop_table input.button:hover {
    background-color: #FFC20F !important;
    color: #fff;
}

.cart_totals.calculated_shipping h2:before, .cart_totals.calculated_shipping h2:after {
    display: none;
}

section.footer_toggle {
    /*background-image: url('/wp-content/uploads/2017/03/Background-Finding-Dory-V3.jpg');*/
    height: 342px;
    padding: 76px 0;
    background-position: center;
    background-size: cover;
    position: relative;
}

section.footer_toggle .week_game_hold {
    height: 190px;
    /*width:100%;*/
    margin-top: 10px;
}

section.footer_toggle .week_game_hold .fb_second_sect {
    border-radius: 0;
}

/*
section.footer_toggle .week_game_hold .fb_first_sect {
    border-radius: 25px 25px 0 0;
}*/

section.footer_toggle .week_game_hold .fb_last_sect {
    border-radius: 0 25px 25px 0;

}

section.footer_toggle .week_game_title h2 {
    text-align: right;
    margin-top: 10%;
    padding-right: 12%;
    color: #FFF;
}

section.footer_toggle .fb_second_sect h2 {
    margin: 0;

}

section.footer_toggle .week_game_title h2:before, section.footer_toggle .week_game_title h2:after, section.footer_toggle .fb_second_sect h2:after, section.footer_toggle .fb_second_sect h2:before {
    display: none;
}

section.footer_toggle .fb_last_sect {
    background-color: #D42214;

}

section.footer_toggle .fb_last_sect a {
    padding-top: 70px;
}

/* footer */
.footer {
    padding: 20px 0;
    color: #ADADAD;
    font-size: 12px;
}

.footer .col-md-15 {
    margin-top: 20px;
}

.footer a {
    color: #ADADAD;
    font-size: 12px;
}

.footer .textwidget {
    line-height: 20px;
}

.footer ul {
    padding: 0;
    list-style: none;
}

.footer ul li {
    margin-bottom: 10px;
}

.footer ul li:before {
    font-family: "FontAwesome";
    content: ' \f105 ';
    margin-right: 5px;
}

.footer .footer_social_hold {

}

.footer .footer_social_hold i {
    display: inline-block;
    vertical-align: top;
    border: solid 1px #D42214;
    color: #D42214;
    margin-right: 10px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 19px;
    padding: 7px 10px;
    text-align: center;

}

.facebook_feed_home .fb_first_sect, .home_video_feed .home_video .col-md-5 {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.fb_first_sect p, .fb_second_sect p {
    text-overflow: ellipsis;
    /*white-space: nowrap;*/

}

.facebook_feed_home, .home_video_feed .home_video {
    height: 214px;
    /*font-family:'Helvetica Neue', Helvetica, Arial, sans-serif;*/
    margin-bottom: 30px;
    background-color: #F1F1F1;
    border-radius: 25px;
}

.facebook_icon_hold, .youtube_icon_hold {
    position: absolute;
    bottom: 20px;
    left: 10px;
    width: 48px;
    height: 57px;
}

.fb_first_sect .facebook_icon_hold img, .home_video_feed .home_video .youtube_icon_hold img {
    background-color: transparent;

}

.facebook_feed_home, .home_video_feed .home_video .popup-youtube {
    display: inline-block;
    height: 100%;
    width: 100%;
    background-color: #F1F1F1;
    border-radius: 25px;
}

.facebook_feed_home {
    height: 214px;
    /*height: auto;*/
    background-color: #F1F1F1;
    border-radius: 25px;
    width: 100%;
}

.home_video_feed .home_video img {
    background-color: #000;
    border-radius: 25px 0 0 25px;
    /*max-height: 214px;*/
    /*max-width: 600px;*/
    max-width: 100%;
    height: 100%;
    object-fit: cover;

}

.home_video_feed .home_video h2 {
    margin: 10px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #494949;
    width:100%;
}

.home_video_feed .home_video h2:before, .home_video_feed .home_video h2:after {
    display: none;
}

.home_video_feed .home_video .youtube_icon_hold img {
    width: 48px;
    height: 57px;
    border-radius: 0;

}

.fb_first_sect {
    /*width:40.89775561097257%;*/
    /*width: 328px;*/
    display: inline-block;
    vertical-align: top;
    height: 100%;
    background-color: #F1F1F1;
    border-radius: 25px 0 0 25px;
}

.fb_first_sect img {
    width: 100%;

    height: 100%;
    background-color: #F1F1F1;
    border-radius: 25px 0 0 25px;


    /*min-width: 58%;*/
    max-width: 100%;
    object-fit: cover;

}

.fb_first_sect .facebook_icon_hold img {
    border-radius: 0;
}

.fb_second_sect {
    /*width:48.50374064837905%;*/
    /*width: 389px;*/
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    background-color: #F1F1F1;
    height: 100%;
    border-radius: 25px;
    overflow: hidden;
}

.fb_last_sect {
    /*width:10.84788029925187%;*/
    /*width: 87px;*/
    display: inline-block;
    vertical-align: top;
    font-size: 35px;
    padding: 90px 15px;
    background-color: #3D5B99;
    height: 100%;
    color: #FFF;
    vertical-align: middle;
}

.fb_last_sect_home{
    /*width:10.84788029925187%;*/
    /*width: 87px;*/
    display: inline-block;
    vertical-align: top;
    font-size: 35px;
    padding: 170px 15px;
    background-color: #D42214;
    height: 100%;
    border-radius: 0 25px 25px 0;
    color: #FFF;
    vertical-align: middle;
}
.fb_last_sect_home a {
    color:white;
}

.fb_last_sect a {
    color: #FFF;
    /*display: block;*/
    height: 50%;
    width: 100%;
    vertical-align: middle;
    padding-top: 170px;
    /*padding-left: 10px;*/
}

.fb_last_sect a i {
    /*vertical-align: middle;*/
    float: right;
    padding: 5px;
}

.register_home_sect {
    height: 137px;
    background-color: #D42214;
}

.register_home_sect img {
    margin: 30px auto 0;
    display: block;
}

.home_recommended {
    /*background-image: url('/wp-content/uploads/2017/03/Background-Finding-Dory-V3.jpg');*/
    padding: 155px 0;
    background-size: cover;
    position: relative;
    overflow: hidden;
}

.image_overlay_left, .image_overlay_right {
    position: absolute;
    z-index: 1;
}

.image_overlay_left {
    left: 185px;
    bottom: -175px;
    width: 412px;
    height: 412px;
    z-index: 2;
}

.image_overlay_right {
    right: 100px;
    top: 0;
    width: 785px;
    height: 413px;
}

.home_recommended h2 {
    color: #FFF;
}

.home_recommended .fb_second_sect p {
    line-height: 25px;

}

.home_recommended .fb_second_sect h2 {
    color: #D42214;
    margin-top: 30px;
    margin-bottom: 20px;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;

}

.home_recommended .fb_second_sect h2:before, .home_recommended .fb_second_sect h2:after {
    display: none;
}

.image_helper_vertical {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.home_recommended_hold {
    height: 410px;
}
.home_recommended_hold .fb_first_sect {
    white-space: nowrap;
    padding: 0;
}
.home_recommended_hold .fb_second_sect {
    background-color: #FFF;
    border-radius: 0;
}
/*.game_week_parts {*/
    /*float:left;*/
    /*vertical-align: top;*/
    /*height: 100%;*/
    /*padding:20px;*/
    /*background-color: #F1F1F1;*/

/*}*/

/*.game_week_parts.game_week_first {*/
    /*border-radius: 25px 0 0 25px;*/
    /*width: 30%;*/
/*}*/
/*.game_week_parts.game_week_second {*/
    /*width: 60%;*/
    /*!*text-overflow: ellipsis;*!*/

    /*!* Required for text-overflow to do anything *!*/
    /*!*overflow: hidden;*!*/
/*}*/
#content_to_fit{
    height:50%;
}
.game_week_parts.game_week_second p{
    height:50%;

}
.game_week_parts.game_week_third {
    border-radius: 0 25px 25px 0;
    width: 7%;
    background-color: #D42214;
    text-align: center;
}
.game_week_parts.game_week_third a {
    font-size: 30px;
    padding-top: 50px;
    color: #FFF;
    display: block;
    height:100%;

}

.home_recommended_hold .fb_last_sect {
    background-color: #D42214;
    /*padding: 180px 32px;*/
    border-radius: 0 25px 25px 0;
}

.home_recommended_hold .fb_first_sect img {
    height: 100%;
    vertical-align: middle;
    width: 100%;
    object-fit: cover;

}

.home_recommended_hold .fb_second_sect a:hover {
    text-decoration: none;
}

.week_game_hold img {

}

/* SINGLE PRODUCT */
.single_product_content_sect {
    padding: 40px 0;

}

.single_product_content_sect h2 {
    margin: 0;

}

.single_product_content_sect h2:before, .single_product_content_sect h2:after {
    display: none;

}

.single_product_content_sect .gallery_hold {

}

.single_product_content_sect .gallery_hold .main_image_holder img {
    object-fit: contain;
}

.single_product_content_sect .gallery_hold .main_image_holder .single_product_slide {
    width: 70%;
    float: right;
}

.single_product_content_sect .gallery_hold .main_image_holder #adv-custom-pager {
    width: 20%;
    float: left;
}

.single_product_content_sect .gallery_hold .main_image_holder #adv-custom-pager a {
    display: inline-block;
    width: 100%;
    opacity: 0.5;
    margin-bottom: 20px;
    border: dashed 1px #c2c2c2;
    border-radius: 10px;
}

/* Woocommerce my account */

.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 5px;
}

.woocommerce-MyAccount-navigation ul li a {
    font-weight: bold !important;
    font-size: 16px !important;
}

.woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #D42214;
    text-decoration: none;
}

.woocommerce-MyAccount-content a {
    color: #D42214;
}

.woocommerce-MyAccount-content a:hover {
    color: #444;
    text-decoration: none;
}

.woocommerce-MyAccount-content .button {
    display: inline-block !important;
    padding: 10px 20px !important;
    background-color: #D42214 !important;
    border-radius: 10px !important;
    color: #FFF !important;
    vertical-align: top !important;
    font-weight: bold !important;
}

.woocommerce-MyAccount-content h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.woocommerce-MyAccount-content .button:hover {
    background-color: #FFC20F !important;
}

.woocommerce .woocommerce-MyAccount-content legend {
    margin: auto;
    color: #D42214 !important;
    font-weight: 600 !important;
}

.woocommerce .woocommerce-MyAccount-content fieldset {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.single_product_content_sect .gallery_hold .main_image_holder #adv-custom-pager a.cycle-pager-active {
    opacity: 1;

}

.single_product_content_sect .single_product_content {
    margin-bottom: 30px;
}

.single_product_content_sect .single_product_buttons {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.single_product_buttons a {
    display: inline-block !important;
    padding: 10px 20px !important;
    background-color: #D42214 !important;
    border-radius: 10px !important;
    color: #FFF !important;
    vertical-align: top !important;
    font-weight: bold !important;
}

.single_product_buttons a:hover {
    background-color: #FFC20F !important;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .quantity {
    display: inline-block;
}

.amount_hold {
    display: inline-block;
    margin-left: 10px;
    line-height: 32px;
    font-size: 21px;
    font-weight: bold;

}

.woocommerce .single_product_content_sect button.button.alt {
    display: inline-block;
    padding: 10px 20px;
    background-color: #D42214;
    border-radius: 10px;
    color: #FFF;
    vertical-align: top;
}

.single_product_content_sect .single_product_buttons .button.add_to_cart_button:before {
    font-family: "FontAwesome";
    content: " \f07a ";
    margin-right: 5px;
    color: #FFF;
}

.single_product_content_sect .single_product_buttons .added_to_cart.wc-forward {
    display: none;
}

.single_product_content_sect .single_product_extrainfo {
    color: #585858;

}

.single_product_content_sect .single_product_extrainfo ul {
    list-style: none;
    padding: 0;
    display: table;
    width: 100%;
}

.single_product_content_sect .single_product_extrainfo ul li {
    width: 49.333%;
    margin-right: 1%;
    margin-bottom: 30px;
    float: left;
    display: table-row;
    min-height: 60px;

}

.single_product_content_sect .single_product_extrainfo ul li:before {
    display: table-cell; /* aha! */
    text-align: right;
}

.single_product_content_sect .single_product_extrainfo ul li:nth-of-type(even) {
    margin-right: 0;

}

.single_product_content_sect .single_product_extrainfo .single_product_icon:before {
    font-family: "FontAwesome";
    color: #595959;
    margin-right: 10px;
    font-size: 30px;
    float: left;
}

.single_product_content_sect .single_product_extrainfo .single-product-age:before {
    content: " \f007 ";

}

.single_product_content_sect .single_product_extrainfo .single-product-players:before {
    content: " \f0c0 ";

}

.single_product_content_sect .single_product_extrainfo .single-product-gender:before {
    content: " \f182 \f183 ";

}

.single_product_content_sect .single_product_extrainfo .single-product-article:before {
    content: " \f02b ";

}

.single_product_content_sect .single_product_extrainfo .single-product-duration:before {
    content: " \f017 ";
}

.single_product_content_sect .single_product_extrainfo .single-product-ean:before {
    content: " \f02a ";

}

.woocommerce .popular_home.single_product_popular a.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #D42214;
    border-radius: 10px;
    color: #FFF;
    vertical-align: top;

}

.popular_home.single_product_popular {
    margin-bottom: 50px;
}

.popular_home.single_product_popular h2, .popular_home h2 {
    text-align: left;
    /*width:80%;*/
}

.popular_home h2:before {
    border-color: #D7D7D7;
    width: 83%;
}

.popular_home.single_product_popular h2:before {
    border-bottom: solid 1px #D7D7D7;
    width: 80%;
}

.sidebar_page_hold .game_hold_sidebar {
    margin-bottom: 30px;
    text-align: center;
}

.sidebar_page_hold .game_hold_sidebar.game_hold .game_hold_overlay {
    background-color: #FFF;
}

.sidebar_page_hold .game_hold_sidebar.game_hold .game_hold_overlay .pop_player_hold {
    width: 60px;
}

.sidebar_page_hold .game_hold_sidebar.game_hold .game_hold_overlay .pop_age_hold {
    width: 35px;
}

.normal_page_content h3 {
    color: #D42214;
    font-family: 'Custom Font', sans-serif;
    position: relative;
    width: 100%;
    display: block;
}

/* Woocommerce */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 28.333%;
    margin-right: 7%;
    float: none;
    display: inline-block;
    vertical-align: top;
    border: dashed 1px #C2C2C2;
    padding: 10px;
    border-radius: 5px;

}

.page-template-template-webshop .widget_product_categories {
    display: none;
}

.woocommerce ul.products li.product:nth-of-type(3n+3), .woocommerce-page ul.products li.product:nth-of-type(3n+3) {
    margin-right: 0;
}

.woocommerce .woocommerce_game_container ul.products li.product a img {
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.single_product_content iframe {
    max-width: 100%;
}

.woocommerce-page .cycle-slide-active {
    border: dashed 1px #c2c2c2 !important;
    padding: 10px !important;
    border-radius: 10px;
}

.woocommerce .woocommerce_game_container ul.products li.product {
    text-align: center;
}

.woocommerce .woocommerce_game_container ul.products li.product h3 {
    color: #595959;
    font-size: 16px;
    display: inline-block;
    /* margin-left: 15px; */
    max-width: 70%;
    width: auto;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.woocommerce nav.woocommerce-pagination ul li a {
    background-color: #C2C2C2;
    padding: 11px;
    margin-right: 8px;
    width: 100%;
    height: 100%;

}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    margin-right: 8px;

}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background-color: #A9A9A9;
    padding: 11px;
    margin-right: 8px;
    width: 100%;
    height: 100%;

}

.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    color: #FFF;

}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    height: 100%;
    color: #FFF;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    border-radius: 5px !important;
    width: auto;
    height: 36px;

}

.woocommerce nav.woocommerce-pagination {
    text-align: left;
    margin-bottom: 20px;
}

.woocommerce nav.woocommerce-pagination .page-numbers {
    text-align: center;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce .woocommerce_game_container ul.products li.product .price:before {
    content: " - ";
    font-weight: bold;
}

.woocommerce .woocommerce_game_container ul.products li.product .price {
    display: inline-block;
    color: #D42216;
    font-size: 16px;
    font-weight: bold;
}

.woocommerce .woocommerce_game_container a.button {
    display: none;
}

.woocommerce_game_sidebarcontainer a {
    display: block;
    /* padding: 10px 20px 10px 0; */
    padding: 5px 0;
    font-weight: bold;
}

.woocommerce_game_sidebarcontainer a:hover {
    text-decoration: none;
    color: #D42216;
}

.woocommerce_game_sidebarcontainer .has_land_flag {
    margin: 10px 0;
    float: left;
    width: 100%;
}

.woocommerce_game_sidebarcontainer .has_land_flag p {
    font-weight: 600;
}

.woocommerce_game_sidebarcontainer .has_land_flag h4 {
    display: inline-block;
    vertical-align: top;
    width: auto;

}

.woocommerce_game_sidebarcontainer .product-categories {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 15px;
}

.woocommerce_game_sidebarcontainer .product-categories .children {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-left: 15px;
}

.woocommerce_game_sidebarcontainer .product-categories a {
    padding: 8px 0;
    font-size: 16px;
    /* color: #D42216; */
    font-weight: bold;
    /* font-family: 'Custom Font', sans-serif; */
}

.woocommerce_game_sidebarcontainer .product-categories .children a {
    padding: 2px 0;
    color: #444;
    font-weight: normal;
    font-size: 14px;
}

.woocommerce_game_sidebarcontainer .product-categories a:hover {
    /* color: #444; */
}

.woocommerce_game_sidebarcontainer .product-categories .children a:hover {
    color: #D42216;
}

.woocommerce_game_sidebarcontainer .has_land_flag img {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
    margin-right: 8px;

}

.woocommerce_game_sidebarcontainer h4:before, .woocommerce_game_sidebarcontainer h4:after, .woocommerce_game_sidebarcontainer h2:before, .woocommerce_game_sidebarcontainer h2:after, .woocommerce_game_sidebarcontainer h3:before, .woocommerce_game_sidebarcontainer h3:after {
    display: none;
}

.woocommerce_game_sidebarcontainer h4 {
    margin-top: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.woocommerce_game_sidebarcontainer h3 {
    color: #D42214;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    width: 100%;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: bold;
}

.woocommerce_game_sidebarcontainer {
    margin-bottom: 25px;
}

section.footer_toggle .week_game_hold {
    height: 230px;
    padding:0;
    border-radius: 25px;
    background-color:#F1F1F1;
}

h2.weekly_game {
    font-size: 16px;
    color: #444;
}

.breadcrumb > li + li::before {
    display: none;
}

/* 5 Columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

#responsive-menu-search-box {
    display: none;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/

.filter_kindof {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 70%;
    display: inline-block;
    vertical-align: top;
    float: right;
    text-align: right;
}

.filter_kindof li {
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    font-size: 17px;
    cursor: pointer;
    margin-top: 20px;

}

.filter_kindof li.vertical-seperator {
    cursor: default;
}

.filter_kindof li.vertical-seperator:hover {
    text-decoration: none;
}

.filter_kindof li:hover {
    text-decoration: underline;
}

.vertical-seperator {

}

.categorie_media_hold .button:hover {
    background-color: #FFC20F;
}

.filter_hold {
    /*background-color: #3a7cb6;*/
    padding: 20px;
    color: #595959;
}

.filter_hold div[class^="col-"] {
    padding: 0px;
}

.filter_hold .dont_show_front {
    display: none;
}

.filter_hold h4, .filter_hold h3 {
    text-align: left;
    color: #595959;
    font-size: 20px;

}

.filter_hold h4:before, .filter_hold h4:after {
    display: none;
}

.filter_hold .button {
    color: #595959;
    background-color: #FFF;
    font-size: 16px;
}

.filter_hold .button:hover, .filter_hold .button:visited, .filter_hold .button:active, .filter_hold .button:focus {
    text-decoration: none;

}

.filter_hold .button:before {
    font-family: "FontAwesome";
    content: " \f107 ";
    margin-right: 5px;
    text-decoration: none;
}

.filter_hold .button.moreshown:before {
    content: " \f106 ";
}

.extra_images a:last-of-type img {
    margin-top: 40px;
}

/*------------------------------------*\
    Checkbox
\*------------------------------------*/

.filter_checkbox label, .meta_filter_checkbox label {
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin-right: 15px;
    padding-left: 25px;
    position: relative;
    text-align: left;
    width: 100%;

}

.sort_hold {
    margin-bottom: 15px;
}

.sort_hold label {
    width: 100%;
}

.filter_checkbox label:before, .meta_filter_checkbox label:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    border: solid 1px #D3D3D3;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    /*background-color: #3a7cb6;*/
    /*box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);*/
}

.filter_checkbox input[type=checkbox], .meta_filter_checkbox input[type=checkbox] {
    display: none;
}

.filter_checkbox label:before, .meta_filter_checkbox label:before {
    border-radius: 3px;
}

.filter_checkbox input[type=checkbox]:checked + label:before, .meta_filter_checkbox input[type=checkbox]:checked + label:before {
    content: "\2713";
    /*text-shadow: 1px 1px 1px rgba(0, 0, 0, .2);*/
    font-size: 15px;
    /*color: #f3f3f3;*/
    text-align: center;
    line-height: 15px;
    color: #9C1A0D;
}

.header_img_hold_background .container {
    position: relative;
}

.header_cart_overlay {
    position: absolute;
    top: 0;
    right: 45px;
    background-color: #D42214;
    /*border-radius: 0 0 5px 5px;*/
    color: #FFF;
    font-weight: bold;
}

.header_cart_overlay .header_buttons {
    display: inline-block;
    padding: 8px 20px;
    color: #FFF;
    font-weight: bold;
    cursor: pointer;
}

.header_cart_overlay .header_buttons:hover, .header_cart_overlay .header_buttons:visited {
    text-decoration: none;
}

.header_cart_overlay .header_buttons:first-of-type:before {
    font-family: "FontAwesome";
    content: " \f007 ";
    margin-right: 5px;

}

.header_cart_overlay .header_buttons:last-of-type:before {
    font-family: "FontAwesome";
    content: " \f07a ";
    margin-right: 5px;
}

.sidebar_page_hold .game_hold_sidebar .pop_game_title h3 {
    font-size: 16px;
    font-weight: bold;
}

/*------------------------------------*\
    IMAGES
\*------------------------------------*/

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
    font-family: 'Font-Name';
    src: url('fonts/font-name.eot');
    src: url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
    url('fonts/font-name.woff') format('woff'),
    url('fonts/font-name.ttf') format('truetype'),
    url('fonts/font-name.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Custom Font';
    src: url('fonts/custom_font/custom_font.eot');
    src: url('fonts/custom_font/custom_font.eot?#iefix') format('embedded-opentype'),
    url('fonts/custom_font/custom_font.woff') format('woff'),
    url('fonts/custom_font/custom_font.ttf') format('truetype'),
    url('fonts/custom_font/custom_font.svg#font-name') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*@font-face {*/
/*font-family: 'Helvetica Neue';*/
/*src: url('fonts/helvetica/helvetica_neu_bold-webfont.woff2') format('woff2'),*/
/*url('fonts/helvetica/helvetica_neu_bold-webfont.woff') format('woff');*/
/*font-weight: normal;*/
/*font-style: normal;*/

/*}*/
/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/


@media (max-width: 280px){

    .fb_second_sect h2{ font-size: 1.3em;}

    .fb_second_sect
    {
        font-size: 0.9em;
    }
}



@media (max-width: 480px) {

    .register_img_hold {
        display: none;
    }

    .search_hold input {
        width: 42px;
        margin-left: 20px;
        color: #FFF;
        cursor: pointer;
    }

    .search_hold.col-md-2.col-sm-5.col-xs-4 {
        width: 40%;
    }

    #search_header .wrapper {
        width: 91%;
    }

    .search_hold input {
        width: 100%;
    }

    #search_header .wrapper:before {
        pointer-events: none;
        right: 0px;
        cursor: pointer;

    }

    .d-block.d-sm-none a.link-red {
        color: #D42214 !important;
    }

    .search_hold form {
        /*width: 49%;*/
        width: 93%;
    }

    .header .search_collapse {
        width: 360px;

    }

    .header .search_collapse {
        right: -123px;
    }

    .slide_home {
        height: 331px;
    }

    /*  .cycle-pager{
          left:-170px;
      } */
    h1::before, h2::before, h4::before, h5::before, h6::before {
        display: none;
    }

    .image_overlay_left, .image_overlay_right {
        display: none;
    }

    [class*='col-'] {
        margin-bottom: 20px;
    }

    .fb_first_sect, .fb_second_sect {
        width: 100%;
        border-radius: 0;
        margin-bottom: -15px !important;
    }

    .fb_last_sect a{
        color: #FFF;
         /*display: none;*/
        height: 100%;
        width: 100%;
        vertical-align: middle;
        padding-top: 170px;
        padding-left: 10px;
        margin-bottom: 50px;
    }
    section.footer_toggle .week_game_hold .fb_last_sect{
        border-radius: 0 0 25px 25px;
        height:50px;
        padding: 0 5px;
    }

    .fb_first_sect {
        height: 55%;
    }

    .fb_second_sect {
        height: 65%;
    }

    .home_recommended .fb_second_sect {
        height: 100%;
        border-bottom-left-radius: 30px;
        border-bottom-right-radius: 30px;
    }

    .home .categorie_media_hold .facebook_feed_home,
    .home .categorie_media_hold .home_video_feed .home_video {
        height: 100%;
    }

    .home .categorie_media_hold .col-md-5 {
        padding-right: 0;
        margin-bottom: 0;
        /*margin-top: 20px;*/
    }

    .home_recommended {
        padding-top: 50px;
    }

    .footer .col-md-15.col-sm-6.col-xs-12:last-of-type {
        display: none;
    }

    .home_video_feed .home_video img, .facebook_feed_home, .home_video_feed .home_video {
        border-radius: 0;
        height: auto !important;
    }

    .facebook_feed_home {
        height: 340px;

    }

    .facebook_feed_home, .home_video_feed .home_video {
        height: 360px;
    }

    section.footer_toggle {
        height: 455px;
    }

    section.footer_toggle .week_game_hold {
        height: 355px;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 100%;
    }

    .header_cart_overlay {
        width: 100%;
        right: 0 !important;
    }

    .home_recommended a:hover {
        text-decoration: none;
    }
}

@media (max-width: 1400px) {
    .logo-img {
        width: 67%;
    }

}

@media (min-width: 1099px) and (max-width: 1199px) {
    .register_img_hold.col-md-2.col-sm-4.col-xs-4 {
        width: 180px;
    }

}

@media (min-width: 320px) and (max-width: 900px) {
    section.footer_toggle {
        padding: 0;
    }

    .header .search_collapse {
        right: -130px;
    }

    .single-product iframe {
        width: 100%;
    }

}

@media (min-width: 320px) and (max-width: 1024px) {
    .logo-img {
        width: 60%;
    }
}

@media screen and (min-width: 320px) and (max-width: 479px) {
    .logo-img {
        top: 0;
    }

}

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1100px) and (max-width: 1300px) {
    .logo.col-md-2.col-sm-3.col-xs-4 {
        width: 13.667%;
    }

    .register_img_hold.col-md-2.col-sm-4.col-xs-4 {
        width: 150px;
    }

    .nav.col-md-6.col-sm-6.col-xs-4 {
        width: 50%;
    }
}

@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) and (max-width: 1299px) {
    .container {
        width: 1190px;
    }

    .nav ul li a {
        /* padding: 0 10px 34px 10px; */
        padding: 0 0 34px 0;
        /*  font-size: 14px; */
        font-size: 13px;
    }

    .nav ul li.menu-item a:before {
        width: 25px;
        height: 35px;
    }

    .categorie_media_hold.webshop_page_hold h2:before {
        width: 85%;
    }

    .header .nav {
        width: 44%;
    }

    .search_hold {
        width: 22.66666667%;
    }

    .breadcrumb_hold .breadcrumb li:first-of-type {
        margin-left: 11.7%;
    }
}

@media (min-width: 1300px) and (max-width: 1709px) {
    .logo-img {
        width: 65%;
    }
}

@media (min-width: 1300px) and (max-width: 1710px) {
    .container {
        width: 1290px;
    }

    .nav ul li a {
        /* padding: 0 10px 34px 10px; */
        padding: 0 0 34px 0;
        /* font-size: 14px; */
        font-size: 13px;
    }

    .popular_home h2:before {
        width: 80%;
    }

    .nav ul li.menu-item a:before {
        width: 25px;
        height: 35px;
    }

    /* .search_result_hold .product_img_search {
         height: auto!important;
     } */
    .categorie_media_hold.webshop_page_hold h2:before {
        width: 85%;
    }

    .header .nav {
        width: 46%;
    }

    .search_hold {
        width: 20.66666667%;
    }

    .breadcrumb_hold .breadcrumb li:first-of-type {
        margin-left: 14.9%;
    }

}

/*.game_hold {*/
/*height: 285px;*/
/*}*/
@media (min-width: 1710px) {
    .container {
        width: 1700px;

    }

    /*.game_hold {*/
    /*height: 250px;*/
    /*}*/
    .popular_home .game_hold {
        height: auto;
    }

}

/*
@media (min-width: 1400px) {
    .container {
        width: 1710px;

    }

} */

@media (min-width: 1200px) and (max-width: 1400px) {

    .nav ul li a {
        /*   padding: 0 13px 32px 13px; */

    }

    /* .header .container .nav {
         width: 47%;
     }

     .header .container .search_hold {
         width: 20%;
     }

     .header .container .register_img_hold {
         width: 15%;

     } */

}

/* Smartphones (portrait) */
@media screen and (min-width: 320px) and (max-width: 479px) {
    .single_product_content_sect .single_product_extrainfo ul li {
        width: 100%;
    }

    .home_video_feed .home_video img, .home_recommended .fb_first_sect {
        height: auto !important;
    }

    .fb_first_sect img {
        height: auto !important;
        border-radius: 25px 25px 0 0;
    }

    /*.auto-heighter {*/
        /*height: auto !important;*/
    /*}*/

    .logo-img {
        width: 100%;
        top: 10px;
    }

    .popular_home {
        padding: 50px 0;
    }

    .header_cart_overlay .header_buttons {
        padding: 10px 6px;
    }

    .woocommerce table.shop_table #coupon_code {
        width: 100%;
        margin-bottom: 5px;
    }

    .woocommerce table.shop_table .coupon .button {
        float: left !important;
        width: 100% !important;
    }

    .empty_img_hold {
        display: none;
    }

    .header {
        height: 165px;
    }

    .header .search_hold {
        position: absolute;
        top: 125px;
        padding: 0;
        width: 95% !important;
    }

    .slide_home .button {
        right: 60px;
        bottom: 130px;
    }

    .search_hold input {
        width: 100%;
        color: #D42214 !important;
    }

    #search_header .wrapper:before {
        right: 0px;
    }

    .header .search_collapse {
        right: 1px !important;
        top: 55px;
    }

    .wpcf7 input,
    .wpcf7 textarea {
        width: 100%;
    }

    .cart_totals h2 {
        font-size: 27px;
        margin-bottom: 10px;
    }

    .woocommerce-MyAccount-navigation {
        display: block !important;
    }

    .woocommerce-MyAccount-navigation ul {
        padding-left: 20px;
    }

    .video_page_cat {
        display: none;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        margin-right: auto !important;
    }

    .search_hold ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #fff;
    }

    .search_hold :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #fff;
        opacity: 1;
    }

    .search_hold ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #fff;
        opacity: 1;
    }

    .search_hold :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fff;
    }

    .search_hold :-ms-input-placeholder { /* Microsoft Edge */
        color: #fff;
    }

    .header .search_collapse {
        right: -90px;
        width: 315px;
    }

    .home .categorie_media_hold .facebook_feed_home {
        border-radius: 30px;
    }

    .home_recommended .fb_first_sect {
        height: 40%;
    }

    .home_video_feed .home_video img,
    .home_recommended .fb_first_sect {
        border-top-right-radius: 30px;
        border-top-left-radius: 30px;
        height: auto !important;
    }

    .home .categorie_media_hold .fb_second_sect {
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
        height: auto !important;
    }

    .home_video_feed .fb_second_sect {
        margin-bottom: 60px !important;
    }
}

/* Smartphones (portrait > 360) */
@media screen and (min-width: 360px) and (max-width: 479px) {
    .logo-img {
        top:6px;
        width: 85%;
    }

    .header_cart_overlay .header_buttons {
        padding: 10px 16px;
    }

    .single_product_content_sect .single_product_extrainfo ul li {
        width: 49%;
    }

    .header .search_collapse {
        width: 355px;
        right: 0 !important;
    }

    #search_header .wrapper:before {
        right: 30px;
    }
}

/* Smartphones (landscape) */
@media screen and (min-width: 480px) and (max-width: 640px) {
    .slide_home {
        height: 275px;
    }

    .cycle-pager {
        width: 100%;
    }

    .popular_home h2:before {
        display: none;
    }

    .popular_home h2 {
        width: 100%;
    }

    .empty_img_hold {
        display: none;
    }

    .logo {
        width: 25%;
    }

    .wpcf7 input,
    .wpcf7 textarea {
        width: 100%;
    }

    .logo img {
        top: 10px;
        width: 60%;
    }

    .search_hold {
        padding: 20px 0;
    }

    .register_img_hold {
        margin-left: 15px;
    }

    .game_hold {
        width: 50%;
        /*height: 210px;*/
        margin-bottom: 15px;
    }

    .popular_home .game_hold {
        height: auto !important;
    }

    .search_hold ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
        color: #fff;
    }

    .search_hold :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #fff;
        opacity: 1;
    }

    .search_hold ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #fff;
        opacity: 1;
    }

    .search_hold :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #fff;
    }

    .search_hold :-ms-input-placeholder { /* Microsoft Edge */
        color: #fff;
    }

    .search_hold form {
        width: 65%;
    }

    .search_hold form .wrapper,
    .search_hold input {
        width: 125px;
    }

    .popular_home {
        padding: 70px 0;
    }

    h2:before, h4:before, h5:before, h6:before {
        display: none;
    }

    .home_video_feed .col-md-5,
    .home_video_feed .col-md-7 {
        width: 50%;
    }

    .image_overlay_left {
        width: 310px;
        bottom: -250px;
    }

    .footer .col-xs-12 {
        width: 50%;
        /*height: 150px;*/
    }

    .header .search_collapse {
        right: -235px;
    }

    /* .search_result_hold .product_img_search {
         height: auto!important;
     } */
    .search_result_container .col-md-6 {
        width: 50%;
        /* height: 350px; */
    }

    .fb_first_sect {
        width: 40%;
    }

    .fb_second_sect {
        width: 50%;
    }

    .fb_last_sect {
        width: 10%;
    }

    section.footer_toggle .week_game_hold {
        /*height: 215px;*/
        /*padding-top: 40px;*/
        padding:0;
        font-size: 0.8em;
    }

    .popular_home.single_product_popular h2:before {
        display: none;
    }

    h1:before {
        display: none;
    }

    .categorie_media_hold.webshop_page_hold h2:before {
        display: none;
    }

    .sidebar_part_hold .col-xs-12 {
        width: 50%;
    }

    .sidebar_page_hold .game_hold_sidebar {
        height: auto !important;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 32%;
        margin-right: auto !important;
    }

    .woocommerce ul.products li.product:nth-of-type(3n+3), .woocommerce-page ul.products li.product:nth-of-type(3n+3) {
        margin-right: auto !important;
    }

    .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
        float: none !important;
    }

    .single_product_content_sect .single_product_content {
        margin-top: 10px;
    }

    .woocommerce-MyAccount-navigation {
        display: block !important;
    }

    .woocommerce-MyAccount-navigation ul {
        padding-left: 20px;
    }

    h2:before, h4:before, h5:before, h6:before {
        display: none;
    }

    .cat_image_filter {
        width: 227px !important;
    }

    .breadcrumb_hold .breadcrumb li:first-of-type {
        margin-left: 0;
    }

}

/* Smartphone 2 landscape */
@media screen and (min-width: 569px) and (max-width: 640px) {
    .cat_image_filter {
        width: 239px !important;
    }

    .search_hold form {
        width: 65%;
    }

    .search_hold form .wrapper,
    .search_hold input {
        width: 140px;
    }
}

/* Tablet (portrait) */
@media screen and (min-width: 641px) and (max-width: 768px) {
    .fb_first_sect {
        width: 40%;
    }

    .fb_second_sect {
        width: 50%;
    }

    .fb_last_sect {
        width: 10%;
    }

    .slide_home {
        height: 320px;
    }

    .register_img_hold img {
        width: 68%;
    }

    .wpcf7 input,
    .wpcf7 textarea {
        width: 100%;
    }

    .logo-img {
        width: 70%;
    }

    h1::before, h2::before, h4::before, h5::before, h6::before {
        display: none;
    }

    .categorie_media_hold .col-sm-6 {
        width: 100%;
    }

    .cycle-pager {
        width: 100%;
    }

    .categorie_media_hold .categorie_hold {
        width: 50%;
    }

    /*   .search_result_hold .product_img_search {
           height: auto!important;
       } */
    .single_product_content_sect .single_product_extrainfo ul li {
        width: 49%;
    }

    .single_product_popular .game_hold {
        width: 50%;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 32%;
        margin-right: auto !important;
    }

    .woocommerce ul.products li.product:nth-of-type(3n+3), .woocommerce-page ul.products li.product:nth-of-type(3n+3) {
        margin-right: auto !important;
    }

    .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
        float: none !important;
    }

    .cat_image_filter {
        width: 295px !important;
    }

    .woocommerce-MyAccount-navigation {
        display: block !important;
        float: left !important;
        width: 30% !important;
    }

    .woocommerce-MyAccount-navigation ul {
        padding-left: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 70%;
        float: left;
    }

    .breadcrumb_hold .breadcrumb {
        height: 35px;
    }

    .breadcrumb_hold .breadcrumb li {
        display: none;
    }

}

/* Tablet (landscape) */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .search_hold {
        width: 50%;
    }

    .logo-img {
        top: 15px;
    }

    .register_img_hold {
        width: 180px;
    }

    .cycle-pager {
        width: 100%;
    }

    .wpcf7 input,
    .wpcf7 textarea {
        width: 100%;
    }

    .register_img_hold img {
        margin-right: 15px;
    }

    .slide_home {
        height: 320px;
    }

    .logo-img {
        width: 80%;
    }

    h1::before, h2::before, h4::before, h5::before, h6::before {
        display: none;
    }

    .popular_home .game_hold {
        width: 50%;
    }

    .home_video_feed .home_video img {
        /*height: auto;*/
        object-fit: contain;
    }

    /*   .search_result_hold .product_img_search {
           height: auto!important;
       } */
    .woocommerce-MyAccount-navigation {
        display: block !important;
        float: left !important;
        width: 30% !important;
    }

    .woocommerce-MyAccount-navigation ul {
        padding-left: 20px;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 70%;
        float: left;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        width: 32%;
        margin-right: auto !important;
    }

    .woocommerce ul.products li.product:nth-of-type(3n+3), .woocommerce-page ul.products li.product:nth-of-type(3n+3) {
        margin-right: auto !important;
    }

    .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-] ul.products li.product:nth-child(2n), .woocommerce[class*=columns-] ul.products li.product:nth-child(2n) {
        float: none !important;
    }

    .single_product_content iframe {
        width: 100%;
    }

    .spellen_page .game_hold {
        width: 33%;
    }

    section.footer_toggle .week_game_hold {
        height: 250px;
        width:600px;
        padding:0;
        border-radius: 25px;
        background-color:#F1F1F1;
    }

    section.footer_toggle {
        height: 400px;
    }

    .sidebar_page_hold .game_hold_sidebar {
        width: 100%;
    }

    .cat_image_filter {
        width: 250px !important;
    }

    .game_hold {
        /*height: 180px;*/
    }
}

/* Laptop */
@media screen and (min-width: 1025px) and (max-width: 1480px) {
    .categorie_media_hold.webshop_page_hold h2:before {
        width: 80%;
    }

    .slide_home {
        height: 500px;
    }

    .search_hold .widget_icl_lang_sel_widget {
        width: 53px;
    }

    .home_video_feed .home_video img {
        /*height: auto;*/
    }

    /* .search_result_hold .product_img_search {
         height: auto!important;
     } */
    .popular_home h2:before {
        width: 65%;
    }
}

@media (min-width: 1025px) and (max-width: 1200px) {
    .popular_home .game_hold {
        width: 50%;
        margin-bottom: 20px;
    }

    .game_hold {
        /*height: 160px;*/
    }
}

@media screen and (min-width: 1025px) and (max-width: 1199px) {
    .register_img_hold {
        width: 180px;
    }

    .search_hold {
        width: 40%;
    }

    .popular_home h2:before {
        width: 70%;
    }
    section.footer_toggle .week_game_hold {
        /*height: 190px;*/
        width: 60%;
        margin-top: 10px;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1365px) {

}

@media screen and (min-width: 1025px) and (max-width: 1280px) {

}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
    .game_hold {
        /*height: 285px;*/
    }
}

@media screen and (min-width: 1367px) and (max-width: 1580px) {

}

@media screen and (min-width: 1481px) and (max-width: 1680px) {

}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

.breadcrumb .divider {
    margin: 0 10px;

}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #FFF;
    border: 1px solid #F0F0F0;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.sticky {

}

.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    /*a,*/
    /*a:visited {*/
    /*text-decoration: underline;*/
    /*}*/
    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre, blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr, img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
