﻿/* ============================================================
   Lightgallery overrides
   ============================================================ */
.lg-sub-html {
	background-color: rgba(0, 0, 0, 0.45);
	bottom: 0px;
	color: #EEEEEE;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	opacity: 1;
	text-align: center;
	z-index: 1080;
}

.lg-img-wrap .lg-image {
	border: 0px solid #fff;
	border-radius: 0px;
	opacity: 1 !important;
	filter: blur(0px) brightness(100%) contrast(100%) grayscale(0%) invert(0%) saturate(1) sepia(0%);
	-webkit-filter: blur(0px) brightness(100%) contrast(100%) grayscale(0%) invert(0%) saturate(1) sepia(0%);

}

.lg-actions .lg-next,
.lg-actions .lg-prev {
	font-size: 22px !important;
	padding: 8px 10px 9px !important;
}

.lg-outer .lg-thumb-item {
	border-radius: 4px;
	border: 2px solid #fff;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #a90707;
}

/* ============================================================
   Site global styles (wp-custom-css)
   ============================================================ */
body {
	font-size: 14px;
	line-height: 1.6em;
}

.produto01 h2 {
	font-size: 16px;
}

.trendify-nav {
	background-color: #000;
}

.trendify-nav .nav li a {
	color: #fff !important;
}

.trendify-nav .nav li {
	border-bottom: 1px solid
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

figure {
	margin: 0;
}

.social_shares2 ul li a {
	color: #b6b6b6;
	display: inline-block;
	padding: 8px;
	text-decoration: none;
	font-size: 25px;
	float: left;
}

/* ============================================================
   WhatsApp floating button
   ============================================================ */
.wa-container {
	position: fixed;
	bottom: 28px;
	right: 28px;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}
.wa-options {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-end;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease;
	opacity: 0;
}
.wa-options.open {
	max-height: 200px;
	opacity: 1;
}
.wa-option {
	background: #fff;
	color: #1a1a1a;
	text-decoration: none;
	padding: 8px 14px;
	border-radius: 20px;
	font-family: Montserrat, sans-serif;
	font-size: 13px;
	font-weight: 600;
	box-shadow: 0 2px 8px rgba(0,0,0,0.18);
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
	transition: transform 0.15s ease;
}
.wa-option:hover { transform: scale(1.04); }
.wa-option .wa-dot {
	width: 10px; height: 10px;
	border-radius: 50%;
	background: #25d366;
	flex-shrink: 0;
}
.wa-main-btn {
	background-color: #25d366;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.3);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
	padding: 0;
}
.wa-main-btn:hover {
	transform: scale(1.1);
	box-shadow: 2px 4px 14px rgba(0,0,0,0.4);
}
.wa-main-btn svg { pointer-events: none; }

/* ============================================================
   Header / Navigation
   ============================================================ */
/* Header ================================================================================= */

/*search form */
.search { padding-top: 15px }
.search form { position: relative }
.search form input[type="text"] {
    width: 250px;
    border-width: 0 0 1px 0;
    padding: 2px 35px 2px 0;
    font-style: italic;
}
.search form input[type="text"]:focus + input[type="image"] {
    right: -5px;
}
.search form input[type="text"]:focus + button[type="submit"] {
    right: -5px;
}
.search form input[type="image"] {
    position: absolute;
    right: 0;
    top: 5px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.3s ease;
}
.search form button[type="submit"] {
    position: absolute;
    right: 0;
    top: -3px;
    padding: 0;
    border: none;
    background: transparent;
    font-size: 24px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.3s ease;
}
/* logo */
.logo-part { padding: 34px 0 }

/* cart icon */


/* navigation one */
.trendify-nav { border-color: #f2f2f2 }
.trendify-nav .navbar-toggle {
    border-color: #FFF;
    border-radius: 0;
}
.trendify-nav .navbar-toggle .icon-bar { background-color: #FFF }
.trendify-nav .nav li a {
    color: #a0a0a0;
    padding: 12px 40px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Montserrat Light', 'Open Sans';
}
.navbar {
    min-height: 46px;
    margin-bottom: 0;
}

@media only screen and (min-width: 767px) { 
    .navbar-nav{
        text-align: center !important;
    }
    .menu-item-has-children:hover .sub-menu {
        visibility: visible !important;
    }
    ul.nav.navbar-nav li.menu-item-has-children ul.sub-menu {
        visibility: hidden;
    }
}
.menu-item-has-children > a:after {
    content: "";
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: -5px 0 0 10px;
    vertical-align: middle;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}



.sub-menu>li>a { font-size: 12px }


/* Mega Menu */
.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .menu-item-has-children {
  position: static;
}
.megamenu .container {
  position: relative;
}
.home1 .megamenu .sub-menu,
.home2 .megamenu .sub-menu,
.home4 .megamenu .sub-menu,
.home4 .megamenu .sub-menu,
.megamenu .sub-menu {
    left: auto !important;
}
.megamenu .megamenu-content {
  padding: 15px;
}
.megamenu .megamenu-content h3{
  margin-top: 0;
  color: #428bca;
  font-size: 18px;
}
.megamenu .menu-item-has-children.megamenu-fw .sub-menu {
  left: 0;
  right: 0;
}
.megamenu .megamenu-content li a {
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 100%;
    padding: 15px 45px 15px 0;
}
.sub-menu.megamenu-content li a:hover {
    color: #6E2FD4;
}
.active a{
    color: #6E2FD4 !important;
}

.new {
    background-color: #6E2FD4;
}
.new:before {
    border-bottom: 19px solid #6E2FD4;
}
.hot {
    background-color: #58C12E;
}
.hot:before {
    border-bottom: 19px solid #58C12E;
}
 .new, .hot{
    height: 0;
    width: 0;
    padding: 0px 5px;
    color: #FFF;
    position: relative;
    margin-left: 19px;
} 
 .new:before, .hot:before {
    content: "";
    width: 0;
    height: 0;
    left: -15px;
    top: 0;
    position: absolute;
    border-left: 15px solid transparent;
    
}
/* navigation Two */
.navbar-style-2 .navbar-brand {
    padding: 5px 15px;
}
.navbar-style-2 .nav li a img {
    margin-right: 5px;
}
.nav li.cart a.trendify-btn {
    padding: 5px 18px !important;
}
.navbar-style-2 .nav li a {
    padding-left: 18px;
    padding-right: 18px;
}
.nav li.cart a:hover {
    color: #FFF;
}
.navbar-style-2.trendify-nav {
    border: 0;
    padding: 15px 0;
}
.desktop .menu-item-has-children:hover > .sub-menu {
    top: 79px; 
    opacity: 1;
    top: 41px;
    display: block;
}
.desktop .menu-item-has-children .sub-menu .menu-item-has-children:hover > .sub-menu{display: inline-block; top:20px; right:-100%;}
.home5 .navbar-style-2.trendify-nav,
.home6 .navbar-style-2.trendify-nav {
     padding: 10px 0 30px;
}
.home5 .trendify-nav .nav li a,
.home6 .trendify-nav .nav li a {
    padding-top: 15px;
    padding-bottom: 15px;
}
/* Mini Cart */
span.remove {
    position: absolute !important;
    display: block;
    background-image: url('../img/cross.png');
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    left: 90px;
}
.navbar-style-2 span.remove {
    left: 75px;
}
/* Header 2 mini cart */
.navbar-style-2 .cart {
    background: transparent;
    border-radius: 0;
    height: auto;
    width: auto;
}
.navbar-style-2 li a img{position: static;}
.navbar-style-2 .cart > a span {
    background-color: transparent;
    position: static;
    color: #707070;
    border: 0;
    margin-left: 15px;
}
.price {
    font-family: 'Montserrat Light';
    font-size: 13px;
}
/*------*/
.desktop .sub-menu {
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    display: none;
    float: left;
    font-size: 14px;
    left: 0;
    list-style: outside none none;
    margin: 2px 0 0;
    min-width: 160px;
    padding: 5px 0;
    position: absolute;
    text-align: left;
    top: 100%;
    z-index: 1000;
}
