/*Dropdowns*/
.dropdown-limit-range-style-scroll-bar::-webkit-scrollbar-track
{
	/*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	/*background-color: #f9f7f4;*/
	margin: 18px 0px;
}

.dropdown-limit-range-style-scroll-bar::-webkit-scrollbar
{
	width: 11px;
	background-color: #fdfcfb;
}

.dropdown-limit-range-style-scroll-bar::-webkit-scrollbar-thumb
{
	background-color: #205648;
	border-radius: 25px;
}

.dropdown-limit-range-style-ul {
	padding: 0;
	list-style-type: none;
	max-height: 200px;
	overflow-y: auto;
	width: 100%;
	margin-left: 0%;
	margin-bottom: 0px;
}

.dropdown-limit-range-style-li {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.dropdown-ul-li-with-scroll {
	/*position: absolute;*/
	/*width: 90%;*/
	/*margin-left: 0%;*/
	z-index: 1000;
	margin-top: 9px;
	max-height: 200px;
	overflow-y: auto;
	border-radius: 27px;
	border-style: solid;
	border-color: #DBD2C2;
	border-width: 1px;
	/*width: 100%;*/
	/*margin-left: 0%;*/
}

.dropdown-ul-li-with-scroll-v2 {
	/*position: absolute;*/
	/*width: 90%;*/
	/*margin-left: 0%;*/
	z-index: 1000;
	margin-top: 0;
	max-height: 200px;
	overflow-y: auto;
	border-bottom-left-radius: 27px;
	border-bottom-right-radius: 27px;
	border-style: solid;
	border-color: #DBD2C2;
	border-left-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	/*width: 100%;*/
	/*margin-left: 0%;*/
}

.dropdown-menu-item-standard {
	width: 100%;
	background-color: #FFFFFF;
	color: #005648;
	font-family: 'F37Ginger-Regular';
	margin: -1%;
	border-color: transparent;
	margin-right: auto;
	margin-left: auto;
	border-left-style: solid;
	border-left-color: #DBD2C2;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #DBD2C2;
	border-right-width: 1px;
}
.dropdown-menu-item-standard:hover {	
	background-color: #10B193;
	color: #FFFAEC;
	border-color: transparent;
}
.dropdown-menu-item-standard-top-border {
	border-top-style: solid;
	border-top-color: #DBD2C2;
	border-top-width: 1px;
}
.dropdown-menu-item-standard-bottom-border {
	border-bottom-style: solid;
	border-bottom-color: #DBD2C2;
	border-bottom-width: 1px;
}
.dropdown-menu-item-transparent {
	width: 66%;
	background-color: transparent;
	color: #10B193;
	/*font-family: 'F37Ginger-Regular';*/
	/*font-size: 13.5pt;*/
	/*height: 45px;*/
	margin: -1%;
	border-color: transparent;
	margin-right: auto;
	margin-left: auto;
	border: transparent;
}
@media (min-width: 1024px){
	.dropdown-menu-item-transparent {
		width: 35%;
		margin-left: 25%;
	}
}
.navigation-dropdown {
	width: 90%;
	font-family: 'F37Ginger-Light';
	font-weight: bold;
	border-color: transparent;
	left: 5%;
	position: relative;
}
.navigation-dropdown-title {
	background-color: #10B193;
	color: #FFFAEC;
	border-radius: 27pt;
}
.navigation-dropdown-menu-item {
	background-color: #FDFCFB;
	color: #005648;
	margin-top: -2%;
	margin-bottom: -2%;
}
.navigation-dropdown-menu-item-disabled {
	background-color: #FDFCFB;
	color: #DBD2C2;
	border-color: transparent;
	margin-top: -2%;
	margin-bottom: -2%;
}
.navigation-dropdown-menu-item:hover {
	background-color: #10B193;
	color: #FFFAEC;
}
.dropdown-menu-item-spacing-v0 {
	margin-top: 0%;
	margin-bottom: 0%;
}
.dropdown-menu-item-spacing {
	margin-top: -2%;
	margin-bottom: -2%;
}
.dropdown-menu-item-spacing-v2 {
	margin-top: -3%;
	margin-bottom: -3%;
}
/*Dropdown icons*/
.lhs-paw-icon {
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 0px;
	background-size: contain;
	float: left;
}
.lhs-arrow-icon {
	background-repeat: no-repeat;
	background-size: contain;
	float: right;
}
.dropdown-plus-icon {
	background-image: url('../assets/icons/plus-white.png');
	width: 17px;
	height: 35px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 7px;
	background-size: contain;
	float: right;
	margin-right: 12.5px;
}
.dropdown-tick-icon {
	background-image: url('../assets/icons/tick-cream.png');
	width: 17px;
	height: 24px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position-x: 0px;
	background-position-y: 7px;
	background-size: contain;
	float: right;
	margin-right: 12.5px;
}
/*.dropdown-tick-icon {
	width: 17px;
	height: 24px;
	background-position-x: 0px;
	background-position-y: 7px;
	margin-right: 12.5px;
}*/
/*MOBILE START -> now we are multiplying*/
@media (max-width: 318px){
	.dropdown-standard {
		height: calc(45px * 0.75);
		font-size: calc(13.5pt * 0.75);
	}
	.dropdown-standard-v2 {
		height: calc(45px * 0.75);
	}
	.dropdown-standard-v3 {
		height: calc(50px * 0.75);
	}
	.lhs-paw-icon {
		width: calc(48px * 0.75);
		height: calc(36px * 0.75);
		margin-left: calc(-3px * 0.75);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px * 0.75);
		background-position-y: calc(12.5px * 0.75);
		margin-right: calc(15px * 0.75);
		width: calc(18px * 0.75);
		height: calc(30px * 0.75);
	}
	.dropdown-plus-icon {
		width: calc(17px * 0.75);
		height: calc(35px * 0.75);
		background-position-x: calc(0px * 0.75);
		background-position-y: calc(7px * 0.75);
		margin-right: calc(12.5px * 0.75);
	}
	.dropdown-tick-icon {
		width: calc(17px * 0.75);
		height: calc(24px * 0.75);
		background-position-x: calc(0px * 0.75);
		background-position-y: calc(7px * 0.75);
		margin-right: calc(12.5px * 0.75);
	}
}

@media (min-width: 318px) and (max-width: 383px){
	.dropdown-standard {
		height: calc(45px * 0.8);
		font-size: calc(13.5pt * 0.8);
	}
	.dropdown-standard-v2 {
		height: calc(45px * 0.8);
	}
	.dropdown-standard-v3 {
		height: calc(50px * 0.8);
	}
	.lhs-paw-icon {
		width: calc(48px * 0.8);
		height: calc(36px * 0.8);
		margin-left: calc(-3px * 0.8);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px * 0.8);
		background-position-y: calc(12.5px * 0.8);
		margin-right: calc(15px * 0.8);
		width: calc(18px * 0.8);
		height: calc(30px * 0.8);
	}
	.dropdown-plus-icon {
		width: calc(17px * 0.8);
		height: calc(35px * 0.8);
		background-position-x: calc(0px * 0.8);
		background-position-y: calc(7px * 0.8);
		margin-right: calc(12.5px * 0.8);
	}
	.dropdown-tick-icon {
		width: calc(17px * 0.8);
		height: calc(24px * 0.8);
		background-position-x: calc(0px * 0.8);
		background-position-y: calc(7px * 0.8);
		margin-right: calc(12.5px * 0.8);
	}
}

@media (min-width: 383px) and (max-width: 425px){
	.dropdown-standard {
		height: calc(45px * 0.9);
		font-size: calc(13.5pt * 0.9);
	}
	.dropdown-standard-v2 {
		height: calc(45px * 0.9);
	}
	.dropdown-standard-v3 {
		height: calc(50px * 0.9);
	}
	.lhs-paw-icon {
		width: calc(48px * 0.9);
		height: calc(36px * 0.9);
		margin-left: calc(-3px * 0.9);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px * 0.9);
		background-position-y: calc(12.5px * 0.9);
		margin-right: calc(15px * 0.9);
		width: calc(18px * 0.9);
		height: calc(30px * 0.9);
	}
	.dropdown-plus-icon {
		width: calc(17px * 0.9);
		height: calc(35px * 0.9);
		background-position-x: calc(0px * 0.9);
		background-position-y: calc(7px * 0.9);
		margin-right: calc(12.5px * 0.9);
	}
	.dropdown-tick-icon {
		width: calc(17px * 0.9);
		height: calc(24px * 0.9);
		background-position-x: calc(0px * 0.9);
		background-position-y: calc(7px * 0.9);
		margin-right: calc(12.5px * 0.9);
	}
}

@media (min-width: 425px) and (max-width: 531px){
	.dropdown-standard {
		height: calc(45px * 1);
		font-size: calc(13.5pt * 1);
	}
	.dropdown-standard-v2 {
		height: calc(45px * 1);
	}
	.dropdown-standard-v3 {
		height: calc(50px * 1);
	}
	.lhs-paw-icon {
		width: calc(48px * 1);
		height: calc(36px * 1);
		margin-left: calc(-3px * 1);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px * 1);
		background-position-y: calc(12.5px * 1);
		margin-right: calc(15px * 1);
		width: calc(18px * 1);
		height: calc(30px * 1);
	}
	.dropdown-plus-icon {
		width: calc(17px * 1);
		height: calc(35px * 1);
		background-position-x: calc(0px * 1);
		background-position-y: calc(7px * 1);
		margin-right: calc(12.5px * 1);
	}
	.dropdown-tick-icon {
		width: calc(17px * 1);
		height: calc(24px * 1);
		background-position-x: calc(0px * 1);
		background-position-y: calc(7px * 1);
		margin-right: calc(12.5px * 1);
	}
}

@media (min-width: 531px) and (max-width: 637px){
	.dropdown-standard {
		height: calc(45px * 1.25);
		font-size: calc(13.5pt * 1.25);
	}
	.dropdown-standard-v2 {
		height: calc(45px * 1.25);
	}
	.dropdown-standard-v3 {
		height: calc(50px * 1.25);
	}
	.lhs-paw-icon {
		width: calc(48px * 1.25);
		height: calc(36px * 1.25);
		margin-left: calc(-3px * 1.25);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px * 1.25);
		background-position-y: calc(12.5px * 1.25);
		margin-right: calc(15px * 1.25);
		width: calc(18px * 1.25);
		height: calc(30px * 1.25);
	}
	.dropdown-plus-icon {
		width: calc(17px * 1.25);
		height: calc(35px * 1.25);
		background-position-x: calc(0px * 1.25);
		background-position-y: calc(7px * 1.25);
		margin-right: calc(12.5px * 1.25);
	}
	.dropdown-tick-icon {
		width: calc(17px * 1.25);
		height: calc(24px * 1.25);
		background-position-x: calc(0px * 1.25);
		background-position-y: calc(7px * 1.25);
		margin-right: calc(12.5px * 1.25);
	}
}

@media (min-width: 637px) and (max-width: 745px){
	.dropdown-standard {
		height: calc(45px * 1.5);
		font-size: calc(13.5pt * 1.5);
	}
	.dropdown-standard-v2 {
		height: calc(45px * 1.5);
	}
	.dropdown-standard-v3 {
		height: calc(50px * 1.5);
	}
	.lhs-paw-icon {
		width: calc(48px * 1.5);
		height: calc(36px * 1.5);
		margin-left: calc(-3px * 1.5);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px * 1.5);
		background-position-y: calc(12.5px * 1.5);
		margin-right: calc(15px * 1.5);
		width: calc(18px * 1.5);
		height: calc(30px * 1.5);
	}
	.dropdown-plus-icon {
		width: calc(17px * 1.5);
		height: calc(35px * 1.5);
		background-position-x: calc(0px * 1.5);
		background-position-y: calc(7px * 1.5);
		margin-right: calc(12.5px * 1.5);
	}
	.dropdown-tick-icon {
		width: calc(17px * 1.5);
		height: calc(24px * 1.5);
		background-position-x: calc(0px * 1.5);
		background-position-y: calc(7px * 1.5);
		margin-right: calc(12.5px * 1.5);
	}
}

@media (min-width: 745px) and (max-width: 960px) {
	.dropdown-standard {
		height: calc(45px * 1.75);
		font-size: calc(13.5pt * 1.75);
	}
	.dropdown-standard-v2 {
		height: calc(45px * 1.75);
	}
	.dropdown-standard-v3 {
		height: calc(50px * 1.75);
	}
	.lhs-paw-icon {
		width: calc(48px * 1.75);
		height: calc(36px * 1.75);
		margin-left: calc(-3px * 1.75);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px * 1.75);
		background-position-y: calc(12.5px * 1.75);
		margin-right: calc(15px * 1.75);
		width: calc(18px * 1.75);
		height: calc(30px * 1.75);
	}
	.dropdown-plus-icon {
		width: calc(17px * 1.75);
		height: calc(35px * 1.75);
		background-position-x: calc(0px * 1.75);
		background-position-y: calc(7px * 1.75);
		margin-right: calc(12.5px * 1.75);
	}
	.dropdown-tick-icon {
		width: calc(17px * 1.75);
		height: calc(24px * 1.75);
		background-position-x: calc(0px * 1.75);
		background-position-y: calc(7px * 1.75);
		margin-right: calc(12.5px * 1.75);
	}
}
/*MOBILE END - DESKTOP START -> now we are dividing*/
/*175% to 150%*/
/*@media (max-width: 960px){
	.dropdown-standard {
		height: calc(45px / 1.5);
		font-size: calc(13.5pt / 1.5);
	}
	.lhs-paw-icon {
		width: calc(48px / 1.5);
		height: calc(36px / 1.5);
		margin-left: calc(0px / 1.5);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px / 1.5);
		background-position-y: calc(12.5px / 1.5);
		margin-right: calc(15px / 1.5);
		width: calc(18px / 1.5);
		height: calc(30px / 1.5);
	}
	.dropdown-plus-icon {
		width: calc(17px / 1.5);
		height: calc(35px / 1.5);
		background-position-x: calc(0px / 1.5);
		background-position-y: calc(7px / 1.5);
		margin-right: calc(12.5px / 1.5);
	}
	.dropdown-tick-icon {
		width: calc(17px / 1.5);
		height: calc(24px / 1.5);
		background-position-x: calc(0px / 1.5);
		background-position-y: calc(7px / 1.5);
		margin-right: calc(12.5px / 1.5);
	}
}*/
/*150% to 125%*/
@media (min-width: 960px) and (max-width: 1152px){
	.dropdown-standard {
		height: calc(45px / 1.5);
		font-size: calc(13.5pt / 1.5);
	}
	.dropdown-standard-v2 {
		height: calc(45px / 1.5);
	}
	.dropdown-standard-v3 {
		height: calc(50px / 1.5);
	}
	.lhs-paw-icon {
		width: calc(48px / 1.5);
		height: calc(36px / 1.5);
		margin-left: calc(-3px / 1.5);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px / 1.5);
		background-position-y: calc(12.5px / 1.5);
		margin-right: calc(15px / 1.5);
		width: calc(18px / 1.5);
		height: calc(30px / 1.5);
	}
	.dropdown-plus-icon {
		width: calc(17px / 1.5);
		height: calc(35px / 1.5);
		background-position-x: calc(0px / 1.5);
		background-position-y: calc(7px / 1.5);
		margin-right: calc(12.5px / 1.5);
	}
	.dropdown-tick-icon {
		width: calc(17px / 1.5);
		height: calc(24px / 1.5);
		background-position-x: calc(0px / 1.5);
		background-position-y: calc(7px / 1.5);
		margin-right: calc(12.5px / 1.5);
	}
}
/*125% to 110%*/
@media (min-width: 1152px) and (max-width: 1309px){
	.dropdown-standard {
		height: calc(45px / 1.25);
		font-size: calc(13.5pt / 1.25);
	}
	.dropdown-standard-v2 {
		height: calc(45px / 1.25);
	}
	.dropdown-standard-v3 {
		height: calc(50px / 1.25);
	}
	.lhs-paw-icon {
		width: calc(48px / 1.25);
		height: calc(36px / 1.25);
		margin-left: calc(-3px / 1.25);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px / 1.25);
		background-position-y: calc(12.5px / 1.25);
		margin-right: calc(15px / 1.25);
		width: calc(18px / 1.25);
		height: calc(30px / 1.25);
	}
	.dropdown-plus-icon {
		width: calc(17px / 1.25);
		height: calc(35px / 1.25);
		background-position-x: calc(0px / 1.25);
		background-position-y: calc(7px / 1.25);
		margin-right: calc(12.5px / 1.25);
	}
	.dropdown-tick-icon {
		width: calc(17px / 1.25);
		height: calc(24px / 1.25);
		background-position-x: calc(0px / 1.25);
		background-position-y: calc(7px / 1.25);
		margin-right: calc(12.5px / 1.25);
	}
}
/*110% to 100%*/
@media (min-width: 1309px) and (max-width: 1440px){
	.dropdown-standard {
		height: calc(45px / 1.1);
		font-size: calc(13.5pt / 1.1);
	}
	.dropdown-standard-v2 {
		height: calc(45px * 1.1);
	}
	.dropdown-standard-v3 {
		height: calc(50px / 1.1);
	}
	.lhs-paw-icon {
		width: calc(48px / 1.1);
		height: calc(36px / 1.1);
		margin-left: calc(-3px / 1.1);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px / 1.1);
		background-position-y: calc(12.5px / 1.1);
		margin-right: calc(15px / 1.1);
		width: calc(18px / 1.1);
		height: calc(30px / 1.1);
	}
	.dropdown-plus-icon {
		width: calc(17px / 1.1);
		height: calc(35px / 1.1);
		background-position-x: calc(0px / 1.1);
		background-position-y: calc(7px / 1.1);
		margin-right: calc(12.5px / 1.1);
	}
	.dropdown-tick-icon {
		width: calc(17px / 1.1);
		height: calc(24px / 1.1);
		background-position-x: calc(0px / 1.1);
		background-position-y: calc(7px / 1.1);
		margin-right: calc(12.5px / 1.1);
	}
}
/*100% to 90%*/
@media (min-width: 1440px) and (max-width: 1600px){
	.dropdown-standard {
		height: calc(45px / 1);
		font-size: calc(13.5pt / 1);
	}
	.dropdown-standard-v2 {
		height: calc(45px / 1);
	}
	.dropdown-standard-v3 {
		height: calc(50px / 1);
	}
	.lhs-paw-icon {
		width: calc(48px / 1);
		height: calc(36px / 1);
		margin-left: calc(-3px / 1);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px / 1);
		background-position-y: calc(12.5px / 1);
		margin-right: calc(15px / 1);
		width: calc(18px / 1);
		height: calc(30px / 1);
	}
	.dropdown-plus-icon {
		width: calc(17px / 1);
		height: calc(35px / 1);
		background-position-x: calc(0px / 1);
		background-position-y: calc(7px / 1);
		margin-right: calc(12.5px / 1);
	}
	.dropdown-tick-icon {
		width: calc(17px / 1);
		height: calc(24px / 1);
		background-position-x: calc(0px / 1);
		background-position-y: calc(7px / 1);
		margin-right: calc(12.5px / 1);
	}
}
/*90% to 80%*/
@media (min-width: 1600px) and (max-width: 1800px){
	.dropdown-standard {
		height: calc(45px / 0.9);
		font-size: calc(13.5pt / 0.9);
	}
	.dropdown-standard-v2 {
		height: calc(45px / 0.9);
	}
	.dropdown-standard-v3 {
		height: calc(50px / 0.9);
	}
	.lhs-paw-icon {
		width: calc(48px / 0.9);
		height: calc(36px / 0.9);
		margin-left: calc(-3px / 0.9);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px / 0.9);
		background-position-y: calc(12.5px / 0.9);
		margin-right: calc(15px / 0.9);
		width: calc(18px / 0.9);
		height: calc(30px / 0.9);
	}
	.dropdown-plus-icon {
		width: calc(17px / 0.9);
		height: calc(35px / 0.9);
		background-position-x: calc(0px / 0.9);
		background-position-y: calc(7px / 0.9);
		margin-right: calc(12.5px / 0.9);
	}
	.dropdown-tick-icon {
		width: calc(17px / 0.9);
		height: calc(24px / 0.9);
		background-position-x: calc(0px / 0.9);
		background-position-y: calc(7px / 0.9);
		margin-right: calc(12.5px / 0.9);
	}
}
/*80% to 75%*/
@media (min-width: 1800px) and (max-width: 1920px){
	.dropdown-standard {
		height: calc(45px / 0.8);
		font-size: calc(13.5pt / 0.8);
	}
	.dropdown-standard-v2 {
		height: calc(45px / 0.8);
	}
	.dropdown-standard-v3 {
		height: calc(50px / 0.8);
	}
	.lhs-paw-icon {
		width: calc(48px / 0.8);
		height: calc(36px / 0.8);
		margin-left: calc(-3px / 0.8);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px / 0.8);
		background-position-y: calc(12.5px / 0.8);
		margin-right: calc(15px / 0.8);
		width: calc(18px / 0.8);
		height: calc(30px / 0.8);
	}
	.dropdown-plus-icon {
		width: calc(17px / 0.8);
		height: calc(35px / 0.8);
		background-position-x: calc(0px / 0.8);
		background-position-y: calc(7px / 0.8);
		margin-right: calc(12.5px / 0.8);
	}
	.dropdown-tick-icon {
		width: calc(17px / 0.8);
		height: calc(24px / 0.8);
		background-position-x: calc(0px / 0.8);
		background-position-y: calc(7px / 0.8);
		margin-right: calc(12.5px / 0.8);
	}
}
/*75% to 67%*/
@media (min-width: 1920px) and (max-width: 2150px){
	.dropdown-standard {
		height: calc(45px / 0.75);
		font-size: calc(13.5pt / 0.75);
	}
	.dropdown-standard-v2 {
		height: calc(45px / 0.75);
	}
	.dropdown-standard-v3 {
		height: calc(50px / 0.75);
	}
	.lhs-paw-icon {
		width: calc(48px / 0.75);
		height: calc(36px / 0.75);
		margin-left: calc(-3px / 0.75);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px / 0.75);
		background-position-y: calc(12.5px / 0.75);
		margin-right: calc(15px / 0.75);
		width: calc(18px / 0.75);
		height: calc(30px / 0.75);
	}
	.dropdown-plus-icon {
		width: calc(17px / 0.75);
		height: calc(35px / 0.75);
		background-position-x: calc(0px / 0.75);
		background-position-y: calc(7px / 0.75);
		margin-right: calc(12.5px / 0.75);
	}
	.dropdown-tick-icon {
		width: calc(17px / 0.75);
		height: calc(24px / 0.75);
		background-position-x: calc(0px / 0.75);
		background-position-y: calc(7px / 0.75);
		margin-right: calc(12.5px / 0.75);
	}
}
/*67% to 50%*/
@media (min-width: 2150px) and (max-width: 2880px){
	.dropdown-standard {
		height: calc(45px / 0.67);
		font-size: calc(13.5pt / 0.67);
	}
	.dropdown-standard-v2 {
		height: calc(45px / 0.67);
	}
	.dropdown-standard-v3 {
		height: calc(50px / 0.67);
	}
	.lhs-paw-icon {
		width: calc(48px / 0.67);
		height: calc(36px / 0.67);
		margin-left: calc(-3px / 0.67);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px / 0.67);
		background-position-y: calc(12.5px / 0.67);
		margin-right: calc(15px / 0.67);
		width: calc(18px / 0.67);
		height: calc(30px / 0.67);
	}
	.dropdown-plus-icon {
		width: calc(17px / 0.67);
		height: calc(35px / 0.67);
		background-position-x: calc(0px / 0.67);
		background-position-y: calc(7px / 0.67);
		margin-right: calc(12.5px / 0.67);
	}
	.dropdown-tick-icon {
		width: calc(17px / 0.67);
		height: calc(24px / 0.67);
		background-position-x: calc(0px / 0.67);
		background-position-y: calc(7px / 0.67);
		margin-right: calc(12.5px / 0.67);
	}
}
/* < 50%*/
@media (min-width: 2880px){
	.dropdown-standard {
		height: calc(45px / 0.5);
		font-size: calc(13.5pt / 0.5);
	}
	.dropdown-standard-v2 {
		height: calc(45px / 0.5);
	}
	.dropdown-standard-v3 {
		height: calc(50px / 0.5);
	}
	.lhs-paw-icon {
		width: calc(48px / 0.5);
		height: calc(36px / 0.5);
		margin-left: calc(-3px / 0.5);
	}
	.lhs-arrow-icon {
		background-position-x: calc( 0px / 0.5);
		background-position-y: calc(12.5px / 0.5);
		margin-right: calc(15px / 0.5);
		width: calc(18px / 0.5);
		height: calc(30px / 0.5);
	}
	.dropdown-plus-icon {
		width: calc(17px / 0.5);
		height: calc(35px / 0.5);
		background-position-x: calc(0px / 0.5);
		background-position-y: calc(7px / 0.5);
		margin-right: calc(12.5px / 0.5);
	}
	.dropdown-tick-icon {
		width: calc(17px / 0.5);
		height: calc(24px / 0.5);
		background-position-x: calc(0px / 0.5);
		background-position-y: calc(7px / 0.5);
		margin-right: calc(12.5px / 0.5);
	}
}