/* Captcha */
.captcha-box{
    position: relative;
}
.captcha-box img{
    position: absolute;
    top: 1px;
    right: 1px;
    border-radius: 0 3px 3px 0;
}

/* demo */
.table-icons td i {
	font-size: 30px;
    vertical-align: middle;
    width: 50px;
    display: inline-block;
    text-align: center;
    padding: 5px 0;
}
.enar_accordion.no-color .enar_occ_title{
    background-color: #FFF;
    color: #666;
    border-color: #e5e5e5;
}
.enar_accordion.no-color .enar_occ_container:hover .enar_occ_title,
.enar_accordion.no-color .enar_occ_container.occ_expanded .enar_occ_title{
    background-color: #f7f7f7;
}
.enar_accordion.no-color .enar_occ_container.occ_expanded .enar_occ_title:before,
.enar_accordion.no-color .enar_occ_container.occ_expanded .enar_occ_title:after{
    opacity: 0;
}

@media only screen and (max-width: 1024px){
	.add2cart_image .img-overlay {
		display: none
	}
}

/* Alerts */
.alert{
    padding: 13px 25px 12px;
	margin-bottom: 20px;
	border-radius: 3px;
	color: #fff;
	border: none;
}
.alert.alert-success{
    background-color: #79AF33;
}
.alert.alert-info{
    background-color: #6EBDE0;
}
.alert.alert-warning{
    background-color: #FDB402;
}
.alert.alert-danger{
    background-color: #F3605D;
}

/* Products sep top sidebar */
.sep-sidebar{
    height: 63px;
}
@media only screen and (max-width: 1024px){
	.sep-sidebar{
		display: none
	}
}

.acc_content.acc_content_slider{
	line-height: normal;
}

/* Cart notify animation */
.cbutton::after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -35px 0 0 -35px;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	content: '';
	opacity: 0;
	pointer-events: none;
}

.cbutton--effect-jagoda::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	content: '';
	opacity: 0;
	pointer-events: none;
}

.cbutton--effect-jagoda::after {
	margin: -25px 0 0 -25px;
	width: 50px;
	height: 50px;
}

.cbutton--effect-jagoda::before,
.cbutton--effect-jagoda::after {
	box-shadow: 0 0 0 2px rgba(111,148,182,1);
}

.cbutton--effect-jagoda.cbutton--click::before,
.cbutton--effect-jagoda.cbutton--click::after {
	-webkit-animation-name: anim-effect-jagoda-2, anim-effect-jagoda-1;
	animation-name:anim-effect-jagoda-2, anim-effect-jagoda-1;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-iteration-count: 3;
	animation-iteration-count: 3;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.cbutton--effect-jagoda.cbutton--click::after {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

@-webkit-keyframes anim-effect-jagoda-1 { 0%, 100% { opacity: 0; } 40%, 60% { opacity: 1; } }
@keyframes anim-effect-jagoda-1 { 0%, 100% { opacity: 0; } 40%, 60% { opacity: 1; } }
@-webkit-keyframes anim-effect-jagoda-2 { 0% { -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); } 100% { -webkit-transform: scale3d(1.4, 1.4, 1); transform: scale3d(1.4, 1.4, 1); } }
@keyframes anim-effect-jagoda-2 { 0% { -webkit-transform: scale3d(0.5, 0.5, 1); transform: scale3d(0.5, 0.5, 1); } 100% { -webkit-transform: scale3d(1.4, 1.4, 1); transform: scale3d(1.4, 1.4, 1); } }

/* Rating */
.rate-product .fa{
	color: #FFB200;
    cursor: pointer;
    font-size: 1.1em;
    padding: 0 3px 10px 0;
}
.rate-product .fa.fa-star-o{
	color: #ccc
}
.rate-product .rate-result{
    font-size: 13px;
    padding-left: 10px;
}
.rate-product.read .fa{
	cursor: default;
}
.rating-stars .fa{
	color: #FFB200;
    cursor: default;
    padding: 0 3px 10px 0;
}
.rating-stars .fa.fa-star-o{
	color: #ccc
}
.rating-stars.tiny .fa{
	font-size: 0.8em;
}

/* Responsive cart table */
.idealtheme_commerce table.check_out_table td.remove_product_mobile{
	display: none
}
@media screen and (max-width: 768px) {
	.idealtheme_commerce table.check_out_table td.remove_product{
		display: none
	}
	.idealtheme_commerce table.check_out_table td.remove_product_mobile{
		display: block
	}
    .idealtheme_commerce table.check_out_table {
		border: 0;
    }
    .idealtheme_commerce table.check_out_table thead {
		display: none;
    }
	.idealtheme_commerce table.check_out_table tbody {
		display: block;
    }
    .idealtheme_commerce table.check_out_table tr {
		margin-bottom: 30px;
		display: block;
		border: 1px solid #ddd;
		background: none!important;
		border-top: none;
	}
	.idealtheme_commerce table.check_out_table td {
		display: block;
		text-align: center;
		font-size: 13px;
		max-width: none;
	}
	.idealtheme_commerce table.check_out_table td:last-child {
		border-bottom: 0;
	}
    .idealtheme_commerce table.check_out_table td:before {
		content: attr(data-label);
		float: left;
		text-transform: uppercase;
		font-weight: bold;
		width: 100px;
		text-align: left;
    }
	.idealtheme_commerce table.check_out_table td.quantity_product .quantity.buttons_added{
		width: 208px;
		margin: auto;
		padding-left: 100px;
	}
}

/* Cart delivery accordion */
#deliveries .panel-heading label,
#payment .panel-heading label {
    position: relative;      
    color: #777;      
    border: 1px solid #e5e5e5;
    padding: 14px 25px 13px;
	display: block;
    font-weight: 400;
    cursor: pointer;
    text-transform: none;
	    margin: 0;
}
#deliveries .panel-heading label i,
#payment .panel-heading label i {
    color: #aaa;      
    margin-right: 12px;      
    font-size: 18px;
    width: 16px;
    position: relative;
    top: 2px;
}

#deliveries .panel-heading strong,
#payment .panel-heading strong {
    font-weight: normal;
}
#deliveries .panel-heading .delivery-radio,
#payment .panel-heading .delivery-radio {
    position: absolute;
    left: -999em;
}
#deliveries .panel-heading .delivery-radio:checked + i:before,
#payment .panel-heading .delivery-radio:checked + i:before{
	content: "\f046";
}

#coupon_result{
	float: left;
    line-height: 41px;
}

/* Autocomplete */
.autocomplete-suggestions{
	background-color: #ffffff;
	overflow: hidden;
	border: 1px solid #E4E4E4;
	overflow-y: auto;
	font-size: 12px;
}
.autocomplete-suggestions .autocomplete-suggestion{cursor: pointer;}
.autocomplete-suggestions .autocomplete-selected { background:#F0F0F0; }
.autocomplete-suggestions div { padding: 2px 0px; white-space:nowrap; }
.autocomplete-suggestions strong { font-weight:normal; color:#3399FF; }
.header_cta {
    float: right;
    margin-top: 15px;
}

.btn_cta {
    background: #c27f5d;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
}

.btn_cta:hover {
    background: #a96a4d;
}
.header_cta {
    float: right;
    margin-top: 10px;
}

.btn_cta {
    background: #e74c3c;
    color: #fff !important;
    padding: 14px 26px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(231,76,60,0.4);
    transition: all 0.3s ease;
}

.btn_cta:hover {
    background: #c0392b;
    transform: translateY(-2px);
}

.top_details span {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.top_details a {
    color: #000;
    text-decoration: none;
}

.top_details a:hover {
    color: #e74c3c;
}

#navigation_bar {
    box-shadow: none;
    border-bottom: 1px solid #eee;
}

#navy li a {
    font-weight: 500;
    font-size: 14px;
}

.icon_details_list li {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

@media (max-width: 992px) {
    .header_cta {
        float: none;
        text-align: center;
        margin-top: 10px;
    }
}
.top_details span,
.top_details a {
    color: #c25a2b;
}
.btn_cta {
    background: #2aa7a1;
    color: #fff !important;
    padding: 14px 26px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none !important;
    box-shadow: 0 4px 12px rgba(42,167,161,0.4);
    transition: all 0.3s ease;
}

.btn_cta:hover {
    background: #218c87;
    transform: translateY(-2px);
}
.price_block { ... }
.text_block p {
    margin-bottom: 10px;
    line-height: 1.5;
}
.no_buy {
    display: inline-block;
    padding: 10px 16px;
    background: #eee;
    color: #666;
    border-radius: 6px;
    font-weight: 600;

.icon_details_list a {
    color: #c27f5d;
    font-weight: 600;
    text-decoration: none;
}

.icon_details_list a:hover {
    text-decoration: underline;
}
.medical_block {
    background: #f4f8f9;
    padding: 25px;
    border-radius: 10px;
    margin-top: 20px;
    border-left: 4px solid #2aa7a1;
}

.medical_block h3 {
    margin-bottom: 10px;
}

.product_full_desc {
    margin-top: 40px;
}
.doctor_card {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.doctor_photo img {
    width: 220px;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

.doctor_info h3 {
    margin-bottom: 5px;
}

.doctor_position {
    display: block;
    font-weight: 600;
    color: #2aa7a1;
    margin-bottom: 10px;
}

.doctor_info p {
    line-height: 1.5;
}
.doctor_block {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
    align-items: flex-start;
}

.doctor_img {
    width: 220px;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
}

.doctor_text h3 {
    margin-bottom: 5px;
}

.doctor_text strong {
    display: block;
    color: #2aa7a1;
    margin-bottom: 10px;
}
.doctor_img_left {
    float: left;
    width: 220px;
    height: 260px;
    object-fit: cover;
    border-radius: 10px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.lenses_page {
    max-width: 900px;
    margin: 0 auto;
    padding: 20px;
}

.lenses_banner img {
    width: 100%;
    border-radius: 12px;
    margin-bottom: 25px;
}

.lenses_text h1 {
    font-size: 28px;
    margin-bottom: 15px;
}

.lenses_text h2 {
    margin-top: 25px;
    font-size: 20px;
}

.lenses_text p {
    line-height: 1.6;
    margin-bottom: 15px;
}

.lenses_text ul {
    padding-left: 20px;
}

.lenses_text li {
    margin-bottom: 8px;
}

.lenses_cta {
    text-align: center;
    margin-top: 30px;
}
.sidebar {
    display: none !important;
}
a[href*="brands"] {
    display: none !important;
}
.sidebar,
.left_sidebar,
aside {
    display: none !important;
}
img[src*="brands_04"] {
    display: none !important;
}