@charset "utf-8";
/* CSS Document http://www.designmeena.com/ */

body{
	margin:0px;
	padding:0px;
	font-family:sans-serif, arial;
}

img{
	border:none;
}

.clear_left{
	clear:left;
}

.clear_both{
	clear:both;
}

@font-face {
    font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
}

@font-face {
    font-family: "ColabThi";
    src: url(../font/ColabThi.ttf) format("truetype");
}

@font-face {
    font-family: "ColabMed";
    src: url(../font/ColabMed.ttf) format("truetype");
}

#fulltopheader{
	width:100%;
	border-bottom:1px solid #CCCCCC;
}

#topheader{
	margin:0 auto;
	padding:0 auto;
	width:1100px;
	height:50px;
}

#world_wide{
	float:left;
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
	color:#686666;
	font-size:15px;
	margin-top:5px;
}

.link{
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
	color:#686666;
	text-decoration:none;
	font-size:15px;
}

.link:hover{
	color:#1099d2;
}

#skype_spprt{
	float:right;
	color:#FFFFFF;
	font-size:25px;
	margin-top:15px;
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
	text-decoration:none;
	margin-left:120px;
}

.emil_icon{
	float:left;
	margin-top:2px;
	padding-right:8px;
}

#cart_box{
	float:right;
	margin-top:5px;
	margin-left:0px;
	color:#000000;
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
	text-transform:capitalize;
	font-weight:normal;
	font-size:14px;
	text-decoration:none;
}

.shp-cart .shp-cart-no {
    background:#FFFFFF;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;	
    color: #000000;
    display: inline-block;
    height: 20px;
    padding:5px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
	border:1px solid #CCCCCC;
	font-weight:bold;
}


.ic-cart{
    display:inline-block;
    vertical-align:middle;
    background:url(../images/shop_icon.png) left no-repeat;
    width:33px;
    height:30px;
    margin:5px;
	border:0px solid #FF0000;
	color:#FFFFFF;
	text-decoration:none;
}

#header{
	margin:0 auto;
	padding:0 auto;
	width:1100px;	
}

#logo{
	float:left;
	margin-top:10px;
}

#chat_sprt{
	float:right;
	margin-top:25px;
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
}

.chatting_icn{
	float:left;
	margin-top:0px;
}

#chat_link{
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
	color:#000000;
	text-decoration:none;
	font-size:30px;
	margin-left:10px;
}

#fullmenu{
	border-bottom:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	height:60px;
	margin-top:10px;
	background:#f9fbfc;
}

#menu{
	margin:0 auto;
	padding:0 auto;
	width:1100px;	
}

#new_arrivals{
	margin:0 auto;
	padding:0 auto;
	width:100%;	
}

.space_height{
	height:15px;
}

.prdct_name{
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
	font-size:20px;
	text-align:left;
	line-height:25px;
	font-weight:bold;
	text-align:center;
	margin:5px;
}

.btn {
	background: #34d947;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
	color: #ffffff;
	font-size: 18px;
	text-transform:capitalize;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
	font-weight:bold;
	margin-left:50px;
}

.btn:hover {
  background: #1099d2;
  text-decoration: none;
}

#main_product_box{
	float:left;
	width:250px;
	height:450px;
	border:1px solid #CCCCCC;
	margin:2px;
}

#main_product_box1{
	float:left;
	width:250px;
	height:360px;
	border:1px solid #CCCCCC;
	margin:2px;
}

#main_product_box:hover{
	float:left;
	width:250px;
	height:450px;
	border:1px solid #CCCCCC;
	opacity:0.3;
}

h1{
	text-align:center;
	font-family: "ColabMed";
    src: url(../font/ColabMed.ttf) format("truetype");
	text-transform:uppercase;
	font-weight:normal;
	font-size:25px;
}

h2{
	text-align:left;
	font-family: "ColabMed";
    src: url(../font/ColabMed.ttf) format("truetype");
	text-transform:uppercase;
	font-weight:normal;
	font-size:30px;
	color:#790606;
}

h3{
	text-align:left;
	font-family: "ColabThi";
    src: url(../font/ColabThi.ttf) format("truetype");
	text-transform:uppercase;
	font-weight:bold;
	font-size:21px;
	color:#0033FF;
	line-height:35px;
}

a.fullwidth {
	width:100%;
	margin-left:0;
	margin-right:0;
	padding-left:0;
	padding-right:0;
	display:block;
	text-align:center;
	background:#333333;
	text-decoration:none;
	color:#FFFFFF;
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
	text-transform:capitalize;
	line-height:50px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	font-weight:bold;
}

a.fullwidth:hover {
	background:#790606;
	text-decoration:none;
	color:#FFFFFF;
}

.new_btn{
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
	color:#FFFFFF;
	font-size:16px;
	text-decoration:none;
	line-height:25px;
	width:100%;
	font-weight:bold;
}

.new_btn:hover{
	color:#1099d2;
	text-decoration:none;
}

#container{
	margin:0 auto;
	padding:0 auto;
	width:1200px;		
}

#front_pic{
	float:left;
	width:34%;
	border:0px solid #000000;
}

#front_pic1{
	float:right;
	width:34%;
	border:0px solid #000000;
}

#welcome{
	float:left;
	width:30%;
}

.content{
	font-size:17px;
	line-height:25px;
	text-align:justify;
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
	
}	

#fullcontainer{
	background:url(../images/bg.jpg) center no-repeat;
	background-size:cover;
	width:100%;
	height:632px;
}

#footer{
	margin:0 auto;
	padding:0 auto;
	width:1100px;
}

#row1{
	float:left;
	width:340px;
	border:0px solid #000000;
}

#row2{
	float:left;
	width:40%;
	border:1px solid #CCCCCC;
}

#row3{
	float:right;
	width:56%;
	border:0px solid #000000;
	background:#e5e5e5;
	height:495px;
	padding:10px;
}

#foot_chat_sprt{
	float:left;
	margin-top:25px;
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
}

.newsletter_textfld{
	width:100%;
	height:48px;
	border:1px solid #1099d2;
	background:#f8f8f8;
}

.submit_btn{
	width:100%;
	height:50px;
	background:#1099d2;
	color:#FFFFFF;
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
	border:none;
	text-transform:uppercase;
	font-size:17px;	
}

.social{
	border:1px solid #1099d2;
	border-radius:5px;
}

#ftmenu{
	float:left;
	width:250px;
	margin-top:20px;
}

.ft_mnu{
	display:block;
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
	color:#000000;
	line-height:35px;
	text-decoration:none;
	font-size:18px;
}

.ft_mnu:hover{
	color:#790606;
}

h3{
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
}

#fullcopyright{
	width:100%;
	height:50px;
	background:#000000;
	margin-top:20px;
	text-align:center;
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
	color:#FFFFFF;
}

#fullvideo{
	background:url(../images/footer_bg.png) center repeat;
	width:100%;
	height:500px;
}

#video_part{
	margin:0 auto;
	padding:0 auto;
	width:1100px;	
}

#new_collection{
	margin:0 auto;
	padding:0 auto;
	width:1100px;
	height:550px;
	background:url(../images/new_connection.jpg) right top no-repeat;
}

.photogal{
	border:1px solid #CCCCCC; 
	border-radius:10px;
}

.photogal:hover{
	border:1px solid #CCCCCC; 
	border-radius:10px;
	opacity:0.5;
}

.location_icon{
	float:left;
	color:#FFFFFF;
	margin-left:10px;
}

.textfield{
	width:100%;
	height:40px;
	border-radius:2px;
	border:1px solid #CCCCCC;
}

.textfield1{
	width:100%;
	height:40px;
	border-radius:2px;
	border:1px solid #CCCCCC;
}

.selct_textfield{
	width:100%;
	height:40px;
	border-radius:2px;
	border:1px solid #CCCCCC;
}

.textarea{
	width:100%;
	height:100px;
	border-radius:2px;
	border:1px solid #CCCCCC;
}

.sbmt_btn{
	width:100%;
	height:40px;
	color:#FFFFFF;
	border:none;
	background:#790606;
	font-weight:bold;
	text-transform:uppercase;
	font-size:16px;
}

#nw_prdct_bx{
	float:left;
	width:260px;
	height:440px;
	border:1px solid #e5e5e5;
	margin:5px;
}

.qty{
	font-size:20px;
	color:#000000;
	text-align:center;
	font-weight:normal;
	font-family: "Candara";
    src: url(../font/Candara.ttf) format("truetype");
	padding:5px;
}

#main-product-page{
	margin:0 auto;
	padding:0 auto;
	width:1100px;	
}