@import url('https://fonts.googleapis.com/css?family=Montserrat:400,300,700');
body,
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, a, td, tr, th, button, input, select, textarea{
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif !important;
}
i{font-style: normal;}
.btn.btn-search {
    height: 100%;
    border-radius: 0px 5px 5px 0px;
}
.navbar .navbar-brand {
	padding: 0px 15px;
    font-size: 18px;
}
.navbar .navbar-brand img {
	display: inline;
	height: 44px;
}
.nav-youtube {
	color: #f5593d !important;
}
.nav-donate {
    color: #fbc658 !important;
}
.usernav {
    margin-top: 30px;
}
.navbar .navbar-nav .dropdown-menu {
    height: auto;
}
.navbar .btn-just-icon i {
    padding: 3px 2px;
}
.navbar .navbar-nav .nav-item i{font-style: normal;}
@media only screen and (max-width:990px) {
    .navbar .btn {
        margin: 2px 0;
    }
    .navbar .btn.btn-wide {
        width: 100%;
    }
}
.page-header a {
    color: #FFFFFF;
}
.page-header h5 {
    display: block;
    height: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-header .data {
	font-size: 12px;
	font-weight: 600;
	padding: 11px 10px;
	line-height: 1.75;
}
.page-header .data-lg {
	font-size: 1.2em;
	font-weight: 900;
	padding: 11px 10px;
	line-height: 2.5em;
}
.page-header .data-date {
	font-size: 1em;
	font-weight: 450;
	padding-top: 0;
	line-height: 1em;
}

.header-category {
	margin-top: 4.5em;
	font-size: 1.2em;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.5em;
}

.header-heat {
	position: absolute;
    height: 20px;
    width: 20px;
    min-width: 20px;
    margin-left: -5px;/*-11px;*/
    border-radius: 50px;
    padding: 0;
    font-size: 12px;
    background-color: #ffac00;
	border-color: #ffac00;
	color: #FFFFFF;
	opacity: 0.9;
}
.header-heat i,
.header-heat span {
	position: absolute;
	margin-left: -10px;
	margin-top: 4px;
}
.blog-page h1 {
	font-size: 2.8em;
}
.page-header {
	min-height: 80vh;
	max-height: 500px;
}
@media only screen and (min-width:1024px){
	.page-header {
		min-height: 80vh;
		max-height: 500px;
	}
}
@media only screen and (max-width:1024px){
	.page-header .title {
		font-size: 2rem;
		margin-bottom: 0;
	}
	#hpc .page-header h5 {
        height: 110px;
	}
}
@media only screen and (max-width:400px){
	#hpc .data {
	    display: none;
	}
}
#pingvin {
    position: absolute;
    overflow: hidden;
    width: 120px;
    height: 140px;
    bottom: 0px;
    right: 0;
    z-index: 35;
    animation: slidedown .3s;
}
#pingvin:hover {
    animation: slideup .3s;
    bottom: 45px;
}
@keyframes slideup {
    from { bottom: 10px; }
    to   { bottom: 50px; }
}
@keyframes slidedown {
    from { bottom: 50px; }
    to   { bottom: 10px; }
}
#pingvin-logo {
    background-image: url('../images/NhdoUYQ1Mu2F.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}
.home-blog {
	padding-top: 0;
	padding-bottom: 0;
}
.home-blog .title {
	margin-bottom: 0;
}
.home-blog p {
	font-size: 0.9em !important;
}
@media only screen and (max-width:576px){
	#kalmar {
		display: none;
	}
}
.carousel-control {
	background-color: #12BCB0;
}
.carousel-control:hover, 
.carousel-control:focus, 
.carousel-indicators .active {
	background-color: #2AD4C6;
}
ol.carousel-indicators>li{
    bottom: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ol.carousel-indicators>li:hover{
    position: relative;
    bottom: 3px;
    padding-bottom: -3px;
}
@media only screen and (max-width:576px){
    .carousel-control {
        padding: 20px !important;
        position: absolute !important;
        bottom: 10px !important;
        opacity: 0.8 !important;
        top: unset !important;
    }
}
.page-header .filter {
    position: absolute;
    background-position: center;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
}
.card.card-blog {
	min-height: 450px;
	max-height: 450px;
	overflow: hidden;
}
.card .card-stats {
	color: white;
	position: absolute;
	margin-top: -30px;
	float: unset;
	width: 100%;
	font-size: 15px;
	text-align: center;
	opacity: 1;
	text-shadow: 1px 1px 0px black;
}
.card .card-stats i {
	font-size: 17px;
	opacity: 1;
}
.card .card-blur {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 350px;
	left: 0;
	background-color: transparent;
	background-image: linear-gradient(#FFFFFF00, #FFFFFFFF);
}
.card .card-link {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.card .card-body .card-footer {
	position: absolute;
	width: 100%;
	margin-right: -20px;
	left: 0;
	bottom: 0px;
	padding: 0 7px 7px;
	background: white;
}
.card .card-body .card-footer hr {
	margin: 0;
	margin-bottom: 10px;
}

.card .card-description {
	color: #7a7a7a;
}
.card p {
	font-size: 0.9em;
}
.section-ice {
    position: relative;
    z-index: 25;
    width: 100%;
    min-height: 350px;
}
.section-ice .ice-cover {
    position: absolute;
    overflow: hidden;
    height: 35em;
    width: 100%;
}
.section-ice .ice-img {
    background: url('../images/kfF1Ek59mrPY.svg') center center no-repeat;
    background-size: cover;
    position: absolute;
    animation: fadein 1s;
    min-height: 35em;
    width: 100%;
}
.section-ice img {
    position: absolute;
    animation: fadein 1s;
    min-height: 35em;
    height: 35em;
    min-width: 100%;
    width: 100%;
    margin-top: -3em;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
.section-ice .card {
    border: 1.5px solid #f5593dbf;
}
.section-ice .container {
    padding-top: 0px;
}
.card-ice-description {
    text-align: left;
    padding: 20px;
    position: absolute;
    z-index: 10;
    text-shadow: 1px 1px 2px black;
}
.section-ice .card[data-background="image"]::after {
    background-color: transparent;
}
.section-ice .card-title {
    display: none;
}

.bg-blogs {
    position: absolute;
    height: 500px;
    width: 100%;
    margin-top: -150px;
}
.home-blog #blogs {
    padding-bottom: 70px;
}
.cat-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 100%;
    background-repeat: no-repeat;
}
@media only screen and (max-width:750px) {
    .cat-link {
        display:none;
    }
}
blockquote {
	font-size: 1.5em;
	text-align: justify;
	font-style: italic;
}
.article-content blockquote {
    min-width: 200px;
    font-size: 1.1em;
    line-height: 1.2em;
    box-sizing: content-box;
}
.article-content a {
    font-weight: 600;
}
.article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
	margin-bottom: 1.1rem;
	font-weight: 500;
}
.article-content h2 {
	font-size: 2.3em;
	margin-top: 20px;
	margin-bottom: 15px;
}
.article-content h3 {    
	font-size: 2.1em;
	margin-top: 20px;
	margin-bottom: 15px;
}
.article-content h4 {    
	font-size: 1.9em;
	margin-top: 20px;
	margin-bottom: 15px;
}
.article-content h2 > a , h3 > a, h4 > a { font-weight: 500; }
@media only screen and (min-width:700px) {
    .article-content blockquote {
    	margin-left: 20px;
    }
}
.article-content blockquote p {
    line-height: 1.3em;
}
img.card {
	border-radius: 0px;
	min-height: unset !important;
}
.section-article {
	color: #444;
}
p {
	text-align: justify;
	font-size: 1.3em;
	line-height: 1.5em;
	margin-bottom: 20px;
	font-weight: 400;
}
.section-article li {
	font-size: 1.3em;
}
.section a {
	font-weight: 600;
}
.section-article video {
	position: unset;
}
@media only screen and (min-width:1024px){
	.section-article .sharing {
		text-align: right;
	}
}
.section-article .wp-caption {
    width: unset !important;
}
.section-article table {
    font-size: 1.3em;
    width: unset;
}

iframe {
	max-width: 100%;
	width: 100%;
	height: 30rem;
}

@media only screen and (max-width:990px) {
	iframe {
		height: 20rem;
	}
    .article-author-socials {
        margin: 10px 0;
    }
    .article-author-socials a {
        margin: 0 0 3px;
    }
}
@media only screen and (min-width:990px) {
    .article-author-socials {
        float: right;
    }
}

.ted-articles {
    margin-bottom: 80px;
}
.about-title {
	font-weight: 600;
}

@media only screen and (min-width:1024px){
	.row.row-team {
		margin: 5px -60px;
	}
}
.card.card-profile .card-footer {
	padding-top: 0;
	margin-top: -15px;
}

.about-cards h2,
.about-cards h3,
.about-cards h6,
.about-cards p {
	font-weight: 600;
}
.about-cards p {
	font-size: 1.1em;
}
.card-mutant {
    max-width: 640px;
}
.card[data-color] .card-description {
	color: rgba(255, 255, 255, 0.85);
}
.card[data-color="gray"] {
    background: #84807b;
}
.section-about blockquote p {
    font-size: unset;
}
.profile .page-header.page-header-small {
    min-height: 35vh !important;
    max-height: 350px;
}
.profile .profile-picture .title {
    margin-top: -5px;
    margin-bottom: -60px;
}
.profile .profile-content {
}

.profile-socials {
    padding: 15px;
    text-align: center;
}
.profile-socials .btn {
    opacity: 0.8;
}
.profile-socials .btn:hover {
    opacity: 1;
}
.btn-twitch {
    color: #FFFFFF;
    background-color: #7854ba;
    border-color: #7854ba;
    opacity: 0.8;
}
.btn-twitch:hover {
    color: #FFFFFF;
    background-color: #6441a5;
    border-color: #6441a5;
}
@media only screen and (min-width:1000px) {
    .profile-picture {
        position: absolute;
        margin-left: 20px;
    }
    .profile .profile-description {
        margin-top: -50px;
    }
    .profile-socials {
        text-align: unset;
    }
}
.section-article .media {
    width: 100%;
}
.comment-notes {
    font-size: 1em;
}
.aligncenter, .aligncenter * {
	text-align: center;
	align-content: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.article-content img {
    max-width: 100%;
	height: auto;
}
.wp-caption img {
	max-width: 100%;
	height: auto;
}
img.aligncenter {
	max-width: 100%;
	height: auto;
}
.p img {
	max-width: 100%;
	height: auto;
}
.article-content img.alignleft {
    float: left;
    margin-right: 20px;
}
.article-content img.alignright {
    float: right;
    margin-left: 20px;
}
.article-spelling {
    border-color: #f5593d;
    border-width: 2px;
    border-radius: .25rem;
    border-style: solid;
    padding: 8px 12px;
    display: inline-block;
}
#disqus_thread {
	width: 100%;
}
#sharing {
    position: relative;
	display: block;
    background-color:white;
    border-radius:5px;
    padding:2.5px;
    box-shadow: 0px 0px 3px gray;
	text-align: center;
	margin-bottom: 20px;
}
#sharing span {
    display: block;
    padding:2.5px;
}
@media only screen and (max-width:700px) {
    #sharing {
		display: block;
        text-align: center;
        right: 0;
        top: auto;
        left: 0;
        bottom: 0;
        width:100%;
        border-radius:0;
        box-shadow: 0 6px 10px 5px rgba(0, 0, 0, 0.15);
    }
    #sharing span {
        display: inline;
        padding: 1%;
    }
    #up.up-post {
        bottom: 60px !important;
    }
}
#up {
    display: none;
    position: fixed;
    right: 5%;
    bottom: 40px;
    margin-right: 5px;
    z-index: 100;
}
.footer {
    z-index: 55;
	margin-left: 200px;
}
.footer .credits {
    line-height: 15px;
}
.footer-nav {
	text-align: center;
}
@media only screen and (max-width:769px) {
    .footer {
        margin-left: 0px !important;
    }
	.footer .credits {
		margin-bottom: 10px !important;
		text-align: center !important;
	}
	.rowmobile {
		display: block !important;
	}
	.proscons {
		margin-left: 0 !important;
	}
	.dottedproscons {
		width: 95% !important;
	}
}
.pagination, .pagination ul, .pagination li {
    display: inline-block;
}
.current {
	background-color: #12BCB0 !important;
	color: #fff !important;
}
.page-numbers {
	background-color: transparent;
	border: 2px solid #12BCB0;
	border-radius: 20px;
	color: #12BCB0;
	height: 36px;
	margin: 0 2px;
	min-width: 36px;
	padding: 7px 12px;
	font-weight: 600;
}
h3.anons {font-size: 1.35em;line-height: 1.4em;}
.googleads { display:inline-block; width: 920px; height: 100px; }
@media (min-width:300px) { .googleads { width: 278px; height: 60px; } }
@media (min-width:400px) { .googleads { width: 378px; height: 60px; } }
@media (min-width:500px) { .googleads { width: 468px; height: 60px; } }
@media (min-width:800px) { .googleads { width: 728px; height: 90px; } }
@media (min-width:1140px) { .googleads { width: 920px; height: 100px; } }
div.wpappbox div.applinks {
    width: 130px !important;
}
div.wpappbox div.appbuttons {
    width: 100% !important;
}

td, tr, th {
	border: 1px solid #e3e3e3;
	padding-left: 10px;
	vertical-align: baseline;
}

table {
	width: 100% !important;
	height: auto !important;
	word-wrap: anywhere;
}

th {
	font-weight: 700;
	background: #eee;
	color: #d50000;
}

td strong {
	font-weight: 700;
}

.snowman {
	background-color: blue !important;
	border-color: blue !important;
}

.snowman:hover {
	background-color: red !important;
	border-color: red !important;
}

.woocommerce-product-details__short-description {
	background-image: linear-gradient(to right, lightblue, #fff) !important;
	border-radius: 5px !important;
}

.woocommerce-product-details__short-description p {
	padding: 10px !important;
}

.signal {
	border: 3px solid limegreen;
	border-radius: 50%;
}

.signals {
	font-size: 20px;
	font-weight: 700;
	font-style: normal;
}

.homepage-ads {
	margin-top: 50px;
}

.homepage-ads .card[data-background="image"]::after {
    background-color: transparent;
}

.homepage-ads .card-title {
    display: none;
}

.title-partners-home {
	background: #343a40;
	color: #fbc658;
	border: 2px solid;
	text-align: center;
	box-sizing: border-box;
	padding: 15px 30px;
	white-space: nowrap;
	margin-bottom: -11px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 5px;
}

.wp-video {
	margin-left: auto;
	margin-right: auto;
}

.instagram-media {
	margin: auto !important;
}

.catalog-table table tr td {
    vertical-align: middle;
    padding: 0 7px;
    color: #4b4b4b;
    font-size: 14px;
	font-weight: 400;
	word-break: keep-all !important;
}

.catalog-table table tr td:first-child {
	font-size: 1.05rem !important;
	width: 30%;
	font-weight: 700;
	vertical-align: baseline;
	word-break: keep-all !important;
}

.catalog-group-title {
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
	color: white;
	font-size: 1.25rem;
	font-weight: 700;
	text-transform: uppercase;
	padding-left: 5px;
	border-radius: 3px;
}

.catalog-group-table {
	margin-bottom: 15px;
	box-shadow: 0 4px 4px lightgray;
}

.catalog-group-table tr:nth-child(2n) {
    background-color: #eee;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 25% !important;
}

@media (max-width: 770px) { .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100% !important;
}
}

woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 65% !important;
}

@media (max-width: 770px) { woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 100% !important;
}
}

ul.flex-direction-nav {
	position: absolute;
	top: 30%;
	z-index: 99999;
	width: 100%;
	left: 0;
	margin: 0;
	padding: 0px;
	list-style: none;
}

li.flex-nav-prev {
	float: left;
}

li.flex-nav-next {
	float: right;
}

a.flex-next {
	visibility: hidden;
}

a.flex-prev {
	visibility: hidden;
}

a.flex-next::after {
	visibility: visible;
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	margin-right: 10px;
	font-size: 36px;
	color: #51bcda;
}

a.flex-prev::before {
    visibility: visible;
    content: '\f137';
    font-family: "Font Awesome 5 Free";
	margin-left: 10px;
	font-size: 36px;
	color: #51bcda;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after {
    background: #fff !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
    border: 2px solid #fff !important;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    background: #51bcda !important;
}

.woocommerce .woocommerce-breadcrumb::before {
    padding-top: 10px;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
	float: left !important;
	width: 75.5% !important;
}

.related-articles-catalog {
	float: right;
	width: 23.5%;
}

.related-articles-catalog-title {
	font-size: 18px !important;
	border-color: #000 !important;
	background: #f5593d;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	color: #fff !important;
	border-radius: 12px;
	padding: 5px;
	min-height: 0 !important;
}

.row-catalog {
	display: block !important;
}

.col-lg-4-catalog {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.col-md-6-catalog {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.panel {
    border-bottom: none !important;
}

.container-catalog {
	background-color: white;
	max-width: 1500px !important;
	padding-left: 0 !important;
}

.col-md-10 {
	max-width: 98% !important;
	flex: 0 0 95% !important;
}

@media (max-width: 900px) {
	.container-catalog {
		padding-top: 0px;
		flex: 0 0 98% !important;
	}
	.col-md-10 {
		max-width: 880px !important;
		flex: 0 0 98% !important;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 48% !important;
	}
	woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 76% !important;
		float: right !important;
	}
	.cat-single-title {
		width: 100% !important;
	}
	.widgets-short-table {
		float: right !important;
		width: 100% !important;
	}
	.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
		width: 65% !important;
	}
	.related-articles-catalog {
		float: right;
		width: 33%;
	}
	.table-short-specs td th tr {
		font-size: 10px !important;
	}
	.catalog-table table tr td:first-child {
    	font-size: 14px !important;
		word-wrap: break-word !important;
	}
	.catalog-table table tr td {
    	font-size: 12px !important;
	}
	.tableinnerspan, .tableinnerspangray {
    	font-size: 12px !important;
	}
}

@media (max-width: 770px) {
	.related-articles-catalog {
		float: none !important;
		width: 100% !important;
	}
	.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
		float: none !important;
		width: 100% !important;
	}
	.woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary {
		float: left !important;
	}
	woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		width: 100% !important;
		margin-right: 0px !important;
	}
	.widgets-short-table {
		float: left !important;
		width: 100% !important;
	}
	.woocommerce div.product .product_title {
		width: 100% !important;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 100% !important;
	}
}

.widgets-short-table {
    float: left;
    width: 100%;
}

.table-short-specs {
	background: linear-gradient(to left, #eee, #fff);
	border-radius: 3px;
	margin-bottom: 7px;
	box-shadow: 0 4px 4px lightgray;
}

.table-short-specs, td, th, tr {
	border: 0;
	font-size: 14px;
	vertical-align: middle;
}

.table-short-specs i {
	color: #000;
	font-size: 20px;
}

.woosw-btn {
	font-size: 100%;
	line-height: 1;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #515151;
	background-color: #ebe9eb;
	border: 0;
	display: inline-block;
	background-image: none;
	box-shadow: 0 4px 4px lightgray !important;
	text-shadow: none;
	margin: 0 10px 10px 0;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	box-shadow: 0 4px 4px lightgray !important;
}

.woosw-btn:hover {
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
	color: #fff;
}

.woocommerce a.button:hover {
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6) !important;
	color: #fff !important;
}

.woosw-area .woosw-inner .woosw-content .woosw-content-bot .woosw-notice {
    background-color: #51bcda !important;
}

.compare-list td product {
	text-align: left !important;
}

table.compare-list td.odd {
    text-align: left !important;
}

input[id^="spoiler"] {
	display: none;
}

input[id^="spoiler"] + label {
	display: inline-block;
	width: 100%;
	text-align: center;
	font-size: 24px;
	border-radius: 8px;
	cursor: pointer;
	margin: 0px;
}

input[id^="spoiler"]:checked + label {
	color: #333;
}

input[id^="spoiler"] ~ .spoiler {
	height: 0;
	overflow: hidden;
	opacity: 0;
	border-radius: 8px;
}

input[id^="spoiler"]:checked + label + .spoiler{
	height: auto;
	opacity: 1;
	margin-bottom: 10px;
}

.ikyivstar {
	background: url(../images/WGnBMnI1dcXX.png);
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.ilifecell {
	background: url(../images/dpMDBJvpYqIs.png);
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.imts {
	background: url(../images/OjU4tC3cBL7O.png);
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.iukrtelecom {
	background: url(../images/Fhw2MOxQA9vd.png);
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.spoilertd {
	width: 20%;
	text-align: left !important;
}

.spoilertdwords {
	vertical-align: baseline;
	padding-left: 15px;
}

.table-short-mobile-operators {
	background: linear-gradient(to left, #eee, #fff);
	padding: 0px;
	margin-bottom: 7px;
	border-radius: 3px;
	box-shadow: 0 4px 4px lightgray;
	line-height: 1;
}

.mobile-operator-table-title {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	padding: 5px;
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.fourgicon {
	border-radius: 50%;
	width: 32px;
	height: 32px;
	background: #f4f5fa;
    background-image: none;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	vertical-align: baseline;
}

.fourgicon.fourgiconone {
	color: #51bcda;
	background-image: linear-gradient(90deg,#51bcda 50%,rgba(245,246,250,0) 0,rgba(245,246,250,0)),linear-gradient(270deg,#51bcda 50%,#f4f5fa 0,#f4f5fa);
}

.fourgicon .fourgicontwo {
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	line-height: 1.9;
	text-align: center;
	background: whitesmoke;
	display: block;
	margin: 3px;
}

.fourgiconx.fourgicononex {
	color: red;
	background-image: linear-gradient(90deg,red 50%,rgba(245,246,250,0) 0,rgba(245,246,250,0)),linear-gradient(270deg,red 50%,#f4f5fa 0,#f4f5fa);
}

.fourgiconx .fourgicontwo {
	font-size: 14px;
	font-weight: 700;
	font-style: normal;
	border-radius: 50%;
	width: 26px;
	height: 26px;
	line-height: 1.9;
	text-align: center;
	background: whitesmoke;
	display: block;
	margin: 3px;
}

.fourgiconx {
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background: #f4f5fa;
    background-image: none;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    vertical-align: baseline;
}

.woocommerce-page .page-title, .woocommerce-result-count {
	display: none;
}

.title-operator {
	font-size: 12px;
	vertical-align: middle;
}

@media (min-width: 900px) {
woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    width: 52.8% !important;
	margin-left: 15px;
	float: left !important;
}
.widgets-short-table {
    float: right;
    width: 23.5%;
}
}

.popularsmartphonesviews {
	display: block;
	list-style: none;
	font-size: 12px;
	color: white;
	box-shadow: 0px 3px 4px lightgray;
	border-radius: 5px;
	margin-bottom: 30px;
}

.popularsmartphonesviews h2 {
	font-size: 20px;
	margin: 0 0 5px 0;
	font-weight: 700;
	text-transform: uppercase;
    background-clip: border-box;
	text-align: center;
	-webkit-user-select: all;
}

.top-ten-popular-smat-catalog {
	margin-bottom: 5px;
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
	border-radius: 5px;
	padding: 7px;
}

.smartviews {
	font-size: 20px;
	list-style: none;
	margin: 0 0 30px 0;
	border-radius: 3px;
	background: linear-gradient(to right, #eee, #fff);
	padding: 7px;
	box-shadow: 1px 3px 4px lightgray;
	text-align: center;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	display: none !important;
}

.woocommerce div.product .product_title {
	color: white;
	margin-top: 7px !important;
	text-align: center;
	-webkit-user-select: textarea;
}

.cat-single-title {
	border-radius: 3px;
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
	margin-bottom: 10px;
	width: 75.5%;
	float: left;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left !important;
	width: 21.5% !important;
}

.woosw-content {
	height: auto !important;
}

.fa-times {
	color: red;
}

.fa-check {
	color: green;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
}
.eo_live_search_handler {
    position: inherit !important;
}
.eo_custom_popover {
    left: 1% !important;
}
.twitter-tweet {
	margin: 0 auto !important;
}
.container-mobile {
	width: 100% !important;
	max-width: 100% !important;
}
.navbar-header {
	margin: 0 auto;
}
.dropdown-item {
    display: inline-block !important;
	margin-top: 10px !important;
	color: #66615b;
	padding: 0 !important;
	margin-right: 20px;
}
.toggled {
    transform: rotate(45deg);
	-webkit-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -moz-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -o-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    -ms-transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
    transition: all 0.33s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.searchm {
	position: relative;
	padding: 20px 7px;
	width: 100%;
	text-align: center;
}
.searchTerm {
	width: 140px;
	height: 36px;
	border-top: 3px solid #66615b;
	border-left: 3px solid #66615b;
	border-bottom: 3px solid #66615b;
	border-right: none;
	padding: 7px;
	outline: 3px solid transparent;
	background-color: #eee;
	vertical-align: bottom;
	border-radius: 0;
}

.searchTerm:focus{
 	color: #66615b;
}

.searchButton {
	color: #66615b;
	cursor: pointer;
	font-size: 18px;
	margin-left: -8px;
	padding-right: 5px;
	height: 36px;
	border-top: 3px solid #66615b;
	border-right: 3px solid #66615b;
	border-bottom: 3px solid #66615b;
	border-left: none;
	background: #eee;
}

.navbarnavfool {
	width: 100%;
}

@media screen and (orientation: portrait) {
	.navbarfool {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.navbarfool {
		display: block;
	}
	.navbarmini {
		display: none;
	}
	#features, #blogs, .home-header, .blog-page, .tagsleft {
		margin-left: 200px;
	}
	.section {
    	padding: 0 !important;
	}
	.bg-dark {
		margin-left: 0px !important;
	}
	.dropdown {
		margin: 0 auto;
	}
	.navbar-nav .dropdown-menu::before, .dropdown .dropdown-menu[x-placement="bottom-start"]::before, .dropdown .dropdown-menu[x-placement="bottom-end"]::before, .card.card-just-text .dropdown .dropdown-menu::before, .card-just-text .dropdown .dropdown-menu::before, .dropdown-btn .dropdown-menu::before {
    	left: 35px !important;
		right: unset !important;
	}
	.navbar-nav .dropdown-menu::after, .dropdown .dropdown-menu[x-placement="bottom-start"]::after, .dropdown .dropdown-menu[x-placement="bottom-end"]::after, .card.card-just-text .dropdown .dropdown-menu::after, .card-just-text .dropdown .dropdown-menu::after, .dropdown-btn .dropdown-menu::after {
    	left: 35px !important;
		right: unset !important;
	}
	.navbar-expand-lg .navbar-nav .dropdown-menu-right {
    	left: 0 !important;
    	right: auto !important;
	}
	.notinmobi {
		display: block;
	}
}

@media screen and (max-width: 991px) {
	.navbarfool {
		display: none;
	}
	.navbarmini {
		display: block;
	}
	.dropdown {
		margin: 0 auto;
	}
	.section {
    	padding: 30px 0 0 !important;
	}
	.notinmobi {
		display: none;
	}
	.srcathomecarousel {
		top: 45px !important;
	}
	.prosconscenter {
		width: 100% !important;
	}
	.marginleft {
		margin-left: 0px !important;
	}
}

.marginleft {
	margin-left: 200px;
}

@media screen and (max-width: 599px) {
	.blockratingstar {
		font-size: 18px !important;
	}
	.allprocons {
    	display: block !important;
	}
	.prosconsleft {
    	width: 100% !important;
    	margin-bottom: 2% !important;
	}
	.prosconsright {
		width: 100% !important;
	}
}

.navbarfool {
	position: fixed;
	width: 200px;
	height: 100%;
}

.navbarfool .btn {
    margin: 3px 0px !important;
	text-align: left;
}

.navbarfool .btn-default {
	width: 100%;
	background-color: #eee;
	border-color: #eee;
	color: #66615b;
}

.navbarmini .btn-default {
	width: 100%;
	background-color: #eee;
	border-color: #eee;
	color: #66615b;
}

.navbarmini .btn-default:hover {
	background-color: #66615b;
	border-color: #66615b;
	color: lightgray;
}

.navbarfool .btn-default:hover {
	background-color: #66615b;
	border-color: #66615b;
	color: lightgray;
}

.containerfool {
	flex-wrap: wrap;
	margin-top: 20px;
}

.navbarbrandfool {
	display: grid !important;
	padding: 0 !important;
	margin-left: 0px !important;
}

.navbarnavfool {
	flex-direction: column !important;
}

.nonwrapper {
    left: 0;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.menuicons {
	font-style: normal;
	color: gray !important;
	margin-right: 5px !important;
}

.btnmobile {
	margin: 12px 20px;
	color: #66615b;
	font-size: 16px;
	font-weight: 700;
}

.btnmobile:hover {
	color: #66615b;
}

.mobim {
	font-weight: 700 !important;
	vertical-align: text-top;
}

.menusocicons {
	position: fixed;
	bottom: 20px;
	width: 200px !important;
	background-color: #eee;
}

.menusociconsmob {
	position: fixed;
	bottom: 64px;
	width: 200px !important;
	background-color: #eee;
}

.srsingletop {
	color: yellow;
	font-size: 24px;
	font-weight: 700;
	text-shadow: 2px 2px 2px black;
	margin-bottom: 1em;
}

.popularreviewscat2 {
	display: inline-block;
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
	background-color: #FFFFFF;
	color: #333333;
	vertical-align: top;
	margin-bottom: 20px;
}

.popularreviewscat2 h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
	color: white;
	text-align: center;
	border-radius: 12px;
	padding: 5px;
	text-shadow: 1px 1px 1px gray;
}

.popularreviews {
	display: inline-block;
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
	background-color: #FFFFFF;
	color: #333333;
	margin-top: 30px;
	vertical-align: top;
}

.popularreviews h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
	color: white;
	text-align: center;
	border-radius: 12px;
	padding: 5px;
	text-shadow: 1px 1px 1px gray;
}

tr.popularreviewstable:nth-child(2n) {
    background-color: #eee;
}

.paddingrattable td {
    padding: 5px;
}

.srcathome {
	position: absolute;
	left: 10px;
	top: -1px;
	color: #2AD4C6;
	font-size: 20px;
	font-weight: 700;
	text-shadow: 2px 2px 2px black;
	margin-bottom: -1em;
}

.ratingsrcathome {
	position: absolute;
	right: 12px;
	color: #6fbff0;
	top: 15px;
	font-size: 25px;
	text-shadow: 2px 1px 1px #000;
}

.srcathomecarousel {
	position: absolute;
	left: 25px;
	top: -5px;
	color: #2AD4C6;
	font-size: 20px;
	font-weight: 700;
	text-shadow: 2px 2px 2px black;
	z-index: 100;
}

.ratingsrcathomecarousel {
	position: absolute;
	left: 12px;
	color: white;
	top: 16px;
	font-size: 20px;
	text-shadow: 1px 1px black;
}

.blockrating {
	display: block;
	margin-bottom: 30px;
	background-color: #eee;
	border-radius: 10px;
	box-shadow: 0px 1px 2px 1px gray;
}

.blockratingstar {
	width: 100%;
	color: #66615b;
	font-size: 30px;
	padding: 20px 0 0;
	text-align: center;
	font-weight: 700;
}

.allprocons {
	display: flex;
	padding: 20px;
}

.prosconsleft {
	width: 49%;
	margin-right: 2%;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 1px 2px 1px gray;
	padding: 10px;
}

.prosconsright {
	width: 49%;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 1px 2px 1px gray;
	padding: 10px;
}

.prosconscenter {
	width: 50%;
	background-color: white;
	border-radius: 10px;
	box-shadow: 0px 1px 2px 1px gray;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
}

.dottedproscons {
	font-size: 25px;
	border-bottom: 2px dotted gray;
	text-align: center;
	color: gray;
}

.dottedprosconsred {
	font-size: 25px;
	border-bottom: 2px dotted gray;
	text-align: center;
	color: gray;
}

.tableproscons, td, th, tr {
    padding: 3px;
    vertical-align: middle;
}

.tableproscons tr:nth-child(2n) {
    background-color: #eee;
}

.tableproscons table tr td:first-child {
    width: 31px;
}

.tableprosconsrating, td, th, tr {
    padding: 3px;
    vertical-align: middle;
}

.tableprosconsrating tr:nth-child(2n) {
    background-color: #eee;
}

.fontcarousel {
	font-size: 70px;
}

@media screen and (max-width: 765px) {
	.popularreviews {
		float: none !important;
		width: 100% !important;
		margin-top: -20px !important;
		margin-bottom: 35px !important;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    width: 100% !important;
	}
}

.readmorereviews {
	display: block;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	margin: 10px;
}

.tablearticles tr:nth-child(2n) {
    background-color: #eee;
}

.tablearticles tbody {
	border-bottom: 1px dotted gray;
	border-top: 1px dotted gray;
}

.oopsnothingfound {
	text-align: center;
}

.oopsnothingfound p {
	text-align: center;
	font-size: 25px;
	padding: 10px;
}

.oopsnothingfound img {
	width: 350px;
}

.article-content blockquote {
	float: right;
	width: 35%;
	display: block;
	position: relative;
	border-top: 2px solid black;
	border-bottom: 5px solid black;
	border-radius: 25px;
}

.article-content blockquote p {
	display: inline-block;
	margin: 20px;
	text-align: left !important;
	text-transform: uppercase;
	font-size: 18px;
}

@media screen and (max-width: 1075px) {
	.article-content blockquote {
		float: none !important;
		width: 93% !important;
		margin-left: auto;
		margin-right: auto;
	}
}

.catsbutton {
	display: inline-block;
	border-radius: 12px;
	background: white;
	box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
	width: 350px;
	height: 100px;
	margin-right: 1.65%;
	margin-bottom: 20px;
	vertical-align: top;
}

.catsbutton:hover {
	box-shadow: 2px 8px 5px -1px rgba(0, 0, 0, 0.15);
	background-color: #eee;
}

.catsbuttoncat2 {
	display: inline-block;
	border-radius: 12px;
	box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
	width: 100%;
	height: 100px;
	margin-bottom: 40px;
	vertical-align: top;
	background: #fff;
	color: #12BCB0;
	border: 3px solid #12BCB0;
}

.catsbuttoncat2:hover {
	box-shadow: 2px 8px 5px -1px rgba(0, 0, 0, 0.15);
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6) !important;
	border: 2px solid #12BCB0;
	color: #fff;
}

.cat2othercontent {
	-ms-flex: 0 0 24.333333%;
	flex: 0 0 24.333333%;
	max-width: 24.333333%;
}

.tablecatsbuttoncat2 {
	display: table-cell;
	padding: 20px;	
}

@media screen and (max-width: 720px) {
	.catsbutton {
		width: 100% !important;
		height: auto !important;
	}
	.catsbutton p {
		text-align: left !important;
	}
}

@media screen and (max-width: 1810px) {
	.popularreviews {
		width: 340px;
	}
	.catsbutton {
		width: 340px;
	}
}

@media screen and (max-width: 1760px) {
	.popularreviews {
		width: 330px;
	}
	.catsbutton {
		width: 330px;
	}
}

@media screen and (max-width: 1720px) {
	.popularreviews {
		width: 320px;
	}
	.catsbutton {
		width: 320px;
	}
}

@media screen and (max-width: 1680px) {
	.popularreviews {
		width: 310px;
	}
	.catsbutton {
		width: 310px;
	}
	.tablecatsbuttoncat2 td:nth-child(2) {
		font-size: 18px !important;
	}
}

@media screen and (max-width: 1645px) {
	.popularreviews {
		width: 300px;
	}
	.catsbutton {
		width: 300px;
	}
	.tablecatsbuttoncat2 {
		padding: 14px !important;	
	}
}


@media screen and (max-width: 1595px) {
	.tablecatsbuttoncat2 {
		padding: 12px !important;	
	}
}

@media screen and (max-width: 1577px) {
	.tablecatsbuttoncat2 {
		padding: 10px !important;	
	}
}

@media screen and (max-width: 1560px) {
	.tablecatsbuttoncat2 {
		padding: 10px !important;	
	}
}

@media screen and (max-width: 1600px) {
	.popularreviews {
		width: 290px;
	}
	.catsbutton {
		width: 290px;
	}
}

@media screen and (max-width: 1560px) {
	.popularreviews {
		width: 280px;
	}
	.catsbutton {
		width: 280px;
		height: 120px;
	}
}

@media screen and (max-width: 1510px) {
	.popularreviews {
		width: 270px;
	}
	.catsbutton {
		width: 270px;
		height: 120px;
	}
}

@media screen and (max-width: 1470px) {
	.popularreviews {
		width: 31%;
	}
	.catsbutton {
		width: 31%;
		height: 100px;
	}
	.cat2content {
		-ms-flex: 0 0 33.333333% !important;
		flex: 0 0 33.333333% !important;
		max-width: 33.333333% !important;
	}
	.cat2othercontent {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
	.tablecatsbuttoncat2 {
		padding: 20px !important;	
	}
	.blogysoftware {
		padding-left: 17px !important;
	}
	.blogythoughts {
    	padding-right: 30px !important;
	}
	.blogyadvertisement {
    	padding-right: 27px !important;
	}
	.blogygames {
		padding-right: 27px !important;
		padding-left: 15px !important;
	}
	.blogyoffers {
		padding-right: 27px !important;
		padding-left: 18px !important;
	}
	.blogymovies {
		padding-right: 30px !important;
		padding-left: 20px !important;
	}
	.blogygiveaway {
		padding-right: 30px !important;
	}
}

@media screen and (max-width: 1400px) {
	.popularreviews {
		width: 300px;
	}
	.catsbutton {
		width: 300px;
		height: 100px;
	}
}

@media screen and (max-width: 1300px) {
	.popularreviews {
		width: 370px;
	}
	.catsbutton {
		width: 370px;
		height: 100px;
	}
	.cat2content {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
	.mincenter {
		font-size: 11px !important;
	}
}

@media screen and (max-width: 1100px) {
	.popularreviews {
		width: 350px;
	}
	.catsbutton {
		width: 350px;
		height: 100px;
	}
	.mincenter {
		font-size: 10px !important;
	}
}

@media screen and (max-width: 1016px) {
	.popularreviews {
		width: 340px;
	}
	.catsbutton {
		width: 340px;
	}
}

@media screen and (max-width: 991px) {
	.oglyadtablesblock {
		margin-top: 50px !important;
	}
	.popularreviewscats {
		float: none !important;
		width: 100% !important;
		margin: 5px 5px 15px 0px !important;
	}
	.fami-wccp-wrap {
		margin-top: 40px;
	}
	.fami-wccp-left-part {
		width: 120px !important;
	}
}

@media screen and (max-width: 816px) {
	.popularreviews {
		width: 320px;
	}
	.catsbutton {
		width: 320px;
	}
	.cat2content {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.adsensereviewleft {
		float: none !important;
		width: 100% !important;
		margin-right: 0 !important;
	}
	.adsensereviewright {
		float: none !important;
		width: 100% !important;
		margin-right: 0 !important;
		display: none !important;
	}
	.adsensereviewleft4cats {
		float: none !important;
		width: 100% !important;
		margin-right: 0 !important;
	}
	.adsensereviewright4cats {
		float: none !important;
		width: 100% !important;
		margin-right: 0 !important;
		display: none !important;
	}
}

.cat2content {
	-ms-flex: 0 0 24.333333%;
	flex: 0 0 24.333333%;
	max-width: 24.333333%;
}

.adsensereviewleft {
	margin-bottom: 10px;
	float: left;
	width: 48.5%;
	display: inline-block;
	text-align: center;
	padding-left: 15px;
	padding-right: 15px;
}

.adsensereviewright {
	margin-bottom: 10px;
	text-align: center;
	width: 48.5%;
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
}

.adsensereviewleft4cats {
	margin-bottom: 10px;
	float: left;
	width: 49.5%;
	display: inline-block;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
}

.adsensereviewright4cats {
	margin-bottom: 10px;
	text-align: center;
	width: 49.5%;
	display: inline-block;
	padding-left: 25px;
	padding-right: 25px;
}

.popularreviewscats {
	width: 100%;
	margin: 5px;
	display: block;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 6px 10px -4px rgba(0, 0, 0, 0.15);
}

.popularreviewscats h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
	color: white;
	text-align: center;
	border-radius: 12px;
	padding: 5px;
	text-shadow: 1px 1px 1px gray;
}

.popularreviewscats-home {
	width: 100%;
	margin: 0px;
	display: block;
	background: #fff;
	border-radius: 15px;
}

.popularreviewscats-home h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
	color: white;
	text-align: center;
	border-radius: 12px;
	padding: 5px;
	text-shadow: 1px 1px 1px gray;
}

@media screen and (min-width: 1601px) {
	.card.card-blog {
		min-height: 394px !important;
		/*max-height: 394px !important;*/
	}
}

@media screen and (min-width: 2300px) {
	.card.card-blog {
		min-height: auto !important;
		/*max-height: 480px !important;*/
	}
	.card.cat2contentresponsive {
		min-height: auto !important;
		/*max-height: 480px !important;*/
	}
}

@media screen and (max-width: 1600px) {
	.card.cat2contentresponsive {
		min-height: 330px !important;
		/*max-height: 330px !important;*/
	}
	.card.catothercontentresponsive {
		min-height: 350px !important;
		max-height: 350px !important;
	}
}

@media screen and (max-width: 1500px) {
	.card.cat2contentresponsive {
		min-height: 370px !important;
		/*max-height: 370px !important;*/
	}
	.card.catothercontentresponsive {
		min-height: 350px !important;
		max-height: 350px !important;
	}
}

@media screen and (max-width: 1459px) {
	.card.card-blog {
		min-height: 394px !important;
		/*max-height: 394px !important;*/
	}
	.card.catothercontentresponsive {
		min-height: 320px !important;
		max-height: 320px !important;
	}
	.catothercontentresponsive .author {
		font-size: 12px !important;
	}
	h3.anons {
		font-size: 1.2em !important;
	}
}

@media screen and (max-width: 1339px) {
	.card.card-blog {
		min-height: 392px !important;
		/*max-height: 392px !important;*/
	}
	.card.catothercontentresponsive {
		min-height: 280px !important;
		max-height: 280px !important;
	}
}

@media screen and (max-width: 1300px) {
	.card.cat2contentresponsive {
		min-height: 500px !important;
		max-height: 500px !important;
	}
	.card.catothercontentresponsive {
		min-height: 450px !important;
		max-height: 450px !important;
	}
}

@media screen and (max-width: 1290px) {
	.card.card-blog {
		min-height: 372px !important;
		/*max-height: 372px !important;*/
	}
	.card.cat2contentresponsive {
		min-height: 500px !important;
		max-height: 500px !important;
	}
	.card.catothercontentresponsive {
		min-height: 450px !important;
		max-height: 450px !important;
	}
}

@media screen and (max-width: 1250px) {
	.card.card-blog {
		min-height: 360px !important;
		/*max-height: 360px !important;*/
	}
	.card.cat2contentresponsive {
		min-height: 500px !important;
		max-height: 500px !important;
	}
	.card.catothercontentresponsive {
		min-height: 450px !important;
		max-height: 450px !important;
	}
}

@media screen and (max-width: 1200px) {
	.card.card-blog {
		min-height: 325px !important;
		/*max-height: 325px !important;*/
	}
	.card.cat2contentresponsive {
		min-height: 450px !important;
		max-height: 450px !important;
	}
	.card.catothercontentresponsive {
		min-height: 450px !important;
		max-height: 450px !important;
	}
}

@media screen and (max-width: 1120px) {
	.card.card-blog {
		min-height: 310px !important;
		/*max-height: 310px !important;*/
	}
	.card.cat2contentresponsive {
		min-height: 430px !important;
		max-height: 430px !important;
	}
	.card.catothercontentresponsive {
		min-height: 450px !important;
		max-height: 450px !important;
	}
}

@media screen and (max-width: 1060px) {
	.card.card-blog {
		min-height: 280px !important;
		/*max-height: 280px !important;*/
	}
	.card .author {
		font-size: 12px !important;
	}
	h3.anons {
		font-size: 1.1em !important;
	}
	.card.cat2contentresponsive {
		min-height: 430px !important;
		max-height: 430px !important;
	}
	.card.catothercontentresponsive {
		min-height: 430px !important;
		max-height: 430px !important;
	}
}

@media screen and (max-width: 991px) {
	.card.card-blog {
		min-height: 370px !important;
		/*max-height: 370px !important;*/
	}
	.card .author {
		font-size: 14px !important;
	}
	h3.anons {
		font-size: 1.3em !important;
	}
	.card.cat2contentresponsive {
		min-height: 450px !important;
		max-height: 450px !important;
	}
	.card.catothercontentresponsive {
		min-height: 450px !important;
		max-height: 450px !important;
	}
	.rowresp4cats {
		width: auto !important;
	}
	#pingvin {
		display: none !important;
	}
	.pagination {
		font-size: 10px !important;
		line-height: 4 !important;
	}
	.woocommerce ul.products.newvawe.columns-6 li.product .button {
		left: 5px !important;
	}
	.googlesingledown {
		left: 12% !important;
		height: auto !important;
	}
	#up {
		bottom: 80px;
	}
}

@media screen and (max-width: 818px) {
	.card.cat2contentresponsive {
		min-height: 450px !important;
		max-height: 450px !important;
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
	.card.catothercontentresponsive {
		min-height: 400px !important;
		max-height: 400px !important;
	}
	.woocommerce ul.products.newvawe.columns-6 li.product .button {
		left: 0px !important;
	}
	.googlesingledown {
		left: 20% !important;
		height: auto !important;
	}
}

@media screen and (max-width: 768px) {
	.card.card-blog {
		/*max-height: 270px !important;*/
	}
	.card .author {
		font-size: 12px !important;
	}
	h3.anons {
		font-size: 1.1em !important;
	}
	.card.cat2contentresponsive {
		min-height: 450px !important;
		max-height: 450px !important;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	.card.card-blog.homecontentresponsive {
		min-height: auto !important;
		max-height: none !important;
	}
	.card.catothercontentresponsive {
		min-height: 350px !important;
		max-height: 350px !important;
	}
	.headresponsive {
		min-height: 50vh !important;
		max-height: 300px !important;
	}
	.headresponsive h1 {
		font-size: 21px !important;
	}
	.headresponsive, .srsingletop {
		font-size: 16px !important;
	}
	.headresponsive, .header-category {
		margin-top: 2em !important;
		font-size: 16px !important;
	}
	.headresponsive .data-lg {
		font-size: 1.2em !important;
		line-height: 2.5em !important;
	}
	.headresponsive .data-date {
		font-size: 1.2em !important;
		font-weight: 400 !important;
	}
	.cat2othercontent {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.blogymovies {
		padding-left: 20px !important;
		padding-right: 22px !important;
	}
	.blogygames {
		padding-left: 16px !important;
		padding-right: 17px !important;
	}
	.blogyoffers {
    	padding-right: 32px !important;
	}
	.blogythoughts {
		padding-left: 20px !important;
	}
	.blogyadvertisement {
		padding-right: 18px !important;
		padding-left: 18px !important;
	}
	.blogysoftware {
    	padding-right: 18px !important;
	}
	.blogyoffers {
    	padding-right: 20px !important;
	}
	.blogythoughts {
    	padding-right: 20px !important;
	}
	.blogydevices {
    	padding-right: 27px !important;
	}
	.blogygiveaway {
		padding-right: 20px !important;
	}
	.rowresp4cats {
		margin-left: 0px !important;
	}
	.woocommerce ul.products.newvawe.columns-6 li.product .button {
		left: 10px !important;
	}
	.googlesingledown {
		left: 14% !important;
		height: auto !important;
	}
}

@media screen and (max-width: 628px) {
	.card.catothercontentresponsive {
		min-height: 300px !important;
		max-height: 300px !important;
	}
	.woocommerce ul.products.newvawe.columns-6 li.product .button {
		left: 5px !important;
	}
}

@media screen and (max-width: 576px) {
	.card.card-blog {
		min-height: 500px !important;
		max-height: 500px !important;
	}
	.card .author {
		font-size: 12px !important;
	}
	h3.anons {
		font-size: 1.2em !important;
	}
	.card.cat2contentresponsive {
		min-height: 450px !important;
		max-height: 450px !important;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.card.catothercontentresponsive {
		min-height: 300px !important;
		max-height: 300px !important;
	}
	.googlesingledown {
		left: 70px !important;
	}
}

@media screen and (max-width: 574px) {
	.card.catothercontentresponsive {
		min-height: 450px !important;
		max-height: 450px !important;
	}
}

@media screen and (max-width: 450px) {
	.card.card-blog {
		min-height: 450px !important;
		max-height: 450px !important;
	}
	.card .author {
		font-size: 14px !important;
	}
	h3.anons {
		font-size: 1.3em !important;
	}
	.card.cat2contentresponsive {
		width: 100%;
	}
	.card.catothercontentresponsive {
		min-height: 400px !important;
		max-height: 400px !important;
	}
	.googlesingledown {
		left: 50px !important;
		height: auto !important;
	}
}

@media screen and (max-width: 400px) {
	.card.card-blog {
		min-height: 400px !important;
		max-height: 400px !important;
	}
	.card .author {
		font-size: 14px !important;
	}
	h3.anons {
		font-size: 1.3em !important;
	}
	.card.catothercontentresponsive {
		min-height: 350px !important;
		max-height: 350px !important;
	}
	.woocommerce ul.products.newvawe.columns-6 li.product .button {
		left: 10px !important;
	}
	.googlesingledown {
		left: 40px !important;
		height: auto !important;
	}
}

@media screen and (max-width: 350px) {
	.card.card-blog {
		min-height: 350px !important;
		max-height: 350px !important;
	}
	.card .author {
		font-size: 12px !important;
	}
	h3.anons {
		font-size: 1.2em !important;
	}
	.card.catothercontentresponsive {
		min-height: 300px !important;
		max-height: 300px !important;
	}
	.googlesingledown {
		left: 30px !important;
		height: auto !important;
	}
}

@media screen and (max-width: 300px) {
	.card.card-blog {
		min-height: 300px !important;
		max-height: 300px !important;
	}
	.card .author {
		font-size: 12px !important;
	}
	h3.anons {
		font-size: 1.1em !important;
	}
	.card.catothercontentresponsive {
		min-height: 250px !important;
		max-height: 250px !important;
	}
	.googlesingledown {
		left: 25px !important;
		height: auto !important;
	}
}

.rowresp4cats {
	width: 75.5%;
}

.headsetbuttonmob {
	font-size: 35px;
	padding-right: 20px;
	padding-left: 14px;
}

.electrictransportbuttonmob {
	font-size: 35px;
	padding-right: 20px;
}

.pcandaccessoriesbuttonmob {
	font-size: 35px;
	padding-right: 20px;
	padding-left: 12px;
}

.accessoriesforsmartphonesbuttonmob {
	font-size: 35px;
	padding-right: 20px;
	padding-left: 15px;
}

.rowresp4cats1 {
	float: right;
	width: 24%;
}

@media screen and (max-width: 1300px) {
	.pcandaccessoriesbuttonmob {
		padding-right: 25px !important;
	}
	.headsetbuttonmob {
    	padding-right: 25px !important;
	}
	.electrictransportbuttonmob {
		padding-right: 19px !important;
		padding-left: 10px;
	}
	.accessoriesforsmartphonesbuttonmob {
		padding-right: 32px !important;
		padding-left: 20px !important;
	}
	.popularreviewscats {
    	width: 100% !important;
		float: none !important;
		margin: 15px !important;
	}
	.rowresp4cats {
    	width: 100% !important;
	}
	.rowresp4cats1 {
		float: none !important;
		width: 100% !important;
	}
	.rowresp4cats .col-lg-4 {
		-ms-flex: 0 0 50% !important;
		flex: 0 0 50% !important;
		max-width: 50% !important;
	}
}

@media screen and (max-width: 600px) {
	.rowresp4cats .col-lg-4 {
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
}

.blogyadvertisement {
	font-size: 35px;
	padding-right: 27px;
	padding-left: 20px;
}

.blogymovies {
	font-size: 35px;
	padding-right: 20px;
	padding-left: 18px;
}

.blogysoftware {
	font-size: 35px;
	padding-right: 25px;
	padding-left: 20px;
}

.blogyoffers {
	font-size: 35px;
	padding-right: 20px;
	padding-left: 15px;
}

.blogythoughts {
	font-size: 35px;
	padding-right: 30px;
	padding-left: 20px;
}

.blogygames {
	font-size: 35px;
	padding-right: 17px;
	padding-left: 13px;
}

.blogydevices {
	font-size: 35px;
	padding-right: 20px;
	padding-left: 20px;
}

.blogygiveaway {
	font-size: 35px;
	padding-right: 20px;
	padding-left: 20px;
}

.tag-cloud-link {
	background: white;
	padding: 2px 5px;
	border-radius: 10px;
	margin: 20px 20px 20px 0px;
	box-shadow: 0px 2px 2px 0px;
	box-decoration-break: clone;
}

.tag-cloud-link:hover {
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
	box-shadow: 0px 2px 2px 0px gray;
	color: #fff;
}

.headerpolls {
	font-weight: 700;
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
	color: white;
	text-align: center;
	border-radius: 12px;
	padding: 5px;
	text-shadow: 1px 1px 1px gray;
}

.card.card-blog.homecontentresponsive {
	min-height: auto;
	max-height: none;
}

.numvotesbottom {
	margin-bottom: 5px;
	text-align: center;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
    padding: 0 !important;
	font-weight: 700;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	text-align: center;
}

.humandatesmart {
	text-align: center;
	font-size: 12px;
	color: #000;
}

table.catalog-single-top-table {
	counter-reset: rowNumber;
}
table.catalog-single-top-table tr {
 	counter-increment: rowNumber;
}
table.catalog-single-top-table tr td:first-child::before {
	content: counter(rowNumber);
	min-width: 5px;
	margin-right: 0px;
	margin-left: 5px;
	color: #000;
}
table.catalog-single-top-table tr:nth-child(2n) {
	background-color: #eee;
}
thead.catalog-single-top-table-stop tr td:first-child::before {
	content: none !important;
}
.atitle-smart-catalog-top {
	font-size: 14px;
	font-weight: 700;
	color: #4b4b4b;
}
.atitle-smart-catalog-top:hover {
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.woocommerce div.product div.summary {
    margin-bottom: 1em !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a:hover {
    color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6) !important;
}

.woocommerce ul.products.newvawe.columns-6 li.product, .woocommerce-page ul.products.newvawe.columns-6 li.product {
    width: 90% !important;
}
.woocommerce ul.products.newvawe.columns-6 li.product .button {
    position: absolute;
    bottom: 0;
    left: 30px;
	display: none;
}
.titleyearcatsmart {
	width: 100%;
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
	margin-bottom: 10px;
	display: inline-table;
}

.titleyearcatsmart p {
	text-align: center;
	line-height: 1;
	margin: 0;
	font-size: 20px;
	-webkit-user-select: all;
	text-shadow: 1px 1px 1px gray;
	font-weight: 700;
	color: #fff;
	padding: 10px;
}
.woocommerce ul.products.newvawe li.product, .woocommerce-page ul.products.newvawe li.product {
    margin-bottom: 20px !important;
}
.woocommerce ul.products li.product .button {
    margin-top: 0.1em !important;
}
table.tablearticles {
	word-break: break-word;
}
.tablearticles {
	margin-bottom: 20px;
}

.fami-wccp-button {
	position: absolute;
	top: 7px;
	left: 0;
	box-shadow: 1px 2px 2px 0px darkgray !important;
}
.fami-wccp-button:hover {
	box-shadow: 2px 2px 2px 1px #2ba9cd !important;
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6) !important;
	color: #fff !important;
}
.fami-wccp-content-wrap {
	margin-top: 20px;
}
.field-remove {
	border: none !important;
}

.googlesingledown {
	position:fixed;
	display:block;
	bottom:0;
	left:25%;
	z-index:500;
	width: 100%;
	height: 100%;
	max-width: 950px;
	max-height: 90px;
}

@media (max-width: 991px) {
	.googleadsafterarticle {
		margin-top: 50px !important;
	}
	.telegramsinglelink {
		padding: 20px !important;
	}
	.telegramsinglelink1 {
		font-size: 25px !important;
	}
	.telegramsinglelink2 {
		font-size: 18px !important;
	}
}

.googleadsvertical {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	max-width: 300px;
	max-height: 380px;
}
.googleadsafterarticle {
	width: 100%;
	height: 100%;
	max-width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: block;
}

.headerpolls {
	margin-bottom: 5px !important;
}
.wp-polls-ul {
    margin: 0px 10px 10px 10px !important;
}

.singlebreadcrumbs {
	display: block;
	margin-top: 15px;
	margin-bottom: 15px
}
.singlepartners {
	margin: 15px 0 15px 0
}

.telegramsinglelink {
	display: table-cell;
	padding: 18px 0 0 250px;
}
.telegramsinglelink1 {
	font-size: 35px;
	padding-right: 20px;
	padding-left: 10px;
}
.telegramsinglelink2 {
	font-size: 24px;
	font-weight: 700;
}

.mailpoet_checkbox_label, .mailpoet_required {
	display: none !important;
}
.mailpoet_text_label, .mailpoet_select_label {
	font-weight: 700 !important;
	width: 120px !important;
}

.page-headerdesktop {
	min-height: 60vh !important;
}
@media (min-height: 2000px) {
	.page-headerdesktop {
		min-height: 30vh !important;
	}
}

.smartfilter-single-title {
	border-radius: 3px;
	background: linear-gradient(135deg,	#12BCB0 20%, rebeccapurple 70%,	#8AA9D6);
	margin-bottom: 10px;
	width: 100%;
	float: left;
	text-align: center;
}
summary > span {
	margin-left: -1.1em !important;
	background: #fff !important;
	cursor: pointer !important;
	outline: 0 !important;
}
.commentrules {
	text-align: center;
	font-size: 18px;
	color: red;
	font-weight: 700;
	cursor: pointer;
}
.tableinnerspangray {
	padding: 2px 0px;
	color: #4b4b4b;
	font-size: 14px;
	border-bottom: 1px dotted lightgray;
	word-break: keep-all !important;
	margin: 0;
	background: #eee;
	display: block;
	box-sizing: content-box;
}
.tableinnerspan {
	padding: 2px 0px;
	color: #4b4b4b;
	font-size: 14px;
	border-bottom: 1px dotted lightgray;
	word-break: keep-all !important;
	margin: 0;
	display: block;
	box-sizing: content-box;
}
.font700 {
	font-weight: 700;
}
.tableinnerspangray b {
	font-weight: 700;
}
.tableinnerspan b {
	font-weight: 700;
}
.paddingsoctable {
	padding: 2px 10px;
	width: none;
}
h3.berocket_aapf_widget-title span {
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
h3.berocket_aapf_widget-title span:hover {
	background: linear-gradient(135deg, #12BCB0 0%, rebeccapurple 0%, #8AA9D6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.berocket_aapf_widget-title {
 	margin: 5px 10px !important;
	font-size: 16px !important;
	font-weight: 700 !important;
}
.berocket_aapf_widget-title_div {
    border: 1px solid lightblue !important;
	border-radius: 3px !important;
    margin-bottom: 10px !important;
}
ul.berocket_aapf_widget {
    margin-bottom: 10px !important;
	padding-left: 10px !important;
}
.woocommerce ul.products li.product .product_type_simple {
	display: none;
}
.berocket_aapf_widget .berocket_checkbox_color label span.berocket_color_span_block, span.berocket_color_span_block {
    border: 1px solid #000 !important;
}
.berocket_ajax_group_filter_title {
	font-size: 18px !important;
	text-align: center;
	padding: 5px 0 0 0;
	border-top: 2px dashed #51bcda;
	margin: 0 !important;
	color: #444;
	text-transform: uppercase;
}
.berocket_aapf_widget .berocket_label_widgets {
    margin-left: 5px;
    vertical-align: top;
}
@media screen and (max-width: 769px) {
	.smartcatbrands {
		float: none !important;
		width: 100% !important;
	}
	.smartsearchsidebar {
		float: none !important;
		width: 100% !important;
		max-width: 100% !important;
		margin-top: -50px !important;
	}
}
.smartsearchsidebar {
	float: right;
	width: 25%;
	max-width: 350px;
	margin-top: 45px;
}
.smartcatbrands {
	float: left;
	width: 72%;
	max-width: 1000px;
}
.heightcomparetitles {
	height: 30px !important;
	color: #fff !important;
}
.titlesensorcompare {
	background: #444;
	height: 20px;
	padding: 4px 10px;
	color: #fff;
}
.field-pa_02-add-05-sensors {
	height: 80px !important;
}
.field-pa_03-disp-01-11-features {
	height: 45px !important;
}
.field-pa_04-platform-01-soc {
	height: 315px !important;
}
.field-pa_05-cam-00-04-video, .field-pa_06-self-00-04-video, .field-pa_07-connect-01-network, .field-pa_07-connect-06-mob-speed, .field-pa_07-connect-08-wi-fi, .field-pa_07-connect-10-navigation {
	height: 60px !important;
}
.field-pa_07-connect-02-2g {
	height: 45px !important;
}
.field-pa_07-connect-03-3g {
	height: 65px !important;
}
.field-pa_07-connect-04-4g {
	height: 190px !important;
}
.field-pa_07-connect-05-5g {
	height: 100px !important;
}
.field-pa_01-main-13-unlocking {
	height: 50px !important;
}
@media screen and (max-width: 769px) {
	.field-pa_02-add-05-sensors {
		height: 155px !important;
	}
	.field-pa_03-disp-01-11-features {
		height: 75px !important;
	}
	.field-pa_05-cam-00-04-video, .field-pa_06-self-00-04-video, .field-pa_07-connect-01-network, .field-pa_07-connect-06-mob-speed, .field-pa_07-connect-08-wi-fi, .field-pa_07-connect-10-navigation {
		height: 100px !important;
	}
	.field-pa_07-connect-02-2g, .field-pa_07-connect-05-5g {
		height: 60px !important;
	}
	.field-pa_07-connect-03-3g {
		height: 120px !important;
	}
	.field-pa_07-connect-04-4g {
		height: 450px !important;
	}
	.field-pa_07-connect-05-5g {
		height: 300px !important;
	}
	.field-pa_08-audio-01-speakers {
		height: 50px !important;
	}
	.field-pa_01-main-13-unlocking {
		height: 70px !important;
	}
	.field-pa_04-platform-05-ram-type, .field-pa_04-platform-08-modif, .field-pa_05-cam-00-03-image-stab, .field-pa_05-cam-01-sens-01-resol, .field-pa_05-cam-01-sens-03-type, .field-pa_05-cam-02-sens-01-resol, .field-pa_05-cam-02-sens-03-type, .field-pa_05-cam-03-sens-01-resol, .field-pa_05-cam-03-sens-03-type, .field-pa_05-cam-04-sens-01-resol, .field-pa_05-cam-05-sens-01-resol, .field-pa_06-self-00-05-other, .field-pa_06-self-01-sens-01-resol, .field-pa_06-self-01-sens-02-resol, .field-pa_09-battery-02-type, .field-pa_09-battery-05-wireless, .field-pa_03-disp-01-03-protect, .field-pa_07-connect-09-bluetooth {
		height: 35px !important;
	}
	.field-pa_04-platform-01-soc {
		height: 470px !important;
	}
	.heightcomparetitles {
		font-size: 12px !important;
	}
	.catpricew {
		width: 100% !important;
		float: none !important;
		text-align: center;
	}
	.paswin {
    	float: none !important;
		text-align: center;
	}
	.cwbttr1 {
		height: 52px;
	}
	.cwbttr2 {
		height: 95px;
	}
	.cwbttr3 {
		height: 110px !important;
	}
	.cwbttr4 {
		height: 55px;
	}
	.cwbttr5 {
		height: 75px;
	}
	.cwbttr6 {
		height: 55px;
	}
	.cwbt i, .cwbtnone {display: none !important;}
	.cwbpa { font-size: 20px !important; }
	.cwbt td:nth-child(1) { width: 0 !important; }
	.catsbuttoncat2last {
		margin-bottom: 10px !important;
	}
	.margintopmobile {
		margin-top: 10px !important;
	}
}
.buttonwidgetcat {
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
	text-transform: uppercase;
	border-radius: 12px;
	text-align: center;
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	padding: 5px;
	margin-bottom: 10px;
}
.buttonwidgetcat:hover {
	background: linear-gradient(135deg, #12BCB0 0%, rebeccapurple 40%, #8AA9D6);
	text-transform: lowercase;
}
.buttonwidgetcata {
	font-size: 1.1em;
	line-height: 1.5em;
	color: #fff !important;
}
.lineargradientcatsmart:hover {
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
	opacity: 1 !important;
}
.newlineargradientcatsmart {
	vertical-align: top;
	font-size: 8px;
	padding: 3px;
	color: red;
}
.latestannouncedphones {
	margin: 5px;
	width: 28%;
	display: inline-block;
	vertical-align: top;
	border-radius: 7px;
	padding: 4px;
}
.latestannouncedphones:hover {
	box-shadow: 0px 0px 4px 1px #67379b;
	background: #eee;
}

/* smart widget in news */
.swin {
	display:block;
	margin:0 auto;
	margin-bottom:20px;
	background:linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
	border-radius:12px;
	width:100%;
	max-width:900px;
	height:220px;
	box-shadow:0px 0px 5px 1px #444;
}
.pswin {
	float:left;
	width:25%;
}
.tswin {
	float:right;
	width:75%;
}
.ttswin {
	font-size:22px;
	text-align:center;
	padding:10px 0;
	font-weight:600;
	margin: 0;color:#fff;
}
.tbtswin {
	color:#fff;
}
.tbtswinl {
	width: 45%;
	display: inline-block;
	color: #fff;
	vertical-align: top;
}
.tbtswinr {
	width: 54%;
	display: inline-block;
	color: #fff;
	vertical-align: top;
}
.paswin {
	float:right;
	margin:10px 20px;
}
.paswin a {
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
}
.piswin {
	width:100%;
	max-width:214px !important;
	border-radius:12px;
	vertical-align:text-top;
}
@media screen and (max-width: 1499px) {
	.swin {
		height:260px;
	}
	.pswin {
		width:35%;
	}
	.tswin {
		width:65%;
	}
	.piswin {
		max-width:254px !important;
	}
}
@media screen and (max-width: 1359px) {
	.swin {
		height:270px;
	}
	.pswin {
		width:40%;
	}
	.tswin {
		width:60%;
	}
	.piswin {
		max-width:264px !important;
	}
}
@media screen and (max-width: 1289px) {
	.swin {
		height:auto;
	}
	.pswin {
		width:100%;
		display:inline-block;
		float:none;
		padding-top:5px;
	}
	.tswin {
		width:100%;
		padding:0 10px;
		display:inline-block;
		float:none;
	}
	.piswin {
		max-width:150px !important;
		margin:0 auto;
		display:block;
	}
	.compwrap {
		max-width:1070px !important;
	}
	.cwbttr2 {
		height: 100px;
	}
	.cwbttr3 {
		height: 70px !important;
	}
	.cwbttr5 {
		height: 50px;
	}
	.cwbp {
		height: 80px !important;
	}
}
@media screen and (max-width: 1269px) {
	.compwrap {
		max-width:1030px !important;
	}
}
@media screen and (max-width: 1199px) {
	.compwrap {
		max-width:1000px !important;
	}
	.cwbttr3 {
		height: 90px !important;
	}
	.cwbttr6 {
		height: 55px;
	}
}
@media screen and (max-width: 1159px) {
	.compwrap {
		max-width:950px !important;
	}
}
@media screen and (max-width: 1099px) {
	.compwrap {
		max-width:900px !important;
	}
	.cwbttr4 {
		height: 55px;
	}
}
@media screen and (max-width: 1029px) {
	.cwbttr3 {
		height: 110px !important;
	}
	.cwbttr5 {
		height: 75px !important;
	}
}
@media screen and (max-width: 499px) {
	.cwbp { width: 100% !important; height: 65px !important; }
	.cwbttr31 { height: 75px; }
}
@media screen and (max-width: 399px) {
	.cwbttr2 {
		height: 150px !important;
	}
	.cwbttr3 {
		height: 135px !important;
	}
	.cwbttr6 {
		height: 75px !important;
	}
	.cwbp {
    	width: 70% !important;
	}
}
.cwb {width: 100%;
	border: 1px solid #eee;
	border-radius: 12px;
	padding: 10px;
	box-shadow: 0 0 3px 1px;
	margin-bottom: 20px;
	background-color: #f9f9f9;}
.cwbt {text-align: left;
	border-top: 2px dashed lightgrey;
	border-bottom: 2px dashed lightgrey;}
.cwbt tr:nth-child(1) {background-color:#eee}
.cwbt tr:nth-child(3) {background-color:#eee}
.cwbt tr:nth-child(5) {background-color:#eee}
.cwbt tr:nth-child(7) {background-color:#eee}
.cwbt tr {display: block;}
.cwbt td:nth-child(1) {width:30px;font-size:18px}
.cwbpa {background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: 24px;}
.cwbpa:hover {background: linear-gradient(335deg, #12BCB0 70%, rebeccapurple 20%, #8AA9D6);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.cwbp {display:block;text-align:center;margin: 0 auto;margin-bottom:0;border-bottom: 2px solid #eee;width: 80%;padding: 10px 0;font-weight: 700;background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);-webkit-background-clip: text;-webkit-text-fill-color: transparent;height:75px;}
.catpricew {
	width: 35%;
    float: left;
    margin: 10px 10px;
    color: #fff;
	font-weight: 700;
}
.cwbtitle {
	text-align: center;
	margin: 10px 0;
	font-weight: 700;
	height: 45px;
}
.cwbttr3 {
	height: 55px;
}
.ifullwcshort {
	font-size: 22px !important;
	vertical-align: middle;
	font-weight: 700;
	background: linear-gradient(135deg, #12BCB0 20%, rebeccapurple 70%, #8AA9D6);
    background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ifullwcshort:hover {
	background: linear-gradient(135deg, #12BCB0 70%, rebeccapurple 20%, #8AA9D6);
	background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.cancelproductfilter {
	text-align: center;
	font-size: 16px;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: none !important;
	margin: 2px !important;
}
.woocommerce nav.woocommerce-pagination ul {
    border: none !important;
}
.gallery img {
    width: 100% !important;
    height: auto !important;
}
img.size-full  {
	width: 100% !important;
    height: auto !important;
}
img.alignnone {
    max-width: 100%;
    height: auto;
}
.maxwidthauthor {
	max-width: 1700px;
}
.menudown {
	width: 33.333333%;
	min-width: 270px;
	text-align: left;
}
.menudownli {
	list-style: none;
	padding: 3px;
}
.menudownli a {
	color: grey;
	font-weight: 700;
	font-size: 16px;
}
.menudownli a:hover {
	color: #51bcda;
}

.tgbuttonin {
	border: 3px solid #12bcb0;
	border-radius: 12px !important;
	box-shadow: 0px 5px 7px 0px #12bcb0 !important;
	display: block !important;
}

.tgbuttonin div{
	font-size: 27px;
}

.tgbuttonin div svg{
	vertical-align: bottom;
	margin-right: 5px;
}

.internettest {
    padding: 20px 0;
}

.internettest iframe {
    margin: 0 auto !important;
}

.bmc-btn {
	height: 30px !important;
}

.margintopmobile {
	margin-top: -20px;
}