/*
CTC Separate Stylesheet
Updated: 2025-04-09 07:17:54
*/

/*  ul.products li.product .button.add_to_cart_button,
ul.products li.product .button.order-now-button {
    position: relative !important;
    display: inline-block !important;
    width: 48% !important;
    margin: 0 1% 5px 0 !important;
    bottom: auto !important;
    height: auto !important;
    box-sizing: border-box !important;
    border-radius: 5px !important;
    text-align: center !important;
}

ul.products li.product .button.order-now-button {
    margin-left: 0 !important;
    background-color: #ff4f4f !important;
    color: #fff !important;
}

@media (max-width: 600px) {
    ul.products li.product .button.add_to_cart_button,
    ul.products li.product .button.order-now-button {
        width: 100% !important;
        display: block !important;
        margin: 5px 0 !important;
    }
}  */

/* working but not in mobile
.custom-button-wrapper {
    display: flex !important;
    gap: 4% !important;
    flex-wrap: nowrap !important;
}

.custom-button-wrapper .button {
    width: 48% !important;
    text-align: center !important;
    display: inline-block !important;
    box-sizing: border-box !important;
    border-radius: 5px;
    padding: 10px 0;
}

.custom-button-wrapper .order-now-button {
    background-color: #ff4f4f;
    color: #fff;
}

.stock-out-button {
    width: 100% !important !important;
    cursor: not-allowed !important;
    opacity: 0.7;
    display: inline-block !important;
    border-radius: 5px;
    text-align: center !important;
    padding: 10px 0;
    background-color: #ddd;
    color: #555;
    font-weight: 600;
}

.product_type_variableul.products li.product .added_to_cart, ul.products li.product .button {
	
	position: relative;
	z-index: 1;
	bottom: 0;
	width: calc(100% - 30px);
	height: 40px;
	padding: 0;
	border-radius: 4px;
	opacity: 0;
	font-size: clamp(0.75rem,0.623rem + 0.4065vw,0.875rem);
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	transition: 0.1s;
}
.stock-out-button.products li.product .added_to_cart, ul.products li.product .button {
	width: 100% !important;
}

@media (max-width: 600px) {
  .custom-button-wrapper {
    flex-wrap: wrap !important;
	  background: #000 !important;
  }
  .custom-button-wrapper .button {
    width: 100% !important;
    margin: 5px 0 !important;
    display: block !important;
  }
}
 */

.custom-button-wrapper {
    display: flex !important;
    gap: 2% !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
}

.custom-button-wrapper .button {
    width: 48% !important;
    text-align: center !important;
    display: inline-block !important;
    box-sizing: border-box !important;
    border-radius: 5px;
    padding: 10px 0;
}

.custom-button-wrapper .order-now-button {
    background-color: #FF4F7E !important;
    color: #fff;
}
.custom-button-wrapper .order-now-button:hover {
    background-color: #000 !important;
    color: #fff;
}
.button.stock-out-button {
    width: 100% !important;
    cursor: not-allowed !important;
    opacity: 0.7 !important;
    display: inline-block !important;
    text-align: center !important;
    border-radius: 5px;
    padding: 10px 0;
    background-color: #ddd;
    color: #555;
    font-weight: 600;
}

ul.products li.product .added_to_cart, ul.products li.product .button {
	position: relative !important;
	opacity: 1 !important;
}

@media (max-width: 600px) {
    .custom-button-wrapper {
        flex-wrap: wrap !important;
		gap: 1% !important;
    }
    .custom-button-wrapper .button {
        width: 100% !important;
        margin: 3px 0 !important;
        display: block !important;
    }
	
}

.button.stock-out-button {
	background: #F05D5D !important;
}

