/*========T-SHIRTS & POLOS=========*/

ul.dl-links {font-size: 14px; padding-inline-start: 15px;}

.choozr ul {
	padding-bottom: 40px;
	/*margin-left: -24px;*/
}
.choozr ul li {
	float: left;
	margin-right: 5px;
	list-style-type: none;
}
  .choozr ul li img {
    width: 30px;
    height: 28px;
    box-shadow: 1px 1px 1px #d0d0d0;
    box-sizing: content-box;
}

/*========FLAGS=========*/

/*========GONFALONS=========*/
.gon-s2 {background-color: #eff2f3;}
.gon-s2r1 {background-color: #ffffff;}
.gon-s2r2 {
	color: #888;
	background-color: #eff2f3;
	background-image: url('/marketing/images/templates/gonfalons/rt-arw.png'), url('/marketing/images/templates/gonfalons/background-gonf.png');
	background-position: left center, center;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, 200px;
	background-blend-mode: normal, overlay;
}
.gonfalon-box {
    padding: 20px;
    display: none;
	background: #eff2f3;
	margin-left: 50px;
	
}
.gonfalon-box p span {
	font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    color: #9e9e9e;
    font-size: 14px;
}	
.gonfalon-box p:first-of-type {
    font-weight: 500;
    color: #275d38;
    font-size: 18px;
}

.gon-s2r2 input, .gon-s2r2 button, .gon-s2r2 select, .gon-s2r2 textarea {
    font-family: inherit;
    line-height: 18px !important;
    font-size: 12px !important;
    height: 40px !important;
    border-radius: 0px !important;
}


@media only screen and (max-width: 768px) {
 .gon-s2r2 {
	background-image: none;
 	text-align: center;
 }
}