.col-lg-7-2 {
  width:90%;
  text-align:center;
}

.col-lg-5-2 {
  width:90%;
}

.col-lg-3-2 {
  width:15%;
}

.p__name {
  margin:30px 0 0 0;
  padding:0;
  font-size:120%;
  color:#333;
}

.p__discription {
  margin:2px 5px;
}

.c_flex {
	display: flex;
  	flex-direction: row;
}

.c_tooltip1 {
    position: relative;
    cursor: pointer;
  	margin-right: 10px;
}

.c_tooltip2 {
    position: relative;
    cursor: pointer;
  	margin-right: 10px;
  	margin-left: 80px;
}

.c_tooltip1 img{
    margin:0;
    padding:0 20px 0 0;
}

.c_tooltip2 img{
    margin:0;
    padding:0 20px 0 0;
  	width: 50%;
}
.c_description1 {
    display: none;
    position: absolute;
    padding: 8px;
    font-size: 11px;
    line-height: 1.2em;
    color: #fff;
    border-radius: 5px;
    background: #000;
  	width:50px;
}
.c_description1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 10px solid transparent;
    border-top: 10px solid #000;
    margin-left: -10px;
}
.c_tooltip1:hover .c_description1{
    display: inline-block;
    top: 2px;
    left: -20px;
}

.c_tooltip2:hover .c_description1{
    display: inline-block;
    top: 2px;
    left: -20px;
}

.psizebox {
	width:30%;
}

.psizebox img {
  width:90%;
}

.nameli {
	margin: 1px 0 1px 30px;
}


#custom-options-container {
  padding-right: 1%;
  padding-left: 1%;
}

.styleplusputtercoverholder {
  width: 80%;
  height: auto;
  padding: 30px 0;
}

.puttersize{
  width: 90%;
  display: flex;
  flex-direction: row;
}

.puttersizepic2 {
	padding-left: 25px;
}

.product__stock-str {
  display: none;
}

.stock_zero {
  color:red;
  font-weight:bold;
}