/* product desc */
/* primary_block ***************************************************************************** */
img {
    max-width: 100%;
    height: auto;
}

/* .pb-left-column ***************************************************************************** */
.pb-left-column #image-block {
    position: relative;
}

.pb-left-column #image-block img {
    display: block;
    margin: 0 auto;
}

.pb-left-column #image-block .slick-arrow {
    z-index: 102;
}

.pb-left-column #image-block:hover .slick-arrow {
    opacity: 1;
}

.pb-left-column #image-block #view_full_size_button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 103;
    cursor: pointer;
}

.pb-left-column #image-block #view_full_size {
    display: block;
    cursor: pointer;
}

.pb-left-column #image-block a.jqzoom div div img {
    width: auto;
    max-width: 10000px;
}

.pb-left-column #image-block a.jqzoom div div .zoomWrapper {
    border: none;
}

.pb-left-column #image-block .zoomPad {
    z-index: auto !important;
    width: 100% !important;
    float: none !important;
}

.pb-left-column #image-block .zoomWindow,
.pb-left-column #image-block .zoomWrapper,
.pb-left-column #image-block .zoomWrapperImage {
    width: 100% !important;
    height: 100% !important;
}

.pb-left-column #image-block .new-box,
.pb-left-column #image-block .sale-box {
    z-index: 50002;
}

.pb-left-column #views_block {
    max-width: 480px;
    margin: 0 auto;
}

.pb-left-column #views_block .slick-track {
    margin: 0 auto;
}

/* miniatures */
.pb-left-column #views_block {
    margin-top: 10px;
    text-align: center;
}

#thumbs_list_frame {
    opacity: 0;
    visibility: hidden;
}

#thumbs_list_frame.slick-slider {
    opacity: 1;
    visibility: visible;
}

#thumbs_list {
    margin: 0 25px;
}

#thumbs_list .slick-prev {
    left: -25px;
}

#thumbs_list .slick-next {
    right: -25px;
}

#thumbs_list .slick-prev,
#thumbs_list .slick-next {
    height: 50px;
    width: 20px;
    margin-top: -25px;
    background: none !important;
}

#thumbs_list .slick-prev:before,
#thumbs_list .slick-next:before {
    font-size: 34px;
    line-height: 34px;
}

#thumbs_list li {
    float: left;
    cursor: pointer;
    border: 1px solid #dbdbdb;
    margin: 0px 5px;
}

#thumbs_list li a {
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#thumbs_list li a:hover,
#thumbs_list li a.shown {
    border-color: #dbdbdb;
}

#thumbs_list li img {
    margin: 0 auto;
    height: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

span.view_scroll_spacer {
    display: inline-block;
    vertical-align: middle;
}

#view_scroll_left,
#view_scroll_right {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

#view_scroll_left:before,
#view_scroll_right:before {
    padding-left: 2px;
    color: #c0c0c0;
    font-family: "warehousefont";
    font-size: 20px;
    line-height: 22px;
}

#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
    color: #777;
}

#view_scroll_right {
    display: inline-block;
}

#view_scroll_right:before {
    content: "\e601";
}

#view_scroll_left {
    margin-top: 0;
}

#view_scroll_left:before {
    content: "\e600";
    padding-right: 2px;
}

.resetimg #resetImages i {
    margin-right: 6px;
}

.addthis_toolbox {
    margin-bottom: 5px;
}

/* pb-left-column ****************************************************************************** */
.pb-center-column .product-title img.imglog {
    position: absolute;
    right: 0;
    top: 15px;
}

.pb-center-column .product-title p {
    margin-bottom: 0px;
    display: inline-block;
    margin-right: 10px;
}

.pb-center-column .product-title .manname {
    margin-right: 10px;
}

.pb-center-column .product-title label {
    margin-bottom: 0px;
}

.pb-center-column .product-title .yotpo {
    display: block !important;
    overflow: hidden;
}

.pb-center-column .product-title .yotpo .yoResult {
    color: inherit !important;
    font-size: inherit !important;
    font-style: normal !important;
    font-weight: normal !important;
}

.pb-center-column p {
    margin-bottom: 10px;
}

.pb-center-column #short_description_block {
    margin-top: 15px;
}

.pb-center-column #short_description_block .buttons_bottom_block {
    display: none;
}

.pb-center-column #short_description_block #short_description_content {
    padding: 0px;
    word-wrap: break-word;
}

.pb-center-column #short_description_block #short_description_content p {
    line-height: 18px;
}

.pb-center-column #buy_block p.price {
    padding: 0;
}

.pb-center-column #color_picker p {
    padding-bottom: 5px;
    font-weight: 700;
}

.pb-center-column .buttons_bottom_block {
    margin: 0px;
}

.pb-center-column .more_buttons_bottom_block {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #dddddd;
    clear: both;
}

.pb-center-column .more_buttons_bottom_block .additional_button {
    display: inline-block;
    margin-right: 10px;
}

.pb-center-column .more_buttons_bottom_block .additional_button:last-child {
    margin-right: 0px;
}

.pb-center-column .more_buttons_bottom_block .addthis_toolbox {
    margin-bottom: -3px;
}

.pb-center-column .more_buttons_bottom_block .print:before {
    content: "\f02f";
    font: 400 15px/31px "FontAwesome";
    margin-right: 5px;
    display: inline-block;
}

.pb-center-column .more_buttons_bottom_block .add_to_compare:before {
    content: "\f074";
    font: 400 15px/31px "FontAwesome";
    margin-right: 5px;
    display: inline-block;
}

.pb-center-column .more_buttons_bottom_block .add_to_compare.checked:before {
    content: "\f068";
}

#product p#loyalty {
    padding: 15px 0 15px 35px;
    border-top: 1px solid #dddddd;
    position: relative;
    margin: 0px;
}

#product p#loyalty b {
    color: #777;
}

#product p#loyalty:before {
    content: "\f024";
    font-family: "FontAwesome";
    color: #cfcccc;
    font-size: 26px;
    line-height: 28px;
    position: absolute;
    top: 16px;
    left: 0;
}

#page .rte {
    word-wrap: break-word;
}

#attributes fieldset {
    padding-bottom: 5px;
}

#attributes fieldset:last-child {
    padding-bottom: 0px;
}

#attributes fieldset label {
    vertical-align: top;
    display: block;
    font-weight: bold;
}

#attributes .attribute_list {
    width: 100%;
}

#attributes .attribute_list .form-control {
    max-width: 230px;
}

#attributes .attribute_list .form-control option {
    background: #fff;
    color: #666;
}

#attributes .attribute_list ul {
    clear: both;
}

#attributes .attribute_list ul li {
    margin-right: 10px;
    overflow: hidden;
}

#attributes .attribute_list input.attribute_radio {
    float: left;
    margin-left: 3px;
}

#attributes .attribute_list div.radio,
#attributes .attribute_list div.radio span,
#attributes .attribute_list div.radio input {
    float: none;
    display: inline-block;
}

#attributes .attribute_list #color_to_pick_list {
    list-style-type: none;
    margin-bottom: 0px;
}

#attributes .attribute_list #color_to_pick_list li {
    float: left;
    margin: 0 6px 6px 0;
    border: 1px solid #dddddd;
    clear: none;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick {
    display: block;
    height: 22px;
    width: 22px;
    cursor: pointer;
}

#attributes .attribute_list #color_to_pick_list li a.color_pick img {
    position: relative;
    top: -2px;
}

#attributes .attribute_list #color_to_pick_list li.selected {
    position: relative;
    top: -2px;
    border: 2px solid;
}

#attributes .attribute_list #color_to_pick_list li.selected a.color_pick {
    height: 24px;
    width: 24px;
}

.box-cart-bottom label.qty-label {
    width: auto !important;
}

.available-box {
    margin-top: 10px;
    margin-bottom: 5px;
}

.box-info-product p {
    margin-bottom: 10px;
}

#center_column.col-sm-9 .col-md-3 .box-info-product {
    background: #f6f6f6;
    border: 1px solid #d2d0d0;
    border-top: 1px solid #b0afaf;
    border-bottom: 1px solid #b0afaf;
}

#center_column.col-sm-9 .col-md-3 .box-info-product p {
    margin-bottom: 7px;
    padding: 15px 10px 0;
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive {
    padding: 0;
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive span {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    border: none;
    border-top: 1px solid #006fa8;
    text-shadow: 0 1px #015883;
    padding: 12px 16px 14px;
    color: #fff;
    display: block !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#center_column.col-sm-9 .col-md-3 .box-info-product .exclusive:hover {
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwN2FiNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWFkMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #007ab7), color-stop(100%, #009ad0));
    background-image: -moz-linear-gradient(#007ab7, #009ad0);
    background-image: -webkit-linear-gradient(#007ab7, #009ad0);
    background-image: linear-gradient(#007ab7, #009ad0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007ab7', endColorstr='#009ad0', GradientType=0);
    background-position: 0 0;
}

#product .tab-content>.tab-pane {
    padding: 20px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

/* table_data_sheet */
.table-data-sheet {
    border-bottom: 1px solid #dddddd;
    width: 100%;
    margin: 0 0 20px;
}

.table-data-sheet tr {
    border-top: 1px solid #dddddd;
}

.table-data-sheet tr td {
    padding: 10px 20px 11px;
}

.table-data-sheet tr td:first-child {
    border-right: 1px solid #dddddd;
    width: 30%;
    font-weight: 700;
}

/* table product-discounts */
table.table-product-discounts {
    border: none;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    width: 50%;
    margin: 0 0 20px;
    background: #fff;
}

table.table-product-discounts tr th {
    background: #f8f8f8;
    color: #777;
    font-weight: 700;
    border: none;
    font-weight: 700;
}

table.table-product-discounts tr td,
table.table-product-discounts tr th {
    border-left: 1px solid #dddddd;
    width: 33%;
    padding: 10px 20px 11px;
    border-top: 1px solid #dddddd;
    border-right: none;
    text-shadow: none;
    text-transform: none;
    font-weight: 13px;
    line-height: 18px;
    border-bottom: none;
}

/* accessories  */
.accessories-block .block_description {
    display: none;
}

.accessories-block .exclusive span {
    font-size: 13px;
    line-height: 18px;
    padding: 2px 8px 3px;
    text-decoration: none;
}

.accessories-block .exclusive span:focus,
.accessories-block .exclusive span:active {
    text-decoration: none;
}

/* quantity_wanted */
#quantity_wanted_p {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    margin-right: 10px;
}

#quantity_wanted_p .quantity-input-wrapper {
    position: relative;
    float: left;
    display: inline-block;
}

#quantity_wanted_p .quantity-input-wrapper .product_quantity_down,
#quantity_wanted_p .quantity-input-wrapper .product_quantity_up {
    position: absolute;
    right: 8px;
    top: -5px;
    width: 5px;
    height: 5px;
    color: #dddddd;
}

#quantity_wanted_p .quantity-input-wrapper .product_quantity_down:hover,
#quantity_wanted_p .quantity-input-wrapper .product_quantity_up:hover {
    color: #777777;
}

#quantity_wanted_p .quantity-input-wrapper .product_quantity_down {
    top: 3px;
}

#quantity_wanted_p input {
    width: 60px;
    height: 40px;
    padding: 0 6px;
    float: left;
    border: 1px solid #dddddd;
    line-height: 27px;
}

#quantity_wanted_p .btn {
    float: left;
    margin-left: 3px;
}

#quantity_wanted_p label {
    display: block;
    float: left;
    line-height: 40px !important;
    margin-right: 10px;
}

/* availability_statut */
.available-box p:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#availability_statut span#availability_label,
#availability_date_label {
    display: inline-block;
    font-size: 12px;
    text-align: right;
}

#availability_value,
#last_quantities {
    color: #fff;
    line-height: 18px;
    display: inline-block;
    padding: 3px 8px 4px;
    background: #46a74e;
}

#last_quantities {
    background: #ff7430;
    padding: 4px 8px 3px;
    position: relative;
    top: 1px;
}

#availability_statut {
    margin-left: 5px;
}

#availability_statut,
#pQuantityAvailable {
    display: inline-block;
}

#pQuantityAvailable {
    text-align: right;
    position: relative;
    top: 1px;
}

#availability_statut #availability_value.warning_inline {
    background-color: #fe9126;
    border-color: #e4752b;
    margin: 0;
}

/* box-security */
.box-security {
    border-top: 1px solid #dddddd;
    margin-top: 13px;
    padding: 10px 0px;
}

/* prices */
.content_prices .price {
    display: inline-block;
}

.discount {
    display: none;
}

.our_price_display {
    display: inline-block;
}

.pack_price {
    display: inline-block;
}

#old_price {
    text-decoration: line-through;
    display: inline-block;
    line-height: 23px;
    padding: 0px 5px;
}

#old_price_display .price {
    text-decoration: line-through;
}

#reduction_percent,
#reduction_amount {
    display: inline-block;
    margin-right: 10px;
    padding: 1px 2px;
    line-height: 23px;
    color: #fff;
    background: #f13340;
}

#reduction_percent span,
#reduction_amount span {
    display: block;
}

#minimal_quantity_wanted_p {
    clear: both;
    margin: 5px 0px 0px 0px;
}

/* online_only */
.pb-center-column p.online_only {
    font-weight: 700;
    font-size: 13px;
    color: #f13340;
    text-align: left;
}

/* SEND TO FRIEND (pop-in) ##################################################################### */
#send_friend_form {
    width: 555px;
    overflow: hidden;
}

#send_friend_form .product img {
    margin: 0 0 10px 0;
    border: 1px solid #dddddd;
}

#send_friend_form .product p {
    padding: 0;
    color: #777;
}

#send_friend_form .product p .product_name {
    font-size: 12px;
    color: #000;
}

#send_friend_form .form_container {
    padding: 10px 15px;
    border: 1px solid #dddddd;
    background: #f8f8f8;
}

#send_friend_form .form_container p.intro_form {
    padding-bottom: 6px;
    font-weight: 700;
    font-size: 13px;
    color: #777;
}

#send_friend_form .form_container p.txt_required {
    padding-bottom: 0;
    color: #666;
}

#send_friend_form .form_container .text {
    padding-bottom: 10px;
}

#send_friend_form .form_container .text label {
    display: block;
    padding: 0;
    width: 100%;
    font-size: 12px;
}

#send_friend_form .form_container .text input {
    padding: 0 5px;
    height: 22px;
    width: 100%;
    border: 1px solid base-border-color;
    font-size: 12px;
    color: #666;
}

#send_friend_form .submit {
    margin-top: 20px;
    padding-bottom: 0;
    text-align: right;
}

/* PERSONNALISATION ##################################################################### */
ul#uploadable_files,
ul#text_fields {
    list-style-type: none;
}

.customizableProductsFile,
.customizableProductsText {
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}

.customizationUploadLine label {
    display: block;
    vertical-align: top;
}

.customizationUploadLine textarea {
    width: 50%;
    border: 1px solid #dddddd;
    color: #777777;
}

.customizationUploadBrowse img+a {
    position: relative;
}

#customizedDatas {
    float: right;
}

.accessories_block div ul li a {
    display: inline-block;
}

.accessories_block div ul li.s_title_block a,
.accessories_block div ul li.s_title_block span {
    font-weight: 700;
}

/******************************************************************
Quick View Styles
******************************************************************/
#product.content_only div.primary_block {
    margin: 0px;
    padding: 10px 0;
}

#product.content_only div.primary_block div.pb-left-column span.view_scroll_spacer {
    width: 42px;
}

#product.content_only div.primary_block div.pb-center-column {
    margin-bottom: 0;
}

#product.content_only div.primary_block div.pb-center-column .product-title {
    border-top: none;
}

#product.content_only div.primary_block div.pb-center-column .product-title h1 {
    margin-top: 0px;
}

#product.content_only div.primary_block div.pb-center-column .product_comments_block_extra {
    padding-right: 0;
}

#product.content_only div.primary_block div.pb-center-column #ShareDiv {
    position: absolute;
    bottom: 8px;
}

#product.content_only div.primary_block div.pb-right-column .box-info-product {
    border-top-width: 0px;
    border-right: none;
    border-bottom: none;
    min-height: 623px;
    height: 100%;
    -moz-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0;
    border-radius: 0 4px 4px 0;
    position: relative;
    padding-bottom: 125px;
}

#product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

#product.content_only div.primary_block div.pb-right-column #attributes .attribute_list .form-control {
    width: 230px;
}

#product.content_only div.primary_block div.pb-right-column .product_attributes,
#product.content_only div.primary_block div.pb-right-column .box-cart-bottom {
    border-top: 1px solid 1px solid #dddddd;
}

#product.content_only div.primary_block div.pb-right-column .product_attributes {
    padding-top: 0;
}

.addsharethisinner .stButton .stArrow {
    display: none !important;
}

/***** columns fix ****/
#view_full_size_full {
    width: 100%;
    text-align: center;
}

#closezoom {
    position: absolute;
    right: 15px;
    font-size: 24px;
    top: 15px;
    cursor: pointer;
    display: none;
    padding: 15px;
}

#taptozoom {
    display: none;
}

#pp-zoom-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    top: 0px;
    background: #fff;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
}

#pp-zoom-wrapper #views_block {
    opacity: 0;
    visibility: hidden;
    height: 0px;
    overflow: hidden;
}

#pp-zoom-wrapper .slick-prev {
    left: 20px;
}

#pp-zoom-wrapper .slick-next {
    right: 20px;
}

#pp-zoom-wrapper #openzoom {
    display: none;
}

#pp-zoom-wrapper #closezoom {
    display: block;
    z-index: 102;
}

#pp-zoom-wrapper #all-images-wrapper {
    height: 100vh;
}

#pp-zoom-wrapper #image-block {
    height: 100%;
    text-align: center;
}

#pp-zoom-wrapper #view_full_size {
    height: 100%;
    width: 100%;
    position: relative;
}

#pp-zoom-wrapper #view_full_size>a>img {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
}

#pp-zoom-wrapper .span_link {
    display: none;
}

#pp-zoom-wrapper .slick-prev,
#pp-zoom-wrapper .slick-next {
    z-index: 102;
}

#pp-zoom-wrapper #taptozoom {
    position: absolute;
    bottom: 15px;
    left: 0px;
    text-align: center;
    right: 0px;
    display: block;
}

#pp-zoom-wrapper .new-label,
#pp-zoom-wrapper .sale-label,
#pp-zoom-wrapper .online-label {
    display: none !important;
}

.easyzoom {
    position: relative;
    /* 'Shrink-wrap' the element */
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.easyzoom img {
    vertical-align: bottom;
}

.easyzoom.is-loading img {
    cursor: progress;
}

.easyzoom.is-ready img {
    cursor: crosshair;
}

.easyzoom.is-error img {
    cursor: not-allowed;
}

.easyzoom-notice {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 150;
    width: 40px;
    height: 40px;
    text-align: center;
    background-image: url("../../../img/loader.gif");
    background-color: #fff;
    -webkit-border-radius: 4px;
    background-position: center center;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-repeat: no-repeat;
}

.easyzoom-flyout {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    background: #FFF;
}

.easyzoom-flyout img {
    max-width: none;
}

/**
* EasyZoom layout variations
*/
.easyzoom--overlay .easyzoom-flyout {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    margin-left: 20px;
}
