
.nav-tabs {
	float: left;
	width: 100%;
	margin: 0;
	list-style-type: none;
	border-bottom: 1px solid transparent;
}

.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}

.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.5;
	padding: 10px;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	float: left;
	text-decoration: none;
}

.nav-tabs > li > a:hover {
	border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border-color: transparent;
}

.tab-content > .tab-pane {
	float: left;
	width: 98%;
	display: none;
}

.tab-content > .tab-pane.active {
	display: block;
	padding: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 4px -2px rgba(0, 0, 0, .15);
	box-shadow: 0 5px 4px -2px rgba(0, 0, 0, .15);
}

div.ui-toggle {
	margin: 0;
	padding: 0;
}

div.ui-toggle input[type='checkbox'] {
	display: none;
}

div.ui-toggle input[type='checkbox']:checked + label {
	border-color: #009eea;
	background: #009eea;
	-webkit-box-shadow: inset 0 0 0 10px #009eea;
	box-shadow: inset 0 0 0 10px #009eea;
}

div.ui-toggle input[type='checkbox']:checked + label > div {
	margin-left: 20px;
}

div.ui-toggle label {
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	display: inline-block;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #8c8c8c;
	-webkit-box-shadow: inset 0 0 0 0 #009eea;
	box-shadow: inset 0 0 0 0 #009eea;
	border: 2px solid #8c8c8c;
	border-radius: 22px;
	width: 40px;
	height: 20px;
}

div.ui-toggle label div {
	-webkit-transition: all 200ms ease;
	transition: all 200ms ease;
	background: #fff;
	width: 20px;
	height: 20px;
	border-radius: 10px;
}

div.ui-toggle label:hover, div.ui-toggle label > div:hover {
	cursor: pointer;
}

div.ui-toggle.mb-10 {
	margin-bottom: 10px;
}

.cpt-table {
	width: 100%;
	border-spacing: 5px;
	text-align: left;
}

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

.cpt-table th {
	background-color: #f5f5f5;
}

.text-center {
	text-align: center;
}

.inline-block {
	display: inline-block;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.w-50 {
	width: 49%;
}

.inline {
	display: inline-block;
}

.meta-label {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
}

.meta-container {
	display: block;
	margin-top: 20px;
}

.arty-code {
	display: block;
	background-color: #eee;
	border: 2px solid #999;
	padding: 20px;
	line-height: 24px;
	white-space: pre-wrap;
}

.arty-input {
	width: 300px;
}

.arty-ul {
	list-style: disc;
	margin-left: 20px;
}

.arty-bordered-block {
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.texture-remove, .texture-add {
	width: 30px;
	height: 30px;
	color: #fff;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	border: none;
	border-radius: 100%;
	background: #008c0b;
	text-align: center;
	padding: 0;
}

.texture-remove {
	background: #d32600;
}

.arty-column {
	float: left;
	width: 32.33%;
	padding-right: 1%;
}

.arty-row:after {
	content: "";
	display: table;
	clear: both;
}

.arty-mb-20 {
	margin-bottom: 20px;
}

.arty-mw-600 {
	max-width: 600px;
}

.arty-woo-position-img {
	max-height: 1200px;
}

.arty-woo-position-img-block {
	width: 59%;
	display: inline-block;
}

.arty-woo-position-form-block {
	width: 40%;
	display: inline-block;
	vertical-align: top;
}

.arty-metabox-input {
	width: 100%;
	margin-bottom: 5px;
}

.arty-metabox-input::placeholder {
	color: #cec9c9;
}

.arty_red {
	color: #c70200;
}

.arty-ul {
	list-style: disc;
	margin-left: 20px;
}

.arty-woo-position-form-block .form-table th {
	text-align: left;
	padding: 5px 20px 5px 0;
	width: 50%;
	line-height: 1.3;
	font-weight: 600;
}

.arty-row-input {
	margin-bottom: 10px !important;
}

.arty_3dmodelviewer_accordion {
	background-color: #eee;
	color: #444;
	cursor: pointer;
	padding: 10px 18px;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	text-align: left;
	border: none;
	border-bottom: 1px solid #ccc;
	outline: none;
	transition: .4s;
}

.arty_3dmodelviewer_accordion:after {
	content: "➕";
	font-size: 13px;
	color: #777;
	float: right;
	margin-left: 5px;
}

.arty_3dmodelviewer_accordion.active, .arty_3dmodelviewer_accordion:hover {
	background-color: #ccc;
	border-bottom: 1px solid #696969;
}

.arty_3dmodelviewer_accordion.active:after {
	content: "➖";
}

.arty_3dmodelviewer_panel {
	padding: 18px;
	background-color: white;
	display: none;
	overflow: hidden;
}

.arty_3dmodelviewer_panel.active {
	display: block;
}

.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em .5em 1em;
	padding: .2em 1em;
	border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900;
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	/* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before, .wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d;
	/* Dark Gray 800 */
	opacity: .75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: "";
	position: absolute;
	background-color: #fbfbfc;
	/* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}
	
	50% {
		opacity: 1;
	}
	
	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: .5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/* End of 'Thank You' page shortcode related CSS */

/* 
This CSS file is used to apply front-end styles for the Stripe Payments plugin.

This CSS file is enqueued from the front-end using the 'stripe-handler-ng-style' handler. So it will be available on every page of the front end.

Used in the [asp_product] shortcode also.
CSS class names should use dashes. Example: asp-product-description
*/

/* Small Spinner */
.asp-spinner {
	text-indent: -9999px;
	vertical-align: middle;
	margin-left: 5px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 2px solid #ccc;
	border-top-color: #333;
	animation: asp-spinner .6s linear infinite;
}

@keyframes asp-spinner {
	to {
		transform: rotate(360deg);
	}
}

/* Button Spinner */
.asp-btn-spinner-container {
	width: 100%;
	text-align: center;
	padding: 10px;
}

.asp-btn-spinner {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 64px;
}

.asp-btn-spinner div {
	box-sizing: border-box;
	display: block;
	position: absolute;
	width: 51px;
	height: 51px;
	margin: 6px;
	border: 6px solid #6fcef3;
	border-radius: 50%;
	animation: asp-btn-spinner 1.2s cubic-bezier(.5, 0, .5, 1) infinite;
	border-color: #6fcef3 transparent transparent transparent;
}

.asp-btn-spinner div:nth-child(1) {
	animation-delay: -.45s;
}

.asp-btn-spinner div:nth-child(2) {
	animation-delay: -.3s;
}

.asp-btn-spinner div:nth-child(3) {
	animation-delay: -.15s;
}

@keyframes asp-btn-spinner {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.asp_line_through {
	text-decoration: line-through;
}

.asp_product_coupon_input_container {
	margin: 5px 0 10px 0;
}

.asp_btn_normalize {
	text-transform: none;
	border: none;
	margin: 0;
	padding: 0;
	width: auto;
	overflow: visible;
	background: transparent;
	color: inherit;
	font: inherit;
	line-height: normal;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	-webkit-appearance: none;
}

.asp_product_custom_field_error {
	display: none;
	color: red;
}

.asp_out_of_stock {
	font-weight: bold;
}

.asp_product_buy_button input, .asp_product_buy_button select {
	display: inline-block;
	line-height: 1;
	padding: 8px 10px;
	height: auto;
}

.asp_product_custom_field_label {
	margin-right: 10px;
}

.asp-product-variations-label {
	margin-right: 10px;
}

.asp_product_coupon_field_label {
	margin-right: 10px;
}

.asp_product_coupon_input_container input.asp_product_coupon_field_input {
	width: auto;
	max-width: 200px;
	margin-right: 10px;
}

.asp_product_buy_btn_container {
	display: inline-block;
}

.asp_product_buy_button input::placeholder {
	font-style: italic;
	color: #bbb;
}

@keyframes blink {
	0% {
		opacity: .2;
	}
	
	20% {
		opacity: 1;
	}
	
	100% {
		opacity: 0;
	}
}

.asp-processing-cont {
	display: none !important;
}

.asp-processing i {
	animation-name: blink;
	animation-duration: 1s;
	animation-iteration-count: infinite;
	animation-fill-mode: both;
}

.asp-processing i:nth-child(2) {
	animation-delay: .1s;
}

.asp-processing i:nth-child(3) {
	animation-delay: .2s;
}

.asp-popup-iframe {
	z-index: 2147483647;
	background: rgba(0, 0, 0, .004);
	border: 0px none transparent;
	overflow: auto;
	-webkit-overflow-scrolling: touch !important;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	-webkit-tap-highlight-color: transparent;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.asp-popup-iframe-cont {
	align-items: center;
	justify-content: center;
	z-index: 2147483647;
	background: rgba(0, 0, 0, .3);
	border: 0px none transparent;
	overflow: auto;
	-webkit-overflow-scrolling: touch !important;
	visibility: visible;
	margin: 0px;
	padding: 0px;
	-webkit-tap-highlight-color: transparent;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.asp-popup-spinner-cont {
	text-align: center;
	height: 85px;
	padding-top: 10px;
}

@media (max-width: 500px) {
	.asp_product_buy_btn_container {
		display: block;
		margin-left: 0;
		margin-top: 10px;
		text-align: center;
		width: 100%;
	}
}

/* Start of 'Thank You' page shortcode related CSS */
.asp-order-data-box {
	display: flex;
	border-style: solid;
	border-color: lightgrey;
	border-width: 1px 0 0 1px;
	width: 100%;
}

.asp-order-data-box-col {
	border-style: solid;
	border-color: lightgrey;
	border-width: 0 1px 1px 0;
	word-break: break-all;
	flex-grow: 1;
	padding: 15px;
}

.asp-order-data-box-col :first-child {
	font-weight: bold;
	margin-bottom: 10px;
	margin-right: 10px;
}

@media screen and (max-width: 768px) {
	.asp-order-data-box {
		flex-direction: column;
	}
}

.asp-order-details-table, .asp-order-downloads-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid lightgray;
}

.asp-order-details-table td, .asp-order-details-table th, .asp-order-downloads-table td, .asp-order-downloads-table th {
	padding: 15px;
	border-top: 1px solid lightgray;
	border-bottom: 1px solid lightgray;
}

.asp-order-shipping-address, .asp-order-billing-address {
	padding: 15px;
	border: 1px solid lightgray;
	white-space: pre-line;
}

.payment-method-payoneer {
	background: #fff;
	padding: 30px 20px;
	border-left: 5px solid;
	border-color: #ff4800;
}

.payment-method-payoneer p {
	color: #636b78;
	font-weight: 600;
	padding-bottom: 20px;
	margin-bottom: 10px !important;
	border-bottom: 1px solid #dadfe8;
}

.payment-method-payoneer p a {
	color: #ff4800;
	outline: none;
}

.payment-method-payoneer table * {
	border: none;
}

.payment-method-payoneer input {
	width: 100%;
	color: #636b78 !important;
	padding: 10px 0 5px !important;
	border: none !important;
	border-radius: 0 !important;
	outline: none;
	border-bottom: 1px solid #636b78 !important;
	margin-top: 20px !important;
}

.payment-method-payoneer input:focus {
	outline: none !important;
	border-bottom: 1px solid #ff4800 !important;
}

.payment-method-payoneer input::placeholder {
	color: #b9bfcb;
	opacity: 1;
}
@media only screen and (max-width: 768px){
:root {
	--woocommerce: #720eec;
	--wc-green: #008a20;
	--wc-red: #a00;
	--wc-orange: #ffba00;
	--wc-blue: #2ea2cc;
	--wc-primary: #720eec;
	--wc-primary-text: #fcfbfe;
	--wc-secondary: #e9e6ed;
	--wc-secondary-text: #515151;
	--wc-highlight: #958e09;
	--wc-highligh-text: white;
	--wc-content-bg: #fff;
	--wc-subtext: #767676;
	--wc-form-border-color: rgba(32, 7, 7, .8);
	--wc-form-border-radius: 4px;
	--wc-form-border-width: 1px;
	--wc-card-border-radius: 8px;
}

.woocommerce table.shop_table_responsive thead, .woocommerce-page table.shop_table_responsive thead {
	display: none;
}

.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
	border-top: 0;
}

.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
	display: none;
}

.woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr {
	display: block;
}

.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
	display: block;
	text-align: right !important;
}

.woocommerce table.shop_table_responsive tr td.order-actions, .woocommerce-page table.shop_table_responsive tr td.order-actions {
	text-align: left !important;
}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	font-weight: 700;
	float: left;
}

.woocommerce table.shop_table_responsive tr td.actions::before, .woocommerce table.shop_table_responsive tr td.product-remove::before, .woocommerce-page table.shop_table_responsive tr td.actions::before, .woocommerce-page table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
	background-color: rgba(0, 0, 0, .025);
}

.woocommerce table.my_account_orders tr td.order-actions, .woocommerce-page table.my_account_orders tr td.order-actions {
	text-align: left;
}

.woocommerce table.my_account_orders tr td.order-actions::before, .woocommerce-page table.my_account_orders tr td.order-actions::before {
	display: none;
}

.woocommerce table.my_account_orders tr td.order-actions .button, .woocommerce-page table.my_account_orders tr td.order-actions .button {
	float: none;
	margin: .125em .25em .125em 0;
}

.woocommerce table.shop_attributes tr, .woocommerce-page table.shop_attributes tr {
	display: block;
}

.woocommerce table.shop_attributes tr td, .woocommerce table.shop_attributes tr th, .woocommerce-page table.shop_attributes tr td, .woocommerce-page table.shop_attributes tr th {
	display: block;
	max-width: 100%;
	width: auto;
	text-align: left;
	padding: .5em;
}

.woocommerce table.shop_attributes tr th, .woocommerce-page table.shop_attributes tr th {
	padding-bottom: .25em;
	border-bottom: 0;
}

.woocommerce table.shop_attributes tr td, .woocommerce-page table.shop_attributes tr td {
	padding-top: .25em;
}

.woocommerce table.shop_attributes tr td > :first-child, .woocommerce table.shop_attributes tr th > :first-child, .woocommerce-page table.shop_attributes tr td > :first-child, .woocommerce-page table.shop_attributes tr th > :first-child {
	padding-top: 0;
	margin-top: 0;
}

.woocommerce table.shop_attributes tr td > :last-child, .woocommerce table.shop_attributes tr th > :last-child, .woocommerce-page table.shop_attributes tr td > :last-child, .woocommerce-page table.shop_attributes tr th > :last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
	float: none;
	width: 100%;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
	width: 48%;
	float: left;
	clear: both;
	margin: 0 0 2.992em;
}

.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
	float: right;
	clear: none !important;
}

.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
	float: none;
	width: 100%;
}

.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
	display: none;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
	text-align: left;
}

.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
	float: none;
	padding-bottom: .5em;
}

.woocommerce #content table.cart td.actions .coupon::after, .woocommerce #content table.cart td.actions .coupon::before, .woocommerce table.cart td.actions .coupon::after, .woocommerce table.cart td.actions .coupon::before, .woocommerce-page #content table.cart td.actions .coupon::after, .woocommerce-page #content table.cart td.actions .coupon::before, .woocommerce-page table.cart td.actions .coupon::after, .woocommerce-page table.cart td.actions .coupon::before {
	content: " ";
	display: table;
}

.woocommerce #content table.cart td.actions .coupon::after, .woocommerce table.cart td.actions .coupon::after, .woocommerce-page #content table.cart td.actions .coupon::after, .woocommerce-page table.cart td.actions .coupon::after {
	clear: both;
}

.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
	width: 48%;
	box-sizing: border-box;
}

.woocommerce #content table.cart td.actions .coupon .button.alt, .woocommerce #content table.cart td.actions .coupon .input-text + .button, .woocommerce table.cart td.actions .coupon .button.alt, .woocommerce table.cart td.actions .coupon .input-text + .button, .woocommerce-page #content table.cart td.actions .coupon .button.alt, .woocommerce-page #content table.cart td.actions .coupon .input-text + .button, .woocommerce-page table.cart td.actions .coupon .button.alt, .woocommerce-page table.cart td.actions .coupon .input-text + .button {
	float: right;
}

.woocommerce #content table.cart td.actions .coupon .coupon-error-notice, .woocommerce table.cart td.actions .coupon .coupon-error-notice, .woocommerce-page #content table.cart td.actions .coupon .coupon-error-notice, .woocommerce-page table.cart td.actions .coupon .coupon-error-notice {
	clear: left;
	color: var(--wc-red);
	float: left;
	font-size: .75em;
	margin-bottom: 0;
	text-align: left;
	width: 48%;
}

.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
	display: block;
	width: 100%;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce .cart-collaterals .cross-sells, .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .shipping_calculator {
	width: 100%;
	float: none;
	text-align: left;
}

.woocommerce-page.woocommerce-checkout form.login .form-row, .woocommerce.woocommerce-checkout form.login .form-row {
	width: 100%;
	float: none;
}

.woocommerce #payment .terms, .woocommerce-page #payment .terms {
	text-align: left;
	padding: 0;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: none;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 1em;
}

.woocommerce .lost_reset_password .form-row-first, .woocommerce .lost_reset_password .form-row-last, .woocommerce-page .lost_reset_password .form-row-first, .woocommerce-page .lost_reset_password .form-row-last {
	width: 100%;
	float: none;
	margin-right: 0;
}

.woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
	float: none;
	width: 100%;
}

.single-product .twentythirteen .panel {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
}