/*
Theme Name: MiGames Store
Version: 1.0.0
*/

/* @group MAIN STRUCTURE*/
body {
	margin:0;
	padding:0;
	font:normal 10pt Arial, Helvetica, sans-serif;
	direction:rtl;
	color:#7e7e7e;
	background:#f4f2f5;
}
.bh{
	position: absolute;
	top: 5px;
	right: 5px;
	font-size: 14px;
	z-index: 999999;
	color: #000000;
}
a{
	color:#88ad46;
}
ins{
	text-decoration: none;
}
a:hover{
	text-decoration:none;
}
.top-wrapper{
	background-color:#ffffff;
}
#top {
	width:990px;
	margin:0 auto;
	padding:5px 0 0 0;
	/*margin-top:42px;*/
	position:relative;
}
#top-inner {
	width:990px;
	margin:0 auto;
	padding:10px 0 5px 0;
	/*margin-top:42px;*/
	position:relative;
}

.container {
	width:990px;
	margin:0 auto;
}
#main {
	float:left;
	width:735px;
}
#content {
	padding:0 20px 20px 20px;
}
#page-content {
	padding:0 20px 20px 0; 
	color:#333; 
	font-size:16px; 
	line-height:1.4; 
}
#full-width-main{
	float:none;
}
#full-width-main #page-content{padding:20px}
.separator {
	width:100%;
	margin:0 auto;
	height:35px;
	background:#88ad46;
}
#footer {
	width:990px;
	margin:0 auto
}
.clear {
	clear:both;
}
/* @end */

/* @group HOMEPAGE */
#main.home-page-content{width:100%;}
.home-content h1{
	font-size:30px;
	text-align:center;
	padding-top:5px;
}
.white-wrapper{
	background-color:#ffffff;
}
.home-content{
	margin:0;
	padding:30px 0;
}
ul.home-categories{
	list-style:none;
	margin:0;
	padding:0;
	background-color:#fff;
}
ul.home-categories li{
	display:block;
	float:right;
	width:25%;

}
ul.home-categories li .cat-wrapper{
	border-left:solid 1px #eee;
	padding:10px 15px 0 15px;
}
ul.home-categories li:nth-child(4n) .cat-wrapper{
	border-left:none;
}
ul.home-categories li a{
	text-decoration:none;
}

ul.home-categories li h3{
	text-align:center;
	color:#cd4695;
	font-size:22px;
	margin:0 0 8px 0;
}
ul.home-categories li .cat-description{
	display:block;
	text-align:center;
	padding:5px 10px 10px 10px;
	font-size:15px;
	border-bottom:solid 1px #eee;
	min-height:34px;
	color:#444;
}
ul.home-categories li:nth-child(5) .cat-description,
ul.home-categories li:nth-child(6) .cat-description,
ul.home-categories li:nth-child(7) .cat-description,
ul.home-categories li:nth-child(8) .cat-description{
	border:none;
}
ul.home-categories li:nth-child(5) .cat-wrapper,
ul.home-categories li:nth-child(6) .cat-wrapper,
ul.home-categories li:nth-child(7) .cat-wrapper,
ul.home-categories li:nth-child(8) .cat-wrapper{
	padding-top:30px;
}
ul.home-categories li img{
	width:60%;
	height:auto;
	display:block;
	margin:0 auto;
}
.home-phone-wrapper{
	background-color:#88ad46;
	color:#ffffff;
	padding:0;
	text-align:center;
}
.home-phone-wrapper h2{
	margin:0 60px 0 0;
	padding:8px 0 8px 0;
	display: inline-block;
}
.home-phone-wrapper ul.home_filter_menu{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}
.home-phone-wrapper ul.home_filter_menu > li{
	display: inline-block;
	margin: 0;
	
	position: relative;
}
.home-phone-wrapper ul.home_filter_menu > li > span{
	color: #ffffff;
	font-weight: bold;
	font-size: 1.5em;
	padding: 10px 20px;
	display: block;
}
.home-phone-wrapper ul.home_filter_menu > li > ul.filter_submenu{
	display: none;
	position: absolute;
	right: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	background-color:#88ad46;
	text-align: right;
}
.home-phone-wrapper ul.home_filter_menu > li:hover > span{
	background:#DDEABE;
	color:#88ad46;
}
.home-phone-wrapper ul.home_filter_menu > li:hover > ul.filter_submenu{
	display: block;
}
.home-phone-wrapper ul.home_filter_menu > li > ul.filter_submenu li a{
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 10px 20px;
	font-weight: bold;
	font-size: 1.2em;
}
.home-phone-wrapper ul.home_filter_menu > li > ul.filter_submenu li a:hover{
	background:#DDEABE;
	color:#88ad46;
}
.home-phone-wrapper ul.home_filter_menu > li > ul.home_menu_ages{
	width: 120px;
}
.home-phone-wrapper ul.home_filter_menu > li > ul.home_menu_brands{
	width: 240px;
}
.home-phone-wrapper ul.home_filter_menu > li > ul.home_menu_brands li .home_menu_brand_thumb{
	display: inline-block;
	width: 80px;
	margin-left: 15px;
	float: right;
}
.home-phone-wrapper ul.home_filter_menu > li > ul.home_menu_brands li a{
	padding-left: 0;
}
.home-phone-wrapper ul.home_filter_menu > li > ul.home_menu_brands li .home_menu_brand_thumb img{
	width: 100%;
	height: auto;
}
.home-phone-wrapper ul.home_filter_menu > li > ul.home_menu_brands li .home_menu_brand_name{
	display: inline-block;
	margin-top: 20px;
	width: 100px;
}
.home-newsletter-wrapper{
	background-color:#88ad46;
	color:#ffffff;
	padding:12px 0 6px 0;
	text-align:center;
}
.home-newsletter-wrapper h2{
	display:inline-block;
	margin:0 0 0 15px;
	position:relative;
	top:-10px;
}
.home-newsletter-wrapper .form.mc4wp-form{
	margin:0;
	display:inline-block;
}
.home-newsletter-wrapper form p{
	display:inline;
	margin:0;
	float:right;
}
.home-newsletter-wrapper .form.mc4wp-form label{
	display:inline;
	float:right;
	margin-left:10px;
	font-size:16px;
	position:relative;
	top:5px;
	display:none;
}
.home-newsletter-wrapper .form.mc4wp-form input[type=email]{
	width:230px;
	margin-left:8px;
	padding:4px 6px 5px 6px;
	font-size:16px;
	border: none;
	outline: none;
}
.home-newsletter-wrapper .form.mc4wp-form input[type=submit]{
	background-color:#cd4695;
	border:none;
	outline: none;
	padding:6px 18px 6px 18px;
	color:#ffffff;
	font-weight:bold;
	cursor:pointer;
	line-height:1;
	font-size:16px;
}
h2.home-item-title{
	text-align:center;
	color:#cd4695!important;
	font-size:22px!important;
	margin-bottom:20px;
}
.home-content.woocommerce ul.products li.product .onsale{
	margin-top:-10px;
}
.home-content.woocommerce ul.products li{
	border:none!important;
}
.more-products{
	background-color:#e36a00;
	color:#ffffff;
    padding: .618em 0;
	line-height:1;
	font-size:16px;
	text-decoration:none;
	font-weight:bold;
	margin:0 auto;
	display:block;
	width:160px;
	text-align:center;
}
/* @end */

/* @group TOP */
header{
	display: block;
	position: relative;
	height: 120px;
}
#logo_wrapper {
	position: absolute;
	right: calc(50% - 200px);
	width:320px
}
#logo_wrapper img{
	width: 100%;
	height: auto;
	border: 0;
}

.widget_product_search{
	float:left;
}
.widget_product_search label{
	display:none;
}
header .widget_shopping_mini_cart{
	float:left;
	position:relative;
	bottom:5px;
	padding:0 10px;
	color:#cd4695;
}
header .widget_shopping_mini_cart .widgettitle{
	display:inline-block;
	font-weight:bold;
}
header .widget_shopping_mini_cart .widget_shopping_mini_cart_content{
	display:inline-block;
}
header .widget_shopping_mini_cart .widget_shopping_mini_cart_content .dropdown-cart-button{
	text-align:right;
	padding:0px 36px 0px 0;
	border:none;
	background-position: right center;
	width:auto;
}
header .widget_shopping_mini_cart .widget_shopping_mini_cart_content .dropdown-cart-button .dropdown-total{
	background: url('images/arrow-down.png') no-repeat left center transparent;
	padding-right:5px;
	padding-left:20px;
}
header .widget_shopping_mini_cart ul.cart_list.product_list_widget{
	padding:0;
}
.dropdown-cart-button .dropdown .cart_list img{
	height:auto;
	float:right!important;
	margin-right:0;
	margin-left:4px;
}

.dropdown-cart-button .dropdown .cart_list a{
	float:right!important;
	width:73%!important;
}
.dropdown-cart-button .dropdown .cart_list a.remove{
	float:left!important;
	width:4%!important;
	text-decoration:none;
	font-weight:bold;
	border: solid 1px #7e7e7e;
	text-align:center;
}
.dropdown-cart-button .dropdown .cart_list .quantity{
	float:right;
	display:block;
}
.dropdown-cart-button .dropdown .buttons{
	float:right;
}
.dropdown-cart-button .dropdown .buttons .button{
	text-decoration:none;
	background-color:#88ad46;
	color:#ffffff;
	font-weight:bold;
	padding:5px 10px;
}
.dropdown-cart-button .dropdown .buttons .button:hover{
	background-color:#94b952;
}
#yith-ajaxsearchform{
	background-color:#88ad46;
	line-height:0;
	padding-top:5px;
}
#yith-s {
	border:none;
	width:200px;
	height:24px;
	padding:0 5px 1px 0;
	margin:0;
	font:bold 13px Arial, Helvetica, sans-serif;
	color:#7e7e7e;
	display:inline;
	background-color:#fbfbfb;
}
#yith-searchsubmit{
	border:none;
	outline:none;
	color:transparent;
	background-image:url(images/search_btn.png);
	background-color:#88ad46;
	width:25px;
	height:25px;
	margin:0;
	padding:0;
	cursor:pointer;
	display:inline;
}
#yith-searchsubmit:hover{
	/*background-image:url(images/search_btn_hov.png);*/
}

#top_slogan {
	width:280px;
	position:absolute;
	right:0;
	top:45px;
}
#top_slogan img{
	width:100%;
	height:auto;
}
#top_slogan a{
	text-decoration: none;
	font-size: 50px;
	letter-spacing: 2px;
	word-spacing:5px;
	font-style: italic;
	font-weight: bold;
	color: #f7870a;
	text-shadow: 1px 1px 2px #666666;
}
/* @end */

/* @group TOP NAVIGATION */
#top_menu {
	float: right;
	list-style:none;
	margin:4px 0 0 0;
	padding:0;
	display:inline-block
}
#top_menu li {
	display:inline-block;
	float:right;
	padding:0 7px 3px 7px;
}
#top_menu li:first-child{
	border-left:solid 1px #688c28;
}
#top_menu li a {
	color:#688c28;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}
#top_menu li a:hover {
	text-decoration:underline
}
/* @end */

#page-image {
	background:url(images/pic_ma_ze.jpg) no-repeat;
	width:990px;
	height:337px;
	margin:0 auto
}
h1{
	font-size:26px;
	color:#4764c0/*#6e639b*/;
	margin-top:0;
}

h1.page-title {
	font-size:29px;
	/*color:#6e639b;*/
	margin:0;
	padding:0;
	/*
	position:relative;
	top:260px;
	right:20px
	*/
}
#main h2{font-size:12pt; color:#6e639b;}
#main h2 a{color:#6e639b;}
/* @group LIST PANEL */
#page-im-here {
	color:#7e7e7e;
	font-size:8pt;
	font-weight:bold;
	padding:10px 5px 0 0;
}
#list-im-here {
	color:#7E7E7E;
	font-size:8pt;
	font-weight:bold;
	padding:10px 0 15px 0;
	width:990px;
}
#top-list-panel-wrapper {
	height: 45px;
	margin-top:10px;
}
#list-title {
	float:right;
	width:230px
}
#list-title h1 {
	color:#c35496;
	font-size:14pt;
	margin:0;
	padding:0
}
.page-panel {
	float:left;
	width:735px;
}
/* @end */

/* @group MAIN NAVIGATION */
.main_navigation_wrapper{
	background-color:#88ad46;
}
#main_navigation {
	width:990px;
	margin:0 auto;
	background-color:#88ad46;
	padding:0;
	height:35px;
}
#home_button {
	display:inline-block;
	text-decoration:none;
	margin:10px 0 0 15px;
	float:right;
}
#home_button:hover img{
	opacity: 0.7;
}
.menu-header {
	display:inline-block;
	float:right;
}
.main-menu-header{
	float:left;
}
.main_menu_title{
	color:#DDEABE;
	font-weight:bold;
	display:inline-block;
	float:right;
	margin:9px 15px 0 15px;
	font-size:16px;
}

ul.main-menu {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block
}
ul.main-menu li {
	display:inline-block;
	float:right;
}
ul.main-menu li a {
	color:#FFF;
	text-decoration:none;
	font-size:17px;
	font-weight:bold;
	display:block;
	padding:8px 22px 7px 22px;
}
ul.main-menu li:hover {
	background:#DDEABE;
}
ul.main-menu li:hover a {
	color:#88ad46;
}
ul.main-menu li ul.sub-menu {
	list-style:none;
	padding:0;
	margin:0;
	position: absolute;
	z-index: 99999;
	display:none;
	background:#DDEABE;
}
ul.main-menu li ul.sub-menu li{
	float:none; display:block; padding:0; margin:0;
}
ul.main-menu li ul.sub-menu li a {
	text-decoration:none;
	font-weight:normal;
	font-size:16px;
	color:#88ad46;
	display:block; padding:7px 15px;
	min-width:70px;
}
ul.main-menu li ul.sub-menu li a:hover {
	background-color:#FFF;
}
ul.main-menu li:hover > ul {
	display: block;
}

/* @end */

/* @group SIDEBAR */
#sidebar {
	float:right;
	width:230px;
	display:block;
	margin:0;
	padding:0;
	list-style:none;
}

#sidebar li.widget { 
	margin-bottom:30px;
	display:block;
	clear:both;
}
#sidebar li.widget .widgettitle {
	background:#88ad46;
	color:#FFF;
	font-size:12pt;
	font-weight:bold;
	padding:6px 25px 0 25px;
	margin:0;
	min-height:29px
}
#sidebar li.widget .widgettitle a{
	color:#ffffff;
	text-decoration:none;
}
.berocket_single_filter_widget{
	margin-bottom: 2em;
}
.bapf_from{
	float: left;
}
.bapf_show_hide {
	cursor: pointer;
	display: block;
	text-align: center;
	text-decoration: underline;
}
.bapf_head h3{
	font-size: 1.5em;
	margin-bottom: 0.8em;
	border-bottom: solid 1px #cccccc;
}
.bapf_body label{
	font-size: 1.2em;
}
.bapf_body > ul{
	margin-right: 0;
	padding-right: 0;
	padding-bottom: 0.5em;
}
.bapf_body > ul li{
	line-height: 2em;
}
.bapf_sfilter.bapf_ckbox input[type=checkbox]{
	margin-left: 8px;
}
/* @end */

/* @group FOOTER */
a#small_sector_button {
	background:url(images/smallslice_btn.png) no-repeat right;
	display:inline-block;
	width:122px;
	height:88px;
	text-decoration:none;
	font-size:16px;
	line-height:16px;
	font-weight:bold;
	color:#4764c0/*#6E639B*/;
}
a#small_sector_button:hover {
	background:url(images/smallslice_btn_hov.png) no-repeat right;
}
a#small_sector_button .left {
	text-align:left;
	display:block;
	margin-top:13px
}
a#small_sector_button .right {
	text-align:right;
	display:block;
	margin-top:0;
	margin-right:43px
}
#gate {
	padding:20px 20px 20px 0
}
#gate a {
	float:right
}
.aphorism {
	display:block;
	float:right;
	padding:25px 0 0 0;
	margin-right:70px;
	font-weight:bold;
	font-size:24px;
	height:50px;
	text-align:center;
	width:730px;
	color:#4764c0/*#6e639b*/;
}
.aph_author{
	font-size: 20px;
	font-weight: normal;
	margin-top: 10px;
}
#footer_menu {
	margin:15px 0 15px 0;
	font-size: 15px;
}
ul#footer_navigation {
	list-style:none;
	margin:25px 0 0 0;
	padding:0;
	display:inline-block;
	float:right;
}
ul#footer_navigation li {
	display:inline-block;
	margin-left:20px;
	margin-top:7px
}
ul#footer_navigation li a {
	text-decoration:none;
	color:#7e7e7e;
	font-weight:bold;
	
}
ul#footer_navigation li a:hover {
	text-decoration:underline
}
#footer_social {
	list-style:none;
	margin:0;
	padding:0;
	display:inline-block;
	float:left;
}

#copyright {
	border-top:solid 2px #cdc8de;
	color:#6a8e2e;
	font-size:8pt;
	font-weight:bold;
	direction:ltr;
	padding:20px 0;
	margin-top:13px;
}
.comodo-seal-wrapper{
	position:relative;
	top:-50px;
}
.comodo-seal-wrapper img{
	position:relative;
	top:10px;
}
/* @end */

/* @group SLIDER */
#slide_panel {
	height:27px;
	background:#88ad46;
	text-align:center;
	padding-top:8px;
}
.slider-wrapper{
	/*border-bottom:solid 35px #88ad46;*/
	background-color:#ffffff;
}
#slider {
	width:990px;
	height:337px;
	margin:0 auto;
	position:relative;
	z-index: 0;
}
a#big_sector_button {
	background:url(images/slise_btn.png) no-repeat;
	display:inline-block;
	width:181px;
	height:141px;
	text-decoration:none;
	margin-top:25px;
	margin-right:30px;
	padding-top:15px;
	font-size:21px;
	font-weight:bold;
	color:#cd4695;
	text-align:center;
	position:absolute;
	z-index:99;
}
a#big_sector_button:hover {
	background:url(images/slise_btn_hov.png) no-repeat;
	color:#a52e75;
}
#slider .panel {
	position:absolute;
	top:0;
	right:0;
	z-index:10;
	width:990px;
	height:337px;
	
}
.slider_navigation {
	display:none/*inline-block*/;
	background:url(images/slide_dot.png) no-repeat;
	height:10px;
	width:10px;
	margin:0 10px;
	cursor:pointer
}
.slider_navigation:hover {
	background:url(images/slide_dot_hov.png) no-repeat;
}
.active_slider_nav {
	background:url(images/slide_dot_act.png) no-repeat;
}
.photo-meta-data {
	/*
	position:absolute;
	bottom:0;
	*/
	position:absolute;
	bottom:80px;
	right:15px;
	width:auto;
	font-size:34px;
	line-height:49px;
	font-weight:bold;
	
}
.first-line {
	color:#4764c0/*#6e639b*/;	
}
.second-line {
	color:#e36a00;
}
.third-line {
	color:#6e639b;
}
#slider .panel div {
	display:none;
}
#slider .panel.active-panel div {
	display:block;
}
#slider .active-panel {
	z-index:12;
}
#slider .last-active-panel {
	z-index:11;
}
/* @end */


.column-right{float:right; width:47%;}
.column-left{float:left; width:47%;}
.column-content{background:#ffffff; padding:10px 20px 20px 20px; height:230px}
.column-content h2{padding:4px 8px 6px 8px; background:#88AD46; color:#FFF; margin:0; font-size:12pt}
.column-content label{font-weight:bold}
.column-content input[type=text], .column-content input[type=password]{width:215px}
.column-footer{padding:10px 20px; background:#DDEABE; clear:both}
.column-footer a.green-button{margin:0}
.forgot-password{float:left; display:inline-block}

.green-button{display:inline-block;
	height:25px;
	width:90px;
	background:url(images/arr_btn_sm.png) no-repeat;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	padding:3px 0 0 5px;
	text-align:center;}
input[type=submit].green-button{ 	
	margin:13px 0 0 5px; border:none; margin:0; padding:1px 0 2px 5px}
input[type=submit].green-button-top{ 	
	margin:13px 0 0 5px; border:none; margin:0; padding:1px 0 2px 5px}

.registration-form fieldset{padding:20px; border:solid 1px #88AD46;}
.registration-form fieldset legend{ background:#88AD46;  color:#FFF; font-weight:bold; padding:1px 13px 3px 13px}

/* @group LIST BRANDS */
.brand_container{
	width:22%;
	margin-left:4%;
	float:right;
}
.brand_container:nth-child(4n){
	margin-left:0;
}
.brand_container .brand_thumb{
	width:100%;
	height:160px;
	vertical-align:middle;
}
.brand_container h3{
	margin:5px 0;
	text-align:center;
}
.brand_container h3 a{
	color:#cd4695;
	text-decoration:none;
	text-align:center;
}
.brand_container img{
	width:100%;
	height:auto;
	display:block;
	margin:0 auto;
}

/* @end */

.archive-category-image{
	width:85px;
	height:auto;
	float:right;
	margin-left: 15px;
	position:relative;
	border-radius:10px;
}
.term-description{
	font-size:18px;
	color:#333333;
}
.category-title-76,
.category-title-10{
	color:#e49b38;
}
/*
.category-title-10 img{
	border: solid 3px #e49b38;
}
*/
.category-title-9{
	color:#6e7bc8;
}
/*
.category-title-9 img{
	border: solid 3px #6e7bc8;
}
*/
.category-title-22{
	color:#cd539d;
}
/*
.category-title-22 img{
	border: solid 3px #cd539d;
}
*/
.category-title-12{
	color:#86af49;
}
/*
.category-title-12 img{
	border: solid 3px #86af49;
}
*/
.category-title-11{
	color:#cd539d;
}
/*
.category-title-11 img{
	border: solid 3px #b4b4b4;
}
*/
.category-title-8{
	color:#c9b72c;
}
/*
.category-title-8 img{
	border: solid 3px #c9b72c;
}
*/
.category-title-75{
	color:#9f8fbe;
}
/* = WooCommerce
----------------------------------------------- */
#nav-main .pojo-menu-cart a.pojo-menu-cart-contents .icon-cart:before {
  content: '\f07a';
  font-family: fontawesome;
  margin-right: 5px;
  height: auto;
  font-style: normal;
  font-weight: normal;
}
#nav-main .pojo-menu-cart a.pojo-menu-cart-contents > .items-cart,
#nav-main .pojo-menu-cart a.pojo-menu-cart-contents > .amount {
  display: none;
}
#nav-main .pojo-menu-cart li.cart-content a {
  line-height: 16px !important;
  padding: 15px;
  font-size: 12px !important;
  border-bottom: 1px solid #EEEEEE;
}
#nav-main .pojo-menu-cart li.cart-content a img {
  width: 32px;
  height: 32px;
  float: right;
  margin-left: 10px;
}
#nav-main .pojo-menu-cart li.cart-content a .cart-title {
  display: block;
}
#nav-main .pojo-menu-cart li.cart-content a .product-quantity {
  display: block;
}
#nav-main .pojo-menu-cart li.cart-checkout {
  padding: 15px;
}
#nav-main .pojo-menu-cart li.cart-checkout a {
  padding: 8px 12px;
  border: 1px solid;
  font-weight: bold !important;
  line-height: 1em !important;
}
#nav-main .pojo-menu-cart li.cart-checkout .cart-link {
  float: left;
}
#nav-main .pojo-menu-cart li.cart-checkout .checkout-link {
  float: right;
}
.woocommerce #reviews h3{
	margin-bottom:15px!important;
}
.comment-form-rating label[for=rating]{
	padding:0 0 5px 15px;
	float:right;
	font-weight:bold;
	color:#7e7e7e;
}
.comment-form-rating label[for=rating]:after{
	content:':';
}
.woocommerce #review_form #respond p.stars{
	margin-right:1em!important;
}
.woocommerce p.stars a.star-1:after, .woocommerce p.stars a.star-2:after, .woocommerce p.stars a.star-3:after, .woocommerce p.stars a.star-4:after, .woocommerce p.stars a.star-5:after{
	left:auto!important;
	right:0;
}
.woocommerce p.stars a.star-1, .woocommerce p.stars a.star-2, .woocommerce p.stars a.star-3, .woocommerce p.stars a.star-4, .woocommerce p.stars a.star-5{
	border-right:none!important;
	border-left:1px solid #CCC;
	color:#88ad46;
}
.woocommerce p.stars a{
	margin-right:0!important;
	margin-left:1em;
	text-align:	center;
}
.woocommerce .star-rating{
	float:left!important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text{
	margin:0 0 0 50px!important;
}
.woocommerce .star-rating:before, .woocommerce .star-rating span:before{
	color:#88ad46;
}
.woocommerce #breadcrumbs,
.woocommerce-page #breadcrumbs {
  max-width: 50%;
  float: right;
  margin-bottom: 40px;
}
.woocommerce h1.page-title,
.woocommerce-page h1.page-title {
  max-width: 100%;
  float: none;
  margin-bottom: 20px;
  margin-top: 0;
}
.woocommerce.single-product .product,
.woocommerce-page.single-product .product {
  background-color: #FFFFFF;
  padding: 40px;
  overflow: hidden;
}
.woocommerce.single-product .product #breadcrumbs,
.woocommerce-page.single-product .product #breadcrumbs {
  max-width: 100%;
  float: none;
  margin-bottom: 20px;
}
.woocommerce.woocommerce-account .entry-content,
.woocommerce-page.woocommerce-account .entry-content,
.woocommerce.woocommerce-cart .entry-content,
.woocommerce-page.woocommerce-cart .entry-content,
.woocommerce.woocommerce-checkout .entry-content,
.woocommerce-page.woocommerce-checkout .entry-content {
  background-color: #FFFFFF;
  padding: 40px;
  overflow: hidden;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3{
	/*font-size: 1.2em!important;*/
	color:#4764c0;
}
.home-content.woocommerce ul.products li.product h3{
	font-size: 1.2em!important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin-bottom: 15px;
}
.woocommerce ul.products li.product .inbox,
.woocommerce-page ul.products li.product .inbox {
  background-color: #FFFFFF;
  border-bottom-color: #E2E2E2;
  border-bottom-width: 2px;
  border-bottom-style: solid ;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.woocommerce ul.products li.product .inbox .image-link,
.woocommerce-page ul.products li.product .inbox .image-link {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.7s ease-in-out;
  transition: opacity 0.7s ease-in-out;
}
.woocommerce ul.products li.product .inbox .image-link img,
.woocommerce-page ul.products li.product .inbox .image-link img {
  margin: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.woocommerce ul.products li.product .inbox .image-link .overlay-image + .overlay-title .button,
.woocommerce-page ul.products li.product .inbox .image-link .overlay-image + .overlay-title .button {
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0!important;
  border: 2px solid;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 15px;
  display: inline-block;
}
.woocommerce ul.products li.product .inbox .image-link .overlay-image + .overlay-title .added_to_cart,
.woocommerce-page ul.products li.product .inbox .image-link .overlay-image + .overlay-title .added_to_cart {
  display: block;
}
.woocommerce ul.products li.product .inbox .image-link:hover img,
.woocommerce-page ul.products li.product .inbox .image-link:hover img {
  opacity: 0.5;
  -moz-transform: scale(1.06);
  -webkit-transform: scale(1.06);
  -o-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
}
.woocommerce ul.products li.product .inbox .image-link .onsale,
.woocommerce-page ul.products li.product .inbox .image-link .onsale {
  margin: 0;
  left: 6px;
  right:auto;
  top: 6px;
  z-index: 1;
}
.woocommerce span.onsale{
	background-color:#e36a00!important;
	font-size: 1.2em!important;
}
.woocommerce span.onsale .inner-sale-text{
	line-height: 1em;
	position: relative;
}
.woocommerce ul.products li.product .inbox .caption,
.woocommerce-page ul.products li.product .inbox .caption {
  display: block;
  padding: 20px 0;
}
.woocommerce ul.products li.product .inbox .caption .product-title,
.woocommerce-page ul.products li.product .inbox .caption .product-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 0;
}
.woocommerce ul.products li.product .inbox .star-rating,
.woocommerce-page ul.products li.product .inbox .star-rating {
  display: inline-block;
}
.woocommerce ul.products li.product .inbox .price,
.woocommerce-page ul.products li.product .inbox .price {
  display: block;
  margin-bottom: 0;
}
.woocommerce div.product div.images img,
.woocommerce-page div.product div.images img,
.woocommerce #content div.images img,
.woocommerce-page #content div.images img {
  box-shadow: none;
}
.woocommerce div.product .summary p,
.woocommerce-page div.product .summary p,
.woocommerce #content .summary p,
.woocommerce-page #content .summary p {
  /*margin-bottom: 20px;*/
	margin: 8px 0;
}
.woocommerce span.onsale,
.woocommerce-page span.onsale {
  margin: 0;
  right: auto;
  left:46px;
  top: 46px;
  display:inline-block;
  z-index: 1;
}
.woocommerce #content div.quantity,
.woocommerce-page #content div.quantity,
.woocommerce div.quantity,
.woocommerce-page div.quantity {
  border: 1px solid #DBDBDB;
  overflow: hidden;
  width: 42px;
  margin: 0;
}
.woocommerce #content div.quantity .minus,
.woocommerce-page #content div.quantity .minus,
.woocommerce div.quantity .minus,
.woocommerce-page div.quantity .minus,
.woocommerce #content div.quantity .plus,
.woocommerce-page #content div.quantity .plus,
.woocommerce div.quantity .plus,
.woocommerce-page div.quantity .plus,
.woocommerce #content div.quantity .qty,
.woocommerce-page #content div.quantity .qty,
.woocommerce div.quantity .qty,
.woocommerce-page div.quantity .qty {
  position: relative;
  border: 0 none;
  color: #333333;
  float: right;
  font-size: 12px;
  height: 32px;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  box-shadow: none;
  border-radius: 0!important;
}
.woocommerce #content div.quantity .qty,
.woocommerce-page #content div.quantity .qty,
.woocommerce div.quantity .qty,
.woocommerce-page div.quantity .qty {
  width: 41px;
  border-right: 1px solid #dadada;
  border-left: 1px solid #dadada;
}
.woocommerce #content div.quantity .minus,
.woocommerce-page #content div.quantity .minus,
.woocommerce div.quantity .minus,
.woocommerce-page div.quantity .minus,
.woocommerce #content div.quantity .plus,
.woocommerce-page #content div.quantity .plus,
.woocommerce div.quantity .plus,
.woocommerce-page div.quantity .plus {
  width: 26px;
  background: #FBFAF9;
}
.woocommerce #content div.quantity .minus:hover,
.woocommerce-page #content div.quantity .minus:hover,
.woocommerce div.quantity .minus:hover,
.woocommerce-page div.quantity .minus:hover,
.woocommerce #content div.quantity .plus:hover,
.woocommerce-page #content div.quantity .plus:hover,
.woocommerce div.quantity .plus:hover,
.woocommerce-page div.quantity .plus:hover {
  background: transparent;
}
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button,
.woocommerce-page button.button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce #respond input#submit,
.woocommerce-page #respond input#submit,
.woocommerce #content input.button,
.woocommerce-page #content input.button {
  background-color: #cd4695!important;
  color:#ffffff!important;
  border: none;
  border-radius: 0!important;
  padding: 10px 12px!important;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
}
.woocommerce-message a.button{
	background-color: #e36a00!important;
}
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover,
.woocommerce-page button.button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce-page #respond input#submit:hover,
.woocommerce #content input.button:hover,
.woocommerce-page #content input.button:hover {
  border: none;
  border-radius: 0!important;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
	background-color: #777777!important;
}
.woocommerce a.button.alt,
.woocommerce-page a.button.alt,
.woocommerce button.button.alt,
.woocommerce-page button.button.alt,
.woocommerce input.button.alt,
.woocommerce-page input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce-page #respond input#submit.alt,
.woocommerce #content input.button.alt,
.woocommerce-page #content input.button.alt {
  border: none;
  border-radius: 0!important;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.woocommerce a.button.alt:hover,
.woocommerce-page a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce-page button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce-page input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce-page #respond input#submit.alt:hover,
.woocommerce #content input.button.alt:hover,
.woocommerce-page #content input.button.alt:hover {
  background: transparent;
  border: 2px solid;
  border-radius: 0!important;
  padding: 8px 12px;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
}
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
  box-shadow: none;
  border-radius: 0!important;
}
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text,
.woocommerce table.cart td.actions .coupon .input-text,
.woocommerce-page table.cart td.actions .coupon .input-text,
.woocommerce #content table.cart td.actions .coupon .input-text,
.woocommerce-page #content table.cart td.actions .coupon .input-text {
  padding: 8px 12px;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers,
.woocommerce #content nav.woocommerce-pagination ul.page-numbers,
.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers {
  border-width: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li,
.woocommerce #content nav.woocommerce-pagination ul.page-numbers li,
.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li {
  border-width: 0;
}
.woocommerce nav.woocommerce-pagination ul.page-numbers li span,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li span,
.woocommerce #content nav.woocommerce-pagination ul.page-numbers li span,
.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li span,
.woocommerce nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce-page nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce #content nav.woocommerce-pagination ul.page-numbers li a,
.woocommerce-page #content nav.woocommerce-pagination ul.page-numbers li a {
  font-weight: bold;
  padding: 1em;
}
.woocommerce #payment #place_order, .woocommerce form .form-row-last, .woocommerce-page #payment #place_order, .woocommerce-page form .form-row-last{
	float:left!important;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count{
	float:right!important;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
	/*float:left!important;*/
	margin-right:20px!important;
}
.woocommerce a.added_to_cart{
	font-weight: bold;
}
.woocommerce div.product form.cart div.quantity{
	float:right!important;
	margin:1px 0 0 15px!important;
}
.woocommerce div.product form.cart .button{
	float:right!important;
}
.cart-collaterals .cross-sells{
	display: none;
}
.woocommerce div.product p.price del, .woocommerce div.product span.price del{
	/*display:inline-block!important;*/
	margin-left:5px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product, .woocommerce-page ul.products li.product.last {
	float:right!important;
    margin: 0 0 2.992em 3%!important;
    width: 30%!important;
	border:solid 1px #eee;
	clear:none!important;
}
.home-content ul.products{
	min-height:inherit;
}
.home-content ul.products li.product{
    margin: 0 0 2.992em 4%!important;
    width: 21%!important;
}
.related.products ul.products li.product {
	border:solid 1px #eee;;
}
.related.products ul.products li.last, .woocommerce ul.products li.last, .woocommerce-page ul.products li.last{
	/*margin-left:0!important;*/
	margin-right:inherit;
}
.related.products{
	margin-top:20px;
}
.related.products h2{
	font-size:14pt!important;
	color: #4764c0!important;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon{
	float:right!important;
}
.woocommerce .cart .button, .woocommerce .cart input.button{
	float:left!important;
}
.woocommerce table.shop_table, .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
	text-align:right!important;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
	float:right!important;
}
.select2-container .select2-choice .select2-arrow{
	left:0!important;;
	right:auto!important;;
}
.select2-container .select2-choice>.select2-chosen{
	margin-right:0!important;;
	margin-left:26px!important;;
}
.woocommerce .order_details li{
	float:right!important;
    margin-left: 2em!important;
    border-left: 1px dashed #d3ced2;
	border-right:none!important;
    padding-left: 2em!important;
    margin-right: 0!important;
    padding-right: 0!important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1{
	float:right!important;
	margin-left:4%
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price{
	color:#567e45!important;
	font-size:1.3em!important;
	font-weight:bold!important;
}
.dollar-price{
	display: inline-block;
	margin-right: 5px;
	opacity: 0.7;
}
.woocommerce div.product .product-single-wrapper p.price{
	font-size:1.2em!important;
	font-weight:bold;
	margin: 20px 0;
}
.woocommerce div.product div.images img {
	width: auto!important;
    max-width: 100%;
	margin: 0 auto;
}
.woocommerce ul.products li.product .price del{
	opacity:0.6!important;
	font-weight:normal!important;
	display: inline!important;
}
.shop_table .cart_item .product-name a{
	color: #4764c0;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2!important;
}
.product-wrapper{
	display:block;
	background-color:#ffffff;
	padding:15px;
}
.product-thumbnail-wrap{
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}
.sku_wrapper, .posted_in, .tagged_as{
	display:block; 
	margin: 6px 0;
}
.sku_wrapper a, .posted_in a, .tagged_as a{
	font-weight: bold;
}
.compare-wishlist-container{
	margin:30px 0 0 0;
	position: relative;
}
.woocommerce.product.compare-button{
	display:inline-block;
	position: absolute;
	left: 0;
	top: 0;
}
.woocommerce.product.compare-button a.compare.button{
    line-height: 1!important;
    padding: .5em .6em!important;
    font-weight: 700!important;
    color: #cd4695!important;
    background-color: #f4f2f5!important;
	border-radius: 0!important;
}
.yith-wcwl-add-to-wishlist{
	width:auto;
	float:right;
	margin:0!important;
}
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse{
	margin-left:20px;
	margin-top:-5px;
}
.yith-wcwl-add-to-wishlist .feedback{
	display:block
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist{
    line-height: 1;
    text-decoration: none;
    padding: .5em .6em;
    font-weight: 700;
    color: #cd4695;
    background-color: #f4f2f5;
    border: 0;
    display: inline-block;
	border-radius: 0;
}
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:hover,
.woocommerce.product.compare-button a.compare.button:hover{
	background-color:#dad8da!important;
	border-radius:0!important;
}
.product-single-wrapper{
	background-color:#ffffff;
	/*padding:20px;*/
}
.product-single-wrapper h1{
	font-size:25px;
}

.product-single-main-intelligence,
.archive-header{
	border-bottom:solid 1px #eeeeee;
	margin-bottom:15px;
	padding-bottom:5px;
}
.product-single-main-intelligence img{
	width:40px;
	height:auto;
	float:right;
	/*border:solid 2px #e36a00;*/
	border-radius:8px;
}
.product-single-main-intelligence .main-intelligence-title{
	display:block;
	float:right;
	/*color:#e36a00;*/
	font-weight:bold;
	font-size:18px;
	line-height:45px;
	margin-right:10px;
}
.addtoany_shortcode{
	display:inline-block;
}
.woocommerce div.product p.stock{
	font-size:0.95em!important;
	margin: 20px 0;
}
.woocommerce-tabs.wc-tabs-wrapper{
	background-color:#ffffff;
	padding:20px 0 5px 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li{
	background: #f4f2f5!important;
	border-radius:0!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
	background: #ffffff!important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a{
	color: #cd4695!important;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button{
	float:left!important;
}
.wc-tab h2:first-child{
	display:none;
}
.woocommerce table.shop_attributes{
	border-collapse: collapse;
}
.woocommerce table.shop_attributes th{
	text-align: right;
}
/* Widgets */
.berocket_aapf_widget_show{
	left:0!important;
	right:auto!important;
}
.berocket_aapf_widget input[type="checkbox"]{
	left:auto;
	right:-9999px;
}
.berocket_aapf_widget {
	padding-right:0;
	margin-right:30px;
	margin-bottom:5px!important;
}
.berocket_aapf_widget-title{
	margin-right:30px;
	margin-bottom:0!important;
}
#text-2{
	margin-bottom:0!important;
}
.yith-woocompare-widget ul.products-list{
	margin:0;
	padding:0;
	list-style:none;
}
.yith-woocompare-widget ul.products-list li{
	margin:5px 0;
	padding:0;
}
.yith-woocompare-widget a.compare.button{
	color: #88ad46;
    background-color: #DDEABE;
	border:none;
	padding:5px 7px 6px 7px;
	text-decoration:none;
	margin-top:5px;
	margin-right:3px;
	font-weight:bold;
	float:right;
}
.yith-woocompare-widget a.clear-all{
	float:left;
	color: #88ad46;
	margin-top:5px;
}
.yith-woocompare-widget ul.products-list a.remove{
	float:left!important;
}
#sidebar .widget_recently_viewed_products.woocommerce ul.product_list_widget li img{
	width:50px;
}
#sidebar .widget_products.woocommerce ul.product_list_widget li{
	width:48%!important;
	float:right!important;
	margin:10px 0 0 4%;
	text-align:center;
}
#sidebar .widget_products.woocommerce ul.product_list_widget li:nth-child(2n){
	margin-left:0;
}

#sidebar .widget_products.woocommerce ul.product_list_widget li a{
	display:block;
	position:relative;
	width:95%!important;
	margin:0 2.5% 5px 2.5%!important;
}

#sidebar .widget_products.woocommerce ul.product_list_widget li a .product-title{
	display:none;
	position:absolute;
	top:0;
	bottom:0;
	background:url(images/white-semi-transparent.png);
	padding-top:15px;
	color:#333;
}
#sidebar .widget_products.woocommerce ul.product_list_widget li a:hover .product-title{
	display:block;
}
#sidebar .widget_products.woocommerce ul.product_list_widget li img{
	width:100%!important;
	height:auto!important;
	float:none;
}
.widget_nav_menu ul{
	margin:0;
	padding:0 25px 0 0;
	list-style:none;
}
.widget_nav_menu ul li{
	margin:7px 0;
}
.widget_nav_menu ul li a{
	color: #688c28;
	text-decoration:none;
	font-weight:bold;
	font-size:11pt;
}
.widget_nav_menu ul li a:hover, .widget_nav_menu ul li.current-menu-item > a{
	color:#cd4695;
}
.widget_nav_menu ul#menu-intelligences > li > ul{
	padding-right:10px;
}
.widget_nav_menu ul#menu-intelligences > li > ul > li > a{
	font-weight:normal;
}
.widget_nav_menu ul#menu-intelligences > li:hover > ul{
	/*display:block;*/
}
.widget.widget_mc4wp_widget .mc4wp-form input[type=submit]{
	color:#cd4695!important;
	border: none;
	padding: 5px 7px 6px 7px;
	font-weight: bold;
	background: #f4f2f5!important;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
	background-color:#e36a00!important;
}
.wpcf7 form::after{
	content: "";
	display: block;
	width: 100%;
	clear: both;
}
.wpcf7 form p{
	width: 50%;
	float: right;
}
.wpcf7 form input[type=email],
.wpcf7 form input[type=tel],
.wpcf7 form input[type=text],
.wpcf7 form textarea{
	padding: 3px;
	font-size: 12pt;
	width: 80%;
}
.wpcf7 form textarea{
	height: 100px;
}
.wpcf7 form input[type=submit]{
	text-decoration: none;
	background-color: #88ad46;
	color: #ffffff;
	font-weight: bold;
	padding: 7px 20px;
	border: none;
	font-size: 13pt;
}
.wpcf7 form input[type=submit]:hover{
	opacity: 0.8;
	cursor: pointer;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
	min-height: 45px;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary{
	float: right!important;
}
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images{
	float: left!important;
}