/*
* @section      Page Product Styles
*/
.ajax_add_to_cart_product_button:hover, .ajax_add_to_cart_product_button:active:focus, .ajax_add_to_cart_product_button:active, .ajax_add_to_cart_product_button:focus, .active > .ajax_add_to_cart_product_button, .ajax_add_to_cart_product_button.disabled, .ajax_add_to_cart_product_button.btn[disabled], .disabled > .ajax_add_to_cart_product_button,
.ajax_add_to_cart_button:hover,
.ajax_add_to_cart_button:active:focus,
.ajax_add_to_cart_button:active,
.ajax_add_to_cart_button:focus, .active >
.ajax_add_to_cart_button,
.ajax_add_to_cart_button.disabled,
.ajax_add_to_cart_button.btn[disabled], .disabled >
.ajax_add_to_cart_button {
    background: #475271;
    color: white;
    border: 2px solid #475271;
}

.primary_block {
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .primary_block {
        margin-bottom: 0;
    }
}

.primary_block-row {
    background: white;
    padding: 38px 40px 24px;
    margin-bottom: 30px;
    min-height: 538px;
}

@media (max-width: 767px) {
    .primary_block-row {
        padding: 38px 20px 15px;
    }
}

.product-heading-h5 {
    font: bold 16px/20px "Ubuntu", sans-serif;
    color: #444444;
}

.primary_block .pb-left-column img {
    max-width: 100%;
    height: auto;
}

#product .labels {
    top: 19px;
}

@media (max-width: 767px) {
    #product .labels {
        position: static;
        padding-top: 20px;
        text-align: center;
    }

    #product .labels span span {
        display: inline-block;
    }
}

/*
* @subsection     Left column in product block
*/
/* .pb-left-column ***************************************************************************** */
.pb-left-column {
    margin-bottom: 15px;
}

@media only screen and (max-width: 479px) {
    .pb-left-column {
        max-width: 320px;
        margin: 0 auto 15px;
        float: none;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .pb-left-column {
        max-width: 480px;
        margin: 0 auto 15px;
        float: none;
    }
}

.pb-left-column #image-block {
    position: relative;
    z-index: 1;
}

.pb-left-column #image-block img {
    width: 100%;
}

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

.pb-left-column #image-block #view_full_size .span_link {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -68px;
    display: block;
    padding: 10px 0;
    text-align: center;
    line-height: 22px;
    color: #959595;
    width: 136px;
    font-weight: 700;
    background: rgba(255, 255, 255, 0.5);
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
}

.pb-left-column #image-block #view_full_size .span_link:after {
    font-family: "FontAwesome";
    color: #959595;
    font-size: 20px;
    line-height: 22px;
    content: "\f00e";
    font-weight: normal;
    margin: 0 0 0 4px;
}

.pb-left-column #image-block #view_full_size .span_link:hover:after {
    color: #959595;
}

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

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

.pb-left-column #views_block {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
}

#thumbs_list {
    overflow: hidden;
    width: 100%;
}

#thumbs_list ul#thumbs_list_frame {
    list-style-type: none;
    padding-left: 0;
    overflow: hidden;
    margin: 0px 0 0 0;
}

#thumbs_list li {
    float: left;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
    line-height: 0;
}

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

#thumbs_list li a:hover, #thumbs_list li a.zoomThumbActive {
    border-color: #a2a2a2;
}

#thumbs_list li img {
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#view_scroll_left,
#view_scroll_right {
    width: 100%;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: -33px;
    z-index: 1;
    background: white;
    text-align: center;
}

#view_scroll_left:before,
#view_scroll_right:before {
    color: #444444;
    font-family: "Material Icons";
    font-size: 25px;
    line-height: 25px;
}

#view_scroll_left:hover:before,
#view_scroll_right:hover:before {
    color: #00bff3;
}

#view_scroll_left:before {
    content: "\e316";
}

#view_scroll_right {
    top: auto;
    bottom: -33px;
}

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

.resetimg {
    padding: 5px;
    position: absolute;
    background: white;
    right: 15px;
    bottom: 0px;
    margin-bottom: 0;
    z-index: 1;
}

.resetimg a {
    color: #00bff3;
}

.resetimg a:hover {
    color: #444444;
}

.resetimg a i {
    font-size: 20px;
    margin-right: 3px;
    vertical-align: -4px;
}

/*
* @subsection      Link list
*/
#usefull_link_block {
    overflow: hidden;
    margin: 12px 0 0;
    float: left;
}

#usefull_link_block li {
    float: left;
    padding: 0 0 0 15px;
}

#usefull_link_block li a {
    cursor: pointer;
    font-size: 24px;
    line-height: 24px;
    color: #00bff3;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#usefull_link_block li a:before {
    font-family: "Material Icons";
    font-weight: normal;
    text-align: center;
    display: inline-block;
    margin: 0 5px 0 0;
}

#usefull_link_block li a span {
    display: none;
}

#usefull_link_block li a:hover {
    color: #444444;
}

#usefull_link_block li.print a:before {
    content: "\e555";
}

#usefull_link_block li.sendtofriend a:before {
    content: "\e159";
}

#usefull_link_block li#left_share_fb a:before {
    content: "\f09a";
    font-family: "FontAwesome";
}

#usefull_link_block li#favoriteproducts_block_extra_remove, #usefull_link_block li#favoriteproducts_block_extra_add, #usefull_link_block li#favoriteproducts_block_extra_removed, #usefull_link_block li#favoriteproducts_block_extra_added {
    cursor: pointer;
    position: relative;
}

#usefull_link_block li#favoriteproducts_block_extra_remove:before, #usefull_link_block li#favoriteproducts_block_extra_add:before, #usefull_link_block li#favoriteproducts_block_extra_removed:before, #usefull_link_block li#favoriteproducts_block_extra_added:before {
    font-family: "FontAwesome";
    color: #959595;
    font-size: 15px;
    line-height: 18px;
    position: absolute;
    top: 0;
    left: 12px;
    font-weight: normal;
    content: "\f08a";
}

#usefull_link_block li#favoriteproducts_block_extra_remove:hover, #usefull_link_block li#favoriteproducts_block_extra_add:hover, #usefull_link_block li#favoriteproducts_block_extra_removed:hover, #usefull_link_block li#favoriteproducts_block_extra_added:hover {
    color: #444444;
}

#usefull_link_block li#favoriteproducts_block_extra_removed:before {
    content: "\f004";
}

.all-price-info {
    margin-bottom: 21px;
}

/*
* @subsection      Right column in product block
*/
@media (max-width: 991px) {
    .pb-right-column {
        padding-top: 40px;
    }
}

@media (max-width: 767px) {
    .pb-right-column {
        padding-top: 20px;
    }
}

.pb-right-column #add_to_cart {
    float: left;
}

.pb-right-column .product-info-line {
    overflow: hidden;
    margin: 0 0 22px -15px;
    line-height: 24px;
}

.pb-right-column .product-info-line > p {
    padding-left: 15px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 100%;
}

.pb-right-column .product-info-line > p label {
    margin: 0;
    font-weight: normal;
    color: #959595;
}

.pb-right-column .product-info-line > p span.editable {
    color: #00bff3;
    display: inline-block;
}

.pb-right-column h1 {
    padding-bottom: 14px;
    color: #00bff3;
    margin: 0;
    font: bold 20px/30px "Ubuntu", sans-serif;
}

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

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

.one-column .pb-right-column h1 {
    font: bold 26px/36px "Ubuntu", sans-serif;
}

.one-column #our_price_display {
    font: bold 30px/32px "Ubuntu", sans-serif;
}

#product p#loyalty {
    padding: 17px 0 15px 35px;
    border-bottom: 1px solid #e2e2e2;
    margin: 10px 0 0px;
    position: relative;
}

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

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

#page .rte p {
    margin-bottom: 0;
}

#attributes {
    margin-bottom: 8px;
}

#attributes fieldset {
    margin-bottom: 15px;
}

#attributes fieldset label {
    vertical-align: top;
    display: table-cell;
    font-weight: normal;
    color: #444444;
    font: bold 16px/18px "Ubuntu", sans-serif;
    line-height: 22px;
    font-weight: normal;
    margin: 0;
    min-width: 98px;
}

#attributes fieldset label.select-title {
    line-height: 50px;
}

#attributes .attribute_list {
    display: table-cell;
    width: 100%;
}

#attributes .attribute_list div.selector {
    width: 100% !important;
}

#attributes .attribute_list div.selector span {
    width: 100% !important;
}

#attributes .attribute_list .form-control {
    display: block;
    min-width: 120px;
}

#attributes .attribute_list .form-control option {
    background: white;
    color: #959595;
}

#attributes .attribute_list ul {
    clear: both;
    margin: 0;
}

#attributes .attribute_list ul li {
    position: relative;
    display: block;
    margin-left: 15px;
}

#attributes .attribute_list ul li:first-child {
    margin-left: 15px;
}

#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: 0 -2px;
    padding-top: 12px;
    padding: 0;
}

#attributes .attribute_list #color_to_pick_list li {
    display: inline-block;
    margin: 0 2px 4px;
    clear: none;
    width: auto;
    float: none;
    position: relative;
    padding: 0;
}

#attributes .attribute_list #color_to_pick_list li > a, #attributes .attribute_list #color_to_pick_list li > input {
    display: block;
    height: 22px;
    width: 22px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    margin: 0;
    position: relative;
    border: 1px solid #e2e2e2;
}

#attributes .attribute_list #color_to_pick_list li > a.on + label span, #attributes .attribute_list #color_to_pick_list li > a.on + input + label span, #attributes .attribute_list #color_to_pick_list li > input.on + label span, #attributes .attribute_list #color_to_pick_list li > input.on + input + label span {
    display: none;
}

#attributes .attribute_list #color_to_pick_list li > a.on + label a:before, #attributes .attribute_list #color_to_pick_list li > a.on + input + label a:before, #attributes .attribute_list #color_to_pick_list li > input.on + label a:before, #attributes .attribute_list #color_to_pick_list li > input.on + input + label a:before {
    font-family: "FontAwesome";
    content: "\f00c";
    display: inline-block;
    font-weight: normal;
    color: #f13340;
}

#attributes .attribute_list #color_to_pick_list li > input {
    height: 22px;
    width: 22px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

#attributes .attribute_list #color_to_pick_list li label {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    cursor: pointer;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: none;
}

#attributes .attribute_list #color_to_pick_list li label a {
    height: 31.25px;
    width: 31.25px;
    line-height: 31.25px;
    display: block;
    background: white;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

#attributes .attribute_list #color_to_pick_list li label strong {
    display: none;
}

#attributes .attribute_list #color_to_pick_list li.selected a {
    border: 1px solid #444444;
}

.box-info-product .ajax_add_to_cart_product_button.added.disabled, .box-info-product .ajax_add_to_cart_product_button.disabled, .box-info-product .ajax_add_to_cart_product_button[disabled] {
    opacity: 1 !important;
}

.box-info-product .box-cart-bottom {
    padding-top: 10px;
}

.box-product-btns {
    padding-top: 9px;
}

@media (max-width: 479px) {
    .box-product-btns {
        padding-top: 0;
    }
}

/*
* @subsection      Data sheet table
*/
.table-data-sheet, table.table-product-discounts {
    border: none;
    width: 100%;
    margin: 0 0 20px;
    background: white;
}

.table-data-sheet tr, table.table-product-discounts tr {
    border: none;
}

.table-data-sheet tr.even, table.table-product-discounts tr.even {
    background: #fbfbfb;
}

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

.table-data-sheet tr td:first-child, table.table-product-discounts tr td:first-child {
    border: none;
    width: 30%;
    font-weight: 500;
    color: #444444;
}

.table-data-sheet tr th, table.table-product-discounts tr th {
    color: #959595;
}

/*
* @subsection      Quantity wanted
*/
#quantity_wanted_p {
    overflow: hidden;
    float: left;
    margin-right: 8px;
}

#quantity_wanted_p input {
    width: 50px;
    height: 50px;
    padding: 0;
    text-align: center;
    float: left;
    border: 1px solid #e2e2e2;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline-width: 0;
}

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

#quantity_wanted_p label {
    color: #959595;
    float: left;
    line-height: 50px;
    padding-right: 10px;
    display: none;
}

#add_to_cart_product_page_button {
    float: left;
    margin-bottom: 10px;
}

#add_to_cart_product_page_button #add_to_cart {
    margin-bottom: 0;
}

/*
* @subsection      Availability statut
*/
#availability_date_label {
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
}

#availability_date {
    margin: 0;
}

#availability_date + #oosHook {
    margin-bottom: 15px;
}

#last_quantities, #availability_statut #availability_value.warning_inline {
    color: white;
    font-weight: 500;
    line-height: 18px;
    display: inline-block;
    padding: 3px 8px 4px;
    background: #46a74e;
}

#last_quantities {
    background: #f13340;
    border-color: #b20c18;
    padding: 4px 8px 3px;
    position: relative;
    top: 1px;
}

#pQuantityAvailable {
    display: inline-block;
}

#pQuantityAvailable span#quantityAvailable {
    color: #00bff3;
}

#availability_statut #availability_value.warning_inline {
    background: #f13340;
    border-color: #b20c18;
    text-shadow: 1px 1px #b20c18;
    margin: 0;
}

.box-info-product .content_prices {
    margin-bottom: 15px;
}

.box-info-product .content_prices .discount {
    color: #f13340;
    margin-bottom: 20px;
    display: block;
}

.pack_price {
    font-size: 16px;
    line-height: 18px;
}

.all-price-info > p {
    display: inline-block;
    vertical-align: 0;
    margin-right: 5px;
    margin-bottom: 10px;
}

#old_price .price {
    text-decoration: line-through;
    color: #fd3a63;
    font: bold 16px/20px "Ubuntu", sans-serif;
    font-weight: normal;
}

#reduction_percent,
#reduction_amount {
    font: bold 16px/20px "Ubuntu", sans-serif;
    color: #444444;
    font-weight: normal;
}

#our_price_display {
    font: bold 20px/22px "Ubuntu", sans-serif;
    color: #444444;
}

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

/*
* @subsection      Send to a Friend
*/
#send_friend_form {
    width: 700px;
    overflow: hidden;
    padding: 10px;
    max-width: 100%;
}

#send_friend_form .product img {
    margin: 0 0 10px 0;
    max-width: 100%;
    height: auto;
}

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

#send_friend_form .product p.product_name {
    color: #00bff3;
}

#send_friend_form .product p.product_name strong {
    font-weight: normal;
}

#send_friend_form .form_container p.intro_form {
    color: #444444;
    margin-bottom: 10px;
}

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

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

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

/*
* @subsection      Personnalisaton
*/
.product-information .product-info-tabs {
    display: none;
    overflow: hidden;
    border: none;
    background: #f0f0f0;
    padding: 0 6px;
}

@media only screen and (min-width: 767px) {
    .product-information .product-info-tabs {
        display: block;
        position: relative;
        z-index: 2;
    }

    .product-information .product-info-tabs > li {
        margin: 0;
        z-index: 2;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 14px;
    }

    .product-information .product-info-tabs > li a {
        padding: 27px 15px 22px;
        border: none;
        font: bold 16px/20px "Ubuntu", sans-serif;
        color: #00bff3;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        margin: 0;
    }

    .product-information .product-info-tabs > li a, .product-information .product-info-tabs > li a:hover, .product-information .product-info-tabs > li a:active, .product-information .product-info-tabs > li a:focus, .product-information .product-info-tabs > li a.active {
        background: none;
    }

    .product-information .product-info-tabs > li:hover, .product-information .product-info-tabs > li.active, .product-information .product-info-tabs > li.active:hover {
        border: none;
    }

    .product-information .product-info-tabs > li:hover a, .product-information .product-info-tabs > li.active a, .product-information .product-info-tabs > li.active:hover a {
        color: #444444;
        border: none;
    }

    .product-information .product-info-tabs > li:last-child {
        margin-bottom: -1px;
    }
}

@media only screen and (min-width: 767px) and (min-width: 768px) and (max-width: 991px) {
    .product-information .product-info-tabs > li a {
        font-size: 13px;
        padding-right: 10px;
        padding-left: 10px;
    }
}

.product-information .tab-content {
    position: relative;
    z-index: 1;
    padding: 37px 40px;
}

@media (max-width: 767px) {
    .product-information .tab-content {
        padding: 0;
    }
}

.product-information .tab-content p {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 26px;
}

@media only screen and (max-width: 767px) {
    .product-information .tab-content {
        padding: 0;
    }
}

@media only screen and (min-width: 768px) {
    .product-information .tab-content {
        padding-top: 30px;
    }

    .product-information .tab-content h3 {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .product-information .tab-content > div {
        padding: 0;
        display: none;
    }

    .product-information .tab-content h3 {
        margin: 0;
        padding: 15px 0;
        border-top: 1px solid #e2e2e2;
        font: bold 24px/30px "Ubuntu", sans-serif;
    }

    .product-information .tab-content h3:first-child {
        border: none;
    }

    .product-information .tab-content h3:first-child + div {
        display: block;
    }

    .product-information .tab-content h3.active {
        color: #00bff3;
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    .product-information .tab-content > div {
        padding: 30px;
    }
}

@media only screen and (max-width: 767px) and (max-width: 767px) {
    .product-information .tab-content h3 {
        font: bold 16px/20px "Ubuntu", sans-serif;
        padding: 29px 40px 21px 21px;
        margin: 0 0 1px;
        position: relative;
        background: #f0f0f0;
        border: none;
    }

    .product-information .tab-content h3:after {
        display: block;
        content: "\e313";
        font-family: "Material Icons";
        position: absolute;
        font-size: 35px;
        line-height: 1em;
        right: 21px;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .product-information .tab-content h3.active:after {
        content: "\e316";
    }
}

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

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

.customizationUploadLine {
    padding-bottom: 10px;
}

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

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

.customizationUploadBrowse img {
    border: 3px solid #444444;
    margin: 0 10px 10px 0;
    padding: 5px;
    background: white;
}

.customizationUploadBrowse img + a {
    position: relative;
    vertical-align: top;
}

.customizationUploadBrowse img + a img {
    height: auto;
    margin: 0;
    border: none;
    padding: 0;
    background: none;
}

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

.pb-left-column .zoomPad {
    float: none;
}

/*
* @subsection      Two columns layout triks
*/
.three-columns .pb-right-column {
    padding-top: 30px;
}

@media (max-width: 1199px) {
    .three-columns .product-information .product-info-tabs {
        padding: 8px 0;
    }
}

@media (max-width: 1199px) {
    .three-columns .product-information .product-info-tabs > li {
        float: none;
    }
}

.three-columns .product-information .product-info-tabs > li a {
    font-size: 14px;
    padding-right: 10px;
    padding-left: 10px;
}

@media (max-width: 1199px) {
    .three-columns .product-information .product-info-tabs > li a {
        padding: 8px 15px;
        display: inline-block;
    }
}

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

#view_full_size .zoomPreload {
    background-position: center center;
    text-indent: -5000px;
}

@media only screen and (max-width: 767px) {
    #blockpack ul.product_list > li.first-item-of-mobile-line {
        clear: left;
    }

    #blockpack ul.product_list > li.first-item-of-tablet-line {
        clear: none;
    }
}

/*
* @subsection      Quick View Styles
*/
#product.content_only .primary_block-row {
    background: none;
    padding: 0 30px;
    margin-bottom: 0;
    min-height: inherit;
}

#product.content_only #attributes fieldset label {
    min-width: 96px;
}

#product.content_only .primary_block.row {
    margin: 0;
    position: relative;
    overflow: hidden;
}

#product.content_only .primary_block.row:before {
    content: "";
    left: 50%;
    top: 0;
    height: 1000px;
    border-left: 1px solid #e2e2e2;
    position: absolute;
    display: block;
    z-index: 100;
}

@media only screen and (max-width: 841px) {
    #product.content_only .primary_block.row:before {
        left: 47%;
    }
}

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

#product.content_only div.primary_block div.pb-left-column {
    padding: 45px 30px 0 15px;
    width: 430px;
    max-width: 498px;
    float: left;
}

#product.content_only div.primary_block div.pb-left-column #views_block {
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#product.content_only div.primary_block div.pb-left-column #image-block {
    margin-top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#product.content_only div.primary_block div.pb-left-column p.resetimg {
    margin-bottom: 0;
    padding-top: 0;
}

@media only screen and (max-width: 841px) {
    #product.content_only div.primary_block div.pb-left-column {
        width: 50%;
        max-width: 375px;
    }
}

#product.content_only div.primary_block div.pb-right-column {
    padding: 50px 18px 40px 15px;
    margin-bottom: 0;
    max-width: 390px;
    position: relative;
}

#product.content_only div.primary_block div.pb-right-column #product_payment_logos {
    display: none;
}

#product.content_only div.primary_block div.pb-right-column #attributes .attribute_list ul li {
    margin: 0;
    display: block;
}

#product.content_only div.primary_block div.pb-right-column #attributes .attribute_list #color_to_pick_list li {
    margin: 0 2px 4px;
    display: inline-block;
}

@media only screen and (min-width: 842px) {
    #product.content_only div.primary_block div.pb-right-column {
        max-width: 390px;
    }
}

@media only screen and (max-width: 880px) {
    #product.content_only div.primary_block div.pb-right-column {
        max-width: 330px;
    }
}

@media only screen and (max-width: 841px) {
    #product.content_only div.primary_block div.pb-right-column {
        max-width: 310px;
        padding: 50px 10px 100px 15px;
        position: static;
    }
}

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

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

#product.content_only div.primary_block div.pb-right-column #add_to_cart {
    float: left;
}

#product.content_only div.primary_block div.pb-right-column #attributes {
    margin-bottom: 10px;
}

#product.content_only div.primary_block div.pb-right-column #attributes .attribute_fieldset {
    margin-bottom: 10px;
}

#product.content_only div.primary_block div.pb-right-column .box-info-product {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 841px) {
    #product.content_only div.primary_block div.pb-right-column .box-info-product #add_to_cart_product_page_button {
        clear: left;
        float: left;
        margin: 4px 0 0 0;
    }
}

@media only screen and (max-width: 841px) {
    #product.content_only div.primary_block div.pb-right-column .product-info-line {
        display: none;
    }
}

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

@media only screen and (max-width: 841px) {
    #product.content_only div.primary_block div.pb-right-column .box-info-product .box-cart-bottom .buttons_bottom_block {
        display: none;
    }
}

#product.content_only div.primary_block div.pb-right-column .box-info-product .content_prices {
    border-bottom: none;
}

.box-info-product .box-cart-bottom img {
    width: auto;
}

div.primary_block div.pb-left-column {
    position: relative;
}

div.primary_block div.pb-left-column .image_loader {
    position: absolute;
    display: block;
    left: -25px;
    right: 0;
    top: 0;
    bottom: -35px;
    background: #fff;
    content: '';
    z-index: 10;
}

div.primary_block div.pb-left-column .image_loader:after {
    position: absolute;
    display: block;
    width: 64px;
    height: 64px;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: url("../img/ajax_loader.gif") no-repeat 0 0;
    content: '';
    z-index: 11;
}

.attribute_list ul li {
    display: block;
}