.dp_field_fp_description img {
    display: none !important;
}

.fp-wrapper .quantity input.qty {
    background: #e5ecf6 !important;
    color: #373b40 !important;
    border: 1px solid #d1d7e1 !important;
    font-weight: 500!important;
    font-size: 20px!important;
    border-radius: 8px;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    height: 45px;
    width: unset !important;
    max-width: 60px;
    min-width: unset !important;
    display: inline-block !important;
    float: left;
    margin-right: 10px;
    padding: 4px;
    text-align: center;
}

.et_pb_module.et_pb_bg_layout_dark .fp-wrapper .quantity input {
    background-color: rgba(0, 0, 0, 0.3) !important;
    border: none !important;
    color: #fff !important;
}

.fp-wrapper form.cart {
    margin-top: 20px;
}

a.fp-title-link:hover {
    text-decoration: underline;
}

.fp-wrapper img.dp_field_fp_image {
    display: block;
}

img.dp_field_fp_image {
    width: 100%;
    height: auto;	
}

body .fp-wrapper > * {
    margin-bottom: 0.5em;
    padding-bottom: 0;
    display: block;
}

body .fp-wrapper > *:last-child {
    margin-bottom: 0px;
}

/** View Product Link **/
a.dp_field_view_product_link {
    font-weight: bold;
    display: block;
    margin-top
}

a.dp_field_view_product_link::after {
    content: "\35";
    font-family: 'ETmodules' !important;
    text-align: center;
    display: inline-block !important;
    speak: none;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    font-size: inherit;
    line-height: inherit;
}

/** Visual Builder Notice on Image Placement **/

#et-fb-app .fp-col-img .fp-image-link,
#et-fb-app .fp-row-img .fp-image-link,
#et-fb-app .fp-section-img .fp-image-link {
	display: none !important;
}

#et-fb-app .fp-col-img::before,
#et-fb-app .fp-row-img::before,
#et-fb-app .fp-section-img::before {
    position: relative;
    display: block !important;
    z-index: 99999;
    pointer-events: none !important;
}

#et-fb-app .et_pb_bg_layout_dark .fp-col-img::before  {
    color: #fff !important;
}

/* Column */
#et-fb-app .fp-col-img::before {
    content: "Product image will appear as background of this column";
}

#et-fb-app .fp-col-img[data-img-col="1"]::before {
    content: "Product image will appear as background of column 1";
}

#et-fb-app .fp-col-img[data-img-col="2"]::before {
    content: "Product image will appear as background of column 2";
}

#et-fb-app .fp-col-img[data-img-col="3"]::before {
    content: "Product image will appear as background of column 3";
}

#et-fb-app .fp-col-img[data-img-col="4"]::before {
    content: "Product image will appear as background of column 4";
}

#et-fb-app .fp-col-img[data-img-col="5"]::before {
    content: "Product image will appear as background of column 5";
}

#et-fb-app .fp-wrapper.fp-col-img[data-img-col="6"]::before {
    content: "Product image will appear as background of column 6";
}

/* Row */
#et-fb-app .fp-row-img::before {
    content: "Product image will appear as background of row";
}

/* Section */
#et-fb-app .fp-section-img::before {
    content: "Product image will appear as background of section";
}

