@charset "UTF-8";

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.woocommerce-error {
    padding-left: 35px;
    text-align: left;
}

.woocommerce-message {
    text-align: left;
}

.woocommerce-message .wc-forward {
    margin-right: 10px;
}

.woocommerce-info {
    text-align: left;
}

.shop_table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dcdcdc;
    border-radius: 0;
    width: 100%;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.shop_table th,
.shop_table td {
    text-align: left;
    padding: 10px;
}

.shop_table td,
.shop_table tbody th,
.shop_table tfoot th {
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #ddd;
}

.shop_table td:first-child,
.shop_table tbody th:first-child,
.shop_table tfoot th:first-child {
    border-left: none;
}

.shop_table th {
    background: #f6f6f6;
}

.shop_table td.actions {
    padding: 20px 10px;
}

.shop_table thead tr:first-child th:first-child,
.shop_table thead tr:first-child td:first-child {
    border-radius: 0 0 0 0;
}

.shop_table thead tr:first-child th:last-child,
.shop_table thead tr:first-child td:last-child {
    border-radius: 0 0 0 0;
}

.shop_table thead tr:first-child th:only-child,
.shop_table thead tr:first-child td:only-child {
    border-radius: 0 0 0 0;
}

.shop_table tfoot tr:last-child th:first-child,
.shop_table tfoot tr:last-child td:first-child {
    border-radius: 0 0 0 0;
}

.shop_table tfoot tr:last-child th:last-child,
.shop_table tfoot tr:last-child td:last-child {
    border-radius: 0 0 0 0;
}

.shop_table tfoot tr:last-child th:only-child,
.shop_table tfoot tr:last-child td:only-child {
    border-radius: 0 0 0 0;
}

@media (max-width: 767px) {

    .shop_table.shop_table_responsive thead,
    .shop_table.responsive thead {
        display: none;
    }

    .shop_table.shop_table_responsive tr,
    .shop_table.responsive tr {
        border-top: 1px solid #ddd;
        display: block;
        padding: 10px 0;
        position: relative;
    }

    .shop_table.shop_table_responsive tr:first-child,
    .shop_table.responsive tr:first-child {
        border-top: none;
    }

    .shop_table.shop_table_responsive tfoot tr:first-child,
    .shop_table.responsive tfoot tr:first-child {
        border-top: 1px solid #ddd;
    }

    .shop_table.shop_table_responsive tfoot th,
    .shop_table.responsive tfoot th {
        border: none;
    }

    .shop_table.shop_table_responsive td,
    .shop_table.responsive td,
    .shop_table.shop_table_responsive th,
    .shop_table.responsive th {
        background: transparent;
        text-align: center;
        display: block;
        padding: 5px 10px;
        border: none;
    }

    .shop_table.shop_table_responsive td.product-remove,
    .shop_table.responsive td.product-remove,
    .shop_table.shop_table_responsive th.product-remove,
    .shop_table.responsive th.product-remove {
        position: absolute;
        right: 0;
        top: 12px;
    }

    .shop_table.shop_table_responsive td.product-thumbnail,
    .shop_table.responsive td.product-thumbnail,
    .shop_table.shop_table_responsive th.product-thumbnail,
    .shop_table.responsive th.product-thumbnail {
        padding-top: 10px;
    }
}

.featured-box .shop_table {
    box-shadow: none;
    border: none;
}

.featured-box .shop_table th {
    background: transparent;
    border-bottom: none;
}

.featured-box .shop_table th:first-child,
.featured-box .shop_table th:last-child,
.featured-box .shop_table th:only-child {
    border-radius: 0;
}

.featured-box .shop_table td {
    border-left: none;
}

.featured-box .shop_table tr:last-child td:first-child,
.featured-box .shop_table tr:last-child td:last-child,
.featured-box .shop_table tr:last-child td:only-child {
    border-radius: 0;
}

.featured-box .shop_table .product-remove .remove {
    font-size: 30px;
    font-weight: 800;
    text-decoration: none;
}

.featured-box .shop_table .quantity {
    margin: 0;
    width: auto;
}

.featured-box .shop_table .quantity input.qty {
    border-radius: 0;
    border-color: #c8bfc6;
    width: 57px;
    height: 35px;
    padding: 0 4px;
}

.featured-box .shop_table .quantity.buttons_added input.qty {
    width: 129px;
    padding: 0 39px;
}

.featured-box .shop_table .quantity .minus,
.featured-box .shop_table .quantity .plus {
    background: #f4f4f4;
    border-color: #c8bfc6;
    width: 35px;
    height: 35px;
}

.featured-box .shop_table .quantity .minus {
    left: 0;
    top: 0;
}

.featured-box .shop_table .quantity .plus {
    left: 94px;
    top: 0;
}

.featured-box .shop_table .coupon {
    margin-top: 16px;
    width: 50%;
}

.featured-box .shop_table .coupon label {
    display: none;
}

.featured-box .shop_table .coupon #coupon_code {
    max-width: 280px;
}

.featured-box .shop_table .actions,
.featured-box .shop_table .cart-actions {
    margin-top: 8px;
    padding-bottom: 10px;
}

.featured-box .shop_table .actions input,
.featured-box .shop_table .cart-actions input {
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .featured-box .shop_table .coupon {
        width: 100%;
    }

    .featured-box .shop_table .pt-left,
    .featured-box .shop_table .pt-right {
        float: none !important;
        text-align: center;
    }
}

.col2-set {
    *zoom: 1;
    margin: 0 -8px;
}

.col2-set:before,
.col2-set:after {
    content: " ";
    display: table;
}

.col2-set:after {
    clear: both;
}

.col2-set .col-1 {
    float: left;
    width: 50%;
    padding: 0 8px;
}

.col2-set .col-2 {
    float: right;
    width: 50%;
    padding: 0 8px;
}

@media (max-width: 991px) {

    .col2-set .col-1,
    .col2-set .col-2 {
        float: none;
        width: 100%;
    }
}

.chosen-container-single .chosen-single,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single {
    background-image: none;
    background: #fff;
    border-color: #ccc;
    border-radius: 0;
    height: 34px;
    line-height: 28px;
    padding: 3px 8px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.chosen-container-single .chosen-single,
.chosen-container-active.chosen-with-drop .chosen-single {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.chosen-container-single .chosen-single div b,
.woocommerce-checkout .form-row .chosen-container-single .chosen-single div b {
    background-position: 0 7px !important;
}

.chosen-container-active.chosen-with-drop .chosen-single div b,
.woocommerce-checkout .form-row .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 7px !important;
}

.select2-container .select2-choice {
    background-image: none;
    background: #fff;
    border-color: #ccc;
    border-radius: 0;
    height: 34px;
    line-height: 28px;
    padding: 3px 8px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.select2-container-active .select2-choice {
    border-color: #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.select2-drop,
.select2-drop-active {
    border-color: #ccc;
    margin-top: -2px;
}

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

.select2-drop .select2-results,
.select2-drop-active .select2-results {
    background: #fff;
    font-size: 0.9em;
}

.select2-drop .select2-results li,
.select2-drop-active .select2-results li {
    line-height: 20px;
}

.form-row {
    margin-bottom: 15px;
    vertical-align: top;
}

.form-row label {
    display: block;
}

.form-row label.checkbox {
    display: inline-block;
}

.form-row label.inline {
    display: inline;
}

.form-row .required {
    border: none;
    cursor: default;
    color: #c10000;
}

.form-row input[type="email"],
.form-row input[type="number"],
.form-row input[type="password"],
.form-row input[type="search"],
.form-row input[type="tel"],
.form-row input[type="text"],
.form-row input[type="url"],
.form-row input[type="color"],
.form-row input[type="date"],
.form-row input[type="datetime"],
.form-row input[type="datetime-local"],
.form-row input[type="month"],
.form-row input[type="time"],
.form-row input[type="week"],
.form-row select,
.form-row textarea {
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

.form-row-wide {
    width: 100%;
}

.form-row-first {
    float: left;
    width: 48%;
}

@media (max-width: 767px) {
    .form-row-first {
        float: none;
        width: 100%;
    }
}

.form-row-last {
    float: right;
    width: 48%;
}

@media (max-width: 767px) {
    .form-row-last {
        float: none;
        width: 100%;
    }
}

header.title {
    position: relative;
    *zoom: 1;
}

header.title:before,
header.title:after {
    content: " ";
    display: table;
}

header.title:after {
    clear: both;
}

header.title h3 {
    float: left;
    margin-bottom: 15px;
}

header.title .edit {
    float: right;
    margin-bottom: 15px;
}

form.global-login label.inline {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
}

form.global-login #rememberme {
    margin-left: 10px;
}

.wcml-switcher {
    position: relative;
}

.wcml-switcher h5 {
    cursor: pointer !important;
}

.wcml-switcher li.loading {
    background: #fff url(../images/ajax-loader@2x.gif) no-repeat scroll center center / 1.1em 1.1em;
    display: inline-block !important;
    position: absolute !important;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.3;
    cursor: wait;
}

p.demo_store {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #000;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}

body.woocommerce-page .main-content .featured-box {
    margin-top: 0;
    margin-bottom: 30px;
}

.star-rating {
    cursor: pointer;
    float: none;
    position: relative;
    font-family: 'Elusive-Icons';
    font-size: 1em;
    height: 1em;
    line-height: 1em;
    overflow: hidden;
    position: relative;
    width: 5.5em;
    letter-spacing: 0.1em;
    text-align: left;
}

.star-rating:before {
    color: #ddd;
    color: rgba(0, 0, 0, 0.13);
    content: "\f1fe" "\f1fe" "\f1fe" "\f1fe" "\f1fe";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.star-rating span:before {
    color: #ffc600;
    content: "\f1fe" "\f1fe" "\f1fe" "\f1fe" "\f1fe";
    left: 0;
    position: absolute;
    top: 0;
}

.price,
td.product-price,
td.product-subtotal,
td.product-total,
td.order-total,
tr.cart-subtotal {
    color: #444;
    line-height: 1;
    font-weight: 600;
    font-size: 2.5714em;
}

.price .price,
td.product-price .price,
td.product-subtotal .price,
td.product-total .price,
td.order-total .price,
tr.cart-subtotal .price {
    font-size: 1em;
}

.price .currency,
td.product-price .currency,
td.product-subtotal .currency,
td.product-total .currency,
td.order-total .currency,
tr.cart-subtotal .currency,
.price .decimal,
td.product-price .decimal,
td.product-subtotal .decimal,
td.product-total .decimal,
td.order-total .decimal,
tr.cart-subtotal .decimal {
    font-size: 0.75em;
    font-weight: 400;
}

.price .currency .decimal,
td.product-price .currency .decimal,
td.product-subtotal .currency .decimal,
td.product-total .currency .decimal,
td.order-total .currency .decimal,
tr.cart-subtotal .currency .decimal {
    font-size: 1em;
}

.price ins,
td.product-price ins,
td.product-subtotal ins,
td.product-total ins,
td.order-total ins,
tr.cart-subtotal ins {
    display: inline-block;
    text-decoration: none;
    vertical-align: baseline;
}

.price del,
td.product-price del,
td.product-subtotal del,
td.product-total del,
td.order-total del,
tr.cart-subtotal del,
.price .from,
td.product-price .from,
td.product-subtotal .from,
td.product-total .from,
td.order-total .from,
tr.cart-subtotal .from {
    display: inline-block;
    color: #a7a7a7;
    font-size: 0.8em;
    margin-right: 0.2143em;
    vertical-align: baseline;
}

td.product-price,
td.product-subtotal,
td.product-total,
td.order-total,
tr.cart-subtotal {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

div.quantity {
    display: inline-block;
    position: relative;
    width: 4.1429em;
    margin-right: 0.8571em;
}

div.quantity .qty {
    -moz-appearance: textfield;
    text-align: center;
    width: 2.5em;
    height: 2.7143em;
    padding-left: 0;
    padding-right: 0;
}

div.quantity .minus,
div.quantity .plus {
    background: transparent;
    position: absolute;
    left: 2.8571em;
    width: 1.1428em;
    height: 1.1428em;
    line-height: 1;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 0;
    outline: none;
}

div.quantity .plus {
    top: 0;
}

div.quantity .minus {
    bottom: 0;
}

.product-image {
    display: block;
    position: relative;
    background: #fff;
    border: 0 solid #ddd;
    border-radius: 0;
    width: 100%;
    padding: 0;
}

.product-image:hover {
    z-index: 1;
}

.product-image .inner {
    display: block;
    overflow: hidden;
    position: relative;
}

.product-image img {
    border-radius: 0;
    display: inline-block;
    width: 100%;
    height: auto;
    -webkit-transition: opacity 0.3s ease-in-out 0s;
    -moz-transition: opacity 0.3s ease-in-out 0s;
    transition: opacity 0.3s ease-in-out 0s;
}

.product-image .labels {
    line-height: 1;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.product-image .labels .onhot,
.product-image .labels .onsale {
    position: absolute;
    z-index: 1;
    top: 0.8em;
    border-radius: 0;
    font-size: 0.8571em;
    padding: 0.5833em 0.6333em;
}

.product-image .labels .onhot {
    background: #62b959;
    left: 0.8em;
}

.product-image .labels .onsale {
    background: #e27c7c;
    right: 0.8em;
}

.product-image .labels .viewcart {
    font-size: 1.8em;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
    text-align: center;
    width: 2.2em;
    height: 2.2em;
    line-height: 2.1em;
    display: none;
    opacity: 0;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.product-image .labels .viewcart:before {
    font-family: "minicart-font" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e800";
    font-size: 0.9em;
    vertical-align: top;
}

.product-image .labels .viewcart.viewcart2:before {
    font-family: "fontawesome" !important;
    content: "\f07a";
    vertical-align: baseline;
}

.product-image .labels .viewcart.viewcart3:before {
    font-family: "Simple-Line-Icons" !important;
    content: "\e04e";
    vertical-align: baseline;
    font-size: 1.1em;
}

.product-image .labels .viewcart.viewcart4:before {
    font-family: "Simple-Line-Icons" !important;
    content: "\e035";
    vertical-align: baseline;
}

.product-image .labels .viewcart:hover {
    color: #fff;
}

.product-image .labels .tooltip {
    font-weight: normal;
    text-transform: none;
    white-space: nowrap;
    z-index: 100;
}

.product-image .stock {
    position: absolute;
    z-index: 1;
    background: #fff;
    background: rgba(255, 255, 255, .9);
    color: #000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 10em;
    height: 3em;
    line-height: 3em;
    margin: auto;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.yith-wcbm-badge {
    margin: 0;
    border-radius: 0;
}

.yith-wcbm-badge img {
    margin: 0 !important;
    border-radius: 0;
    opacity: 1 !important;
}

.products .yith-wcbm-badge {
    margin: 0;
}

.products .yith-wcbm-badge img {
    margin: 0 !important;
}

.add-links .add_to_cart_read_more,
.add-links .add_to_cart_button,
.yith-wcwl-add-to-wishlist a,
.yith-wcwl-add-to-wishlist span,
.add-links .quickview {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: inherit;
    height: 2.2em;
    line-height: 2.2em;
    text-decoration: none;
    text-align: center;
    vertical-align: top;
    border-radius: 0 !important;
    text-shadow: none;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.add-links .add_to_cart_read_more:before,
.add-links .add_to_cart_button:before,
.yith-wcwl-add-to-wishlist a:before,
.yith-wcwl-add-to-wishlist span:before,
.add-links .quickview:before {
    display: inline-block;
    
}

.add-links .add_to_cart_read_more:hover,
.add-links .add_to_cart_button:hover,
.yith-wcwl-add-to-wishlist a:hover,
.yith-wcwl-add-to-wishlist span:hover,
.add-links .quickview:hover,
.add-links .add_to_cart_read_more:focus,
.add-links .add_to_cart_button:focus,
.yith-wcwl-add-to-wishlist a:focus,
.yith-wcwl-add-to-wishlist span:focus,
.add-links .quickview:focus {
    color: #fff;
    text-decoration: none;
}

.add-links .add_to_cart_button,
.add-links .add_to_cart_read_more {
    background: transparent;
    border-radius: 0;
    padding: 0 0.7143em;
    line-height: 2.0571em;
    z-index: 1;
    border: 1px solid #ccc;
    color: #333;
    white-space: nowrap;
    text-shadow: none;
}

.add-links .add_to_cart_button:before,
.add-links .add_to_cart_read_more:before {
    margin-right: 0.5714em;
}

ul.products li.product:hover .add-links .add_to_cart_button,
ul.products li.product:hover .add-links .add_to_cart_read_more {
    color: #fff;
}

.add-links .add_to_cart_button:before {
    content: "\f046";
}

.add-links .add_to_cart_button.product_type_simple:before {
    content: "\f07a";
}

.add-links .add_to_cart_button.loading:after {
    background: #fff url(../images/ajax-loader@2x.gif) no-repeat scroll center center / 1.1em 1.1em;
    border-radius: 0;
    opacity: 0.5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}

.add-links .add_to_cart_read_more:before {
    content: "\f090";
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0;
    line-height: 1;
    vertical-align: top;
}

.yith-wcwl-add-to-wishlist>div {
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.yith-wcwl-add-to-wishlist a,
.yith-wcwl-add-to-wishlist span {
    width: 2.2em;
    padding: 0;
    border: 1px solid #ed4949;
    color: #ed4949;
    text-indent: -9999em;
    background: transparent;
}

.yith-wcwl-add-to-wishlist a:before,
.yith-wcwl-add-to-wishlist span:before {
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    font-size: 1.1em;
}

.yith-wcwl-add-to-wishlist a:hover,
.yith-wcwl-add-to-wishlist span:hover,
.yith-wcwl-add-to-wishlist a:focus,
.yith-wcwl-add-to-wishlist span:focus {
    background-color: #ed4949;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-add-button span:before {
    content: "\f08a";
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
    content: "\f004";
}

.yith-wcwl-add-to-wishlist .feedback {
    display: none !important;
}

.yith-wcwl-add-to-wishlist span.ajax-loading {
    background: #fff url(../images/ajax-loader@2x.gif) no-repeat scroll center center / 1.1em 1.1em;
    display: inline-block !important;
    position: absolute;
    border: 1px solid #ed4949;
    border-radius: 0;
    top: 0;
    left: 0;
    padding: 0 !important;
    width: 2.2em !important;
    height: 2.2em !important;
    z-index: 10;
    margin: 0 !important;
    opacity: 0.5;
}

.yith-wcwl-add-to-wishlist span.ajax-loading:hover {
    background-color: #ed4949;
}

.yith-wcwl-add-to-wishlist+.clear {
    display: none;
}

.add-links .quickview {
    position: relative;
    width: 2.2em;
    padding: 0;
    border: 1px solid #52b9b5;
    background: transparent;
    color: #52b9b5;
    text-indent: -9999em;
}

.add-links .quickview:before {
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    font-size: 1.1em;
    content: "\f06e";
}

.add-links .quickview:hover,
.add-links .quickview:focus {
    background-color: #52b9b5;
    border-color: #52b9b5;
}

.add-links .quickview.loading:after {
    background: #fff url(../images/ajax-loader@2x.gif) no-repeat scroll center center / 1.1em 1.1em;
    opacity: 0.5;
    position: absolute;
    border-radius: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}

#comments h2 {
    margin-top: 0;
}

.commentlist {
    list-style: none;
    margin: 15px 0;
    padding: 0;
    *zoom: 1;
}

.commentlist:before,
.commentlist:after {
    content: " ";
    display: table;
}

.commentlist:after {
    clear: both;
}

.commentlist li {
    clear: both;
    margin-bottom: 20px;
}

.commentlist li:last-child {
    margin-bottom: 0;
}

@media (max-width: 480px) {
    .commentlist li .comment_container {
        background: #f5f7f7;
        border-radius: 0;
        padding: 10px 10px 15px;
    }
}

.commentlist li .comment-text {
    background: #f5f7f7;
    border-radius: 0;
    padding: 20px;
    position: relative;
}

@media (max-width: 480px) {
    .commentlist li .comment-text {
        padding: 0;
        background: transparent;
    }
}

.commentlist li .comment-text p {
    font-size: 0.9em;
    line-height: 21px;
    margin: 0;
    padding: 0;
}

.commentlist li .comment-text .meta {
    font-size: 1em;
    margin: 0;
}

.commentlist li .comment-text .meta strong {
    display: inline-block;
    line-height: 21px;
    margin: 0;
    padding: 0 0 5px 0;
}

@media (max-width: 480px) {
    .commentlist li .comment-text .meta strong {
        display: block;
        padding-bottom: 0;
    }
}

.commentlist li .comment-text .meta time {
    color: #999;
    font-size: 0.9em;
}

.comment-reply-title {
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 14px 0;
}

.comment-form-rating label {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
}

.comment-form-rating .stars {
    display: inline-block;
    position: relative;
    top: -0.5em;
    white-space: nowrap;
}

.comment-form-rating .stars span a {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 16px;
    text-indent: -9999em;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-decoration: none;
}

.comment-form-rating .stars span a:before {
    font-family: "Elusive-Icons";
    color: #ffc600;
    content: "";
    position: absolute;
    left: 0;
    height: 24px;
    text-indent: 0;
    letter-spacing: 1px;
}

.comment-form-rating .stars span a:hover:before {
    color: #fa0;
}

.comment-form-rating .stars .star-1 {
    z-index: 10;
}

.comment-form-rating .stars .star-1:before {
    width: 17px;
}

.comment-form-rating .stars .star-1:hover:before,
.comment-form-rating .stars .star-1.active:before {
    content: "\f1fe";
}

.comment-form-rating .stars .star-2 {
    z-index: 9;
}

.comment-form-rating .stars .star-2:before {
    width: 34px;
}

.comment-form-rating .stars .star-2:hover:before,
.comment-form-rating .stars .star-2.active:before {
    content: "\f1fe" "\f1fe";
}

.comment-form-rating .stars .star-3 {
    z-index: 8;
}

.comment-form-rating .stars .star-3:before {
    width: 51px;
}

.comment-form-rating .stars .star-3:hover:before,
.comment-form-rating .stars .star-3.active:before {
    content: "\f1fe" "\f1fe" "\f1fe";
}

.comment-form-rating .stars .star-4 {
    z-index: 7;
}

.comment-form-rating .stars .star-4:before {
    width: 68px;
}

.comment-form-rating .stars .star-4:hover:before,
.comment-form-rating .stars .star-4.active:before {
    content: "\f1fe" "\f1fe" "\f1fe" "\f1fe";
}

.comment-form-rating .stars .star-5 {
    z-index: 6;
}

.comment-form-rating .stars .star-5:before {
    content: "\f1fd" "\f1fd" "\f1fd" "\f1fd" "\f1fd";
}

.comment-form-rating .stars .star-5:hover:before,
.comment-form-rating .stars .star-5.active:before {
    content: "\f1fe" "\f1fe" "\f1fe" "\f1fe" "\f1fe";
}

#yith-wcwl-popup-message {
    border: 3px solid #ccc;
    background: #fff;
    font-weight: 600;
    line-height: 1.5;
    padding: 15px 20px;
    width: 250px;
    margin-left: -125px !important;
}

.product_title {
    color: #555;
    font-size: 2em;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.product_title a {
    color: #555;
    text-decoration: none;
}

.woocommerce-product-rating {
    color: #bdbdbd;
    margin-bottom: 1.4286em;
    margin-top: 0.7143em;
}

.woocommerce-product-rating .star-rating {
    font-size: 1.2857em;
    display: inline-block;
    vertical-align: text-top;
    margin-right: 0.7143em;
}

.woocommerce-product-rating .review-link {
    display: inline-block;
}

.woocommerce-product-rating .review-link a:first-child {
    padding-left: 0;
}

.woocommerce-product-rating a {
    color: #bdbdbd;
    display: inline-block;
    vertical-align: bottom;
    padding: 0 0.7143em;
}

.woocommerce-product-rating a:hover,
.woocommerce-product-rating a:active {
    color: #888;
}

.woocommerce-product-rating.noreview a {
    padding: 0;
}

.product-summary-wrap {}

.product-summary-wrap .summary-before,
.product-summary-wrap .summary {
    margin-bottom: 3em;
}

@media (max-width: 767px) {
    .product-summary-wrap .summary {
        margin-right: 0;
    }
}

.product-summary-wrap .description {
    margin-bottom: 1.7857em;
    font-size: 1.1429em;
}

.product-summary-wrap .description p {
    margin-bottom: 0;
}

.product-summary-wrap .price {
    margin-bottom: 0.5556em;
}

.product-summary-wrap .cart {
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    padding: 1.7857em 0;
    margin-bottom: 1.7857em;
}

.product-summary-wrap .quantity {
    vertical-align: top;
}

.product-summary-wrap .single_add_to_cart_button {
    height: 2.7143em;
    padding: 0 2.1429em;
    text-shadow: none;
}

@media (max-width: 991px) {
    .product-summary-wrap .single_add_to_cart_button {
        padding: 0 1.4286em;
    }
}

@media (max-width: 480px) {
    .product-summary-wrap .single_add_to_cart_button {
        padding: 0 0.7143em;
    }
}

.product-summary-wrap .single_add_to_cart_button:before {
    display: inline-block;
    content: "\f07a";
    
    margin-right: 0.7143em;
}

.product-summary-wrap .single_add_to_cart_button.readmore:before {
    content: "\f090";
}

.product-summary-wrap a.single_add_to_cart_button {
    line-height: 2.5714em;
}

.product-summary-wrap .stock {
    font-size: 1.1429em;
    font-weight: 600;
}

.product-summary-wrap .yith-wcwl-add-to-wishlist {
    margin-right: 1em;
    margin-bottom: 1em;
    position: relative;
}

.product-summary-wrap .yith-wcwl-add-to-wishlist a,
.product-summary-wrap .yith-wcwl-add-to-wishlist span {
    width: auto;
    text-indent: 0;
    overflow: visible;
    padding-left: 2.8em;
    border: none;
    background: transparent;
    color: inherit;
    border-radius: 0;
}

.product-summary-wrap .yith-wcwl-add-to-wishlist a:before,
.product-summary-wrap .yith-wcwl-add-to-wishlist span:before {
    border: 1px solid #ed4949;
    color: #ed4949;
    border-radius: 0;
    width: 2em;
    top: 0;
    bottom: 0;
}

.product-summary-wrap .yith-wcwl-add-to-wishlist a:hover,
.product-summary-wrap .yith-wcwl-add-to-wishlist span:hover,
.product-summary-wrap .yith-wcwl-add-to-wishlist a:focus,
.product-summary-wrap .yith-wcwl-add-to-wishlist span:focus {
    color: #ed4949;
}

.product-summary-wrap .yith-wcwl-add-to-wishlist a:hover:before,
.product-summary-wrap .yith-wcwl-add-to-wishlist span:hover:before,
.product-summary-wrap .yith-wcwl-add-to-wishlist a:focus:before,
.product-summary-wrap .yith-wcwl-add-to-wishlist span:focus:before {
    color: #fff;
    background-color: #ed4949;
}

.product-summary-wrap .product_meta {
    margin: 1.2143em 0 0;
}

.product-summary-wrap .product_meta span span,
.product-summary-wrap .product_meta span a {
    display: inline-block;
}

.product-summary-wrap .share-links {
    margin: 2.2143em 0 0;
}

.product-summary-wrap .posted_in,
.product-summary-wrap .sku_wrapper,
.product-summary-wrap .tags {
    display: block;
    margin-bottom: 0.5em;
}

.product-summary-wrap .share-links {
    margin-bottom: 1.0714em;
}

.product-summary-wrap #product-tab {
    margin-bottom: 1.7857em;
}

.product-summary-wrap #product-tab .description {
    margin-bottom: 0;
}

.product-summary-wrap #product-tab hr {
    display: none;
}

#product-tab {
    margin-bottom: 3em;
}

#product-tab .tab-content h2 {
    margin-bottom: 0.7em;
}

#reviews .commentlist li {
    position: relative;
    padding-left: 115px;
}

@media (max-width: 480px) {
    #reviews .commentlist li {
        padding-left: 0;
    }
}

#reviews .commentlist li .img-thumbnail {
    position: absolute;
    left: 0;
    top: 0;
}

#reviews .commentlist li .img-thumbnail img {
    max-width: 80px;
    height: auto;
}

@media (max-width: 480px) {
    #reviews .commentlist li .img-thumbnail {
        position: static;
        margin: 0 12px 10px 0;
        float: left;
    }

    #reviews .commentlist li .img-thumbnail img {
        max-width: 60px;
    }
}

#reviews .commentlist li .comment-text {
    min-height: 90px;
}

#reviews .commentlist li .comment-text:before {
    content: "";
    border-bottom: 15px solid transparent;
    border-right: 15px solid #f5f7f7;
    left: -15px;
    border-top: 15px solid transparent;
    height: 0;
    position: absolute;
    top: 28px;
    width: 0;
}

@media (max-width: 480px) {
    #reviews .commentlist li .comment-text:before {
        display: none;
    }
}

#reviews .commentlist li .star-rating {
    float: right;
}

@media (max-width: 480px) {
    #reviews .commentlist li .star-rating {
        float: none;
    }
}

div.products {
    margin-bottom: 3em;
}

@media (max-width: 991px) {
    .summary-before {
        max-width: 462px;
        margin-left: auto;
        margin-right: auto;
    }
}

.summary-before .labels {
    position: relative;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    z-index: 10;
}

.summary-before .labels .onhot,
.summary-before .labels .onsale {
    position: absolute;
    z-index: 1;
    top: 0.8em;
    border-radius: 0;
    font-size: 0.8571em;
    padding: 0.5833em 0.6333em;
}

.summary-before .labels .onhot {
    background: #62b959;
    left: 0.8em;
}

.summary-before .labels .onsale {
    background: #e27c7c;
    right: 0.8em;
}

.product-images {
    position: relative;
}

.product-images .zoom {
    border-radius: 100%;
    bottom: 4px;
    cursor: pointer;
    color: #fff;
    display: block;
    height: 30px;
    padding: 0;
    position: absolute;
    right: 4px;
    text-align: center;
    width: 30px;
    opacity: 0;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
    z-index: 1000;
}

.product-images .zoom i {
    font-size: 14px;
    line-height: 28px;
}

.product-images:hover .zoom {
    opacity: 1;
}

.product-image-slider.owl-carousel {
    margin-bottom: 10px;
}

.product-image-slider.owl-carousel .img-thumbnail {
    width: 100%;
    padding: 0;
}

.product-image-slider.owl-carousel .owl-nav [class*="owl-"],
.product-image-slider.owl-carousel .owl-nav [class*="owl-"]:hover,
.product-image-slider.owl-carousel .owl-nav [class*="owl-"]:active {
    background: transparent !important;
    font-size: 22px;
}

.product-image-slider.owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.product-image-slider.owl-carousel .owl-nav .owl-next {
    right: 0;
}

.product-image-slider.owl-carousel .owl-item {
    cursor: grab;
    line-height: 1;
}

.product-thumbs-slider.owl-carousel {
    margin-bottom: 0;
}

.product-thumbs-slider.owl-carousel .img-thumbnail {
    width: 100%;
    padding: 0;
}

.product-thumbs-slider.owl-carousel .thumb-nav {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
    top: 50%;
    position: absolute;
    margin-top: -20px;
    width: 100%;
}

.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev,
.product-thumbs-slider.owl-carousel .thumb-nav .thumb-next {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    font-size: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin: 5px;
    padding: 4px 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev {
    left: -5px;
}

.product-thumbs-slider.owl-carousel .thumb-nav .thumb-prev:before {
    font-family: fontawesome;
    content: "\f053";
    position: relative;
    left: -1px;
    top: 0;
}

.product-thumbs-slider.owl-carousel .thumb-nav .thumb-next {
    right: -5px;
}

.product-thumbs-slider.owl-carousel .thumb-nav .thumb-next:before {
    font-family: fontawesome;
    content: "\f054";
    position: relative;
    left: 1px;
    top: 0;
}

.product-thumbs-slider.owl-carousel:hover .thumb-nav {
    opacity: 1;
}

.product-thumbs-slider.owl-carousel .owl-item {
    cursor: pointer;
}

.product-thumbs-slider.owl-carousel .owl-item img {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s ease 0s;
    -moz-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.product-thumbs-slider.owl-carousel .owl-item.selected img,
.product-thumbs-slider.owl-carousel .owl-item:hover img {
    opacity: 1;
}

.variations td>br {
    display: none;
}

.variations .label {
    font-size: 1em;
    color: inherit;
    text-align: left;
}

.variations .reset_variations {
    display: block;
    padding: 1em 0 0;
    text-decoration: none;
}

.variations select {
    margin-top: -5px;
    margin-bottom: 15px;
}

.variations tr td {
    padding-top: 5px;
}

.variations tr td label {
    padding-top: 10px;
}

.variations tr:last-child select {
    margin-bottom: 0;
}

.single_variation_wrap .stock {
    margin-bottom: 0;
}

.single_variation_wrap .price {
    display: block;
    margin-bottom: 0;
}

.single_variation_wrap .variations_button {
    margin-top: 1.4286em;
}

.single_variation_wrap .woocommerce-variation>div {
    margin-bottom: 1.4286em;
}

.single_variation_wrap .woocommerce-variation>div:first-child {
    margin-top: -1.4286em;
}

.single_variation_wrap .woocommerce-variation>div:last-child {
    margin-bottom: 0;
}

.wcml_currency_switcher {
    margin-bottom: 15px;
}

.group_table th,
.group_table td {
    vertical-align: middle;
    display: table-cell;
}

.group_table .label,
.group_table .price {
    font-size: 1.2em;
}

.woocommerce-ordering,
.woocommerce-pagination,
.gridlist-toggle {
    font-size: 0.9286em;
}

.gridlist-toggle {
    float: left;
    vertical-align: top;
}

.gridlist-toggle>a {
    border: 1px solid #ccc;
    border-radius: 0;
    color: #ccc;
    display: inline-block;
    font-family: "Elusive-Icons";
    width: 2.2em;
    height: 2.2em;
    line-height: 2.15em;
    margin-right: 4px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.gridlist-toggle>a:before {
    font-size: 1.231em;
}

.gridlist-toggle>a:hover,
.gridlist-toggle>a:focus,
.gridlist-toggle>a.active {
    color: #fff;
}

.gridlist-toggle #grid:before {
    content: "\f20b";
}

.gridlist-toggle #list:before {
    content: "\f20a";
}

.woocommerce-ordering select,
.woocommerce-viewing select {
    font-size: 1em;
    padding: 0 0 0 0.22em;
    margin-left: 7px;
    height: 2.2em;
}

.woocommerce-viewing {
    display: inline-block;
    vertical-align: top;
}

.woocommerce-pagination {
    position: relative;
    text-align: right;
}

.woocommerce-pagination ul {
    display: inline-block;
    white-space: nowrap;
    padding: 0;
    margin: 0 0 0 10px;
    clear: both;
}

.woocommerce-pagination ul li {
    float: left;
    margin-left: 5px;
    display: inline;
    padding: 0;
}

.woocommerce-pagination ul li a,
.woocommerce-pagination ul li span {
    border: 1px solid #ccc;
    border-radius: 0;
    display: block;
    margin: 0 0 5px;
    padding: 0 0.5em;
    line-height: 2.1em;
    min-width: 2.2em;
    height: 2.2em;
    text-decoration: none;
    text-align: center;
}

.woocommerce-pagination ul li span.dots {
    border-width: 0;
    min-width: 0;
    padding: 0;
}

.woocommerce-pagination ul li a:hover,
.woocommerce-pagination ul li a:focus,
.woocommerce-pagination ul li span.current {
    color: #fff;
}

.woocommerce-pagination ul li .prev,
.woocommerce-pagination ul li .next {
    text-indent: -9999px;
    width: 2.2em;
    position: relative;
}

.woocommerce-pagination ul li .prev:before,
.woocommerce-pagination ul li .next:before {
    
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-indent: 0;
}

.woocommerce-pagination ul li .prev:before {
    content: "\f0d9";
}

.woocommerce-pagination ul li .next:before {
    content: "\f0da";
}

.shop-loop-before,
.shop-loop-after {
    font-size: 13px;
}

.shop-loop-before label,
.shop-loop-after label {
    margin-bottom: 0;
    vertical-align: middle;
}

.shop-loop-before .woocommerce-ordering,
.shop-loop-before .woocommerce-pagination>*,
.shop-loop-before .gridlist-toggle {
    margin-bottom: 15px;
}

.shop-loop-before .woocommerce-ordering {
    float: left;
    margin-right: 20px;
}

@media (max-width: 767px) {

    .shop-loop-before .woocommerce-ordering,
    .column2 .shop-loop-before .woocommerce-ordering {
        text-align: right;
        margin-right: 0;
        float: none;
    }
}

@media (max-width: 991px) {
    .shop-loop-before .woocommerce-viewing {
        position: absolute;
        top: -2.2em;
        right: 0;
        margin-top: -15px;
    }
}

@media (max-width: 1035px) {
    .column2 .shop-loop-before .woocommerce-viewing {
        position: absolute;
        top: -2.2em;
        right: 0;
        margin-top: -15px;
    }
}

.shop-loop-before .woocommerce-pagination {
    margin-bottom: -10px;
    float: right;
}

@media (max-width: 991px) {
    .shop-loop-before .woocommerce-pagination {
        clear: both;
        float: none;
        margin-top: 15px;
        text-align: center;
    }
}

@media (max-width: 1035px) {
    .column2 .shop-loop-before .woocommerce-pagination {
        clear: both;
        float: none;
        margin-top: 15px;
        text-align: center;
    }
}

@media (max-width: 767px) {

    .shop-loop-before .woocommerce-pagination,
    .column2 .shop-loop-before .woocommerce-pagination {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .shop-loop-before .woocommerce-pagination ul {
        margin-left: -5px;
    }
}

@media (max-width: 1035px) {
    .column2 .shop-loop-before .woocommerce-pagination ul {
        margin-left: -5px;
    }
}

.shop-loop-after {
    text-align: center;
}

.shop-loop-after .woocommerce-pagination {
    text-align: center;
}

.shop-loop-after .woocommerce-pagination>* {
    margin-bottom: 15px;
}

.category-image {
    width: 100%;
    border-radius: 0;
    margin-bottom: 20px;
}

.products ul,
ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    *zoom: 1;
}

.products ul:before,
ul.products:before,
.products ul:after,
ul.products:after {
    content: " ";
    display: table;
}

.products ul:after,
ul.products:after {
    clear: both;
}

.products ul li,
ul.products li {
    list-style: none outside;
}

ul.products li.product,
ul.products li.product-category {
    float: left;
    margin-bottom: 1.4286em;
    position: relative;
    text-align: center;
}

ul.products li.product.product-first,
ul.products li.product-category.product-first {
    clear: both;
}

ul.products li.product .product-image,
ul.products li.product-category .product-image {
    margin-bottom: 1em;
    min-height: 90px;
}

ul.products li.product .product-image .img-effect img,
ul.products li.product-category .product-image .img-effect img {
    position: relative;
    opacity: 1;
}

ul.products li.product .product-image .img-effect .hover-image,
ul.products li.product-category .product-image .img-effect .hover-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

ul.products li.product .product-image:hover .img-effect img,
ul.products li.product-category .product-image:hover .img-effect img {
    opacity: 0;
}

ul.products li.product .product-image:hover .img-effect .hover-image,
ul.products li.product-category .product-image:hover .img-effect .hover-image {
    opacity: 1;
}

ul.products li.product .product-loop-title,
ul.products li.product-category .product-loop-title {
    font-size: 1em;
    text-decoration: none;
}

ul.products li.product h3,
ul.products li.product-category h3 {
    font-size: 1em;
    line-height: 1.35;
    margin-bottom: 0.7143em;
}

ul.products li.product .rating-wrap,
ul.products li.product-category .rating-wrap {
    margin: 0 auto 1.2em;
    height: 1px;
    position: relative;
    display: table;
}

ul.products li.product .rating-wrap .rating-after,
ul.products li.product-category .rating-wrap .rating-after,
ul.products li.product .rating-wrap .rating-before,
ul.products li.product-category .rating-wrap .rating-before {
    display: table-cell;
    width: 50%;
    height: 1px;
    vertical-align: middle;
}

ul.products li.product .rating-wrap .rating-after .rating-line,
ul.products li.product-category .rating-wrap .rating-after .rating-line,
ul.products li.product .rating-wrap .rating-before .rating-line,
ul.products li.product-category .rating-wrap .rating-before .rating-line {
    display: block;
    height: 1px;
    width: 100%;
    margin-top: 1px;
}

ul.products li.product .rating-wrap .rating-before .rating-line,
ul.products li.product-category .rating-wrap .rating-before .rating-line {
    background-image: - webkit-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);
}

ul.products li.product .rating-wrap .rating-after .rating-line,
ul.products li.product-category .rating-wrap .rating-after .rating-line {
    background-image: - webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1) 40%, transparent);
}

ul.products li.product .rating-wrap .rating-content,
ul.products li.product-category .rating-wrap .rating-content {
    display: table-cell;
}

ul.products li.product .rating-wrap .star-rating,
ul.products li.product-category .rating-wrap .star-rating,
ul.products li.product .rating-wrap .star-rating span,
ul.products li.product-category .rating-wrap .star-rating span {
    width: 6.7em;
    margin-right: -2px;
}

ul.products li.product .rating-wrap .star-rating:before,
ul.products li.product-category .rating-wrap .star-rating:before,
ul.products li.product .rating-wrap .star-rating span:before,
ul.products li.product-category .rating-wrap .star-rating span:before {
    left: 0.6em;
}

ul.products li.product .description,
ul.products li.product-category .description {
    display: none;
    margin-top: 1.5em;
}

ul.products li.product .description p,
ul.products li.product-category .description p {
    margin-bottom: 1em;
    line-height: 1.5714em;
}

ul.products li.product .price,
ul.products li.product-category .price {
    display: block;
    font-size: 1.4286em;
    margin-top: -0.25em;
    margin-bottom: 0.75em;
}

ul.products li.product .add-links,
ul.products li.product-category .add-links {
    display: inline-block;
    position: relative;
    margin-bottom: 1.0714em;
}

ul.products li.product .add-links .tooltip-inner,
ul.products li.product-category .add-links .tooltip-inner {
    white-space: nowrap;
}

ul.products li.product .add-links .add_to_cart_read_more,
ul.products li.product-category .add-links .add_to_cart_read_more,
ul.products li.product .add-links .add_to_cart_button,
ul.products li.product-category .add-links .add_to_cart_button {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    float: left;
}

ul.products li.product .add-links .added_to_cart,
ul.products li.product-category .add-links .added_to_cart {
    display: none;
}

ul.products li.product .add-links .yith-wcwl-add-to-wishlist>div,
ul.products li.product-category .add-links .yith-wcwl-add-to-wishlist>div {
    left: 0;
}

ul.products li.product .add-links .quickview,
ul.products li.product-category .add-links .quickview {
    right: 0;
}

ul.products li.product .add-links .yith-wcwl-add-to-wishlist>div,
ul.products li.product-category .add-links .yith-wcwl-add-to-wishlist>div,
ul.products li.product .add-links .quickview,
ul.products li.product-category .add-links .quickview {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
}

ul.products li.product .links-on-image,
ul.products li.product-category .links-on-image {
    height: 0;
}

ul.products li.product .links-on-image .add-links-wrap,
ul.products li.product-category .links-on-image .add-links-wrap {
    display: none;
}

ul.products li.product .links-on-image .add-links-wrap .add-links,
ul.products li.product-category .links-on-image .add-links-wrap .add-links {
    font-size: 1em;
    display: block;
    text-align: left;
    position: static;
    margin-bottom: 0;
}

ul.products li.product .links-on-image .add-links-wrap .add-links>*,
ul.products li.product-category .links-on-image .add-links-wrap .add-links>* {
    position: relative;
    z-index: 2;
    display: none;
    opacity: 0;
}

ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_button,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_button,
ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_read_more,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_read_more,
ul.products li.product .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist>div,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist>div,
ul.products li.product .links-on-image .add-links-wrap .add-links .quickview,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .quickview {
    background: transparent;
    border-radius: 0 !important;
    margin-top: -3em;
}

ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_button,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_button,
ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_read_more,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_read_more {
    float: left;
    margin-left: 0.8em;
    text-indent: -9999em;
    width: 2.2em;
    padding: 0;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_button:before,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_button:before,
ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_read_more:before,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_read_more:before {
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    font-size: 1.1em;
    margin-right: auto;
}

ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_button:hover,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_button:hover,
ul.products li.product .links-on-image .add-links-wrap .add-links .add_to_cart_read_more:hover,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .add_to_cart_read_more:hover {
    color: #fff;
}

ul.products li.product .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist {
    float: right;
    margin-right: 0.8em;
    position: relative;
    margin-bottom: -3px;
}

ul.products li.product .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist>div,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist>div {
    display: inline-block;
    position: relative;
    opacity: 0;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    visibility: visible;
    left: auto;
    top: auto;
}

ul.products li.product .links-on-image .add-links-wrap .add-links .quickview,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .quickview {
    font-size: 0.9em;
    position: absolute;
    top: 0;
    right: 0;
    left: auto !important;
    width: auto;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0.7937em;
    text-indent: 0;
    border-radius: 0 0 0 0 !important;
    background: #52b9b5;
    color: #fff;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
    visibility: visible;
}

ul.products li.product .links-on-image .add-links-wrap .add-links .quickview:before,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .quickview:before {
    position: static;
    margin-right: 0.5714em;
}

ul.products li.product .links-on-image .add-links-wrap .add-links .quickview:hover,
ul.products li.product-category .links-on-image .add-links-wrap .add-links .quickview:hover {
    background: #64c0bd;
}

ul.products li.product.show-links-onimage .add-links-wrap,
ul.products li.product-category.show-links-onimage .add-links-wrap {
    display: none;
}

ul.products li.product.show-links-onimage .links-on-image .add-links-wrap,
ul.products li.product-category.show-links-onimage .links-on-image .add-links-wrap {
    display: block;
}

ul.products li.product.show-wq-onimage .add-links .yith-wcwl-add-to-wishlist,
ul.products li.product-category.show-wq-onimage .add-links .yith-wcwl-add-to-wishlist,
ul.products li.product.show-wq-onimage .add-links .quickview,
ul.products li.product-category.show-wq-onimage .add-links .quickview {
    display: none;
}

ul.products li.product.show-wq-onimage .add-links .add_to_cart_read_more,
ul.products li.product-category.show-wq-onimage .add-links .add_to_cart_read_more,
ul.products li.product.show-wq-onimage .add-links .add_to_cart_button,
ul.products li.product-category.show-wq-onimage .add-links .add_to_cart_button {
    text-indent: 0 !important;
    width: auto !important;
    padding: 0 0.7143em !important;
}

ul.products li.product.show-wq-onimage .add-links .add_to_cart_read_more:before,
ul.products li.product-category.show-wq-onimage .add-links .add_to_cart_read_more:before,
ul.products li.product.show-wq-onimage .add-links .add_to_cart_button:before,
ul.products li.product-category.show-wq-onimage .add-links .add_to_cart_button:before {
    position: static !important;
    font-size: 1em !important;
    margin-right: 0.5714em !important;
}

ul.products li.product.show-wq-onimage .links-on-image .add-links-wrap,
ul.products li.product-category.show-wq-onimage .links-on-image .add-links-wrap {
    display: block;
}

ul.products li.product.show-wq-onimage .links-on-image .add-links-wrap .add-links>*,
ul.products li.product-category.show-wq-onimage .links-on-image .add-links-wrap .add-links>* {
    visibility: hidden;
}

ul.products li.product.show-wq-onimage .links-on-image .add-links-wrap .add-links>*.quickview,
ul.products li.product-category.show-wq-onimage .links-on-image .add-links-wrap .add-links>*.quickview {
    visibility: visible;
}

ul.products li.product.hover .add-links .yith-wcwl-add-to-wishlist>div,
ul.products li.product:hover .add-links .yith-wcwl-add-to-wishlist>div {
    left: -2.8em;
}

ul.products li.product.hover .add-links .quickview,
ul.products li.product:hover .add-links .quickview {
    right: -2.8em;
}

ul.products li.product.hover .add-links .yith-wcwl-add-to-wishlist>div,
ul.products li.product:hover .add-links .yith-wcwl-add-to-wishlist>div,
ul.products li.product.hover .add-links .quickview,
ul.products li.product:hover .add-links .quickview {
    opacity: 1;
    visibility: visible;
}

ul.products li.product.hover .add-links.no-effect .add_to_cart_read_more,
ul.products li.product:hover .add-links.no-effect .add_to_cart_read_more,
ul.products li.product.hover .add-links.no-effect .add_to_cart_button,
ul.products li.product:hover .add-links.no-effect .add_to_cart_button {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

ul.products li.product.hover .add-links.no-effect .add_to_cart_read_more:before,
ul.products li.product:hover .add-links.no-effect .add_to_cart_read_more:before,
ul.products li.product.hover .add-links.no-effect .add_to_cart_button:before,
ul.products li.product:hover .add-links.no-effect .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}

ul.products li.product.hover .links-on-image .add-links-wrap .add-links .add_to_cart_button,
ul.products li.product:hover .links-on-image .add-links-wrap .add-links .add_to_cart_button,
ul.products li.product.hover .links-on-image .add-links-wrap .add-links .add_to_cart_read_more,
ul.products li.product:hover .links-on-image .add-links-wrap .add-links .add_to_cart_read_more,
ul.products li.product.hover .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist,
ul.products li.product:hover .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist,
ul.products li.product.hover .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist>div,
ul.products li.product:hover .links-on-image .add-links-wrap .add-links .yith-wcwl-add-to-wishlist>div {
    display: inline-block;
    opacity: 1;
}

ul.products li.product:hover .product-image .labels .viewcart.added {
    display: block;
    opacity: 1;
}

ul.products li.product:hover .links-on-image .add-links-wrap .add-links .quickview {
    display: inline-block;
    opacity: 1;
}

ul.pcols-lg-8 {
    margin: 0 -3px;
}

ul.pcols-lg-8 li.product,
ul.pcols-lg-8 li.product-category {
    width: 12.5%;
    padding: 0 3px;
}

ul.pwidth-lg-8 .product-image {
    font-size: 0.8em;
}

ul.pwidth-lg-8 .add-links {
    font-size: 0.85em;
}

ul.pwidth-lg-8 li.product.hover .add_to_cart_read_more,
ul.pwidth-lg-8 li.product:hover .add_to_cart_read_more,
ul.pwidth-lg-8 li.product.hover .add_to_cart_button,
ul.pwidth-lg-8 li.product:hover .add_to_cart_button {
    text-indent: -9999em;
    width: 2.2em;
    padding: 0;
}

ul.pwidth-lg-8 li.product.hover .add_to_cart_read_more:before,
ul.pwidth-lg-8 li.product:hover .add_to_cart_read_more:before,
ul.pwidth-lg-8 li.product.hover .add_to_cart_button:before,
ul.pwidth-lg-8 li.product:hover .add_to_cart_button:before {
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    font-size: 1.1em;
    margin-right: auto;
}

ul.pcols-lg-7 {
    margin: 0 -3px;
}

ul.pcols-lg-7 li.product,
ul.pcols-lg-7 li.product-category {
    width: 14.2857%;
    padding: 0 3px;
}

ul.pwidth-lg-7 .product-image {
    font-size: 0.8em;
}

ul.pwidth-lg-7 .add-links {
    font-size: 0.9em;
}

ul.pwidth-lg-7 li.product.hover .add_to_cart_read_more,
ul.pwidth-lg-7 li.product:hover .add_to_cart_read_more,
ul.pwidth-lg-7 li.product.hover .add_to_cart_button,
ul.pwidth-lg-7 li.product:hover .add_to_cart_button {
    text-indent: -9999em;
    width: 2.2em;
    padding: 0;
}

ul.pwidth-lg-7 li.product.hover .add_to_cart_read_more:before,
ul.pwidth-lg-7 li.product:hover .add_to_cart_read_more:before,
ul.pwidth-lg-7 li.product.hover .add_to_cart_button:before,
ul.pwidth-lg-7 li.product:hover .add_to_cart_button:before {
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    font-size: 1.1em;
    margin-right: auto;
}

ul.pcols-lg-6 {
    margin: 0 -6px;
}

ul.pcols-lg-6 li.product,
ul.pcols-lg-6 li.product-category {
    width: 16.6667%;
    padding: 0 6px;
}

ul.pwidth-lg-6 .product-image {
    font-size: 0.9em;
}

ul.pwidth-lg-6 .add-links {
    font-size: 1em;
}

ul.pwidth-lg-6 li.product.hover .add_to_cart_read_more,
ul.pwidth-lg-6 li.product:hover .add_to_cart_read_more,
ul.pwidth-lg-6 li.product.hover .add_to_cart_button,
ul.pwidth-lg-6 li.product:hover .add_to_cart_button {
    text-indent: -9999em;
    width: 2.2em;
    padding: 0;
}

ul.pwidth-lg-6 li.product.hover .add_to_cart_read_more:before,
ul.pwidth-lg-6 li.product:hover .add_to_cart_read_more:before,
ul.pwidth-lg-6 li.product.hover .add_to_cart_button:before,
ul.pwidth-lg-6 li.product:hover .add_to_cart_button:before {
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    font-size: 1.1em;
    margin-right: auto;
}

ul.pcols-lg-5 {
    margin: 0 -8px;
}

ul.pcols-lg-5 li.product,
ul.pcols-lg-5 li.product-category {
    width: 20%;
    padding: 0 8px;
}

ul.pwidth-lg-5 .product-image {
    font-size: 1em;
}

ul.pwidth-lg-5 .add-links {
    font-size: 1em;
}

ul.pwidth-lg-5 li.product.hover .add_to_cart_read_more,
ul.pwidth-lg-5 li.product:hover .add_to_cart_read_more,
ul.pwidth-lg-5 li.product.hover .add_to_cart_button,
ul.pwidth-lg-5 li.product:hover .add_to_cart_button {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

ul.pwidth-lg-5 li.product.hover .add_to_cart_read_more:before,
ul.pwidth-lg-5 li.product:hover .add_to_cart_read_more:before,
ul.pwidth-lg-5 li.product.hover .add_to_cart_button:before,
ul.pwidth-lg-5 li.product:hover .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}

ul.pcols-lg-4 {
    margin: 0 -10px;
}

ul.pcols-lg-4 li.product,
ul.pcols-lg-4 li.product-category {
    width: 25%;
    padding: 0 10px;
}

ul.pwidth-lg-4 .product-image {
    font-size: 1em;
}

ul.pwidth-lg-4 .add-links {
    font-size: 1em;
}

ul.pwidth-lg-4 li.product.hover .add_to_cart_read_more,
ul.pwidth-lg-4 li.product:hover .add_to_cart_read_more,
ul.pwidth-lg-4 li.product.hover .add_to_cart_button,
ul.pwidth-lg-4 li.product:hover .add_to_cart_button {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

ul.pwidth-lg-4 li.product.hover .add_to_cart_read_more:before,
ul.pwidth-lg-4 li.product:hover .add_to_cart_read_more:before,
ul.pwidth-lg-4 li.product.hover .add_to_cart_button:before,
ul.pwidth-lg-4 li.product:hover .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}

ul.pcols-lg-3 {
    margin: 0 -12px;
}

ul.pcols-lg-3 li.product,
ul.pcols-lg-3 li.product-category {
    width: 33.3333%;
    padding: 0 12px;
}

ul.pwidth-lg-3 .product-image {
    font-size: 1.2em;
}

ul.pwidth-lg-3 .add-links {
    font-size: 1em;
}

ul.pwidth-lg-3 li.product.hover .add_to_cart_read_more,
ul.pwidth-lg-3 li.product:hover .add_to_cart_read_more,
ul.pwidth-lg-3 li.product.hover .add_to_cart_button,
ul.pwidth-lg-3 li.product:hover .add_to_cart_button {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

ul.pwidth-lg-3 li.product.hover .add_to_cart_read_more:before,
ul.pwidth-lg-3 li.product:hover .add_to_cart_read_more:before,
ul.pwidth-lg-3 li.product.hover .add_to_cart_button:before,
ul.pwidth-lg-3 li.product:hover .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}

ul.pcols-lg-2 {
    margin: 0 -15px;
}

ul.pcols-lg-2 li.product,
ul.pcols-lg-2 li.product-category {
    width: 50%;
    padding: 0 15px;
}

ul.pwidth-lg-2 .product-image {
    font-size: 1.5em;
}

ul.pwidth-lg-2 .add-links {
    font-size: 1em;
}

ul.pwidth-lg-2 li.product.hover .add_to_cart_read_more,
ul.pwidth-lg-2 li.product:hover .add_to_cart_read_more,
ul.pwidth-lg-2 li.product.hover .add_to_cart_button,
ul.pwidth-lg-2 li.product:hover .add_to_cart_button {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

ul.pwidth-lg-2 li.product.hover .add_to_cart_read_more:before,
ul.pwidth-lg-2 li.product:hover .add_to_cart_read_more:before,
ul.pwidth-lg-2 li.product.hover .add_to_cart_button:before,
ul.pwidth-lg-2 li.product:hover .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}

@media (max-width: 1035px) {
    ul.pcols-md-6 {
        margin: 0 -3px;
    }

    ul.pcols-md-6 li.product,
    ul.pcols-md-6 li.product-category {
        width: 16.6667%;
        padding: 0 3px;
    }

    ul.pwidth-md-6 .product-image {
        font-size: 0.8em;
    }

    ul.pwidth-md-6 .add-links {
        font-size: 0.85em;
    }

    ul.pwidth-md-6 li.product.hover .add_to_cart_read_more,
    ul.pwidth-md-6 li.product:hover .add_to_cart_read_more,
    ul.pwidth-md-6 li.product.hover .add_to_cart_button,
    ul.pwidth-md-6 li.product:hover .add_to_cart_button {
        text-indent: -9999em;
        width: 2.2em;
        padding: 0;
    }

    ul.pwidth-md-6 li.product.hover .add_to_cart_read_more:before,
    ul.pwidth-md-6 li.product:hover .add_to_cart_read_more:before,
    ul.pwidth-md-6 li.product.hover .add_to_cart_button:before,
    ul.pwidth-md-6 li.product:hover .add_to_cart_button:before {
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
        font-size: 1.1em;
        margin-right: auto;
    }

    ul.pcols-md-5 {
        margin: 0 -6px;
    }

    ul.pcols-md-5 li.product,
    ul.pcols-md-5 li.product-category {
        width: 20%;
        padding: 0 6px;
    }

    ul.pwidth-md-5 .product-image {
        font-size: 0.9em;
    }

    ul.pwidth-md-5 .add-links {
        font-size: 0.95em;
    }

    ul.pwidth-md-5 li.product.hover .add_to_cart_read_more,
    ul.pwidth-md-5 li.product:hover .add_to_cart_read_more,
    ul.pwidth-md-5 li.product.hover .add_to_cart_button,
    ul.pwidth-md-5 li.product:hover .add_to_cart_button {
        text-indent: -9999em;
        width: 2.2em;
        padding: 0;
    }

    ul.pwidth-md-5 li.product.hover .add_to_cart_read_more:before,
    ul.pwidth-md-5 li.product:hover .add_to_cart_read_more:before,
    ul.pwidth-md-5 li.product.hover .add_to_cart_button:before,
    ul.pwidth-md-5 li.product:hover .add_to_cart_button:before {
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
        font-size: 1.1em;
        margin-right: auto;
    }

    ul.pcols-md-4 {
        margin: 0 -8px;
    }

    ul.pcols-md-4 li.product,
    ul.pcols-md-4 li.product-category {
        width: 25%;
        padding: 0 8px;
    }

    ul.pwidth-md-4 .product-image {
        font-size: 1em;
    }

    ul.pwidth-md-4 .add-links {
        font-size: 1em;
    }

    ul.pwidth-md-4 li.product.hover .add_to_cart_read_more,
    ul.pwidth-md-4 li.product:hover .add_to_cart_read_more,
    ul.pwidth-md-4 li.product.hover .add_to_cart_button,
    ul.pwidth-md-4 li.product:hover .add_to_cart_button {
        text-indent: 0;
        width: auto;
        padding: 0 0.7143em;
    }

    ul.pwidth-md-4 li.product.hover .add_to_cart_read_more:before,
    ul.pwidth-md-4 li.product:hover .add_to_cart_read_more:before,
    ul.pwidth-md-4 li.product.hover .add_to_cart_button:before,
    ul.pwidth-md-4 li.product:hover .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: 0.5714em;
    }

    ul.pcols-md-3 {
        margin: 0 -10px;
    }

    ul.pcols-md-3 li.product,
    ul.pcols-md-3 li.product-category {
        width: 33.3333%;
        padding: 0 10px;
    }

    ul.pwidth-md-3 .product-image {
        font-size: 1.15em;
    }

    ul.pwidth-md-3 .add-links {
        font-size: 1em;
    }

    ul.pwidth-md-3 li.product.hover .add_to_cart_read_more,
    ul.pwidth-md-3 li.product:hover .add_to_cart_read_more,
    ul.pwidth-md-3 li.product.hover .add_to_cart_button,
    ul.pwidth-md-3 li.product:hover .add_to_cart_button {
        text-indent: 0;
        width: auto;
        padding: 0 0.7143em;
    }

    ul.pwidth-md-3 li.product.hover .add_to_cart_read_more:before,
    ul.pwidth-md-3 li.product:hover .add_to_cart_read_more:before,
    ul.pwidth-md-3 li.product.hover .add_to_cart_button:before,
    ul.pwidth-md-3 li.product:hover .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: 0.5714em;
    }

    ul.pcols-md-2 {
        margin: 0 -12px;
    }

    ul.pcols-md-2 li.product,
    ul.pcols-md-2 li.product-category {
        width: 50%;
        padding: 0 12px;
    }

    ul.pwidth-md-2 .product-image {
        font-size: 1.4em;
    }

    ul.pwidth-md-2 .add-links {
        font-size: 1em;
    }

    ul.pwidth-md-2 li.product.hover .add_to_cart_read_more,
    ul.pwidth-md-2 li.product:hover .add_to_cart_read_more,
    ul.pwidth-md-2 li.product.hover .add_to_cart_button,
    ul.pwidth-md-2 li.product:hover .add_to_cart_button {
        text-indent: 0;
        width: auto;
        padding: 0 0.7143em;
    }

    ul.pwidth-md-2 li.product.hover .add_to_cart_read_more:before,
    ul.pwidth-md-2 li.product:hover .add_to_cart_read_more:before,
    ul.pwidth-md-2 li.product.hover .add_to_cart_button:before,
    ul.pwidth-md-2 li.product:hover .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: 0.5714em;
    }
}

.column2 ul.pcols-lg-6 {
    margin: 0 -3px;
}

.column2 ul.pcols-lg-6 li.product,
.column2 ul.pcols-lg-6 li.product-category {
    width: 16.6667%;
    padding: 0 3px;
}

.column2 ul.pwidth-lg-6 .product-image {
    font-size: 0.75em;
}

.column2 ul.pwidth-lg-6 .add-links {
    font-size: 0.8em;
}

.column2 ul.pwidth-lg-6 li.product.hover .add_to_cart_read_more,
.column2 ul.pwidth-lg-6 li.product:hover .add_to_cart_read_more,
.column2 ul.pwidth-lg-6 li.product.hover .add_to_cart_button,
.column2 ul.pwidth-lg-6 li.product:hover .add_to_cart_button {
    text-indent: -9999em;
    width: 2.2em;
    padding: 0;
}

.column2 ul.pwidth-lg-6 li.product.hover .add_to_cart_read_more:before,
.column2 ul.pwidth-lg-6 li.product:hover .add_to_cart_read_more:before,
.column2 ul.pwidth-lg-6 li.product.hover .add_to_cart_button:before,
.column2 ul.pwidth-lg-6 li.product:hover .add_to_cart_button:before {
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    font-size: 1.1em;
    margin-right: auto;
}

.column2 ul.pcols-lg-5 {
    margin: 0 -5px;
}

.column2 ul.pcols-lg-5 li.product,
.column2 ul.pcols-lg-5 li.product-category {
    width: 20%;
    padding: 0 5px;
}

.column2 ul.pwidth-lg-5 .product-image {
    font-size: 0.8em;
}

.column2 ul.pwidth-lg-5 .add-links {
    font-size: 0.9em;
}

.column2 ul.pwidth-lg-5 li.product.hover .add_to_cart_read_more,
.column2 ul.pwidth-lg-5 li.product:hover .add_to_cart_read_more,
.column2 ul.pwidth-lg-5 li.product.hover .add_to_cart_button,
.column2 ul.pwidth-lg-5 li.product:hover .add_to_cart_button {
    text-indent: -9999em;
    width: 2.2em;
    padding: 0;
}

.column2 ul.pwidth-lg-5 li.product.hover .add_to_cart_read_more:before,
.column2 ul.pwidth-lg-5 li.product:hover .add_to_cart_read_more:before,
.column2 ul.pwidth-lg-5 li.product.hover .add_to_cart_button:before,
.column2 ul.pwidth-lg-5 li.product:hover .add_to_cart_button:before {
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0;
    font-size: 1.1em;
    margin-right: auto;
}

.column2 ul.pcols-lg-4 {
    margin: 0 -7px;
}

.column2 ul.pcols-lg-4 li.product,
.column2 ul.pcols-lg-4 li.product-category {
    width: 25%;
    padding: 0 7px;
}

.column2 ul.pwidth-lg-4 .product-image {
    font-size: 0.9em;
}

.column2 ul.pwidth-lg-4 .add-links {
    font-size: 0.95em;
}

.column2 ul.pwidth-lg-4 li.product.hover .add_to_cart_read_more,
.column2 ul.pwidth-lg-4 li.product:hover .add_to_cart_read_more,
.column2 ul.pwidth-lg-4 li.product.hover .add_to_cart_button,
.column2 ul.pwidth-lg-4 li.product:hover .add_to_cart_button {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

.column2 ul.pwidth-lg-4 li.product.hover .add_to_cart_read_more:before,
.column2 ul.pwidth-lg-4 li.product:hover .add_to_cart_read_more:before,
.column2 ul.pwidth-lg-4 li.product.hover .add_to_cart_button:before,
.column2 ul.pwidth-lg-4 li.product:hover .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}

.column2 ul.pcols-lg-3 {
    margin: 0 -9px;
}

.column2 ul.pcols-lg-3 li.product,
.column2 ul.pcols-lg-3 li.product-category {
    width: 33.3333%;
    padding: 0 9px;
}

.column2 ul.pwidth-lg-3 .product-image {
    font-size: 1em;
}

.column2 ul.pwidth-lg-3 .add-links {
    font-size: 1em;
}

.column2 ul.pwidth-lg-3 li.product.hover .add_to_cart_read_more,
.column2 ul.pwidth-lg-3 li.product:hover .add_to_cart_read_more,
.column2 ul.pwidth-lg-3 li.product.hover .add_to_cart_button,
.column2 ul.pwidth-lg-3 li.product:hover .add_to_cart_button {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

.column2 ul.pwidth-lg-3 li.product.hover .add_to_cart_read_more:before,
.column2 ul.pwidth-lg-3 li.product:hover .add_to_cart_read_more:before,
.column2 ul.pwidth-lg-3 li.product.hover .add_to_cart_button:before,
.column2 ul.pwidth-lg-3 li.product:hover .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}

.column2 ul.pcols-lg-2 {
    margin: 0 -12px;
}

.column2 ul.pcols-lg-2 li.product,
.column2 ul.pcols-lg-2 li.product-category {
    width: 50%;
    padding: 0 12px;
}

.column2 ul.pwidth-lg-2 .product-image {
    font-size: 1.2em;
}

.column2 ul.pwidth-lg-2 .add-links {
    font-size: 1em;
}

.column2 ul.pwidth-lg-2 li.product.hover .add_to_cart_read_more,
.column2 ul.pwidth-lg-2 li.product:hover .add_to_cart_read_more,
.column2 ul.pwidth-lg-2 li.product.hover .add_to_cart_button,
.column2 ul.pwidth-lg-2 li.product:hover .add_to_cart_button {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

.column2 ul.pwidth-lg-2 li.product.hover .add_to_cart_read_more:before,
.column2 ul.pwidth-lg-2 li.product:hover .add_to_cart_read_more:before,
.column2 ul.pwidth-lg-2 li.product.hover .add_to_cart_button:before,
.column2 ul.pwidth-lg-2 li.product:hover .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}

@media (max-width: 1035px) {
    .column2 ul.pcols-md-5 {
        margin: 0 -3px;
    }

    .column2 ul.pcols-md-5 li.product,
    .column2 ul.pcols-md-5 li.product-category {
        width: 20%;
        padding: 0 3px;
    }

    .column2 ul.pwidth-md-5 .product-image {
        font-size: 0.75em;
    }

    .column2 ul.pwidth-md-5 .add-links {
        font-size: 0.8em;
    }

    .column2 ul.pwidth-md-5 li.product.hover .add_to_cart_read_more,
    .column2 ul.pwidth-md-5 li.product:hover .add_to_cart_read_more,
    .column2 ul.pwidth-md-5 li.product.hover .add_to_cart_button,
    .column2 ul.pwidth-md-5 li.product:hover .add_to_cart_button {
        text-indent: -9999em;
        width: 2.2em;
        padding: 0;
    }

    .column2 ul.pwidth-md-5 li.product.hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-md-5 li.product:hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-md-5 li.product.hover .add_to_cart_button:before,
    .column2 ul.pwidth-md-5 li.product:hover .add_to_cart_button:before {
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
        font-size: 1.1em;
        margin-right: auto;
    }

    .column2 ul.pcols-md-4 {
        margin: 0 -5px;
    }

    .column2 ul.pcols-md-4 li.product,
    .column2 ul.pcols-md-4 li.product-category {
        width: 25%;
        padding: 0 5px;
    }

    .column2 ul.pwidth-md-4 .product-image {
        font-size: 0.8em;
    }

    .column2 ul.pwidth-md-4 .add-links {
        font-size: 0.9em;
    }

    .column2 ul.pwidth-md-4 li.product.hover .add_to_cart_read_more,
    .column2 ul.pwidth-md-4 li.product:hover .add_to_cart_read_more,
    .column2 ul.pwidth-md-4 li.product.hover .add_to_cart_button,
    .column2 ul.pwidth-md-4 li.product:hover .add_to_cart_button {
        text-indent: -9999em;
        width: 2.2em;
        padding: 0;
    }

    .column2 ul.pwidth-md-4 li.product.hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-md-4 li.product:hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-md-4 li.product.hover .add_to_cart_button:before,
    .column2 ul.pwidth-md-4 li.product:hover .add_to_cart_button:before {
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
        font-size: 1.1em;
        margin-right: auto;
    }

    .column2 ul.pcols-md-3 {
        margin: 0 -7px;
    }

    .column2 ul.pcols-md-3 li.product,
    .column2 ul.pcols-md-3 li.product-category {
        width: 33.3333%;
        padding: 0 7px;
    }

    .column2 ul.pwidth-md-3 .product-image {
        font-size: 0.9em;
    }

    .column2 ul.pwidth-md-3 .add-links {
        font-size: 1em;
    }

    .column2 ul.pwidth-md-3 li.product.hover .add_to_cart_read_more,
    .column2 ul.pwidth-md-3 li.product:hover .add_to_cart_read_more,
    .column2 ul.pwidth-md-3 li.product.hover .add_to_cart_button,
    .column2 ul.pwidth-md-3 li.product:hover .add_to_cart_button {
        text-indent: 0;
        width: auto;
        padding: 0 0.7143em;
    }

    .column2 ul.pwidth-md-3 li.product.hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-md-3 li.product:hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-md-3 li.product.hover .add_to_cart_button:before,
    .column2 ul.pwidth-md-3 li.product:hover .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: 0.5714em;
    }

    .column2 ul.pcols-md-2 {
        margin: 0 -10px;
    }

    .column2 ul.pcols-md-2 li.product,
    .column2 ul.pcols-md-2 li.product-category {
        width: 50%;
        padding: 0 10px;
    }

    .column2 ul.pwidth-md-2 .product-image {
        font-size: 1.1em;
    }

    .column2 ul.pwidth-md-2 .add-links {
        font-size: 1em;
    }

    .column2 ul.pwidth-md-2 li.product.hover .add_to_cart_read_more,
    .column2 ul.pwidth-md-2 li.product:hover .add_to_cart_read_more,
    .column2 ul.pwidth-md-2 li.product.hover .add_to_cart_button,
    .column2 ul.pwidth-md-2 li.product:hover .add_to_cart_button {
        text-indent: 0;
        width: auto;
        padding: 0 0.7143em;
    }

    .column2 ul.pwidth-md-2 li.product.hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-md-2 li.product:hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-md-2 li.product.hover .add_to_cart_button:before,
    .column2 ul.pwidth-md-2 li.product:hover .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: 0.5714em;
    }
}

@media (max-width: 767px) {

    ul.pcols-xs-3,
    .column2 ul.pcols-xs-3 {
        margin: 0 -3px;
    }

    ul.pcols-xs-3 li.product,
    .column2 ul.pcols-xs-3 li.product,
    ul.pcols-xs-3 li.product-category,
    .column2 ul.pcols-xs-3 li.product-category {
        width: 33.3333%;
        padding: 0 3px;
    }

    ul.pwidth-xs-3 .product-image,
    .column2 ul.pwidth-xs-3 .product-image {
        font-size: 0.85em;
    }

    ul.pwidth-xs-3 .add-links,
    .column2 ul.pwidth-xs-3 .add-links {
        font-size: 0.85em;
    }

    ul.pwidth-xs-3 li.product.hover .add_to_cart_read_more,
    .column2 ul.pwidth-xs-3 li.product.hover .add_to_cart_read_more,
    ul.pwidth-xs-3 li.product:hover .add_to_cart_read_more,
    .column2 ul.pwidth-xs-3 li.product:hover .add_to_cart_read_more,
    ul.pwidth-xs-3 li.product.hover .add_to_cart_button,
    .column2 ul.pwidth-xs-3 li.product.hover .add_to_cart_button,
    ul.pwidth-xs-3 li.product:hover .add_to_cart_button,
    .column2 ul.pwidth-xs-3 li.product:hover .add_to_cart_button {
        text-indent: -9999em;
        width: 2.2em;
        padding: 0;
    }

    ul.pwidth-xs-3 li.product.hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-xs-3 li.product.hover .add_to_cart_read_more:before,
    ul.pwidth-xs-3 li.product:hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-xs-3 li.product:hover .add_to_cart_read_more:before,
    ul.pwidth-xs-3 li.product.hover .add_to_cart_button:before,
    .column2 ul.pwidth-xs-3 li.product.hover .add_to_cart_button:before,
    ul.pwidth-xs-3 li.product:hover .add_to_cart_button:before,
    .column2 ul.pwidth-xs-3 li.product:hover .add_to_cart_button:before {
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
        font-size: 1.1em;
        margin-right: auto;
    }

    ul.pcols-xs-2,
    .column2 ul.pcols-xs-2 {
        margin: 0 -6px;
    }

    ul.pcols-xs-2 li.product,
    .column2 ul.pcols-xs-2 li.product,
    ul.pcols-xs-2 li.product-category,
    .column2 ul.pcols-xs-2 li.product-category {
        width: 50%;
        padding: 0 6px;
    }

    ul.pwidth-xs-2 .product-image,
    .column2 ul.pwidth-xs-2 .product-image {
        font-size: 1em;
    }

    ul.pwidth-xs-2 .add-links,
    .column2 ul.pwidth-xs-2 .add-links {
        font-size: 1em;
    }

    ul.pwidth-xs-2 li.product.hover .add_to_cart_read_more,
    .column2 ul.pwidth-xs-2 li.product.hover .add_to_cart_read_more,
    ul.pwidth-xs-2 li.product:hover .add_to_cart_read_more,
    .column2 ul.pwidth-xs-2 li.product:hover .add_to_cart_read_more,
    ul.pwidth-xs-2 li.product.hover .add_to_cart_button,
    .column2 ul.pwidth-xs-2 li.product.hover .add_to_cart_button,
    ul.pwidth-xs-2 li.product:hover .add_to_cart_button,
    .column2 ul.pwidth-xs-2 li.product:hover .add_to_cart_button {
        text-indent: 0;
        width: auto;
        padding: 0 0.7143em;
    }

    ul.pwidth-xs-2 li.product.hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-xs-2 li.product.hover .add_to_cart_read_more:before,
    ul.pwidth-xs-2 li.product:hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-xs-2 li.product:hover .add_to_cart_read_more:before,
    ul.pwidth-xs-2 li.product.hover .add_to_cart_button:before,
    .column2 ul.pwidth-xs-2 li.product.hover .add_to_cart_button:before,
    ul.pwidth-xs-2 li.product:hover .add_to_cart_button:before,
    .column2 ul.pwidth-xs-2 li.product:hover .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: 0.5714em;
    }

    ul.pcols-xs-1,
    .column2 ul.pcols-xs-1 {
        margin: 0;
    }

    ul.pcols-xs-1 li.product,
    .column2 ul.pcols-xs-1 li.product,
    ul.pcols-xs-1 li.product-category,
    .column2 ul.pcols-xs-1 li.product-category {
        width: 100%;
        padding: 0;
    }

    ul.pwidth-xs-1 .product-image,
    .column2 ul.pwidth-xs-1 .product-image {
        font-size: 1.2em;
    }

    ul.pwidth-xs-1 .add-links,
    .column2 ul.pwidth-xs-1 .add-links {
        font-size: 1em;
    }

    ul.pwidth-xs-1 li.product.hover .add_to_cart_read_more,
    .column2 ul.pwidth-xs-1 li.product.hover .add_to_cart_read_more,
    ul.pwidth-xs-1 li.product:hover .add_to_cart_read_more,
    .column2 ul.pwidth-xs-1 li.product:hover .add_to_cart_read_more,
    ul.pwidth-xs-1 li.product.hover .add_to_cart_button,
    .column2 ul.pwidth-xs-1 li.product.hover .add_to_cart_button,
    ul.pwidth-xs-1 li.product:hover .add_to_cart_button,
    .column2 ul.pwidth-xs-1 li.product:hover .add_to_cart_button {
        text-indent: 0;
        width: auto;
        padding: 0 0.7143em;
    }

    ul.pwidth-xs-1 li.product.hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-xs-1 li.product.hover .add_to_cart_read_more:before,
    ul.pwidth-xs-1 li.product:hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-xs-1 li.product:hover .add_to_cart_read_more:before,
    ul.pwidth-xs-1 li.product.hover .add_to_cart_button:before,
    .column2 ul.pwidth-xs-1 li.product.hover .add_to_cart_button:before,
    ul.pwidth-xs-1 li.product:hover .add_to_cart_button:before,
    .column2 ul.pwidth-xs-1 li.product:hover .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: 0.5714em;
    }
}

@media (max-width: 480px) {

    ul.pcols-ls-2,
    .column2 ul.pcols-ls-2 {
        margin: 0 -3px;
    }

    ul.pcols-ls-2 li.product,
    .column2 ul.pcols-ls-2 li.product,
    ul.pcols-ls-2 li.product-category,
    .column2 ul.pcols-ls-2 li.product-category {
        width: 50%;
        padding: 0 3px;
    }

    ul.pwidth-ls-2 .product-image,
    .column2 ul.pwidth-ls-2 .product-image {
        font-size: 0.8em;
    }

    ul.pwidth-ls-2 .add-links,
    .column2 ul.pwidth-ls-2 .add-links {
        font-size: 0.85em;
    }

    ul.pwidth-ls-2 li.product.hover .add_to_cart_read_more,
    .column2 ul.pwidth-ls-2 li.product.hover .add_to_cart_read_more,
    ul.pwidth-ls-2 li.product:hover .add_to_cart_read_more,
    .column2 ul.pwidth-ls-2 li.product:hover .add_to_cart_read_more,
    ul.pwidth-ls-2 li.product.hover .add_to_cart_button,
    .column2 ul.pwidth-ls-2 li.product.hover .add_to_cart_button,
    ul.pwidth-ls-2 li.product:hover .add_to_cart_button,
    .column2 ul.pwidth-ls-2 li.product:hover .add_to_cart_button {
        text-indent: -9999em;
        width: 2.2em;
        padding: 0;
    }

    ul.pwidth-ls-2 li.product.hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-ls-2 li.product.hover .add_to_cart_read_more:before,
    ul.pwidth-ls-2 li.product:hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-ls-2 li.product:hover .add_to_cart_read_more:before,
    ul.pwidth-ls-2 li.product.hover .add_to_cart_button:before,
    .column2 ul.pwidth-ls-2 li.product.hover .add_to_cart_button:before,
    ul.pwidth-ls-2 li.product:hover .add_to_cart_button:before,
    .column2 ul.pwidth-ls-2 li.product:hover .add_to_cart_button:before {
        position: absolute;
        left: 0;
        right: 0;
        text-indent: 0;
        font-size: 1.1em;
        margin-right: auto;
    }

    ul.pcols-ls-1,
    .column2 ul.pcols-ls-1 {
        margin: 0;
    }

    ul.pcols-ls-1 li.product,
    .column2 ul.pcols-ls-1 li.product,
    ul.pcols-ls-1 li.product-category,
    .column2 ul.pcols-ls-1 li.product-category {
        width: 100%;
        padding: 0;
    }

    ul.pwidth-ls-1 .product-image,
    .column2 ul.pwidth-ls-1 .product-image {
        font-size: 1.1em;
    }

    ul.pwidth-ls-1 .add-links,
    .column2 ul.pwidth-ls-1 .add-links {
        font-size: 1em;
    }

    ul.pwidth-ls-1 li.product.hover .add_to_cart_read_more,
    .column2 ul.pwidth-ls-1 li.product.hover .add_to_cart_read_more,
    ul.pwidth-ls-1 li.product:hover .add_to_cart_read_more,
    .column2 ul.pwidth-ls-1 li.product:hover .add_to_cart_read_more,
    ul.pwidth-ls-1 li.product.hover .add_to_cart_button,
    .column2 ul.pwidth-ls-1 li.product.hover .add_to_cart_button,
    ul.pwidth-ls-1 li.product:hover .add_to_cart_button,
    .column2 ul.pwidth-ls-1 li.product:hover .add_to_cart_button {
        text-indent: 0;
        width: auto;
        padding: 0 0.7143em;
    }

    ul.pwidth-ls-1 li.product.hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-ls-1 li.product.hover .add_to_cart_read_more:before,
    ul.pwidth-ls-1 li.product:hover .add_to_cart_read_more:before,
    .column2 ul.pwidth-ls-1 li.product:hover .add_to_cart_read_more:before,
    ul.pwidth-ls-1 li.product.hover .add_to_cart_button:before,
    .column2 ul.pwidth-ls-1 li.product.hover .add_to_cart_button:before,
    ul.pwidth-ls-1 li.product:hover .add_to_cart_button:before,
    .column2 ul.pwidth-ls-1 li.product:hover .add_to_cart_button:before {
        position: static;
        font-size: 1em;
        margin-right: 0.5714em;
    }
}

ul li.pcols-lg-first,
.column2 ul li.pcols-lg-first {
    clear: both;
}

@media (max-width: 1035px) {

    ul li.pcols-lg-first,
    .column2 ul li.pcols-lg-first {
        clear: none;
    }

    ul li.pcols-md-first,
    .column2 ul li.pcols-md-first {
        clear: both;
    }
}

@media (max-width: 767px) {

    ul li.pcols-md-first,
    .column2 ul li.pcols-md-first {
        clear: none;
    }

    ul li.pcols-xs-first,
    .column2 ul li.pcols-xs-first {
        clear: both;
    }
}

@media (max-width: 480px) {

    ul li.pcols-xs-first,
    .column2 ul li.pcols-xs-first {
        clear: none;
    }

    ul li.pcols-ls-first,
    .column2 ul li.pcols-ls-first {
        clear: both;
    }
}

ul.list.products,
.column2 ul.list.products {
    margin: 0;
}

ul.list li.product,
.column2 ul.list li.product {
    width: 100%;
    padding: 0;
    margin-bottom: 2.1429em;
    text-align: left;
}

ul.list li.product .description,
.column2 ul.list li.product .description {
    display: block;
}

ul.list li.product .product-image,
.column2 ul.list li.product .product-image {
    float: left;
    padding-left: 0 !important;
    margin-bottom: 0;
}

ul.list li.product h3,
.column2 ul.list li.product h3 {
    font-size: 1.2857em;
    font-weight: 600;
    margin-top: 0.3em;
}

ul.list li.product .rating-wrap,
.column2 ul.list li.product .rating-wrap {
    display: block;
    margin-bottom: 2em;
}

ul.list li.product .rating-wrap .rating-before,
.column2 ul.list li.product .rating-wrap .rating-before {
    display: none;
}

ul.list li.product .rating-wrap .rating-after,
.column2 ul.list li.product .rating-wrap .rating-after {
    width: 100%;
    padding-left: 0.6em;
}

ul.list li.product .rating-wrap .star-rating,
.column2 ul.list li.product .rating-wrap .star-rating {
    margin-left: 0;
}

ul.list li.product .rating-wrap .star-rating,
.column2 ul.list li.product .rating-wrap .star-rating,
ul.list li.product .rating-wrap .star-rating span,
.column2 ul.list li.product .rating-wrap .star-rating span {
    width: 5.5em;
}

ul.list li.product .rating-wrap .star-rating:before,
.column2 ul.list li.product .rating-wrap .star-rating:before,
ul.list li.product .rating-wrap .star-rating span:before,
.column2 ul.list li.product .rating-wrap .star-rating span:before {
    left: 0em;
}

ul.list li.product .price,
.column2 ul.list li.product .price {
    margin-top: 0;
}

ul.list li.product .add-links,
.column2 ul.list li.product .add-links {
    display: inline;
}

ul.list li.product .add-links .yith-wcwl-add-to-wishlist>div,
.column2 ul.list li.product .add-links .yith-wcwl-add-to-wishlist>div,
ul.list li.product .add-links .quickview,
.column2 ul.list li.product .add-links .quickview {
    position: relative;
    left: 0 !important;
    opacity: 1;
    visibility: visible;
}

ul.list li.product .add_to_cart_button,
.column2 ul.list li.product .add_to_cart_button,
ul.list li.product .add_to_cart_read_more,
.column2 ul.list li.product .add_to_cart_read_more {
    margin-right: 0.8em;
    color: #fff;
}

ul.list li.product .yith-wcwl-add-to-wishlist,
.column2 ul.list li.product .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin-right: 0.2143em;
}

ul.list .add-links,
.column2 ul.list .add-links {
    font-size: 1em;
}

ul.list li.product.hover .add_to_cart_read_more,
.column2 ul.list li.product.hover .add_to_cart_read_more,
ul.list li.product:hover .add_to_cart_read_more,
.column2 ul.list li.product:hover .add_to_cart_read_more,
ul.list li.product.hover .add_to_cart_button,
.column2 ul.list li.product.hover .add_to_cart_button,
ul.list li.product:hover .add_to_cart_button,
.column2 ul.list li.product:hover .add_to_cart_button {
    text-indent: 0;
    width: auto;
    padding: 0 0.7143em;
}

ul.list li.product.hover .add_to_cart_read_more:before,
.column2 ul.list li.product.hover .add_to_cart_read_more:before,
ul.list li.product:hover .add_to_cart_read_more:before,
.column2 ul.list li.product:hover .add_to_cart_read_more:before,
ul.list li.product.hover .add_to_cart_button:before,
.column2 ul.list li.product.hover .add_to_cart_button:before,
ul.list li.product:hover .add_to_cart_button:before,
.column2 ul.list li.product:hover .add_to_cart_button:before {
    position: static;
    font-size: 1em;
    margin-right: 0.5714em;
}

ul.list li.product>* {
    display: block;
}

ul.list li.product>script,
ul.list li.product>style {
    display: none;
}

ul.list.pcols-lg-8 li.product>* {
    padding-left: 14%;
}

ul.list.pcols-lg-8 li.product .product-image {
    width: 12.5%;
    font-size: 0.75em;
}

ul.list.pcols-lg-7 li.product>* {
    padding-left: 16%;
}

ul.list.pcols-lg-7 li.product .product-image {
    width: 14.5%;
    font-size: 0.8em;
}

ul.list.pcols-lg-6 li.product>* {
    padding-left: 18.5%;
}

ul.list.pcols-lg-6 li.product .product-image {
    width: 17%;
    font-size: 0.85em;
}

ul.list.pcols-lg-5 li.product>*,
ul.list.pcols-lg-4 li.product>*,
ul.list.pcols-lg-3 li.product>*,
ul.list.pcols-lg-2 li.product>* {
    padding-left: 21.5%;
}

ul.list.pcols-lg-5 li.product .product-image,
ul.list.pcols-lg-4 li.product .product-image,
ul.list.pcols-lg-3 li.product .product-image,
ul.list.pcols-lg-2 li.product .product-image {
    width: 20%;
    font-size: 1em;
}

@media (max-width: 1035px) {
    ul.list.pcols-md-6 li.product>* {
        padding-left: 18.8%;
    }

    ul.list.pcols-md-6 li.product .product-image {
        width: 17%;
        font-size: 0.75em;
    }

    ul.list.pcols-md-5 li.product>* {
        padding-left: 21.8%;
    }

    ul.list.pcols-md-5 li.product .product-image {
        width: 20%;
        font-size: 0.8em;
    }

    ul.list.pcols-md-4 li.product>*,
    ul.list.pcols-md-3 li.product>*,
    ul.list.pcols-md-2 li.product>* {
        padding-left: 24.3%;
    }

    ul.list.pcols-md-4 li.product .product-image,
    ul.list.pcols-md-3 li.product .product-image,
    ul.list.pcols-md-2 li.product .product-image {
        width: 22.5%;
        font-size: 0.9em;
    }
}

.column2 ul.list.pcols-lg-6 li.product>* {
    padding-left: 18.5%;
}

.column2 ul.list.pcols-lg-6 li.product .product-image {
    width: 17%;
    font-size: 0.8em;
}

.column2 ul.list.pcols-lg-5 li.product>*,
.column2 ul.list.pcols-lg-4 li.product>*,
.column2 ul.list.pcols-lg-3 li.product>*,
.column2 ul.list.pcols-lg-2 li.product>* {
    padding-left: 21.5%;
}

.column2 ul.list.pcols-lg-5 li.product .product-image,
.column2 ul.list.pcols-lg-4 li.product .product-image,
.column2 ul.list.pcols-lg-3 li.product .product-image,
.column2 ul.list.pcols-lg-2 li.product .product-image {
    width: 20%;
    font-size: 0.9em;
}

@media (max-width: 1035px) {

    .column2 ul.list.pcols-md-6 li.product>*,
    .column2 ul.list.pcols-md-5 li.product>* {
        padding-left: 21.8%;
    }

    .column2 ul.list.pcols-md-6 li.product .product-image,
    .column2 ul.list.pcols-md-5 li.product .product-image {
        width: 20%;
        font-size: 0.8em;
    }

    .column2 ul.list.pcols-md-4 li.product>*,
    .column2 ul.list.pcols-md-3 li.product>*,
    .column2 ul.list.pcols-md-2 li.product>* {
        padding-left: 24.3%;
    }

    .column2 ul.list.pcols-md-4 li.product .product-image,
    .column2 ul.list.pcols-md-3 li.product .product-image,
    .column2 ul.list.pcols-md-2 li.product .product-image {
        width: 22.5%;
        font-size: 0.8em;
    }
}

@media (max-width: 767px) {

    ul.list.pcols-xs-3 li.product>*,
    .column2 ul.list.pcols-xs-3 li.product>*,
    ul.list.pcols-xs-2 li.product>*,
    .column2 ul.list.pcols-xs-2 li.product>*,
    ul.list.pcols-xs-1 li.product>*,
    .column2 ul.list.pcols-xs-1 li.product>* {
        padding-left: 0;
    }

    ul.list.pcols-xs-3 li.product .rating-after,
    .column2 ul.list.pcols-xs-3 li.product .rating-after,
    ul.list.pcols-xs-2 li.product .rating-after,
    .column2 ul.list.pcols-xs-2 li.product .rating-after,
    ul.list.pcols-xs-1 li.product .rating-after,
    .column2 ul.list.pcols-xs-1 li.product .rating-after {
        display: none;
    }

    ul.list.pcols-xs-3 li.product .product-image,
    .column2 ul.list.pcols-xs-3 li.product .product-image,
    ul.list.pcols-xs-2 li.product .product-image,
    .column2 ul.list.pcols-xs-2 li.product .product-image,
    ul.list.pcols-xs-1 li.product .product-image,
    .column2 ul.list.pcols-xs-1 li.product .product-image {
        width: 30%;
        margin-right: 18px;
        font-size: 0.8em;
    }
}

@media (max-width: 480px) {

    ul.list.pcols-ls-2 li.product .product-image,
    .column2 ul.list.pcols-ls-2 li.product .product-image,
    ul.list.pcols-ls-1 li.product .product-image,
    .column2 ul.list.pcols-ls-1 li.product .product-image {
        width: 40%;
        margin-right: 15px;
        font-size: 0.75em;
    }
}

ul.products.list li.product-category img,
.column2 ul.products.list li.product-category img {
    width: 100%;
    font-size: 1em;
}

ul.products li.product-category a,
.column2 ul.products li.product-category a {
    text-decoration: none;
}

ul.products li.product-category .thumb-info,
.column2 ul.products li.product-category .thumb-info {
    min-height: 90px;
    margin-bottom: 0;
    text-align: left;
}

ul.products li.product-category .thumb-info h3,
.column2 ul.products li.product-category .thumb-info h3 {
    font-weight: inherit;
    font-size: 1em;
    font-weight: inherit;
    color: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

ul.products li.product-category mark,
.column2 ul.products li.product-category mark {
    padding: 0;
    background: transparent;
    color: inherit;
}

.porto-products.hide-count ul.products li.product-category .thumb-info-wrap {
    bottom: 10%;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
}

.porto-products.hide-count ul.products li.product-category .thumb-info-wrap .thumb-info-title {
    position: static;
    display: inline-block;
}

.porto-products.hide-count ul.products li.product-category .thumb-info-wrap h3 {
    line-height: 1;
}

.porto-products.hide-count ul.products li.product-category .thumb-info-type {
    display: none;
}

ul.products.products-slider li.product,
.column2 ul.products.products-slider li.product,
ul.products.product-carousel li.product,
.column2 ul.products.product-carousel li.product,
ul.products.products-slider li.product-category,
.column2 ul.products.products-slider li.product-category,
ul.products.product-carousel li.product-category,
.column2 ul.products.product-carousel li.product-category {
    float: none;
    width: 100%;
}

ul.products.product-carousel,
.column2 ul.products.product-carousel {
    margin: 0;
}

ul.products.product_list_widget .product {
    float: none;
    text-align: left;
    padding-left: 0;
}

ul.products.product_list_widget .product .product-image {
    margin-left: 0;
    margin-right: 15px;
}

ul.products.product_list_widget .product .rating-wrap {
    display: block;
    margin: -8px 0 6px;
    height: auto;
}

ul.products.product_list_widget .product .rating-wrap .star-rating {
    width: 5.5em;
}

ul.products.product_list_widget .add-links {
    font-size: 0.8571em;
}

ul.products.product_list_widget .add-links .add_to_cart_button,
ul.products.product_list_widget .add-links .add_to_cart_read_more {
    text-indent: 0 !important;
}

ul.products.product_list_widget .add-links .add_to_cart_button:before,
ul.products.product_list_widget .add-links .add_to_cart_read_more:before {
    display: none;
}

ul.products.product_list_widget .add-links .tooltip {
    display: none !important;
}

ul.products.product_list_widget .labels,
ul.products.product_list_widget .description,
ul.products.product_list_widget .yith-wcwl-add-to-wishlist,
ul.products.product_list_widget .add-links .quickview {
    display: none;
}

ul.products.product_list_widget .rating-wrap .rating-before,
ul.products.product_list_widget .rating-wrap .rating-after {
    display: none !important;
}

ul.products.product_list_widget .rating-wrap .star-rating {
    margin-left: 0 !important;
    font-size: 1em;
}

ul.products.product_list_widget .rating-wrap .star-rating:before,
ul.products.product_list_widget .rating-wrap .star-rating span:before {
    left: 0 !important;
}

ul.products.product_list_widget .add-links-wrap {
    display: block !important;
}

ul.products.product_list_widget .links-on-image .add-links-wrap {
    display: none !important;
}

.yith-wcan-loading {
    height: 200px;
}

.prdctfltr_filter_title a {
    text-decoration: none;
}

.widget_product_categories,
.widget_price_filter,
.widget_layered_nav,
.widget_layered_nav_filters,
.widget_rating_filter {
    border: 1px solid #ddd;
    border-radius: 0;
    background: #fbfbfb;
    margin-bottom: 1.0714em;
    margin-top: 0;
    position: relative;
}

.widget_product_categories>ul,
.widget_price_filter>ul,
.widget_layered_nav>ul,
.widget_layered_nav_filters>ul,
.widget_rating_filter>ul,
.widget_product_categories>div>ul,
.widget_price_filter>div>ul,
.widget_layered_nav>div>ul,
.widget_layered_nav_filters>div>ul,
.widget_rating_filter>div>ul,
.widget_product_categories>*,
.widget_price_filter>*,
.widget_layered_nav>*,
.widget_layered_nav_filters>*,
.widget_rating_filter>* {
    padding: 0.7143em 1.0714em;
    border-width: 0;
    margin: 0;
}

.widget_product_categories>select,
.widget_price_filter>select,
.widget_layered_nav>select,
.widget_layered_nav_filters>select,
.widget_rating_filter>select {
    margin: 1.0714em 5%;
    width: 90%;
    padding: 0.4em;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3) inset;
}

.widget_product_categories .widget-title,
.widget_price_filter .widget-title,
.widget_layered_nav .widget-title,
.widget_layered_nav_filters .widget-title,
.widget_rating_filter .widget-title {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-radius: 0 0 0 0;
    font-size: 0.9286em;
    font-weight: 700;
    line-height: 1.4;
    padding: 0.7143em 1.0714em;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.widget_product_categories .widget-title .toggle,
.widget_price_filter .widget-title .toggle,
.widget_layered_nav .widget-title .toggle,
.widget_layered_nav_filters .widget-title .toggle,
.widget_rating_filter .widget-title .toggle {
    display: inline-block;
    width: 1.8571em;
    height: 1.8571em;
    line-height: 1.7572em;
    color: #ccc;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    position: absolute;
    right: 1.0714em;
    top: 1px;
    bottom: 0;
    margin: auto;
    padding: 0;
    cursor: pointer;
    
    text-align: center;
    -webkit-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    transition: all 0.25s ease 0s;
}

.widget_product_categories .widget-title .toggle:before,
.widget_price_filter .widget-title .toggle:before,
.widget_layered_nav .widget-title .toggle:before,
.widget_layered_nav_filters .widget-title .toggle:before,
.widget_rating_filter .widget-title .toggle:before {
    content: "\f0d8";
}

.widget_product_categories .widget-title .toggle:hover,
.widget_price_filter .widget-title .toggle:hover,
.widget_layered_nav .widget-title .toggle:hover,
.widget_layered_nav_filters .widget-title .toggle:hover,
.widget_rating_filter .widget-title .toggle:hover {
    color: #fff;
}

.widget_product_categories.closed .widget-title,
.widget_price_filter.closed .widget-title,
.widget_layered_nav.closed .widget-title,
.widget_layered_nav_filters.closed .widget-title,
.widget_rating_filter.closed .widget-title {
    border-bottom-width: 0;
    border-radius: 0;
}

.widget_product_categories.closed .widget-title .toggle:before,
.widget_price_filter.closed .widget-title .toggle:before,
.widget_layered_nav.closed .widget-title .toggle:before,
.widget_layered_nav_filters.closed .widget-title .toggle:before,
.widget_rating_filter.closed .widget-title .toggle:before {
    content: "\f0d7";
}

.widget_product_categories ul li,
.widget_price_filter ul li,
.widget_layered_nav ul li,
.widget_layered_nav_filters ul li,
.widget_rating_filter ul li,
.widget_product_categories ol li,
.widget_price_filter ol li,
.widget_layered_nav ol li,
.widget_layered_nav_filters ol li,
.widget_rating_filter ol li {
    position: relative;
    border-width: 0;
    padding: 0;
}

.widget_product_categories ul li>a,
.widget_price_filter ul li>a,
.widget_layered_nav ul li>a,
.widget_layered_nav_filters ul li>a,
.widget_rating_filter ul li>a,
.widget_product_categories ol li>a,
.widget_price_filter ol li>a,
.widget_layered_nav ol li>a,
.widget_layered_nav_filters ol li>a,
.widget_rating_filter ol li>a {
    text-decoration: none;
    display: inline-block;
    padding: 4px 0;
}

.widget_product_categories ul li .toggle,
.widget_price_filter ul li .toggle,
.widget_layered_nav ul li .toggle,
.widget_layered_nav_filters ul li .toggle,
.widget_rating_filter ul li .toggle,
.widget_product_categories ol li .toggle,
.widget_price_filter ol li .toggle,
.widget_layered_nav ol li .toggle,
.widget_layered_nav_filters ol li .toggle,
.widget_rating_filter ol li .toggle {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: -5px;
    top: 4px;
    margin: 0;
    padding: 0;
    width: 24px;
    height: 24px;
    
}

.widget_product_categories ul li .toggle:before,
.widget_price_filter ul li .toggle:before,
.widget_layered_nav ul li .toggle:before,
.widget_layered_nav_filters ul li .toggle:before,
.widget_rating_filter ul li .toggle:before,
.widget_product_categories ol li .toggle:before,
.widget_price_filter ol li .toggle:before,
.widget_layered_nav ol li .toggle:before,
.widget_layered_nav_filters ol li .toggle:before,
.widget_rating_filter ol li .toggle:before {
    content: "\f0fe";
    font-size: 1.2em;
}

.widget_product_categories ul li.open>.toggle:before,
.widget_price_filter ul li.open>.toggle:before,
.widget_layered_nav ul li.open>.toggle:before,
.widget_layered_nav_filters ul li.open>.toggle:before,
.widget_rating_filter ul li.open>.toggle:before,
.widget_product_categories ol li.open>.toggle:before,
.widget_price_filter ol li.open>.toggle:before,
.widget_layered_nav ol li.open>.toggle:before,
.widget_layered_nav_filters ol li.open>.toggle:before,
.widget_rating_filter ol li.open>.toggle:before,
.widget_product_categories ul li.current>.toggle:before,
.widget_price_filter ul li.current>.toggle:before,
.widget_layered_nav ul li.current>.toggle:before,
.widget_layered_nav_filters ul li.current>.toggle:before,
.widget_rating_filter ul li.current>.toggle:before,
.widget_product_categories ol li.current>.toggle:before,
.widget_price_filter ol li.current>.toggle:before,
.widget_layered_nav ol li.current>.toggle:before,
.widget_layered_nav_filters ol li.current>.toggle:before,
.widget_rating_filter ol li.current>.toggle:before {
    content: "\f146";
}

.widget_product_categories ul li.closed>.toggle:before,
.widget_price_filter ul li.closed>.toggle:before,
.widget_layered_nav ul li.closed>.toggle:before,
.widget_layered_nav_filters ul li.closed>.toggle:before,
.widget_rating_filter ul li.closed>.toggle:before,
.widget_product_categories ol li.closed>.toggle:before,
.widget_price_filter ol li.closed>.toggle:before,
.widget_layered_nav ol li.closed>.toggle:before,
.widget_layered_nav_filters ol li.closed>.toggle:before,
.widget_rating_filter ol li.closed>.toggle:before {
    content: "\f0fe";
}

.widget_product_categories ul li.current>ul.children,
.widget_price_filter ul li.current>ul.children,
.widget_layered_nav ul li.current>ul.children,
.widget_layered_nav_filters ul li.current>ul.children,
.widget_rating_filter ul li.current>ul.children,
.widget_product_categories ol li.current>ul.children,
.widget_price_filter ol li.current>ul.children,
.widget_layered_nav ol li.current>ul.children,
.widget_layered_nav_filters ol li.current>ul.children,
.widget_rating_filter ol li.current>ul.children,
.widget_product_categories ul li.current>ol.children,
.widget_price_filter ul li.current>ol.children,
.widget_layered_nav ul li.current>ol.children,
.widget_layered_nav_filters ul li.current>ol.children,
.widget_rating_filter ul li.current>ol.children,
.widget_product_categories ol li.current>ol.children,
.widget_price_filter ol li.current>ol.children,
.widget_layered_nav ol li.current>ol.children,
.widget_layered_nav_filters ol li.current>ol.children,
.widget_rating_filter ol li.current>ol.children {
    display: block;
}

.widget_product_categories ul li .small,
.widget_price_filter ul li .small,
.widget_layered_nav ul li .small,
.widget_layered_nav_filters ul li .small,
.widget_rating_filter ul li .small,
.widget_product_categories ol li .small,
.widget_price_filter ol li .small,
.widget_layered_nav ol li .small,
.widget_layered_nav_filters ol li .small,
.widget_rating_filter ol li .small,
.widget_product_categories ul li small,
.widget_price_filter ul li small,
.widget_layered_nav ul li small,
.widget_layered_nav_filters ul li small,
.widget_rating_filter ul li small,
.widget_product_categories ol li small,
.widget_price_filter ol li small,
.widget_layered_nav ol li small,
.widget_layered_nav_filters ol li small,
.widget_rating_filter ol li small {
    float: right;
    font-size: 1em;
}

.widget_product_categories ul ul,
.widget_price_filter ul ul,
.widget_layered_nav ul ul,
.widget_layered_nav_filters ul ul,
.widget_rating_filter ul ul,
.widget_product_categories ol ul,
.widget_price_filter ol ul,
.widget_layered_nav ol ul,
.widget_layered_nav_filters ol ul,
.widget_rating_filter ol ul,
.widget_product_categories ul ol,
.widget_price_filter ul ol,
.widget_layered_nav ul ol,
.widget_layered_nav_filters ul ol,
.widget_rating_filter ul ol,
.widget_product_categories ol ol,
.widget_price_filter ol ol,
.widget_layered_nav ol ol,
.widget_layered_nav_filters ol ol,
.widget_rating_filter ol ol {
    padding-left: 1.0714em;
    margin: 0;
}

.widget_product_categories ul ul.children,
.widget_price_filter ul ul.children,
.widget_layered_nav ul ul.children,
.widget_layered_nav_filters ul ul.children,
.widget_rating_filter ul ul.children,
.widget_product_categories ol ul.children,
.widget_price_filter ol ul.children,
.widget_layered_nav ol ul.children,
.widget_layered_nav_filters ol ul.children,
.widget_rating_filter ol ul.children,
.widget_product_categories ul ol.children,
.widget_price_filter ul ol.children,
.widget_layered_nav ul ol.children,
.widget_layered_nav_filters ul ol.children,
.widget_rating_filter ul ol.children,
.widget_product_categories ol ol.children,
.widget_price_filter ol ol.children,
.widget_layered_nav ol ol.children,
.widget_layered_nav_filters ol ol.children,
.widget_rating_filter ol ol.children {
    margin: 0;
    display: none;
}

.widget_layered_nav ul li>a {
    padding-right: 25px;
}

.widget_layered_nav ul li .count {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 4px;
}

.widget_price_filter .price_slider_wrapper {
    margin-bottom: 0.3571em;
}

.widget_price_filter .price_slider {
    background: #eee;
    margin-top: 1.4286em;
    margin-bottom: 2.1428em;
    border-width: 0;
    border-radius: 0;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}

.widget_price_filter .price_slider_amount .button {
    display: block !important;
    padding: 0.2143em 0.7143em;
    text-transform: uppercase;
    float: left;
}

.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9286em;
    height: 1.2857em;
    cursor: pointer;
    outline: none;
    top: -0.40715em;
    border-radius: 0;
    border-width: 0;
    background-image: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.9286em;
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .38) inset;
    background-image: none;
}

.widget_price_filter #min_price,
.widget_price_filter #max_price {
    width: 45%;
    margin-right: 4%;
    margin-top: 0.3571em;
    margin-bottom: 1.2857em;
}

.widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}

.widget_layered_nav_filters ul {
    *zoom: 1;
}

.widget_layered_nav_filters ul:before,
.widget_layered_nav_filters ul:after {
    content: " ";
    display: table;
}

.widget_layered_nav_filters ul:after {
    clear: both;
}

.widget_layered_nav_filters ul li {
    float: left;
}

.widget_layered_nav_filters ul li a {
    margin-right: 0.8571em;
}

.widget_layered_nav_filters ul li a:before {
    
    content: "\f057";
    margin-right: 0.3571em;
}

.yith-woo-ajax-reset-navigation {
    background: transparent;
    border-width: 0;
    border-radius: 0;
}

.yith-woo-ajax-reset-navigation>* {
    padding: 0;
}

.widget_layered_nav .yit-wcan-select-open {
    text-decoration: none;
}

.widget_layered_nav .yith-wcan-select-wrapper {
    border-width: 1px;
    border-color: #ddd;
    border-radius: 0;
    padding: 10px 0;
}

.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan {
    padding-top: 0;
    padding-bottom: 0;
}

.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li {
    padding: 5px;
    border-width: 0;
}

.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li:hover,
.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen {
    box-shadow: none;
    border-width: 0;
}

.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen a {
    background-image: none;
    position: relative;
}

.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li.chosen a:before {
    content: "\f00d";
    
    font-size: 0.9em;
    position: absolute;
    top: 0.1em;
    left: -3px;
}

.widget_layered_nav .yith-wcan-select-wrapper ul.yith-wcan-select.yith-wcan li a {
    padding: 0 12px;
    border-width: 0;
}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-group,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-group {
    padding: 11px;
}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li {
    width: 14.2857%;
    min-width: 34px;
    max-width: 35px;
    text-align: center;
    float: left;
}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li a,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li a,
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li a:hover,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li a:hover,
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li span,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li span,
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li span:hover,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li span:hover {
    border-radius: 0;
}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li a,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li a,
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li span,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li span {
    border-color: transparent;
    width: 26px;
    height: 26px;
    margin: 4px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .35);
}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen a,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen a,
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen a:hover,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen a:hover,
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen span,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen span,
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen span:hover,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-color li.chosen span:hover {
    border-radius: 0;
}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li {
    float: left;
}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li a,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li a {
    border-radius: 0;
    min-width: 2em;
    text-align: center;
    margin: 0.3846em;
    border: 1px solid #ccc;
    background: #efefef;
    padding: 0.3846em;
    line-height: 1.2;
}

.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li.chosen a,
.woocommerce .yith-woo-ajax-navigation ul.yith-wcan-label li a:hover,
.woocommerce-page .yith-woo-ajax-navigation ul.yith-wcan-label li a:hover {
    border-radius: 0;
    color: #fff;
}

ul.product_list_widget,
.widget ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
    border-width: 0 !important;
}

ul.product_list_widget li,
.widget ul.product_list_widget li {
    border-width: 0;
    position: relative;
    padding: 0.5714em 0 0.5714em 108px;
    margin: 0;
    list-style: none;
    *zoom: 1;
}

ul.product_list_widget li:before,
.widget ul.product_list_widget li:before,
ul.product_list_widget li:after,
.widget ul.product_list_widget li:after {
    content: " ";
    display: table;
}

ul.product_list_widget li:after,
.widget ul.product_list_widget li:after {
    clear: both;
}

ul.product_list_widget li:first-child,
.widget ul.product_list_widget li:first-child {
    padding-top: 0;
}

ul.product_list_widget li:last-child,
.widget ul.product_list_widget li:last-child {
    padding-bottom: 0;
}

ul.product_list_widget li .product-image,
.widget ul.product_list_widget li .product-image {
    float: left;
    width: 96px;
    padding: 0;
    border-radius: 0;
    margin-left: -108px;
}

ul.product_list_widget li .product-image img,
.widget ul.product_list_widget li .product-image img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

ul.product_list_widget li .product-image .img-effect img,
.widget ul.product_list_widget li .product-image .img-effect img {
    position: relative;
    opacity: 1;
}

ul.product_list_widget li .product-image .img-effect .hover-image,
.widget ul.product_list_widget li .product-image .img-effect .hover-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

ul.product_list_widget li .product-image:hover .img-effect img,
.widget ul.product_list_widget li .product-image:hover .img-effect img {
    opacity: 0;
}

ul.product_list_widget li .product-image:hover .img-effect .hover-image,
.widget ul.product_list_widget li .product-image:hover .img-effect .hover-image {
    opacity: 1;
}

ul.product_list_widget li .product-details,
.widget ul.product_list_widget li .product-details {
    position: relative;
    padding-top: 3px;
}

ul.product_list_widget li .product-details a,
.widget ul.product_list_widget li .product-details a {
    display: block;
    text-decoration: none;
}

ul.product_list_widget li .product-details .amount,
.widget ul.product_list_widget li .product-details .amount {
    color: #444;
    font-size: 1.0714em;
    font-weight: 600;
    line-height: 1;
    vertical-align: middle;
}

ul.product_list_widget li .product-details .amount .currency,
.widget ul.product_list_widget li .product-details .amount .currency,
ul.product_list_widget li .product-details .amount .decimal,
.widget ul.product_list_widget li .product-details .amount .decimal {
    font-size: 0.75em;
    font-weight: 400;
}

ul.product_list_widget li .product-details .amount .currency .decimal,
.widget ul.product_list_widget li .product-details .amount .currency .decimal {
    font-size: 1em;
}

ul.product_list_widget li .product-details ins,
.widget ul.product_list_widget li .product-details ins {
    text-decoration: none;
    vertical-align: baseline;
}

ul.product_list_widget li .product-details del,
.widget ul.product_list_widget li .product-details del,
ul.product_list_widget li .product-details .from,
.widget ul.product_list_widget li .product-details .from {
    color: #a7a7a7;
    font-size: 0.8em;
    margin-right: 3px;
    vertical-align: baseline;
}

ul.product_list_widget li .product-details del .amount,
.widget ul.product_list_widget li .product-details del .amount,
ul.product_list_widget li .product-details .from .amount,
.widget ul.product_list_widget li .product-details .from .amount {
    color: #a7a7a7;
}

ul.product_list_widget li dl,
.widget ul.product_list_widget li dl {
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0, 0, 0, 0.1);
    *zoom: 1;
}

ul.product_list_widget li dl:before,
.widget ul.product_list_widget li dl:before,
ul.product_list_widget li dl:after,
.widget ul.product_list_widget li dl:after {
    content: " ";
    display: table;
}

ul.product_list_widget li dl:after,
.widget ul.product_list_widget li dl:after {
    clear: both;
}

ul.product_list_widget li dl dt,
.widget ul.product_list_widget li dl dt,
ul.product_list_widget li dl dd,
.widget ul.product_list_widget li dl dd {
    display: inline-block;
    float: left;
    margin-bottom: 1em;
}

ul.product_list_widget li dl dt,
.widget ul.product_list_widget li dl dt {
    font-weight: 700;
    padding: 0 0 0.25em 0;
    margin: 0 4px 0 0;
    clear: left;
}

ul.product_list_widget li dl dd,
.widget ul.product_list_widget li dl dd {
    padding: 0 0 0.25em 0;
}

ul.product_list_widget li dl dd p:last-child,
.widget ul.product_list_widget li dl dd p:last-child {
    margin-bottom: 0;
}

ul.product_list_widget li .star-rating,
.widget ul.product_list_widget li .star-rating {
    margin: 7px 0 5px;
}

ul.product_list_widget li .ajax-loading,
.widget ul.product_list_widget li .ajax-loading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff url(../images/ajax-loader@2x.gif) no-repeat scroll center center / 16px 16px;
    opacity: 0.6;
}

ul.cart_list li.empty {
    padding-left: 0;
}

ul.cart_list li .quantity {
    vertical-align: baseline;
}

ul.cart_list li .quantity .amount {
    vertical-align: baseline;
}

ul.cart_list li dl {
    margin: 8px 0;
    border: none;
    padding-left: 5px;
    display: table;
}

ul.cart_list li dl dt,
ul.cart_list li dl dd {
    padding: 3px;
    margin: 0;
    line-height: 1.2;
}

ul.cart_list li dl dt p,
ul.cart_list li dl dd p {
    line-height: 1.2;
}

.hide_cart_widget_if_empty .empty {
    display: none;
}

.widget_recent_reviews .product_list_widget,
.widget.widget_recent_reviews .product_list_widget {
    *zoom: 1;
    margin-top: -0.5714em;
    margin-bottom: -0.5714em;
}

.widget_recent_reviews .product_list_widget:before,
.widget.widget_recent_reviews .product_list_widget:before,
.widget_recent_reviews .product_list_widget:after,
.widget.widget_recent_reviews .product_list_widget:after {
    content: " ";
    display: table;
}

.widget_recent_reviews .product_list_widget:after,
.widget.widget_recent_reviews .product_list_widget:after {
    clear: both;
}

.widget_recent_reviews .product_list_widget li,
.widget.widget_recent_reviews .product_list_widget li {
    width: 49%;
    padding: 0.5714em 1%;
    float: left;
    padding-left: 0;
    text-align: center;
}

.widget_recent_reviews .product_list_widget li:first-child,
.widget.widget_recent_reviews .product_list_widget li:first-child {
    padding-top: 0.5714em;
}

.widget_recent_reviews .product_list_widget li:last-child,
.widget.widget_recent_reviews .product_list_widget li:last-child {
    padding-bottom: 0.5714em;
}

.widget_recent_reviews .product_list_widget li a,
.widget.widget_recent_reviews .product_list_widget li a {
    float: none;
    display: block;
    position: relative;
}

.widget_recent_reviews .product_list_widget li img,
.widget.widget_recent_reviews .product_list_widget li img {
    width: 96px;
    height: auto;
    background: #fff;
    border: 0 solid #ddd;
    border-radius: 0;
    padding: 0;
    display: block;
    margin: 0 auto 10px;
}

.widget_recent_reviews .product_list_widget li .star-rating,
.widget.widget_recent_reviews .product_list_widget li .star-rating {
    margin: 5px auto 0;
}

.widget_recent_reviews .product_list_widget li .reviewer,
.widget.widget_recent_reviews .product_list_widget li .reviewer {
    font-size: 0.8571em;
}

.widget_recent_reviews .product_list_widget li:nth-child(2n+1),
.widget.widget_recent_reviews .product_list_widget li:nth-child(2n+1) {
    clear: both;
}

.widget_shopping_cart .total {
    padding: 0.7143em 0;
    margin: 0;
    text-align: center;
}

.widget_shopping_cart .total .amount {
    font-size: 1.4286em;
    font-weight: 600;
}

.widget_shopping_cart .total .amount .currency,
.widget_shopping_cart .total .amount .decimal {
    font-size: 0.75em;
    font-weight: 400;
}

.widget_shopping_cart .total .amount .currency .decimal {
    font-size: 1em;
}

.widget_shopping_cart .buttons {
    margin-bottom: 0;
    *zoom: 1;
}

.widget_shopping_cart .buttons:before,
.widget_shopping_cart .buttons:after {
    content: " ";
    display: table;
}

.widget_shopping_cart .buttons:after {
    clear: both;
}

.widget_shopping_cart .buttons .wc-forward {
    float: left;
    width: 49%;
}

.widget_shopping_cart .buttons .checkout {
    float: right;
    width: 49%;
}

.mobile-sidebar .widget_shopping_cart .buttons .wc-forward {
    float: none;
    width: 100%;
}

.mobile-sidebar .widget_shopping_cart .buttons .wc-forward+.wc-forward {
    margin-top: 8px;
}

@media (max-width: 767px) {
    .widget_shopping_cart .buttons .wc-forward {
        float: none;
        width: 100%;
    }

    .widget_shopping_cart .buttons .wc-forward+.wc-forward {
        margin-top: 8px;
    }
}

.widget_shopping_cart .product-details a {
    padding-right: 15px;
}

.widget_shopping_cart .product-details .remove-product {
    padding: 0;
    position: absolute;
    top: 3px;
    right: 0;
    text-align: right;
    width: 25px;
    height: 25px;
    text-decoration: none;
}

.widget_shopping_cart .product-details .remove-product:before {
    content: "\f00d";
    
}

.widget .brand-thumbnails,
.brand-thumbnails {
    list-style: none;
    margin: 0;
    padding: 0;
}

.products-slider.products li.product {
    clear: none;
}

.products-slider.products li.product .add-links {
    margin-bottom: 5px;
}

.products-slider.show-nav-title .owl-nav {
    margin-top: -52px;
}

.products-slider .slick-dots li {
    clear: none !important;
    width: 20px !important;
    margin-bottom: 0;
}

.products-slider .slick-dots li button {
    box-shadow: none !important;
}

.products-slider.slick-initialized .product {
    display: block;
}

.products-slider.owl-carousel {
    margin: 0 !important;
}

.products-slider.owl-carousel .product {
    width: 100%;
    margin-bottom: 0;
}

.products-slider.owl-carousel .owl-stage-outer {
    padding-top: 10px;
    margin-top: -10px;
}

.products-slider.owl-carousel .owl-dots {
    margin-top: 20px;
}

.product-carousel.products li.product {
    clear: none;
}

.product-carousel.products li.product .add-links {
    margin-bottom: 5px;
}

.product-carousel.owl-carousel {
    margin: 0 !important;
}

.product-carousel.owl-carousel .product {
    width: auto !important;
    padding: 0;
    margin: 0 8px;
}

.product-carousel.owl-carousel .owl-stage-outer {
    padding-top: 10px;
    margin-top: -10px;
}

.product-carousel.owl-carousel .owl-dots {
    margin-top: 20px;
}

.yith-woo-ajax-navigation.loading,
.yith-wcan-list-price-filter.loading {
    position: relative;
}

.yith-woo-ajax-navigation.loading:after,
.yith-wcan-list-price-filter.loading:after {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10000;
}

.yith-wcan-list-price-filter.loading form input[type="text"] {
    opacity: 0;
}

.woocommerce-product-search label {
    display: none;
}

.woocommerce-product-search .search-field {
    margin-bottom: 8px;
    vertical-align: top;
}

.widget_rating_filter .star-rating {
    display: block;
    float: left;
    margin-top: 0.15em;
}

.widget_rating_filter .wc-layered-nav-rating a {
    display: block;
    *zoom: 1;
    text-align: right;
}

.widget_rating_filter .wc-layered-nav-rating a:before,
.widget_rating_filter .wc-layered-nav-rating a:after {
    content: " ";
    display: table;
}

.widget_rating_filter .wc-layered-nav-rating a:after {
    clear: both;
}

.woocommerce-cart .shipping_calculator h2 {
    margin-top: 0;
}

.woocommerce-cart .shipping_calculator h2 a {
    cursor: default;
    text-decoration: none;
}

.woocommerce-cart .shipping-form-wrap .shipping-calculator-form {
    display: block !important;
    height: auto !important;
}

.woocommerce-cart .shipping-calculator-form {
    margin-top: 10px;
}

.shop_table .product-thumbnail img {
    max-width: 90px;
    height: auto;
}

.shop_table dl.variation dt {
    padding: 8px 0 0;
}

.shop_table dl.variation dd {
    padding: 0;
}

.shop_table dl.variation dd p {
    margin: 0;
}

.cross-sells {
    margin-top: 20px;
    margin-bottom: 20px;
}

.cross-sells .slider-wrapper .products .product {
    padding-left: 8px;
    padding-right: 8px;
}

.cross-sells .slider-wrapper .products .product h3,
.cross-sells .slider-wrapper .products .product .rating-wrap {
    font-size: 0.9em;
}

.cross-sells .slider-wrapper .products .product .price {
    font-size: 1em;
}

.shop_table.responsive.cart-total tbody tr:first-child th,
.shop_table.shop_table_responsive.cart-total tbody tr:first-child th,
.shop_table.responsive.cart-total tbody tr:first-child td,
.shop_table.shop_table_responsive.cart-total tbody tr:first-child td {
    border-top-width: 0;
}

.shop_table.responsive.cart-total tbody tr:first-child th,
.shop_table.shop_table_responsive.cart-total tbody tr:first-child th {
    border-radius: 0 0 0 0;
}

.shop_table.responsive.cart-total tbody tr:last-child th,
.shop_table.shop_table_responsive.cart-total tbody tr:last-child th {
    border-radius: 0 0 0 0;
}

.shop_table.responsive.cart-total th,
.shop_table.shop_table_responsive.cart-total th {
    width: 25%;
}

@media (max-width: 767px) {

    .shop_table.responsive.cart-total th,
    .shop_table.shop_table_responsive.cart-total th,
    .shop_table.responsive.cart-total td,
    .shop_table.shop_table_responsive.cart-total td {
        width: 100%;
        text-align: left;
    }
}

#shipping_method {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wc-proceed-to-checkout {
    margin-bottom: 20px;
    margin-bottom: 20px;
    text-align: right;
}

.cart_totals h2,
.review-order.shop_table h2 {
    margin-top: 0;
}

.cart_totals .order-total .amount,
.review-order.shop_table .order-total .amount {
    font-size: 1.2em;
}

.checkout_coupon .form-row {
    display: inline-block;
    float: none;
    width: auto;
}

form.checkout_coupon {
    padding-bottom: 5px;
}

.form-row.terms {
    position: relative;
    margin-top: 15px;
}

.form-row.terms .input-checkbox {
    position: absolute;
    left: 0;
    top: 2px;
}

.form-row.terms label.checkbox {
    margin-left: 20px;
    display: block;
}

.payment_methods {
    margin: 30px 0;
    padding: 0;
    list-style: none;
}

.payment_methods .payment_method_paypal .about_paypal {
    display: inline-block;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .payment_methods .payment_method_paypal .input-radio {
        vertical-align: top;
    }

    .payment_methods .payment_method_paypal img,
    .payment_methods .payment_method_paypal .about_paypal {
        display: block;
        margin: 0;
    }
}

@media (max-width: 480px) {
    .payment_methods .payment_method_paypal img {
        width: 190px;
    }
}

@media (max-width:319px) {
    .payment_methods .payment_method_paypal img {
        width: 150px;
    }
}

.woocommerce-page .woocommerce header {
    margin-top: 32px;
}

.woocommerce-page .woocommerce .featured-box header {
    margin-top: 20px;
}

.woocommerce-account .woocommerce {
    *zoom: 1;
}

.woocommerce-account .woocommerce:before,
.woocommerce-account .woocommerce:after {
    content: " ";
    display: table;
}

.woocommerce-account .woocommerce:after {
    clear: both;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 23%;
    padding: 0 0 30px;
}

@media (max-width: 991px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        float: none;
        width: 100%;
    }
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    -webkit-transition: background 0.1s;
    -moz-transition: background 0.1s;
    transition: background 0.1s;
    border-bottom: 1px solid #ededde;
    padding: 8px 0 8px 20px;
    display: block;
    color: #666;
    font-size: 0.9em;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 4px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #333;
    position: absolute;
    top: 15px;
    left: 10px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #eee;
    text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active>a {
    font-weight: bold;
    background-color: #f5f5f5;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active>a:hover {
    background-color: #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li ul {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 75%;
    padding: 0;
}

@media (max-width: 991px) {
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%;
    }
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0;
}

.woocommerce-account ul.digital-downloads li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.woocommerce-account ul.digital-downloads li .count {
    float: right;
}

.address .featured-box {
    text-align: left;
}

#rememberme,
.back-login {
    margin-top: 10px;
    margin-bottom: 10px;
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px 0px 3px 0px;
    border-radius: 0;
    color: #333;
    line-height: 1.2;
}

.woocommerce-password-strength.strong {
    background-color: #c1e1b9;
    border-color: #83c373;
}

.woocommerce-password-strength.short {
    background-color: #f1adad;
    border-color: #e35b5b;
}

.woocommerce-password-strength.bad {
    background-color: #fbc5a9;
    border-color: #f78b53;
}

.woocommerce-password-strength.good {
    background-color: #ffe399;
    border-color: #ffc733;
}

.woocommerce-password-hint {
    margin: 1em 0 0 0;
    display: block;
}

.order-info mark {
    background: transparent;
    padding: 0;
    color: #000;
}

.shopswatchinput {
    margin-bottom: 5px;
    margin-top: 5px;
}

.wcvaswatchinput {
    text-decoration: none !important;
    margin: 0 1px;
}

.wcvashopswatchlabel {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0;
    display: inline-block;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    border: 1px solid white;
    box-shadow: 0 0 0 1px #ccc;
    line-height: 1;
    width: 24px !important;
    height: 24px !important;
}

.wcvaswatchinput.active .wcvashopswatchlabel {
    border: 1px solid black;
    border-radius: 0;
}

.swatchinput {
    display: inline-block;
    padding-right: 7px;
    padding-bottom: 6px;
    margin-top: -3px;
}

.belowtext {
    display: table-cell;
    vertical-align: bottom;
    padding-bottom: 16px;
    font-weight: bold;
}

.wcvaswatch input {
    margin: 0;
    padding: 0;
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.wcvaswatchlabel {
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0;
    display: inline-block;
    -webkit-transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    transition: all 100ms ease-in;
    border: 2px solid white;
    box-shadow: 0 0 0 1px #ccc;
    line-height: 1;
}

.wcvaswatch input:active+.wcvaswatchlabel {
    opacity: 0.9;
}

.wcvaswatch input:checked+.wcvaswatchlabel {
    -webkit-filter: none;
    -moz-filter: none;
    filter: none;
    border: 2px solid black;
    box-shadow: 0 0 0 0 #000;
}

.wcvaround {
    border-radius: 50%;
    outline: solid 0 #9c9999;
}

input.wcva_attribute_radio {
    margin-right: 5px;
}

.shop_table.wishlist_table {
    margin-bottom: 15px;
}

.shop_table.wishlist_table .add_to_cart {
    border-radius: 0;
}

.shop_table.wishlist_table tr td {
    text-align: left;
}

@media (max-width: 767px) {
    .shop_table.wishlist_table tr td {
        text-align: center;
    }
}

.woocommerce table.shop_table.wishlist_table thead th,
.woocommerce table.shop_table.wishlist_table thead td {
    border: none;
    padding: 10px;
}

.woocommerce table.shop_table.wishlist_table tbody th,
.woocommerce table.shop_table.wishlist_table tfoot th,
.woocommerce table.shop_table.wishlist_table tbody td,
.woocommerce table.shop_table.wishlist_table tfoot td {
    border-color: #ddd;
    padding: 10px;
}

.shop_table.wishlist_table,
.woocommerce table.wishlist_table {
    font-size: 100%;
}

.shop_table.wishlist_table .add_to_cart.button,
.woocommerce table.wishlist_table .add_to_cart.button {
    line-height: 2.0571em;
    padding: 0 0.7143em;
    height: 2.2em;
    display: inline-block !important;
}

.shop_table.wishlist_table .yith-wcwl-add-to-wishlist,
.woocommerce table.wishlist_table .yith-wcwl-add-to-wishlist {
    display: none;
}

.shop_table.wishlist_table .wishlist-empty,
.woocommerce table.wishlist_table .wishlist-empty {
    text-align: center;
}

.shop_table.wishlist_table .quickview,
.woocommerce table.wishlist_table .quickview {
    margin-left: 10px;
}

.woocommerce #content table.shop_table.wishlist_table.cart a.remove:hover {
    background: transparent;
}

.blockUI {
    background: transparent !important;
}

.sidebar-content #yith-ajaxsearchform .btn {
    color: #fff;
    border-width: 1px;
}

.sidebar-content .autocomplete-suggestions {
    padding-top: 0;
    padding-bottom: 0;
}

.sidebar-content .autocomplete-suggestion {
    padding-left: 8px;
    padding-right: 8px;
}

.quickview-wrap {
    width: 900px;
    padding: 20px 15px 0;
}

@media (max-width: 1035px) {
    .quickview-wrap {
        width: 720px;
    }
}

@media (max-width: 991px) {
    .quickview-wrap {
        width: 550px;
    }
}

@media (max-width: 767px) {
    .quickview-wrap {
        width: auto;
    }
}

@media (max-width: 480px) {
    .quickview-wrap {
        padding: 0;
    }

    .quickview-wrap .row {
        margin-left: 0;
        margin-right: 0;
    }

    .quickview-wrap .summary-before,
    .quickview-wrap .summary {
        padding-left: 0;
        padding-right: 0;
    }
}

.quickview-wrap .product .summary-before,
.quickview-wrap .product .entry-summary {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .quickview-wrap .product .summary-before {
        margin-bottom: 30px;
    }
}