/*
Plugin styles
*/
.mainbg-seriy {
	background: #f3f8fc;
}
.mainbg-yelow {
	background: #ff0;
}
.mainbg-orange {
	background: #ff7100;
}
.misha_loadmore{
	background-color: #ddd;
	border-radius: 2px;
	display: block;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out;  
}
.misha_loadmore:hover{
	background-color: #767676;
	color: #fff;
}
.deal-card .deal-card-inner{
    background: #FFFFFF;
    -webkit-box-shadow: 0 5px 15px rgba(26, 46, 53, 0.15);
    -moz-box-shadow: 0 5px 15px rgba(26, 46, 53, 0.15);
    box-shadow: 0 5px 15px rgba(26, 46, 53, 0.15);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
	padding: 22.5px;
	margin-bottom:40px;
	-webkit-transition: .34s all;
    -o-transition: .34s all;
    -moz-transition: .34s all;
    transition: .34s all;
}
/* .deal-card {
    width: 100%;
} */
.deal-card .deal-card-inner:hover {
    box-shadow: 0 5px 18px 0 #949494;
}
.entry-content .deal-card img, .deal-card img {
    border: none;
    width: 100%;
    height: auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	box-shadow: none;
}
.deal-card .deal-btn {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    background: #FFFF00;
    padding: 15px 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    color: rgba(0, 0, 0, 1);
    display: inline-block;
    text-decoration: none;
    -webkit-transition: .34s all;
    -o-transition: .34s all;
    -moz-transition: .34s all;
    transition: .34s all;
    width: 100%;
    margin-left: auto;
}

.deal-card .deal-btn:hover {
    -webkit-box-shadow: 0 5px 30px rgba(255, 79, 90, 0.6);
    -moz-box-shadow: 0 5px 30px rgba(255, 79, 90, 0.6);
    box-shadow: 0 5px 30px rgba(255, 79, 90, 0.6);
    color: #FFFEFF;
    background: #FF4F5B;
}

.deal-card .deal-desc .deal-list li {
    align-items: baseline;
    display: flex;
    width: 100%;
    margin: 0 0 8px;
}
.deal-card .deal-desc .deal-list {
	padding-left: 0;
}
.deal-card .deal-desc .deal-list li .deal-field-value{
    order: 3;
}
.deal-card .deal-desc .deal-list li::before {
    content: '';
    border-bottom: 1px dashed #ccc;
    flex-grow: 1;
    order: 2;
    margin: 0 10px;
}
a.deal-more {
    font-weight: 700;
    font-size: 14px;
}


.deal-card.single-deal-list .deal-card-inner {
    background: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.entry-content .deal-card.single-deal-list img, .deal-card.single-deal-list img {
    width: 200px;
    -moz-border-radius: 10px;
    display: table-cell;
    margin: 0 auto;
}
.singledealimg {
	width: 100%;
}
/* deals types taxonomy*/
.hero {
  position: relative;
  height: 220px;
  border-radius: 30px;
  overflow:hidden;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.3);
 margin-bottom: 40px;
}
.hero:hover .hero-description-bk {
  top: 45%;
}
 
.hero-profile-img {
  height: 70%;
}

.hero-description-bk {
  border-radius: 30px;
  position: absolute;
  top: 55%;
  left: -5px;
  height: 65%;
  width: 108%;
  transform: skew(19deg, -9deg);
    -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.hero-logo {
  height: 80px;
  width: 80px;
  position: absolute;
  bottom: 30%;
  left: 30px;
  overflow:hidden;
}

.hero-logo img {
  height: 100%;
}

.hero-description {
position: absolute;
    color: #fff;
    font-weight: 900;
    left: 150px;
    top: 30px;
    right: 20px;
}

.hero-btn {
position: absolute;
    color: #111010;
    right: 30px;
    bottom: 10%;
    padding: 10px 20px;
    border: 3px solid #000;
    border-radius: 30px;
	    -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  font-weight: 700;
  font-size: 14px;
}
.hero:hover .hero-btn {
position: absolute;
    right: 30px;
    bottom: 10%;
    padding: 10px 20px;
    border: 3px solid #fff;
    border-radius: 30px;
	    -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  background: #fff;
}
.hero-btn a {
  color: #000;
      -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
}

.hero-date {
  position: absolute;
  color: #fff;
  left: 30px;
  bottom: 10%;
}
.btn i:before {
  width: 14px;
  height: 14px;
  position: fixed;
  color: #fff;
  background: #0077B5;
  padding: 10px;
  border-radius: 50%;
  top:5px;
  right:5px;
}

/*Brands grid*/

.brand-grid {
    min-height: 300px;
    padding: 30px;
    border-radius: 30px;
    border-top-left-radius: 0;
    /* background-color: #0a1032; */
    border-color: #000;
    border: 3px solid;
}
.brand-grid .items {
  margin-bottom: 30px;
}
.items.card-heading.dealtitle {
	margin-bottom: 0px;
}
.brand-grid .items:last-child {
  margin-bottom: 0px;
}
.brand-grid .subscription-tag {
  display: inline-block;
  font-weight: bold;
  font-size: 10px;
  color: #e3e5e9;
  border-radius: 20px;
  cursor: pointer;
  text-align: center;
    width: 100%;
}
.owl-carousel .brand-grid .subscription-tag img{
object-fit: contain;
    border-radius: 20px;
    max-height: 60px;
    height: 60px;
}
.brand-grid .glsr-default .glsr-summary-stars .glsr-star {
    width: 14px;
    height: 14px;
    background-size: 14px;
}
.brand-grid .subscription-tag:hover {
  background-color: #2f334b;
}
.brand-grid .card-heading {
  color: #252525;
  font-size: 18px;
  text-align: center;
}
.brand-grid .card-content {
  color: #8d90a0;
  font-size: 12px;
}
.brand-grid .card-cta-button {
display: inline-block;
    font-size: 14px;
    padding: 14px;
    cursor: pointer;
    border-radius: 0 30px 30px;
    color: #030303;
    background-color: #ff0;
    width: 100%;
    text-align: center;
    font-weight: 700;
	-webkit-transition: .34s all;
    -o-transition: .34s all;
    -moz-transition: .34s all;
    transition: .34s all;
}
.brand-grid:hover .card-cta-button {
    -webkit-box-shadow: 0 5px 30px rgba(255,79,90,.6);
    -moz-box-shadow: 0 5px 30px rgba(255,79,90,.6);
    box-shadow: 0 5px 30px rgba(255,79,90,.6);
    color: #fffeff;
    background: #ff4f5b;
}
.brand-grid .drand-no-image {
    height: 70px;
    display: block;
    width: 100%;
    text-align: center;
}
.show .items {
  border: 1px solid #dddddd;
  
}

.view-layout {
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  cursor: pointer;
  border-radius: 30px;
  background-color: #ea4c89;
  color: white;
  position: absolute;
  top: 20px;
  right: 20px;
}
.view-layout:hover {
  background-color: #e7357a;
}
.view-layout i {
  margin-right: 5px;
}


/*----------------*/
/* owl nav brands */
/*----------------*/
.owl-nav {
    position: relative;
    top: 43%;
    transform: translateY(-50%);
}

.owl-nav button i {
	color: #999;
    font-size: 38px;
}
.owl-nav button:focus {
	-webkit-box-shadow: none;
    box-shadow: none;
}


/*-----------------*/
/*Home post filter */
/*-----------------*/
form.form-home-filter {
}

form.form-home-filter label {
  display: -webkit-box;
  display: flex;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  overflow: hidden;
  margin-bottom: 0.375em;
  /* Accessible outline */
  /* Remove comment to use */
  /*
  	&:focus-within {
  			outline: .125em solid $primary-color;
  	}
  */
}
form.form-home-filter label input {
  position: absolute;
  left: -9999px;
}
form.form-home-filter label input:checked + span {
  background-color: #d6d6e5;
}
form.form-home-filter label input:checked + span:before {
  box-shadow: inset 0 0 0 0.4375em #00005c;
}
form.form-home-filter label span {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.375em 0.75em 0.375em 0.375em;
  border-radius: 99em;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  margin: 0px 30px 0px 0px;
      color: #00005c;
    font-size: 14px;
    font-weight: 700;
}
form.form-home-filter label span:hover {
  background-color: #d6d6e5;
}
form.form-home-filter label span:before {
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  content: "";
  background-color: #fff;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  margin-right: 0.375em;
  -webkit-transition: 0.25s ease;
  transition: 0.25s ease;
  box-shadow: inset 0 0 0 0.125em #00005c;
}
form.form-home-filter ul.types {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a.search-filter-reset {
font-size: 12px;
    position: absolute;
    color: #f00;
    font-weight: 700;
}
form.form-home-filter ul.types li{
	float: left;
}
div.deals-head {
    position: relative;
}
div.deals-head a {
position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    border-bottom: 1px dashed;
}

/*filters*/
form.searchandfilter ul li.sf-field-post-meta-oxn_fileds_price {
    -webkit-box-flex: 1;
    flex: 1 77.9ch;
    margin: .5rem;
}


/*------------*/
/*sigle deals*/
/*------------*/
.entry-title.deal-title {
/* text-align: center; */
    margin-top: 0;
}

.table-link {
	color:#000;
	position: relative;
}
.table-link::after{
    content:'';
    position:absolute;
    width: 100%;
    height: 0;    
    left:0;
    bottom: -3px;                    /* <- distance */
    border-bottom: 1px dashed;  
}
.deal-card.single-deal-list .deal-desc,  .deal-card.reldeals .deal-desc{
    border-left:none;
}
.deal-card.reldeals a.deal-more {
    position: relative;
    left: 0;
    bottom: 15px;
    width: 100%;
}
.entry-content .deal-card.reldeals img, .deal-card.reldeals img {
    width: 100%;
    height: 70px;
    object-fit: contain;
}
.brand-grid .glsr-ltr .glsr-default .glsr-summary-rating, .glsr-ltr .glsr-default .glsr-summary-stars {
    margin-right: 0px;
}

.glsr-form-wrap input {
    -webkit-appearance: checkbox;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
    font-weight: 700;
}

.deals-template-default.single td, .deals-template-default.single th, .archive.tax-brand td, .archive.tax-brand th{
    border: none;
	border-bottom: 1px solid #f3f3f3;
}
.deals-template-default.single tr:nth-of-type(odd), .archive.tax-brand tr:nth-of-type(odd) {
    background: none;
}
.boldtdtitle {
	font-weight: 700;
}
/*brands page*/

.banki-short {
    position: relative;
    box-sizing: border-box;
    background: #fff;
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
	webkit-box-shadow: 0 5px 15px rgba(26,46,53,.15);
    -moz-box-shadow: 0 5px 15px rgba(26,46,53,.15);
    box-shadow: 0 5px 15px rgba(26,46,53,.15);
  }
.cat-preview a {
    font-size: 16px;
    font-weight: 700;
    position:relative;
}
.mini-bank-otziv a {
position:relative;
    color: #999;
}


.cat-preview a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: -3px;
    border-bottom: 1px dashed;
}
.banki-short-2 {
    align-items: stretch;
    flex-basis: 20%;
    text-align: center;
    font-size: 14px;
    padding: 30px 0;
  }

.banki-short-3 {
    font-size: 14px;
    padding: 30px 0;
  }

.banki-short-4 {
    align-items: stretch;
    flex-basis: 20%;
    font-size: 14px;
    padding: 30px 0;
  }

.banki-short-5 {
    align-items: stretch;
    flex-basis: 15%;
    text-align: center;
    font-size: 14px;
    background: #f3f8fc;
  }



.rang-bank {
    line-height: 60px;
    border: 2px solid #ff7100;
    border-radius: 50%;
    height: 60px;
    width: 60px;
    margin: 0 auto;
    margin-top: 30px;
    font-weight: 600;
    font-size: 18px;
  }

.mini-bank-otziv {
    color: #a7a7a7;
    line-height: 22px;
  }

.mini-bank-otziv-link a {
    float: left;
    margin-top: 10px;
    font-size: 14px;
    padding: 7px 12px;
    color: #fff;
    background: #ff7100;
    border-radius: 3px;
  }

.mini-bank-lic {
    float: left;
    width: 100%;
    color: #333438;
    margin-top: 20px;
    font-size: 14px;
  }

.mini-bank-img {
    /* float: left; */
    width: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    height: 70px;
}

.mini-bank-img img {
    max-width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
    padding-top: 0px;
  }
 p.nologo {
	 margin:0 auto;
 }
.page-template-template-brands .glsr-ltr .glsr-default .glsr-summary-rating, .page-template-template-brands .glsr-ltr .glsr-default .glsr-summary-stars {
   margin-right: 0px!important;
}
.page-template-template-brands .glsr-summary.glsr-default {
	line-height: inherit;
}
.page-template-template-brands .glsr-default .glsr-summary-rating {
    display: inline-block;
    line-height: inherit;
    font-size: 18px;
    font-weight: 600;
    vertical-align: top;
}


.glsr-default.glsr-summary {
    position: inherit;
    width: inherit;
    max-width: inherit;
    font-size: inherit;
    line-height: inherit;
}
.glsr-default .glsr-summary-rating {
    display: inherit;
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    vertical-align: inherit;
}
/*paginationbrand brands*/
.paginationbrand {
    display: table;
    margin: 0 auto;
}
.paginationbrand .page-numbers{
    display: inline;
    padding: 0;
    margin: auto;
}
.paginationbrand ul.page-numbers li{
display:inline;
}
.paginationbrand ul.page-numbers li span.page-numbers.current, .paginationbrand ul.page-numbers li a.page-numbers{
border: 1px;
    color: #707070;
    padding: 7px 2px;
    margin: 0 20px;
}
.paginationbrand ul.page-numbers li a.page-numbers{
border: 1px;
    color: #707070;
    padding: 7px 2px;
    margin: 0 20px;
}
.paginationbrand ul.page-numbers li a.prev.page-numbers:hover, .paginationbrand ul.page-numbers li a.next.page-numbers:hover{
background:none;
}








/*----------------*/
/*- single brand -*/
/*----------------*/
#kroshki {
    line-height: 1.9;
    margin-top: 15px;
    font-size: 12px;
    color: #999!important;
}
.container.breadcrbrand a::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    left: 0;
    bottom: -3px;
    border-bottom: 1px dashed;
}
.container.breadcrbrand a {
    position: relative;
}

/*- Review form -*/
form.glsr-form label {
    float: none;
    display: block;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    font-size: 12px;
    font-weight: 700;
}

@media only screen and (min-width: 800px) {
	.container.breadcrbrand {
    position: absolute;
    top: -200px;
    left: 7.5px;
}
.breadcrdeal {
    margin-top: -60px;
}
}


@media only screen and (min-width: 768px) {
.topbrandrate {
    position: absolute;
    right: 10px;
    top: -110px;
}
	.deal-card .deal-desc {
	border-left: 1px solid #f9f9f9;
}
.owl-nav button.owl-prev {
	position: absolute;
    left: -45px;
}
.owl-nav button.owl-next {
	position: absolute;
    right: -45px;
}
a.deal-more {
position: absolute;
    left: 0;
    bottom: 15px;
    width: 100%;
}
.deal-card .deal-desc .deal-list li .deal-field-value {
    order: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
}
}
@media only screen and (max-width: 768px) {

.topbrandrate {
    position: absolute;
    right: 10px;
    top: -150px;
}
.container.breadcrbrand {
    position: absolute;
    top: -160px;
    left: 7.5px;
}

}
@media only screen and (max-width: 490px) {
form.form-home-filter label span {
    margin: 0;
}
div.deals-head a {
    top: -8px;
	font-size:12px;
}
.deal-card .deal-desc .deal-list li .deal-field-value {
    order: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 180px;
}
.owl-nav .owl-next {
    right: 0;
    position: absolute;
}
.topbrandrate {
    position: absolute;
    right: 10px;
    top: -150px;
}
.container.breadcrbrand {
    position: absolute;
    top: -165px;
    left: 7.5px;
}
.archive.tax-brand .glsr-default .glsr-summary-stars .glsr-star {
    width: 14px;
    height: 14px;
    background-size: 14px;
}
.archive.tax-brand div.archive-description.taxonomy-archive-description.taxonomy-description {
    text-align: left;
    margin-top: 20px;
}
}