/* // Small devices (landscape phones, 576px and up) */
@media (max-width: 575px) {
	.page-ctx .offer-card .item-offre {
		border-right: none;
	}
	.page-ctx .offer-card a:last-child {
		border-bottom: none;
	}


	
}
@media (min-width: 576px) {

}
@media (max-width: 767px) and (min-width: 576px), {
	.page-ctx .offer-card a:nth-child(2n + 2) {
		border-right: none;
	}
	.page-ctx .offer-card a:nth-last-child(-n + 2):nth-child(2n + 1),
	.page-ctx .offer-card a:nth-last-child(-n + 2):nth-child(2n + 1) ~ a {
	  	border-bottom: none;
	}
}
/* // Medium devices (tablets, 768px and up) */
@media (max-width: 767px) {
	.page-ctx .single-offer .single-offer-hdr .logo-hld {
		border-bottom: 1px solid #f1f1f1;
		border-right: none;
	}
	.achievement-table .achievement-row .achievement-img {
		width: 40px;
		height: 40px;
	}
	.achievement-table .achievement-row .achievement-txt {
		width: calc(100% - 40px);
	}

	/
	.ranking-table .ranking-row .ranking-vle {
		width: 100%;
	}
	.ranking-table .ranking-row .ranking-txt .tlt {
		width: 100%;
		margin-bottom: 5px;
	}
	.referred-table .referred-row .referred-vle {
		width: 100%;
	}
	.referred-table .referred-row .referred-txt .tlt {
		width: 100%;
		margin-bottom: 5px;
	}
}
@media (min-width: 768px) {
	
}
@media (max-width: 992px) and (min-width: 767px), {
	.page-ctx .offer-card a:nth-child(3n + 3) {
		border-right: none;
	}
	.page-ctx .offer-card a:nth-last-child(-n + 3):nth-child(3n + 1),
	.page-ctx .offer-card a:nth-last-child(-n + 3):nth-child(3n + 1) ~ a {
	  	border-bottom: none;
	}
}
/* // Large devices (desktops, 992px and up) */
@media (max-width: 992px) {
	.body-aside {
		margin-left: 0px;
		padding-top: 90px;
		background-position: center;
		background-size: 70%;
	}
	.side-menu {
		left: -100%;
		width: 100%;
		overflow: auto;
	}
	.side-menu.show {
		left: 0px;
	}
	.side-menu .menu-item:hover::before,
	.side-menu .menu-item.active::before {
		width: 100%;
	}
	.side-menu .menu-item:hover .n-vle,
	.side-menu .menu-item.active .n-vle {
		right: 2px;
	}
	.side-menu::before { 
		top: -50px;
	}
	.side-menu::after {
		top: 115px;
	}
	.page-ctx {
		padding-left: 0px;
	}
	.page-ftr {
		padding-left: 15px;
		padding-right: 15px;
		background-position: -100px, calc(100% + 100px);
    	background-size: 200px;
	}
	.btn-drop .dropdown-menu {
		width: 90%;
	}
	.container {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	
}
@media (max-width: 1400px) and (min-width: 992px), (min-width: 1400px) {
	.page-ctx .offer-card a:nth-child(4n + 4) {
		border-right: none;
	}
	.page-ctx .offer-card a:nth-last-child(-n + 4):nth-child(4n + 1),
	.page-ctx .offer-card a:nth-last-child(-n + 4):nth-child(4n + 1) ~ a {
	  	border-bottom: none;
	}
}
/* // Extra large devices (large desktops, 1400px and up) */
@media (max-width: 1400px) {

}
@media (min-width: 1400px) {
	.body-aside {
		margin-left: 310px;
	}
	.side-menu {
		width: 310px;
	}
	.side-menu::before {
		top: -90px;
	}
	.side-menu::after {
		top: 80px;
	}
}
