﻿
@media all and (min-width: 1261px) {

/* GLOBAL STYLES */

.center-1, .center-2, .side-2 {
    margin: 0 0 100px;
}
.center-2 {
	float: right;
	width: 79%;
    padding: 0 0 0 20px;
}
.side-2 {
	float: left;
	width: 21%;
}

/* GLOBAL FORMS */
/* NOTIFICATIONS & POPUPS */
/* HEADER */

.header {
	position: relative;
	z-index: 1020;
	margin: 0 0 40px;
	text-align: left;
}
.home-page-body .header {
    margin: 0 0 20px;
}
.header-upper {
    border-bottom: 1px solid #e3e3e3;
}
.header-upper:after {
    content: "";
    display: block;
    clear: both;
} 
.menu-button, .menu-header {
    display: none;
}
.admin-header-links {
    float: left;
    height: auto;
}
.admin-header-links a {
    margin: 0 !important;
    border-right: 1px solid #e3e3e3;
    padding: 0 15px;
    line-height: 38px;
}
.admin-header-links a:hover {
    color: #222;
} 
.header-selectors-wrapper,
.header-links-wrapper {
	float: right;
    font-size: 0;
}
.hedar-links-item,
.header-selectors-wrapper > div {
    display: inline-block;
}
.hedar-links-item {
    border-left: 1px solid #e3e3e3;
}
.header-selectors-wrapper > div {
    border-left: 1px solid #d3d3d3;
    vertical-align: middle;
}
.header-selectors-wrapper > div:first-child {
    border-left: 1px solid #e3e3e3;
}
.mobile-language-selector {
    display: none !important;
}
.header-links span,
.header-links a {
	display: inline-block;
	font-size: 12px; /*reset zeroing*/
	line-height: 38px;
}
.hedar-links-item > a {
    position: relative;
    padding: 0 23px 0 43px;
    transition: 0.3s ease;
}
.hedar-links-item > a:hover {
    color: #222;
} 
.hedar-links-item > a:before {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    left: 5px; width: 38px;
    text-align: center;
    font-family: 'pacific';
    font-size: 15px;
    line-height: 38px;
}
.hedar-links-item .ico-register:before {
    content: "\e929";
}
.hedar-links-item .ico-login:before {
    content: "\e919";
}
.hedar-links-item .ico-wishlist:before {
    content: "\e935";
}
.hedar-links-item .ico-account:before {
    content: "\e91e";
    font-size: 17px;
}
.hedar-links-item .ico-logout:before {
    content: "\e91a";
}
.hedar-links-item .ico-compare:before {
    content: "\e90c";
    font-size: 13px;
}
.hedar-links-item .ico-inbox:before {
    content: "\e914";
    font-size: 13px;
}

.header-selectors-wrapper select {
    height: 38px;
    border: none;
    background-color: #e7e7e7;
    background-position: right 17px center;
    padding: 0 35px 0 25px;
    font-size: 12px;
    line-height: 36px;
    transition: 0.3s ease;
}
.header-selectors-wrapper select:hover {
    color: #222;
} 

.header-lower {
    position: relative;
    min-height: 80px;
    border-bottom: 1px solid #e3e3e3;
    background-color: #fff;
    padding: 0 225px;
}
.header-logo {
    position: absolute;
    top: 0; left: 0;
    width: 225px;
    height: 80px;
}
.header-logo a {
    position: absolute;
    top: 5px;
    right: 25px;
    bottom: 5px;
    left: 25px;
}
.header-logo img {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

/* HEADER MENU */

.menu-title, .close-menu,
.header-menu .back-button {
	display: none;
}
.overlayOffCanvas {
	display: none !important;
}

.header-menu {
	display: table;
	position: relative;
	z-index: 1010;
    width: 100%;
    height: 79px;
    text-align: left;
}
.header-menu .menu-body {
    display: table-row;
}
.header-menu .menu-body > ul {
    display: table-cell;
    vertical-align: middle;
	font-size: 0;
}
.header-menu .menu-body > ul > li {
	display: inline-block;
	vertical-align: middle;
}
.header-menu .menu-body > ul > li > a,
.header-menu .menu-body > ul > li > span {
	display: block;
    padding: 11.2px 22px;
	font-size: 14px; /*reset zeroing*/
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #444;
}
.header-menu.wrapped .menu-body > ul > li > a,
.header-menu.wrapped .menu-body > ul > li > span {
    padding: 7px 22px;
}
.header-menu .menu-body > ul > li > a:hover {
    color: #c09e6c;
}
.header-menu .menu-body > ul > li > a.with-subcategories,
.header-menu .menu-body > ul > li > span.with-subcategories {
    position: relative;
    z-index: 2;
}
.header-menu .menu-body > ul > li > a.with-subcategories:hover {
    /*color: #444;*/
}
.header-menu .menu-body > ul > li > a.with-subcategories:before,
.header-menu .menu-body > ul > li > span.with-subcategories:before {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 0; right: 0;
    width: 100%; height: 0;
    background-color: #c09e6c;
    transition: 0.2s ease;
    pointer-events: none;
}
.header-menu .menu-body > ul > li:hover > a.with-subcategories:before,
.header-menu .menu-body > ul > li:hover > span.with-subcategories:before {
    height: 4px;
}
.header-menu.wrapped .menu-body > ul > li > a.with-subcategories:before,
.header-menu.wrapped .menu-body > ul > li > span.with-subcategories:before {
    bottom: -5px;
}

.header-menu .sublist-wrap {
	display: none;
	position: absolute;
    z-index: 99;
	min-width: 240px;
	padding: 20px 0 0;
    animation: fadein 0.7s;
}
.header-menu.wrapped .sublist-wrap {
	padding: 5px 0 0;
}
.header-menu li:hover > .sublist-wrap {
	display: block;
}
.header-menu .sublist {
	box-shadow: 0 0 20px rgba(2,2,4,.2);
    background-color: #fff;
}
.header-menu .sublist .back-button {
	display: none;
}
.header-menu .sublist li {
	position: relative;
}
.header-menu .sublist li + li {
	border-top: 1px solid #eee;
}
.header-menu .back-button + li {
	border-top: none !important;
}
.header-menu .sublist li a {
	display: block;
	padding: 16px 20px;
	font-size: 14px;
	color: #888;
}
.header-menu .sublist li:hover > a {
	position: relative;
    border-color: #c09e6c;
    background-color: #c09e6c;
    transition: 0.3s ease;
    color: #fff;
}
.header-menu .sublist .plus-button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50px;
    height: 50px;
}
.header-menu .sublist .plus-button:after {
    content: "\e901";
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    width: 18px;
    height: 18px;
    margin: auto;
    text-align: center;
    font-family: 'pacific';
    font-size: 8px;
    line-height: 18px;
    transition: 0.3s ease;
    color: #b2b2b2;
}
.header-menu .sublist li:hover .plus-button:after {
    color: #000;
    opacity: 0.3;
}
.header-menu .sublist-wrap .sublist-wrap {
	top: -21px;
	left: 100%;
    margin: 0 0 0 -1px;
}
.header-menu.wrapped .sublist-wrap .sublist-wrap {
	top: -10px;
}

.header-flyout-cart {
    position: absolute;
    top: 0; right: 0;
    z-index: 1115;
    width: 150px;
    height: 79px;
    background-color: #c09e6c;
}
.flyout-cart-wrapper {
    width: 150px;
    height: 79px;
}
.flyout-cart-link a {
    display: block;
    width: 150px;
    height: 79px;
    padding: 24.5px 7px 24.5px 69px;
    color: #fff;
}
.flyout-cart-link a:before {
    content: "\e906";
    position: absolute;
    top: 0; bottom: 0;
    left: 27px;
    width: 24px;
    height: 31px;
    margin: auto;
    text-align: center;
    font-family: 'pacific';
    font-size: 30px;
    line-height: 30px;
    color: #000;
    opacity: 0.6;
}
.flyout-cart-link a.no-items-in-cart {
    padding-top: 34px;
}
.flyout-cart-link a span {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.cart-qty-number-mobile {
    display: none !important;
}
.cart-qty-number-desktop {
    font-size: 10px;
    font-weight: lighter;
    text-transform: uppercase;
}
.flyout-cart-link a strong {
    font-weight: normal;
}
.cart-qty {
    font-size: 14px;
    font-weight: bold;
}
.flyout-cart {
	display: none;
	position: absolute;
	top: 100%; right: 0;
	z-index: 100;
    width: 400px;
    box-shadow: 0 0 20px rgba(2,2,4,.2);
    background-color: #fff;
    animation: fadein 0.7s;
}
.header-flyout-cart:hover .flyout-cart {
    display: block;
}
.mini-shopping-cart .count {
    display: none;
}
.mini-shopping-cart .count.no-items-in-cart {
    display: block;
    border: none;
    padding: 0 20px;
    text-align: center;
}
.mini-shopping-cart .count.no-items-in-cart:before {
    display: none;
}
.mini-shopping-cart .buttons button:hover:before {
    right: 13px;
}

.store-search-box {
    top: 0;
    right: 150px;
    z-index: 1115;
    width: 75px;
    height: 79px;
    padding: 0 75px 0 0;
}
.search-box-opener {
    z-index: initial;
    width: 75px;
    height: 79px;
    background-color: #fff;
}
.store-search-box form {
    width: 340px;
    height: 79px;
    border-width: 0 0 0 1px;
    padding: 0 75px 0 0;
}
.store-search-box form.open {
    z-index: 1;
    box-shadow: 0 0 20px rgba(2,2,4,.2);
}

.store-search-box input.search-box-text {
    height: 79px;
    padding: 0 0 0 22px;
    line-height: 79px;
}
.store-search-box form:before,
.store-search-box .search-box-button {
    width: 75px;
    height: 79px;
}
.store-search-box form:before {
    content: "\e92C";
    font-size: 24px;
    line-height: 79px;
}

.search-box-opener:before, 
.search-box-opener:after {
    width: 75px;
    height: 79px;
    border-left: 1px solid #e3e3e3;
    background-color: #fff;
    line-height: 79px;
}
.search-box-opener:before {
    content: "\e92C";
    font-size: 24px;
}
.search-box-opener.open:after {
    border-color: #fff;
    font-size: 17px;
}

.responsive-strip {
	display: none;
}

/* HOME PAGE */

.home-page .title strong {
    font-size: 36px;
    line-height: 36px;
}
.home-page .topic-block-body {
    min-height: 120px;
}
.home-page .page-body > div:last-child {
    margin-bottom: 0 !important;
}

/* FOOTER */

.footer {
    padding-top: 50px;
}
.footer-blocks-wrapper.center {
    top: -50px;
    left: 0;
    right: 0;
    width: 460px;
    margin: auto;       
}
.footer-blocks-wrapper.left,
.footer-blocks-wrapper.right {
    width: calc(50% - 230px);
    min-height: 300px;
    padding: 50px 1.666%;
}
.footer-block {
    width: 49%;
    margin-left: 2%;
    padding: 0;
}
.footer-block:first-child {
    margin-left: 0;
}
.footer-block .title {
    margin: 0 0 10px;
}
.footer-block li a {
    transition: 0.3s ease;
}
.footer-block li a:hover {
    color: #c09e6c;
}

.newsletter-email .newsletter-subscribe-button:after {
    transition: 0.3s ease;
}
.newsletter-email .newsletter-subscribe-button:hover:after {
    background-color: #fff;
}

.social-sharing a {
    transition: 0.3s ease;
}
.social-sharing a:hover {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.footer-lower {
    padding: 30px;
}
.footer-powered-by, 
.footer-designed-by {
    float: left;
    margin: 0 15px 0 0 ;
    border-right: 1px solid #eee;
    padding: 0 15px 0 0;
}
.footer-powered-by:last-child, 
.footer-designed-by:last-child {
    margin: 0;
    border: none;
    padding: 0;
}
.footer-disclaimer,
.footer-tax-shipping {
    float: right;
    margin: 0 0 0 15px;
    border-left: 1px solid #eee;
    padding: 0 0 0 15px;
}
.footer-disclaimer:last-child,
.footer-tax-shipping:last-child {
    margin: 0;
    border: none;
    padding: 0;
}
.theme-selector {
    margin: -14px auto !important;
}

/* LEFT/RIGHT COLUMN */

.block {
	float: none;
	width: auto;
}
.block .listbox {
	display: block;
    padding: 15px 30px 30px;
}
.block .title {
    padding: 16px 16px 16px 50px;
    cursor: default;
}
.block .title:before {
    left: 4px;
    width: 40px;
    height: 40px;
    background-color: #f6f6f6;
    text-align: center;
    line-height: 40px;
    color: rgba(0,0,0,.3);
}
.block .title:after {
    display: none;
}
.block .list a,
.block .tags li a,
.block-poll li label {
    transition: 0.3s ease;
}
.block .list a:hover,
.block .tags li a:hover,
.block-poll li label:hover {
    color: #c09e6c;
}
.block .view-all,
.block-poll .buttons {
    margin: 10px 0 0;
}

.block-recently-viewed-products .listbox {
    display: block;
    padding: 15px 20px 23px;
}
.block-recently-viewed-products ul {
    overflow: hidden;
}
.block-recently-viewed-products li {
    float: left;
    width: calc(33.3333% - 4.6666px);
    margin: 0 0 7px 7px;
}
.block-recently-viewed-products li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
.block .list .product-picture {
	display: block;
    border: 1px solid #eee;
    padding: 0;
}
.block .product-picture img {
	display: block;
	max-width: 100%;
}
.block .list .product-name {
	display: none;
}

.product-tag-page h1 {
    text-align: left;
}

.home-page-polls {
    margin: 0 0 60px;
}
.home-page-polls .poll {
    margin: 0;
    padding: 40px 40px 65px;
}
.home-page-polls .buttons button {
    transition: 0.3s ease;
}
.home-page-polls .buttons button:hover {
    border-color: #c09e6c;
    background-color: #c09e6c;
    color: #fff;
}

/* CATEGORY PAGE & GRIDS */

.home-page-categories-wrapper {
    overflow: hidden;
}
.category-boxes-layout-1 {
    display: flex;
    direction: rtl;
}
.category-boxes-layout-1 .category-grid {
    width: 28%; margin: 0;
    border: 1px solid #eee;
    direction: ltr; /*reset direction*/
}
.category-boxes-layout-1 .home-page-slider {
    position: relative;
    width: 72%; margin: 0;
    padding: 0 0 0 20px;
    direction: ltr; /*reset direction*/
}
.category-boxes-layout-1 .slider-wrapper {
    margin: 0;
}
.category-boxes-layout-1 .item-box {
    position: relative;
}
.category-boxes-layout-1 .item-box:before {
    content: "";
    display: block;
    padding-top: 19%;
}
.category-boxes-layout-1 .category-item {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;

    border: none;
}
.category-boxes-layout-1 .item-box:first-child .category-item {

    border: none;
}
.category-boxes-layout-1 .item-box + .item-box .category-item {

    border-top: 1px solid #eee;
}
.category-boxes-layout-1 .category-item .picture {
    width: 16%;
    height: 100%;
    padding: 3px 0;
}
.category-boxes-layout-1 .category-item .title {
    width: 84%;
    height: 100%;
}

.category-boxes-layout-2 {
    margin: 0 0 30px;
}
.category-boxes-layout-2 .home-page-slider {
    margin: 0 0 20px;
}
.category-boxes-layout-2 .item-box {
    width: calc(25% - 15px);
    margin: 0 0 20px 20px;
}
.category-boxes-layout-2 .item-box:nth-child(2n+1) {
    clear: none;
    margin-left: 20px;
}
.category-boxes-layout-2 .item-box:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}
.category-boxes-layout-2 .category-item {
    overflow: hidden;
}
.category-boxes-layout-2 .category-item .picture a:after {
    height: 140px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAACMCAYAAAC9O8OPAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkU4MkEzQzgzNzRGMTFFOEFFRjI4MUVBREQ3QjQ5ODAiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkU4MkEzQzkzNzRGMTFFOEFFRjI4MUVBREQ3QjQ5ODAiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRTgyQTNDNjM3NEYxMUU4QUVGMjgxRUFERDdCNDk4MCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRTgyQTNDNzM3NEYxMUU4QUVGMjgxRUFERDdCNDk4MCIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmwUqpMAAABUSURBVHjapJLBDgAgCEKB/v+f69ZqYK0ub5aQTgMAagAGNEeWEiXH5mWJ+VSU6HyntSGtoIlcohmJLiVbtqWSzlHXiFEcic5jv5D8LJTp07yiCzAAVkYBsCkMdosAAAAASUVORK5CYII=');
    transition: 0.7s ease;
}
.category-boxes-layout-2 .category-item .title {
    top: 100%;
    height: 100%;
    margin: -85px 0 0;
    transition: 0.7s ease;
}
.category-boxes-layout-2 .category-item:hover .title {
    top: 0;
    margin: 0;
}
.category-boxes-layout-2 .category-item .title:before {
    content: "";
    position: absolute;
    top: 85px; right: 0;
    bottom: 0; left: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.7);
    transition: 0.7s ease;
}
.category-boxes-layout-2 .category-item:hover .title:before {
    top: 0;
}
.category-boxes-layout-2 .category-item .title a {
    padding: 30.5px 10px;
    font-size: 20px;
    transition: 0.7s ease;
}
.category-boxes-layout-2 .title-content-wrapper {
    position: absolute;
    top: 0; right: 0;
    left: 0; z-index: 2;
    transition: 0.7s ease;
}
.category-boxes-layout-2 .category-item:hover .title-content-wrapper {
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.category-boxes-layout-2 .sub-categories-list {
    display: block;
    text-align: center;
    transition: 0.7s ease;
}
.category-boxes-layout-2 .category-item:hover .sub-categories-list {
    margin: -15px 0 25px;
}
.category-boxes-layout-2 .category-item .sub-categories-list li a {
    display: inline-block;
    padding: 10px;
    font-size: 15px;
    font-weight: lighter;
    text-transform: none;
    transition: 0.3s ease;
    color: #aaa;
}
.category-boxes-layout-2 .category-item .sub-categories-list li a:hover {
    color: #fff;
} 

.category-page-two-columns .sub-category-grid .item-box {
    width: calc(33.333% - 6.666px);
}
.category-page-two-columns .sub-category-grid .item-box:nth-child(2n+1) {
    clear: none;
    margin-left: 10px;
}
.category-page-two-columns .sub-category-grid .item-box:nth-child(3n+1) {
    clear: left;
    margin-left: 0;
}
.category-page-two-columns .sub-category-grid .item-box:before {
    padding-top: 30%;
}
.category-page-two-columns .sub-category-item .title {
    width: 74%;
}
.category-page-two-columns .sub-category-item .picture {
    width: 26%;
    padding: 3.5px 0;
}
.category-page-two-columns .sub-category-item .title a {
    padding: 0 25px;
}

.category-page-one-column .sub-category-grid {
    border: 1px solid #eee;
    background-color: #fff;
    padding: 10px 10px 0;
    text-align: center;
    font-size: 0;
}
.category-page-one-column .sub-category-grid .item-box {
    display: inline-block;
    float: none;
    width: calc(16.666% - 8.333px);
    margin: 0 0 10px 10px;
}
.category-page-one-column .sub-category-grid .item-box:nth-child(2n+1) {
    margin-left: 10px;
}
.category-page-one-column .sub-category-grid .item-box:nth-child(6n+1) {
    margin-left: 0;
}
.category-page-one-column .sub-category-item .title a {
    overflow: hidden;
    padding: 15px 0;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.3s ease;
}
.category-page-one-column .sub-category-item:hover .title a {
    color: #c09e6c;
}
.category-page-one-column .featured-product-grid {
    margin: 0 0 70px;
}

.category-page .page-title h1 {
    padding: 0 0 0 15px;
}
.category-description, 
.manufacturer-description,
.vendor-description {
    margin: 40px 0;
}
.product-grid, .product-list,
.bestsellers-wrapper {
	margin: 0 0 60px;
}
.category-page-one-column .product-grid,
.category-page-one-column .product-list,
.category-page-one-column .bestsellers-wrapper {
	margin: 0 0 60px;
}

.featured-product-grid {
    margin: 0 0 60px;
    border: none;
    padding: 0;
}
.featured-product-grid .item-grid {
    position: relative;
    margin: 0 0 -1px;
    border: 1px solid #eee;
    background-color: #fff;
}
.featured-product-grid .item-grid:before {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    left: 50%;
    width: 1px;
    height: 100%;
    background-color: #eee;
}
.featured-product-grid .title strong {
    padding: 0 0 0 15px;
}
.featured-product-grid .item-box {
    width: 50%;
    margin: 0;
    border-width: 0 0 1px;
    padding: 20px;
}
.featured-product-grid .item-box .product-item,
.featured-product-grid .item-box .picture,
.featured-product-grid .item-box .details{
    display: block;
}
.featured-product-grid .item-box .picture {
    float: left;
    width: 230px;
    border: 1px solid #eee;
}
.featured-product-grid .item-box .details {
    float: right;
    width: calc(100% - 230px);
    padding: 0 15px;
}
.featured-product-grid .details-top {
    margin: 0;
    padding: 0;
}
.featured-product-grid .product-title {
    padding: 13px 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    color: #444;
}
.featured-product-grid .product-title a {
    transition: 0.3s ease;
}
.featured-product-grid .product-title a:hover {
    color: #c09e6c;
}
.featured-product-grid .product-rating-box {
    position: static;
}
.featured-product-grid .rating {
    position: static;
    height: auto;
    margin: 0 0 15px;
}
.featured-product-grid .item-box .description {
    display: block;
    max-height: 74px;
    margin: 0 0 20px;
    overflow: hidden;
    font-size: 13px;
    line-height: 24px;
}
.featured-product-grid .item-box .prices {
    margin: 0 0 20px;
}
.featured-product-grid .item-box .add-info {
    display: block;
}
.featured-product-grid .item-box-overlay {
    display: none;
}
.featured-product-grid .item-box .buttons {
    font-size: 0;
    white-space: nowrap;
}
.featured-product-grid .item-box button {
	height: 40px;
    width: 40px;
    margin: 0 5px 0 0;
    border: none;
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 0;
    transition: 0.3s ease;
}
.featured-product-grid .item-box button:hover {
    background-color: #c09e6c;
}
.featured-product-grid .item-box button.product-box-add-to-cart-button {
    border-color: #c09e6c;
    background-color: #c09e6c;
	background-image: url('../img/product-cart.svg');
}
.featured-product-grid .item-box button.product-box-add-to-cart-button:hover {
    background-color: #ae864b;
}
.featured-product-grid .item-box button.add-to-compare-list-button {
	background-image: url('../img/product-compare-grey.svg');
}
.featured-product-grid .item-box button.add-to-compare-list-button:hover {
	background-image: url('../img/product-compare.svg');
}
.featured-product-grid .item-box button.add-to-wishlist-button {
	background-image: url('../img/product-wishlist-grey.svg');
}
.featured-product-grid .item-box button.add-to-wishlist-button:hover {
	background-image: url('../img/product-wishlist.svg');
}

.product-selectors {
    margin: -20px 0 20px;
    border: 1px dashed #e6e6e6;
    border-width: 0 0 1px;
    overflow: hidden;
    padding: 9px 0;
}
.category-description ~ .product-selectors,
.sub-category-grid ~ .product-selectors {
    margin: 0 0 20px;
    border-width: 1px 0;
}
.filters-button {
    display: none;
}
.product-selectors .product-viewmode a {
    border: 1px solid #eee;
    background-color: #fff;
}
.product-selectors .product-viewmode a.selected {
    border-color: #c09e6c;
    background-color: #c09e6c;
}
.product-selectors .product-viewmode a.selected:before {
    opacity: 0.8;
}

.product-selectors .product-sorting,
.product-selectors .product-page-size {
    float: left;
}
.product-sorting:after, 
.product-page-size:after {
    right: auto;
    width: 35px;
    height: 40px;
    text-align: left;
    line-height: 40px;
}
.product-selectors .product-sorting select,
.product-selectors .product-page-size select {
    position: relative;
    z-index: 2;
    height: 40px;
    border: none;
    background-color: transparent;
    background-image: none;
    padding: 0 5px 0 35px;
    line-height: 38px;
    color: #222;
}
.product-selectors .product-page-size {
    margin: 0 30px 0 0;
}
.product-selectors .product-page-size select {
    text-align: center;
    text-align-last: center;
}

.product-grid .title strong {
    font-size: 36px;
    line-height: 36px;
}
.product-grid .item-box {
	width: calc(16.666% - 8.333px);
}
.items-five .product-grid .item-box,
.center-2 .product-grid .item-box {
	width: calc(20% - 8px);
}
.item-box .product-item {
    position: relative;
}
.product-item:hover .product-rating-box {
    z-index: 3;
    opacity: 1;
}
.product-grid .product-item:hover .only-price {
    color: #c09e6c
}
.product-grid .item-box .add-info {
    display: block;
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    z-index: 2; opacity: 0;
    transition: 0.5s ease;
}
.product-grid .product-item:hover .add-info {
    opacity: 1;
}
.product-grid .item-box-overlay {
    position: absolute;
    top: 0; right: 0;
    bottom: 0; left: 0;
    z-index: 1;
}
.product-grid .item-box-overlay-tint {
    display: block;
    position: relative;
    margin: -1px;
    border: 1px solid #d1d1d1;
}
.product-grid .item-box-overlay-tint:before {
    content: "";
    display: block;
    background-color: rgba(0,0,0,.12);
    padding-top: 100%;
}
.product-grid .item-box .buttons {
    position: absolute;
    z-index: 2; top: 0;
    left: 0; right: 0;
    height: 40px; margin: 0;
    margin-top: calc(100% - 50px);
    font-size: 0;
}
.product-grid .item-box button {
	width: 40px; height: 40px;
    margin: 0 5px 0 0; border: none;
    border: 1px solid #c09e6c;
    background-color: #c09e6c;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: 0; opacity: 0;
    -webkit-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
}
.product-grid .item-box button:hover {
    border-color: #fff;
    background-color: #fff;
}
.product-grid .item-box button:first-child {
    transition: 0.4s ease;
} 
.product-grid .item-box button:nth-child(2) {
    transition: 0.3s ease;
} 
.product-grid .item-box button:nth-child(3) {
    transition: 0.2s ease;
}
.product-grid .item-box .product-item:hover button {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
}
.product-grid .item-box button:last-child {
    margin: 0;
}
.product-grid .item-box button.product-box-add-to-cart-button {
	background-image: url('../img/product-cart.svg');
}
.product-grid .item-box button.product-box-add-to-cart-button:hover {
    background-image: url('../img/product-cart-dark.svg');
}
.product-grid .item-box button.add-to-compare-list-button {
	background-image: url('../img/product-compare.svg');
}
.product-grid .item-box button.add-to-compare-list-button:hover {
	background-image: url('../img/product-compare-dark.svg');
}
.product-grid .item-box button.add-to-wishlist-button {
	background-image: url('../img/product-wishlist.svg');
}
.product-grid .item-box button.add-to-wishlist-button:hover {
	background-image: url('../img/product-wishlist-dark.svg');
}
.product-grid .item-box .attribute-squares-wrapper {
    display: block;
    position: absolute;
    top: 0; right: 100%;
    width: calc(100% - 50px);
    z-index: -1; padding: 0 8px;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transform-origin: top right;
    transition: 0.3s ease;
    opacity: 0;
}
.product-grid .item-box:hover .attribute-squares-wrapper {
    z-index: 3;
    opacity: 1;
}
.product-grid .item-box .attribute-squares {
    text-align: center;
}
.product-grid .item-box .attribute-squares:after {
    content: "";
    display: block;
    clear: both;
}
.product-grid .item-box .attribute-squares li {
    display: block;
    float: right;
    width: calc(25% - 4px);
    margin: 10px 2px 0;
    transform: translateY(-15px);
    transition: 0.3s ease;
}
.product-grid .item-box:hover .attribute-squares li {
    transform: translateY(0);
}
.product-grid .item-box .attribute-squares label {
    transition: 0.3s ease;
}
.product-grid .item-box .attribute-square {
    width: 100%; height: 100%;
    box-shadow: none !important;
}
.product-grid .item-box .attribute-square:before {
    content: "";
    display: block;
    position: static;
    padding-top: 100%;
    border: none;
    opacity: 0;
}
.product-grid .item-box .attribute-square:after {
    transform: rotate(90deg);
    /*width: 10px; height: 10px;
    font-size: 10px;*/
}
.product-grid .item-box .selected-value .attribute-square {
    /*box-shadow: 0 0 0 1px #444 !important;*/
}

.product-grid .hover-variant-two .product-rating-box {
    display: none;
}
.product-grid .hover-variant-two .item-box-overlay-tint {
    display: none;
}
.product-grid .hover-variant-two .attribute-squares-wrapper {
    width: 100%;
}
.product-grid .hover-variant-two .buttons {
    bottom: 0;
    height: auto;
    margin-top: 100%;
    border-top: 1px solid #eee;
    background-color: #fff;
}
.product-grid .hover-variant-two .buttons button {
    position: relative;
    top: 50%;
    margin-top: -20px;
    border: 1px solid #eee;
    background-color: #fff;
    color: #c09e6c;
}
.product-grid .hover-variant-two .buttons button:hover {
    border-color: #c09e6c;
    background-color: #c09e6c;
    color: #fff !important;
}
.product-grid .hover-variant-two button.product-box-add-to-cart-button {
	background-image: url('../img/product-cart-dark.svg');
}
.product-grid .hover-variant-two button.product-box-add-to-cart-button:hover {
	background-image: url('../img/product-cart.svg');
}
.product-grid .hover-variant-two button.add-to-compare-list-button {
	background-image: url('../img/product-compare-dark.svg');
}
.product-grid .hover-variant-two button.add-to-compare-list-button:hover {
	background-image: url('../img/product-compare.svg');
}
.product-grid .hover-variant-two button.add-to-wishlist-button {
	background-image: url('../img/product-wishlist-dark.svg');
}
.product-grid .hover-variant-two button.add-to-wishlist-button:hover {
	background-image: url('../img/product-wishlist.svg');
}

.product-grid-bestsellers:only-child .item-box {
    width: 25%;
}
.product-grid-bestsellers:only-child .item-box:nth-child(2n+1) {
    clear: none;
}
.product-grid-bestsellers:only-child .item-box:nth-child(4n+1) {
    clear: both;
}
.product-grid-bestsellers:only-child .item-box:nth-child(4n) {
    border-left: none;
}
.product-grid-bestsellers .product-title {
    transition: 0.3s ease;
}
.product-grid-bestsellers .product-title:hover {
    color: #c09e6c
}
.product-grid-bestsellers .buttons button {
    transition: 0.3s ease;
}
.product-grid-bestsellers .buttons button:hover {
    border-color: #c09e6c;
    background-color: #c09e6c;
}
.product-grid-bestsellers button.product-box-add-to-cart-button:hover {
    background-image: url('../img/product-cart.svg');
}
.product-grid-bestsellers button.add-to-compare-list-button:hover {
    background-image: url('../img/product-compare.svg');
}
.product-grid-bestsellers button.add-to-wishlist-button:hover {
    background-image: url('../img/product-wishlist.svg');
}

.recently-added-products-page h1,
.recently-viewed-products-page h1 {
    text-align: left;
}

.pager li.previous-page, 
.pager li.next-page {
    max-width: 64.75px;
}
.pager li.first-page {
    padding: 0 0 0 1%;
}
.pager li.last-page {
    padding: 0 1% 0 0;
}
.pager li.individual-page {
    max-width: 37px;
}
.pager li.current-page {
    max-width: 44px;
}
.pager li.current-page span {
    background-color: #c09e6c;
    cursor: default;
    color: #fff !important; /*mind the theme roller*/
}
.pager li.individual-page a {
    transition: 0.3s ease;
}
.pager li.individual-page a:hover {
    color: #c09e6c;
}
.pager li.previous-page a:before,
.pager li.next-page a:before,
.pager li.first-page a:before,
.pager li.last-page a:before {
    transition: 0.3s ease;
}
.pager li.previous-page a:hover:before,
.pager li.next-page a:hover:before,
.pager li.first-page a:hover:before,
.pager li.last-page a:hover:before {
    color: #c09e6c;
    opacity: 1;
}

.product-list .item-box {
    margin-bottom: 20px;
}
.product-list .item-box .details {
    padding: 15px 30px 88px;
}
.product-list .item-box .details:before {
    bottom: 88px;
}
.product-list .product-title:hover {
    color: #c09e6c;
}
.product-list .item-box .prices {
    left: 30px;
    bottom: 44px;
    max-width: calc(100% - 460px);
}
.product-list .item-box .price {
    font-size: 18px;
}
.product-list .item-box .add-info {
    right: 30px;
    bottom: 22px;
}
.product-list .item-box button {
    width: 45px;
    height: 45px;
}
.product-list .item-box button:hover {
    background-color: #c09e6c;
}
.product-list .item-box button.add-to-wishlist-button:hover {
	background-image: url('../img/product-wishlist.svg');
}
.product-list .item-box button.add-to-compare-list-button:hover {
	background-image: url('../img/product-compare.svg');
}
.product-list .item-box button.product-box-add-to-cart-button {
    width: auto;
    overflow: hidden;
    background-position: left 28px center;
    padding: 0 30px 0 53px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 45px;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
}
.product-list .item-box button.product-box-add-to-cart-button:hover {
    background-color: #ae864b;
}

/* CATEGORY PAGE ONE COLUMN */

.category-page-one-column.center-1 {
    margin-bottom: 0;
}
.category-page-one-column .category-description {
    margin: 20px 0 40px;
}
.category-page-one-column .product-selectors {
    border-top: none;
}

.category-page-one-column .product-list .item-box .picture {
	width: 24.5%;
}
.category-page-one-column .product-list .item-box .picture + .details,
.category-page-one-column .product-list .item-box .ribbon-wrapper + .details {
	width: 75.5%;
}
.category-page-one-column .pager {
    margin: 0 0 70px;
}

.one-column-blocks-wrapper {
    margin: 0 0 100px;
}
.one-column-blocks-wrapper .blocks-wrapper {
    display: none;
}
.side-navigation-tabs.ui-tabs {
    display: block;
}
.blocks-tab-header:before {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    left: 28px;
    height: 20px;
    margin: auto;
    font-family: 'pacific';
    line-height: 20px;
    font-weight: normal;
    color: #000;
    opacity: 0.5;
}
.blocks-tab-header.category-navigation:before {
    content: "\e907";
    font-size: 11px;
}
.blocks-tab-header.manufacturer-navigation:before {
    content: "\e91b";
    font-size: 14px;
}
.blocks-tab-header.recently-viewed-product:before {
    content: "\e91e";
    font-size: 15px;
}
.blocks-tab-header.popular-tags:before {
    content: "\e928";
    font-size: 15px;
}
.blocks-tab-header.poll-list:before {
    content: "\e931";
    font-size: 15px;
}
.blocks-tab-header.vendor-navigation:before {
    content: "\e925";
    font-size: 12px;
}
.side-navigation-tabs-body .ui-tabs-panel {
    overflow: hidden;
    padding: 30px 10px;
    font-size: 0;
}
.side-navigation-tabs-body .list {
    float: left;
}
.side-navigation-tabs-body .list li {
    display: inline-block;
}
.side-navigation-tabs-body .list > li > a,
.side-navigation-tabs-body .list > li > span {
    display: block;
    border-left: 1px solid #eee;
    padding: 0 20px;
    font-size: 14px;
    line-height: 20px;
}
.side-navigation-tabs-body .list > li:first-child > a,
.side-navigation-tabs-body .list > li:first-child > span {
    border-left: none;
}
.side-navigation-tabs-body .list > li > a {
    transition: 0.3s ease;
}
.side-navigation-tabs-body .list > li > a:hover {
    color: #c09e6c;
}
.side-navigation-tabs-body .list .product-picture {
    display: none;
}
.side-navigation-tabs-body .sublist {
    display: none;
}
.side-navigation-tabs-body .tags {
    float: left;
    margin: 0 10px;
}
.side-navigation-tabs-body .tags li {
    display: inline-block;
	position: relative;
    height: 20px;
    margin: 0 10px;
	overflow: hidden;
	font-size: 14px !important; /*setting base size*/
}
.side-navigation-tabs-body .tags a {
    vertical-align: baseline;
    line-height: 20px;
    transition: 0.3s ease;
}
.side-navigation-tabs-body .tags a:hover {
    color: #c09e6c;
}
.side-navigation-tabs-body .view-all {
    float: left;
    border-left: 1px solid #eee;
    padding: 0 0 0 15px;
}
.side-navigation-tabs-body .view-all a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #c09e6c;
    transition: 0.3s ease;
}
.side-navigation-tabs-body .view-all a:hover {
    color: #ae864b;
}
.side-navigation-tabs-body #PopularTagsList .view-all a {
    border: none;
}
.side-navigation-tabs-body .poll:after {
    content: "";
    display: block;
    clear: both;
}
.side-navigation-tabs-body .poll-display-text {
    display: block;
    float: left;
    margin: 0 20px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    color: #222;
}
.side-navigation-tabs-body .poll-display-text:after {
    content: "\e901";
    margin: 0 0 0 10px;
    font-family: 'pacific';
    vertical-align: text-bottom;
    font-size: 8px;
    line-height: 17px;
    color: #222;
}
.side-navigation-tabs-body .poll-options {
    float: left;
}
.side-navigation-tabs-body .poll li {
    display: inline-block;
    position: relative;
    margin: 0 15px 0 0;
}
.side-navigation-tabs-body .poll input[type='radio'] {
    position: absolute;
    top: 0; bottom: 0;
    left: 0; opacity: 0;
    margin: auto;
}
.side-navigation-tabs-body .poll label {
    display: block;
    position: relative;
    padding: 0 0 0 23px;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    cursor: pointer;
    transition: 0.3s ease;
}
.side-navigation-tabs-body .poll label:hover {
    color: #c09e6c;
}
.side-navigation-tabs-body .poll label:before {
    content: "";
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    left: 0; margin: auto;
    width: 16px; height: 16px;
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}
.side-navigation-tabs-body .poll input:checked + label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0; bottom: 0;
    left: 3px; margin: auto;
    width: 10px; height: 10px;
    border-radius: 50%;
    background-color: #c09e6c;
}
.side-navigation-tabs-body .poll .poll-results li {
    float: left;
    font-size: 14px;
    line-height: 20px;
}
.side-navigation-tabs-body .poll .buttons {
    float: left;
    margin: 0 0 0 15px;
}
.side-navigation-tabs-body .poll button[type='button'] {
    display: inline-block;
    margin: -10px 0;
    border: 1px solid #eee;
    background: none;
    padding: 10px 19px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    text-transform: uppercase;
    transition: 0.3s ease;
    color: #c09e6c;
}
.side-navigation-tabs-body .poll button[type='button']:hover {
    border-color: #c09e6c;
    background-color: #c09e6c;
    color: #fff;
}
.side-navigation-tabs-body .poll .poll-total-votes {
    display: block;
    float: left;
    margin: 0 0 0 15px;
    font-size: 14px;
    line-height: 20px;
    color: #c09e6c;
}
.ui-tabs-panel[aria-hidden=true] {
    display: none;
}

.manufacturer-page .page-title h1,
.vendor-page .page-title h1 {
    text-align: left;
}
.manufacturer-grid .item-box,
.vendor-grid .item-box {
    padding: 0 0 70px;
}
.manufacturer-grid .item-box .picture a:before, 
.vendor-grid .item-box .picture a:before {
    content: "";
    position: absolute;
    top: -1px; right: -1px;
    bottom: -1px; left: -1px;
    z-index: 2; opacity: 0;
    background-color: rgba(0,0,0,.12); 
    transition: 0.3s ease;
}
.manufacturer-grid .item-box:hover .picture a:before, 
.vendor-grid .item-box:hover .picture a:before {
    opacity: 1;
}
.manufacturer-grid .item-box .title a,
.vendor-grid .item-box .title a {
    height: 69px;
    padding: 25px 0;
    font-size: 16px;
    text-transform: none;
    transition: 0.3s ease;
}
.manufacturer-grid .item-box:hover .title a, 
.vendor-grid .item-box:hover .title a {
    color: #c09e6c;
} 

/* PRODUCT PAGE */

.product-details-page-body .master-wrapper-content {
    padding: 0 30px;
}
.product-page-layout-one .product-content-wrapper:after {
    content: "";
    display: block;
    clear: both;
}
.product-page-layout-one .product-essential {
    float: left;
    width: 77%;
}
.product-page-layout-one .overview-buttons-wrapper {
    margin-bottom: 15px;
}

.product-page-grids.side-grids {
    float: right;
    width: 23%;
    padding: 0 0 0 15px;
}
.product-page-grids.side-grids .product-grid {
    margin: 0 0 10px;
    background-color: #eee;
}
.product-page-grids.side-grids .product-grid .title {
    margin: 0 0 2px;
    border-bottom: 1px solid #e1e1e1;
    padding: 16px 20px 15px;
    text-align: left;
}
.product-page-grids.side-grids .product-grid .title strong {
    font-size: 15px;
    line-height: normal;
    font-weight: bold;
    color: #444;
}
.product-page-grids.side-grids .item-grid {
    padding: 12px;
}
.product-page-grids.side-grids .product-grid .item-box:nth-child(6n+1) {
    clear: none;
    margin: 0 0 12px 12px;
}
.product-page-grids.side-grids .product-grid .item-box {
    width: calc(50% - 6px);
    margin: 0 0 12px 12px;
    background-color: transparent;
}
.product-page-grids.side-grids .product-grid .item-box:nth-child(2n+1) {
    clear: both;
    margin-left: 0;
}
.product-page-grids.side-grids .product-grid .item-box .product-rating-box,
.product-page-grids.side-grids .product-grid .product-item:hover .add-info {
    display: none;
}
.product-page-grids.side-grids .product-grid .item-box .details {
    padding: 0;
}
.product-page-grids.side-grids .product-grid .product-title {
    padding: 10px 0 0;
    text-align: left;
}
.product-page-grids.side-grids .product-grid .item-box .prices {
    margin: 0;
    text-align: left;
}
.product-page-grids.side-grids .product-grid .item-box .price {
    font-size: 14px;
    color: #222;
}
.product-page-grids.side-grids .item-box .price.actual-price {
    color: #c09e6c;
}
.product-page-grids.side-grids .item-box .price.old-price {
    color: #888;
}
.product-page-grids.side-grids .block-category-navigation {
    background-color: #eee;
}
.product-page-grids.side-grids .block-category-navigation .title {
    border-bottom: 1px solid #e1e1e1;
}
.product-page-grids.side-grids .block-category-navigation .title:before {
    background-color: #fff;
}
.product-page-grids.side-grids .block-category-navigation .sublist {
    display: none;
}

.product-details-page .breadcrumb {
    margin: 0 0 20px;
    border-bottom: 1px dashed #e6e6e6;
    padding: 5px 0;
    text-align: left;
}
.product-essential,.product-collateral {
    margin: 0;
}

.gallery .picture {
	width: auto;
    padding: 15px;
}
.gallery .picture-thumbs {
    margin: 0 15px;
}
.gallery .thumb-item {
    width: calc(25% - 10px);
    margin: 0 0 15px 15px;
}
.product-social-buttons {
    position: absolute;
    top: 0; left: -30px;
    margin: 0;
}
.product-social-sharing li {
    display: block;
    margin: 0 0 1px;
}

.product-details-page .product-name {
    margin: 0;
    border: none;
    padding: 10px 0;
    text-align: left;
}
.product-details-page .product-name h1 {
    font-size: 28px;
    color: #444;
}
.product-reviews-overview {
    overflow: hidden;
}
.product-reviews-overview .product-review-box {
    float: left;
    margin: 0 20px 0 0;
}
.product-reviews-overview .product-review-box .rating {
    width: 80px;
    background-image: url(../img/rating1-desktop.svg);
}
.product-reviews-overview .product-review-box .rating div {
    background-image: url(../img/rating2-desktop.svg);
}
.product-review-links {
    float: left;
}
.overview .prices, 
.variant-overview .prices {
    text-align: left;
}
.overview .availability,
.variant-overview .availability {
    overflow: hidden;
}
.overview .availability label,
.variant-overview .availability label {
    display: block;
    float: left;
    font-size: 13px;
    padding: 12px 15px 12px 0;
}
.overview .stock, 
.variant-overview .stock {
    float: left;
}

.overview .delivery, 
.variant-overview .delivery {
    overflow: hidden
}
.overview .delivery label, 
.variant-overview .delivery label {
    display: block;
    float: left;
    padding: 12px 15px 12px 0;
    font-size: 13px;
}
.free-shipping {
    float: left;
    margin: 0 40px 0 0;
}
.overview .delivery-date, 
.variant-overview .delivery-date {
    float: left;
}

.attribute-squares {
	text-align: left;
}

.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview .add-to-compare-list-button:hover,
.overview .email-a-friend-button:hover,
.download-sample-button:hover {
    background-color: #c09e6c;
}

.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover {
	background-image: url('../img/product-wishlist.svg');
}
.overview .add-to-compare-list-button:hover {
	background-image: url('../img/product-compare.svg');
}
.overview .email-a-friend-button:hover {
    background-image: url('../img/email-a-friend-white.svg');
}
.download-sample-button:hover {
    background-image: url('../img/download-sample-white.svg');
}


.product-page-layout-two .gallery-wrapper {
    width: 580px;
    margin-bottom: 0;
}
.product-page-layout-two .gallery .picture {
    padding: 40px 40px 20px;
}
.product-page-layout-two .gallery .picture a,
.product-page-layout-two .product-image-holder {
    margin: 0 0 20px;
}
.product-page-layout-two .overview-wrapper {
    width: calc(100% - 610px);
    background-color: transparent;
    border: none;
    margin-bottom: 0;
}
.product-page-layout-two .overview {
    padding: 0;
    color: #444;
}
.product-page-layout-two .product-overview-top {
    margin: 0 0 20px;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
    padding: 0 0 20px;
}
.product-page-layout-two .product-overview-top .product-name {
    float: left;
    width: calc(100% - 200px);
}
.product-page-layout-two .product-overview-top .product-reviews-overview {
    float: right;
    width: 200px;
    margin: 0;
    border: none;
    padding: 7px 0;
}
.product-page-layout-two .product-overview-top .product-review-box {
    float: right;
    margin: 0 0 10px;
}
.product-page-layout-two .product-overview-top .product-review-links,
.product-page-layout-two .product-overview-top .product-no-reviews {
    float: right;
    clear: right;
}

.product-page-layout-two .product-reviews-overview,
.product-page-layout-two .overview .short-description,
.product-page-layout-two .overview .prices,
.product-page-layout-two .tier-prices .prices-table,
.product-page-layout-two .tier-prices .prices-row > div,
.product-page-layout-two .overview-info-wrapper,
.product-page-layout-two .overview .availability,
.product-page-layout-two .overview .delivery,
.product-page-layout-two .overview .product-estimate-shipping,
.product-page-layout-two .attribute,
.product-page-layout-two .rental-attributes,
.product-page-layout-two .giftcard {
    border-color: #e3e3e3;
}
.product-page-layout-two .product-overview-top,
.product-page-layout-two .overview .short-description,
.product-page-layout-two .overview .prices,
.product-page-layout-two .overview-info-wrapper,
.product-page-layout-two .overview .availability,
.product-page-layout-two .overview .delivery,
.product-page-layout-two .overview .product-estimate-shipping,
.product-page-layout-two .attribute,
.product-page-layout-two .rental-attributes,
.product-page-layout-two .overview-buttons-wrapper {
    padding-left: 10px;
    padding-right: 10px;
}

.product-page-layout-two .overview-info-wrapper .label {
    display: inline-block;
}
.product-page-layout-two .attribute:after {
    content: "";
    display: block;
    clear: both;
}
.product-page-layout-two .attribute-title, 
.product-page-layout-two .attribute-label {
    float: left;
    width: 195px;
    margin: 0;
    padding: 13px 0;
    text-transform: none;
}
.product-page-layout-two .atribute-body,
.product-page-layout-two .attribute-data {
    margin: 0 0 0 195px;
} 
.product-page-layout-two .attributes select, 
.product-page-layout-two .attributes .datepicker {
    background-color: #e9e9e9;
}
.product-page-layout-two .overview-info-wrapper .label,
.product-page-layout-two .overview .availability label,
.product-page-layout-two .overview .delivery label {
    width: 195px;
}
.product-page-layout-two .attributes .option-list.radio-list label {
    background-color: #e9e9e9;
}
.product-page-layout-two .attributes .option-list.checkbox-list li {
    display: inline-block;
    margin: 7px 20px 7px 0;
}
.product-page-layout-two .attributes .option-list.checkbox-list label:before {
    border-color: #ccc;
    background-color: #fff;
}
.product-page-layout-two .rental-attributes .attribute-item {
    width: 100%;
    margin: 0 0 10px;
}
.product-page-layout-two .attributes .datepicker {
    max-width: 350px;
}
.product-page-layout-two .overview-buttons {
    float: left;
    width: calc(100% - 350px);
    margin-left: -3px;
    text-align: left;
}
.product-page-layout-two .overview-buttons-wrapper .add-to-cart {
    float: right;
    width: 350px;
}
.product-page-layout-two .overview .add-to-wishlist-button, 
.product-page-layout-two .overview .add-to-compare-list-button, 
.product-page-layout-two .overview .email-a-friend-button, 
.product-page-layout-two .download-sample-button {
    border: 1px solid #e3e3e3;
    background-color: #fff;
}
.product-page-layout-two .overview .add-to-wishlist-button:hover,
.product-page-layout-two .overview .add-to-compare-list-button:hover,
.product-page-layout-two .overview .email-a-friend-button:hover,
.product-page-layout-two .download-sample-button:hover {
    border-color: #c09e6c;
    background-color: #c09e6c;
}
.product-page-layout-two .overview .add-to-wishlist-button:hover {
	background-image: url('../img/product-wishlist.svg');
}
.product-page-layout-two .overview .add-to-compare-list-button:hover {
	background-image: url('../img/product-compare.svg');
}
.product-page-layout-two .overview .email-a-friend-button:hover {
    background-image: url('../img/email-a-friend-white.svg');
}
.product-page-layout-two .download-sample-button:hover {
    background-image: url('../img/download-sample-white.svg');
}
.product-page-layout-two .customer-entered-price {
    text-align: right;
}
.product-page-layout-two .customer-entered-price .enter-price-input {
    background-color: #e9e9e9;
}
.product-page-layout-two .customer-entered-price .price-range {
    margin: 0 0 10px;
}
.product-page-layout-two .variant-overview .attribute,
.product-page-layout-two .variant-overview .rental-attributes {
    border-color: #eee;
    padding-left: 0;
    padding-right: 0;
}
.product-page-layout-two .variant-overview  .rental-attributes {
    max-width: none;
}
.product-page-layout-two .variant-overview  .attributes .datepicker {
    width: 100%;
    max-width: 420px;
}
.product-page-layout-two .variant-overview-info-wrapper {
    padding: 0 0 15px !important;
}
.product-page-layout-two .giftcard input, 
.product-page-layout-two .giftcard textarea {
    background-color: #e9e9e9;
}
.product-page-layout-two .product-grid {
    margin: 50px 0 -10px;
    overflow: hidden;
}

/* REVIEW PAGE */

 .product-reviews-page .page-title {
     margin: 0 0 40px;
 }
 .product-review-list,
 .write-review {
     padding: 50px;
 }
 .product-reviews-page .title {
    margin: -50px -50px 40px;
    padding: 25px;
    font-size: 17px;
}
 .product-review-item {
     margin: 0 0 60px;
 }
 .product-review-item:last-child {
    margin-bottom: 0;
}

/* WISHLIST & COMPARE LIST */

.html-wishlist-page  .master-wrapper-content {
    position: relative;
}
.wishlist-page .table-wrapper {
    width: calc(100% - 280px);
}
.wishlist-info {
    position: absolute;
    top: 81px;
    right: 20px;
    width: 260px;
}
.wishlist-content form {
    top: 81px;
}
.wishlist-page .no-data,
.compare-products-page .no-data,
.shopping-cart-page .no-data {
    padding: 50px;
}

.compare-products-page .table-wrapper {
    border: none;
    background-color: transparent;
}
.compare-products-table {
	display: table;
}
.compare-products-table td {
    border-left: 10px solid #f3f3f3;
    border-right: 10px solid #f3f3f3;
    background-color: #fff;
}
.compare-products-table td.empty-item-cell {
    background-color: #eaeaea;
}
.compare-products-mobile {
	display: none;
}
.compare-products-page .remove-button {
    width: 100%;
}
.compare-products-table .product-picture a {
    border-bottom: 1px solid #eee;
}
.compare-products-table label {
    display: block;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #bbb;
}
.compare-products-page tr.product-name td,
.compare-products-page tr.short-description td,
.compare-products-page tr.product-price td,
.compare-products-page tr.specification td,
.compare-products-page tr.full-description td {
    padding: 10px 18px;
    vertical-align: middle;
}

/* TOPICS */

.home-page-welcome-message {
    margin: 0 0 55px;
    padding: 20px;
}
.home-page .topic-block-title h2 {
    font-size: 36px;
    line-height: 36px;
}
.topic-page .page-body {
    padding: 40px;
}
.topic-password form {
    margin: 150px auto;
    padding: 40px;
}

/* CONTACT PAGE & EMAILaFRIEND */

.contact-page .topic-block, 
.email-a-friend-page .topic-block, 
.apply-vendor-page .topic-block,
.email-a-friend-page .title {
    padding: 30px;
}
.contact-page .form-fields, 
.email-a-friend-page .form-fields, 
.apply-vendor-page .form-fields {
    padding-top: 30px;
    padding-bottom: 30px;
}
.contact-page .buttons, 
.email-a-friend-page .buttons, 
.apply-vendor-page .buttons,
.contact-page .result,
.email-a-friend-page .result,
.apply-vendor-page .result {
    padding: 30px;
}

/* REGISTRATION, LOGIN, MY ACCOUNT */

.registration-page .fieldset,
.registration-page .buttons{
    padding: 30px;
}
.registration-page .fieldset .title {
    margin: -30px -30px 30px;
    padding: 30px;
} 
.registration-result-page .page-body {
    padding: 40px;
}

.login-page .login-tabs .login-tabs-block,
.password-recovery-page .page-body {
    padding: 50px;
}
.login-page .login-tabs .buttons,
.password-recovery-page .buttons {
    margin: 0 -50px -50px;
    padding: 25px;
}
.login-page .text {
    margin: 0 0 50px;
}
.login-page .page-body > .topic-block,
.login-page .external-authentication {
    padding: 30px;
}
.login-page .page-body > .topic-block .topic-block-title,
.external-authentication .title {
    margin: -30px -30px 30px;
    padding: 30px;
}
.password-recovery-page .inputs {
    margin-bottom: 50px;
}

.html-account-page .side-2 {
    width: 300px;
    margin: 81px 0 40px;
}
.html-account-page .center-2 {
    width: calc(100% - 300px);
}
.html-account-page .block .title {
    display: none;
}
.html-account-page .block .listbox {
    border: none;
    padding: 5px 0;
}
.html-account-page .block .listbox a {
    position: relative;
    padding: 20px 15px 20px 70px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #888;
}
.html-account-page .block .listbox a:before {
    content: "\e91e";
    position: absolute;
    top: 0; bottom: 0;
    left: 10px; margin: auto;
    width: 50px; height: 50px;
    background-color: #f6f6f6;
    text-align: center;
    font-family: 'pacific';
    font-size: 20px;
    line-height: 50px;
    font-weight: normal;
    color: #888;
}
.html-account-page .block .listbox .customer-addresses a:before {
    content: "\e943";
    font-size: 22px;
}
.html-account-page .block .listbox .customer-orders a:before {
    content: "\e905";
}
.html-account-page .block .listbox .return-requests a:before {
    content: "\e946";
    font-size: 25px;
}
.html-account-page .block .listbox .downloadable-products a:before {
    content: "\e944";
    font-size: 24px;
}
.html-account-page .block .listbox .back-in-stock-subscriptions a:before {
    content: "\e945";
    font-size: 14px;
}
.html-account-page .block .listbox .reward-points a:before {
    content: "\e947";
    font-size: 28px;
}
.html-account-page .block .listbox .change-password a:before {
    content: "\e942";
    font-size: 24px;
}
.html-account-page .block .listbox .customer-avatar a:before {
    content: "\e948";
    font-size: 24px;
}
.html-account-page .block .listbox .forum-subscriptions a:before {
    content: "\e90d";
}
.html-account-page .block .listbox .customer-reviews a:before {
    content: "\e949";
}
.html-account-page .block .listbox a.active {
    background-color: #c09e6c;
    color: #fff !important; /*mind the theme roller*/
}
.html-account-page .block .listbox a.active:after {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    right: -8px; margin: auto;
    width: 0; height: 0;
    border-style: solid;
    border-width: 9px 0 9px 8px;
    border-color: transparent #c09e6c;
}
.html-account-page .block .listbox a.active:before {
    background-color: rgba(0,0,0,.075);
    color: rgba(0,0,0,0.5);
}
.html-account-page .block .listbox a:hover {
    color: #c09e6c;
}

.customer-info-page .fieldset,
.customer-info-page .buttons  {
    padding: 30px;
}
.customer-info-page .fieldset .title {
    margin: -30px -30px 30px;
    padding: 30px;
}

.address-list-page .address-item .buttons,
.order-list-page .order-item .buttons {
    padding: 20px;
}
.account-page .edit-address,
.account-page .edit-address + .buttons {
    padding: 30px;
}

.order-list-page .order-item .title {
    padding: 25px;
}

.subscription-list .buttons {
    padding: 30px;
}

.change-password-page .fieldset {
    padding: 40px;
}
.change-password-page .buttons {
    padding: 30px;
}

.avatar-page .fieldset {
    padding: 40px;
}
.avatar-page .buttons {
    padding: 20px;
}

.vendorinfo-page .fieldset {
    padding: 40px;
}
.vendorinfo-page .buttons {
    padding: 30px;
}

.check-gift-card-balance-page .form-fields {
    padding: 40px;
}
.check-gift-card-balance-page .buttons {
    padding: 30px;
}

.return-request-page .section,
.return-request-page .fieldset {
    float: left;
    width: calc(50% - 10px);
    margin: 0 0 20px 20px;
}
.return-request-page .section {
    margin-left: 0;
}
.return-request-page .section .title {
    padding: 30px;
}
.return-request-page .fieldset {
    padding: 30px;
}
.return-request-page .fieldset .title {
    margin: -30px -30px 20px;
    padding: 30px;
}
.return-request-page .buttons {
    clear: both;
    padding: 30px;
}

/* SHOPPING CART & CHECKOUT */

.order-progress {
    margin: -40px -70px 40px;
    padding: 35px 0;
}
.order-progress ul:before {
    top: 35px;
}
.order-progress ul li {
    padding: 0 0 30px;
}
.order-progress li a span {
    display: block;
    position: absolute;
    bottom: -30px; left: 50%;
    width: 100px; color: #aaa;
    overflow: hidden;
    padding: 5px 0 0;
    font-size: 14px;
    line-height: 25px;
    font-weight: bold;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}
.order-progress li.current-step a span {
    color: #444;
}

.shopping-cart-page #shopping-cart-form {
    display: flex;
}
.shopping-cart-page .cart-content {
    width: calc(100% - 280px);
}
.shopping-cart-page .cart-info {
    width: 260px;
    margin-left: auto;
}

.cart-content > .tax-shipping-info {
    margin: 0;
    border-top: none;
}
.common-buttons {
    border: 1px solid #eee;
    border-top: none;
    background-color: #fff;
    padding: 20px;
    text-align: left;
}
.common-buttons button {
    position: relative;
    width: auto;
    margin: 0 25px 0 0;
    background-color: #fff;
    padding: 10px 15px 10px 32px;
}
.common-buttons button:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 30px;
    margin: auto;
} 
.common-buttons .continue-shopping-button:before {
    line-height: 28px;
}

.cart-collaterals .title {
    padding: 70px 20px;
    text-align: center;
}
.cart-collaterals .title:before {
    top: 15px; right: 0;
    bottom: auto; left: 0;
    height: 45px; width: 45px;
    margin: auto;
    font-size: 30px;
    line-height: 45px;
}
.cart-collaterals .coupon-box-wrapper .title:before {
    font-size: 35px;
}
.cart-collaterals .title:after {
    top: auto;
    left: 0; right: 0;
    width: auto;
    height: 50px;
    font-size: 0;
    border-top: 1px solid #eee;
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.cart-collaterals .title strong:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0; right: 0;
    width: 13px;
    height: 13px;
    margin: auto;
    border: 1px solid #ccc;
    border-width: 0 1px 1px 0;
    transition: 0.5s ease;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cart-collaterals .title.open strong:before {
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.shopping-cart-page .totals {
	margin: 0;
}
.cart-collaterals .coupon-box,
.cart-collaterals .giftcard-box {
    padding: 20px 20px 95px;
}
.cart-collaterals .deals .hint {
    text-align: left;
}
.cart-collaterals .coupon-code {
    margin: 0 0 15px;
}

.order-summary-content  .product-grid .item-box {
    width: calc(20% - 8px);
}
.order-summary-content  .product-grid .item-box:nth-child(6n+1) {
	clear: none;
	margin-left: 10px;
}
.order-summary-content .product-grid .item-box:nth-child(5n+1) {
	clear: both;
	margin-left: 0;
}

.checkout-page .address-grid:before {
    left: calc(33.3333% - 13.3333px);
}
.checkout-page .address-grid:after {
    content: "";
    position: absolute;
    top: 0; bottom: 0;
    left: calc(66.6666% - 6.6666px);
    width: 20px;
    background-color: #f3f3f3;
}
.checkout-page .address-item {
    width: calc(33.3333% - 13.3333px);
}
.checkout-page .address-item:nth-child(2n+1) {
    clear: none;
    margin: 0 0 0 20px;
}
.checkout-page .address-item:nth-child(3n+1) {
    clear: both;
    margin: 0;
}
.checkout-page .billing-addresses + .buttons,
.checkout-page .shipping-addresses + .buttons {
    padding: 30px;
}

.checkout-page .section.order-summary form {
    overflow: hidden;
}
.checkout-page .section.order-summary .cart-content {
    float: left;
    width: calc(100% - 280px);
}
.checkout-page .section.order-summary .cart-info {
    float: right;
    width: 260px;
}

.checkout-page .shipping-method,
.checkout-page .payment-method {
    padding: 30px;
}
.checkout-page .shipping-method ul,
.checkout-page .payment-method ul {
    margin: 0 0 10px;
}
.checkout-page .shipping-method li,
.checkout-page .payment-method li {
    padding: 30px;
}
.checkout-page .shipping-method input + label:before {
    top: 35px;
}
.checkout-page .shipping-method .buttons,
.checkout-page .payment-method .buttons,
.checkout-page .payment-info .buttons {
    margin: 0 -30px -30px;
    padding: 30px;
}
.checkout-page .shipping-method ul.hidden + .buttons {
    margin-top: -31px;
} /*when pickup in store is active*/

.section.payment-info {
    padding: 30px;
}
.section.order-completed {
    padding: 30px;
}
.section.order-completed .buttons {
    margin: 30px -30px -30px;
    padding: 30px;
}

.opc .step-title,
.opc .step {
    padding: 30px;
}
.opc .buttons {
    margin: 30px -30px -30px;
    padding: 30px;
}

/* SEARCH & SITEMAP */

.basic-search,
.advanced-search,
.search-input .buttons {
    padding: 30px;
}

.sitemap-page .entity {
    padding: 30px;
}
.sitemap-page .entity-title {
    margin: -30px -30px 30px;
    padding: 30px;
}
.sitemap-page li {
    margin: 2.5px 15px;
}

/* BLOG & NEWS */

.news-list-homepage {
    margin: 0 0 60px;
}
.news-list-homepage .news-item {
    padding: 40px 40px 65px;
}
.news-list-homepage .buttons a {
    padding: 10px 20px;
}
.news-list-homepage .news-title,
.news-list-homepage .buttons a,
.news-list-homepage .view-all a {
    transition: 0.3s ease;
}
.news-list-homepage .news-title:hover,
.news-list-homepage .view-all a:hover {
    color: #c09e6c;
}
.news-list-homepage .buttons a:hover {
    color: #ae864b;
}

.blog-page .post, 
.news-list-page .news-item {
    width: calc(50% - 10px);
    margin: 0 0 20px 20px;
    padding: 40px 40px 65px;
}
.blog-posts .buttons, 
.news-list-page .buttons {
    padding: 25px 40px;
}
.news-item-page .page-title,
.blogpost-page .page-title {
    padding: 40px 5% 20px;
}
.blogpost-page .post-body,
.news-item-page .news-body {
    padding: 20px 0 40px;
}
.blog-page .tags {
    margin: 0 0 25px;
}
.blogpost-page .tags {
    margin: -10px 0 30px;
}

.new-comment {
    padding: 30px;
}
.new-comment .title {
    margin: -30px -30px 30px;
    padding: 30px;
}
.new-comment .buttons {
    margin: 30px -30px -30px;
    padding: 30px;
}
.comment-list {
    padding: 50px;
}
.comment-list .title {
    margin: -50px -50px 40px;
    padding: 25px;
    font-size: 17px;
}
.comment-info {
    text-align: center;
}
.comment-title,
.comment-time {
    margin: 0 0 15px;
}
.comment-info + .comment-content {
    margin: 0 0 0 150px;
}

}