/* Shopping Cart in Header */
.pm_header_cart_container {
    margin-left: 30px;
    margin-right: 0;
}

.pm_header_cart_container i {
    position: relative;
    top: 3px;
}

.pm_header_cart_container a {
    display: inline-block;

    border-radius: 4px;
    margin-left: 10px;
    padding: 3px 13px 2px;
    position: relative;
}

.pm_header_cart_container a:before {
    content: "";
    border: solid 5px transparent;
    position: absolute;
    top: 10px;
    left: -10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

body.pm_dark_type .pm_header_cart_container a:before {
    border-right-color: #000000;
}

body.pm_light_type .pm_header_cart_container a:before {
    border-right-color: #ecedef;
}

body.pm_dark_type .pm_header_cart_container a {
    color: #b7c2c8;
    background: #000000;
}

body.pm_dark_type .pm_header_cart_container a:hover {
    color: #000000;
}

body.pm_light_type .pm_header_cart_container a {
    color: #2b2e2f;
    background: #ecedef;
}

body.pm_light_type .pm_header_cart_container a:hover {
    color: #ffffff;
}

/* Products Listing Page */
.woocommerce-page .page-title,
.woocommerce .product_title {
    width: auto;
    min-width: 67px;
    max-width: 75%;
    min-height: 67px;
    word-wrap: break-word;
    display: inline-block;
    border-radius: 4px;
    padding: 0 22px;
    margin-top: 39px;
    margin-bottom: 17px;
    box-sizing: border-box;
    font-size: 27px;
    line-height: 67px;
    letter-spacing: .9px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.woocommerce-page .page-title:before,
.woocommerce .product_title:before {
    content: "";
    border: solid 7px transparent;
    position: absolute;
    top: 27px;
    left: -14px;
}

.woocommerce-page .woocommerce-result-count {
    position: relative;
    top: 10px;
}

.woocommerce-page .woocommerce-ordering {
    margin-bottom: 30px;
}

.woocommerce-page .woocommerce-ordering select {
    height: 40px;
    border: none;
    border-radius: 4px 0 0 4px;
}

body.pm_dark_type.woocommerce-page .woocommerce-ordering select {
    color: #b7c2c8;
}

.woocommerce ul.products {
    margin-left: -30px;
    font-size: 0;
    line-height: 0;
    box-sizing: border-box;
}

.woocommerce ul.products li.product {
    width: 33.2333333333333333333%;
    display: inline-block;
    margin: 0;
    padding-left: 30px;
    margin-bottom: 30px;
    float: none;
    clear: none;
    box-sizing: border-box;
    font-size: 14px;
    vertical-align: top;
    line-height: 25px;
    text-align: center;
}

body.pm_dark_type.woocommerce ul.products li.product .onsale {
    color: #000;
}

body.pm_light_type.woocommerce ul.products li.product .onsale {
    color: #fff;
}

.woocommerce ul.products li.product h3 {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    text-transform: none;
}

body.pm_dark_type.woocommerce ul.products li.product h3 {
    color: #b7c2c8;
}

body.pm_light_type.woocommerce ul.products li.product h3 {
    color: #2b2e2f;
}

.woocommerce ul.products li.product .star-rating {
    display: none;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product ins {
    display: inline-block;
    font-size: 16px;
}

body.pm_dark_type.woocommerce nav.woocommerce-pagination ul li a {
    color: #b7c2c8;
}

body.pm_light_type.woocommerce nav.woocommerce-pagination ul li a {
    color: #2b2e2f;
}

.woocommerce ul.products li.product ins {
    margin-left: 20px;
    text-decoration: none;
}

.woocommerce ul.products li.product .add_to_cart_button {
    border-radius: 4px;
    padding: 6px 16px 7px;
    margin-bottom: 32px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 300;
}

body.pm_dark_type.woocommerce ul.products li.product .add_to_cart_button {
    background: #000000;
    color: #b7c2c8;
}

body.pm_dark_type.woocommerce ul.products li.product .add_to_cart_button:hover {
    color: #000000;
}

body.pm_light_type.woocommerce ul.products li.product .add_to_cart_button {
    color: #ffffff;
}

body.pm_light_type.woocommerce ul.products li.product .add_to_cart_button:hover {
    color: #000000;
}

.woocommerce-pagination {
    margin-bottom: 60px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin: 0 5px;
}

.woocommerce nav.woocommerce-pagination ul li span,
.woocommerce nav.woocommerce-pagination ul li a {
    border-radius: 4px;
}

body.pm_dark_type.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #000000;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #ffffff;
}

body.pm_light_type.woocommerce nav.woocommerce-pagination ul li a:hover {
    color: #ffffff;
}

/* Single Product Page */
.single-product .product,
.single-product .pm_right_sidebar_content,
.single-product .pm_left_sidebar_content {
    margin-top: 30px;
}

.woocommerce div.product .product_title {
    margin-top: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.single-product .price del,
.single-product .price ins {
    font-size: 16px;
}

.single-product .price ins {
    text-decoration: none;
    margin-left: 10px;
}

.woocommerce .quantity .qty {
    border: none;
    border-radius: 4px;
    padding: 7px 0 8px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    font-weight: 300;
}

.woocommerce div.product form.cart .button,
.woocommerce #review_form #respond .form-submit input {
    border-radius: 4px;
    padding: 6px 16px 7px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 300;
    -webkit-transition: all .3s;
    transition: all .3s;
}

body.pm_dark_type.woocommerce div.product form.cart .button:hover,
body.pm_dark_type.woocommerce-page a.button:hover {
    color: #000000;
}

body.pm_light_type.woocommerce div.product form.cart .button:hover,
body.pm_light_type.woocommerce-page a.button:hover {
    color: #ffffff;
}

body.pm_dark_type.woocommerce div.product form.cart .button,
body.pm_dark_type .quantity .qty,
body.pm_dark_type.woocommerce a.button,
body.pm_dark_type.woocommerce-page a.button,
body.pm_dark_type.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #b7c2c8;
}

body.pm_light_type.woocommerce div.product form.cart .button,
body.pm_light_type .quantity .qty,
body.pm_light_type.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #2b2e2f;
}

.woocommerce .quantity .qty {
    margin-top: 0;
}

.woocommerce div.product .sku_wrapper,
.woocommerce div.product .posted_in,
.woocommerce div.product .tagged_as {
    display: block;
}

body.pm_dark_type.woocommerce div.product .posted_in a:hover,
body.pm_dark_type.woocommerce div.product .tagged_as a:hover,
body.pm_dark_type.woocommerce .woocommerce-product-rating a:hover {
    color: #b7c2c8;
}

body.pm_light_type.woocommerce div.product .posted_in a:hover,
body.pm_light_type.woocommerce div.product .tagged_as a:hover,
body.pm_light_type.woocommerce .woocommerce-product-rating a:hover {
    color: #2b2e2f;
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    z-index: 10;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-bottom: none;
    margin-left: 0;
    margin-right:3px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

body.pm_dark_type.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
body.pm_dark_type.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.pm_dark_type.woocommerce #review_form #respond .form-submit input:hover {
    color: #000000;
}

body.pm_light_type.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
body.pm_light_type.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
body.pm_light_type.woocommerce #review_form #respond .form-submit input:hover {
    color: #ffffff;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin-bottom: 60px;
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
    border: none;
}

.woocommerce #reviews #comments h2 {
    margin-bottom: 30px;
}

.woocommerce #reviews h3 {
    margin-bottom: 20px;
}

.woocommerce #review_form #respond .form-submit input {
    margin-left: 0;
}

body.pm_dark_type.woocommerce #review_form #respond .form-submit input,
body.pm_dark_type.woocommerce #review_form #respond textarea,
body.pm_dark_type.woocommerce #review_form #respond input[type="text"],
body.pm_dark_type.woocommerce #review_form #respond input[type="email"] {
    color: #b7c2c8;
}

body.pm_light_type.woocommerce #review_form #respond .form-submit input,
body.pm_light_type.woocommerce #review_form #respond textarea,
body.pm_light_type.woocommerce #review_form #respond input[type="text"],
body.pm_light_type.woocommerce #review_form #respond input[type="email"] {
    color: #2b2e2f;
}

.woocommerce #review_form #respond label {
    display: block;
}

.woocommerce #review_form #respond input[type="text"],
.woocommerce #review_form #respond input[type="email"] {
    border: none;
    border-radius: 4px;
    padding: 7px 10px 8px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 300;
}

.woocommerce #review_form #respond textarea {
    height: 145px;
    resize: none;
    border: none;
    border-radius: 4px;
    padding: 10px;
}

.woocommerce .star-rating {
    height: 1.2em;
    float: none;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar{
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 0;
    border: none;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{
    display: inline-block;
    margin-bottom: 0;
}

.woocommerce .related.products h2 {
    margin-bottom: 50px;
}

body.pm_dark_type a.remove {
    color: #b7c2c8 !important;
}

body.pm_light_type a.remove {
    color: #2b2e2f !important;
}

.woocommerce a.remove:hover {
    color: #000000 !important;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
    width: 40px;
    height: auto;
    border-radius: 5px;
    position: relative;
    top: 4px;
}

body.pm_dark_type table.shop_table td.product-name a,
body.pm_dark_type #add_payment_method table.cart td.actions .coupon .input-text,
body.pm_dark_type.woocommerce-cart table.cart td.actions .coupon .input-text,
body.pm_dark_type.woocommerce-checkout table.cart td.actions .coupon .input-text {
    color: #b7c2c8;
}

body.pm_light_type table.shop_table td.product-name a,
body.pm_light_type #add_payment_method table.cart td.actions .coupon .input-text,
body.pm_light_type.woocommerce-cart table.cart td.actions .coupon .input-text,
body.pm_light_type.woocommerce-checkout table.cart td.actions .coupon .input-text {
    color: #2b2e2f;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 200px;
    height: auto;
    border: none;
    border-radius: 4px;
    padding: 7px 15px 8px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 300;
}

.woocommerce .cart .button,
.woocommerce .cart input.button {
    border-radius: 4px;
    padding: 6px 16px 7px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 300;
    -webkit-transition: all .3s;
    transition: all .3s;
}

body.pm_dark_type .cart .button,
body.pm_dark_type .cart input.button,
body.pm_dark_type #respond input#submit.alt,
body.pm_dark_type a.button.alt,
body.pm_dark_type button.button.alt,
body.pm_dark_type input.button.alt,
body.pm_dark_type .woocommerce-error,
body.pm_dark_type .woocommerce-info,
body.pm_dark_type .woocommerce-message,
body.pm_dark_type .woocommerce-error a:hover,
body.pm_dark_type .woocommerce-info a:hover,
body.pm_dark_type .woocommerce-message a:hover,
body.pm_dark_type.woocommerce-account .woocommerce-Message .woocommerce-Button {
    color: #b7c2c8;
}

body.pm_dark_type .cart .button:hover,
body.pm_dark_type .cart input.button:hover,
body.pm_dark_type #respond input#submit.alt:hover,
body.pm_dark_type a.button.alt:hover,
body.pm_dark_type button.button.alt:hover,
body.pm_dark_type input.button.alt:hover,
body.pm_dark_type.woocommerce-account .woocommerce-Message .woocommerce-Button:hover,
body.pm_dark_type.woocommerce-account input.button:hover {
    color: #000000;
}


body.pm_light_type .cart .button,
body.pm_light_type .cart input.button,
body.pm_light_type #respond input#submit.alt,
body.pm_light_type a.button.alt,
body.pm_light_type button.button.alt,
body.pm_light_type input.button.alt,
body.pm_light_type .woocommerce-error,
body.pm_light_type .woocommerce-info,
body.pm_light_type .woocommerce-message,
body.pm_light_type .woocommerce-error a:hover,
body.pm_light_type .woocommerce-info a:hover,
body.pm_light_type .woocommerce-message a:hover,
body.pm_light_type.woocommerce-account .woocommerce-Message .woocommerce-Button {
    color: #2b2e2f;
}

body.pm_light_type .cart .button:hover,
body.pm_light_type .cart input.button:hover,
body.pm_light_type #respond input#submit.alt:hover,
body.pm_light_type a.button.alt:hover,
body.pm_light_type button.button.alt:hover,
body.pm_light_type input.button.alt:hover,
body.pm_light_type.woocommerce-account .woocommerce-Message .woocommerce-Button:hover,
body.pm_light_type.woocommerce-account input.button:hover {
    color: #ffffff;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    font-weight: 300;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    border-radius: 4px 4px 0 0;
}

.woocommerce-checkout input,
.woocommerce-account input {
    border: none;
    border-radius: 4px;
    padding: 7px 10px 8px;
    font-size: 14px;
    line-height: 26px !important;
    letter-spacing: 0;
    font-weight: 300;
}

body.pm_dark_type.woocommerce-checkout input,
body.pm_dark_type.woocommerce-account input,
body.pm_dark_type.woocommerce-checkout .state_select a,
body.pm_dark_type.woocommerce-checkout .country_select a,
body.pm_dark_type.woocommerce-account .state_select a,
body.pm_dark_type.woocommerce-account .country_select a,
body.pm_dark_type.woocommerce form .form-row textarea.input-text,
body.pm_dark_type.woocommerce-page form .form-row textarea.input-text,
body.pm_dark_type .select2-container--default .select2-selection--single .select2-selection__rendered,
body.pm_dark_type.woocommerce-account a:hover {
    color: #b7c2c8;
}

body.pm_light_type.woocommerce-checkout input,
body.pm_light_type.woocommerce-account input,
body.pm_light_type.woocommerce-checkout .state_select a,
body.pm_light_type.woocommerce-checkout .country_select a,
body.pm_light_type.woocommerce-account .state_select a,
body.pm_light_type.woocommerce-account .country_select a,
body.pm_light_type.woocommerce form .form-row textarea.input-text,
body.pm_light_type.woocommerce-page form .form-row textarea.input-text,
body.pm_light_type.woocommerce-account a:hover {
    color: #2b2e2f;
}

.woocommerce-checkout .state_select a,
.woocommerce-checkout .country_select a,
.woocommerce-account .state_select a,
.woocommerce-account .country_select a {
    height: 38px;
    line-height: 38px;
}

.select2-search {
    padding-top: 4px;
}

.woocommerce form .form-row textarea.input-text,
.woocommerce-page form .form-row textarea.input-text {
    height: 145px;
    border: none;
    border-radius: 4px;
    padding: 10px;
    font-size:14px;
}

.woocommerce-checkout .woocommerce-checkout-payment {
    border: solid 1px #1a1a1a;
    margin-bottom: 30px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-color: #3b3b3b;
}

.woocommerce-checkout input.button.alt {
    -webkit-transition: all .3s;
    transition: all .3s;
}

body.pm_dark_type.woocommerce-checkout input.button.alt,
body.pm_dark_type.woocommerce-account .woocommerce-Message .woocommerce-Button {
    background: #000000;
}

body.pm_light_type.woocommerce-checkout input.button.alt,
body.pm_light_type.woocommerce-account .woocommerce-Message .woocommerce-Button {
    background: #ecedef;
}

.woocommerce-account .woocommerce-Message .woocommerce-Button {
    border: 4px;
    padding: 6px 16px 7px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 300;
}

.woocommerce-account input.button {
    font-weight: 300;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* WooCommerce Widgets */
.travis_sidebar_element.woocommerce ul li a {
    padding-bottom: 0;
}

.travis_sidebar_element.woocommerce ins {
    text-decoration: none;
    margin-left: 10px;
}

.woocommerce ul.cart_list li img,
.woocommerce ul.product_list_widget li img {
    width: 40px;
    height: auto;
    border-radius: 5px;
}

/* --- Rating Widget */
.widget_rating_filter .star-rating {
    position: relative;
    top: 4px;
}

/* Cart Widget */
.widget_shopping_cart .remove {
    padding-bottom: 0;
}

.woocommerce .widget_shopping_cart a.button,
.woocommerce .widget_price_filter .button {
    border-radius: 4px;
    padding: 6px 16px 7px;
    margin-right: 10px;
    font-size: 14px !important;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 300;
    -webkit-transition: all .3s;
    transition: all .3s;
}

body.pm_dark_type.woocommerce .widget_shopping_cart a.button,
body.pm_dark_type.woocommerce .widget_price_filter .button,
body.pm_dark_type .widget_product_search input[type="search"],
body.pm_dark_type .widget_product_search input[type="submit"],
body.pm_dark_type .widget_product_tag_cloud a {
    color: #b7c2c8;
}

body.pm_dark_type.woocommerce .widget_shopping_cart a.button:hover,
body.pm_dark_type.woocommerce .widget_price_filter .button:hover,
body.pm_dark_type .widget_product_search input[type="submit"]:hover,
body.pm_dark_type .widget_product_tag_cloud a:hover {
    color: #000000
}

body.pm_light_type.woocommerce .widget_shopping_cart a.button,
body.pm_light_type.woocommerce .widget_price_filter .button,
body.pm_light_type .widget_product_search input[type="search"],
body.pm_light_type .widget_product_search input[type="submit"],
body.pm_light_type .widget_product_tag_cloud a {
    color: #2b2e2f;
}

body.pm_light_type.woocommerce .widget_shopping_cart a.button:hover,
body.pm_light_type.woocommerce .widget_price_filter .button:hover,
body.pm_light_type .widget_product_search input[type="submit"]:hover,
body.pm_light_type .widget_product_tag_cloud a:hover {
    color: #ffffff;
}

/* Price Filter Widget */
.widget_price_filter .travis_widget_title {
    margin-bottom: 20px;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ffffff;
    position: absolute;
    top: 4px;
    left: 4px;
}

.woocommerce .widget_price_filter .button {
    padding: 5px 16px 6px;
    position: relative;
    z-index: 5;
}

.widget_price_filter .price_label {
    position: relative;
    top: 7px;
}

/* Products Search Widget */
.widget_product_search input[type="search"],
.widget_product_search input[type="submit"] {
    border: none;
    border-radius: 4px;
    padding: 7px 9px 8px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 300;
}

.widget_product_search input[type="search"]::-moz-placeholder {
    opacity: 1;
}

.widget_product_search input[type="submit"] {
    padding: 6px 6px 7px;
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* Products Tags Widget */
.widget_product_tag_cloud a {
    display: inline-block;
    border-radius: 4px;
    padding: 4px 15px 3px;
    margin: 0 10px 10px 0;
    font-size: 13px !important;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce-page .pm_post_likes_wrapper {
    display: none;
}

@media only screen and (max-width: 737px) {
    .woocommerce ul.products li.product {
        width: 50%;
    }
}

@media only screen and (max-width: 415px) {
    .woocommerce ul.products li.product {
        width: 100%;
    }

    .woocommerce-page .page-title,
    .woocommerce div.product .product_title {
        width: 100%;
        max-width: none;
        margin-bottom: 25px;
    }

    .pm_header_cart_container {
        display: none;
    }

    #add_payment_method table.cart td.actions .coupon .input-text,
    .woocommerce-cart table.cart td.actions .coupon .input-text,
    .woocommerce-checkout table.cart td.actions .coupon .input-text,
    .woocommerce .cart .button,
    .woocommerce .cart input.button {
        width: 100% !important;
        margin-bottom: 15px;
    }

    .woocommerce .cart .button,
    .woocommerce .cart input.button {
        margin-left: 0;
        margin-bottom: 10px;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
        padding: 0;
    }

    .woocommerce-page .pm_standard_title_and_likes_container {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 376px) {
    .woocommerce-page .woocommerce-result-count {
        display: block;
        float: none;
        text-align: center;
        margin-bottom: 25px;
    }

    .woocommerce .woocommerce-ordering,
    .woocommerce-page .woocommerce-ordering,
    .woocommerce .woocommerce-ordering select,
    .woocommerce-page .woocommerce-ordering select {
        width: 100%;
    }
}

.woocommerce table.shop_table {
    border-collapse: collapse;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    border-left-width: 0;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom-width: 1px;
}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
    display: none;
}

.payment_box p {
    margin-top: 0;
}

.payment_box p {
    margin-bottom: 15px;
}

.payment_box p:last-child {
    margin-bottom: 0;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: #1c1c1c;
}

.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td {
    border-top: none;
}

div.blockUI.blockOverlay {
    background-color: rgb(4, 4, 4);
}

.cart-empty {
    margin-top:0;
}

.woocommerce-page a.button {
    border-radius: 4px;
    padding: 6px 16px 7px;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    font-weight: 300;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.woocommerce-page textarea {
    font-size: 14px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left:0;
}

.woocommerce table.shop_table td {
    padding: 20px 12px;
}

fieldset {
    border-style: none;
    padding: 0;
    margin: 7px 0 0 0;
}

fieldset legend {
    display: none;
}

.woocommerce-edit-account input[name=save_account_details] {
    margin-left:3px;
    margin-top: 10px;
}

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    position: relative;
    margin-bottom: 7px;
}

.woocommerce-MyAccount-navigation ul li a {
    color: #b7c2c8;
}

body.pm_light_type .woocommerce-MyAccount-navigation ul li a {
    color: #2b2e2f;
}

.entry-summary .price {
    margin-top: -4px;
}

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: none;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
    top: 2px;
}

.woocommerce .widget_shopping_cart .cart_list li.empty, .woocommerce.widget_shopping_cart .cart_list li.empty {
    padding-left:0;
}

.travis_sidebar_element .product-categories li {
    margin-bottom: 5px;
}

.woocommerce span.onsale {
    color: #000;
}

body.pm_light_type.woocommerce span.onsale {
    color: #fff;
}

body.pm_light_type ul.products .add_to_cart_button:hover,
body.pm_light_type .return-to-shop a:hover {
    background-color: #ffffff !important;
}

body.pm_light_type .return-to-shop a {
    color: #fff !important;
}

body.pm_light_type .return-to-shop a:hover {
    color: #000 !important;
}

div.woocommerce-message, .woocommerce-Message {
    line-height:38px;
}

.woocommerce ul.products li.product .price {
    font-size:16px;
    font-weight:700;
}

.woocommerce .star-rating {
    font-size:12px;
}

.woocommerce-Reviews .comment-form-email {
    margin-bottom: 20px !important;
}

.comment-respond input {
    margin-left:0;
}

.woocommerce-product-rating .woocommerce-review-link {
    position: relative;
    top: -2px;
    margin-left: 4px;
}

body.pm_light_type.woocommerce-cart table tr td,
body.pm_light_type.woocommerce-cart table tr th,
body.pm_light_type.woocommerce-checkout table tr td,
body.pm_light_type.woocommerce-checkout table tr th {
    border-bottom: 1px solid #cccccc;
}

.woocommerce table.shop_table th {
    vertical-align: middle !important;
}

body.pm_light_type.woocommerce-checkout table,
body.pm_light_type.woocommerce-cart table {
    border: none;
}

body.pm_light_type.woocommerce .woocommerce-message a.button {
    color: #ffffff;
}

body.pm_light_type.woocommerce .woocommerce-message a.button:hover {
    color: #000;
    background-color: #fff;
}