.s4InnerItem.myFavourite .sectionTitleWrapper {
	position: relative;
	margin-bottom: 50px;
	height: auto;
}
.s4InnerItem.myFavourite .sectionInnerContent .favouriteListWrapper {
	position: relative;
	width: 600px;
	margin-bottom: 15px;
}
.s4InnerItem.myFavourite .sectionInnerContent .favouriteListWrapper .infoRow {
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.s4InnerItem.myFavourite .sectionInnerContent .favouriteListWrapper .infoRow.active {
	cursor: pointer;
}
.s4InnerItem.myFavourite .sectionInnerContent .favouriteListWrapper .infoRow .no {
	position: relative;
    width: 44px;
    height: 52px;
    background: #DD9379;
    border: 4px solid #DC7B52;
    border-radius: 30px;
    color: #FFFFFF;
    margin-right: 20px;
    float: left;
}
.s4InnerItem.myFavourite .sectionInnerContent .favouriteListWrapper .infoRow.active .no {
    background: #DC7B52;
    border: 4px solid #DC7B52;
    cursor: pointer;
}
.s4InnerItem.myFavourite .sectionInnerContent .favouriteListWrapper .infoRow.active .rowColumnItem:not(:last-child):hover .no {
	background: #CE5E25;
    border: 4px solid #CE5E25;
}
.s4InnerItem.myFavourite .sectionInnerContent .favouriteListWrapper .infoRow .no span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    font-size: 18px;
}
.s4InnerItem.myFavourite .sectionInnerContent .favouriteListWrapper .infoRow .category {
	color: #FFFFFF;
	font-size: 14px;
}
.s4InnerItem.myFavourite .sectionInnerContent .favouriteListWrapper .infoRow .name {
	color: #76542F;
    font-size: 22px;
    font-weight: 600;
}
.s4InnerItem.myFavourite .sectionInnerContent .favouriteListWrapper .infoRow .name .small {
    font-size: 15px;
}
.s4InnerItem.myFavourite .sectionInnerContent .favouriteListWrapper .infoRow .btnDelete {
    display: block;
	float: right;
	text-align: center;
}
.s4InnerItem.myFavourite .sectionInnerContent .favouriteListWrapper .infoRow .btnDelete .text {
	color: #FFFFFF;
    font-size: 11px;
    opacity: 0.5;
    
	transition: opacity 1s;
}
.s4InnerItem.myFavourite .sectionInnerContent .favouriteListWrapper .infoRow .btnDelete .icon {
	background: #D27C53;
    border-radius: 5px;
    margin-bottom: 5px;
}
.s4InnerItem.myFavourite .sectionInnerContent .favouriteListWrapper .infoRow .btnDelete .icon .img {
    width: 40px;
    height: 40px;
    background: url(/images/myFavourite/btnDelete.png) center no-repeat;
    background-size: 40%;
    opacity: 0.3;
}
.s4InnerItem.myFavourite .sectionInnerContent .favouriteListWrapper .infoRow.active .btnDelete:hover .text, .s4InnerItem.myFavourite .sectionInnerContent .favouriteListWrapper .infoRow.active .btnDelete:hover .icon .img {
	opacity: 1;
}


.tooltip {
	width: 110px;
	background: #F9F6F1;
	padding: 3px 0;
	text-align: center;
}
.tooltip .title {
	font-size: 13px;
	color: #DD9379;
	margin-bottom: 5px;
	font-weight: 600;
}
.tooltip button {
	cursor: pointer;
}
.tooltip button.btnCancel {
	font-size: 8px;
	color: #E09079;
	background: #F9F6F1;
	border: 1px solid #EBE4DC;
	border-radius: 5px;
	width: 48px;
	height: 24px;
	margin: 0 2px;
}
.tooltip button.btnConfirm {
	font-size: 8px;
	color: #E09079;
	background: #EBE4DC;
	border: 1px solid #EBE4D5;
	border-radius: 5px;
	width: 48px;
	height: 24px;
	margin: 0 2px;
}
.tooltip button hr {
	width: 6px;
	border: 0;
	border-bottom: 1px solid #E09079;
	margin: 0 auto;
	margin-top: 2px;
}

.tippy-box[data-theme~='delete'] {
	background-color: #F9F6F1;
	color: #F9F6F1;
	margin-top: 10px;
	margin-right: 5px;
	-webkit-box-shadow: 0px 2px 10px 0px #D27C53; 
	box-shadow: 0px 2px 10px 0px #D27C53;
}
.tippy-box[data-theme~='delete'][data-placement^='left'] > .tippy-arrow::before {
	transform: scale(0.7);
	top: -20px;
	border-left-color: #F9F6F1;
}

.tippy-box[data-theme~='added'] {
	background-color: #F9F6F1;
	color: #F9F6F1;
	margin-top: 5px;
	-webkit-box-shadow: 0px 2px 10px 0px #D27C53; 
	box-shadow: 0px 2px 10px 0px #D27C53;
}
.tippy-box[data-theme~='added'][data-placement^='top'] > .tippy-arrow::before {
	transform: scale(0.7);
	border-top-color: #F9F6F1;
}
.tippy-box[data-theme~='added'][data-placement^='bottom'] > .tippy-arrow::before {
	transform: scale(0.7);
	border-bottom-color: #F9F6F1;
}





.btnAddToMyFavourite {
	position: absolute;
	width: 30px;
	text-align: center;
	top: 320px;
	right: 20px;
	cursor: pointer;
}
.btnAddToMyFavourite .text {
	display: block;
	color: #FFFFFF;
    font-size: 12px;
    opacity: 0.5;
    white-space: nowrap;
    transform : scale(0.75);
    margin: 0 -10px;
}
.btnAddToMyFavourite .icon {
	width: 26px;
	height: 26px;
	background: #D27C53;
	border-radius: 5px;
	margin-bottom: 5px;
	margin-left: 2px;
}
.btnAddToMyFavourite .icon .img {
	width: 26px;
	height: 26px;
	background: url(/images/myFavourite/btnFavourite.png) center no-repeat;
	background-size: 60%;
	opacity: 0.3;
}
.btnAddToMyFavourite:hover .icon .img {
	opacity: 1;
}

.difficultiesList .btnAddToMyFavourite {
	top: 340px;
}
.gameSelectItem .btnAddToMyFavourite {
	top: 125px;
	left: 10px;
}
.gameSelectItem .unlockItemWrapper .btnAddToMyFavourite {
	top: 155px;
	left: 35px;
}
.gameSelectItem.insomnia .btnAddToMyFavourite, .gameSelectItem.course .btnAddToMyFavourite {
	top: 135px;
}


.favouriteAdded {
	color: #DD9379;
    font-size: 12px;
    white-space: nowrap;
}
.favouriteAdded i.img {
    width: 11px;
    height: 12px;
    background: url(/images/myFavourite/btnFavouriteAdded.png) center bottom no-repeat;
    background-size: contain;
    display: inline-block;
}

.ajaxContent .jspVerticalBar {
	display: none;
}
.ajaxContent .closeLifePop {
	margin-right: 4px;
}
