/*
Theme Name: Porto Child
Template: porto
Version: 7.6.2
Text Domain: porto
*/


/* Pagina de collecion Family */
.wrapper .primary-heading {
    font-size: 3.5em;
    font-weight: 100;
    line-height: 1;
    font-family: 'gopher';
    text-transform: capitalize;
    letter-spacing: 3.9px;
    text-align: center;
    color: black;
}
.wrapper .main-content {
    margin-top: 50px;
}
.tencol-main.pants .product-list .item {
    float: left;
    text-align: center;
    width: 18%;
    margin: 0 1% 5% 1%;
    float: none;
    width: 17.5%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}

.product-list .item img {
    margin-bottom: 10px;
    height: 120px;
    width: 120px;
    object-fit: cover;
    object-position: top;
}

@media screen and (max-width: 649px) {
    div.threecol-aside {
        float: none;
        padding: 0 1em 1em;
        width: auto;
    }
    h3.sidebar-heading {
        background: #DCDCDC;
        border-left: 0.688em solid #43262E;
        padding: .75em 1em;
        text-align: right;
        font-size: .85em!important;
        color: #999;
        width: 90%;
    }
    .collection-refine {
        display: none;
    }
    .threecol-aside .disclaimer {
        margin: 0 1em;
        display: none;
    }
    .single-collection-template  div.product-list .item,
    .tencol-main.pants .product-list .item {
        margin: 0 0 5%;
        overflow: hidden;
        width: 33.3%;
        display: block;
        float: left;
    }
    div.sevencol-main {
        float: none;
        padding: 0;
        width: auto;
    }
    .primary-heading {
        font-size: 1.5em!important;
    }
}

/* Pagina collecion */
.dark-panel.gray {
    padding-top: 50px;
}

.single-collection-template .primary-heading {
    font-weight: 100;
    line-height: 1;
    font-family: 'gopher';
    text-transform: capitalize !important;
    text-align: center;
    color: #DCA069;
    font-size: 56px !important;
}

.threecol-aside {
    float: left;
    width: 22%;
}

.sevencol-main {
    float: right;
    width: 75%;
}

.single-collection-template .sidebar-heading {
    color: #1E3E54 !important;
    font-weight: 400;
    font-size: 16px;
    font-family: "gill-sans-nova";
    text-transform: uppercase !important;
    letter-spacing: 1.5px;
}

.list-title, .item-name {
    font-family: 'Gopher';
    color: #DCA069;
    font-size: 20px;
}

p.list-title {
    margin: 1.5em 0 .25em;
    font-weight: 300;
}

.threecol-aside .refine-list li {
    padding: 0 0 5px;
}

.single-collection-template  input[type=checkbox] {
    background: #ccc;
    display: inline-block;
    font-size: 16px;
    height: 1em;
    vertical-align: text-top !important;
    width: 1em;
    line-height: 1em;
    padding: 0;
    position: relative;
    -webkit-appearance: none;
}

.single-collection-template  ul.refine-list {
	  list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 1rem;
}

.single-collection-template li {
	    color: #1E3E54 !important;
    font-weight: 400;
    font-size: 16px;
    font-family: "gill-sans-nova";
    text-transform: uppercase !important;
    letter-spacing: 1.5px;
}

.single-collection-template .product-list .item {
    float: left;
    text-align: center;
    width: 18%;
    margin: 0 1% 5% 1%;
    float: none;
    width: 17.5%;
    display: inline-block;
    vertical-align: top;
}

.single-collection-template  .product-list .item {
    overflow: hidden;
}

.single-collection-template .list-title, .item-name {
    font-family: 'Gopher';
    color: #DCA069;
    font-size: 20px;
    font-weight: 300;

}

.product-list .item .item-name {
    margin-bottom: 0;
}

.single-collection-template .product-list .item:hover p {
	text-decoration: underline;
}

.single-collection-template input[type="checkbox"]::after{
  content: "";
  position: absolute;
  inset: 0;
  width: .35em;
  height: .7em;
  border-right: .18em solid #333;
  border-bottom: .18em solid #333;
  transform: translate(.28em, -.02em) rotate(45deg);
  opacity: 0;
}

.single-collection-template input[type="checkbox"]:checked::after{
  opacity: 1;
}

.single-collection-template input[type="checkbox"]:disabled{
  opacity: .5;
  cursor: not-allowed;
}

/* Pagina producto */

.dark-panel.slider.banner-video {
    display: none;
}

.single-product .wrapper {
	max-width: 62.5em;
	max-width: 1000px;
	min-width: 750px;
	margin: 0 auto;
	padding: 0 1em;
	margin-bottom: 40px;
}

.single-product .dark-panel.gray {
    padding: 0px;
    padding-top: 50px;
}

.single-product  .primary-heading {
    font-family: "Helvetica Neue","Raleway","Helvetica", Arial, sans-serif;
    font-size: 3.5em;
    font-weight: 100;
    line-height: 1;
    font-family: 'gopher';
    text-transform: capitalize;
    letter-spacing: 3.9px;
    text-align: center;
	color:black;
}

.single-product .product .primary-heading{
	color:#DCA069;
	text-transform:capitalize;
}

@media only screen and (min-width: 760px) {
    .single-product  .product .primary-heading{
        text-align: left;
        margin-left: 46%;
        margin-bottom: 8px;
        font-size: 56px;
    }
}

.single-product .fourcol-aside {
	float: left;
	width: 38%;
}

.single-product .sixcol-main-info  {
	/* float: right;
	width: 55%; */
}

.single-product .product-pic {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.single-product .product-pic {
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}

.single-product .product-pic {
	max-width: 100% !important;
	height: auto !important;
  max-height: 100% !important;
}
@media screen and (max-width: 649px) {
  .single-product .product-pic img {
    width: 100%;
    margin: 0 auto;
    height: 100%;
  }
}

.single-product .product-pic img {
    height: auto;
	  max-height: 100% !important;
    object-fit: contain;
}

.single-product .product-pic img {
	background: rgba(36,167,223,0.78);
	position: relative;
	max-width: 100%;
}

.single-product .product .product-overlay-description {
    background: #F4E9E1;
    bottom: 0;
    color: #DCA069!important;
    padding: 10px;
    position: absolute;
    width: 100%;
   text-align: center;
}


.single-product .product .product-overlay-description span {
		color: #DCA069!important;
		font-family:'gill-sans-nova';
		font-size: 20px;
		font-weight:100;
	text-align:center;
	width:100%;
}


.single-product .product-overlay-description .product-number a {
	font-weight: bold;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.single-product .product-pic {
	margin-bottom: 25px;
	overflow: hidden;
	position: relative;
}

/* .single-product .product .thumbnails {
	display: grid;
	grid-template-columns: 138px 138px 138px;
	font:below!important;
	align-content: center!important;
	width: 100%;
} */

.single-product .thumbnails a
{
	margin-left:0px!important;
	margin-bottom: 10px!important;
}

.single-product .thumbnails a:hover
{
	color: #B5C710; 
}

.single-product .thumbnails a.active img, .single-product .thumbnails a:hover img {
	background: pink;
	border-left: 5px solid #c1cc22;
	margin-left: -5px;
	-webkit-filter: opacity(100%);
}

.single-product .thumbnails a img {
	background: #c1cc22;
	-webkit-filter: opacity(50%);
}

.single-product .thumbnails a {
	cursor: pointer;
}

.single-product .sixcol-main-info p {
	color:black;
	padding:12px;
	margin-bottom: 1rem;
	font-family: 'Helvetica Neue', helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.single-product .sixcol-main-info {
    padding-left: 15px;
    padding-right: 15px;
}

.single-product .sixcol-main .col:first-child{
    padding-left: 0;
}

.product .two-cols{
    display: flex;
}
.product .col {
	width: 50%;
	/* float: left; */
	margin: 30px 0;
}

@media screen and (min-width: 768px) {.product .col:nth-child(2){
	border-left:2px solid #DCA069;
	/* padding-left:100px */
}
}

/* Related Products */
.porto-posts-grid.slider-wrapper {
    box-shadow: none!important;
    border: none!important;
}

.porto-posts-grid.slider-wrapper .owl-dots button span {
    color: #000000!important;
}

.product .full-col{
	/* margin-top:20px; */
	/* border-top: 2px solid #DCA069; */
	padding:20px 10px;
}

	.single-product dl {
			color: #000000;
	font-family: 'Helvetica Neue', helvetica, sans-serif;
	font-weight: 300;
		font-size: 14px;
	}
.single-product dl.details > dt {
    font-weight: bold!important;
    margin-bottom: 2px;
    font-family: 'gill-sans-nova';
    text-transform: normal;
    letter-spacing: 1.5px;
    color: black;
}

.single-product dl.details  dl,
.single-product dl.details > dt {
    width: 100%;
}

@media only screen and (min-width: 760px) {
.single-product  dd{
	font-family:'gill-sans-nova';
	color:black;
	font-size: 15px;
	margin-right: -100px
}
}
	@media only screen and (min-width: 760px) {
.single-product dd{
	font-family:'gill-sans-nova';
	color:black;
	font-size: 15px;
	margin-right: -100px
}
}

.single-product .sixcol-main-info dd a {
	text-decoration: underline;
}
.single-product dd a:link{
	font-family:'gill-sans-nova';
	color:black;
	font-size: 15px;
}
.single-product dd a:visited{
	font-family:'gill-sans-nova';
	color:black;
	font-size: 15px;
}

.single-product dl {
    margin-bottom: 5px;
    font-size: 14px;
}
	
.single-product .details dl,
.single-product .details dd, 
.single-product .details dl, 
.single-product .details dt {
	font-weight: normal;
	float: left;
	min-width: 50%;
	margin-bottom: 0;
}

.product .full-col{
	/* margin-top:20px;
	border-top: 2px solid #DCA069; */
	padding: 0 10px;
	clear: both;
}
	
	.product .single-product .full-col {
    margin-top: 0px;
}
	
.single-product dl {
			color: #000000;
	font-family: 'Helvetica Neue', helvetica, sans-serif;
	font-weight: 300;
		font-size: 14px;
  margin-top: 0;
  margin-bottom: 1rem;
	}

.single-product  .swatches {
	position: relative;
}

.single-product  .swatches .swatch {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: visible;
	cursor: pointer;
}

.single-product .swatch .swatch-description,
.archive .quickview-wrap .swatch .swatch-description {
	position: absolute;
	right: -10px;
	bottom: -10px;
	display: none;
	background-color: black;
	padding: 10px;
	min-width: 150px;
    width:225px;
	cursor: default;
}
.single-product .swatch .swatch-description img,
.archive .quickview-wrap .swatch .swatch-description img {
	margin-bottom: 10px;
}
.single-product .swatch.active img,
.archive .quickview-wrap .swatch.active .swatch-description img {
	z-index: 2;
	position: relative;
}
.single-product .swatch.active .swatch-description,
.archive .quickview-wrap .swatch.active .swatch-description  {
	display: block;
	z-index: 1;
}

	/* .single-product .swatch > picture img, 
	.single-product .swatch > img {
		width:86px;
		height: 86px;
	} */


	.single-product .swatch-description > picture img,
    .archive .quickview-wrap .swatch .swatch-description > picture img {
		width:225px;
		height: 225px;
	}

.single-product .swatch .view-all,
.archive .swatch .view-all {
	display: block;
	float: left;
	background-color: #2d282a;
	color: white;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 6px;
	line-height: 1.5em;
font-family: 'Helvetica Neue', helvetica, sans-serif;
}
.single-product .swatch .view-all:hover,
.archive .swatch .view-all:hover {
	text-decoration: none;
	color: #ccc;
}

@media screen and (max-width: 649px) {
	.single-product .wrapper {
    min-width: 0 !important;
    padding: 0 1rem;
  }

  .single-product .sixcol-main-info,
  .single-product .fourcol-aside {
    float: none !important;
    width: 100% !important;
    padding: 1rem !important;
  }

    .single-product .swatch .swatch-description,
    .archive .quickview-wrap .swatch .swatch-description {
        width:150px;
    }
	

}

/* Custom summary entry */
.single-product div.entry-summary {
    position: unset;
}

.summary.entry-summary .product_title {
    display: none;
}

.single-product .product-thumbnail picture img,
 .single-product .product-thumbnail img {
    width: 130px;
    height: 130px;
}

.out,
.third, 
.third-delay {
    display: block;
    opacity: 1!important;
}


/* Ocultar bloque review by IA */
.alpus-aprs-wrapper {
    display: none !important;
}


/* Ajustes header y footer */
header .header-main {
    background-color: rgb(249, 244, 239)!important;
}
.porto-block.has-pb-edit:hover {
    outline: none !important;
}
#header .main-menu>li.menu-item {
    flex: 1 1 auto;
}
#header .main-menu>li.menu-item a {
    color: #383F48 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    font-family: "gill-sans-nova" !important;
    text-transform: capitalize !important;
    letter-spacing: 1.5px !important;
}

footer section .secondary-menu {
    justify-content: center!important;
}
footer section .secondary-menu li a {
    color: #383F48!important;
    font-weight: 400!important;
    font-size: 16px!important;
    font-family: "gill-sans-nova"!important;
    text-transform: capitalize !important;
    letter-spacing: 1.5px!important;
}

footer section .secondary-menu li a.current {
    background-color: transparent!important;
    border: 1px solid #383F48!important;
}

.wpcf7-submit[value="Subscribe"] {
    border-color: #383f48!important;
}
footer h3.elementor-icon-box-title {
    font-weight: 300!important;
}

/* Slider pdp */

.single-collection-template .col-slider-wrapper,
.single-collection-template .banner-background-image {
    display: none;
}

/* Contact Page */
.gform_heading .gform_required_legend {
    color: #000000!important;
    font-family: 'Helvetica Neue', helvetica, sans-serif!important;
    font-weight: 300!important;
    font-size: 16px!important;
}
form.contact .gform_fields {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
}
form.contact .gfield {
    width: 100%;
    margin-bottom: 25px;
}
form.contact .gfield label {
    margin-bottom: .5rem;
    padding-bottom: .4rem;
    color: #000000;
    font-family: 'Helvetica Neue', helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
}
form.contact .gfield input,
form.contact .gfield textarea {
    width: 100%;
}
form.contact .gfield input,
form.contact .gfield textarea,
.form-consumers .ginput_container input {
    font-family: "Raleway", "Helvetica", Arial, sans-serif;
    background: #DCDCDC;
    border: none;
    border-left: 0.688em solid #43262E;
    box-sizing: border-box;
}
form.contact .gfield input:focus,
form.contact .gfield textarea:focus,
.form-consumers .ginput_container input:focus {
    background: #FFF;
    border-left-color: #B5C710;
}
.form-consumers .ginput_container input {
    width: 100%;
}
.form-consumers .gform-footer input,
.contact .gform-footer input {
    font-size: 20px;
    font-weight: 100;
    color: #FFF;
    font-family: "Helvetica Neue", "Raleway", "Helvetica", Arial, sans-serif;
    display: inline-block;
    border: none;
    border-left: 0.5em solid #B5C710;
    height: 2.5em;
    padding: 0 1em;
    min-width: 8em;
    cursor: pointer;
    text-transform: uppercase;
    background: rgb(93, 44, 60);
}
.form-consumers form ul {
    list-style: none;
    padding: 0;
}
form.contact #field_2_22,
form.contact #field_2_22 .gfield_label {
    color: #000000;
    font-family: 'Helvetica Neue', helvetica, sans-serif;
    font-weight: 300;
    font-size: 16px;
}
@media screen and (min-width: 650px) {
	form.contact .gfield.halfwidth,
    form.contact #field_2_22 {
        width: 48%;
    }
}


.faq-page .elementor-widget-container h2 {
    font-family: "gopher", Sans-serif!important;
    font-weight: 300!important;
    color: #000000!important;
}

.faq-page .elementor-element,
.faq-page .elementor-widget-wrap {
    width: auto!important;
    padding-right: 10px !important;
}

.faq-page .elementor-widget-container h3 {
    color: #000000!important;
    font-family: 'Helvetica Neue', helvetica, sans-serif!important;
    font-weight: 300!important;
}

.privacy-policy .elementor-widget-container h2 {
    font-family: "gill-sans-nova", Sans-serif!important;
    font-weight: 300!important;
    color: #000000!important;
}
.page-privacy-policy-2 .elementor-widget-container h2 span {
    font-weight: 300!important;
}

/* Single product fix */
/* .single-product .product-nav {
    display: none!important;
} */

.single-product .details dd {
    float: unset;
    display: flex;
    flex-direction: column;
}

.single-product .woocommerce-info {
    width: 100%;
    float: left;
}

#header .header-main > .elementor-container > .elementor-column .elementor-widget-wrap:has(.elementor-widget-porto_hb_menu_icon) {
   justify-content: flex-end!important;
   padding: 0!important;
}

#header .header-main > .elementor-container > .elementor-column:nth-child(2) .elementor-widget-wrap {
   justify-content: flex-end!important;
   padding: 0!important;
}

.elementor-container:has(.banner-principal-home) {
    min-height: unset!important;
}

.home section .elementor-container {
    min-height: unset!important;
}

/* Header Mobile */
@media screen and (max-width: 380px) {
    #header .header-main > .elementor-container > div.elementor-column:first-child {
        width: 45% !important;
    }
}
@media screen and (max-width: 430px) {
    body.logged-in #header .header-main > .elementor-container > div.elementor-column:first-child {
        width: 20% !important;
    }
}
@media screen and (max-width: 768px) {
    #side-nav-panel .share-links {
        display: none;
    }

    #header .header-main > .elementor-container {
        justify-content: space-between;
        display: flex;
        flex-direction: row;
    }
    #header .header-main > .elementor-container > .elementor-column {
        width: auto !important;
    }
}
@media screen and (min-width: 769px) {
    #header ul.main-menu {
        display: flex;
        text-align: center;
    }
    /* #header .elementor-widget-porto_hb_menu_icon {
        display: none;
    } */
}

@media screen and (min-width: 769px) {
    #header ul.main-menu#menu-login-menu {
        justify-content: center;
    }

    #header .main-menu#menu-login-menu > li.menu-item {
        flex: unset;
        padding: 0 15px;
    }
}

footer section .secondary-menu li a.current {
        border: none !important;
}

body .mini-cart {
    display: none !important;
}

body.logged-in .mini-cart {
    display: block !important;
}

.faq-titulo {
    width: 727px !important;
    margin: auto !important;
    padding-top: 25px !important;
}

.faq-titulo h2 {
    margin-bottom: 0 !important;
}

.faq-titulo h2 span {
    font-weight: 300!important;
}

/* checkout step fix */
.woocommerce-checkout .woo-page-header li.current a,
.woocommerce-checkout .woo-page-header li a:hover,
.woocommerce-cart .woo-page-header li.current a,
.woocommerce-cart .woo-page-header li a:hover {
    color: #222529 !important;
}

.woocommerce-checkout .woo-page-header li a,
.woocommerce-cart .woo-page-header li a {
  position: relative;
  display: inline-block;
  border-bottom: none;
  transition: color .2s ease;
}

.woocommerce-checkout .woo-page-header li a::after,
.woocommerce-cart .woo-page-header li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 3px;
  background: #222529;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .2s ease;
  will-change: transform;
}

.woocommerce-checkout .woo-page-header li:hover a::after,
.woocommerce-checkout .woo-page-header li.current a::after, 
.woocommerce-cart .woo-page-header li:hover a::after,
.woocommerce-cart .woo-page-header li.current a::after {
  transform: scaleX(1);
}

.woocommerce-checkout .woocommerce-error li a,
.woocommerce-checkout .woocommerce-error li a strong {
    color: #d2322d!important;
    font-weight: 300!important;
}
.woocommerce-checkout .woocommerce-error li a:hover {
    border-bottom: 1px solid #d2322d!important;
}

.woocommerce-checkout .woo-page-header li:hover a,
.woocommerce-checkout .woo-page-header li.current a,
.woocommerce-cart .woo-page-header li:hover a,
.woocommerce-cart .woo-page-header li.current a {
  color: #222529;
}

.single-product .sixcol-video > p {
    padding: 0;
    margin: 0;
}

.single-product .sixcol-video > p > iframe[width="563"] {
    width: 301px;
    height: 500px;
}

.single-product .sixcol-video > p > iframe[width="1140"] {
    height: 301px;
}


/* fix pdp image thumbail */
.single-product .product-thumbnail picture img {
    width: 130px !important;
    height: 130px !important;
}

/* .product-thumbs-slider.owl-carousel .owl-item {
    width: 100px !important;
} */

/* .single-product .product .thumbnails {
    grid-template-columns: 1fr 1fr !important;
} */

/* Ocultar variaciones */
.variation-hide {
    display: none !important;
}

/* fix swatches */
.single-product .swatches {
        display: flex !important;
    flex-wrap: wrap !important;
}
.single-product .swatches .swatch {
    float: unset !important;
}

.single-product .added_to_cart,
.single-product .woocommerce-info a,
.woocommerce-account .woocommerce-MyAccount-content p a {
    color: #000000!important;
}
.single-product .added_to_cart:hover,
.single-product .woocommerce-info a:hover,
.woocommerce-account .woocommerce-MyAccount-content p a:hover {
    text-decoration: underline;
   opacity: 0.8!important;
}
.woocommerce-order-received .woocommerce-order-overview__status mark,
.woocommerce-account .woocommerce-MyAccount-content .order-item:nth-child(2) mark {
    color: #000000!important;
    text-decoration: underline!important;
}

.woocommerce-account .page-content {
    margin-top: 25px!important;
}

/* stilos mensaje de error formulario */
form .validation_message,
form .validation_error{
    color: red;
}

form .gfield_error textarea, 
form .gfield_error input[type="text"], 
form .gfield_error input[type="password"], 
form .gfield_error input[type="email"]{
    border-color: red;
}

/* Estilos alerta-danger */
.alert.alert-danger {
    padding: 0;
    padding-left: 10px;
}
.alert.alert-danger h2 {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 300;
}


@media screen and (max-width: 768px) {
    .page-wrapper, #header.sticky-header .header-main.sticky .logo {
        min-width: 80px !important;
    }
}

/* Result Page */
.search-results .primary-heading {
    font-size: 3.5em;
    font-weight: 100;
    line-height: 1;
    font-family: 'gopher';
    text-transform: capitalize;
    letter-spacing: 3.9px;
    text-align: center;
    color: black;
}
.search-results .dark-panel {
    display: none;
}
.search-results li, .search-results .article-content {
    font-family: 'Gopher';
    color: #DCA069 !important;
    font-size: 18px;
}
.search-results .article-post .article-content {
   overflow: hidden;
}
.search-results ol.search-results .article-post {
    margin-bottom: 50px;
    line-height: 1em;
}
.search-results ol.search-results .article-post h3.sub-heading {
    color: black !important;
    display: inline-block;
    font-family: 'Gopher';
    font-size: 1.5em;
    font-weight: 300;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
    padding: .25em 0;
}
.search-results ol.search-results .article-post a {
    color: black;
    font-family: 'Gopher';
    font-weight: 300;
}
.search-results .article-post img {
    float: right;
    margin-left: 30px;
}
.search-results ol.search-results .article-post .article-content p {
    margin: .5em 0;
    color: black;
    font-family: 'Gopher';
    font-weight: 300;
    line-height: 1.4em;
}
@media screen and (max-width: 649px) {
    .search-results ol.search-results .article-post:nth-child(even) {
        background: #00000040;
        padding: 1em;
    }
}

/* Checkout ocultar formulario billing */
/* .woocommerce-checkout .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper, 
.woocommerce-checkout .woocommerce-billing-fields h3 {
    display: none;
} */

.woocommerce-checkout .woocommerce-billing-fields:has(.hc-wcma-checkout-selector + .woocommerce-info) .hc-wcma-checkout-selector {
    pointer-events: none;
    display: none;

}

.woocommerce-checkout .woocommerce-billing-fields .hc-wcma-checkout-selector {
    pointer-events: none;
}

 

.woocommerce-checkout .porto-checkbox {
    display: none!important
}

.woocommerce-checkout .woocommerce-customer-details .woocommerce-columns--addresses {
    display: none!important;
}

.woocommerce-checkout .custom-woocommerce-order-overview  {
    display: none!important;
}

.woocommerce-checkout .woocommerce-table tfoot tr:first-child,
.woocommerce-checkout .woocommerce-table tfoot tr:nth-child(3),
.woocommerce-order-details .woocommerce-table tfoot tr:first-child,
.woocommerce-order-details  .woocommerce-table tfoot tr:nth-child(3) {
    display: none!important;
}

.woocommerce-MyAccount-navigation .box-content div > .order-item:last-child,
.woocommerce-MyAccount-content .box-content div > .order-item:last-child {
    display: none;
}

.checkout-order-review .woocommerce-checkout-payment .wc_payment_methods,
.checkout-order-review .woocommerce-checkout-payment .porto-separator  {
    display: none!important;
}
.checkout-order-review .woocommerce-checkout-payment .woocommerce-shipping-totals .porto-radio {
    font-size: 14px!important;
}

/* shopping cart woocommerce */
.woocommerce-cart .order-total .woocommerce-Price-amount.amount {
    font-size: 16px;
}

.woocommerce-cart .product-name a {
    border-bottom: none;
    transition: color .2s ease;
    color: #222529;
}

.woocommerce-cart .product-name a:hover {
    border-bottom: 1px solid #222529;
    color: #222529!important;
}

.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
    width: 80px;
}

.woocommerce-cart .woocommerce-cart-form .product-name {
    text-align: center;
}

.woocommerce-cart .woocommerce-cart-form .product-name a,
.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a,
.woocommerce-cart .woocommerce-cart-form .product-subtotal  span {
    font-size: 16px;
}

.woocommerce-checkout .checkout-order-review .shop_table .product-thumbnail img {
    width: 80px;
}

.woocommerce-checkout .checkout-order-review .product-name,
.woocommerce-checkout .checkout-order-review .shop_table .order-total .woocommerce-Price-amount {
    font-size: 16px;
}

#thmaf-cart-shipping-form-section #shipping_company_field {
    display: flex;
    flex-direction: column;
}

/* #thmaf-cart-shipping-form-section #shipping_first_name_field {
    margin-top: 25px;
} */

#thmaf-cart-shipping-form-section > .thmaf-cart-modal-content2 {
    border: none;
}

#thmaf-cart-shipping-form-section > .thmaf-cart-modal-content2 .thmaf-cart-modal-close2 {
    display: none;
}

.woocommerce-MyAccount-content .woocommerce-Address .edit {
   color: #222529;
}

.woocommerce-MyAccount-content .u-column1.woocommerce-Address .edit {
    display: none;
}  


/* Fix plp porto */
.archive span.category-list a:hover {
    color: #000!important;
    border-bottom: 1px solid #000!important;
}

.archive a.product-loop-title:hover .woocommerce-loop-product__title  {
    color: #000!important;
}
.archive .price_slider_wrapper .price_slider .ui-slider-range,
.archive .price_slider_wrapper .price_slider .ui-slider-handle {
    background: #000!important;
}

.archive .pagination .page-numbers  {
    color: #000 !important;
}

.archive .pagination .page-numbers.current,
.archive .woocommerce-pagination li span.current {
    background-color: var(--porto-primary-color)!important;
}

.archive a[href*="/product-category/uncategorized/"][rel="tag"] {
    display: none !important;
}

.single-product a[href*="/product-category/uncategorized/"][rel="tag"],
.single-product .posted_in:has(a[href*="/product-category/uncategorized/"][rel="tag"]) {
    display: none !important;
}


/* sixcol-main-info */
.single-product .woocommerce-product-attributes .woocommerce-product-attributes-item__label  {
    width: 150px!important;
}
.single-product table.woocommerce-product-attributes {
    margin: 0;
}
.single-product table.woocommerce-product-attributes a {
    color: #777777!important;
}
.single-product table.woocommerce-product-attributes a:hover {
    border-bottom: 1px solid #777777!important;
}

.single-product  .sixcol-video {
    margin: 30px 0!important;
}

/* swatches v2 */
.single-product .sixcol-main .full-col {
    /* display: flex; */
    padding: 0!important;
}

.single-product .sixcol-main .full-col .title {
    font-size: 1em;
    text-transform: uppercase;
    line-height: 42px;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    color: var(--porto-heading-color);
    line-height: 32px;
    font-weight: 700;
    padding-right: 15px;
}

.single-product .swatch > .small-name {
    display: none!important;
}

.single-product .swatch .swatch-description,
.archive .quickview-wrap .swatch .swatch-description  {
	width: 100%!important;
}

/* .single-product .swatch .swatch-description {
    z-index: 9999!important;
} */

.single-product .swatch .swatch-description picture img,
.archive .quickview-wrap .swatch .swatch-description img {
    width: 100%!important;
    height: 180px!important;
}

.single-product .swatch:hover img {
    position: relative;
    z-index: 99999;
}

.single-product .swatch:hover .swatch-description {
    display: block;
    z-index: 99998;
}

.single-product .swatch .swatch-description p,
.archive .quickview-wrap .swatch .swatch-description p {
    font-size: 12px!important;
    color: #F4E9E1!important;
    margin: 0!important;
}

.single-product .swatch .swatch-description .color,
.archive .quickview-wrap .swatch .swatch-description .color {
    color: #DEC4B2!important;
    margin: 0!important;
}

.single-product .swatch .swatch-description .view-all 
.archive .swatch .swatch-description .view-all  {
    font-size: 10px!important;
}

/* Imagen Producto */
.archive .product-image a > .inner,
.single-product .porto-posts-grid .product-image > .inner {
    height: 253px!important;
}

.single-product .porto-posts-grid .product-content .product-loop-title:hover {
    color: #000!important;
}

/* hide categories */
.site-main .alpus-aprs-shop-filters-wrapper {
    display: none !important;
}

.site-main {
    margin-top: 30px !important;
}

/* Shadow */
/* .product-overlay-description {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 12px;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 11px;
    line-height: 1.4;
    box-sizing: border-box;
}

.product-overlay-description .name {
    display: block;
    font-weight: 600;
    margin-bottom: 2px;
}

.product-overlay-description .product-number,
.product-overlay-description .product-number a {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
}

.product-overlay-description .product-number a:hover {
    text-decoration: underline;
}
 */

 .woocommerce-product-gallery {
    position: relative;
}

.global-color-overlay {
    margin-top: 8px;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 500;
    color: #333;
}

.global-color-overlay .name {
    display: block;
    font-weight: 600;
    margin-bottom: 2px;
}

.global-color-overlay .product-number {
    font-weight: 400;
}

.global-color-overlay .product-number a {
    color: inherit;
    text-decoration: none;
    font-weight: 600;
}

.global-color-overlay .product-number a:hover {
    text-decoration: underline;
}

.single-product .product .product-overlay-description {
    z-index: 999;
    position: absolute;
    height: 48px;
    display: none;
    max-width: 100%!important;
}

.single-product .product .product-overlay-description .name {
    display: none!important;
}

.archive .dark-panel .primary-heading {
    font-weight: 100;
    line-height: 1;
    font-family: 'gopher';
    text-transform: capitalize !important;
    text-align: center;
    color: #DCA069;
    font-size: 56px !important;
    margin: 10px;
}
.archive .dark-panel.gray {
    padding: 0;
}

.archive .dark-panel.description {
    font-weight: 300;
}

@media only screen and (min-width: 992px) {
    .archive:has(.dark-panel) .left-sidebar {
        padding-top: 200px;
    }
}

/* Dscription tab */
/* .single-product .woocommerce-tabs #tab-description .sixcol-video {
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 992px) {
    .single-product .woocommerce-tabs .resp-tabs-container .resp-tab-content-active:has(.sixcol-video) {
        display: flex!important;
    }
    .single-product .woocommerce-tabs #tab-description p,
    .single-product .woocommerce-tabs #tab-description .sixcol-video {
        width: 50%;
    }
    .single-product .woocommerce-tabs #tab-description .sixcol-video {
        margin: 0!important;
    }
} */

.sidebar-content .widget.widget_block:has(.collection-refine) .sidebar-heading {
    font-size: 15px;
    font-weight: 600;
    line-height: 2em;
    margin-bottom: 0;
    text-transform: capitalize;   
    color: var(--porto-heading-color);
}

.sidebar-content .widget.widget_block:has(.collection-refine) .list-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 2em;
    margin-bottom: 0;
    text-transform: capitalize;
    color: var(--porto-heading-color);
}

.sidebar-content .widget.widget_block:has(.collection-refine) .refine-list {
    margin-top: 10px;
}

.sidebar-content .widget.widget_block:has(.collection-refine) .disclaimer {
    margin-top: 20px;
}

.refine-clear-all {
    font-family: var(--porto-add-to-cart-ff, var(--porto-body-ff)), sans-serif;
    height: 36px;
    line-height: 36px;
    min-width: 36px;
    padding: 0 0.625rem;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: inherit;
    text-align: center;
    vertical-align: top;
    transition: opacity 0.25s,visibility 0.25s,background-color 0.25s,color 0.25s,border-color 0.25s,left 0.25s,right 0.25s;
    background-color: var(--porto-shop-add-links-bg-color);
    border: 1px solid var(--porto-shop-add-links-border-color,#ddd);
    color: var(--porto-shop-add-links-color,#212529);
}

.refine-clear-all:hover {
    background-color: var(--porto-primary-color);
    border-color: var(--porto-primary-color);
    color: var(--porto-primary-color-inverse);
}

/* Quick View */
.archive .quickview-wrap .summary .quickview-inner {
    margin-top: 30px;
}

.quickview-wrap .swatch:hover .swatch-description {
    display: block;
}


/*  */
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label[for="shipping_nickname_type"],
.woocommerce-checkout .woocommerce-shipping-fields__field-wrapper label[for="shipping_nickname"],
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label[for="billing_nickname_type"],
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper label[for="billing_nickname"] {
    display: none!important;
}


.premium-woo-products-inner.premium-woo-product__hover-swap ul.products {
    justify-content: center!important;
}

.premium-woo-products-inner.premium-woo-product__hover-swap .slick-list.draggable {
    width: 100%!important;
}

/* Quick view */
.home #premium-woo-quick-view-content form.cart .single_add_to_cart_button {
    font-family: var(--porto-add-to-cart-ff, var(--porto-body-ff)), sans-serif;
    background: var(--porto-heading-color);
    color: var(--porto-body-bg);
    text-align: center;
    display: flex;
    align-items: center;
}

.home #premium-woo-quick-view-content form.cart .single_add_to_cart_button:hover {
    background-color: var(--porto-primary-dark-5);
    border-color: var(--porto-primary-dark-5);
    color: var(--porto-primary-color-inverse);
}
.premium-woo-lightbox-content form.cart div.quantity input{
    border-color: var(--porto-gray-2)!important;
}

.premium-woo-lightbox-content form.cart div.quantity input[type=number] {
    min-width: 44px;
}


@media screen and (min-width: 768px) {

    #header .logo img.standard-logo {
        max-width: 80px !important;
    }
}

/* custom header */

#header .user-icon-with-out-login .my-account {
    display: flex;
    flex-direction: column;

}

#header .user-icon-with-out-login .my-account:after {
   content: "login";
   font-size: 12px;
   color: #000;
   transition: all 0.3s ease;
}

 #header .user-icon-with-out-login .my-account:hover::after  {
    color: #7A7A7A;
}

#header .custom-nav ul li a {
    border-right: 0;
}

#header .custom-nav ul li {
    border-right: 1px solid #ccc;
}

#header .custom-nav ul li:last-child {
    border-right: none;
}

/* Custom header */
@media screen and (max-width: 1024px) {
    #header ul.main-menu {
        display: flex;
    }
    #header .elementor-widget-porto_hb_menu_icon {
        display: block!important;
    }
    #header .elementor-widget-porto_hb_menu_icon .mobile-toggle {
        display: block!important;
    }
    #header .custom-nav {
        display: none!important;
    }    

    #header .header-main div:first-child {
        width: auto !important;
    }

    #header .header-main > div.elementor-container  div:last-child{
        width: auto !important;
    }

    #header .header-main > div.elementor-container {
        justify-content: space-between;
        width: 100% !important;
        display: flex;
    }

}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    #header .custom-nav ul.main-menu li.menu-item a {
        font-size: 11px!important;
    }

    #header .header-main div:first-child {
        width: auto !important;
    }

    #header .header-main > div.elementor-container  div:last-child{
        width: auto !important;
    }
}

/* Custom swatches */
@media screen and (min-width: 768px) {

    .single-product .sixcol-main {
        max-width: 450px!important;
    }
}

.single-product .swatch .swatch-description, 
.archive .quickview-wrap .swatch .swatch-description {
    min-width: 225px;
}

.single-product .swatch .swatch-description .color, 
.archive .quickview-wrap .swatch .swatch-description .color {
    font-size: 18px!important;
    padding: 5px 0!important;
}

.single-product .swatch > picture img, 
.single-product .swatch > img {
    width: 60px !important;
    height: 60px !important;
    border-radius: 3px!important;
}

.single-product .resp-tab-content h2 {
    display: none!important;
}

/* body.logged-in.single-product .swatch > picture img, 
body.logged-in.single-product .swatch > img {
    width: 32px !important;
    height: 32px !important;
    border-radius: 3px!important;
} */

.page-my-account .woocommerce-orders-table__row .woocommerce-orders-table__cell-order-actions {
    display: flex;
    justify-content: space-between;
}

/* ========================================
   SINCRONIZACIÓN SWATCHES - Efecto Visual
   ======================================== */

/* Efecto visual para swatches personalizados cuando están activos (sincronizados con variación nativa) */
.single-product .swatch.swatch-active,
.single-product .swatch:has(img.swatch-active) {
    position: relative;
}

/* Borde destacado alrededor del swatch activo */
.single-product .swatch.swatch-active > img,
.single-product .swatch img.swatch-active {
    border: 3px solid #0088cc !important;
    box-shadow: 0 0 5px rgba(0, 136, 204, 1);
   /*  transform: scale(1.1); */
    transition: all 0.5s ease;
}

.single-product .swatch.swatch > img:hover,
.single-product .swatch img.swatch:hover,
.single-product .swatch:hover {
    box-shadow: 0 0 5px rgba(0, 136, 204, 1);
   /*  transform: scale(1.1); */
} 

.single-product .swatch .swatch-description p, 
.archive .quickview-wrap .swatch .swatch-description p {
    margin-bottom: 25px!important;
}

/* Indicador visual (checkmark) en la esquina del swatch activo */
/* .single-product .swatch.swatch-active::after,
.single-product .swatch:has(img.swatch-active)::after {
    content: "\f00c";
    font-family: var(--fa-style-family-classic, "Font Awesome 6 Free");
    font-weight: 900;
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: var(--porto-primary-color, #0088cc);
    color: #0088cc;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    animation: swatchActiveAppear 0.3s ease;
} */

/* Animación de aparición del indicador */
@keyframes swatchActiveAppear {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Efecto hover para swatches activos */
.single-product .swatch.swatch-active:hover > img,
.single-product .swatch:has(img.swatch-active):hover img {
    border-color: var(--porto-primary-light-5, #33a3d6) !important;
    box-shadow: 0 0 15px rgba(0, 136, 204, 0.7);
}


/* Styles neslleter footer custom */
footer form.mc4wp-form {
    display: flex;
}

footer form.mc4wp-form .mc4wp-form-fields {
    display: flex;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 0 10px;
}

footer form.mc4wp-form .mc4wp-form-fields label {
	display: none!important;
}

footer form.mc4wp-form .mc4wp-form-fields input[type="email"] {
    width: 70%;
} 

footer form.mc4wp-form .mc4wp-form-fields input[type="submit"] {
    width: 30%;
}

footer form.mc4wp-form .mc4wp-form-fields input[type="email"] {
	padding: 16px 23px 16px 23px;
	font-size: 12.6px;
    --wpforms-field-size-font-size: 12.6px;
    color: #000;
    --wpforms-field-text-color: #000;
    background-color: #fff;
    --wpforms-field-background-color: #fff;
    border-color: #F6F6F6;
    --wpforms-field-border-color: #F6F6F6;
	height: 51px;
    --wpforms-field-size-input-height: 51px;
    flex-grow: 1 !important;
} 

footer form.mc4wp-form .mc4wp-form-fields input[type="submit"] {
    padding: 16px 23px 16px 23px;
    --wpforms-button-size-height: 51px;
    height: 51px;
    border-radius: 0px 4px 4px 0px;
    --wpforms-button-border-radius: 0px 4px 4px 0px;
    --wpforms-button-background-color: #383f48;
    background-color: #383f48;
    --wpforms-button-text-color: #fff;
    color: #fff;
    font-size: 11.34px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    border-color: #383f48 !important;
}

footer form.mc4wp-form .mc4wp-form-fields input[type="submit"]:hover {
    background-color: #fff;
    color: #383f48;
}

/* fix shippinh methods */
.woocommerce-shipping-methods li label::after {
    content: ''!important;
}
.woocommerce-shipping-methods li label .hm-shipping-info {
    background: transparent !important;
}

/* Popover estilo neutro */
.hm-shipping-popover {
  position: absolute;
  z-index: 98!important;
  max-width: 260px;
  padding: 10px 12px;
  border-radius: 8px;
  background: #ffffff;
  color: #222;
  box-shadow: 0 8px 24px rgba(0,0,0,0.14);
  font-size: 13px;
  line-height: 1.4;
  pointer-events: auto;
  word-break: break-word;
}

.woocommerce-shipping-methods li,
.woocommerce-shipping-methods label { 
    overflow: visible !important; 
}

/* .hm-shipping-popover::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 10px; height: 10px;
  background: #ffffff;
  transform-origin: center;
  transform: translateX(-50%) rotate(45deg);
  top: -6px;
  box-shadow: -2px -2px 6px rgba(0,0,0,0.05);
} */

.hm-shipping-info { outline: none; }
.hm-shipping-info:focus { 
    box-shadow: 0 0 0 4px rgba(0,115,170,0.10); 
    border-radius:6px; 
}

@media (min-width: 769px) {
  .hm-shipping-popover {
    /* display: none; */
  }
}

span.hm-shipping-info {
    z-index: 98!important;
}

/* Footer copyright */

.footer-copyright {
    display: flex;
    flex-wrap: wrap;
    background-color: #F4E9E1!important;
}

.footer-copyright > .elementor-container > .elementor-column  {
    width: 100%!important;
}

.footer-copyright > .elementor-container > .elementor-column {
    text-align: center;
    height: 50px;
}

.footer-copyright > .elementor-container > .elementor-column p {
    margin-bottom: 0!important;
}


.footer-copyright > .elementor-container > .elementor-column p a img {
    top: -3px!important;
    position: relative!important;
}


@media (min-width: 1025px) {
    .footer-copyright {
        flex-wrap: nowrap;
        align-items: center;
    }

    .footer-copyright > .elementor-container > .elementor-column {
        height: auto;
    }

    .footer-copyright > .elementor-container > .elementor-column:first-child {
        width: 60%!important;
    }

    .footer-copyright > .elementor-container > .elementor-column:last-child {
        width: 40%!important;
    }
}

/* Cart */

@media (max-width: 768px) {
  .mini-cart.open .cart-popup.widget_shopping_cart {
    right: unset!important;
    top: -45px!important;
    height: 100vh;
    background: #fff;
  }
}

/* Quitar animación de entrada de Porto en el grid de productos */
ul.products .product-col {
    opacity: 1 !important;
    position: relative !important;
    left: auto !important;
}

