/* 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: #8dbd5b;
}
.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; }