/**
 * 2010-2019 Templatemelathemes
 *
 * NOTICE OF LICENSE
 *
 * Tm feature for prestashop 1.7: compare, wishlist at product list
 *
 * DISCLAIMER
 *
 *  @Module Name: TM Feature
 *  @author    templatemela <support@templatemela.com>
 *  @copyright 2010-2019 templatemela
 *  @license   http://www.templatemela.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-compare .modal-header {
    padding: 1.2rem 2rem;
}
.st-modal-compare .modal-header .modal-title {
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
}
.st-modal-compare .modal-header .modal-title a {
    font-size: inherit;
    font-weight: 400;
    color: inherit;
}
.st-modal-compare .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.5rem;
    font-weight: normal;
    color: white;
    background-color: black;
    opacity: 1;
}
.st-modal-compare .close i {
    display: block;
}
.st-modal-compare .close:hover {
    background-color: grey;
}
.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-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;
}
@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: #2b1058;
    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: 13px;
    height: 13px;
    cursor: pointer;
}
.star_content {
    float: left;
}
div.star.star_on, div.star.star_hover {
    background: url(../img/star.png) no-repeat scroll 0 -25px transparent;
    background-size: 14px;
}
div.star {
    background: url(../img/star.png) no-repeat scroll 0 2px transparent;
    background-size: 14px;
}
#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 #e5e5e5;
    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;
}
.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 #e5e5e5;
    padding-left: 10px;
}
#product_reviews_block_tab .review {
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
#product_reviews_block_tab .review_author {
    border-right: 1px solid #e5e5e5;
}
#product_reviews_block_tab .report_btn {
    background: transparent;
    border: 0 none;
    color: #000;
    padding: 0;
}
#product_reviews_block_tab .report_btn:hover {
    color: #b9b9b9;
}
#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*****************************/
.btn-to-comparator-container {
    margin-bottom: 2rem;
    text-align: right;
}
/*.btn-to-comparator-container .btn i,
.go-back-home-btn i {
    position: relative;
    top: -0.45rem;
    margin-right: 0.5rem;
}*/
.compare {
    padding: 0.5rem;
    position: absolute;
    right: 30px;
    top: 50%;
    z-index: 10;
}
.compare .st-compare-button {
    display: inline-block;
}
.compare .st-compare-button .st-compare-bt-content {
    display: inline-block;
}
.compare .st-compare-button .st-compare-bt-content i {
    color: grey;
    font-size: 1.5rem;
    line-height: 1.5rem;
}
.compare .st-compare-button:hover i {
    color: black;
}
.st-productscompare-item .thumbnail-container {
    height: 100%;
}
.st-productscompare-item .product-description {
    position: relative;
    width: 100%;
    height: 100%;
}
.st-productscompare-item .delete-productcompare {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.st-productscompare-item .delete-productcompare:hover i {
    color: grey;
}
.product-rating {
    display: inline-block;
}
#product_comparison .product-miniature {
    display : table-cell;
    vertical-align: baseline;
    position: relative;
    width: 25%;
}
/*******************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;
    /*	width:100%;*/
}
/*.st-wishlist-button-dropdown .material-icons {color:#000;}*/
/*.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: #2b1058;
    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(185,185,185,0.3);
    /* border: 1px solid #fe9141; */
}
.st-view-wishlist-product-loading {
    display: none;
    float: right;
}
.st-wishlist-product {
    margin-bottom: 20px;
}
.delete-wishlist-product .st-wishlist-button {
    float: right;
}
.wishlist-product-info .form-control {
    background: #fff;
}
.send-wishlist {
    margin-bottom: 20px;
}
.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 {
    border: 1px solid #eee;
    padding: 10px;
    text-align: center;
    background: #fff;
}
.st-wishlist-product .wishlist-product-info {
    text-align: center;
}
.st-compare-review-dropdown .dropdown-menu {
    width: 100%;
}
/*******************DONGND CSS FOR WISHLIST END*****************************/

@media (max-width: 544px) {
    .product_list.list .st-list-product-reviews, .modal.quickview .st-list-product-reviews {
        text-align: center;
    }
}