/*!
Theme Name: drvoip
Theme URI: http://underscores.me/
Author: Alina
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: drvoip
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

drvoip is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Theme
	- Service Header

--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Oxygen:wght@400;700&display=swap');

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    font-size: 16px;
	line-height: 1.5;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

.fixed-position {
	position: fixed;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #232F3E;
	font-family: 'Oxygen', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #007EB9;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 1rem 0 1.5em 0;
    padding-left: 26px;
}

ul {
	list-style: none;
}

li {
	position: relative;
	margin-bottom: 1rem;
}

ol li {
	padding-left: 0.5rem;
}

ul li::before {
  	content: "";
    width: 10px;
    height: 10px;
    background-color: #EC9134;
    position: absolute;
    top: 0.5em;
    left: -25px;
    border-radius: 10px;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 0;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #007EB9;
	text-decoration: none;
}

a:visited {
/* 	color: #800080; */
}

a:hover,
a:focus,
a:active {
	color: #EC912D;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.wp-block-social-links li,
#menu-footer li,
#menu-service li,
.main-navigation li {
	position: relative;
	margin-bottom: 0;
}

.wp-block-social-links li:before,
#menu-footer li:before,
#menu-service li:before,
.main-navigation li:before {
	content: none;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Theme
--------------------------------------------------------------*/
/* General
--------------------------------------------- */
#page {
	background-color: #fafafa;
}
.wrapper {
	width: 100%;
	height: 100%;
	max-width: 1350px;
	margin: 0 auto;
}

.post-cell-10 {
	width: 10%;
}
.post-cell-20 {
	width: 20%;
}
.post-cell-25 {
	width: 25%;
}
.post-cell-30 {
	width: 30%;
}
.post-cell-40 {
	width: 40%;
}
.post-cell-50 {
	width: 50%;
}
.post-cell-60 {
	width: 60%;
}
.post-cell-70 {
	width: 70%;
}
.post-cell-75 {
	width: 75%;
}
.post-cell-80 {
	width: 80%;
}
.post-cell-90 {
	width: 90%;
}
.post-cell-100 {
	width: 100%;
}


/* Service header
--------------------------------------------- */
.service-header {
	background-color: #3B4D63;
    width: 100%;
    height: 3rem;
}
.menu-service-container {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: 100%;
    justify-content: flex-end;
}
.menu-service-container .menu {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-end;
	gap: 1.25rem;
	list-style: none;
	margin: 0;
    padding: 0;
}
.menu-service-container .menu li a {
	color: #ffffff;
	text-decoration: none;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	position: relative;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.5rem;
}
.menu-service-container .menu .service-phone a {
	color: #44B9D6;
	cursor: default;
}
.menu-service-container .menu .service-phone a::before {
	content: "";
    width: 16px;
    height: 16px;
    background-image: url(images/phone.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.menu-service-container .menu .service-chat a {
	margin-right: 1rem;
}
.menu-service-container .menu .service-chat a::before {
	content: "";
    width: 18px;
    height: 18px;
    background-image: url(images/video-chat.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.menu-service-container .menu .service-ticket a {
	margin-right: 1rem;
}
.menu-service-container .menu .service-ticket a::before {
	content: "";
    width: 18px;
    height: 18px;
    background-image: url(images/ticket.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.menu-service-container .menu .service-cart a {
	font-size: 0;
	gap: 4px;
	margin-right: 1rem;
}
.menu-service-container .menu .service-cart a::before {
	content: "";
    width: 19px;
    height: 19px;
    background-image: url(images/cart.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.menu-service-container .menu .service-chat a::after,
.menu-service-container .menu .service-ticket a::after,
.menu-service-container .menu .service-cart a::after {
	content: "";
	width: 27px;
	height: 0px;
	border: 1px solid #232F3E;
	transform: rotate(90deg);
	cursor: default;
	position: absolute;
    right: -32px;
}
.menu-service-container .menu .service-login a {
	font-size: 0;
}
.menu-service-container .menu .service-login a::before {
	content: "";
    width: 19px;
    height: 19px;
    background-image: url(images/login.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* Main menu
--------------------------------------------- */
.site-header {
    width: 100%;
    height: 5.5rem;
    background: none;
    background-color: #232F3E !important;
}
.site-header-container {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    gap: 4.5rem;
}
.site-header-container .main-navigation .menu {
	display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    gap: 2rem;
}
.site-header-container .main-navigation .menu li a {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	text-transform: uppercase;
	color: #ffffff;
}
.site-header-container .main-navigation .menu li a:hover {
	color: #EC912D;
}
.site-header-container .main-navigation .menu .current_page_item a {
	cursor: default;
	color: #EC912D;
}
.site-header-container .site-branding a {
	display: flex;
    align-items: center;
}
.site-title, .site-description {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
}
.site-header-container .main-navigation .menu li .sub-menu {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    background-color: #232F3E;
    white-space: nowrap;
}
.site-header-container .main-navigation .menu li .sub-menu li a {
	padding: 1rem 2rem ;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-transform: none;
	width: 100%;
}
.site-header-container .main-navigation .menu li .sub-menu li:first-child a {
	padding-top: 2rem;
}
.site-header-container .main-navigation .menu li .sub-menu li:last-child a {
	padding-bottom: 2rem;
}
.site-header-container .main-navigation .menu li.menu-item-has-children a {
	display: flex;
    align-items: center;
    gap: 12px;
}
.site-header-container .main-navigation .menu li.menu-item-has-children > a::after {
	content: "";
    width: 19px;
    height: 19px;
    background-image: url(images/menu-drop-down.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.site-header-container .main-navigation .menu li.menu-item-has-children:hover > a {
	color: #EC912D;
}
.site-header-container .main-navigation .menu li.menu-item-has-children:hover > a::after {
	color: #EC912D;
	background-image: url(images/menu-drop-up.svg);
}

/* Footer
--------------------------------------------- */
.site-footer {
	background-color: #19232F;
    padding: 2.5rem 0;
}
.footer-container {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}
.footer-col1 {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
}
.footer-col2 {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: center;
}
.wp-container-1 {
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
}
.footer-social .wp-container-1 {
    gap: 1.5em;
}

.footer-social .wp-container-1 svg {
	filter: brightness(0) invert(1);
    width: 2.5rem !important;
    height: 2.5rem !important;
}
.footer-copyright {
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 160%;
	color: #FFFFFF;
}
.menu-footer-container .menu {
	list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    align-items: center;
}
.menu-footer-container .menu li a {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	position: relative;
}
.menu-footer-container .menu li a::after {
	content: "";
    width: 27px;
    height: 0px;
    border: 1px solid #ffffff;
    transform: rotate(90deg);
    cursor: default;
    margin-left: 1rem;
}
.menu-footer-container .menu li:last-child a::after {
	content: none;
}

/* Home blod posts
--------------------------------------------- */
.post-container {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    margin: 0 -1rem;
}
.post-container .post-item {
    width: calc(33% - 17px);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    color: #232F3E;
    text-decoration: none;
    padding: 1rem;
}
.post-container .post-image {
	width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-color: #9cb1bd;
}
.post-container .post-title {
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
}
.post-container .post-description {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}
.post-container .post-item:hover {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
	color: #232F3E;
    text-decoration: none;
}
.post-container .post-item:hover .post-image {
	margin: -1rem -1rem 0 -1rem;
	width: calc(100% + 2rem);
}
.post-container .post-item:hover .post-title {
	color: #EC912D;
}
.goto-blog-button {
	text-align: center;
    margin: 4rem 0;
}
.goto-blog-button .framed-button {
	background: none;
    border: 2px solid #232F3E;
    border-radius: 57px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    padding: 14px 40px;
    color: #232F3E;
    text-decoration: none;
}
.blog-post-header {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: 122px;
    padding: 2rem 0;
    margin: 2rem 0;
    border-bottom: 1px solid #232F3E;
    font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	width: 100%;
}
.category-blog .blog-post-header {
	gap: 90px;
}
.header-button {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
	cursor: pointer;
	position: relative;
}
.header-button.active {
	cursor: default;
	color: #007EB9;
}
#header-button-all::before {
	content: "";
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-image: url(images/all-tab.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#header-button-business::before {
	content: "";
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-image: url(images/bm-tab.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#header-button-technical::before  {
	content: "";
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-image: url(images/tm-tab.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
#header-button-all.active::before {
	background-image: url(images/all-tab-active.svg);
}
#header-button-business.active::before {
	background-image: url(images/bm-tab-active.svg);
}
#header-button-technical.active::before {
	background-image: url(images/tm-tab-active.svg);
}
.header-button.active::after {
	position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(images/tab-active.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    left: 50%;
    bottom: -36px;
}

/* Home header
--------------------------------------------- */
.home-header {
	background-color: #232F3E;
    padding: 6rem 0 4.5rem 0;
    background-image: url(images/home-header-back.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: right;
    background-size: contain;
}
.home-header-container {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2rem;
    width: 100%;
    max-width: 800px;
}
.home-header-title {
	font-style: normal;
	font-weight: 700;
	font-size: 60px;
	line-height: 70px;
	color: #ffffff;
}
.home-header-subtitle {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #ffffff;
}
.home-header-buttons {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
}
.button-demo {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	background: #EC912D;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
	border-radius: 57px;
	padding: 1rem 2.5rem;
	text-decoration: none;
}
.button-goto {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.02em;
	color: #44B9D6;
	border: 2px solid #44B9D6;
	border-radius: 57px;
	padding: 1rem 2.5rem;
	text-decoration: none;
}
.button-demo:hover {
	color: #ffffff;
	text-decoration: none;
}
.button-goto:hover {
	color: #44B9D6;
	text-decoration: none;
}
.home-header-logos {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 4rem;
}
.home-header-logos div::before{
	content: "";
    width: 50px;
    height: 0px;
    border: 1px solid #3B4D63;
    transform: rotate(90deg);
    cursor: default;
    position: absolute;
    left: -3.5rem;
    top: 1.5rem;
}
.home-header-logos div {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
    max-width: 180px;
    position: relative;
}
.home-subheader {
	background-color: #ffffff;
    padding: 5rem 0;
}
.home-subheader-container {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
    align-items: flex-start;
}
.home-subheader-title {
	width: 40%;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	color: #007EB9;
    padding-right: 1rem;
}
.home-subheader-text {
	width: 60%;
}
.call-button {
	font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 70px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    background: #EC912D;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 15%);
    border-radius: 57px;
    padding: 1rem 2.5rem;
    text-decoration: none;
    margin: 0 1rem;
    white-space: nowrap;
}
.call-button:hover {
	color: #ffffff;
}

/* Post page
--------------------------------------------- */
.post-header {
	background-color: #232F3E;
	padding: 3.75rem 0;
}
.post-header-container {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2rem;
    width: 50%;
}
.post-header-title {
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 50px;
	color: #FFFFFF;
}
.post-header-date {
	font-style: normal;
	font-weight: 300;
	font-size: 18px;
	line-height: 100%;
	color: #44B9D6;
}
.post-body {
	background-color: #ffffff;
	border-bottom: 1px solid #E5ECF3;
}
.post-body-container {
	width: 100%;
	position: relative;
	padding: 0;
	padding-bottom: 5rem;
}
.post-body-container .post-image {
    width: 50%;
    height: 300px;
    background-position: center center;
    background-size: cover;
    float: right;
    margin: -225px 0 2rem 2rem;
}
.post-body-container > h1,
.post-body-container > h2,
.post-body-container > h3 {
	clear: none;
	text-align: left;
} 

#breadcrumbs {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 160%;
	margin: 10px 0 40px 0;
}
#breadcrumbs a {
	text-decoration: none;
	color: #175493;
}
.breadcrumb_last {
	text-transform: capitalize;
}

.related-articles {
	background-color: #fafafa;
	padding: 5rem 0;
}
.related-articles-title {
	margin-bottom: 3.7rem;
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	color: #007EB9;
}

/* Contact us page
--------------------------------------------- */
.page,
.contact-us {
	font-size: 18px;
}
.post-header,
.contact-us .post-header {
    padding: 7rem 0;
}
.post-top-row,
.contact-us .post-top-row {
	margin-bottom: 0;
}
.post-top-row .post-image,
.contact-us .post-top-row .post-image {
    width: 50%;
    height: 300px;
    background-position: center center;
    float: right;
	background-size: contain;
    margin: -20rem 0 2rem 2rem;
    background-repeat: no-repeat;
}
.post-row,
.contact-us .post-row {
    width: 100%;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4rem;
    padding: 5rem 0;
}
.post-row.first-row,
.contact-us .post-row.first-row {
	padding-top: 0;
}
.contact-us .post-cell {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
    justify-content: flex-start;
}

.contact-us .post-row p {
	margin-top: 0;
}

.contact-us .post-body-light {
	border-bottom: 1px solid #E5ECF3;
}
.post-body-white,
.contact-us .post-body-white {
	background-color: #ffffff;
	border-bottom: 1px solid #E5ECF3;
}
.title-blue,
.contact-us .title-blue {
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	color: #007EB9;
}
.contact-us .post-cell p a {
	color: #232F3E;
}
.contact-us .post-cell p a:hover {
	color: #EC912D;
}
.contact-us .open-ticket-button {
	background: #232F3E;
	border: 2px solid #232F3E;
	border-radius: 57px;
	padding: 1rem 2.5rem;
	color: #ffffff;
    margin-top: 1rem;
}
.contact-us .open-ticket-button:hover {
	background: #EC912D;
	border: 2px solid #EC912D;
}
.contact-us .locations-title {
	font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #232F3E;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    margin-top: 3rem;
}
.contact-us .locations-title:before {
  	content: "";
  	position: absolute;
  	left: 0;
  	bottom: 0;
  	height: 1px;
  	width: 200px;
  	border-bottom: 1px solid #EC912D;
}
.contact-us .locations-items {
	padding: 20px 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4rem;
}
.contact-us .location-title {
	font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
}
.contact-us .locations-item {
	position: relative;
	padding-left: 2rem;
}
.contact-us .locations-item::before  {
	content: "";
    width: 20px;
    height: 20px;
    background-image: url(images/location-point.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.form-contact-us {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.form-contact-us p {
	margin: 0;
}
.form-contact-us .form-row {
	display: flex;
    flex-direction: row;
    gap: 2rem;
    margin-bottom: 2rem;
}
.form-contact-us .form-row .form-group {
	display: flex;
    flex-direction: column;
    gap: 5px;
    font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #232F3E;
	width: 100%;
}
.form-contact-us .form-row .form-group input,
.form-contact-us .form-row .form-group select,
.form-contact-us .form-row .form-group textarea {
	background: #FFFFFF;
	border: 1px solid #E5ECF3;
	border-radius: 8px;
	padding: 1rem 1.25rem;
	width: 100%;
}

.form-contact-us .form-row .form-group select {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    appearance: none;
    outline-width: 0;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 20px;
    background-position-x: right;
	cursor: pointer;    
}
.form-contact-us .wpcf7-list-item {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0;
    gap: 1rem;
    padding-left: 6px;
}
.form-contact-us .form-contact-us .wpcf7-list-item input {
	width: auto !important;
}
.form-contact-us .wpcf7-form-control {
	display: flex;
    flex-direction: row;
    gap: 3rem;
}
.form-contact-us input[type='radio']:after {
    width: 24px;
    height: 24px;
    border-radius: 15px;
    top: -6px;
    left: -6px;
    position: relative;
    background-color: #ffffff;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #E5ECF3;
    cursor: pointer;
    -webkit-box-shadow:inset 0px 0px 0px 4px #ffffff;
    -moz-box-shadow:inset 0px 0px 0px 4px #ffffff;
    box-shadow:inset 0px 0px 0px 4px #ffffff;
}
.form-contact-us input[type='radio']:checked:after {
    width: 24px;
    height: 24px;
    border-radius: 15px;
    top: -6px;
    left: -6px;
    position: relative;
    background-color: #007EB9;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #E5ECF3;
    cursor: pointer;
    -webkit-box-shadow:inset 0px 0px 0px 4px #ffffff;
    -moz-box-shadow:inset 0px 0px 0px 4px #ffffff;
    box-shadow:inset 0px 0px 0px 4px #ffffff;
}
.form-contact-us .form-group.button {
	text-align: right;
}
.form-contact-us .form-group .btn {
	background: #232F3E;
	border: 2px solid #232F3E;
	border-radius: 57px;
	padding: 1rem 2.5rem;
	color: #ffffff;
    cursor: pointer;
}
.form-contact-us .form-group .btn:hover {
	background: #EC912D;
	border: 2px solid #EC912D;
}

/* Footer banner
----------------------------------------- */
.footer-banner {
	min-height: 245px;
    display: flex;
    background-color: #3B4D63;
    align-items: center;
    padding: 1rem 0;
}
.footer-banner-row {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
}
.footer-banner-container {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 2rem;
}
.footer-banner-title {
	font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #FFFFFF;
}
.footer-banner-text {
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #FFFFFF;
}
.footer-banner-buttons {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 2rem;
    color: #ffffff;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
}
.footer-banner-button {
	border: 2px solid #44B9D6;
	border-radius: 57px;
	padding: 1rem 2.5rem 1rem 4.5rem;
	font-size: 18px;
	line-height: 23px;
	font-weight: 700;
	letter-spacing: 0.02em;
}
.footer-banner-button.download {
	background-color: transparent;
	color: #62DAF3;
	position: relative;
	
}
.footer-banner-button.purchase {
	background-color: #62DAF3;
	color: #232F3E;
	position: relative;
}
.footer-banner-button.download::before {
	content: "";
    width: 20px;
    height: 20px;
    background-image: url(images/download-icon.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 18px;
    left: 40px;
}
.footer-banner-button.purchase::before {
	content: "";
    width: 20px;
    height: 20px;
    background-image: url(images/purchase-icon.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 18px;
    left: 40px;
}
.footer-banner-image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    max-height: 240px;
}
.footer-banner-image.fimage-left {
	background-image: url(images/fbleft.png);
	background-position: left center;
}
.footer-banner-image.fimage-right {
	background-image: url(images/fbright.png);
	background-position: right center;
}
.footer-banner-cell {
	display: flex;
    align-items: center;
    flex-direction: column;
}

.post-subheader-title {
	font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    color: #44B9D6;
}
.pagination-container {
	margin: 4rem 0 6rem 0;
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #232F3E;
}
.page-numbers {
	position: relative;
}
.prev-page-icon,
.next-page-icon {
	content: "";
    width: 24px;
    height: 24px;
    background-image: url(images/next-page-icon.svg);
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 4px;
    left: 0;
}
.prev-page-icon {
	background-image: url(images/prev-page-icon.svg);
}
.prev.page-numbers,
.next.page-numbers {
	width: 24px;
}

.main-navigation {
	display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}
button.menu-toggle {
	font-size: 0;
	border: none;
	background-image: url(images/mobile-menu-icon.svg);
	width: 24px;
    height: 24px;
    background-color: transparent;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
}
.menu-toggle {
	display: none;
}
.close-button {
	font-size: 0;
	border: none;
	background-image: url(images/mobile-close-icon.svg);
	width: 16px;
    height: 16px;
    background-color: transparent;
    cursor: pointer;
    background-position: center center;
    background-size: cover;
}
.mobile-menu-header {
	display: none;
}
.mobile {
	display: none;
}
.no-mobile {
	display: block;
}
.time-zone .wpcf7-select {
    padding-right: 2.5rem !important;
}

.wp-block-social-links,
#menu-footer {
	margin-top: 0 !important
}

#header-button-all {
	min-width: 5rem;
}

/* Products
----------------------------------------- */
.product-filters {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    padding: 1rem 0;
}
.product-sub-categories {
	display: flex;
    flex-direction: row;
    max-width: 800px;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}
.sub-item {
	background: #232F3E;
    border-radius: 40px;
    color: #ffffff;
    padding: 0 16px;
    font-size: 16px;
    cursor: pointer;
}
.sub-item.active {
	background: #007EB9;
    cursor: default;
}
.product-container {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 2rem;
}
.product-list {
	display: grid;
    grid-template-columns: repeat(auto-fill, calc(25% - 2rem));
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    margin: 0 -1rem;
    padding-bottom: 5rem;
}
.product-item {
	width: 100%;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    color: #232F3E;
    text-decoration: none;
    padding: 1rem;
    margin-bottom: 1rem;
    background-color: #ffffff;
}
.product-item:hover {
	box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
    background-color: #ffffff;
    color: #232F3E;
    text-decoration: none;
    padding-bottom: 2rem;
    margin-bottom: 0;
}
.product-image {
	width: calc(100% + 2rem);
	margin: -1rem -1rem 0 -1rem;
    height: 250px;
    background-position: center center;
    background-size: cover;
    background-color: #9cb1bd;
}
.product-item:hover .product-image {
    margin: -1rem -1rem 0 -1rem;
    width: calc(100% + 2rem);
    height: 266px;
}
.product-title-box {
    overflow: hidden;
    height: 60px;
}
.product-title {
	font-weight: 700;
    font-size: 20px;
    line-height: 1.35;
    position: relative;
    padding-bottom: 10px;
    max-height: 60px;
    overflow: hidden;
}
.product-item:hover .product-title {
    color: #EC912D;
}
.product-title:before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 50%;
    border-bottom: 1px solid #EC912D;
}
.product-price-box {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}
.product-price-val {
	font-weight: 700;
    font-size: 30px;
    line-height: 140%;
}
.product-price-val::first-letter {
  	font-size: 18px;
  	vertical-align: super;
  	margin-right: 2px;
}
.product-item:hover .product-price-val {
    color: #232F3E
}
.wc-cart-button {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #EC912D;
	border: 2px solid #EC912D;
	border-radius: 57px;
	padding: 10px 20px;
	cursor: pointer;
}
.wc-cart-button:hover {
	color: #ffffff;
	background-color: #EC912D;
}

/* Single product
--------------------------------------------- */
.product-description-content {
	margin-bottom: 5rem;
}
.single-product-title-box .single-product-title,
.page-product .product_title {
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	color: #007EB9;
	margin-bottom: 20px;
}
.single-product-price-box {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.single-product-price-box .product-price span,
.single-product-price-box .product-price span sup {
	font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 140% !important;
    color: #232F3E !important;
}
.single-product-price-box .product-price span:first-child,
.woocommerce-Price-currencySymbol {
	font-size: 18px !important;
  	vertical-align: super !important;
  	margin-right: 2px !important;
}
.single-product-price-box .product-price span sup {
	top: 0 !important;
	font-size: 100% !important;
	vertical-align: inherit !important;
}
.single-product-price-box .button-cart,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background: #232F3E;
	border: 2px solid #232F3E;
	border-radius: 57px;
	padding: 1rem 3rem;
    cursor: pointer;
    font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #3B4D63;
	border-color: #3B4D63;
}
.single-product-attributes-box {
	margin-top: 3rem;
    width: 100%;
    max-width: 700px;
    margin-bottom: 3rem;
}
.single-product-attributes-box table {
	text-align: left;
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #232F3E;
}
.single-product-attributes-box table th {
	padding: 6px 0;
	border-bottom: 2px solid #c2c2c2;
}
.single-product-attributes-box table td {
	padding: 4px 0;
	border-bottom: 1px solid #c2c2c2;
}
.page-product .post-image {
	box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
    background-size: cover !important;
}
#content-vto h3,
#content-vto h4 {
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	color: #232F3E;
}
#content-vto h4{
	padding-bottom: 16px;
	position: relative;
    width: fit-content;
}
#content-vto h4::before {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 75%;
    border-bottom: 1px solid #EC912D;
}
#content-vto ul li {
	padding-left: 8px;
}
#content-vto ul li::before {
	background-color: transparent;
	background-image: url(images/video-lock.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: -25px;
    border-radius: 0;
    background-position: center center;
    background-size: cover;
}

.aqa-container {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: 5rem;
}
.aqa-text-box {
	width: 40%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
.aqa-text-box h3 {
    width: fit-content;
    font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	color: #232F3E;
}
.aqa-form-box {
	width: 60%;
    padding: 4rem 0 3rem 3rem;
}
#questionform {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}
#questionform label {
	font-weight: 400;
    font-size: 18px;
    line-height: 160%;
    color: #232F3E;
    margin: 10px 0;
    display: block;
}
#questionform .form-group-row {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 3rem;
}
#questionform .form-group {
	width: 100%;
}
#questionform .form-group-50 {
	width: calc(50% - 1.5rem);
}
#questionform .form-control {
	background: #FFFFFF;
	border: 1px solid #E5ECF3;
	border-radius: 8px;
	padding: 1rem;
	width: 100%;
}
#questionform button {
	background: #232F3E;
    border: 2px solid #232F3E;
    border-radius: 57px;
    padding: 1rem 3rem;
    cursor: pointer;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin-top: 1.5rem;
}
.cart-page .cart_prices {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    align-items: flex-end;
    gap: 2.5rem;
    margin-bottom: 5rem;
}
.cart-page .cart_prices .pull-left .page-header {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    align-items: center;
}

.cart-page .cart_prices .pull-right .table {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 1rem;
}
.cart-page .cart_prices .pull-right .table .row-subtotal,
.cart-page .cart_prices .pull-right .table .row-discount,
.cart-page .cart_prices .pull-right .table .row-grandtotal,
.cart-page .cart_prices .pull-right .table .row-buttons-total {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    justify-content: flex-end;
    align-items: baseline;
}
.cart-page .cart_prices .pull-right .table .row-discount {
	align-items: flex-end;
}
.cart-page .cart_prices .pull-right .table .title-subtotal,
.cart-page .cart_prices .pull-right .table .title-discount,
.cart-page .cart_prices .pull-right .table .title-grandtotal {
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	color: #232F3E;
}
.cart-page .cart_prices .pull-right .table .value-subtotal,
.cart-page .cart_prices .pull-right .table .value-discount,
.cart-page .cart_prices .pull-right .table .value-discount span {
	font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    display: block;
}
.cart-page .cart_prices .pull-right .table .value-subtotal,
.cart-page .cart_prices .pull-right .table .value-discount {
	width: 150px;
    text-align: right;
}
.cart-page .cart_prices .pull-right .table .value-discount {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.cart-page .cart_prices .pull-right .table .value-subtotal::first-letter,
.cart-page .cart_prices .pull-right .table .value-discount span::first-letter {
  	font-size: 16px;
  	vertical-align: super;
  	margin-right: 2px;
}
.cart-page .cart_prices .pull-right .table .value-grandtotal {
	font-weight: 700;
    font-size: 30px;
    line-height: 28px;
    color: #EC912D;
    width: 150px;
    text-align: right;
}
.cart-page .cart_prices .pull-right .table .value-grandtotal::first-letter {
  	font-size: 18px;
  	vertical-align: super;
  	margin-right: 2px;
  	color: #EC912D;
}
.cart-page .cart_prices .row-buttons-total {
	margin: 2rem 0;
}
.cart-page .cart_prices .continue {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #232F3E;
	border: 1px solid #232F3E;
	border-radius: 57px;
    padding: 1rem 2.5rem;
}
.cart-page .cart_prices .checkout {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	background: #EC912D;
	border-radius: 57px;
    padding: 1rem 2.5rem;
}
.cart-product-title {
	font-weight: 700;
    font-size: 40px;
    line-height: 140%;
    color: #007EB9;
    margin-bottom: 40px;
}

#cart-form table {
	background-color: #ffffff;
}
#cart-form table tr {
	height: 130px;
}
.cart-table {
	background-color: #ffffff;
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
}
.cart-table-row {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
    border: 1px solid #fafafa;
}
.cart-table-cell-image {
	width: 130px;
    height: 130px;
    min-width: 130px;
    background-position: center center;
    background-size: cover;
}
.cart-table-cell-info {
	padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    flex-grow: 1;
}
.cart-table-item-sku a {
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	color: #232F3E;
}
.cart-table-item-price,
.cart-table-item-subtotal {
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	color: #232F3E;
}
.cart-table-item-price::first-letter,
.cart-table-item-subtotal::first-letter {
  	font-size: 14px;
  	vertical-align: super;
  	margin-right: 2px;
}
.cart-table-cell-form {
	width: 175px;
	min-width: 175px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.cart-table-cell-subtotal {
	width: 100%;
	min-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1rem;
    align-items: flex-end;
}
.cart-table-item-delete a {
	background-color: transparent;
	background-image: url(images/cart-delete.svg);
    width: 20px;
    height: 20px;
    background-position: center center;
    background-size: cover;
    display: block;
}

.cart-table-cell-form input {
	text-align: center;
}

.back-cart,
.empty-cart {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #232F3E;
	position: relative;
	padding-left: 2rem;
}
.back-cart::before,
.empty-cart::before {
	content: "";
	background-color: transparent;
	background-image: url(images/back-arrow.svg);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 8px;
    left: 0;
    border-radius: 0;
    background-position: center center;
    background-size: cover;
}
.empty-cart::before {
	top: 3px;
}

.woocommerce-page div.product div.summary {
	float: none;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 2rem;
    align-items: center;
}
.woocommerce-page div.product div.summary p.price,
.woocommerce-page div.product div.summary .cart {
	margin: 0;
}
.woocommerce-page div.product div.summary p.price {
	margin-top: -3px;
}
.page-product .quantity {
	display: none;
}
.page-product .woocommerce-notices-wrapper {
	width: 100%
}

.cart_totals table,
.cart_totals table tr,
.cart_totals table th,
.cart_totals table td {
	border: none !important;
}
.cart_totals .wc-proceed-to-checkout {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end;
}

.cart_totals .checkout-button {
	margin: 0 0 0 2rem !important;
	background: #EC912D !important;
	border-radius: 57px !important;
	border-color: #EC912D !important;
}
.cart_totals .continue {
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.02em;
	color: #232F3E;
	border: 1px solid #232F3E;
	border-radius: 57px;
    padding: 1rem 2.5rem;
}
.cart_totals .shop_table {
	text-align: right;
	margin: 1rem 0;
}
.cart_totals .cart-subtotal th,
.cart_totals .order-total th {
    width: 70% !important;
    vertical-align: middle !important;
    font-weight: 700 !important;
	font-size: 20px !important;
	line-height: 140% !important;
	color: #232F3E !important;
	text-align: right;
}
.cart_totals .cart-subtotal td,
.cart_totals .order-total td {
	text-align: right;
	width: 30% !important;
    vertical-align: middle !important;
}

.woocommerce-Price-amount > bdi {
	font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 140% !important;
    color: #232F3E !important;
}

.cart_totals .cart-subtotal .woocommerce-Price-amount > bdi,
.cart-table-item-subtotal .woocommerce-Price-amount > bdi {
	font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1 !important;
}
.cart-table-item-subtotal .woocommerce-Price-currencySymbol {
	vertical-align: inherit !important;
}
.cart_totals .order-total .woocommerce-Price-amount > bdi {
	font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 1 !important;
    color: #EC912D !important;
}
.cart-collaterals {
	margin-bottom: 4rem;
}

.woocommerce-cart-form a.remove {
	color: transparent !important;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0 !important;
}
.woocommerce-cart-form a.remove:hover {
	color: transparent !important;
    background-color: transparent !important;
    background-image: url(images/cart-delete.svg);
}

.cart.shop_table {
	background-color: #ffffff;
    border: none !important;
}
.cart.shop_table tr,
.cart.shop_table td {
	border: none !important;
}
.cart.shop_table .product-thumbnail {
	width: 175px;
}
.cart.shop_table .product-thumbnail img {
	width: 150px;
    margin: 0;
    padding: 0;
}
.updateqty,
.updateqty:hover {
	font-weight: 700 !important;
    font-size: 14px !important;
    color: #007EB9 !important;
    border: 2px solid #007EB9 !important;
    border-radius: 57px !important;
    margin: 0 !important;
    padding: 12px 36px !important;
    background-color: #ffffff !important;
}

#applycoupon {
	font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #EC912D;
    border: 2px solid #EC912D;
    border-radius: 57px;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #ffffff !important;
    margin-left: 1rem;
}
#applycoupon:hover {
	color: #ffffff;
    background-color: #EC912D !important;
}
input.couponcode {
	background: #FFFFFF !important;
    border: 1px solid #E5ECF3 !important;
    border-radius: 8px !important;
    width: 200px !important;
    padding: 0.6rem !important;
    float: none !important;
    margin-left: 1rem;
}
.coupon span {
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	color: #232F3E;
	margin-right: 1rem;
}
.bottom-cart-row {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 1rem;
    align-items: center;
}
.updateqty-box {
	width: 100%;
}

.checkout-page .woocommerce-form-coupon-toggle {
	display: none;
}
.checkout-page h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 140%;
	color: #007EB9;
}
.checkout-page label {
	font-weight: 400;
	font-size: 18px;
	line-height: 1.25 !important;
	color: #232F3E;
}
.checkout-page .wc-credit-card-form label {
	font-size: 16px;
}
.checkout-page form .form-row .required {
	color: #232F3E !important;
	font-weight: 400 !important;
}
.checkout-page input[type="text"],
.checkout-page input[type="email"],
.checkout-page input[type="url"],
.checkout-page input[type="password"],
.checkout-page input[type="search"],
.checkout-page input[type="number"],
.checkout-page input[type="tel"],
.checkout-page input[type="range"],
.checkout-page input[type="date"],
.checkout-page input[type="month"],
.checkout-page input[type="week"],
.checkout-page input[type="time"],
.checkout-page input[type="datetime"],
.checkout-page input[type="datetime-local"],
.checkout-page input[type="color"],
.checkout-page textarea,
.checkout-page select.form-control {
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #232F3E;
	padding: 15px 20px;
	height: auto;
	background: #FFFFFF;
	border: 1px solid #E5ECF3;
	border-radius: 8px;
}
.checkout-page .select2-selection {
	font-weight: 400 !important;
	font-size: 16px !important;
	line-height: 160% !important;
	color: #232F3E !important;
	padding: 15px 20px !important;
	height: auto !important;
	background: #FFFFFF !important;
	border: 1px solid #E5ECF3 !important;
	border-radius: 8px !important;
}
.checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 17px !important;
    right: 10px !important;
}
.checkout-page .select2-results__option li {
	margin-bottom: 0 !important;
}
.checkout-page .select2-dropdown {
	border: 1px solid #E5ECF3 !important;
}
.checkout-page .select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #E5ECF3 !important;
}

.woocommerce-checkout-review-order-table {
	background-color: #ffffff !important;
}
.woocommerce-checkout-review-order-table .cart_item .woocommerce-Price-amount > bdi {
	font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1 !important;
}
.woocommerce-checkout-review-order-table .cart_item .woocommerce-Price-currencySymbol {
	font-size: 16px !important;
}
.woocommerce-checkout-review-order-table .cart_item .product-total {
	text-align: right;
}
.woocommerce-checkout-review-order-table .cart-subtotal .woocommerce-Price-amount > bdi {
	font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 1 !important;
}
.woocommerce-checkout-review-order-table .order-total .woocommerce-Price-amount > bdi {
	font-weight: 700 !important;
    font-size: 30px !important;
    line-height: 1 !important;
    color: #EC912D !important;
}
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .order-total th {
	font-weight: 700;
	font-size: 18px;
	line-height: 140%;
	color: #232F3E;
	padding: 32px 16px !important;
}
.woocommerce-checkout-review-order-table .cart-subtotal th,
.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .cart-subtotal td,
.woocommerce-checkout-review-order-table .order-total td  {
	text-align: right;
}
.woocommerce-checkout-review-order-table .cart_item td {
	padding: 32px 16px !important;
}


.woocommerce-checkout-review-order-table .product-thumbnail img {
	width: 75px !important;
}
.checkout-page .col-1 {
	width: 43% !important;
}
.checkout-page .col-2 {
	border: 1px solid #E5ECF3 !important;
	background-color: #ffffff !important;
	padding: 0 1rem 2rem 2rem;
	width: 53% !important;
}
.checkout-page .secure-text {
	margin-bottom: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	font-weight: 700;
	font-size: 14px;
	line-height: 160%;
	letter-spacing: 0.05em;
	color: #232F3E;
	opacity: 0.7;
	gap: 10px;
}
.checkout-page .secure-icon {
	background-image: url(/wp-content/themes/drvoip/images/secure.svg);
	width: 16px;
	height: 16px;
	background-position: center center;
	background-size: cover;
	display: block;
	padding-right: 10px;
}
.checkout-page .woocommerce #payment #place_order,
.checkout-page .woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    margin: 1rem 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0.02em;
    color: #ffffff;
    border: 2px solid #EC912D;
    border-radius: 57px;
    padding: 10px 20px;
    cursor: pointer;
    background-color: #EC912D !important;
}
.checkout-page .form-row.place-order,
.checkout-page .wc_payment_methods {
	background-color: #ffffff;
}
.checkout-page .woocommerce-checkout #payment div.payment_box {
	background-color: #fafafa !important;
	margin: 0 0 2em 0 !important;
}
.checkout-page .wc_payment_methods li::before, 
.checkout-page .wc_payment_containers li::before {
	content: none !important;
}
.checkout-page .woocommerce-checkout #payment div.payment_box::before {
    border: transparent !important;
    border-right-color: transparent !important;
    border-left-color: transparent !important;
    border-top-color: transparent !important;
}
.checkout-page .woocommerce-checkout #payment ul.payment_methods {
    padding: 0 !important;
    border-bottom: none !important;
}
.checkout-page h4 {
	background-color: #ffffff;
    margin: 2rem 0 0;
    font-weight: 700;
    font-size: 20px;
    line-height: 140%;
    color: #232F3E;
    position: relative;
    width: max-content;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}
.checkout-page h4::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 50%;
	border-bottom: 1px solid #EC912D;
}
.checkout-page #payment {
	background-color: #ffffff !important;
}

.checkout-page .wc_payment_buttons {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    padding: 0 !important;
    margin: 2rem 0 0 0 !important;
}
.checkout-page .wc_payment_buttons li {
	border-radius: 8px;
    padding: 25px;
    border: 1px dashed #D8DCDF;
    background: #FAFAFA;
    width: 47%;
}
.checkout-page .wc_payment_buttons li.active {
    background: #FFFFFF;
	border: 1px solid #007EB9;
}
.checkout-page .wc_payment_buttons li > label {
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	color: #232F3E;
    cursor: pointer;
}
.checkout-page .payment_box {
	margin-top: 0 !important;
}
.wc_payment_buttons .switch_payment_method_stripe label {
	position: relative;
	padding-left: 2rem;
}
.wc_payment_buttons .switch_payment_method_stripe label:before {
	content: "";
	background-color: transparent;
	background-image: url(images/card-but.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    top: -4px;
    left: -5px;
    border-radius: 0;
    background-position: center center;
    background-size: cover;
}
.wc_payment_buttons .switch_payment_method_ppcp-gateway label {
	position: relative;
	padding-left: 2rem;
}
.wc_payment_buttons .switch_payment_method_ppcp-gateway label:before {
	content: "";
	background-color: transparent;
	background-image: url(images/paypal-but.svg);
    width: 30px;
    height: 30px;
    position: absolute;
    top: -4px;
    left: -5px;
    border-radius: 0;
    background-position: center center;
    background-size: cover;
}
.woocommerce-error li::before,
.wc_payment_buttons li::before {
	content: none;
}
.checkout-page .payment_box fieldset {
    border: none;
}

.woocommerce-thankyou-order-details li::before {
	content: none;
}
.woocommerce-order-overview__total bdi {
	font-size: 18px !important;
}
.woocommerce-order-overview__total .woocommerce-Price-currencySymbol {
    vertical-align: baseline !important;
}

@media (max-width: 1399px) {
	.wrapper {
		padding: 0 2rem;
	}
	.shop-page .product-list {
		grid-template-columns: repeat(auto-fill, calc(25% - 1rem));
	    gap: 1rem;
	}
}

@media (max-width: 1200px) {
	.footer-banner-button {
		padding: 1rem 1.5rem 1rem 2.5rem;
	}
	.footer-banner-button.download::before,
	.footer-banner-button.purchase::before {
    	left: 14px;
    }
    .footer-banner-text {
	    text-align: center;
    }
    .site-header-container .main-navigation .menu li a {
	    font-size: 16px;	
    }
    .main-navigation li {
	    padding-right: 2rem;
		text-align: center;
	}
	.site-header-container .main-navigation .menu {
		gap: 0;
	}
	.shop-page .product-list {
		grid-template-columns: repeat(auto-fill, calc(33% - 1rem));
	}
	.shop-page .blog-post-header {
		gap: 3rem;
	}
	
	.checkout-page .wc_payment_buttons li {
		border-radius: 8px;
	    padding: 15px;
	}
	.wc_payment_buttons .switch_payment_method_stripe label {
		padding-left: 1rem;
		font-size: 1rem !important;
	}
	.wc_payment_buttons .switch_payment_method_stripe label:before {
	    width: 16px;
	    height: 16px;
	    top: 2px;
	}
	.wc_payment_buttons .switch_payment_method_ppcp-gateway label {
		padding-left: 1rem;
		font-size: 1rem !important;
	}
	.wc_payment_buttons .switch_payment_method_ppcp-gateway label:before {
	    width: 16px;
	    height: 16px;
	    top: 2px;
	}
}

@media screen and (max-width: 1024px) {
	.menu-toggle {
		display: block;
	}
	.menu-main-menu-container {
		position: absolute;
		width: 100vw;
		height: 100vh;
		background-color: #232F3E;
		top: 0;
		left: 0;
		overflow-x: hidden;
		overflow-y: scroll;
		display: none;
		z-index: 999;
	}
	#menu-main-menu {
	    flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
	#menu-main-menu .menu-item {
		padding: 1rem 3rem 1rem 2rem;
		font-style: normal;
		font-weight: 700;
		font-size: 15px;
		line-height: 19px;
		width: 100%;
		text-align: initial;
	}
	#menu-main-menu .menu-item .sub-menu {
		box-shadow: none;
		position: initial;
		margin: 1.5rem 0 -0.5rem -2rem;
		width: calc(100% + 5rem);
		background-color: #3B4D63;
	    padding: 1rem 0;
		display: none;
	}
	#menu-main-menu .menu-item.focus .sub-menu {
		display: block;
	}
	#menu-main-menu .menu-item .sub-menu li a {
		padding: 0;
	}
	.site-header-container .main-navigation .menu li.menu-item-has-children > a::after {
	    right: 2rem;
		position: absolute;
	}
	.site-header-container .main-navigation .menu li.menu-item-has-children.focus > a {
		color: #EC912D;
	}
	.site-header-container .main-navigation .menu li.menu-item-has-children.focus > a:after {
		background-image: url(images/menu-drop-up.svg);
	}
	.mobile-menu-header {
		display: flex;
		flex-direction: row;
		width: 100%;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: space-between;
		padding: 1rem 2.1rem 1rem 2rem;
	}
	.service-chat,
	.service-ticket {
		display: none;
	}
	.mobile-medium {
		display: block;
	}
	.mobile-medium .service-chat,
	.mobile-medium .service-ticket {
		display: block;
	}
	.mobile-medium .sub-menu .service-remote a::before,
	.mobile-medium .sub-menu .service-ticket a::before,
	.mobile-medium .sub-menu .service-chat a::before {
		content: "";
		width: 18px;
		height: 18px;
		display: block;
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.mobile-medium .sub-menu .service-chat a::before {
		background-image: url(images/video-chat.svg);
	}
	.mobile-medium .sub-menu .service-ticket a::before {
		background-image: url(images/ticket.svg);
	}
	.mobile-medium .sub-menu .service-remote a::before {
		background-image: url(images/remote.svg);
	}
	
	.menu-service-container .menu {
	    width: 100%;
	}
	.menu-service-container .menu .service-cart a::after {
		content: none;
	}
	.menu-service-container .menu .service-login a {
		width: 24px;
	}
	.menu-service-container .menu .service-login a::before {
		    position: absolute;
			right: 0;
	}
	.menu-service-container .menu .service-phone {
		flex-grow: 1;
	}
	.service-header {
		height: 36px;
	}
	
	.home-header {
		padding: 2rem 0 3rem 0;
		background-image: linear-gradient(rgba(35,47,62,0.75), rgba(35,47,62,0.75)), url(images/home-header-back.png);
	}
	.home-header-container {
		text-align: center;
		margin: 0 auto;
	}
	.home-header-buttons,
	.home-header-logos {
		justify-content: center;
	}
	.footer-banner-button {
		width: 236px;
	}
	.post-container .post-item {
    	width: calc(33% - 18px);
    }
    .post-row.first-row {
	    flex-direction: column;
	    gap: 0;
        padding-bottom: 1rem;
    }
    .post-row.first-row .post-cell {
	    width: 100%;
    }
    .post-body-white .post-row,
    .post-body-light .post-row {
	    flex-direction: column;
		padding: 2rem 0;
	    gap: 1rem;
    }
    .post-body-white .post-row .post-cell,
    .post-body-light .post-row .post-cell {
	    width: 100%;
    }
    .post-header-container {
	    width: 100%;
    }
    .post-header-title {
	    word-break: break-word;
	    font-size: 36px;
    }
    #breadcrumbs {
	    margin-top: 2rem;
    }
    .shop-page .blog-post-header {
		gap: 1rem;
		font-size: 18px;
	}
	.shop-page .product-sub-categories {
		justify-content: center;
	}
	.shop-page .product-count {
		min-width: 130px;
	}
	.shop-page .product-filters {
	    font-size: 16px;
	}
	.shop-page .product-list {
		grid-template-columns: repeat(auto-fill, calc(50% - 1rem));
	}
	.aqa-container {
		flex-direction: column;
		gap: 2rem;
	}
	.aqa-text-box,
	.aqa-form-box {
		width: 100%;
	}
	.cart_prices .pull-left .page-header {
		flex-direction: column !important;
		align-items: flex-end !important;
		margin-top: 2rem;
	}
	.cart-table-row {
		gap: 1rem;
	}
	.cart-table-cell-info {
		flex-grow: 1;
	}
	.cart-table-cell-form,
	.cart-table-cell-subtotal {
		/* width: 125px;*/
		/* min-width: 125px;*/
	}
	.cart-table-item-sku a {
	    font-size: 18px;
	}
	
	.coupon span {
	    font-size: 15px;
		line-height: 1;
		margin-right: 0.5rem;
	}
}

@media screen and (max-width: 768px) {
	.home-header-title {
		font-weight: 700;
		font-size: 30px;
		line-height: 34px;
	}
	.home-header-subtitle {
		font-weight: 400;
		font-size: 16px;
		line-height: 20px;
		letter-spacing: 0.02em;
	}
	.home-header-buttons {
		flex-direction: column;
		gap: 1rem;
	}
	.home-header-logos {
		justify-content: flex-start;
	}
	.home-header-logos img {
		width: 110px;
	}
	.home-header-logos div {
		font-size: 12px;
		line-height: 15px;
		letter-spacing: 0.02em;
		text-align: left;
		max-width: 111px;
	}
	.home-header-logos div::before {
	    top: 1rem;
	}
	.home-subheader-container {
		flex-direction: column;
		gap: 1rem;
	}
	.home-subheader-title,
	.home-subheader-text {
		width: 100%;
	}
	.blog-post-header,
	.category-blog .blog-post-header {
		flex-wrap: nowrap;
		gap: 10px;
		font-size: 16px;
	}
	.header-button {
		flex-wrap: nowrap;
		align-items: flex-start;
	}
	#header-button-all::before {
		width: 20px;
		height: 20px;
	}
	#header-button-business::before {
		width: 20px;
		height: 20px;
	}
	.header-button.active::after {
		left: 3rem;
	}
	.footer-banner-row {
		flex-wrap: wrap;
	}
	.footer-banner-buttons {    
		flex-direction: column;
		gap: 1rem;
		width: 100%;
    }
    .footer-banner-cell.post-cell-20 {
	    width: 50%;
	    height: 150px;
    }
    .footer-banner-cell.post-cell-60 {
	    width: 100%;
	    order: -1;
    }
    .footer-container {
	    flex-wrap: wrap;
    }
    .footer-col1,
    .footer-col2 {
	    justify-content: space-between;
		width: 100%;
    }
    .footer-banner-title {
	    text-align: center;
		font-size: 30px;
		line-height: 140%;
    }
    .footer-banner-text {
	    font-size: 18px;
		line-height: 140%;
		margin-bottom: 1.5rem;
    }
    .post-container {
	    gap: 1rem;
    }
    .post-container .post-item {
   		width: calc(50% - 0.5rem);
	}
	.post-container .post-image {
	    height: 200px;
	}
	.post-container .post-item.hide-480 {
		display: none;
	}
	.home-subheader-title {
		font-size: 30px;
		line-height: 1.25;
	}
	.home-subheader-text {
		font-size: 18px;
	}
	.post-container .post-title {
    	font-size: 18px;
		line-height: 1.5;
	}
	.post-container .post-description {
	    font-size: 16px;
		line-height: 1.5;
	}
	.home-subheader {
		padding: 3rem 0;
	}
	.post-header {
	    padding: 2rem 0 !important;
    }
    .mobile {
	    display: block;
    }
    .no-mobile {
	    display: none;
    }
    .post-image.mobile {
	    width: 100%;
		height: 200px;
		margin-bottom: -3rem;
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
    }
    .post-header-container {
	    width: 100%;
    }
    .locations-title {
	    margin-top: 0;
    }
    
    .post-header-container {
		gap: 1rem;
	}
	.post-header-title {
	    font-size: 30px;
	    line-height: 1.25;
	}
	.post-subheader-title {
		font-size: 16px;
	}
	body,
	.page,
	.contact-us {
		font-size: 16px !important;
	}
	.related-articles {
		padding: 2rem 0;
	}
	.related-articles-title {
		margin-bottom: 1rem;
	}
	
	.shop-page .product-price-box {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}
	.single-product-price-box {
		flex-direction: column;
		align-items: flex-start;
		gap: 2rem;
	}
	.aqa-form-box {
	    padding: 1rem 0 0 0;
	}
	#questionform .form-group-row {
	    flex-wrap: wrap;
        gap: 1rem;
        margin-bottom: 1rem;
	}
	#questionform .form-group-50 {
    	width: 100%;
	}
	.cart_prices .pull-right .btn {
		text-align: center;
	}
	.single-product-attributes-box table {
		margin-top: 3rem;
		width: 100%;
		max-width: 700px;
		margin-bottom: 3rem;
	}
	.cart-table-cell-image {
		width: 75px;
		height: 75px;
		min-width: 75px;
	}
	.cart-table-row {
		gap: 0.5rem;
	    align-items: center;
	}
	.cart-table-cell-info {
		padding: 0.5rem;
		gap: 0.5rem;
	}
	.cart-table-item-sku a {
    	font-size: 15px;
		line-height: 1;
	}
	.cart-table-cell-form,
	.cart-table-cell-subtotal {
    	/* width: 85px;
    	min-width: 85px; */
	}
	.cart-table-cell-subtotal {
		gap: 0.5rem;
		padding-right: 0.5rem;
	}
	.checkout-page .col-1,
	.checkout-page .col-2 {
    	width: 100% !important;
	}
	.coupon span {
	    display: none;
	}

	.cart_totals .wc-proceed-to-checkout {
	    display: flex;
	    flex-direction: column;
	    flex-wrap: nowrap;
	    align-items: flex-end;
	    justify-content: center;
	    gap: 1.5rem;
	}
	.shop_table .coupon {
		width: 100%;
	}
	#applycoupon,
	.btn.continue,
	.checkout-button,
	.button.updateqty {
		width: 275px !important;
	}
	.button.updateqty {
		float: right !important;
	}
	#coupon_code {
		margin: 0 0 0.5rem 0;
		width: 275px !important;
	}
	.cart.shop_table .product-thumbnail {
	    width: 100px;
		display: block !important;
	}
	.cart-table-cell-subtotal {
	    min-width: 80px;
	}
	.cart-table-item-price bdi {
		font-size: 20px !important;
	}
	.cart-table-item-price bdi .woocommerce-Price-currencySymbol {
		vertical-align: baseline !important;
	}
	.bottom-cart-row .coupon {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		justify-content: flex-end;
		gap: 1rem;
		align-items: center;
	}
	.bottom-cart-row .coupon::after {
		content: none !important;
	}
}

@media screen and (max-width: 480px) {
	body,
	.page,
	.contact-us {
		font-size: 15px !important;
	}
	.wrapper {
    	padding: 0 1rem;
	}
	.service-cart a {
		margin-right: 0;
	}
	.home-header {
    	padding: 1rem 0 13rem 0;
		background-image: url(images/home-header-back.png);
		background-position-y: bottom;
	}
	.home-subheader {
		padding: 2rem 0;
	}
	.home-subheader-title {
		font-size: 20px;
		line-height: 140%;
	}
	.home-subheader-text {
		font-size: 15px;
		line-height: 160%;
	}
	.blog-posts {
		margin-top: -2rem;
	}
	.blog-post-header {
    	margin: 1rem 0;
    	gap: 10px;
    }
    .header-button {
	    gap: 5px;
    }
	.post-container .post-item {
    	width: 100%;
	}
	.goto-blog-button {
		display: flex;
	}
	.framed-button {
		width: 100%;	
	}
	.footer-banner-title {
		font-size: 20px;
	}
	.footer-banner-text {
		font-size: 16px; 
	}
	.footer-banner-container {
		padding: 0rem;
	}
	.footer-banner-button {
		width: 100%;
	    width: 100%;
		text-align: center;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		gap: 1rem;
		align-items: center;
		justify-content: center;
	}
	.footer-banner-button.download::before,
	.footer-banner-button.purchase::before {
		position: initial;
		left: 0;
		top: 0;
	}
	.footer-social .wp-container-1 svg {
	    width: 28px !important;
		height: 28px !important;
	}
	.footer-container .custom-logo {
		width: 120px;
	}
	#menu-footer {
		padding: 0;
	}
	#menu-footer a {
		font-size: 16px;
	}
	.footer-col2 {
    	align-items: center;
    }
    .site-footer {
	    padding: 2rem 0 1rem 0;
	}
	.footer-banner-container {
		margin-bottom: 1rem;
	}
	.form-contact-us .form-row {
		flex-direction: column;
	}
	.contact-us .locations-title {
		margin-top: 0;
	}
	.contact-us .locations-items {
		flex-direction: column;
		gap: 0;
	}
	.contact-us .title-blue {
		font-size: 20px;
		line-height: 140%;
	}
	.contact-us {
		font-size: 15px;
	}
	.open-ticket-button,
	.form-contact-us .form-group .btn {
		width: 100%;
		text-align: center;
	}
	.form-contact-us .form-row .form-group label {
		font-size: 15px;
	}
	.post-header {
		padding-top: 0 !important;
	}
	.post-header-title {
		font-size: 20px;
		line-height: 140%;
	}
	.related-articles-title {
		font-size: 2em;
	}
	#header-button-all {
    	min-width: 4rem;
	}
	#header-button-all.active::after {
    	left: 1.5rem;
	}
	.pagination-container {
		gap: 1.5rem;
	}
	
	.shop-page .product-filters {
    	font-size: 15px;
	}
	.shop-page .product-filters {
		flex-direction: column;
		align-items: flex-start;
		gap: 1rem;
	}
	.shop-page .product-sub-categories {
		justify-content: flex-start;
	}
	.shop-page .blog-post-header {
		font-size: 15px;
	}
	.shop-page .product-list {
		grid-template-columns: repeat(auto-fill, calc(100%));
		padding: 1rem;
	}
	.cart_prices .pull-right .row-buttons-total {
		flex-direction: column !important;
		width: 100%;
	}
	.cart_prices .pull-right .btn {
		width: 100%;
		text-align: center;
	}
	
	.cart-table-row {
		flex-wrap: wrap;
	}
	.cart-table-cell-info {
		width: calc(100% - 85px);
	}
	.cart-table-cell-form, .cart-table-cell-subtotal {
    	/*width: calc(50% - 1rem);
		min-width: calc(50% - 1rem);
		padding: 1rem 0 1.5rem 1rem;*/
	}
	.cart-table-cell-subtotal {
		flex-direction: row;
		align-items: center;
		gap: 1rem;
	}
	.cart-table-item-price {
	    font-size: 16px;
	}
	.cart-table-item-price::first-letter {
  		font-size: 12px;
  		vertical-align: super;
  		margin-right: 1px;
	}
	
	.woocommerce-cart-form__cart-item {
		display: flex !important;
		flex-direction: row;
		flex-wrap: wrap;
		align-items: center;
	}
	.woocommerce-cart-form__cart-item .product-thumbnail,
	.woocommerce-cart-form__cart-item .product-quantity,
	.cart.shop_table .product-thumbnail {
		width: 30%;
		text-align: center
	}
	.woocommerce-cart-form__cart-item .product-name,
	.woocommerce-cart-form__cart-item .product-subtotal {
		width: 70%;
	}
	.woocommerce-cart-form__cart-item .product-subtotal {
		text-align: right;
	}
	.cart-table-cell-subtotal {
		justify-content: flex-end;
	}
	.cart.shop_table tr {
	    border-bottom: 1px solid #f2f2f2 !important;
	}
}






