/*
 Theme Name: Twenty Thirteen Child
 Theme URI: https://wordpress.org/themes/twentythirteen/
 Description: Child theme for Twenty Thirteen
 Author: Your Name
 Template: twentythirteen
 Version: 1.0.0
*/

/* Additional CSS */
@-webkit-keyframes shine {
  0%   { background-position: -500px 0; }
  100% { background-position: 1000px 0; }
}
@keyframes shine {
  0%   { background-position: -500px 0; }
  100% { background-position: 1000px 0; }
}
@keyframes shinebig {
  0%   { background-position: -5000px 0; }
  100% { background-position: 5000px 0; }
}

@media screen and (max-width: 525px) {
	.auto-hide {
		display: none;
	}
}

@media screen and (max-width: 1024px) {
	.darkluplite-mode-switcher {
		margin-left: 24px;
		margin-right: 24px;
		margin-top: -42px;
		transition: 500ms;
	}
	.darkluplite-mode-switcher:hover {
		transform: rotate(360deg);
	}
	.darkluplite-square-switch {
		background: #0000 !important;
  filter: drop-shadow(1px 1px 4px #666);	}
}
@media screen and (min-width: 1024px) {
	.darkluplite-mode-switcher {
		margin-left: -24px;
		margin-right: -25px;
		margin-top: 20px;
		background: #f63 !important;
		border-radius: 50px  0px 0px 50px;
		transition: 500ms;
	}
	.darkluplite-mode-switcher:hover {
		padding-right: 10px;
	}
	.darkluplite-square-switch {
		background: #f63 !important;
		transition: 500ms;
	}
	.darkluplite-square-switch:hover {
		transform: rotate(360deg);
	}
}

.grecaptcha-badge {
	z-index: 999;
	margin-bottom: 40px;
}

.woocommerce-store-notice.demo_store {
	background: #600020cc;
	font-size:1.10em;
	padding: 6px !important;
	box-shadow: 0 0 16px #444;
	border-radius: 0 0 40px 40px;
	width: 80%;
	margin-left: 10%;
	
	/*background-image: linear-gradient(90deg, #0000 0%, #f8a4 48%, #0000 50%);
	background-repeat: no-repeat;
	animation: shinebig linear 5s infinite;*/
	background-image: url("https://www.sofeh.com/image/snow.webp");
}
.woocommerce-store-notice__dismiss-link {
	visibility: hidden;
	font-size:0.85em;
	text-decoration: none !important;
}
.woocommerce-store-notice__dismiss-link:after {
	visibility: visible;
	content: '❌';
	text-shadow: 0 0 1px #fff;
}

img {
	border-radius: 8px;
}
p {
	margin-bottom: 16px !important;
}
div {
	line-height: 1.6em;
}
table {
	background: #fdfdfd;
	border-radius: 16px !important;
}
input[type="radio"] {
	transform: scale(1.6);
	margin-right: 8px !important;
	accent-color: #7249A4;
}
input[type="checkbox"] {
	transform: scale(1.6);
	margin-right: 8px !important;
		accent-color: #7249A4;
}
input, textarea, select, .mobmenu-panel {
	background: #fff;
}
/*
@layer base {
    .darkluplite-dark-mode-enabled a {
        color: #fc0 !important;
    }
	.darkluplite-dark-mode-enabled strong {
        color: inherit !important;
    }
}
*/
.frame-round {
	position: relative;
	border: 0;
	background-color: black;
	-webkit-border-radius: 14px;
	border-radius: 14px;
}

.special-area {
	background: #f4eff8;
	background-image: linear-gradient(to right, rgba(255,255,255,0.2), rgba(255,255,255,0.8));
	border-style: solid;
	border-width: 1px;
	border-color: #f0ccf0;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	box-shadow: 0px 0px 4px #D6D4C2;
	padding-left: 24px !important;
	padding-right: 24px !important;
	padding-top: 0px !important;
	padding-bottom: 6px !important;
}
.hurrytimer-campaign {
	background-position: center center;
	background-image:url("https://www.sofeh.com/image/snow.webp") !important;
	border-image: url("https://www.sofeh.com/image/window.png") 50 250 / 10px 10%;
}

.wpcf7-form-control {
	width: 100% !important;
	border-radius: 16px !important;
	border: solid;
	border-width: 2px;
	border-color: #f8b888;
	padding-left: 12px !important;
	padding-right: 12px !important;
}
.wpcf7-form-control:focus {
	border: solid;
	border-width: 2px;
	border-color: #E65928;
}
.wpcf7-text {
	border-radius: 16px 0 0 16px!important;
}
.wpcf7-email {
	border-radius: 16px 16px 0 16px!important;
}
.wpcf7-textarea {
	height: 128px;
	max-height: 1024px;
	min-height: 64px;
	border-radius: 16px 0 0 16px!important;
}
.wpcf7-submit {
	max-width: 100px;
	font-weight: 700;
	border-radius: 16px 0 16px 16px!important;
}
.wpcf7-response-output {
	background: #f8f8f8;
	border-radius: 24px;	
	margin: 0px !important;
}

.comment-respond {
	background-image: linear-gradient(to right, #f8f4f8, #fff, #fff) !important;
	border-radius: 32px;
	padding-top: 8px !important;
	padding-left: 16px !important;
	padding-bottom: 1px !important;
	margin-left: 8px !important;
}
.comment-form-comment textarea {
	width: 100% !important;
	border: solid;
	border-width: 2px;
	border-color: #f8b888;
	padding-left: 12px !important;
	padding-right: 12px !important;
	max-height: 512px;
	min-height: 32px;
	border-radius: 16px 16px 0 16px!important;
}
.comment-form-author input, .comment-form-email input, .comment-form-url input {
	border: solid;
	border-width: 2px;
	border-color: #f8b888;
	padding-left: 12px !important;
	padding-right: 12px !important;
	max-height: 512px;
	min-height: 32px;
	border-radius: 16px;
}
.comment-form-comment textarea:focus, .comment-form-author input:focus, .comment-form-email input:focus, .comment-form-url input:focus {
	border: solid;
	border-width: 2px;
	border-color: #E65928;
}
.form-submit input {
	font-weight: 700;
	border-radius: 16px 0 16px 16px!important;
}

.nivoSlider {
	background: #001122;
	background-position: center center;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.75)), url("https://www.sofeh.com/image/nosignal.gif") !important;
	border-radius: 12px;
	max-height: 259px !important;
	box-shadow: 0px 0px 2px #444444 !important;
	overflow: hidden !important;
	aspect-ratio : 21 / 9;
}

.productSlider {
	background: #fafbfc;
	box-shadow: 0px 0px 4px #bbbbbb;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 6px;
	margin-top: 24px;
	max-height: 500px;
}

.avatar {
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.myaccount_avatar {
	margin-right: 14px;
	margin-bottom: 14px;
	font-size:1.5em;
}

.orderby {
	border-radius: 16px;
	padding-left: 8px !important;
	padding-right: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 2px !important;
}

.navbar {
	box-shadow: 0px 2px 8px #D6D4C2;
	background-image: linear-gradient(to bottom, rgba(255,255,255,0.75), rgba(255,255,255,1)), url("https://www.sofeh.com/image/menu.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.sub-menu {
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom,
	from(rgba(0,0,0,1)), to(rgba(0,0,0,0.8)));
	border-radius: 0 12px 12px 12px;
	overflow: hidden !important;
}

.mob-menu-header-holder.mobmenu {
	backdrop-filter: blur(8px);
}

.wp-bottom-menu-item {
	width: auto;
	padding-top: 10px !important;
	margin: 8px !important;
}
.wp-bottom-menu-item-icons {
	height: 18px;
	display: flex;
  align-items: center;
}
.wp-bottom-menu-item-icons.fa-search {
	margin-bottom: 10px !important;
	height: 8px;
}
.wp-bottom-menu {
	background: #ffffffbb;
	height: 48px !important;
	border-radius: 24px 24px 0 0;
	width: 94%;
	margin-left: 3%;
	backdrop-filter: blur(8px);
}
.wp-bottom-menu span {
	margin-top: 0px !important;
}

.search-field {
	-webkit-border-radius: 24px;
	border-radius: 24px;
}
.darkluplite-dark-mode-enabled .search-field {
	background: #999 !important;
	background-repeat: no-repeat !important;
	background-position: left center !important;
}

.widget li, .widget div {
  border-bottom: none !important;
	margin-top: 0pc !important;
}

.widget {
	background: #f8f6f880;
	background-image: linear-gradient(to top, #0000, #ffff);
	border-radius: 32px;
	-webkit-border-radius: 32px;
	box-shadow: 2px 2px 8px #D6D4C2;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.5em;
}

.darkluplite-dark-mode-enabled  .widget {
	background: #70707080 !important;
	box-shadow: 2px 2px 8px #333 !important;
	background-image: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,0.8)) !important;;
	border: solid;
	border-width: 1px !important;
}

.newspost-title {
	font-weight: 700;
}
.widget-date-post {
	color: #888;
}

.site-footer {
	visibility: hidden;
}

.site-title {
	text-shadow: 2px 2px 6px black;
	-webkit-text-stroke-width: 0.2px;
	-webkit-text-stroke-color: red;
}

.headertext {
	text-shadow: 1px 1px 3px black;
}

.site-description {
	font-weight: 500;
	text-shadow: 1px 1px 3px black;
}

.demo {
	background: #F1F3F4;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom:4px;
	-webkit-transform: translateZ(0);
	display: block;
	width: 100%;
	aspect-ratio : 16 / 9;
}
.demos {
	border: solid;
	border-radius: 14px;
	border-width: 1px;
	border-color: #cccccc;
	overflow: hidden;
	padding-left:4px;
	padding-right:4px;
	margin-top: 10px;
	margin-bottom: 4px;
	-webkit-transform: translateZ(0);
	display: block;
	width: 100%;
}


.woocommerce-products-header__title {
	display: none;
}

.media-menu-item {
	font-weight: 700;
	color: red;
}

.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	border-radius: 8px;
	background: #eeeeee;
	border-style: solid;
	border-width: 1px;
	border-color: #dddddd;
}
.button.button.product_type_simple {
	border-radius: 24px;
	padding: 10px 20px 10px 20px !important;
	//background: #fefefe;
	background-image: linear-gradient(to bottom, #fff, #f0f0ff);
	color: #000;
	font-weight: 700;
	border-style: solid;
	border-width: 1px;
	border-color: #ffccbb;
	transition: 250ms;
}
.darkluplite-dark-mode-enabled .button.button.product_type_simple {
	background: linear-gradient(to bottom, #c66, #800) !important;
	border-color: #600 !important;
}
.button.button.product_type_simple:hover, .button.button.product_type_simple:focus {
		background-image: linear-gradient(to bottom, #fff, #e0e0f0);
}
.darkluplite-dark-mode-enabled  .button.button.product_type_simple:hover, .darkluplite-dark-mode-enabled  .button.button.product_type_simple:focus {
	background: linear-gradient(to bottom, #e88, #700) !important;
}
.button.button.product_type_simple:active {
		background-image: linear-gradient(to top, #fff, #e0e0f0);
	box-shadow: none;
}
.darkluplite-dark-mode-enabled  .button.button.product_type_simple:active {
	background: linear-gradient(to top, #c66, #800) !important;
	box-shadow: none;
}

.single_add_to_cart_button.button.alt, .download_the_file {
	border-radius: 24px;
	padding-left: 20px !important;
	padding-right: 20px !important;
	padding-top: 11px !important;
	padding-bottom: 12px !important;
	margin-right: 4px;
	margin-top: 4px;
	transition: 0.5s;
	background: #7249A4;
	color: #ffffffff;
	font-weight: 700;
	
	background-image: linear-gradient(90deg, transparent 0%, #bb44eeff 50%, transparent 100%);
	background-repeat: no-repeat;
	animation: shine linear 5s infinite;
}
.single_add_to_cart_button.button.alt:hover, .download_the_file:hover {
	text-decoration: underline;
	color: #ffffffff;
}
.checkout-button.button.alt.wc-forward {
	border-radius: 36px;
	transition: 0.5s;
	background: #7249A4;
	color: #ffffffff;
	font-weight: 700;
	
	background-image: linear-gradient(90deg, transparent 30%, #bb44eeff 50%, transparent 70%);
	background-repeat: no-repeat;
	animation: shine linear 5s infinite;
}
.checkout-button.button.alt.wc-forward:hover {
	text-decoration: underline;
}
#place_order {
	border-radius: 24px;
	border-width: 0px;
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-bottom: 12px !important;
	margin-top: 4px;
	margin-bottom: 0px !important;
	transition: 0.5s;
	background: #7249A4;
	color: #ffffffff;
	font-weight: 700;
	
	background-image: linear-gradient(90deg, transparent 0%, #bb44eeff 50%, transparent 100%);
	background-repeat: no-repeat;
	animation: shine linear 5s infinite;
}
#place_order:focus {
	padding-top: 11px;	
}
#place_order:hover {
	text-decoration: underline;
}
.woocommerce-checkout-payment {
	border-radius: 28px !important;
}

.product_meta {
	margin-top: 4px;
	margin-bottom: 8px;
}

.dokan-btn.dokan-btn-theme.vendor-dashboard {
	font-weight: 700;
	font-size: 1em;
	border-radius: 32px;
	padding-left: 26px !important;
	padding-right: 26px !important;
	padding-top: 12px !important;
	padding-bottom: 13px !important;
	transition: 0.5s;
}
.dokan-btn.dokan-btn-theme.vendor-dashboard:hover {
	background: #00bbcc !important;
}

.site-navigation.paging-navigation {
	background: none;
}

.input_text {
	border-style: solid;
	border-color: #884422;
	border-width: 1px;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	padding-left: 12px;
	padding-bottom: 7px;
}
@media screen and (min-width: 1193px) {
	.dokan-dash-sidebar {
		min-width:200px;
		max-width:200px;
		padding-left: 12px;
		padding-top: 12px;
	}
	.dashboard, .help, .products, .orders, .coupons, .reports, .reviews, .followers, .announcement, .support, .settings.has-submenu {
		border-radius: 24px 0 0 24px;
	}
	.dokan-common-links.dokan-clearfix {
		padding-top: 12px;
		padding-right: 16px;
	}
	.tips {
		border-radius: 24px;
	}
	.navigation-submenu {
		border-radius: 0 24px 24px 0;
		padding-top: 7px !important;
		padding-bottom: 12px !important;
		padding-right: 8px !important;
		overflow: hidden;
	}
}
@media screen and (min-width: 1000px) {
	.dokan-store-wrap.layout-full {
		width: 900px;
	}
}
.dokan-vendor-info-wrap {
	background: #f0f4f8;
	height: 60px;
	border-radius: 30px;
	padding-left: 5px;
	margin: 0px;
}
.dokan-vendor-name {
	padding-top:10px;
	padding-bottom:10px;
}
.dokan-vendor-rating {
	display: none;
	height: 24px;
	padding: 0px !important;
	margin: 0px !important;
}
.dashicons-star-filled, .dashicons-star-half, .dashicons-star-empty {
	height: 32px;
	padding: 0px !important;
	margin: 0px !important;
}
.dokan-ratings-count {
	display: none;
}
.dokan-store-support-btn-product.dokan-store-support-btn.button.alt.user_logged {
	background: #339966;
	font-weight: 500;
	border-radius: 24px;
	padding-bottom: 12px !important;
	margin-top: 4px;
}
.dokan-store-support-btn-product.dokan-store-support-btn.button.alt.user_logged_out {
	background: #339966;
	font-weight: 500;
	border-radius: 24px;
	padding-bottom: 12px !important;
	margin-top: 4px;
}
.dokan-form-group.dokan-select-product-category.dokan-category-open-modal {
	visibility: hidden;
}
.dokan-add-new-cat-box.cat_box_for_new_product_popup {
	visibility: hidden;
}
.dokan-form-group.dokan-new-cat-ui-title {
	display: none;
}
.dokan-add-new-cat-box.cat_box_for_edit_product {
	display: none;
}
label[for="product_type"] {
	visibility: hidden;
}
select[name="product_type"] {
	visibility: hidden;
}
label[for="_enable_reviews"] {
	display: none;
}
label[for="_download_limit"] {
	display: none !important;
}
#_download_limit {
	display: none;
}
label[for="_download_expiry"] {
	display: none !important;
}
#_download_expiry {
	display: none;
}
#dokan-create-new-product-btn {
	background: #F05025;
	color: #ffffff;
}
#dokan-create-and-add-new-product-btn {
	display: none;
}
.downloadable-checkbox {
	display: none;
}
.virtual-checkbox {
	display: none;
}
.dokan-product-inventory.dokan-edit-row	{
	display: none;
}
.dokan-dashboard .dokan-download-options .upload_file_button {
	visibility: hidden;
}
.dokan-dashboard .dokan-download-options .upload_file_button:before {
	visibility: visible;
	content: 'UPLOAD';
	background: #228D9C;
	border-radius: 24px;
	color: #ffffff;
	font-weight: 700;
	padding-left: 24px !important;
	padding-right: 24px !important;
	padding-top: 7px !important;
	padding-bottom: 8px !important;
}
.dokan-btn.dokan-btn-sm.dokan-btn-danger.dokan-product-delete {
	background: red;
	border-radius: 24px;
	color: #ffffff;
	padding-bottom: 5px !important;
}
.insert-file-row.dokan-btn.dokan-btn-sm.dokan-btn-success {
	background: green;
	border-radius: 24px;
	color: #ffffff;
	font-weight: 700;
	padding-left: 24px !important;
	padding-right: 24px !important;
	padding-top: 10px !important;
	padding-bottom: 9px !important;
}

.woocommerce ul.products li.product .new-badge.onsale  {
	background: #ffcc00;
	padding: 0px;
	border: none;
	top: -0.2em;
	z-index: 10;
	right: auto;
	left: 0.8em;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.9em;
	border-radius: 0px;
	min-width: 50px;
	padding-left: 5px !important;
}
span.new-badge.onsale:after {
	border: 5px solid #ffcc00;
border-color: transparent transparent #ffcc00 #ffcc00;
	border-width: 9px 6px;
	position: absolute;
	right: -10px;
	bottom: 0;
	content: '';
}
span.new-badge.onsale:before {
border: 5px solid #ffcc00;
	border-color: #ffcc00 transparent transparent #ffcc00;
	border-width: 9px 6px;
	position: absolute;
	right: -10px;
	top: 0;
	content: '';
}
.darkluplite-dark-mode-enabled .woocommerce ul.products li.product .new-badge.onsale {
	background: #f83 !important;
}
.darkluplite-dark-mode-enabled span.new-badge.onsale:after {
	border-color: transparent transparent #f60 #f60;
}
.darkluplite-dark-mode-enabled span.new-badge.onsale:before {
	border-color: #f60 transparent transparent #f60;
}

span.new-badge.onsale {
	min-width: 60px;
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.woocommerce ul.products li.product .owner-badge.onsale {
	border: 2px solid;
	border-color: #fff;
	border-radius: 50px 50px 50px 0px;
	background: #008866;
	padding: 4px;
	top: auto;
	z-index: 9;
	left: auto;
	color: #ffffff;
	font-weight: 700;
	text-transform: lowercase;
	width: 55px;
	height: 55px;
}
.new-badge-page {
	background: #ffcc00;
	padding: 5px 10px;
	border-radius: 24px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
  color: #000;
	margin-right:5px
}
.darkluplite-dark-mode-enabled .new-badge-page {
	background: #e52 !important;
}
.owner-badge-page {
	background: #008866;
	color: #fff;
	padding: 5px 10px;
	border-radius: 24px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
  color: #000;
	margin-right:5px
}
.darkluplite-dark-mode-enabled .owner-badge-page {
	background: #077 !important;
}
.view-badge-page {
	background: #e8e8e8e8;
	padding: 5px 10px;
	border-radius: 24px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
  color: #000;
	margin-right:5px
}
.sale-badge-page {
	background: #e8e8e8e8;
	padding: 5px 10px;
	border-radius: 24px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
  color: #000;
	margin-right:5px
}

.woocommerce ul.products li.product .onsale, .woocommerce .onsale.onsale {
	background: #0000;
	z-index: 8;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
	width: 52px;
}

.max-upload-size:before {
	content: "CAN'T SELECT FILE? \A Open your dashboard on a PC,\A or directly on your phone/tablet browser: \A sofeh.com/dashboard \A\A";
	color: #cc0000;
	font-weight: 700;
	white-space: pre;
}

.woocommerce table.cart th.product-quantity, .woocommerce table.cart td.product-quantity {
	display: none !important;
}
.woocommerce table.cart th.product-subtotal, .woocommerce table.cart td.product-subtotal {
	display: none !important;
}
button[name="update_cart"] {
	display: none !important;
}
.price {
	color: #008866 !important;
}

.page-numbers {
	//background: #f0f0f0;
	background-image: linear-gradient(to bottom, #fff, #f0f0ff);
	border-radius: 24px;
	overflow:hidden;
	min-width:37px !important;
	font-size: 1.06em !important;
	margin: 2px !important;
	transition: 500ms;
	font-weight: 700 !important;
}
ul.page-numbers {
	border: solid !important;
	border-color: #ffccbb !important;
	border-width: 2px !important;
}
.page-numbers.current {
	//background: #f0f0f0 !important;
	background: #ff8800 !important;
	color: white !important;
	font-weight: 700 !important;
}
.darkluplite-dark-mode-enabled .page-numbers {
	background: linear-gradient(to bottom, #c66, #800) !important;
	border: none !important;
}
.darkluplite-dark-mode-enabled .page-numbers.current {
	background: linear-gradient(to top, #c66, #800) !important;
	border-width: 0px !important;
}

.show-password-input {
	background: #ffff;
	border-radius: 20px !important;
}

.wc-block-components-notice-banner {
	border-radius: 28px !important;
}

.darkluplite-dark-mode-enabled .input-text, .darkluplite-dark-mode-enabled .woocommerce-input-wrapper span, .darkluplite-dark-mode-enabled .select2-dropdown span {
	background: url("https://www.sofeh.com/image/back-dark.png") !important;
}
/*
.darkluplite-dark-mode-enabled .wc-credit-card-form-card-number {
    background: url("https://www.sofeh.com/image/back-dark.png") no-repeat !important;
	background-size: auto 100% !important;
	background-position: right !important;
}
*/
.payment_box {
	border-radius: 16px !important;
}
.darkluplite-dark-mode-enabled .payment_box:before {
	border-bottom-color: #1D1823 !important;
}
.woocommerce-form.woocommerce-form-login.login {
	background: #f8faff;
	border-radius: 24px;
}
.woocommerce-form.woocommerce-form-register.register {
	background: #f8fcf8;
	border-radius: 24px;
}

.woocommerce-MyAccount-navigation {
	background: #f8f6f8;
	background-image: linear-gradient(to right, #0000, #ffff);
	border-radius: 32px;
	-webkit-border-radius: 32px 0px 0px 32px;
	//box-shadow: 2px 2px 8px #D6D4C2;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.75em;
	border: solid;
	border-width: 0px 0px 0px 1px !important;
	border-color: #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
}

.woocommerce-MyAccount-navigation-link.is-active {
	font-weight: 700 !important;
}

.darkluplite-dark-mode-enabled  .woocommerce-MyAccount-navigation {
	background: #707070 !important;
	//box-shadow: 2px 2px 8px #333 !important;
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1)) !important;;
	border: solid;
	border-width: 0px 0px 0px 1px !important;
}

.scd_float {
	left: 100% !important;
	top: 100% !important;
	margin-left: -100px;
	margin-top: -100px;
	padding: 10px !important;
	height: 40px !important;
	font-weight: 700 !important;
	border-radius: 20px !important;
	box-shadow: 0px 0px 8px #E0D4C2 !important;
}

.profile-info-summery {
	background:#8888;	
}
