.fabox .framebox {
	background: #FFF;
}

.fabox .framebox .content-frame .btn_actions .btn-left,
.fabox .framebox .content-frame .btn_actions .btn-right,
.fabox .framebox .content-frame .btn_actions .btn-center {
    display: inline-block;
    border-radius: 3px;
    background-color: #358fca;
    border: solid 1px #358fca;
    color: #fff;
    -webkit-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
	cursor: pointer;
    padding: 7px 15px;
    font-size: 13px;
    line-height: 19px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
}

.fabox .framebox .content-frame .btn_actions .btn-left:hover,
.fabox .framebox .content-frame .btn_actions .btn-right:hover,
.fabox .framebox .content-frame .btn_actions .btn-center:hover {
	background-color: transparent;
    color: #358fca;
}

.fabox .framebox .content-frame .btn_actions .btn-left:active,
.fabox .framebox .content-frame .btn_actions .btn-right:active,
.fabox .framebox .content-frame .btn_actions .btn-center:active {
    background-color: #358fca;
    color: #fff;
}

.fabox .framebox .content-frame .btn_actions .btn-left {
    background-color: #ffa800;
    border: solid 1px #ffa800;
}
.fabox .framebox .content-frame .btn_actions .btn-left:hover {
    background-color: transparent;
    color: #ffa800;
}
.fabox .framebox .content-frame .btn_actions .btn-left:active {
    background-color: #ffa800;
    color: #fff;
}

.fabox .img-product img { width: 100%; }

.fabox .img-product.left {
    width: 39%;
}

.fabox .descriptions-product.right {
    width: 60%;
}

.fabox .descriptions-product h1,
.fabox .descriptions-product h2,
.fabox .descriptions-product h3,
.fabox .descriptions-product h4,
.fabox .descriptions-product h5,
.fabox .descriptions-product h6 {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
}

.fabox .descriptions-product .ref {
    margin: 0;
    color: #999;
    font-size: 12px;
}

.fabox .close-box {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    cursor: pointer;
    top: 20px;
    right: 20px;
    font-size: 22px;
    color: #555;
    text-align: center;
    line-height: 22px;
    z-index: 5;
    margin-top: 5px;
    margin-right: 5px;
}

@media only screen and (max-width: 440px) {
    .fabox .left,
    .fabox .right,
    .fabox .btn-left,
    .fabox .btn-right { float: none; }

    .fabox .btn-left,
    .fabox .btn-right,
    .fabox .btn-ok,
    .fabox .btn-no { margin-bottom: 10px; }

    .fabox .img-product.left,
    .fabox .descriptions-product.right { width: 100%; }

    .fabox .img-product.left { text-align: center; }
}
@media only screen and (min-width: 961px) {

	.fabox .framebox .content-frame .btn_actions {
		min-width: 360px;
	}
	
}