 a.amz-btn-txt {
/*	background: #1395ba; */
	/* border-radius: 7px; */
	color: #FFFFFF !important;
	display: table;
	font-size: 14px;
	font-weight: 700;
	margin: 6px;
	padding: 7px 24px;
	text-decoration: none;
	width: auto;
}
 a.amz-btn-txt:hover{
	background: #7e5d45;
}

 a.aff-btn-txt {
       color: #FFFFFF !important;
    font-size: 14px;
    font-weight: 500;
    background: #6f4e37;
    padding: 10px 15px;
padding: 7px 24px;
    display: table;
    width: auto;
    margin: 15px auto;
    text-decoration: none;
}


/*  Box xxxxxxx */

.pro-box{
	-webkit-box-shadow: 0px 0px 14px -5px rgba(153,153,153,0.67);
-moz-box-shadow: 0px 0px 14px -5px rgba(153,153,153,0.67);
box-shadow: 0px 0px 14px -5px rgba(153,153,153,0.67);
    width: 100%;
    background-color: #fff;
    margin: 50px 0 40px 0;
    padding: 20px;
}	

.pro-img{
	width: 38%;
	text-align: center;
	float: left;
	padding: 30px 20px 10px 10px;


}
.pro-side{
	width: 62%;
    float: left;
	padding-left: 30px;
}
.pro-box:after{
	visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}


.pro-box p{
	margin: 0px;
}

.pro-box a.amz-btn-txt, .pro-box a.aff-btn-txt {
	background: #f80;
	color: #FFFFFF !important;
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	margin: 6px;
	padding: 7px 24px;
	text-decoration: none;
	width: auto;
	transition: 1s;
}

.pro-box a.amz-btn-txt:hover, .pro-box a.aff-btn-txt:hover {
	background: #000000;

}





.pro-box h3 a{
	color:#000000;
	    font-size: 1.3em;
	    line-height: 1.4;
    font-weight: 700;
}
.pro-box h3 a:hover{
	color:#000000;
	/* border-bottom: 3px solid #000; */
}

.pro-box ul{
  margin: 18px 0px;
  list-style: square;
    font-size: 1.1em;
    font-weight: 400;
}
}


.pro-box ul li:empty {
   display: none;
}

.ct-text-block .pro-box a:hover{
	border: none;
}

/* for Mobile */


@media only screen and (max-width: 767px){
.pro-img {
	width: 100%;
    padding: 30px 20px 10px 10px;
	margin-bottom: 20px;
}
.pro-side {
    width: 100%;
    padding: 0px;
}

.pro-box a.amz-btn-txt, .pro-box a.aff-btn-txt{
    width: 100%;
    text-align: center;
}

.wp-block-column {
    margin-top: 23PX;
}

}
