/*START TM options*/
/*TM box V1*/
.owl-steps{
	display: -webkit-box; display: -ms-flexbox; display: flex;
	flex-direction: row;
	-webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;

	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #d0d0d0;
	background: #ffffff;
	height: 60px;
	box-shadow: 1px 3px 5px #d0d0d0;
	margin-bottom: 14px;

}
.owl-steps .owl-step{
	display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex;
	color: #ffffff;
	position: relative;
	z-index: 1;
	padding: 0 20px 10px 20px;
	margin-top: 10px;
	line-height: 28px;
}
.owl-steps .owl-step.checked{
	cursor: pointer;
}


.owl-steps-prev{
	position: absolute; left: 15px; top: 15px; font-size: 5px;
}
.owl-steps-prev::after {
	font-family: "tc-fontawesome"; content: "\f053"; color: #000000; font-size: 22px; line-height: 30px; background: #fff; width: 30px; height: auto; border: 0px; position: relative; left: -12px;
}
.owl-steps-prev:hover::after{
	color: #d0d0d0;
}

.owl-steps-next.button{
	background:  #427ed1; text-align: center; color: #ffffff; border-width: 0; border-color: #ffffff; text-transform: capitalize; letter-spacing: 1px;
	/*border-left: 5px solid #ffffff; border-right: 5px solid #ffffff;*/

	position: relative;
	top: 0;
	padding: 15px 40px;
	font-size: 17px;
	width: 100%;
	font-weight: 400;
	border-radius: 6px;
	margin-left: 50% !important;

}
@media only screen and (max-width: 560px) {
	.flasho .header h3{ font-size: 14px;}
}

@media only screen and (min-width: 561px) {
	.owl-steps-next.button{ max-width: 50%;}
}
.owl-steps-next:hover{
	color: #ffffff;
}

.tm-box .owl-nav .owl-prev, .tm-box .owl-nav .owl-next{
	display: none;
}


.tm-description{
	position: relative; margin-bottom: 20px; margin-top: 20px;
}

.owl-step::before {
	display: block !important;
	position: absolute;
	top: 15px;
	height: 2px;
	background: #E6F0F2;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	content: "";
	width: 100%;
	z-index: -2;
}
.owl-step::after {
	display: block !important;
	background: #E6F0F2;
	content: '';
	position: absolute;
	left: 50%;
	top: 15px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.owl-step:first-child::before{
	width: 100%;
	right: -50%;
}
.owl-step:last-child::before{
	width: 0%;
}
.owl-steps .owl-step.checked::after{
	content: "";
	color: #427ed1;
	font-size: 23px;
	line-height: 23px;
	/* background:url("images/check_tick.svg") no-repeat center center #ffffff; */
	width: 23px;
	height: 23px;
	border: 2px solid #E6F0F2;
}

.owl-steps .owl-step.active{
	color: #ffffff;
	cursor: pointer;
}
.owl-steps .owl-step.active::after{
	color: #ffffff; font-size: 18px; line-height: 25px; width: 23px; height: 23px; border: 2px solid #427ed1; background: #427ed1; z-index: -1;
}

.tm-box-fullscreen .tm-box-fixed {
	position: relative;
	width: 100%; height: 100%; right: 0; left: 0; top: 0; bottom: 0; background: #ffffff; z-index: 999999; overflow-y: auto; margin-top: 0px;
}
.tm-box-fullscreen .tm-box-fixed .tm-owl-slider{
	display: block; max-width: 1920px; margin: 0 auto;
}
/*.tm-box-fullscreen .tm-box .owl-steps-close{
    display: none
}*/
.tm-box-fullscreen .tm-box-fixed .owl-steps-close{
	display: block;
}

.tm-extra-product-options input.use_images:checked+img.radio_image,
.tm-extra-product-options input.use_images:checked+img.checkbox_image{
	border: 0 !important;
}

.customize-done{
	display: none;
	cursor: pointer;
	-webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
	transition: all .2s; -webkit-transition: all .2s; -moz-transition: all .2s; -ms-transition: all .2s; -o-transition: all .2s;
	-webkit-border-radius: 6px; border-radius: 6px;
	border-width: 0;
	border-color: #ffffff;

	width: 150px; background:  #427ed1; text-align: center; color: #ffffff; padding: 8px 20px; font-size: 16px;

}
.customize-done:hover {
	color: #ffffff;
}

.owl-steps-close{
	position: absolute; right: 5px; top: 12px; font-size: 6px; cursor: pointer;color: #ffffff;
}
.owl-steps-close::after {
	font-family: "tc-fontawesome"; content: "\f00d"; color: #000000; font-size: 24px; line-height: 32px; background: #fff; width: 30px; height: auto; border: 0px; position: relative; left: -15px;
}
.owl-steps-close:hover::after{
	color: #d0d0d0;
}
/*
.owl-steps-close::before {
    content: ""; width: 30px; height: 30px; border: 4px solid #000000; position: absolute; left: -8px; top: -3px; border-radius: 50%; z-index: 9;
}
.owl-steps-close:hover::before{
    color: #d0d0d0;
}*/
span.green-tick{ padding: 0 4px 0 0;}
span.green-tick::after{font-family: "tc-fontawesome"; content: "\f00c"; color: rgb(0, 128, 0); width: 10px; height: 10px; }

.tm_order_summary-div{
	background: #ffffff; padding:20px 20px !important;margin-top: 20px !important;
}
.tm_order_summary-div .tm-section-label{
	text-align: center;
}

.tm_order_summary-div .tm-fb{
	max-width: inherit; max-height: inherit; border: 1px solid #d0d0d0; padding: 20px; background: #ffffff; float: right; width: 100%;display: block;
}
.tm_order_summary-div .tm-fb-title{ font-weight: bold; line-height: 1.3; padding-bottom: 0; clear: left; width: 168px; min-height: 1px; }
@media only screen and (min-width: 561px) {
	.tm_order_summary-div .tm-fb-title{ text-align: right; float: left;}
}
.tm-fb-wrap{ clear: both }

.tc-img-floating{ display: none !important; }
/*
.tm-fb .tm-fb-wrap:nth-child(3n+1){
    clear: left;
} */
.tm-fb dd{line-height: 1.3; float: left; margin-top: 0; margin-bottom: 5px; border-bottom: 0; position: relative; }
@media only screen and (min-width: 561px) {
	.tm-fb dd{ margin-left: 5px; }
}
.tm-fb dd img{ position: absolute; left: 0; top: 0; margin-top: 0; }
.prescription_radio_button-div{
	margin-bottom: 0 !important;
}
.prescription_radio_button-div span.tm-epo-style-wrapper{
	font-size: 0.8em;
	position: relative;
	top: 0px;
	height: 20px;
}
.prescription_radio_button-div label.tm-epo-element-label{
	display: none;
}
.prescription_radio_button-ul.tmcp-ul-wrap{
	display: flex;
	justify-content: space-between;
}
@media only screen and (max-width: 560px) {
	.prescription_radio_button-ul.tmcp-ul-wrap{
		/* flex-direction: column; */
		margin-bottom: 20px;
	}
	.prescription_radio_button-ul.tmcp-ul-wrap .tc-label.tm-label{
		font-size: 12px;
	}
}
.prescription_radio_button-ul li.tmcp-field-wrap{
	width: auto !important;
	font-size: 14px;
	padding-top: 0 !important;
}
/*
.prescription_radio_button-ul .tm-epo-style.round{
    border: 0;
    background-image:url('images/radiobutton_unchecked.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 18px;
}
.prescription_radio_button-ul .tm-epo-style.round:after{
    display: none;
}
.prescription_radio_button-ul li.tc-active .tm-epo-style.round{
    background-image:url('images/radiobutton_checked.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 19px;
}
*/

.tm-epo-field-label input[type="radio"] ~ .tc-label.tm-epo-style.round{
	/* border: 0; */
	/* background-image:url('images/radiobutton_unchecked.svg'); */
	/* background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px; */
}
.tm-epo-field-label input[type="radio"] ~ .tc-label.tm-epo-style.round:after{
	/* display: none; */
}
li.tc-active .tm-epo-field-label input[type="radio"] ~ .tc-label.tm-epo-style.round{
	/* background-image:url('images/radiobutton_checked.svg'); */
	/* background-repeat: no-repeat;
	background-position: center center;
	background-size: 19px; */
}



.tm-epo-field-label input[type="checkbox"] ~ .tc-label.tm-epo-style.round{
	border: 0;
	/* background-image:url('images/checkbox_unchecked.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px; */
}
.tm-epo-field-label input[type="checkbox"] ~ .tc-label.tm-epo-style.round:after{
	display: none;
}
li.tc-active .tm-epo-field-label input[type="checkbox"] ~ .tc-label.tm-epo-style.round{
	/* background-image:url('images/checkbox_checked.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 19px; */
}

.tm-extra-product-options .tc-active .tc-label-wrap, .tm-extra-product-options li.tmcp-field-wrap.tc-active .tc-label.tm-label, .tm-extra-product-options li.tmcp-field-wrap.tc-active .price.tc-price .amount, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap label input[type="radio"]:checked ~ .tc-label, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap label input[type="checkbox"]:checked ~ .tc-label{
	font-weight: normal;
}

.prescription_radio_button-ul li.tc-active .tc-label{
	font-weight: 400 !important;
}

.tm_order_summary-div table, .tm_order_summary-div th, .tm_order_summary-div td {
	border: 1px solid black;
}
.tm-box{
	margin-top: 0;
	margin-bottom: 0;
	background: none;
	border: 0;
	padding: 0;
}
@media only screen and (min-width: 561px) {
	.tm-box{
		margin-bottom: 20px;
	}
}

.prescription_summary{line-height:14px; padding-bottom: 14px;}
.prescription_summary span{font-weight: bold;}
.single_customize_lens_button{text-align:center;}
.tm-slide .tc-add-to-cart-button{display: block !important;}

/*@media only screen and (min-width: 768px) {*/
.tm-box-fullscreen .tm-box{
	display: none;
}
.tm-box-fullscreen .tm-box-fixed{
	display: block;
	position: fixed;
}
/*}*/

@media only screen and (max-width: 560px) {
	.tm-extra-product-options .use_images_container .tmcp-field-wrap label, .tm-epo-variation-section .tmhexcolorimage-li-nowh label, .tm-epo-variation-section .tmhexcolorimage-li label{
		width: 100%;
	}
	.tc-extra-product-options .owl-item img{
		max-width: 80px
	}
	.radio-image-label p, .checkbox-image-label p{
		margin-top: 0px; margin-bottom: 0px;
	}
	.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap{
		margin-bottom: 10px;
	}
	.owl-steps-next{min-width: 45%;}
}
.show_on_mobile{
	display: none;
}
@media only screen and (max-width: 560px) {
	.hide_on_mobile{display: none;}
	.show_on_mobile{display: block;}
}
.prescription_summary table td[colspan="4"] {
	display: none;
}
@media only screen and (max-width: 560px) {
	.prescription_summary table td[colspan="5"] {
		display: none;
	}
	.prescription_summary table td[colspan="4"] {
		display: table-cell;
	}
}
/*tm v2*/
.tc-extra-product-options .tcowl-carousel .owl-item img{
	width: 80px;
	position: absolute;
	left: 20px;
	border: none !important;
	top: 30px;
}
.tc-extra-product-options .price.tc-price{
	position: absolute;
	right: 40px;
	top: 16px;
}
.tc-extra-product-options ul.MO_show_inline_description-ul .price.tc-price{
	right: 20px;
}

@media only screen and (max-width: 560px) {
	.tc-extra-product-options .price.tc-price{
		position: absolute;
		right: 0;
		top: 34px;
	}
	.tc-extra-product-options ul.MO_show_inline_description-ul .price.tc-price{
		top: 16px;
	}
	.tc-extra-product-options .price.tc-price+i{
		position: absolute;
		left: 100px;
		top: 30px;
		padding-right: 55px;
	}
}

.tm-extra-product-options .tmcp-field-wrap .tc-price del{
	display: block;
}

.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap label:after, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap label:after{
	content: "";
	display: block;
	width: 80%;
	width: calc(100% - 90px);
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	z-index: 9;
}

.confirmation_right_align-ul{
	text-align: right;
}

.tm-extra-product-options .prescription_radio_button-ul li.tmcp-field-wrap label{
	min-height: auto !important;
}
.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap .tc-inline-description{
	text-align: left;
	font-size: 14px;
	padding-left: 90px;
	padding-top: 8px;
}
@media only screen and (max-width: 560px) {
	.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap .tc-inline-description{
		padding-left: 70px;
	}
}
font[color="green"] {
	padding-left: 10px;
	padding-right: 5px;
	color: #008000;
}
font[color="Red"] {
	padding-left: 10px;
	padding-right: 5px;
	color: red;
	font-size: 12px;
}
@media only screen and (min-width: 561px) {
	.MO_show_inline_description-ul li{
		min-height: 182px !important;
	}
}
/*
.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap .tm-label.tc-label, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap .tm-label.tc-label, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-variations li.tmcp-field-wrap .tm-label.tc-label{
    vertical-align: middle !important;
}
*/

.tm-extra-product-options .use_images_container .tmcp-field-wrap label, .tm-epo-variation-section .tmhexcolorimage-li-nowh label, .tm-epo-variation-section .tmhexcolorimage-li label{
	width: 100%;
}
.tm-extra-product-options .radio-image-label,
.tm-extra-product-options .checkbox-image-label{
	padding-left: 120px;
	text-align: left;
	padding-right: 96px;
}
.tm-tooltip.tcfa-question-circle:before{
	display:none;
}
.tc-mode-images .tc-inline-description{
	text-align:left;
}
.lens_text_not_absolute-ul .radio-image-label,
.lens_text_not_absolute-ul .checkbox-image-label{
	padding-left: 0 !important;
	text-align: center;
	padding-right: 0 !important;
}
.lens_text_not_absolute-ul .tc-mode-images img{
	position: relative !important;
	left: 0 !important;
}

@media only screen and (max-width: 560px) {

	.tm-extra-product-options .radio-image-label,
	.tm-extra-product-options .checkbox-image-label{
		padding-left: 100px;
		padding-right: 20px;
	}
}
/*
.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap{
    border: 5px solid #fafafa; background: #ffffff; box-shadow: inset 0px 0px 0px 1px #d0d0d0; box-sizing: border-box; padding:10px; min-height: 80px;
}*/

.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap{
	border: 5px solid #ffffff; background: #ffffff; box-shadow: inset 0px 0px 0px 1px #d0d0d0; box-sizing: border-box; padding:10px; min-height: 80px;
}
.radio-image-label, .checkbox-image-label{
	padding:5px 0 0 0;
}


.tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap label input[type="radio"]:checked ~ .tc-label-wrap .tc-label:before, .tm-extra-product-options ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap label input[type="checkbox"]:checked ~ .tc-label-wrap .tc-label:before{
	font-family: "tc-fontawesome"; content: "\f058"; color: #0c0; font-size: 20px; position: absolute; top: -2px; left: 5px;
}
.thinline{
	border-width: 0 !important;
}

.avada-select-parent.tm-select-parent select,
.avada-select-parent.tm-select-parent .select-arrow, .avada-select-parent.tm-select-parent .select2-arrow{border-color: #000000 !important; color: #000000;}

.owl-item:nth-child(5){}

.disabled_next.button{
	background: #cccccc !important; color: #8d8d8d !important; text-align: center; border-left: 5px solid #ffffff; border-right: 5px solid #ffffff;
	position: relative;
	top: 0;
	padding: 15px 40px;
	font-size: 17px;
	width: 100%;
	font-weight: 400;
	border-radius: 0;
	float: right !important;
}
@media only screen and (min-width: 561px) {
	.disabled_next.button{
		max-width: 50%;
	}
}

.prescriptions-htag-div.tm-cell.col-3{top: 6px;}
@media only screen and (min-width: 561px) {
	.prescriptions-htag-div, .prescriptions-htag{top: 16px; width: 20% !important;}
	.prescriptions-htag-div, .prescriptions-htag.pd-heading{width: 25% !important; margin-top: -10px;}

	.right_eye_od.prescriptions-htag-div{top: 36px; text-align: center; }
	.left_eye_os.prescriptions-htag-div{text-align: center;}
}

.pd_heading.prescriptions-htag-div{text-align: center;}
.prescriptions-htag-div .tm-epo-element-label{font-size: 14px; font-weight: 400;}
.prescriptions-htag-div + div.cpfclear,
.hide_label-div + div.cpfclear{display: none;}
.manual_prescription_field-div + div.cpfclear, .manual_prescription_field + div.cpfclear{display: none;}
a.pupillary-distance{ color: #427ed1; display: block; line-height: 20px; font-size: 14px; font-weight: 400 !important;}

.tm-extra-product-options .eye_od_hr.tm_padding{padding: 0;}
.eye_od_hr-div{margin: 0 !important;}

.tm-extra-product-options .hide_label-div > .tm-epo-element-label{
	display: none !important;
}
.tm-extra-product-options .hide_label-div .tm-description{
	text-align: center;
	font-size: 14px;
	margin: 0;
	width: 84px;
}
.tm-extra-product-options .avada-select-parent select{
	min-width: auto !important;
	color: #000 !important;
}
.tm-extra-product-options .col-3.hide_label-div{
	width: 15% !important;
}
@media only screen and (min-width: 561px) {
	.tm-extra-product-options .col-3.manual_prescription_field-div,
	.tm-extra-product-options .col-3.manual_prescription_field{
		width: 20% !important;
	}
}

@media only screen and (max-width: 560px) {
	.tm-extra-product-options .col-3.hide_label-div{
		width: 25% !important;
	}
}
.tm-extra-product-options .col-3.hide_label-div .tm-extra-product-options-container{
	width: 105px !important;
}
.main_label-div label.tm-epo-element-label{margin-top: 20px; margin-bottom: 20px; text-align: center;}
.pd_checkbox-ul .tm-epo-style-wrapper{height: 1em; width: 1em;}
.pd_checkbox-ul .tm-epo-style.round{border-radius: 0; width: 100%; height: 100%;}
.pd_checkbox-ul .tc-label{font-size: 14px; }
.pd_checkbox-ul .tc-label.tm-label{position: relative; top: -3px;}
.pd_checkbox-ul li.tc-active .tc-label.tm-label{font-weight: 400 !important;}

.hr_divider{ border: 0; margin: 0; height: 1px; background: #d0d0d0; }
.hr_divider.eye_od_hr{margin-bottom: 20px !important;}

.tm-extra-product-options .label_outer_span{
	text-align: left;
	width: 100%;
	display: block;
	position: relative;
}

.tm-extra-product-options .summary_label:after{
	z-index: 0;
	top: 32px;
}

.tm-extra-product-options .tm-epo-element-label{
	font-weight: 400 !important;
	font-size: 19px !important;
	margin-top: 20px;
	margin-bottom: 20px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	width: auto;
	background-color: transparent;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 1;
}

.tm-extra-product-options .tm-cell.small_label-div .tm-epo-element-label{
	font-size: 14px !important;
	text-align: left;
	margin-bottom: 0;
	margin-top: 0;
	letter-spacing: initial;
}
.tm-extra-product-options .tm-cell.small_label-div .tm-epo-element-label:after{
	display: none;
}

.tm-epo-element-label .label_span{
	display: inline-block; background: #ffffff; padding-left: 15px; padding-right: 15px; position: relative; z-index: 9999;
}

.upload_image_formatting-ul .tc-upload-preview{float: left; margin: 0;}
.upload_image_formatting-ul .tc-upload-preview img{max-width: 120px !important; left: 220px !important;}

.pd_checkbox-ul label{min-height: inherit !important;}
.pd-guide-links-div .tm-description, .pd-guide-links-div .tm-description p{margin-top: 0;}

.tm-extra-product-options ul.tmcp-ul-wrap li.tmcp-field-wrap label.tm-error, .tm-extra-product-options ul.tmcp-ul-wrap+.tm-error{
	color: #D12C31;
}
#wrapper .select-arrow,
.avada-select-parent .select-arrow,
.select-arrow{
	border: 0;
	background-color:transparent !important;
}
@media only screen and (max-width: 560px) {
	#wrapper .select-arrow,
	.avada-select-parent .select-arrow,
	.select-arrow{
		width: 20px !important;
	}
}

.owl-steps-next-mobile{
	display: none;
}
/* .summary_product_image{
    width: 40%; margin-top: 10px; float: left;
} */
.summary_product_image img{
	max-width: 280px !important;
	position: relative !important;
	left: 0 !important;
}
.tm-extra-product-options-totals.tm-custom-price-totals{
	font-size: 14px;
}
.tm-extra-product-options-totals.tm-custom-price-totals dt{
	width: 50%;
	float: left;
	font-size: 17px;
}
.tm-extra-product-options-totals.tm-custom-price-totals dt.tm-final-totals{
	font-weight: bold;
}
.tm-extra-product-options-totals.tm-custom-price-totals{
	display: none;
}
.tm-box-fullscreen .tm-extra-product-options-totals.tm-custom-price-totals{
	display: block;
}
@media only screen and (min-width: 561px) {
	.tm-box-fullscreen .tm-extra-product-options-totals.tm-custom-price-totals{
		width: 30%;
		float: left;
		margin-top: 0;
	}

}
.tm-extra-product-options-totals .price.amount.options, .tm-extra-product-options-totals .price.amount.fees, .tm-extra-product-options-totals .price.amount.subscription-fee{
	font-weight: 400;
	margin-top: 0;
}
.tm-epo-totals{
	padding: 0 !important;
}
.tm-extra-product-options-totals .price.amount.final{
	margin-top: 0;
	font-size: 17px;
}

@media only screen and (max-width: 560px) {
	/* .owl-step:not(.active){
		display: none !important;
	} */
	.tm-fb-wrap{width: 100%;}
	/* .owl-step::before{display: none !important;} */
	/*
	.tm-extra-product-options-totals.tm-custom-price-totals,
	.customize-done{
		display: none;
	}*/
	.tc-extra-product-options .tcowl-carousel .owl-item img{
		position: absolute;
		left: 10px;
	}
	.tm-extra-product-options ul.tmcp-elements.use_images_container li.tmcp-field-wrap{
		min-height: 80px;
		position: relative;
		border: 0;
	}
	/* .tm-extra-product-options .use_images_container .tmcp-field-wrap label, .tm-epo-variation-section .tmhexcolorimage-li-nowh label, .tm-epo-variation-section .tmhexcolorimage-li label{
		padding-left: 100px;
	} */
	.radio-image-label, .checkbox-image-label{
		text-align: left;
	}
	.radio-image-label::after, .checkbox-image-label::after{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	.tm-box-fullscreen li.tmcp-field-wrap.tc-active .tc-label.tm-label::before, .tm-box-fullscreen ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap label input[type="radio"]:checked ~ .tc-label::before, .tm-box-fullscreen ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap label input[type="checkbox"]:checked ~ .tc-label::before{
		background: #ffffff;
		border-radius: 50%;
		height: 27px;
		line-height: 27px;
	}
	/* .tm-fb dd{
		min-height: 100px;
	}
	.tm-fb .image_block dd{
		min-height: 55px;
	}

	.tm-box-fullscreen .tm-box-fixed .owl-steps-close{
		display: none
	}


	.owl-steps-next-mobile{
		display: block; position: absolute; right: 10px; bottom: 20px; font-size: 6px;
	}
	.owl-steps-next-mobile::after {
		font-family: "tc-fontawesome"; content: "\f054"; color: #d0d0d0; font-size: 30px; line-height: 30px; background: #fff; width: 30px; height: auto; border: 0px; position: relative; left: -11px;
	}
	.owl-steps-next-mobile:hover::after{
		color: #000000;
	}*/

	.tm-box{
		padding-left: 0;
		padding-right: 0;
		border: 0;
	}

	.tm-box-fullscreen .tm-box-fixed{

		padding-left: 15px;
		padding-right:15px;
		padding-bottom:60px;
	}
	/*.summary_product_image{
		display: none;
	}*/
	.tm_order_summary-div .tm-fb{
		width: 100%; border: 0; padding-left: 0; padding-right: 0; padding-bottom: 0;
	}
	.tm_order_summary-div .summary_label .tm-epo-element-label{
		margin-bottom: 0px !important;
	}
	.summary_product_image{
		width: 100%;
	}
	.summary_product_image img{
		position: relative !important;
	}
	.customize-done{
		position: relative; top: 56px;
	}
	.tm-box-fullscreen .tc-tooltip{position: absolute; z-index: 999; top: 10px; right: 14px;}
	/*.tm-box-fullscreen .tc-price{position: relative; height: 20px;}
	.tm-box-fullscreen .tc-price .amount{position: absolute; right: 10px;}*/
	.product .entry-summary div .price{ margin-right: 4px !important;}
}
/* TM v3 */
.tc-tab-slide{
	margin: 0 auto !important;
}
@media only screen and (min-width: 1051px) {
	.tc-tab-slide{
		width: 76%;
	}
}
.view_lens_selection_detail{
	display: none;
	color: #427ed1;
	font-weight: bold;
	text-transform: uppercase;
}
@media only screen and (max-width: 560px) {
	.view_lens_selection_detail{
		display: block;
		cursor: pointer;
	}
	.tm-mobile-collapse{
		display: none;
	}
}
.rxtable{
	margin-top:10px;
}
@media only screen and (min-width: 561px) {
	.rxtable{
		float:right;
	}
}
/*END TM options*/

.woocommerce .single_add_to_cart_button{
	float: right;
	border-radius: 6px;
}
#tm-tooltip.fadeIn{z-index:999999 !important;}

.send_it_later_hidden-div{display: none !important;}

@media only screen and (min-width: 561px) {
	.tm_upload_image-div .tmcp-field-wrap{margin-top: 35px !important;}
}
.customize_options-div .tm-has-required{display: none !important;}

@media only screen and (min-width: 561px) {
	.know_pd_one_two-div{width: 18% !important;}
	div.step4_btn_small{width: 17% !important;}
}
.upload_step4_pd_buttons-div label.tm-epo-field-label{border: 1px solid; padding: 7px 16px 7px 12px !important; cursor: pointer;}
@media only screen and (max-width: 560px) {
	.upload_step4_pd_buttons-div label.tm-epo-field-label{width: 100%;}
}
.upload_step4_pd_buttons-div .tm-epo-style-wrapper.round{visibility: hidden; height: 0px; width: 0px;}
.upload_step4_pd_buttons-div ul.tmcp-ul-wrap.tm-extra-product-options-radio li{
	background:#fff;
	border:2px solid transparent !important;
}
.upload_step4_pd_buttons-div ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tc-active {
	border:2px solid #333F4D !important;
}
.upload_step4_pd_buttons-div .tm-description{    text-align: center; margin-top: -40px;}


/*START Hard Hat*/
.choose_main_color-div .radio-image-label{height: 0; width: 0; overflow: hidden; padding: 0;}
.choose_main_color-div ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap label input[type="radio"]:checked ~ .tc-label-wrap .tc-label:before{
	top: 25px; left: 17px; background: #fff; border-radius: 49%; line-height: 0.8;
}
.logo_color-div{width: auto !important;}
.sp-preview{width: 50px;}
.tm-extra-product-options .tm-epo-element-label.tm-left{    padding-left: 0; margin-bottom: 0; font-weight: bold !important; text-transform: inherit;}

.logo_color-div .label_outer_span, .logo_placement-div .label_outer_span, .upload_file-div .label_outer_span, .logo_type-div .label_outer_span{width: auto;}
.logo_color-div .tm-extra-product-options-container, .upload_file-div .tm-extra-product-options-container, .logo_type-div .tm-extra-product-options-container{width: auto;}
.logo_color-div .tm-epo-element-label.tm-left, .logo_placement-div .tm-epo-element-label.tm-left, .upload_file-div .tm-epo-element-label.tm-left, .logo_type-div .tm-epo-element-label.tm-left{max-width:none; margin-top: 4px; width: 30%; text-align: left;}

.logo_color-div .tm-epo-element-label{padding: 0 !important; margin: 0 !important; font-size: 14px !important; float: left !important;  text-transform: capitalize !important;}

.logo_placement-div .tm-extra-product-options-container{width: 70%; }


.customize_options-div label.tm-epo-field-label{ padding: 7px 16px 7px 12px !important; cursor: pointer; color: #427ed1; font-family: Karla;  border:1px solid #427ed1; border-radius: 6px;}

.logo_type-div .price.tc-price{
	right: -50px; top: 10px;
}
@media only screen and (max-width: 560px) {
	.logo_type-div .price.tc-price{
		top: 5px;
	}
}
.logo_type-div .price.tc-price .amount{
	font-weight: bold;
}
.logo_type-div .price.tc-price del{
	font-size: 14px !important;
}
.logo_type-div .price.tc-price ins{
	position: absolute;
	top: 0;
	right: -39px;
	font-weight: bold !important;
}
@media only screen and (max-width: 560px) {
	.logo_type-div .price.tc-price ins{
		position: absolute;
		top: 15px;
		right: 0;
	}
}

.logo_type-div label.fullwidth{
	width: 200px !important;
}
.enter_name-div .price.tc-price{
	right: 20px;
	top: 11px;
}
.choose_logo_color-ul .checkbox-image-label{height: 0; width: 0; overflow: hidden; padding: 0;}
.choose_logo_color-ul .tmhexcolorimage{border: 1px solid #000000 !important;}
.choose_logo_color-ul li.tmcp-field-wrap label input[type="checkbox"]:checked ~ .tc-label-wrap .tc-label:before{
	top: 24px !important; left: 17px !important; background: #fff; border-radius: 49%; line-height: 0.8;}

.add_option-div label.tm-epo-field-label .tc-label-wrap .tc-label{font-size: 19px !important; font-weight: bold !important;}
.tc-extra-product-options .tmcp-field-wrap label.cpf-upload-container{padding: 4px 20px;}

.bogo_applied_free_quantity-div, .bogo_applied_free_quantity-div .tm-extra-product-options-container, .bogo_applied_free_quantity-div .qty_tm_hidden-div .tm-description{
	display: none; margin-bottom: 0 !important;
}

.qty_tm_hidden-div, .qty_tm_hidden-div .tm-extra-product-options-container, .qty_tm_hidden-div .tm-description{
	display: none; margin-bottom: 0 !important;
}

.qty_tm_hidden-div .tm-description p{
	margin: 0;
	padding: 10px 20px;
	background: #f4f4f4;
	display: inline-block;
}

.moveup_qty.quantity.buttons_added{
	order: -1;
	position: relative;
	margin-left: 67px !important;
	overflow: visible;
	margin-top: 0 !important;
}
.moveup_qty.quantity.buttons_added:before{
	content: "Quantity";
	display: block;
	position: absolute;
	left: -67px;
}

.custom-product-wrapper .add_option-div .price.tc-price{
	position: relative;
	top: -1px;
	left: 0;
}
.custom-product-wrapper .tm-epo-element-label{
	font-size: 17px !important;
}

@media only screen and (max-width: 560px) {
	.custom-product-wrapper .customize_options-div label.tm-epo-field-label, .custom-product-wrapper ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap .tm-label{
		padding-left: 0 !important;
	}
	.custom-product-wrapper .tm-epo-element-label.tm-left{
		font-size: 15px !important;
		margin-top: 10px;
	}
	.custom-product-wrapper ul.tmcp-ul-wrap.tm-extra-product-options-checkbox li.tmcp-field-wrap .tm-label{
		padding-left: 0 !important;
	}
	.logo_placement-ul .tm-label{
		font-size: 13px;
	}
	.logo_placement-ul li.tmcp-field-wrap{
		padding-right: 0 !important;
	}
	.choose_main_color-div ul.tmcp-ul-wrap.tm-extra-product-options-radio li.tmcp-field-wrap label input[type="radio"]:checked ~ .tc-label-wrap .tc-label:before{
		top: 21px;
		left: 12px;
	}

}

@media only screen and (min-width: 667px) {
	.custom-product-wrapper .logo_color_first.logo_color-div{margin-left: 192px;}
}
.logo_color_forth+div.cpfclear{display: none;}
.custom-product-wrapper .logo_color-div .tm-epo-element-label{font-size: 14px !important; line-height: 1;}


/*END Hard Hat*/

.buying_options-div .before-amount{position: absolute; bottom: 1px; right: 96px; font-style: italic;}
.buying_options-div .price.tc-price{top: 7px;}
.buying_options-div .tm-extra-product-options-container{ background-color: #f4f4f4; padding: 10px 0px 20px 20px;}


.setupfee_txt_box-div input.setupfee_txt_box, .setupfee_txt_box-div .setupfee_txt_box-ul label.tm-epo-field-label{display: none !important;}
.setupfee_txt_box-div .label_outer_span label.tm-epo-element-label{font-size: 15px !important; margin-top:8px;}
.setupfee_txt_box-div .label_outer_span label.tm-epo-element-label span.tm-epo-required{display: none !important;}
.setupfee_txt_box-div .price.tc-price{font-weight: bold !important; position: initial !important;}
.setupfee_txt_box-div .tm-extra-product-options-container{width: auto !important;}


.tm-extra-product-options .prescription_radio_button-div ul.tmcp-ul-wrap.tm-element-ul-radio{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 16px;

}
@media (min-width: 576px) {
	.tm-extra-product-options .prescription_radio_button-div ul.tmcp-ul-wrap.tm-element-ul-radio{
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items:normal;
	}
}

.tm-extra-product-options .prescription_radio_button-div ul.tmcp-ul-wrap.tm-element-ul-radio li{
	border: 2px solid #EAEBF0;
	border-radius: 4px;
	width: initial;

	flex:1 0 0;
}

.tm-extra-product-options .prescription_radio_button-div ul.tmcp-ul-wrap.tm-element-ul-radio li.tc-active{
	border: 2px solid #333F4D;
}

.tm-extra-product-options .prescription_radio_button-div ul.tmcp-ul-wrap.tm-element-ul-radio li .tc-epo-style-wrapper{
	display:none;
}
.tm-extra-product-options .prescription_radio_button-div ul.tmcp-ul-wrap.tm-element-ul-radio li .tc-label-text{
	padding: 10px 15px !important;
}
#tm-extra-product-options-fields li > .tm-owl-slider-section{
	display: block !important;
}

.tm-section-description > p{
	margin: 0;
}

body.single-product .tm-box-fixed .tm-description ul.owl-steps{
	margin-bottom: 0 !important;
	padding: 0 !important;
	border-bottom: none !important;
}
body.single-product .tm-box-fixed .tm-description > ul.owl-steps{
	border-bottom: 1px solid #D0D3DD !important;
}
body.single-product .tm-box-fixed .tm-description ul.owl-steps ul.owl-steps{
	padding: 46px 0 !important;
}
.tmTopFinalPrice {
	height: 0;
}
body.single-product .tm-box-fixed .tm-epo-required {
	order: 2 !important;
	color: #3E5166 !important;
}
.tmhexcolorimage-li-nowh{
	min-height: 135px !important;
	background: #fff;
}
.tmhexcolorimage-li-nowh{
	border: 2px solid #fff !important;
}
.tmhexcolorimage-li-nowh.tc-active{
	border: 2px solid #333F4D !important;
}
.tmhexcolorimage-li-nowh .tc-label-inner{
	justify-items: start !important;
}
.tmhexcolorimage-li-nowh .tmcp-field-wrap-inner{
	min-height: 135px !important;
}
.tmhexcolorimage-li-nowh .tc-label-text{
	font-size: 18px;
}
li.tmcp-field-wrap i.tm-tooltip.tc-epo-style-space:before{
	display: none !important;
}
li.tmcp-field-wrap i.tm-tooltip.tc-tooltip:after{
	content: attr(data-tm-tooltip-html);
	font-family: "Inter", sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	color: #0A1221;
	font-size: 14px;
	margin-left: 0;
}
@media only screen and (max-width: 560px) {
	.tmhexcolorimage-li-nowh .tc-label-text{
		font-size: 15px;
	}

	li.tmcp-field-wrap i.tm-tooltip.tc-tooltip:after{


		font-style: normal;
		font-weight: 400;
		line-height: 140%;

		font-size: 10px;
		margin-left: 0;
	}
}

li.tmcp-field-wrap i.tm-tooltip.tc-epo-style-space{
	display: none;
}

.cpf-upload-wrap{
	background:#fff;
}
.upload_step4_pd_buttons-ul .tc-epo-style-wrapper.tc-first.round.tc-radio{
	display: none;
}
.tc-label.tm-epo-style.round {
	border-radius: 100% !important;
}

/*summary screen tm option tweaks*/
body.single-product .tm-owl-slider .owl-item .tc-tab-slide > div span.label_outer_span .tm-epo-element-label {
	font-family: "Inter", sans-serif !important;
	font-size: 22px !important;
	font-style: normal !important;
	font-weight: 600 !important;
	line-height: 150% !important; /* 21px */
	letter-spacing: 0.28px !important;
	color: #3E5166 !important;
	margin: 0 0 3px 0 !important;
	text-transform: none !important;
	padding: 0 !important;
}

body.single-product .tm-owl-slider .owl-item .tc-tab-slide > div span.label_outer_span{
	text-align:start;
}

@media (min-width: 768px) {
	body.single-product .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div .summary_product_image {
		width: 40%;
		float: left;
		margin: 30px 0 33px 0;
		padding-right: 64px;
	}
}
body.single-product .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div .summary_product_image > div b {
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
	color: #0A1221;
	margin: 0 0 39px 0;
	display: inline-block;
}
body.single-product .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div .summary_product_image img {
	margin: 0 auto;
}



@media (min-width: 768px) {
	body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb {
		width: 60%;
		float: right;
		margin: 30px 0 24px 0;
	}
}
body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb span.view_lens_selection_detail {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%; /* 20.25px */
	color: #333F4D;
	margin: 0 0 16px 0;
	text-decoration: underline;
	text-transform: none;
}
body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .tm-mobile-collapse dt.tm-fb-title {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 20.25px */
	color: #3E5166;
	width: 100%;
	margin: 0;
	border-radius: 4px;
}
body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .tm-mobile-collapse dt.tm-fb-title:nth-of-type(odd) {
	background-color: #fff;
	padding: 5px 8px;
}
body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .tm-mobile-collapse dt.tm-fb-title:nth-of-type(even) {
	background-color: #F8F8FA;
	padding: 5px 8px;
}
@media (min-width: 576px) {
	body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .tm-mobile-collapse dt.tm-fb-title {
		width: 40%;
		min-height: 30px;
	}
}
body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .tm-mobile-collapse dd.tm-fb-value {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%; /* 20.25px */
	color: #0A1221;
	width: 100%;
	margin: 0;
	border-radius: 4px;
}
body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .tm-mobile-collapse dd.tm-fb-value:nth-of-type(odd) {
	background-color: #fff;
	padding: 5px 8px;
}
body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .tm-mobile-collapse dd.tm-fb-value:nth-of-type(even) {
	background-color: #F8F8FA;
	padding: 5px 8px;
}
@media (min-width: 576px) {
	body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .tm-mobile-collapse dd.tm-fb-value {
		width: 60%;
		min-height: 30px;
	}
}
body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .prescription_summary {
	padding-top: 16px;
}
body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .prescription_summary table {
	margin: 0 0 0 0 !important;
	width: 100%;
	border-width: 0;
	border-collapse: collapse;
}
body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .prescription_summary table tbody tr th {
	background-color: #F3F4F7 !important;
	border: 1px solid #3E5166;
	border-collapse: collapse;
	padding: 8px;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%; /* 20.25px */
	color: #0A1221;
}
body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .prescription_summary table tbody tr th span {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%; /* 20.25px */
	color: #0A1221;
}
body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .prescription_summary table tbody tr td {
	border: 1px solid #3E5166;
	border-collapse: collapse;
	padding: 8px;
	text-align: center;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 20.25px */
	color: #0A1221;
}
body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .prescription_summary table tbody tr:last-of-type td:first-of-type {
	background-color: #F3F4F7 !important;
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%; /* 20.25px */
	color: #0A1221;
	text-align: start !important;
}
body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .prescription_summary table tbody tr:first-of-type th {
	text-align: center !important;
}
body.single-product .tm-box-fixed .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .prescription_summary table tbody tr:first-of-type th:first-of-type {
	text-align: start !important;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%; /* 32.4px */
	color: #0A1221;
}
body.single-product .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-fb .prescription_summary table tbody tr:first-of-type th:first-of-type span {
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%; /* 32.4px */
	color: #0A1221;
}
body.single-product .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-extra-product-options-totals.tm-custom-price-totals dt {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%; /* 20.25px */
	color: #3E5166;
	margin: 0 18px 18px 0;
	white-space: nowrap;
}
body.single-product  .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-extra-product-options-totals.tm-custom-price-totals dt.tm-final-totals {
	font-size: 15px;
	font-weight: 700;
}
body.single-product  .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-extra-product-options-totals.tm-custom-price-totals dd {
	margin: 0 0 18px 0;
	display: block;
}
body.single-product  .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-extra-product-options-totals.tm-custom-price-totals dd span {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%; /* 20.25px */
	color: #0A1221;
}
body.single-product  .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div dl.tm-extra-product-options-totals.tm-custom-price-totals dd.tm-final-totals span {
	font-size: 15px;
	font-weight: 700;
}
body.single-product .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div .customize-done{
	width: 50% !important;
	float: right !important;
	opacity: 0;
	z-index: -1;
}
.summary_product_image img {
	width: 100% !important;
}
body.single-product .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div button.tc-add-to-cart-button {
	width: 100%;
}
@media (min-width: 768px) {
	body.single-product .tm-owl-slider .owl-item .tc-tab-slide .tm_order_summary-div button.tc-add-to-cart-button {
		width: 50% !important;
		float: right !important;
	}
}
.owl-item.active .tc-tab-slide4 .single_add_to_cart_button{
	display: block !important;
}
.lens_text_not_absolute-ul .tmhexcolorimage-li-nowh .tc-label-text{
	font-size: 16px;
}

.woocommerce-message{
	display: flex !important;
}

.floatbox.fl-overlay{
	background: rgba(255, 255, 255, 0.28);
}
.flasho{
	display: block;
}
.flasho .header{
	position: relative;
}
.float-editbox{
	height: inherit;
}
.tc-tooltip{
	width: 100%;
	text-align: left;
}
@media (min-width: 0px) and (max-width: 767px) {
	form.woocommerce-cart-form .woocommerce-message {
		flex-direction: column;
	}
}
.summary_product_image img{
	top: 0 !important;
}
