


/*---------------------------------------------------*/
.main_header .section1 > .main_wrapper > .row {
	height: 112px;
}

.main_header .section1 .logo {
	max-width: 128px;
}

.main_header .section1 .searchform {
	margin-top: -10px;
}

.main_header .section1 .searchform .searchbar .searchresult {
	min-width: 0;
	left: -20px;
	width: calc(100vw - 2px);
	height: calc(100vh - 100px);
}

.main_header .section1 .searchform .searchbar .searchresult ul.searchresultitems {
	max-height: calc(100% - 56px);
}

.main_header .section1 nav.links > ul > li {
	margin-left: 10px;
}

.main_header .section1 nav.links li.user_menu.open:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #f7f7f7 transparent;
	position: absolute;
	left: 8px;
	top: 43px;
	z-index: 2;
}

.main_header .section1 nav.links > ul > li > a .ico {
	background: none;
	width: 30px;
}

.main_header .section1 nav.links > ul > li > a .ico .number {
	top: -2px;
	right: -2px;
}

.main_header .section1 nav.links .user_menu_panel {
	background-color: #f7f7f7;
	position: fixed;
	z-index: 2;
	padding: 0;
	width: 100%;
	left: 0;
	top: 58px;
	width: 100%;
	height: calc(100% - 58px);
	overflow-y: auto;
	box-sizing: border-box;
	padding: 20px 0;
	color: #222222;
	font-weight: 600;
	line-height: 1.3;
}

.main_header .section1 nav.links .user_menu_panel a {
	color: #222222;
}

.main_header .section1 nav.links li.open .user_menu_panel {
	display: block;
}

.main_header .section1 nav.links .user_menu_panel section {
	padding: 10px 0;
	border-bottom: 1px solid #dddddd;
}

.main_header .section1 nav.links .user_menu_panel section:last-child {
	border-bottom: 0;
}

.main_header .section1 nav.links .user_menu_panel .welcome {
	padding-bottom: 10px;
}

.main_header .section1 nav.links .user_menu_panel ul {
	letter-spacing: -0.4px;
}

.main_header .section1 nav.links .user_menu_panel ul li a {
	display: block;
	padding: 8px 0;
}

.main_header .added_item_panel {
	display: none;
}

.main_header .section1 .logo_container {
	display: flex;
	align-items: center;
}

.main_header .section1 .logo_container .logo {
	flex-shrink: 1;
}

.main_header .section1 .menu_opener {
	font-size: 28px;
	cursor: pointer;
	margin-right: 15px;
	width: 18px;
	text-align: center;
	flex-shrink: 0;
}

.main_header .section1 .menu_opener:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0c9";
}

.main_header.open_menu .section1 .menu_opener:before {
	content: "\f00d";
}

.main_header .section2,
.main_header.stuck .section2 {
	height: calc(var(--vh, 1vh) * 100 - 58px);
	padding: 10px 0;
	position: fixed;
	z-index: 3;
	left: 0;
	top: 58px;
	width: 100%;
	display: none;
	overflow-y: auto;
	opacity: 1;
	visibility: visible;
}

.main_header.open_menu .section2 {
	display: block;
}

.main_header.open_menu:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	border-color: transparent transparent #f7f7f7 transparent;
	position: absolute;
	left: 23px;
	top: 50px;
	z-index: 2;
}

.main_header .section2 nav.main_menu > ul {
	display: block;
}

.main_header .section2 nav.main_menu > ul > li {
	margin-right: 0;
	flex-basis: 100%;
	height: auto;
	display: block;
}

.main_header .section2 nav.main_menu > ul > li > a {
	padding: 15px 0;
	color: #222222;
}

.main_header .section2 nav.main_menu > ul > li.haschild > a:after {
	top: 18px;
	color: #003c9e;
}

.main_header .section2 nav.main_menu > ul > li.haschild.open > a:after {
	transform: rotate(180deg);
}

.main_header .menu_panel {
	position: static;
	padding: 0;
	width: 100%;
	display: block;
}

.main_header .menu_panel > .main_wrapper {
	padding: 0;
}

.main_header li.open > .menu_panel,
.main_header li.open > .menu_panel ul {
	display: block;
}

.main_header .menu_panel .header {
	margin: 0;
	padding: 15px 0;
	cursor: pointer;
	position: relative;
}

.main_header .menu_panel .header:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f078";
	margin-left: 10px;
	position: absolute;
	top: 18px;
	right: 0;
	font-size: 13px;
	color: #003c9e;
}

.main_header .menu_panel .item.open .header:after {
	transform: rotate(180deg);
}

.main_header .menu_panel ul {
	display: none;
}

.main_header .menu_panel .item.open ul {
	display: block;
}

.main_header .menu_panel ul > li {
	transition: none;
}

.main_header .menu_panel ul > li:hover {
	margin-left: 0;
}

.main_header .menu_panel ul > li a {
	color: #666666;
}

.main_header .section2 .mobile_help {
	border-top: 1px solid #dddddd;
	padding: 20px 0;
	margin-top: 20px;
}

.main_header .section2 .mobile_help .header {
	color: #888888;
	font-size: 17px;
	font-weight: 600;
	display: flex;
	margin-bottom: 20px;
}

.main_header .section2 .mobile_help .ico_info {
	display: flex;
	vertical-align: middle;
	align-items: center;
	line-height: 1.3;
	cursor: default;
	margin-bottom: 10px;
	color: #222222;
}

.main_header .section2 .mobile_help a.ico_info {
	cursor: pointer;
}

.main_header .section2 .mobile_help .ico_info i {
	margin-right: 10px;
}

/*---------------------------------------------------*/
.main_slider {
	height: auto;
	overflow: visible;
}

.main_slider .discount {
	width: 8%;
	top: 25%;
	right: 40%;
	font-size: 2.5vw;
}

.main_slider .ico4g {
	width: 8%;
	top: 25%;
	right: 57%;
}

.slick-prev, .slick-next {
	display: none !important;
}

/*---------------------------------------------------*/
.scrollbox ul.ctrl,
.scrollbox ul.ctrl.open {
	display: none;
}

/*---------------------------------------------------*/

.services_panel ul li .ico {
	width: 54px;
	height: 54px;
	flex: 0 0 54px;
	border-radius: 26px;
}

.services_panel ul li .ico img {
	max-width: 30px;
}

/*---------------------------------------------------*/
.productlist ul.items {
	margin: 0 -5px;
}

.productlist ul.items > li {
	flex-basis: 50%;
	padding: 0 5px;
}

/*---------------------------------------------------*/
.panel_heading {
	margin-bottom: 15px;
}

.panel_heading a.more_link {
	display: none;
}

/*---------------------------------------------------*/
.uses_panel {
	padding: 35px 0;
}

.uses_panel ul.items {
	margin: 0 -10px;
	margin-bottom: 20px;
}

.uses_panel ul.items > li {
	flex-basis: 50%;
}

.uses_panel ul.items > li {
	padding: 0 10px;
}

.uses_panel ul.items > li a {
	transform: none !important;
}

/*---------------------------------------------------*/
.offers_panel {
	margin: 35px 0;
}

/*---------------------------------------------------*/
.platform_select_panel {
	margin: 35px 0;
}

.platform_select_panel .box {
	padding-bottom: 0;
}

.platform_select_panel .box div.img {
	position: relative;
	top: -53px;
	width: auto;
	margin-bottom: -53px;
	transform: none !important;
}

.platform_select_panel .box div.img img {
	width: calc(100% - 163px);
	max-width: 300px;
}

.platform_select_panel .box.mobile div.img {
	max-height: 200px;
}

.platform_select_panel .box.mobile div.img img {
	margin-right: 0;
	max-width: 230px;
}

/*---------------------------------------------------*/
.ratings_panel {
	margin: 35px 0;
}

.ratings_panel ul.items {
	margin: 0 -10px;

}

.ratings_panel ul.items > li {
	flex-basis: 88%;
	padding: 0 10px;
}

/*---------------------------------------------------*/
.articles_panel {
	margin: 35px 0;
}

/*---------------------------------------------------*/
.gps_info_panel {
	margin: 35px 0;
}

.gps_info_panel .text_content.colums {
	column-count: auto;
}

/*---------------------------------------------------*/
.articles_panel ul.items > li {
	flex-basis: 88%;
}

/*---------------------------------------------------*/
.supported_devices_panel ul.items > li {
	flex-basis: 60%;
}

/*---------------------------------------------------*/
.page_footer {
	padding-bottom: 20px;
}

.page_footer .section1 {
	display: none;
}

.page_footer .border_box {
	padding: 20px 0;
}

.page_footer .newsletter_form .header {
	text-align: left;
	margin-bottom: 20px;
}

.page_footer .newsletter_form .border_box {
	padding: 30px 0 20px 0;
}

.page_footer .newsletter_form .fields {
	flex-wrap: wrap;
}

.page_footer .newsletter_form .fields > * {
	flex-basis: 100%;
	margin-bottom: 15px;
}

.page_footer nav.bottom_menu .border_box {
	padding: 0;
}

.page_footer nav.bottom_menu ul {
	display: block;
	text-align: center;
}

.page_footer nav.bottom_menu ul > li {
	border-bottom: 1px solid #ddd;
}

.page_footer nav.bottom_menu ul > li:last-child {
	border-bottom: 0;
}

.page_footer nav.bottom_menu ul a {
	display: block;
}

.page_footer .contact_info ul.logo_nav {
	justify-content: space-between;
}

.page_footer .contact_info ul.logo_nav li {
	margin-left: 0;
}

.page_footer .contact_info ul.logo_nav li:first-child {
	margin-left: 0;
}

.page_footer .site_info .rating {
	display: flex;
	margin: 15px 0;
}

.page_footer .site_info .locale {
	text-align: left;
	margin-top: 10px;
}

.page_footer .site_info .locale a {
	margin: 0 15px 0 0;
}

/*---------------------------------------------------*/
.page_documents table.doctable,
.page_documents table.doctable thead,
.page_documents table.doctable tbody,
.page_documents table.doctable tr,
.page_documents table.doctable td,
.page_documents table.doctable th {
	display: block;
}

.page_documents table.doctable thead td {
	display: none;
}

.page_documents table.doctable tbody tr {
	padding: 20px;
	border-bottom: solid 1px #dddddd;
}

.page_documents table.doctable tbody tr:last-child {
	border-bottom: 0;
}

.page_documents table.doctable td {
	padding: 2px 0;
	border: 0;
	text-align: left !important;
	width: auto !important;
}

.page_documents table.doctable tbody td:nth-child(3) {
	display: inline-block;
}

.page_documents table.doctable tbody td:nth-child(4) {
	display: inline-block;
}

/*---------------------------------------------------*/
table.simpletable,
table.simpletable thead,
table.simpletable tbody,
table.simpletable tr,
table.simpletable td,
table.simpletable th {
	display: block;
}

table.simpletable tbody tr {
	padding: 10px 20px;
}

table.simpletable td {
	padding: 2px 0;
	text-align: left !important;
	width: auto !important;
}

/*---------------------------------------------------*/
.breadcrumbs {
	display: none;
}

/*---------------------------------------------------*/
.articles_panel ul.items {
	margin: 0 -10px;
	margin-bottom: 20px;
}

.articles_panel ul.items > li {
	padding: 0 10px;
}

/*---------------------------------------------------*/
.supported_devices_panel ul.items {
	margin: 0 -10px;
}

.supported_devices_panel ul.items > li {
	padding: 0 10px;
}

/*---------------------------------------------------*/
.page_products .page_header {
	font-size: 28px;
}

.page_products .filterform .show_more_panel .show_more_open,
.page_products .filterform .show_more_panel .show_less {
	display: none;
}

.page_products .filterform .show_more_panel .box {
	display: block;
}

/*---------------------------------------------------*/
.page_product_details .image_viewer .image .discount_info1 {
	font-size: 13px;
	min-width: 0;
	padding: 6px 7px;
	top: 9px;
}

.page_product_details .image_viewer .image .discount_info2 {
	width: 80px;
	height: 80px;
	font-size: 12px;
	letter-spacing: -0.71px;
}

.page_product_details .image_viewer .image .discount_info2 strong {
	font-size: 18px;
	letter-spacing: -1.06px;
}

.page_product_details .image_viewer .thumbnails ul.items {
	margin: 0 -5px;
}

.page_product_details .image_viewer .thumbnails ul.items li {
	padding: 0 5px;
}

.page_product_details .options .optionsheader {
	flex-wrap: wrap;
}

.page_product_details .options .optionsheader .how_it_works {
	order: -1;
	flex-basis: 100%;
	margin-bottom: 20px;
}

.page_product_details .options section .option_btn {
	flex-basis: 100%;
	max-width: 100%;
	padding-right: 0;
	margin-bottom: 20px;
}

/*.page_product_details .options section {
	padding-bottom: 0;
}*/

.page_product_details ul.functions li {
	flex-basis: 100%;
	margin-bottom: 20px;
}

.page_product_details .features_text {
	text-align: left;
}

.page_product_details .info_columns {
	flex-wrap: wrap;
}

.page_product_details ul.informations {
	flex: 0 0 100%;
	max-width: 100%;
}

.page_product_details ul.informations:nth-child(2) {
	border-left: 1px solid #dddddd;
	border-top: 0;
}

.page_product_details ul.informations li {
	flex-basis: 100%;
}

/*---------------------------------------------------*/
.accordion_panel section {
	flex-wrap: wrap;
}

.accordion_panel section .text {
	flex: 0 0 100%;
}

.accordion_panel section .video_col {
	flex: 0 0 100%;
	margin-left: 0;
}

/*---------------------------------------------------*/
.product_rate .posts ul.items li {
	padding: 20px 20px;
	flex-wrap: wrap;
}

.product_rate .posts ul.items li .section_left {
	flex-basis: 100%;
	padding: 0 0 15px 0;
	max-width: 100%;
}

.product_rate .posts ul.items li .section_right {
	flex-basis: 100%;
}

.product_rate .posts ul.items .profile_img {
	margin-bottom: 10px;
}


.product_rate .rateform .section_left {
	flex-basis: 100%;
	border-right: 0;
	padding-right: 20px;
}

.product_rate .rateform .section_right {
	display: none;
}

.product_rate .rateform .btn_container {
	text-align: center;
}

.product_questions .question_top .caption {
	display: none;
}

.product_questions .question_top .button1 {
	display: flex;
	margin: 0;
	width: auto;
}

/*---------------------------------------------------*/
.recently_viewed_panel ul.items li {
	flex-basis: 33.33%;
}

/*---------------------------------------------------*/
.product_compare .heading {
	flex-wrap: wrap;
}

.product_compare .heading .page_header {
	flex-basis: 100%;
	margin-bottom: 10px;
}

/*---------------------------------------------------*/
.page_order .btn_container {
	flex-wrap: wrap;
	text-align: center;
}

.page_order .btn_container .button1 {
	flex-basis: 100%;
}

.page_order .btn_container a.back {
	order: 2;
	display: block;
	margin: 20px auto;
}

.page_order .current_data {
	display: none;
}

.page_order .page_auth .button1{
	margin-bottom: 20px;
}
/*---------------------------------------------------*/
.system_message_panel {
	padding: 20px 0;
}

.system_message_panel .header {
	font-size: 28px;
	margin-bottom: 15px;
}

.system_message_panel .btn_container {
	padding: 30px 0;
}

.system_message_panel .btn_container .button1 {
	display: flex;
	width: auto;
}

/*---------------------------------------------------*/
.page_auth .reg_alt .button1 {
	flex-basis: 100%;
	margin-bottom: 13px;
}

.page_auth .dataform .btn_container .button1 {
	width: 100%;
	display: flex;
}

/*---------------------------------------------------*/
.page_account .btn_container .button1 {
	width: 100%;
	display: flex;
	margin: 0 0 10px 0;
}

/*---------------------------------------------------*/
.page_contact .btn_container .button1 {
	width: 100%;
	display: block;
}

/*---------------------------------------------------*/
.page_about_us section {
	padding: 30px 0;
}

.page_about_us section.flex .main_wrapper {
	flex-wrap: wrap;
}

.page_about_us section.flex .text {
	flex-basis: 100%;
}

.page_about_us section figure {
	margin: 0 auto;
	flex-basis: 50%;
	max-width: 50%;
}

.page_about_us ul.timeline {
	padding-top: 0;
}

.page_about_us ul.timeline li {
	margin-top: 0;
}

.page_about_us ul.timeline li .item_content {
	float: none;
	width: auto;
}

.page_about_us ul.timeline li:nth-of-type(even) .item_content {
	float: none;
}

.page_about_us ul.timeline:after {
	display: none;
}

.page_about_us ul.timeline li:after {
	display: none;
}

.page_about_us ul.timeline li:first-child:before,
.page_about_us ul.timeline li:last-child:before {
	display: none;
}

/*---------------------------------------------------*/
.page_blog .postlist ul.items > li {
	margin-bottom: 30px;
}

.page_blog .side_panel {
	margin-bottom: 20px;
}

/*---------------------------------------------------*/
.subscribe_newsletter_panel {
	margin-bottom: 20px;
}

/*---------------------------------------------------*/
.page_blog .postlist.recommend ul.items > li {
	flex-basis: 100%;
}

.page_blog article .heading .page_header {
	font-size: 28px;
}

.page_blog article section {
	margin-bottom: 30px;
}

.page_blog .author {
	flex-wrap: wrap;
}

.page_blog .author .image {
	margin-bottom: 15px;
}

.page_blog .author .text {
	flex-basis: 100%;
}

/*---------------------------------------------------*/
.page_areas .uses_panel ul.items li {
	flex-basis: 100%;
}

/*---------------------------------------------------*/
.product_compare {
	margin: 0 -10px;
}

.product_compare .heading {
	margin-bottom: 15px;
}

.page_content .heading .page_header {
	margin-bottom: 0;
}

.product_compare table.comparetable td {
	min-width: 190px;
}

.product_compare table.comparetable td,
.product_compare table.comparetable th {
	padding: 8px 5px;
}

.product_compare table.comparetable td:first-child {
	display: none;
}

.product_compare table.comparetable td.productdesc {
	padding-bottom: 60px;
}

.product_compare table.comparetable .header {
	font-size: 15px;
}

.product_compare table.comparetable .caption {
	display: block;
}

.product_compare table.comparetable td.productdesc .bottom {
	padding: 10px;
}

.product_compare table.comparetable td.productdesc .bottom .button1 {
	height: 42px;
}

.page_documents .heading {
	flex-wrap: wrap;
}

.page_documents .filterform {
	flex: 0 0 100%;
	margin-top: 10px;
}

/*---------------------------------------------------*/
.page_pay .payform .panel2 {
	margin-bottom: 20px;
}