/* 
Theme Name:		 Twenty Twenty-One Child Theme
Theme URI:		 http://childtheme-generator.com/
Description:	 Twenty Twenty-One Child Theme is a child theme of Twenty Twenty-One, created by ChildTheme-Generator.com
Author:			 Mardeys
Author URI:		 http://childtheme-generator.com/
Template:		 twentytwentyone
Version:		 1.1.0
Text Domain:	 twenty-twenty-one-child-theme
*/


/*
    Add your custom styles here 123
*/



.wpcf7-form-control[type="submit"] ,
.image_features_wrap li .button {
    padding: 3px 10px;
    display: inline-block;
    border-radius: 6px;
    font-size: 14px;
    line-height: 18px;
    background-color: #001B7A !important;
}
.wpcf7-form-control[type="submit"]:hover ,
.wpcf7-form-control[type="submit"]:focus ,
.image_features_wrap li .button:hover,
.image_features_wrap li .button:focus {
    text-decoration: none !important;
    background-color: #FFC94D !important;
    border-color: transparent;
    color: #000;
}
.wpcf7-form .row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wpcf7-form .row .col-full {
    padding: 10px 20px;
    width: 100%;
}
.wpcf7-form .row .col {
    width: 50%;
    padding: 10px 20px;
}
.wpcf7-form-control[type="submit"] {
    font-size: 16px;
    line-height: 20px;
    background-color: #FFC94D;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 40px 15px 40px;
}
.wpcf7-form-control-wrap label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wpcf7-form-control-wrap input,
.col-full > p,
.col-full label,
.col-full label .wpcf7-form-control-wrap,
.wpcf7-form-control-wrap textarea {
    width: 100%;
}
.wpcf7-form-control-wrap .wpcf7-form-control {
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    height: 50px;
    border-radius: 0;
}
.wpcf7-form .col label span.label,.wpcf7-form .col-full span.label{
    font-family: 'Inter';
    font-size: 16px;
}
.div_wrapper .pro_categories_list li .all_links img {
    width: 100px !important;
    height: 100px !important;
    object-fit: contain !important;
}

@media only screen and (max-width: 767px){

.product-view-shortcode .elementor-shortcode div {
    /* width: 100%; */
    text-align: center;
    border-radius: 5px;
    top: 0px;
    z-index: 2;
    left: 58px;
    /* bottom: 30px; */
}
}


/** Custom CSS for the bid popup start **/
.bid-time-left-row .countdown_row .countdown_section .countdown_amount{
    font-size:18px;
    line-height: 1.2;
    display:inline-block
}
.bid-time-left-row .countdown_row .countdown_section{
    font-size:10px;
    line-height: 1.2;
    width:max-content;
    padding:6px;
}

.bid-row-header.bid-time-left-row .hasCountdown{
    padding:0;
}
/** Custom CSS for the bid popup end **/
#ms-login-popup,
#ms-signup-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    padding-top: 40px;
}

.ms-login-popup-box {
    background: #fff;
    /* padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%; */
}

.ms-popup-content-box {
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    max-width: 700px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.ms-login-popup-content {
    display: none;
    width: 100%;
}
.ms-tab-content-active {
    display: inline-block;
}

.ms-login-popup-content h6 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: bold;
}

.form-group {
    margin-bottom: 15px;
    text-align: left;
}

.ms-login-popup-content .form-group label {
    display: block;
    font-size: 14px;
    line-height: normal;
    font-weight: 600;
}
.ms-input-row {
    display: flex;
    gap: 20px
}

.ms-input-row .form-group{
    width: 50%;
}

.ms-login-popup-content .form-group input,
.woocommerce .ms-login-popup-content .form-group .form-row-wide input,
.woocommerce .ms-login-popup-content .form-group .form-row-wide select{
    width: 100%;
    padding: 7px;
    border: 1px solid #373737 !important;
    border-radius: 4px;
}

.form-group button {
    width: 100%;
    padding: 10px;
    background: #0073aa;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.form-group button:hover {
    background: #005a87;
}

.close-btn {
    margin-top: 10px;
    background: #ccc;
    color: #333;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.close-btn:hover {
    background: #999;
}

/* #ms-signup-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
} */

/* .ms-signup-popup-box {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    width: 100%;
} */




.ms-popup-content-box button.close-btn {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 10px;
    border-radius: 100%;
    font-size: 16px;
    line-height: 16px;
    height: 28px;
    display: flex;
    align-items: center;
    border: 1px solid #000;
}
.ms-popup-content-box button.close-btn:hover {
    background: #fff;
    color: #000;
}

.ms-login-signup-tab {
    display: flex;
    justify-content: space-around;
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #ddd;
}

.ms-login-signup-tab li {
    padding: 10px 20px;
    cursor: pointer;
    font-weight: bold;
    color: #555;
    border-bottom: 2px solid transparent;
    transition: color 0.3s, border-bottom 0.3s;
}

.ms-login-signup-tab li:hover,
.ms-login-signup-tab li.ms-tab-title-active {
    color: #000;
    border-bottom: 2px solid #000;
}
.ms-error-message {
    color: red;
}
.ms-error-message a{
    display: none;
}
/* section#single-product-auction {
    display: block !important;
} */


/* Custom CSS for the bid popup start */
#bid-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 9999;
    padding-top: 40px;
}

/* Popup container */
#bid-popup p{
    font-size: 12px;
}
#bid-popup bid-details{
    font-size: 12px;
}
#bid-popup .popup-content {
    background-color: #fff;
    margin: 0 auto;
    padding: 20px;
    max-width: 700px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* Popup header */
#bid-popup h6 {
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

/* Bid amount section */
.bid-amount {
    margin: 20px 0;
    padding: 15px;
    background: #f7f7f7;
    border-radius: 5px;
}

/* Bid rows */
.bid-row {
    margin: 5px 0;
    padding: 5px 0;
    border-bottom: 1px solid #eee;
}
.bid-row-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.bid-row label {
    font-weight: bold;
    color: #555;
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}

.bid-row small {
    color: #666;
    font-size: 10px;
    display: block;
    margin-top: 5px;
}

/* Warning box */
.warning-box {
    background: #fff7e6;
    border: 1px solid #ffe0b2;
    padding: 10px;
    margin: 15px 0;
    border-radius: 5px;
    font-size: 12px;
}

.warning-box p {
    margin-bottom: 10px;
}

.warning-box ul {
    padding-left: 20px;
}

.warning-box li {
    margin: 8px 0;
    color: #666;
}

/* Button row */
.button-row {
    display: flex;
    gap: 15px;
    margin-top: 15px;
}

.button-row button {
    flex: 1;
    padding: 10px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 12px;
}

.cancel-btn {
    background-color: #f5f5f5;
    color: #333;
    border: 1px solid #ddd;
}

.cancel-btn:hover {
    background-color: #e8e8e8;
}

.confirm-btn {
    background-color: #0073aa;
    color: white;
    border: none;
}

.confirm-btn:hover {
    background-color: #005177;
}
.single-product form.cart {
    display: flex !important;
    align-items: center;
}
label.bid-value-label {
    margin: 0 .5rem 0 0;
    color: #ffffff;
}
/* Custom CSS for the bid popup end */

#single-product-auction {
    display: block !important;
}
form#ms-signup-form {
    overflow-y: scroll;
    padding-right: 20px;
    height: 70vh;
    overflow-x: hidden;
}
.ms-address-box.u-column1.col-1 {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: flex-end;
}
.ms-login-popup-content .form-group .form-row-wide:not(#billing_country_field) {
    width:  calc(50% - 10px);
}
.ms-login-popup-content .form-group  #billing_country_field {
    width:  calc(50% - 9px);
    /* width: 50%; */
}
#single-product-auction p.ms-you-max-note {
    display: none;
}

p.ms-you-max-note {
    font-size: 17px;
    text-decoration: underline;
}