/*
.wtb-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 10px;
	grid-auto-rows: minmax(auto, auto);
}
*/

/*.wtb-box {
	background-color: #fff;
	/*height: 289px;
    border: 1px solid black;
}
*/

.buy-now-div .wtb-grid p {
    font-size: 14px;
    font-weight: normal;
    line-height: initial;
}

.wtb-additional-partners div p, .buy-now-div .wtb-buy-now-number p {
    font-size: 1.05rem;
    font-weight: normal;
    line-height: initial;
}

.wtb-grid {
	position: relative;
	z-index: 1;	
}

.wtb-grid:before,
.wtb-grid:after {
	content: '';
	clear: both;
	display: block;
}

.wtb-box {
	display: inline-block;
	background-color: #fff;
	/*height: 325px;*/
	margin-right: 10px;
	float: left;
	/*min-height: 1px;*/
	width: 31%;
	margin-bottom: 20px;
}

.wtb-box a .facet-title  {
	padding: 3px;
	font-size: 90%;
}

#wtb-region-select, #wtb-country-select {
    width: 76%;
    height: 2.4em;
    color: #a8a8a8;
    border: solid 1px #ccc;
    box-shadow: inset 0 0 12px #ddd;
    font-weight: bold;
}


#sort-buy-now {
    -webkit-appearance: button;
    background-color: #bbbcbd;
    text-transform: uppercase;
    padding: 0.5em 1.34em;
    height: 3.2em;
    line-height: 1.6;
    color: #fff !important;
    border: 0;
    border-radius: 0.36em !important;
    text-align: center;
    margin: auto;
    font-weight: bold;
    width: 120px;
    font-size: 1em;
}

#sort-buy-now:hover {
    cursor: pointer;
    background-color: #898989;
}

#main-content {
    background-color: #eee !important;
}

.wtb-box {
    border: none !important;
}

.facet-title {
    text-align: center;
    padding-top: 3%;
    padding-bottom: 3%;
    font-weight: bold;
    color: #ffffff;
    background: #07438b;
}

.wtb-facet-image {
    padding-top: 1% !important;
    padding-bottom: 1% !important;
    width: 150px !important;
    height: 150px !important;
    line-height: 150px;
    display: block;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.wtb-facet-image img {
    max-width: 100%;
    max-height: 100%;
    /* top: 0;
    bottom: 0; */
    margin: auto;
    /* position: absolute; */
}

.facet-buy-now-link {
    padding-top: 4%;
    padding-bottom: 4%;
    text-align: center;
    color: #005f9b;
    background-color: transparent;
    padding-right: 7%;
    padding-left: 7%;
    line-height: 4em;
}

.facet-buy-now-link a {
    border: solid 1px #a6c7dc;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    vertical-align: middle;
}

.facet-partner {
    height: 4em;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 4%;
    padding-right: 4%;
}

.facet-partner p {
    text-align: center;
}

.wtb-partner-title {
    font-weight: bold;
    text-align: center;
    height: 3em;
    padding-left: 4%;
    padding-right: 4%;
    font-size: 1.1em;
    color: #5b5b5b;
}

.wtb-additional-partners {
    padding-top: 75px;
}

/*
.wtb-additional-partners-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(auto, auto);
    padding-top: 20px;
    /*text-align: center;
}
*/

/*
.wtb-additional-partners-box {
    /*height: 189px;
}
*/

.wtb-additional-partners-grid {
	position: relative;
	z-index: 1;	
}

.wtb-additional-partners-grid:before,
.wtb-additional-partners-grid:after {
	content: '';
	clear: both;
	display: block;
}

.wtb-additional-partners-box {
	display: inline-block;
	/*background-color: #fff;*/
	height: auto;
	margin-right: 10px;
	float: left;
	/*min-height: 1px;*/
	width: 31%;
	margin-bottom: 15px;
}

.wtb-additional-partners-box a .facet-title {
    padding: 3px;
    font-size: 90%;
}

.wtb-additional-partners-heading h1 {
    margin-bottom: 0.435em;
    color: #5b5b5b;
    font-weight: 200;
    font-family: "aktiv-grotesk-std",Arial !important;
    line-height: 1em;
    display: block;
}

.wtb-additional-partners-number {
	padding-bottom: 20px;
}

.wtb-steps {
    width: 23px;
    height: 23px;
    border-radius: 50px;
    position: absolute;
    left: -30px;
    color: #fff;
    background-color: #07438b;
    padding-left: 7px;
    padding-top: 0px;
    font-weight: bold;
    display: block;
}

.wtb-steps-name {
    font-size: 1.5em;
    color: #5b5b5b;
    display: block;
    width: 100%;
    margin-top: 0.6em;
    padding-bottom: 1em;
}

.wtb-buy-now-number {
    padding-bottom: 3%;
}

.wtb-buy-now-number p, .wtb-additional-partners-number p {
    color: #5b5b5b;
    display: block;
    font-weight: bold;
    font-size:1.05rem;
}


#wtb-buy-now-loading, #wtb-additional-partners-loading {
    text-align: center;
}

#wtb-buy-now-loading img, #wtb-additional-partners-loading img {
    width: 100px;
    height: 100px;
}

#not-strong {
    font-weight: normal !important;
}


@media only screen and (max-width: 990px) {

	.wtb-additional-partners-box {
		display: inline-block;
		/*background-color: #fff;*/
		height: 50px;
		margin-right: 10px;
		float: left;
		/*min-height: 1px;*/
		width: 47%;
		margin-bottom: 10px;
	}
	
}

@media only screen and (max-width: 780px) {
    
    /*
    .wtb-grid {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        grid-gap: 10px !important;
        grid-auto-rows: minmax(auto, auto) !important;
    }
	*/
	
	/*
    .wtb-additional-partners-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
        grid-auto-rows: minmax(auto, auto);
    }
	*/
	
	.wtb-box {
		display: inline-block;
		background-color: #fff;
		/*height: 325px;*/
		margin-right: 10px;
		float: left;
		/*min-height: 1px;*/
		width: 47%;
		margin-bottom: 20px;
	}

	.wtb-additional-partners-box {
		display: inline-block;
		/*background-color: #fff;*/
		height: 40px;
		margin-right: 0;
		float: left;
		/*min-height: 1px;*/
		width: 100%;
		margin-bottom: 0;
	}

    #wtb-region-select, #wtb-country-select {
        width: 100%;
    }
}

@media only screen and (max-width: 480px) {
    
    /*
    .wtb-grid {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
        grid-gap: 10px !important;
        grid-auto-rows: minmax(auto. auto); !important
    }
    */
    
    /*
    .wtb-additional-partners-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 10px;
        grid-auto-rows: minmax(auto, auto);
    }
    */
    
    .wtb-box {
		display: inline-block;
		background-color: #fff;
		/*height: 325px;*/
		margin-right: 0;
		float: left;
		/*min-height: 1px;*/
		width: 100%;
		margin-bottom: 20px;
	}
	    
    .wtb-additional-partners-box {
		display: inline-block;
		/*background-color: #fff;*/
		/*height: 50px;*/
		margin-right: 0;
		float: left;
		/*min-height: 1px;*/
		width: 100%;
		margin-bottom: 0;
	}

    .facet-partner: {
        padding: 6% 4% 6% 4%; 
    }

    .wtb-partner-title {
        padding-left: 6%;
        padding-right: 6%;
    }
}
