.product h1{
    border-bottom: 3px solid #F3F0EB;
}
.product .actions{
    float: right;
    font-size: 0.8em;
}
.product .main{
    margin-bottom: 10px;
}
.product .main .images{
    width: 100%;
    float: left;
}
.product .main .image-main{
    margin-right: 480px;
    text-align: center;
}
.product .main .additional{
    clear: both;
    list-style: none;
}
.product .main .additional li a{
    width: 120px;
    height: 120px;
    text-align: center;
    display: block;
}
.product .main .additional li{
    float: left;
    margin:1px;
}
.product .main .additional li:hover{
    border: 1px solid #349FE3;
    margin:0px;
}

.product .main .right{
    float: left;
    margin-left: -450px;
    width: 450px;
}
.product .main.center{
	width: 450px;
	margin: 0 auto;
}
.product .main .price-info{
    background-color: #E9E9E9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 210px;
    min-height: 120px;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}
.product .main .price-info .price{
    padding-top:20px;
	padding-bottom: 10px;
}
.product .main .price-info .configurations{
    font-size: 0.7em;
    margin: 0 10px 5px;
}
.product .main .price-info .configurations td{
    text-align: left;
}
.product .main .price-info .configurations select{
    max-width: 80px;
}
.product .main .price-product{
    display: block;
    font-size: 30px;
    line-height: 38px;
    /*height: 50px;*/
}
.product .main .price-info input[type="submit"]{
    width: 100%;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
	background-image: linear-gradient(to bottom, #1c9fe1 33%, #0461b5 83%, #0259b1);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#1c9fe1 33%), to(#0461b5));
    background-image: -webkit-linear-gradient(top, #1c9fe1 33%, #0461b5 83%, #0259b1);
    background-image: -moz-linear-gradient(top, #1c9fe1 33%, #0461b5 83%, #0259b1);
    background-image: -o-linear-gradient(top, #1c9fe1 33%, #0461b5 83%, #0259b1);
    background-image: -ms-linear-gradient(top, #1c9fe1 33%, #0461b5 83%, #0259b1);
	
 border: 1px solid #1c9fe1;
 box-shadow: 0 1px 0 rgba(255,255,255,0.14), inset 0 1px 0 rgba(255,255,255,0.21);
}

.product .main .price-info input[type="submit"]:hover{
    background-color: #1c9fe1;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#1c9fe1 17%), to(#066cd3));
    background-image: -webkit-linear-gradient(top, #066cd3 17%, #1c9fe1 83%, #066cd3);
    background-image: -moz-linear-gradient(top, #066cd3 17%, #1c9fe1 83%, #066cd3);
    background-image: -o-linear-gradient(top, #066cd3 17%, #1c9fe1 83%, #066cd3);
    background-image: -ms-linear-gradient(top, #066cd3 17%, #1c9fe1 83%, #066cd3);
    background-image: linear-gradient(to bottom, #066cd3 17%, #1c9fe1 83%, #066cd3);
}
.product .main .price-info.in-cart{
    background-color: #d1d0d0;
}
.product .main .price-info.in-cart a{
    padding: 30px 20px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-decoration: none;
    color: #000000;
}
.product .main .price-info.in-cart a b{
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;

    border: 1px solid #555555;
    background-color: #777777;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#777777 17%), to(#888888));
    background-image: -webkit-linear-gradient(top, #888888 17%, #777777 66%, #888888);
    background-image: -moz-linear-gradient(top, #888888 17%, #777777 66%, #888888);
    background-image: -o-linear-gradient(top, #888888 17%, #777777 66%, #888888);
    background-image: -ms-linear-gradient(top, #888888 17%, #777777 66%, #888888);
    background-image: linear-gradient(to bottom, #888888 17%, #777777 66%, #888888);

    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,0.14), inset 0 1px 0 rgba(255,255,255,0.21);
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,0.14), inset 0 1px 0 rgba(255,255,255,0.21);
    box-shadow: 0 1px 0 rgba(255,255,255,0.14), inset 0 1px 0 rgba(255,255,255,0.21);
    color: #FFFFFF;
    padding: 5px;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-weight: normal;
}
.product .main .price-info.in-cart a b:hover{
    background-color: #888888;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#888888 63%), to(#777777));
    background-image: -webkit-linear-gradient(top, #888888 33%, #777777 83%, #888888);
    background-image: -moz-linear-gradient(top, #888888 33%, #777777 83%, #888888);
    background-image: -o-linear-gradient(top, #888888 33%, #777777 83%, #888888);
    background-image: -ms-linear-gradient(top, #888888 33%, #777777 83%, #888888);
    background-image: linear-gradient(to bottom, #888888 33%, #777777 83%, #888888);
}
.product .main .price-info.out-stock b{
}

.product .delivery-info{
    background-color: #E9E9E9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    /*font-size: 1.2em;*/
    width: 210px;
    min-height: 120px;
    float: right;

}
.product .delivery-info .region{
    padding:8px 15px;
    border-bottom: 1px solid #D1D0D0;
}
.product .delivery-info .delivery{
    padding:10px 0 10px 10px;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #D1D0D0;
}
.product .delivery-info .all-delivery{
    padding:3px 15px 7px;
    border-top: 1px solid #FFFFFF;
    text-align: center;
}
.product .delivery-info .all-delivery a{
    border-bottom: 1px dotted #349FE3;
    text-decoration: none;
}
.modal.fade.in.delivery-all-block{
    margin-top: 150px;
}
.delivery-all-block{
    width: 450px;
}
.delivery-all-block .close {
    float: right;
    font-size: 20px;
    line-height: 20px;
    font-weight: bold;
    cursor: pointer;
    color: #000000;
}

.delivery-all-block .modal-body
{

}
.delivery-all-block ol{
    list-style-type: disc;
    /*margin-left: 1.5em;*/
}
.product .product-info{
    width: 100%;
}
.product .product-info th{
    vertical-align: bottom;
}
.product .product-info th div{
    border-bottom: 3px solid #F3F0EB;
    margin-right: 5%;
    margin-bottom: 5px;
    font-size: 23px;
    font-weight: normal;
    line-height: 26px;
    text-align: left;
}
.product .product-info td{
    vertical-align: top;
    padding-right: 10px;
}
.product .product-info.product-info-size-1 th{
    width: 99%;
}
.product .product-info.product-info-size-2 th{
    width: 49%;
}
.product .product-info.product-info-size-3 th{
    width: 32%;
}
.product .product-info.product-info-size-4 th{
    width: 24%;
}



.product .attributes-list{
    width:100%;
    position:relative;
    -moz-column-width:350px;
    -moz-column-count:auto;
    -moz-column-gap:20px;
    -webkit-column-width:350px;
    -webkit-column-count:auto;
    -webkit-column-gap:20px;
    column-width:350px;
    column-count:auto;
    column-gap:20px;
    column-fill:balance
}
.product .attributes-list ul{
    list-style: none;
    padding: 0;
}
.product .attributes-list .group{
    display: table;
    width: 100%;
    margin-bottom: 10px;
    -moz-break-inside:avoid-column;
    -webkit-column-break-inside:avoid;
    break-inside:avoid-column;
    clear: both;
}
.product .attributes-list .group .title{
    font-weight: bold;
    font-size: 1.2em;
    padding-left: 0;
}
.product .attributes-list .group > ul > li{
    padding-left: 10px;
}
.product .attributes-list .attribute{
    clear: both;
}

.product .attributes-list .attribute .label{
}
.product .attributes-list .attribute .value{
    padding-left: 5px;
}
.product .attributes-list .attribute .label:after{
    content: ":";
    /*border-bottom: 1px solid #FFF;*/
}

/*.product .product-info{
    display: table;
    width: 100%;
}
.product .product-info .product-info-title-row{
    display: table-row;
}
.product .product-info .product-info-title{
    display: table-cell;
    vertical-align: bottom;
    font-size: 23px;
    line-height: 26px;
    border-bottom: 3px solid #F3F0EB;
}
.product .product-info.product-info-size-1 .product-info-title,
.product .product-info.product-info-size-1 .product-info-content
{
    width: 98%;
    padding-right: 2%;
}
.product .product-info.product-info-size-2 .product-info-title,
.product .product-info.product-info-size-2 .product-info-content
{
    width: 48%;
    padding-right: 2%;
}
.product .product-info.product-info-size-3 .product-info-title,
.product .product-info.product-info-size-3 .product-info-content
{
    width: 31%;
    padding-right: 2%;
}
.product .product-info>div{
    display: table-row;
}

.product .product-info>div>div{
    display: table-cell;
}
*/
.product .related-products{

}
.product .related-product{
    /*display: table;*/
    float: left;
    text-align: center;
    width: 170px;
    height: 220px;
    overflow: hidden;
    text-align: center;
    position: relative;
    z-index: 0;
}
.product .related-product .cart{
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    visibility: hidden;
    /*opacity: 0;*/
    bottom: -30px;
}
.product .related-products:hover .related-product{
    /*opacity: 0.8;*/
}
.product .related-products:hover .related-product:hover{
    /*opacity: 1;*/
    overflow: visible;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -moz-box-shadow:0 1px 10px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1;
}
.product .related-product .cart .button{
    width: 100%;
    -moz-box-shadow:0 1px 10px 0 rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.product .related-product:hover .cart{
    visibility: visible;
    /*opacity: 1;*/
}
.product .related-product .image{
    height: 155px;
}
.product .related-product .name{
    /*display: table-row;*/
    max-height: 34px;
    overflow: hidden;
}
.product .related-product .name a{
    color:#595959;
    font-weight: bold;
}
.product .related-product .price{
    color: #000;
    background-color:#E9E9E9;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    margin: 5px auto 10px;
    width: 70px;
}

.top-products{
    height: 250px;
    overflow: hidden;
}
.top-products .product_item{
    width: 200px;
    display: inline-block;
    /*float: left;*/
}
.top-products .product_item .name {
margin: 0 5px;
height: 51px;
text-align:center;
}
.top-products .product_item .image {
text-align:center;
}
.top-products .product_item .name a{
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    color: #595959;
}
.top-products .product_item .price{
    color:#000;
    font-size:1.2em;
    font-weight: bold;
    background-color: #E9E9E9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 15px;
    text-align: center;
	margin:0 auto;
	margin-top: 12px;
	width:60px;
}
.store-salesProduct h3 a{
    color: #000000;
    text-decoration: none;
}
.store-salesProduct h3 a:hover{
    text-decoration: underline;
}
.store-salesProduct .product_item{
    width: 200px;
    height: 210px;
    display: inline-block;
    text-align: center;
    /*float: left;*/
}
.store-salesProduct .product_item .name a{
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    color: #595959;
}
.store-salesProduct .product_item .price{
    color:#000;
    font-size:1.2em;
    font-weight: bold;
    background-color: #E9E9E9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 15px;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
}
.store-salesProduct .product_item .price-retail {
    /*background-color: #E9E9E9;*/
    text-shadow: 0 1px 0 rgba(255,255,255,.5);
    color:#aaa;
    font-size:1.2em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 0px 5px 5px;
    /*margin: 0 5px;*/
    text-align: center;
    width: 90px;
    display: inline-block;
}
.store-salesProduct .product_item .price-retail del{
    text-decoration: line-through;
}
.product hr{
    padding-top: 10px;
    border-bottom: 5px solid #F0F0F0;
}
.rel-product .image{
    height: 150px;
}
.rel-product .name{
    max-height: 35px;
    overflow: hidden;
}
.rel-product .price{
    color: #000;
    background-color:#E9E9E9;
    font-weight: bold;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    margin: 5px auto 10px;
    width: 70px;
}

a.whishlist{
    background: url(../images/favorite.png) no-repeat;
    padding-left: 20px;
    font-weight: bold;
}

.product .social-buttons{
    clear: both;
    text-align: right;
}

.product .price-info i.out-stock{
	display: block;
	width: 60px;
	height: 25px;
	margin: 0 auto;
	/*background: url(../images/out-stock.png) no-repeat;*/
}
.product .price-info i.stock{
	display: block;
	width: 60px;
	height: 25px;
	margin: 0 auto;
	/*background: url(../images/stock.png) no-repeat;*/
}