/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
@supports (-webkit-touch-callout: none) {
  .elementor-element {
    background-attachment: scroll !important;
  }
}

body:not(#module-creativeelements-preview) > main {
	max-width: 100vw;
	overflow-x: hidden;
	min-height: 100vh;
}

/*CMS page margin fix*/
#main .page-content,
#main .page-header {
    margin-bottom: 0;
}

/* Call to action outline fix*/
.elementor-inner .elementor-button{
	outline: none;
}

/*Nav menu border fix*/


.elementor-nav--layout-horizontal .elementor-nav ul ul a,
.elementor-nav--layout-horizontal .elementor-nav ul ul a:active,
.elementor-nav--layout-horizontal .elementor-nav ul ul a:focus,
.elementor-nav--layout-horizontal .elementor-nav ul ul a:hover{
	border-left: none;
}

/* Wider screensize*/
@media (min-width: 1460px){
	.container {
	    width: 1400px;
	    max-width: 100%;
	}
}

/*Product page image fix*/

#product #content {
    max-width: none;
}

#index #wrapper > .container {
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
}
section#wrapper {
	padding-top: 0;
	background: #fff;
	box-shadow: none;
}

section#wrapper .breadcrumb {
    padding-top: 2.563rem;
}

footer#footer {
	padding-top: 0;
}
#footer > .footer-container {
	margin-top: 0;
	padding-top: 30px;
	background: #25262d;
	box-shadow: none;
}
#footer .h3,
#footer .h3 a,
#footer .h4 {
	color: #ccced7;
}
#footer .block-contact {
	color: #acaaa6;
	font-size: 15px;
}
#footer > .container,
.block-category > h1,
.block-category-inner > .category-cover {
	display: none;
}
div.block-category {
	padding: 0;
}
#category-description {
	width: 100%;
}

#products img, .featured-products img, .product-accessories img, .product-miniature img {
	margin-left: 0px;
	max-width: 100%;
}

.product-list-content {
	position: relative;
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 15px;
}

.product-list-content .product-content-image {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	background: white;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 33px 61px -29px rgba(0,0,0,0.26);
	overflow: hidden;
}


.elementor-slick-slider .product-list-content .product-content-image {
	box-shadow: 0px 30px 41px -28px rgba(0,0,0,0.3);
}

.product-list-content span.badge.onsale.perc {
	display: inline-block;
	box-shadow: 0 5px 15px -4px rgba(0,0,0,.3);
	-webkit-box-shadow: 0 5px 15px -4px rgba(0,0,0,.3);
	color: #fff;
	font-size: 13px;
	left: 0;
	line-height: 19px;
	font-weight: 500;
	padding: 0 8px 2px;
	position: absolute;
	text-transform: uppercase;
	top: 10px;
	z-index: 11;
	background: #212121;
	border-radius: 0;
	min-width: auto;
	min-height: auto;
}

.product-list-content span.badge.onsale.perc::before {
	border-color: transparent transparent transparent #212121;
	border-style: solid;
	border-width: 10px 0 0 8px;
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: -8px;
	width: 0;
}

.product-list-content span.badge.onsale.perc::after {
	border-color: #212121 transparent transparent;
	top: 0;
	bottom: auto;
	border-style: solid;
	border-width: 10px 8px 0 10px;
	bottom: 0;
	content: "";
	height: 0;
	position: absolute;
	right: -8px;
	width: 0;
}

.product-content-image .product-image {
	overflow: hidden;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
}

.product-content-image .product-image .hover-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
	transition: all 0.4s ease;
}

.product-list-content .product-image::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

.product-content-image .product-image img {
	transform: scale(1);
	transition: all 0.3s ease-in-out;
}

.product-content-image:hover .product-image img {
	transform: scale(1.03);
}

.product-content-image .product-image .hover-image{
	opacity: 0;
}

.product-content-image:hover .product-image .hover-image{
	opacity: 1;
}

.product-content-image .highlighted-info{
	position: absolute;
	bottom: 0px;
	width: 100%;
	transform: translateY(100%);
	transition: all 0.3s ease-in-out;
	z-index: 2;
}

.product-content-image:hover .highlighted-info{
	transform: translateY(0%);
}

.product-content-image .highlighted-info .quick-view{
	color: #eee;
	background: #212121;
	padding: 6px 12px;
	border-radius: 20px;
	font-size: 14px;
	font-family: Poppins;
	display: inline-block;
	margin-bottom: 12px;
}

.product-content-image .highlighted-info .quick-view:hover{
	color: #fff;
}

.product-content-image .highlighted-info .variant-links{
	background: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
}
.product-content-image .highlighted-info .color{
	border-radius: 50%;
}

.product-list-content .product-content-bottom {
	padding: 20px 0px 0px 0px;
}

.product-content-bottom {
	padding: 12px 0 0;
	position: relative;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product-content-bottom .product-title,
.product-content-bottom .product-title a {
	font-family: "Poppins", Sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	color: #313131;
}

/*Front numbers*/

#index .elementor-accordion .circle{
	background-color: #343352;
	color: #fff;
	width: 36px;
	height: 36px;
	display: inline-block;
	text-align: center;
	line-height: 36px;
	border-radius: 50%;
	margin-right: 6px;
}

#index .elementor-accordion .elementor-accordion-icon{
  display: none;
}

/*Front badges*/

.hot-badge::after {
	content: "HOT";
	position: absolute;
	background: linear-gradient(151deg, #e23d92, #fb785f);
	top: 28px;
	right: 28px;
	border-radius: 4px;
	font-size: 10px;
	color: #fff;
	line-height: 19px;
	padding: 0 5px;
	font-weight: 600;
}

.new-badge::after {
	content: "NEW";
	position: absolute;
	background: linear-gradient(151deg, #6f2fef, #8742ff);
	top: 28px;
	right: 28px;
	border-radius: 4px;
	font-size: 10px;
	color: #fff;
	line-height: 19px;
	padding: 0 5px;
	font-weight: 600;
}

.elementor-nav-menu .new-badge::after {
	top: 11px;
	right: 23px;
}

.soon-badge::after {
	content: "SOON";
	position: absolute;
	background: #34c1e9;
	top: 28px;
	right: 28px;
	border-radius: 4px;
	font-size: 10px;
	color: #fff;
	line-height: 19px;
	padding: 0 5px;
	font-weight: 600;
}

#search .ce-filters > .elementor-field-type-dropdown:last-child,
#search .ce-active-filters > a:not([href*=Categories]) {
	display: none;
}