.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.butn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 15px;
    margin-left: 15px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 50px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.inspiration-button-gender {
    background: white;
    border: 1px solid #222;
    padding: 10px 20px;
    border-radius: 2px;
    color: black;
    width: auto !important;
}

.inspiration-button-gender.active {
    color: white;
    background: black;
}

.bottom-left-inspiration-image-text {
    font-size: .7rem;
    position: absolute;
    bottom: 22px;
    left: 25px;
    padding: 3px;
    background: #222222;
    color: white;
    border-radius: 3px;
}

/***
* + LEAVE NO DIRHAM BEHIND
***/

.leave-no-dirham-behind {
    background: #DAF1F8;
    border-bottom: 2px solid #BFDCE4;
    margin: 15px 0px;
    padding-top: 25px;
    text-align: center;
}

.leave-no-dirham-behind h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.leave-no-dirham-behind p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    padding: 0 20px;
}

.leave-no-dirham-behind span {
    font-weight: 900;
}

.leave-no-dirham-behind a.close-this-box {
    float: right;
    right: 15px;
    top: 10px;
    position: absolute;
}

.leave-no-dirham-behind form input {
    border: 1px solid #979797;
    color: #6C6C6C;
    margin-bottom: 10px;
    padding: 10px 0px;
    text-align: center;
    width: 80% !important;
}

.leave-no-dirham-behind form input[type=submit] {
    background: #00A3D2;
    border: 0;
    border-bottom-left-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom: 2px solid #067493;
    color: #fff;
    font-weight: 700;
    margin-bottom: -15px;
    padding: 10px 0px;
    text-align: center;
    width: 60% !important;
}

.btn-connect-option {
    display: block;
    font-size: 20px;
    font-weight: 700;
    background-color: #2d72d9;
    color: #fff;
    text-align: center;
    width: 200px;
    height: 40px;
    line-height: 28px;
    padding: 8px 20px 15px 60px;
    border-radius: 2px;
}

.btn-connect-option:hover {
    text-decoration: none;
    color: white;
}

.btn-connect-option.facebook {
    background: #4367b0 url('/images/btn-connect-option.png') 0 -10px/60px 120px no-repeat;
}

.btn-connect-option.google {
    background: #4585f1 url('/images/btn-connect-option.png') 0 -70px/60px 120px no-repeat;
}

/***********************************************************************************
 *	+ ORDERS HISTORY
 ***********************************************************************************/

.bank-details-container {
    position: fixed;
    top: 60px;
    right: -100%;
    bottom: 0;
    width: 100%;
    overflow-y: auto;
    padding: 2rem 1rem;
    background-color: #ffffff;
    transition: all 0.25s;
    z-index: 9999;
}

.bank-details-container.show {
    right: 0;
}

.bank-details-container h2 {
    font-family: "Lora", sans-serif;
    font-weight: 400;
    text-align: center;
}

.bank-details-container h2 a {
    float: left;
    color: #202224;
    transition: all 0.25s;
}

.bank-details-container h2 a:hover {
    color: #FF0041;
    text-decoration: none;
}

.bank-details-container .tab-content {
    padding-top: 25px;
}

/*LOGIN FORM*/
.bank-details-form {
    margin-bottom: 20px;
    font-size: 12px;
}

.bank-details-form .custom-checkbox {
    margin-top: -8px;
}

.bank-details-form input[type="submit"],
.bank-details-form button[type="submit"] {
    width: 100%;
    margin-top: 35px;
}

.bank-details-form .form-group + input[type="submit"],
.bank-details-form .form-group + button[type="submit"] {
    margin-top: 0;
}

.bank-details-form span {
    display: inline-block;
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
}

.bank-details-form p a {
    color: #363839;
    text-decoration: underline;
    transition: all 0.25s;
}

.bank-details-form p a:hover {
    color: #FF0041;
}

.bank-details-form > .btn {
    width: calc(50% - 12px);
}

/*LOGIN FORM*/

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; /* Remove default arrow */
}

/*FAQ*/
.faq-link {
    color: #343a40 !important;
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}

.faq-description {
    border-bottom: 1px solid #ddd;
    color: #6c757d;
    margin-top: 5px;
    margin-bottom: 0 !important;
    padding-bottom: 10px;
}

/***********************************************************************************
 *	+ SLIDER HOW IT WORKS
 ***********************************************************************************/

#slideshow {
    margin: 0px auto;
    position: relative;
    width: 100% !important;
    height: 120px;
    padding: 10px;
}

#slideshow > div {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
}

/***********************************************************************************
*	+ SLIDER HOW IT WORKS
***********************************************************************************/

.stores2 h1 {
    font-family: 'Lato';
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.stores2 p {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 20px;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #00A3D2;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 54%;
}

.wrapper-stores-to-hide-scrollbar {
    width: 100%;
    height: 100px;
    overflow: hidden;
    margin-bottom: 40px;
}
.wrapper-stores {
    width: 100%;
    white-space: nowrap;
    float: left;
    position: relative;
    padding-right: 20px;
    padding-bottom: 30px;
    vertical-align: top;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}

.item {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}

img {
    max-height: 100vh;
    vertical-align: top;
}

.search-stores {
    margin-bottom: 30px;
}

.search-bar-bar {
    margin: 0 auto;
    background: #EDEDED;
    width: 100%;
    height: 40px;
    padding-left: 40px;
    font-size: 12px;
    outline: none;
    border: 0;
    border-radius: 4px;
    color: #909090 !important;
}

.search-icon {
    position: relative;
    float: left;
    top: -28px;
    left: 12px;
}

/***********************************************************************************
	 *	+ SLIDER HOW IT WORKS
	 ***********************************************************************************/

.stores2 h1 {
    font-family: 'Lato';
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.stores2 p {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 19px;
    margin-bottom: 20px;
}

hr.style-one {
    border: 0;
    height: 1px;
    background: #00A3D2;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 54%;
}

.wrapper-stores {
    width: 100%;
    overflow-x: scroll;
    white-space: nowrap;
    float: left;
    position: relative;
    margin-bottom: 40px;
    padding-right: 20px;
    vertical-align: top;
}

.item {
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
}
img {
    max-height: 100vh;
    vertical-align: top;
}



.search-stores {
    margin-bottom: 30px;
}

.search-bar-bar {
    margin: 0 auto;
    background: #EDEDED;
    width: 100%;
    height: 40px;
    padding-left: 40px;
    font-size: 12px;
    outline: none;
    border: 0;
    border-radius: 4px;
    color: #909090 !important;
}

.search-icon {
    position: relative;
    float: left;
    top: -28px;
    left: 12px;
}

/***********************************************************************************
 *	+ INDIVIDUAL STORE INFO
 ***********************************************************************************/

.indiv-store-info {
    border: 1px solid #C1C1C1;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 20px 15px;
}

.indiv-store-info hr {
    border: 0;
    height: 1px;
    background: #C1C1C1;
    margin: 10px 15px;
}

.indiv-store-info p {
    color: #0073B5;
    font-size: 16px;
    font-weight: 700;
    padding-top: 10px !important;
}

.indiv-store-info a {
    display: block;
    padding-top: 10px !important;
}

.new-cashback {
    margin-bottom: 20px;
}

.new-cashback p {
    margin: 0 !important;
    margin-top: 10px !important;
    margin-bottom: 5px !important;
    padding: 0 !important;
    padding-left: 10px !important;
}

.new-cashback p span {
    color: #F93B65;
    font-weight: 700;
}

.new-alignment {
    margin-top: 10px !important;
    padding: 0 10px;
}
.timeline-left{
    background: url('/images/timeline-left.png');
    height: 63px;
    width: 219px;
}
.timeline-right{
    background: url('/images/timeline-right.png');
    color: #00C71C;
    font-size: 13px;
    font-weight: 900;
    height: 63px;
    text-align: center;
    width: 131px;
}

	/***********************************************************************************
	 *	+ SLIDER SIGN UP
	 ***********************************************************************************/

	@keyframes slideshow {
		10% {left: 0;}
		20% {left: 0;}
		30% {left: -100%;}
		40% {left: -100%;}
		50% {left: -200%;}
		60% {left: -200%;}
		70% {left: -300%;}
		80% {left: -300%;}
		90% {left: -400%;}
		100% {left: -400%}
	}


	#slider{overflow:hidden;width:50%;margin:5px auto; border: 5px solid transparent;border-radius: 10px;}
	#slider figure img{width:20%;float:left;}
	#slider figure{position:relative;width:500%;margin:0;left:0;text-align:left;animation:20s slideshow infinite}

	@media screen and (max-width: 767px) {#slider {overflow: hidden; width: 100%; margin: 0 auto;}}

	.new-border-signup{
		border: 1px solid #ccc !important;
		border-radius: 4px;
		margin-top: 3px;
		height: 42px;
		padding: 0 10px !important;
	}
	input.new-border-signup:focus{
		border-color: #666 !important
	}
