/* RUBIROSA */
.rubi-1 {
	min-height: 70px;
	margin-left: 0px;
	padding-left: 70px;
	padding-right: 0px;
}
.rubi-2 {
	padding-top: 15px;
}
.rubi-3 {
	background-color: black;
	min-height: 100px;
}
.rubi-4 {
	text-align: center;
}
.rubi-5 {
	text-align: center;
	display: inline-block;
	width: 42px;
	height: 42px;
	border: 2px solid black;
}
.rubi-6 {
	text-align: center;
	color: black;
	font-size: 20px;
	line-height: 38px;
}
.rubi-7 {
	color: black;
}




.rubi-bg-black {
	background-color: white !important;
	min-height: max-content;
}
.nav-link.btn-login-area {
	color: #6c7680 !important;
}
.navbar-light .navbar-nav .nav-link {
		color: black;
}
.navbar-light .navbar-nav .nav-link:hover {
		color: #6c7680 !important;
}
.nav-item .dropdown .logged-in .show {
	color: #6c7680 !important;
}
.nav-link .dropdown-toggle {
	color: #6c7680 !important;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: #6c7680 !important;
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.web-footer {
  display:none;
}

.custom-web-footer {
	padding-bottom: 1.6rem;
  margin-right: -500px;
  margin-left: -500px;
  margin-top: 20px;
}

.badge-primary {
    color: white !important;
    background-color: black !important;
    border-radius: 1rem !important;
}


/*------------------------------------------------*/
/* WOOCOMMERCE LIKE */
#myBtnContainer {
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
}

.filterContainer {
    margin-bottom: 5px;
}

.filterlabel {
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-size: 12px;
}

.preview-title {
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-size: 12px;
}

.modal {
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-size: 12px;
}

.col-width {
	max-width: 20% !important;
}

.menu-one {
	width: 207px !important;
	height: 31px !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	background: #F3F2F0 !important;
	border-radius: 0 !important;
	border: none !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
	letter-spacing: 3px !important;
	color: #000 !important;
}

.menu-two {
	width: 207px !important;
	height: 31px !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	background: #fff !important;
	border-radius: 0 !important;
	border: 1.6px solid #000 !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
	letter-spacing: 3px !important;
}

.category-selection {
  justify-content: center !important;
  margin-bottom: 50px !important;
}

.category-button {
  margin: 15px !important;
  background-color: #ECEAE6 !important;
  border: none !important;
}

.category-button-selected {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  padding: 10px 20px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  font-size: 12px !important;
}

.menu-three, .asset-platform {
/*
	width: 212px !important;
*/
	height: 31px !important;
	display: flex !important;
	justify-content: space-between !important;
	align-items: center !important;
	background: #fff !important;
	border-radius: 0 !important;
	border: 1.6px solid #000 !important;
	text-transform: uppercase !important;
	font-size: 12px !important;
	letter-spacing: 3px !important;
}

.dropdown-one {
    background: rgb(243, 242, 240) none repeat scroll 0% 0% !important;
    width: 250px !important;
    border: none !important;
    margin-top: 10px !important;
    letter-spacing: 3px !important;
    max-height: auto !important;
}

.dropdown-two {
	width: 250px;
	letter-spacing: 3px !important;
	font-size: 14px !important;
    margin-top: 10px !important;
}

.dropdown-three {
/*
	width: 212px;
*/
	letter-spacing: 3px !important;
	font-size: 14px !important;
    margin-top: 10px !important;
}

.asset-platform:hover {
	background-color: #CECBBF !important;
	border: 1px solid #CECBBF !important;
}

.dropdown-two a, .dropdown-three a {
	padding: 4px 12px !important;
}

.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.show > .btn-secondary.dropdown-toggle {
    color: #000;
}

.menu-one:hover {
	background: #ECEAE6 !important;
	cursor: pointer;
}

.dropdown-one a:hover{
    background: #ECEAE6 !important;
}

.menu-two:hover, .menu-three:hover {
    color: #fff !important;
    background-color: #000 !important;
    cursor: pointer;
}

.selectedColor, .dropdown-two a:hover, .dropdown-three a:hover{
    color: #fff !important;
    background-color: #000 !important;
}

.selectedSize {
	font-weight: bold;
}

@media screen and (max-width:500px){
    .filterdiv-btn {
        display:none;
    }
    #myBtnContainer {
        justify-content: center;
    }
}
@media screen and (min-width:501px){
    #myBtnContainerDropdown {
        display:none;
    }
}
.filterdiv-container {
    overflow: hidden;
}
.img-container.filterDiv {
    display: none; /* Hidden by default */
}
.img-container.filterDiv.show {
    display: block;
}
/* The "show" class is added to the filtered elements */
.show {
    display: block;
}
/* Style the buttons */
.filterdiv-btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #f1f1f1;
  cursor: pointer;
  width: 150px;
  margin-bottom: 5px;
  font-size: 12px;
}
/* Add a light grey background on mouse-over */
.filterdiv-btn:hover {
  background-color: #ddd;
}
/* Add a dark background to the active button */
.filterdiv-btn.active {
  background-color: #666;
  color: white;
}
body {
	background-color: white;
}
* {box-sizing: border-box}
/* Container needed to position the overlay. Adjust the width as needed */
.img-container {
  position: relative;
  width: 100%;
}
/* Make the image to responsive */
.img-image {
  display: block;
  width: 100%;
  height: auto;
}
/* The overlay effect - lays on top of the container and over the image */
.img-overlay {
  position: absolute;
  bottom: 0;
  background: rgba(143,188,143);
  color: #f1f1f1;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}
/* When you mouse over the container, fade in the overlay title */
.img-container:hover .img-overlay {
  opacity: 1;
}
.clear-btn {
	background-color: transparent;
	border: none;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
    font-size: 12px;
}
 /*-----------------------------------------------------------------------------------*/
  /* Modal Header */
.modal {
	background-color: #F3F2F0;
}

.modal-header {
    padding: 0px;
	background-color: white;
	color: black;
	border-bottom: none;
	display: flex;
	align-items: center;
	margin-top: 0px;
	margin-bottom: 10px;
}

.modal-header h2{
	font-size: 1.2rem;
}

/* Modal Body */
.modal-body {
	padding: 2px 16px; 
	padding-top: 5px !important;
}

.mySlides img {
    width: 439px !important;
    height: 439px !important;
}

/*Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 35px auto;
    padding: 20px 15px;
    border: none;
    border-radius: 0px;
    width: 75%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
    /*height: 100%; */
}

.size-chart {
    display: flex;
    flex-wrap: wrap;
}

.size-chart div:nth-child(1) {
    /* Your styles here */
    margin-left: 15px !important;
}

.size-chart p {
    margin: 0px 0px 10px 0px;
    font-size: 14px;
}

.size-chart input {
    margin-bottom: 5px;
    border-radius: 0px;
}

.size-button-chart {
    margin: 76px 0px 76px 0px;
	display: flex;
	flex-wrap: wrap;
	letter-spacing: 1.5px;
	padding-right: 125px;
}

.size-button-chart button{
    background-color: black;
	color: white;
	border: none;
	padding: 3px;
	width: 212px;
	height: 31px;
	letter-spacing: 1.5px;
}

.size-button-chart p{
    display: flex;
	justify-content: space-evenly;
	align-items: center;
	width: 50%;
	margin-bottom: 0px;
}

.item-description {
	font-size: 12px;
	width: 59%;
	line-height: 24px;
	padding-left: 15px;
}

.item-description ul {
	padding: 0px !important;
	padding-left: 12px !important;
	margin-top: -28px !important;
	margin-bottom: -24px;
}

#goToCart .modal-content {
    position: relative;
    background: rgba(143,188,143);
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}
#empty .modal-content {
    position: relative;
    background: rgba(143,188,143);
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s;
}
/* Add Animation */
@keyframes animatetop {
    from {top: -300px; opacity: 0}
    to {top: 0; opacity: 1}
} 

.img-magnifier-container {
  position: relative;
}

.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 150px;
  height: 150px;
}














.slideshow-container {
  position: relative;
}
.mySlides {
  display: none;
}
.cursor {
  cursor: pointer;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Six columns side by side */
.column {
  float: left;
  width: 16.66%;
}

/* Add a transparency effect for thumnbail images */
.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}














.close {
	font-size: 3rem !important;
	line-height: 1 !important;
	text-shadow: 0 1px 0 #999 !important;
	opacity: 0.3 !important;
	color: black !important;
	padding: 0px !important;
	margin-top: -17px !important;
	margin-right: 5px !important;
}
























 /* The Overlay (background) */
.overlay {
    /* Height & width depends on how you want to reveal the overlay (see JS below) */   
    height: 100%;
    width: 100%;
    position: fixed; /* Stay in place */
    z-index: 10000; /* Sit on top */
    left: 0;
    top: 0;
    background-color: rgb(0,0,0); /* Black fallback color */
    background-color: rgba(0,0,0, 0.9); /* Black w/opacity */
    overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; /* 0.5 second transition effect to slide in or slide down the overlay (height or width, depending on reveal) */
	display: none;
}

/* Position the content inside the overlay */
.overlay-content {
    position: relative;
    top: 25%; /* 25% from the top */
    width: 100%; /* 100% width */
    text-align: center; /* Centered text/links */
    margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay p {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block; /* Display block instead of inline */
    transition: 0.3s; /* Transition effects on hover (color) */
}



/* When the height of the screen is less than 1611 pixels change modal item description*/
@media screen and (max-height:1611px) {
	
	.item-description ul {
		margin-top: 60px;
	}
	
	.size-button-chart {
		margin-top: 35	px !important;
	}

}
/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height:450px) {
    .overlay a {font-size: 20px}
    
    .modal-content {
		padding: 20px 20px;
    }
    
    .close {
		font-size: 1rem !important;
		margin-top: -20px !important;
    }
    .modal-header h2 {
		font-size: 0.8rem;
	}
	
	.modal-body .row > div:nth-child(1) {
		min-height: auto;
    }
        
    .modal-body .row > div:nth-child(2) {
		padding-left: 15px;
    }
    
    .size-chart {
		justify-content: space-evenly;
		margin-top: 20px;
	}
	.size-chart div{
		padding: 0px;
		flex: 0 0 30%;
		max-width: 33.33333% !important;
		margin-left: 0px !important;
	}
	
    .size-button-chart{
		padding: 0px;
		margin: 30px 0px 30px 0px;
	}
	
    .size-button-chart button{
		height: 34px;
		width: 100%;
	}
    .size-button-chart p{
		width: 70%;
		font-size: 10px;
		margin-top: 15px;
	}
	
	.item-description {
		font-size: 10px;
		width: 90%;
		padding: 0px;
		margin-bottom: 50px;
		line-height: 20px;
		margin-top: -58px;
    }
} 

.dropdown-toggle {
    min-width: 150px !important;
}

.dropdown-menu {
    max-height: 280px;
    overflow-y: auto !important;
}


/* Formatting styles from v12 */
.my-5 {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
  
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}


.white {
  color: white;
}

a {
  color: #5e64ff;
}

a:hover {
  color: #121aff;
  text-decoration: underline;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
}

.img-div .hidden-xs {
  display: none !important;
}

.img_div .visible-xs {
  display: block !important;
}

@media (min-width: 576px) {
  .img-div .hidden-xs {
    display: block !important;
  }
}

@media (min-width: 576px) {
  .img-div .visible-xs {
    display: none !important;
  }
}

/*------------------------------------------------*/
/* shopping cart */

/* Base Dialog Overlay styling resetting standard browser layout */
.cart-modal {
  border: none;
  background-color: transparent; 
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  max-height: 100vh;
}

/* Native backdrop matching your design system overlay tint */
.cart-modal::backdrop {
  background: rgba(0, 0, 0, 0.4);
}

/* Overriding structural content elements to inherit your styling exactly */
.cart-modal .modal-content {
  width: 90%;
  max-width: 600px;
  background-color: #ffffff;
  border-radius: 0px; /* Rigid brand theme */
  border: 1.6px solid #000000;
  padding: 32px;
}

/* Header Alignment */
.cart-modal .modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ECEAE6;
  padding-bottom: 12px;
  margin-bottom: 15px;
}

.cart-modal .modal-header h2 {
  margin: 0;
  font-size: 18px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

/* Item List Architecture */
.cart-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 350px;
  overflow-y: auto;
}

.cart-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #F3F2F0;
}

.cart-item:last-child {
  border-bottom: none;
}

.cart-item-img {
  width: 75px;
  height: 75px;
  object-fit: cover;
  border: 1px solid #ECEAE6;
}

.cart-item-info {
  flex-grow: 1;
}

.cart-item-info h3 {
  margin: 0 0 4px 0;
  font-size: 14px;
}

.cart-item-price {
  margin: 0;
  font-size: 14px;
  color: #6c7680;
  letter-spacing: 1px;
}

/* Footer Calculation & Action Area */
.cart-footer {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #ECEAE6;
}

.cart-total-row {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 15px;
  margin-bottom: 15px;
}

/* Button inheriting your exact brand parameters */
.cart-order-btn {
  width: 100%;
  height: 50px;
  background-color: #000000;
  color: #ffffff;
  border: none;
  border-radius: 0px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.cart-order-btn:hover {
  background-color: #CECBBF;
  color: #000000;
}

/* Toast base container styling */
.order-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #fff;
    color: #333;
    padding: 16px 24px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    z-index: 99999;
    min-width: 300px;
    max-width: 450px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    opacity: 0;
    transform: translateY(-20px);
    border-left: 5px solid #ccc;
}

/* Visibility states */
.order-toast.show {
    opacity: 1;
    transform: translateY(0);
}
.order-toast.hidden {
    display: none;
}

/* Structural elements */
.toast-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}
.toast-header h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}
.order-toast p {
    margin: 0;
    font-size: 14px;
    color: #555;
}
.order-toast output {
    display: block;
    margin-top: 8px;
    color: #888;
    font-size: 12px;
    font-family: monospace;
}

/* Dynamic State Colors */
.order-toast.success-state { border-left-color: #28a745; }
.order-toast.error-state { border-left-color: #dc3545; }