/*
Theme Name: Athy Furniture
Theme URI: http://www.themeurl.com/
Author: Vision Identity Team
Author URI: http://www.visionidentity.com
Version: 1.0
*/


* {
	margin:0;
	padding:0;
	outline:none;
}

body {
    font-family:'MyriadPro-Regular';
	color:#fff;
}


img {
	max-width:100%;
	border:none;
	height:auto;
}

a {
	text-decoration:none;
	color:#000;
}

h1 {font-size: 24px;}	
h2 {font-size: 22px;}
h3 {font-size: 20px;}
h4 {font-size: 18px;}
h5 {font-size: 16px;}
h6 {font-size: 15px;}	

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	line-height: 1.2;
}

@font-face {
    font-family:'MyriadPro-Regular';
    src: url('fonts/MyriadPro-Regular.eot');
    src: url('fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/MyriadPro-Regular.woff2') format('woff2'),
         url('fonts/MyriadPro-Regular.woff') format('woff'),
         url('fonts/MyriadPro-Regular.ttf') format('truetype'),
         url('fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family:'MyriadPro-Samibold';
    src: url('fonts/MyriadPro-Samibold.eot');
    src: url('fonts/MyriadPro-Samibold.eot?#iefix') format('embedded-opentype'),
         url('fonts/MyriadPro-Samibold.woff2') format('woff2'),
         url('fonts/MyriadPro-Samibold.woff') format('woff'),
         url('fonts/MyriadPro-Samibold.ttf') format('truetype'),
         url('fonts/MyriadPro-Samibold.svg#MyriadPro-Samibold') format('svg');
    font-weight: normal;
    font-style: normal;

}
.page-title, .summary h1, .entry-title  {  color: #fff;
    float: left;
    font-family: "MyriadPro-Samibold";
    font-size: 18px;
    font-weight: normal;
    padding: 10px 0 10px 10px !important;
	 background: #0b0604 none repeat scroll 0 0;
    margin-bottom: 11px;
    text-align: left;
    width: 100%;
	box-sizing:border-box;	
	}
	
/*--------------------------------------------------------------BY SBT-----------------------------------------*/
.woocommerce ul.products li.product a img { margin:0;}
.woocommerce ul.products li.product h3 { background:#000; color:#fff; width:100%; text-align:center;}
.woocommerce ul.products li.product h3:hover { background:#dfc94e;}
.woocommerce ul.products li.product .price { background:#dfc94e; border-radius:5px; padding:8px 24px; text-align:center; display:inline; color:#fff;}
.woocommerce ul.products li.product .button { margin-top:4px;}
.woocommerce-tabs { display:none;}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom:1;
}

.one-full { 
	margin:0 -10px;
}

.one-full .one-one, 
.one-full .one-two, 
.one-full .one-half, 
.one-full .one-three, 
.one-full .one-four, 
.one-full .one-five, 
.one-full .one-six, 
.one-full .one-seven, 
.one-full .one-eight, 
.one-full .one-nine, 
.one-full .one-ten,
.one-full .one-third, 
.one-full .one-fourth, 
.one-full .one-fifth 
	{ 
	padding:0 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

.one-one, .one-two, .one-half, .one-three, .one-four, .one-five, .one-six, .one-seven, .one-eight, .one-nine, .one-ten,
.one-third, .one-fourth, .one-fifth
 { 
	float:left;
	min-height:1px;
}

.one-half { 
	width:50%;
}

.one-two { 
	width:20%;
}

.one-three { 
	width:30%;
}

.one-four { 
	width:40%;
}

.one-five { 
	width:50%;
}

.one-six { 
	width:60%;
}

.one-seven { 
	width:70%;
}

.one-eight { 
	width:80%;
}

.one-nine { 
	width:90%;
}

.one-ten { 
	width:100%;
}

.one-third { 
	width:33.33333%;
}

.one-fourth { 
	width:25%;
}

.one-fifth { 
	width:20%;
}
/*=========== Wraper ===========*/

.wrap {
	float:left;
	width:100%;
}

.container {
	margin:0 auto;
	max-width:1100px;
}

/*=========== Header ===========*/

.header-wrap {
	float:left;
	width:100%;
	background:#0b0604;
	border-bottom:10px solid #dfc94e;
}

.header {
	float:left;
	padding:0 54px;
}

.header-top {
	float:left;
	width:100%;
	padding-bottom:47px;
}

.head-left {
	float:left;
	width:220px;
	margin-right:50px;
}

.logo {
	float:left;
	width:100%;
	padding-top:20px;
}

.logo a {
	display:block;
}

.logo img {
	width:220px;
}

.head-right {
	float:left;
	width:710px;
}

.head-fb {
	float: right;
    padding-top: 7px;
    width: 24px;
}

.fb-icon {
	background:url(images/fb-icon.png) no-repeat;
	width:24px;
	height:24px;
	float:right;
}

.fb-icon:hover {
	opacity:.8;
}

.head-info {
	float:left;
	width:100%;
}

.contact-info {
	float:left;
	width:350px;
	padding:71px 20px 0 0;
}

.number {
	float:left;
	padding-left:2px;
}

.contact-info p {
	float:left;
	font-size:16px;
	color:#fff;
}

.contact-info a {
	color:#fff;
}

.contact-info a:hover {
	text-decoration:underline;
}

.contact-info b {
	font-weight:normal;
	color:#dfc94e;
}

.mail-id {
	float:right;
}

.head-search {
	float: left;
    padding-top: 57px;
    width: 187px;
}

.search-in {
	float:left;
	width:100%;
	position:relative;
}

.search-in input[type="text"], .search-field {
	border: 1px solid #dfdcdc;
    color: #dfdcdc;
    font-size: 16px;
    padding: 6px 37px 6px 10px;
    width: 150px;
}

.search-icon, .search-in input[type="submit"] {
	background: rgba(0, 0, 0, 0) url("images/search-icon.png") no-repeat scroll 0 0;
    display: block;
    height: 18px;
    position: absolute;
    right: 0;
    top: 8px;
    width: 18px;
	text-indent:-999px;
	border:none;
}

.header-bottom {
	float:left;
	width:100%;
	padding-bottom:6px;
}

.main-menu {
	float: left;
    text-align: right;
    width: 84.5%;
}

.main-menu ul {
	
}

.main-menu ul li  {
	list-style:none;
	display:inline-block;
	margin-right:34px;
	position:relative;
}

.main-menu ul li:last-child  {
	margin-right:0px;
}

.main-menu ul li a {
	float:left;
	color:#fff;
	font-size:18px;
}

.active {
	color:#dfc94e !important;
}


/*================= Slider =================*/

.slider-wrap {
	float:left;
	width:100%;
	margin-bottom:2px;
}

.slider {
	float:left;
	width:100%;
	position:relative;
}

.slider-img {
	float:left;
	width:100%;
}

.slider-img img {
	width:100%;
	display:block;
}

.slider-caption, .an-slide-caption {
	position:absolute;
	top:102px;
	right:93px;
	width:270px;
}

.caption-in, .an-slide-caption-inn {
	float:left;
	width:100%;
}

.caption-title, .an-slide-title {
	float:left;
	width:100%;
	background:url(images/yellow-trans.png) repeat;
	text-align:center;
	padding:9px 0 11px;
	margin-bottom:4px;
	font-size:24px;
}

.caption-title h1 {
	color:#fff;
    font-family:'MyriadPro-Samibold';
	font-weight:normal;
}

.caption-desc, .an-slide-description {
	float:left;
	width:100%;
	padding:20px 8px 8px 12px;
	background:url(images/black-trans.png) repeat;
	box-sizing:border-box;
}

.caption-desc p, .an-slide-excerpt {
	color:#fff;
	font-size:12px;
	padding-bottom:17px;
}

.caption-link, .an-slide-link a {
	background:#dfc94e;
	padding:5px 10px;
	font-size:12px;
	color:#fff;
	text-align:center;
	float:right;
}

.caption-link:hover, .an-slide-link a:hover {
	color:#000;
}


/*================= Main Content =================*/

.content-wrap {
	float:left;
	width:100%;
}

.main-content {
	float:left;
	width:100%;
	/*margin-bottom:4px;*/
}

.content-in {
	float:left;
	width:100%;
}

.product-wrap {
	float:left;
	width:100%;
}

.product-box {
	float:left;
	width:25%;
	padding-right:2px;
	position:relative;
	box-sizing:border-box;
}

.product-box:last-child {
	padding-right:0px;
}

.product-box img {
	width:100%;
}

.product-box a {
	display:block;
}

.product-link {
	position:absolute;
	bottom:4px;
	left:0;
	width:100%;
	padding-right:2px;
	box-sizing:border-box;
}

.paddind-0 {
	padding-right:0px !important;
}

.product-link p {
	background:url(images/white-trans.jpg) repeat;
	text-align:center;
	padding:9px 0;
	color:#191412;
	font-size:18px;
}

/*.product-box:hover .product-link p  {
	color:#fff;
	background:url(images/black-trans.png) repeat;
}*/

.product-img {
	
}

.product-link-hover {
	position:absolute;
	bottom:4px;
	left:0;
	width:100%;
	padding-right:2px;
	box-sizing:border-box;
	visibility:hidden;
	opacity:0;
}

.product-link-hover p {
	background:url(images/black-trans.png) repeat;
	text-align:center;
	padding:9px 0;
	color:#191412;
	font-size:18px;
}

.product-box:hover .product-link  {
	opacity:0;
}

.product-box:hover .product-link-hover  {
	opacity:1;
	visibility:visible;
	transition: all 0.3s linear 0s;
}

.product-box:hover .product-link-hover p {
	color:#fff;
}

/*================= Footer ==============*/

.footer-wrap {
	float:left;
	width:100%;
	background:#0b0604;
}

.footer {
	float:left;
	width:100%;
	padding:20px 0 10px;
}

.footer-in {
	float:left;
	width:100%;
}

.footer-in-1 {
	float:left;
	width:100%;
}

.footer-in-2 {
	float:left;
	width:100%;
	display:none;
}

.f-col-1 {
	float:left;
	padding:15px 130px 15px 0;
	border-right:1px solid #272422;
	margin-right:90px;
}

.f-col-2 {
	float:right;
	padding:15px 120px 15px 0;
	border-right:1px solid #272422;
	margin-right:90px;
}

.f-col-3 {
	float:right;
	padding:15px 0px 15px 0;
	margin-left:55px;
}

.footer p {
	color:#dddddd;
	font-size:12px;
}

.footer span {
	color:#c5bcbc;
	font-size:12px;
	margin-left:10px;
}

.footer a {
	color:#dddddd;
}

.footer a:hover {
	color:#dfc94e;
}

.color-yellow {
	color:#dfc94e !important;
	margin-bottom:3px;
}


/*================= Full Page ==============*/

.article {
	float:left;
	width:100%;
}

.entry-title {
	float:left;
	width:100%;
}

.entry-title h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 , .entry-content h6 {
	color:#797979;
	font-size:18px;
	padding-bottom:20px;
	font-weight:normal;
}

.entry-content {
	float:left;
	width:100%;
	color:#797979;
	font-size:13px;
}

.entry-content p {
	color:#797979;
	font-size:13px;
	padding-bottom:20px;
}

.justify {
	text-align:justify;
}

.entry-content ul {
	padding:0 0 15px 15px;
}

.entry-content ul li {
	line-height:1.3;
}

.entry-content ul li a {
	color:#797979;
}

.entry-content ul li a:hover {
	text-decoration:underline;
}

.entry-content ul ul {
	padding:0 0 0 15px;
}

.entry-content ol {
	padding:0 0 15px 15px;
}

.entry-content ol li {
	line-height:1.3;
}

.entry-content ol li a {
	color:#797979;
}

.entry-content ol li a:hover {
	text-decoration:underline;
}

.entry-content ol ol {
	padding:0 0 0 15px;
}

.entry-content ol ul {
	padding:0 0 0 15px;
}

.entry-content-img {
	float:left;
	padding:0 10px 10px 0;
}

.entry-content span {

}

.nav-toggle1 {
	display:none;
}

.nav-toggle2 {
	display:none;
}


/*======== Sub menu ========*/


.main-menu ul ul {
    position:absolute;
    text-align:left;
    top:20px;
    width:200px;
    z-index:99;
	background:url(images/trans.png) repeat top;
	padding:20px 0 0;
	visibility:hidden;
	opacity:0;
	transition: all .5s ease;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.main-menu ul ul li {
	width:100%;
	padding:0;
	border-right:none;
	float:left;
}

.main-menu ul ul li:last-child {
	padding:0;
}

.main-menu ul ul li a {
	float:left;
	color:#fff;
	width:100%;
	padding:10px 20px;
	border-top:none;
	border-radius:0;
	box-sizing:border-box;
	background:#dfc94e;
	border-bottom:1px solid #0b0604;
}

.main-menu ul ul li a:hover {
	background:#0b0604;
	color:#dfc94e !important;
}

.main-menu ul ul ul {
	display:none;
    left: 100%;
	padding:0;
	top:0;
}

.main-menu ul li:hover ul {
	visibility:visible;
	opacity:1;
}

.main-menu ul li:hover ul ul {
	display:none;
}

.main-menu ul ul li:hover ul {
	display:block;
}

.main-menu ul li:hover ul ul ul {
	display:none;
}

.main-menu ul ul ul li:hover ul {
	display:block;
}

/*=============== Sidebar ==============*/

.content-in {
	float:left;
	width:100%;
	padding-top:10px;
	min-height:362px;
}

.content {
	float:left;
	width:72%;
	padding-right:2%;
}

.sidebar-wrap {
	float:left;
	width:26%;
}

.sidebar {
	float:left;
	width:100%;
}

.sidebar-1n {
	float:left;
	width:100%;
}

.sidebar-title {
	float:left;
	width:100%;
	background:#dfc94e ;
	text-align:left;
	margin-bottom:11px;
}

.sidebar-title h6 {
	float:left;
	color:#fff;
	font-size:18px;
    font-family: "MyriadPro-Samibold";
	font-weight:normal;
	padding:10px 0 10px 10px;
}

.sidebar-title a {
	float:right;
	color:#fff;
	font-size:14px;
    font-family: "MyriadPro-Samibold";
	font-weight:normal;
	width:87px;
	padding:7px 0 8px 0px;
	text-align:center;
	background:#bbcd75;
	border-radius: 0 10px 0 0;
}

.sidebar-title a:hover {
	color:#1d2022;
}

.sidebar-title h1, .sidebar-content h2, .sidebar-content h3, .sidebar-content h4, .sidebar-content h5 , .sidebar-content h6 {
	float:left;
	color:#616161;
	font-size:14px;
    font-family: "MyriadPro-Samibold";
	font-weight:normal;
	padding:8px 0 8px 10px;
	font-weight:normal;
}


.sidebar-content {
	float:left;
	width:100%;
	color:#575857;
	font-size:14px;
}

.sidebar-content p {
	color:#575857;
	font-size:14px;
	padding-bottom:20px;
}

.justify {
	text-align:justify;
}

.sidebar-content ul {
	padding:5px;
	list-style:none;
	float:left;
	background:#0b0604 ;
}

.sidebar-content ul li {
	line-height:1.3;
	float:left;
	width:100%;
}

.sidebar-content ul li a {
	color:#fff;
	float:left;
	width:96%;
	padding:8px 2%;
	border-bottom:1px solid #818181;
}

.sidebar-content ul li a:hover, .sidebar-content ul li.current_page_item > a {
	background:#dfc94e;
	color:#000;
}

.sidebar-content ul ul {
	padding:0 0 0 0px;
}

.sidebar-content ul ul li a {
	padding-left: 20px;
    width: 89%;
	background:url(images/bullet-1.png) no-repeat 8px 15px;
}

.sidebar-content ol {
	padding:0 0 15px 15px;
}

.sidebar-content ol li {
	line-height:1.3;
}

.sidebar-content ol li a {
	color:#575857;
}

.sidebar-content ol li a:hover {
	text-decoration:underline;
}

.sidebar-content ol ol {
	padding:0 0 0 15px;
}

.sidebar-content ol ul {
	padding:0 0 0 15px;
}

.sidebar-content-img {
	float:left;
	padding:0 10px 10px 0;
}

.sidebar-content span {

}

/*================= Full Page ==============*/

.article {
	float:left;
	width:100%;
}

.entry-title {
	float:left;
	width:100%;
	background:#0b0604;
	text-align:left;
	margin-bottom:11px;
}

.entry-title h6 {
	float:left;
	color:#fff;
	font-size:18px;
    font-family: "MyriadPro-Samibold";
	font-weight:normal;
	padding:10px 0 10px 10px;
}

.entry-title a {
	float:right;
	color:#fff;
	font-size:14px;
    font-family: "MyriadPro-Samibold";
	font-weight:normal;
	width:87px;
	padding:8px 0 8px 0px;
	text-align:center;
	background:#bb2a27;
	border-radius: 0 10px 0 0;
}

.entry-title a:hover {
	color:#1d2022;
}

.entry-title h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5 , .entry-content h6 {
	float:left;
	color:#fff;
	font-size:14px;
    font-family: "MyriadPro-Samibold";
	font-weight:normal;
	padding:8px 0 8px 10px;
	font-weight:normal;
}

.entry-content {
	float:left;
	width:100%;
	font-size:13px;
}

.page-in {
	float:left;
	width:100%;
}

.sidebar-menu {
	float:left;
	width:100%;
	margin-bottom:20px;
}
.sidebar-menu .children li {
	list-style:square;
	list-style-position:inside;
	color:#fff;
	width:100%;
	float:left;
	padding-left:10px;
	box-sizing:border-box;
	border-bottom:1px solid #818181;
}
.sidebar-menu .children li:hover {
	background: #dfc94e;
    color: #000;
}
.sidebar-menu .children li a {
	float: none;
    width: 91%;
	display:inline-block;
	padding-left:5px;
	border-bottom:none;
}

.entry-content p {
	color:#434546;
	font-size:13px;
	padding-bottom:20px;
}

.justify {
	text-align:justify;
}

.entry-content ul {
	padding:0 0 15px 15px;
}

.entry-content ul li {
	line-height:1.3;
}

.entry-content ul li a {
	color:#434546;
}

.entry-content ul li a:hover {
	text-decoration:underline;
}

.entry-content ul ul {
	padding:0 0 0 15px;
}

.entry-content ol {
	padding:0 0 15px 15px;
}

.entry-content ol li {
	line-height:1.3;
}

.entry-content ol li a {
	color:#434546;
}

.entry-content ol li a:hover {
	text-decoration:underline;
}

.entry-content ol ol {
	padding:0 0 0 15px;
}

.entry-content ol ul {
	padding:0 0 0 15px;
}

.entry-content-img {
	float:left;
	padding:0 10px 10px 0;
}

.entry-content span {

}


/**
 * Make sure images with WordPress-added height and width attributes are
 * scaled correctly.
 */

.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object,
video {
	margin-bottom: 24px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

/* Alignment */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

blockquote.alignleft,
img.alignleft {
	margin: 5px 15px 7px 0;
}

.wp-caption.alignleft {
	margin: 5px 14px 7px 0;
}

blockquote.alignright,
img.alignright {
	margin: 5px 0 7px 15px;
}

.wp-caption.alignright {
	margin: 5px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
	margin-top: 7px;
	margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-top: 17px;
	width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
	margin-bottom: 17px;
}

.wp-caption {
	margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
}

.wp-caption {
	color: #767676;
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0;
	padding-right: 10px;
}

.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}


.entry-content .edit-link {
	clear: both;
	display: block;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3333333333;
	text-transform: uppercase;
}

.entry-content .edit-link a {
	color: #767676;
	text-decoration: none;
}

.entry-content .edit-link a:hover {
	color: #41a62a;
}

/**
 * 6.5 Gallery
 * -----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}



/**
 * 6.8 Attachments
 * -----------------------------------------------------------------------------
 */

.attachment .content-sidebar,
.attachment .post-thumbnail {
	display: none;
}

.attachment .entry-content {
	padding-top: 0;
}

.attachment footer.entry-meta {
	text-transform: none;
}

.entry-attachment .attachment {
	margin-bottom: 24px;
}

/**
 * 6.14 Comments
 * -----------------------------------------------------------------------------
 */

.comments-area {
	margin: 48px auto;
	max-width: 474px;
	padding: 0 10px;
}

.comment-reply-title,
.comments-title {
	font: 900 16px/1.5 Lato, sans-serif;
	margin: 0;
	text-transform: uppercase;
}

.comment-list {
	list-style: none;
	margin: 0 0 48px 0;
}

.comment-author {
	font-size: 14px;
	line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
	font-size: 12px;
	line-height: 2;
	text-transform: uppercase;
}

.comment-list .reply {
	margin-top: 24px;
}

.comment-author .fn {
	font-weight: 900;
}

.comment-author a {
	color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
	color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
	color: #41a62a;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 24px;
	padding-top: 24px;
}

.comment-list > li:first-child > article,
.comment-list > .pingback:first-child,
.comment-list > .trackback:first-child {
	border-top: 0;
}

.comment-author {
	position: relative;
}

.comment-author .avatar {
	border: 1px solid rgba(0, 0, 0, 0.1);
	height: 18px;
	padding: 2px;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
}

.bypostauthor > article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px;
}

.says {
	display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
	padding-left: 30px;
}

.comment-edit-link {
	margin-left: 10px;
}

.comment-edit-link:before {
	content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 2px;
}

.comment-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 24px 22px;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .children {
	list-style: none;
	margin-left: 15px;
}

.comment-respond {
	margin-bottom: 24px;
	padding: 0;
}

.comment .comment-respond {
	margin-top: 24px;
}

.comment-respond h3 {
	margin-top: 0;
	margin-bottom: 24px;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
	color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
	font-size: 14px;
	line-height: 1.7142857142;
}

.no-comments {
	font-size: 16px;
	font-weight: 900;
	line-height: 1.5;
	margin-top: 24px;
	text-transform: uppercase;
}

.comment-form label {
	display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
	font-size: 12px;
	line-height: 1.5;
}

.required {
	color: #c0392b;
}

.comment-reply-title small a {
	color: #2b2b2b;
	float: right;
	height: 24px;
	overflow: hidden;
	width: 24px;
}

.comment-reply-title small a:hover {
	color: #41a62a;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
}

.comment-navigation {
	font-size: 12px;
	line-height: 2;
	margin-bottom: 48px;
	text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
	display: inline-block;
}

.comment-navigation .nav-previous a {
	margin-right: 10px;
}

#comment-nav-above {
	margin-top: 36px;
	margin-bottom: 0;
}

/**
 * 12.3 Comments
 */

.comments-area {
	background-color: #fff;
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 7.6923%;
}

.comments-area > :last-child {
	margin-bottom: 0;
}

.comment-list + .comment-respond {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
}

.comment-list + .comment-respond,
.comment-navigation + .comment-respond {
	padding-top: 1.6em;
}

.comments-title,
.comment-reply-title {
	font-family: "Noto Serif", serif;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.3333;
}

.comments-title {
	margin-bottom: 1.3333em;
}

.comment-list {
	list-style: none;
	margin: 0;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	padding: 1.6em 0;
}

.comment-list .children {
	list-style: none;
	margin: 0;
}

.comment-list .children > li {
	padding-left: 0.8em;
}

.comment-author {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	margin-bottom: 0.4em;
}

.comment-author a:hover {
	border-bottom: 1px solid #707070;
	border-bottom: 1px solid rgba(51, 51, 51, 0.7);
}

.comment-author .avatar {
	float: left;
	height: 24px;
	margin-right: 0.8em;
	width: 24px;
}

.bypostauthor > article .fn:after {
	content: "\f304";
	position: relative;
	top: 5px;
	left: 3px;
}

.comment-metadata,
.pingback .edit-link {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

.comment-metadata a,
.pingback .edit-link a {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
}

.comment-metadata a:hover,
.pingback .edit-link a:hover {
	border-bottom: 1px solid #333;
}

.comment-metadata a:hover,
.comment-metadata a:focus,
.pingback .edit-link a:hover,
.pingback .edit-link a:focus {
	color: #333;
}

.comment-metadata {
	margin-bottom: 1.6em;
}

.comment-metadata .edit-link {
	margin-left: 1em;
}

.pingback .edit-link {
	margin-left: 1em;
}

.pingback .edit-link:before {
	top: 5px;
}

.comment-content ul,
.comment-content ol {
	margin: 0 0 1.6em 1.3333em;
}

.comment-content li > ul,
.comment-content li > ol {
	margin-bottom: 0;
}

.comment-content > :last-child {
	margin-bottom: 0;
}

.comment-list .reply {
	font-size: 12px;
	font-size: 1.2rem;
}

.comment-list .reply a {
	border: 1px solid #eaeaea;
	border: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	display: inline-block;
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	line-height: 1;
	margin-top: 2em;
	padding: 0.4167em 0.8333em;
	text-transform: uppercase;
}

.comment-list .reply a:hover,
.comment-list .reply a:focus {
	border-color: #333;
	color: #333;
	outline: 0;
}

.comment-form {
	padding-top: 1.6em;
}

.comment-form label {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	display: block;
	letter-spacing: 0.04em;
	line-height: 1.5;
	text-transform: uppercase;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form input[type="submit"] {
	width: 100%;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.form-allowed-tags {
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
	margin-bottom: 2em;
}

.logged-in-as a:hover {
	border-bottom: 1px solid #333;
}

.no-comments {
	border-top: 1px solid #eaeaea;
	border-top: 1px solid rgba(51, 51, 51, 0.1);
	color: #707070;
	color: rgba(51, 51, 51, 0.7);
	font-family: "Noto Sans", sans-serif;
	font-weight: 700;
	padding-top: 1.6em;
}

.comment-navigation + .no-comments {
	border-top: 0;
}

.form-allowed-tags code {
	font-family: Inconsolata, monospace;
}


.form-submit {
	margin-bottom: 0;
}

.required {
	color: #c0392b;
}

.comment-reply-title small {
	font-size: 100%;
}

.comment-reply-title small a {
	border: 0;
	float: right;
	height: 32px;
	overflow: hidden;
	width: 26px;
}

.comment-reply-title small a:before {
	content: "\f405";
	font-size: 32px;
	position: relative;
	top: -3px;
}



.screen-reader-text {
	display:none;
}
.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	color:#434546;
}

.wpcf7 .wpcf7-text, .wpcf7-textarea {
	padding:7px 10px;
	border: 1px solid #ccc;
	border-radius:3px;
}
.wpcf7 .wpcf7-submit {
	background:#dfc94e;
	padding:10px 30px;
	border:none;
	color:#fff;
	font-size:16px;
}
.wpcf7 .wpcf7-submit:hover {
	background:#0b0604;
	color:#fff;
}

.product_type_simple.added {
    display: inline-table !important;
    overflow: hidden !important;
    padding: 0.618em 0.55em 0.618em 0.8em !important;
    text-indent: -75px;	
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt[disabled]:disabled, .woocommerce #respond input#submit.alt[disabled]:disabled:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt[disabled]:disabled, .woocommerce a.button.alt[disabled]:disabled:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt[disabled]:disabled, .woocommerce button.button.alt[disabled]:disabled:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt[disabled]:disabled, .woocommerce input.button.alt[disabled]:disabled:hover
{
	background:#dfc94e !important;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
	border-radius: 3px;
	  padding: 6px;
	  border: 1px solid #ccc;
}

#order_review_heading {
	color:#797979;
	float:none;
}
ul.products li {
	text-align:center;
}



.footer-in-1 div {
  border-right: 1px solid #272422;
  width: 33%;
  margin: 0;
  padding: 15px 50px;
  box-sizing: border-box;
}
.footer-in-1 .f-col-3 {
  border-right: 0;
}
.footer-in-1 .f-col-2 {
	text-align:center;
}
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count {
	display:none;
}
/*@-moz-document url-prefix() {
    .wpgmza_map {
		height:364px !important;	
	}

}*/

div.wpcf7 {
	margin:0 auto;
	display:table;
}
.enquire-button {
	background: #dfc94e none repeat scroll 0 0;
    border-radius: 3px;
    color: white;
    float: left;
    font-size: 100%;
    font-weight: 700;
    margin-left: 10px;
    padding: 0.55em 0;
    text-align: center;
    width: 88px;
}
.enquire-button:hover {
    background-color: #272422;
    color: #fff;
}
.entry-summary p {
	padding:0;
}

.pro-details {
	background: #000 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
    padding: 2px 0 1px 10px;
    width: 98%;
}

.related {
	 border-top: 1px solid #ebe9eb;
}
.related h2 {
	 color:#797979 !important;
	 padding-left:0 !important;
}
.related ul.products li {
  width: 22% !important;
}

p.price span.amount {
	color:black;
}
span.price {
	display: inline-block !important;
    font-size: 100% !important;
    font-weight: 700 !important;
    padding: 0.45em 0 !important;
    width: 83px !important;
	border-radius:3px !important;
}
span.price:hover {
    background-color: #272422 !important;
    color: #fff;
}
span.price:hover span.amount {
    color: #fff;
}


/*======== Responsive Menu ========*/

@media only screen and (max-width : 1024px) {
	
	.container {
		padding:0 5px;
	}
	
	.main-menu {
		width:92.5%;
	}
	.head-left {
		margin-right:31px;
	}
	.head-right {
		width:624px;
	}
	
	.footer-in {
		width:100%;
	}
	.f-col-1 {
		padding:15px 65px 15px 0;
	}
	.f-col-1, .f-col-3 {
		margin-right:0;
	}
	.woocommerce ul.products li.product .price {
		padding:8px 13px
	}
	.woocommerce table.shop_table {
		margin:0 auto 30px;
		width:100%;
	}
	.one-full {
		margin:0;
	}
	.head-left {
		text-align:center;
		width:100% !important;
		margin-right:0;
	}
	.head-right {
		width:100%;
	}
	.head-info {
		float:none;
		width:auto;
		margin:0 auto;
		display:table;
		padding-top:20px;
	}
	.contact-info {
		float: left;
		padding: 5px 20px 0 0;
		width: 350px;
	}
	.head-search {
		float: left;
		padding-top: 0;
		width: auto;
	}
	.head-fb {
		float: right;
		padding-top: 3px;
		width: 40px;
	}
	.search-icon, .search-in input[type="submit"] { 
		right:10px;
	}
	

}

@media only screen and (max-width : 1000px) {
	
	.head-left {
		width:100%;
		margin-right:0;
		text-align:center;
	}
	
	.header-top {
		padding-bottom:15px;
	}
	
	.head-right {
		width:100%;
		margin-top: 15px;
	}
	
	.head-info {
		float: none;
		margin: 0 auto;
		width: 624px;
	}
	
	.contact-info {
		padding: 21px 20px 0 0;
	}
	
	.head-search {
		padding-top: 7px;
	}
	
	.main-menu {
		width:100%;
		background:#dfc94e;
		padding:5px 0;
		box-sizing:border-box;
	}
	
	.main-menu ul {
		border-top:1px solid #0b0604;
	}
	
	.main-menu ul li {
		float:left;
		width:100%;
		margin-right:0px;
		text-align:left;
	}
	
	.main-menu ul li a {
		width:100%;
		color:#fff;
		padding:10px 17px;
		box-sizing:border-box;
		border-bottom:1px solid #0b0604;
	}
	
	.main-menu ul li a:hover {
		background:#0b0604;
	}

	.main-menu ul ul {
		visibility:visible;
		position:static;
		width:100%;
		opacity:1;
		border-top:none;
	}
	
	.main-menu ul ul li a {
		border:none;
		background:none;
		padding:10px 4%;
		color:#fff;
		border-bottom:1px solid #0b0604;
	}
	
	.main-menu ul ul ul li a {
		border:none;
		background:none;
		padding:10px 8%;
	}
	
	.main-menu ul ul ul ul li a {
		padding:10px 10%;
	}
	
	.main-menu ul li:first-child {
		padding-left:0px;
	}
	
	.main-menu ul ul ul {
		display:block;
	}
	
	.main-menu ul li:hover ul ul {
		display:block;
	}
	
	.main-menu ul li:hover ul ul ul {
		display:block;
	}
	
	.main-menu ul ul li a:hover {
		color:#dfc94e !important;
		background:#0b0604 !important;
	}
	
	#collapse1 {
		display:none;
	}
	
	.nav-toggle1 {
		background: url("images/nav-toggle-icon.png") no-repeat scroll 97% 10px #dfc94e;
		color: #fff;
		display: block;
		font-size: 18px;
		font-weight: bold;
		padding: 8px 2%;
		width: 96%;
		font-weight:normal;
		text-align:left;
	}
	
	.nav-toggle1:hover { 
		color:#0b0604;
		background: url("images/nav-toggle-hover.png") no-repeat scroll 97% 10px #dfc94e;
		transition: all 0.3s linear 0s;
	}
	
	.active {
		background-color:#dfc94e;
		color:#0b0604 !important;
	}
	
	.f-col-1, .f-col-2 {
		margin-right: 15px;
		padding: 15px 15px 15px 0;
	}
	
	.f-col-3 {
		margin-left: 0px;
		padding: 15px 0px;
	}
	
	.footer-in {
		display: table;
		float: none;
		margin: 0 auto;
	}


}

@media only screen and (max-width : 768px) {
	.one-one, .one-two, .one-half, .one-three, .one-four, .one-five, .one-six, .one-seven, .one-eight, .one-nine, .one-ten,
	.one-third, .one-fourth, .one-fifth, .ob-content, .ob-sidebar  { 
		width:100%;
	}	
	.slider-caption, .an-slide-caption {
		right: 30px;
		top: 30px;
	}
	
	.product-box {
		width:50%;
		margin-bottom:2px;
	}
	
	.product-box:nth-child(even) {
		padding-right:0px;
	}
	
	.head-fb {
		padding-top:18px;
	}
	
	.content {
		width:100%;
		padding-right:0;
	}
	
	.sidebar-wrap {
		width:100%;
	}
	
	.sidebar-content ul ul li a {
		box-sizing:border-box;
		width:100%;
	}
	
	.sidebar-content ul ul {
		width:100%;
	}
	
	#collapse2 {
		display:none;
	}
	
	.nav-toggle2 {
		background: url("images/nav-toggle-icon.png") no-repeat scroll 97% 10px #dfc94e;
		color: #fff;
		display: block;
		font-size: 18px;
		font-weight: bold;
		padding: 8px 2%;
		width: 96%;
		font-weight:normal;
		text-align:left;
	}
	
	.nav-toggle2:hover { 
		color:#0b0604;
		background: url("images/nav-toggle-hover.png") no-repeat scroll 97% 10px #dfc94e;
		transition: all 0.3s linear 0s;
	}
	
	.page-in {
		width:100%;
	}
	
	.sidebar-content {
		width:100%;
		margin-bottom:20px;
	}
	.sidebar-content ul {
		box-sizing:border-box;
		width:100%;
	}
	div.wpcf7 {
		margin-top:20px;
	}
	.footer span {
		margin-left:0;
	}
	.footer-in-1 div {
		padding:15px;
	}
	.related ul.products li {
		 width:22% !important;
		 margin:0 3.8% 2.992em 0 !important;
		 float:left !important;
	}
	.related ul.products li:last-child {
		margin-right:0 !important;
	}
}

@media only screen and (max-width : 640px) {
	
	.head-info {
		width:100%;
	}
	
	.footer-in {
		width:100%;
	}
	
	.contact-info {
		float: none;
		margin: 0 auto;
		padding: 0;
	}
	
	.head-search {
		padding-top: 7px;
		width: 93%;
	}
	
	.search-in input[type="text"] {
		width:100%;
		box-sizing:border-box;
	}
	
	.nav-toggle1 {
		background: #dfc94e url("images/nav-toggle-icon.png") no-repeat scroll 97% 5px;
		padding: 4px 2%;
	}
	
	.nav-toggle1:hover {
		background: #dfc94e url("images/nav-toggle-hover.png") no-repeat scroll 97% 5px;
	}
	
	.header-bottom {
		padding-bottom:10px;
	}
	
	.header-top {
		padding-bottom: 10px;
	}
	
	.header {
		padding:0;
	}
	
	.search-in {
		width:auto;
		float:none;
		margin:0 auto;
		display:table;
		padding-left:40px;
	}
	.head-fb {
		padding-top:10px;
	}
	
	.footer-in-1 {
		text-align:center;
	}
	.f-col-1, .f-col-2, .f-col-3 {
		width:28%;
	}
	.f-col-1 .color-yellow {
		display:none;
	}
	.cart_totals h2  {
		color:black;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table {
		margin:0 auto 6px;
		display:table;
		clear:left;
		width:80%;
	}
	.slider-caption, .an-slide-caption {
		top:10px;
	}
	
	.related ul.products li {
		width: 25% !important;
	}
}

@media only screen and (max-width : 480px) {
	
	.head-search {
		width:90%;
	}
	
	.f-col-2, .f-col-3 {
		margin-right: 0;
		padding: 15px 0 5px;
		text-align: center;
		width: 100%;
	}
	
	.f-col-1 {
		margin-right: 0;
		padding: 0 0 15px;
		text-align: center;
		width: 100%;
	}
	
	.footer {
		padding:0;
	}
	
	.contact-info {
		width:310px;
	}
	
	.contact-info p {
		font-size:14px;
	}
	
	.slider-caption, .an-slide-caption {
		top: 8px;
	}
	
	.caption-title, .an-slide-title {
		padding:2px 0;
	}
	
	.caption-title h1 {
		font-size:20px;
	}
	
	.caption-desc, .an-slide-description {
		padding:5px 8px 4px 12px;
	}
	
	.caption-desc p, .an-slide-excerpt {
		padding-bottom:5px;
	}
	
	.product-link p, .product-link-hover p {
		font-size:14px;
	}
	
	.footer-in-2 {
		display:block;
	}
	
	.footer-in-1 {
		display:none;
	}
	.woocommerce-cart .cart-collaterals .cart_totals table {
		width:70%;
	}
	.woocommerce table.shop_table {
		width:100%;
		float:left;
	}
	.woocommerce-checkout #payment {
		display:inline-block;
	}
	.search-icon, .search-in input[type="submit"] {
		right:10px;
	}
	.related ul.products li {
		width: 35% !important;
	}
}

@media only screen and (max-width : 360px) {
	
	.slider-caption, .an-slide-caption {
		display:none;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product,
	.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product
	{
		width:100%;
		margin:0 0 1em
	}
	.search-in {
		padding-left:20px;
	}
	.product-box {
		width:100%;
	}
	.header-top .head-left {
		width:100% !important;
	}
	.head-fb {
		width:30px;
	}
	.related ul.products li {
		width: 100% !important;
	}
	.logo a {
		padding-right: 7px;
	}
}

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

	.contact-info {
		text-align:center;
		width:100%;
	}
	.number, .mail-id, .contact-info p {
		float:none;
	}
	.head-fb {
		left: 50%;
		margin-left: -15px;
		position: absolute;
		top: -21px;
		width: 30px;
	}
	.logo a, .search-in {
		padding:0;
	}
	.head-search {
		width: 100%;
	}
	.head-right {
		position:relative;
	}
	
	.cycloneslider-template-responsive img {
		height:150px;
	}
	
	.woocommerce table.shop_table td, .woocommerce table.shop_table th {
		padding:6px;
	}
	.woocommerce td.product-quantity {
		min-width:auto;
	}

}