* {
	box-sizing: border-box;
}
body {
    font-family: 'Karla', sans-serif;
    margin: 0px;
    padding: 0px;
    line-height: 20px;
    font-size: 14px;
    color: #000000;
    background-color: #FFFFFF;
}
img {
	max-width: 100%;
}

a,
a:hover {
	text-decoration: none;
	outline: none;
}

/* Global Style Here */

.cms-index-defaultindex .page-main {
	max-width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.columns .column.main {
	padding: 0px;
}

/* Header Section Style Here */

/*.navigation {
	display: none;
}*/

/* Home Page Style Here */

.page-title-wrapper {
	display: none;
}

.home-page {
	position: relative;
}

.home-page-banner img {
	height: 100%;
	width: 100%;
}

.home-page-content {
    position: absolute;
    top: 16%;
    max-width: 40%;
    width: 100%;
    left: 50px;
}

.homepage-logo {
	padding-bottom: 20px;
}

.home-page-content p {
	font-size: 20px;
	color: #FFFFFF;
	border-bottom: 0.5px solid #FFFFFF;
	padding-bottom: 30px;
	line-height: 28px;
}

.home-page-content ul {
	padding-left: 0px;
	list-style-type: none;
	margin-top: 30px;
}

.home-page-content ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #FFFFFF;
}

.home-page-content ul li::before {
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 5px;
}

.home-page-content p:last-child {
	padding-bottom: 0px;
	border: 0px;
}

.cms-index-defaultindex .home-page-content p:last-child .btn {
	min-width: 201px;
	height: 48px;
	background-color: #FFFFFF;
	color: #0056C4;
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 0px;
	margin-top: 10px;
}

.not-logged-in .web-logo-menu {
	display: none;
}

/*  */

.place_order {
	background-color: #007dbd;
	border-color: #007dbd;
	color: #fff;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
	white-space: nowrap;
	float: right;
}

/* Footer Section Style Here */

.copyright {
	background-color: #fcfcfc;
	color: #2D2926;
	box-sizing: border-box;
	box-shadow: 0px -2px 6px #6d6d6d1a;
    display: block;
    padding: 20px 30px;
	text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.abc a {
    color: #2D2926;
    margin-left: 20px;
    font-size: 14px;
}
/* After Login Header Style */

.web-logo-menu .navigation ul {
    padding: 0px;
}
.web-logo-menu {
	position: absolute;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 30px;
    width: 100%;
    min-height: 70px;
    box-shadow: 0px 3px 10px #00000029;
    background-color: #0055C4;
}

.web-logo-menu .logo {
	margin: 0;
}

.web-logo-menu .navigation {
	background-color: transparent;
	padding: 0;
	right: 0;
	width: auto;
	margin-right: 0;
}

.web-logo-menu .navigation .level0 {
	margin: 0 30px 0 0;
}

.web-logo-menu .navigation .level0>.level-top {
	color: #FFFFFF;
    opacity: 70%;
    font-size: 16px;
    font-weight: bold;
    /*text-transform: capitalize;*/
    padding: 0px;
    line-height: 22px;
    position: relative;
}
.web-logo-menu .navigation .level0>.level-top:hover, 
.web-logo-menu .navigation .level0>.level-top.ui-state-focus,
.web-logo-menu .navigation .level0.active a {
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    opacity: 100%;
    border: none;
}
.web-logo-menu .navigation .level0>.level-top:hover:before, 
.web-logo-menu .navigation .level0.active a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    background: #fff;
    height: 3px;
    width: 100%;
}
.cms-index-defaultindex .web-logo-menu .navigation .level0>.level-top:hover, 
.cms-index-defaultindex .web-logo-menu .navigation .level0>.level-top.ui-state-focus,
.cms-index-defaultindex .web-logo-menu .navigation .level0.active a {
    color: #0055C4 !important;
}
.cms-index-defaultindex .web-logo-menu .navigation .level0>.level-top:hover:before, 
.cms-index-defaultindex .web-logo-menu .navigation .level0.active a:before {
    background: #0055C4;
    height: 3px;
}
header.page-header .bmg-header-container nav.navigation li ul.submenu li a:hover,
 header.page-header .bmg-header-container nav.navigation li ul.submenu li.active a, 
 .account-data ul li a:hover, .account-data ul li.active a {
    background: #e8e8e8;
    border-style: solid;
    border-width: 0 0 0 3px;
    border-color: #8199af;
    color: #333 !important;
}
/* After Login Landing Page Style */

.cms-index-defaultindex .item-content {
	position: relative;
}
.cms-index-defaultindex .item-content p {
    margin: 0px;
}
.cms-index-defaultindex .item-content .title-text {
	position: absolute;
    top: 62%;
    transform: translateY(-62%);
    width: 100%;
    text-align: right;
    padding: 15px 30px;
}

.cms-index-defaultindex .item-content .title-text h3 {
	color: #000;
	font-size: 36px;
	font-weight: bold;
	line-height: 40px;
	margin: 0;
	padding: 0 0 15px;
}

.cms-index-defaultindex .item-content .title-text p {
	color: #000;
	font-size: 20px;
	margin: 0;
	line-height: 27px;
}
#banner-slider-carousel{
	margin: 0px;
}
.order-create-wrapper,
.stock-order-create-wrapper {
	/*max-width: 1306px;*/
    /*padding: 0 30px;*/
    margin: 0 auto;
}

.cms-index-defaultindex .web-logo-menu li a {
    color: #0055C4 !important;
}

.cms-index-defaultindex .web-logo-menu li a:hover {
    color: #0055C4 !important;
}

.customer-container-title {
	padding: 10px 0 20px;
}

.customer-main-container,
.stock-order-main-container {
	border: 1px solid #dfdfdf;
	text-align: right;
	margin-bottom: 10px;
}

.customer-main-container table>thead>tr>th,
.stock-order-main-container table>thead>tr>th {
	background-color: #4A4F54;
	color: #cdcccb;
	font-size: 12px;
	font-weight: 400;
	padding: 15px;
	vertical-align: top;
}

.customer-main-container table>tbody>tr>td,
.stock-order-main-container table>tbody>tr>td {
	background-color: #F3F4F4;
	border: 0;
	text-align: left;
	padding: 15px;
    font-size: 12px;
    color: #2D2926;
}

.customer-main-container table>tbody>tr:nth-child(odd)>td,
.stock-order-main-container table>tbody>tr:nth-child(odd)>td {
	background-color: #4A4F5433;
	color: #0055C4;
}

.table_buttons,
.customer-container-title,
.stock-order-container-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 15px;
}

.customer-container-title,
.stock-order-container-title {
	padding: 0 0 20px;
}

.customer-main-container .place_order,
.stock-order-main-container .place_order {
	background-color: #0056c4;
	border-color: #0056c4;
	border-radius: 0;
	color: #ffffff;
	text-shadow: none;
	white-space: nowrap;
	float: none;
	padding: 3px 20px;
	line-height: 40px;
	min-width: 160px;
    margin-left: auto;
    font-size: 18px;
    font-weight: 700;
}

.removeRow,
.addRow {
	background-color: #ffffff;
	border-color: #0056c4;
	border-radius: 0px;
	color: #0056c4;
	font-size: 20px;
	padding: 0;
	width: 40px;
	line-height: 40px;
}

.removeRow {
	line-height: 30px;
}

input:read-only {
	background: #e3e3e3;
}

.has-error {

	border-style: solid !important;
	border-color: #ff0000 !important;
}

.prescription-popup-container {
	border: 1px solid #dfdfdf;
	text-align: right;
	margin-bottom: 50px;
}

.prescription-popup-container table>thead>tr>th {
	color: #cdcccb;
	font-size: 14px;
	font-weight: 400;
	padding: 12px 10px;
	vertical-align: top;
}

.prescription-popup-container table>tr>td {
	border: 0;
	text-align: left;
}

.prescription-popup-container {
	border-radius: 0;
	text-shadow: none;
	white-space: nowrap;
	float: none;
	padding: 0 20px;
	line-height: 33px;
	min-width: 150px;
}


form#order-create .customer-container-title h3,
#stock-order-create .stock-order-container-title h3 {
    color: #2D2926;
    font-size: 18px;
    font-weight: 700;
    margin-top: 40px;
}

form#order-create .customer-container-title span,
#stock-order-create .stock-order-container-title span {
    color: #4A4F5499;
    font-size: 15px;
}


form#order-create .customer-container-title div:last-child span,
#stock-order-create .stock-order-container-title div:last-child span {
    font-size: 12px;
    color: #929598;
}


form#order-create .customer-container-title div:last-child span+span,
#stock-order-create .stock-order-container-title div:last-child span+span {
    color: #0055C4;
    font-size: 16px;
    font-weight: 700;
}

form#order-create .customer-main-container table tbody tr:last-child td,
#stock-order-create .stock-order-main-container table tbody tr:last-child td {
    padding-bottom: 30px !important;
}

form#order-create .customer-main-container .table_buttons,
#stock-order-create .stock-order-main-container .table_buttons {
    padding: 30px 30px 30px 20px;
    position: relative;
}

form#order-create .customer-main-container .table_buttons .addRow,
#stock-order-create .stock-order-main-container .table_buttons .addRowTwo {
    background-color: #0056c4;
    color: #fff;
    border: 1px solid #0056c4;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -15px;
    padding: 0px;
    line-height: initial;
    min-width: initial;
}

form#order-create .customer-main-container table .removeRow,
#stock-order-create .stock-order-main-container table .removeRowTwo {
    background-color: #0056c4;
    color: #fff;
    border: 1px solid #0056c4;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    line-height: 2rem;
    min-width: initial;
}

.copyright span {
    font-size: 14px;
    color: #2D2926;
}

.page-main {
    margin-top: 70px;
}



.cms-index-defaultindex .page-main {
    margin: 0px !important;
}

.orderhistory-index-orders form {
    display: flex;
    justify-content: flex-end;
}

.orderhistory-index-orders form button {
    background-color: #fff;
    border-color: #0055C4;
    color: #0055C4;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0px;
}

.orderhistory-index-orders form button.active {
    background-color: #0055C4;
    color: #fff;
}

.orderhistory-index-orders .filters {
    margin-bottom: 30px;
}

.orderhistory-index-orders .filters table td {
    padding: 0px 3px;
    vertical-align: middle;
}

.orderhistory-index-orders .filters table td input, 
.orderhistory-index-orders .filters table td select {
    border-color: #C1C5C8;
    height: 38px;
    color: #4A4F5499;
}
.pages .item .label {
    display: none;
}
.orderhistory-index-orders .filters table td button {
    height: 38px;
}

.orderhistory-index-orders .filters table td input::placeholder {
    color: #4A4F5499;
}

.orderhistory-index-orders #orders-table thead th,
.vieworder-index-patientdata #orders-table thead th{
    background-color: #4A4F54;
    color: #fff;
    font-size: 12px;
    font-weight: 400;
}
.edit-table button#prescription {
    font-size: 12px !important;
    min-width: 141px;
    padding: 2px;
    height: 40px;
}
.orderhistory-index-orders #orders-table td,
.vieworder-index-patientdata #orders-table td{
    font-size: 12px;
    background-color: #F3F4F4;
}

.orderhistory-index-orders #orders-table tr:nth-child(odd)>td,
.vieworder-index-patientdata #orders-table tr:nth-child(odd)>td{
    background-color: #DBDCDD;
}

/*...popup-css*/
.modal-popup .modal-title {
    border-bottom: none;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    text-align: center;
}
#sphere-popup strong ,
#multifocal-popup strong,
#toric-popup strong{
    font-size: 16px;
}
#sphere-popup p,#multifocal-popup p,#toric-popup p{
    color: #464646;
    font-size: 16px;
    display: inline;
}
#sphere-popup .prescription-popup-container ,
#multifocal-popup .prescription-popup-container,
#toric-popup .prescription-popup-container{
    border: 1px solid #BBBBBB;
    font-size: 16px;
    margin-bottom: 15px;
    padding: 0px 5px;
}
.sphere_span,.multifocal_span,.toric_span {
    margin-right: 10px;
}
.modal-popup.modal-slide .modal-footer {
    border-top: none !important;
    padding-top: 10px;
}
.modal-popup .modal-inner-wrap {
    width: 83%;
    max-width: 1078px;
}


#sphere-popup>table ,
#toric-popup>table,
#multifocal-popup>table{
    margin: 10px -10px;
}
.modal-footer button {
    min-width: 160px;
    height: 48px;
    background-color: #0055C4;
    border: 1px solid #0055C4;
    border-radius: 0px;
    color: #ffff;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    /*text-transform: capitalize;*/
}
.modal-content .btn-add button,
.modal-content .btn-cyl button,
.modal-content .btn-axis button{
    min-width: 120px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #C3C3C3;
    border-radius: 0px;
    margin: 0px 20px 5px 0px;
    font-size: 16px;
    color: #000000;
    font-weight: normal;
}
.modal-content .btn-add button.active,
.modal-content .btn-add button:hover,
.modal-content .btn-cyl  button.active,
.modal-content .btn-cyl  button:hover,
.modal-content .btn-axis  button.active,
.modal-content .btn-axis  button:hover{
    background-color: #0055C4;
    border: 1px solid #0055C4;
    color: #fff;
    font-weight: bold;
    transition: 0.3s ease-in-out;
}
.modal-content .btn-add,.modal-content .btn-cyl,
.modal-content .btn-axis {
    margin: 20px 0px 30px;
}
.modal-popup .modal-header{
	padding-bottom: 30px;
}
.customer-account-login .columns {
    padding-top: 30px;
}
.action.primary, .action-primary {
    background: #0055C4;
    border: 1px solid #0055C4;
    border-radius: 0px;
}
button, a.action.primary{
	border-radius: 0px;
}
/*..order-history page css*/
.orders-count {
    display: flex;
    padding-top: 20px;
    margin: 0 -10px 10px;
    flex-wrap: wrap;
}

.count-data {
    padding: 10px;
    max-width: 25%;
    width: 100%;
    flex: 25%;
}

.order-count {
    border-radius: 0px;
    box-shadow: 0px 0px 50px #0000001A;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 35px 20px;
    background-color: #0056C4 !important;
}

.count-order-text {
    max-width: 100%;
    width: calc(100% - 90px);
}

.count-order {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    box-shadow: 0px 3px 10px #051A2E29;
    text-align: center;
    line-height: 70px;
    font-size: 29px;
    font-weight: 700;
    background-color: #FFFFFFEB;
    color: #0056C4 !important;
    text-shadow: 0px 3px 6px #00000000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.count-order-text p {
    font-size: 20px;
    text-align: left;
    text-transform: capitalize;
    font-weight: 400;
    color: #fff;
    text-shadow: 0px 3px 6px #00000017;
    text-align: left;
    margin: 0;
    line-height: 20px;
}

.count-order-text p:first-child {
    border-bottom: 1px solid #fff;
    padding-bottom: 8px;
    margin-bottom: 8px;
}
.message.info.empty {
    display: table-cell;
    text-align: center;
}

/*..pproduct-page css*/
.product-page-content,.product-about-new {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.product-comp {
    background-color: #0056C4;
    width: 45%;
    padding: 43px 50px 150px;
    color: #fff;
    position: relative;
}
.product-comp:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	background-image: url(../../images/right-circle.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 210px;
    height: 144px;
}
.product-image1 {
    width: calc(100% - 45%);
}

.product-comp h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 48px;
    margin-bottom: 20px;
}

.product-comp h3 {
    font-size: 20px;
    font-weight: normal;
    line-height: 29px;
    position: relative;
}

.product-comp h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 29px;
    position: relative;
}

.product-comp button.btn {
    min-width: 160px;
    height: 48px;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    font-size: 18px;
    font-weight: bold;
    color: #0055C4;
    position: relative;
}
.product-image1 img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.categorypath-products main#maincontent {
    padding: 0px 0px 100px 0px !important;
    margin-left: 0px;
    margin-right: 0px;
    max-width: 100%;
    margin-top: 92px;
}
.product-about {
    padding: 80px 50px 40px;
    position: relative;
}
.product-about:after,
.product-about:before,.product-specification:before,
.product-specification:after{
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	background-image: url(../../images/asset-box-1.png);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 227px;
	height: 500px;

}
.product-specification:after{
	background-image: url(../../images/asset-box.png);
}
.product-about:after {
    background-size: 139%;
    width: 394px;
    height: 500px;
    background-position: -23% -84%;
}
.product-specification:before {
    left: 0;
    top: 7%;
    bottom: auto;
    right: auto;
    width: 280px;
    height: 444px;
    background-size: 123%;
    background-position: -150px -5%;
}
.product-about:before{
	left: 0;
	top: 0;
	right: auto;
	bottom: auto;
	background-image: url(../../images/asset-box.png);
}
.product-about h2 {
    font-size: 28px;
    font-weight: bold;
    color: #2D2926;
    margin: 0px 0px 50px;
    position: relative;
}
.product-specification{
	position: relative;
}

.product-about h3 {
    font-size: 22px;
    color: #2D2926;
    font-weight: bold;
    margin: 0px 0px 20px;
}

.product-about p {
    font-size: 20px;
    color: #6B6B6B;
    margin-bottom: 35px;
    line-height: 29px;
}
.categorypath-products .web-logo-menu {
    padding: 23px 50px;
    min-height: 92px;
}

.product-about2,.product-image2 {
    width: 50%;
}

.product-about2 {
    padding-right: 40px;
}

.product {
    background-color: #FAFAFA;
}

.product h2,.product-specification h2 {
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    color: #2D2926;
    margin: 0px 0px 50px;
}

.product-patients {
    display: flex;
    margin: 0px -10px;
    flex-wrap: wrap;
}
.product-box1 {
    box-shadow: 0px 3px 8px #0000001F;
    background-color: #fff;
    margin: 10px;
    padding: 40px 20px;
    display: flex;
    align-items: flex-start;
    flex: 33.3%;
    max-width: calc(33.3% - 20px);
}
.product-box1 img {
    max-width: 40px;
    margin-right: 20px;
}
.product-box2 {
    width: calc(100% - 60px);
}
.product-box2 h3 {
    font-size: 18px;
    color: #2D2926;
    font-weight: bold;
    margin: 0px 0px 12px;
}
.product-box2 p {
    font-size: 16px;
    color: #2D2926;
    line-height: 24px;
    margin: 0px;
}
.product-specification,.product {
    padding: 80px 50px;

}
.product-specification table {
    margin-bottom: 80px;
    box-shadow: 0px 0px 18px #7A7A7A21;
    position: relative;
    background-color: #fff;
}
.product-specification table tr:first-child {
    background-color: #1E325C;
    color: #EDF7F8;
    font-size: 18px;
    border: 1px solid #1E325C;
}
.product-specification table tr:nth-child(2) {
    background-color: #EDF7F8;
}
.product-specification table tr:first-child td p {
    margin-bottom: 0px;
}
.product-specification table tr:first-child td p:last-child {
    color: #fff;
}

.orderhistory-index-orders .column.main #boxes {
    width: calc(100% - 50.5%);
    display: inline-block;
}
.orderhistory-index-orders .column.main>h2 {
    width: 50%;
    display: inline-block;
    margin: 40px 0px 0px;
}
select {
    background: #fff url(../../images/select-arrow.png) no-repeat 100% 45%;
}
.datepicker._has-datepicker ,.delivery-date{
    padding-right: 30px !important;
    position: relative;
    cursor: pointer;
    background-image: url(../../images/calender.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 94% center !important;
}
.delivery-date{
	background-position: 96% center !important;
}
.search-filter .actions {
    position: relative;
    width: 38px;
}
.orderhistory-index-orders .search-filter button {
    background-color: #0055C4;
    width: 38px;
    font-size: 0px;
}
.search-filter .actions:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-size: 17px;
    background-image: url(../../images/btn-search.svg);
    background-repeat: no-repeat;
    pointer-events: none;
    background-position: center;
}
.customer-main-container table .delivery-date ,
.stock-order-main-container table .delivery-date {
    min-width: 110px;
}
.customer-main-container table>tbody>tr>td select, .stock-order-main-container table>tbody>tr>td select{
    padding: 0px 15px 0px 0px !important;
}
.customer-main-container table>tbody>tr>td select, 
.stock-order-main-container table>tbody>tr>td select,
.customer-main-container table>tbody>tr>td input, 
.stock-order-main-container table>tbody>tr>td input{
	color: #2D2926;
	border: none;
	background-color: transparent;
	/*background-image: none;*/
	padding: 0px;
    white-space: normal;
    height: auto;
    min-height: 32px;
}
.customer-main-container table>tbody>tr:nth-child(odd)>td select, 
.stock-order-main-container table>tbody>tr:nth-child(odd)>td select,
.customer-main-container table>tbody>tr:nth-child(odd)>td input, 
.stock-order-main-container table>tbody>tr:nth-child(odd)>td input{
	color: #0055C4;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none;
}
.orderhistory-index-orders .filters table .search-reset button {
    height: 22px;
    width: 22px;
    font-size: 0px;
    padding: 0px;
    border-radius: 50%;
    border: 1px solid #C1C5C8;
    background-color: #C1C5C8;
    position: relative;
}
.orderhistory-index-orders .filters table .search-reset button:before {
    content: 'x';
    font-size: 15px;
    color: #fff;
}
.orderhistory-index-orders .filters table .search-filter {
    padding-left: 30px;
}
.page-main {
    padding-bottom: 100px;
    max-width: 100% !important;
}
.page-wrapper {
    max-width: 1920px;
    margin: 0 auto !important;
}
.not-logged-in .page-main {
    padding: 0px !important;
}
.product-specification table:last-child{
	margin-bottom: 0px;
}
.customer-main-container table>tbody>tr>td input, 
.stock-order-main-container table>tbody>tr>td input {
    background-color: #fff;
    padding: 0px 5px;
}
ul.account-info-block {
    display: flex;
    align-items: center;
    margin: 0px;
    padding-left: 0px;
}
ul.account-info-block li.logged-in-profile {
    display: flex;
    align-items: center;
    margin: 0 0px 0px 50px;
    border: 1.5px solid #FFF;
    position: relative;
    min-height: 36px;
    justify-content: space-between;
    padding: 0px 10px;
    color: #fff;
    max-width: 170px;
    min-width: 134px;
    cursor: pointer;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: bold;
}
.account-info-side {
    z-index: 1;
    margin-right: 20px;
}
.cms-index-defaultindex ul.account-info-block li.logged-in-profile{
    color: #0055C4;
    border: 1.5px solid #0055C4;
}
span.drop-down {
    margin-left: auto;
    padding-left: 5px;
}

.drop-down::after, .page-header .switcher .options .action.toggle:after, 
.page-footer .switcher .options .action.toggle:after {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    cursor: pointer;
    width: 0 !important;
    height: 0 !important;
    border-top: 3px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    z-index: 1;
    border-bottom: 6px #fff solid;
    transform: rotate(180deg);
    margin-top: 4px;
}
.navigation .level0 .submenu li:last-child, .account-data ul li:last-child {
    border-bottom: none;
}
.cms-index-defaultindex .navigation .level0.parent>.level-top>.ui-menu-icon:after, 
.cms-index-defaultindex .drop-down::after {
    border-bottom: 6px #0056C4 solid;
}
.account-data {
    top: 107%;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0,0,0,0.19);
    font-weight: 400;
    min-width: 100%;
    padding: 5px 0;
    right: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
}
.account-data ul {
    padding: 0px !important;
}
ul.account-info-block li.header_account_link_list {
    display: block;
}

.account-data ul li {
    display: block !important;
    width: auto;
}
.navigation .level0 .submenu li, .account-data ul li {
    border-bottom: 1px solid #C1C5C8;
    display: block;
    width: auto;
}
ul.account-info-block li {
    display: block;
    margin: 0px 10px;
}
.account-data ul li a {
    color: #333 !important;
    opacity: 100% !important;
    padding: 5px!important;
    display: block;
    font-weight: 400 !important;
}
ul.my-account-data li a {
    border-left: 3px solid #fff;
}
.website-logo {
    z-index: 1;
}
.logo img,.home-logo img{
	width: auto;
	max-width: 144px;
}

#edit-data{
    margin-top: 44px;
    max-width: 770px;
}
#edit-data input#prescription {
    min-width: 155px;
}
#contact-form{
    margin-top: 44px;
    width: 100%;
    justify-content: space-between;
    display: flex;
}

#edit-data h2,#contact-form .fieldset>.legend {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 7px;
    border: none;
}

#edit-data table tr td {
    border: none;
    padding: 13px;
    vertical-align: bottom;
}

#edit-data table tr td:first-child {
    padding-left: 0px;
    width: 50%;
}
#edit-data table tr td.table-btn {
    width: 100%;
}
#edit-data table tr td>span,
#contact-form  label span{
    font-size: 15px;
    color: #000000;
    margin-bottom: 15px;
    display: inline-block;
}
#contact-form .fieldset>.field>.label,
#contact-form .fieldset>.fields>.field>.label {
    margin: 0px;
    display: inline-block;
    font-weight: normal;
}
#edit-data select,#edit-data input,
#contact-form select,#contact-form input{
    min-height: 40px;
    border: 1px solid #C1C5C8;
    color: #646464;
}
#edit-data table tr td table td {
    padding: 0px 10px 0px 0px;
}
#edit-data table tr td table td:last-child {
    padding: 0px;
    width: 29%;
}
#edit-data .btn {
    margin-top: 20px;
    color: #fff;
    border: 1px solid #0056C4;
}
.btn {
    background-color: #0056C4;
    color: #fff;
    border: 1px solid #0056C4;
    min-width: 160px;
    height: 48px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.btn:hover{
	background-color: #006bb4;
	transition: all 0.3s ease;
	color: #fff;
	border: 1px solid #006bb4;
}
.table-btn {
    display: flex;
}
.table-btn .btn.cancel {
    background-color: #fff;
    color: #0056C4 !important;
    margin-left: 10px;
}

.table-btn .btn {
    width: 48%;
    min-width: auto;
    font-size: 16px;
}
#contact-form .fieldset {
    max-width: 626px;
}

#contact-form .fieldset .field.name,.telephone-div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

#contact-form .fieldset .form-group,.telephone-div .field ,
#contact-form .fieldset .field.comment{
    width: 48%;
}
.contact-details {
    font-size: 16px;
    color: #5A5858;
    max-width: 340px;
    line-height: 30px;
}
.contact-details .address {
    color: #000000;
    display: block;
}
.contact-formdiv {
    width: calc(100% - 370px);
    margin-right: 30px;
}
.contact-details h3 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin: 15px 0px 28px;
}
.contact-phone .phone {
    color: #000000;
}
.contact-phone p {
    display: inline;
}
.contact-phone {
    margin-top: 25px;
}
#contact-form .actions-toolbar>.primary,#contact-form .actions-toolbar>.secondary {
    text-align: left;
}
.faq-paragraph {
    font-size: 24px;
    color: #000000;
    margin: 20px 0px;
}
.faq-back {
    font-size: 14px;
    position: relative;
    padding-left: 28px;
    color: #2D2926;
    border: none;
    background: transparent;
    padding: 0px 0px 0px 28px;
}
.faq-back:before {
    content: '';
    position: absolute;
    left: 0;
    top: -2px;
    height: 16px;
    width: 20px;
    background-size: 20px;
    background: url(../../images/back.png) no-repeat;
}
.faq-section {
    margin-top: 44px;
}
.faq-list .faq-item {
    margin: 0px 0px 10px;
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 18px 20px;
}
.faq-item-question {
    color: #000000;
    margin: 0px;
    font-size: 16px;
}
.faq-item-answer {
    padding-top: 19px;
    font-size: 15px;
    color: #5A5858;
    line-height: 24px;
}
.faq-item-answer p {
    margin-bottom: 0px;
}

.order-details-items .table-order-items .product-item-name {
   padding: 0;
   background-color: transparent;
   font-weight: 500;
   color: #4b4e57;
}
.order-details-items .table-order-items thead tr th{
   font-size: 15px;
}
.order-details-items .table-order-items tbody tr{
   border-bottom: 1px solid #ccc;
}
.order-details-items .table-order-items tbody tr:last-child{
   border-bottom: none;
}
.order-details-items .table-order-items tbody tr:nth-child(even) td {
   background-color: transparent!important;
}
.cookie-policy>h2 {
    font-weight: bold;
}
.faq-list .faq-item{
   margin-bottom: 10px !important;
   padding: 0;
   border: none;

}
.faq-list .faq-item .faq-item-question::before{
   content:'';
   position: absolute;
   width: 0px;
   height: 8px;
   border-style: solid;
   right: 14px;
   top: 24px;
   border-color: #5A5858 transparent transparent;
   border-width: 8px 6px 0px;
   transition: 0.4s ease;
}
.faq-list .faq-item .expanse.faq-item-question::before{
   top: 14px;
   border-color: transparent transparent #5A5858;
   border-width: 0px 6px 8px;
}
.faq-list .faq-item .expanse.faq-item-question{
   border-bottom: none;
   border-radius: 4px 4px 0px 0px;
   background-color: #FCFCFC;
   border-color: #EEEEEE;
   box-shadow: 0 -4px 5px -5px #eeeeee;
}
.faq-list .faq-item .faq-item-answer{
   padding: 0px 20px 18px;
   border: 1px solid #EEEEEE;
   border-radius: 0px 0px 4px 4px;
   border-top: 0px;
   background-color: #FCFCFC;
   box-shadow: 0 2px 5px -3px #eeeeee;
}
.faq-list .faq-item .faq-item-question{
   margin-bottom: 0px;
   color: #000000;
   font-family: 'Domine', serif;
   position: relative;
   padding: 18px 40px 18px 20px;
   border: 1px solid #DDDDDD;
   border-radius: 4px 4px 4px 4px;
}

.account.page-layout-2columns-left .column.main{
    width: 100% !important;
}

.modal-header {
   padding-top: 40px;
}

.modal-header h1 {
   padding-bottom: 0px;
}

.action-close {
   margin: 30px;
}

.action-close::before {
   color: #9D9D9D;
   font-size: 22px;
}

.sphere-re-popup strong {
   font-size: 16px;
}

.sphere-re-popup table {
   margin: 0px -10px;
}

.sphere-re-popup table td .prescription-popup-container {
   padding: 10px 20px;
   border: 1px solid #BBBBBB;
}

.sphere-re-popup table td .prescription-popup-container table td {
   padding: 10px;
}

.sphere-re-popup table td .prescription-popup-container table td span {
    color: #000000;
    font-size: 16px;
    min-width: 45px;

}

.sphere-re-popup table td .prescription-popup-container table td input {
   border-color: #C3C3C3;
   width: 40px !important;
   height: 30px;
}

.sphere-re-popup table td .prescription-popup-container table td div {
   text-align: left;
   display: flex;
   justify-content: center;
}

.modal-footer .bioflex_confirm {
   min-width: 160px;
   height: 48px;
   font-size: 18px;
}
td.search-reset .actions .order-inquiry-reset {
   position: relative;
   width: 22px;
   transform: rotate(45deg);
   height: 22px;
   background-color: #C1C5C8;
   border-radius: 50%;
   color: #fff;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
}

td.search-reset .actions .order-inquiry-reset span {
   font-size: 0px;
}


td.search-reset .actions .order-inquiry-reset::before {
   content: '+';
   font-size: 21px;
   position: absolute;
   top: -1px;
   right: 5.5px;
}
/*.modal-content .btn-add input[type="radio"]:checked + label {
    background: #0055C4;
    color: #fff;
    border: 1px solid #0055C4;
    font-weight: bold;
}
.modal-content .btn-add input {
    display: none;
}
.modal-content .btn-add label {
    border: 1px solid #C3C3C3;
    height: 42px;
    min-width: 120px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #000000;
    cursor: pointer;
}*/
.order-products-toolbar .pager {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.order-products-toolbar .toolbar-amount, .customer-addresses-toolbar .toolbar-amount {
    position: relative;
    text-align: center;

}
.order-products-toolbar, .customer-addresses-toolbar {
    margin-top: 30px;
}
.toolbar .pages {
    margin-bottom: 25px;
}
.pages .item.current, .pages .item.current span {
    width: 28px;
    height: 28px;
    background: #006bb4;
    color: #fff;
}
.pages .item {
    font-size: 14px;
    border: 1px solid #DDDDDD;
    width: 28px;
    height: 28px;
    background: #F6F6F6;
    text-shadow: 0px 1px 1px #FFFFFF;
    font-weight: bold;
    margin-bottom: 5px;
    line-height: 28px;
}
.pages strong.page, .pages .pagination li a {
    background: transparent;
    font-size: 14px;
    line-height: 3rem;
    letter-spacing: normal;
    color: #556270 !important;
    font-weight: 700;
    padding: 0px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pages .action.next, .pages .action.previous {
    margin-left: 0px;
    box-shadow: none;
    border: none;
    padding: 0px;
    background: transparent;
    margin: 0px;
    height: auto;
}
.toolbar select, .limiter-options {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #0050B6;
    color: #0056C4;
    font-size: 13px;
    height: 29px;
    margin-left: 0px;
    min-width: 50px;
}
ul.account-info-block li.logged-in-profile .user-name {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 90%;
    display: block !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;

  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
#myTable1 tr td:nth-last-child(3) {
    width: 150px;
}
.customer-main-container table tr td:nth-child(3), .stock-order-main-container table tr td:nth-child(3) {
    min-width: 190px;
}

form #order-inquiry div #myModal {
   position: fixed;
   top: 0px;
   left: 0px;
   right: 0px;
   height: 100%;
}

form #order-inquiry div #myModal .modal-content {
   max-width: 450px;
   margin: 0px auto;
   z-index: 99;
   position: relative;
   background-color: #fff;
   padding: 30px;
   border-radius: 10px;
   top: 150px;
}

form #order-inquiry div #myModal .modal-content h2 .modal-title {
   position: relative;
   margin: 0px;
   margin-bottom: 30px;
}

form #order-inquiry div #myModal .modal-content .modal-header {
   padding: 0px;
}

form #order-inquiry div #myModal .modal-content input {
   color: #fff;
}

form #order-inquiry div #myModal .modal-content input:hover {
   border-color: #0056c4;
   color: #0056c4;
   background-color: #fff;
}

form #order-inquiry div #myModal::before {
   content: '';
   position: absolute;
   background-color: #000;
   opacity: 0.3;
   width: 100%;
   height: 100%;
}

.titlecookie {
    border-bottom: 2px solid #0055C4 !important;
    font-size: 18px;
}
#m-cookienotice .m-button.m-accept,
 #m-cookienotice .m-button.m-decline {
    background-color: #fff !important;
    border: 1px solid #0055C4 !important;
}
#m-cookienotice .m-button {
    border: 1px solid #0055C4 !important;
    background-color: #0055C4 !important;
}
#m-cookienotice.v-bar.v-top {
    border-bottom: 3px solid #0055C4 !important;
    border-top: 0px solid #0055C4 !important;
}
#m-cookienotice .m-message {
    font-family: 'Karla', sans-serif !important;
}






#banner-slider-carousel .title-text {
   padding-bottom: 0px;
}

#banner-slider-carousel .title-text h3 {
   padding: 0px;
   font-size: 30px;
}

form#order-create h3 {
   margin-top: 13px !important;
}

form#order-create .table_buttons {
   padding: 20px !important;
}

form#order-create table td {
   padding: 10px 15px;
}

#stock-order-create .stock-order-container-title h3 {
   margin-top: 20px;
}

.stock-order-main-container table td {
    padding: 10px 15px !important;

}
.edit-table #myModal {
    position: fixed;
    top: 0;
    bottom: auto;
    z-index: 999;
    width: 100%;
    height: 100%;
    display: block;
    left: 0;
    right: 0;
    background-color: rgba(51,51,51,0.55);
}

.edit-table .modal-dialog {
    margin: 8% auto;
    width: 95%;
    text-align: center;
    background-color: #fff;
    padding: 25px 30px 30px;
    max-width: 525px;
}
.edit-table .modal-dialog .modal-header {
    padding: 0px;
}

.edit-table .modal-dialog #cancelButtonClose {
    background-color: #fff;
    color: #0056C4 !important;
    border: 1px solid #0056C4 !important;
}
#error-div p {
    color: #FF0000;
}
.not-logged-in .page-wrapper .carousel-container{
    display:none !important;
}

.switcher {
    order: 1;
    z-index: 1;
}
.switcher .label {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.switcher .actions.dropdown.options.switcher-options {
    border: 1.5px solid #FFFFFF;
    min-width: 110px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
}
 .cms-index-defaultindex .switcher .actions.dropdown.options.switcher-options {
    border: 1.5px solid #0056C4;
    color: #0055C4;
}

.cms-index-defaultindex  div#switcher-language strong.view-default span {
    color: #0056C4;
    font-weight: bold;
}
div#switcher-language strong.view-default span, 
.switcher-options strong.view-KSV {
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    padding-right: 7px;
}
.cms-index-defaultindex .switcher div#switcher-language strong.view-default span {
    color: #0056C4;
    /* font-weight: bold; */
}


.switcher .options .action.toggle:after {
    font-size: 12px;
    line-height: 20px;
    color: #ffffff;
    content: '\e622';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    cursor: pointer;
    width: 0 !important;
    height: 0 !important;
    border-top: 3px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    z-index: 1;
    border-bottom: 6px #fff solid;
    transform: rotate(180deg);
    margin-top: 4px;
}

.cms-index-defaultindex div#switcher-language-trigger::after {
    border-bottom: 6px #0056C4 solid;
     color: #0056C4;
}

.switcher .options ul.dropdown {
    margin: 0;
    padding: 5px;
    list-style: none none;
    background: #fff;
    border: none;
    margin-top: 4px;
    min-width: 110px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 71%;
    box-shadow: 0 3px 3px rgba(0,0,0,0.15);
}
.switcher-options.options.active ul.dropdown {
    display: block;
}
.switcher .options ul.dropdown li.switcher-option {
    margin-bottom: 0px;
    padding: 4px;
}
 .switcher .options ul.dropdown li.switcher-option a {
     color: #333;
}
/*.switcher .options .action.toggle.active:after{
    transform: rotate(0deg);
    margin-top: -5px;
}*/



.customer-account-logoutsuccess p
{
width: 100%;
display: block;
margin: 40px 0px;
padding: 0px 20px;
text-align: center;
}


#multifocal-stock-popup .btn-add {
    margin-top: 0px;
}

#multifocal-re-popup .btn-add,
#multifocal-le-popup .btn-add {
    margin-top: 10px;
}

#multifocal-stock-popup .btn-add .multifocal_add_lable,
#multifocal-re-popup .btn-add .multifocal_add_lable,
#multifocal-le-popup .btn-add .multifocal_add_lable {
    position: relative;
    margin-right: 15px;
}

#multifocal-stock-popup .btn-add .multifocal_add_lable .checkmark,
#multifocal-re-popup .btn-add .multifocal_add_lable .checkmark,
#multifocal-le-popup .btn-add .multifocal_add_lable .checkmark {
    border: 1px solid #C3C3C3;
    width: 85px !important;
    height: 35px;
    display: inline-block;
    text-align: center;
    line-height: 35px;
}

#multifocal-stock-popup .btn-add .multifocal_add_lable input,
#multifocal-re-popup .btn-add .multifocal_add_lable input,
#multifocal-le-popup .btn-add .multifocal_add_lable input {
    position: absolute;
    width: 85px;
    height: 35px;
    margin: 0px;
    opacity: 0;
    cursor: pointer;

}

#multifocal-stock-popup .btn-add .multifocal_add_lable input:checked ~ .checkmark,
#multifocal-re-popup .btn-add .multifocal_add_lable input:checked ~ .checkmark,
#multifocal-le-popup .btn-add .multifocal_add_lable input:checked ~ .checkmark {
    background-color: #0155c4;
    border-color: #0155c4;
    color: #fff;
}

.multifocal-prescription-stock-dynamic-table {
    margin: 0px !important;
    width: 100%;
    margin-left: auto !important;
    border-color: #BBBBBB;
}

.multifocal-prescrition_box {
    max-height: 285px;
    overflow: auto;
}

/*.cms-index-defaultindex .modal-popup .modal-inner-wrap {*/
.modal-popup .modal-inner-wrap {
    width: 95%;
    max-width: unset;
}
.vertical-scroll{
    overflow-y: auto;
    max-height: 170px;
}

.multifocal-prescription-stock-dynamic-table thead th {
    position: sticky;
    top: -1px;
    background-color: #fff;
}


.viewPageTopBar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/*fitting-form page styling*/
.fitting-form table td {border: none;}
.fitting-form #submit_form {background-color: #0056c4;border-color: #0056c4;color: #fff;}
.fitting-form .fitting-form-head{
    font-size: 20px;
    text-align: center;

}
.fitting-form .fitting-form-btn{
    text-align: center;
}
#errReason p {
    font-size: 14px;
    color: #FF0000;
}

.request-css{
    display: flex;
    align-items: center;
}
.request-css input[type="radio"]{
    margin: 0px 5px 0 0;
}

/*======= code for success message ===========*/

.fitting-status-message-div {background-color: #0055c4;max-width: 400px;margin: 220px auto 0;text-align: center;padding: 20px;border-radius: 28px;}

.fitting-status-message-div .fitting-message-text {font-size: 20px;color: #fff;font-weight: bold;margin-bottom: 0;}


/*=========== Code for admin pannel fitting trail set ======*/
.trial-view-contenier td {padding: 5px 15px 5px 0px;}

.trial-view-contenier {border: 1px solid #cfcfcf;border-width: 1px 0px;padding: 20px 35px;background-color: #f8f8f8;margin-top: 10px;}




/*update-login-page-css*/


.customer-account-login main {
    padding: 0px !important;
    margin: 0px;
}

.customer-account-login main .columns {
    padding: 0px;
}

.customer-account-login main .columns .block-customer-login {
    width: 100%;
    margin: 0px;
}

.customer-account-login main .columns .block-customer-login .block-title {
    display: none;
}


.customer-account-login main .columns .block-customer-login .block-content {
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100vh; 
    max-width: 100%;
    max-height: 100%;
}

.customer-account-login main .columns .block-customer-login .block-content>div {
    width: 50%;
    float: none;
}

.customer-account-login main .columns .block-customer-login .block-content>div img {
    display: block;
}

.customer-account-login main .columns .block-customer-login .block-content .generic_landing_page_left_div {
    padding: 20px;
}

.customer-account-login main .columns .block-customer-login .block-content .generic_landing_page_left_div form {
    max-width: 300px;
    width: 100%;
    margin: 0px auto;
}

.customer-account-login main .columns .block-customer-login .block-content .generic_landing_page_left_div form .control {
    width: 100%;
}


.customer-account-login main .columns .block-customer-login .block-content .generic_landing_page_left_div form p {
    margin-bottom: 50px;
}

.generic_landing_page_right_div {
    background-color: RGB(152,139,141);
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.generic_landing_page_right_div img {
    object-fit: cover;
    max-width: 500px;
    margin: 0px auto;
}
.customer-account-login main .columns .block-customer-login .block-content .generic_landing_page_left_div form .secondary a.action {
    font-size: 13px;
    color: #2d2926;
    font-weight: bold;text-decoration: underline;
}

.customer-account-login main .columns .block-customer-login .block-content .generic_landing_page_left_div form button {position: relative;
    width: 140px;
    background-color: #861b65;
    font-size: 16px;
    border-radius: unset;
    border-color: #861b65;
    margin: 0px;

}

.btn-landingpage-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}

.btn-landingpage-container .primary {
    float: none;
}

.btn-landingpage-container input {
    width: 15px!important;
    height: 15px!important;
    border: 0px !important;
    position: absolute;
    opacity: 0;
    left: 0px;
    z-index: 99;
    cursor: pointer;
}

.checkbox-remindme {
    color: #696969;
}

.checkbox-remindme label {
  position: relative;
  padding-left: 25px;
}

.checkbox-remindme span.checkmark {
  content: '';
  width: 18px;
  height: 18px;
  border: 2px solid #0054c4;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 2px;
  display: block;
}


.checkbox-remindme span.checkmark::after {
  content: '';
  left: 5px;
  top: 2px;
  width: 3px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);position: absolute;
}


.checkbox-remindme label input:checked ~ .checkmark {
  background-color: #1b96ff;
}

.customer-account-login main .columns .block-customer-login .block-content .generic_landing_page_left_div form .control input:focus {
    border-color: var(--lwc-colorBorderInputActive,rgb(27, 150, 255));
    background-color: var(--lwc-colorBackgroundInputActive,rgb(255, 255, 255));
    box-shadow: var(--lwc-shadowButtonFocus,0 0 3px #0176d3);
}


.generic_landing_page_right_div p:nth-child(1),
.generic_landing_page_right_div p:nth-child(2) {
    position: absolute;
    top: 25px;
    right: 30px;
    margin: 0px !important;
}


.generic_landing_page_right_div p a img {
    max-width: 40px;
}

.generic_landing_page_right_div p:nth-child(1) {
    right: 85px;
}

.customer-account-login main .columns .block-customer-login .block-content .generic_landing_page_left_div .label {
    font-size: 14px;
    color: rgb(0, 87, 188);
    font-weight: bold;
    margin-bottom: 5px;
}


.generic_landing_page_left_div form .field.password {margin-bottom: 0px;}

.generic_landing_page_left_div .fieldset.login {margin: 0px;}

.generic_landing_page_left_div form .control input::placeholder {
    color: #b3b3b3;
}

.generic_landing_page_left_div form .control input {
    background-color: var(--lwc-colorBackgroundInput,rgb(255, 255, 255));
    color: var(--lwc-colorTextDefault,#333);
    border: var(--lwc-borderWidthThin,1px) solid var(--lwc-colorBorderInput,#D4D4D4);
    font-size: 14px;
}

.generic_landing_page_left_div .field {
    margin-bottom: 13px;
}


.form fieldset {
    margin-top: 30px;
}
.generic_landing_page_right_div .generic_landing_page_image-box {
    height: 100%;
}
.generic_landing_page_right_div {display: block;}

.generic_landing_page_right_div img {max-width: 100%;width: 100%; height: 100%;}


/*======= VE product page css ======*/

.eye-wrapper p {
    margin: 0;
}

.eye-wrapper {
    max-width: 1920px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
}

.category-view .product-description .product-page-content {
    display: block;
}

.intro-head {
    font-size: 60px;
    font-weight: 400;
    margin: 0px;
    text-align: center;
}

h1.intro-head {
    color: #9f1f7d;
}

.purple-box.second p.sec-title strong,
.purple-box.second p.sec-title span,
h2.intro-head {
    color: #5e3c43;
}

.purple-box.second p.sec-title {
    color: #9f1f7d;
}

.category-view {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.purple-box {
    display: flex;
    justify-content: center;
}

.purple-box .for-text,
.purple-box .for-img {
    max-width: 750px;
    width: 100%;
}

.for-text {
    background-color: #9E007E;
    color: white;
    padding: 20px;
}

.for-text p.sec-title {
    font-size: 29pt;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 15px;
}

.for-text h3 {
    font-size: 18pt;
    font-weight: 700;
    padding-bottom: 5px;
    border-bottom: 2px solid white;
}

.for-text p {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
}

.for-text.bg-grey {
    background-color: #f4eaf5;
}

.purple-box.second h3 {
    color: #9E007E;
    border-color: #9E007E;
}

.for-text.bg-grey p {
    color: black;
}

.for-img img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    vertical-align: middle;;
}

.for-img {
    background-color: #f4eaf5;
    text-align: center;
}

.rate-card {
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    padding: 20px;
    position: relative;
    left: -30px;
    top: 10px;
    background-color: #9E007E;
}

.rate-card h2 {
    margin: 0;
    font-size: 60pt;
    font-weight: 700;
    margin-right: 15px;
}

.rate-card p#rate-desc {
    color: white;
    line-height: 1.2;
    margin: 0;
}

h2.section-heading {
    font-size: 30pt;
    font-weight: 600;
    text-align: center;
    color: #9E007E;
}

h2.section-heading em {
    font-style: normal;
    color: #5e3c43;
}

.table-data {
    display: flex;
    justify-content: center;
    color: white;
}

.table-data .data-block .data-head {
    font-size: 24pt;
    font-weight: 600;
    line-height: 1.2;
    text-align: center;
    padding: 10px;
    background-color: #9E007E;
    margin: 5px;
}

.table-data .data-block .data-point {
    background-color: #b76aa8;
    margin: 5px;
    padding: 15px;
    max-width: 315px;
    width: 100%;
    height: 90%;
}

.table-data .data-block .data-point li {
    font-size: 14pt;
    line-height: 1.2;
    font-weight: 600;
    list-style-type: disc;
}

.specs-block .second-head,
.specs-block .first-head {
    display: flex;
    background-color: #5e3b43;
    color: white;
    padding: 15px;
}

.specs-block .second-head {
    background-color: #9E007E;
}
.color-purple{
    color: #9E007E;
}

.specs-block .second-head h3,
.specs-block .first-head h3 {
    width: 50%;
    font-size: 32px;
    margin: 0;
}

.specs-block .second-head h3 {
    font-size: 26px;
}

.specs-block {
    margin-top: 50px;
}

.products-column-box .product-column {
    width: 49%;
}

.product-column .prod-data-table {
    display: flex;
    margin-top: 15px;
}

.width-20 {
    width: 20%;
    margin-right: 2px;
}

.width-25 {
    width: 25%;
}
.width-40 {
    width: 40%;
    margin-right: 2px;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.prod-desc-col>h3 {
    margin: 0;
    padding: 10px 0;
    color: #9E007E;
    font-size: 26px;
    border-bottom: 2px solid #9E007E;
}

.prod-data-table .data-col h3 {
    background-color: #9E007E;
    color: white;
    padding: 9px;
    margin: 0;
}

.data-col.width-20 {
    background-color: #eddeee;
    color: #9e1981;
}
.data-col.width-40 {
    background-color: #eddeee;
}
.data-col.width-60 {
    background-color: #f4eaf5;
}

.data-col-desc {
    font-weight: 600;
    padding: 12px;
    min-height: 125px;
}

.products-column-box {
    display: flex;
    justify-content: space-evenly;
}

.specs-head {
    margin-bottom: 15px;
}   

.last-description{
    margin-top: 30px;
}
.last-description li {
    margin-bottom: 10px;
    color: #9E007E;
}
.black-text{
    color: #5e3c43;
    font-style: normal;
}

.products-column-box .product-column .prod-img img {
    height: 270px;
}

.prod-data-table .data-col h3 {
    font-size: 16px;
}


.qrcode {
    max-width: 430px;
    width: 100%;
    display: flex;
    font-size: 18px;
    word-break: break-word;
    align-items: center;
    color: #9e007e;
    padding: 15px;
    margin-left: auto;
}

.qrcode a {color: #9e007e;}

.qrcode .qr-lines {
    margin-right: 15px;
}