/* ========== text alignment ========== */
.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

/* ========== end of text alignment ========== */

/* ========== custom grid layout ========== */
.clearfix:before, .clearfix:after {
	clear: both;
	display: block;
	content: "";
}

.column-container {
	font-size: 0;
}

.column {
	display: inline-block;
	font-size: 15px;
	vertical-align: top;
	padding: 0 15px;
}

.column-no-padding {
	display: inline-block;
	font-size: 15px;
	vertical-align: top;
	padding: 0;
}

.one-third {
	width: 33.33333333%;
}

.one-fourth {
	width: 25%;
}

.one-half {
	width: 50%;
}

.two-third {
	width: 66.66666667%;
}

.three-fourth {
	width: 75%;
}

.xs-full {
	width: 100%;
}

.xs-one-half {
	width: 50%;
}

.xs-one-third {
	width: 33.33333333%;
}

.xs-two-third {
	width: 66.66666667%;
}


/* ========== end of custom grid layout ========== */

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

html {
	overflow-y: scroll !important;
}

body {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
	border: 0;
}

.mb10 {
	margin-bottom: 10px;
}

.mb20 {
	margin-bottom: 20px;
}

.shoppingcartcontainer {
	vertical-align: bottom;
}

.logintext {
	background: url(../images/backgroundpiece.jpg) center;
	background-size: cover;
	padding: 40px;
}

.earths-best {
	background: url(https://satndd.s3-ap-southeast-1.amazonaws.com/TND-00014_normal.jpeg?AWSAccessKeyId=AKIAIFWYSOQ5HJWQ2HJQ&Expires=1751767835&Signature=jrOTxJ5h1a3viAjzZTFK6VELxlo%3D) no-repeat center #fff;
	padding: 283px 0 0;
}

.valign-bottom {
	vertical-align: bottom;
}

.bg-orange {
	background: rgba(244,87,15,0.9);
	color: #fff;
	padding: 10px;
}

.travel-club-promotion {
	background: url(https://satndd.s3-ap-southeast-1.amazonaws.com/TND-00011_normal.jpeg?AWSAccessKeyId=AKIAIFWYSOQ5HJWQ2HJQ&Expires=1750235220&Signature=7sLColXda1UJEFxrDCUXeZOrLcU%3D) no-repeat center #fff;
	padding: 282px 0 0;
}

.travel-club-promotion .dealprice_desbox .bg-orange {
	padding: 48px 10px;
}

.kibbles-bits {
	background: url(https://satndd.s3-ap-southeast-1.amazonaws.com/TND-00012_normal.jpeg?AWSAccessKeyId=AKIAIFWYSOQ5HJWQ2HJQ&Expires=1751450582&Signature=%2F3WFrtpAQWRDE%2F3gh3wLgScUUpA%3D) no-repeat center #fff;
	padding: 375px 0 0;
}

.bg-green {
	background: rgba(24,113,43,0.9);
	color: #fff;
	padding: 10px;
}

.kibbles-bits .dealprice_desbox_green .bg-green {
	padding: 47px 10px;
}

.cuisinart {
	background: url(https://satndd.s3-ap-southeast-1.amazonaws.com/TND-00015_normal.jpeg?AWSAccessKeyId=AKIAIFWYSOQ5HJWQ2HJQ&Expires=1751768320&Signature=u%2BNtTLQn%2FMM96Kza3UgTY6wZm8M%3D) no-repeat center #fff;
	padding: 374px 0 0;
}

.footer-menu li {
	display: inline-block;
	margin-bottom: 15px;
}

.footer-menu li:after {
	content: "/";
	margin: 0 2px 0 8px;
}

.footer-menu li a {
	color: #fff;
	text-decoration: none;
}

.footer-menu li a:hover {
	text-decoration: underline;
}

.mobile-menu {
	display: none;
	width: 100%;
	padding: 5px;
}

.history {
	color: #A4A4A4;
    font-weight: bold;
    font-family: OpenSans-Regular;;
}

.order-history-table, .receipt-table, .shopping-cart-table {
	width: 100%;
	max-width: 100%;
	border-bottom: 1px solid #eee;
	border-collapse: collapse;
  	border-spacing: 0;
}

.order-history-table thead th, .receipt-table thead th, .shopping-cart-table thead th {
	border-bottom: 1px solid #eee;
	padding: 5px;
	text-align: left;
	white-space: nowrap;
}

.order-history-table tbody td, .receipt-table tbody td, .shopping-cart-table tbody td {
	padding: 5px;
}

.table-responsive {
	min-height: .01%;
	overflow-x: auto;
}

.table-responsive .btnimage{
	all:initial;
	height: auto;
	border: 0;
	
}

.text-gray {
	color: #999;
}

.receipt-title {
	color: rgb(34, 150, 103);
	font-family: OpenSans-Regular;
}

.receipt-number {
	font-size: 18px;
}

.payment-computation {
	float: right;
	width: 280px;
}

.reveal-modal  {
	top: 115px;
	left: 0;
	margin-left: 30%;
}

.bordered-heading-title {
	border-bottom: 1px solid #eee;
	padding: 0 0 10px;
	margin: 0 0 10px;
}

.indented-list {
	margin-left: 20px;
}

.dealdetailprice-text {
	font-size: 48px;
/*  padding: 9px; */
}

.loginbtn-heading {
	color: #000;
}

/* ========== responsive styles ========== */
@media screen and (min-width: 768px) {
	.bodycontainer, .footer {
		width: 750px;
	}

	.sm-full {
		width: 100%;
	}

	.sm-one-half {
		width: 50%;
	}

	.sm-one-third {
		width: 33.33333333%;
	}

	.sm-two-third {
		width: 66.66666667%;
	}

}

@media screen and (min-width: 992px) {
	.bodycontainer, .footer {
		width: 970px;
	}

	.md-full {
		width: 100%;
	}

	.md-one-half {
		width: 50%;
	}

	.md-one-third {
		width: 33.33333333%;
	}

	.md-two-third {
		width: 66.66666667%;
	}
}

@media screen and (min-width: 1200px) {
	.bodycontainer, .footer {
		width: 1170px;
	}

	.lg-full {
		width: 100%;
	}

	.lg-one-half {
		width: 50%;
	}

	.lg-one-third {
		width: 33.33333333%;
	}

	.lg-two-third {
		width: 66.66666667%;
	}
}

@media screen and (max-width: 768px) {
	.header .one-third {
		width: 100%;
	}

	.one-fourth {
		width: 25%;
	}

	.one-half {
		width: 100%;
	}

	.two-third {
		width: 66.66666667%;
	}

	.three-fourth {
		width: 75%;
	}

	.blockcontainer {
		margin-bottom: 20px;
	}

	.dealprice_desbox:after, .dealprice_desbox_green:after {
		display: none;
	}

	.leftfooterpanel {
		text-align: center;
		margin-bottom: 20px;
	}

	.shoppingcartcontainer {
		text-align: center;
	}

	.footer-menu {
		display: none;
	}

	.mobile-menu {
		display: block;
	}

	.table-responsive {
		max-width: 100%;
		-ms-overflow-style: -ms-autohiding-scrollbar;
	}

	.loginbtn {
		text-align: center;
		margin-bottom: 20px;
		float:none;
	}

	.order-history-table tbody td, .receipt-table tbody td, .shopping-cart-table tbody td {
		white-space: nowrap;
	}
}

@media screen and (max-width: 480px) {
	.logintext {
		padding: 15px;
	}

	.addtocartbuttonstyle {
		padding: 0;
	}

	.reveal-modal {
		width: 100%;
		margin: 0;
	}
}

@media screen and (max-width: 479px) {
	select#soflow {
		padding: 5px 0;
		background-size: 20%;
	}
}

/* NEW STYLES, ADDED ON 2018/07 */

table.safra-table {
	border-bottom: 0;
}

table.safra-table th {
	background: #424242;
	color: #fff;
	text-transform: uppercase;
	border: 0;
	border-right: 1px solid #fff;
	vertical-align: middle;
}

table.safra-table td, table.safra-table th {
	padding: 12px 15px;
	text-align: center;
	font: 12px/20px Arial;
}

.receipt-total {
	background: #ebebeb;
	padding: 5px 20px;
}

.receipt-subtotal {
	padding: 3px 20px;
}

.receipt-total .row-receipt, .receipt-subtotal .row-receipt {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 6px 0;
}

.receipt-total .row-receipt h3, .receipt-subtotal .row-receipt h3 {
	font: 700 18px/26px;
	text-transform: uppercase;
	margin: 0;
}

.receipt-ad {
	margin: 30px 0;
}

.receipt-ad > * {
	margin: 20px 0;
}

.receipt-ad .ad-text {
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 16pt;
}

	.receipt-ad .img-panel .image-text {
		width: 100%;
		text-align: center;
	}

	.receipt-ad .img-panel p {
		margin: 10px auto 15px;
		padding: 6px 10px;
		display: inline-block;
		background-color: rgb(255, 192, 0);
		text-align: center;
		font-size: 14pt;
	}

.receipt-ad .img-panel {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.receipt-ad .img-panel > div {
	width: 32%;
}

.receipt-ad .img-panel img {
	width: 100%;
}

a.safra-button, button.safra-button {
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 15px;
	padding: 10px 30px;
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	display: inline-block;
}

.safra-button.primary {
	/*background-color: #ed2c37;*/
	color: #ffffff;
}

#add-to-cart-modal .safra-button {
	padding: 10px;
	font-size: 1.2em;
}

.safra-red {
	background-color: #ed2c37 !important;
}

.safra-red-text {
	color: #ed2c37 !important;
}

a.safra-button:hover {
	/*background-color: #780a0a;*/
	text-decoration: none;
}

a.safra-button.secondary:hover {
	background-color: #cccccc;
	text-decoration: none;
}

.safra-button[disabled="disabled"], .safra-button.disabled, .safra-button:disabled {
	background-color: #dddddd !important;
	color: #ffffff !important;
	pointer-events: none;
	/*cursor: wait;*/
	appearance: none;
	-webkit-appearance: none;
}

.backtolisting-2 {
	background-color: #ffffff;
	padding: 20px 0;
	/*margin: 30px 0 0;*/
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.backtolisting-2 p {
	vertical-align: middle;
}

.receipt-details {
	width: auto;
	max-width: 400px;
	margin: auto;
	border: 1px solid #cacaca;
	border-radius: 2px 2px;
	padding: 20px 50px;
}

.receipt-details .row-receipt label {
	font-weight: 700;
	font-size: 15px;
	text-transform: uppercase;
	margin: 0;
	width: 145px;
}

.receipt-details .row-receipt p {
	font-size: 15px;
	margin: 0;
	width: 170px;
}

.receipt-details .row-receipt {
	text-align: left;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.receipt-header {
	background: #28b653;
	padding: 10px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
}

.receipt-header .icon {
	margin: 0 20px 0 0;
}

/*** Styles for TIMER SECTION ***/

#timer {
	background: url(../images/backgroundpiece.jpg) center;
	background-size: cover;
	padding: 15px;
	text-align: center;
	margin-bottom: 20px;
	z-index:101;
}

.mrl_15 {
	margin-right: 15px;
	margin-left: 15px;
}

#timer .timertext .header {
	color: #ed2c37;
}


.btn-panel {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: center;
	width: 100%;
}

.btn-panel > button, .btn-panel > a {
	width: auto;
}

.safra-modal .btn-panel > button, .safra-modal .btn-panel > a {
	width: 40%;
}

#timeout, .timer-2, #unsuccesful {
	text-align: center !important;
	padding: 160px 0 !important;
	background: none !important;
	background-color: #fff !important;
}

.timeout-text .header, .timer-2 .header, .unsuccessful {
	color: #ed2c37 !important;
}

.header.sub-header {
	color: #000 !important;
}

#timeout .header, #timer .header {
	margin: 0;
}

#timer .sub-text {
	margin: 0 auto;
	max-width: 700px;
	font-size: 1.2em;
}

#timeout .safra-button.primary, .timer-2 .safra-button.primary, #unsuccesful .safra-button.primary {
	padding: 10px 60px !important;
	margin-top: 120px !important;
}

.timer-2 .timertext p {
	font-size: 1.4em;
	margin-left: 100px;
	margin-right: 100px;
}

.timer-scroll {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 100;
	margin: 0 !important;
	-webkit-box-shadow: 0 20px 40px -6px black;
	-moz-box-shadow: 0 20px 40px -6px black;
	box-shadow: 0 20px 40px -6px black;
}

#timer.timer-scroll .header {
	font-size: 16pt;
}

#timer.timer-scroll .sub-text {
	font-size: 1em;
}

#timer.timer-scroll .safra-button {
	font-size: 14pt;
}

.safra-modal {
	border-radius: 0px;
	background-color: #fff;
	width: 60%;
	margin: auto;
	position: absolute;
	left: 0px;
	right: 0px;
	-webkit-box-shadow: 1px 1px 50px 5px rgba(0,0,0,1);
	-moz-box-shadow: 1px 1px 50px 5px rgba(0,0,0,1);
	box-shadow: 1px 1px 50px 5px rgba(0,0,0,1);
	z-index: 101;
	top: 115px;
	padding: 20px;
}

.safra-modal h1.modal-header {
	text-align: center;
	margin: 20px;
}

.safra-modal .btn-panel > * {
	font-size: 1em;
	font-weight: bold;
}

.safra-modal .details-container > * {
	margin-top: 10px;
}

.safra-modal .details-container .cart-item-detail {
	font-size: 20pt;
	margin-left: 20px;
}

.safra-modal .details-container table.cart-items td {
	padding: 5px;
	vertical-align: baseline;
	font-size: 20pt;
}

.safra-modal .details-container table.cart-items td:first-child {
	white-space: nowrap;
}

.safra-modal .details-container .cart-item-total {
	font-size: 2.4em;
	font-weight: 900;
	margin-left: 20px;
}

/*.custom-loading-text {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	margin: auto;
	z-index: 101;
}//OLD/OLD1*/

/*.custom-loading-text:after {
	content: 'Redirecting. Please wait.';
	color: #fff;
}//OLD*/

/*.custom-loading-text {
	display: inline-block;
	width: 50px;
	height: 50px;
	border: 3px solid rgba(255,255,255,.3);
	border-radius: 50%;
	border-top-color: #fff;
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}

	to {
		-moz-transform: rotate(360deg);
	}
}//OLD1*/

.custom-loading-text-2 {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 101;
	/*display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;*/
	margin: auto;
}

.spinner {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%, 100% {
		-webkit-transform: scale(0.0)
	}

	50% {
		-webkit-transform: scale(1.0)
	}
}

@keyframes sk-bounce {
	0%, 100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}

	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

.custom-modal-bg {
	position: fixed;
	background-color: rgba(0,0,0,.8);
	z-index: 100;
	top: 0px;
	width: 100%;
	left: 0px;
	height: 100%;
}

.timeline {
	padding-bottom: 20px;
	background-color: #fff;
}

.timeline .horizontal-timeline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	margin-top: 20px;
}

.timeline .horizontal-timeline .step {
	width: 200px;
	z-index: 1;
}

.timeline .horizontal-timeline .step-description {
	font-size: 20px;
	font-weight: bolder;
	text-align: center;
	width: 200px;
}

.timeline .horizontal-timeline .active .circle, .horizontal-timeline .line.active {
	background-color: #ef703e !important;
}

.timeline .horizontal-timeline .active-text {
	color: #ef703e !important;
}

.timeline .horizontal-timeline .step .step-text {
	color: #fff;
	font-size: 50px;
	font-weight: bolder;
	height: 100%;
	width: 100%;
	text-align: center;
	/*line-height: 80px;*/
	padding: 15px;
}

.timeline .horizontal-timeline .line {
	background-color: #8b8b8b;
	width: auto;
	height: 5px;
	flex-grow: 1;
	margin: 0 -80px;
}

.circle {
	background-color: #8b8b8b;
	border-radius: 50%;
	behavior: url(PIE.htc);
	height: 80px;
	width: 80px;
	margin: auto;
}

.unsuccessful {
	display: none;
}

@media (max-width: 320px) {
	select#soflow {
		font-size: 11px;
		padding: 10px 3px;
		background-size: 45px;
	}

	.safra-modal .details-container table.cart-items td:first-child {
		width: 40%;
		white-space: normal;
	}
}

@media (min-width: 768px) {
	.receipt-ad .img-panel img {
		max-height: 200px;
	}
}

@media only screen and (max-width: 426px) {
	.receipt-ad .img-panel > div {
		width: 100%;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 768px) {
	/* For mobile phones: */
	.safra-modal {
		width: 90%;
	}

	.safra-modal .btn-panel > button, .safra-modal .btn-panel > a {
		width: 100%;
	}

	.safra-modal .detailtitle {
		font-size: 1.6em;
	}

	.safra-modal .details-container .cart-item-detail, .safra-modal .details-container table.cart-items td {
		font-size: 18pt;
	}

	.safra-modal .details-container .cart-item-total {
		font-size: 1.8em;
	}

	.timeline .horizontal-timeline .step {
		width: 80px;
	}

	.timeline .horizontal-timeline .step-description {
		font-size: 16px;
		width: 80px;
	}
	
	.receipt-details {
		padding: 20px;
	}

	#timer .timertext .header {
		font-size: 16pt;
	}

	#timer .timertext .sub-text {
		font-size: 0.8em;
	}

	#timer .safra-button {
		font-size: 1em;
	}

	.download-btn-pnl {
		flex-flow: row wrap !important;
	}

	.download-btn-pnl .btn-item img#app-store {
		width: 87% !important;
	}

	.addtocartbutton {
		font-size: 1em !important;
	}

	.table-responsive {
		overflow-x: scroll;
	}
	
	.table-responsive::-webkit-scrollbar {
		-webkit-appearance: none;
		width: 10px;
		height: 10px;
	}

	.table-responsive::-webkit-scrollbar-thumb {
		border-radius: 1px;
		background-color: rgba(0,0,0,0.5);
		-webkit-box-shadow: 0 0 1px rgba(255,255,255,0.5);
		box-shadow: 0 0 1px rgba(255,255,255,0.5);
	}
}

@media only screen and (max-width: 376px) {
	#timer .timertext .header {
		font-size: 12pt;
	}
}

#PrintArea {
	background-color: #fff;
}

.corner-ribbon.br-lines {
	
}

.corner-ribbon.br-lines .text-ribbon {
	top: 10px;
	right: -80px;
}

/** APP DOWNLOAD IN PURCHASE PAGE **/
.download-text {
	font-weight: bold;
	text-align: center;
}

.download-btn-pnl {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: space-between;
}

.download-btn-pnl .btn-item {
	width: 100%;
}

.download-btn-pnl .btn-item img {
	max-width: 100%;
	height: auto;
}

.download-btn-pnl .btn-item img#app-store {
	margin: 6%;
	width: 80%;
}

.backtolisting-2 .link-text {
	margin: auto 10px;
	text-align: center;
}

label.disabled {
	color: gray;
}

.detaildealdescription a {
	text-decoration: underline;
}

.soflow-container, .orderquality {
	position: relative !important;
}

.arrow-down-img {
	display: none;
}

select#soflow {
	min-height: 50px;
}

@media only screen and (max-width: 768px) {
	select#soflow {
		background-image: none;
	}

	.arrow-down-img {
		display: block;
		float: left;
		right: 0;
		pointer-events: none;
		position: absolute;
		bottom: 0;
		height: 50px;
	}
}

@media only screen and (max-width: 426px) {
	select#soflow {
		min-height: 35px;
	}

	.arrow-down-img {
		height: 35px;
	}
}

/*** ADDED ON 2018-09-25 - Custom soflow ***/
@media only screen and (min-width: 1024px) {
	select#soflow.custom-soflow {
		-webkit-appearance: button;
		-webkit-border-radius: 0px;
		-webkit-padding-end: 20px;
		font-family: OpenSans-Regular;
		-webkit-padding-start: 2px;
		-webkit-user-select: none;
		/* background-image: url(http://tnd1.luqosdev.com/images/arrowdown.svg); */
		/*   background-repeat: no-repeat; */
		/*   background-position: right center; */
		/*   background-color: #ffffff; */
		border: 1px solid #999999;
		font-size: inherit;
		overflow: hidden;
		padding: 5px 5px;
		text-overflow: ellipsis;
		white-space: nowrap;
		outline: none;
		width: calc(100% - 70px);
		padding: 15px;
		margin: 0;
		float: left;
		background-image: none;
	}

	.soflow-container {
		clear: both;
		overflow: hidden;
	}

	.kc_fab_wrapper ~ #soflow.custom-soflow {
		padding: 15px !important;
		width: 393px !important;
	}

	.trigger-arrow {
		background-image: url('../images/arrowdown.svg');
		background-repeat: no-repeat;
		background-position: right center;
		border: none;
		width: 70px;
		height: 50px;
		float: right;
		cursor: pointer;
	}
}

.loginput {
	-webkit-appearance: none;
}

.purchasebtn,
.daysleft,
.lefttobuy,
.comingsoon {
	/*height: 100%;*/
	min-height: 81px;
}

@media screen and ( max-width: 768px ) {
	.purchasebtn,
	.daysleft,
	.lefttobuy,
	.comingsoon {
		/*	height: 100%;*/
		min-height: 84px;
	}
}
/*
@media screen and ( min: 768px ) {
	.first-row {
		padding-top: 87px;
	}
}

@media screen and (max-width: 767px) {

	.first-row {
		padding-top: 70px;
	}

	@media screen and (max-width: 550px) {

		.first-row {
			padding-top: 50px;
		}
	}

	@media screen and (max-width: 400px) {

		.first-row {
			padding-top: 0px;
		}
	}*/





	.custom-loading-text-3 {
		position: fixed;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: auto;
		z-index: 101;
	}

	.custom-loading-text-3 {
		/*margin: 100px auto;*/
		font-size: 25px;
		width: 1em;
		height: 1em;
		border-radius: 50%;
		/*position: relative;*/
		text-indent: -9999em;
		-webkit-animation: load5 1.1s infinite ease;
		animation: load5 1.1s infinite ease;
		-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: translateZ(0);
	}

	@-webkit-keyframes load5 {
		0%, 100% {
			box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
		}

		12.5% {
			box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
		}

		25% {
			box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
		}

		37.5% {
			box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
		}

		50% {
			box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
		}

		62.5% {
			box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
		}

		75% {
			box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
		}

		87.5% {
			box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
		}
	}

	@keyframes load5 {
		0%, 100% {
			box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
		}

		12.5% {
			box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
		}

		25% {
			box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
		}

		37.5% {
			box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
		}

		50% {
			box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
		}

		62.5% {
			box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
		}

		75% {
			box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
		}

		87.5% {
			box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
		}
	}