/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}

/**
 * Follow up - remove in checkout
 */
/*
.followup-checkout {
	display:none!important;
}
*/
/*** Badge ****/
.bagde-wrap {
    margin-top: -10px;
}

.single-product .nm-modal a {
    display: none;
}

.single-product .energy-badge {
    display: inline-block!important;
}

.badge-outline, .badge-circle {
    height:unset!important;

}
.badge-outline .on-sale, .badge-circle .on-sale {
    font-size:11px;
    border-radius:0px;
    padding:5px 10px;
    border-radius:50px;
    line-height:1;
    background-color:#FDE100!important;
    color:#333;
}

.badge-sh-radio-label {
    margin:0px;
    pointer-events:none;
}


.energy-badge {
    display: inline-block;
    padding: 0 0 0 6px;
    background: green;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    margin: 0 0 10px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    transition: .1s ease-in-out;
}

.energy-badge:hover {
    transform: translateY(-2px);
}

.energy-badge:after {
    content: "";
    position: absolute;
    right: -12px;
    top: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid green;
}

.energy-badge span {
    font-size: 12px;
    font-weight: 600;
    margin-left: 5px;
}

.data-badge {
    display: inline-block;
    font-size: 10px;
    margin-left: 20px!important;
    cursor: pointer;
    height: 24px;
    line-height: 24px;
    background: #eee;
    padding: 0 20px;
    transition: .1s ease-in-out;
}

.data-badge:hover {
    transform: translateY(-2px);
}

@media (max-width: 850px) {
    .energy-badge {
        display: block;
        width: max-content;
        transform: translateX(6px);
    }
}

input.not-valid {
    border-color: #b20000;
}

.not-valid-msg {
    background: #b20000;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px;
    margin-bottom: 15px;
    line-height: 2;
}

.order-pay-wrap {
    
}

.order-pay-wrap .woocommerce-billing-fields__field-wrapper {
    width: 50%;
    float: left;
}

.order-pay-wrap #order_review {
    background: #f9f9f9;
    padding: 50px;
    width: 45%;
    float: right;
}

.order-pay-wrap #billing_country_field {
    display: none;
}


.order-pay-wrap #update-billing {
    background: #1863a4;
    color: #fff;
    padding: 5px 40px;
}

.order-pay-wrap #betrs_shipping-18 {
    display: none;
}

@media (max-width: 768px) {
   
    .order-pay-wrap .woocommerce-billing-fields__field-wrapper {
        width: 100%;
        float: none;
    }
    
    .order-pay-wrap #order_review {
        width: 100%;
        float: none;
        padding: 25px;
    }
}

/**  
USP MODAL -- START
**/

@keyframes drop-in {
    0% {
      opacity: 0;
      transform: translate(-50%, -70%);
    }
    100% {
      opacity: 1;
      transform: translate(-50%, -50%);
    }
  }

.nm-modal {
    display: none;
    animation: drop-in .6s;
    box-shadow: 0 0 15px 5px rgba(0,0,0,0.2);
}

.modal-content {
    font-size: 14px;
    line-height: 2;
    overflow: auto;
    max-height: 90vh;
}

.modal-close {
    cursor: pointer;
    transition: .1s ease-in-out;
    opacity: .5;
}

.modal-close:hover{
    opacity: .75;
}

.modal-text ul li {
    list-style: disc;
    margin-left: 15px;
}

.modal-title {
    font-size: 18px;
    font-weight: 800;
    color: #000;
}

#bg-fade,
#mon-bg-fade {
    background: black;
    content: "";
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    opacity: .5;
}

.nm-modal.show {
    display: block;
    position: fixed;
    z-index: 999999;
    width: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 10px 10px 60px 10px;
    overflow: hidden;
    width: auto;
    max-width: 600px;
}

.modal-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
}

.modal-ready {
    cursor: pointer;
    transition: .1s ease-in-out;
}

.modal-ready:hover {
    opacity: .9;
}

.nm-modal a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #73b743;
    color: #fff;
    font-weight: 600;
    text-align: center;
    height: 50px;
    line-height: 50px;
}


/**  
USP MODAL -- END
**/

.sh-install-wrap {
    background: #73b743;
    padding: 25px;
    margin-bottom: 20px;
    color: #fff;
}

.sh-install-wrap p {
    font-size: 18px;
    font-weight: 600;
}

.no-montage {
    font-size: 18px;
    color: red;
}


.sh-radio-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgba(255,255,255,.9);
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
  }
  
  /* Hide the browser's default radio button */
  .sh-radio-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: rgba(255,255,255,.5);
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .sh-radio-label:hover input ~ .checkmark {
    background-color: #ffF;
  }
  
  /* When the radio button is checked, add a blue background */
  .sh-radio-label input:checked ~ .checkmark {
    background-color: #fff;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .sh-radio-label input:checked ~ .checkmark::after {
    display: block;
    content: "\2714";
    color: black;
    text-align: center;
    width: 19px;
    font-size: 14px;
}


.montage-zip {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.montage-zip-input {
    margin-bottom: 15px;
}

.montage-zip-price {
    margin-bottom: 30px;
    line-height: 1.5;
}

.montage-zip-image {
    flex: 0 0 40%;
}

.montage-zip-content {
    flex: 0 0 50%;
}

.montage-zip-input input {
    max-width: 170px;
}

.text-only-numbers {
    background: firebrick;
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.montage-zip-price p:first-child{
    margin-bottom: 0;
}

.montage-zip-price .zip-price {
    font-size: 30px;
}

#mon-modal .montage-buttons a {
    position: relative;
    display: block;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    height: auto;
    line-height: 1;
}

#mon-modal .montage-buttons a:first-child {
    background: #73b743;
    color: white;   
    font-weight: 600;
    margin-bottom: 10px;
    padding: 14px;
    opacity: .5;
}

#mon-modal .montage-buttons .add-to-cart-montage.btn-active {
    pointer-events: all;
    cursor: pointer;
    opacity: 1;
}

#mon-modal .montage-buttons a:nth-child(2) {
    background: transparent;
    border: 1px solid #666;
    color: #666;
    font-size: 12px;
    
}

.add-to-cart-montage {
    pointer-events: none;
    cursor: not-allowed;
}

.no-add-to-cart {
    cursor: pointer;
}



.modal-header {
    border-bottom: 1px solid rgba(0,0,0,0.2);
    padding: 30px 30px;
    line-height: 1;
}

.modal-header p {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0;
    color: #000;
}

#mon-modal {
    padding: 0;
    max-width: 800px;
    border-radius: 20px;
}

#mon-modal .modal-content {
    padding: 30px;
}

@media (max-width: 600px) {
    .nm-modal.show {
        width: 90%;
    }

    .montage-zip {
        flex-direction: column;
    }
}

.order-pay-wrap .wc_payment_methods.payment_methods.methods {
    background: #fff;
    padding: 20px;
}


.order-pay-wrap .shipping__table td {
    border-bottom: none;
}

.order-pay-wrap .wc_payment_methods.payment_methods.methods > p {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding-bottom: 20px;
}

#order_review.fade-loading {
    opacity: .5;
    pointer-events: none;
}

/* SEARCH */

.product-search-form form.product-search-form.show-submit-button button {
    display: inline-block;
    flex: initial;
    margin: 0 0 0 2px;
    padding: .3em .5em;
    line-height: 0;
    font-size: 12px;
    color: white;
    border-radius: 6px;
}


html body .mfp-content .searchform-wrapper button {
	font-size:22px!important;
	}

html body .mfp-content table.search-results {
    color: black!important;
}

html body .mfp-content table.search-results .product-info {
    color: black;
}

html body .mfp-content td.product-image {
    min-width: 100px!important;
    max-width: unset!important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding:10px!important
}

html body .mfp-content td.product-image img {
    min-width: 100px!important;
    max-width: unset!important;
    display: flex;
    align-items: center;
    justify-content: center;
}


html body .mfp-content tr.entry.product {
    display: flex;
}


html body .mfp-content td.product-info .price del span {
    color: black!important;
}

html body .mfp-content td.product-info .price del span {
    color:black;
    text-decoration:line-through;
    font-size:16px!important;
}

html body .mfp-content td.product-info .price ins span {
    color:black;
    font-size:16px!important;
}

html body .mfp-content td.product-info .price bdi span, html body .mfp-content td.product-info .price bdi {
    color:black;
    font-size:16px!important;
}


html body .mfp-content td.product-info .title {
    font-size: 22px!important;
    padding-top: 20px;
}

html body .mfp-content td.product-info:hover .title {
    color: black!important;
}

html body .mfp-content td.product-info:hover .description {
    color: black!important;
}

html body .mfp-content .no-results {
    color: black;
    font-size: 18px;
    padding: 20px!important;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
}

@media screen and (max-width:1216px) {
    #Coi-Renew {
        display:none!important;
    }
}
#menu-item-23371 > .nav-dropdown{
	height: auto !important;
    width: auto !important;
    min-height: auto !important;
	
}