/**********************

woocommerce.css
=============

Author:  Gino Aliaj
Template: Cariera - Job Board WordPress Theme

Author URI: http://themeforest.net/user/gnodesign/
***************************/


/*------------------------------------------------------------------
[Table of contents]


    1.   SHOP PAGE
    2.   SHOP SINGLE PRODUCT PAGE
    3.   WIDGETS
    4.   CART
    5.   CHECKOUT
    6.   THANK YOU PAGE
    7.   MY ACCOUNT PAGE
    8.   RESPONSIVE MEDIA QUERIES


-------------------------------------------------------------------*/


/******************* 1. Shop Page *******************/

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 100% !important;
    margin: 0;
    margin-bottom: 40px;
    border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.woocommerce .page-title,
.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
    display: none;
}


/* Product Image */

.woocommerce-page ul.products li.product .product-image {
    position: relative;
    overflow: hidden;
}

.woocommerce-page ul.products li.product .product-image img {
    margin: 0;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    -ms-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}

.woocommerce-page ul.products li.product .product-image:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
    opacity: .4;
}


/* Add to Cart */

.woocommerce-page ul.products li.product .mediaholder .product-overlay {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: -40px;
    z-index: 6;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.woocommerce-page ul.products li.product .mediaholder:hover .product-overlay {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.woocommerce-page ul.products li.product .mediaholder .product-overlay .add_to_cart_button {
    display: block;
    width: 100%;
    margin-top: 0 !important;
    padding: 0;
    line-height: 40px;
    font-size: 14px;
    color: #f6f6f6;
    text-align: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.woocommerce-page ul.products li.product .mediaholder .product-overlay .add_to_cart_button:hover {
    color: #f6f6f6;
}


/* Product Description */

.woocommerce-page ul.products li.product .product-descr {
    background: #fff;
    text-align: center;
    padding: 20px 0;
}

.woocommerce-page ul.products li.product .product-descr h4 {
    margin: 0;
}

.woocommerce-page ul.products li.product .product-descr .star-rating {
    margin: 5px auto;
}

.woocommerce-page ul.products li.product .product-descr span.price {
    color: inherit;
    font-size: 18px;
    margin: 0;
}

.woocommerce-page ul.products li.product .product-descr span.price del {
    display: inline-block;
}

.woocommerce-page ul.products li.product .product-descr span.price ins {
    color: #999;
    text-decoration: none;
}


/******************* 2. Single Product Page *******************/

.cariera-single-product-detail span.onsale {
    display: none !important;
}

.woocommerce div.product .product_title {
    margin: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 20%;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 10px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    margin-bottom: 15px;
}

.woocommerce div.product p.price ins {
    font-size: 1.8em;
    text-decoration: none;
    margin-left: 5px;
}

.woocommerce div.product p.price>.amount {
    font-size: 1.8em;
    font-weight: 700;
}


/* Summary */

.cariera-single-product-detail .summary form.cart {
    margin-bottom: 15px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.cariera-single-product-detail .summary form.cart div.quantity {
    margin: 0 !important;
}

.cariera-single-product-detail .summary form.cart button {
    margin-left: 15px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 23px;
}

.woocommerce span.onsale {
    display: block;
    margin: 0;
    position: absolute;
    background: #7cbf92;
    top: 15px !important;
    right: 15px !important;
    height: 27px;
    line-height: 2.5em;
    border-radius: 3px;
    padding: 0 13px;
    min-width: inherit;
    min-height: inherit;
    width: 60px;
}

.woocommerce div.product div.summary .product_meta span.posted_in a {
    font-weight: 600;
}

.woocommerce .social-sharing-wrapper {
    margin-top: 20px;
}


/* Tabs */

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 60px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 0;
    overflow: visible;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    text-align: center;
    margin: 0;
    padding: 0;
    background: none;
    border: 0;
    margin-bottom: -1px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 15px 30px;
    color: #666;
    border-top: 3px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #fff;
    color: #333;
    border-top: 3px solid;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}


/* Panel */

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 40px;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-top: 0;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    padding-bottom: 20px;
    margin: 0;
}

.woocommerce .star-rating {
    float: none;
    width: 5.5em;
    height: 1.5em;
}

.woocommerce .star-rating::before {
    content: '\f006\f006\f006\f006\f006';
    font-family: 'fontawesome';
    color: #fdc948;
    font-size: 1.2em;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.woocommerce .star-rating span::before {
    content: '\f005\f005\f005\f005\f005';
    font-family: 'fontawesome';
    font-size: 1.2em;
    color: #fdc948;
    top: 0;
    position: absolute;
    left: 0;
}

.woocommerce p.stars a {
    color: #fdc948;
}


/* Reviews */

.woocommerce #reviews #comments .commentlist {
    padding: 0;
}

.woocommerce #reviews #comments .commentlist .comment {
    margin: 0;
}

.woocommerce #reviews #comments .commentlist .comment:last-child {
    border-bottom: 0;
}

.woocommerce #reviews #comments .commentlist .comment .commenter {
    position: relative;
    width: 65px;
    height: 65px;
    margin-right: 30px;
}

.woocommerce #reviews #comments .commentlist .comment .commenter:before {
    content: '';
    display: block;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    z-index: 0;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .15;
}

.woocommerce #reviews #comments .commentlist .comment .commenter:after {
    content: '';
    display: block;
    width: 65px;
    height: 65px;
    position: absolute;
    top: 0;
    z-index: 1;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: .1;
}

.woocommerce #reviews #comments .commentlist .comment .commenter img {
    width: 100%;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background: none;
    border: 0;
}

.woocommerce #reviews #comments .commentlist .comment .comment-body h6 {
    text-transform: capitalize;
    padding-bottom: 5px;
    margin: 0;
}

.woocommerce #reviews #comments .commentlist .comment .comment-body .comment-info {
    padding-bottom: 25px;
}

.woocommerce #reviews #comments .commentlist .comment .comment-body span {
    font-size: 14px;
    color: #999;
}


/* Related Products */

section.related.products {
    margin-top: 60px;
}

section.related.products h2 {
    margin: 0;
    padding-bottom: 10px;
    text-transform: capitalize;
}

section.related.products ul.products .item {
    width: 100%;
    margin: 20px 0;
}

section.related.products ul.products .item li.product {
    margin-bottom: 0;
}


/******************* 3. Widgets *******************/

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    float: left;
    width: 70px;
    margin: 0 20px 20px 0;
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    color: #333;
}

.woocommerce ul.product_list_widget li a .product-title {
    padding-top: 10px;
    display: block;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    margin-bottom: 40px;
    height: 10px;
    border-radius: 0;
    border: none;
    background: #fff;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background: #fff;
    border: 3px solid;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 21px;
    margin-top: -2px;
    width: 21px;
    outline: 0;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {}

.woocommerce .widget_price_filter .price_slider_wrapper .price_slider_amount .price_label {
    font-weight: 600;
    font-size: 14px;
}

.woocommerce .widget_layered_nav_filters ul li {
    padding-right: 20px;
}

.woocommerce .widget_layered_nav_filters ul li:last-child {
    padding-right: 0;
}

.woocommerce .widget_layered_nav ul li.chosen a::before,
.woocommerce .widget_layered_nav_filters ul li a::before {
    content: '\f00d';
    font-family: 'fontawesome';
    color: #e65353;
}

.woocommerce .widget_shopping_cart .cart_list li.empty {
    padding: 0;
    color: #999;
}


/******************* 4. Cart Page *******************/

.cart {
    overflow: hidden;
}

.cart>thead>tr>td,
.cart>thead>tr>th,
.cart>tbody>.cart_item>td,
.cart>tbody>.cart_item>th,
.cart>tfoot>tr>td,
.cart>tfoot>tr>th {
    vertical-align: middle !important;
    text-align: center;
}

.cart .cart_item a {
    font-weight: 600;
    color: #323232;
}


/* Product Thumbnail */

.cart .cart_item .product-thumbnail img {
    width: 64px;
    height: auto;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cart .cart_item .product-thumbnail img:hover {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}


/* Quantity */

.cart .cart_item .product-quantity .quantity {
    display: inline-block;
    margin: 0;
    float: none;
}

.cart .quantity .qty {
    height: 40px;
    width: 80px;
    font-weight: 700;
    text-align: center;
    border: 1px solid #e3e3e3;
}


/* Coupon */

.woocommerce-page table.cart td.actions .coupon input {
    width: 100%;
}

.woocommerce .cart-collaterals {
    margin-top: 60px;
}

.woocommerce .cart-collaterals .cart_totals h2 {
    padding-bottom: 30px;
    text-transform: capitalize;
    margin: 0;
}


/* Proceed to checkout */

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    font-size: inherit;
    margin: 0;
}


/******************* 5. Checkout Page *******************/

.woocommerce form.checkout_coupon {
    border-color: #e3e3e3;
    border-radius: 0;
}

.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
h3#order_review_heading {
    padding-bottom: 20px;
    margin: 0;
    text-transform: capitalize;
}

.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce form .form-row label,
.woocommerce form .form-row .required {
    color: #666;
}

.woocommerce form .form-row.woocommerce-validated input.input-text {
    border-color: #e3e3e3;
}

.select2-container--default .select2-selection--single {
    padding: 10px 20px;
    height: auto;
    min-height: 38px;
    border-color: #e3e3e3;
}

.select2-container--default .select2-selection--single:focus {
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1;
    color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 0;
    right: 10px;
    margin: 0;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
}

.woocommerce-checkout #payment {
    background: none;
    border: 1px solid #e3e3e3;
}

.woocommerce-checkout #payment ul.payment_methods {
    border-color: #e3e3e3;
}

.woocommerce-checkout #payment div.form-row {
    text-align: center;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
    margin-top: 20px;
}

.woocommerce-checkout #payment #place_order {
    float: none;
}

.woocommerce-additional-fields {
    padding-top: 30px;
}

form.checkout.woocommerce-checkout {
    margin-top: 30px;
}

.woocommerce-checkout table.shop_table {
    border-radius: 0;
    padding: 0 30px;
    border-bottom: none;
    background-color: #f6f6f6;
    margin: 0;
}

.woocommerce-checkout table.shop_table th {
    font-weight: 700;
    padding: 20px 0;
}

.woocommerce-checkout table.shop_table th:last-child {
    text-align: right;
}

.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td {
    border: 0;
}

.woocommerce-checkout table.shop_table td {
    padding: 20px 0;
    border-top: none;
}

.woocommerce-checkout table.shop_table td:last-child {
    text-align: right;
}

.woocommerce-checkout table.shop_table .shipping td {
    text-align: left;
}

.woocommerce-checkout table.shop_table .cart_item td {
    padding: 5px 0;
    border-bottom: none;
    color: #666;
}

.woocommerce-checkout table.shop_table .cart-subtotal,
.woocommerce-checkout table.shop_table .order-total {
    font-size: 16px;
}

.woocommerce-checkout table.shop_table .order-total {
    font-size: 22px;
}

.woocommerce-checkout #payment {
    border-radius: 0;
    background-color: transparent;
    border-top: 1px solid #e3e3e3;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.woocommerce-checkout #payment .wc_payment_methods {
    border: 1px solid #bfbfbf;
    border-top: none;
    background-color: #f6f6f6;
}

.woocommerce-checkout #payment .form-row.place-order {
    padding: 0;
    margin: 0 -1px;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: transparent;
    color: #999;
    margin-bottom: 0;
}

.woocommerce-checkout #payment div.payment_box:before {
    display: none;
}

.woocommerce-checkout #payment ul.payment_methods {
    padding: 25px;
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 15px;
}

.woocommerce-checkout #payment ul.payment_methods li:last-child {
    margin-bottom: 0;
}

.woocommerce-checkout #payment ul.payment_methods li label {
    display: inline-block;
    position: relative;
    line-height: 1;
    cursor: pointer;
}

.woocommerce-checkout #payment ul.payment_methods li label a,
.woocommerce-checkout #payment ul.payment_methods li label img {
    /*display: none;*/
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    padding-left: 10px;
}

.woocommerce-checkout #payment .form-row.place-order input.btn {
    width: 100%;
    margin-top: 20px;
    padding: 7px 0;
}


/******************* 6. Thank you Page *******************/

p.woocommerce-thankyou-order-received {
    text-align: center;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 20px;
}

.woocommerce-thankyou-order-details {
    background: #f0f0f0;
    padding: 20px;
    border: 1px solid #e3e3e3;
}

.woocommerce-order-details h2,
.woocommerce-order-details h3 {
    padding-bottom: 20px;
    text-transform: capitalize;
}

.woocommerce-order-details .woocommerce-table--order-details {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 60px !important;
}

.woocommerce-order-details .woocommerce-table--order-details td {
    padding: 5px 0 !important;
}

.woocommerce-order-details .woocommerce-table--customer-details {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    margin-bottom: 60px !important;
}


/*** woocommerce Messages ***/

.woocommerce-info {
    background: #d9edf7;
    color: #31708f;
    padding: 25px 40px;
    margin-bottom: 30px;
    border: 1px solid #bce8f1;
}

.woocommerce-info:before {
    display: none;
}

.woocommerce-info a {
    color: #338dbb;
    font-weight: 600;
}

.woocommerce-error {
    background: #f2dede;
    color: #a94442;
    padding: 25px 40px;
    margin-bottom: 30px;
    border: 1px solid #ebccd1;
}

.woocommerce-error:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}


/******************* 7. My Account Page *******************/

.woocommerce .woocommerce-avatar {
    padding-bottom: 40px;
}

.woocommerce .woocommerce-avatar img {
    margin: 0 auto;
    display: block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 25%;
    text-align: center;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-avatar {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation .woocommerce-MyAccount-avatar img {
    -webkit-box-shadow: 0 0 40px #eee;
    -moz-box-shadow: 0 0 40px #eee;
    box-shadow: 0 0 40px #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    width: 100%;
    padding: 0;
    background: #f6f6f6;
    display: inline-block;
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    display: block;
    text-align: center;
    margin-bottom: 0;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li:hover {
    background: #e3e3e3;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    color: #666;
    font-weight: 600;
    display: block;
    padding: 10px 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 70%;
}

.woocommerce-account .woocommerce-MyAccount-content form.edit-account fieldset h4 {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
}

label.woocommerce-form__label-for-checkbox {
    display: block !important;
}

label.woocommerce-form__label-for-checkbox input {
    position: static !important;
}


/******************* 8. Responsive Media Queries *******************/


/* ---- Start of max-width 768px CSS ---- */

@media only screen and (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: left;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        float: right;
    }
}


/* ---- Start of max-width 580px CSS ---- */

@media only screen and (max-width: 580px) {
    .woocommerce table.cart td.actions .coupon div {
        width: 100%;
        display: block;
        padding: 10px 0;
        margin: 0 auto;
        text-align: center;
    }
}


/* ---- Start of max-width 480px CSS ---- */

@media all and (max-width: 480px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
    }
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
        margin-top: 40px;
    }
}
