/*
Theme Name: CyberStore Child
Theme URI: http://cyberstore.qodeinteractive.com
Description: A child theme of Cyberstore Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.0
Text Domain: cyberstore
Template: cyberstore
*/
.rpt_6_plans .rpt_plan {
    width: 32% !important;
    margin-bottom: 5% !important;
}
.mkd-mobile-header .mkd-mobile-logo-wrapper img {
    height: 40% !important;
}

.mkd-page-header .mkd-menu-area .mkd-logo-wrapper a {
    max-height: 88px !important;
}

@media only screen and (max-width: 1028px) {
  .rpt_6_plans .rpt_plan {
		width: 47% !important;
		margin-right: 2%;
	}
}

@media only screen and (max-width: 640px) {
  .rpt_6_plans .rpt_plan {
		width: 98% !important;
		margin-right: 0%;
	}
}

@media only screen and (max-width: 1300px){
	.mkd-header-standard .mkd-menu-area {
		padding: 0 30px !important;
	}
}

