<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.account-wrap {
	box-sizing: border-box;
	box-shadow: 0 2px 20px rgb(45 53 89 / 10%);
	background-color: #ffffff;
    margin: 30px 0;
}
.account-wrap .account-navigation {
	background: #f0f1f5;
	border-bottom: 1px solid #dee0e9;
	overflow: visible;
    margin: 0;
}
.account-wrap .account-navigation ul {
	/* flex-direction: column; */
    flex-wrap: nowrap;
	justify-content: left;
	margin: 0;
    padding: 0;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.account-wrap .account-navigation ul li {
	list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    position: relative;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
	max-width: 25%;
}
.account-wrap .account-navigation ul li a {
	padding: 15px 20px;
    display: block;
    font-weight: 400;
    font-size: 14px;
    font-family: sans-serif;
    text-decoration: none;
    border-width: 0 0 0 4px;
    border-style: solid;
    border-color: transparent;
    box-shadow: 0 0 0 rgb(0 0 0 / 0%);
}
.account-wrap .account-navigation ul li.is-active a {
	background: #dee0e9;
    border-color: #475bb2;
	font-weight: 600;
}
.account-wrap .account-content-wrap {
	width: 100%;
	padding: 30px;
}

.account-alerts {
	padding: 10px;
	font-weight: bold;
	border-radius: 3px;
	margin-bottom: 15px;
}
.account-alerts.info {
	border: 1px solid blue;
	color: blue;
}
.account-alerts.error {
	border: 1px solid red;
	color: red;
}
.account-alerts.success {
	border: 1px solid green;
	color: green;
}
.sspt-account .top-bar-wrap {
	margin-bottom: 20px;
	display: flex;
	width: 100%;
}
.sspt-account .top-bar-wrap .name-wrap {
	max-width: 100%;
	padding-left: 5px;
	flex: 1;
}
.sspt-account .top-bar-wrap .name-wrap input {
	width: 100%;
	max-width: 100%;
}
.sspt-account .top-bar-wrap .buttons-wrap .button {
	padding: 9px 14px 10px 14px;
	font-size: 17px;
	border-radius: 1px;
}
.sspt-account .top-bar-wrap .buttons-wrap .button-text {
	font-size: 13px;
	line-height: 16px;
    padding-top: 11px;
}
.sspt-account {
	position: relative;
}
.sspt-account .overlay {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #ccc;
	z-index: 999;
	opacity: 0.5;
	cursor: progress;
}
.custom-loading {
	display: none;
	width: 50px;
	height: 50px;
	border: 3px solid rgba(252, 9, 9, 0.3);
	border-radius: 50%;
	border-top-color: rgb(253, 80, 80);
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}
@keyframes spin {
	to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	to { -webkit-transform: rotate(360deg); }
}
.account-navigation {
	position: relative;
}
.account-navigation .account-status {
	position: absolute;
	top: 8px;
	right: 10px;
	display: none;
}
.account-status-wrap {
	display: flex;
}
.account-navigation .account-status span {
	line-height: 36px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 20px;
}
.account-navigation .custom-loading {
	display: inline-block;
	width: 35px;
	height: 35px;
}
.com_offers_list {
	margin-top: 40px;
}
.com_offers_table th.number {
	width: 50px;
}
body table.com_offers_table tr td.number {
	padding: 15px 10px;
	text-align: center;
}
.com_offers_table th.count,
.com_offers_table th.created {
	width: 9%;
	padding-left: 3px;
	padding-right: 3px;
	text-align: center;
}
.com_offers_table th.total {
	width: 12%;
}
.com_offers_table td.created {
	padding-left: 3px;
	padding-right: 3px;
}
.com_offers_table td.total {
	padding-left: 15px;
	padding-right: 3px;
}
body .woocommerce-cart table.cart .com_offer_tbody .product-thumbnail {
	border-left-width: 1px;
}
.com_offers_list .top-wrap {
	display: flex;
	width: 100%;
}
.com_offers_list h4 {
	display: block;
	text-align: left;
}
.com_offers_list .right {
	display: block;
	text-align: right;
	flex: 1;
}
.com_offers_list .right select {
	max-width: 180px;
}
.com_offers_list .search-wrap {
	display: inline-block;
	text-align: right;
	position: relative;
	margin-left: 5px;
}
.com_offers_list .search-wrap input[type="text"] {
	padding: 10px 10px;
	min-width: 250px;
}
.com_offers_list .search-wrap .custom-loading {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 6px;
	right: 10px;
	z-index: 999;
}
.com_offers_table th.delete,
.com_offers_table th.download,
.com_offers_table th.copy {
	width: 5%;
}
.com_offers_table tr td.name a::after {
	display: none;
	font-family: "FontAwesome";
	font-size: 12px;
	padding-left: 7px;
}
.com_offers_table tr td.name a.edit::after {
	content: "\f044";
}
.com_offers_table tr td.name a.view::after {
	content: "\f06e";
}
.com_offers_table tr td.name a.view-edit::after {
	content: "\f06e";
}
.com_offers_table tr td.name a:hover::after {
	display: inline-block;
}
form.com_offer_table table.shop_table .product-price,
form.com_offer_table table.shop_table .product-sale {
	max-width: 10%;
}
form.com_offer_table table.shop_table .product-price input[type="text"],
form.com_offer_table table.shop_table .product-sale input[type="text"] {
	padding-left: 3px;
	padding-right: 3px;
}
form.com_offer_table table.shop_table td div input[type="text"] {
	border-color: transparent;
}
form.com_offer_table table.shop_table .product-price div {
	position: relative;
}
form.com_offer_table table.shop_table .product-price div i.restore {
	display: none;
	position: absolute;
	right: 0px;
	bottom: -15px;
	cursor: pointer;
	color: #f04f51;
}
form.com_offer_table table.shop_table div.active i.butt {
	display: block;
}
form.com_offer_table table.shop_table div.active input[type="text"] {
	border-color: #e8e8e8;
}
form.com_offer_table table.shop_table .product-count {
	max-width: 5%;
}
body .woocommerce-cart table.cart tbody.com_offer_tbody .product-thumbnail img {
	width: auto;
}
.show_in_offer {
	text-align: left;
	padding-left: 0;
	padding-bottom: 5px;
	position: relative;
}
.show_in_offer label {
	vertical-align: unset;
	cursor: pointer;
	display: inline-block;
	padding-left: 10px;
}
.show_in_offer input[type="checkbox"] {
	vertical-align: middle;
	top: -1px;
	margin-right: 3px;
}
.show_in_offer .currency-wrap {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 100px;
	text-align: right;
	padding: 0px;
}
.show_in_offer select.currency {
	max-width: 80px;
	padding: 5px 5px;
	font-weight: bold;
	color: #014582;
}
.show_in_offer .atts-desc {
	max-width: 200px;
	padding: 5px 8px;
	margin-left: 5px;
	color: #666666;
	margin-right: 5px;
}
.show_in_offer select.show-select {
	max-width: 230px;
	padding: 5px 5px;
	margin-left: 10px;
}
.woocommerce-page form.com_offer_table table.shop_table th,
.woocommerce-page form.com_offer_table table.shop_table td {
	padding-left: 10px;
	padding-right: 10px;
}
.woocommerce-page.sspt-account table.shop_table td.product-thumbnail {
    padding: 20px 0 20px 10px;
}
form.com_offer_table td.product-name {
	padding-left: 5px;
	padding-right: 5px;
}
.woocommerce-page form.com_offer_table table.shop_table td.product-discount input[type="text"] {
	padding-left: 5px;
	padding-right: 5px;
	max-width: 60px;
}
form.com_offer_table span.product-sku {
	display: block;
	font-size: 12px;
}
form.com_offer_table .empty-text {
	padding-top: 20px;
}
.appeal-wrap {
	width: 100%;
	margin-bottom: 10px;
}
.appeal-wrap textarea {
	width: 100%;
	display: block;
	max-width: 100%;
	min-height: 88px;
}
.com_offers_table td.name a.active {
	color: red;
}
.com_offers_table td.name a.active::after {
	display: inline-block;
}
.profile-wrap {
	display: flex;
}
.profile-wrap .left,
.profile-wrap .right {
	box-sizing: border-box;
	width: 50%;
}
.profile-wrap .left .pic {
	margin-bottom: 20px;
}
.profile-wrap .left .pic img {
	border-radius: 50%;
	max-width: 300px;
	min-width: 300px;
	max-height: 300px;
	min-height: 300px;
}
.profile-wrap .left input[type="file"] {
	max-width: 60%;
}
.com_offers_table tbody td.count {
	text-align: center;
}
.com_offer_table td.product-sale div.error input[type="text"] {
	border: 1px solid red;
}
.com_offer_table td.product-sale div {
	position: relative;
}
.com_offer_table td.product-sale div i.fa {
	display: none;
}
.com_offer_table td.product-sale div.error i.fa {
	display: block;
	position: absolute;
	right: 10px;
	top: 14px;
	color: red;
	cursor: pointer;
}
body .load-more .custom-loading {
	z-index: 255;
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: bottom;
    margin-left: 10px;
}

.qrcode a {
	color: #7aaedd;
}

.card_details .qrcode p {
	font-size: 18px;
}

.card_details .qrcode button {
	font-size: 18px;
	border: none;
	color: #7aaedd;
	font-weight: 400;
	text-transform: inherit;
	padding: 0;
}
.bottom-text-wrap {
	padding-bottom: 6px;
}
.bottom-text-wrap input[type="text"] {
	width: 100% !important;
	max-width: 100%;
}
.com_offer_tbody .product-remove {
	width: 40px;
}
body.woocommerce-page form.com_offer_table table.shop_table th.product-instock,
body.woocommerce-page form.com_offer_table table.shop_table td.product-instock {
	padding-left: 5px;
	padding-right: 5px;
}

button.your_product {
	padding: 4px 18px;
}

.your_product_form {
	padding: 10px 10px;
	background-color: #f0f0f0;
	margin: 5px 0;
}

@media screen and (max-width: 780px) {
	body .com_offer_table table.shop_table.cart.woocommerce-cart-form__contents {
		max-width: 100%;
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
	}
	body .com_offer_table table.shop_table.cart.woocommerce-cart-form__contents thead {
		display: none;
	}
	body .com_offer_table table.shop_table.cart.woocommerce-cart-form__contents tbody tr {
		padding-bottom: 40px;
	}
	body .com_offer_table table.shop_table.cart.woocommerce-cart-form__contents tbody tr:before {
		display: block;
		content: '';
		width: 100%;
		border: 3px solid #014582;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	body .com_offer_table table.shop_table.cart.woocommerce-cart-form__contents tbody td {
		display: inline-block;
		width: 50%;
		max-width: 50%;
		min-width: 50%;
		min-height: 80px;
		max-height: 80px;
		overflow: hidden;
		padding: 5px;
		padding-top: 0px;
	}
	body .com_offer_table table.shop_table.cart.woocommerce-cart-form__contents tbody td:before {
		display: inline-block;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		content: attr(data-label);
		padding-top: 5px;
	}
	body .com_offer_table table.shop_table.cart.woocommerce-cart-form__contents tbody td:nth-child(1),
	body .com_offer_table table.shop_table.cart.woocommerce-cart-form__contents tbody td:nth-child(2) {
		min-height: 120px;
		max-height: 120px;
		overflow: auto;
	}
	body .com_offer_table table.shop_table.cart.woocommerce-cart-form__contents tbody td:nth-child(1)::before,
	body .com_offer_table table.shop_table.cart.woocommerce-cart-form__contents tbody td:nth-child(2)::before {
		display: none;
	}
	.account-wrap .account-navigation ul li {
		max-width: 100%;
	}
	.sspt-account .top-bar-wrap {
		display: block;
		padding-top: 5px;
	}
	.sspt-account .top-bar-wrap .name-wrap {
		padding-left: 0px;
		padding-top: 10px;
	}
	.account-wrap .account-content-wrap {
		padding: 5px;
	}
	.show_in_offer {
		padding-left: 0px;
		padding-top: 0px;
	}
	.show_in_offer label {
		padding-left: 0;
		padding-top: 5px;
		display: block;
	}
	.com_offers_list .top-wrap {
		display: block;
	}
	.com_offers_list .right select {
		max-width: 100%;
	}
	.com_offers_list .right {
		max-width: 100%;
		width: 100%;
		text-align: left;
	}
	.com_offers_list .search-wrap {
		margin-top: 5px;
		margin-left: 0px;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		text-align: left;
		margin-bottom: 5px;
	}
	.com_offers_list .search-wrap input[type="text"] {
		padding: 10px 10px;
		min-width: 250px;
		width: 100%;
		max-width: 100%;
	}

	body table.scom_offers_table {
		max-width: 100%;
		width: 100%;
		border-collapse: collapse;
		table-layout: fixed;
	}

	body table.com_offers_table thead {
		display: none;
	}
	body table.scom_offers_table tbody tr {
		padding-bottom: 40px;
	}
	body table.com_offers_table tbody tr:before {
		display: block;
		content: '';
		width: 100%;
		border: 2px solid #7aaede;
		margin-top: 5px;
		margin-bottom: 10px;
	}
	body table.com_offers_table tbody td {
		display: inline-block;
		width: 100%;
		max-width: 100%;
		min-width: 100%;
		/*min-height: 140px;*/
		/*max-height: 140px;*/
		overflow: hidden;
		padding: 10px;
		vertical-align: middle;
		text-align: left;
	}
	.com_offers_table td.orders_title .title_text a {
		max-width: 260px;
	}
	.account-wrap .account-navigation {
		flex-direction: column;
	}
	body table.com_offers_table tbody td:nth-child(1) {
		display: none;
	}
	body table.com_offers_table tbody td i.fa {
		font-size: 14px;
		display: inline-block;
		padding: 5px;
		border: none;
		border-radius: 4px;
	}

	.profile-wrap {
		flex-direction: column;
	}

	.profile-wrap .left,
	.profile-wrap .right{
		width: 100%;
	}

}</pre></body></html>