/*
CTC Separate Stylesheet
Updated: 2020-09-26 17:19:25
*/

.partner li{border-radius: 0px !important;}
.partner h6{
	font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600 !important;
    margin-bottom: 5px;
    /* text-decoration: underline; */
    color: black;
	margin-top: -40px;
    margin-left: 35px;
}
.partner p{
	font-size: 13px;
    font-weight: 600 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
	margin-left: 35px;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
	
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}
.custom_search_button{
	/*position: unset; */
    float: right;
     background: #e0df00; 
    margin-top: -49px;
    z-index: 9999;
    width: 120px;
    height: 48px;
    /* line-height: 49px; */
    /* color: white; */
}
/* width */
#custom_partner_data::-webkit-scrollbar {
	width: 7px;
}

/* Track */
#custom_partner_data::-webkit-scrollbar-track {
	box-shadow: inset 0 0 3px grey; 
	border-radius: 3px;
}
		 
/* Handle */
#custom_partner_data::-webkit-scrollbar-thumb {
	background:#e0df00; 
	border-radius: 3px;
}

/* Handle on hover */
#custom_partner_data::-webkit-scrollbar-thumb:hover {
	background:#e0df00; 
}
#custom_partner_data {
	  scrollbar-color: #e0df00  #eee;
	  scrollbar-width:thin;
}

.retailer-wrapper {
    width: 100%;
}

.retailer-header {

    width:100%;
    text-transform: uppercase;
    font-size: 18px;
}

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

    .retailer-header {font-size: 10px;}
}

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

    .retailer-header {font-size: 12px;}
}

.retailer-link {

    width: 100%;
    text-align: end;
    font-size: 14px;
}
/*.why-choose{
    font-size: 17px;
    color: blue;
    margin-left: 197px;
    float: left;
    display: block;
    margin-top: -34px;
    text-decoration: underline;
}*/
.referrer-why-choose{
    font-size: 17px;
    color: blue;
    margin-left: 88px;
    /* float: left; */
    display: block;
    margin-top: -31px;
    text-decoration: underline;
}

.choose-your-retailer{
	padding:0;
}
.choose-your-retailer li{
	display: inline-block;
    font-size: 18px;
    margin-left: 5px;
    margin-bottom: 6px;
    width: 100%;
}
.choose-retailer{
	font-size: 15px;
    color: blue;
   /* margin-left: 238px;*/
	float: right;
/*     display: block;  */
/*     margin-top: 11px; */
/*     position: absolute; */
    text-decoration: underline;
}
.referrer-choose-retailer{
	font-size: 17px;
    color: blue;
   /* margin-left: 88px;*/
	float: right;
/*      display: block; */
/*     margin-top: 11px; */
/*     position: absolute;*/ 
    text-decoration: underline;
}

.choose-your-retailer li a{
	
}

.list-group{

    margin-bottom: 5px!important;

}

.modal-header{
	border-bottom:0px !important;
	text-transform: uppercase;
}
.custom-modal{
	border-radius:0px!important;
}
