﻿@media all and (max-width: 768px) {
	.ajax-cart-button-wrapper {
		/*display: block !important;*/
	}
	.admin-header-links {
		/*display: none;*/
	}
}


@media all and (min-width: 769px) {

/* GLOBAL STYLES */


.page-body .masonry > a {
	width: 31%;
    margin: 1%;
}

.jssorb05 div {
	border: initial;
}

.master-wrapper-content {
	padding-left: 2%;
	padding-right: 2%;
}

/* GLOBAL FORMS */

.inputs .option-list li {
	display: inline-block;
    margin: 5px 10px;
}

/* NOTIFICATIONS & POPUPS */
/* HEADER */

.home-page-body div[u='slides'] a[style] {
	z-index: 99;
}

.home-page-body .slide-description {
	transform: scale(47%);
	padding: 48px;
    bottom: 0;
	min-width: 90vw;
	translate: -25% 12%;
}

	.home-page-body .slide-description p {
		font-size: var(--fs-md);
	}

	.home-page-body .slide-description p.outline,
	.home-page-body .slide-description p a {
		padding: 10px 24px;
		min-height: 50px;
		font-weight: var(--fw-medium);
		font-family: var(--b-font-family-medium);
		font-size: var(--fs-md);
		display: inline-block;
	}

.home-page-body .slide-description h2 {
	font-size: var(--fs-h1);
    margin: 0 0 20px;
}

/*.home-page-body .slide-description p:last-of-type {
    color: #222;
    outline: 1px solid #222 !important;
    display: inline-block;
    font-family: 'Flama-Medium';
    font-size: 16px;
    min-width: 130px;
    outline: 1px solid #fff;
    padding: 10px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}*/

.admin-header-links {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	max-width: 40%;
	height: 60px;
	margin: auto;
	background-color: transparent;
	padding: 10px 0;
	font-size: 0;
	color: #777;
	display: none;
}
.admin-header-links a,
.admin-header-links span {
	font-size: 12px;
	line-height: 40px;
}
.admin-header-links a:hover {
	color: #222;
	text-shadow: 0 0 rgba(0,0,0,0.5);
}

/* HEADER MENU */
/* FOOTER */

	.footer-middle {
		overflow: hidden;
		padding: 62px 2% 38px;
	}



.footer-text {
	float: left;
	width: 25%;
	padding: 0;
}
.footer-block-wrapper {
	float: right;
	width: 75%;
	padding: 0;
}



.footer-block.information {
	width: 50%;
}
.footer-block.contact-info,
.footer-block.customer-service {
	width: 25%;
}
/**.footer-block:last-child {
	border: none;
}**/
.footer-block .title {
	padding-top: 0;
	cursor: default;
}
.footer-block .title:before,
.footer-block .title:after {
	display: none;
}
.footer-block .list {
	display: block !important;
	height: auto !important;
	/**padding: 10px 0 0 !important;**/
	padding: 0 !important;
	margin: 0 0 -5px;
}

/* HOMEPAGE INFO PANEL */

.information-box {
	width: calc(50% - 20px);
}

div.slide-container > div.picture {
	width: 64%;
	margin-right: 1%
}
div.slide-container > div.product-grid {
	width: 34%;
}

/*div.slide-container .item-box:nth-child(1n+1) {
	clear: both;
}*/


/* LEFT/RIGHT COLUMN */
/*.box.block-1 .element .element-container {
	left: 50%;
	right: initial;
	transform: translate(-50%,0);
}*/

.box .element > h1 {
	font-size: var(--fs-h1); /*60px*/
}
.box .element > h2 {
	font-size: var(--fs-h2); /*45px*/
}
.box .element h3 {
	font-size: var(--fs-h3); /*25*/
}
.box .element > h4,
.box .element > h5{
	font-size: 19px;
}


	.box.block-1 .element .element-container h2 {
		font-size: var(--fs-h2);
	}

	.box.block-1 .element .element-container h3 {
		font-size: var(--fs-h3);
	}

.box.block-1-3,
.box.block-2,
.box.block-3-1 {
	display: flex;
}

.box.block-2 .element.campain-1 {
    display: inline-block;
	/*margin: 0 0 30px;*/
	width: 50%;
	background-clip: content-box;
	padding: 0 15px;
}
.box.block-2 .element.campain-1 .element-container h3 {
	/*font-size: 35px;*/
}

	.box.block-3,
	.box.new-block-3,
	.box.block-4,
	.box.new-block-4 {
		flex-direction: row;
	}

	.box.block-3 .element {
		width: 33%;
	}

	.box.block-3 .element.campain-1.news,
	.box.block-4 .element.campain-1.news {
		text-align: left;
	}

	.box.block-3 .element[style]:before,
	.box.block-4 .element[style]:before {
		padding-top: calc(75.86206% - 78px);
	}

	.box.block-3 .element.campain-1.news:before,
	.box.block-4 .element.campain-1.news:before {
		content: none;
	}

	.box.block-1-3 .element,
	.box.block-3-1 .element {
		margin: 0 0 30px;
	}

		.box.block-1-3 .element.campain-1,
		.box.block-3-1 .element.campain-1 {
			display: inline-block;
		}

		.box.block-1-3 .element.campain-1 {
			width: 74.5%;
		}

		.box.block-3-1 .element.campain-1 {
			width: 24.5%;
		}

		.box.block-1-3 .element.campain-1:first-child {
			width: 24.5%;
		}

		.box.block-3-1 .element.campain-1:first-child {
			width: 74.5%;
		}

		.box.block-1-3 .element.campain-1 h1,
		.box.block-1-3 .element.campain-1 h2,
		.box.block-1-3 .element.campain-1 h3,
		.box.block-1-3 .element.campain-1 h4,
		.box.block-1-3 .element.campain-1 h5,
		.box.block-1-3 .element.campain-1 p,
		.box.block-3-1 .element.campain-1 h1,
		.box.block-3-1 .element.campain-1 h2,
		.box.block-3-1 .element.campain-1 h3,
		.box.block-3-1 .element.campain-1 h4,
		.box.block-3-1 .element.campain-1 h5,
		.box.block-3-1 .element.campain-1 p {
			padding: 0 15px;
		}

    .box.block-4 .element {
		width: 25%;
	}
.block {
	width: 31.3333%;
	margin: 0 1% 2%;
}
.block:nth-of-type(2n+1) {
	clear: none;
}
.block:nth-of-type(3n+1) {
	clear: both;
}

/* CATEGORY PAGE & GRIDS */

.totalProductCount {
    right: 150px;
}

.product-selectors {
	position: relative;
	/**border: 1px solid #ebebeb;
	float: right;**/
	text-align: left;
	/*font-size: 0;*/
}
.product-select-block {
	display: inline-block;
	float: none;
	width: auto;
	margin: -1px;
	vertical-align: top;
}
.product-select-block select {
	/**min-width: 250px;
    border-color: #ebebeb;**/
	border-color: #fff;
}

.item-box {
	width: 32%;
	margin-left: 2%;
}
.item-box:nth-child(2n+1) {
	margin-left: 2%;
}
.item-box:nth-child(3n+1) {
	margin-left: 0;
}

/*.item-box .buttons .wrap .ajax-cart-button-wrapper > input[type=text],
.item-box .buttons .wrap .ajax-cart-button-wrapper > select {
	width: 110px;
}*/
/**
.nopAjaxCartProductListAddToCartButton {
	min-width: 240px;
	margin: 0 5px 5px;
	height: 52px;
    font-family: 'Flama-Medium';
    font-size: 16.3px;
}
**/

.product-list .item-box {
    float: none;
    width: auto !important;
    margin-left: 0 !important;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 30px;
}
.product-list .product-item {
    display: table;
	width: 100%;
}
.product-list .item-box .picture {
	display: table-cell;
	width: 25%;
	margin: 0;
	vertical-align: top;
}
.product-list .item-box .details {
	display: table-cell;
	width: 50%;
	padding: 0 2% 0 2.5%;
	text-align: left;
	vertical-align: top;
}
.product-list .item-box .product-title {
	font-size: 20px;
}
.product-list .item-box .description {
    display: block;
	margin: 0 0 20px;
}
.product-list .item-box .old-price {
	font-size: 16px;
}
.product-list .item-box .actual-price {
	font-size: 23px;
	color: #f61853;
}
.product-list .item-box .buttons {
	display: table-cell;
	position: static;
	width: 25%;
	border: none;
	vertical-align: middle;
	opacity: 1;
}
.product-list .item-box .buttons:before {
	display: none;
}
.product-list .item-box .dummy-link {
	display: none;
}
.product-list .item-box .wrap {
	position: relative !important;
	width: auto !important;
	margin-top: 0 !important;
	padding-top: 50px;
	text-align: right;
	white-space: normal !important;
}
.product-list .item-box button {
	width: 100%;
	margin: 0 0 10px;
	border: 1px solid #666;
	font-size: 13px;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	color: #222;
}
.product-list .item-box button:before {
	content: "+";
	display: inline;
	position: relative;
	top: 2px;
	left: -5px;
	line-height: normal;
}
.product-list .product-box-add-to-cart-button {
	position: absolute;
	top: 0;
	right: 0;
	outline: 1px solid transparent;
	border-color: #222 !important;
	background-color: #222;
	color: #fff !important;
	transition: all 0.2s ease;
}
.product-list .product-box-add-to-cart-button:hover {
	outline-color: #222;
}
.product-list .product-box-add-to-cart-button:before {
	color: #fff !important;
}

.pager {
	margin: 20px 0 0;
}
.pager .previous-page {
	margin-right: 20px;
}
.pager .next-page {
	margin-left: 21px;
}

/* FEATURED CATEGORIES */
/* PRODUCT PAGE */

.overview .product-name {
	margin: auto;
	padding: 0 2%;
}

.overview .short-description {
	margin: 0 auto 40px;
}

.tier-prices .prices-table {
	display: table;
	position: relative;
	width: 100%;
	border: none;
	border-collapse: collapse;
}
.tier-prices .prices-table:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	border: 10px solid #fff;
	pointer-events: none;
}
.tier-prices .prices-row {
	display: table-row;
	float: none;
	width: auto;
}
.tier-prices .prices-row > div {
	display: table-cell;
	border: 1px solid #ebebeb !important;
	padding: 15px;
}
.tier-prices .field-header {
	min-width: 100px;
}

.variant-picture {
	float: left;
	width: 280px;
}
.variant-overview {
	margin-left: 300px;
	text-align: left;
}
.variant-overview 
.free-shipping:before {
	margin-left: 0;
}
.variant-overview .qty-label {
	display: none;
}
.variant-overview .qty-input,
.variant-overview .qty-dropdown {
	margin-left: 0;
}

.product-specs-box .table-wrapper {
    position: relative;
}
.product-specs-box .table-wrapper:after {
	content: "";
	position: absolute;
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
	border: 10px solid #fff;
	pointer-events: none;
}

.ui-tabs .ui-tabs-nav {
	font-size: 0;
}
.ui-tabs .ui-tabs-nav li {
	display: inline-block;
	position: relative;
	padding: 0 36px;
}
.ui-tabs .ui-tabs-nav li + li:before {
	content: "X";
	position: absolute;
	top: 0; bottom: 0;
	left: -5px;
	height: 18px;
	margin: auto;
	font-family: 'Nunito', sans-serif;
	font-size: 14px
}

/* SEARCH & SITEMAP */

.search-input .button-1 {
	width: unset
}

.search-input {
	padding: 20px;
}

.search-input form {
	padding: 30px 5%;
}

.search-input .basic-search .inputs label > span {
	display: inline-block;
	font-size: 60px;
}

/* REVIEW PAGE */

.write-review .form-wrapper {
	padding: 40px 3%;
}
.product-review-item {
	padding-left: 1%;
	padding-right: 1%;
}
.review-item-head .title {
	float: left;
	margin: 0
}
.review-item-head .rating-box {
	float: right;
}
.product-review-info {
	float: left;
}
.product-review-helpfulness {
	float: right;
	margin: 0;
}
.product-review-item .reply-wrapper {
	padding: 30px;
}
.product-review-item .review-content {
	text-align: left;
}

/* WISHLIST & COMPARE LIST */

.compare-section .item {
	padding: 20px;
}
.compare-section .item + .item {
	margin-top: -20px;
}
.compare-section .picture + .cells {
	padding: 0 20px;
}

/* TOPICS */

.topic-password form {
	padding: 40px 3%;
}

/* CONTACT PAGES */

.contact-page .fieldset,
.email-a-friend-page .fieldset,
.apply-vendor-page .wrapper {
	padding: 40px 3%;
}
.contact-page .inputs:nth-child(1),
.email-a-friend-page .inputs:nth-child(1),
.apply-vendor-page .inputs:nth-child(1) {
	float: left;
	clear: none;
	width: 46.5%;
	margin-right: 1.5%;
}
.contact-page .inputs:nth-child(2),
.email-a-friend-page .inputs:nth-child(2),
.apply-vendor-page .inputs:nth-child(2) {
	float: right;
	clear: none;
	width: 46.5%;
	margin-left: 1.5%;
}

/* REGISTRATION & LOGIN */

.registration-page form {
	padding: 40px 0;
}
.customer-block .wrapper {
	padding: 40px 3%;
}
.customer-block .guest-button,
.customer-block .guest-button + input {
	margin: 0 5px;
}

.inputs.half-width,
.input.block {
    min-height: 93px;
}

/* ACCOUNT PAGES */

.customer-info-page,
.address-edit-page,
.change-password-page,
.customer-avatar-page,
.customer-reviews-list,
.giftcard-balance-page,
.vendor-info-page {
	padding: 40px 3%;
}
.address-list, .order-list,
.return-request-list,
.gdpr-tools-page form,
.price-match-list {
	overflow: hidden;
}
.address-list-page .section,
.order-list-page .section,
.return-request-list .section,
.gdpr-tools-page .section,
.price-match-list.section {
	float: left;
	width: 48%;
	margin: 0 1% 2%;
}
.address-list .section:nth-child(odd),
.order-list .section:nth-child(odd),
.request-list .section:nth-child(odd),
.price-match-list.section:nth-child(odd) {
	clear: both;
}
.address-list .section:nth-child(even),
.order-list .section:nth-child(even),
.request-list .section:nth-child(even),
.price-match-list.section:nth-child(even) {
	clear: none;
}
.address-list .section:last-child,
.order-list .section:last-child,
.request-list .section:last-child,
.price-match-list.section:last-child {
	margin-bottom: 0;
}
.address-list .section:only-child,
.one-address + .section:last-child,
.order-list .section:only-child,
.request-list .section:only-child,
.price-match-list.section:only-child {
	float: none;
	width: auto;
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.one-address + .section:last-child {
	margin-top: -1px;
}
.section.recurring-payments {
	float: none;
	width: auto;
}
.customer-reviews-page .review-item-head {
	overflow: hidden;
}
.customer-reviews-page .review-title {
	float: left;
	max-width: calc(100% - 80px);
}
.customer-reviews-page .rating-box {
	float: right;
	margin-top: 5px;
}
.gdpr-tools-page .section .info {
	min-height: 75px;
}

/* SHOPPING CART */

.order-progress li {
	width: calc(33.33333% - 3px);
}
.cart-options button {
	min-width: 0;
}
.coupon-code .button-2 {
	position: absolute;
	top: 4px;
	right: 3px;
	width: auto !important;
	min-width: 150px;
	background-color: #fff !important;
	color: #222 !important;
}

/* CHECKOUT */

.checkout-page .address-grid {
	padding: 10px;
}
.checkout-page .address-item,
.checkout-page .enter-address {
	padding: 40px 3%;
}
.checkout-page .address-item {
	float: left;
	width: 48%;
	margin: 1% !important;
}
.checkout-page .address-item:nth-child(odd) {
	clear: both;
}
.checkout-page .address-item:nth-child(even) {
	clear: none;
}
.checkout-page .address-item:only-child {
	float: none;
	margin-left: auto !important;
	margin-right: auto !important;
}
.checkout-page .new-address {
	max-width: 900px;
	margin: auto;
}
.opc .order-summary {
	margin-top: 15px !important;
	overflow: hidden;
}
.opc .confirm-tab .buttons {
	margin: 0 0 10px;
}

/* ORDER DETAILS & RETURN REQUEST */

.order-review-data,
.order-details-area,
.shipment-details-area {
	display: table;
	width: 100%;
}
.order-details-area,
.shipment-details-area {
	margin: 20px 0 30px;
}
.order-review-data > div,
.order-details-area > div,
.shipment-details-area > div {
	display: table-cell;
	width: 50%;
}
.order-review-data .wrap,
.order-details-area .wrap,
.shipment-details-area .wrap {
	margin-left: 3%;
	margin-right: 3%;
}

/* SEARCH & SITEMAP */
/* BLOG & NEWS */

.new-comment textarea,
.enter-comment-title {
	max-width: 600px !important;
}

.home-page-body .news-items {
	display: flex;
}


.home-page-body .news-list-homepage .news-item {
	float: left;
	width: 31.333%;
}
.home-page-body .news-items .buttons {
	margin: initial;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
}

}