/* Nexa Extension por for Elementor v1.9.0 */

/*--------------------------------- General -------------------------------------- */
.nexa-posts-list .nexa-wbg-thumb,
.nexa-posts-list .nexa-posts-content,
.nexa-advanced-float-left{
	float: left;
}
.nexa-posts-thumb-right .nexa-wbg-thumb,
.nexa-posts-thumb-right .nexa-posts-content,
.nexa-advanced-float-right{
	float: right;
}
.nexa-thumb-carousel-main,
.nexa-posts-list .nexa-posts,
.nexa-posts,
.nexa-advanced-fix{
	overflow: hidden;
}
.nexa-flex-column{
	flex-direction: column;
}
.nexa-advanced-section-nav li a{
	transition: all 0.4s;
}
.nexa-on-scroll-load-icon{
	display: none;
	opacity: 0.5;
	text-align: center;
}
.nexa-posts-cats,
.nexa-posts-cats a{
	display: inline-block;
	transition: all 0.4s;
}
.nexa-tilt-box .nexa-overlay,
.nexa-wbg-thumb:hover .nexa-overlay,
.nexa-posts-thumb .nexa-overlay{
	opacity: 1;
}
.nexa-advanced-wc-shop-box-carousel:hover .owl-next,
.nexa-advanced-wc-shop-box-carousel:hover .owl-prev,
.nexa-advanced-wc-shop-list-carousel:hover .owl-next,
.nexa-advanced-wc-shop-list-carousel:hover .owl-prev,
.nexa-advanced-wc-shop-thumb-carousel:hover .owl-next,
.nexa-advanced-wc-shop-thumb-carousel:hover .owl-prev,
.nexa-tilt-box:hover .nexa-tilt-box-title,
.nexa-tilt-box:hover .nexa-tilt-box-desc,
.nexa-advanced-thumb-carousel:hover .owl-next,
.nexa-advanced-thumb-carousel:hover .owl-prev,
.nexa-advanced-team-carousel:hover .owl-next,
.nexa-advanced-team-carousel:hover .owl-prev,
.nexa-advanced-twitter-feed-carousel:hover .owl-next,
.nexa-advanced-twitter-feed-carousel:hover .owl-prev,
.nexa-advanced-facebook-feed-carousel:hover .owl-next,
.nexa-advanced-facebook-feed-carousel:hover .owl-prev{
	opacity: 1;
	transform: translate(0);
}
.nexa-wbg-thumb,
.nexa-thumb-wrap,
.nexa-toggle-labels,
.nexa-advanced-image-marker,
.nexa-advanced-section-nav li,
.nexa-advanced-instant-search,
.nexa-advanced-instant-search-box,
.nexa-video-gallery-item-inner{
	position: relative;
}
.nexa-tilt-box,
.nexa-posts-thumb,
.nexa-advanced-image-scroller{
	position: relative;
	overflow: hidden;
}
.nexa-labels-wrap,
.nexa-advanced-instant-search,
.nexa-advanced-inst-search-thumb,
.nexa-advanced-inst-search-content,
.nexa-advanced-register-form .g-recaptcha{
	display: inline-block;
}


/*--------------------------------- Source Code -------------------------------------- */
.nexa-code-copy-btn{
	opacity: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}
.nexa-advanced-source-code:hover .nexa-code-copy-btn{
	opacity: 1;
}

/*--------------------------------- Tilt Box -------------------------------------- */
.nexa-tilt-box:hover{
	z-index: 999;
}
.nexa-tilt-box-title,
.nexa-tilt-box-desc{
	opacity: 0;
	transition: all 0.6s;
}
.nexa-tilt-none h3,
.nexa-tilt-none div{
	opacity: 1;
}
.nexa-tilt-box-desc{
	transition: all 0.6s 0.15s;
}
.nexa-tilt-top-move h3{
	transform: translateY(-40px);
}
.nexa-tilt-top-move div{
	transform: translateY(-40px);
}
.nexa-tilt-bottom-move h3{
	transform: translateY(40px);
}
.nexa-tilt-bottom-move div{
	transform: translateY(40px);
}
.nexa-tilt-left-move h3{
	transform: translateX(-40px);
}
.nexa-tilt-left-move div{
	transform: translateX(-40px);
}
.nexa-tilt-right-move h3{
	transform: translateX(40px);
}
.nexa-tilt-right-move div{
	transform: translateX(40px);
}


/*--------------------------------- Image Scroller -------------------------------------- */
.nexa-image-scroller-inner,
.nexa-image-scroller-caption{
	margin: 0 auto;
	position: relative;
}
.nexa-image-scroller-device,
.nexa-image-scroller-inner{
	background-size: cover;
	background-repeat: no-repeat;
}
.nexa-image-scroller-device{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background-position: center;
}
.nexa-image-scroller-inner.bottom-to-top,
.nexa-image-scroller-inner.top-to-bottom:hover{
	background-position: bottom;
}
.nexa-image-scroller-inner.top-to-bottom,
.nexa-image-scroller-inner.bottom-to-top:hover{
	background-position: top;
}
.nexa-image-scroller-inner.right-to-left,
.nexa-image-scroller-inner.left-to-right:hover{
	background-position: right;
}
.nexa-image-scroller-inner.left-to-right,
.nexa-image-scroller-inner.right-to-left:hover{
	background-position: left;
}


/*--------------------------------- Posts Gallery -------------------------------------- */
.nexa-gallery-btn,
.nexa-posts,
.nexa-posts-text,
.nexa-posts-meta,
.nexa-posts-meta a{
	transition: all 0.4s;
}
.nexa-posts-col{
	float: left;
	overflow: hidden;
	transition: all 0.4s;
}
.nexa-wbg-thumb img,
.nexa-tab-item.active{
	display: block;
}
.nexa-wbg-thumb .nexa-overlay > a{
	display: block;
	height: 100%;
}
.nexa-posts-title,
.nexa-posts-title a{
	display: block;
	transition: all 0.4s;
}
.nexa-posts-thumb:hover .nexa-posts-thumb-img{
	transform: scale(1.1);
}
.nexa-posts-content,
.nexa-tilt-box-content{
	position: relative;
	width: 100%;
}


/*--------------------------------- Image Accordion -------------------------------------- */
.nexa-advanced-image-accordion{
	display: flex;
}
.nexa-advanced-accord-item{
	position: relative;
	flex: 1;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transition: all 0.4s;
}
.nexa-advanced-accord-title{
	opacity: 0;
	transform: translateY(-50px);
}
.nexa-advanced-accord-desc{
	opacity: 0;
	transform: translateY(50px);
}
.nexa-advanced-accord-item .nexa-overlay{
	display: flex;
	justify-content: center;
	flex-direction: column;
	opacity: 1;
}
.nexa-advanced-image-accordion.nexa-advanced-accord-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.nexa-advanced-accord-item.active,
.nexa-advanced-accord-item.hover:hover{
	flex: 3;
}
.nexa-advanced-accord-item.active .nexa-advanced-accord-title,
.nexa-advanced-accord-item.active .nexa-advanced-accord-desc,
.nexa-advanced-accord-item.hover:hover .nexa-advanced-accord-title,
.nexa-advanced-accord-item.hover:hover .nexa-advanced-accord-desc{
	opacity: 1;
	transform: translate(0);
	transition: all 0.4s 0.3s;
}


/*--------------------------------- Image Marker -------------------------------------- */
.nexa-advanced-image-marker > img{
	width: 100%;
	height: auto;
}
.nexa-image-marker{
	position: absolute;
	display: inline-block;
	cursor: pointer;
}


/*--------------------------------- Offcanvas Bar -------------------------------------- */
.nexa-offcanvas-wrap{
	position: absolute;
	top: 0;
	height: 100%;
	max-width: 100%;
	overflow-y: auto;
}
.nexa-offcanvas-overlay{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	transition: all 0.8s ease-out;
}
.nexa-offcanvas-left .nexa-offcanvas-wrap{
	left: 0;
}
.nexa-offcanvas-right .nexa-offcanvas-wrap{
	right: 0;
}
.nexa-offcanvas-left{
	left: calc(-100% - 100px);
}
.nexa-offcanvas-right{
	left: calc(100% + 100px);
}
.nexa-offcanvas-overlay.nexa-offcanvas-on{
	left: 0;
}
.nexa-offcanvas-close {
	position: absolute;
	padding: 0;
	background: transparent;
	z-index: 999;
}


/*--------------------------------- Instant Search Form -------------------------------------- */
.nexa-video-gallery-item-1,
.nexa-advanced-instant-search-box{
	width: 100%;
}
.nexa-advanced-search-icon{
	position: absolute;
	right: 0;
}
.nexa-advanced-search-result{
	display: none;
	position: absolute;
	width: 100%;
	z-index: 999;
	overflow-y: auto;
	transition: all 0.3s ease-in-out;
}
.nexa-advanced-search-item{
	display: block;
	transition: all 0.2s ease;
}
.nexa-advanced-search-item:last-child{
	border-bottom: 0 !important;
}


/*--------------------------------- Section Nav -------------------------------------- */
.nexa-advanced-section-nav{
	position: fixed;
	z-index: 9999;
}
.nexa-advanced-section-nav ul{
	margin: 0;
	padding: 0;
}
.nexa-advanced-section-nav .nexa-tooltip-text{
	width: 100px;
}
.nexa-advanced-section-nav li:hover .nexa-tooltip-text,
.nexa-advanced-section-nav li:hover .nexa-tooltip-text{
	opacity: 1;
	visibility: visible;
}


/*--------------------------------- Tab -------------------------------------- */
.nexa-advanced-dn,
.nexa-toggle-content,
.nexa-advanced-tab-wrap{
	display: none;
}
.nexa-toggle-content.show,
.nexa-advanced-tab-wrap.active,
.nexa-advanced-db{
	display: block;
}
.nexa-advanced-tab-btns{
	display: flex;
	flex-wrap: wrap;
}
.nexa-advanced-tab-btn{
	display: flex;
	border: 0;
	cursor: pointer;
	justify-content: center;
	align-items: center;
	transition: all 0.35s;
}
.nexa-advanced-tab-btn:focus{
	outline: none;
}


/*--------------------------------- Gallery Carousel -------------------------------------- */
.nexa-thumb-carousel-thumb-item{
	cursor: pointer;
	overflow: hidden;
	transition: all 0.4s;
}
.nexa-thumb-carousel-thumb-item .nexa-wbg-cover{
	width: 100%;
	transition: all 0.4s;
}
.nexa-thumb-carousel-thumb-item:hover .nexa-wbg-cover{
	transform: scale(1.15);
	opacity: 0.85;
}


/*--------------------------------- Testimonial -------------------------------------- */
.nexa-content-carousel .owl-nav button.owl-next,
.nexa-content-carousel .owl-nav button.owl-prev {
	display: inline-block;
	border: 0;
	cursor: pointer;
	transition: all 0.35s;
}
.nexa-content-carousel .owl-nav button.owl-next:focus,
.nexa-content-carousel .owl-nav button.owl-prev:focus {
	outline: 0;
}
.nexa-thumb-carousel,
.nexa-thumb-carousel .owl-stage-outer{
	height: 100%;
	z-index: 9;
}
.nexa-thumb-carousel .owl-item{
	width: auto !important;
	cursor: pointer;
}
.nexa-thumb-image {
	transition: all 0.3s;
}
.nexa-big-thumb{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
}


/*--------------------------------- Slider and Carousel -------------------------------------- */
.nexa-advanced-wc-shop-box-carousel,
.nexa-advanced-wc-shop-list-carousel,
.nexa-advanced-wc-shop-thumb-carousel,
.nexa-advanced-source-code,
.nexa-advanced-thumb-carousel,
.nexa-advanced-testimonial,
.nexa-advanced-team-carousel,
.nexa-advanced-twitter-feed-carousel,
.nexa-advanced-facebook-feed-carousel{
	direction: ltr;
}
.nexa-team-content{
	position: relative;
	z-index: 2;
}
.nexa-advanced-wc-shop-box-carousel .owl-next,
.nexa-advanced-wc-shop-box-carousel .owl-prev,
.nexa-advanced-wc-shop-list-carousel .owl-next,
.nexa-advanced-wc-shop-list-carousel .owl-prev,
.nexa-advanced-wc-shop-thumb-carousel .owl-next,
.nexa-advanced-wc-shop-thumb-carousel .owl-prev,
.nexa-advanced-thumb-carousel .owl-next,
.nexa-advanced-thumb-carousel .owl-prev,
.nexa-advanced-team-carousel .owl-next,
.nexa-advanced-team-carousel .owl-prev,
.nexa-advanced-twitter-feed-carousel .owl-next,
.nexa-advanced-twitter-feed-carousel .owl-prev,
.nexa-advanced-facebook-feed-carousel .owl-next,
.nexa-advanced-facebook-feed-carousel .owl-prev{
	position: absolute;
	padding: 2px 14px 6px;
	border: 0;
	outline: 0;
	font-size: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	opacity: 0;
	transition: all 0.6s;
}
.nexa-advanced-wc-shop-box-carousel .owl-next,
.nexa-advanced-wc-shop-list-carousel .owl-next,
.nexa-advanced-wc-shop-thumb-carousel .owl-next,
.nexa-advanced-thumb-carousel .owl-next,
.nexa-advanced-team-carousel .owl-next,
.nexa-advanced-twitter-feed-carousel .owl-next,
.nexa-advanced-facebook-feed-carousel .owl-next{
	right: 35px;
	transform: translate( 20px, 0 );
}
.nexa-advanced-wc-shop-box-carousel .owl-prev,
.nexa-advanced-wc-shop-list-carousel .owl-prev,
.nexa-advanced-wc-shop-thumb-carousel .owl-prev,
.nexa-advanced-thumb-carousel .owl-prev,
.nexa-advanced-team-carousel .owl-prev,
.nexa-advanced-twitter-feed-carousel .owl-prev,
.nexa-advanced-facebook-feed-carousel .owl-prev{
	left: 35px;
	transform: translate( -20px, 0 );
}
.nexa-advanced-wc-shop-box-carousel .owl-dot,
.nexa-advanced-wc-shop-list-carousel .owl-dot,
.nexa-advanced-wc-shop-thumb-carousel .owl-dot,
.nexa-advanced-team-carousel .owl-dot,
.nexa-advanced-twitter-feed-carousel .owl-dot,
.nexa-advanced-facebook-feed-carousel .owl-dot{
	width: 10px;
	height: 10px;
	margin: 25px 5px;
	padding: 0;
	background: transparent;
	border: 1px solid #0d6efd;
	border-radius: 10px;
	outline: 0;
	cursor: pointer;
	transition: all 0.25s;
}
.nexa-advanced-wc-shop-box-carousel .owl-dot.active,
.nexa-advanced-wc-shop-list-carousel .owl-dot.active,
.nexa-advanced-wc-shop-thumb-carousel .owl-dot.active,
.nexa-advanced-team-carousel .owl-dot.active,
.nexa-advanced-twitter-feed-carousel .owl-dot.active,
.nexa-advanced-facebook-feed-carousel .owl-dot.active{
	width: 20px;
}
.nexa-advanced-wc-carousel-dots-inside.owl-carousel .owl-dots{
	position: absolute;
	bottom: 0;
	width: 100%;
}


/*--------------------------------- Toggle Content -------------------------------------- */
.nexa-toggle-switcher{
	position: absolute;
	left: 0;
	width: 50%;
	height: 100%;
	z-index: 0;
	transition: all 0.3s;
}
.nexa-labels-wrap span{
	position: relative;
	width: 50%;
	cursor: pointer;
	text-align: center;
	z-index: 1;
	transition: all 0.2s;
}
.active + .nexa-toggle-switcher{
	left: 50%;
}


/*--------------------------------- Video Gallery -------------------------------------- */
.nexa-video-gallery-item-inner .nexa-overlay{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	opacity: 1;
}
.nexa-advanced-video-play{
	display: inline-block;
	text-align: center;
	overflow: hidden;
	transition: all 0.4s;
}
.nexa-video-gallery-item-2{
	width: 50%;
}
.nexa-video-gallery-item-3{
	width: 33.333333%;
}
.nexa-video-gallery-item-4{
	width: 25%;
}
.nexa-video-gallery-item-5{
	width: 20%;
}
.nexa-video-gallery-item-6{
	width: 16.666667%;
}


/*--------------------------------------------------------------------------------------
									WooCommerce
---------------------------------------------------------------------------------------- */

.nexa-advanced-wc-img,
.nexa-advanced-wc-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.nexa-advanced-wc-img{
    background-size:cover;
    background-position:center;
}
.nexa-advanced-wc-overlay{
	background: rgba(0,0,0,0.5);
}
.nexa-advanced-wc-thumb,
.nexa-advanced-wc-post{
	overflow: hidden;
}
.nexa-advanced-wc-post a,
.nexa-advanced-wc-zoomin,
.nexa-advanced-wc-zoomout,
.nexa-advanced-wc-post{
	transition: all 0.3s;
}
.nexa-advanced-wc-price,
.nexa-advanced-wc-cart a,
.nexa-advanced-wc-thumb a{
	display: inline-block;
}
.nexa-advanced-wc-price del{
	opacity: 0.6;
}
.nexa-advanced-wc-pagination a{
	display: inline-block;
	text-align: center;
	transition: all 0.4s;
}

/* ----------------------- Common ----------------------- */
.nexa-advanced-wc-thumb > .nexa-advanced-wc-thumb-inner{
	position: absolute;
}
.nexa-advanced-wc-thumb > .nexa-advanced-wc-thumb-inner{
	width: 100%;
}
.nexa-advanced-wc-thumb .nexa-advanced-wc-sale,
.nexa-advanced-wc-thumb .nexa-advanced-wc-price,
.nexa-advanced-wc-thumb .nexa-advanced-wc-cart{
	z-index: 99;
}

/*Effects*/
.nexa-advanced-wc-zoomout,
.nexa-advanced-wc-thumb:hover .nexa-advanced-wc-zoomin{
	transform: scale(1.1);
}
.nexa-advanced-wc-thumb:hover .nexa-advanced-wc-zoomout{
	transform: scale(1);
}

.nexa-advanced-wc-profil-search input[type="search"]{
	display: inline-block;
	width: inherit;
	height: inherit;
	vertical-align: inherit !important;
	transition: all 0.3s;
}
.nexa-advanced-wc-profil-search input[type="search"],
.nexa-advanced-wc-profil-price input[type="number"]:focus{
	outline: none;
}
.nexa-advanced-wc-profil-field input{
	margin: 0;
}
.nexa-advanced-wc-profil-label{
	margin: 0 0 8px 0;
	cursor: pointer;
}
.nexa-advanced-wc-profil-label span{
	float: right;
}
.rtl .nexa-advanced-wc-profil-label span{
	float: left;
}
.nexa-advanced-wc-profil-reset,
.active .nexa-advanced-wc-profil-label .open-action,
.nexa-advanced-wc-profil-label .close-action{
	display: inline-block;
}
.nexa-advanced-wc-profil-content-inner,
.active .nexa-advanced-wc-profil-label .close-action,
.nexa-advanced-wc-profil-label .open-action{
	display: none;
}
.nexa-advanced-wc-product-filter-vertical label:not(.nexa-advanced-wc-profil-price label) {
	margin: 0 0 0 5px;
}
.nexa-advanced-wc-product-filter-horizontal label:not(.nexa-advanced-wc-profil-price label) {
	margin: 0 0 0 5px;
}
.rtl .nexa-advanced-wc-product-filter-vertical label:not(.nexa-advanced-wc-profil-price label),
.rtl .nexa-advanced-wc-product-filter-horizontal label:not(.nexa-advanced-wc-profil-price label) {
	margin: 0 5px 0 0;
}

/*--------------------------------- Product Filter Vertical -------------------------------------- */
.nexa-advanced-wc-product-filter-vertical .nexa-advanced-wc-profil-label span{
	padding: 0 12px;
}

/*Search field*/
.nexa-advanced-wc-profil-search{
	position: relative;
}
.nexa-advanced-wc-profil-search input[type="search"]{
	width: 100%;
	border: 0;
}
.nexa-advanced-wc-profil-search button{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
}
.rtl .nexa-advanced-wc-profil-search button{
	right: inherit;
	left: 0;
}

/*Price fileds*/
.nexa-advanced-wc-profil-price label,
.nexa-advanced-wc-profil-price input[type="number"]{
	width: 100%;
}
.nexa-advanced-wc-profil-min-price,
.nexa-advanced-wc-profil-max-price{
	width: 45%;
	float: left;
}
.nexa-advanced-wc-profil-min-price{
	margin-right: 10%;
}
.rtl .nexa-advanced-wc-profil-min-price,
.rtl .nexa-advanced-wc-profil-max-price{
	float: right;
}
.rtl .nexa-advanced-wc-profil-min-price{
	margin-left: 10%;
	margin-right: 0;
}


/*--------------------------------- Product Filter Horizontal -------------------------------------- */
.nexa-advanced-wc-profil-second-row{
	display: flex;
	margin: 0 -0.5% 0 -0.5%;
	flex-wrap: wrap;
}
.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-item{
	position: relative;
	margin: 0.5%;
	flex: 0 0 auto;
}
.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-item:nth-child(1){
	z-index: 160;
}
.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-item:nth-child(2){
	z-index: 150;
}
.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-item:nth-child(3){
	z-index: 140;
}
.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-item:nth-child(4){
	z-index: 130;
}
.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-item:nth-child(5){
	z-index: 120;
}
.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-item:nth-child(6){
	z-index: 110;
}
.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-content{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-search,
.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-title,
.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-action{
	float: left;
}
.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-search{
	width: 50%;
}
.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-title,
.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-action{
	width: 25%;
}
.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-label{
	font-size: 14px;
	font-weight: 400;
}


/*--------------------------------- Shop Box Grid -------------------------------------- */
.nexa-advanced-wc-col-1{
	flex: 0 0 auto;
	width: 100%;
}
.nexa-advanced-wc-col-2{
	flex: 0 0 auto;
	width: 50%;
}
.nexa-advanced-wc-col-3{
	flex: 0 0 auto;
	width: 33.3333333%;
}
.nexa-advanced-wc-col-4{
	flex: 0 0 auto;
	width: 25%;
}
.nexa-advanced-wc-shop-list-carousel .nexa-advanced-wc-post,
.nexa-advanced-wc-shop-list-grid .nexa-advanced-wc-post,
.nexa-advanced-wc-posts-wrap{
	display: flex;
	flex-wrap: wrap;
}
.nexa-advanced-wc-cart-and-price{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nexa-advanced-wc-thumb{
	position: relative;
}


/* ----------------------- Shop List Grid ----------------------- */
.nexa-advanced-wc-list-grid .nexa-advanced-wc-thumb,
.nexa-advanced-wc-list-grid .nexa-advanced-wc-thumb-left,
.nexa-advanced-wc-list-grid .nexa-advanced-wc-thumb-right{
	flex: 0 0 auto;
}






/* RESPONSIVE-Tablet*/
@media (max-width: 991px) {
	.nexa-video-gallery-item-2,
	.nexa-video-gallery-item-3,
	.nexa-video-gallery-item-4,
	.nexa-video-gallery-item-5,
	.nexa-video-gallery-item-6,
	.nexa-advanced-wc-col-1,
	.nexa-advanced-wc-col-2,
	.nexa-advanced-wc-col-3,
	.nexa-advanced-wc-col-4{
		width: 50%;
	}
	.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-search{
		width: 40%;
	}
	.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-title,
	.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-action{
		width: 30%;
	}
}


/* RESPONSIVE-Mobile*/
@media (max-width: 767px) {
	.nexa-advanced-wc-shop-box-carousel .owl-next,
	.nexa-advanced-wc-shop-box-carousel .owl-prev,
	.nexa-advanced-wc-shop-list-carousel .owl-next,
	.nexa-advanced-wc-shop-list-carousel .owl-prev,
	.nexa-advanced-wc-shop-thumb-carousel .owl-next,
	.nexa-advanced-wc-shop-thumb-carousel .owl-prev,
	.nexa-advanced-thumb-carousel .owl-next,
	.nexa-advanced-thumb-carousel .owl-prev,
	.nexa-advanced-team-carousel .owl-next,
	.nexa-advanced-team-carousel .owl-prev,
	.nexa-advanced-twitter-feed-carousel .owl-next,
	.nexa-advanced-twitter-feed-carousel .owl-prev,
	.nexa-advanced-facebook-feed-carousel .owl-next,
	.nexa-advanced-facebook-feed-carousel .owl-prev,
	.nexa-advanced-section-nav,
	.nexa-thumb-wrap{
		display: none;
	}
	.nexa-advanced-wc-product-filter-horizontal{
		position: relative;
		padding-bottom: 80px;
	}
	.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-item{
		margin: 1% 0.5%;
	}
	.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-content{
		position: inherit;
	}
	.nexa-advanced-wc-col-1,
	.nexa-advanced-wc-col-2,
	.nexa-advanced-wc-col-3,
	.nexa-advanced-wc-col-4,
	.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-search,
	.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-title{
		width: 100%;
	}
	.nexa-advanced-wc-product-filter-horizontal .nexa-advanced-wc-profil-action{
		position: absolute;
		width: 100%;
		bottom: 0;
	}
}

/* RESPONSIVE-Mobile Too Small*/
@media (max-width: 540px) {
	.nexa-video-gallery-item-2,
	.nexa-video-gallery-item-3,
	.nexa-video-gallery-item-4,
	.nexa-video-gallery-item-5,
	.nexa-video-gallery-item-6{
		width: 100%;
	}
}

/* RTL */
.rtl .nexa-advanced-search-icon{
	right: auto;
	left: 0;
}



/* ----------------------- Common ----------------------- */
.nexa-advanced-wc-badge {
    position: absolute;
    left: 15px;
    top: 15px;
}

.nexa-advanced-wc-actions {
    position: absolute;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 0.7375rem;
    right: 0.7375rem;
}
@media screen and (min-width: 1024px) {
  .nexa-advanced-wc-actions {
    top: 10px;
    right: 10px;
  }
}

.nexa-advanced-wc-actions .nexa-wc-action-button {
	position: relative;
    opacity: 0;
    visibility: hidden;
	transform: translateX(40px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .1);
	transition: all .3s ease 0s, transform .3s ease 0s, opacity .3s ease 0s;
}
.nexa-advanced-wc-actions .nexa-wc-action-button:nth-child(2) {
    transition: all .3s ease 0s, transform .3s ease .0s, opacity .3s ease 0s;
}

.nexa-advanced-wc-actions .nexa-wc-action-button:nth-child(3) {
    transition: all .3s ease 0s, transform .3s ease .1s, opacity .3s ease 0s;
}
.nexa-advanced-wc-actions .nexa-wc-action-button:nth-child(4) {
    transition: all .3s ease 0s, transform .3s ease .2s, opacity .3s ease 0s;
}
.nexa-advanced-wc-actions .nexa-wc-action-button:nth-child(5) {
    transition: all .3s ease 0s, transform .3s ease .3s, opacity .3s ease 0s;
}
.nexa-advanced-wc-actions .nexa-wc-action-button:nth-child(6) {
    transition: all .3s ease 0s, transform .3s ease .4s, opacity .3s ease 0s;
}
.nexa-advanced-wc-post:hover .nexa-advanced-wc-actions .nexa-wc-action-button {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}
.nexa-advanced-wc-actions .nexa-wc-action-button:nth-child(1) {
	opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.nexa-wc-tooltip.vertical .nexa-wc-action-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.nexa-wc-tooltip.vertical small {
    top: 50%;
    right: 100%;
    position: absolute;
    white-space: nowrap;
    padding: 7px 10px;
    color: #fff;
    background-color: #2D2A27;
    content: attr(aria-label);
    line-height: 1.3;
    transition-delay: .1s;
    box-shadow: 4px 4px 8px rgba(0,0,0,.1);
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-50%) translateX(0px);
}
.nexa-wc-tooltip.vertical small:before {
    content: "";
    position: absolute;
    top: calc(50% - 7px);
    right: -13px;
    transition-delay: .1s;
    border: 7px solid transparent;
    border-left-color: #2D2A27;
    z-index: 9;
    margin-bottom: -13px;
    transition-delay: .1s;
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
}

.nexa-wc-tooltip.vertical > *:hover small, 
.nexa-wc-tooltip.vertical > *.woosq-added small, 
.nexa-wc-tooltip.vertical > *.woosw-added small, 
.nexa-wc-tooltip.vertical > *.woosc-added small {
    opacity: 1;
    visibility: visible;
    transform: translateY(-50%) translateX(-8px);
}



.nexa-wc-tooltip.horizontal .nexa-wc-action-button {
	position: relative;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nexa-wc-tooltip.horizontal small {
    bottom: 100%;
    left: 50%;
    position: absolute;
    white-space: nowrap;
    padding: 7px 10px;
    color: #fff;
    background-color: #2D2A27;
    content: attr(aria-label);
    line-height: 1.3;
    transition-delay: .1s;
    box-shadow: 4px 4px 8px rgba(0,0,0,.1);
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(0px)
}

.nexa-wc-tooltip.horizontal small:before {
    content: "";
    position: absolute;
    left: calc(50% - 7px);
    bottom: 0;
    transition-delay: .1s;
    border: 7px solid transparent;
    border-top-color: #2D2A27;
    z-index: 9;
    margin-bottom: -13px;
    transition-delay: .1s;
    transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24)
}

.nexa-wc-tooltip.horizontal > *:hover small,
.nexa-wc-tooltip.horizontal > *.woosq-added small,
.nexa-wc-tooltip.horizontal > *.woosw-added small,
.nexa-wc-tooltip.horizontal > *.woosc-added small {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-8px)
}


.nexa-wc-tooltip.vertical .tinv-wishlist .tinvwl_add_to_wishlist_button:before {
    margin: 0;
}


.nexa-advanced-wc-add-to-cart.nexa-wc-add-to-cart {
    position: relative;
}
.nexa-advanced-wc-add-to-cart .add_to_cart_button.ajax_add_to_cart.added {
    display: none;
}
.nexa-advanced-wc-add-to-cart .added_to_cart {
    display: inline-block;
    width: unset;
    height: unset;
    font-size: 100%;
    position: relative;
	line-height: normal;
}