#views_block {
    width: 90px;
    float: right;
}

.pb-left-column #image-block {
    width: calc(100% - 90px);
    float: left;
    display: inline-block;
	position:relative;
}
.pb-left-column  #bigpic {
	max-width:100%;
}
.jcarousel-clip.jcarousel-clip-vertical {
    height: 540px;
    overflow: hidden;
}

.jcarousel-item.jcarousel-item-vertical {
    height: 126px;
    margin-bottom: 10px;
    width: 100%;
    background: #fff;
}

.jcarousel-item a {
    display: block;
    margin-bottom: 10px;
}

.jcarousel-next,
.jcarousel-prev {
    position: absolute;
    display: block;
    background: #fff;
    border: 1px solid #b5b5b5;
    width: 20px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    color: #b5b5b5;
    bottom: -45px;
}

.jcarousel-next:hover,
.jcarousel-prev:hover {
    background: #373737;
    color: #fff;
    border-color: #373737;
    cursor: pointer;
}

.jcarousel-prev {
    left: 10px;
}

.jcarousel-next {
    left: 60px;
}

.jcarousel-next::before {
    content: "\f175";
    font-family: "FontAweSome";
}

.jcarousel-prev::before {
    content: "\f176";
    font-family: "FontAweSome";
}

.pb-right-column > h2 {
    font-family: "Lora",sans-serif;
    color: #373737;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 12px;
    text-transform: capitalize;
    padding: 0;
}

.pb-right-column .other-info {
    display: none;
}

.other-info > p {
    line-height: 25px;
    margin-bottom: 0;
}

.other-info > ul {
	list-style: disc;
	font-size: 13px;
	padding-left: 12px;
}

.other-info > ul > li {
    color: #b99867;
	line-height: 25px;
}

.other-info > ul > li > label {
    color: #7f7f7f;
    font-weight: 400;
	margin-bottom: 0;
}
.other-info > ul > li > span {
    color: #4f4f4f;
	font-weight: 600;
    text-transform: capitalize;
}

.other-info > ul > li > span:after {
    content: ",";
    color: #000;
}

.other-info > ul > li > span:last-child:after {
    display: none;
}

#availability_statut > span {
    color: #0ea3f0;
	font-size: 14px;
}
.price-area {
    font-family: "Montserrat";
    color: #b99867;
    font-size: 20px;
    margin-top: 14px;
}

.price-area .price.old {
    font-size: 16px;
    color: #b5b5b5;
    display: inline-block;
}

#short_description_content {
	margin: 20px 0 30px;
}
#short_description_content > p {
    color: #888;
    line-height: 24px;
}
.color_pick {
    display: inline-block;
    float: left;
    height: 35px;
    width: 35px;
}
#color_to_pick_list > li {
    display: inline-block;
    float: left;
    margin: 0 5px;
}
#color_to_pick_list {
    margin: 0;
    padding: 0;
}

.attribute_list.product-options ul {
    padding-left: 30px;
}

.attribute_list.product-options ul li {
    font-size: 13px;
}

.attribute_list.product-options ul.radio-option li .radio {
    margin: 0;
}

.attribute_list.product-options ul.radio-option li .radio > span {
    margin-top: 0;
}

.attribute_list.product-options ul.radio-option li > span {
    margin-top: 6px;
    display: inline-block;
    margin-left: 5px;
}

.attribute_list.product-options ul li .radio .attribute_radio {
    margin: 9px 0px 0px -20px;
}


#buy_block #attributes {
    padding: 25px 0 20px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}

.quantity-option {
    display: inline-block;
    float: left;
}

.quantity-option .quantity-control {
    position: relative;
    width: 80px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
}

.quantity-option > label {
    font-family: "Montserrat";
    float: left;
    display: inline-block;
    font-size: 14px;
    text-transform: uppercase;
    color: #212121;
    line-height: 35px;
    margin: 0 10px 0;
}

.quantity-option .quantity-control input#quantity_wanted {
    text-align: center;
    height: 35px;
    font-family: "Montserrat";
    border: 1px solid #b5b5b5;
	width:80px;
}

.quantity-option .quantity-control .input-group-addon {
    padding: 0;
    border: none;
    position: absolute;
    top: 0px;
    z-index: 9;
    line-height: 37px;
    color: #b5b5b5;
    cursor: pointer;
}

.quantity-option .quantity-control .input-group-addon.button-minus {
    left: 7px;
}

.quantity-option .quantity-control .input-group-addon.button-plus {
    right: 15px;
}

#attributes {
    overflow: hidden;
}

#attributes .attribute_fieldset {
    display: inline-block;
    float: left;
    margin-right: 56px;
}

#attributes .attribute_label {
    font-family: "Montserrat";
    font-size: 14px;
    text-transform: uppercase;
    color: #212121;
    line-height: 35px;
    margin: 0 5px 0;
	float:left;
}

#attributes .attribute_list .selector {
    position: relative;
}

#attributes .attribute_list .selector:after {
    background: #FFF;
    color: #b5b5b5;
    font-family: "FontAweSome";
    content: "\f0d7";
    height: 33px;
    padding: 0px 20px 0px 0px;
    pointer-events: none;
    position: absolute;
    right: -28px;
    text-align: center;
    top: 1px;
    width: 10px;
    font-size: 15px;
    line-height: 32px;
}

#attributes .attribute_list .selector > span {
    display: none;
}

#attributes .attribute_list .selector .attribute_select {
    min-width: 130px;
    height: 35px;
    font-size: 14px;
    color: #b5b5b5;
    border: 1px solid #b5b5b5;
}

.product-util {
    padding: 28px 0;
    border-bottom: 1px solid #e9e9e9;
	float:left;
	width:100%;
}

.product-util .btn-button {
    background: transparent;
    border: 1px solid #b5b5b5;
    color: #b5b5b5;
    font-size: 16px;
    height: 40px;
    min-width: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    float: left;
    margin-right: 12px;
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
}

.product-util .btn-button.addToWishList span.icon {
    font-size: 18px;
    line-height: 40px;
}

.product-util .btn-button:hover {
    background: #b99867;
    border: 1px solid #b99867;
    color: #fff;
}

.product-util .btn-button.cart {
    font-family: "Montserrat";
    border: 1px solid #b99867;
    background: #b99867;
    color: #fff;
    font-size: 13px;
    min-width: 150px;
    padding: 0 20px;
    text-transform: uppercase;    
}

.product-util .btn-button.cart span.fa {
    margin-right: 3px;
}

.product-util .btn-button.cart .fa-check,
.product-util .btn-button.cart .fa-refresh {
    display: none;
}

.product-util .btn-button.cart.checked .fa-refresh,
.product-util .btn-button.cart.checking .fa-check {
    display: none;
}

.product-util .btn-button.cart.checking .fa-refresh,
.product-util .btn-button.cart.checked .fa-check {
    display: inline-block !important;
}

.socialsharing_product {
	float:left;
    padding: 25px 0;
}

.tabs-info .nav-tabs {
	border: none;
    font-family: "Montserrat";
}

.tabs-info .nav-tabs > li {
    margin-bottom: 0;
    margin-right: 53px;
	position: relative;
}

.tabs-info .nav-tabs > li:last-child {
    margin-right: 53px;
}

.tabs-info .nav-tabs > li > a:after {
    content: "✖";
    position: absolute;
    top: 5px;
    right: -32px;
    color: #B99867;
    font-size: 14px;
}

.tabs-info .nav-tabs > li:last-child a:after {
    display: none;
}

.tabs-info .nav-tabs > li.active {
    background: #fff;
}

.tabs-info .nav-tabs > li > a {
    color: #b5b5b5;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    border: none;
    background: transparent;
    border-radius: 0;
    margin: 0;
    display: inline-block;
    text-transform: uppercase;
}

.tabs-info .nav-tabs > li.active > a,
.tabs-info .nav-tabs > li:hover > a,
.tabs-info .nav-tabs > li:focus > a,
.tabs-info .nav-tabs > li:active > a {
    color: #373737;
    border: none;
}
#more_info_block .tab-content {
	background: #fff;
    padding: 30px 0;
	color: #888;
}

#more_info_block .tab-content td,
#more_info_block .tab-content p {
	line-height: 25px;
}

#more_info_block {
    margin-top: 100px;
}

.product-rating {
    
}

.product-rating .rating {
    font-size: 13px;
    margin: 0;
    color: #4f4f4f;
}

.product-rating .rating .nbcomments {
    display: inline-block;
    color: #4f4f4f;
    padding-left: 0;
}

.product-rating .rating span.separate {
    margin: 0px -7px 0px 3px;
}

.addthis_native_toolbox {
    margin-top: 35px;
}

.addthis_button_facebook_like,
.addthis_button_tweet {
    margin-right: 10px;
}

.addthis_button_google_plusone {
    margin-right: -20px;
}

#product-accessories .product-preview .quick-view {
    margin-bottom: 12px;
}