/*

Theme Name: Pro &ndash; Child Theme
Theme URI: http://theme.co/pro/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to Pro in this child theme.
Version: 1.0.0
Template: pro

*/

/* single product second image css */
.product_below_image_section {
    clear: both;
    float: left;
    width: 100vw;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	background-color: #e03940;
}

.product_below_image_section .image-wrapper {
    width: 88%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 0;
}

.product_below_image_section .image-wrapper img {
	border: 5px solid #d76168;
}