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

/* Content and Sidebar */
.woocommerce.sidebar_show .content { width: 770px; }
.woocommerce .sidebar { 			 width: 270px; }

/* Fullwide or Fullscreen with sidebar */
.woocommerce.body_style_fullwide.sidebar_right .content, .woocommerce.body_style_fullscreen.sidebar_right .content { padding-right: 330px; }
.woocommerce.body_style_fullwide.sidebar_right .sidebar, .woocommerce.body_style_fullscreen.sidebar_right .sidebar { margin-left: -300px; }
.woocommerce.body_style_fullwide.sidebar_left  .content, .woocommerce.body_style_fullscreen.sidebar_left  .content { padding-left:  330px; }
.woocommerce.body_style_fullwide.sidebar_left  .sidebar, .woocommerce.body_style_fullscreen.sidebar_left  .sidebar { margin-right:-300px; }

/*
.woocommerce.body_filled .widget_area[class*="scheme_"]:not(.footer_wrap) .widget_area_inner {
	padding: 2.1429em;
}
*/
.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    right: 0;
    left: auto;
    top: 0.3em;
    margin-top: 0;
    border-radius: 0;
    text-align: center;
    padding-right: 0;
}
/* 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;
    margin-bottom:0;
}

/* 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:0;
    top:0;
    margin:1.6em 0 0 1.6em;
    width:4em;
    height:4em;
    overflow:hidden;
    font-size:0.625em;
    font-weight:bold;
    text-align:center;
    line-height:4em;
    text-transform:uppercase;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/* 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, .woocommerce-account .addresses .title .edit {
    font-family: 'Montserrat';
    font-size: 0.824em;/* Приближение из-за подстановки шрифтов */
    font-weight: 700;
    display:inline-block;
    text-align:center;
    padding: 0.75em 1em 0.8em;
    border-radius: 0;
    text-transform: uppercase;
    border: 2px solid transparent;
    box-sizing: border-box;
}
.woocommerce .widget_shopping_cart_content .buttons .button:first-child {
    font-size: 0.824em;
    border: 0;
    padding: 0;
    background: none;
    color: #000000;
    margin-top: 0.9em;
}
.woocommerce .widget_shopping_cart_content .buttons .button:last-child {
    float: right;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button {
    font-size: 0.824em;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    right: 0;
}
.woocommerce .widget_price_filter .price_slider_amount .button, .woocommerce-page .widget_price_filter .price_slider_amount .button:hover {
    right: 0;
    top: auto!important;
}
.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:400;
	font-size: 0.875em;
	line-height: 1.3em;
	padding: 0.25em;
}
*/
.woocommerce-ordering {
    overflow:hidden;
    position:relative;
}
.woocommerce-ordering:after {
    content: '\e830';
    font-family: 'fontello';
    font-size: 1.5em;
    display: block;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    line-height: 2.2em;
    width: 2.3em;
    text-align: center;
    cursor: pointer;
    pointer-events: none;
}
.woocommerce-ordering select {
    padding-right:2em;
}


/* Shop Listing
----------------------------------------------------------------- */
.woocommerce .mode_buttons, .woocommerce-page .mode_buttons {
    float: left;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
    margin-top: 0.2em;
    display: block;
    font-size: 2em;
}
.woocommerce .mode_buttons a+a, .woocommerce-page .mode_buttons a+a {
    margin-left: 0.5em;
}

.woocommerce ul.products, .woocommerce-page ul.products {
    margin-right:-30px;
    margin-bottom:0;
    padding-top: 1.4em;
}
.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 30px 82px 0;
    position: relative;
    width: 100%;
}
.woocommerce.columns-2 ul.products li.product, .woocommerce-page.columns-2 ul.products li.product,
.woocommerce .related.products ul.products li.product.column-1_2, .woocommerce-page .related.products ul.products li.product.column-1_2,
.woocommerce .upcells.products ul.products li.product.column-1_2, .woocommerce-page .upcells.products ul.products li.product.column-1_2,
.woocommerce ul.products li.product.column-1_2, .woocommerce-page ul.products li.product.column-1_2 {
    width: 50%;
}
.woocommerce.columns-3 ul.products li.product, .woocommerce-page.columns-3 ul.products li.product,
.woocommerce .related.products ul.products li.product.column-1_3, .woocommerce-page .related.products ul.products li.product.column-1_3,
.woocommerce .upcells.products ul.products li.product.column-1_3, .woocommerce-page .upcells.products ul.products li.product.column-1_3,
.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 .related.products ul.products li.product.column-1_4, .woocommerce-page .related.products ul.products li.product.column-1_4,
.woocommerce .upcells.products ul.products li.product.column-1_4, .woocommerce-page .upcells.products ul.products li.product.column-1_4,
.woocommerce ul.products li.product.column-1_4, .woocommerce-page ul.products li.product.column-1_4 {
    width: 25%;
    padding-bottom: 82px;
}
.woocommerce.columns-5 ul.products li.product, .woocommerce-page.columns-5 ul.products li.product,
.woocommerce .related.products ul.products li.product.column-1_5, .woocommerce-page .related.products ul.products li.product.column-1_5,
.woocommerce .upcells.products ul.products li.product.column-1_5, .woocommerce-page .upcells.products ul.products li.product.column-1_5,
.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 .related.products ul.products li.product.column-1_6, .woocommerce-page .related.products ul.products li.product.column-1_6,
.woocommerce .upcells.products ul.products li.product.column-1_6, .woocommerce-page .upcells.products ul.products li.product.column-1_6,
.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;
}


/* Thumbs mode */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    overflow:hidden;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product .post_content {
    text-align: center;
    padding-bottom: 1px;
}
.woocommerce ul.products li.product .post_featured, .woocommerce-page ul.products li.product .post_featured {
    margin-bottom:0;
}
.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;
    box-shadow:none;
    box-sizing: border-box;
}
.woocommerce ul.products li.product .post_featured .hover_icon:before, .woocommerce-page ul.products li.product .post_featured .hover_icon:before {
    /*font-size:3em;*/
}
.article_style_boxed.woocommerce ul.products li.product .post_item_wrap, .article_style_boxed.woocommerce-page ul.products li.product .post_item_wrap {
    background-color:#f0f0f0;
}
.article_style_boxed.woocommerce ul.products li.product .post_content, .article_style_boxed.woocommerce-page ul.products li.product .post_content {
    background-color:#f4f7f9;
}
.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;
    text-align:center;
}
.article_style_boxed.woocommerce ul.products li.product .post_content .star-rating, .article_style_boxed.woocommerce-page ul.products li.product .post_content .star-rating {
    margin-left:auto;
    margin-right:auto;
}
.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 {
    font-family: 'Montserrat';
    font-size: 1.059em;
    font-weight: 400;
    line-height: 1.111;
    margin-top: 1.5em;
    margin-bottom: 1.45em;
    padding: 0;
    overflow: hidden;
    height: 3.2em;
}
.article_style_boxed.woocommerce ul.products li.product h3, .article_style_boxed.woocommerce-page ul.products li.product h3 {
    margin-top:0;
}
.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    font-family: 'PT Serif';
    font-size: 1.294em;
    font-weight: 400;
    margin-bottom: 1.1em;
}
.woocommerce ul.products li.product .price ins {
    text-decoration:none;
    font-weight:inherit;
    font-style:inherit;
}
.woocommerce ul.products li.product .price del {
    display:inline-block;
    margin-right:6px;
}


/* 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%;
    padding-bottom: 80px;
}
.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 1.75em 0 0;
    width: 10em;
    border-bottom: none;
}
.woocommerce .shop_mode_list ul.products li.product .post_content, .woocommerce-page .shop_mode_list ul.products li.product .post_content {
    text-align: left;
}
.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-top: 0;
    margin-bottom:0.5em;
    border-bottom:none;
    height: auto;
}
.woocommerce .shop_mode_list ul.products li.product .description .sc_title, .woocommerce-page .shop_mode_list ul.products li.product .description .sc_title {
    display: none;
}
.woocommerce .shop_mode_list ul.products li.product .description, .woocommerce-page .shop_mode_list ul.products li.product .description {
    margin-bottom:1.3em;
    overflow:hidden;
}
.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:first-child, .woocommerce-page .shop_mode_list ul.products li.product .description p:first-child,
.woocommerce .shop_mode_list ul.products li.product .description p:last-child, .woocommerce-page .shop_mode_list ul.products li.product .description p:last-child {
    margin-bottom: 0;
}
.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;
    line-height:1.647em;
    margin-bottom: 1.4em;
}

.woocommerce a.added_to_cart, .woocommerce-page a.added_to_cart {
    padding: 0.5em 0 0 0.5em;
    vertical-align: top;
}
.woocommerce .shop_mode_list ul.products li.product .price, .woocommerce-page .shop_mode_list ul.products li.product .price {
    margin-bottom: 1.15em;
}

/* 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;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span.current {
    border-width:2px;
    border-style: solid;
}


/* List products in the shortcodes */
.vc_row .woocommerce .products .post_item_wrap {
    text-align:center;
}
.vc_row .woocommerce .products .star-rating {
    margin-left:auto;
    margin-right:auto;
}


/* Single product decoration
---------------------------------------------------------------------------- */
.woocommerce div.product {
}

/* Title */
.woocommerce div.product .product_title {
    font-size: 2.941em;
    line-height:1.3em;
    font-weight:400;
    margin-bottom:0.25em;
    margin-top: -0.23em;
}
.woocommerce div.product .sc_title {
    display: inline-block;
    margin: 0;
    line-height: 0.6;
    margin-right: 0.3em;
    overflow: visible;
}

/* Price */
.woocommerce div.product p.price {
    position:relative;
    font-size: 1.294em;
    font-weight: 400;
    text-align: left;
    margin-bottom: 0.5em;
}
.woocommerce div.product p.price ins {
    text-decoration:none;
    font-size: 1.125em;
    font-style:normal;
}
.woocommerce div.product p.price del {
    font-size: 0.875em;
}

/* Images and thumbnails */
.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: 2em;
    width: 27.4%;
    margin-right: 6.7%;
}

.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;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
    margin-right: 2.5%;
    width: 22.5%;
}
.woocommerce #content div.product div.thumbnails.columns-3 a, .woocommerce div.product div.thumbnails.columns-3 a,
.woocommerce-page #content div.product div.thumbnails.columns-3 a, .woocommerce-page div.product div.thumbnails.columns-3 a {
    margin-right: 3.3333%;
    width: 33%;
}
.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: #f0f0f0;
}
.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.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: left;
    width: 40.9%;
}
.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 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;
}

div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous {
    margin-top:4px;
}

/* 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;
}
.woocommerce .product_meta span span,
.woocommerce .product_meta a {
    font-weight:400;
}

/* 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 {
    margin-bottom: 1.5em;
    overflow:hidden;
}
.woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
    margin: 0 0.5em 0 0;
    width:5em;
    height: 2.35em;
    position:relative;
}
.woocommerce div.product form.cart div.quantity span, .woocommerce-page div.product form.cart div.quantity span {
    display:block;
    position:absolute;
    z-index:1;
    right:0;
    width:1.5em;
    height:50%;
    text-align:center;
    line-height:1em;
    cursor:pointer;
}
.woocommerce div.product form.cart div.quantity span.q_inc, .woocommerce-page div.product form.cart div.quantity span.q_inc {
    top:0;
}
.woocommerce div.product form.cart div.quantity span.q_dec, .woocommerce-page div.product form.cart div.quantity span.q_dec {
    bottom:0;
    border-top:1px solid #ffffff;
}
.woocommerce div.product form.cart div.quantity span:before, .woocommerce-page div.product form.cart div.quantity span:before {
    font-family:'fontello';
}
.woocommerce div.product form.cart div.quantity span.q_inc:before, .woocommerce-page div.product form.cart div.quantity span.q_inc:before {
    content:'\e82f';
}
.woocommerce div.product form.cart div.quantity span.q_dec:before, .woocommerce-page div.product form.cart div.quantity span.q_dec:before {
    content:'\e830';
}
.woocommerce div.product form.cart div.quantity input[type="number"], .woocommerce-page div.product form.cart div.quantity input[type="number"] {
    width: 100%;
    height: 100%;
    padding-right:0;
    border-radius: 0;
}

/* 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:30px;
}
.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 #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:#ffffff;
    box-shadow: none;
    border:none;
}
.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 #dddddd;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-color:#ffffff;

}
.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;
}

.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 {
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 1.5em 1.5em 1em 1.5em;
    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: 1.625em;
    font-weight:400;
}
.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;
}

/* Decorate tabs on single product */
.single-product div.product .woocommerce-tabs.trx-stretch-width {
    padding: 3em 0;
}
.single-product div.product .woocommerce-tabs.trx-stretch-width .panel {
    border: none;
    padding: 1.6em 3em 1.6em 2em;
}
.single-product div.product .woocommerce-tabs.trx-stretch-width .panel p:last-child {
    margin-bottom: 0;
}
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs {
    padding-left: 0;
}
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs:before,
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs:after {
    display: none;
}
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li {
    border: none !important;
    background-color: transparent !important;
    margin:0 !important;
    padding:0 !important;
    padding-bottom: 1.25em!important;
}
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li+li {
    margin-left: 0em !important;
}
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li.active a:after {
    transition: none;
    position: absolute;
    content: '';
    left: 50%;
    bottom: -5px;
    width: 1em;
    height: 1em;
    transform: translateX(-50%)rotate(45deg);
    opacity: 1;
}
.single-product div.product .woocommerce-tabs.trx-stretch-width .wc-tabs li a {
    position:relative;
    padding: 1em 3.1em 1.05em;
    font-family: 'Montserrat';
    font-size: 0.941em;
    font-weight: 700;
    text-transform: uppercase;
}


/* Stars */
.woocommerce .woocommerce-product-rating, .woocommerce-page .woocommerce-product-rating { float:right; }
.woocommerce .woocommerce-product-rating .woocommerce-review-link, .woocommerce-page .woocommerce-product-rating .woocommerce-review-link { display:none; }
.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; }


/* 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: 50px;
    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:6px;
}
.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:400;
    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 {
    font-style:italic;
}
.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: 400;
    overflow:auto;
}

/* Related products */
.woocommerce .related.products h2 {
    font-family: 'PT Serif';
    font-size: 2.941em;
    font-weight: 400;
    text-align: left;
    text-transform: none;
    margin-top: 0.78em;
    margin-bottom: 0.82em;
}

/* 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;
}
#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    margin-left: 1em;
    font-family: 'Montserrat';
    font-size: 0.824em;
    font-weight: 700;
    text-transform: uppercase;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    border-width: 2px;
    border-style: solid;
    font-family: 'Montserrat';
    font-size: 0.941em;
    font-weight: 700;
    text-transform: uppercase;
    display:inline-block;
    text-align:center;
    padding: 1em 2.56em;
}
/* 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;
}
.woocommerce ul.products li.product.product-category mark.count, .woocommerce-page ul.products li.product.product-category mark.count {
    font-weight:400;
}

/* Related products */
.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;
    padding-bottom: 0;
}




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

/* Cart in top user menu */
.top_panel_wrap .sidebar_cart {
    width: 250px !important;
    padding: 1.5em !important;
}
.top_panel_wrap .widget_shopping_cart {
    display:block !important;
}
.top_panel_wrap .widget_shopping_cart ul.cart_list {
    display:block;
    position:static;
    width:100%;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.top_panel_wrap .sidebar_cart > li,
.top_panel_wrap .widget_shopping_cart ul.cart_list > li {
    margin:0;
    padding-left:0;
}
.top_panel_wrap .sidebar_cart > li:before,
.top_panel_wrap .sidebar_cart > li > a:before,
.top_panel_wrap .widget_shopping_cart ul.cart_list > li:before,
.top_panel_wrap .widget_shopping_cart ul.cart_list > li > a:before {
    display:none;
}
.woocommerce .top_panel_wrap .widget_shopping_cart .empty,
.woocommerce-page .top_panel_wrap .widget_shopping_cart .empty {
    padding-bottom: 1em;
}
.top_panel_wrap .widget_shopping_cart ul.cart_list > li > a {
    padding: 0;
}
.top_panel_wrap .widget_shopping_cart ul.cart_list > li > a:not(.remove) {
    margin-top:-0.15em;
}
.top_panel_wrap .widget_shopping_cart ul.cart_list > li > a:hover {
    background-color: transparent;
    color: #ffffff;
}
.top_panel_wrap .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 a.remove,
.woocommerce a.remove:hover {
    color: #1d1a1a !important;
    background-color: #ffffff !important;
}
.woocommerce .shop_table a.remove {
    margin-top: 0;
    text-align: center;
    margin-right: 0;
    float: right;
    font-size: 1.3em;
    font-weight: 900;
    border-radius: 0;
}
.woocommerce .widget_shopping_cart .cart_list li, .woocommerce-page .widget_shopping_cart .cart_list li {
    padding: 0;
    overflow:hidden;
    padding-top: 0.3em;
}
.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-family: 'Montserrat';
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1.111;
    padding-right: 2em;
    text-transform: uppercase;
}
.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:3.9em;
    float:left;
    margin: 0 0.6em 1.9em 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.8em 0 1em;
    display:inline-block;
    font-family: 'PT Serif';
    font-size: 1.294em;
    font-weight: 400;
}
.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 {
}
.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_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 12px;
    height: 12px;
    top: 0;
    border-radius: 50%;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:first-child {
}

.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.8em 0 0.75em;
    color: #222222;
    border: 0;
    text-align: right;
    margin-bottom: 1.8em;
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.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.294em;
}
.woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
    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_amount {
    font-size: 1em;
    position: relative;
    padding-bottom: 2.65em;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content { margin-bottom:0.8em; background:#cccccc; height: 12px; border-radius: 0;}
.woocommerce .widget_price_filter .price_label {
}
.price_slider_wrapper {
    margin-top: 2.35em;
}
.woocommerce .widget_price_filter .price_label span {
    font-size: 1.222em;
}
.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height:6px;
    top: 3px;
}.woocommerce .woocommerce-ordering select {
     vertical-align: top;
     background: transparent;
     border-width: 1px;
     border-style: solid;
     padding-top: 0.4em;
     padding-bottom: 0.7em;
     padding-left: 1.2em;
     height: 3.3em;
     border-radius: 0;
     width: 100%;
 }

/* Product categories */
body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories {
    margin:0;
    padding:0;
    list-style:none;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li {
    position:relative;
    padding:0.5em 1em;
    margin:0;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li+li {
    border-top: 1px dashed #eeeeee;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories li:before {
    display:none;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children:after {
    content: '\e836';
    font-family:'fontello';
    display:block;
    position:absolute;
    z-index:1;
    right: 1em;
    top: 0.5em;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited li.has_children span.open_child_menu {
    display:none;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories ul {
    display:none;
}
body:not(.woocommerce) .widget_area:not(.footer_wrap) .widget_product_categories ul.product-categories.inited ul {
    position:absolute;
    z-index:100000;
    top: -0.5em;
    right: -200px;
    width:200px;
}


/* 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: 1px solid;
    border-radius: 0;
    width: 5em;
    height: 3em;
    box-sizing: border-box;
    text-align: left;
    padding-left: 1.7em;
    padding-right: 1em;
}

.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 2em;
    text-align: center;
}
.woocommerce table.cart td .amount, .woocommerce #content table.cart td .amount, .woocommerce-page table.cart td .amount, .woocommerce-page #content table.cart td .amount {
    font-family: 'PT Serif';
    font-size: 1.294em;
    font-weight: 400;
}
.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 {
    font-family: 'Montserrat';
    font-size: 1.059em;
    font-weight: 400;
    line-height: 1.111;
    text-align: left;
    text-transform: uppercase;
}
.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 {
    padding: 0.8em 1.2em 0.6em;
    margin-right: 0.7em;
    width: 11.2em;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    height: 2.65em;
}
.woocommerce table.shop_table {
    border-radius: 0;
}
.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right;
    padding: 0.9em 0.5em 0.85em;
}
.woocommerce-cart table.cart .product-thumbnail {
    min-width: 70px;
    padding-top: 2.4em;
    padding-bottom: 2em;
}
.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
    height: 3.23em;
    box-sizing: border-box;
    border: 0;
}
.woocommerce .cart-collaterals .cart_totals h2, .woocommerce-page .cart-collaterals .cart_totals h2 {
    display: none;
}
.woocommerce table.shop_table thead th, .woocommerce-page table.shop_table thead th {
    font-family: 'Montserrat';
    font-size: 1.059em;
    font-weight: 400;
    line-height: 1.333;
    text-align: center;
    text-transform: uppercase;
    padding: 1.35em 1em 1.25em !important;
}
.woocommerce table.shop_table tfoot th, .woocommerce-page table.shop_table tfoot th {
    font-size: 1.294em;
    font-weight: 400;
    text-align:right;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tfoot tr td:last-child,
.woocommerce-page .woocommerce-checkout-review-order table.shop_table tfoot tr td:last-child {
    text-align: left!important;
}
.woocommerce-checkout-payment .button {
}

.woocommerce .cart-collaterals h2, .woocommerce-page .cart-collaterals h2 {
    font-size:1.5em;
    font-weight: 400;
    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 {
    font-size: 1.294em;
    font-weight: 400;
    padding: 6px;
    text-align: right;

}
#add_payment_method #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0 3em 3em;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    text-align: left;
    padding: 3em 3em 0;
    margin: 0;
    list-style: none;
    border: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals table {
    border: 0;
}
.woocommerce-checkout-review-order-table .product-name {
    font-size: 1.143em;
    font-weight: 400;
    padding-top: 2em!important;
    padding-bottom: 2em!important;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table td, .woocommerce-page .woocommerce-checkout-review-order table.shop_table td {
    padding-left: 2em;
    width: 55%;
}

.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:400;
}



/* Checkout 
--------------------------------------------------------------------------*/

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    line-height: 1.5em;
}

.woocommerce .checkout h3, .woocommerce-page .checkout h3 {
    margin-top:0;
    font-family: 'PT Serif';
    font-size: 1.294em;
    font-weight: 400;
    margin-bottom: 1.8em;
    text-transform: none;
}

.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:400;
}
.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:400;
    color: #222222;
    padding-bottom: 1em;
}
.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 {
}
.woocommerce .checkout #order_review_heading, .woocommerce-page .checkout #order_review_heading {
    padding-top: 3.225em;
}
/*.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-cart .wc-proceed-to-checkout {
    padding: 1.5em 0 0;
    text-align: center;
}
#customer_details {
    margin-top: 6em;
}
.woocommerce-checkout #payment {
    background-color:#f4f7f9;
}
.woocommerce-checkout #payment div.payment_box:after {
    top:0;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 43%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 43%;
}

.woocommerce .order_details li, .woocommerce-page .order_details li {
    font-size: 1em;
    line-height: 1em;
    list-style:none;
}
tr.shipping td form {
    font-size: 0.9em;
}
.woocommerce table.shop_table .cart-subtotal td, .woocommerce-page table.shop_table .cart-subtotal td,
.woocommerce table.shop_table .order-total td, .woocommerce-page table.shop_table .order-total td {
    vertical-align: middle;
}
.woocommerce .order_details li strong, .woocommerce-page .order_details li strong {
    font-weight:300;
    color:#222222;
}
.woocommerce table.shop_table td, .woocommerce-page table.shop_table td {
    padding-left: 1em;
}
.woocommerce table.shop_table .amount, .woocommerce-page table.shop_table .amount,
.woocommerce table.shop_table .cart-subtotal .amount, .woocommerce-page table.shop_table .cart-subtotal .amount {
    font-size: 1.294em;
    font-weight: 400;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    margin-top: 1.65em;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th {
    border-top: 0;
}
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total td,
.woocommerce-cart .cart-collaterals .cart_totals tr.order-total th {
    border-top: 1px solid;
    padding-top: 1.05em;

}
.shipping-calculator-button {
    font-family: 'Montserrat';
    font-size: 0.824em;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 0.5em;
}
.woocommerce-shipping-calculator p {
    margin-bottom: 0;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 35%;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-family: 'Montserrat' !important;
    font-size: 0.941em!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    display:inline-block!important;
    text-align:center!important;
    padding: 1em 2.56em!important;
    margin-bottom: 0.15em;
}
.scheme_original .woocommerce table.shop_table a.remove{
    background-color:  #f2f8f8!important;
}
.woocommerce .woocommerce-error:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-message:before {
    display: none;
}
.woocommerce .woocommerce-info {
    font-family: 'Montserrat';
    font-size: 1.059em;
    font-weight: 400;
    text-transform: uppercase;
    border: 0;
    padding: 1.4em 1.2em 1.1em 2.4em!important;
    margin-bottom: 0.3em!important;
}
.woocommerce .woocommerce-info:before {
    font-family: 'fontello';
    content: '\e8ef';
    display: inline-block;
    font-size: 1.5em;
    position: absolute;
    left: 0.1em;
    top: 0.9em;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 0;
    padding: 2.2em 1.6em 2.5em;
    margin: 0 0 0.5em;
    text-align: left;
    border-radius: 0;
}
.woocommerce form.checkout_coupon .form-row-first, .woocommerce form.login .form-row-first, .woocommerce form.register .form-row-first {
    width: 29.3%;
    margin-right: 4px;
}
.woocommerce form.checkout_coupon .form-row-last, .woocommerce form.login .form-row-last, .woocommerce form.register .form-row-last {
    float: left;
    width: 29.3%;
}
#customer_details .select2-container,
#customer_details input.input-text, #customer_details textarea,
.woocommerce form.login .form-row input.input-text, .woocommerce form.login .form-row textarea,
.woocommerce form.checkout_coupon .form-row input.input-text, .woocommerce form.checkout_coupon .form-row textarea {
    line-height: 1.6em;
    border: 1px solid;
    box-sizing: border-box;
    height: 3.3em;
    border-radius: 0;
    background: transparent;
}
#customer_details .select2-container,
#customer_details input.input-text, #customer_details textarea {
    height: 2.4em;
    margin-bottom: 0.2em;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    padding: 1px;
    max-width: 14.1em;
}
.select2-container .select2-choice {
    height: 100%;
    border: 0;
    background: transparent;
}
.select2-container .select2-choice>.select2-chosen {
    height: 100%;
    line-height: 2.2;
}
#order_comments_field textarea{
    border: 0;
}
#add_payment_method .checkout .col-2 h3#ship-to-different-address label, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label {
    font-family: 'PT Serif';
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
}
#customer_details label {
    font-family: 'Montserrat';
    font-size: 1.059em;
    font-weight: 400;
    text-transform: uppercase;
}
.woocommerce-shipping-fields #order_comments_field textarea {
    padding: 1.7em 2.3em 1.35em;
    line-height: 1.7em;
    height: auto;
}
.woocommerce form.login .button,
.woocommerce form.checkout_coupon .button {
    height: 4.05em;
}
.woocommerce table.shop_table th {
    padding: 1.5em 1em;
}
.woocommerce .woocommerce-checkout-review-order table.shop_table tr td:last-child, .woocommerce-page .woocommerce-checkout-review-order table.shop_table tr td:last-child {
    text-align: center;
}


/* My Account
--------------------------------------------------------------------------*/
.woocommerce-account .addresses .title h3 {
    font-size: 2em;
    margin-top:0;
}