/**
 * WARNING: Do not change this file. Your changes will be lost.
 * 2025-08-28 16:14:51 */
body.boxed {
}
@media (min-width: 768px) {
    .page-layout-1column .product-info-main, .page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main,.page-product-downloadable .product-options-bottom {
        width: 57.17%;
    }
    .page-layout-1column .product.media, .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media,.page-product-downloadable .product-options-wrapper {
        width: 40.83%;
    }

    .page-layout-1column .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-left .column.main > .custom-block ~ .product-info-main, .page-layout-2columns-right .column.main > .custom-block ~ .product-info-main, .page-layout-3columns .column.main > .custom-block ~ .product-info-main {
        width: 42.8775%;
    }
    .page-layout-1column .column.main > .custom-block ~ .product.media, .page-layout-2columns-left .column.main > .custom-block ~ .product.media, .page-layout-2columns-right .column.main > .custom-block ~ .product.media, .page-layout-3columns .column.main > .custom-block ~ .product.media {
        width: 30.6225%;
    }
}

a.btn.action.primary[href="/stockists"]{
    background: #999999;
    border: solid 1px #999999;
}


/* $shoof-steel: #253643; */
/* $pasture-green: #4FAB8B; */
/* $electric-green: #E5F506; */
/* $shoof-stone: #F6F6F6; */
/* $white: #FFFFFF; */


/* Temp removal of text 'Made to order' */
.actions-primary .stock_unavailable {
    display: none;
}

/* ADD TO CART BUTTONS STYLING (& HOVER STATES) */
button#top-cart-btn-checkout {
	background: #253643;
}
button#top-cart-btn-checkout:hover {
	background: #4FAB8B;
}
.products-grid .product-item-details .product-item-actions .tocart {
    color: #FFFFFF;
    background-color: #253643;
    border-color: #253643;
}
.products-grid .product-item-details .product-item-actions .tocart:hover {
    color: #FFFFFF;
    background-color: #4FAB8B !important;
    border-color: #4FAB8B !important;
}

/* WISH LIST & COMPARE BUTTONS */
.products-grid .product-item-details .product-item-actions .actions-secondary:hover {
    background-color: #4FAB8B;
    color: #fff;
}
.product-addto-links .action.towishlist,
.product-addto-links .action.tocompare,
.product-item-actions .action.towishlist,
.product-item-actions .action.tocompare {
    color: #333;
	background-color: #DDDDDD;
	border-color: transparent;
}
.product-addto-links .action.towishlist:hover,
.product-addto-links .action.tocompare:hover,
.product-item-actions .action.towishlist:hover,
.product-item-actions .action.tocompare:hover {
    color: #FFFFFF;
	background-color: #4FAB8B;
	border-color: transparent;
}
.product-addto-links .action.towishlist,
.product-addto-links .action.tocompare,
.product-social-links .action.mailto.friend {
	width: 43px;
	height: 43px;
	line-height: 41px;
}

/* MINICART STYLES */
.minicart-items .product-item-name a {
    color: #253643;
}
.minicart-items .action.edit:before,
.minicart-items .action.delete:before {
    color: #253643;
}
.minicart-wrapper .block-minicart {
	border-top: 6px solid #4FAB8B;
}
/* GLOBAL LINKS */
a:visited, .alink:visited {
    color: #888888;
    text-decoration: none;
}

/*
|******************************************
|
| GL added 'Clearance' style ... 29/08/2023
|
|******************************************
*/
/* Make 'Clearance' on mega menu red */
.submenu a[title="Clearance"] {
    color: #4FAB8B !important;
}

/* Correct proportions of Windcave payment logo */
.checkout-payment-method .payment-method-title .payment-icon {
    width: auto;
    height: auto;
}
.product-image-photo.default_image {
    position: static;
}
source.product-image-photo.clearance.default_image::after {
    font-family: 'Oswald', sans-serif;
    font-size: 15px;
    font-weight: bold;
    content: 'CLEARANCE';
    position: absolute;
    bottom: 0;
    color: white;
    background: red;
    text-transform: uppercase;
    padding: 0 10px 1px 10px;
    transform: translateX(-50%);
}
.gallery-placeholder.clearance::before {
    font-family: 'Oswald', sans-serif;
    font-size: 24px;
    font-weight: bold;
    content: 'CLEARANCE';
    position: relative;
    top: 36px;
    color: white;
    background: red;
    text-transform: uppercase;
    padding: 0 10px 1px 10px;
    text-align: center;
    z-index: 1;
}


/* Add Breadcrumb to mobile view */
@media only screen and (max-width: 767px) {
    .breadcrumbs {
        display: block !important;
        margin-top: 60px !important;
        margin-bottom: -60px !important;
    }
}

/* Bold Terms & Conditions agreement text */
.checkout-agreement.field.choice.required span {
    font-weight: 800;
}

/* Color reviews stars to gold */
.rating-summary .rating-result>span:before {
    color: #ffc600 !important;
}

/*
|******************************************
|
| GL change to also bought ... 08/06/2023
|
|******************************************
*/
.value {
    font-weight: normal !important;
}

/* Tweaks to hover state in .alsobrought class */
.alsobrought .products-grid .product-item-details .product-item-actions .actions-secondary {
background: none;
}

.product-item-actions .action.tocompare {
    color: #253643;
}

@media only screen and (max-width: 479px) {
.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
    display: inline-block;
}
}

/*
|******************************************
|
| GL change Misc changes & tweaks
|
|******************************************
*/
/* Enlarge font size and weight of vertical sub-categories */
#narrow-by-list > div > div.filter-options-content > ol > li > a {
      font-size: 14px;
      font-weight: 500;
}
/* Feature bullets */
ul.bullets {
    padding-left: 12px;
}
ul.bullets li {
    margin-bottom: 0;
    font-weight: 600;
}

/* Change colour of menu flyout tab in mobile view */
.filter-title strong {
    background-color: #253643;
}
.filter-title strong:before {
    color: #FFFFFF;
}

/* Bold Shoof.int link at top of page */
.page-header.type2.header-newskin .panel.header .header.links > li > a {
    font-weight: 300;
	color: #FFFFFF;
}

.page-header.type2.header-newskin .panel.header .header.links li a {
    font-weight: 600;
	color: #FFFFFF;
}

a.level-top[title^='Sale'] span {
    color: red !important;
}

.link.wishlist .counter {
    color: #253643;
    white-space: nowrap;
}

/* Fix distorted logo */
.logo img {
    width: 111px;
    aspect-ratio: auto 111 / 50;
    height: 50px;
}

/* FOTORAMA Hide the photo caption across product image */
.fotorama__caption {
    display: none;
}
.fotorama .fotorama-sprite,
.fotorama .fotorama__arr .fotorama__arr__arr,
.fotorama .fotorama__fullscreen-icon,
.fotorama .fotorama__thumb__arr,
.fotorama__fullscreen .fotorama .fotorama__zoom-in,
.fotorama__fullscreen .fotorama .fotorama__zoom-out {
    background: 0 0;
    color: #253643;
}
.fotorama__nav .fotorama__thumb-border {
    border-color: #253643
}

/*
|******************************************
|
| GL change mega-menu from rows to columns (i.e Flex)
|
|******************************************
*/

.page-header.type1 .nav-sections, .page-header.type2 .nav-sections,
.page-header .navigation:not(.side-megamenu) > ul,
.page-header.type16.sticky-header .navigation:not(.side-megamenu) > ul,
.page-header.type18 .main-menu-wrap {
    background-color: #FFFFFF;
}

.mega-columns {
display: flex;
  flex-flow: column wrap;
  align-content: start;
  height: 450px;
}
.mega-columns li a span {
  white-space: normal;
}
@media (min-width: 768px) {
.sw-megamenu.navigation .subchildmenu.mega-columns.columns4>li {
    width: 20%;
}
}

/* Adds a background to the toggle down button on mobile menu */
.fullwidth.parent > .open-children-toggle {
    background: #000;
    opacity: 0.2;
}


/*
|******************************************
|
| GL - Highlight the Click & Collect pick up time notice
|
|******************************************
*/
#label_carrier_freeshipping_freeshipping {
    color: red;
    font-weight: 500;
}
tr.totals.shipping.excl th span:nth-child(2) {
    color: red;
}

/*
|******************************************
|
| GL global font change - Highlight 'Notify Me Product Arrives'
|
|******************************************
*/
.product.alert.price {
    background: #999;
    padding: 5px 15px;
    margin-bottom: 4px;
}
.product.alert.price a.action.alert {
    color: #FFF;
}
.product-info-main .product.alert {
    margin: 9px 0;
    background: #999;
    padding: 10px 15px;
}
.product-info-main .product.alert a {
    color: #FFF;
    font-size: 16px;
}

/*
|******************************************
|
| GL global font change - OptinMonster (Pop Up)
|
|******************************************
*/
.optinmonster button:not(.prmary) {
      height: auto;
}

/*
|******************************************
|
| GL global font change - Raleway to Inter
|
|******************************************
*/
body {
    font-family: 'Inter', sans-serif;
}
.product-item-info.type1 .product.name a {
    font-family: 'Inter', sans-serif !important;
    font-weight: 500;
}

/*
|******************************************
|
| GL code for stock unavailable (Updated: FEB 2022) - NT
|
|******************************************
*/
div.stock.unavailable{
    font-family: 'Oswald';
    font-size: 12.53px;
    color: #FFF;
    line-height: 32px;
    display: inline-block;
    text-transform: uppercase !important;
    background: #999;
    border-radius: 0;
    padding: 0 10px;
}
/*
|******************************************
|
| Custom CSS for Direct Theme (Updated: JUL 2021) - GL
|
|******************************************
*/
a.btn-blue {
    font-size: 14px;
    font-family: Oswald;
    font-weight: 400;
    color: #FFF;
    text-transform: uppercase;
    display: inline-block;
    background: #253643;
    margin: 8px 3px 10px 0;
    padding: 8px 15px;
    border-radius: 1px;
    transition: all 0.2s linear;
}

table>thead>tr>th,
table>tbody>tr>th,
table>tfoot>tr>th,
table>thead>tr>td,
table>tbody>tr>td,
table>tfoot>tr>td {
	padding: 11px 0;
}
.swatch-option {
	border: none;
}
.swatch-option.text {
	height: auto;
	line-height: 20px;
	padding: 6px 15px;
	min-width: auto;
	font-weight: 400;
	font-size: 13px;
	font-family: 'Oswald';
	color: #333;
	border: solid 1px #333;
}

.swatch-option:not(.disabled):hover {
	border: solid 1px #253643;
	color: #FFF;
	outline: none;
	background: #253643;
}

.swatch-option.text.selected {
	color: #FFF !important;
	background-color: #253643 !important;
	outline: none !important;
}

.product-info-main .swatch-option {
	margin-right: 3px;
}


/*
|******************************************
|
| Custom CSS for Direct Theme (Updated: Jun 2020) - GL
|
|******************************************
*/

/* Mega Menu top button link options */
.menu-top-block #mm-links a.mm-links {
    color: #333;
    font-weight: 700;
    background: #fff;
    margin: 10px 15px -8px 0;
    padding: 10px 15px;
    border-radius: 3px;
    display: inline-block;
    border: solid 1px #ebebeb;
}

/* First button only */
.menu-top-block #mm-links a.mm-links:nth-child(-n + 2) {
    color: #FFF;
    background: #4FAB8B;
}

.menu-top-block #mm-links a.mm-links:hover {
	color: #FFF;
    text-decoration:  none;
    background: #253643;
}


.special-price .price {
	color: red !important;
}

.special-price .price::before {
	content: 'NOW ';
}

#totop {
	background: #4FAB8B;
	height: 50px;
	width: 50px;
	border-radius: 50px;
	line-height: 1.8;
	bottom: 20px;
	transition: all 0.2s linear;
}

#totop:hover {
	background-color: #253643;
	transform: scale(1.15);
	transition: all 0.1s linear;
}

.products-grid .product-item-details .product-item-actions .actions-secondary {
	vertical-align: bottom;
}

.btn.action.primary {
	color: #FFF;
	font-family: "Oswald";
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 12.53px;
	padding: 0 10px;
	height: 30px !important;
	line-height: 28px !important;
}

a.shoof-btn {
	background: #253643;
	height: 38px;
	line-height: 38px;
	font-weight: 400;
	font-family: "Oswald";
	letter-spacing: 1px;
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
	padding: 0 15px;
	color: #FFFFFF;
}

.shoof-btn:hover {
	background: #888888;
	text-decoration: none;
}

.payment-option-content {
	display: block !important;
}

.action.action-apply {
	color: #FFF;
	background: #253643;
	border-color: #253643;
}

.logo {
	margin: 20px 0;
}

.qs-option-name {
	color: #333;
}

#description .product.description ul {
	font-size: 14px;
	padding-left: 1.2em;
	list-style: disc;
	line-height: 27px;
}

#description .product.description ol {
	padding-left: 1.2em;
}

.block-category-list .block-content .item a {
	color: #333;
	font-size: 14px;
	font-weight: 600;
}

@media (min-width: 768px) {
	.page-header.type2.header-newskin .navigation li.level0.active,
	.page-header.type2.header-newskin .navigation li.level0:hover,
	.page-header.type2.header-newskin.sticky-header .navigation li.level0.active,
	.page-header.type2.header-newskin.sticky-header .navigation li.level0:hover {
        color: #253643;
    }
	.page-header.header-newskin .navigation li.level0.fullwidth .submenu a,
	.page-header.header-newskin .navigation li.level0.classic .submenu a,
	.page-header.header-newskin .navigation li.level0.staticwidth .submenu a {
		line-height: 1;
		font-size: 13px;
		text-transform: none;
	}
	.page-header.header-newskin .navigation li.level0.fullwidth .submenu li.level1>a,
	.page-header.header-newskin .navigation li.level0.staticwidth .submenu li.level1>a {
		font-size: 14px;
		color: #253643;
	}
	header.page-header.sticky-header.type2 .minicart-wrapper .action.showcart:before {
		color: #aaaaaa;
	}
	.minicart-wrapper .block-minicart {
		border-top: 6px solid #4FAB8B;
	}
}

@media (max-width: 767px) {
	.page-header.type2.header-newskin {
		/*background-color: #FFF;*/
	}
	.page-header.type2.header-newskin .block-search .label:before,
	.page-header.type2.header-newskin .nav-toggle:before {
		color: #AAA;
	}
	.page-header.type2.header-newskin .minicart-wrapper .action.showcart:before,
	.page-header.type2.header-newskin .minicart-wrapper .action.showcart.active:before {
		color: #AAA;
	}
	.page-header.type2.header-newskin .minicart-wrapper .action.showcart:after {
		color: #aaa;
	}
	.slider-with-side .slider-area .item .content .text-area h2 {
		font-size: 30px !important;
	}
	.slider-with-side .slider-area .item .content .text-area p {
		font-size: 15px !important;
	}
}

a.btn.btn-default.masonry {
	font-family: Oswald;
	font-size: 1.4em;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	position: absolute;
	top: 90%;
	left: 50%;
	transform: translate(-50%, -90%);
	background: rgba(0, 0, 0, 0.6);
	vertical-align: top;
}

a.btn.btn-default.masonry:hover {
	background: #253643;
}

.masonry-grid-item a.btn.btn-default.masonry:hover:before {
	visibility: hidden;
}

.footer-bottom .container:before {
	display: none;
}

.contact-index-index .page-main .contact-info p {
	margin-left: 0;
}

/* Responsive video wrapper - YouTube */
  .video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Responsive video wrapper - Vimeo */
.responsive-video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 -> 9/16x100 */
	overflow: hidden;
}
.video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: none;
}

/* For homepage modals  */
.video-responsive{
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
}
.video-responsive iframe{
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
}

.footer-middle a,
.footer-middle a:hover,
.footer-middle a:focus {
	color: #aaaaaa;
}

.footer-middle ul.contact-info p {
	color: #AAAAAA;
        line-height: 1.5;
}

@media (max-width: 991px) {
    .footer-middle .block {
	text-align: center !important;
    }
}


/*
|******************************************
|
| Styling of 'Size' attribute buttons
|
|******************************************
*/

.swatch-attribute.size .swatch-option {
	color: #222222;
	background: #f5f5f5;
	transition: all 0.15s linear;
}

.swatch-option.text {
	border: none;
}

.swatch-option:not(.disabled):hover {
	border: none;
	color: #FFF;
	background: #253643;
	transition: all 0.15s linear;
}


/*
|******************************************
|
| EXISTING (Magento Default) STYLES BELOW:
|
|******************************************
*/

.banner-content-18 {
	padding: 290px 0 80px;
}
.filter-title-type-2 {
	font-size: 25px;
	font-weight: 500;
	color: #151515;
	margin-bottom: 20px;
}
.owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-prev, .owl-middle-outer-narrow .owl-theme .owl-controls .owl-nav .owl-next {
	font-size: 28px;
}
.page-wrapper>.breadcrumbs {
	padding: 5px 0 5px;
	margin-bottom: -20px;
}
.breadcrumbs li {
	line-height: 30px;
	display: inline-block;
}
.page-wrapper>.breadcrumbs .items {
	padding: 5px 15px 5px;
}
.breadcrumbs li.home a {
	width: 15px;
	display: inline-block;
	text-indent: 30px;
	line-height: 26px;
	overflow: hidden;
	float: left;
	position: relative;
}
.breadcrumbs li.home a:after {
	content: "\e883";
	font-family: 'porto-icons';
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 0;
}
.sidebar.sidebar-main {
	position: relative;
}
.block-category-list .block-title, .filter-options-title, .filter .filter-current-subtitle {
	border: none;
	background-color: transparent;
	padding: 16px 20px 4px 20px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #21293c;
	letter-spacing: 0.01em;
}
.block-category-list .block-title {
	padding: 30px 20px 0 20px;
}
.block-category-list .block-title strong {
	font-weight: 600;
}
.block-category-list .block-content, .filter-options-content {
	border: none;
	background-color: transparent;
	padding: 10px 20px 26px 20px;
	border-bottom: #efefef solid 1px;
	position: relative;
	z-index: 2;
	border-radius: 0;
}
.filter-current .items {
	border: none;
	background-color: transparent;
	position: relative;
	z-index: 2;
}
.filter-current .item {
	padding-left: 20px;
}
.filter-current .action.remove {
	right: 20px;
	color: #21293c;
}
.filter-actions {
	border: none;
	background-color: transparent;
	border-bottom: #efefef solid 1px;
	position: relative;
	z-index: 2;
	padding-right: 20px;
}
.filter-actions a {
	color: #858585;
}
.filter-options-title:after {
	content: '\f803';
	border: none;
	color: #21293c;
	font-size: 17px;
	margin-top: -6px;
}
.filter-options-title:hover:after {
	background: none;
	color: #21293c;
}
.active>.filter-options-title:after {
	content: '\f800';
}
#ln_slider_price.ui-slider-horizontal {
	height: 3px;
	box-shadow: none;
}
#ln_slider_price .ui-slider-handle {
	width: 12px;
	height: 12px;
	border-radius: 100%;
}
.sidebar-title {
	font-size: 15px;
	font-weight: 600;
	color: #21293c;
	letter-spacing: 0.01em;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.porto-icon-left-open-huge:before {
	content: '\f802';
	color: #21293c;
}
.porto-icon-right-open-huge:before {
	content: '\f801';
	color: #21293c;
}
.sidebar .owl-top-narrow .owl-theme .owl-controls {
	top: -40px;
	right: -7px;
}
.sidebar .owl-top-narrow .owl-theme .owl-controls .owl-nav div *:before {
	color: #21293c;
}
.sidebar .product-items .product-item-info .product-item-photo {
	max-width: 25.19%;
}
.sidebar .product-items .product-item-name a {
	font-size: 12px;
	color: #5b5b5f;
	font-weight: 400;
}
.sidebar .sidebar-filterproducts {
	margin-bottom: 30px;
	padding-bottom: 40px;
	background: none;
	border-bottom: #efefef solid 1px;
}
.sidebar .product-items .product-item .product-reviews-summary {
	display: block;
}
.sidebar-filterproducts.custom-block+h2 {
	font-size: 15px !important;
	text-transform: uppercase;
	font-weight: 600;
	color: #21293c !important;
	letter-spacing: 0.01em;
	padding: 0 20px;
}
.sidebar-filterproducts.custom-block+h2+h5 {
	font-family: 'Open Sans' !important;
	font-weight: 600 !important;
	font-size: 14px !important;
	color: #7a7d82 !important;
	letter-spacing: 0.022em;
	padding: 0 20px;
}
.sidebar-filterproducts.custom-block+h2+h5+p {
	color: #21293c !important;
	font-size: 15px !important;
	letter-spacing: 0.01em;
	padding: 0 20px;
}
.sidebar .custom-block {
	padding: 0 20px;
}
.category-boxed-banner.owl-theme .owl-controls {
	bottom: 0;
}
.page-products .toolbar .limiter {
	display: block;
}
.page-with-filter .toolbar-amount {
	display: none;
}
.full-width-image-banner {
	height: 314px;
}
.full-width-image-banner:after {
	display: none;
}
.full-width-image-banner h2 {
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 0.035em;
	text-transform: uppercase;
	line-height: 38px;
}
.full-width-image-banner p {
	font-size: 21px;
	line-height: 38px;
	font-weight: 400;
}
.full-width-image-banner .btn-default {
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.025em;
	padding: 6px 20px;
	background-color: #515151;
	color: #fff;
	font-family: 'Oswald';
	text-transform: uppercase;
	border-radius: 0;
	margin-top: 31px;
	border: solid 2px #515151;
	box-shadow: none;
}
.page-products .toolbar .limiter .limiter-text {
	display: none;
}
.modes-mode.active {
	border: none;
	background: none;
	color: #111;
}
.modes-mode, .modes-mode:hover {
	border: none;
	background: none;
	color: #111;
	width: 15px;
}
.toolbar select {
	border: 1px solid #e4e4e4;
	height: 37px;
	color: #7a7d82;
	font-weight: 400;
	font-size: 14px;
	text-transform: capitalize;
	padding: 0 10px;
	padding-right: 30px;
	line-height: 31px;
}
.toolbar-sorter .sorter-action {
	margin-top: 6px;
	color: #21293c;
}
.toolbar-sorter .sorter-action:before {
	color: #21293c;
}
.pages a.page, .pages strong.page, .pages .action {
	width: 32px;
	line-height: 32px;
}
.products-grid+.toolbar.toolbar-products {
	border-top: solid 1px #efefef;
	padding-top: 25px;
}
.product-label.sale-label {
	border-radius: 20px;
	background-color: #f83737;
	color: #ffffff;
}
.product-label.new-label {
	border-radius: 20px;
	background-color: #0fc567;
	color: #ffffff;
}
.catalog-product-view .sidebar .custom-block {
	border: none;
	color: #6b7a83;
	padding-bottom: 0;
	margin-bottom: 33px;
	background: none;
}
.catalog-product-view .sidebar .custom-block-1>div i {
	color: #29363C;
	border: none;
	font-size: 40px;
	float: left;
}
.catalog-product-view .sidebar .custom-block-1>div {
	min-height: 65px;
	clear: both;
	padding: 18px 0;
	border-bottom: solid 1px #dee5e8;
	margin-bottom: 0;
}
.catalog-product-view .sidebar .custom-block-1>div:last-child {
	border-bottom-width: 0;
}
.block-manufacturer {
	text-align: center;
	padding: 10px 20px 0;
	margin-bottom: 0;
}
.block-manufacturer hr {
	border-color: #dee5e8;
	margin-bottom: 0;
}
.catalog-product-view .sidebar .custom-block-1>div h3 {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.005em;
	color: #6b7a83;
	margin-left: 80px;
}
.block.related {
	padding: 0 20px;
}
.block .title strong {
	font-size: 15px;
	font-weight: 600;
	color: #21293c;
	letter-spacing: 0.01em;
	margin-bottom: 20px !important;
	padding-top: 0;
	text-transform: uppercase;
}
.block.related .product-items .product-item-actions {
	display: none;
}
.product-info-main .page-title-wrapper h1 {
	font-size: 25px;
	font-weight: 600;
	letter-spacing: -0.01em;
	color: #21293c;
	margin: 3px 0 15px;
}
.prev-next-products a {
	color: #555;
}
.product-reviews-summary .reviews-actions a {
	line-height: 20px;
	font-size: 14px;
	color: #bdbdbd;
}
.product-info-main .product.overview {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 27px;
	border-bottom: solid 1px #dae2e6;
}
.product.media {
	padding-right: 12px;
}
.fotorama__stage__shaft {
	border: none;
}
.fotorama__nav--thumbs .fotorama__thumb {
	border-color: #dae2e6;
}
.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price {
	font-family: 'Oswald';
	font-size: 21px;
	font-weight: 700;
	color: #253643;
	letter-spacing: 0.005em;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
	font-size: 16px;
	color: #2b2b2d;
	font-weight: 400;
}
.product-info-main .fieldset>.field.qty, .product-info-main .nested.options-list>.field.qty {
	position: relative;
	width: 106px;
}
.product-info-main .qty.field .control, .product-info-main .qty.field .qty-changer {
	margin-left: 29px;
}
.product-info-main .qty.field .qty-changer>a {
	position: absolute;
	top: 0;
	left: 0;
	height: 43px;
	width: 30px;
	line-height: 41px;
	text-align: center;
	margin: 0;
	border-color: #dae2e6;
}
.product-info-main .qty.field .qty-changer>a:first-child {
	left: auto;
	right: 4px;
}
.product-info-main .box-tocart .input-text.qty {
	font-family: 'Oswald';
	display: inline-block;
	vertical-align: middle;
	height: 43px;
	width: 44px!important;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	color: #61605a;
	margin: 0;
	border-color: #dae2e6;
}
.product-info-main .qty.field .qty-changer>a .porto-icon-up-dir:before {
	content: '\f882';
}
.product-info-main .qty.field .qty-changer>a .porto-icon-down-dir:before {
	content: '\f883';
}
.catalog-product-view:not(.weltpixel-quickview-catalog-product-view):not(.weltpixel_quickview-catalog_product-view) .box-tocart .action.tocart {
	height: 43px;
	font-size: 14px;
	letter-spacing: 0.05em;
	font-weight: 400;
}
.box-tocart .action.tocart:before {
	content: '\e87f';
	font-family: 'porto-icons';
	margin-right: 7px;
	font-size: 16px;
}
.action.primary, .action.primary:active {
	font-family: "Oswald";
	letter-spacing: 1px;
	text-transform: uppercase;
}

.product.data.items>.item.content {
	background-color: #fff;
	box-shadow: none;
	border: none;
	border-top: #dae2e6 solid 1px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.005em;
	line-height: 27px;
}
.main-upsell-product-detail .block.upsell .title strong {
	background: none;
}
.block.upsell .title {
	background: none;
	border-bottom: #e1e1e1 solid 1px;
	font-weight: 700;
	margin-bottom: 16px;
	padding-bottom: 10px;
	text-transform: uppercase;
	text-align: left;
}
.block.upsell .title strong {
	font-size: 18px;
	font-weight: 700;
	color: #302e2a;
}
.review-ratings .rating-label {
	display: block;
}
.footer-middle i, .footer-middle .contact-info i {
	/*display: none;*/
}
.footer-middle .block .block-title {
	margin-bottom: 20px;
	margin-top: 15px;
}
.footer-middle .block .block-title strong {
	font-family: 'Oswald';
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}
.footer-middle ul.links li, .footer-middle ul.features li {
	padding: 0;
	line-height: 26px;
}
.footer-middle a {
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 0.005em;
}
.footer-middle i, .footer-middle .contact-info i, .footer-middle em {
	/*display: none !important;*/
}
.footer-middle, .footer-middle p {
	font-size: 13px;
	letter-spacing: 0.005em;
	font-weight: 400;
	line-height: 26px;
}
.footer-middle .contact-info {
	margin-top: 17px;
}
.footer-middle .contact-info p {
	line-height: 1;
}
.footer-middle .contact-info li {
	padding: 9px 0;
}
.footer-middle .contact-info b {
	font-family: 'Oswald';
	font-weight: 400;
	font-size: 13px;
	margin-bottom: 7px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase;
}
.footer-container .validation-advice {
	position: absolute;
}
.footer-middle .block.newsletter .form.subscribe {
	max-width: 400px;
}
.footer-middle .block.newsletter .control:before {
	line-height: 42px;
	margin-left: 20px;
}
.footer-middle .block.newsletter .control {
	position: relative;
}
.footer-middle .block.newsletter .control input {
	background-color: #fff;
	color: #6b7074;
	height: 42px;
	border: none;
	font-size: 13px;
	padding-left: 10px;
}
.footer-middle .block.newsletter .control div.mage-error {
	position: absolute;
	bottom: -22px;
}
.footer-middle .block.newsletter .action.subscribe {
	height: 42px;
	text-transform: uppercase;
	padding: 0 22px;
	background-color: #454545;
	border-color: #454545;
	color: #fff;
	font-size: 12px;
}
.footer-bottom {
	padding: 30px 0 35px;
}
.footer-bottom .container {
	position: relative;
}
.footer-bottom .container:before {
	content: '';
	position: absolute;
	background-color: #404040;
	left: 15px;
	right: 15px;
	top: -30px;
	height: 1px;
	width: calc(100% - 30px);
}
.footer-bottom address {
	float: left;
	line-height: 36px;
}
.footer-bottom .custom-block {
	margin: 0;
}
.footer-bottom .custom-block img {
	vertical-align: top;
}
.footer-bottom .social-icons {
	margin-right: 0;
}
.footer-bottom .social-icons a {
	background-image: none;
	background-color: #454545;
	text-indent: 0;
	color: #fff;
	border-radius: 0;
	font-size: 12.86px;
	width: 34px;
	height: 34px;
	text-align: center;
	margin-left: 4px;
	float: left;
	line-height: 35px;
}
.footer-bottom .social-icons a i {
	color: #fff;
}
.page-products .sorter {
	float: left;
}
.modes {
	float: right;
	margin-right: 0;
	margin-left: 20px;
	margin-top: 7px;
}
.modes-mode:before {
	content: '\e880';
	font-size: 14px;
}
.mode-list:before {
	content: '\e87b';
	font-size: 14px;
}
.products.wrapper~.toolbar .limiter {
	float: left;
}
.products.wrapper~.toolbar .pages {
	float: right;
}
@media (min-width: 768px) {
	.sidebar.sidebar-main:before {
		content: '';
		position: absolute;
		left: 0;
		right: 20px;
		border: solid 1px #dae2e6;
		top: 0;
		bottom: 0;
		border-radius: 2px;
	}
	.product.data.items>.item.title {
		padding: 10px 30px 10px 0;
	}
	.product.data.items>.item.title>.switch {
		font-size: 14px;
		font-weight: 700;
		color: #818692;
		text-transform: uppercase;
		border: none;
		border-radius: 0;
		line-height: 30px;
		background: none;
		padding: 0;
	}
	.product.data.items>.item.title:not(.disabled)>.switch:focus, .product.data.items>.item.title:not(.disabled)>.switch:hover {
		background: none;
		color: #818692;
	}
	.product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus, .product.data.items>.item.title.active>.switch:hover {
		color: #21293c;
		position: relative;
		border-bottom: #161616 solid 2px;
	}
	.product.data.items>.item.content {
		padding: 35px 0 0;
		margin-top: 45px;
	}
}
@media (max-width: 767px) {
	.owl-side-narrow .owl-controls {
		display: none!important;
	}
	.owl-middle-outer-narrow .owl-theme .owl-controls {
		display: none !important;
	}
	.our-brands .owl-side-narrow .owl-carousel {
		padding: 0;
	}
	.sidebar.sidebar-main {
		position: static;
	}
	.page-products .toolbar .limiter {
		display: none;
	}
	.product.data.items {
		margin: 0;
	}
	.prev-next-products .product-nav.product-next .product-pop {
		margin: 0;
	}
	.prev-next-products .product-nav.product-prev .product-pop {
		left: -20px;
	}
	.product-info-main .fieldset>.field.qty {
		margin-bottom: 20px;
	}
	.fieldset>.actions {
		vertical-align: top;
	}
	.catalog-product-view .sidebar .custom-block {
		padding: 0;
	}
	.footer .social-icons {
		float: left;
		margin-top: 10px;
	}
	.footer-middle .block-bottom .subcribe, .footer-middle .block-bottom .custom-block {
		display: block;
		padding: 15px 0;
		float: left !important;
	}
	.footer-bottom .custom-block.f-right {
		margin-left: 0;
	}
	.footer-bottom .social-icons {
		padding-top: 15px;
		float: left !important;
	}
	.footer-bottom address {
		overflow: hidden;
		width: 100%;
	}
}
.breadcrumbs strong {
	padding: 1px 0 2px 0;
}
.pages a.page, .pages strong.page, .pages .action {
	background: transparent;
	color: #706f6c;
	font-size: 15px;
	font-weight: 600;
	line-height: 30px;
}
.pages a.page:visited {
	color: #706f6c;
}
.pages a.page:hover, .pages a.action:hover {
	background-color: transparent;
	color: #706f6c;
}
.pages a.action:hover:before {
	color: #706f6c !important;
}
.pages .action {
	border-color: transparent;
}
.product-info-main .product-info-stock-sku {
	color: #333;
	font-size: 14px;
	padding-bottom: 23px;
}
.product-reviews-summary .reviews-actions a {
	color: #21293c;
}
.product-item .rating-summary .rating-result>span:before {
	color: #575f68;
}
.catalog-product-view .sidebar .custom-block.custom-block-1 {
	margin-top: -25px;
}
@media (max-width: 767px) {
	.block-category-list .block-title, .block-category-list .block-content, .sidebar-title, .sidebar .custom-block, .sidebar-filterproducts.custom-block+h2, .sidebar-filterproducts.custom-block+h2+h5, .sidebar-filterproducts.custom-block+h2+h5+p {
		padding-left: 0;
		padding-right: 0;
	}
}
.product-item-info.type1 .product.name a {
	font-family: Poppins;
	font-size: 14px;
	color: #282d3b;
	letter-spacing: -0.14px;
}

.product-item .tocart:before {
	content: '\e87f';
	font-size: 17px;
	vertical-align: middle;
}
.product-social-links .action.towishlist:before, .product-addto-links .action.towishlist:before, .block-bundle-summary .action.towishlist:before, .product-item .action.towishlist:before, .table-comparison .action.towishlist:before {
	content: '\e889';
}
.products-grid .product-item .product-item-details .product-item-name {
	white-space: normal !important;
	overflow: visible !important;
	text-overflow: initial !important;
	word-wrap: break-word !important;
}
.sidebar .product-items .product-item-info .product-item-photo {
	max-width: 25.19% !important;
	min-width: 25.19% !important;
}
.sidebar .product-items .product-item-name a {
	display: block;
	overflow: hidden;
	white-space: normal !important;
	text-overflow: ellipsis;
}
/**Remove strike through on old price**/

.old-price .price {
	text-decoration: none !important;
}
/**fix rrp alignment product info**/

.product-info-main .product-info-price .price-box .price-final_price>span {
	display: inline-block !important;
}
/**drop special price down**/

.special-price {
	display: block;
}
/**show Your Price**/

.price-label {
	overflow: visible;
	width: 100px;
	height: 10px;
}
/**form builder button size**/

.formbuilder-button {
	padding: 10px 20px !important;
	height: 50px !important;
	font-size: 18px !important;
	border-radius: 0;
}
.stock_unavailable{ font-weight: 800; }
.block-category-list{display:none;}/* Hide the green 'NEW' tag */
.product-labels {
    display: none;
}
.product-reviews-summary {
    display: none !important;
}

@media only screen and (max-width: 767px) {
	.mobile-sticky .page-main {
		margin-top: 60px;
	}
}