// /**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */


//
//  Common
//  _____________________________________________

& when (@media-common = true) {
	
			
	/*=========================Custom Css for the Coupon message on the top of page=========================*/

    .coupon-message {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        
        .om-active-coupon-notice {
            display: inline-block;
            width: 100%;
            vertical-align: top;
            background: #DCFCE7;
            border: 0.69px solid #D1D5DC;
            box-shadow: 0px 2px 4px -2px #0000001A;

            &.om-active-coupon-notice-js {
                display: none;
                
                &.loaded {
                    display: inline-block;
                }
            }
        }
        
        .coupom-msg-cont {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto;
            max-width: 1300px;
            padding: 15px 30px;
            box-sizing: border-box;
            gap: 15px;
        }
        
        .coupon-msg-icon {
            display: inline-block;
            width: auto;
            vertical-align: top;
            
            img {
                display: inline-block;
                width: auto;
                vertical-align: top;
                max-width: 30px;
            }
        }
        
        .coupon-msg-info {
            display: inline-block;
            width: auto;
            vertical-align: top;
            
            .cou-msg-info-title {
                display: inline-block;
                width: auto;
                vertical-align: top;
                font-size: 16px;
                font-family: 'Montserrat-Bold';
                color: #101828;
                letter-spacing: 0.7px;
                margin: 0 10px 0 0;
            }
            
            .cou-msg-info-code {
                display: inline-block;
                width: auto;
                vertical-align: top;
                color: #1E2939;
                font-family: 'Montserrat-Medium';
                letter-spacing: 0.5px;
                margin: 0 5px 0 0;
                
                b {
                    font-weight: normal;
                    letter-spacing: 0.5px;
                    text-transform: uppercase;
                    background: #ffffff;
                    padding: 3px 10px;
                    font-size: 13px;
                    line-height: 18px;
                    font-family: 'Montserrat-Bold';
                }
            }
            
            .cou-msg-info-label {
                display: inline-block;
                width: auto;
                vertical-align: top;
                color: #1E2939;
                font-family: 'Montserrat-Medium';
                letter-spacing: 0.5px;
            }
        }
    }



    /*=========================Custom Css for the Coupon message on the top of page=========================*/

    .product-info-main {
        .om-pdp-coupon-notice {
            display: inline-block;
            width: 100%;
            vertical-align: top;
            margin: 0 0 20px;
            padding: 0 0 20px;
            border-bottom: 1px dashed #CBCBCB;
            
            span {
                display: inline-block;
                width: 100%;
                vertical-align: top;
                background: #DCFCE7;
                color: #000;
                font-family: 'Montserrat-Medium';
                padding: 0 15px;
                line-height: 40px;
                font-size: 14px;
                letter-spacing: 1px;
                border-radius: 4px;
                box-sizing: border-box;

                &:before {
                    color: #006400;
                    content: '\e610';
                    font-family: 'icons-blank-theme';
                    display: inline-block;
                    width: auto;
                    vertical-align: top;
                    margin: 0 6px 0 0;
                    font-size: 30px;
                    line-height: 40px;
                }
            }
        }
    }


		
}



//
//  Mobile from max-width 767px
//  _____________________________________________

.media-width(@extremum, @break) when (@extremum = 'max') and (@break = @screen__m) {

    
    /*=========================Custom Css for the Coupon message on the top of page=========================*/

    .coupon-message {
        .coupon-msg-icon {
            img {
                max-width: 40px;
            }
        }
        
        .coupom-msg-cont {
            padding: 10px;
            align-items: flex-start;
        }
        
        .coupon-msg-info {
            width: 100%;

            .cou-msg-info-title {
                line-height: 24px;
                width: 100%;
            }

            .cou-msg-info-code {
                width: 100%;
                margin: 2px 0;
                font-size: 14px;
                line-height: 24px;
            }

            .cou-msg-info-label {
                font-size: 14px;
                line-height: 24px;
            }
        }
    }



    /*=========================Custom Css for the Coupon message on the top of page=========================*/

    .product-info-main {    
        .om-pdp-coupon-notice {
            span {
                display: flex;
                align-items: flex-start;
                padding: 5px;
                letter-spacing: 0.5px;
                font-size: 13px;
                line-height: 20px;
                
                &:before {
                    font-size: 28px;
                    line-height: 20px;
                }
            }
        }
    }



}