/**
 * 2007-2017 Splashythemes
 *
 * NOTICE OF LICENSE
 *
 * St feature for prestashop 1.7: ajax cart, review, compare, wishlist at product list 
 *
 * DISCLAIMER
 *
 *  @Module Name: ST Feature
 *  @author    sttheme <Splashythemes@gmail.com>
 *  @copyright 2007-2017 Splashythemes
 *  @license   http://Splashythemes.com - prestashop template provider
 */
/*******************DONGND CSS FOR CART BEGIN*****************************/
.st-bt-cart.disable
{
	/* cursor: not-allowed; */
	/* opacity: .65; */
}

.st-bt-cart.disabled:focus
{
	background: #acaaa6;
}

.st-modal .modal-content
{
	border-radius: 0;
}

.st-modal-cart .modal-dialog, .st-modal-compare .modal-dialog, .st-modal-wishlist .modal-dialog
{
	margin: 250px auto;
}
.st-modal .modal-title .material-icons
{
	margin-right: 5px;
}

.st-modal-cart .modal-title {
    font-weight: 600;
    color: #fff;
    font-size: 1.125rem;
	display: none;
}

.st-modal-cart .modal-header
{
	border: none;
}

.st-modal .modal-header.info-mess, .st-modal .modal-header.warning-mess{
	background: #2FB5D2;
}

.st-modal .modal-header.block-mess{
	background: #F39D72;
}
.st-productscompare-item {position:relative;}
.st-productscompare-item .delete-productcompare {float:right;}
.st-loading, .st-modal-review-loading, .st-compare-bt-loading, .st-wishlist-bt-loading
{
	display: none;
}

.st-wishlist-button.added .st-wishlist-bt-loading, .st-compare-button.added .st-compare-bt-loading
{
	
	border: 2px solid #fff;
	border-left-color: transparent;
	border-right-color: transparent;
}

.st-wishlist-button .st-wishlist-bt-loading, .st-compare-button .st-compare-bt-loading
{
	
	border: 2px solid #2FB5D2;
	border-left-color: transparent;
	border-right-color: transparent;
}

.cssload-speeding-wheel {
	width: 24px;
	height: 24px;
	margin: 0 auto;
	border: 2px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
	border-right-color: transparent;
	animation: cssload-spin 800ms infinite linear;
	-o-animation: cssload-spin 800ms infinite linear;
	-ms-animation: cssload-spin 800ms infinite linear;
	-webkit-animation: cssload-spin 800ms infinite linear;
	-moz-animation: cssload-spin 800ms infinite linear;
	display: none;
}

.btn.btn-primary.leo-modal-reset-send-wishlist-bt {
	margin: 0 1px;
}
.leo-modal-send-wishlist-bt.btn.btn-primary{
	margin: 0 1px;
}
@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

/*
.st-modal .vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}

.st-modal .modal-dialog{
    display: table-cell;
    vertical-align: middle;
}

.st-modal .modal-content {
    max-width: 600px;
	margin: 0 auto;
}
*/

.st-bt-select-attr, .st-dropdown-attr
{
	width: 100%;
}
.st-select-attr.selected, .st-select-attr.selected.disable, .st-select-attr:hover
{
	background: #A0D468;
	color: #fff;
}

.st-select-attr.disable
{
	background: #EBEBEB;
}

.st-dropdown-attr
{
	padding: 0px;
	z-index: 999;
}
/*******************DONGND CSS FOR CART END*****************************/

/*******************DONGND CSS FOR REVIEWS BEGIN*****************************/
.st-modal-review .modal-title, .st-modal-send-wishlist .modal-title 
{
    text-transform: uppercase;
}

.st-modal-review .modal-dialog
{
	max-width: 650px;
}

.cancel, .cancel a {	
    background: url(../img/delete.gif) no-repeat 0 -16px !important;
}
.cancel, .star {
	overflow: hidden;
	float: left;
	margin: 0 1px 0 0;
	width: 15px;
	height: 15px;
	cursor: pointer;
}
.modal-body .star_content {
	margin: 5px 0 0 0;
}
.star_content {
	float: left;
	margin:0;
}
div.star.star_on, div.star.star_hover {
	background: url(../img/star.png) no-repeat scroll 0 -29px transparent;
	background-size: 15px;
}
div.star {
	background: url(../img/star.png) no-repeat scroll 0 0 transparent;
	background-size: 15px;
}

#criterions_list {
    list-style-type: none;
}

#criterions_list li {
    margin-bottom: 10px;
}

#criterions_list label {
    display: inline;
    float: left;
    margin: 0 10px 0 0;
}

.star a {
    /*display: block;*/
	display: none;
    position: absolute;
    text-indent: -5000px;
}

.new_review_form_content #criterions_list {
	border-bottom: 1px solid #dedede;
	padding-bottom: 15px;
	list-style-type: none;
}

/* .new_review_form_content .form-group.st-has-error input, .new_review_form_content .form-group.st-has-error textarea */
/* { */
	/* outline: 1px solid #ff4c4c; */
/* } */
.st-fake-button, .st-fake-send-wishlist-button
{
	display: none;
}

.open-review-form
{
	display: none;
}

.st-modal-review .has-success, .st-modal-review .has-danger
{
	text-align: center;
	
}

.st-modal-review .has-success label, .st-modal-review .has-danger label
{
	font-weight: 600;
	font-size: 1.125rem;
	display: inline;
}

.st-list-product-reviews {
	text-align: left;
	transition: 0.9s ease-in-out;
	transition-delay: 0.8s;
}
.product_list.list .st-list-product-reviews, .modal.quickview .st-list-product-reviews{text-align:left;}
.st-list-product-reviews .star_content, .st-list-product-reviews .star, #st_product_reviews_block_extra .star_content, #st_product_reviews_block_extra .star , .review_author .star_content, .review_author .star, .product-rating .star_content, .product-rating .star
{
	cursor: default;
}

.st-list-product-reviews-wraper
{
	display: inline-block;
}

#st_product_reviews_block_extra .reviews_note>span
{
	float: left;
}

.reviews_advices
{
	margin: 10px 0;
}
.reviews_advices li
{
	display: inline-block;
	
}

.reviews_advices li.last
{
	margin-left: 10px;
	border-left: 1px solid #B5AAB0;
	padding-left: 10px;
}

#product_reviews_block_tab .review {
	margin-bottom: 10px;
	border-bottom: 1px solid #dedede;
	padding-bottom: 10px;
}

#product_reviews_block_tab .review_author {
	border-right: 1px solid #e5e5e5;
}

#product_reviews_block_tab .report_btn {
	padding: 0;
	background: none;
	color: #000;
	outline: none;
}
#product_reviews_block_tab .report_btn:hover {
	color: #f4cc08;
}
#product_reviews_block_tab .report_btn.disabled
{
	background: #fff;
	color: #acaaa6;
}

.usefulness_btn.active, .usefulness_btn.active:hover
{
	color: #fff;
	background-color: #5bc0de;
	border-color: #5bc0de;
}

.review_button .btn.active
{
	display: inline-block;
}

/*******************DONGND CSS FOR REVIEWS END*****************************/

/*******************DONGND CSS FOR COMPARE BEGIN*****************************/
.st-compare-button.added:hover, .st-wishlist-button.added:hover {
	background: #000;
}


.st-productscompare-item .thumbnail-container
{
	height: 100%;
}

.st-productscompare-item .product-description {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 10px;
}

.st-productscompare-item .delete-productcompare .st-compare-button
{
	float: right;
}

.product-rating
{
	display: inline-block;
}

/*******************DONGND CSS FOR COMPARE END*****************************/

/*******************DONGND CSS FOR WISHLIST BEGIN*****************************/
.list-wishlist
{
	margin: 20px 0;
}

.st-save-wishlist-loading
{
	display: none;
}

.list-wishlist tr,.st-wishlistproduct-item
{
	-moz-transition:background-color 1.5s;
    -webkit-transition:background-color 1.5s;
    -o-transition:background-color 1.5s;
    transition:background-color 1.5s;
}
.list-wishlist tr.new, .list-wishlist tr.active, .list-wishlist tr.show.active
{
	background-color:#4880D2 !important;
}

.st-modal-wishlist .modal-footer
{
	display: none;
}

.st-modal-wishlist.enable-action .modal-footer
{
	display: block;
}

.st-modal-wishlist-loading
{
	display: none;
}
/*
.st-compare-wishlist-button
{
	position: relative;
}
*/
.st-list-wishlist
{
	/*
	display: none;
	position: absolute;
	
	*/
	z-index: 999;
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.st-wishlist-button.dropdown-toggle::after
{
	display: none;
}

.st-wishlist-button-dropdown
{
	display: inline-block;
}
.st-wishlist-button-dropdown .material-icons {
	color: #fff;
	font-size: 15px;
}
.st-wishlist-button
{
}

/*
.popover-list-wishlist .popover-title
{
	text-align: center;
}

.popover-list-wishlist .popover-content
{
	padding: 0;
}

.popover-list-wishlist .list-group-item
{
	border-bottom: none;
	border-left: none;
	border-right: none;
}
*/

.wishlist-item.added, .wishlist-item.added:hover
{
	background-color: #2fb5d2;
	color: #fff;
}
.wishlist-item:hover, .move-wishlist-item:hover
{
    background-color: #f7f7f9;
}

/*
.st-list-wishlist .list-group-item.wishlist-item.active, .st-list-wishlist .list-group-item.wishlist-item.active:focus
{
	border-color: none;
	background-color: none;
}
*/

.view-wishlist-product
{
	float: left;
}

.list-wishlist tr.show {
	background-color: rgba(244,208,8,0.3);
}
.st-view-wishlist-product-loading
{
	display: none;
	float: right;
}
#products .st-wishlist-product {
	margin-bottom: 20px;
	margin: 0;
}
.delete-wishlist-product .st-wishlist-button
{
	float: right;
}
.send-wishlist
{
	display: none;
}

.wishlist-product-info .form-control
{
	background: #fff;
}
.send-wishlist {
	display: block;
	margin: 15px 0;
}
.wishlist_email_status_loading
{
	border:2px solid #414141;
	border-left-color: transparent;
	border-right-color: transparent;
	
}

.wishlist_email_status_loading, .send_wishlist_msg, .st-modal-send-wishlist-loading
{
	display: none;
}

.st-modal-reset-send-wishlist-bt
{
	float: left;
}
.send_wishlist_success
{
	color: #5cb85c;
}

.send_wishlist_error
{
	color: #f0ad4e;
}

.send_wishlist_form_content .has-success input, .send_wishlist_form_content .has-warning input
{
	pointer-events: none;
}

.st-wishlist-button-delete
{
	float: right;
}

#products .product-miniature.st-wishlistproduct-item {
	padding: 10px;
	border: 1px solid #dedede;
	box-shadow: none;
	margin: 0 0 20px 0;
}
.st-compare-review-dropdown .dropdown-menu
{
	width: 100%;
}
@media (max-width: 480px) {
#category .product_list.list .st-list-product-reviews, .modal.quickview .st-list-product-reviews {
	text-align: center;
}
#category .products .list .product-miniature .product-description .product-actions {
	 float: none; 
}
#category .products .product-miniature:hover .product-actions {
	-webkit-opacity: 1;
	-khtml-opacity: 1;
	-moz-opacity: 1;
	transition: none;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	right: 0;
	left: 0;
	margin: 0 auto;
	text-align: center;
}
}
/*******************DONGND CSS FOR WISHLIST END*****************************/