@import "../../../css/theme.css";
@import "../../../css/custom.css";
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



.bg-primary{
	background-color: #83b735!important;
}

.bg-secondary{
	background-color: #f3f3f3!important;
}

.c-primary{
	color: #83b735!important;
}

.c-secondary{
	color: #a5a5a5!important;
}


input {
	font-family: "Lato", sans-serif;
}

html, body {
	background: white;
	font-family: "Lato", sans-serif;
	scroll-behavior: smooth;
}

header{z-index: 1021;color: #333;}
header .logo {max-height: 48px;}
header nav{font-weight: 500;}
header nav a, header nav button{color: #282b2f;text-transform: uppercase;font-size: 13px;font-weight: 700;}
header nav a:hover, header nav button:hover, header nav li:hover{color: #83b735;}
header .dropdown-menu .bi-arrow-right-short{opacity: 0;}
header .dropdown-menu li a{text-transform: none;}
header .dropdown-menu li:hover .bi-arrow-right-short{opacity: 1;}
.search-container .bg-primary{padding: 11px 13px;background-color: transparent !important;border: 1px solid #e8e8e8;}
header .dropdown-menu{max-height: calc(100vh - 130px);overflow: auto;width: 250px;z-index: 9999;padding: 15px;}
header .menu{width: 30px;}
header .menu span{height: 2px;transition: all ease-in-out .3s;background-color: #666666;}
header .menu-down{border: 1px solid #e8e8e8;}
.search-container form .form-control{border: 1px solid #e8e8e8!important;border-radius: 0px!important;}
.offcanvas-cart-container i{color: #333;}
/* .offcanvas-cart-container span{font-size: 10px;} */
.offcanvas-cart-container .offcanvas-body h3{font-family: "Poppins", sans-serif;font-weight: 600;color: #333;font-size: 14px;}
.offcanvas-cart-container .see-cart{background-color: #f7f7f7;color: #333;}
.offcanvas-cart-container .see-cart:hover{background-color: #efefef;}
.offcanvas-cart-container .checkout-btn:hover{background-color: #74a32f!important;}
.offcanvas-cart-container .offcanvas-body .box-item:hover{background-color: #f7f7f7;}

body{padding-top: 93px;color: #333;}
body.with-name{padding-top: 137px;}
body.with-bar{padding-top: 119px;}
body.with-name.with-bar{padding-top: 170px;}

a, a:hover, button, button:hover {
	-webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.title{text-transform: uppercase;color: #242424;font-size: 26px;font-family: "Poppins", sans-serif;font-weight: 600;}

.sliderCategories .tns-controls {top: 50%;margin-top: -12px;}
.sliderCategories .item{transition: all 0.3s ease-in-out;}
.sliderCategories .item h3{transition: color 0.3s ease-in-out;}
.sliderCategories .item h3:hover{color: #83b735!important;cursor: pointer;}
.sliderCategories .item a.btn-cat{left: 0;z-index: 1;position: absolute;width: 100%;height: 100%;}
.sliderCategories .item .ratio{margin: 0!important;background-color: transparent!important;}

.tns-controls { left: 0; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; z-index: 2; }
.tns-controls button { background-color: white; background-repeat: no-repeat; background-position: center center; background-size: contain; border: none; color: #F6C40F; height: 35px; position: absolute; width: 35px;opacity: 0;pointer-events: none;}
.tns-controls button[data-controls="prev"] { background-image: url('../img/arrow-left.svg'); left: 15px; }
.tns-controls button[data-controls="next"] { background-image: url('../img/arrow-right.svg'); right: 15px; }

.tns-nav {bottom: 15px;display: flex;justify-content: center;left: 0;position: absolute;text-align: center;background-color: white;z-index: 2;padding: 4px;border-radius: 25px;left: 50%;transform: translate(-50%, -50%);}
.tns-nav button {border: 0px solid #969594;border-radius: 50%;display: block;height: 12px;margin: 0 5px;opacity: 1;width: 10px;}
.tns-nav button.tns-nav-active { background-color: #333; }

#carouselBanners:hover .tns-controls button, .featuredProducts:hover .tns-controls button {opacity: 1;pointer-events: all;}
.featuredProducts:hover .tns-controls button[data-controls="prev"]{ left: -25px;}
.featuredProducts:hover .tns-controls button[data-controls="next"]{ right: -25px;}

.shipping_type, .payment_method {
	&.active::after {
		color: var(--bs-green);
		content: '\F26A';
		display: block;
		font-family: 'bootstrap-icons';
		height: 16px;
		position: absolute;
		right: 5px;
		top: 5px;
		width: 16px;
	}
}

.longDescription, .short_description {
	overflow: hidden;
	color: #767676;

	figure, p {
		img {
			max-width: 100%;
			height: auto;
		}
	}

	figure {
		display: block;
		margin: 20px auto;
		max-width: 100%;

		img {
			display: block;
			margin: 20px auto;
		}

		&.image-style-side {
			float: right;
			margin: 20px 0 20px 20px;
		}
	}
}

.menu-categories li {

	.imgblack {
		display: block;
	}

	.imgcolor {
		display: none;
	}

	&.active {
		& > div > a {
			color: #CB8161;
		}

		& > div > button .imgblack {
			display: none;
		}

		& > div > button .imgcolor {
			display: block;
		}
	}
}

.menu-categories > ul > li ul {
	list-style: none;
	padding-left: 20px;
}

.menu-categories > ul > li > ul {
	display: block !important;
}

footer{	background-color: #F9F9F9;color: #666666!important;}
footer ul li a{color: #666666;}
footer h2{color: #333;font-family: "Poppins", sans-serif;font-weight: 600;font-size: 16px;}
footer .logo{max-height: 45px;max-width: 115px;}
footer .nav-footer a:hover{color: #333;}
footer .social-media a{border-radius: 50%;padding: 5px 10px;transition: all ease-in-out .3s;}
footer .social-media a i:hover{color: #74a32f;transition: all ease-in-out .3s;opacity: 0.5;}
footer .nav-footer ul li a{font-size: 14px;}

#thumbnail-carousel-track {height: 516px !important;}

#icons-items .icon-hover-flip .bi {transition: transform 0.3s ease-in-out;}
#icons-items .rounded-end-1, .rounded-start-1{position: relative;}
#icons-items .rounded-start-1::after{background-color: #80808033;content: '';position: absolute;right: 0px;bottom: 50%;transform: translateY(50%);width: 1px;height: calc(100% - 60px);}
#icons-items .rounded-end-1::before{background-color: #80808033;content: '';position: absolute;left: 0px;bottom: 50%;transform: translateY(50%);width: 1px;height: calc(100% - 60px);}
#icons-items .icon-main{-webkit-transition: all .3s ease-in-out 0s;-o-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
#icons-items .hover-icon{position: absolute;top: 0px;bottom: 0px;left: 0px;right: 0px;transform: translateY(100%);-webkit-transition: all .3s ease-in-out 0s;-o-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}

.price-offer{
	border-radius: 5px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: transform 0.3s ease-in-out;
  background-color: #fff;
}


header.visible {
  	/* transform: translateY(0); */
	box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.15);
}

/* fin header */

.scroll-top-btn{
	bottom: 0;
    right: 30px;
    margin-bottom: 15px;
    z-index: 999;
    border-radius: 5px;
    border: 0;
    color: white;
	transition: all ease-in-out .3s;
	&:hover {
		background-color: #292828!important;
	}
}

.btn-buy-add button:hover{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    transition: .3s;
    opacity: 0.7;
    color: white !important;
}

.price-offer{display: inline-flex;align-items: center;justify-content: center;min-height: 50px;border-radius: 35px;min-width: 50px;}
.product-card .title-product-box{font-family: "Poppins", sans-serif;font-size: 14px;color: #333333;}
.product-card {overflow: hidden;transition: transform .3s ease, box-shadow .3s ease;display: flex;flex-direction: column;}
.product-card:hover {transform: translateY(-6px);box-shadow: 0 15px 30px rgba(0, 0, 0, .15);}
.product-card-body {position: relative;flex: 1;}
.product-card-actions {position: absolute;left: 0;right: 0;bottom: 1rem;display: flex;justify-content: center;gap: .5rem;opacity: 0;visibility: hidden;transform: translateY(10px);pointer-events: none;transition:opacity .55s ease,transform .55s ease,visibility .55s ease;z-index: 1;}
.product-card:hover .product-card-actions {opacity: 1;visibility: visible;transform: translateY(0);pointer-events: auto;}
.product-card:hover .product-card-rating {opacity: .3;transition: opacity .25s ease;}
.product-card:hover .ratio {filter: brightness(.96);transition: filter .25s ease;}
.product-card span.cat-name{font-size: 13px;color: #777;text-align: center;display: block;}

.btn-see-more, .btn-contact{background-color: #83b735!important;}

.call-to-action .col-sm-10 h3, .call-to-action .col-sm-10 p{color: white;text-transform: none;}
.call-to-action .col-sm-10 h3{font-size: 45px;}

.sliderProductsNav .ratio {position: relative;overflow: hidden;transition: transform .3s ease-in-out;}

.sliderProductsNav .ratio:hover {transform: scale(1.05);}

.sliderProductsNav .ratio::before {content: '';inset: 0;background: rgba(255,255,255,0.6);transform: translateY(100%);transition: transform .4s ease-in-out;}

.sliderProductsNav .ratio:hover::before {transform: translateY(0);}

.sliderProductsNav .cat-hover {position: absolute;inset: 0;z-index: 2;}

.bodyProduct{
	padding-right: 0px!important;
}

.bodyProduct .btn-whatsapp {
    display: none;
}

.img-review .btn{
    height: inherit;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.img-review .btn i{
	color: white;
}

.breadcrumb-item.active{color: #242424;font-weight: 600;}

ol.breadcrumb{margin-bottom: 0px!important;}

.product-detail .column-right h1{color: #333333;font-family: "Poppins", sans-serif;}
.nav-pills .nav-link{padding-top: 5px;padding-bottom: 5px;border-radius: 0;color: #808080 !important;text-transform: uppercase;font-family: "Poppins", sans-serif;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{background-color: white !important;border: 0px;border-radius: 0;border-top: 3px solid #83b735;color: #333!important;}
.contact-form .text-start button:hover{opacity: 0.7;}

.offcanvas.show{min-width: 400px;padding: 10px;}
.offcanvas-header .bg-green{background-color: #ababab!important;}

.btn-deatil-buy-add .btn-buy{font-size: 14px !important;font-weight: 600;background-color: #313131 !important;}

.btn-deatil-buy-add .btn-buy:hover{opacity: 0.7;}
.btn-deatil-buy-add .btn-add{font-size: 14px !important;font-weight: 600;background-color: #83b735 !important;color: white;}
.btn-deatil-buy-add .btn-add:hover{opacity: 0.7;}
.quantity-down, .quantity-up, .quantity{border: 2px solid #0000001a;color: #333;}
.quantity-down:hover, .quantity-up:hover{background-color: #83b735;border-color: #83b735;color: white!important;}
.quantity{border-left: none;border-right: none;}

.sticky-sm-top{z-index: 999;}

.splide__arrow svg{fill: #6c757d;}
.splide__arrow{border-radius: 0px;}
#main-carousel{position: relative;}
#main-carousel .splide__arrow{opacity: 0;background-color: transparent;}
#main-carousel:hover .splide__arrow{opacity: 1;pointer-events: all;}
.splide__track--nav>.splide__list>.splide__slide.is-active{border: 0px;opacity: .5;}

/* thumbnail */
#thumbnail-carousel .splide__arrow{position: static;display: inline-block;transform: none;background-color: #f7f7f7;}
.splide__track--nav>.splide__list>.splide__slide:hover{opacity: .5;transition: all ease-in-out .3s;}
.splide__track--ttb>.splide__list li{width: 130px !important;height: 149px !important;}
.splide__arrows.splide__arrows--ttb{display: flex;margin-bottom: 10px;}
.splide__arrows.splide__arrows--ttb button{width: 100%;}

/* Contenedor del grid */
.categories-grid {display: grid;grid-template-columns: repeat(4, minmax(0, 1fr));gap: 24px;}
.categories-grid .category-item.big {grid-column: span 2;grid-row: span 2;}
.category-item {position: relative;}
.category-item .btn-cat {position: absolute;inset: 0;z-index: 2;}
.category-card {background-color: #ffffff;overflow: hidden;}
.category-card .ratio {width: 100%;background-size: contain;background-position: center;background-repeat: no-repeat;background-color: #000;}
.category-title {font-size: 1rem;font-weight: 600;text-align: center;}
.category-image {aspect-ratio: 1 / 1;width: 100%;background-size: contain;background-position: center;background-repeat: no-repeat;background-color: #000;}
.category-card h3{padding: 20px;position: absolute;bottom: 0;font-family: "Poppins", sans-serif;margin-left: 20px !important;margin-bottom: 10px !important;padding-top: 10px !important;padding-bottom: 10px !important;}

.breadcrumb-item>a{color: #767676;}
.product-detail .price-text{color: #83b735;}
.btn-sellfast, .ratings .text-sm-end button{background-color: #83b735;border-color: #83b735;text-transform: uppercase;border-radius: 0px;}
.btn-sellfast:hover{background-color: #6fa42c;border-color: #6fa42c;}
.breadcrumb-item+.breadcrumb-item::before{content: "/";mask: none;background-color: transparent;}

.ratings .form-control{border-radius: 0px !important;}

.formShipping .input-group-text i{color: #83b735!important;}
.shipping_type.active, .payment_method.active{background-color: #d1e7dd;}

.title-product-cart{font-family: "Poppins", sans-serif;font-weight: 600;color: #333;font-size: 16px;}
.sutotal-col{color: #83b735;font-size: 14px;}

.cart-totals a:hover{background-color: #74a32f!important;}

.checkout-detail h3{font-family: "Poppins", sans-serif;text-transform: none!important;}
.checkout-detail .right-column, .deatil-order .column-right .bg{background-color: #f7f7f7;position: relative;}
.checkout-detail .right-column::before, .deatil-order .column-right .bg::before{top: -10px;background-position: -2px -6px, 0 0;}
.checkout-detail .right-column::after, .deatil-order .column-right .bg::after{bottom: -10px;background-position: -2px 1px, 0 0;}
.checkout-detail .right-column::before, .checkout-detail .right-column::after, .deatil-order .column-right .bg::before, .deatil-order .column-right .bg::after{content: "";position: absolute;inset-inline: 0;height: 10px;background-image: radial-gradient(farthest-side, transparent 6px, #f7f7f7 0);background-size: 15px 15px;}

.total-text{color: #83b735;}

.watch-model-1 .fs-6, .watch-model-2 .fs-6, .watch-model-3 .fs-6{text-align: start!important;}
.offer-watch{justify-content: start!important;}

@media (max-width: 991px) {
	body {
		padding-top: 61px;

		.mobile-nav {
			left: -100%;
			padding-top: 62px;
			transition: all ease-in-out .3s;
			z-index: 3;
			max-width: 425px;

			&.active {
				left: 0;
			}
		}

		&.with-name {
			padding-top: 63px;
		}

		&.with-bar {
			padding-top: 105px;

			.mobile-nav {
				padding-top: 105px;
			}
		}

		&.with-name.with-bar {
			padding-top: 144px;

			.mobile-nav {
				padding-top: 144px;
			}
		}
		.categories-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}
	}

}

@media (max-width: 767px) {
	.border-start-dotted {border-left: 0;}
	.border-end-dotted {border: none;}
	.scroll-top-btn{right: 21px;}
}

@media(max-width: 576px){
	.title-product-cart{font-size: 16px!important;}
	.title-columns-cart{display: none;}
	.product-details td{display: block;}
	.product-details{position: relative;}
	.product-details .btn-trash{position: absolute;top: 0;}
	.checkout-detail .subtotal-price{position: absolute;top: 0;right: 0;}
	.product-card-actions{position: static;transform: none;opacity: 1;visibility: visible;gap: 0;}
	.product-card-actions .btn-buy-add{flex-direction: column;width: 100%;}
	.product-card-actions .btn-buy-add button{padding-top: 10px;padding-bottom: 10px;border: 0px !important;}
	#main-carousel .splide__arrow{opacity: 1;}
	.product-card-body{padding-left: 0px!important;padding-right: 0px!important;}
	.product-card:hover{box-shadow: none;}
	.title{font-size: 20px;}
	#icons-items .rounded-start-1::after, #icons-items .rounded-end-1::before{display: none;}
	.categories-grid {grid-template-columns: 1fr;}
}

@media (max-width: 425px) {
	#thumbnail-carousel-track {height: 276px !important;}
	.category-card h3{font-size: 10px !important;margin-left: 6px !important;padding: 10px;padding-top: 5px !important;padding-bottom: 5px !important;}
	.offcanvas.show{min-width: auto!important;}
}

@media (max-width: 375px) {
	#thumbnail-carousel-track {height: 240px !important;}
}

@media (max-width: 320px) {
	#thumbnail-carousel-track {height: 198px !important;}
}