@import url("//fonts.googleapis.com/css?family=Lato:300,400,700|Open+Sans:400,300,600,700");
@font-face {
    font-family: 'star';
    src: url("../fonts/star.eot");
    src: url("../fonts/star.eot?#iefix") format("embedded-opentype"), url("../fonts/star.woff") format("woff"), url("../fonts/star.ttf") format("truetype"), url("../fonts/star.svg#star") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'WooCommerce';
    src: url("../fonts/WooCommerce.eot");
    src: url("../fonts/WooCommerce.eot?#iefix") format("embedded-opentype"), url("../fonts/WooCommerce.woff") format("woff"), url("../fonts/WooCommerce.ttf") format("truetype"), url("../fonts/WooCommerce.svg#WooCommerce") format("svg");
    font-weight: normal;
    font-style: normal
}

.woocommerce ul.products {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block
}

.woocommerce ul.products:before {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

@media (min-width: 741px) and (max-width: 940px) {
    .woocommerce ul.products li {
        width: 49%;
        margin-right: 2%
    }
    .woocommerce ul.products li:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 741px) {
    .woocommerce ul.products li {
        width: 100%
    }
}

@media (min-width: 940px) {
    .woocommerce ul.products li {
        width: 32%;
        margin-right: 2%
    }
    .woocommerce ul.products li:nth-child(3n) {
        margin-right: 0
    }
}

.woocommerce ul.products li {
    border: 1px solid #d3d3d3;
    float: left;
    margin-bottom: 23px;
    padding-bottom: 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative
}

.woocommerce ul.products li:before {
    display: none
}

.woocommerce ul.products li:hover:before {
    display: block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.woocommerce ul.products li img {
    margin-bottom: 6px;
    width: 100%
}

.woocommerce ul.products li.product-hover {
    position: relative
}

.woocommerce ul.products li.product-hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    z-index: 1
}

.woocommerce ul.products li .tve-product-details-btn {
    background-color: rgba(255, 255, 255, 0.4);
    color: #4b4b4b;
    border: 2px solid #4b4b4b;
    left: 50%;
    margin-left: -78.5px;
    position: absolute;
    top: 120px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    line-height: 12px;
    padding: 12px 16px;
    z-index: 9
}

.woocommerce ul.products li .tve-product-details-btn:hover {
    background-color: rgba(255, 255, 255, 0.6)
}

.woocommerce ul.products li .onsale {
    background-color: #eb6a32;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    left: -5px;
    line-height: 15px;
    padding: 7px 22px;
    position: absolute;
    text-transform: uppercase;
    top: -4px;
    z-index: 2
}

.woocommerce ul.products li a {
    color: inherit;
    text-decoration: none
}

.woocommerce ul.products li a.add_to_cart_button,
.woocommerce ul.products li a.product_type_grouped {
    z-index: 9;
    position: relative;
    background-color: #fff;
    border: 2px solid #387fc8;
    border-radius: 5px;
    color: #387fc8;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    line-height: 12px;
    padding: 12px 16px;
    text-align: center
}

.woocommerce ul.products li a.add_to_cart_button:hover,
.woocommerce ul.products li a.product_type_grouped:hover {
    background-color: #387fc8;
    color: #fff
}

.woocommerce ul.products li a.added_to_cart {
    z-index: 9;
    position: relative
}

.woocommerce ul.products li a.added_to_cart:after {
    line-height: 10px
}

.woocommerce ul.products li h3 {
    color: #5a5a5a;
    font-size: 19px;
    margin: 0;
    margin-bottom: 13px
}

.woocommerce ul.products li span.price {
    display: block;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 20px
}

.woocommerce ul.products li span.price .amount {
    color: #858585
}

.woocommerce ul.products li span.price del {
    color: #bcbcbc
}

.woocommerce ul.products li span.price del .amount {
    color: #bcbcbc
}

.woocommerce ul.products li span.price ins {
    background-color: #fff
}

.woocommerce ul.products li span.price ins .amount {
    background-color: #fff;
    color: #858585;
    font-weight: 600
}

.woocommerce ul.products li .add_to_cart_button,
.woocommerce ul.products li .button.product_type_external {
    position: relative;
    z-index: 9
}

.woocommerce ul.products li .add_to_cart_button.loading,
.woocommerce ul.products li .button.product_type_external.loading {
    text-indent: -9999px
}

@-moz-keyframes loading {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loading {
    to {
        transform: rotate(360deg)
    }
}

@-o-keyframes loading {
    to {
        transform: rotate(360deg)
    }
}

@keyframes loading {
    to {
        transform: rotate(360deg)
    }
}

.woocommerce ul.products li .add_to_cart_button.loading:after,
.woocommerce ul.products li .button.product_type_external.loading:after {
    animation: loading 1s ease infinite;
    -webkit-animation: loading 1s ease infinite;
    border-radius: 100%;
    border-right: 2px solid #387fc8;
    content: "";
    display: inline-block;
    height: 11px;
    width: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5.5px;
    margin-left: -5.5px
}

.woocommerce ul.products li .add_to_cart_button:hover.loading:after,
.woocommerce ul.products li .button.product_type_external:hover.loading:after {
    border-color: #fff
}

.woocommerce .bSeCont ul.products li .added_to_cart,
.woocommerce .bSeCont ul.products li .add_to_cart_button {
    padding: 12px 8px
}

.tve-woocommerce .clearfix-woo:after,
.tve-woocommerce .woocommerce ul.products:after,
.woocommerce .tve-woocommerce ul.products:after,
.tve-woocommerce .col2-set:after,
.tve-woocommerce form.woocommerce-ordering:after,
.tve-woocommerce .cnt ul.products:after,
.tve-woocommerce #review_form #respond:after,
.tve-woocommerce .product .summary.entry-summary:after,
.tve-woocommerce .product .cart:after,
.tve-woocommerce .product .woocommerce-tabs ul.tabs:after,
.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container .comment-text .description:after,
.tve-woocommerce ul#shipping_method li:after,
.tve-woocommerce .cart-collaterals .cart_totals:after,
.tve-woocommerce .cnt .checkout h3#ship-to-different-address:after,
.tve-woocommerce .cnt .checkout .form-row.form-row-wide.create-account:after,
.tve-woocommerce .cnt .bSe ul.order_details:after,
.tve-woocommerce .addresses .address header:after,
.tve-woocommerce .addresses .col-1 header:after,
.tve-woocommerce .addresses .col-2 header:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.tve-woocommerce .clearfix-woo,
.tve-woocommerce .woocommerce ul.products,
.woocommerce .tve-woocommerce ul.products,
.tve-woocommerce .col2-set,
.tve-woocommerce form.woocommerce-ordering,
.tve-woocommerce .cnt ul.products,
.tve-woocommerce #review_form #respond,
.tve-woocommerce .product .summary.entry-summary,
.tve-woocommerce .product .cart,
.tve-woocommerce .product .woocommerce-tabs ul.tabs,
.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container .comment-text .description,
.tve-woocommerce ul#shipping_method li,
.tve-woocommerce .cart-collaterals .cart_totals,
.tve-woocommerce .cnt .checkout h3#ship-to-different-address,
.tve-woocommerce .cnt .checkout .form-row.form-row-wide.create-account,
.tve-woocommerce .cnt .bSe ul.order_details,
.tve-woocommerce .addresses .address header,
.tve-woocommerce .addresses .col-1 header,
.tve-woocommerce .addresses .col-2 header {
    display: inline-block
}

.tve-woocommerce html[xmlns] .clearfix-woo,
.tve-woocommerce html[xmlns] .woocommerce ul.products,
.woocommerce .tve-woocommerce html[xmlns] ul.products,
.tve-woocommerce html[xmlns] .col2-set,
.tve-woocommerce html[xmlns] form.woocommerce-ordering,
.tve-woocommerce html[xmlns] .cnt ul.products,
.tve-woocommerce .cnt html[xmlns] ul.products,
.tve-woocommerce html[xmlns] #review_form #respond,
.tve-woocommerce #review_form html[xmlns] #respond,
.tve-woocommerce html[xmlns] .product .summary.entry-summary,
.tve-woocommerce .product html[xmlns] .summary.entry-summary,
.tve-woocommerce html[xmlns] .product .cart,
.tve-woocommerce .product html[xmlns] .cart,
.tve-woocommerce html[xmlns] .product .woocommerce-tabs ul.tabs,
.tve-woocommerce .product .woocommerce-tabs html[xmlns] ul.tabs,
.tve-woocommerce html[xmlns] .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container .comment-text .description,
.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container .comment-text html[xmlns] .description,
.tve-woocommerce html[xmlns] ul#shipping_method li,
.tve-woocommerce ul#shipping_method html[xmlns] li,
.tve-woocommerce html[xmlns] .cart-collaterals .cart_totals,
.tve-woocommerce .cart-collaterals html[xmlns] .cart_totals,
.tve-woocommerce html[xmlns] .cnt .checkout h3#ship-to-different-address,
.tve-woocommerce .cnt .checkout html[xmlns] h3#ship-to-different-address,
.tve-woocommerce html[xmlns] .cnt .checkout .form-row.form-row-wide.create-account,
.tve-woocommerce .cnt .checkout html[xmlns] .form-row.form-row-wide.create-account,
.tve-woocommerce html[xmlns] .cnt .bSe ul.order_details,
.tve-woocommerce .cnt .bSe html[xmlns] ul.order_details,
.tve-woocommerce html[xmlns] .addresses .address header,
.tve-woocommerce .addresses .address html[xmlns] header,
.tve-woocommerce html[xmlns] .addresses .col-1 header,
.tve-woocommerce .addresses .col-1 html[xmlns] header,
.tve-woocommerce html[xmlns] .addresses .col-2 header,
.tve-woocommerce .addresses .col-2 html[xmlns] header {
    display: block
}

.tve-woocommerce * html .clearfix-woo,
.tve-woocommerce * html .woocommerce ul.products,
.woocommerce .tve-woocommerce * html ul.products,
.tve-woocommerce * html .col2-set,
.tve-woocommerce * html form.woocommerce-ordering,
.tve-woocommerce * html .cnt ul.products,
.tve-woocommerce .cnt * html ul.products,
.tve-woocommerce * html #review_form #respond,
.tve-woocommerce #review_form * html #respond,
.tve-woocommerce * html .product .summary.entry-summary,
.tve-woocommerce .product * html .summary.entry-summary,
.tve-woocommerce * html .product .cart,
.tve-woocommerce .product * html .cart,
.tve-woocommerce * html .product .woocommerce-tabs ul.tabs,
.tve-woocommerce .product .woocommerce-tabs * html ul.tabs,
.tve-woocommerce * html .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container .comment-text .description,
.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container .comment-text * html .description,
.tve-woocommerce * html ul#shipping_method li,
.tve-woocommerce ul#shipping_method * html li,
.tve-woocommerce * html .cart-collaterals .cart_totals,
.tve-woocommerce .cart-collaterals * html .cart_totals,
.tve-woocommerce * html .cnt .checkout h3#ship-to-different-address,
.tve-woocommerce .cnt .checkout * html h3#ship-to-different-address,
.tve-woocommerce * html .cnt .checkout .form-row.form-row-wide.create-account,
.tve-woocommerce .cnt .checkout * html .form-row.form-row-wide.create-account,
.tve-woocommerce * html .cnt .bSe ul.order_details,
.tve-woocommerce .cnt .bSe * html ul.order_details,
.tve-woocommerce * html .addresses .address header,
.tve-woocommerce .addresses .address * html header,
.tve-woocommerce * html .addresses .col-1 header,
.tve-woocommerce .addresses .col-1 * html header,
.tve-woocommerce * html .addresses .col-2 header,
.tve-woocommerce .addresses .col-2 * html header {
    height: 1%
}

.tve-woocommerce .cnt .bSe article .awr {
    border: none
}

.tve-woocommerce .tve-woo-btn,
.tve-woocommerce .woocommerce ul.products li a.added_to_cart,
.woocommerce ul.products li .tve-woocommerce a.added_to_cart,
.tve-woocommerce .woocommerce ul.products li .add_to_cart_button,
.woocommerce ul.products li .tve-woocommerce .add_to_cart_button,
.tve-woocommerce .woocommerce ul.products li .button.product_type_external,
.woocommerce ul.products li .tve-woocommerce .button.product_type_external,
.tve-woocommerce .woocommerce .button,
.tve-woocommerce .cnt ul.products li a.added_to_cart,
.tve-woocommerce .cnt ul.products li .add_to_cart_button,
.tve-woocommerce .cnt ul.products li .button.product_type_external,
.tve-woocommerce .product .cart .single_add_to_cart_button,
.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit input[type="submit"],
.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr td.actions input[type="submit"],
.tve-woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator button,
.tve-woocommerce .cart-collaterals .checkout-button,
.tve-woocommerce .checkout_coupon input[type="submit"],
.tve-woocommerce .cnt .checkout .place-order #place_order,
.tve-woocommerce .addresses .address header a,
.tve-woocommerce .addresses .col-1 header a,
.tve-woocommerce .addresses .col-2 header a {
    background-color: #01aef0;
    border: 2px solid #01aef0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    line-height: 12px;
    padding: 12px 16px;
    text-align: center
}

.tve-woocommerce .tve-woo-btn:hover,
.tve-woocommerce .woocommerce ul.products li a.added_to_cart:hover,
.woocommerce ul.products li .tve-woocommerce a.added_to_cart:hover,
.tve-woocommerce .woocommerce ul.products li .add_to_cart_button:hover,
.woocommerce ul.products li .tve-woocommerce .add_to_cart_button:hover,
.tve-woocommerce .woocommerce ul.products li .button.product_type_external:hover,
.woocommerce ul.products li .tve-woocommerce .button.product_type_external:hover,
.tve-woocommerce .woocommerce .button:hover,
.tve-woocommerce .cnt ul.products li a.added_to_cart:hover,
.tve-woocommerce .cnt ul.products li .add_to_cart_button:hover,
.tve-woocommerce .cnt ul.products li .button.product_type_external:hover,
.tve-woocommerce .product .cart .single_add_to_cart_button:hover,
.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form .form-submit input[type="submit"]:hover,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr td.actions input[type="submit"]:hover,
.tve-woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator button:hover,
.tve-woocommerce .cart-collaterals .checkout-button:hover,
.tve-woocommerce .checkout_coupon input[type="submit"]:hover,
.tve-woocommerce .cnt .checkout .place-order #place_order:hover,
.tve-woocommerce .addresses .address header a:hover,
.tve-woocommerce .addresses .col-1 header a:hover,
.tve-woocommerce .addresses .col-2 header a:hover {
    background-color: #387fc8;
    color: #fff
}

.tve-woocommerce .tve-woo-btn-green,
.tve-woocommerce .woocommerce ul.products li a.added_to_cart,
.woocommerce ul.products li .tve-woocommerce a.added_to_cart,
.tve-woocommerce .cnt ul.products li a.added_to_cart {
    border: 2px solid #8fca6f;
    color: #8fca6f
}

.tve-woocommerce .tve-woo-btn-green:hover,
.tve-woocommerce .woocommerce ul.products li a.added_to_cart:hover,
.woocommerce ul.products li .tve-woocommerce a.added_to_cart:hover,
.tve-woocommerce .cnt ul.products li a.added_to_cart:hover {
    background-color: #8fca6f;
    color: #fff
}

.tve-woocommerce .woocommerce strong {
    font-weight: 400
}

@media (min-width: 772px) {
    .tve-woocommerce .bSe table tr {
        border: none
    }
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table,
.tve-woocommerce table.shop_attributes,
.tve-woocommerce .cart_totals table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ececec
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table>thead>tr>th,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table>tbody>tr>th,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table>tfoot>tr>th,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table>thead>tr>td,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table>tbody>tr>td,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table>tfoot>tr>td,
.tve-woocommerce table.shop_attributes>thead>tr>th,
.tve-woocommerce table.shop_attributes>tbody>tr>th,
.tve-woocommerce table.shop_attributes>tfoot>tr>th,
.tve-woocommerce table.shop_attributes>thead>tr>td,
.tve-woocommerce table.shop_attributes>tbody>tr>td,
.tve-woocommerce table.shop_attributes>tfoot>tr>td,
.tve-woocommerce .cart_totals table>thead>tr>th,
.tve-woocommerce .cart_totals table>tbody>tr>th,
.tve-woocommerce .cart_totals table>tfoot>tr>th,
.tve-woocommerce .cart_totals table>thead>tr>td,
.tve-woocommerce .cart_totals table>tbody>tr>td,
.tve-woocommerce .cart_totals table>tfoot>tr>td {
    padding: 18px;
    line-height: 1.42857143;
    vertical-align: top;
    border: 1px solid #ececec;
    background-color: transparent
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table>thead>tr>th,
.tve-woocommerce table.shop_attributes>thead>tr>th,
.tve-woocommerce .cart_totals table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ececec;
    color: #424242;
    font-size: 17px;
    font-weight: 400
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table>tbody th,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table>tbody td,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table>tfoot th,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table>tfoot td,
.tve-woocommerce table.shop_attributes>tbody th,
.tve-woocommerce table.shop_attributes>tbody td,
.tve-woocommerce table.shop_attributes>tfoot th,
.tve-woocommerce table.shop_attributes>tfoot td,
.tve-woocommerce .cart_totals table>tbody th,
.tve-woocommerce .cart_totals table>tbody td,
.tve-woocommerce .cart_totals table>tfoot th,
.tve-woocommerce .cart_totals table>tfoot td {
    color: #424242;
    font-size: 17px !important
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table>caption+thead>tr:first-child>th,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table>colgroup+thead>tr:first-child>th,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table>thead:first-child>tr:first-child>th,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table>caption+thead>tr:first-child>td,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table>colgroup+thead>tr:first-child>td,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table>thead:first-child>tr:first-child>td,
.tve-woocommerce table.shop_attributes>caption+thead>tr:first-child>th,
.tve-woocommerce table.shop_attributes>colgroup+thead>tr:first-child>th,
.tve-woocommerce table.shop_attributes>thead:first-child>tr:first-child>th,
.tve-woocommerce table.shop_attributes>caption+thead>tr:first-child>td,
.tve-woocommerce table.shop_attributes>colgroup+thead>tr:first-child>td,
.tve-woocommerce table.shop_attributes>thead:first-child>tr:first-child>td,
.tve-woocommerce .cart_totals table>caption+thead>tr:first-child>th,
.tve-woocommerce .cart_totals table>colgroup+thead>tr:first-child>th,
.tve-woocommerce .cart_totals table>thead:first-child>tr:first-child>th,
.tve-woocommerce .cart_totals table>caption+thead>tr:first-child>td,
.tve-woocommerce .cart_totals table>colgroup+thead>tr:first-child>td,
.tve-woocommerce .cart_totals table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table>tbody+tbody,
.tve-woocommerce table.shop_attributes>tbody+tbody,
.tve-woocommerce .cart_totals table>tbody+tbody {
    border-top: 2px solid #ececec
}

.tve-woocommerce .col2-set {
    width: 100%
}

.tve-woocommerce .col2-set .col-1 {
    float: left;
    width: 48%
}

.tve-woocommerce .col2-set .col-2 {
    float: right;
    width: 48%
}

.tve-woocommerce .cnt p {
    color: #5a5a5a;
    font-size: 17px
}

.tve-woocommerce .woocommerce h2,
.tve-woocommerce .woocommerce h3 {
    color: #01aef0;
    font-size: 24px;
    font-weight: 600
}

.tve-woocommerce .woocommerce p {
    color: #5a5a5a;
    font-size: 17px
}

.tve-woocommerce .woocommerce a {
    color: #387fc8;
    text-decoration: none
}

.tve-woocommerce .woocommerce header {
    background: transparent;
    box-shadow: none;
    padding: 0;
    text-align: left;
    border: none
}

.tve-woocommerce .woocommerce header h2,
.tve-woocommerce .woocommerce header h3 {
    color: #5a5a5a;
    font-size: 24px;
    font-weight: 600
}

.tve-woocommerce .woocommerce header:before {
    content: initial
}

.tve-woocommerce .tve-woo-input,
.tve-woocommerce input[type="text"],
.tve-woocommerce input[type="email"],
.tve-woocommerce input[type="password"],
.tve-woocommerce input[type="tel"],
.tve-woocommerce select,
.tve-woocommerce textarea {
    box-sizing: border-box;
    border: 1px solid #ececec;
    color: #5a5a5a;
    font-size: 17px;
    height: 36px;
    padding: 0 15px
}

.tve-woocommerce .tve-woo-input::-webkit-input-placeholder,
.tve-woocommerce input[type="text"]::-webkit-input-placeholder,
.tve-woocommerce input[type="email"]::-webkit-input-placeholder,
.tve-woocommerce input[type="password"]::-webkit-input-placeholder,
.tve-woocommerce input[type="tel"]::-webkit-input-placeholder,
.tve-woocommerce select::-webkit-input-placeholder,
.tve-woocommerce textarea::-webkit-input-placeholder {
    color: #ececec
}

.tve-woocommerce .tve-woo-input:-ms-input-placeholder,
.tve-woocommerce input[type="text"]:-ms-input-placeholder,
.tve-woocommerce input[type="email"]:-ms-input-placeholder,
.tve-woocommerce input[type="password"]:-ms-input-placeholder,
.tve-woocommerce input[type="tel"]:-ms-input-placeholder,
.tve-woocommerce select:-ms-input-placeholder,
.tve-woocommerce textarea:-ms-input-placeholder {
    color: #ececec
}

.tve-woocommerce .tve-woo-input:focus::-webkit-input-placeholder,
.tve-woocommerce input[type="text"]:focus::-webkit-input-placeholder,
.tve-woocommerce input[type="email"]:focus::-webkit-input-placeholder,
.tve-woocommerce input[type="password"]:focus::-webkit-input-placeholder,
.tve-woocommerce input[type="tel"]:focus::-webkit-input-placeholder,
.tve-woocommerce select:focus::-webkit-input-placeholder,
.tve-woocommerce textarea:focus::-webkit-input-placeholder {
    color: transparent
}

.tve-woocommerce .select2-drop-active,
.tve-woocommerce .select2-container-active .select2-choice,
.tve-woocommerce .select2-container-active .select2-choices,
.tve-woocommerce .select2-drop.select2-drop-above.select2-drop-active,
.tve-woocommerce .select2-dropdown-open.select2-drop-above .select2-choice,
.tve-woocommerce .select2-dropdown-open.select2-drop-above .select2-choices {
    border-color: #ececec
}

.tve-woocommerce .select2-container a.select2-choice {
    color: #424242
}

.tve-woocommerce .select2-container .select2-choice {
    border-radius: 0;
    padding: 6px 15px
}

.tve-woocommerce textarea {
    resize: none
}

.tve-woocommerce .bSe .awr .entry-title,
.tve-woocommerce .bSe .awr .page-title {
    color: #5a5a5a;
    font-family: 'Lato', sans-serif;
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 0;
    text-transform: uppercase
}

.tve-woocommerce .bSe .product,
.tve-woocommerce .bSe .products,
.tve-woocommerce .bSe .woocommerce-ordering select,
.tve-woocommerce .bSe button,
.tve-woocommerce .bSe input,
.tve-woocommerce .bSe select,
.tve-woocommerce .bSe .woocommerce-error,
.tve-woocommerce .bSe .woocommerce-info,
.tve-woocommerce .bSe .woocommerce-message,
.tve-woocommerce .bSe table,
.tve-woocommerce .bSe legend,
.tve-woocommerce .bSe .payment_methods {
    font-family: 'Open Sans', sans-serif
}

.tve-woocommerce .quantity input[type="number"].input-text.qty.text {
    border: 1px solid #ececec;
    color: #5a5a5a;
    float: left;
    font-size: 19px;
    font-weight: 600;
    height: 40px;
    padding: 0;
    text-align: center;
    width: 50px
}

.tve-woocommerce input[type=number]::-webkit-outer-spin-button,
.tve-woocommerce input[type=number]::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none
}

.tve-woocommerce input[type=number] {
    -moz-appearance: textfield
}

.tve-woocommerce .cnt p.woocommerce-result-count {
    color: #858585ice;
    float: left;
    font-size: 15px;
    margin-top: 6px
}

.tve-woocommerce form.woocommerce-ordering {
    float: right
}

.tve-woocommerce form.woocommerce-ordering select.orderby {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    color: #858585;
    font-size: 15px;
    padding: 6px 6px
}

@media (max-width: 540px) {
    .tve-woocommerce form.woocommerce-ordering {
        width: 100%
    }
    .tve-woocommerce form.woocommerce-ordering select {
        width: 100%;
        margin-bottom: 20px
    }
}

.tve-woocommerce .cnt ul.products {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block
}

.tve-woocommerce .cnt ul.products:before {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

@media (min-width: 741px) and (max-width: 940px) {
    .tve-woocommerce .cnt ul.products li {
        width: 49%;
        margin-right: 2%
    }
    .tve-woocommerce .cnt ul.products li:nth-child(2n) {
        margin-right: 0
    }
}

@media (max-width: 741px) {
    .tve-woocommerce .cnt ul.products li {
        width: 100%
    }
}

@media (min-width: 940px) {
    .tve-woocommerce .cnt ul.products li {
        width: 32%;
        margin-right: 2%
    }
    .tve-woocommerce .cnt ul.products li:nth-child(3n) {
        margin-right: 0
    }
}

.tve-woocommerce .cnt ul.products li {
    border: 1px solid #d3d3d3;
    float: left;
    margin-bottom: 23px;
    padding-bottom: 20px;
    box-sizing: border-box;
    text-align: center
}

.tve-woocommerce .cnt ul.products li:before {
    display: none
}

.tve-woocommerce .cnt ul.products li:hover:before {
    display: block;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.tve-woocommerce .cnt ul.products li img {
    margin-bottom: 6px;
    width: 100%
}

.tve-woocommerce .cnt ul.products li.product-hover {
    position: relative
}

.tve-woocommerce .cnt ul.products li.product-hover:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background-color: rgba(255, 255, 255, 0.3);
    content: "";
    z-index: 1
}

.tve-woocommerce .cnt ul.products li .tve-product-details-btn {
    background-color: rgba(255, 255, 255, 0.4);
    color: #4b4b4b;
    border: 2px solid #4b4b4b;
    left: 50%;
    margin-left: -78.5px;
    position: absolute;
    top: 120px;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    line-height: 12px;
    padding: 12px 16px;
    z-index: 9
}

.tve-woocommerce .cnt ul.products li .tve-product-details-btn:hover {
    background-color: rgba(255, 255, 255, 0.6)
}

.tve-woocommerce .cnt ul.products li .onsale {
    background-color: #eb6a32;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    left: -5px;
    line-height: 15px;
    padding: 7px 22px;
    position: absolute;
    text-transform: uppercase;
    top: -4px;
    z-index: 2
}

.tve-woocommerce .cnt ul.products li a {
    color: inherit;
    text-decoration: none
}

.tve-woocommerce .cnt ul.products li a.add_to_cart_button,
.tve-woocommerce .cnt ul.products li a.product_type_grouped {
    z-index: 9;
    position: relative
}

.tve-woocommerce .cnt ul.products li a.added_to_cart {
    z-index: 9;
    position: relative
}

.tve-woocommerce .cnt ul.products li a.added_to_cart:after {
    line-height: 10px
}

.tve-woocommerce .cnt ul.products li h3 {
    color: #5a5a5a;
    font-size: 19px;
    margin: 0;
    margin-bottom: 13px
}

.tve-woocommerce .cnt ul.products li span.price {
    display: block;
    font-size: 17px;
    line-height: 17px;
    margin-bottom: 20px
}

.tve-woocommerce .cnt ul.products li span.price .amount {
    color: #858585
}

.tve-woocommerce .cnt ul.products li span.price del {
    color: #bcbcbc
}

.tve-woocommerce .cnt ul.products li span.price del .amount {
    color: #bcbcbc
}

.tve-woocommerce .cnt ul.products li span.price ins {
    background-color: #fff
}

.tve-woocommerce .cnt ul.products li span.price ins .amount {
    background-color: #fff;
    color: #858585;
    font-weight: 600
}

.tve-woocommerce .cnt ul.products li .add_to_cart_button,
.tve-woocommerce .cnt ul.products li .button.product_type_external {
    position: relative;
    z-index: 9
}

.tve-woocommerce .cnt ul.products li .add_to_cart_button.loading,
.tve-woocommerce .cnt ul.products li .button.product_type_external.loading {
    text-indent: -9999px
}

@-moz-keyframes loading {
    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes loading {
    to {
        transform: rotate(360deg)
    }
}

@-o-keyframes loading {
    to {
        transform: rotate(360deg)
    }
}

@keyframes loading {
    to {
        transform: rotate(360deg)
    }
}

.tve-woocommerce .cnt ul.products li .add_to_cart_button.loading:after,
.tve-woocommerce .cnt ul.products li .button.product_type_external.loading:after {
    animation: loading 1s ease infinite;
    -webkit-animation: loading 1s ease infinite;
    border-radius: 100%;
    border-right: 2px solid #387fc8;
    content: "";
    display: inline-block;
    height: 11px;
    width: 11px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -5.5px;
    margin-left: -5.5px
}

.tve-woocommerce .cnt ul.products li .add_to_cart_button:hover.loading:after,
.tve-woocommerce .cnt ul.products li .button.product_type_external:hover.loading:after {
    border-color: #fff
}

.tve-woocommerce .cnt .bSeCont ul.products li .added_to_cart,
.tve-woocommerce .cnt .bSeCont ul.products li .add_to_cart_button {
    padding: 12px 8px
}

.tve-woocommerce .star-rating {
    font-family: 'star';
    font-size: 15px;
    height: 15px;
    letter-spacing: 3px;
    line-height: 15px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 92px
}

.tve-woocommerce .star-rating:before {
    color: #ffd11a;
    content: "\73\73\73\73\73";
    float: left;
    left: 0;
    position: absolute;
    top: 0
}

.tve-woocommerce .star-rating span {
    color: #ffd11a;
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 20px;
    position: absolute;
    top: 0
}

.tve-woocommerce .star-rating span:before {
    content: "\53\53\53\53\53";
    left: 0;
    position: absolute;
    top: 0
}

.tve-woocommerce .woocommerce-product-rating {
    display: block;
    line-height: 2em
}

.tve-woocommerce .woocommerce-product-rating .star-rating {
    float: left;
    margin: 8px 4px 0 0
}

.tve-woocommerce .products .star-rating {
    display: block;
    float: none;
    margin-bottom: 18px
}

.tve-woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0 0
}

.tve-woocommerce #review_form #respond {
    background: transparent none;
    border: 0;
    margin: 0;
    padding: 0 0 0;
    position: static;
    width: auto
}

.tve-woocommerce #review_form #respond p {
    margin: 0 0 10px
}

.tve-woocommerce #review_form #respond .form-submit input {
    left: auto
}

.tve-woocommerce #review_form #respond textarea {
    box-sizing: border-box;
    width: 100%
}

.tve-woocommerce p.stars {
    font-size: 1em;
    position: relative
}

.tve-woocommerce p.stars a {
    display: inline-block;
    font-weight: 700;
    margin-right: 1em;
    position: relative;
    text-indent: -9999px
}

.tve-woocommerce p.stars a:last-child {
    border-right: 0
}

.tve-woocommerce p.stars a.star-1,
.tve-woocommerce p.stars a.star-2,
.tve-woocommerce p.stars a.star-3,
.tve-woocommerce p.stars a.star-4,
.tve-woocommerce p.stars a.star-5 {
    border-right: 1px solid #ffd11a
}

.tve-woocommerce p.stars a.star-1:after,
.tve-woocommerce p.stars a.star-2:after,
.tve-woocommerce p.stars a.star-3:after,
.tve-woocommerce p.stars a.star-4:after,
.tve-woocommerce p.stars a.star-5:after {
    font-family: "WooCommerce";
    left: 0;
    position: absolute;
    text-indent: 0;
    top: 0
}

.tve-woocommerce p.stars a.star-1 {
    width: 2em
}

.tve-woocommerce p.stars a.star-1:after {
    content: "\e021"
}

.tve-woocommerce p.stars a.star-1:hover:after,
.tve-woocommerce p.stars a.star-1.active:after {
    content: "\e020"
}

.tve-woocommerce p.stars a.star-2 {
    width: 3em
}

.tve-woocommerce p.stars a.star-2:after {
    content: "\e021\e021"
}

.tve-woocommerce p.stars a.star-2:hover:after,
.tve-woocommerce p.stars a.star-2.active:after {
    content: "\e020\e020"
}

.tve-woocommerce p.stars a.star-3 {
    width: 4em
}

.tve-woocommerce p.stars a.star-3:after {
    content: "\e021\e021\e021"
}

.tve-woocommerce p.stars a.star-3:hover:after,
.tve-woocommerce p.stars a.star-3.active:after {
    content: "\e020\e020\e020"
}

.tve-woocommerce p.stars a.star-4 {
    width: 5em
}

.tve-woocommerce p.stars a.star-4:after {
    content: "\e021\e021\e021\e021"
}

.tve-woocommerce p.stars a.star-4:hover:after,
.tve-woocommerce p.stars a.star-4.active:after {
    content: "\e020\e020\e020\e020"
}

.tve-woocommerce p.stars a.star-5 {
    border: 0;
    width: 6em
}

.tve-woocommerce p.stars a.star-5:after {
    content: "\e021\e021\e021\e021\e021"
}

.tve-woocommerce p.stars a.star-5:hover:after,
.tve-woocommerce p.stars a.star-5.active:after {
    content: "\e020\e020\e020\e020\e020"
}

.tve-woocommerce .bSe .woocommerce-pagination ul.page-numbers {
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    background-image: none;
    height: auto;
    display: block
}

.tve-woocommerce .bSe .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
    background-color: transparent;
    line-height: 20px
}

.tve-woocommerce .bSe .woocommerce-pagination ul.page-numbers li:before {
    display: none
}

.tve-woocommerce .bSe .woocommerce-pagination ul.page-numbers li span.page-numbers.current {
    border: 1px solid #d3d3d3;
    padding: 6px 14px;
    background-color: transparent;
    line-height: 20px;
    height: auto
}

.tve-woocommerce .bSe .woocommerce-pagination ul.page-numbers li a {
    border: 1px solid #d3d3d3;
    color: #858585;
    padding: 6px 14px;
    text-decoration: none;
    line-height: 20px;
    height: auto;
    background-color: transparent
}

.tve-woocommerce .bSe .woocommerce-pagination ul.page-numbers li a:hover {
    background-color: #387fc8;
    border-color: #387fc8;
    color: #fff
}

.tve-woocommerce .product {
    position: relative
}

.tve-woocommerce .product .onsale {
    background-color: #eb6a32;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    left: -5px;
    line-height: 15px;
    padding: 7px 22px;
    position: absolute;
    text-transform: uppercase;
    top: -4px
}

.tve-woocommerce .product .images {
    float: left;
    padding-right: 22px;
    width: 50%;
    box-sizing: border-box
}

.tve-woocommerce .product .images img {
    width: 100%
}

.tve-woocommerce .product .images .thumbnails a {
    border: none;
    float: left;
    height: auto;
    margin-bottom: 5px;
    margin-right: 1%;
    width: 24.25%
}

.tve-woocommerce .product .images .thumbnails a img {
    display: block
}

.tve-woocommerce .product .images .thumbnails a img:hover {
    outline: 1px solid #4286cb
}

.tve-woocommerce .product .images .thumbnails a:nth-child(4n) {
    margin-right: 0
}

.tve-woocommerce .product .summary.entry-summary {
    float: left;
    width: 50%
}

.tve-woocommerce .product .summary.entry-summary table.variations {
    border: none
}

.tve-woocommerce .product .summary.entry-summary h1.product_title {
    text-transform: initial;
    color: #5a5a5a;
    font-size: 28px;
    font-weight: 600
}

.tve-woocommerce .product .summary.entry-summary a.woocommerce-review-link {
    color: #858585;
    font-size: 15px;
    text-decoration: none
}

.tve-woocommerce .product .summary.entry-summary .price {
    font-size: 24px
}

.tve-woocommerce .product .summary.entry-summary .price>span.amount {
    color: #bcbcbc
}

.tve-woocommerce .product .summary.entry-summary .price del {
    color: #bcbcbc
}

.tve-woocommerce .product .summary.entry-summary .price ins {
    background-color: #fff;
    color: #858585
}

.tve-woocommerce .product .summary.entry-summary p {
    color: #5a5a5a;
    font-size: 17px
}

@media (max-width: 727px) {
    .tve-woocommerce .product .summary.entry-summary,
    .tve-woocommerce .product .images {
        width: 100%;
        float: none
    }
}

.tve-woocommerce .product .cart {
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    display: block;
    margin-bottom: 20px;
    padding: 24px 0
}

.tve-woocommerce .product .cart .single_add_to_cart_button {
    float: left;
    margin-left: 24px
}

.tve-woocommerce .product .cart .single_add_to_cart_button:hover {
    background-color: #387fc8;
    color: #fff
}

.tve-woocommerce .product table.variations tbody tr td {
    border: none
}

.tve-woocommerce .product table.variations tbody tr td.label {
    font-weight: 600;
    padding: 10px 10px 10px 0
}

.tve-woocommerce .product table.variations tbody tr td.value select {
    border: 1px solid #ececec;
    height: 36px;
    margin-right: 10px;
    padding: 0 15px
}

.tve-woocommerce .product table.variations tbody tr td.value a.reset_variations {
    color: #387fc8;
    text-decoration: none
}

.tve-woocommerce .product .product_meta {
    color: #858585;
    font-size: 17px
}

.tve-woocommerce .product .product_meta a {
    color: #5a5a5a;
    text-decoration: none
}

.tve-woocommerce .product .woocommerce-tabs {
    clear: both;
    padding-top: 15px
}

.tve-woocommerce .product .woocommerce-tabs ul.tabs {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    padding-right: 22px;
    box-sizing: border-box;
    width: 100%
}

.tve-woocommerce .product .woocommerce-tabs ul.tabs li:before {
    display: none
}

@media (max-width: 1080px) {
    .tve-woocommerce .product .woocommerce-tabs ul.tabs li {
        margin-bottom: 5px;
        display: block
    }
    .tve-woocommerce .product .woocommerce-tabs ul.tabs li a {
        border: 1px solid #ececec;
        color: #858585;
        display: block;
        font-size: 17px;
        line-height: 12px;
        padding: 5px 50px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
        border-radius: 5px
    }
    .tve-woocommerce .product .woocommerce-tabs ul.tabs li a:hover {
        border-color: #387fc8;
        color: #387fc8
    }
}

@media (min-width: 1080px) {
    .tve-woocommerce .product .woocommerce-tabs ul.tabs li {
        display: table-cell;
        width: 1%
    }
    .tve-woocommerce .product .woocommerce-tabs ul.tabs li a {
        border: 1px solid #ececec;
        color: #858585;
        display: block;
        font-size: 17px;
        line-height: 20px;
        padding: 10px 50px;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase
    }
    .tve-woocommerce .product .woocommerce-tabs ul.tabs li a:hover {
        border-color: #387fc8;
        color: #387fc8
    }
    .tve-woocommerce .product .woocommerce-tabs ul.tabs li.active a {
        border-color: #387fc8;
        color: #387fc8
    }
    .tve-woocommerce .product .woocommerce-tabs ul.tabs li:first-child a {
        border-bottom-left-radius: 5px;
        border-top-left-radius: 5px
    }
    .tve-woocommerce .product .woocommerce-tabs ul.tabs li:last-child a {
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px
    }
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-description {
    color: #5a5a5a;
    font-size: 17px
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-description h2 {
    line-height: 22px;
    font-size: 24px;
    color: #5a5a5a;
    font-weight: 600
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews h2 {
    color: #5a5a5a;
    font-size: 24px;
    font-weight: 600
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments h2 {
    margin-bottom: 20px
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist {
    margin: 0;
    padding: 0
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li {
    border-bottom: 1px solid #ededed;
    display: block;
    margin-bottom: 30px
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container {
    display: inline-block;
    position: relative;
    width: 100%
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container img {
    border: 1px solid #d3d3d3;
    left: 0;
    position: absolute;
    top: 0;
    border-radius: 0
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container .comment-text {
    position: relative
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container .comment-text .star-rating {
    left: 72px;
    position: absolute;
    top: 34px
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container .comment-text .meta {
    font-size: 17px;
    left: 72px;
    position: absolute;
    top: 0;
    visibility: hidden
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container .comment-text .meta strong {
    color: #5a5a5a;
    font-weight: 600;
    visibility: visible
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container .comment-text .meta time {
    color: #959595;
    font-weight: 400;
    margin-left: -12px;
    visibility: visible
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container .comment-text .meta time:before {
    content: " - "
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container .comment-text .description {
    left: 0;
    position: inherit;
    top: 73px
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container .comment-text .description p {
    color: #5a5a5a;
    font-size: 17px;
    line-height: 25px;
    padding-bottom: 23px
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #comments ol.commentlist li .comment_container:after {
    content: " ";
    display: inline-block
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond {
    width: 100%
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond h3.comment-reply-title {
    color: #5a5a5a;
    font-size: 24px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 0
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form {
    width: 100%
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form label {
    color: #5a5a5a;
    display: block;
    font-size: 17px;
    margin-bottom: 7px
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form input[type="text"] {
    display: block;
    height: 48px;
    max-width: 415px;
    padding-left: 10px;
    padding-right: 10px
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form input[type="text"]:focus,
.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form input[type="text"]:hover {
    border: 1px solid #b1b1b1
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating {
    margin: 20px 0 20px
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating a {
    border: 1px solid #ececec;
    color: #5a5a5a;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    padding: 7px 12px;
    text-decoration: none;
    text-indent: initial;
    width: 100px
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating a.active {
    border-color: #b1b1b1
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating a:hover {
    border-color: #387fc8
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-rating a:after {
    color: #ffd11a;
    left: 32px;
    top: 7px
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-comment textarea {
    border: 1px solid #ececec;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 100px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%
}

.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-comment textarea:focus,
.tve-woocommerce .product .woocommerce-tabs .panel.entry-content#tab-reviews #reviews #review_form_wrapper #review_form .comment-respond .comment-form .comment-form-comment textarea:hover {
    border: 1px solid #b1b1b1
}

.tve-woocommerce .product .related.products h2,
.tve-woocommerce .product .upsells.products h2,
.tve-woocommerce .product .panel.entry-content h2 {
    color: #5a5a5a;
    font-size: 24px;
    font-weight: 600;
    line-height: 22px
}

.tve-woocommerce .product table.shop_attributes th,
.tve-woocommerce .product table.shop_attributes td {
    background: transparent;
    border-color: #ececec
}

.tve-woocommerce .product table.shop_attributes th {
    font-weight: 600
}

.tve-woocommerce .cnt article .woocommerce-message,
.tve-woocommerce .cnt article .woocommerce-error,
.tve-woocommerce .cnt article .woocommerce-info {
    border-radius: 5px;
    color: #5a5a5a;
    font-size: 17px;
    font-weight: 400;
    list-style: none;
    margin: 0 0 10px 0;
    padding: 13px 10px 13px 47px;
    position: relative;
    width: auto
}

.tve-woocommerce .cnt article .woocommerce-message:before,
.tve-woocommerce .cnt article .woocommerce-error:before,
.tve-woocommerce .cnt article .woocommerce-info:before {
    display: block;
    font-family: 'FontAwesome';
    font-size: 16px;
    left: 15px;
    position: absolute;
    top: 16px
}

.tve-woocommerce .cnt article .woocommerce-message .button,
.tve-woocommerce .cnt article .woocommerce-error .button,
.tve-woocommerce .cnt article .woocommerce-info .button {
    float: right
}

.tve-woocommerce .cnt article .woocommerce-message li,
.tve-woocommerce .cnt article .woocommerce-error li,
.tve-woocommerce .cnt article .woocommerce-info li {
    list-style: none;
    margin: 0 !important
}

.tve-woocommerce .cnt article .woocommerce-message li:before,
.tve-woocommerce .cnt article .woocommerce-error li:before,
.tve-woocommerce .cnt article .woocommerce-info li:before {
    display: none
}

.tve-woocommerce .cnt article .woocommerce-message a,
.tve-woocommerce .cnt article .woocommerce-error a,
.tve-woocommerce .cnt article .woocommerce-info a {
    color: #387fc8;
    text-decoration: none
}

.tve-woocommerce .cnt article .woocommerce-message {
    border: 1px solid #8fca6f
}

.tve-woocommerce .cnt article .woocommerce-message a {
    color: #8fca6f;
    font-weight: 600;
    text-decoration: underline
}

.tve-woocommerce .cnt article .woocommerce-message:before {
    color: #8fca6f;
    content: "\f058"
}

.tve-woocommerce .cnt article .woocommerce-info {
    border: 1px solid #387fc8
}

.tve-woocommerce .cnt article .woocommerce-info:before {
    color: #387fc8;
    content: "\f05a"
}

.tve-woocommerce .cnt article .woocommerce-error {
    border: 1px solid #d05621
}

.tve-woocommerce .cnt article .woocommerce-error:before {
    color: #d05621;
    content: "\f071";
    top: 13px
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart {
    border: none
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart thead tr {
    border: 1px solid #ececec
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart thead tr th {
    border: none
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr {
    height: 100%
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr td {
    font-size: 17px
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr td.actions {
    border: none
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr.cart_item td.product-remove {
    border-left: 1px solid #ececec;
    padding-left: 0;
    text-align: center
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr.cart_item td.product-remove a.remove {
    color: #fff;
    font-size: 0;
    text-decoration: none
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr.cart_item td.product-remove a.remove:after {
    color: #858585;
    content: "\f05c";
    font-family: 'FontAwesome';
    font-size: 21px
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr.cart_item td.product-remove a.remove:hover:after {
    color: #d05621
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr.cart_item td.product-thumbnail,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr.cart_item td.product-name,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr.cart_item td.product-price,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr.cart_item td.product-quantity,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr.cart_item td.product-subtotal {
    border: none;
    border-bottom: 1px solid #ececec
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr.cart_item td.product-thumbnail img {
    border: 1px solid #d5d5d5;
    height: 54px;
    width: 54px
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr.cart_item td.product-thumbnail img:hover {
    border-color: #387fc8
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr.cart_item td.product-name a {
    color: #387fc8;
    text-decoration: none
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr.cart_item td.product-price,
.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr.cart_item td.product-subtotal {
    color: #858585
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr.cart_item td.product-subtotal {
    border-right: 1px solid #ececec
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr td {
    line-height: normal;
    padding: 10px 0 5px 10px;
    vertical-align: middle
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr td.actions {
    border: none;
    padding: 10px 0;
    text-align: right
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr td.actions .coupon {
    display: inline-block;
    float: left
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr td.actions .coupon label {
    display: none
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr td.actions .coupon input[type="text"] {
    float: left;
    height: 38px;
    margin-right: 10px
}

.tve-woocommerce .bSe .awr .woocommerce table.shop_table.cart tbody tr td.actions input[type="submit"] {
    border-width: 1px
}

.tve-woocommerce ul#shipping_method {
    list-style: none;
    padding: 0;
    margin: 0
}

.tve-woocommerce ul#shipping_method li {
    display: block
}

.tve-woocommerce ul#shipping_method li:before {
    display: none
}

.tve-woocommerce ul#shipping_method li input[type="radio"] {
    margin-top: 8px
}

.tve-woocommerce ul#shipping_method li input[type="radio"],
.tve-woocommerce ul#shipping_method li label {
    display: inline-block;
    float: left
}

.tve-woocommerce .cart-collaterals h2 a {
    color: #5a5a5a;
    font-size: 24px;
    font-weight: 600
}

.tve-woocommerce .cart-collaterals .cart_totals {
    display: block
}

.tve-woocommerce .cart-collaterals .cart_totals table {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ececec;
    border-left: none
}

.tve-woocommerce .cart-collaterals .cart_totals table ul#shipping_method input[type="radio"] {
    margin-top: 4px
}

.tve-woocommerce .cart-collaterals .cart_totals table ul#shipping_method label {
    font-size: 17px;
    line-height: 21px
}

.tve-woocommerce .cart-collaterals .cart_totals table td,
.tve-woocommerce .cart-collaterals .cart_totals table th {
    border: none;
    padding: 0 0 20px 0
}

.tve-woocommerce .cart-collaterals .cart_totals table tr th {
    background: none;
    color: #424242;
    font-size: 17px;
    font-weight: 500;
    padding-right: 10px;
    text-align: left;
    width: 40%
}

.tve-woocommerce .cart-collaterals .cart_totals table tr td {
    color: #858585
}

.tve-woocommerce .cart-collaterals .cart_totals table tr.order-total td {
    color: #424242;
    font-weight: 600
}

.tve-woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
    width: 250px
}

.tve-woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator input[type="text"],
.tve-woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator select {
    display: block;
    margin-right: 10px;
    box-sizing: border-box;
    width: 100%
}

.tve-woocommerce .cart-collaterals .cart_totals .woocommerce-shipping-calculator button {
    border-width: 1px
}

.tve-woocommerce .cart-collaterals .checkout-button {
    text-decoration: none
}

.tve-woocommerce .checkout_coupon .form-row {
    display: inline-block;
    float: left
}

.tve-woocommerce .checkout_coupon input[type="submit"] {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-left: 5px
}

.tve-woocommerce .cnt .checkout .col2-set {
    display: block
}

// .tve-woocommerce .cnt .checkout .col2-set .col-1,
// .tve-woocommerce .cnt .checkout .col2-set .col-2 {
//     float: none;
//     width: 100%
// }
.tve-woocommerce .cnt .checkout h3 {
    font-size: 24px;
    font-weight: 600
}

.tve-woocommerce .cnt .checkout h3#ship-to-different-address label {
    float: left
}

.tve-woocommerce .cnt .checkout h3#ship-to-different-address input[type="checkbox"] {
    float: right;
    margin-top: 14px
}

.tve-woocommerce .cnt .checkout input[type="text"],
.tve-woocommerce .cnt .checkout input[type="tel"] {
    display: block;
    width: 100%;
    box-sizing: border-box
}

.tve-woocommerce .cnt .checkout label {
    font-weight: 400
}

.tve-woocommerce .cnt .checkout #order_comments_field textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    height: 100px;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 100%
}

.tve-woocommerce .cnt .checkout #order_review table.shop_table td,
.tve-woocommerce .cnt .checkout #order_review table.shop_table th {
    background: none;
    border-color: #ececec;
    padding: 20px 26px;
    text-align: left
}

.tve-woocommerce .cnt .checkout #order_review table.shop_table tbody tr td .product-quantity {
    font-weight: 600
}

.tve-woocommerce .cnt .checkout #order_review table.shop_table tfoot tr th,
.tve-woocommerce .cnt .checkout #order_review table.shop_table thead tr th {
    font-weight: 600
}

.tve-woocommerce .cnt .checkout #order_review table.shop_table tfoot tr.order-total td,
.tve-woocommerce .cnt .checkout #order_review table.shop_table thead tr.order-total td {
    font-weight: 600
}

.tve-woocommerce .cnt .checkout .form-row.form-row-wide.create-account input[type="checkbox"] {
    margin-top: 1px
}

.tve-woocommerce .cnt .checkout .form-row.form-row-wide.create-account label {
    float: left
}

.tve-woocommerce #payment ul.payment_methods {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0
}

.tve-woocommerce #payment ul.payment_methods li {
    border-bottom: 1px solid #ececec;
    line-height: 32px;
    padding: 21px 0 11px 0;
    vertical-align: middle
}

.tve-woocommerce #payment ul.payment_methods li:before {
    display: none
}

.tve-woocommerce #payment ul.payment_methods li label {
    color: #5a5a5a;
    display: inline-block;
    font-size: 17px
}

.tve-woocommerce #payment ul.payment_methods li input[type="radio"] {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 10.4px
}

.tve-woocommerce #payment ul.payment_methods li:first-child {
    border-top: 1px solid #ececec
}

.tve-woocommerce #payment ul.payment_methods li.payment_method_paypal img {
    box-shadow: none;
    margin: -2px .5em 0 .5em;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 100px
}

.tve-woocommerce #payment ul.payment_methods li .payment_box {
    margin-left: 28px
}

.tve-woocommerce #payment ul.payment_methods li .payment_box p {
    color: #858585;
    font-weight: 400
}

.tve-woocommerce label {
    display: block;
    margin-bottom: 10px
}

.tve-woocommerce abbr.required,
.tve-woocommerce .required {
    border: none;
    color: #5a5a5a
}

.tve-woocommerce .cnt .bSe ul.order_details {
    border: 1px solid #ececec;
    list-style: none;
    margin: 0 0 1.5em;
    padding-left: 0;
    box-sizing: border-box;
    width: 100%
}

.tve-woocommerce .cnt .bSe ul.order_details li {
    border-right: 1px solid #ececec;
    color: #818181;
    float: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 14px 26px 16px 26px;
    text-transform: uppercase;
    margin-bottom: 0
}

.tve-woocommerce .cnt .bSe ul.order_details li:before {
    display: none
}

.tve-woocommerce .cnt .bSe ul.order_details li strong {
    color: #5a5a5a;
    display: block;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: none
}

.tve-woocommerce .cnt .bSe ul.order_details li:last-of-type {
    border: none
}

@media (max-width: 1080px) {
    .tve-woocommerce .cnt .bSe ul.order_details {
        border-color: transparent
    }
    .tve-woocommerce .cnt .bSe ul.order_details li {
        border-color: transparent;
        width: 100%;
        padding: 0 0 10px 0
    }
}

.tve-woocommerce table.order_details a,
.tve-woocommerce table.customer_details a {
    color: #424242;
    font-size: 17px;
    text-decoration: none
}

.tve-woocommerce table.order_details .product-quantity,
.tve-woocommerce table.customer_details .product-quantity {
    color: #424242;
    font-size: 17px;
    font-weight: 600
}

.tve-woocommerce table.order_details .product-name,
.tve-woocommerce table.order_details .product-total,
.tve-woocommerce table.customer_details .product-name,
.tve-woocommerce table.customer_details .product-total {
    font-weight: 400
}

.tve-woocommerce table.order_details td,
.tve-woocommerce table.order_details th,
.tve-woocommerce table.customer_details td,
.tve-woocommerce table.customer_details th {
    background: none;
    border-color: #ececec;
    padding: 20px 26px;
    text-align: left
}

.tve-woocommerce table.order_details tbody tr td,
.tve-woocommerce table.customer_details tbody tr td {
    color: #858585
}

.tve-woocommerce table.order_details tbody tr td .product-quantity,
.tve-woocommerce table.customer_details tbody tr td .product-quantity {
    font-weight: 600
}

.tve-woocommerce table.order_details tfoot tr th,
.tve-woocommerce table.order_details thead tr th,
.tve-woocommerce table.customer_details tfoot tr th,
.tve-woocommerce table.customer_details thead tr th {
    color: #424242;
    font-weight: 600
}

.tve-woocommerce table.order_details tfoot tr td,
.tve-woocommerce table.order_details thead tr td,
.tve-woocommerce table.customer_details tfoot tr td,
.tve-woocommerce table.customer_details thead tr td {
    color: #858585
}

.tve-woocommerce table.order_details tfoot tr td .amount,
.tve-woocommerce table.order_details thead tr td .amount,
.tve-woocommerce table.customer_details tfoot tr td .amount,
.tve-woocommerce table.customer_details thead tr td .amount {
    font-weight: 600
}

.tve-woocommerce table.order_details tfoot tr.order-total td,
.tve-woocommerce table.order_details thead tr.order-total td,
.tve-woocommerce table.customer_details tfoot tr.order-total td,
.tve-woocommerce table.customer_details thead tr.order-total td {
    font-weight: 600
}

.tve-woocommerce .woocommerce table.my_account_orders th {
    font-size: 17px;
    padding: 13px 10px
}

.tve-woocommerce .woocommerce table.my_account_orders tr,
.tve-woocommerce .woocommerce table.my_account_orders th {
    background: none
}

.tve-woocommerce .woocommerce table.my_account_orders td,
.tve-woocommerce .woocommerce table.my_account_orders th {
    border-color: #ececec
}

.tve-woocommerce .woocommerce table.my_account_orders td.order-actions {
    text-align: center
}

.tve-woocommerce .woocommerce table.my_account_orders td.order-actions a {
    font-size: 17px;
    padding: 9px 13px;
    border: none;
    background-color: transparent
}

.tve-woocommerce .woocommerce table.my_account_orders td.order-actions a:hover {
    background-color: transparent;
    color: #387fc8
}

.tve-woocommerce .woocommerce fieldset legend {
    color: #5a5a5a;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px
}

.tve-woocommerce .woocommerce .form-row {
    box-sizing: border-box
}

.tve-woocommerce .woocommerce .form-row label {
    display: block
}

.tve-woocommerce .woocommerce .form-row input[type="text"],
.tve-woocommerce .woocommerce .form-row input[type="email"],
.tve-woocommerce .woocommerce .form-row input[type="password"],
.tve-woocommerce .woocommerce .form-row input[type="tel"] {
    display: block;
    width: 100%
}

.tve-woocommerce .addresses .address,
.tve-woocommerce .addresses .col-1,
.tve-woocommerce .addresses .col-2 {
    border: 1px solid #ececec;
    padding: 0 19px;
    box-sizing: border-box
}

.tve-woocommerce .addresses .address header,
.tve-woocommerce .addresses .col-1 header,
.tve-woocommerce .addresses .col-2 header {
    display: block
}

.tve-woocommerce .addresses .address header h3,
.tve-woocommerce .addresses .col-1 header h3,
.tve-woocommerce .addresses .col-2 header h3 {
    color: #5a5a5a;
    float: left;
    font-size: 19px;
    font-weight: 600;
    margin: 22px 0 26px 0
}

.tve-woocommerce .addresses .address header a,
.tve-woocommerce .addresses .col-1 header a,
.tve-woocommerce .addresses .col-2 header a {
    float: right;
    font-size: 16px;
    margin-top: 17px;
    padding: 9px 13px
}

.tve-woocommerce .addresses .address address,
.tve-woocommerce .addresses .col-1 address,
.tve-woocommerce .addresses .col-2 address {
    color: #5a5a5a;
    font-size: 17px;
    line-height: 28px
}

.tve-woocommerce #customer_login input[type="submit"] {
    margin-bottom: 10px
}

@media screen and (max-width: 772px) {
    .tve-woocommerce table.shop_table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item {
        margin-bottom: 40px !important;
        display: block;
        position: relative;
        border: none !important
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item td {
        border: none !important
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item td.product-remove {
        width: 33px;
        padding: 0 !important
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item td.product-remove a.remove::after {
        font-size: 32px !important
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item td.product-thumbnail {
        height: 50px
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item td.product-thumbnail:before {
        content: "IMAGE"
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item td.product-thumbnail a {
        float: right
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item td.product-name:before {
        content: "PRODUCT"
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item td.product-name a {
        float: right
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item td.product-price:before {
        content: "PRICE"
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item td.product-price .amount {
        float: right
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item td.product-quantity {
        height: 44px
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item td.product-quantity:before {
        content: "QUANTITY"
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item td.product-quantity .quantity {
        float: right
    }
    .tve-woocommerce table.shop_table tbody tr.cart_item td.product-subtotal {
        border-bottom: 1px solid #ececec !important
    }
    .tve-woocommerce table.shop_table tbody tr td.actions .coupon {
        display: block !important;
        float: none !important
    }
    .tve-woocommerce table.shop_table tbody tr td.actions input[type="text"],
    .tve-woocommerce table.shop_table tbody tr td.actions input[type="submit"] {
        display: block;
        width: 100%;
        margin-bottom: 10px;
        float: none !important
    }
    .tve-woocommerce table.shop_table tbody tr td.actions input[type="text"] {
        max-width: 100%
    }
    table.shop_table_responsive {
        border: none !important
    }
    table.shop_table_responsive thead {
        display: none
    }
    table.shop_table_responsive tbody th {
        display: none
    }
    table.shop_table_responsive tr {
        display: block;
        margin-bottom: 20px
    }
    table.shop_table_responsive tr td {
        display: block
    }
    table.shop_table_responsive tr td:before {
        font-weight: 700
    }
    table.shop_table_responsive tr td.order-actions:before {
        display: none
    }
    table.shop_table_responsive tr:nth-child(2n) td {
        background-color: rgba(0, 0, 0, 0.025)
    }
}

@media screen and (min-width: 773px) {
    .woocommerce-page table.shop_table tbody tr td.actions input[type="text"] {
        max-width: 220px
    }
}
