.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 .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"], .product .main .price-info .btn{
	text-transform: uppercase;
	text-decoration: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;

    font-size: 13px;
    display: block;
    width: 100%;

    box-sizing: border-box;
    -moz-box-sizing: border-box; /*Firefox 1-3*/
    -webkit-box-sizing: border-box; /* Safari */
	
    width: 100%;
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffa100 63%), to(#ffa100));
    background-image: -webkit-linear-gradient(top, #ffa100 33%, #ffa100 83%, #ffa100);
    background-image: -moz-linear-gradient(top, #ffa100 33%, #ffa100 83%, #ffa100);
    background-image: -o-linear-gradient(top, #ffa100 33%, #ffa100 83%, #ffa100);
    background-image: -ms-linear-gradient(top, #ffa100 33%, #ffa100 83%, #ffa100);
    background-image: linear-gradient(to bottom, #ffa100 33%, #ffa100 83%, #ffa100);
	    border: 2px solid #ffa100;
}
.product .main .price-info input[type="submit"]:hover, .product .main .price-info .btn:hover{
	color:#fff;
	border: 2px solid #df0015;
}
.product .main .price-info .btn.buy1click{
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ed9700 17%), to(#ffac1c));
    background-image: -webkit-linear-gradient(top, #ffac1c 17%, #ed9700 83%, #ffac1c);
    background-image: -moz-linear-gradient(top, #ffac1c 17%, #ed9700 83%, #ffac1c);
    background-image: -o-linear-gradient(top, #ffac1c 17%, #ed9700 83%, #ffac1c);
    background-image: -ms-linear-gradient(top, #ffac1c 17%, #ed9700 83%, #ffac1c);
    background-image: linear-gradient(to bottom, #ffac1c 17%, #ed9700 83%, #ffac1c);
	border: 1px solid #ed9700;
}
.product .main .price-info .btn.buy1click:hover{
	border: 2px solid #df0015;
}
.product .main .price-info input[type="submit"]:last-child, .product .main .price-info .btn:last-child{
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}
.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 #04B0E9;
    background-color: #5dc6e9;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#5dc6e9 17%), to(#0ebbf3));
    background-image: -webkit-linear-gradient(top, #5dc6e9 17%, #0ebbf3 66%, #5dc6e9);
    background-image: -moz-linear-gradient(top, #5dc6e9 17%, #0ebbf3 66%, #5dc6e9);
    background-image: -o-linear-gradient(top, #5dc6e9 17%, #0ebbf3 66%, #5dc6e9);
    background-image: -ms-linear-gradient(top, #5dc6e9 17%, #0ebbf3 66%, #5dc6e9);
    background-image: linear-gradient(to bottom, #5dc6e9 17%, #0ebbf3 66%, #5dc6e9);

    -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: #04b0e9;
    background-image: -webkit-gradient(linear, center top, center bottom, from(#04b0e9 63%), to(#0ebbf3));
    background-image: -webkit-linear-gradient(top, #04b0e9 33%, #0ebbf3 83%, #04b0e9);
    background-image: -moz-linear-gradient(top, #04b0e9 33%, #0ebbf3 83%, #04b0e9);
    background-image: -o-linear-gradient(top, #04b0e9 33%, #0ebbf3 83%, #04b0e9);
    background-image: -ms-linear-gradient(top, #04b0e9 33%, #0ebbf3 83%, #04b0e9);
    background-image: linear-gradient(to bottom, #04b0e9 33%, #0ebbf3 83%, #04b0e9);
}

.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 #ffa100;
    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;
}

.novelty-products{
    height: 230px;
    overflow: hidden;
}
.novelty-products .product_item{
    width: 200px;
    display: inline-block;
    /*float: left;*/
}
.novelty-products .product_item .name a{
    text-align:center;
    text-decoration:none;
    font-weight:bold;
    color: #595959;
}
.novelty-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;
    margin-top: 10px;
    text-align: center;
    display: inline-block;
}
.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: 59px;
	height: 25px;
	margin: 0 auto;
	background: url(../images/out-stock.png) no-repeat;
}
.product .price-info i.stock{
	display: block;
	width: 59px;
	height: 25px;
	margin: 0 auto;
	background: url(../images/stock.png) no-repeat;
}


.product-tabs{
}
.product-tabs > ul{
	list-style: none;
	border-bottom: 2px solid #D1D0D0;
	height: 40px;
	padding: 0;
}
.product-tabs > ul > li{
	display: inline-block;
	padding: 5px 20px;
	border: 1px solid #D1D0D0;
	border-bottom-width: 0px;
	margin: 0 0 0 15px;
	box-sizing: border-box;
	height: 38px;
	line-height: 32px;
	border-radius: 3px 3px 0 0;
	cursor: pointer;
	min-width: 120px;
	text-align: center;
	/*font-weight: bold;
	background-color: #f9f9ff;*/
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none; 
}
.product-tabs > ul > li:hover{
	box-shadow: 0 0 3px #D1D0D0;
}
.product-tabs > ul > li.active{
	border-width: 2px;
	border-bottom: 2px solid #FFFFFF;
	height: 42px;
	line-height: 34px;
	background-color: #ffffff;
}
.product-tabs > ul > li.active:hover{
	box-shadow: none;
}
.product-tabs > .product-tab{
	display: none;
	padding-top: 20px;
	min-height: 230px;
}
.product-tabs > .product-tab.active{
	display: block;
}

.table-delivery th{
	background-color: #fbfdfd;
}
.table-delivery tr:nth-child(odd){
	background-color: #fbfdfd;
}
.table-delivery tr:hover{
	background-color: #f3f5f5;
}
.table-delivery td, .table-delivery th{
	border: 1px solid #e5f3ff;
	padding: 5px 10px;
	text-align: left;
}
