/*
Theme Name: Genova
Theme URI: https://genova.xalothemes.com
Author: Xalothemes Team
Text Domain: genova
Author URI: https://xalothemes.com
Description: Genova Shop is a simple but modern responsive Wordpress theme that oozes high-street sophistication. Its sharp lines and flat design style has been designed to be pixel perfect. Simply load your photography and you can have an online shop to matches the likes of Prada, Gucci and Yves St Laurent.
Version: 1.5
License: GNU General Public License v1 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, left-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------/*

[Table of contents]
[Color codes]
    Background: #ffffff
    Body Color : #777
    Accent color: #f36666
[Typography]
    Body:       14px/24px Dosis, sans-serif;
    Heading:    Dosis, sans-serif;
    Input, textarea: 14px/24px Dosis, sans-serif;

[Component module]
	TYPOGRAPHY
	WORDPRESS CORE
	HEADER
	WIDGET
	PAGE
	WOOCOMMERCE
	SHORTCODE
	BLOG
	FOOTER
	HOME SLIDE
	RESPONSIVE
/*--------------------------*/
/* ------------------
	TYPOGRAPHY
----------------- */
html{
    font-size: 16px;
}
body{
	font-size: 14px;
	font-family: 'Dosis';
	font-weight: 500;
	line-height: 24px;
	color: #777;
}
ol,ul{
	margin: 0;
}
a{
	color: #f36666;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
a:hover, a:focus{
	color: inherit;
	text-decoration: none;
	outline: none;
}
a:active {
    outline: none;
}
h1,h2,h3,h4,h5,h6{
  letter-spacing: 0;
  color: #242424;
  margin: 0 0 15px 0;
  font-family: 'Dosis',sans-serif;
  font-weight: 500;
}
h1{
	font-size: 35px;
	line-height: 40px;
}
h2{
	font-size: 30px;
	line-height: 35px
}
h3{
	font-size: 24px;
	line-height: normal;
}
h4{
	font-size: 18px;
	line-height: 24px;
}
h5{
	font-size: 14px;
	line-height: 20px;

}
h6{
	font-size: 12px;
	line-height: 20px;
}
p {
    margin: 0 0 20px 0;
}
img {
    max-width: 100%;
}

iframe, select {
    max-width: 100%;
}
input:focus{
    outline: none
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: inherit;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: inherit;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: inherit;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: inherit;
  opacity: 1;
}
input[type="text"],input[type="email"],input[type="password"], 
textarea, input[type="search"], input[type="tel"],
select{
  border: 1px solid #eee;
  background: #fff;
  color: #999;
  padding: 7px 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 24px;
}
input[type="text"],input[type="email"],input[type="password"],
textarea, input[type="search"], input[type="tel"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
input[type="submit"], button,.button,.genova-button{
  background-color: #242424;
  border: 1px solid #242424;
  color: #fff;
  display: inline-block;  
  padding: 7px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
input[type="submit"]:hover, button:hover,.button:hover,.genova-button:hover{
    background-color: #f36666;
	border-color: #f36666;
	color: #fff;
}
textarea{
	min-height: 198px
}
.loadmore-wapper{
  display: inline-block;
  text-align: center;
  width: 100%;
}
.loadmore-button{
  text-transform: uppercase;
  font-weight: 500;
  padding: 13px 25px;
  text-align: center;
  min-width: 150px;
  border: 1px solid #242424;
  color: #242424;
}
.loadmore-button:hover{
  color: #fff;
}
.loadmore-button:after{
  content: 'Loading...';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  border-top: 2px solid #ccc;
  border-right: 2px solid transparent;
  opacity: 0;
}
.loadmore-button.loading::after{ 
  opacity: 1;
  animation: spinner .6s linear infinite;
  -webkit-animation: spinner .6s linear infinite; 
}

@keyframes spinner {
  to{
    transform: rotate(360deg);
  } 
}

@-webkit-keyframes spinner {
  to{
    -webkit-transform: rotate(360deg); 
  } 
}

/* Select chosen */
.chosen-container{
  width: 100%!important;
  min-width: 250px;
}
.chosen-container-single .chosen-single{
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  background: none;
  border-color: #eee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  padding: 8px 18px;
  color: #999;
}
.chosen-container-active.chosen-with-drop .chosen-single{
  background: none;
  border-color: #eee;
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
}
.chosen-container-single .chosen-single div{width: 25px}
.chosen-container-single .chosen-single div b{
  background: none!important;
}
.chosen-container-single .chosen-single div b:after{
  content: "\f0d7";
  font-family: 'FontAwesome';
  font-size: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.chosen-container .chosen-drop{
  box-shadow: none;
  -moz-box-shadow:none;
  -webkit-box-shadow:none;
  background: #fff;
  border-color: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.chosen-container-single .chosen-search input[type="text"]{border-color: #eee;}
.chosen-container .chosen-results li{line-height: 24px;font-family: inherit;}
.chosen-container .chosen-results li.highlighted{
  background-image: none;
  background-color: #f36666;
}
/* Owlcarousel */
.owl-dots{
	text-align: center;
	margin-top: 20px;
}
.owl-dots .owl-dot{
	width: 10px;
	height: 10px;
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	background: #999;
	margin: 0 9px;
	opacity: 0.5;
}
.owl-dots .owl-dot.active{
	opacity: 1;
}
.owl-nav > div{
	width: 40px;
	height: 40px;
	display: inline-block;
	border: 1px solid #242424;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #242424;
	line-height: 38px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.owl-nav > div:hover{
	background: #242424;
	color: #fff;
}
.nav-center .owl-nav > div{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.nav-center .owl-nav > div.owl-prev{
	left: 20px;
}
.nav-center .owl-nav > div.owl-next{
	right: 20px;
}
.nav-top-left .owl-nav,
.nav-top-right .owl-nav,
.nav-bottom-right .owl-nav{
	position: absolute;
}
.nav-top-left .owl-nav{
	left: 20px;
	top: 20px;
}
.nav-top-right .owl-nav{
	right: 20px;
	top: 20px;
}
.nav-bottom-right .owl-nav{
	right: 20px;
	bottom: 20px;
}
.owl-nav > div.owl-prev{
	margin-right: 2px;
}
/*-------------------------------*/
/*          WORDPRESS CORE
/*-------------------------------*/
.sticky,
.gallery-caption,
.bypostauthor{
    color: inherit;
}
.sticky-post{
    color: red;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
a img.alignnone {
    margin: 5px 20px 20px 0;
}
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
    max-width: 100%;
    text-align: center;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: inherit;
  font-style:italic;
  color:inherit;
  line-height: 17px;
  margin: 8px 0 0;
}
table, th, td{
  border: 1px solid #eee;
}
th, td {
  padding: 0.4em;
  text-align: center;
}
table {
  border-collapse: separate;
  border-spacing: 0;
 border: none;
  margin: 0 0 1.6em;
  table-layout: auto;
  width: 100%;
}
th {
  border-width: 0 1px 1px 1px;
}
td {
  border-width: 0 1px 1px 1px;
}
th {
  border-width: 0 1px 1px 0px;
}
td {
  border-width: 0 1px 1px 0px;
}
tbody tr th{
    font-weight: 400;
}
tbody tr:first-child th{
	border-top-width: 1px;
}
tr td:first-child, tr th:first-child{
  border-left-width: 1px;
}
table tbody tr:first-child td,
table thead tr:first-child th,
table tbody tr:first-child td,
table thead tr:first-child th{
  border-top-width: 1px;
}
table thead + tbody tr:first-child td,
table thead + tbody tr:first-child td,
table tfoot + tbody tr:first-child td{
  border-top-width: 0;
}
blockquote {
  border-left: 5px solid #242424;
}
label{font-weight: 500;}
dt, dd {
  line-height: inherit;
}
.gallery {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.gallery:after {
    display: table;
    content: "";
    clear: both;
}

.gallery-item {
    margin: 0;
    float: left;
    padding: 0.5em;
    font-size: 0.8125rem;
    font-style: italic;
    color: #666;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
    float: none;
}
.gallery-columns-2 .gallery-item {
    width: 50%
}
.gallery-columns-3 .gallery-item {
    width: 33.3333%
}
.gallery-columns-4 .gallery-item {
    width: 25%
}
.gallery-columns-5 .gallery-item {
    width: 20%
}
.gallery-columns-6 .gallery-item {
    width: 16.6667%
}
.gallery-columns-7 .gallery-item {
    width: 14.2857%
}
.gallery-columns-8 .gallery-item {
    width: 12.5%
}
.gallery-columns-9 .gallery-item {
    width: 11.1111%
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
    clear: left;
}
/* ------------------
		HEADER
------------------- */
header{
	position: relative;
	z-index: 30;
}
.admin-bar .main-header.header-sticky{
	top: 32px!important;
}
/*---- Top header -----*/
.header-top{
	background: #333;
}
.genova-nav{padding: 0}
.menu-top{
	padding: 3px 0;
	float: left;
}
.menu-top li{
	list-style: none;
	display: inline-block;
}
.menu-top li:after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #555;
	margin: 0 9px;
}
.menu-top li:last-child:after{
	display: none;
}
.menu-top li a{
	color: #999;
}
.menu-top li a:hover{
	color: #fff;
}
.right-topbar{
	float: right;
  color: #999;
}
.right-topbar .wishlist{
	display: inline-block;
	color: inherit;
	position: relative;
	padding: 3px 0;
}
.right-topbar .wishlist:hover{
	color: #fff;
}
.right-topbar .wishlist:after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #555;
	margin-left: 23px;
}
.right-topbar .wishlist .fa{font-size: 10px;}
.right-topbar .wishlist .number{
	color: #f36666;
	font-size: 10px;
	position: absolute;
	right: 14px;
	top: 5px;
	line-height: normal;
}
.gn-social {
	display: inline-block;
	padding: 3px 0;
}
.gn-social a{
	color: inherit;
	font-size: 12px;
	margin-left: 15px;
	display: inline-block;
}
.gn-social a:hover{
	color: #fff;
}
/* Search heaer */
.search-header{
	display: inline-block;
	margin-left: 15px;
}
.search-header .touch-search{
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	background: #555;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
.search-header .touch-search:hover{
	color: #f36666;
}
.search-box {
  background: rgba(0, 0, 0, 0.3);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 30;
}
.inner-search {
  background: #fff;
  left: 50%;
  max-width: 80%;
  padding: 50px;
  position: absolute;
  text-align: center;
  top: 30%;
  width: 500px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.inner-search .close-touch {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}
.inner-search .search-field{
    width: 100%;
}
.instant-search-form-results{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    margin-top: 10px;
    padding: 30px;
}
.instant-search-view-all{
    display: block;
    text-transform: uppercase;
    color: #000;
}
    /* ---- Main header --- */
.main-header{
	border-bottom: 1px solid #eee;
	background: #fff;
}
/* Logo */
.logo{
	float: left;
	width: 17%;
	margin: 23px 0;
}
/* Main menu */
.menu-togole{
  border: 1px solid #f36666;
  display: none;
  height: 32px;
  line-height: 30px;
  text-align: center;
  width: 32px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin: 14px 0;
}
.menu-wrapper{
	float: left;
	width: 83%;
}
.gn-mainmenu ul li{
	list-style: none;
	position: relative;
}
.gn-mainmenu ul li a{
	color: inherit;
}
.gn-mainmenu ul li.current-menu-item > a{
	color: #f36666
}
.gn-mainmenu ul{padding: 0;}
.gn-mainmenu > ul > li{
	display: inline-block;
	margin: 0 12px;
}
.gn-mainmenu > ul > li > a{
	text-transform: uppercase;
	padding: 23px 0;
	display: inline-block;
}
.gn-mainmenu > ul > li > a:hover{
	color: #242424;
}
.gn-mainmenu .submenu{
	padding: 10px 0;
}
.submenu{
	background-color: #242424;
	left: 0;
	min-width: 200px;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	text-align: left;
	top: 100%;
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	z-index: 25;
	font-size: 12px;
}
.submenu .submenu{
  top: -10px;
  left: 100%;
}
.show-submenu > .submenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.submenu li{
  display: block;
  padding: 3px 20px;
  white-space: nowrap;
  text-transform: uppercase;
}
.gn-mainmenu ul .submenu li a:hover{
	color: #f36666;
}
.toggle-submenu{
  width: auto;
  height: auto;
  vertical-align: inherit;
  margin-left: 5px;
}
.toggle-submenu:after{
  content: "\f0d7";
  font-family: 'FontAwesome';
}
.submenu li a .toggle-submenu{
  position: absolute;
    right: 15px;
    text-align: right;
    width: 20px;
}
.megamenu .widgettitle{
	color: #fff;
	font-size: inherit;
}
.megamenu .widgettitle:after{
	content: "";
	background: #999;
	display: block;
	width: 30px;
	height: 1px;
}
.megamenu .widget li{
	padding: 0;
}
.submenu.megamenu {
  padding: 37px 30px;
}
/* Bar menu */
.header-bar-menu{
	padding: 0;
	text-align: right;
}
.header-bar-menu li{
	display: inline-block;
	position: relative;
}
.header-bar-menu .submenu li {
  display: block;
}
.header-bar-menu .account-menu a{
	color: inherit;
}
.header-bar-menu .account-menu .submenu{right: 0;left: auto;}
.header-bar-menu .account-menu .submenu a:hover{
	color: #f36666;
}
.header-bar-menu > li:after{
	content: "";
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #555;
	margin: 0 18px;
}
.header-bar-menu > li:last-child:after{display: none;}
.header-bar-menu > li > a,
.header-bar-menu li a.cartlink{
	text-transform: uppercase;
	padding: 23px 0;
	display: inline-block;
	color: inherit;
}
.header-bar-menu li a:hover{
	color: #242424;
}
.shopcart-switch .mini-shoping-cart-wraper{
	position: relative;
}
.mini-shoping-cart-wraper > a{
	position: relative;
	margin-right: 10px;
}
.mini-shoping-cart-wraper .cart-numbber{
	font-size: 10px;
	position: absolute;
	left: 100%;
    top: 18px;
    color: #f36666;
}
.mini-shoping-cart-wraper .mini-cart-content{
  background: #242424;
  padding: 30px;
  width: 315px;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 10;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
   -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0;
}
.mini-shoping-cart-wraper .minicart-items-wrapper{
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 20px;
    margin-right: -20px;
}
.mini-shoping-cart-wraper:hover .mini-cart-content{
	opacity: 1;
	visibility: visible;
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	-o-transform: scaleY(1);
	transform: scaleY(1);
}
.mini-shoping-cart-wraper .minicart-items .item{
	border-color: #333;
	font-size: 12px;
}
.mini-shoping-cart-wraper .minicart-items .product-name{
	color: #fff;
}
.minicart-items .item .info{
	padding-top: 15px;
}
.mini-shoping-cart-wraper .button{
	background: #333;
	border-color: #333;
	padding: 5px 20px;
	width: 100px;
	margin: 0 4px;
}
.mini-shoping-cart-wraper .button:hover{
	border-color: #f36666;
	background: #f36666;
	color: #fff;
}
.mini-shoping-cart-wraper .mini-cart-content .subtotal{
	color: #fff;
	font-size: 14px;
}
/* Header style 2 */
.header.style2{
  color: #fff;
}

.header.style2 .main-header{
  background: #000;
  border-bottom: none;
  padding: 11px 50px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header.style2 .main-header:before,
.header.style2 .main-header:after{
    display: table;
    content: '';
}
.header.style2 .main-header:after{
    clear: both;
}
.header.style2 .menu-wrapper{
  text-align: center;
}
.header.style2 .left-mainheader{
  width: calc(100% - 250px);
  width: -moz-calc(100% - 250px);
  width: -webkit-calc(100% - 250px);
}
.header.style2 .right-mainheader{
  float: right;
  width: 250px;
}
.header.style2  .header-bar-menu > li::after{
  background: #fff;
}
.header.style2 .is-sticky .main-header{
    background: rgba(0,0,0,0.5);
    padding-top: 0;
    padding-bottom: 0;
}

.page-template-fullwidth .header.style2{
    position: absolute;
    width: 100%
}
.page-template-fullwidth .header.style2 .main-header{
    background: transparent;
}
.page-template-fullwidth  .header.style2 .sticky-wrapper.is-sticky .main-header{
    background: rgba(0,0,0,0.5);

}


/* --------------------
		WIDGET
--------------------- */
.widgettitle{
	text-transform: uppercase;
	font-size: 18px;
	color: #242424;
	margin-bottom: 18px;
}
.sidebar .widget{
	margin-bottom: 35px;
}
.widget_archive .screen-reader-text,
.widget_categories .screen-reader-text{
    display: none;
}

.widget ul li{
	list-style: none;
}
.widget ul{
	padding-left: 0;
}
.widget ul ul{
	padding-left: 20px;
}
.widget ul li a{
	color: inherit;
}
.widget ul li a:hover{
	color: #f36666;
}
/* Widget wp */
.widget_archive li, .widget_categories .cat-item, 
.widget_pages li, .widget_meta li, .widget_recent_entries li{
	text-transform: uppercase;
	line-height: 30px;
}
.widget_recent_comments li{
	margin-bottom: 10px;
}
.widget_recent_comments li.recentcomments > a{
	text-transform: uppercase;
}
.widget_rss li{
	margin-bottom: 10px;
}
.widget_rss .rsswidget{
	color: #242424;
}
.widget_rss .rsswidget:hover{
	color: #f36666;
}
.widget_rss .rss-date{
	font-size: 12px;
	color: #999;
	margin-left: 10px
}
.widget_search input[type="text"]{
	width: 100%;
}
.tagcloud a{
	border: 1px solid;
	font-size: 14px!important;
	padding: 3px 15px;
	margin: 0 5px 5px 0;
	display: inline-block;
	color: inherit;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.tagcloud a:hover{
	color: #f36666;
}
/* Widget menu */
.widget_nav_menu li{
	display: block;
	text-transform: uppercase;
	line-height: 30px;
}
/* Latest post */
.latest-post li{
	display: block;
	text-transform: uppercase;
	line-height: 30px;
}
/* Social */
.social-share li{
	display: inline-block;
	margin: 0 4px;
}
.social-share li:first-child{
	margin-left: 0;
}
.social-share li a{
	width: 36px;
	height: 36px;
	border: 1px solid #333;
	text-align: center;
	line-height: 34px;
	color: #fff;
	display: block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.social-share li a:hover{
	border-color: #f36666;
	background: #f36666;
}
.widget .social-share li a:hover{color: #fff}
/* Lastest post */
.latest-post{
    padding: 0;
}
.latest-post .post{
	margin-bottom: 20px;
	line-height: normal;
}
.latest-post .post .item-photo{
	width: 85px;
	float: left;
	margin-right: 20px;
}
.latest-post .post .item-photo img{
	width: 100%;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.latest-post .post .item-detail{
	overflow: hidden;
}
.latest-post .post .item-name{
	color: #242424;
	margin-bottom: 10px;
	display: block;
}
.latest-post .post .item-name:hover{
	color: #f36666;
}
.latest-post .post .item-athur{
	text-transform: none;
	font-size: 12px;
}
/* Instagram */
.genova-instagram{
	overflow: hidden;
	margin: 0 -5px;
}
.genova-instagram .item{
	float: left;
	width: 33.33%;
	padding: 5px;
}
/* Newsletter */
.newsletter-form-wrap input{
	display: inline-block;
	width: calc(100% - 103px);
	width: -moz-calc(100% - 103px);
	width: -webkit-calc(100% - 103px);
}
.newsletter-form-wrap button{
	display: inline-block;
	width: 100px;
	text-align: center;
}
/* widget shop */
.widget_layered_nav li,
.widget_product_categories li{
	text-transform: uppercase;
}
/* Widget shopping cart */
.minicart-items-wrapper .minicart-items{
	list-style: none;
	padding: 0;
}
.minicart-items .item{
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px solid #eee;
	position: relative;
	display: block;
}
.minicart-items .item .thumb{
	width: 90px;
	margin-right: 18px;
	float: left;
}
.minicart-items .item .info{
	overflow: hidden;
}
.minicart-items .product-name{
	font-size: inherit;
	text-transform: uppercase;
	margin: 0 0 7px;
}
.minicart-items .item .delete {
  color: inherit;
  font-size: 18px;
  line-height: 20px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.minicart-items .item .delete:hover{
	color: #f36666;
}
.minicart-items .item .delete:before{
	content: "\f00d";
	font-family: 'FontAwesome';
	font-size: 12px;
	color: #999
}
.minicart-items .item .delete span{display: none;}
.mini-cart-content .subtotal{
	text-align: center;
	margin: 15px 0;
	text-transform: uppercase;
}
.mini-cart-content .actions{
	text-align: center;
}
/* filter widget */
.price_slider_wrapper{
    display: inline-block;
    margin-top: 15px;
    width: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    position: absolute;
    height: 100%;
    z-index: 1;
    background: #242424;
    display: block;
    border: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.widget_price_filter .ui-slider-horizontal {
    height: 3px;
    background: #f36666;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    position: relative;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: pointer;
    outline: none;
    top: -4px;
    display: inline-block;
	background: #242424;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child{
    margin-left: -8px;
}
.widget_price_filter .price_slider_amount .price_label{
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}
.widget_price_filter .price_slider_amount{
	margin: 20px 0 15px 0;
}
.widget_price_filter .price_slider_amount button{
	float: right;
	margin: 0;
	color: #242424;
	border: none;
	background: none;
	text-transform: uppercase;
	line-height: 24px;
	padding: 0;
}
.widget_price_filter .price_slider_amount button:hover{
	background: none;
	color: #f36666;
}
/* shopping cart */
.widget_shopping_cart_content .cartlink,
.widget_shopping_cart_content .minicart-title{
	display: none;
}
/* -------------------
		PAGE
-------------------- */
.page-heading{
	padding: 150px 0;
	position: relative;
	text-align: center;
	background-image: url(images/bg-banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.page-heading .container {
  position: relative;
  z-index: 1;
}
.page-heading:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	left: 0;
	top: 0;
}
.page-heading .page-title{
	text-transform: uppercase;
	font-size: 30px;
	color: #fff;
}
.page-heading .page-title:after{
	content: "";
	height: 1px;
	width: 30px;
	display: block;
	background: #ddd;
	margin: 15px auto 0;
}
.main-container{
	padding: 70px 0;
}
.left-slidebar .sidebar{
	float: left;
}
.left-slidebar .main-content{
	float: right;
}
/* Breadcrum */
.breadcrumb{
	background: none;
	margin: 0;
	padding: 0;
	color: #fff;
}
.breadcrumb li{color: #fff}
.breadcrumb li a{color: inherit;}
.breadcrumb > .active{
	color: #fff;
}
.breadcrumb > li + li::before {
  color: #fff;
  content: ">";
  padding: 0 5px;
}
/* Navigation */
.pagination{
	display: block;
	text-align: center;
	margin: 0;
}
.pagination .screen-reader-text{display: none;}
.nav-links .page-numbers,
.page-links>a,
.page-links>span{
	border: 1px solid #eeeeee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	color: #242424;
	display: inline-block;
	height: 40px;
	line-height: 38px;
	list-style: outside none none;
	margin: 0 3px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 40px;
}
.page-links>a,
.page-links>span{
    margin: 0;
    margin-right: 5px;
}
.nav-links .page-numbers:hover, .nav-links .page-numbers.current,
.page-links>span{
  background: #242424;
  border-color: #242424;
  color: #ffffff;
}
.post-detail .post-footer{
    margin-top: 30px;
}
.nav-links .page-numbers.next,
.nav-links .page-numbers.prev{
	width: auto;
	padding: 0 10px;
}
/* Register */
form.register{padding: 10px 0}
form.register label{display: block;}
form.register .input-text{
	min-width: 50%
}
/* ---------------------
		WOOCOMMERCE
----------------------- */
.shop-bar-control:after,
.shop-bar-control:before{
	content: "";
	display: table;
	clear: both;
}
.shop-bar-control{
	margin-bottom: 30px;
}
.shop-bar-control .woocommerce-result-count{
	float: left;
	text-transform: uppercase;
	margin: 0;
	line-height: 40px;
}
.shop-bar-control .woocommerce-ordering{
	float: right;
}
ul.products{
	padding: 0;
}
.shop-page .products .product-item{
	margin-bottom: 40px;
}
.product-item{
	list-style: none;
}
/* ---- Product ---- */
.genova-products .loadmore-wapper{margin-top: 20px}
.products .product .product-thumb{
	position: relative;
	overflow: hidden;
}
.products .product .product-thumb .flashs{
	position: absolute;
	top: 10px;
	right: 10px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 18px;
    z-index: 10;
}
.products .product .product-thumb .flashs > span{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #242424;
	color: #242424;
	letter-spacing: 1px;
	padding: 0 10px;
}
.products .product .product-thumb .flashs > .new{
	border-color: #f36666;
	color: #f36666;
}
.products .product .product-thumb .thumb-inner{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	overflow: hidden;
}
.products .product .product-thumb .thumb-inner img{
    width: 100%;
}
.products .product .product-thumb .group-button{
	position: absolute;
	bottom: 0;
	right: 0;
	bottom: -40px;
	opacity: 0;
	text-align: center;
	-webkit-transition: bottom 0.3s ease-out 0s, opacity 0.5s ease-out 0s;
	-o-transition: bottom 0.3s ease-out 0s, opacity 0.5s ease-out 0s;
	transition: bottom 0.3s ease-out 0s, opacity 0.5s ease-out 0s;
}
.products .product:hover .product-thumb .group-button{
  opacity: 1;
  bottom: 0;
}
.group-button .compare-button{float: left;}
.group-button > a,
.group-button .compare-button > a{
	display: inline-block;
	width: 35px;
	height: 35px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 0;
	position: relative;
	float: left;
	padding: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	border: none;
}
.group-button > a:hover,.group-button > a:focus,
.group-button .compare-button > a:hover, .group-button .compare-button > a:focus{
	color: #fff;
}
.group-button > a.add_to_cart_button{
	background: #242424;
}
.group-button > a.yith-wcqv-button{
	background: #999;
}
.group-button > a.added_to_cart.wc-forward{
	background: #f36666;
}
.group-button .compare-button > a{
	background: #242424;
}
.group-button > a.add_to_cart_button:hover,
.group-button > a.yith-wcqv-button:hover,
.group-button .compare-button > a:hover{
	background: #f36666;
}
.group-button > a:after,
.group-button .compare-button > a:after{
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 12px;
	width: 35px;
	line-height: 35px;
	left: 0;
}
.group-button > a.add_to_cart_button:after,
.group-button > a.product_type_external:after{
	content: "\f217";
}
.group-button > a.yith-wcqv-button:after{
	content: "\f06e";
}
.group-button > a.added_to_cart.wc-forward:after{
	content: "\f00c";
}
.group-button .compare-button > a:after{
	content: "\f066";
}
.group-button > a.add_to_cart_button.loading:after{
    content: "\f110";
    -webkit-animation: spin 0.6s linear 0s infinite normal;
    -moz-animation: spin 0.6s linear 0s infinite normal;
    -ms-animation: spin 0.6s linear 0s infinite normal;
    -o-animation: spin 0.6s linear 0s infinite normal;
    animation: spin 0.6s linear 0s infinite normal;
}
@keyframes spin {
    0% { transform: rotate(360deg); }
    100% { transform: rotate(0deg); }
}
@-webkit-keyframes spin {
    0% {-webkit-transform: rotate(360deg); }
    100% { -webkit-transform: rotate(0deg); }
}
@-ms-keyframes spin {
    0% {-ms-transform: rotate(360deg); }
    100% { -ms-transform: rotate(0deg); }
}
@-moz-keyframes spin {
    0% { -moz-transform: rotate(360deg); }
    100% { -moz-transform: rotate(0deg); }
}
@-o-keyframes spin {
    0% { -o-transform: rotate(360deg); }
    100% { -o-transform: rotate(0deg); }
}

.products .product .product-innfo{
	padding: 25px 0px 0 0;
	position: relative;
}
.product-item .product-name{
	font-size: inherit;
	text-transform: uppercase;
	margin: 0;
	padding-right: 20px;
}
.product-item .product-name a{
	color: inherit;
}
.product-item .product-name a:hover{
	color: #f36666;
}
.product-item .price{
	font-size: inherit;
	color: #555;
}
.product-item .price del{
	color: #ddd;
	font-weight: 600;
	margin-right: 15px;
}
.price ins{
	text-decoration: none;
}

.products .product .product-innfo .yith-wcwl-add-to-wishlist {
  height: 20px;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 25px;
  width: 20px;
}
.yith-wcwl-add-to-wishlist .ajax-loading{
	position: absolute;
	right: 0;
	top: 0;
}
.products .product .product-innfo .yith-wcwl-add-to-wishlist > div > a{
	position: relative;
	font-size: 0;
	color: inherit;
}
.products .product .product-innfo .yith-wcwl-add-to-wishlist > div > a:hover{
	color: #f36666;
}
.products .product .product-innfo .yith-wcwl-add-to-wishlist > div > a:after{
	content: "\f08a";
	font-family: 'FontAwesome';
	font-size: 14px;
}
.products .product .product-innfo .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistaddedbrowse > a:after,
.products .product .product-innfo .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistexistsbrowse > a:after{
	content: "\f004";
	color: #f36666;
}
.products .product .product-innfo .yith-wcwl-add-to-wishlist > div > span{
	position: absolute;
	background: #242424;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 0 10px;
	position: absolute;
	top: -25px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
	opacity: 0;
	-webkit-transition: 0.5s ease 0s;
	-o-transition: 0.5s ease 0s;
	transition: 0.5s ease 0s;
}
.products .product .product-innfo .yith-wcwl-add-to-wishlist > div:hover > span{
	opacity: 1;
}
.products .product .product-innfo .yith-wcwl-add-to-wishlist > div > span:after{
	content: "";
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-top: 5px solid #242424;
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: 2px;
}
/* Pagination */
.page-numbers{padding: 0;text-align: center;}
.page-numbers li{list-style: none;display: inline-block;}
.page-numbers li .page-numbers{
	list-style: none;
	width: 40px;
	height: 40px;
	border: 1px solid #eee;
	line-height: 38px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 3px;
	color: #242424;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.page-numbers li .page-numbers:hover,
.page-numbers li .page-numbers.current{
	color: #fff;
	background: #242424;
	border-color: #242424;
}

/* Star rating */
.star-rating{
    overflow: hidden;
    position: relative;
    height: 12px;
    line-height: 12px;
    font-size: 12px;
    width: 80px;
    letter-spacing: 5px;
}
.star-rating span{
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 12px;
}
.products .star-rating{
    display: block;
    margin: 5px 0px;
    float: none;
    font-size: 12px;
}
.star-rating:before{
    content: "\f005\f005\f005\f005\f005";
    display: inline-block;
    font-family: 'FontAwesome';
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.star-rating span:before{
    content: "\f005\f005\f005\f005\f005";
    display: inline-block;
    font-family: 'FontAwesome';
    top: 0;
    position: absolute;
    left: 0;
}
.star-rating span {
    color: #f36666;
}
/* Product deal */
.genova-products.deal_layout{
	border:1px solid #eee;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.genova-products.deal_layout .product-list-owl{
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 58px;
}
.product-item.style-3 .product-inner{
	display: table;
	width: 100%;
}
.product-item.style-3 .product-thumb{
	width: 330px;
	float: left;
	margin-right: 70px;
}
.product-item.style-3 .product-innfo{
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	padding-right: 0;
	padding-top: 0
}
.product-item.style-3 .product-name{
	font-size: 24px;
	margin-bottom: 12px;
}
.product-item.style-3 .price{
	font-size: 24px;
	display: block;
	margin-bottom: 15px;
}
.product-item.style-3 .price del{
	font-size: 18px;
}
.genova-countdown {
	font-size: 30px;
	color: #242424;
}
.genova-countdown .dot{
	display: none;
}
.genova-countdown .box-count{
	margin-right: 30px;
}
.product-item.style-3 .product-item-des {
  overflow: hidden;
}
.genova-products.deal_layout .product-count-down{
	margin-bottom: 45px;
	margin-top: 10px;
}
.deal_layout .owl-dots {
  margin-top: -25px;
}
.product-item.style-3 .product-innfo .yith-wcwl-add-to-wishlist {
	position: relative;
	top: 0;
	display: inline-block;
	width: 40px;
	height: 40px;
}
.product-item.style-3 .product-innfo .yith-wcwl-add-to-wishlist > div > a{
	width: 40px;
	height: 40px;
	display: block;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	background: #242424;
	line-height: 40px;
	margin-left: 3px;
	cursor: pointer;
	position: relative;
}
.product-item.style-3 .product-innfo .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistaddedbrowse > a:hover, 
.product-item.style-3 .product-innfo .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistexistsbrowse > a:hover{
	background: #f36666;
	color: #fff;
}
.product-item.style-3 .product-innfo .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistaddedbrowse > a::after, 
.product-item.style-3 .product-innfo .yith-wcwl-add-to-wishlist > div.yith-wcwl-wishlistexistsbrowse > a::after{
	color: inherit;
}
.product-item.style-3 .product-innfo .yith-wcwl-add-to-wishlist > div > span{
	top: -32px;
	margin-left: -5px;
}
/* Product list */
.product-item.list{overflow: hidden;}
.product-item.list .product-thumb{
	float: left;
	width: 300px;
	margin-right: 40px;
}
.product-item.list .product-innfo{
	overflow: hidden;
	padding: 0;
}
.product-item.list .price{
	margin-bottom: 20px;
	display: block;
}
.products .product-item.list  .product-innfo .yith-wcwl-add-to-wishlist{
	top: 0;
}
/* ---- Single product ---- */
.flex-control-nav{padding: 0;}
.woocommerce-product-gallery{
	position: relative;
}
.product-gallery-vertical-slide .woocommerce-product-gallery .bx-wrapper{
	float: left;
	width: 70px;
	margin-right: 30px;
	position: relative;
}
.product-gallery-vertical-slide .woocommerce-product-gallery .flex-viewport{
	width: 82%;
	width: calc(100% - 100px);
	width: -webkit-calc(100% - 100px);
	width: -moz-calc(100% - 100px);
	float: right;
}
.woocommerce-product-gallery__trigger {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 10;
}
.bx-controls-direction > a{
	background: rgba(36,36,36,0.5);
	color: #ffffff;
	display: block;
	font-size: 14px;
	height: 25px;
	line-height: 23px;
	text-align: center;
	width: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.bx-controls-direction > a:hover{
	background: #f36666; 
}
.product-gallery-vertical-slide .bx-controls-direction > a{
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(90deg);
	-ms-transform: translateX(-50%) rotate(90deg);
	-o-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}
.product-gallery-vertical-slide .bx-controls-direction > a.bx-prev{
	top: 3px;
}
.product-gallery-vertical-slide .bx-controls-direction > a.bx-next{
	bottom: 3px;
}
.product-gallery-horizontal-slide .bx-wrapper {
  margin-top: 20px;
  position: relative;
}
.product-gallery-horizontal-slide .bx-controls-direction > a{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 25px;
}
.product-gallery-horizontal-slide .bx-controls-direction > a.bx-prev{
	left: 3px;
}
.product-gallery-horizontal-slide .bx-controls-direction > a.bx-next{
	right: 3px;
}
.woocommerce-product-gallery img{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.genova-single-product .product_title{
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 6px;
}
.genova-single-product .star-rating{
	font-size: 14px;
	width: 97px;
	display: inline-block;
	letter-spacing: 7px;
}
.genova-single-product .woocommerce-review-link{
	display: inline-block;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 20px;
	color: inherit;
}
.genova-single-product .woocommerce-review-link:hover{
	color: #f36666;
}
.genova-single-product .price{
	font-size: 30px;
	color: #555;
	margin-top: 20px;
}
.genova-single-product .price del{color: #ddd}
.genova-single-product .yith-wcwl-add-to-wishlist div{height: auto;position: relative;}
.genova-single-product .yith-wcwl-add-to-wishlist div > a {
  background: #242424;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: 0;
}
.genova-single-product .yith-wcwl-add-to-wishlist div > a:hover{
	color: #fff;
	background: #f36666;
}
.genova-single-product .yith-wcwl-add-to-wishlist > div > span {
  background: #242424 none repeat scroll 0 0;
  border-radius: 3px;
  opacity: 0;
  padding: 0 10px;
  position: absolute;
  top: -32px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.5s ease 0s;
  white-space: nowrap;
}
.genova-single-product .yith-wcwl-add-to-wishlist > div > span::after {
  border-color: #242424 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px;
  bottom: -10px;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: 2px;
  position: absolute;
  font-size: 14px;
}
.genova-single-product .yith-wcwl-add-to-wishlist > div:hover > span {
  opacity: 1;
}
.genova-single-product .yith-wcwl-add-to-wishlist div > a:after{
	content: "\f08a";
	font-family: 'FontAwesome';
	font-size: 14px;
	color: inherit;
}
.genova-single-product .compare{
  background: #242424;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #ffffff;
  display: inline-block;
  font-size: 0;
  padding: 0;
  height: 40px;
  line-height: 40px;
  position: relative;
  text-align: center;
  width: 40px;
  vertical-align: bottom;
}
.genova-single-product .compare:hover{
	background: #f36666;
	color: #fff;
}
.genova-single-product .compare:after{
	position: absolute;
	font-family: 'FontAwesome';
	font-size: 12px;
	width: 100%;
	height: 100%;
	line-height: inherit;
	left: 0;
	content: "\f066";
	color: inherit;
}
.genova-single-product .yith-wcwl-add-to-wishlist{display: inline-block;margin-top: 0;vertical-align: bottom;}
.genova-single-product .compare{display: inline-block;}
.genova-single-product .yith-wcwl-add-to-wishlist div.yith-wcwl-wishlistaddedbrowse > a:after,
.genova-single-product .yith-wcwl-add-to-wishlist div.yith-wcwl-wishlistexistsbrowse > a:after{
	content: "\f004";
}
.genova-single-product .yith-wcwl-wishlistaddresponse{display: none;}
.single_variation_wrap {
  display: inline-block;
  vertical-align: middle;
}

.woocommerce-message {
  margin-bottom: 30px;
  background: #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #242424;
  padding: 7px 10px;
}
.woocommerce-error{
	padding: 7px 10px;
	list-style: none;
	margin-bottom: 30px;
  	background: #eeeeee;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	-ms-border-radius: 3px;
  	-o-border-radius: 3px;
  	border-radius: 3px;
}
table.variations td, table.variations th{
	border: none;
	padding: 5px;
	text-align: left;
}
table.variations .chosen-container{
	width: 250px!important;
}
table.variations label {
  line-height: 40px;
}
table.group_table td{
	padding: 5px;
}
.genova-single-product table.group_table .price{
	font-size: inherit;
}
table.group_table a{
	color: #242424;
}
table.group_table a:hover{
	color: #f36666;
}
table.group_table td.label{white-space: normal;vertical-align: middle;}
td.label{display: table-cell;}
label{margin: 0;}
.label{
	font-size: inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.genova-single-product table.group_table .quantity{margin: 0;}
.genova-single-product .quantity{
	margin-right: 25px;
}
.quantity{
	border: 1px solid #ddd;
	display: inline-block;
	width: 126px;
	height: 40px;
	line-height: 38px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	color: #242424;
	font-size: inherit;
}
.quantity a{width: 40px;color: inherit;}
.quantity a.qtyminus{
	border-right: 1px solid #ddd;
	float: left;
}
.quantity a.qtyplus{
	border-left: 1px solid #ddd;
	float: right;
}
.quantity .input-qty{
	border: none;
	padding: 0 2px;
	text-align: center;
	color: inherit;
	height: 38px;
	vertical-align: top;
}
.genova-single-product p.cart{
	display: inline-block;
}
.genova-single-product .yith-wcwl-add-to-wishlist + div.clear{display: inline-block;}
.genova-single-product .cart .quantity{vertical-align: middle;}
.genova-single-product .cart .single_add_to_cart_button{width: 150px;text-align: center;vertical-align: middle;}
.genova-single-product .cart{margin-bottom: 0px;}
.genova-single-product .product_meta{margin-top: 20px;}
.genova-single-product .cart > div.clear{clear: none;display: inline-block;}
.product_meta{
	text-transform: uppercase;
	color: #999;
	margin-bottom: 17px;
}
.product_meta .posted_in, .product_meta .tagged_as{display: block;}
.product_meta a, .share-links a{
	color: #242424;
}
.product_meta a:hover, .product_share a:hover{
	color: #f36666;
}
.genova-single-product .product_meta .sku_wrapper > span{
	color: #242424;
}
.share-links{
	text-transform: uppercase;
	color: #999;
}
.share-links a{
	font-size: 12px;
	margin: 0 8px;
}
.genova-single-product{margin-bottom: 50px}
.tabs{padding: 0;border-bottom: 1px solid #eee;}
.tabs li{
	display: inline-block;
	list-style: none;
	text-transform: uppercase;
	margin-right: 30px;
}
.tabs li a{
	color: inherit;
	padding: 13px 0;
	display: inline-block;
}
.tabs li a:hover, .tabs li.active a{
	color: #242424;
}
.woocommerce-tabs .panel{
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	padding-top: 20px;
	border: none;
	box-shadow: none;
}
.woocommerce-tabs .woocommerce-Reviews-title,
.woocommerce-tabs .comment-reply-title{
	text-transform: uppercase;
	font-size: inherit;
	color: #242424;
}
.woocommerce-tabs .woocommerce-Tabs-panel>h2{
	color: #242424;
	font-size: inherit;
	text-transform: uppercase;
}
.woocommerce-tabs #tab-description > h2{display: none;}
.commentlist{
	padding: 0;
	list-style: none;
}
.comment_container .avatar{
	width: 90px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	margin-right: 18px;
	float: left;
}
.comment_container .comment-text{
	overflow: hidden;
	padding-top: 10px;
}
.comment_container .comment-text .star-rating{float: right;}
.comment_container .comment-text .woocommerce-review__dash{display: none;}
.comment_container .comment-text .woocommerce-review__author{
	text-transform: uppercase;
	font-weight: 500;
	font-size: 12px;
	display: block;
	color: #242424;
	line-height: 15px;
}
.comment_container .comment-text .woocommerce-review__published-date{
	font-size: 12px;
	color: #999;
}
.comment_container .comment-text .meta{margin-bottom: 0}
.commentlist > .comment{
	margin-bottom: 20px;
}
.woocommerce-Reviews #comments{
	overflow: hidden;
	margin-bottom: 15px;
}
.comment-form-rating label, label{
	font-weight: 500;
	color: #242424;
}
.comment-form-rating .stars {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  margin-left: 15px;
}
.comment-form-rating p.stars span{
  float: left;
  font-size: 12px;
  height: 12px;
  letter-spacing: 8px;
  line-height: normal;
  position: relative;
  width: 90px;
}
.comment-form-rating p.stars > span::before {
  color: #999;
  content: "\f005\f005\f005\f005\f005";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  left: 0;
  position: absolute;
}
#review_form #commentform .stars > span a:hover::before, 
#review_form #commentform .stars > span a.active::before {
  color: #f36666;
  content: "\f005\f005\f005\f005\f005";
  font-family: "FontAwesome";
  font-style: normal;
  font-weight: normal;
  left: 0;
  position: absolute;
  top: 0;
}
#review_form #commentform .stars > span a {
  float: left;
  height: 0;
  left: 0;
  line-height: normal;
  overflow: hidden;
  padding-top: 12px;
  position: absolute;
  text-align: center;
  top: 0;
}
#review_form #commentform p.stars span a.star-1 {
  width: 18px;
  z-index: 10;
}
#review_form #commentform p.stars span a.star-2 {
  width: 36px;
  z-index: 9;
}
#review_form #commentform p.stars span a.star-3 {
  width: 54px;
  z-index: 8;
}
#review_form #commentform p.stars span a.star-4 {
  width: 72px;
  z-index: 7;
}
#review_form #commentform p.stars span a.star-5 {
  width: 90px;
  z-index: 6;
}
.comment-form-rating .chosen-container {
  display: none;
}
.block-related{
	padding-top: 60px;
	border-top: 1px solid #eee;
	margin-top: 60px;
}
.shop-page .owl-carousel .product-item{
	margin-bottom: 0;
}
.block-related .nav-center .owl-nav > div{margin-top: -35px}
.genova-single-product .single-left{position: relative;}
.genova-single-product .single-left .onsale{
	position: absolute;
	top: 10px;
	right: 30px;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 18px;
    z-index: 10;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #242424;
	color: #242424;
	letter-spacing: 1px;
	padding: 0 10px;
}

/* --- Cart ---*/
.shop_table.cart{
	border: 1px solid #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.shop_table.cart thead th{
	display: none;
}
.shop_table.cart td{
	border: none;
	border-bottom: 1px solid #eee;
	padding: 30px 5px;
	text-align: center;
}
.shop_table.cart tr:last-child td{
	border-bottom: none;
}
td.product-thumbnail img{
	width: 100px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
td.product-remove{
	width: 70px;
	font-size: 18px;
}
.product-remove a{
	color: #ddd;
}
.product-remove a:hover{
	color: #f36666;
}
.shop_table.cart td.product-name{
	text-align: left;
}
.product-name a{
	text-transform: uppercase;
	color: #242424;
}
.product-name a:hover{
	color: #f36666;
}
.product-price, .shop_table .amount{
	color: #555;
}
.shop_table.cart .coupon{
	float: left;
	margin-left: 30px
}
.shop_table.cart .coupon label{display: none;}
.shop_table.cart td.actions > .button{
	float: right;
	margin-right: 30px;
}
.woocommerce-cart-form{margin-bottom: 60px}
.cart-collaterals .cross-sells{
	margin-bottom: 60px
}
.cart-collaterals .product-item{
	margin-bottom: 30px;
}
.page-main-content:after,
.page-main-content:before{
	content: "";
	display: table;
	clear: both;
}
.cart_totals {
  float: right;
  width: 50%;
}
.cart_totals h2{
	font-size: 30px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.cart_totals h2:after {
  background: #dddddd none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  margin-top: 10px;
  width: 30px;
}
.cart_totals .shop_table{
	border: none;
}
.cart_totals .shop_table th, .cart_totals .shop_table td{
	padding: 24px 0;
	border: none;
	border-bottom: 1px solid #eee;
}
.cart_totals .shop_table th{
	text-align: left;
	text-transform: uppercase;
	color: #242424;
}
.cart_totals .shop_table td{
	text-align: right;
}
.cart_totals .shop_table td strong{
	font-weight: normal;
}
.cart_totals .wc-proceed-to-checkout{
	text-align: right;
	margin-top: 5px;
}
/* --- Check out ---*/
.col2-set{
	overflow: hidden;
}
.col2-set .col-1,.col2-set .col-2
{
	width: 50%;
	float: left;
}
.col2-set .col-1{padding-right: 15px;}
.col2-set .col-2{padding-left: 15px;}
.woocommerce-checkout .select2{
	display: none;
}
.woocommerce-info{
	background: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	padding: 8px 10px;
	margin-bottom: 10px;
}
.woocomerce-form .input-text{
	min-width: 50%!important;
}
.woocommerce-form-login label.inline{
	display: inline;
}
.woocomerce-form label,.woocommerce-checkout label{
	display: block;
}
.woocommerce-form-login, .checkout_coupon{
	padding: 10px 0;
}
.woocommerce-checkout .input-text{
	width: 100%
}
abbr[data-original-title], abbr[title]{border: none;text-decoration:none;}
.payment_methods{list-style: none;padding: 0;}
.payment_methods li{
	margin-bottom: 10px;
}
.payment_methods li p{margin-bottom: 0}
.woocommerce-checkout-payment label{display: inline;}
.place-order{margin-top: 20px;text-align: right;}
.woocommerce-order-overview {
  padding: 0;
}
.woocommerce-orders-table .button.view{
	padding: 5px 15px;
}
.woocommerce-address-fields .form-row label{display: block;}
.woocommerce-address-fields__field-wrapper:after,
.woocommerce-address-fields__field-wrapper:before{
	content: "";
	display: table;
	clear: both;
}
.woocommerce-address-fields .form-row{
	width: 48%;
	float: left;
}
.woocommerce-address-fields .form-row:nth-child(2n+1){
	margin-right: 4%;
}
.woocommerce-address-fields .form-row.validate-phone{margin-right: 4%}
.woocommerce-address-fields .form-row.validate-email{margin-right: 0}
.woocommerce-address-fields .form-row .input-text{width: 100%}
.col2-set .woocommerce-address-fields .form-row{
	width: 100%;
}
.woocommerce-address-fields .chosen-container{width: 100%!important;min-width: 0;}

/* Woocommerce shop */
.woocommerce-breadcrumb{
	color: #fff;
}
.woocommerce-breadcrumb > a:after{
	color: #ffffff;
	content: ">";
	padding: 0 5px;
}
/* Account */
.page-main-content .woocommerce:after,
.page-main-content .woocommerce:before{
	content: "";
	display: table;
	clear: both;
}
.woocommerce-MyAccount-navigation{
	float: left;
    margin-right: 20px;
    width: 250px;
}
.woocommerce-MyAccount-navigation ul{
	padding: 0;
	list-style: none;
}
.woocommerce-MyAccount-navigation ul li{
	border-bottom: 1px solid #eee;
	padding: 5px;
}
.woocommerce-MyAccount-navigation ul li:last-child{
	border-bottom: none;
}
.woocommerce-MyAccount-navigation ul li a{
	color: inherit;
}
.woocommerce-MyAccount-navigation ul li a:hover{
	color: #f36666;
}
.woocommerce-MyAccount-content{
	overflow: hidden;
}
/*	Wish list */
.woocommerce table.wishlist_table {
  font-size: inherit;
}
.woocommerce .wishlist_table td.product-add-to-cart{
	text-align: center;
}
.woocommerce .wishlist_table td.product-add-to-cart a{
	max-width: 150px;
	margin: 0 auto;
}
.woocommerce table.wishlist_table tbody td{
	padding: 30px 10px;
}
.wishlist_table tr td.product-thumbnail a{max-width: 100px}
.yith-wcwl-share{margin-bottom: 0}
.woocommerce table.wishlist_table tfoot td:first-child{
	border-top: 1px solid #eee;
}
/* --------------------
		SHORTCODE
-------------------- */
/* Title section */
.genova-title{
	text-transform: uppercase;
	font-size: 30px;
	margin-bottom: 30px;
}
.genova-title:after{
	content: "";
	display: block;
	height: 1px;
	width: 30px;
	background: #ddd;
	margin-top: 10px;
}
.genova-title.text-center:after{
	margin-left: auto;
	margin-right: auto;
}
.genova-title.text-left:after{
	margin-left: 0;
}
.genova-title.text-right:after{
	margin-right: 0
}
/* Banner */
.genova-simplebanner{
	position: relative;
}
.genova-simplebanner a{
	position: absolute;
	top: 38px;
	left: 38px;
	text-transform: uppercase;
	font-size: 18px;
	color: #242424;
}
.genova-simplebanner a:after{
	content: "";
	display: block;
	height: 1px;
	width: 0px;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	background: #242424;
}
.genova-simplebanner a:hover:after{
	width: 100%;
	opacity: 1;
}
.genova-simplebanner img{width: 100%}
/* CTA */
.genova-calltoaction{
	border: 1px solid #eee;
	padding: 45px 38px;
	width: 100%;
	display: table;
}
.genova-calltoaction .content-text{
	display: table-cell;
	width: 75%;
	text-transform: uppercase;
}
.genova-calltoaction .action{
	display: table-cell;
	width: 25%;
	vertical-align: middle;
	text-align: center;
}
.genova-calltoaction .action .genova-button{
	min-width: 150px;
}
.genova-calltoaction .title{
	font-size: 30px;
	margin-bottom: 0;
}
/* Categies */
.genova-categories{
	position: relative;
}
.genova-categories  .thumb figure{
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.genova-categories .info{
	position: absolute;
	top: 35px;
	left: 38px;
}
.genova-categories .title{
	font-size: 18px;
	text-transform: uppercase;
	margin: 0;
}
.genova-categories .title a{
	color: inherit;
	display: inline-block;
}
.genova-categories .title a:after{
	content: "";
	display: block;
	height: 1px;
	width: 0;
	background: #242424;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.genova-categories .title a:hover:after{
	width: 100%;
}
/* Client */
.genova-slider .banner-effect{
	opacity: 0.5;
}
.genova-slider .banner-effect:hover{
	opacity: 1;
}
/* Product list */
.product-list-owl.nav-center .owl-nav > div{
	margin-top: -30px;
}
.product-list-owl.nav-bottom-right .owl-nav{
	bottom: 90px;
}
/* Lastest post */
.blog-item .post-thumb{
	margin-bottom: 20px;
}
.blog-item .post-title{
	text-transform: uppercase;
	margin-bottom: 0px;
}
.post-metas{
	font-size: 12px;
}
.post-metas > span{margin-right: 15px}
.post-title a{
	color: inherit;
}
.post-title a:hover{
	color: #f36666;
}
.genova-blogs .post-title{font-size: 14px;}
/* Product list */
.product-item.style-2 .product-thumb{
	width: 90px;
	float: left;
	margin-right: 20px;
}
.product-item.style-2 .product-thumb .flashs{display: none;}
.product-item.style-2 .product-innfo{
	overflow: hidden;
	padding-right: 0;
	padding-top: 15px
}
.product-item.style-2 .product-inner {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.product-item.style-2:last-child .product-inner{
	border-bottom: none;
	margin-bottom: 0;
}
/* Product filter */
.genova-productsfilter .head:after,
.genova-productsfilter .head:before{
	content: "";
	display: table;
	clear: both;
}
.genova-productsfilter .filter-by-category{
	padding: 0;
	list-style: none;
	float: left;
}
.filter-by-category li{
	display: inline-block;
	text-transform: uppercase;
	margin-right: 25px
}
.filter-by-category li a{
	color: inherit;
}
.filter-by-category li a:hover,
.filter-by-category li.selected a{
	color: #f36666;
}
.genova-productsfilter .block-filter{
	float: right;
	position: relative;
}
.block-filter > a{
	padding-bottom: 27px;
	display: block;
	color: #242424;
	text-transform: uppercase;
}
.block-filter > a:after{
	content: "\f0d7";
	font-family: 'FontAwesome';
	margin-left: 5px;

}
.block-filter .block-content{
	display: none;
	background: #242424 none repeat scroll 0 0;
	padding: 20px 27px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 320px;
	z-index: 12;
}
.block-filter .block-content .item{
	float: left;
}
.block-filter .block-content .filter-by-price{
	padding-left: 50px;
}
.block-content .item .title{
	color: #fff;
	text-transform: uppercase;
}
.block-content .item ul{
	padding: 0;
	list-style: none;
}
.block-content .item ul li{line-height: 30px;white-space: nowrap;}
.block-content .item ul li a{
	color: inherit;
}
.block-content .item ul li a:hover,
.block-content .item ul li.selected a{
	color: #f36666;
}
/* Testimonial */
.genova-testimonials{
	text-align: center;
	border: 1px solid #eee;
	padding: 65px 20px;
}
.genova-testimonials .testimonial-item{
	max-width: 770px;
	margin: 0 auto;
}
.testimonial-item .client-quote{
	font-size: 18px;
	line-height: 30px;
}
.testimonial-item .client-name{
	color: #242424;
	margin-top: 30px;
	font-size: 18px;
	line-height: 30px;
}
.owl-dots.disabled{margin: 0;display: none;}
/* Contact form 7 */
.wpcf7-form .wpcf7-form-control-wrap{
	display: block;
	margin-bottom: 30px;
}
.wpcf7-form .wpcf7-form-control{
	width: 100%;
}
.wpcf7-form .wpcf7-form-control.wpcf7-submit{
	width: auto;
}
/* Team member */
.genova-team-members .member_item{
	text-align: center;
	margin-bottom: 30px;
}
.genova-team-members .member_item .member_avatar{
	margin-bottom: 25px;
	overflow: hidden;
}
.genova-team-members .member_item .member_avatar img{
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.genova-team-members .member_item:hover .member_avatar img{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.genova-team-members .social-share  li a{
	color: inherit;
	border-color: #ddd;
}
.genova-team-members .social-share  li a:hover{
	color: #fff;
	border-color: #f36666;
}
.genova-team-members .member-info{
	text-transform: uppercase;
	margin-bottom: 10px;
}
.genova-team-members .member_name{
	color: #242424;
}
.genova-team-members .member_name:after{
	content: "-";
	margin-left: 3px;
	display: inline-block;
	color: #242424;
}
/* Newsletter */
.genova-newsletter{
	text-align: center;
}
.genova-newsletter .title{
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 5px;
}
.genova-newsletter .subtitle{
	text-align: center;
	margin-bottom: 10px;
}
.genova-newsletter .newsletter-form-wrap{
	display: inline-block;
	margin-top: 10px;
	overflow: hidden;
	width: 100%;
	max-width: 655px;
}
.genova-newsletter .newsletter-form-wrap button{
	width: 150px;
}
.genova-newsletter .newsletter-form-wrap input{
	width: 76%;
	width: calc(100% - 155px);
	width: -moz-calc(100% - 155px);
	width: -webkit-calc(100% - 155px);
}
/* Contact info */
.genova-storeinfo{margin-bottom: 30px;text-align: center;}
.genova-storeinfo .title{
	font-size: 18px;
	margin-bottom: 10px;
}
/* Google map */
.genova-map-info{
	color: #242424;
}
.genova-map-info h4{
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 1px;
}
.genova-map-info .fa{
	margin-right: 15px;
}
.genova-map-info a{color: inherit;}
.genova-map-info a:hover{
	color: #f36666;
}
/* --------------------
		BLOG
---------------------- */
.post-name a{color: inherit;}
.post-name a:hover{
	color: #f36666;
}
.post-list .post-item{
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
}
.post-list .post-item:last-child{

}
.post-name{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 0;
	word-wrap: break-word;
}
.post-item .post-thumb{
	margin-bottom: 20px;
}
.post-excerpt, .post-item .post-content{
	 margin-bottom: 20px;
    margin-top: 15px;
}
.comment-form .input-form{
	width: 100%;
	margin-bottom: 30px
}
.comment-reply-title{
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 30px;
}
.comment-reply-title:after {
  background: #dddddd none repeat scroll 0 0;
  content: "";
  display: block;
  height: 1px;
  margin-top: 10px;
  width: 30px;
}
#cancel-comment-reply-link{
    font-size: 12px;
}
.post-detail{margin-bottom: 50px}
/* Comment list */
.post-comments .block-title{
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.post-comments .block-title:after {
  background: #dddddd;
  content: "";
  display: block;
  height: 1px;
  margin-top: 10px;
  width: 30px;
}
.post-comments ol.comments{
	margin-bottom: 50px
}
ol.comments{
	padding: 0;
	list-style: none;
}
ol.comments .comment{
    margin-top: 30px;
}
ol.comments ol.children{
	list-style: none;
}
.comment-body .author-avatar{
	float: left;
	width: 100px;
	margin-right: 15px;
}
.comment-body .author-avatar .avatar{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.comment-body .comment-content{
	overflow: hidden;
}
.comment-content{
	position: relative;
}
.comment-content .author{
	text-transform: uppercase;
	color: #242424;
}
.comment-content .comment-meta{
	font-size: 12px;
	color: #999;
}
.comment-content .comment-meta a{color: inherit;}
.comment-content .comment-meta a:hover{color: #f36666;}
.comment-content .comment-meta a.comment-edit-link {
  color: #f36666;
  margin-left: 10px;
}
.comment-content .head{
	margin-bottom: 10px;
}
.comment-content .reply{
	position: absolute;
	right: 0;
	top: 0;
}
ol.comments .comment-respond{
    padding: 30px;
    background-color: #f5f5f5;
    margin: 30px 0;
}
.comment-respond .form-submit{
    margin: 0;
}
/* --------------------
		FOOTER
--------------------- */
footer{
	background: #242424;
}
.footer-widget{
	border-bottom: 1px solid #333;
	padding: 45px 0 15px 0;
}
footer .widget{
	margin-bottom: 25px;
}
footer .widgettitle{
	color: #fff;
}
.copyright a{
	color: #fff;
}
.copyright a:hover{color: #f36666}
.genova-payment{
	text-align: right;
}
.genova-payment span{margin-left: 10px; display: inline-block;}
footer .copyright{
    line-height: 30px;
}
/* -------------------
	HOME SLIDE
------------------- */
.tp-bullets.custom .tp-bullet{
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #999;
	margin: 0 10px;
	opacity: 0.5;
	margin-top: 2px
}
.tp-bullets.custom .tp-bullet.selected{
	width: 13px;
	height: 13px;
	opacity: 1;
	margin-top: 0;
}
/* --------------------
		RESPONSIVE
--------------------- */
/* Menu responsive */
.menu-togole:hover,.menu-togole:focus{
	background: #f36666;
	color: #fff;
}
.genova-clone-wrap{
	background: #242424;
	overflow: hidden;
}
.genova-panels li a{
	color: inherit;
	text-transform: uppercase;
}
.genova-panels li a:hover{
	color: #fff;
}
.genova-panel > ul > li{
	border-color: rgba(255,255,255,0.3);
}
.genova-panels-actions-wrap{
	border-color: rgba(255,255,255,0.3);
}
.genova-panels-actions-wrap .genova-close-btn, 
.genova-panels-actions-wrap .genova-prev-panel{
	border-color: rgba(255,255,255,0.3);
	color: inherit;
}
.genova-panels-actions-wrap .genova-close-btn:hover, 
.genova-panels-actions-wrap .genova-prev-panel:hover{
	color: #f36666;
}
.genova-panels .submenu{
	opacity: 1;
	visibility: visible;
	position: relative;
	left: 0;
	top: 0;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}
.backtotop{
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	text-align: center;
	background: rgba(0,0,0,0.5);
	color: #ffffff;
	line-height: 38px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 50;
}
.backtotop:hover{
	background: #f36666;
	color: #fff;
}
#yith-quick-view-content div.images,
#yith-quick-view-content div.summary{
    width: 100%;
}
.genova-single-product-quickview{
    padding: 20px;
}

#yith-quick-view-modal.open .yith-wcqv-main{
    overflow-x: hidden;
    overflow-y: auto;
}
@media (max-width: 1199px){
}
@media (min-width: 992px) and (max-width: 1199px) {
	.genova-countdown .box-count{margin-right: 20px;}
	.product-item.style-3 .product-thumb{margin-right: 50px;}
	.genova-countdown{font-size: 25px;}
	.genova-products.deal_layout .product-count-down{margin-bottom: 35px}
}
@media (min-width: 768px) and (max-width: 991px) {
	.header-bar-menu .account-menu > a{font-size: 0;}
	.header-bar-menu .account-menu > a:before{
		 content: "\f2c0";
		 font-family: 'FontAwesome';
		 font-size: 14px;
		 vertical-align: middle;
	}
	.header-bar-menu .shopcart-switch .cartlink{font-size: 0;}
	.header-bar-menu .shopcart-switch .cartlink:before{
		content: "\f217";
		font-family: 'FontAwesome';
		font-size: 14px;
		vertical-align: middle;
	}
	.header-bar-menu > li::after{margin: 0 10px;vertical-align: -5px}
	.left-mainheader{
		width: 87%;
		width: calc(100% - 90px);
		width: -moz-calc(100% - 90px);
		width: -webkit-calc(100% - 90px);
		float: left;
	}
	.right-mainheader{
		width: 90px;
		float: right;
		padding-left: 0;
	}
	.genova-products.deal_layout .product-list-owl{padding: 30px;}
	.product-item.style-3 .product-thumb{width: 270px;margin-right: 40px}
	.product-item.style-3 .product-name{font-size: 18px;}
	.genova-countdown{font-size: 20px;line-height: 1.5em;}
	.genova-countdown .box-count{margin-right: 20px;}
	.deal_layout .owl-dots{margin-top: 15px;}
	.genova-products.deal_layout .product-count-down{margin-bottom: 30px;}
	.products .product .product-innfo .yith-wcwl-add-to-wishlist > div > span{display: none;}
	.product-item.list .product-thumb{width: 50%;margin-right: 30px}
	.woocomerce-form .input-text,form.register .input-text{width: 100%}
	.woocommerce-MyAccount-navigation{width: 215px;}


}
@media(max-width: 991px){
    .header.style2 .main-header{
        padding: 0 15px;
    }
    .header.style2 .right-mainheader{
        width: 100px;
    }
    .header.style2 .left-mainheader {
        width: calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: -webkit-calc(100% - 100px);
    }
    .page-template-fullwidth .header.style2{
        position: static;
    }
    .page-template-fullwidth .header.style2 .main-header{
        background: #000;
    }
    .header.style2 .main-header.header-sticky{
        position: static!important;
    }
}
@media(max-width: 767px){
	.menu-togole{
		display: block;
	}
	.gn-mainmenu{display: none;}
	.left-mainheader{
		width: 83%;
		width: calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		width: -moz-calc(100% - 80px);
		float: left;
	}
	.right-mainheader{
		width: 80px;
		float: right;
		padding-left: 0;
	}
	.header-bar-menu > li > a, .header-bar-menu li a.cartlink{padding: 18px 0}
	.header-bar-menu .account-menu > a{font-size: 0;}
	.header-bar-menu .account-menu > a:before{
		 content: "\f2c0";
		 font-family: 'FontAwesome';
		 font-size: 14px;
		 vertical-align: middle;
	}
	.header-bar-menu .shopcart-switch .cartlink{font-size: 0;}
	.header-bar-menu .shopcart-switch .cartlink:before{
		content: "\f217";
		font-family: 'FontAwesome';
		font-size: 14px;
		vertical-align: middle;
	}
	.header-bar-menu > li::after{margin: 0 10px;}
	.menu-wrapper {float: right;width: auto;}
	.logo { margin: 16px 0;width: 70px;}
	.mini-shoping-cart-wraper .cart-numbber{top: 12px}
	.header-bar-menu > li::after{vertical-align: -5px}
	.menu-top li::after{margin: 0 5px;}
	.right-topbar .wishlist{font-size: 0;}
	.right-topbar .wishlist .number{right: 9px;top: 2px}
	.right-topbar .wishlist::after{margin-left: 15px}
	.gn-social a{margin-left: 10px}
	.search-header{margin-left: 10px}
	.right-topbar .wishlist{padding: 6px 0 0;}
	.mini-shoping-cart-wraper .mini-cart-content{width: 290px;padding: 20px}
	.az-caption-small{font-size: 10px!important;margin-bottom: 5px!important}
	.az-caption-big{font-size: 20px!important;line-height: 40px!important;margin-top: 5px!important}
	.az-button-slide{padding: 3px 20px!important;margin-top: 15px!important}
	.genova-clone-wrap{width: 270px;}
	.genova-calltoaction{display: block;text-align: center;padding: 40px 30px}
	.genova-calltoaction .content-text{display: block;width: 100%;margin-bottom: 20px}
	.genova-calltoaction .action{display: block;width: 100%}
	.genova-categories .info{left: 30px;top: 28px}
	.main-header.header-sticky{
		position: relative!important;
		top: 0!important;
	}
	.admin-bar .main-header.header-sticky{
		top: 0!important;
	}
	.genova-products.deal_layout .product-list-owl{padding: 20px}
	.product-item.style-3 .product-inner{display: block;}
	.product-item.style-3 .product-thumb{width: 100%;margin-right: 0}
	.product-item.style-3 .product-innfo{display: block;width: 100%; margin-bottom: 20px;}
	.product-item.style-3 .product-name{font-size: 18px;}
	.genova-countdown{font-size: 20px;line-height: 1.5em;}
	.genova-countdown .box-count{margin-right: 20px;}
	.deal_layout .owl-dots{margin-top: 15px;}
	.genova-products.deal_layout .product-count-down{margin-bottom: 30px;}
	.genova-title{font-size: 26px;}
	.sidebar{margin-top: 40px;width: 100%}
	.products .product .product-innfo .yith-wcwl-add-to-wishlist > div > span{display: none;}
	.product-item.list .product-thumb{margin-right: 20px}
	.product-item.list .product-thumb{width: 50%}
	.genova-single-product .single-left{margin-bottom: 30px;overflow: hidden;}
	.genova-single-product .product_title{font-size: 24px;}
	.genova-single-product .quantity {display: block;margin-bottom: 20px;margin-right: 0px;}
	.genova-single-product .group_table .quantity{margin-bottom: 0}
	.product-gallery-vertical-slide .woocommerce-product-gallery .bx-wrapper{margin-right: 15px}
	.product-gallery-vertical-slide .woocommerce-product-gallery .flex-viewport { 
		width: calc(100% - 85px);
		width: -moz-calc(100% - 85px);
		width: -webkit-calc(100% - 85px);

	}
	table.group_table td {padding: 5px 3px;}
	.nav-center .owl-nav > div.owl-prev {left: 10px;}
	.nav-center .owl-nav > div.owl-next {right: 10px;}
	.col2-set .col-1, .col2-set .col-2 {float: left;width: 100%;}
	.col2-set .col-1{padding-right: 0;}
	.col2-set .col-2{padding-left: 0}
	.woocomerce-form .input-text,form.register .input-text{width: 100%}
	.woocommerce-MyAccount-navigation{float: none;width: 100%;margin: 0 0 30px 0;}
	.cart_totals {width: 100%;}
	.shop_table.cart tr, .shop_table.cart td, .shop_table.cart tbody {
	  display: block;
	}
	td.product-remove{width: 100%}
	.shop_table.cart td.product-name{text-align: center;}
	.shop_table.cart td.product-thumbnail{text-align: center;}
	.wishlist_table tr td.product-thumbnail a{margin: 0 auto;}
	.shop_table.cart{border: none;}
	.shop_table.cart tbody tr, .shop_table.cart tfoot tr{border: 1px solid #eee;border-bottom: none;margin-bottom: 20px}
	.shop_table.cart .coupon{float: none;margin-left: 0}
	.shop_table.cart td.actions > .button{float: none;margin-right: 0;margin-top: 20px;width: 100%}
	.shop_table.cart td{padding: 20px 5px}
	.shop_table.cart tr:last-child td {
	  border-bottom: 1px solid #eeeeee;
	}
	.comment-body .author-avatar{width: 75px}
	ol.children {padding-left: 30px;}
	.products .product .product-thumb .group-button{bottom: 0;opacity: 1}
	.tabs li{margin-right: 20px}
	.tabs li:last-child{margin-right: 0;}
	.genova-storeinfo{text-align: left;}
	.genova-newsletter .newsletter-form-wrap button{width: 120px}
	.genova-newsletter .newsletter-form-wrap input {
	  width: calc(100% - 125px);
	  width: -moz-calc(100% - 125px);
	  width: -webkit-calc(100% - 125px);
	}
    .page-heading{
        padding: 20px 0;
    }
    .left-slidebar .main-content{
        float: none;
    }
}
@media (max-width: 480px){
	.product-item.list .product-thumb{float: none;width: 100%;margin-right: 0;margin-bottom: 30px}
	.group_table {font-size: 12px;}
	.group_table .quantity{width: 115px;}
	.group_table .quantity a{width: 35px}
	.tp-caption.az-button-slide, .az-button-slide{font-size: 10px!important;}
	.left-mainheader{
		width: 75%;
		width: calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		width: -moz-calc(100% - 80px);
		float: left;
	}
    .copyright{
        text-align: center;
    }
    .genova-payment span{
        margin: 0 5px;
    }
    .genova-payment{
        text-align: center;
    }
    .genova-productsfilter .filter-by-category,
    .genova-productsfilter .block-filter{
        float: none;
    }
    .filter-by-category li{
        display: block;
        margin-right: 0;
        margin-bottom: 5px;
    }
    .block-filter .block-content{
        max-width: 100%;
    }
    .block-filter .block-content .item,
    .block-filter .block-content .filter-by-price{
        float: none;
        padding: 0;
        margin-bottom: 15px;
    }
    .shop-bar-control .woocommerce-result-count,
    .shop-bar-control .woocommerce-ordering{
        float: none;
    }
    .shop-bar-control .woocommerce-ordering select{
        width: 100%;
    }
    .comment-body .author-avatar {
        width: 30px;
    }
    ol.children{
        padding-left: 10px;
    }


}