/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.save_composite_product_btn{
    display: inline-block;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.save_composite_product_btn img{
    display: none;
}
.save_composite_product_btn.active img{
    display: inline-block;
    width: 15px;
    height: auto;
}
.save_composite_product_btn .text-success{
    color: #32c700;
    display: none;
}
.link-saved.hidden{
    display: none;
}
.save_composite_product_btn.success .text-success{
    display: inline;
}
.save_composite_product_btn .text-fail{
    color: #ff0000;
    display: none;
}
.save_composite_product_btn.fail .text-fail{
    display: inline;
}
.save_composite_product_btn.fail .text, .save_composite_product_btn.success .text{
    display: none;
}
.list-saved-products .btn.btn-danger{
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 0;
    color: #fff;
    background: #ff0000;
    border-radius: 100%;
    display: inline-block;
    padding: 0;
    font-size: 70%;
    line-height: 22px;
}
.link-detail-item-save.hide{
    display: none;
}
.ipt-title-item-save.hide{
    display: none;
}
.list-saved-products td, .list-saved-products th{
    padding: 10px;
}
.list-saved-products .row-child-save > td{
    padding: 0;
}

.list-saved-products .table-child td{
    border: none;
}
.btn.btn-open-row-child-save{
    background: url(../images/icon-open-components.png) center center no-repeat;
    width: 16px;
    height: 8px;    
    background-size: 16px;
    display: block;
}
.btn.btn-open-row-child-save.open{
    background: url(../images/icon-close-components.png) center center no-repeat;
    background-size: 16px;
}

.btn.btn-open-row-child-save span.hide{
    display: none;
}
.list-saved-products .row-child-save.hide{
    display: none;
}
.wrap-title-saved-single.hide{
    display: none;
}
.sort-save.disabled{
    color: gray;
}
.sort-icon-wrap{
    display: inline-block;
    position: relative;
    left: 5px;
}
.sort-icon-wrap a{
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 18px;
    width: 10px;
    height: 0;
    display: block;
    line-height: 18px;
}
.sort-icon-wrap a:last-child{
    position: absolute;
    left: 0;
    bottom: 10px;
    top: auto;
}
#title-saved.hide,#edit-title-saved-single.hide,.link-edit-item-save.hide,#ipt-title-saved-single.hide{
    display: none !important;
}
.form-search-saved-product button{
	padding: 10px 20px !important;
}
.form-search-saved-product .select2-search__field{
	-webkit-appearance: none !important;
	border:none !important;
}
@media only screen and (max-width: 767px) {
    .wrap-table{
        overflow-x: auto;
        width: 100%;
    }
}