/**
Theme Name: AO Design
Author: Autograph
Author URI: https://autograph.ir
Description: Design for You.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ao-design
Template: astra
*/


@media only screen and (max-width: 600px) {
.tabsscrollao ul {
	display: flex;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	overflow-x:auto;
	justify-content: space-around !important;
	scrollbar-width:none;
    gap: 5px;
}
.tabsscrollao ul li {
	white-space: nowrap;
}
}
.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet {
	flex-direction: column;
}

@media only screen and (max-width: 1023px) {
.tabsscrollao ul {
	display: flex;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	overflow-x:auto;
	justify-content: space-around !important;
	scrollbar-width:none;
    gap: 1px;
}
.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel{
	max-width:100%;
	}
}
@media only screen and (max-width: 767px) {
	.tabsscrollao ul {
	display: flex;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	overflow-x:auto;
	justify-content: space-around !important;
	scrollbar-width:none;
    gap: 6px;
}

	.uagb-tabs__wrap.uagb-tabs__vstyle6-tablet ul.uagb-tabs__panel{
		min-width:100%;
		max-width:100%;
	}
}
