/*Image*/
#product .pb-left-column #image-block {
    border: 0;
    margin-bottom: 125px;
}
#product #bigpic {
    border: 0;
}
#product #all-images-ww {
  box-sizing: border-box;
  background: linear-gradient(#fff, #fff), 
              linear-gradient(to bottom, #58C5CA, #fff);
  border: 1px solid transparent !important;
  background-repeat: no-repeat;
  background-origin: padding-box, border-box;
  overflow: hidden;
  position: relative;
}
#product #thumbs_list li {
    border: 0;
}
#product #all-images-ww #thumbs_list .slick-prev, #product #all-images-ww #thumbs_list .slick-next, #product .pb-left-column #image-block .slick-arrow, #product #view_full_size_button {
    display: none !important;
}
#product .pb-left-column #views_block {
    transition: all 0.5s;
    position: absolute;
    bottom: -75px;
    background: #fff;
    width: 100%;
    max-width: 100%;
}
#product #all-images-ww:hover #views_block {
    bottom: 0;
}
#product #all-images-ww #views_block ul {
    transition: all 0.5s;
}
#product #all-images-ww #views_block ul li {
    filter: drop-shadow(0);
}
#product #all-images-ww:hover #views_block ul li {
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
#product .product-title > h1 {
    font-weight: bold;
    font-size: 34px;
    line-height: 40px;
    color: var(--new) !important;
    margin-top: 5px;
}
#product .product-title {
    border-top: 0;
}
#product .pb-center-column > .first-section {
    box-sizing: border-box;
    background: linear-gradient(#fff, #fff), 
                linear-gradient(to bottom, #58C5CA, #fff);
    border: 1px solid transparent !important;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    padding: 15px;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
}
#product .our_price_display, #product .our_price_display span, #product .tax-label {
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    color: #555555 !important;
}
#product #old_price {
    color: #fff;
    font-size: 16px;
    margin-right: -4px;
    padding-right: 10px;
}
#product .product-price-discount {
    background-color: var(--sale);
}
#product #reduction_percent {
    background-color: var(--sale) !important;
    font-size: 16px;
}
#product #short_description_content, #product #short_description_content p {
    font-size: 16px;
    line-height: 19px !important;
    color: #555555;
}
#product #availability_statut {
    margin-top: 25px;
}
#selected_product_attrib span {
    margin-right: 15px;
}
#product #availability_statut > span {
    box-shadow: none;
}
.selected_product_image img {
    width: 58px;
    margin: 5px;
}
#selected_product_attrib {
    display: flex;
    align-items: center;
}
#product #quantity_wanted {
    background: #FFFFFF;
    border: 1px solid #62C7CD !important;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #555555;
    height: 30px;
    padding-right: 20px;
    padding-left: 0;
}
#product .qty-line {
    background: #62C7CD;
    width: 1px;
    height: 30px;
    display: block;
    content: "test";
    z-index: 1;
    position: absolute;
    right: 20px;
    padding-left: 0;
}
#product #quantity_wanted_p .quantity-input-wrapper .product_quantity_down, #product #quantity_wanted_p .quantity-input-wrapper .product_quantity_up {
    width: 12px;
    height: 12px;
    right: 5px;
}
#product #quantity_wanted_p .quantity-input-wrapper .product_quantity_down img, #product #quantity_wanted_p .quantity-input-wrapper .product_quantity_up img {
    position: absolute;
}
#product #quantity_wanted_p .quantity-input-wrapper .product_quantity_down {
    bottom: 3px;
    top: unset;
}
#product #quantity_wanted_p .quantity-input-wrapper .product_quantity_up {
    top: 3px;
}

#product #add_to_cart > button {
    display: flex;
    align-items: center;
    background: transparent !important;
    width: 100%;
    height: 100%;
}
#product #add_to_cart > button span {
    margin-left: 10px;
    padding: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 21px;
    align-items: center;
}
#product #add_to_cart > button img {
    margin-left: 5px;
}
#product .attribute_fieldset_custom li {
    width: calc(100%/3);
    margin: 0 !important;
}
#product .attribute_fieldset_custom li img {
    margin: 0;
}
#product #add_to_cart {
    box-sizing: border-box;
    padding: 0;
    width: 150px;
    background: linear-gradient(#62C7CD, #62C7CD), linear-gradient(to right, #142E92, #63B3B4);
    border: 3px solid;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.25);
    border-color: transparent !important;
    height: 30px;
    /* display: flex !important; */
    justify-content: center;
    align-items: center;
}
#product #current_specific_price {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #555555;
    display: inline-block;
    width: 130px;
}
#product #attributes .box-info-attr-side fieldset .attribute_list li a > * {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#product .product_attributes, #product .box-cart-bottom {
    border-top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#product .box-info-attr-side > div:first-child {
    width: 40%;
}
#product .box-info-attr-side > div:last-child {
    width: 60%;
}
#product .buttons_bottom_block {
    border-radius: 6px;
    border-width: 4px !important;
    position: relative;
}
#product #add_to_cart::before {
    content: "";
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border: 5px solid #62C7CD;
    border-radius: 5px;
}

/*Product Attribute*/
#product .product_attributes, #product .box-cart-bottom {
    border-top: 0;
}

fieldset.attribute_fieldset.attribute_fieldset_custom {
display: none;
max-width: 290px;
}

fieldset.attribute_fieldset.attribute_fieldset_custom.initialize {
display: inline-block;
}

#attributes .attribute_list ul.custom_attrs {
margin: 0;
line-height: 0;
font-size: 0;
}

#attributes .attribute_list ul.custom_attrs li {
display: inline-block;
line-height: 1;
margin: 0;
vertical-align: top;
border-bottom: 1px solid #58C5CA !important;
}

#attributes .attribute_list ul.custom_attrs li.active {
border: 1px solid #58C5CA !important;
border-bottom: none !important;
}

#attributes .attribute_list ul.custom_attrs li a {
display: block;
color: #555 !important;
font-size: 16px;
padding: 7px;
}

#attributes .attribute_list .custom_attrs_val {
border: 1px solid;
border-image: linear-gradient(
to bottom,
#58C5CA,
#58c5ca00
) 1 100%;
/* / border-image: linear-gradient(180deg, #58C5CA 100%, rgba(88, 197, 202, 0) 100%); / */
}

#attributes .attribute_list .custom_attrs_val ul {
margin: 0;
display: none;
width: 100%;
padding: 0px;
}

#attributes .attribute_list .custom_attrs_val ul.active {
display: inline-block;
}

#attributes .attribute_list .custom_attrs_val ul li {
display: inline-block;
margin: 5px;
line-height: 1;
}

#attributes .attribute_list .custom_attrs_val ul li a {
display: block;
padding: 5px;
text-align: center;
}

#attributes .attribute_list .custom_attrs_val ul li a > * {
display: block;
color: #555;
font-family: Roboto;
font-style: normal;
font-weight: normal;
font-size: 12px;
line-height: 14px;
}
#product #mouseposition-extension-element-coordinate-display{
    display: none;
}

#product .tab-content > section {
    box-sizing: border-box;
    background: linear-gradient(#fff, #fff), linear-gradient(to bottom, #58C5CA, #fff);
    border: 1px solid transparent !important;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    padding: 15px;
    box-shadow: 0px 6px 5px rgba(0, 0, 0, 0.25);
}
#product .product-tabs-container .nav-tabs li a {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #555555 !important;
    display: block;
    padding: 5px 10px;
}
#product .product-tabs-container .nav-tabs li a:hover {
    background: #fff !important;
}
#product #page .product-tabs-container .nav-tabs li a.active {
    margin-bottom: -1px;
    border-top: 1px solid #58C5CA !important;
    border-left: 1px solid #58C5CA !important;
    border-right: 1px solid #58C5CA !important;
    border-bottom: 1px solid #fff !important;
}
#product .product-tabs-container .nav-tabs {
    border: none;
}
#product .pb-center-column #product_comments_block_extra, #product .pb-center-column #loyalty {
    display: none;
}
#product .product-more-buttons .more_buttons_bottom_block > div {
    margin: 0 7px 10px;
    background: #FFFFFF;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    padding: 4px;
    border-radius: 20px;
    height: 22px;
    width: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#product #wishlist_button_nopop:before {
    display: none;
}
#product .accesories-slider .page-product-heading {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
}
#product .accessorycheckbox {
    box-shadow: none;
    padding: 0 25px;
} 
#product .accessorycheckbox div.checker {
    float: none;
    margin: 0 !important;
}
#product .accessorycheckbox div.checker > span {
    border-color: #2F489B !important;
}
#product .accessorycheckbox div.checker span.checked:before {
    color: #2F489B;
    font-size: 12px;
}
#product .accessorycheckbox .ajax_block_product {
    font-size: 14px;
    line-height: 21px;
    color: #555555;
}
#product .accessorycheckbox .acc-product-name {
    font-size: 16px;
    line-height: 24px;
}
#product .accessorycheckbox .acc-product-price {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
}
#product .accessorycheckbox .acc-manufacturer {
    font-size: 16px;
    line-height: 21px;
    font-weight: bold;
    color: #000;
}
#product .page-product-heading h3, #product .page-product-box h3 {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #555555 !important;
    border-bottom: 0;
    text-align: center;
    padding: 0;
}
#product .product-tabs-container {
    width: 100%;
}
#product .page-product-box {
    box-sizing: border-box;
    background: linear-gradient(#fff, #fff), linear-gradient(180deg, #58C5CA 0%, #fff 55%);
    border: 1px solid transparent !important;
    background-repeat: no-repeat;
    background-origin: padding-box, border-box;
    padding: 15px;
    width: 100%;
}
#product .ajax_block_product {
    border-bottom: 0;
    border: 0;
}
#product .ajax_block_product:hover .addToCartFormWrapper {
    opacity: 1;
}
#product .ajax_block_product .product-container {
    background: #F7F7F7;
    border: 0 !important;
}
#product .new-label {
    color: #ffffff !important;
    background: var(--new) !important;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    top: 0;
    padding: 5px;
    text-transform: none;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
#product .sale-label {
    color: #ffffff !important;
    background: var(--sale) !important;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    top: 0;
    padding: 5px;
    text-transform: none;
    width: 50px;
    right: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#product #image-block .sale-label {
    position: absolute;
    right: 0;
    left: unset;
    width: auto;
}
#product #image-block .new-label {
    position: absolute;
    left: 0;
}
#product .accessorycheckbox .slick-dots {
    bottom: -25px;
    left: 0;
}
#product .accessorycheckbox .slick-dots li > button {
    border: 1px solid #153093 !important;
    height: 10px;
    width: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #555 !important;
    text-align: center;
    font-weight: 500;
    box-sizing: border-box;
    background: #fff;
}
#product .accessorycheckbox .slick-dots li.slick-active > button {
    background:  #153093;
    color: #fff !important;
}
#product #availability_statut {
    margin: 0 !important;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}
#product .available-box {
    position: absolute;
    top: 3px;
    right: 18px;
    padding: 0;
    margin: 0;
    z-index: 2;
}
#product .slick-arrow {
    display: none !important;
}
#product #availability_value.label-warning, #product #last_quantities {
    background: var(--blue) !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 2px !important;
    box-shadow: none;
    font-size: 12px;
    line-height: 14px;
}
#product #availability_value.label-success {
    background: #62C7CD !important;
    color: #fff !important;
    margin: 0 !important;
    padding: 2px !important;
    box-shadow: none;
    font-size: 12px;
    line-height: 14px;
}
#product .accessory-heading {
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #555555 !important;
}
#product .attr_description {
    font-size: 14px;
    line-height: 16px;
    color: #555;
}
#product #attributes .attribute_list .form-control, #product select {
    border: 1px solid #63c8ce !important;
    border-radius: 0;
    background: url(../../img/product/icon-arrow-down.png);
    background-repeat: no-repeat;
    background-position: 97% 50%;
}
#product #reduction_percent, #product #reduction_amount {
    background: transparent !important;
}

#product #color_to_pick_list li img {
    margin: auto !important;
}
#product #color_to_pick_list li {
    text-align: center;
    padding: 0 5px 5px;
}
#product #wishlist_button_nopop:before {
    background: url(../../img/product-list/icon-wishlist.png);
    width: 18px;
    height: 14px;
    font-size: unset;
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    justify-content: center;
    display: flex;
    align-items: center;
    margin: 0;
}