/*
Theme Name: tpmoviestar

WooCommerce styles override
*/

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

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}

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
 */


/**
 * Products
 */

ul.products {
    width: 100%;
}

ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 1rem;
}

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

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

@media screen and (min-width: 48em) {
    ul.products li.product {
        width: 30.7966666667%;
        float: left;
        margin-right: 3.8%;
    }
    ul.products li.product.first {
        clear: both;
    }
    ul.products li.product.last {
        margin-right: 0;
    }
    .columns-1 ul.products li.product {
        float: none;
        width: 100%;
    }
    .columns-2 ul.products li.product {
        width: 48.1%;
    }
    .columns-3 ul.products li.product {
        width: 30.7966666667%;
    }
    .columns-4 ul.products li.product {
        width: 22.15%;
    }
    .columns-5 ul.products li.product {
        width: 16.96%;
    }
    .columns-6 ul.products li.product {
        width: 13.4933333333%;
    }
}


/**
 * Single product
 */


/**
 * Single Product
 */

.single-product div.product {
    content: "";
    display: table;
    table-layout: fixed;
    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: 1em;
    right: 1em;
    display: block;
    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 {
    content: "";
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

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

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: .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.7966666667%;
}

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

.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.in-stock {
    color: #0f834d;
}

.stock.out-of-stock {
    color: #e2401c;
}


/**
 * Checkout
 */


/**
 * Checkout
 */

@media screen and (min-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%;
    }
}


/**
 * General WooCommerce components
 */


/**
 * Header cart
 */

.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
    content: "";
    display: table;
    table-layout: fixed;
}

.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;
    font-size: 1em;
    width: 5.3em;
    font-family: 'star';
    font-weight: 400;
}

.star-rating:before {
    content: "\53\53\53\53\53";
    opacity: .25;
    float: left;
    top: 0;
    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: royalblue;
}

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

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

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

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

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

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


/**
 * Tabs
 */

.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative;
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em;
}


/**
 * 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: #ffffff;
}


/**
 * 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: red;
}


/**
 * Notices
 */

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
    display: block;
    background-color: #0c1825;
    width: 100%;
    color: #fff;
}

.woocommerce-message {
    border-top-color: #13be13;
}

.woocommerce-info {
    border-top-color: #13be13;
}

.woocommerce-info::before,
.woocommerce-message::before,
.woocommerce-info a {
    color: #13be13;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #0c1825;
    width: 100%;
    color: #fff;
}

.woocommerce-error {
    background-color: #0c1825;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
    line-height: 35px;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #ffffff;
    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.4em;
}

.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: royalblue;
    box-sizing: border-box;
    margin-top: -.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: royalblue;
}

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

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

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


/*** Custom ***/

.woo-product-top {
    height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: relative;
}

.woocommerce ul.products li.product .onsale:after,
#yith-quick-view-content .onsale:after {
    content: "";
    padding: 3px;
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-top: 0 solid transparent;
    border-left: 22px solid #13be13;
    border-bottom: 12px solid transparent;
    bottom: -9px;
}

.woocommerce ul.products li.product .onsale,
#yith-quick-view-content .onsale {
    top: 10px;
    right: 10px;
    left: auto;
    margin: 0;
    width: 55px;
    height: 27px;
    border-radius: 0;
    line-height: 32px;
    padding: 0;
    min-height: 31px;
    background-color: #13be13;
}

.quick-view a {
    width: 45px;
    height: 45px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: #13be13;
    text-align: center;
    padding: 12px;
    color: #fff;
    border-radius: 100px;
    opacity: 0;
}

.woo-product-item:hover .quick-view a {
    opacity: 1;
}

.quick-view a:hover {
    background-color: #060f19;
}

.wootitle a {
    font-size: 20px;
    color: #fff;
    padding-bottom: 4px;
    display: block;
}

.woo-roduct-bottom {
    padding: 15px 0;
}

.wpro-addtocart,
.wpro-btn-compare,
.wpro-wishlist-btn {
    display: inline-block;
    white-space: nowrap;
    clear: both;
    overflow: hidden;
}

.star-rating span:before {
    color: #13be13;
}

.woocommerce ul.products li.product .price {
    color: #ffffff;
}

.woocommerce ul.products li.product .price ins {
    color: #ffffff;
}

.woocommerce ul.products li.product .wpro-addtocart .button,
.woocommerce ul.products li.product .wpro-addtocart .added_to_cart {
    padding: 11px 20px 9px 23px;
    margin: 0;
    line-height: 24px;
    background: #13be13;
    color: #fff;
    word-break: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 116px;
    overflow: hidden;
}

.rating-price {
    overflow: hidden;
}

.woocommerce .products .star-rating {
    display: inline-block;
    flex-grow: 1;
    float: right;
    margin: 0;
    margin-top: 5px;
}

.woocommerce ul.products li.product .price {
    display: inline-block;
    float: left;
    margin: 0;
}

.wpro-addtocart a {
    padding: 17px;
}

.wpro-btn {
    margin-top: 6px
}

.wpro-btn-compare a,
.yith-wcwl-add-button a {
    min-height: 44px;
    min-height: 40px;
    min-height: 40px;
    display: block;
    background: white;
    text-align: center;
    padding: 9px 19px;
    border-radius: 5px;
    color: #000;
    line-height: 26px;
    margin: 0 3px;
}

.wpro-btn-compare a:hover,
.yith-wcwl-add-button a:hover {
    background-color: #13be13;
    color: #fff;
}

.yith-wcwl-wishlistexistsbrowse .feedback,
.yith-wcwl-wishlistaddedbrowse .feedback {
    display: none;
}

.yith-wcwl-wishlistexistsbrowse a,
.yith-wcwl-wishlistaddedbrowse a {
    position: relative;
    font-size: 0;
    width: 46px;
    height: 44px;
    display: block;
    background: #13be13;
    color: #fff;
    text-align: center;
    padding: 11px 8px;
    border-radius: 2px;
    line-height: 22px;
}

.yith-wcwl-wishlistexistsbrowse a:after,
.yith-wcwl-wishlistaddedbrowse a:after {
    content: "\f004";
    font-family: fontawesome;
    font-size: 14px;
}

.wpro-btn-compare a span,
.yith-wcwl-add-button a span {
    position: relative;
    top: 2px;
}

.tomoviestar-woocatalog {
    overflow: hidden;
    padding: 30px;
    background: #182028;
    margin-bottom: 30px;
    margin-top: 30px;
}

.tomoviestar-woocatalog p {
    padding: 18px 0 0;
    margin: 0;
    color: #fff;
}

.woocommerce .woocommerce-ordering {
    margin: 0;
}

form.woocommerce-ordering select {
    padding: 15px 35px;
    cursor: pointer;
    background: #ffffff;
    margin-bottom: 0;
}

.tpmoviestar-woocatalog {
    padding: 40px 30px;
    background: #182028;
    overflow: hidden;
    margin: 30px 0;
    margin-top: 0;
}

.tpmoviestar-woocatalog p.woocommerce-result-count {
    padding: 22px 0 0;
    margin: 0;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    text-decoration: none;
    line-height: 1;
    font-size: 16px;
    font-weight: 400;
    padding: 15px 18px;
    min-width: 1em;
    display: block;
    border: none;
    background-color: #13be13;
    color: #fff;
    margin: 0 3px;
}

.woocommerce nav.woocommerce-pagination ul {
    border: none;
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin: 0;
}

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #ebe9eb;
    color: #060f19;
}

.tpmoviestar-grid-list-view {
    float: right;
    margin-right: 10px;
}

.tpmoviestar-grid-list-view a {
    padding: 12px 18px;
    display: inline-block;
    background: white;
    line-height: 27px;
    font-size: 15px;
    color: #000;
    margin-right: 5px;
}

.tpmoviestar-grid-list-view a span {
    position: relative;
    top: 3px;
}

.tpmoviestar-grid-list-view a.active,
.tpmoviestar-grid-list-view a:hover {
    background-color: #13be13;
    color: #fff;
}

.woocommerce nav.woocommerce-pagination {
    margin-bottom: 50px;
}

.woocommerce ul.products.tpmoviestar-plist-view li.product {
    width: 100%;
}

.woocommerce ul.products.tpmoviestar-plist-view li.product .woo-product-top {
    width: 350px;
    float: left;
    margin-right: 30px;
}

.woocommerce ul.products.tpmoviestar-plist-view li.product .woo-roduct-bottom {
    margin-left: 30px;
}

.tpmoviestar-plist-dec {
    display: none
}

.woocommerce ul.products.tpmoviestar-plist-view .tpmoviestar-plist-dec {
    display: block;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 18px;
}

.tpmoviestar-plist-view .woo-roduct-bottom {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

.tpmoviestar-plist-view .woo-product-item {
    display: table;
}

.tpmoviestar-plist-view .wootitle a {
    font-size: 25px;
}

.tpmoviestar-plist-view .wootitle a:hover {
    color: #13be13;
}

.single-product div.product {
    width: 100%;
    display: block;
}


/*** single product ***/

.woocommerce div.product .single-pro-top div.summary {
    width: 100%;
    display: block;
    padding: 36px 0;
}

.tpmoviestar-product-small-img ul li {
    display: inline-block;
    margin: 5px;
}

.tpmoviestar-product-small-img {
    text-align: center;
}

.tpmoviestar-product-small-img ul li button {
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
    font-size: 0;
    border-radius: 100%;
    border: none;
    background: white;
}

.tpmoviestar-product-small-img ul li.slick-active button {
    background-color: #13be13;
}

.tpmoviestar-sspimg {
    padding: 5px;
    position: relative;
    cursor: pointer;
}

.tpmoviestar-sspimg img {
    position: relative;
}

.tpmoviestar-sspimg:after {
    content: "";
    width: 91%;
    height: 5px;
    background: #13be13;
    position: absolute;
    bottom: 2px;
    left: 0;
    right: 0;
    margin: auto;
    transition: .4s;
}

.tpmoviestar-sspimg:hover:after {
    height: 93%;
    transition: .4s;
    background: rgba(19, 190, 19, 0.64);
}

.tpmoviestar-product-big-img .slick-slide {
    padding-left: 0;
}

.summary.entry-summary h1.product_title.entry-title {
    font-size: 35px;
    color: #fff;
    margin-bottom: 15px;
}

.summary.entry-summary span.woocommerce-Price-amount.amount {
    padding-bottom: 23px;
    font-size: 20px;
}

.woocommerce-product-details__short-description {
    margin: 12px 0px 21px 0;
    color: #fff;
}

.woocommerce div.product form.cart {
    display: inline-block;
    margin-bottom: 0;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin-top: 0;
    clear: both;
    overflow: hidden;
    margin-right: 10px;
    margin-left: 5px;
}

.summary.entry-summary a.compare.button {
    display: inline-block;
    clear: both;
    overflow: hidden;
}

.summary.entry-summary .quantity input {
    padding: 10px;
    width: 70px;
    margin-bottom: 0;
}

button.single_add_to_cart_button.button {
    padding: 18px 25px;
    background-color: #13be13;
    margin-left: 5px;
}

button.single_add_to_cart_button.button:hover {
    background-color: white;
    color: #000;
}

.summary.entry-summary .yith-wcwl-add-to-wishlist a {
    padding: 10px;
    height: 45px;
    width: 50px;
}

.summary.entry-summary a.compare.button {
    position: relative;
    font-size: 0;
    width: 50px;
    height: 44px;
    text-align: center;
    padding: 16px;
    font-weight: normal;
}

.summary.entry-summary a.compare.button:after {
    content: "\f079";
    font-size: 15px;
    font-family: fontawesome;
    color: #ffffff;
}

.summary.entry-summary a.compare.button:hover {
    background-color: #13be13;
}

.summary.entry-summary a.compare.button:hover:after {
    color: white;
}

.product_meta > span {
    display: block;
    color: #fff;
}

.summary.entry-summary .product_meta {
    margin-top: 13px;
}

.product_meta > span a {
    color: #13be13;
}

.product_meta > span a:hover {
    color: white;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
    color: #ebe9eb;
    font-size: 1.25em;
}

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    background: inherit;
    font-weight: 700;
    display: inline-block;
    color: #ebe9eb;
}

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

.woocommerce-product-rating .woocommerce-review-link:hover {
    color: #13be13;
}

.woocommerce-product-rating .woocommerce-review-link span {
    margin-left: 4px;
}

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

.woocommerce-product-rating .woocommerce-review-link:hover {
    color: #13be13;
}

.woocommerce-product-rating .woocommerce-review-link span {
    margin-left: 4px;
}

.row.single-pro-top {
    margin-bottom: 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0;
    border-radius: 0;
    border: none;
    padding: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    margin: 0;
    padding: 15px 23px;
    border: none;
    border-radius: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    left: 0;
    right: 0;
    padding: 0;
    box-shadow: none;
    bottom: 0;
    border: none;
    content: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    content: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    content: unset;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    background-color: #13be13;
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {}

.woocommerce div.product .woocommerce-tabs .panel {
    padding: 22px 30px;
    border-radius: 0;
    background: #0c1825;
    color: #fff;
}

.woocommerce div.product .woocommerce-tabs .panel h2 {
    margin-bottom: 20px;
}
.woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
    background-color: #13be13;
    color: #fff;
}
section.related.products h2,
section.up-sells.upsells h2 {
    margin-bottom: 30px;
    color: #fff;
}

section.related.products {
    margin-top: 50px;
}

h2.woocommerce-Reviews-title {
    font-size: 21px;
    margin-bottom: 24px;
    display: block;
    padding-bottom: 17px;
}

.woocommerce-Tabs-panel .comment-reply-title {
    margin-left: 0;
    margin-bottom: 12px;
    display: block;
}

.woocommerce form-rating p.stars a::before {
    color: red;
}

.woocommerce .comment-form-rating p.stars a::before {
    color: #13be13;
    opacity: 1;
}

.woocommerce #review_form #respond textarea {
    color: #fff;
    background: #060f19;
    border-color: #060f19;
}

.woocommerce #review_form #respond .form-submit input {
    padding: 21px 35px 16px 35px;
    background-color: #13be13;
    color: #fff;
    margin-top: 20px;
    transition: .4s;
}

.woocommerce #review_form #respond .form-submit input:hover {
    background-color: #fff;
    color: #000;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0px 0px 0px 51px;
    border: 1px solid #2f4156;
    border-radius: 4px;
    padding: 25px 25px;
}

.woocommerce ul.products li.product .wpro-addtocart .button.added {
    display: none;
}

.woocommerce ul.products li.product .wpro-addtocart .added_to_cart {
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    top: 8px;
}


/*** Mini cart ***/

.tpmoviestar-mini-cart-items {
    position: absolute;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    top: -webkit-calc(100% + 1px);
    top: expression(100% + 1px);
    top: -moz-calc(100% + 1px);
    top: -o-calc(100% + 1px);
    top: calc(100% + 1px);
    right: 0;
    background: #fff;
    width: 330px;
    padding: 30px;
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, .15);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.tpmoviestar-hmini:hover .tpmoviestar-mini-cart-items {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.tpmoviestar-mini-cart-items h2.widgettitle {
    display: none;
}

a.mini-cart-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.tpmoviestar-mini-cart-items p.woocommerce-mini-cart__total.total {
    padding-top: 20px;
}

.tpmoviestar-mini-cart-items p.woocommerce-mini-cart__buttons.buttons {
    margin-bottom: 0;
    margin-top: 20px;
}

.tpmoviestar-mini-cart-items .woocommerce-mini-cart__total.total span.woocommerce-Price-amount.amount {
    float: right;
    color: #000;
}

.tpmoviestar-mini-cart-items .widget_shopping_cart_content li:last-child {
    margin-bottom: 15px;
}

.tpmoviestar-mini-cart-items span.quantity {
    font-size: 90%;
}

.tpmoviestar-mini-cart-items li.woocommerce-mini-cart-item.mini_cart_item a {
    font-size: 15px;
}

.tpmoviestar-mini-cart-items a.remove.remove_from_cart_button {
    margin: 6px 0;
    font-size: 23px;
}

.tpmoviestar-mini-cart-items a.button.checkout.wc-forward {
    margin-left: 15px;
}

a.mini-cart-button label {
    width: 18px;
    height: 18px;
    background: #13be13;
    border-radius: 100%;
    text-align: center;
    font-size: 69%;
    color: #fff;
    line-height: 18px;
    position: relative;
    top: -7px;
    left: -5px;
    font-weight: 600;
}

li.tpmoviestar-mini-cart-items .widget.woocommerce.widget_shopping_cart {
    margin-bottom: 0;
}

ul.tpmoviestar-hmini {
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 76px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-left: 22px;
}

ul.tpmoviestar-hmini span.count {
    font-size: 11px;
    background: #13be13;
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    line-height: 16px;
    color: #fff;
    position: relative;
    top: -10px;
    left: -8px;
}

li.tpmoviestar-mini-cart-items li.woocommerce-mini-cart-item.mini_cart_item a {
    color: #060f19;
}

li.tpmoviestar-mini-cart-items li.woocommerce-mini-cart-item.mini_cart_item a:hover {
    color: #13be13;
}

ul.tpmoviestar-hmini p.woocommerce-mini-cart__empty-message {
    margin-bottom: 0;
}

li.tpmoviestar-mini-cart-items li.woocommerce-mini-cart-item.mini_cart_item span {
    color: #000;
}

.woocommerce .widget_shopping_cart .total strong,
.woocommerce.widget_shopping_cart .total strong {
    min-width: 40px;
    display: inline-block;
    color: #000;
}

.woocommerce .widget_shopping_cart .buttons a,
.woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px;
    background-color: #182028;
    padding: 13px 20px;
    color: #fff;
}

.woocommerce .widget_shopping_cart .buttons a:hover,
.woocommerce.widget_shopping_cart .buttons a:hover {
    background-color: #13be13;
    color: #fff;
}

.tpmoviestar-hmini a.cart-contents {
    color: #fff;
}

.tpmoviestar-hmini a.cart-contents:hover {
    color: #13be13;
}


/*** cart page***/

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    vertical-align: middle;
    color: #fff;
    text-align: center;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: center;
    padding: 0;
    width: auto;
    color: #13be13;
}

table.shop_table_responsive thead {
    background: #182028ba;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
    width: 151px;
}

#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 {
    float: left;
    box-sizing: border-box;
    border: 1px solid #ffffff;
    margin: 0px 9px 0 0;
    outline: 0;
    border-radius: 5px;
    padding: 11px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: #13be13;
    text-decoration: none;
    background-image: none;
    color: #fff;
    padding: 16px 25px;
}

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

.coupon .update_cart {
    padding: 16px 30px;
    background: #13be13;
    color: #fff;
}

h1.entry-title {
    color: #fff;
    font-size: 30px;
    margin-bottom: 30px;
}

.woocommerce-cart-form__cart-item cart_item td.product-name a {
    font-size: 23px;
}

.woocommerce-cart-form td.product-name a {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.woocommerce-cart-form td.product-name a:hover {
    color: #13be13;
}

table.shop_table_responsive tr td.product-remove a:hover {
    background-color: transparent;
    color: #fff;
}

td.product-name > a:hover {
    color: #13be13;
}

td.product-name > a {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 48%;
    color: #fff;
}

.cart_totals h2 {
    margin-bottom: 19px;
}

.woocommerce table.shop_table {
    border: 1px solid #182028;
    margin: 0 0px 24px 0;
}

.add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #182028;
}

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

a.checkout-button.button.alt.wc-forward:hover {
    background-color: white;
    color: #000;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
    color: inherit;
    cursor: not-allowed;
    opacity: .5;
    padding: 16px 25px;
}

.woocommerce-order {
    color: #fff;
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
    background: #0c1825;
    padding: 20px;
}

.woocommerce-order h2 {
    margin-bottom: 18px;
}

.woocommerce .quantity .qty {
    color: #000;
}

a.shipping-calculator-button {
    color: #13be13;
}

a.shipping-calculator-button:hover {
    color: #ffffff;
}


/*** Check out ***/

.woocommerce-checkout h3 {
    color: #fff;
    margin-bottom: 17px;
}

.woocommerce form .form-row label {
    line-height: 2;
    color: #fff;
}

h3#order_review_heading {
    margin-top: 20px;
    margin-bottom: 20px;
}

.woocommerce-checkout-review-order {
    color: #fff;
}

.woocommerce-privacy-policy-text p a {
    color: #13be13;
}

.woocommerce-privacy-policy-text p {
    color: #fff;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #0c1825;
    border-radius: 0px;
    margin-bottom: 30px;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    background: #0c1825;
    color: #fff;
    border: 1px solid transparent;
}

.select2-container--default .select2-selection--single {
    background-color: #0c1825;
    border: 1px solid #0c1825;
    border-radius: 4px;
    color: #fff;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff;
    line-height: 28px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    border: 1px solid #0c1825;
    background-color: #0c1825;
    color: #fff;
}

input#coupon_code::placeholder {
    color: #fff;
}

input#coupon_code {
    background-color: #060f19;
    color: #fff;
}

.woocommerce-input-wrapper input::placeholder,
.woocommerce-input-wrapper textarea::placeholder {
    color: #fff;
}

.select2-container .select2-selection--single {
    height: 48px;
    padding: 7px 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
    right: 7px;
}

.woocommerce form .form-row {
    margin: 0 0 20px;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
    border-bottom: 1px solid #060f19;
}


/*** my account ***/

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

nav.woocommerce-MyAccount-navigation ul li {
    line-height: 40px;
}

nav.woocommerce-MyAccount-navigation {}

nav.woocommerce-MyAccount-navigation ul li a {
    display: block;
    background-color: #e4e9f1;
    color: #000000;
    padding: 3px 23px;
    margin: 8px 0;
}

nav.woocommerce-MyAccount-navigation ul li a:hover,
nav.woocommerce-MyAccount-navigation ul li.is-active a {
    background-color: #13be13;
    color: #fff;
}

.woocommerce-MyAccount-content h3 {
    color: #ffffff;
    margin-bottom: 19px;
}

.woocommerce-MyAccount-content .woocommerce-address-fields > p > button {
    margin-top: 30px;
}

fieldset legend {
    padding-top: 20px;
    display: block;
    color: #fff;
    border-bottom: none;
}

button.woocommerce-Button.button {
    margin-top: 20px;
    transition: .4s;
}

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

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: block;
    width: 100%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content p a:hover {
    color: #fff;
}

.woocommerce-account .woocommerce-MyAccount-content p a {
    color: #13be13;
}

.woocommerce-account .addresses .title .edit {
    float: right;
    color: #13be13;
}

.woocommerce-page .tpmoviestar-post-navication {
    margin-top: 50px;
}

.woocommerce-account .woocommerce h2 {
    color: #fff;
}

p.woocommerce-LostPassword.lost_password a:hover {
    color: #fff;
}

p.woocommerce-LostPassword.lost_password a {
    color: #13be13;
}


/** wishlist page ***/

.wishlist-title.wishlist-title-with-form h2 {
    color: #fff;
}

table.wishlist_table tbody td,
table.wishlist_table thead th {
    border-color: #0c1825;
    color: #fff;
}

.yith_wcwl_wishlist_footer {
    display: block;
    overflow: hidden;
    color: #fff;
}

.woocommerce a.remove:hover {
    color: #fff;
    background: #13be13;
}

.woocommerce a.remove {
    color: #13be13!important;
}

.main.home-6 .woocommerce a.remove {
    color: #00c3b7!important;
}
.main.home-6 li.tpmoviestar-mini-cart-items li.woocommerce-mini-cart-item.mini_cart_item a:hover{
 color: #00c3b7
}
.main.home-6 .woocommerce a.remove:hover,.main.home-6 .woocommerce .widget_shopping_cart .buttons a:hover,.main.home-6 .woocommerce.widget_shopping_cart .buttons a:hover {
   background: #00c3b7;
   color:#fff;
}
.wishlist_table.wishlist_view a.button.yith-wcqv-button {
    float: right;
    padding: 17px 22px;
    text-align: center;
    display: inline-block;
    min-width: 126px;
}

.woocommerce table.shop_table .wishlist-items-wrapper td {
    line-height: 4em;
}

#yith-quick-view-modal .yith-wcqv-main {
    background: #010305;
}

#yith-quick-view-modal .yith-wcqv-main {
    -webkit-box-shadow: 0 0 0 10px rgb(14, 29, 45);
    box-shadow: 0 0 0 10px rgb(14, 29, 45);
}

#yith-quick-view-modal .yith-wcqv-wrapper {
    height: 397px;
}

#yith-quick-view-content .onsale {
    left: 10px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #060f19;
    color: #fff;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #060f19;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}


/*** Woocommerce widget ***/

.woocommerce.widget_price_filter .ui-slider-horizontal {
    height: 3px;
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-range {
    background-color: #13be13;
}

.woocommerce.widget_price_filter .ui-slider .ui-slider-handle {
    width: 10px;
    height: 10px;
    background-color: #13be13;
    top: 0px;
    margin-left: -.5em;
}

.price_slider_amount {
    color: #fff;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper {
    padding-top: 15px;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount {
    padding-top: 15px;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_label {
    padding-top: 8px;
}

.select2-container--default .select2-selection--multiple {
    background-color: #f0f5fe;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    padding: 7px 10px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #13be13 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #13be13;
    border: 1px solid #13be13;
    padding: 1px 7px;
    color: #fff;
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper {
    padding-top: 15px;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_slider_amount {
    padding-top: 15px;
}

.widget.woocommerce.widget_price_filter .price_slider_wrapper .price_label {
    padding-top: 8px;
}

.woocommerce-widget-layered-nav span.select2-selection.select2-selection--multiple {}

button.woocommerce-widget-layered-nav-dropdown__submit {
    background: #13be13;
    border: none;
    padding: 7px 20px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

button.woocommerce-widget-layered-nav-dropdown__submit:hover {
    background-color: #798795;
    transition: .4s;
}

ul.product_list_widget .star-rating {
    margin: 10px 0;
}

ul.product_list_widget li {
    padding-bottom: 20px !important;
    display: block;
    overflow: hidden;
}

ul.product_list_widget li img {
    width: 60px !important;
}

ul.product_list_widget ins {
    background-color: transparent;
}

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

ul.woocommerce-widget-layered-nav-list li a {
    display: inline-block;
}

.woocommerce ul.product_list_widget li a span {
    color: #fff;
    transition: .4s;
}

.woocommerce ul.product_list_widget li a:hover span {
    color: #13be13;
    transition: .4s;
}

.widget_product_search form.woocommerce-product-search {
    position: relative;
}

.widget_product_search button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
    background: transparent;
    border: none;
    padding: 11px 23px;
    cursor: pointer;
    transition: .4s;
}

.widget_product_search button:after {
    content: "\f002";
    font-family: fontawesome;
    font-size: 15px;
    position: relative;
    top: 4px;
}

.widget_product_search input {
    border: 1px solid transparent;
    width: 100%;
}

.widget_product_search button:hover {
    background-color: #13be13;
    transition: .4s;
    color: #fff;
}

.widget_product_categories .select2-container .select2-selection--single {
    height: 39px;
}

.widget_product_categories .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 37px;
}

.sidebar .woocommerce.widget_shopping_cart .total strong,
.sidebar .woocommerce.widget_shopping_cart .total strong {
    color: #fff;
}

.sidebar .total span.woocommerce-Price-amount.amount {
    float: right;
}

.sidebar p.woocommerce-mini-cart__total.total {
    padding: 14px 0;
}

td.woocommerce-grouped-product-list-item__label {
    padding: 14px;
}

td.woocommerce-grouped-product-list-item__label a {
    color: #fff;
}

td.woocommerce-grouped-product-list-item__label a:hover {
    color: #13be13;
}

td.woocommerce-grouped-product-list-item__price {
    padding: 17px;
}

td.woocommerce-grouped-product-list-item__price span {
    color: #fff;
}

td.woocommerce-grouped-product-list-item__price ins {
    display: inline-block;
    background: #13be13;
}

table.woocommerce-grouped-product-list.group_table {
    width: 100%;
    overflow: hidden;
    clear: both;
    display: table;
}

form.cart.grouped_form {
    display: block;
    width: 100%;
}

.sidebar .select2-container .select2-selection--single {
    height: 39px;
}

.sidebar .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
    width: 28px;
}
.pric-dec ul {
    padding: 0;
    list-style: none;
}

