<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
@media all and (min-width: 769px) {

/* GLOBAL STYLES */

.master-column-wrapper {
	width: 95%;
}
.page {
	text-align: left;
}

/* GLOBAL FORMS */

.fieldset .title,
.section .title {
	padding: 0 0 0 5px;
}
.inputs input[type="text"],
.inputs input[type="password"],
.inputs input[type="email"],
.inputs input[type="tel"],
.inputs select, .inputs textarea {
	width: 380px;	
}
.date-of-birth div {
	width: 380px;
}
.inputs .option-list {
	width: 380px;
}

/* HEADER &amp; NAVIGATION */

.header {
	width: 95%;
}
.search-box {
	display: inline-block;
	width: 350px;
	vertical-align: middle;
}
.header-selectors-wrapper {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
.header-selects &gt; div {
	margin: 0 0 0 10px;
}
.header-selects select {
	padding: 7px 25px 7px 5px;
}

/* FOOTER */

.footer .center,
.bottom .center {
	width: 95%;
}
.bottom .center &gt; div {
	display: inline-block;
}

/* LEFT/RIGHT COLUMNS */

.block {
	width: 32%;
}
.block:nth-child(2n+1) {
	clear: none;
	margin-left: 2%;
}
.block:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

/* CATEGORY PAGE */

.product-selectors div {
	width: auto;
	margin: 0 15px 0 0;
}
.product-viewmode {
	display: inline-block !important;
}
.product-viewmode select {
	width: 100px;
}

.item-box {
	width: 32%;
}
.item-box:nth-child(2n+1) {
    clear: none;
	margin-left: 2%;
}
.item-box:nth-child(3n+1) {
    clear: both;
	margin-left: 0;
}
.product-grid .title {
    padding-left: 2px;
}

/* PRODUCT PAGE */

.gallery {
	float: left;
	width: 40%;
}
.overview {
	float: right;
	width: 57.5%;
}
.overview .product-name {
	margin-top: -10px;
}
.overview-buttons &gt; div {
	margin: 0 3px 10px 0;
}
.attributes dd {
	min-width: 275px;
}
.overview .qty-label,
.variant-overview .qty-label {
	margin: 0 5px 0 0;
}
.product-variant-list {
	max-width: none;
}
.variant-picture {
	float: left;
	width: 30%;
	margin: 0;
}
.variant-overview {
	float: right;
	width: 67.5%;
}
.variant-overview dl {
	display: block;
}
.giftcard &gt; div {
	margin: 12px 0;
}
.giftcard &gt; div:after {
	content: "";
	display: block;
	clear: both;
}
.giftcard label {
	float: right;
	width: 30%;
	min-width: calc(100% - 425px);
	padding: 0 0 0 10px;
	text-align: left;
	color: #666;
}
.giftcard input,
.giftcard textarea {
	float: left;
	width: 70%;
}

/* PRODUCT REVIEWS */

.product-review-item .review-item-head {
	display: table;
	width: 100%;
	margin: 0 0 20px;
}
.product-review-item .review-title {
	display: table-cell;
	padding: 10px 15px;
	text-align: left;
	vertical-align: middle;
}
.product-review-item .product-review-box {
	display: table-cell;
	position: static;
	padding: 10px 15px;
	text-align: right;
	vertical-align: middle;
	font-size: 0;
}
.product-review-item .review-content {
	padding: 0 5px;
}
.product-review-item .review-text {
	display: table;
	width: 100%;
}
.product-review-item .avatar {
	display: table-cell;
	text-align: center;
	vertical-align: top;
	line-height: normal;
}
.product-review-item .text-body {
	display: table-cell;
	vertical-align: top;
}
.product-review-item .avatar + .text-body {
	padding-left: 20px;
}
.product-review-item .avatar .review-info {
	margin: 0 0 15px;
}
.product-review-item .review-info {
	display: inline-block;
	margin: 0;
}
.product-review-helpfulness {
	display: inline-block;
	margin-left: 20px;
}

/* REGISTRATION, ACCOUNT */

.gender {
	width: 380px;
}
.date-of-birth select {
	width: 120px;
}
.address-list-page .info,
.order-list-page .info {
	padding: 15px;
}
.address-list-page .buttons,
.order-list-page .buttons {
	position: absolute;
	top: 50px;
	right: 15px;
	margin: 0;
	border: none;
	padding: 0;
}

/* SHOPPING CART */
	
.order-progress li {
	width: 120px;
	margin: 0;
}
.cart-options .common-buttons,
.cart-options .checkout-attributes {
	text-align: right;
}
.cart-options .common-buttons button,
.cart-options .common-buttons a {
	margin: 0 0 0 5px;
}
.cart-footer {
	max-width: none;
}
.cart-footer .total-info {
	min-height: 130px;
}
.cart-total-left {
	text-align: left;
}
.cart-total-right {
	text-align: right;
}
.cart-collaterals {
	float: left;
	width: 49%;
}
.cart-footer .deals,
.cart-footer .shipping {
	margin-bottom: 0;
	/*background-color: #f6f6f6;*/
	padding: 10px 15px;
}
.cart-collaterals &gt; div + div {
	margin-top: 20px;
}
.cart-footer .coupon-code {
	max-width: 380px;
	margin: 12px 0;
}
.cart-footer .shipping .inputs {
	margin: 12px 0;
}
.cart-footer .shipping label {
	text-align: left;
}
.cart-footer .shipping .buttons {
	max-width: 380px;
	margin: auto;
	text-align: right;
}
.cart-footer .totals {
	float: right;
	width: 49%;
}
.terms-of-service,
.checkout-buttons,
.addon-buttons {
	text-align: center;
}

/* CHECKOUT PAGES */

.checkout-page
.selected-checkout-attributes {
	text-align: right;
}
.checkout-page .address-item {
	float: left;
	width: 50%;
	margin: 0;
	padding: 10px;
}
.checkout-page .address-item:nth-child(4n+1) {
	clear: both;
}
.checkout-page .address-item:only-child {
	float: none;
	width: auto;
	margin: 0;
}
.checkout-page .pickup-in-store .selector,
.checkout-page .pickup-in-store .description {
	display: inline-block;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
.pickup-in-store .selector {
	position: relative;
	bottom: 1px;
}
.pickup-in-store .description:before {
	content: "(";
}
.pickup-in-store .description:after {
	content: ")";
}
.payment-info .info td {
    display: table-cell;
    width: auto;
	padding: 5px 10px !important;
}
.payment-info .info td:first-child {
	width: 130px;
}
.payment-info .info tr:first-child td {
	padding-top: 10px !important;
}
.payment-info .info tr:last-child td {
	padding-bottom: 10px !important;
}
.payment-info .info tr:only-child td {
    display: block;
    width: 100%;
    text-align: center;
}
.payment-info #CreditCardType {
	margin: 3px 0 5px;
}
.payment-info #CardCode {
	margin: 5px 0 -10px;
}
.payment-info #PurchaseOrderNumber {
	display: block;
	min-width: 300px;
	margin: -10px auto 0;
}

.opc .payment-info .info td {
    display: block;
    width: auto;
	padding: 5px 10px !important;
}
.opc .payment-info .info td:first-child,
.opc .payment-info .info td:last-child {
	padding: 5px 10px !important;
}
.opc .payment-info #CreditCardType,
.opc .payment-info #CardCode {
	margin: 0;
}
.opc #checkout-step-confirm-order .buttons,
.opc #checkout-step-confirm-order .terms-of-service {
	width: 49%;
	margin-left: auto;
	text-align: right;
}

/* ORDER DETAILS, RETURN REQUESTS */

.order-details-page .page-title h1 {
	float: left;
	margin: 0;
	line-height: 28px;
}
.order-details-page .page-title a {
	float: right;
	min-width: 60px;
	margin: 0 0 0 5px;
}
.order-details-area,
.shipment-details-area {
	padding: 0 5px;
}
.order-details-page .tax-shipping-info,
.order-details-page .selected-checkout-attributes {
	text-align: right;
}
.order-details-page .totals {
	float: right;
	width: 49%;
	max-width: 380px;
}
.order-details-page .actions {
	text-align: right;
}
.order-details-page .actions button {
	min-width: 170px;
}
.return-request-file &gt; div {
	width: 380px;
}

/* BLOG &amp; NEWS */

.news-list-page .buttons,
.news-list-homepage .buttons {
	text-align: right;
}
.news-list-homepage .view-all {
	text-align: right;
}

/* FORUM &amp; PROFILE */

.forums-header:after {
	content: "";
	display: block;
	clear: both;
}
.forums-header .current-time {
	float: left;
	line-height: 32px;
}
.forums-header .forum-search-box {
	float: right;
	margin: 0;
}
.forum-search-box form {
	min-width: 300px;
}
.forum-search-box .advanced {
	text-align: right;
}
.forums-table-section .view-all {
	text-align: right;
}

.pager.lower {
	text-align: right;
}
.topic-post .post-info {
	float: left;
	width: 180px;
	margin: 0;
}
.topic-post .post-content {
	float: right;
	width: calc(100% - 200px);
}
.topic-post .post-head {
	margin: 0 0 20px;
	border: 1px solid #bbb;
	background-color: #ddd;
	padding: 5px 10px;
}
.topic-post .post-actions {
	border: none;
	padding: 0;
}
.topic-post .post-time {
	float: left;
	margin: 0;
}
.topic-post .post-actions {
	float: right;
	margin: 0;
	background-color: transparent;
	padding: 0;
}

.forum-edit-page .inputs strong {
	width: 380px;
}
.forum-edit-page .toolbar,
.private-message-send-page .toolbar {
	width: 380px;
}
.forum-edit-page .inputs.reversed label,
.private-message-send-page .inputs.reversed label {
	display: inline-block;
	padding: 0 0 0 5px;
	vertical-align: middle;
}
	
.profile-info-box .avatar {
	float: left;
	width: 200px;
	margin: 0;
	border-color: #ddd;
}
.profile-info-box .profile-stats {
	float: right;
	width: calc(100% - 212px);
}
.profile-info-box .title {
    padding: 5px 0 0;
}
.profile-info-box .send-pm {
	float: right;
	width: calc(100% - 212px);
	margin: 0;
}
.private-message-view-page .page-body {
	padding: 0 5px;
}
.private-message-view-page .back-pm-button {
	display: inline-block !important;
	float: right;
}

}



@media all and (min-width: 880px) {

.footer-upper {
	margin: 0;
}
.footer-block {
	clear: none !important;
    width: 23.5%;
    margin-left: 2% !important;
}
.footer-block:first-child {
	margin-left: 0 !important;
}
.footer-lower {
	border: none;
}
.footer-lower h3 {
	text-align: left;
}
.accepted-payment-methods {
	display: block;
	float: left;
	margin: 0 !important;
}
.social-sharing {
	float: right;
	margin: 0 !important;
}
.subscribe-to-newsletter {
	width: 250px;
	margin: auto !important;
	text-align: left;
}

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