
.copyvideopath-container {border: 1px solid #d3d3d3; }
.pdp_wrapper img { width: 100%; }
.pdp_container { max-width: 1000px; margin: 0 auto; }

.pdp_title_block { padding: 3px 0; border-top: 4px solid #74D2FF; border-bottom: 4px solid #74D2FF;}
.pdp_title  { font-size: 22px; line-height: 1.2em; font-weight: 700; padding: 10px 0; border-top: 3px solid #F482B9; border-bottom: 3px solid #F482B9;}


.pdp_row { display: flex; margin: 30px 0; justify-content: space-between; }
.pdp_row_2 { display: flex; justify-content: space-between; max-width: 500px; }
.row_1 .pdp_card  { width: 60%; padding: 20px; display: flex; justify-content: center; }
.row_1 .pdp_col  { flex: 1; }
.pdp_block_1 {display: flex; flex-direction: column; flex: 1; margin-left: 10px; justify-content: space-between;}
.pdp_shape { padding: 25px 40px; overflow: hidden; border-radius: 5px; background-color: white; margin-top: 10px; }

.pdp_main { border-radius: 5px; overflow: hidden; width: 40%; }
.pdp_note { border: 1px solid black; padding: 20px; border-radius: 5px; }

.pdp_card { background-color: #F0F0F0; border: 5px solid #E3E3E3; border-radius: 10px; width: 33%; padding: 15px; margin: 0 1%; }
.pdp_img_gp { display: flex; justify-content: center; }
.pdp_img_gp .pdp_img { width: 40%; max-width: 100px; }
.pdp_img { background-color: white; border-radius: 5px; padding: 10px; text-align: center; }
.pdp_img + .pdp_img { margin-left: 20px;}

.pdp_p { line-height: 1.5em;}
.pdp_p_m { font-size: 20px; margin-right: 10px; line-height: 1.5em; }
.pdp_img .pdp_p { font-weight: 700; margin-top: 5px; }
.pdp_card > .pdp_p { margin-top: 10px; flex: 1;}

.pdp_section_3 .pdp_card { width: 100%; margin: 0; }
.pdp_section_3 .pdp_img { display: flex; justify-content: center; position: relative; }

.chart_color { display: flex; align-items: center; }
.chart_color > div { margin-right: 3px; }
.chart_color .pdp_p { font-size: 14px;}
.chart_g { background-color: #1dad3a; width: 13px; height: 13px;  }
.chart_o { background-color: #eb5512; width: 13px; height: 13px; }

.chart_color.color_4 .chart_g, .chart_color.color_4 .chart_o { opacity: 75%;}
.chart_color.color_3 .chart_g, .chart_color.color_3 .chart_o { opacity: 50%;}
.chart_color.color_2 .chart_g, .chart_color.color_2 .chart_o { opacity: 25%;}
.chart_color.color_1 .chart_g, .chart_color.color_1 .chart_o { background-color: white; outline: .5px solid lightgray; outline-offset: -.5px;}

.chart_color_gp { position: absolute; left: 40px; bottom: 15px;}

.pdp_src { margin-bottom: 30px; }

.premium .row_1 .pdp_card { max-width: 300px;}
.premium .pdp_img { background-color: black; width: 100%; display: flex; justify-content: center; padding: 20px 0; }
.premium .pdp_section_3 .pdp_img { padding: 20px 0; }
.premium .pdp_section_3 img { max-width: 400px;  }

.large .pdp_section_3 .pdp_img { background-color: black; width: 100%; display: flex; justify-content: center; padding: 20px 0; }
.large .pdp_section_3 .row_1 .pdp_card { max-width: 500px;}
.large .pdp_shape { background-color: black; }
.large .pdp_section_3 .pdp_card { width: 50%; }

@media screen and (max-width: 959px) { 
    .large .pdp_p_m { font-size: 18px; }
}
@media screen and (max-width: 767px) { 
    .pdp_row { flex-direction: column;}
    .pdp_p_m { margin-bottom: 20px; font-size: 16px; margin-right: 0;}
    .row_1 .pdp_card { width: unset;padding: 10px; }
    .pdp_title { font-size: 18px;}

    .pdp_row { align-items: center; }
    .pdp_card { width: unset; max-width: 400px; padding: 10px; margin-bottom: 20px; }

    .pdp_section_3 .pdp_card { width: unset; max-width: unset; }
    .pdp_section_3 .pdp_img { flex-direction: column; padding-bottom: 50px; }
    .pdp_note { padding: 10px; }
    .pdp_shape { padding: 20px;}
    .pdp_img_gp .pdp_img { width: unset;}

   

}

@media screen and (max-width: 479px) { 
    .pdp_shape { padding: 15px;}
    .pdp_card { padding: 10px; }
    .pdp_section_3 .pdp_img  { padding-bottom: 80px; }
    .chart_color_gp { left: 20px;}
}

