/*!
Theme Name: Dating Snob
Theme URI: http://underscores.me/
Author: Vladyslav Lykhenko
Author URI: https://lihenko.com.ua/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: datingsnob
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DatingSnob is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/



/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.single-post .entry-content ul{
	margin-bottom: 45px;
	padding-left: 25px;
	line-height: 25px;
	list-style: disc;
}


p.stars{
	display: none;
}

.overlay{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 99999;
	background: rgba(0,0,0,.35);
	justify-content: center;
	align-items: center;
	display: none;
}

#spiner{
	display: none;
	user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-o-user-select: none;
}


#reply-form-content{
	height: 150px;
}


.reply-form-wrap{
	position: fixed;
	padding: 12px;
	left: 50%;
	top: -150%;
	transform: translate(-50%, -50%);
	z-index: 999999;
	width: 740px;
	max-width: 100%;
	transition: top 0.9s ease-in-out;
}

.reply-form-wrap.open{
	top: 50%;
}

.reply-form{
	max-height: 85vh;
	overflow-y: auto;
	background-color: #fff;
	padding: 24px;
}



#warning{
	position: fixed;
	padding: 12px;
	left: 50%;
	top: -150%;
	transform: translate(-50%, -50%);
	z-index: 999999;
	width: 740px;
	max-width: 100%;
	transition: top 0.9s ease-in-out;
}

#warning.open{
	top: 50%;
}

#att-warning{
	position: fixed;
	padding: 12px;
	left: 50%;
	top: -150%;
	transform: translate(-50%, -50%);
	z-index: 999999;
	width: 740px;
	max-width: 100%;
	transition: top 0.9s ease-in-out;
}

#att-warning.open{
	top: 50%;
}

#compare-warning{
	position: fixed;
	padding: 12px;
	left: 50%;
	top: -150%;
	transform: translate(-50%, -50%);
	z-index: 999999;
	width: 740px;
	max-width: 100%;
	transition: top 0.9s ease-in-out;
}

#compare-warning.open{
	top: 50%;
}

.att-border{
	border-right:1px solid #E4E4E4;
}

.warning-wrap{
	height: 150px;
	max-height: 85vh;
	overflow-y: auto;
	background-color: #fff;
	padding: 24px;
}

#nologged{
	position: fixed;
	padding: 12px;
	left: 50%;
	top: -150%;
	transform: translate(-50%, -50%);
	z-index: 999999;
	width: 740px;
	max-width: 100%;
	transition: top 0.9s ease-in-out;
}

#nologged.open{
	top: 50%;
}

.nologged-wrap{
	height: 150px;
	max-height: 85vh;
	overflow-y: auto;
	background-color: #fff;
	padding: 24px;
}

#review_form_wrapper{
	margin-top: 30px;
}

.product-gallery-item{
	aspect-ratio: 1;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.pros-list li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}

.pros-list li:before{
	content:'+';
	position: absolute;
	top: 0;
	left: 0;
}

.cons-list li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}

.cons-list li:before{
	content:'-';
	position: absolute;
	top: 0;
	left: 0;
}

.video-slider-item .video-button{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#show-more-images{
	padding-top: 45px;
}

.single-product-categories a{
	text-decoration: underline;
}

.user-menu{
	box-shadow: 0 9px 40px 0 rgba(0, 0, 0, 0.09);
	position: absolute;
	top: 100%;
	right: 0;
	padding: 8px 24px;
	z-index: 99;
	display: none;
}

.user-menu ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

.user-menu ul li{
	margin-bottom: 8px;
}

.user-menu ul li a{
	font-size: 14px;
	padding: 3px 0;
}

/*.entry-content{
	min-height: calc(100vh - 398px);
}*/

.brand-social a:hover{
	opacity: 0.7;
}

.w-1\/3 {
    width: 33.33%;
}

.author-data-column{
	flex-basis: calc(100% - 75px);
	max-width: calc(100% - 75px);
	padding-left: 0.75rem;
	padding-right: 0.75rem;
}

.wpfda-password-confirm{
	margin-bottom:30px;
	margin-top:30px;
}

.wpfda-submit button{
  display: inline-block;
  width: 125px;
  max-width: 100%;
  cursor: pointer;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wpfda-submit button:hover{
	border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.web-icon a{
	vertical-align: middle;
}

.number-space{
	width: 18px;
	display: inline-block;
}

.entry-content:not(.wc-tab){
	margin-bottom: 80px;
}

#category-description h2, #category-description h3, #category-description h4, #category-description h5, #category-description h6{
	margin-bottom: 25px;
}

.user-menu{
	background-color: #fff;
}

.flavors-slider-item-wrap{
	border:1px solid #E4E4E4;
}

.flavors-slider-item .flavor-name{
	width: 100%;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: 600;
	background-color: #E4E4E4;
	padding-left: 12px;
	padding-right: 12px;
}

.flavors-slider-item .flavor-votes{
	width: 100%;
	justify-content: space-between;
}

.flavors-slider-item .flavor-votes .w-1\/2{
	padding: 17px 30px;
}

#flavors-slider .slick-prev, #flavors-slider .slick-next {
	background-color: #E83528;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#flavors-slider .slick-prev{
	left: -30px;
}

#flavors-slider .slick-next {
	right: -30px;
}

#flavors-slider .slick-next::before{
	content: url(./img/arrow-right-white.svg);
	display: block;
	width: 24px;
	height: 24px;
}

#flavors-slider .slick-prev::before{
	content: url(./img/arrow-right-white.svg);
	display: block;
	transform: rotate(180deg);
	width: 24px;
	height: 24px;
}

.post-thumbnail img{
	display: inline-block;
}

.grid-post-thumbnail{
	width: 100%;
	background-position: center;
	background-size: cover;
	aspect-ratio: 350/238;
}

.pagination{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#flavors-slider .slick-dots{
	bottom: -35px;
}

.usedfor-title{
	width: 85px;
}

.usedfor-options{
	width: calc(100% - 85px);
}

.single-post .entry-content h1, .single-post .entry-content h2,.single-post .entry-content h3,.single-post .entry-content h4,.single-post .entry-content h5,.single-post .entry-content h6{
	margin-bottom: 30px;
}

.single-post .entry-content a{
	color: #EE8E2A;
	text-decoration: underline;
}

.single-post .entry-content a:hover{
	color: #E83528;
}

.page-template-default .entry-content h1, .page-template-default .entry-content h2,.page-template-default .entry-content h3,.page-template-default .entry-content h4,.page-template-default .entry-content h5,.page-template-default .entry-content h6{
	margin-bottom: 30px;
}

.page-template-default .entry-content a{
	color: #E83528;
	text-decoration: underline;
}

.page-template-default .entry-content a:hover{
	color: #EE8E2A;
}

/* From original website */
.ul_title {
	font-size: 26px;
	line-height: 36px;
}

.ul_title.green {
	color: #E83528;
}

.ul_title.purple {
	color: #EE8E2A;
}

.dotted_separator {
	margin: 20px 0 25px;
	width: 230px;
	height: 2px;
	background-image: linear-gradient(to right,#c4c4c4 40%,rgba(255,255,255,0) 20%);
	background-position: top;
	background-size: 6px 2px;
	background-repeat: repeat-x;
}

.dotted_separator.green {
	background-image: linear-gradient(to right,#E83528 40%,rgba(255,255,255,0) 20%);
}

.dotted_separator.purple {
	background-image: linear-gradient(to right,#EE8E2A 40%,rgba(255,255,255,0) 20%);
}

.pros_and_cons {
	list-style: none!important;
	padding-left: 0;
	margin-bottom: 60px;
}

.pros_and_cons li {
	position: relative;
	padding-left: 35px;
	margin-bottom: 10px
}

.pros_and_cons li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	background-size: cover;
}

.pros_and_cons.pros li:before {
	top: 8px;
	width: 12px;
	height: 12px;
	background-image: url('./img/plus.svg');
}

.pros_and_cons.cons li:before {
	top: 12px;
	width: 12px;
	height: 3px;
	background-image: url('./img/minus.svg');
}

.pros_and_cons.tick li:before {
	top: 12px;
	width: 12px;
	height: 9px;
	background-image: url('./img/tick.svg');
}

.ribbon {
    margin: 0 0 20px;
    width: 230px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-position: top;
    background-size: 6px 2px;
    background-repeat: repeat-x;
}

.ribbon.short:before {
    margin-top: -8px;
    content: "";
    width: 100px;
    height: 10px;
    background-image: url('./img/ribbon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 20px;
}

/* End from original website */


.single-post .entry-content a.site_btn{
  display: inline-block;
  width: 125px;
  max-width: 100%;
  cursor: pointer;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 196 114 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(32 196 114 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration: none;
}

.single-post .entry-content a.site_btn:hover{
	border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(32 196 114 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(32 196 114 / var(--tw-text-opacity));
}

.read-more{
	display: block;
	text-decoration: underline;
}

.review-text{
	margin-bottom: 30px;
}

.single-product .users-review-wrap{
	border:1px solid #EE8E2A;
	width: 160px;
}

.single-compare .users-review-wrap{
	border:1px solid #EE8E2A;
	width: 160px;
}

.signup-form-wrap{
	border-color:#EE8E2A;
}

.our-score-wrap{
	width: 180px;
	max-width: calc(100% - 172px);
	margin-left: 12px;
	background-color: #EE8E2A;
	color: #fff;
	padding: 10px;
	height: inherit;
}

.our-score{
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #E83528;
	background-color: #fff;	
	font-weight: 700;
	display: flex;
	justify-content: center;
	align-items: center;
}

.where-to-buy-wrap{
	border-color: #EE8E2A;
}

/* Compare Products Start */

#compare-products {
	padding-bottom: 60px;
  }
  
  .compare-product-bg {
	padding: 30px 0;
	background-color: #fff;
  }
  
  .compare-product-table-wrap {
	max-height: 750px;
	overflow: hidden;
	-webkit-transition: max-height 1s ease-out;
	transition: max-height 1s ease-out;
  }
  
  .compare-product-table-wrap.active {
	max-height: 2000px;
  }
  
  .add-another-products {
	position: relative;
  }
  
  .add-another-products .add-another-product-form {
	position: absolute;
	top: 50px;
	right: 0;
	background-color: #e4e4e4;
	z-index: 110;
	padding: 15px;
	width: calc(100% - 12px);
	max-width: 450px;
	display: none;
	border: 1px solid rgba(163, 29, 33, 0.08);
  }
  
  
  .add-another-products .add-another-product-form .form-data{
	max-height: 250px;
	overflow-y: auto;
	margin-top: 10px;
	margin-bottom: 10px;
  }
  
  .add-another-products .add-another-product-form.active {
	display: block;
  }
  
  .add-another-products .additional-product-to-compare {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
  }
  
  .add-another-products .add-product-thumbnail {
	min-width: 72px;
	width: 72px;
	height: 72px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 25px;
	margin-right: 10px;
  }
  
  .add-another-products .add-product-name {
	font-weight: 600;
	margin-right: 10px;
	-webkit-flex-basis: calc(100% - 224px);
	-ms-flex-preferred-size: calc(100% - 224px);
	flex-basis: calc(100% - 224px);
	max-width: calc(100% - 224px);
	text-align: left;
  }
  
  .add-another-products .add-product-price {
	font-weight: 600;
	-webkit-flex-basis: 100px;
	-ms-flex-preferred-size: 100px;
	flex-basis: 100px;
	max-width: 100px;
	text-align: right;
  }
  
  .compare-product-wrap {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
  }
  
  .compare-product-table .compare-product-thumbnail {
	height: 300px;
  }
  
  .compare-product-table-title .compare-product-thumbnail {
	border-bottom-color: transparent;
  }
  
  .compare-product-table-title {
	display: inline-block;
	width: 91px;
	vertical-align: top;
  }
  
  .compare-products-wrap .compare-product-loader{
	text-align: center;
	display: none;
  }
  
  .compare-product-slider, .compare-product-loader {
	vertical-align: top;
	display: inline-block;
	width: calc(100% - 95px);
  }
  
  .compare-product-slider .slick-prev:before, .compare-product-slider .slick-next:before {
	color: #EE8E2A;
  }
  
  .compare-product-slider .slick-prev {
	left: 5px;
	z-index: 999;
	top: calc(50% + 32px);
	transform: translateY(-50%);
  }
  
  .compare-product-slider .slick-next {
	right: 5px;
	z-index: 999;
	top: calc(50% + 32px);
	transform: translateY(-50%);
  }
  
  .compare-product-table-title > div {
	min-height: 65px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-bottom: 1px solid #EE8E2A;
	font-weight: 600;
	font-size: 12px;
	line-height: 1.1;
	padding-left: 10px;
	padding-right: 10px;
  }
  
 
  .compare-product-table-title .compare-product-score {
	min-height: 108.95px;
  }
  
  .compare-product-table-title .compare-product-title {
	border-bottom-color: transparent;
  }
  
  .compare-product-table-title .compare-product-thumbnail {
	height: 75px;
	width: 75px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #fff;
  }
  
  .compare-product-table-title .compare-product-table-title-item{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 150px;
	position: relative;
	text-align: center;
  }
  
  .compare-product-table-title .remove-compare-product {
	position: absolute;
	padding: 0;
	min-height: unset;
	height: 24px;
	width: 24px;
	background-color: transparent;
	top: 4px;
	right: 4px;
	cursor: pointer;
	border-bottom: none;
  }
  
 
  .compare-product-score .expert-score-rating{
  width: 30px;
	height: 30px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-right: 6px;
	cursor: pointer;
  }
  
  .compare-product-score .expert-score-rating a{
	color: #fff;
  }
  
  .compare-product-score .expert-score-rating a:hover{
	color: #fff;
  }
  
  .compare-product-score .score-data {
	line-height: 1;
	position: relative;
  }
  
  .compare-product-score .score-label {
	font-weight: 600;
	text-transform: uppercase;
  }
  
  .compare-product-score .user-score {
	font-size: 0.77em;
  }
  
  .compare-product-score .expert-score {
	font-size: 0.77em;
  }
  
  .compare-product-score .score-wrap {
	background-color: #fff;
	padding: 17px 15px 17px 5px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
  }
  
  .compare-product-score .score-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
  }
  
  .compare-product-score .score-number {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 8px;
	-webkit-flex-basis: 50px;
	-ms-flex-preferred-size: 50px;
	flex-basis: 50px;
	max-width: 50px;
	color: #fff;
	font-weight: 600;
	margin-right: 10px;
  }
  
  .compare-column-wrap .compare-product-data {
	min-height: 150px;
	border-bottom: 1px solid #EE8E2A;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	padding-left: 3px;
	padding-right: 3px;
	text-align: left;
	font-size: 12px;
	text-transform: uppercase;
  }
  
  .compare-column-wrap .expert-rating-title{
	font-weight: 700;
	min-width: 70px;
  }
  
  .compare-column-wrap .user-rating-title{
	font-weight: 700;
	min-width: 70px;
  }
  
  
  .compare-column-wrap .compare-product-score .user-score{
	display: flex;
	align-items: center;
  }
  
  .compare-column-wrap .compare-product-score .expert-score{
	display: flex;
	align-items: center;
  }
  
  .compare-column-wrap .compare-column-title, .compare-products-wrap .compare-column-title{
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #EE8E2A;
	border-bottom: 1px solid #EE8E2A;
  }
  
  .compare-product-wrap .compare-product-title {
	height: 76px;
	background-color: #fff;
	font-weight: 600;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	line-height: 1.1;
  }
  
  .compare-product-wrap .compare-product-score {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 12px;
  }
  
  .compare-product-load-more {
	font-size: 14px;
	position: relative;
	z-index: 99;
	padding-top: 35px;
	margin-top: -30px;
	padding-right: 13px;
	padding-left: 13px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, #FFFFFF 50%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #FFFFFF 50%);
  }
  
  .compare-product-load-more a {
	text-decoration: underline;
	position: relative;
	padding-right: 20px;
  }
  
  .compare-product-load-more a:after {
	content: url(img/load-more-arrow.svg);
	position: absolute;
	right: 0;
	top: -2px;
	display: block;
  }
  
  .compare-product-load-more a.active:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 0;
  }


  /* Compare Products End */

.compare-our-score-wrap{
	background-color: #EE8E2A;
	padding: 10px;
	color: #fff;
}  


[type=checkbox]:checked + .add-product-thumbnail,
  [type=checkbox]:not(:checked) + .add-product-thumbnail {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 12px;
    line-height: 25px;
    display: inline-block;
    color: #000000;
  }
[type=checkbox]:checked + .add-product-thumbnail:before,
  [type=checkbox]:not(:checked) + .add-product-thumbnail:before {
    content: "";
    position: absolute;
    left: -25px;
    top: 50%;
	transform: translateY(-50%);
    width: 25px;
    height: 25px;
    border: 1px solid #979797;
    border-radius: 0;
    background: #D8D8D8;
  }
[type=checkbox]:checked + .add-product-thumbnail:after,
  [type=checkbox]:not(:checked) + .add-product-thumbnail:after {
    content: "";
    width: 11px;
    height: 11px;
    background: #000;
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
    left: -17.5px;
    border-radius: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
[type=checkbox]:not(:checked) + .add-product-thumbnail:after {
    opacity: 0;
    -webkit-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
  }
[type=checkbox]:checked + .add-product-thumbnail:after {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
  }
.compare-products-wrap .compare-product-loader img{
	margin-left: auto;
	margin-right: auto;
}

.compare-product-table-first-row{
	justify-content: center;
}

.compare-product-table-first-row .compare-product-title{
	text-transform: uppercase;
	color: #EE8E2A;
}

.search-box input{
	background-color: #fff;
}

#compare-title{
	padding-top: 45px;
	padding-bottom: 45px;
	background-color: #e4e4e4;
}

/* Check Price Button */

.check-price-button{
    position: relative;
    max-width: 320px;
	margin-top:25px;
}

.check-price-button .site_btn{
	margin-top:0;
}

.check-price-button:hover .site_btn{
    background-color: #EE8E2A;
}

.check-price-button .check-price-list-wrap{
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 9;
    background-color: #fff;
    box-shadow: 0 8px 16px 8px rgba(0,0,0,.2);
    display: none;
}

.check-price-button .check-price-list-wrap .check-price-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.check-price-button .check-price-list-wrap .check-price-list li{
    text-align:center;
}

.check-price-button .check-price-list-wrap .check-price-list li:hover{
    background-color:rgba(31,196,113,.25);
}

.check-price-button .check-price-list-wrap .check-price-list li a{
    color: #000!important;
    font-size: 16px;
	padding: 15px 45px;
	display:block;
	text-decoration: none;
}

.price-button-list ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.single-post .entry-content img{
	margin-bottom: 30px;
}

.feature-wrapper{
	padding: 20px 35px;
	border: 1px solid #e4e4e4;
}

.feature-wrapper .rate-line{
	margin-bottom: 0;
}

.feature-wrapper .rate-votes{
	color: #979797;
}

.feature-wrapper .line-wrap:nth-child(2) .rate-line::before{
	background-color: #EE8E2A;
}

.feature-wrapper .line-wrap:nth-child(3) .rate-line::before{
	background-color: #E83528;
}

.feature-wrapper .line-wrap:nth-child(4) .rate-line::before{
	background-color: #c42072;
}

.feature-wrapper .line-wrap:nth-child(5) .rate-line::before{
	background-color: #e7c712;
}

.feature-wrapper .line-wrap:nth-child(6) .rate-line::before{
	background-color: #12b5e7;
}

.compare-product-name{
	color: #979797;
}

#compare-button{
	position: fixed;
	bottom: 0;
	right: 65px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	overflow: hidden;
	box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
	z-index: 99999;
	width: 250px;
}

#compare-product-open-button{
	background:linear-gradient(134deg,#E83528,#EE8E2A);
	padding: 10px 35px;
	text-align: center;
}

#compare-product-open-button a{
	color: #fff;
}

#compare-product-list{
	background-color: #fff;
	padding: 20px 12px;
	display: none;
}

#compare-button.active #compare-product-list{
	display: block;
}

#compare-product-list .compare-product-list-tumbnail{
	flex-basis: 72px;
	max-width: 72px;
}

#compare-product-list .compare-product-list-tumbnail img{
	margin-left: auto;
	margin-right: auto;
}

#compare-product-list .compare-product-list-delete{
	flex-basis: 24px;
	max-width: 24px;
}

#compare-product-list .compare-product-list-title{
	flex-basis: calc(100% - 72px - 24px);
	max-width: calc(100% - 72px - 24px);
	padding-left: 5px;
	padding-right: 5px;
	font-weight: 700;
}

#compare-product-list .remove-compare-product{
	cursor: pointer;
}

#compare-product-list li{
	margin-bottom: 5px;
}

#compare-product-list .compare-product-list{
	margin-bottom: 25px;
}

#compare-product-list .btn-black{
	width: 155px;
	padding: 5px 10px;
}

#compare-product-content .users-review-wrap{
	border:1px solid #EE8E2A;
}

#compare-product-content .slick-prev:before, #compare-product-content .slick-next:before{
	color: #EE8E2A;
}

.pagination{
	width: 100%;
}

.product-grid-our-score{
	width: 24px;
	height: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	background-color:#E83528;
	border-radius: 50%;
	font-size: 12px;
	font-weight: 700;
	margin-right: 8px;
}

.product-grid-our-score-label{
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	flex-basis: calc(100% - 24px);
	line-height: 1.1;
}

#recent-articles .grid-post-thumbnail{
	aspect-ratio: 597 / 253;
}

#recent-articles .home-post-wrap{
 border:1px solid #EE8E2A;
 height: 100%;
 padding-bottom: 110px;
 position: relative;
}

#recent-articles .post-title{
	padding-left: 12px;
	padding-right: 12px;
}

#recent-articles .grid-post-date{
	font-size: 13px;
	line-height: 18px;
	color: #E83528;
	padding-left: 12px;
	padding-right: 12px;
}

#recent-articles .grid-post-excerpt{
	font-size: 14px;
	line-height: 26px;
	padding-left: 12px;
	padding-right: 12px;
}

.grid-post-button{
	position: absolute;
	left: 12px;
	bottom: 35px;
}

#products-grid .attachment-woocommerce_thumbnail{
	max-height: calc(50vw - 36px);
	margin-left: auto;
	margin-right: auto;
	width: auto;
}

.product-wrap .product-tumbnail img{
	margin-left: auto;
	margin-right: auto;
	max-height: calc(50vw - 36px);
	width: auto;
}

.grid-product-tumbnail-wrap{
	width: 100%;
	aspect-ratio: 1 / 1;
}

.product-wrap .product-tumbnail{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	aspect-ratio: 1 / 1;
}

.product-wrap a.woocommerce-LoopProduct-link{
	display: block;
}

#author-products-grid .product-wrap > a{
	display: block;
}

.product-wrap > a {
	display: block;
}

.post-navigation{
	margin-bottom: 45px;
}

.post-navigation .nav-links .nav-previous{
	margin-bottom: 10px;
}

.post-navigation .nav-links .nav-previous .nav-subtitle{
	font-weight: 600;
	color: #EE8E2A;
}

.post-navigation .nav-links .nav-next .nav-subtitle{
	font-weight: 600;
	color: #E83528;
}

.single-post #comments .comments-title{
	margin-bottom: 25px;
}

.single-post #comments .comments-title span{
	color: #EE8E2A;
}

.single-post #comments .comment-author.vcard{
	display: flex;
	gap: 15px;
	margin-bottom: 10px;
}

.single-post #comments .comment-metadata{
	font-size: 12px;
	color: #979797;
}

.single-post #comments .comment-content{
	margin-bottom: 5px;
	width: 100%;
	overflow-x: auto;
}

.single-post #comments .comment-body{
	margin-bottom: 25px;
}

.single-post #comments .comment-reply-link{
	padding: 5px 25px;
	border-radius: 3px;
	background-color: #E83528;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.single-post #comments .comment-reply-link:hover{
	background-color: #EE8E2A;
}

.single-post #comments .children{
	padding-left: 45px;
}

.our-score-more-info{
	font-size: 10px;
	color: #fff;
}

.our-score-more-info:hover{
	color: #E83528;
}

.our-score-info{
	right: -48px;
	padding-top: 20px;
	color: #000;
	box-shadow: 0 9px 40px 0 rgba(0, 0, 0, 0.09);
	display: none;
}

.our-score-info .rate-line{
	height: 7px;
}

.our-score-info .rate-line:before{
	background-color: #E83528;
	height: 7px;
}

.page-template-default .entry-content h2, .page-template-default .entry-content h3, .page-template-default .entry-content h4, .page-template-default .entry-content h5, .page-template-default .entry-content h6{
	margin-bottom: 20px;
}

.page-template-default .entry-content ul{
	list-style: disc;
	margin-bottom: 30px;
	margin-left: 25px;
}

.page-template-default .entry-content ul li{
	margin-bottom: 15px;
}

.page-template-default .entry-content ol{
	list-style: decimal;
	margin-bottom: 30px;
	margin-left: 25px;
}

.page-template-default .entry-content ol li{
	margin-bottom: 15px;
}

.single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5, .single-post .entry-content h6{
	margin-bottom: 20px;
}

.single-post .entry-content ul{
	list-style: disc;
	margin-bottom: 30px;
	margin-left: 25px;
}

.single-post .entry-content ul li{
	margin-bottom: 15px;
}

.single-post .entry-content ol{
	list-style: decimal;
	margin-bottom: 30px;
	margin-left: 25px;
}

.single-post .entry-content ol li{
	margin-bottom: 15px;
}

.pros-title{
	color: #E83528;
}

.pros-list li:before{
	color: #E83528;
}

#contact-form{
	max-width:840px;
	margin-left:auto;
	margin-right:auto;
}

#contact-form div.wpforms-container-full .wpforms-field.wpforms-field-checkbox ul li input+label{
	padding-left:45px;
}

.page-template-default .entry-content #contact-form ul{
	margin-left:0;
}

.grid-product-tumbnail-wrap{
	margin-bottom: 12px;
}

.product-title h4{
	line-break: anywhere;
}

@media (max-width: 768px){
	.gallery-item{
		width:calc(33% - 12px);
		display: flex;
		justify-content: center;
		height: unset;
	}
	.wpc_show_bottom_widget .wpc-filters-open-button-container {
		padding-left: 12px;
		padding-right: 12px;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 640px){
	.gallery-item{
		width:calc(50% - 12px);
		display: flex;
		justify-content: center;
		height: unset;
	}
}

@media (min-width: 768px){
	.number-space{
		width: 24px;
		display: inline-block;
	}
	.single-product .users-review-wrap{
		width: 255px;
	}
	.single-product .our-score-wrap{
		width: 250px;
		max-width: calc(100% - 267px);
		padding-left: 26px;
		padding-right: 26px;
	}
	.single-product .our-score-wrap > .flex{
		gap: 1rem;
	}
	.our-score{
		width: 65px;
		height: 65px;
		font-size: 28px;
	}
	.single-compare .users-review-wrap{
		width: 255px;
	}
	.single-compare .our-score-wrap{
		width: 250px;
		max-width: calc(100% - 267px);
		padding-left: 26px;
		padding-right: 26px;
	}
	.single-compare .our-score-wrap > .flex{
		gap: 1rem;
	}
	#compare-button{
		right: calc(50% - 420px);
		transform: translateX(-50%);
	}
}

@media (min-width: 992px){
	.reply-form{
		padding:32px 48px;
	}
	.warning-wrap{
		padding:32px 48px;
	}
	.nologged-wrap{
		padding:32px 48px;
	}
	.brand-website{
		text-align: right;
	}
	.lg\:w-full {
		width: 100%;
	}
	.author-data-column{
		flex-basis: 100%;
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}
	.users-owner-reviews{
		margin-top: 42px;
	}
	.compare-product-bg .flex {
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	  }
	
	  .compare-section-title {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	  }
	
	  .add-another-products {
		-webkit-flex-basis: 50%;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		text-align: right;
	  }
	
	  .compare-product-table-title {
		display: inline-block;
		width: 191px;
		vertical-align: top;
	  }
	
	  .compare-product-slider, .compare-product-loader {
		vertical-align: top;
		display: inline-block;
		width: calc(100% - 191px);
	  }
	  .row{
		display: flex;
		flex-wrap: wrap;
	  }
	  .col-lg-12{
		flex-basis: 100%;
		max-width: 100%;
	  }
	  .col-lg-6.offset-lg-1{
		flex-basis: 42%;
		max-width: 42%;
		margin-left: auto;
		margin-right: auto;
	  }
	  .col-lg-4{
		flex-basis: 33%;
		max-width: 33%;
	  }
	  .col-lg-5.offset-lg-1{
		flex-basis: 50%;
		max-width: 50%;
		margin-left: auto;
		margin-right: auto;
	  }
	  .col-lg-5{
		flex-basis: 42%;
		max-width: 42%;
	  }
	  #compare-button{
		right: calc(50% - 530px);
	}
	#recent-articles .post-title{
		padding-left: 34px;
		padding-right: 34px;
	}
	
	#recent-articles .grid-post-date{
		padding-left: 34px;
		padding-right: 34px;
	}
	
	#recent-articles .grid-post-excerpt{
		padding-left: 34px;
		padding-right: 34px;
	}
	
	.grid-post-button{
		left: 34px;
	}
	#products-grid .attachment-woocommerce_thumbnail{
		max-height: calc((100vw - 290px) / 2 - 36px);
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}
	
}

@media (min-width: 1250px){
	.single-product .users-review-wrap{
		width: calc(50% - 6px);
	}
	.single-product .our-score-wrap{
		width: calc(50% - 6px);
		margin-left: 12px;
		
	}
	.single-product .our-score-wrap > .flex{
		width: 100%;
		justify-content: space-between;
	}
	.single-compare .users-review-wrap{
		width: calc(50% - 6px);
	}
	.single-compare .our-score-wrap{
		width: calc(50% - 6px);
		margin-left: 12px;
		
	}
	.single-compare .our-score-wrap > .flex{
		width: 100%;
		justify-content: space-between;
	}
	#compare-product-content .users-review-wrap{
		width: calc(50% - 6px);
	}
	#compare-product-content .our-score-wrap{
		width: calc(50% - 6px);
		margin-left: 12px;
		
	}
	#compare-product-content .our-score-wrap > .flex{
		width: 100%;
		justify-content: space-between;
	}

	#compare-button{
		right: calc(50% - 650px);
	}
	.compare-products-slider .product-tumbnail{
		min-height: 300px;
	}
	.single-compare .product-tumbnail{
		min-height: 300px;
	}
	#products-grid .attachment-woocommerce_thumbnail{
		max-height: calc((1250px - 290px) / 3 - 36px);
		margin-left: auto;
		margin-right: auto;
		width: auto;
	}
	.product-wrap .product-tumbnail img{
		margin-left: auto;
		margin-right: auto;
		max-height: calc(1250px / 4 - 36px);
		width: auto;
	}
}