* {
	box-sizing: border-box;
}

html {
	min-height: 100%;
	position: relative;
	width: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	background: #fff;
	position: relative;
	overflow-x: hidden;
	height: 100%;
	font-family: 'latobold';
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	text-align: center;
	color: #868686;
}

body>.adthrive-sticky.adthrive-footer {
	max-height: 50px !important;
	min-height: 50px !important;
}

:not(body) .adthrive-sticky-outstream,
:not(body) .adthrive-sticky-outstream.adthrive-sticky-outstream-mobile {
	max-height: 50px !important;
	left: 0;
	right: 0;
	margin-bottom: -20px;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
.nav,
section,
summary {
	display: block;
}

.audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.[hidden] {
	display: none;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
strong,
form,
fieldset,
table,
th,
tr,
td,
input,
label,
select,
div {
	margin: 0px;
	padding: 0px;
}

table {
	width: 100%;
}

strong,
b {
	font-weight: normal !important;
}

fieldset {
	border-color: #dedede;
	border-width: 1px
}

input,
textarea,
select {
	outline: none;
	resize: none;
}

input[type="submit"],
button,
.button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px white inset !important;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

object,
embed {
	max-width: 100% !important;
	height: auto !important;
}

input::-webkit-input-placeholder {
	text-transform: none;
	color: #a7a7a7;
	;
}

input::-moz-placeholder {
	text-transform: none;
	color: #a7a7a7;
}

input:-ms-input-placeholder {
	text-transform: none;
	color: #a7a7a7;
}

input:-moz-placeholder {
	text-transform: none;
	color: #a7a7a7;
}

input::-webkit-input-placeholder {
	text-transform: none;
	color: #a7a7a7;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
select,
textarea {
	height: 48px;
	padding: 10px 10px 10px 20px;
	width: 100%;
	display: block;
	border: 1px solid #D7D7D7;
	color: #3d3d3d;
	font: 16px/20px 'robotoregular';
	border-radius: 32px;
}

textarea {
	height: 100px;
	line-height: 20px;
	overflow-y: auto;
}

select option {
	padding: 2px 6px;
}

a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a {
	outline: none;
	text-decoration: none !important;
	color: #9c9c9c;
	transition: color 0.2s, background 0.2s, border-radius 0.2s;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:active,
a:hover,
a:focus {
	outline: none !important;
	transition: color 0.3s, background 0.2s, border-radius 0.2s;
	text-decoration: none;
	color: #E93779
}

.fl {
	float: left !important;
}

.fl.upper-header {
	float: left !important;
	width: 100%;
	text-align: left;
}

.fr {
	float: right !important;
}

img {
	border: none;
	line-height: 0px;
	font-size: 0px;
	outline: none;
	max-width: 100%;
}

.cl {
	clear: both;
	line-height: 0px !important;
	font-size: 0px !important;
	height: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
}

.no-bdr {
	border: none !important;
}

.no-pad {
	padding: 0 !important;
}

.no-margin {
	margin: 0px !important;
}

a:hover {
	text-decoration: none;
}

.fr {
	float: right;
}

.fl {
	float: left;
}

.overflow_hidden {
	overflow-x: hidden;
}

a:focus {
	outline: none;
}

ul {
	list-style: none;
}

.clear,
.clearfix {
	clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'latobold';
	color: #000;
	line-height: normal;
	font-weight: normal;
}

hr {
	border-top: 1px solid #dfdfdf;
	color: rgba(0, 0, 0, 0);
}

select::-ms-expand {
	display: none;
}

.font-pink {
	color: #e93779 !important;
}

a.button,
.button {
	color: #282828;
	border: 1px solid #282828;
	border-radius: 32px;
	cursor: pointer;
	font-family: 'latobold';
}

a.button:hover,
.button:hover {
	color: rgb(233, 54, 121) !important;
	border-color: rgb(233, 54, 121) !important;
}

input[type="submit"],
button {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

ul,
li {
	list-style-type: none;
}

.wrapper {
	position: relative;
	max-width: 1000px;
	margin: 0 auto;
}

.inner_page {
	padding-bottom: 60px;
}

.col2 {
	width: 49%;
}

.btn-pink {
	margin: 0;
	padding: 6px 12px;
	background-color: #e93779;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	height: 40px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
}

/* header section */
header {
	/*border-bottom: 1px solid #e0e0e0;*/
	z-index: 999;
	background: #ffffff;
}

.header-row1 {
	color: #282828;
	font-size: 12px;
	border-bottom: 1px solid #e0e0e0;
	height: 40px;
	padding: 10px 0;
}

.header-row1 .social_icon {
	display: inline-block;
}

.header-row1 .social_icon a,
.fashion-studio-box .share-icon a {
	margin-left: 8px;
	color: #9c9c9c;
	font: 11px 'robotoregular';
	background: url(../images/front/common/social-icon.png) 0 0 no-repeat;
	width: 14px;
	height: 14px;
	padding-left: 19px;
}

.header-row1 p {
	display: inline-block;
}

.social_icon a:hover {
	color: #E93779;
}

.social_icon.cart {
	float: right;
	position: relative;
	top: -8px;
}

.social_icon.cart a {
	background-image: none;
	padding-left: 0px;
}

.social_icon.cart a svg {
	width: 40px;
	height: 32px;
	margin-top: 3px;
}

.header-row1 .fr a {
	text-transform: uppercase;
	display: inline-block;
	line-height: 20px;
}

.header-row1 .fr a:last-child {
	border-left: 1px solid #e0e0e0;
	padding-left: 20px;
	margin-left: 20px;
}

.header-row1 .fr a.no-brdr {
	border-left: 0;
	margin-left: 0
}

.header-row2 {
	height: 108px;
	padding: 18px 0;
}

.header-row2 .fr {
	padding-top: 6px;
}

.logo {
	display: inline-block;
	float: left;
}

.header-row2 .fr i {
	margin-right: 8px;
}

.search_box {
	display: inline-block;
	position: relative;
}

.search_box button {
	font: 14px 'latobold';
}

#search-text-input {
	padding: 6px 65px 6px 16px;
	float: left;
	width: 220px;
	height: 54px;
	font-family: 'robotomedium';
	font-weight: 500;
	line-height: 20px;
	color: #282828;
	outline: 0;
	border: 1px solid #d7d7d7;
	border-radius: 0 32px 32px 0;
	position: relative;
	z-index: 91;
	background-color: #fff;
}

#search-text-input::-webkit-input-placeholder {
	color: #9C9C9C;
}

#search-text-input::-moz-placeholder {
	color: #9C9C9C;
}

#search-text-input:-ms-input-placeholder {
	color: #9C9C9C;
}

#search-text-input:-moz-placeholder {
	color: #9C9C9C;
}

#button-holder {
	float: left;
	width: 60px;
	height: 54px;
	position: absolute;
	right: 0;
	z-index: 93;
}

#button-holder button {
	cursor: pointer;
	padding: 8px 8px 7px;
	width: 100%;
	height: 100%;
	border: none;
	border-radius: 0 32px 32px 0;
	background: transparent url("../images/front/common/search_pink-icon.svg") no-repeat center center;
}

.loginbox {
	vertical-align: top;
	display: inline-block;
}

select#category_option {
	float: left;
	max-width: 150px;
	margin-bottom: 0;
	height: 40px;
	border-color: #000;
	font-size: 14px;
}

.search_box select#category_option {
	font: 16px/48px "robotoregular";
}

.search_section .button .fa-search {
	font-size: 18px;
	vertical-align: middle;
}

.search_box button .fa-search {
	font-size: 16px;
}

.select-style {
	position: relative;
	display: inline-block;
	font: 16px/48px "robotoregular";
}

.select-style:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0 16px;
	background: #fff url(../images/front/common/chevron-down-black.png) no-repeat center center;
	color: #000;
	pointer-events: none;
	border: 1px solid #bfbfbf;
	border-left: 0px;
	height: 46px;
	border-radius: 0 32px 32px 0;
}

.select-style select {
	display: inline-block;
	border: 1px solid #bfbfbf;
	font: 16px/48px "robotoregular";
	text-align: left;
	height: 48px;
	padding: 0 12px 0 20px;
	margin: 0;
	font: inherit;
	outline: none;
	line-height: 1.2;
	background: #fff;
	-webkit-appearance: none;
}

.select-style select {
	-moz-appearance: none;
}

.select-style select:disabled,
.form-element select:disabled {
	background: #f2f2f2;
	-moz-appearance: none;
	overflow: hidden;
}

.select-style2 .select2-container--default .select2-selection--single .select2-selection__clear {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-width: 16px;
	font-size: 22px;
	margin-right: 8px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.select-style select {
		padding-right: 30px;
	}
}

.header-row2 .search_box .select-style {
	margin-right: -1px;
	float: left;
	width: 180px;
	height: 54px;
	line-height: 45px;
	border-radius: 32px 0 0 32px;
	position: static;
}

/*.header-row2 .search_box .select-style select{border:0px;height: 46px;padding-left:20px;}*/
.header-row2 .search_box .select-style::after {
	border: 0;
	background: #fff url("../images/front/common/chevron-down.svg") no-repeat center center;
	display: none;
}

.header-row2 .search_box button .fa-search {
	margin-right: 0;
}

.header-row2 .search_box .jcf-select {
	height: 100%;
}

.header-row2 .jcf-select .jcf-select-text {
	font: 16px/48px "robotoregular";
}

.header-row2 .search_box .sol-container {
	max-height: 100%;
}

.header-row2 .search_box .sol-inner-container {
	border: 1px solid #d7d7d7;
	height: 54px;
	border-radius: 32px 0 0 32px !important;
	z-index: 9999 !important;
}

.header-row2 .search_box .sol-input-container {
	display: none;
}

.header-row2 .search_box .sol-caret-container {
	left: 0;
	position: static;
	width: 100%;
	height: 100%;
}

.header-row2 .search_box .sol-caret-container .sol-caret {
	cursor: pointer;
	border: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 40px 0 0 40px;
}

.header-row2 .search_box .sol-current-selection {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 255px;
	height: 100%;
	z-index: 9992;
}

.header-row2 .search_box .sol-selected-display-item {
	margin: 0;
	padding: 15px 36px 15px 20px;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: 'latobold';
	font-size: 16px;
	line-height: 22px;
	color: #707070;
	border: none;
	border-radius: 40px 0 0 40px;
	background: #f7f7f7 url("../images/front/common/search-drop-icon.svg") no-repeat calc(100% - 20px) center;
}

.header-row2 .search_box .sol-selected-display-item-text {
	padding: 0;
}

.header-row2 .search_box .sol-quick-delete {
	display: none;
}

.header-row2 .search_box .sol-container .sol-selection {
	min-height: 148px;
}

.header-row2 .search_box .sol-container .sol-selection .sol-option:first-child {
	display: none;
}

.header-row2 .search_box .sol-container .sol-option .sol-label {
	text-align: left;
	padding: 0;
	font-family: 'robotomedium';
	font-size: 14px;
	line-height: 20px;
	color: #282828;
	cursor: pointer;
}

.header-row2 .search_box .sol-container .sol-label .sol-label-text {
	padding: 6px 22px;
	height: 32px;
	line-height: 20px;
}

.header-row2 .search_box .sol-label .sol-radio {
	position: absolute;
	opacity: 0;
}

.header-row2 .search_box .sol-label .sol-label-text:after,
.header-row2 .search_box .sol-label .sol-label-text:before {
	display: none;
}

.header-row2 .search_box .sol-selection:not(.sol-keyboard-navigation) .sol-option:hover,
.header-row2 .search_box .sol-option.keyboard-selection {
	background: #FFECF3 !important;
	color: transparent !important;
}

.header-row2 .search_box .sol-selection:not(.sol-keyboard-navigation) .sol-option:hover .sol-label-text,
.header-row2 .search_box .sol-option.keyboard-selection .sol-label-text,
.header-row2 .search_box .sol-label input.sol-radio:checked+.sol-label-text {
	background: #FFECF3;
	color: #E93779;
}

.header-row2 .search_box .sol-container.sol-active .sol-selection-container {
	padding-top: 30px;
	position: absolute;
	left: 0 !important;
	top: 28px !important;
	min-width: 100%;
	z-index: 9991;
	border-radius: 8px;
	overflow: hidden;
}

.header-row2 .search_box .sol-container.sol-active .sol-inner-container {
	background-color: transparent;
}

.header-row2 .search_box .select-input {
	width: 100%;
	position: relative;
	z-index: 9999;
	background-color: #fff;
	border-radius: 0 40px 40px 0;
}

.header-row2 .search_box .search_overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.30);
	z-index: 999;
	display: none;
}

.header-row2 .search_box .search_lst {
	margin: 0;
	position: absolute;
	left: 1px;
	top: 54px;
	background-color: #fff;
	z-index: 90;
	width: calc(100% - 1px);
	overflow: hidden;
	overflow-y: auto;
	max-height: 256px;
	border-radius: 0 0 8px 8px;
	-webkit-box-shadow: 0 -26px 0 0 #fff;
	box-shadow: 0 -26px 0 0 #fff;
}

.header-row2 .search_lst::-webkit-scrollbar,
.header-row2 .search_box .sol-container .sol-selection::-webkit-scrollbar {
	width: 12px;
}

.header-row2 .search_lst::-webkit-scrollbar-track,
.header-row2 .search_box .sol-container .sol-selection::-webkit-scrollbar-track {
	border: solid 4px transparent;
	border-left: 0px;
}

.header-row2 .search_lst::-webkit-scrollbar-thumb,
.header-row2 .search_box .sol-container .sol-selection::-webkit-scrollbar-thumb {
	-webkit-box-shadow: inset 0 0 10px 10px #D7D7D7;
	box-shadow: inset 0 0 10px 10px #D7D7D7;
	border: solid 3px transparent;
	border-radius: 8px;
}

.header-row2 .search_box .search_lst li {
	padding: 4px 32px 4px 20px;
	min-height: 28px;
	width: 100%;
	display: block;
	font-family: 'robotomedium';
	font-size: 14px;
	line-height: 20px;
	text-transform: capitalize;
	text-align: left;
	color: #262425;
	cursor: pointer;
	background: #fff url("../images/front/common/search_rgtUp-arrow.svg") no-repeat calc(100% - 15px) center;
}

.header-row2 .search_box .search_lst li:first-child {
	margin-top: 4px;
}

.header-row2 .search_box .search_lst li:last-child {
	margin-bottom: 8px;
}

.header-row2 .search_box .search_lst li:hover,
.header-row2 .search_box .search_lst li:focus {
	color: #E93779;
	background: #FFECF3 url("../images/front/common/search_rgtUp-arrow-pink.svg") no-repeat calc(100% - 15px) center;
}

.header-row2 .search_box:not(.searchOver) .sol-container.sol-active~.search_overlay,
.header-row2 .search_box.searchOver>.search_overlay {
	display: block;
}

.header-row2 .search_box.search_val #search-text-input,
.header-row2 .search_box.search_val .sol-inner-container {
	border-color: #E93779;
}

.header-row2 .search_box.search_val .sol-selected-display-item {
	color: #E93779;
	background-color: #fff;
	background-image: url("../images/front/common/search-drop_pink-icon.svg");
}

.header-row2 .search_box.search_val.searchOver #search-text-input:not(:-moz-placeholder-shown)~#button-holder button {
	background-color: #E93779;
	background-image: url("../images/front/common/search-icon.svg");
}

.header-row2 .search_box.search_val.searchOver #search-text-input:not(:-ms-input-placeholder)~#button-holder button {
	background-color: #E93779;
	background-image: url("../images/front/common/search-icon.svg");
}

.header-row2 .search_box #search-text-input:not(:placeholder-shown)~#button-holder button {
	background-color: #E93779;
	background-image: url("../images/front/common/search-icon.svg");
}

.header-row2 .search_box.searchOver #search-text-input:not(:-moz-placeholder-shown)~.search_lst {
	display: block !important;
}

.header-row2 .search_box.searchOver #search-text-input:not(:-ms-input-placeholder)~.search_lst {
	display: block !important;
}

.header-row2 .search_box.searchOver #search-text-input:not(:placeholder-shown)~.search_lst {
	display: block !important;
}

.header-row2 .search_box:not(.search_val) .sol-inner-container {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 10001 !important;
	border-radius: 40px !important;
}

.header-row2 .search_box:not(.search_val) .sol-caret-container {
	position: absolute;
	left: 0;
	width: 100%;
}

.loginbox a {
	background: #fff;
	line-height: 48px;
	height: 48px;
	width: 100px;
	display: inline-block;
	text-transform: uppercase;
	margin-left: 6px;
}

.loginbox .fa-lock {
	font-size: 22px;
	vertical-align: middle;
}

.loginbox .fa-key {
	font-size: 19px;
	vertical-align: middle;
}

.header-box {
	background: #e93779;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
	padding: 2px 0 0;
	clear: both;
}

.header-box .navigation {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
}

.header-box ul {
	list-style-type: none;
}

.header-box .mainNav {
	position: relative;
	margin: auto;
	max-width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header-box .mainNav>li {
	margin: 0;
	display: inline-block;
	position: static;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: ease all 0.3s;
	-o-transition: ease all 0.3s;
	transition: ease all 0.3s;
}

.header-box .mainNav>li:not(:last-child):after {
	content: '';
	height: 10px;
	width: 1px;
	background-color: #fff;
	display: inline-block;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

.header-box .mainNav>li>a,
.header-box .mainNav>li>span {
	padding: 14px 47px 14px 48px;
	font-family: 'latobold';
	font-size: 16px;
	line-height: 13px;
	color: #fff;
	display: inline-block;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
}

.header-box .mainNav>li:not(:last-child):after {
	content: '';
	height: 10px;
	width: 1px;
	background-color: #fff;
	display: inline-block;
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
	transform: translateX(50%);
}

@media (max-width:600px) {
	.header-box .mainNav>li:not(:last-child):after {
		background-color: #e93779 !important;
	}
}

/*.header-box .mainNav > li:hover{background-color:#fff;}
.header-box .mainNav > li:hover > a, .header-box .mainNav > li:hover > span{color: #E93779;}
.header-box .mainNav > li:hover:after{opacity:0;}
.header-box .mainNav > li:hover > a:before,.header-box .mainNav > li:hover > span:before {content:'';position:absolute;left:-1px;top:0;height:100%;width:1px;background-color:#E93779;}*/
.header-box .mainNav>li.openHvr {
	background-color: #fff;
}

.header-box .mainNav>li.openHvr>a,
.header-box .mainNav>li.openHvr>span {
	color: #E93779;
}

.header-box .mainNav>li.openHvr:after {
	opacity: 0;
}

.header-box .mainNav>li.openHvr>a:before,
.header-box .mainNav>li.openHvr>span:before {
	content: '';
	position: absolute;
	left: -1px;
	top: 0;
	height: 100%;
	width: 1px;
	background-color: #E93779;
}

.header-box.fixed {
	position: fixed;
	-webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
	z-index: 10001;
}

.header-box.fixed .navigation .mainNav>li>a,
.header-box.fixed .navigation .mainNav>li>span {
	padding-top: 13px;
	padding-bottom: 13px;
}

.header-box .hasNav .fa-angle-down {
	margin-left: 8px;
	margin-right: -2px;
	position: relative;
	line-height: 0.1;
}

/*.header-box .hasNav.active .fa-angle-down, .header-box .hasNav:hover .fa-angle-down{transform: rotate(180deg);top: -1px;}*/
.header-box .hasNav.active .fa-angle-down,
.header-box .hasNav.hasNav.openHvr .fa-angle-down {
	transform: rotate(180deg);
	top: -1px;
}

.header-box .subMenu {
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	background: #fff;
	z-index: 9999;
	display: none;
	clear: both;
	padding: 25px 25px 4px;
	text-align: left;
	line-height: 1;
	box-shadow: 0 -1px 0 #fff, 0 0 1px rgba(0, 0, 0, 0.96);
	border-radius: 0 0 8px 8px;
}

/*.header-box .hasNav.active .subMenu, .header-box .hasNav:hover .subMenu{display: -webkit-inline-box;display: -ms-inline-flexbox;display: inline-flex; -webkit-box-align: start; -ms-flex-align: start;align-items: flex-start; -webkit-box-pack: start; -ms-flex-pack: start;justify-content: flex-start;}*/
.header-box .hasNav.active .subMenu,
.header-box .hasNav.openHvr .subMenu {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header-box .subMenu_lft {
	width: 100%;
}

.header-box .subMenu_rgt {
	width: 100%;
	max-width: 298px;
	min-width: 298px;
	margin-bottom: 20px;
	text-align: right;
}

.header-box .subMenu_rgt img {
	border-radius: 30px;
}

.header-box .subMenu h3 {
	margin: 0 0 20px;
	width: 100%;
	font-family: 'robotomedium';
	font-size: 18px;
	line-height: 1.36;
	color: #000;
	text-transform: none;
	clear: both;
}

.header-box .subNav {
	margin: 0;
	padding: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header-box .subNav li {
	padding: 14px 10px 14px 0;
	width: 100%;
	max-width: 33.25%;
	line-height: 1;
}

.header-box .subNav li a {
	margin: 0;
	width: auto;
	font-family: 'robotomedium';
	font-size: 15px;
	line-height: 1.34;
	color: #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header-box .subNav li.active a,
.header-box .subNav li a:hover {
	color: #E93779;
}

.header-box .subNav li .n_icon {
	margin: 0 8px 0 0;
	width: 22px;
	max-height: 22px;
}

/*.header-box .subNav li.pg_manage-lnk {white-space: nowrap;letter-spacing: -0.4px;}*/
/*.fixed {background:#ffffff;padding: 10px 0;position: fixed;box-shadow: 0px 1px 0px rgba(0,0,0,0.1);}*/
.logoutbox a {
	width: auto;
}

.logoutbox img {
	vertical-align: middle;
}

.profile_dropdown i {
	color: #E93779;
	margin-right: 0px !important;
}

.logoutbox .notifiaction_msg {
	margin: 0 22px;
}

.logoutbox .profile_dropdown img {
	width: 32px;
	height: 32px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 4px;
}

.dropdown-content ul li .profile_image_box img {
	height: 100%;
	width: 100%;
}

.slick-slide {
	position: relative;
}

.item-image-box img,
.like-img-box img {
	vertical-align: top;
	width: 100%;
	max-width: none;
	margin: auto;
	vertical-align: middle;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.rating_section {
	display: inline-block;
	float: right;
}

.rating_box {
	font: 12px 'robotoregular';
	color: #868686;
}

.rating_box b {
	font-family: 'robotobold';
}

.rating_star,
.rating_star2 {
	margin: 0;
	width: 86px;
	height: 12px;
	display: inline-block;
	background-image: url(../images/front/common/crown-grey.svg);
	background-position: left center;
	background-size: 17px 12px;
}

.rating_star>span,
.rating_star2>span {
	width: 100%;
	height: 12px;
	display: block;
	background-image: url(../images/front/common/crown-yellow.svg);
	background-position: left center;
	background-size: 17px 12px;
}

.f1 {
	width: 100% !important;
	text-align: left !important;
	float: left;
}

.curr-styl select {
	height: 33px;
	padding: 0px;
}

.pad-6 {
	padding: 6px;
	font-size: 16px;
}

.notifi_mb {
	display: none;
}

.mobile-menu-box,
.user_box {
	display: none;
}

.text-uppercase {
	text-transform: uppercase;
}

.w-100 {
	width: 100%;
}

a.button3,
.button3 {
	border-width: 3px !important;
	background: #fff;
	padding: 6px 40px;
	float: left;
}

#calculatorFrm input[type="text"],
select,
textarea {
	margin-bottom: 10px;
}

.loader_overlay {
	position: fixed;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.64);
	z-index: 10001;
}

.loader_overlay img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 114px;
	transform: translate(-50%, -50%);
}

header .logo img {
	width: 100%;
	height: auto;
}

/*dropdown css start here*/
.dropbtn {
	cursor: pointer;
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	min-width: 300px;
	z-index: 10010;
	right: 0;
	text-align: left;
	background: #fff;
	top: 64px;
	border: 1px solid #d9d9d9;
}

.dropdown-content li {
	border-top: 1px solid #f2f2f2;
	padding: 13px 0;
}

.dropdown-content li:last-child {
	border-bottom: 0px;
}

.dropdown-content li:first-child {
	border-top: 0
}

.dropdown-content li strong {
	font: 14px 'robotobold';
	color: #b0b0b0;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	margin: 0 0 4px 0;
	display: block;
}

.dropdown-content a {
	color: #282828;
	padding: 0;
	line-height: normal;
	height: auto;
	margin: 0px;
	text-decoration: none;
	display: block;
	font: 14px 'robotoregular';
	text-transform: capitalize;
}

.dropdown-content .example_menu li>a.menu-arrow {
	margin-left: 14px;
	position: relative;
}

.dropdown-content .example_menu li>a.menu-arrow:before,
.dropdown-content .example_menu li ul.submenu a:before {
	content: "";
	width: 10px;
	height: 10px;
	background: url(../images/front/common/right-arrow.png) no-repeat 0 0;
	background-size: auto 7px;
	position: absolute;
	top: 6px;
	left: -12px;
}

.dropdown-content .example_menu li ul.submenu a {
	position: relative
}

.dropdown-content .button {
	background: #fff;
	font: 16px 'latobold';
	padding: 5px 20px;
	display: inline-block;
}

.profile_image_box {
	width: 64px;
	height: 64px;
	border-radius: 50%;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border: 1px solid #f2f2f2;
	border-radius: 50%
}

.dropdown-content li h3 {
	display: block;
}

.profile_image_content {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
}

.show {
	display: block;
}

header .dropdown-content .dropdown_icon {
	display: block;
	float: right;
	margin: -38px -6px 0 0;
}

.notf_dropdown-content p {
	font: 14px 'robotoregular';
	color: #282828;
	margin-bottom: 5px;
}

.notf_dropdown-content a {
	font-family: 'robotobold';
	display: inline-block;
	text-transform: none;
}

.notf_dropdown-content small {
	font: 12px 'robotobold';
}

a.seeall {
	text-align: center;
	display: block;
	font: 14px 'latobold';
}

.dropdown-content>ul>li {
	position: relative;
}

.submenu {
	margin-top: 10px;
}

.submenu li {
	padding: 6px 15px 6px 15px !important;
}

.expand_all,
.collapse_all {
	cursor: pointer;
}

.example_menu {
	list-style: none;
	vertical-align: top;
	width: auto;
}

.example_menu ul {
	display: none;
	margin: 10px 0 0;
	padding: 0;
}

.dropdown-content .example_menu ul li:first-child {
	border-top: 1px solid #f2f2f2
}

#menu1 {
	margin: 0;
	background: #fff;
	margin-bottom: 3px;
	padding-bottom: 4px;
}

#menu1 li,
.example_menu li {
	position: relative;
}

.example_menu ul ul {
	display: block;
}

.example_menu ul ul li a {
	padding-left: 20px;
	width: 109px;
}

.example_menu a {
	cursor: pointer;
	display: block;
	padding: 1px 0px;
}

.example_menu .expanded {
	background: url('../images/front/common/expand.gif') no-repeat right top;
	padding: 1px 0px;
	background-size: 15px auto
}

.example_menu .collapsed {
	background: url('../images/front/common/collapse.gif') no-repeat right top;
	padding: 1px 0px;
	background-size: 15px auto
}

.example_menu a:hover {
	text-decoration: none;
}

.example_menu ul a {
	display: block;
}

/* dropdown css end here */
header .dropdown-content {
	min-width: 246px;
	top: 58px;
	border-radius: 8px;
}

header .dropdown-content>ul {
	border-radius: 8px;
}

header .dropdown-content li {
	padding: 12px;
}

header .dropdown-content .dropdown_icon {
	margin: -17px 0 0 0px;
	position: relative;
	right: 19px;
}

header .dropdown-content .button {
	font-size: 14px;
	padding: 4px 28px;
	display: inline-block;
	border-width: 1px !important;
	height: 38px;
	display: inline-flex;
	align-items: center;
}

/* heading_title-box */
.heading_title-box {
	margin: 20px 0 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	clear: both;
	min-height: 40px;
}

.heading_title-box.mt-3 {
	margin-top: 30px;
}

.heading_title-box h1,
.heading_title-box h2,
.heading_title-box h3 {
	font-family: 'latobold';
	font-size: 24px;
}

.heading_title-box .w-r {
	margin-left: auto;
}

.heading_title-box .button {
	float: none;
	padding: 10px 27px 8px;
	border-width: 1px !important;
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	color: #000;
	min-height: 40px;
	text-transform: capitalize;
	letter-spacing: 0px !important;
	background-color: transparent;
	display: inline-block;
	outline: none !important;
}

.heading_title-box .button+.button {
	margin-left: 10px;
}

.heading_title-box .button2:hover img {
	-webkit-filter: invert(25%) sepia(99%) saturate(6375%) hue-rotate(324deg) brightness(102%) contrast(103%);
	filter: invert(25%) sepia(99%) saturate(6375%) hue-rotate(324deg) brightness(102%) contrast(103%);
}

.heading_title-box .button3 {
	padding-left: 38px;
	padding-right: 38px;
	border-color: #e93779 !important;
	background-color: #e93779;
	color: rgba(255, 255, 255, 0.86) !important;
	outline: none !important;
}

.heading_title-box .filter-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'latobold';
}

.heading_title-box .button .close-ico {
	margin: -2px 4px -2px 0;
}

.heading_title-box .button .save-ico {
	margin: -2px 4px -2px 0;
}

.heading_title-box .button .browse-ico {
	margin: -4px 4px -1px 0;
	max-height: 15px;
}

.heading_title-box .button .add-ico {
	width: 13px;
	margin: 0 6px -1px 0;
}

.heading_title-box .button .edit-ico {
	margin: -3px 6px -2px 0;
}

.heading_title-box .back-link {
	display: inline-flex;
	align-items: center;
	margin: 0 3px 0px 0;
	position: relative;
	top: -2px;
	padding: 0;
	outline: none !important;
	background-color: transparent;
	border: none !important;
}

.heading_title-box .back-link img {
	height: 14px;
	width: 7px;
	opacity: 0.46;
}

.heading_title-box .button2 img.eye-ico {
	margin-bottom: 0;
	width: 19px;
	height: 11px;
}

.heading_title-box .button2 img.upload-ico {
	margin-bottom: -3px;
	width: 18px;
	height: 17px;
}

.heading_title-box .button .manageG-icon {
	margin: -2px 8px -3px -6px;
	width: 20px;
}

/* End heading_title-box */
/* Slick Slider */
body .slick-list {
	margin-bottom: 0px;
}

.slick-list {
	z-index: 999;
}

body .slick-track {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.slick-slide img {
	margin: 0 auto;
}

.cstm_cont_box .rating_star>span,
.cstm_cont_box .rating_star2>span {
	display: block !important;
}

.slick-slide:hover .news_slider-content {
	background: rgba(233, 54, 121, 0.60);
}

.slick-slide:hover h3 {
	color: #fff;
}

.slick-slide:hover a.button,
.articles_button a:hover,
.effect-layla:hover span.button {
	color: #fff !important;
	border-color: #f900b0 !important;
	background: #f900b0;
	background: -moz-linear-gradient(-45deg, #f900b0 0%, #E93779 100%);
	background: -webkit-linear-gradient(-45deg, #f900b0 0%, #E93779 100%);
	background: linear-gradient(135deg, #f900b0 0%, #E93779 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f900b0', endColorstr='#E93779', GradientType=1);
}

.slick-slider ul.slick-dots {
	z-index: 1000;
}

.slick-dots {
	bottom: -31px !important;
}

body .slick-dots li {
	width: 12px;
	height: 12px;
}

body .slick-dots li button:before {
	width: 10px;
	height: 10px;
	content: '';
	opacity: 1;
	border: 1px solid #6a6a6a;
	border-radius: 50px;
}

body .slick-dots li.slick-active button:before {
	border: 1px solid #e93779;
	background-color: #e93779;
	opacity: 1;
}

/* End Slick Slider */
.text-pink {
	color: #e93779 !important;
}

.like-img-box {
	display: block;
	border: 1px solid #dedede;
	overflow: hidden;
}

.also-like-content {
	background: #f2f2f2;
	padding: 22px;
	text-align: center;
}

.also-like-content a {
	font-size: 20px;
	color: #282828;
	display: block;
	height: 40px;
	overflow: hidden
}

.also-like-content div {
	margin-top: 15px;
}

.strkPrce {
	margin-right: 10px !important;
	margin-left: 10px !important;
	font-size: 36px !important;
	color: #949599 !important;
	text-decoration: line-through;
}

.adthrive-device-desktop iframe#launcher {
	margin-bottom: 100px !important;
}

.adthrive-device-desktop footer .scroll-top {
	bottom: 100px;
}

#mobile-menu {
	background-color: #e93779;
}

.mobile-menu li {
	border-color: #fff;
}

.mobile-menu li a {
	display: inline-flex;
	align-items: center;
	height: 50px;
	width: 100%;
	font-size: 15px;
	line-height: 18px;
	font-family: 'latobold';
	text-transform: capitalize;
}

.mobile-menu li a:hover,
.mobile-menu li a:focus {
	color: #fff;
	background-color: #fff;
}

.mobile-menu .mobileMenu-icon {
	margin-right: 9px;
	width: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.mobile-menu li.signUp-mb {
	border-top: none;
}

.mobile-menu li.signUp-mb a {
	height: 64px;
}

.mobile-menu li.signUp-mb .signUp-ico {
	width: 32px;
	height: 32px;
	margin-right: 11px;
}

.mobile-menu ul.subNav {
	background-color: #fff;
	padding: 8px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.mobile-menu ul.subNav li {
	background-color: #fff;
	border: none;
}

.mobile-menu ul.subNav li a {
	font-family: 'robotoregular';
	color: #282828;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 0 8px 16px;
	height: auto;
}

.mobile-menu ul.subNav li.pg_manage-lnk a {
	white-space: nowrap;
}

.mobile-menu ul.subNav .n_icon {
	width: 14px;
	max-height: 14px;
	margin-right: 10px;
}

.mobile-menu li .expand {
	left: 0;
	margin: 0;
	border: none;
	width: 100%;
	height: 50px;
	z-index: 1;
}

.mobile-menu li .expand:hover {
	cursor: default;
}

.mobile-menu li .expand:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
	border: 1px solid #fff;
	display: inline-block;
	right: 18px;
	top: 18px;
	border-width: 0px 1px 1px 0px;
}

.mobile-menu li .expand.open:after {
	top: 23px;
	border-width: 1px 0 0 1px;
}

.header-row2 .search_box select#category_option {
	max-width: 100%;
	height: 45px;
	font-family: 'latobold';
	line-height: 45px;
	border-radius: 40px 0 0 40px;
	min-height: 54px;
	border-color: #d7d7d7;
}

.header-row2 .search_box.search_val select#category_option {
	border-color: #E93779;
	color: #E93779;
}

/*breadcrumb css start here*/
.breadcrumb {
	text-align: left;
	padding: 12px 0 10px;
	margin-bottom: 10px;
}

.breadcrumb li {
	display: inline-block;
	color: #2c2c2c;
	background: url(../images/front/common/breadcrumb-icon.png) right center no-repeat;
	margin-right: 5px;
	padding-right: 16px;
	font: 11px 'robotoregular';
}

.breadcrumb li.active {
	background: none;
}

.breadcrumb a {
	color: #e93779;
	word-break: break-word;
}

.breadcrumb_box .breadcrumb {
	margin-bottom: 0px;
}

/*breadcrumb css end here*/
/* Resource Banner */
.resourceBanner {
	margin: 38px 0 40px;
	width: 100%;
	min-height: 201px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	clear: both;
	background-color: #000;
	background-image: url(../images/front/common/resource_banner_bg.jpg);
	background-position: center center;
	background-size: 100% 100%;
	color: #fff;
	text-align: left;
	border-radius: 30px;
}

.resourceBanner .rscBnr-inner {
	padding: 28px;
	width: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}

.resourceBanner .img-box {
	padding: 0 6px;
	min-width: 162px;
	max-width: 162px;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	top: 6px;
}

.resourceBanner .img-box:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: calc(100% - 6px);
	background-color: rgba(254, 254, 254, 0.31);
}

.resourceBanner .content-box {
	padding: 0;
	padding-left: 39px;
	width: 100%;
}

.resourceBanner .content-box h3 {
	margin: 0 0 5px;
	width: 100%;
	font-family: 'latobold';
	font-size: 24px;
	line-height: 31px;
	color: #fff;
}

.resourceBanner .content-box p {
	margin: 0 0 13px;
	width: 100%;
	font-family: 'latoregular';
	font-size: 16px;
	line-height: 17px;
	color: #fff;
}

.resourceBanner .content-box .button {
	margin: 0;
	width: 180px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #e93779;
	border-color: #e93779 !important;
	font-size: 14px;
	color: #fff !important;
}

.resourceBanner .content-box .button img {
	margin: -2px 10px 0 0;
	width: 15px;
}

.resourceBanner+.contestant-resource-slide {
	margin-top: 0;
}

/* End Resource Banner */
/* Header & Footer */
header .social_icon.cart.pad-6 {
	text-transform: uppercase;
	padding-left: 24px !important;
	background-image: url(../images/front/common/currency-icon.svg);
	background-repeat: no-repeat;
	background-position: left 9px;
	font-size: 14px;
}

header .header-row1 .social_icon select {
	border-color: #e0e0e0;
	color: #9c9c9c;
	font-family: 'robotoregular';
	padding-left: 8px;
	padding-right: 18px;
	appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/front/common/down-icon.svg);
	background-position: calc(100% - 3px) center;
	background-repeat: no-repeat;
}

/*header .header-box .navigation ul li{border-color:transparent;} header .header-box .navigation ul li:not(:first-child):after { content: '';width: 1px;height: 11px;background-color: #e0dfdf;position: absolute;left: -1px;top: 50%;transform: translateY(-50%);}*/
header .header-row1 .social_icon .facebook,
header .header-row1 .social_icon .twitter,
header .header-row1 .social_icon .tiktok,
header .header-row1 .social_icon .pinterest,
header .header-row1 .social_icon .instagram {
	background: none;
	background-size: contain;
	background-position: left center !important;
	background-repeat: no-repeat;
	min-height: 14px;
	display: inline-table;
	transition: none;
}

header .header-row1 .social_icon .facebook {
	background-image: url(../images/front/common/facebook.svg);
}

header .header-row1 .social_icon .tiktok {
	background-image: url(../images/front/common/tiktok.svg);
}

header .header-row1 .social_icon .twitter {
	background-image: url(../images/front/common/twitter.svg);
}

header .header-row1 .social_icon .pinterest {
	background-image: url(../images/front/common/pintrest.svg);
}

header .header-row1 .social_icon .instagram {
	background-image: url(../images/front/common/Instagram.svg);
}

header .header-row1 .social_icon .facebook:hover,
header .header-row1 .social_icon .tiktok:hover,
header .header-row1 .social_icon .twitter:hover,
header .header-row1 .social_icon .pinterest:hover,
header .header-row1 .social_icon .instagram:hover {
	-webkit-filter: invert(75%) sepia(99%) saturate(6375%) hue-rotate(324deg) brightness(102%) contrast(103%);
	filter: invert(75%) sepia(99%) saturate(6375%) hue-rotate(324deg) brightness(102%) contrast(103%);
}

footer {
	background: #18191B;
	float: left;
	width: 100%;
	position: relative;
}

footer .ft_head {
	display: block;
	color: #fff;
	text-transform: uppercase;
	font: 16px 'latobold';
	margin-bottom: 12px;
	line-height: 20px;
	white-space: nowrap;
}

footer .footer_info a {
	display: block;
	margin-bottom: 12px;
}

footer .footer_info {
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 56px 0 36px;
	justify-content: space-between;
}

footer .footer_info .footer_box {
	padding-right: 8px;
	width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
	vertical-align: top;
}

footer .footer_info .footer_social {
	max-width: 25%;
}

footer .footer_info .footer_about {
	margin-left: 0;
	max-width: 11%;
}

footer .footer_info .footer_account {
	max-width: 15%;
}

footer .footer_info .footer_legal {
	max-width: 14%;
}

footer .footer_info .footer_quickLinks {
	max-width: 41%;
}

footer .footer_info .footer_contact {
	max-width: 18%;
}

footer .footer_info .footer_app {
	width: auto;
	margin-right: 0;
	padding-right: 0;
}

footer .footer_info a,
footer .footer_contact div {
	font-size: 14px;
	line-height: 18px;
	color: #9c9c9c;
	font-family: 'latoregular';
}

footer .footer_info a:hover {
	color: #e93779;
}

footer .social_links {
	margin: 48px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

footer .social_links a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'latobold';
	color: #9C9C9C;
}

footer .social_links a+a {
	margin-left: 12px;
}

footer .social_links a span {
	padding-top: 4px;
}

footer .footer_quickLinks ul {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

footer .footer_quickLinks ul li {
	width: 31%;
}

footer .footer_contact div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin-bottom: 12px;
	line-height: 1.4;
}

footer .footer_contact div img {
	margin-right: 8px;
	margin-top: 3px;
	width: 12px;
}

footer .footer_contact a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .footer_contact a img {
	margin-right: 5px;
	margin-top: 2px;
	width: 15px;
}

footer .footer_btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

footer .footer_btn .app-btn {
	margin: 0 0 20px;
	padding: 0;
	width: auto;
	line-height: 0;
}

footer .copyright {
	background: #222326;
	padding: 27px 0;
}

footer .copyright p {
	font-family: 'latobold';
	font-size: 14px;
	color: #919191;
}

.scroll-top.show {
	display: block;
}

.scroll-top {
	bottom: 20px;
	display: none;
	height: 46px;
	position: fixed;
	right: 20px;
	transition: opacity 0.2s ease-out 0s;
	width: 46px;
	z-index: 9;
	cursor: pointer;
}

/* End Header & Footer */

.step_pager {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	padding-bottom: 29px;
}

.step_pager .step {
	margin: 0;
	padding: 0 10px;
	font-family: 'latobold';
	font-size: 24px;
	line-height: 1.23;
	color: #9c9c9c;
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
}

.step_pager .step:not(:first-child) {
	margin-left: 120px;
}

.step_pager .step:not(:first-child)::after {
	content: '';
	position: absolute;
	width: 120px;
	border-top: 1px dashed #e93779;
	left: auto;
	right: 100%;
}

.step_pager .step i {
	margin: 0 10px 0 0;
	padding: 0px 1px 0 0;
	width: 32px;
	height: 32px;
	font-style: normal;
	font-size: 18px;
	line-height: 1.33;
	text-align: center;
	color: #000;
	background-color: #d7d7d7;
	display: inline-flex;
	border-radius: 40px;
	align-items: center;
	justify-content: center;
	border: 1px solid #d7d7d7;
}

.step_pager .step span {
	font-family: 'latobold';
}

.step_pager .step.active {
	color: #e93779;
}

.step_pager .step.active i {
	background-color: #ffecf3;
	border-color: #e93779;
	color: #e93779;
}

.step_pager .step.finish {
	color: #e93779;
}

.step_pager .step.finish i {
	background-color: #e93779;
	border-color: #e93779;
	color: #fff;
}

.step_pager .step.active:not(:first-child)::after,
.step_pager .step.step.finish:not(:first-child)::after {
	border-top-style: solid;
}

.bg-gray {
	background-color: #fafafa;
}

body .sol-selected-display-item,
body .sol-results-count {
	border-radius: 8px;
}

body .select2-container--open .select2-dropdown {
	border-radius: 16px !important;
	margin-top: 4px;
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	overflow-x: hidden;
}

body .select2-container--open .select2-search--dropdown {
	padding: 8px 8px 4px;
}

body .select2-search--dropdown .select2-search__field {
	padding-left: 10px
}

body .select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #303030 transparent transparent transparent;
	border-width: 7px 7px 0 7px;
	left: 0;
	margin-left: 2px;
}

.iti--separate-dial-code .iti__selected-flag {
	border-radius: 15px 0 0 15px;
}

.cke_editor_description {
	border-radius: 16px;
	overflow: hidden;
}

.inquiry_popup .panel {
	border-radius: 8px;
}

.pagDaily-Section .pg_logo {
	width: auto;
}

.emojionearea .emojionearea-editor:empty:before {
	color: #868686;
}

.hidden-title {
	display: none !important;
}

/* Header Menu Update */
.subNavBox {
	padding: 32px 0 40px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	width: 100%;
}

.subNavBox .w-33 {
	min-width: 33.2%;
	max-width: 33.2%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.subNavBox .subMenuImg {
	text-align: center;
	width: 100%;
}

.header-box .subMenu h3.text-center {
	text-align: center;
	text-transform: uppercase;
}

.header-box .subMenu .btn-pink {
	margin: 30px auto 0;
	width: 149px;
	border-radius: 30px;
	font-size: 12px;
}

.header-box .subMenu .btn-pink img {
	margin: 0 8px 0 -4px;
	max-height: 14px;
}

.header-box .subMenu .btn-pink:hover {
	color: #fff !important;
}

.header-box .subMenu .newLftmenu {
	padding-bottom: 6px;
}

.header-box .subMenu .newLftmenu h3 {
	margin-bottom: 12px;
}

.header-box .subMenu .newLftmenu h4 {
	font-family: 'latobold';
	font-size: 18px;
	line-height: 28px;
	color: #000;
}

/* End Header Menu Update */
/* Top Header App Strip */
.header-app {
	margin: 0;
	display: block;
	width: 100%;
	clear: both;
	background-color: #FFECF3;
	min-height: 60px;
}

.header-app .wrapper {
	padding: 10px 0;
	width: calc(100% - 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 0;
	border: none;
}

.header-app .header-txt p {
	margin: 0;
	width: auto;
	font-family: 'latobold';
	font-size: 18px;
	line-height: 28px;
	color: #000;
}

.header-app .header-btns {
	margin-left: 8px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.header-app .app-btn {
	margin-left: 12px;
	line-height: 0;
}

.header-app .closeApp {
	padding: 0;
	color: #000;
	font-size: 26px;
	line-height: 18px;
	border: none;
	background: transparent;
	position: absolute;
	right: 5px;
	font-family: 'latobold';
}

/* End Top Header App Strip */

.ggleTranslt {
	display: inline-flex;
	float: right;
	margin: 0 20px -2px 0;
}

.ggleTranslt .goog-te-gadget {
	display: inline-flex;
	align-items: center;
	font-size: 13px;
}

.ggleTranslt .goog-te-gadget>div {
	padding: 2px 5px;
	border-radius: 20px;
}

.ggleTranslt .goog-te-gadget>span {
	padding-left: 4px;
	margin-bottom: -5px;
}

.ggleTranslt .goog-te-gadget .goog-te-combo {
	margin: 0;
	border-color: #E0E0E0;
	color: #9C9C9C;
	font-family: 'robotoregular';
	padding: 2px 2px 2px 8px;
	font-size: 15px;
	height: 33px;
}

.ggleTranslt-mb {
	display: block;
	padding: 0 14px 8px;
}

.ggleTranslt-mb .goog-te-gadget {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 13px;
	position: relative;
	top: -2px;
}

.ggleTranslt-mb .goog-te-gadget>div {
	margin-right: auto;
}

.ggleTranslt-mb .goog-te-gadget>span {
	padding-left: 4px;
	margin-bottom: -5px;
}

.ggleTranslt-mb .goog-te-gadget .goog-te-combo {
	margin: 0;
	border-color: #E0E0E0;
	color: #9C9C9C;
	font-family: 'robotoregular';
	padding: 2px 2px 2px 8px;
	font-size: 15px;
	height: 33px;
}

.header-box .mainNav {
	min-width: 970px;
}

footer .footer_btn {
	flex-direction: row;
	gap: 20px;
	margin-bottom: 12px;
}

footer .ggleTranslt {
	max-width: 220px;
	margin: 0;
	width: 100%;
	float: left;
}

footer .ggleTranslt .goog-te-gadget {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
}

footer .ggleTranslt .goog-te-gadget>div {
	padding: 0;
	width: 100%;
}

footer .ggleTranslt .goog-te-gadget .goog-te-combo {
	width: 100%;
	color: #000;
	font-size: 16px;
	height: 34px;
	padding: 6px 16px;
	margin-bottom: 6px;
}

footer .ggleTranslt .goog-te-gadget>span {
	display: inline-block;
	margin: 0;
	padding-left: 0;
}

footer .ggleTranslt .goog-te-gadget a {
	color: #E30600;
	font-weight: 700;
	font-size: 14px;
	position: relative;
	top: 2px;
}

footer .ggleTranslt .goog-te-gadget a img {
	height: 20px;
	width: auto;
}

.contestantsSection {
	padding: 88px 0 160px;
}

.contestantsSection h3 {
	font-family: 'latobold';
	font-size: 32px;
	line-height: 42px;
	margin: 0 auto 76px;
	max-width: 740px;
	width: 100%;
	text-transform: capitalize;
}

.contestantsSection .innerwrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	gap: 120px;
}

.contestantsSection .box {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contestantsSection .imgbox {
	margin-bottom: 48px;
	width: 100%;
}

.contestantsSection .imgbox img {
	max-width: 100%;
}

.contestantsSection .btn-pink {
	border-radius: 50px;
	height: 48px;
	font-family: 'latobold';
	text-transform: uppercase;
	padding: 8px 32px;
}

.contestantsSection .btn-pink:hover,
.contestantsSection .btn-pink:focus {
	color: #fff !important
}

.rdyCmp-section h3 {
	margin: -20px 0 32px;
	font-size: 20px;
	line-height: 24px;
	font-family: 'latosemibold';
	font-weight: 500;
}

body .fancybox-wrap {
	z-index: 10005;
}

body .fancybox-overlay-fixed {
	z-index: 10001;
}

@media (min-width:1400px) {

	/* Header & Footer */
	header .wrapper,
	footer .wrapper {
		max-width: 1440px;
		width: calc(100% - 30px);
	}

	header .social_icon.cart {
		top: -5px;
	}

	header .social_icon.cart.pad-6 {
		padding: 7px 8px;
	}

	header .header-row1 {
		height: 57px;
		padding-top: 15px;
	}

	header .header-row2 {
		padding-bottom: 8px;
		margin-bottom: -8px;
		height: 110px;
	}

	header .header-row2 .logo {
		margin-top: -6px;
	}

	header .header-row2 .fr {
		width: 100%;
		max-width: calc(100% - 368px);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
	}

	.new-header-sign-up .header-row2 .fr {
		width: 100%;
		flex-wrap: wrap;
		max-width: none !important;
		display: block !important;
		align-items: center;
		justify-content: flex-start;
	}

	header .header-row2 .search_box {
		width: 720px;
		max-width: 68%;
		display: flex;
	}

	header .header-row2 .search_box .select-style {
		max-width: 245px;
		width: 100%;
		border-color: #b9b9b9;
	}

	header .header-row2 .search_box .select-style::after {
		height: 45px;
	}

	header .header-row2 #search-text-input {
		width: 100%;
	}

	header .header-row2 .loginbox {
		margin-left: auto;
	}

	header .header-row2 .loginbox>.button {
		width: 176px;
	}

	header .notifiaction_msg .notifiaction_count {
		font-size: 16px;
	}

	header .logoutbox .profile_dropdown img {
		width: 38px;
		height: 38px;
	}

	.header-box .mainNav {
		width: 1228px;
	}

	.header-box .mainNav>li>a,
	.header-box .mainNav>li>span {
		padding: 21px 44px;
		font-size: 18px;
		line-height: 24px;
	}

	.header-box .mainNav>li:not(:last-child):after {
		height: 12px;
	}

	.header-box.fixed .navigation .mainNav>li>a,
	.header-box.fixed .navigation .mainNav>li>span {
		padding-top: 15px;
		padding-bottom: 14px;
	}

	.header-box .hasNav .fa-angle-down {
		margin-left: 10px;
	}

	.header-box .hasNav.active .fa-angle-down,
	.header-box .hasNav:hover .fa-angle-down {}

	.header-box .subMenu {
		padding: 40px 40px 20px;
	}

	.header-box .subMenu_rgt {
		max-width: 396px;
		min-width: 396px;
	}

	.header-box .subMenu h3 {
		margin-bottom: 28px;
		font-size: 24px;
	}

	.header-box .subNav li {
		padding: 20px 10px 20px 0;
	}

	.header-box .subNav li a {
		font-size: 18px;
	}

	.header-box .subNav li .n_icon {
		width: 24px;
		max-height: 22px;
	}

	footer .footer_info {
		padding: 72px 0;
	}

	footer .ft_head {
		font-size: 18px;
		line-height: 24px;
		margin-bottom: 20px;
	}

	footer .footer_info a {
		font-size: 16px;
		line-height: 22px;
	}

	footer .social_links a+a {
		margin-left: 20px;
	}

	footer .footer_contact div {
		font-size: 16px;
		line-height: 22px;
	}

	footer .footer_contact div img {
		margin-right: 14px;
		width: 15px;
	}

	footer .footer_contact a img {
		margin-right: 10px;
		width: 19px;
		margin-top: 4px;
	}

	/* End Header & Footer */

	/*  Header Menu Update */
	.header-box .subMenu .newLftmenu h3 {
		line-height: 34px;
	}

	.header-box .subMenu .newLftmenu h4 {
		font-size: 20px;
		line-height: 30px;
	}

	/* End Header Menu Update */
}

@media (max-width:1399px) and (min-width:1200px) {

	/* Header & Footer */
	header .wrapper,
	footer .wrapper {
		max-width: 1280px;
		width: calc(100% - 30px);
	}

	header .header-row1 {
		height: 46px;
		padding: 12px 0;
	}

	header .social_icon.cart {
		top: -6px;
	}

	header .social_icon.cart.pad-6 {
		padding: 8px;
	}

	header .header-row2 .fr {
		padding-top: 12px;
		width: 100%;
		max-width: calc(100% - 360px);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: flex-start;
	}

	.new-header-sign-up .header-row2 .fr {
		width: 100%;
		flex-wrap: wrap;
		max-width: none !important;
		display: block !important;
		align-items: center;
		justify-content: flex-start;
	}

	header .header-row2 .search_box {
		width: 100%;
		max-width: calc(100% - 345px);
		display: flex;
	}

	header .header-row2 .search_box .select-style {
		max-width: 242px;
		width: 100%;
	}

	header .header-row2 #search-text-input {
		width: 100%;
	}

	header .header-row2 .loginbox {
		margin-left: auto;
	}

	header .header-row2 .loginbox>.button {
		width: 176px;
	}

	/* End Header & Footer */
}

@media (max-width:1199px) and (min-width:992px) {

	/* Header & Footer */
	header .header-row2 .loginbox>.button {
		width: 146px;
	}

	header .social_icon.cart.pad-6 {
		background-position: left 7px;
	}

	.header-row2 {
		height: 105px;
	}

	.header-box .mainNav>li>a,
	.header-box .mainNav>li>span {
		padding-left: 32px;
		padding-right: 32px;
	}

	.header-box .subMenu_rgt {
		max-width: 280px;
		min-width: 280px;
	}

	.header-box .subMenu h3 {
		margin-bottom: 12px;
	}

	.header-box .subNav li {
		padding-bottom: 8px;
	}

	.header-box .subNav li .n_icon {
		max-height: 22px;
		width: 20px;
		margin-right: 6px;
	}

	.header-row2 .search_box {
		display: inline-flex;
		min-width: 486px;
		margin-right: 20px;
	}

	.header-row2 .search_box .select-style,
	.header-row2 .search_box .sol-current-selection {
		width: 196px;
		min-width: 196px;
	}

	.header-row2 .search_box .sol-selected-display-item {
		font-size: 14px;
	}

	.header-row2 #search-text-input {
		width: 100%;
		font-size: 14px;
	}

	footer .ft_head {
		font-size: 14px;
	}

	footer .footer_info a,
	footer .footer_contact div {
		font-size: 12px;
	}

	footer .footer_logo img {
		width: 178px;
	}

	footer .social_links {
		margin-top: 26px;
	}

	footer .footer_info .footer_account {
		max-width: 16.8%;
	}

	footer .footer_info .footer_legal {
		max-width: 13%;
	}

	footer .footer_info .footer_about {
		max-width: 10%;
	}

	footer .footer_info .footer_contact {
		max-width: 21%;
	}

	footer .footer_quickLinks ul li {
		width: 32.5%;
	}

	footer .footer_btn .app-btn img {
		height: 42px;
		object-position: left center;
		object-fit: contain;
	}

	/* End Header & Footer */
}

@media (min-width:1024px) {
	.visible-xs {
		display: none !important;
	}

	.heading_title-box .w-r {
		display: inline-flex;
		flex-wrap: wrap;
	}
}

@media (max-width: 1023px) and (min-width: 768px) {
	.social_icon.cart {
		margin-right: 15px;
	}

	.curr-styl select {
		width: 93px !important;
	}
}

@media (max-width:600px) {
	.header-box.header-box-new .mainNav>li:not(:last-child):after {
		background-color: #e93779 !important;
	}
}

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

	textarea,
	input[type="text"],
	input[type="password"],
	input[type="date"],
	input[type="email"],
	input[type="button"],
	input[type="submit"] {
		-webkit-appearance: none !important;
		box-shadow: inherit;
	}

	.wrapper {
		padding: 0 10px;
	}

	.user_box #mblloginDropdown>a {
		margin: 0 !important;
		padding: 12px !important;
		font-size: 14px !important;
	}

	header .user_box #mblloginDropdown .dropdown_icon {
		height: 14px;
		margin-top: -23px;
		margin-right: -14px;
	}
}

@media screen and (min-width: 992px) {
	.ggleTranslt-mb {
		display: none
	}
}

@media screen and (min-width: 991px) {
	.header-row2 .fr {
		width: 100%;
	}

}

@media screen and (max-width: 991px) {
	.logo {
		float: none;
		max-width: 190px;
		margin-left: 15px;
	}

	#button-holder {
		width: 48px;
	}

	#search-text-input {
		width: 55%;
		padding-right: 52px;
	}

	.header-row2 .search_box .select-style {
		width: 45%;
	}

	.loginbox,
	.header-box {
		display: none;
	}

	.curr-styl select {
		width: 93px !important;
	}

	.header-row1 .social_icon a {
		font-size: 0px;
		padding: 0px;
		margin: 0 4px 0 0;
		width: 16px;
		display: inline-block;
		vertical-align: top;
	}

	.header-row1 .fr a:last-child {
		margin-left: 10px;
		padding-left: 10px;
	}

	.header-row1 .fr a {
		letter-spacing: 1px;
	}

	.header-row2 {
		height: auto;
		padding: 10px 0;
	}

	#page {
		display: block;
	}

	.user_box {
		float: right;
		width: 36px;
		height: 36px;
		line-height: 40px;
		display: inline-block;
		margin-top: 5px;
	}

	header .user_box {
		display: inline-flex;
		width: 52px;
	}

	.header-row2 .fr {
		width: 100%;
	}

	.user_icon {
		cursor: pointer;
		width: 36px;
		height: 36px;
	}

	header .user_box .dropdown-content .dropdown_icon {
		margin: -44px -18px 0 0;
	}

	.user_box .dropdown-content {
		top: 46px;
		min-width: 240px;
	}

	.user_box .dropdown-content a {
		margin: 0 0 10px;
		padding: 0 0 10px;
		border-bottom: 1px solid #e0e0e0;
		font-size: 16px;
	}

	.user_box .dropdown-content a:last-child {
		margin: 0 0;
		padding: 0 0;
		border-bottom: 0px;
	}

	.user_box .dropdown-content a.fan_btn {
		padding: 0 10px;
	}

	.user_box .dropdown-content .example_menu a {
		border: 0px;
		margin-bottom: 0px;
		padding-bottom: 0px;
	}

	.user_box .dropdown-content a.button {
		padding: 4px 10px;
	}

	.footer_info {
		padding-top: 20px;
		text-align: left;
	}

	.social_icon.cart {
		margin-right: 20px;
	}

	/* Header & Footer */
	header .wrapper {
		line-height: 1;
	}

	header #page {
		top: 18px;
	}

	header #page .mm-toggle i {
		font-size: 18px;
	}

	header .header-row1,
	header .notifi_mb {
		display: none !important;
	}

	header .logo {
		margin-left: 30px !important;
	}

	header .logo,
	header .logo a {
		display: inline-flex;
		line-height: 1;
		max-width: 134px;
	}

	header .user_box {
		display: inline-flex;
		width: auto;
		align-items: center;
		min-width: 53px;
		line-height: 1;
		height: auto;
	}

	header .mobile-cart {
		display: inline-block;
		margin: 0 8px -2px 0;
		line-height: 1;
	}

	header .mobile-cart a {
		position: relative;
		display: inline-block;
		line-height: 1;
	}

	header .mobile-cart a img {
		width: 15px;
	}

	header .mobile-cart a .cartCnt {
		position: absolute;
		background-color: #e93779;
		border-radius: 50px;
		bottom: 0;
		left: auto;
		right: 100%;
		min-width: 10px;
		height: 10px;
		font-size: 8px;
		color: #fff;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		margin: 0 -7px 0 0;
	}

	header .user_box .dropdown {
		display: inline-flex;
		line-height: 1;
	}

	header .user_icon {
		border: none;
		height: auto;
		width: auto;
		padding: 0 9px 0 5px;
		display: inline-flex;
		align-items: center;
		position: relative;
	}

	header .user_icon:after {
		content: '';
		position: absolute;
		border-width: 4px;
		border-style: solid;
		border-color: #b1b1b1 transparent transparent;
		right: 0;
		top: 46%;
	}

	header .user_box .dropdown-content {
		top: 32px;
	}

	header .user_box #mblloginDropdown .dropdown_icon {
		margin-top: -13px;
	}

	/* End Header & Footer */
}

@media (max-width:991px) and (min-width:768px) {

	/* Header & Footer */
	.header-row2 .search_box {
		display: inline-flex;
		min-width: 486px;
		margin-right: 20px;
	}

	.header-row2 .search_box .select-style,
	.header-row2 .search_box .sol-current-selection {
		width: 196px;
		min-width: 196px;
	}

	.header-row2 .search_box .sol-selected-display-item {
		font-size: 14px;
	}

	.header-row2 #search-text-input {
		width: 100%;
		font-size: 14px;
	}

	footer .footer_info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		padding-bottom: 12px;
	}

	footer .footer_info .footer_box {
		padding: 0 0 26px;
		width: 100%;
		max-width: 33.2%;
	}

	footer .social_links {
		margin-top: 16px;
	}

	footer .footer_info .footer_about {
		max-width: 22%;
	}

	footer .footer_info .footer_account {
		max-width: 22%;
	}

	footer .footer_info .footer_legal {
		max-width: 26%;
	}

	footer .footer_info .footer_quickLinks {
		max-width: 52%;
	}

	footer .footer_info .footer_contact {
		max-width: 48%;
	}

	footer .footer_info .footer_app {
		max-width: 52%;
	}

	footer .footer_quickLinks ul li {
		width: 33%;
	}

	footer .footer_info a,
	footer .footer_contact div {
		font-size: 12px;
	}

	footer .footer_btn {
		flex-direction: row;
	}

	footer .footer_btn .app-btn {
		margin-right: 12px;
	}

	footer .footer_btn .app-btn img {
		height: 40px;
		width: 134px;
	}

	/* End Header & Footer */
	/* Resource Banner */
	.resourceBanner .rscBnr-inner {
		padding: 16px 20px 16px 8px;
	}

	.resourceBanner .img-box {
		min-width: 142px;
		max-width: 142px;
	}

	.resourceBanner .content-box {
		padding-left: 26px;
		width: 100%;
	}

	/* End Resource Banner */
	/* Top Header App Strip */
	.header-app .header-txt p {
		font-size: 16px;
	}

	.header-app~#page {
		top: 114px;
	}

	/* End Top Header App Strip */
}

@media screen and (min-width:768px) {
	.heading_title-box.visible-xs {
		display: none;
	}

	body>.adthrive-sticky.adthrive-footer {
		max-height: 92px !important;
		min-height: 92px !important;
	}

	.heading_title-box .back-link {
		top: -1px;
	}

	.heading_title-box .back-link img {
		height: 16px;
		width: 9px;
		opacity: 1;
	}

	/* Top Header App Strip */
	.header-app .visible-xs {
		display: none;
	}

	/* End Top Header App Strip */
}

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

	/*html,body{overflow:auto;overflow-x:hidden;}*/
	body {
		overflow: auto;
		overflow-x: hidden;
	}

	.hidden-xs {
		display: none !important;
	}

	.visible-xs {
		display: block;
	}

	header .notifi_mb .dropdown-content {
		top: 36px;
		right: -22px;
	}

	header .dropdown-content .dropdown_icon {
		margin: -14px 0 0 0px;
	}

	.notifi_mb {
		position: absolute;
		left: auto;
		right: 62px;
		min-width: 20px;
		height: 30px;
		top: 10px;
		display: inline-block;
	}

	.notifi_mb .notifiaction_msg {
		position: relative;
		display: block;
		height: 100%;
	}

	.notifi_mb span.notifiaction_count {
		position: absolute;
		line-height: 1;
		color: #fff;
		background-color: #E93779;
		border: 2px solid #fff;
		padding: 3px 4px;
		font-size: 7px;
		border-radius: 19px;
		top: -3px;
		left: 5px;
		font-family: 'latobold';
	}

	.notifi_mb .notifiaction_msg img {
		width: 20px;
	}

	.notifi_mb+.logo {
		margin-left: 6px;
	}

	.header-row2 .search_box select#category_option {
		padding-left: 15px;
		height: 48px;
		background: #fff;
		max-width: 100%;
		width: auto;
		text-align: left;
		margin-left: auto;
		min-height: 48px;
		color: #707070;
		font-size: 14px;
	}

	header {
		border-bottom: 1px solid #e0e0e0;
	}

	.new-header-sign-up {
		border-bottom: none !important;
	}

	.select-style:after {
		background-size: 10px auto;
	}

	#search-text-input {
		box-shadow: none;
		-webkit-appearance: none;
		height: 48px;
	}

	#button-holder {
		width: 38px;
		height: 48px;
	}

	#button-holder button {
		background-size: 14px;
		background-position: 10px center;
	}

	.slick-dots {
		bottom: 10px !important;
	}

	iframe#launcher {
		margin-bottom: 42px !important;
	}

	.adthrive-device-phone:not(.adthrive-no-ads) .heading_title-box .mobile-fix {
		bottom: 52px;
	}

	.adthrive-device-phone:not(.adthrive-no-ads) iframe#launcher {
		margin-bottom: 98px !important;
	}

	.adthrive-device-phone:not(.adthrive-no-ads) footer .scroll-top {
		bottom: 108px;
	}

	/* heading_title-box */
	.heading_title-box {
		margin-bottom: 24px;
		align-items: flex-start;
	}

	.heading_title-box h1 {
		margin: 6px 0 12px;
	}

	.heading_title-box .button,
	.usrGallery .heading_title-box .button {
		padding: 8px 22px;
		min-height: 36px;
	}

	.heading_title-box.visible-xs {
		margin-top: 12px;
		margin-bottom: 15px;
	}

	/* Resource Banner */
	.resourceBanner {
		margin: 28px 0 30px;
		min-height: 260px;
		text-align: center;
	}

	.resourceBanner .rscBnr-inner {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		padding: 15px;
	}

	.resourceBanner .img-box {
		top: 0;
		padding-bottom: 16px;
	}

	.resourceBanner .img-box:after {
		display: none;
	}

	.resourceBanner .img-box img {
		height: 54px;
	}

	.resourceBanner .content-box {
		padding: 0;
		max-width: 330px;
	}

	.resourceBanner .content-box h3 {
		font-size: 20px;
		line-height: 25px;
	}

	.resourceBanner .content-box p {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.resourceBanner .content-box .button {
		width: 100%;
	}

	/* End Resource Banner */
	/* Header & Footer */
	.header-row2 .search_box {
		display: inline-flex;
		width: 100%;
		max-width: 420px;
		margin: 2px auto;
	}

	.header-row2 .search_box .select-input {
		position: static;
	}

	.header-row2 .search_box .select-style,
	.header-row2 .search_box .sol-inner-container {
		height: 48px;
	}

	.header-row2 .search_box .select-style,
	.header-row2 .search_box .sol-current-selection {
		width: 160px;
		min-width: 160px;
		height: 48px;
	}

	.header-row2 .search_box .sol-selected-display-item {
		font-size: 14px;
		padding-top: 12px;
	}

	.header-row2 .search_box .sol-container {
		position: static;
	}

	.header-row2 .search_box .sol-selected-display-item-text {
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.header-row2 .search_box .sol-inner-container {
		z-index: 10001 !important;
	}

	.header-row2 .search_box.search_val .sol-selected-display-item {
		padding: 13px 22px 13px 15px;
		background-position: calc(100% - 8px) center;
	}

	.header-row2 #search-text-input {
		padding: 6px 40px 6px 12px;
		width: 100%;
		font-size: 14px;
	}

	.header-row2 .search_box .search_lst {
		-webkit-box-shadow: 0 -24px 0 0 #fff;
		box-shadow: 0 -24px 0 0 #fff;
	}

	.header-row2 .search_box .search_lst li {
		padding-left: 12px;
	}

	.header-row2 .search_box #search-text-input:not(:placeholder-shown) {
		max-width: calc(100% - 38px);
		padding-right: 12px;
		border-radius: 0;
	}

	.header-row2 .search_box .search_lst li,
	.header-row2 .search_box .search_lst li:hover,
	.header-row2 .search_box .search_lst li:focus {
		background-position: calc(100% - 12px) center;
	}

	footer .hidden-xs {
		display: none;
	}

	footer .scroll-top {
		bottom: 42px;
	}

	footer .footer_info {
		padding: 30px 0 18px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	footer .footer_info .footer_box {
		margin: 0 0 30px;
		padding: 0 0 22px;
		max-width: 100%;
		border-bottom: 1px solid #6e6e6e;
	}

	footer .footer_info .footer_box:last-child {
		margin: 0;
		padding: 0;
		border-bottom: none;
	}

	footer .ft_head {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 12px;
	}

	footer .footer_info a {
		margin-bottom: 8px;
		font-size: 12px;
		line-height: 17px;
		letter-spacing: 0.132px;
	}

	footer .footer_quickLinks ul li {
		width: 100%;
		padding-right: 0;
		order: 0;
		margin: 0 !important;
		padding: 0 !important;
		border: none !important;
	}

	footer .footer_quickLinks ul li:nth-child(2n+2) {
		order: 1;
	}

	footer .social_links {
		margin-top: 32px;
	}

	footer .social_links a span {
		font-size: 14px;
		line-height: 20px;
	}

	footer .footer_contact div {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 17px;
		letter-spacing: 0.1px;
	}

	footer .footer_btn .app-btn {
		margin-bottom: 12px;
	}

	footer .copyright {
		padding: 25px 0 30px;
	}

	footer .copyright p {
		font-size: 12px;
		line-height: 15px;
	}

	/* End Header & Footer */
	/* Top Header App Strip */
	.header-app {
		min-height: 56px;
	}

	.header-app .wrapper {
		padding: 12px 32px 12px 10px;
		width: 100%;
	}

	.header-app .header-txt {
		width: 100%;
		/*text-align:left;*/
	}

	.header-app .header-txt p {
		font-size: 12px;
		line-height: 16px;
	}

	.header-app .app-btn {
		display: none;
	}

	.header-app .app-btn img {
		min-width: 91px;
		max-width: 91px;
		height: 28px;
	}

	.header-app .closeApp {
		font-size: 22px;
		top: 50%;
		transform: translateY(-50%);
		right: 10px;
	}

	.header-app~#page {
		top: 18px;
	}

	/* End Top Header App Strip */
	/*.header-app:not(.hidden-xs) ~ #page {top: 89px;}*/
	/* need to remove after php/laravel upgrade Live*/
}

@media screen and (max-width:479px) {
	header .logo {
		margin-left: 40px !important;
		margin-top: -3px;
	}
}

@media screen and (max-width:359px) {
	.notifi_mb+.logo {
		margin-left: 2px;
		max-width: 180px;
	}

	.notifi_mb {
		right: 56px;
	}

	.notifi_mb .notifiaction_msg img {
		width: 16px;
		margin-top: 3px;
	}

	.notifi_mb span.notifiaction_count {
		top: -4px;
	}

	/* Header & Footer */
	.header-row2 .search_box .select-style,
	.header-row2 .search_box .sol-current-selection {
		width: 140px;
		min-width: 140px;
	}

	footer .copyright p {
		font-size: 10px;
	}

	/* End Header & Footer */
}

@media(min-width: 1200px) {
	.header-box .mainNav {
		min-width: 1028px;
	}
}

@media(max-width:1024px) and (min-width:768px) {
	.contestantsSection h3 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 64px;
	}

	.contestantsSection .innerwrapper {
		gap: 0;
		justify-content: space-between;
		padding: 0 12px;
	}

	.contestantsSection .box {
		width: 380px;
		max-width: 46%;
	}

	.contestantsSection .imgbox {
		margin-bottom: 36px;
	}

	.contestantsSection .btn-pink {
		padding: 8px;
		font-size: 14px;
		width: 100%;
		height: 40px;
	}
}

@media(max-width:767px) {
	.contestantsSection {
		padding: 40px 0 80px;
	}

	.contestantsSection h3 {
		font-size: 24px;
		line-height: 34px;
		margin-bottom: 40px;
		letter-spacing: -0.12px;
	}

	.contestantsSection .innerwrapper {
		padding: 0;
		gap: 0;
		flex-direction: column;
		max-width: 390px;
		width: 100%;
	}

	.contestantsSection .box:not(:first-child) {
		margin-top: 40px;
		padding-top: 40px;
		border-top: 1px solid #D7D7D7;
	}

	.contestantsSection .imgbox {
		margin-bottom: 32px;
	}

	.contestantsSection .btn-pink {
		font-size: 12px;
		height: 40px;
		width: 100%;
		padding: 6px;
	}

	.rdyCmp-section h3 {
		margin: -10px 0 16px;
		font-size: 14px;
		line-height: 18px;
	}
}

/* New design updates 28 mar */
.form-element select:disabled {
	background-color: #f2f2f2;
}

div[role="presentation"]>iframe {
	left: 0;
}

.theme-text-colors {
	color: #E93779;
}

.headline-element {
	font-size: 50px !important;
}

.customNav-padding li {
	padding: 10px 5px !important;
}

.sub-menu-res-main .subMenu_rgt {
	display: block !important;
}

@media (max-width: 768px) {
	.sub-menu-res-main .headline-element {
		font-size: 25px !important;
	}

	.sub-menu-res-main .headline-element-tagline {
		font-size: 15px !important;
	}

	.sub-menu-res-main .subMenu_rgt {
		display: none !important;
	}
}

.filter-bip-ico {
	height: 15px !important;
}

#best-in-pageantry-filter {
	width: auto !important;
	margin: 10px !important;
}

@media (min-width: 768px) and (max-width: 1550px) {
	#best-in-pageantry-filter {
		position: relative;
		top: 3px;
	}
}
.sol-selection{
	max-height: 300px !important;
}