/*
Theme Name: Dixon Child Theme
Description: This is a custom child theme for Dixon
Author: Whitetower
Author URI:  https://whitetower.com.au
Template: dixon
Version: 1.0
*/

p {
    font-size: 18px;
    line-height: 1.5em;
    padding-bottom: 20px;
}
span {
    font-size: 18px;
    line-height: 1.5em;
}
.breadcrumb
.shop-breadcrumb {
    color: #fff !important;
    text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
	.shop-breadcrumb {
		color: #000 !important;
	}
}
.container-wrap {
    background-color: #fff !important;
}
.sell-watch-section .vc_column-inner {
    padding-left: 0px !important;
}
.nectar_single_testimonial p {
    font-size: 16px !important;
    line-height: 2em;
}
.extra-small-font p{
    font-size: 14px !important;
    line-height: 2em;
}

.bold {
    font-weight: bold;
}

/* Carousel Container Styling */
.custom-product-carousel {
    width: 100%;
    margin: auto; 
    position: relative; 
    display: flex;
    justify-content: center;
    align-items: center;
}
p.product-description {
	min-height: 65px !important;
}
@media only screen and (max-width: 1280px) {
	p.product-description {
		min-height: 130px !important;
	}
}
@media only screen and (max-width: 1024px) {
	p.product-description {
		min-height: 145px !important;
	}
}
@media only screen and (max-width: 768px) {
	p.product-description {
		min-height: 120px !important;
	}
}
/* Carousel Item Styling */
.carousel-item {
    padding: 0px !important;
    text-align: center;
    background: #ffffff;
/*     border: 1px solid #C7C7C7;  */
/*     border-radius: 8px; */
/*     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
	border: none !important;
	border-radius: none !important;
	box-shadow: none !important;
    transition: box-shadow 0.3s ease;
    margin: 10px;
}

.carousel-item:hover {
/*     box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); */
	box-shadow: none !important;
}

/* Product Image Styling */
.carousel-item a img {
    display: inline !important;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    margin: 30px 0px;
}

/* Product Title Styling */
.carousel-item h5 span,
.grid-item h5 span{
    font-size: 18px !important;
    margin: 10px 0;
    color: #000;
    transition: color 0.3s ease;
}

.carousel-item h5 a {
    text-decoration: none;
    color: inherit;
}

.carousel-item h5 a:hover {
    color: #f76c6c; 
}
/* Product Price Styling */
.carousel-item p {
    font-size: 16px !important;
    color: #000 !important;
    height: 65px;
    padding: 0px 10px;
}

/* Product Category Styling */
.carousel-item p.product-categories,
.grid-item p.product-categories {
    font-size: 16px !important;
    font-weight: bold !important;
	text-align: center !important;
	color: #000 !important;
    height: auto;
    padding-bottom: 0px !important;
}
.custom-product-carousel .slick-slide {
    margin-bottom: 30px;
	margin-right: 20px;
}
/* View Button Styling */
.view-button {
	font-size: 18px !important;
    display: inline-block;
    margin-top: 10px;
    padding: 10px 15px;
    background-color: #000 !important;
    color: #ffffff !important; 
    text-decoration: none; 
    border-radius: 0px 0px 8px 8px !important;
    /*transition: background 0.3s ease, border 0.3s ease, color 0.3s ease; */
    width: 100%;
    box-sizing: border-box; 
	white-space: nowrap;
    /*border: 2px solid #000; */
}
body.material #search-results .result .inner-wrap {
    border-radius: 0px !important;
    border: none !important;
}
body #search-results .result:hover .inner-wrap{
	box-shadow: none !important;
  	transform: translateY(0px) !important;
}
@media (max-width: 768px) {
	.carousel-item h5 span{
		font-size: 20px !important;
	}
	.carousel-item p {
		font-size: 14px !important;
		min-height: 65px;
	}
	.carousel-item p.product-categories {
		min-height: auto;
		white-space: nowrap;
	}
}
/* Slick Carousel Navigation Buttons */
.slick-next.next {
    position: absolute;
    top: 50%; 
    transform: translateY(-50%);
    z-index: 2;
    background: #fff !important;
    border: none;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0px 3px 20px #00000019 !important;
    border-radius: 0px !important;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -25px; 
}
.slick-next.next img {
    margin-bottom: 0px !important;
}
.nectar-fancy-box .image-wrap {
    background: #fff;
    border-radius: 8px;
}

.nectar-fancy-box {
    position: relative; 
    cursor: pointer;
}
.nectar-fancy-box .text {
    display: inline-block; 
    position: relative; 
    padding: 30px 0 0 0 !important;
}
.nectar-fancy-box .text h6::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0; 
    height: 2px; 
    width: 100%; 
    background: #000; 
    transform: scaleX(0); 
    transform-origin: left; 
    transition: transform 0.3s ease; 
}
.nectar-fancy-box:hover .text h6::after {
    transform: scaleX(1); 
}
span.menu-title-text,
.menuwrapper a {
    text-transform: uppercase !important;
}
.quick-links-container ul li {
    list-style-type: none !important;
}
.quick-links-container ul {
    margin-left: 0px !important;
}
.quick-links-container .menu-item {
    margin-bottom: 24px;
}
.footer-section {
    border-top: 2px solid #E5E5E5;
}
.footer-section h6 {
    font-weight: 800 !important;
}
.footer-section .iwithtext .iwt-icon .icon-default-style {
	font-size: 25px !important;
}
.footer-section .iwithtext {
    display: flex; 
    align-items: center; 
}

.footer-section .iwithtext .iwt-icon {
    position: static !important;
    display: flex;
    align-items: center;
    width: 21px !important;
    height: 27px !important;
    flex: 0 0 21px !important;
}

.footer-section .iwithtext .iwt-icon img {
    width: 100% !important;
    height: 100% !important;
    margin-bottom: 0px !important;
}

.footer-section .iwithtext .iwt-text {
    padding: 0px !important;
    padding-left: 18px !important;
    line-height: 28px;
    text-align: left !important;
    flex: 1;
}

@media (max-width: 768px) {
	.footer-section,
	.footer-section .vc_custom_heading {
		text-align: left !important;
	}
}
.iwithtext {
    display: flex;
    align-items: center;
    position: relative;
}
.iwithtext .iwt-icon {
    position: static !important;
	display: flex;
    align-items: center;
}
.about-dixon .iwithtext {
	margin-bottom: 0px !important;
}
.about-dixon .iwithtext .iwt-icon {
    min-width: 3.23em !important;
}
.about-dixon .iwithtext .iwt-icon img {
    width: 3.23em !important;
	margin-bottom: 0px !important;
}
.about-dixon .iwithtext .iwt-text {
	padding: 0px !important;
    padding-left: 15px !important;
	line-height: 28px;
}
.about-dixon .iwithtext .iwt-text p {
	font-size: 14px !important;
	padding-top: 0px !important;
}
.trade-icon .iwithtext .iwt-icon img {
    width: 100px !important;
}
.trade-icon .iwithtext .iwt-text {
    padding-left: 120px !important;
}
.custom-product-grid {
    display: grid; 
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; 
    text-align: center;
}

@media (max-width: 1280px) {
    .custom-product-grid {
        grid-template-columns: repeat(3, 1fr); 
    }
}
@media (max-width: 768px) {
	.about-dixon .iwithtext {
		margin-bottom: 30px !important;
	}
	.about-dixon .iwithtext .iwt-icon {
    	min-width: 4em !important;
	}
	.about-dixon .iwithtext .iwt-icon img {
		width: 4em !important;
		margin-bottom: 0px !important;
	}
    .custom-product-grid {
        grid-template-columns: repeat(2, 1fr); 
    }
}

.grid-item {
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
/*     border: 1px solid #C7C7C7; 
    border-radius: 8px; */
	border: none !important;
	border-radius: none !important;
    padding-top: 30px; 
    height: 100%; 
    box-sizing: border-box; 
}

.product-info {
    margin-top: 10px; 
    text-align: center; 
}

#pagination,
.pagination {
    text-align: center;
    margin: 80px 0 0px 0;
    font-size: 20px !important;
}
body[data-button-style*="slightly_rounded"] #pagination span,
nav#pagination>ul a {
    font-size: 20px !important;
	font-weight: 500 !important;
	font-family: 'Lato' !important;
	line-height: 1em !important;
}
#pagination a,
.pagination a {
    display: inline-block;
    margin: 0 15px;
	padding: 0px !important;
    color: #000;
    text-decoration: none;
}

#pagination a:hover,
.pagination a:hover {
    background-color: #f0f0f0; 
}

body[data-button-style*="slightly_rounded"] #pagination span,
.pagination .current {
    background-color: #000; 
    color: #fff !important;
    padding: 3px 9px !important;
    border-radius: 50% !important;
    margin: 0 6px;
}
#pagination .prev.page-numbers,
#pagination .next.page-numbers {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	visibility: hidden;
}
#pagination .prev.page-numbers::after {
	content: "\f104"; 
	font-family: "FontAwesome"; 
	font-size: 26px; 
	margin-right: 0; 
	visibility: visible;
}
#pagination .next.page-numbers::before {
	content: "\f105"; 
	font-family: "FontAwesome"; 
	font-size: 26px; 
	margin-right: 0; 
	visibility: visible;
}

.product-summary-container {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    margin: 20px 0; 
}
@media (max-width: 768px) {
    .product-summary-container {
        display: block !important;
		margin: 0px !important;
		margin-bottom: 30px !important;
    }
	.product-summary {
		margin-bottom: 10px !important;
	}
}
.product-summary {
    font-size: 16px;
}

.sorting {
    display: flex; 
    align-items: center; 
    background-color: #E5E5E5;
    border-radius: 8px;
}

.sorting label {
    margin-right: 10px; 
}

.sorting select {
    padding: 5px;
    font-size: 14px;
    color: #000;
}
.grid-item p.product-detailed {
    font-size: 16px !important;
    color: #000 !important;
	text-align: center !important;
    height: 120px;
    padding: 0px 10px;
	overflow: hidden;
}
.grid-item p.product-detailed-search {
    font-size: 16px !important;
    color: #000 !important;
	text-align: center !important;
    height: 70px;
    padding: 0px 10px;
	overflow: hidden;
	
}
@media (max-width: 768px) {
	.grid-item p.product-detailed {
    	font-size: 14px !important;
	}
	.grid-item h5 span {
		font-size: 20px !important;
	}
	.grid-item p.product-detailed {
		height: auto !important;
	}
}
.breadcrumbs {
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: normal !important;
    margin-bottom: 30px !important;
}
.product_meta {
    font-size: 18px !important;
    font-weight: 600 !important;
}
.single-product div.product h1.product_title {
    font-size: 35px !important;
    font-weight: normal !important;
    line-height: 1.5em !important;
}
span.woocommerce-Price-amount,
span.woocommerce-Price-currencySymbol {
    font-size: 35px !important;
    font-weight: bold !important;
    line-height: 1.5em !important;
}
.woocommerce-page a.button {
	font-size: 16px !important;
}
.custom-buttons {
    margin-top: 20px !important; 
}

.black-button {
    background-color: #000 !important; 
    color: #fff !important; 
    padding: 17px 35px !important; 
    text-align: center !important; 
    display: inline-block !important; 
    border-radius: 8px !important; 
    width: 100% !important;
}

.white-buttons {
    margin-top: 20px !important; 
    margin-bottom: 50px !important; 
    display: flex;
    gap: 20px;
}

.white-button {
    background-color: #fff !important; 
    color: #000 !important;
    padding: 15px 35px !important; 
    text-align: center !important; 
    display: inline-block !important; 
    border-radius: 8px !important; 
    border: 2px solid #000 !important;
    width: 100% !important;
}
@media (max-width: 768px) {
    .white-buttons {
        flex-direction: column;
    }
}
.woocommerce-product-details__short-description {
    font-size: 18px !important;
    line-height: 1.5; 
}

.woocommerce-product-details__short-description br {
    content: "";
    display: block; 
    margin: 10px 0; 
}

.woocommerce-product-details__short-description br::after {
    content: "";
    display: block; 
    border-bottom: 1px solid #ccc; 
    margin: 5px 0; 
}
.catcbll_preview_button {
    display: none !important;
}

.tab-container.container {
    padding: 0px !important;
}
.tab-container.container .description_tab {
    float: left !important;
}

.tab-container.container .description_tab a {
	all:unset !important;
	color: #000 !important;
	font-size: 35px !important;
	font-weight: bold !important;
	white-space: nowrap !important;
}
.tab-container.container .additional_information_tab{
	display: none !important;
}
.woocommerce .products {
    margin-bottom: 80px !important;
}
.products .container-wrap {
    width: 100%;
    margin: 0 auto;
}

.products .row {
    display: flex; 
    flex-wrap: wrap;
}

.products .vc_col-sm-3 {
    flex: 0 0 23.33%; 
    max-width: 23.33%; 
}

.products .vc_col-sm-9 {
    flex: 0 0 74.67%; 
    max-width: 74.67%; 
}
@media (max-width: 768px) {
    .products .vc_col-sm-3,
    .products .vc_col-sm-9 {
        flex: 0 0 100%; 
        max-width: 100%; 
    }
}
/* gravity-form-popup.css */
.popup-form {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -47%);
    width: 1200px !important;
    background: white;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    z-index: 9999;
}
@media (max-width: 768px) {
    .popup-form {
        width: 80% !important;
		height: 500px !important;
		overflow-x: scroll;
    }
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: none;
    z-index: 9998;
}
.gform-theme--foundation .gform_fields {
    row-gap: 5px !important;
}
p.gform_description {
    padding-bottom: 10px !important;
    line-height: 1.5em !important;
    border-bottom: 2px solid #E5E5E5 !important;
    margin-bottom: 10px !important;
    /*color: #A8A8A8 !important;*/
}
p.gform_description a {
    color: #3498db !important;
}
.gform_required_legend {
    padding-bottom: 0px !important;
	display: none !important;
}
button.close-popup {
    float: right;
    background-color: orange;
    color: #fff;
    border-radius: 0px !important;
    border: none;
    padding: 10px;
}
input#gform_submit_button_1,
input#gform_submit_button_2 {
    background: #000 !important;
    color: #fff !important;
    width: 100% !important;
	text-transform: uppercase !important;
}
.gform_wrapper .top_label .gfield_label {
     margin-top: 2px !important; 
}

.stock-filter span {
    font-size: 16px !important;
}
.stock-filter p {
    float: right;
    font-size: 14px !important;
    background-color: #E5E5E5;
    padding: 0px 5px !important;
    border-radius: 50%;
}
input[type="range"] {
  -webkit-appearance: none; /* Removes default styling in some browsers */
  appearance: none;
  width: 100%; /* Set width as needed */
  height: 5px; /* Set the height of the slider track */
  background: #000; /* Color of the track */
  border-radius: 5px; /* Optional: make track rounded */
  outline: none; /* Remove the outline */
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px; /* Width of the thumb */
  height: 15px; /* Height of the thumb */
  background: #000; /* Color of the thumb */
  border-radius: 50%; /* Make thumb circular */
  cursor: pointer; /* Cursor style */
}

/* Sweep To Right Default */
.btn-default-sweep-to-right,
.cta-btn-sweep-to-right,
.black-button,
.white-button,
.view-button{
    /*font-weight: bold;*/
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0) !important;
    /*box-shadow: 0 0 0px rgba(0, 0, 0, 0);*/
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    z-index: 1 !important;
}
/*.btn-default-sweep-to-right,*/
.black-button,
.white-button{
    overflow: hidden;
}
.cta-btn-sweep-to-right .link_wrap,
.view-button {
    overflow: clip !important;
}
.btn-default-sweep-to-right:before,
.cta-btn-sweep-to-right .link_wrap:before,
.black-button:before,
.white-button:before,
.view-button:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.black-button:before,
.white-button:before,
.view-button:before {
    z-index: -9 !important;
}
.btn-default-sweep-to-right:hover:before,
.btn-default-sweep-to-right:focus:before,
.btn-default-sweep-to-right:active:before,
.cta-btn-sweep-to-right .link_wrap:hover:before,
.cta-btn-sweep-to-right .link_wrap:focus:before,
.cta-btn-sweep-to-right .link_wrap:active:before,
.black-button:hover:before,
.black-button:focus:before,
.black-button:active:before,
.white-button:hover:before,
.white-button:focus:before,
.white-button:active:before, 
.view-button:hover:before,
.view-button:focus:before,
.view-button:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.cta-btn-sweep-to-right span.link_wrap,
.view-button {
    display: inline-block;
}

.cta-btn-sweep-to-right.sweep-black .link_wrap:before,
.white-button:before {
    background: #000 !important;
    opacity: 100%;
}
.cta-btn-sweep-to-right.sweep-black:hover .link_wrap,
.cta-btn-sweep-to-right.sweep-black:focus .link_wrap,
.cta-btn-sweep-to-right.sweep-black:active .link_wrap,
.white-button:hover,
.white-button:focus,
.white-button:active {
    color: #fff !important;
}
.btn-default-sweep-to-right.sweep-white:before,
.cta-btn-sweep-to-right.sweep-white .link_wrap:before {
    background: #fff !important;
    border-radius: 8px !important;
    border: 2px solid #000;
    opacity: 100%;
}
.cta-btn-sweep-to-right.sweep-white[data-color="extra-color-1"] .link_wrap:before {
    border: 2px solid var(--nectar-extra-color-1) !important;
}
.black-button:before {
    background: #fff !important;
    border-radius: 8px !important;
    border: 2px solid #000;
    opacity: 100%;
}
.view-button:before {
    background: #fff !important;
    border-radius: 0px 0px 8px 8px !important;
    border: 2px solid #000;
    opacity: 100%;
}
.btn-default-sweep-to-right.sweep-white:hover span,
.btn-default-sweep-to-right.sweep-white:focus span,
.btn-default-sweep-to-right.sweep-white:active span,
.cta-btn-sweep-to-right.sweep-white:hover .link_wrap,
.cta-btn-sweep-to-right.sweep-white:focus .link_wrap,
.cta-btn-sweep-to-right.sweep-white:active .link_wrap,
.black-button:hover,
.black-button:focus,
.black-button:active,
.view-button:hover,
.view-button:focus,
.view-button:active{
    color: #000 !important;
}
.cta-btn-sweep-to-right.sweep-white[data-color="extra-color-1"]:hover .link_wrap,
.cta-btn-sweep-to-right.sweep-white[data-color="extra-color-1"]:focus .link_wrap,
.cta-btn-sweep-to-right.sweep-white[data-color="extra-color-1"]:active .link_wrap {
    color: var(--nectar-extra-color-1) !important;
}
#menu-quick-links .menu-item a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: inherit;
	text-transform: uppercase;
}
#menu-quick-links .menu-item a::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease-in-out;
}
#menu-quick-links .menu-item a:hover::before {
    visibility: visible;
    transform: scaleX(1);
}
#menu-quick-links {
    display: flex;
    flex-wrap: wrap; 
    max-width: 600px; 
    padding: 0; 
    list-style: none;
    margin-bottom: 0px !important;
}
#menu-quick-links li {
    width: 50%; 
    box-sizing: border-box;
}
#menu-quick-links li a {
    text-align: center;
    display: block;
    padding: 10px;
    color: #000;
    text-decoration: none;
}
@media only screen and (min-width: 1000px) {
    .single-product .images .product-slider:not(.no-gallery) {
        margin-bottom: 10px;
        width: calc(100% - 70px);
        margin-left: 150px;
    }
    
    .single-product .product-thumbs {
        height: 100px;
        transform: rotate(90deg) translate(0, -100%);
        transform-origin: left top;
        width: 500px;
        position: absolute !important;
        left: 0;
        top: 0;
    }
    .product[data-tab-pos*=fullwidth] .summary.entry-summary {
        width: 50% !important;
    }
    
    .single-product .product-thumbs .flickity-slider .thumb img, .single-product .product-thumbs .slider .thumb img {
            transform: rotate(270deg);
                aspect-ratio: 1 / 1;
    object-fit: cover;
    }
}
div.product .woocommerce-tabs .full-width-content[data-tab-style*=fullwidth] ul.tabs {
    margin: 0px 0 30px 0 !important;
}
#header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
	margin-left: 30px !important;
  margin-right: 30px !important;
}
body.material #header-outer[data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons {
  margin-left: 60px !important;
 
}
.nectar-center-text {
    white-space: nowrap;
}
#search-field input[type=text] {
	background-color: rgba(0, 0, 0, .04);
	border-radius: 8px;
	border: 2px solid transparent !important;
	width: 457px !important;
}
#top nav ul li a{
	color: #fff !important;
}
#top nav ul li .header:hover a{
	color: #000 !important;
}
@media (max-width: 1680px) {
    #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a {
		margin-left: 20px !important;
	  	margin-right: 20px !important;
	}
	body.material #header-outer[data-has-buttons=no]:not([data-format=left-header]) #top nav>.buttons {
	  	margin-left: 40px !important;

	}
	#search-field input[type=text] {
		width: 192px !important;
	}
}
/* Style for the search container */
.search-container {
    position: relative;
    display: inline-block;
}
.search-container input[type="text"] {
    width: 250px; 
    padding: 10px 40px 10px 10px;  
    border-radius: 5px;
    border: 1px solid #ccc;
    font-size: 16px;
    box-sizing: border-box;
}
.search-container .search-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%); 
    width: 20px; 
    height: 20px; 
    pointer-events: auto !important;
	cursor: pointer !important;
}
.search-container img {
    display: block; 
}
@media only screen and (max-width: 1300px) {
	.search-container {
		width: 100%;
		display: inline-block;
	}
	.search-container input[type="text"] {
		width: 100%;
	}
}
#slide-out-widget-area .menuwrapper .menu {
    text-align: left !important;
}
.row.main-row.list-products {
    margin-top: 0px !important;
    margin-bottom: 80px;
}
.description_tab a {
	all:unset !important;
	color: #000 !important;
	font-size: 35px !important;
	font-weight: bold !important;
	white-space: nowrap;
}
.center-content .vc_column-inner {
  display: flex !important;
  align-items: center; 
  justify-content: center; 
  height: 100%;
}
.widget_price_filter h2.widgettitle,
.woocommerce .widget_price_filter .price_slider_amount button {
	display: none;
}
.woocommerce .widget_price_filter .price_slider {
    margin-top: 1em;
}
.widget_price_filter {
	margin-bottom: 1em;
}
.woocommerce .price_slider_amount .price_label{
    font-size: 16px !important;
}
.no-product {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}
.stock-filter {
    display: block;
}
#filter-button {
	width: 100%;
	border: none;
	padding: 10px;
	border-radius: 8px;
	background-color: #E5E5E5;
}
#filter-button i {
	margin-right: 10px;
}
#filter-button {
	display: none;
}
@media (max-width: 768px) {
    .stock-filter {
        display: none; 
		margin-top: 20px !important;
    }
	#filter-button {
		display: block;
	}
}
.single-product .product-thumbs .flickity-slider .thumb img, .single-product .product-thumbs .slider .thumb img {
    min-height: 86px !important;
}
.wpb_text_column a:hover,
 {
	text-decoration: underline;
}
.grid-item p a,
.grid-item .product-info bdi,
.carousel-item p a,
.carousel-item h5 span,
.iwt-text a {
	background-repeat: no-repeat;
    background-size: 0 2px;
/*     background-image: linear-gradient(to right, #000 0, #000 100%); */
    transition: background-size .55s cubic-bezier(.2,.75,.5,1);
    background-position: left bottom;
	background-image: linear-gradient(to right, #242426 0, #242426 100%);
}
.grid-item:hover p a,
.grid-item:hover .product-info bdi,
.carousel-item:hover p a,
.carousel-item:hover h5 span,
.iwt-text:hover a {
	background-size: 100% 2px;
}

.grid-item:hover p a,
.grid-item:hover .product-info bdi,
.carousel-item:hover p a,
.carousel-item:hover h5 span {
	background-size: 0% 0px !important;
}
.grid-item:hover .view-button,
.carousel-item:hover .view-button {
	text-decoration: none;
}
.image-gallery .hover-wrap-inner {
	height: 200px !important;
}
.image-gallery .hover-wrap-inner img {
	height: 100% !important;
	object-fit: cover;
}
body.post-type-archive #slide-out-widget-area.fullscreen .inner {
    margin: 0px !important;
}
body.post-type-archive #slide-out-widget-area .inner-wrap {
	padding-top: 204px !important;
}
body.post-type-archive .container-wrap,
body.single-product .container-wrap {
	padding-bottom: 0px !important;
}
body.search #page-header-bg h1 {
	font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 45px !important;
}
#search-results img.attachment-full.size-full.skip-lazy.wp-post-image {
    height: 340px !important;
	margin-bottom: 15px !important;
}
#search-results .result .title a {
    font-size: 18px !important;
	font-weight: normal !important;
}
.range-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	width: 300px;
}

.range-container input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	width: 100%;
	height: 5px;
	background: #000;
	border-radius: 5px;
	outline: none;
	cursor: pointer;
	position: absolute;
	margin: 20px 0px !important;
}

.range-container input[type="range"]::-webkit-slider-thumb {
	-webkit-appearance: none;
	width: 15px;
	height: 15px;
	background: #000;
	border-radius: 50%;
	cursor: pointer;
}

.range-container input[type="range"]::-moz-range-thumb {
	width: 15px;
	height: 15px;
	background: #000;
	border-radius: 50%;
	cursor: pointer;
}
body.post-type-archive .container-wrap, body.single-product .container-wrap {
    padding-bottom: 0px !important;
    z-index: 11;
}
@media only screen and (min-width: 1300px) {
	.mobile-home-header {
    	display: none !important;
    }
}
@media only screen and (max-width: 1300px) {
	.home-header {
		display: none !important;
	}
    .mobile-home-header {
    	display: block !important;
    }
}
@media only screen and (max-width: 1280px) {
	.social-col .wpb_column {
		width: 50% !important;
	}
	.mobile-hide {
		display: none !important;
	}
	.quick-links-container .menu-item {
		margin-bottom: 24px;
	}
	.quick-links-container #menu-item-18455 {
		margin-bottom: 6px;
	}
	.vc_wp_custommenu{
		margin-bottom: 0px !important;
	}
}
.mobile-only {
    display: none;
}

@media only screen and (max-width: 768px) {
    .mobile-only {
        display: block;
    }
}