/*
Theme Name: Minimog Child
Theme URI: http://minimog.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: minimog
Text Domain:  minimog-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/*
Theme Name: Minimog Child
Theme URI: http://minimog.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: minimog
Text Domain:  minimog-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


/* 
 * 
 * 
 * 
 * 
 */

/* Product Addons */
.wcpa_section .wcpa_row {
    gap: 2%;
}
.wcpa_wrap .wcpa_field_wrap {
    padding: 10px !important;
    border: 1px solid #eee;
    border-radius: 5px;
}
.wcpa_wrap .wcpa-col-6 {
    width: 98% !important;
}
.wcpa_wrap .wcpa-col-4 {
    width: 64.66%;
}
.wcpa_wrap .wcpa-col-3 {
    width: 48% !important; 
}
.wcpa_wrap .wcpa-col-2 {
    width: 31.33%;
}




.page-content {
    margin-top: 50px;
    margin-bottom: 50px;
}

/*
* WooCommerce Custom 
*/
.woocommerce-order-details ul.wc-item-meta {
    font-size: 12px;
    font-weight: 400;
}





/* Remove default radio button styles */
input[type="radio"] {
  display: none;
}

/* Style the custom radio container */
.radio-container {
  display: inline-block;
  margin-right: 10px; /* Adjust spacing between radio buttons */
  cursor: pointer;
}

/* Style the custom radio button */
.radio-container input[type="radio"] + label {
  position: relative;
  padding-left: 30px; /* Adjust the size of the clickable area */
  cursor: pointer;
}

/* Style the radio button image */
.radio-container input[type="radio"] + label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px; /* Adjust the size of the radio button image */
  height: 24px; /* Adjust the size of the radio button image */
  background-image: url('your-image-url.png'); /* Replace 'your-image-url.png' with your image URL */
  background-size: cover; /* Ensure the image covers the container */
  background-repeat: no-repeat;
}

/* Style the label text (if needed) */
.radio-container input[type="radio"] + label span {
  /* Add any additional styling for the label text here */
}

/* Style for when the radio button is selected */
.radio-container input[type="radio"]:checked + label::before {
  /* You can add different styling for the selected state here if needed */
  /* For example, you can change the background color of the selected image */
  background-color: #00a0e6;
  border-radius: 50%; /* Makes it look like a selected circle */
}












/* Product Addon */

select#pa_size {
    width: 50%;
}

span.wcpa_option_price {
    display: none;
}
.wcpa_wrap .wcpa_image .wcpa_image_label {
    text-align: center;
}
.wcpa_wrap .wcpa_image .wcpa_img_wrap {
    margin: auto;
}

/* For Single Design Template*/
.ri-metal-btn{
	margin: auto;
    background-color: white !important;
    color: Black !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    text-decoration: none;
    cursor: pointer;
	
}
.ri-black-button{
    margin: auto;
    background-color: black;
    color: white;
    font-size: 16px !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    text-decoration: none;
    cursor: pointer;
    transition: all 1.5s ease-in-out;
}

.card.plan {
  padding: 10px;
  background-color: #fff;
  color: #754d42;
}

.plan .inner {
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #f6f6f6;
    border-radius: 15px;
    position: relative;
    overflow: visible;
}

.plan .pricing {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 20px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}


.plan .title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
  margin-top: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
  
}
.plan .info {
    font-weight: 400;
    font-size: 14px;
    color: #676767;
    margin-top: 0.25rem;
    margin-bottom: 20px;
    line-height: 15px;
}


dl.details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 0;
	
}
.details dt {
    background: antiquewhite;
    margin: 5px;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}


.top-left-image {
    position: absolute;
    top: -50px;
    left: -10px;
    height: 128px;
    width: 128px;
}

span.market-price {
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
    color: #7b7b7b;
    display: block;
    text-align: end;
    margin-top: 5px;
}




/* For ADVISED RING STYLES*/
.ri-disclaimer{
	font-size: 14px;
    line-height: 14px;
    margin: 20px 0;
}
.ri-black-button{
    margin: auto;
    background-color: black;
    color: white;
    font-size: 16px !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    text-decoration: none;
    cursor: pointer;
    transition: all 1.5s ease-in-out;
}

.ri-card {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
	min-width: fit-content;
    background-color: #FFF;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 10px;
    background-color: #fff;
    color: #754d42;
}

.ri-card .inner {
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: #f6f6f6;
    border-radius: 15px;
    position: relative;
    overflow: visible;
}

.ri-card .pricing {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    border-radius: 0px 0px 0px 20px;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
}


.ri-card .title {
  font-weight: 500;
  font-size: 1.25rem;
  color: #000;
  margin-top: 1rem;
  margin-bottom: 0;
  text-transform: uppercase;
  
}
.ri-card.info {
    font-weight: 400;
    font-size: 14px;
    color: #676767;
    margin-top: 0.25rem;
    margin-bottom: 20px;
    line-height: 15px;
}


dl.details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	gap: 8px;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin: 0;
}
.details dt {
    background: antiquewhite;
    margin: 5px;
    padding: 0px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
}



span.market-price {
    font-size: 14px;
    font-weight: 500;
    text-decoration: line-through;
    color: #7b7b7b;
    display: block;
    text-align: end;
    margin-top: 5px;
}
 
p.personality-info {
    text-align: justify;
}

/*TEST*/
/* Product card and single taxonmy*/


  .product-list {
    padding: 20px 10px 20px;
   
}

.white-box {
    border-radius: 5px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
    background-color: #ffffff;
    padding: 15px 25px;
    transition: all 0.5s ease-in-out;
    position: relative;
}
.ri-design-number {
    position: absolute;
    right: 12px;
    top: 10px;
}
.ri-design-number p {
    background: #d1d1d1;
    padding: 0 10px;
    margin: 0;
    border-radius: 3px;
    color: #000;
    font-weight: 700;
    font-size: 12px;
}
.product-img {
    min-height: 135px;
}
.product-img img {
    max-width: 100%;
    max-height: 130px;
    display: block;
    margin: 0 auto;
}
.product-bottom {
    text-align: center;
}
.product-name {
    font-size: 18px;
    color: #666;
    text-align: center;
    margin: 10px 0 10px;
    font-weight: 600;
    /*max-height: 48px;*/
    /*min-height: 48px;*/
    overflow: hidden;
}
.price {
    margin-top: 0;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    
}

.ri-product-action {
  display: flex;
  justify-content: space-between;
  max-width: 300px; /* Adjust the max width as needed */
  margin: 0 auto; /* Center the buttons horizontally */
}
.outline-buttton {
  flex: 1;
font-size: 12px;
	font-weight: 600;
	line-height: 14px;
  width: calc(50% - 2.5px); /* 50% width minus half of the spacing */
  margin-right: 5px; /* Add 5px spacing between buttons */
  border-radius: 0; /* Remove the border radius to make the buttons appear connected */
	padding: 12px 0;
}

/* Add some extra margin to the last button to ensure proper alignment */
.outline-buttton:last-child {
  margin-right: 0;
}










/* Common styles for all screen sizes */
.ri-container {
    width: 90%;
    margin: 50px auto;
}

.ri-row {
    
    display: flex;
    flex-direction: row;
}

.ri-styles-row {
    display: flex;
    flex-direction: row;
    align-content: start;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 10px;
}

.ri-personality-type {
    display: flex;
    flex: 50%;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
  
}

/* Card Image */
.ri-card-image {
  display: block;
  width: 100%;
  border-radius: 4px;
  margin-bottom: 12px;
}
.ri-card-image {
    display: block;
    width: auto;
    max-height: 128px;
}

.ri-advised-styles {
    display: flex;
    justify-content: center;
    flex: 50%;
}

article.ri-style-card {
    background: white;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #eee;
/* 	max-width:	45%; */
	width: 100%;
}
h2.title {
    font-size: 25px;
    font-weight: 500;
    margin-bottom: 5px;
}

img.ri-style-image {
    display: block;
    max-height: 128px;
    width: auto;
    margin: auto;
}
/* Responsive styles for desktop and tablet */
@media (min-width: 768px) {
  
  
  
}

/* Responsive styles for mobile */
@media (max-width: 767px) {
  
  
}


/* Styles for the main container */
.ri-estimate-section {
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%;
}

/* Styles for the row content */
.ri-estimate-row-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1600px;
    width: 100%;
}

/* Styles for the left section containing the image */
.ri-estimate-left-section {
    flex: 1;
    max-width: 30%;
	width: 30%;
	margin: auto;
}

/* Styles for the right section containing multiple cards */
.ri-estimate-right-section {
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.ri-estimate-right-section .row {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 0px;
	margin: 50px 0;
	width : 100%;
    
}


/* Styles for each card in the right section */
.ri-estimate-card {
    flex: 0 0 calc(33.33% - 20px);
/*     max-width: calc(33.33% - 20px); */
/* 	min-width: fit-content; */
   /* Set your desired height here */
    background-color: #FFF;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.ri-center{
	text-align:center;
	margin: auto;
}
.animated-button {
  	display: inline-block;
	margin: auto;
 	background-color: black;
 	color: white;
 	 font-size: 16px;
 	 padding: 10px 20px;
 	 border-radius: 4px;
  	text-decoration: none;
  	cursor: pointer;
  	transition: all 1.5s ease-in-out;
	animation: growAndShrink 4s infinite;
}

.animated-button {
  animation: growAndShrink 4s infinite;
}

@keyframes growAndShrink {
  0%, 100% {
    transform: scale(0.99);
  }
  50% {
    transform: scale(1.02);
  }
}

/* Other */



.variation-container {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}

.ri-single-variation.card {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 15px 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: space-around;
    align-items: center;
	min-width: 150px;
}
.ri-variation-title p {
    font-size: 16px !important;
    font-weight: 500;
}

.ri-single-variation .content {
    font-size: 14px;
}
.ri-single-variation p {
    font-size: 12px;
	margin-bottom: 0;
}
.ri-buy-now a {
    background: #000;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 2px 10px;
}
.ri-buy-now {
    margin-top: 10px;
}
