/*
Theme Name:WD COMPUTER
Theme URI: http://wpdance.com/
Description: Commerce Template
Author: WPDance Team / WPDance.com
Author URI: http://wpdance.com/
Version: 2.3
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: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* XÓA BỚT CONTENT RESPONSIVE TRONG /*==*/
.body-wrapper{overflow:hidden}
.single-content .single-post{max-width:100%;}
html #wpadminbar{
	z-index:100000 !important;
}

.ie8 img{width:auto;}
.mousetrap {z-index:99999999 !important}

.tab-content{overflow:inherit !important;}

.fredsel_slider_wrapper_inner ul li {
   border: 0 none;
    display: block;
    float: left;
    margin: 0;
    position: relative;
	cursor:default!important;
}

/* 
	COMPUTER I. HEADER 
	COMPUTER II. FOOTER
	COMPUTER III. HOME PAGE
	COMPUTER IV. CATAGORIES PRODUCTS PAGE
	COMPUTER V. CONTACT FORM
	COMPUTER VI. DETAIL PRODUCT
	COMPUTER VII. SHOP PAGE - WOOCOMMERCE SHORTCODE
	COMPUTER VIII. BLOG PAGE
*/
/* CUSTOM CSS */

#crumbs{
display:none !important;
}

.zoom-gallery{
display:none !important;
}

/*==============================================================*/
/*                COMPUTER I. HEADER                         */
/*==============================================================*/

#header.wd_box{max-width:100%;}

#header {
	position:relative;
	z-index:1000;
	background:transparent !important;
	width:100%;
}

#header .header-container {
	position:relative;
	margin:0 auto;
	background-color:#fff;
}

#header.wd_box .header-container{
	max-width:1200px;
}

#header .header-top {
	position:relative;
	z-index:1000;
	width:100%;
}

#header .header-top .header-top-container {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

body .box #header .header-middle,body #header.wd_box .header-middle{max-width:1200px;}

#header .header-middle {
	position:relative;
	z-index:100;
	float:left;
	width:100%;
	line-height:0;
}

#header .header-middle .header-middle-content {
	max-width:1200px;
	margin:0 auto;
	padding:0 10px;
	box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;
}

#header.wd_wide .header-top {max-width:1200px;padding:0 10px;margin:0 auto}

body.box #footer,body.box .slideshow-wrapper,body.box #main-module-container > #container {
	max-width:1200px;
	padding:0 10px;
	margin:0 auto;
}

body.box #header > .header-container{
	max-width:1200px;
	margin:0 auto;
}

body.box .header_ads_wrapper{
	max-width:1200px;
	margin:0 auto;
}

body.box #main-module-container{
	max-width:1200px;
	margin:0 auto;
	padding:0;
	background:#fff;
}

body.box #main-module-container > #container{
	padding:0;
}

#header .header-bottom {
	position:absolute;
	left:0;
	right:0;
	bottom:-50px;
	z-index:30;
	float:left;
	width:100%;
	margin:0 auto;
	padding:0 20px;
}

#header .header-bottom-content {
	border-bottom:1px solid #55555a;
	padding:12px 0;
}

#header .header-bottom-content .new_product_content a {
	color:#fff;
}

#header .header-bottom-content .title {
	padding:0 100px 0 10px;
}

#header .header-bottom-content .readmore {
	width:90px;
	position:absolute;
	right:10px;
	top:0;
	text-align:right;
}

#header .header-bottom-content .readmore a {
	position:relative;
	display:inline-block;
	padding-right:20px;
}

#header .header-bottom-content .readmore a:after {
	content:"";
	display:inline-block;
	position:absolute;
	right:0;
	top:4px;
	width:7px;
	height:8px;
	background:url(images/images.png) -291px -68px;
}

#header .header-top-content {
	padding:0;
	position:relative;
}

#header .header-main-content,
#header .header-middle .header-middle-content,
#header .header-bottom-content .new_product_content {
	position:relative;
}

/* 2 ========================= HEADER TOP ================================== */

.header-top-content.left-header-top-content {
	float:left;
	margin-top:0;
}

ul.social-share {
	overflow:hidden;
	display:block;
	height:35px;
	width:auto;
	margin:0 20px 0 -6px;
}

ul.social-share li {
	display:inline-block;
	float:left;
	margin:0;
}

ul.social-share li a span {
	display:block;
	width:35px;
	height:35px;
	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;
}

ul.social-share li.facebook a span { background-position:-43px -46px;}
ul.social-share li.facebook a span:hover {background-position:-43px -81px;}
ul.social-share li.twitter a span {background-position:-78px -46px;}
ul.social-share li.twitter a span:hover {background-position:-78px -81px;}
ul.social-share li.rss a span {background-position:-113px -46px;}
ul.social-share li.rss a span:hover {background-position:-113px -81px;}
ul.social-share li.pinterest a span {background-position:-148px -46px;}
ul.social-share li.pinterest a span:hover {background-position:-148px -81px;}
ul.social-share li.google a span {background-position:-183px -46px;}
ul.social-share li.google a span:hover {background-position:-183px -81px;}

/* 3 ======================= LOGO =========================== */

.logo {
	display:inline-block;
	margin:22px 0 26px 0;
	padding:0;
	position:absolute;
	top:0;left:10px;
	line-height:20px;
}

.logo a {
	display:inline-block;
	font-size:28px;
	line-height:30px;
}

.logo a:hover {
	text-decoration:none;
}

.logo img {
	margin:0;
}

/* 4 ======================= SEARCH FORM ====================== */

#header .header_search .bg_search #searchsubmit {
	z-index:2;
	background-color:#fff;
}
/* */
#header .header_search .bg_search input[id^="searchsubmit-"] {
	z-index:2;
	background-color:#fff;
}
/* */

/* 5 ========================= HEADER BOTTOM ======================== */

ul.home-three-banners {
	overflow:hidden;
	border-bottom:3px double #000;
	padding-bottom:30px;
	margin:0 0 25px;
}

ul.home-three-banners li {
	display:inline-block;
	float:left;
	border-right:1px solid #666;
	width:auto;
	padding:0 20px;
}

ul.home-three-banners li.last {
	border-right:0;
	padding-right:0;
}

/* 6 ====================== SHOPPING BAG - ACCOUNT ================== */

body .wd_logout.btn {
	display:inline-block;
	margin:10px 0 10px 20px;
}

.shopping-cart .wd_tini_cart_control span.ic-bag {
	float:left;
	font-size:0;
	line-height:0;
	margin-bottom:0;
	text-indent:9999999;
	text-transform:uppercase;
	-webkit-font-smoothing:antialiased;
	width:30px;height:26px;
	background-image:url(images/ic-cart.png);
	background-repeat:no-repeat;
	background-position:top center;
}

/* HEADER CART STICKY */
.header-middle .shopping-cart{
		display:none;
}

.sticky-wrapper.is-sticky .header-middle .shopping-cart .wd_tini_cart_control span.ic-bag{
	background:url(images/ic-cart-header.png) no-repeat top left;
}

.sticky-wrapper.is-sticky .header-middle .shopping-cart{
	position:absolute;
	right:10px;
	top:10px;
	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:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	display:block;
}

.shopping-cart .cart_size{
	font-weight:bold;
}

.shopping-cart .cart_subtotal{
	margin-left:5px;
}

.shopping-cart .wd_tini_cart_control span[for^=cart-size] {
	
}

.shopping-cart a.shopping {
	cursor:pointer;
	text-decoration:none;
}

.shopping-cart label {
	text-transform:capitalize;
}

.shopping-cart {
	position:relative;
	display:inline-block;
	float:right;
	border-left:0;
	padding:0 0 0 30px;
	line-height:22px;
	cursor:pointer;
}

.shopping-cart .wd_tini_cart_wrapper {
	position:relative;
	padding:7px 10px 7px 0;
}

.shopping-cart .cart_dropdown {
	display:none;
	position:absolute;
	right:0;
	top:100%;
	z-index:11;
	background:url(images/bg_menu.png) repeat;
	background-color:#f5f5f5;
}

.shopping-cart .cart_dropdown:before {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#fff;
	z-index:-1;
	border-style:solid;
	border-width:1px;
}

.shopping-cart .cart_dropdown:after {
	content:"";
	display:inline-block;
	position:absolute;
	height:2px;
	top:5px;
	right:0;
	left:0;
}

.shopping-cart .cart_dropdown ul.cart_list li a[rel^=tag] {
	display:inline-block;
	font-size:10px;
	text-transform:uppercase;
}

.shopping-cart .cart_dropdown ul.cart_list li a.remove {
	width:20px;
	height:20px;
	text-align:center;
	line-height:20px;
	border:1px solid;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	position:absolute;
	bottom:0;right:0;
}

.shopping-cart .cart_dropdown ul.cart_list li .price .amount{
	font-size:14px !important;
	line-height:18px !important;
	font-weight:bold !important;
}

.shopping-cart .cart_dropdown ul.cart_list li .quantity{
	font-size:14px;
	line-height:16px;
}

.shopping-cart .cart_dropdown ul.cart_list li a.remove:hover{
	color:#fff;
}

.wd_default_welcome_message {
	
}

.wd_tini_account_wrapper,.wd_default_welcome_message,.regis-account-wrapper {
	display:inline-block;
	float:left;
	font-size:12px;
	line-height:16px;
	padding:12px 0 4px 0;
}

.wd_tini_account_wrapper .wd_tini_account_control > a,.regis-account-wrapper  a {
	font-size:12px;
	line-height:16px;
	-webkit-font-smoothing:antialiased;
	font-weight:bold;
}

.wd_tini_account_control {
	font-size:12px;
	line-height:16px;
	font-weight:bold;
	display:inline-block;
	float:left;
	margin:0 0;
	margin-right:0;
}

.wd_tini_account_control > span{
	font-weight:normal;
}

/* 6 - 1 ===================== ACCOUNT ============================== */

.shopping-cart .cart_size a:hover,.shopping-cart .cart_size a:hover span {
	text-decoration:none;
}

.wd_tini_account_wrapper .form_drop_down {
	display:none;
	position:absolute;
	left:0;
	top:100%;
	z-index:9;
	width:280px;
	background:url(images/bg_menu.png) repeat;
	padding:25px 0 20px;
}

.wd_tini_account_wrapper .form_drop_down:before {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	right:0;
	top:8px;
	bottom:0;
	background:#fff;
	border:1px solid;
	z-index:-1;
}

.wd_tini_account_wrapper .form_drop_down:after {
	content:"";
	display:inline-block;
	position:absolute;
	height:2px;
	top:0;
	right:0;
	left:0;
}


.wd_tini_account_wrapper .form_drop_down h4.heading-title {
	font-size:20px;
	text-transform:none;
	margin:0 0 10px;
}

.wd_tini_account_wrapper .form_wrapper_header > span {
	display:block;
	margin:0 0 20px;
}

.wd_tini_account_wrapper .form_wrapper_body label {
	font-size:12px;
}

.wd_tini_account_wrapper .form_wrapper_body input#user_login,
.wd_tini_account_wrapper .form_wrapper_body input#user_pass {
	width:100%;
}

.wd_tini_account_wrapper .form_drop_down .form_wrapper_body,
.wd_tini_account_wrapper .form_drop_down .form_wrapper_header {
	position:relative;
	padding:0 20px;
}

.wd_tini_account_wrapper #loginform-custom {
	overflow:hidden;
	display:block;
	padding-bottom:0;
	margin-bottom:0;
}

.wd_tini_account_wrapper #loginform-custom p {
	margin:0 0 10px;
}

.wd_tini_account_wrapper .form_wrapper_body{
	text-align:center
}

.wd_tini_account_wrapper .form_wrapper_body form{
	text-align:left;
}

.wd_tini_account_wrapper .form_wrapper_body > a {
	font-size:12px;
	display:inline-block;
	clear:both;
	font-weight:bold;
}

.wd_tini_account_wrapper .login-password:after {
	content:"* Required Fields";
	position:relative;
	text-align:right;
	float:right;
	width:100%;
	color:red;
	font-size:9px;
	margin-bottom:0;
	padding:3px 0 13px;
	overflow:hidden;
}

.wd_tini_account_wrapper .form_wrapper_footer {
	overflow:hidden;
	padding:0 20px;
	text-align:center;
	margin-top:10px;
}

.wd_tini_account_wrapper .form_wrapper_footer span {
	font-size:12px;
}

.wd_tini_account_wrapper .form_wrapper_footer span a {
	margin-left:2px;
	font-weight:bold;
	font-size:12px;
}

.wd_tini_account_wrapper #wp-submit {
	cursor:pointer;
	width:100%;
	text-align:center;
	font-size:18px !important;
	line-height:20px !important;
	border-radius:20px !important;
	-webkit-border-radius:20px !important;
	-moz-border-radius:20px !important;
	-o-border-radius:20px !important;
	padding:4px 8px !important;
	text-transform:lowercase !important;
	margin-top:10px !important;
	height:34px;
}

.wd_tini_cart_wrapper .cart_dropdown ul.cart_list li {
	padding-left:0;
}


/* 6 - 2 =================== SHOPPING CART =========================*/

.cart_dropdown {
	width:280px;
	padding:0;
}

.cart_dropdown h4,.cart_dropdown h4 a {
	font-size:20px;
	line-height:26px;
	text-transform:capitalize;
	margin-bottom:0;
	display:none;
}

.cart_dropdown .cart_dropdown_size {
	display:block;
	float:left;
	margin-bottom:5px;
}

.cart_dropdown .cart_dropdown_size.size_empty {
	width:100%;
	padding-bottom:0;
}

.cart_dropdown .cart_dropdown_size label {
	margin-top:20px;
	font-size:12px;
	line-height:14px;
}

.cart_dropdown .dropdown_header {
	overflow:hidden;
	padding:0 20px;
}

.cart_dropdown .total {
	float:none;
	display:block;
	text-align:left;
	margin:0;
}

.cart_dropdown .total .amount{
	display:inline-block;
	float:right;
	width:auto;
}

.cart_dropdown .total strong {
	font-weight:bold;
	font-size:14px;
	padding-bottom:6px;
	display:inline-block;
}

.cart_dropdown .total span {
	display:block;
	font-size:18px;
	margin:0;
	font-weight:bold;
}

.cart_dropdown .cart_dropdown_subtotal {
	display:none;
}

.cart_dropdown .buttons a{
	width:100%;
	text-align:center;
	font-size:20px !important;
	line-height:22px !important;
	border-radius:20px !important;
	-webkit-border-radius:20px !important;
	-moz-border-radius:20px !important;
	-o-border-radius:20px !important;
	padding:8px !important;
	text-transform:lowercase !important;
	margin-top:10px !important;
}

.cart_dropdown .dropdown_body {
	position:relative;
	padding:3px 20px 0;
}

.cart_dropdown .dropdown_body .head_msg {
	display:block;
	padding:0 0 10px;
	display:none;
}

.cart_dropdown ul.cart_list {
	border-width:0;
	position:relative;
	margin:0 0 10px!important;
	padding:15px 0 15px!important;
}

.cart_dropdown ul.cart_list:after{
	content:"";
	position:absolute;
	left:-20px;
	right:-20px;
	bottom:0;
	height:1px;
}

.cart_dropdown ul.cart_list li {
	list-style:none;
	display:block;
	min-height:40px;
	overflow:hidden;
	width:100%;
	clear:both;
	position:relative;
	margin:20px 0 0!important;
	padding:0!important;
}

.cart_dropdown ul.cart_list li:first-child {
	margin-top:0!important;
	border-top:0;
	padding-top:0!important;
}

.cart_dropdown ul.cart_list li:first-child a img.wp-post-image {
	top:0;
}

.cart_dropdown ul.cart_list li > a {
	display:block;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
}

.cart_dropdown ul.cart_list li a img.wp-post-image {
	float:left;
	width:auto !important;
	height:auto !important;
	max-width:70px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-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 20px 0 0;
}

.cart_dropdown ul.cart_list li a.remove {
	font-size:20px !important;
}

.cart_dropdown ul.cart_list li a.remove:hover {
	background-position:-355px 0;
}

.cart_dropdown ul.cart_list li .cart_item_wrapper {
	padding-left:85px;
	padding-right:20px;
	font-size:10px;
	min-height:80px;
	line-height:14px;
	float:left;
	width:100%;
}

.cart_dropdown ul.cart_list li .cart_item_wrapper > a{
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	margin-bottom:5px;
}

.cart_dropdown ul.cart_list li .cart_item_wrapper .quantity {
	display:inline-block;
	clear:left;
	width:100%;
	font-size:14px;
	margin:0 2px 5px;
}

.cart_dropdown ul.cart_list li .cart_item_wrapper .product_sku {
	display:inline-block;
	clear:left;
	width:100%;
	padding-top:2px;
}

.cart_dropdown ul.cart_list li .cart_item_wrapper > a:hover {
	text-decoration:none;
}

.cart_dropdown .go_to_shopping_cart{
	display:block;
	clear:both;
	text-align:center;
}

.cart_dropdown .go_to_shopping_cart a{
	font-weight:bold;
	font-size:14px;
	line-height:18px;
}

.cart_dropdown .dropdown_footer {
	overflow:hidden;
	padding:0 20px 15px;
}

ul.cart_list > li .cart_item_wrapper,html .woocommerce ul.cart_list > li .cart_item_wrapper {
	top:-2px;
	position:relative;
}

/* 7 ============================== BREADCRUMB ============================ */

html .woocommerce .woocommerce-breadcrumb,#crumbs {
	display:block;
	width:100%;
	max-width:1200px;
	font-size:14px;
	margin:0 auto!important;
	padding:18px 10px 0 10px;
	line-height:16px;
	background-color:#ffffff
}

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:0;
}

html .woocommerce .woocommerce-breadcrumb .brn_arrow:after,#crumbs .brn_arrow:after {
	content:"\f105";
	font-family:FontAwesome;
	font-size:14px;
	padding:0 11px;
}

/************************* end HEADER ***************************/

/*********************** BODY END ******************************/
.body-end-widget-area{
	border-width:1px 0 1px 0;
	border-style:solid;
}

.body-end-widget-area .widget-container{border:0;margin:0;padding:0;overflow:hidden;}

.body-end-widget-area >.container > ul{
	padding:0;
	margin:0;
}

.body-end-widget-area >.container{
	max-width:1200px;
	padding:0 10px;
}

/*==============================================================*/
/*                COMPUTER II. FOOTER                      */
/*==============================================================*/
/*
	1. FIRST FOOTER WIDGET AREA
	2. SECOND FOOTER WIDGET AREA
	3. THRID FOOTER WIDGET AREA
	4. COPY RIGHT
	5. PAYMENT
	6. BLOCK ABOUT US
*/

#footer { 
	width:100%; 
	margin-top:0;
	clear:both;
	background:#fff;
	position:relative;
}

#footer .footer-container {
	width:100%;
	margin:0 auto;
}

#footer ul.xoxo > li.widget-container{
	padding-top:0;
	margin-top:0;
	border:0;
}

#footer .widget-container.widget_social .widget_title_wrapper{
	display:none;
}

#footer .widget-container.widget_social .social-icons{
	display:block !important
}

#footer .first-footer-widget-area h3.widget-title {
	padding:0 0 10px;
}

#footer ul li {
	line-height:18px;
}
.wd-content{
	position:relative;
	/*background-color:#fff;*/
}
/* 1 ================== FIRST FOOTER WIDGET AREA =================== */

#footer .first-footer-widget-area {
	zoom:1;
	background-color:#fff;
}

#footer .first-footer-widget-area ul.xoxo {
	padding:0 10px 0 0;
	margin:0;
}

.first-footer-widget-area .container > div > .container {
	padding-right:15px;
}

.first-footer-widget-area .container > div > .container ul.xoxo{
	border-width:0 1px 0 0px;
	border-style:solid;
}

.first-footer-widget-area .container > div.first-footer-widget-area-3 > .container ul.xoxo{border:0;}


#footer .first-footer-widget-area ul.xoxo > li {
	border:0;
	margin-left:0;
	overflow:hidden;
}

#footer .first-footer-widget-area ul.xoxo > li .textwidget{
	overflow:hidden;
}

#footer .first-footer-widget-area ul.xoxo > li:first-child {
	margin-top:0;
	padding-top:0;
}

/* 2 ================ SECOND FOOTER WIDGET AREA ====================== */

#footer .second-footer-widget-area ul.xoxo {
	padding-right:40px;
}

#footer .second-footer-widget-area ul.xoxo > li {
	margin-top:30px;
}

#footer .second-footer-widget-area ul.xoxo > li:first-child {
	margin-top:0;
}

#footer .second-footer-widget-area .span8 > div .xoxo {
	padding-right:30px;
}

/* 3 ============== THRID FOOTER WIDGET AREA ========================== */

#footer .wd_footer_end {
	overflow:hidden;
	background-color:#fafafa;
	border-width:1px 0 0 0;
	border-style:solid;
}

#footer .wd_footer_end .container{
	max-width:1200px;
	padding:20px 10px 20px 10px;
	margin:0 auto;
}

/* 4 ============== COPY RIGHT ======================================== */

#footer .wd_footer_end > div {
	position:relative;
	overflow:hidden;
	max-width:1200px;
	min-height:55px;
	padding-left:0;
	margin:20px 0 0 0;
}

#footer .wd_footer_end > div #copy-right {
	position:relative;
	min-height:53px;
	font-size:12px;
}

#footer .wd_footer_end > div #copy-right:after {
	content:"";
	width:1px;
	position:absolute;
	right:0;
	top:0;
	bottom:-1000px;
}

#footer .wd_footer_end > div #copy-right a {
	font-size:11px;
}

#footer .wd_footer_end > div #copy-right .copyright {
	padding:0 0 20px;
}

/* 5 ======================== PAYMENT ========================== */

.payment {
	padding:0 0 0 20px;
}

.payment a {
	margin:0 0 8px 0;
	line-height:18px;
}

/* 6 ====================== BLOCK ABOUT US ===================== */

.about-us .address {
	padding-top:10px;
	position:relative;
}

.about-us .address:before {
	content:"";
	display:inline-block;
	height:1px;
	position:absolute;
	left:0;
	right:20px;
	top:0;
	background:#303030;
}

.about-us .address .add-1 {
	position:relative;
	font-style:italic;
	color:#494949;
	font-weight:700;
	font-size:14px;
	margin-right:30px;
}

.about-us .address .add-1:before {
	content:"";
	display:inline-block;
	height:2px;
	position:absolute;
	left:0;
	right:0;
	top:-10px;
	background:#494949;
}

.about-us .address .add-2 {
	font-size:14px;
}

.ie8 .about-us .address .add-2,.ie8 .about-us .address .add-1 {
	font-size:12px;
}

/************ end Footer ************/

/*==============================================================*/
/*                COMPUTER III. HOME PAGE                    */
/*==============================================================*/

/* 1 ========================= CART =========================== */

.wd_tini_cart_wrapper {
	width:100%;
	float:right;
}

#main-module-container .wd_tini_cart .cart_size {
	display:inline-block;
	float:left;
}

#main-module-container .wd_tini_cart label {
	text-transform:capitalize;
}

#main-module-container .wd_tini_cart span,#main-module-container .wd_tini_cart label {
	font-size:11px;
	font-weight:700;
	line-height:12px;
	display:inline-block;
	float:left;
	margin:0;
}

html #content .woocommerce .shop_table input.button[type^=submit],
html .woocommerce-page #content .shop_table input.button[type^=submit],
html #content .woocommerce .cart-collaterals input.button[type^=submit],
html .woocommerce-page #content .cart-collaterals input.button[type^=submit] {
	background-image:none!important;
	filter:none!important;
	white-space:normal;
	background-color:#fff;
}

#main-module-container .wd_tini_cart,
#main-module-container .cart_dropdown {
	display:inline-block;
	float:right;
}

/* 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 =================== */

.fredsel_slider_wrapper_inner {
	
}

.fredsel_slider_wrapper_inner ul li {
	padding-left:0;
	text-align:center;
}

/* 4 ================= REVOLUTION SLIDER ====================== */

.rev_slider_wrapper {
	max-width:100%;
	/*overflow:hidden!important;*/
	height:auto !important;
}

.rev_slider_wrapper .tp-leftarrow.default {
	z-index:90;
	position:absolute;
	top:50%;
	margin-top:-20px;
	left:10px;
	margin-left:0;
	width:40px;
	height:40px;
	display:inline-block;
	font-size:0;
	color:transparent;
	background:url(images/images.png) -73px -182px no-repeat;
	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;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	border:1px solid;
	opacity:1 !important;
	filter:alpha(opacity=100)!important;
}

.rev_slider_wrapper .tp-rightarrow.default {
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-20px;
	margin-left:0;
	width:40px;
	height:40px;
	display:inline-block;
	font-size:0;
	color:transparent;
	background:url(images/images.png) -73px -239px no-repeat;
	z-index:90;
	transition:all 0.3s ease-in-out 0;
	-moz-transition:all 0.3s ease-in-out 0;
	-webkit-transition:all 0.3s ease-in-out 0;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	border:1px solid;
	opacity:1 !important;
	filter:alpha(opacity=100)!important;
}

.rev_slider_wrapper .rev_slider,.rev_slider_wrapper .tp-simpleresponsive > ul li {
	max-width:100%;
}

/* 5 =================== NIVO SLIDER ========================= */

.nivoSlider {
	z-index:0;
}

.nivo-directionNav a.nivo-prevNav,
.flex-direction-nav a.flex-prev {
	z-index:90;
	position:absolute;
	top:50%;
	margin-top:-20px;
	left:10px;
	margin-left:0;
	width:40px;
	height:40px;
	display:inline-block;
	font-size:0;
	color:transparent;
	background:url(images/images.png) -73px -182px no-repeat;
	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;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	border:1px solid;
	opacity:1 !important;
	filter:alpha(opacity=100)!important;
}

/* BIG SIDE SHOW HEADER */

/* 4 ================= REVOLUTION SLIDER FOR BIG SIDE SHOW HEADER====================== */

.slideshow-wrapper .rev_slider_wrapper .tp-leftarrow.default {
	top:50% !important;
	margin-top:-19px !important;
	left:50% !important;
	margin-left:-570px  !important;
}

.slideshow-wrapper .rev_slider_wrapper .tp-leftarrow.default:hover {

}

.slideshow-wrapper .rev_slider_wrapper .tp-rightarrow.default {
	top:50% !important;
	margin-top:-19px !important;
	right:50% !important;
	margin-right:-570px  !important;
}

.slideshow-wrapper .rev_slider_wrapper .tp-rightarrow.default:hover {
	
}


.slideshow-wrapper .featured_product_slider_wrapper > div.featured_product_slider_wrapper_inner{
	padding:0 10px 10px 10px;
	margin:0;
}

.slideshow-wrapper .woocoommerce .featured_product_slider_wrapper .slider_control .next,.woocoommerce-page .slideshow-wrapper  .featured_product_slider_wrapper .slider_control .next,.slideshow-wrapper  .featured_product_slider_wrapper .slider_control .next{
	right:50% !important;
	margin-right:-590px;
	top:30%;
}
.slideshow-wrapper .woocoommerce .featured_product_slider_wrapper .slider_control .next:hover,.woocoommerce-page .slideshow-wrapper  .featured_product_slider_wrapper .slider_control .next:hover,.slideshow-wrapper  .featured_product_slider_wrapper .slider_control .next:hover{
}


.slideshow-wrapper .woocoommerce  .featured_product_slider_wrapper .slider_control .prev,.woocoommerce-page .slideshow-wrapper  .featured_product_slider_wrapper .slider_control .prev,.slideshow-wrapper   .featured_product_slider_wrapper .slider_control .prev{	
	left:50% !important;
	margin-left:-590px;
	top:30%;
}

/* IE */
.ie8 .slideshow-wrapper .woocoommerce .featured_product_slider_wrapper .slider_control .next,.ie8 .woocoommerce-page .slideshow-wrapper  .featured_product_slider_wrapper .slider_control .next,.ie8 .slideshow-wrapper  .featured_product_slider_wrapper .slider_control .next{
	margin-right:-640px;
	right:50%;
	top:30%;;
}

.ie8 .slideshow-wrapper .woocoommerce  .featured_product_slider_wrapper .slider_control .prev,.ie8 .woocoommerce-page .slideshow-wrapper  .featured_product_slider_wrapper .slider_control .prev,.ie8 .slideshow-wrapper   .featured_product_slider_wrapper .slider_control .prev{
	margin-left:-640px;
	left:50%;
	top:30%;
}

.slideshow-wrapper  ul.products li.product,
.woocoommerce-page .slideshow-wrapper  ul.products li.product {
	line-height:0;
}

.slideshow-wrapper  ul.products li.product .product_thumbnail_wrapper img,
.woocoommerce-page .slideshow-wrapper  ul.products li.product .product_thumbnail_wrapper img{
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
}

.slideshow-wrapper  ul.products li.product .product_thumbnail_wrapper,
.woocoommerce-page .slideshow-wrapper  ul.products li.product .product_thumbnail_wrapper{
	border-width:1px 1px 0 1px;
	border-style:solid;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-o-border-radius:5px 5px 0 0;
	transition:none !important;
	-webkit-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
}
.slideshow-wrapper  ul.products li.product .product-meta-wrapper,
.woocoommerce-page .slideshow-wrapper  ul.products li.product .product-meta-wrapper{
	border-width:0 1px 1px 1px;
	border-style:solid;
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	-o-border-radius:0 0 5px 5px;
	transition:none !important;
	-webkit-transition:none !important;
	-moz-transition:none !important;
	-o-transition:none !important;
}

.slideshow-wrapper  ul.products li.product.last,
.woocoommerce-page .slideshow-wrapper  ul.products li.product.last,
.woocoommerce .slideshow-wrapper  ul.products li.product.last{
	border-right-width:1px !important;
}

.slideshow-wrapper  ul.products li.product .product-image-big-layout,
.woocoommerce-page .slideshow-wrapper  ul.products li.product .product-image-big-layout{
	border:0 !important;
}

.slideshow-wrapper .featured_product_slider_wrapper .slider_control .next:before,.slideshow-wrapper .featured_product_slider_wrapper .slider_control .prev:before{
	font-size:35px;
	line-height:37px;
	margin-top:-16px;
	margin-left:-10px;
}

html .slideshow-wrapper .woocommerce .featured_product_slider_wrapper .featured_product_slider_wrapper_meta{
	padding-top:0;
	padding-bottom:10px;
}

html .slideshow-wrapper .woocommerce .featured_product_slider_wrapper .featured_product_slider_wrapper_meta h3,html .woocommerce-page .slideshow-wrapper .woocommerce .featured_product_slider_wrapper .featured_product_slider_wrapper_meta h3{
	padding-bottom:14px;
	padding-left:50px;
	padding-right:50px;
}

.slideshow-wrapper.wd_wide .featured_product_slider_wrapper > div .pager{
	display:none !important;
}


html .woocommerce-page .slideshow-wrapper .featured_product_slider_wrapper .wd_product_categories,
.slideshow-wrapper .featured_product_slider_wrapper .wd_product_categories,
.slideshow-wrapper .featured_product_slider_wrapper .product_short_content,
html .woocommerce-page .slideshow-wrapper .featured_product_slider_wrapper .product_short_content,
html .slideshow-wrapper .woocommerce ul.products li.product .product_sku,
html .woocommerce-page .slideshow-wrapper ul.products li.product .product_sku{
	display:none;
}

.span24 .woocommerce .featured_product_slider_wrapper, 
.woocommerce-page .span24 .featured_product_slider_wrapper {
	
}

/* fix blog */
.single-content .flex-direction-nav a.flex-next{
	right:0;
}

.single-content .flex-direction-nav a.flex-prev{
	left:0;
}
/* fix blog */

.nivo-directionNav a.nivo-nextNav,
.flex-direction-nav a.flex-next {
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-20px;
	margin-left:0;
	width:40px;
	height:40px;
	display:inline-block;
	font-size:0;
	color:transparent;
	background:url(images/images.png) -73px -239px no-repeat;
	z-index:90;
	transition:all 0.3s ease-in-out 0;
	-moz-transition:all 0.3s ease-in-out 0;
	-webkit-transition:all 0.3s ease-in-out 0;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	border:1px solid;
	opacity:1 !important;
	filter:alpha(opacity=100)!important;
}

.nivo-directionNav a.nivo-nextNav:hover,
.flex-direction-nav a.flex-next:hover {

}

.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-wrapper.wd_box{padding:0;}

.slideshow-wrapper.main-slideshow {
	position:relative;
	z-index:1;
	background:#fff;
}

.slideshow-wrapper {
	position:relative;
	z-index:1;
	/*overflow:hidden;*/
}

.slideshow-wrapper.main-slideshow > div {
	min-height:0;
}


/*==============================================================*/
/*            COMPUTER 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 {
	font-size:14px;
	line-height:18px;
	margin:5px 20px 12px 0;
}

/*==*/
	/* BUTTON ADD TO CART */
	#main_content.span12 .woocommerce ul.products.grid li.product.span8 .product-meta-wrapper .list_add_to_cart a, .woocommerce-page #main_content.span12 ul.products.grid li.product.span8 .product-meta-wrapper .list_add_to_cart a{
		font-size:16px;
		line-height:18px;
		padding:7px 8px 8px 8px;
	}
/*==*/

.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 select,
body.woocommerce-page .woocommerce-ordering select {
	width:154px;
	font-size:14px;
	padding:3px 4px 4px 10px;
	border-radius:20px;
	line-height:16px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-appearance:none;
	background:url(images/ic-select.png) no-repeat right center;
}
.ie body.woocommerce .woocommerce-ordering select{
	padding-top:5px;
}

#content .woocommerce .woocommerce-ordering, .woocommerce-page #content .woocommerce-ordering{
	margin-bottom:20px;
}

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;
	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 20px 0 0;
}

body.woocommerce ul.products li.product h3.heading-title,
body.woocommerce-page ul.products li.product h3.heading-title {
	text-transform:capitalize;
	line-height:18px;
	font-size:14px;
	padding-bottom:0;
	font-weight:bold;
}

.woocommerce ul.products li.product .product_short_content strong, .woocommerce-page ul.products li.product .product_short_content strong{
	margin-bottom:5px;
}

body.woocommerce #main_content ul.products.list li.product .product-meta-wrapper,
body.woocommerce-page #main_content ul.products.list li.product .product-meta-wrapper {
	padding-right:0;
	padding-top:0;
}

body.woocommerce #main_content ul.products.grid li.product .product-meta-wrapper,
body.woocommerce-page #main_content ul.products.grid li.product .product-meta-wrapper {
	max-width:210px;
}


/* 2 ==================== DESCRIPTION ========================== */

.cat_custom_content {
	overflow:hidden;
	padding-bottom:37px;
	border-width:0 0 1px 0;
	border-style:solid;
}

.cat_custom_content img{margin-bottom:30px;}

div.product .short-description{
	padding-top:26px;
	overflow:hidden;
	float:left;
	width:100%;
	letter-spacing:-.2px;
	line-height:20px;
	border-width:1px 0 0 0;
	border-style:solid;
	border-color:#f1f4f8;
}

.short-description,.short-description-title {
	clear:both;
}
.short-description-title{
	text-transform:uppercase;
	font-size:14px;
	font-weight:bold;
	padding-bottom:14px;
}
/* 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;margin:10px 0;}
ul.archive-product-subcategories > li.product a{display:inline-block;max-width:100%}
ul.archive-product-subcategories > li.product {float:left;margin:20px 0 10px;text-align:center;list-style:none;padding:0 10px;}
ul.archive-product-subcategories > li.product img {max-width:100%;height:auto;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 #fff;}
ul.archive-product-subcategories > li.product h3 {margin:0 0 0;}

ul.archive-product-subcategories > li.product mark.count{
	font-size:12px;
	line-height:14px;
}

/* 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;
	margin:0 0 15px;
	padding:25px 0 37px;
}

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;
}

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 1px;
}


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:14px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	border:1px solid;
	display: inline-block;
    float: left;
    position: relative;
    padding: 5px 6px;
	line-height:16px;
	border-radius:14px;
	margin:5px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	-o-border-radius:14px;
    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;
	font-weight:bold;
}

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:4px 7px;
}

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 {
    font-size:0;
	padding:0;
	min-height:26px;
	width:94px;
	line-height: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;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
}

body.woocommerce nav.woocommerce-pagination ul li a.prev:before,
body.woocommerce-page nav.woocommerce-pagination ul li a.prev:before,
body.woocommerce #content nav.woocommerce-pagination ul li a.prev:before {
	content:"Previous";
	font-weight:bold;
	font-size:14px;
	top:0;left:0;right:0;bottom:0;
	position:absolute;
	height:26px;
	line-height:25px;
	text-align:center;
}


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 {
	font-size:0;
	padding:0;
	min-height:26px;
	width:94px;
	line-height: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;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	position:relative;
}



body.woocommerce nav.woocommerce-pagination ul li a.next:before,
body.woocommerce-page nav.woocommerce-pagination ul li a.next:before,
body.woocommerce #content nav.woocommerce-pagination ul li a.next:before {
	content:"Next";
	font-weight:bold;
	font-size:14px;
	top:0;left:0;right:0;bottom:0;
	position:absolute;
	height:26px;
	line-height:25px;
	text-align:center;
}

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 {
	
}

body.woocommerce nav.woocommerce-pagination ul li a.next:after,
body.woocommerce-page nav.woocommerce-pagination ul li a.next:after,
body.woocommerce #content nav.woocommerce-pagination ul li a.next:after {
	
}

/* 7 ========================== PRODUCT LIST & GRID ============================= */

/* 7 - 1 GRID */

#container .gridlist-toggle {
	clear:none;
	float:right;
	margin-bottom:0;
	position:relative;
	top:0;
	overflow:hidden;
	border:0;
	background:none;
	width:86px;
	height:30px;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	filter:none;
}

.ie #container .gridlist-toggle a{
	border-radius:0 !important;
}

#container .gridlist-toggle a#list {
	width:41px;
	height:28px;
	background:url(images/ic-list.png) no-repeat left center;
	filter:none;
	border-radius:0 20px 20px 0;
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	-o-border-radius:0 20px 20px 0;
	border-width:1px 1px 1px 0;
	border-style:solid;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	margin-right:0;
	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;
}

#container .gridlist-toggle a#list.active{
	background:url(images/ic-list-active.png) no-repeat left center;
}

body .gridlist-toggle a{
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-o-box-shadow:none;
}

#container .gridlist-toggle a#grid {
	width:41px;
	height:28px;
	background-image:url(images/ic-grid.png);
	background-repeat:no-repeat;
	background-position:right center;
	filter:none;
	border-radius:20px 0 0 20px;
	-webkit-border-radius:20px 0 0 20px;
	-moz-border-radius:20px 0 0 20px;
	-o-border-radius:20px 0 0 20px;
	border-width:1px 0 1px 1px;
	border-style:solid;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	margin-right:0;
	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;
}

#container .gridlist-toggle a#grid.active{
	background:url(images/ic-grid-active.png) no-repeat right center;
}

#container .gridlist-toggle a.active {
	cursor:default;
}

/* 7 - 2 LIST */

body.woocommerce  #main_content ul.products.list li.product .product-image-front,
body.woocommerce-page #main_content ul.products.list li.product .product-image-front{
	float:left;
	max-width:210px;
}

body.woocommerce  #main_content ul.products.list li.product,
body.woocommerce-page #main_content ul.products.list li.product {
	border-right:0;
	padding:35px 0 0 0;
	margin:23px 0 20px 0;
	border-width:1px 0 0 0;
	border-style:solid;
	display:inline-block;
	width:100%;
}

body.woocommerce  #main_content ul.products.list li.product:first-child,
body.woocommerce-page #main_content ul.products.list li.product:first-child{
	border-top:0;
	padding-top:0;
	margin-top:15px;
}

body.woocommerce  #main_content ul.products.list li.product .product_thumbnail_wrapper,
body.woocommerce-page #main_content ul.products.list li.product .product_thumbnail_wrapper {
	float:left;
	margin-right:20px;
	overflow:visible;
	position:relative;
}

body.woocommerce  #main_content ul.products.list li.product .product_thumbnail_wrapper .product-image-front img,
body.woocommerce-page #main_content ul.products.list li.product .product_thumbnail_wrapper .product-image-back img {
	width:auto!important;
	height:auto;
}

body.woocommerce  #main_content ul.products.list li.product .product-meta-wrapper,
body.woocommerce-page #main_content ul.products.list li.product .product-meta-wrapper {
	position:relative;
	text-align:left;
	display:block;
	overflow:hidden;
	top:0;
}

body.woocommerce  #main_content ul.products.list li.product .product-meta-wrapper h3.heading-title,
body.woocommerce-page #main_content ul.products.list li.product .product-meta-wrapper h3.heading-title {
	width:100%;
	float:left;
	text-align:left;
}

body.woocommerce  #main_content ul.products.list li.product .product-meta-wrapper > a,
body.woocommerce-page #main_content ul.products.list li.product .product-meta-wrapper > a {
	display:inline-block;
}

body.woocommerce  #main_content ul.products.list li.product .product-meta-wrapper .star-rating,
body.woocommerce-page #main_content ul.products.list li.product .product-meta-wrapper .star-rating {
	left:0;
	margin-left:0!important;
}

body.woocommerce  #main_content ul.products.list li.product .product-meta-wrapper .short-description,
body.woocommerce-page #main_content ul.products.list li.product .product-meta-wrapper .short-description {
	width:100%;
	float:left;
	margin-top:7px;
}

body.woocommerce #main_content ul.products.list li.product .product-meta-wrapper .heading-title.product-title,
body.woocommerce-page #main_content ul.products.list li.product .product-meta-wrapper .heading-title.product-title{
	font-size:18px;
	line-height:20px;
	margin-bottom:5px;
}

body.woocommerce #main_content ul.products.list li.product .product-meta-wrapper .heading-title.product-title a,
body.woocommerce-page #main_content ul.products.list li.product .product-meta-wrapper .heading-title.product-title a{
	font-size:18px;
	line-height:20px;
	padding-bottom:0px;
}


body.woocommerce  #main_content ul.products.list li.product .product-meta-wrapper .short-description ,
body.woocommerce-page #main_content ul.products.list li.product .product-meta-wrapper .short-description {
	margin:10px 0 10px 0;
	line-height:20px;
}

body.woocommerce  #main_content ul.products.list li.product .product-meta-wrapper .short-description .short-description-title,
body.woocommerce-page #main_content ul.products.list li.product .product-meta-wrapper .short-description .short-description-title {
	text-transform:uppercase;
	margin:0 0 10px;
	display:none !important;
}

body.woocommerce  #main_content ul.products.grid li.product .product-meta-wrapper .short-description .short-description-title,
body.woocommerce-page #main_content ul.products.grid li.product .product-meta-wrapper .short-description .short-description-title {
	text-transform:uppercase;
	margin:0 0 10px;
	display:none !important;
}

body.woocommerce  #main_content ul.products.list li.product .product-meta-wrapper .price,
body.woocommerce-page #main_content ul.products.list li.product .product-meta-wrapper .price {
	width:100%;
	float:left;
	margin:6px 0;
}

body.woocommerce #main_content ul.products.list li.product .product_thumbnail_wrapper a,
body.woocommerce-page  #main_content ul.products.list li.product .product_thumbnail_wrapper a {
	float:left;
}

body #main_content ul.products.list li.product .list_add_to_cart {
	display:block;
}

body#main_content  ul.products.list li.product .list_add_to_cart .added_to_cart {
	right:-35px;
	top:0;
}

/* LIST VIEW RATING SECOND */

body.woocommerce ul.products li.product .product-meta-wrapper > .second-rating,
body.woocommerce-page ul.products li.product .product-meta-wrapper >.second-rating{
	display:none;
}

body.woocommerce #main_content ul.products.list li.product .product-meta-wrapper > .star-rating,
body.woocommerce-page #main_content ul.products.list li.product .product-meta-wrapper >.star-rating{
	display:none;
}

body.woocommerce #main_content ul.products.list li.product .product-meta-wrapper > .second-rating,
body.woocommerce-page #main_content ul.products.list li.product .product-meta-wrapper >.second-rating{
	display:inline-block;
}

body.woocommerce #main_content ul.products.list li.product .product-meta-wrapper > .second-rating >.star-rating,
body.woocommerce-page #main_content ul.products.list li.product .product-meta-wrapper >.second-rating > .star-rating{
	margin-bottom:7px;
}

/*==============================================================*/
/*               Computer V. CONTACT FORM                    */
/*==============================================================*/

.wpcf7 {
	font-size:14px;
}

.wpcf7 input[type^="text"],.wpcf7 input[type^="email"]{
	width:100%;
	max-width:445px;
}

.wpcf7 textarea {
	width:100%;
	max-width:445px;
	text-transform:none;
	min-height:170px;
}

.wpcf7 input[type^="submit"] {
	width:auto;
	cursor:pointer;
}

body .wpcf7-form-control-wrap.your-message textarea{
	margin-bottom:17px;
}

/* CONTACT from */
body div.wpcf7-mail-sent-ng{
	background-color:#f55856;
	border-color:#f55856;
	color:#fff;
	padding:10px 20px;
	margin-left:0;
}	
body  div.wpcf7-mail-sent-ok{
	background-color:#398f14;
	color:#fff;
	padding:10px 20px;
	margin-left:0;
}

.wpcf7 span.wpcf7-form-control-wrap {
	display:block;
	margin:3px 0 4px 0;
}

.wpcf7-form > p{
	margin-bottom:0;
	line-height:20px;
}

.wpcf7 p > span{color:red}

.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;
}


/*==============================================================*/
/*                COMPUTER VI. DETAIL PRODUCT                */
/*==============================================================*/

/* LAYOUT */


.entry-content-post > .woocommerce {
	padding-bottom:0;
	padding-top:0;
}

table.variations td {
	padding-bottom:10px;
}

table.variations td.value select {
	margin-right:10px;
}

/* 1 ================= DETAIL PRODUCT FULLWIDTH ======================= */



/* 2 ================== DETAIL PRODUCT LEFT & RIGHT SIDEBAR =============*/

.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;
}

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  div.product .wd_product_tags_categoried{
	overflow:hidden;
	border-top:1px solid #f1f4f8;
	display:block;
	width:100%;
	float:left;
	padding-top:25px;
}

html  div.product div.summary p,
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%;
	text-align:left;
}

body.woocommerce #content div.product p.cart,body.woocommerce-page div.product p.cart,body.woocommerce-page #content div.product p.cart{
	margin-bottom:24px;
}

body.woocommerce div.product .content-price,div.product .content-price{
	overflow:hidden;
	float:left;
	margin-top:10px;
	width:100%;
}

html  div.product div.summary p.wd_product_sku span.product_sku,
html .woocommerce div.product div.summary p.wd_product_sku span.product_sku, 
html .woocommerce #content div.product div.summary p.wd_product_sku span.product_sku, 
html .woocommerce-page div.product div.summary p.wd_product_sku span.product_sku, 
html .woocommerce-page #content div.product div.summary p.wd_product_sku span.product_sku{
	display:inline-block;
	font-size:14px;
	line-height:18px;
}

html  div.product div.summary p.wd_product_sku,
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{
	margin-bottom:25px;
}

/* FULL WIDTH */
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:59.3%;
	padding-left:30px;
	float:left;
	margin-bottom:25px;
}

html .pp_woocommerce div.product.wd_quickshop  div.summary,html .woocommerce-page .pp_woocommerce div.product.wd_quickshop  div.summary{
	margin-bottom:0px;
}

/* 1 SIDER BAR */
html #main_content.span18 .woocommerce div.product div.summary, 
html .woocommerce #content #main_content.span18 div.product div.summary, 
html .woocommerce-page #main_content.span18 div.product div.summary, 
html .woocommerce-page #content #main_content.span18 div.product div.summary
{
	width:45.4%;
}

p.stock.available-on-backorder 
{
	display:none;
}

p.availability.stock.available-on-backorder 
{
	display:block;
}

#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;
}


/* 1 ======================= IMAGE ============================ */

/* FULL WIDTH */
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:40.7%;
	margin:0 0 45px;
	padding:0;
}


body.page #main_content.span18 div.product div.images,
body #main_content.span18.woocommerce div.product div.images,
body.woocommerce-page #main_content.span18  div.product div.images,
body.woocommerce #content #main_content.span18 div.product div.images,
body.woocommerce-page #content #main_content.span18 div.product div.images {
	width:54.6%;
}

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 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;
	margin:0 auto;
	padding:0;
}

div.product .tabs-default .tab-content{
	padding-top:12px;
}

.woocommerce div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs, .woocommerce #content div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs{
	padding-top:7px;
	border-width:1px 0 0 0 ;
	border-style:solid;
}

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;
}

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;
	max-width:100%;
}

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:block;
	width:100%;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	border-width:0;
}

/* 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:none;
	font-size:30px;
	line-height:32px;
	letter-spacing:-.4px;
	font-weight:bold;
	margin:0 0 24px;
	padding-bottom:0;
}

/* 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;
	padding:0 0 0 20px;
}

.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  div.product form.cart .variations select,
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;
	float:none;
	width:auto;
}

/* 5 - PRICE */
html .woocommerce-page div.product.sale p.price del,
.woocommerce div.product.sale .entry-summary span.price del,
html .woocommerce div.product.sale .entry-summary span.price del,
div.product.sale .entry-summary p.price del,
html .woocommerce div.product.sale .entry-summary p.price del,
html .woocommerce #content div.product.sale .entry-summary span.price del,
html .woocommerce #content div.product.sale .entry-summary p.price del,
html .woocommerce-page div.product.sale .entry-summary span.price del,
div.product.sale .entry-summary p.price del,
html .woocommerce-page div.product.sale .entry-summary p.price del,
html .woocommerce-page #content div.product.sale .entry-summary span.price del,
html .woocommerce-page #content div.product.sale .entry-summary p.price del,
html .page div.product.sale .entry-summary span.price del {
	font-size:30px;
	line-height:32px;
	margin:0 10px 0 0;
}

span.from,span.to {
	font-size:14px;
	line-height:18px;
}

div.product.wd_quickshop .entry-summary span.price,
div.product.wd_quickshop .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:30px;
	line-height:32px;
	font-weight:bold;
}

div.product.wd_quickshop .entry-summary span.price ins,
div.product.wd_quickshop .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 */
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 20px;
	overflow:hidden;
	display:block;
	float:left;
	width:100%;
}

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 {
	border-top:1px solid #f1f4f8;
	padding-top:20px;
}

/* 7 - INPUT QUANTITY */

html div.product form.cart div.quantity,
.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity,
.woocommerce #container #content div.product form.cart div.quantity,
.woocommerce-page #container #content div.product form.cart div.quantity {
	width:auto;
	overflow:hidden;
	float:none;
}

.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;
	background:#fff;
	position:relative;
	left:auto;
	top:auto;
	display:inline-block;
	float:left;
	width:20px;
	height:28px;
	text-align:center;
	border-width:1px 0 1px 1px;
	border-style:solid;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	-o-border-radius:5px 0 0 5px;
	-webkit-appearance:none;
	text-indent:0;
	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;
	font-family:arial !important;
	font-size:14px;
}


.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 {
	
}

.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,
.quantity input.qty,#content .woocommerce .quantity input.qty {
	display:inline-block;
	float:left;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	width: 35px;
    background: #fff;
    border: 1px solid;
	height:28px;
	line-height:28px;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-o-border-radius:0;
	-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;
	padding:0;
	text-align:center;
}

.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;
	background:#fff;
	top:auto;
	display:inline-block;
	float:left;
	width:20px;
	height:28px;
	text-align:center;
	border-width:1px 1px 1px 0;
	border-style:solid;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-o-border-radius:0 5px 5px 0;
	-webkit-appearance:none;
	text-indent:0;
	transition:all .3s ease-in-out 0;
	-moz-transition:all .3s ease-in-out 0;
	-webkit-transition:all .3s ease-in-out 0;
	font-family:arial !important;
	font-size:14px;
}

.woocommerce .quantity .plus:hover, .woocommerce-page .quantity .plus:hover, .woocommerce #content .quantity .plus:hover, .woocommerce-page #content .quantity .plus:hover, .woocommerce .quantity .minus:hover, .woocommerce-page .quantity .minus:hover, .woocommerce #content .quantity .minus:hover, .woocommerce-page #content .quantity .minus:hover {
	background:none !important;
	opacity:0.7;
	filter:alpha(opacity=70)
}
/* GROUP TABLE */
.summary.entry-summary .group_table td.label label a{
	font-weight:bold;
}

html .woocommerce-page #main_content.span18 .group_table a.button,
html #main_content.span18 .woocommerce  .group_table a.button,
html .woocommerce #main_content.span18  .group_table a.button{
	position:relative;
	font-size:0;
	line-height:20px;
	width:75px;
}

html .woocommerce-page #main_content.span18 .group_table a.button:before,
html #main_content.span18 .woocommerce  .group_table a.button:before,
html .woocommerce #main_content.span18  .group_table a.button:before{
	content:"+ Add";
	position:absolute;
	line-height:28px;
	top:0;left:0;
	right:0;
	bottom:0;
	font-size:14px;
	text-align:center;
}

/* 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;
	text-align:center;
	text-transform:lowercase;
	font-size:18px;
	line-height:20px;
	letter-spacing:-.4px;
	text-shadow:none!important;
	-moz-text-shadow:none!important;
	-webkit-text-shadow:none!important;
	border-style:solid;
	border-width:1px;
	margin:0 0 15px;
}

html div.product .variations_button .button.alt,
html .woocommerce #content div.product .variations_button .button.alt,
#content .woocommerce div.product .variations_button .button.alt,
.woocommerce-page #content div.product .variations_button .button.alt .button.alt{
	margin-top:10px;
}

.woocommerce #content div.product .button.alt, .woocommerce-page #content div.product .button.alt .button.alt,
.woocommerce  div.product .button.alt, .woocommerce-page  div.product .button.alt .button.alt,html div.product .button.alt{
	background:none !important;
	margin-top:0;
	text-shadow:none !important;
	-webkit-text-shadow:none !important;
	-moz-text-shadow:none !important;
	-o-text-shadow:none !important;
	border-radius:20px;
	padding:5px 20px;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
}

.single_add_to_cart_button.button,
html .woocommerce .single_add_to_cart_button.button:after,
html .woocommerce-page .single_add_to_cart_button.button:after,
html .woocommerce .single_add_to_cart_button.button.alt:after,
html .woocommerce-page .single_add_to_cart_button.button.alt:after,
html .page .single_add_to_cart_button.button:after {
	
}

html .woocommerce a.single_add_to_cart_button.button:after,
html .woocommerce-page a.single_add_to_cart_button.button:after,
html .woocommerce a.single_add_to_cart_button.button.alt:after,
html .woocommerce-page a.single_add_to_cart_button.button.alt:after,
html .page a.single_add_to_cart_button.button:after {
	display: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 {
	
}

html .woocommerce button.single_add_to_cart_button.button,
html .woocommerce-page button.single_add_to_cart_button.button,
html .woocommerce button.single_add_to_cart_button.button.alt,
html .woocommerce-page button.single_add_to_cart_button.button.alt,
html .page button.single_add_to_cart_button.button,
html .woocommerce button.single_add_to_cart_button.button:hover,
html .woocommerce-page button.single_add_to_cart_button.button:hover,
html .woocommerce button.single_add_to_cart_button.button.alt:hover,
html .woocommerce-page button.single_add_to_cart_button.button.alt:hover,
html .page button.single_add_to_cart_button.button:hover {
	
}

/* 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;
	height:16px;
	line-height:12px;
	font-size:12px;
}

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;
	bottom:1px;
	display:inline-block;
	line-height:18px;
	margin-left:2px;
	font-weight:700;
	font-weight:normal;
	font-size:12px;
}

/* 10 - CAROUSEL THUMB */
html .woocommerce div.product div.images div.thumbnails,html .woocommerce-page div.product div.images div.thumbnails,html .woocommerce #content div.product div.images div.thumbnails,html .woocommerce-page #content div.product div.images div.thumbnails,html div.product div.images div.thumbnails{
	position:relative;
	z-index:3;
	width:100%;
	padding-top:10px;
	overflow:hidden;
}

div.list_carousel div.caroufredsel_wrapper ul li {
	list-style:none;
	display:inline-block;
	float:left;
	opacity:0.3;
	filter:alpha(opacity=30)
}

div.list_carousel div.caroufredsel_wrapper ul li:hover{
	opacity:1;
	filter:alpha(opacity=100)
}

ul.product_thumbnails li,ul.qs-thumbnails li {
	list-style:none;
	display:inline-block;
	float:left;
	height:auto!important;
	padding:0 10px 0 0;
}

html div.product.wd_quickshop form.cart div.quantity,
.woocommerce div.product.wd_quickshop form.cart div.quantity,
.woocommerce-page div.product.wd_quickshop form.cart div.quantity,
.woocommerce #container #content div.product.wd_quickshop form.cart div.quantity,
.woocommerce-page #container #content div.product.wd_quickshop form.cart div.quantity {
	width:100%;
}

.wd_quickshop div.list_carousel div.caroufredsel_wrapper{
	position:inherit !important;
	float:left !important;
	display:inline-block !important;
	width:100%;
	margin:25px 0 25px !important;
}

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;
	border-width:0;
}

.wd_quickshop div.list_carousel div.caroufredsel_wrapper ul.product_thumbnails li a,
.wd_quickshop div.list_carousel div.caroufredsel_wrapper ul.qs-thumbnails li a {
	width:100% !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;
	border-width:0;
}

.wd_quickshop div.list_carousel div.caroufredsel_wrapper ul.product_thumbnails li a img,
.wd_quickshop div.list_carousel div.caroufredsel_wrapper ul.qs-thumbnails li a img{
	
}

div.list_carousel .slider_control > a {
	position:absolute;
	z-index:3;
	top:0;
	font-size:0;
	color:transparent;
	display:inline-block;
	width:18px!important;
	height:18px!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;
}

div.list_carousel .slider_control > a:hover {
	background-color:#000;
}

div.list_carousel .slider_control > a.prev {
	right:35px;
	background-position:-257px -142px;
}

div.list_carousel .slider_control > a.prev:hover {
	background-position:-274px -142px;
}

div.list_carousel .slider_control > a.next {
	right:16px;
	background-position:-257px -123px;
}

div.list_carousel .slider_control > a.next:hover {
	background-position:-274px -123px;
}

.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 */

.woocommerce div.product .content-price,html div.product .content-price{
	clear:both;overflow:hidden
	}

.woocommerce div.product form span.total,html div.product form span.total{
	font-weight:bold;
	text-transform:uppercase;
	width:100%;
	margin-bottom:10px;
	margin-top:0;
	display:block;
}

.woocommerce div.product form span.quantity-text,html div.product form span.quantity-text{
	margin-bottom:8px;
	display:block;
	font-size:12px;
	line-height:16px;
}

.single_views {
	font-size:10px;
	width:100%;
	display:inline-block;
	margin:0 0 15px;
}

.wd_product_categories a {
	font-weight:bold;
}

.tagcloud {
	overflow:hidden;
}

.tagcloud .tag_heading {
	display:inline-block;
	float:left;
	font-size:14px;
	line-height:18px;
	margin:0 0 0;
}

.tagcloud{
	font-weight:bold;
}

.tagcloud span{
	font-weight:normal;
}

.tagcloud a {
	display:inline-block;
	/*float:left;*/
	font-weight:bold;
	font-size:14px !important;
	line-height:16px !important;
	border-radius:0;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	-webkit-font-smoothing:antialiased;
}

.tagcloud a:hover {
	text-decoration:none;
}

html div.product .availability span,.woocommerce div.product .availability span,body.woocommerce #content div.product .availability span,body.woocommerce-page #content div.product .availability span{
	font-weight:bold;
}

.product_sku,.availability span {
	
}

.woocommerce .social_sharing,.woocommerce-page .social_sharing,.wd_product_categories {
	margin:0 0 15px;
}

.wd_product_categories{
	font-weight:bold;
	clear:both;
}

.wd_product_categories span{
	font-weight:normal;
}

/* 12 - TABS 
div.product > .tabbable.tabs-left {
    border-width: 2px 0 0;
    padding-top: 30px;
    margin: 0 0 50px;
}

div.product > .tabbable.tabs-left > .nav-tabs > li {
    margin: 0 0 2px;
}

div.product > .tabbable.tabs-left > .nav-tabs > li.active:after {
    display: none;
}

div.product > .tabbable.tabs-left > .nav-tabs > li > a {
    padding: 10px 50px 9px;
    background: #fff;
    border-width: 1px;
    border-style: solid;
    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;
}

div.product > .tabbable.tabs-left > .nav-tabs:after {
    display: none;
}

div.product > .tabbable.tabs-left > .tab-content {
    padding: 0 0 20px 100px;
    position: relative;
    top: -5px;
    min-height: 90px;
}

div.product > .tabbable.tabs-left > .tab-content:before {
    position: absolute;
    left: 30px;
    top: 5px;
    width: 51px;
    height: 51px;
    content: "";
    display: block;
    background: url(images/images.png) no-repeat -414px 0;
}*/

/* 12 - 1 REVIEW */
#reviews #comments > div {
    padding-bottom: 20px;
    position: relative;
    margin: 0 0 30px;
}

#reviews #comments > div .star-rating {
    position: absolute;
    right: 0;
    bottom: 4px;
}

#reviews #comments > div h2 {
    margin: 0;
}

#reviews #comments .noreviews a {
    font-size: 12px;
}

#reviews #comments #reply-title {
    text-transform: none;
}

html .woocommerce #reviews #comments ol.commentlist, 
html .woocommerce-page #reviews #comments ol.commentlist {
    margin: 0 0 30px;
    overflow: hidden;
}

html .woocommerce #reviews #comments ol.commentlist:before, 
html .woocommerce-page #reviews #comments ol.commentlist:before {
    z-index: 2;
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    height: 2px;
    background: #fff;
}

html .woocommerce #reviews #comments ol.commentlist li .comment-text, 
html .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    border-width: 0 0 1px;
    border-color: #000;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html .woocommerce #reviews #comments ol.commentlist li img.avatar, 
html .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
    border: 0;
    width: 60px;
    height: 60px;
    padding: 0;
    background: #fff;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

html .woocommerce #reviews #comments ol.commentlist li .comment-text, 
html .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 80px;
}

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: 12px;
}

html .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong, 
html .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 14px;
    font-weight: normal;
}

html .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time, 
html .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta time {
    font-size: 14px;
}

/* 12 - 2 TAGS */
div.product > .tabbable.tabs-left > .tab-content .tagcloud .tag_heading,
#collapse-tags .tag_heading {
    float: left;
    width: 100%;
    display: inline-block;
    margin: 0 0 17px;
    font-size: 34px;
    line-height: 36px;
    letter-spacing: -1px;
}

#tab-tags .tagcloud,
#collapse-tags .tagcloud {
    overflow: hidden;
}
#tab-tags .tagcloud  .tag_heading{
	float:left;
	line-height:26px;
	margin-right:10px;
}

#tab-tags .tagcloud a,
#collapse-tags .tagcloud a {
    display: inline-block;
	font-size:14px !important;
    line-height: 16px;
    margin: 0 2px 9px 0;
	padding:4px 0;
    -webkit-font-smoothing: antialiased;
}

#tab-tags .tagcloud a:hover,
#collapse-tags .tagcloud a:hover {
    text-decoration: none;
}

/* 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-transform: uppercase;
}

.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;
}

/* 13 - RELATED */

.products-tabs-wrapper{clear:both}
.related {clear:both}

html .woocommerce .related.products ul.products li.product .product_thumbnail_wrapper, html .woocommerce-page .related.products ul.products li.product .product_thumbnail_wrapper,
html .woocommerce .upsells.products ul.products li.product .product_thumbnail_wrapper, html .woocommerce-page .upsells.products ul.products li.product .product_thumbnail_wrapper,
html .woocommerce .cross-sells ul.products li.product .product_thumbnail_wrapper, html .woocommerce-page .cross-sells ul.products li.product .product_thumbnail_wrapper{
	display:block;
	max-width:210px;
	margin:0 auto;
}

html .woocommerce .related.products ul.products li.product .product-meta-wrapper, html .woocommerce-page .related.products ul.products li.product .product-meta-wrapper,
html .woocommerce .upsells.products ul.products li.product .product-meta-wrapper, html .woocommerce-page .upsells.products ul.products li.product .product-meta-wrapper,
html .woocommerce .cross-sells ul.products li.product .product-meta-wrapper, html .woocommerce-page .cross-sells ul.products li.product .product-meta-wrapper{
	max-width:210px;
	margin:0 auto;
}


.related .related_wrapper,body #content .woocommerce .upsell_wrapper, body.woocommerce-page #content .upsell_wrapper{
	padding:0 0;
	margin-left:-10px;
	margin-right:-10px;
	min-height:100px;
	/*overflow:hidden;*/
	padding-top:1px;
	position:relative;
	}	

.tab-content .related.products{
	padding-top:0;
}
	
.related .related_wrapper .caroufredsel_wrapper,body #content .woocommerce .upsell_wrapper .caroufredsel_wrapper, body.woocommerce-page #content .upsell_wrapper .caroufredsel_wrapper{
	padding-top:1px;
	height:auto !important;
}

.woocommerce .related ul, .woocommerce .related ul.products, .woocommerce .upsells.products ul, .woocommerce .upsells.products ul.products, .woocommerce-page .related ul, .woocommerce-page .related ul.products, .woocommerce-page .upsells.products ul, .woocommerce-page .upsells.products ul.products{
	position:relative !important;
}
	
	
.related > .heading-title {
    font-size: 22px;
    border-width: 0 0 2px;
    border-style: solid;
}

html .woocommerce .related .caroufredsel_wrapper {
    height: auto!important;
	float:left;
	width:100%;
}

html .woocommerce .related .caroufredsel_wrapper ul.products {
    position: relative!important;
    cursor: default;
}

html .woocommerce .related ul.products li.product,.woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product,.woocommerce-page .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product {
    margin: 0 0 20px;
    position: relative;
    min-height: 110px;
    padding: 0 10px;
    width: 100%;
    cursor: default;
	float:left !important;
	clear:none !important;
}

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 {
    left: 0;
    top: 0;
}

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 {
    
}

html .woocommerce .related ul.products li.product .product-meta-wrapper, 
html .woocommerce-page .related ul.products li.product .product_thumbnail_wrapper .product-meta-wrapper {
    
}

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;
}

html .woocommerce .related .wd_single_related_control a {
    font-size: 0;
    color: transparent;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(images/images.png) no-repeat;
    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;
}

html .woocommerce .related .wd_single_related_control a:hover {
    background-color: #000;
}

html .woocommerce .related .wd_single_related_control a.prev {
    background-position: -257px -142px;
}

html .woocommerce .related .wd_single_related_control a.prev:hover {
    background-position: -274px -142px;
}

html .woocommerce .related .wd_single_related_control a.next {
    background-position: -257px -123px;
}

html .woocommerce .related .wd_single_related_control a.next:hover {
    background-position: -274px -123px;
}

/* 14 - UPSELL */
body.woocommerce .upsells.products {
    float: left;
    width: 100%;
    padding:0;
}

body.woocommerce .products-tabs-wrapper .nav.nav-tabs  .heading-title,body .products-tabs-wrapper .nav.nav-tabs  .heading-title{
    font-size: 20px;
	line-height:22px;
    margin: 0 0 8px;
	font-weight:bold;
	padding:10px 0;
	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 .products-tabs-wrapper .nav.nav-tabs li,body .products-tabs-wrapper .nav.nav-tabs  .heading-title li{
	list-style:none;
	margin-right:30px;
}

ul.nav-tabs li a {
    padding: 0;
    text-transform: lowercase;
    line-height: 22px;
	font-size:20px;
	font-weight:bold;
    margin: 6px 0 8px;
    border: 0;
	letter-spacing:-.4px;
}

.tab-content .related{
	border:0;
}

body.woocommerce .upsell_wrapper,
body.woocommerce-page .upsell_wrapper {
    position: relative;
    width: auto;
    padding: 0 20px;
    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;
	padding-top:1px;
}

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;
    padding: 0 10px;
}

body.woocommerce .upsell_wrapper .upsell_control > a#product_upsell_next,.products-tabs-wrapper .related.products .related_control #product_related_next {
    position:absolute;
	right:10px;
	top:50%;
	margin-top:-20px;
	margin-left:0;
	width:40px;
	height:40px;
	display:inline-block;
	font-size:0;
	color:transparent;
	background:url(images/images.png) -73px -239px no-repeat;
	z-index:9;
	transition:all 0.3s ease-in-out 0;
	-moz-transition:all 0.3s ease-in-out 0;
	-webkit-transition:all 0.3s ease-in-out 0;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	border:1px solid;
}

.products-tabs-wrapper .products li.product .loop-excerpt{
	clear:both;
	display:none;
}

body.woocommerce .upsell_wrapper .upsell_control > a#product_upsell_next:hover,.products-tabs-wrapper .related.products .related_control #product_related_next:hover{
    
}

body.woocommerce .upsell_wrapper .upsell_control > a#product_upsell_next:before,.products-tabs-wrapper .related.products .related_control #product_related_next:before{
    
}

/*==*/
body.woocommerce #main_content.span12 .upsell_wrapper .upsell_control > a#product_upsell_prev,#main_content.span12 .products-tabs-wrapper .related.products .related_control #product_related_prev,
body.woocommerce  #main_content.span12 .upsell_wrapper .upsell_control > a#product_upsell_next, #main_content.span12 .products-tabs-wrapper .related.products .related_control #product_related_next{
	top:24.6%;
}

body.woocommerce #main_content.span18 .upsell_wrapper .upsell_control > a#product_upsell_prev,#main_content.span18 .products-tabs-wrapper .related.products .related_control #product_related_prev,
body.woocommerce  #main_content.span18 .upsell_wrapper .upsell_control > a#product_upsell_next, #main_content.span18 .products-tabs-wrapper .related.products .related_control #product_related_next{
	top:27%;
}
/*==*/
body.woocommerce .upsell_wrapper .upsell_control > a#product_upsell_prev,.products-tabs-wrapper .related.products .related_control #product_related_prev {
	z-index:9;
	position:absolute;
	top:50%;
	margin-top:-20px;
	left:10px;
	margin-left:0;
	width:40px;
	height:40px;
	display:inline-block;
	font-size:0;
	color:transparent;
	background:url(images/images.png) -73px -182px no-repeat;
	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;
	border-radius:100%;
	-webkit-border-radius:100%;
	-moz-border-radius:100%;
	-o-border-radius:100%;
	border:1px solid;
}

body.woocommerce .upsell_wrapper .upsell_control > a#product_upsell_prev:hover,.products-tabs-wrapper .related.products .related_control #product_related_prev:hover {
    
}

#upsell_products{
	/*overflow:hidden;*/
}

body.woocommerce .upsell_wrapper .upsell_control > a#product_upsell_prev:before,.products-tabs-wrapper .related.products .related_control #product_related_prev:before{
    
}

/* 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: 48px;
}

.woocommerce #commentform label, 
.woocommerce-page #commentform label {
    display: 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: 20px;
    width: 100%;
    max-width: 400px;
    padding: 5px 6px 4px;
    margin: 0;
}

.woocommerce .pp_woocommerce #commentform input#author,
.woocommerce .pp_woocommerce #commentform input#email{
	max-width:540px;
}

.woocommerce #commentform p.comment-form-rating, 
.woocommerce-page #commentform label p.comment-form-rating {
    float: left;
	margin-bottom:0;
}

.woocommerce #commentform p.comment-form-rating label, 
.woocommerce-page #commentform label p.comment-form-rating label{
	margin-bottom: 10px;
	font-weight:bold;
}

.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: 170px;
}

.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 {
    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;
	margin-bottom:20px;
}

.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;
}

html .woocommerce-page #content div.product .add_new_review,html .woocommerce div.product .add_new_review{
	font-weight:bold;
}

html .woocommerce-page #content div.product p > .add_new_review,html .woocommerce div.product p > .add_new_review{
	margin-bottom:6px;
}

html .woocommerce-page #content div.product .review_wrapper .add_new_review,html .woocommerce div.product .review_wrapper .add_new_review{
	float:right;
}

html .woocommerce-page #content div.product .review_wrapper,html .woocommerce div.product .review_wrapper{
	margin-bottom:6px;
}

/* 16 - SOCIAL */
.woocommerce .social_sharing h6.title-social,
.woocommerce-page .social_sharing h6.title-social {
    text-transform: none;
	display:none;
}

.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: 28px 0 0;
	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;
    cursor: pointer;
}

.woocommerce .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page #content .quantity .minus,html .quantity .minus,html .quantity .plus{
	font-weight:bold;
}

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 {
    cursor:pointer;
	background:#fff;
	position:relative;
	left:auto;
	top:auto;
	display:inline-block;
	float:left;
	width:20px;
	height:28px;
	text-align:center;
	border-width:1px 0 1px 1px;
	border-style:solid;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	border-radius:5px 0 0 5px;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	-o-border-radius:5px 0 0 5px;
	-webkit-appearance:none;
	text-indent:0;
	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;
	font-family:arial !important;
	font-size:14px;
}

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 {
    cursor:pointer;
	position:relative;
	left:auto;
	background:#fff;
	top:auto;
	display:inline-block;
	float:left;
	width:20px;
	height:28px;
	text-align:center;
	border-width:1px 1px 1px 0;
	border-style:solid;
	box-shadow:none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	-o-box-shadow:none;
	border-radius:0 5px 5px 0;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	-o-border-radius:0 5px 5px 0;
	-webkit-appearance:none;
	text-indent:0;
	transition:all .3s ease-in-out 0;
	-moz-transition:all .3s ease-in-out 0;
	-webkit-transition:all .3s ease-in-out 0;
	font-family:arial !important;
	font-size:14px;
}

html .woocommerce div.product form.cart table div.quantity input.plus:hover, 
html .woocommerce #content div.product form.cart table div.quantity input.plus:hover, 
html .woocommerce-page div.product form.cart table div.quantity input.plus:hover,
html .woocommerce-page #content div.product form.cart table div.quantity input.plus:hover,
html .page div.product form.cart table div.quantity input.plus:hover,
html div.product form.cart div.quantity input.plus:hover,
html div.product form.cart div.quantity input.minus:hover,
html .woocommerce div.product form.cart table div.quantity input.minus:hover, 
html .woocommerce #content div.product form.cart table div.quantity input.minus:hover, 
html .woocommerce-page div.product form.cart table div.quantity input.minus:hover, 
html .woocommerce-page #content div.product form.cart table div.quantity input.minus:hover,
html .page div.product form.cart table div.quantity input.minus:hover{
	opacity:0.7;filter:alpha(opacity=70);
}

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 {
    padding:0;
	text-indent: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;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html div.product form.cart .group_table td:first-child,
.woocommerce div.product form.cart .group_table td:first-child,
.woocommerce-page div.product form.cart .group_table td:first-child,
.woocommerce #content div.product form.cart .group_table td:first-child,
.woocommerce-page #content div.product form.cart .group_table td:first-child{
	padding-left:0;
}

html div.product form.cart .group_table td,
.woocommerce div.product form.cart .group_table td,
.woocommerce-page div.product form.cart .group_table td,
.woocommerce #content div.product form.cart .group_table td,
.woocommerce-page #content div.product form.cart .group_table td{
		width:30%;
		float:none;
		padding:5px;
}

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
{
	width:45%;
	float:none;
	vertical-align:middle;
}

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{
	margin-bottom:0;
	white-space:normal;
}

html  div.product form.cart .group_table td.price,
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
{
    font-size: 14px;
	text-align:right;
	float:none;
	width:25%;
	max-width:200px;
	font-weight:bold;
	padding-top:12px;
	vertical-align:top;
}

html  div.product form.cart .group_table,
html .woocommerce-page div.product form.cart .group_table,
html .woocommerce div.product form.cart .group_table{
	margin-bottom:20px;
	border-width:0;
	padding-bottom:20px;
	display:block;
	max-width:500px;
}


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 {
    
}

html .woocommerce div.product form.cart div.quantity,html  .woocommerce-page div.product form.cart div.quantity,html  .woocommerce #content div.product form.cart div.quantity,html  .woocommerce-page #content div.product form.cart div.quantity,html div.product form.cart div.quantity{
	float:none;
	width:100%;
}

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;
}

div.product form.cart .variations td,.woocommerce div.product form.cart .variations td, .woocommerce-page div.product form.cart .variations td, .woocommerce #content div.product form.cart .variations td, .woocommerce-page #content div.product form.cart .variations td{
	padding-left:0;
}

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;
	width:70px;
	float:left
}

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 {
    font-weight: bold;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}

/* 17 - VARIABLE PRODUCT */
.woocommerce div.product form.cart .variations, .woocommerce-page div.product form.cart .variations, .woocommerce #content div.product form.cart .variations, .woocommerce-page #content div.product form.cart .variations{
	margin-bottom:0;
}

.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;
	float:left;
	width:auto;
	max-width:200px;
}

.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: 0;
	font-weight:bold;
    font-size: 12px;
}

.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;
    min-height: 1px;
}

html .woocommerce div.product p.stock.availability , 
html .woocommerce #content div.product p.stock.availability , 
html .woocommerce-page div.product p.stock.availability , 
html .woocommerce-page #content div.product p.stock.availability ,
html .page div.product p.stock.availability  {
    font-size: 14px;
    margin: 6px 0;
	font-weight:normal;
}

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 {
    font-size: 14px;
    margin: 6px 0;
	font-weight:bold
}
/*=====================================================================================*/
/*                COMPUTER VII. SHOP PAGE - WOOCOMMERCE SHORTCODE                   */
/*=====================================================================================*/

html .woocommerce form .form-row, html .woocommerce-page form .form-row {padding:0;}

.woocommerce form .form-row select, .woocommerce-page form .form-row select{max-width:310px}

.woocommerce > .accordion {
	margin-bottom:0;
}
/* 1 - CHECKOUT COUPON */
html .woocommerce .after_checkout_form {
	overflow:hidden;
	margin-bottom:35px;
}

html .woocommerce .after_checkout_form .woocommerce-info , 
html .woocommerce-page .after_checkout_form .woocommerce-info {
    display: none!important;
}

html .woocommerce .after_checkout_form form.checkout_coupon, 
html .woocommerce-page .after_checkout_form form.checkout_coupon {
    position: relative;
    display: block!important;
    float: left;
    width: 100%;
    border-width: 1px 0 0 0;
	border-style:solid;
    padding:15px;
    margin: 10px 0 40px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html .woocommerce .after_checkout_form form.checkout_coupon .form-row, 
html .woocommerce-page .after_checkout_form form.checkout_coupon .form-row {
    margin: 0!important;
    padding: 0!important;
    width: 100%;
	float:none;
}

html .woocommerce .after_checkout_form form.checkout_coupon .form-row.form-row-first, 
html .woocommerce-page .after_checkout_form form.checkout_coupon .form-row.form-row-first {
    margin: 0 0 5px !important;
}

html .woocommerce .after_checkout_form form.checkout_coupon .question_coupon, 
html .woocommerce-page .after_checkout_form form.checkout_coupon .question_coupon {
    font-size: 14px;
    text-transform: capitalize;
    letter-spacing: -.2px;
}

html .woocommerce .after_checkout_form form.checkout_coupon .click_coupon, 
html .woocommerce-page .after_checkout_form form.checkout_coupon .click_coupon {
    font-size: 14px;
    letter-spacing: -0.5px;
    display: inline-block;
    margin: 0 0 0 5px;
}

html .woocommerce .after_checkout_form form.checkout_coupon #coupon_code, 
html .woocommerce-page .after_checkout_form form.checkout_coupon #coupon_code {
    height: 28px;
    max-width: 310px;
}

html body .woocommerce .after_checkout_form form.checkout_coupon input.button, 
html body.woocommerce-page .after_checkout_form form.checkout_coupon input.button {
    text-align: center;
    padding: 0;
	margin-top:20px !important;
	display:block !important;
}

/* 2 - CHECKOUT TABS */

body #accordion-checkout-details .counter {display:none !important}

body form.checkout .accordion-heading a.accordion-toggle:after,body #accordion-checkout-details .accordion-heading a.accordion-toggle:after{
	content:"";
	width:0;height:0;
}

body form.checkout .accordion-heading a.accordion-toggle,body #accordion-checkout-details .accordion-heading a.accordion-toggle{
	padding:12px 15px;
	display:block;
}
body form.checkout .accordion-heading a.accordion-toggle.collapsed:hover,body #accordion-checkout-details .accordion-heading a.accordion-toggle.collapsed:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
}

body form.checkout .accordion-heading a.accordion-toggle h3,body #accordion-checkout-details .accordion-heading a.accordion-toggle h3{
	font-size:16px;
	line-height:18px;
	padding-bottom:0;
	text-transform:capitalize;
}

body form.checkout span.counter,body form.checkout ._new_counter{
	display:none !important;
}

body form.checkout .accordion-group,body #accordion-checkout-details .accordion-group{
	margin-bottom:1px;
}

body  form.checkout .accordion-inner{
	padding:18px 20px 60px 20px;
}

body .woocommerce .checkout #shiptobilling label, body.woocommerce-page .checkout #shiptobilling label{
	font-size:12px;
}

body  form.checkout .accordion-toggle h3,body #accordion-checkout-details .accordion-heading a.accordion-toggle h3{
	color:#fff;
}

body.woocommerce-page #content form.checkout input.next_co_btn,body .woocommerce form.checkout input.next_co_btn,body.woocommerce-page #content #accordion-checkout-details input.next_co_btn,body .woocommerce #accordion-checkout-details input.next_co_btn,#accordion-checkout-details .accordion-inner form.login input.button{
	margin-top:14px;
}

body .woocommerce #collapse-login-regis form.login,body.woocommerce-page #collapse-login-regis form.login{
	position:relative;
}

body .woocommerce #collapse-login-regis form.login .lost_password, body.woocommerce-page #collapse-login-regis form.login .lost_password{
	position:absolute;
	bottom:-25px;
	left:0;
}

body .woocommerce #collapse-login-regis form.login p label.inline{
	display:none;
}

#accordion-checkout-details #collapse-login-regis p.woocommerce-info{
	display:none !important
}

#accordion-checkout-details #collapse-login-regis form.login{
	display:block !important;
	padding-top:0;
	margin-top:0;
}

/* 2 - 1 CHECKOUT TABS - REGISTER ACCOUNT */


/* form checkout register */
/* 2 - 2 CHECKOUT TABS - LOGIN FORM */
body #accordion-checkout-details  #collapse-login-regis .accordion-inner{
	padding:18px 20px 20px 20px;
}
#collapse-login-regis h4.heading-title{
	font-size:16px;
	line-height:18px;
	text-transform:capitalize;
}
body #accordion-checkout-details .accordion-inner label.label-radio input{
	margin-right:5px;
	margin-bottom:2px;
}
body .woocommerce form.login .lost_password,
body.woocommerce-page form.login .lost_password,
body .woocommerce form.checkout_coupon .lost_password,
body.woocommerce-page form.checkout_coupon .lost_password,
body .woocommerce form.register .lost_password,
body.woocommerce-page form.register .lost_password {
	display:inline-block;
	margin:0;
	padding:0;
	font-weight:bold;
	margin-top:15px;
}

.wd_forgot_pass{
	display:block;
}

html .woocommerce-page #accordion-checkout-details form .form-row.form-row-last,
html .woocommerce #accordion-checkout-details form .form-row.form-row-last,
html .woocommerce-page #accordion-checkout-details form .form-row.form-row-first,
html .woocommerce #accordion-checkout-details form .form-row.form-row-first 
{
	width:100%;
	padding-right:0;
}

html .woocommerce-page #accordion-checkout-details #account_password-2_field,
html .woocommerce #accordion-checkout-details #account_password-2_field{
	clear:both;
}

html .woocommerce-page #accordion-checkout-details #account_password-2_field label.hidden, 
html .woocommerce #accordion-checkout-details #account_password-2_field label.hidden{
	visibility:inherit !important;
}

html .woocommerce-page #accordion-checkout-details #collapse-login-regis form .form-row.form-row-last .input-text,
html .woocommerce #accordion-checkout-details #collapse-login-regis form .form-row.form-row-last .input-text,
html .woocommerce-page #accordion-checkout-details #collapse-login-regis form .form-row.form-row-first .input-text,
html .woocommerce #accordion-checkout-details #collapse-login-regis form .form-row.form-row-first  .input-text{
	max-width:397px;
}

#collapse-createaccount .checkbox{
	padding-left:2px;
}

/* 2 - 3 BILLING ADDRESS */
/* 2 - 4 SHIPPING ADDRESS */
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox{
	padding-left:0px;
}

body .woocommerce form .form-row textarea,body.woocommerce-page form .form-row textarea{
	height:150px;
	max-width:500px;
}

body .woocommerce .checkout #shiptobilling label,body.woocommerce-page .checkout #shiptobilling label{
	padding-left:5px;
}

body .woocommerce .checkout #shiptobilling,body.woocommerce-page .checkout #shiptobilling{
	float:none;
	width:100%;
	display:block;
	margin-bottom:10px;
}
/* 2 - 5 YOUR ORDER */
body .woocommerce table.shop_table,body.woocommerce-page table.shop_table
{
	border:0;
}

body.woocommerce #content form.checkout table.shop_table thead th,body.woocommerce-page #content  form.checkout table.shop_table thead th,body .woocommerce form.cart table.shop_table  thead th{
	border-width:1px 1px 1px 0;
	border-style:solid;
}

body.woocommerce #content form.checkout table.shop_table thead th:first-child,body.woocommerce-page #content  form.checkout table.shop_table thead th:first-child,body .woocommerce form.cart table.shop_table thead th:first-child{
	border-width:1px 0 1px 1px;
	border-style:solid;
	text-align:left;
}

body.woocommerce #content form.checkout table.shop_table td,body.woocommerce-page #content  form.checkout table.shop_table td,body .woocommerce form.cart table.shop_table td{
	border-width:0 1px 0 0;
	border-style:solid;
}

body.woocommerce #content form.checkout table.shop_table td:first-child,body.woocommerce-page #content  form.checkout table.shop_table td:first-child,body .woocommerce form.cart table.shop_table td:first-child{
	border-width:0 0 0 1px;
}

.woocommerce #content form.checkout table.shop_table td.product-total, .woocommerce-page #content form.checkout table.shop_table td.product-total,#content form.checkout table.shop_table td.product-total{
	text-align:center;
	min-width:100px;
	font-weight:bold;
}

.woocommerce #content form.checkout table.shop_table tbody td.product-name, .woocommerce-page #content form.checkout table.shop_table tbody td.product-name,#content form.checkout table.shop_table tbody td.product-name{
	min-height:110px;
}

.woocommerce #content form.checkout table.shop_table tbody td.product-name .wd-product-name, .woocommerce-page #content form.checkout table.shop_table tbody td.product-name .wd-product-name,#content form.checkout table.shop_table tbody td.product-name .wd-product-name{
	position:relative;
	padding:35px 10px 45px 0;
	padding-left:100px;
	display:inline-block;
	width:100%;
}

.woocommerce #content form.checkout table.shop_table tbody td.product-name .wd_product_number, .woocommerce-page #content form.checkout table.shop_table tbody td.product-name .wd_product_number,#content form.checkout table.shop_table tbody td.product-name .wd_product_number{
	display:inline-block;
	margin:0 5px;
}

.woocommerce #content form.checkout table.shop_table tbody td.product-name .wd_product_number strong, .woocommerce-page #content form.checkout table.shop_table tbody td.product-name .wd_product_number strong,#content form.checkout table.shop_table tbody td.product-name .wd_product_number strong{
	font-weight:normal;
}

.woocommerce #content form.checkout table.shop_table tbody td.product-name p.wd_product_title, .woocommerce-page #content form.checkout table.shop_table tbody td.product-name p.wd_product_title,#content form.checkout table.shop_table tbody td.product-name p.wd_product_title{
	display:inline-block;
	float:left;
	margin:5px 10px 5px 0;
	font-weight:bold;
}

html .woocommerce td.product-name dl.variation, html .woocommerce-page td.product-name dl.variation{
	display:block;
	width:100%;
	clear:both;
}

.woocommerce #content form.checkout table.shop_table td.product-name .wd_product_item, .woocommerce-page #content form.checkout table.shop_table td.product-name .wd_product_item,#content form.checkout table.shop_table td.product-name .wd_product_item{
	position:absolute;
	left:10px;
	top:10px;
	max-width:70px;
	margin-bottom:0;
}

body .woocommerce table.shop_table tbody tr.checkout_table_item.last td,body.woocommerce-page table.shop_table tbody tr.checkout_table_item.last td{
	border-width:0 0 1px 1px !important;
}

body .woocommerce table.shop_table tbody tr.checkout_table_item.last td.product-total,body.woocommerce-page table.shop_table tbody tr.checkout_table_item.last td.product-total{
	border-width:0 1px 1px 0 !important;
}

body.woocommerce form.checkout table.shop_table tfoot td,body .woocommerce table.shop_table tfoot th,body.woocommerce-page form.checkout table.shop_table tfoot td,body.woocommerce-page form.checkout table.shop_table tfoot th{
	border:0;
	text-align:right;
	font-weight:normal;
	border:0 !important;
	padding-right:0;
	padding-top:0;
	padding-bottom:5px;
	vertical-align:bottom;
}
/*==*/
body.woocommerce-page form.checkout table.shop_table tfoot .total th,body .woocommerce table.shop_table tfoot .total th{
	padding-bottom:2px !important;
}
/*==*/
body.woocommerce form.checkout table.shop_table tfoot tr.shipping td,body .woocommerce table.shop_table tfoot tr.shipping th,body.woocommerce-page form.checkout table.shop_table tfoot tr.shipping td,body.woocommerce-page form.checkout table.shop_table tfoot tr.shipping th{
	vertical-align:middle;
}

body .woocommerce table.shop_table tfoot tr.total th, body.woocommerce-page table.shop_table tfoot tr.total th{
	padding-right:14px;
}

body .woocommerce table.shop_table tfoot th,body.woocommerce-page table.shop_table tfoot th{
	text-align:right;
}

body .woocommerce table.shop_table tfoot tr .amount,body.woocommerce-page table.shop_table tfoot tr .amount{
	font-weight:bold;
}

body .woocommerce table.shop_table tfoot tr.total .amount,
body.woocommerce-page table.shop_table tfoot tr.total .amount{
	font-size:30px;
	letter-spacing:-.6px;
	line-height:34px;
}

.woocommerce .accordion-inner table.shop_table, .woocommerce-page .accordion-inner table.shop_table{
	margin-bottom:10px;
}

body .woocommerce table.shop_table tfoot tr.cart-subtotal th,body.woocommerce-page table.shop_table tfoot tr.cart-subtotal th{
	padding-right:22px;
}

body .woocommerce table.shop_table tfoot tr.cart-subtotal th,body.woocommerce-page table.shop_table tfoot tr.cart-subtotal th,
body .woocommerce table.shop_table tfoot tr.cart-subtotal td,body.woocommerce-page table.shop_table tfoot tr.cart-subtotal td{
	padding-top:15px;
}

body .woocommerce table.shop_table tfoot tr.shipping th,body.woocommerce-page table.shop_table tfoot tr.shipping th{
	padding-right:30px;
}

/* PAYMENT */
.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li{
	list-style:none;
}
.woocommerce #payment ul.payment_methods li label, .woocommerce-page #payment ul.payment_methods li label{
	display:inline-block;
}

.woocommerce #payment ul.payment_methods li.active label, .woocommerce-page #payment ul.payment_methods li.active label{
	font-weight:bold;
}

body .woocommerce #payment ul.payment_methods li input,body.woocommerce-page #payment ul.payment_methods li input{
	margin-right:5px;
	margin-bottom:2px;
}

body .woocommerce #payment div.payment_box,body.woocommerce-page #payment div.payment_box{
	width:100%;
	padding:2px 8px;
	margin:8px 0px;
}

body .woocommerce #payment,body.woocommerce-page #payment{
	background:#fff;
}

body #accordion-checkout-details #collapse-order-review .accordion-inner{
	padding:20px 0 0 0;
	border:0;
}

body .woocommerce #payment ul.payment_methods,body.woocommerce-page #payment ul.payment_methods{
	padding:10px 20px;
	border-width:1px;
	border-style:solid;
}

body .woocommerce #payment div.payment_box, body.woocommerce-page #payment div.payment_box{
	background:#fff !important;
	box-shadow:none !important;
	-webkit-box-shadow:none!important;
	-moz-box-shadow:none!important;
	border-width:1px 1px 2px 1px;
	border-style:solid;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
}

.woocommerce #payment div.payment_box p, .woocommerce-page #payment div.payment_box p{
	margin-bottom:0;
}

.woocommerce #payment ul.payment_methods li, .woocommerce-page #payment ul.payment_methods li label{
	min-width:200px;
}

body .woocommerce #payment div.payment_box:after, body.woocommerce-page #payment div.payment_box:after
{
	position:absolute;
	top:8px;left:5px;
	width:10px;height:5px;
	content:"";
	background-image:url(images/bg-note-lost-pass.png);
	background-repeat:no-repeat;
	background-position:center;
	border:0 !important;
}

body form.checkout #payment .form-row.place-order{
	padding-right:0;
	margin-bottom:0;
}

body form.checkout #payment #place_order{
	width:45%;
	text-shadow:none;
	max-width:340px;
	-webkit-text-shadow:none;
	-moz-text-shadow:none;
	-o-text-shadow:none;
	font-size:20px;
	letter-spacing:-.4px;
	line-height:22px;
	text-transform:lowercase;
	padding-top:2px;
	padding-bottom:4px;
	margin:7px 0 0 0;
}

body #content .woocommerce ul#shipping_method li,body.woocommerce-page #content ul#shipping_method li{
	overflow:hidden;
	display:block;
	position:relative;
	padding-right:25px;
}

.woocommerce ul#shipping_method label, .woocommerce-page ul#shipping_method label{
	display:inline-block;
	float:right;
}

.woocommerce ul#shipping_method input, .woocommerce-page ul#shipping_method input{
	float:right;
	position:absolute;
	top:7px;right:1px;
}

/* SHOPPING CART PAGE */
.woocommerce #content table.shop_table, 
.woocommerce-page #content table.shop_table,
#content .woocommerce table.shop_table {
    table-layout: auto;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html .woocommerce #content table.shop_table thead th, 
html .woocommerce-page #content table.shop_table thead th,
#content .woocommerce table.shop_table thead th {
    vertical-align: top;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: normal;
    border-width: 1px 1px 1px 0px;
    border-style: solid;
	text-align:center;
	font-weight:normal;
}


html .woocommerce #content table.shop_table thead th.product-thumbnail.first, 
html .woocommerce-page #content table.shop_table thead th.product-thumbnail.first,
#content .woocommerce  table.shop_table thead th.product-thumbnail.first{
	text-align:left;
}

.woocommerce #content table.shop_table tbody tr.cart_table_item td.product-thumbnail:first-child, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item td.product-thumbnail:first-child,
#content .woocommerce table.shop_table tbody tr.cart_table_item td.product-thumbnail:first-child{
	text-align:left;
}

html .woocommerce #content table.shop_table thead th:first-child, 
html .woocommerce-page #content table.shop_table thead th:first-child,
#content .woocommerce table.shop_table thead th:first-child {
	border-width:1px;
}

.woocommerce #content table.shop_table tbody tr.cart_table_item td, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item td,
#content .woocommerce table.shop_table tbody tr.cart_table_item td {
    border-width: 0 1px 0 0;
    border-style: solid;
    padding:0;
	min-width:80px;
	text-align:center;
}

#content .woocommerce table.shop_table td{
	border-top:0;
}

#content .woocommerce table.cart a.remove, .woocommerce-page #content table.cart a.remove, .woocommerce #content table.cart a.remove, .woocommerce-page #content table.cart a.remove{
	border:1px solid;
	display:inline-block !important;
	width:20px !important;
	height:20px !important;
	text-indent:-999999px;
	text-align:center !important;
	position:relative;
	padding:0 !important;
	background:url(images/ic-remove.png) no-repeat center;
}

.woocommerce #content table.shop_table tbody tr.cart_table_item td:first-child, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item td:first-child,
#content .woocommerce table.shop_table tbody tr.cart_table_item td:first-child {
	border-width: 0 1px 0 1px;
}

.woocommerce #content table.shop_table tbody tr.cart_table_item td.product-thumbnail, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item td.product-thumbnail,
#content  .woocommerce table.shop_table tbody tr.cart_table_item td.product-thumbnail {
    padding: 20px;
}

.woocommerce table.shop_table thead .product-thumbnail, .woocommerce-page table.shop_table thead .product-thumbnail{
	width:50%;
}

body .woocommerce table.shop_table tfoot tr.total td, body.woocommerce-page table.shop_table tfoot tr.total td{
	padding-bottom:0;
}

.woocommerce #content table.shop_table tbody tr.cart_table_item td.product-subtotal .amount, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item td.product-subtotal .amount,
.woocommerce #content table.shop_table tbody tr.cart_table_item td.product-price .amount, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item td.product-price .amount,
#content .woocommerce  table.shop_table tbody tr.cart_table_item td.product-price .amount, 
#content .woocommerce table.shop_table tbody tr.cart_table_item td.product-subtotal .amount {
    font-size: 14px;
	font-weight:bold;
	line-height:16px;
}

.woocommerce #content table.shop_table td, 
.woocommerce-page #content table.shop_table td {
    vertical-align: middle;
}

/* Full Width */
.woocommerce #content table.shop_table tbody tr.cart_table_item .wd_product_item, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item .wd_product_item,
#content .woocommerce table.shop_table tbody tr.cart_table_item .wd_product_item {
    float: left;
    position: relative;
    margin: 0;
	width:17%;
}

.woocommerce #content table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name .product-title, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name .product-title,
 #content .woocommerce table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name .product-title {
	margin-top:18px;
	display:inline-block;
	width:83%;
}
/* end full width */

/* 1 sidebar */
.woocommerce #content table.shop_table tbody tr.cart_table_item .wd_product_item, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item .wd_product_item,
#content .woocommerce table.shop_table tbody tr.cart_table_item .wd_product_item {
    float: left;
    position: relative;
    margin: 0;
	width:17%;
}

.woocommerce #content table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name .product-title, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name .product-title,
 #content .woocommerce table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name .product-title {
	margin-top:24px;
	display:inline-block;
	width:83%;
}
/* end 1 sidebar */

/* 2 sidebar */
html .woocommerce #content .span12 table.shop_table thead th, 
html .woocommerce-page #content .span12 table.shop_table thead th,
#content .span12 .woocommerce  table.shop_table thead th,
html .woocommerce #content .span12 table.shop_table tbody  tr td, 
html body.woocommerce-page #content .span12 table.shop_table tbody tr td,
#content .span12 .woocommerce  table.shop_table tbody tr td
{
    padding-left: 10px;
    padding-right: 10px;
}

.woocommerce #content .span12 table.shop_table tbody tr.cart_table_item td, 
.woocommerce-page #content .span12 table.shop_table tbody tr.cart_table_item td,
#content .span12 .woocommerce table.shop_table tbody tr.cart_table_item td {
    padding-left: 10px;
    padding-right: 10px;
}

#content .span12 .woocommerce table.shop_table tbody tr.cart_table_item td .minus,
.woocommerce #content .span12 table.shop_table tbody tr.cart_table_item td .minus, 
.woocommerce-page #content .span12 table.shop_table tbody tr.cart_table_item td .minus {
    z-index: 1;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 1px;
    bottom: 1px;
    margin: 0;
    cursor: pointer;
    border-width: 0 0 0 1px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
    border-style: solid;
	font-size:12px;
	line-height:14px;
}

#content .span12 .woocommerce table.shop_table tbody tr.cart_table_item td .plus, 
.woocommerce #content .span12 table.shop_table tbody tr.cart_table_item td .plus, 
.woocommerce-page #content .span12 table.shop_table tbody tr.cart_table_item td .plus {
    z-index: 1;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 1px;
    top: 1px;
    margin: 0;
    cursor: pointer;
    border-width: 0 0 1px 1px;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
    border-style: solid;
	font-size:12px;
	line-height:14px;
}

#content .span12 .woocommerce table.shop_table tbody tr.cart_table_item td .qty,
.woocommerce #content .span12 table.shop_table tbody tr.cart_table_item td .qty, 
.woocommerce-page #content .span12 table.shop_table tbody tr.cart_table_item td .qty {
    padding: 0 30px 0 20px;
    width: 60px !important;
}

.woocommerce #content .span12 table.shop_table tbody tr.cart_table_item td,
.woocommerce-page #content .span12 table.shop_table tbody tr.cart_table_item td,
#content .span12 .woocommerce table.shop_table tbody tr.cart_table_item td{
	min-width:50px;
}

#content .woocommerce .span12 table.shop_table tbody tr.cart_table_item td .quantity,
.woocommerce #content .span12 table.shop_table tbody tr.cart_table_item td .quantity, 
.woocommerce-page #content .span12 table.shop_table tbody tr.cart_table_item td .quantity {
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: auto;
}

.woocommerce #content table.shop_table tbody tr.cart_table_item .wd_product_item img, .woocommerce-page #content table.shop_table tbody tr.cart_table_item .wd_product_item img, #content .woocommerce table.shop_table tbody tr.cart_table_item .wd_product_item img{
	width:0;height:0;padding:0;margin:0;
}

.woocommerce #content .span12 table.shop_table tbody tr.cart_table_item .wd_product_item, 
.woocommerce-page #content .span12 table.shop_table tbody tr.cart_table_item .wd_product_item,
#content .span12 .woocommerce table.shop_table tbody tr.cart_table_item .wd_product_item {
    float: left;
    position: relative;
    margin-bottom: 10px;
	width:100%;
}

.woocommerce #content .span12 table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name .product-title, 
.woocommerce-page #content .span12 table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name .product-title,
 #content .span12 .woocommerce table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name .product-title {
	margin-top:0;
	display:inline-block;
	width:100%;
}
/* end 2 sidebar */

.woocommerce #content table.shop_table tbody tr.cart_table_item .wd_product_item a.remove, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item .wd_product_item a.remove {
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
    width: 9px;
    height: 9px;
    color: transparent;
    font-size: 0;
    background: #000 url(images/images.png) no-repeat -339px -149px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

.woocommerce #content table.shop_table tbody tr.cart_table_item .wd_product_item a.remove:hover, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item .wd_product_item a.remove:hover,
#content .woocommerce table.cart a.remove:hover {
    color:#fff;
}

#content .woocommerce table.shop_table tbody tr.cart_table_item .wd_product_item a
.woocommerce #content table.shop_table tbody tr.cart_table_item .wd_product_item a, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item .wd_product_item a {
    display: inline-block;
}

#content .woocommerce table.shop_table tbody tr.cart_table_item .wd_product_item a:first-child,
.woocommerce #content table.shop_table tbody tr.cart_table_item .wd_product_item a:first-child, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item .wd_product_item a:first-child {
    margin: 0 20px 0 0;
}

.woocommerce #content table.shop_table tbody tr.cart_table_item .wd_product_item img, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item .wd_product_item img,
#content .woocommerce table.shop_table tbody tr.cart_table_item .wd_product_item img {
    border:0;
    margin: 0;
	width:70px;
	height:auto;
	display:block;
}

.woocommerce #content table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name a, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name a,
#content .woocommerce table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name a {
	font-size:14px;
	line-height:18px;
	font-weight:bold;
	letter-spacing:-.2px;
	display:inline-block;
	margin-right:15px;
}

.woocommerce #content table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name a.image, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name a.image,
#content .woocommerce table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name a.image{
	display:block;
}

#content .woocommerce table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name a.image,
.woocommerce #content table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name a.image,
.woocommerce-page #content table.shop_table tbody tr.cart_table_item .product-thumbnail.product-name a.image{
	margin-top:0
}

.woocommerce #content table.shop_table tbody td.product-thumbnail .wd_product_number, 
.woocommerce-page #content table.shop_table tbody td.product-thumbnail .wd_product_number,
#content .woocommerce table.shop_table tbody td.product-thumbnail .wd_product_number {
    display: inline-block;
    margin: 0 0 0 0;
	display:none;
}

#content .woocommerce table.shop_table tbody td.product-thumbnail .wd_product_excerpt,
.woocommerce #content table.shop_table tbody td.product-thumbnail .wd_product_excerpt, 
.woocommerce-page #content table.shop_table tbody td.product-thumbnail .wd_product_excerpt {
    margin: 8px 0 0;
}

.woocommerce #content table.shop_table tbody td.product-thumbnail .wd_product_number strong, 
.woocommerce-page #content table.shop_table tbody td.product-thumbnail .wd_product_number strong,
#content .woocommerce  table.shop_table tbody td.product-thumbnail .wd_product_number strong {
    font-weight: normal;
}

.woocommerce #content table.shop_table tbody tr.cart_table_item td.product-quantity .quantity, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item .quantity,
#content .woocommerce table.shop_table tbody tr.cart_table_item td.product-quantity .quantity{
    width: 75px;
	display:inline-block;
}

.woocommerce #content #container-main.span12 table.shop_table tbody tr.cart_table_item td.product-quantity .quantity, .woocommerce-page #content #container-main.span12 table.shop_table tbody tr.cart_table_item .quantity, #content #container-main.span12 .woocommerce table.shop_table tbody tr.cart_table_item td.product-quantity .quantity{
	width:60px;
}

.woocommerce #content table.shop_table tbody tr.cart_table_item td.product-quantity input.qty, 
.woocommerce-page #content table.shop_table tbody tr.cart_table_item .quantity input.qty,
#content .woocommerce table.shop_table tbody tr.cart_table_item .quantity input.qty  {
    background: #fff;
    border: 1px solid;
}

.woocommerce #content table.shop_table tbody td.actions,
.woocommerce-page #content table.shop_table tbody td.actions,
#content .woocommerce table.shop_table tbody td.actions {
    text-align: right;
    padding: 16px 0 0;
    border-top: 1px solid;
}

.woocommerce #content table.shop_table tbody td.actions input.button,
.woocommerce-page #content table.shop_table tbody td.actions input.button,
#content .woocommerce table.shop_table tbody td.actions input.button {
    line-height:18px;
	font-size:14px;
    position: relative;
    top: 0;
	border:1px solid;
	text-transform:capitalize;
	margin-right:10px;
}

.woocommerce #content table.shop_table tbody td.actions input.button:hover,
.woocommerce-page #content table.shop_table tbody td.actions input.button:hover,
#content .woocommerce  table.shop_table tbody td.actions input.button:hover{
	color:#ffffff;
}

.woocommerce #content table.shop_table tbody td.actions a.button,
.woocommerce-page #content table.shop_table tbody td.actions a.button,
#content .woocommerce table.shop_table tbody td.actions a.button{
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    top: 0;
}

.woocommerce #content table.shop_table tbody td.actions input.button:hover,
.woocommerce-page #content table.shop_table tbody td.actions input.button:hover {
    
}

.woocommerce #content table.shop_table tbody td.actions > p,
.woocommerce-page #content table.shop_table tbody td.actions > p,
#content .woocommerce table.shop_table tbody td.actions > p {
    display: inline-block;
	float:right;
}

/* CART COLLATERALS */
.woocommerce #content .cart-collaterals,
.woocommerce-page #content .cart-collaterals,
#content .woocommerce .cart-collaterals {
    margin-left: -20px;
    width: auto;
}

.woocommerce #content .cart-collaterals form,
.woocommerce-page #content .cart-collaterals form,
#content .woocommerce  .cart-collaterals form,
.woocommerce #content .cart-collaterals .cart_totals ,
.woocommerce-page #content .cart-collaterals .cart_totals,
#content .woocommerce .cart-collaterals .cart_totals {
    width: 33.3%;
    margin-top: 0;
    margin-bottom: 30px;
    display: inline-block;
    float: left;
    overflow: visible;
}

#content .span12 .woocommerce .cart-collaterals,
.woocommerce #content .span12 .cart-collaterals, 
.woocommerce-page #content .span12 .cart-collaterals {
    margin-left: 0;
}

#content .span12 .woocommerce .cart-collaterals form,
.woocommerce #content .span12 .cart-collaterals form,
.woocommerce-page #content .span12 .cart-collaterals form,
#content .span12 .woocommerce .cart-collaterals .cart_totals,
.woocommerce #content .span12 .cart-collaterals .cart_totals ,
.woocommerce-page #content .span12 .cart-collaterals .cart_totals {
    width: 100%;
    margin-bottom: 30px;
}

#content .woocommerce .cart-collaterals form > *,
.woocommerce #content .cart-collaterals form > *,
.woocommerce-page #content .cart-collaterals form > *{
	margin-left:20px;
	padding-left:20px;
	padding-right:20px;
}




.woocommerce #content .span12 .cart-collaterals form > *,
.woocommerce-page #content .span12 .cart-collaterals form > *,
#content .span12 .woocommerce .cart-collaterals form > *,
.woocommerce #content .span12 .cart-collaterals .cart_totals > *,
.woocommerce-page #content .span12 .cart-collaterals .cart_totals > *,
#content .span12 .woocommerce .cart-collaterals .cart_totals > *,
.woocommerce #content .span12 .shipping_calculator > * ,
.woocommerce-page #content .span12 .shipping_calculator > *,
#content .span12 .woocommerce .shipping_calculator > *{
    margin-left: 0;
    padding-left: 0;
	padding-right:0;
}

body .span12 .woocommerce .cart-collaterals .cross-sells, 
body .woocommerce-page .span12 .cart-collaterals .cross-sells {
    padding-left: 0;
}
/* Coupon */
#content .coupon_wrapper,#content .coupon_wrapper .coupon{
	float:left;
	width:100%;
}

#content .span12 .woocommerce .cart-collaterals .coupon_wrapper label,
.woocommerce #content .span12 .cart-collaterals .coupon_wrapper label,
.woocommerce-page #content .span12 .cart-collaterals .coupon_wrapper label{
	margin-left:0;
}

#content .span12 .woocommerce .cart-collaterals .cart_totals, 
.woocommerce #content .span12 .cart-collaterals .cart_totals, 
.woocommerce-page #content .span12 .cart-collaterals .cart_totals{
	padding:0;
}

#content .woocommerce .cart-collaterals .coupon_wrapper label,
.woocommerce #content .cart-collaterals .coupon_wrapper label,
.woocommerce-page #content .cart-collaterals .coupon_wrapper label {
    text-transform: lowercase;
    font-size: 20px;
    line-height: 22px;
    padding: 16px 0;
	font-weight:bold;
    margin-bottom: 0;
    border-width: 1px 0 0 0;
	border-style:solid;
	margin-left:-20px;
	letter-spacing:-.4px;
}

#content .woocommerce .cart-collaterals .coupon_wrapper p,
.woocommerce #content .cart-collaterals .coupon_wrapper p,
.woocommerce-page #content .cart-collaterals .coupon_wrapper p {
    margin: 0 0 7px;
}

#content .woocommerce .cart-collaterals .coupon_wrapper input.button,
.woocommerce #content .cart-collaterals .coupon_wrapper input.button,
.woocommerce-page #content .cart-collaterals .coupon_wrapper input.button {
    margin-top:10px;
	display:block;
	float:left;
	clear:both
}

#content .woocommerce .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%;
    max-width: 340px;
    float: left;
    margin: 0 20px 10px 0;
    -webkit-appearance: none;
	height:28px;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	padding:0 10px;
}

#content .woocommerce .cart-collaterals .coupon_wrapper .content_coupon,
.woocommerce #content .cart-collaterals .coupon_wrapper .content_coupon,
.woocommerce-page #content .cart-collaterals .coupon_wrapper .content_coupon{
	padding-right:20px;
	overflow:hidden;
}

/* Shipping Calculator */
#content .woocommerce .cart-collaterals .shipping_calculator,
.woocommerce #content .cart-collaterals .shipping_calculator,
.woocommerce-page #content .cart-collaterals .shipping_calculator {
    text-align: left;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after{
	display:none !important;
}

#content .woocommerce  .cart-collaterals .shipping_calculator h2,
.woocommerce #content .cart-collaterals .shipping_calculator h2,
.woocommerce-page #content .cart-collaterals .shipping_calculator h2 {
    border-width: 1px 0 0 0;
	border-style:solid;
	padding: 16px 0;
	font-size: 20px;
    line-height: 22px;
	font-weight:bold;
    margin-bottom: 0;
}

#content .woocommerce .cart-collaterals .shipping_calculator h2 a,
.woocommerce #content .cart-collaterals .shipping_calculator h2 a,
.woocommerce-page #content .cart-collaterals .shipping_calculator h2 a {
    text-transform: lowercase;
    padding: 0;
	font-size: 20px;
    line-height: 22px;
	letter-spacing:-.4px;
}

#content .woocommerce .shipping_calculator .shipping-calculator-form,
.woocommerce #content .shipping_calculator .shipping-calculator-form,
.woocommerce-page #content .shipping_calculator .shipping-calculator-form {
    display: block;
    position: relative;
}

#content .woocommerce .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 {
    display: block;
    width: 100%;
}

#content .woocommerce .shipping_calculator .shipping-calculator-form input[type="text"],
.woocommerce #content .shipping_calculator .shipping-calculator-form input[type="text"],
.woocommerce-page #content .shipping_calculator .shipping-calculator-form input[type="text"]{
	max-width:340px;
}

#content .woocommerce .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;
	border:0 none;
    font-weight: normal;
	color:red;
	font-weight:bold;
	padding-left:5px;
}

#content .woocommerce .cart-collaterals .shipping_calculator abbr:after,
.woocommerce #content .cart-collaterals .shipping_calculator abbr:after,
.woocommerce-page #content .cart-collaterals .shipping_calculator abbr:after {
    content: "*";
    font-size: 12px;
}

#content .woocommerce .cart-collaterals .shipping_calculator p,
.woocommerce #content .cart-collaterals .shipping_calculator p,
.woocommerce-page #content .cart-collaterals .shipping_calculator p {
    margin: 0 0 4px;
}

#content .woocommerce .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 {
    margin: 0 0 8px;
}

#content .woocommerce .cart-collaterals .shipping_calculator p span,
.woocommerce #content .cart-collaterals .shipping_calculator p span,
.woocommerce-page #content .cart-collaterals .shipping_calculator p span {
    display: inline-block;
    margin: 0 0 3px;
}

#content .woocommerce .cart-collaterals .shipping_calculator select,
.woocommerce #content .cart-collaterals .shipping_calculator select,
.woocommerce-page #content .cart-collaterals .shipping_calculator select {
    text-transform: none;
	max-width:340px;
}

#content .woocommerce .cart-collaterals .shipping_calculator #calc_shipping_postcode,
.woocommerce #content .cart-collaterals .shipping_calculator #calc_shipping_postcode,
.woocommerce-page #content .cart-collaterals .shipping_calculator #calc_shipping_postcode{
	max-width:340px;
}

#content .woocommerce .cart-collaterals .shipping_calculator select option,
.woocommerce #content .cart-collaterals .shipping_calculator select option,
.woocommerce-page #content .cart-collaterals .shipping_calculator select option {
    padding: 0 8px;
}

#content .woocommerce .cart-collaterals .shipping_calculator .button,
.woocommerce #content .cart-collaterals .shipping_calculator .button,
.woocommerce-page #content .cart-collaterals .shipping_calculator .button {
    width: auto;
    margin: 10px 15px 0 0;
    display: inline-block;
}

#content .woocommerce .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{
	display:inline-block;
	float:left;
} 

#content .woocommerce .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 {
    display: inline-block;
	float:left;
    text-transform: none;
	margin-top:16px;
}
/* Cart Totals */
#content .woocommerce .cart-collaterals .cart_totals,
.woocommerce #content .cart-collaterals .cart_totals ,
.woocommerce-page #content .cart-collaterals .cart_totals {
    text-align: left;
	padding:0  0 0 20px;
}

#content .woocommerce .cart-collaterals .cart_totals .checkout-button:hover{
	color:#ffffff;
}

#content .woocommerce .cart-collaterals .cart_totals h2 ,
.woocommerce #content .cart-collaterals .cart_totals h2 ,
.woocommerce-page #content .cart-collaterals .cart_totals h2 {
    border-width: 1px 0 0 0;
	border-style:solid;
	padding: 16px 0;
	font-size: 20px;
	margin-left:0;
	letter-spacing:-.4px;
    line-height: 22px;
	font-weight:bold;
    margin-bottom: 0;
}

#content .woocommerce .cart-collaterals .cart_totals > form,
.woocommerce #content .cart-collaterals .cart_totals > form,
.woocommerce-page #content .cart-collaterals .cart_totals > form {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    margin-left: 0;
}

#content .woocommerce .cart-collaterals .cart_totals > table th,
.woocommerce #content .cart-collaterals .cart_totals > table th,
.woocommerce-page #content .cart-collaterals .cart_totals > table th {
    border: 0;
    padding: 0 0 10px;
	font-weight:normal;
	vertical-align:bottom;
	text-align:left;
}
/*==*/
#content .woocommerce .cart-collaterals .cart_totals > table tr.total th,
.woocommerce #content .cart-collaterals .cart_totals > table tr.total th,
.woocommerce-page #content .cart-collaterals .cart_totals > table tr.total th{
	padding-bottom:12px;
}
/*==*/

#content .woocommerce .cart-collaterals .cart_totals > table  tr.shipping th,
.woocommerce #content .cart-collaterals .cart_totals > table tr.shipping th,
.woocommerce-page #content .cart-collaterals .cart_totals > table tr.shipping th{
	vertical-align:middle;
}

#content .woocommerce .cart-collaterals .cart_totals > table th strong,
.woocommerce #content .cart-collaterals .cart_totals > table th strong,
.woocommerce-page #content .cart-collaterals .cart_totals > table th strong {
    font-weight: normal;
    font-size: 14px;
}
#content .woocommerce .cart-collaterals .cart_totals > table tr.total .amount,
.woocommerce #content .cart-collaterals .cart_totals > table tr.total .amount,
.woocommerce-page #content .cart-collaterals .cart_totals > table tr.total .amount{
	font-weight:bold;
	font-size:30px;
	line-height:30px;
	letter-spacing:-.6px;
}


.ie #content .woocommerce .cart-collaterals .cart_totals > table th strong,
.ie .woocommerce #content .cart-collaterals .cart_totals > table th strong,
.ie .woocommerce-page #content .cart-collaterals .cart_totals > table th strong {
    float: left;
}

#content .woocommerce .cart-collaterals .cart_totals > table td,
.woocommerce #content .cart-collaterals .cart_totals > table td,
.woocommerce-page #content .cart-collaterals .cart_totals > table td {
    border: 0;
    padding: 0 0 10px 0;
	width:70%;
	text-align:right;
	vertical-align:bottom;
}

#content .woocommerce .cart-collaterals .cart_totals > table td strong,
.woocommerce #content .cart-collaterals .cart_totals > table td strong,
.woocommerce-page #content .cart-collaterals .cart_totals > table td strong {
    font-weight: bold;
    font-size: 14px;
}

#content .woocommerce .cart-collaterals .cart_totals .checkout-button,
.woocommerce #content .cart-collaterals .cart_totals .checkout-button,
.woocommerce-page #content .cart-collaterals .cart_totals .checkout-button
{
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin: 11px 0 0;
    border-style: solid;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
	line-height:18px;
	font-size:14px;
    position: relative;
    margin-top:5px;
	border:1px solid;
	text-transform:capitalize;
}

#content .woocommerce .cart-collaterals .cart_totals .button.wd_update_button_visible,
.woocommerce #content .cart-collaterals .cart_totals .button.wd_update_button_visible,
.woocommerce-page #content .cart-collaterals .cart_totals .button.wd_update_button_visible{
	position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    margin: 11px 0 0;
    border-style: solid;
    text-align: center;
    padding-right: 0;
    padding-left: 0;
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
	line-height:18px;
	font-size:14px;
    position: relative;
    margin-top:5px;
}

#content .woocommerce .cart-collaterals .cart_totals .checkout-button:hover,
.woocommerce #content .cart-collaterals .cart_totals .checkout-button:hover,
.woocommerce-page #content .cart-collaterals .cart_totals .checkout-button:hover {
    text-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
}

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 {
    padding-right: 0;
}

html .woocommerce .cart-collaterals .cart_totals table, 
html .woocommerce-page .cart-collaterals .cart_totals table {
    padding: 0 20px;
	margin-bottom:0;
}

/* CROSS SELL */
#content  .woocommerce .cart-collaterals .cross-sells,
.woocommerce #content .cart-collaterals .cross-sells, 
.woocommerce-page #content .cart-collaterals .cross-sells {
    margin: 10px 0 20px 0;
	clear:both;
}

body #content .woocommerce .cart-collaterals .cross-sells h2,
.woocommerce #content .cart-collaterals .cross-sells h2, 
.woocommerce-page #content .cart-collaterals .cross-sells h2 {
    text-transform: lowercase;
    font-size: 20px;
    line-height: 22px;
    padding: 16px 0 0 0;
	font-weight:bold;
    margin-bottom: 0;
	letter-spacing:-.4px;
    border-width: 1px 0 0 0;
	border-style:solid
}

/* 3 - PAGE MY ACCOUNT */
.myaccount_user strong {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 14px;
}

.myaccount_user a {
    font-size: 14px;
}

.myaccount_user a.wd_logout.btn:hover{
	color:#fff;
}

html .woocommerce #content table.shop_table.my_account_orders thead th, 
html .woocommerce-page #content table.shop_table.my_account_orders thead th,
#content .woocommerce table.shop_table.my_account_orders thead th{
	text-align:left;
}

.recent-order-title {
    font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
	position:relative;
	padding-left:30px;
}

.recent-order-title:before{
	position:absolute;
	top:0px;
	left:0;
	right:0;
	font-size:16px;
	content:"\f036";
	width:30px;
	height:100%;
	font-family:FontAwesome;
	font-weight:bold;
	font-style:normal;
}

body #content .woocommerce .shop_table.my_account_orders,
body.woocommerce-page #content .shop_table.my_account_orders{
	border-width:0 0 1px 0;
	border-style:solid;
}

body #content .woocommerce .shop_table.my_account_orders tbody tr td,
body.woocommerce-page #content .shop_table.my_account_orders tbody tr td{
	border-width:0 1px 0 0;
	border-style:solid;
	padding:6px 20px
}

body #content .woocommerce .shop_table.my_account_orders tbody tr.order.first td ,
body.woocommerce-page #content .shop_table.my_account_orders tbody tr.order.first td{
		padding-top:18px;
}

body #content .woocommerce .shop_table.my_account_orders tbody tr.order.last td ,
body.woocommerce-page #content .shop_table.my_account_orders tbody tr.order.last td{
		padding-bottom:25px;
}

body #content .woocommerce .shop_table.my_account_orders tbody tr td.order-number,
body.woocommerce-page #content .shop_table.my_account_orders tbody tr td.order-number{
	border-width:0 1px 0 1px;
	border-style:solid;
}

#content .woocommerce table.my_account_orders,
.woocommerce #content table.my_account_orders, 
.woocommerce-page #content table.my_account_orders {
    font-size: 14px;
    margin: 0 0 30px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	border-top:0;
}

#content .woocommerce table.my_account_orders th,
.woocommerce #content table.my_account_orders th, 
.woocommerce-page #content table.my_account_orders th {
    vertical-align: top;
    padding:15px 20px;
    font-size: 14px;
    font-weight: normal;
	border-right-width:1px;
	border-right-style:solid;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

#content .woocommerce table.my_account_orders td,
.woocommerce #content table.my_account_orders td, 
.woocommerce-page #content table.my_account_orders td {
    vertical-align: top;
    border-width: 0 1px 0 0;
    padding: 20px;
    border-style: solid;
}

#content .woocommerce 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{
	border-right:0;
}

#content .woocommerce 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 {
    font-weight:bold;
	font-size:14px;
}

#content .woocommerce 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 {
    vertical-align: top;
    text-align: center;
}

#content .woocommerce table.my_account_orders td.order-total .amount,
.woocommerce #content table.my_account_orders td.order-total .amount, 
.woocommerce-page #content table.my_account_orders td.order-total .amount{
	font-weight:bold;
	font-size:14px;
}

#content .woocommerce 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 {
    margin: 0;
    height: auto;
    padding: 0;
    text-transform: none;
    background: transparent;
    border: 0;
    line-height: 14px;
	color:#fa5d01;
	font-weight:normal;
}

#content .woocommerce 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;
}
/* Address */
.my-address-title {
    font-size: 16px;
	font-weight:bold;
	text-transform:uppercase;
	padding-left:30px;
	position:relative;
	padding-bottom:10px;
}

.my-address-title:before{
	position:absolute;
	top:-1px;
	left:0;
	right:0;
	font-size:20px;
	content:"\f003";
	width:30px;
	height:100%;
	font-family:FontAwesome;
	font-weight:bold;
	font-style:normal;
}

#content .woocommerce .addresses .header,
.woocommerce #content .addresses .header,
.woocommerce-page #content .addresses .header {
    position: relative;
	margin-bottom:10px;
	overflow:hidden;
}

#content .woocommerce .addresses .header h3,
.woocommerce #content .addresses .header h3,
.woocommerce-page #content .addresses .header h3 {
    display:inline-block;
    font-size: 14px;
    border:0;
    padding: 0 25px 0 0;
	font-weight:bold;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	text-transform:capitalize;
	float:left;
}

#content .woocommerce .addresses .header .edit,
.woocommerce #content .addresses .header .edit,
.woocommerce-page #content .addresses .header .edit {
    font-size: 12px;
    margin-top:3px;
	float:left;
}

#content .woocommerce .addresses ,
.woocommerce #content .addresses ,
.woocommerce-page #content .addresses {
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	margin-bottom:70px;
}

#content .woocommerce .addresses address,
.woocommerce #content .addresses address,
.woocommerce-page #content .addresses address {
    font-style: normal;
	line-height:22px;
}

/* 4 - ORDER DETAIL */
.order-detail-title, .custom-detail-title {
    font-size: 20px;
    line-height: 22px;
	font-weight:bold;
	padding-top:15px;
	border-width:1px 0 0 0;
	border-style:solid;
	padding-bottom:25px;
}

.order-info mark {
    background: transparent;
    color: #000;
}

.order-info mark.order-status {
    font-weight:bold;
}

#content .woocommerce .order_details,
.woocommerce #content .order_details, 
.woocommerce-page #content .order_details {
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	padding-left:0;
}

#content .woocommerce .order_details .order_table_item .product-name,
.woocommerce #content .order_details .order_table_item .product-name,
.woocommerce-page #content .order_details .order_table_item .product-name{
	font-weight:bold;
}

#content .woocommerce .order_details thead th,
.woocommerce #content .order_details thead th, 
.woocommerce-page #content .order_details thead th {
    vertical-align: top;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: normal;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
	text-align:center;
}

#content .woocommerce .order_details thead th.product-total,
.woocommerce #content .order_details thead th.product-total, 
.woocommerce-page #content .order_details thead th.product-total {
    border-width:1px 1px 1px 0;
}

#content .woocommerce .order_details tbody td,
.woocommerce #content .order_details tbody td, 
.woocommerce-page #content .order_details tbody td {
    vertical-align: middle;
    border-width: 0 1px 1px 1px;
    padding: 10px 15px 7px 15px;
    border-style: solid;
	line-height:16px;
}

#content .woocommerce .order_details tbody td.product-total,
.woocommerce #content .order_details tbody td.product-total, 
.woocommerce-page #content .order_details tbody td.product-total {
    border-width: 0 1px 1px 0;
}

#content .woocommerce .order_details tfoot th,
.woocommerce #content .order_details tfoot th, 
.woocommerce-page #content .order_details tfoot th {
    padding: 10px 20px;
    border: 0;
    font-weight: normal;
    text-align: right;
	vertical-align:middle;
}

#content .woocommerce .order_details tfoot td,
.woocommerce #content .order_details tfoot td, 
.woocommerce-page #content .order_details tfoot td {
    padding: 10px 20px;
    border: 0;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
}

.customer_details dt {
    margin: 0 0 5px;
    font-weight: normal;
    font-size: 14px;
	font-weight:bold;
}

.customer_details dd {
    margin: 0 0 15px;
    font-weight: normal;
}

#content .woocommerce  .order_details li,
.woocommerce #content .order_details li, 
.woocommerce-page #content .order_details li {
    list-style: none;
    font-size: 14px;
}

#content .woocommerce .order_details li strong,
.woocommerce #content .order_details li strong, 
.woocommerce-page #content .order_details li strong {
    padding: 7px 0;
    font-weight: normal;
    text-transform: none;
	font-size:14px;
}

/* 5 MY ACCOUNT */


#customer_login h2 {
    
}

html .woocommerce #customer_login form .form-row.form-row-first, 
html .woocommerce #customer_login form .form-row.form-row-last,
html .woocommerce-page #customer_login form .form-row.form-row-first, 
html .woocommerce-page #customer_login form .form-row.form-row-last {
    width: 100%;
    padding: 0;
    margin: 0 0 6px;
	clear:both;
}

html .woocommerce #customer_login form .form-row, 
html .woocommerce-page #customer_login form .form-row {
    margin-top: 14px;
}

html .woocommerce #customer_login.col2-set .col-1, 
html .woocommerce-page #customer_login.col2-set .col-1 {
    
}

html .woocommerce #customer_login.col2-set .col-1 form.login, 
html .woocommerce-page #customer_login.col2-set .col-1 form.login {
    display: block;
    padding: 0;
    margin: 0 0 30px;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html .woocommerce #customer_login.col2-set .col-1 label, 
html .woocommerce-page #customer_login.col2-set .col-1 label {
    font-size: 14px;
    text-transform: uppecase;
}

html .woocommerce #customer_login.col2-set .col-1 label.inline, 
html .woocommerce-page #customer_login.col2-set .col-1 label.inline{
	margin-left:10px;
}

html .woocommerce #customer_login.col2-set .col-1 form.login .form-row,
html .woocommerce-page #customer_login.col2-set .col-1 form.login .form-row {
    position: relative;
	clear:both;
}

html .woocommerce #customer_login.col2-set .col-1 form.login .lost_password, 
html .woocommerce-page #customer_login.col2-set .col-1 form.login .lost_password {
    
}

html .woocommerce #customer_login.col2-set .col-1 form.login input.button, 
html .woocommerce-page #customer_login.col2-set .col-1 form.login input.button {
    margin: 0;
}

html .woocommerce #customer_login.col2-set .col-2, 
html .woocommerce-page #customer_login.col2-set .col-2 {
    
}

html .woocommerce #customer_login.col2-set .col-2 form.register, 
html .woocommerce-page #customer_login.col2-set .col-2 form.register {
    border: 0;
    margin: 0 0 30px;
    padding-top: 0;
    padding-left: 0;
    display: block;
    overflow: hidden;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}

html .woocommerce #customer_login.col2-set .col-2 label, 
html .woocommerce-page #customer_login.col2-set .col-2 label {
    font-size: 14px;
}

html .woocommerce #customer_login.col2-set .col-2 input.button, 
html .woocommerce-page #customer_login.col2-set .col-2 input.button {
   margin-top:0;
}

html .woocommerce-account #content form label {
    font-size: 14px;
}

html .woocommerce-account #content input.button {
    margin: 10px 0 0 0;
}

/* 6 - LOST RESET PASSWORD */
.lost_reset_password label {
    font-size: 14px;
}

.woocommerce .lost_reset_password .form-row input.input-text,.woocommerce-page .lost_reset_password .form-row input.input-text{
	max-width:560px;
}

.lost_reset_password p.note{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	border:1px solid;
	border-bottom-width:2px;
	padding:13px 10px;
	position:relative;
	margin-bottom:30px;
	margin-left:0;
}

html .woocommerce-page .lost_reset_password p.form-row,html .woocommerce .lost_reset_password p.form-row{
	margin-left:20px;
}

.lost_reset_password p.note:before{
	position:absolute;
	top:-5px;left:30px;
	width:10px;height:5px;
	content:"";
	background-image:url(images/bg-note-lost-pass.png);
	background-repeat:no-repeat;
	background-position:center;
}
html .woocommerce-account #content  .lost_reset_password input.button,html .woocommerce  .lost_reset_password input.button{
	margin-top:15px;
}
/*==============================================================*/
/*                 COMPUTER VIII. TRACK ORDER PAGE           */
/*==============================================================*/
html .woocommerce-page .track_order p.form-row.form-row,html .woocommerce .track_order p.form-row.form-row,html .woocommerce-page .track_order p.form-row.form-row-last,html .woocommerce .track_order p.form-row.form-row-last{
	float:left;
	padding-left:20px;
}

html .woocommerce-page .track_order input.button,html .woocommerce .track_order input.button{
	margin-top:15px;
}

html .woocommerce-page .track_order p.form-row,html .woocommerce .track_order p.form-row,html .woocommerce-page .track_order p.form-row.form-row-last,html .woocommerce .track_order p.form-row.form-row-last{
	padding-left:20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.track_order p.note{
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-o-border-radius:6px;
	border:1px solid;
	border-bottom-width:2px;
	padding:13px 10px;
	position:relative;
	margin-bottom:30px;
	margin-left:0;
}

.woocommerce .track_order .form-row input.input-text,.woocommerce-page .track_order .form-row input.input-text{
	max-width:560px;
}

.track_order p.note:before{
	position:absolute;
	top:-5px;left:30px;
	width:10px;height:5px;
	content:"";
	background-image:url(images/bg-note-lost-pass.png);
	background-repeat:no-repeat;
	background-position:center;
}

/*==============================================================*/
/*                 COMPUTER VIII. BLOG PAGE                  */
/*==============================================================*/

.page-template-page-templatesblog-template-php .heading-title-block h1 {
    font-weight: normal;
}
ul.list-posts{padding:0;margin:0 0 26px 0;display:inline-block;width:100%;}

/* CATAGORIES BLOG */

body.page-template-page-templatesblog-template-php ul.list-posts li.first
{
	padding-top:0;
	margin-top:0;
	border:0;
}

body.page-template-page-templatesblog-template-php ul.list-posts li.first .wd-edit-link{
	margin-top:36px;
}

ul.list-posts > li:first-child{
	margin-top:0;
}

ul.list-posts > li,li.post {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 60px 0 0;
    margin: 60px 0 0 0;
    border-width: 1px 0 0;
    border-style: solid;
}

/* UL LI FOR LIST */
ul.list-posts ol, 
ul.list-posts ul
{
	margin-bottom:22px;
	padding-left:0;
	margin-top:14px;
	margin-left:0;
}
ul.list-posts ol li, 
ul.list-posts ul li 
{
	line-height:22px;
	list-style-position:inside
}

ul.list-posts ol ol, 
ul.list-posts ol ul, 
ul.list-posts ul ul,
ul.list-posts ul ol
{
	margin-left:40px;
	margin-top:22px;
}

ul.list-posts ol ol ol,ul.list-posts ul ul ul ,ul.list-posts ul ul ol,ul.list-posts ul ol ul,ul.list-posts ol ul ul,ul.list-posts ul ol ol,ul.list-posts ol ol ul,ol ul ol
{
	margin-top:20px;
	margin-left:40px;
}

ul.list-posts ol li, 
ul.list-posts ul ol li 
{
	list-style-type:decimal
}

ul.list-posts ul li 
{
	list-style:disc inside none
}

ul.list-posts ol ul > li 
{
	list-style:circle outside none
}

ul.list-posts ol ol > li 
{
	list-style-type:decimal
}

ul.list-posts ol > li > ol > li,ul.list-posts ol > ol > li 
{
	list-style-type:upper-alpha
}

ul.list-posts ol > li > ol > li > ol > li ,
ul.list-posts ol > ol > ol > li
{
	list-style-type:upper-roman
}

/* END */

ul.list-posts > li.last {
    margin-bottom: 40px;
}

ul.list-posts li .post-info-thumbnail {
    width: 30.5%;
    display: inline-block;
    float: left;
    padding: 0 0 0 0;
    margin-bottom: 5px;
    position: relative;
    top: 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;
}

ul.list-posts li .post-info-thumbnail .thumbnail img {
    margin: 0;
    position: relative;
    z-index: 1;
	transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

ul.list-posts li .post-info-thumbnail .thumbnail .thumb-image {
    position: relative;
    display: block;
	overflow:hidden;
}

ul.list-posts li .post-info-thumbnail .thumbnail .thumbnail-shadow {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 100%;
	top:0;
    background:url(images/bg-blog.png) repeat;
	transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

ul.list-posts li .post-info-thumbnail:hover .thumbnail .thumbnail-shadow {
    bottom: 0;
}

ul.list-posts li .post-info-thumbnail:hover .thumb-image img{
    transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
}

.ie ul.list-posts li .post-info-thumbnail:hover .thumb-image img{
    transform: none;
}

ul.list-posts li .post-info-meta {
    padding: 0;
}

ul.list-posts li .post-info-meta .author {
    margin: 0 0 5px;
	display:inline-block;
	float:left;
}

ul.list-posts li .post-info-meta .author a {
    display: inline-block;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
	letter-spacing: -.2px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
	margin-right:10px;
}

ul.list-posts li  .post-info-meta .author a:hover {
    
}

ul.list-posts li  .time {
    position: relative;
    padding: 0;
    margin: 0 32px 5px 0;
}

ul.list-posts li .time .entry-date {
    font-size: 14px;
    letter-spacing: -.2px;
	margin-bottom:32px;
	display:inline-block;
	line-height:16px;
}

ul.list-posts li .time .entry-date:before {
    
}

ul.list-posts li .post-info-meta .views-count {
    display: inline-block;
}

ul.list-posts li .post-info-meta .views-count span {
    display: inline-block;
    position: relative;
    line-height: 16px;
    font-size: 14px;
    letter-spacing: -0.2px;
    padding: 0;
}

ul.list-posts li .post-info-meta .views-count span:before {
    
}

ul.list-posts li  .short-content{
	font-size:14px;
	line-height:20px;
	letter-spacing:-.2px;
	margin-bottom:24px;
}

ul.list-posts li .post-info-meta .comments-count {
    display: inline-block;
    padding: 0;
    position: relative;
    font-size: 14px;
	padding-left:10px;
    letter-spacing: -0.2px;
	float:left;
}

ul.list-posts li .post-info-meta .comments-count:before {
	content:"";
	width:1px;
	top:4px;
	bottom:4px;
	left:0;
	position:absolute;
}

ul.list-posts li .post-info-meta{
	margin:20px 0;
}

ul.list-posts li .post-info-content {
    width: 69.5%;
    display: inline-block;
    float: left;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

ul.list-posts li .post-info-meta .cat-links {
    margin: 0 0 5px;
    display: inline-block;
    width: 100%;
    padding:0;
	margin-bottom:0;
	letter-spacing:-.2px;
	overflow:hidden;
}

body.category  .catagory-desc{
	letter-spacing:-.2px;
	margin-bottom:40px;
}

ul.list-posts li .post-info-meta .cat-links a {
    font-size: 14px;
	line-height:16px;
	font-weight:bold;
}

ul.list-posts li .post-title {
    margin: 0 0 8px;
}

ul.list-posts li .post-title .heading-title {
    display: inline-block;
    text-transform: none;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -.2px;
	padding:0;
    margin: 0;
    text-transform: none;
	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;
}

.page-title.archive-title.catagory-title{
	text-align:center;
}

ul.list-posts li .post-title .heading-title:hover {
    text-decoration: none;
}

ul.list-posts li .post-info-content .read-more {
    display: inline-block;
    position: relative;
    overflow: hidden;
	border-width: 1px;
	float:left;
    border-style: solid;
	padding:2px 10px;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	clear:both;
}

ul.list-posts li .post-info-content .read-more span span {
    position: relative;
}

ul.list-posts li .post-info-content .read-more span span:before {
    
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ul.list-posts li .post-info-content .read-more span span:before {
        font-weight: 300;
    }
}

ul.list-posts li .post-info-content .read-more:hover span span {
    
}

ul.list-posts li .wd-edit-link,li.post .wd-edit-link {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
	margin-top:10px;
}

.wd-edit-link a {
    font-size: 12px;
    margin: 0;
	font-weight:bold;
	padding:2px 5px;
	border:1px solid;
	border-radius:4px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}
/* Page Navi */
.page_navi {
    overflow: hidden;
	text-align:center;
}

.page_navi .wp-pagenavi {
    overflow: hidden;
}

.page_navi .nav-content, .page_navi .wp-pagenavi {
    position: relative;
    text-align: center;
    padding-bottom: 37px;
}

.page_navi > .wp-pagenavi{
	display:inline-block;
}

.page_navi .nav-content .wp-pagenavi,.page_navi .nav-content {
    display: inline-block;
    overflow: visible;
}

.page_navi .wp-pagenavi span, .page_navi .wp-pagenavi a,.page_navi > .nav-content > .pager span span {
    font-size:14px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	border:1px solid;
	display: inline-block;
    float: left;
    position: relative;
    padding: 5px 9px;
	line-height:16px;
	border-radius:14px;
	letter-spacing:-.2px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	-o-border-radius:14px;
    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;
	font-weight:bold;
	margin:5px;
}

.page_navi > .nav-content .next-phrase,.page_navi > .nav-content .previous-phrase{
	display:none;
	font-size:14px;
	box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	border:1px solid;
	display: inline-block;
    float: left;
    position: relative;
    padding: 5px 9px;
	line-height:16px;
	border-radius:14px;
	letter-spacing:-.2px;
	-webkit-border-radius:14px;
	-moz-border-radius:14px;
	-o-border-radius:14px;
    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;
	font-weight:bold;
	margin:5px;
}

.page_navi .nav-content .pager{
	float:left;
	display:inline-block;
	position: relative;
}

.page_navi .nav-content .pager{
	margin:0;
}

.page_navi .nav-content .pager span span{
	float:none;
}

.page_navi .wp-pagenavi span:hover, .page_navi .wp-pagenavi a:hover,.page_navi > .nav-content > .pager:hover span span,.page_navi > .nav-content .next-phrase:hover,.page_navi > .nav-content .previous-phrase:hover,.page_navi > .nav-content a.first:hover span span,.page_navi > .nav-content a.previous:hover span span,.page_navi > .nav-content a.next:hover span span,.page_navi > .nav-content a.last:hover span span {
    color:#fff;
}

.page_navi .wp-pagenavi span.current,.page_navi > .nav-content > .pager.current span span{
	color:#fff;
}

.page_navi .wp-pagenavi a.last{
	font-size:0;
	padding:0;
	min-height:26px;
	width:94px;
	line-height: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;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	position:relative;
}

.page_navi .wp-pagenavi a.last:before{
	content:"Last";
	font-weight:bold;
	font-size:14px;
	top:0;left:0;right:0;bottom:0;
	position:absolute;
	height:26px;
	line-height:25px;
	text-align:center;
}

.page_navi .wp-pagenavi a.first{
	font-size:0;
	padding:0;
	min-height:28px;
	width:94px;
	line-height: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;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	position:relative;
}

.page_navi .wp-pagenavi a.first:before{
	content:"First";
	font-weight:bold;
	font-size:14px;
	top:0;left:0;right:0;bottom:0;
	position:absolute;
	height:26px;
	line-height:25px;
	text-align:center;
}

.page_navi .wp-pagenavi a.previouspostslink {
    font-size:0;
	padding:0;
	min-height:26px;
	width:94px;
	line-height: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;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	position:relative;
}


.page_navi .wp-pagenavi a.previouspostslink:after {
    content:"Previous";
	font-weight:bold;
	font-size:14px;
	top:0;left:0;right:0;bottom:0;
	position:absolute;
	height:26px;
	line-height:25px;
	text-align:center;
}

.page_navi > .nav-content a.first span span,.page_navi > .nav-content a.previous span span,.page_navi > .nav-content a.next span span,.page_navi > .nav-content a.last span span{
	float:left;
	min-height:26px;
	width:94px;
	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;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	line-height:25px;
	margin:5px;
	border:1px solid;
	font-weight:bold;
}

.page_navi .wp-pagenavi a.nextpostslink {
	font-size:0;
	padding:0;
	min-height:26px;
	width:94px;
	line-height: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;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	position:relative;
}

.page_navi .wp-pagenavi a.nextpostslink:before{
	content:"Next";
	font-weight:bold;
	font-size:14px;
	top:0;left:0;right:0;bottom:0;
	position:absolute;
	height:26px;
	line-height:25px;
	text-align:center;
}

.page_navi .wp-pagenavi a.nextpostslink:hover {
    
}

/* Page navi plugin */
.page_navi .wp-pagenavi a, .page_navi .wp-pagenavi span {
    border: 0;
	font-weight:bold;
	border:1px solid;
}

.page_navi .wp-pagenavi span.extend:hover{
	background-color:#fff;
}

.page_navi .wp-pagenavi span.pages,.page_navi span.curent-total {
    padding-left: 0;
	display:none !important;
    margin-left: 0;
}

/* SINGLE BLOG */
.single-content .post {
    position: relative;
    margin: 0 0 30px;
    overflow: hidden;
}

.single-content .post .post-info-thumbnail {
    padding: 0 10px 0 0;
    margin: 0 0 15px;
}

.single-content .post .post-info-thumbnail .thumbnail {
    max-width: 100%;
}

.single-content .post-info-content .short-content p.big-info{
	font-size:18px;
	line-height:22px;
	margin-bottom:25px;
}
/* */

.single-content .post .post-title .heading-title {
    font-size: 30px;
	font-weight:normal;
	line-height:30px;
	letter-spacing:-.2px;
    text-transform: none;
	padding-bottom:10px;
	padding-right:80px;
}

.single-content .post .post-title .single-navigation{
	position:absolute;
	top:2px;
	right:0;
}

.single-content .post .post-title .single-navigation a
{
	z-index:9;
	position:absolute;
	width:40px;
	height:40px;
	display:inline-block;
	font-size:0;
	color:transparent;
	background:url(images/images.png) no-repeat -65px -158px;
	transition:all .3s ease-in-out 0;
	-moz-transition:all .3s ease-in-out 0;
	-webkit-transition:all .3s ease-in-out 0;
	opacity:1 !important;
	filter:alpha(opacity=100)!important
}

.single-content .post .post-title .single-navigation a[rel^=prev]{
	top:0;
	left:auto;
	right:34px;
	width:35px;
	margin-top:0;
	border:1px solid;
	height:30px;
	background-position:2px -187px;
	border-radius:20px 0 0 20px;
	-webkit-border-radius:20px 0 0 20px;
	-moz-border-radius:20px 0 0 20px;
	-o-border-radius:20px 0 0 20px;
}

.single-content .post .post-title .single-navigation a[rel^=prev]:hover{
	background-position:-29px -187px;
}

.single-content .post .post-title .single-navigation a[rel^=next]{
	margin-top:0;
	top:0;
	left:auto;right:0;
	height:30px;
	width:35px;
	background-position:0 -245px;
	border:1px solid;
	border-radius:0 20px 20px 0;
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	-o-border-radius:0 20px 20px 0;
}

.single-content .post .post-title .single-navigation a[rel^=next]:hover{
	background-position:-30px -245px;
}

.single-content .post .wd-edit-link {
    position: absolute;
    right: 0;
    top: 35px;
}

.single-content .post .wd-edit-link a {
    font-size: 12px;
}

.single-content .post .post-info-meta .cat-links {
    display: inline-block;
    margin: 0;
	padding:0 20px 0 0;
	float:left;
	position:relative;
}

.single-content .post .post-info-meta .cat-links:after {
	content:"";
	position:absolute;
	right:10px;
	top:4px;
	bottom:2px;
	width:1px;
}

.single-content .post .post-info-meta .cat-links a {
    font-size: 14px;
    letter-spacing:-.2px;
}

.single-content .post .post-info-meta {
    padding: 0 0 20px 0;
	overflow:hidden;
}

.single-content .post .post-info-meta .author {
    margin: 0 ;
	position:relative;
	float:left;
	letter-spacing:-.2px;
	display: inline-block;
    padding: 0 20px 0 0px;
}

.single-content .post .post-info-meta .author:after{
	content:"";
	position:absolute;
	right:10px;
	top:4px;
	bottom:2px;
	width:1px;
}

.single-content .post .post-info-meta .author a {
    font-size: 14px;
    line-height: 18px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.single-content .post .post-info-meta .time {
    position: relative;
	display:inline-block;
	float:left;
    padding: 0;
}

.single-content .post .post-info-meta .time .entry-date {
    font-size: 14px;
    letter-spacing: -.2px;
	padding-right:20px;
	position:relative;
}

.single-content .post .post-info-meta .time .entry-date:after {
	content:"";
	position:absolute;
	right:10px;
	top:4px;
	bottom:2px;
	width:1px;
}

.single-content .post .post-info-meta .views-count {
    width: 100%;
    display: inline-block;
    margin: 0 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.single-content .post .post-info-meta .views-count span {
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    letter-spacing: -0.5px;
    padding: 5px 0 4px 0;
}


.single-content .post .post-info-meta .comments-count {
    display:inline-block;
	float:left;
    padding:0 10px 0 0;
    font-size: 14px;
    letter-spacing: -.2px;
}

.single-content .post .post-info-meta .cat-links a {
    font-size: 14px;
    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;
}
/* */
.single-content .post .post-info-thumbnail .thumbnail img {
    margin: 0;
    position: relative;
    z-index: 1;
}

.single-content .post .post-info-thumbnail .thumbnail .thumb-image {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.single-content .post .post-info-thumbnail .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;
}

.single-content .post .post-info-thumbnail:hover .thumbnail .thumbnail-shadow {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* AUTHOR */
#entry-author-info {
    clear: both;
    padding: 10px;
    margin: 0 0 60px;
	border-width:1px 0 0 0;
	border-style:solid;
}

#entry-author-info .author-inner {
    overflow: hidden;
    border-width: 0;
    border-style: solid;
}

#entry-author-info #author-description {
    padding: 20px;
    overflow: hidden;
    position: relative;
    min-height: 115px;
}

#entry-author-info #author-description #author-avatar {
    width: 96px;
    height: 96px;
    position: absolute;
    left: 20px;
    top: 20px;
}

#entry-author-info #author-description #author-avatar img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

#entry-author-info #author-description .author-desc {
    padding-left: 126px;
}

#entry-author-info #author-description .author-name {
    display: inline-block;
    width: 100%;
    margin: 0 0 13px;
}

#entry-author-info #author-description .author-name [rel^=author] {
    font-size: 18px;
	font-weight:bold;
}

#entry-author-info #author-description .author-name [rel^=author]:hover {
    color: #BE0404;
    text-decoration: none;
}

#entry-author-info #author-description .view-all-author-posts {
    display: inline-block;
    float:right;
    margin: 10px 0 0;
}

#entry-author-info #author-description .view-all-author-posts a {
    font-size: 14px;
}

#entry-author-info #author-description .view-all-author-posts a:hover {
    text-decoration: none;
}

/* TAG - SOCIAL */
.tags_social {
    overflow: hidden;
    padding: 20px 0 0;
    margin: 0 0 60px;
    border-width: 1px 0 0;
    border-style: solid;
}

.tags_social .tags {
    display: inline-block;
	max-width:300px;
    float: left;
}

.tags_social .tags .tag-title {
    display: inline-block;
    font-size: 12px;
    margin: 0 0 0 0;
    line-height: 12px;
}

.tags_social .tags .tag-links {
    line-height: 16px;
    display: inline-block;
}

.tags_social .tags .tag-links a {
    padding: 0;
    border-width: 0;
    text-transform: lowercase;
    font-size: 14px;
    font-weight:bold;
    margin: 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;
}

.tags_social .tags .tag-links a:hover {
    text-decoration: none;
}

.tags_social .share-list {
    display: inline-block;
    float: right;
    overflow: hidden;
}

.tags_social .share-list .social-label {
    display: inline-block;
    float: left;
    font-size: 14px;
    margin: 0 20px 0 0;
    line-height: 16px;
}

.tags_social .share-list a {
    display: inline-block;
    float: left;
    background-image: url(images/images.png);
    margin: 0 5px 0 0;
}

.tags_social .share-list .facebook {
    width: 16px;
    height: 16px;
    background-position: -52px -128px;
}

.tags_social .share-list .twitter {
    width: 16px;
    height: 16px;
    background-position: -72px -128px;
}

.tags_social .share-list .pin {
    width: 40px;
    height: 20px;
    background-position: -93px -128px;
}

.tags_social .share-list .plus {
    width: 16px;
    height: 16px;
    background-position: -136px -128px;
    margin-right: 0;
}

/* RELATED */
.related .nivo-directionNav a.nivo-prevNav,
.related .flex-direction-nav a.flex-prev,
.related .nivo-directionNav a.nivo-nextNav, 
.related .flex-direction-nav a.flex-next {
	top:45%;
	margin-top:0 !important;
}

.related .related_post_slider .flex-direction-nav a.flex-prev,.related .related_post_slider .flex-direction-nav a.flex-next{
	top:41%;
	margin-top:0 !important;
}

.related_post_slider,.portfolio-project-slider {
    margin-left: -30px;
    width: auto;
}

.related_post_slider .flex-viewport{
	max-width:100%;
}

.flex-direction-nav li,.related_post_slider li {
    list-style: none;
}

.related_post_slider div.alert{
	margin-left:30px;
	min-width:200px;
}

.related {
    margin: 0 0 60px;
    position: relative;
	overflow:hidden;
	padding-top:15px;
	border-width:1px 0 0 0 ;
	border-style:solid;
}

.related .date-time{
	font-weight:bold;
	font-size:12px;
	line-height:14px;
}

.related .flex-control-nav.flex-control-paging{
	display:none;
}

.related > .title {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    text-transform: lowercase;
    letter-spacing: -.4px;
    padding: 0 100px 30px 0;
}

.related ul {
	float:left;
    margin: 0;
	padding:0;
}

.related ul li.related-item {
    list-style: none;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.related ul li.related-item > div {
    padding:0 0 0 30px;
	max-width:100%;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
}

.related ul li.related-item .title {
    display: inline-block;
    width: 100%;
	margin-bottom:15px;
	font-size:20px;
	line-height:20px;
	letter-spacing:-.2px;
	font-weight:bold;
}

.related ul li.related-item .title:hover {
    text-decoration: none;
}

.related ul li.related-item div {
   
}

.related ul li.related-item div a.thumbnail {
    position: relative;
    display: inline-block;
    margin: 0 0 15px;
    max-width: 100%;
	overflow:hidden;
}

.related ul li.related-item div a.thumbnail img {
    margin: 0;
	transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.related ul li.related-item div a.thumbnail:hover img{
    transform: scale(1.2,1.2);
    -webkit-transform: scale(1.2,1.2);
    -moz-transform: scale(1.2,1.2);
    -o-transform: scale(1.2,1.2);
}

.ie .related ul li.related-item div a.thumbnail:hover img{
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
}

.related ul li.related-item div a.thumbnail .thumbnail-shadow {
    top:0;
	left:0;
	bottom:100%;
	right:0;
	position:absolute;
	background:url(images/bg-blog.png) repeat;
	z-index:2;
	transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
}

.related ul li.related-item div a.thumbnail:hover .thumbnail-shadow {
    bottom:0;
}

.related .flex-direction-nav {
    
}
/* PORTFOLIO */

.related .portfolio-project-slider span.post-title a {
    display: inline-block;
    width: 100%;
	margin-bottom:15px;
	font-size:20px;
	line-height:20px;
	letter-spacing:-.2px;
	font-weight:bold;
}


/* */

.single-content .portfolio .post-title .navi{
	position:absolute;
	top:2px;
	right:0;
}

.single-content .portfolio .post-title .navi  a
{
	z-index:9;
	position:absolute;
	width:40px;
	height:40px;
	display:inline-block;
	font-size:0;
	color:transparent;
	background:url(images/images.png) no-repeat -65px -158px;
	transition:all .3s ease-in-out 0;
	-moz-transition:all .3s ease-in-out 0;
	-webkit-transition:all .3s ease-in-out 0;
	opacity:1 !important;
	filter:alpha(opacity=100)!important;
}

.single-content .portfolio .post-title .navi  a[rel^=prev]{
	top:0;
	left:auto;
	right:34px;
	width:35px;
	margin-top:0;
	border:1px solid;
	height:30px;
	background-position:2px -187px;
	border-radius:20px 0 0 20px;
	-webkit-border-radius:20px 0 0 20px;
	-moz-border-radius:20px 0 0 20px;
	-o-border-radius:20px 0 0 20px;
}

.single-content .portfolio .post-title .navi  a[rel^=prev]:hover{
	background-position:-29px -187px;
}

.single-content .portfolio .post-title .navi  a[rel^=next]{
	margin-top:0;
	top:0;
	left:auto;right:0;
	height:30px;
	width:35px;
	background-position:0 -245px;
	border:1px solid;
	border-radius:0 20px 20px 0;
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	-o-border-radius:0 20px 20px 0;
}

.single-content .portfolio .post-title .navi  a[rel^=next]:hover{
	background-position:-30px -245px;
}

.single-content .portfolio .heading-title {
    font-size: 30px;
	font-weight:normal;
	line-height:30px;
	letter-spacing:-.2px;
    text-transform: none;
	padding-bottom:10px;
	padding-right:80px;
}

/*.single-content .portfolio .wd-edit-link {
    position: absolute;
    right: 0;
    top: 40px;
}

.single-content .portfolio .wd-edit-link a {
    font-size: 12px;
}*/

.single-content .portfolio .post-info-meta .cat-links {
    display: inline-block;
    margin: 0;
	padding:0 20px 0 0;
	float:left;
	position:relative;
}

.single-content .portfolio .post-info-meta .cat-links:after {
	content:"";
	position:absolute;
	right:10px;
	top:4px;
	bottom:2px;
	width:1px;
}

.single-content .portfolio .post-info-meta .cat-links a {
    font-size: 14px;
    letter-spacing:-.2px;
}

.single-content .portfolio .post-info-meta {
    padding: 0 0 20px 0;
	overflow:hidden;
}

.single-content .portfolio .post-info-meta .author {
    margin: 0 ;
	position:relative;
	float:left;
	letter-spacing:-.2px;
	display: inline-block;
    padding: 0 20px 0 0px;
}

.single-content .portfolio .post-info-meta .author:after{
	content:"";
	position:absolute;
	right:10px;
	top:4px;
	bottom:2px;
	width:1px;
}

.single-content .portfolio .post-info-meta .author a {
    font-size: 14px;
    line-height: 18px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.single-content .portfolio .post-info-meta .time {
    position: relative;
	display:inline-block;
	float:left;
    padding: 0;
}

.single-content .portfolio .post-info-meta .time .entry-date {
    font-size: 14px;
    letter-spacing: -.2px;
	padding-right:20px;
	position:relative;
}

.single-content .portfolio .post-info-meta .time .entry-date:after {
	content:"";
	position:absolute;
	right:10px;
	top:4px;
	bottom:2px;
	width:1px;
}

.single-content .portfolio .post-info-meta .views-count {
    width: 100%;
    display: inline-block;
    margin: 0 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.single-content .portfolio .post-info-meta .views-count span {
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    letter-spacing: -0.5px;
    padding: 5px 0 4px 0;
}

.single-content .portfolio .post-info-meta .views-count span:before {

}

.single-content .portfolio .post-info-meta .comments-count {
    display:inline-block;
	float:left;
    padding:0 10px 0 0;
    font-size: 14px;
    letter-spacing: -.2px;
}

.single-content .portfolio .post-info-meta .comments-count:before {

}

.single-content .portfolio .post-info-meta .cat-links a {
    font-size: 14px;
    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;
}

.single-content .portfolio {
	position:relative;
	margin:0 0 30px;
	overflow:hidden;
}

/* */

/* COMMENT */
#comments  #comments-title {
    display: inline-block;
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    text-transform: lowercase;
    letter-spacing: -.4px;
    padding:0;
    border-width:0;
    margin: 0 0 4px;
	border-width:1px 0 0 0;
	border-style:solid;
	padding-top:15px;
}

#comments .commentlist {
    position: relative;
}

#comments .commentlist:after {
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}

#comments .commentlist li {
    list-style: none;
}

#comments .commentlist li .divcomment .divcomment-inner {
    position: relative;
    min-height: 70px;
}

#comments .commentlist li .divcomment .divcomment-inner .avarta {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

#comments .commentlist li .divcomment .divcomment-inner .avarta img {
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
}

#comments .commentlist li .divcomment .divcomment-inner .detail {
    position: relative;
    padding: 0 20px 30px 90px;
    margin: 0 0 30px;
	line-height:16px;
}

#comments .commentlist li .divcomment .divcomment-inner .detail:after {
    content: "";
    display: inline-block;
    height: 1px;
    position: absolute;
    left: 90px;
    right: 0;
    bottom: 0;
}

#comments .commentlist li .divcomment .divcomment-inner .comment-author {
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;
}

#comments .commentlist li .divcomment .divcomment-inner .comment-author cite {
    font-style: normal;
}

#comments .commentlist li .divcomment .divcomment-inner .comment-author cite a {
    font-size: 14px;
}

#comments .commentlist li .divcomment .divcomment-inner .comment-body {
    margin: 10px 0 0;
}

#comments .commentlist li .divcomment .divcomment-inner .comment-meta {
    display: inline-block;
	padding-left:10px;
	position:relative;
}

#comments .commentlist li .divcomment .divcomment-inner .comment-meta:before{
	content:"";
	position:absolute;
	top:4px;
	left:0;
	bottom:4px;
	width:1px;
}

#comments .commentlist li .divcomment .divcomment-inner .comment-meta a {
    font-size: 14px;
}

#comments .commentlist li .divcomment .divcomment-inner .comment-meta .comment-edit-link {
    font-size: 12px;
	font-weight:bold;
}

#comments .commentlist li .divcomment .divcomment-inner .comment-meta .comment-edit-link:hover {
    text-decoration: none;
}

#comments .commentlist li ul.children {
    margin-left: 90px;
}

#comments .commentlist li .divcomment .divcomment-inner .reply {
    
}

#comments .commentlist li .divcomment .divcomment-inner .reply a {
    padding:5px 12px;
	border-width: 1px;
    border-style: solid;
    line-height: 16px;
    text-align: center;
	border-radius:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	font-weight:bold;
}
#comments .commentlist li .divcomment .divcomment-inner .reply a:hover{
	color:#fff;
}

#comments .commentlist li .divcomment .divcomment-inner .reply a:after {
    
}

/* RESPOND */
#respond #reply-title {
    display: inline-block;
    width: 100%;
    font-size: 20px;
	line-height:22px;
	letter-spacing:-.4px;
    text-transform: lowercase;
}

#respond #commentform {
    display: block;
    margin: 0;
}

#respond p{
	margin-bottom:5px;
}

body div.pp_woocommerce #respond .form-submit,#respond p.form-submit{
	margin-top:15px;
}

#respond #commentform .logged-in-as a {
    font-size: 12px;
	font-weight:bold;
}

#respond #commentform .logged-in-as a:first-child {
    font-size: 14px;
	font-weight:normal;
}

#respond #commentform .label {
    background: transparent;
    border: 0;
    padding: 0;
	margin-bottom:7px;
}

#respond #commentform input {
    width: 100%;
    max-width: 540px;
}

#respond #commentform input#submit {
    width: auto;
	margin-top:10px;
}

#respond #commentform textarea {
    width: 100%;
    max-width: 540px;
	min-height:81px;
}

/* 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);
 /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(252,252,252,1) 0%, rgba(244,245,244,1) 100%);
 /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,252,252,1)), color-stop(100%,rgba(244,245,244,1)));
 /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(244,245,244,1) 100%);
 /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(244,245,244,1) 100%);
 /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(252,252,252,1) 0%,rgba(244,245,244,1) 100%);
 /* IE10+ */
    background: linear-gradient(to bottom,  rgba(252,252,252,1) 0%,rgba(244,245,244,1) 100%);
 /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f4f5f4',GradientType=0 );
 /* IE6-9 */;
}

#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;
}


/* FEATURE */
.single-feature .feature .post-info-thumbnail {
    padding: 0 10px 0 0;
    margin: 0 0 15px;
}

.single-feature .feature .post-info-thumbnail .thumbnail {
    max-width: 100%;
}
/* */
.single-feature .feature .single-navigation a{
	z-index:9;
	position:absolute;
	width:40px;
	height:40px;
	display:inline-block;
	font-size:0;
	color:transparent;
	background:url(images/images.png) no-repeat -65px -158px;
	transition:all .3s ease-in-out 0;
	-moz-transition:all .3s ease-in-out 0;
	-webkit-transition:all .3s ease-in-out 0;
	opacity:1 !important;
	filter:alpha(opacity=100)!important
}

.single-feature .feature .single-navigation a[rel^=prev]{
	top:0;
	left:auto;
	right:34px;
	width:35px;
	margin-top:0;
	border:1px solid;
	height:30px;
	background-position:2px -187px;
	border-radius:20px 0 0 20px;
	-webkit-border-radius:20px 0 0 20px;
	-moz-border-radius:20px 0 0 20px;
	-o-border-radius:20px 0 0 20px;
}

.single-feature .feature  .single-navigation a[rel^=prev]:hover{
	background-position:-29px -187px;
}

.single-feature .feature .single-navigation a[rel^=next]{
	margin-top:0;
	top:0;
	left:auto;right:0;
	height:30px;
	width:35px;
	background-position:0 -245px;
	border:1px solid;
	-webkit-border-radius:0 20px 20px 0;
	-moz-border-radius:0 20px 20px 0;
	-o-border-radius:0 20px 20px 0;
}

.single-feature .feature .single-navigation a[rel^=next]:hover{
	background-position:-30px -245px;
}

ul li.feature.type-feature:first-child,ul li.portfolio.type-portfolio:first-child{
	border-top:0;
	padding-top:10px;
}

.single-feature .feature.type-feature {
	position:relative;
}

.list-posts .feature.type-feature {
    position: relative;
    overflow: hidden;
    display: block;
    padding: 60px 0 0;
    margin: 60px 0 0 0;
    border-width: 1px 0 0;
    border-style: solid;
}

.feature.type-feature h1.heading-title {
    font-size: 30px;
	font-weight:normal;
	line-height:30px;
	letter-spacing:-.2px;
    text-transform: none;
	padding-bottom:10px;
	padding-right:80px;
}

.feature.type-feature .wd-edit-link {
    position: absolute;
    right: 0;
    top: 40px;
}

.feature.type-feature .wd-edit-link a {
    font-size: 12px;
}

.single-feature .feature .post-info-meta .cat-links {
    display: inline-block;
    margin: 0;
	padding:0 20px 0 0;
	float:left;
	position:relative;
}

.single-feature .feature .post-info-meta .cat-links:after {
	content:"";
	position:absolute;
	right:10px;
	top:4px;
	bottom:2px;
	width:1px;
}

.single-feature .feature .post-info-meta .cat-links a {
    font-size: 14px;
    letter-spacing:-.2px;
}

.single-feature .feature .post-info-meta {
    padding: 0 0 20px 0;
	overflow:hidden;
}

.single-feature .feature .post-info-meta .author {
    margin: 0 ;
	position:relative;
	float:left;
	letter-spacing:-.2px;
	display: inline-block;
    padding: 0 20px 0 0px;
}

.single-feature .feature .post-info-meta .author:after{
	content:"";
	position:absolute;
	right:10px;
	top:4px;
	bottom:2px;
	width:1px;
}

.single-feature .feature .post-info-meta .author a {
    font-size: 14px;
    line-height: 18px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.single-feature .feature .post-info-meta .time {
    position: relative;
	display:inline-block;
	float:left;
    padding: 0;
}

.single-feature .feature .post-info-meta .time .entry-date {
    font-size: 14px;
    letter-spacing: -.2px;
	padding-right:20px;
	position:relative;
}

.single-feature .feature .post-info-meta .time .entry-date:after {
	content:"";
	position:absolute;
	right:10px;
	top:4px;
	bottom:2px;
	width:1px;
}

.single-feature .feature .post-info-meta .views-count {
    width: 100%;
    display: inline-block;
    margin: 0 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.single-feature .feature .post-info-meta .views-count span {
    display: inline-block;
    line-height: 18px;
    font-size: 14px;
    letter-spacing: -0.5px;
    padding: 5px 0 4px 0;
}

.single-feature .feature .post-info-meta .views-count span:before {

}

.single-feature .feature .post-info-meta .comments-count {
    display:inline-block;
	float:left;
    padding:0 10px 0 0;
    font-size: 14px;
    letter-spacing: -.2px;
}

.single-feature .feature .post-info-meta .comments-count:before {

}

.single-feature .feature .post-info-meta .cat-links a {
    font-size: 14px;
    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;
}

/* */
.single-feature .feature .post-info-content .short-content p.big-info{
	font-size:18px;
	line-height:22px;
	margin-bottom:25px;
}

.single-content .post .post-info-thumbnail .thumbnail img {
    margin: 0;
    position: relative;
    z-index: 1;
}

.single-feature .feature .post-info-thumbnail .thumbnail .thumb-image {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.single-feature .feature .post-info-thumbnail .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;
}

.single-feature .feature .post-info-thumbnail:hover .thumbnail .thumbnail-shadow {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* TESTIMONIAL */
.testimonial.type-testimonial {
    position: relative;
}

.testimonial.type-testimonial h1.heading-title {
    text-transform: none;
    font-size: 24px;
    line-height: 28px;
}

.testimonial.type-testimonial .wd-edit-link {
    position: absolute;
    right: 0;
    top: 0;
}

.testimonial.type-testimonial .wd-edit-link a {
    font-size: 12px;
}

.testimonial.type-testimonial .post-info-thumbnail {
    overflow: hidden;
    padding: 0 0 20px 92px;
    position: relative;
}

.testimonial.type-testimonial .thumbnail {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.testimonial.type-testimonial .author {
    margin: 0 0 5px;
}

.testimonial.type-testimonial .author a {
    display: inline-block;
    padding: 5px 0 4px 35px;
    background: url(images/images.png) no-repeat -475px -275px;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.testimonial.type-testimonial .author a:hover {
    text-decoration: underline;
}

.testimonial.type-testimonial .time {
    position: relative;
    min-height: 25px;
    line-height: 25px;
    padding: 0 0 0 35px;
    margin: 0 0 5px;
}

.testimonial.type-testimonial .time .entry-date {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

.testimonial.type-testimonial .time .entry-date:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url(images/images.png) no-repeat -248px -222px;
}

.testimonial.type-testimonial .views-count {
    width: 100%;
    display: inline-block;
    margin: 0 0 5px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.testimonial.type-testimonial .views-count span {
    display: inline-block;
    position: relative;
    line-height: 16px;
    font-size: 14px;
    letter-spacing: -0.5px;
    padding: 5px 0 4px 35px;
}

.testimonial.type-testimonial .views-count span:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url(images/images.png) no-repeat -275px -222px;
}

.testimonial.type-testimonial .comments-count {
    display: inline-block;
    padding: 5px 0 4px 35px;
    position: relative;
    font-size: 14px;
    letter-spacing: -0.5px;
}

.testimonial.type-testimonial .comments-count:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url(images/images.png) no-repeat -300px -222px;
}

.testimonial.type-testimonial .post-info-content {
    margin: 0 0 20px;
}

/* RELATED */
.related-project {
    margin: 0 0 60px;
    position: relative;
}

.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;
}

.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: 100%;
    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;
}

.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                                        */
/*==============================================================*/
/* FOOTER MENU */
#footer ul.xoxo > li.widget-container{margin-left:0;}

.wd_footer_nav{
	border-width:1px 0 0 0;
	border-style:solid;
	margin-top:30px;
}

.wd_footer_nav > .container{
	max-width:1200px;
	padding:0;
	margin:0 auto;
	display:block;
	width:100%;
	}

.footer-menu ul{
	width:100%;
	text-align:center;
	margin:10px 0;
	}

.footer-menu ul li{
	list-style-image:none;
	list-style:none;
	display:inline-block;
	padding:0 27px;
}

#footer .footer-menu ul li a{
	font-size:12px;
	line-height:24px;
	text-transform:uppercase;
}

.wd_footer_nav > .container a:hover{
	text-decoration:underline;
}


html .woocommerce #footer  ul.products.grid div[itemprop="description"], html body #footer  ul.products.grid div[itemprop="description"]{
		display:none !important
	}

.tax-product_cat #footer ul.products{
	padding-top:0 !important
}

#footer a {
    font-size: 14px;
}

#footer .first-footer-widget-area > div > div {
    padding: 30px 0 30px 0;
}
#footer .first-footer-widget-area > .container,#footer .second-footer-widget-area > .container,#footer .third-footer-widget-area > .container{
	max-width:1200px;
	padding:0 10px;
	margin:0 auto;
}


#footer .third-footer-widget-area {
	margin-top:45px;
}


#footer h3.widget-title{
	font-size:18px;
	line-height:22px;
}


#footer .first-footer-widget-area a {
    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;
}

#footer .second-footer-widget-area{
	position:relative;
}

#footer .second-footer-widget-area > div > div {
    padding: 30px 0 0;
}

#footer .second-footer-widget-area h3 {
    font-size: 16px;
}

#footer .second-footer-widget-area ul.xoxo{
	padding:0;
	width:100%;
	margin:10px 0;
}

#footer .second-footer-widget-area ul.xoxo:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	height:1px;
	top:50%;
	margin-top:-1px;
	z-index:1;
}

#footer .second-footer-widget-area ul.xoxo li.widget-container.widget_subscriptions{
	border:1px solid;
	width:826px;
	margin:0 auto;
	position:relative;
	z-index:10;
	overflow:hidden;
	background:#fff;
}

#footer .second-footer-widget-area ul.xoxo li.widget-container.widget_subscriptions form{margin-bottom:0;}

#footer .second-footer-widget-area ul.xoxo li.widget-container.widget_subscriptions form p.subscribe-email{
	margin:10px 0 10px 10px;
	width:650px;
	float:left;
}

#footer .second-footer-widget-area ul.xoxo li.widget-container.widget_subscriptions input.subscribe_email{
	line-height:60px !important;
	height:60px !important;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	font-size:16px;
	margin:0;
}

#footer .second-footer-widget-area ul.xoxo li.widget-container.widget_subscriptions button.button{
	font-size:14px !important;
	line-height:38px !important;
	text-align:center ;
	text-transform:uppercase !important;
	font-weight:400;
	border-radius:0 !important; 
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	-o-border-radius:0 !important;
	border:0 !important;
	margin:10px 10px 10px 0 !important;
	color:#fff !important;
	float:left ;
	padding:10px 15px !important;
	height:60px;
}

#copy-right.span18 {
	width:74%;
}

.payment.span6 {
	width:26%;
	float:right;
	text-align:right;
}
/* OTHERS */

.popular-post-list .title {
    margin-bottom: 8px;
    line-height: 16px;
}


/* 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: 1240px;
    padding: 0 20px;
}


#respond {
    padding-left: 90px;
	overflow:hidden;
}
#respond  small a{ font-size:12px;}

#comments > #respond {
    padding-left: 0;
	padding-top:15px;
	border-width:1px 0 0 0;
	border-style:solid;
}

body #main_content .products.grid,.products.list,
body.woocommerce  #main_content .products.grid,body #main_content .woocommerce .products.list,
body.woocommerce-page #main_content .products.grid,body.woocommerce-page #main_content .products.list {
    padding-top:0 !important;
}

html .cart .woocommerce td.product-name dl.variation dt, 
html .woocommerce-page .cart td.product-name dl.variation dt {
    clear: none;
}


html .woocommerce td.product-name dl.variation, 
html .woocommerce-page td.product-name dl.variation {
    margin: 7px 0 5px;
}
.woocommerce td.product-name dl.variation dd, .woocommerce-page td.product-name dl.variation dd{
	margin-right:10px;
}

.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-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;}

.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-size: 48px;
    line-height: 55px;
    padding-bottom: 15px;
    padding-top: 20px;
    text-transform: uppercase;
}

body.error404 .alert-info{
	background-color:#e94747;
	color:#fff;
}
body.error404 .alert-info p{
	font-weight:bold;
 }
body.error404 .bg-404{
	background:url(images/404.png) no-repeat center;
	width:100%;
	display:block;
	height:280px;
}
/* EFFECT IE 8 */
#main-module-container ul li.product a .product-image-back
		{
			text-align:center;
			left:0;
			top:0;
			z-index:1;
			position:absolute;
			height:auto;
			backface-visibility:hidden;
			-moz-backface-visibility:hidden;
			-webkit-backface-visibility:hidden;
			-o-backface-visibility:hidden;
			transform:rotateY(-180deg);
			-moz-transform:rotateY(-180deg);
			-webkit-transform:rotateY(-180deg);
			-o-transform:rotateY(-180deg);
			transform-style:preserve-3d;
			-moz-transform-style:preserve-3d;
			-webkit-transform-style:preserve-3d;
			-o-transform-style:preserve-3d;
			transition:all 0.6s ease-in-out 0s;
			-moz-transition:all 0.6s ease-in-out 0s;
			-webkit-transition:all 0.6s ease-in-out 0s;
			-o-transition:all 0.6s ease-in-out 0s;
		}
#main-module-container ul li.product a:hover .product-image-back 
		{
			z-index:2;
		}

/* LOADDING */
html div.pp_woocommerce .pp_content_container{
	padding:30px 0 30px 0;
}

html  div.pp_woocommerce .pp_close:before{
	top:-1px;
}

/* QUICK SHOP */

.qs_inner2{display:inline-block;}

div.product.wd_quickshop  .short-description{
	margin-top:0;
	padding-top:10px;
}

html .woocommerce-page div.product div.summary p.wd_product_sku,html body div.product div.summary p.wd_product_sku{
	margin-bottom:10px;
}

div.product.wd_quickshop form.cart, html .woocommerce div.product.wd_quickshop form.cart, html .woocommerce #content div.product.wd_quickshop form.cart, html .woocommerce-page div.product.wd_quickshop form.cart, html .woocommerce-page #content div.product.wd_quickshop form.cart, html .page div.product form.cart{
	margin-bottom:0;
}

body.page div.product.wd_quickshop div.images, body .woocommerce div.product.wd_quickshop div.images, body.woocommerce-page div.product.wd_quickshop div.images, body.woocommerce #content div.product.wd_quickshop div.images, body.woocommerce-page #content div.product.wd_quickshop div.images,html div.product.wd_quickshop div.images{
	margin-bottom:10px !important;
}

/* STAR RATING*/
.wd_quickshop .star-rating,.single-product .wd_quickshop .summary.entry-summary .star-rating{float:left;clear:both;overflow:hidden;position:relative;font-family:'star'!important;top:0px;width:65px;font-size:12px;padding:0;height:18px;line-height:14px;}
.wd_quickshop .star-rating:before{content:"\73\73\73\73\73";float:left;left:0;position:absolute;color:#e0dadf}
.wd_quickshop .star-rating:after{position:relative;display:block;content:"";}
div.product .star-rating span{padding-top:2em;}
.wd_quickshop .star-rating span{overflow:hidden;float:left;position:absolute;top:0;left:0;color:transparent;padding:0}
.wd_quickshop .star-rating span:before{content:"\53\53\53\53\53";position:absolute;top:0;left:0;text-align:left}
.wd_quickshop .star-rating span > strong {color:transparent}

/* QUICK SHOP PRODUCT DETAIL */
.return-shipping{
	clear:both;
	overflow:hidden;
	margin-bottom:40px;
}

html .woocommerce-page  #content div.product.wd_quickshop form.cart .group_table td:first-child,
html .woocommerce  #content div.product.wd_quickshop form.cart .group_table td:first-child,
html .woocommerce  div.product.wd_quickshop form.cart .group_table td:first-child,
html div.product.wd_quickshop form.cart .group_table td:first-child{
	padding-left:0;
}

html .woocommerce-page  #content div.product.wd_quickshop form.cart .group_table td,
html .woocommerce  #content div.product.wd_quickshop form.cart .group_table td,
html .woocommerce  div.product.wd_quickshop form.cart .group_table td,
html div.product.wd_quickshop form.cart .group_table td{
	width:32%;
	float:none;
	padding:10px 5px;
}

.woocommerce-page  #content div.product.wd_quickshop form.cart .group_table td.label,
.woocommerce  #content div.product.wd_quickshop form.cart .group_table td.label,
.woocommerce  div.product.wd_quickshop form.cart .group_table td.label,
html div.product.wd_quickshop form.cart .group_table td.label{
	width:48%;
	float:none;
	vertical-align:middle;
}

.woocommerce-page  #content div.product.wd_quickshop form.cart .group_table td.label label,
.woocommerce  #content div.product.wd_quickshop form.cart .group_table td.label label,
.woocommerce  div.product.wd_quickshop form.cart .group_table td.label label,
html div.product.wd_quickshop form.cart .group_table td.label label{
	margin-bottom:0;
	white-space:normal;
}

.woocommerce-page  #content div.product.wd_quickshop form.cart .group_table td.price,
.woocommerce  #content div.product.wd_quickshop form.cart .group_table td.price,
.woocommerce  div.product.wd_quickshop form.cart .group_table td.price,
html div.product.wd_quickshop form.cart .group_table td.price{
	width:20%;
	float:none;
	font-weight:bold;
	padding-top:17px;
	vertical-align:top;
}

.woocommerce-page  #content div.product.wd_quickshop form.cart .group_table tbody,
.woocommerce  #content div.product.wd_quickshop form.cart .group_table tbody,
.woocommerce  div.product.wd_quickshop form.cart .group_table tbody,
html div.product.wd_quickshop form.cart .group_table tbody{
	width:100%;
}


#em_quickshop_handler #qs_inner2.qs_text_btn{
	font-weight:bold;
	font-size:13px;
	line-height:156x;
	text-transform:lowercase;
	position:relative;
	display:inline-block;
	border:0;
	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:15px;
	-webkit-border-radius:15px;
	-moz-border-radius:15px;
	-o-border-radius:15px;
	text-align:center;
	padding:5px 16px;
}

/* WOO CUSTOM PRODUCT */
.woocommerce .custom-product-shortcode ul.products li.product,.woocommerce-page .woocommerce .custom-product-shortcode ul.products li.product {
	margin-top:12px;
	padding:0;
}

.woocommerce .custom-product-shortcode ul.products li.product del,.woocommerce-page .woocommerce .custom-product-shortcode ul.products li.product del,
.woocommerce .custom-product-shortcode ul.products li.product ins,.woocommerce-page .woocommerce .custom-product-shortcode ul.products li.product ins {
	display:block;
}

html .woocommerce .custom-product-shortcode ul.products li.product .heading-title, html.woocommerce-page .woocommerce .custom-product-shortcode ul.products li.product .heading-title{
	margin-bottom:10px;
}

html .woocommerce .custom-product-shortcode ul.products li.product .onsale , html.woocommerce-page .woocommerce .custom-product-shortcode ul.products li.product .onsale {
	display:none;
}

.woocommerce .custom-product-shortcode ul.products li.product .product_thumbnail_wrapper,.woocommerce-page .woocommerce .custom-product-shortcode ul.products li.product .product_thumbnail_wrapper{
	width:34%;
	float:left;
	padding-right:20px;
	padding-bottom:10px;
	margin:0 auto;
	max-width:230px;
}
.woocommerce .custom-product-shortcode ul.products li.product .product-meta-wrapper,.woocommerce-page .woocommerce .custom-product-shortcode ul.products li.product .product-meta-wrapper{
	width:66%;
	float:left;
	padding-top:0;
	margin:0 auto;
	max-width:210px;
}

.woocommerce .custom-product-shortcode ul.products li.product,.woocommerce-page .woocommerce .custom-product-shortcode ul.products li.product{
	text-align:left;
}

.woocommerce .custom-product-shortcode ul.products li.product ,.woocommerce-page .woocommerce .custom-product-shortcode ul.products li.product{
	margin-bottom:0;
}

html .woocommerce .custom-product-shortcode ul.products li.product .heading-title,
html.woocommerce-page .woocommerce .custom-product-shortcode  ul.products li.product .heading-title,
html .woocommerce-page .woocommerce .custom-product-shortcode ul.products li.product .product-meta-wrapper span.price,
html .woocommerce .custom-product-shortcode ul.products li.product .product-meta-wrapper span.price,
html .woocommerce .custom-product-shortcode ul.products li.product .product_sku,
html.woocommerce-page .woocommerce .custom-product-shortcode ul.products li.product .product_sku,
html .woocommerce .custom-product-shortcode ul.products li.product .product_short_content,
html.woocommerce-page  .woocommerce .custom-product-shortcode ul.products li.product .product_short_content
{
	text-align:left
}

html .woocommerce .custom-product-shortcode ul.products li.product .star-rating,html .woocommerce-page .custom-product-shortcode .star-rating{
	left:0;
	margin-left:0;
}
html .woocommerce .custom-product-shortcode ul.products li.product .heading-title.promotion-title{
	padding:0;
	display:none;
}


html .woocommerce .custom-product-shortcode ul.products li.product .product_sku,
html.woocommerce-page .woocommerce .custom-product-shortcode ul.products li.product .product_sku{
	display:block;clear:both;
}
/* CONTENT */
.wd-heading-color{font-size:18px;padding-bottom:5px;}

.wd-heading{
	font-size:24px;line-height:30px;padding-bottom:15px;text-transform:lowercase;
}
.wd-line{width:100%;height:1px;}

div.wd_shortcode_button .btn{margin-right:10px;} /* DÀNH CHO MARGIN BUTTON KHI ZOOM CẦN CHO CÁC THEMES */
/*==*/
/* MINI STYLE */
a.link-sub{font-weight:bold;}
.title-third-color{font-weight:bold;letter-spacing:-.4px;}

.wd-home-slider > .two_third,.wd-home-slider > .one_third{margin-bottom:0;}
.wd-home-slider{margin-top:20px;}
/*==*/
/*==*/
/* SHOW NEW */
div.content-show-new{border-width:0 0 0 1px; border-style:solid;padding-left:30px;}
div.content-show-new a.wd-effect img{margin-bottom:17px;}
ul.show-new{margin-bottom:0;}
ul.show-new li{list-style:none;padding:15px 0 15px 25px;border-width:1px 0 0 0;border-style:dotted;position:relative}
ul.show-new li:before{content:"";position:absolute;top:50%;left:0;height:15px;width:7px;background:url(images/ic-show-new.png) no-repeat center;margin-top:-7px}
ul.show-new li h3{font-size:18px;line-height:20px;padding-bottom:4px;text-transform:capitalize}
ul.show-new li h3 a{font-size:18px;line-height:20px;padding-bottom:0;text-transform:capitalize}
/* BANNER SAME FEATURE */
div.wd-content-banner .one_half{margin:0;width:50%;}
div.wd-content-banner > .one_third{ margin-bottom:20px;}
div.wd-content-banner .shortcode_wd_banner,div.wd-content-banner .two_third,div.wd-content-banner .one_third{margin-bottom:0;}
div.wd-content-banner .shortcode_wd_banner{margin:20px 0;}

div.wd-nomargin  .two_third,div.wd-nomargin  .one_third{margin-right:0;margin-bottom:0;}
div.wd-nomargin  .one_third{width:34%;}

div[class^="img-banner-"] img{margin-bottom:0;}
div[class^="img-banner-"]{ text-align:center}
div.img-banner-left{border-width:0 1px 0 0;border-style:solid}
div.img-banner-full-top{border-width:1px 0 0 0;border-style:solid}
div.img-banner-none{border-width:0;}

.wd-content-banner{border-width:1px 0 1px 0;border-style:solid;}

/* LINE WD */
div.wd-line-solid{border-width:0 0 1px 0;border-style:solid;width:100%;clear:both;display:block;padding:0;}
div.wd-line-dotted{border-width:0 0 1px 0;border-style:dotted;width:100%;clear:both;display:block;padding:0;}

/* 3 BOX FEATURE */
.feature-pink .feature.shortcode .feature_content_wrapper.icon  .feature_thumbnail{background-color:#d81997}
.feature-green .feature.shortcode .feature_content_wrapper.icon  .feature_thumbnail{background-color:#63b968}
.feature-blue .feature.shortcode .feature_content_wrapper.icon  .feature_thumbnail{background-color:#197cd8}

/*==*/
/* FOOTER */
/*==*/
#footer .widget-container.widget_text .ft-col ul li > a:hover{
	font-weight:bold;
}

.body-end-testimonial{
	width:50%;
	float:left;
}

#footer .ft-col{
	width:50%;
	float:left;overflow:hidden;
	padding:0 10px;
}

#footer .ft-col li{
	margin-bottom:5px;
}

#footer .widget-container.widget_text ul li ,#footer .widget-container.widget_text ol li{
	line-height:22px;
}
/*==*/	
/* TAB */
.wd-tab-big .nav-tabs{
	text-align:center !important;
}

.wd-tab-big .nav-tabs li{
	float:none !important;
	display:inline-block !important;
}

.wd-tab-big .nav-tabs li a{
	font-size:24px;
	line-height:28px;
	margin:8px 20px 20px 0;
	padding:7px 15px;
	border-radius:10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	-o-border-radius:10px;
	border:1px solid !important;
	border-color:#fff !important;
}

.wd-tab-big .nav-tabs li a:hover{
	border:1px solid !important;
}
/*==*/
/* SITE MAP */
.sitemap-content ul,.archive-content ul{
	margin-top:0
}

.sitemap-content ul ul,.archive-content ul ul{
	margin-bottom:5px;
	margin-top:5px;
	margin-left:20px;
}

.sitemap-content ul ul ul,.archive-content ul ul ul{
	margin-left:40px;
}
/*==*/
/* SIDER MENU TEST PHONE (CẦN TEST CHO MENU PHONE)*/
.widget-container .wd-categories a:hover{
	font-weight:bold;
}

.widget-container .wd-categories{
	margin:10px 0 15px 0 !important;
	display:block;
}

.widget-container .wd-categories li{
	margin-bottom:5px !important;
}
/*==*/
/* product detail */
.wd-bottom-banner.one_half.first{
	text-align:right;
}
.wd-bottom-banner.one_half.last{
	text-align:left;
}

#header .nav > .main-menu > ul.menu > li .wd-col-big .one_third {
	width:40%;
	padding:0 20px;
}
#header .nav > .main-menu > ul.menu > li .wd-col-small .one_third {
	width:26.6%;
}
/*==*/