.black_dot {
width:20px;
height:20px;
background-color: #000;
border: 1px solid #000;
border-radius:50%;
display:inline-block;
margin-top: 7px;
}
.white_dot {
width:20px;
height:20px;
background-color: #FFF;
border: 1px solid #000;
border-radius:50%;
display:inline-block;
margin-top: 7px;
}
.plp_section {
border-bottom: 1px solid #eee;
padding-top: 50px;
padding-bottom: 50px;
position:relative;
}
.plp_product_heading {
font-family: RigidSquare-Regular;
font-weight: bold;
font-size: 36px;
color:#000;
}
.plp_short_description {
font-family: RigidSquare-Regular;
font-size: 18px;
color:#000;
}
.plp_secondary_heading {
font-family: RigidSquare-Italic;
font-size: 24px;
margin-top: 40px;
color:#000;
}
.plp_specs .lbl {
font-size: 20px;
color:#000;
}
.plp_specs .lbl2 {
font-size: 24px;
color: #000;
}
.txtblack {
color:#000;
}
.plp_section_edit {
position: absolute;
right: 2%;
background: #000;
padding: 0 11px;
}
.plp_section_edit a {
color:#FFF !important;
}
.nm-widget-title{
font-family: 'RigidSquare-Bold';
padding-left: 48px;
}
.slick-slide.slick-active{
border-right: 1px solid;
padding-right: 12px;
border-color: #c7c7c7;
}
@media (max-width: 600px) {
.socialmedia.nm_column.wpb_column.vc_column_container.col-sm-3{
padding-left: 12%;
}
.imagefordesktop{
display: none;
}
.imageformobile{
display: block;
}
}
@media (min-width: 600px) {
.imagefordesktop{
display: block;
}
.imageformobile{
display: none;
}
}
li.liItem{
list-style-type: disc;
}