
/*==================================================================
STORE
===================================================================*/





/*=============================================
PRODOTTO (griglia e lista) regole generali
==============================================*/
/*.product-box {padding: 0px;}*/

.product-img img {
    -moz-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.product-img:hover img {
    -moz-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.crop img{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}


/* styles for '...' */
.storeSlickOfferte .product-title,
.storeSlickProdottiOfferte .product-title, 
.product-box-grid .product-title, 
.product-box-list .product-title  {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
    font-weight: 400;
}

.storeSlickOfferte .product-title a,
.storeSlickProdottiOfferte .product-title a,
.product-box-grid .product-title a, 
.product-box-list .product-title a {
    min-height: 45px;
    color: #333;
    font-size: 1.6rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.storeSlickOfferte .product-title a:hover,
.storeSlickProdottiOfferte .product-title a:hover {
    color: #666;
}

.product-box .product-price {
    float: right;
    font-weight: 400;
    color: #fff;
    background: #f4a20f;
    margin-top: 10px;
    padding: 2px 8px;
    border-radius: 2px;
    font-size: 1.6rem
}

.product-box .product-price a {
    color: #fff;
    -moz-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.product-box .product-price a:hover {
    color: #eee;
    -moz-transition: ease-in-out 0.3s;
    -webkit-transition: ease-in-out 0.3s;
    transition: ease-in-out 0.3s;
}

.compare-icon {
    margin-left: 7px;
    margin-right: 1px;
}

/*
.favourite-icon {
    font-size: 1.8rem;
}
*/

.favourite-icon a i,
.compare-icon a i {
    color: #ddd;
    font-size: 1.8rem;
}
.favourite-icon a i.active,
.compare-icon a i.active {
    color: #ffb329;
    font-size: 1.8rem;
}


.favourite-icon:hover i.fa-heart { color: #ffb329;}
.favourite-icon:hover i.active { color: #ddd;}

/*END - FONT AWSOME FAVOURITES ICON*/


/*PRODOTTI IN OFFERTA SLIDE*/
/*PRODOTTO VISTA GRIGLIA***********************/

.product-box-grid .product-box {
    display: flow-root;
    margin-bottom: 20px;
/*    padding: 5px 5px;*/
/*
    border: 1px dotted #eee;
    border-radius: 3px;
*/
}

.product-box-grid .product-separator {
    border-bottom: 1px solid #ddd;
    padding-top: 10px;
}

.product-box-grid .crop{
    float:left;
    margin:.9em 10px .8em 0;
    overflow:hidden;
    position:relative;
    border:1px dotted #ddd;
    border-radius: 3px;
    width:100%;
    height:200px;
}

.product-box-grid .product-title {margin-top: 5px}
.product-box-grid .product-description {display: none}

.product-box-grid .product-title a {
    color: #555;
    font-size: 1.6rem;
    font-weight: 400;
}

.product-box-grid .product-title a:hover {
    color: #b71d1c;
}

.product-box-grid .offerta-box {
    position: absolute;
    top: 0;
    left: 0px;
}


/*PRODOTTO VISTA LISTA*************************/
.product-box-list .product-box {
    display: flow-root;
    /* background: #fafafa; */
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.product-box-list .crop {
    float: left;
    margin: 0 30px 30px 0;
    overflow: hidden;
    position: relative;
    border: 1px dotted #ddd;
    border-radius: 3px;
    width: 300px;
    height: 200px;
}

.product-box-list .product-separator {
    border-bottom: 1px dotted #eee;
    padding-top: 10px;
    display: grid;
}

.product-box-list .product-title {margin-top: 10px;}

.product-box-list .product-title a {
    color: #333;
    font-size: 1.8rem;
    font-weight: 400;
}

.product-box-list .product-title a:hover {
    color: #337ab7;
}

.product-box-list .offerta-box {
    position: absolute;
    top: 170px;
    display: inline-block;
}











/*PRODUCT SLIDE 3*/
#offerte-slide .carousel-control {
    width: 0;
    color: #eee
}

#offerte-slide .carousel-control.right {
    background-image: none;
    margin-right: -15px;
}

#offerte-slide .carousel-control.left {
    background-image: none;
    margin-left: -15px;
}

#offerte-slide .carousel-indicators .active {
    color: #ccc;
}

#offerte-slide .carousel-indicators li {
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 10px;
}

#offerte-slide .carousel-indicators {
    bottom: -30px;
}

.store-slick-row .slick-track {
    padding: 10px 0 10px 0;
}

.stars-text {
    font-size: 1.2rem;
    color: #888;
    line-height: 130%;
}
.stars-text a {color: #555}

.stars-text a:hover {color: #b71d1c}

.slick-prev {
    left: -30px !important;
}
.slick-next {
    right: -30px !important;
}

.slick-prev, .slick-next {
    margin-top: -50px !important;
}


/*==================================================================
DETTAGLIO PRODOTTO
===================================================================*/
.hide-bullets {
    list-style: none;
    margin-top: 20px;
    margin-left: -55px;
    margin-right: -17px;
}

#slider-thumbs {
    margin-left: 10px;
    margin-right: 10px;
}

#slider-thumbs .thumbnail {
    padding: 1px;
    border-radius: 2px;
    cursor: pointer;
    margin-left: -10px;
    margin-right: -10px;
}

#dettaglio-prodotto .aggiungi-preferiti i {
    color: #ffad40;
}

#dettaglio-prodotto .aggiungi-preferiti a {color: #555}

#dettaglio-prodotto .product-title {
    text-align: left;
    font-size: 2.4rem;
    font-weight: 500
}

#dettaglio-prodotto .product-avaible {color: #4caf50;}


#dettaglio-prodotto .store-name {padding: 10px 0;}
#dettaglio-prodotto .store-name a {font-weight: 700}



#dettaglio-prodotto .price-num {
    text-decoration: line-through;
}

#dettaglio-prodotto .listino-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
}

#dettaglio-prodotto .prezzo-listino {
    font-size: 2rem;
    font-weight: 400;
    color: #555;
    border: 1px solid #ccc;
    padding: 5px 16px;
    border-radius: 2px;
}

#dettaglio-prodotto .prezzo-offerta {
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    background: #f4a20f;
    border: 1px solid #f4a210;
    padding: 5px 16px;
    border-radius: 2px;
}

#dettaglio-prodotto .prezzo-offerta-box {
    margin-bottom: 20px;
}

#dettaglio-prodotto .offerta-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 10px;
}


#dettaglio-prodotto .timer {
    font-size: 2rem;
    font-weight: 700;
    color: #bc0000;
    /* background: #bc0000; */
    padding: 5px 16px;
    border: 1px solid #bc0000;
    border-radius: 2px;
}

#dettaglio-prodotto .grey-box {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    background: #f9f9f9;
}

.form-control.product-qt {
    padding: 6px 2px 6px 6px;
}

.btnAddCart {margin-top: 25px;}

.recensione-prodotto .recensione-user a {
    font-size: 1.6rem;
    font-weight: 500;
}


/*==================================================================
PAG. RICERCA PRODOTTI STORE
===================================================================*/

/*ORDINAMENTO PRODOTTI*/
#ordinamento-prodotti {
    margin-bottom: 30px;
}

/*BARRA DI RICERCA*/
#product-searchbar .dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}
#product-searchbar .input-group-btn .btn-group {
    display: flex !important;
}
#product-searchbar .btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}
#product-searchbar .btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#product-searchbar .btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#product-searchbar .form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}
#product-searchbar .form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
    #product-searchbar {
        width: 500px;
        margin: 0 auto;
    }
    #product-searchbar .dropdown.dropdown-lg {
        position: static !important;
    }
    #product-searchbar .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}



/*LISTA PRODOTTI ORIZZONTALE*/
#lista-prodotti-orizz .product-box {
    margin-top: 30px;
    margin-bottom: 30px;
    /*    border-bottom: 1px dotted #ffd891;*/
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}

#lista-prodotti-orizz .offerta-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.product-section-title select{font-size: 1.3rem;}
.product-section-title .form-inline{margin-top: -12px;}
.list-grid-icons {margin-top: 8px;float: right;margin-left: 20px;}
.list-grid-icons .glyphicon {font-size: 2rem; color: #d4d4d4; }
.list-grid-icons span.active {font-size: 2rem; color: #888; }


.list-grid-icons .glyphicon:hover {font-size: 2rem; color: #555;}

#lista-prodotti-orizz .favourite-icon, #lista-prodotti-orizz .compare-icon {
    font-size: 1.8rem; float: left; margin-right: 10px;
    padding-top: 10px;
}

#lista-prodotti-orizz .favourite-icon {
    margin-top: 0px;
}

#lista-prodotti-orizz .timer {
    font-size: 2rem;
    font-weight: 700;
    color: #bc0000;
    padding: 5px 16px;
    border: 1px solid #bc0000;
    border-radius: 2px;
}

#lista-prodotti-orizz .product-separator {
    border-bottom: 1px dotted #eee;
    padding-top: 15px;
}

#lista-prodotti-orizz .product-title-orizz {
    font-size: 2rem;
    margin-bottom: 20px;
    margin-top: 8px;
}

#lista-prodotti-orizz .product-title-orizz a {
    color: #555;
}

#lista-prodotti-orizz .offerta-label-orizz {
    float: right !important;
    margin-right: 10px;
    background: #d60000;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font-weight: 400;
    color: #fff;
    margin-top: 10px;
    padding: 1px 7px;
}

/*==================================================================
PROFILO PUBBLICO VENDITORE
===================================================================*/
#profilo-pubblico-venditore h2.store-name {
    margin-top: 0;
    color: #555;
}

#profilo-pubblico-venditore .venditore-logo img {width: 100%}

#profilo-pubblico-venditore .stats-box {
    padding: 20px;
    border: 1px solid #f6ab57;
    border-radius: 2px;
    color: #555;
    margin-bottom: 20px;
    font-size: 1.4rem;
    font-weight: 400;
}

#profilo-pubblico-venditore .stats-box strong {
    font-size: 2.2rem;
    color: #f6ab57;

}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
        padding: 2px 10px 1px 10px;
    margin-right: 10px;
}

.pagination li a:hover {
    color: #fff;
    background-color: #3379b7 !important;
}

.pagination>li>a, .pagination>li>span {
    color: #555;
}


/*==================================================================
PROFILO STORE
===================================================================*/

.dash-item {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 5px 0;
    margin: 10px 0;
}

.dash-num {
    font-size: 2.5rem;
    font-weight: 400;
    color: #fff;
    background: rgb(246, 171, 88);
    padding: 0 8px;
    border-radius: 3px;
    float: right;
    min-width: 44px;
    text-align: center;
}

.dash-text {
    font-size: 2rem;
    color: #555;
    float: left;
}

.tag-new {
    color: #fff;
    background: #c10000;
    padding: 9px 3px;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 50%;
}

.btn-store-dash {
    background: #fbf6d7;
    padding: 6px 12px;
    color: #666;
    border: 1px solid #fbeccd;
}

.btn-store-dash:hover {
    background: #f7eeb8;
}






/*PERSONAL COLORS---------------------*/

.bg-grey-light {
    background: #fafafa;
    color: #333;
}

.bg-blue {
    background: #1E6E9F;
    color: #fff;
}

.bg-orange {
    background: #ffb329;
    color: #333;
}

.text-white,
.text-white p,
.text-white h1,
.text-white h2,
.text-white h3 {
    color: #fff;
}

.text-black {
    color: #333;
}

.text-blue {
    color: #1E6E9F;
}

#description_seller{
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 150%;
    color: #555;
}