/*
Author: Zausoft Technology
Author URL: http://zausoft.in
*//* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0; font-size: 14px;}
/* start editing from here */
a{text-decoration:none; color: #184e1f;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/

body{
	width:100%;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
}

body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.menuu{
	background:url("../images/header.jpg" ) 0px 0px no-repeat;
	width:100%;
	height:650px;
	background-size:cover;
	display:block;
}
.menu{
	background:url("../images/about.jpg" ) 0px 0px no-repeat;
	width:100%;
	background-size:cover;
	background-attachment: fixed;
	display:block;
}

.navbar-default {
	border: none;
	width: 100%;
	z-index: 99;
	margin: 0px;
	top: 0;
	position: fixed;
	background: #ffffff;
}
.navbar-collapse{
	float: right;
	
	
}
.navbar-default .navbar-nav>li>a {
	color: #993333;
	font-size:20px;
	padding-top: 13px;
	text-decoration: none;
	
}

.navbar-default .navbar-nav>li>a:hover {
	color:#184e1f;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	outline: none;
}

a:focus,a:hover {
	outline: none;
}
.my_account .logo img{
	max-height: 50px;
}
.logo img{
	max-height: 50px;
}

.header-content{
	float:right;
	padding-top:250px;
	text-align:center;
}

.header-content h1{
	
	font-size:60px;
	color:#184e1f;
}

.header-content h2{
	background: #f1f1f1;
	display: inline-block;
	border-radius: 20px;
	padding: 2px 15px;
	font-size:30px;
	color:#a02341;
}
.navbar-brand{
	padding: 0px;
	margin: 0px!important;
	margin-top: -15px!important;
}
.activescroll{
	background: #ffffff;
	border-bottom: 6px solid #a02341;
	
}

h3{
	font-size:40px;
	color:#184e1f;
	text-align:center;
	
}
.navbar-toggle{
	border: 2px solid #184e1f!important;
	padding: 5px 7px;
}
.navbar-toggle:hover{
	border-color: #a02341!important;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #184e1f;
}

.navbar-default .navbar-toggle:hover .icon-bar{
    background-color: #a02341;
}
/* ----------Header Ends Here ---------- */

.icon-info{
	background-color:#a02341;
	width:100%;
}

.info{
	padding:20px 0;
}

.info p{
	font-size:18px;
	color:#fff;
	line-height:24px;
	text-align:center;
	
	padding-bottom:5px;
}

.hi-icon-wrap {
	display:inline-block;
}

.hi-icon {
	display: inline-block;
	font-size: 0px;
	cursor: pointer;
	margin: 15px 30px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #fff;
}

.hi-icon:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: '';
	-webkit-box-sizing: content-box; 
	-moz-box-sizing: content-box; 
	box-sizing: content-box;
}

.hi-icon:before {
	speak: none;
	width:70px;
	height:70px;
	line-height: 90px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: block;
	-webkit-font-smoothing: antialiased;
}

.hi-icon-sofa:before {
	content: "\e009";
	background:url("../images/icons2.png" ) 0px 0px no-repeat;
}

.hi-icon-rack:before {
	content: "\e00a";
	background:url("../images/icons2.png" ) -70px 0px no-repeat;
}

.hi-icon-bed:before {
	content: "\e002";
	background:url("../images/icons2.png" ) -140px 0px no-repeat;
}


/* Effect 1 */

.hi-icon-effect-1 .hi-icon:after {
	top: -7px;
	left: -7px;
	padding: 7px;
	box-shadow: 0 0 0 4px  rgba(31, 28, 29, 0.5);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
	-webkit-transform: scale(.8);
	-moz-transition: -moz-transform 0.2s, opacity 0.2s;
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	transition: transform 0.2s, opacity 0.2s;
	transform: scale(.8);
	opacity: 0;
} 

/* Effect 1a */
.hi-icon-effect-1a .hi-icon:hover {
	background: rgba(31, 28, 29, 0.5);
	color: #41ab6b;
}

.hi-icon-effect-1a .hi-icon:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

/* --------------  ICON info Ends Here --------------  */

.new-arrivals{
	width:100%;
	background-color:#fff;
}

.padding-new{
	padding: 50px 0;
}

.new-arrivals h3{
	padding-bottom:60px;
}

.new-res {
    padding: 0px;
	margin:0px;
}

.new-i,.new-t{
	padding:0;
	margin:0;
	width: 50%;
	float: left;
	height: 250px;
}

.new-text{
	padding: 10px 15px;
}

.new-text h4{
	font-size: 23px;
	font-weight:400;
	margin-bottom:10px;
	color:#a02341;
}

.new-text p{
	font-size:15px;
	line-height: 20px;
	color:#184e1f;
	text-align: justify;
	font-weight: 700;
	margin-bottom: 10px;
}
.hovereffect {
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
	position:relative;
	text-align:center;
	cursor:default;
	border: 2px solid #a02341;
}

.hovereffect img {
	display:block;
	position:relative;
	-webkit-transition:all .4s linear;
	transition:all .4s linear;
	width: 100%;
	height: 100%;
}

.hovereffect:hover img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}
/* ----------- New Ends Here ------------ */

.about{
	background:url("../images/about.jpg" ) 0px 0px no-repeat;
	width:100%;
	min-height:550px;
	background-size:cover;
	display:block;
	background-attachment: fixed;
}

.about-content{
	float:right;
	width: 550px;
	padding-top:100px;
}

.about-content h3{
	padding-bottom:25px;
	color: #ffffff
}

.about-content p{
	font-size:20px;
	line-height:26px;
	color:#f2f2f2;
	text-align: justify;
	background: rgba(0, 0, 0, .6);
	padding: 10px 20px;
	border-radius: 0px 20px;
}


/* ---------- about ends here ----------- */

.catalogue h3{
	padding-bottom:25px;
}

.padding-catalogue{
	padding:15px 0;
}

.chairs-img{
	padding:2.5px 5px;
	width:25%;
}


/*----sap-----*/
.sap_tabs {
  margin: 0 auto;
  padding:25px 0px;
  text-align: center;
  -webkit-appearance: none;
 }
.sap_tabs button{
	padding: 4px 15px;
	background: #184e1f;
	color: #ffffff;
	border: none;
	border-radius: 0px 10px 0px 10px;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	margin-bottom: 5px;
}
.sap_tabs button:hover{
	background: #a02341;
	border-radius: 10px 0px 10px 0px;
}
.facts{
  
}

.resp-tab-item{
  border:none;
  color: #184e1f;
  font-size: 24px;
  
  cursor: pointer;
  padding:5px 30px 7px;
  margin:5px;
  display: inline-block;
  list-style: none;
  outline: none;
  border:2px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-appearance: none;
}

 
.resp-tab-active, .resp-tab-item:hover {
    border:2px solid #fff;
	text-shadow: none;
    color: #fff;
	background:#184e1f;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}

h2.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
}

.resp-tab-content {
	display: none;
}
.resp-content-active, .resp-accordion-active {
   display: block;
}

/*---------*/


*, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.wrapper{
	text-align: center;
}
/*************************************
Build the scene and rotate on hover
**************************************/

.scene {
	width: 260px;
	height: 260px;
	margin: 25px;
	display: inline-block;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
}

.frontview {
	width: 260px;
	height: 260px;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(-130px);
	-moz-transform: translateZ(-130px);
	transform: translateZ(-130px);
	-webkit-transition: -webkit-transform 350ms;
	-moz-transition: -moz-transform 350ms;
	transition: transform 350ms;
}

.frontview:hover {
	-webkit-transform: rotateY(-78deg) translateZ(20px);
	-moz-transform: rotateY(-78deg) translateZ(20px);
	transform: rotateY(-78deg) translateZ(20px);
}

/*************************************
Transform and style the two planes
**************************************/

.frontview .price-tag, 
.frontview .info {
	position: absolute;
	width: 260px;
	height: 260px;
	background-color: #a02341;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
}

.frontview .price-tag  {
	-webkit-transform: translateZ(130px);
	-moz-transform: translateZ(130px);
	transform: translateZ(130px);
	background-size: cover;
	background-repeat: no-repeat;
}
.frontview .price-tag img{
	width: 100%;
	height: 100%;
	border: 1px solid #a02341;
}
.frontview .info {
	-webkit-transform: rotateY(90deg) translateZ(130px);
	-moz-transform: rotateY(90deg) translateZ(130px);
	transform: rotateY(90deg) translateZ(130px);
	border: 1px solid #B8B5B5;
	font-size: 0.75em;
}

/*************************************
Shadow beneath the 3D object
**************************************/

.csstransforms3d .frontview::after {
	content: '';
	width: 120px;
	height: 260px;
	position: absolute;
	bottom: 0;
	box-shadow: 0 30px 50px rgba(0,0,0,0.6);
	-webkit-transform-origin: 100% 100%;
	-moz-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
	-webkit-transform: rotateX(90deg) translateY(130px);
	-moz-transform: rotateX(90deg) translateY(130px);
	transform: rotateX(90deg) translateY(130px);
	-webkit-transition: box-shadow 350ms;
	-moz-transition: box-shadow 350ms;
	transition: box-shadow 350ms;
}

.csstransforms3d .frontview:hover::after {
	box-shadow: 20px -5px 50px rgba(0,0,0,0.3);
}

/*************************************
frontview information
**************************************/

.info header {
	color: #FFF;
	padding: 7px 10px;
	background-size: contain;
	background-repeat: no-repeat;
}

.info header a h4 {
	margin: 0 0 2px;
	font-size: 22px;
	color: #ffffff;
}

.info header .dollar {
	padding-right:5px;
	padding-top:5px;
	display: inline-block;
}

.info header .rating {
	font-size:22px;
	padding-top:15px;
	display:block;
}
.info header p.offer {
	font-size:20px;
	color: #ffffff;
}
.info header p.price {
	font-size:16px;
	color: #cccccc;
}
.info header p {
	font-size:16px;
	padding-top:0px;
	display:inline-block;
	line-height:20px;
	color: #184e1f;
}
.gallery_tab input{
	background: transparent;
	display: inline-block;
	width: 100% !important;
	text-align: center;
	border: none;
}
.info header button{
	background: #184e1f;
	color: #ffffff;
	border: 1px solid #184e1f;
	padding: 5px;
	
}
.info header button:hover {
	border: 1px solid #ffffff;
	background: transparent;
}

/*************************************
Fallback
**************************************/
.no-csstransforms3d .frontview .price-tag, 
.no-csstransforms3d .frontview .info {
	position: relative;
}

/* --------- Catalogue Ends here ---------- */

/*-- timings --*/
.timings{
	background:url(../images/8.jpg) no-repeat 0px 0px;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	padding: 60px 0px;
	background-attachment: fixed;
}
.timings-info{
	padding: 30px 20px;
	background: rgba(0, 0, 0, 0.7);
	border-radius: 0px 100px 0px 100px;
    width: 50%;
	margin:0 auto;
	text-align:center;
}
.timings-info h2,.timings-info h3{
	text-transform:capitalize;
	font-size:2em;
	color:#a02341;
	font-weight:300;
	letter-spacing: 2px;
	margin:0;
}
.timings-info p{
	color: #ffffff;
    font-size: 1.5em;
	margin:1em 0;
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
}
.timings-info p span{
	display:block;
	margin:.5em 0 0;
}
.timings-info h3 span{
	color:#a02341;
	display:block;
	margin:0 0 .5em;
}
.timings-info h3{
	color: #ffffff;
	margin:0 0 1em;
}
.m1 a{
	background:url(../images/3.png) no-repeat 14em 0em;
	display:block;
	height:32px;
}
.m1 a:hover{
	background:url(../images/3--.png) no-repeat 14em 0em;
	display:block;
	height:32px;
}
p.nulla{
	margin:2em auto 0;
	text-align:center;
	font-size:1em;
	color:#fff;
	line-height:1.8em;
	letter-spacing: 1px;
}
/*-- //timings --*/
/*--flexisel--*/
#flexiselDemo1 {
	display: none;
}

.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
	padding: 0px;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*-- Nav --*/
.testimonial-feed{
	padding: 50px 0px;
}
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
    width: 36px;
    height: 36px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    border: 1px solid #184e1f;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.nbs-flexisel-nav-left {
    left: 44%;
    top: 109% !important;
    background: url(../images/themes.png) no-repeat 10px 10px;
}
.nbs-flexisel-nav-right {
    right: 44%;
    top: 108.5% !important;
    background: url(../images/themes1.png) no-repeat 11px 11px;
}
.laptop{
	background:#f2f2f2;
	padding: 20px 15px;
	border:1px solid #e2e2e2;
	margin:0 15px;
    border-radius: 0px 20px 0px 20px;
	position: relative;
}
.team-left{
	width: 130px;
	float: left;
}
.team-left img{
	max-height: 150px;
	border:1px solid #e2e2e2;
	border-radius: 0px 20px 0px 20px;
}
.team-right{
	width: calc(100% - 150px);
	float: right;
}
.team-right p{
	font-size:15px;
	color:#464646;
	line-height: 20px;
	margin: 0px;
	text-align: justify;
}
.team-right .Testimonial_author{
	font-size:18px;
    color: #184e1f;
	font-family: 'Lato', sans-serif;
	text-align: left;
	margin-top: 15px;
}
.team-right .Testimonial_author_on{
	font-size:12px;
    color: #bbbbbb;
}
.flex-slider{
	margin:55px auto;
}
/*--//flexisel--*/

/* ---------- Contacts Starts from here ---------- */

.contact{
	background-color: #333333;
	width:100%;
	display: inline-block;
}

.contact h3{
	padding-bottom:50px;
	color:#fff;
}


.padding-contact{
	padding:50px 0;
}
			
.footer{
	color:#fff;
	text-align:left;
	font-family: 'Oswald', sans-serif;
}
.footer h4{
	font-size:26px;
	padding-bottom:20px;
}
.footer .quick a{
	font-size:16px;
	color: #ffffff;
	display: block;
}
.footer .social p{
	margin-top: 10px;
}
.footer_contact_address .contact-detail-ions .contact-detail-ions-left{
	width: 35px;
}
.footer_contact_address .contact-detail-ions .contact-detail-ions-right{
	width: calc(100% - 40px);
}
.footer_contact_address .contact-detail-ions .fa.fa{
	color: #ffffff!important;
	margin-top: 3px;
}
.footer_contact_address .contact-detail-ions p, .footer_contact_address .contact-detail-ions a{
	color: #ffffff!important;
}
.register input[type="text"], .register input[type="message"], .register input[type="number"]{
	outline: none;
    font-size:18px;
	color: #fff;
	padding: 15px 10px;
	border:none;
	border-bottom:2px solid #fff;
	width: 42%;
    margin: 0 15px 15px 15px ;
	background:transparent;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
input[type=number] {
    -moz-appearance:textfield;
}
.register input[type="message"] {
	width: 90%;
}
.sign-up input[type="submit"] {
    background:transparent;
    color: #fff;
	border: 2px solid #fff;
    font-size: 18px;
	    padding: 15px 10px 15px 15px;
    width: 30%;
    cursor: pointer;
    outline: none;
    display: inline-block;
    margin-top:24px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.sign-up input[type="submit"]:hover {
	border: 2px solid #222c36;
}
.quick ul li a{
	font-size: 18px;
	line-height: 22px;
	color:#fff;
	text-decoration:none;
}
.quick ul li a:hover{
	color:#C8C5F7;
	text-decoration:none;
}

/*----------- Social Icon ----------------*/
.social ul li{
  padding: 0em;
  list-style:none;
  display:inline-block;
}
.social ul li span{
  background:url(../images/ftr-icons.png)no-repeat;
  width:34px;
  height:36px;
  display:block;
}
.social ul li a span.fa {
  background:url(../images/Facebook.png)no-repeat;
	background-size: 100% 100%;
  width:35px;
  height:35px;
}
.social ul li a span.tw {
   background:url(../images/Twitter.png)no-repeat;
	background-size: 100% 100%;
  width:35px;
  height:35px;
}
.social ul li a span.yu {
  background:url(../images/Youtube.png)no-repeat;
background-size: 100% 100%;
  width:35px;
  height:35px;
}
.social ul li span.in {
  background-position: -129px -4px;
}
.social ul li a  span.pin {
  background-position:-174px -5px;
}
.social ul li a  span.fa:hover {
  opacity:0.5;
	transition: 0.5s all;
	-Webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.social ul li a span.tw:hover {
  opacity:0.5;
	transition: 0.5s all;
	-Webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.social ul li a span.yu:hover {
  opacity:0.5;
	transition: 0.5s all;
	-Webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.social ul li a span.in:hover {
  opacity:0.5;
	transition: 0.5s all;
	-Webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
.social ul li a span.pin:hover {
 opacity:0.5;
	transition: 0.5s all;
	-Webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all; 
}

/*----------- // Social Icon ----------------*/
/* ----------- Copy-right starts from here ---------- */
.contact .copy-right{
	background: #000000;
	display: inline-block;
	padding: 5px 10px;
	width: 100%;
}
.copy-right p.copy-right-reserve{
	font-size:16px;
	color:#fff;
	float: left;
}
.copy-right p.copy-right-deign{
	font-size:16px;
	color:#fff;
	float: right;
}
.copy-right a{
	color:#C8C5F7;
	text-decoration:none;
}
.copy-right a:hover{
	color:#222c36;
}


/*-- Go-To-Top-Button --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url("../images/to-top.png") no-repeat 0px 0px;
}
/*-- //Go-To-Top-Button --*/

/*------ Acordian ------------*/
.ac-container{
	width: 100%;
	margin: 10px auto 30px auto;
	text-align: left;
}
.ac-container label{
	padding: 5px 20px;
	position: relative;
	z-index: 20;
	display: block;
	cursor: pointer;
	color: #ffffff;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
	line-height: 33px;
	font-size: 19px;
	background: #a02341;
	transition: 3s ease;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eaeaea',GradientType=0 );
	
	
}
.ac-container label:hover{
	opacity: .8;
}
.ac-container input:checked + label,
.ac-container input:checked + label:hover{
	background: #184e1f;
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
	box-shadow: 
		0px 0px 0px 1px rgba(155,155,155,0.3), 
		0px 2px 2px rgba(0,0,0,0.1);
}
.ac-container label:hover:after,
.ac-container input:checked + label:hover:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 24px;
	right: 13px;
	top: 7px;
	background: transparent url(../images/arrow_down.png) no-repeat center center;	
}
.ac-container input:checked + label:hover:after{
	background-image: url(../images/arrow_up.png);
}
.ac-container input{
	display: none;
}
.ac-container article{
	background: rgba(255, 255, 255, 0.5);
	border: 2px solid #a02341;
	margin-top: -1px;
	overflow: hidden;
	height: 0px;
	position: relative;
	z-index: 10;
	-webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	-ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
	transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p{
	font-style: italic;
	color: #777;
	line-height: 23px;
	font-size: 14px;
	
	text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}
.ac-container article table{
	width: 100%;
	padding: 20px;
}
.ac-container article table tr{
	border-bottom: 1px solid #a02341;
}
.ac-container article table tr:last-child{
	border: none;
}
.ac-container article table td{
	padding: 10px;
}
table .table-heading {
    color: #2f8eff;
    font-weight: 700;
    font-size: 15px;
    padding: 5px 6px !important;
}
.ac-container article table th{
	padding: 10px;
	color:  #184e1f
}
table td img{
	height: 50px;
}
.cart_detail{
	width: 40%;
	margin-top: 20px;
	float: right;
}
.ac-container article table.cart_total tr{
	border: none;
}
.cart_detail .cart_right{
	text-align: right;
}
.cart_detail .cart_right button{
	background: #184e1f;
	color: #ffffff;
	padding: 10px;
	min-width: 150px;
	border: none;
}
.cart_detail .cart_right button:hover{
	background: #a02341;
}

.ac-container input:checked ~ article{
	-webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	-ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
	box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
}

.ac-container input:checked ~ article.ac-large{
	height: auto;
	padding: 20px;
	border: 1px solid #a02341!important;
}
.ac-container input:checked ~ article.ac-large span{
	width: 75px;
	display: inline-block;
}
/* -------- //Acordian -------*/
/*-------- My Account---------*/
.my_account{
	padding: 75px 0px;
}

/*-------// My Account--------*/
/*------- Checkout -----------*/
.proced_btn{
	width: 100%;
	display: inline-block;
}
.proced_btn button{
	width: 300px;
	background: #184e1f;
	color: #ffffff;
	padding: 10px;
	margin-top: 20px;
	border: none;
}
.proced_btn button:hover{
	background: #a02341;
}
.your_address, .your_payment{
	border: 2px solid #a02341;
}
.head{
	background: #184e1f;
	color: #ffffff;
	padding: 8px 20px;
}

.detail_box{
	padding: 0px;
}
.detail_box > span{
	display: inline-block;
	width: 70px;
}
/*-------// Checkout   --------*/
/*-------- Model for signup---------*/
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 130px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.register-form{
	margin: 30px 0px 20px 0px;
}
.form-field {
	margin-bottom: 20px;
	background: #dddddd;
	border-radius: 0px 20px 0px 20px;
	text-align: left;
}
.form-field .form-field-input{
	padding: 0px 15px 15px 15px;	
}
.form-field h2.heading{
	margin: 0px;
	display: block;
	background: #a02341;
	color: #ffffff;
	font-size: 20px;
	padding: 7px 10px;
	font-family: 'Dosis', sans-serif;
	border-radius: 0px 25px 0px 0px;
}
.form-field p, .form-field-submit p{
	margin: 10px 1.42%;
	width: 30%;
	display: inline-block;
	vertical-align: top;
}
.form-field .form-field-submit{
	text-align: center;
}
.register-form  .form-field p span {
    margin-bottom: 5px;
    color: #184e1f;
    display: inline-block;
	float: left;
}
.register-form  .form-field input, .form-field select, .form-field textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #184e1f;
    color: #4b44b4d;
    background: #ffffff;
    border-radius: 0px 25px 0px 25px;
}
.register-form  button, .register-form  input[type="reset"], .register-form  input[type="submit"] {
    padding: 7px 15px;
    min-width: 90px;
    max-width: 175px;
    color: #ffffff;
    background-color: #184e1f;
    border: none;
    border-radius: 0px 15px 0px 15px;
    margin-bottom: 5px;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.register-form  button:hover, .register-form  input[type="reset"]:hover, .register-form  input[type="submit"]:hover {
    background-color: #a02341;
	border-radius: 15px 0px 15px 0px;
}
/*-------// Model for signup--------*/
/*---------- Header Login -----------*/
.login .login_name{
	font-size: 14px;
}
.login .login_name span.name{
	font-size: 15px;
	position: relative;
}
.login ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	display: inline-block;
}

.login li {
    float: left;
}

.login li a, .login .dropbtn {
    display: inline-block;
    color: #993333;
    text-align: center;
    text-decoration: none;
	margin: 0px 0px 0px 8px;
}


.login li.dropdown {
    display: inline-block;
}

.login .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.login .dropdown-content a {
    color: #184e1f;
    padding: 6px 10px;
    text-decoration: none;
    display: block;
    text-align: left;
	margin: 0px;
}

.login .dropdown-content a:hover {background-color: #f1f1f1}

.login .dropdown:hover .dropdown-content {
    display: block;
}
.ancherhead{
	padding-right: 20px;
}
.span_count{
	position: absolute;
	top: -4px;
	right: 0px;
	background: #a02341;
	border-radius: 10px;
	height: 15px;
	width: 15px;
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	padding: 0px 4px;
	
}
/*---------// Header Login ----------*/
/*-------// Model for Cart--------*/
#idcart, #idwish{
	padding-top: 80px;
}
#idcart .modal-content, #idcart1 .modal-content, #idwish .modal-content, #idwish1 .modal-content{
	float: right;
	padding: 10px;
	width: 450px;
}
.total_price{
	width:250px;
	float:right;
	text-align: left;
	background: #eeeeee;
	margin-top: 20px;
}
.total_price td{
	padding: 15px 10px!important;
}

/*-------// Model for Cart--------*/
/*-------------- Catalouge ------------*/
.catalogue{
	margin: 50px 0px;
}
.catalauge_menu_scroll{
	position: fixed;
    top: 80px;
    width: 100%;
    z-index: 10;
}
.catalouge_right{
	
}
.main_categlouge{
	text-align: center;
}
.catalauge_detail{
	height: 300px;
	width: 250px;
	display: inline-block;
	position: relative;
	border: 1px solid #a02341;
	margin: 20px 10px;	
}
.catalauge_wishlist{
	position: absolute;
	left: 0;
	top: 0;
	background: url("../images/wishlist1.png") no-repeat 0 0;
	height: 25px;
	width: 25px;
	margin-left: 6px;
	margin-top: 6px;
	z-index: 1;
	border: 0px;
}
.catalauge_wishlist:hover{
	background: url("../images/wishlist.png") no-repeat 0 0;
	
}
span.wishlist_show{
	display: none;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: -30px;
	padding: 3px 5px;
	-webkit-box-shadow: inset 0 0 6px rgba(24, 78, 31,0.3);
	color: #184e1f;
	border-radius: 5px;
	
}
.catalauge_wishlist:hover + span.wishlist_show {
	display: block;
	opacity: 100;
}
.catalauge_offer{
	position: absolute;
	right: -10px;
	top: -15px;
	background: #a02341;
	border-radius: 60px;
	color: #fff;
	padding: 5px 10px 10px 10px;
	z-index: 1;
}
.catalauge_image{
	height: calc(100% - 80px);
	
	overflow: hidden;
}
.catalauge_image img{
	width: 100%;
	height: 100%;
	transition: 2s ease;
}
.catalauge_name{
	position: absolute;
	bottom: 5px;
	background: #ffffff;
	width: 100%;
	text-align: center;
	padding: 2px 5px;
	text-transform: uppercase;
	transition: 2s ease;
}
.catalauge_name p{
	font-size: 15px;
	color: #184e1f;
	transition: 2s ease;
	
}
.catalauge_price{
	color:#ffffff;
	padding: 5px 15px;
}
.catalauge_price span.offer{
	position: relative;
	color: #184e1f;
	font-weight: 400;
	font-size: 15px;
	text-decoration: line-through;
}

.catalauge_price p.price{
	color: #a02341;
	font-size: 18px;
	display: inline-block;
	font-weight: 700;
}
.catalauge_name a, .new-text a{
	position: relative;
	color: #184e1f;
}
.catalauge_name a:hover, .new-text a:hover{
	color: #a02341;
}
.catalauge_name a:before, .new-text a:before{
	content: '';
	border: 1px solid;
	border-right: none;
	padding: 0px 3px;
	margin-right: 3px;
	color: #184e1f;
}
.catalauge_name a:after, .new-text a:after{
	content: '';
	border: 1px solid;
	border-left: none;
	padding: 0px 3px;
	margin-left: 3px;
	color: #184e1f;
}
.catalauge_detail:hover .catalauge_price{
	opacity: 1;
}
.catalauge_detail:hover .catalauge_image img{
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.catalauge_detail:hover .catalauge_name{
	height: auto;
}
.catalauge_detail:hover .catalouge_addtocart{
	display: block;
	opacity:1;
}
.catalouge_addtocart{
	position: absolute;
	top: 125px;
	width: 100%;
	display: none;
	transition: 2s ease;
}
.catalouge_addtocart button{
	width: 100%;
	background: #184e1f;
	border: 0px;
}
.catalouge_addtocart a{
	background: #184e1f;
	padding: 10px;
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	transition: 2s ease;
}
/*-----------// Catalouge -------------*/
/*---------- Catalouge Mneu ----------*/
.sidebar{
	height: 100%;
}
.sidebar ul li{
	display: inline-block;
}
.sidebar ul li a{
	background: #184e1f;
	width: 100%;
	display: inline-block;
	padding: 8px 0px;
	margin-top: 10px;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	transition: 2s ease;
}
.sidebar ul li a:hover{
	opacity: 0.7;
}
.sidebar ul li a:active, .sidebar ul li a:focus{
	background: #a02341;
}
.topnav {
  overflow: hidden;
  background-color: #184e1f;
  
}

.topnav a {
	display: inline-block;
	color: #ffffff;
	text-align: center;
	padding: 8px 16px;
	text-decoration: none;
	font-size: 17px;
}

.topnav a:hover {
  background-color: #a02341;
}

.topnav .icon_memu {
  display: none;
}

@media screen and (max-width: 767px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon_memu {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 767px) {
	.topnav.responsive {
		position: absolute;
		width: 100%;
		z-index: 100;
		background: rgba(24, 78, 31, 0.85);
	}
	.topnav.responsive .icon_memu {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
  }

}
/*--------// Catalouge Sidebar ----------*/
/*---------- Detail Page ----------*/
.details_list{
	margin-top: 25px;
	position: relative;
}
.detail_product{
	background: #f7f7f7;
	display: inline-block;
	width: 100%;
	position: relative;
}
.detail_image{
	display: inline-block;
	width: 46%;
	float: left;
	position: sticky;
	top: 100px;
	left: 0;
}
.detail_image .w3-content{
	width: auto;
	height: 400px;
	display: inline-block;
}
.detail_image .w3-content img{
	height: 100%;
}
.detail_image .demo{
	width: 100%;
	height: 100%;
}
.detail_image .detail_image_thumbnail{
	display: inline-block;
	width: 100%;
	text-align: center;
	margin: 15px 0px;
}
.detail_image .detail_image_thumbnail_block{
	width: 25%;
	height: 75px;
	float: left;
	padding: 0px 5px;
}
.detail_image .detail_video {
	width: 100%;
}
.detail_image .detail_video iframe {
	max-width: 100%;
	height: auto;
}
.detail_post{
	display: inline-block;
	width: 51.8%;
	float: right;
	text-align: left;
	padding: 10px;
}

.detail_post .detail_name .detail_title{
	font-size: 30px;
	color: #184e1f;
}
.detail_post .detail_name .detail_price p{
	display: inline-block;
	margin: 10px 0px;
}
.detail_post .detail_name .detail_price p.price{
	font-size: 22px;
	color: #a02341;
}
.detail_post .detail_name .detail_price span.offer{
	color: #cccccc;
	text-decoration: line-through;
	font-size: 20px;
}
.detail_post .detail_name .detail_left{
	font-size: 22px;
	color: #a02341;
	margin-top: 5px;
	margin-bottom: 10px;
}
.detail_post .detail_addtocart{
	display: inline-block;
	margin-top: 0px;
}
.detail_post .detail_addtocart a{
	background: #184e1f;
	padding: 5px 12px;
	min-width: 140px;
	text-decoration: none;
	color: #ffffff;
	display: inline-block;
	border-radius: 0px 20px 0px 20px;
	text-align: center;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
.detail_post .detail_addtocart a:hover{
	background: #a02341;
	border-radius: 20px 0px 20px 0px;
}
.detail_post .rating_star{
	margin-bottom: 10px;
	color: #184e1f;
	font-size: 15px;
	font-weight:700;
	position: relative;
}
.detail_post .rating_star .last_half::after{
	background: #f7f7f7;
	position: absolute;
	right: 0px;
	content: "";
	padding: 10px 2px;
}
.detail_post .rating_star .half::after{
	background: #f7f7f7;
	position: absolute;
	right: 0px;
	content: "";
	padding: 10px 4px;
}
.detail_post .rating_star .first_half::after{
	background: #f7f7f7;
	position: absolute;
	right: 0px;
	content: "";
	padding: 10px 6px;
}
.detail_post .detail_heading, .detail_post .detail_comment  h2{
	font-size: 20px;
	padding: 2px 25px 2px 10px;
	border: 2px solid #a02341;
	margin-top: 30px;
	margin-bottom: 10px;
	border-radius: 0px 20px 20px 0px;
	display: inline-block;
	font-weight: 700;
	color: #a02341;
}
.detail_post .detail_specification table{
	width: 100%
}
.detail_post .detail_specification table tr td{
	padding: 4px 3px;
	border-bottom: 1px solid #cccccc;
	font-size: 15px;
}
.detail_post .detail_desc{
	color: #184e1f;
}
.detail_post .detail_comment{
	margin: 20px 0px;
}

.detail_post .detail_comment .comment-show{
	max-height: 300px;
	overflow: scroll;
	overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.detail_post .detail_comment .respon ul li{
	background: #d9d9d9	;
	padding: 10px 15px;
	margin-bottom: 5px;
}
.detail_post .detail_comment .respon ul li p{
	font-size: 15px;
}
.detail_post .detail_comment .respon ul li .posted-comment_rate{
	font-size: 12px;
	color: #184e1f;
}
.detail_post .detail_comment .respon ul li .posted-comment{
	color: #a02341;
	font-size: 14px;
	margin-top: 5px;
}
.detail_post .detail_comment .respon ul li .posted-comment_by{
	color: #184e1f;
	font-size: 13px;
	margin-top: 10px;
}

.detail_post .detail_comment .comment{
	margin: 20px 0px;
}
.detail_post .detail_comment .comment .ratingstar{
	display: inline-block;
	margin-bottom: 15px;
}


.detail_post .detail_comment .comment .ratingstar input[type="radio"]{ 
    margin:9px 7px;
}
.detail_post .detail_comment .comment .ratingstar input[type="radio"]{
	content: '';
	position: absolute;
}
.detail_post .detail_comment .comment .ratingstar input[type="radio"] + label {
    display:inline-block;
	float: right;
	font-size: 30px;
	color: #cccccc;
}

.detail_post .detail_comment .comment .ratingstar #radio1:checked ~ .rate1,
.detail_post .detail_comment .comment .ratingstar #radio1:checked ~ .rate2,
.detail_post .detail_comment .comment .ratingstar #radio1:checked ~ .rate3,
.detail_post .detail_comment .comment .ratingstar #radio1:checked ~ .rate4,
.detail_post .detail_comment .comment .ratingstar #radio1:checked ~ .rate5 {
    color: #02AA02;
}
.detail_post .detail_comment .comment .ratingstar #radio2:checked ~ .rate2,
.detail_post .detail_comment .comment .ratingstar #radio2:checked ~ .rate3,
.detail_post .detail_comment .comment .ratingstar #radio2:checked ~ .rate4,
.detail_post .detail_comment .comment .ratingstar #radio2:checked ~ .rate5 {
    color: #82E40F;
}
.detail_post .detail_comment .comment .ratingstar #radio3:checked ~ .rate3,
.detail_post .detail_comment .comment .ratingstar #radio3:checked ~ .rate4,
.detail_post .detail_comment .comment .ratingstar #radio3:checked ~ .rate5 {
    color: #F4CB0B;
}
.detail_post .detail_comment .comment .ratingstar #radio4:checked ~ .rate4,
.detail_post .detail_comment .comment .ratingstar #radio4:checked ~ .rate5 {
    color: #a02341;
}
.detail_post .detail_comment .comment .ratingstar #radio5:checked ~ .rate5 {
    color: #ff0000!important;
}
.rate1:hover ~ .rate2, .rate1:hover ~ .rate3, .rate1:hover ~ .rate4, .rate1:hover ~ .rate5, .rate1:hover{
    color: #02AA02!important;
}
.rate2:hover ~ .rate3,.rate2:hover ~ .rate4,.rate2:hover ~ .rate5, .rate2:hover{
    color: #82E40F!important;
}
.rate3:hover ~ .rate4,.rate3:hover ~ .rate5, .rate3:hover{
    color: #F4CB0B!important;
}
.rate4:hover ~ .rate5, .rate4:hover{
    color: #a02341!important;
}
.rate5:hover{
    color: #FF0000!important;
}
.detail_post .detail_comment .comment .input-field{
	width: 49%;
	border: 1px solid #184e1f;
	border-radius: 0px 20px 0px 20px;
	margin-bottom: 15px;
	padding: 10px;
}
.detail_post .detail_comment .comment .input-field-email{
	width: 100%;
	border: 1px solid #184e1f;
	border-radius: 0px 20px 0px 20px;
	margin-bottom: 15px;
	padding: 10px;
}
.detail_post .detail_comment .comment textarea{
	width: 100%;
	height: 100px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #184e1f;
	border-radius: 0px 20px 0px 20px;
	color: #184e1f;
}
.detail_post .detail_comment .comment input[type="submit"]{
	background: #184e1f;
	border-radius: 5px;
	padding: 5px 15px;
	color: #ffffff;
	border: none;
	border-radius: 0px 20px 0px 20px;
	transition: .5s all;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
}
.detail_post .detail_comment .comment input[type="submit"]:hover{
	border-radius: 20px 0px 20px 0px;
	background: #a02341;
}
/*--------// Detail Page ----------*/
/*---------- Search Page ----------*/
.search_model_field{
	
}
.search_model {
    position: absolute;
    right: 10px;
    top: 115px;
	display: none;
}

.search_model .search_form .search_field{
	display: none;
	border: 1px solid #184e1f;
	padding: 6px 10px;
	color: #184e1f;
	border-radius: 0px 20px 20px 0px;
	float: left;
}
.search_model .search_form .search_icon{
	background: #184e1f url("../images/search-icon.png") no-repeat scroll 10px 7px;
    border: medium none;
    height: 34px;
    width: 40px;
	border-radius: 20px;
}
.search_model:hover .search_form .search_icon{
	float: left;
	border-radius: 0px 20px 20px 0px;
}
.search_model:hover .search_form .search_field{
	display: block;
	border-radius: 20px 0px 0px 20px;
}
.no_result {
    font-size: 30px;
	color: #a02341;
}
.related_result{
	margin: 30px 0px;
	background: #cccccc;
	font-size: 25px;
	color: #184e1f;
}
/*--------// Search Page ----------*/
/*---------- Thank You Page ----------*/
.thank_you .order_details{
	box-shadow: 2;
	margin: 40px 0px 30px 0px;
}
.thank_you .order_details h1{
	font-size: 40px;
	color: #a02341;
	text-align: center;
	margin-bottom: 10px;
	font-weight: 700;
}
.thank_you .order_details h2{
	font-size: 25px;
	color: #184e1f;
	text-align: center;
	margin-bottom: 20px;
}
.thank_you .order_details table tr td{
	border: 1px solid #184e1f;
	padding: 10px;
}
.thank_you .order_details table tr td{
	padding: 5px 3px;
	font-size: 15px;
	color: #184e1f;
}
.thank_you .download{
	display: inline-block;
	width: 100%;
}
.thank_you .download_data{
	width: 100px;
	height: 30px;
	background: url(../images/pdff.png) 0 0;
	background-size: auto auto;
	background-size: 100% 100%;
	display: inline-block;
	float: right;
	margin: 10px;
}
.thank_you .order_details .table-heading {
    color: #a02341;
    font-weight: 700;
    font-size: 18px;
    padding: 5px 3px;
}
.thank_you .order_details .thank_you_total_price{
	font-size: 20px;
	color: #a02341;
}
.thank_you .order_details .order_quote p{
	font-size: 18px;
	color: #184e1f;
	margin: 20px 0px;
	text-align: left;
}
.thank_you .order_details .order_quote span{
	color: #a02341;
}
/*--------// Thank You Page ----------*/
/*-------- Site Map Page ----------*/
.Sitemap_list{
	text-align: left;
	background: #d9d9d9;
	padding: 15px;
}
.Sitemap_list ul li{
	display: inline-block;
	width: 32%;
	margin: 2px .5%;
	
}
/*--------// Site Map Page ----------*/
/*--- Product Sidebar ---*/
.sidebar_widget_bar{
	position: sticky;
	top: 100px;
	right: 0px;
}
.sidebar-widget{
	margin-bottom: 20px;
	
}
.blog-grids {
  padding: 5px 0px;
  border-bottom: 1px dotted #000;
}
.blog-grids:last-child {
  border-bottom: none;
}
.blog-grid-left {
  float: left;
  width: 55px;
  height: 50px;
}
.blog-grid-left img{
	max-width: 100%;
	max-height: 100%;	
}
.blog-grid-right {
  float: left;
  width: calc(100% - 65px);
  margin-left: 10px;
}
.blog-grids h4 {
  color: #118320;
  font-size: 15px;
  text-align: left;
}
.blog-grids h4:hover{
  color: #a02341;
}

.blo-top {
  padding: 0px 10px;
  border: 1px solid #D8DADC;
}
.blog-grid-right p {
  color: #302e2e;
  font-size: 0.9em;
  margin: 0.3em 0 0;
  line-height: 1.5em;
  font-weight: 400;
}

.sidebar-widget h3 {
  background: #a02341;
  color: #fff;
  padding: 5px 10px;
  font-size: 1.3em;
  font-family: 'Libre Baskerville', serif;
}
.blog-grids button{
	float: left;
	border: none;
	background: transparent;
	padding: 0px;
}
.blog-grids #showcat a{
	display: inline-block;
	width: 100%;
}
.blog-grids ul li{
	text-align: left;	
}
.blog-grids .sidebarsubcat{
	
}
.blog-grids .sidebarsubcat li{
	padding-left: 15px;
}
.blog-grids .sidebarcat:hover .sidebarsubcat{
	display: block;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
	
}
/*--- // Product Sidebar ---*/
/*----- The Modal (background) ----*/
.modal_banner {
    display: block;
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 70px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	z-index:9999;
}

/* Modal Content */
.modal-content-banner {
    margin: auto;
    padding: 0px;
    border: 5px solid #ff0000;
	border-radius: 0px 20px;
    width: 500px;
	position: relative;
	background: #ffffff;
	font-family: 'Merienda', cursive;
}

.modal-content-banner .model-form{
	padding: 20px;
	text-align: left;
	display: inline-block;
}
.modal-content-banner .model-form h2{
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 15px;
	color: #ff0000;
}
.modal-content-banner .model-form h3{
	font-size: 22px;
	color: #000287;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 0px;
}
.modal-content-banner .model-form h4{
	font-size: 20px;
	margin-bottom: 10px;
	color: #00ff00;
	text-align: justify;
}
.modal-content-banner .model-form p{
	font-size: 17px;
	text-align: left;
	color: #000287;
	margin-bottom: 10px;
}
.modal-content-banner .model-form .whatsapp-logo{
	font-size: 22px;
	color: #00ff00;
	margin-right: 10px;
}
.modal-content-banner .model-form .email-logo{
	font-size: 22px;
	color: #000000;
	margin-right: 10px;
}
.modal-content-banner .model-form input, .modal-content-banner .model-form textarea{
	width: 100%;
	padding: 5px 10px;
	outline: none;
    color: #000287;
    font-size: 1em;
    border: 2px solid #000287;
	border-radius: 0px 20px 0px 25px;
    width: 100%;
	margin-bottom: 10px;
	background: #FDD8A5;
}

.modal-content-banner .model-form textarea {
	min-height:150px;
}
.modal-content-banner .model-form input[type="submit"] {
	background: #000287;
    color: #fff;
    outline: none;
    padding: 5px 0px;
    width: 100px;
	font-size: 16px;
	border:none;
	border-radius: 0px 20px 0px 20px ;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.modal-content-banner .model-form input[type="submit"]:hover {
	background: #184e1f;
	border-radius: 20px 0px 20px 0px ;
}

/* The Close Button */
.close-banner {
    color: #aaaaaa;
    font-size: 30px;
    font-weight: bold;
	position: absolute;
	right: 10px;
	line-height: 18px
}

.close-banner:hover,
.close-banner:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
/*----- //The Modal (background) ----*/
/*--------- About Us Page ------------*/
.about-us-content{
	margin: 40px 0px;
}
.about-us-content p{
	text-align: justify;
	font-size: 16px;
	margin-bottom: 20px;
}
.about-us-content p strong{
	font-weight: 700;
	font-size: 17px;
}
.about-bottom {
    margin: 20px 0px;
}
.about-bottom h1{
	font-size: 30px;
	color: #184e1f;
}
.team2 {
  padding: 2em 0;
}
.team {
    margin: 0 0 5em;
    text-align: center;
}
.team p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.8em;
}
.team-grids {
  position: relative;
  margin: 5px 8px;  
  width: 265px;
  display: inline-block;
}
.team-info {
  margin: 15px 0px;
  text-align: center;
}
.team-grids span {
	overflow: hidden;
	position: relative;
	display: block;
}
.captn h4 {
  color: #fff;
  margin: 0px;
  font-size: 30px;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
.captn p {
    color: #fff;
    font-size: 0.95em;
    font-weight: 100;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
	text-align: center;
	font-family: 'Oswald', sans-serif;
}
.team-info img {
    width: 100%;
}
.team-grids span .captn {
    display: inline-block;
    height: 100%;
    width: 100%;
    font-weight: 800;
    color: #fff;
    position: absolute;
    bottom: -86%;
    right: 0%;
    background-color: rgba(33, 89, 84, 0.7);
    padding: 2% 10%;
    text-align: center;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.team-grids span:hover .captn {
  width: 100%;
  bottom: 0%;
  padding: 40% 10%;
    right: 0%;
}
ul.social-icons1 li {
    display: inline-block;
    margin: 0 5px;
}
ul.social-icons1 li a {
    color: #ffffff;
}
ul.social-icons1 li a.face:hover{
    color: #3b5998;
}
ul.social-icons1 li a.twit:hover{
    color: #2BBADD;
}
ul.social-icons1 li a.link:hover{
    color: #2BBADD;
}
/*-------- //About Us Page -----------*/
/*-- Contact Us --*/
.page-contact{
	margin-top: 50px;
}
.page-contact h3{
	text-align: center;
	margin-bottom: 30px;
}
.contact_address_field{
	margin-bottom: 30px;
}
.contact_address{
	margin-bottom: 10px;
	padding-bottom: 10px;

}
.contact_address h2.contact_heading{
	color: #ffffff;
	padding: 7px;
	background: #a02341;
	margin-bottom: 10px;
	border-radius: 0px 20px 0px 0px;
}
.contact_address iframe{
	width: 100%;
	margin-top: 20px;
}
.contact-us1-bottom input[type="text"], .contact-us1-bottom input[type="number"], .contact-us1-bottom input[type="email"], .contact-us1-bottom select, .contact-us1-bottom textarea {
    outline: none;
    padding: 10px 10px;
    background: none;
    color: #777;
    font-size: 1em;
    border: 1px solid #a02341;
	border-radius: 0px 20px 0px 25px;
    width: 100%;
	margin-bottom: 10px;
}

.contact-us1-bottom textarea {
	min-height:150px;
}
.contact-us1-bottom input[type="submit"] {
	background: #a02341;
    color: #fff;
    outline: none;
    padding: 10px 0px;
    width: 30%;
	font-size: 16px;
	border:none;
	border-radius: 0px 20px 0px 20px ;
	transition:.5s all;
	-webkit-transition:.5s all;
	-moz-transition:.5s all;
	-o-transition:.5s all;
	-ms-transition:.5s all;
}
.contact-us1-bottom input[type="submit"]:hover {
	background: #184e1f;
	border-radius: 20px 0px 20px 0px ;
}
.contact-detail-ions{
	padding: 3px 6px;
}
.contact-detail-ions h4{
	color: #a02341;
	font-size: 24px;
}
.contact-detail-ions p{
	color: #4c4c4c;
	font-size: 17px;
}
.contact-detail-ions p a{
	color: #4c4c4c;
}
.contact-detail-ions .contact-detail-ions-left{
	width: 50px;
	float: left;
}
.contact-detail-ions .contact-detail-ions-left .fa.fa{
	font-size: 25px;
	color: #184e1f;
}
.contact-detail-ions .contact-detail-ions-right{
	width: calc(100% - 55px);
	float: left;
	text-align: left;
}
.map{
	margin:3em 0 0;
}
.map iframe{
	width:100%;
	min-height:400px;
}
/*-- //Contact Us --*/
/*------ Order Status Show -------*/
.order_total_price{
	width: 50%!important;
	float: right;
	background: #cccccc;
}
.order_detail_status_show{
	width: 100%;
}

.order_detail_status_show tr td{
	padding: 2px 5px;
	color: #a02341;
}
.order_detail_status_show tr td.table-head{
	font-weight: 700;
	color: #a02341;
}
.order_status_show{
	padding: 20px 0px;
}

.order_status_show_div {
    width: 25%;
    display: inline-block;
	margin-right: -4px;
	vertical-align: top;
}
.order_status_show_div p{
	text-align: center;
	color: #a02341;
}
.order_status_show_div span{
    border: 5px solid;
	display: block;
	margin: 5px 0px;
}
.order_status_show_div span.pen{
    border-color: #cccccc;
}
.order_status_show_div span.pack{
    border-color: #0000ff;
}
.order_status_show_div span.disp{
    border-color: #ff0000;
}
.order_status_show_div span.deli{
	border-color:  #00ff00;
}

/*------ //Order Status Show -------*/
.policy {
	background: #ffffff;
	padding: 25px 10px;
	text-align: left;
}
.policy p{
	text-align: justify;
	color: #184e1f;
	font-size: 18px;
	margin-bottom: 10px;
}
.policy h4{
	font-size: 30px;
	color: #993333;
	margin-bottom: 15px;
}
.policy h5{
	font-size: 25px;
	color: #184e1f;
	margin-bottom: 15px;
}
.policy ol {
	padding-left: 35px;
}
.policy ol li{
	color: #184e1f;
	font-size: 18px;
	margin-bottom: 10px;
	list-style-type: symbols;
}
.policy ol li span{
	color: #993333;
	font-size: 20px;
}
/*---------------------------- responsive media queries -----------------------------*/
@media screen and (max-width:1199px){
	.header-content{
		padding-top: 200px;
	}
	.laptop{
		padding: 1em;
	}
	.team-grids {
	    margin: 5px;  
		width: 220px;
	}
	.captn h4{
		font-size: 27px;
	}
}
@media screen and (max-width:1080px){

.menuu {
    height: 425px;
}

/*.navbar-default .navbar-nav>li>a {
	padding-top: 25px;
}*/


/*.logo img{
	padding-top:0px;
	width: 60%;
}*/

.header-content {
    padding-top: 175px;
}
.header-content h1 {
    font-size: 50px;
}
.about {
	min-height: 500px;
}
.about-content {
    padding: 70px 0px;
}
   



.sign-up input[type="submit"] {
    padding: 5px;
    width: 24%;
    margin-top: 20px;
}
	
}



}

@media screen and (max-width:1024px){
.menuu {
    height: 420px;
}


}


@media screen and (max-width:991px){

.menuu {
    height: 400px;
}

.icon {
    width: 33%;
    float: left;
}
.login li a, .login .dropbtn{
	font-size: 14px;
}
.navbar-default .navbar-nav > li > a{
	font-size: 16px;
}
.form-field p, .form-field-submit p{
	margin: 10px 1%;
	width: 47.5%;
}
.new-i, .new-t{
	height: 200px;
}
.new-text h4{
	font-size: 16px;
	line-height: 19px;
}
.new-text p{
	font-size: 13px;
	line-height: 16px;
	font-weight: 400;
}
.about-content {
    width: 450px;
}

.wrapper {
    padding-left: 2px;
}
.timings{
	padding: 30px 0px;
}
.timings-info {
		width: 70%;
		border-radius: 0px 50px 0px 50px;
	}
.c-form{
	width:50%;
	float:left;
}
.register input[type="text"]{
    width: 39%;
}

.detail_image .w3-content{
	width: auto;
	height: 300px;
	display: inline-block;
}
	.team-grids {
	    margin: 3px;  
		width: 170px;
	}
	.captn h4{
		font-size: 20px;
	}
	.detail_post .detail_addtocart a{
		width: 125px;
	}
	.detail_post .detail_name .detail_title{
		font-size: 25px;
	}
	.blo-top{
		padding: 0px 5px;
	}
	.blog-grid-left{
		width: 50px;
	}
	.blog-grid-right {
		width: calc(100% - 55px);
		margin-left: 5px;
	}
	.blog-grids h4{
		font-size: 12px;
	}
}


@media screen and (max-width:800px){
.menuu {
    height: 325px;
}

.header-content {
    padding-top: 140px;
}
.header-content h1 {
    font-size: 42px;
}
.header-content h2 {
    font-size: 18px;
}


.hi-icon ,.hi-icon:before {
    width: 60px;
    height: 60px;
}

.hi-icon-sofa:before {
    background-size: 200px;
}

.hi-icon-rack:before {
	background: url("../images/icons2.png") -61px 0px no-repeat;
	background-size: 200px;
}

.hi-icon-bed:before {
	background: url("../images/icons2.png") -122px 0px no-repeat;
	background-size: 200px;
}

h3 {
    font-size: 36px;
}
.policy p{
	font-size: 16px;
}
.policy h4{
	font-size: 25px;
	margin-bottom: 10px;
}
.policy h5{
	font-size: 22px;
	margin-bottom: 10px;
}
.policy ol li{
	font-size: 17px;
}
.policy ol li span{
	font-size: 18px;
}
}

@media screen and (max-width:767px){
.login .login_name span.name{
	display: none;
}
.navbar-brand{
	padding: 5px 15px;
}
.logo img {
    max-height: 40px;
}
.logoimg img {
    max-height: 50px;
}
.menuu {
    height: 310px;
}
.new-text h4 {
    font-size: 23px;
	line-height: 25px;
}
.new-text p {
    font-size: 16px;
}
.register input[type="text"], .register input[type="number"] {
    width: 90%;
}
.navbar-collapse {
    border-top: 0px solid transparent;
}
.info p {
    font-size: 16px;
}
.about{
	min-height: auto;
}
.about-content {
    width: 100%;
    float: none;
}
.about-content {
    padding: 40px 0px;
}


.proced_btn button{
	width: 175px;
}

div#bs-example-navbar-collapse-1 {
    position: absolute;
    width: 100%;
    background: rgba(24, 78, 31, 0.75);;
}

.navbar-default .navbar-nav>li>a {
    color: #fff;
	padding: 5px 0px;
}

.navbar-default .navbar-nav>li>a:hover {
	color:#a02341;
}
.nbs-flexisel-nav-left {
    left: 0;
}
.nbs-flexisel-nav-right {
    right: 0;
}
.ac-container input:checked ~ article.ac-large{
	padding: 10px 3px;
}
.ac-container article table td{
	padding: 5px;
}
.ac-container article table td.serial, .ac-container article table td.quantity{
	display: none;
}
.total_price td{
	padding: 5px!important;
}
.my_account{
	padding-top: 35px;
}
.detail_image{
	width: 100%;
}
.detail_post{
	width: 100%;
}

.detail_post .detail_name .detail_title{
	font-size: 20px;
}
.detail_post .detail_name .detail_price p{
	margin: 5px 0px;
}
.detail_post .detail_name .detail_price p.price{
	font-size: 18px;
}
.detail_post .detail_name .detail_price p.offer{
	font-size: 16px;
}
	.team-grids {
	    margin: 3px;  
		width: 300px;
	}
	.captn h4{
		font-size: 30px;
	}
	.footer h4{
		padding-bottom: 10px;
		padding-top: 25px;
	}
	.detail_post .detail_addtocart a{
		width: auto;
		padding: 5px 15px;
	}
	.detail_image {
		position: unset;
	}
	.modal-content-banner{
		width: 90%;
	}
}

@media screen and (max-width:667px){
.menuu {
    height: 300px;
}
.login li a, .login .dropbtn{
	font-size: 12px;
}
.ancherhead{
	padding-right: 14px;
}
.span_count{
	height: 13px;
	width: 12px;
	font-size: 8px;
}
.icon {
    width: 100%;
}
/*.new-text {
    padding-top: 55px;
}*/
.icon-info {
    padding: 20px 0px;
}

.info {
    padding: 5px 0;
}

.catalogue{
	margin: 25px 0px;
}
.testimonial-feed{
	padding: 25px 0px;
}

/*.wrapper {
    padding-left: 122px;
}*/

.sign-up input[type="submit"] {
    padding: 5px;
    width: 28%
}

input[type="text"], .register input[type="message"] {
    padding: 10px 10px;
}

	.team-grids {
	    margin: 3px;  
		width: 275px;
	}
	.captn h4{
		font-size: 28px;
	}

}


@media screen and (max-width:640px){
.policy p{
	font-size: 15px;
}
.policy h4{
	font-size: 20px;
}
.policy h5{
	font-size: 18px;
}
.policy ol li{
	font-size: 15px;
}
.policy ol li span{
	font-size: 16px;
}


.menuu {
    height: 290px;
}

/*.new-text {
    padding-top: 50px;
}*/
	.team-grids {
	    margin: 3px;  
		width: 250px;
	}
	.captn h4{
		font-size: 26px;
	}
	.modal-content-banner{
		width: 98%;
		border-width: 3px;
	}
	.modal-content-banner .model-form h2{
		font-size: 20px;
	}
	.modal-content-banner .model-form h3{
		font-size: 16px;
	}
	.modal-content-banner .model-form h4{
		font-size: 14px;
	}
	.modal-content-banner .model-form input, .modal-content-banner .model-form textarea{
		padding: 3px 6px;
		border-radius: 0px 10px 0px 10px;
	}
	.modal-content-banner .model-form input[type="submit"] {
		border-radius: 0px 10px 0px 10px ;
	}
	.modal-content-banner .model-form input[type="submit"]:hover {
		border-radius: 10px 0px 10px 0px;
	}
	.modal-content-banner .model-form textarea {
		min-height:100px;
	}
}

@media screen and (max-width:600px){

.padding-new {
    padding: 25px 0;
}
h3 {
    font-size: 34px;
}
.about-content p {
    font-size: 18px;
}
.resp-tab-item {
    font-size: 22px;
    padding: 5px 22px 7px;
}
.sap_tabs {
padding: 0px 0px;
}
/*.wrapper {
    padding-left: 105px;
}*/
.timings-info p {
		font-size: 1.3em;
	}
	.timings-info {
		width: 85%;
		padding: 2em 1em;
	}
	.timings-info h2, .timings-info h3 {
		font-size: 1.8em;
	}

	.team-grids {
	    margin: 3px;  
		width: 215px;
	}
	.captn h4{
		font-size: 20px;
	}

}

@media screen and (max-width:480px){


.menuu {
    height: 250px;
}

.form-field p, .form-field-submit p{
	margin: 5px 2%;
	width: 95%;
}

.header-content h1 {
    font-size: 30px;
}
.header-content h2 {
    font-size: 15px;
}

h3 {
    font-size: 30px;
}

.header-content {
    float: none;
}


.info p {
    font-size: 16px;
}
.new-arrivals h3 {
    padding-bottom: 40px;
}
.new-i, .new-t{
	height: auto;
    width: 100%;
}
.new-res{
	border: 1px solid #184e1f;
	margin-bottom: 15px;
}
.new-image img{
	width:100%;
}


.new-t {
    width: 100%;
 
}



.resp-tab-item {
    font-size: 20px;
    padding: 5px 18px 7px;
}

/*.wrapper {
    padding-left: 45px;
}*/
.timings-info {
		width: 100%;
		padding: 1em 1em;
	}
	.timings-info p {
		font-size: 1.1em;
	}
	.timings-info h2, .timings-info h3 {
		font-size: 1.5em;
	}

.address span {
    padding-top: 6px;
}


.c-form {
    width: 100%;
	padding-top:50px;
}

.register input[type="text"], .register input[type="message"] {
    padding: 10px;
}


#idcart .modal-content, #idcart1 .modal-content, #idwish1 .modal-content, #idwish .modal-content{
	width: calc(100% - 10px);
	padding: 2px;
	right: 10px;
}
.admin td, table .table-heading{
	padding: 2px!important;
	font-size: 12px;
}
table{
	font-size: 12px;
}
.cart_detail .cart_right button{
	min-width: 125px;
}
.cart_detail{
	width: 100%;
}
.total_price{
	width: 100%;
}
.proced_btn button{
	width: 100%;
}
	.team-grids {
	    margin: 3px;  
		width: 220px;
	}
	.captn h4{
		font-size: 28px;
	}
	.modal-content-banner{
		width: 98%;
	}
}

@media screen and (max-width:414px){

h3 {
    font-size: 28px;
}
.about {
    min-height: 400px;
}

.resp-tab-item {
   margin:0px;
}
.wrapper {
    padding-left: 12px;
}

.team-left{
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.team-right{
	width: 100%;
	float: left;
}
}

@media screen and (max-width:384px){

.resp-tab-item {
    font-size: 18px;
    padding: 5px 14px 7px;
}

.wrapper {
    padding-left: 0px;
}

.scene {
    margin: 20px;
}


}

@media screen and (max-width:320px){

.scene {
    margin: 20px 0px;
	padding:0;
}

.resp-tab-item {
    padding: 5px 8px 7px;
}


}




