.etn-event-search-wrapper .form-control:focus {
    box-shadow: none;
}
.etn-event-search-wrapper .input-group-text {
    background-color: transparent;
    border: none;
}
.etn-event-search-wrapper .form-control, .etn-event-search-wrapper .etn_event_select {
    outline: none;
    background: none;
}

.input-group-prepend .input-group-text i.fa-buffer::before {

    content: "\e931"!important;

}
.etn-event-item .etn-event-footer .etn-event-date i {
    color: var(--tp-theme-1);
}

.etn-event-search-wrapper.etn-row {
    margin-left: 0;
}

@media (max-width: 991px) {
    button.etn-btn.etn-btn-primary {
        float: left;
        margin-bottom: 20px;
        margin-left: 20px;
        margin-top: 10px;
    }
    .etn-event-search-wrapper .input-group {
        border: none;
    }
}

@media (max-width: 768px){
.lp-user-profile .wrapper-profile-header .lp-profile-left {
    width: 220px;
    margin: auto;
}
}

.etn-event-item .etn-event-location i {
    color: var(--tp-theme-1)!important;
}

.etn-event-item .etn-event-location {
    color: #6a727f!important;
    font-weight: 500;
    line-height: 14px;
    margin-bottom: 10px;
}

.etn-event-date {
    font-size: 14px!important;
    font-weight: 500!important;
    color: #6a727f;
    text-transform: capitalize;
    display: inline-block;
    margin-right: 30px;
}

.etn-event-item {
    box-shadow: 0px 30px 40px 0px rgb(1 11 60 / 10%);
}


.od-before-after-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.it-about-3-right {
	margin-left: 0 !important;
}

/* WooCommerce Icon Css */

.woosw-btn-icon.woosw-icon-5 {
	margin-top: 7px;
}

.woosq-btn-icon.woosq-icon-1 {
    margin-top: 6px;
}

.woosc-btn-icon.woosc-icon-1 {
    margin-top: 5px;
}

/* WooCommerce Shop Details button Css */

.it-shop-details__quantity-box .it-btn-theme.single_add_to_cart_button{
	margin-left: 8px;
}

.woocommerce-breadcrumb::before{
display:none;
}


/* Comment Checkbox Design Start*/
.postbox-details-remeber {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

/* Hide default checkbox */
.e-check-input {
    display: none;
}

/* Custom checkbox create using label */
.e-check-label {
    position: relative;
    padding-left: 28px;
    font-size: 14px;
    color: #555;
    cursor: pointer;
    line-height: 1.5;
}

/* checkbox */
.e-check-label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 18px;
    height: 18px;
    border: 2px solid #000;
    border-radius: 4px;
    transition: all 0.3s ease;
}

/* Tick */
.e-check-label::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

/* Checked state */
.e-check-input:checked + .e-check-label::before {
    background-color: #000;
    border-color: #000;
}

/* Show tick */
.e-check-input:checked + .e-check-label::after {
    opacity: 1;
}

/* Hover effect */
.postbox-details-remeber:hover .e-check-label::before {
    border-color: #333;
}

/* Optional: text hover */
.e-check-label:hover {
    color: #000;
}
