/*Product BOX*/
.dpressall-pro-box {
	padding: 0% 2%;
	width: 85%;
	margin: 3% auto 25px;
    overflow: hidden;
}
.dpressall-pro-box .dpressall-pro-box-inner {
	box-shadow: 0 0 5px #999;
	padding: 15px;
	margin-bottom: 5px;
	border-radius: 5px;
}
.dpressall-pro-box .dpressall-pro-box-inner .dpressall-product-title{
	margin: 0;
	padding: 10px 0 15px 15px;
	list-style: square;
}
.dpressall-product-title a{
    color: #111;
    text-decoration: none;
}
h4.dpressall-pro-title{
	font-size: 18px;
	margin-bottom: 10px;
	color: #111;
	letter-spacing: 1px;
	text-transform: uppercase;
	line-height: 25px;
}
.dpressall-pro-image {
	float: left;
	width: 45%;
	height: auto;
	margin-right: 10px;
	text-align: center;
}
.dpressall-pro-box-full {
	overflow: hidden;
}
.dpressall-pro-image img {
	margin: auto;
	width: auto;
	padding-bottom: 20px;
    max-height: 300px;
}
.dpressall-feature-title {
	display: inline-block;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 700;
}
.dpress-all-pro-info {
	float: left;
	width: 50%;
}
.dpressall-feature-text li {
	line-height: 1.3 !important;
	font-size: 15px !important;
	margin-bottom: 8px;
}
.dpressall-feature-text {
	margin-top: 20px;
}
.btn.btn-por-price {
	background: #638573;
	color: #fff;
	border: 0 !important;
	border-radius: 4px !important;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 30px;
	width: 250px;
	display: inline-block;
	text-decoration: none;
	border-bottom: 4px solid #476656 !important;
}
.dpressall-pro-button {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.dpressall-feature-text p {
	display: none;
	overflow: hidden;
	visibility: hidden;
}
.btn.btn-por-price:hover{
    background: #1C9287;
    transition: 0.5s;
}
.dpressall-pro-image img:hover {
	opacity: 0.9;
	transition: 0.5s;
}
.btn-btn-dpressall-default {
	background: #EF5323;
	padding: 13px 32px;
	display: block;
	border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}
.dpressall-button {
	text-align: center;
	margin: 0 auto;
	width: 300px;
	margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
}
.btn-btn-dpressall-default:hover{
    opacity: 0.9;
    transition: 0.5s;
}

.dpressall-pro-new-table td {
	border: 0px !important;
}
.dpressall-pro-new-table {
    border: 0px !important;
    margin: 0px !important;
    padding: 0px !important;
}
.dpressall-pro-image-new img {
	width: auto;
	max-height: 300px;
}
.dpressall-pro-image-new {
	text-align: center;
}
.dpressall-pro-new-table td:first-child {
	width: 45%;
}
.dpress-price-small {
	display: block;
	margin-bottom: 3px;
	font-weight: 600;
	font-size: 14px !important;
}
.dpressall-tbl-pro-title:hover {
	opacity: 0.8;
	transition: 0.5s;
}
.dpressall-tbl-colum-one img:hover {
	opacity: 0.8;
	transition: 0.5s;
}
/*Pros Cons*/
.dpressall-pros-cons {
	display: block;
	position: relative;
	margin-top: 25px;
	background: #fff;
	box-shadow: 0 2px 20px rgba(0,0,0,.15);
	border-radius: 6px;
	padding: 30px;
	margin-bottom: 20px;
}
.dpressall-pros-cons::after, .dpressall-pros-cons::before {
	content: '';
	display: block;
	clear: both;
}
.dpressall-pros-cons .dpressall-cons ul, .dpressall-pros-cons .dpressall-pros ul{
    margin: 0;
    padding: 0;
}
.dpressall-pros-cons .dpressall-cons p, .dpressall-pros-cons .dpressall-pros p, .dpressall-pros-cons p{
    display: none;
    overflow: hidden;
    visibility: hidden;
}
.dpressall-pros-cons .dpressall-pros{
	float: left;
}
.dpressall-pros-cons .dpressall-cons{
	float: right;
}
.dpressall-pros-cons .dpressall-pros, .dpressall-pros-cons .dpressall-cons{
	display: block;
	width: calc(50% - 30px);
}
.dpressall-pros-cons .dpressall-line{
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 1px;
	height: 100%;
	background: #e7e4df;
}
.dpressall-pros-cons .dpressall-pros-title, .dpressall-pros-cons .dpressall-cons-title{
	display: block;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px;
	color: #231f20;
	padding-bottom: 10px;
}
.dpressall-pros-cons .dpressall-pros ul, .dpressall-pros-cons .dpressall-cons ul{
	display: block;
	padding: 0;
	margin: 0;
}
.dpressall-pros-cons .dpressall-pros li, .dpressall-pros-cons .dpressall-cons li{
	display: block;
	margin: 12px 0 0;
	position: relative;
	list-style: none;
	padding: 5px 0 5px 48px;
	font-size: 16px;
	line-height: 22px;
	color: #231f20;
}
.dpressall-pros-cons .dpressall-pros li::before{
	position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	background: #f3f3f3;
	content: "\e808";
	border-radius: 50%;
	text-align: center;
    line-height: 32px;
    color:#1c9294;
    font-family: 'fontello';
}
.dpressall-pros-cons .dpressall-cons li::before{
    position: absolute;
	left: 0;
	top: 0;
	width: 32px;
	height: 32px;
	background: #f3f3f3;
	content: "\e80c";
	border-radius: 50%;
	text-align: center;
    line-height: 32px;
    color:#EF5A2D;
    font-family: 'fontello';
}
.dpressall-tags {
	position: absolute;
	z-index: 1;
	left: -13px;
	padding: 2px 5px;
    top: 12px;
    background: #5C8D22;
	color: #fff;
	font-size: 10px;
	text-transform: uppercase;
	border: none;
	border-radius: 6px;
	display: inline-block;
	padding: 2px 7px;
}
.btn.btn-por-price:hover {
	opacity: 0.9;
	transition: 0.5s;
}
.dpressall-pro-image-new img:hover {
	opacity: 0.9;
	transition: 0.5s;
}

/*Product Box*/
.dpressall-best-pro-img-box img {
	max-height: 150px;
	display: block;
	text-align: center;
	margin: 0 auto;
	width: auto;
	height: auto;
}
.dpressall-three-pro-box {
	display: block;
	overflow: hidden;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	box-shadow: 0 5px 10px 0 rgba(29,28,28,.15);
	background: #fff;
}
.dpress-three-box-before {
	padding-left: 20px;
	padding-right: 20px;
	overflow: hidden;
	display: block;
	width: 100%;
}
.dpressall-single-pro-box {
	position: relative;
	float: left;
	width: 33.33333333%;
	cursor: pointer;
    transition: all .15s;
    text-align: center;
}
.dpressall-single-pro-box::before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	right: 0px;
	border: 1px solid #dfdfdf;
	z-index: 1;
	transition: 0.5s;
}
.dpressall-best-pro-tag {
	position: absolute;
	top: 0px;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
	text-align: center;
	color: #fff;
	display: block;
	border-radius: 0px;
	clip-path: polygon(50% 0%, 100% 0, 91% 32%, 48% 47%, 48% 47%, 10% 33%, 0 0);
	padding: 27px 10px;
	width: 100px;
}
.dpress-pro-tag-inner {
	display: block;
	position: relative;
	top: -23px;
	line-height: 12px;
}
.best-pro-tag-text {
	display: block;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 1px;
	line-height: 10px;
}
.best-pro-tag-icon i {
	font-size: 11px;
	line-height: 0;
}
.best-pro-tag-icon {
	display: block;
}
.dpressall-best-pro-img-box {
	max-height: 284px;
	border-bottom: 0px solid #dfdfdf;
	background: #fff;
	padding: 45px 15px 15px 15px;
	min-height: 284px;
}
.dpress-pro-img-box-height {
	min-height: 150px;
	overflow: hidden;
	margin-bottom: 8px;
	max-height: 150px;
	align-items: center !important;
	display: flex;
}
.dpressall-best-pro-title {
	display: block;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.2;
	min-height: 50px;
	margin-bottom: 2px;
}
.dpressall-best-pro-rating .d-pro-rating {
	display: inline-block;
	font-size: 12px;
	color: #F5A623;
	margin: 0;
	padding: 0;
	margin-left: -6px;
}
.btn.btn-best-pro-price {
	letter-spacing: 0em;
	font-size: 12px !important;
	border-radius: 0px;
	background: #EF5323;
	color: white !important;
	display: inline-block;
	margin: 0 .25em;
	overflow: hidden;
	padding: 12px 7px;
	position: relative;
	text-decoration: none !important;
	line-height: 1.2;
	width: max-content;
	text-transform: uppercase;
	border-radius: 4px;
    font-weight: 600;
	z-index: 999;
	display: inline-block;
}
.btn.btn-best-pro-price:hover{
    opacity: 0.8;
    transition: 0.5s;
}
.dpressall-best-pro-footer {
	padding-top: 4px;
	padding-bottom: 20px;
}
.best-pro-link {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
    left: 0;
    z-index: 99;
}
.dpressall-single-pro-box:hover::before {
	border-color: #638573;
	box-shadow: 0 5px 10px 0 rgba(29,28,28,.15);
}
.btn-desktop-text{
    display: inline-block;
}
.btn-mobile-text{
    display: none;
}
.dpressall-feature-text li {
	position: relative;
	list-style: none !important;
}
.dpressall-feature-text li::before {
	position: absolute;
	left: -16px;
	top: 7px;
	width: 5px;
	height: 5px;
	content: "";
	font-size: 8px;
}
ul.dpressall-feature-text{
	margin-left: 20px !important;
}
.table.dpressall-table {
    box-shadow: 0 2px 20px rgba(0,0,0,.15);
    border-collapse: separate !important;
    border-spacing: 0;
}
.wpstrom-product-table-inner, .dpressall-pros-cons, .dpressall-pro-box-new, .dpressall-button,
.dpressall-three-pro-box{
	font-family: inherit;
}
.dpress-no-title, .dpress-no-title-two{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: 400;
	vertical-align: baseline;
	background: 0 0;
}
.dpress-no-title{
	width: calc(100% - 55px);
	margin-bottom: .75rem;
	padding-left: 15px;
	border-left: 1px solid #E9E9E9;
	min-height: 41px;
}
.dpress-no-title {
	display: inline-block;
	margin-top: -.25rem !important;
	margin-bottom: .25rem !important;
	margin-left: 50px !important;
}
.dpress-no-title{
	font-size: 1.5rem;
	font-weight: 900;
	line-height: 1.2em;
	margin: 0;
	word-wrap: break-word;
	text-align: left;
}
.dpressall-title-box{
	position: relative;
	margin: 1.25rem 0;
	overflow: visible;
	display: block;
	clear: none;
}
.dpress-list-number {
	width: 45px;
	position: absolute;
	top: 0;
	left: 0;
	margin-bottom: .5rem;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-top: 2px;
}
.dpress-list-number::before{
	content: "";
	height: 90px;
	margin-top: -90px;
	display: block;
}
.content-list-number{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	font-weight: 900;
	text-align: center;
	line-height: 1.2;
	margin-top: -6px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.content-list-number .item-number {
	color: #DE2229;
	font-size: 1.625rem;
	white-space: nowrap;
	line-height: 1.2;
	text-align: center;
	font-weight: 600;
}
.content-list-number .total {
	font-size: 11px;
	white-space: nowrap;
	text-align: center;
	font-weight: 600;
}

.daffi-default-btn-box {
	margin: 20px auto;
	text-align: center;
}
.btn.btn-daff-default-button {
	color: #ffffff !important;
	background-color: #EF5323;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	display: inline-block !important;
	text-align: center;
	text-decoration: none !important;
	box-sizing: content-box !important;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	padding: 6px 40px;
	line-height: 40px;
	text-shadow: none;
	-moz-text-shadow: none;
	-webkit-text-shadow: none;
	text-transform: none;
	font-weight: 700 !important;
	font-size: 20px;
	border-bottom: 5px solid #C41B30;
}

@media(min-width:100px) and (max-width:640px) {
    .dpressall-pros-cons .dpressall-pros{
        float:none;
        padding:20px;
        width: 100%;
    }
    .dpressall-pros-cons .dpressall-cons{
        float: none;
        border-top: 1px solid #e7e4df;
        padding: 20px;
        width: 100%;
    }
    .dpressall-pros-cons{
        margin-top: 30px;
        padding: 0;
    }
    .dpressall-pros-cons .dpressall-line {
        display: none;
    }
    .dpressall-pro-box {
        width: 100%;
        padding: 0;
        margin-bottom: 15px;
        box-shadow: 0 0 5px #999;
    }
    .dpressall-pro-image {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .dpress-all-pro-info {
        float: none;
        width: 100%;
    }
    .dpressall-pro-box .dpressall-pro-box-inner .dpressall-product-title {
        padding: 10px 0 15px 0px;
    }
    .dpressall-pro-box .dpressall-pro-box-inner {
        box-shadow: 0 0 0px #999;
    }
    .dpress-price-small {
        display: none;
    }
    .dpressall-tags{
        display: none;
    }
    .dpressall-three-pro-box {
        margin-left: 0px;
        margin-right: 0px;
    }
    .dpress-pro-img-box-height {
		min-height: 90px;
		max-height: 90px;
	}
    .dpressall-best-pro-img-box {
		max-height: 200px;
		padding: 40px 8px 8px 8px;
		min-height: 200px;
		display: inline-block;
	}
    .dpressall-best-pro-title {
		font-size: 11px;
		line-height: 1.2;
		margin-bottom: 8px;
		font-weight: 600;
	}
    .dpressall-best-pro-rating .d-pro-rating {
        font-size: 12px;
        margin-left: -7px;
    }
    .btn-desktop-text{
        display: none;
    }
    .btn-mobile-text{
        display: inline-block;
    }
    .dpressall-best-pro-img-box img {
		max-height: 85px;
	}
    .dpress-three-box-before {
        padding-left: 0px;
        padding-right: 0px;
    }
    .dpressall-best-pro-title {
        min-height: 45px;
        margin: 0px;
        padding: 0px;
    }
	.btn.btn-best-pro-price {
		letter-spacing: 0;
		font-size: 9px !important;
		padding: 9px 4px;
	}
	.dpress-pro-tag-inner {
		line-height: 9px;
	}
	.dpressall-best-pro-tag {
		width: 90px;
	}
	.best-pro-tag-text {
		font-size: 8px;
		line-height: 8px;
	}
	.best-pro-tag-icon i {
		font-size: 10px;
	}
}