@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Sacramento&subset=latin-ext');
@font-face {
	font-family: 'segoeui';
	src: url('../fonts/segoeui.eot'); /* IE9 Compat Modes */
	src: url('../fonts/segoeui.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/segoeui.woff2') format('woff2'),
		/* Super Modern Browsers */
       url('../fonts/segoeui.woff') format('woff'),
		/* Pretty Modern Browsers */
       url('../fonts/segoeui.ttf') format('truetype'),
		/* Safari, Android, iOS */
       url('../fonts/segoeui.svg#svgFontName') format('svg');
    font-weight: normal;
	/* Legacy iOS */
}

@font-face {
	font-family: 'HelveticaNeue';
	src: url('../fonts/HelveticaNeue.eot'); /* IE9 Compat Modes */
	src: url('../fonts/HelveticaNeue.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/HelveticaNeue.woff2') format('woff2'),
		/* Super Modern Browsers */
       url('../fonts/HelveticaNeue.woff') format('woff'),
		/* Pretty Modern Browsers */
       url('../fonts/HelveticaNeue.ttf') format('truetype'),
		/* Safari, Android, iOS */
       url('../fonts/HelveticaNeue.svg#svgFontName') format('svg');
	/* Legacy iOS */
}

@font-face {
	font-family: 'HelveticaNeueMed';
	src: url('../fonts/HelveticaNeueMed.eot'); /* IE9 Compat Modes */
	src: url('../fonts/HelveticaNeueMed.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/HelveticaNeueMed.woff2') format('woff2'),
		/* Super Modern Browsers */
       url('../fonts/HelveticaNeueMed.woff') format('woff'),
		/* Pretty Modern Browsers */
       url('../fonts/HelveticaNeueMed.ttf') format('truetype'),
		/* Safari, Android, iOS */
       url('../fonts/HelveticaNeueMed.svg#svgFontName') format('svg');
	/* Legacy iOS */
}




body {
	font-family: 'segoeui', sans-serif;
}

button, img {
	outline: none;
	font-family: 'Sacramento', cursive;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

ul, li {
	margin: 0;
	padding: 0;
}

input, img {
	outline: none;
}

.container {
	width: 100%;
}

.navbar {
	margin-bottom: 0px;
	min-height: 40px !important;
}

.navbar-nav_1>li>a {
	margin-top: 1px;
	padding-bottom: 0;
	padding-top: 0;
}
.navbar-inverse .navbar-nav > li > a{
	color: #454545;
}
.navbar-inverse{
	width: 50%;
	float: right;
	margin-bottom: 15px;
}
.navbar-inverse .outer_box{
	width: 100%;
}
.navbar-default .navbar-inverse .navbar-nav > li > a{
	border-right: none;
	padding: 0 10px;
	text-transform: none;
}
.navbar-default .navbar-inverse .navbar-nav > li.seprator{
	    font-size: 10px;
    padding-top: 4px;
}
.navbar-nav_1 li:last-child a {
	border: none !important;
}

.navbar-right {
	margin-top: 8px;
}

.navbar-default {
	border: none;
	margin-top: 40px;
}

.navbar {
	z-index: 99999;
	position: fixed;
	width: 100%;
}
.navbar-default .navbar-nav > li > a{
	text-transform: lowercase;
	padding-left: 26px;
    padding-right: 17px;
}
.navbar-default .navbar-nav > li > a:hover{
	color: #0092a0;
}
.navbar-default .mainMenu > li:first-child{
	background-image: url(images/home_icon.gif);
    background-repeat: no-repeat;
    background-position: 0px 17px;
}
.navbar-default .mainMenu > li:nth-child(2){
	background-image: url(images/aboutUs_icon.gif);
    background-repeat: no-repeat;
    background-position:2px 18px;
}
.navbar-default .mainMenu > li:nth-child(3){
	background-image: url(images/products_icon.gif);
    background-repeat: no-repeat;
    background-position:2px 18px;
}
.navbar-default .mainMenu > li:nth-child(3){
	background-image: url(images/products_icon.gif);
    background-repeat: no-repeat;
    background-position:5px 18px;
}
.navbar-default .mainMenu > li:nth-child(4){
	background-image: url(images/customDesign_icon.gif);
    background-repeat: no-repeat;
    background-position:1px 18px;
}
.navbar-default .mainMenu > li:nth-child(5){
	background-image: url(images/contactUs_icon.gif);
    background-repeat: no-repeat;
    background-position:3px 21px;
}

.form-control, .btn {
	border: solid 1px #e9e9e9;
	border-radius: 0px;
	box-shadow: none;
}

.btn {
	background-color: #f4f4f4;
}

.add_to_cart {
	margin-right:0px;
	width: 90px;
}

.add_to_cart a {
	padding: 6px 0px !important;
	border: none;
    background: transparent;
}

.item_bg {
	background-color: #d49b15;
	border-radius: 50%;
	color: #ffffff;
	margin-left: 3px;
	padding: 3px 9px;
}

.navbar-brand {
	padding: 4px 15px 15px 10px;
}

.poster {
	background-color: #f5c16d;
	width: 100%;
	height: auto;
	float: left;
	margin-top: 5px;
	/*padding-bottom: 10%;*/
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
	line-height: 1;
	max-width: 100%;
	width: 100%;
	max-height: 600px; /*540*/
}

.glyphicon-play::before {
	border: 2px solid #ffffff;
	content: "";
	padding: 8px;
	box-shadow: none;
}

.carousel-control.right {
	background-repeat: repeat-x;
	left: auto;
	/* right: -7px;*/
	top: 54%;
}

.glyphicon-triangle-left::before {
	content: "";
	border: 2px solid #ffffff;
	padding: 8px;
	box-shadow: none;
}

.carousel-control {
	bottom: 0;
	color: #ffffff;
	font-size: 20px;
	left: -12px;
	opacity: 0.5;
	position: absolute;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	top: 54%;
	width: 15%;
}

.box_section {
	float: left;
	width: 100%;
	height: auto;
	background-color: #f5f4f4;
	text-align: center;
	background-image: url(images/collection_bg.jpg);
}

.box_wrapper {
	width: 1280px;
	height: auto;
	margin: 0px auto 0;
	position: relative;
	z-index: 999;
	display: inline-block;
	text-align: left;
}

.box_inner_wrapper {
	float: left;
	width: 100%;
	height: auto;
	/*background-color: #fff;*/
	padding: 20px;
	box-sizing: border-box;
	/*border: 1px solid #d9d5d5;*/
}

.box_1 {
	float: left;
	width: 100%;
	/*background-image: url(images/bax_bg.jpg);*/
	background-repeat: no-repeat;
	background-position: right;
	box-sizing: border-box;
	padding: 15px 0px;
}

.box_1 .left-img{
	float: left;
}
.box_1 .right-img{
	float: right;
}

.box_1 .right_dtl{
    float: left;
   	width: calc(100% - 197px);
    margin-left: 18px;
    height: 235px;
    position: relative;
}

.box_1 .left_dtl{
    float: right;
   	width: calc(100% - 197px);
    margin-right: 18px;
    height: 235px;
    position: relative;
    text-align: right;
}

.box_1 .dtl{
    position: absolute;
    bottom: 0;
}

.box_1 .btn-default{
	margin: 0;
}

.box_1 .spec {
	/*width: 260px;*/
}

.box_1 h3{
	/*color: #222;*/
}
.box_1 .btn-default:hover{
	color: #333;
}

[role="button"] {
	background-color: rgba(0, 0, 0, 0) !important;
	border: 2px solid #f8b232 !important;
	cursor: pointer;
	color: #f8b232;
	margin-top: 20px;
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 40px;
}

p {
	line-height: 25px;
}

.box_2 {
	/*background-image: url(images/box_2.jpg);
	background-repeat: no-repeat;
	width: 99%;*/
}

.box_3 {
	/*background-image: url(images/box_3.jpg);
	background-repeat: no-repeat;*/
}

.box_4 {
	/*background-image: url(images/box_4.jpg);
	background-repeat: no-repeat;
	width: 99%;*/
}

.change_color {
	color: #fff;
}

.woman_style {
	float: left;
	width: 100%;
	background-image: url(images/woman.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 8%;
	/*margin-top: -60px;*/
	text-align: center;
	padding-top: 120px;
}

.best {
	color: #fff;
	font-size: 65px;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 30px;
}

.line {
	margin-top: -5px;
	width: 15%;
	border-bottom: solid 1px #f8b232;
	border-style: solid 1px #f8b232;
}

.box_group {
	float: left;
	background-color: #f5f4f4;
	width: 100%;
	padding-bottom: 4%;
	text-align: center;
}

.box_group_wrapper {
	margin: -50px auto 0;
	position: relative;
	width: 1230px;
	display: inline-block;
	text-align: left;
}

.box_group_inner {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 20px 0px;
	margin-bottom: 50px;
	box-sizing: border-box;
}

.add_box {
	display: block;
	float: left;
	list-style: outside none none;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}

.col-sm-2 {
	width: 20%;
}

.thumbnail {
	border-radius: 1px;
	background-color: #fafafa;
	min-height: 225px;
	position: relative;
}

.thumbnail>img, .thumbnail a>img {
	display: block;
	margin: 0 auto;
	max-height: 210px;
	max-width: 100%;
	text-align: center;
}

.label-success {
	background-color: #fff;
	color: #f8b232;
}

.text-success {
	color: #282828;
}

.glyphicon-star::before {
	color: #f8b232;
	content: "";
}

.view {
	display: block;
	text-align: center;
}

.view_1 {
	margin-top: 20px;
	padding: 8px 35px;
	text-transform: uppercase;
}

.productbox {
	background-color: #ffffff;
	box-sizing: border-box;
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.arrivals {
	margin:0px;
	width:100%;
	display: block;
}

.line_1 {
	float: left;
	border-bottom: solid 1px #f8b232;
	margin-top: 12px;
	width: 20%;
}

.fresh {
	margin: 0px 10px;
	float: left;
	font-size: 18px;
}

.new {
	background-color: #f8b232;
	color: #ffffff;
	margin: 5px;
	padding: 0px 5px;
	position: absolute;
}

.footer_panel {
	background-color: #222222;
	height: auto;
	float: left;
	width: 100%;
	padding-bottom: 2%;
	padding-top: 45px;
}

.list-group_footer {
	background-color: none;
}

.list-group-item {
	background: none;
	border: none;
	color: #fff !important;
	padding: 6px 0;
}

a.list-group-item:hover, a.list-group-item:focus {
	color: #f8b232 !important;
	text-decoration: none;
	background: none;
}

.add_col {
	width: 40%;
}

.form-2 {
	float: left;
	border: dashed 1px #007a85;
	width: 80%;
}

.Subscribe {
	background-color: #007a85;
	border: medium none;
	color: #ffffff;
	padding: 7px 19px;
}

.text-center {
	background-color: #303030;
	box-sizing: border-box;
	color: #ffffff;
	display: block;
	float: left;
	padding: 10px;
	text-align: center;
	width: 100%;
}

.link_2 {
	float: left;
	list-style: outside none none;
	margin: 25px 0 0;
	padding: 0;
	width: auto;
}

.link_2 li {
	display: inline-block;
	margin-right: 20px;
}

.link_2 li a {
	padding: 10px;
	display: block;
	border: solid 1px #fff;
}

.outer_box {
	width: 100%;
	float: left;
}
.top_box{
/*	width: 1280px;
	float: none;
	margin: 0 auto;*/
}

.productbox .container {
	width: 100%;
}

.ads img {
	width: 100%;
}

.ads>.row>div {
	margin-bottom: 30px;
}

.footer_panel .container {
	width: 100%;
}

/* Popup styles */
.popup_box {
	width: 640px;
	height: 421px;
	position: absolute;
	background: #000;
	left: 0;
	right: 0;
	margin: 10% auto 0;
	background-color: #ccc;
	z-index: 999999;
	font-family: 'HelveticaNeueMed';
	display: none;
}

.popup_innr {
	width: 100%;
	float: left;
	background-image: url(images/login_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 100%
}

.popup_box .header {
	height: 61px;
	background-color: #0092a1;
	color: #fff;
	text-align: left;
	font-size: 22px;
	line-height: 2.8;
	font-family: 'HelveticaNeueMed';
	font-weight: normal;
	position: relative;
	padding-left: 14px;
}

.frm_box {
	width: 43%;
	/* float: left; */
	margin: 40px auto 0;
}

.frm_box input {
	width: 100%;
	margin-top: 8px;
	padding: 9px 6px;
}

.frm_box .txt {
	border-radius: 5px;
	border: 1px solid #ccc;
}

.frm_box .btn {
	background-color: #0092a1;
	color: #fff;
	font-size: 16px;
}

.frm_box .btn:hover {
	background-color: #037c88;
}

.cover {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	display: none;
}

.foot_txt {
	width: 90%;
	float: none;
	margin: 30px auto 0;
	/* text-align: center; */
	color: #9e9d9d;
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
}

.close_btn {
	width: 28px;
	height: 28px;
	background-color: #f8b232;
	position: absolute;
	top: -14px;
	right: -14px;
	border-radius: 50%;
	cursor: pointer;
}

.close_btn:hover {
	background-color: #8c8b8b;
}

.close_btn i {
	top: 3px;
	position: absolute;
	left: 6px;
	font-size: 21px;
}

.passwrd {
	margin-top: 14px;
	display: inline-block;
}

/*============== User account page styles ===============*/
.products {
	width: 100%;
	float: left;
}

.navbar-default {
	margin-top: 0;
}

.navbar {
	position: static;
	height: 104px;
}

.wrap_innr {
	width: 98.5%;
	margin: 0 auto;
}

.products .wrap_innr {
	background-image: url(images/product_bg.jpg);
	background-repeat: repeat;
	background-size: 100% 100%;
}

.left_nav {
	/*width: 17%;*/
	float: left;
	background-color: #fff;
	width: 247px;
}

.nav_head {
	width: 100%;
	float: left;
	background-color: #4daf4c;
	color: #fff;
	padding: 10px 15px;
	text-transform: uppercase;
}

.left_nav button.accordion {
	background-color: #e9e9e9;
	width: 100%;
	float: left;
	border: none;
	padding: 10px 15px;
	text-transform: uppercase;
	text-align: left;
}

.left_nav button.accordion i {
	float: right;
	margin-top: 3px;
}

.panel ul {
	width: 100%;
	float: left;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 0;
}

.panel ul li {
	padding: 10px 15px;
	background-color: #fff;
	color: #5b595a;
	border-bottom: 1px solid #e4e4e4;
	cursor: pointer;
}

.panel ul li:hover {
	background-color: #efefef;
}

.panel ul li:last-child {
	border-bottom: none;
}

.notify_box {
	background-color: #fcd0c5;
	padding: 10px 15px 1px;
	min-height: 40px;
}

.notify_box p {
	line-height: 1.5;
}

.right_col {
	width: calc(100% - 247px);
	float: left;
}

.frm_wrap {
	width: 50%;
	float: left;
	padding: 0px 15px 10px;
	min-width: 521px;
}

.frm_headng {
	font-size: 20px;
	margin: 0px 0 10px;
	padding: 10px;
}

.frm_row {
	width: 100%;
	float: left;
	margin: 10px 0;
}

.frm_row .lbl {
	width: 108px;
	float: left;
	margin-top: 6px;
}

.frm_row .txt {
	width: 70%;
	background-color: #ebebeb;
	border: 1px solid #e3e3e3;
	padding: 8px;
	border-radius: 5px;
}

.btn_row {
	width: 100%;
	float: left;
	text-align: center;
	margin: 10px 0;
}

.btn_row .frm_btn {
	background-color: #4daf4c;
	color: #fff;
	padding: 8px 10px;
	border: none;
	width: 180px;
	border-radius: 4px;
}

.btn_row .frm_btn:hover {
	background-color: #2d8f2c;
}

/*============== Order page styles ===============*/
.breadcrum_nav {
	background-color: #4cae4c;
	padding: 10px;
	color: #fff;
	text-align: center;
}

.breadcrum_nav a {
	margin: 0 12px;
	color: #fff;
}

.order_wrap {
	width: 100%;
	float: left;
	padding: 0 15px;
}

.order_headings {
	font-size: 18px;
	margin: 15px;
}

.order_headings .greyFont {
	color: #636363;
}

.order_row {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.head_box {
	width: 100%;
	float: left;
	min-height: 56px;
	background-color: #ccc;
}

.detail_box .left_col {
	width: 444px;
	float: left;
}

.detail_box .right_col {
	width: 287px;
	float: right;
	padding: 0 10px;
}

.product_img {
	width: 108px;
	float: left;
	margin: 0 20px;
}

.product_detail {
	width: 66%;
	float: left;
}

.product_box {
	width: 108px;
	height: 102px;
	border: 1px solid #ccc;
	display: block;
	overflow: hidden;
	border-radius: 9px;
	/*margin: 20px;*/
}

.product_box img {
	width: 100%;
}

.detail_box {
	width: 100%;
	float: left;
	padding: 20px 0;
	box-shadow: 0px 4px 6px #e2e2e2;
}

.detail_box p {
	margin-bottom: 0;
}

.detail_box .name {
	font-size: 16px;
}

.detail_box .quantity {
	color: #848282;
}

.detail_box .amount .ammnt {
	font-size: 18px;
}

.detail_box .rightTitle {
	font-size: 15px;
}

.head_box .numBox {
	background-color: #fff;
	border: none;
	border-radius: 4px;
	padding: 4px;
	width: 210px;
	text-align: center;
	margin: 13px;
	font-size: 16px;
	float: left;
}

.head_box .rightBtn_col {
	width: 220px;
	float: right;
	margin: 14px;
	text-align: right;
}

.head_box .headBtn {
	background-color: #fff;
	border: none;
	padding: 4px 15px;
	border-radius: 5px;
	width: 85px;
}

.head_box .headBtn:hover {
	background-color: #4cae4c;
	color: #fff;
}

.head_box .headBtn:hover i {
	color: #fff;
}

.head_box .headBtn i {
	margin-left: 3px;
	color: #4cae4c;
	font-size: 17px;
}

.head_box .firstCh {
	margin-right: 5px;
}

/*============== Products page styles ===============*/
.headTxt_box {
	width: 100%;
	margin: 5px 0 10px;
	float: left;
}

.categry_heading {
	font-size: 20px;
}

.categry_num {
	color: #a8a0a0;
	margin-left: 10px;
}

.sortings {
	width: 100%;
	float: left;
	border-bottom: 1px solid #d7d7d7;
	padding: 2px 0 8px;
	margin-bottom: 15px;
}

.sortings ul li {
	display: inline-block;
	margin-right: 20px;
}

.items_col {
	margin-bottom: 15px;
	padding-right: 0px;
}

.product .col-md-3 {
	width: 24.6%;
	float: left;
}

.items_col .innr_col {
	width: 100%;
	float: left;
	border: 1px solid #e5e5e5;
	padding: 0 10px;
	cursor: pointer;
}

.items_col .innr_col:hover {
	box-shadow: 0px 2px 14px #dedddd;
}

.items_col .img_box {
	width: 100%;
	float: left;
	text-align: center;
}

.details_box .item_name {
	width: 100%;
	float: left;
	line-height: 1.5;
}

.details_box .item_price {
	width: 100%;
	float: left;
	color: #000;
}

.details_box .item_price .price {
	font-size: 20px;
}

.details_box .item_price .last-price {
	color: #878787;
	margin-left: 6px;
	text-decoration: line-through;
}

.details_box .item_price .discount {
	color: #4cae4c;
	margin-left: 6px;
}

.details_box .item_size {
	width: 100%;
	float: left;
}

.details_box p {
	margin-bottom: 5px;
}

.pagination_box {
	
}

/*====== product page left nav ======*/
.panel .check_list input {
	float: left;
	margin-right: 8px;
	width: 14px;
	height: 14px;
}

.panel .check_list li {
	border-bottom: none;
	padding: 8px 15px 0;
}

.panel .check_box {
	float: left;
	width: 97%;
	max-height: 175px;
	overflow: auto;
	margin: 10px 0;
}

.panel .search_box {
	float: left;
	width: 100%;
	padding: 10px 7px 5px;
	background-color: #fff;
	position: relative;
}

.panel .search_box input {
	width: 100%;
	border: none;
	border-bottom: 1px solid #4daf4c;
	height: 30px;
	color: #9a9898;
	padding-right: 21px;
}

.panel .search_box input::-webkit-input-placeholder {
	font-size: 13px;
}

.panel .search_box input::-moz-placeholder {
	font-size: 13px;
}

.panel .search_box input::-ms-input-placeholder {
	font-size: 13px;
}

.search_icon {
	position: absolute;
	right: 14px;
	top: 15px;
	font-size: 16px;
	color: #b8b8b8;
}

.panel .check_list li .color {
	width: 14px;
	height: 14px;
	background-color: #ad3c3c;
	display: inline-block;
	float: left;
	margin: 4px 14px 0 9px;
}

.panel .check_list li .orange {
	background-color: #FF6347;
}

.panel .check_list li .blue {
	background-color: #0000FF;
}

.panel .check_list li .black {
	background-color: #000;
}

.panel .check_list li .green {
	background-color: #008000;
}

.panel .check_list li .brown {
	background-color: #A52A2A;
}

/*======== wishlist page style ========*/
.pageTitle_box {
	background-color: #e9e9e9;
	padding: 10px 15px;
	min-height: 40px;
	width: 100%;
	float: left;
}

.title_txt {
	width: 120px;
	float: left;
	font-size: 20px;
	margin-bottom: 0;
	line-height: 1;
	color: #a1a1a1;
}

.pageTitle_box .title_right {
	width: 290px;
	float: right;
}

.pageTitle_box .option {
	margin-left: 11px;
	display: inline-block;
}

.pageTitle_box .option input {
	float: left;
	margin-right: 5px;
}

.pageTitle_box .option input[type='radio'] {
	background-color: #000;
	color: red;
}

.title_right {
	color: #6d6969;
}

.title_right .info {
	width: 15px;
	margin-left: 8px;
	margin-top: -1px;
	display: inline-block;
	float: right;
}

.title_right .info img {
	width: 100%;
}

.settings_txt {
	display: inline-block;
}

.innr_wrap {
	width: 100%;
	padding: 0 15px;
	float: left;
}

.item_row {
	width: 100%;
	float: left;
	padding: 20px 0;
	background-color: #fff;
	margin-top: 15px;
	box-shadow: 0px 0px 14px #bdbdbd;
}

.item_row .left_box {
	width: 50%;
	float: left;
	border-right: 1px solid #e1e1e1;
	padding: 0 15px;
}

.item_row .right_box {
	width: 50%;
	float: right;
	/*border: 1px solid #ccc;*/
	padding: 0 15px;
}

.item_img {
	width: 100px;
	float: left;
	margin-right: 5%;
}

.item_detail {
	width: calc(100% - 126px);
	float: left;
	min-width: 97px;
}

.item_row .item_name {
	font-size: 16px;
}

.item_row .item_price {
	font-size: 16px;
}

.item_row .stock {
	color: #4cae4c;
}

.item_row .btn_wrap {
	background-color: #4daf4c;
	border: none;
	border-radius: 4px;
	color: #fff;
	padding: 2px 10px;
	margin-top: 3px;
}

.item_row .btn_wrap:hover {
	background-color: #379036;
}

.item_row p {
	margin-bottom: 2px;
}

.item_row .item_desc {
	line-height: 1.4;
}

.item_row .more {
	color: #4daf4c;
}

.item_row .item_features ul {
	padding-left: 10px;
	margin-left: 10px;
}

/*========= wallet styles =========*/
.wallet_box {
	width: 100%;
	float: left;
	/*padding: 20px 0;*/
	background-color: #fff;
	margin-top: 15px;
	box-shadow: 0px 0px 14px #bdbdbd;
	color: #5e5a5a;
}

.wallet_box .wllt_head {
	background-color: #ffdad1;
	height: 40px;
	padding: 10px;
}

.wallet_box .wllt_head .head_txt {
	font-size: 16px;
	color: #636363;
}

.wallet_box .wllt_innr {
	padding: 15px;
	width: 100%;
	float: left;
}

.wallet_box .wllt_left {
	width: 45%;
	float: left;
	min-width: 220px;
}

.wallet_box .wllt_right {
	width: 43%;
	float: right;
}

.wallet_box .wllt_btn {
	border: 1px solid #70be70;
	background-color: transparent;
	border-radius: 6px;
	padding: 3px 10px;
	margin-bottom: 10px;
}

.wallet_box .wllt_btn:hover {
	background-color: #4daf4c;
	color: #fff;
}

.wallet_box .message {
	margin-bottom: 15px;
}

.wallet_box .rightMrg {
	margin-right: 5px;
}

.wallet_box .price {
	font-size: 20px;
	float: right;
	margin-right: 30px;
}

/*========= product detail style =========*/
.proDetails_wrap {
	width: 100%;
	float: left;
	padding-top: 15px;
}

.pro_left {
	width: 40%;
	float: left;
	min-width: 388px;
}

.pro_left .payment_box {
	width: 100%;
	float: left;
	margin-top: 20px;
}

.pro_left .payment_box .card_txt {
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 12px;
	color: #848484;
}

.pro_left .payment_box .card_img img {
	width: 100%;
}

.pro_left .payment_box .info_txt {
	font-size: 12px;
	line-height: 1.5;
	color: #a2a1a1;
	margin-top: 15px;
}

.pro_right {
	width: 60%;
	float: left;
	padding-left: 20px;
	/* max-width: calc(60% - 93px);*/
}

.proDetails_wrap .img_box {
	width: 100%;
	float: left;
	/*padding-left: 20px;*/
}

.proDetails_wrap .btn_hold {
	width: 100%;
	float: left;
	text-align: right;
	margin-top: 8px;
}

.proDetails_wrap .btn_hold button {
	width: 40%;
	padding: 8px 10px;
	border: none;
	border-radius: 9px;
	color: #fff;
	font-size: 18px;
}

.proDetails_wrap .btn_hold button i {
	padding: 0 10px;
}

.proDetails_wrap .btn_hold .cart_btn {
	background-color: #3cb878;
}

.proDetails_wrap .btn_hold .cart_btn:hover {
	background-color: #269059;
}

.proDetails_wrap .btn_hold  .buy_btn {
	background-color: #f7941d;
}

.proDetails_wrap .btn_hold  .buy_btn:hover {
	background-color: #d47b10;
}

.proDetails_wrap .thumb_img {
	width: 80px;
	float: left;
	margin: 0 10px;
}

.proDetails_wrap .thumb_img ul {
	list-style-type: none;
}

.proDetails_wrap .thumb_img ul li {
	border: 1px solid #e7e7e7;
	margin-bottom: 10px;
	height: 80px;
	text-align: center;
	cursor: pointer;
}

.proDetails_wrap .thumb_img ul li:hover {
	border: 3px solid blue;
}

.proDetails_wrap .thumb_img ul li img {
	height: 90%;
}

.proDetails_wrap .main_img {
	width: calc(100% - 100px);
	float: left;
	text-align: center;
	border: 1px solid #e7e7e7;
}

.products_details .wrap_innr {
	background-image: none;
}

.proDetails_wrap .pro_info {
	width: 100%;
	float: left;
}

.proDetails_wrap .pro_info .pro_name {
	font-size: 20px;
}

.pro_info .ratings {
	color: #868585;
	font-size: 16px;
}

.pro_info .price .price_txt {
	font-size: 24px;
	margin-right: 15px;
}

.pro_info .price .last-price {
	font-size: 18px;
	color: #878787;
	margin-left: 6px;
	text-decoration: line-through;
}

.pro_info .price .discount_txt {
	color: #4cae4c;
	font-size: 20px;
	margin-left: 6px;
}

.pro_info .info_row {
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

.pro_info .info_lbl {
	margin-right: 15px;
	float: left;
	color: #868585;
	margin-bottom: 15px;
}

.pro_info .chkFrm input {
	border: 1px solid #4cae4c;
	height: 35px;
	/* padding: 20px; */
	width: 230px;
	margin-top: -7px;
	float: left;
	margin-right: 10px;
	padding-left: 30px;
}

.pro_info .chkFrm .chkBtn {
	background-color: #4cae4c;
	color: #fff;
	width: 70px;
	display: block;
	float: left;
	height: 35px;
	margin-top: -7px;
	text-align: center;
	line-height: 2.6;
	cursor: pointer;
}

.pro_info .chkFrm .chkBtn:hover {
	background-color: #308e30;
}

.pro_info .chkFrm {
	width: 310px;
	float: left;
}

.pro_info .chartBtn a {
	color: #4cae4c;
}

.pro_info .chartBtn a:hover {
	text-decoration: none;
	color: #308e30;
}

.pro_info .size_list {
	width: auto;
	float: left;
	margin-top: -6px;
}

.pro_info .size_list ul {
	list-style-type: none;
}

.pro_info .size_list ul li {
	display: inline-block;
	margin-right: 2px;
}

.pro_info .size_list ul li a {
	padding: 6px 10px;
	background-color: #ebebeb;
	width: auto;
	display: block;
	text-align: center;
	color: #646464;
}

.pro_info .size_list ul li a:hover {
	text-decoration: none;
}

.pro_info .optCol {
	width: 300px;
	float: left;
}

.pro_info .optList {
	width: 70%;
	float: left;
	/* color: #868585;*/
}

.pro_info .optList ul {
	margin-left: 10px;
	padding-left: 10px;
}

.pro_info .spec_headTxt {
	font-size: 20px;
	padding: 10px 10px;
	box-shadow: 0px 2px 14px #dedddd;
}

.pro_info .speclist {
	margin: 20px 0 0px 60px;
}

.pro_info .speclist ul {
	list-style-type: none;
}

.pro_info .speclist .spec {
	width: 170px;
	display: inline-block;
	color: #868585;
}

.simlr_box {
	width: 100%;
	float: left;
	box-shadow: 0px 2px 14px #dedddd;
	margin-top: 15px;
}

.simlr_box .simlr_headTxt {
	font-size: 20px;
	margin: 7px 0 15px 15px;
}

/* user details */
.navigation-selected {
	color: black;
}

.default_address {
	float: left;
	width: 50%;
	margin-top: 10%;
	height: 600px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.address_panel {
	width: 48%;
	background-color: #f2f2f2;
	float: left;
	min-height: 220px;
	margin-right: 2%;
	border: 3px solid #ddd;
	margin-bottom: 2%;
}

.address_panel p {
	width: 100%;
	padding: 0px 0px 5px 10px;
	margin: 0px 0px 10px 0px;
	border-bottom: 1px solid #ddd;
	line-height: 20px;
}

.address_panel p:nth-child(1) {
	font-weight: bold;
	border-bottom: 0px;
	margin: 10px 0px 0px;
}

.address_panel:nth-child(2) {
	margin-right: 0%;
	margin-bottom: 2%;
}

.address_panel:nth-child(4) {
	margin-right: 0%;
}

.default_radio {
	width: 100%;
	padding: 10px;
	position: relative;
}

.default_radio input {
	float: left;
}

.default_radio p {
	margin-left: 10px;
	width: auto;
}

.default_radio i {
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 8px;
	font-size: 20px;
	color: #fd877f;
}

.default_radio i:hover {
	color: #F44336;
}

/*.pro_info .features{}
.pro_info .services{}*/

/*================================  Accordion  ================================*/
.checkoutdesign {
	background-image: none !important;
	border-top: 1px solid #e4e4e4;
}

.accordion_container {
	width: 80%;
	margin: 0 auto;
	padding: 5% 0px;
}

.accordion_container input {
	height: 32px;
	border-radius: 2px;
	border: 1px solid #f8b232;
	padding: 0px 10px;
	width: 215px;
	margin-right: 15px;
	float: left;
}

.accordion_container a {
	float: left;
	line-height: 32px;
	margin-left: 15px;
	color: #656565;
	font-size: 12px;
}

.checkout_button {
	width: auto;
	background-color: #f8b232;
	float: left;
	border-radius: 2px;
	height: 32px;
	padding: 0px 10px;
	line-height: 32px;
	color: #fff;
	cursor: pointer;
}

.checkout_button:hover {
	background-color: #E5A022;
}

button.accordion {
	background-color: #f9f9f9;
	color: #444;
	cursor: pointer;
	padding: 20px 40px;
	border-bottom: 1px solid #fff;
	border-top: none;
	border-right: none;
	border-left: none;
	width: 100%;
	text-align: left;
	outline: none;
	transition: 0.4s;
	position: relative;
	text-transform: uppercase;
}

button.accordion h3 {
	float: left;
	font-size: 13px;
	margin: 0px;
	width: 170px;
}

button.accordion h1 {
	float: left;
	font-size: 13px;
	margin: 0px;
	width: 170px;
	height: 30px;
}

button.accordion h2 {
	font-size: 13px;
	margin: 0px;
}

button.accordion h2 span {
	float: left;
	font-size: 16px;
	margin: 0px 20px 0px 0px;
	height: 22px;
}

button.accordion h2 p {
	float: left;
	width: auto;
	display: inline-table;
	margin: 0px;
	text-transform: lowercase;
}

button.accordion h2 span:nth-child(2) {
	font-size: 14px;
}

.checked {
	display: block;
}

.checked i {
	font-size: 40px;
	position: absolute;
	left: -16px;
	top: 10px;
	color: #3cc3b5;
	display: block;
}

.tick {
	display: none;
}

button.accordion.active {
	color: #fff;
	background-color: #3cc3b5;
}

button.accordion.active i {
	display: none;
}

div.accordion_panel {
	padding: 0px 20px;
	/*  display: none; */
	background-color: white;
	float: left;
}

div.accordion_panel.show {
	display: block;
}

.login_form {
	
}

.get_start {
	font-size: 18px;
	padding-bottom: 15px;
}

.checkout_edit {
	right: 15px !important;
	position: absolute !important;
	left: inherit !important;
	font-size: 18px !important;
	top: 20px !important;
	color: #3cc3b5;
}

.checkout_edit:hover {
	color: #f8b232;
}

.address_detail {
	line-height: 1.3em;
	float: left;
	width: 255px;
	position: relative;
	margin: 0 22px 0;
}

.address_detail a {
	border: 1px solid #e6e6e6;
	padding: 20px;
	text-decoration: none;
}

.address_detail a:hover {
	border-color: #f8b232;
}

.address_name {
	width: 100%;
	font-size: 18px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
	margin-top: 10px;
}

.address_name i {
	position: absolute;
	right: -10px;
	top: -20px;
	color: #3cc3b5;
}

.address_name i:nth-child(2) {
	position: absolute;
	right: 20px;
	top: -20px;
}

.address_name i:hover {
	color: #f8b232;
}

.address_correct {
	width: 100%;
	font-size: 13px;
	border-bottom: 1px solid #e6e6e6;
}

.address_number {
	width: 100%;
	font-size: 13px;
	border-bottom: 1px solid #e6e6e6;
	float: left;
}

.address_number i {
	font-size: 18px;
	margin-right: 10px;
	line-height: 40px;
	float: left;
}

.address_number p {
	font-size: 14px;
	margin-right: 10px;
	line-height: 40px;
	float: left;
	margin-bottom: 0px;
}

.checkout_detail_button {
	width: auto;
	background-color: #f8b232;
	float: left;
	border-radius: 2px;
	height: 32px;
	padding: 0px 10px;
	line-height: 32px;
	color: #fff;
	cursor: pointer;
	margin-top: 20px;
}

.checkout_detail_button:hover {
	background-color: #E5A022;
}

.OrderSummary_panel {
	width: 350px; /* 380px */
	float: left;
	background-color: #fff;
	height: 200px;
}

.OrderSummary_panel:nth-child(2) {
	width: 80px;
	background-color: #fcfcfc;
}

.OrderSummary_panel:nth-child(3) {
	width: 140px;
	background-color: #f9f9f9;
}

.OrderSummary_panel:nth-child(4) {
	width: 250px;
	background-color: #fcfcfc;
}

.OrderSummary_panel:nth-child(5) {
	width: 120px;
	background-color: #f9f9f9;
}

.OrderSummary_panel:nth-child(6) {
	width: 35px;
	background-color: #fcfcfc;
}

.OrderSummary_item {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #656565;
	text-transform: uppercase;
	padding: 5px 0px;
	display: none;
}

.OrderSummary_item:nth-child(1) {
	display: block;
}

.item_image {
	width: 27%;/*30%*/
	float: left;
	height: 100%;
}

.item_image {
	margin: 10px 10px 0px 0; /* 50px 0px */
}

.item_image img{
	/*width: 100px;*/
  height: auto;
  width: 100%;
}

.item_details {
	width: 70%;
	float: left;
	height: 100%;
}

.item_details h3 {
	color: #848484;
	text-transform: uppercase;
	font-size: 14px;
}

.item_details h2 {
	color: #656565;
	font-size: 14px;
}

.item_details h4 {
	color: #848484;
	font-size: 14px;
	line-height: 1.4em;
}

.item_qty {
	width: 100%;
	float: left;
	text-align: center;
}

.item_qty input {
	background: #fff;
	border: #e6e6e6 solid 1px;
	border-radius: 2px;
	padding: 0px;
	margin: 10px;
	width: 32px;
	text-align: center;
	float: none;
}

.item_price {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px;
}

.item_price h2 {
	color: #656565;
	font-size: 13px;
}

.item_price h4 {
	color: #848484;
	font-size: 13px;
}

.item_delivery {
	width: 100%;
	float: left;
	padding: 5px 10px;
}

.item_delivery input {
	width: 12px;
	margin: 0px 5px 0px 0px;
	height: 14px;
	padding: 0px;
}

.item_delivery h2 {
	color: #656565;
	font-size: 13px;
}

.item_delivery h3 {
	color: #656565;
	font-size: 12px;
}

.item_delivery h4 {
	color: #848484;
	font-size: 11px;
}

.item_subtotal {
	width: 100%;
	float: left;
	text-align: center;
}

.item_subtotal h2 {
	color: #454545;
	font-size: 16px;
}

.item_remove {
	width: 100%;
	float: left;
	text-align: center;
	padding: 10px;
}

.item_remove i {
	font-size: 16px;
	color: #3cc3b5;
	cursor: pointer;
	padding: 8px;
}

.item_remove i:hover {
	color: #f8b232;
}

.remove_item_head {
	padding: 15px 0px;
}

.Order_confirmation {
	width: 100%;
	float: left;
	border-bottom: 1px dotted #656565;
	border-top: 1px dotted #656565;
	padding: 10px 0px;
	font-size: 13px;
}

.Order_continue {
	width: 100%;
	float: left;
	padding: 20px 0px;
}

.Order_button {
	width: auto;
	background-color: #f8b232;
	float: left;
	border-radius: 2px;
	height: 32px;
	padding: 0px 10px;
	line-height: 32px;
	color: #fff;
	cursor: pointer;
	margin-bottom: 5px;
}

.Order_button:hover {
	background-color: #E5A022;
}

.Order_Amount {
	width: auto;
	float: right;
}

.Order_Amount h3 {
	color: #656565;
	font-size: 13px;
	float: left;
	margin: 0px;
	line-height: 16px;
	margin-right: 10px;
}

.Order_Amount h4 {
	color: #848484;
	float: left;
	margin: 0px;
	font-size: 16px;
}

.card_option {
	width: 195px;
	float: left;
	height: auto;
	background-color: #f2f2f2;
	border-right: 1px solid #c9c9c9;
}

.card_option li {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #c9c9c9;
	list-style: none;
	line-height: 50px;
	cursor: pointer;
}

.card_option li:hover {
	background-color: #e6e6e6;
}

.card_option li:active {
	background-color: #4d4d4d;
	color: #fff;
}

.active {
	background-color: #4d4d4d;
	color: #fff;
}

.active:hover {
	/* 	background-color: #4d4d4d !important;
 */
	color: #fff;
}

.card_option li:active i {
	color: #fff;
}

.card_option li i {
	padding: 10px;
}

.card_payment {
	width: 630px;
	float: left;
	height: 200px;
}

.card_total {
	width: 195px;
	float: left;
	min-height: 300px;
	background-color: #f2f2f2;
}

.card_total li {
	width: 100%;
	border-bottom: 1px solid #c9c9c9;
	list-style: none;
	cursor: pointer;
	padding: 10px;
	float: left;
}

.card_total li span {
	float: right;
}

.card_total li:nth-child(2) {
	background-color: #f9f9f9;
	text-align: right;
}

.card_total li:nth-child(2) span {
	color: #ea6a6a;
	width: 100%;
	margin-top: 10px;
}
/*================================  Order Details  ================================*/
.Order-DetialsMain {
	padding: 20px 20px;
	background-color: white;
	width: 80%;
	margin: 0 auto;
}

.OrderDetailPanel {
	width: 80%;
	background-color: #fff5ff;
	margin: 20px auto 50px;
	padding: 10px;
	border: 1px solid #d0d0d0;
	float: left;
	margin-left: 10%;
}

.OrderDetailPanel h1 {
	width: 100%;
	font-size: 18px;
	padding: 0px;
	margin: 0px 0px 20px 0px;
}

.order-aside {
	width: 40%;
	border-right: 1px dotted #d0d0d0;
	float: left;
}

.order-aside li {
	width: 80%;
	border-bottom: 1px dotted #d0d0d0;
	list-style: none;
	font-size: 13px;
	margin: 10px 0px;
	padding: 0px 0px 10px;
	color: #565656;
}

.order-aside li span {
	width: 100px;
	color: #848484;
	float: left;
}

.order-aside li i {
	color: #229C03;
}

.order-RightSide {
	width: 58%;
	margin-left: 1%;
	float: left;
}

.order-RightSide h1 {
	width: auto;
	font-size: 18px;
	padding: 0px;
	margin: 0px 20px 10px 0px;
	float: left;
}

.order-RightSide p {
	width: 100%;
	font-size: 13px;
	color: #565656;
	float: left;
}

.order-RightSide span {
	width: 50%;
	color: #848484;
	float: left;
	margin-bottom: 10px;
}

.ManageOrderPanel {
	width: 80%;
	height: 140px;
	background-color: #fff5ff;
	margin: 20px auto 30px;
	padding: 10px;
	border: 1px solid #d0d0d0;
	float: left;
	margin-left: 10%;
}

.ManageOrderheader {
	width: 100%;
	font-size: 18px;
}

.print {
	width: 33%;
	text-align: center;
	padding: 20px 20px 0px 20px;
	float: left;
}

.print h2 {
	width: 100px;
	text-align: center;
	font-size: 13px;
	margin: 10px auto;
	padding-bottom: 10px;
}

.print i {
	font-size: 35px;
	text-align: center;
}

.print:hover h2 {
	color: #3cc3b5;
	border-bottom: 5px solid #3cc3b5;
	cursor: pointer;
}

.print:hover i {
	color: #3cc3b5;
}

.email {
	width: 33%;
	text-align: center;
	padding: 20px 20px 0px 20px;
	float: left;
	border-left: 1px dotted #d0d0d0;
	border-right: 1px dotted #d0d0d0;
}

.email h2 {
	width: 100px;
	text-align: center;
	font-size: 13px;
	margin: 10px auto;
	padding-bottom: 10px;
}

.email i {
	font-size: 35px;
	text-align: center;
}

.email:hover h2 {
	color: #3cc3b5;
	border-bottom: 5px solid #3cc3b5;
	cursor: pointer;
}

.email:hover i {
	color: #3cc3b5;
}

.phone {
	width: 34%;
	text-align: center;
	padding: 20px 20px 0px 20px;
	float: left;
}

.phone h2 {
	width: 100px;
	text-align: center;
	font-size: 13px;
	margin: 10px auto;
	padding-bottom: 10px;
}

.phone i {
	font-size: 35px;
	text-align: center;
}

.phone:hover h2 {
	color: #3cc3b5;
	border-bottom: 5px solid #3cc3b5;
	cursor: pointer;
}

.phone:hover i {
	color: #3cc3b5;
}

/*======= order response =====================*/
.thank_bg {
	float: left;
	border-bottom: solid 1px #ccc;
	border: none;
	background-color: #fff;
}

.thank {
	float: left;
	font-size: 30px;
	color: #2da89b;
}

.user_name {
	float: left;
	font-size: 20px;
	width: 100%;
}

.track_detail {
	width: 80%;
	background-color: #ffffff;
	padding: 10px;
	border-top: 1px solid #eee;
	float: left;
	margin-left: 10%;
}

.my_btn {
	background-color: #2da89b;
}

.OrderSummary_panel2 {
	width: 464px !important;
}




/*===========add csss================>*/
/* ============= Custom styles ============= */

@font-face {
  font-family: 'segoeui';
  src: url('fonts/segoeui.eot'); /* IE9 Compat Modes */
  src: url('fonts/segoeui.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/segoeui.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/segoeui.woff') format('woff'), /* Pretty Modern Browsers */ 
       url('fonts/segoeui.ttf') format('truetype'), /* Safari, Android, ios */
       url('fonts/segoeui.svg#svgFontName') format('svg'); /* Legacy ios */
}


.navbar-default{
	background-color: #fff;
    margin: 0 auto;
   /* border-bottom: none;*/
   border-bottom: none;
   	max-height: 104px;
}
.container-fluid{
	width: 95%;
}
.navbar-brand{
	height: auto;
	padding:0 15px 0 0; 
}
.navbar .navbar-nav li a img.ico{
	display: inline-block;
	margin-top: -6px;
	    margin-right: 4px;
}
.navbar .navbar-nav li a img.ico_cntctUs{
	margin-top: -3px;	
}
.navbar .navbar-nav li a{
	color: #454545;
}
.navbar .navbar-nav li a:hover{
	color: #0092a0;
}
.navbar-right{
	 margin-top: 8px;
}
.top_panel{
	position: absolute;
    top: 10px;
    z-index: 9999;
    right: 40px;
}
.top_panel ul li{
	display: inline-block;
	padding: 4px 10px;
}
.top_panel ul li a{
	color: #454545;
}
.top_panel ul li:nth-child(3){
	padding: 0;
}
section{
	width: 100%;
    float: left;
}
.banner{
    margin-top: 104px;	
}
.full{
	width: 100%;
}
section .inner{
	width: 95%;
	margin: 0 auto;
}
.collection{
	background-image: url(images/collection_bg.jpg);
}
.collection .col{
	width: 50%;
	float: left;
}
.collection .row{
	margin: 0;
	padding: 12px 0;
}
.collection .inner{
	padding: 20px 0;
}
.collection .col .left-img{
	float: left;
}
.collection .col .right-dtl{
    float: left;
    width: 70%;
    margin-left: 18px;
    height: 235px;
    position: relative;
}
.collection .col .left-dtl{
    float: right;
    width: 70%;
    margin-right: 18px;
    height: 235px;
    position: relative;
    text-align: right;
}
.collection .col .right-img{
	float: right;
}
.collection .col .dtl{
	position: absolute;
    bottom: 0;
}
.collection .col p{
	margin-bottom: 0;
}
.collection .col h2{
	font-size: 24px;
}
.story .left_col{
	width: 50%;
	background-image: url(images/story_left-bg.jpg);
	background-repeat: no-repeat;
	float: left;
	 height: 599px;
}
.story .right_col{
	width: 50%;
	float: left;
	position: relative;
	height: 600px;
}
.topics{
    width: 390px;
    padding-left: 60px;
    background-image: url(images/diamond.png);
    background-repeat: no-repeat;
    background-position: 10px 0px;
    color: #fff;
    margin-bottom: 33.9px;
}
.topic-two{
    background-image: url(images/heart.png);
    margin-left: 140px;
}
.topic-three{
    background-image: url(images/light.png);
    padding-top: 9px;
}
.topics p.headng{
	color: #09a8c6;
	font-size: 18px;
	margin-bottom: 8px;
}
.topics p.txt{
	
}
.topics p.more{
	text-align: right;
}
.topics p.more a{
	color: #fff;
	font-size: 12px;
}
.left_col .inner{
    margin: 0;
    float: right;
    width: 95%;
    padding: 55px 0 0;
}
.squr_btn{
    width: 168px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    top: 50%;
    border: 1px solid #fff;
    cursor: pointer;
}
.squr_btn span{
	width: 98%;
	background: rgba(255, 255, 255, 0.6);
    padding: 8px 10px;
    color: #650000;
    text-transform: uppercase;
    text-align: center;	
    display: block;
    margin: 2px;
}
.squr_btn:hover span{
	background: rgba(255, 255, 255, 0.9);
	color: #000;
}
.arrivals .inner{
	text-align: center;
}
.arrivals .sec_headng{
	width: 100%;
	float: left;
}
.arrivals .sec_headng p{
	padding: 40px 0 30px;
	font-size: 24px;
	display: inline-block;
}
.arrivals .sec_headng p.before{

}
.arrivals .sec_headng p.after{
	
}
.thumb{
	width: 214px;
	height: 247px;	
	margin-right: 40px;
	display: inline-block;
}
.arrivals .inner .thumb:last-child{
	margin-right: 0;
}
.thumb .pic{
	width: 100%;
	height: 247px;
	cursor: pointer;
	position: relative;
}
.thumb .pic .over-icons{
	position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    display: none;
}
.thumb .pic .rating{
    position: absolute;
    background-color: rgba(227, 190, 165, 0.7);
    /* height: 30px; */
    width: 101%;
    bottom: 0;
    text-align: center;
    padding: 4px 0 9px 0;
}
.thumb .pic .new-tag{
    width: 50px;
    background-color: #e3bea5;
    position: absolute;
    top: 0;
    text-align: center;
    padding: 2px 0;
    color: #fff;
}
.thumb .pic:hover .cover{
    display: block;	
}
.thumb .pic:hover .over-icons{
	display: block;
}
.thumb .pic .cover{
	position: absolute;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    /* z-index: 999999; */
    top: 0;
    display: none;
}
.thumb .dtl{
	text-align: center;
}
.thumb .dtl .title{
    font-size: 16px;
    font-weight: bold;
    margin-top: 8px;
}
.thumb .dtl .price{
    margin-top: 8px;
}
.thumb .dtl .check{
    margin-top: 8px;	
}
.thumb .dtl .check span{
	display: inline-block;
    background-color: #e3bea5;
    padding: 2px 10px;
    font-size: 12px;
    text-transform: uppercase;
    cursor: pointer;
    color: #fff;
}
.thumb .dtl .check span:hover{
    background-color: #d0a282;
}
.right_col img{width:100%; max-height: 100%;height: 100%;}


.collection_pic{
	 display: block;
    margin:0px auto 60px;
    width: 100%;
	
}

/*=============== add jitender css===========*/

.news{
	display: block;
    height: auto;
    text-align: center;
    width: 100%;
}
.heading_wrapper{
	width:300px;
	height:auto;
	margin:0 auto;
}
.line_1{
	width: 40px;
	float: left;
	border: 1px solid #007a85;
	margin-right: 20px;
	margin-top: 17px;
}
.line_2{
	width: 40px;
	float: left;
	border: 1px solid #007a85;
	margin-top: 17px;
}
.heading_innerwrapper{
	float: left;
	width: 100%;
	height: auto;
	margin-top: 60px;
	margin-bottom: 40px;
}
.news_text {
    display: inline-block;
    font-size: 24px;
	color: #282828;
	margin-right: 20px;
	float: left;
}
.heading_wrapper1 {
    height: auto;
    margin: 0 auto;
    width: 261px;
}
.heading_wrapper2 {
    height: auto;
    margin: 0 auto;
    width: 227px;
}
.news_div{
	float: left;
	width: 100%;
	margin-bottom: 40px;
	
}
.pic_bg{
    height: 185px;
    width:350px;
	background-repeat:no-repeat;
	float: left;
	margin-left: 30px;
	position:relative;
}
.pic_bg2{
    height: 185px;
    width: 28.4%;
	background-repeat:no-repeat;
	float: left;
	margin: 0px 60px;
	position: relative;
}
.pic_bg3{
    height: 185px;
    width: 28.4%;
	background-repeat:no-repeat;
	float: left;
	position: relative;
}
.date{
    background-color: #afceba;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    left: 0;
    padding: 5px;
    position: absolute;
    text-align: left;
    top: 0;
    width: 60px;
}
.detail{
    background-color: #000;
    border: 0 none;
    bottom: 0;
    box-sizing: border-box;
    color: #fff;
    float: left;
    font-size: 14px;
    left: 0;
    opacity: 0.4;
    padding: 10px;
    position: absolute;
    text-align: left;
    width: 100%;
}
.datea{background-color: #9491c5;}
.dateap{background-color: #d48261;}


.main_text{
	float: left;
	font-size: 60px;
	color: #fff;
	font-family: 'Sacramento', cursive;
	display: none;
}

.Shop_btn{
   border: 1px solid #fff;
     bottom: 145px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 40px;
    left: 24%;
    padding: 7px;
    position: absolute;
    width: 120px;
	display: none;
}

.news_img{
	width: 100%;
	height:185px;
}

.news_wrapper{
	width:90% !important;
	height:auto;
	margin: 0 auto;
}
.news_div > div:first-child {
	margin-left: 0px;
}

















