@font-face {
    font-family: 'HipkartSans';
    src: url('Fonts/OpenSans-Light.ttf') format('truetype'); 
    font-weight: 100;
	font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'HipkartSans';
    src: url('Fonts/OpenSans-Regular.ttf') format('truetype'); 
    font-weight: 200;
	font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'HipkartSans';
    src: url('Fonts/OpenSans-SemiBold.ttf') format('truetype'); 
    font-weight: 300;
	font-style: normal;
    text-rendering: optimizeLegibility;
}
@font-face {
    font-family: 'HipkartSans';
    src: url('Fonts/OpenSans-Bold.ttf') format('truetype'); 
    font-weight: 700;
	font-style: normal;
    text-rendering: optimizeLegibility;
}
*{
	box-sizing: border-box;
	margin: 0px;
	line-height: normal;
	padding: 0px;
	list-style: none;
	box-shadow: none;
	text-decoration: none;
	border: none;
	resize: none;
	outline: none;
	text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
	font-family: 'HipkartSans';
	outline: none;
	font-weight: 400;
}
.custom_main_outer{
	margin: 0px auto;
	width: 100%;
	max-width: 1360px;
}
.custom_main_container{
	float:left;
	width:100%;
}
.custom_main_container .siteLogo{
	color: #FF1F4C;
	font-size: 50px;
	margin: 10px 20px 20px;
    display: inline-block;
}
.custom_header{
	float:left;
	width:100%;
	background:#F9FAFA;
}
.custom_header .custom_header_heading_txt{
	float:left;
	width:100%;
	text-align:center;
	letter-spacing:0.6px;
	margin:5% 0 2%;
	font-size:32px;
}
.custom_header .custom_header_subheading_txt{	
	float:left;
	width:90%;
	text-align:center;
	color:#94979A;
	line-height:32px;
	letter-spacing:0.5px;
	margin:0% 5% 3%;
	font-size:21px;
}
.custom_header .custom_header_image{
	float:left;
	width:100%;
	text-align:center;
}
.custom_header .custom_header_image .custom_header_img_paste{
	display:inline-block;
	max-width:100%;
    margin-top: 50px;
}
.custom_middle_container{
	float:left;
	width:100%;
	margin-top:5%;
	border-bottom:1px solid #E5E5E5;
}
.custom_middle_container .header_filed_txt_outer_div{
	float:left;
	width:95%;
	margin-left:2%;
	padding-bottom:3%;
}
.header_filed_heading_txt{
	float:left;
	text-align:center;
	width:100%;
	margin-bottom:2%;
	font-size:24px;
}
.header_iput_filed_outer{
	float:left;
	width:100%;
	text-align:center;
}
.startSellingBtn{
	display: inline-block;
	margin: 20px 0px;
	padding: 15px 60px;
	font-size: 16px;
	color: #FFF;
	background: #FF1F4C;
	border-radius: 4px;
    font-weight: 200;
    text-transform: uppercase;
}
.header_filed_txt_border_bottom{
	float:left;
	width:100%;
	border-bottom:1px solid #E5E5E5;
	margin-bottom:10%;	
}
.custom_page_features_div{
	float:left;
	width:25%;	
	margin-left:2%;
	margin-right:2%;
}
.page_tourhide_field{
	display:none;
	width:90%;
	margin-left:5%;
	position:relative;
	margin-bottom:15px;
}
.tourhide_field_heading{
    -webkit-font-smoothing: antialiased;
    float:left;
    margin-bottom: 0.61538em;
    font-size: 0.8125em;
    text-transform: uppercase;
	width:100%;
	font-weight:bold;
}
.tourhide_selectfiled_outer{
	float:left;
	position:relative;
	width:100%;
}
.tourhide_selectfiled_outer:before{
	content:'';
    position: absolute;
	background-image: url('../icons/Sort Down.png');
	background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    height: 20px;
    width: 20px;
	right: 10px;
	bottom:30px;
}
.tourhide_selectfiled{	
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    height: 3em;
    width: 100%;
    margin: 0 0 15px;
    padding: 0.77778em 0.88889em;
    color: #30373b;
    font-size: 16px;
    border: 1px solid #a9a9a9;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border-color 150ms;
    transition: border-color 150ms;
    -webkit-appearance: none;
    font-family: 'HipkartSans';
}
.custom_page_feature_vertical_align{
	float:left;
	width:100%;
	border-left:1px solid #E5E5E5;
	margin-left:10%
}
.custom_page_features_txt.active_class{	
	color:#FF1F4C;
	border-left:3px solid #FF1F4C;
}
.custom_page_features_txt{
	margin-left: -1px;
    border-left: 3px solid transparent;
    padding: 0.625em 0 0.625em 1.0625em;
    color: #222;
    font-size: 18px;
    font-weight: 500;
}
.custom_main_content_container{
	float:left;
	width:70%;
}
.padding_zero {
    padding-top: 0px !important;
}
.custom_page_mini_block {
    float: left;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(229, 229, 229);
}
.custom_page_mini_block:last-child{	
    border-bottom: none;
}
.custom_page_heading_subhead{
    float: left;
    width: 100%;
    font-size: 24px;
    letter-spacing: 0.5px;
    padding-bottom: 20px;
}
.custom_page_heading_subhead.add_padding_inheading{
	padding-top:20px;
}
.custom_page_heading_subhead.add_paddding_header{
	padding-bottom:40px;
}
.custom_page_para_small_images:nth-child(2n+1), .custom_page_para_small_images:nth-child(2n){
    float: left;
    width: 45%;
    margin-right: 5%;
    min-height: 160px;
}
.custom_page_para_small_images:nth-child(2n+1){
    clear: left;
}
.custom_page_para_small_images.add_txtalign_center{
	text-align:center;
}
.custom_page_para_small_images .build_your_store_img_paste{
	display:inline-block;
	max-width:100%;
}
.custom_page_paragraph {
    float: left;
    width: 100%;
    margin-bottom: 0.9375em;
    line-height: 1.5em;
    color: #333;
    letter-spacing: 0.5px;
    font-weight: 200;
    font-size: 18px;
}
.link_txt_pargraph {
	display:inline-block;
    text-decoration: none;
    padding-bottom: 3px;
    background-image: linear-gradient(to top, transparent, transparent 0.0625em, currentcolor 0.0625em, currentcolor 0.125em, transparent 0.125em);
    color: rgb(240, 74, 92);
    background-position: 0px -0.125em;
    transition: background-position 150ms ease-in-out;
}
.link_txt_pargraph:hover{
	background-position: 0 0;
}
.credit_cards_img_paste, .sell_any_products_img_paste{
    display: inline-block;
	max-width:100%;
}
.custom_page_video_tag {
    float: left;
   max-width:100%;
}
/*------------------Design your store------------------------*/
.three_block_in_miniblock{	
    float: left;
    margin-right: 2.12766%;
    width: 31.91489%;
}
.custom_page_mini_block .three_block_in_miniblock:last-child{
    margin-right: 0;	
}
.three_bocks_heading{	
	float:left;
    -webkit-font-smoothing: antialiased;
    margin-bottom: 0.55556em;
    color: #30373b;
    font-size: 18px;
    line-height: 1.5;
}
.custom_page_mini_block.bcakground_color {
    background: rgb(249, 250, 250);
}
/*-----------------------------Running your store -----------------------------*/
.four_block_in_miniblock{
	float:left;
	width:45%;
	margin-right:5%;
	margin-bottom:5%;
}
.four_block_in_miniblock:last-child {
    margin: 0px;
}
.four_blocks_icons{
    float: left;
	position:relative;
    margin-bottom: 0;
    margin-right: 15px;
	min-height:100px;
}
.four_blocks_icons .four_blocks_icons_paste{
	float:left;
    width: 60px;
    height: 60px;
	border:1px solid #FF1F4C;
	padding:8px;
	border-radius:2px;
}
.four_blocks_icons_paste.four_block_rotateicon{	
    transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
}
.four_blocks_icons_paste.cart_icon_pastefile{
    position: absolute;
    border: none;
    width: 38px;
    height: 38px;
    left: 11px;
    top: 14px;
}
.four_blocks_icons_paste.four_block_bulkwidth{
	padding:2px;
}
.four_blocks_icons_paste.four_block_bulkpos{
    position: absolute;
    border: none;
    left: 8px;
    top: 8px;
    width: 45px;
    height: 45px;
}
.four_block_in_miniblock .four_block_paragraph_head_blocks{
	float:left;
	width:75%;
}
.four_block_in_miniblock .four_block_paragraph_head_blocks:nth-child(2n){
    margin-right: 0;	
}
.subheadings_with_full_width{
	font-size:18px;
}
.custom_page_heading_subhead.head_threeminiblock{
	text-align:center;
}
.subhead_threeminiblock{
	text-align:center;
	color:#767676;
	font-size:16px;
	padding-top:0px;
}
.three_block_in_miniblock .iconsin_three_miniblocks{
	float:left;
	width:100%;
	min-height:50px;
}
.iconsin_three_miniblocks .iconsin_three_miniblocks_paste{	
	float:left;
    margin-bottom: 0.75em;
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.iconsin_three_miniblocks_paste.border_for_icons{
	border:1px solid #FF1F4C;
    padding: 5px;
    width: 50px;
    height: 50px;
	border-radius:2px;
}
/*---------------------------------secure shopping cart css-----------------------*/
.all_payment_site_links{
	float:left;
	width:100%;
}
.payment_accepted_links_div{
	float:left;
	width:30%;
	margin-right:2%;
}
.payment_accepted_links_div:last-child{	
	margin-right:0px;
}
.payment_accepted_links_div .add_margin_in_link{
	display:inline-block;
	width:100%;
	margin-bottom:20px;
}
/*------------------------------Marketing & SEO css--------------------------*/
.custom_page_para_small_images .marketing_markdown{	
    list-style-type: disc;
}
.custom_page_paragraph.margin_bottom{
	margin-bottom:5px;
	line-height:21px;
}
.marketing_markdown .custom_page_paragraph:before{
	color: #767676;
	content: '.';
	font-size: 60px;
    position: absolute;
    left: -3px;
    top: -16px;
}
.marketing_markdown .custom_page_paragraph{
	padding-left: 20px;
	position: relative;
}
/*-------------------Mobile ecommerce css------------------------*/
.floatLeft{
	float: left;
	width: 100%;
}
/*----------------------------Responsive css-----------------------------------*/
@media screen and (min-width: 769px){
	.page_tourhide_field{
		display: none;
	}
	.custom_page_features_div{
		display: block;
	}
}

@media screen and (max-width: 768px){
	.custom_page_features_div{
		display: none;
	}
	.page_tourhide_field{
		display: block;
	}
	.custom_header .custom_header_heading_txt {
		font-size: 25px;
	}
	.custom_header .custom_header_subheading_txt {
		line-height: 24px;
		font-size: 18px;
	}
	.header_filed_heading_txt {
		font-size: 21px;
	}
	.custom_middle_container {
		margin-top: 10%;
	}
	.custom_main_content_container {
		float: left;
		width: 90%;
		margin-left: 5%;
	}
	.custom_page_para_small_images:nth-child(2n+1), .custom_page_para_small_images:nth-child(2n) {
		float: left;
		width: 100%;
	}
	.three_block_in_miniblock {
		width: 100%;
	}
	.four_block_in_miniblock{
		width:100%;
	}
	.four_block_in_miniblock .four_block_paragraph_head_blocks {
		width: 70%;
	}
	.custom_page_paragraph {
		font-size:16px;
		line-height: 24px;
		letter-spacing: 0.5px;
	}
	.payment_accepted_links_div{
		width:100%;
	}
	.custom_page_heading_subhead {
		font-size: 21px;
	}
}
@media screen and (max-width: 568px){
	.custom_header .custom_header_heading_txt{
		font-size: 21px;	
	}
	.custom_header .custom_header_subheading_txt {
		line-height: 18px;
		font-size: 16px;
	}
}