/*recontrol*/
.imageWrapper {
    position: relative;
    width: 100%;
}
.imageWrapper img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: auto;
}

.thumbnail .showImage { display:none;}

.caption p {
    padding: 0;
    min-height: 24px;
    text-align: center;
}

.input-group-addon {
    background-color: transparent;
    border: 0;
    color: red;
}

.panel-group .panel {
    border: 0;
    margin: 0 0 25px;
    padding: 0;
    box-shadow: none;
}
.panel-group .panel:last-child {
    margin: 0;
}

.panel-default>.panel-heading {
    background-color: #fff;
    border: 0;
    padding: 0;
}
.panel-title>a {
    display: block;
    border-bottom: 1px solid #e8e8e9;
    color: #000;
    font-size: 17px;
    font-weight: 600;
    line-height: 40px;
    margin: 0 0 20px;
    padding-left: 15px;
    text-transform: uppercase;
    text-decoration: none;
}
.panel-collapse {
    padding: 0 15px 25px;
}

/*selectPanel*/
#selectPanel {
    background-color: #fff;
}
.selectPanel {
    margin-bottom: 0;
}
.selectPanel .panel-title {
    position: relative;
}
.selectPanel .panel-title>a {
    margin-bottom: 0;
    border-bottom: 0;
}
.selectPanel .panel-title .fa {
    position: absolute;
    right: 20px;
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: 40px;
}
.selectPanel .panel-heading {
    border-bottom: 1px solid #f2f2f2;
}
.selectPanel .panel-collapse {
    padding: 0;
}
.selectPanel .panel-body {
    border: 0 !important;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    max-height: 200px;
    overflow-y: auto;
}
.selectPanel .list-group {
    margin-bottom: 0;
    border: 0;
}
.selectPanel .list-group .list-group-item {
    border: 0;
    margin-bottom: 0;
    padding: 0px 15px;
    line-height: 36px;
}
.selectPanel .list-group .list-group-item a{
    font-size: 16px;
    font-weight: normal;
}
#panelPrice .list-currency {
    font-size: 15px;
    font-weight: bold;
}
#panelPrice .list-submit {
    margin-top: 10px;
}
#panelPrice .input-group-addon {
    color: #444;
}
#panelPrice .btn_price {
    background-color: #0000CC;
    color: #fff;
    padding: 5px 20px;
    margin: 0;
    float: right;
}

.selectPanel .list-group .list-group-item.list-selected a{
    color: #ff343b;
}
.selectPanel .list-group-item .fa {
    position: relative;
    width: 24px;
    height: 24px;
    line-height: 1;
    border: 0;
    margin: 0;
    font-size: 18px;
}

.products_list_view {
    text-align: center;
}
.products_list_view a {
    font-size: 40px;
    display: inline-block;
}
.products_list_view a:hover,
.products_list_view a.selected {
    color: #47a3da;
}

#productListing.secondary .col-xs-6.col-md-4,#productListing.secondary .col-xs-6.col-md-3{
    width: 100%;
    background-color: #fff;
    margin-bottom: 5px;
    box-shadow: 0px 4px 3px 4px #ddd;
}
#productListing.secondary .thumbnail {
    border: 0;
    overflow: hidden;
    margin: 0;
    padding: 10px 0;
}
#productListing.secondary .col-xs-6.col-md-4,#productListing.secondary .col-xs-6.col-md-3{
    width: 100%;
}
#productListing.secondary .imageWrapper {
    width: 40%;
    float: left;
}
#productListing.secondary .caption {
    width: 60%;
    float: left;
}
#productListing.secondary .products-name.hidden-xs{
    display: block !important;
}
#productListing.secondary .productPriceDiscount {
    display: none;
}
