@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);
    }
}

.shop_table {
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    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 {
    border-left: 1px solid #dcdcdc;
    border-top: 1px solid #ddd;
}

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

.shop_table th {
    background: #f6f6f6;
}

.shop_table thead tr:first-child th:first-child {
    border-radius: 5px 0 0 0;
}

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









@media (max-width: 767px) {
    .shop_table.responsive thead {
        display: none;
    }

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

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

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

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

    .shop_table.responsive td.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 {
    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-color: #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%;
}

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

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

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

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

@media (max-width: 991px) {
    .col2-set .col-1, .col2-set .col-2 {
        float: none;
        width: 100%;
    }
}

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

.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 {
    background-position: 0 7px !important;
}











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

.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"] {
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

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

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



.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 {
    color: #444;
    line-height: 1;
    font-weight: 600;
    font-size: 2.5714em;
}







.price .amount, td.product-price .amount {
    vertical-align: middle;
}

.price ins {
    display: inline-block;
    text-decoration: none;
    vertical-align: baseline;
}

.price del {
    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: 3px;
    padding: 0;
    outline: none;
}

div.quantity .plus {
    top: 0;
}

div.quantity .minus {
    bottom: 0;
}

.product-image {
    display: block;
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;
    width: 100%;
    padding: 0.2381em;
}

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

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

.product-image img {
    border-radius: 5px;
    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: 4px;
    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;
    filter: alpha(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 .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;
}

.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: 5px !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;
    font-family: "FontAwesome";
}

.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: 5px;
    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: 5px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    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;
}

.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: 5px;
    top: 0;
    left: 0;
    padding: 0 !important;
    width: 2.2em !important;
    height: 2.2em !important;
    z-index: 10;
    margin: 0 !important;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.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;
    filter: alpha(opacity=50);
    position: absolute;
    border-radius: 5px;
    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: 5px;
        padding: 10px 10px 15px;
    }
}

.commentlist li .comment-text {
    background: #f5f7f7;
    border-radius: 5px;
    padding: 20px 20px 30px;
    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-form input[type="email"], .comment-form input[type="number"], .comment-form input[type="password"], .comment-form input[type="search"], .comment-form input[type="tel"], .comment-form input[type="text"], .comment-form input[type="url"], .comment-form input[type="color"], .comment-form input[type="date"], .comment-form input[type="datetime"], .comment-form input[type="datetime-local"], .comment-form input[type="month"], .comment-form input[type="time"], .comment-form input[type="week"] {
    width: 100%;
}

.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: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: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: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: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: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-summary-wrap {
}

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

.product-summary-wrap .summary {
    margin-right: -4px;
    padding-right: 14px;
}

@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;
}

@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";
    font-family: "FontAwesome";
    margin-right: 0.7143em;
}

.product-summary-wrap .single_add_to_cart_button.readmore:before {
    content: "\f090";
}
*/
.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: visiable;
    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: 5px;
    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 {
    color: #ed4949;
}

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





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

#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;
    }
}

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

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

.summary-before {
    margin-left: 4px;
}

@media (max-width: 767px) {
    .summary-before {
        max-width: 462px;
    }
}

.summary-before .labels {
    position: relative;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -6px;
    margin-right: -6px;
}

.summary-before .labels .onhot, .summary-before .labels .onsale {
    position: absolute;
    z-index: 1;
    top: 0.8em;
    border-radius: 4px;
    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 {
    direction: ltr;
}

.product-images .ms-container {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 3px;
    margin-top: 0;
    margin-bottom: 8px;
    margin-left: -4px;
    margin-right: -4px;
}

.product-images .ms-slide {
    -webkit-transform-style: inherit;
    -moz-transform-style: inherit;
    -ms-transform-style: inherit;
    -o-transform-style: inherit;
    transform-style: inherit;
}

.product-images .ms-slide .ms-lightbox-btn {
    display: none;
}

.product-images .ms-lightbox-btn {
    color: #fff;
    cursor: pointer;
    display: block;
    border-radius: 100%;
    position: absolute;
    bottom: 4px;
    right: 4px;
    line-height: 28px;
    width: 30px;
    height: 30px;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.6s ease-in-out 0s;
    -moz-transition: opacity 0.6s ease-in-out 0s;
    transition: opacity 0.6s ease-in-out 0s;
}

.product-images .ms-lightbox-btn:before {
    content: "\f002";
    font-family: "FontAwesome";
}

.product-images .ms-container:hover .ms-lightbox-btn {
    opacity: 1;
    filter: alpha(opacity=100);
}



.product-images .master-slider .ms-container .ms-nav-next, .product-images .master-slider .ms-container .ms-nav-prev {
    position: absolute;
    cursor: pointer;
    font-size: 1em;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    z-index: 110;
    top: 50%;
    text-align: center;
}

.product-images .master-slider .ms-container .ms-nav-next:before, .product-images .master-slider .ms-container .ms-nav-prev:before {
    font-family: "FontAwesome";
    line-height: 30px;
    font-size: 1.7143em;
}

.product-images .master-slider .ms-container .ms-nav-prev {
    right: auto;
    left: 0;
}

.product-images .master-slider .ms-container .ms-nav-prev:before {
    content: "\f053";
}

.product-images .master-slider .ms-container .ms-nav-next {
    right: 0;
    left: auto;
}

.product-images .master-slider .ms-container .ms-nav-next:before {
    content: "\f054";
}

.product-images .ms-thumb-list {
    position: relative;
    width: auto;
    margin-left: -8px;
    margin-right: -8px;
}

.product-images .ms-thumb-list:hover .ms-thumblist-fwd, .product-images .ms-thumb-list:hover .ms-thumblist-bwd {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-images .ms-thumb-frame {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 4px;
    margin: 0 4px;
    width: auto;
    height: auto;
}

.product-images .ms-thumb-frame:last-child {
    margin-right: 0;
}

.product-images .ms-thumb-list.ms-dir-h:hover .ms-thumblist-fwd, .product-images .ms-thumb-list.ms-dir-h:hover .ms-thumblist-bwd {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-images .ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .product-images .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    background: transparent;
    position: absolute;
    cursor: pointer;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    z-index: 110;
    top: 50%;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: opacity 0.2s ease-in-out 0s;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    transition: opacity 0.2s ease-in-out 0s;
}

.product-images .ms-thumb-list.ms-dir-h .ms-thumblist-fwd:before, .product-images .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:before {
    font-family: "FontAwesome";
    line-height: 20px;
    font-size: 1em;
}

.product-images .ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .product-images .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
    display: none;
}

.product-images .ms-thumb-list.ms-dir-h .ms-thumblist-fwd {
    right: 5px;
    left: auto;
}

.product-images .ms-thumb-list.ms-dir-h .ms-thumblist-fwd:before {
    content: "\f054";
}

.product-images .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    left: 5px;
    right: auto;
}

.product-images .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:before {
    content: "\f053";
}





.gridlist-toggle {
    font-size: 0.9286em;
}

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

.gridlist-toggle > a {
    border: 1px solid #ccc;
    border-radius: 3px;
    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";
}

.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 .gridlist-toggle {
    margin-bottom: 15px;
}


@media (max-width: 767px) {
    .shop-loop-before .ordering, .column2 .shop-loop-before .ordering {
        text-align: right;
        margin-right: 0;
        float: none;
    }
}

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

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

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

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

@media (max-width: 767px) {
    .shop-loop-before .itpb-pagination, .column2 .shop-loop-before .itpb-pagination {
        text-align: center;
    }
}

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

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

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

.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 {
    float: left;
    margin-bottom: 1.4286em;
    position: relative;
    text-align: center;
}

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

ul.products li.product .product-image {
    margin-bottom: 1em;
    min-height: 90px;
	border-radius:6px;
}





ul.products li.product .product-image:hover .img-effect img, ul.products li.product-category .product-image:hover .img-effect img {
    opacity: 0;
    filter: alpha(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;
    filter: alpha(opacity=100);
}

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

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

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

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

ul.products li.product .rating-wrap .rating-after .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 {
    display: table-cell;
}

ul.products li.product .rating-wrap .star-rating {
    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 {
    display: none;
    margin-top: 1.5em;
}



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

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







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

ul.products li.product .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;
    filter: alpha(opacity=0);
    visibility: hidden;
}











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 > 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;
    filter: alpha(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: -1px;
    right: -1px;
    left: auto !important;
    width: auto;
    height: auto;
    line-height: 1;
    margin: 0;
    padding: 0.7937em;
    text-indent: 0;
    border-radius: 0 7px 0 7px !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-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;
    font-size: 1em;
    margin-right: 0.5714em;
}





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 {
    left: -2.8em;
}

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;
    filter: alpha(opacity=100);
    visibility: visible;
}

ul.products li.product:hover .add-links.no-effect .add_to_cart_read_more {
    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 {
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
}

ul.products li.product:hover .product-image .labels .viewcart.added {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
}

ul.products li.product:hover .links-on-image .add-links-wrap .add-links .quickview {
    display: inline-block;
    opacity: 1;
    filter: alpha(opacity=100);
}



ul.pwidth-lg-8 li.product:hover .add_to_cart_read_more {
    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.pwidth-lg-7 li.product:hover .add_to_cart_read_more {
    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.pwidth-lg-6 li.product:hover .add_to_cart_read_more {
    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.pwidth-lg-5 li.product:hover .add_to_cart_read_more {
    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 {
    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 {
    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 {
    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 {
    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.pwidth-lg-2 li.product:hover .add_to_cart_read_more {
    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: 1189px) {
    ul.pcols-md-6 {
        margin: 0 -3px;
    }

    ul.pwidth-md-6 li.product:hover .add_to_cart_read_more {
        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.pwidth-md-5 li.product:hover .add_to_cart_read_more {
        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 {
        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 {
        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 {
        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 {
        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.pwidth-md-2 li.product:hover .add_to_cart_read_more {
        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.pwidth-lg-6 li.product:hover .add_to_cart_read_more {
    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.pwidth-lg-5 li.product:hover .add_to_cart_read_more {
    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 {
    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 {
    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 {
    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 {
    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.pwidth-lg-2 li.product:hover .add_to_cart_read_more {
    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: 1189px) {
    .column2 ul.pcols-md-5 {
        margin: 0 -3px;
    }

    .column2 ul.pwidth-md-5 li.product:hover .add_to_cart_read_more {
        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 {
        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 {
        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 {
        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 {
        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.pwidth-md-2 li.product:hover .add_to_cart_read_more {
        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 {
        margin: 0 -3px;
    }

    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 {
        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: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.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;
    }
    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{
        opacity: 1;
        visibility: visible;
    }
    ul.products li.product .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 .add-links .quickview,
    ul.products li.product:hover .add-links .quickview{
        right: -2.8em;
    }
}

@media (max-width: 480px) {
    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{
        top: 1px;
    }
    ul.products li.product .add-links .yith-wcwl-add-to-wishlist > div,
    ul.products li.product:hover .add-links .yith-wcwl-add-to-wishlist > div{
        left: -3.5em;
    }
    ul.products li.product .add-links .quickview,
    ul.products li.product:hover .add-links .quickview{
        right: -3.5em;
    }
    ul.pcols-ls-2 {
        margin: 0 -3px;
    }

    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 {
        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: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: 1189px) {
    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.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.2381em !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;
    filter: alpha(opacity=100);
    visibility: visible;
}

ul.list li.product .add_to_cart_button, .column2 ul.list li.product .add_to_cart_button {
    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: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.pcols-lg-4 li.product > *, ul.list.pcols-lg-3 li.product > * {
    padding-left: 21.5%;
}

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

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

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

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

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

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

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

    .column2 ul.list.pcols-md-4 li.product > *, .column2 ul.list.pcols-md-3 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 {
        width: 22.5%;
        font-size: 0.8em;
    }
}

@media (max-width: 767px) {
    ul.list.pcols-xs-3 li.product > * {
        padding-left: 0;
    }
}

@media (max-width: 480px) {
    ul.list.pcols-ls-2 li.product .product-image {
        width: 40%;
        margin-right: 15px;
        font-size: 0.75em;
    }
}













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



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 .rating-wrap .star-rating:before, ul.products.product_list_widget .rating-wrap .star-rating span:before {
    left: 0 !important;
}

@media (max-width: 991px) {
    .mobile-hide-sidebar {
        display: none;
    }
}

.category-filter {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 260px;
    top: 0;
    botom: 0;
    left: 0;
    z-index: 99999;
    -webkit-transform: translate(-260px);
    -moz-transform: translate(-260px);
    -ms-transform: translate(-260px);
    -o-transform: translate(-260px);
    transform: translate(-260px);
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.category-filter .filter-toggle {
    display: none;
    cursor: pointer;
    background: #fff;
    width: 40px;
    height: 40px;
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 40px;
    margin: auto;
    font-size: 17px;
    line-height: 38px;
    text-align: center;
    text-decoration: none;
    border-radius: 0 6px 6px 0;
    border: 1px solid #ccc;
    border-left-width: 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.category-filter .filter-toggle:hover {
    color: #1d2127;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

@media (max-width: 991px) {
    .category-filter .filter-toggle {
        display: block;
    }
}

@media (max-width: 991px) {
    .category-filter .filter-content {
        display: block;
        padding: 10px 10px 15px 5px;
        overflow-x: hidden;
        overflow-y: scroll;
        height: 100%;
    }
}

html.filter-opened {
    overflow: hidden;
    margin-top: 0 !important;
    height: 100%;
}

html.filter-opened body {
    height: 100%;
}

html.filter-opened body > * {
    z-index: 0;
}

html.filter-opened body .category-filter {
    z-index: 100000;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: translate(0px);
    -moz-transform: translate(0px);
    -ms-transform: translate(0px);
    -o-transform: translate(0px);
    transform: translate(0px);
}

.widget_product_categories, .widget_price_filter {
    border: 1px solid #ddd;
    border-radius: 7px;
    background: #fbfbfb;
    overflow: hidden;
    margin-bottom: 1.0714em;
    margin-top: 0;
}

.widget_product_categories > ul, .widget_price_filter > ul {
    padding: 0.7143em 0.7714em;
    border-width: 0;
    margin: 0;
}



.widget_product_categories .widget-title, .widget_price_filter .widget-title {
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    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 {
    display: inline-block;
    width: 1.8571em;
    height: 1.8571em;
    line-height: 1.7572em;
    color: #ccc;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    position: absolute;
    right: 1.0714em;
    top: 1px;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    font-family: "FontAwesome";
    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 {
    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 {
    color: #fff;
}



.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 {
    content: "\f0d7";
}

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

.widget_product_categories ul li > a {
    text-decoration: none;
    display: inline-block;
    padding: 4px 0;
}

.widget_product_categories ul li .toggle {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: -5px;
    top: 4px;
    margin: 0;
    width: 24px;
    height: 24px;
    font-family: "FontAwesome";
}

.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_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 {
    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_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_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_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 {
    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_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 {
    content: "\f0fe";
}





.widget_product_categories ul ul {
    padding-left: 1.0714em;
    margin: 0;
}

.widget_product_categories ul ul.children {
    margin: 0;
    display: none;
}

.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 .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: 3px;
    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 .ui-slider-horizontal {
    height: 0.5em;
}

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

.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:before {
    font-family: "FontAwesome";
    content: "\f057";
    margin-right: 0.3571em;
}










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

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 {
    padding-top: 0;
}

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

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

ul.product_list_widget li .product-image img {
    width: 100%;
    height: auto;
    border-radius: 3px;
}





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;
    filter: alpha(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;
    filter: alpha(opacity=100);
}

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

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

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 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 {
    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 .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;
    filter: alpha(opacity=60);
}

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

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







.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: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 .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%;
}

@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";
    font-family: "FontAwesome";
}



.products-slider .product {
    display: none;
}

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

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

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

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

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

.products-slider.owl-carousel .owl-controls {
    margin-top: 0;
}

.products-slider.owl-carousel .owl-controls .owl-buttons {
      position: absolute;
    top: -2.68em;
    right: 0;
    font-size: 25px;
}

.products-slider.owl-carousel .owl-controls .owl-buttons div {
    margin: 0;
    position: static;
    opacity: 1;
    filter: alpha(opacity=100);
}

.products-slider.owl-carousel .owl-controls .owl-buttons .owl-prev {
    padding-right: 5px;
}

.products-slider.owl-carousel .owl-controls .owl-buttons .owl-next {
    padding-left: 5px;
}



.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;
    filter: alpha(opacity=0);
}

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



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

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

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

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

@media (max-width: 767px) {
    .shop_table.responsive.cart-total th, .shop_table.responsive.cart-total td {
        width: 100%;
        text-align: left;
    }
}

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

.cart_totals h2 {
    margin-top: 0;
}

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

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

    .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;
    }
}



@media (max-width: 767px) {
    .shop_table.wishlist_table tr td {
        text-align: center;
    }
}





.shop_table.wishlist_table {
    font-size: 100%;
}









@media (max-width: 1189px) {
    .quickview-wrap {
        width: 720px;
    }
}

@media (max-width: 991px) {
    .quickview-wrap {
        width: 550px;
    }
}

@media (max-width: 767px) {
    .quickview-wrap {
        width: auto;
    }
}



@media (max-width: 991px) {
    .quickview-wrap .product .product-images {
        margin-bottom: 30px;
    }
}

