/**
 * @tableofcontents
 *
 * 1. Banner
 * 2. Banner Features
 * 3. Store Setup Section
 * 4. Migration Fold
 */

/* @section 1. Banner */

#dropshipping_store-bnr.lnd-bnr-wrap
{
	padding: 150px 0 200px;
}

#dropshipping_store-bnr.lnd-bnr-wrap #glb-bnr-strp-1
{
	bottom: -370px;
}


/* @section 2. Banner Features */

.ftr-bnr-sec
{
	background-color: #fff;
	padding: 0 0 40px;
}

.ftr-bnr-wrap
{
	padding: 80px 30px 60px;
	background-color: #fff;
	box-shadow: 0 8px 15px rgba(0,0,0,0.1);
	border-radius: 8px;
	margin-top: -100px;
	position: relative;
}

.ftr-bnr-card
{
	padding: 0 30px;
	border-left: 1px solid #e6e6e6;
}

.ftr-bnr-card-1
{
	border: none;
}

.ftr-bnr-card h3
{
	font-size: 20px;
	font-weight: 500;
	color: #091e42;
	margin: 0;
}

.ftr-bnr-card ul
{
	padding: 0;
	margin: 20px 0 0;
	list-style: none;
}

.ftr-bnr-card ul li
{
	font-size: 14px;
	font-weight: 300;
	color: #42526e;
	padding-left: 20px;
	margin-bottom: 15px;
	position: relative;
}

.ftr-bnr-card ul li::before
{
	content: "\f00c";
    color: #18d7a5;
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    left: 0;
    top: 2px;
}


/* @section 3. Store Setup Section */


.setup-store-wrap
{
	padding: 50px 0 80px;
	background-color: #fff;
}

.setup-store-wrap h2
{
	font-size: 36px;
	font-weight: 500;
	color: #091e42;
	margin: 10px 0;
	text-align: center;	
}

.setup-store-tabs-wrap
{
	margin-top: 50px;
}

.setup-store-tabs-wrap li
{
	text-align: center;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	color: #ebebeb;
}

.setup-store-tabs-wrap li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 3px;
    background-color: #ebebeb;
    top: 28px;
}

.setup-store-tabs-wrap li:first-child::before
{
	left: 50%;
}

.setup-store-tabs-wrap li:last-child::before
{
	right: 50%;
}

.setup-store-tabs-wrap li a
{
	border: 4px solid #fff !important;
	height: 60px;
	width: 60px;
	background-color: #ebebeb;
	margin: 0 auto 25px !important;
	border-radius: 50% !important;
	display: block;
	position: relative;
	transition: all .2s ease-in-out;
	padding: 0;
}


.setup-store-tab-content .fade
{
	transition: opacity .4s linear !important;
}


.setup-store-tabs-wrap li:first-child.active a
{
	background-color: #b764d8;
}

.setup-store-tabs-wrap li:nth-child(2).active a
{
	background-color: #39dcb1;
}

.setup-store-tabs-wrap li:nth-child(3).active a
{
	background-color: #feb155;
}

.setup-store-tabs-wrap li.active
{
	color: #091e42;
}


.setup-store-tabs-wrap li a span
{
	width: 32px;
	height: 30px;
	margin: 0 auto;
	background: url(../../img/landing/setup-store-tabs-sprite.png) no-repeat center top transparent;
	display: block;
	position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
	right: 0;
	transition: all .4s ease-in-out;
}

.setup-store-tabs-wrap li a span#store-launch-logo
{
	background-position-y: 0;
}

.setup-store-tabs-wrap li.active a span#store-launch-logo
{
	background-position-y: -70px;
}

.setup-store-tabs-wrap li a span#store-setup-logo
{
	background-position-y: -140px;
}

.setup-store-tabs-wrap li.active a span#store-setup-logo
{
	background-position-y: -210px;
}

.setup-store-tabs-wrap li a span#store-live-logo
{
	background-position-y: -280px;
}

.setup-store-tabs-wrap li.active a span#store-live-logo
{
	background-position-y: -350px;
}

.setup-store-tab-content
{
	padding: 80px 0 0;
}

.setup-store-tab-img
{
	text-align: right;
}

.setup-store-tab-img img
{
	display: inline-block;
}

.setup-store-tab-txt
{
	width: 80%;
}

.setup-store-tab-txt h3
{
	font-size: 28px;
	font-weight: 700;
	color: #091e42;
	margin: 0 0 20px;
}

.setup-store-tab-txt p
{
	font-size: 20px;
	font-weight: 400;
	color: #42526e;
	margin: 0 0 10px;
}

.dwnld-guide-form-wrap
{
	float: left;
	width: 40%;
	position: relative;
}

.dwnld-guide-form-wrap .cw-glb-btn2-wrap
{
    position: absolute;
    right: auto;
	top: 0;
	left: 0;
}

.dwnld-guide-form-wrap .store-dwnld-guide-btn2
{
	display: none;
}

.dwnld-guide-form-wrap .store-dwnld-guide-btn, .dwnld-guide-form-wrap .store-dwnld-guide-btn2
{
	padding: 8px 18px;
	box-shadow: none !important;
}

.dwnld-guide-form-email
{
	display: none;
}

.dwnld-guide-form-email input[type='email']
{
	padding: 9px 25px;
	background-color: #fff;
	box-shadow: none;
	outline: none;
	color: rgba(9,30,66,1);
	border-radius: 5px !important;
	font-size: 15px;
	border: 1px solid #ebebeb;
	height: auto;
	transition: all .2s ease-in-out;
}

.dwnld-guide-form-email input[type='email']::placeholder
{
	color: rgba(9,30,66,0.3);
}

.dwnld-guide-form-email .cw-ebk-chkbox
{
	color: rgba(9,30,66,1);
	margin-top: 5px;
}

.dwnld-guide-form-email .cw-ebk-chkbox a
{
	color:#2f39bf !important;
	transition: all .2s ease-in-out;
}

.dwnld-guide-form-email .cw-ebk-chkbox a:hover
{
	color: #515dff !important;
}

.dwnld-guide-form-email #sidebar_success-messages
{
	color: #feb155 !important;
}


/* @Section 4. Migration Fold */

#lnd-app-mig-fold-v2
{
	background-color: #2e39bf;
	background-image: url(../../img/landing/app-mig-bg2.png);
}


@media(max-width:992px)
{
	#dropshipping_store-bnr.lnd-bnr-wrap {
		padding: 100px 0 130px;
	}

	#dropshipping_store-bnr.lnd-bnr-wrap #glb-bnr-strp-1 {
		bottom: -520px;
	}

	.ftr-bnr-wrap {
		padding: 40px 20px 20px;
	}

	.ftr-bnr-card-3
	{
		border: none
	}
	
	.ftr-bnr-card
	{
		margin-bottom: 20px;
	}

	.ftr-bnr-card ul li
	{
		margin-bottom: 8px
	}

	.setup-store-wrap h2
	{
		font-size: 28px;
	}

	.setup-store-tab-content
	{
		padding-top: 40px;
	}

	.setup-store-tabs-wrap li
	{
		font-size: 16px;
	}

	.setup-store-tabs-wrap li a
	{
		margin-bottom: 15px !important;
	}

	.setup-store-tab-txt
	{
		width: 100%;
	}

	.setup-store-tabs-wrap {
		margin-top: 30px;
	}

	.setup-store-tab-txt h3 {
		font-size: 22px;
	}

	.setup-store-tab-txt p {
		font-size: 16px;
	}

	.dwnld-guide-form-wrap
	{
		margin-top: 20px;
		width: 50%;
	}

	.setup-store-tab-img
	{
		text-align: center;
	}

	.setup-store-tab-img img {
		max-height: 250px;
	}

}

@media(max-width:767px)
{
	#dropshipping_store-bnr .lnd-prvdr-bnr-logo img {
		max-height: 300px;
	}

	
	.ftr-bnr-card
	{
		text-align: center;
	}

	.ftr-bnr-card ul li
	{
		padding-left: 0;	
	}

	.ftr-bnr-card ul li::before
	{
		position: relative;
		left: -10px;
	}

	.ftr-bnr-card h3
	{
		font-size: 18px;
	}

	.ftr-bnr-card ul {
		margin: 10px 0 0;
	}

	.setup-store-tab-txt
	{
		text-align: center;
		margin-top: 20px;
	}

	.dwnld-guide-form-wrap
	{
		width: 100%;
	}

}

@media(max-width:500px)
{
	.ftr-bnr-wrap .col-xs-6, .dwnld-guide-form-wrap .store-dwnld-guide-btn, .dwnld-guide-form-wrap .store-dwnld-guide-btn2 {
		width: 100%;
	}

	.ftr-bnr-card
	{
		border: none;
	}

	.ftr-bnr-card,.ftr-bnr-sec
	{
		padding: 0;
	}

	.dwnld-guide-form-wrap .cw-glb-btn2-wrap
	{
		position: relative;
	}
	
	.dwnld-guide-form-wrap,.dwnld-guide-form-email input[type='email']
	{
		text-align: center;
	}

	.setup-store-wrap
	{
		padding-bottom: 40px;
	}
}