* {
    box-sizing: border-box;
  }
body{
    background-color: #ffffff;
    /* background:transparent url(../images/bg.png) no-repeat; */
    /* background-size: cover; */
    font-family: 'Montserrat', serif;
    font-size: 14px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.page-top-section{
    flex: 1;
}
.footer{
    margin-top: auto;
}
/* .bg-top{
    background: transparent url(../images/bg_top.png) no-repeat;
    background-size: contain;
} */
/* .bg-bottom{
    position: static;
    background: transparent url(../images/bg_bottom.png) no-repeat;
    background-size: contain;
    bottom: 0px;
    height: 20vh;
    width: 100%;
} */
.container{
    position: relative;
    z-index: 10;
}
.text-center{
    text-align: center;
    width: 100%;
}
.text-left{
    text-align: left;
    width: 100%;
}
.text-right{
    text-align: right;
    width: 100%;
}
.align-center{
    margin: 0px auto;
}
.welcome-box{
    /* background: transparent url(../images/welcome_box.png) no-repeat; */
    width: 328px;
    height: 192px;
    /* position: absolute;
    top: 150px; */
    margin: 150px auto 0px;
}
.title{
    color: #00afb0;
    /* text-transform: uppercase; */
    margin: 50px auto;
    font-weight: bold;
    text-align: center;
    font-size: xx-large;
}
.sub-title{
    color: #00afb0;
    /* text-transform: uppercase; */
    margin: 50px auto;
    text-align: center;
    font-size: xx-large;
}
::placeholder {
    color: #00afb0;
    opacity: 1; /* Firefox */
}
.font-large{
    font-size: large;
}
::-ms-input-placeholder { /* Edge 12 -18 */
    color: #00afb0;
}
.filled-button{
    background: #00afb0;
    color: white;
    border: #00afb0 1px solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    width:100%;
    padding: 5px;
    cursor: pointer;
}
.filled-button:hover{
    background: white;
    color: #00cbb5;
}
.non-filled-button{
    background: white;
    color: #00afb0;
    border: #00afb0 1px solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    width:100%;
    padding: 5px;
    cursor: pointer;
}
.non-filled-button:hover{
    background: #00cbb5;
    color: white;
}
.selected-btn{
    background: #00afb0 !important;
    color: white;
    border: #00afb0 1px solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
    width:100%;
    padding: 5px;
    cursor: pointer;
}
.message{
    font-weight: bold;
    font-size: large;
}
.hide{
    display: none;
}
.show{
    display: block;
}
.light-red-bg{
    background-color: #94ffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px 20px;
    width: 100%;
    margin: 10px 5px;
}
.box-title{
    color: #000;
    font-size: medium;
    font-weight: bold;
}
.red{
    color:#00afb0;
}
.black{
    color:#000;
}
.white{
    color: white !important;
}
.bold{
    font-weight: bold;
}
.font-large{
    font-size: large;
}
.banner{
    background: transparent url(../images/banner.png) no-repeat;
}
.signin-wrapper {
    height: 79vh;
    margin: 180px auto;
    padding: 0px 57px 0px;
}
.login-wrapper{
    height: 57vh;
    margin: 195px auto;
    padding: 0px 57px 0px 0px;
}
.login-container{
    width:328px;
    margin: auto;
}
.form-elem{
    padding: 10px;
}
.input-box{
    color: #00afb0;
    border: #00afb0 2px solid;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    padding: 10px;
    width: 100%;
}
.input-box-with-icon{
    padding: 10px 10px 10px 75px !important;
}
.user-icon{
    background: transparent url(../images/username_icon.png) no-repeat;
    background-position: 0px;
    background-size: contain;
}
.password-icon{
    background: transparent url(../images/password_icon.png) no-repeat;
    background-position: 0px;
    background-size: contain;
}
.price{
    font-weight: bold;
    font-size: large;
    color: #000;
}
.price-sm{
    font-weight: bold;
    font-size: medium;
    color: #00afb0;
}
/* Customize the label (the container) */
.checkbox-container {
    color: #00afb0;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
/* Hide the browser's default checkbox */
.checkbox-container input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }

  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #caffff;
    border: #00afb0 1px solid;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

  /* On mouse-over, add a grey background color */
  .checkbox-container:hover input ~ .checkmark {
    background-color: #19f1e0;
  }

  /* When the checkbox is checked, add a blue background */
  .checkbox-container input:checked ~ .checkmark {
    background-color: #00afb0;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .checkbox-container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  /******Custom Select Start********/
  .lenz-select {
    min-width: 350px;
    position: relative;
  }

  select {
    appearance: none;
    /*safari*/-webkit-appearance: none;
    /*otherstylesforaesthetics*/width: 100%;
    font-size: 1.15rem;
    padding: 0.675em 6em 0.675em 1em;
    background-color: #fff;
    border: 2px solid #00afb0;
    /*border-radius: 0.25rem;
    */border-radius: 10px;
    color: #000;
    cursor: pointer;
    /* margin: 0px auto; */
    -webkit-border-radius: 1;
    -moz-border-radius: 1;
    -ms-border-radius: 1;
    -o-border-radius: 1;
}

.select-normal {
    appearance: none;
    /*safari*/-webkit-appearance: none;
    /*otherstylesforaesthetics*/width: 100%;
    font-size: 1.15rem;
    padding: 0.675em 1em 0.675em 1em;
    background-color: #fff;
    border: 2px solid #00afb0;
    /*border-radius: 0.25rem;
    */border-radius: 10px;
    color: #000;
    cursor: pointer;
    /* margin: 0px auto; */
    -webkit-border-radius: 1;
    -moz-border-radius: 1;
    -ms-border-radius: 1;
    -o-border-radius: 1;
}
  .lenz-select::before,
.lenz-select::after {
  --size: 0.3rem;
  position: absolute;
  content: "";
  right: 1rem;
  pointer-events: none;
}

.lenz-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.lenz-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 55%;
}

/**************/

/* The container must be positioned relative: */
.custom-select {
    position: relative;
    /*font-family: Arial;*/
    border: 2px solid #00afb0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

  .custom-select select {
    display: none; /*hide original SELECT element: */
  }

  .select-selected {
    background-color: rgb(255, 56, 30);
  }

  /* Style the arrow inside the select element: */
  .select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent;
  }

  /* Point the arrow upwards when the select box is open (active): */
  .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
  }

  /* style the items (options), including the selected item: */
  .select-items div,.select-selected {
    color: #ffffff;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
  }

  /* Style items (options): */
  .select-items {
    position: absolute;
    background-color: rgb(252, 125, 108);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
  }

  /* Hide the items when the select box is closed: */
  .select-hide {
    display: none;
  }

  .select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
  }
  /******Custom Select End********/
.form-elem a{
    color: #1aa3a3;
    font-size: larger;
}
.form-elem a:hover{
    color: #00afb0;
}
.form-elem a:visited{
    color: #1aa3a3;
}

.header{
    background-color: #00afb0 !important;
    height: 150px;
    width: 100%;
    margin: 0px;
}
.logo-trans{
    background: transparent url(../images/logo_trans.png) no-repeat;
    height: 150px;
    width: 222px;
    margin: 0 auto;
}
.small-logo{
    background: transparent url(../images/logo_small.png) no-repeat;
    height: 15px;
    width: 131px;
}
.email-icon{
    background: transparent url(../images/email_icon.png) no-repeat;
    height: 20px;
    width: fit-content;
    padding-left: 30px;
    color: white;
    margin: 0px 20px;
}
.phone-icon{
    background: transparent url(../images/phone_icon.png) no-repeat;
    height: 20px;
    width: fit-content;
    padding-left: 30px;
    color: white;
    margin: 0px 20px;
}
.menu-link{
    color:white;
    width: fit-content;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}
.menu-link:hover{
    color: #ffe4e4;
}
.menu-link:visited{
    color: white;
}
.order-id-box{
    background: transparent url(../images/orderid_box.png) no-repeat;
    height: 27px;
    width: 208px;
}
.order-id-box input{
    background-color: transparent;
    border: none;
    padding: 2px 5px;
    color: white;
}
.order-id-box input::placeholder {
    color: white;
    opacity: 1; /* Firefox */
  }

.order-id-box input::-ms-input-placeholder { /* Edge 12 -18 */
    color: white;
  }
.icon-container{
    margin: 10% auto;
    /* width: fit-content; */
    width: 100%;
    display: flex;
    justify-content: center;
}
.home-btn{
    width: 150px;
    height: 150px;
    /* border: 2px solid #1aa3a3;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; */
    color: black;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
.home-btn:hover{
    /* background-color: #00afb0; */
}
.order-icon{
    background: transparent url(../images/orders.png) no-repeat;
    background-size: contain;
    height: 128px;
    width: 128px;
    margin:0px 0px 40px;
}
.settings-icon{
    background: transparent url(../images/settings.png) no-repeat;
    background-size: contain;
    height: 128px;
    width: 128px;
    margin:0px 0px 40px;
}
.brand-icon{
    background: transparent url(../images/brand.png) no-repeat;
    background-size: contain;
    height: 128px;
    width: 128px;
    margin:0px 0px 40px;
}
.lens-type-icon{
    background: transparent url(../images/lens_type.png) no-repeat;
    background-size: contain;
    height: 128px;
    width: 128px;
    margin:0px 0px 40px;
}
.package-icon{
    background: transparent url(../images/package.png) no-repeat;
    background-size: contain;
    height: 128px;
    width: 128px;
    margin:0px 0px 40px;
}
.data-table{
    width: 100% !important;
}
.data-table th{
    color: #00afb0;
    font-weight: 700 !important;
}
.btn-outlined{
    border: 1px solid #00afb0 !important;
}
.color-selection{
    height: 22px;
    width: 22px !important;
    max-width: fit-content;
    margin: 0 2px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    cursor: pointer;
}

.cart-icon{
    background: transparent url(../images/cart.png) no-repeat;
    height: 32px;
    width: 50px;
    cursor: pointer;
}

/*******quantity counter start*****************/
.counter {
    width: 150px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #1aa3a3;
    border-radius: 10px;
}
.counter input {
    width: 50px;
    border: 0;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    background: #ffffff;
    color: #000;
    appearance: none;
    outline: 0;
    border: 0px 1px solid #1aa3a3;
}
.counter span {
    display: block;
    font-size: 25px;
    padding: 0 10px;
    cursor: pointer;
    color: #1aa3a3;
    user-select: none;
}
/*******quantity counter stop*****************/
/*******Radio as Buttons start**************/
.payment-select {
    width: 100%;
    list-style-type: none;
    margin: 25px 0 0 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .payment-select li {
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
    height: 40px;
    position: relative;
    cursor: pointer;
  }

  .payment-select label,
  .payment-select input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }

  .payment-select input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
  }

  .payment-select input[type="radio"]:checked+label,
  .Checked+label {
    border: 1px solid #00afb0;
    font-weight: bold;
  }

  .payment-select label {
    padding: 5px;
    border: 1px solid #a99f9f;
    border-radius: 8px;
    cursor: pointer;
    z-index: 90;
    text-align: center;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

  .payment-select label:hover {
    background: #DDD;
    cursor: pointer;
  }
/*******Radio as Buttons stop**************/


/*********Horizontal Stepper start***********/
.md-stepper-horizontal {
	display:table;
	width:100%;
	margin:0 auto;
	background-color:#FFFFFF;
	box-shadow: 0 3px 8px -6px rgba(0,0,0,.50);
}
.md-stepper-horizontal .md-step {
	display:table-cell;
	position:relative;
	padding:24px;
}
.md-stepper-horizontal .md-step:hover,
.md-stepper-horizontal .md-step:active {
	background-color:rgba(0,0,0,0.04);
}
.md-stepper-horizontal .md-step:active {
	border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
	background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
	display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
	width:30px;
	height:30px;
	margin:0 auto;
	background-color:#999999;
	border-radius: 50%;
	text-align: center;
	line-height:30px;
	font-size: 16px;
	font-weight: 600;
	color:#FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
	background-color:#00AE4D;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
	background-color:#F96302;
}
.md-stepper-horizontal.red .md-step.active .md-step-circle {
	background-color:#00afb0;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
	background-color: rgb(33,150,243);
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
	display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
	font-family:'FontAwesome';
	font-weight:100;
	content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
	margin-top:16px;
	font-size:16px;
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
	text-align: center;
	color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
	font-weight: 600;
	color:rgba(0,0,0,.87);
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
	font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
	font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
	color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
	position:absolute;
	top:36px;
	height:1px;
	border-top:1px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
	right:0;
	left:50%;
	margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
	left:0;
	right:50%;
	margin-right:20px;
}
/*********Horizontal Stepper stop***********/

.reload{
    font-size: 30px;
    padding: 2px 14px;
}

/* @media(max-width: 600px){
    .bg-bottom{
        position: static;
        height: 12vh;
    }
}

@media(min-width: 600px){
    .bg-bottom{
        position: absolute;
        height: 53vh;
    }
} */

@media (max-width: 600px) {
    .banner{
        display: none;
    }
    .signin-wrapper {
        height: 45vh;
        margin: 96px auto;
        padding: 0px 57px 0px;
    }
    .login-wrapper{
        height: 45vh;
        margin: 195px auto;
        padding: 0px 57px 0px 0px;
    }
}
