/* BEGIN: Virtual Mirror Button styles */

#vm_buttons {
    width: 100%;
    top: -5px;
}

.nav-table-virtualmirror {
    display: table;
    margin: auto;
    padding-top: 5px;
}

.ul-virtualmirror {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

.li-virtualmirror {
    float: left;
    padding-left: 5px;
}

#vm_buttons button {
    cursor: pointer;
    display: block;
    width: 120px;
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 100px;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    border: solid 1px #dde1e3;
    background-image: radial-gradient(circle at 0 0, #e4ebef, rgba(231, 235, 237, 0.28));
    flex-grow: 0;
    font-family: 'sofia-pro';
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.16px;
    text-align: center;
    color: #244c5a;
}

.Frame-shape {
    width: 16px;
    height: 16px;
    flex-grow: 0;
    object-fit: contain;
}

/* END: Virtual Mirror Button styles */

#vmmv-container {
	position: fixed;
    height: 100%;
    margin: 0;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    background-color: rgba(0, 0, 0, 0.8);
}

/* Custom VM CSS for LC */
:root{
	/* desktop view of footer component background color and text */
	--vm-components-footer-desktop-bg: rgb(255 255 255);
	--vm-components-footer-desktop-text: rgba(0, 0, 0);
	
	/* mobile view of footer component background color and text */
	--vm-components-footer-mobile-bg: rgba(0, 0, 0, 0.65);
	--vm-components-footer-mobile-text: rgb(255, 255, 255);
	
	/* default font are for paragraph, title, and span. */
	--vm-default-font: sofia-pro;
	
	/* default font bold are for headings and others that are bold */
	--vm-default-font-bold: sofia-pro-bold;
	
	/* default font medium are for the text inside the button */
	--vm-default-font-medium: sofia-pro-semibold;
	
	/* desktop view of the icon of the footer */
	--vm-components-icon-desktop-bg: rgba(0, 0, 0);
	--vm-components-icon-desktop-fill: rgb(255 255 255);
	
	/* mobile view of the icon of the footer */
	--vm-components-icon-mobile-bg: rgba(0, 0, 0);
	--vm-components-icon-mobile-fill: rgb(255 255 255);
	
	/* icons in the photo mode */
	--vm-components-action-photo-bg: rgb(255 255 255);
	--vm-components-action-photo-fill: rgb(0 0 0);
	
	/* button on video mode */
	--vm-components-action-video-bg: rgb(0, 0, 0);
	--vm-components-action-video-text: rgb(255 255 255);
}


@media (min-width:1025px) {
	#vmmv-container #vm-layout{
		background-color: white;
	}
	
	#bipa-overlay-root-style #privacy-agreement .footer-bar .footer-content a {
		text-decoration: none;
	}
	
	#vm-layout p {
	    flex-grow: 0;
		font-family: sofia-pro;
		font-size: 14px;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.71;
		letter-spacing: 0.5px;
	}
	 
	/* start privacy-policy-notice */
	
	#vmmv-container #vm-privacy-policy #BIPA_CITIZEN_QUESTION {
	    font-weight: normal!important;
	}
	
	
	#bipa-overlay-root-style #privacy-agreement .footer-bar .footer-content a {
		text-decoration: none;
	}
	
	#vmmv-container #vm-privacy-policy .yes-no-checkbox {
	    text-transform: uppercase;
	}
	
	#vmmv-container #bipa-component-container{
	    padding-left: 70px!important;
	    padding-right: 70px!important;
	}
	
	#vmmv-container #bipa-component-container span{
	  font-family: sofia-pro;
	  font-size: 14px;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.71;
	  letter-spacing: 0.5px;
	}
	
	#vmmv-container #bipa-component-container b span{
		font-weight: bold;
	}
	
	#vmmv-container h1{
		font-family: minerva-modern;
		font-size: 28px;
		font-stretch: normal;
		font-weight: normal;
		font-style: normal;
		line-height: 1.14;
		letter-spacing: 0.14px;
		padding-top: 35px;
	}
	
	#vmmv-container .scrollable-container{
		padding-right: 60px!important;
		padding-left: 60px!important;
	}
	
	.styles__ModalContainer-sc-ds89az-2 {
		padding: unset !important;
	    margin: auto !important;
	}
	
	/* SCROLLBAR */ 
	#vmmv-container .scrollable-container::-webkit-scrollbar {
	    width: 7px;
	    background-color: #fff;
	}
	
	#vmmv-container .scrollable-container::-webkit-scrollbar-track {
	    box-shadow: inset 0 0 5px white; 
	    border-radius: 5px;
	}
	
	#vmmv-container .scrollable-container::-webkit-scrollbar-thumb {
	    background: #cdcdcd;
	    border-radius: 5px;
	    min-height: 80px;
	}
	
	#vmmv-container .scrollable-container::-webkit-scrollbar-thumb:hover {
	    background: rgb(92, 92, 92); 
	}
	
	#vmmv-container .footer-content{
		padding-left: 125px!important;
		padding-right: 125px!important;
	}
	
	#vmmv-container .footer-content .buttons button{
		max-width: unset!important;
	}
	
	#vmmv-container .footer-content .buttons button#bipa-cancel-button{
		color: #557b92;
	    border-color: #557b92;
	}
	
	#vmmv-container .footer-content .buttons button#bipa-submit-button{
		background-color: #557b92;
	    border-color: #557b92;
	    color: #fff;
	}
	
	#vmmv-container .footer-content .buttons button#bipa-submit-button:hover {
	    background-color: #192c50;
	    border-color: #192c50;
	}
	
	#vmmv-container .footer-content .buttons button span{
		text-transform: uppercase!important;
	    font-family: sofia-pro!important;
	    font-size: 16px!important;
	    font-weight: 600!important;
	}
	
	#vmmv-container #bipa-privacy-policy-notice{
		text-align: left!important;
	}
	
	/* end privacy-policy-notice */
	
	/* start bipa-biometric-agreement */
	
	#bipa-component-container #BIOMETRIC_AGREEMENT_TITLE {
	    margin-top: -145px!important;
	    position: fixed;
	    left: 0;
	    font-family: minerva-modern !important;
	    font-size: 28px!important;
	    font-weight: normal!important;
	    font-stretch: normal!important;
	    font-style: normal!important;
	    line-height: 1.14!important;
	    letter-spacing: 0.14px;
	    text-transform: capitalize;
	}
	
	#bipa-component-container #bipa-biometric-agreement {
	    margin-top: 50px;
	    margin-left: 90px;
	    margin-right: 90px;
	}
	
	#bipa-component-container #bipa-biometric-agreement .field.line{
	    padding-right:50px;
	    padding-left:50px;
	}
	
	#bipa-component-container #bipa-biometric-agreement .line.buttons button{
	    max-width: unset!important;
	}
	
	#bipa-component-container #bipa-biometric-agreement button#bipa-cancel-button{
		color: #557b92;
	    border-color: #557b92;
	}
	
	#bipa-component-container #bipa-biometric-agreement button#bipa-submit-button{
		background-color: #557b92;
	    border-color: #557b92;
	    color: #fff;
	}
	
	#bipa-component-container #bipa-biometric-agreement button#bipa-submit-button:hover {
	    background-color: #192c50;
	    border-color: #192c50;
	}
	
	
	#bipa-component-container #bipa-biometric-agreement #BIPA_FORM_SUBTITLE{
		flex-grow: 0;
		margin-bottom: 40px;
		font-family: sofia-pro;
		font-size: 14px;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.71;
		letter-spacing: 0.5px;
	}
	
	#bipa-component-container #bipa-biometric-agreement .buttons button span{
		text-transform: uppercase!important;
	    font-family: sofia-pro!important;
	    font-size: 16px!important;
	    font-weight: 600!important;
	}
	
	#bipa-component-container #bipa-biometric-agreement .note-warning,
	#bipa-component-container #bipa-biometric-agreement .error-text, 
	#bipa-component-container #bipa-biometric-agreement .note-text{
	    padding-right: 50px;
	    padding-left: 50px;   
	}
	
	/* end bipa-biometric-agreement */
	
	/* start terms-conditions */
	.vmmv-terms-conditions button{
		text-transform: uppercase!important;
	    font-family: sofia-pro!important;
	    font-size: 16px!important;
	    font-weight: 600!important;
	    background-color: #557b92;
	    border-color: #557b92;
	    color: #fff;
	}
	
	.vmmv-terms-conditions button:hover {
	    background-color: #192c50;
	    border-color: #192c50;
	}
	/* end terms-conditions */
	
	/* start picture-mode */
	
	.frame-advisor-root-style .upload-image.desktop #upload-image-drop-zone {
	    height: 42px;
	    background-color: #557b92;
	    border-color: #557b92;
	    color: #fff;
	    text-transform: uppercase;
	    font-size: 16px;
	    font-weight: 600;
	    margin-top: 300px;
	}
	
	.frame-advisor-root-style .upload-image-display-controls {
	    display: block;
	}
	
	.frame-advisor-root-style .upload-image-display-controls .upload-image-display-accept{
		margin: auto;
		display: block;
		text-transform: uppercase!important;
		font-family: sofia-pro!important;
		font-size: 16px!important;
		font-weight: 600!important;
		background-color: #557b92;
		border-color: #557b92;
		color: #fff;
		height: 40px;
	}
	
	.frame-advisor-root-style .upload-image-display-controls .upload-image-display-accept:hover {
	    background-color: #192c50;
	    border-color: #192c50;
	}
	
	.frame-advisor-root-style .upload-image-display-controls .upload-image-display-decline{
		margin: auto;
		display: block;
		height: 25px;
		margin-top: 20px;
	}
	
	.frame-advisor-root-style .upload-image-display-controls .upload-image-display-decline:after{
		font-family: sofia-pro;
		font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.71;
		letter-spacing: 0.5px;
		left: unset;
	    position: relative;
	}
	
	.vmmv-add-prescription-modal-add-to-cart-button {

        border-color: #557b92 !important;

        color: #557b92 !important;

		background-color: transparent !important;

        text-transform: uppercase !important;

        font-size: 14px !important;

        line-height: 1.5 !important;

        font-family: sofia-pro !important;

    }

	.vmmv-add-prescription-modal-prescription-button {
        text-transform: uppercase !important;
    }
	
	#vm-layout button.Button__StyledButton-sc-17kilgz-0{
	    font-weight:600;
		font-size: 16px;
	    height: 40px;
	    background-color: #557b92;
		color: #fff;
	    border-color: #557b92;
	    text-transform: uppercase;
	}
	
	#vm-layout button.Button__StyledButton-sc-17kilgz-0:hover{
	    background-color: #192c50;
	    border-color: #192c50;
	}
	/* end picture-mode */
	
	/* start video-mode */
	#vm-layout p.styles__ErrorMessage-sc-inddy1-1{
		max-width: 270px;
		margin-top: 15px;
	}
	
	.vmmv-take-picture-instructions-page {
        gap: 30px !important;
        padding: 56px 126px 2.625em !important;
        .vmmv-take-picture-instructions {
            gap: 20px !important;
        }
        .styles__TipTake-sc-ghin3b-9 {
            margin-top: 0 !important;
        }
        .styles__TakePictureButton-sc-3ek8r0-10 {
            background: #557b92 !important;
            font-size: 14px !important;
            line-height: 1.5 !important;
            text-transform: uppercase !important;
            padding: 10px 14px !important;
            font-family: sofia-pro;
            outline: none !important;
            position: unset !important;
			font-weight: 600;
        }
   }
   
   .styles__FooterLabelWrapper-sc-1wqjh4b-3 {

        gap: 5px !important;

        padding-left: 13% !important;

    }
	
	#vm-layout button.styles__SeeInstructions-sc-inddy1-3{
		font-family: sofia-pro;
		font-size: 14px;
		font-weight: 600;
		font-stretch: normal;
		font-style: normal;
		line-height: 1.71;
		letter-spacing: 0.5px;
		left: unset;
	    position: relative;
	}
	/* end video-mode */
}















/* Carlos */
@media (max-width:800px) {
	 #vmmv-container span[class^='styles__StyledLabel'] {
    	top: -3em !important;
	}

	.vmmv-container-rxc span[class^='styles__StyledLabel'] {
    	top: -1.5em !important;
	}

	.show {
		display: flex !important;
		font-weight: normal;
		line-height: 1.71;
	}
	
	.Button__StyledButton-sc-17kilgz-0 {
		background-color: #557b92;
	    border-color: #557b92;
	    color: #fff;
	    font-weight: bold;
		text-transform: uppercase !important;
	}
	
	.styles__Title-sc-1aj6aut-1 {
		width: 205px !important;
	}
	
	.styles__TakePictureButton-sc-3ek8r0-10 {
		text-transform: uppercase !important;	
		padding: 8px 32px !important;
	}
	
	.styles__ModalContainer-sc-ds89az-2 {
		padding: 3.5em 0px 1.5em !important;
	}
	
	.styles__TakePictureButton-sc-3ek8r0-10 {
		font-size: 16px !important;
	    font-weight: 600 !important;
	    letter-spacing: 0.5px !important;
	    background: #557b92 !important;
	    padding: 8px 32px !important;
	}
	
	.upload-image-display-accept {
        background: #557b92 !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        text-transform: uppercase !important;
        padding: 10px 14px !important;
        font-family: sofia-pro !important;
        outline: none !important;
    }
    
    .vmmv-add-prescription-modal-add-to-cart-button {
        border-color: #557b92 !important;
        color: #557b92 !important;
		background-color: transparent !important;
        text-transform: uppercase !important;
        font-size: 14px !important;
        line-height: 1.5 !important;
        font-family: sofia-pro !important;
    }

	.vmmv-add-prescription-modal-prescription-button {
        text-transform: uppercase !important;
    }
	
	#bipa-component-container #bipa-biometric-agreement button#bipa-cancel-button{
		color: #557b92;
	    border-color: #557b92;
	}
	
	#bipa-component-container #bipa-biometric-agreement button#bipa-submit-button{
		background-color: #557b92;
	    border-color: #557b92;
	    color: #fff;
	}

    .styles__IconWrapper-sc-1wqjh4b-2{
        background-color: rgba(255, 255, 255, 0.3) !important;
    }

    .styles__FooterLabel-sc-1wqjh4b-4{
        color: #fff !important;
    }
    
    .styles__PriceStyled-sc-1wqjh4b-6{
        color: #fff !important;
	}
	
	#bipa-component-container #bipa-biometric-agreement .buttons button span{
		text-transform: uppercase!important;
	    font-family: sofia-pro!important;
	    font-size: 16px!important;
	    font-weight: 600!important;
	}
	
	#bipa-overlay-root-style.bipa-overlay #bipa-component-container #BIPA_FORM_SUBTITLE {
		font-family: sofia-pro !important;
	}
	
	#bipa-overlay-root-style #privacy-agreement .footer-bar .footer-content a {
		text-decoration: none;
	}
	
	#bipa-component-container #BIOMETRIC_AGREEMENT_TITLE {
	    margin-top: -70px!important;
	    position: fixed;
	    left: 0;
	    font-family: minerva-modern !important;
	    font-size: 28px!important;
	    font-weight: normal!important;
	    font-stretch: normal!important;
	    font-style: normal!important;
	    line-height: 1.14!important;
	    letter-spacing: 0.14px;
	    text-transform: capitalize;
	}
	
	#vmmv-container #bipa-component-container span{
	  font-family: sofia-pro;
	  font-size: 14px;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.71;
	  letter-spacing: 0.5px;
	}
	
	#vmmv-container #bipa-component-container span{
	  font-family: sofia-pro;
	  font-size: 14px;
	  font-stretch: normal;
	  font-style: normal;
	  line-height: 1.71;
	  letter-spacing: 0.5px;
	}
	
	.styles__PrivacyHeader-sc-qrseoe-1 {
		margin-top: 24px !important;
		margin-bottom: 16px !important;
		font-family: minerva-modern !important;
	}
	
	.styles__PrivacyHeader-sc-qrseoe-1 h1 {
		width: 175px !important;
		font-size: 28px !important;
		font-weight: normal !important;
		line-height: 1.14 !important;
		letter-spacing: 0.14px !important;
		margin: auto !important;
		font-family: minerva-modern !important;
	}
	
	#bipa-footer-bar {
		.styles__PrivacyHeader-sc-qrseoe-1 {
			margin-top: 24px !important;
			margin-bottom: 16px !important;
			
			h1 {
				width: 175px !important;
				font-size: 28px !important;
				font-weight: normal !important;
				line-height: 1.14 !important;
				letter-spacing: 0.14px !important;
				margin: auto !important;
				font-family: minerva-modern !important;
			}
		}
		
		#vm-privacy-policy {
			margin-right: 24px !important;
			margin-left: 24px !important;
		}
		
		.footer-content {
			padding: 14px 24px 28px 24px !important;
			margin: 0px !important;
			
			#bipa-privacy-policy-notice {
				margin-bottom: 8px !important;
				font-size: 14px !important;
				font-weight: normal !important;
				line-height: 1.71 !important;
				letter-spacing: 0.5px !important;
				text-align: left !important;
			}
			
			#PRIVACY_BUTTON_CANCEL {
				font-size: 16px !important;
				font-weight: 600 !important;
				letter-spacing: 0.5px !important;
				color: #557b92 !important;
				text-transform: uppercase !important;
				font-family: sofia-pro;
			}
			
			#bipa-submit-button {
				background-color: #557b92 !important;
			}
			
			#PRIVACY_BUTTON_SUBMIT {
				font-size: 16px !important;
				font-weight: 600 !important;
				letter-spacing: 0.5px !important;
				text-transform: uppercase !important;
				font-family: sofia-pro;
			}
		}
	}
	
	.styles__Title-sc-ghin3b-2 {
		font-weight: bold !important;
		font-family: minerva-modern;
	}
	
	.styles__PictureModeEntryPageWraper-sc-ghin3b-0 {
		padding: 1.6em 1.5em !important;
	}
	
	.styles__TipsWrapper-sc-ghin3b-7 {
		margin-top: -14px !important;
	}
	
	.styles__TipDescription-sc-ghin3b-11 {
		font-size: 16px !important;
		font-family: sofia-pro;
	}
	
	.styles__IconWrapper-sc-ghin3b-10 {
		min-width: 48px !important;
		width: 48px !important;
		height: 48px !important;
		margin-right: 17px !important;
	}
	
	.styles__Title-sc-ghin3b-2 {
		font-size: 28px !important;
	}
	
	.fcQpgZ {
		margin-bottom: 42px !important;
	}
	
	.styles__ParagraphDescription-sc-ghin3b-5 {
		margin-bottom: 20px !important;
	}
	
	.styles__TipDescription-sc-ghin3b-11 {
		font-size: 14px !important;
		letter-spacing: 0.5px !important;
	}
	
	#upload-image-drop-zone {
		text-transform: uppercase !important;
		width: 170px !important;
	}

	.nav-table-virtualmirror {
		position: relative;
		top: 50px; 
	}
}


@media (min-width:1025px) {
	.styles__StyledLabel-sc-ruxwte-6 {
		flex-direction: row !important;
		font-weight: 600 !important;
		justify-content: center !important;
		gap: 10px;
		display: flex;
		

	}	
	
	.styles__CatalogContainer-sc-ruxwte-0 {
		display: flex !important;
		flex-direction: column-reverse !important;
		gap: 12px !important;
		
		.styles__StyledLabel-sc-ruxwte-6 {
			position: unset !important;
		}
	}
	
	/*
	#bipa-footer-bar {
		 width: calc(100% + 140px) !important;
		position: absolute !important;
 		left: -70px !important; 
	}
	*/
	
	#notification {
		bottom: 50% !important;
	}
}

.styles__TipDescription-sc-ghin3b-11 {
	font-size: 14px !important;
    font-weight: normal !important;
    font-family: sofia-pro;
}

.fa-nudging-guide {
	font-weight: normal !important;
	font-size: 24px !important;
}

.styles__ParagraphDescription-sc-ghin3b-5 {
    font-weight: normal !important;
    font-family: sofia-pro;
}


#upload-image-drop-zone, .styles__TryAgainButton-sc-19fztel-0 {
	font-size: 16px !important;
    font-weight: 600 !important;
	letter-spacing: 0.5px !important;
	background: #557b92 !important;
}

.styles__StyledError-sc-19fztel-3 {
	svg {
		fill: #222222 !important;
		width: 24px !important;
		height: 24px !important;
	}
}

.styles__ErrorLabel-sc-19fztel-4 {
	width: 301px !important;
    height: 48px !important;
    flex-grow: 0 !important;
    margin: 16px 0 27px !important;
    font-size: 14px !important;
    font-weight: normal !important;
    line-height: 1.71 !important;
    letter-spacing: 0.5px !important;
}

.styles__SeeInstructions-sc-19fztel-5 {
	font-weight: 600 !important;
}

.styles__Title-sc-ghin3b-2 {
	font-size: 32px !important;
	font-family: minerva-modern;
}

.styles__Title-sc-1aj6aut-1 {
	width: 205px !important;
    font-size: 32px !important;
    line-height: 1.25 !important;
    letter-spacing: normal !important;
    font-family: minerva-modern;
}

.styles__TipDescription-sc-1aj6aut-7 {
	font-weight: normal;
	font-family: sofia-pro;
}

.vto-capture-overlay {
	.fa-nudging-guide {
		  width: 487px;
		  font-size: 32px;
		  font-weight: normal;
		  line-height: 1.25;
	}
}

.styles__TryAgainButton-sc-19fztel-0 {
	text-transform: uppercase;
}

#PRIVACY_AGREEMENT_TITLE {
	margin-bottom: 25px !important;
}


#PRIVACY_AGREEMENT_TITLE {
	margin: auto !important;
    width: 160px !important;
	font-size: 28px !important;
    font-weight: normal !important;
	margin-bottom: 16px !important;
}

.vmmv-add-prescription-modal-title {
	font-size: 28px !important;
    font-weight: normal !important;
	letter-spacing: 0.14px !important;
}

.styles__TitleContainer-sc-ds89az-3 {
	margin-bottom: 28px !important;
}

.styles__PictureModeEntryPageWraper-sc-ghin3b-0 {
	color: #222222;
}

.styles__ActionBox-sc-ld9vvx-3 {
	margin-top: 16px;
    font-family: sofia-pro;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.5px;
    text-align: left;
    color: #222222;

	.svg {
		font-size: 20px;
	}
}

.styles__BrandImage-sc-ld9vvx-2 {
	width: 242px;
    height: 60px;
    margin-bottom: 24px;
    margin-top: 16px;
    font-family: sofia-pro;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
}

.styles__ProductInfo-sc-ld9vvx-1 {
	font-family: sofia-pro;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.71;
    letter-spacing: 0.5px;
    text-align: center;
    color: #222222;
}