/*
Theme Name: CSSA
Description: Theme Cafe Soluble S.A
Author: Tactic Digital
Author tactic-digital.com
Template: cafenod
Version: 1.0
*/

:root {
  --font-primary-title: 'Oswald', sans-serif;
  --color-white: #ffffff;
  --color-primary: #503629;
  --color-secundary: #FFDE00;
}

.woocommerce ul.products li.product .woocommerce-meta-bottom .price, .price {
	display: none;
}

#pagetitle {
	background-position: center top;
}

div#pagetitle::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/************* ICONO WHATSAPP ****************************/
.whatsapp-bubble {
	position: fixed;
	z-index: 99;
	bottom: 100px;
	right: 30px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	text-align: center;
	background-color: green;
	color: #fff;
	font-size: 2rem;
	border-radius: 50%;
}

.site-header-search {
	display: none !important;
}

.custom-heading span::before {
	left: 0 !important;
}

.single_add_to_cart_button.button.alt.wp-element-button.loading::after, .woocommerce ul.products li.product .woocommerce-meta-bottom .woocommerce-add-to-cart a.loading::after {
	top: inherit !important;
}

.shop_table.shop_table_responsive.cart .actions .button{
	display: inline-flex !important;
}

.button.add_to_cart_button.loading {
	display: flex;
	gap: 5px;
}

.button.add_to_cart_button.loading::after {
	position: relative !important;
}

.cart_item .product-name {
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	font-weight: 500;
	color: #000;
}

.cart_item .product-name img {
	margin: 0;
	width: 60px;
}

.woocommerce-checkout-review-order-table .product-total, .woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout-review-order-table .order-total {
 display: none !important;
}

.scroll-top.on:hover {
	background: var(--color-secundary) !important;
}

#cms-loadding {
	background: url('/wp-content/uploads/2023/03/CSSA-PW02B.jpg') no-repeat center center;
}

.menu-item a:hover {
  color: var(--color-secundary) !important;
}

#menu-menu-top a:hover {
  color: var(--color-white) !important;
}

.item-category img{
	height: 170px;
	border-radius: 5%;
	object-fit: cover;
}

.heading-without-icon .item--icon {
	display: none;
}

.page.page-id-5131 .site-content {
	padding-bottom: 0px;
}

.heading-without-icon .el-title .item--title {
	text-align: left;
	max-width: 100% !important;
}

.ca-btn-custom a.btn-default:hover{
	color: var(--color-primary);
	background-color: var(--color-secundary);
}

.btn.checkout.wc-forward {
  display: none !important;
}

#site-header-wrap.header-layout3 .site-branding img {
	max-height: 60px;
}

.site-header-cart, .site-header-user {
	width: 60px !important;
}

	
.site-header-cart label, .site-header-user label {
   	font-size: 12px;
	display: block;
	line-height: 12px;
}

.site-header-main.h-fixed .menu-item-has-children .menu-item{
    padding: 0 10px !important;
}

.widget_cart_counter_header {
	right: 6px !important;
}

@media screen and (min-width: 1200px) {
	#site-header-wrap #site-header .primary-menu > li > a {
    	font-size: 11px;
	}
	
	.site-header-main.h-fixed .menu-item-has-children .menu-item{
		padding: 0 10px !important;
	}
	
	#site-header-wrap.header-layout3 .container {
		max-width: 90%;
	}
	
	#site-header-wrap.header-layout1 .container {
		max-width: 90%;
	}
	
	
}

@media screen and (min-width:  1400px) {
	#site-header #mastmenu.primary-menu>li>a {
		font-size: 12px !important;
	}
}

@media screen and (max-width: 1199px) {
	  .btn-cotizar {
		background-color: var(--color-secundary);
		color: var(--color-primary);
		border-radius: 6px;
		width: 100%;
		text-align: center;
		justify-content: center;
		display: flex;
		padding: 10px;
		font-weight: 600;
		text-transform: uppercase;
	  }
}


@media screen and (max-width: 998px) and (min-width: 769px) {
	#masthead.site-header {
	  position: fixed;
	  top: 0;
	  width: 100%;
	  z-index: 9999;
	}
	
	.item-btn-mobile.site-header-search, .item-btn-mobile.site-header-cart, .item-btn-mobile.site-header-user {
		color: var(--color-white) !important;
	}
	
	.btn-nav-mobile.open-menu span,
	.btn-nav-mobile.open-menu:before,
	.btn-nav-mobile.open-menu:after {
		background-color: var(--color-white) !important;
	}
	
	#mastmenu .menu-item .sub-menu {
	  width: 100%;
	  padding-left: 40px !important;
	  margin-top: 10px;
	}
	
	#site-header-wrap {
		background: #000000;
	}
	
	.site-navigation.navigation-open {
		background: #00000090;
	}
	
	#mastmenu .menu-item {
	  max-width: 100% !important;
	  display: flex;
	  align-items: center;
		flex-wrap: wrap;
	}
	
	#mastmenu .menu-item a {
	  font-size: 1.3rem !important;
	  color: var(--color-white);
	}
	
	#mastmenu .menu-item .main-menu-toggle {
		top: 27px;
		width: 45px;
		height: 45px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 2rem;
	}
	
	#mastmenu .menu-item  .sub-menu .main-menu-toggle {
	  top: 5px;
	}
	
	#mastmenu .menu-item  .sub-menu .sub-menu .main-menu-toggle {
	  top: 5px;
	}
	
}



#site-header #main-menu-mobile {
  top: 50%;
}

#site-header-wrap.header-layout1 #site-header:not(.h-fixed) {
  background: #00000090;
}

#menu-menu-footer .menu-item {
  padding: 5px 0;
}

.header-layout1 .primary-menu>li:hover>a,
.header-layout1 .primary-menu>li.current_page_item>a,
.header-layout1 .primary-menu>li.current-menu-item>a,
.header-layout1 .primary-menu>li.current_page_ancestor>a,
.header-layout1 .primary-menu>li.current-menu-ancestor>a {
  color: var(--color-secundary);
}

.header-layout1 .primary-menu>li:hover>a::after,
.header-layout1 .primary-menu>li.current_page_item>a::after,
.header-layout1 .primary-menu>li.current-menu-item>a::after,
.header-layout1 .primary-menu>li.current_page_ancestor>a::after,
.header-layout1 .primary-menu>li.current-menu-ancestor>a::after {
  color: var(--color-secundary);

}

/*#container-btn-cotizar {
	display: none;
}*/

@media screen and (max-width: 768px) {	
	.item-category img {
	  height: 200px;
	  width: 200px;
	}

	#secondary .sidebar-fixed-inner .widget.slick-slide {
		max-height: 250px;
		overflow-y: auto;
	}

  #masthead.site-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
  }

  #site-header .container {
    background: #000000;
    margin-top: -1px;
  }

  #site-header #header-top {
    background: #000000;
    border-bottom: 1px solid transparent;
  }

  #site-header .site-navigation {
    background: #000000c4;
  }

  #site-header .site-navigation .main-navigation .menu-item a {
    color: var(--color-white);
  }
	
	#main-menu-mobile {
		gap: 20px;
	}
	
	.site-header-cart, .site-header-user {
	  width: 60px !important;
	  text-align: center !important;
	  height: 40px !important;
	  line-height: 26px !important;
	}
	
	.site-header-cart i, .site-header-user i{
		font-size: 18px;
	}

  .page-title.bg-image.layout1.text-left.breadcrumb-show {
    padding-top: 100px !important;
  }

  #masthead #site-header-wrap {
    background-color: transparent;
  }

  #rev_slider_1_1, #rev_slider_1_1_forcefullwidth {
    height: 100vh !important;
    max-height: 100vh !important;
  }

  #slider-1-slide-1-layer-6 rs-bg-elem {
    height: 120vh !important;
  }

  .btn-nav-mobile.open-menu span, .btn-nav-mobile.open-menu::before, .btn-nav-mobile.open-menu::after {
    background-color: #fff !important;
  }

  /* .btn-nav-mobile.open-menu.opened span,
  .btn-nav-mobile.open-menu.opened::before,
  .btn-nav-mobile.open-menu.opened::after {
    background-color: var(--color-primary) !important;
  }

  .site-header-main.h-fixed .btn-nav-mobile.open-menu span,
  .site-header-main.h-fixed .btn-nav-mobile.open-menu::before,
  .site-header-main.h-fixed .btn-nav-mobile.open-menu::after {
    background-color: var(--color-primary) !important;
  } */

  .item-btn-mobile.site-header-cart, .item-btn-mobile.site-header-user {
    color: #fff !important;
  }

  #header-top.header-top {
    padding: 5px 0;
  }

  /* .site-header-main.menu-open .item-btn-mobile.site-header-cart {
    color: var(--color-primary) !important;
  }

  .site-header-main.h-fixed .item-btn-mobile.site-header-cart {
    color: var(--color-primary) !important;
  } */

  #site-header.site-header-main.h-fixed .logo-dark {
    opacity: 0 !important;
  }

  #site-header.site-header-main.h-fixed #main-menu-mobile {
    top: 50%;
  }

  .site-header-main.menu-open {
    background-color: #fff !important;

  }

  .header-layout3 #header-top.header-top {
    padding-top: 10px !important;
  }
	
	.grid-custom-2-column .grid-item.col-xl-6.col-lg-6.col-md-6.col-sm-12.col-12 {
	  position: relative !important;
	  top: inherit !important;
	}

}

span.btn-nav-mobile.open-menu {
  background: transparent;
  border: none !important;
}

.h-fixed #header-top.header-top {
  display: none;
}

.header-layout3 #header-top.header-top {
  padding-bottom: 10px;
  padding-top: 0px;
}

li.menu-item ul.sub-menu {
  padding: 0 !important;
}

ul.sub-menu ul.sub-menu {
  margin: 0px !important;
  padding: 0 !important;
}

#header-top #menu-menu-top {
  height: 30px;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}

#header-top #menu-menu-top a {
  padding: 15px 20px;
  background-color: var(--color-secundary);
  border-radius: 0px 0px 15px 1px;
  color: var(--color-primary);
  font-weight: 700;
  font-size: 1em;
}

.site-header-main.h-fixed .menu-item {
  margin: 0 10px;
}

#masthead #site-header-wrap #site-header .site-header-button .btn:hover {
  background-color: var(--color-primary);
  color: var(--color-secundary);
}

#masthead #site-header-wrap #site-header .site-header-button .btn {
    background-color: var(--color-secundary);
    color: var(--color-primary);
	
	font-size: 12px;
	padding: 0 24px;
	line-height: 40px;
}


@media screen and (max-width: 768px) {

  .woocommerce-shop.woocommerce.woocommerce-page #primary {
    order: 2;
  }

  #site-header:not(.h-fixed) .site-navigation.navigation-open #mastmenu.primary-menu>li {
    max-width: 100%;
    padding: 0px;
    margin: 0;
  }

  #site-header:not(.h-fixed) .site-navigation.navigation-open #mastmenu.primary-menu>li>a {
    text-align: left;
  }

  #site-header:not(.h-fixed) .site-navigation.navigation-open #mastmenu.primary-menu>li .sub-menu {
    padding-left: 20px !important;
  }

  .site-navigation.navigation-open {
    height: 100vh;
  }

  .sub-menu .menu-item a {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .sub-menu.menu-item a:before {
    content: "";
    width: 15px;
    height: 1px;
    background: var(--color-white);
  }

}

/* Modificaciones a header / hero de las paginas en general */

@media screen and (min-width: 1400px) {

  .page-title.bg-image.layout1.text-left.breadcrumb-show {
    height: 560px;
  }

  .page-title.bg-image.layout1.text-left.breadcrumb-show .page-title-inner {
    padding: 300px 0 90px !important;
  }

  .page-title.bg-image.layout1.text-left.breadcrumb-show .icon-title {
    bottom: -28px !important;
  }
	
	.wrapper-operation .operation-title {
	  font-size: 32px;
	}

}



/* ********************************************************* */

/* Breadcrumb */

.cms-breadcrumb li:last-child span {
  color: var(--color-white);
}


.slider-brands .swiper-button-prev, .slider-brands .swiper-button-next {
  background-color: #c5c5c5 !important;
}

/*.slider-brands::before {
  top: 0;
  background-image: url(/wp-content/uploads/2021/04/bg-row-2.png);
  background-position: 50% 0;
  left: 0;
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 27px;
  background-repeat: no-repeat;
  z-index: 2;
  background-size: contain;
}*/

.tabs-cssa .elementor-tabs-wrapper .elementor-tab-title.elementor-tab-desktop-title.elementor-active::after {
  transition: all 300ms linear 0ms;
  position: absolute;
  display: block;
  content: "";
  height: 4px;
  opacity: 1;
  right: 10px;
  left: 10px;
  background-color: var(--color-primary);
  border-radius: 4px;
  width: 95%;
  bottom: -4px;
}

.tabs-cssa .elementor-tabs-wrapper {
  text-align: center;
  border-bottom: 4px solid #e4e2da;
  overflow: initial !important;
}

.process-steps .item--image {
  width: 100px;
  height: 100px;
  margin: auto;
}

.process-steps .item--image img {
	transition: transform .3s ease-in-out;
}

.process-steps .grid-item:hover img{
	transform: scale(1.1);
}

.process-steps .item--title {
  font-size: 1.5rem;
  text-transform: uppercase;
  text-align: center;
}


@media screen and (min-width: 1200px) {
  #site-header-wrap.header-layout3 .site-header-main {
    margin-top: 10px;
  }
}

/** ************ PAGINA HOME **************/

.nuestras-marcas h3.item--title {
	color: #fff;
}

@media screen and (max-width: 768px) {
  .cms-grid-inner.cms-grid-masonry.row .grid-item:nth-child(2) {
    top: 190px !important;
  }

  .cms-grid-inner.cms-grid-masonry.row .grid-item:nth-child(3) {
    top: 350px !important;
  }

  .cms-grid-inner.cms-grid-masonry.row .grid-item:nth-child(4) {
    top: 510px !important;
  }

  .slider-timeline .slick-slide {
    padding: 0 20px !important;
    /* width: 368px !important; */
  }
	
	.slider-timeline .slick-prev, 
	.slider-timeline .slick-next {
		display: none !important;
	}

  .cms-grid.cms-product-grid .grid-item.col-xl-4.col-lg-4.col-md-4.col-sm-6.col-12,
  .cms-grid.cms-team-grid1.default-space .grid-item.col-xl-3.col-lg-3.col-md-6.col-sm-6.col-12 {
    position: relative !important;
    top: inherit !important;
	left: inherit !important;
  }
}

.list-categories .cms-fancy-box.cms-fancy-box-layout1.style3 {
  padding: 50px 10px;
}

.list-categories .item--button.btn-text-line {
  font-weight: 700;
  font-family: var(--font-primary-title);
  font-size: 1rem;
}

.list-categories .item--button.btn-text-line:hover {
  opacity: .7;
}

.mfp-container.mfp-ajax-holder.mfp-s-ready .cart {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mfp-woosq .mfp-content form.cart .wa-order-button.single_add_to_cart_button:hover {
  background-color: transparent !important;
}

.elementor-widget-cms_product_grid .woocommerce-meta-bottom {
  display: flex;
  justify-content: center;
}

.process-steps .item--title {
	font-weight: 400;
}

.slider-logos-home .swiper-button-prev, .slider-logos-home .swiper-button-next{
	background: var(--color-primary) !important;
	width: 35px !important;
	border-radius: 5px !important;
}

.slider-logos-home .swiper-button-prev svg, .slider-logos-home .swiper-button-next svg{
	fill: var(--color-secundary) !important;
}

/* ********************* PAGINA NOSOTROS ************************* */

.animation-none .item-image{
	animation: none !important;
}

.section-timeline-bg-image .wrapper-operation .cms-icon .line-icon .dots-line {
  background: #fff;
}

.section-timeline-bg-image .wrapper-operation .operation-item:hover .cms-icon .line-icon .dots-line {
  background: #fff;
}

.slider-timeline-hitos .operation-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0px 30px;
}

.slider-timeline-hitos .wrapper-operation .cms-icon .item--number, 
.slider-timeline-hitos .wrapper-operation .cms-icon .line-icon {
	display: none;
}

.slider-timeline-hitos .wrapper-operation .operation-title {
	font-size: 30px;
}

.slider-timeline-hitos .wrapper-operation .operation-step {
	font-size: 16px;
}

/*.slider-timeline-hitos .operation-title::after {
  content: '';
  width: 160px;
  display: inline-flex;
  border-bottom: 3px dashed #fff;
  margin-left: 20px;
}*/

.slider-timeline-hitos .slick-slide {
	position: relative;
}

.slider-timeline-hitos .slick-slide::before {
  content: '';
  width: 100%;
  display: inline-flex;
  border-bottom: 3px dashed #fff;
  margin-left: 20px;
  position: absolute;
  z-index: 0;
  top: 60px;
  opacity: 0.6;
  left: 25px;
  border-left: 3px dashed #fff;
  height: 15px;
}

.slider-timeline-hitos .operation-title {
  display: flex;
  align-items: center;
}

.slider-timeline-hitos .cms-slick-carousel .slick-list.draggable {
  margin-left: 25px;
}

.cms-operation-carousel.style1.cms-slick-slider .slick-dots li.slick-active button {
  background-color: var(--color-secundary);
}

.slider-timeline .cms-operation-carousel.style1.cms-slick-slider .slick-dots li.slick-active button {
  background-color: var(--color-primary);
}

.cms-operation-carousel.style2.cms-slick-slider .slick-prev.fac.fac-arrow-left.slick-arrow {
  left: 25px;
}

.certificaciones-content .style2 .box-title {
  font-weight: 300 !important;
  text-transform: inherit;
  color: inherit;
}

.certificaciones-content .style2 .box-title::before {
  font-weight: 600;
  color: #000 !important;
}


.image-bubble .item-position label, .image-bubble .item-position span {
  color: var(--color-secundary) !important;
}


/* ********************* PAGINA BLOG *********************  */

.cms-grid.cms-post-grid.cms-post-grid-layout1.style1 .item-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.el-social.share-blog a {
  font-size: 16px;
  display: inline-block;
  margin: 0 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: #fff;
  background-color: var(--color-primary);
  position: relative;
  overflow: hidden;
}

.el-social .el-label {
  font-size: 14px;
  font-weight: 700;
  color: #282829;
  display: block;
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .grid-blogs .grid-item.col-xl-4.col-lg-6.col-md-6.col-sm-6.col-12 {
    position: relative !important;
    top: inherit !important;
  }

  .single.single-post #posttitle .post-title-inner {
    padding-top: 210px;
    padding-bottom: 30px;
  }
}

/* ********************* PAGINA ARCHIVE ************************* */


.product-category .woocommerce-loop-category__title {
  font-size: 1.4em;
}

.product-category .woocommerce-loop-category__title .count {
  background-color: transparent;
}

/* ********************* PAGINA CONTACTOS ************************* */

.wpcf7-spinner {
  position: absolute !important;
}

.cms-contact-form-layout1 .cms-box-info.redes-sociales {
  width: 30%;
  justify-content: center;
  margin: auto;
  margin-top: 40px;
}

.cms-box-info.redes-sociales .box-info:hover i {
  color: #333;
}

@media screen and (max-width: 991px) {
  .cms-contact-form-layout1 .cms-box-info.redes-sociales {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
}


/* ******************************************  */

.footer-copyright {
  text-align: center;
}

.footer-copyright img {
  width: 60px;
  margin-left: 10px;
  filter: brightness(0) invert(1);
}

#menu-menu-footer {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

#menu-menu-footer a {
  color: #fff;
}

#site-header:not(.h-fixed) #mastmenu.primary-menu>li {
  /* max-width:160px; */
 max-width: 240px;

  padding: 30px 0;
  margin: 0 10px;
}

#site-header:not(.h-fixed) #mastmenu.primary-menu>li>a {
  line-height: 20px;
  text-align: center;
}

#site-header .row {
  justify-content: space-between;
}

#site-header .site-navigation {
  flex-grow: 0;
}

.slider-content .cms-icon {
  display: none !important;
}

.woocommerce-add-to-cart .wp-element-button.product_type_simple.add_to_cart_button {
  align-items: center;
  display: flex !important;
}

.woocommerce .product #sendbtn {
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  width: 100%;
  margin: 10px auto 0;
}

.elementor-tab-content .woocommerce .product #sendbtn {
  padding: 15px 10px;
}

/* esto es para ocultar el precio de los productos en el home  */
.elementor-widget-container .grid-item .item-price {
  display: none !important;
}

/* esto es para agregar ... al nombre de los productos en el home  */

.woocommerce-product-title a {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

/* PAGINA SINGLE PRODUCT  */

.single-product #primary div.product form.cart:not(.grouped_form) .single_add_to_cart_button:before {
  background-color: transparent;
}

.woocommerce-product-gallery__image > a {
	width: 380px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
	justify-content: center;
}


/* PAGINA SHOP */

.button-read-more-product {
    width: 100%;
    height: 100% !important;
    max-height: 45px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.woocommerce-out-of-stock, .out-of-stock {
	display: none !important;
}

.added_to_cart.wc-forward {
	display: none !important;
}

.woocommerce-add-to-cart {
	display: flex;
	align-items: center;
	height: 52px !important;
	column-gap: 10px;
}

.woocommerce-add-to-cart .quantity {
	height: 100%;
}

.woocommerce-add-to-cart .add_to_cart_button {
	height: 100% !important;
	line-height: 15px !important;
}

.quantity .input-text.qty.text::-webkit-outer-spin-button,
.quantity .input-text.qty.text::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}

.woocommerce-product-title, .cms-grid.cms-product-grid .item-title {
	font-size: 14px !important;
}

.cms-grid.cms-product-grid .woocommerce-meta-bottom .woocommerce-add-to-cart {
	width: 80%;
}

.smart-bg.rs-layer rs-bg-elem::before {
    content: '';
    top: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000050;
}

/* Firefox */
.quantity .input-text.qty.text[type=number]  {
  -moz-appearance: textfield;
}


@media screen and (min-width: 1400px) {
  .post-type-archive-product .container.content-container {
    max-width: 80%;
  }

  .woocommerce-product-meta {
    width: 100%;
  }

  .button.wp-element-button.add_to_cart_button {
    justify-content: center;
  }

}


@media screen and (max-width: 768px) {
  aside .slick-track {
    display: flex !important;
    gap: 10px !important;
  }
	
	.woocommerce-add-to-cart .quantity input {
		width: 60px !important;
	}
	
	.products.columns-3, .cms-grid.cms-product-grid .cms-grid-inner.cms-grid-masonry {
		gap: 10px !important;
		display: grid !important;
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
		padding: 10px;
	}
	
	.products.columns-3:before {
		display: none !important;
	}
	
	.woocommerce ul.products li.product, .products.columns-3, .cms-grid.cms-product-grid .cms-grid-inner.cms-grid-masonry .grid-item {
		padding: 0 !important; 
	}
	
	.woocommerce-product-holder, .cms-grid.cms-product-grid .cms-grid-inner.cms-grid-masonry .grid-item .entry-holder {
		padding: 5px !important;
	}
	
	.woocommerce-product-meta {
		width: 100% !important;
	}
	
	.added_to_cart.wc-forward {
		margin-top: 5px;
	}
}

.elementor-tabs-content-wrapper {
  padding-top: 20px;
}

.wpf_reset_btn {
  background: #4D372B;
  padding: 10px 2.3em !important;
  color: #fff;
  cursor: pointer;
}

.wpf_reset_btn:before, .wpf_reset_btn:after {
  left: 10px !important;
}


/* PAGINA CART */

.woocommerce-page .cart-collaterals {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

th.product-subtotal, th.product-price, td.product-subtotal, td.product-price, .woocommerce-Price-amount.amount {
	display: none !important;
}

#cotizacion-form {
  width: 60%;
  background-color: #fff;
  padding: 40px 50px;
  box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.08);
  display: inline-block;
}

#cotizacion-form textarea {
  max-height: 100px;
}

.cart-collaterals .cart_totals .shipping {
  display: none;
}

@media screen and (min-width: 1200px) {
  #cotizacion-form {
    /*margin-right: 80px;*/
  }
}

#cotizacion-form.hidden {
  display: none;
}

.woocommerce-customer-details, .woocommerce-order-details, .woocommerce-order-overview  {
	display: none !important;
}

.thankyoucustom_wrapper {
	width: 100%;
	background: #fff;
	padding: 50px;
	text-align: center;
}

#sendbtn.wa-order-thankyou {
	padding: 15px 30px;
	background: #25d366;
	color: #fff;
	font-size: 1.1rem;
	margin-top: 20px;
	display: inline-flex;
	font-family: var(--font-primary-title);
	text-transform: uppercase;
	align-items: center;
	gap: 10px;
}

#sendbtn.wa-order-thankyou::before {
	content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23fff" d="M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z"/></svg>') !important;
	color: #ffffff;
	font-size: inherit;
	font-weight: inherit !important;
	display: inline-block;
	margin-bottom: -4px;
	margin-top: -5px;
	width: 1.175em;
	height: 1.175em;
}

#cotizacion-form label {
  font-weight: 700;
  margin-top: 10px;
  font-family: var(--font-primary-title);
  color: #000;
}

#cotizacion-form h3 {
  text-transform: uppercase;
  font-size: 1.8rem;
}

#cotizacion-form #cotizacion-form-submit {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  #button-cotizacion {
    margin-top: 20px;
  }

  .cart-collaterals {
    flex-wrap: wrap;
  }

  #cotizacion-form {
    width: 100%;
    padding: 30px 20px;
    margin-top: 20px;
  }
}

.ring {
  --uib-size: 40px;
  --uib-speed: 2s;
  --uib-color: black;

  height: var(--uib-size);
  width: var(--uib-size);
  vertical-align: middle;
  transform-origin: center;
  animation: rotate var(--uib-speed) linear infinite;
}

.ring circle {
  fill: none;
  stroke: var(--uib-color);
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: stretch calc(var(--uib-speed) * 0.75) ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes stretch {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 90, 200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dashoffset: -124px;
  }
}

/* ********************* PAGINA COTIZAR ************************* */

#cotizacion-form .message-result {
  margin-left: 10px;
  color: green;
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

#cotizacion-form .message-result svg {
  width: 24px;
  height: 24px;
}

.page.page-id-66 .cms-box-info.redes-sociales {
	display: none !important;
}

.primary-menu > li.menu-item-has-children > a::after {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
}

.site-navigation.navigation-open .primary-menu > li.menu-item-has-children > a::after {
	display: none;
}

.wpf_item li > input {
	border-radius: 5px !important;
}

.wpf_items_wrapper .wpf_item .wpf_submenu {
display:none;
}

.wpf_items_wrapper .wpf_item input[type="checkbox"]:checked + label + .wpf_item_count + .wpf_submenu,
.wpf_items_wrapper .wpf_item input[type="checkbox"]:checked + label + .wpf_submenu {
display:block;
}

.wpf_hierachy .has-child:after {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	top: 4px;
	right: 5px;
}



.wpf_hierachy .has-child > input {
	display: none !important;
}

.wpf_hierachy .wpf_item_count {
	background: var(--color-primary);
	color: var(--color-secundary);
	padding: 6px;
	width: 25px;
	height: 25px;
	justify-content: center;
	align-items: center;
	display: inline-flex;
	font-size: 0.7rem;
}

.wpf_hierachy .has-child {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	
}

.wpf_hierachy .has-child label {
	font-weight: 600;
}


@media screen and (max-width: 998px) {
	#container-btn-cotizar {
		background: #000;
		justify-content: center;
		align-content: center;
		padding: 10px;
	}
}

/********************* PAGE VENTAS **************************/

.image-rounded .item-image img{
	width: 450px;
	object-fit: cover;
	border-radius: 50%;
}

.cart_totals .shop_table.shop_table_responsive {
	display: none;
}

/*********************  PAGE THANK YOU **************************/

/* Change number 4 with number of column you want to remove */
.woocommerce-order-overview__total.total {
   display: none;
}

.woocommerce-table__product-image.product-image img {
	width: 120px;
}

.spanned {
	background: url('/wp-content/uploads/2023/03/logo_dark.png');
  	background-size: auto;
	background-position: center;
	background-size: cover;
	animation: filter 2s ease linear infinite;
}

.coffee_cup {
	display: none !important;
}


@keyframes filter {
	from {
		filter: brightness(5);
	}
	
	to {
		filter: brightness(1);
	}
}



/******************** PAGE ACCOUNT **********************/

.page.page-id-47 .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide label, 
.page.page-id-47 .woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide .password-input {
	width: 100%;
}

.page.page-id-47 .form-row {
	width: 100%;
}

.page.page-id-47 .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	width: 100%;
}

.woocommerce-account.woocommerce-page blockquote{
	background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0), rgba(0, 0, 0, 0.48)), url('/wp-content/themes/cafenod/assets/images/btn-vecter-grid.png');
}


/******************** PAGE MARCAS **********************/

.loop__marcas .product-category.product > a img{
	min-height: 270px !important;
	object-fit: contain;
}
