/**
 * Layout
 */
.woocommerce, .woocommerce-page {
    /**
     * General layout styles
     */
    /**
     * Product page
     */
    /**
     * Cart page
     */
    /**
     * Forms
     */
}

@media screen and (max-width: 940px) {
    .woocommerce #div.product div.images,
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.images,
    .woocommerce #content div.product div.images,
    .woocommerce div.product div.summary,
    .woocommerce #content div.product div.summary,
    .woocommerce div.product div.summary,
    .woocommerce #content div.product div.summary, .woocommerce-page #div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.images,
    .woocommerce-page #content div.product div.images,
    .woocommerce-page div.product div.summary,
    .woocommerce-page #content div.product div.summary,
    .woocommerce-page div.product div.summary,
    .woocommerce-page #content div.product div.summary {
        width: 100% !important;
        float: none !important;
    }
}
:focus{
    outline: none;
}
.woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-left: 4px;
    width: 47px;
    height: auto;
}
.woocommerce-checkout #payment ul.payment_methods li img+img {
    margin-left: 4px;
    width: 47px;
    height: auto;
}
.woocommerce ul#shipping_method li label {
    display: inline;
    cursor: pointer;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #202127;
    color: #fff;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #8e8e8e;
    color: #fff;
}
.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    font-weight: 600;
    border-top: 1px solid #ddd;
}
#add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #aaa;
}
.woocommerce form .form-row label {
    line-height: 2;
    margin-bottom: 0;
}
.woocommerce-additional-fields h3{
    display: none;
}
.woocommerce table.shop_table tfoot th {
    font-weight: 600;
    border-top: 1px solid #ddd;
    vertical-align: top;
}
#billing_country_field{
    display: none;
}
.woocommerce-checkout #payment div.payment_box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 1em;
    margin: 0 0 1em 0;
    font-size: .92em;
    border-radius: 0px;
    line-height: 1.5;
    background-color: #ffffff;
    color: #515151;
    box-shadow: 0px -6px 28px 0px rgba(0, 0, 0, 0.09);
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #aaa transparent transparent transparent;
    border-style: solid;
    border-width: 8px 6px 0 6px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 37%;
    width: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #333 transparent;
    border-width: 0 6px 8px 6px;
}
.woocommerce table.shop_table {
    border: 1px solid #ddd;
    margin: 0 0 20px 0;
    text-align: left;
    width: 100%;
    border-collapse: collapse;
}
.woocommerce-checkout #payment {
    border-radius: 0;
    background: #f7f7f7;
}
#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    content: '';
    display: block;
    border: 1em solid #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    position: absolute;
    top: -.75em;
    left: 0;
    margin: -1em 0 0 2em;
}
.woocommerce table.shop_table td {
    border-top: 1px solid #ddd;
    letter-spacing: 0.03em;
}
.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0;
    font-weight: 500;
}
.woocommerce-terms-and-conditions {
    border: 0px solid #000;
    box-shadow: none;
    background: #fff;
    font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    padding: 5px;
}
.select2-container--default .select2-selection--single {
    padding: 0;
    border: 1px solid #aaa;
}
.woocommerce.woocommerce-wishlist .page-title, .woocommerce.woocommerce-checkout .page-title, .woocommerce.woocommerce-cart .page-title, .woocommerce-page.woocommerce-wishlist .page-title, .woocommerce-page.woocommerce-checkout .page-title, .woocommerce-page.woocommerce-cart .page-title {
    text-align: center;
}
.select2-container--default .select2-selection--single:hover,
.select2-container--default .select2-selection--single:focus{
    border: 1px solid #000;
}
.select2-container--default .select2-search--dropdown .select2-search__field:hover{
    border: 1px solid #000;
}
.select2-dropdown{
    border-radius: 0;
}
.select2-dropdown:hover {
    border: 1px solid #000;
    margin-top: -1px;
}
.woocommerce.woocommerce-wishlist .site-content, .woocommerce.woocommerce-checkout .site-content, .woocommerce.woocommerce-cart .site-content, .woocommerce-page.woocommerce-wishlist .site-content, .woocommerce-page.woocommerce-checkout .site-content, .woocommerce-page.woocommerce-cart .site-content {
    max-width: 1440px;
}

@media screen and (min-width: 940px) {
    .woocommerce.woocommerce-wishlist .site-content .site-main, .woocommerce.woocommerce-checkout .site-content .site-main, .woocommerce.woocommerce-cart .site-content .site-main, .woocommerce-page.woocommerce-wishlist .site-content .site-main, .woocommerce-page.woocommerce-checkout .site-content .site-main, .woocommerce-page.woocommerce-cart .site-content .site-main {
        padding: 45px;
    }
}

.woocommerce.woocommerce-account .page-title, .woocommerce-page.woocommerce-account .page-title {
    text-align: center;
}

.woocommerce.woocommerce-account .site-content, .woocommerce-page.woocommerce-account .site-content {
    max-width: 960px;
}

.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button, .woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button {
    float: right;
}
.woocommerce-checkout-review-order{
    width: 41.1764705882%;
    float: right;
    margin-right: 0;
    clear: right;
}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
    width: 52.9411764706%;
    float: left;
    margin-right: 5.8823529412%;
}

.woocommerce .col2-set::after, .woocommerce-page .col2-set::after {
    content: "";
    display: table;
    clear: both;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 17%;
    float: left;
    margin: 0px 5px;
    list-style: none;
}
.woocommerce .col2-set .col-2, .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-2, .woocommerce-page .col2-set .col-1 {
    width: 100%;
    max-width: 100%;
    padding: 0px;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
    border: 1px solid #F44336;
}
.woocommerce div.product div.images .flex-control-thumbs li img {
    border: 1px solid #969696;
}
.woocommerce .woocommerce-billing-fields, .woocommerce-page .woocommerce-billing-fields {
    width: 100%;
}
.woocommerce div.product div.images,
.woocommerce #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce-page #content div.product div.images {
    float: left;
    width: 45%;
    padding-left: 5%;
    border-right: 1px solid #ddd;
    padding-right: 5%;
    padding-top: 25px;
    margin-bottom: 0;
    padding-bottom: 20px;
}

.woocommerce div.product div.thumbnails,
.woocommerce #content div.product div.thumbnails, .woocommerce-page div.product div.thumbnails,
.woocommerce-page #content div.product div.thumbnails {
    content: "";
    display: table;
    clear: both;
}

.woocommerce div.product div.thumbnails a,
.woocommerce #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a,
.woocommerce-page #content div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em;
}

.woocommerce div.product div.thumbnails a.last,
.woocommerce #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last,
.woocommerce-page #content div.product div.thumbnails a.last {
    margin-right: 0;
}

.woocommerce div.product div.thumbnails a.first,
.woocommerce #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first,
.woocommerce-page #content div.product div.thumbnails a.first {
    clear: both;
}

.woocommerce div.product div.thumbnails.columns-1 a,
.woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a,
.woocommerce-page #content div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.1em;
    height: 1.1em;
    background-color: #ffffff;
    border: 1px solid #9E9E9E;
    border-radius: 1em;
    cursor: pointer;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
}
.woocommerce div.product div.thumbnails.columns-2 a,
.woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a,
.woocommerce-page #content div.product div.thumbnails.columns-2 a {
    width: 48%;
}

.woocommerce div.product div.thumbnails.columns-4 a,
.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a,
.woocommerce-page #content div.product div.thumbnails.columns-4 a {
    width: 22.05%;
}

.woocommerce div.product div.thumbnails.columns-5 a,
.woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a,
.woocommerce-page #content div.product div.thumbnails.columns-5 a {
    width: 16.9%;
}

.woocommerce div.product div.summary,
.woocommerce #content div.product div.summary, .woocommerce-page div.product div.summary,
.woocommerce-page #content div.product div.summary {
    float: right;
    width: 50%;
    padding-top: 25px;
}

.woocommerce div.product .woocommerce-tabs,
.woocommerce #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs {
    clear: both;
    padding-top: 15px;
    border-top: 39px solid #efefef;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left;
    margin-left: 15px;
    margin-top: 15px;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right;
    margin: 5px;
    margin-right: 15px;
}

.woocommerce table.cart img,
.woocommerce #content table.cart img, .woocommerce-page table.cart img,
.woocommerce-page #content table.cart img {
    height: auto;
}

.woocommerce table.cart td.actions,
.woocommerce #content table.cart td.actions, .woocommerce-page table.cart td.actions,
.woocommerce-page #content table.cart td.actions {
    text-align: right;
}

.woocommerce table.cart td.actions .input-text, .woocommerce #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text {
    width: 150px;
    max-width: 190px;
    border-right: 0px solid #333;
}
.woocommerce-error::before {
    content: '\e016';
    color: #ec0c3b;
}
.woocommerce table.cart td.actions .coupon,
.woocommerce #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon {
    float: left;
}

.woocommerce table.cart td.actions .coupon label,
.woocommerce #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label {
    display: none;
}
.woocommerce table.shop_table {
    border-radius: 0;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    content: "";
    display: table;
    clear: both;
    width: 100%;
}

.woocommerce form .form-row::after, .woocommerce-page form .form-row::after {
    content: "";
    display: table;
    clear: both;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #333;
}
.woocommerce-error {
    border-top-color: #ec0c3b;
}
.woocommerce .woocommerce-breadcrumb a {
    color: #2196F3;
}
.woocommerce .woocommerce-breadcrumb a:hover {
    text-decoration: underline;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
}

.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
    display: inline;
}

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

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last, .woocommerce-page form .form-row-first,
.woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: left;
    /*rtl:raw:
            float: right;
            */
}
.woocommerce form .form-row input.input-text:focus, .woocommerce form .form-row textarea:focus{
    border-color: #3a3a3a;
}
.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both;
}

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    width: auto;
}

.woocommerce #payment .wc-terms-and-conditions, .woocommerce #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms {
    text-align: left;
    padding: 0 1em 0 0;
    float: left;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
}

.woocommerce .woocommerce-billing-fields,
.woocommerce .woocommerce-shipping-fields, .woocommerce-page .woocommerce-billing-fields,
.woocommerce-page .woocommerce-shipping-fields {
    content: "";
    display: table;
    clear: both;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: block;
    padding: 0px;
    border-right: 1px solid #ededed;
    margin-right: -1px;
}

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

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
    color: #e8500e;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    color: #595959;
    padding: 5px 10px;
    display: block;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 70%;
    padding-left: 20px;
    border-left: 1px solid #ededed;
}

.woocommerce fieldset {
    border: 0px;
    padding: 0px 0px 20px;
}

.woocommerce fieldset legend {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 20px;
}

.woocommerce {
    /* Single product */
    /* END Single product */
    /* Buttons */
    /* END Buttons */
}

.woocommerce .woocommerce-main .products {
    margin-left: -1px;
    margin-right: 0px;
    background: #efefef;
    border-bottom: 1px solid #f0f0f0;
}

.woocommerce .woocommerce-main .products .products {
    margin-left: -8px;
    margin-right: -8px;
}

.woocommerce #page {
    /* Shopping cart */
}

.woocommerce #page .product, .woocommerce #page li.product, .woocommerce #page div.product {
    display: block;
    position: relative;
    /* Product thumbnail */
}

.woocommerce #page .product.eq-col, .woocommerce #page li.product.eq-col, .woocommerce #page div.product.eq-col {
    padding: 1px 0px 0px 1px;
    margin-top: 0px;
    margin-bottom: 0;
}
.woo_home_featured .woocommerce li.product.eq-col{
    padding: 1px 0px 0px 1px;
    margin-top: 0px;
    margin-bottom: 0;
    margin: 0;
    box-sizing: border-box;
    width: 20%;
    float: left;
}
@media screen and (min-width: 940px){
    .woo_home_featured .eq-row-col-4 .eq-col:nth-child(4n+1) {
        clear: none;
    }
    .woo_home_featured .eq-row-col-4 .eq-col:nth-child(5n+1) {
        clear: left;
    }
}
.woocommerce #page .product.eq-col
.product-inner, .woocommerce #page li.product.eq-col
.product-inner, .woocommerce #page div.product.eq-col .product-inner {
    padding: 10px;
    position: relative;
    background: #fff;
    transition: 0.55s;
    display: inline-block;
    padding-bottom: 25px;
    width: 100%;
}
.product-inner:hover {
    z-index: 9;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.25);
    transition: 0.55s;
}


.woocommerce #page .product .woocommerce-LoopProduct-link, .woocommerce #page li.product .woocommerce-LoopProduct-link, .woocommerce #page div.product .woocommerce-LoopProduct-link {
    display: block;
    position: relative;
}

.woocommerce #page .product .woocommerce-LoopProduct-link:hover, .woocommerce #page li.product .woocommerce-LoopProduct-link:hover, .woocommerce #page div.product .woocommerce-LoopProduct-link:hover {
    text-decoration: none;
}

.woocommerce #page .product .onsale, .woocommerce #page li.product .onsale, .woocommerce #page div.product .onsale {

: uppercase
background: #F36F36;
    position: absolute;
    top: 10px;
    left: 1px;
    right: auto;
    text-transform: uppercase;
    background: rgba(255, 126, 0, 0.84);
    font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
    width: 45px;
    height: 45px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    line-height: 45px;
    z-index: 9;
    user-select: none;
    -webkit-font-smoothing: subpixel-antialiased;
    cursor: default;
}

.woocommerce #page .product .woocommerce-loop-product__title, .woocommerce #page li.product .woocommerce-loop-product__title, .woocommerce #page div.product .woocommerce-loop-product__title {
    color: #14151f;
    font-size: 14px;
    font-size: 16px;
    height: 42px;
    overflow: hidden;
    font-weight: 400;
    padding: 0;
    width: 100%;
}

.woocommerce #page .product .woocommerce-loop-product__title a, .woocommerce #page li.product .woocommerce-loop-product__title a, .woocommerce #page div.product .woocommerce-loop-product__title a {
    color: inherit;
}

.woocommerce #page .product .product-thumbnail, .woocommerce #page li.product .product-thumbnail, .woocommerce #page div.product .product-thumbnail {
    margin-bottom: 10px;
    display: block;
    overflow: hidden;
    padding: 0px 20px;
}

.woocommerce #page .product .product-thumbnail img, .woocommerce #page li.product .product-thumbnail img, .woocommerce #page div.product .product-thumbnail img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.woocommerce #page .product .product-inner:hover .product-thumbnail img, .woocommerce #page li.product .product-inner:hover .product-thumbnail img, .woocommerce #page div.product .product-inner:hover .product-thumbnail img {
    transform: none;
}

.woocommerce #page .product .star-rating, .woocommerce #page li.product .star-rating, .woocommerce #page div.product .star-rating {
    display: block;
    color: #F36F36;
}

.woocommerce #page .product span.price, .woocommerce #page .product p.price, .woocommerce #page .product .price, .woocommerce #page li.product span.price, .woocommerce #page li.product p.price, .woocommerce #page li.product .price, .woocommerce #page div.product span.price, .woocommerce #page div.product p.price, .woocommerce #page div.product .price {
    text-transform: uppercase;
    display: inline-block;
    color: #333;
    font-weight: 500;
    font-size: 22px;
    width: 50%;
    float: left;
    padding: 0 5px;
    line-height: 38px;
    letter-spacing: -0.8px;
}

.woocommerce #page .product span.price del, .woocommerce #page .product p.price del, .woocommerce #page .product .price del, .woocommerce #page li.product span.price del, .woocommerce #page li.product p.price del, .woocommerce #page li.product .price del, .woocommerce #page div.product span.price del, .woocommerce #page div.product p.price del, .woocommerce #page div.product .price del {
    color: #333;
}

.woocommerce #page .product span.price del, .woocommerce #page .product span.price ins, .woocommerce #page .product p.price del, .woocommerce #page .product p.price ins, .woocommerce #page .product .price del, .woocommerce #page .product .price ins, .woocommerce #page li.product span.price del, .woocommerce #page li.product span.price ins, .woocommerce #page li.product p.price del, .woocommerce #page li.product p.price ins, .woocommerce #page li.product .price del, .woocommerce #page li.product .price ins, .woocommerce #page div.product span.price del, .woocommerce #page div.product span.price ins, .woocommerce #page div.product p.price del, .woocommerce #page div.product p.price ins, .woocommerce #page div.product .price del, .woocommerce #page div.product .price ins {
    display: inline-block;
    background: none;
    position: relative;
    top: 0;
    font-weight: 400;
}

.woocommerce #page .product p.price, .woocommerce #page li.product p.price, .woocommerce #page div.product p.price {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    width: 100%;
}
.woocommerce-info {
    border-top-color: #f7f6f7;
}

.woocommerce #page .product .add-cart-wrap, .woocommerce #page li.product .add-cart-wrap, .woocommerce #page div.product .add-cart-wrap {
    top: 50%;
    position: relative;
    transform: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: normal;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 1;
    z-index: 6;
    width: 50%;
    float: right;
}
.woocommerce ul.products li.product .price ins {
    background: 0 0;
    font-weight: 700;
    color: #ff3535;
}
.woocommerce #page .product .add-cart-wrap .add_to_cart_button, .woocommerce #page li.product .add-cart-wrap .add_to_cart_button, .woocommerce #page div.product .add-cart-wrap .add_to_cart_button {
}

.woocommerce #page .product .add-cart-wrap .added_to_cart.wc-forward, .woocommerce #page li.product .add-cart-wrap .added_to_cart.wc-forward, .woocommerce #page div.product .add-cart-wrap .added_to_cart.wc-forward {
    display: block;
    position: absolute;
    text-transform: none;
    font-size: 0;
    bottom: -30px;
    right: 0px;
}
.woocommerce ul.products li.product .price del {
    color: inherit;
    opacity: 1;
    display: block;
}
.woocommerce #page .product .product-inner:hover .add-cart-wrap, .woocommerce #page li.product .product-inner:hover .add-cart-wrap, .woocommerce #page div.product .product-inner:hover .add-cart-wrap {
    opacity: .8;
}

.woocommerce #page .product .product-btns, .woocommerce #page li.product .product-btns, .woocommerce #page div.product .product-btns {
    position: absolute;
    top: 15px;
    right: 15px;
    visibility: visible;
    opacity: 1;
    z-index: 6;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: inline-block;
    padding: .5em 0;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    width: 100%;
}
.woocommerce #page .product .product-btns .add-cart-wrap, .woocommerce #page li.product .product-btns .add-cart-wrap, .woocommerce #page div.product .product-btns .add-cart-wrap {
    display: block;
    overflow: hidden;
    width: 35px;
    height: 35px;
    position: relative;
    text-transform: uppercase;
}

.woocommerce #page .product .product-btns .add-cart-wrap .add_to_cart_button.added, .woocommerce #page li.product .product-btns .add-cart-wrap .add_to_cart_button.added, .woocommerce #page div.product .product-btns .add-cart-wrap .add_to_cart_button.added {
    opacity: 0;
    display: none;
}

.woocommerce #page .product .product-btns .add_to_wishlist,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistexistsbrowse a,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistaddedbrowse a, .woocommerce #page li.product .product-btns .add_to_wishlist,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistexistsbrowse a,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistaddedbrowse a, .woocommerce #page div.product .product-btns .add_to_wishlist,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistexistsbrowse a,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistaddedbrowse a {
    display: block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    padding: 0px;
    margin: 0px;
    background: none;
    border-radius: 50%;
    text-indent: -99999px;
    position: relative;
}

.woocommerce #page .product .product-btns .add_to_wishlist:hover,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistaddedbrowse a:hover, .woocommerce #page li.product .product-btns .add_to_wishlist:hover,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistaddedbrowse a:hover, .woocommerce #page div.product .product-btns .add_to_wishlist:hover,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistaddedbrowse a:hover {
    background: none;
}

.woocommerce #page .product .product-btns .add_to_wishlist.loading,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistexistsbrowse a.loading,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistaddedbrowse a.loading, .woocommerce #page li.product .product-btns .add_to_wishlist.loading,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistexistsbrowse a.loading,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistaddedbrowse a.loading, .woocommerce #page div.product .product-btns .add_to_wishlist.loading,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistexistsbrowse a.loading,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistaddedbrowse a.loading {
    opacity: 1 !important;
}

.woocommerce #page .product .product-btns .add_to_wishlist.loading::after,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistexistsbrowse a.loading::after,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistaddedbrowse a.loading::after, .woocommerce #page li.product .product-btns .add_to_wishlist.loading::after,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistexistsbrowse a.loading::after,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistaddedbrowse a.loading::after, .woocommerce #page div.product .product-btns .add_to_wishlist.loading::after,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistexistsbrowse a.loading::after,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistaddedbrowse a.loading::after {
    display: block;
    border-radius: 50%;
    top: 0px;
    left: 0px;
    right: 0px;
    border: 0px none;
    opacity: 1 !important;
}

.woocommerce #page .product .product-btns .add_to_wishlist.loading:before,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistexistsbrowse a.loading:before,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistaddedbrowse a.loading:before, .woocommerce #page li.product .product-btns .add_to_wishlist.loading:before,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistexistsbrowse a.loading:before,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistaddedbrowse a.loading:before, .woocommerce #page div.product .product-btns .add_to_wishlist.loading:before,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistexistsbrowse a.loading:before,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistaddedbrowse a.loading:before {
    opacity: 0;
    visibility: hidden;
}

.woocommerce #page .product .product-btns .add_to_wishlist:before, .woocommerce #page .product .product-btns .add_to_wishlist:after,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistexistsbrowse a:after,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistaddedbrowse a:after, .woocommerce #page li.product .product-btns .add_to_wishlist:before, .woocommerce #page li.product .product-btns .add_to_wishlist:after,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistexistsbrowse a:after,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistaddedbrowse a:after, .woocommerce #page div.product .product-btns .add_to_wishlist:before, .woocommerce #page div.product .product-btns .add_to_wishlist:after,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistexistsbrowse a:after,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistaddedbrowse a:after {
    text-indent: 0;
    float: left;
    width: 25px;
    height: 25px;
    background: #fff;
    color: #666;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 25px;
    line-height: 1.5625rem;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    color: #595959;
    border: 0px none;
}

.woocommerce #page .product .product-btns .add_to_wishlist:before,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistaddedbrowse a:before, .woocommerce #page li.product .product-btns .add_to_wishlist:before,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistaddedbrowse a:before, .woocommerce #page div.product .product-btns .add_to_wishlist:before,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistaddedbrowse a:before {
    display: block;
}

.woocommerce #page .product .product-btns .add_to_wishlist:after,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistexistsbrowse a:after,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistaddedbrowse a:after, .woocommerce #page li.product .product-btns .add_to_wishlist:after,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistexistsbrowse a:after,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistaddedbrowse a:after, .woocommerce #page div.product .product-btns .add_to_wishlist:after,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistexistsbrowse a:after,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistaddedbrowse a:after {
    display: none;
}

.woocommerce #page .product .product-btns .add_to_cart_button:before, .woocommerce #page .product .product-btns .product_type_external:before, .woocommerce #page li.product .product-btns .add_to_cart_button:before, .woocommerce #page li.product .product-btns .product_type_external:before, .woocommerce #page div.product .product-btns .add_to_cart_button:before, .woocommerce #page div.product .product-btns .product_type_external:before {
    font-family: 'FontAwesome';
    content: "\f217";
}

.woocommerce #page .product .product-btns .add_to_wishlist:before, .woocommerce #page li.product .product-btns .add_to_wishlist:before, .woocommerce #page div.product .product-btns .add_to_wishlist:before {
    font-family: 'FontAwesome';
    content: "\f08a";
}

.woocommerce #page .product .product-btns .yith-wcwl-add-to-wishlist, .woocommerce #page li.product .product-btns .yith-wcwl-add-to-wishlist, .woocommerce #page div.product .product-btns .yith-wcwl-add-to-wishlist {
    margin-top: 0px;
}

.woocommerce #page .product .product-btns .yith-wcwl-add-to-wishlist .feedback, .woocommerce #page li.product .product-btns .yith-wcwl-add-to-wishlist .feedback, .woocommerce #page div.product .product-btns .yith-wcwl-add-to-wishlist .feedback {
    display: none;
}

.woocommerce #page .product .product-btns .yith-wcwl-add-button .ajax-loading, .woocommerce #page li.product .product-btns .yith-wcwl-add-button .ajax-loading, .woocommerce #page div.product .product-btns .yith-wcwl-add-button .ajax-loading {
    display: none;
}

.woocommerce #page .product .product-btns .yith-wcwl-wishlistaddedbrowse span,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistexistsbrowse span, .woocommerce #page li.product .product-btns .yith-wcwl-wishlistaddedbrowse span,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistexistsbrowse span, .woocommerce #page div.product .product-btns .yith-wcwl-wishlistaddedbrowse span,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistexistsbrowse span {
    display: none;
}

.woocommerce #page .product .product-btns .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce #page .product .product-btns .yith-wcwl-wishlistexistsbrowse a:before, .woocommerce #page li.product .product-btns .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce #page li.product .product-btns .yith-wcwl-wishlistexistsbrowse a:before, .woocommerce #page div.product .product-btns .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce #page div.product .product-btns .yith-wcwl-wishlistexistsbrowse a:before {
    font-family: 'FontAwesome';
    content: "\f004";
    background: #e8500e;
    color: #fff;
}

.woocommerce #page .product .product-inner:hover .product-btns, .woocommerce #page li.product .product-inner:hover .product-btns, .woocommerce #page div.product .product-inner:hover .product-btns {
    opacity: 1;
    visibility: visible;
}

.woocommerce #page .product .wc-thumbnail-wrapper, .woocommerce #page li.product .wc-thumbnail-wrapper, .woocommerce #page div.product .wc-thumbnail-wrapper {
    display: block;
    position: relative;
    width: 100%;
}

.woocommerce #page .product .wc-thumbnail-wrapper .woocommerce-LoopProduct-link:before, .woocommerce #page li.product .wc-thumbnail-wrapper .woocommerce-LoopProduct-link:before, .woocommerce #page div.product .wc-thumbnail-wrapper .woocommerce-LoopProduct-link:before {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.4);
    opacity: 0;
    z-index: 4;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.woocommerce #page .product .product-inner:hover .wc-thumbnail-wrapper .woocommerce-LoopProduct-link:before, .woocommerce #page li.product .product-inner:hover .wc-thumbnail-wrapper .woocommerce-LoopProduct-link:before, .woocommerce #page div.product .product-inner:hover .wc-thumbnail-wrapper .woocommerce-LoopProduct-link:before {
    opacity: 1;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}

.woocommerce #page .product .wc-countdown, .woocommerce #page li.product .wc-countdown, .woocommerce #page div.product .wc-countdown {
    display: block;
    color: #595959;
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #ededed;
    padding: 5px;
    margin: 0px 0px;
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 6;
    font-weight: bold;
}

.woocommerce #page .widget_shopping_cart_content .cart_list {
    margin: 0px;
}

.woocommerce #page .widget_shopping_cart_content .cart_list li {
    position: relative;
    margin-bottom: 15px;
    display: block;
    list-style: none;
    border-top: 1px solid #ddd;
}

.woocommerce #page .widget_shopping_cart_content .cart_list li .wp-post-image {
    width: 50px;
    height: auto;
    float: left;
    margin-right: 10px;
}

.woocommerce #page .widget_shopping_cart_content .cart_list li a {
    text-align: left;
    margin-right: 0;
    font-weight: 400;
    font-size: 15px;
    display: inline-block;
    width: 65%;
    float: left;
    line-height: normal;
}

.woocommerce #page .widget_shopping_cart_content .cart_list li .quantity {
    float: left;
    display: inline-block;
    width: 35%;
    font-size: 18px;
    letter-spacing: -0.89px;
}

.woocommerce #page .widget_shopping_cart_content .cart_list li .remove {
    width: 18px;
    position: absolute;
    font-size: 20px;
    right: 5px;
    top: 0px;
    display: block;
    text-align: center;
    margin-right: 0px;
    font-weight: 100;
    color: #333;
}

.woocommerce #page .widget_shopping_cart_content .cart_list li::after {
    content: "";
    display: table;
    clear: both;
}

.woocommerce #page .widget_shopping_cart_content .cart_list li.empty {
    text-align: center;
}

.woocommerce #page .widget_shopping_cart_content .buttons {
    margin: 0px;
    text-align: center;
}

.woocommerce #page .widget_shopping_cart_content .buttons .button {
    margin: 5px 10px;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 400;
    border-radius: 0;
    left: auto;
    color: #fff;
    background-color: #ec0c3b;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    width: 80%;
}

.woocommerce #page .woocommerce-tabs ul.tabs li {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}

.woocommerce #page .woocommerce-tabs ul.tabs li.active {
    box-shadow: none;
    background: #ec0c3b;
}

.woocommerce #page .woocommerce-tabs ul.tabs li::before, .woocommerce #page .woocommerce-tabs ul.tabs li::after {
    box-shadow: none;
    border-width: 0px !important;
    left: auto !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: inherit;
    text-shadow: inherit;
    color: #fff!important;
}
.woocommerce .woocommerce-product-gallery__wrapper {
    margin-top: 0px;
}

.woocommerce .woocommerce-product-gallery__wrapper::after {
    content: "";
    display: table;
    clear: both;
}

.woocommerce .product .flex-control-nav {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.woocommerce .product .flex-control-nav li {
    padding: 0px 5px;
}

.woocommerce .onsale {
    top: 15px;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ec0c3b;
    margin-bottom: 0px;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #ec0c3b;
}

.woocommerce .quantity .qty {
    line-height: 29px;
    line-height: 1.8125rem;
    font-weight: bold;
}

.shop-section-title,
.woocommerce-Reviews-title,
.woocommerce-order-details__title,
.woocommerce-customer-details > h2,
.woocommerce-column__title,
.cart_totals h2,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields h3,
#order_review_heading,
.woocommerce-Address h3,
#customer_login h2,
.related.products > h2, .up-sells.products > h2 {
    font-size: 1.125rem;
    line-height: 3.125rem;
    text-transform: uppercase;
    width: 41%;
    float: right;
    margin-right: 0;
    clear: right;
    margin-bottom: 0;
    padding-bottom: .6180469716em;
}
.woocommerce-billing-fields h3{
    width: 100%;
}
.select2-container .select2-selection--single {
    height: 41px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 41px;
}
.related.products > h2{
    font-size: 1.125rem;
    line-height: 3.125rem;
    text-transform: uppercase;
    width: 100%;
    float: right;
    margin-right: 0;
    clear: right;
    margin-bottom: 0;
    padding-bottom: .6180469716em;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 1px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    padding: 10px 10px;
    margin: 0px;
}

.woocommerce .quantity .qty {
    line-height: 1;
}

.woocommerce table.wishlist_table {
    font-size: 100%;
}

/* Review */
#reviews #comments {
    margin-top: 0px;
}

.woocommerce #reviews #comments ol.commentlist {
    padding-left: 0px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
    width: 50px;
    height: auto;
    padding: 0px;
    background: 0px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin-left: 60px;
    border-radius: 0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #ec0c3b;
    z-index: 2;
    border-color: #ec0c3b;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    position: absolute;
    content: ' ';
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #ec0c3b;
    z-index: 1;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    border: 0px solid #ec0c3b;
    background-color: #eee;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    text-decoration: none;
    color: #333;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0px solid #ec0c3b;
    background-color: #ffffff;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 4px 4px 0 0;
    margin: 0 0px;
    padding: 0;
    width: 150px;
    text-align: center;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em;
    padding: 0px 30px;
}
.woocommerce table.shop_attributes td p {
    margin: 0;
    padding: 5px 0;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.woocommerce table.shop_attributes th {
    width: 345px;
    font-weight: 400;
    padding: 0px;
    border-top: 0;
    border-bottom: 1px dotted rgba(0,0,0,.10);
    margin: 0;
    line-height: 2;
    color: #666;
    font-size: 16px;
}
.more_price{
    width: 50%;
    display: inline-block;
    float: left;
    text-align: left;
}
.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th{
    background: rgb(255, 255, 255);
}
.woof_container_inner h4{
    clear: both;
    font-weight: 500;
    color: #333;
    font-size: 14px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #da0c37;
    text-decoration: none;
    background-image: none;
    color: #ffffff;
    opacity: 1;
}
textarea,
button,
input {
    outline: none;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: "Product Sans", Arial, sans-serif;
    text-decoration: none;
    overflow: visible;
    padding: 0.6113em 1.90em;
    font-weight: 400;
    border-radius: 0px;
    left: auto;
    color: #ffffff;
    background-color: #ec0c3b;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
    letter-spacing: 0.35px;
    font-size: 18px;
    text-transform: none;
    transition: .25s;
}
.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-bottom: 15px;
    margin-left: 15px;
}
.woocommerce ul.products li.product .price {
    margin-bottom: 0;
}
.woocommerce ul.products li.product .button {
    margin-top: 0px;
    border-radius: 30px;
    padding: 0;
    line-height: 38px;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #fefefe;
    border: 0;
    border: 1px solid #ec0c3b;
}
.woof_checkbox_label_selected {
    font-weight: 500;
    color: #333;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
    background-color: #ec0c3b;
}
.woof_list_checkbox li div {
    margin-top: -6px;
}
textarea:focus{
    border-color: #333;
}

.comment-form input:focus{
    border-color: #333;
}

}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    background-color: #f7f7f7;
    border-radius: 1em;
    cursor: pointer;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
    box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.69);
}
.price_label{
    display: none!important;
}
.posted_in{
    display: block;
}
.price_slider_amount input {
    display: inline-block!important;
    float: none;
    width: 45%;
    height: 40px;
    margin: 10px 0;
    border-radius: 0;
    border-color: #333;
    float: left;
    margin-right: 5%;
}
.woof_price_search_container .price_slider_amount .price_label {
    float: left !important;
    display: none!important;
    text-align: right !important;
}
.with_summ{
    width: 5%;
    display: inline-block;
    float: left;
    margin-top: 8px;
    font-size: 17px;
    color: #333;
    margin-right: 1.5%;
}
.to_summ {
    width: 5%;
    display: inline-block;
    float: left;
    margin-top: 8px;
    font-size: 17px;
    color: #333;
    margin-left: 6%;
    margin-right: 1.5%;
}

/* RESPONSIVE */
@media (max-width: 1199px) {
    .carusel_col {
        width: 80%;
    }
    .offer_col{
        display: none;
    }
    .woocommerce #page .product span.price,
    .woocommerce #page .product p.price,
    .woocommerce #page .product .price,
    .woocommerce #page li.product span.price,
    .woocommerce #page li.product p.price,
    .woocommerce #page li.product .price,
    .woocommerce #page div.product span.price,
    .woocommerce #page div.product p.price,
    .woocommerce #page div.product .price {
        width: 100%;
        text-align: center;
        float: none;
        height: 35px;
    }
    .woocommerce #page .product .add-cart-wrap,
    .woocommerce #page li.product .add-cart-wrap,
    .woocommerce #page div.product .add-cart-wrap {
        width: 100%;
        float: right;
        text-align: center;
    }
    .woocommerce #page .product .add-cart-wrap .add_to_cart_button,
    .woocommerce #page li.product .add-cart-wrap .add_to_cart_button{
        width: 80%;
        display: inline-block;
        text-transform: none;
    }
    .woocommerce #page .product .woocommerce-loop-product__title,
    .woocommerce #page li.product .woocommerce-loop-product__title{
        font-weight: 500;
    }
    .woocommerce #page .product .add-cart-wrap .added_to_cart.wc-forward, .woocommerce #page li.product .add-cart-wrap .added_to_cart.wc-forward, .woocommerce #page div.product .add-cart-wrap .added_to_cart.wc-forward {
        font-size: 15px;
        top: -35px;
        right: 18px;
    }
}

@media (max-width: 991px) {
    .woocommerce img, .woocommerce-page img {
    }
    .woo_home_featured .woocommerce li.product.eq-col {
        width: 25%;
    }
}

@media (max-width: 767px) {

}

@media (max-width: 575px) {
    .woocommerce #page .product.eq-col
    .product-inner, .woocommerce #page li.product.eq-col
    .product-inner, .woocommerce #page div.product.eq-col .product-inner {
        padding: 10px;
        position: relative;
        background: #fff;
        transition: 0.55s;
        display: inline-block;
        padding-bottom: 35px;
        width: 100%;
    }
    .woocommerce div.product .woocommerce-tabs .panel {
        margin: 0 0 1em;
        padding: 0px 10px;
    }
    .woocommerce table.shop_attributes th {
        width: 150px;
        font-weight: 500;
        padding: 0px;
        border-top: 0;
        border-bottom: 1px dotted rgba(0,0,0,.05);
        margin: 0;
        line-height: 1.5;
        color: #888;
        font-size: 14px;
        vertical-align: top;
    }
    .woocommerce table.shop_attributes td p {
        margin: 0;
        padding: 3px 0;
        color: #333;
        font-weight: 500;
        font-size: 14px;
    }

    .woocommerce div.product div.summary,
    .woocommerce #content div.product div.summary{
        padding: 10px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        width: 130px;
    }
    .woocommerce .woocommerce-breadcrumb {
        margin: 0 0 1em;
        padding: 0;
        font-size: .82em;
        color: #333;
    }
    .woocommerce #page .product span.price, .woocommerce #page .product p.price, .woocommerce #page .product .price, .woocommerce #page li.product span.price, .woocommerce #page li.product p.price, .woocommerce #page li.product .price, .woocommerce #page div.product span.price, .woocommerce #page div.product p.price, .woocommerce #page div.product .price {
        text-transform: uppercase;
        display: inline-block;
        color: #333;
        font-weight: 500;
        font-size: 18px;
        width: 50%;
        float: left;
        padding: 5px;
        height: 55px;
        letter-spacing: -0.8px;
    }
    .woocommerce #page .product span.price del, .woocommerce #page .product span.price ins, .woocommerce #page .product p.price del, .woocommerce #page .product p.price ins, .woocommerce #page .product .price del, .woocommerce #page .product .price ins, .woocommerce #page li.product span.price del, .woocommerce #page li.product span.price ins, .woocommerce #page li.product p.price del, .woocommerce #page li.product p.price ins, .woocommerce #page li.product .price del, .woocommerce #page li.product .price ins, .woocommerce #page div.product span.price del, .woocommerce #page div.product span.price ins, .woocommerce #page div.product p.price del, .woocommerce #page div.product p.price ins, .woocommerce #page div.product .price del, .woocommerce #page div.product .price ins {
        display: inline-block;
        background: none;
        position: relative;
        top: 0px;
        font-weight: 400;
    }
    .woocommerce #page .product span.price, .woocommerce #page .product p.price, .woocommerce #page .product .price, .woocommerce #page li.product span.price, .woocommerce #page li.product p.price, .woocommerce #page li.product .price, .woocommerce #page div.product span.price, .woocommerce #page div.product p.price, .woocommerce #page div.product .price {
        text-transform: uppercase;
        display: block;
        color: #333;
        font-weight: 500;
        font-size: 18px;
        width: 100%;
        float: none;
        padding: 0;
        height: 10px;
        letter-spacing: 0px;
        text-align: left;
        padding-left: 0;
    }
    .woocommerce div.product .product_title {
        clear: none;
        margin-top: 0;
        padding: 0;
        font-weight: 500;
        font-size: 17px;
    }
}

@media (max-width: 351px) {
    .woocommerce #page .product.eq-col, .woocommerce #page li.product.eq-col, .woocommerce #page div.product.eq-col {
        width: 100%;

    }
}

div.woof_info_popup {
    position: fixed;
    top: 50%;
    left: 56%;
    z-index: 10001;
    display: none;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,.6), inset 0 0 0 2px rgba(255,255,255,.2);
    -moz-box-shadow: inset 0 0 0 1px rgba(0,0,0,.6), inset 0 0 0 2px rgba(255,255,255,.2);
    box-shadow: none;
    color: rgba(0, 0, 0, 0);
    font-size: 22px;
    font-family: 'Oswald',sans-serif;
    background: url(/wp-content/themes/chebcamera/static/img/loader.gif) no-repeat center rgba(255, 255, 255, 0);
    width: 150px;
    height: 150px;
}
.custom-logo-link img{
    height: 30px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
div.product form.cart .button {
    vertical-align: middle;
    float: left;
    width: 113px;
    height: 41px;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: left;
    width: 45%;
    padding: 12px 0;
}
.woocommerce ul.products li.product a {
    text-decoration: none;
    width: 100%;
}
.woocommerce #page li.product span.price del{
    top: auto;
    bottom: 43px;
    opacity: .9;
    position: absolute;
}


/* iCheck plugin Square skin, aero
----------------------------------- */
.icheckbox_square-aero,
.iradio_square-aero {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    background-color: #ffffff;
    height: 22px;
    border: 1px solid #b9b9b9;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 14' fill='none'%3e%3cpath d='M2.11768 6.63381L7.29744 11.8461L15.8824 2.15381' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    content: "";
    transition: border-color .25s;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0;
    cursor: pointer;
}

.icheckbox_square-aero {
    background-position: 0 0;
}
.icheckbox_square-aero.hover {
    border-color: #ec0c3b;
}
.icheckbox_square-aero.checked {
    background-color: #ec0c3b;
    background-position: center center;
    background-size: 75%;
    border-color: #ec0c3b;
}
.icheckbox_square-aero.disabled {
    background-position: -72px 0;
    cursor: default;
}
.icheckbox_square-aero.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-aero {
    background-position: -120px 0;
}
.iradio_square-aero.hover {
    background-position: -144px 0;
}
.iradio_square-aero.checked {
    background-position: -168px 0;
}
.iradio_square-aero.disabled {
    background-position: -192px 0;
    cursor: default;
}
.iradio_square-aero.checked.disabled {
    background-position: -216px 0;
}

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-aero,
    .iradio_square-aero {
        background-image: url(aero@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}