/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* === Custom Review Styles === */
/** best_choice **/
.b-choice {
	border: 4px solid #fe7900;
	padding: 10px 40px 30px 40px;
	margin: 40px 0px;		
	height: 100%;
	min-height: 100%;
}
.b-label {
	margin: -25px 0 0 -10px;
	color: #fe7900;
	background: #fff;
	display: block;
	float:left;
	padding: 0 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.b-name {
	font-size: 25px;
	line-height: 1.35;
	font-weight: 700;
	color: #077ecb;
	clear: left;
	padding: 20px 0 5px 0;
}
.b-name a {
	color: #077ecb;
}
.b-desc {
	color: #000;
	font-weight: 700;
}
.b-text {
	padding: 20px 0;
}
span.b-buy {
	display: inline-block;
	background-color: #22ba5f;
	border-radius: 35px;
	color: #fff;
	font-size: 18px;
	line-height: 25px;
	padding: 15px 55px;
	margin: 20px 0 10px 0;
	font-weight: 700;
	border: none;
	letter-spacing: -0.2px;
}
.b-choice img {
	float: right;
	margin: 0 0 20px 40px;
	max-height: 300px;
}
@media only screen and (max-width: 640px) {
	.b-choice img {
		float: none;
		display: block;
		clear: both;
		margin: 0 auto;
	}
	.b-choice {
		text-align: center;
	}
}
/** prod_block **/
.check_block {
    border: 1px solid #cccccc;
    border-radius: 7px;
    padding: 20px 40px;
    margin: 40px auto;
    height: auto;
    box-sizing: border-box;
    background-color: #fff;
}
.check_block:hover {
    opacity: 1;
}
.check_block img {
    max-height: 200px;
    display: block;
    margin: 0 0 20px auto;
}
.prod_name {
    display: block;
    font-style: normal;
    font-size: 22px;
    line-height: 1.35;
    font-weight: 700;
    color: #1e1c3b;
}
ul.dop_ul {
    margin: 12px 0 -10px 0;
    font-size: 16px;
    line-height: 1.4;
    list-style-position: inside;
    color: #444;
}
span.prod_buy {
    display: inline-block;
    background-color: #1d76e7;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 15px 95px;
    margin: 30px 0 20px 0;
    font-weight: 700;
    border: none;
    letter-spacing: 0;
    text-align: center;
}
@media only screen and (max-width: 640px) {
    .check_block img {
        float: none;
        display: block;
        margin: 0 auto 20px auto;
    }
    .check_block {
        text-align: center;
    }
}

/** img_block **/
.img-block {
    border: 1px solid #cccccc;
    border-radius: 3px;
    padding: 20px 40px;
    margin: 20px 0px;
    height: 100%;
    min-height: 100%;
    width: 100%;
    text-align: center;
    position: relative;
    background-color: #fff;
}
.img-block img {
    max-height: 300px;
    transition: opacity 0.3s ease;
}
.img-block:hover img {
    opacity: 0.75;
}
.more-link {
    display: none;
    background-color: #1b9aaa;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    line-height: 25px;
    text-transform: uppercase;
    padding: 15px 0px;
    text-align: center;
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 700;
    border: none;
    letter-spacing: 0;
    z-index: 99;
}
.img-block:hover .more-link {
    display: block;
    opacity: 1;
}
.img-block-more-link {
    text-align: center;
    margin-bottom: 30px;
}
.img-block-more-link a {
    display: inline-block;
    background-color: #22ba5f;
    border-radius: 35px;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    padding: 15px 55px;
    font-weight: 700;
    letter-spacing: -0.2px;
    text-decoration: none;
}
.img-block-more-link a:hover {
    opacity: 0.85;
}
/** Table Press **/
.t-badge {
	margin: auto 0 15px -18px;
	position: relative;
	text-transform: uppercase;
	background: #fff;
	border: 2px solid #00A636;
	padding: 6px 34px;
	clear: both;
	color: #000;
	float: left;
	font-weight: 700;
	font-size: 12px;
	word-break: keep-all;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	line-height: 1;
}
.t-badge::before {
	display: block;
	width: 10px;
	height: 0;
	position: absolute;
	bottom: -16px;
	left: -3px;
	content: "";
	border-bottom: 14px solid transparent;
	border-right: 9px solid #00A636;
}
ul.t-feature-ul {
	margin: 15px 0;
	padding-left: 20px;
	list-style: none;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
}
ul.t-feature-ul li {
	margin: 5px 0;
	position: relative;
	padding: 0 0 0 12px;
	list-style: none;	
}
ul.t-feature-ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 0.4em;
	height: 0.8em;
	margin: 0 0.5em 0 -0.4em;
	border: 2px solid #1b9aaa;
	border-left: none;
	border-top: none;
	transform: rotateZ(45deg);
}
.t-ratings-sprite {
	background: url("images/t-rating-sprite.png") repeat-x;
	background-size: auto 50px;
	font-size: 0;
	height: 21px;
	line-height: 0;
	overflow: hidden;
	text-indent: -999em;
	width: 110px;
	margin: 5px auto 0 auto;
}
.t-ratings-sprite-rating {
	background: url("images/t-rating-sprite.png") repeat-x;
	background-size: auto 50px;
	background-position: 0 100%;
	float: left;
	height: 21px;
	display:block;
}

.t-but {
	display: none;				
}
.t-but .t-ratings-sprite {
	margin: 0 0 0 5px;
}
a.t-cbut {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 16px;
	border-radius: 10px;
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
	background-color:#00A636;
	white-space: nowrap;
}
a.t-cbut:hover {
	opacity: 0.7;
}
a.t-feature {
	font-size: 26px;
	font-weight: 700;
	display: block;
	line-height: 1.2;
	color: #00A636;
}
.tablepress tbody tr td:first-child, .tablepress thead tr th:first-child {
	border-left: 1px solid #E6E6E6;
}
.tablepress tbody tr td:last-child, .tablepress thead tr th:last-child {
	border-right: 1px solid #E6E6E6;
	text-align: center;
}
.tablepress tbody tr:last-child td {
	border-bottom: 1px solid #E6E6E6;
}
.tablepress thead th {
	background-color: #e4e4e4!important;
	font-weight: 700;
	vertical-align: middle;
	color: #3e3e3e;
}
.tablepress .odd td {
	background-color: #fff;
}
.tablepress td {
	padding: 15px;
}
.tablepress th {
	padding: 5px 15px;
}
.tablepress img {
    max-height: 250px!important;
    max-width: 150px!important;
}
@media screen and (max-width: 860px) {
	.tablepress tr td:last-child, .tablepress tr th:last-child {
		display:none;
	}
	.tablepress tbody tr td:nth-child(2) {
		border-right: 1px solid #E6E6E6;
	}	
	.t-but {
		display: block !important;				
	}
}

/*Tablepress */

td.column-1 {
	max-width: 225px;
    text-align: center;
}

.attention {
    display: flex;
    flex-direction: column;
}
/**Expert Pro Tip **/
div.protip {
    border: 1px solid #686868;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -webkit-border-radius: 7px;
    font-size: 16px;
padding: 15px 10px 10px 10px;
    margin: 15px 0 30px 0;
	height: auto;
  /**  width: 100%;**/
	min-height: 155px;
}

div.pro-a {
    float: left;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin: 0 20px 5px 0;
	height: 150px;
}
div.pro-a span.gr {
    display: block;
    color: #a4a4a4;
}

img.aligncenter.protip {
    display: block;
    margin: 0;
}

/* === Pros & Cons two-column box === */
.review-pros-cons-wrapper {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
    gap: 20px;
    background-color: #fff;
}
.ct-product-review-pros,
.ct-product-review-cons {
    flex: 1 1 45%;
}
.ct-product-review-pros h5,
.ct-product-review-cons h5 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
}
.ct-product-review-pros ul,
.ct-product-review-cons ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.ct-product-review-pros li,
.ct-product-review-cons li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ct-icon-container svg {
    flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
    .review-pros-cons-wrapper {
        flex-direction: column;
    }
}

/** Table Press **/
.t-badge {
	margin: auto 0 15px -24px;
	position: relative;
	text-transform: uppercase;
	background: #fff;
	border: 2px solid #00A636;
	padding: 6px 34px;
	clear: both;
	color: #000;
	float: left;
	font-weight: 700;
	font-size: 12px;
	word-break: keep-all;
	border-bottom-right-radius: 10px;
	border-top-left-radius: 10px;
	line-height: 1;
}
.t-badge::before {
	display: block;
	width: 10px;
	height: 0;
	position: absolute;
	bottom: -16px;
	left: -3px;
	content: "";
	border-bottom: 14px solid transparent;
	border-right: 9px solid #00A636;
}
ul.t-feature-ul {
	margin: 15px 0;
	padding-left: 20px;
	list-style: none;
	font-size: 14px;
	line-height: 1.4;
	position: relative;
}
ul.t-feature-ul li {
	margin: 5px 0;
	position: relative;
	padding: 0 0 0 12px;
	list-style: none;	
}
ul.t-feature-ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	width: 0.4em;
	height: 0.8em;
	margin: 0 0.5em 0 -0.4em;
	border: 2px solid #1b9aaa;
	border-left: none;
	border-top: none;
	transform: rotateZ(45deg);
}
.t-ratings-sprite {
	background: url("images/t-rating-sprite.png") repeat-x;
	background-size: auto 50px;
	font-size: 0;
	height: 21px;
	line-height: 0;
	overflow: hidden;
	text-indent: -999em;
	width: 110px;
	margin: 5px auto 0 auto;
}
.t-ratings-sprite-rating {
	background: url("images/t-rating-sprite.png") repeat-x;
	background-size: auto 50px;
	background-position: 0 100%;
	float: left;
	height: 21px;
	display:block;
}

.t-but {
	display: none;				
}
.t-but .t-ratings-sprite {
	margin: 0 0 0 5px;
}
a.t-cbut {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding: 5px 16px;
	border-radius: 10px;
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
	background-color:#00A636;
	white-space: nowrap;
}
a.t-cbut:hover {
	opacity: 0.7;
}
a.t-feature {
	font-size: 26px;
	font-weight: 700;
	display: block;
	line-height: 1.2;
	color: #00A636;
}
.tablepress tbody tr td:first-child, .tablepress thead tr th:first-child {
	border-left: 1px solid #E6E6E6;
}
.tablepress tbody tr td:last-child, .tablepress thead tr th:last-child {
	border-right: 1px solid #E6E6E6;
	text-align: center;
}
.tablepress tbody tr:last-child td {
	border-bottom: 1px solid #E6E6E6;
}
.tablepress thead th {
	background-color: #e4e4e4!important;
	font-weight: 700;
	vertical-align: middle;
	color: #3e3e3e;
}
.tablepress .odd td {
	background-color: #fff;
}
.tablepress td {
	padding: 15px;
}
.tablepress th {
	padding: 5px 15px;
}
.tablepress img {
    max-height: 250px!important;
    max-width: 150px!important;
}
@media screen and (max-width: 860px) {
	.tablepress tr td:last-child, .tablepress tr th:last-child {
		display:none;
	}
	.tablepress tbody tr td:nth-child(2) {
		border-right: 1px solid #E6E6E6;
	}	
	.t-but {
		display: block !important;				
	}
}

/*Tablepress */

td.column-1 {
	max-width: 225px;
    text-align: center;
}

.attention {
    display: flex;
    flex-direction: column;
}
