@media (max-width:1600px){
	.top-info {
    padding: 50px 80px;
	}
}
@media (max-width:1200px){
	#topnav .header-bottom{
		margin-top: 0;
		margin-bottom: 0;
	}
	.values-grid {
    grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width:1024px){
	.top-img{
		height: 50vh;
	}
	#top-grid {
    grid-template-columns: 1fr;
	}
}
@media (max-width:991px){
	#detail {
    margin-top: 68px;
		padding-top: 20px;
	}
	#brands {
    padding-bottom: 60px;
	}
	.detail-top {
    margin-bottom: 30px;
	}
	.detail-info .accordion-content {
    padding: 0 0 20px 0;
	}
	.detail-doc {
    grid-gap: 15px;
    padding: 20px 0;
	}
	.detail-table {
    border-radius: 4px;
	}
	.table-row div, .table-head div {
    padding: 10px 20px;
	}
	#detail .tab-content {
    margin-top: 30px;
	}
	.tabs-full {
    grid-gap: 10px;
	}
	.tabs-full a {
    padding: 12px 15px;
    font-size: 16px;
    border-radius: 4px;
	}
	.detail-tabs {
    margin-top: 60px;
	}
	.detail-add {
    grid-gap: 15px;
    padding: 20px 0 0 0;
	}
	.detail-add .quantity input {
    font-size: 18px;
	}
	.detail-share {
    padding: 15px 0;
	}
	.share-icon {
    width: 45px;
    height: 45px;
    margin-left: 15px;
    font-size: 16px;
	}
	.detail-add .quantity .qty {
    font-size: 15px;
	}
	.detail-add .quantity {
    border-radius: 4px;
	}
	.detail-due {
    grid-gap: 20px;
    align-items: center;
    padding-top: 30px;
	}
	.share-title {
    font-size: 22px;
	}
	.accordion-content ul {
    padding: 0 0 0 20px;
    margin-top: 20px;
	}
	.detail-info .accordion-content p {
    margin-bottom: 5px;
	}
	.detail-info .accordion-title {
    padding: 0 0 10px 0;
		font-size: 22px;
	}
	.detail-price {
    margin-top: 5px;
    font-size: 26px;
	}
	.app-figure .selectors {
    margin-top: 10px;
	}
	.detail-title h3 {
    font-size: 30px;
	}
	.detail-grid {
		grid-template-columns: 1fr;
    grid-gap: 40px;
    width: 100%;
		max-width: 60vw;
		margin: 0 auto;
	}
	.contact-form form {
    max-width: initial;
	}
	.contact-form h3 {
    font-size: 36px;
    margin: 0 0 30px 0;
	}
	.contact-form {
    padding: 50px 20px;
	}
	.contact-social{
		margin-top: 10px;
	}
	.contact-social a {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 5px;
	}
	.contact-row i {
    width: 40px;
    height: 40px;
		margin-right: 10px;
	}
	.contact-row {
    margin-bottom: 5px;
	}
	.contact-block h3 {
    font-size: 36px;
    margin: 0 0 15px 0;
	}
	.contact-left {
    padding: 50px 20px;
	}
	.contact-block {
    max-width: initial;
    margin-bottom: 30px;
	}
	.contact-grid {
    grid-template-columns: 1fr;
	}
	.form-btn button{
		width: 100%;
	}
	.form-row {
    margin-bottom: 10px;
	}
	.input-file-1+.js-labelFile-1 {
    padding: 12px 20px;
    border-radius: 4px;
    font-size: 15px;
	}
	.form-control {
    padding: 12px 20px;
    font-size: 15px;
    border-radius: 4px;
		height: auto !important;
	}
	.join-container {
		max-width: initial;
    border-radius: 4px;
    padding: 30px;
	}
	.title h1 {
    font-size: 44px;
	}
	#top {
    height: 40vh;
    margin-top: 65px;
	}
	.tabs-product li {
    font-size: 20px;
    border-radius: 4px;
	}
	.tabs-product li a {
    padding: 20px 10px;
	}
	.tabs-product li i {
    width: 50px;
    height: 50px;
    margin: 0 0 15px 0;
	}
	.tabs-product {
    max-width: initial;
    grid-gap: 10px;
		padding: 0 20px;
		grid-template-columns: repeat(2,1fr);
	}
	#top-product {
    margin-top: 65px;
    padding-top: 50px;
	}
	.values-box p {
    font-size: 15px;
	}
	.values-box h3 {
    font-size: 20px;
    margin: 0 0 10px 0;
	}
	.values-grid {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 10px;
	}
	.values-icon i{
		transform: rotate(90deg);
	}
	.values-icon {
    width: 40px;
    height: 40px;
    margin-top: 0;
	}
	.values-title {
    font-size: 28px;
	}
	.values-top{
		display: grid;
		grid-template-columns: 1fr 40px;
		align-items: center;
	}
	.values-block {
    grid-template-columns: 1fr;
    grid-gap: 30px;
    margin-bottom: 40px;
	}
	.values-box {
    padding: 20px 15px;
    border-radius: 4px;
	}
	.values-container {
    margin-top: 40px;
	}
	.title.small {
    max-width: initial;
    margin-bottom: 30px;
	}
	.top-info {
    padding: 50px 20px;
	}
	.top-full {
    height: 100%;
	}
	.top-img {
    height: 50vh;
	}
	.scroll-down a {
    background-color: #fff;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
	}
	.top-img .top-title {
    max-width: initial;
    padding: 0 20px;
		text-align: center;
	}
	.top-img .top-title h1 {
    font-size: 44px;
	}
	.top-img .top-title h4 {
    font-size: 30px;
	}
	#top-grid {
    grid-template-columns: 1fr;
    min-height: calc(100% - 65px);
    margin-top: 65px;
	}
	#home {
    height: calc(100vh - 65px);
    margin-top: 65px;
	}
	#topnav #navigation .header-contact {
    display: flex;
		position: absolute;
		bottom: 40px;
		left: 0;
		right: 0;
		align-items: center;
		justify-content: center;
	}
	#topnav .header-contact{
		display: flex;
		align-items: center;
	}
	#mask img{
		width: 160px;
	}
	#topnav .menu-extras.active{
		background-color: #008A41;
	}
	#topnav .menu-extras.active .navbar-toggle span {
    background-color: #fff;
	}
	footer p {
    font-size: 15px;
	}
	.footer-bottom {
    padding: 20px 0;
	}
	.footer-logo img {
    height: 40px;
	}
	.footer-social a {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    font-size: 15px;
	}
	.footer-top {
    padding: 50px 0;
	}
	.footer-column a {
    margin-bottom: 5px;
    font-size: 16px;
	}
	.footer-title {
    margin-bottom: 15px;
    font-size: 22px;
	}
	.footer-grid {
    grid-template-columns: 1fr;
    grid-gap: 40px;
	}
	.cta-home .btn-mid {
    margin-top: 30px;
	}
	.contact-icon {
    width: 45px;
    height: 45px;
    margin-bottom: 15px;
	}
	.contact-info {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    max-width: initial;
    margin-top: 40px;
	}
	.cta-home p{
		font-size: 18px;
	}
	.cta-home h2 {
    font-size: 30px;
    margin: 0 0 10px 0;
	}
	.cta-home {
    padding: 40px;
    border-radius: 4px;
	}
	.brands-box {
    margin: 0;
    border-radius: 4px;
	}
	.brands-grid {
    max-width: initial;
    margin-top: 40px;
    grid-gap: 10px;
	}
	.product-bottom {
    grid-template-columns: 1fr 40px;
    grid-gap: 10px;
    padding-top: 15px;
	}
	.product-add {
    width: 40px;
    height: 40px;
	}
	.product-price p {
    font-size: 18px;
	}
	.title h2 {
    font-size: 36px;
	}
	.title p {
    font-size: 18px;
    margin: 10px 0 0 0;
	}
	.product-grid {
    grid-gap: 15px;
    margin-top: 40px;
	}
	.title-grid .btn-mid{
		display: none;
	}
	.title-grid {
		display: block;
		text-align: center;
	}
	body{
		font-size: 16px;
	}
	section{
		padding: 50px 0;
	}
	.container{
		padding: 0 20px;
		width: 100%;
	}
	.flex-control-nav {
		bottom: 40px;
	}
	.flex-control-nav > li {
    margin-right: 10px;
	}
	.btn-mid {
    padding: 15px 20px;
    font-size: 16px;
    border-radius: 4px;
    letter-spacing: 1px;
	}
	.slide-content .btn-mid {
    margin-top: 30px;
	}
	.slide-content p {
    font-size: 20px;
    max-width: initial;
	}
	.slide-text {
    max-width: initial;
		padding: 0 20px;
	}
	.slide-content h1 {
    font-size: 44px;
    margin: 0 0 15px 0;
	}
	#topnav #navigation .header-right{
		display: flex;
	}
	#topnav .header-contact{
		display: none;
	}
	#topnav .header-user a, #topnav .header-contact a {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin-right: 5px;
		font-size: 13px;
	}
	#topnav .header-right{
		right: 55px;
	}
	#topnav .logo img {
    height: 50px;
	}
	#topnav .header-bottom{
		margin: 0;
	}
	.menu-extras {
    display: flex;
		align-items: center;
		justify-content: center;
	}
	#topnav {
		border-top: 10px solid #0CDF3E;
		background-color: #272727;
	}
	#topnav .navigation-menu {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		list-style: none;
		margin: 0;
		padding: 0;
		height: 100%;
		width: 100%;
		background-color: #fff;
	}
	#topnav .navigation-menu > li {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 100%;
		max-width: 560px;
	}
	#topnav .navigation-menu > li > a {
		opacity: 0;
		display: block;
		color: #000000;
		font-size: 24px;
		line-height: 30px;
		right: -50px;
		padding: 10px;
		position: relative;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#topnav .navigation-menu li:nth-child(1) a {
		transition-delay: 0.5s;
	}
	#topnav .navigation-menu li:nth-child(2) a {
		transition-delay: 0.55s;
	}
	#topnav .navigation-menu li:nth-child(3) a {
		transition-delay: 0.6s;
	}
	#topnav .navigation-menu li:nth-child(4) a {
		transition-delay: 0.65s;
	}
	#topnav .navigation-menu li:nth-child(5) a {
		transition-delay: 0.7s;
	}
	#topnav .navigation-menu li:nth-child(6) a {
		transition-delay: 0.75s;
	}
	#topnav .navigation-menu li:nth-child(7) a {
		transition-delay: 0.8s;
	}
	#topnav .navigation-menu li:nth-child(8) a {
		transition-delay: 0.85s;
	}
	#topnav #navigation.active li a {
    right: 0;
    opacity: 1;
	}
	#topnav .navigation-menu > li > a.active{
		color: #182dee;
	}
	#topnav #navigation{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		position: fixed;
		top: 0;
		right: -100%;
		width: 100%;
		height: 100%;
		z-index: 360;
		transition: all 0.9s cubic-bezier(0.86, 0, 0.07, 1);
		-webkit-transition: all 0.9s cubic-bezier(0.86, 0, 0.07, 1);
	}
	#topnav #navigation.active{
		right: 0;
	}
	#topnav .menu-extras {
		position: absolute;
		right: 20px;
		display: flex;
		width: 40px;
		height: 40px;
		align-items: center;
		justify-content: center;
		z-index: 400;
		background-color: #fff;
		border-radius: 4px;
		-webkit-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
}
@media (max-width:570px){
	.btn-mid{
		width: 100%;
	}
	.detail-add {
    padding: 15px 0 0 0;
	}
	.tabs-full a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	.tabs-full {
    grid-template-columns: repeat(2, 1fr);
	}
	.product-grid {
    margin-top: 30px;
	}
	.detail-grid {
    width: 100%;
		max-width: initial;
	}
	.product-grid {
    grid-template-columns: repeat(2, 1fr);
	}
}