/* .featuredDealWrapper {
    margin-top:35px
} */
/* .page__content--archive2 .featuredDealWrapper {
    margin-top:50px
} */
.cat-network-country-select {
    background: #F5F5F5;
    border-radius: 4px;
    height: 40px;
    width:100%;
	align-items: center;
}
.cat-network-country-select h4 {
	font-weight: 600;
    font-size: 16px;
    color: #fff;
    background: #105b74;
    line-height: 38px;
    height: 40px;
    border-radius: 4px 0 0 4px;
    padding: 0 24px;
}
button.cat-country__link {
	min-width: 40px;
    background: transparent;
	font-size: 16px;
    padding: 0 6px;
    line-height: 24px;
    min-height: 24px;
    height: 24px;
    color: #151515;
    border: 1px solid #151515;
    font-weight: 500;
    border-radius: 0;
}
button.cat-country__link:hover {
	color: #FE9000;
	border-color: #FE9000;
}
.cat-network-country-select .c-dropdown {
    position: relative;
}
.btn--more-options {
    width: 100%;
	min-width: auto;
    line-height: 60px;
    height: 60px;
    padding: 0 35px 0 15px;
    background-color: transparent!important;
    border-radius: 0;
    color: #4DC0E5;
    font-weight: 600;
    font-size: 18px;
    justify-content: flex-end;
    align-items: center;
    text-align: left;
    border: none
}

.c-dropdown .btn--more-options::after {
    position: absolute;
    top: 50%;
    right: 20px;
    content: '';
    display: inline-block;
    margin-top: 1px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-color: #4DC0E5;
    border-width: 0.12em 0 0 0.12em;
    -webkit-transform: translateY(-50%) rotate(135deg);
    transform: translateY(-50%) rotate(135deg);
    -webkit-transition: all ease 0.35s;
    transition: all ease 0.35s;
}
.c-dropdown.open .btn--more-options::after {
    -webkit-transform: translateY(0%) rotate(45deg);
    transform: translateY(0%) rotate(45deg);
    -webkit-transition: all linear 0.35s;
    transition: all linear 0.35s;
}
.btn--more-options:hover::after, .btn--more-options:focus::after {
    border-color: #FE9000;
}

.c-dropdown__menu {
    position: absolute;
    top:100%;
    right: 0;
    width: 220px;
    visibility: hidden;
    opacity: 0;
    height:0;
    overflow: hidden;
    background: #F5F5F5;
    border-radius: 4px;
    padding: 6px 10px!important;
    margin-top: 10px;
    z-index: 9;
    transition: all .5s;
}
.c-dropdown.open .c-dropdown__menu {
    opacity: 1;
    visibility: visible;
    height: auto;
}
ul.cat-popular-country__list {
    width: 100%;
    margin-bottom: 0!important;
	padding-left: 0;
	display: flex;
    align-items: flex-end;

}
ul.cat-popular-country__list li, ul.cat-country__list li {
    list-style-type: none;
    padding-left: 0
}
ul.cat-country__list li {
    margin:5px;
}
ul.cat-popular-country__list li {
    margin:0 0 0 12px;
    float: left;
}
.c-dropdown__menu.cat-country__list .cat-country__item.cat-country__all a {
	border: 1px solid #151515;
	color: #151515;
	font-weight:600
}
.c-dropdown__menu.cat-country__list .cat-country__item.cat-country__all a:hover {
	border-color: #FE9000;
	color: #FE9000;
}
/*
ul.cat-popular-country__list li:before, ul.cat-country__list li:before {
    display: none
}
*/
ul.cat-country__list a {
	width: 40px;
	height:24px;
	text-align: center;
	display:block;
}
ul.cat-popular-country__list li img, ul.cat-country__list li img,
.btn--more-options img {
    width: 40px;
    height: 24px;
    max-height: 24px;
    border-radius: 0;
}
ul.cat-country__list a {
	display: inline-block;
}
ul.cat-country__list a>img {
    height: 24px;
    width: 40px;
    vertical-align: top;
}

.cat-network__heading {
    margin-bottom:40px
}
.deal-network-wrapper {
    margin: 30px 0 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #CDCDCD;
}
.deal-network-wrapper:last-child {
    border: none;
    margin-bottom: 20px;
}
.not-found-deals {
    margin: 40px auto;
    font-size: 20px;
    font-weight:600;
    color: #105B74;
    text-align: center;
}
/* new deal cart */
#archive_deal_wrap {
    position: relative;
}
#archive_deal_wrap .cat-network__row {
    margin-top:35px
}
#archive_deal_wrap .cat-network__row.deal-archive-banner {
    margin-top:1.5rem
}
#archive_deal_wrap h2.title-network {
    font-size: 24px;
    color: #115B74;
    padding-bottom: 8px;
    margin-top: 32px;
    margin-bottom: 8px;
}
#archive_deal_wrap .deal-network-wrapper__row .rbDealRow.item-block {
    border: 1px solid var(--gray-200, #E5E7EB);
    box-shadow: none;
}
#archive_deal_wrap .deal-network-wrapper__row .rbDealRow.item-block.featured {
    border: 1px solid #FE8F00;
    background: #FEF4E1;
}
#archive_deal_wrap .rbDealRow-logo {
    flex-basis: 220px;
    border-right-width: 0;
    flex-shrink: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
#archive_deal_wrap .rbDealRow .item-logo-wrap {
    width: 140px;
}
#archive_deal_wrap .rbDealRow .col-platform-inner i {
    margin: 0 0 0 20px;
}
#archive_deal_wrap .rbDealRow-content {
    flex-basis: 30%;
    flex-shrink:0;
    padding: 14px 0 14px 10px;
}
#archive_deal_wrap .rbDeal-title {
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 10px
}
#archive_deal_wrap a:hover .rbDeal-title {
	color: #FE9000;
}
#archive_deal_wrap .rbDealRow .promoTxt {
    font-weight: 400;
    font-size: 14px;
    color: #6B7280;
    margin-bottom: 14px
}
#archive_deal_wrap .rbDealRow-content .rbDealRow-buttons {
    width: auto
}
#archive_deal_wrap .rbDealRow-content .rbDealRow-buttons > * {
    flex-basis: unset;
    padding: 0 16px;
    height: 32px
}

#archive_deal_wrap .rbDealRow-content .rbDealRow-buttons .c-btn--review {
    margin-left: 6px
}
.rbDealRow-featured {
    border-radius: 4px;
    background: #FE9000;
    color: #fff;
    font-size: 12px;
    height: 22px;
    line-height: 22px;
    padding: 0 15px;
    margin-bottom: 6px;
}
#archive_deal_wrap .rbDealRow-rating {
    flex-basis: 210px;
    padding: 14px 15px 14px 0;
}
#archive_deal_wrap  .rbDeal-rating ul.ur_widget {
    justify-content: flex-end;
}
#archive_deal_wrap ul.ur_widget li {
    line-height: 20px;
    overflow: hidden;
    margin-right: 0;
}
#archive_deal_wrap li.ur_widget_star.ur_widget_half {
    width: 12px;
}
#archive_deal_wrap li.ur_widget_star.ur_widget_empty {
    width: 0
}
#archive_deal_wrap li.ur_widget_star>svg.icon.icon-star,
#archive_deal_wrap li.ur_widget_star>svg.icon.icon-star-half-empty,
#archive_deal_wrap li.ur_widget_star>svg.icon.icon-star-o {
    fill: #FACA15;
}
#archive_deal_wrap .rbDealRow-content .termsFD {
    margin-bottom: 0
}
.rbDealRow-related-banners {
    align-self: center;
    flex-basis:50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 15px;
}
.rbDealRow-related-banners > .rbDealRow-related-banners-title {
    flex-basis: 100%;
    padding: 0 5px 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    color: #3A8FAC
}
.rbDealRow-related-banners > a {
    flex-basis: calc(25% - 10px);
    margin: 0 5px
}

.rbDeal-title.got_a_sc {
    padding-bottom: 5px!important;
}

.promoTxt.got_a_sc {
    margin-bottom: 8px !important;
}

.signup_code_wrap {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 700;
}

span.deal_sc_span{
    color: #fe9000;
}

@media only screen and (max-width:575px) {
	.cat-network-country-select {
		height: auto;
		justify-content: center!important;
	}
    .btn--more-options {
        padding: 0 30px 0 10px;
    }
	.c-dropdown__menu {
		right: calc(50% - 50vw + 25px);
		width: calc(100vw - 50px);
	}
	ul.cat-popular-country__list {
		justify-content:center;
		flex-wrap: wrap
	}
	ul.cat-popular-country__list li {
        margin:10px 12px 0 0;
    }

}
@media only screen and (max-width:767px) {
    .signup_code_wrap {
        text-align: center;
        margin-bottom: 15px;
    }
	.cat-network__heading {
		margin-bottom: 30px;
		position: relative;
	}
    .cat-network-country-select {
		flex-wrap: wrap;
    }
	ul.cat-popular-country__list {
		padding-left: 10px;
	}
    .cat-network-country-select h4 {
        font-size: 16px;
        line-height: 40px;
		height: 40px;
        padding: 0 15px;
		border-radius: 4px 4px 0 0;
		text-align: center;
    }
    .btn--more-options {
        line-height: 40px;
        height: 40px;
        font-size: 16px;
        min-width: auto;
    }
    .c-dropdown .btn--more-options::after {
        right: 10px;
        width: 8px;
        height: 8px;
    }
    .cat-network-selected-countries {
        flex-wrap: wrap;
		flex-basis: 100%;
    }
    .cat-network-selected-countries > * {
        width:100%
    }
/* deal cart */
    #archive_deal_wrap h2.title-network {
        font-size: 20px;
        margin-top: 20px;
    }
    #archive_deal_wrap .deal-network-wrapper__row .rbDealRow.item-block {
        flex-direction: column;
        padding-bottom: 16px;
        position: relative;
    }
    #archive_deal_wrap .deal-network-wrapper__row .rbDealRow.item-block.featured {
        padding-top:40px;
    }
    #archive_deal_wrap .rbDealRow-featured {
        position: absolute;
        top:15px;
    }
    #archive_deal_wrap .deal-network-wrapper__row .rbDealRow.item-block > * {
        flex-basis: auto;
        text-align: left;
        padding: 5px 15px 0;
    }
    #archive_deal_wrap .deal-network-wrapper__row .rbDealRow.item-block .rbDealRow-logo {
        border-bottom:none
    }
    #archive_deal_wrap .rbDealRow-content .rbDealRow-buttons {
        width: 100%;
        flex-direction: column;
        margin-bottom: 6px;
    }
    #archive_deal_wrap .rbDealRow-content .rbDealRow-buttons > * {
        margin: 0 0 8px 0!important
    }
    #archive_deal_wrap .rbDealRow-content .termsFD {
        margin-bottom: 6px;
    }
    #archive_deal_wrap .rbDeal-rating ul.ur_widget {
        justify-content: center;
    }
    #archive_deal_wrap .rbDealRow-rating {
        flex-direction: column;
        align-items: center;
    }
    #archive_deal_wrap .rbDealRow .col-platform-inner i {
        font-size: 16px;

    }
    #archive_deal_wrap .rbDealRow .col-platform-inner i:first-child {
        margin-left: 0
    }

/* accordion with promo */
    .m-accordion--promo .m-accordion__panel {
        margin-bottom: 11px
    }
    .m-accordion--promo .m-accordion__panel .m-accordion__title {
        margin-bottom: 0;
        position: relative;
        display: block;
        font-size: 18px;
        font-weight: 600;
        padding: 9px 25px 11px 15px;
        background-color: #F9FAFC;
        color: #115B74!important;
        border: 1px solid #E5E7EB;
        border-radius: 10px;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    }
    .m-accordion--promo .m-accordion__title .promo-picto {
        position: absolute;
        right: 12px;
        left:auto;
        top: calc(50% - 1px);
        border: solid #115B74;
        border-width: 0 2px 2px 0;
        display: inline-block;
        padding: 3px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-left: -6px;
        margin-top: -4px;
        height: 0;
        width: 0;
    }
    .m-accordion--promo .m-accordion__panel.open .m-accordion__title .promo-picto {
        -webkit-transform: rotate(-135deg) translate(-2px,-4px);
        transform: rotate(-135deg) translate(-2px,-4px);
    }
    .m-accordion--promo .m-accordion__body {
        padding: 8px 2px 0 10px;
        background-color: #F9FAFC;
        border: 1px solid #E5E7EB !important;
        border-radius: 0 0 8px 8px;
        margin: -1px 20px 0;
    }
    .m-accordion--promo .m-accordion__body .m-accordion__body-inner {
        max-height: 130px;
        overflow-y: scroll;
    }
    .acc-promo-item {
        display: flex;
        align-items: center;
        width: 100%;
        margin-bottom: 8px;
        padding-right: 5px;
    }
    .acc-promo-title {
        flex-basis: 71%;
        padding-left:8px;
        flex-shrink: 0;
        font-weight: 600;
        font-size: 15px;
        color: #000
    }
    #archive_deal_wrap .rbDeal-rating ul.ur_widget {
        margin-bottom: 0!important
    }
    .cat-network__row.deal-archive-banner {
        margin-left: -15px;
        margin-right: -15px;
    }
    .cat-network__row.deal-archive-banner img {
        border-radius:0
    }
}
@media only screen and (max-width:767px) and (min-width:576px) {
    .cat-network-country-select {
        height: 80px;
	}
	ul.cat-popular-country__list {
		margin-right: 70px;
		height: 40px;
	}
	.cat-network-country-select .c-dropdown {
	    position: absolute;
		width: 70px;
		right: 0;
		top: 40px;
	}
    .btn--more-options {
        padding: 0 25px 0 10px;
    }
	ul.cat-popular-country__list li {
        margin:0 12px 8px 0;
    }

}
@media only screen and (min-width:992px) and (max-width:1199px) {
	.cat-network-country-select h4 {
		padding: 0 15px;
	}
	ul.cat-popular-country__list li {
		margin: 0 0 0 10px;
	}
    #archive_deal_wrap .rbDealRow-rating {
        flex-basis: 175px;
    }
    #archive_deal_wrap .rbDealRow .col-platform-inner i {
        margin-left: 12px
    }
    #archive_deal_wrap .rbDealRow-logo {
        flex-basis: 180px;
    }
}
@media only screen and (min-width:768px) and (max-width:991px) {
    #archive_deal_wrap .deal-network-wrapper__row .rbDealRow.item-block {
        flex-wrap: wrap
    }
    .rbDealRow-related-banners {
        flex-basis: 100%;
        order: 10;
        padding: 0 15px 20px;
    }
    #archive_deal_wrap .rbDealRow-logo {
        flex-basis: 170px;
    }
    #archive_deal_wrap .rbDealRow-rating {
        flex-basis: 215px;
    }
    #archive_deal_wrap .rbDealRow-content {
        flex-basis: calc(100% - 385px);
    }
    .rbDealRow-related-banners > .rbDealRow-related-banners-title {
        border-top: 1px solid #E5E7EB;
        padding-top: 10px;
    }
    #archive_deal_wrap .deal-network-wrapper__row .rbDealRow.item-block.featured .rbDealRow-related-banners > .rbDealRow-related-banners-title {
        border-top-color:#FE8F00
    }
    .rbDealRow-related-banners > a {
        max-width: 120px;
    }
}

.archive.post-type-archive-deal footer#colophon {
	border-top: 1px solid #105B74
}

.button-more-deal {
	cursor: pointer;	
	margin: 30px auto;
    display: table;
}
.more-deal-wrap .cube-spinner {
	top: auto;
	bottom: 2rem
}