/*
Theme Name: Recco-Shoes

WooCommerce styles override
*/


/**
 * Shop tables
 */
.owl-carousel .col-md-3 {
    max-width: 100% !important;
}

.owl-carousel .col-sm-6 {
    max-width: 100% !important;
}

.owl-carousel .col-6 {
    max-width: 100% !important;
    padding: 0;
}

.products.row {
    width: 100%;
}

.products .prod-inner .prod-name {
    padding: 15px 0;
    min-height: 142px;
}

table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tbody th {
    display: none;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left;
}

.woo-variation-swatches .variable-items-wrapper {
    margin: 10px 0px !important;
}

table.shop_table_responsive tr td.product-remove a {
    color: #171717;
    text-align: center;
    border: 2px solid #171711;
    border-radius: 50px;
    width: 25px;
    font-size: 21px;
    padding: 1px 4px;
    font-weight: bold;
    height: 25px;
    text-align: center !important;
    display: block;
    line-height: 17px;
}

nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

a.wc-forward {
    color: #fff;
    text-decoration: underline;
}

nav.woocommerce-MyAccount-navigation ul li a:active {
    background: #000;
    color: #fff;
}

nav.woocommerce-MyAccount-navigation ul li a {
    color: #333;
    display: block;
    padding: 10px 20px;
    border-bottom: solid 1px #f8f8f8;
}

nav.woocommerce-MyAccount-navigation ul li.is-active {
    background-color: #171717;
    border-bottom-color: #171717;
    color: #fff;
}

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

nav.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #f7f7f7;
    border-bottom-color: #000;
    color: #000;
    transition: 0.45s;
}

nav.woocommerce-MyAccount-navigation ul li a:hover {
    text-decoration: none;
}

p.form-row label {
    width: 100%;
}

.woocommerce form .form-row input.input-text {
    padding: 10px 10px;
    margin-bottom: 10px;
    width: 100%;
}

span.password-input {
    width: 100%;
}

.woocommerce-MyAccount-content a {
    color: #171717;
    border-bottom: 1px solid #878484;
}

.woocommerce-cart-form img {
    width: 50px;
}

.cart_out_page .pmq input.minus {
    display: none;
}

.cart_out_page .pmq input.plus {
    display: none;
}

.cart_out_page h3 {
    text-transform: capitalize;
}

.cart_totals h2 {
    text-transform: capitalize;
}

a.checkout-button.button.alt.wc-forward {
    border: 1px solid #171717;
    height: 45px;
    line-height: 45px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    border-radius: 10px;
    color: #000;
    transition: all 0.45s ease-in;
    width: 50%;
    font-weight: 600;
    text-transform: capitalize;
}

a.checkout-button.button.alt.wc-forward:hover {
    background-color: #fa255e;
    border: 1px solid #fa255e;
    color: #fff;
}


button.button.updatecls {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: #404040;
    font-weight: 600;
    height: 48px;
}

.coupon button {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    color: #000;
    font-weight: 600;
}

table.shop_table_responsive tr td.product-remove::before {
    display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
    display: none;
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}


@media screen and (min-width: 48em) {
    table.shop_table_responsive thead {
        display: table-header-group;
    }

    table.shop_table_responsive tbody th {
        display: table-cell;
    }

    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }

    table.shop_table_responsive tr td {
        display: table-cell;
    }

    table.shop_table_responsive tr td::before {
        display: none;
    }
}


/**
 * Products
 */

ul.products {
    margin: 0;
    padding: 0;
    clear: both;
}

ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 1em;
    display: inline-flex;
}

ul.products li.product img {
    display: block;
}

ul.products li.product .button {
    display: none;
}

.woocommerce form .form-row input.input-text {
    padding: 10px 10px;
    margin-bottom: 10px;
    width: 100%;
    outline: none;
}

.large-data form input.plus {
    background: #ff071e;
    height: 45px;
    color: #fff;
    width: 45px;
}

.large-data form input.minus {
    background: #ff071e;
    height: 45px;
    color: #fff;
    width: 45px;
}

.large-data form input {
    padding: 10px;
    margin: 0px 0px 20px;
    text-align: center;
    border: 1px solid #ff071e;
    outline: 0;
}

.large-data form button {
    background: #ff071e;
    border: 1px solid #ff071e;
    margin-bottom: 10px;
    color: #fff;
    text-transform: uppercase;
    width: 100%;
    padding: 15px 10px;
    transition: 0.45s;
}

.large-data form button:hover {
    border-radius: 30px;
    background: #2e2e2e;
    border: 1px solid #2e2e2e;
}

.large-data form button:focus {
    outline: 0;
}

.woocommerce-product-details__short-description {
    padding: 0px 0;
    margin: 0 0 0px 0;
}

.woocommerce-product-details__short-description h1 {
    font-size: 18px;
}

.woocommerce-product-details__short-description ul {
    margin: 0;
    padding-left: 10px;
}

.woocommerce-product-rating {
    margin-bottom: 10px;
}

.woocommerce-product-rating a {
    color: #2e2e2f;
    font-size: 15px;
}


.woocommerce-tabs.wc-tabs-wrapper p.form-submit input {
    color: #171717;
    border: 1px solid #171717;
    transition: 0.45s;
    background: transparent;
    width: 115px;
    border-radius: 50px;
    font-size: 16px;
    height: 40px;
    margin-top: 10px;
}

.woocommerce-tabs.wc-tabs-wrapper p.form-submit input:hover {
    background: #171717;
    color: #fff;
}

.woocommerce-tabs.wc-tabs-wrapper p.form-submit input:focus {
    outline: 0;
}

.woocommerce-product-rating .star-rating {
    float: left;
}

form.cart {
    width: 100%;
    float: left;
}

.large-data h2 {
    font-size: 25px;
}

.woocommerce-product-details__short-description h3 {
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
    color: #111;
}

.woocommerce-product-details__short-description span {
    margin: 0;
    font-size: 15px !important;
    color: #111;
}

.woocommerce-product-details__short-description span:first-letter {
    text-transform: uppercase;
}

.woocommerce-form-register__submit {
    color: #171717;
    border: 1px solid #171717;
    transition: 0.45s;
    background: transparent;
    width: 115px;
    border-radius: 50px;
    font-size: 16px;
    height: 40px;
    margin-top: 10px;
    padding: 0;
    transition: 0.45s ease;
}

.woocommerce-form-register__submit:hover {
    background: #171717;
    color: #fff;
}

.login button, button.woocommerce-Button.button {
    border-radius: 0;
    width: 100%;
    height: 55px;
    line-height: 20px;
    color: #000000;
    border: 1px solid #f6cb16;
    transition: 0.45s;
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
    text-transform: uppercase;
    background: #f6cb16;
}

.login button:hover, button.woocommerce-Button.button:hover {
    background: #000;
    color: #fff;
}

.lost_password a {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
    padding-top: 30px;
    display: block;
}

.lost_password a {
    text-decoration: none;
}

input#rememberme {
    width: 22px;
}

p.woocommerce-result-count {
    float: left;
    text-align: left;
}

form.woocommerce-ordering {
    float: right;
    margin: 0 0 20px 0;
}

form.woocommerce-ordering select {
    padding: 2px;
    outline: none;
    margin-right: 23px;
}

form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contactus-inner .map {
    width: 100%;
    padding-top: 20px;
}

.contactus-inner .map iframe {
    width: 100%;
}


@media screen and (min-width: 48em) {
    ul.products li.product {
        width: 22%;
        margin-right: 23px;
    }

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

    ul.products.columns-1 li.product {
        float: none;
        width: 100%;
    }

    ul.products.columns-2 li.product {
        width: 48.1%;
    }

    ul.products.columns-3 li.product {
        width: 30.79667%;
    }

    ul.products.columns-5 li.product {
        width: 16.96%;
    }

    ul.products.columns-6 li.product {
        width: 13.49333%;
    }
}


/**
 * Single product
 */

.single-product div.product {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 2em;
    right: 1em;
    display: none;
    z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both;
}


.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
}

.stock:empty::before {
    display: none;
}


.stock.out-of-stock {
    color: #e2401c;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 400;
}

.heateor_sss_sharing_container.heateor_sss_horizontal_sharing ul li {
    padding-right: 10px !important;
}

/**
 * Checkout
 */
.woocommerce-message a {
    color: #fff;
}

@media screen and (min-width: 576px) {
    .quantity input.input-text[type=number] {
        width: 55px;
    }

}

.tinv-wishlist .product-action {
    width: 155px !important;
}


/**
 * General WooCommerce components
 */


/**
 * Header cart
 */

.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
}

.site-header-cart .cart-contents {
    text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
    display: none;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}


/**
 * Star rating
 */

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    width: 5.3em;
    font-family: star;
    font-weight: 400;
}

.star-rating::before {
    content: "\53\53\53\53\53";
    opacity: 0.25;
    float: left;
    top: 0;
    color: #938d8d !important;
    left: 0;
    position: absolute;
}

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

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

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: 0.25;
}

p.stars a:hover ~ a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars:hover a::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

p.stars.selected a.active::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

p.stars.selected a.active ~ a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}


/**
 * Tabs
 */

.woocommerce-tabs.wc-tabs-wrapper ul {
    padding: 20px 0 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    margin: 0;
    padding: 0;
    text-align: center;
}

span.sku_wrapper {
    width: 100% !important;
    display: block;
    padding: 0px 0px 10px 0px;
    font-size: 14px;
}

table.variations {
    margin: 0;
}

.woocommerce-product-details__short-description p {
    font-size: 15px;
    margin-bottom: 8px;
}

.woocommerce-product-details__short-description p:first-letter {
    text-transform: capitalize;
}

span.posted_in a {
    color: #000;
    font-size: 13px;
}

.woocommerce-tabs.wc-tabs-wrapper ul li {
    display: inline-block;
    padding: 0 20px;
}

.woocommerce-tabs.wc-tabs-wrapper ul li:first-child {
    padding-left: 0;
}

.woocommerce-tabs.wc-tabs-wrapper ul li a {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.45s;
    border: 1px solid transparent;
    display: block;
    outline: none;
    font-family: Oxanium, cursive;
    font-weight: 600;
    line-height: 40px;
    font-size: 21px;
    opacity: 1;
}

.woocommerce-tabs.wc-tabs-wrapper ul li a:hover {
    color: #171717;
}

.woocommerce-tabs.wc-tabs-wrapper ul li.active a {
    color: #f6cb16;
    border-bottom: 2px solid #000;
    opacity: 1;
    font-weight: bold;
}

.myprod h3 {
    text-align: center;
    padding: 16px 0;
    text-transform: capitalize;
    font-size: 25px;
    color: #ff071e;
}

.woocommerce-tabs .panel h2:first-of-type {
    display: none;
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0, 0, 0, .1);
    margin-bottom: 1.618em;
    width: 100%;
}

.woocommerce table.shop_attributes td {
    font-style: italic;
    padding: 0;
    border-top: 0;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
    margin: 0;
    line-height: 1.5;
}

.woocommerce div.product .woocommerce-tabs .shop_attributes th {
    padding-left: .9em;
    text-transform: uppercase;
    border-left: 1px solid #cccccc8f;
}

.woocommerce div.product .woocommerce-tabs .shop_attributes td {
    padding: .5em .5em .5em .9em;
    font-style: normal;
    border-right: 1px solid #cccccc5e;
    border-left: 1px solid #cccccc4a;
}

.woocommerce table.shop_attributes th {
    width: 150px;
    border-bottom: 1px dotted rgba(0, 0, 0, .1);
}

td.woocommerce-product-attributes-item__value p a {
    color: #000;
    text-transform: capitalize;
    font-size: 16px;
}


/**
 * Password strength meter
 */

.woocommerce-password-strength {
    text-align: right;
}

.woocommerce-password-strength.strong {
    color: #0f834d;
}

.woocommerce-password-strength.short {
    color: #e2401c;
}

.woocommerce-password-strength.bad {
    color: #e2401c;
}

.woocommerce-password-strength.good {
    color: #3d9cd2;
}


/**
 * Forms
 */

.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

.required {
    color: #f00;
}

.woocommerce-billing-fields {
    width: 100%;
}

.woocommerce-billing-fields h3 {
    text-transform: capitalize;
    padding-bottom: 10px;
}

.check_out_page button {
    color: #fff;
    text-transform: capitalize;
    transition: 0.45s;
}

.check_out_page button {
    background: #ff071e;
    border: 1px solid #ff071e;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul {
    list-style-type: none;
}

.woocommerce-billing-fields label {
    width: 100%;
}

.woocommerce-billing-fields .form-row {
    width: 100%;
}

span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce-checkout-payment ul {
    padding: 0;
    margin: 0;
}


.woocommerce-checkout-payment ul li {
    list-style-type: none;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #888888;
    display: flex;
}

.woocommerce-checkout-payment ul li label {
    margin-right: 5px;
}

.woocommerce-checkout-payment ul li label a {
    font-size: 14px;
    color: #171717;
    float: right;
}

.woocommerce-checkout-payment ul li label img {
    display: none;
}

.woocommerce-checkout-payment ul li .input-radio {
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin-right: 10px;
}

span.woocommerce-input-wrapper input {
    color: #666;
    border: 1px solid #888888;
    padding: 8px;
    border-radius: 0 !important;
    margin-bottom: 10px;
}

.woocommerce-billing-fields__field-wrapper {
    width: 100% !important;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
}

.table-border td,
.table-border th {
    border: 1px solid #ccc;
    padding: 10px;
}


/**
 * Notices
 */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    background-color: #0f834d;
    clear: both;
    margin: 10px 0;
    padding: 10px 16px;
    width: 100%;
    color: #fff;
    font-size: 14px;
}

.woocommerce-notices-wrapper ul li {
    list-style-type: none;
}

p.return-to-shop a {
    width: 200px;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #171717;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #171717;
    transition: 0.45s ease all;
    margin-bottom: 30px;
}

p.return-to-shop a:hover {
    background-color: #171717;
    color: #fff;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #171717;
    padding: 10px 16px;
    list-style-type: none;
    margin: 10px 0 20px 0px;
    color: #fff;
    font-size: 14px;
}

.check_out_page h3.ordercl {
    margin-bottom: 48px;
}

.check_out_page form label {
    font-size: 15px;
    color: #000;
}

.check_out_page form input,
textarea,
select {
}

.select2-container--default .select2-selection--single {
}

.check_out_page h3 {
    font-size: 22px;
    text-transform: capitalize;
}

a.showcoupon {
    color: #000000;
}

.form-row.place-order button {
    width: 100%;
    margin-top: 20px;
    font-weight: 600;
    color: #171717;
    background: none;
    border-radius: 10px;
    padding: 0;
    height: 45px;
    font-size: 16px;
    text-transform: capitalize;
    transition: 0.45s all ease;
}

.form-row.place-order button:hover {
    background-color: #fa255e;
    border: 1px solid #fa255e;
    color: #fff;
}

.select2-container--default .select2-selection--single {
    border-radius: 0 !important;
    padding: 10px 0px;
    height: 50px !important;
    margin: 0;
    margin-bottom: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
}

.woocommerce-error {
    background-color: #e2401c;
}

ul.woocommerce-error li {
    list-style-type: none;
}

.coupon label {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #232323;
}

.coupon input {
    width: 80%;
    padding: 0 10px;
    height: 45px;
}


.coupon button {
    margin-top: 20px;
    background: transparent;
    border: 1px solid #171717;
    border-radius: 10px;
    color: #171717;
    font-weight: 600;
    text-transform: capitalize;
    transition: 0.45s;
}

.coupon button:hover {
    background-color: #fa255e;
    border: 1px solid #fa255e;
    color: #fff;
}

.cart-collaterals h2 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    color: #232323;
}

.cart-collaterals tbody tr th {
    font-size: 15px;
    font-weight: 400;
    color: #888888;
}

.cart-collaterals tbody tr td span {
    color: #888888;
}

.cart-collaterals tbody tr td strong {
    font-weight: 400;
    color: #888888;
}

.shop_table a {
    color: #111;
}

button.button.updatecls {
    background: #ff071e;
    border: 1px solid #ff071e;
    color: #fff;
    font-weight: 600;
    height: 48px;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #3d9cd2;
    z-index: 9999;
}

@media screen and (min-width: 48em) {
    /**
     * Header cart
     */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }

    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}


/**
 * WooCommerce widgets
 */


/**
 * WooCommerce Price Filter
 */

.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

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

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    background: #4169e1;
    box-sizing: border-box;
    margin-top: -0.25em;
    opacity: 1;
}

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

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

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

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


.contact_form_decs form label {
    width: 100%;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
}

.contact_form_decs form input {
    width: 100%;
    padding: 10px;
    border: 1px solid #c2a279;
    margin-top: 10px;
}

form.invalid input {
    border: 1px solid #dc3232;
}

.contact_form_decs form textarea {
    border: 1px solid #c2a279;
    margin-top: 10px;
}

.contact_form_decs form input:focus {
    outline: 0;
}

span.woocommerce-input-wrapper select {
    width: 100%;
    height: 48px;
    line-height: 48px;
}

.shop_page,
.csm-pages {
    padding: 30px 0px;
}

.home_page .csm-pages {
    padding: 0px;
}

.home_page .breadcrumbs_lara {
    display: none;
}

li.product {
    list-style-type: none;
}

.woocommerce-Tabs-panel h2 {
    font-size: 20px;
    text-transform: capitalize;
    padding-bottom: 5px;
}

a.woocommerce-privacy-policy-link {
    color: #000;
    border-bottom: 1px solid #888888;
}

tr.woocommerce-cart-form__cart-item.cart_item {
    border: 1px solid #888888;
}

tr.woocommerce-cart-form__cart-item.cart_item td {
    border: 1px solid #888888;
    padding: 5px;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-remove a {
    margin: 0 auto;
}

.cart_totals tr td {
    border: 1px solid #888888;
    padding: 5px;
}

.cart_totals tr th {
    border: 1px solid;
    padding: 5px;
}

.woocommerce-Tabs-panel table tbody tr td {
    border: 1px solid;
    padding: 10px;
}

.entry-summary .tinv-wraper .tinvwl-icon-heart {
    width: 20px;
    height: 20px;
    display: block;
    border: 1px solid #888888;
    border-radius: 50px;
    color: #171717;
}

.entry-summary .single_add_to_cart_button {
    background: none;
    border-radius: 0;
    width: 100%;
    height: 55px;
    line-height: 20px;
    color: #000000;
    border: 1px solid #f6cb16;
    transition: 0.45s;
    font-size: 20px;
    font-weight: 700;
    margin-right: 20px;
    text-transform: uppercase;
    background: #f6cb16;
}

.entry-summary .single_add_to_cart_button i {
    padding-right: 10px;
}

.entry-summary a.buy-now.button {
    background: none;
    border-radius: 10px;
    width: 300px;
    height: 65px;
    line-height: 45px;
    color: #171717;
    border: 1px solid #000;
    transition: 0.45s;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    transition: 0.45s;
}

.entry-summary a.buy-now.button:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.entry-summary form.cart {
    margin-bottom: 20px;
}

.entry-summary .single_add_to_cart_button:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.entry-summary {
    position: relative;
}

.entry-summary .tinv-wraper.tinv-wishlist {
    position: absolute;
    right: 0;
    top: -20px;
}

.quantity input {
    background: none;
}

a.reset_variations {
    color: #000;
    font-size: 14px;
}

.related {
    margin-top: 40px;
}

.related h2.releted {
    width: 220px;
    margin: 0 auto;
    text-align: center;
    font-size: 24px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 40px;
}

.related h2.releted:after {
    position: absolute;
    content: "";
    background-color: #171717;
    width: 100px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    left: -120px;
}

.related h2.releted:before {
    position: absolute;
    content: "";
    background-color: #171717;
    width: 100px;
    height: 2px;
    top: 50%;
    transform: translateY(-50%);
    right: -120px;
}

ul#shipping_method {
    margin: 0;
    padding: 0;
}

a.shipping-calculator-button {
    text-decoration: underline;
    font-weight: bold;
}

tr.woocommerce-cart-form__cart-item .quantity {
    margin: 0 auto;
    display: flex;
}

tr.woocommerce-cart-form__cart-item .quantity label {
    padding-right: 10px;
}

#tab-reviews .comment-form-author, #tab-reviews .comment-form-email {
    float: left;
    width: 47%;
    margin-top: 5px;
    margin-right: 3%;
    margin-bottom: 20px;
}

.comment-respond label {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 500;
}

.comment-respond input:not([type=submit]), .comment-respond textarea {
    background: 0 0;
    width: 100%;
}

input#wp-comment-cookies-consent {
    width: inherit;
    float: left;
    margin-top: 4px;
    margin-right: 10px;
}

.comment-form-rating label {
    float: left;
    margin-right: 20px;
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 500;
}

p.comment-form-comment {
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 500;
}

.comment-form-rating {
    margin: 10px 0px;
}

span#reply-title {
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 500;
}

p.comment-notes {
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 500;
}

.entry-summary .woo-sctr-shortcode-wrap-wrap.woo-sctr-shortcode-wrap-wrap-salescountdowntimer {
    text-align: left;
}

.woo-sctr-sticky-top {
    position: inherit !important;
}

.prod_img span.onsale {
    background: #7b7b7b;
    color: #fff;
    border-radius: 50px;
    font-size: 13px;
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 9;
}

.tinv-wishlist .tinvwl_added_to_wishlist .tinv-txt {
    color: #888888;
}

td.product-name a {
    color: #171717;
    border-bottom: 1px solid;
}

.tinvwl-table-manage-list tr th span {
    color: #888888;
}

.tinvwl-table-manage-list tr th {
    color: #888888;
}

.woocommerce-checkout-review-order table {
    border: 1px solid #888888;
}

.woocommerce-checkout-review-order table thead tr th {
    padding-left: 10px;
    font-weight: 400;
    color: #888888;
    border: 1px solid #888888;
}

.woocommerce-checkout-review-order table thead tr {
    border: 1px solid #888888;
    height: 40px;
}

.woocommerce-checkout-review-order table tbody tr td {
    padding: 5px 0 0px 10px;
    color: #888888;
    font-size: 15px;
    border: 1px solid #888888;
    width: 60%;
}

.woocommerce-checkout-review-order table tfoot tr td {
    padding: 5px 0 0px 10px;
    color: #888888;
    font-weight: 400;
}

.woocommerce-checkout-review-order table tfoot tr th {
    padding: 5px 0 0px 10px;
    color: #171717;
}

.woocommerce-checkout-review-order table tfoot tr.order-total th {
    color: #171717;
    font-weight: bold;
    font-size: 18px;

}

.checkout {
    margin-bottom: 30px;
}

.woocommerce-billing-fields p label {
    color: #171717;
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 5px;
}

.woocommerce-info a {
    color: #fff;
    text-decoration: underline;
}

.form-row-last button {
    background: none;
    color: #171717;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
    padding: 0;
    height: 45px;
    width: 180px;
    text-transform: capitalize;
}

.woocommerce-order ul {
    margin: 0;
    padding: 0;
}

.woocommerce-order ul li {
    list-style-type: none;
    color: #888888;
    padding-top: 5px;
}

.woocommerce-order ul li strong {
    color: #171717;
    padding-left: 10px;
}

.woocommerce-order ul li a {
}

.woocommerce-order-details h2 {
    font-size: 20px;
    padding: 10px 0px 0 0;
}

.woocommerce-customer-details h2 {
    font-size: 20px;
}

.next_page .page {
    padding: 20px 0px;
}

.woocommerce-address-fields button {
    background: none;
    color: #171717;
    margin: 10px 0px 0 0;
    border-radius: 50px;
    padding: 0;
    height: 45px;
    width: 140px;
    text-transform: capitalize;
    transition: 0.45s all;
}

.woocommerce-address-fields button:hover {
    background-color: #171717;
    color: #fff;
}

.prod_img {
    position: relative;
}

.prod_img ol {
    position: absolute;
    top: 0px;
    right: 0px;
}

.prod_img ol li {
    margin-bottom: 10px;
}

.prod_img ol li .flex-active {
    border: 1px solid #171717;
}

button.button.update_btn, .coupon button, a.checkout-button.button.alt.wc-forward,
.form-row.place-order button {
    margin-top: 20px;
    background: #f6cb16;
    border: 0;
    border-radius: 0;
    color: #171717;
    font-weight: 600;
    text-transform: capitalize;
    transition: 0.45s;
    width: 150px;
    border: 1px solid #f6cb16;
}

a.checkout-button.button.alt.wc-forward,
.form-row.place-order button {
    width: 100%;
}

label.screen-reader-texts {
    display: none;
}

button.button.update_btn:disabled, .coupon button:disabled {
    opacity: 0.8;
}

button.button.update_btn:hover, .coupon button:hover, a.checkout-button.button.alt.wc-forward:hover,
.form-row.place-order button:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

.no-drop {
    cursor: no-drop;
}

button.size_chart_btn {
    background: transparent;
    color: #171717;
    border: 0;
    border-bottom: 1px solid #171717;
    width: 76px;
    text-transform: capitalize;
    padding: 0;
    margin-bottom: 20px;
}

.woocommerce-product-details__short-description table {
    margin: 0;
}

@media screen and (max-width: 768px) {
    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%;
    }

    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
    }

    .col2-set .form-row-first,
    .col2-set .form-row-last {
        width: 48.1%;
    }

    .quantity input.input-text[type=number] {
        -moz-appearance: textfield;
        width: 85px;
    }

    .quantity {
        width: 50%;
        float: right;
    }

    p.woocommerce-result-count {
        width: 205px;
    }

    .u-column1 {
        padding-top: 20px;
    }

    .entry-summary .single_add_to_cart_button {
        margin-right: 0px;
    }

    #sbw_wc-adding-button {
        margin-right: 0px !important;
        margin-left: 0px !important;
        margin-top: 20px;
    }
}

@media screen and (max-width: 576px) {
    a.checkout-button.button.alt.wc-forward {
        width: 100%;
    }

    .entry-summary .quantity {
        width: 100%;
    }

    .entry-summary .quantity input.input-text[type=number] {
        width: 78%;
    }

    .entry-summary .single_add_to_cart_button {
        width: 100%;
    }

    .entry-summary a.buy-now.button {
        margin-top: 20px;
        width: 100%;
    }

    .related h2.releted:before {
        width: 65px;
        right: -75px;
    }

    .related h2.releted:after {
        width: 65px;
        left: -75px;
    }

    .related h2.releted {
        width: 200px;
        font-size: 20px;
    }

    form.woocommerce-ordering {
        display: none;
    }

    form.woocommerce-ordering select {
        margin-right: 0;
    }

    .shop_page,
    .csm-pages {
        padding: 20px 0px;
    }

    h1.page-title {
        font-size: 20px;
        margin-top: 10px;
    }

    ul.products li.product {
        display: inline-block;
        width: 48%;
        margin-right: 4px;
    }

    p.woocommerce-result-count {
        display: none;
    }

    .coupon button {
        font-size: 14px;
    }

    .coupon {
        width: 100%;
        margin-bottom: 15px;
    }

    .large-data form input.minus {
        width: 40px;
    }

    .large-data form input.plus {
        width: 40px;
    }

    .heateor_sss_sharing_container.heateor_sss_horizontal_sharing ul li {
        padding-right: 5px !important;
    }

}

.woocommerce-Tabs-panel--description p {
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

legend {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
}

.woocommerce-additional-fields h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.woocommerce-billing-fields h3 {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

#order_review_heading {
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}

.widget_price_filter .ui-slider .ui-slider-range {
    background: #fb4777;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background: #fb4777;
}

.widget_price_filter .ui-slider .ui-slider-handle {
    background: #fb4777;
    border-radius: 50px;
    box-shadow: 0 0 0px 1px #b90000;
}

.thank-page ul.woocommerce-order-overview {
    display: flex;
    margin-bottom: 15px;
    border: 1px solid;
}

.thank-page ul.woocommerce-order-overview li {
    padding-top: 10px;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    border-right: 1px solid #000;
}

.thank-page table {
    border: 1px solid #000;
}

.thank-page thead tr th {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 5px;
}

.thank-page tbody tr td {
    border-right: 1px solid;
    padding: 5px;
    border-bottom: 1px solid;
}

.thank-page tfoot tr th {
    border-right: 1px solid;
    padding: 5px;
    border-bottom: 1px solid;
}

.thank-page tbody tr td a {
    border: 0;
}

.thank-page ul.woocommerce-order-overview li strong {
    color: #171717;
    padding-left: 10px;
    width: 100%;
    display: block;
    padding-top: 10px;
    border-top: 1px solid;
    margin-top: 10px;
}

span.tagged_as {
    display: none;
}

span.woocommerce-Price-amount.amount bdi {
    display: flex;
    flex-direction: row-reverse;
}

span.woocommerce-Price-currencySymbol {
    font-size:0;
}
span.woocommerce-Price-currencySymbol:after{
    content:' OMR ';
    font-size:16px;
}

.entry-summary p.price span.woocommerce-Price-currencySymbol:after{
    font-size:32px;
}
.product_inner .price span.woocommerce-Price-currencySymbol:after{
    font-size:18px;
}