/*
Theme Name: Digilinkers

WooCommerce styles override
*/

/**
 * Shop tables
 */
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;
}

.nexus-wrapper {
	background-color: #fff;
}
ul.nexus-products-list.products {
	margin: 40px 0 20px 0;
}
ul.nexus-products-list li {
	padding: 30px 10px 10px 10px;
	background-color: #f7f7f7;
}
ul.nexus-products-list li img {
	margin: 0 auto 20px auto;
	max-width: 100%;
    height: auto;
}
ul.nexus-products-list h2 {
	font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
ul.nexus-products-list span.amount {
	margin-bottom: 15px;
}
ul.nexus-products-list a {
	color: #000;
	text-decoration: none!important;
}
ul.nexus-products-list del {
	text-decoration: none;
	display: none;
}
ul.nexus-products-list ins {
	text-decoration: none;
}
ul.nexus-products-list a.add_to_cart_button {
	background-color: #f7f7f7;
    color: #f7f7f7;
    padding: 8px 15px;
    margin: 20px 0 10px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
ul.nexus-products-list li:hover a.add_to_cart_button {
	background-color: #8cc63f;
    color: #000;
}
.wc-products-list-wrapper {
	padding: 3rem 0;
}

.wc-products-list-wrapper ul.products.columns-3 li.product,
.wc-products-list-wrapper ul.products.columns-4 li.product {
	border: 1px solid rgba(0,0,0,0.10);
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.wc-page-title {
	display: none;
}

.wc-top-results {
	display: flex;
	justify-content: flex-end;
    padding-top: 2rem;
}

.wc-top-results p.woocommerce-result-count {
	margin-right: 25px;
    margin-bottom: 0;
    line-height: 38px;
    font-size: 14px;
}

.wc-top-results .orderby {
	font-size: 14px;
}

.wc-products-list-wrapper .woocommerce-loop-product__title,
.wc-products-list-wrapper .woocommerce-loop-category__title {
	font-size: 18px;
    margin-bottom: 18px;
	padding: 0 15px;
	font-weight: 400;
	min-height: 55px;
}

.wc-products-list-wrapper .woocommerce-loop-category__title mark {
	margin-top: 10px;
    display: block;
	background: transparent;
    font-size: 14px;
}

.wc-products-list-wrapper ul.products li.product img {
	width: 100%;
	height: auto;
	margin-bottom: 18px;
}

.products-entry-header-bg {
	background-image: url('https://www.nexussolarenergy.in/wp-content/uploads/2023/11/product-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 8rem 0;
}
.dealer-entry-header-bg {
	background-image: url('https://www.nexussolarenergy.in/wp-content/uploads/2023/11/product-banner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding: 8rem 0;
}

.dealer-entry-header-bg h1 {
	color: #fff;
}


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

.filters-wrapper {
	margin-top: 60px;
	padding-right: 35px;
}
.price-filter-wrap, .category-filter-wrap {
    margin-bottom: 3rem;
    font-size: 14px;
}
.price-filter-wrap h5, .category-filter-wrap h5 {
    font-size: 16px;
}
.ui-slider.ui-widget-content .ui-slider-handle {
	border-radius: 50%!important;
	width: 14px;
    height: 14px;
}
.wpfFilterWrapper .ui-widget-header {
	background: #000!important;
}
ul.products {
	margin: 0;
	padding: 0;
}

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

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

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

.added_to_cart, .nexus-edit {
	color: #000!important;
    display: block;
    text-align: center;
    background-color: #d4edda;
    padding: 3px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
}

.nexus-edit {
	display: inline-block;
	margin-bottom: 20px;
	padding: 3px 15px;
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

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

	ul.products li.product.last {
		margin-right: 0;
	}

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

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

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

.woocommerce-pagination {
	position: absolute;
    bottom: -25px;
    width: 100%;
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
}

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

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	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 {
	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: 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 {
	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;
}

.nexus-single-wrapper {
	background-color: #fff;
	/* padding-top: 5px; */
}
.nexus-single-wrapper nav.woocommerce-breadcrumb {
	padding: 10px;
    background-color: #e6fdc8;
	color: #636363;
    font-weight: 500;
	margin-top: 5px;
}
.nexus-single-wrapper nav.woocommerce-breadcrumb a {
	color: #000;
	font-weight: 600;
}
.nexus-single-wrapper nav.woocommerce-breadcrumb a:hover {
	color: #3b3b3b;
}
.sp-sgl-row {
    padding-top: 30px;
    padding-bottom: 30px;
}
.nexus-single-wrapper h1 {
	font-size: 22px;
    margin-bottom: 20px;
	color: #8cc63f;
	font-weight: 600;
}
.nexus-single-wrapper p {
	font-size: 14px;
}
.nexus-single-wrapper del {
	text-decoration: none;
	display: none;
}
.nexus-single-wrapper ins {
	text-decoration: none;
	font-weight: 600;
}
.nexus-single-wrapper form.cart {
	display: flex;
	margin-bottom: 30px;
}
.nexus-single-wrapper div.quantity {
	margin-right: 30px;
}
input, textarea {
	display: block;
    width: 100%;
    padding: 0.375rem 0.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: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input {
    height: calc(1.5em + 0.75rem + 2px);
}
textarea {
    height: 8rem;
}
input[type=checkbox], input[type=radio] {
	width: auto;
}
.nexus-single-wrapper button.single_add_to_cart_button {
	background-color: #8cc63f;
    color: #fff;
    padding: 5px 15px;
	border: 1px solid #74bb16;
}
.nexus-single-wrapper button.single_add_to_cart_button:focus,
.nexus-single-wrapper button.single_add_to_cart_button {
	outline: none;
}
.nexus-single-wrapper div.woocommerce-message {
	background-color: #8cc63f;
	padding: 10px;
    margin-top: 7px;
	color: #000;
}
.nexus-single-wrapper div.woocommerce-message a {
	color: #000;
	font-weight: 700;
	text-decoration: underline;
    display: inline-block;
    margin-right: 10px;
}
.onsale {
	background-color: #8cc63f;
    padding: 3px 15px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
	position: absolute;
    top: 0;
    left: 0;
}
.sp-desc-sgl-row {
    padding-top: 30px;
    padding-bottom: 30px;
	margin-top: 35px;
	margin-bottom: 35px;
}
.sp-desc-sgl-row ul.wc-tabs {
	display: flex;
    background-color: #f2f2f2;
}
.sp-desc-sgl-row li {
	padding: 0 35px;
    border-right: 1px solid #dbdbdb;
}
.sp-desc-sgl-row li.active {
	background-color: #8cc63f;
}
.sp-desc-sgl-row ul.wc-tabs li a {
	color: #000;
    font-weight: 600;
}
.sp-desc-sgl-row ul.wc-tabs li.active a {
	color: #ffffff;
}
.desc-cover {
	margin-bottom: 25px;
}
.desc-list {
	padding: 0;
}
.desc-list li {
	padding-left: 20px;
	font-size: 14px;
	border: none;
	position: relative;
	margin-bottom: 1.25rem;
}
.desc-list li::before {
	position: absolute;
    content: '';
    left: 0;
    width: 6px;
    top: 5px;
    height: 10px;
    border-radius: 0;
    background-color: #8cc63f;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}

.desc-number li::before {
    position: absolute;
    content: '';
    left: 0;
    width: 6px;
    top: 5px;
    height: 10px;
    border-radius: 0;
    background-color: #8cc63f;
    clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.desc-img-wrap {
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.desc-heading {
	/* background-color: #8cc63f; */
    color: #8cc63f;
    font-size: 22px;
    margin-bottom: 15px;
}
.desc-table {
	width: 100%;
}
.desc-table tr:nth-child(odd) {
	background-color: #e0ffb8;
}
.desc-table tr td:nth-child(odd) {
	font-weight: 500;
}
.desc-table td {
	padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #d0f3a3;
}
.qib-button:not(#qib_id):not(#qib_id) {
	background: #8cc63f!important;
    border-color: #8cc63f!important;
}
section.related {
    margin-top: 30px;
}
.woocommerce-Tabs-panel--additional_information table {
    width: 100%;
}
.woocommerce-Tabs-panel--additional_information table th {
	background-color: #e0ffb8;
	padding: 5px 10px;
	border: 1px solid #c3eb90;
}
.woocommerce-Tabs-panel--additional_information table td {
	padding: 5px 10px;
    font-size: 14px;
    border: 1px solid #d0f3a3;
}
.container-inline {
	padding-bottom: 1rem;
}
.list-inline {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-inline li {
	padding: 0;
}
.list-inline img {
	width: 25px;
    height: 25px;
    margin-right: 8px;
}
.link-inline {
	color: #000;
}
.link-inline:hover {
	color: #8cc63f;
}

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

.photo-billing-title {
	margin-bottom: 2rem;
}

.woocommerce-form-coupon-toggle .alert-info, 
.woocommerce-form-coupon-toggle .alert-info a {
	color: #fff;
}

.woocommerce-form-coupon-toggle .alert-info a:hover {
	color: #eaeaea;
}

/* .photo-woocommerce-checkout .col2-set .form-row-first, 
.photo-woocommerce-checkout .col2-set .form-row-last {

} */

.photo-billing-fields .form-row, 
.photo-additional-fields .form-row,
.photo-login .form-row {
	display: block;
}

.photo-billing-fields label,
.photo-additional-fields label,
.photo-login label {
	display: block;
    color: #898989;
    font-size: 15px;
}

.photo-billing-fields span,
.photo-additional-fields span,
.photo-login span {
	width: 100%;
    display: block;
}

.photo-billing-fields span.optional,
.photo-additional-fields span.optional {
	display: inline-block;
	width: fit-content;
}

.photo-billing-fields input, 
.photo-billing-fields select, 
.select2-container--default .select2-selection--single,
.photo-additional-fields textarea,
.photo-login input {
	display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.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: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.photo-login span.required,
.photo-billing-fields span.required {
	display: inline;
}

.photo-login input.photo-checkbox,
.photo-login-form input.photo-checkbox {
	display: inline;
    width: auto;
    vertical-align: middle;
    margin-right: 10px;
}

.photo-remember {
	display: inline!important;
}

.photo-checkout-entry-title {
	font-size: 30px;
}

.photo-additional-fields textarea {
	height: auto;
}

.photo-billing-fields input::placeholder {
	color: #b4b4b4;
	font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #2f2f2f;
    line-height: 24px;
}

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

.photo-billing-fields abbr[title] {
	text-decoration: none;
}

.photo-additional-fields {
	margin-top: 3rem;
}

.checkout-order-review-table {
	width: 100%;
	margin-bottom: 2rem;
}

.checkout-order-review-table th, .checkout-order-review-table td {
	padding: 10px 0;
}

.checkout-order-review-table tr.order-total {
	border-top: 1px solid #858585;
    border-bottom: 1px solid #858585;
}

.photo-payment-methods {
	padding-left: 0;
}

.photo-payment-methods li.woocommerce-info {
	padding: 12px;
    background-color: #d8f1ff;
}

.photo-tc-wrapper {
	padding: 12px;
}

.photo-place-order .btn {
	margin-left: 12px;
}

.photo-woocommerce-checkout .alert-danger {
	color: #fff;
}

.photo-order-summary-cover {
	margin-bottom: 3rem;
}

.photo-order-details {
	padding-left: 0;
}

.photo-order-details li {
	margin-bottom: 10px;
}

.photo-order-span {
	width: 200px;
    display: inline-block;
}

.photo-order-details-table {
	width: 100%;
	margin-bottom: 2rem;
}

.photo-customer-details {
	padding-left: 30px;
}

.photo-product-name a {
	color: #2f2f2f;
}

.woocommerce-error {
	padding: 0.75rem 1.25rem;
    border-radius: 3px;
    color: #fff;
}

.woocommerce-info {
	color: #fff;
}

.woocommerce-error a, .woocommerce-info a {
	color: #fff;
}

.woocommerce-error a:hover, .woocommerce-info a:hover {
	color: #eaeaea;
}

.nexus-cart-total-table th {
    border: 1px solid #bfbfbf;
    border-left: none;
    border-right: none;
}

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

.nexus-cart-entry-title {
	font-size: 30px;
    padding-left: 15px;
}

.nexus-shop-table {
	padding-left: 0;
}

.nexus-cart-item {
	padding: 1rem 0;
    border-bottom: 1px solid #d5fba4;
}

.nexus-cart-item:nth-child(1) {
	border-top: 1px solid #d5fba4;
}

/* .cart-header {
	padding-top: 3rem;
} */

/* .nexus-product-thumbnail {
	margin-right: 20px;
} */

.nexus-product-thumbnail img {
	max-width: 100%;
    height: auto;
}

.nexus-cart-item-name {
	width: 100%;
}

.nexus-cart-details {
	height: 100%;
    display: flex;
    flex-direction: column;
    padding: 1rem 0 0 1rem;
}

.nexus-cart-item-name .product-name {
	margin-bottom: 15px;
}

.nexus-cart-item-name .product-name a {
	color: #000;
    font-size: 15px;
}

.nexus-product-quantity {
	margin-bottom: 15px;
}

.nexus-product-quantity label {
	/* position: relative!important;
    height: auto;
    clip: unset;
    clip-path: none;
    width: fit-content;
    top: 3px;
    margin-right: 20px;
    font-size: 15px; */
	display: none;
}

.nexus-remove {
	color: #528d04;
    background-color: #e6fdc8;
    padding: 4px 10px;
    border-radius: 50px;
    font-size: 14px;
}

.nexus-remove:hover {
	color: #528d04;
	background-color: #d5fba4;
}

.nexus-product-price {
	text-align: right;
    padding-top: 1rem;
}

.nexus-actions {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.nexus-actions label {
	margin-bottom: 10px;
}

.nexus-actions input.form-control {
	margin-bottom: 15px;
}

.nexus-cart-collaterals-cover {
	padding-left: 35px;
}

.cart-total-title {
	margin-bottom: 1rem;
    padding-bottom: 0.6rem;
    font-size: 25px;
    border-bottom: 1px solid #000;
    display: inline-block;
}

.cart-total-table {
	width: 100%;
	margin-bottom: 2rem;
}

.cart-total-table th, .cart-total-table td {
	padding: 10px 0;
}

.cart-empty.woocommerce-info {
	padding: 0.75rem 1.25rem;
    color: #fff;
}

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

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

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3d9cd2;
}

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

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

.alert-success {
    color: #155724;
    background-color: #e6fdc8!important;
    border-color: #dbf5b8;
}

.woocommerce-notices-wrapper {
    margin-top: 3rem;
}

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

/**
 * My account
 */
 
 .woocommerce-pagination ul.page-numbers {
    padding-left: 0;
	display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce-pagination ul.page-numbers li {
	margin: 0 12px;
}

.woocommerce-pagination ul.page-numbers li a {
	color: #fff;
    background-color: #000;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}

.woocommerce-pagination ul.page-numbers li span.current {
	border: 1px solid #000;
	display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}

.products-entry-content .wc-top-results {
	padding-top: 0;
}

/**
 * My account
 */

.account-nav-wrap {
	margin-top: 2rem;
}
.photo-account-entry-title {
	font-size: 30px;
}

.account-entry-content {
	margin-top: 0;
}

.acoount-nav-wrap {
	margin-top: 3rem;
}

.photo-account-nav ul {
	padding-left: 0;
}

.photo-account-nav ul li {
	margin-bottom: 10px;
    background-color: #8cc63f;
    width: 180px;
    padding: 10px;
}

.photo-account-nav ul li a {
	color: #fff;
}

.photo-account-orders-table {
	width: 100%;
}

.photo-account-orders-table th, .photo-account-orders-table td {
	padding: 10px 5px;
	border: 1px solid #dbdbdb;
}

.photo-downloads-info {
	padding: 0.75rem 1.25rem;
}

.photo-login-title {
	text-align: center;
	font-size: 26px;
    margin-bottom: 2rem;
}

.nexus-form-wrapper span, .nexus-form-wrapper label {
	width: 100%;
}

.nexus-form-wrapper label abbr[data-original-title],
.nexus-form-wrapper label abbr[title] {
	text-decoration: none;
}

.nexus-product-loop .wc-top-results .orderby {
	height: 35px;
    border-radius: 5px;
}

/**
 * Thankyou page
 */

.nexus-thanks {
	margin-top: 4rem;
}
.nexus-order-details {
	padding: 0;
}
.nexus-order-details li {
	line-height: 40px;
}
.nexus-order-list {
	display: inline-block;
    width: 200px;
}
.nexus-order-detail-table {
	width: 100%;
    margin-bottom: 1rem;
}
.nexus-order-detail-table th {
	padding: 15px;
    background-color: #8cc63f;
}
.nexus-order-detail-table tfoot th {
	background-color: transparent;
	border: 1px solid #d1d1d1;
}
.nexus-order-detail-table td {
	padding: 15px;
    border: 1px solid #d1d1d1;
}
.nexus-order-detail-table td a {
	color: #000;
	font-weight: bolder;
}