/*
	Plumtree Woocommerce styles
*/
/* Table of Contents:

	|-- 1.0 Main Styles
		|-- 1.1 Buttons
		|-- 1.2 Quantity inputs
		|-- 1.3 Woocommerce messages
	|-- 2.0 Product Page
		|-- 2.1 Product image and thumbnail
		|-- 2.2 Sale Flash
		|-- 2.3 Main product title
		|-- 2.4 Product Rating
		|-- 2.5 Price
		|-- 2.6 Stock
		|-- 2.7 Add to wishlist/compare buttons
		|-- 2.8 Variations
		|-- 2.9 Add to cart button
		|-- 2.10 Product meta
		|-- 2.11 Social networks
		|-- 2.12 Tabs on the product page
	|-- 3.0 Reviews/comments
	|-- 4.0 Products listing Page
		|-- 4.1 Top section
		|-- 4.2 Product layout
		|-- 4.3 Main image
		|-- 4.4 On-sale flash
		|-- 4.5 Product description
		|-- 4.6 Additional buttons container
		|-- 4.7 Fade animation on hover
		|-- 4.8 Out-of-stock button styling
		|-- 4.9 2-Cols special styles
		|-- 4.10 List view styling
		|-- 4.11 Pagination
	|-- 5.0 Related Products & Up-Sells Products
	|-- 6.0 Cart Page
	|-- 7.0 Checkout
	|-- 8.0 Order Page
	|-- 9.0 Account Page
	|-- 10.0 Widgets
		|-- 10.1 Layered Nav Widget
		|-- 10.2 Price Filter Widget
		|-- 10.3 Product Search
		|-- 10.4 Cart Widget
		|-- 10.5 Recent Reviews
	|-- 11.0 Media Queries

*/

/* --------------------------- 1.0 Main Styles ------------------------------ */
.wc-forward:after, .wc-forward a:after {
    font-size: .75em; }

.wc-backward:before, .wc-backward a:before {
    font-size: .75em; }
.woocommerce .blockUI.blockOverlay{
    position:relative
}
.woocommerce .blockUI.blockOverlay:before {
    height:1em;
    width:1em;
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-.5em;
    margin-top:-.5em;
    display:block;
    content:"";
    background:url(images/loader.gif) center center;
    background-size:cover;
    line-height:1;
    text-align:center;
    color:rgba(0,0,0,.75);
    font-size: 2em;
}

/* ----------------------------------------------------------------------------- */
/* 1.1 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 {
    color: white;
    background-color: #c2d44e;
    padding: 0 20px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    margin: 0; }

.woocommerce a.button:hover, .woocommerce a.button:focus, .woocommerce a.button:active, .woocommerce a.button.active,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce button.button:active,
.woocommerce button.button.active,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce input.button:active,
.woocommerce input.button.active,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce #respond input#submit:active,
.woocommerce #respond input#submit.active,
.woocommerce #content input.button:hover,
.woocommerce #content input.button:focus,
.woocommerce #content input.button:active,
.woocommerce #content input.button.active, .woocommerce-page a.button:hover, .woocommerce-page a.button:focus, .woocommerce-page a.button:active, .woocommerce-page a.button.active,
.woocommerce-page button.button:hover,
.woocommerce-page button.button:focus,
.woocommerce-page button.button:active,
.woocommerce-page button.button.active,
.woocommerce-page input.button:hover,
.woocommerce-page input.button:focus,
.woocommerce-page input.button:active,
.woocommerce-page input.button.active,
.woocommerce-page #respond input#submit:hover,
.woocommerce-page #respond input#submit:focus,
.woocommerce-page #respond input#submit:active,
.woocommerce-page #respond input#submit.active,
.woocommerce-page #content input.button:hover,
.woocommerce-page #content input.button:focus,
.woocommerce-page #content input.button:active,
.woocommerce-page #content input.button.active {
    color: white;
    background-color: #b5c648; }
.woocommerce a.button.loading:before,
.woocommerce button.button.loading:before,
.woocommerce input.button.loading:before,
.woocommerce #respond input#submit.loading:before,
.woocommerce #content input.button.loading:before, .woocommerce-page a.button.loading:before,
.woocommerce-page button.button.loading:before,
.woocommerce-page input.button.loading:before,
.woocommerce-page #respond input#submit.loading:before,
.woocommerce-page #content input.button.loading:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: -60px;
    bottom: 0;
    background: url("images/ajax-loader.gif") no-repeat center center transparent; }
.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce-page .cart .button, .woocommerce-page .cart input.button {
    float: none; }
.woocommerce .add_to_cart_button,
.woocommerce .button.product_type_variable,
.woocommerce .product_type_simple,
.woocommerce .outofstock .button {
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: white;
    background-color: #c2d44e;
    border: 0 none;
    padding: 0;
    border: #c2d44e 1px solid;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.woocommerce .add_to_cart_button:hover,
.woocommerce .button.product_type_variable:hover,
.woocommerce .product_type_simple:hover,
.woocommerce .outofstock .button:hover {
    background-color: transparent !important;
    color: #c2d44e;
}
.woocommerce .add_to_cart_button i::before,
.woocommerce .button.product_type_variable i::before,
.woocommerce .product_type_simple i::before,
.woocommerce .outofstock .button i::before, .woocommerce-page .add_to_cart_button i::before,
.woocommerce-page .button.product_type_variable i::before,
.woocommerce-page .product_type_simple i::before,
.woocommerce-page .outofstock .button i::before {
    font-size: 20px;
    display: inline-block;
    margin-left: 3px; }
.woocommerce .add_to_cart_button i,
.woocommerce .button.product_type_variable i,
.woocommerce .product_type_simple i,
.woocommerce .outofstock .button i, .woocommerce-page .add_to_cart_button i,
.woocommerce-page .button.product_type_variable i,
.woocommerce-page .product_type_simple i,
.woocommerce-page .outofstock .button i,
.woocommerce .button.product_type_variable i,
.woocommerce-page .button.product_type_variable i {
    font-size: 1px;
    display: inline-block; }
.woocommerce .button.product_type_variable i::before, .woocommerce-page .button.product_type_variable i::before {
    font-size: 18px;
    margin-left: 5px;}
.woocommerce .added_to_cart, .woocommerce-page .added_to_cart {
    padding: 0;
    white-space: nowrap;
    display: inline-block;
    position: absolute;
    right: 6px;
    bottom: 20px; }

.woocommerce .button.product_type_external:before {
    color: #fff;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    left: 10px;
    position: absolute;
    top: 2px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.woocommerce .button.product_type_external {
    width: 38px;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    height: 38px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    color: #c2d44e;
    background-color: #c2d44e;
    border: 0 none;
    padding: 0;
    border: #c2d44e 1px solid;
    font-size: 1px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }

.woocommerce .button.product_type_external:hover {
    background-color: transparent !important;
    color: transparent !important; }

.woocommerce .button.product_type_external:hover:before {
    color: #c2d44e; }

.woocommerce .list-view .button.product_type_external {
    display: inline-block;
    left: 0;
    margin: 20px 0 0;
    position: relative;
    top: 0; }

/* ----------------------------------------------------------------------------- */
/* 1.2 Quantity inputs */
.woocommerce .quantity, .woocommerce-page .quantity {
    width: auto;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    zoom: 1; }
.woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty {
    width: 100%;
    max-width: 110px;
    height: 38px;
    padding: 0 10px 0 15px;
    margin: 0;
    text-align: left;
    border: 1px solid #e1e1e1;
    color: inherit;
    line-height: 38px;
    font-weight: normal;
    border-radius: 0; }

/* ----------------------------------------------------------------------------- */
/* 1.3 Woocommerce messages */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    padding: 1em 1em 1em 3.5em !important;
    margin: 0 0 2em 13px !important;
    position: relative;
    color: #b1b1b1;
    background: #F9F9F9;
    list-style: none outside !important;
    width: auto;
    border-left: 4px solid #DDD; }
.woocommerce-message:before,
.woocommerce-error:before,
.woocommerce-info:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: -17px;
    background-color: #DDD;
    color: #FFF;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    text-align: center;
    line-height: 30px;
    font-family: sans-serif;
    font-size: 1em;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2); }
.woocommerce-message a.button,
.woocommerce-error a.button,
.woocommerce-info a.button {
    float: right;
    background: transparent;
    margin: 0;
    padding: 0;
    color: inherit; }
.woocommerce-message a.button:hover, .woocommerce-message a.button:focus, .woocommerce-message a.button:active,
.woocommerce-error a.button:hover,
.woocommerce-error a.button:focus,
.woocommerce-error a.button:active,
.woocommerce-info a.button:hover,
.woocommerce-info a.button:focus,
.woocommerce-info a.button:active {
    background: transparent;
    color: #c2d44e; }
.woocommerce-message li,
.woocommerce-error li,
.woocommerce-info li {
    list-style: none outside !important;
    padding-left: 0 !important;
    margin-left: 0 !important; }

.woocommerce-message {
    border-left: 4px solid #2ECC40; }
.woocommerce-message:before {
    background-color: #2ECC40;
    content: "\2713"; }

.woocommerce-info {
    border-left: 4px solid #0074D9; }
.woocommerce-info:before {
    background-color: #0074D9;
    content: "i";
    font-family: Times, Georgia, serif;
    font-style: italic; }

.woocommerce-error {
    border-left: 4px solid #FF4136; }
.woocommerce-error:before {
    background-color: #FF4136;
    content: "\00d7";
    font-weight: 700; }

small.note {
    display: block;
    color: #b1b1b1;
    font-size: 11px;
    line-height: 21px;
    margin-top: 10px; }

/* --------------------------- 2.0 Product Page ------------------------------ */
div.product {
    margin-bottom: 0;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    /* 2.1 Product image and thumbnail */
    /* 2.2 Sale Flash */
    /* 2.3 Main product title */
    /* 2.4 Product Rating */
    /* 2.5 Price */
    /* 2.6 Stock */
    /* Summary div (contains title, price etc) */
    /* 2.7 Add to wishlist/compare buttons */
    /* 2.8 Variations */
    /* Quantity buttons */
    /* 2.9 Add to cart button */
    /* 2.10 Product meta */
    /* 2.11 Social networks */
    /* 2.12 Tabs on the product page */ }
div.product .images-wrapper {
    position: relative;
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    max-height: 564px;
    overflow: hidden; }
div.product .pt-extra-gallery-img.images {
    margin-left: 0; }
div.product div.images img {
    display: block;
    width: 100%;
    height: auto; }
div.product div.images div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%; }
div.product div.images div.thumbnails a.last {
    margin-right: 0; }
div.product div.images div.thumbnails a.first {
    clear: both; }
div.product div.images .main-slider {
    padding: 0 5px; }
div.product div.images-wrapper .thumb-slider .slide {
    max-width: 150px;
    padding: 3px 6px; }
div.product div.images-wrapper .thumb-slider .slide img {
    border: 2px solid transparent;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
div.product div.images-wrapper .thumb-slider .synced .slide img,
div.product div.images-wrapper .thumb-slider .owl-item:hover .slide img {
    border: 2px solid #f5f5f5; }
div.product span.onsale {
    right: 30px;
    top: 9px;
    z-index: 1;
    padding: 7px 12px;
    font-size: 14px;
    position: absolute;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    background-color:#81cfdc; }
div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #151515; }
div.product .woocommerce-product-rating {
    margin-top: 5px; }
div.product .star-rating {
    font-size: 15px;
    height: 15px;
    width: 70px;
    margin: 0 8px 0 0;
    display: inline-block; }
div.product .woocommerce-review-link {
    color: #b1b1b1;
    vertical-align: top; }
div.product .woocommerce-review-link span {
      vertical-align: top; }
div.product .woocommerce-review-link:hover, div.product .woocommerce-review-link:active, div.product .woocommerce-review-link:focus {
    color: #c2d44e; }
div.product span.price, div.product p.price {
    color: #81cfdc;
    font-size: 30px;
    margin: 10px 0 20px; }
div.product span.price ins, div.product p.price ins {
    background: inherit;
    color: inherit; }
div.product span.price del, div.product p.price del {
    font-size: 20px;
    color: #b1b1b1; }
div.product .stock:before {
    display: inline-block;
    content: '\f055';
    font-family: FontAwesome;
    color: #a3b6cf;
    padding-right: 5px;
    font-size: 16px; }
div.product .stock {
    border: 1px solid #A3B6CF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    display: inline-block;
    font-family: "Roboto", sans-serif;
    padding: 4px 10px;
    text-transform: uppercase; }
div.product .stock.in-stock {
    margin-bottom: 10px; }
div.product .stock.out-of-stock {
    border: 1px solid #d29152; }
div.product .stock.out-of-stock:before {
    content: '\f056';
    color: #d29152; }
div.product div.summary {
    margin-bottom: 2em;
    float: left;
    width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
div.product .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin: 20px 0 40px;
    white-space: nowrap;
    width: auto; }
div.product .yith-wcwl-add-to-wishlist .feedback {
    display: none; }
div.product .yith-wcwl-add-to-wishlist a {
    text-transform: uppercase;
    font-size: inherit;
    color: #b1b1b1; }
div.product .yith-wcwl-add-to-wishlist a:active, div.product .yith-wcwl-add-to-wishlist a:focus, div.product .yith-wcwl-add-to-wishlist a:hover {
    color: black; }
div.product a.compare {
    text-transform: uppercase;
    font-size: inherit;
    color: #b1b1b1;
    margin: 20px 0 40px; }
div.product a.compare:active, div.product a.compare:focus, div.product a.compare:hover {
    color: black; }
div.product a.compare + .yith-wcwl-add-to-wishlist:before {
    content: '|';
    margin: 0 10px;
    color: #b1b1b1;
    display: inline-block;
    float: left; }
div.product form.variations_form {
    margin: 0; }
div.product form.variations_form div.quantity {
    float: left;
    margin: 0 4px 0 0; }
div.product form.variations_form .variations {
    margin: 0 0 30px 0; }
div.product form.variations_form .variations label {
    font-weight: bold;
    margin: 0; }
div.product form.variations_form .variations select {
    width: 100%;
    max-width: 220px; }
div.product form.variations_form .variations .select2-container {
    max-width: 220px; }
div.product form.variations_form .variations td {
    padding: 5px;
    vertical-align: middle;
    position: relative;
    border: 0 none; }
div.product form.variations_form .button {
    vertical-align: middle; }
div.product form.variations_form .variations_button {
    margin-top: 40px; }
div.product form.variations_form .reset_variations {
    position: absolute;
    bottom: -25px;
    left: 16px; }
div.product form.variations_form .group_table td.label {
    padding-right: 1em;
    padding-left: 1em; }
div.product form.variations_form .group_table td {
    vertical-align: top;
    padding-bottom: .5em; }
div.product .quantity {
    margin-right: 10px !important;
    display: inline-block; }
div.product .single_add_to_cart_button {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 0 none;
    font-size: 15px;
    background: #c2d44e;
    color: white;
    font-family: "Roboto", sans-serif;
    padding: 0 23px;
    font-weight: 200;
    margin: 0;
    vertical-align: top; }
div.product .single_add_to_cart_button:hover, div.product .single_add_to_cart_button:focus, div.product .single_add_to_cart_button:active {
    color: white;
    background: #b5c648; }
div.product .product_meta {
    margin-top: 40px;
    color: #b1b1b1; }
div.product .product_meta .posted_in,
div.product .product_meta .tagged_as {
    display: block; }
div.product .product_meta .sku_wrapper {
    display: block; }
div.product .product_meta .sku_wrapper .sku {
    color: black; }
div.product .social-links {
    margin: 40px 0 0 0; }
div.product .social-links > span {
    display: none; }
div.product .social-links a {
    color: #b1b1b1;
    font-size: inherit;
    margin: 0;
    width: auto; }
div.product .social-links a:hover, div.product .social-links a:focus, div.product .social-links a:active {
    color: #c2d44e; }
div.product .social-links i {
    font-size: 20px; }
div.product .social-links span.sharecount {
    font-size: inherit;
    color: #b1b1b1;
    display: inline-block;
    vertical-align: top; }
div.product .social-links .pt-post-share {
    padding: 0 15px;
    border-left: 1px solid #b1b1b1;
    display: inline-block; }
div.product .social-links .pt-post-share:first-of-type {
    border-left: 0 none;
    padding-left: 0; }
div.product .woocommerce-tabs {
    display: inline-block;
    margin: 50px 0;
    width: 100%;
    padding: 0 15px;
    clear: both; }
div.product .woocommerce-tabs ul.tabs,
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: hidden;
    position: relative; }
div.product .woocommerce-tabs ul.tabs li,
.woocommerce-MyAccount-navigation ul li {
    border: 1px solid #e1e1e1;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    -webkit-box-shadow: inset 0 0 0 1px white;
    -moz-box-shadow: inset 0 0 0 1px white;
    box-shadow: inset 0 0 0 1px white;
    margin: 0 2px 0 0;
    padding: 0 10px;
    height: 60px;
    line-height: 60px;
    background: #f0f0f0; }
.woocommerce-MyAccount-navigation ul li {
    padding: 0 5px;
    height: 40px;
    line-height: 40px; }
div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    color: #151515;
    text-decoration: none;
    font-size: 18px;
    outline: none; }
.woocommerce-MyAccount-navigation ul li a {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal; }
div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-MyAccount-navigation ul li.is-active {
    background: #fff;
    z-index: 2;
    border-bottom: 0; }
.woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: bold; }
div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-MyAccount-navigation ul::before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #e1e1e1;
    z-index: 1; }
div.product .woocommerce-tabs .panel,
.woocommerce-MyAccount-content {
    margin: 0;
    padding: 40px;
    border: 1px solid #e1e1e1;
    border-top: 0; }
.woocommerce-MyAccount-content {
    padding: 30px 0;
    border: 0; }
div.product .woocommerce-tabs .panel h2:first-of-type,
.woocommerce-Tabs-panel--wcv_shipping_tab h3 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    color: #484747;
    font-weight: 200; }
.woocommerce-Tabs-panel--wcv_shipping_tab h5 {
    font-size: 16px;
    margin: 20px 0;
}
.woocommerce-Tabs-panel--wcv_shipping_tab table {
    margin: 20px 0;
}
div.product .woocommerce-tabs [class^="wi-"]:before, div.product .woocommerce-tabs [class*=" wi-"]:before {
    font-size: 40px;
    color: #b1b1b1; }
.woocommerce-Tabs-panel--wcv_shipping_tab h3

/* --------------------------- 3.0 Reviews/comments ------------------------------ */
#reviews .comment-form label {
    font-weight: normal;
    min-width: 70px;
    margin: 0; }
#reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: none;
    list-style: none;
    font-weight: 300; }
#reviews #comments ol.commentlist li {
    padding: 0;
    margin: 0 0 20px;
    position: relative; }
#reviews #comments ol.commentlist li .meta {
    color: black;
    margin: 0; }
#reviews #comments ol.commentlist li img.avatar {
    float: left;
    display: inline-block;
    max-width: 70px;
    max-height: 70px; }
#reviews #comments ol.commentlist li .star-rating {
    display: inline-block; }
#reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 100px; }
#reviews #comments ol.commentlist li .description {
    display: inline-block;
    margin-top: 10px; }
#reviews #comments ol.commentlist li .description p {
    margin-bottom: 0; }
#reviews #comments ol.commentlist li:after {
    display: block;
    content: '';
    clear: left; }
#reviews #respond {
    border-top: 1px solid #e1e1e1;
    padding-top: 20px; }
#reviews #respond .comment-reply-title {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    color: #484747;
    font-weight: 200; }
#reviews #respond p {
    margin: 0; }
#reviews #respond label {
    display: block;
    font-family: "Roboto", sans-serif;
    color: #484747;
    font-weight: 300;
    margin: 20px 0 5px;
    font-size: 18px; }
#reviews #respond textarea {
    background: #fefefe;
    max-width: 470px;
    padding: 17px 20px;
    width: 100%;
    min-height: 130px; }
#reviews #respond input[type="text"],
#reviews #respond input[type="email"] {
    background: #fefefe;
    max-width: 470px;
    width: 100%; }
#reviews #respond .form-submit {
    margin: 20px 0 0 0; }
#reviews .woocommerce-pagination {
    margin: 40px 0 20px;
    text-align: left; }

/* Star rating */
.star-rating {
    font-family: FontAwesome;
    font-size: 15px;
    height: 15px;
    line-height: 18px;
    overflow: hidden;
    position: relative;
    width: 70px; }
.star-rating:before {
    content: "\f005\f005\f005\f005\f005";
    color: #b1b1b1;
    top: 0;
    left: 0;
    position: absolute; }
.star-rating span {
    overflow: hidden;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em; }
.star-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    left: 0;
    color: #c2d44e; }

p.stars {
    position: relative;
    overflow: hidden;
    margin: 0; }
p.stars span {
    display: inline-block;
    position: relative;
    unicode-bidi: bidi-override;
    direction: rtl; }
p.stars a {
    display: inline-block;
    font-weight: normal;
    text-indent: -9999px;
    position: relative;
    font-size: 20px;
    margin: 0;
    outline: none; }
p.stars a:after {
    color: #b1b1b1;
    padding-right: 5px;
    text-indent: 0;
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    content: "\f006"; }
p.stars a:hover:after, p.stars a.active:after, p.stars a:hover ~ a:after, p.stars a.active ~ a:after {
    color: #c2d44e;
    content: "\f005"; }
p.stars a.star-1:after {
    left: 0px; }
p.stars a.star-2:after {
    left: 20px; }
p.stars a.star-3:after {
    left: 40px; }
p.stars a.star-4:after {
    left: 60px; }
p.stars a.star-5:after {
    left: 80px; }

.woocommerce-noreviews {
    margin-bottom: 22px; }

/* --------------------------- 4.0 Products listing Page ------------------------------ */
/* 4.1 Top section */
.shop-controls-wrapper {
    display: block;
    height: 34px;
    line-height: 34px;
    text-align: right;
    margin-bottom: 20px; }

.term-description {
    margin-bottom: 30px; }

.woocommerce-result-count {
    float: left;
    display: inline-block;
    margin: 0;
    color: black;
    line-height: inherit;}

.view-all {
    display: inline-block;
    float: left; }
.view-all:hover, .view-all:active, .view-all:focus {
    color: #c2d44e; }

.woocommerce-result-count + .view-all:before {
    display: inline-block;
    content: '|';
    margin: 0 10px;
    color: black; }

.woocommerce-ordering {
    float: none;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    text-align: left; }

.pt-view-switcher {
    float: none;
    display: inline-block;
    margin: 0; }
.pt-view-switcher span {
    display: inline-block;
    margin-left: 3px;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    font-size: 22px;
    color: #e1e1e1;
    width: 34px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; }
.pt-view-switcher span i {
    padding-left: 1px; }
.pt-view-switcher span:hover, .pt-view-switcher span:focus, .pt-view-switcher span.active {
    border: 1px solid #c2d44e; }
.pt-view-switcher span.active {
    color: #c2d44e;
    border: 1px solid #c2d44e; }

.woocommerce-ordering + .pt-view-switcher {
    margin-left: 50px; }

/* 4.2 Product layout */
ul.products,
ul.special-offers {
    clear: both;
    margin-left: -15px;
    margin-right: -15px;
    list-style: none outside; }
ul.products::after,
ul.special-offers::after {
    display: block;
    content: '';
    clear: both; }
ul.products li.product,
ul.special-offers li.product {
    float: left;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    list-style: none outside; }
ul.products li.first,
ul.special-offers li.first {
    clear: both; }
ul.special-offers {
  margin-left: 0;
  margin-right: 0;
}
ul.special-offers li.product {
  margin-bottom: 0;
}

li.product {
    z-index: 5;
    margin-bottom: 30px; }
li.product .inner-product-content {
    border: 1px solid #e1e1e1;
    -webkit-box-shadow: inset 0 0 0 1px white;
    -moz-box-shadow: inset 0 0 0 1px white;
    box-shadow: inset 0 0 0 1px white;
    background-color: #fff;
    overflow: hidden;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    width: 100%;
    -webkit-transition: background-color 0.3s linear, width 0.16s ease-in, height 0.16s ease-in;
    -moz-transition: background-color 0.3s linear, width 0.16s ease-in, height 0.16s ease-in;
    -o-transition: background-color 0.3s linear, width 0.16s ease-in, height 0.16s ease-in;
    transition: background-color 0.3s linear, width 0.16s ease-in, height 0.16s ease-in;
    position: relative; }
li.product:hover .inner-product-content {
    background-color: #fafafa !important; }
li.product .product-img-wrapper {
    position: relative;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -ms-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    opacity: 1; }
li.product .product-img-wrapper .pt-extra-gallery-img {
    position: relative;
    padding: 1px 1px 0 1px;
    width: 100%;
    z-index: 4; }
li.product .product-img-wrapper .pt-extra-gallery-img img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
li.product .product-img-wrapper .pt-extra-gallery-thumbs {
    padding: 1px 2px 0 1px;
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
    z-index: 3;
    opacity: 0;
    -webkit-transition: opacity 0.16s ease-in;
    -moz-transition: opacity 0.16s ease-in;
    -ms-transition: opacity 0.16s ease-in;
    -o-transition: opacity 0.16s ease-in;
    transition: opacity 0.16s ease-in; }
li.product .product-img-wrapper .pt-extra-gallery-thumbs a {
    display: block;
    max-width: 70px;
    max-height: 70px;
    margin-bottom: 2px; }
li.product .product-img-wrapper .pt-extra-gallery-thumbs li {
    list-style: none; }
li.product .product-img-wrapper .pt-extra-gallery-thumbs li:last-of-type a {
    margin-bottom: 0; }
li.product span.onsale,
li.product span.custom-badge {
    padding: 7px 12px;
    font-size: 14px;
    position: absolute;
    text-transform: uppercase;
    top: 6px;
    right: 6px;
    margin: 0;
    color: #fff;
    background-color: #81cfdc; }
li.product span.custom-badge {
    top: auto;
    bottom: 6px; }
li.product .product-description-wrapper {
    margin: 0;
    padding: 10px 15px 20px 20px;
    z-index: 5;
    position: relative; }
li.product .product-description-wrapper:after {
    display: block;
    content: '';
    clear: both; }
li.product .product-description-wrapper h3 {
    padding: 7px 0;
    margin: 0;
    font-size: 18px;
    color: inherit;
    font-weight: 300 !important;
}
li.product .product-description-wrapper a {
    text-decoration: none; }
li.product .product-description-wrapper a:hover,
li.product .product-description-wrapper a:focus,
li.product .product-description-wrapper a:active {
    color: #c2d44e; }
li.product .product-description-wrapper .price {
    color: #81cfdc;
    font-size: 20px;
    display: block;
    margin-right: 50px;

}
li.product .product-description-wrapper .price del {
    font-size: 0.67em;
    color: #b1b1b1;
    margin: -2px 0 0 0; }
li.product .product-description-wrapper .price ins {
    background: none;
    color: #81cfdc; }
li.product .product-description-wrapper .price .from {
    font-size: 0.67em;
    margin: -2px 0 0 0;
    color: #6a6a6a; }
li.product .product-description-wrapper .variations_form.cart {
    display: none; }
li.product .product-description-wrapper .product-category {
    text-align: center; }
li.product .product-description-wrapper .product-category a {
    display: inline-block; }
li.product .product-description-wrapper .product-category a h3 {
    display: block;
    width: 100%; }
li.product .product-description-wrapper .product-category .count {
    background: transparent; }
li.product .product-description-wrapper .link-to-product {
    display: block;
    margin-right: 50px; }
li.product .product-description-wrapper .add_to_cart_button,
li.product .product-description-wrapper .button.product_type_variable {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    -webkit-transition: background-color 0.3s ease-in,color 0.3s ease-in;
    -moz-transition: background-color 0.3s ease-in,color 0.3s ease-in;
    -ms-transition: background-color 0.3s ease-in,color 0.3s ease-in;
    -o-transition: background-color 0.3s ease-in,color 0.3s ease-in;
    transition: background-color 0.3s ease-in,color 0.3s ease-in; }
li.product .product-description-wrapper .add_to_cart_button .shopping-cart-img,
li.product .product-description-wrapper .button.product_type_variable .shopping-cart-img {
    background: url("images/add_to_cart_image.png") no-repeat center center transparent;
    display: block;
    position: relative;
    width: 100%;
    height: 100%; }
li.product .product-description-wrapper .short-description {
    display: none; }
li.product .product-description-wrapper .star-rating {
    font-size: 13px;
    height: 20px;
    padding-left: 1px;
    line-height: 18px;
    overflow: hidden;
    position: relative;
    width: 60px;
    display: block;
    margin-right: 50px; }
li.product .additional-buttons {
    padding: 0px 15px 20px 20px;
    position: absolute;
    z-index: 4;
    width: 100%;
    bottom: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
li.product .additional-buttons .yith-wcwl-add-to-wishlist {
    font-size: 13px;
    text-transform: uppercase;
    color: #8d8e8e;
    display: inline-block;
    margin-top: 0;
    white-space: nowrap; }
li.product .additional-buttons .yith-wcwl-add-to-wishlist a {
    color: #8d8e8e; }
li.product .additional-buttons .yith-wcwl-add-to-wishlist a:hover {
    color: #151515; }
li.product .additional-buttons .yith-wcwl-add-to-wishlist .ajax-loading {
    display: none;
    opacity: 0; }
li.product .additional-buttons .yith-wcwl-add-to-wishlist .feedback {
    display: none; }
li.product .additional-buttons .yith-wcwl-add-to-wishlist:hover {
    color: #151515; }
li.product .additional-buttons .compare {
    font-size: 13px;
    text-transform: uppercase;
    color: #8d8e8e;
    display: inline-block; }
li.product .additional-buttons .compare:hover {
    color: #151515; }
li.product .additional-buttons .compare + .yith-wcwl-add-to-wishlist:before {
    display: inline-block;
    content: '|';
    color: #8d8e8e;
    margin: 0 10px 0 7px;
    float: left; }
li.product:hover .additional-buttons {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
li.product .inner-product-content.fade-hover {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    box-shadow: none; }
li.product .inner-product-content.fade-hover .product-img-wrapper {
    opacity: 1; }
li.product .inner-product-content.fade-hover .product-img-wrapper .pt-extra-gallery-thumbs {
    opacity: 0;
    z-index: 5;
    padding: 10px;
    -ms-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -ms-transform: translate3d(50px, 0, 0);
    -moz-transform: translate3d(50px, 0, 0);
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0); }
li.product .inner-product-content.fade-hover .product-img-wrapper .pt-extra-gallery-thumbs img {
    border: 2px solid #e1e1e1;
    margin-bottom: 8px;
    opacity: 0.8;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;

}
li.product .inner-product-content.fade-hover .product-img-wrapper .pt-extra-gallery-thumbs img:hover {
    opacity: 1; }
li.product .inner-product-content.fade-hover .additional-buttons {
    opacity: 0;
    top: 10px;
    left: 10px;
    padding: 0;
    width: 30px;
    max-height: 110px;
    z-index: 5;
    display: inline-block;
    -ms-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -webkit-transform 0.3s;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -ms-transform: translate3d(-20px, 0, 0);
    -moz-transform: translate3d(-20px, 0, 0);
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
li.product .inner-product-content.fade-hover .additional-buttons .compare,
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-add-to-wishlist a,
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-wishlistexistsbrowse a,
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-wishlistaddedbrowse a,
li.product .inner-product-content.fade-hover .additional-buttons .compare.added {
    display: inline-block;
    height: 30px;
    background: #c2d44e;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    width: 30px;
    text-align: center;
    position: relative;
    padding: 0;
    font-size: 1px;
    text-transform: none;
    color: #c2d44e;
    margin: 0 0 5px 0;
    white-space: nowrap;
    opacity: 0.8;
    float: left;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
li.product .inner-product-content.fade-hover .additional-buttons .compare:hover,
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-add-to-wishlist a:hover,
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-wishlistexistsbrowse a:hover,
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-wishlistaddedbrowse a:hover,
li.product .inner-product-content.fade-hover .additional-buttons .compare.added:hover {
    opacity: 1; }
li.product .inner-product-content.fade-hover .additional-buttons .compare:after {
    bottom: 4px;
    content: "\f074";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    left: 6px;
    position: absolute;
    color: white; }
li.product .inner-product-content.fade-hover .additional-buttons .compare.added:after {
    content: "\f00c"; }
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-add-to-wishlist a:after {
    content: "\f004";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 18px;
    left: 6px;
    bottom: 4px;
    position: absolute;
    color: white; }
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-wishlistaddedbrowse a:after,
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-wishlistexistsbrowse a:after {
    content: "\f00c"; }
li.product .inner-product-content.fade-hover .additional-buttons .compare:after,
li.product .inner-product-content.fade-hover .additional-buttons .compare.added:after,
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-add-to-wishlist a:after,
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-wishlistaddedbrowse a:after,
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-wishlistexistsbrowse a:after {
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
li.product .inner-product-content.fade-hover .additional-buttons .compare:hover:after,
li.product .inner-product-content.fade-hover .additional-buttons .compare.added:hover:after,
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-add-to-wishlist a:hover:after,
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-wishlistaddedbrowse a:hover:after,
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-wishlistexistsbrowse a:hover:after {
    color: white; }
li.product .inner-product-content.fade-hover .additional-buttons .compare:hover,
li.product .inner-product-content.fade-hover .additional-buttons .compare.added:hover,
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-add-to-wishlist a:hover,
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-wishlistaddedbrowse a:hover,
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-wishlistexistsbrowse a:hover {
    color: #b5c648;
    background: #b5c648; }
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-add-to-wishlist .feedback {
    display: none; }
li.product .inner-product-content.fade-hover .additional-buttons .yith-wcwl-add-to-wishlist .ajax-loading {
    display: none !important;
    position: absolute; }
li.product .inner-product-content.fade-hover .additional-buttons .compare + .yith-wcwl-add-to-wishlist:before {
    display: none; }
li.product:hover .inner-product-content.fade-hover {
    background: #fff;
    /*@include box-shadow(0, 0, 3px, 1px, rgba(0, 0, 0, 0.15), false);*/ }
li.product:hover .inner-product-content.fade-hover .product-img-wrapper {
    opacity: 1; }
li.product:hover .inner-product-content.fade-hover .product-img-wrapper .pt-extra-gallery-thumbs {
    opacity: 1;
    -ms-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }
li.product:hover .inner-product-content.fade-hover .additional-buttons {
    opacity: 1;
    -ms-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0); }

/* 4.8 Out-of-stock button styling */
li.product.outofstock .button {
    width: 38px;
    height: 38px;
    line-height: 34px;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    color: white;
    background-color: #c2d44e;

    border: #c2d44e 1px solid;
    padding: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    display: inline-block;
    margin: 0;
    position: absolute;
    right: 15px;
    top: 15px; }

li.product.outofstock .button:hover{
    background-color: transparent !important;
    color: #c2d44e !important;
}


li.product.outofstock .button i {
    font-size: 20px;
    vertical-align: middle;
    display: inline-block; }
li.product.outofstock .button:hover, li.product.outofstock .button:focus, li.product.outofstock .button:active {
    background-color: #b5c648;
    color: white; }

li.product.outofstock.list-view .button {
    position: relative;
    left: 0;
    top: 0;
    margin: 20px 0 0 0; }

.columns-2 ul.products li.product.outofstock .button {
    right: 0;
    bottom: 0;
    top: auto;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
.columns-2 ul.products li.product.outofstock:hover .button {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }

/* 4.9 2-Cols special styles */
.columns-2 ul.products li.product .inner-product-content {
    padding: 10px;
    box-shadow: none; }
.columns-2 ul.products li.product .inner-product-content .product-img-wrapper {
    max-width: 47%;
    margin-right: 3%; }
.columns-2 ul.products li.product .inner-product-content .product-img-wrapper .pt-extra-gallery-img {
    float: left;
    padding: 1px; }
.columns-2 ul.products li.product .inner-product-content .product-img-wrapper .pt-extra-gallery-img img {
    width: 100%;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
.columns-2 ul.products li.product .inner-product-content .product-description-wrapper {
    padding: 0 0 0 10px;
    display: inline-block;
    width: 50%;
    float: left; }
.columns-2 ul.products li.product .inner-product-content .product-description-wrapper h3 {
    padding: 0 0 7px;
    font-weight: lighter; }
.columns-2 ul.products li.product .inner-product-content .product-description-wrapper .link-to-product {
    display: inline-block;
    width: 100%;
    float: none;
    margin-right: 0px; }
.columns-2 ul.products li.product .inner-product-content .product-description-wrapper .short-description {
    display: inline-block;
    color: inherit;
    margin-bottom: 6px; }
.columns-2 ul.products li.product .inner-product-content .product-description-wrapper .add_to_cart_button {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 0;
    top: auto;
    display: inline-block;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
.columns-2 ul.products li.product .inner-product-content .product-description-wrapper .added_to_cart {
    display: none; }
.columns-2 ul.products li.product .inner-product-content:hover .product-description-wrapper .add_to_cart_button {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
.columns-2 ul.products li.product .inner-product-content.fade-hover .pt-extra-gallery-thumbs {
    display: none; }
.columns-2 ul.products li.product .inner-product-content.fade-hover .additional-buttons {
    left: 16px;
    top: 16px; }

/* 4.10 List view styling */
li.product.list-view {
    width: 100% !important; }
li.product.list-view:hover .inner-product-content.fade-hover .product-img-wrapper,
li.product.list-view .inner-product-content.fade-hover .product-img-wrapper {
    transition: none; }
li.product.list-view:hover .inner-product-content.fade-hover .product-img-wrapper .pt-extra-gallery-thumbs,
li.product.list-view .inner-product-content.fade-hover .product-img-wrapper .pt-extra-gallery-thumbs {
    transform: none;
    transition: none; }
li.product.list-view:hover .inner-product-content.fade-hover .additional-buttons,
li.product.list-view .inner-product-content.fade-hover .additional-buttons {
    transform: none;
    transition: none; }
li.product.list-view .inner-product-content:after {
    display: block;
    content: '';
    clear: both; }
li.product.list-view .inner-product-content .product-img-wrapper {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    vertical-align: top;
    padding: 10px 0 10px 10px; }
li.product.list-view .inner-product-content .product-img-wrapper .pt-extra-gallery-img {
    float: left;
    padding: 0;
    display: inline-block;
    width: auto;
    max-width: 260px; }
li.product.list-view .inner-product-content .product-img-wrapper .pt-extra-gallery-img img {
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
li.product.list-view .inner-product-content .product-img-wrapper .pt-extra-gallery-thumbs {
    position: relative;
    padding: 0 0 0 10px;
    display: inline-block;
    width: 74px;
    text-align: center;
    opacity: 1 !important; }
li.product.list-view .inner-product-content .product-img-wrapper .pt-extra-gallery-thumbs li {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0; }
li.product.list-view .inner-product-content .product-img-wrapper .pt-extra-gallery-thumbs li:last-of-type {
    margin-bottom: 0; }
li.product.list-view .inner-product-content .product-img-wrapper .pt-extra-gallery-thumbs li img {
    margin: 0;
    width: 100%; }
li.product.list-view .inner-product-content .button.product_type_variable {
    display: none; }
li.product.list-view .inner-product-content .product-description-wrapper {
    display: inline-block;
    float: none;
    max-width: 470px;
    padding: 10px;
    width: 100%; }
li.product.list-view .inner-product-content .product-description-wrapper:after {
    display: block;
    content: '';
    clear: both; }
li.product.list-view .inner-product-content .product-description-wrapper .link-to-product {
    display: block;
    float: none;
    margin-right: 0px; }
li.product.list-view .inner-product-content .product-description-wrapper .short-description {
    display: block;
    padding: 10px 0;
    color: #6a6a6a !important; }
li.product.list-view .inner-product-content .product-description-wrapper h3 {
    font-size: 26px; }
li.product.list-view .inner-product-content .product-description-wrapper .add_to_cart_button {
    display: inline-block;
    left: 0;
    margin: 20px 0 0;
    position: relative;
    top: 0; }
li.product.list-view .inner-product-content .product-description-wrapper .variations_form {
    display: block;
    position: relative;
    width: 100%; }
li.product.list-view .inner-product-content .product-description-wrapper .variations_form:after {
    clear: both;
    content: "";
    display: block; }
li.product.list-view .inner-product-content .product-description-wrapper .variations {
    border: 0 none;
    margin: 20px 0;
    overflow: visible;
    position: relative;
    text-align: left;
    width: auto; }
li.product.list-view .inner-product-content .product-description-wrapper .variations td,
li.product.list-view .inner-product-content .product-description-wrapper .variations tr {
    border: 0 none;
    vertical-align: middle;
    position: relative;
    padding: 0; }
li.product.list-view .inner-product-content .product-description-wrapper .variations label {
    margin: 0; }
li.product.list-view .inner-product-content .product-description-wrapper .variations .value {
    max-width: 240px;
    width: 100%;
    padding: 5px 0 5px 20px; }
li.product.list-view .inner-product-content .product-description-wrapper .variations .select2-container,
li.product.list-view .inner-product-content .product-description-wrapper .variations select {
    max-width: 220px;
    width: 100%; }
li.product.list-view .inner-product-content .product-description-wrapper .variations .reset_variations {
    bottom: -25px;
    display: inline-block;
    position: absolute;
    left: 36px; }
li.product.list-view .inner-product-content .product-description-wrapper .single_variation_wrap {
    padding: 10px 0 20px; }
li.product.list-view .inner-product-content .product-description-wrapper .single_variation_wrap .single_variation {
    margin-bottom: 10px; }
li.product.list-view .inner-product-content .product-description-wrapper .single_variation_wrap .quantity {
    margin: 0 15px 0 0;
    display: inline-block; }
li.product.list-view .inner-product-content .product-description-wrapper .single_variation_wrap .button {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    height: 38px;
    line-height: 38px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    border: 0 none;
    font-size: 15px;
    background: #c2d44e;
    color: white;
    font-family: "Roboto", sans-serif;
    padding: 0 23px;
    font-weight: 200; }
li.product.list-view .inner-product-content .product-description-wrapper .single_variation_wrap .button:hover, li.product.list-view .inner-product-content .product-description-wrapper .single_variation_wrap .button:focus, li.product.list-view .inner-product-content .product-description-wrapper .single_variation_wrap .button:active {
    color: white;
    background: #b5c648; }
li.product.list-view .inner-product-content .additional-buttons {
    bottom: auto;
    display: inline-block;
    left: auto;
    margin: 0px;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: none;
    width: auto;
    padding: 0 10px 10px 10px; }
li.product.list-view .inner-product-content.fade-hover .additional-buttons {
    bottom: auto;
    top: 16px;
    display: inline-block;
    left: 16px;
    margin: 0px;
    padding: 0;
    position: absolute;
    width: 30px; }
li.product.list-view.product-type-variable {
    z-index: 6; }
li.product.list-view.product-type-variable .price {
    display: none; }
li.product.list-view.product-type-variable .single_variation .price {
    display: block;
    vertical-align: baseline; }
li.product.list-view.product-type-variable .add_to_cart_button.product_type_variable {
    display: none; }
.products.yith-wcan-loading {
  height: 100%;
  background-color: #f5f5f5;
  opacity: 0.4;
  position: absolute;
  z-index: 998;
  width: 98%;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  left: 30px; }

/* 4.11 Pagination */
.breadcrumbs-wrapper {
    font-size: 18px; }
.breadcrumbs-wrapper .woocommerce-breadcrumb {
    margin: 0;
    padding: 0;
    color: #b1b1b1;
    display: inline-block; }
.breadcrumbs-wrapper .woocommerce-breadcrumb a {
    color: #484747; }
.breadcrumbs-wrapper .woocommerce-breadcrumb a:hover, .breadcrumbs-wrapper .woocommerce-breadcrumb a:focus, .breadcrumbs-wrapper .woocommerce-breadcrumb a:active {
    color: #c2d44e; }
.breadcrumbs-wrapper .woocommerce-breadcrumb span {
    padding: 0 10px; }
.breadcrumbs-wrapper .single-product-navi {
    display: inline-block;
    float: left;
    padding: 0;
    color: #b1b1b1; }
.breadcrumbs-wrapper .single-product-navi a {
    color: #484747; }
.breadcrumbs-wrapper .single-product-navi a:hover, .breadcrumbs-wrapper .single-product-navi a:focus, .breadcrumbs-wrapper .single-product-navi a:active {
    color: #c2d44e; }
.breadcrumbs-wrapper .single-product-navi a .separator {
    color: #b1b1b1;
    padding: 0 10px 0 15px;
    display: inline-block; }

.woocommerce-pagination {
    text-align: right; }
.woocommerce-pagination .page-numbers {
    font-size: 13px;
    margin-right: 1px;
    display: inline-block;
    padding: 9px 15px;
    border: 1px solid #e1e1e1;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in; }
.woocommerce-pagination ul.page-numbers {
    border: 0 none;
    padding: 0;
    margin: 0; }
.woocommerce-pagination li {
    list-style: none;
    display: inline-block; }
.woocommerce-pagination .page-numbers.current {
    background: #fafafa; }
.woocommerce-pagination a {
    color: black; }
.woocommerce-pagination a:hover, .woocommerce-pagination a:active, .woocommerce-pagination a:focus {
    color: #fff;
    background-color: #c2d44e;
    border-color: #c2d44e; }
.woocommerce-pagination i {
    font-size: 12px; }
.woocommerce-pagination .page-links-title {
    float: left;
    padding: 10px 0; }

/* --------------------------- 5.0 Related Products & Up-Sells Products ------------------------------ */
.related,
.upsells,
.wcv-related {
    padding-left: 15px;
    padding-right: 15px; }
.related > h2,
.upsells > h2,
.wcv-related > h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    color: #484747;
    font-weight: 200;
    margin: 0 0 20px 0; }
.related .additional-buttons,
.upsells .additional-buttons,
.wcv-related .additional-buttons {
    display: none; }
.related .product span.price,
.upsells .product span.price,
.wcv-related .product span.price {
    margin-bottom: 0; }
.upsells .short-description{
    font-size: 13px;
}
.related ul.products.related-cols-2 li.product,
.upsells ul.products.upsells-cols-2 li.product,
.wcv-related ul.products.wcv-cols-2 li.product {
    width: 50%; }

.related ul.products.related-cols-2 li.product .inner-product-content,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content {
    padding: 10px;
    box-shadow: none; }
.related ul.products.related-cols-2 li.product .inner-product-content .product-img-wrapper,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content .product-img-wrapper,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content .product-img-wrapper {
    max-width: 47%;
    margin-right: 3%; }
.related ul.products.related-cols-2 li.product .inner-product-content .product-img-wrapper .pt-extra-gallery-img,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content .product-img-wrapper .pt-extra-gallery-img,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content .product-img-wrapper .pt-extra-gallery-img {
    float: left;
    padding: 1px; }
.related ul.products.related-cols-2 li.product .inner-product-content .product-img-wrapper .pt-extra-gallery-img img,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content .product-img-wrapper .pt-extra-gallery-img img,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content .product-img-wrapper .pt-extra-gallery-img img {
    width: 100%;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
.related ul.products.related-cols-2 li.product .inner-product-content .onsale,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content .onsale,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content .onsale {
    right: 6px; }
.related ul.products.related-cols-2 li.product .inner-product-content .product-description-wrapper,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content .product-description-wrapper,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content .product-description-wrapper {
    padding: 0 0 0 10px;
    display: inline-block;
    width: 50%;
    float: left; }
.related ul.products.related-cols-2 li.product .inner-product-content .product-description-wrapper h3,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content .product-description-wrapper h3,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content .product-description-wrapper h3 {
    padding: 0 0 7px;
    font-weight: lighter; }
.related ul.products.related-cols-2 li.product .inner-product-content .product-description-wrapper .link-to-product,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content .product-description-wrapper .link-to-product,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content .product-description-wrapper .link-to-product {
    display: inline-block;
    width: 100%;
    float: none;
    margin-right: 0px; }
.related ul.products.related-cols-2 li.product .inner-product-content .product-description-wrapper .short-description,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content .product-description-wrapper .short-description,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content .product-description-wrapper .short-description {
    display: inline-block;
    color: inherit; }
.related ul.products.related-cols-2 li.product .inner-product-content .product-description-wrapper .add_to_cart_button,
.related ul.products.related-cols-2 li.product .inner-product-content .product-description-wrapper .button,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content .product-description-wrapper .add_to_cart_button,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content .product-description-wrapper .button,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content .product-description-wrapper .add_to_cart_button,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content .product-description-wrapper .button {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 0px;
    top: auto;
    display: inline-block;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
.related ul.products.related-cols-2 li.product .inner-product-content .product-description-wrapper .added_to_cart,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content .product-description-wrapper .added_to_cart,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content .product-description-wrapper .added_to_cart {
    display: none; }
.related ul.products.related-cols-2 li.product .inner-product-content:hover .product-description-wrapper .add_to_cart_button,
.related ul.products.related-cols-2 li.product .inner-product-content:hover .product-description-wrapper .button,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content:hover .product-description-wrapper .add_to_cart_button,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content:hover .product-description-wrapper .button,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content:hover .product-description-wrapper .add_to_cart_button,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content:hover .product-description-wrapper .button {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
.related ul.products.related-cols-2 li.product .inner-product-content .star-rating,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content .star-rating,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content .star-rating {
    margin-top: 10px; }
.related ul.products.related-cols-2 li.product .inner-product-content.fade-hover .pt-extra-gallery-thumbs,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content.fade-hover .pt-extra-gallery-thumbs,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content.fade-hover .pt-extra-gallery-thumbs {
    display: none; }
.related ul.products.related-cols-2 li.product .inner-product-content.fade-hover .additional-buttons,
.upsells ul.products.upsells-cols-2 li.product .inner-product-content.fade-hover .additional-buttons,
.wcv-related ul.products.wcv-cols-2 li.product .inner-product-content.fade-hover .additional-buttons {
    left: 16px;
    top: 16px; }

.related ul.products.related-cols-3 li.product,
.upsells ul.products.upsells-cols-3 li.product,
.wcv-related ul.products.wcv-cols-3 li.product {
    width: 33.3%; }

.related ul.products.related-cols-4 li.product,
.upsells ul.products.upsells-cols-4 li.product,
.wcv-related ul.products.wcv-cols-4 li.product {
    width: 25%; }

.related ul.products.related-cols-5 li.product,
.upsells ul.products.upsells-cols-5 li.product,
.wcv-related ul.products.wcv-cols-5 li.product {
    width: 20%; }

/* --------------------------- 6.0 Cart Page ------------------------------ */
.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, 0.1);
    margin-bottom: 1.618em;
    width: 100%; }
.woocommerce table.shop_attributes th {
    width: 150px;
    font-weight: bold;
    padding: 8px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5em; }
.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.1);
    margin: 0;
    line-height: 1.5em;
    vertical-align: middle; }
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 8px 0; }
.woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
    background: rgba(0, 0, 0, 0.025); }
    .woocommerce td.product-name dl.variation {
      clear: left;
      display: block;
      margin: 0;
      padding: 10px 0 0; }
    .woocommerce td.product-name dl.variation:after {
      display: block;
      content: '';
      clear: both; }
      .woocommerce td.product-name dl.variation dt, .woocommerce td.product-name dl.variation dd {
        display: inline-block;
        float: left;
        padding: 0;
        margin: 0; }
      .woocommerce td.product-name dl.variation dt {
        font-weight: normal;
        width: 40%; }
      .woocommerce td.product-name dl.variation dd {
        width: 60%;}
        .woocommerce td.product-name dl.variation dd p:last-child {
          margin-bottom: 0; }
.woocommerce td.product-name p.backorder_notification {
    font-size: 0.83em; }
.woocommerce td.product-quantity {
    min-width: 80px; }

.return-to-shop {
    display: inline-block;
    margin-top: 30px; }
.return-to-shop .button {
    margin: 0; }

table.shop_table.cart {
    border: 1px solid #e1e1e1;
    border-right: 0 none;
    margin: 0;
    text-align: center;
    /* Product Block */
    /* Price Block */
    /* Status Block */
    /* Total Block */
    /* Remove Block */
    /* Buttons Block */ }
table.shop_table.cart th, table.shop_table.cart td {
    vertical-align: middle;
    border-right: 1px solid #e1e1e1; }
table.shop_table.cart th {
    font-weight: lighter;
    color: #484747;
    font-size: 18px;
    padding: 9px 12px;
    background: #f8f8f8; }
table.shop_table.cart td {
    border-top: 1px solid #e1e1e1;
    padding: 35px; }
table.shop_table.cart td small {
    font-weight: normal; }
table.shop_table.cart tfoot td,
table.shop_table.cart tfoot th {
    font-weight: normal;
    border-top: 1px solid #e1e1e1; }
table.shop_table.cart td.product-name {
    text-align: left; }
table.shop_table.cart td.product-name a {
    font-size: 15px;
    font-weight: normal; }
table.shop_table.cart .product-thumbnail {
    display: inline-block;
    float: left;
    margin-right: 20px; }
table.shop_table.cart img {
    width: 80px; }
table.shop_table.cart td.product-price {
    font-size: 26px;
    color: #b1b1b1; }
table.shop_table.cart td.product-status {
    font-size: 15px; }
table.shop_table.cart td.product-subtotal {
    font-size: 26px;
    color: #c2d44e; }
table.shop_table.cart a.remove {
    display: inline-block;
    font-size: 16px;
    color: #b1b1b1; }
table.shop_table.cart a.remove:hover {
    color: red; }
table.shop_table.cart td.actions {
    text-align: right;
    background: #f8f8f8; }
table.shop_table.cart td.actions .button {
    margin: 0;
    padding: 0 15px;
    height: 36px;
    display: inline-block;
    vertical-align: top; }
table.shop_table.cart td.actions .coupon {
    height: 36px;
    float: left;
    display: inline-block; }
table.shop_table.cart td.actions .coupon label {
    display: inline-block;
    font-size: 22px;
    font-weight: lighter;
    margin: 0 20px 0 0; }
table.shop_table.cart td.actions .coupon .input-text {
    height: 36px;
    max-width: 200px;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 5px; }

.cart-collaterals {
    margin-top: 50px;
    /* Cross Sells */ }
.cart-collaterals:after {
    display: block;
    content: '';
    clear: both; }
.cart-collaterals .shipping-calculator-form {
    display: inline-block;
    margin: 20px 0; }
.cart-collaterals .shipping-calculator-form .form-row {
    margin-bottom: 10px; }
.cart-collaterals .shipping-calculator-form .form-row:last-of-type {
    margin-bottom: 0; }
.cart-collaterals .shipping-calculator-form .select2-container {
    height: 38px;
    line-height: 38px;
    text-align: left;
    font-size: 13px; }
.cart-collaterals .shipping-calculator-form .select2-container .select2-choice {
    height: 38px;
    line-height: 36px;
    padding-left: 10px !important; }
.cart-collaterals .cart_totals {
    float: right;
    width: 50%;
    text-align: right; }
.cart-collaterals .cart_totals h2 {
    font-size: 22px;
    font-family: "Open Sans", sans-serif;
    margin: 0;
    background: #fdfdfd;
    font-weight: lighter;
    border: 1px solid #e1e1e1;
    display: block;
    text-align: center;
    padding: 8px 0; }
.cart-collaterals .cart_totals p {
    margin: 0; }
.cart-collaterals .cart_totals p small {
    color: #b1b1b1;
    font-size: 0.83em; }
.cart-collaterals .cart_totals table {
    margin: 0;
    padding: 0;
    border: 1px solid #e1e1e1;
    border-top: 0; }
.cart-collaterals .cart_totals table tr:first-child th, .cart-collaterals .cart_totals table tr:first-child td {
    border-top: 0; }
.cart-collaterals .cart_totals table tr.order-total {
    background: #fdfdfd; }
.cart-collaterals .cart_totals table tr.order-total strong {
    font-weight: lighter; }
.cart-collaterals .cart_totals table th {
    text-align: left;
    width: 25%; }
.cart-collaterals .cart_totals table td {
    text-align: right;
    color: #b1b1b1; }
.cart-collaterals .cart_totals table td, .cart-collaterals .cart_totals table th {
    vertical-align: top;
    padding: 10px 15px;
    border-top: 1px solid #e1e1e1;
    font-size: 18px;
    font-weight: lighter; }
.cart-collaterals .cart_totals table small {
    display: block;
    color: #b1b1b1; }
.cart-collaterals .cart_totals table select {
    width: 100%; }
.cart-collaterals .cart_totals .discount td {
    color: #c2d44e; }
.cart-collaterals .cart_totals a.button.alt {
    display: inline-block;
    margin: 30px 0 0 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */ }
.cart-collaterals .cross-sells {
    width: 40%;
    float: left; }
.cart-collaterals .cross-sells > h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    color: #484747;
    font-weight: 200;
    margin: 0 0 20px 0; }
.cart-collaterals .cross-sells ul.products {
    float: none;
    margin: 0; }
.cart-collaterals .cross-sells ul.products li.product {
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #e1e1e1; }
.cart-collaterals .cross-sells ul.products li.product .inner-product-content {
    border: 1px solid transparent;
    padding: 10px;
    box-shadow: none; }
.cart-collaterals .cross-sells ul.products li.product .inner-product-content .product-img-wrapper {
    max-width: 47%;
    margin-right: 3%;
    float: left; }
.cart-collaterals .cross-sells ul.products li.product .inner-product-content .product-img-wrapper .pt-extra-gallery-img {
    display: inline-block; }
.cart-collaterals .cross-sells ul.products li.product .inner-product-content .product-img-wrapper .pt-extra-gallery-thumbs {
    display: none; }
.cart-collaterals .cross-sells ul.products li.product .inner-product-content .star-rating,
.cart-collaterals .cross-sells ul.products li.product .inner-product-content span.price {
    margin-top: 10px; }
.cart-collaterals .cross-sells ul.products li.product .inner-product-content .product-description-wrapper {
    padding: 0 0 0 10px;
    display: inline-block;
    width: 50%;
    float: left; }
.cart-collaterals .cross-sells ul.products li.product .inner-product-content .product-description-wrapper .link-to-product {
    display: inline-block;
    width: 100%;
    float: none;
    margin-right: 0px; }
.cart-collaterals .cross-sells ul.products li.product .inner-product-content .product-description-wrapper .short-description {
    display: inline-block;
    color: #6a6a6a !important; }
.cart-collaterals .cross-sells ul.products li.product .inner-product-content .product-description-wrapper .add_to_cart_button,
.cart-collaterals .cross-sells ul.products li.product .inner-product-content .product-description-wrapper .button {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 0;
    top: auto;
    display: inline-block;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }
.cart-collaterals .cross-sells ul.products li.product .inner-product-content .additional-buttons {
    display: none; }
.cart-collaterals .cross-sells ul.products li.product .inner-product-content:hover .product-description-wrapper .add_to_cart_button,
.cart-collaterals .cross-sells ul.products li.product .inner-product-content:hover .product-description-wrapper .button {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -ms-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear; }

.woocommerce-wishlist .wishlist-title h2 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    color: #484747;
    font-weight: lighter; }
.woocommerce-wishlist table.shop_table.cart .product-thumbnail {
    display: table-cell;
    float: none;
    margin-right: 0px;
    padding: 0 5px; }
.woocommerce-wishlist .add_to_cart_button,
.woocommerce-wishlist .button.product_type_variable {
    border-radius: 0;
    padding: 0;
    width: auto; }

/* --------------------------- 7.0 Checkout ------------------------------ */
.woocommerce .checkout {
    /* Address Blocks */
    /* Review Order Block */
    /* Payment Block */ }
.woocommerce .checkout:after {
    display: block;
    content: '';
    clear: both; }
.woocommerce .checkout #customer_details {
    width: 49%;
    float: left; }
.woocommerce .checkout #customer_details .col-1,
.woocommerce .checkout #customer_details .col-2 {
    width: 100%;
    float: none; }
.woocommerce .checkout .order-wrapper {
    width: 49%;
    float: right;
    border: 1px solid #e1e1e1; }
.woocommerce .checkout .woocommerce-billing-fields h3 {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    color: #484747;
    font-weight: lighter; }
.woocommerce .checkout label {
    display: inline-block;
    min-width: 180px;
    color: #484747;
    font-weight: normal;
    margin: 0; }
.woocommerce .checkout input.input-text {
    width: 100%;
    margin: 0;
    max-width: 370px;
    height: 38px;
    padding: 0 10px; }
.woocommerce .checkout textarea {
    height: 120px;
    line-height: inherit;
    display: inline-block;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    max-width: 370px;
    padding: 10px; }
.woocommerce .checkout select {
    cursor: pointer;
    margin: 0; }
.woocommerce .checkout .select2-container {
    width: 100%;
    max-width: 370px;
    height: 38px;
    line-height: 38px;
    display: inline-block !important; }
.woocommerce .checkout .select2-container .select2-choice {
    height: 38px;
    line-height: 36px;
    padding-left: 10px !important; }
.woocommerce .checkout .required {
    color: #484747;
    font-weight: normal;
    border: 0; }
.woocommerce .checkout #billing_email_field,
.woocommerce .checkout #billing_phone_field {
    width: 100%; }
.woocommerce .checkout h3#ship-to-different-address {
    display: inline-block;
    width: auto;
    color: #484747;
    font-weight: normal;
    font-size: 13px; }
.woocommerce .checkout h3#ship-to-different-address label {
    float: right; }
.woocommerce .checkout h3#ship-to-different-address:after {
    display: block;
    content: '';
    clear: both; }
.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0; }
.woocommerce ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    list-style: none outside; }
.woocommerce ul#shipping_method .amount {
    font-weight: bold; }
.woocommerce .checkout p.woocommerce-shipping-contents {
    margin: 0; }
.woocommerce .checkout .form-row {
    padding: 0;
    margin: 0 0 20px; }
.woocommerce .checkout .form-row.validate-required.woocommerce-invalid .chosen-single, .woocommerce .checkout .form-row.validate-required.woocommerce-invalid .chosen-drop, .woocommerce .checkout .form-row.validate-required.woocommerce-invalid input.input-text, .woocommerce .checkout .form-row.validate-required.woocommerce-invalid select {
    -webkit-box-shadow: 0 0 2px 1px rgba(251, 127, 136, 0.4);
    -moz-box-shadow: 0 0 2px 1px rgba(251, 127, 136, 0.4);
    box-shadow: 0 0 2px 1px rgba(251, 127, 136, 0.4); }
/*.woocommerce .checkout .form-row-first, .woocommerce .checkout .form-row-last {
    float: left;
    width: 47%;
    overflow: visible; }*/
/*.woocommerce .checkout .form-row-last {
    float: right; }*/
.woocommerce .checkout .form-row-wide {
    clear: both; }
/*.woocommerce .checkout .form-row-first {
    clear: left; }*/
.woocommerce .checkout .input-checkbox {
    display: inline-block;
    margin: -4px 15px 0 0;
    text-align: center;
    vertical-align: middle; }
.woocommerce .checkout .create-account small {
    font-size: 11px;
    color: #b1b1b1;
    line-height: 13px;
    font-weight: normal; }
.woocommerce .checkout #account_password_field {
    margin-top: 15px; }
.woocommerce .checkout #order_review_heading,
.woocommerce .checkout #payment_heading {
    background: #f8f8f8;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    display: block;
    text-align: left;
    padding: 12px 40px;
    font-weight: lighter;
    border-bottom: 1px solid #e1e1e1;
    margin: 0; }
.woocommerce .checkout #payment_heading {
    border-top: 1px solid #e1e1e1;
    margin: 0 -40px; }
.woocommerce .checkout .woocommerce-checkout-review-order {
    padding: 40px; }
.woocommerce .checkout .woocommerce-checkout-review-order-table {
    margin: 0;
    background-color: transparent;}
.woocommerce .checkout .woocommerce-checkout-review-order-table .product-thumbnail {
    display: inline-block;
    float: left;
    margin-right: 20px; }
.woocommerce .checkout .woocommerce-checkout-review-order-table .product-name {
    font-size: 15px;
    color: #000;
    padding-bottom: 40px;
    border: 0; }
.woocommerce .checkout .woocommerce-checkout-review-order-table img {
    width: 80px; }
.woocommerce .checkout .woocommerce-checkout-review-order-table td {
    padding: 0;
    vertical-align: middle; }
.woocommerce .checkout .woocommerce-checkout-review-order-table .product-quantity {
    font-weight: normal;
    font-size: 13px;
    color: #b1b1b1;
    display: block; }
.woocommerce .checkout .woocommerce-checkout-review-order-table .product-total {
    font-size: 26px;
    color: #b1b1b1;
    text-align: right;
    padding-bottom: 40px;
    border: 0; }
.woocommerce .checkout .woocommerce-checkout-review-order-table tbody tr:last-of-type .product-name,
.woocommerce .checkout .woocommerce-checkout-review-order-table tbody tr:last-of-type .product-total {
    border-bottom: 1px solid #e1e1e1;
    line-height: inherit; }
.woocommerce .checkout .woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce .checkout .woocommerce-checkout-review-order-table .shipping th,
.woocommerce .checkout .woocommerce-checkout-review-order-table .order-total th,
.woocommerce .checkout .woocommerce-checkout-review-order-table .order-tax th {
    text-align: left;
    font-size: 18px;
    font-weight: lighter; }
.woocommerce .checkout .woocommerce-checkout-review-order-table .order-tax th {
    padding: 20px 0;}
.woocommerce .checkout .woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce .checkout .woocommerce-checkout-review-order-table .shipping td,
.woocommerce .checkout .woocommerce-checkout-review-order-table .order-total td {
    text-align: right; }
.woocommerce .checkout .woocommerce-checkout-review-order-table .cart-subtotal th {
    padding: 40px 0 0 0;
    border: 0 none; }
.woocommerce .checkout .woocommerce-checkout-review-order-table .cart-subtotal td {
    padding: 40px 0 0 0;
    border: 0 none;
    font-size: 26px;
    color: #b1b1b1; }
.woocommerce .checkout .woocommerce-checkout-review-order-table .order-tax td {
  font-size: 26px;
  color: #b1b1b1;
text-align: right;}
.woocommerce .checkout .woocommerce-checkout-review-order-table .shipping th {
    padding: 0 0 40px 0;
    border: 0 none; }
.woocommerce .checkout .woocommerce-checkout-review-order-table .shipping td {
    padding: 0 0 40px 0;
    border: 0 none;
    font-size: 18px;
    color: #b1b1b1;
    font-weight: lighter; }
.woocommerce .checkout .woocommerce-checkout-review-order-table .order-total th {
    color: #000;
    padding: 40px 0; }
.woocommerce .checkout .woocommerce-checkout-review-order-table .order-total td {
    font-size: 26px;
    padding: 40px 0;
    color: #c2d44e; }
.woocommerce .checkout .woocommerce-checkout-review-order-table .order-total td strong {
    font-weight: normal; }
.woocommerce .checkout ul.payment_methods {
    text-align: left;
    border-bottom: 1px solid #e1e1e1;
    margin: 0;
    list-style: none outside;
    padding: 40px 0; }
.woocommerce .checkout ul.payment_methods li {
    margin: 0 0 15px 0;
    font-weight: normal; }
.woocommerce .checkout ul.payment_methods li input {
    margin: 0 1em 0 0; }
.woocommerce .checkout ul.payment_methods li img + img {
    margin-left: 2px; }
.woocommerce .checkout ul.payment_methods li:last-of-type div.payment_box {
    margin-bottom: 0; }
.woocommerce .checkout ul.payment_methods li:last-of-type {
    margin-bottom: 0; }
.woocommerce .checkout div.payment_box {
    position: relative;
    padding: 20px;
    margin: 15px 0 25px 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    background: #f8f8f8; }
.woocommerce .checkout div.payment_box span.help {
    font-size: 11px;
    color: #b1b1b1;
    line-height: 13px;
    font-weight: normal; }
.woocommerce .checkout div.payment_box p:last-child {
    margin-bottom: 0; }
.woocommerce .checkout div.payment_box:after {
    content: "";
    display: block;
    border: 8px solid #f8f8f8;
    /* arrow size / color */
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -16px;
    left: 20px;
    margin: 0; }
.woocommerce .checkout .payment_method_paypal img {
    max-height: 52px;
    vertical-align: top;
    margin: -8px 5px 0; }
.woocommerce .checkout .form-row.place-order {
    margin: 40px 0 0 0;
    text-align: center; }
.woocommerce .checkout .form-row.place-order .button {
    height: 38px;
    line-height: 38px;
    padding: 0 45px;
    margin: 0; }
.woocommerce form.login,
.woocommerce form.checkout_coupon,
.woocommerce form.register {
    margin: 20px 0;
    text-align: left; }
.woocommerce form.checkout_coupon .form-row {
    display: inline-block;
    margin: 0;
    vertical-align: top; }
.woocommerce form.checkout_coupon .button {
    padding: 0 15px;
    margin: 0 0 0 10px; }
.woocommerce form.login label,
.woocommerce form.register label {
    display: inline-block;
    min-width: 200px;
    color: #484747;
    font-weight: normal;
    margin: 0; }
.woocommerce form.login label.icr-label,
.woocommerce form.register label.icr-label {
    margin-top: 21px; }
.woocommerce form.login input.input-text,
.woocommerce form.register input.input-text {
    width: 100%;
    margin: 0;
    max-width: 370px;
    height: 38px;
    padding: 0 10px; }
.woocommerce form.login input.button,
.woocommerce form.register input.button {
    margin: 15px 10px 0 0;
    padding: 0 20px;
    width: auto; }

/* --------------------------- 8.0 Order Page ------------------------------ */
.woocommerce .order_details {
    margin: 20px 0;
    list-style: none; }
.woocommerce .order_details:after {
    display: block;
    content: '';
    clear: both; }
.woocommerce .order_details li {
    float: left;
    margin-right: 20px;
    text-transform: uppercase;
    border-right: 1px dashed #e1e1e1;
    padding-right: 20px; }
.woocommerce .order_details li strong {
    display: block;
    font-size: 15px;
    text-transform: none; }
.woocommerce .order_details li:last-of-type {
    border: none; }
.woocommerce table.order_details {
    margin: 0 0 20px 0;
    padding: 0;
    border: 1px solid #e1e1e1;
    border-top: 0;
    width: auto; }
.woocommerce table.order_details thead tr th, .woocommerce table.order_details thead tr td {
    background: #f8f8f8;
    text-align: center; }
.woocommerce table.order_details th {
    text-align: left;
    border-right: 1px solid #e1e1e1; }
.woocommerce table.order_details td {
    text-align: right;
    color: #b1b1b1; }
.woocommerce table.order_details td.product-name {
    text-align: left;
    border-right: 1px solid #e1e1e1; }
.woocommerce table.order_details td, .woocommerce table.order_details th {
    vertical-align: top;
    padding: 6px 15px;
    border-top: 1px solid #e1e1e1;
    font-size: 14px;
    font-weight: lighter; }
.woocommerce table.order_details tfoot th {
    background: #f8f8f8; }
.woocommerce table.order_details tfoot tr:last-of-type .amount {
    color: #c2d44e; }
.woocommerce table.customer_details {
    margin: 0 0 20px 0;
    padding: 0;
    border: 1px solid #e1e1e1;
    border-top: 0;
    width: auto; }
.woocommerce table.customer_details td, .woocommerce table.customer_details th {
    vertical-align: top;
    padding: 6px 15px;
    border-top: 1px solid #e1e1e1;
    font-size: 14px;
    font-weight: lighter; }
.woocommerce table.customer_details th {
    text-align: left;
    border-right: 1px solid #e1e1e1;
    background: #f8f8f8; }
.woocommerce .addresses div {
    width: 48%;
    display: inline-block;
    float: left; }
.woocommerce .addresses::after {
    display: inline-block;
    clear: both;
    content: ''; }
.woocommerce .addresses .title {
    display: block; }
.woocommerce .addresses h3 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    display: block;
    text-align: left;
    padding: 0px;
    font-weight: lighter;
    margin: 20px 0; }

.woocommerce-checkout h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    display: block;
    text-align: left;
    padding: 0px;
    font-weight: lighter;
    margin: 0 0 20px 0; }

/* --------------------------- 9.0 Account Page ------------------------------ */
.woocommerce-password-strength {
    margin-top: 10px;
    color: red;
}
.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: bold;
    margin-bottom: 0; }
.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0; }
.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0; }
.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0; }
.woocommerce-account ul.digital-downloads li .count {
    float: right; }
.woocommerce-account h3, .woocommerce-account h2, .woocommerce-account legend {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    display: block;
    text-align: left;
    padding: 0px;
    font-weight: lighter;
    margin: 0 0 20px 0; }
.woocommerce-account legend {
  padding-top: 10px; }
.woocommerce-account label,
.woocommerce-account fieldset label {
    display: block;
    margin-bottom: 10px; }
.woocommerce-account p.form-row {
    margin: 0 0 15px 0; }
.woocommerce-account p.form-row input, .woocommerce-account p.form-row select, .woocommerce-account p.form-row textarea, .woocommerce-account p.form-row .select2-container {
    width: 100%;
    max-width: 400px; }
.woocommerce-account p.form-row .select2-container {
    display: inline-block !important; }
.woocommerce-account .button {
    padding: 0 15px; }
.woocommerce-account .myaccount_user,
.woocommerce-account .myaccount_address {
    margin-bottom: 25px; }
.woocommerce-account table.my_account_orders {
    border: 1px solid #e1e1e1;
    border-right: 0; }
.woocommerce-account table.my_account_orders th, .woocommerce-account table.my_account_orders td {
    padding: 4px 8px;
    vertical-align: middle;
    text-align: left; }
.woocommerce-account table.my_account_orders th {
    background: #fafafa;
    border-right: 1px solid #e1e1e1; }
.woocommerce-account table.my_account_orders td {
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1; }
.woocommerce-account table.my_account_orders td.order-actions {
    text-align: center; }
.woocommerce-account table.my_account_orders .button {
    white-space: nowrap; }
.woocommerce-account table.my_account_orders .order-actions .button {
    margin: 0; }
.woocommerce-account .lost_reset_password p {
    margin: 0 0 15px; }
.woocommerce-account .lost_reset_password .button {
    margin: 0;
    padding: 0 20px;
    width: auto; }
.woocommerce-account .account-vendor-options {
    margin: 25px 0;
}
.woocommerce-account .account-vendor-options a {
    margin-top: 10px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

/* --------------------------- 10.0 Widgets ------------------------------ */
.widget.woocommerce,
.widget_pt_vendor_products_widget {
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    padding: 20px 25px 28px; }
.widget.woocommerce li {
    border-bottom: 1px solid #f0f0f0;
    padding: 6px 0; }
.widget.woocommerce li:last-of-type {
    border-bottom: 0 none;
    padding-bottom: 0; }
.widget.woocommerce li:after {
    display: block;
    content: '';
    clear: both; }
.widget.woocommerce li .star-rating {
    width: 85px; }
.widget.woocommerce .widget-title {
    font-size: 22px;
    font-weight: 300; }
.widget.woocommerce .product_list_widget,
.widget_pt_vendor_products_widget .product_list_widget {
    padding-top: 5px; }
.widget.woocommerce .product_list_widget li:after,
.widget_pt_vendor_products_widget .product_list_widget li:after {
    display: block;
    content: '';
    clear: both; }
.widget.woocommerce .product_list_widget li,
.widget_pt_vendor_products_widget .product_list_widget li {
    border: 0 none;
    padding: 0 0 20px 0; }
.widget.woocommerce .product_list_widget li:last-of-type,
.widget_pt_vendor_products_widget .product_list_widget li:last-of-type {
    padding-bottom: 0; }
.widget.woocommerce .product_list_widget li .product-title,
.widget_pt_vendor_products_widget .product_list_widget li .product-title {
    font-size: 14px; }
.widget.woocommerce .product_list_widget li .thumb-wrapper,
.widget_pt_vendor_products_widget .product_list_widget li .thumb-wrapper {
    display: block;
    float: left;
    margin-right: 15px; }
.widget.woocommerce .product_list_widget li img,
.widget_pt_vendor_products_widget .product_list_widget li img {
    border: 3px solid #f5f5f5;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    max-width: 80px;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
.widget.woocommerce .product_list_widget li:hover img,
.widget_pt_vendor_products_widget .product_list_widget li:hover img {
    opacity: 1; }
.widget.woocommerce .product_list_widget li .star-rating,
.widget_pt_vendor_products_widget .product_list_widget li .star-rating {
    margin: 5px 0; }
.widget.woocommerce .product_list_widget li .price,
.widget_pt_vendor_products_widget .product_list_widget li .price {
    color: #81cfdc;
    font-size: 16px;
    padding-top: 2px; }
.widget.woocommerce .product_list_widget li .price del,
.widget_pt_vendor_products_widget .product_list_widget li .price del {
    color: #8f8f8f;
    font-size: 0.67em;
    margin: -2px 0 0; }
.widget.woocommerce .product_list_widget li .price ins,
.widget_pt_vendor_products_widget .product_list_widget li .price ins {
    background: transparent;
    color: inherit;
    display: block; }

.widget.woocommerce.widget_product_search {
    border: 0 none;
    padding: 0px; }

/* 10.1 Layered Nav Widget */
.widget_layered_nav ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside; }
.widget_layered_nav ul li {
    padding: 0 0 1px;
    list-style: none; }
.widget_layered_nav ul li a, .widget_layered_nav ul li span {
    padding: 0;
    float: left; }
.widget_layered_nav ul li.chosen a {
    padding: 0 6px;
    text-decoration: none;
    border: 1px solid #c2d44e;
    background: #c2d44e;
    color: white;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box; }
.widget_layered_nav ul small.count {
    float: right;
    margin-left: 6px;
    font-size: inherit;
    padding: 0;
    color: #b1b1b1; }
.widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1; }
.widget_layered_nav_filters ul li {
    float: left;
    padding: 0 1px 1px 0;
    list-style: none; }
.widget_layered_nav_filters ul li a {
    padding: 0 6px;
    text-decoration: none;
    border: 1px solid #c2d44e;
    background: #c2d44e;
    color: #b1b1b1;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    float: left; }

/* 10.2 Price Filter Widget */
.widget_price_filter .price_slider_wrapper {
    margin-top: 30px; }
.widget_price_filter .price_slider_amount {
    height: 30px;
    line-height: 30px;
    margin-top: 30px;
    padding-right: 60px;
    position: relative; }
.widget_price_filter .price_slider_amount .button {
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 15px;
    position: absolute;
    right: 0;
    top: 0; }
.widget_price_filter .ui-slider {
    text-align: left;
    margin: 0 5px;
    position: relative; }
.widget_price_filter .ui-slider .ui-slider-handle {
    height: 16px;
    width: 15px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    background-image: none;
    background-color: #484747;
    border: 0 none;
    margin-top: -4px;
    margin-left: -5px;
    position: absolute;
    outline: none; }
.widget_price_filter .ui-slider .ui-slider-handle:last-of-type {
    margin: -4px 0 0 -10px; }
.widget_price_filter .ui-widget-content {
    background-image: none;
    background-color: #f1f1f1;
    border: 0 none;
    color: #FFFFFF;
    height: 8px; }
.widget_price_filter .ui-slider .ui-slider-range {
    border: 0 none;
    background-image: none;
    background-color: #c2d44e;
    display: block;
    height: 8px;
    position: absolute; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px; }
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px; }

    #filters-sidebar .widget_price_filter {
      border: 0 none;
      border-radius: 0;
      display: inline-block;
      padding: 0 8px;
      position: relative;
      margin-bottom: 15px; }
      #filters-sidebar .widget_price_filter .dropdown-filters-title {
        display: inline-block;
        padding: 8px 20px;
        text-transform: uppercase;
        background: #f5f5f5;
        color: #898e91;
        border: 1px solid #e1e1e1;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */
        font-size: 14px;
        margin: 0;
        cursor: pointer; }
      #filters-sidebar .widget_price_filter form {
        background-color: #fff;
        padding: 20px;
        min-width: 250px;
        position: absolute;
        top: 60px;
        left: 50%;
        margin: 0 0 0 -125px;
        border: 1px solid #e7e4d9;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translate3d(0, -15px, 0);
        -moz-transform: translate3d(0, -15px, 0);
        -ms-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        -moz-transition: opacity 0.35s, -webkit-transform 0.35s;
        -ms-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background-clip: padding-box;
        /* stops bg color from leaking outside the border: */ }
        #filters-sidebar .widget_price_filter form:after, #filters-sidebar .widget_price_filter form:before {
          display: inline-block;
          content: '';
          width: 0;
          height: 0;
          position: absolute;
          top: -10px;
          right: 115px; }
        #filters-sidebar .widget_price_filter form:before {
          border-left: 10px solid transparent;
          border-right: 10px solid transparent;
          border-bottom: 10px solid #e7e4d9; }
        #filters-sidebar .widget_price_filter form:after {
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 9px solid #fff;
          top: -9px;
          right: 117px; }
      #filters-sidebar .widget_price_filter.hovered form {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
        -moz-transform: translate3d(0, 0px, 0);
        -ms-transform: translate3d(0, 0px, 0);
        transform: translate3d(0, 0px, 0); }

/* 10.3 Product Search */
.woocommerce-product-search {
    display: block;
    position: relative; }
.woocommerce-product-search .search-field {
    display: inline-block;
    width: 100%;
    padding: 11px 80px 10px 10px; }
.woocommerce-product-search input[type="submit"] {
    display: inline-block;
    position: absolute;
    top: 3px;
    right: 3px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px; }

/* 10.4 Cart Widget */
.widget.widget_shopping_cart li {
    position: relative;
    padding: 0 12px 0 0 !important;
    margin-bottom: 20px; }
.widget.widget_shopping_cart li:last-of-type {
    margin-bottom: 0; }
.widget.widget_shopping_cart li.empty {
    text-align: center; }
.widget.widget_shopping_cart li:after {
    display: block;
    content: '';
    clear: both; }
.widget.widget_shopping_cart img {
    border: 0 none !important;
    float: left;
    margin: 0 5px 0 0; }
.widget.widget_shopping_cart .remove {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0;
    color: red; }
.widget.widget_shopping_cart .quantity {
    display: block; }
.widget.widget_shopping_cart a.btn {
    color: #fff; }
.widget.widget_shopping_cart .buttons {
    display: inline-block;
    margin: 0;
    width: 100%; }
.widget.widget_shopping_cart .buttons:after {
    display: block;
    content: '';
    clear: both; }
.widget.widget_shopping_cart .buttons .button {
    margin: 0;
    padding: 0 10px;
    float: left; }
.widget.widget_shopping_cart .buttons .checkout {
    float: right; }
.widget.widget_shopping_cart .total {
    border-top: 1px solid #e2e3e3;
    border-bottom: 1px solid #e2e3e3;
    padding: 10px 0;
    display: block;
    text-align: center;
    margin: 10px 0; }

/* 10.5 Recent Reviews */
.widget_recent_reviews .product_list_widget {
    padding-top: 5px; }
.widget_recent_reviews .product_list_widget li {
    border: 0 none;
    padding: 0 0 20px 0; }
.widget_recent_reviews .product_list_widget li:last-of-type {
    padding-bottom: 0; }
.widget_recent_reviews .product_list_widget li .product-title {
    font-size: 14px; }
.widget_recent_reviews .product_list_widget li img {
    border: 3px solid #f5f5f5;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
    /* stops bg color from leaking outside the border: */
    display: block;
    float: left;
    margin-right: 15px; }
.widget_recent_reviews .product_list_widget li .star-rating {
    margin: 5px 0; }

/* --------------------------- 11.0 Media Queries ------------------------------ */
@media (max-width: 767px) {
    div.product .images-wrapper {
        width: 100%;
        padding: 0 50px; }

    div.product div.summary {
        margin-top: 20px;
        width: 100%; }

    .woocommerce li.product.col-xs-12 {
        width: 50%; }

    .woocommerce .cart-collaterals .cart_totals {
        width: 100%; }

    .shop_table.cart .product-price,
    .shop_table.cart .product-status {
        display: none; }

    .woocommerce table.shop_table.cart td {
        padding: 10px; }

    .woocommerce table.shop_table.cart td.actions .coupon {
        margin: 0 10px 10px 0; }

    .woocommerce table.shop_table.cart td.actions .coupon label {
        display: none; }

    .woocommerce table.shop_table.cart td.actions {
        text-align: left; }

    .woocommerce .checkout #customer_details {
        width: 100%; }

    .woocommerce .checkout .order-wrapper {
        width: 100%; }

    .shop-controls-wrapper {
        height: auto; }

    .woocommerce-ordering + .pt-view-switcher {
        margin: 20px 0 0 0;
        display: block;
        width: 100%;
        text-align: center; }

    li.product.list-view .inner-product-content .product-description-wrapper {
        padding: 0 10px 10px; }

    li.product.list-view .additional-buttons .yith-wcwl-add-to-wishlist {
        display: inline-block; }

    .breadcrumbs-wrapper .woocommerce-breadcrumb {
        display: block;
        float: left;
        padding: 10px 0 0;
        text-align: left;
        width: 100%; }

    .hgroup-sidebar {
        text-align: center; }

    div.product .woocommerce-tabs ul.tabs li {
        height: 50px;
        line-height: 50px; }

    div.product .woocommerce-tabs ul.tabs li a {
        height: 50px;
        line-height: 50px;
        padding: 0 10px; }

    div.product .woocommerce-tabs .panel {
        padding: 20px; }

    .related ul.products.related-cols-3 li.product,
    .upsells ul.products.upsells-cols-3 li.product,
    .wcv-related ul.products.wcv-cols-3 li.product {
        width: 50%; }
    .related ul.products.related-cols-3 li.product:nth-child(3),
    .upsells ul.products.upsells-cols-3 li.product:nth-child(3),
    .wcv-related ul.products.wcv-cols-3 li.product:nth-child(3) {
        clear: left; }

    .related ul.products.related-cols-4 li.product,
    .upsells ul.products.upsells-cols-4 li.product,
    .wcv-related ul.products.wcv-cols-4 li.product {
        width: 50%; }
    .related ul.products.related-cols-4 li.product:nth-child(3),
    .upsells ul.products.upsells-cols-4 li.product:nth-child(3),
    .wcv-related ul.products.wcv-cols-4 li.product:nth-child(3) {
        clear: left; }

    .related ul.products.related-cols-5 li.product,
    .upsells ul.products.upsells-cols-5 li.product,
    .wcv-related ul.products.wcv-cols-5 li.product {
        width: 50%; }
    .related ul.products.related-cols-5 li.product:nth-child(3),
    .upsells ul.products.upsells-cols-5 li.product:nth-child(3),
    .wcv-related ul.products.wcv-cols-5 li.product:nth-child(3) {
        clear: left; }

    .related ul.products.related-cols-2 li.product,
    .upsells ul.products.upsells-cols-2 li.product,
    .wcv-related ul.products.wcv-cols-2 li.product {
        width: 100%; } }
@media (max-width: 480px) {
    .woocommerce li.product.col-xs-12 {
        width: 100%; }

    .woocommerce-ordering {
        margin: 15px 0 0; }

    .breadcrumbs-wrapper .woocommerce-breadcrumb {
        text-align: center;
        width: 100%;
        float: none;
        padding-top: 20px; }

    .woocommerce-result-count,
    .view-all {
        float: none; }

    .shop-controls-wrapper {
        text-align: center; }

    .woocommerce-ordering + .pt-view-switcher {
        display: none; }

    .hgroup-sidebar {
        text-align: right; }

    .hgroup-sidebar .widget {
        text-align: center; }

    .breadcrumbs-wrapper .single-product-navi {
        padding: 0 15px;
        float: none;
        text-align: center; }

    div.product .woocommerce-tabs ul.tabs li a {
        font-size: 12px;
        height: 40px;
        line-height: 40px;
        padding: 0; }

    div.product .woocommerce-tabs ul.tabs li {
        height: 40px;
        line-height: 40px; }

    div.product .woocommerce-tabs .panel {
        padding: 10px; }

    .related ul.products.related-cols-3 li.product,
    .upsells ul.products.upsells-cols-3 li.product,
    .wcv-related ul.products.wcv-cols-3 li.product,
    .related ul.products.related-cols-4 li.product,
    .upsells ul.products.upsells-cols-4 li.product,
    .wcv-related ul.products.wcv-cols-4 li.product,
    .related ul.products.related-cols-5 li.product,
    .upsells ul.products.upsells-cols-5 li.product,
    .wcv-related ul.products.wcv-cols-5 li.product {
        width: 100%; }

    div.product .images-wrapper {
        width: 100%; }

    div.product div.summary {
        width: 100%; }

    div.product .product_title {
        text-align: center; }

    div.product .woocommerce-product-rating {
        text-align: center; }

    div.product p.price {
        text-align: center; }

    .thumb-slider {
        margin-bottom: 30px; }

    .cart-collaterals .cross-sells {
        width: 100%; }

    .woocommerce .checkout ul.payment_methods {
        padding: 40px 0 100px; }

    .woocommerce .checkout .payment_method_paypal img {
        margin: 0 5px; }

    .cart-collaterals .cross-sells .title-wrapper h2 {
        padding-right: 100px; } }
@media (min-width: 768px) {
    .layout-two-col-left div.product .images-wrapper,
    .layout-two-col-right div.product .images-wrapper {
          width: 100%;
          padding: 0 50px; }

    .layout-two-col-left div.product div.summary,
    .layout-two-col-right div.product div.summary {
        margin-top: 20px;
        width: 100%; }

    div.product .woocommerce-tabs ul.tabs li {
        height: 50px;
        line-height: 50px; }

    div.product .woocommerce-tabs ul.tabs li a {
        height: 50px;
        line-height: 50px;
        padding: 0 10px; }

    .shop-controls-wrapper {
        height: auto;
        text-align: center; }

    .woocommerce-ordering {
        float: right; }

    .woocommerce-ordering + .pt-view-switcher {
        margin: 20px 0 0 0; }

    li.product .additional-buttons .yith-wcwl-add-to-wishlist {
        display: block; }

    li.product .additional-buttons .compare + .yith-wcwl-add-to-wishlist:before {
        content: ""; }

    li.product.list-view .inner-product-content .product-description-wrapper {
        padding: 0 10px 10px; }

    li.product.list-view .additional-buttons .yith-wcwl-add-to-wishlist {
        display: inline-block; }

    li.product.list-view .additional-buttons .compare + .yith-wcwl-add-to-wishlist:before {
        content: "|"; }

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

    .woocommerce table.shop_table.cart td {
        padding: 10px; }

    .payment_method_paypal .input-radio:checked + label a {
        display: none; }

    div.product .woocommerce-tabs .panel {
        padding: 25px; }

    .related ul.products.related-cols-3 li.product,
    .upsells ul.products.upsells-cols-3 li.product,
    .wcv-related ul.products.wcv-cols-3 li.product {
        width: 33.3%; }
    .related ul.products.related-cols-3 li.product:nth-child(3),
    .upsells ul.products.upsells-cols-3 li.product:nth-child(3),
    .wcv-related ul.products.wcv-cols-3 li.product:nth-child(3) {
        clear: none; }

    .related ul.products.related-cols-4 li.product,
    .upsells ul.products.upsells-cols-4 li.product,
    .wcv-related ul.products.wcv-cols-4 li.product {
        width: 33.3%; }
    .related ul.products.related-cols-4 li.product:nth-child(3),
    .upsells ul.products.upsells-cols-4 li.product:nth-child(3),
    .wcv-related ul.products.wcv-cols-4 li.product:nth-child(3) {
        clear: none; }
    .related ul.products.related-cols-4 li.product:nth-child(4),
    .upsells ul.products.upsells-cols-4 li.product:nth-child(4),
    .wcv-related ul.products.wcv-cols-4 li.product:nth-child(4) {
        clear: left; }

    .related ul.products.related-cols-5 li.product,
    .upsells ul.products.upsells-cols-5 li.product,
    .wcv-related ul.products.wcv-cols-5 li.product {
        width: 33.3%; }
    .related ul.products.related-cols-5 li.product:nth-child(3),
    .upsells ul.products.upsells-cols-5 li.product:nth-child(3),
    .wcv-related ul.products.wcv-cols-5 li.product:nth-child(3) {
        clear: none; }
    .related ul.products.related-cols-5 li.product:nth-child(4),
    .upsells ul.products.upsells-cols-5 li.product:nth-child(4),
    .wcv-related ul.products.wcv-cols-5 li.product:nth-child(4) {
        clear: left; }

    div.product span.onsale {
        right: 65px; }

    div.product .product_title {
        text-align: center; }

    .thumb-slider {
        margin-bottom: 28px; }

    div.product .woocommerce-product-rating,
    div.product .price {
        text-align: center; }

    .related ul.products.related-cols-2 li.product .inner-product-content .product-img-wrapper,
    .upsells ul.products.upsells-cols-2 li.product .inner-product-content .product-img-wrapper,
    .wcv-related ul.products.wcv-cols-2 li.product .inner-product-content .product-img-wrapper {
        margin-right: 0;
        max-width: 100%; }

    .related ul.products.related-cols-2 li.product .inner-product-content .product-description-wrapper,
    .upsells ul.products.upsells-cols-2 li.product .inner-product-content .product-description-wrapper,
    .wcv-related ul.products.wcv-cols-2 li.product .inner-product-content .product-description-wrapper {
        padding: 0;
        width: 100%; } }
@media (min-width: 992px) {
    .layout-two-col-left div.product .images-wrapper,
    .layout-two-col-right div.product .images-wrapper {
          width: 50%;
          padding: 0 15px; }

    .layout-two-col-left div.product div.summary,
    .layout-two-col-right div.product div.summary {
        margin-top: 0px;
        width: 50%; }

    div.product .woocommerce-tabs .panel {
        padding: 40px; }

    div.product .woocommerce-tabs ul.tabs li {
        height: 60px;
        line-height: 60px; }

    div.product .woocommerce-tabs ul.tabs li a {
        height: 60px;
        line-height: 60px;
        padding: 0 20px; }

    div.product .woocommerce-product-rating,
    div.product .price {
        text-align: left; }

    ul.products li.product.first {
        clear: left; }

    .shop-controls-wrapper {
        height: 34px;
        text-align: right; }

    .woocommerce-ordering {
        float: none; }

    .woocommerce-ordering + .pt-view-switcher {
        margin: 0 0 0 50px; }

    li.product .additional-buttons .yith-wcwl-add-to-wishlist {
        display: inline-block; }

    li.product .additional-buttons .compare + .yith-wcwl-add-to-wishlist:before {
        content: "|"; }

    li.product.list-view .inner-product-content .product-description-wrapper {
        padding: 10px; }

    .woocommerce table.shop_table.cart td {
        padding: 35px;
        line-height: inherit; }

    .payment_method_paypal .input-radio:checked + label a {
        display: inline-block; }

    .breadcrumbs-wrapper .woocommerce-breadcrumb {
        padding: 0;
        text-align: right;
        width: auto; }

    .related ul.products.related-cols-3 li.product,
    .upsells ul.products.upsells-cols-3 li.product,
    .wcv-related ul.products.wcv-cols-3 li.product {
        width: 33.3%; }

    .related ul.products.related-cols-4 li.product,
    .upsells ul.products.upsells-cols-4 li.product,
    .wcv-related ul.products.wcv-cols-4 li.product {
        width: 25%; }
    .related ul.products.related-cols-4 li.product:nth-child(4),
    .upsells ul.products.upsells-cols-4 li.product:nth-child(4),
    .wcv-related ul.products.wcv-cols-4 li.product:nth-child(4) {
        clear: none; }

    .related ul.products.related-cols-5 li.product,
    .upsells ul.products.upsells-cols-5 li.product,
    .wcv-related ul.products.wcv-cols-5 li.product {
        width: 25%; }
    .related ul.products.related-cols-5 li.product:nth-child(4),
    .upsells ul.products.upsells-cols-5 li.product:nth-child(4),
    .wcv-related ul.products.wcv-cols-5 li.product:nth-child(4) {
        clear: none; }
    .related ul.products.related-cols-5 li.product:nth-child(5),
    .upsells ul.products.upsells-cols-5 li.product:nth-child(5),
    .wcv-related ul.products.wcv-cols-5 li.product:nth-child(5) {
        clear: left; }

    div.product .images-wrapper {
        padding: 0 15px;
        width: 50%; }

    div.product span.onsale {
        right: 30px; }

    div.product div.summary {
        width: 50%; }

    div.product .product_title {
        text-align: left; }

    .thumb-slider {
        margin: 7px 0 0 0; }

    .related ul.products.related-cols-2 li.product .inner-product-content .product-img-wrapper,
    .upsells ul.products.upsells-cols-2 li.product .inner-product-content .product-img-wrapper,
    .wcv-related ul.products.wcv-cols-2 li.product .inner-product-content .product-img-wrapper {
        margin-right: 3%;
        max-width: 47%; }

    .related ul.products.related-cols-2 li.product .inner-product-content .product-description-wrapper,
    .upsells ul.products.upsells-cols-2 li.product .inner-product-content .product-description-wrapper,
    .wcv-related ul.products.wcv-cols-2 li.product .inner-product-content .product-description-wrapper {
        padding: 0 0 0 10px;
        width: 50%; } }
@media (min-width: 1200px) {
    div.product .images-wrapper {
        width: 50%;
        padding: 0 15px; }

    div.product .woocommerce-tabs ul.tabs li a {
        height: 60px;
        line-height: 60px;
        padding: 0 20px; }

    .related ul.products.related-cols-3 li.product,
    .upsells ul.products.upsells-cols-3 li.product,
    .wcv-related ul.products.wcv-cols-3 li.product {
        width: 33.3%; }

    .related ul.products.related-cols-4 li.product,
    .upsells ul.products.upsells-cols-4 li.product,
    .wcv-related ul.products.wcv-cols-4 li.product {
        width: 25%; }

    .related ul.products.related-cols-5 li.product,
    .upsells ul.products.upsells-cols-5 li.product,
    .wcv-related ul.products.wcv-cols-5 li.product {
        width: 20%; }
    .related ul.products.related-cols-5 li.product:nth-child(4),
    .upsells ul.products.upsells-cols-5 li.product:nth-child(4),
    .wcv-related ul.products.wcv-cols-5 li.product:nth-child(4) {
        clear: none; }
    .related ul.products.related-cols-5 li.product:nth-child(5),
    .upsells ul.products.upsells-cols-5 li.product:nth-child(5),
    .wcv-related ul.products.wcv-cols-5 li.product:nth-child(5) {
        clear: none; } }

/* Woocommerce Germanized Fixes */
.entry-content .woocommerce .order-wrapper.germanized #payment {
    margin-bottom: 0;
}
.entry-content .woocommerce .order-wrapper.germanized #payment + h3#order_review_heading {
    margin: 0 -40px;
    border: 0;
}
.order-wrapper.germanized #order_payment_heading {
    display: none;
}
.woocommerce .checkout .order-wrapper.germanized .woocommerce-checkout-review-order > h3:first-of-type {
    margin-top: -40px !important;
    border: 0 !important;
}
.order-wrapper.germanized #order_review .legal {
    padding: 20px 0 0 0;
    float: none;
}
.order-wrapper.germanized #order_review .legal label {
    line-height: 1.5;
}
.order-wrapper.germanized #order_review .legal label::before {
    top: -2px;;
}
.woocommerce .checkout .order-wrapper.germanized ul.payment_methods {
    border-bottom: 0;
}

/* Special styles for woocommerce widgets in Mega Max menu */
.mega-sub-menu .product_list_widget::after {
    display: table;
    content: '';
    clear: both;
}
.mega-sub-menu .product_list_widget {
    margin-left: -15px;
    width: 100%;
    padding-top: 15px;
    width: calc(100% + 15px);
    width: -webkit-calc(100% + 15px);
}
.mega-sub-menu .product_list_widget li {
    margin: 0 0 0 15px;
    width: 100%;
    max-width: 30%;
    max-width: calc(33.3% - 15px);
    max-width: -webkit-calc(33.3% - 15px);
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    float: left;
}
.mega-sub-menu .product_list_widget li a {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    margin: -5px 0 0;
    font-weight: 400;
    padding: 0 5px;
}
.mega-sub-menu .product_list_widget li .thumb-wrapper {
    padding: 1px;
}
.mega-sub-menu .product_list_widget li .thumb-wrapper img {
    width: 100%;
    border-radius: 2px;
}
.mega-sub-menu .product_list_widget li .thumb-wrapper a {
    padding: 0;
}
.mega-sub-menu .product_list_widget li .price {
    margin: 0 5px 5px 5px;
    display: block;
}
