/* WooCommerce
------------------------------------------------------------------------------------ */

/* Hide WooC breadcrumbs - our more comfortable */
.woocommerce-breadcrumb { display:none; }

/* Hide results count */
.woocommerce-result-count { display:none; }

/* Buttons area */
.woocommerce p.buttons, .woocommerce-page p.buttons {
	padding-bottom:0;
}

/* Related */
.woocommerce .related {
    margin-top: 50px;
    clear: both;
}
.woocommerce .related > h2 { position: relative; padding-top: 45px; text-align: center; margin: 0 0 50px 0; }
.woocommerce .related > h2:before {
    background-color: transparent;
    background-image: url("../images/top_title_bg.png");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
    display: inline-block;
    height: 42px;
    width: 100%;
    position: absolute;
    top:0;
    left: 0;
    content: "";
}
.woocommerce .related ul.products li.product .post_item_wrap {
    border: none;
    padding-bottom: 0;
}
.woocommerce-variation-price {
    line-height: 44px;
    height: 44px;
    margin-right: 15px;
    float: left;
}

/* Lists */
.woocommerce .content ol li, .woocommerce-page .content ol li, .woocommerce .content ul li, .woocommerce-page .content ul li { line-height:21px; }
.woocommerce .content ol li:before, .woocommerce-page .content ol li:before, .woocommerce .content ul li:before, .woocommerce-page .content ul li:before { margin-top:8px; }

/* SALE and NEW icons */
.woocommerce span.new, .woocommerce-page span.new,
.woocommerce span.onsale, .woocommerce-page span.onsale,
.woocommerce ul.products li.product span.new, .woocommerce-page ul.products li.product span.new,
.woocommerce ul.products li.product span.onsale, .woocommerce-page ul.products li.product span.onsale {
	position:absolute;
	z-index:1;
	left: unset;
    top: unset;
    margin: 0;
    bottom: unset;
    right: unset;
	margin:0;
    padding: 0 10px;
	width:50px;
	height:55px;
	overflow:hidden;
	font-size:18px;
	font-weight:300;
	text-align:center;
	line-height:60px;
	text-transform:uppercase;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    color: white;
    background-color: inherit;
}

/* Buttons */
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce #content input.button, .woocommerce-page a.button, .woocommerce-page button.button, .woocommerce-page input.button, .woocommerce-page #respond input#submit, .woocommerce-page #content input.button, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page a.button.alt, .woocommerce-page button.button.alt, .woocommerce-page input.button.alt, .woocommerce-page #respond input#submit.alt, .woocommerce-page #content input.button.alt {
	text-transform:uppercase;
    letter-spacing: 1.3px;
	text-align:center;
	font-size:0.875em;
	line-height: 1.3em;
	font-weight:400;
	margin:0;
    padding: 15px 15px;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
	font-size:1em;
}
.woocommerce ul.products li.product .button {
	margin-top: 0;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page a.button:hover, .woocommerce-page button.button:hover, .woocommerce-page input.button:hover, .woocommerce-page #respond input#submit:hover, .woocommerce-page #content input.button:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce-page #content input.button.alt:hover {
	top: 0 !important;
}

/* Input and textarea */
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	line-height: 1.3em;
}

/* Select fields */
.woocommerce select, .woocommerce-page select {
	border: 1px solid #dddddd;
	background-color: #f4f7f9;
    color: #888888;
	font-weight:300;
	font-size: 0.875em;
	line-height: 1.3em;
	padding: 0.25em;
}
.article_style_boxed.woocommerce select, .article_style_boxed.woocommerce-page select {
	border:none;
	background-color: #ffffff;
}



/* Shop Listing
----------------------------------------------------------------- */
.woocommerce .mode_buttons, .woocommerce-page .mode_buttons {
    display: block;
    font-size: 1.125em;
    margin: 0 0 20px;
    text-align: right;
}
.woocommerce .mode_buttons a+a, .woocommerce-page .mode_buttons a+a {
	margin-left: 0.5em;
}

.woocommerce ul.products, .woocommerce-page ul.products {
	margin-right:-50px;
	margin-bottom:0;
}
.upsells.products .products { margin-top: 25px; }
.woocommerce.columns-1 ul.products li.product, .woocommerce-page.columns-1 ul.products li.product,
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
    margin: 0;
    padding: 0 0 50px 0;
    position: relative;
	width: 100%;
}

.woocommerce div ul.products li.product .post_item_wrap {
    border-bottom: 2px dashed #ccd0d1;
    padding-bottom: 40px;
    text-align: center;
}

.woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product,
.woocommerce ul.products li.product.column-1_2, .woocommerce-page ul.products li.product.column-1_2 {
    width: 49.8%;
}
.woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product,
.woocommerce ul.products li.product.column-1_3, .woocommerce-page ul.products li.product.column-1_3 {
    width: 33.3333%;
}
.woocommerce.columns-4 ul.products li.product, .woocommerce-page.columns-4 ul.products li.product,
.woocommerce ul.products li.product.column-1_4, .woocommerce-page ul.products li.product.column-1_4 {
    width: 25%;
}
.woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product,
.woocommerce ul.products li.product.column-1_5, .woocommerce-page ul.products li.product.column-1_5 {
    width: 20%;
}
.woocommerce.columns-6 ul.products li.product, .woocommerce-page.columns-6 ul.products li.product,
.woocommerce ul.products li.product.column-1_6, .woocommerce-page ul.products li.product.column-1_6 {
    width: 16.6667%;
}
.woocommerce ul.products li.product-category mark, .woocommerce-page ul.products li.product-category mark {
	background:none;
}


.woocommerce ul.products li.product a.inited { display: inline-block; }
/*.woocommerce div.product form.cart .button:hover { color: #999 !important; }*/

/* product cats */
.products .product_cats {
    margin-bottom: 10px;
    display: none;
}
.products .product_cats a {
    color: #bac0c3;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
}

/* product price */
.products .product_price {
    color: #222222;
    font-size: 18px;
    line-height: 20px;
}
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
ul.products li.product .price {
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    color: #f15a23;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: middle;
}
.woocommerce ul.products li.product .price ins {
    text-decoration:none;
    font-weight:inherit;
    font-style:inherit;
}
.woocommerce ul.products li.product .price del {
    font-size: 18px;
    text-align: center;
    color: #8b9094;
    margin-left: 3px;
    display: inline-block;
}
/* Thumbs mode */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	overflow:hidden;
    float: none;
    display: inline-block;
}
.woocommerce ul.products li.product .post_featured, .woocommerce-page ul.products li.product .post_featured {
    margin-right: 50px;
    margin-bottom:0;
    display: inline-block;
    vertical-align: top;
}
.woocommerce ul.products li.product .post_content, .woocommerce-page ul.products li.product .post_content {
    display: inline-block;;
    max-width: 540px;
}
.woocommerce ul.products li.product .post_content div p:first-of-type, .woocommerce-page ul.products li.product .post_content div p:first-of-type {
}
.woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img,
.woocommerce ul.products li.product a:hover img, .woocommerce-page ul.products li.product a:hover img {
	margin: 0;
    margin-bottom: 20px;
	box-shadow:none;
    max-width: 460px;
    height: auto;
    max-height: 360px;
    overflow: hidden;
}

.woocommerce ul.products li.product .post_featured .hover_link:before,
.woocommerce-page ul.products li.product .post_featured .hover_link:before {
}
ul.products li.product .post_thumb > a {
    position: relative;
    display: block;
}
ul.products li.product .post_thumb > a:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
}
ul.products li.product .post_featured .link_wrap {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -16px;
    z-index: 1;
    padding: 0;
    background: transparent;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
ul.products li.product .post_featured .hover_link {
    padding: 0;
    color: #ffffff;
    background: transparent;
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    display: inline-block;
    opacity: 0;
    transform: translate3d(-20px, 0px, 0px);
    -moz-transform: translate3d(-20px, 0px, 0px);
    -o-transform: translate3d(-20px, 0px, 0px);
    -ms-transform: translate3d(-20px, 0px, 0px);
}
ul.products li.product .post_featured .hover_link:before {
    border-radius: 100%;
    letter-spacing: -2px;
    position: relative;
    transition: box-shadow 0.4s ease 0s, transform 0.4s ease 0s, color 0.4s ease 0s;
    z-index: -1;
    box-shadow: 0 0 0 2px #ffffff inset;
    color: #ffffff;
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    top:-2px;
    text-align: center;
    margin-right: 9px;
}

ul.products li.product .post_thumb > a:before,
ul.products li.product .post_featured .hover_link {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}


/* hover */
ul.products li.product .post_featured .post_thumb > a:hover:before {
    background: rgba(85, 30, 11, 0.4);
}
ul.products li.product .post_featured .post_thumb > a:hover .hover_link {
    opacity: 1;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
}

.article_style_boxed.woocommerce ul.products li.product .post_content, .article_style_boxed.woocommerce-page ul.products li.product .post_content {
	padding:1.25em 1.8em;
	background-color:#ffffff;
}
.article_style_boxed.woocommerce .upsells  ul.products li.product .post_content, .article_style_boxed.woocommerce-page .upsells ul.products li.product .post_content,
.article_style_boxed.woocommerce .crosssells  ul.products li.product .post_content, .article_style_boxed.woocommerce-page .crosssells ul.products li.product .post_content,
.article_style_boxed.woocommerce .related  ul.products li.product .post_content, .article_style_boxed.woocommerce-page .related ul.products li.product .post_content {
	background-color:#f4f7f9;
}
.woocommerce ul.products li.product h3,
.woocommerce-page ul.products li.product h3 {
    margin-top:0;
    margin-bottom: 20px;
    font-size:30px;
    font-weight:400;
    line-height: 1.25em;
	padding:0;
	overflow:hidden;
}
.article_style_boxed.woocommerce ul.products li.product h3, .article_style_boxed.woocommerce-page ul.products li.product h3 {
	margin-top:0;
}



/* List mode */
.woocommerce .shop_mode_list ul.products li.product, .woocommerce-page .shop_mode_list ul.products li.product {
	overflow:hidden;
	margin:0;
	float:none;
	width:100%;
}
.woocommerce .shop_mode_list ul.products li.product .post_item_wrap, .woocommerce-page .shop_mode_list ul.products li.product .post_item_wrap {
	overflow:hidden;
}
.woocommerce .shop_mode_list ul.products li.product .post_featured, .woocommerce-page .shop_mode_list ul.products li.product .post_featured {
	float: left;
	margin: 0 30px 0 0;
	width:250px;
	border-bottom:none;
}
.article_style_boxed.woocommerce .shop_mode_list ul.products li.product .post_content, .article_style_boxed.woocommerce-page .shop_mode_list ul.products li.product .post_content {
	overflow:hidden;
	padding:1.25em 1.875em;
	max-height: 286px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.woocommerce .shop_mode_list ul.products li.product h3, .woocommerce-page .shop_mode_list ul.products li.product h3 {
	margin-bottom:0.5em;
    margin-top: 0;
	border-bottom:none;
}
.woocommerce .shop_mode_list ul.products li.product .description, .woocommerce-page .shop_mode_list ul.products li.product .description {
	margin-bottom:1.5em;
	line-height:1.3em;
	overflow:hidden;
	max-height:6.6em;
}
.woocommerce .shop_mode_list ul.products li.product-category .description, .woocommerce-page .shop_mode_list ul.products li.product-category .description {
	border-bottom: none;
}
.woocommerce .shop_mode_list ul.products li.product .description p, .woocommerce-page .shop_mode_list ul.products li.product .description p,
.woocommerce .shop_mode_list ul.products li.product .description ul, .woocommerce-page .shop_mode_list ul.products li.product .description ul {
	padding-bottom:0;
	margin-bottom:0;
	line-height:1.3em;
}

.woocommerce .shop_mode_list ul.products li.product .price, .woocommerce-page .shop_mode_list ul.products li.product .price {

}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
	padding: 0.5em 0 0 0.5em;
    vertical-align: top;
}


/* Rating stars */
.woocommerce .products .star-rating {
	 margin-bottom: 1em;
}
.woocommerce .products .star-rating:before,
.woocommerce .products .star-rating span {
	 top: 1px;
}


/* Pagination */
.woocommerce nav.woocommerce-pagination ul {
	border:none;
}
.woocommerce nav.woocommerce-pagination ul li {
	margin: 0 4px 4px 0;
	border: none;
}



/* Single product decoration
---------------------------------------------------------------------------- */

/* Title */
.woocommerce div.product .product_title {
    font-size: 30px;
    font-weight: 300;
    line-height: 36px;
    margin-bottom: 10px;
    text-transform: none;
}
.conf-location {
    font-size: 1.250em;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
}

/* Images */
.woocommerce div.product div.images, .woocommerce #content div.product div.images, .woocommerce-page div.product div.images, .woocommerce-page #content div.product div.images {
	margin-bottom: 3em;
	width: 47%;
}

li.product .woocommerce img, .woocommerce-page img {
    margin-bottom: 30px;
}


.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
	margin-right: 1.5%;
	width: 18.5%;
	position:relative;
}
.woocommerce #content div.product div.thumbnails a:hover, .woocommerce div.product div.thumbnails a:hover, .woocommerce-page #content div.product div.thumbnails a:hover, .woocommerce-page div.product div.thumbnails a:hover {
	border-color: transparent !important;
}
.woocommerce #content div.product div.thumbnails a:before, .woocommerce div.product div.thumbnails a:before, .woocommerce-page #content div.product div.thumbnails a:before, .woocommerce-page div.product div.thumbnails a:before {
	content:' ';
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	-webkit-transition: all ease .3s;
	   -moz-transition: all ease .3s;
	    -ms-transition: all ease .3s;
	     -o-transition: all ease .3s;
	        transition: all ease .3s;
}
.woocommerce #content div.product div.thumbnails a:hover:before, .woocommerce div.product div.thumbnails a:hover:before, .woocommerce-page #content div.product div.thumbnails a:hover:before, .woocommerce-page div.product div.thumbnails a:hover:before {
	background-color:rgba(255,255,255, 0.4);
}
.woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
    clear: none;
}
.woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce div.product div.thumbnails.columns-5 a, .woocommerce-page #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 15%;
    margin-bottom: 10px;
}
.woocommerce div.product div.images div.thumbnails {
    padding-top: 10px;
}
.woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
    margin-right: 1.5%;
}
.woocommerce #content div.product div.thumbnails a:nth-child(5n+1), .woocommerce div.product div.thumbnails a:nth-child(5n+1), .woocommerce-page #content div.product div.thumbnails a:nth-child(5n+1), .woocommerce-page div.product div.thumbnails a:nth-child(5n+1) {
	clear:both;
}

/* Meta: SKU, tags, categories, ID */
.woocommerce .product_meta span {
	display:block;
}
.woocommerce .product_meta span span {
	display:inline;
}
.woocommerce .product_meta span {
	font-weight:400;
    color: #242424;
}
.woocommerce .product_meta span span,
.woocommerce .product_meta a {
	font-weight:300;
    color: #a0a5a8;
}

/* Add to cart */
.woocommerce div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce-page #content div.product form.cart {
    overflow: hidden;
}
.woocommerce div.product form.cart {}
.woocommerce div.product form.cart div.quantity,
.woocommerce-page div.product form.cart div.quantity {
	margin: 0 20px 0 0;
}

.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled {
    clear: both;
}
/* Tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs, .woocommerce #content div.product .woocommerce-tabs ul.tabs, .woocommerce-page div.product .woocommerce-tabs ul.tabs, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs {
	margin-bottom:-1px;
	padding-left:5px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before {
	border-width:0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {

}
.woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	background:#f5f7f7;
	box-shadow: none;
    border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	border: 1px solid #ccd0d1;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-color:#ffffff;
    position: relative;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after {
    border-left: 1px solid #ccd0d1;
    bottom: -1px;
    content: " ";
    height: 2px;
    left: -1px;
    position: absolute;
    right: 0;
    width: 0;
    display: block;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after {
	display:none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a, .woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a {
	font-weight:400;
	padding:0.75em 1em;
    font-size: 18px;
    color: #989ea1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #989ea1;
}

.woocommerce div.product .woocommerce-tabs .panel, .woocommerce #content div.product .woocommerce-tabs .panel, .woocommerce-page div.product .woocommerce-tabs .panel, .woocommerce-page #content div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 30px 30px 20px;
	display:none;
}
.woocommerce div.product .woocommerce-tabs h2, .woocommerce #content div.product .woocommerce-tabs h2, .woocommerce-page div.product .woocommerce-tabs h2, .woocommerce-page #content div.product .woocommerce-tabs h2 {
	margin-top:0;
	font-size: 3em;
	font-weight:300;
}
.woocommerce div.product .woocommerce-tabs h3, .woocommerce #content div.product .woocommerce-tabs h3, .woocommerce-page div.product .woocommerce-tabs h3, .woocommerce-page #content div.product .woocommerce-tabs h3 {
	font-size: 1.5em;
	margin-bottom:0.25em !important;
}

/* Stars */
.woocommerce .woocommerce-product-rating,
.woocommerce-page .woocommerce-product-rating { float:none; }

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 5px;
}
.woocommerce-page .woocommerce-product-rating .star-rating,
.woocommerce .woocommerce-product-rating .star-rating {
    font-size: 18px;
    letter-spacing: 4px;
    width: 110px;
}

.woocommerce-product-rating .woocommerce-review-link,
.woocommerce-page .woocommerce-product-rating .woocommerce-review-link {
    color: #a0a5a8;
    margin-left: 5px;
}

/* Composite products */
.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    margin: 0 0 20px 0;
    display: inline-table;
    line-height: 44px;
    vertical-align: bottom;
    padding: 0;
    color: #4d95e9;
    font-size: 32px;
    font-weight: 400;
}
.woocommerce div.quantity_button {
    display: inline-block;
    line-height: 38px;
    vertical-align: bottom;
}
.component .component_wrap .price, .component .component_wrap p.stock {
    display: inline-block;
    line-height: 38px;
    vertical-align: bottom;
    margin-right: 20px;
}
.woocommerce div.product .component_wrap .stock {
    margin: 0;
}

.component .component_selections {
    padding-bottom: 20px;
}
.component_ulaznice .component_title_wrapper {
    float: right;
    margin-top: -15px;
    margin-right: -15px;
    padding-top: 0 !important;
    padding-bottom: 15px;
}
.composite_form .step_title_wrapper {
    display: inline-table;
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 0px !important;
    vertical-align: bottom;
    padding-bottom: 0;
    text-transform: uppercase;
    background-color: #f15a23;
    color: white;
    padding: 10px 16px;
    letter-spacing: .2px;
    border-radius: 4px;
    border-color: #f15a23;
    transition: all 300ms ease-in-out;
}
.component .component_description { color: #605b5a; }
.component_description_wrapper ul {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
}
.component_description_wrapper ul li {
    line-height: 21px;
    font-size: 0.92em;
    margin-bottom: 0px;
    display: flex;
}
.component_description_wrapper ul span {
    padding-right: 10px;
}
.component_section_title.clear_component_options_wrapper {
    display: none;
}
.cart.composite_data .quantity {
    display: none !important;
}
.composite_wrap .composite_price {
    text-align: right;
    float: right;
    line-height: 44px;
}
.composite_wrap .composite_button {
    display: inline-block;
}
.woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled] {
    padding: 15px 15px !important;
}
.composite_form:not(.paged) .component:not(.first) .component_title_wrapper {
    padding-top: inherit;
}
.composite_form:not(.paged) .composite_wrap {
    padding-top: 1em !important;
}
.single-product .component .component_wrap span.price {
    margin-bottom: 5px !important;
}

.single-product .composite_form .composite_price p.price {
    margin: inherit !important;
    line-height: 44px;
}
.component_ulaznice {
    -webkit-tap-highlight-color: rgba( 0, 0, 0, 0 );
    border: 2px solid #F0F0F0;
    border-radius: 4px;
    padding: 25px;
    position: relative;
    transition: all 300ms ease-in-out;
}
.component_ulaznice:hover {
    border-color: black;
}

/* Price */
.woocommerce div.product p.price, .woocommerce div.product span.price{
    position:relative;
    margin-bottom:0;
    font-weight:400;
    font-size: 24px;
    line-height: 36px;
}
.woocommerce div.product p.price ins {
    text-decoration:none;
    font-style:normal;
    font-style: normal;
    font-weight: 400;
}
.woocommerce .summary .price, .woocommerce-page .summary .price { font-weight: 700; }
.woocommerce div.product p.price del {
}
.woocommerce .summary .product_price {
    color: #222222;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}
.woocommerce .summary .product_price > div,
.woocommerce-page .summary .product_price > div {
    display: inline-block;
    margin-left: 7px;
}
.woocommerce .summary .price,
.woocommerce-page .summary .price {
    font-weight: 300;
    color: #f15a23;
    line-height: 30px;
    display: inline-block;
}
.woocommerce .summary .price ins {
    text-decoration:none;
    font-weight:inherit;
    font-style:inherit;
}
.woocommerce .summary .price del {
    font-size: 16px;
    text-align: center;
    line-height: initial;
    color: #8b9094;
    display: inline-block !important;
}

.woocommerce .woocommerce-product-rating .star-rating, .woocommerce-page .woocommerce-product-rating .star-rating { margin-top:4px; margin-bottom:4px; }
.woocommerce .star-rating, .woocommerce-page .star-rating { height: 1.2em; margin-top:4px; margin-bottom:4px; font-size: 12px; }
.purchasable.product-type-composite .summary.entry-summary {
    width: auto;
    float: none;
}
.component.ulaznice {
    padding-left: 0;
    padding-right: 0;
    width: 33%;
    float: left;
}
.component_ulaznice_border {
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.component_ulaznice_border::after, .component_ulaznice_border::before {
    content: " ";
    display: table;
}

.purchasable.product-type-composite .composite_wrap {
    clear: both;
    text-align: center;
    display: block;
    padding-left: 10px;
}
.purchasable.product-type-composite .composite_wrap .composite_price {
    text-align: center;
    float: none;
}
.content_wrap.ulaz-footer {
    margin-top: -50px;
    margin-bottom: 75px;
    position: relative;
    color: white;
    padding: 50px 0 80px;
}
/* Users reviews */
.woocommerce #reviews #comments ol.commentlist {
	padding:0;
}
.woocommerce #reviews #comments ol.commentlist li {
	margin-bottom:0;
}
.woocommerce .woocommerce-tabs .form-submit { display:block; }
.woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	background:none;
	border:none;
	padding:0;
	width: 60px;
	float:left;
	margin:0 1.5em 0.5em 0;
	position:static;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text {
	margin:0;
	padding:0;
	border:0;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta {
	padding-top:0;
    margin-bottom: 5px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta strong, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta strong {
    font-size: 18px;
	font-weight:300;
	color:#222222;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta time {
}
.woocommerce #reviews #comments ol.commentlist li .comment-text .description, .woocommerce-page #reviews #comments ol.commentlist li .comment-text .description {
	line-height:21px;
}

.woocommerce #review_form #respond textarea, .woocommerce-page #review_form #respond textarea {
	height: 150px;
	font-weight: 300;
	overflow:auto;
    border-width: 2px;
}


/* Categories list */
.woocommerce ul.products li.product.product-category .thumb_wrapper, .woocommerce-page ul.products li.product.product-category .thumb_wrapper {
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	background:url(../images/woo/shop-cat-bg-1.jpg) center center no-repeat;
	padding:1em;
	overflow:hidden;
}
/* not work correctly in the Chrome */
.woocommerce ul.products li.product.product-category .thumb_wrapper img, .woocommerce-page ul.products li.product.product-category .thumb_wrapper img {
	   -moz-transform: scale(1.7) translate(15%,15%);
		 -o-transform: scale(1.7) translate(15%,15%);
		-ms-transform: scale(1.7) translate(15%,15%);
}

.woocommerce ul.products li.product.product-category:nth-child(6n+2) .thumb_wrapper, .woocommerce-page ul.products li.product.product-category:nth-child(6n+2) .thumb_wrapper {
	background:url(../images/woo/shop-cat-bg-2.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+3) .thumb_wrapper, .woocommerce-page ul.products li.product.product-category:nth-child(6n+3) .thumb_wrapper {
	background:url(../images/woo/shop-cat-bg-3.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+4) .thumb_wrapper, .woocommerce-page ul.products li.product.product-category:nth-child(6n+4) .thumb_wrapper {
	background:url(../images/woo/shop-cat-bg-4.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+5) .thumb_wrapper, .woocommerce-page ul.products li.product.product-category:nth-child(6n+5) .thumb_wrapper {
	background:url(../images/woo/shop-cat-bg-5.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category:nth-child(6n+6) .thumb_wrapper, .woocommerce-page ul.products li.product.product-category:nth-child(6n+6) .thumb_wrapper {
	background:url(../images/woo/shop-cat-bg-6.jpg) center center no-repeat;
}
.woocommerce ul.products li.product.product-category img, .woocommerce-page ul.products li.product.product-category img {
	width:100%;
	height:auto;
}

.woocommerce ul.products li.product.product-category h3, .woocommerce-page ul.products li.product.product-category h3 {
	margin-bottom:0;
	border-bottom:none;
	text-align:center;
}


/* Related products */
.upsells.products { clear: both; border-top: 2px dashed #ccd0d1; }
.woocommerce .related ul li.product, .woocommerce .related ul.products li.product, .woocommerce .upsells.products ul li.product, .woocommerce .upsells.products ul.products li.product, .woocommerce-page .related ul li.product, .woocommerce-page .related ul.products li.product, .woocommerce-page .upsells.products ul li.product, .woocommerce-page .upsells.products ul.products li.product {
    width: 50%;
	border:none;
	box-shadow: none;
}


/* Product thumbs */
.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
	border: 1px solid transparent;
}
.woocommerce #content div.product div.thumbnails a:hover, .woocommerce div.product div.thumbnails a:hover, .woocommerce-page #content div.product div.thumbnails a:hover, .woocommerce-page div.product div.thumbnails a:hover {
	border-color: #dfdbdf;
}
div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous {
	margin-top:4px;
}




/* Widgets decoration
---------------------------------------------------------------*/

/* Cart in top user menu */
.menu_user_cart ul.sidebar_cart {
	width: 250px !important;
	padding: 1.5em 1.5em  0 !important;
	font-size:1.1667em;
}
.menu_user_cart .widget_shopping_cart {
	display:block;
}
.menu_user_cart .widget_shopping_cart ul.cart_list {
	display:block;
	position:static;
	width:100%;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
			box-shadow: none;
}
.menu_user_cart ul.sidebar_cart > li,
.menu_user_cart .widget_shopping_cart ul.cart_list > li {
	margin:0;
}
.menu_user_cart ul.sidebar_cart > li:before,
.menu_user_cart ul.sidebar_cart > li > a:before,
.menu_user_cart .widget_shopping_cart ul.cart_list > li:before,
.menu_user_cart .widget_shopping_cart ul.cart_list > li > a:before {
	display:none;
}
.menu_user_cart .widget_shopping_cart ul.cart_list > li > a {
	padding: 0;
}
.menu_user_cart .widget_shopping_cart ul.cart_list > li > a:not(.remove) {
	margin-top:-0.15em;
}
.menu_user_cart .widget_shopping_cart ul.cart_list > li > a:hover {
	background-color: transparent;
	color: #ffffff;
}
.menu_user_cart .widget_shopping_cart ul.cart_list > li img {
	width:50px;
	margin-top:0.5em;
}


/* Cart & Products list */
.woocommerce a.remove {
	margin-top:1em;
	text-align:left;
}
.woocommerce .shop_table a.remove {
	margin-top:0;
	font-weight:300;
	text-align:center;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce-page .widget_shopping_cart .cart_list li {
	padding: 0 0 0 1.5em;
	overflow:hidden;
}
.woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:before, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:before {
	display:none;
}
.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a, .woocommerce-page ul.cart_list li a, .woocommerce-page ul.product_list_widget li a {
    font-weight: 300;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    box-shadow: none;
	width:4.6875em;
	float:left;
	margin: 0 0.75em 1em 0;
}
.woocommerce.widget_shopping_cart .quantity, .woocommerce .widget_shopping_cart .quantity, .woocommerce-page.widget_shopping_cart .quantity, .woocommerce-page .widget_shopping_cart .quantity {
	margin: 0.5em 0 1em;
	display:inline-block;
}
.woocommerce ul.cart_list li > .amount, .woocommerce ul.product_list_widget li > .amount, .woocommerce-page ul.cart_list li > .amount, .woocommerce-page ul.product_list_widget li > .amount,
.woocommerce ul.cart_list li span .amount, .woocommerce ul.product_list_widget li span .amount, .woocommerce-page ul.cart_list li span .amount, .woocommerce-page ul.product_list_widget li span .amount,
.woocommerce ul.cart_list li ins .amount, .woocommerce ul.product_list_widget li ins .amount, .woocommerce-page ul.cart_list li ins .amount, .woocommerce-page ul.product_list_widget li ins .amount {
    font-size: 1em;
	font-weight:400;
}
.woocommerce ul.cart_list li ins, .woocommerce ul.product_list_widget li ins, .woocommerce-page ul.cart_list li ins, .woocommerce-page ul.product_list_widget li ins {
	text-decoration:none;
	font-style:normal;
}
.woocommerce ul.cart_list li del, .woocommerce ul.product_list_widget li del, .woocommerce-page ul.cart_list li del, .woocommerce-page ul.product_list_widget li del {
    font-size: 0.875em;
}

.woocommerce.widget_shopping_cart .total, .woocommerce .widget_shopping_cart .total, .woocommerce-page.widget_shopping_cart .total, .woocommerce-page .widget_shopping_cart .total {
	font-size:1em;
    padding: 0.75em 0 0;
	color: #222222;
}
.woocommerce.widget_shopping_cart .total .amount, .woocommerce .widget_shopping_cart .total .amount, .woocommerce-page.widget_shopping_cart .total .amount, .woocommerce-page .widget_shopping_cart .total .amount {
	font-size:1.2857em;
	font-weight:400;
}

/* Active filters */
.woocommerce .widget_layered_nav_filters > ul > li { padding:0 0.625em 0.5em 0; display:block; }
.woocommerce .widget_layered_nav_filters > ul > li:before {display:none; }
.woocommerce .widget_layered_nav_filters > ul > li a,
.woocommerce .widget_layered_nav ul li.chosen a, .woocommerce-page .widget_layered_nav ul li.chosen a { background-color: transparent; border:none; padding:0; color:#222222; }

/* Price filter */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content { margin-bottom:1.225em; background:#cccccc; }
.woocommerce .widget_price_filter .price_label { font-size: 16px; }
.woocommerce .widget_price_filter .price_label span { color:#222222; }

/* Widgets in the Dark Footer */
.woocommerce .footerStyleDark ul.cart_list li > .amount, .woocommerce .footerStyleDark ul.product_list_widget li > .amount, .woocommerce-page .footerStyleDark ul.cart_list li > .amount, .woocommerce-page .footerStyleDark ul.product_list_widget li > .amount,
.woocommerce .footerStyleDark ul.cart_list li span .amount, .woocommerce .footerStyleDark ul.product_list_widget li span .amount, .woocommerce-page .footerStyleDark ul.cart_list li span .amount, .woocommerce-page .footerStyleDark ul.product_list_widget li span .amount,
.woocommerce .footerStyleDark ul.cart_list li ins .amount, .woocommerce .footerStyleDark ul.product_list_widget li ins .amount, .woocommerce-page .footerStyleDark ul.cart_list li ins .amount, .woocommerce-page .footerStyleDark ul.product_list_widget li ins .amount,
.footerStyleDark .woocommerce.widget_shopping_cart .total .amount, .woocommerce .footerStyleDark .widget_shopping_cart .total .amount, .footerStyleDark .woocommerce-page.widget_shopping_cart .total .amount, .footerStyleDark .woocommerce-page .widget_shopping_cart .total .amount,
.woocommerce .footerStyleDark .widget_price_filter .price_label span {
	color: #dddddd;
}
.footerStyleDark .widget_area a.button { color: #666666 !important; }



/* Cart
--------------------------------------------------------------------- */
.woocommerce .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce-page #content .quantity input.qty {
	font-weight: 400;
	color: #222222;
    border: 2px solid #ccd0d1;
}

.woocommerce table.cart img, .woocommerce #content table.cart img, .woocommerce-page table.cart img, .woocommerce-page #content table.cart img {
    width: 75px;
}

.woocommerce table.cart td, .woocommerce #content table.cart td, .woocommerce-page table.cart td, .woocommerce-page #content table.cart td {
	padding: 12px;
	text-align: center;
    min-height: 20px;
}
.woocommerce table.cart td.product-name, .woocommerce #content table.cart td.product-name, .woocommerce-page table.cart td.product-name, .woocommerce-page #content table.cart td.product-name {
	text-align: left;
}
.woocommerce table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon .input-text {
    border: none;
	padding: 0.7em 0.5em;
	margin-right:0.5em;
	width: 7em;
}

.woocommerce table.shop_table thead th, .woocommerce-page table.shop_table thead th {
	font-weight:400;
	font-size:1.125em;
}
.woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th {
	font-weight:300;
	font-size:0.875em;
	text-align:right;
}

.woocommerce .cart-collaterals h2, .woocommerce-page .cart-collaterals h2 {
	font-size:1.5em;
	font-weight: 300;
	line-height:1.3em;
	text-align:right;
}
.woocommerce .cart-collaterals .order-total strong, .woocommerce-page .cart-collaterals .order-total strong {
	font-weight:400;
}

.woocommerce .cart-collaterals .cart-subtotal .amount, .woocommerce-page .cart-collaterals .cart-subtotal .amount {
	font-size: 1em;
	font-weight:400;
}

.woocommerce .cart-collaterals .cart_totals table th, .woocommerce-page .cart-collaterals .cart_totals table th {
	padding: 6px;
	font-weight:400;
}

.woocommerce .cart-collaterals .cart_totals table select, .woocommerce-page .cart-collaterals .cart_totals table select {
	background-color:#f4f7f9;
	font-size:1em;
}

.woocommerce table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
	width: 100px;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, .woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	color:#222222;
	font-size: 1em;
	font-weight:300;
}



/* Checkout
--------------------------------------------------------------------------*/
.woocommerce #commentform input { border-width: 2px; }
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce table.shop_table {
    border-radius: 0;
}
.select2-container .select2-choice { border-radius: 0; height: 44px; line-height: 44px; }
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    line-height: 1.5em;
}

.woocommerce form .form-row .input-checkbox {
    display: none;
}

.woocommerce .checkout h3, .woocommerce-page .checkout h3 {
	margin-top:0;
	font-size:1.625em;
	font-weight:400;
}

.woocommerce .checkout .col-2 h3#ship-to-different-address label, .woocommerce-page .checkout .col-2 h3#ship-to-different-address label {
	display:inline-block;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce-page form .form-row input.input-text, .woocommerce-page form .form-row textarea {
	font-weight:300;
    border: 2px solid #bac0c3;
    height: 42px;
}
.woocommerce table.shop_table .cart-subtotal .amount, .woocommerce-page table.shop_table .cart-subtotal .amount,
.woocommerce table.shop_table .shipping td, .woocommerce-page table.shop_table .shipping td {
	font-weight:300;
}
.woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
    clear: none;
    float: left;
	margin-bottom:30px;
}
.woocommerce .checkout #order_review, .woocommerce-page .checkout #order_review {
	margin-bottom:23px;
}
.woocommerce .checkout #order_review_heading, .woocommerce-page .checkout #order_review_heading {
	padding-top:1.825em;
}
.woocommerce .checkout #order_review .order-total .amount, .woocommerce-page .checkout #order_review .order-total .amount {
	font-size:1.125em;
	line-height:1.3em;
	font-weight:400;
}
.woocommerce .checkout #order_review .payment_methods li, .woocommerce-page .checkout #order_review .payment_methods li {
	list-style:none;
}
.woocommerce .checkout #order_review .payment_methods li label, .woocommerce-page .checkout #order_review .payment_methods li label {
	display:inline-block;
}

.woocommerce-checkout #payment {
	background-color: #000000;
}
.woocommerce-checkout #payment div.payment_box:after {
	top:0;
}

.woocommerce .order_details li, .woocommerce-page .order_details li {
    font-size: 1em;
    line-height: 1em;
	list-style:none;
}
.woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
	font-weight:300;
	color:#fff;
}

.woocommerce form .form-row {
    padding: 0;
}



.woocommerce ul.products li.product-category.last, .woocommerce-page ul.products li.product-category.last {
    margin-right: 0;
}
.woocommerce ul.products li.product-category.last, .woocommerce-page ul.products li.product-category.last {
    margin-right: 0;
}
.woocommerce ul.products li.product-category.product, .woocommerce-page ul.products li.product-category.product {
    float: left;
    position: relative;
    width: 33.3%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 50px 50px 0;
}

#checkout_timeline {
    text-align: center;
    list-style: none;
    padding: 0;
}

#checkout_timeline li {
    transition: all 0.5s ease;
    font-size: 20px;
    text-transform: uppercase;
}

#checkout_timeline.vertical {
    width: 33%;
    float: left;
    padding: 0 15px;
}

#checkout_timeline:after {
    clear: both;
    display: block;
    content: "";
}

.yith-wcms-pro #checkout_timeline li {
    cursor: pointer;
}

#checkout_timeline.vertical li {
    display: block;
}

.yith-wcms-pro.logged-in #checkout_timeline li#timeline-0 {
    cursor: context-menu;
}

#checkout_timeline li:last-child {
    padding-right: 0;
}
#checkout_timeline {
    display: table;
    width: 100%;
    height: 100%;
}

#checkout_timeline:not(.text) li {
    font-size: inherit;
}

#checkout_timeline li .timeline-wrapper .timeline-step {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    width: 40px;
    text-align: center;
    padding: 10px;
}

#checkout_timeline.style1 li .timeline-wrapper .timeline-step.with-icon img{
    max-width: none;
}



#checkout_timeline li .timeline-wrapper .timeline-label {
    text-align: center;
    padding: 5px !important;
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    color: #eee;
    width: 100%;
}
#checkout_timeline li .timeline-wrapper .timeline-label.checkout-process { color: #ddd; }
#checkout_timeline li .timeline-wrapper .timeline-label a { color: #eee; }
#checkout_timeline li .timeline-wrapper .timeline-label a:hover { color: #ddd; }

#checkout_timeline.vertical li .timeline-wrapper .timeline-label {
    font-size: 15px;
}

#checkout_timeline li {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

#checkout_timeline li {
    border-width: 0px;
    padding-right: 10px;
}

#checkout_timeline.vertical li {
    width: auto;
    display: block;
}

#checkout_timeline li .timeline-wrapper {
    position: relative;
    text-align: left;
    line-height: normal;
}

#checkout_timeline li .timeline-wrapper {
      text-align: left;
      display: table;
      height: 100%;
      width: 100%;
}

#checkout_timeline.vertical li .timeline-wrapper {
    margin-bottom: 10px;
}

/* Custom share Buttons With Floating Sidebar (C)
 * Author: Raghunath gurjar
 * */
.sbutton img {opacity:0.7;}
.sbutton img:hover{opacity:1;}
.csbwfs-social-widget {position: fixed;z-index: 99999; display: none;}
.csbwfs-sbutton a {background: none;float: right;margin: 0 0 5px;padding: 0;position: relative;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;transition: all 0.2s;-moz-transition: all 0.2s;-webkit-transition: all 0.2s;-webkit-backface-visibility: hidden;opacity: 0.7;}
.csbwfs-sbutton a:hover {opacity: 1.0;}
.csbwfs-sbutton img{padding:6px;width:20px; height: 20px;}
#csbwfs-tw a{background:none repeat scroll 0 0 #2CA8D2; }
#csbwfs-fb a{background:none repeat scroll 0 0 #305891;}
#csbwfs-ml a{background:none repeat scroll 0 0 #738A8D;}
#csbwfs-gp a{background:none repeat scroll 0 0 #DD4C39; }
#csbwfs-li a{background:none repeat scroll 0 0 #007BB6;}
#csbwfs-pin a{background:none repeat scroll 0 0 #ca2027;}
#csbwfs-yt a{background:none repeat scroll 0 0 #ffffff;}
#csbwfs-re a{background:none repeat scroll 0 0 #FF1A00;}
#csbwfs-st a{background:none repeat scroll 0 0 #EB4924;}
/* Right Position */
#csbwfs-right #csbwfs-re,#csbwfs-right  #csbwfs-st,#csbwfs-right #csbwfs-yt,#csbwfs-right  #csbwfs-ml,#csbwfs-right #csbwfs-pin,#csbwfs-right #csbwfs-gp,#csbwfs-right #csbwfs-tw,#csbwfs-right #csbwfs-fb,#csbwfs-right #csbwfs-li a {position: absolute; right: 0;}
#csbwfs-right a#csbwfs-hide {padding-right:33px;}
#csbwfs-right a#csbwfs-show {float:right;}
/* Bottom Position */
#csbwfs-bottom #re a, #csbwfs-bottom #st a ,#csbwfs-bottom #yt a , #csbwfs-bottom #ml a,#csbwfs-bottom #pin a,#csbwfs-bottom #gp a ,#csbwfs-bottom #tw a,#csbwfs-bottom #fb a ,#csbwfs-bottom #fb a {
bottom: 0;  height: 45px;
}
#csbwfs-bottom {width:100%;margin:0 auto; text-align:center; bottom: 0 !important; }
#csbwfs-bottom .csbwfs-hide{display:none !important;}
#csbwfs-bottom .csbwfs-sbutton{background: none repeat scroll 0 0 rgba(0, 0, 0, 0);display: inline-block;float: none;   margin: 0 auto;position: relative;width: 45px;}
#csbwfs-bottom .csbwfs-sbutton img {width: 31px;height: 30px;opacity: 0.7;}
#csbwfs-bottom .csbwfs-sbutton img:hover{opacity:1;}
/* Custom Share Buttons*/
#socialButtonOnPage {width:100%;display:inline-block;float:left; }
#socialButtonOnPage .csbwfs-sbutton-post img {width:31px; height:30px;opacity:0.7; border-radius:3px 3px 3px 3px;box-shadow:0 1px 4px rgba(0, 0, 0, 0.2);}
#socialButtonOnPage .csbwfs-sbutton-post img:hover{opacity:1;}
#socialButtonOnPage .sharethis-arrow span:hover{cursor:pointer;}
#socialButtonOnPage .sharethis-arrow span{  color: #FFFFFF;display: inline-block;font-size: 16px;font-style: italic;   font-weight: bold;}
/* Left Position */
.leftSocialButtonOnPage .csbwfs-sbutton-post {float:left; padding:5px 1px;}
.leftSocialButtonOnPage .sharethis-arrow{float:left;padding:5px 10px 5px 1px;background:url("../images/sharethis-l.png") no-repeat scroll 0 0 #ffffff;height: 29px;padding: 0 10px 0 0;margin-top:5px;width: 120px; }
.leftSocialButtonOnPage .sharethis-arrow span{ padding-left: 12px;}
/* Right Position */
.rightSocialButtonOnPage .csbwfs-sbutton-post {float:right; padding:5px 1px;}
.rightSocialButtonOnPage .sharethis-arrow{float:right;padding:5px 1px 5px 10px;background:url("../images/sharethis-r.png") no-repeat scroll 0 0 #ffffff;height: 29px;padding: 0 0 0 10px;margin-top:5px;width: 120px; margin-left:5px;}
.rightSocialButtonOnPage .sharethis-arrow span{padding-left: 12px;}

