/*
Theme Name:WD GOMARKET
Theme URI: https://wpdance.com/
Description: Commerce Template
Author: WPDance Team / WPDance.com
Author URI: https://wpdance.com/
Version: 1.3.1
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, flexible-width, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, translation-ready
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* 
	GOMARKET I. HEADER 
	GOMARKET II. FOOTER
	GOMARKET III. HOME PAGE
	GOMARKET IV. CATAGORIES PRODUCTS PAGE
	GOMARKET V. CONTACT FORM
	GOMARKET VI. DETAIL PRODUCT
	GOMARKET VII. SHOP PAGE - WOOCOMMERCE SHORTCODE
	GOMARKET VIII. BLOG PAGE
	GOMARKET VIIII. CONTACT FORM
*/

html .woocommerce .star-rating span, 
html .woocommerce-page .star-rating span {
	
}

html .woocommerce .woocommerce-breadcrumb, 
html .woocommerce-page .woocommerce-breadcrumb {
	font-weight:normal;
}

html .woocommerce .woocommerce-breadcrumb a, 
html .woocommerce-page .woocommerce-breadcrumb a {
	font-weight:bold;
}

.fredsel_slider_wrapper_inner ul li {
   border: 0 none;
    display: block;
    float: left;
    margin: 0;
    position: relative;
	cursor:default!important;
}

/*==============================================================*/
/*                GOMARKET I. HEADER                         */
/*==============================================================*/

/* ===================== HEADER TOP =========================== */

.header-top .header-top-container {
	max-width:1200px;
	margin:0 auto;
	padding:0px 0;
	position:relative;
	z-index:1001;
}

.header-top .header-top_text {
	padding-left:13px;
	position:relative;
	top:5px;
}

.header-top .header-top_text:before {
	content:"";
	font-family:"FontAwesome";
	position:absolute;
	left:0;
	top:0;
}

.left-header-top-content {
	padding:0 10px;
	min-height:26px;
}

.right-header-top-content {
	padding:0 10px;
}

.right-header-top-content > div {
	float:right;
}

.right-header-top-content ul.xoxo {
	overflow:hidden;
	margin:0;
}

.right-header-top-content ul.xoxo > li {
	display:inline-block;
	float:right;
	border: none;
}

.right-header-top-content .currency select {
	float:left;
	padding:0 5px;
}

.right-header-top-content .currency > div {
	display:inline-block;
	float:left;
}

.right-header-top-content .currency > div.select2-container {
	margin:0 15px 0 0;
}

.right-header-top-content .currency > div > a {
	padding:3px 5px;
	border:1px solid #ccc;
	line-height:16px;
	display:inline-block;
	float:left;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:1px 4px 0 0;
}

.right-header-top-content .currency > div > a.active {
	cursor:text;
	background:#ddd;
}

.right-header-top-content .currency > div > a:hover {
	background:#ddd;
}

.right-header-top-content .currency > div:first-child > a {
	padding:0 0 0 8px;
	line-height:26px;
	display:block;
	float:none;
	border-radius:0 4px 4px 0;
	-moz-border-radius:0 4px 4px 0;
	-webkit-border-radius:0 4px 4px 0;
	margin:0;
}

.right-header-top-content .currency > div:first-child > a:hover {
	background:#fff;
}

.right-header-top-content ul.currency_switcher {
	margin:0 0 0 11px;
}

.right-header-top-content ul.currency_switcher li {
	margin:1px 0 0 4px;
}

/* ===================== HEADER MIDDLE ==================== */

.header-middle {
	max-width:1200px;
	margin:0 auto;
	position:relative;
	z-index:1000;
}

.header-middle > div {
	padding:0 10px;
	background:#fff;
}

.header-middle .header-middle-content {
	float:left;
	width:100%;
	position:relative;
}

/* ===================== HEADER BOTTOM ==================== */

.header-bottom {
	clear:both;
}

.header-bottom .static_content {
	padding:0 10px;
	position:relative;
	z-index:998;
}

.header-bottom .static_header {
	clear:both;
}

/* Style Widget Popular Product only for Header Bottom Area */

.header-bottom .widget_popular ul li .image, 
.header-bottom .widget_hot_product ul li .image {
	width:auto;
	height:auto;
}

/* ======================= LOGO ========================== */

.logo {
	display:inline-block;
	float:left;
	margin:20px 0;
}

.logo a{
	font-family:"Source Sans Pro";
	font-size:40px;
	line-height:46px;
	font-weight:800;
	display:inline-block;
	height:auto;
}

.logo img {
	margin-bottom:0;
}

/* ======================= SEARCH FORM ====================== */

.header_search {
	display:inline-block;
	max-width:100%;
	position:relative;
	background:#fff;
	margin:33px 0 33px 72px;
	float:left;
}

.header_search:after {
	content:"\f002";
	font-family:"FontAwesome";
	color:#e23144;
	display:inline-block;
	width:43px;
	height:43px;
	text-align:center;
	line-height:43px;
	position:absolute;
	right:0;
	top:0;
	z-index:1;
}

.header_search:hover:after {
	color:#000;
}

.header_search #searchform {
	display:inline-block;
	max-width:100%;
	height:45px;
	border:1px solid #d0d0d0;
	background:#fff;
	margin:0;
	padding:0 0 0 160px;
	border-radius:45px;
	-moz-border-radius:45px;
	-webkit-border-radius:45px;
	box-shadow:0 0 3px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.1)
}

.header_search #searchform:hover {
	box-shadow:0 0 3px rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.2)
}

.header_search #searchform > div.wd_search_form {
	position:relative;
	padding-right:40px;
}

.header_search #searchform > div.wd_search_form:after {
	content:"\f002";
	font-family:"FontAwesome";
	width:50px;
	text-align:center;
	height:45px;
	line-height:45px;
	position:absolute;
	left:auto;
	right:0;
	top:-2px;
	bottom:auto;
	font-size:16px;
}

.header_search #searchform #s {
	border:0;
	font-size:14px;
	font-style:italic;
	background:transparent;
	padding:5px 10px 5px 30px;
	width:360px;
	height:43px;
	max-width:100%;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	position:relative;
	z-index:1;
}

.ie8 .header_search #searchform #s,
.ie9 .header_search #searchform #s {
	padding-top:12px;
}

.header_search #searchform #searchsubmit {
	padding:0;
	text-indent:9999px;
	font-size:0;
	line-height:0;
	width:43px;
	height:43px;
	border:0;
	cursor:pointer;
	background:transparent;
	filter:none;
	z-index:2;
	position:absolute;
	right:0;
	top:0;
	left:auto;
	bottom:auto;
}

.header_search .select2-container {
	position:absolute;
	left:11px;
	top:0;
	max-width:150px;
}

.header_search:before {
	content:"";
	width:160px;
	position:absolute;
	left:1px;
	top:1px;
	height:43px;
	border-right:1px solid #fff;
	border-radius:45px 0 0 45px;
	-moz-order-radius:45px 0 0 45px;
	-webkit-border-radius:45px 0 0 45px;
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(233,233,233,1) 100%, rgba(233,233,233,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(233,233,233,1)), color-stop(100%,rgba(233,233,233,1))); 
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%,rgba(233,233,233,1) 100%); 
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%,rgba(233,233,233,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%,rgba(233,233,233,1) 100%); 
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(233,233,233,1) 100%,rgba(233,233,233,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
}

.header_search:after {
	content:"";
	width:1px;
	position:absolute;
	left:162px;
	height:45px;
	bottom:0;
	top:0;
	background:#d0d0d0;
}

.header_search .select2-container .select2-choice {
	border:0;
	background:none;
	background-color:transparent;
	filter:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	height:45px;
	line-height:45px;
}

.header_search .select2-container .select2-choice span {
	text-align:center;
}

.header_search .select2-container .select2-choice div {
	border:0;
	background-color:transparent;
	background-image:none;
	filter:none;
}

.header_search .select2-container .select2-choice div b {
	background:none;
}

.header_search .select2-container .select2-choice div b:before {
	content: "\f0dd";
	font-family:"FontAwesome";
	font-size:17px;
	position:absolute;
	right:10px;
	top:-3px;
	left:auto;
	bottom:auto;
}

/* ====================== SHOPPING BAG  ========================= */

.header-bottom-wishlist {
	display:inline-block;
	float:left;
}

.header_woo_content {
	display:inline-block;
	float:right;
	padding:13px 0 0 0;
	margin:33px 0 0 28px;
	position:relative;
}

.wd_tini_account_control a {
	color:#ff6c00;
}

.wd_tini_account_control a span {
	position:relative;
	padding-left:33px;
	font-weight:bold;
}

.wd_tini_account_control a span:before {
	content: "\f007";
	font-family:"FontAwesome";
	color:#e02439;
	position:absolute;
	left:0;
	top:0;
	font-size:19px;
	line-height:16px;
}

.wd_tini_account_control a span:after {
	content: "\f0dd";
	font-family:"FontAwesome";
	color:#ff6c00;
	font-size:15px;
	position:absolute;
	left:20px;
	top:-3px;
	line-height:16px;
}

.wd_tini_account_wrapper {
	padding:0 0 10px;
}

.wd_tini_account_wrapper .form_drop_down {
	position:absolute;
	top:100%;
	left:auto;
	bottom:auto;
	right:0;
	width:282px;
	background:#fff;
	border-width:1px;
	border-style:solid;
	border-color:#d4d4d4;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:15px 20px;
	box-shadow:0 0 6px rgba(0,0,0,0.1);
	-moz-box-shadow:0 0 6px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 6px rgba(0,0,0,0.1);
	display:none;
	z-index:3;
}

.wd_tini_account_wrapper label {
	font-size:12px;
	color:#202020;
	display:inline-block;
	position:relative;
}

.wd_tini_account_wrapper label:after {
	content:"*";
	font-weight:bold;
	color:#FF0000;
	position:absolute;
	right:-7px;
	top:0;
	left:auto;
	bottom:auto;
	font-family:arial;
}

.wd_tini_account_wrapper .login-submit #wp-submit {
	cursor:pointer;
	width:100%;
	border-width:1px 1px 2px;
}

.wd_tini_account_wrapper .form_wrapper_footer {
	color:#000;
	font-weight:bold;
}

.wd_tini_account_wrapper .form_wrapper_footer span {
	display:inline-block;
	width:100%;
	margin:5px 0 10px;
}

.wd_tini_account_wrapper .form_wrapper_footer .button {
	border-bottom-width:2px;
	width:100%;
	text-align:center;
}

.wd_tini_account_wrapper .form_wrapper_footer .button:before {
	content:"";
	height:1px;
	position:absolute;
	top:0;
	bottom:auto;
	left:0;
	right:0;
}

.wd_tini_account_wrapper .login-password {
	margin:0 0 20px;
}

/* ======================= SHOPPING CART =========================*/

.wd_form_cart {
	margin:0 0 40px;
	display:block;
}

.shopping-cart {
	display:inline-block;
	float:left;
	position:relative;
	margin:0 0 0 28px;
	padding:0 0 0 40px;
}

.shopping-cart:before{
	content: "\f0b1";
	font-family:"FontAwesome";
	font-size:16px;
	position:absolute;
	left:0;
	top:0;
}

.shopping-cart:after {
	content: "\f0dd";
	font-family:"FontAwesome";
	color:#ff6c00;
	font-size:15px;
	position:absolute;
	left:20px;
	top:-2px;
	line-height:16px;
}

.shopping-cart .cart_size {
	font-weight:bold;
	display:inline-block;
	text-transform:uppercase;
}

.shopping-cart .cart_size a span {
	font-weight:bold;
}

.shopping-cart .wd_tini_cart_wrapper {
	position:relative;
	padding:0 0 10px;
}

.shopping-cart .cart_dropdown {
	display:none;
	position:absolute;
	left:auto;
	top:100%;
	right:0;
	bottom:auto;
	width:282px;
	background:#fff;
	border-width:1px;
	border-style:solid;
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
	z-index:3;
}

.shopping-cart .cart_dropdown .size_empty {
	padding:20px;
}

.cart_list.product_list_widget li {
	list-style:none;
	overflow:hidden;
	padding:0 10px;
	position:relative;
}

.cart_list.product_list_widget li > a {
	display:inline-block;
	float:left;
	margin:0 10px 0 0;
}

.cart_list.product_list_widget .remove {
	display:inline-block;
	width:20px;
	height:20px;
	text-align:center;
	border-width:1px;
	border-style:solid;
	background:#fff url(images/images.png) no-repeat -119px -33px;
	color:transparent;
	line-height:0;
	position:absolute;
	left:10px;
	top:0;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	font-size:0;
	line-height:0;
}

.cart_list.product_list_widget .wd_cart_item_categories a {
	font-size:12px;
	line-height:14px;
	font-style:italic;
	margin:0 0 3px;
	display:inline-block;
}

.cart_dropdown .cart_list.product_list_widget .wd_cart_item_categories{
	display:none;
}

.cart_dropdown .cart_list.product_list_widget a.wd_cart_title {
	display:inline-block;
}

.cart_list.product_list_widget .wd_cart_item_categories a:hover {
	text-decoration:underline;
}

.cart_dropdown ul.cart_list li,
.woocommerce .cart_dropdown ul.cart_list li, 
.woocommerce-page .cart_dropdown ul.cart_list li,
.cart_dropdown ul.product_list_widget li, 
.woocommerce .cart_dropdown ul.product_list_widget li, 
.woocommerce-page .cart_dropdown ul.product_list_widget li {
	padding:0 20px 0 10px;
	margin:10px 0 0;
	min-height:0;
	line-height:16px;
}

.cart_dropdown ul.cart_list li > a,
.woocommerce .cart_dropdown ul.cart_list li > a, 
.woocommerce-page .cart_dropdown ul.cart_list li > a,
.cart_dropdown ul.product_list_widget li > a, 
.woocommerce .cart_dropdown ul.product_list_widget li > a, 
.woocommerce-page .cart_dropdown ul.product_list_widget li > a {
	display:inline-block;
	margin:0 10px 0 0;
	width:60px;
	height:60px;
}

.cart_dropdown ul.cart_list li > .cart_item_wrapper,
.woocommerce .cart_dropdown ul.cart_list li > .cart_item_wrapper, 
.woocommerce-page .cart_dropdown ul.cart_list li > .cart_item_wrapper,
.cart_dropdown ul.product_list_widget li > .cart_item_wrapper, 
.woocommerce .cart_dropdown ul.product_list_widget li > .cart_item_wrapper, 
.woocommerce-page .cart_dropdown ul.product_list_widget li > .cart_item_wrapper {
	margin:0 0 0 70px;
}

.cart_dropdown ul.cart_list li .wd_cart_title,
.woocommerce .cart_dropdown ul.cart_list li .wd_cart_title, 
.woocommerce-page .cart_dropdown ul.cart_list li .wd_cart_title,
.cart_dropdown ul.product_list_widget li .wd_cart_title, 
.woocommerce .cart_dropdown ul.product_list_widget li .wd_cart_title, 
.woocommerce-page .cart_dropdown ul.product_list_widget li .wd_cart_title {
	margin:0;
	font-size:13px;
	margin:0;
	font-weight:bold;
}

.cart_dropdown ul.cart_list li img,
.woocommerce .cart_dropdown ul.cart_list li img, 
.woocommerce-page .cart_dropdown ul.cart_list li img,
.cart_dropdown ul.product_list_widget li img,
.woocommerce .cart_dropdown ul.product_list_widget li img, 
.woocommerce-page .cart_dropdown ul.product_list_widget li img {
	width:auto;
	height:auto;
	position:relative;
	left:auto;
	right:auto;
	top:auto;
	bottom:auto;
	margin:0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.cart_dropdown ul.cart_list li .quantity,
.woocommerce .cart_dropdown ul.cart_list li .quantity, 
.woocommerce-page .cart_dropdown ul.cart_list li .quantity,
.cart_dropdown ul.product_list_widget li .quantity, 
.woocommerce .cart_dropdown ul.product_list_widget li .quantity, 
.woocommerce-page .cart_dropdown ul.product_list_widget li .quantity {
	padding-top:5px;
	width:100%;
	display:inline-block;
}

.cart_dropdown ul.cart_list li .amount,
.woocommerce .cart_dropdown ul.cart_list li .amount, 
.woocommerce-page .cart_dropdown ul.cart_list li .amount,
.cart_dropdown ul.product_list_widget li .amount, 
.woocommerce .cart_dropdown ul.product_list_widget li .amount, 
.woocommerce-page .cart_dropdown ul.product_list_widget li .amount {
	font-size:16px;
	font-weight:bold;
	color:#cb0000;
}

.cart_list.product_list_widget p.buttons a,
html .woocommerce .cart_list.product_list_widget p.buttons a,
html .woocommerce-page .cart_list.product_list_widget p.buttons a {
	position:relative;
	width:auto;
	height:auto;
}

.cart_list.product_list_widget p.buttons {
	clear:both;
}

.shopping-cart .dropdown_footer {
	padding:20px;
	margin:10px 0 0;
	border-width:1px 0 0;
	border-style:solid;
}

.shopping-cart .dropdown_footer .total {
	overflow:hidden;
}

.shopping-cart .dropdown_footer .total strong {
	font-size:14px;
	font-weight:bold;
}

.shopping-cart .dropdown_footer .total .amount {
	float:right;
	color:#cb0000;
	font-size:16px;
	font-weight:bold;
}

.shopping-cart .dropdown_footer .buttons {
	margin:0 0 4px;
}

.shopping-cart .dropdown_footer .buttons a {
	display:inline-block;
	position:relative;
	top:auto;
	bottom:auto;
	right:auto;
	left:auto;
	font-size:14px;
	font-weight:bold;
	height:41px;
	line-height:41px;
	width:100%;
	text-align:center;
	text-transform:uppercase;
	border-width:1px 1px 2px;
	border-style:solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.shopping-cart .dropdown_footer .buttons a.checkout {
	color:#fff;
	border-width:1px 1px 2px;
}

.shopping-cart .dropdown_footer .buttons a.checkout:hover {
}

.shopping-cart .dropdown_footer .buttons a.checkout:before {
	content:"";
	height:1px;
	position:absolute;
	top:0;
	bottom:auto;
	left:0;
	right:0;
}

/* 7 ============================== BREADCRUMB ============================ */

html .woocommerce .woocommerce-breadcrumb,#crumbs {
	display:block;
	width:100%;
	max-width:1200px;
	margin:0 auto!important;
	padding:0 10px 8px;
	background:#fff;
}

html .woocommerce .woocommerce-breadcrumb a:hover,#crumbs a:hover {
	text-decoration:none;
}

html .woocommerce .woocommerce-breadcrumb .brn_arrow,#crumbs .brn_arrow {
	color:transparent;
	font-size:0;
	display:inline-block;
	line-height:16px;
	position:relative;
	top:-1px;
}

html .woocommerce .woocommerce-breadcrumb .brn_arrow:after,#crumbs .brn_arrow:after {
	content:"\f105";
	font-family:FontAwesome;
	font-size:10px;
	padding:0 11px;
}

/************************* end HEADER ***************************/

/*==============================================================*/
/*                GOMARKET II. FOOTER                        */
/*==============================================================*/

#footer a:hover {
	text-decoration:underline;
}

/*==================== FIRST FOOTER WIDGET AREA ================*/

.first-footer-widget-area-content {
	padding-bottom:38px;
}

.first-footer-widget-area > .container {
	padding:0 10px;
}

.first-footer-widget-area-2 {
	padding-right:2px;
	margin-bottom:25px;
}

.first-footer-widget-area-3 {
	padding-left:3px;
	margin-bottom:17px;
}

/* BRAND SLIDER */

.featured_product_slider_wrapper.shortcode_slider .slider_control .prev {
	width:26px;
	height:48px;
	margin-top:-24px;
	border:0;
	background:none;
	filter:none;
}

.featured_product_slider_wrapper.shortcode_slider .slider_control .prev:before {
	background:url(images/images.png) no-repeat 0 0;
	width:11px;
	height:17px;
	margin-top:-5px;
	margin-left:-6px;
}

.featured_product_slider_wrapper.shortcode_slider .slider_control .next {
	right:0;
	width:26px;
	height:48px;
	margin-top:-24px;
	border:0;
	background:none;
	filter:none;
}

.featured_product_slider_wrapper.shortcode_slider .slider_control .next:before {
	background:url(images/images.png) no-repeat -11px 0;
	width:11px;
	height:17px;
	margin-top:-7px;
	margin-left:-6px;
}

/* STATIC BLOCK SERVICE */

.static_block_service {
	overflow:hidden;
	border:1px solid;
	border-right:0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 62%, rgba(233,233,233,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(62%,rgba(255,255,255,1)), color-stop(100%,rgba(233,233,233,1))); 
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 62%,rgba(233,233,233,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 62%,rgba(233,233,233,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 62%,rgba(233,233,233,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 62%,rgba(233,233,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
	margin:0 0 13px;
}

.static_block_service .item {
	display:inline-block;
	float:left;
	width:25%;
	background:transparent;
	padding:15px;
	position:relative;
	z-index:1;
}

.static_block_service .item:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:1px;
	bottom:0;
	z-index:-1;
}

.static_block_service .item:before {
	content:"";
	position:absolute;
	right:0;
	top:0;
	left:0;
	bottom:-100px;
	background:transparent;
	z-index:-1;
}

.static_block_service .item:hover:before {
	background:#fff;
}

.static_block_service .item.active:after,
.static_block_service .item:hover:after {
	background: rgb(233,233,233); 
	background: -moz-linear-gradient(top,  rgba(233,233,233,1) 0%, rgba(255,255,255,1) 19%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,233,233,1)), color-stop(19%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); 
	background: -webkit-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 100%); 
	background: linear-gradient(to bottom,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=0 ); 

}

.static_block_service .item .thumb {
	float:left;
	display:inline-block;
	margin-right:15px;
	position:absolute;
	top:50%;
	margin-top:-24px;
	width:59px;
	height:47px;
}

.static_block_service .item .thumb img {
	margin-bottom:0;
}

.static_block_service .item .desc {
	padding-left:75px;
}

.static_block_service .item .desc:after {
	content:"";
	position:absolute;
	right:0;
	left:auto;
	top:0;
	bottom:-500px;
	width:1px;
}

.static_block_service .item .desc h3 {
	font-family:"open sans";
	text-transform:uppercase;
	font-weight:900;
	letter-spacing:0px;
	font-size:16px;
	margin-bottom:0;
}

.static_block_service .item:hover .thumb[data-animation=swing] img{
  -webkit-animation:swing ease-in-out 1 normal 800ms;
  -moz-animation:swing ease-in-out 1 normal 800ms;
  -ms-animation:swing ease-in-out 1 normal 800ms;
  -o-animation:swing ease-in-out 1 normal 800ms;
  animation:swing ease-in-out 1 normal 800ms;
}

@-webkit-keyframes swing {
	20%, 40%, 60%, 80%, 100% { -webkit-transform-origin: top center; }
	20% { -webkit-transform: rotate(15deg); }	
	40% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(5deg); }	
	80% { -webkit-transform: rotate(-5deg); }	
	100% { -webkit-transform: rotate(0deg); }
}
@-moz-keyframes swing {
	20% { -moz-transform: rotate(15deg); }	
	40% { -moz-transform: rotate(-10deg); }
	60% { -moz-transform: rotate(5deg); }	
	80% { -moz-transform: rotate(-5deg); }	
	100% { -moz-transform: rotate(0deg); }
}
@-o-keyframes swing {
	20% { -o-transform: rotate(15deg); }	
	40% { -o-transform: rotate(-10deg); }
	60% { -o-transform: rotate(5deg); }	
	80% { -o-transform: rotate(-5deg); }	
	100% { -o-transform: rotate(0deg); }
}
@keyframes swing {
	20% { transform: rotate(15deg); }	
	40% { transform: rotate(-10deg); }
	60% { transform: rotate(5deg); }	
	80% { transform: rotate(-5deg); }	
	100% { transform: rotate(0deg); }
}

.static_block_service .item:hover .thumb[data-animation=pulse] img{
  -webkit-animation:pulse ease-in-out 1 normal 800ms;
  -moz-animation:pulse ease-in-out 1 normal 800ms;
  -ms-animation:pulse ease-in-out 1 normal 800ms;
  -o-animation:pulse ease-in-out 1 normal 800ms;
  animation:pulse ease-in-out 1 normal 800ms;
}

@-webkit-keyframes pulse {
  0% { -webkit-transform: scale(1); }	
  50% { -webkit-transform: scale(1.1); }
  100% { -webkit-transform: scale(1); }
}
@-moz-keyframes pulse {
  0% { -moz-transform: scale(1); }	
  50% { -moz-transform: scale(1.1); }
  100% { -moz-transform: scale(1); }
}
@-o-keyframes pulse {
  0% { -o-transform: scale(1); }	
  50% { -o-transform: scale(1.1); }
  100% { -o-transform: scale(1); }
}
@keyframes pulse {
  0% { transform: scale(1); }	
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

.static_block_service .item:hover .thumb[data-animation=tada] img{
  -webkit-animation:tada ease-in-out 1 normal 800ms;
  -moz-animation:tada ease-in-out 1 normal 800ms;
  -ms-animation:tada ease-in-out 1 normal 800ms;
  -o-animation:tada ease-in-out 1 normal 800ms;
  animation:tada ease-in-out 1 normal 800ms;
}

@-webkit-keyframes tada {
  0% {-webkit-transform: scale(1);}	
  10%, 20% {-webkit-transform: scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90% {-webkit-transform: scale(1.1) rotate(3deg);}
  40%, 60%, 80% {-webkit-transform: scale(1.1) rotate(-3deg);}
  100% {-webkit-transform: scale(1) rotate(0);}
}
@-moz-keyframes tada {
  0% {-moz-transform: scale(1);}	
  10%, 20% {-moz-transform: scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90% {-moz-transform: scale(1.1) rotate(3deg);}
  40%, 60%, 80% {-moz-transform: scale(1.1) rotate(-3deg);}
  100% {-moz-transform: scale(1) rotate(0);}
}
@-o-keyframes tada {
  0% {-o-transform: scale(1);}	
  10%, 20% {-o-transform: scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90% {-o-transform: scale(1.1) rotate(3deg);}
  40%, 60%, 80% {-o-transform: scale(1.1) rotate(-3deg);}
  100% {-o-transform: scale(1) rotate(0);}
}
@keyframes tada {
  0% {transform: scale(1);}	
  10%, 20% {transform: scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);}
  40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);}
  100% {transform: scale(1) rotate(0);}
}

.static_block_service .item:hover .thumb[data-animation=flash] img{
  -webkit-animation:flash ease-in-out 1 normal 800ms;
  -moz-animation:flash ease-in-out 1 normal 800ms;
  -ms-animation:flash ease-in-out 1 normal 800ms;
  -o-animation:flash ease-in-out 1 normal 800ms;
  animation:flash ease-in-out 1 normal 800ms;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

/* BOX HEADING */

.box-heading {
	border-width:1px;
	border-style:solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:0 19px;
	overflow:hidden;
	padding-top:13px;
	margin:0 0 5px;
}

.box-heading:hover {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 62%, rgba(233,233,233,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(62%,rgba(255,255,255,1)), color-stop(100%,rgba(233,233,233,1))); 
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 62%,rgba(233,233,233,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 62%,rgba(233,233,233,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 62%,rgba(233,233,233,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 62%,rgba(233,233,233,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9e9',GradientType=0 );
}

.box-heading .box-heading-title {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0;
	display:inline-block;
	float:left;
	margin-bottom:0;
	padding-bottom:13px;
}

.box-heading .read-more {
	float:right;
	line-height:16px;
	padding-bottom:13px;
	padding-right:13px;
	font-weight:bold;
}

#footer .box-heading .read-more {
	position:relative;
}

#footer .box-heading .read-more:after {
	content: "\f0da";
	font-family:"FontAwesome";
	color:#ff6c00;
	font-size:14px;
	line-height:16px;
	position:absolute;
	right:0;
	top:1px;
	left:auto;
	bottom:auto;
}

/* STATIC BLOCK CONTENT ADS */

.static-block-ads-content {
	float:left;
	width:100%;
}

.static-block-ads {
	margin-left:-5px;
}

.static-block-ads .item {
	padding:0 0 2px 5px;
	position:relative;
	text-align:center;
	line-height:0;
}

.static-block-ads .item a {
	display:inline-block;
	position:relative;
	max-width:100%;
	overflow:hidden;
}

.static-block-ads .item img {
	margin-bottom:0;
	transition: all 1000ms ease 0s;
	-moz-transition: all 1000ms ease 0s;
	-webkit-transition: all 1000ms ease 0s;
}

.static-block-ads .item span.hover_shine{
	background: url("images/glass.png") no-repeat scroll -265px 0 transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.static-block-ads .item:hover span.hover_shine{
	background-position: 590px 0; 
	transition: all 2.5s ease 0s;
	-moz-transition: all 2.5s ease 0s;
	-webkit-transition: all 2.5s ease 0s;
}

.static-block-ads .item .second {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

.static-block-ads .item:hover .first {
	transform:scale(1.1,1.1);
	-moz-transform:scale(1.1,1.1);
	-webkit-transform:scale(1.1,1.1);
}

.ie .static-block-ads .item:hover .first {
	transform:none;
	-ms-transform:none;
}

/*==================== SECOND FOOTER WIDGET AREA ===============*/

.second-footer-widget-area > .container {
	padding-bottom:30px;
	position:relative;
	overflow:hidden;
}

.second-footer-widget-area > .container:after {
	content:"";
	display:inline-block;
	height:1px;
	position:absolute;
	left:10px;
	right:10px;
	bottom:0;
	top:auto;
	background:#e3e3e3;
}

/*==================== THIRD FOOTER ============================*/

.third-footer-area > .container {
	padding:20px 0 41px;
}

.third-footer-area .payment,
.third-footer-area .service {
	padding:0 10px;
	overflow:hidden;
}

.third-footer-area .payment > div{
	display:inline-block;
	float:float;
}

.third-footer-area .service > div {
	display:inline-block;
	float:right;
}

.third-footer-area .payment .payment_title,
.third-footer-area .service .service_title {
	font-size:14px;
	line-height:25px;
	font-weight:bold;
	text-transform:uppercase;
	display:inline-block;
	float:left;
	margin:0 10px 0 0;
	position:relative;
}

.third-footer-area .payment ul,
.third-footer-area .service ul {
	overflow:hidden;
	display:inline-block;
	float:left;
	margin:0;
}

.third-footer-area .payment ul li,
.third-footer-area .service ul li {
	list-style:none;
	display:inline-block;
	float:left;
	line-height:0;
	margin:0 0 10px 10px;
}

.third-footer-area .payment ul li a,
.third-footer-area .service ul li a {
	display:inline-block;
	line-height:0;
}

.third-footer-area .payment ul li img,
.third-footer-area .service ul li img {
	margin:0;
}

/*==================== FOURTH FOOTER WIDGET AREA ===============*/

.fourth-footer-widget-area .widget_nav_menu .menu {
	text-align:center;
	width:100%;
	max-width:520px;
	margin:0 auto;
}

.fourth-footer-widget-area .widget_nav_menu .menu li {
	display:inline-block;
	line-height:14px;
	padding:0 10px;
	border-width:0 0 0 1px;
	border-style:solid;
}
.fourth-footer-widget-area .widget_nav_menu .menu li:first-child {
	padding-left:0;
	border:0;
} 

.fourth-footer-widget-area .widget_nav_menu .menu li a {
	font-size:12px;
	line-height:14px;
}

.fourth-footer-widget-area .widget_nav_menu .menu li a:hover {
	text-decoration:underline;
}

/*==================== FIFTH FOOTER ============================*/

.fifth-footer-area > .container {
	padding:0 10px;
}

.copyright {
	text-align:center;
	font-size:12px;
	line-height:14px;
	margin:0 0 45px;
}

/************************* end Footer ***************************/

/*==============================================================*/
/*                GOMARKET III. HOME PAGE                    */
/*==============================================================*/

/* 2 ===================== FLEX SLIDER ====================*/

body .flexslider {
	border:0;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
}

body .flexslider ul li {
	list-style:none;
}

body .flexslider .slides img {
	margin-bottom:0;
}

/* 3 ==================== FEATURED SLIDER =================== */



/* 4 ================= REVOLUTION SLIDER ====================== */

.rev_slider_wrapper {
	max-width:100%;
}

.rev_slider_wrapper .tp-leftarrow.default,
.nivo-directionNav a.nivo-prevNav,
.flex-direction-nav a.flex-prev {
	width:56px;
	height:112px;
	left:0!important;
	margin-left:0!important;
	top:50%!important;
	margin-top:-56px!important;
	background:url(images/images.png) no-repeat -56px -79px;
	transition:none;
	-moz-transition:none;
	-webkit-transition:none;
	font-size:0;
	color:transparent;
}

.rev_slider_wrapper .tp-leftarrow.default:after,
.nivo-directionNav a.nivo-prevNav:after,
.flex-direction-nav a.flex-prev:after {
	width:20px;
	height:40px;
	content:"";
	position:absolute;
	left:2px;
	top:50%;
	margin-top:-20px;
	margin-left:8px;
	background:url(images/images.png) no-repeat -31px 0;
	z-index:101;
}

.rev_slider_wrapper .tp-leftarrow.default:hover:after,
.nivo-directionNav a.nivo-prevNav:hover:after,
.flex-direction-nav a.flex-prev:hover:after {
	background-position:-71px 0;
}

.rev_slider_wrapper .tp-leftarrow.default:hover,
.nivo-directionNav a.nivo-prevNav:hover,
.flex-direction-nav a.flex-prev:hover {
	background-position:-168px -79px;
}

.rev_slider_wrapper .tp-rightarrow.default,
.nivo-directionNav a.nivo-nextNav,
.flex-direction-nav a.flex-next {
	width:56px;
	height:112px;
	right:0!important;
	margin-right:0!important;
	top:50%!important;
	margin-top:-56px!important;
	background:url(images/images.png) no-repeat 0 -79px;
	transition:none;
	-moz-transition:none;
	-webkit-transition:none;
}

.rev_slider_wrapper .tp-rightarrow.default:after,
.nivo-directionNav a.nivo-nextNav:after,
.flex-direction-nav a.flex-next:after {
	width:20px;
	height:40px;
	content:"";
	position:absolute;
	left:auto;
	right:9px;
	top:50%;
	margin-top:-20px;
	margin-left:5px;
	background:url(images/images.png) no-repeat -51px 0;
	z-index:101;
}

.rev_slider_wrapper .tp-rightarrow.default:hover:after,
.nivo-directionNav a.nivo-nextNav:hover:after,
.flex-direction-nav a.flex-next:hover:after {
	background-position:-91px 0;
}

.rev_slider_wrapper .tp-rightarrow.default:hover,
.nivo-directionNav a.nivo-nextNav:hover,
.flex-direction-nav a.flex-next:hover {
	background-position:-113px -79px;
}

.rev_slider_wrapper .rev_slider,.rev_slider_wrapper .tp-simpleresponsive > ul li {
	max-width:100%;
}

.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet {
	width:21px;
	height:22px;
	background:url(images/navi_revo.png) no-repeat -21px 0;
	margin-left:0;
}

.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet.last {
	/*margin-right:42px;*/
}

.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet:hover,
.rev_slider_wrapper .tp-bullets.simplebullets.round .bullet.selected {
	background-position:0 0;
}

.nivo-directionNav a.nivo-prevNav,
.nivo-directionNav a.nivo-nextNav {
	font-size:0;
	color:transparent;
}

/* 5 =================== NIVO SLIDER ========================= */

.nivoSlider {
	z-index:0;
}

.slider-wrapper .nivoSlider img {
	margin-bottom:0;
	height:auto!important;
}

.slider-wrapper .nivo-controlNav {
	z-index:1;
	position:absolute;
	left:50%;
	bottom:0;
	overflow:visible;
	padding:0;
}

.slider-wrapper .nivo-controlNav img {
	border:5px solid #fff;
}

.slider-wrapper .nivo-controlNav a {
	margin-left:-30px;
}

.slider-wrapper .nivoSlider .nivo-caption {
	background:transparent;
}

/* 6 ====================== FEATURE PRODUCT SLIDER ============================ */


.slider-wrapper {
	position:relative;
	overflow:hidden;
}

.slideshow-sub-wrapper.wide-wrapper .featured_product_slider_wrapper_meta {
	border:0;
}

.slideshow-sub-wrapper.wide-wrapper .featured_product_slider_wrapper .pager {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	margin:0;
}

.slideshow-sub-wrapper.wide-wrapper .woocommerce .featured_product_slider_wrapper {
	padding-bottom:40px;
}

.slideshow-sub-wrapper.wide-wrapper ul.products li.product div.product_label {
	width:146px;
	height:68px;
	margin-left:-73px;
}

.slideshow-sub-wrapper.wide-wrapper ul.products li.product span.featured {
	padding:25px 13px;
}

.slideshow-sub-wrapper.wide-wrapper ul.products li.product span.onsale.show_off,
.slideshow-sub-wrapper.wide-wrapper ul.products li.product span.onsale.show_off {
	padding:18px 13px;
}

.slideshow-sub-wrapper.wide-wrapper .featured_product_slider_wrapper ul.products li.product h3 {
	font-size:16px;
	line-height:18px;
}

.slideshow-wrapper.main-slideshow {
	position:relative;
	z-index:1;
	background:#fff;
	padding-bottom:15px;
}

.slideshow-wrapper {
	position:relative;
	z-index:1;
	overflow:hidden;
}

.slideshow-wrapper.main-slideshow > div {
	min-height:0;
}


/*==============================================================*/
/*            GOMARKET IV. CATAGORIES PRODUCTS PAGE          */
/*==============================================================*/
/* 
	1. CATAGORIES PAGE
	2. DESCRIPTION
	3. NUMBER OF COLUMNS IN CATAGORIES PAGE 
	4. ARCHIVE PRODUCTS SUBCATAGORIES
	5. PAGINATION
	6. SCROLL BUTTON
	7. PRODUCT LIST & GRID
		7.1 Grid
		7.2 List
*/

html .woocommerce .woocommerce-result-count,html .woocommerce-page .woocommerce-result-count {
	margin:5px 10px 0 0;
}

.tax-product_cat ul.products {
	padding-top:22px!important;
	margin-bottom:0!important;
}

.tax-product_cat ul.products li.product span.product_sku {
	margin-bottom:5px;
}

.tax-product_cat ul.products li.product .star-rating {
	height:16px!important;
}

.tax-product_cat ul.products li.product .price {
	margin:0 0 5px;
}

/* 1 ======================== CATAGORIES PAGE ============================== */

body.woocommerce .woocommerce-ordering,
body.woocommerce-page .woocommerce-ordering {
	display:inline-block;
	margin-bottom:7px;
} 

body.woocommerce .woocommerce-ordering select,
body.woocommerce-page .woocommerce-ordering select {
	width:200px;
	font-size:12px;
	padding:4px;
	border-radius:28px;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
}

body.woocommerce .woocommerce-ordering select option,
body.woocommerce-page .woocommerce-ordering select option {
	padding:0 8px;
}

body.woocommerce ul.products li.product,
body.woocommerce-page ul.products li.product {
	cursor:default;
	width:25%;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	margin:0 0 20px;
}

body.woocommerce ul.products li.product > div,
body.woocommerce-page ul.products li.product > div {
	padding:0 20px 20px 0;
}

body.woocommerce ul.products li.product a img,
body.woocommerce-page ul.products li.product a img {
	width:auto;
	height:auto;
	max-width:100%;
	box-shadow:none!important;
	-moz-box-shadow:none!important;
	-webkit-box-shadow:none!important;
	-o-box-shadow:none!important;
	margin:0 auto;
}

body.woocommerce ul.products li.product .product-meta-wrapper,
body.woocommerce-page ul.products li.product .product-meta-wrapper {
	padding:0 10px;
}

body.woocommerce ul.products li.product h3.heading-title,
body.woocommerce-page ul.products li.product h3.heading-title {
	text-transform:capitalize;
	line-height:14px;
	font-size:11px;
	padding-bottom:2px;
	font-weight:bold;
	margin-bottom:7px;
}

body.woocommerce.tax-product_cat ul.products li.product h3.heading-title,
body.woocommerce-page.tax-product_cat ul.products li.product h3.heading-title {
	font-weight:bold;
}

body.woocommerce ul.products.list li.product .product-meta-wrapper,
body.woocommerce-page ul.products.list li.product .product-meta-wrapper {
	padding-right:0;
}

/* 2 ==================== DESCRIPTION ========================== */

.cat_custom_content {
	overflow:hidden;
	margin:0 0 20px;
}

.short-description,.short-description-title {
	clear:both;
}

/* 3 - NUMBER OF COLUMNS IN CATAGORIES PAGE */

body.woocommerce ul.products li.product.span12, 
body.woocommerce-page ul.products li.product.span12 {width:50%;}
body.woocommerce ul.products li.product.span8, 
body.woocommerce-page ul.products li.product.span8 {width:33%}
body.woocommerce ul.products li.product.span6, 
body.woocommerce-page ul.products li.product.span6 {width:25%}
body.woocommerce ul.products li.product.span4, 
body.woocommerce-page ul.products li.product.span4 {width:16%;}

/* 4 ===================== ARCHIVE PRODUCTS SUBCATAGORIES ============ */

ul.archive-product-subcategories {overflow:hidden;width:100%;float:left;}
ul.archive-product-subcategories > li.product {width:25%;float:left;margin:0 0 20px;text-align:center;list-style:none;}
ul.archive-product-subcategories > li.product img {max-width:100%;height:auto;}
ul.archive-product-subcategories > li.product h3 {margin:10px 0 0;font-size:14px;text-transform:none;}
ul.archive-product-subcategories > li.product h3 mark {font-weight:normal;}

/* 5 ======================== PAGINATION =========================== */

body.woocommerce nav.woocommerce-pagination,
body.woocommerce-page nav.woocommerce-pagination,
body.woocommerce #content nav.woocommerce-pagination,
body.woocommerce-page #content nav.woocommerce-pagination {
	position:relative;
	display:block;
	border-width:1px;
	border-style:solid;
	margin:0 0 90px;
	padding:6px 6px 0;
	line-height:0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

body.woocommerce nav.woocommerce-pagination ul,
body.woocommerce-page nav.woocommerce-pagination ul,
body.woocommerce #content nav.woocommerce-pagination ul,
body.woocommerce-page #content nav.woocommerce-pagination ul {
	border:0;
	max-width:100%;
}

body.woocommerce nav.woocommerce-pagination ul li,
body.woocommerce-page nav.woocommerce-pagination ul li,
body.woocommerce #content nav.woocommerce-pagination ul li,
body.woocommerce-page #content nav.woocommerce-pagination ul li,
body.woocommerce nav.woocommerce-pagination ul li,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce #content nav.woocommerce-pagination ul li,
body.woocommerce-page #content nav.woocommerce-pagination ul li {
	border:0;
	margin:0 5px 6px;
}

body.woocommerce nav.woocommerce-pagination ul li a,
body.woocommerce-page nav.woocommerce-pagination ul li a,
body.woocommerce #content nav.woocommerce-pagination ul li a,
body.woocommerce-page #content nav.woocommerce-pagination ul li a,
body.woocommerce nav.woocommerce-pagination ul li span,
body.woocommerce-page nav.woocommerce-pagination ul li span,
body.woocommerce #content nav.woocommerce-pagination ul li span,
body.woocommerce-page #content nav.woocommerce-pagination ul li span {
	font-size:13px;
	font-weight:bold;
	line-height:26px;
	padding:0 5px;
	min-width:28px;
	border-width:1px;
	border-style:solid;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	transition:all .3s ease-in-out 0;
	-moz-transition:all .3s ease-in-out 0;
	-webkit-transition:all .3s ease-in-out 0;
}

body.woocommerce nav.woocommerce-pagination ul li span.current,
body.woocommerce-page nav.woocommerce-pagination ul li span.current,
body.woocommerce #content nav.woocommerce-pagination ul li span.current,
body.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
body.woocommerce nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page nav.woocommerce-pagination ul li a:hover,
body.woocommerce #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:hover,
body.woocommerce nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page nav.woocommerce-pagination ul li a:focus,
body.woocommerce #content nav.woocommerce-pagination ul li a:focus,
body.woocommerce-page #content nav.woocommerce-pagination ul li a:focus {
	color:#fff;
}

body.woocommerce nav.woocommerce-pagination ul li a.prev,
body.woocommerce-page nav.woocommerce-pagination ul li a.prev,
body.woocommerce #content nav.woocommerce-pagination ul li a.prev,
body.woocommerce nav.woocommerce-pagination ul li a.next,
body.woocommerce-page nav.woocommerce-pagination ul li a.next,
body.woocommerce #content nav.woocommerce-pagination ul li a.next {
	padding:0;
	line-height:26px;
	padding:0 32px;
	border-width:1px;
	border-style:solid;
	text-transform:capitalize;
	border-radius:28px;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
}

body.woocommerce nav.woocommerce-pagination ul li a.prev,
body.woocommerce-page nav.woocommerce-pagination ul li a.prev,
body.woocommerce #content nav.woocommerce-pagination ul li a.prev {

}

body.woocommerce nav.woocommerce-pagination ul li a.next,
body.woocommerce-page nav.woocommerce-pagination ul li a.next,
body.woocommerce #content nav.woocommerce-pagination ul li a.next {

}

body.woocommerce nav.woocommerce-pagination ul li a.prev:hover,
body.woocommerce-page nav.woocommerce-pagination ul li a.prev:hover,
body.woocommerce #content nav.woocommerce-pagination ul li a.prev:hover,
body.woocommerce nav.woocommerce-pagination ul li a.next:hover,
body.woocommerce-page nav.woocommerce-pagination ul li a.next:hover,
body.woocommerce #content nav.woocommerce-pagination ul li a.next:hover {
	color:rgba(32,32,32,0.3);
	background:transparent;
}


/* 7 ========================== PRODUCT LIST & GRID ============================= */

.wd_meta_loop {
	float:left;
	width:100%;
	clear:both;
	border-width:1px;
	border-style:solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	padding:7px 10px 0 20px;
}

/* 7 - 1 GRID */

html .woocommerce ul.products.grid li.product:hover, 
html .woocommerce-page ul.products.grid li.product:hover {
	box-shadow:0 0 5px #d8d8d8;
	-moz-box-shadow:0 0 5px #d8d8d8;
	-webkit-box-shadow:0 0 5px #d8d8d8;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
} 

html .woocommerce ul.products.grid li.product.first, 
html .woocommerce-page ul.products.grid li.product.first {
	clear:left;
}

html .woocommerce ul.products.grid li.product, 
html .woocommerce-page ul.products.grid li.product {
	width:20%;
}

html .woocommerce ul.products.grid li.product.span12, 
html .woocommerce-page ul.products.grid li.product.span12 {
	width:50%;
} 

html .woocommerce ul.products.grid li.product.span8, 
html .woocommerce-page ul.products.grid li.product.span8 {
	width:33.3%;
}

html .woocommerce ul.products.grid li.product.span6, 
html .woocommerce-page ul.products.grid li.product.span6 {
	width:25%;
}

html .woocommerce ul.products.grid li.product.span4, 
html .woocommerce-page ul.products.grid li.product.span4 {
	width:16.6%;
}
#container .gridlist-toggle {
	clear:none;
	float:right;
	margin-bottom:0;
	padding-bottom:7px!important;
	position:relative;
	overflow:hidden;
	border:0;
	background:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	filter:none;
	margin:0 5px 0 0 !important;
	width:auto;
	padding:0 !important;
	height:auto;
}

#container .gridlist-toggle a#grid {
	display:inline-block;
	position:relative;
	float:left;
	width:41px;
	height:28px;
	background-color:#fff;
	background-image:none;
	filter:none;
	border-width:1px 0 1px 1px;
	border-style:solid;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	text-indent:9999px;
	transition:all .3s ease-in-out 0;
	-moz-transition:all .3s ease-in-out 0;
	-webkit-transition:all .3s ease-in-out 0;
	border-radius:28px 0 0 28px;
	-moz-border-radius:28px 0 0 28px;
	-webkit-border-radius:28px 0 0 28px;
}

#container .gridlist-toggle a#grid:after {
	content:"";
	width:10px;
	height:10px;
	position:absolute;
	left:19px;
	top:9px;
	right:auto;
	bottom:auto;
	font-size:12px;
	line-height:12px;
	text-indent:0;
	background:url(images/navi_list_grid.png) no-repeat 0 -10px;
}

#container .gridlist-toggle a {
	content:"";
	display:inline-block;
	position:relative;
	float:left;
	width:41px;
	height:28px;
	background-color:#fff;
	background-image:none;
	filter:none;
	border-width:1px 1px 1px 0;
	border-style:solid;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	text-indent:9999px;
	transition:all .3s ease-in-out 0;
	-moz-transition:all .3s ease-in-out 0;
	-webkit-transition:all .3s ease-in-out 0;
	border-radius:0 28px 28px 0;
	-moz-border-radius:0 28px 28px 0;
	-webkit-border-radius:0 28px 28px 0;
}

#container .gridlist-toggle a#list:after {
	content:"";
	width:12px;
	height:11px;
	position:absolute;
	left:11px;
	top:9px;
	right:auto;
	bottom:auto;
	font-size:12px;
	line-height:12px;
	text-indent:0;
	background:url(images/navi_list_grid.png) no-repeat -10px -11px;
}

#container .gridlist-toggle a#grid:hover:after,
#container .gridlist-toggle a#grid.active:after {
	background-position:0 0;
}

#container .gridlist-toggle a#list:hover:after,
#container .gridlist-toggle a#list.active:after {
	background-position:-10px 0;
}

#container .gridlist-toggle a:hover,#container .gridlist-toggle a.active {
	background-color:#000;
}

#container .gridlist-toggle a#grid.active,
#container .gridlist-toggle a#list.active,
#container .gridlist-toggle a#grid:hover,
#container .gridlist-toggle a#list:hover {
	background:#515151;
	border-color:#515151;
}

#container .gridlist-toggle a#grid.active,
#container .gridlist-toggle a#list.active {
	cursor:default;
}

html .woocommerce ul.products.grid li.product .product-meta-wrapper, 
html .woocommerce-page ul.products.grid li.product .product-meta-wrapper {
	margin:10px 0 0;
}

body.woocommerce ul.products.grid li.product,
body.woocommerce-page ul.products.grid li.product {
	margin:0 0 40px;
}

/* 7 - 2 LIST */

body.woocommerce ul.products.list,
body.woocommerce-page ul.products.list {
	padding-bottom:10px;
}

body.woocommerce ul.products.list li.product,
body.woocommerce-page ul.products.list li.product {
	border-width:1px 0 0;
	border-style:solid;
	position:relative;
}

body.woocommerce ul.products.list li.product:first-child,
body.woocommerce-page ul.products.list li.product:first-child {
	border:0;
}

body.woocommerce ul.products.list li.product:after,
body.woocommerce-page ul.products.list li.product:after {
	content:"";
	height:1px;
	position:absolute;
	bottom:-1px;
	left:0px;
	right:0px;
	top:auto;
	z-index:1;
	display:none;
}

body.woocommerce ul.products.list li.product:hover:after,
body.woocommerce-page ul.products.list li.product:hover:after {
	display:block;
	background:#eee;
}

body.woocommerce ul.products.list li.product > div,
body.woocommerce-page ul.products.list li.product > div {
	overflow:hidden;	
	padding:30px 10px;
}

html .woocommerce ul.products.list li.product:hover, 
html .woocommerce-page ul.products.list li.product:hover {
	box-shadow:0 0 5px #d8d8d8;
	-moz-box-shadow:0 0 5px #d8d8d8;
	-webkit-box-shadow:0 0 5px #d8d8d8;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-color:#fff;
} 

body.woocommerce ul.products.list li.product .product_thumbnail_wrapper,
body.woocommerce-page ul.products.list li.product .product_thumbnail_wrapper {
	float:left;
	margin-right:20px;
	overflow:visible;
	position:relative;
}

body.woocommerce ul.products.list li.product .product_thumbnail_wrapper .product-image-front img,
body.woocommerce ul.products.list li.product .product_thumbnail_wrapper .product-image-back img {
	width:auto!important;
	height:auto;
}

body.woocommerce ul.products.list li.product .product-meta-wrapper,
body.woocommerce-page ul.products.list li.product .product-meta-wrapper {
	position:relative;
	text-align:left;
	display:block;
	overflow:hidden;
}

body.woocommerce ul.products.list li.product .product-meta-wrapper h3.heading-title,
body.woocommerce-page ul.products.list li.product .product-meta-wrapper h3.heading-title {
	width:100%;
	float:left;
	text-align:left;
}

body.woocommerce ul.products.list li.product .product-meta-wrapper > a,
body.woocommerce-page ul.products.list li.product .product-meta-wrapper > a {
	display:inline-block;
}

body.woocommerce ul.products.list li.product .product-meta-wrapper .star-rating,
body.woocommerce-page ul.products.list li.product .product-meta-wrapper .star-rating {
	left:0;
	margin-left:0!important;
}

body.woocommerce ul.products.list li.product .product-meta-wrapper .short-description,
body.woocommerce-page ul.products.list li.product .product-meta-wrapper .short-description {
	width:100%;
	float:left;
	margin-top:7px;
}

body.woocommerce ul.products.list li.product .product-meta-wrapper .short-description .short-description-title,
body.woocommerce-page ul.products.list li.product .product-meta-wrapper .short-description .short-description-title {
	margin:0 0 10px;
	font-style:italic;
	font-size:13px;
}

body.woocommerce ul.products.list li.product .product-meta-wrapper .price,
body.woocommerce-page ul.products.list li.product .product-meta-wrapper .price {
	width:100%;
	float:left;
	margin-top:6px;
}

body.woocommerce ul.products.list li.product .product_thumbnail_wrapper a,
body.woocommerce-page ul.products.list li.product .product_thumbnail_wrapper a {
	overflow:hidden;
}

body ul.products.list li.product .list_add_to_cart {
	display:block;
}

body ul.products.list li.product .list_add_to_cart .added_to_cart {
	right:-35px;
	top:0;
}

body ul.products.list li.product .gridlist-buttonwrap {
	width:auto;
	float:left;
}

/*==============================================================*/
/*               GOMARKET V. CONTACT FORM                    */
/*==============================================================*/

.wpcf7 .wpcf7-form > p{
	margin-bottom:5px;
}

.wpcf7 input {
	width:100%;
	max-width:445px;
	text-transform:none;
}

.wpcf7 textarea {
	width:100%;
	max-width:445px;
	text-transform:none;
}

.wpcf7 input[type^="submit"] {
	width:auto;
	cursor:pointer;
	line-height:28px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-width:1px;
	font-size:13px;
	text-transform:none;
	font-weight:bold;
	height:30px;
	margin:15px 0;
	background-image:none;
	filter:none;
}

.wpcf7 input[type^="submit"]:hover {
	background-image:none;
	filter:none;
}

.wpcf7 span.wpcf7-form-control-wrap {
	display:block;
	margin:0;
}

.wpcf7 span.wpcf7-not-valid-tip {
	left:10px;
	border:0;
	color:#BE0404;
}

html div.wpcf7 img.ajax-loader {
	margin:0 0 0 20px;
}

html div.wpcf7-validation-errors {
	background:#FFF0C8;
	color:#F0AF00;
	font-weight:400;
	text-transform:none;
	width:100%;
	max-width:535px;
	border-width:1px;
	margin:20px 0;
	padding:20px;
}

.pp_woocommerce .wpcf7 textarea {
	height:150px;
}

.contact-form ul li {
	list-style:none;
}

.wpcf7 .require {
	color:#ff0000;
}

/*==============================================================*/
/*                GOMARKET VI. DETAIL PRODUCT                */
/*==============================================================*/

/* LAYOUT */
.single-product .right-sidebar-content .single_product_summary_end,
.single-product .right-sidebar-content .related.products {
margin-left:50px;
}

.single-product .left-sidebar-content .single_product_summary_end,
.single-product .left-sidebar-content .related.products {
margin-right:50px;
}

.entry-content-post > .woocommerce {
	padding-bottom:20px;
}

table.variations td {
padding-bottom:10px;
}

table.variations td.value select {
margin-right:10px;
}

/* Free Shipping */
.title-quickshop {
	font-weight:bold;
}

/* Title */
html .woocommerce div.product .product_title, 
html .woocommerce-page div.product .product_title, 
html .woocommerce #content div.product .product_title, 
html .woocommerce-page #content div.product .product_title {
	margin-bottom:25px;
}

/* 1 ================= DETAIL PRODUCT FULLWIDTH ======================= */

#main_content.span24 .single_product_summary_end {
	width:51%;
	float:right;
	border:0;
	padding:0 0 0 40px;
}

/* 2 ================== DETAIL PRODUCT LEFT & RIGHT SIDEBAR =============*/

.woocommerce #main_content.span12 div.product ,
.woocommerce #main_content.span12 #content div.product ,
.woocommerce-page #main_content.span12 div.product ,
.woocommerce-page #main_content.span12 #content div.product {
	margin-top:0;
} 

.woocommerce #main_content.span12 div.product div.summary,
.woocommerce #main_content.span12 #content div.product div.summary,
.woocommerce-page #main_content.span12 div.product div.summary,
.woocommerce-page #main_content.span12 #content div.product div.summary {
	width:100%;
	padding:0;
	clear:both;
}

body.woocommerce #main_content.span12 div.product div.images,
body.woocommerce-page #main_content.span12 #main_content.span12 div.product div.images,
body.woocommerce #main_content.span12 #content div.product div.images,
body.woocommerce-page #main_content.span12 #content div.product div.images {
	width:auto;
	max-width:100%;
}

body.woocommerce #main_content.span12 div.product > .tabbable.tabs-left > .nav-tabs,
body.woocommerce-page #main_content.span12 div.product > .tabbable.tabs-left > .nav-tabs {
	width:100%;
}

body.woocommerce #main_content.span12 div.product > .tabbable.tabs-left > .tab-content,
body.woocommerce-page #main_content.span12 div.product > .tabbable.tabs-left > .tab-content {
	width:100%;
	padding-top:30px;
}

body.woocommerce #main_content.span12 div.product > .tabbable.tabs-left > .tab-content:before,
body.woocommerce-page #main_content.span12 div.product > .tabbable.tabs-left > .tab-content:before {
	top:30px;
}

/* ======================= DETAIL PRODUCT ====================== */

html .woocommerce div.product div.summary p, 
html .woocommerce #content div.product div.summary p, 
html .woocommerce-page div.product div.summary p, 
html .woocommerce-page #content div.product div.summary p 
{
	float:left;
	width:100%;
}

html .woocommerce div.product div.summary p.availability , 
html .woocommerce #content div.product div.summary p.availability , 
html .woocommerce-page div.product div.summary p.availability , 
html .woocommerce-page #content div.product div.summary p.availability {
	font-weight:bold;
	color:#63bf00;
	text-transform:capitalize;
	font-size:13px;
}

html .woocommerce div.product div.summary p.availability .wd_availability, 
html .woocommerce #content div.product div.summary p.availability .wd_availability, 
html .woocommerce-page div.product div.summary p.availability .wd_availability, 
html .woocommerce-page #content div.product div.summary p.availability .wd_availability {
	font-weight:normal;
	padding-right:6px;
}

html .woocommerce div.product div.summary p.wd_product_sku, 
html .woocommerce #content div.product div.summary p.wd_product_sku, 
html .woocommerce-page div.product div.summary p.wd_product_sku, 
html .woocommerce-page #content div.product div.summary p.wd_product_sku {
	text-transform:capitalize;
} 

html .pp_woocommerce div.product div.summary,
html .woocommerce div.product div.summary, 
html .woocommerce #content div.product div.summary, 
html .woocommerce-page div.product div.summary, 
html .woocommerce-page #content div.product div.summary
{
	width:auto;
	padding-left:40px;
	float:none;
	margin-bottom:20px;
	overflow:hidden;
}

p.stock.available-on-backorder 
{
	display:none;
}

p.availability.stock.available-on-backorder 
{
	display:block;
}

div.product .summary .short-description {
	padding-top:28px;
	margin:15px 0 0;
	border-width:1px 0 0;
	border-style:solid;
	display:inline-block;
	width:100%;
}

div.product .summary .short-description .short-description-title {
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:17px;
}

#main-module-container ul li.product a .product-image-front, 
#main-module-container ul li.product a .product-image-back 
{
	text-align:center;
}

#main-module-container ul li.product a .product-image-front img , 
#main-module-container ul li.product a .product-image-back img
{
	display:block;
}

html .woocommerce ul.products li.product .price del, 
html .woocommerce-page ul.products li.product .price del{
	font-weight:normal;
	font-style:italic;
}

/* 1 ======================= IMAGE ============================ */

body.page div.product div.images,
body.woocommerce div.product div.images,
body.woocommerce-page div.product div.images,
body.woocommerce #content div.product div.images,
body.woocommerce-page #content div.product div.images {
	position:relative;
	z-index:2!important;
	overflow:visible;
	float:left;
	width:50%;
	margin:0 0 45px;
	padding:5px 0 0;
}

body.page div.product div.images #wrap,
body.woocommerce div.product div.images #wrap,
body.woocommerce-page div.product div.images #wrap,
body.woocommerce #content div.product div.images #wrap,
body.woocommerce-page #content div.product div.images #wrap{
	z-index:2!important;
}

body.page div.product div.images #wrap .cloud-zoom-big,
body.woocommerce div.product div.images #wrap .cloud-zoom-big,
body.woocommerce-page div.product div.images #wrap .cloud-zoom-big,
body.woocommerce #content div.product div.images #wrap .cloud-zoom-big,
body.woocommerce-page #content div.product div.images #wrap .cloud-zoom-big {
	z-index:999999!important;
}

body.page div.product div.images img,
body.woocommerce div.product div.images img,
body.woocommerce-page div.product div.images img,
body.woocommerce #content div.product div.images img,
body.woocommerce-page #content div.product div.images img {
	width:auto;
	max-width:100%;
	height:auto;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	padding:0;
}

body.page div.product div.images div.thumbnails,
body.woocommerce div.product div.images div.thumbnails,
body.woocommerce-page div.product div.images div.thumbnails,
body.woocommerce #content div.product div.images div.thumbnails,
body.woocommerce-page #content div.product div.images div.thumbnails{
	width:100%;
	margin:0;
	max-width:342px;
}

body.page div.product div.images div.thumbnails a,
body.woocommerce div.product div.images div.thumbnails a,
body.woocommerce-page div.product div.images div.thumbnails a,
body.woocommerce #content div.product div.images div.thumbnails a,
body.woocommerce-page #content div.product div.images div.thumbnails a {
	display:block;
	margin:0;
}

body.woocommerce div.product div.images .return-shipping,
body.woocommerce-page div.product div.images .return-shipping,
body.woocommerce #content div.product div.images .return-shipping,
body.woocommerce-page #content div.product div.images .return-shipping {
	margin-top:20px;
}

body.woocommerce div.product div.images .content-quick,
body.woocommerce-page div.product div.images .content-quick,
body.woocommerce #content div.product div.images .content-quick,
body.woocommerce-page #content div.product div.images .content-quick {
	overflow:hidden;
}

body.woocommerce div.product div.images .content-quick img,
body.woocommerce-page div.product div.images .content-quick img,
body.woocommerce #content div.product div.images .content-quick img,
body.woocommerce-page #content div.product div.images .content-quick img {
	float:left;
	margin:0 10px 10px 0;
}

body.page div.product div.images a.woocommerce-main-image,
body.woocommerce div.product div.images a.woocommerce-main-image,
body.woocommerce-page div.product div.images a.woocommerce-main-image,
body.woocommerce #content div.product div.images a.woocommerce-main-image,
body.woocommerce-page #content div.product div.images a.woocommerce-main-image
{
	display:inline-block!important;
	width:auto!important;
	max-width:100%;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
}

/* 2 - TITLE */
html .page div.product .product_title,
html .woocommerce div.product .product_title,
html.woocommerce #content div.product .product_title,
html .woocommerce-page div.product .product_title,
html.woocommerce-page #content div.product .product_title {
	text-transform:uppercase;
	font-size:24px;
	line-height:26px;
	margin:0 0 10px;
	font-family:"open sans";
	font-weight:900;
}

/* 3 - SHARE BY EMAIL */
.summary.entry-summary a[title^="Share by Email"] {
	display:inline-block;
	float:left;
	font-family:Arial;
	font-size:11px;
	background:url(images/images.png) no-repeat -489px -76px;
	color:#7f7f7f;
	margin:0 0 25px;
}

.summary.entry-summary a[title^="Share by Email"]:after {
	display:block;
	height:0;
	content:".";
	clear:both;
	visibility:hidden;
}

.summary.entry-summary a[title^="Share by Email"]:hover {
	color:#BE0404;
}

/* 4 - DESCRIPTION */
html .page div.product div.summary .wd_product_content,
html .woocommerce div.product div.summary .wd_product_content,
html .woocommerce #content div.product div.summary .wd_product_content,
html .woocommerce-page div.product div.summary .wd_product_content,
html .woocommerce-page #content div.product div.summary .wd_product_content {
	float:left;
	width:100%;
	margin:0 0 22px;
}

html .woocommerce div.product form.cart .variations select,
html .woocommerce-page div.product form.cart .variations select,
html .woocommerce #content div.product form.cart .variations select,
html .woocommerce-page #content div.product form.cart .variations select {
	margin:0 0 10px;
}

/* 5 - PRICE */

div.product .entry-summary span.price del
html .woocommerce div.product .entry-summary span.price del,
div.product .entry-summary p.price del,
html .woocommerce div.product .entry-summary p.price del,
html .woocommerce #content div.product .entry-summary span.price del,
html .woocommerce #content div.product .entry-summary p.price del,
html .woocommerce-page div.product .entry-summary span.price del,
div.product .entry-summary p.price del,
html .woocommerce-page div.product .entry-summary p.price del,
html .woocommerce-page #content div.product .entry-summary span.price del,
html .woocommerce-page #content div.product .entry-summary p.price del,
html .page div.product .entry-summary span.price del {
	font-size:30px;
	line-height:26px;
	color:#999;
	margin:0 10px 0 0;
}

span.from,span.to {
	color:#999;
}

div.product .entry-summary span.price,
div.product .entry-summary p.price,
html .woocommerce div.product .entry-summary span.price,
html .woocommerce div.product .entry-summary p.price,
html .woocommerce #content div.product .entry-summary span.price,
html .woocommerce #content div.product .entry-summary p.price,
html .woocommerce-page div.product .entry-summary span.price,
html .woocommerce-page div.product .entry-summary p.price,
html .woocommerce-page #content div.product .entry-summary span.price,
html .woocommerce-page #content div.product .entry-summary p.price {
	font-size:34px;
	line-height:36px;
	font-weight:bold;
}

div.product .entry-summary span.price ins,
div.product .entry-summary p.price ins,
html .woocommerce div.product .entry-summary span.price ins,
html .woocommerce div.product .entry-summary p.price ins,
html .woocommerce #content div.product .entry-summary span.price ins,
html .woocommerce #content div.product .entry-summary p.price ins,
html .woocommerce-page div.product .entry-summary span.price ins,
html .woocommerce-page div.product .entry-summary p.price ins,
html .woocommerce-page #content div.product .entry-summary span.price ins,
html .woocommerce-page #content div.product .entry-summary p.price ins,
html .page div.product .entry-summary span.price ins {
	text-decoration:none;
}

.single_variation {
	overflow:hidden;
	margin:0 0 10px;
}

.single_add_to_cart_button.variable_hidden {
display:none!important;
}

/* 6 - FORM CART - PRODUCT META */
div.product form.cart,
html .woocommerce div.product form.cart, 
html .woocommerce #content div.product form.cart, 
html .woocommerce-page div.product form.cart, 
html .woocommerce-page #content div.product form.cart,
html .page div.product form.cart 
{
	margin:0 0 12px;
	overflow:hidden;
	display:block;
	float:left;
	width:100%;
}

/* 7 - INPUT QUANTITY */
.summary .quantity,
body.woocommerce .summary .quantity,
body.woocommerce-page .summary .quantity button.button,
body.woocommerce #content .summary .quantity,
body.woocommerce-page #content .summary .quantity,body.page .summary .quantity {
	width:100%;
	margin-bottom:10px!important;
	overflow:hidden;
}

.quantity .minus,
body.woocommerce .quantity .minus,
body.woocommerce-page .quantity .minus,
body.woocommerce #content .quantity .minus,
body.woocommerce-page #content .quantity .minus,
body.page .quantity .minus {
	cursor:pointer;
	position:relative;
	left:auto;
	top:auto;
	display:inline-block;
	float:left;
	width:20px;
	height:28px;
	text-align:center;
	text-indent:9999px;
	border-top:1px solid;
	border-right:1px solid;
	border-left:1px solid;
	border-bottom:1px solid;
	filter:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	border-radius:2px 0 0 2px;
	-moz-border-radius:2px 0 0 2px;
	-webkit-border-radius:2px 0 0 2px;
	-webkit-appearance:none;
	transition:all .3s ease-in-out 0;
	-moz-transition:all .3s ease-in-out 0;
	-webkit-transition:all .3s ease-in-out 0;
	margin:0;
	background:#fff url(images/images.png) no-repeat -130px 0;
}

.quantity .minus:hover,
body.woocommerce .quantity .minus:hover,
body.woocommerce-page .quantity .minus:hover,
body.woocommerce #content .quantity .minus:hover,
body.woocommerce-page #content .quantity .minus:hover,
body.page .quantity .minus:hover {
	background:#fff url(images/images.png) no-repeat -130px 0;
	filter:none;
}

.quantity input.qty,
body.woocommerce .quantity input.qty,
body.woocommerce-page .quantity input.qty,
body.woocommerce #content .quantity input.qty,
body.woocommerce-page #content .quantity input.qty {
	display:inline-block;
	float:left;
	text-align:center;
	height:28px;
	line-height:28px;
	width:36px;
	font-size:12px;
	color:#000;
	font-weight:normal;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0!important;
	-o-border-radius:0!important;
	-webkit-appearance:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	transition:all .3s ease-in-out 0;
	-moz-transition:all .3s ease-in-out 0;
	-webkit-transition:all .3s ease-in-out 0;
	margin:0 0 0 -1px;
	padding:0 5px;
	border-width:1px 0 1px 1px;
	border-style:solid;
}

.ie8 .quantity input.qty,
.ie8 body.woocommerce .quantity input.qty,
.ie8 body.woocommerce-page .quantity input.qty,
.ie8 body.woocommerce #content .quantity input.qty,
.ie8 body.woocommerce-page #content .quantity input.qty {
	line-height:18px;
	padding-top:4px;
}

.quantity input.qty:hover,
body.woocommerce .quantity input.qty:hover,
body.woocommerce-page .quantity input.qty:hover,
body.woocommerce #content .quantity input.qty:hover,
body.woocommerce-page #content .quantity input.qty:hover,
body.page .quantity input.qty:hover {
}

.quantity .plus,
body.woocommerce .quantity .plus,
body.woocommerce-page .quantity .plus,
body.woocommerce #content .quantity .plus,
body.woocommerce-page #content .quantity .plus,
body.page .quantity .plus {
	cursor:pointer;
	position:relative;
	left:auto;
	top:auto;
	display:inline-block;
	float:left;
	width:20px;
	height:28px;
	text-align:center;
	border-width:1px;
	border-style:solid;
	filter:none;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
	-webkit-appearance:none;
	text-indent:9999px;
	transition:all .3s ease-in-out 0;
	-moz-transition:all .3s ease-in-out 0;
	-webkit-transition:all .3s ease-in-out 0;
	background:#fff url(images/images.png) no-repeat -153px 0;
}


.quantity .plus:hover,
body.woocommerce .quantity .plus:hover,
body.woocommerce-page .quantity .plus:hover,
body.woocommerce #content .quantity .plus:hover,
body.woocommerce-page #content .quantity .plus:hover,
body.page .quantity .plus:hover {
	background:#fff url(images/images.png) no-repeat -153px 0;
	filter:none;
}

/* 8 - BUTTON ADD TO CART */
.single_add_to_cart_button.button,
html .woocommerce .single_add_to_cart_button.button,
html .woocommerce .single_add_to_cart_button.button,
html .woocommerce .single_add_to_cart_button.button.alt,
html .woocommerce .single_add_to_cart_button.button.alt,
html .page .single_add_to_cart_button.button {
	z-index:1;
	position:relative;
	top:auto;
	bottom:auto;
	left:auto;
	right:auto;
	font-size:14px;
	font-weight:bold;
	line-height:38px;
	text-align:center;
	text-transform:uppercase;
	border-style:solid;
	border-width:1px 1px 2px;
	margin:0 0 15px;
	padding:0 20px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
}

.single_add_to_cart_button.button:hover,
html .woocommerce .single_add_to_cart_button.button:hover,
html .woocommerce-page .single_add_to_cart_button.button:hover,
html .woocommerce .single_add_to_cart_button.button.alt:hover,
html .woocommerce-page .single_add_to_cart_button.button.alt:hover,
html .page .single_add_to_cart_button.button.alt:hover {
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
}

/* 9 - RATING */
div.product div.summary .star-rating,
body.woocommerce div.product div.summary .star-rating,
body.woocommerce-page div.product div.summary .star-rating,
body.woocommerce #content div.product div.summary .star-rating,
body.woocommerce div.product div.summary .star-rating,
body.woocommerce-page div.product div.summary .star-rating,
body.woocommerce #content div.product div.summary .star-rating,
body.woocommerce-page #content div.product div.summary .star-rating,
body.page div.product div.summary .star-rating {
	float:left;
	clear:both;
	margin-right:20px;
}

div.product div.summary .review_count,
body.woocommerce div.product div.summary .review_count,
body.woocommerce-page div.product div.summary .review_count,
body.woocommerce #content div.product div.summary .review_count,
body.woocommerce div.product div.summary .review_count,
body.woocommerce-page div.product div.summary .review_count,
body.woocommerce #content div.product div.summary .review_count,
body.woocommerce-page #content div.product div.summary .review_count,
body.page div.product div.summary .review_count {
	position:relative;
	display:inline-block;
	line-height:18px;
	color:#000;
	margin-left:20px;
}

.add_new_review {
	float:right;
}

.single-product #main_content.span12 .add_new_review {
	float:left;
}

/* 10 - CAROUSEL THUMB */
div.list_carousel {
	position:relative;
	z-index:3;
	padding:20px 60px 0 0!important;
	width:auto!important;
	max-width:100%;
}

div.list_carousel div.caroufredsel_wrapper ul li {
	list-style:none;
	display:inline-block;
	float:left;
}

ul.product_thumbnails li,ul.qs-thumbnails li {
	list-style:none;
	display:inline-block;
	float:left;
	height:auto!important;
	padding:0 10px 0 0;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

ul.product_thumbnails li img,ul.qs-thumbnails li img {
	margin-bottom:0;
}

div.list_carousel div.caroufredsel_wrapper ul.product_thumbnails li a,
div.list_carousel div.caroufredsel_wrapper ul.qs-thumbnails li a {
	width:auto!important;
	height:auto!important;
	transition:all .3s ease-in-out 0;
	-moz-transition:all .3s ease-in-out 0;
	-webkit-transition:all .3s ease-in-out 0;
}

div.list_carousel div.caroufredsel_wrapper ul.product_thumbnails li a img,
div.list_carousel div.caroufredsel_wrapper ul.qs-thumbnails li a img {
	width:100%!important;
	height:auto%!important;
}

div.list_carousel .slider_control > a {
	position:absolute;
	z-index:3;
	top:20px;
	font-size:0;
	color:transparent;
	display:inline-block;
	width:30px!important;
	height:30px!important;
	background:url(images/images.png) no-repeat;
	transition:all .3s ease-in-out 0;
	-moz-transition:all .3s ease-in-out 0;
	-webkit-transition:all .3s ease-in-out 0;
	border:1px solid;
	background:#fafafa;
}

div.list_carousel .slider_control > a:after {
	line-height:28px;
	text-align:center;
	font-family:"FontAwesome";
	font-size:20px;
	display:inline-block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}

div.list_carousel .slider_control > a:hover:after {
	color:#fff;
}

div.list_carousel .slider_control > a.next:after {
	content:"\f105";
} 

div.list_carousel .slider_control > a.prev:after {
	content:"\f104";
}

div.list_carousel .slider_control > a.prev {
	right:29px;
}

div.list_carousel .slider_control > a.next {
	right:0px;
}

.product .list_carousel .caroufredsel_wrapper {
	height:auto!important;
}

.product .list_carousel .product_thumbnails {
	position:relative!important;
	height:auto!important;
	overflow:hidden;
}

/* 11 - PRODUCT SUMMARY END */

.single_product_summary_end {
	border-bottom:1px dashed #ccc;
	margin:0 0 35px;
	padding:0 0 21px;
}

.woocommerce .single_product_summary_end .star-rating,
.woocommerce-page .single_product_summary_end .star-rating {
	float:left;
	margin:0 6px 15px 0;
}

.single_product_summary_end .single_views {
	font-size:10px;
	width:100%;
	display:inline-block;
	margin:0 0 15px;
}

.single_product_summary_end .wd_product_categories a {
	text-transform:uppercase;
	font-size:10px;
}

.single_product_summary_end .tagcloud {
	overflow:hidden;
}

.single_product_summary_end .tagcloud .tag_heading {
	display:inline-block;
	float:left;
	width:100%;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	margin:0 0 13px;
}

.single_product_summary_end .tagcloud a {
	display:inline-block;
	float:left;
	font-size:12px!important;
	line-height:14px;
	text-transform:uppercase;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-webkit-font-smoothing:antialiased;
	border-style:solid;
	border-width:1px;
	margin:0 2px 9px 0;
	padding:7px 10px 6px;
}

.single_product_summary_end .tagcloud a:hover {
	text-decoration:none;
}

.single_product_summary_end .wd_product_sku,.single_product_summary_end .availability {
	text-transform:uppercase;
}

.single_product_summary_end .product_sku,.single_product_summary_end .availability span {
	color:#be0404;
}

.woocommerce .single_product_summary_end .social_sharing,.woocommerce-page .single_product_summary_end .social_sharing,.single_product_summary_end .wd_product_categories {
	margin:0 0 25px;
}

/* 12 - TABS */
div.product #multitabs-detail {
	margin-bottom:40px;
}

div.product #tab-description > h2:first-child,
div.product #tab-additional_information > h2:first-child,
div.product #comments > h2:first-child,
div.product #tab-tags .tag_heading,
#comments > div > h2 {
	text-transform:none;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
}

/* 12 - 1 REVIEW */

#reviews .add_review a.button {
	height:28px;
	line-height:26px;
	border-radius:28px;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	padding:0 15px;
	text-transform:none;
}

#reviews #comments .commentlist {
	border:0;
	padding:0;
}

html #reviews #comments ol.commentlist li img.avatar,
html .woocommerce #reviews #comments ol.commentlist li img.avatar, 
html .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	width:60px;
	height:60px;
	padding:0;
	border:0;
	margin:0 20px 0 0;
}

html #reviews #comments ol.commentlist li .comment-text,
html .woocommerce #reviews #comments ol.commentlist li .comment-text, 
html .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	margin-left:80px;
	padding:0;
	border:0;
}

html #reviews #comments ol.commentlist li .comment-text p.meta,
html .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, 
html .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size:13px;
}

html #reviews #comments ol.commentlist li .comment-text strong,
html .woocommerce #reviews #comments ol.commentlist li .comment-text strong, 
html .woocommerce-page #reviews #comments ol.commentlist li .comment-text strong {
	font-weight:normal;
	text-transform:capitalize;
}

.pp_woocommerce #respond #reply-title {
	padding:0;
	border:0;
	margin:0 0 10px;
	font-size:20px;
	line-height:24px;
}

/* 12 - 2 TAGS */
#tab-tags .tag_heading {
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	float:left;
	display:inline-block;
	width:100%;
	margin:0 0 20px;
}

#tab-tags .tagcloud,
#collapse-tags .tagcloud {
    overflow: hidden;
}

#tab-tags .tagcloud a,
#collapse-tags .tagcloud a {
	font-size:12px!important;
	margin-right:20px;
}

/* 12 - 3 INFORMATION */
.home #tab-additional_information table.shop_attributes th
.woocommerce #tab-additional_information table.shop_attributes th, 
.woocommerce-page #tab-additional_information table.shop_attributes th {
    font-weight: normal;
	text-align:left;
}

.page #tab-additional_information table.shop_attributes td
.woocommerce #tab-additional_information table.shop_attributes td, 
.woocommerce-page #tab-additional_information table.shop_attributes td {
    font-style: normal;
	text-align:left;
}

.woocommerce table.shop_attributes td, 
.woocommerce-page table.shop_attributes td,
.woocommerce table.shop_attributes th, 
.woocommerce-page table.shop_attributes th  {
	border-width:0 0 1px;
	border-style:dotted;
}

.woocommerce table.shop_attributes .alt td, 
.woocommerce table.shop_attributes .alt th, 
.woocommerce-page table.shop_attributes .alt td, 
.woocommerce-page table.shop_attributes .alt th {
	background:#f4f4f4;
}

/* 12 - 4 DETAIL GROUP PRODUCT WITH EXTERNAL PRODUCT */
form.product_detail .group_table a.button.alt,
.woocommerce form.product_detail .group_table a.button.alt,
.woocommerce-page form.product_detail .group_table a.button.alt,
#content form.product_detail .group_table a.button.alt,
.woocommerce #content form.product_detail .group_table a.button.alt,
.woocommerce-page #content form.product_detail .group_table a.button.alt {
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	margin:0 0 10px;
}

form.product_detail .group_table td,
.woocommerce form.product_detail .group_table td,
.woocommerce-page form.product_detail .group_table td,
#content form.product_detail .group_table td,
#content .woocommerce form.product_detail .group_table td,
.woocommerce-page #content form.product_detail .group_table td {
	padding:0 10px 0 0;
}

/* 13 - RELATED */
.related > .heading-title,
.related > .title {
	padding:13px 20px 12px;
	border-width:0 0 1px;
	border-style:solid;
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	display:inline-block;
	width:100%;
	text-transform:uppercase;
	margin:0 0 17px;
}

.related > .heading-title:hover,
.related > .title:hover {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,235,235,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); 
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); 
}

.related ul li {
	list-style:none;
}

ul.products li.product .wd_related ul li a:hover, 
.add_new_review a:hover {
	text-decoration:underline;
}

.related-404 {
	padding:0 20px;
}

html .woocommerce .related .caroufredsel_wrapper {
    height: auto!important;
}

html .woocommerce .related .caroufredsel_wrapper ul.products {
    position: relative!important;
    cursor: default;
	height:auto!important;
}

html .woocommerce .related ul.products li.product {
    margin: 0 0 20px;
    position: relative;
    min-height: 110px;
    padding: 0;
    width: 100%;
    cursor: default;
}

html .woocommerce .related ul.products li.product.first {
    clear: none;
}

html .woocommerce .related ul.products li.product img {
    width: auto;
    height: auto;
    max-width: 100%;
}

html .woocommerce .related ul.products li.product .product_thumbnail_wrapper, 
html .woocommerce-page .related ul.products li.product .product_thumbnail_wrapper .product_thumbnail_wrapper {
}

html .woocommerce .related ul.products li.product .product_thumbnail_wrapper:hover, 
html .woocommerce-page .related ul.products li.product .product_thumbnail_wrapper .product_thumbnail_wrapper:hover {
    border-color: #000;
}

html .woocommerce .related ul.products li.product .product-meta-wrapper, 
html .woocommerce-page .related ul.products li.product .product_thumbnail_wrapper .product-meta-wrapper {
	margin-top:5px;
}

html .woocommerce .related ul.products li.product .product-meta-wrapper .wd_product_categories, 
html .woocommerce-page .related ul.products li.product .product_thumbnail_wrapper .product-meta-wrapper .wd_product_categories {
    position: relative;
    top: -3px;
    line-height: 16px;
}

/* 14 - UPSELL */
body.woocommerce .upsells.products {
	clear:both;
	border-width:1px;
	border-style:solid;
	margin:0 0 40px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

body.woocommerce .upsells.products > .heading-title {
    font-size: 14px;
	font-weight:bold;
	line-height:16px;
	padding:13px 20px 12px;
	border-width:0 0 1px;
	border-style:solid;
}

body.woocommerce .upsells.products > .heading-title:hover {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(235,235,235,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(235,235,235,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); 
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 0%,rgba(235,235,235,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 ); 
}

body.woocommerce .upsell_wrapper,
body.woocommerce-page .upsell_wrapper {
    position: relative;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body.woocommerce .upsell_wrapper > div.caroufredsel_wrapper,
body.woocommerce-page .upsell_wrapper > div.caroufredsel_wrapper {
    height: auto!important;
}

body.woocommerce .upsell_wrapper > div.caroufredsel_wrapper:after,
body.woocommerce-page .upsell_wrapper > div.caroufredsel_wrapper:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #fff;
    display: inline-block;
}

body.woocommerce .upsell_wrapper ul.products,
body.woocommerce-page .upsell_wrapper ul.products {
    position: relative!important;
    height: auto!important;
}

body.woocommerce .upsell_wrapper ul.products li,
body.woocommerce-page .upsell_wrapper ul.products li {
    height: auto!important;
    margin: 0!important;
    padding: 0 10px;
}

body.woocommerce .upsell_wrapper .caroufredsel_wrapper,
body.woocommerce-page .upsell_wrapper .caroufredsel_wrapper {
	margin-bottom:0!important;
}

/* Control */

.upsells .upsell_control {
	display:none;
}

.upsells:hover .upsell_control {
	display:block;
}

.upsells .upsell_control a {
	position:absolute;
	top:auto;
	bottom:-1px;
	width:28px;
	height:50px;
	border-width:1px;
	border-style:solid;
	color:transparent;
	font-size:0;
}

.upsells .upsell_control a.prev {
	left:-1px;
	right:auto;
	border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
}

.upsells .upsell_control a.prev:after {
	content:"";
	width:11px;
	height:17px;
	background:url(images/navi_slider.png) no-repeat;
	position:absolute;
	left:7px;
	top:16px;
	right:auto;
	bottom:auto;
}

.upsells .upsell_control a.next {
	left:auto;
	right:-1px;
	border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
}

.upsells .upsell_control a.next:after {
	content:"";
	width:11px;
	height:17px;
	background:url(images/navi_slider.png) no-repeat -11px 0;
	position:absolute;
	left:7px;
	top:16px;
	right:auto;
	bottom:auto;
}

/* CROSELL */

.cart-collaterals .cross-sells .cross_wrapper,
body .woocommerce .cart-collaterals .cross-sells .cross_wrapper,
body .woocommerce-page .cart-collaterals .cross-sells .cross_wrapper {
	position:relative;
}

body .woocommerce .cart-collaterals .cross-sells ul.products > li,
body .woocommerce-page .cart-collaterals .cross-sells ul.products > li {

}

body .span12 .woocommerce .cart-collaterals .cross-sells ul.products > li,
body .woocommerce-page .span12 .cart-collaterals .cross-sells ul.products > li {
}

body .woocommerce .cart-collaterals .cross-sells > h2,body .woocommerce-page .cart-collaterals .cross-sells > h2 {

}

/* 15 - COMMENT LIGHTBOX */
.woocommerce h3#reply-title,.woocommerce-page h3#reply-title {
    margin: 0 0 20px;
}

.woocommerce #commentform p.comment-form-author, 
.woocommerce-page #commentform p.comment-form-author,
.woocommerce #commentform p.comment-form-email, 
.woocommerce-page #commentform p.comment-form-email {
    position: relative;
    height: 53px;
}

.woocommerce #commentform label, 
.woocommerce-page #commentform label {
    display: inline-block;
}

.woocommerce #commentform span.required,
.woocommerce-page #commentform span.required {
    display: inline;
    color: red;
}

.woocommerce #commentform input#author,
.woocommerce #commentform input#email {
    position: absolute;
    left: 0;
    top: 25px;
    width: 100%;
    max-width: 400px;
    margin: 0;
}

.woocommerce #commentform p.comment-form-rating, 
.woocommerce-page #commentform label p.comment-form-rating {
    float: left;
    margin-bottom: 0;
}

.woocommerce #commentform p.stars > span,
.woocommerce-page #commentform p.stars > span {
    margin: 10px 0 0 10px;
}

.woocommerce #commentform p.comment-form-comment,
.woocommerce-page #commentform p.comment-form-comment {
    position: relative;
    height: 175px;
}

.woocommerce #reviews #commentform p.comment-form-comment textarea,
.woocommerce-page #reviews #commentform p.comment-form-comment textarea  
.woocommerce #commentform p.comment-form-comment textarea,
.woocommerce-page #commentform p.comment-form-comment textarea {
    position: absolute;
    left: 0;
    top: 25px;
    resize: none;
    width: 100%;
    max-width: 400px;
    height: 150px;
    padding: 5px 6px 4px;
    margin: 0;
}

.pp_content_container  #commentform p.stars > span, 
.woocommerce-page .pp_content_container #commentform p.stars > span {
    margin-top: 0;
}

.pp_content_container  #commentform label, 
.woocommerce p.stars span a, .woocommerce-page p.stars span a {
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.woocommerce p.stars, .woocommerce-page p.stars {
    clear: both;
}

.woocommerce p.stars > span, .woocommerce-page p.stars > span {
    margin-left: 0!important;
}

#reviews #respond #commentform {
    margin-left: 0;
}

html .woocommerce #review_form #respond p, 
html .woocommerce-page #review_form #respond p {
    clear: both;
}

#reviews #commentform label {
    font-size: 14px;
    font-weight: normal;
}

/* 16 - SOCIAL */
.woocommerce .social_sharing h6.title-social,
.woocommerce-page .social_sharing h6.title-social {
    text-transform: none;
	font-size:13px;
}

.woocommerce .social_sharing .content-social-des,
.woocommerce-page .social_sharing .content-social-des {
    margin: 3px 0 10px;
}

.woocommerce .social_sharing  ,
.woocommerce-page .social_sharing {
    margin: 10px 0 0;
	padding:20px 0 0;
	border-width:1px 0 0;
	border-style:solid;
	clear:both;
}

.woocommerce .social_sharing .social_icon ,
.woocommerce-page .social_sharing .social_icon {
    overflow: hidden;
}

.woocommerce .social_sharing .social_icon > div:first-child img,
.woocommerce-page .social_sharing .social_icon > div:first-child img {
    margin-bottom: 0;
}

.woocommerce .social_sharing .social_icon > div ,
.woocommerce-page .social_sharing .social_icon > div {
    display: inline-block;
    float: left;
    margin: 0 5px 5px 0;
    overflow: hidden;
}

.woocommerce .social_sharing .social_icon > div.facebook,
.woocommerce-page .social_sharing .social_icon > div.facebook {
}

.page .social_sharing a
.woocommerce .social_sharing a,
.woocommerce-page .social_sharing a {
    font-size: 12px;
}

/* 17 - GROUP PRODUCT */
html .woocommerce div.product form.cart table div.quantity , 
html .woocommerce #content div.product form.cart table div.quantity, 
html .woocommerce-page div.product form.cart table div.quantity , 
html .woocommerce-page #content div.product form.cart table div.quantity,
html .page div.product form.cart table div.quantity {
    display: inline-block;
    position: relative;
	margin-top:3px;
	padding:0;
}

html .woocommerce div.product form.cart table div.quantity input.minus, 
html .woocommerce #content div.product form.cart table div.quantity input.minus, 
html .woocommerce-page div.product form.cart table div.quantity input.minus, 
html .woocommerce-page #content div.product form.cart table div.quantity input.minus,
html .page div.product form.cart table div.quantity input.minus {

}

html .woocommerce div.product form.cart table div.quantity input.plus, 
html .woocommerce #content div.product form.cart table div.quantity input.plus, 
html .woocommerce-page div.product form.cart table div.quantity input.plus,
html .woocommerce-page #content div.product form.cart table div.quantity input.plus,
html .page div.product form.cart table div.quantity input.plus {

}

html .woocommerce div.product form.cart table div.quantity input.qty, 
html .woocommerce #content div.product form.cart table div.quantity input.qty, 
html .woocommerce-page div.product form.cart table div.quantity input.qty, 
html .woocommerce-page #content div.product form.cart table div.quantity input.qty,
html .page div.product form.cart table div.quantity input.qty {
	border-right:0;
	border-left: 0;
}

html .woocommerce div.product form.cart .group_table td.label, 
html .woocommerce #content div.product form.cart .group_table td.label, 
html .woocommerce-page div.product form.cart .group_table td.label, 
html .woocommerce-page #content div.product form.cart .group_table td.label,
html .page div.product form.cart .group_table td.label {
    display: table-cell;
    background: transparent;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    padding:0 5px 0 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	vertical-align:top;
}

html .woocommerce div.product form.cart .group_table td.label label, 
html .woocommerce #content div.product form.cart .group_table td.label label, 
html .woocommerce-page div.product form.cart .group_table td.label label, 
html .woocommerce-page #content div.product form.cart .group_table td.label label,
html .page div.product form.cart .group_table td.label label {
    position: relative;
}

html .woocommerce div.product form.cart .group_table td.price, 
html .woocommerce #content div.product form.cart .group_table td.price, 
html .woocommerce-page div.product form.cart .group_table td.price, 
html .woocommerce-page #content div.product form.cart .group_table td.price,
html .page div.product form.cart .group_table td.price,
.pp_woocommerce table.group_table td.price del .amount{
    font-size: 14px;
    vertical-align: top;
}

html .woocommerce div.product form.cart .group_table td.price del, 
html .woocommerce #content div.product form.cart .group_table td.price del, 
html .woocommerce-page div.product form.cart .group_table td.price del, 
html .woocommerce-page #content div.product form.cart .group_table td.price del,
html .page div.product form.cart .group_table td.price del {
    color: #999;
}

html .woocommerce div.product form.cart .group_table td.price ins, 
html .woocommerce #content div.product form.cart .group_table td.price ins, 
html .woocommerce-page div.product form.cart .group_table td.price ins, 
html .woocommerce-page #content div.product form.cart .group_table td.price ins,
html .page div.product form.cart .group_table td.price ins {
    text-decoration: none;
}

html .woocommerce div.product form.cart .variations td.label, 
html .woocommerce #content div.product form.cart .variations td.label, 
html .woocommerce-page div.product form.cart .variations td.label, 
html .woocommerce-page #content div.product form.cart .variations td.label,
html .page div.product form.cart .variations td.label {
    background: transparent;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html .woocommerce div.product form.cart .variations label, 
html .woocommerce #content div.product form.cart .variations label, 
html .woocommerce-page div.product form.cart .variations label, 
html .woocommerce-page #content div.product form.cart .variations label,
html .page div.product form.cart .variations label {
    color: #000;
    font-weight: normal;
    text-transform: uppercase;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}

/* 17 - VARIABLE PRODUCT */
.woocommerce div.product form.cart table td.value, 
.woocommerce #content div.product form.cart table td.value, 
.woocommerce-page div.product form.cart table td.value, 
.woocommerce-page #content div.product form.cart table td.value,
.page div.product form.cart table td.value {
    text-align: left;
}

.woocommerce div.product form.cart table td.value .reset_variations, 
.woocommerce #content div.product form.cart table td.value .reset_variations, 
.woocommerce-page div.product form.cart table td.value .reset_variations, 
.woocommerce-page #content div.product form.cart table td.value .reset_variations,
.page div.product form.cart table td.value .reset_variations {
    display: inline-block;
    margin: 10px 0 0;
    font-size: 12px;
    clear: both;
}

.woocommerce div.product form.cart table td.value .reset_variations:before, 
.woocommerce #content div.product form.cart table td.value .reset_variations:before, 
.woocommerce-page div.product form.cart table td.value .reset_variations:before, 
.woocommerce-page #content div.product form.cart table td.value .reset_variations:before,
.page div.product form.cart table td.value .reset_variations:before {
    content: "";
    display: block;
    clear: both;
    min-height: 1px;
}

html .woocommerce div.product p.stock, 
html .woocommerce #content div.product p.stock, 
html .woocommerce-page div.product p.stock, 
html .woocommerce-page #content div.product p.stock,
html .page div.product p.stock {
    clear: both;
    margin: 5px 0;
}

.review_wrapper {
	margin-bottom:5px;
}

/*=====================================================================================*/
/*                GOMARKET VII. SHOP PAGE - WOOCOMMERCE SHORTCODE                   */
/*=====================================================================================*/

html .woocommerce form .form-row, html .woocommerce-page form .form-row {padding:0;}
#accordion-checkout-details .accordion-group {
	margin-bottom:10px;
}

/* 1 - CHECKOUT COUPON */
#accordion-checkout-details label{
	font-size:13px;
	margin:0 0 6px;
}

.checkout .accordion-toggle h3,
#accordion-checkout-details .accordion-heading a.accordion-toggle h3 {
	margin:0;
	font-size:14px;
	line-height:26px;
	text-transform:uppercase;
	font-weight:bold;
}

body .checkout .accordion-heading,
body #accordion-checkout-details .accordion-heading {
	background:#ebebeb;
	border:0;
}

body .checkout .accordion-heading a.accordion-toggle,
body #accordion-checkout-details .accordion-heading a.accordion-toggle,
body .checkout .accordion-heading a.accordion-toggle.collapsed:hover,
body #accordion-checkout-details .accordion-heading a.accordion-toggle.collapsed:hover {
	background:#fff;
	filter:none;
	color:#202020;
	padding:9px 20px 8px;
	border-width:1px;
	border-style:solid;
}

body .checkout .accordion-heading a.accordion-toggle.collapsed,
body #accordion-checkout-details .accordion-heading a.accordion-toggle.collapsed{
	background-image:none;
	filter:none;
	border-color:#ebebeb;
	color:#808080;
}

body .checkout .accordion-heading a.accordion-toggle.collapsed {
	background:#fff;
	color:#202020;
}

body .checkout .accordion-heading a.accordion-toggle:hover {
	background-color:#fff;	
	background-image:none;
	filter:none;
}

body .checkout .accordion-inner,
body #accordion-method .accordion-inner {
	padding:29px 20px;
}

body #accordion-method .accordion-inner {
	padding-bottom:21px;
}

.create-account #account_username_field,
#account_username_field form #account_username_field.form-row
html .woocommerce #account_username_field form #account_username_field.form-row,
html .woocommerce-page #account_username_field form #account_username_field.form-row {
	width:50%;
	padding-right:30px;
}

form #billing_country_field.form-row,
html .woocommerce form #billing_country_field.form-row, 
html .woocommerce-page form #billing_country_field.form-row,
form #billing_company_field.form-row,
html .woocommerce form #billing_company_field.form-row, 
html .woocommerce-page form #billing_company_field.form-row,
form #billing_address_1_field.form-row,
html .woocommerce form #billing_address_1_field.form-row, 
html .woocommerce-page form #billing_address_1_field.form-row,
form #billing_address_2_field.form-row,
html .woocommerce form #billing_address_2_field.form-row, 
html .woocommerce-page form #billing_address_2_field.form-row,
form #billing_city_field.form-row,
html .woocommerce form #billing_city_field.form-row, 
html .woocommerce-page form #billing_city_field.form-row {
	width:50%;
	padding:0 30px 0 0;
}

.checkout #collapse-shipping #shiptobilling label,
.woocommerce .checkout #collapse-shipping #shiptobilling label, 
.woocommerce-page .checkout #collapse-shipping #shiptobilling label {
	font-size:13px;
	padding-left:0;
}

form #order_comments_field.form-row textarea,
.woocommerce form#order_comments_field .form-row textarea, 
.woocommerce-page form#order_comments_field .form-row textarea {
	height:100px;
	border-width:1px;
	border-style:solid;
}

.after_checkout_form {
	padding:15px 20px 0;
	border-top:1px solid;
}

.after_checkout_form .checkout_coupon,
html .woocommerce .after_checkout_form form.checkout_coupon, 
html .woocommerce-page .after_checkout_form form.checkout_coupon {
	display:block!important;
	margin:0;
}

.after_checkout_form .checkout_coupon .form-row,
html .woocommerce .after_checkout_form form.checkout_coupon .form-row, 
html .woocommerce-page .after_checkout_form form.checkout_coupon .form-row {
	width:100%;
	padding:0;
}

.after_checkout_form .checkout_coupon input#coupon_code,
html .woocommerce .after_checkout_form form.checkout_coupon input#coupon_code, 
html .woocommerce-page .after_checkout_form form.checkout_coupon input#coupon_code {
	max-width:310px;
	margin-bottom:14px;
}

html #content .after_checkout_form .checkout_coupon .form-row input.button,
html .woocommerce #content .after_checkout_form form.checkout_coupon .form-row input.button, 
html .woocommerce-page #content .after_checkout_form form.checkout_coupon .form-row input.button {
	filter:none;
    padding: 0 23px;
    height: 28px;
    line-height: 26px;
    margin:0 0 35px;
	font-size:13px;
	font-weight:bold;
	text-transform:capitalize;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}

form.checkout_coupon .form-row.form-row-last,
html .woocommerce form.checkout_coupon .form-row.form-row-last, 
html .woocommerce-page form.checkout_coupon .form-row.form-row-last {
	padding-left:0;
}

/* Checkout Method */
#accordion-method .heading-title {
	font-size:13px;
	line-height:15px;
	text-transform:capitalize;
	color:#202020;
	font-weight:bold;
	margin:0 0 15px;
}


#collapse-login-regis .accordion-inner > div {
	padding:0 0 0 20px;
	position:relative;
}

#collapse-login-regis .accordion-inner > div:after {
	content:"";
	width:1px;
	position:absolute;
	top:2px;
	bottom:9px;
	left:0;
	right:auto;
}


#collapse-login-regis .accordion-inner > div:first-child {
	padding:0 0 20px;
	border:0;
}

#collapse-login-regis .accordion-inner > div:first-child:after {
	display:none;
} 

#collapse-login-regis input {
	position:relative;
	top:-2px;
	display:inline-block;
	margin:0 10px 0 2px;
}

#collapse-login-regis form.login input[name^="login"], 
body .woocommerce #collapse-login-regis form.login input[name^="login"], 
body .woocommerce-page #collapse-login-regis form.login input[name^="login"] {
	display:block;
	margin:5px 0 10px;
}

html #collapse-login-regis input.button,
html body .woocommerce #collapse-login-regis input.button,
html body.woocommerce-page #collapse-login-regis input.button,
html #collapse-createaccount input.button,
html body .woocommerce #collapse-createaccount input.button,
html body.woocommerce-page #collapse-createaccount input.button {
	background-image:none;
	filter:none;
	background-image:none;
	height:30px;
	line-height:28px;
	border-width:1px;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	padding:0 23px;
	text-transform:capitalize;
	font-weight:normal;
	font-size:13px;
	margin:13px 0 0;
}

html #collapse-login-regis input.button:hover,
html body .woocommerce #collapse-login-regis input.button:hover,
html body.woocommerce-page #collapse-login-regis input.button:hover {
	background-image:none;
	filter:none;
}

#collapse-createaccount .checkbox {
	padding-left:0;
}

/* 2 - CHECKOUT TABS */
.wd_tabs_checkout {
    width: 100%;
    float: left;
}

.wd_tabs_checkout .nav-tabs {
    border: 0;
    margin: 0 0 25px -1px;
}

.wd_tabs_checkout .nav-tabs li {
    list-style: none;
    margin: 0;
    width: 25%;
    padding: 0 1px 0 0;
}

.span12 .wd_tabs_checkout .nav-tabs li, .span18 .wd_tabs_checkout .nav-tabs li {
    width: 50%;
    margin-bottom: 1px;
}

.span12 .wd_tabs_checkout .wd_tab-content .wd_tab-pane .register-form,
.span12 .wd_tabs_checkout .wd_tab-content .wd_tab-pane .login-form,
.span12 form.checkout-resgister > div.wd_create_account {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.span12 .wd_tabs_checkout .wd_tab-content .wd_shipping_address, 
.span12 .wd_tabs_checkout .wd_tab-content .wd_billing_address {
    padding-left: 0;
    padding-right: 0;
}

.span12 .woocommerce form.checkout-resgister .wd_shipping_address #shipping_address_2_field, 
.woocommerce-page .span12 form.checkout-resgister .wd_shipping_address #shipping_address_2_field {
    padding-right: 0;
    width: 100%;
}

.span12 .wd_tabs_checkout .wd_tab-content .wd_tab-pane .register-form {
    margin-bottom: 30px;
}

.logged-in .wd_tabs_checkout .nav-tabs li {
    width: 33.3%;
}

.wd_tabs_checkout .nav-tabs > li > a {
    position: relative;
    font-size: 22px;
    text-transform: uppercase;
    font-family: Share;
    letter-spacing: -1px;
    text-align: center;
    color: #fff;
    background: #000;
    padding: 17px 0 16px;
    border: 0;
    margin: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.wd_tabs_checkout .nav-tabs > li > a:after {
    display: inline-block;
    content: "";
    position: absolute;
    right: 5px;
    top: 5px;
    bottom: 5px;
    left: 5px;
    border: 1px solid #000;
}

.wd_tabs_checkout .nav-tabs > li.active > a,.wd_tabs_checkout .nav-tabs > li > a:hover {
    border: 0;
    background: #be0404;
    color: #fff;
}

.wd_tabs_checkout .nav-tabs > li.active > a:after ,.wd_tabs_checkout .nav-tabs > li:hover > a:after {
    border-color: #fff;
}

/* 2 - 1 CHECKOUT TABS - REGISTER ACCOUNT */
.wd_tabs_checkout .wd_tab-content {
    overflow: hidden;
}

.wd_tabs_checkout .wd_tab-content .heading-title {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
}

.wd_tabs_checkout .wd_tab-content .wd_tab-pane {
    overflow: hidden;
}

.wd_tabs_checkout .wd_tab-content .wd_shipping_address,
.wd_tabs_checkout .wd_tab-content .wd_billing_address {
    padding: 0 30px;
}

.wd_tabs_checkout .wd_tab-content .wd_tab-pane .register-form {
    padding: 0 100px 0 30px;
}

.wd_tabs_checkout .wd_tab-content .wd_tab-pane .register-form > div {
    margin: 20px 0 0;
}

.wd_tabs_checkout .wd_tab-content .wd_tab-pane .register-form > div p {
    margin: 0 0 4px;
}

.wd_tabs_checkout .wd_tab-content .wd_tab-pane .register-form > div .register_add_icon {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(images/images.png) no-repeat -181px -125px;
}

.wd_tabs_checkout .wd_tab-content .woocommerce-info {
    display: none!important;
}

.wd_tabs_checkout .wd_tab-content .register-form form.login {
    display: block!important;
}

.wd_tabs_checkout .wd_tab-content .register-form label {
    position: relative;
    font-size: 12px;
    padding-left: 22px;
}

.wd_tabs_checkout .wd_tab-content .register-form label input {
    position: absolute;
    left: 1px;
    top: 3px;
    width: auto;
    height: auto;
    border: 0;
    padding: 0;
}

.wd_tabs_checkout .wd_tab-content .wd_tab-pane .login-form {
    padding: 0 100px 0 30px;
}

#container-main.span12 #collapse-login-regis form.login .form-row-first, 
body #container-main.span12 .woocommerce #collapse-login-regis form.login .form-row-first, 
body .woocommerce-page #container-main.span12 #collapse-login-regis form.login .form-row-first,
#container-main.span12 #collapse-login-regis form.login .form-row-last, 
body #container-main.span12 .woocommerce #collapse-login-regis form.login .form-row-last, 
body .woocommerce-page #container-main.span12 #collapse-login-regis form.login .form-row-last {
	width:100%;
	padding:0;
}

/* button checkout register */
html .woocommerce #content .wd_tabs_checkout .wd_tab-content .button_create_account_continue,
html .woocommerce-page #content .wd_tabs_checkout .wd_tab-content .button_create_account_continue {
    margin: 35px 0 20px!important;
    background: #fff!important;
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
}

html .woocommerce #content .wd_tabs_checkout .wd_tab-content .button_create_account_continue:hover,
html .woocommerce-page #content .wd_tabs_checkout .wd_tab-content .button_create_account_continue:hover {
    background: #fff!important;
}

/* form checkout register */
form.checkout-resgister {
    display: block;
    overflow: hidden;
}

form.checkout-resgister > div.wd_create_account {
    padding: 30px 100px 0 30px;
}

form.checkout-resgister #order_review_heading {
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 2px solid #000;
    text-transform: uppercase;
    line-height: 24px;
}

form.checkout-resgister .wd_create_account .form-row {
    position: relative;
    margin: 0 0 20px;
}

form.checkout-resgister label.checkbox {
    font-size: 12px;
}

form.checkout-resgister #createaccount {
    position: absolute;
    left: 0;
    top: 4px;
    width: auto;
    height: auto;
    margin: 0;
}

form.checkout-resgister .create-account label {
    font-family: "Share";
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}

html .woocommerce #content form.checkout-resgister .button_billing_address_continue,
html .woocommerce-page #content form.checkout-resgister .button_billing_address_continue {
    background: #fff;
    padding: 0 40px;
    height: 40px;
    line-height: 40px;
}

html .woocommerce #content form.checkout-resgister .button_billing_address_continue:hover,
html .woocommerce-page #content form.checkout-resgister .button_billing_address_continue:hover {
    background: #fff;
}

/* 2 - 2 CHECKOUT TABS - LOGIN FORM */
.woocommerce .wd_checkout_method form.login,
.woocommerce-page .wd_checkout_method form.login {
    display: block!important;
    border: 0;
    padding: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.woocommerce .wd_checkout_method form.login > p:first-child,
.woocommerce-page .wd_checkout_method form.login > p:first-child {
    margin: 0 0 20px;
}

.woocommerce .wd_checkout_method form.login label,
.woocommerce-page .wd_checkout_method form.login label {
    font-family: "Share";
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}

.woocommerce .wd_checkout_method form.login label .required,
.woocommerce-page .wd_checkout_method form.login label .required {
    color: #000;
}
}

.woocommerce-page .wd_checkout_method form.login .lost_password {
    display: inline-block;
    float: left;
    margin: 27px 0 10px 20px;
    font-size: 11px;
}

#collapse-login-regis form.login,
body .woocommerce #collapse-login-regis form.login,
body .woocommerce-page #collapse-login-regis form.login {
	padding-bottom:30px;
	margin-bottom:0;
}

/* 2 - 3 BILLING ADDRESS */
.wd_tabs_checkout .wd_tab-content .wd_shipping_address label {
    font-family: "Share";
    text-transform: uppercase;
    font-size: 12px;
}

.woocommerce form.checkout-resgister .wd_billing_address .form-row-wide, 
.woocommerce-page form.checkout-resgister .wd_billing_address .form-row-wide {
    padding: 0 30px 0 30px;
    width: 50%;
}

.woocommerce form.checkout-resgister .wd_billing_address .form-row-first, 
.woocommerce form.checkout-resgister .wd_billing_address .form-row-last, 
.woocommerce-page form.checkout-resgister .wd_billing_address .form-row-first, 
.woocommerce-page form.checkout-resgister .wd_billing_address .form-row-last {
    width: 50%;
}

html .woocommerce form.checkout-resgister .wd_billing_address .form-row,  
html .woocommerce-page form.checkout-resgister .wd_billing_address .form-row {
    padding: 0 30px 0 0;
}

html .woocommerce form.checkout-resgister .wd_billing_address .form-row-first,  
html .woocommerce-page form.checkout-resgister .wd_billing_address .form-row-first {
    padding: 0 30px 0 0;
}

html .woocommerce form.checkout-resgister .wd_billing_address .form-row-last,  
html .woocommerce-page form.checkout-resgister .wd_billing_address .form-row-last {
    padding: 0 0 0 30px;
}

.woocommerce form.checkout-resgister .wd_billing_address label,
.woocommerce-page form.checkout-resgister .wd_billing_address label {
    font-family: "Share";
    font-size: 12px;
    text-transform: uppercase;
}

#content input.button.button_shipping_address_continue,
html .woocommerce #content input.button.button_shipping_address_continue,
html .woocommerce-page #content input.button.button_shipping_address_continue {
	filter:none;
    padding: 0 23px;
    height: 28px;
    line-height: 28px;
    margin: 15px 0 0 0;
	font-size:13px;
	font-weight:bold;
	text-transform:capitalize;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}

.ie8 #content input.button.button_shipping_address_continue,
html.ie8 .woocommerce #content input.button.button_shipping_address_continue,
html.ie8 .woocommerce-page #content input.button.button_shipping_address_continue {
	line-height:26px;
}

#content input.button.button_shipping_address_continue:hover,
html .woocommerce #content input.button.button_shipping_address_continue:hover,
html .woocommerce-page #content input.button.button_shipping_address_continue:hover {
    background: none;
	filter:none;
}

/* 2 - 4 SHIPPING ADDRESS */
.woocommerce form.checkout-resgister .wd_shipping_address #shiptobilling.form-row,
.woocommerce-page form.checkout-resgister .wd_shipping_address #shiptobilling.form-row {
    padding: 0 30px 0 30px;
    width: 100%;
}

.woocommerce form.checkout-resgister .wd_shipping_address #shiptobilling.form-row,
.woocommerce-page form.checkout-resgister .wd_shipping_address #shiptobilling.form-row {
    margin: 0 0 15px;
}

.woocommerce form.checkout-resgister .wd_shipping_address #shiptobilling ,
.woocommerce-page form.checkout-resgister .wd_shipping_address #shiptobilling {
    position: relative;
}

.woocommerce form.checkout-resgister .wd_shipping_address #shipping_country_field,
.woocommerce-page form.checkout-resgister .wd_shipping_address #shipping_country_field {
    width: 50%;
    padding: 0 30px 0 0;
}

form.checkout-resgister .wd_shipping_address #shipping_first_name_field,
.woocommerce form.checkout-resgister .wd_shipping_address #shipping_first_name_field,
.woocommerce-page form.checkout-resgister .wd_shipping_address #shipping_first_name_field,
form.checkout-resgister .wd_shipping_address #shipping_company_field,
.woocommerce form.checkout-resgister .wd_shipping_address #shipping_company_field,
.woocommerce-page form.checkout-resgister .wd_shipping_address #shipping_company_field,
form.checkout-resgister .wd_shipping_address #shipping_address_1_field,
.woocommerce form.checkout-resgister .wd_shipping_address #shipping_address_1_field,
.woocommerce-page form.checkout-resgister .wd_shipping_address #shipping_address_1_field,
form.checkout-resgister .wd_shipping_address #shipping_city_field,
.woocommerce form.checkout-resgister .wd_shipping_address #shipping_city_field,
.woocommerce-page form.checkout-resgister .wd_shipping_address #shipping_city_field,
form.checkout-resgister .wd_shipping_address #order_comments_field,
.woocommerce form.checkout-resgister .wd_shipping_address #order_comments_field,
.woocommerce-page form.checkout-resgister .wd_shipping_address #order_comments_field,
form.checkout-resgister .wd_shipping_address #shipping_address_2_field,
.woocommerce form.checkout-resgister .wd_shipping_address #shipping_address_2_field,
.woocommerce-page form.checkout-resgister .wd_shipping_address #shipping_address_2_field,
form .form-row#shipping_company_field,
.woocommerce form .form-row#shipping_company_field, 
.woocommerce-page form .form-row#shipping_company_field,
form .form-row#shipping_address_1_field,
.woocommerce form .form-row#shipping_address_1_field, 
.woocommerce-page form .form-row#shipping_address_1_field,
form .form-row#shipping_address_2_field,
.woocommerce form .form-row#shipping_address_2_field, 
.woocommerce-page form .form-row#shipping_address_2_field,
form .form-row#shipping_city_field,
.woocommerce form .form-row#shipping_city_field, 
.woocommerce-page form .form-row#shipping_city_field,
form .form-row#shipping_country_field,
.woocommerce form .form-row#shipping_country_field, 
.woocommerce-page form .form-row#shipping_country_field,
form .form-row#order_comments_field,
.woocommerce form .form-row#order_comments_field, 
.woocommerce-page form .form-row#order_comments_field {
    width: 50%;
    padding: 0 30px 0 0;
}

.woocommerce form.checkout-resgister .wd_shipping_address #shipping_country_chzn,
.woocommerce form.checkout-resgister .wd_shipping_address #shipping_country_chzn {
    width: 100%!important;
}

.woocommerce form.checkout-resgister .wd_shipping_address #shiptobilling label,
.woocommerce-page form.checkout-resgister .wd_shipping_address #shiptobilling label {
    font-size: 12px;
    padding: 0;
}

.woocommerce form.checkout-resgister .wd_shipping_address #shiptobilling input,
.woocommerce-page form.checkout-resgister .wd_shipping_address #shiptobilling input {
    display: inline-block;
    width: auto;
    height: auto;
    position: absolute;
    left: 0px;
    top: 5px;
    border: 0;
    padding: 0;
}

.woocommerce form.checkout-resgister .wd_shipping_address #order_comments_field label,
.woocommerce-page form.checkout-resgister .wd_shipping_address #order_comments_field label {
    font-family: "Share";
    font-size: 12px;
    text-transform: uppercase;
}

.woocommerce form.checkout-resgister .wd_shipping_address textarea,
.woocommerce-page form.checkout-resgister .wd_shipping_address textarea {
    font-size: 12px;
    line-height: 16px;
    height: 126px;
    width: 100%;
    max-width: 761px;
}

html .woocommerce #content input.button.button_review_order_continue,
html .woocommerce-page #content input.button.button_review_order_continue {
    background-image:none;
	filter:none;
    padding: 0 23px;
    height: 28px;
    line-height: 28px;
    margin: 15px 0 0 0;
	text-transform:none;
	font-weight:normal;
	border-radius:28px;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	font-size:13px;
}

html.ie8 .woocommerce #content input.button.button_review_order_continue,
html.ie8 .woocommerce-page #content input.button.button_review_order_continue {
	line-height:26px;
}

html .woocommerce #content input.button.button_review_order_continue:hover,
html .woocommerce-page #content input.button.button_review_order_continue:hover {
    background: none;
}

/* 2 - 5 YOUR ORDER */

.checkout #accordion-review .accordion-inner,
body .checkout #accordion-review .accordion-inner {
	padding:0;
}

body #accordion-review .accordion-inner {
	border:0;
	padding:0;
}

#accordion-review table.shop_table,
.woocommerce #accordion-review table.shop_table, 
.woocommerce-page #accordion-review table.shop_table {
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-width:0;
}

#accordion-review #order_review table.shop_table,
.woocommerce #accordion-review #order_review table.shop_table, 
.woocommerce-page #accordion-review #order_review table.shop_table {
	margin-bottom:14px;
}

#accordion-review table.shop_table thead th,
.woocommerce #accordion-review table.shop_table thead th, 
.woocommerce-page #accordion-review table.shop_table thead th {
	line-height:26px;
	font-weight:normal;
	padding:9px 20px;
	border-width:0 1px 1px 0;
	border-style:solid;
}

#accordion-review table.shop_table thead th.product-name,
.woocommerce #accordion-review table.shop_table thead th.product-name, 
.woocommerce-page #accordion-review table.shop_table thead th.product-name {
	border-width:0 1px 1px;
}

#accordion-review table.shop_table thead th.product-total,
.woocommerce #accordion-review table.shop_table thead th.product-total, 
.woocommerce-page #accordion-review table.shop_table thead th.product-total {
	width:20%;
	min-width:100px;
	text-align:center;
}

#container-main.span12 #accordion-review table.shop_table thead th.product-total,
#container-main.span12 .woocommerce #accordion-review table.shop_table thead th.product-total, 
.woocommerce-page #container-main.span12 #accordion-review table.shop_table thead th.product-total {
	width:35%;
}

#accordion-review  table.shop_table td,
.woocommerce #accordion-review  table.shop_table td, 
.woocommerce-page #accordion-review  table.shop_table td {
	border-width:0 1px 1px 0;
	border-style:solid;
	padding:20px;
}

#accordion-review  table.shop_table td.product-name ,
.woocommerce #accordion-review  table.shop_table td.product-name , 
.woocommerce-page #accordion-review  table.shop_table td.product-name {
	border-width:0 1px 1px;
} 

#accordion-review  table.shop_table td.product-name .wd_product_item,
.woocommerce #accordion-review  table.shop_table td.product-name .wd_product_item, 
.woocommerce-page #accordion-review  table.shop_table td.product-name .wd_product_item{
	float:left;
	position:relative;
	margin:0 20px 0 0;
}

#accordion-review  table.shop_table td.product-name .wd_product_item a,
.woocommerce #accordion-review  table.shop_table td.product-name .wd_product_item a, 
.woocommerce-page #accordion-review  table.shop_table td.product-name .wd_product_item a {
	display:inline-block;
}

#accordion-review  table.shop_table td.product-name .wd_product_item img,
.woocommerce #accordion-review  table.shop_table td.product-name .wd_product_item img, 
.woocommerce-page #accordion-review  table.shop_table td.product-name .wd_product_item img {
	margin:0;
}

#accordion-review  table.shop_table td.product-name a.remove,
.woocommerce #accordion-review  table.shop_table td.product-name a.remove, 
.woocommerce-page #accordion-review  table.shop_table td.product-name a.remove {
	position:absolute;
	left:0;
	top:0;
	right:auto;
	bottom:auto;
	background:url("images/images.png") no-repeat scroll -119px -33px #FFFFFF;
	width:20px;
	height:20px;
	text-align:center;
	color:#000;
	border-width:1px;
	border-style:solid;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
}

#accordion-review  table.shop_table td.product-name a.remove:hover,
.woocommerce #accordion-review  table.shop_table td.product-name a.remove:hover, 
.woocommerce-page #accordion-review  table.shop_table td.product-name a.remove:hover {
	border-color:#000;
}

#accordion-review  table.shop_table td.product-total ,
.woocommerce #accordion-review  table.shop_table td.product-total , 
.woocommerce-page #accordion-review  table.shop_table td.product-total {
	text-align:center;
}

#accordion-review  table.shop_table td.product-total .amount,
.woocommerce #accordion-review  table.shop_table td.product-total .amount, 
.woocommerce-page #accordion-review  table.shop_table td.product-total .amount {
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#e02439;
	line-height:16px;
}

#accordion-review  table.shop_table td.product-name .wd_product_title,
.woocommerce #accordion-review  table.shop_table td.product-name .wd_product_title, 
.woocommerce-page #accordion-review  table.shop_table td.product-name .wd_product_title {
	margin-bottom:4px;
	color:#0b00e8;
	font-size:14px;
}

#accordion-review table.shop_table tfoot th,
.woocommerce #accordion-review table.shop_table tfoot th, 
.woocommerce-page #accordion-review table.shop_table tfoot th {
	border:0;
	text-align:right;
	vertical-align:top;
	padding:10px 0 0;
	font-weight:normal;
}

#accordion-review table.shop_table tfoot tr.cart-subtotal th,
.woocommerce #accordion-review table.shop_table tfoot tr.cart-subtotal th, 
.woocommerce-page #accordion-review table.shop_table tfoot tr.cart-subtotal th {
	padding-top:20px;
}

#accordion-review table.shop_table tfoot td,
.woocommerce #accordion-review table.shop_table tfoot td, 
.woocommerce-page #accordion-review table.shop_table tfoot td {
	border:0;
	padding:10px 0 0 20px;
	text-align:right;
}

#accordion-review table.shop_table tfoot tr.total strong,
.woocommerce #accordion-review table.shop_table tfoot tr.total strong, 
.woocommerce-page #accordion-review table.shop_table tfoot tr.total strong {
	font-weight:normal;
	line-height:23px;
} 

#accordion-review table.shop_table tfoot tr.cart-subtotal td,
.woocommerce #accordion-review table.shop_table tfoot tr.cart-subtotal td, 
.woocommerce-page #accordion-review table.shop_table tfoot tr.cart-subtotal td {
	padding-top:20px;
}

#accordion-review table.shop_table tfoot tr.shipping td label,
.woocommerce #accordion-review table.shop_table tfoot tr.shipping td label, 
.woocommerce-page #accordion-review table.shop_table tfoot tr.shipping td label {
	margin-bottom:0;
}

ul#shipping_method li, 
.woocommerce .shipping ul#shipping_method li, 
.woocommerce-page .shipping ul#shipping_method li {
	overflow:hidden;
	text-indent:0;
}

ul#shipping_method li label, 
.woocommerce .shipping ul#shipping_method li label, 
.woocommerce-page .shipping ul#shipping_method li label {
	float:right;
}

.checkout #payment, 
.woocommerce .checkout #payment, 
.woocommerce-page .checkout #payment {
	border:0;
	background:#fff;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
}

.checkout #payment ul.payment_methods li,
.woocommerce .checkout #payment ul.payment_methods li, 
.woocommerce-page .checkout #payment ul.payment_methods li {
	list-style:none;
	overflow:hidden;
	display:block;
}

.checkout #payment ul.payment_methods,
.woocommerce .checkout #payment ul.payment_methods, 
.woocommerce-page .checkout #payment ul.payment_methods {
	border-width:1px;
	border-style:solid;
	padding:20px 20px 14px;
}

.checkout #payment ul.payment_methods li input.input-radio,
.woocommerce .checkout #payment ul.payment_methods li input.input-radio, 
.woocommerce-page .checkout #payment ul.payment_methods li input.input-radio {
	display:inline-block;
	float:left;
	position:relative;
	top:3px;
	margin-left:2px;
}

.checkout #payment ul.payment_methods li label,
.woocommerce .checkout #payment ul.payment_methods li label, 
.woocommerce-page .checkout #payment ul.payment_methods li label{
	display:inline-block;
	float:left;
}

.checkout #payment ul.payment_methods li label img,
.woocommerce .checkout #payment ul.payment_methods li label img, 
.woocommerce-page .checkout #payment ul.payment_methods li label img {
	margin-top:0;
}

.checkout #payment ul.payment_methods li .payment_box,
.woocommerce .checkout #payment ul.payment_methods li .payment_box, 
.woocommerce-page .checkout #payment ul.payment_methods li .payment_box {
	clear:both;
	width:100%;
	background:#fafafa;
	filter:none;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-width:1px;
	border-style:solid;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	padding:3px 10px;
}


.checkout #payment ul.payment_methods li .payment_box:after,
.woocommerce .checkout #payment ul.payment_methods li .payment_box:after, 
.woocommerce-page .checkout #payment ul.payment_methods li .payment_box:after {
	border:0;
	width:8px;
	height:5px;
	background:url(images/bg_payment.png) no-repeat 0 0;
	margin:0;
	top:-5px;
	left:27px;
}

.checkout #payment #place_order.button,
.woocommerce .checkout #payment #place_order.button, 
.woocommerce-page .checkout #payment #place_order.button {
	position:relative;
	color:#fff;
	border-bottom-width:2px;
	padding:0 120px;
	text-shadow:none;]
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
}

.checkout #payment #place_order.button:before,
.woocommerce .checkout #payment #place_order.button:before, 
.woocommerce-page .checkout #payment #place_order.button:before {
	content:"";
	height:1px;
	position:absolute;
	top:0;
	bottom:auto;
	left:0;
	right:0;
}

.woocommerce #payment div.form-row.place-order,
.woocommerce-page #payment div.form-row.place-order {
	padding-left:0;
	padding-right:0;
}

#accordion-review  table.shop_table tr.total th,
.woocommerce #accordion-review  table.shop_table tr.total th, 
.woocommerce-page #accordion-review  table.shop_table tr.total th {
	vertical-align:bottom;
}

#accordion-review  table.shop_table tr.total td .amount,
.woocommerce #accordion-review  table.shop_table tr.total td .amount, 
.woocommerce-page #accordion-review  table.shop_table tr.total td .amount {
	font-size:34px;
	font-weight:bold;
	line-height:36px;
	color:#e02439;
}

/* 3 - CART PAGE */
#content table.shop_table.cart,
.woocommerce #content table.shop_table.cart, 
.woocommerce-page #content table.shop_table.cart {
    table-layout: auto;
	border-width:1px 0 1px 1px;
	border-style:solid;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	margin:0;
}

#content table.shop_table.cart thead th,
html .woocommerce #content table.shop_table.cart thead th, 
html .woocommerce-page #content table.shop_table.cart thead th {
	border-width:0 1px 1px 0;
	border-style:solid;
	text-align:center;
	font-weight:normal;
	font-size:13px;
	background:#fafafa;
	padding:13px 20px;
}

#content .span12 table.shop_table.cart thead th,
html .woocommerce #content .span12 table.shop_table.cart thead th, 
html .woocommerce-page #content .span12 table.shop_table.cart thead th {

}

#content .span12 table.shop_table.cart tbody tr.cart_table_item td,
.woocommerce #content .span12 table.shop_table.cart tbody tr.cart_table_item td, 
.woocommerce-page #content .span12 table.shop_table.cart tbody tr.cart_table_item td {

}

#content .span12 table.shop_table.cart tbody tr.cart_table_item td .minus,
.woocommerce #content .span12 table.shop_table.cart tbody tr.cart_table_item td .minus, 
.woocommerce-page #content .span12 table.shop_table.cart tbody tr.cart_table_item td .minus {

}

#content .span12 table.shop_table.cart tbody tr.cart_table_item td .plus,
.woocommerce #content .span12 table.shop_table.cart tbody tr.cart_table_item td .plus, 
.woocommerce-page #content .span12 table.shop_table.cart tbody tr.cart_table_item td .plus {

}

#content .span12 table.shop_table.cart tbody tr.cart_table_item td .qty,
.woocommerce #content .span12 table.shop_table.cart tbody tr.cart_table_item td .qty, 
.woocommerce-page #content .span12 table.shop_table.cart tbody tr.cart_table_item td .qty {

}

#content .span12 table.shop_table.cart tbody tr.cart_table_item td .quantity,
.woocommerce #content .span12 table.shop_table.cart tbody tr.cart_table_item td .quantity, 
.woocommerce-page #content .span12 table.shop_table.cart tbody tr.cart_table_item td .quantity {
	width:75px;
}

#content .span12 .cart-collaterals .shipping_calculator .wd_shipping_last,
.woocommerce #content .span12 .cart-collaterals .shipping_calculator .wd_shipping_last, 
.woocommerce-page #content .span12 .cart-collaterals .shipping_calculator .wd_shipping_last {
}

#content table.shop_table.cart thead th.product-price,
html .woocommerce #content table.shop_table.cart thead th.product-price, 
html .woocommerce-page #content table.shop_table.cart thead th.product-price,
#content table.shop_table.cart thead th.product-quantity,
html .woocommerce #content table.shop_table.cart thead th.product-quantity, 
html .woocommerce-page #content table.shop_table.cart thead th.product-quantity,
#content table.shop_table.cart thead th.product-subtotal,
html .woocommerce #content table.shop_table.cart thead th.product-subtotal, 
html .woocommerce-page #content table.shop_table.cart thead th.product-subtotal {
}

#content table.shop_table.cart thead th.product-thumbnail,
.woocommerce #content table.shop_table.cart thead th.product-thumbnail, 
.woocommerce-page #content table.shop_table.cart thead th.product-thumbnail {
	text-align:left;
}

#content table.shop_table.cart tbody tr.cart_table_item td,
.woocommerce #content table.shop_table.cart tbody tr.cart_table_item td, 
.woocommerce-page #content table.shop_table.cart tbody tr.cart_table_item td {
	border-right-width:1px;
	border-style:solid;
}

#content table.shop_table.cart tbody tr.cart_table_item td.product-thumbnail,
.woocommerce #content table.shop_table.cart tbody tr.cart_table_item td.product-thumbnail, 
.woocommerce-page #content table.shop_table.cart tbody tr.cart_table_item td.product-thumbnail {
	text-align:left;
}

#content table.shop_table.cart tbody tr.cart_table_item td.product-subtotal,
.woocommerce #content table.shop_table.cart tbody tr.cart_table_item td.product-subtotal, 
.woocommerce-page #content table.shop_table.cart tbody tr.cart_table_item td.product-subtotal {
}

#content table.shop_table.cart tbody tr.cart_table_item td.product-subtotal .amount,
.woocommerce #content table.shop_table.cart tbody tr.cart_table_item td.product-subtotal .amount, 
.woocommerce-page #content table.shop_table.cart tbody tr.cart_table_item td.product-subtotal .amount,
#content table.shop_table.cart tbody tr.cart_table_item td.product-price .amount,
.woocommerce #content table.shop_table.cart tbody tr.cart_table_item td.product-price .amount, 
.woocommerce-page #content table.shop_table.cart tbody tr.cart_table_item td.product-price .amount {
	color:#cb0000;
	font-size:16px;
	font-weight:bold;
}

#content table.shop_table.cart td,
.woocommerce #content table.shop_table.cart td, 
.woocommerce-page #content table.shop_table.cart td {
    vertical-align:middle;
	text-align:center;
	padding:20px;
	border:0;
}

#content table.shop_table.cart td .wd_product_content,
.woocommerce #content table.shop_table.cart td .wd_product_content, 
.woocommerce-page #content table.shop_table.cart td .wd_product_content {
	overflow:hidden;
}

#content table.shop_table.cart td .wd_product_content .wd_product_item,
.woocommerce #content table.shop_table.cart td .wd_product_content .wd_product_item, 
.woocommerce-page #content table.shop_table.cart td .wd_product_content .wd_product_item {
	float:left;
	max-width:60px;
}

#content table.shop_table.cart td .wd_product_content .wd_product_meta,
.woocommerce #content table.shop_table.cart td .wd_product_content .wd_product_meta, 
.woocommerce-page #content table.shop_table.cart td .wd_product_content .wd_product_meta {
	margin-left:80px;
}

#content table.shop_table.cart tbody tr.cart_table_item .wd_product_item a:first-child,
.woocommerce #content table.shop_table.cart tbody tr.cart_table_item .wd_product_item a:first-child, 
.woocommerce-page #content table.shop_table.cart tbody tr.cart_table_item .wd_product_item a:first-child {
	display:inline-block;
	float:left;
	margin:0 20px 0 0;
	max-width:60px;
}

#content table.shop_table.cart tbody tr.cart_table_item .wd_product_item a:first-child img,
.woocommerce #content table.shop_table.cart tbody tr.cart_table_item .wd_product_item a:first-child img, 
.woocommerce-page #content table.shop_table.cart tbody tr.cart_table_item .wd_product_item a:first-child img {
	margin:0;
}

#content table.shop_table.cart tbody tr.cart_table_item .wd_product_item img,
.woocommerce #content table.shop_table.cart tbody tr.cart_table_item .wd_product_item img, 
.woocommerce-page #content table.shop_table.cart tbody tr.cart_table_item .wd_product_item img {
	width:auto;
	height:auto;
}

#content table.shop_table.cart tbody td.product-thumbnail .wd_product_number,
.woocommerce #content table.shop_table.cart tbody td.product-thumbnail .wd_product_number, 
.woocommerce-page #content table.shop_table.cart tbody td.product-thumbnail .wd_product_number {

}

#content table.shop_table.cart tbody td.product-thumbnail .wd_product_excerpt,
.woocommerce #content table.shop_table.cart tbody td.product-thumbnail .wd_product_excerpt, 
.woocommerce-page #content table.shop_table.cart tbody td.product-thumbnail .wd_product_excerpt {
	display:none;
}

#content table.shop_table.cart tbody td.product-thumbnail .wd_product_number strong,
.woocommerce #content table.shop_table.cart tbody td.product-thumbnail .wd_product_number strong, 
.woocommerce-page #content table.shop_table.cart tbody td.product-thumbnail .wd_product_number strong {
}

#content table.shop_table.cart tbody tr.cart_table_item .quantity,
.woocommerce #content table.shop_table.cart tbody tr.cart_table_item .quantity,
.woocommerce-page #content table.shop_table.cart tbody tr.cart_table_item .quantity {
	width:auto;
	display:inline-block;
	min-width:80px;
}

#content table.shop_table.cart tbody tr.cart_table_item td.product-quantity input.qty,
.woocommerce #content table.shop_table.cart tbody tr.cart_table_item td.product-quantity input.qty, 
.woocommerce-page #content table.shop_table.cart tbody tr.cart_table_item .quantity input.qty {
	margin-right:0;
	border-right:0;
	-moz-appearance:textfield;
}

#content table.shop_table.cart tbody td.actions,
.woocommerce #content table.shop_table.cart tbody td.actions,
.woocommerce-page #content table.shop_table.cart tbody td.actions {

}

#content table.shop_table.cart tbody td.actions input.button,
.woocommerce #content table.shop_table.cart tbody td.actions input.button,
.woocommerce-page #content table.shop_table.cart tbody td.actions input.button {

}

#content table.shop_table.cart tbody td.actions a.button,
.woocommerce #content table.shop_table.cart tbody td.actions a.button,
.woocommerce-page #content table.shop_table.cart tbody td.actions a.button {
    position: relative;
    top: 1px;
}

#content table.shop_table.cart tbody td.actions input.button:hover,
.woocommerce #content table.shop_table.cart tbody td.actions input.button:hover,
.woocommerce-page #content table.shop_table.cart tbody td.actions input.button:hover {

}

#content table.shop_table.cart tbody td.actions > p,
.woocommerce #content table.shop_table.cart tbody td.actions > p,
.woocommerce-page #content table.shop_table.cart tbody td.actions > p {
    display: inline-block;
}

table.cart a.remove,
html .woocommerce table.cart a.remove, 
html .woocommerce-page table.cart a.remove, 
#content table.cart a.remove,
html .woocommerce #content table.cart a.remove, 
html .woocommerce-page #content table.cart a.remove {
	display:inline-block;
	width:20px;
	height:20px;
	line-height:20px;
	font-size:0;
	text-align:center;
	border-width:1px;
	border-style:solid;
	background:#fff url(images/images.png) no-repeat -119px -33px;
	color:transparent;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	position:relative;
	top:-2px;
}

.ie table.cart a.remove,
html.ie .woocommerce table.cart a.remove, 
html.ie .woocommerce-page table.cart a.remove, 
.ie #content table.cart a.remove,
html.ie .woocommerce #content table.cart a.remove, 
html.ie .woocommerce-page #content table.cart a.remove {
	top:-7px;
}

table.cart a.remove:hover,
html .woocommerce table.cart a.remove:hover, 
html .woocommerce-page table.cart a.remove:hover, 
#content table.cart a.remove:hover,
html .woocommerce #content table.cart a.remove:hover, 
html .woocommerce-page #content table.cart a.remove:hover {
	background-color:#fff;
	color:transparent;
}

/* CART COLLATERALS */
#content .cart-collaterals,
.woocommerce #content .cart-collaterals,
.woocommerce-page #content .cart-collaterals {
    margin:0 -10px;
	width:auto;
}

 #content .cart-collaterals form,
.woocommerce #content .cart-collaterals form,
.woocommerce-page #content .cart-collaterals form,
#content .cart-collaterals .cart_totals ,
.woocommerce #content .cart-collaterals .cart_totals ,
.woocommerce-page #content .cart-collaterals .cart_totals {
    width: 33.3%;
    padding:0 10px;
	margin:0;
    display: inline-block;
    float: left;
    overflow: visible;
	position:relative;
}

 #content .cart-collaterals form > div,
.woocommerce #content .cart-collaterals form > div,
.woocommerce-page #content .cart-collaterals form > div,
#content .cart-collaterals .cart_totals > div,
.woocommerce #content .cart-collaterals .cart_totals > div,
.woocommerce-page #content .cart-collaterals .cart_totals > div,
#content .cart-collaterals .cart_totals > div, 
.woocommerce #content .cart-collaterals .cart_totals > div, 
.woocommerce-page #content .cart-collaterals .cart_totals > div {
	border-width:1px;
	border-style:solid;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	min-height:307px;
	overflow:hidden;
}

 #content .cart-collaterals form .coupon_wrapper,
.woocommerce #content .cart-collaterals form .coupon_wrapper,
.woocommerce-page #content .cart-collaterals form .coupon_wrapper {
	padding:0 20px 10px;
}

#content .span12 .cart-collaterals, 
.woocommerce #content .span12 .cart-collaterals, 
.woocommerce-page #content .span12 .cart-collaterals {
    margin-left:0;
	margin-right:0;
}

 #content .span12 .cart-collaterals > form,
.woocommerce #content .span12 .cart-collaterals > form,
.woocommerce-page #content .span12 .cart-collaterals > form,
 #content .span12 .cart-collaterals .cart_totals ,
.woocommerce #content .span12 .cart-collaterals .cart_totals ,
.woocommerce-page #content .span12 .cart-collaterals .cart_totals {
    width: 100%;
    margin-bottom: 30px;
	padding-left:0;
	padding-right:0;
	margin-right:0;
	min-height:0;
}

#content #container-main.span12 .cart-collaterals form > div, 
.woocommerce #content #container-main.span12 .cart-collaterals form > div, 
.woocommerce-page #content #container-main.span12 .cart-collaterals form > div, 
#content #container-main.span12 .cart-collaterals .cart_totals > div, 
.woocommerce #content #container-main.span12 .cart-collaterals .cart_totals > div, 
.woocommerce-page #content #container-main.span12 .cart-collaterals .cart_totals > div, 
#content #container-main.span12 .cart-collaterals .cart_totals > div, 
.woocommerce #content #container-main.span12 .cart-collaterals .cart_totals > div, 
.woocommerce-page #content #container-main.span12 .cart-collaterals .cart_totals > div {
	min-height:246px;
}

.woocommerce #content .cart-collaterals form > *,
.woocommerce-page #content .cart-collaterals form > *,
.woocommerce #content .cart-collaterals .cart_totals > *,
.woocommerce-page #content .cart-collaterals .cart_totals > *,
.woocommerce #content .shipping_calculator > * ,
.woocommerce-page #content .shipping_calculator > * {
}

.woocommerce #content .span12 .cart-collaterals form > *,
.woocommerce-page #content .span12 .cart-collaterals form > *,
.woocommerce #content .span12 .cart-collaterals .cart_totals > *,
.woocommerce-page #content .span12 .cart-collaterals .cart_totals > *,
.woocommerce #content .span12 .shipping_calculator > * ,
.woocommerce-page #content .span12 .shipping_calculator > * {

}

body .span12 .woocommerce .cart-collaterals .cross-sells, 
body .woocommerce-page .span12 .cart-collaterals .cross-sells {
    padding-left: 0;
}
/* Coupon */
#content .cart-collaterals .coupon_wrapper label,
.woocommerce #content .cart-collaterals .coupon_wrapper label,
.woocommerce-page #content .cart-collaterals .coupon_wrapper label {
	padding:9px 0;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	position:relative;
}

#content .cart-collaterals .coupon_wrapper label:after,
.woocommerce #content .cart-collaterals .coupon_wrapper label:after,
.woocommerce-page #content .cart-collaterals .coupon_wrapper label:after {
	content:"";
	height:1px;
	position:absolute;
	left:-20px;
	right:-20px;
	bottom:0;
	top:auto;
}

#content .cart-collaterals .coupon_wrapper p,
.woocommerce #content .cart-collaterals .coupon_wrapper p,
.woocommerce-page #content .cart-collaterals .coupon_wrapper p {
    margin: 15px 0 7px;
}

#content .cart-collaterals .coupon_wrapper input#coupon_code,
.woocommerce #content .cart-collaterals .coupon_wrapper input#coupon_code,
.woocommerce-page #content .cart-collaterals .coupon_wrapper input#coupon_code {
    width: 100%;
    float: left;
	height:28px;
	border-width:1px;
	border-style:solid;
	padding:0 10px;
	margin:0 0 20px;
    -webkit-appearance: none;
    border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

#content .cart-collaterals input.button,
.woocommerce #content .cart-collaterals input.button,
.woocommerce-page #content .cart-collaterals input.button {
	text-transform:none;
	padding:0 20px;
	height:30px;
	line-height:28px;
	font-size:13px;
	font-weight:bold;
	background:none;
	filter:none;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-width:1px;
}

#content .cart-collaterals input.button:hover,
.woocommerce #content .cart-collaterals input.button:hover,
.woocommerce-page #content .cart-collaterals input.button:hover {
	background-image:none;
	filter:none;
}

/* Shipping Calculator */
#content .cart-collaterals .shipping_calculator,
.woocommerce #content .cart-collaterals .shipping_calculator,
.woocommerce-page #content .cart-collaterals .shipping_calculator {
	text-align:left;
}

#content .cart-collaterals .shipping_calculator h2,
.woocommerce #content .cart-collaterals .shipping_calculator h2,
.woocommerce-page #content .cart-collaterals .shipping_calculator h2 {
	padding:0 20px;
	margin:0;
	border-bottom:1px solid;
	font-weight:bold;
	color:#202020;
}

#content .cart-collaterals .shipping_calculator h2 a,
.woocommerce #content .cart-collaterals .shipping_calculator h2 a,
.woocommerce-page #content .cart-collaterals .shipping_calculator h2 a {

}

#content .cart-collaterals .shipping_calculator .shipping-calculator-form,
.woocommerce #content .cart-collaterals .shipping_calculator .shipping-calculator-form,
.woocommerce-page #content .cart-collaterals .shipping_calculator .shipping-calculator-form {
	padding:15px 20px 10px;
	display:block;
}

#content .cart-collaterals .shipping_calculator .shipping-calculator-form p,
.woocommerce #content .cart-collaterals .shipping_calculator .shipping-calculator-form p,
.woocommerce-page #content .cart-collaterals .shipping_calculator .shipping-calculator-form p {
	margin:0;
}

#content .cart-collaterals .shipping_calculator .shipping-calculator-form p:first-child,
.woocommerce #content .cart-collaterals .shipping_calculator .shipping-calculator-form p:first-child,
.woocommerce-page #content .cart-collaterals .shipping_calculator .shipping-calculator-form p:first-child {
	margin:0;
}

#content .cart-collaterals .shipping_calculator .shipping-calculator-form p span,
.woocommerce #content .cart-collaterals .shipping_calculator .shipping-calculator-form p span,
.woocommerce-page #content .cart-collaterals .shipping_calculator .shipping-calculator-form p span{
	display:inline-block;
	margin:0;
	width:100%;
	margin:0;
}

 #content .cart-collaterals .shipping_calculator input,
.woocommerce #content .cart-collaterals .shipping_calculator input,
.woocommerce-page #content .cart-collaterals .shipping_calculator input {
	height:28px;
	line-height:28px;
	padding:0 10px;
	font-style:normal;
	font-size:13px;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	margin:0 0 4px;
}

#content .cart-collaterals .shipping_calculator .shipping-calculator-form button,
.woocommerce #content .cart-collaterals .shipping_calculator .shipping-calculator-form button,
.woocommerce-page #content .cart-collaterals .shipping_calculator .shipping-calculator-form  button {
	width:auto;
	height:30px;
	line-height:28px;
	text-transform:none;
	background:none;
	font-weight:normal;
	filter:none;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-width:1px;
	font-weight:bold;
	font-size:13px;
}

#content .cart-collaterals .shipping_calculator .shipping-calculator-form button:hover,
.woocommerce #content .cart-collaterals .shipping_calculator .shipping-calculator-form button:hover,
.woocommerce-page #content .cart-collaterals .shipping_calculator .shipping-calculator-form  button:hover {
	border-color:#202020;
}

#content .cart-collaterals .shipping_calculator .shipping-calculator-form button:before,
.woocommerce #content .cart-collaterals .shipping_calculator .shipping-calculator-form button:before,
.woocommerce-page #content .cart-collaterals .shipping_calculator .shipping-calculator-form  button:before {
	display:none;
}

#content .shipping_calculator .shipping-calculator-form,
.woocommerce #content .shipping_calculator .shipping-calculator-form,
.woocommerce-page #content .shipping_calculator .shipping-calculator-form {

}

#content .shipping_calculator .shipping-calculator-form .form-row span,
.woocommerce #content .shipping_calculator .shipping-calculator-form .form-row span,
.woocommerce-page #content .shipping_calculator .shipping-calculator-form .form-row span {

}

#content .cart-collaterals .shipping_calculator abbr,
.woocommerce #content .cart-collaterals .shipping_calculator abbr,
.woocommerce-page #content .cart-collaterals .shipping_calculator abbr {
	font-size:0;
	color:transparent;
}

#content .cart-collaterals .shipping_calculator abbr:after,
.woocommerce #content .cart-collaterals .shipping_calculator abbr:after,
.woocommerce-page #content .cart-collaterals .shipping_calculator abbr:after {
	color:#FF0000;
	display:inline-block;
	content:"*";
	font-size:14px;
	margin-left:2px;
}

#content .cart-collaterals .shipping_calculator p.wd_shipping_bt,
.woocommerce #content .cart-collaterals .shipping_calculator p.wd_shipping_bt,
.woocommerce-page #content .cart-collaterals .shipping_calculator p.wd_shipping_bt {
	margin:10px 0 20px;
	display:inline-block;
	width:100%;
}

#content .cart-collaterals .shipping_calculator p.form-row-wide,
.woocommerce #content .cart-collaterals .shipping_calculator p.form-row-wide,
.woocommerce-page #content .cart-collaterals .shipping_calculator p.form-row-wide {
}

#content .cart-collaterals .shipping_calculator p span,
.woocommerce #content .cart-collaterals .shipping_calculator p span,
.woocommerce-page #content .cart-collaterals .shipping_calculator p span {

}

#content .cart-collaterals .shipping_calculator select,
.woocommerce #content .cart-collaterals .shipping_calculator select,
.woocommerce-page #content .cart-collaterals .shipping_calculator select {
	padding:4px 10px;
	margin:0 0 4px;
}

#content .cart-collaterals .shipping_calculator select option,
.woocommerce #content .cart-collaterals .shipping_calculator select option,
.woocommerce-page #content .cart-collaterals .shipping_calculator select option {
	font-size:13px;
}

#content .cart-collaterals .shipping_calculator .button,
.woocommerce #content .cart-collaterals .shipping_calculator .button,
.woocommerce-page #content .cart-collaterals .shipping_calculator .button {

}

#content .cart-collaterals .shipping_calculator .wd_shipping_last,
.woocommerce #content .cart-collaterals .shipping_calculator .wd_shipping_last,
.woocommerce-page #content .cart-collaterals .shipping_calculator .wd_shipping_last {

}
/* Cart Totals */
#content .cart-collaterals .cart_totals ,
.woocommerce #content .cart-collaterals .cart_totals ,
.woocommerce-page #content .cart-collaterals .cart_totals {
    text-align: left;
	padding:0 10px;
	margin-bottom:20px;
}

#content .cart-collaterals .cart_totals h2 ,
.woocommerce #content .cart-collaterals .cart_totals h2 ,
.woocommerce-page #content .cart-collaterals .cart_totals h2 {
    font-size: 13px;
	font-weight:bold;
	line-height:16px;
	padding:11px 20px;
	margin:0;
	font-family:arial;
	border-width:0 0 1px;
	border-style:solid;
	letter-spacing:0;
}

#content .cart-collaterals .cart_totals > form,
.woocommerce #content .cart-collaterals .cart_totals > form,
.woocommerce-page #content .cart-collaterals .cart_totals > form {
    width: 100%;
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: 0;
}

#content .cart-collaterals .cart_totals tr.total th,
.woocommerce #content .cart-collaterals .cart_totals tr.total th,
.woocommerce-page #content .cart-collaterals .cart_totals tr.total th,
#content .cart-collaterals .cart_totals tr.total td,
.woocommerce #content .cart-collaterals .cart_totals tr.total td,
.woocommerce-page #content .cart-collaterals .cart_totals tr.total td {
	vertical-align:bottom;
}

#content .cart-collaterals .cart_totals tr.total th strong,
.woocommerce #content .cart-collaterals .cart_totals tr.total th strong,
.woocommerce-page #content .cart-collaterals .cart_totals tr.total th strong {
	line-height:23px;
	font-weight:normal;
}

.cart-collaterals .cart_totals .cart_totals_wrapper tr td,
.woocommerce .cart-collaterals .cart_totals .cart_totals_wrapper tr td, 
.woocommerce-page .cart-collaterals .cart_totals .cart_totals_wrapper tr td, 
.cart-collaterals .cart_totals .cart_totals_wrapper tr th,
.woocommerce .cart-collaterals .cart_totals .cart_totals_wrapper tr th, 
.woocommerce-page .cart-collaterals .cart_totals .cart_totals_wrapper tr th {
	border:0;
	padding:0;
	vertical-align:top;
	padding:0 0 15px;
}

.cart-collaterals .cart_totals .cart_totals_wrapper tr.shipping td,
.woocommerce .cart-collaterals .cart_totals .cart_totals_wrapper tr.shipping td, 
.woocommerce-page .cart-collaterals .cart_totals .cart_totals_wrapper tr.shipping td, 
.cart-collaterals .cart_totals .cart_totals_wrapper tr.shipping th,
.woocommerce .cart-collaterals .cart_totals .cart_totals_wrapper tr.shipping th, 
.woocommerce-page .cart-collaterals .cart_totals .cart_totals_wrapper tr.shipping th {
	padding-bottom:0;
}

.cart-collaterals .cart_totals .cart_totals_wrapper tr.shipping th,
.woocommerce .cart-collaterals .cart_totals .cart_totals_wrapper tr.shipping th, 
.woocommerce-page .cart-collaterals .cart_totals .cart_totals_wrapper tr.shipping th {
	line-height:26px;
}

.cart-collaterals .cart_totals .cart_totals_wrapper tr td,
.woocommerce .cart-collaterals .cart_totals .cart_totals_wrapper tr td, 
.woocommerce-page .cart-collaterals .cart_totals .cart_totals_wrapper tr td {
	text-align:right;
}

.cart-collaterals .cart_totals .cart_totals_wrapper tr th,
.woocommerce .cart-collaterals .cart_totals .cart_totals_wrapper tr th, 
.woocommerce-page .cart-collaterals .cart_totals .cart_totals_wrapper tr th {
	width:90px;
	font-weight:normal;
	text-align:left;
}

.cart-collaterals .cart_totals .cart_totals_wrapper tr.cart-subtotal th strong,
.woocommerce .cart-collaterals .cart_totals .cart_totals_wrapper tr.cart-subtotal th strong, 
.woocommerce-page .cart-collaterals .cart_totals .cart_totals_wrapper tr.cart-subtotal th strong,
.cart-collaterals .cart_totals .cart_totals_wrapper tr.cart-subtotal td strong,
.woocommerce .cart-collaterals .cart_totals .cart_totals_wrapper tr.cart-subtotal td strong, 
.woocommerce-page .cart-collaterals .cart_totals .cart_totals_wrapper tr.cart-subtotal td strong {
	font-weight:normal;
	padding-bottom:0!important;
	display:inline-block;
}

.cart-collaterals .cart_totals .cart_totals_wrapper tr.total td,
.woocommerce .cart-collaterals .cart_totals .cart_totals_wrapper tr.total td, 
.woocommerce-page .cart-collaterals .cart_totals .cart_totals_wrapper tr.total td,
.cart-collaterals .cart_totals .cart_totals_wrapper tr.total th,
.woocommerce .cart-collaterals .cart_totals .cart_totals_wrapper tr.total th, 
.woocommerce-page .cart-collaterals .cart_totals .cart_totals_wrapper tr.total th {
	padding-bottom:0;
}

.cart-collaterals .cart_totals .cart_totals_wrapper tr.total td .amount,
.woocommerce .cart-collaterals .cart_totals .cart_totals_wrapper tr.total td .amount, 
.woocommerce-page .cart-collaterals .cart_totals .cart_totals_wrapper tr.total td .amount {
	font-size:34px;
	line-height:36px;
	font-weight:bold;
	color:#cb0000;
}

.cart-collaterals .cart_totals table tr.total td span.amount, 
html .woocommerce .cart-collaterals .cart_totals table tr.total td span.amount, 
html .woocommerce-page .cart-collaterals .cart_totals table tr.total td span.amount {
}

.cart-collaterals .cart_totals table, 
html .woocommerce .cart-collaterals .cart_totals table, 
html .woocommerce-page .cart-collaterals .cart_totals table {
	padding:14px 20px 10px;
}

.cart-collaterals .cart_totals table td strong, 
html .woocommerce .cart-collaterals .cart_totals table td strong, 
html .woocommerce-page .cart-collaterals .cart_totals table td strong {
	font-size:13px;
	font-weight:bold;
	color:#202020;
}

.cart-collaterals .cart_totals table, 
html .woocommerce .cart-collaterals .cart_totals table, 
html .woocommerce-page .cart-collaterals .cart_totals table th strong {}

html ul#shipping_method li input,
html .woocommerce ul#shipping_method li input, 
html .woocommerce-page ul#shipping_method li input {
	float:right;
	margin:0 2px 0 10px;
	position:relative;
	top:3px;
}

#content .cart-collaterals .cart_totals form, 
.woocommerce #content .cart-collaterals .cart_totals form, 
.woocommerce-page #content .cart-collaterals .cart_totals form {
	width:100%;
	text-align:center;
	padding:0 20px;
}

#content .cart-collaterals .cart_totals form input.checkout-button, 
.woocommerce #content .cart-collaterals .cart_totals form input.checkout-button, 
.woocommerce-page #content .cart-collaterals .cart_totals form input.checkout-button {
	display:none;
}

#content .cart-collaterals .cart_totals form .checkout-button-visible, 
.woocommerce #content .cart-collaterals .cart_totals form .checkout-button-visible, 
.woocommerce-page #content .cart-collaterals .cart_totals form .checkout-button-visible {
	margin-bottom:20px;
}

#content .cart-collaterals form .wd_update_button_visible, 
.woocommerce #content .cart-collaterals form .wd_update_button_visible, 
.woocommerce-page #content .cart-collaterals form .wd_update_button_visible,
#content .cart-collaterals .cart_totals .wd_update_button_visible, 
.woocommerce #content .cart-collaterals .cart_totals .wd_update_button_visible, 
.woocommerce-page #content .cart-collaterals .cart_totals .wd_update_button_visible {
	width:100%;
	margin:0 0 5px;
}

#content .cart-collaterals form .checkout-button-visible, 
.woocommerce #content .cart-collaterals form .checkout-button-visible, 
.woocommerce-page #content .cart-collaterals form .checkout-button-visible,
#content .cart-collaterals .cart_totals .checkout-button-visible, 
.woocommerce #content .cart-collaterals .cart_totals .checkout-button-visible, 
.woocommerce-page #content .cart-collaterals .cart_totals .checkout-button-visible {
	width:100%;
	text-align:center;
	border-bottom-width:2px;
	text-shadow:0 1px 0 #9c2610;
	-moz-text-shadow:0 1px 0 #9c2610;
	-webkit-text-shadow:0 1px 0 #9c2610;
}

#content .cart-collaterals form .checkout-button-visible:after, 
.woocommerce #content .cart-collaterals form .checkout-button-visible:after, 
.woocommerce-page #content .cart-collaterals form .checkout-button-visible:after,
#content .cart-collaterals .cart_totals .checkout-button-visible:after, 
.woocommerce #content .cart-collaterals .cart_totals .checkout-button-visible:after, 
.woocommerce-page #content .cart-collaterals .cart_totals .checkout-button-visible:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:auto;
	height:1px;
}

/* CROSS SELL */
.woocommerce #content .cart-collaterals .cross-sells, 
.woocommerce-page #content .cart-collaterals .cross-sells {
	margin:0;
	width:100%;
	padding:0 10px;
}

.woocommerce #content .cart-collaterals .cross-sells h2, 
.woocommerce-page #content .cart-collaterals .cross-sells h2 {
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	padding:13px 20px 12px;
	text-transform:uppercase;
	border-width:1px 1px 0;
	border-style:solid;
	display:inline-block;
	width:100%;
	border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
	margin:0;
}

#content .cart-collaterals .cross-sells .cross_wrapper,
.woocommerce #content .cart-collaterals .cross-sells .cross_wrapper, 
.woocommerce-page #content .cart-collaterals .cross-sells .cross_wrapper {
	display:block;
	border:1px solid;
	border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
	padding:20px 0;
}

.woocommerce #content .cart-collaterals .cross-sells ul.products li, 
.woocommerce-page #content .cart-collaterals .cross-sells ul.products li {
	width:25%;
	margin:0 0 20px;
}

.woocommerce #content .span12 .cart-collaterals .cross-sells , 
.woocommerce-page #content .span12 .cart-collaterals .cross-sells {
	padding:0;
} 

.woocommerce #content .span12 .cart-collaterals .cross-sells ul.products li, 
.woocommerce-page #content .span12 .cart-collaterals .cross-sells ul.products li {
	width:50%
}

.woocommerce #content .cart-collaterals .cross-sells ul.products li > div, 
.woocommerce-page #content .cart-collaterals .cross-sells ul.products li > div {
	padding:0 10px;
}

#content .cart-collaterals .cross-sells .cross_wrapper .caroufredsel_wrapper,
.woocommerce #content .cart-collaterals .cross-sells .cross_wrapper .caroufredsel_wrapper, 
.woocommerce-page #content .cart-collaterals .cross-sells .cross_wrapper .caroufredsel_wrapper {
	margin-bottom:0!important;
}

/* 3 - PAGE MY ACCOUNT */
.myaccount_user strong {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}

.myaccount_user a {
    font-size: 12px;
}

.recent-order-title {
    font-size: 16px;
	line-height:18px;
	padding:0 0 0 30px;
	position:relative;
	font-weight:bold;
	text-transform:uppercase;
}

.recent-order-title:after {
	content:"";
	display:inline-block;
	width:28px;
	height:19px;
	position:absolute;
	left:0;
	top:0;
	right:auto;
	bottom:auto;
	background:url(images/images.png) no-repeat -159px -36px;
}

#content table.my_account_orders,
.woocommerce #content table.my_account_orders, 
.woocommerce-page #content table.my_account_orders {
	font-size:12px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-width:1px 0 1px 1px;
	margin:0 0 60px;
	border-style:solid;
}

#content table.my_account_orders th,
.woocommerce #content table.my_account_orders th, 
.woocommerce-page #content table.my_account_orders th {
	padding:15px 20px;
	font-weight:normal;
	border-width:0 1px 1px 0;
	border-style:solid;
}

#content table.my_account_orders td,
.woocommerce #content table.my_account_orders td, 
.woocommerce-page #content table.my_account_orders td {
	border-width:0 1px 0 0;
	border-style:solid;
	padding:15px 20px;
}

#content table.my_account_orders td .amount,
.woocommerce #content table.my_account_orders td .amount, 
.woocommerce-page #content table.my_account_orders td .amount {
	margin-right:2px;
}

#content table.my_account_orders td.order-status,
.woocommerce #content table.my_account_orders td.order-status, 
.woocommerce-page #content table.my_account_orders td.order-status {
   color:#ff0000;
   font-weight:bold;
}

#content table.my_account_orders td.order-actions,
.woocommerce #content table.my_account_orders td.order-actions, 
.woocommerce-page #content table.my_account_orders td.order-actions {
	text-align:center;
}

#content table.my_account_orders td.order-actions a.button,
.woocommerce #content table.my_account_orders td.order-actions a.button, 
.woocommerce-page #content table.my_account_orders td.order-actions a.button {
	padding:0;
	border:0;
	background:none;
	filter:none;
	font-weight:normal;
	text-transform:none;
	font-size:13px;
	margin:0 0 0 5px;
	line-height:14px;
	height:auto;
}

#content table.my_account_orders td.order-actions a.button:hover,
.woocommerce #content table.my_account_orders td.order-actions a.button:hover, 
.woocommerce-page #content table.my_account_orders td.order-actions a.button:hover {
	text-decoration:underline;
}

#content table.my_account_orders td.order-actions a.button:first-child,
.woocommerce #content table.my_account_orders td.order-actions a.button:first-child, 
.woocommerce-page #content table.my_account_orders td.order-actions a.button:first-child {
	margin-left:0;
}

#content table.my_account_orders td.order-actions a.button:before,
.woocommerce #content table.my_account_orders td.order-actions a.button:before, 
.woocommerce-page #content table.my_account_orders td.order-actions a.button:before {
	display:none;
}

/* Address */
.my-address-title {
    font-size:16px;
	line-height:18px;
	font-weight:bold;
	padding:0 0 0 30px;
	position:relative;
	text-transform:uppercase;
}

.my-address-title:after {
	content:"";
	display:inline-block;
	width:24px;
	height:17px;
	background:url(images/images.png) no-repeat -191px 0;
	position:absolute;
	left:0;
	top:0;
	bottom:auto;
	right:auto;
}

#content .addresses .address,
.woocommerce #content .addresses .address,
.woocommerce-page #content .addresses .address {
    position: relative;
}

#content .addresses h3,
.woocommerce #content .addresses h3,
.woocommerce-page #content .addresses h3 {
    width:100%;
    font-size:13px;
	line-height:16px;
    padding:0 20px 0 0;
	font-weight:bold;
	font-family:arial;
	letter-spacing:0;
	margin:0 0 10px;
}

#content .addresses .edit,
.woocommerce #content .addresses .edit,
.woocommerce-page #content .addresses .edit {
    font-size: 12px;
    position: absolute;
    right: 0;
    left: auto;
    top: 0;
    bottom: auto;
}

 #content .addresses .edit:hover
.woocommerce #content .addresses .edit:hover,
.woocommerce-page #content .addresses .edit:hover {
	text-decoration:underline;
}

#content .addresses ,
.woocommerce #content .addresses ,
.woocommerce-page #content .addresses {
    padding: 0;
}

#content .addresses address,
.woocommerce #content .addresses address,
.woocommerce-page #content .addresses address {
    font-style: normal;
}

.myaccount_address {
	margin:0 0 20px;
}


/* 4 - ORDER DETAIL */

.order-info mark.order-status {
}

.order-detail-title,
.custom-detail-title  {
	font-size:16px;
	line-height:18px;
	padding:0 0 0 30px;
	font-weight:bold;
	position:relative;
}

.order-detail-title:after,
.custom-detail-title:after {
	content:"";
	width:28px;
	height:19px;
	display:inline-block;
	position:absolute;
	left:0;
	top:0;
	right:auto;
	bottom:auto;
	background:url(images/images.png) no-repeat -159px -36px;
}

.wd_review_payment h2 {
	font-size:16px;
	font-weight:bold;
	line-height:18px;
}

 #content ul.order_details,
.woocommerce #content ul.order_details, 
.woocommerce-page #content ul.order_details {
	margin-bottom:9px;
}

 #content ul.order_details > li,
.woocommerce #content ul.order_details > li, 
.woocommerce-page #content ul.order_details > li {
	margin-bottom:10px;
}

 #content table.order_details,
.woocommerce #content table.order_details, 
.woocommerce-page #content table.order_details {
    border-width: 1px 0 1px 1px;
	border-style:solid;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.woocommerce #content .order_details thead th, 
.woocommerce-page #content .order_details thead th {
	padding:15px 20px;
	border-width:0 1px 1px 0;
	border-style:solid;
	font-weight:normal;
	text-align:left;
}

.woocommerce #content .order_details thead th.product-total, 
.woocommerce-page #content .order_details thead th.product-total {
}

#content .order_details tbody th,
.woocommerce #content .order_details tbody th, 
.woocommerce-page #content .order_details tbody th {
	text-align:left;
}

#content .order_details tbody td,
.woocommerce #content .order_details tbody td, 
.woocommerce-page #content .order_details tbody td {
	padding: 15px 20px;
	border-width:0 1px 0 0;
	border-style:solid;
}

#content .order_details tbody td.product-total,
.woocommerce #content .order_details tbody td.product-total, 
.woocommerce-page #content .order_details tbody td.product-total {
}

#content .order_details tfoot th,
.woocommerce #content .order_details tfoot th, 
.woocommerce-page #content .order_details tfoot th {
	padding: 15px 20px;
	border-width:1px 1px 0 0;
	border-style:solid;
	font-weight:normal;
	text-align:left;
}

#content .order_details tfoot td, 
.woocommerce #content .order_details tfoot td, 
.woocommerce-page #content .order_details tfoot td {
	padding:15px 20px;
	border-width:1px 1px 0 0;
	border-style:solid;
}

.woocommerce #content .order_details small, 
.woocommerce-page #content .order_details small {
	font-size:13px;
}

#content .order_details li,
.woocommerce #content .order_details li, 
.woocommerce-page #content .order_details li {
	list-style:none;
}

#content .order_details li strong,
.woocommerce #content .order_details li strong, 
.woocommerce-page #content .order_details li strong {
	font-weight:normal;
	color:#202020;
}

.customer_details dt {
	padding:3px 0;
	font-weight:normal;
}

.customer_details dd {
	margin-left:20px;
	padding:3px 0;
}

/* 5 MY ACCOUNT */
 
#customer_login h2 {
	font-family:arial;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}

#customer_login form .form-row label,
#customer_login .woocommerce form .form-row label, 
.woocommerce-page #customer_login form .form-row label {
	text-transform:capitalize;
	font-size:13px;
	color:#202020;
}

html #content #customer_login input.button,
html #content #customer_login .woocommerce input.button,
html #content .woocommerce-page #customer_login input.button,
html #content .lost_reset_password input.button,
html #content .woocommerce .lost_reset_password input.button,
html #content .woocommerce-page .lost_reset_password input.button {
	height:28px;
	line-height:26px;
	background:none;
	filter:none;
	border-style:solid;
	border-width:1px;
	padding:0 29px;
	text-transform:none;
	font-weight:bold;
	font-size:13px;
	border-radius:28px;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	margin:14px 0 10px;
}

html #content #customer_login input.button:hover,
html #content #customer_login .woocommerce input.button:hover,
html #content .woocommerce-page #customer_login input.button:hover,
html #content .lost_reset_password input.button:hover,
html #content .woocommerce .lost_reset_password input.button:hover,
html #content .woocommerce-page .lost_reset_password input.button:hover {
	background-image:none;
	filter:none;
}

html #customer_login form .form-row.form-row-first,
html #customer_login .woocommerce form .form-row.form-row-first,
html .woocommerce-page #customer_login form .form-row.form-row-first,
html #customer_login form .form-row.form-row-last,
html #customer_login .woocommerce form .form-row.form-row-last,
html .woocommerce-page #customer_login form .form-row.form-row-last {
	width:100%;
	padding:0;
}

html #customer_login form input,
html #customer_login .woocommerce form input,
html .woocommerce-page #customer_login form input {
	max-width:400px;
}

/* 6 - LOST RESET PASSWORD */
.lost_reset_password {
	display:block;
	padding:0 0 0 18px;
}

.lost_reset_password > p:first-child {
	background:#fafafa url(images/bg_payment.png) no-repeat 27px 0;
	padding:15px 20px;
	margin:0 0 40px -18px;
	border-width:1px;
	border-style:solid;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}

.lost_reset_password label {
    font-size:13px;
	color:#202020;
}

/*==============================================================*/
/*                 GOMARKET VIII. BLOG PAGE                  */
/*==============================================================*/

.page-template-page-templatesblog-template-php .page-content {
	padding-bottom:20px;
	margin:0 0 40px;
	border-style:solid;
	border-width:0 0 1px;
}

/* CATAGORIES BLOG */

ul.list-posts {
	overflow:hidden;
	margin-bottom:80px;
}

ul.list-posts li {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 0 60px;
	padding:0 0 60px;
    border-width: 0 0 1px;
    border-style: solid;
}

ul.list-posts li.last {
    margin-bottom:0;
	padding-bottom:0;
	border:0;
}

ul.list-posts li .post-info-thumbnail {
	float:left;
}

ul.list-posts li .post-info-thumbnail a {
	display:inline-block;
	overflow:hidden;
	position:relative;
}

ul.list-posts li .post-info-thumbnail .thumbnail img {
    margin: 0;
    position: relative;
    z-index: 1;
}

ul.list-posts li .post-info-content {
	margin:0 0 0 280px;
	position:relative;
	top:-4px;
}

ul.list-posts li .post-info-content .post-title {
    margin:0 0 6px;
}

ul.list-posts li .post-info-content .post-title .heading-title {
    display: inline-block;
	font-size:30px;
	line-height:32px;
	text-transform:none;
	margin:0 25px 0 0;
}

ul.list-posts li .wd-edit-link {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
}

ul.list-posts li .wd-edit-link a {
    font-size: 12px;
    margin: 0;
}

ul.list-posts .post .time {
	margin:0 0 8px;
}

ul.list-posts .post .time br {
	display:none;
}

ul.list-posts .post .author,
ul.list-posts .portfolio .author {
	display:inline-block;
	float:left;
	position:relative;
	margin:0 10px 0 0;
	padding:0 10px 0 0;
}

ul.list-posts .post .author:after,
ul.list-posts .portfolio .author:after {
	content:"";
	width:2px;
	height:13px;
	position:absolute;
	right:0;
	left:auto;
	top:5px;
	bottom:auto;
}

ul.list-posts .post .author a,
ul.list-posts .portfolio .author a {
	text-transform:capitalize;
}

ul.list-posts .post .author a:hover,
ul.list-posts .portfolio .author a:hover {
	text-decoration:underline;
}

ul.list-posts li .post-info-content .cat-links {
    display: inline-block;
	width:100%;
	margin:0 0 10px;
}

ul.list-posts li .post-info-content .cat-links a {
}

ul.list-posts li .post-info-content .cat-links a:hover {
	text-decoration:underline;
}

ul.list-posts .post .comments-count,
ul.list-posts .portfolio .comments-count {
	display:inline-block;
	float:left;
	margin-right:20px;
}

ul.list-posts .post .read-more,
ul.list-posts .portfolio .read-more {
	padding-right:15px;
	position:relative;
	font-weight:bold;
	display:inline-block;
	clear:left;
}

ul.list-posts .post .read-more:after,
ul.list-posts .portfolio .read-more:after {
	content: "\f0da";
	font-family:"FontAwesome";
	color:#ff6c00;
	font-size:15px;
	position:absolute;
	left:auto;
	right:0;
	top:4px;
	bottom:auto;
	line-height:16px;	
}

/* Page Navi */

.nav-content {
	text-align:center;
	position:relative;
	display:block;
	border:1px solid;
	margin:0 0 90px;
	padding:6px;
	line-height:0;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.page_navi .wp-pagenavi{
	overflow:hidden;
	display:inline-block;
}

.page_navi .wp-pagenavi .pages {
	border:0;
	padding:0;
	margin:0 20px 0 0;
}

.page_navi .wp-pagenavi a,
.page_navi .wp-pagenavi span {
	display:inline-block;
	float:left;
	line-height:26px;
	font-weight:bold;
	margin:0 5px;
	padding:0 5px;
	min-width:28px;
	text-align:center;
	border:1px solid;
	border-radius:28px;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
}

.page_navi .wp-pagenavi span.current,
.page_navi .wp-pagenavi a:hover {
	border-color:#515151;
	background:#515151;
	color:#fff;
}

.page_navi .wp-pagenavi a.next,
.page_navi .wp-pagenavi a.prev,
.page_navi .wp-pagenavi a.previouspostslink,
.page_navi .wp-pagenavi a.nextpostslink{
	padding:0;
	line-height:26px;
	padding:0 32px;
	border:1px solid;
	text-transform:capitalize;
	border-radius:28px;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
}

.page_navi .wp-pagenavi a.previous {
	padding:0 32px;
}

.page_navi .wp-pagenavi a.next:hover,
.page_navi .wp-pagenavi a.prev:hover,
.page_navi .wp-pagenavi a.previouspostslink:hover,
.page_navi .wp-pagenavi a.nextpostslink:hover {
	background:transparent;
}

.page_navi .wp-pagenavi a.first,
.page_navi .wp-pagenavi a.last{
	display:none;
}

.page_navi .wp-pagenavi .curent-total {
	border:0;
}

/* Page navi plugin */
.page_navi .wp-pagenavi span.pages {
    padding-left: 0;
    margin-left: 0;
	display:none;
}

/* SINGLE BLOG */
.single-content .post-title {
	position:relative;
	padding:0 40px;
	margin:5px 0 40px;
	overflow:hidden;
	min-height:50px;
}

.single-content .post-title .navi-prev,
.single-content .post-title .navi-next {
	display:inline-block;
}

.single-content .post-title .navi-prev a,
.single-content .post-title .navi-next a {
	position:absolute;
	top:0;
	bottom:auto;
	width:28px;
	height:50px;
	border:1px solid;
	color:transparent;
	font-size:0;
}

.single-content .post-title .navi-prev a {
	left:0;
	right:auto;
	border-radius:0 2px;
	-moz-border-radius:0 2px;
	-webkit-border-radius:0 2px;
}

.single-content .post-title .navi-prev a:after {
	content:"";
	width:11px;
	height:17px;
	background:url(images/navi_slider.png) no-repeat;
	position:absolute;
	left:7px;
	top:16px;
	right:auto;
	bottom:auto;
}

.single-content .post-title .navi-next a{
	left:auto;
	right:0;
	border-radius:0 2px;
	-moz-border-radius:0 2px;
	-webkit-border-radius:0 2px;
}

.single-content .post-title .navi-next a:after {
	content:"";
	width:11px;
	height:17px;
	background:url(images/navi_slider.png) no-repeat -11px 0;
	position:absolute;
	left:7px;
	top:16px;
	right:auto;
	bottom:auto;
}

.single-content .post-title .navi-prev a:hover,
.single-content .post-title .navi-next a:hover {
	background: rgb(233,233,233); 
	background: -moz-linear-gradient(top,  rgba(233,233,233,1) 0%, rgba(255,255,255,1) 19%, rgba(255,255,255,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,233,233,1)), color-stop(19%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); 
	background: -webkit-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 100%);
	background: -o-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 100%); 
	background: -ms-linear-gradient(top,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 100%); 
	background: linear-gradient(to bottom,  rgba(233,233,233,1) 0%,rgba(255,255,255,1) 19%,rgba(255,255,255,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=0 ); 
}

.single-content .post-title .heading-title {
	display:inline-block;
	float:left;
	text-align:center;
	width:100%;
	font-family:"open sans";
	font-size:24px;
	font-weight:900;
	margin:9px 0;
	text-transform:uppercase;
}

/* TIME - AUTHOR */
.single-content .post-info-meta > .time,
.single-content .post-info-meta > .author {
	display:inline-block;
	float:left;
	position:relative;
	padding:0 10px 0 0;
	margin:0 10px 0 0;
}

.single-content .post-info-meta > .time:after,
.single-content .post-info-meta > .author:after {
	content:"";
	width:1px;
	height:13px;
	position:absolute;
	right:0;
	top:3px;
	left:auto;
	bottom:auto;
}

.single-content .post-info-meta > .author a {
	text-transform:capitalize;
}

.single-content .post-info-meta > .author a:hover {
	text-decoration:underline;
}

.single-content .post-info-meta > .comments-count {
	display:inline-block;
	float:left;
}

.single-content .post-info-meta > .categories {
	clear:both;
	padding:5px 0 0;
}

.single-content .post-info-meta > .short-content {
	clear:both;
	padding:30px 0 35px;
	border-width:0 0 1px;
	border-style:solid;
}

/* TAG - SOCIAL */
.tags_social {
    overflow: hidden;
	margin:19px 0 0;
}

.tags_social .tags {
    display: inline-block;
    float: left;
}

.tags_social .tags .tag-title {
    text-transform:capitalize;
}

.tags_social .tags .tag-links {
    
}

.tags_social .tags .tag-links a {
	margin:0;
	font-weight:bold;
	text-transform:lowercase;
}

.tags_social .tags .tag-links a:hover {
	text-decoration:underline;
}

.tags_social .share-list {
    display: inline-block;
    float: right;
    overflow: hidden;
}

.tags_social .share-list .social-label {
	display:none;
}

.tags_social .share-list a {
    display: inline-block;
    float: left;
    background-image: url(images/detail_blog_social.png);
    margin: 7px 0 0 5px;
	width:18px;
	height:17px;
}

.tags_social .share-list a.digg {
	background-position:0 0;
}

.tags_social .share-list a.twitter {
    background-position:-21px 0;
}

.tags_social .share-list a.stumbleupon {
	background-position:-42px 0;
}

.tags_social .share-list a.del {
	background-position:-63px 0;
}

.tags_social .share-list a.reddit {
	background-position:-84px 0;
}

.tags_social .share-list a.facebook {
    background-position:-105px 0;
}

/* AUTHOR */
#author-description {
	overflow:hidden;
	padding:20px;
	background:#f9f9f9;
	margin:40px 0;
}

#author-description #author-avatar {
	float:left;
}

#author-description img.avatar {
	width:70px;
	height:70px;
	display:block;
	margin:0;
}

#author-description .author-name {
	display:inline-block;
	width:100%;
}

#author-description .author-name a {
	text-transform:capitalize;
	font-size:18px;
	font-weight:bold;
	color:#202020;
	line-height:20px;
}

#author-description .author-name a:hover {
	text-decoration:underline;
}

#author-description .view-all-author-posts {
	display:inline-block;
	width:100%;
	text-align:right;
}

#author-description .view-all-author-posts a{
}

#author-description .view-all-author-posts a:hover {
	text-decoration:underline;
}

#author-description .author-desc {
	margin:0 0 0 90px;
}

/* RELATED */

.related {
    position: relative;
	clear:both;
	border-width:1px;
	border-style:solid;
	margin:0 0 95px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}

.single-content .related  {
	margin-bottom:10px;
}

.related .related_post_slider {
	padding:13px 0 40px;
	position:relative;
}

.related .related_wrapper .caroufredsel_wrapper {
	margin-bottom:0!important;
}

.related ul {
    overflow: hidden;
    margin: 0;
}

.related ul li.related-item {
	list-style:none;
}

.related ul li.related-item > div {
    text-align: center;
	padding:0 20px;
}

.related ul li.related-item div a.thumbnail {
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
    max-width: 100%;
}

.related ul li.related-item div a.thumbnail img {
    margin: 0;
}

.related .time {
	text-align:left;
	font-weight:bold;
}

.related p.title {
	text-align:left;	
	margin:0 0 10px;
}

.related .title a {
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	letter-spacing:-0.2px;
}

.related .related_post_slider a.thumbnail {
	position:relative;
	overflow:hidden;
}

.related .related_post_slider a.thumbnail:after {
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: url("images/glass.png") no-repeat scroll -265px 0 transparent;
	z-index:1;	
}

.related .related_post_slider a.thumbnail:hover:after {
	background-position: 590px 0; 
	transition: all 2.5s ease 0s;
	-moz-transition: all 2.5s ease 0s;
	-webkit-transition: all 2.5s ease 0s;	
}

/* Control */

.wd_single_related_control,
.cross-sells .cross_control {
	display:none;
}

.related:hover .wd_single_related_control,
.cross-sells:hover .cross_control {
	display:block;
}

.related .wd_single_related_control a,
.related .flex-direction-nav a,
.cross-sells .cross_control a {
	position:absolute;
	top:auto;
	bottom:-1px;
	width:28px;
	height:50px;
	border-width:1px;
	border-style:solid;
	color:transparent;
	font-size:0;
	margin:0;
}

.related .wd_single_related_control a.prev,
.cross-sells .cross_control a.prev {
	left:-1px;
	right:auto;
	border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
}

.related .flex-direction-nav a.flex-prev {
	left:-1px!important;
	right:auto;
	top:auto!important;
	border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
	opacity:1;
	filter:alpha(opacity=100);
}

.related .wd_single_related_control a.prev:after,
.related .flex-direction-nav a.flex-prev:after,
.cross-sells .cross_control a.prev:after {
	content:"";
	width:11px;
	height:17px;
	background:url(images/navi_slider.png) no-repeat;
	position:absolute;
	left:7px!important;
	top:16px!important;
	right:auto;
	bottom:auto;
	margin:0!important;
}

.related .wd_single_related_control a.next,
.cross-sells .cross_control a.next {
	left:auto;
	right:-1px;
	top:auto!important;
	bottom:-1px!important;
	border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
}

.related .flex-direction-nav a.flex-next {
	left:auto;
	right:-1px!important;
	top:auto!important;
	bottom:-1px!important;
	border-radius:0 2px 2px 0;
	-moz-border-radius:0 2px 2px 0;
	-webkit-border-radius:0 2px 2px 0;
	opacity:1;
	filter:alpha(opacity=100);
}

.related .wd_single_related_control a.next:after,
.related .flex-direction-nav a.flex-next:after,
.cross-sells .cross_control a.next:after {
	content:"";
	width:11px;
	height:17px;
	background:url(images/navi_slider.png) no-repeat -11px 0;
	position:absolute;
	left:7px;
	top:16px;
	right:auto;
	bottom:auto;
	margin:0!important;
}

.related .flex-control-nav {
	display:none;
}

.related .flex-direction-nav li {
	list-style:none;
}

/* COMMENT */
#comments #comments-title {
	font-size:14px;
	line-height:16px;
	color:#202020;
	padding:13px 20px;
	margin:0;
	border-width:1px;
	border-style:solid;
	text-transform:uppercase;
	font-weight:bold;
	border-radius:2px 2px 0 0;
	-moz-border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0;
}

#comments .commentlist {
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-radius:0 0 2px 2px;
	-moz-border-radius:0 0 2px 2px;
	-webkit-border-radius:0 0 2px 2px;
	padding:30px 20px 20px;
	margin:0 0 10px;
}

#comments .commentlist li ul.children {
	margin-left:40px;
}

#comments .commentlist li {
	list-style:none;
	overflow:hidden;
}

#comments .commentlist > li:first-child > div > div {
	margin-top:0;
} 

#comments .commentlist li .avarta {
	float:left;
}

#comments .commentlist li .avarta img {
	display:block;
	width:68px;
	height:68px;
	margin:0;
}

#comments .commentlist li .detail {
	margin-left:90px;
	position:relative;
	top:-3px;
	overflow:hidden;
}

#comments .commentlist li .divcomment-inner {
	overflow:hidden;
	margin:40px 0 0;
}

#comments .commentlist li .detail .comment-author {
	display:inline-block;
	float:left;
	padding:0 10px 0 0;
	margin:0 10px 3px 0;
	position:relative;
}

#comments .commentlist li .detail .comment-author:after {
	content:"";
	height:13px;
	width:1px;
	position:absolute;
	right:0;
	left:auto;
	top:4px;
	bottom:0;
}

#comments .commentlist li .detail .comment-author a {
	text-transform:capitalize;
	font-style:normal;
}

#comments .commentlist li .detail .comment-author a:hover {
	text-decoration:underline;
}

#comments .commentlist li .detail .comment-meta {
	display:inline-block;
	float:left;
	margin:0 0 3px;
}

#comments .commentlist li .detail .comment-meta a:hover {
	text-decoration:underline;
}

#comments .commentlist li .detail .comment-body {
	float:left;
	width:100%;
	margin:0 0 14px;
}

#comments .commentlist li .detail .comment-body p {
	margin-bottom:0;
}

#comments .commentlist li .detail .reply {
	float:left;
	width:100%;
}

#comments .commentlist li .detail .reply a {
	height:28px;
	line-height:26px;
	font-weight:bold;
	border-width:1px;
	border-style:solid;
	border-radius:28px;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	padding:0 15px;
	display:inline-block;
}

/* RESPOND */
#respond {
	border-width:1px;
	border-style:solid;
	padding:0 20px 20px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin:0 0 83px;
}

li.comment #respond {
	margin:30px 0 0;
}

#respond #reply-title {
	padding:13px 20px;
	margin:0 -20px 27px;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	text-transform:uppercase;
	border-width:0 0 1px;
	border-style:solid;
}

#respond #reply-title small {
	font-size:12px;
	text-transform:none;
	margin-left:20px;
	font-weight:normal;
	margin-top:3px;
}

li.comment #respond #reply-title small {
	margin-left:0;
	display:inline-block;
	width:100%;
}

#respond span.label {
	padding:0;
	background:transparent;
	text-shadow:none;
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	border:0;
}

#respond input {
	max-width:540px;
}

#respond .form-submit {
	margin-bottom:10px;
}

#respond button.button {
	padding:0;
	border:0;
	background:none;
	filter:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	text-transform:none;
	height:28px;
	line-height:28px;
}

#respond button.button span span {
	display:inline-block;
	height:28px;
	line-height:26px;
	padding:0 30px;
	border-style:solid;
	border-radius:28px;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
}

.ie9 #respond button.button span span,
.ie10 #respond button.button span span {
	padding-top:1px;
}

#respond button.button:before {
	display:none;
}

.pp_description {
	font-size:10px;
}

.pp_woocommerce #respond #commentform input#submit,
html .pp_woocommerce #respond #commentform input#submit {
	height:28px;
	line-height:28px;
	border-radius:28px;
	-moz-border-radius:28px;
	-webkit-border-radius:28px;
	background-image:none;
	filter:none;
	text-transform:none;
}

/* GALARY */
.gallery {
    margin: auto;
    width: 100%;
    overflow: hidden;
}

.gallery img {
    border-width: 1px;
    border-style: solid;
    padding: 2px;
    max-width: 100%;
    height: auto;
    transition: opacity 0.25s ease-in-out 0s;
    -moz-transition: opacity 0.25s ease-in-out 0s;
    -webkit-transition: opacity 0.25s ease-in-out 0s;
}

.gallery img:hover {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.gallery .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
}

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

.gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.3%;
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.6%;
}

.gallery.gallery-columns-7 .gallery-item {
    width: 14.2%;
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
    width: 11.1%;
}

#nav-below {
    overflow: hidden;
    display: inline-block;
}

#nav-below > div {
    display: inline-block;
    float: left;
}

#nav-below > div a {
    display: inline-block;
    float: left;
    width: 23px;
    height: 21px;
    color: transparent;
    position: relative;
    text-align: center;
    border: 1px solid #d5d5d5;
    border-bottom-width: 2px;
    background: rgb(252,252,252);
    background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(244,245,244,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(244,245,244,1)));
    background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(244,245,244,1) 100%);
    background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(244,245,244,1) 100%);
    background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(244,245,244,1) 100%);
    background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(244,245,244,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f4f5f4',GradientType=0 );
}

#nav-below > div a:hover {
    background: #fff;
}

#nav-below > div.nav-next a {
    border-radius: 0 3px 3px 0;
    -moz-border-radius: 3px 0 0 3px;
    -webkit-border-radius: 3px 0 0 3px;
    -o-border-radius: 3px 0 0 3px;
}

#nav-below > div.nav-previous a {
    border-radius: 3px 0 0 3px;
    -moz-border-radius: 0 3px 3px 0;
    -webkit-border-radius: 0 3px 3px 0;
    -o-border-radius: 0 3px 3px 0;
}

#nav-below > div.nav-previous a:before {
    display: inline-block;
    content: "\f053";
    font-family: FontAwesome;
    color: #808080;
    line-height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    text-align: center;
}

#nav-below > div.nav-next a:before {
    display: inline-block;
    content: "\f054";
    font-family: FontAwesome;
    color: #808080;
    line-height: 23px;
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    text-align:center
}

#nav-below > div.nav-previous a:after {
    display: inline-block;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    background: #fff;
}

#nav-below > div.nav-next a:after {
    display: inline-block;
    content: "";
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    top: 1px;
    background: #fff;
}

/* RELATED */
.related-project {
    margin: 0 0 60px;
    position: relative;
}

.related-project > .title {
    display: inline-block;
    width: 100%;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
    font-family: "Share";
    text-transform: uppercase;
    letter-spacing: -1px;
    padding: 0 0 14px;
    border-width: 0 0 2px;
    border-style: solid;
    margin: 0 0 45px;
}

.related-project ul {
    overflow: hidden;
}

.related-project ul li.related-item {
    list-style: none;
}

.related-project ul li.related-item .title {
    display: inline-block;
    width: 100%;
}

.related-project ul li.related-item .title:hover {
    text-decoration: none;
    color: #BE0404;
}

.related-project ul li.related-item div {
    text-align: center;
}

.related-project ul li.related-item div a.thumbnail {
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
    max-width: 100%;
}

.related-project ul li.related-item div a.thumbnail img {
    margin: 0;
}

.related-project ul li.related-item div a.thumbnail .thumbnail-shadow {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3c000000,endColorstr=#3c000000)";
    zoom: 1;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

.related-project ul li.related-item div a.thumbnail:hover .thumbnail-shadow {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* LIGHTBOX */
.fancybox-overlay {
    overflow-x: hidden!important;
}

.fancybox-skin {
    padding: 0!important;
}

.fancybox-overlay .fancybox-skin {
    background: none!important;
}

.fancybox-overlay .fancybox-skin {
    padding: 0!important;
    border-radius: 0!important;
}

.fancybox-overlay .fancybox-prev-clone {
    left: 30px;
    background-color: #fff;
}

.fancybox-overlay .fancybox-next-clone {
    right: 30px;
    background-color: #fff;
}

.fancybox-overlay .fancybox-prev-clone ,.fancybox-next-clone {
    visibility: visible;
    position: absolute;
    z-index: 10000;
    top: 50%;
    margin-top: -46px;
    display: block;
    width: 46px;
    height: 46px;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
}

.fancybox-overlay .fancybox-prev-clone span {
    display: block;
    background: url(images/lightbox.png) no-repeat -13px 1px;
    width: 46px;
    height: 46px;
}

.fancybox-overlay .fancybox-next-clone span {
    display: block;
    background: url(images/lightbox.png) no-repeat -79px 1px;
    width: 46px;
    height: 46px;
}

.fancybox-overlay .fancybox-close-clone {
    position: absolute;
    z-index: 10000;
    right: 30px;
    top: 30px;
    width: 46px;
    height: 46px;
    background: #111 url(images/lightbox.png) no-repeat -46px 0;
    display: block;
}

.fancybox-overlay .fancybox-title-clone {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px 0;
    margin: 0;
    width: 100%;
    background-color: #fff;
    opacity: 0.8;
    filter: alpha(opacity=80);
    visibility: visible;
    color: #3F3F3F;
    font-size: 16px;
    font-family: georgia;
}

.fancybox-overlay .fancybox-title-clone span.child {
    margin-right: 0;
    padding: 0;
    background: none;
    color: #3F3F3F;
    font-weight: normal;
    border-radius: 0;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    -o-text-shadow: none;
}

.fancybox-overlay .fancybox-opened {
    z-index: 100;
}

.fancybox-image {
    display: block!important;
}

.fancybox-skin {
    background-color: pink;
    width: 60px!important;
    display: block;
}

.fancybox-wrap {
    z-index: 10000!important;
    position: absolute;
    border: 1px solid #fff!important;
    display: block;
    box-sizing: border-box;
}

.fancybox-close-clone {
    display: inline-block!important;
    z-index: 10000000!important;
    background-color: #fff!important;
    position: absolute;
}

.fancybox-outer {
    border: 1px solid blue;
    width: 50px!important;
    display: block;
    background-color: blue;
}

.fancybox-image {
    position: relative!important;
    z-index: 10000!important;
}


/*==============================================================*/
/*                FOOTER                                        */
/*==============================================================*/

/* ONLY FOR THIS THEME */
.full-contact-form input,
.full-contact-form textarea ,
html div.wpcf7-validation-errors {
    max-width: 100%;
}

.full-contact-form .wpcf7 input[type^="submit"] {
    width: 100%;
}

.contact-form li {
    list-style: none;
}

.wd_print {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(images/icon_print.png) no-repeat;
    font-size: 0!important;
    line-height: 0!important;
    color: transparent;
    float: left;
}

.wd_print:hover {
    color: transparent;
}

.home.blog #content {
    position: relative;
    background: #fff;
    max-width: 1200px;
    padding: 0 10px;
}

.products.grid,.products.list,
.woocommerce .products.grid, .woocommerce .products.list,
.woocommerce-page .products.grid, .woocommerce-page .products.list {
    padding-top: 30px!important;
}

html .woocommerce td.product-name dl.variation, 
html .woocommerce-page td.product-name dl.variation {
    margin: 7px 0 0;
	overflow:hidden;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce td.product-name dl.variation dt,
.woocommerce-page td.product-name dl.variation dd, 
.woocommerce-page td.product-name dl.variation dt {
	margin-bottom:0;
}

.woocommerce td.product-name dl.variation dd,
.woocommerce-page td.product-name dl.variation dd {
	margin-left:5px;
}

.slideExpandUp{
	animation-name: slideExpandUp;
	-webkit-animation-name: slideExpandUp;	

	animation-duration: 1.6s;	
	-webkit-animation-duration: 1.6s;

	animation-timing-function: ease-out;	
	-webkit-animation-timing-function: ease -out;

	visibility: visible !important;	
}

@keyframes slideExpandUp {
	0% {
		transform: translateY(100%) scaleX(0.5);
	}
	30%{
		transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		transform: translateY(2%) scaleX(0.5);
	}
	50%{
		transform: translateY(0%) scaleX(1.1);
	}
	60%{
		transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		transform: translateY(0%) scaleX(1);		
	}
}

@-webkit-keyframes slideExpandUp {
	0% {
		-webkit-transform: translateY(100%) scaleX(0.5);
	}
	30%{
		-webkit-transform: translateY(-8%) scaleX(0.5);
	}	
	40%{
		-webkit-transform: translateY(2%) scaleX(0.5);
	}
	50%{
		-webkit-transform: translateY(0%) scaleX(1.1);
	}
	60%{
		-webkit-transform: translateY(0%) scaleX(0.9);		
	}
	70% {
		-webkit-transform: translateY(0%) scaleX(1.05);
	}			
	80%{
		-webkit-transform: translateY(0%) scaleX(0.95);		
	}
	90% {
		-webkit-transform: translateY(0%) scaleX(1.02);
	}	
	100%{
		-webkit-transform: translateY(0%) scaleX(1);		
	}
}


#viewport > div {background-repeat: no-repeat;
    background-color: transparent;
    background-attachment: fixed;
	background-position:center center;}
	
.steps_holder {
	width: 100%;
	text-align: center;
}

.steps_holder_inner {
    position: relative;
    display: inline-block;
}

.steps_holder .circle_small,.steps_holder .circle_small_inner {
    width: 155px;
    height: 155px;
}

.steps_holder .circle_small {
    margin: 0 auto;
    background-color: #f54325;
    color: #fff;
    font-family: 'Oswald',sans-serif;
    font-size: 26px;
    border-radius: 7em;
    text-align: center;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.steps_holder .circle_small:hover {
    background-color: #2c2c2c!important;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}

.steps_holder .circle_small:hover span,.steps_holder .circle_small:hover .step_title {
    color: #fff!important;
}

.steps_holder .circle_small_inner {
    display: table-cell;
    vertical-align: middle;
}

.steps_holder a.circle_small_inner {
    color: #fff;
}

.steps_holder a.circle_small_inner:hover {
    color: inherit;
}

.steps_holder .circle_small span {
    display: block;
    margin-bottom: 18px;
}

.steps_holder .circle_small .step_title {
    color: #fff;
    letter-spacing: 1px;
}

.steps_holder .circle_small_holder p {
    margin-top: 23px;
    text-align: center;
    padding: 0 21px;
}

.steps_holder .circle_small_holder {
    display: inline-block;
	width:265px;
}

.steps_holder .circle_small_holder_inner {
    position: relative;
}

.steps_holder .circle_small_holder_inner .arrow_holder {
    width: 50px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: -25px;
    background: url(images/step_holder_arrow.png) no-repeat center right;
}

.steps_holder .circle_small_holder:last-child .circle_small_holder_inner .arrow_holder {
    background: 0;
}

.steps_holder.show .circle_small_holder {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.steps_holder .circle_small_holder {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.steps_holder .step1 {
    left: 40px;
    top: 85px;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -ms-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.steps_holder .step2 {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -ms-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}

.steps_holder .step3 {
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
    -ms-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.steps_holder .step4 {
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -ms-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}

#viewport > div{text-align:center;}
span.counter {position:relative;top:130px;color:#fff!important;
 -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
span.counter.showed {
	opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.animated{
    opacity: 0;
	transform:scale(0,0);
	-webkit-transform:scale(0,0);
	-moz-transform:scale(0,0);
}
.activate{
	opacity: 1;
	transform:scale(1,1);
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
}

.promo-heading {
    color: #121212;
    font-family: "NexaBold";
    font-size: 48px;
    line-height: 55px;
    padding-bottom: 15px;
    padding-top: 20px;
    text-transform: uppercase;
}

/* ===================================================================== */
/*                    GOMARKET VIIII. CONTACT FORM                       */
/* ===================================================================== */

ul.contact_desc {
	margin:0 0 20px;
}

ul.contact_desc li {
	list-style:none;
	line-height:14px;
	margin-bottom:2px;
}

ul.contact_desc li.line {
	height:1px;
	width:15px;
	background:#d3d3d3;
	display:inline-block;
	margin:0 0 15px;
}

ul.contact_desc a:hover {
	text-decoration:underline;
}

/* ======================= ONLY FOR THIS THEME ============================== */

.tp-bannershadow.tp-shadow2 {
	background-image:url(images/revo_bg_shadow.png);
	height:12px;
	bottom:-12px;
}

.select2-drop {
	z-index:99999;
}

.header_search .select2-container .select2-choice div b {
	background-image:none!important;
}
.wd_search_form input::-webkit-input-placeholder {
   color:transparent;
}


.flex-disabled {
	display:none!important;
}

html .woocommerce-checkout .form-row .chzn-container-single .chzn-single {
	line-height:26px;
}

html.ie8 .woocommerce-checkout .form-row .chzn-container-single .chzn-search input,
html.ie9 .woocommerce-checkout .form-row .chzn-container-single .chzn-search input {
	padding-top:7px;
}

html.ie10 .woocommerce-checkout .form-row .chzn-container-single .chzn-search input {
	padding-top:5px;
}

#billing_phone_field,
#billing_email_field {
	margin-bottom:20px;
}

div.pp_woocommerce .pp_previous:before, 
div.pp_woocommerce .pp_next:before {
	display:block!important;
}

.nav-next a,.nav-previous a {
	display:none!important;
}

ul.currency_switcher li a.active {
	cursor:text;
}

#content {
	/*min-height:300px;*/
	padding-bottom:30px;
}

.home #content {
	margin-bottom:0;
}

.wd_product_category_list_shortcode .wd_slider_control {
	display:block!important;
}

.pp_pic_holder div.product div.images #wrap {
	padding-left:5px!important;
}

.pp_pic_holder .thumbnails.list_carousel {
	padding-left:5px!important;
}

.pp_pic_holder span.onsale {
	left:5px!important;
}

.pp_pic_holder .thumbnails.list_carousel {
	padding-left:5px;
}

.pp_pic_holder .details_view {
	padding-left:5px;
}

.ie #content .cart-collaterals .coupon_wrapper input#coupon_code, 
.ie .woocommerce #content .cart-collaterals .coupon_wrapper input#coupon_code, 
.ie .woocommerce-page #content .cart-collaterals .coupon_wrapper input#coupon_code{
	padding-top:4px;
	line-height:18px;
}

.ie #content .cart-collaterals .shipping_calculator input.input-text, 
.ie .woocommerce #content .cart-collaterals .shipping_calculator input.input-text, 
.ie .woocommerce-page #content .cart-collaterals .shipping_calculator input.input-text {
	padding-top:4px;
	line-height:18px;
}

.ie10 #content .cart-collaterals .coupon_wrapper input#coupon_code, 
.ie10 .woocommerce #content .cart-collaterals .coupon_wrapper input#coupon_code, 
.ie10 .woocommerce-page #content .cart-collaterals .coupon_wrapper input#coupon_code,
.ie10 #content .cart-collaterals .shipping_calculator input.input-text, 
.ie10 .woocommerce #content .cart-collaterals .shipping_calculator input.input-text, 
.ie10 .woocommerce-page #content .cart-collaterals .shipping_calculator input.input-text {
	padding-top:0;
}

.ie10 #content .cart-collaterals .coupon_wrapper input#coupon_code, 
.ie10 .woocommerce #content .cart-collaterals .coupon_wrapper input#coupon_code, 
.ie10 .woocommerce-page #content .cart-collaterals .coupon_wrapper input#coupon_code {
	height:30px;
}

.wd_quickshop.product {
	overflow:hidden;
}

html #main_content.span12 .woocommerce-message,
html #main_content.span18 .woocommerce-message {
	margin-top:6px;
}

/* ======================= FIX BUG SLIDER  ============================== */
.featured_product_slider_wrapper > div.featured_product_slider_wrapper_inner > div.caroufredsel_wrapper {
	height:auto!important;
}

.featured_product_slider_wrapper > div.featured_product_slider_wrapper_inner > div.caroufredsel_wrapper > ul.products {
	height:auto!important;
	position:relative!important;
}

.custom_category_shortcode .span12 .caroufredsel_wrapper {
	height:auto!important;
}

.custom_category_shortcode .span12 .caroufredsel_wrapper > ul.products {
	height:auto!important;
	position:relative!important;
}

/* ===================== SELECT 2 ====================================== */
#select2-drop .select2-search {
	margin:10px 0 5px;
}

.wd_product_category_list_shortcode img {
}

/* ===================== FEATURED BLOCK ================================ */
.featurer_block {
	text-align:center;
	padding:0 15px;
}

.featurer_block a {
	display:inline-block;
	max-width:100%;
	border-radius:100%;
	-moz-border-radius:100%;
	-webkit-border-radius:100%;
	margin:0 0 23px;
}

.featurer_block a img {
	transition:all 0.3s ease-in-out 0s;
	-moz-transition:all 0.3s ease-in-out 0s;
	-webkit-transition:all 0.3s ease-in-out 0s;
	margin:0;
}

.featurer_block a:hover img {
	transform:scale(1.5,1.5);
	-moz-transform:scale(1.5,1.5);
	-webkit-transform:scale(1.5,1.5);
}

.featurer_block h4 {
	margin-bottom:15px;
}

.featurer_block.style1 a {
	background:#ff6d00;
}

.featurer_block.style2 a {
	background:#009cf5;
}

.featurer_block.style3 a {
	background:#7bca00;
}

/* ===================== MORE BUG ====================================== */
.rev_slider_wrapper .tp-bullets .bullet.selected {
	cursor:default;
}

.box-heading a:hover,
#footer .box-heading a:hover {
	text-decoration:none;
}

html .woocommerce .woocommerce-info a.button, 
html .woocommerce .woocommerce-message a.button, 
html .woocommerce-page .woocommerce-info a.button, 
html .woocommerce-page .woocommerce-message a.button {
	margin-left:10px;
}

.question_coupon {
	margin-right:5px;
}

html .woocommerce #content .order_details thead th, 
html .woocommerce-page #content .order_details thead th {
	display:table-cell!important;
	float:none!important;
}

.woocommerce #content input.button[name^="save_account_details"], 
.woocommerce-page #content input.button[name^="save_account_details"],
.woocommerce #content input.button[name^="save_account_details"], 
.woocommerce-page #content input.button[name^="save_account_details"] {
	margin-top:20px;
}

/* ============================================================================= */
/*                   FIX BUGS UPDATE WOOCOMMERCE FROM 2.0.20 TO 2.1              */
/* ============================================================================= */

/* 1. =========== RATING ========== */

.woocommerce p.stars, .woocommerce-page p.stars {
	height:auto;
	overflow:hidden;
	margin-bottom:0!important;
}

.woocommerce #review_form #respond p.comment-form-rating, 
.woocommerce-page #review_form #respond p.comment-form-rating {
	margin-bottom:0;
}

.woocommerce p.stars a[class^="star"] {
	font-weight:normal;
	float:left;
}

.woocommerce p.stars a.star-5, 
.woocommerce-page p.stars a.star-5 {
	margin-right:0;
}

.woocommerce-product-rating .star-rating,
.woocommerce .woocommerce-product-rating .star-rating, 
.woocommerce-page .woocommerce-product-rating .star-rating {
	margin-top:4px;
}

.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, 
.woocommerce-page p.stars a.star-1:after, 
.woocommerce-page p.stars a.star-2:after, 
.woocommerce-page p.stars a.star-3:after, 
.woocommerce-page p.stars a.star-4:after, 
.woocommerce-page p.stars a.star-5:after {
	font-family:"star"!important;
}

.woocommerce p.stars a.star-1:after, 
.woocommerce-page p.stars a.star-1:after,
.woocommerce p.stars a.star-1:hover:after, 
.woocommerce-page p.stars a.star-1:hover:after,
.woocommerce p.stars a.star-1.active:after, 
.woocommerce-page p.stars a.star-1.active:after {
	content:"s";
}

.woocommerce p.stars a.star-2:after, 
.woocommerce-page p.stars a.star-2:after,
.woocommerce p.stars a.star-2:hover:after, 
.woocommerce-page p.stars a.star-2:hover:after,
.woocommerce p.stars a.star-2.active:after, 
.woocommerce-page p.stars a.star-2.active:after {
	content:"ss";
}

.woocommerce p.stars a.star-3:after, 
.woocommerce-page p.stars a.star-3:after,
.woocommerce p.stars a.star-3:hover:after, 
.woocommerce-page p.stars a.star-3:hover:after,
.woocommerce p.stars a.star-3.active:after, 
.woocommerce-page p.stars a.star-3.active:after {
	content:"sss";
}

.woocommerce p.stars a.star-4:after, 
.woocommerce-page p.stars a.star-4:after,
.woocommerce p.stars a.star-4:hover:after, 
.woocommerce-page p.stars a.star-4:hover:after,
.woocommerce p.stars a.star-4.active:after, 
.woocommerce-page p.stars a.star-4.active:after {
	content:"ssss";
}

.woocommerce p.stars a.star-5:after, 
.woocommerce-page p.stars a.star-5:after,
.woocommerce p.stars a.star-5:hover:after, 
.woocommerce-page p.stars a.star-5:hover:after,
.woocommerce p.stars a.star-5.active:after, 
.woocommerce-page p.stars a.star-5.active:after {
	content:"sssss";
}

.woocommerce p.stars a[class^="star"] {
	margin-bottom:8px;
}

.woocommerce p.stars a[class^="star"].active {
	cursor:default;
}

/* 2 ====================== RESET COLUMN ================================== */

.woocommerce ul.products li.product:nth-child(2n), 
.woocommerce-page ul.products li.product:nth-child(2n) {
	float:left;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	clear:none;
}

.woocommerce ul.products li.product.first, 
.woocommerce-page ul.products li.product.first {
	clear:left;
}

body.woocommerce ul.products li.product.span12:nth-child(2n+1), 
body.woocommerce-page ul.products li.product.span12:nth-child(2n+1),
body.woocommerce ul.products li.product.span8:nth-child(3n+1), 
body.woocommerce-page ul.products li.product.span8:nth-child(3n+1),
body.woocommerce ul.products li.product.span6:nth-child(4n+1), 
body.woocommerce-page ul.products li.product.span6:nth-child(4n+1),
body.woocommerce ul.products li.product.span4:nth-child(6n+1), 
body.woocommerce-page ul.products li.product.span4:nth-child(6n+1) {clear:left;}

body.woocommerce .featured_product_slider_wrapper ul.products li.product.span12:nth(2n+1), 
body.woocommerce-page .featured_product_slider_wrapper ul.products li.product.span12:nth(2n+1),
body.woocommerce .featured_product_slider_wrapper ul.products li.product.span8:nth(3n+1), 
body.woocommerce-page .featured_product_slider_wrapper ul.products li.product.span8:nth(3n+1),
body.woocommerce .featured_product_slider_wrapper ul.products li.product.span6:nth(4n+1), 
body.woocommerce-page .featured_product_slider_wrapper ul.products li.product.span6:nth(4n+1),
body.woocommerce .featured_product_slider_wrapper ul.products li.product.span4:nth(6n+1), 
body.woocommerce-page .featured_product_slider_wrapper ul.products li.product.span4:nth(6n+1){clear:none;}

/* 3 ====================== PAGE CART ===================================== */

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, 
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	display:none;
}

.woocommerce #content table.cart .product-thumbnail, 
.woocommerce table.cart .product-thumbnail,
.woocommerce-page #content table.cart .product-thumbnail, 
.woocommerce-page table.cart .product-thumbnail {
	display:table-cell;
}
 
/* 4 ====================== MESSAGE ===================================== */

.woocommerce .woocommerce-message, 
.woocommerce-page .woocommerce-message {
	overflow:hidden;
}

.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message, 
.woocommerce-page .woocommerce-error, 
.woocommerce-page .woocommerce-info, 
.woocommerce-page .woocommerce-message {
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
}

.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce .woocommerce-message, 
.woocommerce-page .woocommerce-error, 
.woocommerce-page .woocommerce-info, 
.woocommerce-page .woocommerce-message {
	clear:both;
}

/* 5 ============================ RESET BUTTON ============================== */

.wc-backward a:before, 
.wc-backward:before {
	display:none;
}

.wc-forward a:after, 
.wc-forward:after {
	display:none;
}

/* 6 =========================== CHECKOUT PAGE ============================= */

/* Shipping */
#ship-to-different-address {
	position:relative;
}

#ship-to-different-address label {
	text-transform:none;
}

#ship-to-different-address-checkbox {
	position:absolute;
	left:0;
	top:3px;
	right:auto;
	bottom:auto;
}

/* Place order */
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
	position:relative;
	border-bottom-width:2px;
	padding:0 120px;
	text-shadow:none;]
	-moz-text-shadow:none;
	-webkit-text-shadow:none;
	background-image:none;
	filter:none;
}

.woocommerce #payment #place_order:before, 
.woocommerce-page #payment #place_order:before{	
	content:"";
	height:1px;
	position:absolute;
	top:0;
	bottom:auto;
	left:0;
	right:0;
}

.woocommerce #payment, .woocommerce-page #payment {
	background:transparent;
}

.woocommerce #payment ul.payment_methods, 
.woocommerce-page #payment ul.payment_methods {
	padding:0;
	border:0;
}

.woocommerce #add_payment_method #payment div.form-row, 
.woocommerce-page #add_payment_method #payment div.form-row {
	padding:0;
	border:0;
}

/* 7 ============================== DETAIL PRODUCT ============================== */

.woocommerce-noreviews.noreviews {
	display:none;
}

/* 8 ============================= CATEGORY =================================== */

.price .amount,
.price .amount {
	margin:0 4px;
 }
 
 .currentTextHolder {
	line-height:18px!important;
	margin-right:10px;
 }
 
/* */

#payment .payment_methods li {
	list-style:none;
}

#payment .payment_methods li label {
	display:inline-block;
}

/* Fix bug Quickshop Group product */

html .pp_woocommerce form.cart .button.product_type_simple {
	padding:0!important;
	background:none!important;
	border:0!important;
	font-weight:normal!important;
	text-transform:none!important;
	font-size:12px;
}

/* UPDATE WOOCOMMER 2.3 */
.quantity input.qty, body.woocommerce .quantity input.qty, body.woocommerce-page .quantity input.qty, body.woocommerce #content .quantity input.qty, body.woocommerce-page #content .quantity input.qty {border-width:1px!important;margin:0;width:70px;}
.checkout #payment ul.payment_methods li.payment_method_paypal input.input-radio, .woocommerce .checkout #payment ul.payment_methods li.payment_method_paypal input.input-radio, .woocommerce-page .checkout #payment ul.payment_methods li.payment_method_paypal input.input-radio {margin-top:15px;}
#header .select2-container .select2-choice span.select2-arrow {margin:0;}
.woocommerce ul#shipping_method li {padding:7px 0 7px 5px;}
html #content .after_checkout_form .checkout_coupon .form-row input.button, html .woocommerce #content .after_checkout_form form.checkout_coupon .form-row input.button, html .woocommerce-page #content .after_checkout_form form.checkout_coupon .form-row input.button {line-height:25px;}
.woocommerce a.remove:hover {color:#000!important;}
#content input.button.button_shipping_address_continue, html .woocommerce #content input.button.button_shipping_address_continue, html .woocommerce-page #content input.button.button_shipping_address_continue {line-height:26px;}
div.pp_woocommerce .pp_loaderIcon:before,
.woocommerce .blockUI.blockOverlay:before, .woocommerce .loader:before {background:url(images/ajax-loader-01.gif) center no-repeat;animation:none;-webkit-animation:none;-moz-animation:none;}
html .woocommerce div.product form.cart .group_table td:first-child {
	width: auto;
}
#map_container {
	margin-bottom: 50px;
}
