#product #content {
    position: relative;
    max-width: 452px;
    margin: 0 auto;
}
#product .product_topview {
    background-color: transparent;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}
#product .product_topview .block_left {
    width: 30%}
#product .product_topview .block_center {
    width: calc(42% - 40px);
    margin: 0 20px;
}
#product .product_topview .block_right {
    width: 28%}
#product .product_topview.product_columns_2 .block_left {
    width: 50%}
#product .product_topview.product_columns_2 .block_right {
    width: 42%}
#product .product_topview.product_columns_2 .block_left #content {
    max-width: 100%}
#product .product_topview.product_columns_2 .block_left #content .product-cover img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
#product .dbfreeshipping {
    color: var(--color_font) !important;
}
.product-price {
    display: inline-block;
    color: var(--primary_color);
}
#product-description-short {
    color: var(--color_font);
}
#product-description-short ul, #product-description-short ol {
    padding-left: 0;
    list-style-position: inside;
}
#product-description-short ul li, #product-description-short ol li {
    font-size: 0.9375rem;
    color: #7a7a7a;
}
#product-description-short ul {
    list-style-type: disc;
}
.product-information {
    font-size: .9375rem;
    color: var(--color_font);
    margin-top: 2rem;
}
.product-information .manufacturer-logo {
    height: 3.125rem;
    margin-bottom: 1rem;
    border: none;
}
.product-information .product-description img {
    max-width: 100%;
    height: auto;
}
.product-information .product-description ul, .product-information .product-description ol {
    padding-left: 0.75rem;
    list-style-position: inside;
}
.product-information .product-description ul li, .product-information .product-description ol li {
    font-size: 0.9375rem;
    color: #7a7a7a;
}
.product-information .product-description ul {
    list-style-type: disc;
}
.product-information .btn-link {
    width: 100%;
    text-align: left;
    color: var(--color_font);
    font-size: 18px;
}
.product-information .btn-link>i {
    float: right;
}
.product-information .btn-link .collapse_down {
    display: none;
}
.product-information .btn-link .collapse_up {
    display: block;
}
.product-information .btn-link:focus {
    outline: 0;
    text-decoration: none;
}
.product-information .btn-link.collapsed>i.collapse_down {
    display: block;
}
.product-information .btn-link.collapsed>i.collapse_up {
    display: none;
}
.product-information .info_content, .product-information #product-details {
    padding: 1rem;
}
.product-information #product-details .product-details {
    padding: 0;
}
.product-information.open .product-info_title {
    width: 100%;
    text-align: left;
    color: var(--color_font);
    font-size: 18px;
    margin-bottom: 1rem;
    display: table;
}
.product-information.open>.card {
    padding: 1rem;
}
.product-information.open .info_content, .product-information.open #product-details {
    padding: 0;
}
.input-color {
    position: absolute;
    width: 1.25rem;
    height: 1.25rem;
    cursor: pointer;
    opacity: 0;
}
.input-container {
    position: relative;
}
.input-radio {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}
.input-color:checked+span, .input-color:hover+span, .input-radio:checked+span, .input-radio:hover+span {
    border: 2px solid var(--color_font);
}
.radio-label {
    display: inline-block;
    padding: 0.125rem .625rem;
    font-weight: 600;
    background: #fff;
    border: 2px solid #fff;
}
.product-actions .control-label {
    display: block;
    width: 100%;
    margin-bottom: 0.375rem;
}
.product-actions .add-to-cart {
    height: 2.75rem;
    padding-top: 0.625rem;
    line-height: inherit;
}
.product-actions .add-to-cart .material-icons {
    line-height: inherit;
}
.product-quantity {
    display: flex;
    margin-top: 1.25rem;
}
.product-quantity .qty, .product-quantity .add {
    display: inline-flex;
    float: left;
    margin-bottom: 0.5rem;
}
.product-quantity .add {
    min-width: calc(100% - 115px);
    max-width: 70%}
.product-quantity .add .add-to-cart {
    height: 2.75rem;
    line-height: inherit;
    padding-top: .625rem;
    width: 100%;
    font-weight: 400;
    text-transform: none;
}
.product-quantity .add .add-to-cart>i {
    line-height: inherit;
    margin-right: 2px;
    font-size: 20px;
}
.product-quantity .qty {
    margin-right: 5px;
    min-width: 110px;
}
.product-quantity #quantity_wanted {
    width: 3rem;
    height: 2.75rem;
    padding: 0.175rem 0.5rem;
    color: var(--color_font);
    background-color: #fff;
}
.product-quantity .input-group-btn-vertical {
    width: auto;
}
.product-quantity .input-group-btn-vertical .btn {
    padding: 0.5rem 0.6875rem;
}
.product-quantity .input-group-btn-vertical .btn i {
    top: 0.125rem;
    left: 0.1875rem;
    font-size: 1rem;
}
.product-quantity .btn-touchspin {
    height: 1.438rem;
}
.product-quantity .input-group-btn-vertical .btn {
    border: 1px solid;
    height: 44px !important;
    padding: 1px 6px !important;
    top: 0;
    margin-top: 0;
}
.product-quantity .input-group-btn-vertical .btn i {
    position: relative;
    top: 0;
    left: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-up:after {
    content: "\e145"}
.bootstrap-touchspin .input-group-btn-vertical .touchspin-down:after {
    content: "\e15b"}
.bootstrap-touchspin #quantity_wanted, .bootstrap-touchspin #quantity_wanted_miniature {
    left: 29px;
    width: 50px;
    height: 44px !important;
    padding: 0;
    text-align: center;
    line-height: 24px;
    border-left: 0;
    border-top: 0.8px solid var(--primary_color);
    border-bottom: 0.8px solid var(--primary_color);
    border-right: 0;
}
.bootstrap-touchspin .input-group-btn-vertical {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    left: -77px;
    border-left: 0.8px solid var(--primary_color);
    border-top: 0.8px solid var(--primary_color);
    border-bottom: 0.8px solid var(--primary_color);
    border-right: 0;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    border-left: 0;
    border-top: 0.8px solid var(--primary_color);
    border-bottom: 0.8px solid var(--primary_color);
    border-right: 0.8px solid var(--primary_color);
    left: 30px;
}
.product-discounts {
    margin-bottom: 1.5rem;
}
.product-discounts>.product-discounts-title {
    font-size: .875rem;
    font-weight: 600;
}
.product-discounts>.table-product-discounts thead tr th {
    width: 33%;
    padding: .625rem 1.25rem;
    text-align: center;
    background: #fff;
    border: 0.3125rem #f6f6f6 solid;
}
.product-discounts>.table-product-discounts tbody tr {
    background: var(--background);
}
.product-discounts>.table-product-discounts tbody tr:nth-of-type(even) {
    background: #fff;
}
.product-discounts>.table-product-discounts tbody tr td {
    padding: .625rem 1.25rem;
    text-align: center;
    border: 0.3125rem #f6f6f6 solid;
}
.product-prices div {
    margin-bottom: 0.625rem;
}
.product-prices .tax-shipping-delivery-label {
    font-size: 0.8125rem;
    color: #7a7a7a;
}
.product-prices .tax-shipping-delivery-label .delivery-information {
    padding: 0 0 0 2px;
}
.product-prices .tax-shipping-delivery-label .delivery-information::before {
    padding: 0 2px 0 0;
    content: "-"}
.product-prices .tax-shipping-delivery-label .available_stock {
    background-color: #d6eed1;
    padding: 3px 10px;
    color: #458057;
}
.product-prices .tax-shipping-delivery-label .available_stock.unavailable {
    background-color: #ff9a522e;
    color: #ff9a52;
}
.product-prices .tax-shipping-delivery-label .available_stock.unavailable>.delivery-information {
    display: none;
}
.product-prices .product-quantities label {
    margin-bottom: 0;
}
.product-discount {
    color: #7a7a7a;
}
.product-discount .regular-price {
    margin-right: .625rem;
    font-weight: 500;
    text-decoration: line-through;
}
.has-discount.product-price, .has-discount p {
    color: var(--second_color);
}
.has-discount .discount {
    display: inline-block;
    padding: 0.3125rem .625rem;
    margin-left: .625rem;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    background: var(--second_color);
}
.product-unit-price {
    margin-bottom: 0;
    font-size: .8125rem;
    color: var(--primary_color);
}
.tabs {
    padding: 1.25rem 1.875rem;
    margin-top: 2rem;
    background: #fff;
}
.tabs .tab-pane {
    padding-top: 1.25rem;
}
.tabs .nav-tabs {
    border: none;
    border-bottom: #f6f6f6 2px solid;
}
.tabs .nav-tabs .nav-link {
    color: #7a7a7a;
    border: 0 solid transparent;
}
.tabs .nav-tabs .nav-link.active {
    color: var(--primary_color);
    border: none;
    border-bottom: var(--primary_color) 3px solid;
}
.tabs .nav-tabs .nav-link:hover {
    border: none;
    border-bottom: var(--primary_color) 3px solid;
}
.tabs .nav-tabs .nav-item {
    float: left;
    margin-bottom: -0.125rem;
}
.product-cover {
    position: relative;
    margin-bottom: 1.25rem;
}
.product-cover img {
    background: #fff;
    width: 100%;
    height: auto;
}
.product-cover .layer {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
    background: #000;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: opacity 0.7s ease-in-out;
}
.product-cover .layer:hover {
    opacity: 1;
}
.product-cover .layer .zoom-in {
    font-size: 3.125rem;
    color: #fff;
}
.displayProductCenterColumn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
}
.displayProductCenterColumn .product-manufacturer {
    position: relative;
    margin-left: auto;
}
.displayProductCenterColumn .product-manufacturer .brand_centercolumn {
    display: table;
}
.displayProductCenterColumn .product-manufacturer .brand_centercolumn img {
    height: 35px;
    width: auto;
    border: 0;
}
.price_outstanding {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 1rem;
}
.price_outstanding .product-prices .product-price {
    width: 100%;
    padding-bottom: .625rem;
    margin-bottom: .625rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    color: var(--color_font);
}
.price_outstanding .product-prices .product-price .current-price {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 0;
}
.price_outstanding .product-prices .product-price .current-price .price_with_tax {
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: 600;
    margin-right: 10px;
}
.price_outstanding .product-prices .product-price .current-price .show_discount, .price_outstanding .product-prices .product-price .current-price .show_pvp {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: 10px;
}
.price_outstanding .product-prices .product-price .current-price .show_discount .title, .price_outstanding .product-prices .product-price .current-price .show_pvp .title {
    font-size: .7rem;
}
.price_outstanding .product-prices .product-price .current-price .show_discount span.old_price, .price_outstanding .product-prices .product-price .current-price .show_pvp span.old_price {
    text-decoration: line-through;
}
.price_outstanding .product-prices .product-price .current-price .show_discount .discount, .price_outstanding .product-prices .product-price .current-price .show_pvp .discount {
    color: #fff;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    background-color: var(--second_color);
    padding: 1px 6px;
}
#splide_images_product .splide__slide img, #splide_images_product_miniature .splide__slide img, #splide_images_product_miniature_lateral .splide__slide img {
    max-width: 100%;
    height: auto;
}
#splide_images_product_secundary {
    margin: 10px 0;
}
.images-container.images_lateral {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
#splide_images_product_miniature_lateral {
    width: calc(100% - 85px);
}
#product .product_topview .product-description {
    max-width: calc(100% - 50px);
}
#product-modal .modal-content {
    padding: 0;
    background: transparent;
    border: none;
}
#product-modal .modal-content .modal-body {
    display: flex;
    margin-left: -30%}
#product-modal .modal-content .modal-body .product-cover-modal {
    background: #fff;
}
#product-modal .modal-content .modal-body .image-caption {
    width: 800px;
    padding: 0.625rem 1.25rem;
    background: #fff;
    border-top: #f6f6f6 1px solid;
}
#product-modal .modal-content .modal-body .image-caption p {
    margin-bottom: 0;
}
#product-modal .modal-content .modal-body .thumbnails {
    position: relative;
}
#product-modal .modal-content .modal-body .mask {
    position: relative;
    z-index: 1;
    max-height: 49.38rem;
    margin-top: 2.188rem;
    overflow: hidden;
}
#product-modal .modal-content .modal-body .mask.nomargin {
    margin-top: 0;
}
#product-modal .modal-content .modal-body .product-images {
    margin-left: 2.5rem;
}
#product-modal .modal-content .modal-body .product-images img {
    width: 9.25rem;
    height: auto;
    cursor: pointer;
    background: #fff;
}
#product-modal .modal-content .modal-body .product-images img:hover {
    border: var(--primary_color) 3px solid;
}
#product-modal .modal-content .modal-body .arrows {
    position: absolute;
    top: 0;
    right: 1.875rem;
    z-index: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
#product-modal .modal-content .modal-body .arrows .arrow-up {
    position: absolute;
    top: -2rem;
    opacity: 0.2;
}
#product-modal .modal-content .modal-body .arrows .arrow-down {
    position: absolute;
    bottom: -2rem;
}
#product-modal .modal-content .modal-body .arrows i {
    display: inline;
    font-size: 6.25rem;
}
.product-images>li.thumb-container {
    display: inline;
}
.product-images>li.thumb-container>.thumb {
    margin-bottom: .625rem;
    cursor: pointer;
}
.images-container .product-images>li.thumb-container>.thumb {
    margin-right: 0.8125rem;
}
.product-images>li.thumb-container>.thumb.selected, .product-images>li.thumb-container>.thumb:hover {
    border: var(--primary_color) 3px solid;
}
#main .images-container .js-qv-mask {
    overflow: hidden;
    white-space: nowrap;
}
#main .images-container .js-qv-mask.scroll {
    width: calc(100% - 60px);
    margin: 0 auto;
}
.scroll-box-arrows {
    display: none;
}
.scroll-box-arrows.scroll {
    display: block;
}
.scroll-box-arrows i {
    position: absolute;
    bottom: 1.625rem;
    height: 100px;
    line-height: 100px;
    cursor: pointer;
}
.scroll-box-arrows .left {
    left: 0;
}
.scroll-box-arrows .right {
    right: 0;
}
#product-availability {
    display: inline-block;
    font-weight: 700;
}
#product-availability .material-icons {
    line-height: inherit;
}
#product-availability .product-available {
    color: #4cbb6c;
}
#product-availability .product-unavailable {
    color: #ff9a52;
}
#product-availability .product-last-items {
    color: #ff9a52;
}
#product-details .label {
    font-size: 1rem;
    font-weight: 500;
    color: var(--color_font);
}
.product-features {
    margin-top: 1.25rem;
    margin-left: 0.3125rem;
}
.product-features>dl.data-sheet {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}
.product-features>dl.data-sheet dd.value, .product-features>dl.data-sheet dt.name {
    flex: 1 0 40%;
    min-height: 2.5rem;
    padding: .625rem;
    margin-right: .625rem;
    margin-bottom: 0.5rem;
    font-weight: 500;
    text-transform: capitalize;
    word-break: normal;
    background: #f6f6f6;
}
.product-features>dl.data-sheet dd.value:nth-of-type(even), .product-features>dl.data-sheet dt.name:nth-of-type(even) {
    background: var(--background);
}
.product-variants>.product-variants-item {
    margin: .625rem 0 0;
}
.product-variants>.product-variants-item select {
    width: 100%;
    padding-right: 1.875rem;
    background-color: #fff;
}
.product-variants>.product-variants-item ul li {
    margin-right: .625rem;
}
.product-variants>.product-variants-item ul li label {
    margin-bottom: 0;
}
.product-variants>.product-variants-item .color {
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 0;
}
.product-customization {
    margin: 2.5rem 0;
}
.product-customization .product-customization-item {
    margin: 1.25rem 0;
}
.product-customization .product-message {
    width: 100%;
    height: 3.125rem;
    padding: 0.625rem;
    resize: none;
    background: #f6f6f6;
    border: none;
}
.product-customization .product-message:focus {
    background-color: #fff;
    outline: 0.1875rem solid var(--primary_color);
}
.product-customization .file-input {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 2.625rem;
    overflow: hidden;
    cursor: pointer;
    opacity: 0;
}
.product-customization .customization-message {
    margin-top: 20px;
}
.product-customization .custom-file {
    position: relative;
    display: block;
    width: 100%;
    height: 2.625rem;
    margin-top: 1.25rem;
    line-height: 2.625rem;
    color: #7a7a7a;
    text-indent: 0.625rem;
    background: #f6f6f6;
}
.product-customization .custom-file button {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
}
.product-customization small {
    color: #7a7a7a;
}
.product-pack {
    margin-top: 2.5rem;
}
.product-pack .pack-product-container {
    display: flex;
    justify-content: space-around;
}
.product-pack .pack-product-container .pack-product-name {
    flex: 0 0 50%;
    font-size: 0.875rem;
    color: #7a7a7a;
}
.product-pack .pack-product-container .pack-product-quantity {
    padding-left: .625rem;
    border-left: #f6f6f6 2px solid;
}
.product-pack .pack-product-container .pack-product-name, .product-pack .pack-product-container .pack-product-price, .product-pack .pack-product-container .pack-product-quantity {
    display: flex;
    align-items: center;
}
.product-refresh {
    margin-top: 1.25rem;
}
.social-sharing {
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 1.5rem;
    justify-content: center;
}
.social-sharing ul {
    margin-bottom: 0;
}
.social-sharing li {
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.5rem;
    cursor: pointer;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0.25rem 0.25rem;
    background-size: 2rem 2rem;
    border-radius: 50%;
    transition: all 0.2s ease-in;
}
.social-sharing li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}
.social-sharing li a:hover {
    color: transparent;
}
.products-selection {
    margin-bottom: 1.25rem;
}
.products-selection .title {
    color: #7a7a7a;
}
.db_list_comments_products {
    margin-left: 0;
    margin-right: 0;
    background-color: #FFF;
    padding: 1rem 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.db_list_comments_products .product-comments-list-left {
    width: 25%;
    border-right: 1px solid rgba(0, 0, 0, 0.125);
}
.db_list_comments_products .product-comments-list-left .nb_totalcomments {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    position: sticky;
    top: 20px;
}
.db_list_comments_products .product-comments-list-left .average_grade {
    font-size: 3rem;
    font-weight: 600;
    color: var(--color_font);
    line-height: 3rem;
    padding: 1.9rem 1.6rem;
    border: 2px solid rgba(0, 0, 0, 0.125);
    border-radius: 50%}
.db_list_comments_products .product-comments-list-left .nb_comments {
    font-size: 0.9rem;
    color: #7a7a7a;
}
.db_list_comments_products .product-comments-list-right {
    width: 75%;
    position: relative;
}
.db_list_comments_products .product-comment-list-item {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    margin: 0 20px 20px;
    padding-top: 0;
}
.db_list_comments_products .product-comment-list-item:last-child {
    margin-bottom: 0;
    border: 0;
    padding-bottom: 0;
}
.db_list_comments_products .product-comment-list-item .comment-infos {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    height: auto;
    letter-spacing: 0;
    min-height: 0;
    margin-bottom: 15px;
    font-size: 0.8rem;
}
.db_list_comments_products .product-comment-list-item .comment-infos .grade-stars {
    margin-bottom: 0;
    height: 25px;
}
.db_list_comments_products .product-comment-list-item .comment-infos .comment-date {
    margin-left: 5px;
}
.db_list_comments_products .product-comment-list-item .comment-infos .verificated {
    margin-left: auto;
    color: #4cbb6c;
}
.db_list_comments_products .product-comment-list-item .comment-infos .verificated i {
    font-size: 18px;
}
.db_list_comments_products .product-comment-list-item .comment-content .comment_title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 1.05rem;
    color: var(--color_font);
}
.db_list_comments_products .product-comment-list-item p {
    color: var(--color_font) !important;
}
.db_list_comments_products .product-comment-list-item .comment-buttons a {
    color: #7a7a7a;
}
.db_list_comments_products #product-comments-list-pagination {
    position: inherit;
    margin: 1.5rem auto 0;
}
.db_list_comments_products #product-comments-list-pagination ul {
    justify-content: center;
}
.db_list_comments_products .post-product-comment {
    margin: 1.5rem auto 0;
    display: block;
    box-shadow: none;
    background: var(--button_p_bk);
    color: var(--button_p_color);
    border: 0;
}
.db_list_comments_products .post-product-comment:hover {
    background: var(--button_p_bk_hover);
    color: var(--button_p_color_hover);
}
#product .product-comment-modal#post-product-comment-modal .criterion-rating label {
    color: var(--color_font);
}
#product .product-comment-modal .post-comment-buttons .btn-comment {
    background: var(--button_p_bk);
    color: var(--button_p_color);
}
#product .product-comment-modal .post-comment-buttons .btn-comment:hover {
    background: var(--button_p_bk_hover);
    color: var(--button_p_color_hover);
}
.product_packs_dto {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.product_packs_dto .pack_dto {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 32%;
    padding: 0.5rem 1rem;
    background-color: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.125);
    cursor: pointer;
    text-align: center;
}
.product_packs_dto .pack_dto.checked {
    border: 2px solid var(--primary_color);
}
@media (max-width: 991px) {
    .product-cover img {
    width: 100%;
    height: auto;
}
#product-modal .modal-content .modal-body {
    flex-direction: column;
    margin-left: 0;
}
#product-modal .modal-content .modal-body img.product-cover-modal {
    width: 100%}
#product-modal .modal-content .modal-body .arrows {
    display: none;
}
#product-modal .modal-content .modal-body .image-caption {
    width: 100%}
#blockcart-modal .modal-dialog {
    width: calc(100% - 20px);
}
#blockcart-modal .modal-body {
    padding: 1.875rem;
}
.product-images>li.thumb-container>.thumb:not(.selected) {
    border: none;
}
#product .product_topview {
    flex-direction: column;
}
#product .product_topview .block_left, #product .product_topview .block_center, #product .product_topview .block_right {
    width: 100%}
#product .product_topview.product_columns_2 .block_left, #product .product_topview.product_columns_2 .block_right {
    width: 100%}
#product .product_topview .block_center {
    margin: 0;
}
#product .card {
    background-color: #fff;
}
#product .product-customization>.card {
    padding: 1.25rem;
}
#product .db_list_comments_products {
    flex-direction: column;
}
#product .db_list_comments_products>div {
    width: 100%}
#product .db_list_comments_products .product-comments-list-left {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}
}@media (max-width: 767px) {
    #blockcart-modal .divide-right {
    border-right: none;
}
#blockcart-modal .modal-body {
    padding: 1rem;
}
}
