/* Extra small devices (portrait phones, less than 576px)
// No media query since this is the default in Bootstrap
*/




/* DOWNWARD BREAKPOINTS */

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 


}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767px) { 

#ccic_mini_cart_min {
	margin-right: 15px;
	right: 5px;
	top: 5px;
}
.search #ccic_mini_cart_min { right: 15px; }
#sidebars {margin-bottom: 0px;}
#sidebar_primary {
	min-width: 100% !important;
	max-width: 100% !important;
	width: 100% !important;
}

.sidebar .widget { margin-top: 0px;}

#page_footer {
	padding-bottom: 0px;	
}

}

/* Medium devices (tablets, less than 992px) */
@media (max-width: 991px) { 
.page-template-page-history #tbl_history .fa {font-size: 3rem; padding-left: 10px; padding-right: 10px;}
#sidebard {flex-grow: unset;}


}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199px) { 

}

/*
// UPWARDS BREAKPOINTS

// Small devices (landscape phones, 576px and up)
*/
@media (min-width: 576px) { 

}



/*// Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 

#sidebars {
		min-width: 200px !important;
		max-width: 200px !important;
		width: 200px !important;
}


#sidebar_primary .widget:first-child {
	margin-top: 0px !important;	
}

}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 



}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1280px) { 


	
}

/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575px) { 

}



/* SPECIFIC BREAKPOINTS */

/* Small devices (landscape phones, 576px and 767px) */
@media (min-width: 576px) and (max-width: 767px) {

}

/* Medium devices (tablets, 768px and 991px) */
@media (min-width: 768px) and (max-width: 991px) { 

#home_cartoons_world .cartoon-thumb-card-sm { /*:nth-child(1n+12) { */
	display: none;	
}

}

/* Large devices (desktops, 992px and 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {


}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 

}

