@charset "utf-8";
html{
 height:100%;
 min-height:100%;
 }
body {
	
	font-family: 'Open Sans', serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 24px;
 background:#FFFBF5;
	 /*  background: url(../image/red2.jpg) repeat fixed; 
	   background-attachment:fixed;

background-position:top;
  -webkit-background-size:50% cover;
  -moz-background-size:50% cover;
  -o-background-size:50% cover;
  background-size:50% cover;
*/
}
.blinking{
    animation:blinkingText 1.5s infinite;
}
@keyframes blinkingText{
    0%{     color: #fff;    }
    49%{    color: #fff; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #fff;    }
}
#hed{
background:#9C7329;
margin-bottom:-8px;}
#hed p{
text-align:center;
color:#fff;
padding:0px 0 0px;
font-weight:600;
line-height:22px;
letter-spacing:0.5px;}
header{	
margin-left:0px;
background:#fff;
	/* -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);*/
	height:100px;
	border-bottom:1px solid #9C7329;
}

hr{
margin-top:0px;
margin-bottom:10px;
width:100%;

border-color:#D2AD03;
}
.head-1{
height:168px;
	background:#fff;}
iframe {
 max-width: 100%;
}


.list-inline{
float:right;
}

.flip-card {

    display: flex;
  align-content: stretch;
  min-height: 150px;
  flex-wrap: wrap;
  position: relative;
  border: 10px solid transparent;
  padding:0;
  border-top: 0;  
  -webkit-perspective: 1000;
          perspective: 1000;
}


.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}


.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}


.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}


.flip-card-front {
  background-color:#999;
  color: #fff;
}
.flip-card-front h3{
padding-top:40px;
  color: #fff;
  text-transform:uppercase;
  line-height:50px;
}

.flip-card-back {
  background-color:#ED2024;
  color: white;
  transform: rotateY(180deg);

}
.flip-card-back p{
padding-top:28%;
font-size:20px;
}
.btn-light {
    color:  #fff !important;
background:none;
border-radius:25px;
border:2px solid #fff;
padding:15px 30px;

}
.btn-light:hover {
    color: #ED2024 !important;
    background-color: #f2fcfc;
    border-color: #f2fbfc;
}


@media (max-width: 860px) {
.list-inline{
float:none;}

}
#search {display: none;}

h1, h2, h3, h4, h5, h6, p {
	color: #777;
}
/* default font size */
.fa {
	font-size: 14px;
}
.fa-3x{
	font-size:30px;
}
img { 
    max-width: 100%; 
    height: auto; 
}


.img-3{
width:100%;
margin-top:20px;}
h1 {
	font-size: 33px;
}
h2 {
	font-size: 28px;
	line-height:34px;
	color:#9F7838;
	font-weight:500;

}
h3 {
	font-size: 30px;
	line-height:40px;
		color:#9F7838;
	font-weight:600;

}

h4 {
	font-size: 20px;
	line-height:30px;
	margin-bottom:10px;
	font-weight:500;
}
h5 {
	font-size: 16px;
		line-height:26px;
}
h6, p{
	font-size: 14px;
	line-height:26px;
	font-weight:400;
	color:#666;
}
.tt3{
border-bottom:1px solid #ccc;
margin-top:-5px;
}
.tt4{
margin-top:-5px;
display:none;
}
h4 .tt3{
background:#fff;}

.bg-white {
    background-color: #fff !important;

}
.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
.text-center {
    text-align: center !important;
}
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
	text-align:

}
.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    bottom: 10px;
    background:#D1B000 ;
    z-index: -1;
}


.section-title.text-start::before {
    width: calc(100% + 20px);
    left: 0;
}


.box4 h3 {
	font-size: 26px;
	line-height:40px;
		color:#9F7838;
	font-weight:500;
	padding-left:10px;
}

a {
	color: #9F7838;
}
a:hover {
	color:#9F7838;
	text-decoration:none;
}
/* Style the tab */
.tab1 {
  float: left;
  background-color: #f1f1f1;
  width:5%;
}
.tt2{
display:none;
}
.title1{display:none;color:#FFF;text-indent:-9999em;font-size:-9999em;line-height:-9999em;padding:0;}
.boxs {
  display:block;
  position: relative;
  border:0px solid #ccc
}
.boxs span{
 position: absolute;
  bottom: 30%;
  left: 0px;
  font-size:15px;
  line-height:26px;
  text-transform:uppercase;
  font-weight:600;
  /*text-shadow:1px 1px 1px #111;*/
  padding:8px 15px 8px 15px;
  color:#fff;
  background:#D71F2B;
  border-top-right-radius: 7px;
border-bottom-right-radius: 7px;
}
.tab1 button {
  display: block;
  background-color: #fff;
  color:#962e35;
  padding:10px 15px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 16px;
  line-height:20px;
  border-right:1px solid #000000;
}
.tab1 button span{
  font-size: 16px;
  line-height:24px;
  color:#2C3380;

}

/* Change background color of buttons on hover */
.tab1 button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab1 button.active {
  background-color: #ccc;
}
.tp-m4{margin-top:27%;}
/* Style the tab content */
.tabcontent1 {
  float: left;
  padding: 10px 15px;
  width: 95%;

}
.wrapper
{
    width: 100%;
    margin: 0px auto;
    padding-top: 20px;
    min-height: 600px;
}

.wrapper h1, .wrapper h4, .wrapper p, .wrapper pre, .wrapper ul, .wrapper li
{
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}

.wrapper li
{
    outline: 0;
    text-decoration: none;
    -webkit-transition-property: background color;
    -moz-transition-property: background color;
    -o-transition-property: background color;
    -ms-transition-property: background color;
    transition-property: background color;
    -webkit-transition-duration: 0.12s;
    -moz-transition-duration: 0.12s;
    -o-transition-duration: 0.12s;
    -ms-transition-duration: 0.12s;
    transition-duration: 0.12s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

#v-nav
{
    height: 100%;
    margin: auto;
    color: #444;
	font-size:16px;
	line-height:24px;
	font-weight:600;
	
}

#v-nav >ul
{
    float: left;
    width: 5%;
    display: block;
    position: relative;
    top: 0;
    margin: auto 0 !important;
    padding:0;
}

#v-nav >ul >li
{
    list-style-type: none;
    display: block;
    font-size: 16px;
    position: relative;
    border-right-width: 0;
    border: 1px solid #000000;
    margin: auto;
    padding: 0px 10px 20px 10px !important;  
    background: #ede3bc ;
	text-align:center;
	cursor:pointer;
}

#v-nav >ul >li.current
{
    color: #962e35;
    border-right: none;
    z-index: 10;
    background: #000000 !important;
    position: relative;
	

}

#v-nav >ul >li.first.current
{
    border-bottom: 1px solid #DDD;
}

#v-nav >ul >li.last
{
    border-bottom: none;
}

#v-nav >div.tab-content
{
    margin-left: 5%;
	width:95%;
    border: 1px solid #000000;
    background-color: #FFF;
    min-height: 400px;
    position: relative;
    z-index: 9;
    padding: 12px;
    moz-box-shadow: inset 0 0 35px 5px #fafbfd;
    -webkit-box-shadow: inset 0 0 35px 5px #fafbfd;
    box-shadow: inset 0 0 35px 5px #fafbfd;
    display: none;
    padding: 25px;
}
#v-nav >div.tab-content.active
{
    display: block;
}

.mg02{
margin:10px 0;}
.panel-heading{
background:#fff;
}
.panel-title{
color:#9F7838;
background:#fff;}
.table-bordered{background:#fff;
}
.ec-inline-heading a{
color:#9F7838;}
.underline{
border-bottom:2px solid #000000;
margin:5px 0px 10px 0px;
}
.title-2{
font-size:24px;
line-height:30px;
color:#fff;
padding-bottom:10px;
font-weight:600;
margin-top:0px;
 text-shadow:
   -1px -1px 0 #9F7838,  
    1px -1px 0 #9F7838,
    -1px 1px 0 #9F7838,
     1px 1px 0 #9F7838;
}
.title-22{
font-size:32px;
line-height:40px;
color:#F89522;
 text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
margin-top:-20px;
padding:3px 0;
font-weight:600;
background-image:linear-gradient(to right, rgba(0,0,0,0.6), rgba(255,255,255,0.0));
}
.title-223{
font-size:24px;
line-height:40px;
color:#962e35;
/* text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;*/
padding:3px 0;
font-weight:600;
/*background-image:linear-gradient(to bottom, rgba(0,0,0,0.6), rgba(0,0,0,0.3));*/
border-bottom:1px solid #000000;
border-top:1px solid #000000;
}
.title-3{
font-size:24px;
line-height:34px;
padding-left:12px;
color:#F89522;
 text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
padding-bottom:10px;
font-weight:600;
margin-top:0px;
}
h1 b, .titles{
display:none;
		color:#000;
		text-indent:-9999em;
		font-size:0px;
		line-height:0px;
		padding:0;
		margin:0;
		height:0;
}
#button-cart{
max-width:250px;
}
#input-quantity{
max-width:60px;
}


.top-m200{
margin-top:-200px;
}
.show{
display:none;
}
.box1{
margin-top:22px;
padding:20px 15px;
background:#9F7838;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05)
font-weight:600;
color:#fff;
font-size:18px;
  border-top-left-radius:5px;
  border-top-right-radius: 5px;
  min-height:170px;
}
.box1 p, .box1 a{
color:#fff;
font-size:18px;
line-height:24px;
padding-top:10px;
}
.box1 i {
font-size:30px;
color:#fff;
padding-bottom:15px;}
.box2{
padding:5px 0 0 0;
  color:#444;
}
.isDisabled {
  color: currentColor;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 1;
  text-decoration: none;
  margin-top:-25px;
  margin-bottom:-20px;
}
.box3{

padding:3px 8px;
 /*background-image: radial-gradient(rgba(197,179,88,0.8), rgba(255,255,255,0.0), rgba(255,255,255,0.0));*/
 background:none;
			 background-repeat:no-repeat;
background-position:0px -144px;
  -webkit-background-size: 100%;
  -moz-background-size:100%;
  -o-background-size:100%;
  background-size:100%;
color:#fff;
font-size:16px;
font-weight:600;
margin-top:-35px;
margin-bottom:-35px;
}
.swiper-container{
margin-top:0px;
background:#fff;
border-radius:0px;
}
.box3 a{
font-weight:600;
color:#fff;
font-size:12px;
}
.box4{

padding:0px 0px 0px 0px;
background:#FFFBF5;
  border-radius:0px;


}

.box3 p{
font-weight:600;
color:#000;
font-size:16px;
text-shadow:1px 1px 1px #CFB53B;

}
.box55{
margin-top:5px;
background: url(../image/bg-menu2.jpg) no-repeat;
background-size:100% cover; 
  width:100%;
  display:block;
  float:left;
    border:0px solid rgba(207,181,59,0.4);
	min-height:200px;
	padding:40px 20px;
	
}
.box5{
padding:20px 5px 10px 5px;
font-weight:600;
text-align:center;
vertical-align: middle;
color:#9F7838;
font-size:14px;
line-height:20px;
  border:1px solid rgba(207,181,59,0.8);
  background:rgba(0,0,0,0.4);
  min-height:75px;
  width:25%;
  display:block;
  float:left;
}
.box5 a{
color:#9F7838;
text-align:center;
}
a .box5:hover{
color:#fff;
}

.same-img{
display: inline-block;
float:left;
width:50%;
padding:6px 6px;
}
.same-img11{
display: inline-block;
float:left;
width:50%;
padding:6px 6px;
}
.same-img12{
display: inline-block;
float:left;
width:50%;
padding:6px 6px;
}
.same-img2{
display: inline-block;
float:left;
width:50%;
padding:0 6px 12px 6px;
}
.same-img33{
display: inline-block;
padding:6px 6px;
width:100%;
}
.img-p{
padding-bottom:20px;}
.pad-top30{
margin-top:-30px;
padding-top:-30px;
}
.img-auto{
width:auto;
}
.big-t{
	display:none;
		color:#FFF;
		text-indent:-9999em;
		font-size:0px;
		line-height:0px;
		padding:0px;
		margin:0px;
	}
.panel-default{
padding:0 0px;
background:#fff !important;
margin:20px 0;
}	
legend {
	font-size: 20px;
	font-weight:600;
	padding: 7px 0px;
	color:#000000;
}
label {
	font-size: 12px;
	font-weight: normal;
}
.input-group{
margin-top:0px;
}
.top-30{
margin-top:-30px;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;

}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
	color:#9F7838;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 14.5px;
}
div.required .control-label:before {
	content: '* ';
	color: #000000;
	font-weight: bold;
	font-size:16px;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a {
	color: #000000;
}
.dropdown-menu li > a:hover, .dropdown-menu li > a:active {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
	background-repeat: repeat-x;
}
/* top */
#top {
	padding: 0px 0px 0px 0;
	margin-top: 32px;
}
#top .container {
	padding: 0 10px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
	color: #9F7838;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #9F7838;
	background-color: #F89522;
	background-repeat: repeat-x;
}

#top .btn-link, #top-links li, #top-links a {
font-size:16px;
line-height:30px;
font-weight:400;
letter-spacing:0px;
	color: #9C7329;
	text-decoration: none;

}
#top-links li i {
font-size:17px;
line-height:29px;
width:30px;
height:30px;
text-align:center;
font-weight:600;
	color: #fff;
		background:#9C7329;
	border-radius:50%;
	border:1px solid #9C7329;
}
#top-links li span {
line-height:0px;
top:0px;

}
#top .btn-link:hover, #top-links a:hover {
	color: #E5BF82;
	
}
#top-links .dropdown-menu {
	background-color:none;
		
}

#top-links .dropdown-menu a {
	text-shadow: none;
	color: #9F7838;


		
}
#top-links .dropdown-menu a:hover {
	color: #111;
	background:none;
}
#top .btn-link strong {
	font-size: 12px;
        line-height: 14px;
}
#top-links {
	padding-top: 2px;
	margin-bottom:0px;

}

#top-links a + a {
	margin-left:4px;

}

/* logo */
#logo {
margin-bottom:0px;
width:200px !important;
height:60px;
margin-top:-70px;
margin-left:11.5%;

}
	.desk{
	display:block!important;;
	}
	.mob{
	display:none!important;;
	}
/* search */
#search {
margin-top: 0px;
padding:0px 5px 0 5px;

}
#search .input-lg {
	height: 38px;
	line-height: 20px;
	padding: 0 10px;
	float:right;
	background:rgba(255,255,255,1);
	border:1px solid #9F7838;
	color:#9F7838;
	 border-bottom-right-radius: 0px;
     border-top-right-radius: 0px;
	top:0px;
		 margin-top:-40px;
	right:0px;
		 margin-right:0px;
	 width:200px;
}
#search .btn-lg {
/*display:none;*/
float:right;
	font-size: 11px;
	line-height: 16px;
	padding: 10px 16px;
	color:#999;
	border:1px solid #9F7838;
	background:#fff;
   border-bottom-right-radius: 8px;
     border-top-right-radius: 8px;
	 right:0px;
	 margin-right:-210px;

}
.btn2{
background:none;
border:0px;
margin:0px;
padding:0px;
}
/* cart */
#cart {
	margin-top: 0px;
}
#cart > .btn {
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
	background:#000000;
	border:1px solid #000000;
	border-radius:8px;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border:1px solid #F89522;
	color: #666;
	box-shadow: none;
	text-shadow: none;
	
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #fff;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
}
@media (max-width: 1200px) {
#desk2{
display:none;
}
#top .btn-link, #top-links li, #top-links a {
font-size:20px;
}
#search .input-lg {
		 margin-top:-42px;

}
}

@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}


#home2{
 background: url(../image/red.jpg) no-repeat;
background-image: -moz-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,.2)), url("../image/red.jpg");
background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,.2)), url("../image/red.jpg");
background-image: -ms-linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,.2)), url("../image/red.jpg");
background-image: linear-gradient(bottom, rgba(0,0,0,0.8), rgba(0,0,0,.2)), url("../image/red.jpg");
 		background-attachment:fixed;
			 background-repeat:no-repeat;
background-position:center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top:-25px; 
    margin-bottom:-30px; 
}

@media (max-width: 1200px) {
header{	
	height:100px;
}


#mob-pad{
margin-top:-300px;
}


}
@media (max-width: 1020px) {

#top .btn-link, #top-links li, #top-links a {
font-size:14px;
}
#top-links li i {
font-size:20px;

}

}
@media (max-width: 900px) {
#top .btn-link, #top-links li, #top-links a {
font-size:14px;
line-height:20px;
}


#top-links a + a {
	margin-left:0px;

}
}
@media (min-width: 861px) {

	#desk{
	display:block;
	}
	#mob{
	display:none;
	}
}
#menu {
	 float:left;
	 left:0px;
	width:200px;
	background:none;
	z-index:9999;
	display:block;
padding-top:0px !important;
margin-top:-50px;
	}
#menu #category {
	float: left;
	padding-left:6px;
	font-size: 14px;
	font-weight: 600;
	line-height: 22px;
		color: #fff;
		margin-top:3px

}

#menu .btn-navbar {
	font-size: 20px;
	font-stretch: expanded;
	color: #fff;
	padding: 2px 10px;
	float: left;
	background-repeat: repeat-x;
	border-radius:5px;
	border:0px;
	background-color:#9C7329;
	margin-left:-25px;
	margin-top:6px;
	border:0px solid #fff;
}
.navbar-toggle, .navbar-toggle span , .navbar-toggle i {
	float: left;
	border:0px solid #fff;
	display:block;
}

#menu .btn-navbar i{
	font-size: 16px;
	line-height:30px;
	color: #fff;
}
#menu .dropdown a, #menu .navbar-nav a, #menu .dropdown-menu a, #menu .dropdown-menu ul li a{
color: #f2f2f2 !important;
text-transform:uppercase;
}
	#menu .navbar-nav a:hover,
	#menu .dropdown a:hover,
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover,
	#menu .navbar-nav a:focus,
	#menu .dropdown a:focus,
	#menu .dropdown-menu a:focus,
	#menu .dropdown-menu ul li a:focus {
	color:#fff !important;
	background:none !important;

	}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #DAA520;
	background-color:#none;
	border:0px solid #9F7838;
}
#menu .navbar-nav {   
    float: left; 
	left:0px;
    display: table;
    table-layout: fixed;
	background:#9C7329;
	padding:5px 0px 5px 30px;
	width:100%;
    }
		#menu .dropdown-menu {
width:100% !important;
height:100% !important;
left:0px !important;
margin-top:0px;


}
#menu .dropdown-inner {

  position: relative;
  width: 100%; 
  height: 100% !important;

}
#menu .dropdown-inner a {
	width: 320px !important;
	font-size: 14px;
	color:#f1f1f1;
	text-align:left; 

}

	#menu .dropdown-inner ul ul li{
	padding:0px 0px;
	right:0px;
	text-align:left;
	width:320px !important;
		}
			
				#menu .dropdown-inner ul li a{
font-size: 14px;
	font-weight:600;

		}
			#menu .dropdown-inner ul ul li a{
font-size: 14px;
	font-weight:600;

		}

	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		padding-left:0px;
		background-color:#F3BE65;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #333;
		
	}
		#menu .dropdown-menu a {
	font-size:14px;

	}
	
	#menu .nav > li > a {
	text-align:left;
	font-size:14px;
	font-weight:600;
	border-bottom:0px solid #fff;
	padding: 7px 10px 7px 10px;
	color: #fff;
    right:0px;

}
.ma-top10{
margin-top:0px;}
.img-responsive{
width:100%;}
@media (max-width: 860px) {
.img-responsive{
width:100%;}
.swiper-viewport{
width:100%;
height:120% !important;

}
#desk{
	display:none;
	}
	#mob{
	display:block;
	}

	header{
	/*background-size:cover; */
margin-bottom:0px;
height:68px;
width:100% !important;
padding:0px !important;
}
.pull-right{
text-align:center;
float:none !important;
}
.text-center2{
text-align:center;
margin:0 auto;
}	
#logo {
margin-top:-50px;
width:100px !important;
padding:0px !important;
height:50px;


}
.img-responsive{
margin:0 auto;
}
.img-responsive2{
margin:0px auto 10px;
width:100%;
padding:5px;
background:#fff;

}
.img-responsive3{
margin:0 auto;
width:100%;
}

#top{
/*margin:0px auto 0px;*/
float:right;
margin-top:20px;
margin-right:-20px;

}
#top-links li i {
font-size:16px;
line-height:26px;
width:26px;
height:26px;

}

#top .btn-link, #top-links li, #top-links a {
font-size:14px;
}
#search {
margin:0px 0px;
padding:0 0px;
max-width:120px !important;
}
#cart {
	margin-top: 0px;
	padding:0px 0px;
}
#search .input-lg {
	height: 32px;
	line-height: 20px;
	padding: 0 5px;
	

		margin-top:-40px;
	right:20px;
	 width:150px;
}
#search .btn-lg {
	margin-top:-40px;
		padding: 7px 10px;
 right:0px;
 margin-right:0px;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #fff;
	background-color: #F89522;
	background-repeat: repeat-x;
}
#top-links .dropdown-menu {
right:0px;
z-index:99999;
}

#menu {
width:100px;
margin-top:-65px;
padding:0px !important;

	}
	#menu #category {
	float: left;
	padding-left:3px;
	font-size: 14px;
	font-weight: 600;
	line-height: 14px;
padding-top:5px;
}
	#menu .navbar-toggle{
	padding-top:18px;
	}
	#menu .dropdown-menu {
width:100% !important;
right:0px !important;
margin-top:0px;


}

#menu .dropdown-inner {
	 max-height: 300px !important;

}



	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}

	#menu .dropdown-inner {
		display: block;
	}


#menu .btn-navbar {
	margin-top:24px;
	padding: 1px 4px !important;
}




#slideshow0{
margin-top:-10px;
}
}
/* content */
#content {
	min-height:500px ;
	float:left;
	/*background:#fff;
	padding:5px 10px 15px 10px !important;
	margin-bottom:20px;
	border-radius:10px;*/
		position: relative;
	display: inline-block;
	overflow: hidden;
	/* box-shadow: 0 3px 10px rgb(0 0 0 / 0.2);*/
		margin-top:0px;
	padding-bottom:50px;
}

.m-b-20{


margin-left:-40px;
}

footer {
	margin-top: 0px;
	padding-top: 30px;
	font-family:Arial, Helvetica, sans-serif;
	/*background-image: url("../image/bg-footer.jpg");
	 background-repeat: repeat;*/
	 background:#9C7329;
	color: #fff;

	padding-bottom: 0px;
margin-bottom: -30px;
}


footer hr {
	border-top: none;
	border-top:1px solid #fff;
	margin-top:10px;

}
.subfooter{
padding:15px 5px 5px 5px;
}
footer .fa-2x{
	font-size:24px;
}
.link-3{
font-size:14px;
}
.link-2{
color:#111 
}
.link-2:hover{
color:#F3BE65
}
footer a, footer i {
	color: #fff ;
}
.subfooter a {
	color: #fff ;
}
footer p, .subfooter p{
	font-size:11px;
	line-height:15px;
	text-align:center;
	color: #fff  ;
}
footer a:hover {
	color: #fff  ;
}
footer h5 {
	font-size: 24px;
	font-weight: bold;
	color: #fff  ;
}
footer ul.list-unstyled {
	font-size: 15px;
	line-height:22px;
	font-weight: 400;
	color: #fff  ;
}
footer h6 {
	font-size: 15px;
	line-height:26px;
	font-weight: 400;
	color: #fff  ;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
#product-search{
	min-height:600px ;
	}

@media (max-width: 860px) {
footer {
text-align:center;

}

.container .breadcrumb{
border-top:0px solid #9F7838;
width:100%;
margin-top:10px;
padding:0px;}
#content {
	min-height: 600px !important;
	width:100%;
	float:left;
	margin-top:30px;
	margin-bottom:30px;
}
}

/* breadcrumb */
.breadcrumb {
margin-top:0px;
	padding:5px 0;
	background:none;
	text-align:right;
	margin-bottom:0px;
	float:right;
	background-color:none !important;

}
.breadcrumb i {
	font-size: 16px;
	color:#111;
}
.breadcrumb > li {
	padding: 0 10px;
	position: relative;
	white-space: nowrap;
	margin-top:10px;
	
}
.breadcrumb > li a{
font-weight:400;
font-size:14px;
	color:#111;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: 10px;
	right: -5px;
	width: 8px;
	height: 8px;
	border-right: 1px solid #111;
	border-bottom: 1px solid #111;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.breadcrumb > li:last-child:after
{
  content: '';
  display: none;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fff;

	background-color: #9F7838;
	background-repeat: repeat-x;
}
.btn-default2 {
	background-color:#FFFBF5; 
	border:0px solid #ccc;
}
.btn-default2 i{
padding:2px;
font-size:26px;
}
.form-group{
font-size:16px;
line-height:24px;}
.btn-primary {
	color: #ffffff;

	background-color: #9F7838;
	background-repeat: repeat-x;

}
.btn-default:hover, .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color:#9F7838;
	border:1px solid #9F7838;
	background-position: 0 -15px;
	color: #fff;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #daa520;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #9F7838;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #6BB201;

}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #daa520;
}
/* list group */
.magp-30{  margin-top:50px;
font-size:24px;
line-height:30px;
margin-bottom:0px;}
.list-group a {
	color: #444;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	padding: 10px 5px;
	background:none;
	border-top:0px solid #fff;
	 border-bottom:0px solid #fff;
	 text-transform:uppercase;
}
.list-group {
	 border-bottom:1px solid #9F7838;
	  border-left:0px solid #9F7838;
	   border-right:0px solid #9F7838;
	 border-radius: 0px;
	  border-top:1px solid #9F7838;
	 
}
.list-group a.active, .list-group a.active:hover {
	color: #9F7838;

}
.list-group a.active.sub, .list-group a.active.sub:hover, .list-group a:hover{
	color: #9F7838;
	font-weight:500;
	

}
.top-100{
margin-top:-260px;
}
.top-150{
margin-top:-160px;
}
.top-200{
margin-top:-320px;
}
.top-20{
margin-top:20px;
}
.text-b{
color:#333333!important;
    }
.top-menu1{
background:#FF0000;
padding:5px;
font-size:14px;
font-weight:600;
line-height:24px;
color:#fff;
max-width:280px;
text-align:center;
 border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.top-menu2{
background:#F89522;
padding:5px;
font-size:14px;
font-weight:600;
line-height:24px;
color:#fff;
max-width:280px;
text-align:center;
 border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.top-menu3{
background:#33CCFF;
padding:5px;
font-size:14px;
font-weight:600;
line-height:24px;
color:#fff;
max-width:280px;
text-align:center;
 border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.top-menu4{
background:#66CC00;
padding:5px;
font-size:14px;
font-weight:600;
line-height:24px;
color:#fff;
max-width:280px;
text-align:center;
 border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.top-menu-main{
background:#0066CC;
padding:5px;
font-size:14px;
font-weight:600;
line-height:24px;
color:#fff;
text-align:center;
max-width:280px;
 border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.menu-box{
background:#fff;
padding:4px;
margin-bottom:10px;
min-height:320px;
}
.menu-box2{
background:#fff;
padding:4px;
height:100%;
}
.pad-top-30{
margin-top:-35px;
}
.price2{
color:#962e35;
font-size:18px;
font-weight:500;
line-height:30px;
text-align:center;
font-weight:600;
height:30px !important;
}

.caption p.price{
margin-top:0px;
color:#962e35;
font-size:16px;
font-weight:600;
min-height:30px;
}
.caption h5{
min-height:70px;
}
.caption h5 a{
color:#111;
font-size:14px;
line-height:20px;
}
.caption h4{
min-height:40px;
}
.caption h4 a{
color:#9F7838;
font-size:16px;
line-height:22px;
font-weight:600;
}
#common-home2{
padding:30px 0;}
    .container2 {
        display: flex;
        align-items: center;
        justify-content: center
      }
      .img22 {
        max-height: 100px;
		width:auto;
      }
      .image2 {
        flex-basis: 40%
      }
      .text {
        font-size: 16px;
        padding-left: 20px;
      }
.btn-lg2{
  display: inline-block;
  font-size: 16px;font-weight: 600;
  background: -webkit-linear-gradient(right, #9F7838 ,#f8c166); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #9F7838, #f8c166); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #9F7838, #f8c166); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #9F7838 , #f8c166); /* Standard syntax */
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border:1px solid #f8c166 }
  .btn-lg2:hover, .btn-lg2:focus, btn-lg2:active{
   background: -webkit-linear-gradient(right, #f8c166 ,#dc3224); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #f8c166, # dc3224); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #f8c166, #9F7838); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #f8c166 , #9F7838); /* Standard syntax */
    color: #fff !important; }
	
.btn-lg3{
  display: inline-block;
  font-size: 16px;font-weight: 600;
  background: -webkit-linear-gradient(left, #9F7838 ,#f8c166); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #9F7838, #f8c166); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #9F7838, #f8c166); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, #9F7838 , #f8c166); /* Standard syntax */
  color: #fff;
  border-radius: 5px;
  padding: 8px 20px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border:1px solid #f8c166 }
  .btn-lg3:hover, .btn-lg3:focus, btn-lg3:active{
   background: -webkit-linear-gradient(left, #f8c166 ,#dc3224); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(left, #f8c166, # dc3224); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(left, #f8c166, #9F7838); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to left, #f8c166 , #9F7838); /* Standard syntax */
    color: #fff !important; }	
hr{
margin-top:-3px;
margin-bottom:10px;
width:90%;

border-color:#ccc;
}
.margbot30{
margin-bottom:30px;}
.price3{
color:#B90000;
font-size:14px;
line-height:16px;
}
.caption h6 a{
color:#111;
font-size:10px;
line-height:14px;
}

.right-line {
  position: relative;
}

.right-line:after {
  content: '';
  height:85%; 
  width: 1px;

  position: absolute;
  right: 0;
  top: 30px;

  background-color: #ccc; 
}
.right2-line {
  position: relative;
}

.right2-line:after {
  content: '';
  height:88%; 
  width: 1px;

  position: absolute;
  right: 0;
  top: 30px;
  background-color: #ccc; 
}
.right3-line {
  position: relative;
}

.right3-line:after {
  content: '';
  height:88%; 
  width: 1px;

  position: absolute;
  right: 0;
  top: 30px;
  background-color: #ccc; 
}
.left-line {
  position: relative;
}

.left-line:after {
  content: '';
  height:90%; 
  width: 1px;

  position: absolute;
  left: 0;
  top: 30px;

  background-color: #ccc; 
}
.image2{
max-width:100px;
margin:0 auto;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 0px;
	margin-bottom: 0px;
	overflow: auto;

}
.product-thumb .image {
	text-align: center;
	
}
.product-thumb:hover .image {
	text-align: center;
	
}

.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 1;
	
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
	background:#fff;
}
.product-grid .product-thumb .image {
	float: none;
}
.product-layout2{
background:none;
padding:0px 0px;
margin:15px 4px;
min-height:200px;
border:1px solid #111
 -webkit-box-shadow: -1px 6px 11px -5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 6px 11px -5px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 6px 11px -5px rgba(0, 0, 0, 0.2);

}
.product-layout2:hover{
border:1px solid #111
 -webkit-box-shadow: -1px 6px 11px -5px rgba(0, 0, 0, 0.67);
  -moz-box-shadow: -1px 6px 11px -5px rgba(0, 0, 0, 0.67);
  box-shadow: -1px 6px 11px -5px rgba(0, 0, 0, 0.67);

}
@media (min-width: 861px) {

.product-list .product-thumb .image {
	float: left;
	padding: 0 10px;
}
}
.product-thumb h4 {
	font-weight: 400;
	font-size:16px;
	line-height:22px;
	text-align:center;
}
.product-thumb .caption {
	padding: 0 5px;

}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	padding: 0 10px;
}
.img-full{
width:100%;
}
.product-layout2{
/*min-height:330px;*/

}
}
@media (max-width: 860px) {
.caption h4{
min-height:30px;
}
.caption h4 a{
font-size:16px;
line-height:22px;
}
.product-thumb .image {
	padding: 0 0px;
	background:#FFFFFF !important;
}
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
.img-auto{
width:100%;
}
.product-layout2{
/*min-height:360px;*/

}

.box1{
padding:10px 15px;
background:#9F7838;
font-weight:600;
color:#fff;
font-size:20px;
  border-top-left-radius:5px;
  border-top-right-radius: 5px;
}

.list-group a {
	color: #444;
	font-size:16px;
	line-height:24px;
	font-weight:400;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #daa520;

}
.same-img{
width:33.33%;
padding:6px 6px 6px 6px;
}
.same-img11{
width:33.33%;
}
.same-img12{
width:33.33%;
padding:6px 6px 6px 6px;
}
.same-img33{
padding:0px 0px;
}
.img-full{
padding:6px 6px;
}
.right3-line {
  position: relative;
}

.right3-line:after {
  content: '';
  height:88%; 
  width: 0px;

  position: absolute;
  right: 0;
  top: 30px;
  background-color: #fff; 
}
}
@media (max-width: 720px) {
.top-m200{
margin-top:-260px;
-webkit-margin-before: -300px;
}

}
@media (max-width: 680px) {
.top-m200{
margin-top:-280px;
-webkit-margin-before: -320px;
}

}
@media (max-width: 580px) {
.top-m200{
margin-top:-320px;
-webkit-margin-before: -380px;
}

}
@media (max-width: 520px) {
.top-m200{
margin-top:-340px;
-webkit-margin-before: -400px;
}
}
@media (max-width: 480px) {
.top-m200{
margin-top:-360px;
-webkit-margin-before: -430px;
}
.caption h5{
min-height:40px;
}
.caption h5 a{
font-size:14px;
line-height:20px;
}
.caption h4{
min-height:30px;
line-height:20px !important;
}
.caption h4 a{
font-size:16px;
line-height:20px !important;
}
.caption p.price{
font-size:16px !important;
min-height:40px;
}
.price2{
color:#962e35;
font-size:16px;
line-height:16px !important;
height:30px !important;
font-weight:600;
}
.product-thumb .price-new {
font-size:16px !important;
line-height:16px !important;
font-weight:600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 5px;
	text-align:center;
	font-size:11px;
	line-height:16px !important;
	
	}
#v-nav >ul
{
    width: 10%;

}

#v-nav >ul >li
{
    padding: 0px 0px 20px 2px !important;  
}




#v-nav >div.tab-content
{
    margin-left: 10%;
	width:90%;
    padding: 10px;
}
}
@media (max-width: 420px) {
.top-m200{
margin-top:-400px;
-webkit-margin-before: -400px;
}
.price2{
color:#962e35;
font-size:14px;
line-height:16px;
height:35px !important;
}

.product-thumb .price-new {
font-size:16px !important;
line-height:16px !important;

}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 2px;
	text-align:center;
	font-size:10px;
	line-height:16px !important;
	
	}
}
@media (max-width: 360px) {
.top-m200{
margin-top:-430px;
-webkit-margin-before: -480px;
}

}
@media (max-width: 320px) {
.top-m200{
margin-top:-450px;
-webkit-margin-before: -500px;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
	text-align:center;
}
.product-thumb .price-new {
	font-weight: 500;
	font-size:18px;
	line-height:30px !important;
	color:#962e35;
	text-align:center;
	font-weight:600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 5px;
	text-align:center;
	font-size:12px;
	line-height:16px !important;
	font-weight:500;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 860px) {
.desk{
	display:none!important;;
	}
	.mob{
	display:block!important;;
	}
	.product-list .product-thumb .button-group {
		border-left: none;
	}
.text-center2{
margin:0 auto;
text-align:center;
padding-bottom:10px;
}

footer p, .subfooter p{
	text-align:center;
}
}
.product-thumb .button-group button {
	width: 100%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #9F7838;
	color: #fff;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #fff;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-color: #996C36;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}
}
@media (max-width: 860px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 100%;
	}

.product-thumb .button-group button {

	color: #fff;
	font-size:14px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	padding:5px 0;
}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 0px;
}
.thumbnails {
	margin-left: 0px;
}
.thumbnails > img {
	width: 100%;
	border:0px solid #ddd;
}

.image-additional a {
	margin-bottom: 0px;
	padding: 0px;
	display: block;
	border: 0px solid #ddd;
	
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 16px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 861px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 861px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #000000;
}

.img-thumbnail2 {
    display: inline-block;
    max-width: 100%;
    min-height: 150px;
    padding: 0px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 0px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.no-padding {
    padding: 0!important;
}
.about-us {
	background:#fff;
}
.about-us-left {
padding:25% 40px 60px 107px;
}
.about-us-left2 {
    
}
.about-us-right2 {

}
.about-us-right {
padding: 25% 40px 60px 107px;
}
.section-title-left2 {
    font-size: 30px;
    line-height: 40px;
	font-weight:600;
    color: #111;
    text-transform: uppercase;
    position: relative;
}
#content2{
margin-top:0px;}
.img-l2{
width:140px;}
.img-22{
width:auto;
height:160px;}
@media (max-width: 860px) {
.img-thumbnail2 {
   min-height: 200px;

}
.img-22{
width:auto;
height:100px;}
}
@media only screen and (min-width: 768px) and (max-width: 991px) { 
.about-us-right .media p {
  font-size: 14px;
  line-height: 20px;
}
.about-us-right .media {
  margin-top: 30px;
}
.about-us-right .media .fa::before {
  font-size: 25px;
  height: 50px;
  line-height: 50px;
  width: 50px;
}
.about-us-right .media-heading {
  margin-bottom: 8px;
}

.about-us-left , .about-us-right {
  padding: 15% 15px 0;
}
.img-l2{
width:120px;}
}

@media only screen and (max-width: 767px) { 

.img-l2{
width:70px;}
}
@media only screen and (min-width: 480px) and (max-width: 767px) { 


.about-us-left , .about-us-right {
  padding: 14% 15px 0;
}
.section-title-left2 {
    font-size: 15px;
    line-height: 24px;
	margin-bottom:0px;
}

.section-title {
  font-size: 16px;
    line-height: 24px;
    color: #111;
    margin-bottom: 50px;
    position: relative;
}
.section-title-left {
 font-size: 16px;
    line-height: 24px;
    color: #111;
    margin-bottom: 50px;
    position: relative;
}
.about-us-right p, .about-us-left p{
line-height:16px;
font-size:12px;
}

}


@media (max-width: 479px) { 

.about-us-left , .about-us-right {
  padding: 9% 15px 0;
}
.section-title-left2 {
    font-size: 13px;
    line-height: 20px;
	margin-bottom:0px;


}
.about-us-right p, .about-us-left p{
line-height:16px;
}
.section-title {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 50px;
    letter-spacing: 1px;

    position: relative;
}
.section-title-left {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    margin-bottom: 50px;
    letter-spacing: 1px;
    position: relative;
}
.about-us-right p, .about-us-left p{
line-height:15px;
font-size:12px;
}
}


		.whatsapp a{
text-align:right;
float:right;
opacity:8;

width:45px;
    z-index: 99999; 
	display:block;
	position:fixed;
	bottom:10px;	
	right:10px;
}

		.column {
    float: left;
    width: 16.667%;
	padding:15px;
	text-align:center;
	color:#333;
}
		.column a{
	text-align:center;
	color:#9F7838;
	font-weight:600;
}
		.column a:hover{
	text-align:center;
	color:#C18A3D;
}
.portfolio-box2 {display: block;position: relative;margin: auto;overflow: hidden;border:0px solid #C18A3D; padding:6px}
.portfolio-box2:before{z-index:1;content:"";position:absolute;left:10px;right:10px;top:10px;bottom:10px;border-top:0px solid #C18A3D;border-bottom:0px solid #C18A3D;transform:scale(1,1);-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;}
.portfolio-box2:after{z-index:1;content:"";position:absolute;left:10px;right:10px;top:10px;bottom:10px;border-left:0px solid #C18A3D;border-right:0px solid #C18A3D;transform:scale(1,1);-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;}
.portfolio-box2:hover:before{transform:scale(0,1);-moz-transform:scale(0,1);-webkit-transform:scale(0,1);-ms-transform:scale(0,1)}
.portfolio-box2:hover:after {transform:scale(1,0);-moz-transform:scale(1,0);-webkit-transform:scale(1,0);-ms-transform:scale(1,0)}

/****** Zoom Effect ******/
.portfolio-box2.zoom-effect .portfolio-box-caption{}
.portfolio-box2.zoom-effect img{-webkit-filter: grayscale(0%);filter: grayscale(0%);-webkit-transition: 0.5s ease;transition: 0.5s ease;}
.portfolio-box2:hover.zoom-effect img{-webkit-filter: grayscale(0);filter: grayscale(0);-webkit-transform:scale(1.06); /* Safari and Chrome */-moz-transform:scale(1.06); /* Firefox */-ms-transform:scale(1.06); /* IE 9 */-o-transform:scale(1.06); /* Opera */transform:scale(1.06);}


.portfolio-box .portfolio-box-caption {display: block;position: absolute;bottom: 0;width: 100%;height: 100%;text-align: center;color: #fff;-webkit-transition: all .35s;-moz-transition: all .35s;transition: all .35s;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {position: absolute;top: 50%;width: 100%;text-align: center;transform: translateY(-50%);}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-social,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {padding:0 15px;font-weight: 600;letter-spacing: 2px;text-shadow: 2px 2px #111;}	
.portfolio-box {display: block;position: relative;margin: auto;overflow: hidden;border:1px solid #C18A3D; padding:6px}
.portfolio-box:before{z-index:1;content:"";position:absolute;left:10px;right:10px;top:10px;bottom:10px;border-top:0px solid #C18A3D;border-bottom:0px solid #C18A3D;transform:scale(1,1);-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;}
.portfolio-box:after{z-index:1;content:"";position:absolute;left:10px;right:10px;top:10px;bottom:10px;border-left:0px solid #C18A3D;border-right:0px solid #C18A3D;transform:scale(1,1);-moz-transform:scale(1,1);-webkit-transform:scale(1,1);-ms-transform:scale(1,1);transition:all 0.4s ease-in-out 0s;-moz-transition:all 0.4s ease-in-out 0s;-webkit-transition:all 0.4s ease-in-out 0s;}
.portfolio-box:hover:before{transform:scale(0,1);-moz-transform:scale(0,1);-webkit-transform:scale(0,1);-ms-transform:scale(0,1)}
.portfolio-box:hover:after {transform:scale(1,0);-moz-transform:scale(1,0);-webkit-transform:scale(1,0);-ms-transform:scale(1,0)}

/****** Zoom Effect ******/
.portfolio-box.zoom-effect .portfolio-box-caption{}
.portfolio-box.zoom-effect img{-webkit-filter: grayscale(0%);filter: grayscale(0%);-webkit-transition: 0.5s ease;transition: 0.5s ease;}
.portfolio-box:hover.zoom-effect img{-webkit-filter: grayscale(0);filter: grayscale(0);-webkit-transform:scale(1.06); /* Safari and Chrome */-moz-transform:scale(1.06); /* Firefox */-ms-transform:scale(1.06); /* IE 9 */-o-transform:scale(1.06); /* Opera */transform:scale(1.06);}


.portfolio-box .portfolio-box-caption {display: block;position: absolute;bottom: 0;width: 100%;height: 100%;text-align: center;color: #fff;-webkit-transition: all .35s;-moz-transition: all .35s;transition: all .35s;}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {position: absolute;top: 50%;width: 100%;text-align: center;transform: translateY(-50%);}

.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-social,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {padding:0 15px;font-weight: 600;letter-spacing: 2px;text-shadow: 2px 2px #111;}	
	
.img-same{
display:inline-block;
float:left;
}	
.bg22{
padding:5px;
background:rgba(0,0,0,0.8);
	position: relative;
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	height: auto; }
.text2{

}	
	@media(max-width:860px) {
	.tp-m4{margin-top:0%;}
			.column {
    float: left;
    width: 33.33%;
	padding:5px 12px;
	min-height:260px !important;
}
#menu #category {

	font-size: 12px;
	font-weight: 600;
	line-height: 14px;


}
	
	.pull-right-2 a{
text-align:center;
float:left;
background:#990000;
opacity:1;
color:#FFFFFF;
border-radius:0px;
padding:2px 10px;
font-size:20px;
    z-index: 999999; 
	display:block;
	position:fixed;
margin-top:0px;
bottom:0px;	
font-weight:bold;
width:25%;
margin-left:0%;
}
.pull-right-2 a:hover{
color:#FFFFFF;
background:#CC0000;
opacity:1;
text-decoration:none;

}
.pull-right-3 a{
text-align:center;
float:left;
background:#31B020;
opacity:1;
color:#FFFFFF;
border-radius:0px;
padding:2px 10px;
font-size:20px;
    z-index: 999999; 
	display:block;
	position:fixed;
margin-top:0px;
bottom:0px;	
font-weight:bold;
width:25%;
margin-left:25%;
}
.pull-right-3 a:hover{
color:#FFFFFF;
background:#66CC33;
opacity:1;
text-decoration:none;

}
.pull-right-4 a{
text-align:center;
float:left;
background:#4267A9;
opacity:1;
color:#FFFFFF;
border-radius:0px;
padding:2px 10px;
font-size:20px;
    z-index: 999999; 
	display:block;
	position:fixed;
margin-top:0px;
bottom:0px;	
font-weight:bold;
width:25%;
margin-left:50%;
font-weight:bold;
}
.pull-right-4 a:hover{
color:#FFFFFF;
background:#003399;
opacity:1;
text-decoration:none;

}
.pull-right-5{
text-align:center;
float:left;
background:#9F7838;
opacity:1;
color:#FFFFFF;
border-radius:0px;
padding:2px 10px;
font-size:20px;
    z-index: 10001; 
	display:block;
	position:fixed;
margin-top:0px;
bottom:0px;	
font-weight:bold;
width:25%;
margin-left:75%;
font-weight:bold;
height:28px;
}
footer {
	padding-bottom: 30px;

}
box3{
  text-align: center;
  border: 3px solid green;
  }
  #fb-root .fb_dialog {
    bottom: 30px !important;
}
#logo {
margin-left:0.5%;

}
.back-to-top {

	/*background:url(../image/up.png);*/
    opacity:0.9;
  /* bottom:0px;
	display:block;
	/*font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	height: 60px;
	position: fixed;
	right: 10px;
	text-align: center;
	text-decoration: none;
	width: 60px;
	z-index: 9999;

  bottom: 0px;
  width:25%;
  right: 1px;
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
height: 30px;font-size: 25px;*/
    z-index: 10008; 
	display:block;

color:#fff;height: 32px!important;

width:100% !important;
		}	.back-to-top:hover {	
		
	opacity:1;
		}
		
		.back-to-top i{
		font-size:18px;
		line-height:24px}
}
.box4 h3, .price-old-live {
font-weight:600;
}
	@media(max-width:560px) {
.box5{
padding:15px 5px 10px 5px;
  width:33.33%;
  vertical-align: middle;
  font-size:12px;
line-height:16px;

}
#logo {
margin-left:-12.0%;

}
h3 {
	font-size: 24px;
	line-height:34px;

}
.box4 h3 {
	font-size: 24px;
	line-height:34px;
	
}
}
	@media(max-width:520px) {
			.column {
    float: left;
    width: 33.33%;
	padding:5px 5px;
	min-height:190px !important;
}
			.column .text2{
			font-size:12px !important;
			line-height:16px !important;
}
#logo {
margin-left:-15.0%;

}
}
	@media(max-width:420px) {
			.column {
    float: left;
    width: 33.33%;
	padding:5px 5px;
	min-height:160px !important;
}
#logo {
margin-left:-20.0%;

}
}
	@media(max-width:380px) {

#logo {
margin-left:-25.0%;

}
#top-links a + a {
	margin:0px !important;
		padding:0px !important;

}
}
	@media(max-width:340px) {

#logo {
margin-left:-34.0%;

}

}
.product-new-price{
	font-size: 24px;
    font-weight: 600;
	color:#CA0000;
}
.product-old-price{
	font-size: 14px;
	text-decoration: line-through;
	color: #777;
	padding: 0 5px;
}
.product-discount-box{
	display: inline;
    padding-left: 5px;
}
.product-discount{
    background-color:#CA0000;
    border-radius: 3px;
    border: 1px solid #CA0000;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
    margin-top: 1px;
    padding: 3px 5px 2px;
    position: absolute;
    top: auto;
  
}
.box67{
display:block;
padding:15px 10px 2px;
background:#f8f8f8}
.sidenav2 {
  display: none;
  height: 100% !important;
  width: 320px;
  position: fixed;
  z-index: 999999999999999999;
  top: 0;
  left: 0;
  background-color: #9C7329;
  overflow-x: hidden;
  padding-top: 30px;
  
}

.sidenav2 a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #f1f1f1;
  display: block;
}

.sidenav2 a:hover {
  color: #fff;
}

.sidenav2 .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav2 {padding-top: 15px;}
  .sidenav2 a {font-size: 18px;}
}