/**
	Theme Name: Goya Child Theme
	Description: This is a child theme of Goya.
	Template: goya
	Version: 1.0
	Author: Everthemes
	Author URI: http://themeforest.net/user/luisvelaz
	Tags: responsive-layout, flexible-header, custom-colors, mega-menu, woocommerce, shop, ajax, page-builder, translation-ready, gutenberg
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
.li-section {
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 35px;
  padding-left:15px;
}
.button-variable-item-s-m, .button-variable-item-l-xl{
  padding: 20px!important;
} 

.no-style-list {
  list-style-type: none;
  margin-top: 0;
  padding-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.no-style-list .no-style-list {
  padding-left: 30px;
  margin:0px;
}
.about-us-content{
  text-align: justify;
}
.variable-item-span-button{
    width: 40px;
    font-size: 14px!important;
 }
.dot3-loader{
  color:black!important
}

/* Infinite scroll and product loading loaders */
.et-loader:after,
.dot-loader:after {
  background-color: black !important;
}

.et-main-products.et-loader:after {
  background-color: black !important;
}

/* AJAX loading loaders */
.yith-wcan-loading:after,
.blockUI.blockOverlay:after,
.wcapf-before-update:after {
  background-color: black !important;
}
.minicart-counter{
  background-color: rgba(0, 0, 0, 0.3)!important;
}
.et-active-filters-count {
  background-color: rgba(0, 0, 0, 0.3)!important;
}
.slick-dots li.slick-active button {
  background-color: black!important;
}
header.site-header {
  transition: all 0.2s ease-in-out !important;
}
.about-us-banner .et-banner-paragraph{
  background: none;
}
.about-us-banner .et-banner-title{
  background: none;
  text-align: left!important;
}
.about-us-image img{
  width: 100%!important;
  display: block!important;
}

.about-us-banner .et-banner-text{
  left: auto;
  right: 0;
  padding-right: 50px!important;
}
.et-banner-text,
.et-banner-text-inner,
.et-banner-paragraph,
.et-banner-title,
.et-banner-paragraph p {
  text-align: left !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  margin-left: 0 !important;
  margin-right: auto !important;
}


.footer-center{
	display:block!important;
}

.footer-right{
	display: ruby!important;
}

/* Modal Background */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7); 
  display: flex; 
  justify-content: center; 
  align-items: center;
  z-index: 9999; 
  overflow: hidden; 
}


.modal-content {
  background: #ffffff;
  padding: 20px;
  border-radius: 10px;
  max-width: 80%; 
  width: 600px; 
  max-height: 90vh; 
  overflow: hidden; 
  text-align: center;
  position: relative; 
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2); 
  animation: fadeIn 0.3s ease; 
}


.close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: color 0.3s;
}

.close:hover {
  color: #ff0000; 
}


.modal-image-container img {
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-radius: 5px;
  max-height: 70vh; 
}


.modal-details h2 {
  font-size: 24px;
  margin: 0 0 10px;
  color: #333;
}

.modal-details p {
  font-size: 16px;
  color: #555;
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}


.site-logo {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px; 
    font-weight: 700;
    color: #333; 
    margin: 0; 
    text-transform: uppercase; 
    letter-spacing: 1px;
}

.slogan-container {
  padding-bottom: 30px;
  text-align: center;
  color: black;
  font-family: 'Open Sans', sans-serif;
  background: none!important;
  background-color: white!important;
  display: flex;
  flex-direction: column;
  align-items: center; 
}

.slogan-text {
  font-size: 35px; 
  font-weight: 400;
  transform: scale(1, 2); 
  transform-origin: top left; 
  margin-bottom: 50px;

}

.footer-logo {
  max-width: 350px;
  height: auto;
}

.reset_variations{
  border: none;
  background: none;
}

.sizing_guide{
  display: inline-block!important;
}
.mfp-content{
z-index: 9999!important;
}
.logoimg{
    max-width: 200px!important;
    max-height: 60px!important;
}

#et-quickview .page-header {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
}

.et-banner-text.v_center {
  bottom: 40%;
  left: 5%!important;

}
.et-banner-text.h_right {
  right: auto;
  left: auto;
  padding-left: 5% !important;
}

.et-banner-paragraph{
  color: white;
  border-radius: 5px;
  width: max-content;
    text-shadow: 1.5px 1.5px #000;

  margin-bottom: 0.4rem!important;
  margin-top: 0.4rem!important;


}

.et-banner-title{
  text-shadow: 1.5px 1.5px #000;
  border-radius: 5px;
  width: max-content;
  margin-bottom: 0.4rem!important;

}
.et-banner-subtitle{
  background: none!important;
    text-shadow: 1.5px 1.5px #000;

  margin-bottom: 0.4rem!important;
  padding: 0!important;

}
.slick-prev:hover, .slick-next:hover{
  color: white;
}

.home-page-header{
  font-weight: 200;
}

.home-page-header-section{
  margin-bottom: 15px;
}

.page-about-us .et-banner-title,
.page-about-us .et-banner-paragraph {
    margin: 0 auto;
}

.page-about-us .et-banner-title {
  margin-bottom: 1rem;
}

.page-connect .nf-form-title {
  display: none;
}

.et-banner-link{
    border: 2px!important;
    border-style: solid!important;
    border-color: white!important;
    transition: 0.5s;
}

.et-banner-link:hover{
    background-color: white!important;
    color: black!important;
    border: 2px!important;
    border-style: solid!important;
    border-color: white!important;
}

.view-now-btn:hover{
    background-color: black!important;
    color: white!important;
    border: 2px!important;
    border-style: solid!important;
    border-color: black!important;
}



.product-showcase{
    background-color: white!important;
}

.product_meta .wcml-dropdown {
    display: none !important;
}

.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name,
.woo-variation-swatches.wvs-show-label .variations th label {
    padding: 0;
    margin: 0;
}

.woocommerce-variation-availability {
    display: none;
}

.product-type-variable .single_variation_wrap .single_variation {
    margin-top: 0;
}

.button-variable-items-wrapper li{
    max-width: 30px;
    height: 40px;
    padding: 8px;
}

.variations th{
  padding: 0!important;

}

.et-portfolio-content{
  display: none!important;

}

.lookbook-container{
  margin-bottom: 50px;
}

.lookbook-header{
    padding-bottom: 3vh!important;
    margin-bottom: 0px!important;
}
.lookbook-top-header {
  font-weight: 400;
  color:#a2a3a0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin-bottom: 10px;
}

.lookbook-container figure {
  width: 40%;
  margin-right: 20px;
}
.related-products-section{
    margin-left: 30px!important;
    width: 100%;
    height: auto;
}
.related-products-title {
    font-size: 15px!important;
    color: #666;
    font-weight: normal;
}

/* Portfolio Products Two-Column Layout */
.portfolio-products-layout {
    display: flex;
    gap: 40px;
    margin: 10px 0 0 0; 
    align-items: flex-start;
    position: relative;
    z-index: 1;
}
.lookbook-container .wp-block-columns{
  display: none;
}

.portfolio-image-column {
    flex: 0 0 45%;
    max-width: 45%;
}

.portfolio-featured-image {
    width: 100%;
}

.portfolio-featured-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 8px;
}

.portfolio-products-column {
    flex: 1;
    min-width: 0;
}

.related-products-grid {
    display: flex!important;
    flex-direction: column!important;
    gap: 0;
    margin-top: 0;
    min-height: 400px;
}

.related-product-card {
    display: flex;
    align-items: center;
    padding: 25px 0;
    border-bottom: 1px solid #e0e0e0;
    background: #fff;
    min-height: 120px; 
}

.related-product-card:last-child {
    border-bottom: none;
}

.product-image-wrapper {
    flex: 0 0 100px;
    margin-right: 25px;
}

.product-image-wrapper img {
    width: auto;
    height: 150px;
    object-fit: cover;
    border-radius: 4px;
}

.product-info {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-details {
    flex: 0 0 50%;
}

.product-title {
    font-size: 16px;
    margin: 0 0 5px 0;
    line-height: 1.2;
}
.related-products-section .product-title {
    font-size: 1.25rem;
    margin: 0;

}

.product-title a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
}

.product-title a:hover {
    color: #000;
}

.product-price {
    margin: 5px 0;
    font-weight: normal;
    color: #666;
}

.product-price del {
    color: #999;
    margin-right: 8px;
}

.product-price ins {
    text-decoration: none;
    color: #333;
}

.product-stock {
    margin: 5px 0 0 0;
}

.stock-status {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.stock-status.in-stock {
    background-color: #e8f5e8;
    color: #2d5a2d;
}

.stock-status.out-of-stock {
    background-color: #f0f0f0;
    color: #666;
}

.product-actions {
    flex: 1 1 auto;
    margin-left: 20px;
}

.related-products-section .button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.related-products-section .button:hover {
    background-color: #333;
}

.related-products-section .button.disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.lookbook-container .wp-block-group{
  align-items: stretch;
}
.portfolio-products-column{
  margin-right: 20px;
}
.lookbook-container .post-content.entry-content{
  padding-bottom: 0;
}

.breadcrumb-wrapper,
body[class*="page-lookbook-"] .breadcrumb-wrapper{
  padding-top: 85px;
}
.post-title{
  padding-top: 10px!important;
}

/*PHONES*/
@media (max-width: 768px) {
    .lookbook-top-header {
      font-size: 2rem;
      letter-spacing: 1px;
    }
    .lookbook-header {
      padding-bottom: 0!important;
    }
    #sizing-popup{
      padding: 20px;
    }
    .sizechart-container{
      padding: 10px!important;
    }
    .sizechart-table th,
    .sizechart-table td{
      font-size: 10px!important;
    }
    .footer-logo {
      max-width: 60%;
      height: auto;
    }
    .slogan-text{
      font-size: 28px;
    }
   .logo {
     font-size: 28px; 
     letter-spacing: 1.5px;
   }
   .slogan-container {
     padding-top: 20px;

   }
   .logoimg {
    max-width: 150px!important;
   }

   .about-us-banner .et-banner-title{
    margin-left: 0;
   }
   .et-banner-text{
    left: unset!important;
    right: unset!important;
    padding-left: unset!important;
    bottom: 35%!important;
   }

   .et-banner-link{
    font-size: 13px;
    margin-top: 0.7rem!important;
    }
    .home-page-header{
      font-size: 1.5rem;
    }
    .portfolio-products-layout {
        display: block;
        gap: 20px;
        min-height: auto;
    }
    .lookbook-container .row{
      display: block;
    }
    .portfolio-image-column {
        flex: none;
        max-width: 100%;
        padding: 0 20px; /* Add left/right padding to image */
    }
    
    .portfolio-products-column {
        flex: none;
        width: 100%;
        padding: 0 20px; /* Consistent padding with image */
    }
    
    .related-products-section {
        margin-left: 25px!important;
        width: 85%;
        max-width: 100%;
        height: auto;
    }
    
    .related-products-title {
        text-align: center;
        margin-bottom: 20px;
        padding: 0;
    }
    .related-product-card .product-title a{
      font-size: 16px;

    }
    .lookbook-top-header{
      font-size: 13px;
    }
    .related-products-grid {
        width: 100%;
        display: block!important;
        flex-direction: column !important;
        align-items: center;
    }
    
    .related-product-card {
        flex-direction: row;
        align-items: center;
        padding: 20px;
        margin: 0 auto 15px auto; /* Center the card itself */
        border-radius: 8px;
        background: #fff;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);        
    }
    
    .product-image-wrapper {
        flex: none;
        margin-right: 5px;
        margin-bottom: 10px;
        align-self: center;
    }
    
    .product-info {
        flex-direction: column;
        align-items: center; /* Center align product info */
        width: 100%;
        text-align: center;
        padding: 5px 5px 5px 5px;
    }
    
    .product-details {
        text-align: center;
        margin-bottom: 15px;
    }
    
    .product-actions {
        margin-left: 0;
        margin-top: 0;
        align-self: center;
    }
    .related-product-card .product-details{
      margin-bottom: 0;
    }
    .product-image-wrapper{
      margin-bottom: 0;
    }
    .related-product-card .product-info{
      padding: 0;
    }
    .related-product-card .product-actions{
      margin-top: 20px;
    }

}
/*SMALL PHONES*/
@media (max-width: 450px) {
    #sizing-popup{
      padding: 5px;
    }
    .sizechart-container{
      padding: unset!important;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .footer-logo {
      max-width: 60%;
      height: auto;
    }
    .slogan-text {
      font-size: 19px;
      letter-spacing: 1px;
    }
    .et-banner-link{
    font-size: 12px;

    }
    
    .portfolio-image-column {
        padding: 0 15px;
    }
    
    .portfolio-products-column {
        padding: 0 15px;
    }
    
    .related-product-card {
        padding: 15px;
    }

    .related-product-card .product-title a{
      font-size: 13px!important;
    }
    .related-product-card .product-title{
      line-height: 0.8;
    }
}


/*TABLETS*/
@media (min-width: 1000px) and (max-width: 1280px) {
  .site-logo {
    font-size: 26px;
  }
  .slogan-text {
    transform-origin: bottom;
  }
  .mfp-content{
    vertical-align: top;
    padding-top: 20px;
    max-height: 95vh!important;
  }
  .sizechart-table{
    font-size: 10px!important;
  }
  .sizechart-header{
    font-size: unset!important;
  }
   .slogan-container {
     padding-top: 30px;
   }
  .et-qv-summary{
    padding-left: 0!important;
  }
  #et-quickview .summary {
    padding: 60px 10px 25px 5px;
  }
  .related-product-card{
    padding: 0;
  }
}



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

  .slogan-text{
    font-size: 36px;
    padding-left: 10px;

  }
  .slogan-container {
    padding-top: 0px;
  }
  .lookbook-container{
    padding: 20px;
    margin: 20px;
  }
  .product-info{
    flex-direction: row;
  }
}

@media (min-width: 992px){
    .menu-toggle {
        display: none !important;
    }

}

@media (min-width: 768px) and (max-width: 1366px) {
  .page-about-us .et-banner-text {
    width: auto;
  }
}

@media (max-width: 1900px){
  .sizechart-table{
    font-size: 12px;
  }
}

@media (max-width: 991px){
    .custom-sort-section{
      flex: 0 0 100%!important;
      max-width: 100%!important;
    }
    .custom-sort-section .widgettitle span:after {
      font-size: 15px;
      transition: all .25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      content: "\e925";
      transform: rotate(0deg);

    }
    .custom-sort-section .widgettitle.active span:after {
      font-size: initial;
      content: "—";
      transform: rotate(180deg);


    }
}

/* Mobile dropdown functionality for custom sort section */
@media (max-width: 768px) {
    .custom-sort-section .widgettitle {
        cursor: pointer;
        position: relative;
        padding-right: 20px;
    }
    
    .custom-sort-section .widgettitle span {
        position: absolute;
        right: 0;
        top: 50%;
        font-family: 'et-icon';

    }
    

    
}
    
    

    .custom-sort-section .widgettitle.active {
        margin-bottom: 0;
    }
    
    .custom-sort-section .sort-options {
        display: none;
    }


/*SIZE GUIDE TABLES*/
.sizechart-container {
  padding: 20px;
  text-align: center;
}

.sizechart-table-wrapper {
  max-width: 400px!important;
  border: 1px solid #ccc;
  margin: 0 auto 40px auto; 
}
.sizechart-table {
  width: 100%;
  border-collapse: collapse;
  margin: unset!important;
  border: 3px solid #000;
  table-layout: auto;

}


#et-quickview{
  max-width: 80vw!important;
  height: auto!important;
}
#et-quickview .woocommerce-product-gallery__image{
  max-height: 95vh!important;
  width: auto!important;
}
#et-qv-product-summary{
  width: fit-content!important;
}

#et-quickview .sizechart-container{
  padding: unset!important;
}
.sizechart-table th,
.sizechart-table td {
  border: 1px solid #999;
  text-align: center;

  font-weight: 600;
  color:black;
  padding: 4px 4px!important; 
  box-sizing: border-box!important; 
}


.sizechart-table th {
  background-color: #ccc;
  font-weight: bold!important;
}
.size-headers th {
  font-weight: 900!important;
}

.sizechart-label {
  text-align: left;
  background-color: #f5f5f5;
  font-weight: bold;
}

.sizechart-waistband {
  font-weight: 900!important;
}

.sizechart-logo-cell {
  width: 60px;
  border: 1px solid #999;
  text-align: center;
  vertical-align: middle;
  background-color: #a6a6a6!important;
}

.sizechart-logo-cell img {
  max-width: 60px!important;
  max-height: 60px!important;
}

.sizechart-header {
  font-size: 28px;
  font-weight: bold!important;
  padding-top: 2px!important;
  padding-bottom: 2px!important;
  background-color: #a6a6a6!important;

}

.sizechart-table td:nth-child(odd){
  background-color: #d9d9d9; 
}

.sizechart-table th:nth-child(even){
  background-color: #a6a6a6;
}

.sizechart-table tr:first-child th,
.sizechart-table tr:first-child td {
  border-top: 3px solid #000;
}

.sizechart-table tr:nth-child(2) th,
.sizechart-table tr:nth-child(2) td {
  border-bottom: 3px solid #000;
}
.sizechart-table tr:first-child td:first-child {
  border-bottom: 3px solid #000;
}

.sizechart-table tr:first-child td:first-child,
.sizechart-table tr:first-child th:first-child {
  border-left: 3px solid #000;
}

.sizechart-table tr:first-child td:last-child,
.sizechart-table tr:first-child th:last-child,
.sizechart-table tr:nth-child(2) td:last-child,
.sizechart-table tr:nth-child(2) th:last-child {
  border-right: 3px solid #000!important;
}
.sizechart-table td:first-child {
  border-left: 3px solid #000;
  border-right: 3px solid #000;
}


.shop_bar .woocommerce-ordering,
.woocommerce-ordering {
  position: absolute !important;
  left: -9999px !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}




.custom-sort-section .sort-option {
  color:#000 !important;
  display: block !important;
  padding: 0 0 0 10px!important;
  margin: 0 0 5px;
  cursor: pointer !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1. !important;
  transition: color 0.3s ease !important;
  text-decoration: none !important;
}


.custom-sort-section .sort-option.active {
  color: #000 !important;
  font-weight: 600 !important;
}
.shop_bar .filter-trigger-box {
  border: none;
}
#wcapf-attribute-filter-4{
  text-transform: uppercase;
}
#shop-display-list{
  display: none;
}
.widgettitle{
  padding-top: 0;
}

 .cmplz-close:focus{
  outline: none;
}

/* Checkout Page Specific Styles */
.page-checkout .site-footer {
    display: none;
}

