@charset "utf-8";
/* CSS Document */


/*____Azon Box Style____*/
.azon_box_container {
    border-left: 1px solid #666;
    margin-left: 15px;
    float: right;
    max-width: 400px;
    padding-left:15px;
	margin-bottom:15px;
    width: 100%;
}

.azon_box_left_area {
    float: left;
    width: 100%;
    position: relative;
	max-width:180px;
	text-align:center;
}

.azon_box_right_area {
    max-width: 185px;
	width:100%;
    float: left;
    padding-left:10px;
	line-height:1.2em;
}
.azon_description{ margin-bottom:5px !important; font-size: 14px !important; line-height: 1.4em !important;}
.azon_heading {
    color: #336982;
    font-size: 19px !important;
    margin-bottom:8px !important;
	line-height:1.2em !important;
}
.azon_sub_heading{
    color: crimson;
    font-size: 15px !important;
	margin-bottom:10px !important; 
    font-weight: 700;
	line-height:1.3em !important;

}
.azon_box_button {
    background-color: #ED2F2F;
    color: #fff;
    border-bottom: 4px solid #860303;
    border-radius: 4px;
	font-size: 14px;
    font-weight: 600;
    padding: 5px 10px;
    text-decoration: none !important;
	display:table;
	margin:0 auto;
}
.azon_box_button:hover{ background: #DF0606;}
.azon_image_wrap a:hover{ text-decoration:none !important; }

p.image_name {
    font-size: 13px !important;
    text-align: center;
    line-height: 1.1 !important;
    margin-bottom: 10px !important;
	cursor:text;
	color:#212121;
}
.azon_box_tag {
    background-image: url(images/taget_back.png);
	background-repeat:no-repeat;
	background-position:top left;
    padding: 1px 3px;
    position: absolute;
    left: -25px;
    top: 20px;
    display: block;
    font-size: 13px;
    height: 35px;
}
.azon_box_tag p {
    padding: 3px 10px;
    margin: -1px 0 0;
    display: block;
    text-align: center;
    background-color: rgba(255, 186, 19, 0.8);
    height: 30px;
    font-size: 13px !important;
    color: #000 !important;
}
.ytp-watermark{ display:none !important; opacity:0 !important;}


/*_____Pricing Table____*/
.section_product_table br{ display:none;}
.section_product_table table tr th {
    font-size: 15px;
    line-height: 1.3em;
    text-align: center;
    background-color: #8EC63F;
	padding:8px 7px;
    color: #fff;
    border: none;
    border-right:1px solid #fff;
	font-family: 'Roboto',sans-serif;
}
.section_product_table table tr th:last-child{ border-right:none;}
.section_product_table table tr th:last-child{ width:120px; }
.section_product_table table tr td{
    font-size:13px;
    line-height:1.3em;
    text-align:center;
    padding-top:10px;
    padding-bottom:10px;
}
.section_product_table table tr td h4,
.product_content_area a.title,
.section_product_table table tr td span.title {
    font-size: 13px;
    color: #ed1c24;
    line-height: 1.2em;
    margin: 0;
    font-weight: 500;
	display:table;
	font-family: Roboto;
}
.section_product_table table tr td img {  max-width: 80px; }
.section_product_table table tr td.featured p{ line-height:1.3em; text-align:left; font-size:13px; margin-bottom:5px;}
.section_product_table table tr td.featured p strong,
.section_product_table table tr td.featured p span {
    width: 50%;
	float:left;
}
.section_product_table table tr td.featured p span{ padding-left:3px;}
.mobile_button_wrap{ text-align:center;}

.product_items{ border:1px solid #BABABA; padding:10px; margin-bottom:20px; position:relative;}
.price_area{ margin-top:5px;}
.mobile_tag {
    background-image: url(/wp-content/plugins/seopage-azonbox/css/images/taget_back.png);
    background-repeat: no-repeat;
    background-position:bottom left;
    padding: 1px 3px;
    position: absolute;
    left:-10px;
    top: -1px;
    display: block;
    font-size: 13px;
    height: 28px;
}
.mobile_tag p {
    padding: 4px 10px 3px;
    margin: -1px 0 0;
    display: block;
    text-align: center;
    background-color: rgba(255, 186, 19, 0.8);
    height: 21.5px;
    font-size: 12px !important;
    color: #000 !important;
}
.btn_buynow {
    background-image: -webkit-linear-gradient(#EB914A, #FCA852, #EB914A);
    background-image: linear-gradient(#EB914A, #FCA852, #EB914A);
    border: 1px solid #D67D26;
    border-radius: 5px;
    display: inline-block;
    padding: 7px 10px;
    color: #000;
    text-decoration: none !important;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2em;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
	font-weight:bold;
}
.btn_buynow:hover { 
    background-image: linear-gradient(#FAAD5B, #E28833);
    background-image: -webkit-linear-gradient(#FAAD5B, #E28833);
}
.section_product_table .price {
    margin-bottom: 7px;
    font-size: 14px;
    font-weight: bold;
}
.section_product_table .tag_name{ color:#8EC63F; font-family: 'Roboto',sans-serif; display:block; margin-bottom:7px; font-weight:bold;}
.td-page-content .section_product_table a:hover{ text-decoration:none;}
.section_product_table table tr th:first-child { width: 135px; }
.safari .btn_buynow{ font-weight:normal !important;}
.safari #td-outer-wrap{ overflow:visible;}
.safari .tooltiptext{ top:50%; margin-top:-60px;}
.safari .easyazon-link{ display:table; margin:0 auto;}
.safari .section_product_table table tr td.featured p strong{ font-weight:normal;}



@media (max-width:1024px){
	.section_product_table table tr td.featured p strong, 
	.section_product_table table tr td.featured p span{ float:none; width:auto;}
}

@media (min-width:769px){
	.section_product_table .product_items{ display:none;}
	.safari .azon_box_button{ display:block; line-height:1.2em;}
	.page-id-10249 .azon_image_wrap { display: flex; min-height: 216px; align-items: center; }
}

@media (max-width:767px){
	.section_product_table p{ margin-bottom:0 !important; font-size:12px !important; padding-bottom:0; line-height:1.3em !important;}
	.section_product_table .image_area{ width:38%; margin-right:3%; float: left; margin-top:15px;}
	.section_product_table h4{ margin:0 0 8px; font-size:17px; line-height:1.2em; font-weight:bold;}
	.section_product_table h4 a{ color:#8EC63F;}
	.section_product_table .col-xs-6{ float:left; width:50%;}
	.section_product_table .col-xs-6.last{ float:right;}
	.section_product_table .product_content_area{ width:59%; float:right;}
	.section_product_table .price{ 
		background-color:#EBEBEB; 
		border-radius:3px; 
		display:inline-block; 
		color:#FE0000; 
		font-weight:bold;
		padding:0px 8px;
	}
	.section_product_table .btn_buynow { padding-top:7px; padding-bottom:5px; position:relative; top:-3px;}
	.section_product_table table{ display:none;}
	
}



