/* Customize Bracket CSS *//* Customize Bracket CSS */

.logopanel h1 {
  font-size: 26px;
}

.content-segment .upp {
    text-transform: uppercase;
}

.content-segment h1, .content-segment .htag1, .content-segment h2, .content-segment .htag2, .content-segment h3, .content-segment .htag3,
.content-segment h4, .content-segment .htag4, .content-segment h5, .content-segment .htag5, .content-segment h6, .content-segment .htag6 {
    display: block;
    margin-bottom: 15px;
}

.content-segment h1, .content-segment .htag1 {
    font-size: 28px;
    line-height: 36px;
    color: #444;
}
.content-segment h2, .content-segment .htag2 {
    font-size: 24px;
    line-height: 32px;
    color: #444;
}
.content-segment h3, .content-segment .htag3 {
    font-size: 22px;
    line-height: 30px;
    color: #444;
}
.content-segment h4, .content-segment .htag4 {
    font-size: 20px;
    line-height: 28px;
    color: #555;
}
.content-segment h5, .content-segment .htag5 {
    font-size: 19px;
    line-height: 27px;
    color: #555;
}
.content-segment h6, .content-segment .htag6 {
    font-size: 18px;
    line-height: 26px;
    color: #555;
}

.last-change {
    display: none;
}


/* Products */
/* List */


#prd_item_list div .shop-content-item {
    background: #f2f2f2;
    border-top: 5px solid #fff;
}
#prd_item_list div:first-child .shop-content-item {
    border-top: 0px;
}
.shop-content-item {
    background: #f2f2f2;
}
.shop-content-item .shop-item-container,
.shop-content-item .shop-content-item-description,
.shop-content-item .shop-content-item-price {
    padding: 0.5em;
}


.shop-content-item-description strong {
    display: inline-block;
    font-weight: bold!important;
    margin: 5px 0 10px 0!important;
}
.shop-content-item-description .pull-right {
    float: left!important;
}

.shop-content-item-price span {
    display: block;
    text-align: left;
}

.shop-content-item-price .price {
    font-size: 18px;
    font-weight: bold;
}
.shop-content-item-price .price .price_vat {
    font-size: 12px;
    font-weight: normal;
    margin: 5px 0;
}
.shop-content-item-price .prod_price_value_1 {
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0;
}
.shop-content-item-price .prod_item_id {
    font-size: 14px;
    font-weight: normal;
    margin: 5px 0 23px;
}

/* Prd Detail */

.shop-single .shop-content-item {
    margin-top: -65px;
}

.bx-wrapper {
    background: #fff;
    height: auto;
    max-height: 530px;
}

.shop-slider-container ul.gallery {
    margin: 0;
    padding: 0;
    list-style-type: none!important;
}

.shop-slider-container ul.gallery li.zoom {
    display: block;
    float: left;
    width: auto;

}
.shop-slider-container ul.gallery li img {
    width: auto;
    text-align: center;
}
.shop-slider-pager {
    background: #fff;
    display: block;
}

.prdPrice .price span {
    display: block;
    font-size: 24px;
    font-weight: bold;
    padding: 5px 0;
    color: #222;
}
.prdPrice .stock-red {
    color: red;
}
.prdPrice .stock-yellow {
    color: yellow;
}
.prdPrice .stock-green {
    color: green;
}

.quantity .sp-input{
    padding: 15px 0;
}
.quantity .sp-input label {
    font-size: 16px;
}
.quantity .sp-input input {
    width: 45px;
    margin-left: 1em;
}


.form-row {
    padding: 3px 12px;
}
.form-row label {
    width: 30%;
}
.form-row label sup {
    font-size: 15px;
    margin-left: 5px;
}
.form-row input, .form-row select {
    width: 69%;
}
.form-row input[type=checkbox] {
    width: auto;
    margin-right: 10px!important;
}