@charset "utf-8";
/* CSS Document */
* { padding:0px; margin:0px}

body { background-color:#edeef0; font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height:18px; color:#000000}
a{color: #af0e1a};
a:hover{color: #5c1109 !important; text-decoration: underline;};
.container h1{
	padding-top: 20px !important;
}
.main-nav { width:100%; background-color:#FFFFFF; height:74px;}
.my-nav{background: #fff none repeat scroll 0 0; border: 0 none;}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
	margin-left: 0;
	color: #FFF;
}
.col-md-12 {
	clear:both;
}
.navbar-brand {
    float: left;
    font-size: 18px;
    height: auto;
    line-height: 20px;
    padding: 0;
}
.navbar-nav > li > a{
	padding-top:10px;
	padding-bottom:10px;
	line-height: 12px;
}
.navbar-default .navbar-nav > li > a{
	color:#fff;
}
.navbar-default .navbar-nav > li > a:hover{
	background:#ccc;
}
.my-menu{
	margin-top:25px;
}
.bg-home{
	background:#5c1109;
	padding-bottom: 10px!important;
    padding-top: 10px!important;
	border-radius: 4px 0px 0px 4px;
}
.bg-category{
	background:#eb4430;
}
.bg-brand{
	background:#00a0d1;
}
.bg-season{
	background:#2b9814;
}
.bg-shipping{
	background:#0064cb;
}
.bg-exsoon{
	background:#811ea2;
	border-radius: 0 4px 4px 0;
}
.navbar-collapse{
	padding-right:0px;
}
.flags{
	position: absolute;
    right: -15px;
    top: 5px;
    width:110px;
}
.flags div img{
	width:22px;
	height:16px;
	float:left;
	display:block;
	margin-left:4px;
	cursor:pointer;
}
.img-size{
	display:block;
	margin-top: 12px;
}
.img-size1{
	display:none!important;
}
.search-block{
	background:#5c1109;
	width:100%;
}
.searcg-bg{
	background:url(../images/search-bg.jpg) center top no-repeat;
	background-size:cover;
}
.fxac {
    margin: 0 auto;
    padding-top: 15px;
    width: 50%;
}
.search-inp-container {
    background: #fff none repeat scroll 0 0;
    border-radius: 8px 0 0 8px;
    margin-bottom: 15px;
    width: 89%;
}
.search-inp-container .form-control {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 16px;
    height: 48px;
    line-height: 1.42857;
    padding: 4px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
.main-heading{
	color: #2a2a2a;
    font-size: 26px;
    text-align: center;
	margin: 5px 0 10px 0px;
}
h3.main-heading{
	padding: 22px 0px 10px 0px;
	margin: 0px;
	font-size: 26px;
	color: #000;
}

.main-price{
	font-size:16px !important;
}
.main-price .fsize{
	font-size: 35px !important;
	font-weight: bold;
}
.cards-block{
	font-size:12px;
}
.box1 {
	border-top:#5c1109 solid 3px!important; 
	background-color:#FFFFFF; 
	height:558px;
	padding:12px 10px; 
	margin-bottom: 30px;
}
.box-head {font-size:15px; text-align:center; height: 30px; padding-top: 0px; }
.box-head span { color: #FE390E; font-size: 32px; position: relative; top:0.5px;}
.box-img { text-align:center; margin:0px 0px 12px 0px;} 
.box-des { 
	color:#af0e1a; 
	margin-bottom:10px; 
    height:75px;
    font-weight: bold;
}
.box-price{margin-bottom:5px;}
.box-price span { color:#e06152; font-size:11px; font-family: verdana;}
.box-price span b { font-size: 13px; position: relative; top: 1px; padding:0 0px; font-weight: normal;}
.box-pricet span { color:#e06152; font-size:12px;}
.box-dis  { margin: 0px 0px 5px 0px; font-size:13px !important; color:#333;}
.box-dis span { color:#38ac20;}
.box-dis span b{font-size: 24px; position: relative; top: 7px; padding:0 0px;}
.box-view { color:#00a0d1; text-transform:uppercase; margin-top:20px;  text-align: center;}
.box-btn { margin:10px 0px;  text-align: center;}
.btn-cust {
    background: #5c1109 none repeat scroll 0 0;
    border-color: #5c1109;
    height: 38px;
    line-height: 15px;
    text-transform: uppercase;
    width: 95%;
}
.btn-cust:hover {
	background: #af0e1a;
	border-color: #af0e1a;
}
.btn-code {
    background: #af0e1a none repeat scroll 0 0 !important;
	border: 1px dashed #fff;
    box-shadow: 3px 3px 0 0 #af0e1a;
    box-sizing: border-box;
}

/*.retail-price{
	color:#333;
	padding:3px 0px;
	margin: 0px;
	font-size: 13px !important;
}*/
.box-dis .fsize, .box-dis .lsize{
	color:#333;
	text-decoration: line-through;
	font-family: verdana;
}
.box-dis .fsize, .box-dis .lsize{
	text-decoration: line-through;
	font-family: verdana;
}

.margin_top_0 {
    margin-top: 5px;
}
.talign-c {
    text-align: center;
}
.talign-c button{
	text-transform: none !important;
}
.viewAllText{height:55px;}
.viewAllText a{color: #af0e1a};
.viewAllText a:hover{color: #5c1109};
.card-des {
    display: none;
}
.home-search-btn {
    background: #38ac20 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-size: 22px;
    height: 48px;

    padding: 0 20px;
}
.home-search-btn:hover{
	opacity:0.9;
	filter: alpha(opacity=90); /* For IE8 and earlier */
}
.category-main{
	border: 1px solid #e1e1e1; 
	border-top:#3b5998 solid 3px!important; 
	background-color:#fff; 
	height:80px; 
	padding:12px; 
	margin-bottom: 15px;
}
.category-main img{
	width:50px;
	float: left;
	margin-right: 8px;
}
.category-main h2{
	font-size:24px;
	color:#3b5998;
	margin:2px;
}
.category-main h2 span{
	font-size:20px;
	padding-right:10px;
}
.category-main h2 a:hover{
	text-decoration:none;
}
.brand-main{
	height:285px;
}
.small-brand-main{
	height:150px;
}
.small-brand-main img{
	width: 100px;
	cursor: pointer;
}
.store-main, .related-stores{
	border: 1px solid #e1e1e1; 
	border-top:#5c1109 solid 3px!important; 
	background-color:#fff; 
	padding:15px; 
	margin:30px 14px 0px 14px; 
	overflow:hidden;
}
.store-main h3{
	text-align: left !important;
}
.related-stores{
	margin-top:0px;
}
.store-img{
	width:163px;
	border: 1px solid #ccc;
	float:left;
	margin-right: 10px;
}
.store-data{
	width:80%;
	float:left;
	padding: 0px !important;
	margin:0px !important;
	text-align: justify;
}
.store-data h1{
	color:#38ac20;
	margin: 0px 0px 10px 0px !important;
	text-align: left;
	padding: 0px !important;
	font-size: 23px;
}
.store-data h5{
	font-weight:bold;
}
.store-data .form-control{
	border-radius: 4px 0 0 4px;
	/*padding:3px 12px;
	height:30px;*/
}
.sub-btn{
	border-radius: 0px 4px 4px 0px;
}
.store-data .form-group{
	width:200px;
	margin-bottom:0px;
}
.emicon{
	position: relative; top: 2px; padding-right: 3px;
}
.sub-scribe-block{
	float:left;
}
.related-stores h4{
	margin-top:0px;
}
.related-stores .view-all{
	margin-bottom:0px;
	font-size:14px;
}
.related-black-card{
	width:180px;
	float:left;
}
footer{
	background:#5c1109;
	text-align:center;
	padding: 25px 0 15px;
}
footer ul {
    display: table;
    list-style: outside none none;
    margin: 0 auto;
    padding: 0;
    width: auto;
}
footer ul li {
    padding-right: 20px;
}
footer ul li {
    color: #fff;
    float: left;
    margin: 0;
    padding: 0 10px;
}
footer ul li a, footer p a {
    color: #fff;
    text-decoration: none;
	font-size:14px;
}
footer ul li a:hover, footer p a:hover{
	color:#ccc;
	text-decoration:none;
}
.footer-soc-icons{
	margin: 15px 0;
}
footer p, footer p a{
	color:#fff;
	font-size:12px;
}
.footer-soc-icons a {
	background: #aa2d1f none repeat scroll 0 0;
    border-radius: 20px;
    color: #ffffff;
    display: inline-flex;
    font-size: 18px;
    height: 35px;
    margin: 5px;
    padding: 10px 0 0 10px;
    width: 35px;
}
.footer-soc-icons a:hover{
	background:#bd463a;
}
.footer-soc-icons a:hover{
	text-decoration:none;
}
.mob-data-h{
	display:block;
}
footer ul li:last-child {
    display: none;
}
.start{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #cc00ff;
	padding: 0px;
	margin:0px;
}

.ongoing{
	text-align: center;
	font-size: 13px;	
	font-weight: bold;
	color: #66cc33;
	padding:0px;
	margin:0px;
}

.expiry{
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	color: #ff0000;
	padding: 0px;
	margin:0px;
}

h3{
	text-align: center;
	padding-bottom: 10px;
	margin: 5px 0px 0px 0px;
}
h4{
	text-align: center;
	padding: 0px 40px 10px 40px;
	margin-bottom: 25px;
	border-bottom: 1px solid #3b5998;
}

.view_all{
	border: none;
	border-radius: 4px;
	background:#e65100; 
	padding:10px 15px;
	text-align: center;
	margin:0px auto 20px auto;
	color: #FFF;
	width: auto;
	font-size: 18px;	
}

.clr{
	clear: both;
}

.cmsPage{
	padding: 0px 0px 45px 0px;
}
.pageTitle{
	padding: 20px 30px;
	text-align: center;
}
.desc, .desc h4{
	text-align: center;
}
.desc h4{
	font-size: 20px;
	padding:15px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 25px;
}

.display_box{
	border-bottom: 1px solid #CCC;
}
.search_img{
	width:85px;
}
.search_img img{
	width:60px !important;
	padding: 5px;
	margin: 5px 15px;
	border:1px dotted #cccccc;
}

.sitemapLinks ul li{
	text-align: center;
	list-style: none;
	font-size: 13px;
	border-bottom: 1px solid #FFF;
	padding: 4px 0px;
}
.brand-main .box-des {
    height: 20px;
}
.cmsPage{display:block}	
.modal-body{
	padding: 10px 0px 0px 0px;
	text-align:center;
	margin: 0px;
}
.modal-content{
	padding-bottom: 10px;
}
.modal-header{
	border-bottom: 1px solid #ebebeb;
	padding:10px 0px 0px 0px;
	margin:0px;	
}
.modal-header h4{	
	border: none;	
}
.modal-header button{
	margin-right:10px;
	color:red;
	opacity: 1;
	padding:0px 0px 2px 0px;
}

.top-text{
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	color: #FE390E;
	margin-bottom: 0px;
	line-height: 22px;
	height: 50px;	
}
.lblStatus{
	text-align: center !important; 
	width:100%;
	padding: 12px 0px 0px 0px;
	margin: 0px;
}
@media screen and (min-width:992px) and (max-width:1170px){
	.search-inp-container {
		width: 75%;
	}
	.box-head {
		font-size: 13px;
	}
	/*.box1 {
		height: 450px;
	}*/
	.related-black-card{
		width:176px;
	}
	.brand-main {
		height: 285px;
	}
	.box-dis span b {
		font-size: 20px;
		padding: 0;
		position: relative;
		top: 2px;
	}
	.box1 {
		padding: 8px;
	}
	.start{;
		font-size: 12px;
	}

}
@media screen and (min-width:768px) and (max-width:991px){ 
	.flot-l{
		float:left!important;
	}
	.box1 .box-dis, .box1 .box-price{
		text-align: center;
	}
	/*.main-heading {
		margin:0;
	}*/
	.my-menu {
		margin-top: 15px;
	}
	.main-nav {
		height: 125px;
	}
	.flags {
		top: 30px;
		right: 0px;
	}
	.search-inp-container {
		width: 75%;
	}
	.store-data {
		width: 75%;
	}
	.related-black-card{
		width:165px;
	}
	.store-data {
		width: 72%;
	}
	.category-main h2{
		font-size: 18px;
	}
}

@media only screen and (max-width:767px){ 
	.box1 .box-dis, .box1 .box-price{
		text-align: center;
	}
	.store-data > p{
		display:none;
	}
	.main-heading {
		margin:0;
	}
	.my-menu-main{
		background: #fff none repeat scroll 0 0;
		padding-bottom: 15px;
		padding-right: 15px;
		position: relative;
		z-index: 1;
	}
	.my-menu-in{
		margin: 0;
    	width: 100%;
	}
	.bg-home, .bg-exsoon {
		border-radius:0px;
	}
	.small-menu{
		margin-top:32px;
	}
	.flags {
		top: 8px;
		right: -15px;
	}
	.fxac {
		width: 82%;
		padding-top:20px;
	}
	.search-inp-container {
		width: 83%;
	}
	.main-heading {
		font-size: 22px;
	}
	.search-inp-container {
		margin-bottom: 20px;
	}
	.main-heading {
		font-size: 18px;
	}
	.main-heading {
		margin: 10px 0;
	}
	.mob-data-h,.cmsPage{
		display:none;
	}
	.view-mob-data{
		display:block!important;
	}
	.store-main{
		text-align:center;
		border: 1px solid green;
		margin: 15px;
	}
	.store-img{
		width:auto;
		float:none;
		margin-right: 0px;
	}
	.store-data{
		width:100%;
		float:none;
	}
	.store-data h3{
		font-size: 18px;
        margin: 10px 0px !important;
        text-align: center !important;
	}
	.sub-scribe-block{
		float:none;
	}
	.store-data .form-control{
		border-radius: 4px 4px 0 0;
	}
	.sub-btn{
		border-radius: 0 0 4px 4px;;
	}
	.sub-scribe-block .sub-btn{
		width:100%;
	}
	.store-data .form-group{
		width:auto;
	}
}

@media screen and (min-width:480px) and (max-width:549px){
	.related-black-card{
		width:50%;
	}
}
@media screen and (min-width:320px) and (max-width:479px){ 
	.img-size{
		display:none!important;
	}
	#promocodes center .view_all{
		font-size:14px;
	}
	.category-main h2 {
		font-size: 18px;
	}
	.main-heading {
		font-size: 15px;
		font-weight: bold;
	}
	.img-size1{
		display:block!important;
		margin-top:15px;
	}
	.search-inp-container {
		width: 76%;
	}
	.fxac {
		width: 90%;
	}
	footer ul li {
		padding: 0 4px;
	}
	footer ul li a, footer p a {
		font-size: 10px;
	}
	.related-black-card{
		width:100%;
	}
	.talign-c .btn-cust{
		font-size:15px!important;
	}
}
@media screen and (max-width:359px){
	.main-heading {
		font-size: 13px;
		font-weight: bold;
	}
}

