:root {
    --shade-1: #A1263B;
	--shade-2: #A1263A;
	--shade-3: #F36538;
	--shade-4: #E98E1A; 
	--shade-5:  #ED9318; 
    --theme-white-color: #fff;  
    --theme-light-color: #f8f5f0;
    --theme-gray-color: #efefef;
    --theme-dark-color: #12171f;
    --theme-footer-color: #12171f;    
    --theme-dark-opacity-color: rgba(24, 26, 29, .8);
    --theme-white-opacity-color: rgba(255, 255, 255, 0.5);
    --text-light-color: #9b9b9b;
    --text-gray-color: #c3c3c3;

    --theme-general-font: 'Open Sans', sans-serif;;
}
.select-custom li input[type="radio"]:checked+label {
    background-color: var(--shade-1)
}
.sub-title {
    font-size: 17px;
}