/* 

*/

.mob-menu .item {
	background: none;
}

.mob-menu .hamburger .hamb-top, 
.mob-menu .hamburger .hamb-middle, 
.mob-menu .hamburger .hamb-bottom {
    background-color: #21a7e0!important;
}

@media (max-width: 575px) {
	.round-mob {
		min-height: 420px!important;
		height: 420px!important;
	}
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 576px) and (max-width: 767px) {
	.round-mob {
		min-height: 260px!important;
		height: 260px!important;
	}
}

/* Large devices (desktops, 992px and up) */
@media ( max-width: 991px ) {
	.row.deal_item {
		padding: 0!important;
		padding-bottom: 40px!important;
		padding-top: 80px!important;
		height: auto!important;
	}
	
	.hamburger {
		position: fixed;
		top: 30px;
	}
	.item {
		top: 5px!important;
	}

	.mobile_view {
		display: block!important;
	}
	
	.desktop_view {
		display: none!important;
	}
	
	#wrapper.toggled #sidebar-wrapper {
		width: 100%!important;
		margin-left: -190px;
	}
	
	#wrapper.toggled #sidebar-wrapper:after {
		color: white;
	}
	
	.ban {
		padding: 10px;
	}
	
	.mob-menu .item {
		padding: 10px 0px 10px 20px!important;
	    z-index: 10;
	}

	.top_login a {
		padding-left: 25px;
		padding-top: 0;
		font-weight: bold;
		color: white; 
	}
	
	.item-but {
		padding-right: 10px;
		font-size: 0.9rem
	}
	
	.section.slider .carousel-caption {
		top: 50px;
	}
	
	.section.brands .sb-nav-item img {
		max-height: 100%;
	}
	
	.brands h3.mobile_view {
		text-align: center;
	}

	.brands p {
		font-size: 1rem;
	}
	
	.section.ahti.mobile_view .container {
		max-width: 100%;		
	}

	.section.ahti.mobile_view row {
		width: 100%;
		padding: 0;
		margin: 0;		
	}	
	
	.section.ahti.mobile_view div {
		width: 100%;
		padding: 0;
		margin: 0;		
	}
	
	.section.ahti.mobile_view p {
		max-width: 800px;
		padding: 10px 80px;
		margin: 0 auto;	
	}
	
	.section.ahti.mobile_view h5 {
		margin: 10px auto 50px;
		text-align: center;
		font-size: 1rem;
		font-weight: bold;
		text-transform:none;
	}
	
	.section.lev {
		padding-top: 20px;
	}
	
	.section.lev button.btn.mb-2 {
		max-width: 100%;
		width: 85%;
		text-align: center;
		padding: 10px;
	}
	.section.lev h3 {
		text-align: center;
	}
	
	.lev h4 {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.section.lev h5 {
		text-align: center;
		font-size: 1.35rem;
		font-weight: bold;
	}
	
	.section.comments .test_mob_shadow {
		visibility: hidden;
		height: 50px;
	}
	
	.section.bann {
		padding-top: 20px;
	}

	.section.bann .aff_join {
		margin: 20px;
		text-align: center;
	}
	
	.comments i.fas.fa-chevron-left,
	.comments i.fas.fa-chevron-right {
		top: 100px;
	}
	#our_deals .deal_gray,
	#our_deals .col-12.col-lg-6 {
		padding-left: 20px;
		background: none;
	}

	#our_deals .deal_white {
		padding-left: 20px;
		background: none;
	}

	.round-mob {
		background-color: #fff;
		width: 100%;
		min-height: 220px;
		height: 220px;
		border-radius: 5px;
		border: 1px solid #fff;
		padding: 20px 28px;
		text-align: left;
	}
}

@media ( min-width: 992px ) and ( max-width: 1199px ) {
	.round-mob {
		min-height: 380px;
		height: 380px;
	}
	
	.top_login a {
		padding-left: 15px;
		padding-top: 0;
		font-weight: bold;
		color: white;
	}
}

@media ( min-width: 1200px ) {
	.round-mob {
		min-height: 320px;
		height: 320px;
	}
}
